Commit Graph

239 Commits

Author SHA1 Message Date
Xing.Wu
32449d67b8
feat(docs): ColorPicker code for composition (#2160)
Co-authored-by: 无星 <32910694@qq.com>
2021-06-08 13:29:56 +08:00
Xing.Wu
5f9971e60e
feat(docs): DateTimePicker code for composition (#2163)
Co-authored-by: 无星 <32910694@qq.com>
2021-06-08 13:28:18 +08:00
Xing.Wu
c7debd978c
doc(): checkbox code for composition (#2153)
Co-authored-by: 无星 <32910694@qq.com>
2021-06-08 13:15:13 +08:00
Xing.Wu
5a276e48bc
doc(): DatePicker code for composition (#2162)
Co-authored-by: 无星 <32910694@qq.com>
2021-06-08 13:11:15 +08:00
kooriookami
df4053350a
docs(drawer): put v-model to the first (#2174) 2021-06-08 13:07:13 +08:00
msidolphin
da622e10d1
fix: date picker support value-format (#2120)
Co-authored-by: yangyu8 <yangyu8@kingsoft.com>
2021-06-03 20:35:48 +08:00
Ryan2128
a1953ef7af
feat(input): add input-style prop (#2117)
* feat(input): add input-style prop

* test(input): add test case
2021-06-03 13:08:50 +08:00
bastarder
57e6e751ce
fix: tabindex prop type (#2130)
Co-authored-by: Qian Jie <jie.qian@blockheaders.com>
2021-06-03 12:55:51 +08:00
0song
f4c46c9b1b
feat: demo Composition API (#2099)
* feat: demo Composition API

* chore: update

* chore: update

* chore: update
2021-05-31 14:31:01 +08:00
ioslh
1930905252 docs: value -> model-value in vue 3 2021-05-25 19:09:53 +08:00
Black
27e8616739
docs: drawer.md add modal-class attribute (#1974) 2021-05-24 17:30:34 +08:00
PengMingJiu
886f2a3075
docs(docs): update the 'value' property to 'ModelValue' (#2044)
* docs(docs): update the 'value' property to 'ModelValue'

* docs: replace modelValue to model-value
2021-05-24 11:10:53 +08:00
Wenfang Du
7377f8d8cb
docs: added dropdown disabled attribute for all languages (#2013) 2021-05-24 09:58:24 +08:00
jeremywu
214594100c
Fix/date time picker positioning issue (#1981) 2021-05-10 23:02:19 +08:00
jeremywu
05c17b9b52
fix(time-picker): fix/date-time-picker-positioning-issue (#1980)
* fix(time-picker): fix/date-time-picker-positioning-issue

- Make time-picker accepting popper-options injection

* update the providing strategy
2021-05-10 22:52:23 +08:00
表弟
9ce9c3e8cc
docs(pagination): remove the deprecated .sync syntax (#1920) (#1957) 2021-05-09 10:35:49 +08:00
hearsay
a87c8c3fe5
fix(image): fix image Add the dom of the preview picture to the body (#1577) 2021-04-26 11:54:22 +08:00
Summer
a1f521edec
switch: add beforeChange hook (#1878) 2021-04-26 11:53:09 +08:00
kooriookami
c5e72c801b
feat(page-header): add icon props and slots (#1882) 2021-04-25 21:17:39 +08:00
Github蓝钻用户
dc7e64e0e0
doc: update theme-chalk-preview website (#1861) 2021-04-21 14:08:00 +08:00
滑威
9a577d65cb
feat(progress): indeterminate progress bar (#1832)
* feat: indeterminate-progress

* docs: 补充属性

* fix: 更新单元测试用例

* chore: 优化性能

* docs: Indeterminate progress other lang

* chore: progress bem classname && docs

* docs: speed -> duration

* docs: progress docs
2021-04-21 13:47:29 +08:00
kooriookami
7a1457bce0
feat(scrollbar): add docs and params (#1859)
* feat(scrollbar): add docs and params

* fix: fix wrapStyle

* feat: add test

* feat: update
2021-04-20 10:44:10 +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
Wu Duo
aa88b6a108
doc(skeleton): add :key (#1850) 2021-04-19 10:33:31 +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
Angela
77fc4a7522
fix: update time picker doc (#1761) (#1767)
* fix: update time picker doc (#1761)

* fix: add format attribute to doc (#1761)
2021-04-08 16:06:14 +08:00
jeremywu
bb2448c571
docs(input): fix/1764-input-documentation (#1765)
- Fix el-input documentation for value binding
2021-04-07 10:45:42 +08:00
Ryan2128
d4421340a7
fix(docs): fix error of on-demand docs (#1738) 2021-04-06 11:28:18 +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
Ryan2128
8b7db50681
docs: update on demand import docs (#1672) 2021-03-27 19:18:36 +08:00
Ryan2128
25868c2446
fix(message-box): fix incompatible migration (#1671)
* fix(message-box): fix incompatible migration

* docs(message-box): add docs of buttonSize
2021-03-27 19:11:38 +08:00
zouyaoji
a25bda188a
docs(docs): docs: Update the quickstart.md of zh-cn language (#1698)
There is a typo in Global config
2021-03-27 17:56:04 +08:00
Summer
e6594ea926
Fix (popover) tabindex prop (#1642)
* fix(popover): fix panel disappear when hover on panel

* popover: fix tabindex prop

* popover: fix popover directive

* add test case for popover

* tabindex prop does not specify a default value & update elpopover component docs

Co-authored-by: Ryan <ryanzhao2128@gmail.com>
2021-03-26 16:01:29 +08:00
Ryan2128
8cb7ddc400
docs(tabs): update label docs of tab-pane (#1646) 2021-03-15 20:46:22 +08:00
Ernest
96ab675903
feat(tree): auto expand parent on set current key and node (#1502) (#1508)
* fix(tree): auto expand parent on set current key and node (#1502)

* feat: expose expand-on-highlight-node prop

* Revert "feat: expose expand-on-highlight-node prop"

This reverts commit 9694825e0132522f1a4907d0c7bd91c4bd73b5aa.

* feat: add shouldAutoExpandParent parameter

* test: add tests

* docs: add parameter

* fix: it should only expand parent

* docs: update

* fix: it should only expand parent
2021-03-11 20:51:27 +08:00
Ryan2128
543b2b08a0
fix(select): fix option migrate error (#1574)
* fix(select): fix option migrate error

* docs(select): update the accepted type of model-value
2021-03-09 20:25:21 +08:00
justwiner
9f3e44d321
docs(table): remove h function from render-header method (#1589)
fix #1587

Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-08 14:09:50 +08:00
justwiner
efc12c341d
docs(table): fix width problem (#1516)
Co-authored-by: winerlu <winerlu@tencent.com>
2021-02-27 13:45:18 +08:00
yulimchen
989068b929
docs(skeleton): fix skeleton document (#1517) 2021-02-26 09:17:02 +08:00
kooriookami
67ea05eb2c
feat(carousel): add pause-on-hover prop (#1423)
* feat(carousel): add pause-on-hover prop

* feat: add jest
2021-02-08 16:23:48 +08:00
kooriookami
d7341b0fec
feat(dropdown): add max-height prop of menu (#1436)
* feat(dropdown): add max-height prop of menu

* feat: delete demo
2021-02-08 15:14:01 +08:00
kooriookami
76c7acb87a
docs: remove auto-complete of input and select (#1437) 2021-02-07 19:12:59 +08:00
kooriookami
fcf86b9730
feat(progress): add default slot (#1426)
* feat(progress): add default slot

* feat: add slot param

* feat: update

* feat: perf slot
2021-02-05 16:27:44 +08:00
jeremywu
8e19d1d52f
docs(project): Update importing on demand section in `quickstart.md, to solve the issue which caused importing on demand not working (#1414) 2021-02-02 14:15:34 +08:00
Ryan2128
3a6b0e4582
refactor(docs): fix dome-block bottom bar width error when fixed (#1406)
* refactor(docs): fix dome-block bottom bar width error when fixed

* refactor: change some demo's style to css from scss
2021-02-01 15:14:07 +08:00
kooriookami
09dad70cfb
docs(docs): fix style of demo card header (#1405)
* docs(docs): fix style of card header

* docs: update
2021-02-01 14:48:26 +08:00
Ryan2128
91b8e5d47b
improvement(dialog): make dialog's width can accept number type (#1373) 2021-01-27 23:18:22 +08:00
zazzaz
2c706f1351
chore: update shortcuts doc (#1369) 2021-01-27 16:20:08 +08:00
jeremywu
650df81ece
fix/popper-api-consistency (#1354) 2021-01-26 11:50:29 +08:00
xubo leng
6cabc86b77
docs(popover): amend 'open-delay' to 'show-after' (#1352)
Co-authored-by: xuboleng <467887817@qq.com>
2021-01-26 11:03:19 +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
zhowiny
a856c463bb
feat(dropdown): add type 'contextmenu' trigger for dropdown (#1286)
* feat(dropdown): add type 'contextmenu' trigger for dropdown #961

* docs(dropdown): update dropdown trigger doc

Co-authored-by: wenyu.zhou <wenyu.zhou@huolala.cn>
2021-01-25 11:21:31 +08:00
jeremywu
5e031237e3
feat(project): Update with functionality to compat with vue-i18n (#1306) 2021-01-19 23:49:07 +08:00
Homyee King
f9bf392053
docs: Update table toggleAllSelection doc (#1289) 2021-01-18 15:02:50 +08:00
jeremywu
363fde46f0
docs(table): fix/table-document (#1290) 2021-01-15 19:10:21 +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
Ryan2128
e112b9c83b
fix(input-number): fix input-number behavior error (#1252)
* fix(input-number): fix input-number behavior error

- After input-number is cleared, the focus is lost and the value of v-model is not changed when the value of Min is changed

* test(input-number): add input-number test case

* docs(input-number): update modelValue's description
2021-01-11 10:30:44 +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
zazzaz
ca09d496d8
docs: update contain doc style (#1204) 2021-01-06 14:12:22 +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
iamkun
5a1d329a7c
docs: update progress format doc (#1194) 2021-01-05 16:22:33 +08:00
扑棱蛾子
a9c7409f0d
docs: change format 'yyyy-MM-dd' to 'YYYY-MM-DD' (#1162) 2020-12-31 11:53:38 +08:00
Vgbire
241fb12de2
docs(popover): change value/v-model to visible/v-model:visible (#1120) 2020-12-27 14:15:15 +08:00
zazzaz
c17332f3a9
doc: Set Day.js locale (#1096)
* chore: update time picker doc

* chore: update

* chore: update

* chore: update
2020-12-23 16:38:06 +08:00
zazzaz
ab4841c8f5
chore: update time picker doc & Migration from Element 2.x guide (#1092)
* chore: update time picker doc

* chore: update
2020-12-23 15:56:44 +08:00
BeADre
f5eb5fac24
docs(popover): change visible-arrow to show-arrow (#1080) 2020-12-22 16:05:04 +08:00
porcelainHeart
8b2febe2f6
feat: new compontent Skeleton (#953) 2020-12-21 20:07:48 +08:00
kooriookami
9c183bde6c
docs(docs): fix space docs error (#1044)
* docs(docs): fix space docs error

fix #1040

* fix: update
2020-12-18 18:05:14 +08:00
zazzaz
89001165ae
chore: update (#1039) 2020-12-18 13:45:52 +08:00
zazzaz
b486b4210d
doc: update date time picker doc (#1037)
* chore: update

* chore: update
2020-12-18 11:28:38 +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
iamkun
21af6e64c6
docs: update date time picker doc (#1033) 2020-12-18 10:04:48 +08:00
吴兴
eeb55e54da
fix(docs): change switch docs #930 (#933)
* 修改switch的model说明

* fix(docs): change switch docs #930

* fix(docs) change switch docs #930

* fix(docs): change switch docs #930

* Update website/docs/fr-FR/switch.md

Co-authored-by: Enguerrand des Vaux <enguerrand@des-vaux.fr>

Co-authored-by: 无星 <32910694@qq.com>
Co-authored-by: Enguerrand des Vaux <enguerrand@des-vaux.fr>
2020-12-17 16:52:52 +08:00
zazzaz
f67390ed31
fix: update time select & doc (#1014) 2020-12-16 22:09:48 +08:00
SkyAo
15f792de5f
feat(docs): import EP in demobox to support Composition API docs (#984) 2020-12-14 13:47:19 +08:00
dream
caa41664fb
fix(docs): change upload docs #966 (#976) 2020-12-12 00:23:46 +08:00
dream
9a98af4f81
fix(docs): fix table docs #929 (#937) 2020-12-10 10:28:42 +08:00
kooriookami
709ec69c12
fix(docs): fix calendar doc params (#911) 2020-12-09 18:24:47 +08:00
jeremywu
33cf09ad24
fix(drawer): fix drawer layout issue (#924)
- Fix the problem when `modal` set to false, the drawer will not be able to show.
2020-12-09 18:23:15 +08:00
iamkun
96e0e89778 chore: update date picker doc 2020-12-09 12:08:45 +08:00
bastarder
deff12c86a
fix(tree): Fix tree document bug (#873)
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-07 16:13:32 +08:00
jeremywu
9ad78debcf
fix(drawer): fix drawer implementation with hook (#817)
* fix(drawer): fix drawer implementation with hook

* fix(drawer): fix drawer implementation

- Make drawer implementation as the same as dialog

* chore(drawer): documentation updates
2020-12-07 00:13:05 +08:00
iamkun
9abdf513d8
chore: update time picker disabledHours doc (#860) 2020-12-06 22:49:50 +08:00
iamkun
7ec35a7a4c
chore: update date picker default time doc (#851) 2020-12-06 21:33:38 +08:00
zazzaz
fe42f4404e
fix: ts name error (#813)
* fix: ts name error

* chore: update
2020-12-04 17:07:26 +08:00
zazzaz
a2b09da6f0
fix: doc sync update (#816) 2020-12-04 11:54:10 +08:00
jeremywu
b57fb4b4f5
fix(popover): fix popover positioning (#796)
* fix(popover): fix popover positioning

- Popover and popconfirm are now inserted to document.body by default

* fix(popper): remove key properties for readabilities
2020-12-03 22:43:18 +08:00
Simona
5db2e9729c
fix: popper transition with 'el-zoom-in-top' (#785)
fix all picker's transition and styles, including select, autocomplete, timer-picker, date-picker
and so on, which transition should be 'el-zoom-in-top' and without duplication.
2020-12-02 22:33:26 +08:00
Square Coin
4618f3786b
feat(menu): fix nested ref unwrap value problem (#775)
Co-authored-by: liik <linyunqianpp@126.com>
2020-12-02 15:53:25 +08:00
zazzaz
bd4cb60cc6
chore: fix doc import error (#753) 2020-12-01 19:14:11 +08:00
kooriookami
84321952e0
doc: Fix and improve v-slot/slot (#711)
* style(slider): slider button style change

slider button add box-sizing: border-box and change the default size to make sure the style is the
same of before.

* style(slider): remove outline

* fix(docs): replace error v-slot/slot to correct

Replace all `v-slot` to `#default`, `v-slot:xxx` to `#xxx`, `slot="xxx"` to `#xxx`.

fix #704

* docs: v-slot can not bind on div

* fix: fix v-slot
2020-11-29 18:50:46 +08:00
dwanL
6c78478e0e
docs(container): update container docs (#684)
* docs(container): update container docs

* docs(container): update container's dropdown docs

* docs(container): update container's text docs

* docs(container): update container's style docs
2020-11-26 23:12:06 +08:00
zazzaz
348bb9477e
docs: update cdn (#673) 2020-11-24 15:54:55 +08:00
zazzaz
fcc5ea27d3 docs: update import doc 2020-11-23 16:39:38 +08:00
BeADre
c550aa01cc
docs(dialog): update dialog docs (#650) 2020-11-23 09:47:23 +08:00
zazzaz
95d28d48ea docs: update upload doc 2020-11-22 15:51:41 +08:00
BeADre
6f433e22be
docs: update jp docs (#636) 2020-11-20 23:02:15 +08:00
zazzaz
0b6c862f44
fix: correct locale name (#628)
* fix: correct locale name

* chore: update

* fix: add name

* fix: set correct dayjs locale

* chore: update
2020-11-19 15:58:25 +08:00
BeADre
e7e2e79d6a
docs(timeline): remove the description about the reverse (#610) 2020-11-19 15:46:20 +08:00
Ryan2128
ce2752cceb
docs(transfer): fix error (#494) 2020-11-18 22:42:10 +08:00
iamkun
096c47ffa5
doc: update browser demo code (#621)
* doc: update browser demo code

* doc: update browser demo code iframe
2020-11-18 22:15:09 +08:00
bastarder
27cbf5fb6b
fix: fix tabs bug for 'v-for' (#618) 2020-11-18 16:02:53 +08:00
zazzaz
7984431d0e chore: update zh-cn locale 2020-11-14 01:39:03 +08:00
FengXingyuan
3f1ed9417f
docs(input-number): correct attribute description (#591) 2020-11-14 00:37:43 +08:00
Square Coin
da81648df7
feat: add nav menu (#572) 2020-11-12 14:43:55 +08:00
Simona
c5fc8b4e9a
build: optimize (#560)
* build: replace ts-loader with @babel/preset-typescript
2020-11-10 14:24:09 +08:00
zazzaz
b942890502
docs: update i18n (#555)
* docs: update i18n

* fix: format locale name

* chore: update
2020-11-09 14:53:43 +08:00
liuxs
dbdc642f77 fix(rate): fix bugs,allow-half not correct 2020-11-07 13:05:52 +08:00
liuxs
246a12b466 fix(rate): fix bugs,allow-half not correct #546 2020-11-07 13:05:52 +08:00
BeADre
5f32eb6c30
docs: modify the use of slot (#502)
* fix: remove comma

* docs(tooltip): modify the use of slot

* docs(popover): modify the use of slot

* style: use slot shorthand

* revert: change :visible to v-model:visible
2020-11-04 15:01:37 +08:00
Weiqi Wu
2932ba0e12
feat(switch): add loading attribute (#402)
* chore: compiled failed(#230)

* feat(switch): add loading attribute

* style: delete useless comment
2020-11-04 11:18:10 +08:00
zazzaz
b517177c9c
chore: update docs (#539) 2020-11-04 11:15:05 +08:00
滑威
5a688e0217
Docs(input): update input docs (#512)
* docs[input]: update input docs to composition api

* fix: bugs

* fix: fix some bugs in new input docs

* fix: single quote replace double quote

Co-authored-by: rotten <rotten@rottendeMacBook-Pro.local>
2020-11-03 11:46:43 +08:00
Simona
4e8ea7e4c1
feat: unify form event dispatch and global config (#527) 2020-11-02 11:05:08 +08:00
Simona
52ea214896
feat(cascader): refactor done (#435) 2020-10-30 23:26:33 +08:00
justwiner
66746333cb
fix(table): fix the filter panel of the table (#509) 2020-10-30 11:28:45 +08:00
滑威
83aaf71684
docs[alert]: update alert docs (#493) 2020-10-29 13:54:27 +08:00
hangzou
35ad44fe2f
docs(dropdown): fix dropdown doc (#491) 2020-10-28 15:16:06 +08:00
BeADre
00104e16fe
fix: modify createElement to h (#483) 2020-10-28 13:52:27 +08:00
zazzaz
e1d414c733
docs: update favicon.ico (#479)
* docs: update favicon.ico

* chore: update doc
2020-10-27 18:26:07 +08:00
zazzaz
e01ae5f935
Doc/update link (#463)
* docs: update link

* chore: update

* chore: update

* chore: update
2020-10-26 17:16:22 +08:00
Ryan2128
42d53eead7
Feat/slider: Integrate InputNumber (#451)
* feat(slider): Integrate `InputNumber`

* test(slider): add test about `InputNumber`

* docs(slider): fix error about parsing render
2020-10-26 10:56:14 +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
zazzaz
3d777e5e6c chore: update 2020-10-16 11:26:39 +08:00
zazzaz
d0bee7e33e chore: update 2020-10-16 11:26:39 +08:00
zazzaz
b80768db7b chore: update 2020-10-16 11:26:39 +08:00
zazzaz
5d012cf0d5 docs: update doc 2020-10-16 11:26:39 +08:00
xiaoeyu
43d2b23676
feat(popconfirm): add Popconfirm component (#356) 2020-10-16 11:14:45 +08:00
zazzaz
5aecfa5061 docs: update calendar docs 2020-10-16 10:43:38 +08:00
Tvinsh
c27eed73f4
docs(): update calendar doc (#406) 2020-10-13 11:52: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
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
bastarder
567da19429 feat(tree): tree component 2020-09-27 11:33:31 +08:00
zazzaz
8791908da7
feat: add calendar (#305)
* feat: add calendar

* chore: update doc

* chore: update

* chore: update
2020-09-16 14:49:47 +08:00
zazzaz
b01a6f4e81
feat: Feature/timepicker && repeat-click directive (#289)
* feat: Feature/datepicker && repeat-click directive (#288)

* style: fix lint

* test: fix local test

* test: update test

* fix: update api to disabledHours

* chore: update

* chore: fix lint
2020-09-16 14:49:21 +08:00
zazzaz
ab8cf896d8 chore: update 2020-09-16 11:34:58 +08:00
zazzaz
bf71fda8b0 fix: Update install doc 2020-09-16 11:34:58 +08:00
zazzaz
f12000f9c2
feat: add website (#135)
* feat: add website

* chore: fix
2020-08-13 15:18:26 +08:00