giime 0.4.0 → 0.4.2
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 +46 -34
- package/es/components/__tests__/business/aliCategoryCascader.test.d.ts +1 -0
- package/es/components/__tests__/business/companyCategoryCascader.test.d.ts +1 -0
- package/es/components/__tests__/business/loginDialog.test.d.ts +1 -0
- package/es/components/__tests__/common/vNodeRenderer.test.d.ts +1 -0
- package/es/components/__tests__/composite/importDialog.test.d.ts +1 -0
- package/es/components/__tests__/directives/see.test.d.ts +1 -0
- package/es/components/__tests__/plugins/confirmBox.test.d.ts +1 -0
- package/es/components/__tests__/plugins/copy.test.d.ts +1 -0
- package/es/components/index.mjs +4 -0
- package/es/components/index.mjs.map +1 -1
- package/es/components/src/base/affix/Affix.vue.d.ts +12 -12
- package/es/components/src/base/affix/affix.d.ts +1 -1
- package/es/components/src/base/affix/index.d.ts +34 -34
- package/es/components/src/base/anchor/Anchor.vue.d.ts +7 -7
- package/es/components/src/base/anchor/index.d.ts +21 -21
- package/es/components/src/base/autocomplete/Autocomplete.vue.d.ts +4 -4
- package/es/components/src/base/autocomplete/autocomplete.d.ts +1 -1
- package/es/components/src/base/autocomplete/index.d.ts +10 -10
- package/es/components/src/base/backtop/Backtop.vue.d.ts +5 -5
- package/es/components/src/base/backtop/index.d.ts +15 -15
- package/es/components/src/base/badge/Badge.vue.d.ts +5 -5
- package/es/components/src/base/badge/index.d.ts +15 -15
- package/es/components/src/base/button/Button.vue.d.ts +19 -19
- package/es/components/src/base/button/button.d.ts +2 -2
- package/es/components/src/base/button/index.d.ts +55 -55
- package/es/components/src/base/buttonGroup/ButtonGroup.vue.d.ts +9 -9
- package/es/components/src/base/buttonGroup/buttonGroup.d.ts +1 -1
- package/es/components/src/base/buttonGroup/index.d.ts +25 -25
- package/es/components/src/base/calendar/Calendar.vue.d.ts +1 -1
- package/es/components/src/base/calendar/index.d.ts +3 -3
- package/es/components/src/base/carousel/Carousel.vue.d.ts +7 -7
- package/es/components/src/base/carousel/index.d.ts +21 -21
- package/es/components/src/base/cascader/Cascader.vue.d.ts +6 -6
- package/es/components/src/base/cascader/cascader.d.ts +1 -1
- package/es/components/src/base/cascader/index.d.ts +16 -16
- package/es/components/src/base/chart/Chart.vue.d.ts +30 -30
- package/es/components/src/base/chart/index.d.ts +30 -30
- package/es/components/src/base/checkbox/Checkbox.vue.d.ts +5 -5
- package/es/components/src/base/checkbox/index.d.ts +15 -15
- package/es/components/src/base/checkboxButton/CheckboxButton.vue.d.ts +5 -5
- package/es/components/src/base/checkboxButton/index.d.ts +15 -15
- package/es/components/src/base/checkboxGroup/CheckboxGroup.vue.d.ts +3 -3
- package/es/components/src/base/checkboxGroup/index.d.ts +9 -9
- package/es/components/src/base/collapseItem/CollapseItem.vue.d.ts +3 -3
- package/es/components/src/base/collapseItem/index.d.ts +9 -9
- package/es/components/src/base/colorPicker/ColorPicker.vue.d.ts +4 -4
- package/es/components/src/base/colorPicker/index.d.ts +4 -4
- package/es/components/src/base/datePicker/DatePicker.vue.d.ts +7 -4
- package/es/components/src/base/datePicker/DatePicker.vue2.mjs +25 -29
- package/es/components/src/base/datePicker/DatePicker.vue2.mjs.map +1 -1
- package/es/components/src/base/datePicker/datePicker.d.ts +3 -1
- package/es/components/src/base/datePicker/datePicker.mjs +3 -0
- package/es/components/src/base/datePicker/datePicker.mjs.map +1 -1
- package/es/components/src/base/datePicker/index.d.ts +15 -10
- package/es/components/src/base/descriptions/Descriptions.vue.d.ts +2 -2
- package/es/components/src/base/descriptions/index.d.ts +6 -6
- package/es/components/src/base/descriptionsItem/DescriptionsItem.vue.d.ts +2 -2
- package/es/components/src/base/descriptionsItem/index.d.ts +6 -6
- package/es/components/src/base/dialog/Dialog.vue.d.ts +2 -2
- package/es/components/src/base/dialog/index.d.ts +5 -5
- 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 +4 -4
- package/es/components/src/base/drawer/index.d.ts +11 -11
- package/es/components/src/base/dropdown/Dropdown.vue.d.ts +7 -7
- package/es/components/src/base/dropdown/dropdown.d.ts +2 -2
- package/es/components/src/base/dropdown/index.d.ts +17 -17
- package/es/components/src/base/form/Form.vue.d.ts +7 -7
- package/es/components/src/base/form/form.d.ts +2 -2
- package/es/components/src/base/form/index.d.ts +17 -17
- package/es/components/src/base/formItem/FormItem.vue.d.ts +3 -3
- package/es/components/src/base/formItem/formItem.d.ts +1 -1
- package/es/components/src/base/formItem/index.d.ts +7 -7
- package/es/components/src/base/image/Image.vue.d.ts +5 -5
- package/es/components/src/base/image/image.d.ts +1 -1
- package/es/components/src/base/image/index.d.ts +12 -12
- package/es/components/src/base/imageViewer/ImageViewer.vue.d.ts +2 -2
- package/es/components/src/base/imageViewer/index.d.ts +2 -2
- package/es/components/src/base/index.d.ts +1 -0
- package/es/components/src/base/index.mjs +3 -0
- package/es/components/src/base/index.mjs.map +1 -1
- package/es/components/src/base/input/Input.vue.d.ts +4 -4
- package/es/components/src/base/input/index.d.ts +10 -10
- package/es/components/src/base/input/input.d.ts +1 -1
- package/es/components/src/base/inputNumber/InputNumber.vue.d.ts +1 -1
- package/es/components/src/base/inputNumber/index.d.ts +3 -3
- package/es/components/src/base/link/Link.vue.d.ts +2 -2
- package/es/components/src/base/link/index.d.ts +6 -6
- package/es/components/src/base/menu/Menu.vue.d.ts +4 -4
- package/es/components/src/base/menu/index.d.ts +14 -14
- package/es/components/src/base/pageHeader/PageHeader.vue.d.ts +1 -1
- package/es/components/src/base/pageHeader/index.d.ts +3 -3
- package/es/components/src/base/pagination/Pagination.vue.d.ts +3 -3
- package/es/components/src/base/pagination/index.d.ts +9 -9
- package/es/components/src/base/popconfirm/Popconfirm.vue.d.ts +7 -7
- package/es/components/src/base/popconfirm/index.d.ts +17 -17
- package/es/components/src/base/popconfirm/popconfirm.d.ts +2 -2
- package/es/components/src/base/popover/Popover.vue.d.ts +8 -8
- package/es/components/src/base/popover/index.d.ts +21 -21
- package/es/components/src/base/popover/popover.d.ts +1 -1
- package/es/components/src/base/popper/Popper.vue.d.ts +4 -4
- package/es/components/src/base/popper/index.d.ts +10 -10
- package/es/components/src/base/popper/popper.d.ts +1 -1
- package/es/components/src/base/progress/Progress.vue.d.ts +16 -16
- package/es/components/src/base/progress/index.d.ts +46 -46
- package/es/components/src/base/progress/progress.d.ts +1 -1
- package/es/components/src/base/radio/Radio.vue.d.ts +2 -2
- package/es/components/src/base/radio/index.d.ts +6 -6
- package/es/components/src/base/radioButton/RadioButton.vue.d.ts +1 -1
- package/es/components/src/base/radioButton/index.d.ts +3 -3
- package/es/components/src/base/radioGroup/RadioGroup.vue.d.ts +2 -2
- package/es/components/src/base/radioGroup/index.d.ts +6 -6
- package/es/components/src/base/rate/Rate.vue.d.ts +1 -1
- package/es/components/src/base/rate/index.d.ts +1 -1
- package/es/components/src/base/rectSelect/RectSelect.vue.d.ts +2 -0
- package/es/components/src/base/rectSelect/RectSelect.vue.mjs +6 -0
- package/es/components/src/base/rectSelect/RectSelect.vue.mjs.map +1 -0
- package/es/components/src/base/rectSelect/RectSelect.vue2.mjs +35 -0
- package/es/components/src/base/rectSelect/RectSelect.vue2.mjs.map +1 -0
- package/es/components/src/base/rectSelect/createRectSelect.d.ts +1 -0
- package/es/components/src/base/rectSelect/createRectSelect.mjs +14 -0
- package/es/components/src/base/rectSelect/createRectSelect.mjs.map +1 -0
- package/es/components/src/base/rectSelect/index.d.ts +6 -0
- package/es/components/src/base/rectSelect/index.mjs +11 -0
- package/es/components/src/base/rectSelect/index.mjs.map +1 -0
- package/es/components/src/base/rectSelect/rectSelect.d.ts +1 -0
- package/es/components/src/base/rectSelect/rectSelect.mjs +4 -0
- package/es/components/src/base/rectSelect/rectSelect.mjs.map +1 -0
- package/es/components/src/base/rectSelect/store.d.ts +9575 -0
- package/es/components/src/base/rectSelect/store.mjs +23 -0
- package/es/components/src/base/rectSelect/store.mjs.map +1 -0
- package/es/components/src/base/row/Row.vue.d.ts +9 -9
- package/es/components/src/base/row/index.d.ts +25 -25
- package/es/components/src/base/row/row.d.ts +1 -1
- package/es/components/src/base/scrollbar/Scrollbar.vue.d.ts +1 -1
- package/es/components/src/base/scrollbar/index.d.ts +3 -3
- package/es/components/src/base/select/Select.vue.d.ts +8 -8
- package/es/components/src/base/select/index.d.ts +20 -20
- package/es/components/src/base/select/select.d.ts +2 -2
- package/es/components/src/base/selectV2/SelectV2.vue.d.ts +12 -12
- package/es/components/src/base/selectV2/index.d.ts +30 -30
- package/es/components/src/base/selectV2/selectV2.d.ts +3 -3
- package/es/components/src/base/skeletonItem/SkeletonItem.vue.d.ts +8 -8
- package/es/components/src/base/skeletonItem/index.d.ts +22 -22
- package/es/components/src/base/skeletonItem/skeletonItem.d.ts +1 -1
- package/es/components/src/base/slider/Slider.vue.d.ts +3 -3
- package/es/components/src/base/slider/index.d.ts +9 -9
- package/es/components/src/base/space/Space.vue.d.ts +3 -3
- package/es/components/src/base/space/index.d.ts +9 -9
- package/es/components/src/base/step/Step.vue.d.ts +9 -9
- package/es/components/src/base/step/index.d.ts +25 -25
- package/es/components/src/base/step/step.d.ts +1 -1
- package/es/components/src/base/steps/Steps.vue.d.ts +21 -21
- package/es/components/src/base/steps/index.d.ts +59 -59
- package/es/components/src/base/steps/steps.d.ts +2 -2
- package/es/components/src/base/subMenu/SubMenu.vue.d.ts +1 -1
- package/es/components/src/base/subMenu/index.d.ts +3 -3
- package/es/components/src/base/switch/Switch.vue.d.ts +6 -6
- package/es/components/src/base/switch/index.d.ts +18 -18
- package/es/components/src/base/tabPane/TabPane.vue.d.ts +3 -3
- package/es/components/src/base/tabPane/index.d.ts +9 -9
- package/es/components/src/base/table/Table.vue.d.ts +15 -15
- package/es/components/src/base/table/index.d.ts +40 -40
- package/es/components/src/base/table/table.d.ts +2 -2
- package/es/components/src/base/tableColumn/TableColumn.vue.d.ts +4 -4
- package/es/components/src/base/tableColumn/index.d.ts +10 -10
- package/es/components/src/base/tableColumn/tableColumn.d.ts +1 -1
- package/es/components/src/base/tabs/Tabs.vue.d.ts +6 -6
- package/es/components/src/base/tabs/index.d.ts +16 -16
- package/es/components/src/base/tabs/tabs.d.ts +2 -2
- package/es/components/src/base/tag/Tag.vue.d.ts +12 -12
- package/es/components/src/base/tag/index.d.ts +34 -34
- package/es/components/src/base/tag/tag.d.ts +1 -1
- package/es/components/src/base/timePicker/TimePicker.vue.d.ts +1 -1
- package/es/components/src/base/timePicker/index.d.ts +3 -3
- package/es/components/src/base/timeSelect/TimeSelect.vue.d.ts +3 -3
- package/es/components/src/base/timeSelect/index.d.ts +9 -9
- package/es/components/src/base/timelineItem/TimelineItem.vue.d.ts +19 -19
- package/es/components/src/base/timelineItem/index.d.ts +53 -53
- package/es/components/src/base/timelineItem/timelineItem.d.ts +2 -2
- package/es/components/src/base/tooltip/Tooltip.vue.d.ts +13 -13
- package/es/components/src/base/tooltip/index.d.ts +37 -37
- package/es/components/src/base/tooltip/tooltip.d.ts +1 -1
- package/es/components/src/base/tooltipV2/TooltipV2.vue.d.ts +8 -8
- package/es/components/src/base/tooltipV2/index.d.ts +22 -22
- package/es/components/src/base/tooltipV2/tooltipV2.d.ts +1 -1
- package/es/components/src/base/tour/Tour.vue.d.ts +14 -14
- package/es/components/src/base/tour/index.d.ts +40 -40
- package/es/components/src/base/tour/tour.d.ts +1 -1
- package/es/components/src/base/tourStep/TourStep.vue.d.ts +4 -4
- package/es/components/src/base/tourStep/index.d.ts +10 -10
- package/es/components/src/base/tourStep/tourStep.d.ts +1 -1
- package/es/components/src/base/treeSelect/TreeSelect.vue.d.ts +8 -8
- package/es/components/src/base/treeSelect/treeSelect.d.ts +2 -2
- package/es/components/src/base/treeV2/TreeV2.vue.d.ts +1 -1
- package/es/components/src/base/treeV2/index.d.ts +3 -3
- package/es/components/src/base/upload/Upload.vue.d.ts +3 -3
- package/es/components/src/base/upload/index.d.ts +9 -9
- package/es/components/src/base/watermark/Watermark.vue.d.ts +5 -5
- package/es/components/src/base/watermark/index.d.ts +15 -15
- package/es/components/src/business/aliCategoryCascader/aliCategoryCascader.d.ts +1 -1
- package/es/components/src/business/companyCategoryCascader/companyCategoryCascader.d.ts +1 -1
- package/es/components/src/business/loginDialog/LoginDialog.vue2.mjs +2 -2
- package/es/components/src/business/loginDialog/LoginDialog.vue2.mjs.map +1 -1
- package/es/components/src/composite/dialogForm/DialogForm.vue.d.ts +10 -10
- package/es/components/src/composite/dialogForm/index.d.ts +28 -28
- package/es/components/src/composite/drawerForm/DrawerForm.vue.d.ts +18 -18
- package/es/components/src/composite/drawerForm/index.d.ts +52 -52
- package/es/components/src/composite/memoryForm/MemoryForm.vue.d.ts +7 -7
- package/es/components/src/composite/memoryForm/index.d.ts +17 -17
- package/es/components/src/composite/memoryForm/memoryForm.d.ts +2 -2
- package/es/components/src/composite/numberInterval/NumberInterval.vue.d.ts +3 -3
- package/es/components/src/composite/numberInterval/index.d.ts +3 -3
- package/es/components/src/composite/operateButton/OperateButton.vue.d.ts +3 -3
- package/es/components/src/composite/operateButton/index.d.ts +3 -3
- package/es/components/src/composite/operateButton/operateButton.d.ts +1 -1
- package/es/components/src/composite/operateButton/operateButtonForm/OperateButtonForm.vue.d.ts +9 -0
- package/es/components/src/composite/operateButton/operateButtonForm/OperateButtonForm.vue2.mjs +5 -1
- package/es/components/src/composite/operateButton/operateButtonForm/OperateButtonForm.vue2.mjs.map +1 -1
- package/es/components/src/composite/operateButton/operateButtonForm/index.d.ts +9 -0
- package/es/components/src/composite/operateButton/operateButtonForm/operateButtonForm.d.ts +4 -0
- package/es/components/src/composite/operateButton/operateButtonForm/operateButtonForm.mjs +5 -0
- package/es/components/src/composite/operateButton/operateButtonForm/operateButtonForm.mjs.map +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/cascader/SearchFormCascader.vue.d.ts +2 -2
- package/es/components/src/composite/searchForm/searchFormItems/cascader/index.d.ts +2 -2
- package/es/components/src/composite/searchForm/searchFormItems/datePicker/SearchFormDatePicker.vue.d.ts +2 -2
- package/es/components/src/composite/searchForm/searchFormItems/datePicker/index.d.ts +2 -2
- package/es/components/src/composite/searchForm/searchFormItems/datePicker/searchFormDatePicker.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 +2 -2
- package/es/components/src/composite/searchForm/searchFormItems/select/index.d.ts +2 -2
- package/es/components/src/composite/searchForm/searchFormItems/selectV2/SearchFormSelectV2.vue.d.ts +2 -2
- package/es/components/src/composite/searchForm/searchFormItems/selectV2/index.d.ts +2 -2
- package/es/components/src/composite/selectOptions/SelectOptions.vue.d.ts +8 -8
- package/es/components/src/composite/selectOptions/index.d.ts +20 -20
- package/es/components/src/composite/selectOptions/selectOptions.d.ts +2 -2
- package/es/components/src/composite/tablePro/TablePro.vue.d.ts +29 -11
- package/es/components/src/composite/tablePro/TablePro.vue.mjs +1 -1
- package/es/components/src/composite/tablePro/TablePro.vue2.mjs +5 -3
- package/es/components/src/composite/tablePro/TablePro.vue2.mjs.map +1 -1
- package/es/components/src/composite/tablePro/index.d.ts +66 -28
- package/es/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue.d.ts +5 -5
- package/es/components/src/composite/tablePro/tableColumnPro/index.d.ts +13 -13
- package/es/components/src/composite/tablePro/tableColumnPro/tableColumnPro.d.ts +1 -1
- package/es/components/src/composite/tablePro/tableHeaderForm/TableHeaderForm.vue.d.ts +9 -0
- package/es/components/src/composite/tablePro/tableHeaderForm/TableHeaderForm.vue2.mjs +70 -61
- package/es/components/src/composite/tablePro/tableHeaderForm/TableHeaderForm.vue2.mjs.map +1 -1
- package/es/components/src/composite/tablePro/tableHeaderForm/index.d.ts +9 -0
- package/es/components/src/composite/tablePro/tableHeaderForm/tableHeaderForm.d.ts +4 -0
- package/es/components/src/composite/tablePro/tableHeaderForm/tableHeaderForm.mjs +5 -0
- package/es/components/src/composite/tablePro/tableHeaderForm/tableHeaderForm.mjs.map +1 -1
- package/es/components/src/composite/tablePro/tablePagination/TablePagination.vue.d.ts +3 -3
- package/es/components/src/composite/tablePro/tablePagination/index.d.ts +3 -3
- package/es/components/src/composite/tablePro/tablePro.d.ts +10 -2
- package/es/components/src/composite/tablePro/tablePro.mjs +10 -0
- package/es/components/src/composite/tablePro/tablePro.mjs.map +1 -1
- package/es/components/src/plugins/copy/index.d.ts +2 -0
- package/es/components/src/plugins/copy/index.mjs +1 -0
- package/es/components/src/plugins/copy/index.mjs.map +1 -1
- package/es/components/src/plugins/copy/method.d.ts +8 -0
- package/es/components/src/plugins/copy/method.mjs +1 -1
- package/es/components/src/plugins/copy/method.mjs.map +1 -1
- package/es/components/src/plugins/index.mjs +1 -0
- package/es/components/src/plugins/index.mjs.map +1 -1
- package/es/constants/key.d.ts +1 -0
- package/es/constants/key.mjs.map +1 -1
- package/es/giime/index.mjs +6 -0
- package/es/giime/index.mjs.map +1 -1
- package/es/giime/makeInstaller.mjs +4 -0
- package/es/giime/makeInstaller.mjs.map +1 -1
- 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/__tests__/base/useRectSelect.test.d.ts +1 -0
- package/es/hooks/__tests__/store/useLangList/index.test.d.ts +1 -0
- package/es/hooks/base/index.d.ts +1 -0
- package/es/hooks/base/index.mjs +1 -0
- package/es/hooks/base/index.mjs.map +1 -1
- package/es/hooks/base/useCheckAll/index.d.ts +15 -2
- package/es/hooks/base/useCheckAll/index.mjs +33 -1
- package/es/hooks/base/useCheckAll/index.mjs.map +1 -1
- package/es/hooks/base/useLoading/index.d.ts +2 -1
- package/es/hooks/base/useLoading/index.mjs +16 -1
- package/es/hooks/base/useLoading/index.mjs.map +1 -1
- package/es/hooks/base/useRectSelect/index.d.ts +14 -0
- package/es/hooks/base/useRectSelect/index.mjs +66 -0
- package/es/hooks/base/useRectSelect/index.mjs.map +1 -0
- package/es/hooks/index.mjs +1 -0
- package/es/hooks/index.mjs.map +1 -1
- package/es/hooks/store/useLangList/index.d.ts +8 -2
- package/es/hooks/store/useLangList/index.mjs +11 -17
- package/es/hooks/store/useLangList/index.mjs.map +1 -1
- package/es/index.css +46 -34
- package/es/theme-chalk/tailwindPlugin.mjs +3 -0
- package/es/theme-chalk/tailwindPlugin.mjs.map +1 -1
- package/es/utils/__tests__/date/dateShortcuts.test.d.ts +1 -0
- package/es/utils/__tests__/elementPlus/event.test.d.ts +1 -0
- package/es/utils/__tests__/elementPlus/exports.test.d.ts +1 -0
- package/es/utils/__tests__/file.test.d.ts +1 -0
- package/es/utils/__tests__/general.test.d.ts +1 -0
- package/es/utils/__tests__/http/errorMessage.test.d.ts +1 -0
- package/es/utils/__tests__/is.test.d.ts +1 -0
- package/es/utils/__tests__/object.test.d.ts +1 -0
- package/es/utils/index.d.ts +1 -0
- package/es/utils/index.mjs +1 -0
- package/es/utils/index.mjs.map +1 -1
- package/es/utils/src/elementPlus/event.d.ts +1 -1
- package/es/utils/src/elementPlus/event.mjs.map +1 -1
- package/es/utils/src/elementPlus/exports.d.ts +11 -0
- package/es/utils/src/elementPlus/exports.mjs.map +1 -1
- package/es/utils/src/http/errorMessage.mjs +0 -1
- package/es/utils/src/http/errorMessage.mjs.map +1 -1
- package/es/utils/src/types.d.ts +12 -0
- package/lib/components/__tests__/business/aliCategoryCascader.test.d.ts +1 -0
- package/lib/components/__tests__/business/companyCategoryCascader.test.d.ts +1 -0
- package/lib/components/__tests__/business/loginDialog.test.d.ts +1 -0
- package/lib/components/__tests__/common/vNodeRenderer.test.d.ts +1 -0
- package/lib/components/__tests__/composite/importDialog.test.d.ts +1 -0
- package/lib/components/__tests__/directives/see.test.d.ts +1 -0
- package/lib/components/__tests__/plugins/confirmBox.test.d.ts +1 -0
- package/lib/components/__tests__/plugins/copy.test.d.ts +1 -0
- package/lib/components/index.js +68 -60
- package/lib/components/index.js.map +1 -1
- package/lib/components/src/base/affix/Affix.vue.d.ts +12 -12
- package/lib/components/src/base/affix/affix.d.ts +1 -1
- package/lib/components/src/base/affix/index.d.ts +34 -34
- package/lib/components/src/base/anchor/Anchor.vue.d.ts +7 -7
- package/lib/components/src/base/anchor/index.d.ts +21 -21
- package/lib/components/src/base/autocomplete/Autocomplete.vue.d.ts +4 -4
- package/lib/components/src/base/autocomplete/autocomplete.d.ts +1 -1
- package/lib/components/src/base/autocomplete/index.d.ts +10 -10
- package/lib/components/src/base/backtop/Backtop.vue.d.ts +5 -5
- package/lib/components/src/base/backtop/index.d.ts +15 -15
- package/lib/components/src/base/badge/Badge.vue.d.ts +5 -5
- package/lib/components/src/base/badge/index.d.ts +15 -15
- package/lib/components/src/base/button/Button.vue.d.ts +19 -19
- package/lib/components/src/base/button/button.d.ts +2 -2
- package/lib/components/src/base/button/index.d.ts +55 -55
- package/lib/components/src/base/buttonGroup/ButtonGroup.vue.d.ts +9 -9
- package/lib/components/src/base/buttonGroup/buttonGroup.d.ts +1 -1
- package/lib/components/src/base/buttonGroup/index.d.ts +25 -25
- package/lib/components/src/base/calendar/Calendar.vue.d.ts +1 -1
- package/lib/components/src/base/calendar/index.d.ts +3 -3
- package/lib/components/src/base/carousel/Carousel.vue.d.ts +7 -7
- package/lib/components/src/base/carousel/index.d.ts +21 -21
- package/lib/components/src/base/cascader/Cascader.vue.d.ts +6 -6
- package/lib/components/src/base/cascader/cascader.d.ts +1 -1
- package/lib/components/src/base/cascader/index.d.ts +16 -16
- package/lib/components/src/base/chart/Chart.vue.d.ts +30 -30
- package/lib/components/src/base/chart/index.d.ts +30 -30
- package/lib/components/src/base/checkbox/Checkbox.vue.d.ts +5 -5
- package/lib/components/src/base/checkbox/index.d.ts +15 -15
- package/lib/components/src/base/checkboxButton/CheckboxButton.vue.d.ts +5 -5
- package/lib/components/src/base/checkboxButton/index.d.ts +15 -15
- package/lib/components/src/base/checkboxGroup/CheckboxGroup.vue.d.ts +3 -3
- package/lib/components/src/base/checkboxGroup/index.d.ts +9 -9
- package/lib/components/src/base/collapseItem/CollapseItem.vue.d.ts +3 -3
- package/lib/components/src/base/collapseItem/index.d.ts +9 -9
- package/lib/components/src/base/colorPicker/ColorPicker.vue.d.ts +4 -4
- package/lib/components/src/base/colorPicker/index.d.ts +4 -4
- package/lib/components/src/base/datePicker/DatePicker.vue.d.ts +7 -4
- package/lib/components/src/base/datePicker/DatePicker.vue2.js +24 -28
- package/lib/components/src/base/datePicker/DatePicker.vue2.js.map +1 -1
- package/lib/components/src/base/datePicker/datePicker.d.ts +3 -1
- package/lib/components/src/base/datePicker/datePicker.js +3 -0
- package/lib/components/src/base/datePicker/datePicker.js.map +1 -1
- package/lib/components/src/base/datePicker/index.d.ts +15 -10
- package/lib/components/src/base/descriptions/Descriptions.vue.d.ts +2 -2
- package/lib/components/src/base/descriptions/index.d.ts +6 -6
- package/lib/components/src/base/descriptionsItem/DescriptionsItem.vue.d.ts +2 -2
- package/lib/components/src/base/descriptionsItem/index.d.ts +6 -6
- package/lib/components/src/base/dialog/Dialog.vue.d.ts +2 -2
- package/lib/components/src/base/dialog/index.d.ts +5 -5
- 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 +4 -4
- package/lib/components/src/base/drawer/index.d.ts +11 -11
- package/lib/components/src/base/dropdown/Dropdown.vue.d.ts +7 -7
- package/lib/components/src/base/dropdown/dropdown.d.ts +2 -2
- package/lib/components/src/base/dropdown/index.d.ts +17 -17
- package/lib/components/src/base/form/Form.vue.d.ts +7 -7
- package/lib/components/src/base/form/form.d.ts +2 -2
- package/lib/components/src/base/form/index.d.ts +17 -17
- package/lib/components/src/base/formItem/FormItem.vue.d.ts +3 -3
- package/lib/components/src/base/formItem/formItem.d.ts +1 -1
- package/lib/components/src/base/formItem/index.d.ts +7 -7
- package/lib/components/src/base/image/Image.vue.d.ts +5 -5
- package/lib/components/src/base/image/image.d.ts +1 -1
- package/lib/components/src/base/image/index.d.ts +12 -12
- package/lib/components/src/base/imageViewer/ImageViewer.vue.d.ts +2 -2
- package/lib/components/src/base/imageViewer/index.d.ts +2 -2
- package/lib/components/src/base/index.d.ts +1 -0
- package/lib/components/src/base/index.js +6 -0
- package/lib/components/src/base/index.js.map +1 -1
- package/lib/components/src/base/input/Input.vue.d.ts +4 -4
- package/lib/components/src/base/input/index.d.ts +10 -10
- package/lib/components/src/base/input/input.d.ts +1 -1
- package/lib/components/src/base/inputNumber/InputNumber.vue.d.ts +1 -1
- package/lib/components/src/base/inputNumber/index.d.ts +3 -3
- package/lib/components/src/base/link/Link.vue.d.ts +2 -2
- package/lib/components/src/base/link/index.d.ts +6 -6
- package/lib/components/src/base/menu/Menu.vue.d.ts +4 -4
- package/lib/components/src/base/menu/index.d.ts +14 -14
- package/lib/components/src/base/pageHeader/PageHeader.vue.d.ts +1 -1
- package/lib/components/src/base/pageHeader/index.d.ts +3 -3
- package/lib/components/src/base/pagination/Pagination.vue.d.ts +3 -3
- package/lib/components/src/base/pagination/index.d.ts +9 -9
- package/lib/components/src/base/popconfirm/Popconfirm.vue.d.ts +7 -7
- package/lib/components/src/base/popconfirm/index.d.ts +17 -17
- package/lib/components/src/base/popconfirm/popconfirm.d.ts +2 -2
- package/lib/components/src/base/popover/Popover.vue.d.ts +8 -8
- package/lib/components/src/base/popover/index.d.ts +21 -21
- package/lib/components/src/base/popover/popover.d.ts +1 -1
- package/lib/components/src/base/popper/Popper.vue.d.ts +4 -4
- package/lib/components/src/base/popper/index.d.ts +10 -10
- package/lib/components/src/base/popper/popper.d.ts +1 -1
- package/lib/components/src/base/progress/Progress.vue.d.ts +16 -16
- package/lib/components/src/base/progress/index.d.ts +46 -46
- package/lib/components/src/base/progress/progress.d.ts +1 -1
- package/lib/components/src/base/radio/Radio.vue.d.ts +2 -2
- package/lib/components/src/base/radio/index.d.ts +6 -6
- package/lib/components/src/base/radioButton/RadioButton.vue.d.ts +1 -1
- package/lib/components/src/base/radioButton/index.d.ts +3 -3
- package/lib/components/src/base/radioGroup/RadioGroup.vue.d.ts +2 -2
- package/lib/components/src/base/radioGroup/index.d.ts +6 -6
- package/lib/components/src/base/rate/Rate.vue.d.ts +1 -1
- package/lib/components/src/base/rate/index.d.ts +1 -1
- package/lib/components/src/base/rectSelect/RectSelect.vue.d.ts +2 -0
- package/lib/components/src/base/rectSelect/RectSelect.vue.js +10 -0
- package/lib/components/src/base/rectSelect/RectSelect.vue.js.map +1 -0
- package/lib/components/src/base/rectSelect/RectSelect.vue2.js +39 -0
- package/lib/components/src/base/rectSelect/RectSelect.vue2.js.map +1 -0
- package/lib/components/src/base/rectSelect/createRectSelect.d.ts +1 -0
- package/lib/components/src/base/rectSelect/createRectSelect.js +16 -0
- package/lib/components/src/base/rectSelect/createRectSelect.js.map +1 -0
- package/lib/components/src/base/rectSelect/index.d.ts +6 -0
- package/lib/components/src/base/rectSelect/index.js +18 -0
- package/lib/components/src/base/rectSelect/index.js.map +1 -0
- package/lib/components/src/base/rectSelect/rectSelect.d.ts +1 -0
- package/lib/components/src/base/rectSelect/rectSelect.js +6 -0
- package/lib/components/src/base/rectSelect/rectSelect.js.map +1 -0
- package/lib/components/src/base/rectSelect/store.d.ts +9575 -0
- package/lib/components/src/base/rectSelect/store.js +25 -0
- package/lib/components/src/base/rectSelect/store.js.map +1 -0
- package/lib/components/src/base/row/Row.vue.d.ts +9 -9
- package/lib/components/src/base/row/index.d.ts +25 -25
- package/lib/components/src/base/row/row.d.ts +1 -1
- package/lib/components/src/base/scrollbar/Scrollbar.vue.d.ts +1 -1
- package/lib/components/src/base/scrollbar/index.d.ts +3 -3
- package/lib/components/src/base/select/Select.vue.d.ts +8 -8
- package/lib/components/src/base/select/index.d.ts +20 -20
- package/lib/components/src/base/select/select.d.ts +2 -2
- package/lib/components/src/base/selectV2/SelectV2.vue.d.ts +12 -12
- package/lib/components/src/base/selectV2/index.d.ts +30 -30
- package/lib/components/src/base/selectV2/selectV2.d.ts +3 -3
- package/lib/components/src/base/skeletonItem/SkeletonItem.vue.d.ts +8 -8
- package/lib/components/src/base/skeletonItem/index.d.ts +22 -22
- package/lib/components/src/base/skeletonItem/skeletonItem.d.ts +1 -1
- package/lib/components/src/base/slider/Slider.vue.d.ts +3 -3
- package/lib/components/src/base/slider/index.d.ts +9 -9
- package/lib/components/src/base/space/Space.vue.d.ts +3 -3
- package/lib/components/src/base/space/index.d.ts +9 -9
- package/lib/components/src/base/step/Step.vue.d.ts +9 -9
- package/lib/components/src/base/step/index.d.ts +25 -25
- package/lib/components/src/base/step/step.d.ts +1 -1
- package/lib/components/src/base/steps/Steps.vue.d.ts +21 -21
- package/lib/components/src/base/steps/index.d.ts +59 -59
- package/lib/components/src/base/steps/steps.d.ts +2 -2
- package/lib/components/src/base/subMenu/SubMenu.vue.d.ts +1 -1
- package/lib/components/src/base/subMenu/index.d.ts +3 -3
- package/lib/components/src/base/switch/Switch.vue.d.ts +6 -6
- package/lib/components/src/base/switch/index.d.ts +18 -18
- package/lib/components/src/base/tabPane/TabPane.vue.d.ts +3 -3
- package/lib/components/src/base/tabPane/index.d.ts +9 -9
- package/lib/components/src/base/table/Table.vue.d.ts +15 -15
- package/lib/components/src/base/table/index.d.ts +40 -40
- package/lib/components/src/base/table/table.d.ts +2 -2
- package/lib/components/src/base/tableColumn/TableColumn.vue.d.ts +4 -4
- package/lib/components/src/base/tableColumn/index.d.ts +10 -10
- package/lib/components/src/base/tableColumn/tableColumn.d.ts +1 -1
- package/lib/components/src/base/tabs/Tabs.vue.d.ts +6 -6
- package/lib/components/src/base/tabs/index.d.ts +16 -16
- package/lib/components/src/base/tabs/tabs.d.ts +2 -2
- package/lib/components/src/base/tag/Tag.vue.d.ts +12 -12
- package/lib/components/src/base/tag/index.d.ts +34 -34
- package/lib/components/src/base/tag/tag.d.ts +1 -1
- package/lib/components/src/base/timePicker/TimePicker.vue.d.ts +1 -1
- package/lib/components/src/base/timePicker/index.d.ts +3 -3
- package/lib/components/src/base/timeSelect/TimeSelect.vue.d.ts +3 -3
- package/lib/components/src/base/timeSelect/index.d.ts +9 -9
- package/lib/components/src/base/timelineItem/TimelineItem.vue.d.ts +19 -19
- package/lib/components/src/base/timelineItem/index.d.ts +53 -53
- package/lib/components/src/base/timelineItem/timelineItem.d.ts +2 -2
- package/lib/components/src/base/tooltip/Tooltip.vue.d.ts +13 -13
- package/lib/components/src/base/tooltip/index.d.ts +37 -37
- package/lib/components/src/base/tooltip/tooltip.d.ts +1 -1
- package/lib/components/src/base/tooltipV2/TooltipV2.vue.d.ts +8 -8
- package/lib/components/src/base/tooltipV2/index.d.ts +22 -22
- package/lib/components/src/base/tooltipV2/tooltipV2.d.ts +1 -1
- package/lib/components/src/base/tour/Tour.vue.d.ts +14 -14
- package/lib/components/src/base/tour/index.d.ts +40 -40
- package/lib/components/src/base/tour/tour.d.ts +1 -1
- package/lib/components/src/base/tourStep/TourStep.vue.d.ts +4 -4
- package/lib/components/src/base/tourStep/index.d.ts +10 -10
- package/lib/components/src/base/tourStep/tourStep.d.ts +1 -1
- package/lib/components/src/base/treeSelect/TreeSelect.vue.d.ts +8 -8
- package/lib/components/src/base/treeSelect/treeSelect.d.ts +2 -2
- package/lib/components/src/base/treeV2/TreeV2.vue.d.ts +1 -1
- package/lib/components/src/base/treeV2/index.d.ts +3 -3
- package/lib/components/src/base/upload/Upload.vue.d.ts +3 -3
- package/lib/components/src/base/upload/index.d.ts +9 -9
- package/lib/components/src/base/watermark/Watermark.vue.d.ts +5 -5
- package/lib/components/src/base/watermark/index.d.ts +15 -15
- package/lib/components/src/business/aliCategoryCascader/aliCategoryCascader.d.ts +1 -1
- package/lib/components/src/business/companyCategoryCascader/companyCategoryCascader.d.ts +1 -1
- package/lib/components/src/business/loginDialog/LoginDialog.vue2.js +2 -2
- package/lib/components/src/business/loginDialog/LoginDialog.vue2.js.map +1 -1
- package/lib/components/src/composite/dialogForm/DialogForm.vue.d.ts +10 -10
- package/lib/components/src/composite/dialogForm/index.d.ts +28 -28
- package/lib/components/src/composite/drawerForm/DrawerForm.vue.d.ts +18 -18
- package/lib/components/src/composite/drawerForm/index.d.ts +52 -52
- package/lib/components/src/composite/memoryForm/MemoryForm.vue.d.ts +7 -7
- package/lib/components/src/composite/memoryForm/index.d.ts +17 -17
- package/lib/components/src/composite/memoryForm/memoryForm.d.ts +2 -2
- package/lib/components/src/composite/numberInterval/NumberInterval.vue.d.ts +3 -3
- package/lib/components/src/composite/numberInterval/index.d.ts +3 -3
- package/lib/components/src/composite/operateButton/OperateButton.vue.d.ts +3 -3
- package/lib/components/src/composite/operateButton/index.d.ts +3 -3
- package/lib/components/src/composite/operateButton/operateButton.d.ts +1 -1
- package/lib/components/src/composite/operateButton/operateButtonForm/OperateButtonForm.vue.d.ts +9 -0
- package/lib/components/src/composite/operateButton/operateButtonForm/OperateButtonForm.vue2.js +5 -1
- package/lib/components/src/composite/operateButton/operateButtonForm/OperateButtonForm.vue2.js.map +1 -1
- package/lib/components/src/composite/operateButton/operateButtonForm/index.d.ts +9 -0
- package/lib/components/src/composite/operateButton/operateButtonForm/operateButtonForm.d.ts +4 -0
- package/lib/components/src/composite/operateButton/operateButtonForm/operateButtonForm.js +5 -0
- package/lib/components/src/composite/operateButton/operateButtonForm/operateButtonForm.js.map +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/cascader/SearchFormCascader.vue.d.ts +2 -2
- package/lib/components/src/composite/searchForm/searchFormItems/cascader/index.d.ts +2 -2
- package/lib/components/src/composite/searchForm/searchFormItems/datePicker/SearchFormDatePicker.vue.d.ts +2 -2
- package/lib/components/src/composite/searchForm/searchFormItems/datePicker/index.d.ts +2 -2
- package/lib/components/src/composite/searchForm/searchFormItems/datePicker/searchFormDatePicker.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 +2 -2
- package/lib/components/src/composite/searchForm/searchFormItems/select/index.d.ts +2 -2
- package/lib/components/src/composite/searchForm/searchFormItems/selectV2/SearchFormSelectV2.vue.d.ts +2 -2
- package/lib/components/src/composite/searchForm/searchFormItems/selectV2/index.d.ts +2 -2
- package/lib/components/src/composite/selectOptions/SelectOptions.vue.d.ts +8 -8
- package/lib/components/src/composite/selectOptions/index.d.ts +20 -20
- package/lib/components/src/composite/selectOptions/selectOptions.d.ts +2 -2
- package/lib/components/src/composite/tablePro/TablePro.vue.d.ts +29 -11
- package/lib/components/src/composite/tablePro/TablePro.vue.js +1 -1
- package/lib/components/src/composite/tablePro/TablePro.vue2.js +5 -3
- package/lib/components/src/composite/tablePro/TablePro.vue2.js.map +1 -1
- package/lib/components/src/composite/tablePro/index.d.ts +66 -28
- package/lib/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue.d.ts +5 -5
- package/lib/components/src/composite/tablePro/tableColumnPro/index.d.ts +13 -13
- package/lib/components/src/composite/tablePro/tableColumnPro/tableColumnPro.d.ts +1 -1
- package/lib/components/src/composite/tablePro/tableHeaderForm/TableHeaderForm.vue.d.ts +9 -0
- package/lib/components/src/composite/tablePro/tableHeaderForm/TableHeaderForm.vue2.js +69 -60
- package/lib/components/src/composite/tablePro/tableHeaderForm/TableHeaderForm.vue2.js.map +1 -1
- package/lib/components/src/composite/tablePro/tableHeaderForm/index.d.ts +9 -0
- package/lib/components/src/composite/tablePro/tableHeaderForm/tableHeaderForm.d.ts +4 -0
- package/lib/components/src/composite/tablePro/tableHeaderForm/tableHeaderForm.js +5 -0
- package/lib/components/src/composite/tablePro/tableHeaderForm/tableHeaderForm.js.map +1 -1
- package/lib/components/src/composite/tablePro/tablePagination/TablePagination.vue.d.ts +3 -3
- package/lib/components/src/composite/tablePro/tablePagination/index.d.ts +3 -3
- package/lib/components/src/composite/tablePro/tablePro.d.ts +10 -2
- package/lib/components/src/composite/tablePro/tablePro.js +10 -0
- package/lib/components/src/composite/tablePro/tablePro.js.map +1 -1
- package/lib/components/src/plugins/copy/index.d.ts +2 -0
- package/lib/components/src/plugins/copy/index.js +1 -0
- package/lib/components/src/plugins/copy/index.js.map +1 -1
- package/lib/components/src/plugins/copy/method.d.ts +8 -0
- package/lib/components/src/plugins/copy/method.js +1 -0
- package/lib/components/src/plugins/copy/method.js.map +1 -1
- package/lib/components/src/plugins/index.js +2 -0
- package/lib/components/src/plugins/index.js.map +1 -1
- package/lib/constants/key.d.ts +1 -0
- package/lib/constants/key.js.map +1 -1
- package/lib/giime/index.js +119 -104
- package/lib/giime/index.js.map +1 -1
- package/lib/giime/makeInstaller.js +4 -0
- package/lib/giime/makeInstaller.js.map +1 -1
- 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/__tests__/base/useRectSelect.test.d.ts +1 -0
- package/lib/hooks/__tests__/store/useLangList/index.test.d.ts +1 -0
- package/lib/hooks/base/index.d.ts +1 -0
- package/lib/hooks/base/index.js +2 -0
- package/lib/hooks/base/index.js.map +1 -1
- package/lib/hooks/base/useCheckAll/index.d.ts +15 -2
- package/lib/hooks/base/useCheckAll/index.js +33 -1
- package/lib/hooks/base/useCheckAll/index.js.map +1 -1
- package/lib/hooks/base/useLoading/index.d.ts +2 -1
- package/lib/hooks/base/useLoading/index.js +16 -1
- package/lib/hooks/base/useLoading/index.js.map +1 -1
- package/lib/hooks/base/useRectSelect/index.d.ts +14 -0
- package/lib/hooks/base/useRectSelect/index.js +68 -0
- package/lib/hooks/base/useRectSelect/index.js.map +1 -0
- package/lib/hooks/index.js +36 -34
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/store/useLangList/index.d.ts +8 -2
- package/lib/hooks/store/useLangList/index.js +11 -17
- package/lib/hooks/store/useLangList/index.js.map +1 -1
- package/lib/index.css +46 -34
- package/lib/theme-chalk/tailwindPlugin.js +3 -0
- package/lib/theme-chalk/tailwindPlugin.js.map +1 -1
- package/lib/utils/__tests__/date/dateShortcuts.test.d.ts +1 -0
- package/lib/utils/__tests__/elementPlus/event.test.d.ts +1 -0
- package/lib/utils/__tests__/elementPlus/exports.test.d.ts +1 -0
- package/lib/utils/__tests__/file.test.d.ts +1 -0
- package/lib/utils/__tests__/general.test.d.ts +1 -0
- package/lib/utils/__tests__/http/errorMessage.test.d.ts +1 -0
- package/lib/utils/__tests__/is.test.d.ts +1 -0
- package/lib/utils/__tests__/object.test.d.ts +1 -0
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/index.js +5 -0
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/src/elementPlus/event.d.ts +1 -1
- package/lib/utils/src/elementPlus/event.js.map +1 -1
- package/lib/utils/src/elementPlus/exports.d.ts +11 -0
- package/lib/utils/src/elementPlus/exports.js.map +1 -1
- package/lib/utils/src/http/errorMessage.js +0 -1
- package/lib/utils/src/http/errorMessage.js.map +1 -1
- package/lib/utils/src/types.d.ts +12 -0
- package/package.json +2 -1
- package/es/components/src/test/Test.vue.d.ts +0 -243
- package/es/components/src/test/index.d.ts +0 -246
- package/es/components/src/test/test.d.ts +0 -72
- package/lib/components/src/test/Test.vue.d.ts +0 -243
- package/lib/components/src/test/index.d.ts +0 -246
- package/lib/components/src/test/test.d.ts +0 -72
|
@@ -8,7 +8,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
8
8
|
__epPropKey: true;
|
|
9
9
|
};
|
|
10
10
|
disabled: BooleanConstructor;
|
|
11
|
-
type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
11
|
+
type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
12
12
|
icon: {
|
|
13
13
|
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>) & {}) | (() => 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>>;
|
|
14
14
|
readonly required: false;
|
|
@@ -42,7 +42,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
42
42
|
readonly round: boolean;
|
|
43
43
|
readonly dark: boolean;
|
|
44
44
|
readonly disabled: boolean;
|
|
45
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
45
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
46
46
|
readonly bg: boolean;
|
|
47
47
|
readonly loading: boolean;
|
|
48
48
|
readonly autofocus: boolean;
|
|
@@ -52,21 +52,21 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
52
52
|
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
53
53
|
readonly plain: boolean;
|
|
54
54
|
}> & Omit<{
|
|
55
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
55
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
56
56
|
readonly link: boolean;
|
|
57
|
-
readonly plain: boolean;
|
|
58
57
|
readonly text: boolean;
|
|
58
|
+
readonly round: boolean;
|
|
59
59
|
readonly dark: boolean;
|
|
60
|
-
readonly disabled: boolean;
|
|
61
60
|
readonly circle: boolean;
|
|
61
|
+
readonly disabled: boolean;
|
|
62
|
+
readonly plain: boolean;
|
|
62
63
|
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
63
64
|
readonly loading: boolean;
|
|
64
65
|
readonly bg: boolean;
|
|
65
66
|
readonly autofocus: boolean;
|
|
66
|
-
readonly round: boolean;
|
|
67
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
68
|
readonly size?: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
69
|
+
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;
|
|
70
70
|
readonly color?: string | undefined;
|
|
71
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
72
|
readonly autoInsertSpace?: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
@@ -79,7 +79,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
79
79
|
__epPropKey: true;
|
|
80
80
|
};
|
|
81
81
|
readonly disabled: BooleanConstructor;
|
|
82
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
82
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
83
83
|
readonly icon: {
|
|
84
84
|
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>>;
|
|
85
85
|
readonly required: false;
|
|
@@ -102,7 +102,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
102
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>;
|
|
103
103
|
}>> & {
|
|
104
104
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
105
|
-
}, "type" | "link" | "
|
|
105
|
+
}, "type" | "link" | "text" | "round" | "dark" | "circle" | "disabled" | "plain" | "nativeType" | "loading" | "loadingIcon" | "bg" | "autofocus" | "autoInsertSpace" | "tag">;
|
|
106
106
|
$attrs: {
|
|
107
107
|
[x: string]: unknown;
|
|
108
108
|
};
|
|
@@ -124,7 +124,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
124
124
|
__epPropKey: true;
|
|
125
125
|
};
|
|
126
126
|
readonly disabled: BooleanConstructor;
|
|
127
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
127
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
128
128
|
readonly icon: {
|
|
129
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>>;
|
|
130
130
|
readonly required: false;
|
|
@@ -150,7 +150,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
150
150
|
}, {
|
|
151
151
|
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
152
152
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
153
|
-
type: import("vue").ComputedRef<"" | "default" | "
|
|
153
|
+
type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
154
154
|
disabled: import("vue").ComputedRef<boolean>;
|
|
155
155
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
156
156
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -162,7 +162,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
162
162
|
readonly round: boolean;
|
|
163
163
|
readonly dark: boolean;
|
|
164
164
|
readonly disabled: boolean;
|
|
165
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
165
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
166
166
|
readonly bg: boolean;
|
|
167
167
|
readonly loading: boolean;
|
|
168
168
|
readonly autofocus: boolean;
|
|
@@ -199,7 +199,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
199
199
|
__epPropKey: true;
|
|
200
200
|
};
|
|
201
201
|
readonly disabled: BooleanConstructor;
|
|
202
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
202
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
203
203
|
readonly icon: {
|
|
204
204
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
205
205
|
readonly required: false;
|
|
@@ -225,7 +225,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
225
225
|
}, "type" | "size" | "disabled" | "ref" | "shouldAddSpace"> & import("vue").ShallowUnwrapRef<{
|
|
226
226
|
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
227
227
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
228
|
-
type: import("vue").ComputedRef<"" | "default" | "
|
|
228
|
+
type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
229
229
|
disabled: import("vue").ComputedRef<boolean>;
|
|
230
230
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
231
231
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
@@ -245,7 +245,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
245
245
|
__epPropKey: true;
|
|
246
246
|
};
|
|
247
247
|
disabled: BooleanConstructor;
|
|
248
|
-
type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
248
|
+
type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
249
249
|
icon: {
|
|
250
250
|
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>) & {}) | (() => 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>>;
|
|
251
251
|
readonly required: false;
|
|
@@ -269,19 +269,19 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
269
269
|
}>> & {
|
|
270
270
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
271
271
|
}, {
|
|
272
|
-
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
272
|
+
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
273
273
|
link: boolean;
|
|
274
|
-
plain: boolean;
|
|
275
274
|
text: boolean;
|
|
275
|
+
round: boolean;
|
|
276
276
|
dark: boolean;
|
|
277
|
-
disabled: boolean;
|
|
278
277
|
circle: boolean;
|
|
278
|
+
disabled: boolean;
|
|
279
|
+
plain: boolean;
|
|
279
280
|
nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
280
281
|
loading: boolean;
|
|
281
282
|
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>;
|
|
282
283
|
bg: boolean;
|
|
283
284
|
autofocus: boolean;
|
|
284
|
-
round: boolean;
|
|
285
285
|
autoInsertSpace: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
286
286
|
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>;
|
|
287
287
|
}, true, {}, {}, {
|
|
@@ -299,7 +299,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
299
299
|
__epPropKey: true;
|
|
300
300
|
};
|
|
301
301
|
disabled: BooleanConstructor;
|
|
302
|
-
type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
302
|
+
type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
303
303
|
icon: {
|
|
304
304
|
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>) & {}) | (() => 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>>;
|
|
305
305
|
readonly required: false;
|
|
@@ -333,7 +333,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
333
333
|
readonly round: boolean;
|
|
334
334
|
readonly dark: boolean;
|
|
335
335
|
readonly disabled: boolean;
|
|
336
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
336
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
337
337
|
readonly bg: boolean;
|
|
338
338
|
readonly loading: boolean;
|
|
339
339
|
readonly autofocus: boolean;
|
|
@@ -343,21 +343,21 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
343
343
|
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
344
344
|
readonly plain: boolean;
|
|
345
345
|
}> & Omit<{
|
|
346
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
346
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
347
347
|
readonly link: boolean;
|
|
348
|
-
readonly plain: boolean;
|
|
349
348
|
readonly text: boolean;
|
|
349
|
+
readonly round: boolean;
|
|
350
350
|
readonly dark: boolean;
|
|
351
|
-
readonly disabled: boolean;
|
|
352
351
|
readonly circle: boolean;
|
|
352
|
+
readonly disabled: boolean;
|
|
353
|
+
readonly plain: boolean;
|
|
353
354
|
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
354
355
|
readonly loading: boolean;
|
|
355
356
|
readonly bg: boolean;
|
|
356
357
|
readonly autofocus: boolean;
|
|
357
|
-
readonly round: boolean;
|
|
358
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
359
|
readonly size?: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
360
|
+
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;
|
|
361
361
|
readonly color?: string | undefined;
|
|
362
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
363
|
readonly autoInsertSpace?: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
@@ -370,7 +370,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
370
370
|
__epPropKey: true;
|
|
371
371
|
};
|
|
372
372
|
readonly disabled: BooleanConstructor;
|
|
373
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
373
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
374
374
|
readonly icon: {
|
|
375
375
|
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>>;
|
|
376
376
|
readonly required: false;
|
|
@@ -393,7 +393,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
393
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>;
|
|
394
394
|
}>> & {
|
|
395
395
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
396
|
-
}, "type" | "link" | "
|
|
396
|
+
}, "type" | "link" | "text" | "round" | "dark" | "circle" | "disabled" | "plain" | "nativeType" | "loading" | "loadingIcon" | "bg" | "autofocus" | "autoInsertSpace" | "tag">;
|
|
397
397
|
$attrs: {
|
|
398
398
|
[x: string]: unknown;
|
|
399
399
|
};
|
|
@@ -415,7 +415,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
415
415
|
__epPropKey: true;
|
|
416
416
|
};
|
|
417
417
|
readonly disabled: BooleanConstructor;
|
|
418
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
418
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
419
419
|
readonly icon: {
|
|
420
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>>;
|
|
421
421
|
readonly required: false;
|
|
@@ -441,7 +441,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
441
441
|
}, {
|
|
442
442
|
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
443
443
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
444
|
-
type: import("vue").ComputedRef<"" | "default" | "
|
|
444
|
+
type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
445
445
|
disabled: import("vue").ComputedRef<boolean>;
|
|
446
446
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
447
447
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -453,7 +453,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
453
453
|
readonly round: boolean;
|
|
454
454
|
readonly dark: boolean;
|
|
455
455
|
readonly disabled: boolean;
|
|
456
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
456
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
457
457
|
readonly bg: boolean;
|
|
458
458
|
readonly loading: boolean;
|
|
459
459
|
readonly autofocus: boolean;
|
|
@@ -490,7 +490,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
490
490
|
__epPropKey: true;
|
|
491
491
|
};
|
|
492
492
|
readonly disabled: BooleanConstructor;
|
|
493
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
493
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
494
494
|
readonly icon: {
|
|
495
495
|
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>>;
|
|
496
496
|
readonly required: false;
|
|
@@ -516,7 +516,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
516
516
|
}, "type" | "size" | "disabled" | "ref" | "shouldAddSpace"> & import("vue").ShallowUnwrapRef<{
|
|
517
517
|
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
518
518
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
519
|
-
type: import("vue").ComputedRef<"" | "default" | "
|
|
519
|
+
type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
520
520
|
disabled: import("vue").ComputedRef<boolean>;
|
|
521
521
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
522
522
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
@@ -527,19 +527,19 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
527
527
|
};
|
|
528
528
|
}) | undefined>;
|
|
529
529
|
}, {}, {}, {}, {
|
|
530
|
-
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
530
|
+
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
531
531
|
link: boolean;
|
|
532
|
-
plain: boolean;
|
|
533
532
|
text: boolean;
|
|
533
|
+
round: boolean;
|
|
534
534
|
dark: boolean;
|
|
535
|
-
disabled: boolean;
|
|
536
535
|
circle: boolean;
|
|
536
|
+
disabled: boolean;
|
|
537
|
+
plain: boolean;
|
|
537
538
|
nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
538
539
|
loading: boolean;
|
|
539
540
|
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>;
|
|
540
541
|
bg: boolean;
|
|
541
542
|
autofocus: boolean;
|
|
542
|
-
round: boolean;
|
|
543
543
|
autoInsertSpace: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
544
544
|
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>;
|
|
545
545
|
}>;
|
|
@@ -554,7 +554,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
554
554
|
__epPropKey: true;
|
|
555
555
|
};
|
|
556
556
|
disabled: BooleanConstructor;
|
|
557
|
-
type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
557
|
+
type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
558
558
|
icon: {
|
|
559
559
|
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>) & {}) | (() => 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>>;
|
|
560
560
|
readonly required: false;
|
|
@@ -588,7 +588,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
588
588
|
readonly round: boolean;
|
|
589
589
|
readonly dark: boolean;
|
|
590
590
|
readonly disabled: boolean;
|
|
591
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
591
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
592
592
|
readonly bg: boolean;
|
|
593
593
|
readonly loading: boolean;
|
|
594
594
|
readonly autofocus: boolean;
|
|
@@ -598,21 +598,21 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
598
598
|
readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
599
599
|
readonly plain: boolean;
|
|
600
600
|
}> & Omit<{
|
|
601
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
601
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
602
602
|
readonly link: boolean;
|
|
603
|
-
readonly plain: boolean;
|
|
604
603
|
readonly text: boolean;
|
|
604
|
+
readonly round: boolean;
|
|
605
605
|
readonly dark: boolean;
|
|
606
|
-
readonly disabled: boolean;
|
|
607
606
|
readonly circle: boolean;
|
|
607
|
+
readonly disabled: boolean;
|
|
608
|
+
readonly plain: boolean;
|
|
608
609
|
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
609
610
|
readonly loading: boolean;
|
|
610
611
|
readonly bg: boolean;
|
|
611
612
|
readonly autofocus: boolean;
|
|
612
|
-
readonly round: boolean;
|
|
613
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
614
|
readonly size?: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
615
|
+
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;
|
|
616
616
|
readonly color?: string | undefined;
|
|
617
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
618
|
readonly autoInsertSpace?: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
@@ -625,7 +625,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
625
625
|
__epPropKey: true;
|
|
626
626
|
};
|
|
627
627
|
readonly disabled: BooleanConstructor;
|
|
628
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
628
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
629
629
|
readonly icon: {
|
|
630
630
|
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>>;
|
|
631
631
|
readonly required: false;
|
|
@@ -648,7 +648,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
648
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>;
|
|
649
649
|
}>> & {
|
|
650
650
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
651
|
-
}, "type" | "link" | "
|
|
651
|
+
}, "type" | "link" | "text" | "round" | "dark" | "circle" | "disabled" | "plain" | "nativeType" | "loading" | "loadingIcon" | "bg" | "autofocus" | "autoInsertSpace" | "tag">;
|
|
652
652
|
$attrs: {
|
|
653
653
|
[x: string]: unknown;
|
|
654
654
|
};
|
|
@@ -670,7 +670,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
670
670
|
__epPropKey: true;
|
|
671
671
|
};
|
|
672
672
|
readonly disabled: BooleanConstructor;
|
|
673
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
673
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
674
674
|
readonly icon: {
|
|
675
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>>;
|
|
676
676
|
readonly required: false;
|
|
@@ -696,7 +696,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
696
696
|
}, {
|
|
697
697
|
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
698
698
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
699
|
-
type: import("vue").ComputedRef<"" | "default" | "
|
|
699
|
+
type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
700
700
|
disabled: import("vue").ComputedRef<boolean>;
|
|
701
701
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
702
702
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -708,7 +708,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
708
708
|
readonly round: boolean;
|
|
709
709
|
readonly dark: boolean;
|
|
710
710
|
readonly disabled: boolean;
|
|
711
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
711
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
712
712
|
readonly bg: boolean;
|
|
713
713
|
readonly loading: boolean;
|
|
714
714
|
readonly autofocus: boolean;
|
|
@@ -745,7 +745,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
745
745
|
__epPropKey: true;
|
|
746
746
|
};
|
|
747
747
|
readonly disabled: BooleanConstructor;
|
|
748
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
748
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
749
749
|
readonly icon: {
|
|
750
750
|
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>>;
|
|
751
751
|
readonly required: false;
|
|
@@ -771,7 +771,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
771
771
|
}, "type" | "size" | "disabled" | "ref" | "shouldAddSpace"> & import("vue").ShallowUnwrapRef<{
|
|
772
772
|
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
773
773
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
774
|
-
type: import("vue").ComputedRef<"" | "default" | "
|
|
774
|
+
type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
775
775
|
disabled: import("vue").ComputedRef<boolean>;
|
|
776
776
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
777
777
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
@@ -784,19 +784,19 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
784
784
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
785
785
|
click: (evt: MouseEvent) => void;
|
|
786
786
|
}, string, {
|
|
787
|
-
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
787
|
+
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
788
788
|
link: boolean;
|
|
789
|
-
plain: boolean;
|
|
790
789
|
text: boolean;
|
|
790
|
+
round: boolean;
|
|
791
791
|
dark: boolean;
|
|
792
|
-
disabled: boolean;
|
|
793
792
|
circle: boolean;
|
|
793
|
+
disabled: boolean;
|
|
794
|
+
plain: boolean;
|
|
794
795
|
nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
795
796
|
loading: boolean;
|
|
796
797
|
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>;
|
|
797
798
|
bg: boolean;
|
|
798
799
|
autofocus: boolean;
|
|
799
|
-
round: boolean;
|
|
800
800
|
autoInsertSpace: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
801
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>;
|
|
802
802
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -5,15 +5,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
5
5
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6
6
|
__epPropKey: true;
|
|
7
7
|
};
|
|
8
|
-
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
8
|
+
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
9
9
|
}, {
|
|
10
10
|
elRef: import("vue").Ref<({
|
|
11
11
|
$: import("vue").ComponentInternalInstance;
|
|
12
12
|
$data: {};
|
|
13
13
|
$props: Partial<{
|
|
14
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
14
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
15
15
|
}> & Omit<{
|
|
16
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
16
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
17
17
|
readonly size?: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
18
18
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
19
19
|
readonly size: {
|
|
@@ -22,7 +22,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
22
22
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
23
23
|
__epPropKey: true;
|
|
24
24
|
};
|
|
25
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
25
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
26
26
|
}>>, "type">;
|
|
27
27
|
$attrs: {
|
|
28
28
|
[x: string]: unknown;
|
|
@@ -44,9 +44,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
44
44
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
45
45
|
__epPropKey: true;
|
|
46
46
|
};
|
|
47
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
47
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
48
48
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
49
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
49
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
50
50
|
}, {}, string, {}> & {
|
|
51
51
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
52
52
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -74,7 +74,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
74
74
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
75
75
|
__epPropKey: true;
|
|
76
76
|
};
|
|
77
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
77
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
78
78
|
}>>, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
79
79
|
$slots: {
|
|
80
80
|
default?(_: {}): any;
|
|
@@ -87,9 +87,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
87
87
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
88
88
|
__epPropKey: true;
|
|
89
89
|
};
|
|
90
|
-
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
90
|
+
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
91
91
|
}>>, {
|
|
92
|
-
type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
92
|
+
type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
93
93
|
}, {}>, {
|
|
94
94
|
default?(_: {}): any;
|
|
95
95
|
}>;
|
|
@@ -5,5 +5,5 @@ export declare const buttonGroupProps: {
|
|
|
5
5
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6
6
|
__epPropKey: true;
|
|
7
7
|
};
|
|
8
|
-
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
8
|
+
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
9
9
|
};
|