三咲智子
bbd16a08e9
refactor(hooks): refactor hooks ( #4253 )
...
* refactor(hooks): remove use-css-var
* refactor(hooks): remove use-events
* refactor(hooks): remove use-migrating
* refactor(hooks): remove use-transition
* refactor(hooks): named export useAttrs
* refactor(hooks): named export useFocus
* refactor(hooks): refactor useFormItem
* refactor(hooks): refactor useGlobalConfig
* refactor(hooks): refactor useLocale
* refactor(hooks): refactor useLockscreen
* refactor(hooks): refactor useModal
* refactor(hooks): refactor useModelToggle
* refactor(hooks): refactor usePreventGlobal
* refactor(hooks): refactor useRestoreActive
* refactor(hooks): refactor useTeleport
* refactor(hooks): refactor useThrottleRender
* refactor(hooks): refactor useTimeout
* refactor(hooks): refactor useTransitionFallthrogh
2021-11-29 15:58:44 +08:00
renovate[bot]
1157efc9e5
chore(deps): update dependency @vueuse/core to v7 ( #4479 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-21 19:07:32 +08:00
renovate[bot]
7d2fb375a7
chore(deps): update vue monorepo to v3.2.22 ( #4402 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-16 10:55:54 +08:00
三咲智子
15ce803db2
fix: side-effects ( #4310 )
2021-11-09 10:46:02 +08:00
三咲智子
bb48f6b54b
Revert "chore(deps): update dependency csstype to v3 ( #4261 )" ( #4287 )
...
This reverts commit 312d5eef64
.
2021-11-08 13:53:37 -05:00
renovate[bot]
312d5eef64
chore(deps): update dependency csstype to v3 ( #4261 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-07 18:11:06 -05:00
三咲智子
7f38d3942f
fix(build): fix types ( #4254 )
...
* fix: add devDependencies
* fix(build): fix generate types definitions
2021-11-05 22:47:03 -04:00
三咲智子
a902be5917
refactor(utils)!: remove resize-observer-polyfill ( #4058 )
...
* refactor(utils): remove resize-observer-polyfill
* test: add resize-observer-polyfill for tests only
2021-10-30 21:48:25 +08:00
三咲智子
4e99d0b5ba
build!: simplify build & support esm import ( #4018 )
...
* build!: simplify build & support native esm import
* build: refactor build
* refactor: reorganize files
* refactor: refactor build
* build: improve perf
* fix: scripts
* build: add rollup-plugin-filesize
* chore: scripts ignore no-console
* build: disable tree-shaking
* build: improve code
* build: add sourcemap
* build: add banner
* refactor: remove annotation
* build!: improve esm exports (#3871 )
* build: improve esm import
* refactor: change mjs for esm version
* chore: improve exports map
* fix: add sideEffects
* refactor: improve alias
* build: upgrade dependencies
2021-10-25 17:07:48 +08:00
Kevin
0ae66f8230
chore: upgrade dependencies
2021-10-22 14:48:38 -04:00
jeremywu
8b64402c08
update package json field for fixing the bundler ( #3965 )
2021-10-20 10:59:56 +08:00
jeremywu
289fdcf96f
fix(build): fix package entry field ( #3962 )
...
- Replace index.mjs with index.js
2021-10-20 10:40:09 +08:00
jeremywu
16f069ebbe
Revert "build!: simplify build & support native esm import ( #3900 )" ( #3945 )
...
* Revert "build!: simplify build & support native esm import (#3900 )"
This reverts commit fb94222bb4
.
* remove module
* Fix linter
* Add @element-plus/icons as dependency
* update pnpm lock file
* temporary lock element-plus at 1.1.0-beta.20
2021-10-20 09:42:32 +08:00
三咲智子
06fc7f4215
build!: improve esm exports ( #3871 )
...
* build: improve esm import
* refactor: change mjs for esm version
* chore: improve exports map
2021-10-18 16:29:33 +08:00
三咲智子
fb94222bb4
build!: simplify build & support native esm import ( #3900 )
...
* build: refactor build
* refactor: reorganize files
* refactor: refactor build
* build: improve perf
* fix: scripts
* build: add rollup-plugin-filesize
* chore: scripts ignore no-console
* build: disable tree-shaking
* build: improve code
* build: add sourcemap
* build: add banner
* refactor: remove annotation
2021-10-18 14:45:57 +08:00
三咲智子
3e2be8eb0b
chore: upgrade & remove unused dependencies ( #3892 )
2021-10-16 21:00:18 +08:00
三咲智子
a4c65447f0
build: refactor copyDefinitions ( #3756 )
2021-10-06 19:40:44 +08:00
iamkun
8af6e78c42
chore: update package homepage ( #3761 )
2021-10-02 02:22:29 +08:00
Neil Guo
48a830d9eb
Update package.json ( #3721 )
...
fix sideEffects at package.json
2021-09-29 11:05:20 +08:00
三咲智子
4a4f04970d
fix(components): [el-form] fix async-validator version ( #3697 )
2021-09-28 11:58:16 +08:00
msidolphin
2d2878eb53
feat(components): add virtual tree ( #3398 )
...
* feat(components): add virtual tree
* perf: optimize compute performance
* perf: optimize update checked states performance
* feat(components): [tree-v2] supports filter method
* feat(components): [el-tree-v2] exposes check api
* feat(components): [el-tree-v2] exposes current api
* feat(components): [el-tree-v2] support contextmenu event
* style(components): [el-tree-v2] optimized code style
* refactor(components): [el-tree-v2] using svg icon
* refactor(components): [el-tree-v2] replace all PropType with buildProp
replace all PropType with buildProp, support perfMode, expose setData
* refactor: improve prop
* docs: [el-tree-v2] improve documention
* refactor(components): [el-tree-v2] optimized code
Co-authored-by: Kevin <sxzz@sxzz.moe>
2021-09-27 11:12:50 +08:00
三咲智子
b88e932775
chore: change normalize-wheel to esm version ( #3371 )
2021-09-27 09:55:40 +08:00
三咲智子
5faec885f3
feat(dev): add global component types for volar ( #3624 )
...
* feat(dev): add global component types for volar
* chore: update README.md
2021-09-26 00:06:46 +08:00
三咲智子
5f5248020c
chore(project): adjust dependency ( #3595 )
2021-09-24 09:28:21 +08:00
Abdulkaiyum Shaikh
1b843aac8e
Added missing 'memoize-one' to the publish package ( #3572 )
2021-09-23 08:12:50 +08:00
三咲智子
f9e192535f
refactor: replace yarn with pnpm ( #3571 )
...
* refactor: replace yarn with pnpm
* chore: install pnpm
* chore: disable cache
* ignore pnpm-lock.yaml
* resolve deps
* setup pnpm
2021-09-23 08:12:37 +08:00
jeremywu
a887a9632e
feat(components): exposing sub components ( #3563 )
2021-09-22 21:50:41 +08:00
Delyan Haralanov
c17161e21c
Feat/remove mitt ( #3356 )
...
* feat(components): collapse use provide/inject instead of mitt events
# Conflicts:
# packages/components/collapse/src/collapse-item.vue
# packages/components/collapse/src/collapse.vue
* feat(components): menu use provide/inject instead of mitt events
# Conflicts:
# packages/components/menu/src/menu.ts
* feat(components): form use provide/inject instead of mitt events
# Conflicts:
# packages/components/checkbox/src/checkbox-group.vue
# packages/components/checkbox/src/useCheckbox.ts
# packages/components/form/src/form-item.vue
# packages/components/form/src/form.vue
# packages/components/input/src/index.vue
# packages/components/radio/src/radio-group.vue
# packages/components/select/src/useSelect.ts
# packages/components/slider/src/index.vue
# packages/components/time-picker/src/common/picker.vue
# packages/components/transfer/src/index.vue
# packages/tokens/form.ts
* feat(components): tree use provide/inject instead of mitt events
# Conflicts:
# packages/components/tree/src/model/useDragNode.ts
# packages/components/tree/src/tree-node.vue
* feat(components): select use provide/inject instead of mitt events
# Conflicts:
# packages/components/select/src/option-group.vue
# packages/components/select/src/select.vue
# packages/components/select/src/useOption.ts
# packages/components/select/src/useSelect.ts
* feat: remove mitt from packages dependencies
# Conflicts:
# packages/components/package.json
# packages/element-plus/package.json
# packages/tokens/package.json
* feat: remove mitt from webpack.config.js
* refactor: change imports order
* refactor: import types separately
* fix: revert removing mitt from webpack.config.js
This config is not related to the build so no need to remove mitt here
2021-09-16 21:19:27 +08:00
三咲智子
680de635f6
fix(core): downgrade vueuse version ( #3405 )
2021-09-14 23:22:59 +08:00
三咲智子
0bcebf5e18
fix: add @vueuse/core as dependency ( #3374 )
2021-09-13 13:13:13 +08:00
三咲智子
23ab0e61a8
chore(project): update package.json ( #3246 )
...
* chore(project): update package.json
* chore(project): add browserslist
2021-09-05 21:42:37 +08:00
Aex
ac7c226196
chore(project): upgrade dependencies to latest minor ( #3242 )
...
* chore(project): bump @babel/cli from 7.12.1 to 7.15.4
* chore(project): bump @babel/core from 7.11.6 to 7.15.5
* chore(project): bump @babel/plugin-proposal-class-properties to 7.14.5
* chore(project): bump @babel/plugin-transform-runtime to 7.15.0
* chore(project): bump @babel/preset-env from 7.11.5 to 7.15.4
* chore(project): bump @babel/preset-typescript from 7.10.4 to 7.15.0
* chore(project): bump babel-loader from 8.1.0 to 8.2.2
* chore(project): bump babel-plugin-module-resolver from 4.0.0 to 4.1.0
* chore(project): bump @popperjs/core from 2.4.4 to 2.10.1
* chore(project): update babel.config.js
* chore(project): update jest.config.js
* chore(project): bump @typescript-eslint/eslint-plugin to 4.30.0
* chore(project): bump @typescript-eslint/parser from 4.29.3 to 4.30.0
* chore(project): bump algoliasearch from 4.4.0 to 4.10.5
* chore(project): bump transliteration from 2.1.11 to 2.2.0
* chore(project): bump typescript from 4.3.5 to 4.4.2
* chore(project): bump esbuild from 0.12.5 to 0.12.25
* chore(project): bump file-loader from 6.1.0 to 6.2.0
* chore(project): bump rollup from 2.28.2 to 2.56.3
* chore(project): bump rollup-plugin-esbuild from 4.2.3 to 4.5.0
* chore(project): bump sass from 1.37.0 to 1.39.0
* chore(project): move sass & typescript to devDependencies
2021-09-05 19:57:35 +08:00
Aex
7fc2d6bc7d
chore(project): upgrade dependencies to latest patch ( #3241 )
...
bump lodash from 4.17.20 to 4.17.21
bump url-loader from 4.1.0 to 4.1.1
bump chalk from 4.1.0 to 4.1.2
bump cross-env from 7.0.2 to 7.0.3
bump components-helper from 1.0.2 to 1.0.4
bump @vue/babel-plugin-jsx from 1.0.0 to 1.0.7
bump @vue/compiler-sfc from 3.2.6 to 3.2.8
bump @vue/component-compiler-utils 3.2.0 from to 3.2.2
2021-09-05 16:27:17 +08:00
三咲智子
55348b30b6
style: use prettier ( #3228 )
...
* style: use prettier
* style: just prettier format, no code changes
* style: eslint fix
object-shorthand, prefer-const
* style: fix no-void
* style: no-console
2021-09-04 19:29:28 +08:00
linrongbin16
f30bb8853e
fix(chore): typo package.json ( #3214 )
2021-09-03 13:47:28 +08:00
JeremyWuuuuu
eebc688669
fix(build): marking side effects for webpack importing styles
...
- Marking file under `dist` and `theme-chalk/*.css` `theme-chalk/*.scss`
2021-08-26 20:55:57 +08:00
Haoqun Jiang
5d9037a8b5
fix: stop pinning vue peer dependency version ( #3051 )
...
* fix: stop pinning vue peer dependency version
It should be safe to trust `vue` to follow semver.
Pinning a peer dependency version is a bad idea because any change in
peer dependency requirement should be considered a breaking change in
theory.
On the other hand, `@vue/compiler-sfc` has a strict peer dependency
version requirement.
So pinning the `vue` version is likely to causing issues like
https://github.com/vitejs/vite/issues/4573 in the future.
* chore: update lockfile
2021-08-25 17:34:57 +08:00
jeremywu
e926d20179
fix(build): exposing installer function and version for umd build ( #3041 )
...
* fix(build): exposing installer function and version for umd build
* fix codepen code snippet error
2021-08-25 11:27:16 +08:00
jeremywu
ef94ac1a70
fix(build): upgrade vue to 3.2.x ( #3031 )
...
* chore(build): upgrade vue to 3.2.x
- Update Vue related dependencies version
* update vue version
2021-08-25 00:18:06 +08:00
kooriookami
e0095e3c1d
build: update browserslist ( #3027 )
2021-08-24 17:36:52 +08:00
jeremywu
b0f4fc5f23
refactor: update package path and bundle folder ( #3016 )
2021-08-24 13:36:48 +08:00
jeremywu
07106da33a
fix(locale): dayjs related i18n issue ( #2678 )
...
- Fix dayjs related i18n issue.
2021-07-26 10:51:32 +08:00
jeremywu
c42f905c10
refactor: i18n implementation ( #2670 )
2021-07-26 00:24:30 +08:00
jeremywu
c8d65bf43d
feat(locale): locale-provider ( #2662 )
...
- Add a component for providing configs
- Add `use-locale` hooks into hooks for composable usage
- Add `use-locale` for `config-provider` to allow user to provide locale config via `react-like` API
- Add test cases against these new features
2021-07-25 15:26:00 +08:00
msidolphin
5b16f20725
fix: missing install & locale issue ( #2647 )
2021-07-24 00:47:20 +08:00
jeremywu
2bba6d570f
fix(locale): Fix locale translation method ( #2645 )
...
- Fix defaultTranslation method that causes error
2021-07-23 23:02:16 +08:00
jeremywuuuuu
4e5ef0d3a8
build(project): update bundle strategy
...
- Update the build script for generating *.d.ts files
- Update package.json module entry.
- Update CI pipeline node version
- Reorganized main bundle structure
- Update i18n functionalities
2021-07-23 16:46:53 +08:00
Simona
e93f6f6984
style: add no-multi-spaces rule ( #2345 )
...
* style: add no-multi-spaces rule
* style: remove extra spaces
2021-06-25 16:25:54 +08:00
Xing.Wu
b9aa9045ab
fix(popover): v-popover can't work ( #2341 )
...
* fix: v-popover cant work
* fix: fix popover repeated registration
Co-authored-by: xing.wu <wuxing@bjca.org.cn>
2021-06-25 16:13:36 +08:00
jeremywu
a99232f582
feat(select-v2): feat/integrate-virtual-list-with-select ( #1906 )
2021-06-08 14:12:16 +08:00
kooriookami
f48c497703
Feat/descriptions ( #1856 )
...
* feat(descriptions): new component Descriptions
* feat: update
* feat: update
* feat: update
* feat: update
* fix: revert readme.md
* feat: update
* feat: update provide key
2021-04-19 18:05:48 +08:00
jeremywu
94b410b647
feat(virtual-list): enhance-virtual-list ( #1813 )
...
* feat(virtual-list): enhance-virtual-list
- Enhance virtual list with generic list generator and variable size list
* finish enhancement, tests awaits
* feat(virtual-list): - finalize the tests
2021-04-16 11:18:39 +08:00
kooriookami
634448d756
feat(result): new componet Result ( #1818 )
...
* feat(result): new componet Result
re #1137
* feat: fix docs
* feat: perf slot
* feat: use svg icon
* feat: update variable name
* feat: update style
2021-04-14 10:18:29 +08:00
jeremywu
8f256b18f7
feat(tag): add new feature check-tag ( #1696 )
...
* feat(tag): add new feature check-tag
- Add new component `check-tag`
* feat(tag): - add check tag vetur support
2021-03-27 19:54:43 +08:00
qiang
272b8c76c8
fix: some components miss install type ( #1547 )
...
* fix: some components miss install type
* fix: some components miss install type
2021-03-09 21:24:22 +08:00
zazzaz
fbf5267de6
fix: fix full bundle export ( #1350 )
...
* fix: fix full bundle export
* chore: update
2021-01-25 22:42:25 +08:00
zazzaz
b1db142ad5
fix: fix i18n bundle error ( #1346 )
...
* fix: fix i18n bundle error
* chore: update
* chore: update
2021-01-25 16:23:15 +08:00
jeremywu
5e031237e3
feat(project): Update with functionality to compat with vue-i18n ( #1306 )
2021-01-19 23:49:07 +08:00
kooriookami
8bda98b075
feat(affix): new component affix ( #1260 )
...
* feat(affix): new component affix
re #1247
* feat: add test
* perf: update state
n
* docs: update docs
* perf: pref the component
2021-01-14 17:02:47 +08:00
zazzaz
f2b20c8eb8
test: add ssr test ( #1261 )
...
* test: add ssr test
* chore: update
2021-01-12 11:00:37 +08:00
kooriookami
5c01631136
Feat/empty ( #1210 )
...
* feat(empty): add empty
* feat(empty): new component empty
re #1100
* feat: update doc
* feat: update scss
* perf: update img
* perf: update docs
* fix: update
2021-01-07 13:52:31 +08:00
jeremywu
49199f3715
feat(image): feat/seperate-image-viewer ( #1199 )
...
- Seperate image viewer as a independent component. Close #1147
2021-01-05 16:28:11 +08:00
porcelainHeart
8b2febe2f6
feat: new compontent Skeleton ( #953 )
2020-12-21 20:07:48 +08:00
jeremywu
e97b9c972a
feat(space): feat/space ( #1002 )
...
* feat(space): feat/space
- Init commit for space component
* complete code & test & partial demo
* feat(space): feat/space
- Finish documentation for 中文 and English.
* feat(space): feat/space
- Replace flatMap to reduce.
2020-12-18 10:30:26 +08:00
zazzaz
47002d64c8
fix: fix timepicker / datepicker fragment error ( #1009 )
2020-12-16 22:10:35 +08:00
jeremywu
d16fbb66e5
feat(virtual-list): first implementation of virtual list ( #790 )
2020-12-15 11:42:21 +08:00
zazzaz
bcf7162b57
fix: export locale ( #950 )
2020-12-10 16:31:57 +08:00
zazzaz
fe42f4404e
fix: ts name error ( #813 )
...
* fix: ts name error
* chore: update
2020-12-04 17:07:26 +08:00
zazzaz
b1bdb6de8b
build: add type ( #685 )
...
* build: add type
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
2020-11-26 23:09:31 +08:00
jeremywu
79ce9ae5a2
fix(message): message covered by dialog ( #701 )
...
- Fix the bug that cause poppup-manager unable to use zIndex from global config
2020-11-26 19:56:10 +08:00
zazzaz
a2a515024a
Build/full ( #668 )
...
* build: update build full
* chore: update
* chore: update
* chore: update
* chore: update
2020-11-24 14:58:56 +08:00
zazzaz
fcc5ea27d3
docs: update import doc
2020-11-23 16:39:38 +08:00
zazzaz
a84b72e8f1
build: update build version
2020-11-22 21:56:33 +08:00
zazzaz
b19d2fc374
fix: correct bundle export ( #630 )
...
* fix: correct bundle export
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
2020-11-20 20:24:16 +08:00
zazzaz
df9adc330d
fix: update mune folder structure
2020-11-12 16:17:21 +08:00
Square Coin
da81648df7
feat: add nav menu ( #572 )
2020-11-12 14:43:55 +08:00
滑威
ee744e2925
fix: ElCollapseTransition isn't installed ( #558 )
2020-11-06 11:43:36 +08:00
zazzaz
50a8372afe
fix: fix global locale issue
...
fix #551
2020-11-05 15:09:14 +08:00
jeremywu
1dd58efdfd
fix(radio): fix cascader bug caused by radio also removed ElFormItemSize ( #521 )
2020-11-01 14:18:56 +08:00
JeremyWuuuuu
2163969059
refactor(radio): refactor radio components
2020-10-31 16:17:39 +08:00
Simona
52ea214896
feat(cascader): refactor done ( #435 )
2020-10-30 23:26:33 +08:00
bastarder
ee3b42fb09
feat(loading): add loading component ( #447 )
...
* refactor(loading): refactored loading component
* refactor(loading): use render & createVNode instead of createApp
Co-authored-by: Ryan <ryanzhao2128@gmail.com>
2020-10-23 10:15:49 +08:00
Caaalabash
b4c84cc00a
fix(autocomplete): popper usage ( #429 )
...
* fix(autocomplete): dropdownWidth
* fix: el-popper usage
* test: change test file
* fix: remove storybook doc dir
* test: sleep time
2020-10-22 14:02:28 +08:00
justwiner
2985a71751
feat(table): table ( #407 )
...
Co-authored-by: winerlu <winerlu@tencent.com>
Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-10-20 10:31:47 +08:00
余林夕
c2951875b3
feat(message-box): migrate MessageBox ( #300 )
...
* feat(message-box): migrate MessageBox
* refactor(message-box): import sleep from test-utils
* refactor(message-box): optimize props
* refactor(message-box): optimize message-box
* refactor(message-box): optimize message-box
* refactor(message-box): optimize message-box
* refactor(message-box): remove `removeClass` & `addClass`
* refactor(message-box): replace 'HTMLElement' with 'HTMLButtonElement'
* refactor(message-box): review optimize
* refactor(message-box): __test__ optimize
* refactor(message-box): replace addEvent with on and off
* refactor(message-box): remove doc
* feat(message-box): jest add @babel/plugin-proposal-class-properties
Co-authored-by: YuLinXi <yumengyuan@klicen.com>
2020-10-19 13:50:22 +08:00
jeremywu
73fb527f49
feat/Popover ( #339 )
...
* init popover
* feat(popover): component almost done. next `directive`
* modifications
* code finished
* partial complete testing code
* feat(popover): popover component
* fix linter complains
2020-10-19 13:44:50 +08:00
xiaoeyu
43d2b23676
feat(popconfirm): add Popconfirm component ( #356 )
2020-10-16 11:14:45 +08:00
晓枫
2ee313ab61
feat(input-number): add input-number component ( #368 )
2020-10-16 10:37:35 +08:00
PannanaAlex
cc2ab5c417
feat: add pagination ( #195 )
...
* feat(component): add type 'pagination' for form usage #120
* feat(pagination): optimize pagination code
* fix(pagination): optimize code
* feat(component): add type 'pagination' for form usage #120
* feat(pagination): optimize pagination code
* fix(pagination): optimize code
* feat(pagination): update component
Co-authored-by: pannana <pannana@ucloud.cn>
Co-authored-by: zouhang <zouhang@didiglobal.com>
2020-10-09 12:04:25 +08:00
Enguerrand des Vaux
b5ed49ae93
feat/TimeSelect ( #329 )
...
* feat(time-select): start of migration
* feat(time-select): fix typo
* feat(time-select): minor change
* feat(time-select): working Vue.js 2 time-select
* feat(time-select): migration to v3
* feat(time-select): add select element
* feat(time-select): migrate v-model
* feat(time-select): add type definition
* feat(time-select): add default value for minTime
* feat(time-select): fix documentation
* feat(time-select): export select to use it
* feat(time-select): fix form
* feat(time-select): export time-select to see it in the website
* feat(time-select): fix updateOptions methods
* fix(popper): re-create popper if destroyed when updating
* fix(select): fix options query event
* fix(select): fix checkDefaultFirstOption function
* feat(time-select): add update:modelValue to emit function
* fix(select): better naming
* feat(time-select): deprecated defautl value
* feat(select): support clear icon
* feat(select): add clear-icon documetnation
2020-10-04 19:57:49 +08:00
Caaalabash
20728747c1
feat(autocomplete): add autocomplete component ( #389 )
...
* feat(autocomplete): add autocomplete component
* fix: package.json
2020-10-04 15:44:05 +08:00
Bruno Santos
e900aac6ea
Feat/message ( #291 )
...
* feat(message): add message component
- [WIP] Messages component
- TODOs: tests, VNode Bug
re #101
* test(message): add tests for message component
* fix(message): fix message z-index
Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
2020-10-03 20:55:23 +08:00
Hades-li
47ebb19881
feat(color-picker): add color-picker component ( #375 )
...
* feat(color-picker): add color-picker component
finished component,unit tests
* fix: elment-plus/index.ts add color-picker
Co-authored-by: plus li <121318100@gmail.com>
Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
2020-10-03 20:48:29 +08:00
Enguerrand des Vaux
c5042f6d4c
add wrap label name and form setup ( #383 )
...
* fix(form): fix label-wrap impor
* fix(form): add name to label wrap
* fix(form): add from initialisation
2020-10-03 20:17:40 +08:00
zazzaz
355a778a2c
Feat/datepicker && datetimepicker ( #326 )
...
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* Feat/form (#342 )
* feat(form): add form component
fix #125
* test(form): add test code
* docs(form): add form doc
* feat: add uitls merge
* fix(form): fix style
* test(form): add form test code
* refactor(form): review changes
* test(form): use idiomatic vue-test-util methods
* feat(core): bump vue version
* feat(form): rewrite label wrap
* feat(form): fix tons of bugs
* fix(form): reuse ts extension
* refactor(form): move out label width computation
* fix(form): fix tons of bugs
* fix(form): test
Co-authored-by: 286506460 <286506460@qq.com>
* Feat/select (#381 )
* fix: resove conflict
* feat: select basic usage
* feat: select basic usage
* feat: select feature create item
* fix: fix option data insert
* refactor: select
* fix: fix parse error
* feat: select test
* fix: select add popper
* fix: update select option
* fix: add select dependency
* fix: add index.ts file
* fix(select): clean up
* fix(select): some refactor
* fix(select): some update
* fix(select): fix all test cases
Co-authored-by: helen <yinhelen.hlj@qq.com>
Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
Co-authored-by: 286506460 <286506460@qq.com>
Co-authored-by: helen <yinhelen.hlj@qq.com>
2020-10-03 20:13:19 +08:00
Herrington Darkholme
ff4d4d89da
Feat/select ( #381 )
...
* fix: resove conflict
* feat: select basic usage
* feat: select basic usage
* feat: select feature create item
* fix: fix option data insert
* refactor: select
* fix: fix parse error
* feat: select test
* fix: select add popper
* fix: update select option
* fix: add select dependency
* fix: add index.ts file
* fix(select): clean up
* fix(select): some refactor
* fix(select): some update
* fix(select): fix all test cases
Co-authored-by: helen <yinhelen.hlj@qq.com>
2020-10-03 19:07:02 +08:00
Herrington Darkholme
62f1135768
Feat/form ( #342 )
...
* feat(form): add form component
fix #125
* test(form): add test code
* docs(form): add form doc
* feat: add uitls merge
* fix(form): fix style
* test(form): add form test code
* refactor(form): review changes
* test(form): use idiomatic vue-test-util methods
* feat(core): bump vue version
* feat(form): rewrite label wrap
* feat(form): fix tons of bugs
* fix(form): reuse ts extension
* refactor(form): move out label width computation
* fix(form): fix tons of bugs
* fix(form): test
Co-authored-by: 286506460 <286506460@qq.com>
2020-10-03 16:02:53 +08:00
jeremywu
cce1b5a252
feat(upload): upload component ( #168 )
...
* feat(upload): upload component
* bump version
* fix(upload): fix typo & doc
\
Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
2020-09-27 12:10:36 +08:00
bastarder
567da19429
feat(tree): tree component
2020-09-27 11:33:31 +08:00
Lu
31d6a601a5
Feature/drawer ( #248 )
...
* feat(drawer): feature is done without test
* test(drawer): add unit test for drawer and fix drawer style
* fix(drawer): lint error for revert eslintrc
* feat(drawer): optimize appendtobody by use built-in teleport
* fix(drawer): resolve some review conservation
* fix(drawer): resolve nest drawer & use v-model for default visible prop
Co-authored-by: luxueyan <luxueyan@kaitongamc.com>
2020-09-18 16:37:18 +08:00