ll-plus 2.0.13 → 2.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/component.mjs +6 -2
- package/es/component.mjs.map +1 -1
- package/es/components/advanced-filtering/index.d.ts +1747 -1732
- package/es/components/advanced-filtering/index.mjs +1 -1
- package/es/components/advanced-filtering/src/advanced-filtering.d.ts +209 -194
- package/es/components/advanced-filtering/src/advanced-filtering.mjs +13 -1
- package/es/components/advanced-filtering/src/advanced-filtering.mjs.map +1 -1
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +998 -989
- package/es/components/advanced-filtering/src/advanced-filtering.vue2.mjs +2 -2
- package/es/components/advanced-filtering/src/advanced-filtering.vue2.mjs.map +1 -1
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +499 -496
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue2.mjs +2 -2
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue2.mjs.map +1 -1
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +250 -247
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.mjs +3 -4
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.mjs.map +1 -1
- package/es/components/checkbox/index.d.ts +1914 -196
- package/es/components/checkbox/index.mjs +1 -1
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +1613 -148
- package/es/components/checkbox/src/checkbox-group.vue2.mjs +62 -48
- package/es/components/checkbox/src/checkbox-group.vue2.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.d.ts +199 -63
- package/es/components/checkbox/src/checkbox.mjs +15 -12
- package/es/components/checkbox/src/checkbox.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.vue.d.ts +308 -55
- package/es/components/checkbox/src/checkbox.vue2.mjs +32 -48
- package/es/components/checkbox/src/checkbox.vue2.mjs.map +1 -1
- package/es/components/drawer/index.d.ts +15 -10
- package/es/components/drawer/index.mjs +1 -1
- package/es/components/drawer/src/drawer.d.ts +23 -0
- package/es/components/drawer/src/drawer.mjs +23 -1
- package/es/components/drawer/src/drawer.mjs.map +1 -1
- package/es/components/drawer/src/drawer.vue.d.ts +15 -10
- package/es/components/drawer/src/drawer.vue2.mjs +2 -4
- package/es/components/drawer/src/drawer.vue2.mjs.map +1 -1
- package/es/components/dropdown/index.d.ts +11 -7
- package/es/components/dropdown/index.mjs +1 -1
- package/es/components/dropdown/src/dropdown-button.vue.d.ts +5 -3
- package/es/components/dropdown/src/dropdown-button.vue2.mjs +2 -2
- package/es/components/dropdown/src/dropdown-button.vue2.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown.d.ts +8 -0
- package/es/components/dropdown/src/dropdown.mjs +7 -1
- package/es/components/dropdown/src/dropdown.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +6 -4
- package/es/components/dropdown/src/dropdown.vue2.mjs +3 -3
- package/es/components/dropdown/src/dropdown.vue2.mjs.map +1 -1
- package/es/components/form/index.d.ts +250 -250
- package/es/components/form/src/form.d.ts +96 -96
- package/es/components/form/src/form.vue.d.ts +250 -250
- package/es/components/form-item/index.d.ts +24 -24
- package/es/components/form-item/src/form-item.vue.d.ts +24 -24
- package/es/components/index.d.ts +1 -0
- package/es/components/index.mjs +12 -11
- package/es/components/index.mjs.map +1 -1
- package/es/components/input/index.d.ts +33 -33
- package/es/components/input/src/input.vue.d.ts +33 -33
- package/es/components/input-number/index.d.ts +11 -8
- package/es/components/input-number/index.mjs +1 -1
- package/es/components/input-number/src/input-number.d.ts +5 -0
- package/es/components/input-number/src/input-number.mjs +5 -1
- package/es/components/input-number/src/input-number.mjs.map +1 -1
- package/es/components/input-number/src/input-number.vue.d.ts +11 -8
- package/es/components/input-number/src/input-number.vue2.mjs +2 -2
- package/es/components/input-number/src/input-number.vue2.mjs.map +1 -1
- package/es/components/modal/index.d.ts +16 -12
- package/es/components/modal/index.mjs +1 -1
- package/es/components/modal/src/modal.d.ts +12 -0
- package/es/components/modal/src/modal.mjs +12 -1
- package/es/components/modal/src/modal.mjs.map +1 -1
- package/es/components/modal/src/modal.vue.d.ts +16 -12
- package/es/components/modal/src/modal.vue2.mjs +3 -3
- package/es/components/modal/src/modal.vue2.mjs.map +1 -1
- package/es/components/select/index.d.ts +848 -26
- package/es/components/select/index.mjs +6 -2
- package/es/components/select/index.mjs.map +1 -1
- package/es/components/select/src/select-opt-group.vue.d.ts +26 -0
- package/es/components/select/src/select-opt-group.vue.mjs +8 -0
- package/es/components/select/src/select-opt-group.vue.mjs.map +1 -0
- package/es/components/select/src/select-opt-group.vue2.mjs +36 -0
- package/es/components/select/src/select-opt-group.vue2.mjs.map +1 -0
- package/es/components/select/src/select-option.vue.d.ts +45 -0
- package/es/components/select/src/select-option.vue.mjs +8 -0
- package/es/components/select/src/select-option.vue.mjs.map +1 -0
- package/es/components/select/src/select-option.vue2.mjs +36 -0
- package/es/components/select/src/select-option.vue2.mjs.map +1 -0
- package/es/components/select/src/select.d.ts +24 -7
- package/es/components/select/src/select.mjs +21 -8
- package/es/components/select/src/select.mjs.map +1 -1
- package/es/components/select/src/select.vue.d.ts +780 -31
- package/es/components/select/src/select.vue2.mjs +7 -28
- package/es/components/select/src/select.vue2.mjs.map +1 -1
- package/es/components/switch/index.d.ts +213 -52
- package/es/components/switch/index.mjs +1 -1
- package/es/components/switch/src/switch.d.ts +3 -18
- package/es/components/switch/src/switch.mjs +0 -19
- package/es/components/switch/src/switch.mjs.map +1 -1
- package/es/components/switch/src/switch.vue.d.ts +213 -52
- package/es/components/switch/src/switch.vue2.mjs +18 -52
- package/es/components/switch/src/switch.vue2.mjs.map +1 -1
- package/es/components/table/src/components/header-search.vue2.mjs.map +1 -1
- package/es/components/tabs-simple/index.d.ts +9 -6
- package/es/components/tabs-simple/index.mjs +1 -1
- package/es/components/tabs-simple/src/tabs-simple.d.ts +5 -0
- package/es/components/tabs-simple/src/tabs-simple.mjs +5 -1
- package/es/components/tabs-simple/src/tabs-simple.mjs.map +1 -1
- package/es/components/tabs-simple/src/tabs-simple.vue.d.ts +9 -6
- package/es/components/tabs-simple/src/tabs-simple.vue2.mjs +2 -2
- package/es/components/tabs-simple/src/tabs-simple.vue2.mjs.map +1 -1
- package/es/components/tree/index.d.ts +20 -29
- package/es/components/tree/index.mjs +1 -1
- package/es/components/tree/src/tree.d.ts +10 -10
- package/es/components/tree/src/tree.mjs +11 -4
- package/es/components/tree/src/tree.mjs.map +1 -1
- package/es/components/tree/src/tree.vue.d.ts +20 -29
- package/es/components/tree/src/tree.vue2.mjs +2 -2
- package/es/components/tree/src/tree.vue2.mjs.map +1 -1
- package/es/components/tree-search/index.d.ts +28 -21
- package/es/components/tree-search/index.mjs.map +1 -1
- package/es/components/tree-search/src/components/header-search.vue.d.ts +5 -4
- package/es/components/tree-search/src/components/header-search.vue2.mjs +2 -1
- package/es/components/tree-search/src/components/header-search.vue2.mjs.map +1 -1
- package/es/components/tree-search/src/config/header-search.d.ts +1 -1
- package/es/components/tree-search/src/config/header-search.mjs +1 -2
- package/es/components/tree-search/src/config/header-search.mjs.map +1 -1
- package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/es/components/tree-search/src/config/tree-search.mjs +4 -8
- package/es/components/tree-search/src/config/tree-search.mjs.map +1 -1
- package/es/components/tree-search/src/tree-search.vue.d.ts +22 -21
- package/es/components/tree-search/src/tree-search.vue2.mjs +10 -10
- package/es/components/tree-search/src/tree-search.vue2.mjs.map +1 -1
- package/es/components/upload-drag/index.d.ts +109 -0
- package/es/components/upload-drag/index.mjs +10 -0
- package/es/components/upload-drag/index.mjs.map +1 -0
- package/es/components/upload-drag/src/upload-drag.d.ts +26 -0
- package/es/components/upload-drag/src/upload-drag.mjs +30 -0
- package/es/components/upload-drag/src/upload-drag.mjs.map +1 -0
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +102 -0
- package/es/components/upload-drag/src/upload-drag.vue.mjs +8 -0
- package/es/components/upload-drag/src/upload-drag.vue.mjs.map +1 -0
- package/es/components/upload-drag/src/upload-drag.vue2.mjs +191 -0
- package/es/components/upload-drag/src/upload-drag.vue2.mjs.map +1 -0
- package/es/index.mjs +12 -11
- package/es/index.mjs.map +1 -1
- package/es/utils/number.d.ts +1 -1
- package/index.full.js +657 -385
- package/index.full.min.js +20 -20
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +19 -19
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +641 -383
- package/lib/component.js +5 -1
- package/lib/component.js.map +1 -1
- package/lib/components/advanced-filtering/index.d.ts +1747 -1732
- package/lib/components/advanced-filtering/index.js +3 -0
- package/lib/components/advanced-filtering/index.js.map +1 -1
- package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +209 -194
- package/lib/components/advanced-filtering/src/advanced-filtering.js +15 -0
- package/lib/components/advanced-filtering/src/advanced-filtering.js.map +1 -1
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +998 -989
- package/lib/components/advanced-filtering/src/advanced-filtering.vue2.js +1 -1
- package/lib/components/advanced-filtering/src/advanced-filtering.vue2.js.map +1 -1
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +499 -496
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue2.js +1 -1
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue2.js.map +1 -1
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +250 -247
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.js +2 -3
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.js.map +1 -1
- package/lib/components/checkbox/index.d.ts +1914 -196
- package/lib/components/checkbox/index.js +1 -2
- package/lib/components/checkbox/index.js.map +1 -1
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +1613 -148
- package/lib/components/checkbox/src/checkbox-group.vue2.js +61 -47
- package/lib/components/checkbox/src/checkbox-group.vue2.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.d.ts +199 -63
- package/lib/components/checkbox/src/checkbox.js +15 -13
- package/lib/components/checkbox/src/checkbox.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.vue.d.ts +308 -55
- package/lib/components/checkbox/src/checkbox.vue2.js +31 -47
- package/lib/components/checkbox/src/checkbox.vue2.js.map +1 -1
- package/lib/components/drawer/index.d.ts +15 -10
- package/lib/components/drawer/index.js +2 -0
- package/lib/components/drawer/index.js.map +1 -1
- package/lib/components/drawer/src/drawer.d.ts +23 -0
- package/lib/components/drawer/src/drawer.js +24 -0
- package/lib/components/drawer/src/drawer.js.map +1 -1
- package/lib/components/drawer/src/drawer.vue.d.ts +15 -10
- package/lib/components/drawer/src/drawer.vue2.js +2 -4
- package/lib/components/drawer/src/drawer.vue2.js.map +1 -1
- package/lib/components/dropdown/index.d.ts +11 -7
- package/lib/components/dropdown/index.js +2 -0
- package/lib/components/dropdown/index.js.map +1 -1
- package/lib/components/dropdown/src/dropdown-button.vue.d.ts +5 -3
- package/lib/components/dropdown/src/dropdown-button.vue2.js +1 -1
- package/lib/components/dropdown/src/dropdown-button.vue2.js.map +1 -1
- package/lib/components/dropdown/src/dropdown.d.ts +8 -0
- package/lib/components/dropdown/src/dropdown.js +8 -0
- package/lib/components/dropdown/src/dropdown.js.map +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +6 -4
- package/lib/components/dropdown/src/dropdown.vue2.js +2 -2
- package/lib/components/dropdown/src/dropdown.vue2.js.map +1 -1
- package/lib/components/form/index.d.ts +250 -250
- package/lib/components/form/src/form.d.ts +96 -96
- package/lib/components/form/src/form.vue.d.ts +250 -250
- package/lib/components/form-item/index.d.ts +24 -24
- package/lib/components/form-item/src/form-item.vue.d.ts +24 -24
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.js +20 -5
- package/lib/components/index.js.map +1 -1
- package/lib/components/input/index.d.ts +33 -33
- package/lib/components/input/src/input.vue.d.ts +33 -33
- package/lib/components/input-number/index.d.ts +11 -8
- package/lib/components/input-number/index.js +1 -0
- package/lib/components/input-number/index.js.map +1 -1
- package/lib/components/input-number/src/input-number.d.ts +5 -0
- package/lib/components/input-number/src/input-number.js +5 -0
- package/lib/components/input-number/src/input-number.js.map +1 -1
- package/lib/components/input-number/src/input-number.vue.d.ts +11 -8
- package/lib/components/input-number/src/input-number.vue2.js +1 -1
- package/lib/components/input-number/src/input-number.vue2.js.map +1 -1
- package/lib/components/modal/index.d.ts +16 -12
- package/lib/components/modal/index.js +1 -0
- package/lib/components/modal/index.js.map +1 -1
- package/lib/components/modal/src/modal.d.ts +12 -0
- package/lib/components/modal/src/modal.js +12 -0
- package/lib/components/modal/src/modal.js.map +1 -1
- package/lib/components/modal/src/modal.vue.d.ts +16 -12
- package/lib/components/modal/src/modal.vue2.js +2 -2
- package/lib/components/modal/src/modal.vue2.js.map +1 -1
- package/lib/components/select/index.d.ts +848 -26
- package/lib/components/select/index.js +8 -1
- package/lib/components/select/index.js.map +1 -1
- package/lib/components/select/src/select-opt-group.vue.d.ts +26 -0
- package/lib/components/select/src/select-opt-group.vue.js +12 -0
- package/lib/components/select/src/select-opt-group.vue.js.map +1 -0
- package/lib/components/select/src/select-opt-group.vue2.js +40 -0
- package/lib/components/select/src/select-opt-group.vue2.js.map +1 -0
- package/lib/components/select/src/select-option.vue.d.ts +45 -0
- package/lib/components/select/src/select-option.vue.js +12 -0
- package/lib/components/select/src/select-option.vue.js.map +1 -0
- package/lib/components/select/src/select-option.vue2.js +40 -0
- package/lib/components/select/src/select-option.vue2.js.map +1 -0
- package/lib/components/select/src/select.d.ts +24 -7
- package/lib/components/select/src/select.js +22 -8
- package/lib/components/select/src/select.js.map +1 -1
- package/lib/components/select/src/select.vue.d.ts +780 -31
- package/lib/components/select/src/select.vue2.js +6 -27
- package/lib/components/select/src/select.vue2.js.map +1 -1
- package/lib/components/switch/index.d.ts +213 -52
- package/lib/components/switch/index.js +3 -4
- package/lib/components/switch/index.js.map +1 -1
- package/lib/components/switch/src/switch.d.ts +3 -18
- package/lib/components/switch/src/switch.js +0 -19
- package/lib/components/switch/src/switch.js.map +1 -1
- package/lib/components/switch/src/switch.vue.d.ts +213 -52
- package/lib/components/switch/src/switch.vue2.js +17 -51
- package/lib/components/switch/src/switch.vue2.js.map +1 -1
- package/lib/components/table/src/components/header-search.vue2.js.map +1 -1
- package/lib/components/tabs-simple/index.d.ts +9 -6
- package/lib/components/tabs-simple/index.js +1 -0
- package/lib/components/tabs-simple/index.js.map +1 -1
- package/lib/components/tabs-simple/src/tabs-simple.d.ts +5 -0
- package/lib/components/tabs-simple/src/tabs-simple.js +5 -0
- package/lib/components/tabs-simple/src/tabs-simple.js.map +1 -1
- package/lib/components/tabs-simple/src/tabs-simple.vue.d.ts +9 -6
- package/lib/components/tabs-simple/src/tabs-simple.vue2.js +1 -1
- package/lib/components/tabs-simple/src/tabs-simple.vue2.js.map +1 -1
- package/lib/components/tree/index.d.ts +20 -29
- package/lib/components/tree/index.js +1 -0
- package/lib/components/tree/index.js.map +1 -1
- package/lib/components/tree/src/tree.d.ts +10 -10
- package/lib/components/tree/src/tree.js +11 -3
- package/lib/components/tree/src/tree.js.map +1 -1
- package/lib/components/tree/src/tree.vue.d.ts +20 -29
- package/lib/components/tree/src/tree.vue2.js +1 -1
- package/lib/components/tree/src/tree.vue2.js.map +1 -1
- package/lib/components/tree-search/index.d.ts +28 -21
- package/lib/components/tree-search/index.js.map +1 -1
- package/lib/components/tree-search/src/components/header-search.vue.d.ts +5 -4
- package/lib/components/tree-search/src/components/header-search.vue2.js +2 -1
- package/lib/components/tree-search/src/components/header-search.vue2.js.map +1 -1
- package/lib/components/tree-search/src/config/header-search.d.ts +1 -1
- package/lib/components/tree-search/src/config/header-search.js +1 -2
- package/lib/components/tree-search/src/config/header-search.js.map +1 -1
- package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/lib/components/tree-search/src/config/tree-search.js +4 -8
- package/lib/components/tree-search/src/config/tree-search.js.map +1 -1
- package/lib/components/tree-search/src/tree-search.vue.d.ts +22 -21
- package/lib/components/tree-search/src/tree-search.vue2.js +10 -10
- package/lib/components/tree-search/src/tree-search.vue2.js.map +1 -1
- package/lib/components/upload-drag/index.d.ts +109 -0
- package/lib/components/upload-drag/index.js +16 -0
- package/lib/components/upload-drag/index.js.map +1 -0
- package/lib/components/upload-drag/src/upload-drag.d.ts +26 -0
- package/lib/components/upload-drag/src/upload-drag.js +32 -0
- package/lib/components/upload-drag/src/upload-drag.js.map +1 -0
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +102 -0
- package/lib/components/upload-drag/src/upload-drag.vue.js +12 -0
- package/lib/components/upload-drag/src/upload-drag.vue.js.map +1 -0
- package/lib/components/upload-drag/src/upload-drag.vue2.js +195 -0
- package/lib/components/upload-drag/src/upload-drag.vue2.js.map +1 -0
- package/lib/index.js +20 -5
- package/lib/index.js.map +1 -1
- package/lib/utils/number.d.ts +1 -1
- package/package.json +1 -1
- package/theme-chalk/css/upload-drag.css +0 -0
- package/theme-chalk/fonts/iconfont.js +1 -1
- package/theme-chalk/fonts/iconfont.json +70 -0
- package/types/packages/components/advanced-filtering/index.d.ts +1747 -1732
- package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +209 -194
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +998 -989
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +499 -496
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +250 -247
- package/types/packages/components/checkbox/index.d.ts +1914 -196
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +1613 -148
- package/types/packages/components/checkbox/src/checkbox.d.ts +199 -63
- package/types/packages/components/checkbox/src/checkbox.vue.d.ts +308 -55
- package/types/packages/components/drawer/index.d.ts +15 -10
- package/types/packages/components/drawer/src/drawer.d.ts +23 -0
- package/types/packages/components/drawer/src/drawer.vue.d.ts +15 -10
- package/types/packages/components/dropdown/index.d.ts +11 -7
- package/types/packages/components/dropdown/src/dropdown-button.vue.d.ts +5 -3
- package/types/packages/components/dropdown/src/dropdown.d.ts +8 -0
- package/types/packages/components/dropdown/src/dropdown.vue.d.ts +6 -4
- package/types/packages/components/form/index.d.ts +250 -250
- package/types/packages/components/form/src/form.d.ts +96 -96
- package/types/packages/components/form/src/form.vue.d.ts +250 -250
- package/types/packages/components/form-item/index.d.ts +24 -24
- package/types/packages/components/form-item/src/form-item.vue.d.ts +24 -24
- package/types/packages/components/index.d.ts +1 -0
- package/types/packages/components/input/index.d.ts +33 -33
- package/types/packages/components/input/src/input.vue.d.ts +33 -33
- package/types/packages/components/input-number/index.d.ts +11 -8
- package/types/packages/components/input-number/src/input-number.d.ts +5 -0
- package/types/packages/components/input-number/src/input-number.vue.d.ts +11 -8
- package/types/packages/components/modal/index.d.ts +16 -12
- package/types/packages/components/modal/src/modal.d.ts +12 -0
- package/types/packages/components/modal/src/modal.vue.d.ts +16 -12
- package/types/packages/components/select/index.d.ts +848 -26
- package/types/packages/components/select/src/select-opt-group.vue.d.ts +26 -0
- package/types/packages/components/select/src/select-option.vue.d.ts +45 -0
- package/types/packages/components/select/src/select.d.ts +24 -7
- package/types/packages/components/select/src/select.vue.d.ts +780 -31
- package/types/packages/components/switch/index.d.ts +213 -52
- package/types/packages/components/switch/src/switch.d.ts +3 -18
- package/types/packages/components/switch/src/switch.vue.d.ts +213 -52
- package/types/packages/components/tabs-simple/index.d.ts +9 -6
- package/types/packages/components/tabs-simple/src/tabs-simple.d.ts +5 -0
- package/types/packages/components/tabs-simple/src/tabs-simple.vue.d.ts +9 -6
- package/types/packages/components/tree/index.d.ts +20 -29
- package/types/packages/components/tree/src/tree.d.ts +10 -10
- package/types/packages/components/tree/src/tree.vue.d.ts +20 -29
- package/types/packages/components/tree-search/index.d.ts +28 -21
- package/types/packages/components/tree-search/src/components/header-search.vue.d.ts +5 -4
- package/types/packages/components/tree-search/src/config/header-search.d.ts +1 -1
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +22 -21
- package/types/packages/components/upload-drag/index.d.ts +109 -0
- package/types/packages/components/upload-drag/src/upload-drag.d.ts +26 -0
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +102 -0
- package/types/packages/utils/number.d.ts +1 -1
- package/es/components/drawer/src/config/drawer.d.ts +0 -7
- package/es/components/drawer/src/config/drawer.mjs +0 -11
- package/es/components/drawer/src/config/drawer.mjs.map +0 -1
- package/es/components/drawer/src/config/index.d.ts +0 -1
- package/es/components/drawer/src/config/index.mjs +0 -4
- package/es/components/drawer/src/config/index.mjs.map +0 -1
- package/lib/components/drawer/src/config/drawer.d.ts +0 -7
- package/lib/components/drawer/src/config/drawer.js +0 -13
- package/lib/components/drawer/src/config/drawer.js.map +0 -1
- package/lib/components/drawer/src/config/index.d.ts +0 -1
- package/lib/components/drawer/src/config/index.js +0 -8
- package/lib/components/drawer/src/config/index.js.map +0 -1
- package/types/packages/components/drawer/src/config/drawer.d.ts +0 -7
- package/types/packages/components/drawer/src/config/index.d.ts +0 -1
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
value: {
|
|
3
|
-
type: import("vue").PropType<string | number | string[] | number[] | [string, number][]>;
|
|
4
|
-
};
|
|
5
|
-
options: {
|
|
6
|
-
type: ArrayConstructor;
|
|
7
|
-
default: () => never[];
|
|
8
|
-
};
|
|
9
|
-
}, {
|
|
10
|
-
props: import("@vue/shared").LooseRequired<{
|
|
11
|
-
readonly options: unknown[];
|
|
12
|
-
readonly value?: string | number | string[] | number[] | [string, number][] | undefined;
|
|
13
|
-
readonly onChange?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
readonly "onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
15
|
-
} & {}>;
|
|
16
|
-
emit: (event: "change" | "update:value", ...args: any[]) => void;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
17
2
|
bem: {
|
|
18
3
|
b: (blockSuffix?: string) => string;
|
|
19
4
|
e: (element?: string) => string;
|
|
@@ -24,23 +9,787 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
9
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
25
10
|
is: (name?: string) => string;
|
|
26
11
|
};
|
|
27
|
-
localValue: import("vue").WritableComputedRef<string | number | string[] | number[] | [string, number][] | undefined>;
|
|
28
12
|
attrs: {
|
|
29
13
|
[x: string]: unknown;
|
|
30
14
|
};
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
15
|
+
readonly Select: {
|
|
16
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
value: {
|
|
18
|
+
type: import("vue").PropType<import("ant-design-vue/es/select").SelectValue>;
|
|
19
|
+
default: import("ant-design-vue/es/select").SelectValue;
|
|
20
|
+
};
|
|
21
|
+
defaultValue: {
|
|
22
|
+
type: import("vue").PropType<import("ant-design-vue/es/select").SelectValue>;
|
|
23
|
+
default: import("ant-design-vue/es/select").SelectValue;
|
|
24
|
+
};
|
|
25
|
+
notFoundContent: import("vue-types").VueTypeValidableDef<any>;
|
|
26
|
+
suffixIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
27
|
+
itemIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
28
|
+
size: {
|
|
29
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
30
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
31
|
+
};
|
|
32
|
+
mode: {
|
|
33
|
+
type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
34
|
+
default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
35
|
+
};
|
|
36
|
+
bordered: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
transitionName: StringConstructor;
|
|
41
|
+
choiceTransitionName: {
|
|
42
|
+
type: import("vue").PropType<"">;
|
|
43
|
+
default: "";
|
|
44
|
+
};
|
|
45
|
+
popupClassName: StringConstructor;
|
|
46
|
+
dropdownClassName: StringConstructor;
|
|
47
|
+
placement: {
|
|
48
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
49
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
50
|
+
};
|
|
51
|
+
status: {
|
|
52
|
+
type: import("vue").PropType<"" | "error" | "warning">;
|
|
53
|
+
default: "" | "error" | "warning";
|
|
54
|
+
};
|
|
55
|
+
'onUpdate:value': {
|
|
56
|
+
type: import("vue").PropType<(val: import("ant-design-vue/es/select").SelectValue) => void>;
|
|
57
|
+
default: (val: import("ant-design-vue/es/select").SelectValue) => void;
|
|
58
|
+
};
|
|
59
|
+
children: import("vue").PropType<import("ant-design-vue/es/_util/type").VueNode[]>;
|
|
60
|
+
listHeight: NumberConstructor;
|
|
61
|
+
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
62
|
+
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
63
|
+
tabindex: NumberConstructor;
|
|
64
|
+
onClick: import("vue").PropType<(e: MouseEvent) => void>;
|
|
65
|
+
onFocus: {
|
|
66
|
+
type: import("vue").PropType<(e: FocusEvent) => void>;
|
|
67
|
+
};
|
|
68
|
+
onBlur: {
|
|
69
|
+
type: import("vue").PropType<(e: FocusEvent) => void>;
|
|
70
|
+
};
|
|
71
|
+
onChange: import("vue").PropType<(value: import("ant-design-vue/es/select").SelectValue, option: import("ant-design-vue/es/select").DefaultOptionType | import("ant-design-vue/es/select").DefaultOptionType[]) => void>;
|
|
72
|
+
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
73
|
+
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
74
|
+
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
75
|
+
onSelect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
76
|
+
open: {
|
|
77
|
+
type: BooleanConstructor;
|
|
78
|
+
default: any;
|
|
79
|
+
};
|
|
80
|
+
animation: StringConstructor;
|
|
81
|
+
direction: {
|
|
82
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
83
|
+
};
|
|
84
|
+
disabled: {
|
|
85
|
+
type: BooleanConstructor;
|
|
86
|
+
default: any;
|
|
87
|
+
};
|
|
88
|
+
prefixCls: StringConstructor;
|
|
89
|
+
id: StringConstructor;
|
|
90
|
+
autofocus: BooleanConstructor;
|
|
91
|
+
getPopupContainer: {
|
|
92
|
+
type: import("vue").PropType<import("ant-design-vue/es/vc-select/BaseSelect").RenderDOMFunc>;
|
|
93
|
+
};
|
|
94
|
+
virtual: {
|
|
95
|
+
type: BooleanConstructor;
|
|
96
|
+
default: any;
|
|
97
|
+
};
|
|
98
|
+
dropdownMatchSelectWidth: {
|
|
99
|
+
type: import("vue").PropType<number | boolean>;
|
|
100
|
+
default: any;
|
|
101
|
+
};
|
|
102
|
+
options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
103
|
+
showAction: {
|
|
104
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
105
|
+
};
|
|
106
|
+
placeholder: import("vue-types").VueTypeValidableDef<any>;
|
|
107
|
+
onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
108
|
+
loading: {
|
|
109
|
+
type: BooleanConstructor;
|
|
110
|
+
default: any;
|
|
111
|
+
};
|
|
112
|
+
clearIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
113
|
+
allowClear: {
|
|
114
|
+
type: BooleanConstructor;
|
|
115
|
+
default: any;
|
|
116
|
+
};
|
|
117
|
+
onSearch: import("vue").PropType<(value: string) => void>;
|
|
118
|
+
fieldNames: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").FieldNames>;
|
|
119
|
+
dropdownStyle: {
|
|
120
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
121
|
+
};
|
|
122
|
+
dropdownRender: {
|
|
123
|
+
type: import("vue").PropType<import("ant-design-vue/es/vc-select/BaseSelect").DropdownRender>;
|
|
124
|
+
};
|
|
125
|
+
dropdownAlign: import("vue").PropType<import("ant-design-vue/es/vc-trigger/interface").AlignType>;
|
|
126
|
+
showSearch: {
|
|
127
|
+
type: BooleanConstructor;
|
|
128
|
+
default: any;
|
|
129
|
+
};
|
|
130
|
+
searchValue: StringConstructor;
|
|
131
|
+
onInputKeyDown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
132
|
+
removeIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
133
|
+
maxTagCount: {
|
|
134
|
+
type: import("vue").PropType<number | "responsive">;
|
|
135
|
+
};
|
|
136
|
+
maxTagTextLength: NumberConstructor;
|
|
137
|
+
maxTagPlaceholder: import("vue-types").VueTypeValidableDef<any>;
|
|
138
|
+
tokenSeparators: {
|
|
139
|
+
type: import("vue").PropType<string[]>;
|
|
140
|
+
};
|
|
141
|
+
tagRender: {
|
|
142
|
+
type: import("vue").PropType<(props: import("ant-design-vue/es/vc-select/BaseSelect").CustomTagProps) => any>;
|
|
143
|
+
};
|
|
144
|
+
optionLabelRender: {
|
|
145
|
+
type: import("vue").PropType<(option: Record<string, any>) => any>;
|
|
146
|
+
};
|
|
147
|
+
onClear: import("vue").PropType<() => void>;
|
|
148
|
+
defaultOpen: {
|
|
149
|
+
type: BooleanConstructor;
|
|
150
|
+
default: any;
|
|
151
|
+
};
|
|
152
|
+
onDropdownVisibleChange: {
|
|
153
|
+
type: import("vue").PropType<(open: boolean) => void>;
|
|
154
|
+
};
|
|
155
|
+
showArrow: {
|
|
156
|
+
type: BooleanConstructor;
|
|
157
|
+
default: any;
|
|
158
|
+
};
|
|
159
|
+
onPopupScroll: import("vue").PropType<(e: UIEvent) => void>;
|
|
160
|
+
menuItemSelectedIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
161
|
+
listItemHeight: NumberConstructor;
|
|
162
|
+
inputValue: StringConstructor;
|
|
163
|
+
autoClearSearchValue: {
|
|
164
|
+
type: BooleanConstructor;
|
|
165
|
+
default: any;
|
|
166
|
+
};
|
|
167
|
+
filterOption: {
|
|
168
|
+
type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-select/Select").FilterFunc<import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
169
|
+
default: any;
|
|
170
|
+
};
|
|
171
|
+
filterSort: import("vue").PropType<(optionA: import("ant-design-vue/es/select").DefaultOptionType, optionB: import("ant-design-vue/es/select").DefaultOptionType) => number>;
|
|
172
|
+
optionFilterProp: StringConstructor;
|
|
173
|
+
optionLabelProp: StringConstructor;
|
|
174
|
+
defaultActiveFirstOption: {
|
|
175
|
+
type: BooleanConstructor;
|
|
176
|
+
default: any;
|
|
177
|
+
};
|
|
178
|
+
labelInValue: {
|
|
179
|
+
type: BooleanConstructor;
|
|
180
|
+
default: any;
|
|
181
|
+
};
|
|
182
|
+
}>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
183
|
+
value: {
|
|
184
|
+
type: import("vue").PropType<import("ant-design-vue/es/select").SelectValue>;
|
|
185
|
+
default: import("ant-design-vue/es/select").SelectValue;
|
|
186
|
+
};
|
|
187
|
+
defaultValue: {
|
|
188
|
+
type: import("vue").PropType<import("ant-design-vue/es/select").SelectValue>;
|
|
189
|
+
default: import("ant-design-vue/es/select").SelectValue;
|
|
190
|
+
};
|
|
191
|
+
notFoundContent: import("vue-types").VueTypeValidableDef<any>;
|
|
192
|
+
suffixIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
193
|
+
itemIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
194
|
+
size: {
|
|
195
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
196
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
197
|
+
};
|
|
198
|
+
mode: {
|
|
199
|
+
type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
200
|
+
default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
201
|
+
};
|
|
202
|
+
bordered: {
|
|
203
|
+
type: BooleanConstructor;
|
|
204
|
+
default: boolean;
|
|
205
|
+
};
|
|
206
|
+
transitionName: StringConstructor;
|
|
207
|
+
choiceTransitionName: {
|
|
208
|
+
type: import("vue").PropType<"">;
|
|
209
|
+
default: "";
|
|
210
|
+
};
|
|
211
|
+
popupClassName: StringConstructor;
|
|
212
|
+
dropdownClassName: StringConstructor;
|
|
213
|
+
placement: {
|
|
214
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
215
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
216
|
+
};
|
|
217
|
+
status: {
|
|
218
|
+
type: import("vue").PropType<"" | "error" | "warning">;
|
|
219
|
+
default: "" | "error" | "warning";
|
|
220
|
+
};
|
|
221
|
+
'onUpdate:value': {
|
|
222
|
+
type: import("vue").PropType<(val: import("ant-design-vue/es/select").SelectValue) => void>;
|
|
223
|
+
default: (val: import("ant-design-vue/es/select").SelectValue) => void;
|
|
224
|
+
};
|
|
225
|
+
children: import("vue").PropType<import("ant-design-vue/es/_util/type").VueNode[]>;
|
|
226
|
+
listHeight: NumberConstructor;
|
|
227
|
+
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
228
|
+
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
229
|
+
tabindex: NumberConstructor;
|
|
230
|
+
onClick: import("vue").PropType<(e: MouseEvent) => void>;
|
|
231
|
+
onFocus: {
|
|
232
|
+
type: import("vue").PropType<(e: FocusEvent) => void>;
|
|
233
|
+
};
|
|
234
|
+
onBlur: {
|
|
235
|
+
type: import("vue").PropType<(e: FocusEvent) => void>;
|
|
236
|
+
};
|
|
237
|
+
onChange: import("vue").PropType<(value: import("ant-design-vue/es/select").SelectValue, option: import("ant-design-vue/es/select").DefaultOptionType | import("ant-design-vue/es/select").DefaultOptionType[]) => void>;
|
|
238
|
+
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
239
|
+
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
240
|
+
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
241
|
+
onSelect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
242
|
+
open: {
|
|
243
|
+
type: BooleanConstructor;
|
|
244
|
+
default: any;
|
|
245
|
+
};
|
|
246
|
+
animation: StringConstructor;
|
|
247
|
+
direction: {
|
|
248
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
249
|
+
};
|
|
250
|
+
disabled: {
|
|
251
|
+
type: BooleanConstructor;
|
|
252
|
+
default: any;
|
|
253
|
+
};
|
|
254
|
+
prefixCls: StringConstructor;
|
|
255
|
+
id: StringConstructor;
|
|
256
|
+
autofocus: BooleanConstructor;
|
|
257
|
+
getPopupContainer: {
|
|
258
|
+
type: import("vue").PropType<import("ant-design-vue/es/vc-select/BaseSelect").RenderDOMFunc>;
|
|
259
|
+
};
|
|
260
|
+
virtual: {
|
|
261
|
+
type: BooleanConstructor;
|
|
262
|
+
default: any;
|
|
263
|
+
};
|
|
264
|
+
dropdownMatchSelectWidth: {
|
|
265
|
+
type: import("vue").PropType<number | boolean>;
|
|
266
|
+
default: any;
|
|
267
|
+
};
|
|
268
|
+
options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
269
|
+
showAction: {
|
|
270
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
271
|
+
};
|
|
272
|
+
placeholder: import("vue-types").VueTypeValidableDef<any>;
|
|
273
|
+
onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
274
|
+
loading: {
|
|
275
|
+
type: BooleanConstructor;
|
|
276
|
+
default: any;
|
|
277
|
+
};
|
|
278
|
+
clearIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
279
|
+
allowClear: {
|
|
280
|
+
type: BooleanConstructor;
|
|
281
|
+
default: any;
|
|
282
|
+
};
|
|
283
|
+
onSearch: import("vue").PropType<(value: string) => void>;
|
|
284
|
+
fieldNames: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").FieldNames>;
|
|
285
|
+
dropdownStyle: {
|
|
286
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
287
|
+
};
|
|
288
|
+
dropdownRender: {
|
|
289
|
+
type: import("vue").PropType<import("ant-design-vue/es/vc-select/BaseSelect").DropdownRender>;
|
|
290
|
+
};
|
|
291
|
+
dropdownAlign: import("vue").PropType<import("ant-design-vue/es/vc-trigger/interface").AlignType>;
|
|
292
|
+
showSearch: {
|
|
293
|
+
type: BooleanConstructor;
|
|
294
|
+
default: any;
|
|
295
|
+
};
|
|
296
|
+
searchValue: StringConstructor;
|
|
297
|
+
onInputKeyDown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
298
|
+
removeIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
299
|
+
maxTagCount: {
|
|
300
|
+
type: import("vue").PropType<number | "responsive">;
|
|
301
|
+
};
|
|
302
|
+
maxTagTextLength: NumberConstructor;
|
|
303
|
+
maxTagPlaceholder: import("vue-types").VueTypeValidableDef<any>;
|
|
304
|
+
tokenSeparators: {
|
|
305
|
+
type: import("vue").PropType<string[]>;
|
|
306
|
+
};
|
|
307
|
+
tagRender: {
|
|
308
|
+
type: import("vue").PropType<(props: import("ant-design-vue/es/vc-select/BaseSelect").CustomTagProps) => any>;
|
|
309
|
+
};
|
|
310
|
+
optionLabelRender: {
|
|
311
|
+
type: import("vue").PropType<(option: Record<string, any>) => any>;
|
|
312
|
+
};
|
|
313
|
+
onClear: import("vue").PropType<() => void>;
|
|
314
|
+
defaultOpen: {
|
|
315
|
+
type: BooleanConstructor;
|
|
316
|
+
default: any;
|
|
317
|
+
};
|
|
318
|
+
onDropdownVisibleChange: {
|
|
319
|
+
type: import("vue").PropType<(open: boolean) => void>;
|
|
320
|
+
};
|
|
321
|
+
showArrow: {
|
|
322
|
+
type: BooleanConstructor;
|
|
323
|
+
default: any;
|
|
324
|
+
};
|
|
325
|
+
onPopupScroll: import("vue").PropType<(e: UIEvent) => void>;
|
|
326
|
+
menuItemSelectedIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
327
|
+
listItemHeight: NumberConstructor;
|
|
328
|
+
inputValue: StringConstructor;
|
|
329
|
+
autoClearSearchValue: {
|
|
330
|
+
type: BooleanConstructor;
|
|
331
|
+
default: any;
|
|
332
|
+
};
|
|
333
|
+
filterOption: {
|
|
334
|
+
type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-select/Select").FilterFunc<import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
335
|
+
default: any;
|
|
336
|
+
};
|
|
337
|
+
filterSort: import("vue").PropType<(optionA: import("ant-design-vue/es/select").DefaultOptionType, optionB: import("ant-design-vue/es/select").DefaultOptionType) => number>;
|
|
338
|
+
optionFilterProp: StringConstructor;
|
|
339
|
+
optionLabelProp: StringConstructor;
|
|
340
|
+
defaultActiveFirstOption: {
|
|
341
|
+
type: BooleanConstructor;
|
|
342
|
+
default: any;
|
|
343
|
+
};
|
|
344
|
+
labelInValue: {
|
|
345
|
+
type: BooleanConstructor;
|
|
346
|
+
default: any;
|
|
347
|
+
};
|
|
348
|
+
}>>, {
|
|
349
|
+
size: import("ant-design-vue/es/button").ButtonSize;
|
|
350
|
+
value: import("ant-design-vue/es/select").SelectValue;
|
|
351
|
+
mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
352
|
+
open: boolean;
|
|
353
|
+
disabled: boolean;
|
|
354
|
+
autofocus: boolean;
|
|
355
|
+
virtual: boolean;
|
|
356
|
+
dropdownMatchSelectWidth: number | boolean;
|
|
357
|
+
status: "" | "error" | "warning";
|
|
358
|
+
defaultValue: import("ant-design-vue/es/select").SelectValue;
|
|
359
|
+
'onUpdate:value': (val: import("ant-design-vue/es/select").SelectValue) => void;
|
|
360
|
+
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
361
|
+
loading: boolean;
|
|
362
|
+
bordered: boolean;
|
|
363
|
+
allowClear: boolean;
|
|
364
|
+
showSearch: boolean;
|
|
365
|
+
choiceTransitionName: "";
|
|
366
|
+
defaultOpen: boolean;
|
|
367
|
+
showArrow: boolean;
|
|
368
|
+
autoClearSearchValue: boolean;
|
|
369
|
+
filterOption: boolean | import("ant-design-vue/es/vc-select/Select").FilterFunc<import("ant-design-vue/es/select").DefaultOptionType>;
|
|
370
|
+
defaultActiveFirstOption: boolean;
|
|
371
|
+
labelInValue: boolean;
|
|
372
|
+
}, true, {}, import("ant-design-vue/es/_util/type").CustomSlotsType<{
|
|
373
|
+
notFoundContent: any;
|
|
374
|
+
suffixIcon: any;
|
|
375
|
+
itemIcon: any;
|
|
376
|
+
removeIcon: any;
|
|
377
|
+
clearIcon: any;
|
|
378
|
+
dropdownRender: any;
|
|
379
|
+
option: any;
|
|
380
|
+
placeholder: any;
|
|
381
|
+
tagRender: any;
|
|
382
|
+
maxTagPlaceholder: any;
|
|
383
|
+
optionLabel: any;
|
|
384
|
+
default: any;
|
|
385
|
+
}>, {
|
|
386
|
+
P: {};
|
|
387
|
+
B: {};
|
|
388
|
+
D: {};
|
|
389
|
+
C: {};
|
|
390
|
+
M: {};
|
|
391
|
+
Defaults: {};
|
|
392
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
393
|
+
value: {
|
|
394
|
+
type: import("vue").PropType<import("ant-design-vue/es/select").SelectValue>;
|
|
395
|
+
default: import("ant-design-vue/es/select").SelectValue;
|
|
396
|
+
};
|
|
397
|
+
defaultValue: {
|
|
398
|
+
type: import("vue").PropType<import("ant-design-vue/es/select").SelectValue>;
|
|
399
|
+
default: import("ant-design-vue/es/select").SelectValue;
|
|
400
|
+
};
|
|
401
|
+
notFoundContent: import("vue-types").VueTypeValidableDef<any>;
|
|
402
|
+
suffixIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
403
|
+
itemIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
404
|
+
size: {
|
|
405
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
406
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
407
|
+
};
|
|
408
|
+
mode: {
|
|
409
|
+
type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
410
|
+
default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
411
|
+
};
|
|
412
|
+
bordered: {
|
|
413
|
+
type: BooleanConstructor;
|
|
414
|
+
default: boolean;
|
|
415
|
+
};
|
|
416
|
+
transitionName: StringConstructor;
|
|
417
|
+
choiceTransitionName: {
|
|
418
|
+
type: import("vue").PropType<"">;
|
|
419
|
+
default: "";
|
|
420
|
+
};
|
|
421
|
+
popupClassName: StringConstructor;
|
|
422
|
+
dropdownClassName: StringConstructor;
|
|
423
|
+
placement: {
|
|
424
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
425
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
426
|
+
};
|
|
427
|
+
status: {
|
|
428
|
+
type: import("vue").PropType<"" | "error" | "warning">;
|
|
429
|
+
default: "" | "error" | "warning";
|
|
430
|
+
};
|
|
431
|
+
'onUpdate:value': {
|
|
432
|
+
type: import("vue").PropType<(val: import("ant-design-vue/es/select").SelectValue) => void>;
|
|
433
|
+
default: (val: import("ant-design-vue/es/select").SelectValue) => void;
|
|
434
|
+
};
|
|
435
|
+
children: import("vue").PropType<import("ant-design-vue/es/_util/type").VueNode[]>;
|
|
436
|
+
listHeight: NumberConstructor;
|
|
437
|
+
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
438
|
+
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
439
|
+
tabindex: NumberConstructor;
|
|
440
|
+
onClick: import("vue").PropType<(e: MouseEvent) => void>;
|
|
441
|
+
onFocus: {
|
|
442
|
+
type: import("vue").PropType<(e: FocusEvent) => void>;
|
|
443
|
+
};
|
|
444
|
+
onBlur: {
|
|
445
|
+
type: import("vue").PropType<(e: FocusEvent) => void>;
|
|
446
|
+
};
|
|
447
|
+
onChange: import("vue").PropType<(value: import("ant-design-vue/es/select").SelectValue, option: import("ant-design-vue/es/select").DefaultOptionType | import("ant-design-vue/es/select").DefaultOptionType[]) => void>;
|
|
448
|
+
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
449
|
+
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
450
|
+
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
451
|
+
onSelect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
452
|
+
open: {
|
|
453
|
+
type: BooleanConstructor;
|
|
454
|
+
default: any;
|
|
455
|
+
};
|
|
456
|
+
animation: StringConstructor;
|
|
457
|
+
direction: {
|
|
458
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
459
|
+
};
|
|
460
|
+
disabled: {
|
|
461
|
+
type: BooleanConstructor;
|
|
462
|
+
default: any;
|
|
463
|
+
};
|
|
464
|
+
prefixCls: StringConstructor;
|
|
465
|
+
id: StringConstructor;
|
|
466
|
+
autofocus: BooleanConstructor;
|
|
467
|
+
getPopupContainer: {
|
|
468
|
+
type: import("vue").PropType<import("ant-design-vue/es/vc-select/BaseSelect").RenderDOMFunc>;
|
|
469
|
+
};
|
|
470
|
+
virtual: {
|
|
471
|
+
type: BooleanConstructor;
|
|
472
|
+
default: any;
|
|
473
|
+
};
|
|
474
|
+
dropdownMatchSelectWidth: {
|
|
475
|
+
type: import("vue").PropType<number | boolean>;
|
|
476
|
+
default: any;
|
|
477
|
+
};
|
|
478
|
+
options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
479
|
+
showAction: {
|
|
480
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
481
|
+
};
|
|
482
|
+
placeholder: import("vue-types").VueTypeValidableDef<any>;
|
|
483
|
+
onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
484
|
+
loading: {
|
|
485
|
+
type: BooleanConstructor;
|
|
486
|
+
default: any;
|
|
487
|
+
};
|
|
488
|
+
clearIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
489
|
+
allowClear: {
|
|
490
|
+
type: BooleanConstructor;
|
|
491
|
+
default: any;
|
|
492
|
+
};
|
|
493
|
+
onSearch: import("vue").PropType<(value: string) => void>;
|
|
494
|
+
fieldNames: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").FieldNames>;
|
|
495
|
+
dropdownStyle: {
|
|
496
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
497
|
+
};
|
|
498
|
+
dropdownRender: {
|
|
499
|
+
type: import("vue").PropType<import("ant-design-vue/es/vc-select/BaseSelect").DropdownRender>;
|
|
500
|
+
};
|
|
501
|
+
dropdownAlign: import("vue").PropType<import("ant-design-vue/es/vc-trigger/interface").AlignType>;
|
|
502
|
+
showSearch: {
|
|
503
|
+
type: BooleanConstructor;
|
|
504
|
+
default: any;
|
|
505
|
+
};
|
|
506
|
+
searchValue: StringConstructor;
|
|
507
|
+
onInputKeyDown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
508
|
+
removeIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
509
|
+
maxTagCount: {
|
|
510
|
+
type: import("vue").PropType<number | "responsive">;
|
|
511
|
+
};
|
|
512
|
+
maxTagTextLength: NumberConstructor;
|
|
513
|
+
maxTagPlaceholder: import("vue-types").VueTypeValidableDef<any>;
|
|
514
|
+
tokenSeparators: {
|
|
515
|
+
type: import("vue").PropType<string[]>;
|
|
516
|
+
};
|
|
517
|
+
tagRender: {
|
|
518
|
+
type: import("vue").PropType<(props: import("ant-design-vue/es/vc-select/BaseSelect").CustomTagProps) => any>;
|
|
519
|
+
};
|
|
520
|
+
optionLabelRender: {
|
|
521
|
+
type: import("vue").PropType<(option: Record<string, any>) => any>;
|
|
522
|
+
};
|
|
523
|
+
onClear: import("vue").PropType<() => void>;
|
|
524
|
+
defaultOpen: {
|
|
525
|
+
type: BooleanConstructor;
|
|
526
|
+
default: any;
|
|
527
|
+
};
|
|
528
|
+
onDropdownVisibleChange: {
|
|
529
|
+
type: import("vue").PropType<(open: boolean) => void>;
|
|
530
|
+
};
|
|
531
|
+
showArrow: {
|
|
532
|
+
type: BooleanConstructor;
|
|
533
|
+
default: any;
|
|
534
|
+
};
|
|
535
|
+
onPopupScroll: import("vue").PropType<(e: UIEvent) => void>;
|
|
536
|
+
menuItemSelectedIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
537
|
+
listItemHeight: NumberConstructor;
|
|
538
|
+
inputValue: StringConstructor;
|
|
539
|
+
autoClearSearchValue: {
|
|
540
|
+
type: BooleanConstructor;
|
|
541
|
+
default: any;
|
|
542
|
+
};
|
|
543
|
+
filterOption: {
|
|
544
|
+
type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-select/Select").FilterFunc<import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
545
|
+
default: any;
|
|
546
|
+
};
|
|
547
|
+
filterSort: import("vue").PropType<(optionA: import("ant-design-vue/es/select").DefaultOptionType, optionB: import("ant-design-vue/es/select").DefaultOptionType) => number>;
|
|
548
|
+
optionFilterProp: StringConstructor;
|
|
549
|
+
optionLabelProp: StringConstructor;
|
|
550
|
+
defaultActiveFirstOption: {
|
|
551
|
+
type: BooleanConstructor;
|
|
552
|
+
default: any;
|
|
553
|
+
};
|
|
554
|
+
labelInValue: {
|
|
555
|
+
type: BooleanConstructor;
|
|
556
|
+
default: any;
|
|
557
|
+
};
|
|
558
|
+
}>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
559
|
+
size: import("ant-design-vue/es/button").ButtonSize;
|
|
560
|
+
value: import("ant-design-vue/es/select").SelectValue;
|
|
561
|
+
mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
562
|
+
open: boolean;
|
|
563
|
+
disabled: boolean;
|
|
564
|
+
autofocus: boolean;
|
|
565
|
+
virtual: boolean;
|
|
566
|
+
dropdownMatchSelectWidth: number | boolean;
|
|
567
|
+
status: "" | "error" | "warning";
|
|
568
|
+
defaultValue: import("ant-design-vue/es/select").SelectValue;
|
|
569
|
+
'onUpdate:value': (val: import("ant-design-vue/es/select").SelectValue) => void;
|
|
570
|
+
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
571
|
+
loading: boolean;
|
|
572
|
+
bordered: boolean;
|
|
573
|
+
allowClear: boolean;
|
|
574
|
+
showSearch: boolean;
|
|
575
|
+
choiceTransitionName: "";
|
|
576
|
+
defaultOpen: boolean;
|
|
577
|
+
showArrow: boolean;
|
|
578
|
+
autoClearSearchValue: boolean;
|
|
579
|
+
filterOption: boolean | import("ant-design-vue/es/vc-select/Select").FilterFunc<import("ant-design-vue/es/select").DefaultOptionType>;
|
|
580
|
+
defaultActiveFirstOption: boolean;
|
|
581
|
+
labelInValue: boolean;
|
|
582
|
+
}>;
|
|
583
|
+
__isFragment?: undefined;
|
|
584
|
+
__isTeleport?: undefined;
|
|
585
|
+
__isSuspense?: undefined;
|
|
586
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
587
|
+
value: {
|
|
588
|
+
type: import("vue").PropType<import("ant-design-vue/es/select").SelectValue>;
|
|
589
|
+
default: import("ant-design-vue/es/select").SelectValue;
|
|
590
|
+
};
|
|
591
|
+
defaultValue: {
|
|
592
|
+
type: import("vue").PropType<import("ant-design-vue/es/select").SelectValue>;
|
|
593
|
+
default: import("ant-design-vue/es/select").SelectValue;
|
|
594
|
+
};
|
|
595
|
+
notFoundContent: import("vue-types").VueTypeValidableDef<any>;
|
|
596
|
+
suffixIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
597
|
+
itemIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
598
|
+
size: {
|
|
599
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
600
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
601
|
+
};
|
|
602
|
+
mode: {
|
|
603
|
+
type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
604
|
+
default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
605
|
+
};
|
|
606
|
+
bordered: {
|
|
607
|
+
type: BooleanConstructor;
|
|
608
|
+
default: boolean;
|
|
609
|
+
};
|
|
610
|
+
transitionName: StringConstructor;
|
|
611
|
+
choiceTransitionName: {
|
|
612
|
+
type: import("vue").PropType<"">;
|
|
613
|
+
default: "";
|
|
614
|
+
};
|
|
615
|
+
popupClassName: StringConstructor;
|
|
616
|
+
dropdownClassName: StringConstructor;
|
|
617
|
+
placement: {
|
|
618
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
619
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
620
|
+
};
|
|
621
|
+
status: {
|
|
622
|
+
type: import("vue").PropType<"" | "error" | "warning">;
|
|
623
|
+
default: "" | "error" | "warning";
|
|
624
|
+
};
|
|
625
|
+
'onUpdate:value': {
|
|
626
|
+
type: import("vue").PropType<(val: import("ant-design-vue/es/select").SelectValue) => void>;
|
|
627
|
+
default: (val: import("ant-design-vue/es/select").SelectValue) => void;
|
|
628
|
+
};
|
|
629
|
+
children: import("vue").PropType<import("ant-design-vue/es/_util/type").VueNode[]>;
|
|
630
|
+
listHeight: NumberConstructor;
|
|
631
|
+
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
632
|
+
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
633
|
+
tabindex: NumberConstructor;
|
|
634
|
+
onClick: import("vue").PropType<(e: MouseEvent) => void>;
|
|
635
|
+
onFocus: {
|
|
636
|
+
type: import("vue").PropType<(e: FocusEvent) => void>;
|
|
637
|
+
};
|
|
638
|
+
onBlur: {
|
|
639
|
+
type: import("vue").PropType<(e: FocusEvent) => void>;
|
|
640
|
+
};
|
|
641
|
+
onChange: import("vue").PropType<(value: import("ant-design-vue/es/select").SelectValue, option: import("ant-design-vue/es/select").DefaultOptionType | import("ant-design-vue/es/select").DefaultOptionType[]) => void>;
|
|
642
|
+
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
643
|
+
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
644
|
+
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
645
|
+
onSelect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
646
|
+
open: {
|
|
647
|
+
type: BooleanConstructor;
|
|
648
|
+
default: any;
|
|
649
|
+
};
|
|
650
|
+
animation: StringConstructor;
|
|
651
|
+
direction: {
|
|
652
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
653
|
+
};
|
|
654
|
+
disabled: {
|
|
655
|
+
type: BooleanConstructor;
|
|
656
|
+
default: any;
|
|
657
|
+
};
|
|
658
|
+
prefixCls: StringConstructor;
|
|
659
|
+
id: StringConstructor;
|
|
660
|
+
autofocus: BooleanConstructor;
|
|
661
|
+
getPopupContainer: {
|
|
662
|
+
type: import("vue").PropType<import("ant-design-vue/es/vc-select/BaseSelect").RenderDOMFunc>;
|
|
663
|
+
};
|
|
664
|
+
virtual: {
|
|
665
|
+
type: BooleanConstructor;
|
|
666
|
+
default: any;
|
|
667
|
+
};
|
|
668
|
+
dropdownMatchSelectWidth: {
|
|
669
|
+
type: import("vue").PropType<number | boolean>;
|
|
670
|
+
default: any;
|
|
671
|
+
};
|
|
672
|
+
options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
673
|
+
showAction: {
|
|
674
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
675
|
+
};
|
|
676
|
+
placeholder: import("vue-types").VueTypeValidableDef<any>;
|
|
677
|
+
onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
678
|
+
loading: {
|
|
679
|
+
type: BooleanConstructor;
|
|
680
|
+
default: any;
|
|
681
|
+
};
|
|
682
|
+
clearIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
683
|
+
allowClear: {
|
|
684
|
+
type: BooleanConstructor;
|
|
685
|
+
default: any;
|
|
686
|
+
};
|
|
687
|
+
onSearch: import("vue").PropType<(value: string) => void>;
|
|
688
|
+
fieldNames: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").FieldNames>;
|
|
689
|
+
dropdownStyle: {
|
|
690
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
691
|
+
};
|
|
692
|
+
dropdownRender: {
|
|
693
|
+
type: import("vue").PropType<import("ant-design-vue/es/vc-select/BaseSelect").DropdownRender>;
|
|
694
|
+
};
|
|
695
|
+
dropdownAlign: import("vue").PropType<import("ant-design-vue/es/vc-trigger/interface").AlignType>;
|
|
696
|
+
showSearch: {
|
|
697
|
+
type: BooleanConstructor;
|
|
698
|
+
default: any;
|
|
699
|
+
};
|
|
700
|
+
searchValue: StringConstructor;
|
|
701
|
+
onInputKeyDown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
702
|
+
removeIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
703
|
+
maxTagCount: {
|
|
704
|
+
type: import("vue").PropType<number | "responsive">;
|
|
705
|
+
};
|
|
706
|
+
maxTagTextLength: NumberConstructor;
|
|
707
|
+
maxTagPlaceholder: import("vue-types").VueTypeValidableDef<any>;
|
|
708
|
+
tokenSeparators: {
|
|
709
|
+
type: import("vue").PropType<string[]>;
|
|
710
|
+
};
|
|
711
|
+
tagRender: {
|
|
712
|
+
type: import("vue").PropType<(props: import("ant-design-vue/es/vc-select/BaseSelect").CustomTagProps) => any>;
|
|
713
|
+
};
|
|
714
|
+
optionLabelRender: {
|
|
715
|
+
type: import("vue").PropType<(option: Record<string, any>) => any>;
|
|
716
|
+
};
|
|
717
|
+
onClear: import("vue").PropType<() => void>;
|
|
718
|
+
defaultOpen: {
|
|
719
|
+
type: BooleanConstructor;
|
|
720
|
+
default: any;
|
|
721
|
+
};
|
|
722
|
+
onDropdownVisibleChange: {
|
|
723
|
+
type: import("vue").PropType<(open: boolean) => void>;
|
|
724
|
+
};
|
|
725
|
+
showArrow: {
|
|
726
|
+
type: BooleanConstructor;
|
|
727
|
+
default: any;
|
|
728
|
+
};
|
|
729
|
+
onPopupScroll: import("vue").PropType<(e: UIEvent) => void>;
|
|
730
|
+
menuItemSelectedIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
731
|
+
listItemHeight: NumberConstructor;
|
|
732
|
+
inputValue: StringConstructor;
|
|
733
|
+
autoClearSearchValue: {
|
|
734
|
+
type: BooleanConstructor;
|
|
735
|
+
default: any;
|
|
736
|
+
};
|
|
737
|
+
filterOption: {
|
|
738
|
+
type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-select/Select").FilterFunc<import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
739
|
+
default: any;
|
|
740
|
+
};
|
|
741
|
+
filterSort: import("vue").PropType<(optionA: import("ant-design-vue/es/select").DefaultOptionType, optionB: import("ant-design-vue/es/select").DefaultOptionType) => number>;
|
|
742
|
+
optionFilterProp: StringConstructor;
|
|
743
|
+
optionLabelProp: StringConstructor;
|
|
744
|
+
defaultActiveFirstOption: {
|
|
745
|
+
type: BooleanConstructor;
|
|
746
|
+
default: any;
|
|
747
|
+
};
|
|
748
|
+
labelInValue: {
|
|
749
|
+
type: BooleanConstructor;
|
|
750
|
+
default: any;
|
|
751
|
+
};
|
|
752
|
+
}>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
753
|
+
size: import("ant-design-vue/es/button").ButtonSize;
|
|
754
|
+
value: import("ant-design-vue/es/select").SelectValue;
|
|
755
|
+
mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
756
|
+
open: boolean;
|
|
757
|
+
disabled: boolean;
|
|
758
|
+
autofocus: boolean;
|
|
759
|
+
virtual: boolean;
|
|
760
|
+
dropdownMatchSelectWidth: number | boolean;
|
|
761
|
+
status: "" | "error" | "warning";
|
|
762
|
+
defaultValue: import("ant-design-vue/es/select").SelectValue;
|
|
763
|
+
'onUpdate:value': (val: import("ant-design-vue/es/select").SelectValue) => void;
|
|
764
|
+
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
765
|
+
loading: boolean;
|
|
766
|
+
bordered: boolean;
|
|
767
|
+
allowClear: boolean;
|
|
768
|
+
showSearch: boolean;
|
|
769
|
+
choiceTransitionName: "";
|
|
770
|
+
defaultOpen: boolean;
|
|
771
|
+
showArrow: boolean;
|
|
772
|
+
autoClearSearchValue: boolean;
|
|
773
|
+
filterOption: boolean | import("ant-design-vue/es/vc-select/Select").FilterFunc<import("ant-design-vue/es/select").DefaultOptionType>;
|
|
774
|
+
defaultActiveFirstOption: boolean;
|
|
775
|
+
labelInValue: boolean;
|
|
776
|
+
}, {}, string, import("ant-design-vue/es/_util/type").CustomSlotsType<{
|
|
777
|
+
notFoundContent: any;
|
|
778
|
+
suffixIcon: any;
|
|
779
|
+
itemIcon: any;
|
|
780
|
+
removeIcon: any;
|
|
781
|
+
clearIcon: any;
|
|
782
|
+
dropdownRender: any;
|
|
783
|
+
option: any;
|
|
784
|
+
placeholder: any;
|
|
785
|
+
tagRender: any;
|
|
786
|
+
maxTagPlaceholder: any;
|
|
787
|
+
optionLabel: any;
|
|
788
|
+
default: any;
|
|
789
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & {
|
|
790
|
+
readonly Option: import("ant-design-vue/es/vc-select/Option").OptionFC;
|
|
791
|
+
readonly OptGroup: import("ant-design-vue/es/vc-select/OptGroup").OptionGroupFC;
|
|
792
|
+
readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
39
793
|
};
|
|
40
|
-
}
|
|
41
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
42
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
43
|
-
}, {
|
|
44
|
-
options: unknown[];
|
|
45
|
-
}, {}>;
|
|
794
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
46
795
|
export default _default;
|