giime 0.3.8 → 0.3.10
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/dist/index.css +70 -66
- package/es/components/src/base/affix/Affix.vue.d.ts +85 -158
- package/es/components/src/base/affix/index.d.ts +253 -472
- package/es/components/src/base/alert/Alert.vue.d.ts +89 -260
- package/es/components/src/base/alert/alert.d.ts +2 -2
- package/es/components/src/base/alert/index.d.ts +261 -774
- package/es/components/src/base/anchor/Anchor.vue.d.ts +91 -191
- package/es/components/src/base/anchor/anchor.d.ts +1 -1
- package/es/components/src/base/anchor/index.d.ts +269 -569
- package/es/components/src/base/anchorLink/AnchorLink.vue.d.ts +2 -2
- package/es/components/src/base/anchorLink/index.d.ts +2 -2
- package/es/components/src/base/aside/Aside.vue.d.ts +53 -73
- package/es/components/src/base/aside/index.d.ts +157 -217
- package/es/components/src/base/autocomplete/Autocomplete.vue.d.ts +12 -20
- package/es/components/src/base/autocomplete/autocomplete.d.ts +2 -7
- package/es/components/src/base/autocomplete/index.d.ts +16 -34
- package/es/components/src/base/avatar/Avatar.vue.d.ts +74 -239
- package/es/components/src/base/avatar/index.d.ts +220 -715
- package/es/components/src/base/backtop/Backtop.vue.d.ts +74 -256
- package/es/components/src/base/backtop/index.d.ts +222 -768
- package/es/components/src/base/badge/Badge.vue.d.ts +149 -87
- package/es/components/src/base/badge/badge.d.ts +14 -0
- package/es/components/src/base/badge/index.d.ts +417 -259
- package/es/components/src/base/breadcrumb/Breadcrumb.vue.d.ts +57 -84
- package/es/components/src/base/breadcrumb/index.d.ts +169 -250
- package/es/components/src/base/breadcrumbItem/BreadcrumbItem.vue.d.ts +60 -209
- package/es/components/src/base/breadcrumbItem/breadcrumbItem.d.ts +1 -1
- package/es/components/src/base/breadcrumbItem/index.d.ts +178 -625
- package/es/components/src/base/button/Button.vue.d.ts +137 -335
- package/es/components/src/base/button/button.d.ts +2 -2
- package/es/components/src/base/button/index.d.ts +407 -1001
- package/es/components/src/base/buttonGroup/ButtonGroup.vue.d.ts +57 -80
- package/es/components/src/base/buttonGroup/index.d.ts +169 -238
- package/es/components/src/base/calendar/Calendar.vue.d.ts +85 -999
- package/es/components/src/base/calendar/index.d.ts +315 -3075
- package/es/components/src/base/card/Card.vue.d.ts +75 -69
- package/es/components/src/base/card/index.d.ts +217 -203
- package/es/components/src/base/carousel/Carousel.vue.d.ts +123 -333
- package/es/components/src/base/carousel/carousel.d.ts +3 -2
- package/es/components/src/base/carousel/index.d.ts +364 -994
- package/es/components/src/base/carouselItem/CarouselItem.vue.d.ts +1 -1
- package/es/components/src/base/carouselItem/index.d.ts +1 -1
- package/es/components/src/base/cascader/Cascader.vue.d.ts +35 -10
- package/es/components/src/base/cascader/cascader.d.ts +13 -2
- package/es/components/src/base/cascader/index.d.ts +83 -28
- package/es/components/src/base/cascaderPanel/CascaderPanel.vue.d.ts +5 -5
- package/es/components/src/base/cascaderPanel/index.d.ts +15 -15
- package/es/components/src/base/checkTag/CheckTag.vue.d.ts +68 -87
- package/es/components/src/base/checkTag/checkTag.d.ts +1 -1
- package/es/components/src/base/checkTag/index.d.ts +200 -257
- package/es/components/src/base/checkbox/Checkbox.vue.d.ts +156 -310
- package/es/components/src/base/checkbox/checkbox.d.ts +1 -4
- package/es/components/src/base/checkbox/index.d.ts +478 -934
- package/es/components/src/base/checkboxButton/CheckboxButton.vue.d.ts +156 -310
- package/es/components/src/base/checkboxButton/checkboxButton.d.ts +1 -4
- package/es/components/src/base/checkboxButton/index.d.ts +478 -934
- package/es/components/src/base/checkboxGroup/CheckboxGroup.vue.d.ts +92 -135
- package/es/components/src/base/checkboxGroup/checkboxGroup.d.ts +1 -1
- package/es/components/src/base/checkboxGroup/index.d.ts +272 -401
- package/es/components/src/base/col/Col.vue.d.ts +87 -114
- package/es/components/src/base/col/index.d.ts +259 -340
- package/es/components/src/base/collapse/Collapse.vue.d.ts +69 -48
- package/es/components/src/base/collapse/index.d.ts +205 -142
- package/es/components/src/base/collapseItem/CollapseItem.vue.d.ts +66 -259
- package/es/components/src/base/collapseItem/index.d.ts +194 -773
- package/es/components/src/base/collapseTransition/CollapseTransition.vue.d.ts +1 -1
- package/es/components/src/base/collapseTransition/index.d.ts +1 -1
- package/es/components/src/base/colorPicker/ColorPicker.vue.d.ts +9 -7
- package/es/components/src/base/colorPicker/colorPicker.d.ts +4 -3
- package/es/components/src/base/colorPicker/index.d.ts +9 -7
- package/es/components/src/base/configProvider/ConfigProvider.vue.d.ts +15 -2
- package/es/components/src/base/configProvider/configProvider.d.ts +2 -0
- package/es/components/src/base/configProvider/index.d.ts +41 -6
- package/es/components/src/base/container/Container.vue.d.ts +45 -69
- package/es/components/src/base/container/index.d.ts +135 -207
- package/es/components/src/base/countdown/Countdown.vue.d.ts +66 -217
- package/es/components/src/base/countdown/index.d.ts +198 -651
- package/es/components/src/base/datePicker/DatePicker.vue.d.ts +15 -11
- package/es/components/src/base/datePicker/datePicker.d.ts +5 -3
- package/es/components/src/base/datePicker/index.d.ts +35 -27
- package/es/components/src/base/descriptions/Descriptions.vue.d.ts +6 -6
- package/es/components/src/base/descriptions/descriptions.d.ts +2 -2
- package/es/components/src/base/descriptions/index.d.ts +14 -14
- package/es/components/src/base/dialog/Dialog.vue.d.ts +11 -7
- package/es/components/src/base/dialog/dialog.d.ts +2 -2
- package/es/components/src/base/dialog/index.d.ts +19 -15
- package/es/components/src/base/divider/Divider.vue.d.ts +3 -3
- package/es/components/src/base/divider/divider.d.ts +1 -1
- package/es/components/src/base/divider/index.d.ts +7 -7
- package/es/components/src/base/drawer/Drawer.vue.d.ts +11 -7
- package/es/components/src/base/drawer/drawer.d.ts +2 -2
- package/es/components/src/base/drawer/index.d.ts +19 -15
- package/es/components/src/base/dropdown/Dropdown.vue.d.ts +4 -4
- package/es/components/src/base/dropdown/dropdown.d.ts +1 -1
- package/es/components/src/base/dropdown/index.d.ts +10 -10
- package/es/components/src/base/footer/Footer.vue.d.ts +53 -73
- package/es/components/src/base/footer/index.d.ts +157 -217
- package/es/components/src/base/form/Form.vue.d.ts +2 -2
- package/es/components/src/base/form/index.d.ts +4 -4
- package/es/components/src/base/formItem/FormItem.vue.d.ts +12 -5
- package/es/components/src/base/formItem/formItem.d.ts +1 -0
- package/es/components/src/base/formItem/index.d.ts +20 -9
- package/es/components/src/base/header/Header.vue.d.ts +53 -73
- package/es/components/src/base/header/index.d.ts +157 -217
- package/es/components/src/base/input/Input.vue.d.ts +23 -21
- package/es/components/src/base/input/index.d.ts +53 -49
- package/es/components/src/base/input/input.d.ts +8 -7
- package/es/components/src/base/inputNumber/InputNumber.vue.d.ts +5 -5
- package/es/components/src/base/inputNumber/index.d.ts +13 -13
- package/es/components/src/base/inputNumber/inputNumber.d.ts +1 -1
- package/es/components/src/base/link/Link.vue.d.ts +3 -3
- package/es/components/src/base/link/index.d.ts +7 -7
- package/es/components/src/base/link/link.d.ts +1 -1
- package/es/components/src/base/main/Main.vue.d.ts +41 -45
- package/es/components/src/base/main/index.d.ts +121 -133
- package/es/components/src/base/menu/Menu.vue.d.ts +6 -6
- package/es/components/src/base/menu/index.d.ts +14 -14
- package/es/components/src/base/menu/menu.d.ts +2 -2
- package/es/components/src/base/pagination/Pagination.vue.d.ts +12 -0
- package/es/components/src/base/pagination/index.d.ts +24 -0
- package/es/components/src/base/pagination/pagination.d.ts +6 -0
- package/es/components/src/base/popconfirm/Popconfirm.vue.d.ts +1 -1
- package/es/components/src/base/popconfirm/index.d.ts +3 -3
- package/es/components/src/base/popover/Popover.vue.d.ts +3 -3
- package/es/components/src/base/popover/index.d.ts +9 -9
- package/es/components/src/base/popper/Popper.vue.d.ts +3 -3
- package/es/components/src/base/popper/index.d.ts +7 -7
- package/es/components/src/base/popper/popper.d.ts +1 -1
- package/es/components/src/base/progress/Progress.vue.d.ts +125 -320
- package/es/components/src/base/progress/index.d.ts +365 -954
- package/es/components/src/base/progress/progress.d.ts +2 -2
- package/es/components/src/base/radio/Radio.vue.d.ts +1 -1
- package/es/components/src/base/radio/index.d.ts +3 -3
- package/es/components/src/base/radioButton/RadioButton.vue.d.ts +2 -2
- package/es/components/src/base/radioButton/index.d.ts +4 -4
- package/es/components/src/base/radioGroup/RadioGroup.vue.d.ts +2 -3
- package/es/components/src/base/radioGroup/index.d.ts +4 -7
- package/es/components/src/base/radioGroup/radioGroup.d.ts +1 -1
- package/es/components/src/base/rate/Rate.vue.d.ts +5 -6
- package/es/components/src/base/rate/index.d.ts +5 -6
- package/es/components/src/base/rate/rate.d.ts +2 -2
- package/es/components/src/base/row/Row.vue.d.ts +64 -95
- package/es/components/src/base/row/index.d.ts +192 -285
- package/es/components/src/base/scrollbar/Scrollbar.vue.d.ts +19 -16
- package/es/components/src/base/scrollbar/index.d.ts +43 -34
- package/es/components/src/base/scrollbar/scrollbar.d.ts +7 -7
- package/es/components/src/base/select/Select.vue.d.ts +24 -5
- package/es/components/src/base/select/index.d.ts +52 -13
- package/es/components/src/base/select/select.d.ts +10 -1
- package/es/components/src/base/selectV2/SelectV2.vue.d.ts +24 -5
- package/es/components/src/base/selectV2/index.d.ts +52 -13
- package/es/components/src/base/selectV2/selectV2.d.ts +10 -1
- package/es/components/src/base/skeleton/Skeleton.vue.d.ts +79 -150
- package/es/components/src/base/skeleton/index.d.ts +231 -448
- package/es/components/src/base/skeletonItem/SkeletonItem.vue.d.ts +10 -50
- package/es/components/src/base/skeletonItem/index.d.ts +28 -148
- package/es/components/src/base/skeletonItem/skeletonItem.d.ts +1 -1
- package/es/components/src/base/slider/Slider.vue.d.ts +2 -3
- package/es/components/src/base/slider/index.d.ts +4 -7
- package/es/components/src/base/slider/slider.d.ts +1 -1
- package/es/components/src/base/space/Space.vue.d.ts +4 -4
- package/es/components/src/base/space/index.d.ts +10 -10
- package/es/components/src/base/space/space.d.ts +1 -1
- package/es/components/src/base/statistic/Statistic.vue.d.ts +81 -107
- package/es/components/src/base/statistic/index.d.ts +81 -107
- package/es/components/src/base/step/Step.vue.d.ts +64 -265
- package/es/components/src/base/step/index.d.ts +186 -789
- package/es/components/src/base/steps/Steps.vue.d.ts +89 -134
- package/es/components/src/base/steps/index.d.ts +263 -398
- package/es/components/src/base/steps/steps.d.ts +1 -1
- package/es/components/src/base/switch/Switch.vue.d.ts +163 -425
- package/es/components/src/base/switch/index.d.ts +509 -1295
- package/es/components/src/base/switch/switch.d.ts +4 -4
- package/es/components/src/base/tabPane/TabPane.vue.d.ts +69 -154
- package/es/components/src/base/tabPane/TabPane.vue2.mjs +7 -0
- package/es/components/src/base/tabPane/TabPane.vue2.mjs.map +1 -1
- package/es/components/src/base/tabPane/index.d.ts +203 -460
- package/es/components/src/base/table/Table.vue.d.ts +32 -49
- package/es/components/src/base/table/index.d.ts +90 -137
- package/es/components/src/base/table/table.d.ts +3 -5
- package/es/components/src/base/tabs/Tabs.vue.d.ts +3 -3
- package/es/components/src/base/tabs/index.d.ts +9 -9
- package/es/components/src/base/tabs/tabs.d.ts +1 -1
- package/es/components/src/base/tag/Tag.vue.d.ts +89 -256
- package/es/components/src/base/tag/index.d.ts +263 -764
- package/es/components/src/base/tag/tag.d.ts +1 -1
- package/es/components/src/base/text/Text.vue.d.ts +4 -13
- package/es/components/src/base/text/index.d.ts +8 -25
- package/es/components/src/base/text/text.d.ts +1 -6
- package/es/components/src/base/timePicker/TimePicker.vue.d.ts +40 -30
- package/es/components/src/base/timePicker/index.d.ts +112 -86
- package/es/components/src/base/timePicker/timePicker.d.ts +4 -2
- package/es/components/src/base/timeSelect/TimeSelect.vue.d.ts +5 -0
- package/es/components/src/base/timeSelect/index.d.ts +11 -0
- package/es/components/src/base/timeSelect/timeSelect.d.ts +2 -0
- package/es/components/src/base/timelineItem/TimelineItem.vue.d.ts +98 -255
- package/es/components/src/base/timelineItem/index.d.ts +284 -755
- package/es/components/src/base/timelineItem/timelineItem.d.ts +3 -3
- package/es/components/src/base/tooltip/Tooltip.vue.d.ts +32 -40
- package/es/components/src/base/tooltip/index.d.ts +86 -110
- package/es/components/src/base/tooltip/tooltip.d.ts +4 -4
- package/es/components/src/base/tooltipV2/TooltipV2.vue.d.ts +7 -7
- package/es/components/src/base/tooltipV2/index.d.ts +15 -15
- package/es/components/src/base/tooltipV2/tooltipV2.d.ts +2 -2
- package/es/components/src/base/tour/Tour.vue.d.ts +136 -657
- package/es/components/src/base/tour/index.d.ts +434 -1997
- package/es/components/src/base/tree/Tree.vue.d.ts +26 -10
- package/es/components/src/base/tree/Tree.vue2.mjs.map +1 -1
- package/es/components/src/base/tree/index.d.ts +79 -31
- package/es/components/src/base/treeSelect/TreeSelect.vue.d.ts +26 -7
- package/es/components/src/base/treeSelect/treeSelect.d.ts +10 -1
- package/es/components/src/base/treeV2/TreeV2.vue.d.ts +24 -1972
- package/es/components/src/base/treeV2/index.d.ts +73 -5917
- package/es/components/src/base/upload/Upload.vue.d.ts +11 -8
- package/es/components/src/base/upload/index.d.ts +19 -16
- package/es/components/src/base/upload/upload.d.ts +2 -2
- package/es/components/src/base/watermark/Watermark.vue.d.ts +82 -134
- package/es/components/src/base/watermark/index.d.ts +244 -400
- package/es/components/src/business/aliCategoryCascader/aliCategoryCascader.d.ts +10 -0
- package/es/components/src/business/companyCategoryCascader/companyCategoryCascader.d.ts +10 -0
- package/es/components/src/composite/dialogForm/DialogForm.vue.d.ts +23 -19
- package/es/components/src/composite/dialogForm/dialogForm.d.ts +2 -2
- package/es/components/src/composite/dialogForm/index.d.ts +65 -53
- package/es/components/src/composite/drawerForm/DrawerForm.vue.d.ts +23 -19
- package/es/components/src/composite/drawerForm/drawerForm.d.ts +2 -2
- package/es/components/src/composite/drawerForm/index.d.ts +65 -53
- package/es/components/src/composite/memoryForm/MemoryForm.vue.d.ts +2 -2
- package/es/components/src/composite/memoryForm/index.d.ts +4 -4
- package/es/components/src/composite/numberInterval/NumberInterval.vue.d.ts +1 -1
- package/es/components/src/composite/numberInterval/index.d.ts +1 -1
- package/es/components/src/composite/operateButton/OperateButton.vue.d.ts +1 -1
- package/es/components/src/composite/operateButton/index.d.ts +1 -1
- package/es/components/src/composite/searchForm/SearchForm.vue.d.ts +9 -0
- package/es/components/src/composite/searchForm/SearchForm.vue.mjs +1 -1
- package/es/components/src/composite/searchForm/SearchForm.vue2.mjs +5 -3
- package/es/components/src/composite/searchForm/SearchForm.vue2.mjs.map +1 -1
- package/es/components/src/composite/searchForm/index.d.ts +19 -0
- package/es/components/src/composite/searchForm/searchForm.d.ts +8 -0
- package/es/components/src/composite/searchForm/searchForm.mjs +8 -0
- package/es/components/src/composite/searchForm/searchForm.mjs.map +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/cascader/SearchFormCascader.vue.d.ts +8 -8
- package/es/components/src/composite/searchForm/searchFormItems/cascader/index.d.ts +8 -8
- package/es/components/src/composite/searchForm/searchFormItems/datePicker/SearchFormDatePicker.vue.d.ts +19 -7
- package/es/components/src/composite/searchForm/searchFormItems/datePicker/SearchFormDatePicker.vue2.mjs +2 -2
- package/es/components/src/composite/searchForm/searchFormItems/datePicker/SearchFormDatePicker.vue2.mjs.map +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/datePicker/index.d.ts +19 -7
- package/es/components/src/composite/searchForm/searchFormItems/datePicker/searchFormDatePicker.d.ts +7 -1
- package/es/components/src/composite/searchForm/searchFormItems/datePicker/searchFormDatePicker.mjs +6 -0
- package/es/components/src/composite/searchForm/searchFormItems/datePicker/searchFormDatePicker.mjs.map +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/input/SearchFormInput.vue.d.ts +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/input/index.d.ts +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/numberInterval/SearchFormNumberInterval.vue.d.ts +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/numberInterval/index.d.ts +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue.d.ts +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/select/index.d.ts +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/selectV2/SearchFormSelectV2.vue.d.ts +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/selectV2/index.d.ts +1 -1
- package/es/components/src/composite/selectOptions/SelectOptions.vue.d.ts +24 -5
- package/es/components/src/composite/selectOptions/index.d.ts +24 -5
- package/es/components/src/composite/selectOptions/selectOptions.d.ts +10 -1
- package/es/components/src/composite/tablePro/TablePro.vue.d.ts +13 -16
- package/es/components/src/composite/tablePro/TablePro.vue.mjs +1 -1
- package/es/components/src/composite/tablePro/TablePro.vue2.mjs +21 -8
- package/es/components/src/composite/tablePro/TablePro.vue2.mjs.map +1 -1
- package/es/components/src/composite/tablePro/index.d.ts +25 -38
- package/es/components/src/composite/tablePro/tablePagination/TablePagination.vue.d.ts +9 -0
- package/es/components/src/composite/tablePro/tablePagination/TablePagination.vue.mjs +1 -1
- package/es/components/src/composite/tablePro/tablePagination/TablePagination.vue2.mjs +7 -3
- package/es/components/src/composite/tablePro/tablePagination/TablePagination.vue2.mjs.map +1 -1
- package/es/components/src/composite/tablePro/tablePagination/index.d.ts +9 -0
- package/es/components/src/composite/tablePro/tablePagination/tablePagination.d.ts +4 -0
- package/es/components/src/composite/tablePro/tablePagination/tablePagination.mjs +4 -0
- package/es/components/src/composite/tablePro/tablePagination/tablePagination.mjs.map +1 -1
- package/es/components/src/composite/tablePro/tablePro.d.ts +3 -5
- package/es/components/src/test/Test.vue.d.ts +9 -9
- package/es/components/src/test/index.d.ts +9 -9
- package/es/components/src/test/test.d.ts +2 -2
- package/es/giime/version.d.ts +1 -1
- package/es/giime/version.mjs +1 -1
- package/es/giime/version.mjs.map +1 -1
- package/es/hooks/store/useLangList/index.d.ts +1 -1
- package/es/index.css +70 -66
- package/es/utils/src/general.d.ts +10 -0
- package/es/utils/src/general.mjs +19 -1
- package/es/utils/src/general.mjs.map +1 -1
- package/es/utils/src/http/errorMessage.mjs +4 -0
- package/es/utils/src/http/errorMessage.mjs.map +1 -1
- package/lib/components/src/base/affix/Affix.vue.d.ts +85 -158
- package/lib/components/src/base/affix/index.d.ts +253 -472
- package/lib/components/src/base/alert/Alert.vue.d.ts +89 -260
- package/lib/components/src/base/alert/alert.d.ts +2 -2
- package/lib/components/src/base/alert/index.d.ts +261 -774
- package/lib/components/src/base/anchor/Anchor.vue.d.ts +91 -191
- package/lib/components/src/base/anchor/anchor.d.ts +1 -1
- package/lib/components/src/base/anchor/index.d.ts +269 -569
- package/lib/components/src/base/anchorLink/AnchorLink.vue.d.ts +2 -2
- package/lib/components/src/base/anchorLink/index.d.ts +2 -2
- package/lib/components/src/base/aside/Aside.vue.d.ts +53 -73
- package/lib/components/src/base/aside/index.d.ts +157 -217
- package/lib/components/src/base/autocomplete/Autocomplete.vue.d.ts +12 -20
- package/lib/components/src/base/autocomplete/autocomplete.d.ts +2 -7
- package/lib/components/src/base/autocomplete/index.d.ts +16 -34
- package/lib/components/src/base/avatar/Avatar.vue.d.ts +74 -239
- package/lib/components/src/base/avatar/index.d.ts +220 -715
- package/lib/components/src/base/backtop/Backtop.vue.d.ts +74 -256
- package/lib/components/src/base/backtop/index.d.ts +222 -768
- package/lib/components/src/base/badge/Badge.vue.d.ts +149 -87
- package/lib/components/src/base/badge/badge.d.ts +14 -0
- package/lib/components/src/base/badge/index.d.ts +417 -259
- package/lib/components/src/base/breadcrumb/Breadcrumb.vue.d.ts +57 -84
- package/lib/components/src/base/breadcrumb/index.d.ts +169 -250
- package/lib/components/src/base/breadcrumbItem/BreadcrumbItem.vue.d.ts +60 -209
- package/lib/components/src/base/breadcrumbItem/breadcrumbItem.d.ts +1 -1
- package/lib/components/src/base/breadcrumbItem/index.d.ts +178 -625
- package/lib/components/src/base/button/Button.vue.d.ts +137 -335
- package/lib/components/src/base/button/button.d.ts +2 -2
- package/lib/components/src/base/button/index.d.ts +407 -1001
- package/lib/components/src/base/buttonGroup/ButtonGroup.vue.d.ts +57 -80
- package/lib/components/src/base/buttonGroup/index.d.ts +169 -238
- package/lib/components/src/base/calendar/Calendar.vue.d.ts +85 -999
- package/lib/components/src/base/calendar/index.d.ts +315 -3075
- package/lib/components/src/base/card/Card.vue.d.ts +75 -69
- package/lib/components/src/base/card/index.d.ts +217 -203
- package/lib/components/src/base/carousel/Carousel.vue.d.ts +123 -333
- package/lib/components/src/base/carousel/carousel.d.ts +3 -2
- package/lib/components/src/base/carousel/index.d.ts +364 -994
- package/lib/components/src/base/carouselItem/CarouselItem.vue.d.ts +1 -1
- package/lib/components/src/base/carouselItem/index.d.ts +1 -1
- package/lib/components/src/base/cascader/Cascader.vue.d.ts +35 -10
- package/lib/components/src/base/cascader/cascader.d.ts +13 -2
- package/lib/components/src/base/cascader/index.d.ts +83 -28
- package/lib/components/src/base/cascaderPanel/CascaderPanel.vue.d.ts +5 -5
- package/lib/components/src/base/cascaderPanel/index.d.ts +15 -15
- package/lib/components/src/base/checkTag/CheckTag.vue.d.ts +68 -87
- package/lib/components/src/base/checkTag/checkTag.d.ts +1 -1
- package/lib/components/src/base/checkTag/index.d.ts +200 -257
- package/lib/components/src/base/checkbox/Checkbox.vue.d.ts +156 -310
- package/lib/components/src/base/checkbox/checkbox.d.ts +1 -4
- package/lib/components/src/base/checkbox/index.d.ts +478 -934
- package/lib/components/src/base/checkboxButton/CheckboxButton.vue.d.ts +156 -310
- package/lib/components/src/base/checkboxButton/checkboxButton.d.ts +1 -4
- package/lib/components/src/base/checkboxButton/index.d.ts +478 -934
- package/lib/components/src/base/checkboxGroup/CheckboxGroup.vue.d.ts +92 -135
- package/lib/components/src/base/checkboxGroup/checkboxGroup.d.ts +1 -1
- package/lib/components/src/base/checkboxGroup/index.d.ts +272 -401
- package/lib/components/src/base/col/Col.vue.d.ts +87 -114
- package/lib/components/src/base/col/index.d.ts +259 -340
- package/lib/components/src/base/collapse/Collapse.vue.d.ts +69 -48
- package/lib/components/src/base/collapse/index.d.ts +205 -142
- package/lib/components/src/base/collapseItem/CollapseItem.vue.d.ts +66 -259
- package/lib/components/src/base/collapseItem/index.d.ts +194 -773
- package/lib/components/src/base/collapseTransition/CollapseTransition.vue.d.ts +1 -1
- package/lib/components/src/base/collapseTransition/index.d.ts +1 -1
- package/lib/components/src/base/colorPicker/ColorPicker.vue.d.ts +9 -7
- package/lib/components/src/base/colorPicker/colorPicker.d.ts +4 -3
- package/lib/components/src/base/colorPicker/index.d.ts +9 -7
- package/lib/components/src/base/configProvider/ConfigProvider.vue.d.ts +15 -2
- package/lib/components/src/base/configProvider/configProvider.d.ts +2 -0
- package/lib/components/src/base/configProvider/index.d.ts +41 -6
- package/lib/components/src/base/container/Container.vue.d.ts +45 -69
- package/lib/components/src/base/container/index.d.ts +135 -207
- package/lib/components/src/base/countdown/Countdown.vue.d.ts +66 -217
- package/lib/components/src/base/countdown/index.d.ts +198 -651
- package/lib/components/src/base/datePicker/DatePicker.vue.d.ts +15 -11
- package/lib/components/src/base/datePicker/datePicker.d.ts +5 -3
- package/lib/components/src/base/datePicker/index.d.ts +35 -27
- package/lib/components/src/base/descriptions/Descriptions.vue.d.ts +6 -6
- package/lib/components/src/base/descriptions/descriptions.d.ts +2 -2
- package/lib/components/src/base/descriptions/index.d.ts +14 -14
- package/lib/components/src/base/dialog/Dialog.vue.d.ts +11 -7
- package/lib/components/src/base/dialog/dialog.d.ts +2 -2
- package/lib/components/src/base/dialog/index.d.ts +19 -15
- package/lib/components/src/base/divider/Divider.vue.d.ts +3 -3
- package/lib/components/src/base/divider/divider.d.ts +1 -1
- package/lib/components/src/base/divider/index.d.ts +7 -7
- package/lib/components/src/base/drawer/Drawer.vue.d.ts +11 -7
- package/lib/components/src/base/drawer/drawer.d.ts +2 -2
- package/lib/components/src/base/drawer/index.d.ts +19 -15
- package/lib/components/src/base/dropdown/Dropdown.vue.d.ts +4 -4
- package/lib/components/src/base/dropdown/dropdown.d.ts +1 -1
- package/lib/components/src/base/dropdown/index.d.ts +10 -10
- package/lib/components/src/base/footer/Footer.vue.d.ts +53 -73
- package/lib/components/src/base/footer/index.d.ts +157 -217
- package/lib/components/src/base/form/Form.vue.d.ts +2 -2
- package/lib/components/src/base/form/index.d.ts +4 -4
- package/lib/components/src/base/formItem/FormItem.vue.d.ts +12 -5
- package/lib/components/src/base/formItem/formItem.d.ts +1 -0
- package/lib/components/src/base/formItem/index.d.ts +20 -9
- package/lib/components/src/base/header/Header.vue.d.ts +53 -73
- package/lib/components/src/base/header/index.d.ts +157 -217
- package/lib/components/src/base/input/Input.vue.d.ts +23 -21
- package/lib/components/src/base/input/index.d.ts +53 -49
- package/lib/components/src/base/input/input.d.ts +8 -7
- package/lib/components/src/base/inputNumber/InputNumber.vue.d.ts +5 -5
- package/lib/components/src/base/inputNumber/index.d.ts +13 -13
- package/lib/components/src/base/inputNumber/inputNumber.d.ts +1 -1
- package/lib/components/src/base/link/Link.vue.d.ts +3 -3
- package/lib/components/src/base/link/index.d.ts +7 -7
- package/lib/components/src/base/link/link.d.ts +1 -1
- package/lib/components/src/base/main/Main.vue.d.ts +41 -45
- package/lib/components/src/base/main/index.d.ts +121 -133
- package/lib/components/src/base/menu/Menu.vue.d.ts +6 -6
- package/lib/components/src/base/menu/index.d.ts +14 -14
- package/lib/components/src/base/menu/menu.d.ts +2 -2
- package/lib/components/src/base/pagination/Pagination.vue.d.ts +12 -0
- package/lib/components/src/base/pagination/index.d.ts +24 -0
- package/lib/components/src/base/pagination/pagination.d.ts +6 -0
- package/lib/components/src/base/popconfirm/Popconfirm.vue.d.ts +1 -1
- package/lib/components/src/base/popconfirm/index.d.ts +3 -3
- package/lib/components/src/base/popover/Popover.vue.d.ts +3 -3
- package/lib/components/src/base/popover/index.d.ts +9 -9
- package/lib/components/src/base/popper/Popper.vue.d.ts +3 -3
- package/lib/components/src/base/popper/index.d.ts +7 -7
- package/lib/components/src/base/popper/popper.d.ts +1 -1
- package/lib/components/src/base/progress/Progress.vue.d.ts +125 -320
- package/lib/components/src/base/progress/index.d.ts +365 -954
- package/lib/components/src/base/progress/progress.d.ts +2 -2
- package/lib/components/src/base/radio/Radio.vue.d.ts +1 -1
- package/lib/components/src/base/radio/index.d.ts +3 -3
- package/lib/components/src/base/radioButton/RadioButton.vue.d.ts +2 -2
- package/lib/components/src/base/radioButton/index.d.ts +4 -4
- package/lib/components/src/base/radioGroup/RadioGroup.vue.d.ts +2 -3
- package/lib/components/src/base/radioGroup/index.d.ts +4 -7
- package/lib/components/src/base/radioGroup/radioGroup.d.ts +1 -1
- package/lib/components/src/base/rate/Rate.vue.d.ts +5 -6
- package/lib/components/src/base/rate/index.d.ts +5 -6
- package/lib/components/src/base/rate/rate.d.ts +2 -2
- package/lib/components/src/base/row/Row.vue.d.ts +64 -95
- package/lib/components/src/base/row/index.d.ts +192 -285
- package/lib/components/src/base/scrollbar/Scrollbar.vue.d.ts +19 -16
- package/lib/components/src/base/scrollbar/index.d.ts +43 -34
- package/lib/components/src/base/scrollbar/scrollbar.d.ts +7 -7
- package/lib/components/src/base/select/Select.vue.d.ts +24 -5
- package/lib/components/src/base/select/index.d.ts +52 -13
- package/lib/components/src/base/select/select.d.ts +10 -1
- package/lib/components/src/base/selectV2/SelectV2.vue.d.ts +24 -5
- package/lib/components/src/base/selectV2/index.d.ts +52 -13
- package/lib/components/src/base/selectV2/selectV2.d.ts +10 -1
- package/lib/components/src/base/skeleton/Skeleton.vue.d.ts +79 -150
- package/lib/components/src/base/skeleton/index.d.ts +231 -448
- package/lib/components/src/base/skeletonItem/SkeletonItem.vue.d.ts +10 -50
- package/lib/components/src/base/skeletonItem/index.d.ts +28 -148
- package/lib/components/src/base/skeletonItem/skeletonItem.d.ts +1 -1
- package/lib/components/src/base/slider/Slider.vue.d.ts +2 -3
- package/lib/components/src/base/slider/index.d.ts +4 -7
- package/lib/components/src/base/slider/slider.d.ts +1 -1
- package/lib/components/src/base/space/Space.vue.d.ts +4 -4
- package/lib/components/src/base/space/index.d.ts +10 -10
- package/lib/components/src/base/space/space.d.ts +1 -1
- package/lib/components/src/base/statistic/Statistic.vue.d.ts +81 -107
- package/lib/components/src/base/statistic/index.d.ts +81 -107
- package/lib/components/src/base/step/Step.vue.d.ts +64 -265
- package/lib/components/src/base/step/index.d.ts +186 -789
- package/lib/components/src/base/steps/Steps.vue.d.ts +89 -134
- package/lib/components/src/base/steps/index.d.ts +263 -398
- package/lib/components/src/base/steps/steps.d.ts +1 -1
- package/lib/components/src/base/switch/Switch.vue.d.ts +163 -425
- package/lib/components/src/base/switch/index.d.ts +509 -1295
- package/lib/components/src/base/switch/switch.d.ts +4 -4
- package/lib/components/src/base/tabPane/TabPane.vue.d.ts +69 -154
- package/lib/components/src/base/tabPane/TabPane.vue2.js +7 -0
- package/lib/components/src/base/tabPane/TabPane.vue2.js.map +1 -1
- package/lib/components/src/base/tabPane/index.d.ts +203 -460
- package/lib/components/src/base/table/Table.vue.d.ts +32 -49
- package/lib/components/src/base/table/index.d.ts +90 -137
- package/lib/components/src/base/table/table.d.ts +3 -5
- package/lib/components/src/base/tabs/Tabs.vue.d.ts +3 -3
- package/lib/components/src/base/tabs/index.d.ts +9 -9
- package/lib/components/src/base/tabs/tabs.d.ts +1 -1
- package/lib/components/src/base/tag/Tag.vue.d.ts +89 -256
- package/lib/components/src/base/tag/index.d.ts +263 -764
- package/lib/components/src/base/tag/tag.d.ts +1 -1
- package/lib/components/src/base/text/Text.vue.d.ts +4 -13
- package/lib/components/src/base/text/index.d.ts +8 -25
- package/lib/components/src/base/text/text.d.ts +1 -6
- package/lib/components/src/base/timePicker/TimePicker.vue.d.ts +40 -30
- package/lib/components/src/base/timePicker/index.d.ts +112 -86
- package/lib/components/src/base/timePicker/timePicker.d.ts +4 -2
- package/lib/components/src/base/timeSelect/TimeSelect.vue.d.ts +5 -0
- package/lib/components/src/base/timeSelect/index.d.ts +11 -0
- package/lib/components/src/base/timeSelect/timeSelect.d.ts +2 -0
- package/lib/components/src/base/timelineItem/TimelineItem.vue.d.ts +98 -255
- package/lib/components/src/base/timelineItem/index.d.ts +284 -755
- package/lib/components/src/base/timelineItem/timelineItem.d.ts +3 -3
- package/lib/components/src/base/tooltip/Tooltip.vue.d.ts +32 -40
- package/lib/components/src/base/tooltip/index.d.ts +86 -110
- package/lib/components/src/base/tooltip/tooltip.d.ts +4 -4
- package/lib/components/src/base/tooltipV2/TooltipV2.vue.d.ts +7 -7
- package/lib/components/src/base/tooltipV2/index.d.ts +15 -15
- package/lib/components/src/base/tooltipV2/tooltipV2.d.ts +2 -2
- package/lib/components/src/base/tour/Tour.vue.d.ts +136 -657
- package/lib/components/src/base/tour/index.d.ts +434 -1997
- package/lib/components/src/base/tree/Tree.vue.d.ts +26 -10
- package/lib/components/src/base/tree/Tree.vue2.js.map +1 -1
- package/lib/components/src/base/tree/index.d.ts +79 -31
- package/lib/components/src/base/treeSelect/TreeSelect.vue.d.ts +26 -7
- package/lib/components/src/base/treeSelect/treeSelect.d.ts +10 -1
- package/lib/components/src/base/treeV2/TreeV2.vue.d.ts +24 -1972
- package/lib/components/src/base/treeV2/index.d.ts +73 -5917
- package/lib/components/src/base/upload/Upload.vue.d.ts +11 -8
- package/lib/components/src/base/upload/index.d.ts +19 -16
- package/lib/components/src/base/upload/upload.d.ts +2 -2
- package/lib/components/src/base/watermark/Watermark.vue.d.ts +82 -134
- package/lib/components/src/base/watermark/index.d.ts +244 -400
- package/lib/components/src/business/aliCategoryCascader/aliCategoryCascader.d.ts +10 -0
- package/lib/components/src/business/companyCategoryCascader/companyCategoryCascader.d.ts +10 -0
- package/lib/components/src/composite/dialogForm/DialogForm.vue.d.ts +23 -19
- package/lib/components/src/composite/dialogForm/dialogForm.d.ts +2 -2
- package/lib/components/src/composite/dialogForm/index.d.ts +65 -53
- package/lib/components/src/composite/drawerForm/DrawerForm.vue.d.ts +23 -19
- package/lib/components/src/composite/drawerForm/drawerForm.d.ts +2 -2
- package/lib/components/src/composite/drawerForm/index.d.ts +65 -53
- package/lib/components/src/composite/memoryForm/MemoryForm.vue.d.ts +2 -2
- package/lib/components/src/composite/memoryForm/index.d.ts +4 -4
- package/lib/components/src/composite/numberInterval/NumberInterval.vue.d.ts +1 -1
- package/lib/components/src/composite/numberInterval/index.d.ts +1 -1
- package/lib/components/src/composite/operateButton/OperateButton.vue.d.ts +1 -1
- package/lib/components/src/composite/operateButton/index.d.ts +1 -1
- package/lib/components/src/composite/searchForm/SearchForm.vue.d.ts +9 -0
- package/lib/components/src/composite/searchForm/SearchForm.vue.js +1 -1
- package/lib/components/src/composite/searchForm/SearchForm.vue2.js +5 -3
- package/lib/components/src/composite/searchForm/SearchForm.vue2.js.map +1 -1
- package/lib/components/src/composite/searchForm/index.d.ts +19 -0
- package/lib/components/src/composite/searchForm/searchForm.d.ts +8 -0
- package/lib/components/src/composite/searchForm/searchForm.js +8 -0
- package/lib/components/src/composite/searchForm/searchForm.js.map +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/cascader/SearchFormCascader.vue.d.ts +8 -8
- package/lib/components/src/composite/searchForm/searchFormItems/cascader/index.d.ts +8 -8
- package/lib/components/src/composite/searchForm/searchFormItems/datePicker/SearchFormDatePicker.vue.d.ts +19 -7
- package/lib/components/src/composite/searchForm/searchFormItems/datePicker/SearchFormDatePicker.vue2.js +2 -2
- package/lib/components/src/composite/searchForm/searchFormItems/datePicker/SearchFormDatePicker.vue2.js.map +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/datePicker/index.d.ts +19 -7
- package/lib/components/src/composite/searchForm/searchFormItems/datePicker/searchFormDatePicker.d.ts +7 -1
- package/lib/components/src/composite/searchForm/searchFormItems/datePicker/searchFormDatePicker.js +6 -0
- package/lib/components/src/composite/searchForm/searchFormItems/datePicker/searchFormDatePicker.js.map +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/input/SearchFormInput.vue.d.ts +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/input/index.d.ts +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/numberInterval/SearchFormNumberInterval.vue.d.ts +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/numberInterval/index.d.ts +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue.d.ts +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/select/index.d.ts +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/selectV2/SearchFormSelectV2.vue.d.ts +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/selectV2/index.d.ts +1 -1
- package/lib/components/src/composite/selectOptions/SelectOptions.vue.d.ts +24 -5
- package/lib/components/src/composite/selectOptions/index.d.ts +24 -5
- package/lib/components/src/composite/selectOptions/selectOptions.d.ts +10 -1
- package/lib/components/src/composite/tablePro/TablePro.vue.d.ts +13 -16
- package/lib/components/src/composite/tablePro/TablePro.vue.js +1 -1
- package/lib/components/src/composite/tablePro/TablePro.vue2.js +20 -7
- package/lib/components/src/composite/tablePro/TablePro.vue2.js.map +1 -1
- package/lib/components/src/composite/tablePro/index.d.ts +25 -38
- package/lib/components/src/composite/tablePro/tablePagination/TablePagination.vue.d.ts +9 -0
- package/lib/components/src/composite/tablePro/tablePagination/TablePagination.vue.js +1 -1
- package/lib/components/src/composite/tablePro/tablePagination/TablePagination.vue2.js +6 -2
- package/lib/components/src/composite/tablePro/tablePagination/TablePagination.vue2.js.map +1 -1
- package/lib/components/src/composite/tablePro/tablePagination/index.d.ts +9 -0
- package/lib/components/src/composite/tablePro/tablePagination/tablePagination.d.ts +4 -0
- package/lib/components/src/composite/tablePro/tablePagination/tablePagination.js +4 -0
- package/lib/components/src/composite/tablePro/tablePagination/tablePagination.js.map +1 -1
- package/lib/components/src/composite/tablePro/tablePro.d.ts +3 -5
- package/lib/components/src/test/Test.vue.d.ts +9 -9
- package/lib/components/src/test/index.d.ts +9 -9
- package/lib/components/src/test/test.d.ts +2 -2
- package/lib/giime/version.d.ts +1 -1
- package/lib/giime/version.js +1 -1
- package/lib/giime/version.js.map +1 -1
- package/lib/hooks/store/useLangList/index.d.ts +1 -1
- package/lib/index.css +70 -66
- package/lib/utils/src/general.d.ts +10 -0
- package/lib/utils/src/general.js +20 -0
- package/lib/utils/src/general.js.map +1 -1
- package/lib/utils/src/http/errorMessage.js +4 -0
- package/lib/utils/src/http/errorMessage.js.map +1 -1
- package/package.json +1 -1
|
@@ -54,61 +54,43 @@ export declare const GmTour: import("../../../../utils").SFCWithInstall<{
|
|
|
54
54
|
onFinish?: (() => any) | undefined;
|
|
55
55
|
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
56
56
|
}, {
|
|
57
|
-
elRef: import("vue").Ref<
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
readonly
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
}, boolean>;
|
|
95
|
-
type: {
|
|
96
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown>>;
|
|
97
|
-
readonly required: false;
|
|
98
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
99
|
-
__epPropKey: true;
|
|
100
|
-
};
|
|
101
|
-
appendTo: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown, string, boolean>;
|
|
102
|
-
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
103
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
104
|
-
}>> & {
|
|
105
|
-
onChange?: ((current: number) => any) | undefined;
|
|
106
|
-
onClose?: ((current: number) => any) | undefined;
|
|
107
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
108
|
-
onFinish?: (() => any) | undefined;
|
|
109
|
-
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
110
|
-
}, {
|
|
111
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
57
|
+
elRef: import("vue").Ref<({
|
|
58
|
+
$: import("vue").ComponentInternalInstance;
|
|
59
|
+
$data: {};
|
|
60
|
+
$props: Partial<{
|
|
61
|
+
mask: import("element-plus").TourMask;
|
|
62
|
+
gap: import("element-plus").TourGap;
|
|
63
|
+
modelValue: boolean;
|
|
64
|
+
placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
|
|
65
|
+
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
|
|
66
|
+
appendTo: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
67
|
+
showArrow: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
68
|
+
showClose: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
69
|
+
current: number;
|
|
70
|
+
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
71
|
+
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
72
|
+
}> & Omit<{
|
|
73
|
+
readonly showClose: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
74
|
+
readonly appendTo: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
75
|
+
readonly modelValue: boolean;
|
|
76
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
|
|
77
|
+
readonly closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
78
|
+
readonly scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
|
|
79
|
+
readonly showArrow: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
80
|
+
readonly gap: import("element-plus").TourGap;
|
|
81
|
+
readonly current: number;
|
|
82
|
+
readonly mask: import("element-plus").TourMask;
|
|
83
|
+
readonly targetAreaClickable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
84
|
+
readonly type?: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown> | undefined;
|
|
85
|
+
readonly zIndex?: number | undefined;
|
|
86
|
+
readonly closeIcon?: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown> | undefined;
|
|
87
|
+
readonly contentStyle?: import("vue").CSSProperties | undefined;
|
|
88
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
89
|
+
onChange?: ((current: number) => any) | undefined;
|
|
90
|
+
onClose?: ((current: number) => any) | undefined;
|
|
91
|
+
onFinish?: (() => any) | undefined;
|
|
92
|
+
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
93
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
112
94
|
modelValue: BooleanConstructor;
|
|
113
95
|
current: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
114
96
|
showArrow: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -156,326 +138,117 @@ export declare const GmTour: import("../../../../utils").SFCWithInstall<{
|
|
|
156
138
|
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
157
139
|
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
158
140
|
}>> & {
|
|
141
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
159
142
|
onChange?: ((current: number) => any) | undefined;
|
|
160
143
|
onClose?: ((current: number) => any) | undefined;
|
|
161
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
162
144
|
onFinish?: (() => any) | undefined;
|
|
163
145
|
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
namespace: import("vue").ComputedRef<string>;
|
|
168
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
169
|
-
e: (element?: string | undefined) => string;
|
|
170
|
-
m: (modifier?: string | undefined) => string;
|
|
171
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
172
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
173
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
174
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
175
|
-
is: {
|
|
176
|
-
(name: string, state: boolean | undefined): string;
|
|
177
|
-
(name: string): string;
|
|
178
|
-
};
|
|
179
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
180
|
-
cssVarName: (name: string) => string;
|
|
181
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
182
|
-
cssVarBlockName: (name: string) => string;
|
|
146
|
+
}, "showClose" | "appendTo" | "modelValue" | "placement" | "closeOnPressEscape" | "scrollIntoViewOptions" | "showArrow" | "gap" | "current" | "mask" | "targetAreaClickable">;
|
|
147
|
+
$attrs: {
|
|
148
|
+
[x: string]: unknown;
|
|
183
149
|
};
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
kls: import("vue").ComputedRef<string[]>;
|
|
189
|
-
mergedPlacement: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
|
|
190
|
-
mergedContentStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
|
|
191
|
-
mergedMask: import("vue").ComputedRef<import("element-plus").TourMask>;
|
|
192
|
-
mergedShowMask: import("vue").ComputedRef<boolean>;
|
|
193
|
-
mergedMaskStyle: import("vue").ComputedRef<{
|
|
194
|
-
style?: import("vue").CSSProperties | undefined;
|
|
195
|
-
color?: string | undefined;
|
|
196
|
-
} | undefined>;
|
|
197
|
-
mergedShowArrow: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
198
|
-
mergedScrollIntoViewOptions: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>>;
|
|
199
|
-
mergedType: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown> | undefined>;
|
|
200
|
-
nextZIndex: () => number;
|
|
201
|
-
nowZIndex: number;
|
|
202
|
-
mergedZIndex: import("vue").ComputedRef<number>;
|
|
203
|
-
pos: import("vue").ComputedRef<{
|
|
204
|
-
left: number;
|
|
205
|
-
top: number;
|
|
206
|
-
width: number;
|
|
207
|
-
height: number;
|
|
208
|
-
radius: number;
|
|
209
|
-
} | null>;
|
|
210
|
-
triggerTarget: import("vue").ComputedRef<HTMLElement | {
|
|
211
|
-
getBoundingClientRect(): DOMRect;
|
|
212
|
-
} | undefined>;
|
|
213
|
-
onEscClose: () => void;
|
|
214
|
-
onUpdateTotal: (val: number) => void;
|
|
215
|
-
slots: Readonly<{
|
|
150
|
+
$refs: {
|
|
151
|
+
[x: string]: unknown;
|
|
152
|
+
};
|
|
153
|
+
$slots: Readonly<{
|
|
216
154
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
217
155
|
}>;
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
156
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
157
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
158
|
+
$emit: ((event: "change", current: number) => void) & ((event: "close", current: number) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "finish") => void) & ((event: "update:current", current: number) => void);
|
|
159
|
+
$el: any;
|
|
160
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
161
|
+
modelValue: BooleanConstructor;
|
|
162
|
+
current: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
163
|
+
showArrow: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
164
|
+
showClose: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
165
|
+
closeIcon: {
|
|
166
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
224
167
|
readonly required: false;
|
|
225
168
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
226
169
|
__epPropKey: true;
|
|
227
170
|
};
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
pos: {
|
|
235
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null) | ((new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null))[], unknown, unknown>>;
|
|
236
|
-
readonly required: false;
|
|
237
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
238
|
-
__epPropKey: true;
|
|
239
|
-
};
|
|
240
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
241
|
-
}>> & {
|
|
242
|
-
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
243
|
-
}>>;
|
|
244
|
-
ns: {
|
|
245
|
-
namespace: import("vue").ComputedRef<string>;
|
|
246
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
247
|
-
e: (element?: string | undefined) => string;
|
|
248
|
-
m: (modifier?: string | undefined) => string;
|
|
249
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
250
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
251
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
252
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
253
|
-
is: {
|
|
254
|
-
(name: string, state: boolean | undefined): string;
|
|
255
|
-
(name: string): string;
|
|
256
|
-
};
|
|
257
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
258
|
-
cssVarName: (name: string) => string;
|
|
259
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
260
|
-
cssVarBlockName: (name: string) => string;
|
|
171
|
+
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
172
|
+
contentStyle: {
|
|
173
|
+
readonly type: import("vue").PropType<import("vue").CSSProperties>;
|
|
174
|
+
readonly required: false;
|
|
175
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
176
|
+
__epPropKey: true;
|
|
261
177
|
};
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
}>;
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
pos: {
|
|
276
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null) | ((new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null))[], unknown, unknown>>;
|
|
178
|
+
mask: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
179
|
+
style?: import("vue").CSSProperties | undefined;
|
|
180
|
+
color?: string | undefined;
|
|
181
|
+
}) | (() => import("element-plus").TourMask) | ((new (...args: any[]) => boolean | {
|
|
182
|
+
style?: import("vue").CSSProperties | undefined;
|
|
183
|
+
color?: string | undefined;
|
|
184
|
+
}) | (() => import("element-plus").TourMask))[], unknown, unknown, boolean, boolean>;
|
|
185
|
+
gap: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("element-plus").TourGap) | (() => import("element-plus").TourGap) | ((new (...args: any[]) => import("element-plus").TourGap) | (() => import("element-plus").TourGap))[], unknown, unknown, () => {
|
|
186
|
+
offset: number;
|
|
187
|
+
radius: number;
|
|
188
|
+
}, boolean>;
|
|
189
|
+
zIndex: {
|
|
190
|
+
readonly type: import("vue").PropType<number>;
|
|
277
191
|
readonly required: false;
|
|
278
192
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
279
193
|
__epPropKey: true;
|
|
280
194
|
};
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
290
|
-
reference: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
|
|
291
|
-
strategy: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, string, boolean>;
|
|
292
|
-
offset: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
293
|
-
showArrow: BooleanConstructor;
|
|
294
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
295
|
-
}, {
|
|
296
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
297
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
298
|
-
reference: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
|
|
299
|
-
strategy: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, string, boolean>;
|
|
300
|
-
offset: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
301
|
-
showArrow: BooleanConstructor;
|
|
302
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
303
|
-
}>> & {
|
|
304
|
-
onClose?: (() => any) | undefined;
|
|
305
|
-
}>>;
|
|
306
|
-
emit: (event: "close") => void;
|
|
307
|
-
placement: import("vue").Ref<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
|
|
308
|
-
strategy: import("vue").Ref<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown>>;
|
|
309
|
-
contentRef: import("vue").Ref<HTMLElement | null>;
|
|
310
|
-
arrowRef: import("vue").Ref<HTMLElement | null>;
|
|
311
|
-
contentStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
312
|
-
arrowStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
313
|
-
side: import("vue").ComputedRef<string>;
|
|
314
|
-
ns: {
|
|
315
|
-
namespace: import("vue").ComputedRef<string>;
|
|
316
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
317
|
-
e: (element?: string | undefined) => string;
|
|
318
|
-
m: (modifier?: string | undefined) => string;
|
|
319
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
320
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
321
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
322
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
323
|
-
is: {
|
|
324
|
-
(name: string, state: boolean | undefined): string;
|
|
325
|
-
(name: string): string;
|
|
326
|
-
};
|
|
327
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
328
|
-
cssVarName: (name: string) => string;
|
|
329
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
330
|
-
cssVarBlockName: (name: string) => string;
|
|
195
|
+
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown, () => {
|
|
196
|
+
block: string;
|
|
197
|
+
}, boolean>;
|
|
198
|
+
type: {
|
|
199
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown>>;
|
|
200
|
+
readonly required: false;
|
|
201
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
202
|
+
__epPropKey: true;
|
|
331
203
|
};
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
loop: BooleanConstructor;
|
|
336
|
-
trapped: BooleanConstructor;
|
|
337
|
-
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
338
|
-
focusStartEl: {
|
|
339
|
-
type: import("vue").PropType<HTMLElement | "container" | "first">;
|
|
340
|
-
default: string;
|
|
341
|
-
};
|
|
342
|
-
}, {
|
|
343
|
-
onKeydown: (e: KeyboardEvent) => void;
|
|
344
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested")[], "focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
345
|
-
loop: BooleanConstructor;
|
|
346
|
-
trapped: BooleanConstructor;
|
|
347
|
-
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
348
|
-
focusStartEl: {
|
|
349
|
-
type: import("vue").PropType<HTMLElement | "container" | "first">;
|
|
350
|
-
default: string;
|
|
351
|
-
};
|
|
352
|
-
}>> & {
|
|
353
|
-
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
354
|
-
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
355
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
356
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
357
|
-
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
358
|
-
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
359
|
-
}, {
|
|
360
|
-
trapped: boolean;
|
|
361
|
-
loop: boolean;
|
|
362
|
-
focusStartEl: HTMLElement | "container" | "first";
|
|
363
|
-
}, {}>;
|
|
364
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
365
|
-
close: () => boolean;
|
|
366
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
367
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
368
|
-
reference: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
|
|
369
|
-
strategy: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, string, boolean>;
|
|
370
|
-
offset: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
371
|
-
showArrow: BooleanConstructor;
|
|
372
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
204
|
+
appendTo: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown, string, boolean>;
|
|
205
|
+
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
206
|
+
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
373
207
|
}>> & {
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
208
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
209
|
+
onChange?: ((current: number) => any) | undefined;
|
|
210
|
+
onClose?: ((current: number) => any) | undefined;
|
|
211
|
+
onFinish?: (() => any) | undefined;
|
|
212
|
+
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
213
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
214
|
+
"update:modelValue": (value: boolean) => void;
|
|
215
|
+
change: (current: number) => void;
|
|
216
|
+
close: (current: number) => void;
|
|
217
|
+
finish: () => void;
|
|
218
|
+
"update:current": (current: number) => void;
|
|
219
|
+
}, string, {
|
|
220
|
+
mask: import("element-plus").TourMask;
|
|
221
|
+
gap: import("element-plus").TourGap;
|
|
222
|
+
modelValue: boolean;
|
|
378
223
|
placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
ElTourSteps: import("vue").DefineComponent<{
|
|
384
|
-
current: {
|
|
385
|
-
type: NumberConstructor;
|
|
386
|
-
default: number;
|
|
387
|
-
};
|
|
388
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
389
|
-
[key: string]: any;
|
|
390
|
-
}> | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update-total"[], "update-total", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
391
|
-
current: {
|
|
392
|
-
type: NumberConstructor;
|
|
393
|
-
default: number;
|
|
394
|
-
};
|
|
395
|
-
}>> & {
|
|
396
|
-
"onUpdate-total"?: ((...args: any[]) => any) | undefined;
|
|
397
|
-
}, {
|
|
224
|
+
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
|
|
225
|
+
appendTo: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
226
|
+
showArrow: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
227
|
+
showClose: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
398
228
|
current: number;
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
418
|
-
contentStyle: {
|
|
419
|
-
readonly type: import("vue").PropType<import("vue").CSSProperties>;
|
|
420
|
-
readonly required: false;
|
|
421
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
422
|
-
__epPropKey: true;
|
|
423
|
-
};
|
|
424
|
-
mask: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
425
|
-
style?: import("vue").CSSProperties | undefined;
|
|
426
|
-
color?: string | undefined;
|
|
427
|
-
}) | (() => import("element-plus").TourMask) | ((new (...args: any[]) => boolean | {
|
|
428
|
-
style?: import("vue").CSSProperties | undefined;
|
|
429
|
-
color?: string | undefined;
|
|
430
|
-
}) | (() => import("element-plus").TourMask))[], unknown, unknown, boolean, boolean>;
|
|
431
|
-
gap: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("element-plus").TourGap) | (() => import("element-plus").TourGap) | ((new (...args: any[]) => import("element-plus").TourGap) | (() => import("element-plus").TourGap))[], unknown, unknown, () => {
|
|
432
|
-
offset: number;
|
|
433
|
-
radius: number;
|
|
434
|
-
}, boolean>;
|
|
435
|
-
zIndex: {
|
|
436
|
-
readonly type: import("vue").PropType<number>;
|
|
437
|
-
readonly required: false;
|
|
438
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
439
|
-
__epPropKey: true;
|
|
440
|
-
};
|
|
441
|
-
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown, () => {
|
|
442
|
-
block: string;
|
|
443
|
-
}, boolean>;
|
|
444
|
-
type: {
|
|
445
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown>>;
|
|
446
|
-
readonly required: false;
|
|
447
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
448
|
-
__epPropKey: true;
|
|
229
|
+
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
230
|
+
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
231
|
+
}, {}, string, {}> & {
|
|
232
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
233
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
234
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
235
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
236
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
237
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
238
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
239
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
240
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
241
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
242
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
243
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
244
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
245
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
246
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
449
247
|
};
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
}
|
|
454
|
-
onChange?: ((current: number) => any) | undefined;
|
|
455
|
-
onClose?: ((current: number) => any) | undefined;
|
|
456
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
457
|
-
onFinish?: (() => any) | undefined;
|
|
458
|
-
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
459
|
-
}, {
|
|
460
|
-
modelValue: boolean;
|
|
461
|
-
placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
|
|
462
|
-
appendTo: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
463
|
-
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
|
|
464
|
-
gap: import("element-plus").TourGap;
|
|
465
|
-
mask: import("element-plus").TourMask;
|
|
466
|
-
showArrow: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
467
|
-
current: number;
|
|
468
|
-
showClose: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
469
|
-
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
470
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
471
|
-
}, true, {}, {}, {
|
|
472
|
-
P: {};
|
|
473
|
-
B: {};
|
|
474
|
-
D: {};
|
|
475
|
-
C: {};
|
|
476
|
-
M: {};
|
|
477
|
-
Defaults: {};
|
|
478
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
248
|
+
$forceUpdate: () => void;
|
|
249
|
+
$nextTick: typeof import("vue").nextTick;
|
|
250
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
251
|
+
} & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
479
252
|
modelValue: BooleanConstructor;
|
|
480
253
|
current: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
481
254
|
showArrow: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -523,314 +296,20 @@ export declare const GmTour: import("../../../../utils").SFCWithInstall<{
|
|
|
523
296
|
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
524
297
|
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
525
298
|
}>> & {
|
|
299
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
526
300
|
onChange?: ((current: number) => any) | undefined;
|
|
527
301
|
onClose?: ((current: number) => any) | undefined;
|
|
528
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
529
302
|
onFinish?: (() => any) | undefined;
|
|
530
303
|
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
531
|
-
}, {
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
539
|
-
readonly required: false;
|
|
540
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
541
|
-
__epPropKey: true;
|
|
542
|
-
};
|
|
543
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
544
|
-
contentStyle: {
|
|
545
|
-
readonly type: import("vue").PropType<import("vue").CSSProperties>;
|
|
546
|
-
readonly required: false;
|
|
547
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
548
|
-
__epPropKey: true;
|
|
549
|
-
};
|
|
550
|
-
mask: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
551
|
-
style?: import("vue").CSSProperties | undefined;
|
|
552
|
-
color?: string | undefined;
|
|
553
|
-
}) | (() => import("element-plus").TourMask) | ((new (...args: any[]) => boolean | {
|
|
554
|
-
style?: import("vue").CSSProperties | undefined;
|
|
555
|
-
color?: string | undefined;
|
|
556
|
-
}) | (() => import("element-plus").TourMask))[], unknown, unknown, boolean, boolean>;
|
|
557
|
-
gap: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("element-plus").TourGap) | (() => import("element-plus").TourGap) | ((new (...args: any[]) => import("element-plus").TourGap) | (() => import("element-plus").TourGap))[], unknown, unknown, () => {
|
|
558
|
-
offset: number;
|
|
559
|
-
radius: number;
|
|
560
|
-
}, boolean>;
|
|
561
|
-
zIndex: {
|
|
562
|
-
readonly type: import("vue").PropType<number>;
|
|
563
|
-
readonly required: false;
|
|
564
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
565
|
-
__epPropKey: true;
|
|
566
|
-
};
|
|
567
|
-
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown, () => {
|
|
568
|
-
block: string;
|
|
569
|
-
}, boolean>;
|
|
570
|
-
type: {
|
|
571
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown>>;
|
|
572
|
-
readonly required: false;
|
|
573
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
574
|
-
__epPropKey: true;
|
|
575
|
-
};
|
|
576
|
-
appendTo: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown, string, boolean>;
|
|
577
|
-
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
578
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
579
|
-
}>> & {
|
|
580
|
-
onChange?: ((current: number) => any) | undefined;
|
|
581
|
-
onClose?: ((current: number) => any) | undefined;
|
|
582
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
583
|
-
onFinish?: (() => any) | undefined;
|
|
584
|
-
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
585
|
-
}>>;
|
|
586
|
-
emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "change", current: number) => void) & ((event: "close", current: number) => void) & ((event: "finish") => void) & ((event: "update:current", current: number) => void);
|
|
587
|
-
ns: {
|
|
588
|
-
namespace: import("vue").ComputedRef<string>;
|
|
589
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
590
|
-
e: (element?: string | undefined) => string;
|
|
591
|
-
m: (modifier?: string | undefined) => string;
|
|
592
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
593
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
594
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
595
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
596
|
-
is: {
|
|
597
|
-
(name: string, state: boolean | undefined): string;
|
|
598
|
-
(name: string): string;
|
|
599
|
-
};
|
|
600
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
601
|
-
cssVarName: (name: string) => string;
|
|
602
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
603
|
-
cssVarBlockName: (name: string) => string;
|
|
304
|
+
}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
305
|
+
$slots: {
|
|
306
|
+
default?(_: {}): any;
|
|
307
|
+
indicators?(_: {
|
|
308
|
+
current: number;
|
|
309
|
+
total: number;
|
|
310
|
+
}): any;
|
|
604
311
|
};
|
|
605
|
-
|
|
606
|
-
currentStep: import("vue").Ref<import("element-plus/es/components/tour/src/step.js").TourStepProps | undefined>;
|
|
607
|
-
current: import("vue").Ref<number> | import("vue").WritableComputedRef<number>;
|
|
608
|
-
currentTarget: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null) | ((new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null))[], unknown, unknown> | undefined>;
|
|
609
|
-
kls: import("vue").ComputedRef<string[]>;
|
|
610
|
-
mergedPlacement: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
|
|
611
|
-
mergedContentStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
|
|
612
|
-
mergedMask: import("vue").ComputedRef<import("element-plus").TourMask>;
|
|
613
|
-
mergedShowMask: import("vue").ComputedRef<boolean>;
|
|
614
|
-
mergedMaskStyle: import("vue").ComputedRef<{
|
|
615
|
-
style?: import("vue").CSSProperties | undefined;
|
|
616
|
-
color?: string | undefined;
|
|
617
|
-
} | undefined>;
|
|
618
|
-
mergedShowArrow: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
619
|
-
mergedScrollIntoViewOptions: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>>;
|
|
620
|
-
mergedType: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown> | undefined>;
|
|
621
|
-
nextZIndex: () => number;
|
|
622
|
-
nowZIndex: number;
|
|
623
|
-
mergedZIndex: import("vue").ComputedRef<number>;
|
|
624
|
-
pos: import("vue").ComputedRef<{
|
|
625
|
-
left: number;
|
|
626
|
-
top: number;
|
|
627
|
-
width: number;
|
|
628
|
-
height: number;
|
|
629
|
-
radius: number;
|
|
630
|
-
} | null>;
|
|
631
|
-
triggerTarget: import("vue").ComputedRef<HTMLElement | {
|
|
632
|
-
getBoundingClientRect(): DOMRect;
|
|
633
|
-
} | undefined>;
|
|
634
|
-
onEscClose: () => void;
|
|
635
|
-
onUpdateTotal: (val: number) => void;
|
|
636
|
-
slots: Readonly<{
|
|
637
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
638
|
-
}>;
|
|
639
|
-
ElTourMask: import("vue").DefineComponent<{
|
|
640
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
641
|
-
visible: BooleanConstructor;
|
|
642
|
-
fill: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
643
|
-
pos: {
|
|
644
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null) | ((new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null))[], unknown, unknown>>;
|
|
645
|
-
readonly required: false;
|
|
646
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
647
|
-
__epPropKey: true;
|
|
648
|
-
};
|
|
649
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
650
|
-
}, {
|
|
651
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
652
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
653
|
-
visible: BooleanConstructor;
|
|
654
|
-
fill: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
655
|
-
pos: {
|
|
656
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null) | ((new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null))[], unknown, unknown>>;
|
|
657
|
-
readonly required: false;
|
|
658
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
659
|
-
__epPropKey: true;
|
|
660
|
-
};
|
|
661
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
662
|
-
}>> & {
|
|
663
|
-
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
664
|
-
}>>;
|
|
665
|
-
ns: {
|
|
666
|
-
namespace: import("vue").ComputedRef<string>;
|
|
667
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
668
|
-
e: (element?: string | undefined) => string;
|
|
669
|
-
m: (modifier?: string | undefined) => string;
|
|
670
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
671
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
672
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
673
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
674
|
-
is: {
|
|
675
|
-
(name: string, state: boolean | undefined): string;
|
|
676
|
-
(name: string): string;
|
|
677
|
-
};
|
|
678
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
679
|
-
cssVarName: (name: string) => string;
|
|
680
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
681
|
-
cssVarBlockName: (name: string) => string;
|
|
682
|
-
};
|
|
683
|
-
radius: import("vue").ComputedRef<number>;
|
|
684
|
-
roundInfo: import("vue").ComputedRef<{
|
|
685
|
-
topRight: string;
|
|
686
|
-
bottomRight: string;
|
|
687
|
-
bottomLeft: string;
|
|
688
|
-
topLeft: string;
|
|
689
|
-
}>;
|
|
690
|
-
path: import("vue").ComputedRef<string>;
|
|
691
|
-
pathStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
692
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
693
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
694
|
-
visible: BooleanConstructor;
|
|
695
|
-
fill: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
696
|
-
pos: {
|
|
697
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null) | ((new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null))[], unknown, unknown>>;
|
|
698
|
-
readonly required: false;
|
|
699
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
700
|
-
__epPropKey: true;
|
|
701
|
-
};
|
|
702
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
703
|
-
}>>, {
|
|
704
|
-
zIndex: number;
|
|
705
|
-
fill: string;
|
|
706
|
-
visible: boolean;
|
|
707
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
708
|
-
}, {}>;
|
|
709
|
-
ElTourContent: import("vue").DefineComponent<{
|
|
710
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
711
|
-
reference: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
|
|
712
|
-
strategy: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, string, boolean>;
|
|
713
|
-
offset: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
714
|
-
showArrow: BooleanConstructor;
|
|
715
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
716
|
-
}, {
|
|
717
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
718
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
719
|
-
reference: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
|
|
720
|
-
strategy: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, string, boolean>;
|
|
721
|
-
offset: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
722
|
-
showArrow: BooleanConstructor;
|
|
723
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
724
|
-
}>> & {
|
|
725
|
-
onClose?: (() => any) | undefined;
|
|
726
|
-
}>>;
|
|
727
|
-
emit: (event: "close") => void;
|
|
728
|
-
placement: import("vue").Ref<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
|
|
729
|
-
strategy: import("vue").Ref<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown>>;
|
|
730
|
-
contentRef: import("vue").Ref<HTMLElement | null>;
|
|
731
|
-
arrowRef: import("vue").Ref<HTMLElement | null>;
|
|
732
|
-
contentStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
733
|
-
arrowStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
734
|
-
side: import("vue").ComputedRef<string>;
|
|
735
|
-
ns: {
|
|
736
|
-
namespace: import("vue").ComputedRef<string>;
|
|
737
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
738
|
-
e: (element?: string | undefined) => string;
|
|
739
|
-
m: (modifier?: string | undefined) => string;
|
|
740
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
741
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
742
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
743
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
744
|
-
is: {
|
|
745
|
-
(name: string, state: boolean | undefined): string;
|
|
746
|
-
(name: string): string;
|
|
747
|
-
};
|
|
748
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
749
|
-
cssVarName: (name: string) => string;
|
|
750
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
751
|
-
cssVarBlockName: (name: string) => string;
|
|
752
|
-
};
|
|
753
|
-
onCloseRequested: () => void;
|
|
754
|
-
onFocusoutPrevented: (event: CustomEvent<any>) => void;
|
|
755
|
-
ElFocusTrap: import("vue").DefineComponent<{
|
|
756
|
-
loop: BooleanConstructor;
|
|
757
|
-
trapped: BooleanConstructor;
|
|
758
|
-
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
759
|
-
focusStartEl: {
|
|
760
|
-
type: import("vue").PropType<HTMLElement | "container" | "first">;
|
|
761
|
-
default: string;
|
|
762
|
-
};
|
|
763
|
-
}, {
|
|
764
|
-
onKeydown: (e: KeyboardEvent) => void;
|
|
765
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested")[], "focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
766
|
-
loop: BooleanConstructor;
|
|
767
|
-
trapped: BooleanConstructor;
|
|
768
|
-
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
769
|
-
focusStartEl: {
|
|
770
|
-
type: import("vue").PropType<HTMLElement | "container" | "first">;
|
|
771
|
-
default: string;
|
|
772
|
-
};
|
|
773
|
-
}>> & {
|
|
774
|
-
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
775
|
-
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
776
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
777
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
778
|
-
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
779
|
-
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
780
|
-
}, {
|
|
781
|
-
trapped: boolean;
|
|
782
|
-
loop: boolean;
|
|
783
|
-
focusStartEl: HTMLElement | "container" | "first";
|
|
784
|
-
}, {}>;
|
|
785
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
786
|
-
close: () => boolean;
|
|
787
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
788
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
789
|
-
reference: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
|
|
790
|
-
strategy: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, string, boolean>;
|
|
791
|
-
offset: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
792
|
-
showArrow: BooleanConstructor;
|
|
793
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
794
|
-
}>> & {
|
|
795
|
-
onClose?: (() => any) | undefined;
|
|
796
|
-
}, {
|
|
797
|
-
zIndex: number;
|
|
798
|
-
offset: number;
|
|
799
|
-
placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
|
|
800
|
-
strategy: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown>;
|
|
801
|
-
showArrow: boolean;
|
|
802
|
-
reference: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown>;
|
|
803
|
-
}, {}>;
|
|
804
|
-
ElTourSteps: import("vue").DefineComponent<{
|
|
805
|
-
current: {
|
|
806
|
-
type: NumberConstructor;
|
|
807
|
-
default: number;
|
|
808
|
-
};
|
|
809
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
810
|
-
[key: string]: any;
|
|
811
|
-
}> | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update-total"[], "update-total", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
812
|
-
current: {
|
|
813
|
-
type: NumberConstructor;
|
|
814
|
-
default: number;
|
|
815
|
-
};
|
|
816
|
-
}>> & {
|
|
817
|
-
"onUpdate-total"?: ((...args: any[]) => any) | undefined;
|
|
818
|
-
}, {
|
|
819
|
-
current: number;
|
|
820
|
-
}, {}>;
|
|
821
|
-
}, {}, {}, {}, {
|
|
822
|
-
modelValue: boolean;
|
|
823
|
-
placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
|
|
824
|
-
appendTo: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
825
|
-
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
|
|
826
|
-
gap: import("element-plus").TourGap;
|
|
827
|
-
mask: import("element-plus").TourMask;
|
|
828
|
-
showArrow: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
829
|
-
current: number;
|
|
830
|
-
showClose: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
831
|
-
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
832
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
833
|
-
}> | undefined>;
|
|
312
|
+
}) | undefined>;
|
|
834
313
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
835
314
|
change: (current: number) => void;
|
|
836
315
|
close: (current: number) => void;
|
|
@@ -963,61 +442,43 @@ export declare const GmTour: import("../../../../utils").SFCWithInstall<{
|
|
|
963
442
|
onFinish?: (() => any) | undefined;
|
|
964
443
|
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
965
444
|
}, {
|
|
966
|
-
elRef: import("vue").Ref<
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
readonly
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
}, boolean>;
|
|
1004
|
-
type: {
|
|
1005
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown>>;
|
|
1006
|
-
readonly required: false;
|
|
1007
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1008
|
-
__epPropKey: true;
|
|
1009
|
-
};
|
|
1010
|
-
appendTo: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown, string, boolean>;
|
|
1011
|
-
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1012
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1013
|
-
}>> & {
|
|
1014
|
-
onChange?: ((current: number) => any) | undefined;
|
|
1015
|
-
onClose?: ((current: number) => any) | undefined;
|
|
1016
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1017
|
-
onFinish?: (() => any) | undefined;
|
|
1018
|
-
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
1019
|
-
}, {
|
|
1020
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
445
|
+
elRef: import("vue").Ref<({
|
|
446
|
+
$: import("vue").ComponentInternalInstance;
|
|
447
|
+
$data: {};
|
|
448
|
+
$props: Partial<{
|
|
449
|
+
mask: import("element-plus").TourMask;
|
|
450
|
+
gap: import("element-plus").TourGap;
|
|
451
|
+
modelValue: boolean;
|
|
452
|
+
placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
|
|
453
|
+
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
|
|
454
|
+
appendTo: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
455
|
+
showArrow: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
456
|
+
showClose: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
457
|
+
current: number;
|
|
458
|
+
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
459
|
+
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
460
|
+
}> & Omit<{
|
|
461
|
+
readonly showClose: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
462
|
+
readonly appendTo: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
463
|
+
readonly modelValue: boolean;
|
|
464
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
|
|
465
|
+
readonly closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
466
|
+
readonly scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
|
|
467
|
+
readonly showArrow: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
468
|
+
readonly gap: import("element-plus").TourGap;
|
|
469
|
+
readonly current: number;
|
|
470
|
+
readonly mask: import("element-plus").TourMask;
|
|
471
|
+
readonly targetAreaClickable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
472
|
+
readonly type?: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown> | undefined;
|
|
473
|
+
readonly zIndex?: number | undefined;
|
|
474
|
+
readonly closeIcon?: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown> | undefined;
|
|
475
|
+
readonly contentStyle?: import("vue").CSSProperties | undefined;
|
|
476
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
477
|
+
onChange?: ((current: number) => any) | undefined;
|
|
478
|
+
onClose?: ((current: number) => any) | undefined;
|
|
479
|
+
onFinish?: (() => any) | undefined;
|
|
480
|
+
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
481
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1021
482
|
modelValue: BooleanConstructor;
|
|
1022
483
|
current: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1023
484
|
showArrow: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -1065,254 +526,117 @@ export declare const GmTour: import("../../../../utils").SFCWithInstall<{
|
|
|
1065
526
|
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1066
527
|
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1067
528
|
}>> & {
|
|
529
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1068
530
|
onChange?: ((current: number) => any) | undefined;
|
|
1069
531
|
onClose?: ((current: number) => any) | undefined;
|
|
1070
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1071
532
|
onFinish?: (() => any) | undefined;
|
|
1072
533
|
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1077
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
1078
|
-
e: (element?: string | undefined) => string;
|
|
1079
|
-
m: (modifier?: string | undefined) => string;
|
|
1080
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1081
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1082
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1083
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1084
|
-
is: {
|
|
1085
|
-
(name: string, state: boolean | undefined): string;
|
|
1086
|
-
(name: string): string;
|
|
1087
|
-
};
|
|
1088
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1089
|
-
cssVarName: (name: string) => string;
|
|
1090
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1091
|
-
cssVarBlockName: (name: string) => string;
|
|
534
|
+
}, "showClose" | "appendTo" | "modelValue" | "placement" | "closeOnPressEscape" | "scrollIntoViewOptions" | "showArrow" | "gap" | "current" | "mask" | "targetAreaClickable">;
|
|
535
|
+
$attrs: {
|
|
536
|
+
[x: string]: unknown;
|
|
1092
537
|
};
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
kls: import("vue").ComputedRef<string[]>;
|
|
1098
|
-
mergedPlacement: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
|
|
1099
|
-
mergedContentStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
|
|
1100
|
-
mergedMask: import("vue").ComputedRef<import("element-plus").TourMask>;
|
|
1101
|
-
mergedShowMask: import("vue").ComputedRef<boolean>;
|
|
1102
|
-
mergedMaskStyle: import("vue").ComputedRef<{
|
|
1103
|
-
style?: import("vue").CSSProperties | undefined;
|
|
1104
|
-
color?: string | undefined;
|
|
1105
|
-
} | undefined>;
|
|
1106
|
-
mergedShowArrow: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
1107
|
-
mergedScrollIntoViewOptions: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>>;
|
|
1108
|
-
mergedType: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown> | undefined>;
|
|
1109
|
-
nextZIndex: () => number;
|
|
1110
|
-
nowZIndex: number;
|
|
1111
|
-
mergedZIndex: import("vue").ComputedRef<number>;
|
|
1112
|
-
pos: import("vue").ComputedRef<{
|
|
1113
|
-
left: number;
|
|
1114
|
-
top: number;
|
|
1115
|
-
width: number;
|
|
1116
|
-
height: number;
|
|
1117
|
-
radius: number;
|
|
1118
|
-
} | null>;
|
|
1119
|
-
triggerTarget: import("vue").ComputedRef<HTMLElement | {
|
|
1120
|
-
getBoundingClientRect(): DOMRect;
|
|
1121
|
-
} | undefined>;
|
|
1122
|
-
onEscClose: () => void;
|
|
1123
|
-
onUpdateTotal: (val: number) => void;
|
|
1124
|
-
slots: Readonly<{
|
|
538
|
+
$refs: {
|
|
539
|
+
[x: string]: unknown;
|
|
540
|
+
};
|
|
541
|
+
$slots: Readonly<{
|
|
1125
542
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
1126
543
|
}>;
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
544
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
545
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
546
|
+
$emit: ((event: "change", current: number) => void) & ((event: "close", current: number) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "finish") => void) & ((event: "update:current", current: number) => void);
|
|
547
|
+
$el: any;
|
|
548
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
549
|
+
modelValue: BooleanConstructor;
|
|
550
|
+
current: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
551
|
+
showArrow: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
552
|
+
showClose: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
553
|
+
closeIcon: {
|
|
554
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
1133
555
|
readonly required: false;
|
|
1134
556
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1135
557
|
__epPropKey: true;
|
|
1136
558
|
};
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
pos: {
|
|
1144
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null) | ((new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null))[], unknown, unknown>>;
|
|
1145
|
-
readonly required: false;
|
|
1146
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1147
|
-
__epPropKey: true;
|
|
1148
|
-
};
|
|
1149
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1150
|
-
}>> & {
|
|
1151
|
-
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1152
|
-
}>>;
|
|
1153
|
-
ns: {
|
|
1154
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1155
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
1156
|
-
e: (element?: string | undefined) => string;
|
|
1157
|
-
m: (modifier?: string | undefined) => string;
|
|
1158
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1159
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1160
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1161
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1162
|
-
is: {
|
|
1163
|
-
(name: string, state: boolean | undefined): string;
|
|
1164
|
-
(name: string): string;
|
|
1165
|
-
};
|
|
1166
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1167
|
-
cssVarName: (name: string) => string;
|
|
1168
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1169
|
-
cssVarBlockName: (name: string) => string;
|
|
559
|
+
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
560
|
+
contentStyle: {
|
|
561
|
+
readonly type: import("vue").PropType<import("vue").CSSProperties>;
|
|
562
|
+
readonly required: false;
|
|
563
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
564
|
+
__epPropKey: true;
|
|
1170
565
|
};
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
}>;
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
pos: {
|
|
1185
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null) | ((new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null))[], unknown, unknown>>;
|
|
566
|
+
mask: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
567
|
+
style?: import("vue").CSSProperties | undefined;
|
|
568
|
+
color?: string | undefined;
|
|
569
|
+
}) | (() => import("element-plus").TourMask) | ((new (...args: any[]) => boolean | {
|
|
570
|
+
style?: import("vue").CSSProperties | undefined;
|
|
571
|
+
color?: string | undefined;
|
|
572
|
+
}) | (() => import("element-plus").TourMask))[], unknown, unknown, boolean, boolean>;
|
|
573
|
+
gap: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("element-plus").TourGap) | (() => import("element-plus").TourGap) | ((new (...args: any[]) => import("element-plus").TourGap) | (() => import("element-plus").TourGap))[], unknown, unknown, () => {
|
|
574
|
+
offset: number;
|
|
575
|
+
radius: number;
|
|
576
|
+
}, boolean>;
|
|
577
|
+
zIndex: {
|
|
578
|
+
readonly type: import("vue").PropType<number>;
|
|
1186
579
|
readonly required: false;
|
|
1187
580
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1188
581
|
__epPropKey: true;
|
|
1189
582
|
};
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
1199
|
-
reference: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
|
|
1200
|
-
strategy: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, string, boolean>;
|
|
1201
|
-
offset: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1202
|
-
showArrow: BooleanConstructor;
|
|
1203
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1204
|
-
}, {
|
|
1205
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1206
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
1207
|
-
reference: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
|
|
1208
|
-
strategy: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, string, boolean>;
|
|
1209
|
-
offset: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1210
|
-
showArrow: BooleanConstructor;
|
|
1211
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1212
|
-
}>> & {
|
|
1213
|
-
onClose?: (() => any) | undefined;
|
|
1214
|
-
}>>;
|
|
1215
|
-
emit: (event: "close") => void;
|
|
1216
|
-
placement: import("vue").Ref<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
|
|
1217
|
-
strategy: import("vue").Ref<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown>>;
|
|
1218
|
-
contentRef: import("vue").Ref<HTMLElement | null>;
|
|
1219
|
-
arrowRef: import("vue").Ref<HTMLElement | null>;
|
|
1220
|
-
contentStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1221
|
-
arrowStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1222
|
-
side: import("vue").ComputedRef<string>;
|
|
1223
|
-
ns: {
|
|
1224
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1225
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
1226
|
-
e: (element?: string | undefined) => string;
|
|
1227
|
-
m: (modifier?: string | undefined) => string;
|
|
1228
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1229
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1230
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1231
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1232
|
-
is: {
|
|
1233
|
-
(name: string, state: boolean | undefined): string;
|
|
1234
|
-
(name: string): string;
|
|
1235
|
-
};
|
|
1236
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1237
|
-
cssVarName: (name: string) => string;
|
|
1238
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1239
|
-
cssVarBlockName: (name: string) => string;
|
|
583
|
+
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown, () => {
|
|
584
|
+
block: string;
|
|
585
|
+
}, boolean>;
|
|
586
|
+
type: {
|
|
587
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown>>;
|
|
588
|
+
readonly required: false;
|
|
589
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
590
|
+
__epPropKey: true;
|
|
1240
591
|
};
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
loop: BooleanConstructor;
|
|
1245
|
-
trapped: BooleanConstructor;
|
|
1246
|
-
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
1247
|
-
focusStartEl: {
|
|
1248
|
-
type: import("vue").PropType<HTMLElement | "container" | "first">;
|
|
1249
|
-
default: string;
|
|
1250
|
-
};
|
|
1251
|
-
}, {
|
|
1252
|
-
onKeydown: (e: KeyboardEvent) => void;
|
|
1253
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested")[], "focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1254
|
-
loop: BooleanConstructor;
|
|
1255
|
-
trapped: BooleanConstructor;
|
|
1256
|
-
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
1257
|
-
focusStartEl: {
|
|
1258
|
-
type: import("vue").PropType<HTMLElement | "container" | "first">;
|
|
1259
|
-
default: string;
|
|
1260
|
-
};
|
|
1261
|
-
}>> & {
|
|
1262
|
-
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
1263
|
-
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
1264
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
1265
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
1266
|
-
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
1267
|
-
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
1268
|
-
}, {
|
|
1269
|
-
trapped: boolean;
|
|
1270
|
-
loop: boolean;
|
|
1271
|
-
focusStartEl: HTMLElement | "container" | "first";
|
|
1272
|
-
}, {}>;
|
|
1273
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1274
|
-
close: () => boolean;
|
|
1275
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1276
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
1277
|
-
reference: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
|
|
1278
|
-
strategy: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, string, boolean>;
|
|
1279
|
-
offset: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1280
|
-
showArrow: BooleanConstructor;
|
|
1281
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
592
|
+
appendTo: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown, string, boolean>;
|
|
593
|
+
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
594
|
+
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1282
595
|
}>> & {
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
596
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
597
|
+
onChange?: ((current: number) => any) | undefined;
|
|
598
|
+
onClose?: ((current: number) => any) | undefined;
|
|
599
|
+
onFinish?: (() => any) | undefined;
|
|
600
|
+
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
601
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
602
|
+
"update:modelValue": (value: boolean) => void;
|
|
603
|
+
change: (current: number) => void;
|
|
604
|
+
close: (current: number) => void;
|
|
605
|
+
finish: () => void;
|
|
606
|
+
"update:current": (current: number) => void;
|
|
607
|
+
}, string, {
|
|
608
|
+
mask: import("element-plus").TourMask;
|
|
609
|
+
gap: import("element-plus").TourGap;
|
|
610
|
+
modelValue: boolean;
|
|
1287
611
|
placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
ElTourSteps: import("vue").DefineComponent<{
|
|
1293
|
-
current: {
|
|
1294
|
-
type: NumberConstructor;
|
|
1295
|
-
default: number;
|
|
1296
|
-
};
|
|
1297
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1298
|
-
[key: string]: any;
|
|
1299
|
-
}> | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update-total"[], "update-total", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1300
|
-
current: {
|
|
1301
|
-
type: NumberConstructor;
|
|
1302
|
-
default: number;
|
|
1303
|
-
};
|
|
1304
|
-
}>> & {
|
|
1305
|
-
"onUpdate-total"?: ((...args: any[]) => any) | undefined;
|
|
1306
|
-
}, {
|
|
612
|
+
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
|
|
613
|
+
appendTo: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
614
|
+
showArrow: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
615
|
+
showClose: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1307
616
|
current: number;
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
617
|
+
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
618
|
+
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
619
|
+
}, {}, string, {}> & {
|
|
620
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
621
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
622
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
623
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
624
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
625
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
626
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
627
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
628
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
629
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
630
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
631
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
632
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
633
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
634
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
635
|
+
};
|
|
636
|
+
$forceUpdate: () => void;
|
|
637
|
+
$nextTick: typeof import("vue").nextTick;
|
|
638
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
639
|
+
} & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1316
640
|
modelValue: BooleanConstructor;
|
|
1317
641
|
current: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1318
642
|
showArrow: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -1360,31 +684,127 @@ export declare const GmTour: import("../../../../utils").SFCWithInstall<{
|
|
|
1360
684
|
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1361
685
|
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1362
686
|
}>> & {
|
|
687
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1363
688
|
onChange?: ((current: number) => any) | undefined;
|
|
1364
689
|
onClose?: ((current: number) => any) | undefined;
|
|
1365
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1366
690
|
onFinish?: (() => any) | undefined;
|
|
1367
691
|
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
1368
|
-
}, {
|
|
692
|
+
}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
693
|
+
$slots: {
|
|
694
|
+
default?(_: {}): any;
|
|
695
|
+
indicators?(_: {
|
|
696
|
+
current: number;
|
|
697
|
+
total: number;
|
|
698
|
+
}): any;
|
|
699
|
+
};
|
|
700
|
+
}) | undefined>;
|
|
701
|
+
}, {}, {}, {}, {
|
|
702
|
+
showClose: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
703
|
+
appendTo: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
704
|
+
modelValue: boolean;
|
|
705
|
+
placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
|
|
706
|
+
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
707
|
+
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
|
|
708
|
+
showArrow: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
709
|
+
gap: import("element-plus").TourGap;
|
|
710
|
+
current: number;
|
|
711
|
+
mask: import("element-plus").TourMask;
|
|
712
|
+
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
713
|
+
}>;
|
|
714
|
+
__isFragment?: undefined;
|
|
715
|
+
__isTeleport?: undefined;
|
|
716
|
+
__isSuspense?: undefined;
|
|
717
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
718
|
+
modelValue: BooleanConstructor;
|
|
719
|
+
current: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
720
|
+
showArrow: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
721
|
+
showClose: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
722
|
+
closeIcon: {
|
|
723
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
724
|
+
readonly required: false;
|
|
725
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
726
|
+
__epPropKey: true;
|
|
727
|
+
};
|
|
728
|
+
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
729
|
+
contentStyle: {
|
|
730
|
+
readonly type: import("vue").PropType<import("vue").CSSProperties>;
|
|
731
|
+
readonly required: false;
|
|
732
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
733
|
+
__epPropKey: true;
|
|
734
|
+
};
|
|
735
|
+
mask: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
736
|
+
style?: import("vue").CSSProperties | undefined;
|
|
737
|
+
color?: string | undefined;
|
|
738
|
+
}) | (() => import("element-plus").TourMask) | ((new (...args: any[]) => boolean | {
|
|
739
|
+
style?: import("vue").CSSProperties | undefined;
|
|
740
|
+
color?: string | undefined;
|
|
741
|
+
}) | (() => import("element-plus").TourMask))[], unknown, unknown, boolean, boolean>;
|
|
742
|
+
gap: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("element-plus").TourGap) | (() => import("element-plus").TourGap) | ((new (...args: any[]) => import("element-plus").TourGap) | (() => import("element-plus").TourGap))[], unknown, unknown, () => {
|
|
743
|
+
offset: number;
|
|
744
|
+
radius: number;
|
|
745
|
+
}, boolean>;
|
|
746
|
+
zIndex: {
|
|
747
|
+
readonly type: import("vue").PropType<number>;
|
|
748
|
+
readonly required: false;
|
|
749
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
750
|
+
__epPropKey: true;
|
|
751
|
+
};
|
|
752
|
+
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown, () => {
|
|
753
|
+
block: string;
|
|
754
|
+
}, boolean>;
|
|
755
|
+
type: {
|
|
756
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown>>;
|
|
757
|
+
readonly required: false;
|
|
758
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
759
|
+
__epPropKey: true;
|
|
760
|
+
};
|
|
761
|
+
appendTo: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown, string, boolean>;
|
|
762
|
+
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
763
|
+
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
764
|
+
}>> & {
|
|
765
|
+
onClose?: ((current: number) => any) | undefined;
|
|
766
|
+
onChange?: ((current: number) => any) | undefined;
|
|
767
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
768
|
+
onFinish?: (() => any) | undefined;
|
|
769
|
+
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
770
|
+
}, {
|
|
771
|
+
elRef: import("vue").Ref<({
|
|
772
|
+
$: import("vue").ComponentInternalInstance;
|
|
773
|
+
$data: {};
|
|
774
|
+
$props: Partial<{
|
|
775
|
+
mask: import("element-plus").TourMask;
|
|
776
|
+
gap: import("element-plus").TourGap;
|
|
1369
777
|
modelValue: boolean;
|
|
1370
778
|
placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
|
|
1371
|
-
appendTo: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
1372
779
|
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
|
|
1373
|
-
|
|
1374
|
-
mask: import("element-plus").TourMask;
|
|
780
|
+
appendTo: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
1375
781
|
showArrow: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1376
|
-
current: number;
|
|
1377
782
|
showClose: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
783
|
+
current: number;
|
|
1378
784
|
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1379
785
|
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1380
|
-
}
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
786
|
+
}> & Omit<{
|
|
787
|
+
readonly showClose: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
788
|
+
readonly appendTo: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
789
|
+
readonly modelValue: boolean;
|
|
790
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
|
|
791
|
+
readonly closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
792
|
+
readonly scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
|
|
793
|
+
readonly showArrow: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
794
|
+
readonly gap: import("element-plus").TourGap;
|
|
795
|
+
readonly current: number;
|
|
796
|
+
readonly mask: import("element-plus").TourMask;
|
|
797
|
+
readonly targetAreaClickable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
798
|
+
readonly type?: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown> | undefined;
|
|
799
|
+
readonly zIndex?: number | undefined;
|
|
800
|
+
readonly closeIcon?: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown> | undefined;
|
|
801
|
+
readonly contentStyle?: import("vue").CSSProperties | undefined;
|
|
802
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
803
|
+
onChange?: ((current: number) => any) | undefined;
|
|
804
|
+
onClose?: ((current: number) => any) | undefined;
|
|
805
|
+
onFinish?: (() => any) | undefined;
|
|
806
|
+
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
807
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1388
808
|
modelValue: BooleanConstructor;
|
|
1389
809
|
current: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1390
810
|
showArrow: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -1432,439 +852,26 @@ export declare const GmTour: import("../../../../utils").SFCWithInstall<{
|
|
|
1432
852
|
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1433
853
|
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1434
854
|
}>> & {
|
|
855
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1435
856
|
onChange?: ((current: number) => any) | undefined;
|
|
1436
857
|
onClose?: ((current: number) => any) | undefined;
|
|
1437
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1438
858
|
onFinish?: (() => any) | undefined;
|
|
1439
859
|
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
1440
|
-
},
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
current: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1444
|
-
showArrow: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1445
|
-
showClose: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1446
|
-
closeIcon: {
|
|
1447
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
1448
|
-
readonly required: false;
|
|
1449
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1450
|
-
__epPropKey: true;
|
|
1451
|
-
};
|
|
1452
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
1453
|
-
contentStyle: {
|
|
1454
|
-
readonly type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1455
|
-
readonly required: false;
|
|
1456
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1457
|
-
__epPropKey: true;
|
|
1458
|
-
};
|
|
1459
|
-
mask: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
1460
|
-
style?: import("vue").CSSProperties | undefined;
|
|
1461
|
-
color?: string | undefined;
|
|
1462
|
-
}) | (() => import("element-plus").TourMask) | ((new (...args: any[]) => boolean | {
|
|
1463
|
-
style?: import("vue").CSSProperties | undefined;
|
|
1464
|
-
color?: string | undefined;
|
|
1465
|
-
}) | (() => import("element-plus").TourMask))[], unknown, unknown, boolean, boolean>;
|
|
1466
|
-
gap: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("element-plus").TourGap) | (() => import("element-plus").TourGap) | ((new (...args: any[]) => import("element-plus").TourGap) | (() => import("element-plus").TourGap))[], unknown, unknown, () => {
|
|
1467
|
-
offset: number;
|
|
1468
|
-
radius: number;
|
|
1469
|
-
}, boolean>;
|
|
1470
|
-
zIndex: {
|
|
1471
|
-
readonly type: import("vue").PropType<number>;
|
|
1472
|
-
readonly required: false;
|
|
1473
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1474
|
-
__epPropKey: true;
|
|
1475
|
-
};
|
|
1476
|
-
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown, () => {
|
|
1477
|
-
block: string;
|
|
1478
|
-
}, boolean>;
|
|
1479
|
-
type: {
|
|
1480
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown>>;
|
|
1481
|
-
readonly required: false;
|
|
1482
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1483
|
-
__epPropKey: true;
|
|
1484
|
-
};
|
|
1485
|
-
appendTo: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown, string, boolean>;
|
|
1486
|
-
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1487
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1488
|
-
}>> & {
|
|
1489
|
-
onChange?: ((current: number) => any) | undefined;
|
|
1490
|
-
onClose?: ((current: number) => any) | undefined;
|
|
1491
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1492
|
-
onFinish?: (() => any) | undefined;
|
|
1493
|
-
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
1494
|
-
}>>;
|
|
1495
|
-
emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "change", current: number) => void) & ((event: "close", current: number) => void) & ((event: "finish") => void) & ((event: "update:current", current: number) => void);
|
|
1496
|
-
ns: {
|
|
1497
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1498
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
1499
|
-
e: (element?: string | undefined) => string;
|
|
1500
|
-
m: (modifier?: string | undefined) => string;
|
|
1501
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1502
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1503
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1504
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1505
|
-
is: {
|
|
1506
|
-
(name: string, state: boolean | undefined): string;
|
|
1507
|
-
(name: string): string;
|
|
1508
|
-
};
|
|
1509
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1510
|
-
cssVarName: (name: string) => string;
|
|
1511
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1512
|
-
cssVarBlockName: (name: string) => string;
|
|
1513
|
-
};
|
|
1514
|
-
total: import("vue").Ref<number>;
|
|
1515
|
-
currentStep: import("vue").Ref<import("element-plus/es/components/tour/src/step.js").TourStepProps | undefined>;
|
|
1516
|
-
current: import("vue").Ref<number> | import("vue").WritableComputedRef<number>;
|
|
1517
|
-
currentTarget: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null) | ((new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null))[], unknown, unknown> | undefined>;
|
|
1518
|
-
kls: import("vue").ComputedRef<string[]>;
|
|
1519
|
-
mergedPlacement: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
|
|
1520
|
-
mergedContentStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
|
|
1521
|
-
mergedMask: import("vue").ComputedRef<import("element-plus").TourMask>;
|
|
1522
|
-
mergedShowMask: import("vue").ComputedRef<boolean>;
|
|
1523
|
-
mergedMaskStyle: import("vue").ComputedRef<{
|
|
1524
|
-
style?: import("vue").CSSProperties | undefined;
|
|
1525
|
-
color?: string | undefined;
|
|
1526
|
-
} | undefined>;
|
|
1527
|
-
mergedShowArrow: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
1528
|
-
mergedScrollIntoViewOptions: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>>;
|
|
1529
|
-
mergedType: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown> | undefined>;
|
|
1530
|
-
nextZIndex: () => number;
|
|
1531
|
-
nowZIndex: number;
|
|
1532
|
-
mergedZIndex: import("vue").ComputedRef<number>;
|
|
1533
|
-
pos: import("vue").ComputedRef<{
|
|
1534
|
-
left: number;
|
|
1535
|
-
top: number;
|
|
1536
|
-
width: number;
|
|
1537
|
-
height: number;
|
|
1538
|
-
radius: number;
|
|
1539
|
-
} | null>;
|
|
1540
|
-
triggerTarget: import("vue").ComputedRef<HTMLElement | {
|
|
1541
|
-
getBoundingClientRect(): DOMRect;
|
|
1542
|
-
} | undefined>;
|
|
1543
|
-
onEscClose: () => void;
|
|
1544
|
-
onUpdateTotal: (val: number) => void;
|
|
1545
|
-
slots: Readonly<{
|
|
1546
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
1547
|
-
}>;
|
|
1548
|
-
ElTourMask: import("vue").DefineComponent<{
|
|
1549
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1550
|
-
visible: BooleanConstructor;
|
|
1551
|
-
fill: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
1552
|
-
pos: {
|
|
1553
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null) | ((new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null))[], unknown, unknown>>;
|
|
1554
|
-
readonly required: false;
|
|
1555
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1556
|
-
__epPropKey: true;
|
|
1557
|
-
};
|
|
1558
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1559
|
-
}, {
|
|
1560
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1561
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1562
|
-
visible: BooleanConstructor;
|
|
1563
|
-
fill: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
1564
|
-
pos: {
|
|
1565
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null) | ((new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null))[], unknown, unknown>>;
|
|
1566
|
-
readonly required: false;
|
|
1567
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1568
|
-
__epPropKey: true;
|
|
1569
|
-
};
|
|
1570
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1571
|
-
}>> & {
|
|
1572
|
-
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1573
|
-
}>>;
|
|
1574
|
-
ns: {
|
|
1575
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1576
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
1577
|
-
e: (element?: string | undefined) => string;
|
|
1578
|
-
m: (modifier?: string | undefined) => string;
|
|
1579
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1580
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1581
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1582
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1583
|
-
is: {
|
|
1584
|
-
(name: string, state: boolean | undefined): string;
|
|
1585
|
-
(name: string): string;
|
|
1586
|
-
};
|
|
1587
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1588
|
-
cssVarName: (name: string) => string;
|
|
1589
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1590
|
-
cssVarBlockName: (name: string) => string;
|
|
1591
|
-
};
|
|
1592
|
-
radius: import("vue").ComputedRef<number>;
|
|
1593
|
-
roundInfo: import("vue").ComputedRef<{
|
|
1594
|
-
topRight: string;
|
|
1595
|
-
bottomRight: string;
|
|
1596
|
-
bottomLeft: string;
|
|
1597
|
-
topLeft: string;
|
|
1598
|
-
}>;
|
|
1599
|
-
path: import("vue").ComputedRef<string>;
|
|
1600
|
-
pathStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1601
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1602
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1603
|
-
visible: BooleanConstructor;
|
|
1604
|
-
fill: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
1605
|
-
pos: {
|
|
1606
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null) | ((new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null))[], unknown, unknown>>;
|
|
1607
|
-
readonly required: false;
|
|
1608
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1609
|
-
__epPropKey: true;
|
|
1610
|
-
};
|
|
1611
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1612
|
-
}>>, {
|
|
1613
|
-
zIndex: number;
|
|
1614
|
-
fill: string;
|
|
1615
|
-
visible: boolean;
|
|
1616
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1617
|
-
}, {}>;
|
|
1618
|
-
ElTourContent: import("vue").DefineComponent<{
|
|
1619
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
1620
|
-
reference: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
|
|
1621
|
-
strategy: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, string, boolean>;
|
|
1622
|
-
offset: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1623
|
-
showArrow: BooleanConstructor;
|
|
1624
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1625
|
-
}, {
|
|
1626
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1627
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
1628
|
-
reference: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
|
|
1629
|
-
strategy: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, string, boolean>;
|
|
1630
|
-
offset: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1631
|
-
showArrow: BooleanConstructor;
|
|
1632
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1633
|
-
}>> & {
|
|
1634
|
-
onClose?: (() => any) | undefined;
|
|
1635
|
-
}>>;
|
|
1636
|
-
emit: (event: "close") => void;
|
|
1637
|
-
placement: import("vue").Ref<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
|
|
1638
|
-
strategy: import("vue").Ref<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown>>;
|
|
1639
|
-
contentRef: import("vue").Ref<HTMLElement | null>;
|
|
1640
|
-
arrowRef: import("vue").Ref<HTMLElement | null>;
|
|
1641
|
-
contentStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1642
|
-
arrowStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1643
|
-
side: import("vue").ComputedRef<string>;
|
|
1644
|
-
ns: {
|
|
1645
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1646
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
1647
|
-
e: (element?: string | undefined) => string;
|
|
1648
|
-
m: (modifier?: string | undefined) => string;
|
|
1649
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1650
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1651
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1652
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1653
|
-
is: {
|
|
1654
|
-
(name: string, state: boolean | undefined): string;
|
|
1655
|
-
(name: string): string;
|
|
1656
|
-
};
|
|
1657
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1658
|
-
cssVarName: (name: string) => string;
|
|
1659
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1660
|
-
cssVarBlockName: (name: string) => string;
|
|
1661
|
-
};
|
|
1662
|
-
onCloseRequested: () => void;
|
|
1663
|
-
onFocusoutPrevented: (event: CustomEvent<any>) => void;
|
|
1664
|
-
ElFocusTrap: import("vue").DefineComponent<{
|
|
1665
|
-
loop: BooleanConstructor;
|
|
1666
|
-
trapped: BooleanConstructor;
|
|
1667
|
-
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
1668
|
-
focusStartEl: {
|
|
1669
|
-
type: import("vue").PropType<HTMLElement | "container" | "first">;
|
|
1670
|
-
default: string;
|
|
1671
|
-
};
|
|
1672
|
-
}, {
|
|
1673
|
-
onKeydown: (e: KeyboardEvent) => void;
|
|
1674
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested")[], "focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1675
|
-
loop: BooleanConstructor;
|
|
1676
|
-
trapped: BooleanConstructor;
|
|
1677
|
-
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
1678
|
-
focusStartEl: {
|
|
1679
|
-
type: import("vue").PropType<HTMLElement | "container" | "first">;
|
|
1680
|
-
default: string;
|
|
1681
|
-
};
|
|
1682
|
-
}>> & {
|
|
1683
|
-
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
1684
|
-
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
1685
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
1686
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
1687
|
-
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
1688
|
-
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
1689
|
-
}, {
|
|
1690
|
-
trapped: boolean;
|
|
1691
|
-
loop: boolean;
|
|
1692
|
-
focusStartEl: HTMLElement | "container" | "first";
|
|
1693
|
-
}, {}>;
|
|
1694
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1695
|
-
close: () => boolean;
|
|
1696
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1697
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
1698
|
-
reference: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
|
|
1699
|
-
strategy: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, string, boolean>;
|
|
1700
|
-
offset: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1701
|
-
showArrow: BooleanConstructor;
|
|
1702
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1703
|
-
}>> & {
|
|
1704
|
-
onClose?: (() => any) | undefined;
|
|
1705
|
-
}, {
|
|
1706
|
-
zIndex: number;
|
|
1707
|
-
offset: number;
|
|
1708
|
-
placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
|
|
1709
|
-
strategy: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown>;
|
|
1710
|
-
showArrow: boolean;
|
|
1711
|
-
reference: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown>;
|
|
1712
|
-
}, {}>;
|
|
1713
|
-
ElTourSteps: import("vue").DefineComponent<{
|
|
1714
|
-
current: {
|
|
1715
|
-
type: NumberConstructor;
|
|
1716
|
-
default: number;
|
|
1717
|
-
};
|
|
1718
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1719
|
-
[key: string]: any;
|
|
1720
|
-
}> | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update-total"[], "update-total", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1721
|
-
current: {
|
|
1722
|
-
type: NumberConstructor;
|
|
1723
|
-
default: number;
|
|
1724
|
-
};
|
|
1725
|
-
}>> & {
|
|
1726
|
-
"onUpdate-total"?: ((...args: any[]) => any) | undefined;
|
|
1727
|
-
}, {
|
|
1728
|
-
current: number;
|
|
1729
|
-
}, {}>;
|
|
1730
|
-
}, {}, {}, {}, {
|
|
1731
|
-
modelValue: boolean;
|
|
1732
|
-
placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
|
|
1733
|
-
appendTo: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
1734
|
-
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
|
|
1735
|
-
gap: import("element-plus").TourGap;
|
|
1736
|
-
mask: import("element-plus").TourMask;
|
|
1737
|
-
showArrow: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1738
|
-
current: number;
|
|
1739
|
-
showClose: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1740
|
-
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1741
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1742
|
-
}> | undefined>;
|
|
1743
|
-
}, {}, {}, {}, {
|
|
1744
|
-
showClose: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1745
|
-
appendTo: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
1746
|
-
modelValue: boolean;
|
|
1747
|
-
placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
|
|
1748
|
-
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1749
|
-
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
|
|
1750
|
-
showArrow: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1751
|
-
gap: import("element-plus").TourGap;
|
|
1752
|
-
current: number;
|
|
1753
|
-
mask: import("element-plus").TourMask;
|
|
1754
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1755
|
-
}>;
|
|
1756
|
-
__isFragment?: undefined;
|
|
1757
|
-
__isTeleport?: undefined;
|
|
1758
|
-
__isSuspense?: undefined;
|
|
1759
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1760
|
-
modelValue: BooleanConstructor;
|
|
1761
|
-
current: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1762
|
-
showArrow: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1763
|
-
showClose: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1764
|
-
closeIcon: {
|
|
1765
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
1766
|
-
readonly required: false;
|
|
1767
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1768
|
-
__epPropKey: true;
|
|
1769
|
-
};
|
|
1770
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
1771
|
-
contentStyle: {
|
|
1772
|
-
readonly type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1773
|
-
readonly required: false;
|
|
1774
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1775
|
-
__epPropKey: true;
|
|
1776
|
-
};
|
|
1777
|
-
mask: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
1778
|
-
style?: import("vue").CSSProperties | undefined;
|
|
1779
|
-
color?: string | undefined;
|
|
1780
|
-
}) | (() => import("element-plus").TourMask) | ((new (...args: any[]) => boolean | {
|
|
1781
|
-
style?: import("vue").CSSProperties | undefined;
|
|
1782
|
-
color?: string | undefined;
|
|
1783
|
-
}) | (() => import("element-plus").TourMask))[], unknown, unknown, boolean, boolean>;
|
|
1784
|
-
gap: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("element-plus").TourGap) | (() => import("element-plus").TourGap) | ((new (...args: any[]) => import("element-plus").TourGap) | (() => import("element-plus").TourGap))[], unknown, unknown, () => {
|
|
1785
|
-
offset: number;
|
|
1786
|
-
radius: number;
|
|
1787
|
-
}, boolean>;
|
|
1788
|
-
zIndex: {
|
|
1789
|
-
readonly type: import("vue").PropType<number>;
|
|
1790
|
-
readonly required: false;
|
|
1791
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1792
|
-
__epPropKey: true;
|
|
1793
|
-
};
|
|
1794
|
-
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown, () => {
|
|
1795
|
-
block: string;
|
|
1796
|
-
}, boolean>;
|
|
1797
|
-
type: {
|
|
1798
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown>>;
|
|
1799
|
-
readonly required: false;
|
|
1800
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1801
|
-
__epPropKey: true;
|
|
1802
|
-
};
|
|
1803
|
-
appendTo: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown, string, boolean>;
|
|
1804
|
-
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1805
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1806
|
-
}>> & {
|
|
1807
|
-
onClose?: ((current: number) => any) | undefined;
|
|
1808
|
-
onChange?: ((current: number) => any) | undefined;
|
|
1809
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1810
|
-
onFinish?: (() => any) | undefined;
|
|
1811
|
-
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
1812
|
-
}, {
|
|
1813
|
-
elRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
1814
|
-
modelValue: BooleanConstructor;
|
|
1815
|
-
current: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1816
|
-
showArrow: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1817
|
-
showClose: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1818
|
-
closeIcon: {
|
|
1819
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
1820
|
-
readonly required: false;
|
|
1821
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1822
|
-
__epPropKey: true;
|
|
860
|
+
}, "showClose" | "appendTo" | "modelValue" | "placement" | "closeOnPressEscape" | "scrollIntoViewOptions" | "showArrow" | "gap" | "current" | "mask" | "targetAreaClickable">;
|
|
861
|
+
$attrs: {
|
|
862
|
+
[x: string]: unknown;
|
|
1823
863
|
};
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
readonly type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1827
|
-
readonly required: false;
|
|
1828
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1829
|
-
__epPropKey: true;
|
|
864
|
+
$refs: {
|
|
865
|
+
[x: string]: unknown;
|
|
1830
866
|
};
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
offset: number;
|
|
1840
|
-
radius: number;
|
|
1841
|
-
}, boolean>;
|
|
1842
|
-
zIndex: {
|
|
1843
|
-
readonly type: import("vue").PropType<number>;
|
|
1844
|
-
readonly required: false;
|
|
1845
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1846
|
-
__epPropKey: true;
|
|
1847
|
-
};
|
|
1848
|
-
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown, () => {
|
|
1849
|
-
block: string;
|
|
1850
|
-
}, boolean>;
|
|
1851
|
-
type: {
|
|
1852
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown>>;
|
|
1853
|
-
readonly required: false;
|
|
1854
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1855
|
-
__epPropKey: true;
|
|
1856
|
-
};
|
|
1857
|
-
appendTo: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown, string, boolean>;
|
|
1858
|
-
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1859
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1860
|
-
}>> & {
|
|
1861
|
-
onChange?: ((current: number) => any) | undefined;
|
|
1862
|
-
onClose?: ((current: number) => any) | undefined;
|
|
1863
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1864
|
-
onFinish?: (() => any) | undefined;
|
|
1865
|
-
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
1866
|
-
}, {
|
|
1867
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
867
|
+
$slots: Readonly<{
|
|
868
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
869
|
+
}>;
|
|
870
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
871
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
872
|
+
$emit: ((event: "change", current: number) => void) & ((event: "close", current: number) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "finish") => void) & ((event: "update:current", current: number) => void);
|
|
873
|
+
$el: any;
|
|
874
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1868
875
|
modelValue: BooleanConstructor;
|
|
1869
876
|
current: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1870
877
|
showArrow: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -1912,326 +919,50 @@ export declare const GmTour: import("../../../../utils").SFCWithInstall<{
|
|
|
1912
919
|
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1913
920
|
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1914
921
|
}>> & {
|
|
922
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1915
923
|
onChange?: ((current: number) => any) | undefined;
|
|
1916
924
|
onClose?: ((current: number) => any) | undefined;
|
|
1917
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1918
925
|
onFinish?: (() => any) | undefined;
|
|
1919
926
|
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
1920
|
-
}
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1931
|
-
is: {
|
|
1932
|
-
(name: string, state: boolean | undefined): string;
|
|
1933
|
-
(name: string): string;
|
|
1934
|
-
};
|
|
1935
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1936
|
-
cssVarName: (name: string) => string;
|
|
1937
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1938
|
-
cssVarBlockName: (name: string) => string;
|
|
1939
|
-
};
|
|
1940
|
-
total: import("vue").Ref<number>;
|
|
1941
|
-
currentStep: import("vue").Ref<import("element-plus/es/components/tour/src/step.js").TourStepProps | undefined>;
|
|
1942
|
-
current: import("vue").Ref<number> | import("vue").WritableComputedRef<number>;
|
|
1943
|
-
currentTarget: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null) | ((new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null))[], unknown, unknown> | undefined>;
|
|
1944
|
-
kls: import("vue").ComputedRef<string[]>;
|
|
1945
|
-
mergedPlacement: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
|
|
1946
|
-
mergedContentStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
|
|
1947
|
-
mergedMask: import("vue").ComputedRef<import("element-plus").TourMask>;
|
|
1948
|
-
mergedShowMask: import("vue").ComputedRef<boolean>;
|
|
1949
|
-
mergedMaskStyle: import("vue").ComputedRef<{
|
|
1950
|
-
style?: import("vue").CSSProperties | undefined;
|
|
1951
|
-
color?: string | undefined;
|
|
1952
|
-
} | undefined>;
|
|
1953
|
-
mergedShowArrow: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
1954
|
-
mergedScrollIntoViewOptions: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>>;
|
|
1955
|
-
mergedType: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown> | undefined>;
|
|
1956
|
-
nextZIndex: () => number;
|
|
1957
|
-
nowZIndex: number;
|
|
1958
|
-
mergedZIndex: import("vue").ComputedRef<number>;
|
|
1959
|
-
pos: import("vue").ComputedRef<{
|
|
1960
|
-
left: number;
|
|
1961
|
-
top: number;
|
|
1962
|
-
width: number;
|
|
1963
|
-
height: number;
|
|
1964
|
-
radius: number;
|
|
1965
|
-
} | null>;
|
|
1966
|
-
triggerTarget: import("vue").ComputedRef<HTMLElement | {
|
|
1967
|
-
getBoundingClientRect(): DOMRect;
|
|
1968
|
-
} | undefined>;
|
|
1969
|
-
onEscClose: () => void;
|
|
1970
|
-
onUpdateTotal: (val: number) => void;
|
|
1971
|
-
slots: Readonly<{
|
|
1972
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
1973
|
-
}>;
|
|
1974
|
-
ElTourMask: import("vue").DefineComponent<{
|
|
1975
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1976
|
-
visible: BooleanConstructor;
|
|
1977
|
-
fill: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
1978
|
-
pos: {
|
|
1979
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null) | ((new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null))[], unknown, unknown>>;
|
|
1980
|
-
readonly required: false;
|
|
1981
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1982
|
-
__epPropKey: true;
|
|
1983
|
-
};
|
|
1984
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1985
|
-
}, {
|
|
1986
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1987
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1988
|
-
visible: BooleanConstructor;
|
|
1989
|
-
fill: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
1990
|
-
pos: {
|
|
1991
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null) | ((new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null))[], unknown, unknown>>;
|
|
1992
|
-
readonly required: false;
|
|
1993
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1994
|
-
__epPropKey: true;
|
|
1995
|
-
};
|
|
1996
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1997
|
-
}>> & {
|
|
1998
|
-
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1999
|
-
}>>;
|
|
2000
|
-
ns: {
|
|
2001
|
-
namespace: import("vue").ComputedRef<string>;
|
|
2002
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
2003
|
-
e: (element?: string | undefined) => string;
|
|
2004
|
-
m: (modifier?: string | undefined) => string;
|
|
2005
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2006
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2007
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2008
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2009
|
-
is: {
|
|
2010
|
-
(name: string, state: boolean | undefined): string;
|
|
2011
|
-
(name: string): string;
|
|
2012
|
-
};
|
|
2013
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2014
|
-
cssVarName: (name: string) => string;
|
|
2015
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2016
|
-
cssVarBlockName: (name: string) => string;
|
|
2017
|
-
};
|
|
2018
|
-
radius: import("vue").ComputedRef<number>;
|
|
2019
|
-
roundInfo: import("vue").ComputedRef<{
|
|
2020
|
-
topRight: string;
|
|
2021
|
-
bottomRight: string;
|
|
2022
|
-
bottomLeft: string;
|
|
2023
|
-
topLeft: string;
|
|
2024
|
-
}>;
|
|
2025
|
-
path: import("vue").ComputedRef<string>;
|
|
2026
|
-
pathStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
2027
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2028
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
2029
|
-
visible: BooleanConstructor;
|
|
2030
|
-
fill: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
2031
|
-
pos: {
|
|
2032
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null) | ((new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null))[], unknown, unknown>>;
|
|
2033
|
-
readonly required: false;
|
|
2034
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2035
|
-
__epPropKey: true;
|
|
2036
|
-
};
|
|
2037
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
2038
|
-
}>>, {
|
|
2039
|
-
zIndex: number;
|
|
2040
|
-
fill: string;
|
|
2041
|
-
visible: boolean;
|
|
2042
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2043
|
-
}, {}>;
|
|
2044
|
-
ElTourContent: import("vue").DefineComponent<{
|
|
2045
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
2046
|
-
reference: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
|
|
2047
|
-
strategy: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, string, boolean>;
|
|
2048
|
-
offset: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
2049
|
-
showArrow: BooleanConstructor;
|
|
2050
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
2051
|
-
}, {
|
|
2052
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2053
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
2054
|
-
reference: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
|
|
2055
|
-
strategy: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, string, boolean>;
|
|
2056
|
-
offset: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
2057
|
-
showArrow: BooleanConstructor;
|
|
2058
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
2059
|
-
}>> & {
|
|
2060
|
-
onClose?: (() => any) | undefined;
|
|
2061
|
-
}>>;
|
|
2062
|
-
emit: (event: "close") => void;
|
|
2063
|
-
placement: import("vue").Ref<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
|
|
2064
|
-
strategy: import("vue").Ref<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown>>;
|
|
2065
|
-
contentRef: import("vue").Ref<HTMLElement | null>;
|
|
2066
|
-
arrowRef: import("vue").Ref<HTMLElement | null>;
|
|
2067
|
-
contentStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
2068
|
-
arrowStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
2069
|
-
side: import("vue").ComputedRef<string>;
|
|
2070
|
-
ns: {
|
|
2071
|
-
namespace: import("vue").ComputedRef<string>;
|
|
2072
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
2073
|
-
e: (element?: string | undefined) => string;
|
|
2074
|
-
m: (modifier?: string | undefined) => string;
|
|
2075
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2076
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2077
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2078
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2079
|
-
is: {
|
|
2080
|
-
(name: string, state: boolean | undefined): string;
|
|
2081
|
-
(name: string): string;
|
|
2082
|
-
};
|
|
2083
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2084
|
-
cssVarName: (name: string) => string;
|
|
2085
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2086
|
-
cssVarBlockName: (name: string) => string;
|
|
2087
|
-
};
|
|
2088
|
-
onCloseRequested: () => void;
|
|
2089
|
-
onFocusoutPrevented: (event: CustomEvent<any>) => void;
|
|
2090
|
-
ElFocusTrap: import("vue").DefineComponent<{
|
|
2091
|
-
loop: BooleanConstructor;
|
|
2092
|
-
trapped: BooleanConstructor;
|
|
2093
|
-
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
2094
|
-
focusStartEl: {
|
|
2095
|
-
type: import("vue").PropType<HTMLElement | "container" | "first">;
|
|
2096
|
-
default: string;
|
|
2097
|
-
};
|
|
2098
|
-
}, {
|
|
2099
|
-
onKeydown: (e: KeyboardEvent) => void;
|
|
2100
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested")[], "focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2101
|
-
loop: BooleanConstructor;
|
|
2102
|
-
trapped: BooleanConstructor;
|
|
2103
|
-
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
2104
|
-
focusStartEl: {
|
|
2105
|
-
type: import("vue").PropType<HTMLElement | "container" | "first">;
|
|
2106
|
-
default: string;
|
|
2107
|
-
};
|
|
2108
|
-
}>> & {
|
|
2109
|
-
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
2110
|
-
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
2111
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
2112
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
2113
|
-
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
2114
|
-
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
2115
|
-
}, {
|
|
2116
|
-
trapped: boolean;
|
|
2117
|
-
loop: boolean;
|
|
2118
|
-
focusStartEl: HTMLElement | "container" | "first";
|
|
2119
|
-
}, {}>;
|
|
2120
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2121
|
-
close: () => boolean;
|
|
2122
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2123
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
2124
|
-
reference: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
|
|
2125
|
-
strategy: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, string, boolean>;
|
|
2126
|
-
offset: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
2127
|
-
showArrow: BooleanConstructor;
|
|
2128
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
2129
|
-
}>> & {
|
|
2130
|
-
onClose?: (() => any) | undefined;
|
|
2131
|
-
}, {
|
|
2132
|
-
zIndex: number;
|
|
2133
|
-
offset: number;
|
|
927
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
928
|
+
"update:modelValue": (value: boolean) => void;
|
|
929
|
+
change: (current: number) => void;
|
|
930
|
+
close: (current: number) => void;
|
|
931
|
+
finish: () => void;
|
|
932
|
+
"update:current": (current: number) => void;
|
|
933
|
+
}, string, {
|
|
934
|
+
mask: import("element-plus").TourMask;
|
|
935
|
+
gap: import("element-plus").TourGap;
|
|
936
|
+
modelValue: boolean;
|
|
2134
937
|
placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
ElTourSteps: import("vue").DefineComponent<{
|
|
2140
|
-
current: {
|
|
2141
|
-
type: NumberConstructor;
|
|
2142
|
-
default: number;
|
|
2143
|
-
};
|
|
2144
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2145
|
-
[key: string]: any;
|
|
2146
|
-
}> | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update-total"[], "update-total", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2147
|
-
current: {
|
|
2148
|
-
type: NumberConstructor;
|
|
2149
|
-
default: number;
|
|
2150
|
-
};
|
|
2151
|
-
}>> & {
|
|
2152
|
-
"onUpdate-total"?: ((...args: any[]) => any) | undefined;
|
|
2153
|
-
}, {
|
|
938
|
+
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
|
|
939
|
+
appendTo: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
940
|
+
showArrow: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
941
|
+
showClose: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2154
942
|
current: number;
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
2174
|
-
contentStyle: {
|
|
2175
|
-
readonly type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2176
|
-
readonly required: false;
|
|
2177
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2178
|
-
__epPropKey: true;
|
|
2179
|
-
};
|
|
2180
|
-
mask: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
2181
|
-
style?: import("vue").CSSProperties | undefined;
|
|
2182
|
-
color?: string | undefined;
|
|
2183
|
-
}) | (() => import("element-plus").TourMask) | ((new (...args: any[]) => boolean | {
|
|
2184
|
-
style?: import("vue").CSSProperties | undefined;
|
|
2185
|
-
color?: string | undefined;
|
|
2186
|
-
}) | (() => import("element-plus").TourMask))[], unknown, unknown, boolean, boolean>;
|
|
2187
|
-
gap: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("element-plus").TourGap) | (() => import("element-plus").TourGap) | ((new (...args: any[]) => import("element-plus").TourGap) | (() => import("element-plus").TourGap))[], unknown, unknown, () => {
|
|
2188
|
-
offset: number;
|
|
2189
|
-
radius: number;
|
|
2190
|
-
}, boolean>;
|
|
2191
|
-
zIndex: {
|
|
2192
|
-
readonly type: import("vue").PropType<number>;
|
|
2193
|
-
readonly required: false;
|
|
2194
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2195
|
-
__epPropKey: true;
|
|
2196
|
-
};
|
|
2197
|
-
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown, () => {
|
|
2198
|
-
block: string;
|
|
2199
|
-
}, boolean>;
|
|
2200
|
-
type: {
|
|
2201
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown>>;
|
|
2202
|
-
readonly required: false;
|
|
2203
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2204
|
-
__epPropKey: true;
|
|
943
|
+
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
944
|
+
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
945
|
+
}, {}, string, {}> & {
|
|
946
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
947
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
948
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
949
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
950
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
951
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
952
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
953
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
954
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
955
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
956
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
957
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
958
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
959
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
960
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
2205
961
|
};
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
}
|
|
2210
|
-
onChange?: ((current: number) => any) | undefined;
|
|
2211
|
-
onClose?: ((current: number) => any) | undefined;
|
|
2212
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2213
|
-
onFinish?: (() => any) | undefined;
|
|
2214
|
-
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
2215
|
-
}, {
|
|
2216
|
-
modelValue: boolean;
|
|
2217
|
-
placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
|
|
2218
|
-
appendTo: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
2219
|
-
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
|
|
2220
|
-
gap: import("element-plus").TourGap;
|
|
2221
|
-
mask: import("element-plus").TourMask;
|
|
2222
|
-
showArrow: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2223
|
-
current: number;
|
|
2224
|
-
showClose: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2225
|
-
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2226
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2227
|
-
}, true, {}, {}, {
|
|
2228
|
-
P: {};
|
|
2229
|
-
B: {};
|
|
2230
|
-
D: {};
|
|
2231
|
-
C: {};
|
|
2232
|
-
M: {};
|
|
2233
|
-
Defaults: {};
|
|
2234
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
962
|
+
$forceUpdate: () => void;
|
|
963
|
+
$nextTick: typeof import("vue").nextTick;
|
|
964
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
965
|
+
} & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2235
966
|
modelValue: BooleanConstructor;
|
|
2236
967
|
current: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
2237
968
|
showArrow: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -2279,314 +1010,20 @@ export declare const GmTour: import("../../../../utils").SFCWithInstall<{
|
|
|
2279
1010
|
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
2280
1011
|
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
2281
1012
|
}>> & {
|
|
1013
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2282
1014
|
onChange?: ((current: number) => any) | undefined;
|
|
2283
1015
|
onClose?: ((current: number) => any) | undefined;
|
|
2284
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2285
1016
|
onFinish?: (() => any) | undefined;
|
|
2286
1017
|
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
2287
|
-
}, {
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
2295
|
-
readonly required: false;
|
|
2296
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2297
|
-
__epPropKey: true;
|
|
2298
|
-
};
|
|
2299
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
2300
|
-
contentStyle: {
|
|
2301
|
-
readonly type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2302
|
-
readonly required: false;
|
|
2303
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2304
|
-
__epPropKey: true;
|
|
2305
|
-
};
|
|
2306
|
-
mask: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
2307
|
-
style?: import("vue").CSSProperties | undefined;
|
|
2308
|
-
color?: string | undefined;
|
|
2309
|
-
}) | (() => import("element-plus").TourMask) | ((new (...args: any[]) => boolean | {
|
|
2310
|
-
style?: import("vue").CSSProperties | undefined;
|
|
2311
|
-
color?: string | undefined;
|
|
2312
|
-
}) | (() => import("element-plus").TourMask))[], unknown, unknown, boolean, boolean>;
|
|
2313
|
-
gap: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("element-plus").TourGap) | (() => import("element-plus").TourGap) | ((new (...args: any[]) => import("element-plus").TourGap) | (() => import("element-plus").TourGap))[], unknown, unknown, () => {
|
|
2314
|
-
offset: number;
|
|
2315
|
-
radius: number;
|
|
2316
|
-
}, boolean>;
|
|
2317
|
-
zIndex: {
|
|
2318
|
-
readonly type: import("vue").PropType<number>;
|
|
2319
|
-
readonly required: false;
|
|
2320
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2321
|
-
__epPropKey: true;
|
|
2322
|
-
};
|
|
2323
|
-
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown, () => {
|
|
2324
|
-
block: string;
|
|
2325
|
-
}, boolean>;
|
|
2326
|
-
type: {
|
|
2327
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown>>;
|
|
2328
|
-
readonly required: false;
|
|
2329
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2330
|
-
__epPropKey: true;
|
|
2331
|
-
};
|
|
2332
|
-
appendTo: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown, string, boolean>;
|
|
2333
|
-
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
2334
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
2335
|
-
}>> & {
|
|
2336
|
-
onChange?: ((current: number) => any) | undefined;
|
|
2337
|
-
onClose?: ((current: number) => any) | undefined;
|
|
2338
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2339
|
-
onFinish?: (() => any) | undefined;
|
|
2340
|
-
"onUpdate:current"?: ((current: number) => any) | undefined;
|
|
2341
|
-
}>>;
|
|
2342
|
-
emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "change", current: number) => void) & ((event: "close", current: number) => void) & ((event: "finish") => void) & ((event: "update:current", current: number) => void);
|
|
2343
|
-
ns: {
|
|
2344
|
-
namespace: import("vue").ComputedRef<string>;
|
|
2345
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
2346
|
-
e: (element?: string | undefined) => string;
|
|
2347
|
-
m: (modifier?: string | undefined) => string;
|
|
2348
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2349
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2350
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2351
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2352
|
-
is: {
|
|
2353
|
-
(name: string, state: boolean | undefined): string;
|
|
2354
|
-
(name: string): string;
|
|
2355
|
-
};
|
|
2356
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2357
|
-
cssVarName: (name: string) => string;
|
|
2358
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2359
|
-
cssVarBlockName: (name: string) => string;
|
|
1018
|
+
}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
1019
|
+
$slots: {
|
|
1020
|
+
default?(_: {}): any;
|
|
1021
|
+
indicators?(_: {
|
|
1022
|
+
current: number;
|
|
1023
|
+
total: number;
|
|
1024
|
+
}): any;
|
|
2360
1025
|
};
|
|
2361
|
-
|
|
2362
|
-
currentStep: import("vue").Ref<import("element-plus/es/components/tour/src/step.js").TourStepProps | undefined>;
|
|
2363
|
-
current: import("vue").Ref<number> | import("vue").WritableComputedRef<number>;
|
|
2364
|
-
currentTarget: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null) | ((new (...args: any[]) => string | HTMLElement | (() => HTMLElement | null)) | (() => string | HTMLElement | (() => HTMLElement | null) | null))[], unknown, unknown> | undefined>;
|
|
2365
|
-
kls: import("vue").ComputedRef<string[]>;
|
|
2366
|
-
mergedPlacement: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
|
|
2367
|
-
mergedContentStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
|
|
2368
|
-
mergedMask: import("vue").ComputedRef<import("element-plus").TourMask>;
|
|
2369
|
-
mergedShowMask: import("vue").ComputedRef<boolean>;
|
|
2370
|
-
mergedMaskStyle: import("vue").ComputedRef<{
|
|
2371
|
-
style?: import("vue").CSSProperties | undefined;
|
|
2372
|
-
color?: string | undefined;
|
|
2373
|
-
} | undefined>;
|
|
2374
|
-
mergedShowArrow: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
2375
|
-
mergedScrollIntoViewOptions: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>>;
|
|
2376
|
-
mergedType: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "default" | "primary") | (() => "default" | "primary") | ((new (...args: any[]) => "default" | "primary") | (() => "default" | "primary"))[], unknown, unknown> | undefined>;
|
|
2377
|
-
nextZIndex: () => number;
|
|
2378
|
-
nowZIndex: number;
|
|
2379
|
-
mergedZIndex: import("vue").ComputedRef<number>;
|
|
2380
|
-
pos: import("vue").ComputedRef<{
|
|
2381
|
-
left: number;
|
|
2382
|
-
top: number;
|
|
2383
|
-
width: number;
|
|
2384
|
-
height: number;
|
|
2385
|
-
radius: number;
|
|
2386
|
-
} | null>;
|
|
2387
|
-
triggerTarget: import("vue").ComputedRef<HTMLElement | {
|
|
2388
|
-
getBoundingClientRect(): DOMRect;
|
|
2389
|
-
} | undefined>;
|
|
2390
|
-
onEscClose: () => void;
|
|
2391
|
-
onUpdateTotal: (val: number) => void;
|
|
2392
|
-
slots: Readonly<{
|
|
2393
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
2394
|
-
}>;
|
|
2395
|
-
ElTourMask: import("vue").DefineComponent<{
|
|
2396
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
2397
|
-
visible: BooleanConstructor;
|
|
2398
|
-
fill: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
2399
|
-
pos: {
|
|
2400
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null) | ((new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null))[], unknown, unknown>>;
|
|
2401
|
-
readonly required: false;
|
|
2402
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2403
|
-
__epPropKey: true;
|
|
2404
|
-
};
|
|
2405
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
2406
|
-
}, {
|
|
2407
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2408
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
2409
|
-
visible: BooleanConstructor;
|
|
2410
|
-
fill: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
2411
|
-
pos: {
|
|
2412
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null) | ((new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null))[], unknown, unknown>>;
|
|
2413
|
-
readonly required: false;
|
|
2414
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2415
|
-
__epPropKey: true;
|
|
2416
|
-
};
|
|
2417
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
2418
|
-
}>> & {
|
|
2419
|
-
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
2420
|
-
}>>;
|
|
2421
|
-
ns: {
|
|
2422
|
-
namespace: import("vue").ComputedRef<string>;
|
|
2423
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
2424
|
-
e: (element?: string | undefined) => string;
|
|
2425
|
-
m: (modifier?: string | undefined) => string;
|
|
2426
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2427
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2428
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2429
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2430
|
-
is: {
|
|
2431
|
-
(name: string, state: boolean | undefined): string;
|
|
2432
|
-
(name: string): string;
|
|
2433
|
-
};
|
|
2434
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2435
|
-
cssVarName: (name: string) => string;
|
|
2436
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2437
|
-
cssVarBlockName: (name: string) => string;
|
|
2438
|
-
};
|
|
2439
|
-
radius: import("vue").ComputedRef<number>;
|
|
2440
|
-
roundInfo: import("vue").ComputedRef<{
|
|
2441
|
-
topRight: string;
|
|
2442
|
-
bottomRight: string;
|
|
2443
|
-
bottomLeft: string;
|
|
2444
|
-
topLeft: string;
|
|
2445
|
-
}>;
|
|
2446
|
-
path: import("vue").ComputedRef<string>;
|
|
2447
|
-
pathStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
2448
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2449
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
2450
|
-
visible: BooleanConstructor;
|
|
2451
|
-
fill: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
2452
|
-
pos: {
|
|
2453
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null) | ((new (...args: any[]) => import("element-plus/es/components/tour/src/types.js").PosInfo) | (() => import("element-plus/es/components/tour/src/types.js").PosInfo | null))[], unknown, unknown>>;
|
|
2454
|
-
readonly required: false;
|
|
2455
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2456
|
-
__epPropKey: true;
|
|
2457
|
-
};
|
|
2458
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
2459
|
-
}>>, {
|
|
2460
|
-
zIndex: number;
|
|
2461
|
-
fill: string;
|
|
2462
|
-
visible: boolean;
|
|
2463
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2464
|
-
}, {}>;
|
|
2465
|
-
ElTourContent: import("vue").DefineComponent<{
|
|
2466
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
2467
|
-
reference: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
|
|
2468
|
-
strategy: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, string, boolean>;
|
|
2469
|
-
offset: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
2470
|
-
showArrow: BooleanConstructor;
|
|
2471
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
2472
|
-
}, {
|
|
2473
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2474
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
2475
|
-
reference: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
|
|
2476
|
-
strategy: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, string, boolean>;
|
|
2477
|
-
offset: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
2478
|
-
showArrow: BooleanConstructor;
|
|
2479
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
2480
|
-
}>> & {
|
|
2481
|
-
onClose?: (() => any) | undefined;
|
|
2482
|
-
}>>;
|
|
2483
|
-
emit: (event: "close") => void;
|
|
2484
|
-
placement: import("vue").Ref<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
|
|
2485
|
-
strategy: import("vue").Ref<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown>>;
|
|
2486
|
-
contentRef: import("vue").Ref<HTMLElement | null>;
|
|
2487
|
-
arrowRef: import("vue").Ref<HTMLElement | null>;
|
|
2488
|
-
contentStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
2489
|
-
arrowStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
2490
|
-
side: import("vue").ComputedRef<string>;
|
|
2491
|
-
ns: {
|
|
2492
|
-
namespace: import("vue").ComputedRef<string>;
|
|
2493
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
2494
|
-
e: (element?: string | undefined) => string;
|
|
2495
|
-
m: (modifier?: string | undefined) => string;
|
|
2496
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2497
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2498
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2499
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2500
|
-
is: {
|
|
2501
|
-
(name: string, state: boolean | undefined): string;
|
|
2502
|
-
(name: string): string;
|
|
2503
|
-
};
|
|
2504
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2505
|
-
cssVarName: (name: string) => string;
|
|
2506
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2507
|
-
cssVarBlockName: (name: string) => string;
|
|
2508
|
-
};
|
|
2509
|
-
onCloseRequested: () => void;
|
|
2510
|
-
onFocusoutPrevented: (event: CustomEvent<any>) => void;
|
|
2511
|
-
ElFocusTrap: import("vue").DefineComponent<{
|
|
2512
|
-
loop: BooleanConstructor;
|
|
2513
|
-
trapped: BooleanConstructor;
|
|
2514
|
-
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
2515
|
-
focusStartEl: {
|
|
2516
|
-
type: import("vue").PropType<HTMLElement | "container" | "first">;
|
|
2517
|
-
default: string;
|
|
2518
|
-
};
|
|
2519
|
-
}, {
|
|
2520
|
-
onKeydown: (e: KeyboardEvent) => void;
|
|
2521
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested")[], "focusin" | "focusout" | "focusAfterTrapped" | "focusAfterReleased" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2522
|
-
loop: BooleanConstructor;
|
|
2523
|
-
trapped: BooleanConstructor;
|
|
2524
|
-
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
2525
|
-
focusStartEl: {
|
|
2526
|
-
type: import("vue").PropType<HTMLElement | "container" | "first">;
|
|
2527
|
-
default: string;
|
|
2528
|
-
};
|
|
2529
|
-
}>> & {
|
|
2530
|
-
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
2531
|
-
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
2532
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
2533
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
2534
|
-
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
2535
|
-
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
2536
|
-
}, {
|
|
2537
|
-
trapped: boolean;
|
|
2538
|
-
loop: boolean;
|
|
2539
|
-
focusStartEl: HTMLElement | "container" | "first";
|
|
2540
|
-
}, {}>;
|
|
2541
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2542
|
-
close: () => boolean;
|
|
2543
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2544
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>;
|
|
2545
|
-
reference: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
|
|
2546
|
-
strategy: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, string, boolean>;
|
|
2547
|
-
offset: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
2548
|
-
showArrow: BooleanConstructor;
|
|
2549
|
-
zIndex: import("element-plus/es/utils/index.js").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
2550
|
-
}>> & {
|
|
2551
|
-
onClose?: (() => any) | undefined;
|
|
2552
|
-
}, {
|
|
2553
|
-
zIndex: number;
|
|
2554
|
-
offset: number;
|
|
2555
|
-
placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
|
|
2556
|
-
strategy: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => "fixed" | "absolute") | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown>;
|
|
2557
|
-
showArrow: boolean;
|
|
2558
|
-
reference: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown>;
|
|
2559
|
-
}, {}>;
|
|
2560
|
-
ElTourSteps: import("vue").DefineComponent<{
|
|
2561
|
-
current: {
|
|
2562
|
-
type: NumberConstructor;
|
|
2563
|
-
default: number;
|
|
2564
|
-
};
|
|
2565
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2566
|
-
[key: string]: any;
|
|
2567
|
-
}> | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update-total"[], "update-total", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2568
|
-
current: {
|
|
2569
|
-
type: NumberConstructor;
|
|
2570
|
-
default: number;
|
|
2571
|
-
};
|
|
2572
|
-
}>> & {
|
|
2573
|
-
"onUpdate-total"?: ((...args: any[]) => any) | undefined;
|
|
2574
|
-
}, {
|
|
2575
|
-
current: number;
|
|
2576
|
-
}, {}>;
|
|
2577
|
-
}, {}, {}, {}, {
|
|
2578
|
-
modelValue: boolean;
|
|
2579
|
-
placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@floating-ui/dom").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
|
|
2580
|
-
appendTo: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
2581
|
-
scrollIntoViewOptions: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
|
|
2582
|
-
gap: import("element-plus").TourGap;
|
|
2583
|
-
mask: import("element-plus").TourMask;
|
|
2584
|
-
showArrow: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2585
|
-
current: number;
|
|
2586
|
-
showClose: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2587
|
-
closeOnPressEscape: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2588
|
-
targetAreaClickable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2589
|
-
}> | undefined>;
|
|
1026
|
+
}) | undefined>;
|
|
2590
1027
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2591
1028
|
change: (current: number) => void;
|
|
2592
1029
|
close: (current: number) => void;
|