@sdata/web-vue 1.11.1 → 1.13.0
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/sd.css +177 -6
- package/dist/sd.min.css +1 -1
- package/es/_components/icon-hover.vue.d.ts +1 -1
- package/es/_components/picker/input-range.vue.d.ts +1 -1
- package/es/_components/picker/input.vue.d.ts +1 -1
- package/es/_components/select-view/style/index.css +13 -6
- package/es/_components/virtual-list/virtual-list.vue.d.ts +6 -6
- package/es/_components/virtual-list/virtual-list.vue_vue_type_script_lang.js +2 -2
- package/es/_hooks/use-allow-search.d.ts +10 -0
- package/es/_hooks/use-allow-search.js +31 -0
- package/es/_hooks/use-component-ref.d.ts +1 -1
- package/es/_hooks/use-dropdown-virtual-list-props.d.ts +5 -0
- package/es/_hooks/use-dropdown-virtual-list-props.js +21 -0
- package/es/_hooks/use-form-item.d.ts +1 -1
- package/es/_hooks/use-scrollbar.js +1 -1
- package/es/_hooks/use-size.d.ts +1 -1
- package/es/_hooks/use-trigger.d.ts +1 -1
- package/es/_utils/color.js +1 -1
- package/es/_utils/date.js +7 -1
- package/es/_utils/dom.js +1 -1
- package/es/_utils/global-config.js +1 -1
- package/es/_utils/omit.js +1 -1
- package/es/_utils/responsive-observe.js +1 -1
- package/es/_utils/virtual-dropdown.js +1 -1
- package/es/_utils/vue-utils.js +4 -18
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/asyncToGenerator.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/defineProperty.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/extends.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/objectDestructuringEmpty.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/objectSpread2.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/objectWithoutProperties.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/objectWithoutPropertiesLoose.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/toPrimitive.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/toPropertyKey.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/typeof.js +1 -1
- package/es/affix/affix.vue_vue_type_script_lang.js +31 -3
- package/es/alert/alert.vue.d.ts +2 -2
- package/es/alert/alert.vue_vue_type_script_lang.js +55 -0
- package/es/alert/index.d.ts +5 -5
- package/es/anchor/anchor-link.vue_vue_type_script_lang.js +8 -0
- package/es/anchor/anchor.vue_vue_type_script_lang.js +32 -0
- package/es/auto-complete/auto-complete.d.ts +1 -1
- package/es/auto-complete/auto-complete.js +107 -3
- package/es/auto-complete/index.d.ts +3 -3
- package/es/avatar/avatar-group.js +31 -0
- package/es/avatar/avatar.vue_vue_type_script_lang.js +51 -1
- package/es/back-top/back-top.vue_vue_type_script_lang.js +16 -0
- package/es/badge/badge.js +34 -1
- package/es/breadcrumb/breadcrumb-item.js +27 -0
- package/es/breadcrumb/breadcrumb.js +39 -0
- package/es/button/button-group.vue_vue_type_script_lang.js +22 -0
- package/es/button/button.vue_vue_type_script_lang.js +58 -1
- package/es/calendar/calendar.js +47 -0
- package/es/calendar/month.js +1 -1
- package/es/calendar/year.js +1 -1
- package/es/card/card-grid.vue_vue_type_script_lang.js +6 -1
- package/es/card/card-meta.js +23 -0
- package/es/card/card.js +54 -0
- package/es/carousel/carousel.js +68 -1
- package/es/cascader/cascader-panel.js +2 -28
- package/es/cascader/cascader-panel.vue.d.ts +24 -306
- package/es/cascader/{cascader-panel.vue_vue_type_script_lang.js → cascader-panel.vue_vue_type_script_setup_true_lang.js} +92 -101
- package/es/cascader/cascader.js +2 -145
- package/es/cascader/cascader.vue.d.ts +54 -1290
- package/es/cascader/{cascader.vue_vue_type_script_lang.js → cascader.vue_vue_type_script_setup_true_lang.js} +257 -177
- package/es/cascader/index.d.ts +4 -2986
- package/es/cascader/types.d.ts +79 -0
- package/es/checkbox/checkbox-group.js +48 -0
- package/es/checkbox/checkbox.d.ts +1 -1
- package/es/checkbox/checkbox.js +35 -0
- package/es/checkbox/index.d.ts +2 -2
- package/es/collapse/collapse-item.d.ts +1 -1
- package/es/collapse/collapse-item.js +36 -0
- package/es/collapse/collapse.vue_vue_type_script_lang.js +47 -0
- package/es/collapse/index.d.ts +1 -1
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/color-picker.js +90 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/color-picker/panel.js +5 -2
- package/es/color-picker/utils.js +1 -1
- package/es/comment/comment.js +47 -1
- package/es/comment/comment.vue.d.ts +2 -2
- package/es/comment/index.d.ts +3 -3
- package/es/components.d.ts +132 -127
- package/es/config-provider/config-provider.vue.d.ts +16 -0
- package/es/config-provider/config-provider.vue_vue_type_script_lang.js +78 -1
- package/es/config-provider/context.d.ts +3 -0
- package/es/config-provider/index.d.ts +24 -0
- package/es/config-provider/theme-provider.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/config-provider/theme.js +1 -1
- package/es/copy/copy.js +5 -0
- package/es/copy/copy.vue.d.ts +15 -0
- package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +95 -0
- package/es/copy/index.d.ts +15 -0
- package/es/copy/index.js +10 -0
- package/es/copy/style/css.js +2 -0
- package/es/copy/style/index.css +25 -0
- package/es/copy/style/index.d.ts +2 -0
- package/es/copy/style/index.js +2 -0
- package/es/copy/style/index.scss +15 -0
- package/es/copy/style/token.scss +3 -0
- package/es/copy/types.d.ts +21 -0
- package/es/cropper/cropper.js +5 -0
- package/es/cropper/cropper.vue.d.ts +45 -0
- package/es/cropper/cropper.vue_vue_type_script_setup_true_lang.js +266 -0
- package/es/cropper/index.d.ts +130 -0
- package/es/cropper/index.js +10 -0
- package/es/cropper/interface.d.ts +59 -0
- package/es/cropper/style/css.js +2 -0
- package/es/cropper/style/index.css +51 -0
- package/es/cropper/style/index.d.ts +2 -0
- package/es/cropper/style/index.js +2 -0
- package/es/cropper/style/index.scss +43 -0
- package/es/cropper/style/token.scss +8 -0
- package/es/date-picker/hooks/use-range-time-picker-value.js +1 -1
- package/es/date-picker/index.d.ts +187 -709
- package/es/date-picker/panels/date/index.js +1 -1
- package/es/date-picker/panels/date/index.vue.d.ts +1 -1
- package/es/date-picker/panels/date/index.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/panels/footer.vue.d.ts +55 -577
- package/es/date-picker/panels/footer.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/panels/month/index.js +1 -1
- package/es/date-picker/panels/quarter/index.js +1 -1
- package/es/date-picker/panels/week/index.vue.d.ts +1 -1
- package/es/date-picker/panels/year/index.js +1 -1
- package/es/date-picker/picker-panel.vue.d.ts +264 -786
- package/es/date-picker/picker.js +1 -1
- package/es/date-picker/picker.vue.d.ts +174 -696
- package/es/date-picker/picker.vue_vue_type_script_lang.js +193 -1
- package/es/date-picker/pickers/date-picker.js +42 -0
- package/es/date-picker/pickers/month-picker.js +12 -0
- package/es/date-picker/pickers/quarter-picker.js +17 -0
- package/es/date-picker/pickers/week-picker.js +23 -0
- package/es/date-picker/pickers/year-picker.js +12 -0
- package/es/date-picker/range-picker-panel.vue.d.ts +263 -785
- package/es/date-picker/range-picker-panel.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/range-picker.js +1 -1
- package/es/date-picker/range-picker.vue.d.ts +187 -709
- package/es/date-picker/range-picker.vue_vue_type_script_lang.js +120 -1
- package/es/descriptions/descriptions-item.vue_vue_type_script_lang.js +16 -0
- package/es/descriptions/descriptions.d.ts +1 -1
- package/es/descriptions/descriptions.js +65 -1
- package/es/descriptions/index.d.ts +3 -3
- package/es/divider/divider.js +24 -0
- package/es/drawer/drawer.vue.d.ts +2 -2
- package/es/drawer/drawer.vue_vue_type_script_lang.js +161 -2
- package/es/drawer/index.d.ts +5 -5
- package/es/drawer/index.js +2 -2
- package/es/dropdown/dropdown-button.vue.d.ts +18 -18
- package/es/dropdown/dropdown-button.vue_vue_type_script_lang.js +70 -0
- package/es/dropdown/dropdown-group.vue_vue_type_script_lang.js +12 -1
- package/es/dropdown/dropdown-option.vue.d.ts +2 -2
- package/es/dropdown/dropdown-option.vue_vue_type_script_lang.js +20 -1
- package/es/dropdown/dropdown-panel.vue.d.ts +6 -6
- package/es/dropdown/dropdown-submenu.vue.d.ts +20 -20
- package/es/dropdown/dropdown-submenu.vue_vue_type_script_lang.js +57 -0
- package/es/dropdown/dropdown.vue.d.ts +18 -18
- package/es/dropdown/dropdown.vue_vue_type_script_lang.js +55 -0
- package/es/dropdown/index.d.ts +76 -76
- package/es/ellipsis/ellipsis.vue.d.ts +24 -24
- package/es/ellipsis/ellipsis.vue_vue_type_script_lang.js +25 -2
- package/es/ellipsis/index.d.ts +96 -96
- package/es/ellipsis/performant-ellipsis.vue.d.ts +24 -24
- package/es/ellipsis/performant-ellipsis.vue_vue_type_script_lang.js +24 -1
- package/es/empty/empty.js +18 -0
- package/es/form/form-item-label.vue.d.ts +24 -24
- package/es/form/form-item.vue.d.ts +28 -28
- package/es/form/form-item.vue_vue_type_script_lang.js +146 -3
- package/es/form/form.vue_vue_type_script_lang.js +108 -0
- package/es/form/index.d.ts +28 -28
- package/es/grid/grid-col.vue_vue_type_script_lang.js +42 -1
- package/es/grid/grid-item.vue_vue_type_script_lang.js +13 -1
- package/es/grid/grid-row.vue_vue_type_script_lang.js +21 -0
- package/es/grid/grid.vue_vue_type_script_lang.js +20 -0
- package/es/icon.js +5 -5
- package/es/image/image.js +1 -1
- package/es/image/image.vue.d.ts +26 -26
- package/es/image/image.vue_vue_type_script_lang.js +82 -0
- package/es/image/preview-action.d.ts +24 -24
- package/es/image/preview-action.js +8 -0
- package/es/image/preview-group.js +1 -1
- package/es/image/preview-group.vue.d.ts +24 -24
- package/es/image/preview-group.vue_vue_type_script_lang.js +48 -0
- package/es/image/preview-toolbar.vue.d.ts +24 -24
- package/es/image/preview-toolbar.vue_vue_type_script_lang.js +1 -0
- package/es/image/preview.vue.d.ts +24 -24
- package/es/image/preview.vue_vue_type_script_lang.js +56 -1
- package/es/index.css +177 -6
- package/es/index.d.ts +9 -1
- package/es/index.js +6 -2
- package/es/index.scss +4 -0
- package/es/input/index.d.ts +5 -5
- package/es/input/input-password.vue.d.ts +2 -2
- package/es/input/input-password.vue_vue_type_script_lang.js +13 -0
- package/es/input/input-search.js +35 -1
- package/es/input/input.d.ts +1 -1
- package/es/input/input.js +129 -1
- package/es/input-number/index.d.ts +38 -26
- package/es/input-number/input-number.d.ts +20 -11
- package/es/input-number/input-number.js +205 -23
- package/es/input-tag/input-tag.js +137 -1
- package/es/input-tag/style/index.css +13 -6
- package/es/input-tag/utils.js +1 -1
- package/es/layout/content.js +5 -0
- package/es/layout/footer.js +5 -0
- package/es/layout/header.js +5 -0
- package/es/layout/layout.vue_vue_type_script_lang.js +6 -1
- package/es/layout/sider.vue_vue_type_script_lang.js +46 -0
- package/es/link/index.d.ts +44 -564
- package/es/link/interface.d.ts +15 -0
- package/es/link/link.js +2 -17
- package/es/link/link.vue.d.ts +31 -286
- package/es/link/link.vue_vue_type_script_setup_true_lang.js +112 -0
- package/es/link/style/index.css +6 -0
- package/es/link/style/index.scss +10 -0
- package/es/list/index.d.ts +3 -3
- package/es/list/list-item-meta.vue_vue_type_script_lang.js +23 -0
- package/es/list/list-item.js +21 -1
- package/es/list/list.d.ts +1 -1
- package/es/list/list.js +104 -2
- package/es/mention/index.d.ts +6 -6
- package/es/mention/mention.d.ts +2 -2
- package/es/mention/mention.js +87 -1
- package/es/menu/base-menu.vue.d.ts +1 -1
- package/es/menu/base-menu.vue_vue_type_script_lang.js +102 -0
- package/es/menu/item-group.vue_vue_type_script_lang.js +11 -1
- package/es/menu/item.d.ts +1 -1
- package/es/menu/item.js +13 -2
- package/es/menu/menu.d.ts +2 -2
- package/es/menu/menu.js +2 -1
- package/es/menu/sub-menu-pop.vue.d.ts +14 -14
- package/es/menu/sub-menu.js +40 -1
- package/es/message/index.js +1 -1
- package/es/message/message.vue.d.ts +1 -1
- package/es/modal/index.d.ts +5 -5
- package/es/modal/index.js +2 -2
- package/es/modal/modal.vue.d.ts +2 -2
- package/es/modal/modal.vue_vue_type_script_lang.js +193 -2
- package/es/notification/index.js +1 -1
- package/es/notification/notification.vue.d.ts +1 -1
- package/es/overflow-list/index.d.ts +3 -3
- package/es/overflow-list/overflow-list.d.ts +1 -1
- package/es/overflow-list/overflow-list.js +25 -1
- package/es/page-header/index.d.ts +2 -2
- package/es/page-header/page-header.vue.d.ts +1 -1
- package/es/page-header/page-header.vue_vue_type_script_lang.js +38 -0
- package/es/pagination/page-jumper.vue.d.ts +38 -25
- package/es/pagination/page-options.vue.d.ts +34 -34
- package/es/pagination/pagination.js +122 -0
- package/es/popconfirm/index.d.ts +24 -24
- package/es/popconfirm/popconfirm.vue.d.ts +12 -12
- package/es/popconfirm/popconfirm.vue_vue_type_script_lang.js +95 -1
- package/es/popover/index.d.ts +24 -24
- package/es/popover/popover.vue.d.ts +12 -12
- package/es/popover/popover.vue_vue_type_script_lang.js +62 -0
- package/es/progress/circle.vue.d.ts +3 -3
- package/es/progress/index.d.ts +23 -23
- package/es/progress/line.vue.d.ts +2 -2
- package/es/progress/line.vue_vue_type_script_lang.js +1 -1
- package/es/progress/progress.vue.d.ts +12 -12
- package/es/progress/progress.vue_vue_type_script_lang.js +48 -0
- package/es/progress/steps.vue.d.ts +2 -2
- package/es/radio/index.d.ts +2 -2
- package/es/radio/radio-group.js +53 -0
- package/es/radio/radio.d.ts +1 -1
- package/es/radio/radio.js +36 -0
- package/es/rate/rate.js +54 -0
- package/es/resize-box/resize-box.vue_vue_type_script_lang.js +47 -1
- package/es/result/result.vue_vue_type_script_lang.js +40 -0
- package/es/scrollbar/index.d.ts +6 -6
- package/es/scrollbar/scrollbar.vue.d.ts +3 -3
- package/es/scrollbar/scrollbar.vue_vue_type_script_lang.js +108 -2
- package/es/sd-vue.js +10 -2
- package/es/secret/index.d.ts +48 -0
- package/es/secret/index.js +10 -0
- package/es/secret/secret.js +5 -0
- package/es/secret/secret.vue.d.ts +17 -0
- package/es/secret/secret.vue_vue_type_script_setup_true_lang.js +64 -0
- package/es/secret/style/css.js +2 -0
- package/es/secret/style/index.css +54 -0
- package/es/secret/style/index.d.ts +2 -0
- package/es/secret/style/index.js +2 -0
- package/es/secret/style/index.scss +48 -0
- package/es/secret/style/token.scss +9 -0
- package/es/select/hooks/use-options.js +1 -1
- package/es/select/index.d.ts +34 -34
- package/es/select/optgroup.vue_vue_type_script_lang.js +12 -1
- package/es/select/option.vue.d.ts +4 -4
- package/es/select/option.vue_vue_type_script_lang.js +27 -0
- package/es/select/select-dropdown.vue.d.ts +7 -7
- package/es/select/select.d.ts +14 -14
- package/es/select/select.js +13 -9
- package/es/select/utils.js +1 -1
- package/es/skeleton/line.vue_vue_type_script_lang.js +16 -0
- package/es/skeleton/shape.vue_vue_type_script_lang.js +10 -0
- package/es/skeleton/skeleton.vue_vue_type_script_lang.js +8 -0
- package/es/slider/index.d.ts +120 -96
- package/es/slider/slider-button.vue.d.ts +24 -24
- package/es/slider/slider-input.vue.d.ts +36 -24
- package/es/slider/slider.vue.d.ts +60 -48
- package/es/slider/slider.vue_vue_type_script_lang.js +55 -0
- package/es/space/index.d.ts +6 -6
- package/es/space/space.d.ts +1 -1
- package/es/space/space.js +27 -0
- package/es/spin/spin.js +35 -0
- package/es/split/split.vue_vue_type_script_lang.js +62 -1
- package/es/statistic/countdown.vue_vue_type_script_lang.js +36 -1
- package/es/statistic/statistic.vue_vue_type_script_lang.js +74 -0
- package/es/steps/index.d.ts +3 -3
- package/es/steps/step.vue_vue_type_script_lang.js +36 -0
- package/es/steps/steps.vue.d.ts +1 -1
- package/es/steps/steps.vue_vue_type_script_lang.js +47 -0
- package/es/switch/switch.vue_vue_type_script_lang.js +98 -1
- package/es/table/index.d.ts +14 -14
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-column.js +115 -0
- package/es/table/table-operation-td.d.ts +4 -4
- package/es/table/table-operation-td.js +1 -1
- package/es/table/table-operation-th.js +1 -1
- package/es/table/table-td.js +1 -1
- package/es/table/table-th.js +1 -1
- package/es/table/table.d.ts +7 -7
- package/es/table/table.js +442 -3
- package/es/table/utils.js +1 -1
- package/es/tabs/tab-pane.vue_vue_type_script_lang.js +23 -1
- package/es/tabs/tabs-tab.vue.d.ts +1 -1
- package/es/tabs/tabs.js +104 -0
- package/es/tag/index.d.ts +29238 -75
- package/es/tag/interface.d.ts +9 -1
- package/es/tag/style/index.css +13 -6
- package/es/tag/style/index.scss +16 -4
- package/es/tag/tag.js +26 -5
- package/es/tag/tag.vue.d.ts +11690 -9
- package/es/tag/tag.vue_vue_type_script_lang.js +139 -3
- package/es/tag-group/index.d.ts +64 -0
- package/es/tag-group/index.js +10 -0
- package/es/tag-group/interface.d.ts +18 -0
- package/es/tag-group/style/css.js +2 -0
- package/es/tag-group/style/index.css +92 -0
- package/es/tag-group/style/index.d.ts +2 -0
- package/es/tag-group/style/index.js +2 -0
- package/es/tag-group/style/index.scss +108 -0
- package/es/tag-group/style/token.scss +6 -0
- package/es/tag-group/tag-group.js +5 -0
- package/es/tag-group/tag-group.vue.d.ts +46 -0
- package/es/tag-group/tag-group.vue_vue_type_script_setup_true_lang.js +360 -0
- package/es/textarea/index.d.ts +2 -2
- package/es/textarea/textarea.vue.d.ts +1 -1
- package/es/textarea/textarea.vue_vue_type_script_lang.js +90 -1
- package/es/time-picker/index.d.ts +35 -35
- package/es/time-picker/panel.vue.d.ts +1 -1
- package/es/time-picker/range-panel.d.ts +1 -1
- package/es/time-picker/range-panel.js +1 -1
- package/es/time-picker/time-picker.js +1 -1
- package/es/time-picker/time-picker.vue.d.ts +17 -17
- package/es/time-picker/time-picker.vue_vue_type_script_lang.js +132 -0
- package/es/timeline/item.vue_vue_type_script_lang.js +38 -1
- package/es/timeline/timeline.js +28 -0
- package/es/tooltip/index.d.ts +24 -24
- package/es/tooltip/tooltip.vue.d.ts +12 -12
- package/es/tooltip/tooltip.vue_vue_type_script_lang.js +61 -1
- package/es/transfer/index.d.ts +27 -27
- package/es/transfer/transfer-view.vue.d.ts +12 -12
- package/es/transfer/transfer.vue.d.ts +13 -13
- package/es/transfer/transfer.vue_vue_type_script_lang.js +136 -0
- package/es/tree/base-node.vue.d.ts +2 -2
- package/es/tree/base-node.vue_vue_type_script_lang.js +7 -0
- package/es/tree/node.js +1 -1
- package/es/tree/transition-node-list.vue.d.ts +2 -2
- package/es/tree/tree.vue.d.ts +8 -8
- package/es/tree/tree.vue_vue_type_script_lang.js +287 -2
- package/es/tree/utils/tree-data.js +1 -1
- package/es/tree-select/hooks/use-selected-state.js +1 -1
- package/es/tree-select/panel.js +1 -1
- package/es/tree-select/tree-select.js +1 -1
- package/es/tree-select/tree-select.vue.d.ts +17 -17
- package/es/tree-select/tree-select.vue_vue_type_script_lang.js +287 -10
- package/es/trigger/index.d.ts +12 -12
- package/es/trigger/trigger.d.ts +7 -7
- package/es/trigger/trigger.js +161 -1
- package/es/trigger/utils.js +1 -1
- package/es/typography/base.d.ts +8 -1
- package/es/typography/base.js +127 -3
- package/es/typography/edit-content.vue.d.ts +15 -15
- package/es/typography/index.d.ts +1 -1
- package/es/typography/interface.d.ts +2 -0
- package/es/typography/operations.js +30 -0
- package/es/typography/operations.vue.d.ts +24 -24
- package/es/typography/paragraph.js +8 -0
- package/es/typography/title.d.ts +1 -1
- package/es/typography/title.js +6 -1
- package/es/upload/upload-button.d.ts +1 -1
- package/es/upload/upload.js +279 -2
- package/es/verification-code/index.d.ts +3 -3
- package/es/verification-code/verification-code.d.ts +1 -1
- package/es/verification-code/verification-code.js +59 -0
- package/es/watermark/hooks/use-mutation-observer.js +1 -1
- package/es/watermark/index.d.ts +3 -3
- package/es/watermark/watermark.d.ts +1 -1
- package/es/watermark/watermark.js +58 -1
- package/es/web-vue.css +24 -24
- package/json/vetur-attributes.json +137 -218
- package/json/vetur-tags.json +59 -67
- package/json/web-types.json +312 -493
- package/package.json +9 -7
- package/es/_utils/clipboard.d.ts +0 -1
- package/es/_utils/clipboard.js +0 -35
- package/es/link/link.vue_vue_type_script_lang.js +0 -56
package/es/image/image.vue.d.ts
CHANGED
|
@@ -56,7 +56,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
56
56
|
type: PropType<ImagePreviewProps>;
|
|
57
57
|
};
|
|
58
58
|
footerClass: {
|
|
59
|
-
type: (
|
|
59
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
60
60
|
};
|
|
61
61
|
}>, {
|
|
62
62
|
t: (key: string, ...args: any[]) => string;
|
|
@@ -134,7 +134,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
134
134
|
type: PropType<ImagePreviewProps>;
|
|
135
135
|
};
|
|
136
136
|
footerClass: {
|
|
137
|
-
type: (
|
|
137
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
138
138
|
};
|
|
139
139
|
}>> & Readonly<{
|
|
140
140
|
"onPreview-visible-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1018,13 +1018,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1018
1018
|
default: boolean;
|
|
1019
1019
|
};
|
|
1020
1020
|
contentClass: {
|
|
1021
|
-
type: (
|
|
1021
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1022
1022
|
};
|
|
1023
1023
|
contentStyle: {
|
|
1024
1024
|
type: PropType<CSSProperties>;
|
|
1025
1025
|
};
|
|
1026
1026
|
arrowClass: {
|
|
1027
|
-
type: (
|
|
1027
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1028
1028
|
};
|
|
1029
1029
|
arrowStyle: {
|
|
1030
1030
|
type: PropType<CSSProperties>;
|
|
@@ -1082,7 +1082,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1082
1082
|
default: boolean;
|
|
1083
1083
|
};
|
|
1084
1084
|
openedClass: {
|
|
1085
|
-
type: (
|
|
1085
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1086
1086
|
};
|
|
1087
1087
|
autoFitPosition: {
|
|
1088
1088
|
type: BooleanConstructor;
|
|
@@ -1105,8 +1105,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1105
1105
|
default: number;
|
|
1106
1106
|
};
|
|
1107
1107
|
}>> & Readonly<{
|
|
1108
|
-
onResize?: (() => any) | undefined;
|
|
1109
1108
|
onHide?: (() => any) | undefined;
|
|
1109
|
+
onResize?: (() => any) | undefined;
|
|
1110
1110
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1111
1111
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1112
1112
|
onShow?: (() => any) | undefined;
|
|
@@ -1209,13 +1209,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1209
1209
|
default: boolean;
|
|
1210
1210
|
};
|
|
1211
1211
|
contentClass: {
|
|
1212
|
-
type: (
|
|
1212
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1213
1213
|
};
|
|
1214
1214
|
contentStyle: {
|
|
1215
1215
|
type: PropType<CSSProperties>;
|
|
1216
1216
|
};
|
|
1217
1217
|
arrowClass: {
|
|
1218
|
-
type: (
|
|
1218
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1219
1219
|
};
|
|
1220
1220
|
arrowStyle: {
|
|
1221
1221
|
type: PropType<CSSProperties>;
|
|
@@ -1273,7 +1273,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1273
1273
|
default: boolean;
|
|
1274
1274
|
};
|
|
1275
1275
|
openedClass: {
|
|
1276
|
-
type: (
|
|
1276
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1277
1277
|
};
|
|
1278
1278
|
autoFitPosition: {
|
|
1279
1279
|
type: BooleanConstructor;
|
|
@@ -1296,8 +1296,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1296
1296
|
default: number;
|
|
1297
1297
|
};
|
|
1298
1298
|
}>> & Readonly<{
|
|
1299
|
-
onResize?: (() => any) | undefined;
|
|
1300
1299
|
onHide?: (() => any) | undefined;
|
|
1300
|
+
onResize?: (() => any) | undefined;
|
|
1301
1301
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1302
1302
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1303
1303
|
onShow?: (() => any) | undefined;
|
|
@@ -1391,13 +1391,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1391
1391
|
default: boolean;
|
|
1392
1392
|
};
|
|
1393
1393
|
contentClass: {
|
|
1394
|
-
type: (
|
|
1394
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1395
1395
|
};
|
|
1396
1396
|
contentStyle: {
|
|
1397
1397
|
type: PropType<CSSProperties>;
|
|
1398
1398
|
};
|
|
1399
1399
|
arrowClass: {
|
|
1400
|
-
type: (
|
|
1400
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1401
1401
|
};
|
|
1402
1402
|
arrowStyle: {
|
|
1403
1403
|
type: PropType<CSSProperties>;
|
|
@@ -1455,7 +1455,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1455
1455
|
default: boolean;
|
|
1456
1456
|
};
|
|
1457
1457
|
openedClass: {
|
|
1458
|
-
type: (
|
|
1458
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1459
1459
|
};
|
|
1460
1460
|
autoFitPosition: {
|
|
1461
1461
|
type: BooleanConstructor;
|
|
@@ -1478,8 +1478,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1478
1478
|
default: number;
|
|
1479
1479
|
};
|
|
1480
1480
|
}>> & Readonly<{
|
|
1481
|
-
onResize?: (() => any) | undefined;
|
|
1482
1481
|
onHide?: (() => any) | undefined;
|
|
1482
|
+
onResize?: (() => any) | undefined;
|
|
1483
1483
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1484
1484
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1485
1485
|
onShow?: (() => any) | undefined;
|
|
@@ -1708,13 +1708,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1708
1708
|
default: boolean;
|
|
1709
1709
|
};
|
|
1710
1710
|
contentClass: {
|
|
1711
|
-
type: (
|
|
1711
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1712
1712
|
};
|
|
1713
1713
|
contentStyle: {
|
|
1714
1714
|
type: PropType<CSSProperties>;
|
|
1715
1715
|
};
|
|
1716
1716
|
arrowClass: {
|
|
1717
|
-
type: (
|
|
1717
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1718
1718
|
};
|
|
1719
1719
|
arrowStyle: {
|
|
1720
1720
|
type: PropType<CSSProperties>;
|
|
@@ -1772,7 +1772,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1772
1772
|
default: boolean;
|
|
1773
1773
|
};
|
|
1774
1774
|
openedClass: {
|
|
1775
|
-
type: (
|
|
1775
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1776
1776
|
};
|
|
1777
1777
|
autoFitPosition: {
|
|
1778
1778
|
type: BooleanConstructor;
|
|
@@ -1795,8 +1795,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1795
1795
|
default: number;
|
|
1796
1796
|
};
|
|
1797
1797
|
}>> & Readonly<{
|
|
1798
|
-
onResize?: (() => any) | undefined;
|
|
1799
1798
|
onHide?: (() => any) | undefined;
|
|
1799
|
+
onResize?: (() => any) | undefined;
|
|
1800
1800
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1801
1801
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1802
1802
|
onShow?: (() => any) | undefined;
|
|
@@ -1899,13 +1899,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1899
1899
|
default: boolean;
|
|
1900
1900
|
};
|
|
1901
1901
|
contentClass: {
|
|
1902
|
-
type: (
|
|
1902
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1903
1903
|
};
|
|
1904
1904
|
contentStyle: {
|
|
1905
1905
|
type: PropType<CSSProperties>;
|
|
1906
1906
|
};
|
|
1907
1907
|
arrowClass: {
|
|
1908
|
-
type: (
|
|
1908
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1909
1909
|
};
|
|
1910
1910
|
arrowStyle: {
|
|
1911
1911
|
type: PropType<CSSProperties>;
|
|
@@ -1963,7 +1963,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1963
1963
|
default: boolean;
|
|
1964
1964
|
};
|
|
1965
1965
|
openedClass: {
|
|
1966
|
-
type: (
|
|
1966
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1967
1967
|
};
|
|
1968
1968
|
autoFitPosition: {
|
|
1969
1969
|
type: BooleanConstructor;
|
|
@@ -1986,8 +1986,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1986
1986
|
default: number;
|
|
1987
1987
|
};
|
|
1988
1988
|
}>> & Readonly<{
|
|
1989
|
-
onResize?: (() => any) | undefined;
|
|
1990
1989
|
onHide?: (() => any) | undefined;
|
|
1990
|
+
onResize?: (() => any) | undefined;
|
|
1991
1991
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1992
1992
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1993
1993
|
onShow?: (() => any) | undefined;
|
|
@@ -2081,13 +2081,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2081
2081
|
default: boolean;
|
|
2082
2082
|
};
|
|
2083
2083
|
contentClass: {
|
|
2084
|
-
type: (
|
|
2084
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2085
2085
|
};
|
|
2086
2086
|
contentStyle: {
|
|
2087
2087
|
type: PropType<CSSProperties>;
|
|
2088
2088
|
};
|
|
2089
2089
|
arrowClass: {
|
|
2090
|
-
type: (
|
|
2090
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2091
2091
|
};
|
|
2092
2092
|
arrowStyle: {
|
|
2093
2093
|
type: PropType<CSSProperties>;
|
|
@@ -2145,7 +2145,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2145
2145
|
default: boolean;
|
|
2146
2146
|
};
|
|
2147
2147
|
openedClass: {
|
|
2148
|
-
type: (
|
|
2148
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2149
2149
|
};
|
|
2150
2150
|
autoFitPosition: {
|
|
2151
2151
|
type: BooleanConstructor;
|
|
@@ -2168,8 +2168,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2168
2168
|
default: number;
|
|
2169
2169
|
};
|
|
2170
2170
|
}>> & Readonly<{
|
|
2171
|
-
onResize?: (() => any) | undefined;
|
|
2172
2171
|
onHide?: (() => any) | undefined;
|
|
2172
|
+
onResize?: (() => any) | undefined;
|
|
2173
2173
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
2174
2174
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
2175
2175
|
onShow?: (() => any) | undefined;
|
|
@@ -28,38 +28,100 @@ var image_vue_vue_type_script_lang_default = defineComponent({
|
|
|
28
28
|
type: Boolean,
|
|
29
29
|
default: true
|
|
30
30
|
},
|
|
31
|
+
/**
|
|
32
|
+
* @zh 图片获取地址
|
|
33
|
+
* @en Image src
|
|
34
|
+
*/
|
|
31
35
|
src: { type: String },
|
|
36
|
+
/**
|
|
37
|
+
* @zh 图片显示宽度
|
|
38
|
+
* @en Image width
|
|
39
|
+
*/
|
|
32
40
|
width: { type: [String, Number] },
|
|
41
|
+
/**
|
|
42
|
+
* @zh 图片显示高度
|
|
43
|
+
* @en Image height
|
|
44
|
+
*/
|
|
33
45
|
height: { type: [String, Number] },
|
|
46
|
+
/**
|
|
47
|
+
* @zh 标题
|
|
48
|
+
* @en Title
|
|
49
|
+
*/
|
|
34
50
|
title: { type: String },
|
|
51
|
+
/**
|
|
52
|
+
* @zh 描述,将显示在底部,如果 alt 没有值,则会将其设置给 alt
|
|
53
|
+
* @en Description, will be displayed at the bottom. if alt has no value, it will be set to alt
|
|
54
|
+
*/
|
|
35
55
|
description: { type: String },
|
|
56
|
+
/**
|
|
57
|
+
* @zh 确定图片如何适应容器框
|
|
58
|
+
* @en indicate how the image should be resized to fit its container
|
|
59
|
+
*/
|
|
36
60
|
fit: { type: String },
|
|
61
|
+
/**
|
|
62
|
+
* @zh 图片的文字描述
|
|
63
|
+
* @en Text description of the image
|
|
64
|
+
*/
|
|
37
65
|
alt: { type: String },
|
|
66
|
+
/**
|
|
67
|
+
* @zh 是否隐藏 footer(2.36.0 版本支持 'never' 参数,支持在加载错误时显示底部内容)
|
|
68
|
+
* @en Whether to hide footer (Version 2.36.0 supports the 'never' parameter, which supports displaying bottom content when loading errors)
|
|
69
|
+
*/
|
|
38
70
|
hideFooter: {
|
|
39
71
|
type: [Boolean, String],
|
|
40
72
|
default: false
|
|
41
73
|
},
|
|
74
|
+
/**
|
|
75
|
+
* @zh 底部显示的位置
|
|
76
|
+
* @en The position shown at the bottom
|
|
77
|
+
*/
|
|
42
78
|
footerPosition: {
|
|
43
79
|
type: String,
|
|
44
80
|
default: "inner"
|
|
45
81
|
},
|
|
82
|
+
/**
|
|
83
|
+
* @zh 是否显示加载中效果
|
|
84
|
+
* @en Whether to show the loading effect
|
|
85
|
+
*/
|
|
46
86
|
showLoader: {
|
|
47
87
|
type: Boolean,
|
|
48
88
|
default: false
|
|
49
89
|
},
|
|
90
|
+
/**
|
|
91
|
+
* @zh 是否开启预览
|
|
92
|
+
* @en Whether to enable preview
|
|
93
|
+
*/
|
|
50
94
|
preview: {
|
|
51
95
|
type: Boolean,
|
|
52
96
|
default: true
|
|
53
97
|
},
|
|
98
|
+
/**
|
|
99
|
+
* @zh 控制预览的打开状态,可与 previewVisibleChange 配合使用
|
|
100
|
+
* @en Control the open state of the preview, can be used in conjunction with previewVisibleChange
|
|
101
|
+
* @vModel
|
|
102
|
+
*/
|
|
54
103
|
previewVisible: {
|
|
55
104
|
type: Boolean,
|
|
56
105
|
default: void 0
|
|
57
106
|
},
|
|
107
|
+
/**
|
|
108
|
+
* @zh 预览的默认打开状态
|
|
109
|
+
* @en The default open state of the preview
|
|
110
|
+
*/
|
|
58
111
|
defaultPreviewVisible: {
|
|
59
112
|
type: Boolean,
|
|
60
113
|
default: false
|
|
61
114
|
},
|
|
115
|
+
/**
|
|
116
|
+
* @zh 预览的配置项(所有选项都是可选的) [ImagePreviewProps](#image-preview%20Props)
|
|
117
|
+
* @en Preview configuration items (all options are optional) [ImagePreviewProps](#image-preview%20Props)
|
|
118
|
+
*/
|
|
62
119
|
previewProps: { type: Object },
|
|
120
|
+
/**
|
|
121
|
+
* @zh 底部显示区域的类名
|
|
122
|
+
* @en The class name of the bottom display area
|
|
123
|
+
* @version 2.23.0
|
|
124
|
+
*/
|
|
63
125
|
footerClass: { type: [
|
|
64
126
|
String,
|
|
65
127
|
Array,
|
|
@@ -67,6 +129,26 @@ var image_vue_vue_type_script_lang_default = defineComponent({
|
|
|
67
129
|
] }
|
|
68
130
|
},
|
|
69
131
|
emits: ["preview-visible-change", "update:previewVisible"],
|
|
132
|
+
/**
|
|
133
|
+
* @zh 自定义错误状态的图标
|
|
134
|
+
* @en Customize the icon of error content.
|
|
135
|
+
* @slot error-icon
|
|
136
|
+
*/
|
|
137
|
+
/**
|
|
138
|
+
* @zh 自定义错误状态内容
|
|
139
|
+
* @en Customize error content.
|
|
140
|
+
* @slot error
|
|
141
|
+
*/
|
|
142
|
+
/**
|
|
143
|
+
* @zh 自定义加载状态效果
|
|
144
|
+
* @en Customize loading effect.
|
|
145
|
+
* @slot loader
|
|
146
|
+
*/
|
|
147
|
+
/**
|
|
148
|
+
* @zh 底部额外内容
|
|
149
|
+
* @en Extra content at the bottom
|
|
150
|
+
* @slot extra
|
|
151
|
+
*/
|
|
70
152
|
setup(props, { attrs, slots, emit }) {
|
|
71
153
|
const { t } = useI18n();
|
|
72
154
|
const { height, width, hideFooter, title, description, src, footerPosition, defaultPreviewVisible, previewVisible, preview, previewProps } = toRefs(props);
|
|
@@ -135,13 +135,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
135
135
|
default: boolean;
|
|
136
136
|
};
|
|
137
137
|
contentClass: {
|
|
138
|
-
type: (
|
|
138
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
139
139
|
};
|
|
140
140
|
contentStyle: {
|
|
141
141
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
142
142
|
};
|
|
143
143
|
arrowClass: {
|
|
144
|
-
type: (
|
|
144
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
145
145
|
};
|
|
146
146
|
arrowStyle: {
|
|
147
147
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -199,7 +199,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
199
199
|
default: boolean;
|
|
200
200
|
};
|
|
201
201
|
openedClass: {
|
|
202
|
-
type: (
|
|
202
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
203
203
|
};
|
|
204
204
|
autoFitPosition: {
|
|
205
205
|
type: BooleanConstructor;
|
|
@@ -222,8 +222,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
222
222
|
default: number;
|
|
223
223
|
};
|
|
224
224
|
}>> & Readonly<{
|
|
225
|
-
onResize?: (() => any) | undefined;
|
|
226
225
|
onHide?: (() => any) | undefined;
|
|
226
|
+
onResize?: (() => any) | undefined;
|
|
227
227
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
228
228
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
229
229
|
onShow?: (() => any) | undefined;
|
|
@@ -326,13 +326,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
326
326
|
default: boolean;
|
|
327
327
|
};
|
|
328
328
|
contentClass: {
|
|
329
|
-
type: (
|
|
329
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
330
330
|
};
|
|
331
331
|
contentStyle: {
|
|
332
332
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
333
333
|
};
|
|
334
334
|
arrowClass: {
|
|
335
|
-
type: (
|
|
335
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
336
336
|
};
|
|
337
337
|
arrowStyle: {
|
|
338
338
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -390,7 +390,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
390
390
|
default: boolean;
|
|
391
391
|
};
|
|
392
392
|
openedClass: {
|
|
393
|
-
type: (
|
|
393
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
394
394
|
};
|
|
395
395
|
autoFitPosition: {
|
|
396
396
|
type: BooleanConstructor;
|
|
@@ -413,8 +413,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
413
413
|
default: number;
|
|
414
414
|
};
|
|
415
415
|
}>> & Readonly<{
|
|
416
|
-
onResize?: (() => any) | undefined;
|
|
417
416
|
onHide?: (() => any) | undefined;
|
|
417
|
+
onResize?: (() => any) | undefined;
|
|
418
418
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
419
419
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
420
420
|
onShow?: (() => any) | undefined;
|
|
@@ -508,13 +508,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
508
508
|
default: boolean;
|
|
509
509
|
};
|
|
510
510
|
contentClass: {
|
|
511
|
-
type: (
|
|
511
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
512
512
|
};
|
|
513
513
|
contentStyle: {
|
|
514
514
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
515
515
|
};
|
|
516
516
|
arrowClass: {
|
|
517
|
-
type: (
|
|
517
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
518
518
|
};
|
|
519
519
|
arrowStyle: {
|
|
520
520
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -572,7 +572,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
572
572
|
default: boolean;
|
|
573
573
|
};
|
|
574
574
|
openedClass: {
|
|
575
|
-
type: (
|
|
575
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
576
576
|
};
|
|
577
577
|
autoFitPosition: {
|
|
578
578
|
type: BooleanConstructor;
|
|
@@ -595,8 +595,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
595
595
|
default: number;
|
|
596
596
|
};
|
|
597
597
|
}>> & Readonly<{
|
|
598
|
-
onResize?: (() => any) | undefined;
|
|
599
598
|
onHide?: (() => any) | undefined;
|
|
599
|
+
onResize?: (() => any) | undefined;
|
|
600
600
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
601
601
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
602
602
|
onShow?: (() => any) | undefined;
|
|
@@ -825,13 +825,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
825
825
|
default: boolean;
|
|
826
826
|
};
|
|
827
827
|
contentClass: {
|
|
828
|
-
type: (
|
|
828
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
829
829
|
};
|
|
830
830
|
contentStyle: {
|
|
831
831
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
832
832
|
};
|
|
833
833
|
arrowClass: {
|
|
834
|
-
type: (
|
|
834
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
835
835
|
};
|
|
836
836
|
arrowStyle: {
|
|
837
837
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -889,7 +889,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
889
889
|
default: boolean;
|
|
890
890
|
};
|
|
891
891
|
openedClass: {
|
|
892
|
-
type: (
|
|
892
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
893
893
|
};
|
|
894
894
|
autoFitPosition: {
|
|
895
895
|
type: BooleanConstructor;
|
|
@@ -912,8 +912,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
912
912
|
default: number;
|
|
913
913
|
};
|
|
914
914
|
}>> & Readonly<{
|
|
915
|
-
onResize?: (() => any) | undefined;
|
|
916
915
|
onHide?: (() => any) | undefined;
|
|
916
|
+
onResize?: (() => any) | undefined;
|
|
917
917
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
918
918
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
919
919
|
onShow?: (() => any) | undefined;
|
|
@@ -1016,13 +1016,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1016
1016
|
default: boolean;
|
|
1017
1017
|
};
|
|
1018
1018
|
contentClass: {
|
|
1019
|
-
type: (
|
|
1019
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1020
1020
|
};
|
|
1021
1021
|
contentStyle: {
|
|
1022
1022
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1023
1023
|
};
|
|
1024
1024
|
arrowClass: {
|
|
1025
|
-
type: (
|
|
1025
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1026
1026
|
};
|
|
1027
1027
|
arrowStyle: {
|
|
1028
1028
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1080,7 +1080,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1080
1080
|
default: boolean;
|
|
1081
1081
|
};
|
|
1082
1082
|
openedClass: {
|
|
1083
|
-
type: (
|
|
1083
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1084
1084
|
};
|
|
1085
1085
|
autoFitPosition: {
|
|
1086
1086
|
type: BooleanConstructor;
|
|
@@ -1103,8 +1103,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1103
1103
|
default: number;
|
|
1104
1104
|
};
|
|
1105
1105
|
}>> & Readonly<{
|
|
1106
|
-
onResize?: (() => any) | undefined;
|
|
1107
1106
|
onHide?: (() => any) | undefined;
|
|
1107
|
+
onResize?: (() => any) | undefined;
|
|
1108
1108
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1109
1109
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1110
1110
|
onShow?: (() => any) | undefined;
|
|
@@ -1198,13 +1198,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1198
1198
|
default: boolean;
|
|
1199
1199
|
};
|
|
1200
1200
|
contentClass: {
|
|
1201
|
-
type: (
|
|
1201
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1202
1202
|
};
|
|
1203
1203
|
contentStyle: {
|
|
1204
1204
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1205
1205
|
};
|
|
1206
1206
|
arrowClass: {
|
|
1207
|
-
type: (
|
|
1207
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1208
1208
|
};
|
|
1209
1209
|
arrowStyle: {
|
|
1210
1210
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1262,7 +1262,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1262
1262
|
default: boolean;
|
|
1263
1263
|
};
|
|
1264
1264
|
openedClass: {
|
|
1265
|
-
type: (
|
|
1265
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1266
1266
|
};
|
|
1267
1267
|
autoFitPosition: {
|
|
1268
1268
|
type: BooleanConstructor;
|
|
@@ -1285,8 +1285,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1285
1285
|
default: number;
|
|
1286
1286
|
};
|
|
1287
1287
|
}>> & Readonly<{
|
|
1288
|
-
onResize?: (() => any) | undefined;
|
|
1289
1288
|
onHide?: (() => any) | undefined;
|
|
1289
|
+
onResize?: (() => any) | undefined;
|
|
1290
1290
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1291
1291
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1292
1292
|
onShow?: (() => any) | undefined;
|
|
@@ -13,7 +13,15 @@ var preview_action_default = /* @__PURE__ */ defineComponent({
|
|
|
13
13
|
components: { Tooltip },
|
|
14
14
|
inheritAttrs: false,
|
|
15
15
|
props: {
|
|
16
|
+
/**
|
|
17
|
+
* @zh 名称
|
|
18
|
+
* @en the name of the action
|
|
19
|
+
*/
|
|
16
20
|
name: { type: String },
|
|
21
|
+
/**
|
|
22
|
+
* @zh 是否禁用
|
|
23
|
+
* @en Whether to disable the action
|
|
24
|
+
*/
|
|
17
25
|
disabled: { type: Boolean }
|
|
18
26
|
},
|
|
19
27
|
setup(props, { slots, attrs }) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.
|
|
1
|
+
import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.130.0/helpers/objectSpread2.js";
|
|
2
2
|
import _plugin_vue_export_helper_default from "../_virtual/_plugin-vue_export-helper.js";
|
|
3
3
|
import preview_group_vue_vue_type_script_lang_default from "./preview-group.vue_vue_type_script_lang.js";
|
|
4
4
|
import { Fragment, createElementBlock, createSlots, createVNode, mergeProps, openBlock, renderSlot, resolveComponent, withCtx } from "vue";
|