Commit graph

  • 5266c9054b Trim label so we can compare and use label better Sergio Crisostomo 2018-05-11 10:52:58 +02:00
  • 52cfcd662b Keep last selected option index Sergio Crisostomo 2018-05-11 10:37:01 +02:00
  • 1376a01a72 Emit on-open-change events Sergio Crisostomo 2018-05-11 10:37:18 +02:00
  • c3304bce34 correct unchangedQuery and queryStringMatchesSelectedOption logic and Sergio Crisostomo 2018-05-11 08:45:14 +02:00
  • b2dee308bc radio 组合使用,type="button"时文字没有居中 Chuanfeng 2018-05-09 17:14:54 +08:00
  • 31788df30b Normalise behaviour when opening select with selected option present in options Sergio Crisostomo 2018-05-08 14:23:49 +02:00
  • acbd8b1792
    Merge pull request #3554 from SergioCrisostomo/tabs-keyboard Aresn 2018-05-08 20:22:12 +08:00
  • 7dbde804d8 add on-clear event Sergio Crisostomo 2018-05-08 12:47:03 +02:00
  • 45dbc6fdea Correct disabled forward navigation Sergio Crisostomo 2018-05-08 12:35:10 +02:00
  • d4f39edc35
    Merge pull request #3576 from SergioCrisostomo/refactor-select Aresn 2018-05-08 18:28:29 +08:00
  • 7e3fc4a522 close the menu if no option is focused on Enter Sergio Crisostomo 2018-05-08 11:38:04 +02:00
  • 16fc63614f stop propagation on ESC key Sergio Crisostomo 2018-05-08 11:34:15 +02:00
  • cca3bcaa1a Fix typos Sergio Crisostomo 2018-05-08 11:15:55 +02:00
  • 220161f5ed Clean up empty/null entries Sergio Crisostomo 2018-05-08 11:15:49 +02:00
  • 7fa3f9efcb
    prevent space to scroll page Aresn 2018-05-08 11:16:17 +08:00
  • 9564af89c9
    Merge pull request #3551 from He-zhiyong/patch-1 Aresn 2018-05-08 10:53:43 +08:00
  • 0db5871774
    Merge pull request #3553 from ajkl2533/locale/cs-CZ Aresn 2018-05-08 10:43:12 +08:00
  • 0d7d8b7379
    Merge pull request #3566 from blackcater/pr/3565 Aresn 2018-05-08 10:31:41 +08:00
  • 11ab651993 feat: exposure on-focus and on-blur event in <AutoComplete> blackcater 2018-05-07 15:47:17 +08:00
  • 8bac3f864c
    update menu.vue updateOpenKeys methods Stephen Ma 2018-05-06 16:01:04 +08:00
  • 2f40e7ea73 add eslint-disable-line Sergio Crisostomo 2018-05-04 15:41:32 +02:00
  • 58efc281ef update example Sergio Crisostomo 2018-05-04 15:32:37 +02:00
  • 7be1069a93 Add tab navigation to Tabs Sergio Crisostomo 2018-05-04 15:32:31 +02:00
  • 77237b5017 Add support for Czech Radek Podrazky 2018-05-04 12:15:50 +02:00
  • ab26fdc6db
    Class string error 何志勇 2018-05-04 17:28:34 +08:00
  • 17d9922b08
    Merge pull request #3486 from Superman379/patch-1 Aresn 2018-05-04 11:16:44 +08:00
  • deef01f78b
    Merge pull request #3535 from carlosturnerbenites/pr/fix-spin-close Aresn 2018-05-04 11:09:04 +08:00
  • 8c82b6f27b update Select 梁灏 2018-05-04 11:00:15 +08:00
  • 100a98c12e update package-lock 梁灏 2018-05-04 10:35:35 +08:00
  • 4ce11f84c9
    Merge pull request #3157 from SergioCrisostomo/refactor-select Aresn 2018-05-04 10:28:44 +08:00
  • 5a12b03a14
    Merge pull request #3540 from SergioCrisostomo/add-open-event Aresn 2018-05-03 17:36:41 +08:00
  • 7d14e70c6e Include both node and componentOptions children in lookup Sergio Crisostomo 2018-05-03 11:36:34 +02:00
  • 263c991ee0 Add open change event to color picker Sergio Crisostomo 2018-05-03 10:42:26 +02:00
  • aa21cdf9c3 Process also shallow children and not only nested Sergio Crisostomo 2018-05-03 09:51:57 +02:00
  • c43d178480 fix: calling Spin.hide() continuously Carlos Alonso Turner Benites 2018-05-03 00:15:36 -05:00
  • 523e2c81fd correct match logic for i-option and Option Sergio Crisostomo 2018-05-03 07:03:46 +02:00
  • ca1b7bfaa6
    Merge pull request #3487 from xiaofengsha/pr007 Aresn 2018-05-03 11:54:59 +08:00
  • 8e99f18928
    Update rate.vue Aresn 2018-05-03 11:54:37 +08:00
  • e9528eed93
    保持命名统一,将 allowClear 修改为了 clearable Aresn 2018-05-03 11:54:13 +08:00
  • 37322f8211
    Merge pull request #3498 from Superman379/patch-2 Aresn 2018-05-03 11:46:22 +08:00
  • 88ef37f5bb
    fixed in multiple type, wrong position of popper Aresn 2018-05-03 10:36:42 +08:00
  • af615212f4
    Merge pull request #3531 from SergioCrisostomo/fix-3468 Aresn 2018-05-03 09:47:16 +08:00
  • 166dbc5615 Correct values passed to checkLimits method Sergio Crisostomo 2018-05-02 16:37:57 +02:00
  • 06a74f9ed7 Allow select to navigate AutoComplete custom children Sergio Crisostomo 2018-05-02 07:03:37 +02:00
  • 0b026efe2a
    Update radio-group.vue Wu-K'ung 2018-04-26 14:45:59 +08:00
  • d44f99fd15
    修复RadioGroup只能在使用v-model绑定的情况下才能正常使用的bug。 Wu-K'ung 2018-04-26 11:19:41 +08:00
  • 5225898202 添加tag组件allowClear属性的示例 xiaofengsha 2018-04-26 01:01:52 +08:00
  • 1137640c3d rate组件添加allowClear属性,通过点击可以把当前评分清零 xiaofengsha 2018-04-26 01:00:39 +08:00
  • f32d1f412a
    修复autoComplete的on-change事件的bug Wu-K'ung 2018-04-25 21:05:17 +08:00
  • f7f65c8410 reset query only if no slotOptions are present Sergio Crisostomo 2018-04-24 09:12:47 +02:00
  • bc348e7ebf adapt to auto-complete Sergio Crisostomo 2018-04-24 08:54:46 +02:00
  • ae7579e98d Fix input getters and logic for AutoComplete Sergio Crisostomo 2018-04-23 10:54:23 +02:00
  • 9ca6671c71 Check for selected label before reassignment Sergio Crisostomo 2018-04-14 09:22:57 +02:00
  • b6c069ca9d reset query if options are removed Sergio Crisostomo 2018-04-13 10:54:31 +02:00
  • 45bcc14daa prevent calling remote method on query reset to selected Sergio Crisostomo 2018-04-12 16:45:09 +02:00
  • 7f63e58ced Make possible for v-model to wait for async options Sergio Crisostomo 2018-04-12 16:32:35 +02:00
  • cf753854d1 Corrections after review input Sergio Crisostomo 2018-03-29 07:54:44 +02:00
  • afef4ce7f7 Fix unit tests and add more tests Sergio Crisostomo 2018-03-27 10:06:16 +02:00
  • c9b86944ec Refactor Select! Sergio Crisostomo 2018-03-27 09:58:27 +02:00
  • aaa96346f4 prepare dependencies Sergio Crisostomo 2018-03-21 12:52:12 +00:00
  • c45f05dd43 release 2.13.1 梁灏 2018-04-23 13:37:54 +08:00
  • 74999a6421
    Merge pull request #3424 from xiaofengsha/pr005 Aresn 2018-04-23 12:52:56 +08:00
  • d759a6c692
    Merge pull request #3433 from sunderls/dev/add-button-type Aresn 2018-04-23 12:51:15 +08:00
  • 377e3e030f
    Merge pull request #3441 from DebugIsFalse/transfer-dom Aresn 2018-04-23 12:49:54 +08:00
  • 5f4a9bd589 Tag add prop fade 梁灏 2018-04-22 16:39:20 +08:00
  • ab1235359b
    Merge pull request #3445 from huanghong1125/table Aresn 2018-04-19 18:54:41 +08:00
  • 8f230d682a fixed table huanghong 2018-04-19 14:45:02 +08:00
  • e4bbb85d29 resolve the transfer-dom.js not support ie9 mo.duan 2018-04-19 11:58:49 +08:00
  • 3a4a09a9f4 Add button type in carousel sunderls 2018-04-18 15:33:35 +09:00
  • 0100133266 添加inputNumber组件placeholder的示例代码 xiaofengsha 2018-04-17 21:39:16 +08:00
  • ff3d2a2e38 inputNumber组件添加placeholder属性 xiaofengsha 2018-04-17 21:38:52 +08:00
  • 3dc998e6ab
    Merge pull request #3415 from huanghong1125/table Aresn 2018-04-17 14:16:33 +08:00
  • 86b3ba85b4
    Merge pull request #3412 from huanghong1125/poptip Aresn 2018-04-17 14:06:40 +08:00
  • 4fd4d76383 remove console log huanghong 2018-04-16 23:55:49 +08:00
  • 3f5e84a19f update table columns width compute huanghong 2018-04-16 23:52:02 +08:00
  • 0f983a5c5a update table columns width compute huanghong 2018-04-16 21:26:54 +08:00
  • f0116c03d3 update poptip content change huanghong 2018-04-16 19:27:34 +08:00
  • b0794170c4
    Merge pull request #3353 from SergioCrisostomo/show-changed-part Aresn 2018-04-16 10:54:32 +08:00
  • 07e122c682
    Merge pull request #3395 from angela-1/dev-inputnumber Aresn 2018-04-16 10:07:49 +08:00
  • b51a3861fc
    Merge pull request #3374 from cky917/2.0 Aresn 2018-04-16 09:53:50 +08:00
  • f2d087145e
    Fix race condition for changing "currentValue" 2hu 2018-04-15 20:32:02 +08:00
  • 3d4fd6df55 在safari浏览器中需要去除mouseup的默认行为才能实现选中。 angela-1 2018-04-14 21:45:44 +08:00
  • e7bcd38124 实现Inputnumber在focus时选中已有值。 angela-1 2018-04-14 20:38:22 +08:00
  • 4556cfa8a5 fixed bug of anchor that will error when add new AnchorLink async zhigang.li 2018-04-12 21:23:48 +08:00
  • a43abd1f7c add: collapse no accordion example cky 2018-04-12 20:30:30 +08:00
  • f60d2298ca delete: collapse组件不需要的代码 cky 2018-04-12 20:02:56 +08:00
  • a1fb479092 update zhigang.li 2018-04-12 17:52:49 +08:00
  • 43513f702c add anchor component zhigang.li 2018-04-12 17:49:55 +08:00
  • 75abb3bb28
    Merge pull request #3358 from huanghong1125/table Aresn 2018-04-12 10:35:07 +08:00
  • ddc87547d1
    Merge pull request #3354 from huanghong1125/dropdown Aresn 2018-04-12 10:13:40 +08:00
  • 6136e4ddf6 fixed table horizontal scroll bar huanghong 2018-04-12 01:10:45 +08:00
  • dab9c3f601 update popper animation huanghong 2018-04-11 22:06:53 +08:00
  • 90ebd5a72c Expose changed date component Sergio Crisostomo 2018-04-11 14:31:14 +02:00
  • eed5708494 release 2.13.0 梁灏 2018-04-11 15:55:28 +08:00
  • 4a1b803512
    Merge pull request #3348 from SergioCrisostomo/fix-3345 Aresn 2018-04-11 15:15:19 +08:00
  • 6d8c5666a5 Correct logic for side panel date Sergio Crisostomo 2018-04-11 08:39:54 +02:00
  • 948accad7a forget update func 梁灏 2018-04-11 11:28:50 +08:00
  • 5d164b03ec fixed #3339 梁灏 2018-04-11 11:20:00 +08:00
  • eeeceb5446
    Merge pull request #3314 from SergioCrisostomo/fix-3246 Aresn 2018-04-10 17:30:24 +08:00
  • 92513e8b5f
    Merge pull request #3316 from SergioCrisostomo/fix-3277 Aresn 2018-04-10 17:13:24 +08:00