@fangzhongya/fang-ui 0.0.30 → 0.0.31
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/bin/fang-ui.js +15 -12
- package/dist/components/alert/index.cjs +1 -0
- package/dist/components/alert/index.d.ts +33 -158
- package/dist/components/alert/index.js +1 -0
- package/dist/components/alert/index.scss +5 -0
- package/dist/components/alert/src/data.d.ts +1 -1
- package/dist/components/alert/src/index.cjs +14 -13
- package/dist/components/alert/src/index.d.ts +63 -314
- package/dist/components/alert/src/index.js +11 -10
- package/dist/components/alert/style/index2.scss +2 -0
- package/dist/components/button/index.cjs +1 -0
- package/dist/components/button/index.d.ts +50 -147
- package/dist/components/button/index.js +1 -0
- package/dist/components/button/index.scss +5 -0
- package/dist/components/button/src/data.cjs +1 -1
- package/dist/components/button/src/data.d.ts +2 -2
- package/dist/components/button/src/data.js +1 -1
- package/dist/components/button/src/index.cjs +14 -18
- package/dist/components/button/src/index.d.ts +98 -293
- package/dist/components/button/src/index.js +11 -15
- package/dist/components/button/style/index2.scss +2 -0
- package/dist/components/buttons/src/index.cjs +3 -3
- package/dist/components/buttons/src/index.js +1 -1
- package/dist/components/buttons/style/index2.scss +3 -0
- package/dist/components/card/index.cjs +1 -0
- package/dist/components/card/index.d.ts +18 -79
- package/dist/components/card/index.js +1 -0
- package/dist/components/card/index.scss +5 -0
- package/dist/components/card/src/data.d.ts +4 -4
- package/dist/components/card/src/index.cjs +7 -20
- package/dist/components/card/src/index.d.ts +28 -141
- package/dist/components/card/src/index.js +7 -20
- package/dist/components/card/style/index2.scss +2 -0
- package/dist/components/cascader/index.cjs +1 -0
- package/dist/components/cascader/index.d.ts +121 -302
- package/dist/components/cascader/index.js +1 -0
- package/dist/components/cascader/index.scss +5 -0
- package/dist/components/cascader/src/data.d.ts +4 -4
- package/dist/components/cascader/src/index.cjs +7 -21
- package/dist/components/cascader/src/index.d.ts +232 -587
- package/dist/components/cascader/src/index.js +7 -21
- package/dist/components/cascader/style/index2.scss +2 -0
- package/dist/components/cascader-panel/index.cjs +1 -0
- package/dist/components/cascader-panel/index.d.ts +390 -0
- package/dist/components/cascader-panel/index.js +1 -0
- package/dist/components/cascader-panel/index.scss +5 -0
- package/dist/components/cascader-panel/src/data.d.ts +4 -4
- package/dist/components/cascader-panel/src/index.cjs +7 -21
- package/dist/components/cascader-panel/src/index.d.ts +748 -0
- package/dist/components/cascader-panel/src/index.js +7 -21
- package/dist/components/cascader-panel/style/index2.scss +2 -0
- package/dist/components/checkbox/index.cjs +1 -0
- package/dist/components/checkbox/index.d.ts +6 -5
- package/dist/components/checkbox/index.js +1 -0
- package/dist/components/checkbox/index.scss +5 -0
- package/dist/components/checkbox/src/data.d.ts +1 -1
- package/dist/components/checkbox/src/index.cjs +14 -13
- package/dist/components/checkbox/src/index.d.ts +9 -8
- package/dist/components/checkbox/src/index.js +11 -10
- package/dist/components/checkbox/style/index2.scss +2 -0
- package/dist/components/checkbox-group/index.cjs +1 -0
- package/dist/components/checkbox-group/index.d.ts +17 -57
- package/dist/components/checkbox-group/index.js +1 -0
- package/dist/components/checkbox-group/index.scss +5 -0
- package/dist/components/checkbox-group/src/data.d.ts +1 -1
- package/dist/components/checkbox-group/src/index.cjs +14 -13
- package/dist/components/checkbox-group/src/index.d.ts +30 -112
- package/dist/components/checkbox-group/src/index.js +11 -10
- package/dist/components/checkbox-group/style/index2.scss +3 -0
- package/dist/components/checks/src/index.cjs +11 -10
- package/dist/components/checks/src/index.js +2 -1
- package/dist/components/checks/style/index2.scss +4 -0
- package/dist/components/collapse/index.cjs +1 -0
- package/dist/components/collapse/index.d.ts +21 -54
- package/dist/components/collapse/index.js +1 -0
- package/dist/components/collapse/index.scss +5 -0
- package/dist/components/collapse/src/data.d.ts +4 -4
- package/dist/components/collapse/src/index.cjs +7 -20
- package/dist/components/collapse/src/index.d.ts +34 -91
- package/dist/components/collapse/src/index.js +7 -20
- package/dist/components/collapse/style/index2.scss +2 -0
- package/dist/components/collapse-item/index.cjs +1 -0
- package/dist/components/collapse-item/index.d.ts +16 -49
- package/dist/components/collapse-item/index.js +1 -0
- package/dist/components/collapse-item/index.scss +5 -0
- package/dist/components/collapse-item/src/data.d.ts +4 -4
- package/dist/components/collapse-item/src/index.cjs +7 -20
- package/dist/components/collapse-item/src/index.d.ts +25 -82
- package/dist/components/collapse-item/src/index.js +7 -20
- package/dist/components/collapse-item/style/index2.scss +3 -0
- package/dist/components/color-picker/index.cjs +1 -0
- package/dist/components/color-picker/index.d.ts +132 -0
- package/dist/components/color-picker/index.js +1 -0
- package/dist/components/color-picker/index.scss +5 -0
- package/dist/components/color-picker/src/data.d.ts +4 -4
- package/dist/components/color-picker/src/index.cjs +7 -20
- package/dist/components/color-picker/src/index.d.ts +234 -0
- package/dist/components/color-picker/src/index.js +7 -20
- package/dist/components/color-picker/style/index2.scss +2 -0
- package/dist/components/config-provider/index.cjs +1 -0
- package/dist/components/config-provider/index.d.ts +121 -31
- package/dist/components/config-provider/index.js +1 -0
- package/dist/components/config-provider/index.scss +5 -0
- package/dist/components/config-provider/src/data.cjs +1 -14
- package/dist/components/config-provider/src/data.d.ts +3 -19
- package/dist/components/config-provider/src/data.js +1 -14
- package/dist/components/config-provider/src/index.cjs +15 -15
- package/dist/components/config-provider/src/index.d.ts +225 -19
- package/dist/components/config-provider/src/index.js +14 -14
- package/dist/components/config-provider/src/zh-cn.d.ts +1 -0
- package/dist/components/config-provider/style/index2.scss +2 -0
- package/dist/components/date-picker/index.cjs +1 -0
- package/dist/components/date-picker/index.d.ts +71 -292
- package/dist/components/date-picker/index.js +1 -0
- package/dist/components/date-picker/index.scss +5 -0
- package/dist/components/date-picker/src/data.d.ts +1 -1
- package/dist/components/date-picker/src/index.cjs +14 -13
- package/dist/components/date-picker/src/index.d.ts +137 -582
- package/dist/components/date-picker/src/index.js +11 -10
- package/dist/components/date-picker/style/index2.scss +2 -0
- package/dist/components/dates/src/index.cjs +2 -2
- package/dist/components/dates/src/index.js +1 -1
- package/dist/components/dates/style/index2.scss +3 -0
- package/dist/components/dropdown/index.cjs +1 -0
- package/dist/components/dropdown/index.d.ts +62 -268
- package/dist/components/dropdown/index.js +1 -0
- package/dist/components/dropdown/index.scss +5 -0
- package/dist/components/dropdown/src/data.d.ts +1 -1
- package/dist/components/dropdown/src/index.cjs +14 -13
- package/dist/components/dropdown/src/index.d.ts +118 -534
- package/dist/components/dropdown/src/index.js +11 -10
- package/dist/components/dropdown/style/index2.scss +2 -0
- package/dist/components/dropdown-item/index.cjs +1 -0
- package/dist/components/dropdown-item/index.d.ts +12 -25
- package/dist/components/dropdown-item/index.js +1 -0
- package/dist/components/dropdown-item/index.scss +5 -0
- package/dist/components/dropdown-item/src/data.d.ts +1 -2
- package/dist/components/dropdown-item/src/index.cjs +14 -13
- package/dist/components/dropdown-item/src/index.d.ts +22 -49
- package/dist/components/dropdown-item/src/index.js +11 -10
- package/dist/components/dropdown-item/style/index2.scss +3 -0
- package/dist/components/dropdown-menu/index.cjs +1 -0
- package/dist/components/dropdown-menu/index.d.ts +4 -3
- package/dist/components/dropdown-menu/index.js +1 -0
- package/dist/components/dropdown-menu/index.scss +5 -0
- package/dist/components/dropdown-menu/src/data.d.ts +1 -2
- package/dist/components/dropdown-menu/src/index.cjs +14 -13
- package/dist/components/dropdown-menu/src/index.d.ts +6 -5
- package/dist/components/dropdown-menu/src/index.js +11 -10
- package/dist/components/dropdown-menu/style/index2.scss +3 -0
- package/dist/components/edit/index.cjs +3 -2
- package/dist/components/edit/index.css +17 -7
- package/dist/components/edit/index.js +3 -2
- package/dist/components/edit/index.scss +20 -0
- package/dist/components/edit/src/index.cjs +115 -5
- package/dist/components/edit/src/index.js +115 -5
- package/dist/components/edit/src/index2.cjs +2 -115
- package/dist/components/edit/src/index2.js +1 -114
- package/dist/components/form/index.cjs +1 -0
- package/dist/components/form/index.d.ts +184 -3
- package/dist/components/form/index.js +1 -0
- package/dist/components/form/index.scss +5 -0
- package/dist/components/form/src/data.cjs +3 -0
- package/dist/components/form/src/data.d.ts +1 -1
- package/dist/components/form/src/data.js +4 -1
- package/dist/components/form/src/index.cjs +15 -12
- package/dist/components/form/src/index.d.ts +363 -4
- package/dist/components/form/src/index.js +15 -12
- package/dist/components/form/style/index2.scss +2 -0
- package/dist/components/form-item/index.cjs +1 -0
- package/dist/components/form-item/index.d.ts +45 -114
- package/dist/components/form-item/index.js +1 -0
- package/dist/components/form-item/index.scss +5 -0
- package/dist/components/form-item/src/data.d.ts +1 -2
- package/dist/components/form-item/src/index.cjs +14 -13
- package/dist/components/form-item/src/index.d.ts +87 -226
- package/dist/components/form-item/src/index.js +11 -10
- package/dist/components/form-item/style/index2.scss +3 -0
- package/dist/components/image/index.cjs +1 -0
- package/dist/components/image/index.d.ts +45 -176
- package/dist/components/image/index.js +1 -0
- package/dist/components/image/index.scss +5 -0
- package/dist/components/image/src/data.d.ts +4 -4
- package/dist/components/image/src/index.cjs +7 -20
- package/dist/components/image/src/index.d.ts +82 -335
- package/dist/components/image/src/index.js +7 -20
- package/dist/components/image/style/index2.scss +2 -0
- package/dist/components/index.cjs +48 -54
- package/dist/components/index.d.ts +0 -3
- package/dist/components/index.js +0 -6
- package/dist/components/index.scss +39 -1
- package/dist/components/input/index.cjs +1 -0
- package/dist/components/input/index.d.ts +70 -211
- package/dist/components/input/index.js +1 -0
- package/dist/components/input/index.scss +5 -0
- package/dist/components/input/src/index.cjs +14 -13
- package/dist/components/input/src/index.d.ts +137 -420
- package/dist/components/input/src/index.js +11 -10
- package/dist/components/input/style/index2.scss +2 -0
- package/dist/components/input-number/index.cjs +1 -0
- package/dist/components/input-number/index.d.ts +40 -165
- package/dist/components/input-number/index.js +1 -0
- package/dist/components/input-number/index.scss +5 -0
- package/dist/components/input-number/src/data.d.ts +1 -1
- package/dist/components/input-number/src/index.cjs +14 -13
- package/dist/components/input-number/src/index.d.ts +78 -329
- package/dist/components/input-number/src/index.js +11 -10
- package/dist/components/input-number/style/index2.scss +2 -0
- package/dist/components/option/index.cjs +1 -0
- package/dist/components/option/index.d.ts +14 -32
- package/dist/components/option/index.js +1 -0
- package/dist/components/option/index.scss +5 -0
- package/dist/components/option/src/data.cjs +1 -10
- package/dist/components/option/src/data.d.ts +2 -10
- package/dist/components/option/src/data.js +1 -10
- package/dist/components/option/src/index.cjs +13 -17
- package/dist/components/option/src/index.d.ts +13 -152
- package/dist/components/option/src/index.js +10 -14
- package/dist/components/option/style/index2.scss +3 -0
- package/dist/components/option-group/index.cjs +1 -0
- package/dist/components/option-group/index.d.ts +1 -1
- package/dist/components/option-group/index.js +1 -0
- package/dist/components/option-group/index.scss +5 -0
- package/dist/components/option-group/src/data.d.ts +1 -2
- package/dist/components/option-group/src/index.cjs +14 -13
- package/dist/components/option-group/src/index.d.ts +1 -1
- package/dist/components/option-group/src/index.js +11 -10
- package/dist/components/option-group/style/index2.scss +3 -0
- package/dist/components/pagination/index.cjs +1 -0
- package/dist/components/pagination/index.d.ts +35 -160
- package/dist/components/pagination/index.js +1 -0
- package/dist/components/pagination/index.scss +5 -0
- package/dist/components/pagination/src/data.d.ts +1 -1
- package/dist/components/pagination/src/index.cjs +14 -13
- package/dist/components/pagination/src/index.d.ts +67 -318
- package/dist/components/pagination/src/index.js +11 -10
- package/dist/components/pagination/style/index2.scss +2 -0
- package/dist/components/popconfirm/index.cjs +1 -0
- package/dist/components/popconfirm/index.d.ts +37 -134
- package/dist/components/popconfirm/index.js +1 -0
- package/dist/components/popconfirm/index.scss +5 -0
- package/dist/components/popconfirm/src/data.d.ts +1 -1
- package/dist/components/popconfirm/src/index.cjs +14 -13
- package/dist/components/popconfirm/src/index.d.ts +71 -266
- package/dist/components/popconfirm/src/index.js +11 -10
- package/dist/components/popconfirm/style/index2.scss +2 -0
- package/dist/components/popover/index.cjs +1 -0
- package/dist/components/popover/index.d.ts +319 -311
- package/dist/components/popover/index.js +1 -0
- package/dist/components/popover/index.scss +5 -0
- package/dist/components/popover/src/data.d.ts +4 -4
- package/dist/components/popover/src/index.cjs +7 -20
- package/dist/components/popover/src/index.d.ts +642 -618
- package/dist/components/popover/src/index.js +7 -20
- package/dist/components/popover/style/index2.scss +2 -0
- package/dist/components/radio/index.cjs +1 -0
- package/dist/components/radio/index.d.ts +25 -80
- package/dist/components/radio/index.js +1 -0
- package/dist/components/radio/index.scss +5 -0
- package/dist/components/radio/src/data.d.ts +1 -1
- package/dist/components/radio/src/index.cjs +14 -13
- package/dist/components/radio/src/index.d.ts +48 -159
- package/dist/components/radio/src/index.js +11 -10
- package/dist/components/radio/style/index2.scss +2 -0
- package/dist/components/radio-group/index.cjs +1 -0
- package/dist/components/radio-group/index.d.ts +25 -108
- package/dist/components/radio-group/index.js +1 -0
- package/dist/components/radio-group/index.scss +5 -0
- package/dist/components/radio-group/src/data.d.ts +1 -1
- package/dist/components/radio-group/src/index.cjs +14 -13
- package/dist/components/radio-group/src/index.d.ts +48 -215
- package/dist/components/radio-group/src/index.js +11 -10
- package/dist/components/radio-group/style/index2.scss +3 -0
- package/dist/components/select/index.cjs +1 -0
- package/dist/components/select/index.d.ts +121 -368
- package/dist/components/select/index.js +1 -0
- package/dist/components/select/index.scss +5 -0
- package/dist/components/select/src/data.d.ts +1 -1
- package/dist/components/select/src/index.cjs +14 -13
- package/dist/components/select/src/index.d.ts +235 -734
- package/dist/components/select/src/index.js +11 -10
- package/dist/components/select/style/index2.scss +2 -0
- package/dist/components/slider/index.cjs +1 -0
- package/dist/components/slider/index.d.ts +117 -295
- package/dist/components/slider/index.js +1 -0
- package/dist/components/slider/index.scss +5 -0
- package/dist/components/slider/src/data.d.ts +4 -4
- package/dist/components/slider/src/index.cjs +7 -20
- package/dist/components/slider/src/index.d.ts +226 -574
- package/dist/components/slider/src/index.js +7 -20
- package/dist/components/slider/style/index2.scss +2 -0
- package/dist/components/switch/index.cjs +1 -0
- package/dist/components/switch/index.d.ts +56 -167
- package/dist/components/switch/index.js +1 -0
- package/dist/components/switch/index.scss +5 -0
- package/dist/components/switch/src/data.d.ts +1 -1
- package/dist/components/switch/src/index.cjs +14 -13
- package/dist/components/switch/src/index.d.ts +110 -333
- package/dist/components/switch/src/index.js +11 -10
- package/dist/components/switch/style/index2.scss +2 -0
- package/dist/components/tab-pane/index.cjs +1 -0
- package/dist/components/tab-pane/index.d.ts +7 -20
- package/dist/components/tab-pane/index.js +1 -0
- package/dist/components/tab-pane/index.scss +5 -0
- package/dist/components/tab-pane/src/data.d.ts +1 -2
- package/dist/components/tab-pane/src/index.cjs +14 -13
- package/dist/components/tab-pane/src/index.d.ts +12 -39
- package/dist/components/tab-pane/src/index.js +11 -10
- package/dist/components/tab-pane/style/index2.scss +3 -0
- package/dist/components/tables/common/table-but.cjs +9 -9
- package/dist/components/tables/common/table-but.js +1 -1
- package/dist/components/tabs/index.cjs +1 -0
- package/dist/components/tabs/index.d.ts +35 -60
- package/dist/components/tabs/index.js +1 -0
- package/dist/components/tabs/index.scss +5 -0
- package/dist/components/tabs/src/data.d.ts +1 -1
- package/dist/components/tabs/src/index.cjs +14 -13
- package/dist/components/tabs/src/index.d.ts +67 -118
- package/dist/components/tabs/src/index.js +11 -10
- package/dist/components/tabs/style/index2.scss +2 -0
- package/dist/components/time-picker/index.cjs +1 -0
- package/dist/components/time-picker/index.d.ts +68 -290
- package/dist/components/time-picker/index.js +1 -0
- package/dist/components/time-picker/index.scss +5 -0
- package/dist/components/time-picker/src/data.d.ts +1 -1
- package/dist/components/time-picker/src/index.cjs +14 -13
- package/dist/components/time-picker/src/index.d.ts +132 -578
- package/dist/components/time-picker/src/index.js +11 -10
- package/dist/components/time-picker/style/index2.scss +2 -0
- package/dist/components/time-select/index.cjs +1 -0
- package/dist/components/time-select/index.d.ts +36 -175
- package/dist/components/time-select/index.js +1 -0
- package/dist/components/time-select/index.scss +5 -0
- package/dist/components/time-select/src/data.d.ts +1 -1
- package/dist/components/time-select/src/index.cjs +14 -13
- package/dist/components/time-select/src/index.d.ts +70 -349
- package/dist/components/time-select/src/index.js +11 -10
- package/dist/components/time-select/style/index2.scss +2 -0
- package/dist/components/tooltip/index.cjs +1 -0
- package/dist/components/tooltip/index.d.ts +566 -413
- package/dist/components/tooltip/index.js +1 -0
- package/dist/components/tooltip/index.scss +5 -0
- package/dist/components/tooltip/src/data.d.ts +1 -1
- package/dist/components/tooltip/src/index.cjs +14 -13
- package/dist/components/tooltip/src/index.d.ts +1134 -831
- package/dist/components/tooltip/src/index.js +11 -10
- package/dist/components/tooltip/style/index2.scss +2 -0
- package/dist/components/tree/index.cjs +1 -0
- package/dist/components/tree/index.d.ts +547 -14053
- package/dist/components/tree/index.js +1 -0
- package/dist/components/tree/index.scss +5 -0
- package/dist/components/tree/src/data.d.ts +4 -4
- package/dist/components/tree/src/index.cjs +13 -31
- package/dist/components/tree/src/index.d.ts +1266 -28268
- package/dist/components/tree/src/index.js +13 -31
- package/dist/components/tree/style/index2.scss +2 -0
- package/dist/components/tree-select/index.cjs +1 -0
- package/dist/components/tree-select/index.d.ts +4 -10
- package/dist/components/tree-select/index.js +1 -0
- package/dist/components/tree-select/index.scss +5 -0
- package/dist/components/tree-select/src/data.d.ts +4 -4
- package/dist/components/tree-select/src/index.cjs +7 -20
- package/dist/components/tree-select/src/index.d.ts +2 -4
- package/dist/components/tree-select/src/index.js +7 -20
- package/dist/components/tree-select/style/index2.scss +2 -0
- package/dist/components/tree-select-box/index.d.ts +1415 -0
- package/dist/components/tree-select-box/src/index.d.ts +2504 -0
- package/dist/components/upload/index.cjs +1 -0
- package/dist/components/upload/index.d.ts +212 -367
- package/dist/components/upload/index.js +1 -0
- package/dist/components/upload/index.scss +5 -0
- package/dist/components/upload/src/data.d.ts +1 -1
- package/dist/components/upload/src/index.cjs +14 -13
- package/dist/components/upload/src/index.d.ts +429 -740
- package/dist/components/upload/src/index.js +11 -10
- package/dist/components/upload/style/index2.scss +2 -0
- package/dist/components/user-select/index.d.ts +1421 -0
- package/dist/components/user-select/src/index.d.ts +2509 -0
- package/dist/directives/scroll/index.cjs +2 -2
- package/dist/directives/scroll/index.js +2 -2
- package/dist/expand/{chunk-P5447R3I.cjs → chunk-JOH5MZT3.cjs} +0 -3
- package/dist/expand/{chunk-VZAQ2FM7.js → chunk-XJ2UIJNI.js} +0 -3
- package/dist/expand/components.cjs +5 -5
- package/dist/expand/components.js +1 -1
- package/dist/expand/config.cjs +2 -2
- package/dist/expand/config.js +1 -1
- package/dist/index.cjs +66 -72
- package/dist/index.css +18 -0
- package/dist/index.js +0 -6
- package/dist/type.d.ts +204 -0
- package/dist/utils/vues/common.cjs +1 -74
- package/dist/utils/vues/common.js +1 -74
- package/package.json +4 -4
- package/dist/components/date/index.cjs +0 -7
- package/dist/components/date/index.d.ts +0 -29
- package/dist/components/date/index.js +0 -7
- package/dist/components/date/src/data.cjs +0 -19
- package/dist/components/date/src/data.d.ts +0 -27
- package/dist/components/date/src/data.js +0 -19
- package/dist/components/date/src/index.cjs +0 -24
- package/dist/components/date/src/index.d.ts +0 -24
- package/dist/components/date/src/index.js +0 -24
- package/dist/components/date/src/index2.cjs +0 -4
- package/dist/components/date/src/index2.js +0 -4
- package/dist/components/table-list/index.cjs +0 -7
- package/dist/components/table-list/index.d.ts +0 -93
- package/dist/components/table-list/index.js +0 -7
- package/dist/components/table-list/src/data.cjs +0 -78
- package/dist/components/table-list/src/data.d.ts +0 -64
- package/dist/components/table-list/src/data.js +0 -78
- package/dist/components/table-list/src/index.cjs +0 -37
- package/dist/components/table-list/src/index.d.ts +0 -54
- package/dist/components/table-list/src/index.js +0 -37
- package/dist/components/table-list/src/index2.cjs +0 -4
- package/dist/components/table-list/src/index2.js +0 -4
- package/dist/components/table-list/src/table-list.cjs +0 -221
- package/dist/components/table-list/src/table-list.d.ts +0 -5
- package/dist/components/table-list/src/table-list.js +0 -221
- package/dist/components/tables/common/business.d.ts +0 -40
- package/dist/components/tables-form/index.cjs +0 -8
- package/dist/components/tables-form/index.js +0 -8
- package/dist/components/tables-form/index.scss +0 -0
- package/dist/components/tables-form/src/column.cjs +0 -270
- package/dist/components/tables-form/src/column.d.ts +0 -9
- package/dist/components/tables-form/src/column.js +0 -270
- package/dist/components/tables-form/src/columns.cjs +0 -48
- package/dist/components/tables-form/src/columns.d.ts +0 -1
- package/dist/components/tables-form/src/columns.js +0 -48
- package/dist/components/tables-form/src/columns2.cjs +0 -4
- package/dist/components/tables-form/src/columns2.js +0 -4
- package/dist/components/tables-form/src/columns3.cjs +0 -52
- package/dist/components/tables-form/src/columns3.js +0 -52
- package/dist/components/tables-form/src/data.cjs +0 -91
- package/dist/components/tables-form/src/data.d.ts +0 -112
- package/dist/components/tables-form/src/data.js +0 -91
- package/dist/components/tables-form/src/index.cjs +0 -247
- package/dist/components/tables-form/src/index.js +0 -247
- package/dist/components/tables-form/src/index2.cjs +0 -4
- package/dist/components/tables-form/src/index2.js +0 -4
- package/dist/components/tables-form/style/index.scss.cjs +0 -1
- package/dist/components/tables-form/style/index.scss.js +0 -1
- package/dist/components/tables-form/style/index2.scss +0 -0
- /package/dist/components/{forms-item → forms-items}/index.css +0 -0
- /package/dist/components/{text → radio-group}/index.css +0 -0
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { CreateComponentPublicInstanceWithMixins, Ref, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentInternalInstance, StyleValue, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, PropType, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, Plugin } from 'vue';
|
|
2
|
-
import {
|
|
2
|
+
import { EpPropMergeType, Arrayable, EpPropFinalized } from 'element-plus/es/utils';
|
|
3
|
+
import { Placement, PopperEffect, Options, Measurable, PopperInstance } from 'element-plus/es/components/popper';
|
|
4
|
+
import { TooltipTriggerType } from 'element-plus/es/index';
|
|
5
|
+
import { TooltipContentInstance } from 'element-plus/es/components/tooltip';
|
|
3
6
|
import { OnCleanup } from '@vue/reactivity';
|
|
4
7
|
declare const Tooltip: {
|
|
5
8
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
@@ -12,61 +15,61 @@ declare const Tooltip: {
|
|
|
12
15
|
disabled: boolean;
|
|
13
16
|
content: string;
|
|
14
17
|
offset: number;
|
|
15
|
-
visible: boolean | null
|
|
18
|
+
visible: EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
|
16
19
|
open: boolean;
|
|
17
|
-
placement:
|
|
18
|
-
strategy: "fixed" | "absolute"
|
|
19
|
-
effect: PopperEffect
|
|
20
|
+
placement: EpPropMergeType<StringConstructor, Placement, unknown>;
|
|
21
|
+
strategy: EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
22
|
+
effect: EpPropMergeType<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown>;
|
|
20
23
|
showAfter: number;
|
|
21
24
|
hideAfter: number;
|
|
22
25
|
autoClose: number;
|
|
23
|
-
role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation"
|
|
24
|
-
trigger: TooltipTriggerType | TooltipTriggerType[]
|
|
26
|
+
role: EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
|
27
|
+
trigger: EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | TooltipTriggerType[]) | (() => Arrayable<TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | TooltipTriggerType[]) | (() => Arrayable<TooltipTriggerType>))[], unknown, unknown>;
|
|
25
28
|
virtualTriggering: boolean;
|
|
26
29
|
arrowOffset: number;
|
|
27
30
|
boundariesPadding: number;
|
|
28
31
|
fallbackPlacements: Placement[];
|
|
29
|
-
gpuAcceleration:
|
|
30
|
-
popperOptions: Partial<Options>;
|
|
31
|
-
enterable:
|
|
32
|
-
stopPopperMouseEvent:
|
|
32
|
+
gpuAcceleration: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
33
|
+
popperOptions: Partial< Options>;
|
|
34
|
+
enterable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
35
|
+
stopPopperMouseEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
33
36
|
pure: boolean;
|
|
34
37
|
focusOnShow: boolean;
|
|
35
38
|
trapping: boolean;
|
|
36
39
|
triggerKeys: string[];
|
|
37
|
-
teleported:
|
|
40
|
+
teleported: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
38
41
|
rawContent: boolean;
|
|
39
42
|
persistent: boolean;
|
|
40
|
-
showArrow:
|
|
43
|
+
showArrow: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
41
44
|
}> & Omit<{
|
|
42
|
-
readonly visible: boolean | null
|
|
45
|
+
readonly visible: EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
|
43
46
|
readonly disabled: boolean;
|
|
44
|
-
readonly teleported:
|
|
47
|
+
readonly teleported: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
45
48
|
readonly showAfter: number;
|
|
46
49
|
readonly hideAfter: number;
|
|
47
50
|
readonly autoClose: number;
|
|
48
|
-
readonly effect: PopperEffect
|
|
51
|
+
readonly effect: EpPropMergeType<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown>;
|
|
49
52
|
readonly open: boolean;
|
|
50
53
|
readonly offset: number;
|
|
51
54
|
readonly persistent: boolean;
|
|
52
|
-
readonly trigger: TooltipTriggerType | TooltipTriggerType[]
|
|
55
|
+
readonly trigger: EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | TooltipTriggerType[]) | (() => Arrayable<TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | TooltipTriggerType[]) | (() => Arrayable<TooltipTriggerType>))[], unknown, unknown>;
|
|
53
56
|
readonly triggerKeys: string[];
|
|
54
57
|
readonly placement: string;
|
|
55
58
|
readonly popperOptions: any;
|
|
56
59
|
readonly content: string;
|
|
57
|
-
readonly enterable:
|
|
58
|
-
readonly showArrow:
|
|
59
|
-
readonly role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation"
|
|
60
|
+
readonly enterable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
61
|
+
readonly showArrow: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
62
|
+
readonly role: EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
|
60
63
|
readonly arrowOffset: number;
|
|
61
64
|
readonly virtualTriggering: boolean;
|
|
62
65
|
readonly rawContent: boolean;
|
|
63
66
|
readonly pure: boolean;
|
|
64
67
|
readonly focusOnShow: boolean;
|
|
65
68
|
readonly trapping: boolean;
|
|
66
|
-
readonly stopPopperMouseEvent:
|
|
69
|
+
readonly stopPopperMouseEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
67
70
|
readonly boundariesPadding: number;
|
|
68
|
-
readonly gpuAcceleration:
|
|
69
|
-
readonly strategy: "fixed" | "absolute"
|
|
71
|
+
readonly gpuAcceleration: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
72
|
+
readonly strategy: EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
70
73
|
readonly zIndex?: number | undefined;
|
|
71
74
|
readonly style?: StyleValue;
|
|
72
75
|
readonly onFocus?: ((e: Event) => void) | undefined;
|
|
@@ -76,11 +79,11 @@ declare const Tooltip: {
|
|
|
76
79
|
readonly onContextmenu?: ((e: Event) => void) | undefined;
|
|
77
80
|
readonly onMouseenter?: ((e: Event) => void) | undefined;
|
|
78
81
|
readonly onMouseleave?: ((e: Event) => void) | undefined;
|
|
79
|
-
readonly appendTo?: (string | HTMLElement) | undefined;
|
|
82
|
+
readonly appendTo?: EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown> | undefined;
|
|
80
83
|
readonly transition?: string | undefined;
|
|
81
84
|
readonly ariaLabel?: string | undefined;
|
|
82
85
|
readonly id?: string | undefined;
|
|
83
|
-
readonly popperClass?: (string | {
|
|
86
|
+
readonly popperClass?: EpPropMergeType<(new (...args: any[]) => string | {
|
|
84
87
|
[x: string]: boolean;
|
|
85
88
|
} | (string | {
|
|
86
89
|
[x: string]: boolean;
|
|
@@ -100,13 +103,97 @@ declare const Tooltip: {
|
|
|
100
103
|
[x: string]: boolean;
|
|
101
104
|
} | (string | {
|
|
102
105
|
[x: string]: boolean;
|
|
103
|
-
} | (string |
|
|
106
|
+
} | (string | {
|
|
107
|
+
[x: string]: boolean;
|
|
108
|
+
} | (string | {
|
|
109
|
+
[x: string]: boolean;
|
|
110
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
111
|
+
[x: string]: boolean;
|
|
112
|
+
} | (string | {
|
|
113
|
+
[x: string]: boolean;
|
|
114
|
+
} | (string | {
|
|
115
|
+
[x: string]: boolean;
|
|
116
|
+
} | (string | {
|
|
117
|
+
[x: string]: boolean;
|
|
118
|
+
} | (string | {
|
|
119
|
+
[x: string]: boolean;
|
|
120
|
+
} | (string | {
|
|
121
|
+
[x: string]: boolean;
|
|
122
|
+
} | (string | {
|
|
123
|
+
[x: string]: boolean;
|
|
124
|
+
} | (string | {
|
|
125
|
+
[x: string]: boolean;
|
|
126
|
+
} | (string | {
|
|
127
|
+
[x: string]: boolean;
|
|
128
|
+
} | (string | {
|
|
129
|
+
[x: string]: boolean;
|
|
130
|
+
} | (string | {
|
|
131
|
+
[x: string]: boolean;
|
|
132
|
+
} | (string | {
|
|
133
|
+
[x: string]: boolean;
|
|
134
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
135
|
+
[x: string]: boolean;
|
|
136
|
+
} | (string | {
|
|
137
|
+
[x: string]: boolean;
|
|
138
|
+
} | (string | {
|
|
139
|
+
[x: string]: boolean;
|
|
140
|
+
} | (string | {
|
|
141
|
+
[x: string]: boolean;
|
|
142
|
+
} | (string | {
|
|
143
|
+
[x: string]: boolean;
|
|
144
|
+
} | (string | {
|
|
145
|
+
[x: string]: boolean;
|
|
146
|
+
} | (string | {
|
|
147
|
+
[x: string]: boolean;
|
|
148
|
+
} | (string | {
|
|
149
|
+
[x: string]: boolean;
|
|
150
|
+
} | (string | {
|
|
151
|
+
[x: string]: boolean;
|
|
152
|
+
} | (string | {
|
|
104
153
|
[x: string]: boolean;
|
|
105
|
-
}
|
|
154
|
+
} | (string | {
|
|
155
|
+
[x: string]: boolean;
|
|
156
|
+
} | (string | {
|
|
157
|
+
[x: string]: boolean;
|
|
158
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
159
|
+
[x: string]: boolean;
|
|
160
|
+
} | (string | {
|
|
161
|
+
[x: string]: boolean;
|
|
162
|
+
} | (string | {
|
|
163
|
+
[x: string]: boolean;
|
|
164
|
+
} | (string | {
|
|
165
|
+
[x: string]: boolean;
|
|
166
|
+
} | (string | {
|
|
167
|
+
[x: string]: boolean;
|
|
168
|
+
} | (string | {
|
|
169
|
+
[x: string]: boolean;
|
|
170
|
+
} | (string | {
|
|
171
|
+
[x: string]: boolean;
|
|
172
|
+
} | (string | {
|
|
173
|
+
[x: string]: boolean;
|
|
174
|
+
} | (string | {
|
|
175
|
+
[x: string]: boolean;
|
|
176
|
+
} | (string | {
|
|
177
|
+
[x: string]: boolean;
|
|
178
|
+
} | (string | {
|
|
179
|
+
[x: string]: boolean;
|
|
180
|
+
} | (string | {
|
|
181
|
+
[x: string]: boolean;
|
|
182
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
|
|
106
183
|
readonly popperStyle?: StyleValue;
|
|
107
184
|
readonly "onUpdate:visible"?: ((val: boolean) => void) | undefined;
|
|
108
185
|
readonly virtualRef?: Measurable | undefined;
|
|
109
|
-
readonly className?: (string | {
|
|
186
|
+
readonly className?: EpPropMergeType<(new (...args: any[]) => string | {
|
|
187
|
+
[x: string]: boolean;
|
|
188
|
+
} | (string | {
|
|
189
|
+
[x: string]: boolean;
|
|
190
|
+
} | (string | {
|
|
191
|
+
[x: string]: boolean;
|
|
192
|
+
} | (string | {
|
|
193
|
+
[x: string]: boolean;
|
|
194
|
+
} | (string | {
|
|
195
|
+
[x: string]: boolean;
|
|
196
|
+
} | (string | {
|
|
110
197
|
[x: string]: boolean;
|
|
111
198
|
} | (string | {
|
|
112
199
|
[x: string]: boolean;
|
|
@@ -120,18 +207,82 @@ declare const Tooltip: {
|
|
|
120
207
|
[x: string]: boolean;
|
|
121
208
|
} | (string | {
|
|
122
209
|
[x: string]: boolean;
|
|
210
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
211
|
+
[x: string]: boolean;
|
|
212
|
+
} | (string | {
|
|
213
|
+
[x: string]: boolean;
|
|
123
214
|
} | (string | {
|
|
124
215
|
[x: string]: boolean;
|
|
125
216
|
} | (string | {
|
|
126
217
|
[x: string]: boolean;
|
|
127
218
|
} | (string | {
|
|
128
219
|
[x: string]: boolean;
|
|
129
|
-
} | (string |
|
|
220
|
+
} | (string | {
|
|
221
|
+
[x: string]: boolean;
|
|
222
|
+
} | (string | {
|
|
223
|
+
[x: string]: boolean;
|
|
224
|
+
} | (string | {
|
|
130
225
|
[x: string]: boolean;
|
|
131
|
-
}
|
|
226
|
+
} | (string | {
|
|
227
|
+
[x: string]: boolean;
|
|
228
|
+
} | (string | {
|
|
229
|
+
[x: string]: boolean;
|
|
230
|
+
} | (string | {
|
|
231
|
+
[x: string]: boolean;
|
|
232
|
+
} | (string | {
|
|
233
|
+
[x: string]: boolean;
|
|
234
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
235
|
+
[x: string]: boolean;
|
|
236
|
+
} | (string | {
|
|
237
|
+
[x: string]: boolean;
|
|
238
|
+
} | (string | {
|
|
239
|
+
[x: string]: boolean;
|
|
240
|
+
} | (string | {
|
|
241
|
+
[x: string]: boolean;
|
|
242
|
+
} | (string | {
|
|
243
|
+
[x: string]: boolean;
|
|
244
|
+
} | (string | {
|
|
245
|
+
[x: string]: boolean;
|
|
246
|
+
} | (string | {
|
|
247
|
+
[x: string]: boolean;
|
|
248
|
+
} | (string | {
|
|
249
|
+
[x: string]: boolean;
|
|
250
|
+
} | (string | {
|
|
251
|
+
[x: string]: boolean;
|
|
252
|
+
} | (string | {
|
|
253
|
+
[x: string]: boolean;
|
|
254
|
+
} | (string | {
|
|
255
|
+
[x: string]: boolean;
|
|
256
|
+
} | (string | {
|
|
257
|
+
[x: string]: boolean;
|
|
258
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
259
|
+
[x: string]: boolean;
|
|
260
|
+
} | (string | {
|
|
261
|
+
[x: string]: boolean;
|
|
262
|
+
} | (string | {
|
|
263
|
+
[x: string]: boolean;
|
|
264
|
+
} | (string | {
|
|
265
|
+
[x: string]: boolean;
|
|
266
|
+
} | (string | {
|
|
267
|
+
[x: string]: boolean;
|
|
268
|
+
} | (string | {
|
|
269
|
+
[x: string]: boolean;
|
|
270
|
+
} | (string | {
|
|
271
|
+
[x: string]: boolean;
|
|
272
|
+
} | (string | {
|
|
273
|
+
[x: string]: boolean;
|
|
274
|
+
} | (string | {
|
|
275
|
+
[x: string]: boolean;
|
|
276
|
+
} | (string | {
|
|
277
|
+
[x: string]: boolean;
|
|
278
|
+
} | (string | {
|
|
279
|
+
[x: string]: boolean;
|
|
280
|
+
} | (string | {
|
|
281
|
+
[x: string]: boolean;
|
|
282
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
|
|
132
283
|
readonly referenceEl?: HTMLElement | undefined;
|
|
133
284
|
readonly triggerTargetEl?: HTMLElement | undefined;
|
|
134
|
-
readonly fallbackPlacements?:
|
|
285
|
+
readonly fallbackPlacements?: any[] | undefined;
|
|
135
286
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "visible" | "disabled" | "teleported" | "showAfter" | "hideAfter" | "autoClose" | "effect" | "open" | "offset" | "persistent" | "trigger" | "triggerKeys" | "placement" | "popperOptions" | "content" | "enterable" | "showArrow" | "role" | "arrowOffset" | "virtualTriggering" | "rawContent" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "strategy">;
|
|
136
287
|
$attrs: {
|
|
137
288
|
[x: string]: unknown;
|
|
@@ -148,39 +299,11 @@ declare const Tooltip: {
|
|
|
148
299
|
$emit: (event: string, ...args: any[]) => void;
|
|
149
300
|
$el: any;
|
|
150
301
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
151
|
-
showArrow:
|
|
152
|
-
|
|
153
|
-
readonly required: false;
|
|
154
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
155
|
-
__epPropKey: true;
|
|
156
|
-
} & {
|
|
157
|
-
readonly default: boolean;
|
|
158
|
-
};
|
|
159
|
-
arrowOffset: {
|
|
160
|
-
readonly type: PropType<number>;
|
|
161
|
-
readonly required: false;
|
|
162
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
163
|
-
__epPropKey: true;
|
|
164
|
-
} & {
|
|
165
|
-
readonly default: 5;
|
|
166
|
-
};
|
|
302
|
+
showArrow: EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
303
|
+
arrowOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
167
304
|
disabled: BooleanConstructor;
|
|
168
|
-
trigger:
|
|
169
|
-
|
|
170
|
-
readonly required: false;
|
|
171
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
172
|
-
__epPropKey: true;
|
|
173
|
-
} & {
|
|
174
|
-
readonly default: "hover";
|
|
175
|
-
};
|
|
176
|
-
triggerKeys: {
|
|
177
|
-
readonly type: PropType<string[]>;
|
|
178
|
-
readonly required: false;
|
|
179
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
180
|
-
__epPropKey: true;
|
|
181
|
-
} & {
|
|
182
|
-
readonly default: () => string[];
|
|
183
|
-
};
|
|
305
|
+
trigger: EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | TooltipTriggerType[]) | (() => Arrayable<TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | TooltipTriggerType[]) | (() => Arrayable<TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
|
306
|
+
triggerKeys: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
184
307
|
virtualRef: {
|
|
185
308
|
readonly type: PropType<Measurable>;
|
|
186
309
|
readonly required: false;
|
|
@@ -234,38 +357,17 @@ declare const Tooltip: {
|
|
|
234
357
|
open: BooleanConstructor;
|
|
235
358
|
ariaLabel: StringConstructor;
|
|
236
359
|
appendTo: {
|
|
237
|
-
readonly type: PropType<string | HTMLElement
|
|
360
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>>;
|
|
238
361
|
readonly required: false;
|
|
239
362
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
240
363
|
__epPropKey: true;
|
|
241
364
|
};
|
|
242
|
-
content:
|
|
243
|
-
readonly type: PropType<string>;
|
|
244
|
-
readonly required: false;
|
|
245
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
246
|
-
__epPropKey: true;
|
|
247
|
-
} & {
|
|
248
|
-
readonly default: "";
|
|
249
|
-
};
|
|
365
|
+
content: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
250
366
|
rawContent: BooleanConstructor;
|
|
251
367
|
persistent: BooleanConstructor;
|
|
252
|
-
visible:
|
|
253
|
-
readonly type: PropType<boolean | null>;
|
|
254
|
-
readonly required: false;
|
|
255
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
256
|
-
__epPropKey: true;
|
|
257
|
-
} & {
|
|
258
|
-
readonly default: null;
|
|
259
|
-
};
|
|
368
|
+
visible: EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
|
260
369
|
transition: StringConstructor;
|
|
261
|
-
teleported:
|
|
262
|
-
readonly type: PropType<boolean>;
|
|
263
|
-
readonly required: false;
|
|
264
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
265
|
-
__epPropKey: true;
|
|
266
|
-
} & {
|
|
267
|
-
readonly default: true;
|
|
268
|
-
};
|
|
370
|
+
teleported: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
269
371
|
style: {
|
|
270
372
|
readonly type: PropType<StyleValue>;
|
|
271
373
|
readonly required: false;
|
|
@@ -273,7 +375,7 @@ declare const Tooltip: {
|
|
|
273
375
|
__epPropKey: true;
|
|
274
376
|
};
|
|
275
377
|
className: {
|
|
276
|
-
readonly type: PropType<string | {
|
|
378
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | {
|
|
277
379
|
[x: string]: boolean;
|
|
278
380
|
} | (string | {
|
|
279
381
|
[x: string]: boolean;
|
|
@@ -293,34 +395,94 @@ declare const Tooltip: {
|
|
|
293
395
|
[x: string]: boolean;
|
|
294
396
|
} | (string | {
|
|
295
397
|
[x: string]: boolean;
|
|
296
|
-
} | (string |
|
|
398
|
+
} | (string | {
|
|
297
399
|
[x: string]: boolean;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
400
|
+
} | (string | {
|
|
401
|
+
[x: string]: boolean;
|
|
402
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
403
|
+
[x: string]: boolean;
|
|
404
|
+
} | (string | {
|
|
405
|
+
[x: string]: boolean;
|
|
406
|
+
} | (string | {
|
|
407
|
+
[x: string]: boolean;
|
|
408
|
+
} | (string | {
|
|
409
|
+
[x: string]: boolean;
|
|
410
|
+
} | (string | {
|
|
411
|
+
[x: string]: boolean;
|
|
412
|
+
} | (string | {
|
|
413
|
+
[x: string]: boolean;
|
|
414
|
+
} | (string | {
|
|
415
|
+
[x: string]: boolean;
|
|
416
|
+
} | (string | {
|
|
417
|
+
[x: string]: boolean;
|
|
418
|
+
} | (string | {
|
|
419
|
+
[x: string]: boolean;
|
|
420
|
+
} | (string | {
|
|
421
|
+
[x: string]: boolean;
|
|
422
|
+
} | (string | {
|
|
423
|
+
[x: string]: boolean;
|
|
424
|
+
} | (string | {
|
|
425
|
+
[x: string]: boolean;
|
|
426
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
427
|
+
[x: string]: boolean;
|
|
428
|
+
} | (string | {
|
|
429
|
+
[x: string]: boolean;
|
|
430
|
+
} | (string | {
|
|
431
|
+
[x: string]: boolean;
|
|
432
|
+
} | (string | {
|
|
433
|
+
[x: string]: boolean;
|
|
434
|
+
} | (string | {
|
|
435
|
+
[x: string]: boolean;
|
|
436
|
+
} | (string | {
|
|
437
|
+
[x: string]: boolean;
|
|
438
|
+
} | (string | {
|
|
439
|
+
[x: string]: boolean;
|
|
440
|
+
} | (string | {
|
|
441
|
+
[x: string]: boolean;
|
|
442
|
+
} | (string | {
|
|
443
|
+
[x: string]: boolean;
|
|
444
|
+
} | (string | {
|
|
445
|
+
[x: string]: boolean;
|
|
446
|
+
} | (string | {
|
|
447
|
+
[x: string]: boolean;
|
|
448
|
+
} | (string | {
|
|
449
|
+
[x: string]: boolean;
|
|
450
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
451
|
+
[x: string]: boolean;
|
|
452
|
+
} | (string | {
|
|
453
|
+
[x: string]: boolean;
|
|
454
|
+
} | (string | {
|
|
455
|
+
[x: string]: boolean;
|
|
456
|
+
} | (string | {
|
|
457
|
+
[x: string]: boolean;
|
|
458
|
+
} | (string | {
|
|
459
|
+
[x: string]: boolean;
|
|
460
|
+
} | (string | {
|
|
461
|
+
[x: string]: boolean;
|
|
462
|
+
} | (string | {
|
|
463
|
+
[x: string]: boolean;
|
|
464
|
+
} | (string | {
|
|
465
|
+
[x: string]: boolean;
|
|
466
|
+
} | (string | {
|
|
467
|
+
[x: string]: boolean;
|
|
468
|
+
} | (string | {
|
|
469
|
+
[x: string]: boolean;
|
|
470
|
+
} | (string | {
|
|
471
|
+
[x: string]: boolean;
|
|
472
|
+
} | (string | {
|
|
473
|
+
[x: string]: boolean;
|
|
474
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
313
475
|
readonly required: false;
|
|
314
476
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
315
477
|
__epPropKey: true;
|
|
316
|
-
} & {
|
|
317
|
-
readonly default: true;
|
|
318
478
|
};
|
|
479
|
+
effect: EpPropFinalized<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown, "dark", boolean>;
|
|
480
|
+
enterable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
319
481
|
pure: BooleanConstructor;
|
|
320
482
|
focusOnShow: BooleanConstructor;
|
|
321
483
|
trapping: BooleanConstructor;
|
|
322
484
|
popperClass: {
|
|
323
|
-
readonly type: PropType<string | {
|
|
485
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | {
|
|
324
486
|
[x: string]: boolean;
|
|
325
487
|
} | (string | {
|
|
326
488
|
[x: string]: boolean;
|
|
@@ -340,134 +502,124 @@ declare const Tooltip: {
|
|
|
340
502
|
[x: string]: boolean;
|
|
341
503
|
} | (string | {
|
|
342
504
|
[x: string]: boolean;
|
|
343
|
-
} | (string |
|
|
505
|
+
} | (string | {
|
|
344
506
|
[x: string]: boolean;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
421
|
-
__epPropKey: true;
|
|
422
|
-
} & {
|
|
423
|
-
readonly default: () => {};
|
|
424
|
-
};
|
|
425
|
-
strategy: {
|
|
426
|
-
readonly type: PropType<"fixed" | "absolute">;
|
|
507
|
+
} | (string | {
|
|
508
|
+
[x: string]: boolean;
|
|
509
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
510
|
+
[x: string]: boolean;
|
|
511
|
+
} | (string | {
|
|
512
|
+
[x: string]: boolean;
|
|
513
|
+
} | (string | {
|
|
514
|
+
[x: string]: boolean;
|
|
515
|
+
} | (string | {
|
|
516
|
+
[x: string]: boolean;
|
|
517
|
+
} | (string | {
|
|
518
|
+
[x: string]: boolean;
|
|
519
|
+
} | (string | {
|
|
520
|
+
[x: string]: boolean;
|
|
521
|
+
} | (string | {
|
|
522
|
+
[x: string]: boolean;
|
|
523
|
+
} | (string | {
|
|
524
|
+
[x: string]: boolean;
|
|
525
|
+
} | (string | {
|
|
526
|
+
[x: string]: boolean;
|
|
527
|
+
} | (string | {
|
|
528
|
+
[x: string]: boolean;
|
|
529
|
+
} | (string | {
|
|
530
|
+
[x: string]: boolean;
|
|
531
|
+
} | (string | {
|
|
532
|
+
[x: string]: boolean;
|
|
533
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
534
|
+
[x: string]: boolean;
|
|
535
|
+
} | (string | {
|
|
536
|
+
[x: string]: boolean;
|
|
537
|
+
} | (string | {
|
|
538
|
+
[x: string]: boolean;
|
|
539
|
+
} | (string | {
|
|
540
|
+
[x: string]: boolean;
|
|
541
|
+
} | (string | {
|
|
542
|
+
[x: string]: boolean;
|
|
543
|
+
} | (string | {
|
|
544
|
+
[x: string]: boolean;
|
|
545
|
+
} | (string | {
|
|
546
|
+
[x: string]: boolean;
|
|
547
|
+
} | (string | {
|
|
548
|
+
[x: string]: boolean;
|
|
549
|
+
} | (string | {
|
|
550
|
+
[x: string]: boolean;
|
|
551
|
+
} | (string | {
|
|
552
|
+
[x: string]: boolean;
|
|
553
|
+
} | (string | {
|
|
554
|
+
[x: string]: boolean;
|
|
555
|
+
} | (string | {
|
|
556
|
+
[x: string]: boolean;
|
|
557
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
558
|
+
[x: string]: boolean;
|
|
559
|
+
} | (string | {
|
|
560
|
+
[x: string]: boolean;
|
|
561
|
+
} | (string | {
|
|
562
|
+
[x: string]: boolean;
|
|
563
|
+
} | (string | {
|
|
564
|
+
[x: string]: boolean;
|
|
565
|
+
} | (string | {
|
|
566
|
+
[x: string]: boolean;
|
|
567
|
+
} | (string | {
|
|
568
|
+
[x: string]: boolean;
|
|
569
|
+
} | (string | {
|
|
570
|
+
[x: string]: boolean;
|
|
571
|
+
} | (string | {
|
|
572
|
+
[x: string]: boolean;
|
|
573
|
+
} | (string | {
|
|
574
|
+
[x: string]: boolean;
|
|
575
|
+
} | (string | {
|
|
576
|
+
[x: string]: boolean;
|
|
577
|
+
} | (string | {
|
|
578
|
+
[x: string]: boolean;
|
|
579
|
+
} | (string | {
|
|
580
|
+
[x: string]: boolean;
|
|
581
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
427
582
|
readonly required: false;
|
|
428
583
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
429
584
|
__epPropKey: true;
|
|
430
|
-
} & {
|
|
431
|
-
readonly default: "absolute";
|
|
432
585
|
};
|
|
433
|
-
|
|
434
|
-
readonly type: PropType<
|
|
586
|
+
popperStyle: {
|
|
587
|
+
readonly type: PropType<StyleValue>;
|
|
435
588
|
readonly required: false;
|
|
436
589
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
437
590
|
__epPropKey: true;
|
|
438
|
-
} & {
|
|
439
|
-
readonly default: 0;
|
|
440
591
|
};
|
|
441
|
-
|
|
442
|
-
readonly type: PropType<
|
|
592
|
+
referenceEl: {
|
|
593
|
+
readonly type: PropType<HTMLElement>;
|
|
443
594
|
readonly required: false;
|
|
444
595
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
445
596
|
__epPropKey: true;
|
|
446
|
-
} & {
|
|
447
|
-
readonly default: 200;
|
|
448
597
|
};
|
|
449
|
-
|
|
450
|
-
readonly type: PropType<
|
|
598
|
+
triggerTargetEl: {
|
|
599
|
+
readonly type: PropType<HTMLElement>;
|
|
451
600
|
readonly required: false;
|
|
452
601
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
453
602
|
__epPropKey: true;
|
|
454
|
-
} & {
|
|
455
|
-
readonly default: 0;
|
|
456
603
|
};
|
|
604
|
+
stopPopperMouseEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
605
|
+
zIndex: NumberConstructor;
|
|
606
|
+
boundariesPadding: EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
607
|
+
fallbackPlacements: EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, undefined, boolean>;
|
|
608
|
+
gpuAcceleration: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
609
|
+
offset: EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
610
|
+
placement: EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
|
|
611
|
+
popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
612
|
+
strategy: EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
613
|
+
showAfter: EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
614
|
+
hideAfter: EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
615
|
+
autoClose: EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
457
616
|
"onUpdate:visible": {
|
|
458
617
|
readonly type: PropType<(val: boolean) => void>;
|
|
459
618
|
readonly required: false;
|
|
460
619
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
461
620
|
__epPropKey: true;
|
|
462
621
|
};
|
|
463
|
-
role:
|
|
464
|
-
readonly type: PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
|
|
465
|
-
readonly required: false;
|
|
466
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
467
|
-
__epPropKey: true;
|
|
468
|
-
} & {
|
|
469
|
-
readonly default: "tooltip";
|
|
470
|
-
};
|
|
622
|
+
role: EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
471
623
|
}>>, {
|
|
472
624
|
popperRef: Ref< PopperInstance | undefined>;
|
|
473
625
|
contentRef: Ref< TooltipContentInstance | undefined>;
|
|
@@ -482,32 +634,32 @@ declare const Tooltip: {
|
|
|
482
634
|
disabled: boolean;
|
|
483
635
|
content: string;
|
|
484
636
|
offset: number;
|
|
485
|
-
visible: boolean | null
|
|
637
|
+
visible: EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
|
486
638
|
open: boolean;
|
|
487
|
-
placement:
|
|
488
|
-
strategy: "fixed" | "absolute"
|
|
489
|
-
effect: PopperEffect
|
|
639
|
+
placement: EpPropMergeType<StringConstructor, Placement, unknown>;
|
|
640
|
+
strategy: EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
641
|
+
effect: EpPropMergeType<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown>;
|
|
490
642
|
showAfter: number;
|
|
491
643
|
hideAfter: number;
|
|
492
644
|
autoClose: number;
|
|
493
|
-
role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation"
|
|
494
|
-
trigger: TooltipTriggerType | TooltipTriggerType[]
|
|
645
|
+
role: EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
|
646
|
+
trigger: EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | TooltipTriggerType[]) | (() => Arrayable<TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | TooltipTriggerType[]) | (() => Arrayable<TooltipTriggerType>))[], unknown, unknown>;
|
|
495
647
|
virtualTriggering: boolean;
|
|
496
648
|
arrowOffset: number;
|
|
497
649
|
boundariesPadding: number;
|
|
498
650
|
fallbackPlacements: Placement[];
|
|
499
|
-
gpuAcceleration:
|
|
500
|
-
popperOptions: Partial<Options>;
|
|
501
|
-
enterable:
|
|
502
|
-
stopPopperMouseEvent:
|
|
651
|
+
gpuAcceleration: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
652
|
+
popperOptions: Partial< Options>;
|
|
653
|
+
enterable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
654
|
+
stopPopperMouseEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
503
655
|
pure: boolean;
|
|
504
656
|
focusOnShow: boolean;
|
|
505
657
|
trapping: boolean;
|
|
506
658
|
triggerKeys: string[];
|
|
507
|
-
teleported:
|
|
659
|
+
teleported: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
508
660
|
rawContent: boolean;
|
|
509
661
|
persistent: boolean;
|
|
510
|
-
showArrow:
|
|
662
|
+
showArrow: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
511
663
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
512
664
|
beforeCreate?: (() => void) | (() => void)[];
|
|
513
665
|
created?: (() => void) | (() => void)[];
|
|
@@ -532,66 +684,38 @@ declare const Tooltip: {
|
|
|
532
684
|
disabled: boolean;
|
|
533
685
|
content: string;
|
|
534
686
|
offset: number;
|
|
535
|
-
visible: boolean | null
|
|
687
|
+
visible: EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
|
536
688
|
open: boolean;
|
|
537
|
-
placement:
|
|
538
|
-
strategy: "fixed" | "absolute"
|
|
539
|
-
effect: PopperEffect
|
|
689
|
+
placement: EpPropMergeType<StringConstructor, Placement, unknown>;
|
|
690
|
+
strategy: EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
691
|
+
effect: EpPropMergeType<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown>;
|
|
540
692
|
showAfter: number;
|
|
541
693
|
hideAfter: number;
|
|
542
694
|
autoClose: number;
|
|
543
|
-
role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation"
|
|
544
|
-
trigger: TooltipTriggerType | TooltipTriggerType[]
|
|
695
|
+
role: EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
|
696
|
+
trigger: EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | TooltipTriggerType[]) | (() => Arrayable<TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | TooltipTriggerType[]) | (() => Arrayable<TooltipTriggerType>))[], unknown, unknown>;
|
|
545
697
|
virtualTriggering: boolean;
|
|
546
698
|
arrowOffset: number;
|
|
547
699
|
boundariesPadding: number;
|
|
548
700
|
fallbackPlacements: Placement[];
|
|
549
|
-
gpuAcceleration:
|
|
550
|
-
popperOptions: Partial<Options>;
|
|
551
|
-
enterable:
|
|
552
|
-
stopPopperMouseEvent:
|
|
701
|
+
gpuAcceleration: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
702
|
+
popperOptions: Partial< Options>;
|
|
703
|
+
enterable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
704
|
+
stopPopperMouseEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
553
705
|
pure: boolean;
|
|
554
706
|
focusOnShow: boolean;
|
|
555
707
|
trapping: boolean;
|
|
556
708
|
triggerKeys: string[];
|
|
557
|
-
teleported:
|
|
709
|
+
teleported: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
558
710
|
rawContent: boolean;
|
|
559
711
|
persistent: boolean;
|
|
560
|
-
showArrow:
|
|
712
|
+
showArrow: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
561
713
|
}> & Omit<Readonly< ExtractPropTypes<{
|
|
562
|
-
showArrow:
|
|
563
|
-
|
|
564
|
-
readonly required: false;
|
|
565
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
566
|
-
__epPropKey: true;
|
|
567
|
-
} & {
|
|
568
|
-
readonly default: boolean;
|
|
569
|
-
};
|
|
570
|
-
arrowOffset: {
|
|
571
|
-
readonly type: PropType<number>;
|
|
572
|
-
readonly required: false;
|
|
573
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
574
|
-
__epPropKey: true;
|
|
575
|
-
} & {
|
|
576
|
-
readonly default: 5;
|
|
577
|
-
};
|
|
714
|
+
showArrow: EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
715
|
+
arrowOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
578
716
|
disabled: BooleanConstructor;
|
|
579
|
-
trigger:
|
|
580
|
-
|
|
581
|
-
readonly required: false;
|
|
582
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
583
|
-
__epPropKey: true;
|
|
584
|
-
} & {
|
|
585
|
-
readonly default: "hover";
|
|
586
|
-
};
|
|
587
|
-
triggerKeys: {
|
|
588
|
-
readonly type: PropType<string[]>;
|
|
589
|
-
readonly required: false;
|
|
590
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
591
|
-
__epPropKey: true;
|
|
592
|
-
} & {
|
|
593
|
-
readonly default: () => string[];
|
|
594
|
-
};
|
|
717
|
+
trigger: EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | TooltipTriggerType[]) | (() => Arrayable<TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | TooltipTriggerType[]) | (() => Arrayable<TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
|
718
|
+
triggerKeys: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
595
719
|
virtualRef: {
|
|
596
720
|
readonly type: PropType<Measurable>;
|
|
597
721
|
readonly required: false;
|
|
@@ -645,38 +769,17 @@ declare const Tooltip: {
|
|
|
645
769
|
open: BooleanConstructor;
|
|
646
770
|
ariaLabel: StringConstructor;
|
|
647
771
|
appendTo: {
|
|
648
|
-
readonly type: PropType<string | HTMLElement
|
|
649
|
-
readonly required: false;
|
|
650
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
651
|
-
__epPropKey: true;
|
|
652
|
-
};
|
|
653
|
-
content: {
|
|
654
|
-
readonly type: PropType<string>;
|
|
772
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>>;
|
|
655
773
|
readonly required: false;
|
|
656
774
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
657
775
|
__epPropKey: true;
|
|
658
|
-
} & {
|
|
659
|
-
readonly default: "";
|
|
660
776
|
};
|
|
777
|
+
content: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
661
778
|
rawContent: BooleanConstructor;
|
|
662
779
|
persistent: BooleanConstructor;
|
|
663
|
-
visible:
|
|
664
|
-
readonly type: PropType<boolean | null>;
|
|
665
|
-
readonly required: false;
|
|
666
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
667
|
-
__epPropKey: true;
|
|
668
|
-
} & {
|
|
669
|
-
readonly default: null;
|
|
670
|
-
};
|
|
780
|
+
visible: EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
|
671
781
|
transition: StringConstructor;
|
|
672
|
-
teleported:
|
|
673
|
-
readonly type: PropType<boolean>;
|
|
674
|
-
readonly required: false;
|
|
675
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
676
|
-
__epPropKey: true;
|
|
677
|
-
} & {
|
|
678
|
-
readonly default: true;
|
|
679
|
-
};
|
|
782
|
+
teleported: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
680
783
|
style: {
|
|
681
784
|
readonly type: PropType<StyleValue>;
|
|
682
785
|
readonly required: false;
|
|
@@ -684,7 +787,7 @@ declare const Tooltip: {
|
|
|
684
787
|
__epPropKey: true;
|
|
685
788
|
};
|
|
686
789
|
className: {
|
|
687
|
-
readonly type: PropType<string | {
|
|
790
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | {
|
|
688
791
|
[x: string]: boolean;
|
|
689
792
|
} | (string | {
|
|
690
793
|
[x: string]: boolean;
|
|
@@ -704,34 +807,168 @@ declare const Tooltip: {
|
|
|
704
807
|
[x: string]: boolean;
|
|
705
808
|
} | (string | {
|
|
706
809
|
[x: string]: boolean;
|
|
707
|
-
} | (string |
|
|
810
|
+
} | (string | {
|
|
708
811
|
[x: string]: boolean;
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
812
|
+
} | (string | {
|
|
813
|
+
[x: string]: boolean;
|
|
814
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
815
|
+
[x: string]: boolean;
|
|
816
|
+
} | (string | {
|
|
817
|
+
[x: string]: boolean;
|
|
818
|
+
} | (string | {
|
|
819
|
+
[x: string]: boolean;
|
|
820
|
+
} | (string | {
|
|
821
|
+
[x: string]: boolean;
|
|
822
|
+
} | (string | {
|
|
823
|
+
[x: string]: boolean;
|
|
824
|
+
} | (string | {
|
|
825
|
+
[x: string]: boolean;
|
|
826
|
+
} | (string | {
|
|
827
|
+
[x: string]: boolean;
|
|
828
|
+
} | (string | {
|
|
829
|
+
[x: string]: boolean;
|
|
830
|
+
} | (string | {
|
|
831
|
+
[x: string]: boolean;
|
|
832
|
+
} | (string | {
|
|
833
|
+
[x: string]: boolean;
|
|
834
|
+
} | (string | {
|
|
835
|
+
[x: string]: boolean;
|
|
836
|
+
} | (string | {
|
|
837
|
+
[x: string]: boolean;
|
|
838
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
839
|
+
[x: string]: boolean;
|
|
840
|
+
} | (string | {
|
|
841
|
+
[x: string]: boolean;
|
|
842
|
+
} | (string | {
|
|
843
|
+
[x: string]: boolean;
|
|
844
|
+
} | (string | {
|
|
845
|
+
[x: string]: boolean;
|
|
846
|
+
} | (string | {
|
|
847
|
+
[x: string]: boolean;
|
|
848
|
+
} | (string | {
|
|
849
|
+
[x: string]: boolean;
|
|
850
|
+
} | (string | {
|
|
851
|
+
[x: string]: boolean;
|
|
852
|
+
} | (string | {
|
|
853
|
+
[x: string]: boolean;
|
|
854
|
+
} | (string | {
|
|
855
|
+
[x: string]: boolean;
|
|
856
|
+
} | (string | {
|
|
857
|
+
[x: string]: boolean;
|
|
858
|
+
} | (string | {
|
|
859
|
+
[x: string]: boolean;
|
|
860
|
+
} | (string | {
|
|
861
|
+
[x: string]: boolean;
|
|
862
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
863
|
+
[x: string]: boolean;
|
|
864
|
+
} | (string | {
|
|
865
|
+
[x: string]: boolean;
|
|
866
|
+
} | (string | {
|
|
867
|
+
[x: string]: boolean;
|
|
868
|
+
} | (string | {
|
|
869
|
+
[x: string]: boolean;
|
|
870
|
+
} | (string | {
|
|
871
|
+
[x: string]: boolean;
|
|
872
|
+
} | (string | {
|
|
873
|
+
[x: string]: boolean;
|
|
874
|
+
} | (string | {
|
|
875
|
+
[x: string]: boolean;
|
|
876
|
+
} | (string | {
|
|
877
|
+
[x: string]: boolean;
|
|
878
|
+
} | (string | {
|
|
879
|
+
[x: string]: boolean;
|
|
880
|
+
} | (string | {
|
|
881
|
+
[x: string]: boolean;
|
|
882
|
+
} | (string | {
|
|
883
|
+
[x: string]: boolean;
|
|
884
|
+
} | (string | {
|
|
885
|
+
[x: string]: boolean;
|
|
886
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
724
887
|
readonly required: false;
|
|
725
888
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
726
889
|
__epPropKey: true;
|
|
727
|
-
} & {
|
|
728
|
-
readonly default: true;
|
|
729
890
|
};
|
|
891
|
+
effect: EpPropFinalized<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown, "dark", boolean>;
|
|
892
|
+
enterable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
730
893
|
pure: BooleanConstructor;
|
|
731
894
|
focusOnShow: BooleanConstructor;
|
|
732
895
|
trapping: BooleanConstructor;
|
|
733
896
|
popperClass: {
|
|
734
|
-
readonly type: PropType<string | {
|
|
897
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | {
|
|
898
|
+
[x: string]: boolean;
|
|
899
|
+
} | (string | {
|
|
900
|
+
[x: string]: boolean;
|
|
901
|
+
} | (string | {
|
|
902
|
+
[x: string]: boolean;
|
|
903
|
+
} | (string | {
|
|
904
|
+
[x: string]: boolean;
|
|
905
|
+
} | (string | {
|
|
906
|
+
[x: string]: boolean;
|
|
907
|
+
} | (string | {
|
|
908
|
+
[x: string]: boolean;
|
|
909
|
+
} | (string | {
|
|
910
|
+
[x: string]: boolean;
|
|
911
|
+
} | (string | {
|
|
912
|
+
[x: string]: boolean;
|
|
913
|
+
} | (string | {
|
|
914
|
+
[x: string]: boolean;
|
|
915
|
+
} | (string | {
|
|
916
|
+
[x: string]: boolean;
|
|
917
|
+
} | (string | {
|
|
918
|
+
[x: string]: boolean;
|
|
919
|
+
} | (string | {
|
|
920
|
+
[x: string]: boolean;
|
|
921
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
922
|
+
[x: string]: boolean;
|
|
923
|
+
} | (string | {
|
|
924
|
+
[x: string]: boolean;
|
|
925
|
+
} | (string | {
|
|
926
|
+
[x: string]: boolean;
|
|
927
|
+
} | (string | {
|
|
928
|
+
[x: string]: boolean;
|
|
929
|
+
} | (string | {
|
|
930
|
+
[x: string]: boolean;
|
|
931
|
+
} | (string | {
|
|
932
|
+
[x: string]: boolean;
|
|
933
|
+
} | (string | {
|
|
934
|
+
[x: string]: boolean;
|
|
935
|
+
} | (string | {
|
|
936
|
+
[x: string]: boolean;
|
|
937
|
+
} | (string | {
|
|
938
|
+
[x: string]: boolean;
|
|
939
|
+
} | (string | {
|
|
940
|
+
[x: string]: boolean;
|
|
941
|
+
} | (string | {
|
|
942
|
+
[x: string]: boolean;
|
|
943
|
+
} | (string | {
|
|
944
|
+
[x: string]: boolean;
|
|
945
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
946
|
+
[x: string]: boolean;
|
|
947
|
+
} | (string | {
|
|
948
|
+
[x: string]: boolean;
|
|
949
|
+
} | (string | {
|
|
950
|
+
[x: string]: boolean;
|
|
951
|
+
} | (string | {
|
|
952
|
+
[x: string]: boolean;
|
|
953
|
+
} | (string | {
|
|
954
|
+
[x: string]: boolean;
|
|
955
|
+
} | (string | {
|
|
956
|
+
[x: string]: boolean;
|
|
957
|
+
} | (string | {
|
|
958
|
+
[x: string]: boolean;
|
|
959
|
+
} | (string | {
|
|
960
|
+
[x: string]: boolean;
|
|
961
|
+
} | (string | {
|
|
962
|
+
[x: string]: boolean;
|
|
963
|
+
} | (string | {
|
|
964
|
+
[x: string]: boolean;
|
|
965
|
+
} | (string | {
|
|
966
|
+
[x: string]: boolean;
|
|
967
|
+
} | (string | {
|
|
968
|
+
[x: string]: boolean;
|
|
969
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
970
|
+
[x: string]: boolean;
|
|
971
|
+
} | (string | {
|
|
735
972
|
[x: string]: boolean;
|
|
736
973
|
} | (string | {
|
|
737
974
|
[x: string]: boolean;
|
|
@@ -751,9 +988,9 @@ declare const Tooltip: {
|
|
|
751
988
|
[x: string]: boolean;
|
|
752
989
|
} | (string | {
|
|
753
990
|
[x: string]: boolean;
|
|
754
|
-
} | (string |
|
|
991
|
+
} | (string | {
|
|
755
992
|
[x: string]: boolean;
|
|
756
|
-
})[])[])[])[])[])[])[])[])[])[]
|
|
993
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
757
994
|
readonly required: false;
|
|
758
995
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
759
996
|
__epPropKey: true;
|
|
@@ -776,109 +1013,25 @@ declare const Tooltip: {
|
|
|
776
1013
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
777
1014
|
__epPropKey: true;
|
|
778
1015
|
};
|
|
779
|
-
stopPopperMouseEvent:
|
|
780
|
-
readonly type: PropType<boolean>;
|
|
781
|
-
readonly required: false;
|
|
782
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
783
|
-
__epPropKey: true;
|
|
784
|
-
} & {
|
|
785
|
-
readonly default: true;
|
|
786
|
-
};
|
|
1016
|
+
stopPopperMouseEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
787
1017
|
zIndex: NumberConstructor;
|
|
788
|
-
boundariesPadding:
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
readonly required: false;
|
|
799
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
800
|
-
__epPropKey: true;
|
|
801
|
-
} & {
|
|
802
|
-
readonly default: undefined;
|
|
803
|
-
};
|
|
804
|
-
gpuAcceleration: {
|
|
805
|
-
readonly type: PropType<boolean>;
|
|
806
|
-
readonly required: false;
|
|
807
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
808
|
-
__epPropKey: true;
|
|
809
|
-
} & {
|
|
810
|
-
readonly default: true;
|
|
811
|
-
};
|
|
812
|
-
offset: {
|
|
813
|
-
readonly type: PropType<number>;
|
|
814
|
-
readonly required: false;
|
|
815
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
816
|
-
__epPropKey: true;
|
|
817
|
-
} & {
|
|
818
|
-
readonly default: 12;
|
|
819
|
-
};
|
|
820
|
-
placement: {
|
|
821
|
-
readonly type: PropType<string>;
|
|
822
|
-
readonly required: false;
|
|
823
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
824
|
-
__epPropKey: true;
|
|
825
|
-
} & {
|
|
826
|
-
readonly default: "bottom";
|
|
827
|
-
};
|
|
828
|
-
popperOptions: {
|
|
829
|
-
readonly type: PropType<any>;
|
|
830
|
-
readonly required: false;
|
|
831
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
832
|
-
__epPropKey: true;
|
|
833
|
-
} & {
|
|
834
|
-
readonly default: () => {};
|
|
835
|
-
};
|
|
836
|
-
strategy: {
|
|
837
|
-
readonly type: PropType<"fixed" | "absolute">;
|
|
838
|
-
readonly required: false;
|
|
839
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
840
|
-
__epPropKey: true;
|
|
841
|
-
} & {
|
|
842
|
-
readonly default: "absolute";
|
|
843
|
-
};
|
|
844
|
-
showAfter: {
|
|
845
|
-
readonly type: PropType<number>;
|
|
846
|
-
readonly required: false;
|
|
847
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
848
|
-
__epPropKey: true;
|
|
849
|
-
} & {
|
|
850
|
-
readonly default: 0;
|
|
851
|
-
};
|
|
852
|
-
hideAfter: {
|
|
853
|
-
readonly type: PropType<number>;
|
|
854
|
-
readonly required: false;
|
|
855
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
856
|
-
__epPropKey: true;
|
|
857
|
-
} & {
|
|
858
|
-
readonly default: 200;
|
|
859
|
-
};
|
|
860
|
-
autoClose: {
|
|
861
|
-
readonly type: PropType<number>;
|
|
862
|
-
readonly required: false;
|
|
863
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
864
|
-
__epPropKey: true;
|
|
865
|
-
} & {
|
|
866
|
-
readonly default: 0;
|
|
867
|
-
};
|
|
1018
|
+
boundariesPadding: EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1019
|
+
fallbackPlacements: EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, undefined, boolean>;
|
|
1020
|
+
gpuAcceleration: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1021
|
+
offset: EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
1022
|
+
placement: EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
|
|
1023
|
+
popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
1024
|
+
strategy: EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
1025
|
+
showAfter: EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1026
|
+
hideAfter: EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
1027
|
+
autoClose: EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
868
1028
|
"onUpdate:visible": {
|
|
869
1029
|
readonly type: PropType<(val: boolean) => void>;
|
|
870
1030
|
readonly required: false;
|
|
871
1031
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
872
1032
|
__epPropKey: true;
|
|
873
1033
|
};
|
|
874
|
-
role:
|
|
875
|
-
readonly type: PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
|
|
876
|
-
readonly required: false;
|
|
877
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
878
|
-
__epPropKey: true;
|
|
879
|
-
} & {
|
|
880
|
-
readonly default: "tooltip";
|
|
881
|
-
};
|
|
1034
|
+
role: EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
882
1035
|
}>>, "visible" | "onOpen" | "onClose" | "disabled" | "teleported" | "hide" | "showAfter" | "hideAfter" | "autoClose" | "effect" | "open" | "offset" | "persistent" | "trigger" | "triggerKeys" | "placement" | "popperOptions" | "content" | "enterable" | "showArrow" | "popperRef" | "role" | "contentRef" | "arrowOffset" | "virtualTriggering" | "rawContent" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "strategy" | "isFocusInsideContent" | "updatePopper"> & ShallowUnwrapRef<{
|
|
883
1036
|
popperRef: Ref< PopperInstance | undefined>;
|
|
884
1037
|
contentRef: Ref< TooltipContentInstance | undefined>;
|
|
@@ -909,6 +1062,6 @@ declare const Tooltip: {
|
|
|
909
1062
|
} & ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
910
1063
|
refEl: Ref<any, any>;
|
|
911
1064
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
912
|
-
$slots: Partial<Record<string, (_:
|
|
1065
|
+
$slots: Partial<Record<string, (_: any) => any>>;
|
|
913
1066
|
}) & Plugin;
|
|
914
1067
|
export { Tooltip, Tooltip as default };
|