Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/element-plus/element-plus

πŸŽ‰ A Vue.js 3 UI Library made by Element team
https://github.com/element-plus/element-plus

refactor(components): [popconfirm] use JSX in Unit test (#7969)

a9842c26c21482a8f6dd80680fec48ad12f9b368 authored over 2 years ago
refactor(components): [popconfirm] export instance type (#7967)

903c20335a88d7c2e5a6fd17b9e74bced14213d4 authored over 2 years ago
refactor(components): [badge] use JSX in Unit test (#7972)

25313f1075f5efc7fda781068ad72d219ea78290 authored over 2 years ago
refactor(components): [alert] use JSX in Unit test (#7973)

01e5225798b04bc55ca699a9c66dbe02b8888fa4 authored over 2 years ago
fix(hooks): type error (#7941)

37e2bfaee4c8ed942d7a52050e30c33700535851 authored over 2 years ago
fix(components): [tree] remove form item context (#7956)

652333e395129d48a3c520088d36c4c11ad30a2c authored over 2 years ago
refactor(components): [date-picker] month range (#7948)

- Use composable `use-range-picker`.
- Remove duplicated code.

Co-authored-by: JeremyWuuuuu ...

39e273fbdba3d106740a72420ab2999d8ae89da5 authored over 2 years ago
fix(components): [table] the scrollbar not change (#7905)

21a1c24f58781fbb680e0f8f211b5dffd3393736 authored over 2 years ago
refactor(component): improve code (#7959)

3adb0f2077bf18edded5e8c23b7d24cae6558473 authored over 2 years ago
chore(build): remove upload in type unsafe (#7957)

ff5ea7e2edabf753597f07bbf621ab231fde803e authored over 2 years ago
refactor(components): [affix] props and emits validation (#7945)

Co-authored-by: 三咲智子 <[email protected]>

e75740985272067f1e72101acb64fc648f4f8d66 authored over 2 years ago
fix(components): [date-picker] Make shortcuts reactive (#7698)

07cae249857f6a02bf10213ff3fd44a83ff1c90a authored over 2 years ago
chore(build): remove `input-number` from type-unsafe.json (#7951)

c215966c9b19b1f01893a78c44e384a486d8db93 authored over 2 years ago
refactor(components): [progress] switch to script-setup syntax (#7795)

0c1ed4c133233993218166982458e5bc97323b35 authored over 2 years ago
refactor(components): [input-number] switch to script-setup syntax (#7888)

ffd83fda931133cae23b99f9154f1635e20e10c2 authored over 2 years ago
refactor(components): [collapse-transition] switch to script-setup syntax (#7953)

ca658915ddb77613afd5f9413b0cc786f147c5ee authored over 2 years ago
refactor(components): [tooltip] transition use useNamespace (#7950)

0c2f5bc56f6a872ae87709a88bca3f4b36fd77de authored over 2 years ago
refactor(components): [rate] props and emits validation (#7949)

6af6ce8e0cc68a45c100448bab763aaa91ab35ee authored over 2 years ago
docs(components): [form] delete unused variables (#7944)

c59a4a84edca7a6191d7efbd5edb47601ec4a6f0 authored over 2 years ago
refactor: add useMonthRangeHeader hook (#7936)

dd0f8bcf3cfddcb53e1c5ac425c60cd5ceb5a271 authored over 2 years ago
refactor(components): [input-number] use JSX in Unit test (#7890)

cce4694eb820672949d64dbfbae091cbc8a1286b authored over 2 years ago
build(build): extract constants (#7639)

ab11c6df6a4eb3889476cda92a483fbafdab97b2 authored over 2 years ago
chore: update design resource text (#7934)

f187c7eac79326bdca6162bd6a644f48131f932d authored over 2 years ago
fix(theme-chalk): [dark-model] vue-cli tree sharking (#7910)

3ca98213f7c3d752acb5fa670bbad168efafb60d authored over 2 years ago
refactor(components): [date-picker] date-range (#7931)

bea3b1e7d79235897a413572f15c876d4072e180 authored over 2 years ago
refactor(components): [date-picker] basic cell (#7924)

- Refactor `h` function to `jsx`.
- Extract props out of `basic-cell-render`

c28a26800a8e2df407c2d2c8e73c68d027c07be9 authored over 2 years ago
chore(deps): update commitlint monorepo to v17 (major) (#7755)

Co-authored-by: Renovate Bot <[email protected]>

8835ead86427e25b7ce91f0edd38c3742acf32a3 authored over 2 years ago
refactor(components): [time-picker] date-picker (#7923)

- Refactor date-picker with tsx.
- Move injection key to tokens bundle.
- Add entry for type `...

eb07d7c7acc852d6db288234d0b5733c29ef074c authored over 2 years ago
refactor(components): [time-picker] setup migration (#7908)

* refactor(components): [time-picker] setup migration

- Migrate panel-month-range to setup

...

3c0496f1a8d6cfc1f40dc45ed06c7e1e49ff5a7c authored over 2 years ago
fix(components): [focus-trap] respect focusout null relatedTarget (#7915)

* fix(components): [focus-trap] respect focusout null relatedTarget

* fix(components): [focus...

b6049dab1c92053cc8b9f084c05a7aa99961e3c8 authored over 2 years ago
refactor(components): useNamespace for date-picker (#7911)

49ed2f6907bcafb8fccc920c0b4c987c1413f6a8 authored over 2 years ago
fix(components): [button] style compatible issue with :not (#7914)

downgrade :not(a,b) to :not(a):not(b) for compatiblity

f7b8c33035d57eb7e64159b169c7dacc5dad4099 authored over 2 years ago
refactor(components): [date-picker] extract props (#7899)

* refactor(components): [date-picker] extract props

- Extract props for panel-month-range

...

4177e549646a33291dfe9f894f54cede1bd444f7 authored over 2 years ago
chore(components): [date-picker] extract props (#7895)

* Extract shared props for picker/range

* Restore parsedValue

* Update commit picker

ad262520cf528a9f6419a3216d52d4292862e761 authored over 2 years ago
refactor(components): [input-number] export component instance type (#7886)

* refactor(components): [input-number] export component instance type

* chore: fix props

efdab3ba8b4a9336e59046a0bd6ec2d79814f6c0 authored over 2 years ago
refactor(components): [result] switch to script-setup syntax (#7891)

ce543979999a0b762128a50d8ee707b864a3b1b5 authored over 2 years ago
refactor(components): [time-select] switch to script-setup syntax (#7833)

* refactor(components): [time-select] switch to script-setup syntax

* fix(components): [time-...

1069e9ff34932b1a19803cf40a7b11f4838e288d authored over 2 years ago
chore(components): [date-picker] extract props (#7894)

- Extract props on basic-year-table
- Update the function signature of utils.castArray

66a6d0dc7097c8aca0da42f80c0da2c28b0bc162 authored over 2 years ago
fix(components): [select-v2] status-icon position (#7835)

* fix(components): [select] status-icon position

* fix(components): [select-v2] status-icon p...

61e9be07f90e42fb04e0a85dfbe2cca730d5ce05 authored over 2 years ago
feat(components): [date-picker] extract props (#7893)

- Extract props from basic-month-table.
- Extract common props to shared.

607819c54a0b25cdb61691472d5ef0b6da339904 authored over 2 years ago
fix(components): [tabs] card type fixed height (#7840)

e4bb98102cc3cb032f8d0988ec1fcc2ef9ecedb1 authored over 2 years ago
fix(theme-chalk): [date-picker] basic & range height size (#7831)

ca58f2beb3d867ea54fa9ae57c7161952c9058ab authored over 2 years ago
refactor(components): [date-picker] extract props (#7884)

- Extract props for basic-date-table.vue

46174bc411dcec85913894d1799a431a43936fc1 authored over 2 years ago
chore: upgrade @vue/test-utils (#7877)

cb3cfa06adefad1e489efcb52ede463c5cce7b7a authored over 2 years ago
fix(components): [date-picker] fix error when type="daterange" (#7858)

ec8ac5e47b3ee0e047267159dc927651105538d5 authored over 2 years ago
fix(build): enhance type check (#7880)

* fix(build): enhance type check

* feat: stricter ts check

7ff199c60fcf30032e8dd1d88c340026abf6854a authored over 2 years ago
refactor(metadata): deduplicate commits (#7879)

87bc35371cb3916897c281c6dac5f9029dae5ee0 authored over 2 years ago
refactor(build): use esbuild and tsx (#7876)

3d2a257101256162a5be851d29336139e0c0dc28 authored over 2 years ago
fix(deps): update dependency eslint-plugin-vue to v9 (#7848)

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: 三咲智子 <[email protected]>

b77753c8544c3937fa28ca4be6e90bd313372dcf authored over 2 years ago
refactor(components): [checkbox-button] switch to script-setup syntax (#7827)

8ef2bf70e2f6a63586feaa5e6e70f867f9b0a418 authored over 2 years ago
refactor(components): [checkbox-group] switch to script-setup syntax (#7825)

* refactor(components): [checkbox-group] switch to script-setup syntax

* refactor(components)...

452f9fc4f972260a0ea587f44e74efd6fc4ba486 authored over 2 years ago
fix(components): [loading] namespace (#7857)

0600f27af5fc5724f02b3b2bbbcf59e1ec2c944c authored over 2 years ago
fix(components): [form] label-position props default value (#7838)

4ae21b063220bf3540b26ef83a124bd199ba8dcf authored over 2 years ago
fix(components): [dialog] set destory-on-close drag position abnormal (#7822)

769148b780709c2172de2fff6ff3f02598d9914a authored over 2 years ago
fix(components): [form-item] fix top label height (#7830)

7ba931bee7fb65011a2878c34fd6bb0a3e0d00f1 authored over 2 years ago
improvement(components): [pagination] focusing tab border (#7814)

ecb1fa75e9e69ce48399985f478e6ffafb93790d authored over 2 years ago
fix(components): [input-number] enhanced precision (#7777)

* fix: input-number enhanced precision

* Update packages/components/input-number/src/input-nu...

a1bc742f7f372c9b76d2f0cc593315f524338f43 authored over 2 years ago
fix(docs): [infinite-scroll] fix error when use directive (#7855)

437f10abae9bc600836e13a336f5d1797b1b9729 authored over 2 years ago
docs: fix typo (#7815)

type="link" -> link

49117b6b03980a7529b5f1bce9a5ef9213d714ad authored over 2 years ago
chore: update crowdin dl (#7866)

1a19b43b19af5be0fb3828b2cb320d19097762eb authored over 2 years ago
docs(components): [input-number] HTML tag issue (#7864)

15c3aa4fb1683cc045c8a347840c3eb930ccc6bc authored over 2 years ago
chore: update changelog 2.2.2 (#7861)

ebfe50c5f650028647dcca289dcda98670054402 authored over 2 years ago
fix(components): [radio-group] unique id (#7859)

9105bd666b19501896b34efa0f75bce55e75fcd8 authored over 2 years ago
fix: correct the deprecated note for el-button (#7854)

fix: correct the deprecated note for el-button

0e3ea58421e0e63cd238c56ea1d9161a9ccb6b9b authored over 2 years ago
fix(components): [form] align label width if it exists (#7826)

50ade1267ec894302c0951b51497e3611cbb5c71 authored over 2 years ago
feat(Dialog): expose dialogContentRef (#7633)

10a64b65ff823a443b591b2365d400a866056b67 authored over 2 years ago
chore: enable verbose crowdin (#7817)

3114d7d3be73f69ecffe527a6824dff757f5c863 authored over 2 years ago
fix(components): [menu] the styles link error (#7820)

06612ccca305a39139a0389815eb65f630680e6e authored over 2 years ago
chore: update changelog 2.2.1 (#7812)

8ec15f41874ec92e62c37ec140a9796e98cbbd1a authored over 2 years ago
chore(deps): update dependency puppeteer to v14 (#7756)

Co-authored-by: Renovate Bot <[email protected]>

f12b932ebd64cee9c6ffd49fad9659d5d2f32d18 authored over 2 years ago
chore(deps): update dependency husky to v8 (#7574)

Co-authored-by: Renovate Bot <[email protected]>

fe58eab60879dda5691b96885c95e5a060c5e572 authored over 2 years ago
fix(radio-group): restore name (#7810)

* fix(radio-group): restore name

* fix(radio-group): restore name

d56520e4bed991f9e837e178183288295332aa26 authored over 2 years ago
refactor(components): [steps] switch to script-setup syntax (#7783)

* refactor(components): [steps] switch to script-setup syntax

improvement(components): [steps...

ac83f03894a7c7692ac7ded6fc82247406dbada5 authored over 2 years ago
refactor(components): [step] switch to script-setup syntax (#7782)

* refactor(components): [step] switch to script-setup syntax

* improvement(components): [step...

1d417f408769a78c417e1f4c1c9953ad26f3238a authored over 2 years ago
feat(components): [popper] focus trap and a11y (#7736)

* feat(components): [popper] fix focus traps

* feat(components): [popper] add focus trap test...

e1b88263e3b35fab5d36db376a25fbff1cfc3864 authored over 2 years ago
feat(components): [table] ensure minimum-size doesn't follow the content (#7627)

* feat(components): [table] ensure minimum-size doesn't follow the content

* chore: add versi...

6f04af6c39798411620a13e48ff4e6abeda03bbe authored over 2 years ago
refactor(theme-chalk): [table] remove useless style (#7807)

d441ee48ef9fdc410dba0a82e1864898d97133e0 authored over 2 years ago
fix: improve deps (#7763)

517efb99dc47d981517ed421788802e551a5c9cd authored over 2 years ago
fix(components): [dialog/drawer] header slot

- Fix header slot rendering for both dialog and drawer.
- Change the deprecation for `title` slo...

c3486bcdcea90a57ae2eed30831a9abe1be1fe0a authored over 2 years ago
refactor(components): [pagination/sizes] switch to script-setup syntax (#7749)

* refactor(components): [pagination/sizes] switch to script-setup syntax

* fix(components): [...

e0a2544f706edd3411b004e5a7bd9d5c3f0907a8 authored over 2 years ago
refactor(components): [checkbox] switch to script-setup syntax (#7794)

* refactor: checkbox switch to script-setup syntax

* refactor: checkbox use useSizeProps and ...

d96470f9d2436a72a28573f8303389920308f28d authored over 2 years ago
fix(hooks): use-form-item circular reference (#7793)

82030446c787a52d223cdff503e50c53fe2b52ba authored over 2 years ago
docs: update doc (#7799)

4172ff4da68686f2d4db8d8d40abed77f07dfc0c authored over 2 years ago
fix(components): [popper] provide formItemContext conditionally (#7790)

6cc11662a63e83810f3435d036625653cf722ab9 authored over 2 years ago
fix(components): [time-picker] can not hide panel when click frequently (#7779)

488eaf5211156c197a1c56cd8960a5abc147af82 authored over 2 years ago
refactor(components): [pagination/next] switch to script-setup syntax (#7748)

* refactor(components): [pagination/next] switch to script-setup syntax

* fix(components): [p...

f245986996fef4e924c02309c03027b087ac44ea authored over 2 years ago
refactor(components): [pagination/prev] switch to script-setup syntax (#7745)

* refactor(components): [pagination/prev] switch to script-setup syntax

* fix(components): [p...

82484bab98a41aeaf2d64011d6aaca7afcf84fee authored over 2 years ago
fix(theme-chalk): [DatetimePicker] change inner to wrapper & use css var (#7703)

* fix(theme-chalk): [DatetimePicker] change inner to wrapper & use css var for width

* test: ...

eafb60f89fee510db06d86fe9908fdb2a578fe13 authored over 2 years ago
fix(components): [form-item] label is not vertically centered (#7780)

fe302da6680c3a466efaefc9f183740cc5ee2bf8 authored over 2 years ago
refactor(components): [pagination/total] switch to script-setup syntax (#7750)

* refactor(components): [pagination/total] switch to script-setup syntax

* fix(components): [...

353b56e2c812a27ce4614073c53301900d0b8aba authored over 2 years ago
refactor(components): [pagination/jumper] switch to script-setup syntax (#7747)

Co-authored-by: metanas <[email protected]>

37ac01d025f44492112545f29e38e3266e03ef50 authored over 2 years ago
refactor(components): [pagination/pager] switch to script-setup syntax (#7746)

* refactor(components): [pagination/pager] switch to script-setup syntax

* fix(components): [...

66bf5c128032be4cc104010fcaef32e46e9ad90b authored over 2 years ago
feat(components): [button] restore type="text" (#7761)

5bfa42cfed327dfac22f91badbd8161f828f29ad authored over 2 years ago
docs(type-unsafe): [pagination] remove (#7759)

Co-authored-by: metanas <[email protected]>

a1c04e8f7c22208b7e04763475648680b697f5fb authored over 2 years ago
docs: remove radio in type-unsafe (#7757)

9f65a8cb41b587f8e1f4c4f141e08dafecf7a596 authored over 2 years ago
chore(deps): update all non-major dependencies (#7754)

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: 三咲智子 <[email protected]>

0a79c3e33b078d2064ec4c1262fc476a04c9208a authored over 2 years ago
chore(deps): update actions/upload-artifact action to v3 (#7753)

Co-authored-by: Renovate Bot <[email protected]>

c6745d9c02fbbbe5bc285047b4f07cc411286133 authored over 2 years ago
test: remove deprecated done callback (#7741)

Co-authored-by: 三咲智子 <[email protected]>

c99592502f0f74dfdf622e78794a108c7d0ef9a8 authored over 2 years ago
refactor(components): [container] switch to script-setup syntax (#7725)

* refactor(components): [container] switch to script-setup syntax

* refactor: remove uncessar...

a859adc9d5dd9dc0c04d770d81594aa41bbd8e50 authored over 2 years ago
refactor(components): [radio] switch to script-setup synatx (#7701)

* refactor: radio script setup

* refactor: radio script setup

b0646b37672938ef3222c41cd923814ea4b77233 authored over 2 years ago