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
a293a31584
fix: make doc try demo work ( #815 )
2020-12-04 11:55:06 +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
223e88b01c
chore: update changelog ( #765 )
2020-12-02 11:43:12 +08:00
zazzaz
bd4cb60cc6
chore: fix doc import error ( #753 )
2020-12-01 19:14:11 +08:00
jeremywu
c938682dc5
fix(dropdown): fix dropdown incorrect style ( #741 )
...
- Making select insertion strategy defaults to document.body
2020-12-01 14:55:35 +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
zazzaz
6f0f3a3da4
chore: add sponsors ( #705 )
...
* chore: add sponsors
* chore: update
* chore: update
* chore: update
2020-11-27 13:41:53 +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
我真的好暴躁
1ced1904d7
chore(other): add ::v-deep ( #692 )
...
use ::v-deep to make the style work
fix #691
2020-11-26 23:10:17 +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
zazzaz
ef2aa961a7
docs: update menu doc
2020-11-12 16:46:12 +08:00
Square Coin
da81648df7
feat: add nav menu ( #572 )
2020-11-12 14:43:55 +08:00
Shunji Lin
18f9efa5c2
docs(switch): update loading ( #574 )
2020-11-11 18:19:52 +08:00
jeremywu
f3d24d6109
fix(popper): fix popper related style ( #562 )
...
* fix(popper): fix popper related style
* fix(popper): restore `onMount` hook, rewrite `Teleport` usage
* fix(popper): fix failed tests due to change
* fix(popper): - Fix popper initialiation method
* fix(popper): - Replace unref with internal defined unwrap function
2020-11-10 14:55:03 +08:00
Simona
c5fc8b4e9a
build: optimize ( #560 )
...
* build: replace ts-loader with @babel/preset-typescript
2020-11-10 14:24:09 +08:00
zazzaz
bdd287770a
chore: update ( #561 )
2020-11-09 14:54:18 +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
SMJ
ccf2ebde6b
docs: fix bug of missing tag ( #541 )
2020-11-09 13:55:57 +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
Yamamoto Ken
4c3f2103b3
docs: translation japanese ( #536 )
2020-11-04 10:30:14 +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
bastarder
212f161063
fix: website lang error
2020-10-29 19:37:18 +08:00
滑威
83aaf71684
docs[alert]: update alert docs ( #493 )
2020-10-29 13:54:27 +08:00
Sphinx
a6e6b561fa
fix: update language enums ( #476 )
2020-10-29 11:52:38 +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
45b8986f5a
fix: remove useless picker hack ( #485 )
...
* fix: remove useless picker hack
* chore: remove ad
* chore: add loading
2020-10-28 11:21:39 +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
zazzaz
ff9cdfab9e
chore: update cn web ( #459 )
2020-10-26 10:26:40 +08:00
zazzaz
d8882d839f
fix: website support vue composititon api ( #456 )
2020-10-22 16:05:52 +08:00
jeremywu
2d4348a827
fix(notification): export notification in the package ( #453 )
2020-10-22 14:31:15 +08:00
jeremywu
8e95db293c
fix(popper): remove clickouside listener when manual enabled ( #450 )
2020-10-22 14:00:33 +08:00
zazzaz
ceae92fe7c
fix: fix table tooltip ( #438 )
2020-10-20 11:47:02 +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
Enguerrand des Vaux
fc7e139163
Fix esm bundler alias ( #396 )
...
* fix(popper): re-create popper if destroyed when updating
* fix: fix bundler alias
2020-10-19 13:50:41 +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
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
zazzaz
f43af9a43a
chore: update logo
2020-10-14 14:26:12 +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
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
85d750162e
chore: Create play.vue ( #372 )
...
* Create play.vue
creating template play.vue
* Rename play.vue to index.vue
2020-09-30 10:50:28 +08:00
jeremywu
8f3c7cf07b
fix(core): Remove website/play/index.vue out of commit scope
2020-09-29 17:11:08 +08:00
jeremywu
55d368ccbe
fix: making use popper universal ( #371 )
...
* staging work
* refactor(popper): making usePopper portable
2020-09-29 16:44:48 +08:00
bastarder
c9d6aec329
fix(element-plus): fix doc highlight bug ( #365 )
2020-09-28 16:09:10 +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
zazzaz
8f9d488a0c
fix: fix return property should not start "_"
...
fix #350
2020-09-25 17:28:22 +08:00
zazzaz
5e499b0196
build: update website build
2020-09-24 20:00:48 +08:00
jeremywu
913b6fc9f2
fix(popper): fix popper styling bug/adding transition events ( #334 )
...
* ammend
* fix judgement
2020-09-22 13:02:05 +08:00
zazzaz
4f68443ac0
Fix/update website ( #322 )
...
* 1.0.1-alpha.2
* chore: update website logo
* chore: update website logo
2020-09-18 14:27:03 +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
6a1880a8d2
fix: Fix website code highlight
2020-09-16 14:47:57 +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
JeremyWuuuuu
37f5b6164b
fix(popper): addressing comments
2020-09-16 11:12:55 +08:00
JeremyWuuuuu
9902c33dbf
fix(dropdown): fix dropdown code based on popper's change
2020-09-16 11:12:55 +08:00
jeremywuuuuu
9389c16685
fix(popper): fix known bugs in popper
2020-09-16 11:12:55 +08:00
JeremyWuuuuu
c2449ac16e
partial fix
2020-09-16 11:12:55 +08:00
zazzaz
2f8c74078e
chore: update
2020-09-15 18:59:58 +08:00
zouhang
b37a21420c
feat(core): add jsx support
2020-09-15 13:53:41 +08:00
jeremywu
ef92b6c11c
### feat: add dialog ( #197 )
...
* Add overlay component; Dialog component almost done
* feat(dialog): add use-lockscreen
* feat(dialog): coding completed awaiting tests
* feat(dialog): finish writing test cases
* fix test failures
* Address PR comments
* fallback some changes
2020-09-09 21:18:08 +08:00
Weiqi Wu
73805eb256
chore: compiled failed( #230 ) ( #231 )
2020-08-31 15:18:02 +08:00
Hades-li
dec5d665a3
Feat/scss ( #212 )
...
* feat: change to import scss
Change the import css to import scss to facilitate style modification
* fix: fixed: storybook support scss file
fixed: storybook support scss file
* chore: remove redundant code in webpack.config.js
Remove redundant code in webpack.config.js
2020-08-28 11:09:05 +08:00
zazzaz
9b0bec0cd7
feat: add website play
2020-08-25 10:18:28 +08:00
zazzaz
4a5db87f20
chore: update badge
2020-08-20 10:19:14 +08:00
hanx316
07d2beccfc
chore(project): modify some lint rules
...
allow vue default props; disallow arrow parens when only one parameter; use rule words rather than
number; modify the sequences of rules; delete a duplicate field in tsconfig
2020-08-19 23:15:51 +08:00
zazzaz
01ec8afde1
chore: update title
2020-08-14 09:54:27 +08:00
zazzaz
81ded9d976
fix: fix bundle issue
2020-08-14 09:54:27 +08:00
zazzaz
e1393a27aa
fix: disable hilight to reduce bundle size
2020-08-14 09:54:27 +08:00
zazzaz
bb890a99b2
fix: update md-loader
2020-08-14 09:54:27 +08:00
hangzou
21f459d197
perf(docs): replace node-sass by dart-sass & update ::v-deep ( #136 )
2020-08-13 17:31:58 +08:00
zazzaz
1a3ac9e30a
fix: add missing css
2020-08-13 17:19:02 +08:00
zazzaz
c3d14b7eb5
fix: update ga info
2020-08-13 16:18:11 +08:00
zazzaz
f12000f9c2
feat: add website ( #135 )
...
* feat: add website
* chore: fix
2020-08-13 15:18:26 +08:00