Commit Graph

314 Commits (22ab137963a2092a100e0580f0bee93d9be99c20)

Author SHA1 Message Date
Leopoldthecoder 22ab137963 Radio: change event only triggers on user input 2017-08-13 14:46:00 +08:00
Leopoldthecoder bb58f00746 Slider: change event only triggers on user input 2017-08-13 14:45:44 +08:00
Leopoldthecoder dc7de86a67 remove test timeout 2017-08-09 12:47:27 +08:00
Leopoldthecoder e3aa5ac594 Merge branch 'dev' into carbon 2017-08-09 12:37:42 +08:00
Leopoldthecoder 24b29a2d09 Tree: fix lazy expandOnChecked test 2017-08-08 12:40:37 +08:00
Leopoldthecoder e294273c50 Tree: fix checkDescendants test 2017-08-05 18:26:14 +08:00
Leopoldthecoder 917ce43cad Select: optimize onOptionDestroy 2017-08-05 18:00:56 +08:00
Leopoldthecoder f23629ac43 Select: remove resetIndex 2017-08-05 18:00:56 +08:00
Leopoldthecoder f477390c79 Message: add dangerouslyUseHTMLString 2017-08-05 17:52:53 +08:00
Leopoldthecoder 50e2f23436 Message: refactor icon 2017-08-05 17:52:53 +08:00
Leopoldthecoder 7f70ea6726 Dialog: remove v-model, add append-to-body 2017-08-05 17:52:20 +08:00
Dreamacro 41c19249ab Tree: add check-descendants attribute 2017-08-05 17:36:30 +08:00
Dreamacro 54e5cd2340 Tree: render when node expand 2017-08-05 17:34:40 +08:00
Dreamacro 78e947bcac ColorPicker: support user input (#6167)
* ColorPicker: support user input

* support alpha

* Update picker-dropdown.vue
2017-08-05 16:58:09 +08:00
Leopoldthecoder c340ed13e4 Notification: add position 2017-08-05 16:38:07 +08:00
Leopoldthecoder 7d69d11ead Msgbox: add dangerouslyUseHTMLString 2017-08-05 16:37:58 +08:00
wacky6.AriesMBP 84f8168783 Switch: set checkbox checked property 2017-08-03 17:09:48 +08:00
wacky6.AriesMBP 11e3181a59 Steps: add test for error step behavior 2017-08-03 16:43:16 +08:00
Dreamacro 97183e3bc6 DatePicker: support keyboard control (#6131)
* DatePicker: support keyboard control

* DatePicker: support keyboard control

* update test timeout

* fix space
2017-08-01 19:04:31 +08:00
baiyaaaaa 5c2589677a Tab: add vertical tab (#6096)
* add tabs position

* add tabs test

* Update tabs.md
2017-07-30 16:12:06 +08:00
wacky6.AriesMBP fc242b6179 Select: fix change event
Only emit change for user input

Before:
  select.value = 1;   // triggers change

After:
  select.value = 1;   // does not trigger change
2017-07-28 10:25:24 +08:00
Dreamacro 9f31626923 Tree: add updateKeyChildren method 2017-07-23 17:37:02 +08:00
Dreamacro ce72b8414d add Tree component current node method (#5988)
* Tree: add current node method

* Tree: remove current-node-key attribute

* fix warn message

* Update tree.md

* Update tree.md
2017-07-23 17:28:26 +08:00
Leopoldthecoder 96f542e024 Merge branch 'dev' into carbon 2017-07-20 20:51:59 +08:00
Dreamacro 0a2dd8bd53 Add focus method for some form component 2017-07-20 16:50:38 +08:00
Dreamacro 476f76875c Tree: checkbox can be disabled 2017-07-20 15:41:43 +08:00
Leopoldthecoder daa4f83e4f add object-typed value test 2017-07-20 12:37:04 +08:00
Dreamacro b1860f5274 support focus and blur for select 2017-07-18 12:18:26 +08:00
Dreamacro c1829e69f1 support focus and blur event for some form component 2017-07-18 12:18:26 +08:00
baiyaaaaa ed72c389fc fix autocomplete blur bug
This reverts commit 876cb88ae6.
2017-07-17 16:58:30 +08:00
杨奕 2bba39ce2e Upload: fix against non-primitive key warn in Vue 2.4 (#5872)
* Upload: fix against non-primitive key warn in Vue 2.4

* update horizontal menu test
2017-07-15 17:14:40 +08:00
Leopoldthecoder 0c2248b013 fix switch test 2017-07-13 18:17:13 +08:00
Hugo fb99bc90b1 Dropdown: Allow any type from items' `command` prop 2017-07-02 20:23:57 +08:00
Leopoldthecoder 3f7cf2dcc7 Changelog: update for 1.3.7 2017-06-18 21:22:25 +08:00
Leopoldthecoder 45628ecbf3 ClickOutside: fix 'Cannot read property target of undefined' 2017-06-18 16:23:59 +08:00
ChuckFields 66cad95a4b DatePicker: Fix Typing a date and tabbing does not close the calendar #4948 (#5149)
* DatePicker: Fix Typing a date and tabbing does not close the calendar #4948

* DatePicker: Fix Typing a date and tabbing does not close the calendar #4948 -Updated test case
2017-06-09 18:41:30 +08:00
baiyaaaaa a1ec75b2f4 add props support (#5188) 2017-06-09 16:55:30 +08:00
kingwl 1a9822eb60 ColorPicker: fix invalid hue bar click when saturation is zero (#5080) 2017-06-09 16:21:14 +08:00
kingwl 88b5bc6e63 ColorPicker: fix nocorrect rgb value (#5179) (#5183) 2017-06-04 17:11:16 +08:00
wacky6.AriesMBP b98a042541 Switch: add test for single source of truth 2017-06-03 17:25:44 +08:00
kingwl f19cc4c7ab Cascader: fix invalid zero value (#3470) 2017-06-03 16:07:39 +08:00
wacky6.AriesMBP bd2e172fa3 Select: fix default-first-option with remote
make default-first-option work with async filter/remote method
test is updated to reflect this change
2017-05-30 11:21:02 +08:00
pengchongfu 876cb88ae6 Select: remove clickoutside, fix #4985 (#4998) 2017-05-24 11:19:18 +08:00
wacky6 e2e31790da Select: add default-first-option
default-first-option: boolean
* if set to `true`, select first matching option on enter
* only works if `filterable` or `remote` is `true`

test is included
2017-05-18 06:36:04 -07:00
wacky6 3902bcc3e8 DatePicker: fix, add test for unwanted 'input' event emission
Fixes issue: https://github.com/ElemeFE/element/issues/4624
2017-05-13 18:36:31 +08:00
wacky6 6ee73f7715 DatePicker: fix, add test for default-value 2017-05-03 18:35:18 +08:00
Leopoldthecoder defd128f54 add .sync support for Dialog and Pagination 2017-05-03 15:20:57 +08:00
Leopoldthecoder d6265daf73 fix datepicker test, revert emitter-removing attempt 2017-05-03 15:20:47 +08:00
杨奕 aff079d686 Table: add tests for summary row (#4543) 2017-05-03 15:09:27 +08:00
杨奕 72b1bc3c10 Carousel: update doc and test for indicator labels (#4551) 2017-05-02 10:24:40 +08:00