2058 Commits

Author SHA1 Message Date
07akioni
d507910f6d 2.40.2 2024-11-26 01:12:06 +08:00
07akioni
cdbbd8eb0c fix(input-number): correct wip value computing 2024-11-25 21:53:06 +08:00
07akioni
0c921f4e53 feat(data-table): adds get-csv-header and get-csv-cell props, closes #6542 2024-11-24 22:18:23 +08:00
07akioni
af6448980b fix(data-table): header will show scrollbar in some old browsers, closes #6557 2024-11-24 21:56:40 +08:00
07akioni
53ac284bb3 feat(date-picker): adds calendar-day-format, calendar-header-year-format, calendar-header-month-format, calendar-header-month-before-year and calendar-header-month-year-separator props 2024-11-24 20:58:38 +08:00
jahnli
968f3bbd6c
fix(input-number): the problem that the negative sign is replaced when the negative sign is entered (#6281)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-11-24 19:51:56 +08:00
07akioni
acced75df6 feat(marquee): new component 2024-10-07 22:19:38 +08:00
jahnli
ad8e0fb5a6
feat(input): add font-weight theme variable (#6419)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-10-07 16:53:27 +08:00
jahnli
28c7ec6524
feat(select): add font-weight theme variable (#6420)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-10-07 16:48:52 +08:00
07akioni
57f4504fc0 refactor: some PR fixes 2024-10-07 16:33:59 +08:00
07akioni
861e8000d5 feat(date-picker): adds date-format prop 2024-10-07 14:08:57 +08:00
jahnli
07f6f4868a
fix(time-picker):use-12-hours type error warning (#6422)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-10-07 13:50:56 +08:00
jahnli
a4981a294f
feat(image): add error slot (#6424)
* feat(n-image): add `error` slot

* feat: add demo
2024-10-07 13:49:52 +08:00
07akioni
b6564a4768 fix(data-table): rowProps may override className & virtual-x without fixed columns & css-render version 2024-09-26 10:54:00 +08:00
07akioni
5038519767 2.40.0 2024-09-26 02:01:35 +08:00
07akioni
ce28e71882 docs: some fixes 2024-09-26 01:56:09 +08:00
07akioni
305055fbe7 fix: add some missing changes before next version 2024-09-26 01:28:43 +08:00
07akioni
d3d09d5b81 docs(changelog): fix typos 2024-09-25 23:05:44 +08:00
07akioni
1f0d8cdbad docs(changelog): miss virtual scroll x description 2024-09-25 23:02:04 +08:00
jahnli
600aa7f15b
feat(tree-select): adds header slot (#5917)
* feat(n-tree-select): adds `header` slot

* feat: add code

* feat: add log

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-08-11 22:42:22 +08:00
07akioni
6e1a9acc86 feat(date-picker): add year-range prop, closes #5968 2024-08-11 22:38:38 +08:00
FuNi
c30e3c6e61
feat(data-table): add allowExport prop for column (#5925)
* feat(data-table): add allowExport prop for column

* docs: update CHANGELOG.en-US.md

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-08-11 21:43:42 +08:00
JianJroh
b2eb69e534
fix(date-picker): use local week and local year as default weekFormat (#6234)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-08-11 21:41:06 +08:00
07akioni
30da93c91c fix(caruosel): transition not working as expected, closes #5993. 2024-08-11 20:22:35 +08:00
07akioni
389099c25c docs(changelog): missing mention component changes 2024-08-11 20:22:35 +08:00
Xingwang Liao
a417ee4115
fix(button): fix font-weight CSS variable name (#6233)
* fix(button): fix font-weight CSS variable name

close #5922

* test(button): update snapshot

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-08-11 20:05:14 +08:00
liuzw2579
2d34e3a66c
fix(icon): component prop not accepting FunctionalComponent (#6248) 2024-08-11 19:50:44 +08:00
jahnli
9041437ecc
feat(data-table): add rowData return for render-expand-icon (#6183)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-08-06 00:09:35 +08:00
吉仔
fb47370acf
fix(date-picker): input-readonly not set in datetime or datetimerange's panel input (#6173)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-08-06 00:08:43 +08:00
jahnli
d1d5f8f865
fix(badge): unable to mask focus element border (#5930)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-08-06 00:07:37 +08:00
JianJroh
debd323999
feat(cascader): filter ignore case sensitive (#6221) 2024-08-05 23:58:43 +08:00
07akioni
a5c3b902cd fix(float-button): fix error when used with popover component, closes #5933 2024-07-29 00:19:35 +08:00
07akioni
fa725f45d7 docs(changelog): missing menu changelog 2024-07-29 00:11:29 +08:00
07akioni
77fb24c3a8 feat(config-provider): fix style mount target prop 2024-07-28 23:31:52 +08:00
吉仔
8f5f4ebd3e
fix(config-provider): inherit cls-prefix from parent by default, closes #5970 (#5978)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-07-28 23:30:40 +08:00
Zhang sile
76156b394c
feat(empty): support tiny size. (#6197)
* feat: `n-empty` and `n-select` support tiny size

* feat: `n-empty` and `n-select` support tiny size
2024-07-28 22:45:23 +08:00
jahnli
f606e62e7d
feat(transfer): source target title prop to support render function (#6006)
* feat(n-transfer): source title prop to support render function

* feat: add docs

* feat: add target title

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-07-21 23:24:27 +08:00
jahnli
b0439c8a15
feat(slider): add render function support for marks prop (#6008)
* feat(`n-slider`): add render function support for `marks` prop

* chore: update `marks` prop type to support render function

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-07-21 23:12:15 +08:00
jahnli
e8ef691808
feat: add n-highlight component (#6018)
* feat: add `n-highlight` component

* feat: update `n-highlight` component style in demos

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-07-21 00:36:24 +08:00
07akioni
ae41037b54 fix(upload): can only upload a maximum of 100 files in certain old browsers when uploading directories, closes #6027 2024-07-20 22:48:01 +08:00
jahnli
899f79f8a2
feat(upload): add on-retry prop (#6033)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-07-20 22:29:33 +08:00
jahnli
42314f8dd6
feat(date-picker): add clear now confirm slot (#6034)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-07-20 22:26:11 +08:00
07akioni
dd1f477dc6 fix(tabs): has style issue when using prefix slot, suffix slot or addable prop with vertical placement, closes #6059, closes #6060 2024-07-19 00:43:21 +08:00
07akioni
364f7d4ca4 docs(changelog): fix log position 2024-07-18 23:46:34 +08:00
吉仔
9582fff6d7
fix(slider): style bug in vertical mode, closes #6114 (#6127)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-07-18 23:43:26 +08:00
07akioni
63ecd71918 docs(changelog): fix some log position 2024-07-18 23:40:48 +08:00
shilim
95f466cf6f
fix(infinite-scroll): get the correct scrollTop from containerRef, closes #6133 (#6137)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-07-18 23:39:34 +08:00
jahnli
8651b7b402
chore: update CHANGELOG.en-US.md 2024-07-18 23:23:30 +08:00
Zhang sile
7c4ed67882
feat(scrollbar): add x-placement and y-placement props. (#6156)
* feat(scrollbar): add `x-placement` and `y-placement` props.

* feat(scrollbar): add `x-placement` and `y-placement` props.
2024-07-18 22:59:43 +08:00
07akioni
48e70e11aa 2.39.0 2024-07-15 21:53:03 +08:00