giime 0.3.9 → 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 +68 -154
- package/es/components/src/base/tabPane/index.d.ts +202 -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 +68 -154
- package/lib/components/src/base/tabPane/index.d.ts +202 -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
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import Switch from './Switch.vue';
|
|
2
2
|
export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
+
ariaLabel: StringConstructor;
|
|
4
5
|
modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
5
|
-
disabled:
|
|
6
|
-
loading:
|
|
6
|
+
disabled: BooleanConstructor;
|
|
7
|
+
loading: BooleanConstructor;
|
|
7
8
|
size: {
|
|
8
9
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
9
10
|
readonly required: false;
|
|
@@ -11,7 +12,7 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
11
12
|
__epPropKey: true;
|
|
12
13
|
};
|
|
13
14
|
width: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
14
|
-
inlinePrompt:
|
|
15
|
+
inlinePrompt: BooleanConstructor;
|
|
15
16
|
inactiveActionIcon: {
|
|
16
17
|
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>>;
|
|
17
18
|
readonly required: false;
|
|
@@ -55,79 +56,56 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
55
56
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
56
57
|
__epPropKey: true;
|
|
57
58
|
};
|
|
58
|
-
label: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
59
59
|
}>> & {
|
|
60
60
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
61
61
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
62
62
|
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
63
63
|
}, {
|
|
64
64
|
focus: () => void;
|
|
65
|
-
elRef: import("vue").Ref<
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
readonly
|
|
71
|
-
readonly
|
|
72
|
-
readonly
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
readonly
|
|
79
|
-
readonly
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
readonly
|
|
85
|
-
readonly
|
|
86
|
-
readonly
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
readonly
|
|
91
|
-
readonly
|
|
92
|
-
readonly
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
readonly
|
|
97
|
-
readonly
|
|
98
|
-
readonly
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
107
|
-
readonly beforeChange: {
|
|
108
|
-
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
109
|
-
readonly required: false;
|
|
110
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
111
|
-
__epPropKey: true;
|
|
112
|
-
};
|
|
113
|
-
readonly id: StringConstructor;
|
|
114
|
-
readonly tabindex: {
|
|
115
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
116
|
-
readonly required: false;
|
|
117
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
118
|
-
__epPropKey: true;
|
|
119
|
-
};
|
|
120
|
-
readonly label: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
121
|
-
}>> & {
|
|
122
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
123
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
124
|
-
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
125
|
-
}, {
|
|
126
|
-
COMPONENT_NAME: string;
|
|
127
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
65
|
+
elRef: import("vue").Ref<({
|
|
66
|
+
$: import("vue").ComponentInternalInstance;
|
|
67
|
+
$data: {};
|
|
68
|
+
$props: Partial<{
|
|
69
|
+
readonly width: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
70
|
+
readonly disabled: boolean;
|
|
71
|
+
readonly name: string;
|
|
72
|
+
readonly loading: boolean;
|
|
73
|
+
readonly modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
74
|
+
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
75
|
+
readonly activeText: string;
|
|
76
|
+
readonly inactiveText: string;
|
|
77
|
+
readonly activeValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
78
|
+
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
79
|
+
readonly inlinePrompt: boolean;
|
|
80
|
+
}> & Omit<{
|
|
81
|
+
readonly name: string;
|
|
82
|
+
readonly modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
83
|
+
readonly disabled: boolean;
|
|
84
|
+
readonly loading: boolean;
|
|
85
|
+
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
86
|
+
readonly width: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
87
|
+
readonly inlinePrompt: boolean;
|
|
88
|
+
readonly activeText: string;
|
|
89
|
+
readonly inactiveText: string;
|
|
90
|
+
readonly activeValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
91
|
+
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
92
|
+
readonly id?: string | undefined;
|
|
93
|
+
readonly size?: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large"> | undefined;
|
|
94
|
+
readonly ariaLabel?: string | undefined;
|
|
95
|
+
readonly tabindex?: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
96
|
+
readonly inactiveActionIcon?: 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;
|
|
97
|
+
readonly activeActionIcon?: 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;
|
|
98
|
+
readonly activeIcon?: 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;
|
|
99
|
+
readonly inactiveIcon?: 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;
|
|
100
|
+
readonly beforeChange?: (() => boolean | Promise<boolean>) | undefined;
|
|
101
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
102
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
103
|
+
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
104
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
105
|
+
readonly ariaLabel: StringConstructor;
|
|
128
106
|
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
129
|
-
readonly disabled:
|
|
130
|
-
readonly loading:
|
|
107
|
+
readonly disabled: BooleanConstructor;
|
|
108
|
+
readonly loading: BooleanConstructor;
|
|
131
109
|
readonly size: {
|
|
132
110
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
133
111
|
readonly required: false;
|
|
@@ -135,7 +113,7 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
135
113
|
__epPropKey: true;
|
|
136
114
|
};
|
|
137
115
|
readonly width: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
138
|
-
readonly inlinePrompt:
|
|
116
|
+
readonly inlinePrompt: BooleanConstructor;
|
|
139
117
|
readonly inactiveActionIcon: {
|
|
140
118
|
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>>;
|
|
141
119
|
readonly required: false;
|
|
@@ -179,119 +157,128 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
179
157
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
180
158
|
__epPropKey: true;
|
|
181
159
|
};
|
|
182
|
-
readonly label: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
183
160
|
}>> & {
|
|
184
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
185
161
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
162
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
186
163
|
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
207
|
-
cssVarBlockName: (name: string) => string;
|
|
208
|
-
};
|
|
209
|
-
inputId: import("vue").Ref<string | undefined>;
|
|
210
|
-
switchDisabled: import("vue").ComputedRef<boolean>;
|
|
211
|
-
isControlled: import("vue").Ref<boolean>;
|
|
212
|
-
input: import("vue").Ref<HTMLInputElement | undefined>;
|
|
213
|
-
core: import("vue").Ref<HTMLSpanElement | undefined>;
|
|
214
|
-
switchKls: import("vue").ComputedRef<string[]>;
|
|
215
|
-
labelLeftKls: import("vue").ComputedRef<string[]>;
|
|
216
|
-
labelRightKls: import("vue").ComputedRef<string[]>;
|
|
217
|
-
coreStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
218
|
-
actualValue: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
219
|
-
checked: import("vue").ComputedRef<boolean>;
|
|
220
|
-
handleChange: () => void;
|
|
221
|
-
switchValue: () => void;
|
|
222
|
-
focus: () => void;
|
|
223
|
-
ElIcon: import("element-plus/es/utils/index.js").SFCWithInstall<import("vue").DefineComponent<{
|
|
164
|
+
}, "name" | "modelValue" | "disabled" | "loading" | "validateEvent" | "width" | "inlinePrompt" | "activeText" | "inactiveText" | "activeValue" | "inactiveValue">;
|
|
165
|
+
$attrs: {
|
|
166
|
+
[x: string]: unknown;
|
|
167
|
+
};
|
|
168
|
+
$refs: {
|
|
169
|
+
[x: string]: unknown;
|
|
170
|
+
};
|
|
171
|
+
$slots: Readonly<{
|
|
172
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
173
|
+
}>;
|
|
174
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
175
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
176
|
+
$emit: ((event: "change", val: string | number | boolean) => void) & ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "input", val: string | number | boolean) => void);
|
|
177
|
+
$el: any;
|
|
178
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
179
|
+
readonly ariaLabel: StringConstructor;
|
|
180
|
+
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
181
|
+
readonly disabled: BooleanConstructor;
|
|
182
|
+
readonly loading: BooleanConstructor;
|
|
224
183
|
readonly size: {
|
|
225
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) =>
|
|
184
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
226
185
|
readonly required: false;
|
|
227
186
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
228
187
|
__epPropKey: true;
|
|
229
188
|
};
|
|
230
|
-
readonly
|
|
231
|
-
|
|
189
|
+
readonly width: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
190
|
+
readonly inlinePrompt: BooleanConstructor;
|
|
191
|
+
readonly inactiveActionIcon: {
|
|
192
|
+
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>>;
|
|
232
193
|
readonly required: false;
|
|
233
194
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
234
195
|
__epPropKey: true;
|
|
235
196
|
};
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
readonly
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
242
|
-
__epPropKey: true;
|
|
243
|
-
};
|
|
244
|
-
readonly color: {
|
|
245
|
-
readonly type: import("vue").PropType<string>;
|
|
246
|
-
readonly required: false;
|
|
247
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
248
|
-
__epPropKey: true;
|
|
249
|
-
};
|
|
250
|
-
}>> & {
|
|
251
|
-
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
252
|
-
}>>;
|
|
253
|
-
ns: {
|
|
254
|
-
namespace: import("vue").ComputedRef<string>;
|
|
255
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
256
|
-
e: (element?: string | undefined) => string;
|
|
257
|
-
m: (modifier?: string | undefined) => string;
|
|
258
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
259
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
260
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
261
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
262
|
-
is: {
|
|
263
|
-
(name: string, state: boolean | undefined): string;
|
|
264
|
-
(name: string): string;
|
|
265
|
-
};
|
|
266
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
267
|
-
cssVarName: (name: string) => string;
|
|
268
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
269
|
-
cssVarBlockName: (name: string) => string;
|
|
197
|
+
readonly activeActionIcon: {
|
|
198
|
+
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>>;
|
|
199
|
+
readonly required: false;
|
|
200
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
201
|
+
__epPropKey: true;
|
|
270
202
|
};
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
readonly size: {
|
|
274
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
203
|
+
readonly activeIcon: {
|
|
204
|
+
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>>;
|
|
275
205
|
readonly required: false;
|
|
276
206
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
277
207
|
__epPropKey: true;
|
|
278
208
|
};
|
|
279
|
-
readonly
|
|
280
|
-
readonly type: import("vue").PropType<string
|
|
209
|
+
readonly inactiveIcon: {
|
|
210
|
+
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>>;
|
|
281
211
|
readonly required: false;
|
|
282
212
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
283
213
|
__epPropKey: true;
|
|
284
214
|
};
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
215
|
+
readonly activeText: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
216
|
+
readonly inactiveText: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
217
|
+
readonly activeValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
218
|
+
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
219
|
+
readonly name: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
220
|
+
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
221
|
+
readonly beforeChange: {
|
|
222
|
+
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
223
|
+
readonly required: false;
|
|
224
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
225
|
+
__epPropKey: true;
|
|
226
|
+
};
|
|
227
|
+
readonly id: StringConstructor;
|
|
228
|
+
readonly tabindex: {
|
|
229
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
230
|
+
readonly required: false;
|
|
231
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
232
|
+
__epPropKey: true;
|
|
233
|
+
};
|
|
234
|
+
}>> & {
|
|
235
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
236
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
237
|
+
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
238
|
+
}, {
|
|
239
|
+
focus: () => void;
|
|
240
|
+
checked: import("vue").ComputedRef<boolean>;
|
|
241
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
242
|
+
input: (val: string | number | boolean) => void;
|
|
243
|
+
"update:modelValue": (val: string | number | boolean) => void;
|
|
244
|
+
change: (val: string | number | boolean) => void;
|
|
245
|
+
}, string, {
|
|
246
|
+
readonly width: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
247
|
+
readonly disabled: boolean;
|
|
248
|
+
readonly name: string;
|
|
249
|
+
readonly loading: boolean;
|
|
250
|
+
readonly modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
251
|
+
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
252
|
+
readonly activeText: string;
|
|
253
|
+
readonly inactiveText: string;
|
|
254
|
+
readonly activeValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
255
|
+
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
256
|
+
readonly inlinePrompt: boolean;
|
|
257
|
+
}, {}, string, {}> & {
|
|
258
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
259
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
260
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
261
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
262
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
263
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
264
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
265
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
266
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
267
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
268
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
269
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
270
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
271
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
272
|
+
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;
|
|
273
|
+
};
|
|
274
|
+
$forceUpdate: () => void;
|
|
275
|
+
$nextTick: typeof import("vue").nextTick;
|
|
276
|
+
$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;
|
|
277
|
+
} & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
278
|
+
readonly ariaLabel: StringConstructor;
|
|
292
279
|
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
293
|
-
readonly disabled:
|
|
294
|
-
readonly loading:
|
|
280
|
+
readonly disabled: BooleanConstructor;
|
|
281
|
+
readonly loading: BooleanConstructor;
|
|
295
282
|
readonly size: {
|
|
296
283
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
297
284
|
readonly required: false;
|
|
@@ -299,7 +286,7 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
299
286
|
__epPropKey: true;
|
|
300
287
|
};
|
|
301
288
|
readonly width: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
302
|
-
readonly inlinePrompt:
|
|
289
|
+
readonly inlinePrompt: BooleanConstructor;
|
|
303
290
|
readonly inactiveActionIcon: {
|
|
304
291
|
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>>;
|
|
305
292
|
readonly required: false;
|
|
@@ -343,275 +330,28 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
343
330
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
344
331
|
__epPropKey: true;
|
|
345
332
|
};
|
|
346
|
-
readonly label: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
347
333
|
}>> & {
|
|
348
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
349
334
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
350
|
-
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
351
|
-
}, {
|
|
352
|
-
readonly width: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
353
|
-
readonly modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
354
|
-
readonly label: string;
|
|
355
|
-
readonly disabled: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
356
|
-
readonly name: string;
|
|
357
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
358
|
-
readonly loading: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
359
|
-
readonly inlinePrompt: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
360
|
-
readonly activeText: string;
|
|
361
|
-
readonly inactiveText: string;
|
|
362
|
-
readonly activeValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
363
|
-
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
364
|
-
}, true, {}, {}, {
|
|
365
|
-
P: {};
|
|
366
|
-
B: {};
|
|
367
|
-
D: {};
|
|
368
|
-
C: {};
|
|
369
|
-
M: {};
|
|
370
|
-
Defaults: {};
|
|
371
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
372
|
-
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
373
|
-
readonly disabled: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
374
|
-
readonly loading: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
375
|
-
readonly size: {
|
|
376
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
377
|
-
readonly required: false;
|
|
378
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
379
|
-
__epPropKey: true;
|
|
380
|
-
};
|
|
381
|
-
readonly width: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
382
|
-
readonly inlinePrompt: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
383
|
-
readonly inactiveActionIcon: {
|
|
384
|
-
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>>;
|
|
385
|
-
readonly required: false;
|
|
386
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
387
|
-
__epPropKey: true;
|
|
388
|
-
};
|
|
389
|
-
readonly activeActionIcon: {
|
|
390
|
-
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>>;
|
|
391
|
-
readonly required: false;
|
|
392
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
393
|
-
__epPropKey: true;
|
|
394
|
-
};
|
|
395
|
-
readonly activeIcon: {
|
|
396
|
-
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>>;
|
|
397
|
-
readonly required: false;
|
|
398
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
399
|
-
__epPropKey: true;
|
|
400
|
-
};
|
|
401
|
-
readonly inactiveIcon: {
|
|
402
|
-
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>>;
|
|
403
|
-
readonly required: false;
|
|
404
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
405
|
-
__epPropKey: true;
|
|
406
|
-
};
|
|
407
|
-
readonly activeText: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
408
|
-
readonly inactiveText: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
409
|
-
readonly activeValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
410
|
-
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
411
|
-
readonly name: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
412
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
413
|
-
readonly beforeChange: {
|
|
414
|
-
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
415
|
-
readonly required: false;
|
|
416
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
417
|
-
__epPropKey: true;
|
|
418
|
-
};
|
|
419
|
-
readonly id: StringConstructor;
|
|
420
|
-
readonly tabindex: {
|
|
421
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
422
|
-
readonly required: false;
|
|
423
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
424
|
-
__epPropKey: true;
|
|
425
|
-
};
|
|
426
|
-
readonly label: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
427
|
-
}>> & {
|
|
428
335
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
429
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
430
336
|
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
431
|
-
}, {
|
|
432
|
-
COMPONENT_NAME: string;
|
|
433
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
434
|
-
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
435
|
-
readonly disabled: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
436
|
-
readonly loading: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
437
|
-
readonly size: {
|
|
438
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
439
|
-
readonly required: false;
|
|
440
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
441
|
-
__epPropKey: true;
|
|
442
|
-
};
|
|
443
|
-
readonly width: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
444
|
-
readonly inlinePrompt: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
445
|
-
readonly inactiveActionIcon: {
|
|
446
|
-
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>>;
|
|
447
|
-
readonly required: false;
|
|
448
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
449
|
-
__epPropKey: true;
|
|
450
|
-
};
|
|
451
|
-
readonly activeActionIcon: {
|
|
452
|
-
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>>;
|
|
453
|
-
readonly required: false;
|
|
454
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
455
|
-
__epPropKey: true;
|
|
456
|
-
};
|
|
457
|
-
readonly activeIcon: {
|
|
458
|
-
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>>;
|
|
459
|
-
readonly required: false;
|
|
460
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
461
|
-
__epPropKey: true;
|
|
462
|
-
};
|
|
463
|
-
readonly inactiveIcon: {
|
|
464
|
-
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>>;
|
|
465
|
-
readonly required: false;
|
|
466
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
467
|
-
__epPropKey: true;
|
|
468
|
-
};
|
|
469
|
-
readonly activeText: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
470
|
-
readonly inactiveText: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
471
|
-
readonly activeValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
472
|
-
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
473
|
-
readonly name: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
474
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
475
|
-
readonly beforeChange: {
|
|
476
|
-
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
477
|
-
readonly required: false;
|
|
478
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
479
|
-
__epPropKey: true;
|
|
480
|
-
};
|
|
481
|
-
readonly id: StringConstructor;
|
|
482
|
-
readonly tabindex: {
|
|
483
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
484
|
-
readonly required: false;
|
|
485
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
486
|
-
__epPropKey: true;
|
|
487
|
-
};
|
|
488
|
-
readonly label: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
489
|
-
}>> & {
|
|
490
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
491
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
492
|
-
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
493
|
-
}>>;
|
|
494
|
-
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void) & ((event: "input", val: string | number | boolean) => void);
|
|
495
|
-
formItem: import("element-plus").FormItemContext | undefined;
|
|
496
|
-
switchSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
497
|
-
ns: {
|
|
498
|
-
namespace: import("vue").ComputedRef<string>;
|
|
499
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
500
|
-
e: (element?: string | undefined) => string;
|
|
501
|
-
m: (modifier?: string | undefined) => string;
|
|
502
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
503
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
504
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
505
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
506
|
-
is: {
|
|
507
|
-
(name: string, state: boolean | undefined): string;
|
|
508
|
-
(name: string): string;
|
|
509
|
-
};
|
|
510
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
511
|
-
cssVarName: (name: string) => string;
|
|
512
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
513
|
-
cssVarBlockName: (name: string) => string;
|
|
514
|
-
};
|
|
515
|
-
inputId: import("vue").Ref<string | undefined>;
|
|
516
|
-
switchDisabled: import("vue").ComputedRef<boolean>;
|
|
517
|
-
isControlled: import("vue").Ref<boolean>;
|
|
518
|
-
input: import("vue").Ref<HTMLInputElement | undefined>;
|
|
519
|
-
core: import("vue").Ref<HTMLSpanElement | undefined>;
|
|
520
|
-
switchKls: import("vue").ComputedRef<string[]>;
|
|
521
|
-
labelLeftKls: import("vue").ComputedRef<string[]>;
|
|
522
|
-
labelRightKls: import("vue").ComputedRef<string[]>;
|
|
523
|
-
coreStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
524
|
-
actualValue: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
525
|
-
checked: import("vue").ComputedRef<boolean>;
|
|
526
|
-
handleChange: () => void;
|
|
527
|
-
switchValue: () => void;
|
|
337
|
+
}, "focus" | "checked"> & import("vue").ShallowUnwrapRef<{
|
|
528
338
|
focus: () => void;
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
readonly color: {
|
|
537
|
-
readonly type: import("vue").PropType<string>;
|
|
538
|
-
readonly required: false;
|
|
539
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
540
|
-
__epPropKey: true;
|
|
541
|
-
};
|
|
542
|
-
}, {
|
|
543
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
544
|
-
readonly size: {
|
|
545
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
546
|
-
readonly required: false;
|
|
547
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
548
|
-
__epPropKey: true;
|
|
549
|
-
};
|
|
550
|
-
readonly color: {
|
|
551
|
-
readonly type: import("vue").PropType<string>;
|
|
552
|
-
readonly required: false;
|
|
553
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
554
|
-
__epPropKey: true;
|
|
555
|
-
};
|
|
556
|
-
}>> & {
|
|
557
|
-
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
558
|
-
}>>;
|
|
559
|
-
ns: {
|
|
560
|
-
namespace: import("vue").ComputedRef<string>;
|
|
561
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
562
|
-
e: (element?: string | undefined) => string;
|
|
563
|
-
m: (modifier?: string | undefined) => string;
|
|
564
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
565
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
566
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
567
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
568
|
-
is: {
|
|
569
|
-
(name: string, state: boolean | undefined): string;
|
|
570
|
-
(name: string): string;
|
|
571
|
-
};
|
|
572
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
573
|
-
cssVarName: (name: string) => string;
|
|
574
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
575
|
-
cssVarBlockName: (name: string) => string;
|
|
576
|
-
};
|
|
577
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
578
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
579
|
-
readonly size: {
|
|
580
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
581
|
-
readonly required: false;
|
|
582
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
583
|
-
__epPropKey: true;
|
|
584
|
-
};
|
|
585
|
-
readonly color: {
|
|
586
|
-
readonly type: import("vue").PropType<string>;
|
|
587
|
-
readonly required: false;
|
|
588
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
589
|
-
__epPropKey: true;
|
|
590
|
-
};
|
|
591
|
-
}>>, {}, {}>> & Record<string, any>;
|
|
592
|
-
Loading: any;
|
|
593
|
-
}, {}, {}, {}, {
|
|
594
|
-
readonly width: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
595
|
-
readonly modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
596
|
-
readonly label: string;
|
|
597
|
-
readonly disabled: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
598
|
-
readonly name: string;
|
|
599
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
600
|
-
readonly loading: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
601
|
-
readonly inlinePrompt: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
602
|
-
readonly activeText: string;
|
|
603
|
-
readonly inactiveText: string;
|
|
604
|
-
readonly activeValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
605
|
-
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
606
|
-
}> | undefined>;
|
|
339
|
+
checked: import("vue").ComputedRef<boolean>;
|
|
340
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
341
|
+
$slots: {
|
|
342
|
+
"active-action"?(_: {}): any;
|
|
343
|
+
"inactive-action"?(_: {}): any;
|
|
344
|
+
};
|
|
345
|
+
}) | undefined>;
|
|
607
346
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
608
347
|
change: (val: string | number | boolean) => void;
|
|
609
348
|
"update:modelValue": (val: string | number | boolean) => void;
|
|
610
349
|
input: (val: string | number | boolean) => void;
|
|
611
350
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
351
|
+
ariaLabel: StringConstructor;
|
|
612
352
|
modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
613
|
-
disabled:
|
|
614
|
-
loading:
|
|
353
|
+
disabled: BooleanConstructor;
|
|
354
|
+
loading: BooleanConstructor;
|
|
615
355
|
size: {
|
|
616
356
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
617
357
|
readonly required: false;
|
|
@@ -619,7 +359,7 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
619
359
|
__epPropKey: true;
|
|
620
360
|
};
|
|
621
361
|
width: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
622
|
-
inlinePrompt:
|
|
362
|
+
inlinePrompt: BooleanConstructor;
|
|
623
363
|
inactiveActionIcon: {
|
|
624
364
|
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>>;
|
|
625
365
|
readonly required: false;
|
|
@@ -663,7 +403,6 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
663
403
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
664
404
|
__epPropKey: true;
|
|
665
405
|
};
|
|
666
|
-
label: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
667
406
|
}>> & {
|
|
668
407
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
669
408
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
@@ -671,12 +410,11 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
671
410
|
}, {
|
|
672
411
|
name: string;
|
|
673
412
|
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
loading: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
413
|
+
disabled: boolean;
|
|
414
|
+
loading: boolean;
|
|
677
415
|
validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
678
416
|
width: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
679
|
-
inlinePrompt:
|
|
417
|
+
inlinePrompt: boolean;
|
|
680
418
|
activeText: string;
|
|
681
419
|
inactiveText: string;
|
|
682
420
|
activeValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
@@ -689,9 +427,10 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
689
427
|
M: {};
|
|
690
428
|
Defaults: {};
|
|
691
429
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
430
|
+
ariaLabel: StringConstructor;
|
|
692
431
|
modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
693
|
-
disabled:
|
|
694
|
-
loading:
|
|
432
|
+
disabled: BooleanConstructor;
|
|
433
|
+
loading: BooleanConstructor;
|
|
695
434
|
size: {
|
|
696
435
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
697
436
|
readonly required: false;
|
|
@@ -699,7 +438,7 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
699
438
|
__epPropKey: true;
|
|
700
439
|
};
|
|
701
440
|
width: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
702
|
-
inlinePrompt:
|
|
441
|
+
inlinePrompt: BooleanConstructor;
|
|
703
442
|
inactiveActionIcon: {
|
|
704
443
|
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>>;
|
|
705
444
|
readonly required: false;
|
|
@@ -743,79 +482,130 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
743
482
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
744
483
|
__epPropKey: true;
|
|
745
484
|
};
|
|
746
|
-
label: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
747
485
|
}>> & {
|
|
748
486
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
749
487
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
750
488
|
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
751
489
|
}, {
|
|
752
490
|
focus: () => void;
|
|
753
|
-
elRef: import("vue").Ref<
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
readonly
|
|
759
|
-
readonly
|
|
760
|
-
readonly
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
readonly
|
|
767
|
-
readonly
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
readonly
|
|
773
|
-
readonly
|
|
774
|
-
readonly
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
readonly
|
|
779
|
-
readonly
|
|
780
|
-
readonly
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
readonly
|
|
785
|
-
readonly
|
|
786
|
-
readonly
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
readonly
|
|
797
|
-
readonly
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
readonly
|
|
804
|
-
readonly
|
|
805
|
-
readonly
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
491
|
+
elRef: import("vue").Ref<({
|
|
492
|
+
$: import("vue").ComponentInternalInstance;
|
|
493
|
+
$data: {};
|
|
494
|
+
$props: Partial<{
|
|
495
|
+
readonly width: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
496
|
+
readonly disabled: boolean;
|
|
497
|
+
readonly name: string;
|
|
498
|
+
readonly loading: boolean;
|
|
499
|
+
readonly modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
500
|
+
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
501
|
+
readonly activeText: string;
|
|
502
|
+
readonly inactiveText: string;
|
|
503
|
+
readonly activeValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
504
|
+
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
505
|
+
readonly inlinePrompt: boolean;
|
|
506
|
+
}> & Omit<{
|
|
507
|
+
readonly name: string;
|
|
508
|
+
readonly modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
509
|
+
readonly disabled: boolean;
|
|
510
|
+
readonly loading: boolean;
|
|
511
|
+
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
512
|
+
readonly width: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
513
|
+
readonly inlinePrompt: boolean;
|
|
514
|
+
readonly activeText: string;
|
|
515
|
+
readonly inactiveText: string;
|
|
516
|
+
readonly activeValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
517
|
+
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
518
|
+
readonly id?: string | undefined;
|
|
519
|
+
readonly size?: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large"> | undefined;
|
|
520
|
+
readonly ariaLabel?: string | undefined;
|
|
521
|
+
readonly tabindex?: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
522
|
+
readonly inactiveActionIcon?: 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;
|
|
523
|
+
readonly activeActionIcon?: 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;
|
|
524
|
+
readonly activeIcon?: 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;
|
|
525
|
+
readonly inactiveIcon?: 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;
|
|
526
|
+
readonly beforeChange?: (() => boolean | Promise<boolean>) | undefined;
|
|
527
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
528
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
529
|
+
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
530
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
531
|
+
readonly ariaLabel: StringConstructor;
|
|
532
|
+
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
533
|
+
readonly disabled: BooleanConstructor;
|
|
534
|
+
readonly loading: BooleanConstructor;
|
|
535
|
+
readonly size: {
|
|
536
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
537
|
+
readonly required: false;
|
|
538
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
539
|
+
__epPropKey: true;
|
|
540
|
+
};
|
|
541
|
+
readonly width: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
542
|
+
readonly inlinePrompt: BooleanConstructor;
|
|
543
|
+
readonly inactiveActionIcon: {
|
|
544
|
+
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>>;
|
|
545
|
+
readonly required: false;
|
|
546
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
547
|
+
__epPropKey: true;
|
|
548
|
+
};
|
|
549
|
+
readonly activeActionIcon: {
|
|
550
|
+
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>>;
|
|
551
|
+
readonly required: false;
|
|
552
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
553
|
+
__epPropKey: true;
|
|
554
|
+
};
|
|
555
|
+
readonly activeIcon: {
|
|
556
|
+
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>>;
|
|
557
|
+
readonly required: false;
|
|
558
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
559
|
+
__epPropKey: true;
|
|
560
|
+
};
|
|
561
|
+
readonly inactiveIcon: {
|
|
562
|
+
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>>;
|
|
563
|
+
readonly required: false;
|
|
564
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
565
|
+
__epPropKey: true;
|
|
566
|
+
};
|
|
567
|
+
readonly activeText: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
568
|
+
readonly inactiveText: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
569
|
+
readonly activeValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
570
|
+
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
571
|
+
readonly name: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
572
|
+
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
573
|
+
readonly beforeChange: {
|
|
574
|
+
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
575
|
+
readonly required: false;
|
|
576
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
577
|
+
__epPropKey: true;
|
|
578
|
+
};
|
|
579
|
+
readonly id: StringConstructor;
|
|
580
|
+
readonly tabindex: {
|
|
581
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
582
|
+
readonly required: false;
|
|
583
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
584
|
+
__epPropKey: true;
|
|
585
|
+
};
|
|
586
|
+
}>> & {
|
|
587
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
588
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
589
|
+
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
590
|
+
}, "name" | "modelValue" | "disabled" | "loading" | "validateEvent" | "width" | "inlinePrompt" | "activeText" | "inactiveText" | "activeValue" | "inactiveValue">;
|
|
591
|
+
$attrs: {
|
|
592
|
+
[x: string]: unknown;
|
|
593
|
+
};
|
|
594
|
+
$refs: {
|
|
595
|
+
[x: string]: unknown;
|
|
596
|
+
};
|
|
597
|
+
$slots: Readonly<{
|
|
598
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
599
|
+
}>;
|
|
600
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
601
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
602
|
+
$emit: ((event: "change", val: string | number | boolean) => void) & ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "input", val: string | number | boolean) => void);
|
|
603
|
+
$el: any;
|
|
604
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
605
|
+
readonly ariaLabel: StringConstructor;
|
|
816
606
|
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
817
|
-
readonly disabled:
|
|
818
|
-
readonly loading:
|
|
607
|
+
readonly disabled: BooleanConstructor;
|
|
608
|
+
readonly loading: BooleanConstructor;
|
|
819
609
|
readonly size: {
|
|
820
610
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
821
611
|
readonly required: false;
|
|
@@ -823,7 +613,7 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
823
613
|
__epPropKey: true;
|
|
824
614
|
};
|
|
825
615
|
readonly width: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
826
|
-
readonly inlinePrompt:
|
|
616
|
+
readonly inlinePrompt: BooleanConstructor;
|
|
827
617
|
readonly inactiveActionIcon: {
|
|
828
618
|
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>>;
|
|
829
619
|
readonly required: false;
|
|
@@ -867,119 +657,54 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
867
657
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
868
658
|
__epPropKey: true;
|
|
869
659
|
};
|
|
870
|
-
readonly label: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
871
660
|
}>> & {
|
|
872
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
873
661
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
662
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
874
663
|
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
875
|
-
}>>;
|
|
876
|
-
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void) & ((event: "input", val: string | number | boolean) => void);
|
|
877
|
-
formItem: import("element-plus").FormItemContext | undefined;
|
|
878
|
-
switchSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
879
|
-
ns: {
|
|
880
|
-
namespace: import("vue").ComputedRef<string>;
|
|
881
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
882
|
-
e: (element?: string | undefined) => string;
|
|
883
|
-
m: (modifier?: string | undefined) => string;
|
|
884
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
885
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
886
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
887
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
888
|
-
is: {
|
|
889
|
-
(name: string, state: boolean | undefined): string;
|
|
890
|
-
(name: string): string;
|
|
891
|
-
};
|
|
892
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
893
|
-
cssVarName: (name: string) => string;
|
|
894
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
895
|
-
cssVarBlockName: (name: string) => string;
|
|
896
|
-
};
|
|
897
|
-
inputId: import("vue").Ref<string | undefined>;
|
|
898
|
-
switchDisabled: import("vue").ComputedRef<boolean>;
|
|
899
|
-
isControlled: import("vue").Ref<boolean>;
|
|
900
|
-
input: import("vue").Ref<HTMLInputElement | undefined>;
|
|
901
|
-
core: import("vue").Ref<HTMLSpanElement | undefined>;
|
|
902
|
-
switchKls: import("vue").ComputedRef<string[]>;
|
|
903
|
-
labelLeftKls: import("vue").ComputedRef<string[]>;
|
|
904
|
-
labelRightKls: import("vue").ComputedRef<string[]>;
|
|
905
|
-
coreStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
906
|
-
actualValue: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
907
|
-
checked: import("vue").ComputedRef<boolean>;
|
|
908
|
-
handleChange: () => void;
|
|
909
|
-
switchValue: () => void;
|
|
910
|
-
focus: () => void;
|
|
911
|
-
ElIcon: import("element-plus/es/utils/index.js").SFCWithInstall<import("vue").DefineComponent<{
|
|
912
|
-
readonly size: {
|
|
913
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
914
|
-
readonly required: false;
|
|
915
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
916
|
-
__epPropKey: true;
|
|
917
|
-
};
|
|
918
|
-
readonly color: {
|
|
919
|
-
readonly type: import("vue").PropType<string>;
|
|
920
|
-
readonly required: false;
|
|
921
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
922
|
-
__epPropKey: true;
|
|
923
|
-
};
|
|
924
664
|
}, {
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
};
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
__epPropKey: true;
|
|
966
|
-
};
|
|
967
|
-
readonly color: {
|
|
968
|
-
readonly type: import("vue").PropType<string>;
|
|
969
|
-
readonly required: false;
|
|
970
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
971
|
-
__epPropKey: true;
|
|
972
|
-
};
|
|
973
|
-
}>>, {}, {}>> & Record<string, any>;
|
|
974
|
-
Loading: any;
|
|
975
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
976
|
-
"update:modelValue": (val: string | number | boolean) => boolean;
|
|
977
|
-
change: (val: string | number | boolean) => boolean;
|
|
978
|
-
input: (val: string | number | boolean) => boolean;
|
|
979
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
665
|
+
focus: () => void;
|
|
666
|
+
checked: import("vue").ComputedRef<boolean>;
|
|
667
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
668
|
+
input: (val: string | number | boolean) => void;
|
|
669
|
+
"update:modelValue": (val: string | number | boolean) => void;
|
|
670
|
+
change: (val: string | number | boolean) => void;
|
|
671
|
+
}, string, {
|
|
672
|
+
readonly width: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
673
|
+
readonly disabled: boolean;
|
|
674
|
+
readonly name: string;
|
|
675
|
+
readonly loading: boolean;
|
|
676
|
+
readonly modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
677
|
+
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
678
|
+
readonly activeText: string;
|
|
679
|
+
readonly inactiveText: string;
|
|
680
|
+
readonly activeValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
681
|
+
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
682
|
+
readonly inlinePrompt: boolean;
|
|
683
|
+
}, {}, string, {}> & {
|
|
684
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
685
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
686
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
687
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
688
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
689
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
690
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
691
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
692
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
693
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
694
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
695
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
696
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
697
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
698
|
+
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;
|
|
699
|
+
};
|
|
700
|
+
$forceUpdate: () => void;
|
|
701
|
+
$nextTick: typeof import("vue").nextTick;
|
|
702
|
+
$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;
|
|
703
|
+
} & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
704
|
+
readonly ariaLabel: StringConstructor;
|
|
980
705
|
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
981
|
-
readonly disabled:
|
|
982
|
-
readonly loading:
|
|
706
|
+
readonly disabled: BooleanConstructor;
|
|
707
|
+
readonly loading: BooleanConstructor;
|
|
983
708
|
readonly size: {
|
|
984
709
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
985
710
|
readonly required: false;
|
|
@@ -987,7 +712,7 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
987
712
|
__epPropKey: true;
|
|
988
713
|
};
|
|
989
714
|
readonly width: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
990
|
-
readonly inlinePrompt:
|
|
715
|
+
readonly inlinePrompt: BooleanConstructor;
|
|
991
716
|
readonly inactiveActionIcon: {
|
|
992
717
|
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>>;
|
|
993
718
|
readonly required: false;
|
|
@@ -1031,276 +756,27 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
1031
756
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1032
757
|
__epPropKey: true;
|
|
1033
758
|
};
|
|
1034
|
-
readonly label: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1035
759
|
}>> & {
|
|
1036
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
1037
760
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
1038
|
-
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
1039
|
-
}, {
|
|
1040
|
-
readonly width: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1041
|
-
readonly modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1042
|
-
readonly label: string;
|
|
1043
|
-
readonly disabled: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1044
|
-
readonly name: string;
|
|
1045
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1046
|
-
readonly loading: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1047
|
-
readonly inlinePrompt: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1048
|
-
readonly activeText: string;
|
|
1049
|
-
readonly inactiveText: string;
|
|
1050
|
-
readonly activeValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1051
|
-
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1052
|
-
}, true, {}, {}, {
|
|
1053
|
-
P: {};
|
|
1054
|
-
B: {};
|
|
1055
|
-
D: {};
|
|
1056
|
-
C: {};
|
|
1057
|
-
M: {};
|
|
1058
|
-
Defaults: {};
|
|
1059
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1060
|
-
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
1061
|
-
readonly disabled: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1062
|
-
readonly loading: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1063
|
-
readonly size: {
|
|
1064
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
1065
|
-
readonly required: false;
|
|
1066
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1067
|
-
__epPropKey: true;
|
|
1068
|
-
};
|
|
1069
|
-
readonly width: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1070
|
-
readonly inlinePrompt: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1071
|
-
readonly inactiveActionIcon: {
|
|
1072
|
-
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>>;
|
|
1073
|
-
readonly required: false;
|
|
1074
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1075
|
-
__epPropKey: true;
|
|
1076
|
-
};
|
|
1077
|
-
readonly activeActionIcon: {
|
|
1078
|
-
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>>;
|
|
1079
|
-
readonly required: false;
|
|
1080
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1081
|
-
__epPropKey: true;
|
|
1082
|
-
};
|
|
1083
|
-
readonly activeIcon: {
|
|
1084
|
-
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>>;
|
|
1085
|
-
readonly required: false;
|
|
1086
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1087
|
-
__epPropKey: true;
|
|
1088
|
-
};
|
|
1089
|
-
readonly inactiveIcon: {
|
|
1090
|
-
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>>;
|
|
1091
|
-
readonly required: false;
|
|
1092
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1093
|
-
__epPropKey: true;
|
|
1094
|
-
};
|
|
1095
|
-
readonly activeText: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1096
|
-
readonly inactiveText: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1097
|
-
readonly activeValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
1098
|
-
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
1099
|
-
readonly name: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1100
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1101
|
-
readonly beforeChange: {
|
|
1102
|
-
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
1103
|
-
readonly required: false;
|
|
1104
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1105
|
-
__epPropKey: true;
|
|
1106
|
-
};
|
|
1107
|
-
readonly id: StringConstructor;
|
|
1108
|
-
readonly tabindex: {
|
|
1109
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1110
|
-
readonly required: false;
|
|
1111
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1112
|
-
__epPropKey: true;
|
|
1113
|
-
};
|
|
1114
|
-
readonly label: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1115
|
-
}>> & {
|
|
1116
761
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
1117
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
1118
762
|
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
1119
|
-
}, {
|
|
1120
|
-
COMPONENT_NAME: string;
|
|
1121
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1122
|
-
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
1123
|
-
readonly disabled: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1124
|
-
readonly loading: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1125
|
-
readonly size: {
|
|
1126
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
1127
|
-
readonly required: false;
|
|
1128
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1129
|
-
__epPropKey: true;
|
|
1130
|
-
};
|
|
1131
|
-
readonly width: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1132
|
-
readonly inlinePrompt: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1133
|
-
readonly inactiveActionIcon: {
|
|
1134
|
-
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>>;
|
|
1135
|
-
readonly required: false;
|
|
1136
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1137
|
-
__epPropKey: true;
|
|
1138
|
-
};
|
|
1139
|
-
readonly activeActionIcon: {
|
|
1140
|
-
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>>;
|
|
1141
|
-
readonly required: false;
|
|
1142
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1143
|
-
__epPropKey: true;
|
|
1144
|
-
};
|
|
1145
|
-
readonly activeIcon: {
|
|
1146
|
-
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>>;
|
|
1147
|
-
readonly required: false;
|
|
1148
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1149
|
-
__epPropKey: true;
|
|
1150
|
-
};
|
|
1151
|
-
readonly inactiveIcon: {
|
|
1152
|
-
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>>;
|
|
1153
|
-
readonly required: false;
|
|
1154
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1155
|
-
__epPropKey: true;
|
|
1156
|
-
};
|
|
1157
|
-
readonly activeText: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1158
|
-
readonly inactiveText: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1159
|
-
readonly activeValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
1160
|
-
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
1161
|
-
readonly name: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1162
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1163
|
-
readonly beforeChange: {
|
|
1164
|
-
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
1165
|
-
readonly required: false;
|
|
1166
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1167
|
-
__epPropKey: true;
|
|
1168
|
-
};
|
|
1169
|
-
readonly id: StringConstructor;
|
|
1170
|
-
readonly tabindex: {
|
|
1171
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1172
|
-
readonly required: false;
|
|
1173
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1174
|
-
__epPropKey: true;
|
|
1175
|
-
};
|
|
1176
|
-
readonly label: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1177
|
-
}>> & {
|
|
1178
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
1179
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
1180
|
-
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
1181
|
-
}>>;
|
|
1182
|
-
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void) & ((event: "input", val: string | number | boolean) => void);
|
|
1183
|
-
formItem: import("element-plus").FormItemContext | undefined;
|
|
1184
|
-
switchSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
1185
|
-
ns: {
|
|
1186
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1187
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
1188
|
-
e: (element?: string | undefined) => string;
|
|
1189
|
-
m: (modifier?: string | undefined) => string;
|
|
1190
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1191
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1192
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1193
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1194
|
-
is: {
|
|
1195
|
-
(name: string, state: boolean | undefined): string;
|
|
1196
|
-
(name: string): string;
|
|
1197
|
-
};
|
|
1198
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1199
|
-
cssVarName: (name: string) => string;
|
|
1200
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1201
|
-
cssVarBlockName: (name: string) => string;
|
|
1202
|
-
};
|
|
1203
|
-
inputId: import("vue").Ref<string | undefined>;
|
|
1204
|
-
switchDisabled: import("vue").ComputedRef<boolean>;
|
|
1205
|
-
isControlled: import("vue").Ref<boolean>;
|
|
1206
|
-
input: import("vue").Ref<HTMLInputElement | undefined>;
|
|
1207
|
-
core: import("vue").Ref<HTMLSpanElement | undefined>;
|
|
1208
|
-
switchKls: import("vue").ComputedRef<string[]>;
|
|
1209
|
-
labelLeftKls: import("vue").ComputedRef<string[]>;
|
|
1210
|
-
labelRightKls: import("vue").ComputedRef<string[]>;
|
|
1211
|
-
coreStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1212
|
-
actualValue: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1213
|
-
checked: import("vue").ComputedRef<boolean>;
|
|
1214
|
-
handleChange: () => void;
|
|
1215
|
-
switchValue: () => void;
|
|
763
|
+
}, "focus" | "checked"> & import("vue").ShallowUnwrapRef<{
|
|
1216
764
|
focus: () => void;
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
readonly color: {
|
|
1225
|
-
readonly type: import("vue").PropType<string>;
|
|
1226
|
-
readonly required: false;
|
|
1227
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1228
|
-
__epPropKey: true;
|
|
1229
|
-
};
|
|
1230
|
-
}, {
|
|
1231
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1232
|
-
readonly size: {
|
|
1233
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
1234
|
-
readonly required: false;
|
|
1235
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1236
|
-
__epPropKey: true;
|
|
1237
|
-
};
|
|
1238
|
-
readonly color: {
|
|
1239
|
-
readonly type: import("vue").PropType<string>;
|
|
1240
|
-
readonly required: false;
|
|
1241
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1242
|
-
__epPropKey: true;
|
|
1243
|
-
};
|
|
1244
|
-
}>> & {
|
|
1245
|
-
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1246
|
-
}>>;
|
|
1247
|
-
ns: {
|
|
1248
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1249
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
1250
|
-
e: (element?: string | undefined) => string;
|
|
1251
|
-
m: (modifier?: string | undefined) => string;
|
|
1252
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1253
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1254
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1255
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1256
|
-
is: {
|
|
1257
|
-
(name: string, state: boolean | undefined): string;
|
|
1258
|
-
(name: string): string;
|
|
1259
|
-
};
|
|
1260
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1261
|
-
cssVarName: (name: string) => string;
|
|
1262
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1263
|
-
cssVarBlockName: (name: string) => string;
|
|
1264
|
-
};
|
|
1265
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1266
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1267
|
-
readonly size: {
|
|
1268
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
1269
|
-
readonly required: false;
|
|
1270
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1271
|
-
__epPropKey: true;
|
|
1272
|
-
};
|
|
1273
|
-
readonly color: {
|
|
1274
|
-
readonly type: import("vue").PropType<string>;
|
|
1275
|
-
readonly required: false;
|
|
1276
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1277
|
-
__epPropKey: true;
|
|
1278
|
-
};
|
|
1279
|
-
}>>, {}, {}>> & Record<string, any>;
|
|
1280
|
-
Loading: any;
|
|
1281
|
-
}, {}, {}, {}, {
|
|
1282
|
-
readonly width: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1283
|
-
readonly modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1284
|
-
readonly label: string;
|
|
1285
|
-
readonly disabled: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1286
|
-
readonly name: string;
|
|
1287
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1288
|
-
readonly loading: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1289
|
-
readonly inlinePrompt: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1290
|
-
readonly activeText: string;
|
|
1291
|
-
readonly inactiveText: string;
|
|
1292
|
-
readonly activeValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1293
|
-
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1294
|
-
}> | undefined>;
|
|
765
|
+
checked: import("vue").ComputedRef<boolean>;
|
|
766
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
767
|
+
$slots: {
|
|
768
|
+
"active-action"?(_: {}): any;
|
|
769
|
+
"inactive-action"?(_: {}): any;
|
|
770
|
+
};
|
|
771
|
+
}) | undefined>;
|
|
1295
772
|
}, {}, {}, {}, {
|
|
1296
773
|
name: string;
|
|
1297
774
|
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
loading: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
775
|
+
disabled: boolean;
|
|
776
|
+
loading: boolean;
|
|
1301
777
|
validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1302
778
|
width: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1303
|
-
inlinePrompt:
|
|
779
|
+
inlinePrompt: boolean;
|
|
1304
780
|
activeText: string;
|
|
1305
781
|
inactiveText: string;
|
|
1306
782
|
activeValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
@@ -1310,9 +786,10 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
1310
786
|
__isTeleport?: undefined;
|
|
1311
787
|
__isSuspense?: undefined;
|
|
1312
788
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
789
|
+
ariaLabel: StringConstructor;
|
|
1313
790
|
modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
1314
|
-
disabled:
|
|
1315
|
-
loading:
|
|
791
|
+
disabled: BooleanConstructor;
|
|
792
|
+
loading: BooleanConstructor;
|
|
1316
793
|
size: {
|
|
1317
794
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
1318
795
|
readonly required: false;
|
|
@@ -1320,7 +797,7 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
1320
797
|
__epPropKey: true;
|
|
1321
798
|
};
|
|
1322
799
|
width: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1323
|
-
inlinePrompt:
|
|
800
|
+
inlinePrompt: BooleanConstructor;
|
|
1324
801
|
inactiveActionIcon: {
|
|
1325
802
|
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>>;
|
|
1326
803
|
readonly required: false;
|
|
@@ -1361,82 +838,59 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
1361
838
|
tabindex: {
|
|
1362
839
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1363
840
|
readonly required: false;
|
|
1364
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1365
|
-
__epPropKey: true;
|
|
1366
|
-
};
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
readonly
|
|
1380
|
-
readonly
|
|
1381
|
-
readonly
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
readonly
|
|
1388
|
-
|
|
1389
|
-
readonly
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
readonly
|
|
1394
|
-
readonly
|
|
1395
|
-
readonly
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
readonly
|
|
1400
|
-
readonly
|
|
1401
|
-
readonly
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
readonly
|
|
1406
|
-
readonly
|
|
1407
|
-
readonly
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
readonly name: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1415
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1416
|
-
readonly beforeChange: {
|
|
1417
|
-
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
1418
|
-
readonly required: false;
|
|
1419
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1420
|
-
__epPropKey: true;
|
|
1421
|
-
};
|
|
1422
|
-
readonly id: StringConstructor;
|
|
1423
|
-
readonly tabindex: {
|
|
1424
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1425
|
-
readonly required: false;
|
|
1426
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1427
|
-
__epPropKey: true;
|
|
1428
|
-
};
|
|
1429
|
-
readonly label: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1430
|
-
}>> & {
|
|
1431
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
1432
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
1433
|
-
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
1434
|
-
}, {
|
|
1435
|
-
COMPONENT_NAME: string;
|
|
1436
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
841
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
842
|
+
__epPropKey: true;
|
|
843
|
+
};
|
|
844
|
+
}>> & {
|
|
845
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
846
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
847
|
+
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
848
|
+
}, {
|
|
849
|
+
focus: () => void;
|
|
850
|
+
elRef: import("vue").Ref<({
|
|
851
|
+
$: import("vue").ComponentInternalInstance;
|
|
852
|
+
$data: {};
|
|
853
|
+
$props: Partial<{
|
|
854
|
+
readonly width: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
855
|
+
readonly disabled: boolean;
|
|
856
|
+
readonly name: string;
|
|
857
|
+
readonly loading: boolean;
|
|
858
|
+
readonly modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
859
|
+
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
860
|
+
readonly activeText: string;
|
|
861
|
+
readonly inactiveText: string;
|
|
862
|
+
readonly activeValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
863
|
+
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
864
|
+
readonly inlinePrompt: boolean;
|
|
865
|
+
}> & Omit<{
|
|
866
|
+
readonly name: string;
|
|
867
|
+
readonly modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
868
|
+
readonly disabled: boolean;
|
|
869
|
+
readonly loading: boolean;
|
|
870
|
+
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
871
|
+
readonly width: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
872
|
+
readonly inlinePrompt: boolean;
|
|
873
|
+
readonly activeText: string;
|
|
874
|
+
readonly inactiveText: string;
|
|
875
|
+
readonly activeValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
876
|
+
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
877
|
+
readonly id?: string | undefined;
|
|
878
|
+
readonly size?: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large"> | undefined;
|
|
879
|
+
readonly ariaLabel?: string | undefined;
|
|
880
|
+
readonly tabindex?: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
881
|
+
readonly inactiveActionIcon?: 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;
|
|
882
|
+
readonly activeActionIcon?: 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;
|
|
883
|
+
readonly activeIcon?: 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;
|
|
884
|
+
readonly inactiveIcon?: 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;
|
|
885
|
+
readonly beforeChange?: (() => boolean | Promise<boolean>) | undefined;
|
|
886
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
887
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
888
|
+
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
889
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
890
|
+
readonly ariaLabel: StringConstructor;
|
|
1437
891
|
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
1438
|
-
readonly disabled:
|
|
1439
|
-
readonly loading:
|
|
892
|
+
readonly disabled: BooleanConstructor;
|
|
893
|
+
readonly loading: BooleanConstructor;
|
|
1440
894
|
readonly size: {
|
|
1441
895
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
1442
896
|
readonly required: false;
|
|
@@ -1444,7 +898,7 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
1444
898
|
__epPropKey: true;
|
|
1445
899
|
};
|
|
1446
900
|
readonly width: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1447
|
-
readonly inlinePrompt:
|
|
901
|
+
readonly inlinePrompt: BooleanConstructor;
|
|
1448
902
|
readonly inactiveActionIcon: {
|
|
1449
903
|
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>>;
|
|
1450
904
|
readonly required: false;
|
|
@@ -1488,199 +942,128 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
1488
942
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1489
943
|
__epPropKey: true;
|
|
1490
944
|
};
|
|
1491
|
-
readonly label: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1492
945
|
}>> & {
|
|
1493
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
1494
946
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
947
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
1495
948
|
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
1496
|
-
}
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
switchSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
1500
|
-
ns: {
|
|
1501
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1502
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
1503
|
-
e: (element?: string | undefined) => string;
|
|
1504
|
-
m: (modifier?: string | undefined) => string;
|
|
1505
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1506
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1507
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1508
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1509
|
-
is: {
|
|
1510
|
-
(name: string, state: boolean | undefined): string;
|
|
1511
|
-
(name: string): string;
|
|
1512
|
-
};
|
|
1513
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1514
|
-
cssVarName: (name: string) => string;
|
|
1515
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1516
|
-
cssVarBlockName: (name: string) => string;
|
|
949
|
+
}, "name" | "modelValue" | "disabled" | "loading" | "validateEvent" | "width" | "inlinePrompt" | "activeText" | "inactiveText" | "activeValue" | "inactiveValue">;
|
|
950
|
+
$attrs: {
|
|
951
|
+
[x: string]: unknown;
|
|
1517
952
|
};
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
953
|
+
$refs: {
|
|
954
|
+
[x: string]: unknown;
|
|
955
|
+
};
|
|
956
|
+
$slots: Readonly<{
|
|
957
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
958
|
+
}>;
|
|
959
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
960
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
961
|
+
$emit: ((event: "change", val: string | number | boolean) => void) & ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "input", val: string | number | boolean) => void);
|
|
962
|
+
$el: any;
|
|
963
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
964
|
+
readonly ariaLabel: StringConstructor;
|
|
965
|
+
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
966
|
+
readonly disabled: BooleanConstructor;
|
|
967
|
+
readonly loading: BooleanConstructor;
|
|
1533
968
|
readonly size: {
|
|
1534
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) =>
|
|
969
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
1535
970
|
readonly required: false;
|
|
1536
971
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1537
972
|
__epPropKey: true;
|
|
1538
973
|
};
|
|
1539
|
-
readonly
|
|
1540
|
-
|
|
974
|
+
readonly width: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
975
|
+
readonly inlinePrompt: BooleanConstructor;
|
|
976
|
+
readonly inactiveActionIcon: {
|
|
977
|
+
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>>;
|
|
1541
978
|
readonly required: false;
|
|
1542
979
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1543
980
|
__epPropKey: true;
|
|
1544
981
|
};
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
readonly
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1551
|
-
__epPropKey: true;
|
|
1552
|
-
};
|
|
1553
|
-
readonly color: {
|
|
1554
|
-
readonly type: import("vue").PropType<string>;
|
|
1555
|
-
readonly required: false;
|
|
1556
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1557
|
-
__epPropKey: true;
|
|
1558
|
-
};
|
|
1559
|
-
}>> & {
|
|
1560
|
-
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1561
|
-
}>>;
|
|
1562
|
-
ns: {
|
|
1563
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1564
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
1565
|
-
e: (element?: string | undefined) => string;
|
|
1566
|
-
m: (modifier?: string | undefined) => string;
|
|
1567
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1568
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1569
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1570
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1571
|
-
is: {
|
|
1572
|
-
(name: string, state: boolean | undefined): string;
|
|
1573
|
-
(name: string): string;
|
|
1574
|
-
};
|
|
1575
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1576
|
-
cssVarName: (name: string) => string;
|
|
1577
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1578
|
-
cssVarBlockName: (name: string) => string;
|
|
982
|
+
readonly activeActionIcon: {
|
|
983
|
+
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>>;
|
|
984
|
+
readonly required: false;
|
|
985
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
986
|
+
__epPropKey: true;
|
|
1579
987
|
};
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
readonly size: {
|
|
1583
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
988
|
+
readonly activeIcon: {
|
|
989
|
+
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>>;
|
|
1584
990
|
readonly required: false;
|
|
1585
991
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1586
992
|
__epPropKey: true;
|
|
1587
993
|
};
|
|
1588
|
-
readonly
|
|
1589
|
-
readonly type: import("vue").PropType<string
|
|
994
|
+
readonly inactiveIcon: {
|
|
995
|
+
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>>;
|
|
1590
996
|
readonly required: false;
|
|
1591
997
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1592
998
|
__epPropKey: true;
|
|
1593
999
|
};
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
readonly
|
|
1607
|
-
readonly
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
}
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
readonly
|
|
1626
|
-
readonly
|
|
1627
|
-
readonly
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
readonly
|
|
1632
|
-
readonly
|
|
1633
|
-
readonly
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1653
|
-
__epPropKey: true;
|
|
1000
|
+
readonly activeText: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1001
|
+
readonly inactiveText: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1002
|
+
readonly activeValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
1003
|
+
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
1004
|
+
readonly name: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1005
|
+
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1006
|
+
readonly beforeChange: {
|
|
1007
|
+
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
1008
|
+
readonly required: false;
|
|
1009
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1010
|
+
__epPropKey: true;
|
|
1011
|
+
};
|
|
1012
|
+
readonly id: StringConstructor;
|
|
1013
|
+
readonly tabindex: {
|
|
1014
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1015
|
+
readonly required: false;
|
|
1016
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1017
|
+
__epPropKey: true;
|
|
1018
|
+
};
|
|
1019
|
+
}>> & {
|
|
1020
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
1021
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
1022
|
+
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
1023
|
+
}, {
|
|
1024
|
+
focus: () => void;
|
|
1025
|
+
checked: import("vue").ComputedRef<boolean>;
|
|
1026
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1027
|
+
input: (val: string | number | boolean) => void;
|
|
1028
|
+
"update:modelValue": (val: string | number | boolean) => void;
|
|
1029
|
+
change: (val: string | number | boolean) => void;
|
|
1030
|
+
}, string, {
|
|
1031
|
+
readonly width: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1032
|
+
readonly disabled: boolean;
|
|
1033
|
+
readonly name: string;
|
|
1034
|
+
readonly loading: boolean;
|
|
1035
|
+
readonly modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1036
|
+
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1037
|
+
readonly activeText: string;
|
|
1038
|
+
readonly inactiveText: string;
|
|
1039
|
+
readonly activeValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1040
|
+
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1041
|
+
readonly inlinePrompt: boolean;
|
|
1042
|
+
}, {}, string, {}> & {
|
|
1043
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1044
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
1045
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
1046
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
1047
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
1048
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
1049
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
1050
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
1051
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
1052
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
1053
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
1054
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
1055
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
1056
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
1057
|
+
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;
|
|
1654
1058
|
};
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
}, {
|
|
1661
|
-
readonly width: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1662
|
-
readonly modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1663
|
-
readonly label: string;
|
|
1664
|
-
readonly disabled: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1665
|
-
readonly name: string;
|
|
1666
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1667
|
-
readonly loading: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1668
|
-
readonly inlinePrompt: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1669
|
-
readonly activeText: string;
|
|
1670
|
-
readonly inactiveText: string;
|
|
1671
|
-
readonly activeValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1672
|
-
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1673
|
-
}, true, {}, {}, {
|
|
1674
|
-
P: {};
|
|
1675
|
-
B: {};
|
|
1676
|
-
D: {};
|
|
1677
|
-
C: {};
|
|
1678
|
-
M: {};
|
|
1679
|
-
Defaults: {};
|
|
1680
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1059
|
+
$forceUpdate: () => void;
|
|
1060
|
+
$nextTick: typeof import("vue").nextTick;
|
|
1061
|
+
$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;
|
|
1062
|
+
} & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1063
|
+
readonly ariaLabel: StringConstructor;
|
|
1681
1064
|
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
1682
|
-
readonly disabled:
|
|
1683
|
-
readonly loading:
|
|
1065
|
+
readonly disabled: BooleanConstructor;
|
|
1066
|
+
readonly loading: BooleanConstructor;
|
|
1684
1067
|
readonly size: {
|
|
1685
1068
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
1686
1069
|
readonly required: false;
|
|
@@ -1688,7 +1071,7 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
1688
1071
|
__epPropKey: true;
|
|
1689
1072
|
};
|
|
1690
1073
|
readonly width: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1691
|
-
readonly inlinePrompt:
|
|
1074
|
+
readonly inlinePrompt: BooleanConstructor;
|
|
1692
1075
|
readonly inactiveActionIcon: {
|
|
1693
1076
|
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>>;
|
|
1694
1077
|
readonly required: false;
|
|
@@ -1732,187 +1115,19 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
1732
1115
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1733
1116
|
__epPropKey: true;
|
|
1734
1117
|
};
|
|
1735
|
-
readonly label: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1736
1118
|
}>> & {
|
|
1737
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
1738
1119
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
1120
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
1739
1121
|
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
1740
|
-
}, {
|
|
1741
|
-
COMPONENT_NAME: string;
|
|
1742
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1743
|
-
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
1744
|
-
readonly disabled: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1745
|
-
readonly loading: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1746
|
-
readonly size: {
|
|
1747
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
|
|
1748
|
-
readonly required: false;
|
|
1749
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1750
|
-
__epPropKey: true;
|
|
1751
|
-
};
|
|
1752
|
-
readonly width: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1753
|
-
readonly inlinePrompt: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1754
|
-
readonly inactiveActionIcon: {
|
|
1755
|
-
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>>;
|
|
1756
|
-
readonly required: false;
|
|
1757
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1758
|
-
__epPropKey: true;
|
|
1759
|
-
};
|
|
1760
|
-
readonly activeActionIcon: {
|
|
1761
|
-
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>>;
|
|
1762
|
-
readonly required: false;
|
|
1763
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1764
|
-
__epPropKey: true;
|
|
1765
|
-
};
|
|
1766
|
-
readonly activeIcon: {
|
|
1767
|
-
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>>;
|
|
1768
|
-
readonly required: false;
|
|
1769
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1770
|
-
__epPropKey: true;
|
|
1771
|
-
};
|
|
1772
|
-
readonly inactiveIcon: {
|
|
1773
|
-
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>>;
|
|
1774
|
-
readonly required: false;
|
|
1775
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1776
|
-
__epPropKey: true;
|
|
1777
|
-
};
|
|
1778
|
-
readonly activeText: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1779
|
-
readonly inactiveText: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1780
|
-
readonly activeValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
1781
|
-
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
1782
|
-
readonly name: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1783
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1784
|
-
readonly beforeChange: {
|
|
1785
|
-
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
1786
|
-
readonly required: false;
|
|
1787
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1788
|
-
__epPropKey: true;
|
|
1789
|
-
};
|
|
1790
|
-
readonly id: StringConstructor;
|
|
1791
|
-
readonly tabindex: {
|
|
1792
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1793
|
-
readonly required: false;
|
|
1794
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1795
|
-
__epPropKey: true;
|
|
1796
|
-
};
|
|
1797
|
-
readonly label: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1798
|
-
}>> & {
|
|
1799
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
1800
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
1801
|
-
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
1802
|
-
}>>;
|
|
1803
|
-
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void) & ((event: "input", val: string | number | boolean) => void);
|
|
1804
|
-
formItem: import("element-plus").FormItemContext | undefined;
|
|
1805
|
-
switchSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
1806
|
-
ns: {
|
|
1807
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1808
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
1809
|
-
e: (element?: string | undefined) => string;
|
|
1810
|
-
m: (modifier?: string | undefined) => string;
|
|
1811
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1812
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1813
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1814
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1815
|
-
is: {
|
|
1816
|
-
(name: string, state: boolean | undefined): string;
|
|
1817
|
-
(name: string): string;
|
|
1818
|
-
};
|
|
1819
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1820
|
-
cssVarName: (name: string) => string;
|
|
1821
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1822
|
-
cssVarBlockName: (name: string) => string;
|
|
1823
|
-
};
|
|
1824
|
-
inputId: import("vue").Ref<string | undefined>;
|
|
1825
|
-
switchDisabled: import("vue").ComputedRef<boolean>;
|
|
1826
|
-
isControlled: import("vue").Ref<boolean>;
|
|
1827
|
-
input: import("vue").Ref<HTMLInputElement | undefined>;
|
|
1828
|
-
core: import("vue").Ref<HTMLSpanElement | undefined>;
|
|
1829
|
-
switchKls: import("vue").ComputedRef<string[]>;
|
|
1830
|
-
labelLeftKls: import("vue").ComputedRef<string[]>;
|
|
1831
|
-
labelRightKls: import("vue").ComputedRef<string[]>;
|
|
1832
|
-
coreStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1833
|
-
actualValue: import("vue").ComputedRef<import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1834
|
-
checked: import("vue").ComputedRef<boolean>;
|
|
1835
|
-
handleChange: () => void;
|
|
1836
|
-
switchValue: () => void;
|
|
1122
|
+
}, "focus" | "checked"> & import("vue").ShallowUnwrapRef<{
|
|
1837
1123
|
focus: () => void;
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
readonly color: {
|
|
1846
|
-
readonly type: import("vue").PropType<string>;
|
|
1847
|
-
readonly required: false;
|
|
1848
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1849
|
-
__epPropKey: true;
|
|
1850
|
-
};
|
|
1851
|
-
}, {
|
|
1852
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1853
|
-
readonly size: {
|
|
1854
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
1855
|
-
readonly required: false;
|
|
1856
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1857
|
-
__epPropKey: true;
|
|
1858
|
-
};
|
|
1859
|
-
readonly color: {
|
|
1860
|
-
readonly type: import("vue").PropType<string>;
|
|
1861
|
-
readonly required: false;
|
|
1862
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1863
|
-
__epPropKey: true;
|
|
1864
|
-
};
|
|
1865
|
-
}>> & {
|
|
1866
|
-
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1867
|
-
}>>;
|
|
1868
|
-
ns: {
|
|
1869
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1870
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
1871
|
-
e: (element?: string | undefined) => string;
|
|
1872
|
-
m: (modifier?: string | undefined) => string;
|
|
1873
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1874
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1875
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1876
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1877
|
-
is: {
|
|
1878
|
-
(name: string, state: boolean | undefined): string;
|
|
1879
|
-
(name: string): string;
|
|
1880
|
-
};
|
|
1881
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1882
|
-
cssVarName: (name: string) => string;
|
|
1883
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1884
|
-
cssVarBlockName: (name: string) => string;
|
|
1885
|
-
};
|
|
1886
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1887
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1888
|
-
readonly size: {
|
|
1889
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
1890
|
-
readonly required: false;
|
|
1891
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1892
|
-
__epPropKey: true;
|
|
1893
|
-
};
|
|
1894
|
-
readonly color: {
|
|
1895
|
-
readonly type: import("vue").PropType<string>;
|
|
1896
|
-
readonly required: false;
|
|
1897
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1898
|
-
__epPropKey: true;
|
|
1899
|
-
};
|
|
1900
|
-
}>>, {}, {}>> & Record<string, any>;
|
|
1901
|
-
Loading: any;
|
|
1902
|
-
}, {}, {}, {}, {
|
|
1903
|
-
readonly width: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1904
|
-
readonly modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1905
|
-
readonly label: string;
|
|
1906
|
-
readonly disabled: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1907
|
-
readonly name: string;
|
|
1908
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1909
|
-
readonly loading: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1910
|
-
readonly inlinePrompt: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1911
|
-
readonly activeText: string;
|
|
1912
|
-
readonly inactiveText: string;
|
|
1913
|
-
readonly activeValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1914
|
-
readonly inactiveValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1915
|
-
}> | undefined>;
|
|
1124
|
+
checked: import("vue").ComputedRef<boolean>;
|
|
1125
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
1126
|
+
$slots: {
|
|
1127
|
+
"active-action"?(_: {}): any;
|
|
1128
|
+
"inactive-action"?(_: {}): any;
|
|
1129
|
+
};
|
|
1130
|
+
}) | undefined>;
|
|
1916
1131
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1917
1132
|
change: (val: string | number | boolean) => void;
|
|
1918
1133
|
"update:modelValue": (val: string | number | boolean) => void;
|
|
@@ -1920,12 +1135,11 @@ export declare const GmSwitch: import("../../../../utils").SFCWithInstall<{
|
|
|
1920
1135
|
}, string, {
|
|
1921
1136
|
name: string;
|
|
1922
1137
|
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
loading: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1138
|
+
disabled: boolean;
|
|
1139
|
+
loading: boolean;
|
|
1926
1140
|
validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1927
1141
|
width: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1928
|
-
inlinePrompt:
|
|
1142
|
+
inlinePrompt: boolean;
|
|
1929
1143
|
activeText: string;
|
|
1930
1144
|
inactiveText: string;
|
|
1931
1145
|
activeValue: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|