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
|
@@ -67,17 +67,17 @@ export declare const GmTimeSelect: import("../../../../utils").SFCWithInstall<{
|
|
|
67
67
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
68
68
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
69
69
|
}, {
|
|
70
|
+
end: string;
|
|
71
|
+
start: string;
|
|
72
|
+
disabled: boolean;
|
|
70
73
|
effect: string;
|
|
71
74
|
clearable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
72
|
-
disabled: boolean;
|
|
73
75
|
valueOnClear: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
74
76
|
format: string;
|
|
75
77
|
clearIcon: 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>;
|
|
76
78
|
editable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
77
79
|
prefixIcon: 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>;
|
|
78
80
|
step: string;
|
|
79
|
-
end: string;
|
|
80
|
-
start: string;
|
|
81
81
|
}, true, {}, {}, {
|
|
82
82
|
P: {};
|
|
83
83
|
B: {};
|
|
@@ -118,17 +118,17 @@ export declare const GmTimeSelect: import("../../../../utils").SFCWithInstall<{
|
|
|
118
118
|
focus: () => void;
|
|
119
119
|
blur: () => void;
|
|
120
120
|
}, {}, {}, {}, {
|
|
121
|
+
end: string;
|
|
122
|
+
start: string;
|
|
123
|
+
disabled: boolean;
|
|
121
124
|
effect: string;
|
|
122
125
|
clearable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
123
|
-
disabled: boolean;
|
|
124
126
|
valueOnClear: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
125
127
|
format: string;
|
|
126
128
|
clearIcon: 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>;
|
|
127
129
|
editable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
128
130
|
prefixIcon: 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>;
|
|
129
131
|
step: string;
|
|
130
|
-
end: string;
|
|
131
|
-
start: string;
|
|
132
132
|
}>;
|
|
133
133
|
__isFragment?: undefined;
|
|
134
134
|
__isTeleport?: undefined;
|
|
@@ -171,17 +171,17 @@ export declare const GmTimeSelect: import("../../../../utils").SFCWithInstall<{
|
|
|
171
171
|
focus: (event: FocusEvent) => void;
|
|
172
172
|
blur: (event: FocusEvent) => void;
|
|
173
173
|
}, string, {
|
|
174
|
+
end: string;
|
|
175
|
+
start: string;
|
|
176
|
+
disabled: boolean;
|
|
174
177
|
effect: string;
|
|
175
178
|
clearable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
176
|
-
disabled: boolean;
|
|
177
179
|
valueOnClear: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
178
180
|
format: string;
|
|
179
181
|
clearIcon: 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>;
|
|
180
182
|
editable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
181
183
|
prefixIcon: 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>;
|
|
182
184
|
step: string;
|
|
183
|
-
end: string;
|
|
184
|
-
start: string;
|
|
185
185
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
186
186
|
$slots: {
|
|
187
187
|
default?(_: any): any;
|
|
@@ -2,10 +2,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
2
2
|
timestamp: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3
3
|
hideTimestamp: BooleanConstructor;
|
|
4
4
|
center: BooleanConstructor;
|
|
5
|
-
placement: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
5
|
+
placement: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "bottom", boolean>;
|
|
6
6
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
7
7
|
color: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
8
|
-
size: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
8
|
+
size: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "normal" | "large", unknown, "normal", boolean>;
|
|
9
9
|
icon: {
|
|
10
10
|
readonly type: import("vue").PropType<import("element-plus/es/utils").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>>;
|
|
11
11
|
readonly required: false;
|
|
@@ -20,18 +20,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
20
20
|
$props: Partial<{
|
|
21
21
|
readonly color: string;
|
|
22
22
|
readonly center: boolean;
|
|
23
|
-
readonly size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
23
|
+
readonly size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "normal" | "large", unknown>;
|
|
24
24
|
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
25
|
-
readonly placement: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
25
|
+
readonly placement: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
26
26
|
readonly timestamp: string;
|
|
27
27
|
readonly hideTimestamp: boolean;
|
|
28
28
|
readonly hollow: boolean;
|
|
29
29
|
}> & Omit<{
|
|
30
30
|
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
31
|
+
readonly size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "normal" | "large", unknown>;
|
|
31
32
|
readonly center: boolean;
|
|
32
|
-
readonly size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "large" | "normal", unknown>;
|
|
33
|
-
readonly placement: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
|
|
34
33
|
readonly color: string;
|
|
34
|
+
readonly placement: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
35
35
|
readonly timestamp: string;
|
|
36
36
|
readonly hideTimestamp: boolean;
|
|
37
37
|
readonly hollow: boolean;
|
|
@@ -40,10 +40,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
40
40
|
readonly timestamp: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
41
41
|
readonly hideTimestamp: BooleanConstructor;
|
|
42
42
|
readonly center: BooleanConstructor;
|
|
43
|
-
readonly placement: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
43
|
+
readonly placement: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "bottom", boolean>;
|
|
44
44
|
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
45
45
|
readonly color: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
46
|
-
readonly size: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
46
|
+
readonly size: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "normal" | "large", unknown, "normal", boolean>;
|
|
47
47
|
readonly icon: {
|
|
48
48
|
readonly type: import("vue").PropType<import("element-plus/es/utils").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>>;
|
|
49
49
|
readonly required: false;
|
|
@@ -51,7 +51,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
51
51
|
__epPropKey: true;
|
|
52
52
|
};
|
|
53
53
|
readonly hollow: BooleanConstructor;
|
|
54
|
-
}>>, "type" | "
|
|
54
|
+
}>>, "type" | "size" | "center" | "color" | "placement" | "timestamp" | "hideTimestamp" | "hollow">;
|
|
55
55
|
$attrs: {
|
|
56
56
|
[x: string]: unknown;
|
|
57
57
|
};
|
|
@@ -69,10 +69,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
69
69
|
readonly timestamp: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
70
70
|
readonly hideTimestamp: BooleanConstructor;
|
|
71
71
|
readonly center: BooleanConstructor;
|
|
72
|
-
readonly placement: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
72
|
+
readonly placement: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "bottom", boolean>;
|
|
73
73
|
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
74
74
|
readonly color: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
75
|
-
readonly size: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
75
|
+
readonly size: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "normal" | "large", unknown, "normal", boolean>;
|
|
76
76
|
readonly icon: {
|
|
77
77
|
readonly type: import("vue").PropType<import("element-plus/es/utils").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>>;
|
|
78
78
|
readonly required: false;
|
|
@@ -83,9 +83,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
83
83
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
84
84
|
readonly color: string;
|
|
85
85
|
readonly center: boolean;
|
|
86
|
-
readonly size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
86
|
+
readonly size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "normal" | "large", unknown>;
|
|
87
87
|
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
88
|
-
readonly placement: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
88
|
+
readonly placement: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
89
89
|
readonly timestamp: string;
|
|
90
90
|
readonly hideTimestamp: boolean;
|
|
91
91
|
readonly hollow: boolean;
|
|
@@ -113,10 +113,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
113
113
|
readonly timestamp: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
114
114
|
readonly hideTimestamp: BooleanConstructor;
|
|
115
115
|
readonly center: BooleanConstructor;
|
|
116
|
-
readonly placement: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
116
|
+
readonly placement: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "bottom", boolean>;
|
|
117
117
|
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
118
118
|
readonly color: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
119
|
-
readonly size: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
119
|
+
readonly size: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "normal" | "large", unknown, "normal", boolean>;
|
|
120
120
|
readonly icon: {
|
|
121
121
|
readonly type: import("vue").PropType<import("element-plus/es/utils").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>>;
|
|
122
122
|
readonly required: false;
|
|
@@ -134,10 +134,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
134
134
|
timestamp: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
135
135
|
hideTimestamp: BooleanConstructor;
|
|
136
136
|
center: BooleanConstructor;
|
|
137
|
-
placement: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
137
|
+
placement: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "bottom", boolean>;
|
|
138
138
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
139
139
|
color: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
140
|
-
size: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
140
|
+
size: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "normal" | "large", unknown, "normal", boolean>;
|
|
141
141
|
icon: {
|
|
142
142
|
readonly type: import("vue").PropType<import("element-plus/es/utils").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>>;
|
|
143
143
|
readonly required: false;
|
|
@@ -147,10 +147,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
147
147
|
hollow: BooleanConstructor;
|
|
148
148
|
}>>, {
|
|
149
149
|
type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
150
|
+
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "normal" | "large", unknown>;
|
|
150
151
|
center: boolean;
|
|
151
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "large" | "normal", unknown>;
|
|
152
|
-
placement: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
|
|
153
152
|
color: string;
|
|
153
|
+
placement: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
154
154
|
timestamp: string;
|
|
155
155
|
hideTimestamp: boolean;
|
|
156
156
|
hollow: boolean;
|
|
@@ -4,10 +4,10 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
4
4
|
timestamp: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
5
5
|
hideTimestamp: BooleanConstructor;
|
|
6
6
|
center: BooleanConstructor;
|
|
7
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
7
|
+
placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "bottom", boolean>;
|
|
8
8
|
type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
9
9
|
color: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
10
|
-
size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
10
|
+
size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "normal" | "large", unknown, "normal", boolean>;
|
|
11
11
|
icon: {
|
|
12
12
|
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>>;
|
|
13
13
|
readonly required: false;
|
|
@@ -22,18 +22,18 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
22
22
|
$props: Partial<{
|
|
23
23
|
readonly color: string;
|
|
24
24
|
readonly center: boolean;
|
|
25
|
-
readonly size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "
|
|
25
|
+
readonly size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "normal" | "large", unknown>;
|
|
26
26
|
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
27
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "
|
|
27
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
28
28
|
readonly timestamp: string;
|
|
29
29
|
readonly hideTimestamp: boolean;
|
|
30
30
|
readonly hollow: boolean;
|
|
31
31
|
}> & Omit<{
|
|
32
32
|
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
33
|
+
readonly size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "normal" | "large", unknown>;
|
|
33
34
|
readonly center: boolean;
|
|
34
|
-
readonly size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "large" | "normal", unknown>;
|
|
35
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
|
|
36
35
|
readonly color: string;
|
|
36
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
37
37
|
readonly timestamp: string;
|
|
38
38
|
readonly hideTimestamp: boolean;
|
|
39
39
|
readonly hollow: boolean;
|
|
@@ -42,10 +42,10 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
42
42
|
readonly timestamp: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
43
43
|
readonly hideTimestamp: BooleanConstructor;
|
|
44
44
|
readonly center: BooleanConstructor;
|
|
45
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
45
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "bottom", boolean>;
|
|
46
46
|
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
47
47
|
readonly color: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
48
|
-
readonly size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
48
|
+
readonly size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "normal" | "large", unknown, "normal", boolean>;
|
|
49
49
|
readonly icon: {
|
|
50
50
|
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>>;
|
|
51
51
|
readonly required: false;
|
|
@@ -53,7 +53,7 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
53
53
|
__epPropKey: true;
|
|
54
54
|
};
|
|
55
55
|
readonly hollow: BooleanConstructor;
|
|
56
|
-
}>>, "type" | "
|
|
56
|
+
}>>, "type" | "size" | "center" | "color" | "placement" | "timestamp" | "hideTimestamp" | "hollow">;
|
|
57
57
|
$attrs: {
|
|
58
58
|
[x: string]: unknown;
|
|
59
59
|
};
|
|
@@ -71,10 +71,10 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
71
71
|
readonly timestamp: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
72
72
|
readonly hideTimestamp: BooleanConstructor;
|
|
73
73
|
readonly center: BooleanConstructor;
|
|
74
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
74
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "bottom", boolean>;
|
|
75
75
|
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
76
76
|
readonly color: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
77
|
-
readonly size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
77
|
+
readonly size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "normal" | "large", unknown, "normal", boolean>;
|
|
78
78
|
readonly icon: {
|
|
79
79
|
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>>;
|
|
80
80
|
readonly required: false;
|
|
@@ -85,9 +85,9 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
85
85
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
86
86
|
readonly color: string;
|
|
87
87
|
readonly center: boolean;
|
|
88
|
-
readonly size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "
|
|
88
|
+
readonly size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "normal" | "large", unknown>;
|
|
89
89
|
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
90
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "
|
|
90
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
91
91
|
readonly timestamp: string;
|
|
92
92
|
readonly hideTimestamp: boolean;
|
|
93
93
|
readonly hollow: boolean;
|
|
@@ -115,10 +115,10 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
115
115
|
readonly timestamp: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
116
116
|
readonly hideTimestamp: BooleanConstructor;
|
|
117
117
|
readonly center: BooleanConstructor;
|
|
118
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
118
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "bottom", boolean>;
|
|
119
119
|
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
120
120
|
readonly color: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
121
|
-
readonly size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
121
|
+
readonly size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "normal" | "large", unknown, "normal", boolean>;
|
|
122
122
|
readonly icon: {
|
|
123
123
|
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>>;
|
|
124
124
|
readonly required: false;
|
|
@@ -136,10 +136,10 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
136
136
|
timestamp: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
137
137
|
hideTimestamp: BooleanConstructor;
|
|
138
138
|
center: BooleanConstructor;
|
|
139
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
139
|
+
placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "bottom", boolean>;
|
|
140
140
|
type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
141
141
|
color: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
142
|
-
size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
142
|
+
size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "normal" | "large", unknown, "normal", boolean>;
|
|
143
143
|
icon: {
|
|
144
144
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
145
145
|
readonly required: false;
|
|
@@ -149,10 +149,10 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
149
149
|
hollow: BooleanConstructor;
|
|
150
150
|
}>>, {
|
|
151
151
|
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
152
|
+
size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "normal" | "large", unknown>;
|
|
152
153
|
center: boolean;
|
|
153
|
-
size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "large" | "normal", unknown>;
|
|
154
|
-
placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
|
|
155
154
|
color: string;
|
|
155
|
+
placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
156
156
|
timestamp: string;
|
|
157
157
|
hideTimestamp: boolean;
|
|
158
158
|
hollow: boolean;
|
|
@@ -167,10 +167,10 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
167
167
|
timestamp: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
168
168
|
hideTimestamp: BooleanConstructor;
|
|
169
169
|
center: BooleanConstructor;
|
|
170
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
170
|
+
placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "bottom", boolean>;
|
|
171
171
|
type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
172
172
|
color: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
173
|
-
size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
173
|
+
size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "normal" | "large", unknown, "normal", boolean>;
|
|
174
174
|
icon: {
|
|
175
175
|
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>>;
|
|
176
176
|
readonly required: false;
|
|
@@ -185,18 +185,18 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
185
185
|
$props: Partial<{
|
|
186
186
|
readonly color: string;
|
|
187
187
|
readonly center: boolean;
|
|
188
|
-
readonly size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "
|
|
188
|
+
readonly size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "normal" | "large", unknown>;
|
|
189
189
|
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
190
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "
|
|
190
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
191
191
|
readonly timestamp: string;
|
|
192
192
|
readonly hideTimestamp: boolean;
|
|
193
193
|
readonly hollow: boolean;
|
|
194
194
|
}> & Omit<{
|
|
195
195
|
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
196
|
+
readonly size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "normal" | "large", unknown>;
|
|
196
197
|
readonly center: boolean;
|
|
197
|
-
readonly size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "large" | "normal", unknown>;
|
|
198
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
|
|
199
198
|
readonly color: string;
|
|
199
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
200
200
|
readonly timestamp: string;
|
|
201
201
|
readonly hideTimestamp: boolean;
|
|
202
202
|
readonly hollow: boolean;
|
|
@@ -205,10 +205,10 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
205
205
|
readonly timestamp: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
206
206
|
readonly hideTimestamp: BooleanConstructor;
|
|
207
207
|
readonly center: BooleanConstructor;
|
|
208
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
208
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "bottom", boolean>;
|
|
209
209
|
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
210
210
|
readonly color: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
211
|
-
readonly size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
211
|
+
readonly size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "normal" | "large", unknown, "normal", boolean>;
|
|
212
212
|
readonly icon: {
|
|
213
213
|
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>>;
|
|
214
214
|
readonly required: false;
|
|
@@ -216,7 +216,7 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
216
216
|
__epPropKey: true;
|
|
217
217
|
};
|
|
218
218
|
readonly hollow: BooleanConstructor;
|
|
219
|
-
}>>, "type" | "
|
|
219
|
+
}>>, "type" | "size" | "center" | "color" | "placement" | "timestamp" | "hideTimestamp" | "hollow">;
|
|
220
220
|
$attrs: {
|
|
221
221
|
[x: string]: unknown;
|
|
222
222
|
};
|
|
@@ -234,10 +234,10 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
234
234
|
readonly timestamp: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
235
235
|
readonly hideTimestamp: BooleanConstructor;
|
|
236
236
|
readonly center: BooleanConstructor;
|
|
237
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
237
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "bottom", boolean>;
|
|
238
238
|
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
239
239
|
readonly color: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
240
|
-
readonly size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
240
|
+
readonly size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "normal" | "large", unknown, "normal", boolean>;
|
|
241
241
|
readonly icon: {
|
|
242
242
|
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>>;
|
|
243
243
|
readonly required: false;
|
|
@@ -248,9 +248,9 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
248
248
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
249
249
|
readonly color: string;
|
|
250
250
|
readonly center: boolean;
|
|
251
|
-
readonly size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "
|
|
251
|
+
readonly size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "normal" | "large", unknown>;
|
|
252
252
|
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
253
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "
|
|
253
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
254
254
|
readonly timestamp: string;
|
|
255
255
|
readonly hideTimestamp: boolean;
|
|
256
256
|
readonly hollow: boolean;
|
|
@@ -278,10 +278,10 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
278
278
|
readonly timestamp: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
279
279
|
readonly hideTimestamp: BooleanConstructor;
|
|
280
280
|
readonly center: BooleanConstructor;
|
|
281
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
281
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "bottom", boolean>;
|
|
282
282
|
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
283
283
|
readonly color: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
284
|
-
readonly size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
284
|
+
readonly size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "normal" | "large", unknown, "normal", boolean>;
|
|
285
285
|
readonly icon: {
|
|
286
286
|
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>>;
|
|
287
287
|
readonly required: false;
|
|
@@ -297,10 +297,10 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
297
297
|
}) | undefined>;
|
|
298
298
|
}, {}, {}, {}, {
|
|
299
299
|
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
300
|
+
size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "normal" | "large", unknown>;
|
|
300
301
|
center: boolean;
|
|
301
|
-
size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "large" | "normal", unknown>;
|
|
302
|
-
placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
|
|
303
302
|
color: string;
|
|
303
|
+
placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
304
304
|
timestamp: string;
|
|
305
305
|
hideTimestamp: boolean;
|
|
306
306
|
hollow: boolean;
|
|
@@ -312,10 +312,10 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
312
312
|
timestamp: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
313
313
|
hideTimestamp: BooleanConstructor;
|
|
314
314
|
center: BooleanConstructor;
|
|
315
|
-
placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
315
|
+
placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "bottom", boolean>;
|
|
316
316
|
type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
317
317
|
color: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
318
|
-
size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
318
|
+
size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "normal" | "large", unknown, "normal", boolean>;
|
|
319
319
|
icon: {
|
|
320
320
|
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>>;
|
|
321
321
|
readonly required: false;
|
|
@@ -330,18 +330,18 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
330
330
|
$props: Partial<{
|
|
331
331
|
readonly color: string;
|
|
332
332
|
readonly center: boolean;
|
|
333
|
-
readonly size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "
|
|
333
|
+
readonly size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "normal" | "large", unknown>;
|
|
334
334
|
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
335
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "
|
|
335
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
336
336
|
readonly timestamp: string;
|
|
337
337
|
readonly hideTimestamp: boolean;
|
|
338
338
|
readonly hollow: boolean;
|
|
339
339
|
}> & Omit<{
|
|
340
340
|
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
341
|
+
readonly size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "normal" | "large", unknown>;
|
|
341
342
|
readonly center: boolean;
|
|
342
|
-
readonly size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "large" | "normal", unknown>;
|
|
343
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
|
|
344
343
|
readonly color: string;
|
|
344
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
345
345
|
readonly timestamp: string;
|
|
346
346
|
readonly hideTimestamp: boolean;
|
|
347
347
|
readonly hollow: boolean;
|
|
@@ -350,10 +350,10 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
350
350
|
readonly timestamp: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
351
351
|
readonly hideTimestamp: BooleanConstructor;
|
|
352
352
|
readonly center: BooleanConstructor;
|
|
353
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
353
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "bottom", boolean>;
|
|
354
354
|
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
355
355
|
readonly color: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
356
|
-
readonly size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
356
|
+
readonly size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "normal" | "large", unknown, "normal", boolean>;
|
|
357
357
|
readonly icon: {
|
|
358
358
|
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>>;
|
|
359
359
|
readonly required: false;
|
|
@@ -361,7 +361,7 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
361
361
|
__epPropKey: true;
|
|
362
362
|
};
|
|
363
363
|
readonly hollow: BooleanConstructor;
|
|
364
|
-
}>>, "type" | "
|
|
364
|
+
}>>, "type" | "size" | "center" | "color" | "placement" | "timestamp" | "hideTimestamp" | "hollow">;
|
|
365
365
|
$attrs: {
|
|
366
366
|
[x: string]: unknown;
|
|
367
367
|
};
|
|
@@ -379,10 +379,10 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
379
379
|
readonly timestamp: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
380
380
|
readonly hideTimestamp: BooleanConstructor;
|
|
381
381
|
readonly center: BooleanConstructor;
|
|
382
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
382
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "bottom", boolean>;
|
|
383
383
|
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
384
384
|
readonly color: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
385
|
-
readonly size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
385
|
+
readonly size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "normal" | "large", unknown, "normal", boolean>;
|
|
386
386
|
readonly icon: {
|
|
387
387
|
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>>;
|
|
388
388
|
readonly required: false;
|
|
@@ -393,9 +393,9 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
393
393
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
394
394
|
readonly color: string;
|
|
395
395
|
readonly center: boolean;
|
|
396
|
-
readonly size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "
|
|
396
|
+
readonly size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "normal" | "large", unknown>;
|
|
397
397
|
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
398
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "
|
|
398
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
399
399
|
readonly timestamp: string;
|
|
400
400
|
readonly hideTimestamp: boolean;
|
|
401
401
|
readonly hollow: boolean;
|
|
@@ -423,10 +423,10 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
423
423
|
readonly timestamp: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
424
424
|
readonly hideTimestamp: BooleanConstructor;
|
|
425
425
|
readonly center: BooleanConstructor;
|
|
426
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
426
|
+
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "bottom", boolean>;
|
|
427
427
|
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
428
428
|
readonly color: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
429
|
-
readonly size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "
|
|
429
|
+
readonly size: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "normal" | "large", unknown, "normal", boolean>;
|
|
430
430
|
readonly icon: {
|
|
431
431
|
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>>;
|
|
432
432
|
readonly required: false;
|
|
@@ -442,10 +442,10 @@ export declare const GmTimelineItem: import("../../../../utils").SFCWithInstall<
|
|
|
442
442
|
}) | undefined>;
|
|
443
443
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
444
444
|
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
445
|
+
size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "normal" | "large", unknown>;
|
|
445
446
|
center: boolean;
|
|
446
|
-
size: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "large" | "normal", unknown>;
|
|
447
|
-
placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
|
|
448
447
|
color: string;
|
|
448
|
+
placement: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
449
449
|
timestamp: string;
|
|
450
450
|
hideTimestamp: boolean;
|
|
451
451
|
hollow: boolean;
|