Commit Graph

8830 Commits

Author SHA1 Message Date
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
57ab23076c fix: some scrollbar css not working properly 2024-11-24 21:57:59 +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
不见月
accd27c695
chore(carousel): api usage updated to be compatible with Vue3.5.0 (#6438)
* chore(carousel): api usage updated to be compatible with Vue3.5.0

* chore: eslint
2024-11-24 20:00:18 +08:00
07akioni
a5592fdd95 refactor(input-number): remove useless test 2024-11-24 19:54:24 +08:00
07akioni
d2a7019e83 fix: package version conflict 2024-11-24 19:53:04 +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
dependabot[bot]
5c2b9d6ac9
chore(deps-dev): bump @antfu/eslint-config from 2.27.3 to 3.9.2 (#6548)
Bumps [@antfu/eslint-config](https://github.com/antfu/eslint-config) from 2.27.3 to 3.9.2.
- [Release notes](https://github.com/antfu/eslint-config/releases)
- [Commits](https://github.com/antfu/eslint-config/compare/v2.27.3...v3.9.2)

---
updated-dependencies:
- dependency-name: "@antfu/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-24 19:46:12 +08:00
07akioni
acced75df6 feat(marquee): new component 2024-10-07 22:19:38 +08:00
07akioni
9a23d7eed4 refactor(input): change font weight variable source to self 2024-10-07 16:55:24 +08:00
07akioni
972638bd73 Merge branch 'main' of github.com:TuSimple/naive-ui 2024-10-07 16:54:28 +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
07akioni
3bc7d40f94 refactor(select): move font-weight to selection component 2024-10-07 16:52:20 +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
jahnli
417f5521fb
feat(progress): support gradient (#6425)
* feat(progress):support linear gradient

* feat: add demo

* feat: add demo

* chore: rename
2024-10-07 13:49:15 +08:00
dependabot[bot]
14889f777a
chore(deps-dev): bump @vue/server-renderer from 3.4.38 to 3.5.11 (#6429)
Bumps [@vue/server-renderer](https://github.com/vuejs/core/tree/HEAD/packages/server-renderer) from 3.4.38 to 3.5.11.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.11/packages/server-renderer)

---
updated-dependencies:
- dependency-name: "@vue/server-renderer"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 13:48:27 +08:00
jahnli
ca241d5637
feat(watermark): add example (#6427) 2024-10-07 13:48:17 +08:00
dependabot[bot]
05598fac93
chore(deps-dev): bump vue from 3.4.38 to 3.5.11 (#6430)
Bumps [vue](https://github.com/vuejs/core) from 3.4.38 to 3.5.11.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.4.38...v3.5.11)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 13:47:44 +08:00
07akioni
c4cf0db77b docs(table): grouped headers caveats 2024-09-28 14:41:16 +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
37b514112e docs: fix typo 2024-09-26 01:41:10 +08:00
07akioni
122f47c6ce Merge branch 'docs' 2024-09-26 01:40:20 +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
07akioni
e6f37c5a95 fix: package build 2024-09-25 01:38:20 +08:00
07akioni
d5d0134c09 fix: lint erros 2024-09-25 01:14:09 +08:00
07akioni
3045265346 docs(data-table): virtual scroll x related props 2024-09-25 01:05:35 +08:00
jahnli
442228e08f
feat: add community resources 2024-09-24 18:46:59 +08:00
07akioni
640ffca54b docs(data-table): fix typo 2024-09-24 02:13:56 +08:00
07akioni
17b96c9027 feat(data-table): supports horizontal virtual scrolling 2024-09-24 02:05:42 +08:00
jahnli
42097e7e66
Merge pull request #6365 from wurencaideli/docs
chore: add community resources
2024-09-22 21:21:36 +08:00
23朵毒蘑菇
9d8b322b5f
Update index.md 2024-09-18 22:02:43 +08:00
23朵毒蘑菇
2622b63b63
Update index.md 2024-09-18 22:01:23 +08:00
吉仔
21b34b6b08
docs: fix prop desc (#5881)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2024-08-11 22:49:54 +08:00
07akioni
2e453472d8 fix(upload): export conflict 2024-08-11 22:48:22 +08:00
XiaoDaiGua-Ray
590ad1e6f3
fix(upload): inst type (#5882) 2024-08-11 22:47:35 +08:00
07akioni
7ede9be3dc refactor(tree-select): header slot style 2024-08-11 22:45:31 +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
07akioni
3536bf009c docs(data-table): prop order 2024-08-11 21:44:35 +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