Commit Graph

8412 Commits

Author SHA1 Message Date
吉仔
336cbf6ffc
fix(popconfirm): action button should not be triggered multiple times, closes #4687 (#4730) 2023-06-11 20:27:53 +08:00
lanjian
4cab2980c2
fix(select): fix select tag created repeatly
* fix(select): fix select tag created repeat

* docs(select): fix select tag created repeat

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-06-11 20:26:46 +08:00
jahnli
3b7d42746b
feat(tree): adds scrollbar-props prop (#4683)
Co-authored-by: lijiaheng <lijiaheng@semi-tech.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-06-11 20:22:55 +08:00
Don Lour
ad1cd54dfb
docs(select): description error for 'show-checkmark' (#4826)
* docs(select): Description error for 'show-checkmark'

* docs(select): Description error for 'show-checkmark'
2023-06-11 20:20:37 +08:00
gangG
0a0c86baa5
feat(select, tree-select): adds focusInput and blurInput methods (#4824)
* feat(select): adds focusInput and blurInput methods

* feat(tree-select): adds focusInput and blurInput methods

---------

Co-authored-by: gang.yang <gang.yang@tusen.ai>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-06-11 20:19:20 +08:00
dependabot[bot]
7fadd2d21f
chore(deps-dev): bump eslint-config-standard-with-typescript (#4930)
Bumps [eslint-config-standard-with-typescript](https://github.com/standard/eslint-config-standard-with-typescript) from 34.0.1 to 35.0.0.
- [Release notes](https://github.com/standard/eslint-config-standard-with-typescript/releases)
- [Changelog](https://github.com/standard/eslint-config-standard-with-typescript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/eslint-config-standard-with-typescript/compare/v34.0.1...v35.0.0)

---
updated-dependencies:
- dependency-name: eslint-config-standard-with-typescript
  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>
2023-06-11 20:12:59 +08:00
Steven Sun
676521fac0
docs(UMD): Add an alert for tag-closing bug (#4816) 2023-06-08 23:58:45 +08:00
dependabot[bot]
59539f0a0b
chore(deps-dev): bump esbuild from 0.17.18 to 0.17.19 (#4817)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.17.18 to 0.17.19.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.17.18...v0.17.19)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 23:57:25 +08:00
dependabot[bot]
8114519445
chore(deps-dev): bump @rollup/plugin-commonjs from 24.1.0 to 25.0.0 (#4818)
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 24.1.0 to 25.0.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.0/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  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>
2023-06-08 23:57:15 +08:00
07akioni
7f15d72013 refactor(image-preview): download impl 2023-06-08 23:52:27 +08:00
07akioni
02584903a0 refactor(transfer): select all text & clear text 2023-06-08 23:48:13 +08:00
jahnli
1190413a05
feat(image-preview): adds downaload tool (#4864)
* feat(n-iamge-preview): adds `downaload` tool

* fix: modify code location

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-06-08 23:47:05 +08:00
吉仔
7e2a5fe565
fix(upload): data prop type can't include Blob element (#4854)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-06-08 23:44:21 +08:00
jahnli
030f3287c8
feat(transfer): add select-all-title un-select-all-title prop (#4912)
Co-authored-by: lijiaheng <lijiaheng@semi-tech.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-06-08 23:16:50 +08:00
吉仔
2e8cdcff23
feat(progress): supports indicator slot when the indicator-placement is set to 'inside' in the 'line' type, closes #4888 (#4919)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-06-08 23:14:27 +08:00
吉仔
d065a74a7b
docs(dialog): fix style prop desc (#4855) 2023-06-08 23:03:26 +08:00
HaiTao
74c858940d
fix(typo): change AnyFuction to AnyFunction (#4858) 2023-06-08 23:02:09 +08:00
07akioni
ad0a9e8df1 refactor(descriptions): fix single line span issue 2023-06-08 23:00:52 +08:00
成路
1b85744436
fix(descriptions): add empty tr when labelPlacement is top (#4892)
Co-authored-by: chenglu4343 <jiale.qiu@unionman.com.cn>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-06-08 22:53:59 +08:00
jahnli
6915b20142
docs(data-table): add on-scroll docs (#4923)
* docs(n-data-table): add on-scroll attribute does not take effect

* Update src/data-table/demos/enUS/index.demo-entry.md

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-06-08 22:51:05 +08:00
07akioni
525022ec56 refactor(drawer): draggable size limit 2023-06-08 22:49:43 +08:00
eivmosn
555a996cfc
feat(drawer): when resizable is enabled you can set (#4878)
max or min size for drag
2023-06-08 22:38:18 +08:00
吉仔
d13fd60977
fix(radio): radioProps dosen't not includes theme-overrides (#4886)
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-06-08 22:29:09 +08:00
Kevin Law
08acb6a3b2
docs(form): async form validation demo phone number alway invalid (#4879) 2023-06-08 22:16:40 +08:00
07akioni
fe6ec8fbbd docs(input-number): fix typo 2023-06-08 22:14:00 +08:00
jahnli
39b5b9bda9
fix(log): silent attribute spelling problem (#4876)
* fix(n-log): `silent` attribute spelling problem

* fix: docs type

* fix: CHANGELOG.en-US.md

---------

Co-authored-by: lijiaheng <lijiaheng@semi-tech.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-06-08 22:12:20 +08:00
dependabot[bot]
2f5bb0407c
chore(deps-dev): bump typescript from 5.0.4 to 5.1.3 (#4893)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.1.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.4...v5.1.3)

---
updated-dependencies:
- dependency-name: typescript
  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>
2023-06-08 22:10:46 +08:00
jahnli
c8f082a753
docs(notification-provider): fix prop error (#4898)
Co-authored-by: lijiaheng <lijiaheng@semi-tech.com>
2023-06-08 22:10:30 +08:00
吉仔
9deb0399df
docs: fix typo (#4900) 2023-06-08 22:08:48 +08:00
dependabot[bot]
0cc3d4b0ed
chore(deps-dev): bump marked from 4.3.0 to 5.0.5 (#4916)
Bumps [marked](https://github.com/markedjs/marked) from 4.3.0 to 5.0.5.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v4.3.0...v5.0.5)

---
updated-dependencies:
- dependency-name: marked
  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>
2023-06-08 22:07:41 +08:00
Wisdom
149cd87ea9
fix: typo of quaterary in button props warning (#4906) 2023-06-08 15:25:26 +08:00
Leonardo Nascimento
34e7e4becd
fix(locales): add missing ptBR translations (#4883) 2023-06-05 11:30:32 +08:00
XieZongChen
5cb5881fce
docs: optimize docs about SFC (#4897) 2023-06-05 11:24:23 +08:00
XieZongChen
4c0ee46f22
test(statistic): optimize test (#4872) 2023-05-30 09:53:06 +08:00
Sepush
9c4cc6ce11
fix: ci (#4861) 2023-05-27 23:04:13 +08:00
Pig Fang
41e9a0f96f
fix(types): fix tsc compilation errors (#4820) 2023-05-27 22:14:43 +08:00
07akioni
f00d90cdef Merge branch 'main' into docs 2023-05-21 22:02:30 +08:00
07akioni
d190ca3ef5 2.34.4 2023-05-21 21:58:45 +08:00
07akioni
8bc5f5502d refactor(tabs): fix doc 2023-05-21 21:47:14 +08:00
07akioni
cc4425c36c refactor: small fixes 2023-05-21 21:31:23 +08:00
07akioni
c49963aab0 fix: eslint error 2023-05-17 01:57:06 +08:00
07akioni
ef460d364c feat: release script for dingtalk group 5 2023-05-17 01:53:07 +08:00
07akioni
372c7dad50 docs: changelog format 2023-05-17 01:46:57 +08:00
07akioni
c87eba44ca docs(tabs): vertical 2023-05-17 01:35:31 +08:00
07akioni
111209e2bd feat(tabs): vertical, closes #4295, closes #4489 2023-05-17 01:32:46 +08:00
07akioni
5fa893672c feat(tabs): placement 2023-05-17 01:32:46 +08:00
XieZongChen
6a3257f5af
test(spin): optimize (#4819) 2023-05-16 10:03:02 +08:00
吉仔
31fb2f10a1
fix(image): fallback-src prop and lazy loading dosen't work (#4485)
* fix(image): `fallback-src` prop and lazy loading dosen't work, close #4480

* Update src/image/demos/zhCN/lazy.demo.vue

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-05-11 23:01:32 +08:00
liuyang0826
a4ae4e285f
refactor(popover): replace createTextVNode width Text (#4748)
* feat(popover): replace `createTextVNode` width `Text`

* chore(popover): remove `createTextVNode`
2023-05-11 22:39:48 +08:00
jahnli
91b4972d54
feat(tabs): adds pane-wrapper-class pane-wrapper-style prop (#4711)
* feat(n-tabs): adds `pane-warpper-class` `pane-warpper-style` prop

* fix(n-tabs): docs error

* Apply suggestions from code review

---------

Co-authored-by: 07akioni <07akioni2@gmail.com>
2023-05-11 22:12:13 +08:00