Sepush
2027fef2cc
docs: update readme contributing link ( #3398 )
...
Signed-off-by: Sepush <sepush@outlook.com>
2022-07-30 23:10:33 +08:00
07akioni
72bd612b38
Merge branch 'main' into docs
2022-07-30 00:25:10 +08:00
07akioni
97760b2679
2.32.1
2022-07-30 00:24:04 +08:00
OrbisK
bf3d56f5eb
docs: fix some minor issues ( #3391 )
...
* docs(dialog): move style to DialogReactive props (en)
* docs(dropdown): fix typo in `children-field` default value (cn)
* docs(dropdown): update DropdownDividerOption Type (cn)
translation needed
* docs(dropdown): update DropdownDividerOption Type (en)
* docs(dropdown): update type information
* docs(dropdown): update DropdownOption types (en)
* docs(dropdown): update types
* docs(dropdown): fix typo (en)
* docs(dropdown): fix typo (cn)
* docs(auto-complete): fix `AutoCompleteGroupOption` key type
* docs(cascader): fix default of prop `options` (en)
* docs(cascader): fix type of prop `value` (cn)
2022-07-30 00:14:32 +08:00
07akioni
b62c62dc6c
fix(transfer): on-update:value
is not triggered when uncheck options, closes #3393
2022-07-30 00:13:14 +08:00
XieZongChen
da7f427247
docs(dialog): optimize docs ( #3396 )
...
* docs(dialog): optimize docs
* docs(dialog): optimize docs
2022-07-29 22:53:18 +08:00
Leila Ahmadi
6a938a0676
feat(steps): rtl ( #3384 )
...
* feat(tree): support rtl
* feat(legacy-grid): support rtl
* feat(statistic): support rtl
* feat(thing): support rtl
* feat(steps): support rtl
Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-07-29 01:14:52 +08:00
OrbisK
6cad6a1d50
docs(dialog): move style to DialogReactive props (en) ( #3383 )
2022-07-29 01:14:17 +08:00
MiyueSC
d798f8b444
docs(contributing): Split the Chinese part of the CONTRIBUTING
file into a new file ( #3374 )
2022-07-29 01:07:29 +08:00
XieZongChen
bc4cd1f4af
fix(drawer): fix warning when using string in default-height prop ( #3379 )
2022-07-28 23:43:13 +08:00
OrbisK
baff4210e6
docs(dialog): fix props table ( #3382 )
...
* docs: fix dialog props table (en)
* docs(dialog): add missing `closeOnEsc` prop (en)
2022-07-28 23:40:59 +08:00
XieZongChen
5d710d690f
chore(github): optimize usage label ( #3380 )
2022-07-28 23:11:13 +08:00
07akioni
3c532bf371
docs(transfer): fix typo
2022-07-28 01:40:55 +08:00
07akioni
bf026b8bb1
Merge branch 'main' into docs
2022-07-28 01:29:25 +08:00
07akioni
035611e9e9
2.32.0
2022-07-28 01:28:54 +08:00
07akioni
c8d38eb926
docs: restore legacy grid
2022-07-28 00:25:22 +08:00
07akioni
14f67fdb9c
fix: ci
2022-07-28 00:21:41 +08:00
07akioni
20550fce32
fix(circle): offset-degree
prop behaves incorrectly
2022-07-27 23:51:27 +08:00
07akioni
c1c4f8cce5
fix(tree): check-on-click
prop sometimes doesn't work
2022-07-27 23:15:09 +08:00
07akioni
40a451085e
refactor(checkbox-group): update value api
2022-07-27 23:05:40 +08:00
07akioni
ed5be49732
fix(dialog): onEsc
2022-07-27 22:59:06 +08:00
07akioni
6a343873eb
docs(changelog): fix
2022-07-27 22:55:44 +08:00
Sepush
58513a4d87
fix(dialog): on-esc
( #3360 )
...
Signed-off-by: Sepush <sepush@outlook.com>
2022-07-27 22:31:47 +08:00
07akioni
9a452489c9
chore(watermark): optimize image size
2022-07-27 01:30:29 +08:00
07akioni
8fde29e188
feat(watermark): add global-rotate prop
2022-07-27 01:22:39 +08:00
07akioni
a31592bb6e
feat(dialog): useDialog supports onEsc
prop
2022-07-27 01:22:39 +08:00
不见月
dc9e871996
fix(carousel): fix sequence layout carousel translate ( #3356 )
...
* fix(n-carousel): fix sequence layout carousel translate
* fix(n-carouse): fix can not grad on card effect
2022-07-27 01:19:29 +08:00
不见月
d1354b1444
fix(carousel): fix can not fix translate after dragging ( #3355 )
...
* fix(n-carousel): can not fix translate after dragging
* fix(n-carousel): can not click on card effect
2022-07-27 00:01:49 +08:00
OrbisK
ee448449f1
fix(de-DE): add missing translations ( #3354 )
2022-07-26 20:20:49 +08:00
07akioni
0345380ca1
docs: fix some typo
2022-07-26 01:53:58 +08:00
07akioni
ce5f84131f
chore(row): clean code
2022-07-26 01:53:58 +08:00
Sepush
ad973bb189
chore: move lagacy-grid to legacy menu-options ( #3335 )
...
Signed-off-by: Sepush <sepush@outlook.com>
2022-07-26 01:38:38 +08:00
07akioni
e58f311873
refactor(notification): clean code
2022-07-26 01:29:16 +08:00
07akioni
6b8e994526
fix: all components' exported props type's prop is readonly
2022-07-26 01:16:43 +08:00
07akioni
cc0cdbecc1
refactor(carousel): clean code
2022-07-26 01:10:51 +08:00
07akioni
814e6908db
refactor(code): show line numbers
2022-07-26 00:52:05 +08:00
07akioni
f6c04c411e
refactor(scrollbar): clean code
2022-07-25 23:16:52 +08:00
07akioni
0510875769
fix: ci
2022-07-24 23:52:48 +08:00
Leila Ahmadi
dffff72469
feat(legacy-grid, statistic, thing): rtl ( #3326 )
...
* feat(tree): support rtl
* feat(legacy-grid): support rtl
* feat(statistic): support rtl
* feat(thing): support rtl
Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-07-24 23:41:13 +08:00
07akioni
d2344265a8
refactor(input-number): clean code
2022-07-24 23:39:32 +08:00
吉仔
fd38567b6d
fix(input-button): register mouseup event multiple times when hold ( #3333 )
2022-07-24 23:37:46 +08:00
OrbisK
0624010b47
docs(form): fix some model binding issues in disabled axample ( #3325 )
...
* docs(data-table): fix typo in remote docs (en)
* docs(form): fix some binding issues in disabled example
* docs(form): fix some binding issues in disabled example (cn)
2022-07-24 23:34:51 +08:00
OrbisK
642e0ff4ae
docs(popconfirm): link methods to popover ( #3324 )
...
* docs(data-table): fix typo in remote docs (en)
* docs(popconfirm): link popconfim methods to popover methods (en)
* docs(popconfirm): link popconfim methods to popover methods (cn)
* docs(popconfirm): fix `NEXT_VERSION`
2022-07-24 23:32:39 +08:00
Sepush
73f06a24b8
chore: simplifying type declarations ( #3332 )
...
Signed-off-by: Sepush <sepush@outlook.com>
2022-07-24 23:07:37 +08:00
07akioni
2cf2a28213
feat(transfer): redesign
2022-07-24 22:14:15 +08:00
XieZongChen
3b64ef8fba
refactor(transfer): refactor styles and code ( #2104 )
...
* refactor(transfer): refactor styles and code
* refactor: optimization
* feat: optimize
* feat: optimize
* add renderLabel & renderSourceList
* feat: rebase and update changelog
* chore: fix ci error
* Update CHANGELOG.en-US.md
* Update CHANGELOG.en-US.md
Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-07-24 16:45:32 +08:00
07akioni
9b260a3b16
refactor(transfer): move to legacy-transfer
2022-07-24 16:27:26 +08:00
07akioni
039f5ef2e7
fix(avatar): shows placeholder after load fails, closes #3315
2022-07-22 02:11:21 +08:00
07akioni
69da43bc0f
chore(tree): explain children guard in expand watcher
2022-07-22 01:00:01 +08:00
07akioni
ea0310d48f
fix(tree): may throw error on node selection expanded-keys
, closes #3319
2022-07-22 00:54:44 +08:00