@element-plus/nightly 0.0.20220102 → 0.0.20220106
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/attributes.json +1 -1
- package/dist/index.css +1 -1
- package/dist/index.full.js +7914 -7042
- package/dist/index.full.min.js +11 -11
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +11 -11
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +7889 -7034
- package/es/components/autocomplete/index.d.ts +26 -18
- package/es/components/autocomplete/src/index.vue.d.ts +13 -10
- package/es/components/autocomplete/src/index.vue_vue_type_script_lang.mjs +14 -18
- package/es/components/autocomplete/src/index.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/autocomplete/src/index.vue_vue_type_template_id_2f09f285_lang.mjs +52 -49
- package/es/components/autocomplete/src/index.vue_vue_type_template_id_2f09f285_lang.mjs.map +1 -1
- package/es/components/carousel/index.d.ts +4 -4
- package/es/components/carousel/src/main.vue.d.ts +4 -4
- package/es/components/cascader/index.d.ts +1118 -6532
- package/es/components/cascader/src/index.vue.d.ts +559 -3267
- package/es/components/cascader/src/index.vue_vue_type_script_lang.mjs +10 -10
- package/es/components/cascader/src/index.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/cascader/src/index.vue_vue_type_template_id_0429c2db_lang.mjs +12 -12
- package/es/components/cascader/src/index.vue_vue_type_template_id_0429c2db_lang.mjs.map +1 -1
- package/es/components/cascader-panel/src/index.vue_vue_type_script_lang.mjs +3 -0
- package/es/components/cascader-panel/src/index.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/cascader-panel/src/index.vue_vue_type_template_id_97c48f5c_lang.mjs.map +1 -1
- package/es/components/checkbox/index.d.ts +1 -1
- package/es/components/checkbox/src/checkbox.vue.d.ts +1 -1
- package/es/components/collapse-transition/src/collapse-transition.vue_vue_type_script_lang.mjs +7 -13
- package/es/components/collapse-transition/src/collapse-transition.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/collapse-transition/src/collapse-transition.vue_vue_type_template_id_f68ae30a_lang.mjs +2 -2
- package/es/components/collapse-transition/src/collapse-transition.vue_vue_type_template_id_f68ae30a_lang.mjs.map +1 -1
- package/es/components/collection/index.d.ts +2 -0
- package/es/components/collection/index.mjs +3 -0
- package/es/components/{popper/src → collection}/index.mjs.map +1 -1
- package/es/components/collection/src/collection-item.mjs +7 -0
- package/es/components/collection/src/collection-item.mjs.map +1 -0
- package/es/components/collection/src/collection-item.vue.d.ts +2 -0
- package/es/components/collection/src/collection-item.vue_vue_type_script_lang.mjs +9 -0
- package/es/components/collection/src/collection-item.vue_vue_type_script_lang.mjs.map +1 -0
- package/es/components/collection/src/collection-item.vue_vue_type_template_id_dd23be6a_lang.mjs +8 -0
- package/es/components/collection/src/collection-item.vue_vue_type_template_id_dd23be6a_lang.mjs.map +1 -0
- package/es/components/collection/src/collection.d.ts +263 -0
- package/es/components/collection/src/collection.mjs +68 -0
- package/es/components/collection/src/collection.mjs.map +1 -0
- package/es/components/collection/src/collection.vue.d.ts +2 -0
- package/es/components/collection/src/collection.vue_vue_type_script_lang.mjs +8 -0
- package/es/components/collection/src/collection.vue_vue_type_script_lang.mjs.map +1 -0
- package/es/components/collection/src/collection.vue_vue_type_template_id_5f9c2545_lang.mjs +8 -0
- package/es/components/collection/src/collection.vue_vue_type_template_id_5f9c2545_lang.mjs.map +1 -0
- package/es/components/collection/src/collection2.mjs +7 -0
- package/es/components/collection/src/collection2.mjs.map +1 -0
- package/es/components/collection/src/tokens.d.ts +12 -0
- package/es/components/collection/src/tokens.mjs +2 -0
- package/es/components/collection/src/tokens.mjs.map +1 -0
- package/es/components/color-picker/index.d.ts +0 -2
- package/es/components/color-picker/src/index.vue.d.ts +0 -2
- package/es/components/color-picker/src/index.vue_vue_type_script_lang.mjs +2 -4
- package/es/components/color-picker/src/index.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/color-picker/src/index.vue_vue_type_template_id_46a474d5_lang.mjs +9 -10
- package/es/components/color-picker/src/index.vue_vue_type_template_id_46a474d5_lang.mjs.map +1 -1
- package/es/components/date-picker/index.d.ts +4 -4
- package/es/components/date-picker/src/date-picker.d.ts +2 -2
- package/es/components/descriptions/index.d.ts +4 -4
- package/es/components/descriptions/src/description-item.d.ts +2 -2
- package/es/components/dialog/index.d.ts +5 -5
- package/es/components/dialog/src/dialog.vue.d.ts +5 -5
- package/es/components/drawer/index.d.ts +5 -5
- package/es/components/drawer/src/drawer.vue.d.ts +5 -5
- package/es/components/dropdown/index.d.ts +767 -84
- package/es/components/dropdown/src/dropdown-item-impl.mjs +7 -0
- package/es/components/dropdown/src/dropdown-item-impl.mjs.map +1 -0
- package/es/components/dropdown/src/dropdown-item-impl.vue.d.ts +39 -0
- package/es/components/dropdown/src/dropdown-item-impl.vue_vue_type_script_lang.mjs +53 -0
- package/es/components/dropdown/src/dropdown-item-impl.vue_vue_type_script_lang.mjs.map +1 -0
- package/es/components/dropdown/src/dropdown-item-impl.vue_vue_type_template_id_6daab4f2_lang.mjs +33 -0
- package/es/components/dropdown/src/dropdown-item-impl.vue_vue_type_template_id_6daab4f2_lang.mjs.map +1 -0
- package/es/components/dropdown/src/dropdown-item.vue.d.ts +17 -9
- package/es/components/dropdown/src/dropdown-item.vue_vue_type_script_lang.mjs +51 -21
- package/es/components/dropdown/src/dropdown-item.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown-item.vue_vue_type_template_id_396ed16b_lang.mjs +30 -20
- package/es/components/dropdown/src/dropdown-item.vue_vue_type_template_id_396ed16b_lang.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown-menu.vue.d.ts +17 -6
- package/es/components/dropdown/src/dropdown-menu.vue_vue_type_script_lang.mjs +59 -23
- package/es/components/dropdown/src/dropdown-menu.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown-menu.vue_vue_type_template_id_617b3492_lang.mjs +12 -9
- package/es/components/dropdown/src/dropdown-menu.vue_vue_type_template_id_617b3492_lang.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown.d.ts +295 -1
- package/es/components/dropdown/src/dropdown.mjs +84 -0
- package/es/components/dropdown/src/dropdown.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +712 -73
- package/es/components/dropdown/src/dropdown.vue_vue_type_script_lang.mjs +60 -153
- package/es/components/dropdown/src/dropdown.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown.vue_vue_type_template_id_3ed790a5_lang.mjs +92 -52
- package/es/components/dropdown/src/dropdown.vue_vue_type_template_id_3ed790a5_lang.mjs.map +1 -1
- package/es/components/dropdown/src/tokens.d.ts +8 -0
- package/es/components/dropdown/src/tokens.mjs +4 -0
- package/es/components/dropdown/src/tokens.mjs.map +1 -0
- package/es/components/focus-trap/index.d.ts +5 -0
- package/es/components/focus-trap/index.mjs +6 -0
- package/es/components/focus-trap/index.mjs.map +1 -0
- package/es/components/focus-trap/src/focus-trap.mjs +7 -0
- package/es/components/focus-trap/src/focus-trap.mjs.map +1 -0
- package/es/components/focus-trap/src/focus-trap.vue.d.ts +21 -0
- package/es/components/focus-trap/src/focus-trap.vue_vue_type_script_lang.mjs +137 -0
- package/es/components/focus-trap/src/focus-trap.vue_vue_type_script_lang.mjs.map +1 -0
- package/es/components/focus-trap/src/focus-trap.vue_vue_type_template_id_4a8a10c5_lang.mjs +8 -0
- package/es/components/focus-trap/src/focus-trap.vue_vue_type_template_id_4a8a10c5_lang.mjs.map +1 -0
- package/es/components/focus-trap/src/tokens.d.ts +11 -0
- package/es/components/focus-trap/src/tokens.mjs +12 -0
- package/es/components/focus-trap/src/tokens.mjs.map +1 -0
- package/es/components/focus-trap/src/utils.d.ts +18 -0
- package/es/components/focus-trap/src/utils.mjs +92 -0
- package/es/components/focus-trap/src/utils.mjs.map +1 -0
- package/es/components/image/index.d.ts +2 -2
- package/es/components/image/src/image.vue.d.ts +2 -2
- package/es/components/index.mjs +7 -6
- package/es/components/index.mjs.map +1 -1
- package/es/components/input/index.d.ts +5 -5
- package/es/components/input/src/input.vue.d.ts +5 -5
- package/es/components/input-number/index.d.ts +12 -12
- package/es/components/input-number/src/input-number.vue.d.ts +12 -12
- package/es/components/menu/index.d.ts +9 -3
- package/es/components/menu/src/menu-item.vue.d.ts +4 -2
- package/es/components/menu/src/menu-item.vue_vue_type_script_lang.mjs +3 -3
- package/es/components/menu/src/menu-item.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/menu/src/menu.d.ts +1 -1
- package/es/components/menu/src/menu.mjs +2 -1
- package/es/components/menu/src/menu.mjs.map +1 -1
- package/es/components/menu/src/sub-menu.mjs +18 -21
- package/es/components/menu/src/sub-menu.mjs.map +1 -1
- package/es/components/menu/src/types.d.ts +2 -0
- package/es/components/message-box/src/index.vue.d.ts +2 -2
- package/es/components/pagination/index.d.ts +2 -2
- package/es/components/pagination/src/pagination.d.ts +2 -2
- package/es/components/popconfirm/index.d.ts +19 -12
- package/es/components/popconfirm/index.mjs +1 -1
- package/es/components/popconfirm/src/popconfirm.d.ts +3 -5
- package/es/components/popconfirm/src/popconfirm.mjs +11 -5
- package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +19 -13
- package/es/components/popconfirm/src/popconfirm.vue_vue_type_script_lang.mjs +22 -20
- package/es/components/popconfirm/src/popconfirm.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/popconfirm/src/popconfirm.vue_vue_type_template_id_16409d25_lang.mjs +12 -13
- package/es/components/popconfirm/src/popconfirm.vue_vue_type_template_id_16409d25_lang.mjs.map +1 -1
- package/es/components/popover/index.d.ts +1690 -420
- package/es/components/popover/src/directive.mjs +7 -13
- package/es/components/popover/src/directive.mjs.map +1 -1
- package/es/components/popover/src/index.mjs +2 -0
- package/es/components/popover/src/index.mjs.map +1 -1
- package/es/components/popover/src/index.vue.d.ts +846 -213
- package/es/components/popover/src/index.vue_vue_type_script_lang.mjs +41 -107
- package/es/components/popover/src/index.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/popover/src/index.vue_vue_type_template_id_15486cf0_lang.mjs +31 -0
- package/es/components/popover/src/index.vue_vue_type_template_id_15486cf0_lang.mjs.map +1 -0
- package/es/components/popover/src/popover.d.ts +70 -0
- package/es/components/popover/src/popover.mjs +31 -0
- package/es/components/popover/src/popover.mjs.map +1 -0
- package/es/components/popper/index.d.ts +7 -3479
- package/es/components/popper/index.mjs +13 -14
- package/es/components/popper/index.mjs.map +1 -1
- package/es/components/popper/src/arrow.mjs +7 -0
- package/es/components/popper/src/arrow.mjs.map +1 -0
- package/es/components/popper/src/arrow.vue.d.ts +12 -0
- package/es/components/popper/src/arrow.vue_vue_type_script_lang.mjs +27 -0
- package/es/components/popper/src/arrow.vue_vue_type_script_lang.mjs.map +1 -0
- package/es/components/popper/src/arrow.vue_vue_type_template_id_8ab40b80_lang.mjs +13 -0
- package/es/components/popper/src/arrow.vue_vue_type_template_id_8ab40b80_lang.mjs.map +1 -0
- package/es/components/popper/src/container.d.ts +3 -0
- package/es/components/popper/src/container.mjs +22 -0
- package/es/components/popper/src/container.mjs.map +1 -0
- package/es/components/popper/src/content.mjs +7 -0
- package/es/components/popper/src/content.mjs.map +1 -0
- package/es/components/popper/src/content.vue.d.ts +299 -0
- package/es/components/popper/src/content.vue_vue_type_script_lang.mjs +85 -0
- package/es/components/popper/src/content.vue_vue_type_script_lang.mjs.map +1 -0
- package/es/components/popper/src/content.vue_vue_type_template_id_611b76f0_lang.mjs +16 -0
- package/es/components/popper/src/content.vue_vue_type_template_id_611b76f0_lang.mjs.map +1 -0
- package/es/components/popper/src/popper.d.ts +58 -0
- package/es/components/popper/src/popper.mjs +98 -0
- package/es/components/popper/src/popper.mjs.map +1 -0
- package/es/components/popper/src/popper.vue.d.ts +3 -0
- package/es/components/popper/src/popper.vue_vue_type_script_lang.mjs +19 -0
- package/es/components/popper/src/popper.vue_vue_type_script_lang.mjs.map +1 -0
- package/es/components/popper/src/popper.vue_vue_type_template_id_77a3d185_lang.mjs +8 -0
- package/es/components/popper/src/popper.vue_vue_type_template_id_77a3d185_lang.mjs.map +1 -0
- package/es/components/popper/src/popper2.mjs +7 -0
- package/es/components/popper/src/popper2.mjs.map +1 -0
- package/es/components/popper/src/tokens.d.ts +14 -0
- package/es/components/popper/src/tokens.mjs +5 -0
- package/es/components/popper/src/tokens.mjs.map +1 -0
- package/es/components/popper/src/trigger.mjs +7 -0
- package/es/components/popper/src/trigger.mjs.map +1 -0
- package/es/components/popper/src/trigger.vue.d.ts +45 -0
- package/es/components/popper/src/trigger.vue_vue_type_script_lang.mjs +66 -0
- package/es/components/popper/src/trigger.vue_vue_type_script_lang.mjs.map +1 -0
- package/es/components/popper/src/trigger.vue_vue_type_template_id_4fb6e0af_lang.mjs +16 -0
- package/es/components/popper/src/trigger.vue_vue_type_template_id_4fb6e0af_lang.mjs.map +1 -0
- package/es/components/popper/src/utils.d.ts +55 -0
- package/es/components/popper/src/utils.mjs +76 -0
- package/es/components/popper/src/utils.mjs.map +1 -0
- package/es/components/roving-focus-group/index.d.ts +7 -0
- package/es/components/roving-focus-group/index.mjs +9 -0
- package/es/components/roving-focus-group/index.mjs.map +1 -0
- package/es/components/roving-focus-group/src/roving-focus-group-impl.mjs +7 -0
- package/es/components/roving-focus-group/src/roving-focus-group-impl.mjs.map +1 -0
- package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +43 -0
- package/es/components/roving-focus-group/src/roving-focus-group-impl.vue_vue_type_script_lang.mjs +102 -0
- package/es/components/roving-focus-group/src/roving-focus-group-impl.vue_vue_type_script_lang.mjs.map +1 -0
- package/es/components/roving-focus-group/src/roving-focus-group-impl.vue_vue_type_template_id_e5cee750_lang.mjs +8 -0
- package/es/components/roving-focus-group/src/roving-focus-group-impl.vue_vue_type_template_id_e5cee750_lang.mjs.map +1 -0
- package/es/components/roving-focus-group/src/roving-focus-group.d.ts +269 -0
- package/es/components/roving-focus-group/src/roving-focus-group.mjs +32 -0
- package/es/components/roving-focus-group/src/roving-focus-group.mjs.map +1 -0
- package/es/components/roving-focus-group/src/roving-focus-group.vue.d.ts +2 -0
- package/es/components/roving-focus-group/src/roving-focus-group.vue_vue_type_script_lang.mjs +15 -0
- package/es/components/roving-focus-group/src/roving-focus-group.vue_vue_type_script_lang.mjs.map +1 -0
- package/es/components/roving-focus-group/src/roving-focus-group.vue_vue_type_template_id_91b51b76_lang.mjs +20 -0
- package/es/components/roving-focus-group/src/roving-focus-group.vue_vue_type_template_id_91b51b76_lang.mjs.map +1 -0
- package/es/components/roving-focus-group/src/roving-focus-group2.mjs +7 -0
- package/es/components/roving-focus-group/src/roving-focus-group2.mjs.map +1 -0
- package/es/components/roving-focus-group/src/roving-focus-item.mjs +7 -0
- package/es/components/roving-focus-group/src/roving-focus-item.mjs.map +1 -0
- package/es/components/roving-focus-group/src/roving-focus-item.vue.d.ts +29 -0
- package/es/components/roving-focus-group/src/roving-focus-item.vue_vue_type_script_lang.mjs +100 -0
- package/es/components/roving-focus-group/src/roving-focus-item.vue_vue_type_script_lang.mjs.map +1 -0
- package/es/components/roving-focus-group/src/roving-focus-item.vue_vue_type_template_id_5f657dbd_lang.mjs +18 -0
- package/es/components/roving-focus-group/src/roving-focus-item.vue_vue_type_template_id_5f657dbd_lang.mjs.map +1 -0
- package/es/components/roving-focus-group/src/tokens.d.ts +27 -0
- package/es/components/roving-focus-group/src/tokens.mjs +5 -0
- package/es/components/roving-focus-group/src/tokens.mjs.map +1 -0
- package/es/components/roving-focus-group/src/utils.d.ts +8 -0
- package/es/components/roving-focus-group/src/utils.mjs +48 -0
- package/es/components/roving-focus-group/src/utils.mjs.map +1 -0
- package/es/components/select/index.d.ts +680 -14
- package/es/components/select/src/select-dropdown.vue.d.ts +1 -1
- package/es/components/select/src/select-dropdown.vue_vue_type_script_lang.mjs +1 -0
- package/es/components/select/src/select-dropdown.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/select/src/select-dropdown.vue_vue_type_template_id_46cf6eee_lang.mjs.map +1 -1
- package/es/components/select/src/select.vue.d.ts +681 -15
- package/es/components/select/src/select.vue_vue_type_script_lang.mjs +25 -11
- package/es/components/select/src/select.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/select/src/select.vue_vue_type_template_id_33774f85_lang.mjs +11 -12
- package/es/components/select/src/select.vue_vue_type_template_id_33774f85_lang.mjs.map +1 -1
- package/es/components/select/src/token.d.ts +1 -0
- package/es/components/select/src/token.mjs.map +1 -1
- package/es/components/select/src/useSelect.d.ts +671 -7
- package/es/components/select/src/useSelect.mjs +33 -23
- package/es/components/select/src/useSelect.mjs.map +1 -1
- package/es/components/select-v2/index.d.ts +1326 -16
- package/es/components/select-v2/src/select.vue.d.ts +665 -10
- package/es/components/select-v2/src/select.vue_vue_type_script_lang.mjs +2 -2
- package/es/components/select-v2/src/select.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/select-v2/src/select.vue_vue_type_template_id_13e598a4_lang.mjs +8 -9
- package/es/components/select-v2/src/select.vue_vue_type_template_id_13e598a4_lang.mjs.map +1 -1
- package/es/components/select-v2/src/useSelect.d.ts +659 -4
- package/es/components/select-v2/src/useSelect.mjs +7 -7
- package/es/components/select-v2/src/useSelect.mjs.map +1 -1
- package/es/components/slider/src/button.vue_vue_type_script_lang.mjs +2 -2
- package/es/components/slider/src/button.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/slot/index.d.ts +5 -0
- package/es/components/slot/index.mjs +2 -0
- package/es/components/slot/index.mjs.map +1 -0
- package/es/components/slot/src/only-child.d.ts +5 -0
- package/es/components/slot/src/only-child.mjs +61 -0
- package/es/components/slot/src/only-child.mjs.map +1 -0
- package/es/components/table/index.d.ts +13 -4
- package/es/components/table/src/filter-panel.vue.d.ts +654 -4
- package/es/components/table/src/filter-panel.vue_vue_type_script_lang.mjs +5 -7
- package/es/components/table/src/filter-panel.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/table/src/filter-panel.vue_vue_type_template_id_fde1c940_lang.mjs +8 -9
- package/es/components/table/src/filter-panel.vue_vue_type_template_id_fde1c940_lang.mjs.map +1 -1
- package/es/components/table/src/table/style-helper.d.ts +7 -0
- package/es/components/table/src/table/style-helper.mjs +20 -17
- package/es/components/table/src/table/style-helper.mjs.map +1 -1
- package/es/components/table/src/table-body/index.mjs +5 -3
- package/es/components/table/src/table-body/index.mjs.map +1 -1
- package/es/components/table/src/table-body/styles-helper.d.ts +0 -1
- package/es/components/table/src/table-body/styles-helper.mjs +10 -17
- package/es/components/table/src/table-body/styles-helper.mjs.map +1 -1
- package/es/components/table/src/table-column/defaults.d.ts +1 -0
- package/es/components/table/src/table-column/defaults.mjs.map +1 -1
- package/es/components/table/src/table-column/index.d.ts +1 -1
- package/es/components/table/src/table-column/index.mjs +1 -0
- package/es/components/table/src/table-column/index.mjs.map +1 -1
- package/es/components/table/src/table-footer/index.d.ts +4 -2
- package/es/components/table/src/table-footer/index.mjs +33 -18
- package/es/components/table/src/table-footer/index.mjs.map +1 -1
- package/es/components/table/src/table-footer/style-helper.d.ts +4 -2
- package/es/components/table/src/table-footer/style-helper.mjs +28 -31
- package/es/components/table/src/table-footer/style-helper.mjs.map +1 -1
- package/es/components/table/src/table-header/index.d.ts +3 -2
- package/es/components/table/src/table-header/index.mjs +89 -51
- package/es/components/table/src/table-header/index.mjs.map +1 -1
- package/es/components/table/src/table-header/style.helper.d.ts +1 -1
- package/es/components/table/src/table-header/style.helper.mjs +14 -24
- package/es/components/table/src/table-header/style.helper.mjs.map +1 -1
- package/es/components/table/src/table-header/utils-helper.mjs +1 -0
- package/es/components/table/src/table-header/utils-helper.mjs.map +1 -1
- package/es/components/table/src/table-layout.d.ts +1 -0
- package/es/components/table/src/table-layout.mjs +7 -1
- package/es/components/table/src/table-layout.mjs.map +1 -1
- package/es/components/table/src/table.vue.d.ts +11 -2
- package/es/components/table/src/table.vue_vue_type_script_lang.mjs +12 -2
- package/es/components/table/src/table.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/table/src/table.vue_vue_type_template_id_4a1660ad_lang.mjs +62 -213
- package/es/components/table/src/table.vue_vue_type_template_id_4a1660ad_lang.mjs.map +1 -1
- package/es/components/table/src/util.d.ts +16 -2
- package/es/components/table/src/util.mjs +90 -1
- package/es/components/table/src/util.mjs.map +1 -1
- package/es/components/teleport/index.d.ts +11 -8
- package/es/components/teleport/src/teleport.d.ts +4 -3
- package/es/components/teleport/src/teleport.mjs +5 -1
- package/es/components/teleport/src/teleport.mjs.map +1 -1
- package/es/components/teleport/src/teleport.vue.d.ts +11 -8
- package/es/components/teleport/src/teleport.vue_vue_type_script_lang.mjs +1 -2
- package/es/components/teleport/src/teleport.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/teleport/src/teleport.vue_vue_type_template_id_787c6a36_lang.mjs +3 -2
- package/es/components/teleport/src/teleport.vue_vue_type_template_id_787c6a36_lang.mjs.map +1 -1
- package/es/components/time-picker/index.d.ts +4 -4
- package/es/components/time-picker/src/common/picker.vue.d.ts +663 -9
- package/es/components/time-picker/src/common/picker.vue_vue_type_script_lang.mjs +29 -17
- package/es/components/time-picker/src/common/picker.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/time-picker/src/common/picker.vue_vue_type_template_id_1d54be91_lang.mjs +38 -38
- package/es/components/time-picker/src/common/picker.vue_vue_type_template_id_1d54be91_lang.mjs.map +1 -1
- package/es/components/time-picker/src/time-picker.d.ts +2 -2
- package/es/components/time-select/index.d.ts +4 -4
- package/es/components/time-select/src/time-select.vue.d.ts +2 -2
- package/es/components/tooltip/index.d.ts +346 -430
- package/es/components/tooltip/index.mjs +6 -7
- package/es/components/tooltip/index.mjs.map +1 -1
- package/es/components/tooltip/src/content.mjs +7 -0
- package/es/components/tooltip/src/content.mjs.map +1 -0
- package/es/components/tooltip/src/content.vue.d.ts +809 -0
- package/es/components/tooltip/src/content.vue_vue_type_script_lang.mjs +135 -0
- package/es/components/tooltip/src/content.vue_vue_type_script_lang.mjs.map +1 -0
- package/es/components/tooltip/src/content.vue_vue_type_template_id_20254f8d_lang.mjs +65 -0
- package/es/components/tooltip/src/content.vue_vue_type_template_id_20254f8d_lang.mjs.map +1 -0
- package/es/components/tooltip/src/tokens.d.ts +14 -0
- package/es/components/tooltip/src/tokens.mjs +4 -0
- package/es/components/tooltip/src/tokens.mjs.map +1 -0
- package/es/components/tooltip/src/tooltip.d.ts +146 -0
- package/es/components/tooltip/src/tooltip.mjs +63 -0
- package/es/components/tooltip/src/tooltip.mjs.map +1 -0
- package/es/components/tooltip/src/tooltip.vue.d.ts +383 -0
- package/es/components/tooltip/src/tooltip.vue_vue_type_script_lang.mjs +104 -0
- package/es/components/tooltip/src/tooltip.vue_vue_type_script_lang.mjs.map +1 -0
- package/es/components/tooltip/src/tooltip.vue_vue_type_template_id_694d1617_lang.mjs +67 -0
- package/es/components/tooltip/src/tooltip.vue_vue_type_template_id_694d1617_lang.mjs.map +1 -0
- package/es/components/tooltip/src/tooltip2.mjs +7 -0
- package/es/components/tooltip/src/tooltip2.mjs.map +1 -0
- package/es/components/tooltip/src/trigger.mjs +7 -0
- package/es/components/tooltip/src/trigger.mjs.map +1 -0
- package/es/components/tooltip/src/trigger.vue.d.ts +39 -0
- package/es/components/tooltip/src/trigger.vue_vue_type_script_lang.mjs +60 -0
- package/es/components/tooltip/src/trigger.vue_vue_type_script_lang.mjs.map +1 -0
- package/es/components/tooltip/src/trigger.vue_vue_type_template_id_0ec0b94c_lang.mjs +27 -0
- package/es/components/tooltip/src/trigger.vue_vue_type_template_id_0ec0b94c_lang.mjs.map +1 -0
- package/es/components/tooltip/src/utils.d.ts +4 -0
- package/es/components/tooltip/src/utils.mjs +18 -0
- package/es/components/tooltip/src/utils.mjs.map +1 -0
- package/es/components/tree/index.d.ts +4 -4
- package/es/components/tree/src/tree.vue.d.ts +2 -2
- package/es/components/tree-v2/src/tree-node.vue.d.ts +1 -1
- package/es/components/virtual-list/src/builders/build-list.d.ts +1 -1
- package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +1 -1
- package/es/components/virtual-list/src/components/fixed-size-list.d.ts +1 -1
- package/es/components/visual-hidden/index.d.ts +3 -0
- package/es/components/visual-hidden/index.mjs +4 -0
- package/es/components/{popper/src/renderers → visual-hidden}/index.mjs.map +0 -0
- package/es/components/visual-hidden/src/visual-hidden.mjs +7 -0
- package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -0
- package/es/components/visual-hidden/src/visual-hidden.vue.d.ts +12 -0
- package/es/components/visual-hidden/src/visual-hidden.vue_vue_type_script_lang.mjs +34 -0
- package/es/components/visual-hidden/src/visual-hidden.vue_vue_type_script_lang.mjs.map +1 -0
- package/es/components/visual-hidden/src/visual-hidden.vue_vue_type_template_id_4cbd1102_lang.mjs +8 -0
- package/es/components/visual-hidden/src/visual-hidden.vue_vue_type_template_id_4cbd1102_lang.mjs.map +1 -0
- package/es/directives/click-outside/index.mjs.map +1 -1
- package/es/hooks/index.d.ts +8 -1
- package/es/hooks/index.mjs +8 -2
- package/es/hooks/index.mjs.map +1 -1
- package/es/hooks/use-delayed-toggle/index.d.ts +13 -0
- package/es/hooks/use-delayed-toggle/index.mjs +39 -0
- package/es/hooks/use-delayed-toggle/index.mjs.map +1 -0
- package/es/hooks/use-escape-keydown/index.d.ts +1 -0
- package/es/hooks/use-escape-keydown/index.mjs +21 -0
- package/es/hooks/use-escape-keydown/index.mjs.map +1 -0
- package/es/hooks/use-focus/index.d.ts +3 -1
- package/es/hooks/use-focus/index.mjs.map +1 -1
- package/es/hooks/use-forward-ref/index.d.ts +13 -0
- package/es/hooks/use-forward-ref/index.mjs +27 -0
- package/es/hooks/use-forward-ref/index.mjs.map +1 -0
- package/es/hooks/use-id/index.d.ts +8 -0
- package/es/hooks/use-id/index.mjs +24 -0
- package/es/hooks/use-id/index.mjs.map +1 -0
- package/es/hooks/use-intermediate-render/index.d.ts +11 -0
- package/es/hooks/use-intermediate-render/index.mjs +43 -0
- package/es/hooks/use-intermediate-render/index.mjs.map +1 -0
- package/es/hooks/use-model-toggle/index.d.ts +18 -9
- package/es/hooks/use-model-toggle/index.mjs +103 -93
- package/es/hooks/use-model-toggle/index.mjs.map +1 -1
- package/es/hooks/use-popper-container/index.d.ts +3 -0
- package/es/hooks/use-popper-container/index.mjs +22 -0
- package/es/hooks/use-popper-container/index.mjs.map +1 -0
- package/es/hooks/use-restore-active/index.mjs +1 -1
- package/es/hooks/use-restore-active/index.mjs.map +1 -1
- package/es/index.mjs +15 -8
- package/es/index.mjs.map +1 -1
- package/es/utils/aria.d.ts +4 -0
- package/es/utils/aria.mjs +5 -1
- package/es/utils/aria.mjs.map +1 -1
- package/es/utils/dom.d.ts +9 -1
- package/es/utils/dom.mjs +27 -1
- package/es/utils/dom.mjs.map +1 -1
- package/es/utils/props.d.ts +2 -2
- package/es/utils/props.mjs +1 -1
- package/es/utils/props.mjs.map +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/version.mjs.map +1 -1
- package/lib/components/autocomplete/index.d.ts +26 -18
- package/lib/components/autocomplete/src/index.vue.d.ts +13 -10
- package/lib/components/autocomplete/src/index.vue_vue_type_script_lang.js +13 -17
- package/lib/components/autocomplete/src/index.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/autocomplete/src/index.vue_vue_type_template_id_2f09f285_lang.js +51 -48
- package/lib/components/autocomplete/src/index.vue_vue_type_template_id_2f09f285_lang.js.map +1 -1
- package/lib/components/carousel/index.d.ts +4 -4
- package/lib/components/carousel/src/main.vue.d.ts +4 -4
- package/lib/components/cascader/index.d.ts +1118 -6532
- package/lib/components/cascader/src/index.vue.d.ts +559 -3267
- package/lib/components/cascader/src/index.vue_vue_type_script_lang.js +10 -10
- package/lib/components/cascader/src/index.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/cascader/src/index.vue_vue_type_template_id_0429c2db_lang.js +12 -12
- package/lib/components/cascader/src/index.vue_vue_type_template_id_0429c2db_lang.js.map +1 -1
- package/lib/components/cascader-panel/src/index.vue_vue_type_script_lang.js +3 -0
- package/lib/components/cascader-panel/src/index.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/cascader-panel/src/index.vue_vue_type_template_id_97c48f5c_lang.js.map +1 -1
- package/lib/components/checkbox/index.d.ts +1 -1
- package/lib/components/checkbox/src/checkbox.vue.d.ts +1 -1
- package/lib/components/collapse-transition/src/collapse-transition.vue_vue_type_script_lang.js +7 -13
- package/lib/components/collapse-transition/src/collapse-transition.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/collapse-transition/src/collapse-transition.vue_vue_type_template_id_f68ae30a_lang.js +1 -1
- package/lib/components/collapse-transition/src/collapse-transition.vue_vue_type_template_id_f68ae30a_lang.js.map +1 -1
- package/lib/components/collection/index.d.ts +2 -0
- package/lib/components/collection/index.js +12 -0
- package/lib/components/{popper/src → collection}/index.js.map +0 -0
- package/lib/components/collection/src/collection-item.js +12 -0
- package/lib/components/collection/src/collection-item.js.map +1 -0
- package/lib/components/collection/src/collection-item.vue.d.ts +2 -0
- package/lib/components/collection/src/collection-item.vue_vue_type_script_lang.js +13 -0
- package/lib/components/collection/src/collection-item.vue_vue_type_script_lang.js.map +1 -0
- package/lib/components/collection/src/collection-item.vue_vue_type_template_id_dd23be6a_lang.js +12 -0
- package/lib/components/collection/src/collection-item.vue_vue_type_template_id_dd23be6a_lang.js.map +1 -0
- package/lib/components/collection/src/collection.d.ts +263 -0
- package/lib/components/collection/src/collection.js +73 -0
- package/lib/components/collection/src/collection.js.map +1 -0
- package/lib/components/collection/src/collection.vue.d.ts +2 -0
- package/lib/components/collection/src/collection.vue_vue_type_script_lang.js +12 -0
- package/lib/components/collection/src/collection.vue_vue_type_script_lang.js.map +1 -0
- package/lib/components/collection/src/collection.vue_vue_type_template_id_5f9c2545_lang.js +12 -0
- package/lib/components/collection/src/collection.vue_vue_type_template_id_5f9c2545_lang.js.map +1 -0
- package/lib/components/collection/src/collection2.js +12 -0
- package/lib/components/collection/src/collection2.js.map +1 -0
- package/lib/components/collection/src/tokens.d.ts +12 -0
- package/lib/components/collection/src/tokens.js +3 -0
- package/lib/components/collection/src/tokens.js.map +1 -0
- package/lib/components/color-picker/index.d.ts +0 -2
- package/lib/components/color-picker/src/index.vue.d.ts +0 -2
- package/lib/components/color-picker/src/index.vue_vue_type_script_lang.js +2 -4
- package/lib/components/color-picker/src/index.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/color-picker/src/index.vue_vue_type_template_id_46a474d5_lang.js +9 -10
- package/lib/components/color-picker/src/index.vue_vue_type_template_id_46a474d5_lang.js.map +1 -1
- package/lib/components/date-picker/index.d.ts +4 -4
- package/lib/components/date-picker/src/date-picker.d.ts +2 -2
- package/lib/components/descriptions/index.d.ts +4 -4
- package/lib/components/descriptions/src/description-item.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +5 -5
- package/lib/components/dialog/src/dialog.vue.d.ts +5 -5
- package/lib/components/drawer/index.d.ts +5 -5
- package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
- package/lib/components/dropdown/index.d.ts +767 -84
- package/lib/components/dropdown/src/dropdown-item-impl.js +12 -0
- package/lib/components/dropdown/src/dropdown-item-impl.js.map +1 -0
- package/lib/components/dropdown/src/dropdown-item-impl.vue.d.ts +39 -0
- package/lib/components/dropdown/src/dropdown-item-impl.vue_vue_type_script_lang.js +57 -0
- package/lib/components/dropdown/src/dropdown-item-impl.vue_vue_type_script_lang.js.map +1 -0
- package/lib/components/dropdown/src/dropdown-item-impl.vue_vue_type_template_id_6daab4f2_lang.js +37 -0
- package/lib/components/dropdown/src/dropdown-item-impl.vue_vue_type_template_id_6daab4f2_lang.js.map +1 -0
- package/lib/components/dropdown/src/dropdown-item.vue.d.ts +17 -9
- package/lib/components/dropdown/src/dropdown-item.vue_vue_type_script_lang.js +50 -20
- package/lib/components/dropdown/src/dropdown-item.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/dropdown/src/dropdown-item.vue_vue_type_template_id_396ed16b_lang.js +29 -19
- package/lib/components/dropdown/src/dropdown-item.vue_vue_type_template_id_396ed16b_lang.js.map +1 -1
- package/lib/components/dropdown/src/dropdown-menu.vue.d.ts +17 -6
- package/lib/components/dropdown/src/dropdown-menu.vue_vue_type_script_lang.js +57 -21
- package/lib/components/dropdown/src/dropdown-menu.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/dropdown/src/dropdown-menu.vue_vue_type_template_id_617b3492_lang.js +11 -8
- package/lib/components/dropdown/src/dropdown-menu.vue_vue_type_template_id_617b3492_lang.js.map +1 -1
- package/lib/components/dropdown/src/dropdown.d.ts +295 -1
- package/lib/components/dropdown/src/dropdown.js +96 -0
- package/lib/components/dropdown/src/dropdown.js.map +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +712 -73
- package/lib/components/dropdown/src/dropdown.vue_vue_type_script_lang.js +59 -152
- package/lib/components/dropdown/src/dropdown.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/dropdown/src/dropdown.vue_vue_type_template_id_3ed790a5_lang.js +91 -51
- package/lib/components/dropdown/src/dropdown.vue_vue_type_template_id_3ed790a5_lang.js.map +1 -1
- package/lib/components/dropdown/src/tokens.d.ts +8 -0
- package/lib/components/dropdown/src/tokens.js +8 -0
- package/lib/components/dropdown/src/tokens.js.map +1 -0
- package/lib/components/focus-trap/index.d.ts +5 -0
- package/lib/components/focus-trap/index.js +27 -0
- package/lib/components/focus-trap/index.js.map +1 -0
- package/lib/components/focus-trap/src/focus-trap.js +12 -0
- package/lib/components/focus-trap/src/focus-trap.js.map +1 -0
- package/lib/components/focus-trap/src/focus-trap.vue.d.ts +21 -0
- package/lib/components/focus-trap/src/focus-trap.vue_vue_type_script_lang.js +141 -0
- package/lib/components/focus-trap/src/focus-trap.vue_vue_type_script_lang.js.map +1 -0
- package/lib/components/focus-trap/src/focus-trap.vue_vue_type_template_id_4a8a10c5_lang.js +12 -0
- package/lib/components/focus-trap/src/focus-trap.vue_vue_type_template_id_4a8a10c5_lang.js.map +1 -0
- package/lib/components/focus-trap/src/tokens.d.ts +11 -0
- package/lib/components/focus-trap/src/tokens.js +21 -0
- package/lib/components/focus-trap/src/tokens.js.map +1 -0
- package/lib/components/focus-trap/src/utils.d.ts +18 -0
- package/lib/components/focus-trap/src/utils.js +102 -0
- package/lib/components/focus-trap/src/utils.js.map +1 -0
- package/lib/components/image/index.d.ts +2 -2
- package/lib/components/image/src/image.vue.d.ts +2 -2
- package/lib/components/index.js +92 -84
- package/lib/components/index.js.map +1 -1
- package/lib/components/input/index.d.ts +5 -5
- package/lib/components/input/src/input.vue.d.ts +5 -5
- package/lib/components/input-number/index.d.ts +12 -12
- package/lib/components/input-number/src/input-number.vue.d.ts +12 -12
- package/lib/components/menu/index.d.ts +9 -3
- package/lib/components/menu/src/menu-item.vue.d.ts +4 -2
- package/lib/components/menu/src/menu-item.vue_vue_type_script_lang.js +3 -3
- package/lib/components/menu/src/menu-item.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/menu/src/menu.d.ts +1 -1
- package/lib/components/menu/src/menu.js +2 -1
- package/lib/components/menu/src/menu.js.map +1 -1
- package/lib/components/menu/src/sub-menu.js +18 -21
- package/lib/components/menu/src/sub-menu.js.map +1 -1
- package/lib/components/menu/src/types.d.ts +2 -0
- package/lib/components/message-box/src/index.vue.d.ts +2 -2
- package/lib/components/pagination/index.d.ts +2 -2
- package/lib/components/pagination/src/pagination.d.ts +2 -2
- package/lib/components/popconfirm/index.d.ts +19 -12
- package/lib/components/popconfirm/index.js +0 -1
- package/lib/components/popconfirm/index.js.map +1 -1
- package/lib/components/popconfirm/src/popconfirm.d.ts +3 -5
- package/lib/components/popconfirm/src/popconfirm.js +10 -5
- package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +19 -13
- package/lib/components/popconfirm/src/popconfirm.vue_vue_type_script_lang.js +20 -18
- package/lib/components/popconfirm/src/popconfirm.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/popconfirm/src/popconfirm.vue_vue_type_template_id_16409d25_lang.js +11 -12
- package/lib/components/popconfirm/src/popconfirm.vue_vue_type_template_id_16409d25_lang.js.map +1 -1
- package/lib/components/popover/index.d.ts +1690 -420
- package/lib/components/popover/src/directive.js +7 -13
- package/lib/components/popover/src/directive.js.map +1 -1
- package/lib/components/popover/src/index.js +2 -0
- package/lib/components/popover/src/index.js.map +1 -1
- package/lib/components/popover/src/index.vue.d.ts +846 -213
- package/lib/components/popover/src/index.vue_vue_type_script_lang.js +40 -106
- package/lib/components/popover/src/index.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/popover/src/index.vue_vue_type_template_id_15486cf0_lang.js +35 -0
- package/lib/components/popover/src/index.vue_vue_type_template_id_15486cf0_lang.js.map +1 -0
- package/lib/components/popover/src/popover.d.ts +70 -0
- package/lib/components/popover/src/popover.js +35 -0
- package/lib/components/popover/src/popover.js.map +1 -0
- package/lib/components/popper/index.d.ts +7 -3479
- package/lib/components/popper/index.js +24 -20
- package/lib/components/popper/index.js.map +1 -1
- package/lib/components/popper/src/arrow.js +12 -0
- package/lib/components/popper/src/arrow.js.map +1 -0
- package/lib/components/popper/src/arrow.vue.d.ts +12 -0
- package/lib/components/popper/src/arrow.vue_vue_type_script_lang.js +31 -0
- package/lib/components/popper/src/arrow.vue_vue_type_script_lang.js.map +1 -0
- package/lib/components/popper/src/arrow.vue_vue_type_template_id_8ab40b80_lang.js +17 -0
- package/lib/components/popper/src/arrow.vue_vue_type_template_id_8ab40b80_lang.js.map +1 -0
- package/lib/components/popper/src/container.d.ts +3 -0
- package/lib/components/popper/src/container.js +28 -0
- package/lib/components/popper/src/container.js.map +1 -0
- package/lib/components/popper/src/content.js +12 -0
- package/lib/components/popper/src/content.js.map +1 -0
- package/lib/components/popper/src/content.vue.d.ts +299 -0
- package/lib/components/popper/src/content.vue_vue_type_script_lang.js +89 -0
- package/lib/components/popper/src/content.vue_vue_type_script_lang.js.map +1 -0
- package/lib/components/popper/src/content.vue_vue_type_template_id_611b76f0_lang.js +20 -0
- package/lib/components/popper/src/content.vue_vue_type_template_id_611b76f0_lang.js.map +1 -0
- package/lib/components/popper/src/popper.d.ts +58 -0
- package/lib/components/popper/src/popper.js +107 -0
- package/lib/components/popper/src/popper.js.map +1 -0
- package/lib/components/popper/src/popper.vue.d.ts +3 -0
- package/lib/components/popper/src/popper.vue_vue_type_script_lang.js +23 -0
- package/lib/components/popper/src/popper.vue_vue_type_script_lang.js.map +1 -0
- package/lib/components/popper/src/popper.vue_vue_type_template_id_77a3d185_lang.js +12 -0
- package/lib/components/popper/src/popper.vue_vue_type_template_id_77a3d185_lang.js.map +1 -0
- package/lib/components/popper/src/popper2.js +12 -0
- package/lib/components/popper/src/popper2.js.map +1 -0
- package/lib/components/popper/src/tokens.d.ts +14 -0
- package/lib/components/popper/src/tokens.js +10 -0
- package/lib/components/popper/src/tokens.js.map +1 -0
- package/lib/components/popper/src/trigger.js +12 -0
- package/lib/components/popper/src/trigger.js.map +1 -0
- package/lib/components/popper/src/trigger.vue.d.ts +45 -0
- package/lib/components/popper/src/trigger.vue_vue_type_script_lang.js +70 -0
- package/lib/components/popper/src/trigger.vue_vue_type_script_lang.js.map +1 -0
- package/lib/components/popper/src/trigger.vue_vue_type_template_id_4fb6e0af_lang.js +20 -0
- package/lib/components/popper/src/trigger.vue_vue_type_template_id_4fb6e0af_lang.js.map +1 -0
- package/lib/components/popper/src/utils.d.ts +55 -0
- package/lib/components/popper/src/utils.js +81 -0
- package/lib/components/popper/src/utils.js.map +1 -0
- package/lib/components/roving-focus-group/index.d.ts +7 -0
- package/lib/components/roving-focus-group/index.js +25 -0
- package/lib/components/roving-focus-group/index.js.map +1 -0
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.js +12 -0
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.js.map +1 -0
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +43 -0
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue_vue_type_script_lang.js +106 -0
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue_vue_type_script_lang.js.map +1 -0
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue_vue_type_template_id_e5cee750_lang.js +12 -0
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue_vue_type_template_id_e5cee750_lang.js.map +1 -0
- package/lib/components/roving-focus-group/src/roving-focus-group.d.ts +269 -0
- package/lib/components/roving-focus-group/src/roving-focus-group.js +40 -0
- package/lib/components/roving-focus-group/src/roving-focus-group.js.map +1 -0
- package/lib/components/roving-focus-group/src/roving-focus-group.vue.d.ts +2 -0
- package/lib/components/roving-focus-group/src/roving-focus-group.vue_vue_type_script_lang.js +19 -0
- package/lib/components/roving-focus-group/src/roving-focus-group.vue_vue_type_script_lang.js.map +1 -0
- package/lib/components/roving-focus-group/src/roving-focus-group.vue_vue_type_template_id_91b51b76_lang.js +24 -0
- package/lib/components/roving-focus-group/src/roving-focus-group.vue_vue_type_template_id_91b51b76_lang.js.map +1 -0
- package/lib/components/roving-focus-group/src/roving-focus-group2.js +12 -0
- package/lib/components/roving-focus-group/src/roving-focus-group2.js.map +1 -0
- package/lib/components/roving-focus-group/src/roving-focus-item.js +12 -0
- package/lib/components/roving-focus-group/src/roving-focus-item.js.map +1 -0
- package/lib/components/roving-focus-group/src/roving-focus-item.vue.d.ts +29 -0
- package/lib/components/roving-focus-group/src/roving-focus-item.vue_vue_type_script_lang.js +104 -0
- package/lib/components/roving-focus-group/src/roving-focus-item.vue_vue_type_script_lang.js.map +1 -0
- package/lib/components/roving-focus-group/src/roving-focus-item.vue_vue_type_template_id_5f657dbd_lang.js +22 -0
- package/lib/components/roving-focus-group/src/roving-focus-item.vue_vue_type_template_id_5f657dbd_lang.js.map +1 -0
- package/lib/components/roving-focus-group/src/tokens.d.ts +27 -0
- package/lib/components/roving-focus-group/src/tokens.js +10 -0
- package/lib/components/roving-focus-group/src/tokens.js.map +1 -0
- package/lib/components/roving-focus-group/src/utils.d.ts +8 -0
- package/lib/components/roving-focus-group/src/utils.js +54 -0
- package/lib/components/roving-focus-group/src/utils.js.map +1 -0
- package/lib/components/select/index.d.ts +680 -14
- package/lib/components/select/src/select-dropdown.vue.d.ts +1 -1
- package/lib/components/select/src/select-dropdown.vue_vue_type_script_lang.js +1 -0
- package/lib/components/select/src/select-dropdown.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/select/src/select-dropdown.vue_vue_type_template_id_46cf6eee_lang.js.map +1 -1
- package/lib/components/select/src/select.vue.d.ts +681 -15
- package/lib/components/select/src/select.vue_vue_type_script_lang.js +24 -10
- package/lib/components/select/src/select.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/select/src/select.vue_vue_type_template_id_33774f85_lang.js +11 -12
- package/lib/components/select/src/select.vue_vue_type_template_id_33774f85_lang.js.map +1 -1
- package/lib/components/select/src/token.d.ts +1 -0
- package/lib/components/select/src/token.js.map +1 -1
- package/lib/components/select/src/useSelect.d.ts +671 -7
- package/lib/components/select/src/useSelect.js +33 -23
- package/lib/components/select/src/useSelect.js.map +1 -1
- package/lib/components/select-v2/index.d.ts +1326 -16
- package/lib/components/select-v2/src/select.vue.d.ts +665 -10
- package/lib/components/select-v2/src/select.vue_vue_type_script_lang.js +2 -2
- package/lib/components/select-v2/src/select.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/select-v2/src/select.vue_vue_type_template_id_13e598a4_lang.js +8 -9
- package/lib/components/select-v2/src/select.vue_vue_type_template_id_13e598a4_lang.js.map +1 -1
- package/lib/components/select-v2/src/useSelect.d.ts +659 -4
- package/lib/components/select-v2/src/useSelect.js +11 -11
- package/lib/components/select-v2/src/useSelect.js.map +1 -1
- package/lib/components/slider/src/button.vue_vue_type_script_lang.js +1 -1
- package/lib/components/slider/src/button.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/slot/index.d.ts +5 -0
- package/lib/components/slot/index.js +10 -0
- package/lib/components/{popper/src/renderers → slot}/index.js.map +1 -1
- package/lib/components/slot/src/only-child.d.ts +5 -0
- package/lib/components/slot/src/only-child.js +65 -0
- package/lib/components/slot/src/only-child.js.map +1 -0
- package/lib/components/table/index.d.ts +13 -4
- package/lib/components/table/src/filter-panel.vue.d.ts +654 -4
- package/lib/components/table/src/filter-panel.vue_vue_type_script_lang.js +5 -7
- package/lib/components/table/src/filter-panel.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/table/src/filter-panel.vue_vue_type_template_id_fde1c940_lang.js +8 -9
- package/lib/components/table/src/filter-panel.vue_vue_type_template_id_fde1c940_lang.js.map +1 -1
- package/lib/components/table/src/table/style-helper.d.ts +7 -0
- package/lib/components/table/src/table/style-helper.js +20 -21
- package/lib/components/table/src/table/style-helper.js.map +1 -1
- package/lib/components/table/src/table-body/index.js +5 -3
- package/lib/components/table/src/table-body/index.js.map +1 -1
- package/lib/components/table/src/table-body/styles-helper.d.ts +0 -1
- package/lib/components/table/src/table-body/styles-helper.js +10 -17
- package/lib/components/table/src/table-body/styles-helper.js.map +1 -1
- package/lib/components/table/src/table-column/defaults.d.ts +1 -0
- package/lib/components/table/src/table-column/defaults.js.map +1 -1
- package/lib/components/table/src/table-column/index.d.ts +1 -1
- package/lib/components/table/src/table-column/index.js +1 -0
- package/lib/components/table/src/table-column/index.js.map +1 -1
- package/lib/components/table/src/table-footer/index.d.ts +4 -2
- package/lib/components/table/src/table-footer/index.js +32 -17
- package/lib/components/table/src/table-footer/index.js.map +1 -1
- package/lib/components/table/src/table-footer/style-helper.d.ts +4 -2
- package/lib/components/table/src/table-footer/style-helper.js +28 -31
- package/lib/components/table/src/table-footer/style-helper.js.map +1 -1
- package/lib/components/table/src/table-header/index.d.ts +3 -2
- package/lib/components/table/src/table-header/index.js +89 -51
- package/lib/components/table/src/table-header/index.js.map +1 -1
- package/lib/components/table/src/table-header/style.helper.d.ts +1 -1
- package/lib/components/table/src/table-header/style.helper.js +14 -24
- package/lib/components/table/src/table-header/style.helper.js.map +1 -1
- package/lib/components/table/src/table-header/utils-helper.js +1 -0
- package/lib/components/table/src/table-header/utils-helper.js.map +1 -1
- package/lib/components/table/src/table-layout.d.ts +1 -0
- package/lib/components/table/src/table-layout.js +7 -1
- package/lib/components/table/src/table-layout.js.map +1 -1
- package/lib/components/table/src/table.vue.d.ts +11 -2
- package/lib/components/table/src/table.vue_vue_type_script_lang.js +12 -2
- package/lib/components/table/src/table.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/table/src/table.vue_vue_type_template_id_4a1660ad_lang.js +62 -213
- package/lib/components/table/src/table.vue_vue_type_template_id_4a1660ad_lang.js.map +1 -1
- package/lib/components/table/src/util.d.ts +16 -2
- package/lib/components/table/src/util.js +95 -0
- package/lib/components/table/src/util.js.map +1 -1
- package/lib/components/teleport/index.d.ts +11 -8
- package/lib/components/teleport/src/teleport.d.ts +4 -3
- package/lib/components/teleport/src/teleport.js +5 -1
- package/lib/components/teleport/src/teleport.js.map +1 -1
- package/lib/components/teleport/src/teleport.vue.d.ts +11 -8
- package/lib/components/teleport/src/teleport.vue_vue_type_script_lang.js +1 -2
- package/lib/components/teleport/src/teleport.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/teleport/src/teleport.vue_vue_type_template_id_787c6a36_lang.js +3 -2
- package/lib/components/teleport/src/teleport.vue_vue_type_template_id_787c6a36_lang.js.map +1 -1
- package/lib/components/time-picker/index.d.ts +4 -4
- package/lib/components/time-picker/src/common/picker.vue.d.ts +663 -9
- package/lib/components/time-picker/src/common/picker.vue_vue_type_script_lang.js +33 -21
- package/lib/components/time-picker/src/common/picker.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/time-picker/src/common/picker.vue_vue_type_template_id_1d54be91_lang.js +37 -37
- package/lib/components/time-picker/src/common/picker.vue_vue_type_template_id_1d54be91_lang.js.map +1 -1
- package/lib/components/time-picker/src/time-picker.d.ts +2 -2
- package/lib/components/time-select/index.d.ts +4 -4
- package/lib/components/time-select/src/time-select.vue.d.ts +2 -2
- package/lib/components/tooltip/index.d.ts +346 -430
- package/lib/components/tooltip/index.js +9 -7
- package/lib/components/tooltip/index.js.map +1 -1
- package/lib/components/tooltip/src/content.js +12 -0
- package/lib/components/tooltip/src/content.js.map +1 -0
- package/lib/components/tooltip/src/content.vue.d.ts +809 -0
- package/lib/components/tooltip/src/content.vue_vue_type_script_lang.js +139 -0
- package/lib/components/tooltip/src/content.vue_vue_type_script_lang.js.map +1 -0
- package/lib/components/tooltip/src/content.vue_vue_type_template_id_20254f8d_lang.js +69 -0
- package/lib/components/tooltip/src/content.vue_vue_type_template_id_20254f8d_lang.js.map +1 -0
- package/lib/components/tooltip/src/tokens.d.ts +14 -0
- package/lib/components/tooltip/src/tokens.js +8 -0
- package/lib/components/tooltip/src/tokens.js.map +1 -0
- package/lib/components/tooltip/src/tooltip.d.ts +146 -0
- package/lib/components/tooltip/src/tooltip.js +69 -0
- package/lib/components/tooltip/src/tooltip.js.map +1 -0
- package/lib/components/tooltip/src/tooltip.vue.d.ts +383 -0
- package/lib/components/tooltip/src/tooltip.vue_vue_type_script_lang.js +108 -0
- package/lib/components/tooltip/src/tooltip.vue_vue_type_script_lang.js.map +1 -0
- package/lib/components/tooltip/src/tooltip.vue_vue_type_template_id_694d1617_lang.js +71 -0
- package/lib/components/tooltip/src/tooltip.vue_vue_type_template_id_694d1617_lang.js.map +1 -0
- package/lib/components/tooltip/src/tooltip2.js +12 -0
- package/lib/components/tooltip/src/tooltip2.js.map +1 -0
- package/lib/components/tooltip/src/trigger.js +12 -0
- package/lib/components/tooltip/src/trigger.js.map +1 -0
- package/lib/components/tooltip/src/trigger.vue.d.ts +39 -0
- package/lib/components/tooltip/src/trigger.vue_vue_type_script_lang.js +64 -0
- package/lib/components/tooltip/src/trigger.vue_vue_type_script_lang.js.map +1 -0
- package/lib/components/tooltip/src/trigger.vue_vue_type_template_id_0ec0b94c_lang.js +31 -0
- package/lib/components/tooltip/src/trigger.vue_vue_type_template_id_0ec0b94c_lang.js.map +1 -0
- package/lib/components/tooltip/src/utils.d.ts +4 -0
- package/lib/components/tooltip/src/utils.js +23 -0
- package/lib/components/tooltip/src/utils.js.map +1 -0
- package/lib/components/tree/index.d.ts +4 -4
- package/lib/components/tree/src/tree.vue.d.ts +2 -2
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +1 -1
- package/lib/components/virtual-list/src/builders/build-list.d.ts +1 -1
- package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +1 -1
- package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +1 -1
- package/lib/components/visual-hidden/index.d.ts +3 -0
- package/lib/components/visual-hidden/index.js +12 -0
- package/lib/components/visual-hidden/index.js.map +1 -0
- package/lib/components/visual-hidden/src/visual-hidden.js +12 -0
- package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -0
- package/lib/components/visual-hidden/src/visual-hidden.vue.d.ts +12 -0
- package/lib/components/visual-hidden/src/visual-hidden.vue_vue_type_script_lang.js +38 -0
- package/lib/components/visual-hidden/src/visual-hidden.vue_vue_type_script_lang.js.map +1 -0
- package/lib/components/visual-hidden/src/visual-hidden.vue_vue_type_template_id_4cbd1102_lang.js +12 -0
- package/lib/components/visual-hidden/src/visual-hidden.vue_vue_type_template_id_4cbd1102_lang.js.map +1 -0
- package/lib/directives/click-outside/index.js.map +1 -1
- package/lib/hooks/index.d.ts +8 -1
- package/lib/hooks/index.js +36 -20
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/use-delayed-toggle/index.d.ts +13 -0
- package/lib/hooks/use-delayed-toggle/index.js +44 -0
- package/lib/hooks/use-delayed-toggle/index.js.map +1 -0
- package/lib/hooks/use-escape-keydown/index.d.ts +1 -0
- package/lib/hooks/use-escape-keydown/index.js +25 -0
- package/lib/hooks/use-escape-keydown/index.js.map +1 -0
- package/lib/hooks/use-focus/index.d.ts +3 -1
- package/lib/hooks/use-focus/index.js.map +1 -1
- package/lib/hooks/use-forward-ref/index.d.ts +13 -0
- package/lib/hooks/use-forward-ref/index.js +33 -0
- package/lib/hooks/use-forward-ref/index.js.map +1 -0
- package/lib/hooks/use-id/index.d.ts +8 -0
- package/lib/hooks/use-id/index.js +29 -0
- package/lib/hooks/use-id/index.js.map +1 -0
- package/lib/hooks/use-intermediate-render/index.d.ts +11 -0
- package/lib/hooks/use-intermediate-render/index.js +47 -0
- package/lib/hooks/use-intermediate-render/index.js.map +1 -0
- package/lib/hooks/use-model-toggle/index.d.ts +18 -9
- package/lib/hooks/use-model-toggle/index.js +102 -91
- package/lib/hooks/use-model-toggle/index.js.map +1 -1
- package/lib/hooks/use-popper-container/index.d.ts +3 -0
- package/lib/hooks/use-popper-container/index.js +28 -0
- package/lib/hooks/use-popper-container/index.js.map +1 -0
- package/lib/hooks/use-restore-active/index.js +1 -1
- package/lib/hooks/use-restore-active/index.js.map +1 -1
- package/lib/index.js +167 -143
- package/lib/index.js.map +1 -1
- package/lib/utils/aria.d.ts +4 -0
- package/lib/utils/aria.js +5 -1
- package/lib/utils/aria.js.map +1 -1
- package/lib/utils/dom.d.ts +9 -1
- package/lib/utils/dom.js +30 -0
- package/lib/utils/dom.js.map +1 -1
- package/lib/utils/props.d.ts +2 -2
- package/lib/utils/props.js +1 -1
- package/lib/utils/props.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/package.json +2 -2
- package/tags.json +1 -1
- package/theme-chalk/base.css +1 -1
- package/theme-chalk/el-collapse.css +1 -1
- package/theme-chalk/el-date-picker.css +1 -1
- package/theme-chalk/el-dropdown.css +1 -1
- package/theme-chalk/el-menu.css +1 -1
- package/theme-chalk/el-select-v2.css +1 -1
- package/theme-chalk/el-table-column.css +1 -1
- package/theme-chalk/el-table.css +1 -1
- package/theme-chalk/el-time-picker.css +1 -1
- package/theme-chalk/el-time-select.css +1 -1
- package/theme-chalk/el-tree.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/common/transition.scss +8 -0
- package/theme-chalk/src/dropdown.scss +1 -2
- package/theme-chalk/src/select-v2.scss +2 -3
- package/theme-chalk/src/table-column.scss +0 -1
- package/theme-chalk/src/table.scss +176 -124
- package/web-types.json +1 -1
- package/es/components/popover/src/usePopover.d.ts +0 -32
- package/es/components/popover/src/usePopover.mjs +0 -38
- package/es/components/popover/src/usePopover.mjs.map +0 -1
- package/es/components/popper/src/index.mjs +0 -5
- package/es/components/popper/src/index.vue.d.ts +0 -1737
- package/es/components/popper/src/index.vue_vue_type_script_lang.mjs +0 -103
- package/es/components/popper/src/index.vue_vue_type_script_lang.mjs.map +0 -1
- package/es/components/popper/src/renderers/arrow.d.ts +0 -3
- package/es/components/popper/src/renderers/arrow.mjs +0 -12
- package/es/components/popper/src/renderers/arrow.mjs.map +0 -1
- package/es/components/popper/src/renderers/index.d.ts +0 -3
- package/es/components/popper/src/renderers/index.mjs +0 -4
- package/es/components/popper/src/renderers/popper.d.ts +0 -23
- package/es/components/popper/src/renderers/popper.mjs +0 -51
- package/es/components/popper/src/renderers/popper.mjs.map +0 -1
- package/es/components/popper/src/renderers/trigger.d.ts +0 -13
- package/es/components/popper/src/renderers/trigger.mjs +0 -13
- package/es/components/popper/src/renderers/trigger.mjs.map +0 -1
- package/es/components/popper/src/use-popper/build-modifiers.d.ts +0 -10
- package/es/components/popper/src/use-popper/build-modifiers.mjs +0 -50
- package/es/components/popper/src/use-popper/build-modifiers.mjs.map +0 -1
- package/es/components/popper/src/use-popper/defaults.d.ts +0 -142
- package/es/components/popper/src/use-popper/defaults.mjs +0 -116
- package/es/components/popper/src/use-popper/defaults.mjs.map +0 -1
- package/es/components/popper/src/use-popper/index.d.ts +0 -1554
- package/es/components/popper/src/use-popper/index.mjs +0 -235
- package/es/components/popper/src/use-popper/index.mjs.map +0 -1
- package/es/components/popper/src/use-popper/popper-options.d.ts +0 -20
- package/es/components/popper/src/use-popper/popper-options.mjs +0 -22
- package/es/components/popper/src/use-popper/popper-options.mjs.map +0 -1
- package/es/components/tooltip/src/index.d.ts +0 -240
- package/es/components/tooltip/src/index.mjs +0 -101
- package/es/components/tooltip/src/index.mjs.map +0 -1
- package/es/hooks/use-popper/index.d.ts +0 -103
- package/es/hooks/use-popper/index.mjs +0 -256
- package/es/hooks/use-popper/index.mjs.map +0 -1
- package/es/hooks/use-popper/use-popper-options.d.ts +0 -49
- package/es/hooks/use-popper/use-popper-options.mjs +0 -47
- package/es/hooks/use-popper/use-popper-options.mjs.map +0 -1
- package/es/hooks/use-popper/use-target-events.d.ts +0 -13
- package/es/hooks/use-popper/use-target-events.mjs +0 -68
- package/es/hooks/use-popper/use-target-events.mjs.map +0 -1
- package/lib/components/popover/src/usePopover.d.ts +0 -32
- package/lib/components/popover/src/usePopover.js +0 -44
- package/lib/components/popover/src/usePopover.js.map +0 -1
- package/lib/components/popper/src/index.js +0 -10
- package/lib/components/popper/src/index.vue.d.ts +0 -1737
- package/lib/components/popper/src/index.vue_vue_type_script_lang.js +0 -107
- package/lib/components/popper/src/index.vue_vue_type_script_lang.js.map +0 -1
- package/lib/components/popper/src/renderers/arrow.d.ts +0 -3
- package/lib/components/popper/src/renderers/arrow.js +0 -16
- package/lib/components/popper/src/renderers/arrow.js.map +0 -1
- package/lib/components/popper/src/renderers/index.d.ts +0 -3
- package/lib/components/popper/src/renderers/index.js +0 -14
- package/lib/components/popper/src/renderers/popper.d.ts +0 -23
- package/lib/components/popper/src/renderers/popper.js +0 -55
- package/lib/components/popper/src/renderers/popper.js.map +0 -1
- package/lib/components/popper/src/renderers/trigger.d.ts +0 -13
- package/lib/components/popper/src/renderers/trigger.js +0 -17
- package/lib/components/popper/src/renderers/trigger.js.map +0 -1
- package/lib/components/popper/src/use-popper/build-modifiers.d.ts +0 -10
- package/lib/components/popper/src/use-popper/build-modifiers.js +0 -54
- package/lib/components/popper/src/use-popper/build-modifiers.js.map +0 -1
- package/lib/components/popper/src/use-popper/defaults.d.ts +0 -142
- package/lib/components/popper/src/use-popper/defaults.js +0 -121
- package/lib/components/popper/src/use-popper/defaults.js.map +0 -1
- package/lib/components/popper/src/use-popper/index.d.ts +0 -1554
- package/lib/components/popper/src/use-popper/index.js +0 -242
- package/lib/components/popper/src/use-popper/index.js.map +0 -1
- package/lib/components/popper/src/use-popper/popper-options.d.ts +0 -20
- package/lib/components/popper/src/use-popper/popper-options.js +0 -26
- package/lib/components/popper/src/use-popper/popper-options.js.map +0 -1
- package/lib/components/tooltip/src/index.d.ts +0 -240
- package/lib/components/tooltip/src/index.js +0 -105
- package/lib/components/tooltip/src/index.js.map +0 -1
- package/lib/hooks/use-popper/index.d.ts +0 -103
- package/lib/hooks/use-popper/index.js +0 -264
- package/lib/hooks/use-popper/index.js.map +0 -1
- package/lib/hooks/use-popper/use-popper-options.d.ts +0 -49
- package/lib/hooks/use-popper/use-popper-options.js +0 -53
- package/lib/hooks/use-popper/use-popper-options.js.map +0 -1
- package/lib/hooks/use-popper/use-target-events.d.ts +0 -13
- package/lib/hooks/use-popper/use-target-events.js +0 -73
- package/lib/hooks/use-popper/use-target-events.js.map +0 -1
|
@@ -133,13 +133,668 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
133
133
|
controlRef: import("vue").Ref<null>;
|
|
134
134
|
inputRef: import("vue").Ref<null>;
|
|
135
135
|
menuRef: import("vue").Ref<null>;
|
|
136
|
-
popper: import("vue").Ref<
|
|
136
|
+
popper: import("vue").Ref<({
|
|
137
|
+
$: import("vue").ComponentInternalInstance;
|
|
138
|
+
$data: {};
|
|
139
|
+
$props: Partial<{
|
|
140
|
+
disabled: boolean;
|
|
141
|
+
style: import("vue").StyleValue;
|
|
142
|
+
transition: string;
|
|
143
|
+
offset: number;
|
|
144
|
+
visible: import("../../utils/props").BuildPropType<import("../../utils/props").PropWrapper<boolean | null>, unknown, unknown>;
|
|
145
|
+
content: string;
|
|
146
|
+
effect: string;
|
|
147
|
+
arrowOffset: number;
|
|
148
|
+
boundariesPadding: number;
|
|
149
|
+
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
150
|
+
gpuAcceleration: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> & {}) | (() => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> & {}) | (() => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>))[], unknown, unknown>;
|
|
151
|
+
placement: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown>))[], unknown, unknown>;
|
|
152
|
+
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
153
|
+
strategy: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown>))[], unknown, unknown>;
|
|
154
|
+
className: string | {
|
|
155
|
+
[x: string]: any;
|
|
156
|
+
} | (string | {
|
|
157
|
+
[x: string]: any;
|
|
158
|
+
} | (string | {
|
|
159
|
+
[x: string]: any;
|
|
160
|
+
} | (string | {
|
|
161
|
+
[x: string]: any;
|
|
162
|
+
} | (string | {
|
|
163
|
+
[x: string]: any;
|
|
164
|
+
} | (string | {
|
|
165
|
+
[x: string]: any;
|
|
166
|
+
} | (string | {
|
|
167
|
+
[x: string]: any;
|
|
168
|
+
} | (string | {
|
|
169
|
+
[x: string]: any;
|
|
170
|
+
} | (string | {
|
|
171
|
+
[x: string]: any;
|
|
172
|
+
} | (string | {
|
|
173
|
+
[x: string]: any;
|
|
174
|
+
} | (string | {
|
|
175
|
+
[x: string]: any;
|
|
176
|
+
} | (string | {
|
|
177
|
+
[x: string]: any;
|
|
178
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[];
|
|
179
|
+
enterable: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
180
|
+
pure: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
181
|
+
popperClass: string | {
|
|
182
|
+
[x: string]: any;
|
|
183
|
+
} | (string | {
|
|
184
|
+
[x: string]: any;
|
|
185
|
+
} | (string | {
|
|
186
|
+
[x: string]: any;
|
|
187
|
+
} | (string | {
|
|
188
|
+
[x: string]: any;
|
|
189
|
+
} | (string | {
|
|
190
|
+
[x: string]: any;
|
|
191
|
+
} | (string | {
|
|
192
|
+
[x: string]: any;
|
|
193
|
+
} | (string | {
|
|
194
|
+
[x: string]: any;
|
|
195
|
+
} | (string | {
|
|
196
|
+
[x: string]: any;
|
|
197
|
+
} | (string | {
|
|
198
|
+
[x: string]: any;
|
|
199
|
+
} | (string | {
|
|
200
|
+
[x: string]: any;
|
|
201
|
+
} | (string | {
|
|
202
|
+
[x: string]: any;
|
|
203
|
+
} | (string | {
|
|
204
|
+
[x: string]: any;
|
|
205
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[];
|
|
206
|
+
popperStyle: import("vue").StyleValue;
|
|
207
|
+
referenceEl: HTMLElement;
|
|
208
|
+
stopPopperMouseEvent: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
209
|
+
showAfter: number;
|
|
210
|
+
hideAfter: number;
|
|
211
|
+
rawContent: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
212
|
+
persistent: boolean;
|
|
213
|
+
teleported: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
214
|
+
trigger: "click" | "contextmenu" | "focus" | "hover" | ("click" | "contextmenu" | "focus" | "hover")[];
|
|
215
|
+
virtualRef: import("..").Measurable;
|
|
216
|
+
virtualTriggering: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
217
|
+
openDelay: number;
|
|
218
|
+
visibleArrow: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
219
|
+
showArrow: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
220
|
+
}> & Omit<Readonly<{
|
|
221
|
+
openDelay?: unknown;
|
|
222
|
+
visibleArrow?: unknown;
|
|
223
|
+
hideAfter?: unknown;
|
|
224
|
+
showArrow?: unknown;
|
|
225
|
+
arrowOffset?: unknown;
|
|
226
|
+
disabled?: unknown;
|
|
227
|
+
trigger?: unknown;
|
|
228
|
+
virtualRef?: unknown;
|
|
229
|
+
virtualTriggering?: unknown;
|
|
230
|
+
content?: unknown;
|
|
231
|
+
rawContent?: unknown;
|
|
232
|
+
persistent?: unknown;
|
|
233
|
+
ariaLabel?: unknown;
|
|
234
|
+
visible?: unknown;
|
|
235
|
+
transition?: unknown;
|
|
236
|
+
teleported?: unknown;
|
|
237
|
+
style?: unknown;
|
|
238
|
+
className?: unknown;
|
|
239
|
+
effect?: unknown;
|
|
240
|
+
enterable?: unknown;
|
|
241
|
+
pure?: unknown;
|
|
242
|
+
popperClass?: unknown;
|
|
243
|
+
popperStyle?: unknown;
|
|
244
|
+
referenceEl?: unknown;
|
|
245
|
+
stopPopperMouseEvent?: unknown;
|
|
246
|
+
zIndex?: unknown;
|
|
247
|
+
boundariesPadding?: unknown;
|
|
248
|
+
fallbackPlacements?: unknown;
|
|
249
|
+
gpuAcceleration?: unknown;
|
|
250
|
+
offset?: unknown;
|
|
251
|
+
placement?: unknown;
|
|
252
|
+
popperOptions?: unknown;
|
|
253
|
+
strategy?: unknown;
|
|
254
|
+
showAfter?: unknown;
|
|
255
|
+
} & {
|
|
256
|
+
disabled: boolean;
|
|
257
|
+
style: import("vue").StyleValue;
|
|
258
|
+
transition: string;
|
|
259
|
+
offset: number;
|
|
260
|
+
visible: import("../../utils/props").BuildPropType<import("../../utils/props").PropWrapper<boolean | null>, unknown, unknown>;
|
|
261
|
+
content: string;
|
|
262
|
+
effect: string;
|
|
263
|
+
arrowOffset: number;
|
|
264
|
+
boundariesPadding: number;
|
|
265
|
+
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
266
|
+
gpuAcceleration: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> & {}) | (() => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> & {}) | (() => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>))[], unknown, unknown>;
|
|
267
|
+
placement: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown>))[], unknown, unknown>;
|
|
268
|
+
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
269
|
+
strategy: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown>))[], unknown, unknown>;
|
|
270
|
+
className: string | {
|
|
271
|
+
[x: string]: any;
|
|
272
|
+
} | (string | {
|
|
273
|
+
[x: string]: any;
|
|
274
|
+
} | (string | {
|
|
275
|
+
[x: string]: any;
|
|
276
|
+
} | (string | {
|
|
277
|
+
[x: string]: any;
|
|
278
|
+
} | (string | {
|
|
279
|
+
[x: string]: any;
|
|
280
|
+
} | (string | {
|
|
281
|
+
[x: string]: any;
|
|
282
|
+
} | (string | {
|
|
283
|
+
[x: string]: any;
|
|
284
|
+
} | (string | {
|
|
285
|
+
[x: string]: any;
|
|
286
|
+
} | (string | {
|
|
287
|
+
[x: string]: any;
|
|
288
|
+
} | (string | {
|
|
289
|
+
[x: string]: any;
|
|
290
|
+
} | (string | {
|
|
291
|
+
[x: string]: any;
|
|
292
|
+
} | (string | {
|
|
293
|
+
[x: string]: any;
|
|
294
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[];
|
|
295
|
+
enterable: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
296
|
+
pure: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
297
|
+
popperClass: string | {
|
|
298
|
+
[x: string]: any;
|
|
299
|
+
} | (string | {
|
|
300
|
+
[x: string]: any;
|
|
301
|
+
} | (string | {
|
|
302
|
+
[x: string]: any;
|
|
303
|
+
} | (string | {
|
|
304
|
+
[x: string]: any;
|
|
305
|
+
} | (string | {
|
|
306
|
+
[x: string]: any;
|
|
307
|
+
} | (string | {
|
|
308
|
+
[x: string]: any;
|
|
309
|
+
} | (string | {
|
|
310
|
+
[x: string]: any;
|
|
311
|
+
} | (string | {
|
|
312
|
+
[x: string]: any;
|
|
313
|
+
} | (string | {
|
|
314
|
+
[x: string]: any;
|
|
315
|
+
} | (string | {
|
|
316
|
+
[x: string]: any;
|
|
317
|
+
} | (string | {
|
|
318
|
+
[x: string]: any;
|
|
319
|
+
} | (string | {
|
|
320
|
+
[x: string]: any;
|
|
321
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[];
|
|
322
|
+
popperStyle: import("vue").StyleValue;
|
|
323
|
+
referenceEl: HTMLElement;
|
|
324
|
+
stopPopperMouseEvent: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
325
|
+
showAfter: number;
|
|
326
|
+
hideAfter: number;
|
|
327
|
+
rawContent: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
328
|
+
persistent: boolean;
|
|
329
|
+
teleported: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
330
|
+
trigger: "click" | "contextmenu" | "focus" | "hover" | ("click" | "contextmenu" | "focus" | "hover")[];
|
|
331
|
+
openDelay: number;
|
|
332
|
+
visibleArrow: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
333
|
+
showArrow: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
334
|
+
} & {
|
|
335
|
+
zIndex?: number | undefined;
|
|
336
|
+
ariaLabel?: string | undefined;
|
|
337
|
+
virtualRef?: import("..").Measurable | undefined;
|
|
338
|
+
virtualTriggering?: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> | undefined;
|
|
339
|
+
}> & {
|
|
340
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
341
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "style" | "transition" | "offset" | "visible" | "content" | "effect" | "arrowOffset" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "placement" | "popperOptions" | "strategy" | "className" | "enterable" | "pure" | "popperClass" | "popperStyle" | "referenceEl" | "stopPopperMouseEvent" | "showAfter" | "hideAfter" | "rawContent" | "persistent" | "teleported" | "trigger" | "virtualRef" | "virtualTriggering" | "openDelay" | "visibleArrow" | "showArrow">;
|
|
342
|
+
$attrs: {
|
|
343
|
+
[x: string]: unknown;
|
|
344
|
+
};
|
|
345
|
+
$refs: {
|
|
346
|
+
[x: string]: unknown;
|
|
347
|
+
};
|
|
348
|
+
$slots: Readonly<{
|
|
349
|
+
[name: string]: import("vue").Slot | undefined;
|
|
350
|
+
}>;
|
|
351
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
352
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
353
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
354
|
+
$el: any;
|
|
355
|
+
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
356
|
+
openDelay?: unknown;
|
|
357
|
+
visibleArrow?: unknown;
|
|
358
|
+
hideAfter?: unknown;
|
|
359
|
+
showArrow?: unknown;
|
|
360
|
+
arrowOffset?: unknown;
|
|
361
|
+
disabled?: unknown;
|
|
362
|
+
trigger?: unknown;
|
|
363
|
+
virtualRef?: unknown;
|
|
364
|
+
virtualTriggering?: unknown;
|
|
365
|
+
content?: unknown;
|
|
366
|
+
rawContent?: unknown;
|
|
367
|
+
persistent?: unknown;
|
|
368
|
+
ariaLabel?: unknown;
|
|
369
|
+
visible?: unknown;
|
|
370
|
+
transition?: unknown;
|
|
371
|
+
teleported?: unknown;
|
|
372
|
+
style?: unknown;
|
|
373
|
+
className?: unknown;
|
|
374
|
+
effect?: unknown;
|
|
375
|
+
enterable?: unknown;
|
|
376
|
+
pure?: unknown;
|
|
377
|
+
popperClass?: unknown;
|
|
378
|
+
popperStyle?: unknown;
|
|
379
|
+
referenceEl?: unknown;
|
|
380
|
+
stopPopperMouseEvent?: unknown;
|
|
381
|
+
zIndex?: unknown;
|
|
382
|
+
boundariesPadding?: unknown;
|
|
383
|
+
fallbackPlacements?: unknown;
|
|
384
|
+
gpuAcceleration?: unknown;
|
|
385
|
+
offset?: unknown;
|
|
386
|
+
placement?: unknown;
|
|
387
|
+
popperOptions?: unknown;
|
|
388
|
+
strategy?: unknown;
|
|
389
|
+
showAfter?: unknown;
|
|
390
|
+
} & {
|
|
391
|
+
disabled: boolean;
|
|
392
|
+
style: import("vue").StyleValue;
|
|
393
|
+
transition: string;
|
|
394
|
+
offset: number;
|
|
395
|
+
visible: import("../../utils/props").BuildPropType<import("../../utils/props").PropWrapper<boolean | null>, unknown, unknown>;
|
|
396
|
+
content: string;
|
|
397
|
+
effect: string;
|
|
398
|
+
arrowOffset: number;
|
|
399
|
+
boundariesPadding: number;
|
|
400
|
+
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
401
|
+
gpuAcceleration: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> & {}) | (() => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> & {}) | (() => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>))[], unknown, unknown>;
|
|
402
|
+
placement: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown>))[], unknown, unknown>;
|
|
403
|
+
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
404
|
+
strategy: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown>))[], unknown, unknown>;
|
|
405
|
+
className: string | {
|
|
406
|
+
[x: string]: any;
|
|
407
|
+
} | (string | {
|
|
408
|
+
[x: string]: any;
|
|
409
|
+
} | (string | {
|
|
410
|
+
[x: string]: any;
|
|
411
|
+
} | (string | {
|
|
412
|
+
[x: string]: any;
|
|
413
|
+
} | (string | {
|
|
414
|
+
[x: string]: any;
|
|
415
|
+
} | (string | {
|
|
416
|
+
[x: string]: any;
|
|
417
|
+
} | (string | {
|
|
418
|
+
[x: string]: any;
|
|
419
|
+
} | (string | {
|
|
420
|
+
[x: string]: any;
|
|
421
|
+
} | (string | {
|
|
422
|
+
[x: string]: any;
|
|
423
|
+
} | (string | {
|
|
424
|
+
[x: string]: any;
|
|
425
|
+
} | (string | {
|
|
426
|
+
[x: string]: any;
|
|
427
|
+
} | (string | {
|
|
428
|
+
[x: string]: any;
|
|
429
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[];
|
|
430
|
+
enterable: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
431
|
+
pure: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
432
|
+
popperClass: string | {
|
|
433
|
+
[x: string]: any;
|
|
434
|
+
} | (string | {
|
|
435
|
+
[x: string]: any;
|
|
436
|
+
} | (string | {
|
|
437
|
+
[x: string]: any;
|
|
438
|
+
} | (string | {
|
|
439
|
+
[x: string]: any;
|
|
440
|
+
} | (string | {
|
|
441
|
+
[x: string]: any;
|
|
442
|
+
} | (string | {
|
|
443
|
+
[x: string]: any;
|
|
444
|
+
} | (string | {
|
|
445
|
+
[x: string]: any;
|
|
446
|
+
} | (string | {
|
|
447
|
+
[x: string]: any;
|
|
448
|
+
} | (string | {
|
|
449
|
+
[x: string]: any;
|
|
450
|
+
} | (string | {
|
|
451
|
+
[x: string]: any;
|
|
452
|
+
} | (string | {
|
|
453
|
+
[x: string]: any;
|
|
454
|
+
} | (string | {
|
|
455
|
+
[x: string]: any;
|
|
456
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[];
|
|
457
|
+
popperStyle: import("vue").StyleValue;
|
|
458
|
+
referenceEl: HTMLElement;
|
|
459
|
+
stopPopperMouseEvent: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
460
|
+
showAfter: number;
|
|
461
|
+
hideAfter: number;
|
|
462
|
+
rawContent: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
463
|
+
persistent: boolean;
|
|
464
|
+
teleported: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
465
|
+
trigger: "click" | "contextmenu" | "focus" | "hover" | ("click" | "contextmenu" | "focus" | "hover")[];
|
|
466
|
+
openDelay: number;
|
|
467
|
+
visibleArrow: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
468
|
+
showArrow: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
469
|
+
} & {
|
|
470
|
+
zIndex?: number | undefined;
|
|
471
|
+
ariaLabel?: string | undefined;
|
|
472
|
+
virtualRef?: import("..").Measurable | undefined;
|
|
473
|
+
virtualTriggering?: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> | undefined;
|
|
474
|
+
}> & {
|
|
475
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
476
|
+
}, {
|
|
477
|
+
compatShowAfter: import("vue").ComputedRef<number>;
|
|
478
|
+
compatShowArrow: import("vue").ComputedRef<import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>>;
|
|
479
|
+
popperRef: import("vue").Ref<({
|
|
480
|
+
$: import("vue").ComponentInternalInstance;
|
|
481
|
+
$data: {};
|
|
482
|
+
$props: Partial<{}> & Omit<Readonly<{} & {} & {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
483
|
+
$attrs: {
|
|
484
|
+
[x: string]: unknown;
|
|
485
|
+
};
|
|
486
|
+
$refs: {
|
|
487
|
+
[x: string]: unknown;
|
|
488
|
+
};
|
|
489
|
+
$slots: Readonly<{
|
|
490
|
+
[name: string]: import("vue").Slot | undefined;
|
|
491
|
+
}>;
|
|
492
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
493
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
494
|
+
$emit: ((event: string, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
|
|
495
|
+
$el: any;
|
|
496
|
+
$options: import("vue").ComponentOptionsBase<Readonly<{} & {} & {}>, import("..").ElPopperInjectionContext, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, {}> & {
|
|
497
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
498
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
499
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
500
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
501
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
502
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
503
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
504
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
505
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
506
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
507
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
508
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
509
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
510
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
511
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
512
|
+
};
|
|
513
|
+
$forceUpdate: () => void;
|
|
514
|
+
$nextTick: typeof import("vue").nextTick;
|
|
515
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
516
|
+
} & Readonly<{} & {} & {}> & import("vue").ShallowUnwrapRef<import("..").ElPopperInjectionContext> & {} & {} & import("vue").ComponentCustomProperties) | null>;
|
|
517
|
+
open: import("vue").Ref<boolean>;
|
|
518
|
+
updatePopper: () => void;
|
|
519
|
+
onOpen: () => void;
|
|
520
|
+
onClose: () => void;
|
|
521
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
|
|
522
|
+
disabled: boolean;
|
|
523
|
+
style: import("vue").StyleValue;
|
|
524
|
+
transition: string;
|
|
525
|
+
offset: number;
|
|
526
|
+
visible: import("../../utils/props").BuildPropType<import("../../utils/props").PropWrapper<boolean | null>, unknown, unknown>;
|
|
527
|
+
content: string;
|
|
528
|
+
effect: string;
|
|
529
|
+
arrowOffset: number;
|
|
530
|
+
boundariesPadding: number;
|
|
531
|
+
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
532
|
+
gpuAcceleration: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> & {}) | (() => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> & {}) | (() => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>))[], unknown, unknown>;
|
|
533
|
+
placement: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown>))[], unknown, unknown>;
|
|
534
|
+
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
535
|
+
strategy: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown>))[], unknown, unknown>;
|
|
536
|
+
className: string | {
|
|
537
|
+
[x: string]: any;
|
|
538
|
+
} | (string | {
|
|
539
|
+
[x: string]: any;
|
|
540
|
+
} | (string | {
|
|
541
|
+
[x: string]: any;
|
|
542
|
+
} | (string | {
|
|
543
|
+
[x: string]: any;
|
|
544
|
+
} | (string | {
|
|
545
|
+
[x: string]: any;
|
|
546
|
+
} | (string | {
|
|
547
|
+
[x: string]: any;
|
|
548
|
+
} | (string | {
|
|
549
|
+
[x: string]: any;
|
|
550
|
+
} | (string | {
|
|
551
|
+
[x: string]: any;
|
|
552
|
+
} | (string | {
|
|
553
|
+
[x: string]: any;
|
|
554
|
+
} | (string | {
|
|
555
|
+
[x: string]: any;
|
|
556
|
+
} | (string | {
|
|
557
|
+
[x: string]: any;
|
|
558
|
+
} | (string | {
|
|
559
|
+
[x: string]: any;
|
|
560
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[];
|
|
561
|
+
enterable: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
562
|
+
pure: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
563
|
+
popperClass: string | {
|
|
564
|
+
[x: string]: any;
|
|
565
|
+
} | (string | {
|
|
566
|
+
[x: string]: any;
|
|
567
|
+
} | (string | {
|
|
568
|
+
[x: string]: any;
|
|
569
|
+
} | (string | {
|
|
570
|
+
[x: string]: any;
|
|
571
|
+
} | (string | {
|
|
572
|
+
[x: string]: any;
|
|
573
|
+
} | (string | {
|
|
574
|
+
[x: string]: any;
|
|
575
|
+
} | (string | {
|
|
576
|
+
[x: string]: any;
|
|
577
|
+
} | (string | {
|
|
578
|
+
[x: string]: any;
|
|
579
|
+
} | (string | {
|
|
580
|
+
[x: string]: any;
|
|
581
|
+
} | (string | {
|
|
582
|
+
[x: string]: any;
|
|
583
|
+
} | (string | {
|
|
584
|
+
[x: string]: any;
|
|
585
|
+
} | (string | {
|
|
586
|
+
[x: string]: any;
|
|
587
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[];
|
|
588
|
+
popperStyle: import("vue").StyleValue;
|
|
589
|
+
referenceEl: HTMLElement;
|
|
590
|
+
stopPopperMouseEvent: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
591
|
+
showAfter: number;
|
|
592
|
+
hideAfter: number;
|
|
593
|
+
rawContent: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
594
|
+
persistent: boolean;
|
|
595
|
+
teleported: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
596
|
+
trigger: "click" | "contextmenu" | "focus" | "hover" | ("click" | "contextmenu" | "focus" | "hover")[];
|
|
597
|
+
virtualRef: import("..").Measurable;
|
|
598
|
+
virtualTriggering: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
599
|
+
openDelay: number;
|
|
600
|
+
visibleArrow: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
601
|
+
showArrow: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
602
|
+
}> & {
|
|
603
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
604
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
605
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
606
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
607
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
608
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
609
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
610
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
611
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
612
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
613
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
614
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
615
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
616
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
617
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
618
|
+
};
|
|
619
|
+
$forceUpdate: () => void;
|
|
620
|
+
$nextTick: typeof import("vue").nextTick;
|
|
621
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
622
|
+
} & Readonly<{
|
|
623
|
+
openDelay?: unknown;
|
|
624
|
+
visibleArrow?: unknown;
|
|
625
|
+
hideAfter?: unknown;
|
|
626
|
+
showArrow?: unknown;
|
|
627
|
+
arrowOffset?: unknown;
|
|
628
|
+
disabled?: unknown;
|
|
629
|
+
trigger?: unknown;
|
|
630
|
+
virtualRef?: unknown;
|
|
631
|
+
virtualTriggering?: unknown;
|
|
632
|
+
content?: unknown;
|
|
633
|
+
rawContent?: unknown;
|
|
634
|
+
persistent?: unknown;
|
|
635
|
+
ariaLabel?: unknown;
|
|
636
|
+
visible?: unknown;
|
|
637
|
+
transition?: unknown;
|
|
638
|
+
teleported?: unknown;
|
|
639
|
+
style?: unknown;
|
|
640
|
+
className?: unknown;
|
|
641
|
+
effect?: unknown;
|
|
642
|
+
enterable?: unknown;
|
|
643
|
+
pure?: unknown;
|
|
644
|
+
popperClass?: unknown;
|
|
645
|
+
popperStyle?: unknown;
|
|
646
|
+
referenceEl?: unknown;
|
|
647
|
+
stopPopperMouseEvent?: unknown;
|
|
648
|
+
zIndex?: unknown;
|
|
649
|
+
boundariesPadding?: unknown;
|
|
650
|
+
fallbackPlacements?: unknown;
|
|
651
|
+
gpuAcceleration?: unknown;
|
|
652
|
+
offset?: unknown;
|
|
653
|
+
placement?: unknown;
|
|
654
|
+
popperOptions?: unknown;
|
|
655
|
+
strategy?: unknown;
|
|
656
|
+
showAfter?: unknown;
|
|
657
|
+
} & {
|
|
658
|
+
disabled: boolean;
|
|
659
|
+
style: import("vue").StyleValue;
|
|
660
|
+
transition: string;
|
|
661
|
+
offset: number;
|
|
662
|
+
visible: import("../../utils/props").BuildPropType<import("../../utils/props").PropWrapper<boolean | null>, unknown, unknown>;
|
|
663
|
+
content: string;
|
|
664
|
+
effect: string;
|
|
665
|
+
arrowOffset: number;
|
|
666
|
+
boundariesPadding: number;
|
|
667
|
+
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
668
|
+
gpuAcceleration: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> & {}) | (() => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> & {}) | (() => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>))[], unknown, unknown>;
|
|
669
|
+
placement: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown>))[], unknown, unknown>;
|
|
670
|
+
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
671
|
+
strategy: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown>))[], unknown, unknown>;
|
|
672
|
+
className: string | {
|
|
673
|
+
[x: string]: any;
|
|
674
|
+
} | (string | {
|
|
675
|
+
[x: string]: any;
|
|
676
|
+
} | (string | {
|
|
677
|
+
[x: string]: any;
|
|
678
|
+
} | (string | {
|
|
679
|
+
[x: string]: any;
|
|
680
|
+
} | (string | {
|
|
681
|
+
[x: string]: any;
|
|
682
|
+
} | (string | {
|
|
683
|
+
[x: string]: any;
|
|
684
|
+
} | (string | {
|
|
685
|
+
[x: string]: any;
|
|
686
|
+
} | (string | {
|
|
687
|
+
[x: string]: any;
|
|
688
|
+
} | (string | {
|
|
689
|
+
[x: string]: any;
|
|
690
|
+
} | (string | {
|
|
691
|
+
[x: string]: any;
|
|
692
|
+
} | (string | {
|
|
693
|
+
[x: string]: any;
|
|
694
|
+
} | (string | {
|
|
695
|
+
[x: string]: any;
|
|
696
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[];
|
|
697
|
+
enterable: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
698
|
+
pure: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
699
|
+
popperClass: string | {
|
|
700
|
+
[x: string]: any;
|
|
701
|
+
} | (string | {
|
|
702
|
+
[x: string]: any;
|
|
703
|
+
} | (string | {
|
|
704
|
+
[x: string]: any;
|
|
705
|
+
} | (string | {
|
|
706
|
+
[x: string]: any;
|
|
707
|
+
} | (string | {
|
|
708
|
+
[x: string]: any;
|
|
709
|
+
} | (string | {
|
|
710
|
+
[x: string]: any;
|
|
711
|
+
} | (string | {
|
|
712
|
+
[x: string]: any;
|
|
713
|
+
} | (string | {
|
|
714
|
+
[x: string]: any;
|
|
715
|
+
} | (string | {
|
|
716
|
+
[x: string]: any;
|
|
717
|
+
} | (string | {
|
|
718
|
+
[x: string]: any;
|
|
719
|
+
} | (string | {
|
|
720
|
+
[x: string]: any;
|
|
721
|
+
} | (string | {
|
|
722
|
+
[x: string]: any;
|
|
723
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[];
|
|
724
|
+
popperStyle: import("vue").StyleValue;
|
|
725
|
+
referenceEl: HTMLElement;
|
|
726
|
+
stopPopperMouseEvent: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
727
|
+
showAfter: number;
|
|
728
|
+
hideAfter: number;
|
|
729
|
+
rawContent: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
730
|
+
persistent: boolean;
|
|
731
|
+
teleported: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
732
|
+
trigger: "click" | "contextmenu" | "focus" | "hover" | ("click" | "contextmenu" | "focus" | "hover")[];
|
|
733
|
+
openDelay: number;
|
|
734
|
+
visibleArrow: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
735
|
+
showArrow: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
736
|
+
} & {
|
|
737
|
+
zIndex?: number | undefined;
|
|
738
|
+
ariaLabel?: string | undefined;
|
|
739
|
+
virtualRef?: import("..").Measurable | undefined;
|
|
740
|
+
virtualTriggering?: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> | undefined;
|
|
741
|
+
}> & {
|
|
742
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
743
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
744
|
+
compatShowAfter: import("vue").ComputedRef<number>;
|
|
745
|
+
compatShowArrow: import("vue").ComputedRef<import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>>;
|
|
746
|
+
popperRef: import("vue").Ref<({
|
|
747
|
+
$: import("vue").ComponentInternalInstance;
|
|
748
|
+
$data: {};
|
|
749
|
+
$props: Partial<{}> & Omit<Readonly<{} & {} & {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
750
|
+
$attrs: {
|
|
751
|
+
[x: string]: unknown;
|
|
752
|
+
};
|
|
753
|
+
$refs: {
|
|
754
|
+
[x: string]: unknown;
|
|
755
|
+
};
|
|
756
|
+
$slots: Readonly<{
|
|
757
|
+
[name: string]: import("vue").Slot | undefined;
|
|
758
|
+
}>;
|
|
759
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
760
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
761
|
+
$emit: ((event: string, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
|
|
762
|
+
$el: any;
|
|
763
|
+
$options: import("vue").ComponentOptionsBase<Readonly<{} & {} & {}>, import("..").ElPopperInjectionContext, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, {}> & {
|
|
764
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
765
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
766
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
767
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
768
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
769
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
770
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
771
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
772
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
773
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
774
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
775
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
776
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
777
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
778
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
779
|
+
};
|
|
780
|
+
$forceUpdate: () => void;
|
|
781
|
+
$nextTick: typeof import("vue").nextTick;
|
|
782
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
783
|
+
} & Readonly<{} & {} & {}> & import("vue").ShallowUnwrapRef<import("..").ElPopperInjectionContext> & {} & {} & import("vue").ComponentCustomProperties) | null>;
|
|
784
|
+
open: import("vue").Ref<boolean>;
|
|
785
|
+
updatePopper: () => void;
|
|
786
|
+
onOpen: () => void;
|
|
787
|
+
onClose: () => void;
|
|
788
|
+
}> & {} & {} & import("vue").ComponentCustomProperties) | null>;
|
|
137
789
|
selectRef: import("vue").Ref<null>;
|
|
138
790
|
selectionRef: import("vue").Ref<null>;
|
|
139
|
-
popperRef: import("vue").ComputedRef<
|
|
791
|
+
popperRef: import("vue").ComputedRef<HTMLElement | null | undefined>;
|
|
140
792
|
validateState: import("vue").ComputedRef<string>;
|
|
141
793
|
validateIcon: import("vue").ComputedRef<any>;
|
|
142
|
-
Effect:
|
|
794
|
+
Effect: {
|
|
795
|
+
LIGHT: string;
|
|
796
|
+
DARK: string;
|
|
797
|
+
};
|
|
143
798
|
debouncedOnInputChange: import("lodash").DebouncedFunc<() => Promise<void>>;
|
|
144
799
|
deleteTag: (event: MouseEvent, tag: import("./src/select.types").Option<any>) => Promise<void> | undefined;
|
|
145
800
|
getLabel: (item: unknown) => any;
|
|
@@ -203,8 +858,8 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
203
858
|
loading: boolean;
|
|
204
859
|
height: number;
|
|
205
860
|
multiple: boolean;
|
|
206
|
-
popperClass: string;
|
|
207
861
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
862
|
+
popperClass: string;
|
|
208
863
|
autocomplete: "none" | "both" | "inline" | "list";
|
|
209
864
|
clearable: boolean;
|
|
210
865
|
valueKey: string;
|
|
@@ -225,8 +880,8 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
225
880
|
name?: string | undefined;
|
|
226
881
|
modelValue?: any;
|
|
227
882
|
label?: string | undefined;
|
|
228
|
-
placeholder?: string | undefined;
|
|
229
883
|
id?: string | undefined;
|
|
884
|
+
placeholder?: string | undefined;
|
|
230
885
|
options?: import("./src/select.types").OptionType<any>[] | undefined;
|
|
231
886
|
filterMethod?: Function | undefined;
|
|
232
887
|
loadingText?: string | undefined;
|
|
@@ -236,9 +891,9 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
236
891
|
estimatedOptionHeight?: number | undefined;
|
|
237
892
|
}> & {
|
|
238
893
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
239
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
240
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
241
894
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
895
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
896
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
242
897
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
243
898
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
244
899
|
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
@@ -247,8 +902,8 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
247
902
|
loading: boolean;
|
|
248
903
|
height: number;
|
|
249
904
|
multiple: boolean;
|
|
250
|
-
popperClass: string;
|
|
251
905
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
906
|
+
popperClass: string;
|
|
252
907
|
autocomplete: "none" | "both" | "inline" | "list";
|
|
253
908
|
clearable: boolean;
|
|
254
909
|
valueKey: string;
|
|
@@ -401,13 +1056,668 @@ export declare const ElSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
401
1056
|
controlRef: import("vue").Ref<null>;
|
|
402
1057
|
inputRef: import("vue").Ref<null>;
|
|
403
1058
|
menuRef: import("vue").Ref<null>;
|
|
404
|
-
popper: import("vue").Ref<
|
|
1059
|
+
popper: import("vue").Ref<({
|
|
1060
|
+
$: import("vue").ComponentInternalInstance;
|
|
1061
|
+
$data: {};
|
|
1062
|
+
$props: Partial<{
|
|
1063
|
+
disabled: boolean;
|
|
1064
|
+
style: import("vue").StyleValue;
|
|
1065
|
+
transition: string;
|
|
1066
|
+
offset: number;
|
|
1067
|
+
visible: import("../../utils/props").BuildPropType<import("../../utils/props").PropWrapper<boolean | null>, unknown, unknown>;
|
|
1068
|
+
content: string;
|
|
1069
|
+
effect: string;
|
|
1070
|
+
arrowOffset: number;
|
|
1071
|
+
boundariesPadding: number;
|
|
1072
|
+
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
1073
|
+
gpuAcceleration: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> & {}) | (() => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> & {}) | (() => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>))[], unknown, unknown>;
|
|
1074
|
+
placement: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown>))[], unknown, unknown>;
|
|
1075
|
+
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
1076
|
+
strategy: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown>))[], unknown, unknown>;
|
|
1077
|
+
className: string | {
|
|
1078
|
+
[x: string]: any;
|
|
1079
|
+
} | (string | {
|
|
1080
|
+
[x: string]: any;
|
|
1081
|
+
} | (string | {
|
|
1082
|
+
[x: string]: any;
|
|
1083
|
+
} | (string | {
|
|
1084
|
+
[x: string]: any;
|
|
1085
|
+
} | (string | {
|
|
1086
|
+
[x: string]: any;
|
|
1087
|
+
} | (string | {
|
|
1088
|
+
[x: string]: any;
|
|
1089
|
+
} | (string | {
|
|
1090
|
+
[x: string]: any;
|
|
1091
|
+
} | (string | {
|
|
1092
|
+
[x: string]: any;
|
|
1093
|
+
} | (string | {
|
|
1094
|
+
[x: string]: any;
|
|
1095
|
+
} | (string | {
|
|
1096
|
+
[x: string]: any;
|
|
1097
|
+
} | (string | {
|
|
1098
|
+
[x: string]: any;
|
|
1099
|
+
} | (string | {
|
|
1100
|
+
[x: string]: any;
|
|
1101
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[];
|
|
1102
|
+
enterable: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1103
|
+
pure: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1104
|
+
popperClass: string | {
|
|
1105
|
+
[x: string]: any;
|
|
1106
|
+
} | (string | {
|
|
1107
|
+
[x: string]: any;
|
|
1108
|
+
} | (string | {
|
|
1109
|
+
[x: string]: any;
|
|
1110
|
+
} | (string | {
|
|
1111
|
+
[x: string]: any;
|
|
1112
|
+
} | (string | {
|
|
1113
|
+
[x: string]: any;
|
|
1114
|
+
} | (string | {
|
|
1115
|
+
[x: string]: any;
|
|
1116
|
+
} | (string | {
|
|
1117
|
+
[x: string]: any;
|
|
1118
|
+
} | (string | {
|
|
1119
|
+
[x: string]: any;
|
|
1120
|
+
} | (string | {
|
|
1121
|
+
[x: string]: any;
|
|
1122
|
+
} | (string | {
|
|
1123
|
+
[x: string]: any;
|
|
1124
|
+
} | (string | {
|
|
1125
|
+
[x: string]: any;
|
|
1126
|
+
} | (string | {
|
|
1127
|
+
[x: string]: any;
|
|
1128
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[];
|
|
1129
|
+
popperStyle: import("vue").StyleValue;
|
|
1130
|
+
referenceEl: HTMLElement;
|
|
1131
|
+
stopPopperMouseEvent: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1132
|
+
showAfter: number;
|
|
1133
|
+
hideAfter: number;
|
|
1134
|
+
rawContent: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1135
|
+
persistent: boolean;
|
|
1136
|
+
teleported: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1137
|
+
trigger: "click" | "contextmenu" | "focus" | "hover" | ("click" | "contextmenu" | "focus" | "hover")[];
|
|
1138
|
+
virtualRef: import("..").Measurable;
|
|
1139
|
+
virtualTriggering: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1140
|
+
openDelay: number;
|
|
1141
|
+
visibleArrow: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1142
|
+
showArrow: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1143
|
+
}> & Omit<Readonly<{
|
|
1144
|
+
openDelay?: unknown;
|
|
1145
|
+
visibleArrow?: unknown;
|
|
1146
|
+
hideAfter?: unknown;
|
|
1147
|
+
showArrow?: unknown;
|
|
1148
|
+
arrowOffset?: unknown;
|
|
1149
|
+
disabled?: unknown;
|
|
1150
|
+
trigger?: unknown;
|
|
1151
|
+
virtualRef?: unknown;
|
|
1152
|
+
virtualTriggering?: unknown;
|
|
1153
|
+
content?: unknown;
|
|
1154
|
+
rawContent?: unknown;
|
|
1155
|
+
persistent?: unknown;
|
|
1156
|
+
ariaLabel?: unknown;
|
|
1157
|
+
visible?: unknown;
|
|
1158
|
+
transition?: unknown;
|
|
1159
|
+
teleported?: unknown;
|
|
1160
|
+
style?: unknown;
|
|
1161
|
+
className?: unknown;
|
|
1162
|
+
effect?: unknown;
|
|
1163
|
+
enterable?: unknown;
|
|
1164
|
+
pure?: unknown;
|
|
1165
|
+
popperClass?: unknown;
|
|
1166
|
+
popperStyle?: unknown;
|
|
1167
|
+
referenceEl?: unknown;
|
|
1168
|
+
stopPopperMouseEvent?: unknown;
|
|
1169
|
+
zIndex?: unknown;
|
|
1170
|
+
boundariesPadding?: unknown;
|
|
1171
|
+
fallbackPlacements?: unknown;
|
|
1172
|
+
gpuAcceleration?: unknown;
|
|
1173
|
+
offset?: unknown;
|
|
1174
|
+
placement?: unknown;
|
|
1175
|
+
popperOptions?: unknown;
|
|
1176
|
+
strategy?: unknown;
|
|
1177
|
+
showAfter?: unknown;
|
|
1178
|
+
} & {
|
|
1179
|
+
disabled: boolean;
|
|
1180
|
+
style: import("vue").StyleValue;
|
|
1181
|
+
transition: string;
|
|
1182
|
+
offset: number;
|
|
1183
|
+
visible: import("../../utils/props").BuildPropType<import("../../utils/props").PropWrapper<boolean | null>, unknown, unknown>;
|
|
1184
|
+
content: string;
|
|
1185
|
+
effect: string;
|
|
1186
|
+
arrowOffset: number;
|
|
1187
|
+
boundariesPadding: number;
|
|
1188
|
+
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
1189
|
+
gpuAcceleration: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> & {}) | (() => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> & {}) | (() => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>))[], unknown, unknown>;
|
|
1190
|
+
placement: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown>))[], unknown, unknown>;
|
|
1191
|
+
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
1192
|
+
strategy: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown>))[], unknown, unknown>;
|
|
1193
|
+
className: string | {
|
|
1194
|
+
[x: string]: any;
|
|
1195
|
+
} | (string | {
|
|
1196
|
+
[x: string]: any;
|
|
1197
|
+
} | (string | {
|
|
1198
|
+
[x: string]: any;
|
|
1199
|
+
} | (string | {
|
|
1200
|
+
[x: string]: any;
|
|
1201
|
+
} | (string | {
|
|
1202
|
+
[x: string]: any;
|
|
1203
|
+
} | (string | {
|
|
1204
|
+
[x: string]: any;
|
|
1205
|
+
} | (string | {
|
|
1206
|
+
[x: string]: any;
|
|
1207
|
+
} | (string | {
|
|
1208
|
+
[x: string]: any;
|
|
1209
|
+
} | (string | {
|
|
1210
|
+
[x: string]: any;
|
|
1211
|
+
} | (string | {
|
|
1212
|
+
[x: string]: any;
|
|
1213
|
+
} | (string | {
|
|
1214
|
+
[x: string]: any;
|
|
1215
|
+
} | (string | {
|
|
1216
|
+
[x: string]: any;
|
|
1217
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[];
|
|
1218
|
+
enterable: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1219
|
+
pure: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1220
|
+
popperClass: string | {
|
|
1221
|
+
[x: string]: any;
|
|
1222
|
+
} | (string | {
|
|
1223
|
+
[x: string]: any;
|
|
1224
|
+
} | (string | {
|
|
1225
|
+
[x: string]: any;
|
|
1226
|
+
} | (string | {
|
|
1227
|
+
[x: string]: any;
|
|
1228
|
+
} | (string | {
|
|
1229
|
+
[x: string]: any;
|
|
1230
|
+
} | (string | {
|
|
1231
|
+
[x: string]: any;
|
|
1232
|
+
} | (string | {
|
|
1233
|
+
[x: string]: any;
|
|
1234
|
+
} | (string | {
|
|
1235
|
+
[x: string]: any;
|
|
1236
|
+
} | (string | {
|
|
1237
|
+
[x: string]: any;
|
|
1238
|
+
} | (string | {
|
|
1239
|
+
[x: string]: any;
|
|
1240
|
+
} | (string | {
|
|
1241
|
+
[x: string]: any;
|
|
1242
|
+
} | (string | {
|
|
1243
|
+
[x: string]: any;
|
|
1244
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[];
|
|
1245
|
+
popperStyle: import("vue").StyleValue;
|
|
1246
|
+
referenceEl: HTMLElement;
|
|
1247
|
+
stopPopperMouseEvent: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1248
|
+
showAfter: number;
|
|
1249
|
+
hideAfter: number;
|
|
1250
|
+
rawContent: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1251
|
+
persistent: boolean;
|
|
1252
|
+
teleported: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1253
|
+
trigger: "click" | "contextmenu" | "focus" | "hover" | ("click" | "contextmenu" | "focus" | "hover")[];
|
|
1254
|
+
openDelay: number;
|
|
1255
|
+
visibleArrow: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1256
|
+
showArrow: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1257
|
+
} & {
|
|
1258
|
+
zIndex?: number | undefined;
|
|
1259
|
+
ariaLabel?: string | undefined;
|
|
1260
|
+
virtualRef?: import("..").Measurable | undefined;
|
|
1261
|
+
virtualTriggering?: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1262
|
+
}> & {
|
|
1263
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
1264
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "style" | "transition" | "offset" | "visible" | "content" | "effect" | "arrowOffset" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "placement" | "popperOptions" | "strategy" | "className" | "enterable" | "pure" | "popperClass" | "popperStyle" | "referenceEl" | "stopPopperMouseEvent" | "showAfter" | "hideAfter" | "rawContent" | "persistent" | "teleported" | "trigger" | "virtualRef" | "virtualTriggering" | "openDelay" | "visibleArrow" | "showArrow">;
|
|
1265
|
+
$attrs: {
|
|
1266
|
+
[x: string]: unknown;
|
|
1267
|
+
};
|
|
1268
|
+
$refs: {
|
|
1269
|
+
[x: string]: unknown;
|
|
1270
|
+
};
|
|
1271
|
+
$slots: Readonly<{
|
|
1272
|
+
[name: string]: import("vue").Slot | undefined;
|
|
1273
|
+
}>;
|
|
1274
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
1275
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
1276
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
1277
|
+
$el: any;
|
|
1278
|
+
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
1279
|
+
openDelay?: unknown;
|
|
1280
|
+
visibleArrow?: unknown;
|
|
1281
|
+
hideAfter?: unknown;
|
|
1282
|
+
showArrow?: unknown;
|
|
1283
|
+
arrowOffset?: unknown;
|
|
1284
|
+
disabled?: unknown;
|
|
1285
|
+
trigger?: unknown;
|
|
1286
|
+
virtualRef?: unknown;
|
|
1287
|
+
virtualTriggering?: unknown;
|
|
1288
|
+
content?: unknown;
|
|
1289
|
+
rawContent?: unknown;
|
|
1290
|
+
persistent?: unknown;
|
|
1291
|
+
ariaLabel?: unknown;
|
|
1292
|
+
visible?: unknown;
|
|
1293
|
+
transition?: unknown;
|
|
1294
|
+
teleported?: unknown;
|
|
1295
|
+
style?: unknown;
|
|
1296
|
+
className?: unknown;
|
|
1297
|
+
effect?: unknown;
|
|
1298
|
+
enterable?: unknown;
|
|
1299
|
+
pure?: unknown;
|
|
1300
|
+
popperClass?: unknown;
|
|
1301
|
+
popperStyle?: unknown;
|
|
1302
|
+
referenceEl?: unknown;
|
|
1303
|
+
stopPopperMouseEvent?: unknown;
|
|
1304
|
+
zIndex?: unknown;
|
|
1305
|
+
boundariesPadding?: unknown;
|
|
1306
|
+
fallbackPlacements?: unknown;
|
|
1307
|
+
gpuAcceleration?: unknown;
|
|
1308
|
+
offset?: unknown;
|
|
1309
|
+
placement?: unknown;
|
|
1310
|
+
popperOptions?: unknown;
|
|
1311
|
+
strategy?: unknown;
|
|
1312
|
+
showAfter?: unknown;
|
|
1313
|
+
} & {
|
|
1314
|
+
disabled: boolean;
|
|
1315
|
+
style: import("vue").StyleValue;
|
|
1316
|
+
transition: string;
|
|
1317
|
+
offset: number;
|
|
1318
|
+
visible: import("../../utils/props").BuildPropType<import("../../utils/props").PropWrapper<boolean | null>, unknown, unknown>;
|
|
1319
|
+
content: string;
|
|
1320
|
+
effect: string;
|
|
1321
|
+
arrowOffset: number;
|
|
1322
|
+
boundariesPadding: number;
|
|
1323
|
+
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
1324
|
+
gpuAcceleration: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> & {}) | (() => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> & {}) | (() => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>))[], unknown, unknown>;
|
|
1325
|
+
placement: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown>))[], unknown, unknown>;
|
|
1326
|
+
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
1327
|
+
strategy: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown>))[], unknown, unknown>;
|
|
1328
|
+
className: string | {
|
|
1329
|
+
[x: string]: any;
|
|
1330
|
+
} | (string | {
|
|
1331
|
+
[x: string]: any;
|
|
1332
|
+
} | (string | {
|
|
1333
|
+
[x: string]: any;
|
|
1334
|
+
} | (string | {
|
|
1335
|
+
[x: string]: any;
|
|
1336
|
+
} | (string | {
|
|
1337
|
+
[x: string]: any;
|
|
1338
|
+
} | (string | {
|
|
1339
|
+
[x: string]: any;
|
|
1340
|
+
} | (string | {
|
|
1341
|
+
[x: string]: any;
|
|
1342
|
+
} | (string | {
|
|
1343
|
+
[x: string]: any;
|
|
1344
|
+
} | (string | {
|
|
1345
|
+
[x: string]: any;
|
|
1346
|
+
} | (string | {
|
|
1347
|
+
[x: string]: any;
|
|
1348
|
+
} | (string | {
|
|
1349
|
+
[x: string]: any;
|
|
1350
|
+
} | (string | {
|
|
1351
|
+
[x: string]: any;
|
|
1352
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[];
|
|
1353
|
+
enterable: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1354
|
+
pure: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1355
|
+
popperClass: string | {
|
|
1356
|
+
[x: string]: any;
|
|
1357
|
+
} | (string | {
|
|
1358
|
+
[x: string]: any;
|
|
1359
|
+
} | (string | {
|
|
1360
|
+
[x: string]: any;
|
|
1361
|
+
} | (string | {
|
|
1362
|
+
[x: string]: any;
|
|
1363
|
+
} | (string | {
|
|
1364
|
+
[x: string]: any;
|
|
1365
|
+
} | (string | {
|
|
1366
|
+
[x: string]: any;
|
|
1367
|
+
} | (string | {
|
|
1368
|
+
[x: string]: any;
|
|
1369
|
+
} | (string | {
|
|
1370
|
+
[x: string]: any;
|
|
1371
|
+
} | (string | {
|
|
1372
|
+
[x: string]: any;
|
|
1373
|
+
} | (string | {
|
|
1374
|
+
[x: string]: any;
|
|
1375
|
+
} | (string | {
|
|
1376
|
+
[x: string]: any;
|
|
1377
|
+
} | (string | {
|
|
1378
|
+
[x: string]: any;
|
|
1379
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[];
|
|
1380
|
+
popperStyle: import("vue").StyleValue;
|
|
1381
|
+
referenceEl: HTMLElement;
|
|
1382
|
+
stopPopperMouseEvent: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1383
|
+
showAfter: number;
|
|
1384
|
+
hideAfter: number;
|
|
1385
|
+
rawContent: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1386
|
+
persistent: boolean;
|
|
1387
|
+
teleported: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1388
|
+
trigger: "click" | "contextmenu" | "focus" | "hover" | ("click" | "contextmenu" | "focus" | "hover")[];
|
|
1389
|
+
openDelay: number;
|
|
1390
|
+
visibleArrow: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1391
|
+
showArrow: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1392
|
+
} & {
|
|
1393
|
+
zIndex?: number | undefined;
|
|
1394
|
+
ariaLabel?: string | undefined;
|
|
1395
|
+
virtualRef?: import("..").Measurable | undefined;
|
|
1396
|
+
virtualTriggering?: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1397
|
+
}> & {
|
|
1398
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
1399
|
+
}, {
|
|
1400
|
+
compatShowAfter: import("vue").ComputedRef<number>;
|
|
1401
|
+
compatShowArrow: import("vue").ComputedRef<import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>>;
|
|
1402
|
+
popperRef: import("vue").Ref<({
|
|
1403
|
+
$: import("vue").ComponentInternalInstance;
|
|
1404
|
+
$data: {};
|
|
1405
|
+
$props: Partial<{}> & Omit<Readonly<{} & {} & {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
1406
|
+
$attrs: {
|
|
1407
|
+
[x: string]: unknown;
|
|
1408
|
+
};
|
|
1409
|
+
$refs: {
|
|
1410
|
+
[x: string]: unknown;
|
|
1411
|
+
};
|
|
1412
|
+
$slots: Readonly<{
|
|
1413
|
+
[name: string]: import("vue").Slot | undefined;
|
|
1414
|
+
}>;
|
|
1415
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
1416
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
1417
|
+
$emit: ((event: string, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
|
|
1418
|
+
$el: any;
|
|
1419
|
+
$options: import("vue").ComponentOptionsBase<Readonly<{} & {} & {}>, import("..").ElPopperInjectionContext, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, {}> & {
|
|
1420
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1421
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
1422
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
1423
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
1424
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
1425
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
1426
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
1427
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
1428
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
1429
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
1430
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
1431
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
1432
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
1433
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
1434
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
1435
|
+
};
|
|
1436
|
+
$forceUpdate: () => void;
|
|
1437
|
+
$nextTick: typeof import("vue").nextTick;
|
|
1438
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
1439
|
+
} & Readonly<{} & {} & {}> & import("vue").ShallowUnwrapRef<import("..").ElPopperInjectionContext> & {} & {} & import("vue").ComponentCustomProperties) | null>;
|
|
1440
|
+
open: import("vue").Ref<boolean>;
|
|
1441
|
+
updatePopper: () => void;
|
|
1442
|
+
onOpen: () => void;
|
|
1443
|
+
onClose: () => void;
|
|
1444
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
|
|
1445
|
+
disabled: boolean;
|
|
1446
|
+
style: import("vue").StyleValue;
|
|
1447
|
+
transition: string;
|
|
1448
|
+
offset: number;
|
|
1449
|
+
visible: import("../../utils/props").BuildPropType<import("../../utils/props").PropWrapper<boolean | null>, unknown, unknown>;
|
|
1450
|
+
content: string;
|
|
1451
|
+
effect: string;
|
|
1452
|
+
arrowOffset: number;
|
|
1453
|
+
boundariesPadding: number;
|
|
1454
|
+
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
1455
|
+
gpuAcceleration: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> & {}) | (() => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> & {}) | (() => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>))[], unknown, unknown>;
|
|
1456
|
+
placement: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown>))[], unknown, unknown>;
|
|
1457
|
+
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
1458
|
+
strategy: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown>))[], unknown, unknown>;
|
|
1459
|
+
className: string | {
|
|
1460
|
+
[x: string]: any;
|
|
1461
|
+
} | (string | {
|
|
1462
|
+
[x: string]: any;
|
|
1463
|
+
} | (string | {
|
|
1464
|
+
[x: string]: any;
|
|
1465
|
+
} | (string | {
|
|
1466
|
+
[x: string]: any;
|
|
1467
|
+
} | (string | {
|
|
1468
|
+
[x: string]: any;
|
|
1469
|
+
} | (string | {
|
|
1470
|
+
[x: string]: any;
|
|
1471
|
+
} | (string | {
|
|
1472
|
+
[x: string]: any;
|
|
1473
|
+
} | (string | {
|
|
1474
|
+
[x: string]: any;
|
|
1475
|
+
} | (string | {
|
|
1476
|
+
[x: string]: any;
|
|
1477
|
+
} | (string | {
|
|
1478
|
+
[x: string]: any;
|
|
1479
|
+
} | (string | {
|
|
1480
|
+
[x: string]: any;
|
|
1481
|
+
} | (string | {
|
|
1482
|
+
[x: string]: any;
|
|
1483
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[];
|
|
1484
|
+
enterable: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1485
|
+
pure: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1486
|
+
popperClass: string | {
|
|
1487
|
+
[x: string]: any;
|
|
1488
|
+
} | (string | {
|
|
1489
|
+
[x: string]: any;
|
|
1490
|
+
} | (string | {
|
|
1491
|
+
[x: string]: any;
|
|
1492
|
+
} | (string | {
|
|
1493
|
+
[x: string]: any;
|
|
1494
|
+
} | (string | {
|
|
1495
|
+
[x: string]: any;
|
|
1496
|
+
} | (string | {
|
|
1497
|
+
[x: string]: any;
|
|
1498
|
+
} | (string | {
|
|
1499
|
+
[x: string]: any;
|
|
1500
|
+
} | (string | {
|
|
1501
|
+
[x: string]: any;
|
|
1502
|
+
} | (string | {
|
|
1503
|
+
[x: string]: any;
|
|
1504
|
+
} | (string | {
|
|
1505
|
+
[x: string]: any;
|
|
1506
|
+
} | (string | {
|
|
1507
|
+
[x: string]: any;
|
|
1508
|
+
} | (string | {
|
|
1509
|
+
[x: string]: any;
|
|
1510
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[];
|
|
1511
|
+
popperStyle: import("vue").StyleValue;
|
|
1512
|
+
referenceEl: HTMLElement;
|
|
1513
|
+
stopPopperMouseEvent: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1514
|
+
showAfter: number;
|
|
1515
|
+
hideAfter: number;
|
|
1516
|
+
rawContent: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1517
|
+
persistent: boolean;
|
|
1518
|
+
teleported: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1519
|
+
trigger: "click" | "contextmenu" | "focus" | "hover" | ("click" | "contextmenu" | "focus" | "hover")[];
|
|
1520
|
+
virtualRef: import("..").Measurable;
|
|
1521
|
+
virtualTriggering: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1522
|
+
openDelay: number;
|
|
1523
|
+
visibleArrow: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1524
|
+
showArrow: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1525
|
+
}> & {
|
|
1526
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1527
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
1528
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
1529
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
1530
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
1531
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
1532
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
1533
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
1534
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
1535
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
1536
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
1537
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
1538
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
1539
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
1540
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
1541
|
+
};
|
|
1542
|
+
$forceUpdate: () => void;
|
|
1543
|
+
$nextTick: typeof import("vue").nextTick;
|
|
1544
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
1545
|
+
} & Readonly<{
|
|
1546
|
+
openDelay?: unknown;
|
|
1547
|
+
visibleArrow?: unknown;
|
|
1548
|
+
hideAfter?: unknown;
|
|
1549
|
+
showArrow?: unknown;
|
|
1550
|
+
arrowOffset?: unknown;
|
|
1551
|
+
disabled?: unknown;
|
|
1552
|
+
trigger?: unknown;
|
|
1553
|
+
virtualRef?: unknown;
|
|
1554
|
+
virtualTriggering?: unknown;
|
|
1555
|
+
content?: unknown;
|
|
1556
|
+
rawContent?: unknown;
|
|
1557
|
+
persistent?: unknown;
|
|
1558
|
+
ariaLabel?: unknown;
|
|
1559
|
+
visible?: unknown;
|
|
1560
|
+
transition?: unknown;
|
|
1561
|
+
teleported?: unknown;
|
|
1562
|
+
style?: unknown;
|
|
1563
|
+
className?: unknown;
|
|
1564
|
+
effect?: unknown;
|
|
1565
|
+
enterable?: unknown;
|
|
1566
|
+
pure?: unknown;
|
|
1567
|
+
popperClass?: unknown;
|
|
1568
|
+
popperStyle?: unknown;
|
|
1569
|
+
referenceEl?: unknown;
|
|
1570
|
+
stopPopperMouseEvent?: unknown;
|
|
1571
|
+
zIndex?: unknown;
|
|
1572
|
+
boundariesPadding?: unknown;
|
|
1573
|
+
fallbackPlacements?: unknown;
|
|
1574
|
+
gpuAcceleration?: unknown;
|
|
1575
|
+
offset?: unknown;
|
|
1576
|
+
placement?: unknown;
|
|
1577
|
+
popperOptions?: unknown;
|
|
1578
|
+
strategy?: unknown;
|
|
1579
|
+
showAfter?: unknown;
|
|
1580
|
+
} & {
|
|
1581
|
+
disabled: boolean;
|
|
1582
|
+
style: import("vue").StyleValue;
|
|
1583
|
+
transition: string;
|
|
1584
|
+
offset: number;
|
|
1585
|
+
visible: import("../../utils/props").BuildPropType<import("../../utils/props").PropWrapper<boolean | null>, unknown, unknown>;
|
|
1586
|
+
content: string;
|
|
1587
|
+
effect: string;
|
|
1588
|
+
arrowOffset: number;
|
|
1589
|
+
boundariesPadding: number;
|
|
1590
|
+
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
1591
|
+
gpuAcceleration: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> & {}) | (() => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> & {}) | (() => import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>))[], unknown, unknown>;
|
|
1592
|
+
placement: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, import("@popperjs/core").Placement, unknown>))[], unknown, unknown>;
|
|
1593
|
+
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
1594
|
+
strategy: import("../../utils/props").BuildPropType<(new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown>) | ((new (...args: any[]) => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown> & {}) | (() => import("../../utils/props").BuildPropType<StringConstructor, "fixed" | "absolute", unknown>))[], unknown, unknown>;
|
|
1595
|
+
className: string | {
|
|
1596
|
+
[x: string]: any;
|
|
1597
|
+
} | (string | {
|
|
1598
|
+
[x: string]: any;
|
|
1599
|
+
} | (string | {
|
|
1600
|
+
[x: string]: any;
|
|
1601
|
+
} | (string | {
|
|
1602
|
+
[x: string]: any;
|
|
1603
|
+
} | (string | {
|
|
1604
|
+
[x: string]: any;
|
|
1605
|
+
} | (string | {
|
|
1606
|
+
[x: string]: any;
|
|
1607
|
+
} | (string | {
|
|
1608
|
+
[x: string]: any;
|
|
1609
|
+
} | (string | {
|
|
1610
|
+
[x: string]: any;
|
|
1611
|
+
} | (string | {
|
|
1612
|
+
[x: string]: any;
|
|
1613
|
+
} | (string | {
|
|
1614
|
+
[x: string]: any;
|
|
1615
|
+
} | (string | {
|
|
1616
|
+
[x: string]: any;
|
|
1617
|
+
} | (string | {
|
|
1618
|
+
[x: string]: any;
|
|
1619
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[];
|
|
1620
|
+
enterable: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1621
|
+
pure: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1622
|
+
popperClass: string | {
|
|
1623
|
+
[x: string]: any;
|
|
1624
|
+
} | (string | {
|
|
1625
|
+
[x: string]: any;
|
|
1626
|
+
} | (string | {
|
|
1627
|
+
[x: string]: any;
|
|
1628
|
+
} | (string | {
|
|
1629
|
+
[x: string]: any;
|
|
1630
|
+
} | (string | {
|
|
1631
|
+
[x: string]: any;
|
|
1632
|
+
} | (string | {
|
|
1633
|
+
[x: string]: any;
|
|
1634
|
+
} | (string | {
|
|
1635
|
+
[x: string]: any;
|
|
1636
|
+
} | (string | {
|
|
1637
|
+
[x: string]: any;
|
|
1638
|
+
} | (string | {
|
|
1639
|
+
[x: string]: any;
|
|
1640
|
+
} | (string | {
|
|
1641
|
+
[x: string]: any;
|
|
1642
|
+
} | (string | {
|
|
1643
|
+
[x: string]: any;
|
|
1644
|
+
} | (string | {
|
|
1645
|
+
[x: string]: any;
|
|
1646
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[];
|
|
1647
|
+
popperStyle: import("vue").StyleValue;
|
|
1648
|
+
referenceEl: HTMLElement;
|
|
1649
|
+
stopPopperMouseEvent: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1650
|
+
showAfter: number;
|
|
1651
|
+
hideAfter: number;
|
|
1652
|
+
rawContent: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1653
|
+
persistent: boolean;
|
|
1654
|
+
teleported: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1655
|
+
trigger: "click" | "contextmenu" | "focus" | "hover" | ("click" | "contextmenu" | "focus" | "hover")[];
|
|
1656
|
+
openDelay: number;
|
|
1657
|
+
visibleArrow: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1658
|
+
showArrow: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
1659
|
+
} & {
|
|
1660
|
+
zIndex?: number | undefined;
|
|
1661
|
+
ariaLabel?: string | undefined;
|
|
1662
|
+
virtualRef?: import("..").Measurable | undefined;
|
|
1663
|
+
virtualTriggering?: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown> | undefined;
|
|
1664
|
+
}> & {
|
|
1665
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
1666
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
1667
|
+
compatShowAfter: import("vue").ComputedRef<number>;
|
|
1668
|
+
compatShowArrow: import("vue").ComputedRef<import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>>;
|
|
1669
|
+
popperRef: import("vue").Ref<({
|
|
1670
|
+
$: import("vue").ComponentInternalInstance;
|
|
1671
|
+
$data: {};
|
|
1672
|
+
$props: Partial<{}> & Omit<Readonly<{} & {} & {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
1673
|
+
$attrs: {
|
|
1674
|
+
[x: string]: unknown;
|
|
1675
|
+
};
|
|
1676
|
+
$refs: {
|
|
1677
|
+
[x: string]: unknown;
|
|
1678
|
+
};
|
|
1679
|
+
$slots: Readonly<{
|
|
1680
|
+
[name: string]: import("vue").Slot | undefined;
|
|
1681
|
+
}>;
|
|
1682
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
1683
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
1684
|
+
$emit: ((event: string, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
|
|
1685
|
+
$el: any;
|
|
1686
|
+
$options: import("vue").ComponentOptionsBase<Readonly<{} & {} & {}>, import("..").ElPopperInjectionContext, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, {}> & {
|
|
1687
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1688
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
1689
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
1690
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
1691
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
1692
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
1693
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
1694
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
1695
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
1696
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
1697
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
1698
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
1699
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
1700
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
1701
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
1702
|
+
};
|
|
1703
|
+
$forceUpdate: () => void;
|
|
1704
|
+
$nextTick: typeof import("vue").nextTick;
|
|
1705
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
1706
|
+
} & Readonly<{} & {} & {}> & import("vue").ShallowUnwrapRef<import("..").ElPopperInjectionContext> & {} & {} & import("vue").ComponentCustomProperties) | null>;
|
|
1707
|
+
open: import("vue").Ref<boolean>;
|
|
1708
|
+
updatePopper: () => void;
|
|
1709
|
+
onOpen: () => void;
|
|
1710
|
+
onClose: () => void;
|
|
1711
|
+
}> & {} & {} & import("vue").ComponentCustomProperties) | null>;
|
|
405
1712
|
selectRef: import("vue").Ref<null>;
|
|
406
1713
|
selectionRef: import("vue").Ref<null>;
|
|
407
|
-
popperRef: import("vue").ComputedRef<
|
|
1714
|
+
popperRef: import("vue").ComputedRef<HTMLElement | null | undefined>;
|
|
408
1715
|
validateState: import("vue").ComputedRef<string>;
|
|
409
1716
|
validateIcon: import("vue").ComputedRef<any>;
|
|
410
|
-
Effect:
|
|
1717
|
+
Effect: {
|
|
1718
|
+
LIGHT: string;
|
|
1719
|
+
DARK: string;
|
|
1720
|
+
};
|
|
411
1721
|
debouncedOnInputChange: import("lodash").DebouncedFunc<() => Promise<void>>;
|
|
412
1722
|
deleteTag: (event: MouseEvent, tag: import("./src/select.types").Option<any>) => Promise<void> | undefined;
|
|
413
1723
|
getLabel: (item: unknown) => any;
|
|
@@ -471,8 +1781,8 @@ export declare const ElSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
471
1781
|
loading: boolean;
|
|
472
1782
|
height: number;
|
|
473
1783
|
multiple: boolean;
|
|
474
|
-
popperClass: string;
|
|
475
1784
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
1785
|
+
popperClass: string;
|
|
476
1786
|
autocomplete: "none" | "both" | "inline" | "list";
|
|
477
1787
|
clearable: boolean;
|
|
478
1788
|
valueKey: string;
|
|
@@ -493,8 +1803,8 @@ export declare const ElSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
493
1803
|
name?: string | undefined;
|
|
494
1804
|
modelValue?: any;
|
|
495
1805
|
label?: string | undefined;
|
|
496
|
-
placeholder?: string | undefined;
|
|
497
1806
|
id?: string | undefined;
|
|
1807
|
+
placeholder?: string | undefined;
|
|
498
1808
|
options?: import("./src/select.types").OptionType<any>[] | undefined;
|
|
499
1809
|
filterMethod?: Function | undefined;
|
|
500
1810
|
loadingText?: string | undefined;
|
|
@@ -504,9 +1814,9 @@ export declare const ElSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
504
1814
|
estimatedOptionHeight?: number | undefined;
|
|
505
1815
|
}> & {
|
|
506
1816
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
507
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
508
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
509
1817
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1818
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1819
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
510
1820
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
511
1821
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
512
1822
|
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
@@ -515,8 +1825,8 @@ export declare const ElSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
515
1825
|
loading: boolean;
|
|
516
1826
|
height: number;
|
|
517
1827
|
multiple: boolean;
|
|
518
|
-
popperClass: string;
|
|
519
1828
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
1829
|
+
popperClass: string;
|
|
520
1830
|
autocomplete: "none" | "both" | "inline" | "list";
|
|
521
1831
|
clearable: boolean;
|
|
522
1832
|
valueKey: string;
|