giime 0.3.8 → 0.3.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +70 -66
- package/es/components/src/base/affix/Affix.vue.d.ts +85 -158
- package/es/components/src/base/affix/index.d.ts +253 -472
- package/es/components/src/base/alert/Alert.vue.d.ts +89 -260
- package/es/components/src/base/alert/alert.d.ts +2 -2
- package/es/components/src/base/alert/index.d.ts +261 -774
- package/es/components/src/base/anchor/Anchor.vue.d.ts +91 -191
- package/es/components/src/base/anchor/anchor.d.ts +1 -1
- package/es/components/src/base/anchor/index.d.ts +269 -569
- package/es/components/src/base/anchorLink/AnchorLink.vue.d.ts +2 -2
- package/es/components/src/base/anchorLink/index.d.ts +2 -2
- package/es/components/src/base/aside/Aside.vue.d.ts +53 -73
- package/es/components/src/base/aside/index.d.ts +157 -217
- package/es/components/src/base/autocomplete/Autocomplete.vue.d.ts +12 -20
- package/es/components/src/base/autocomplete/autocomplete.d.ts +2 -7
- package/es/components/src/base/autocomplete/index.d.ts +16 -34
- package/es/components/src/base/avatar/Avatar.vue.d.ts +74 -239
- package/es/components/src/base/avatar/index.d.ts +220 -715
- package/es/components/src/base/backtop/Backtop.vue.d.ts +74 -256
- package/es/components/src/base/backtop/index.d.ts +222 -768
- package/es/components/src/base/badge/Badge.vue.d.ts +149 -87
- package/es/components/src/base/badge/badge.d.ts +14 -0
- package/es/components/src/base/badge/index.d.ts +417 -259
- package/es/components/src/base/breadcrumb/Breadcrumb.vue.d.ts +57 -84
- package/es/components/src/base/breadcrumb/index.d.ts +169 -250
- package/es/components/src/base/breadcrumbItem/BreadcrumbItem.vue.d.ts +60 -209
- package/es/components/src/base/breadcrumbItem/breadcrumbItem.d.ts +1 -1
- package/es/components/src/base/breadcrumbItem/index.d.ts +178 -625
- package/es/components/src/base/button/Button.vue.d.ts +137 -335
- package/es/components/src/base/button/button.d.ts +2 -2
- package/es/components/src/base/button/index.d.ts +407 -1001
- package/es/components/src/base/buttonGroup/ButtonGroup.vue.d.ts +57 -80
- package/es/components/src/base/buttonGroup/index.d.ts +169 -238
- package/es/components/src/base/calendar/Calendar.vue.d.ts +85 -999
- package/es/components/src/base/calendar/index.d.ts +315 -3075
- package/es/components/src/base/card/Card.vue.d.ts +75 -69
- package/es/components/src/base/card/index.d.ts +217 -203
- package/es/components/src/base/carousel/Carousel.vue.d.ts +123 -333
- package/es/components/src/base/carousel/carousel.d.ts +3 -2
- package/es/components/src/base/carousel/index.d.ts +364 -994
- package/es/components/src/base/carouselItem/CarouselItem.vue.d.ts +1 -1
- package/es/components/src/base/carouselItem/index.d.ts +1 -1
- package/es/components/src/base/cascader/Cascader.vue.d.ts +35 -10
- package/es/components/src/base/cascader/cascader.d.ts +13 -2
- package/es/components/src/base/cascader/index.d.ts +83 -28
- package/es/components/src/base/cascaderPanel/CascaderPanel.vue.d.ts +5 -5
- package/es/components/src/base/cascaderPanel/index.d.ts +15 -15
- package/es/components/src/base/checkTag/CheckTag.vue.d.ts +68 -87
- package/es/components/src/base/checkTag/checkTag.d.ts +1 -1
- package/es/components/src/base/checkTag/index.d.ts +200 -257
- package/es/components/src/base/checkbox/Checkbox.vue.d.ts +156 -310
- package/es/components/src/base/checkbox/checkbox.d.ts +1 -4
- package/es/components/src/base/checkbox/index.d.ts +478 -934
- package/es/components/src/base/checkboxButton/CheckboxButton.vue.d.ts +156 -310
- package/es/components/src/base/checkboxButton/checkboxButton.d.ts +1 -4
- package/es/components/src/base/checkboxButton/index.d.ts +478 -934
- package/es/components/src/base/checkboxGroup/CheckboxGroup.vue.d.ts +92 -135
- package/es/components/src/base/checkboxGroup/checkboxGroup.d.ts +1 -1
- package/es/components/src/base/checkboxGroup/index.d.ts +272 -401
- package/es/components/src/base/col/Col.vue.d.ts +87 -114
- package/es/components/src/base/col/index.d.ts +259 -340
- package/es/components/src/base/collapse/Collapse.vue.d.ts +69 -48
- package/es/components/src/base/collapse/index.d.ts +205 -142
- package/es/components/src/base/collapseItem/CollapseItem.vue.d.ts +66 -259
- package/es/components/src/base/collapseItem/index.d.ts +194 -773
- package/es/components/src/base/collapseTransition/CollapseTransition.vue.d.ts +1 -1
- package/es/components/src/base/collapseTransition/index.d.ts +1 -1
- package/es/components/src/base/colorPicker/ColorPicker.vue.d.ts +9 -7
- package/es/components/src/base/colorPicker/colorPicker.d.ts +4 -3
- package/es/components/src/base/colorPicker/index.d.ts +9 -7
- package/es/components/src/base/configProvider/ConfigProvider.vue.d.ts +15 -2
- package/es/components/src/base/configProvider/configProvider.d.ts +2 -0
- package/es/components/src/base/configProvider/index.d.ts +41 -6
- package/es/components/src/base/container/Container.vue.d.ts +45 -69
- package/es/components/src/base/container/index.d.ts +135 -207
- package/es/components/src/base/countdown/Countdown.vue.d.ts +66 -217
- package/es/components/src/base/countdown/index.d.ts +198 -651
- package/es/components/src/base/datePicker/DatePicker.vue.d.ts +15 -11
- package/es/components/src/base/datePicker/datePicker.d.ts +5 -3
- package/es/components/src/base/datePicker/index.d.ts +35 -27
- package/es/components/src/base/descriptions/Descriptions.vue.d.ts +6 -6
- package/es/components/src/base/descriptions/descriptions.d.ts +2 -2
- package/es/components/src/base/descriptions/index.d.ts +14 -14
- package/es/components/src/base/dialog/Dialog.vue.d.ts +11 -7
- package/es/components/src/base/dialog/dialog.d.ts +2 -2
- package/es/components/src/base/dialog/index.d.ts +19 -15
- package/es/components/src/base/divider/Divider.vue.d.ts +3 -3
- package/es/components/src/base/divider/divider.d.ts +1 -1
- package/es/components/src/base/divider/index.d.ts +7 -7
- package/es/components/src/base/drawer/Drawer.vue.d.ts +11 -7
- package/es/components/src/base/drawer/drawer.d.ts +2 -2
- package/es/components/src/base/drawer/index.d.ts +19 -15
- package/es/components/src/base/dropdown/Dropdown.vue.d.ts +4 -4
- package/es/components/src/base/dropdown/dropdown.d.ts +1 -1
- package/es/components/src/base/dropdown/index.d.ts +10 -10
- package/es/components/src/base/footer/Footer.vue.d.ts +53 -73
- package/es/components/src/base/footer/index.d.ts +157 -217
- package/es/components/src/base/form/Form.vue.d.ts +2 -2
- package/es/components/src/base/form/index.d.ts +4 -4
- package/es/components/src/base/formItem/FormItem.vue.d.ts +12 -5
- package/es/components/src/base/formItem/formItem.d.ts +1 -0
- package/es/components/src/base/formItem/index.d.ts +20 -9
- package/es/components/src/base/header/Header.vue.d.ts +53 -73
- package/es/components/src/base/header/index.d.ts +157 -217
- package/es/components/src/base/input/Input.vue.d.ts +23 -21
- package/es/components/src/base/input/index.d.ts +53 -49
- package/es/components/src/base/input/input.d.ts +8 -7
- package/es/components/src/base/inputNumber/InputNumber.vue.d.ts +5 -5
- package/es/components/src/base/inputNumber/index.d.ts +13 -13
- package/es/components/src/base/inputNumber/inputNumber.d.ts +1 -1
- package/es/components/src/base/link/Link.vue.d.ts +3 -3
- package/es/components/src/base/link/index.d.ts +7 -7
- package/es/components/src/base/link/link.d.ts +1 -1
- package/es/components/src/base/main/Main.vue.d.ts +41 -45
- package/es/components/src/base/main/index.d.ts +121 -133
- package/es/components/src/base/menu/Menu.vue.d.ts +6 -6
- package/es/components/src/base/menu/index.d.ts +14 -14
- package/es/components/src/base/menu/menu.d.ts +2 -2
- package/es/components/src/base/pagination/Pagination.vue.d.ts +12 -0
- package/es/components/src/base/pagination/index.d.ts +24 -0
- package/es/components/src/base/pagination/pagination.d.ts +6 -0
- package/es/components/src/base/popconfirm/Popconfirm.vue.d.ts +1 -1
- package/es/components/src/base/popconfirm/index.d.ts +3 -3
- package/es/components/src/base/popover/Popover.vue.d.ts +3 -3
- package/es/components/src/base/popover/index.d.ts +9 -9
- package/es/components/src/base/popper/Popper.vue.d.ts +3 -3
- package/es/components/src/base/popper/index.d.ts +7 -7
- package/es/components/src/base/popper/popper.d.ts +1 -1
- package/es/components/src/base/progress/Progress.vue.d.ts +125 -320
- package/es/components/src/base/progress/index.d.ts +365 -954
- package/es/components/src/base/progress/progress.d.ts +2 -2
- package/es/components/src/base/radio/Radio.vue.d.ts +1 -1
- package/es/components/src/base/radio/index.d.ts +3 -3
- package/es/components/src/base/radioButton/RadioButton.vue.d.ts +2 -2
- package/es/components/src/base/radioButton/index.d.ts +4 -4
- package/es/components/src/base/radioGroup/RadioGroup.vue.d.ts +2 -3
- package/es/components/src/base/radioGroup/index.d.ts +4 -7
- package/es/components/src/base/radioGroup/radioGroup.d.ts +1 -1
- package/es/components/src/base/rate/Rate.vue.d.ts +5 -6
- package/es/components/src/base/rate/index.d.ts +5 -6
- package/es/components/src/base/rate/rate.d.ts +2 -2
- package/es/components/src/base/row/Row.vue.d.ts +64 -95
- package/es/components/src/base/row/index.d.ts +192 -285
- package/es/components/src/base/scrollbar/Scrollbar.vue.d.ts +19 -16
- package/es/components/src/base/scrollbar/index.d.ts +43 -34
- package/es/components/src/base/scrollbar/scrollbar.d.ts +7 -7
- package/es/components/src/base/select/Select.vue.d.ts +24 -5
- package/es/components/src/base/select/index.d.ts +52 -13
- package/es/components/src/base/select/select.d.ts +10 -1
- package/es/components/src/base/selectV2/SelectV2.vue.d.ts +24 -5
- package/es/components/src/base/selectV2/index.d.ts +52 -13
- package/es/components/src/base/selectV2/selectV2.d.ts +10 -1
- package/es/components/src/base/skeleton/Skeleton.vue.d.ts +79 -150
- package/es/components/src/base/skeleton/index.d.ts +231 -448
- package/es/components/src/base/skeletonItem/SkeletonItem.vue.d.ts +10 -50
- package/es/components/src/base/skeletonItem/index.d.ts +28 -148
- package/es/components/src/base/skeletonItem/skeletonItem.d.ts +1 -1
- package/es/components/src/base/slider/Slider.vue.d.ts +2 -3
- package/es/components/src/base/slider/index.d.ts +4 -7
- package/es/components/src/base/slider/slider.d.ts +1 -1
- package/es/components/src/base/space/Space.vue.d.ts +4 -4
- package/es/components/src/base/space/index.d.ts +10 -10
- package/es/components/src/base/space/space.d.ts +1 -1
- package/es/components/src/base/statistic/Statistic.vue.d.ts +81 -107
- package/es/components/src/base/statistic/index.d.ts +81 -107
- package/es/components/src/base/step/Step.vue.d.ts +64 -265
- package/es/components/src/base/step/index.d.ts +186 -789
- package/es/components/src/base/steps/Steps.vue.d.ts +89 -134
- package/es/components/src/base/steps/index.d.ts +263 -398
- package/es/components/src/base/steps/steps.d.ts +1 -1
- package/es/components/src/base/switch/Switch.vue.d.ts +163 -425
- package/es/components/src/base/switch/index.d.ts +509 -1295
- package/es/components/src/base/switch/switch.d.ts +4 -4
- package/es/components/src/base/tabPane/TabPane.vue.d.ts +69 -154
- package/es/components/src/base/tabPane/TabPane.vue2.mjs +7 -0
- package/es/components/src/base/tabPane/TabPane.vue2.mjs.map +1 -1
- package/es/components/src/base/tabPane/index.d.ts +203 -460
- package/es/components/src/base/table/Table.vue.d.ts +32 -49
- package/es/components/src/base/table/index.d.ts +90 -137
- package/es/components/src/base/table/table.d.ts +3 -5
- package/es/components/src/base/tabs/Tabs.vue.d.ts +3 -3
- package/es/components/src/base/tabs/index.d.ts +9 -9
- package/es/components/src/base/tabs/tabs.d.ts +1 -1
- package/es/components/src/base/tag/Tag.vue.d.ts +89 -256
- package/es/components/src/base/tag/index.d.ts +263 -764
- package/es/components/src/base/tag/tag.d.ts +1 -1
- package/es/components/src/base/text/Text.vue.d.ts +4 -13
- package/es/components/src/base/text/index.d.ts +8 -25
- package/es/components/src/base/text/text.d.ts +1 -6
- package/es/components/src/base/timePicker/TimePicker.vue.d.ts +40 -30
- package/es/components/src/base/timePicker/index.d.ts +112 -86
- package/es/components/src/base/timePicker/timePicker.d.ts +4 -2
- package/es/components/src/base/timeSelect/TimeSelect.vue.d.ts +5 -0
- package/es/components/src/base/timeSelect/index.d.ts +11 -0
- package/es/components/src/base/timeSelect/timeSelect.d.ts +2 -0
- package/es/components/src/base/timelineItem/TimelineItem.vue.d.ts +98 -255
- package/es/components/src/base/timelineItem/index.d.ts +284 -755
- package/es/components/src/base/timelineItem/timelineItem.d.ts +3 -3
- package/es/components/src/base/tooltip/Tooltip.vue.d.ts +32 -40
- package/es/components/src/base/tooltip/index.d.ts +86 -110
- package/es/components/src/base/tooltip/tooltip.d.ts +4 -4
- package/es/components/src/base/tooltipV2/TooltipV2.vue.d.ts +7 -7
- package/es/components/src/base/tooltipV2/index.d.ts +15 -15
- package/es/components/src/base/tooltipV2/tooltipV2.d.ts +2 -2
- package/es/components/src/base/tour/Tour.vue.d.ts +136 -657
- package/es/components/src/base/tour/index.d.ts +434 -1997
- package/es/components/src/base/tree/Tree.vue.d.ts +26 -10
- package/es/components/src/base/tree/Tree.vue2.mjs.map +1 -1
- package/es/components/src/base/tree/index.d.ts +79 -31
- package/es/components/src/base/treeSelect/TreeSelect.vue.d.ts +26 -7
- package/es/components/src/base/treeSelect/treeSelect.d.ts +10 -1
- package/es/components/src/base/treeV2/TreeV2.vue.d.ts +24 -1972
- package/es/components/src/base/treeV2/index.d.ts +73 -5917
- package/es/components/src/base/upload/Upload.vue.d.ts +11 -8
- package/es/components/src/base/upload/index.d.ts +19 -16
- package/es/components/src/base/upload/upload.d.ts +2 -2
- package/es/components/src/base/watermark/Watermark.vue.d.ts +82 -134
- package/es/components/src/base/watermark/index.d.ts +244 -400
- package/es/components/src/business/aliCategoryCascader/aliCategoryCascader.d.ts +10 -0
- package/es/components/src/business/companyCategoryCascader/companyCategoryCascader.d.ts +10 -0
- package/es/components/src/composite/dialogForm/DialogForm.vue.d.ts +23 -19
- package/es/components/src/composite/dialogForm/dialogForm.d.ts +2 -2
- package/es/components/src/composite/dialogForm/index.d.ts +65 -53
- package/es/components/src/composite/drawerForm/DrawerForm.vue.d.ts +23 -19
- package/es/components/src/composite/drawerForm/drawerForm.d.ts +2 -2
- package/es/components/src/composite/drawerForm/index.d.ts +65 -53
- package/es/components/src/composite/memoryForm/MemoryForm.vue.d.ts +2 -2
- package/es/components/src/composite/memoryForm/index.d.ts +4 -4
- package/es/components/src/composite/numberInterval/NumberInterval.vue.d.ts +1 -1
- package/es/components/src/composite/numberInterval/index.d.ts +1 -1
- package/es/components/src/composite/operateButton/OperateButton.vue.d.ts +1 -1
- package/es/components/src/composite/operateButton/index.d.ts +1 -1
- package/es/components/src/composite/searchForm/SearchForm.vue.d.ts +9 -0
- package/es/components/src/composite/searchForm/SearchForm.vue.mjs +1 -1
- package/es/components/src/composite/searchForm/SearchForm.vue2.mjs +5 -3
- package/es/components/src/composite/searchForm/SearchForm.vue2.mjs.map +1 -1
- package/es/components/src/composite/searchForm/index.d.ts +19 -0
- package/es/components/src/composite/searchForm/searchForm.d.ts +8 -0
- package/es/components/src/composite/searchForm/searchForm.mjs +8 -0
- package/es/components/src/composite/searchForm/searchForm.mjs.map +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/cascader/SearchFormCascader.vue.d.ts +8 -8
- package/es/components/src/composite/searchForm/searchFormItems/cascader/index.d.ts +8 -8
- package/es/components/src/composite/searchForm/searchFormItems/datePicker/SearchFormDatePicker.vue.d.ts +19 -7
- package/es/components/src/composite/searchForm/searchFormItems/datePicker/SearchFormDatePicker.vue2.mjs +2 -2
- package/es/components/src/composite/searchForm/searchFormItems/datePicker/SearchFormDatePicker.vue2.mjs.map +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/datePicker/index.d.ts +19 -7
- package/es/components/src/composite/searchForm/searchFormItems/datePicker/searchFormDatePicker.d.ts +7 -1
- package/es/components/src/composite/searchForm/searchFormItems/datePicker/searchFormDatePicker.mjs +6 -0
- package/es/components/src/composite/searchForm/searchFormItems/datePicker/searchFormDatePicker.mjs.map +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/input/SearchFormInput.vue.d.ts +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/input/index.d.ts +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/numberInterval/SearchFormNumberInterval.vue.d.ts +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/numberInterval/index.d.ts +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue.d.ts +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/select/index.d.ts +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/selectV2/SearchFormSelectV2.vue.d.ts +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/selectV2/index.d.ts +1 -1
- package/es/components/src/composite/selectOptions/SelectOptions.vue.d.ts +24 -5
- package/es/components/src/composite/selectOptions/index.d.ts +24 -5
- package/es/components/src/composite/selectOptions/selectOptions.d.ts +10 -1
- package/es/components/src/composite/tablePro/TablePro.vue.d.ts +13 -16
- package/es/components/src/composite/tablePro/TablePro.vue.mjs +1 -1
- package/es/components/src/composite/tablePro/TablePro.vue2.mjs +21 -8
- package/es/components/src/composite/tablePro/TablePro.vue2.mjs.map +1 -1
- package/es/components/src/composite/tablePro/index.d.ts +25 -38
- package/es/components/src/composite/tablePro/tablePagination/TablePagination.vue.d.ts +9 -0
- package/es/components/src/composite/tablePro/tablePagination/TablePagination.vue.mjs +1 -1
- package/es/components/src/composite/tablePro/tablePagination/TablePagination.vue2.mjs +7 -3
- package/es/components/src/composite/tablePro/tablePagination/TablePagination.vue2.mjs.map +1 -1
- package/es/components/src/composite/tablePro/tablePagination/index.d.ts +9 -0
- package/es/components/src/composite/tablePro/tablePagination/tablePagination.d.ts +4 -0
- package/es/components/src/composite/tablePro/tablePagination/tablePagination.mjs +4 -0
- package/es/components/src/composite/tablePro/tablePagination/tablePagination.mjs.map +1 -1
- package/es/components/src/composite/tablePro/tablePro.d.ts +3 -5
- package/es/components/src/test/Test.vue.d.ts +9 -9
- package/es/components/src/test/index.d.ts +9 -9
- package/es/components/src/test/test.d.ts +2 -2
- package/es/giime/version.d.ts +1 -1
- package/es/giime/version.mjs +1 -1
- package/es/giime/version.mjs.map +1 -1
- package/es/hooks/store/useLangList/index.d.ts +1 -1
- package/es/index.css +70 -66
- package/es/utils/src/general.d.ts +10 -0
- package/es/utils/src/general.mjs +19 -1
- package/es/utils/src/general.mjs.map +1 -1
- package/es/utils/src/http/errorMessage.mjs +4 -0
- package/es/utils/src/http/errorMessage.mjs.map +1 -1
- package/lib/components/src/base/affix/Affix.vue.d.ts +85 -158
- package/lib/components/src/base/affix/index.d.ts +253 -472
- package/lib/components/src/base/alert/Alert.vue.d.ts +89 -260
- package/lib/components/src/base/alert/alert.d.ts +2 -2
- package/lib/components/src/base/alert/index.d.ts +261 -774
- package/lib/components/src/base/anchor/Anchor.vue.d.ts +91 -191
- package/lib/components/src/base/anchor/anchor.d.ts +1 -1
- package/lib/components/src/base/anchor/index.d.ts +269 -569
- package/lib/components/src/base/anchorLink/AnchorLink.vue.d.ts +2 -2
- package/lib/components/src/base/anchorLink/index.d.ts +2 -2
- package/lib/components/src/base/aside/Aside.vue.d.ts +53 -73
- package/lib/components/src/base/aside/index.d.ts +157 -217
- package/lib/components/src/base/autocomplete/Autocomplete.vue.d.ts +12 -20
- package/lib/components/src/base/autocomplete/autocomplete.d.ts +2 -7
- package/lib/components/src/base/autocomplete/index.d.ts +16 -34
- package/lib/components/src/base/avatar/Avatar.vue.d.ts +74 -239
- package/lib/components/src/base/avatar/index.d.ts +220 -715
- package/lib/components/src/base/backtop/Backtop.vue.d.ts +74 -256
- package/lib/components/src/base/backtop/index.d.ts +222 -768
- package/lib/components/src/base/badge/Badge.vue.d.ts +149 -87
- package/lib/components/src/base/badge/badge.d.ts +14 -0
- package/lib/components/src/base/badge/index.d.ts +417 -259
- package/lib/components/src/base/breadcrumb/Breadcrumb.vue.d.ts +57 -84
- package/lib/components/src/base/breadcrumb/index.d.ts +169 -250
- package/lib/components/src/base/breadcrumbItem/BreadcrumbItem.vue.d.ts +60 -209
- package/lib/components/src/base/breadcrumbItem/breadcrumbItem.d.ts +1 -1
- package/lib/components/src/base/breadcrumbItem/index.d.ts +178 -625
- package/lib/components/src/base/button/Button.vue.d.ts +137 -335
- package/lib/components/src/base/button/button.d.ts +2 -2
- package/lib/components/src/base/button/index.d.ts +407 -1001
- package/lib/components/src/base/buttonGroup/ButtonGroup.vue.d.ts +57 -80
- package/lib/components/src/base/buttonGroup/index.d.ts +169 -238
- package/lib/components/src/base/calendar/Calendar.vue.d.ts +85 -999
- package/lib/components/src/base/calendar/index.d.ts +315 -3075
- package/lib/components/src/base/card/Card.vue.d.ts +75 -69
- package/lib/components/src/base/card/index.d.ts +217 -203
- package/lib/components/src/base/carousel/Carousel.vue.d.ts +123 -333
- package/lib/components/src/base/carousel/carousel.d.ts +3 -2
- package/lib/components/src/base/carousel/index.d.ts +364 -994
- package/lib/components/src/base/carouselItem/CarouselItem.vue.d.ts +1 -1
- package/lib/components/src/base/carouselItem/index.d.ts +1 -1
- package/lib/components/src/base/cascader/Cascader.vue.d.ts +35 -10
- package/lib/components/src/base/cascader/cascader.d.ts +13 -2
- package/lib/components/src/base/cascader/index.d.ts +83 -28
- package/lib/components/src/base/cascaderPanel/CascaderPanel.vue.d.ts +5 -5
- package/lib/components/src/base/cascaderPanel/index.d.ts +15 -15
- package/lib/components/src/base/checkTag/CheckTag.vue.d.ts +68 -87
- package/lib/components/src/base/checkTag/checkTag.d.ts +1 -1
- package/lib/components/src/base/checkTag/index.d.ts +200 -257
- package/lib/components/src/base/checkbox/Checkbox.vue.d.ts +156 -310
- package/lib/components/src/base/checkbox/checkbox.d.ts +1 -4
- package/lib/components/src/base/checkbox/index.d.ts +478 -934
- package/lib/components/src/base/checkboxButton/CheckboxButton.vue.d.ts +156 -310
- package/lib/components/src/base/checkboxButton/checkboxButton.d.ts +1 -4
- package/lib/components/src/base/checkboxButton/index.d.ts +478 -934
- package/lib/components/src/base/checkboxGroup/CheckboxGroup.vue.d.ts +92 -135
- package/lib/components/src/base/checkboxGroup/checkboxGroup.d.ts +1 -1
- package/lib/components/src/base/checkboxGroup/index.d.ts +272 -401
- package/lib/components/src/base/col/Col.vue.d.ts +87 -114
- package/lib/components/src/base/col/index.d.ts +259 -340
- package/lib/components/src/base/collapse/Collapse.vue.d.ts +69 -48
- package/lib/components/src/base/collapse/index.d.ts +205 -142
- package/lib/components/src/base/collapseItem/CollapseItem.vue.d.ts +66 -259
- package/lib/components/src/base/collapseItem/index.d.ts +194 -773
- package/lib/components/src/base/collapseTransition/CollapseTransition.vue.d.ts +1 -1
- package/lib/components/src/base/collapseTransition/index.d.ts +1 -1
- package/lib/components/src/base/colorPicker/ColorPicker.vue.d.ts +9 -7
- package/lib/components/src/base/colorPicker/colorPicker.d.ts +4 -3
- package/lib/components/src/base/colorPicker/index.d.ts +9 -7
- package/lib/components/src/base/configProvider/ConfigProvider.vue.d.ts +15 -2
- package/lib/components/src/base/configProvider/configProvider.d.ts +2 -0
- package/lib/components/src/base/configProvider/index.d.ts +41 -6
- package/lib/components/src/base/container/Container.vue.d.ts +45 -69
- package/lib/components/src/base/container/index.d.ts +135 -207
- package/lib/components/src/base/countdown/Countdown.vue.d.ts +66 -217
- package/lib/components/src/base/countdown/index.d.ts +198 -651
- package/lib/components/src/base/datePicker/DatePicker.vue.d.ts +15 -11
- package/lib/components/src/base/datePicker/datePicker.d.ts +5 -3
- package/lib/components/src/base/datePicker/index.d.ts +35 -27
- package/lib/components/src/base/descriptions/Descriptions.vue.d.ts +6 -6
- package/lib/components/src/base/descriptions/descriptions.d.ts +2 -2
- package/lib/components/src/base/descriptions/index.d.ts +14 -14
- package/lib/components/src/base/dialog/Dialog.vue.d.ts +11 -7
- package/lib/components/src/base/dialog/dialog.d.ts +2 -2
- package/lib/components/src/base/dialog/index.d.ts +19 -15
- package/lib/components/src/base/divider/Divider.vue.d.ts +3 -3
- package/lib/components/src/base/divider/divider.d.ts +1 -1
- package/lib/components/src/base/divider/index.d.ts +7 -7
- package/lib/components/src/base/drawer/Drawer.vue.d.ts +11 -7
- package/lib/components/src/base/drawer/drawer.d.ts +2 -2
- package/lib/components/src/base/drawer/index.d.ts +19 -15
- package/lib/components/src/base/dropdown/Dropdown.vue.d.ts +4 -4
- package/lib/components/src/base/dropdown/dropdown.d.ts +1 -1
- package/lib/components/src/base/dropdown/index.d.ts +10 -10
- package/lib/components/src/base/footer/Footer.vue.d.ts +53 -73
- package/lib/components/src/base/footer/index.d.ts +157 -217
- package/lib/components/src/base/form/Form.vue.d.ts +2 -2
- package/lib/components/src/base/form/index.d.ts +4 -4
- package/lib/components/src/base/formItem/FormItem.vue.d.ts +12 -5
- package/lib/components/src/base/formItem/formItem.d.ts +1 -0
- package/lib/components/src/base/formItem/index.d.ts +20 -9
- package/lib/components/src/base/header/Header.vue.d.ts +53 -73
- package/lib/components/src/base/header/index.d.ts +157 -217
- package/lib/components/src/base/input/Input.vue.d.ts +23 -21
- package/lib/components/src/base/input/index.d.ts +53 -49
- package/lib/components/src/base/input/input.d.ts +8 -7
- package/lib/components/src/base/inputNumber/InputNumber.vue.d.ts +5 -5
- package/lib/components/src/base/inputNumber/index.d.ts +13 -13
- package/lib/components/src/base/inputNumber/inputNumber.d.ts +1 -1
- package/lib/components/src/base/link/Link.vue.d.ts +3 -3
- package/lib/components/src/base/link/index.d.ts +7 -7
- package/lib/components/src/base/link/link.d.ts +1 -1
- package/lib/components/src/base/main/Main.vue.d.ts +41 -45
- package/lib/components/src/base/main/index.d.ts +121 -133
- package/lib/components/src/base/menu/Menu.vue.d.ts +6 -6
- package/lib/components/src/base/menu/index.d.ts +14 -14
- package/lib/components/src/base/menu/menu.d.ts +2 -2
- package/lib/components/src/base/pagination/Pagination.vue.d.ts +12 -0
- package/lib/components/src/base/pagination/index.d.ts +24 -0
- package/lib/components/src/base/pagination/pagination.d.ts +6 -0
- package/lib/components/src/base/popconfirm/Popconfirm.vue.d.ts +1 -1
- package/lib/components/src/base/popconfirm/index.d.ts +3 -3
- package/lib/components/src/base/popover/Popover.vue.d.ts +3 -3
- package/lib/components/src/base/popover/index.d.ts +9 -9
- package/lib/components/src/base/popper/Popper.vue.d.ts +3 -3
- package/lib/components/src/base/popper/index.d.ts +7 -7
- package/lib/components/src/base/popper/popper.d.ts +1 -1
- package/lib/components/src/base/progress/Progress.vue.d.ts +125 -320
- package/lib/components/src/base/progress/index.d.ts +365 -954
- package/lib/components/src/base/progress/progress.d.ts +2 -2
- package/lib/components/src/base/radio/Radio.vue.d.ts +1 -1
- package/lib/components/src/base/radio/index.d.ts +3 -3
- package/lib/components/src/base/radioButton/RadioButton.vue.d.ts +2 -2
- package/lib/components/src/base/radioButton/index.d.ts +4 -4
- package/lib/components/src/base/radioGroup/RadioGroup.vue.d.ts +2 -3
- package/lib/components/src/base/radioGroup/index.d.ts +4 -7
- package/lib/components/src/base/radioGroup/radioGroup.d.ts +1 -1
- package/lib/components/src/base/rate/Rate.vue.d.ts +5 -6
- package/lib/components/src/base/rate/index.d.ts +5 -6
- package/lib/components/src/base/rate/rate.d.ts +2 -2
- package/lib/components/src/base/row/Row.vue.d.ts +64 -95
- package/lib/components/src/base/row/index.d.ts +192 -285
- package/lib/components/src/base/scrollbar/Scrollbar.vue.d.ts +19 -16
- package/lib/components/src/base/scrollbar/index.d.ts +43 -34
- package/lib/components/src/base/scrollbar/scrollbar.d.ts +7 -7
- package/lib/components/src/base/select/Select.vue.d.ts +24 -5
- package/lib/components/src/base/select/index.d.ts +52 -13
- package/lib/components/src/base/select/select.d.ts +10 -1
- package/lib/components/src/base/selectV2/SelectV2.vue.d.ts +24 -5
- package/lib/components/src/base/selectV2/index.d.ts +52 -13
- package/lib/components/src/base/selectV2/selectV2.d.ts +10 -1
- package/lib/components/src/base/skeleton/Skeleton.vue.d.ts +79 -150
- package/lib/components/src/base/skeleton/index.d.ts +231 -448
- package/lib/components/src/base/skeletonItem/SkeletonItem.vue.d.ts +10 -50
- package/lib/components/src/base/skeletonItem/index.d.ts +28 -148
- package/lib/components/src/base/skeletonItem/skeletonItem.d.ts +1 -1
- package/lib/components/src/base/slider/Slider.vue.d.ts +2 -3
- package/lib/components/src/base/slider/index.d.ts +4 -7
- package/lib/components/src/base/slider/slider.d.ts +1 -1
- package/lib/components/src/base/space/Space.vue.d.ts +4 -4
- package/lib/components/src/base/space/index.d.ts +10 -10
- package/lib/components/src/base/space/space.d.ts +1 -1
- package/lib/components/src/base/statistic/Statistic.vue.d.ts +81 -107
- package/lib/components/src/base/statistic/index.d.ts +81 -107
- package/lib/components/src/base/step/Step.vue.d.ts +64 -265
- package/lib/components/src/base/step/index.d.ts +186 -789
- package/lib/components/src/base/steps/Steps.vue.d.ts +89 -134
- package/lib/components/src/base/steps/index.d.ts +263 -398
- package/lib/components/src/base/steps/steps.d.ts +1 -1
- package/lib/components/src/base/switch/Switch.vue.d.ts +163 -425
- package/lib/components/src/base/switch/index.d.ts +509 -1295
- package/lib/components/src/base/switch/switch.d.ts +4 -4
- package/lib/components/src/base/tabPane/TabPane.vue.d.ts +69 -154
- package/lib/components/src/base/tabPane/TabPane.vue2.js +7 -0
- package/lib/components/src/base/tabPane/TabPane.vue2.js.map +1 -1
- package/lib/components/src/base/tabPane/index.d.ts +203 -460
- package/lib/components/src/base/table/Table.vue.d.ts +32 -49
- package/lib/components/src/base/table/index.d.ts +90 -137
- package/lib/components/src/base/table/table.d.ts +3 -5
- package/lib/components/src/base/tabs/Tabs.vue.d.ts +3 -3
- package/lib/components/src/base/tabs/index.d.ts +9 -9
- package/lib/components/src/base/tabs/tabs.d.ts +1 -1
- package/lib/components/src/base/tag/Tag.vue.d.ts +89 -256
- package/lib/components/src/base/tag/index.d.ts +263 -764
- package/lib/components/src/base/tag/tag.d.ts +1 -1
- package/lib/components/src/base/text/Text.vue.d.ts +4 -13
- package/lib/components/src/base/text/index.d.ts +8 -25
- package/lib/components/src/base/text/text.d.ts +1 -6
- package/lib/components/src/base/timePicker/TimePicker.vue.d.ts +40 -30
- package/lib/components/src/base/timePicker/index.d.ts +112 -86
- package/lib/components/src/base/timePicker/timePicker.d.ts +4 -2
- package/lib/components/src/base/timeSelect/TimeSelect.vue.d.ts +5 -0
- package/lib/components/src/base/timeSelect/index.d.ts +11 -0
- package/lib/components/src/base/timeSelect/timeSelect.d.ts +2 -0
- package/lib/components/src/base/timelineItem/TimelineItem.vue.d.ts +98 -255
- package/lib/components/src/base/timelineItem/index.d.ts +284 -755
- package/lib/components/src/base/timelineItem/timelineItem.d.ts +3 -3
- package/lib/components/src/base/tooltip/Tooltip.vue.d.ts +32 -40
- package/lib/components/src/base/tooltip/index.d.ts +86 -110
- package/lib/components/src/base/tooltip/tooltip.d.ts +4 -4
- package/lib/components/src/base/tooltipV2/TooltipV2.vue.d.ts +7 -7
- package/lib/components/src/base/tooltipV2/index.d.ts +15 -15
- package/lib/components/src/base/tooltipV2/tooltipV2.d.ts +2 -2
- package/lib/components/src/base/tour/Tour.vue.d.ts +136 -657
- package/lib/components/src/base/tour/index.d.ts +434 -1997
- package/lib/components/src/base/tree/Tree.vue.d.ts +26 -10
- package/lib/components/src/base/tree/Tree.vue2.js.map +1 -1
- package/lib/components/src/base/tree/index.d.ts +79 -31
- package/lib/components/src/base/treeSelect/TreeSelect.vue.d.ts +26 -7
- package/lib/components/src/base/treeSelect/treeSelect.d.ts +10 -1
- package/lib/components/src/base/treeV2/TreeV2.vue.d.ts +24 -1972
- package/lib/components/src/base/treeV2/index.d.ts +73 -5917
- package/lib/components/src/base/upload/Upload.vue.d.ts +11 -8
- package/lib/components/src/base/upload/index.d.ts +19 -16
- package/lib/components/src/base/upload/upload.d.ts +2 -2
- package/lib/components/src/base/watermark/Watermark.vue.d.ts +82 -134
- package/lib/components/src/base/watermark/index.d.ts +244 -400
- package/lib/components/src/business/aliCategoryCascader/aliCategoryCascader.d.ts +10 -0
- package/lib/components/src/business/companyCategoryCascader/companyCategoryCascader.d.ts +10 -0
- package/lib/components/src/composite/dialogForm/DialogForm.vue.d.ts +23 -19
- package/lib/components/src/composite/dialogForm/dialogForm.d.ts +2 -2
- package/lib/components/src/composite/dialogForm/index.d.ts +65 -53
- package/lib/components/src/composite/drawerForm/DrawerForm.vue.d.ts +23 -19
- package/lib/components/src/composite/drawerForm/drawerForm.d.ts +2 -2
- package/lib/components/src/composite/drawerForm/index.d.ts +65 -53
- package/lib/components/src/composite/memoryForm/MemoryForm.vue.d.ts +2 -2
- package/lib/components/src/composite/memoryForm/index.d.ts +4 -4
- package/lib/components/src/composite/numberInterval/NumberInterval.vue.d.ts +1 -1
- package/lib/components/src/composite/numberInterval/index.d.ts +1 -1
- package/lib/components/src/composite/operateButton/OperateButton.vue.d.ts +1 -1
- package/lib/components/src/composite/operateButton/index.d.ts +1 -1
- package/lib/components/src/composite/searchForm/SearchForm.vue.d.ts +9 -0
- package/lib/components/src/composite/searchForm/SearchForm.vue.js +1 -1
- package/lib/components/src/composite/searchForm/SearchForm.vue2.js +5 -3
- package/lib/components/src/composite/searchForm/SearchForm.vue2.js.map +1 -1
- package/lib/components/src/composite/searchForm/index.d.ts +19 -0
- package/lib/components/src/composite/searchForm/searchForm.d.ts +8 -0
- package/lib/components/src/composite/searchForm/searchForm.js +8 -0
- package/lib/components/src/composite/searchForm/searchForm.js.map +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/cascader/SearchFormCascader.vue.d.ts +8 -8
- package/lib/components/src/composite/searchForm/searchFormItems/cascader/index.d.ts +8 -8
- package/lib/components/src/composite/searchForm/searchFormItems/datePicker/SearchFormDatePicker.vue.d.ts +19 -7
- package/lib/components/src/composite/searchForm/searchFormItems/datePicker/SearchFormDatePicker.vue2.js +2 -2
- package/lib/components/src/composite/searchForm/searchFormItems/datePicker/SearchFormDatePicker.vue2.js.map +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/datePicker/index.d.ts +19 -7
- package/lib/components/src/composite/searchForm/searchFormItems/datePicker/searchFormDatePicker.d.ts +7 -1
- package/lib/components/src/composite/searchForm/searchFormItems/datePicker/searchFormDatePicker.js +6 -0
- package/lib/components/src/composite/searchForm/searchFormItems/datePicker/searchFormDatePicker.js.map +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/input/SearchFormInput.vue.d.ts +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/input/index.d.ts +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/numberInterval/SearchFormNumberInterval.vue.d.ts +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/numberInterval/index.d.ts +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue.d.ts +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/select/index.d.ts +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/selectV2/SearchFormSelectV2.vue.d.ts +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/selectV2/index.d.ts +1 -1
- package/lib/components/src/composite/selectOptions/SelectOptions.vue.d.ts +24 -5
- package/lib/components/src/composite/selectOptions/index.d.ts +24 -5
- package/lib/components/src/composite/selectOptions/selectOptions.d.ts +10 -1
- package/lib/components/src/composite/tablePro/TablePro.vue.d.ts +13 -16
- package/lib/components/src/composite/tablePro/TablePro.vue.js +1 -1
- package/lib/components/src/composite/tablePro/TablePro.vue2.js +20 -7
- package/lib/components/src/composite/tablePro/TablePro.vue2.js.map +1 -1
- package/lib/components/src/composite/tablePro/index.d.ts +25 -38
- package/lib/components/src/composite/tablePro/tablePagination/TablePagination.vue.d.ts +9 -0
- package/lib/components/src/composite/tablePro/tablePagination/TablePagination.vue.js +1 -1
- package/lib/components/src/composite/tablePro/tablePagination/TablePagination.vue2.js +6 -2
- package/lib/components/src/composite/tablePro/tablePagination/TablePagination.vue2.js.map +1 -1
- package/lib/components/src/composite/tablePro/tablePagination/index.d.ts +9 -0
- package/lib/components/src/composite/tablePro/tablePagination/tablePagination.d.ts +4 -0
- package/lib/components/src/composite/tablePro/tablePagination/tablePagination.js +4 -0
- package/lib/components/src/composite/tablePro/tablePagination/tablePagination.js.map +1 -1
- package/lib/components/src/composite/tablePro/tablePro.d.ts +3 -5
- package/lib/components/src/test/Test.vue.d.ts +9 -9
- package/lib/components/src/test/index.d.ts +9 -9
- package/lib/components/src/test/test.d.ts +2 -2
- package/lib/giime/version.d.ts +1 -1
- package/lib/giime/version.js +1 -1
- package/lib/giime/version.js.map +1 -1
- package/lib/hooks/store/useLangList/index.d.ts +1 -1
- package/lib/index.css +70 -66
- package/lib/utils/src/general.d.ts +10 -0
- package/lib/utils/src/general.js +20 -0
- package/lib/utils/src/general.js.map +1 -1
- package/lib/utils/src/http/errorMessage.js +4 -0
- package/lib/utils/src/http/errorMessage.js.map +1 -1
- package/package.json +1 -1
|
@@ -15,7 +15,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
15
15
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
16
16
|
__epPropKey: true;
|
|
17
17
|
};
|
|
18
|
-
nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
18
|
+
nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
19
19
|
loading: BooleanConstructor;
|
|
20
20
|
loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
21
21
|
plain: BooleanConstructor;
|
|
@@ -32,39 +32,46 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
32
32
|
}>> & {
|
|
33
33
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
34
34
|
}, {
|
|
35
|
-
elRef: import("vue").Ref<
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
readonly
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
readonly type: import("
|
|
46
|
-
readonly
|
|
47
|
-
readonly
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
35
|
+
elRef: import("vue").Ref<({
|
|
36
|
+
$: import("vue").ComponentInternalInstance;
|
|
37
|
+
$data: {};
|
|
38
|
+
$props: Partial<{
|
|
39
|
+
readonly link: boolean;
|
|
40
|
+
readonly circle: boolean;
|
|
41
|
+
readonly text: boolean;
|
|
42
|
+
readonly round: boolean;
|
|
43
|
+
readonly dark: boolean;
|
|
44
|
+
readonly disabled: boolean;
|
|
45
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
46
|
+
readonly bg: boolean;
|
|
47
|
+
readonly loading: boolean;
|
|
48
|
+
readonly autofocus: boolean;
|
|
49
|
+
readonly tag: 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>;
|
|
50
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
51
|
+
readonly loadingIcon: 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>;
|
|
52
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
53
|
+
readonly plain: boolean;
|
|
54
|
+
}> & Omit<{
|
|
55
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
56
|
+
readonly link: boolean;
|
|
57
|
+
readonly plain: boolean;
|
|
58
|
+
readonly text: boolean;
|
|
59
|
+
readonly dark: boolean;
|
|
60
|
+
readonly disabled: boolean;
|
|
61
|
+
readonly circle: boolean;
|
|
62
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
63
|
+
readonly loading: boolean;
|
|
64
|
+
readonly bg: boolean;
|
|
65
|
+
readonly autofocus: boolean;
|
|
66
|
+
readonly round: boolean;
|
|
67
|
+
readonly tag: 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>;
|
|
68
|
+
readonly icon?: 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;
|
|
69
|
+
readonly size?: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
70
|
+
readonly color?: string | undefined;
|
|
71
|
+
readonly loadingIcon?: 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;
|
|
72
|
+
readonly autoInsertSpace?: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
73
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
74
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
68
75
|
readonly size: {
|
|
69
76
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
70
77
|
readonly required: false;
|
|
@@ -79,7 +86,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
79
86
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
80
87
|
__epPropKey: true;
|
|
81
88
|
};
|
|
82
|
-
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
89
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
83
90
|
readonly loading: BooleanConstructor;
|
|
84
91
|
readonly loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(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, () => any, boolean>;
|
|
85
92
|
readonly plain: BooleanConstructor;
|
|
@@ -95,164 +102,96 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
95
102
|
readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(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, "button", boolean>;
|
|
96
103
|
}>> & {
|
|
97
104
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
ns: {
|
|
102
|
-
namespace: import("vue").ComputedRef<string>;
|
|
103
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
104
|
-
e: (element?: string | undefined) => string;
|
|
105
|
-
m: (modifier?: string | undefined) => string;
|
|
106
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
107
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
108
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
109
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
110
|
-
is: {
|
|
111
|
-
(name: string, state: boolean | undefined): string;
|
|
112
|
-
(name: string): string;
|
|
113
|
-
};
|
|
114
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
115
|
-
cssVarName: (name: string) => string;
|
|
116
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
117
|
-
cssVarBlockName: (name: string) => string;
|
|
105
|
+
}, "type" | "link" | "plain" | "text" | "dark" | "disabled" | "circle" | "nativeType" | "loading" | "loadingIcon" | "bg" | "autofocus" | "round" | "autoInsertSpace" | "tag">;
|
|
106
|
+
$attrs: {
|
|
107
|
+
[x: string]: unknown;
|
|
118
108
|
};
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
ariaDisabled: boolean;
|
|
125
|
-
disabled: boolean;
|
|
126
|
-
autofocus: boolean;
|
|
127
|
-
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
128
|
-
} | {
|
|
129
|
-
ariaDisabled?: undefined;
|
|
130
|
-
disabled?: undefined;
|
|
131
|
-
autofocus?: undefined;
|
|
132
|
-
type?: undefined;
|
|
109
|
+
$refs: {
|
|
110
|
+
[x: string]: unknown;
|
|
111
|
+
};
|
|
112
|
+
$slots: Readonly<{
|
|
113
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
133
114
|
}>;
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
115
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
116
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
117
|
+
$emit: (event: "click", evt: MouseEvent) => void;
|
|
118
|
+
$el: any;
|
|
119
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
137
120
|
readonly size: {
|
|
138
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<
|
|
121
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
139
122
|
readonly required: false;
|
|
140
123
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
141
124
|
__epPropKey: true;
|
|
142
125
|
};
|
|
143
|
-
readonly
|
|
144
|
-
|
|
126
|
+
readonly disabled: BooleanConstructor;
|
|
127
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
128
|
+
readonly icon: {
|
|
129
|
+
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>>;
|
|
145
130
|
readonly required: false;
|
|
146
131
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
147
132
|
__epPropKey: true;
|
|
148
133
|
};
|
|
134
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
135
|
+
readonly loading: BooleanConstructor;
|
|
136
|
+
readonly loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(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, () => any, boolean>;
|
|
137
|
+
readonly plain: BooleanConstructor;
|
|
138
|
+
readonly text: BooleanConstructor;
|
|
139
|
+
readonly link: BooleanConstructor;
|
|
140
|
+
readonly bg: BooleanConstructor;
|
|
141
|
+
readonly autofocus: BooleanConstructor;
|
|
142
|
+
readonly round: BooleanConstructor;
|
|
143
|
+
readonly circle: BooleanConstructor;
|
|
144
|
+
readonly color: StringConstructor;
|
|
145
|
+
readonly dark: BooleanConstructor;
|
|
146
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
147
|
+
readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(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, "button", boolean>;
|
|
148
|
+
}>> & {
|
|
149
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
149
150
|
}, {
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
readonly required: false;
|
|
195
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
196
|
-
__epPropKey: true;
|
|
197
|
-
};
|
|
198
|
-
}>>, {}, {}>> & Record<string, any>;
|
|
199
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
200
|
-
click: (evt: MouseEvent) => boolean;
|
|
201
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
202
|
-
readonly size: {
|
|
203
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
204
|
-
readonly required: false;
|
|
205
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
206
|
-
__epPropKey: true;
|
|
207
|
-
};
|
|
208
|
-
readonly disabled: BooleanConstructor;
|
|
209
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
210
|
-
readonly icon: {
|
|
211
|
-
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>>;
|
|
212
|
-
readonly required: false;
|
|
213
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
214
|
-
__epPropKey: true;
|
|
215
|
-
};
|
|
216
|
-
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
217
|
-
readonly loading: BooleanConstructor;
|
|
218
|
-
readonly loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(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, () => any, boolean>;
|
|
219
|
-
readonly plain: BooleanConstructor;
|
|
220
|
-
readonly text: BooleanConstructor;
|
|
221
|
-
readonly link: BooleanConstructor;
|
|
222
|
-
readonly bg: BooleanConstructor;
|
|
223
|
-
readonly autofocus: BooleanConstructor;
|
|
224
|
-
readonly round: BooleanConstructor;
|
|
225
|
-
readonly circle: BooleanConstructor;
|
|
226
|
-
readonly color: StringConstructor;
|
|
227
|
-
readonly dark: BooleanConstructor;
|
|
228
|
-
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
229
|
-
readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(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, "button", boolean>;
|
|
230
|
-
}>> & {
|
|
231
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
232
|
-
}, {
|
|
233
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
234
|
-
readonly link: boolean;
|
|
235
|
-
readonly dark: boolean;
|
|
236
|
-
readonly disabled: boolean;
|
|
237
|
-
readonly text: boolean;
|
|
238
|
-
readonly autofocus: boolean;
|
|
239
|
-
readonly round: boolean;
|
|
240
|
-
readonly circle: boolean;
|
|
241
|
-
readonly tag: 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>;
|
|
242
|
-
readonly loading: boolean;
|
|
243
|
-
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
244
|
-
readonly loadingIcon: 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>;
|
|
245
|
-
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
246
|
-
readonly plain: boolean;
|
|
247
|
-
readonly bg: boolean;
|
|
248
|
-
}, true, {}, {}, {
|
|
249
|
-
P: {};
|
|
250
|
-
B: {};
|
|
251
|
-
D: {};
|
|
252
|
-
C: {};
|
|
253
|
-
M: {};
|
|
254
|
-
Defaults: {};
|
|
255
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
151
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
152
|
+
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
153
|
+
type: import("vue").ComputedRef<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
|
|
154
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
155
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
156
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
157
|
+
click: (evt: MouseEvent) => void;
|
|
158
|
+
}, string, {
|
|
159
|
+
readonly link: boolean;
|
|
160
|
+
readonly circle: boolean;
|
|
161
|
+
readonly text: boolean;
|
|
162
|
+
readonly round: boolean;
|
|
163
|
+
readonly dark: boolean;
|
|
164
|
+
readonly disabled: boolean;
|
|
165
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
166
|
+
readonly bg: boolean;
|
|
167
|
+
readonly loading: boolean;
|
|
168
|
+
readonly autofocus: boolean;
|
|
169
|
+
readonly tag: 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>;
|
|
170
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
171
|
+
readonly loadingIcon: 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>;
|
|
172
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
173
|
+
readonly plain: boolean;
|
|
174
|
+
}, {}, string, {}> & {
|
|
175
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
176
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
177
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
178
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
179
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
180
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
181
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
182
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
183
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
184
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
185
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
186
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
187
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
188
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
189
|
+
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;
|
|
190
|
+
};
|
|
191
|
+
$forceUpdate: () => void;
|
|
192
|
+
$nextTick: typeof import("vue").nextTick;
|
|
193
|
+
$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;
|
|
194
|
+
} & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
256
195
|
readonly size: {
|
|
257
196
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
258
197
|
readonly required: false;
|
|
@@ -267,7 +206,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
267
206
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
268
207
|
__epPropKey: true;
|
|
269
208
|
};
|
|
270
|
-
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
209
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
271
210
|
readonly loading: BooleanConstructor;
|
|
272
211
|
readonly loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(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, () => any, boolean>;
|
|
273
212
|
readonly plain: BooleanConstructor;
|
|
@@ -283,156 +222,19 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
283
222
|
readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(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, "button", boolean>;
|
|
284
223
|
}>> & {
|
|
285
224
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
286
|
-
}, {
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
292
|
-
__epPropKey: true;
|
|
293
|
-
};
|
|
294
|
-
readonly disabled: BooleanConstructor;
|
|
295
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
296
|
-
readonly icon: {
|
|
297
|
-
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>>;
|
|
298
|
-
readonly required: false;
|
|
299
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
300
|
-
__epPropKey: true;
|
|
301
|
-
};
|
|
302
|
-
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
303
|
-
readonly loading: BooleanConstructor;
|
|
304
|
-
readonly loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(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, () => any, boolean>;
|
|
305
|
-
readonly plain: BooleanConstructor;
|
|
306
|
-
readonly text: BooleanConstructor;
|
|
307
|
-
readonly link: BooleanConstructor;
|
|
308
|
-
readonly bg: BooleanConstructor;
|
|
309
|
-
readonly autofocus: BooleanConstructor;
|
|
310
|
-
readonly round: BooleanConstructor;
|
|
311
|
-
readonly circle: BooleanConstructor;
|
|
312
|
-
readonly color: StringConstructor;
|
|
313
|
-
readonly dark: BooleanConstructor;
|
|
314
|
-
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
315
|
-
readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(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, "button", boolean>;
|
|
316
|
-
}>> & {
|
|
317
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
318
|
-
}>>;
|
|
319
|
-
emit: (event: "click", evt: MouseEvent) => void;
|
|
320
|
-
buttonStyle: import("vue").ComputedRef<Record<string, string>>;
|
|
321
|
-
ns: {
|
|
322
|
-
namespace: import("vue").ComputedRef<string>;
|
|
323
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
324
|
-
e: (element?: string | undefined) => string;
|
|
325
|
-
m: (modifier?: string | undefined) => string;
|
|
326
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
327
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
328
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
329
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
330
|
-
is: {
|
|
331
|
-
(name: string, state: boolean | undefined): string;
|
|
332
|
-
(name: string): string;
|
|
333
|
-
};
|
|
334
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
335
|
-
cssVarName: (name: string) => string;
|
|
336
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
337
|
-
cssVarBlockName: (name: string) => string;
|
|
338
|
-
};
|
|
339
|
-
_ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
340
|
-
_size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
341
|
-
_type: import("vue").ComputedRef<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
|
|
342
|
-
_disabled: import("vue").ComputedRef<boolean>;
|
|
343
|
-
_props: import("vue").ComputedRef<{
|
|
344
|
-
ariaDisabled: boolean;
|
|
345
|
-
disabled: boolean;
|
|
346
|
-
autofocus: boolean;
|
|
347
|
-
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
348
|
-
} | {
|
|
349
|
-
ariaDisabled?: undefined;
|
|
350
|
-
disabled?: undefined;
|
|
351
|
-
autofocus?: undefined;
|
|
352
|
-
type?: undefined;
|
|
353
|
-
}>;
|
|
225
|
+
}, "type" | "size" | "disabled" | "ref" | "shouldAddSpace"> & import("vue").ShallowUnwrapRef<{
|
|
226
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
227
|
+
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
228
|
+
type: import("vue").ComputedRef<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
|
|
229
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
354
230
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
};
|
|
363
|
-
readonly color: {
|
|
364
|
-
readonly type: import("vue").PropType<string>;
|
|
365
|
-
readonly required: false;
|
|
366
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
367
|
-
__epPropKey: true;
|
|
368
|
-
};
|
|
369
|
-
}, {
|
|
370
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
371
|
-
readonly size: {
|
|
372
|
-
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>>;
|
|
373
|
-
readonly required: false;
|
|
374
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
375
|
-
__epPropKey: true;
|
|
376
|
-
};
|
|
377
|
-
readonly color: {
|
|
378
|
-
readonly type: import("vue").PropType<string>;
|
|
379
|
-
readonly required: false;
|
|
380
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
381
|
-
__epPropKey: true;
|
|
382
|
-
};
|
|
383
|
-
}>> & {
|
|
384
|
-
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
385
|
-
}>>;
|
|
386
|
-
ns: {
|
|
387
|
-
namespace: import("vue").ComputedRef<string>;
|
|
388
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
389
|
-
e: (element?: string | undefined) => string;
|
|
390
|
-
m: (modifier?: string | undefined) => string;
|
|
391
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
392
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
393
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
394
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
395
|
-
is: {
|
|
396
|
-
(name: string, state: boolean | undefined): string;
|
|
397
|
-
(name: string): string;
|
|
398
|
-
};
|
|
399
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
400
|
-
cssVarName: (name: string) => string;
|
|
401
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
402
|
-
cssVarBlockName: (name: string) => string;
|
|
403
|
-
};
|
|
404
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
405
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
406
|
-
readonly size: {
|
|
407
|
-
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>>;
|
|
408
|
-
readonly required: false;
|
|
409
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
410
|
-
__epPropKey: true;
|
|
411
|
-
};
|
|
412
|
-
readonly color: {
|
|
413
|
-
readonly type: import("vue").PropType<string>;
|
|
414
|
-
readonly required: false;
|
|
415
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
416
|
-
__epPropKey: true;
|
|
417
|
-
};
|
|
418
|
-
}>>, {}, {}>> & Record<string, any>;
|
|
419
|
-
}, {}, {}, {}, {
|
|
420
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
421
|
-
readonly link: boolean;
|
|
422
|
-
readonly dark: boolean;
|
|
423
|
-
readonly disabled: boolean;
|
|
424
|
-
readonly text: boolean;
|
|
425
|
-
readonly autofocus: boolean;
|
|
426
|
-
readonly round: boolean;
|
|
427
|
-
readonly circle: boolean;
|
|
428
|
-
readonly tag: 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>;
|
|
429
|
-
readonly loading: boolean;
|
|
430
|
-
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
431
|
-
readonly loadingIcon: 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>;
|
|
432
|
-
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
433
|
-
readonly plain: boolean;
|
|
434
|
-
readonly bg: boolean;
|
|
435
|
-
}> | undefined>;
|
|
231
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
232
|
+
$slots: {
|
|
233
|
+
loading?(_: {}): any;
|
|
234
|
+
icon?(_: {}): any;
|
|
235
|
+
default?(_: {}): any;
|
|
236
|
+
};
|
|
237
|
+
}) | undefined>;
|
|
436
238
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
437
239
|
click: (evt: MouseEvent) => void;
|
|
438
240
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -450,7 +252,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
450
252
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
451
253
|
__epPropKey: true;
|
|
452
254
|
};
|
|
453
|
-
nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
255
|
+
nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
454
256
|
loading: BooleanConstructor;
|
|
455
257
|
loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
456
258
|
plain: BooleanConstructor;
|
|
@@ -469,14 +271,14 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
469
271
|
}, {
|
|
470
272
|
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
471
273
|
link: boolean;
|
|
274
|
+
plain: boolean;
|
|
472
275
|
text: boolean;
|
|
473
276
|
dark: boolean;
|
|
474
277
|
disabled: boolean;
|
|
475
278
|
circle: boolean;
|
|
476
|
-
nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "
|
|
279
|
+
nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
477
280
|
loading: boolean;
|
|
478
281
|
loadingIcon: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
|
|
479
|
-
plain: boolean;
|
|
480
282
|
bg: boolean;
|
|
481
283
|
autofocus: boolean;
|
|
482
284
|
round: boolean;
|
|
@@ -504,7 +306,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
504
306
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
505
307
|
__epPropKey: true;
|
|
506
308
|
};
|
|
507
|
-
nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
309
|
+
nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
508
310
|
loading: BooleanConstructor;
|
|
509
311
|
loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
510
312
|
plain: BooleanConstructor;
|
|
@@ -521,39 +323,46 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
521
323
|
}>> & {
|
|
522
324
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
523
325
|
}, {
|
|
524
|
-
elRef: import("vue").Ref<
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
readonly
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
readonly type: import("
|
|
535
|
-
readonly
|
|
536
|
-
readonly
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
326
|
+
elRef: import("vue").Ref<({
|
|
327
|
+
$: import("vue").ComponentInternalInstance;
|
|
328
|
+
$data: {};
|
|
329
|
+
$props: Partial<{
|
|
330
|
+
readonly link: boolean;
|
|
331
|
+
readonly circle: boolean;
|
|
332
|
+
readonly text: boolean;
|
|
333
|
+
readonly round: boolean;
|
|
334
|
+
readonly dark: boolean;
|
|
335
|
+
readonly disabled: boolean;
|
|
336
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
337
|
+
readonly bg: boolean;
|
|
338
|
+
readonly loading: boolean;
|
|
339
|
+
readonly autofocus: boolean;
|
|
340
|
+
readonly tag: 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>;
|
|
341
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
342
|
+
readonly loadingIcon: 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>;
|
|
343
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
344
|
+
readonly plain: boolean;
|
|
345
|
+
}> & Omit<{
|
|
346
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
347
|
+
readonly link: boolean;
|
|
348
|
+
readonly plain: boolean;
|
|
349
|
+
readonly text: boolean;
|
|
350
|
+
readonly dark: boolean;
|
|
351
|
+
readonly disabled: boolean;
|
|
352
|
+
readonly circle: boolean;
|
|
353
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
354
|
+
readonly loading: boolean;
|
|
355
|
+
readonly bg: boolean;
|
|
356
|
+
readonly autofocus: boolean;
|
|
357
|
+
readonly round: boolean;
|
|
358
|
+
readonly tag: 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>;
|
|
359
|
+
readonly icon?: 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;
|
|
360
|
+
readonly size?: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
361
|
+
readonly color?: string | undefined;
|
|
362
|
+
readonly loadingIcon?: 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;
|
|
363
|
+
readonly autoInsertSpace?: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
364
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
365
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
557
366
|
readonly size: {
|
|
558
367
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
559
368
|
readonly required: false;
|
|
@@ -568,7 +377,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
568
377
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
569
378
|
__epPropKey: true;
|
|
570
379
|
};
|
|
571
|
-
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
380
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
572
381
|
readonly loading: BooleanConstructor;
|
|
573
382
|
readonly loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(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, () => any, boolean>;
|
|
574
383
|
readonly plain: BooleanConstructor;
|
|
@@ -584,110 +393,96 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
584
393
|
readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(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, "button", boolean>;
|
|
585
394
|
}>> & {
|
|
586
395
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
e: (element?: string | undefined) => string;
|
|
594
|
-
m: (modifier?: string | undefined) => string;
|
|
595
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
596
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
597
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
598
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
599
|
-
is: {
|
|
600
|
-
(name: string, state: boolean | undefined): string;
|
|
601
|
-
(name: string): string;
|
|
602
|
-
};
|
|
603
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
604
|
-
cssVarName: (name: string) => string;
|
|
605
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
606
|
-
cssVarBlockName: (name: string) => string;
|
|
396
|
+
}, "type" | "link" | "plain" | "text" | "dark" | "disabled" | "circle" | "nativeType" | "loading" | "loadingIcon" | "bg" | "autofocus" | "round" | "autoInsertSpace" | "tag">;
|
|
397
|
+
$attrs: {
|
|
398
|
+
[x: string]: unknown;
|
|
399
|
+
};
|
|
400
|
+
$refs: {
|
|
401
|
+
[x: string]: unknown;
|
|
607
402
|
};
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
_type: import("vue").ComputedRef<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
|
|
611
|
-
_disabled: import("vue").ComputedRef<boolean>;
|
|
612
|
-
_props: import("vue").ComputedRef<{
|
|
613
|
-
ariaDisabled: boolean;
|
|
614
|
-
disabled: boolean;
|
|
615
|
-
autofocus: boolean;
|
|
616
|
-
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
617
|
-
} | {
|
|
618
|
-
ariaDisabled?: undefined;
|
|
619
|
-
disabled?: undefined;
|
|
620
|
-
autofocus?: undefined;
|
|
621
|
-
type?: undefined;
|
|
403
|
+
$slots: Readonly<{
|
|
404
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
622
405
|
}>;
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
406
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
407
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
408
|
+
$emit: (event: "click", evt: MouseEvent) => void;
|
|
409
|
+
$el: any;
|
|
410
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
626
411
|
readonly size: {
|
|
627
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<
|
|
412
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
628
413
|
readonly required: false;
|
|
629
414
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
630
415
|
__epPropKey: true;
|
|
631
416
|
};
|
|
632
|
-
readonly
|
|
633
|
-
|
|
417
|
+
readonly disabled: BooleanConstructor;
|
|
418
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
419
|
+
readonly icon: {
|
|
420
|
+
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>>;
|
|
634
421
|
readonly required: false;
|
|
635
422
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
636
423
|
__epPropKey: true;
|
|
637
424
|
};
|
|
425
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
426
|
+
readonly loading: BooleanConstructor;
|
|
427
|
+
readonly loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(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, () => any, boolean>;
|
|
428
|
+
readonly plain: BooleanConstructor;
|
|
429
|
+
readonly text: BooleanConstructor;
|
|
430
|
+
readonly link: BooleanConstructor;
|
|
431
|
+
readonly bg: BooleanConstructor;
|
|
432
|
+
readonly autofocus: BooleanConstructor;
|
|
433
|
+
readonly round: BooleanConstructor;
|
|
434
|
+
readonly circle: BooleanConstructor;
|
|
435
|
+
readonly color: StringConstructor;
|
|
436
|
+
readonly dark: BooleanConstructor;
|
|
437
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
438
|
+
readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(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, "button", boolean>;
|
|
439
|
+
}>> & {
|
|
440
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
638
441
|
}, {
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
readonly required: false;
|
|
684
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
685
|
-
__epPropKey: true;
|
|
686
|
-
};
|
|
687
|
-
}>>, {}, {}>> & Record<string, any>;
|
|
688
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
689
|
-
click: (evt: MouseEvent) => boolean;
|
|
690
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
442
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
443
|
+
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
444
|
+
type: import("vue").ComputedRef<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
|
|
445
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
446
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
447
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
448
|
+
click: (evt: MouseEvent) => void;
|
|
449
|
+
}, string, {
|
|
450
|
+
readonly link: boolean;
|
|
451
|
+
readonly circle: boolean;
|
|
452
|
+
readonly text: boolean;
|
|
453
|
+
readonly round: boolean;
|
|
454
|
+
readonly dark: boolean;
|
|
455
|
+
readonly disabled: boolean;
|
|
456
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
457
|
+
readonly bg: boolean;
|
|
458
|
+
readonly loading: boolean;
|
|
459
|
+
readonly autofocus: boolean;
|
|
460
|
+
readonly tag: 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>;
|
|
461
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
462
|
+
readonly loadingIcon: 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>;
|
|
463
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
464
|
+
readonly plain: boolean;
|
|
465
|
+
}, {}, string, {}> & {
|
|
466
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
467
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
468
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
469
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
470
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
471
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
472
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
473
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
474
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
475
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
476
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
477
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
478
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
479
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
480
|
+
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;
|
|
481
|
+
};
|
|
482
|
+
$forceUpdate: () => void;
|
|
483
|
+
$nextTick: typeof import("vue").nextTick;
|
|
484
|
+
$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;
|
|
485
|
+
} & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
691
486
|
readonly size: {
|
|
692
487
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
693
488
|
readonly required: false;
|
|
@@ -702,7 +497,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
702
497
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
703
498
|
__epPropKey: true;
|
|
704
499
|
};
|
|
705
|
-
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
500
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
706
501
|
readonly loading: BooleanConstructor;
|
|
707
502
|
readonly loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(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, () => any, boolean>;
|
|
708
503
|
readonly plain: BooleanConstructor;
|
|
@@ -718,221 +513,30 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
718
513
|
readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(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, "button", boolean>;
|
|
719
514
|
}>> & {
|
|
720
515
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
721
|
-
}, {
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
readonly text: boolean;
|
|
727
|
-
readonly autofocus: boolean;
|
|
728
|
-
readonly round: boolean;
|
|
729
|
-
readonly circle: boolean;
|
|
730
|
-
readonly tag: 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>;
|
|
731
|
-
readonly loading: boolean;
|
|
732
|
-
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
733
|
-
readonly loadingIcon: 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>;
|
|
734
|
-
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
735
|
-
readonly plain: boolean;
|
|
736
|
-
readonly bg: boolean;
|
|
737
|
-
}, true, {}, {}, {
|
|
738
|
-
P: {};
|
|
739
|
-
B: {};
|
|
740
|
-
D: {};
|
|
741
|
-
C: {};
|
|
742
|
-
M: {};
|
|
743
|
-
Defaults: {};
|
|
744
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
745
|
-
readonly size: {
|
|
746
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
747
|
-
readonly required: false;
|
|
748
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
749
|
-
__epPropKey: true;
|
|
750
|
-
};
|
|
751
|
-
readonly disabled: BooleanConstructor;
|
|
752
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
753
|
-
readonly icon: {
|
|
754
|
-
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>>;
|
|
755
|
-
readonly required: false;
|
|
756
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
757
|
-
__epPropKey: true;
|
|
758
|
-
};
|
|
759
|
-
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
760
|
-
readonly loading: BooleanConstructor;
|
|
761
|
-
readonly loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(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, () => any, boolean>;
|
|
762
|
-
readonly plain: BooleanConstructor;
|
|
763
|
-
readonly text: BooleanConstructor;
|
|
764
|
-
readonly link: BooleanConstructor;
|
|
765
|
-
readonly bg: BooleanConstructor;
|
|
766
|
-
readonly autofocus: BooleanConstructor;
|
|
767
|
-
readonly round: BooleanConstructor;
|
|
768
|
-
readonly circle: BooleanConstructor;
|
|
769
|
-
readonly color: StringConstructor;
|
|
770
|
-
readonly dark: BooleanConstructor;
|
|
771
|
-
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
772
|
-
readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(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, "button", boolean>;
|
|
773
|
-
}>> & {
|
|
774
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
775
|
-
}, {
|
|
776
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
777
|
-
readonly size: {
|
|
778
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
779
|
-
readonly required: false;
|
|
780
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
781
|
-
__epPropKey: true;
|
|
782
|
-
};
|
|
783
|
-
readonly disabled: BooleanConstructor;
|
|
784
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
785
|
-
readonly icon: {
|
|
786
|
-
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>>;
|
|
787
|
-
readonly required: false;
|
|
788
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
789
|
-
__epPropKey: true;
|
|
790
|
-
};
|
|
791
|
-
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
792
|
-
readonly loading: BooleanConstructor;
|
|
793
|
-
readonly loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(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, () => any, boolean>;
|
|
794
|
-
readonly plain: BooleanConstructor;
|
|
795
|
-
readonly text: BooleanConstructor;
|
|
796
|
-
readonly link: BooleanConstructor;
|
|
797
|
-
readonly bg: BooleanConstructor;
|
|
798
|
-
readonly autofocus: BooleanConstructor;
|
|
799
|
-
readonly round: BooleanConstructor;
|
|
800
|
-
readonly circle: BooleanConstructor;
|
|
801
|
-
readonly color: StringConstructor;
|
|
802
|
-
readonly dark: BooleanConstructor;
|
|
803
|
-
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
804
|
-
readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(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, "button", boolean>;
|
|
805
|
-
}>> & {
|
|
806
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
807
|
-
}>>;
|
|
808
|
-
emit: (event: "click", evt: MouseEvent) => void;
|
|
809
|
-
buttonStyle: import("vue").ComputedRef<Record<string, string>>;
|
|
810
|
-
ns: {
|
|
811
|
-
namespace: import("vue").ComputedRef<string>;
|
|
812
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
813
|
-
e: (element?: string | undefined) => string;
|
|
814
|
-
m: (modifier?: string | undefined) => string;
|
|
815
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
816
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
817
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
818
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
819
|
-
is: {
|
|
820
|
-
(name: string, state: boolean | undefined): string;
|
|
821
|
-
(name: string): string;
|
|
822
|
-
};
|
|
823
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
824
|
-
cssVarName: (name: string) => string;
|
|
825
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
826
|
-
cssVarBlockName: (name: string) => string;
|
|
827
|
-
};
|
|
828
|
-
_ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
829
|
-
_size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
830
|
-
_type: import("vue").ComputedRef<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
|
|
831
|
-
_disabled: import("vue").ComputedRef<boolean>;
|
|
832
|
-
_props: import("vue").ComputedRef<{
|
|
833
|
-
ariaDisabled: boolean;
|
|
834
|
-
disabled: boolean;
|
|
835
|
-
autofocus: boolean;
|
|
836
|
-
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
837
|
-
} | {
|
|
838
|
-
ariaDisabled?: undefined;
|
|
839
|
-
disabled?: undefined;
|
|
840
|
-
autofocus?: undefined;
|
|
841
|
-
type?: undefined;
|
|
842
|
-
}>;
|
|
516
|
+
}, "type" | "size" | "disabled" | "ref" | "shouldAddSpace"> & import("vue").ShallowUnwrapRef<{
|
|
517
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
518
|
+
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
519
|
+
type: import("vue").ComputedRef<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
|
|
520
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
843
521
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
};
|
|
852
|
-
readonly color: {
|
|
853
|
-
readonly type: import("vue").PropType<string>;
|
|
854
|
-
readonly required: false;
|
|
855
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
856
|
-
__epPropKey: true;
|
|
857
|
-
};
|
|
858
|
-
}, {
|
|
859
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
860
|
-
readonly size: {
|
|
861
|
-
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>>;
|
|
862
|
-
readonly required: false;
|
|
863
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
864
|
-
__epPropKey: true;
|
|
865
|
-
};
|
|
866
|
-
readonly color: {
|
|
867
|
-
readonly type: import("vue").PropType<string>;
|
|
868
|
-
readonly required: false;
|
|
869
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
870
|
-
__epPropKey: true;
|
|
871
|
-
};
|
|
872
|
-
}>> & {
|
|
873
|
-
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
874
|
-
}>>;
|
|
875
|
-
ns: {
|
|
876
|
-
namespace: import("vue").ComputedRef<string>;
|
|
877
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
878
|
-
e: (element?: string | undefined) => string;
|
|
879
|
-
m: (modifier?: string | undefined) => string;
|
|
880
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
881
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
882
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
883
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
884
|
-
is: {
|
|
885
|
-
(name: string, state: boolean | undefined): string;
|
|
886
|
-
(name: string): string;
|
|
887
|
-
};
|
|
888
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
889
|
-
cssVarName: (name: string) => string;
|
|
890
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
891
|
-
cssVarBlockName: (name: string) => string;
|
|
892
|
-
};
|
|
893
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
894
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
895
|
-
readonly size: {
|
|
896
|
-
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>>;
|
|
897
|
-
readonly required: false;
|
|
898
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
899
|
-
__epPropKey: true;
|
|
900
|
-
};
|
|
901
|
-
readonly color: {
|
|
902
|
-
readonly type: import("vue").PropType<string>;
|
|
903
|
-
readonly required: false;
|
|
904
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
905
|
-
__epPropKey: true;
|
|
906
|
-
};
|
|
907
|
-
}>>, {}, {}>> & Record<string, any>;
|
|
908
|
-
}, {}, {}, {}, {
|
|
909
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
910
|
-
readonly link: boolean;
|
|
911
|
-
readonly dark: boolean;
|
|
912
|
-
readonly disabled: boolean;
|
|
913
|
-
readonly text: boolean;
|
|
914
|
-
readonly autofocus: boolean;
|
|
915
|
-
readonly round: boolean;
|
|
916
|
-
readonly circle: boolean;
|
|
917
|
-
readonly tag: 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>;
|
|
918
|
-
readonly loading: boolean;
|
|
919
|
-
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
920
|
-
readonly loadingIcon: 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>;
|
|
921
|
-
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
922
|
-
readonly plain: boolean;
|
|
923
|
-
readonly bg: boolean;
|
|
924
|
-
}> | undefined>;
|
|
522
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
523
|
+
$slots: {
|
|
524
|
+
loading?(_: {}): any;
|
|
525
|
+
icon?(_: {}): any;
|
|
526
|
+
default?(_: {}): any;
|
|
527
|
+
};
|
|
528
|
+
}) | undefined>;
|
|
925
529
|
}, {}, {}, {}, {
|
|
926
530
|
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
927
531
|
link: boolean;
|
|
532
|
+
plain: boolean;
|
|
928
533
|
text: boolean;
|
|
929
534
|
dark: boolean;
|
|
930
535
|
disabled: boolean;
|
|
931
536
|
circle: boolean;
|
|
932
|
-
nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "
|
|
537
|
+
nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
933
538
|
loading: boolean;
|
|
934
539
|
loadingIcon: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
|
|
935
|
-
plain: boolean;
|
|
936
540
|
bg: boolean;
|
|
937
541
|
autofocus: boolean;
|
|
938
542
|
round: boolean;
|
|
@@ -957,7 +561,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
957
561
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
958
562
|
__epPropKey: true;
|
|
959
563
|
};
|
|
960
|
-
nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
564
|
+
nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
961
565
|
loading: BooleanConstructor;
|
|
962
566
|
loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
963
567
|
plain: BooleanConstructor;
|
|
@@ -974,39 +578,46 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
974
578
|
}>> & {
|
|
975
579
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
976
580
|
}, {
|
|
977
|
-
elRef: import("vue").Ref<
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
readonly
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
readonly type: import("
|
|
988
|
-
readonly
|
|
989
|
-
readonly
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
581
|
+
elRef: import("vue").Ref<({
|
|
582
|
+
$: import("vue").ComponentInternalInstance;
|
|
583
|
+
$data: {};
|
|
584
|
+
$props: Partial<{
|
|
585
|
+
readonly link: boolean;
|
|
586
|
+
readonly circle: boolean;
|
|
587
|
+
readonly text: boolean;
|
|
588
|
+
readonly round: boolean;
|
|
589
|
+
readonly dark: boolean;
|
|
590
|
+
readonly disabled: boolean;
|
|
591
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
592
|
+
readonly bg: boolean;
|
|
593
|
+
readonly loading: boolean;
|
|
594
|
+
readonly autofocus: boolean;
|
|
595
|
+
readonly tag: 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>;
|
|
596
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
597
|
+
readonly loadingIcon: 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>;
|
|
598
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
599
|
+
readonly plain: boolean;
|
|
600
|
+
}> & Omit<{
|
|
601
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
602
|
+
readonly link: boolean;
|
|
603
|
+
readonly plain: boolean;
|
|
604
|
+
readonly text: boolean;
|
|
605
|
+
readonly dark: boolean;
|
|
606
|
+
readonly disabled: boolean;
|
|
607
|
+
readonly circle: boolean;
|
|
608
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
609
|
+
readonly loading: boolean;
|
|
610
|
+
readonly bg: boolean;
|
|
611
|
+
readonly autofocus: boolean;
|
|
612
|
+
readonly round: boolean;
|
|
613
|
+
readonly tag: 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>;
|
|
614
|
+
readonly icon?: 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;
|
|
615
|
+
readonly size?: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
616
|
+
readonly color?: string | undefined;
|
|
617
|
+
readonly loadingIcon?: 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;
|
|
618
|
+
readonly autoInsertSpace?: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
619
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
620
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1010
621
|
readonly size: {
|
|
1011
622
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
1012
623
|
readonly required: false;
|
|
@@ -1021,7 +632,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
1021
632
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1022
633
|
__epPropKey: true;
|
|
1023
634
|
};
|
|
1024
|
-
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
635
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
1025
636
|
readonly loading: BooleanConstructor;
|
|
1026
637
|
readonly loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(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, () => any, boolean>;
|
|
1027
638
|
readonly plain: BooleanConstructor;
|
|
@@ -1037,164 +648,96 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
1037
648
|
readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(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, "button", boolean>;
|
|
1038
649
|
}>> & {
|
|
1039
650
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
e: (element?: string | undefined) => string;
|
|
1047
|
-
m: (modifier?: string | undefined) => string;
|
|
1048
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1049
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1050
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1051
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1052
|
-
is: {
|
|
1053
|
-
(name: string, state: boolean | undefined): string;
|
|
1054
|
-
(name: string): string;
|
|
1055
|
-
};
|
|
1056
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1057
|
-
cssVarName: (name: string) => string;
|
|
1058
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1059
|
-
cssVarBlockName: (name: string) => string;
|
|
651
|
+
}, "type" | "link" | "plain" | "text" | "dark" | "disabled" | "circle" | "nativeType" | "loading" | "loadingIcon" | "bg" | "autofocus" | "round" | "autoInsertSpace" | "tag">;
|
|
652
|
+
$attrs: {
|
|
653
|
+
[x: string]: unknown;
|
|
654
|
+
};
|
|
655
|
+
$refs: {
|
|
656
|
+
[x: string]: unknown;
|
|
1060
657
|
};
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
_type: import("vue").ComputedRef<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
|
|
1064
|
-
_disabled: import("vue").ComputedRef<boolean>;
|
|
1065
|
-
_props: import("vue").ComputedRef<{
|
|
1066
|
-
ariaDisabled: boolean;
|
|
1067
|
-
disabled: boolean;
|
|
1068
|
-
autofocus: boolean;
|
|
1069
|
-
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
1070
|
-
} | {
|
|
1071
|
-
ariaDisabled?: undefined;
|
|
1072
|
-
disabled?: undefined;
|
|
1073
|
-
autofocus?: undefined;
|
|
1074
|
-
type?: undefined;
|
|
658
|
+
$slots: Readonly<{
|
|
659
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
1075
660
|
}>;
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
661
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
662
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
663
|
+
$emit: (event: "click", evt: MouseEvent) => void;
|
|
664
|
+
$el: any;
|
|
665
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1079
666
|
readonly size: {
|
|
1080
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<
|
|
667
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
1081
668
|
readonly required: false;
|
|
1082
669
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1083
670
|
__epPropKey: true;
|
|
1084
671
|
};
|
|
1085
|
-
readonly
|
|
1086
|
-
|
|
672
|
+
readonly disabled: BooleanConstructor;
|
|
673
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
674
|
+
readonly icon: {
|
|
675
|
+
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>>;
|
|
1087
676
|
readonly required: false;
|
|
1088
677
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1089
678
|
__epPropKey: true;
|
|
1090
679
|
};
|
|
680
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
681
|
+
readonly loading: BooleanConstructor;
|
|
682
|
+
readonly loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(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, () => any, boolean>;
|
|
683
|
+
readonly plain: BooleanConstructor;
|
|
684
|
+
readonly text: BooleanConstructor;
|
|
685
|
+
readonly link: BooleanConstructor;
|
|
686
|
+
readonly bg: BooleanConstructor;
|
|
687
|
+
readonly autofocus: BooleanConstructor;
|
|
688
|
+
readonly round: BooleanConstructor;
|
|
689
|
+
readonly circle: BooleanConstructor;
|
|
690
|
+
readonly color: StringConstructor;
|
|
691
|
+
readonly dark: BooleanConstructor;
|
|
692
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
693
|
+
readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(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, "button", boolean>;
|
|
694
|
+
}>> & {
|
|
695
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
1091
696
|
}, {
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1132
|
-
__epPropKey: true;
|
|
1133
|
-
};
|
|
1134
|
-
readonly color: {
|
|
1135
|
-
readonly type: import("vue").PropType<string>;
|
|
1136
|
-
readonly required: false;
|
|
1137
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1138
|
-
__epPropKey: true;
|
|
1139
|
-
};
|
|
1140
|
-
}>>, {}, {}>> & Record<string, any>;
|
|
1141
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1142
|
-
click: (evt: MouseEvent) => boolean;
|
|
1143
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1144
|
-
readonly size: {
|
|
1145
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
1146
|
-
readonly required: false;
|
|
1147
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1148
|
-
__epPropKey: true;
|
|
1149
|
-
};
|
|
1150
|
-
readonly disabled: BooleanConstructor;
|
|
1151
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
1152
|
-
readonly icon: {
|
|
1153
|
-
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>>;
|
|
1154
|
-
readonly required: false;
|
|
1155
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1156
|
-
__epPropKey: true;
|
|
697
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
698
|
+
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
699
|
+
type: import("vue").ComputedRef<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
|
|
700
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
701
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
702
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
703
|
+
click: (evt: MouseEvent) => void;
|
|
704
|
+
}, string, {
|
|
705
|
+
readonly link: boolean;
|
|
706
|
+
readonly circle: boolean;
|
|
707
|
+
readonly text: boolean;
|
|
708
|
+
readonly round: boolean;
|
|
709
|
+
readonly dark: boolean;
|
|
710
|
+
readonly disabled: boolean;
|
|
711
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
712
|
+
readonly bg: boolean;
|
|
713
|
+
readonly loading: boolean;
|
|
714
|
+
readonly autofocus: boolean;
|
|
715
|
+
readonly tag: 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>;
|
|
716
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
717
|
+
readonly loadingIcon: 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>;
|
|
718
|
+
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
719
|
+
readonly plain: boolean;
|
|
720
|
+
}, {}, string, {}> & {
|
|
721
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
722
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
723
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
724
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
725
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
726
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
727
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
728
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
729
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
730
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
731
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
732
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
733
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
734
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
735
|
+
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;
|
|
1157
736
|
};
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
readonly text: BooleanConstructor;
|
|
1163
|
-
readonly link: BooleanConstructor;
|
|
1164
|
-
readonly bg: BooleanConstructor;
|
|
1165
|
-
readonly autofocus: BooleanConstructor;
|
|
1166
|
-
readonly round: BooleanConstructor;
|
|
1167
|
-
readonly circle: BooleanConstructor;
|
|
1168
|
-
readonly color: StringConstructor;
|
|
1169
|
-
readonly dark: BooleanConstructor;
|
|
1170
|
-
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1171
|
-
readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(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, "button", boolean>;
|
|
1172
|
-
}>> & {
|
|
1173
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
1174
|
-
}, {
|
|
1175
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
1176
|
-
readonly link: boolean;
|
|
1177
|
-
readonly dark: boolean;
|
|
1178
|
-
readonly disabled: boolean;
|
|
1179
|
-
readonly text: boolean;
|
|
1180
|
-
readonly autofocus: boolean;
|
|
1181
|
-
readonly round: boolean;
|
|
1182
|
-
readonly circle: boolean;
|
|
1183
|
-
readonly tag: 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>;
|
|
1184
|
-
readonly loading: boolean;
|
|
1185
|
-
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
1186
|
-
readonly loadingIcon: 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>;
|
|
1187
|
-
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1188
|
-
readonly plain: boolean;
|
|
1189
|
-
readonly bg: boolean;
|
|
1190
|
-
}, true, {}, {}, {
|
|
1191
|
-
P: {};
|
|
1192
|
-
B: {};
|
|
1193
|
-
D: {};
|
|
1194
|
-
C: {};
|
|
1195
|
-
M: {};
|
|
1196
|
-
Defaults: {};
|
|
1197
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
737
|
+
$forceUpdate: () => void;
|
|
738
|
+
$nextTick: typeof import("vue").nextTick;
|
|
739
|
+
$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;
|
|
740
|
+
} & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1198
741
|
readonly size: {
|
|
1199
742
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
1200
743
|
readonly required: false;
|
|
@@ -1209,7 +752,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
1209
752
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1210
753
|
__epPropKey: true;
|
|
1211
754
|
};
|
|
1212
|
-
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
755
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
1213
756
|
readonly loading: BooleanConstructor;
|
|
1214
757
|
readonly loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(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, () => any, boolean>;
|
|
1215
758
|
readonly plain: BooleanConstructor;
|
|
@@ -1225,169 +768,32 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
1225
768
|
readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(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, "button", boolean>;
|
|
1226
769
|
}>> & {
|
|
1227
770
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
1228
|
-
}, {
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1234
|
-
__epPropKey: true;
|
|
1235
|
-
};
|
|
1236
|
-
readonly disabled: BooleanConstructor;
|
|
1237
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
1238
|
-
readonly icon: {
|
|
1239
|
-
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>>;
|
|
1240
|
-
readonly required: false;
|
|
1241
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1242
|
-
__epPropKey: true;
|
|
1243
|
-
};
|
|
1244
|
-
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
1245
|
-
readonly loading: BooleanConstructor;
|
|
1246
|
-
readonly loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(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, () => any, boolean>;
|
|
1247
|
-
readonly plain: BooleanConstructor;
|
|
1248
|
-
readonly text: BooleanConstructor;
|
|
1249
|
-
readonly link: BooleanConstructor;
|
|
1250
|
-
readonly bg: BooleanConstructor;
|
|
1251
|
-
readonly autofocus: BooleanConstructor;
|
|
1252
|
-
readonly round: BooleanConstructor;
|
|
1253
|
-
readonly circle: BooleanConstructor;
|
|
1254
|
-
readonly color: StringConstructor;
|
|
1255
|
-
readonly dark: BooleanConstructor;
|
|
1256
|
-
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1257
|
-
readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(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, "button", boolean>;
|
|
1258
|
-
}>> & {
|
|
1259
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
1260
|
-
}>>;
|
|
1261
|
-
emit: (event: "click", evt: MouseEvent) => void;
|
|
1262
|
-
buttonStyle: import("vue").ComputedRef<Record<string, string>>;
|
|
1263
|
-
ns: {
|
|
1264
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1265
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
1266
|
-
e: (element?: string | undefined) => string;
|
|
1267
|
-
m: (modifier?: string | undefined) => string;
|
|
1268
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1269
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1270
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1271
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1272
|
-
is: {
|
|
1273
|
-
(name: string, state: boolean | undefined): string;
|
|
1274
|
-
(name: string): string;
|
|
1275
|
-
};
|
|
1276
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1277
|
-
cssVarName: (name: string) => string;
|
|
1278
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1279
|
-
cssVarBlockName: (name: string) => string;
|
|
1280
|
-
};
|
|
1281
|
-
_ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
1282
|
-
_size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
1283
|
-
_type: import("vue").ComputedRef<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
|
|
1284
|
-
_disabled: import("vue").ComputedRef<boolean>;
|
|
1285
|
-
_props: import("vue").ComputedRef<{
|
|
1286
|
-
ariaDisabled: boolean;
|
|
1287
|
-
disabled: boolean;
|
|
1288
|
-
autofocus: boolean;
|
|
1289
|
-
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
1290
|
-
} | {
|
|
1291
|
-
ariaDisabled?: undefined;
|
|
1292
|
-
disabled?: undefined;
|
|
1293
|
-
autofocus?: undefined;
|
|
1294
|
-
type?: undefined;
|
|
1295
|
-
}>;
|
|
771
|
+
}, "type" | "size" | "disabled" | "ref" | "shouldAddSpace"> & import("vue").ShallowUnwrapRef<{
|
|
772
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
773
|
+
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
774
|
+
type: import("vue").ComputedRef<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
|
|
775
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
1296
776
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
};
|
|
1305
|
-
readonly color: {
|
|
1306
|
-
readonly type: import("vue").PropType<string>;
|
|
1307
|
-
readonly required: false;
|
|
1308
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1309
|
-
__epPropKey: true;
|
|
1310
|
-
};
|
|
1311
|
-
}, {
|
|
1312
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1313
|
-
readonly size: {
|
|
1314
|
-
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>>;
|
|
1315
|
-
readonly required: false;
|
|
1316
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1317
|
-
__epPropKey: true;
|
|
1318
|
-
};
|
|
1319
|
-
readonly color: {
|
|
1320
|
-
readonly type: import("vue").PropType<string>;
|
|
1321
|
-
readonly required: false;
|
|
1322
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1323
|
-
__epPropKey: true;
|
|
1324
|
-
};
|
|
1325
|
-
}>> & {
|
|
1326
|
-
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1327
|
-
}>>;
|
|
1328
|
-
ns: {
|
|
1329
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1330
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
1331
|
-
e: (element?: string | undefined) => string;
|
|
1332
|
-
m: (modifier?: string | undefined) => string;
|
|
1333
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1334
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1335
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1336
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1337
|
-
is: {
|
|
1338
|
-
(name: string, state: boolean | undefined): string;
|
|
1339
|
-
(name: string): string;
|
|
1340
|
-
};
|
|
1341
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1342
|
-
cssVarName: (name: string) => string;
|
|
1343
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1344
|
-
cssVarBlockName: (name: string) => string;
|
|
1345
|
-
};
|
|
1346
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1347
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1348
|
-
readonly size: {
|
|
1349
|
-
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>>;
|
|
1350
|
-
readonly required: false;
|
|
1351
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1352
|
-
__epPropKey: true;
|
|
1353
|
-
};
|
|
1354
|
-
readonly color: {
|
|
1355
|
-
readonly type: import("vue").PropType<string>;
|
|
1356
|
-
readonly required: false;
|
|
1357
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1358
|
-
__epPropKey: true;
|
|
1359
|
-
};
|
|
1360
|
-
}>>, {}, {}>> & Record<string, any>;
|
|
1361
|
-
}, {}, {}, {}, {
|
|
1362
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
1363
|
-
readonly link: boolean;
|
|
1364
|
-
readonly dark: boolean;
|
|
1365
|
-
readonly disabled: boolean;
|
|
1366
|
-
readonly text: boolean;
|
|
1367
|
-
readonly autofocus: boolean;
|
|
1368
|
-
readonly round: boolean;
|
|
1369
|
-
readonly circle: boolean;
|
|
1370
|
-
readonly tag: 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>;
|
|
1371
|
-
readonly loading: boolean;
|
|
1372
|
-
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
1373
|
-
readonly loadingIcon: 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>;
|
|
1374
|
-
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1375
|
-
readonly plain: boolean;
|
|
1376
|
-
readonly bg: boolean;
|
|
1377
|
-
}> | undefined>;
|
|
777
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
778
|
+
$slots: {
|
|
779
|
+
loading?(_: {}): any;
|
|
780
|
+
icon?(_: {}): any;
|
|
781
|
+
default?(_: {}): any;
|
|
782
|
+
};
|
|
783
|
+
}) | undefined>;
|
|
1378
784
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1379
785
|
click: (evt: MouseEvent) => void;
|
|
1380
786
|
}, string, {
|
|
1381
787
|
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
1382
788
|
link: boolean;
|
|
789
|
+
plain: boolean;
|
|
1383
790
|
text: boolean;
|
|
1384
791
|
dark: boolean;
|
|
1385
792
|
disabled: boolean;
|
|
1386
793
|
circle: boolean;
|
|
1387
|
-
nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "
|
|
794
|
+
nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
1388
795
|
loading: boolean;
|
|
1389
796
|
loadingIcon: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
|
|
1390
|
-
plain: boolean;
|
|
1391
797
|
bg: boolean;
|
|
1392
798
|
autofocus: boolean;
|
|
1393
799
|
round: boolean;
|
|
@@ -1395,9 +801,9 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
1395
801
|
tag: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
|
|
1396
802
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1397
803
|
$slots: {
|
|
1398
|
-
loading?(_:
|
|
804
|
+
loading?(_: {}): any;
|
|
1399
805
|
default?(_: {}): any;
|
|
1400
|
-
icon?(_:
|
|
806
|
+
icon?(_: {}): any;
|
|
1401
807
|
};
|
|
1402
808
|
})> & Record<string, any>;
|
|
1403
809
|
export type ButtonInstance = InstanceType<typeof Button>;
|