@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
|
@@ -10,30 +10,87 @@ var button_vue_vue_type_script_lang_default = defineComponent({
|
|
|
10
10
|
name: "Button",
|
|
11
11
|
components: { IconLoading },
|
|
12
12
|
props: {
|
|
13
|
+
/**
|
|
14
|
+
* @zh 按钮的类型,分为五种:次要按钮、主要按钮、虚框按钮、线性按钮、文字按钮。
|
|
15
|
+
* @en Button types are divided into five types: secondary, primary, dashed, outline and text.
|
|
16
|
+
* @defaultValue 'secondary'
|
|
17
|
+
*/
|
|
13
18
|
type: { type: String },
|
|
19
|
+
/**
|
|
20
|
+
* @zh 按钮的形状
|
|
21
|
+
* @en Button shape
|
|
22
|
+
*/
|
|
14
23
|
shape: { type: String },
|
|
24
|
+
/**
|
|
25
|
+
* @zh 按钮的状态
|
|
26
|
+
* @en Button state
|
|
27
|
+
* @values 'normal','warning','success','danger'
|
|
28
|
+
* @defaultValue 'normal'
|
|
29
|
+
*/
|
|
15
30
|
status: { type: String },
|
|
31
|
+
/**
|
|
32
|
+
* @zh 按钮的尺寸
|
|
33
|
+
* @en Button size
|
|
34
|
+
* @values 'mini','small','medium','large'
|
|
35
|
+
* @defaultValue 'medium'
|
|
36
|
+
*/
|
|
16
37
|
size: { type: String },
|
|
38
|
+
/**
|
|
39
|
+
* @zh 按钮的宽度是否随容器自适应。
|
|
40
|
+
* @en Whether the width of the button adapts to the container.
|
|
41
|
+
*/
|
|
17
42
|
long: {
|
|
18
43
|
type: Boolean,
|
|
19
44
|
default: false
|
|
20
45
|
},
|
|
46
|
+
/**
|
|
47
|
+
* @zh 按钮是否为加载中状态
|
|
48
|
+
* @en Whether the button is in the loading state
|
|
49
|
+
*/
|
|
21
50
|
loading: {
|
|
22
51
|
type: Boolean,
|
|
23
52
|
default: false
|
|
24
53
|
},
|
|
54
|
+
/**
|
|
55
|
+
* @zh 按钮是否禁用
|
|
56
|
+
* @en Whether the button is disabled
|
|
57
|
+
* @defaultValue false
|
|
58
|
+
*/
|
|
25
59
|
disabled: { type: Boolean },
|
|
60
|
+
/**
|
|
61
|
+
* @zh 设置 `button` 的原生 `type` 属性,可选值参考 [HTML标准](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type "_blank")
|
|
62
|
+
* @en Set the native `type` attribute of `button`, optional values refer to [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type "_blank")
|
|
63
|
+
*/
|
|
26
64
|
htmlType: {
|
|
27
65
|
type: String,
|
|
28
66
|
default: "button"
|
|
29
67
|
},
|
|
68
|
+
/**
|
|
69
|
+
* @zh 设置 `button` 的原生 `autofocus` 属性,可选值参考 [HTML标准](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type "_blank")
|
|
70
|
+
* @en Set the native `autofocus` attribute of `button`, optional values refer to [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type "_blank")
|
|
71
|
+
*/
|
|
30
72
|
autofocus: {
|
|
31
73
|
type: Boolean,
|
|
32
74
|
default: false
|
|
33
75
|
},
|
|
76
|
+
/**
|
|
77
|
+
* @zh 设置跳转链接。设置此属性时,按钮渲染为a标签。
|
|
78
|
+
* @en Set up a jump link. When this property is set, the button is rendered as `<a>`
|
|
79
|
+
*/
|
|
34
80
|
href: String
|
|
35
81
|
},
|
|
36
|
-
emits: {
|
|
82
|
+
emits: {
|
|
83
|
+
/**
|
|
84
|
+
* @zh 点击按钮时触发
|
|
85
|
+
* @en Emitted when the button is clicked
|
|
86
|
+
* @property {MouseEvent} ev
|
|
87
|
+
*/
|
|
88
|
+
click: (_ev) => true },
|
|
89
|
+
/**
|
|
90
|
+
* @zh 图标
|
|
91
|
+
* @en Icon
|
|
92
|
+
* @slot icon
|
|
93
|
+
*/
|
|
37
94
|
setup(props, { emit }) {
|
|
38
95
|
const { size, disabled } = toRefs(props);
|
|
39
96
|
const prefixCls = getPrefixCls("btn");
|
package/es/calendar/calendar.js
CHANGED
|
@@ -12,16 +12,36 @@ function getFormat(mode, panel) {
|
|
|
12
12
|
var calendar_default = /* @__PURE__ */ defineComponent({
|
|
13
13
|
name: "Calendar",
|
|
14
14
|
props: {
|
|
15
|
+
/**
|
|
16
|
+
* @zh 绑定值
|
|
17
|
+
* @en Value
|
|
18
|
+
*/
|
|
15
19
|
modelValue: {
|
|
16
20
|
type: Date,
|
|
17
21
|
default: void 0
|
|
18
22
|
},
|
|
23
|
+
/**
|
|
24
|
+
* @zh 默认值(非受控状态)
|
|
25
|
+
* @en Default value (uncontrolled state)
|
|
26
|
+
*/
|
|
19
27
|
defaultValue: { type: Date },
|
|
28
|
+
/**
|
|
29
|
+
* @zh 模式
|
|
30
|
+
* @en Mode
|
|
31
|
+
*/
|
|
20
32
|
mode: { type: String },
|
|
33
|
+
/**
|
|
34
|
+
* @zh 默认模式
|
|
35
|
+
* @en Default Mode
|
|
36
|
+
*/
|
|
21
37
|
defaultMode: {
|
|
22
38
|
type: String,
|
|
23
39
|
default: "month"
|
|
24
40
|
},
|
|
41
|
+
/**
|
|
42
|
+
* @zh 显示的模式
|
|
43
|
+
* @en Displayed mode
|
|
44
|
+
*/
|
|
25
45
|
modes: {
|
|
26
46
|
type: Array,
|
|
27
47
|
default: () => ["month", "year"]
|
|
@@ -50,9 +70,36 @@ var calendar_default = /* @__PURE__ */ defineComponent({
|
|
|
50
70
|
},
|
|
51
71
|
emits: {
|
|
52
72
|
"update:modelValue": (_date) => true,
|
|
73
|
+
/**
|
|
74
|
+
* @zh 选择的日期改变时触发
|
|
75
|
+
* @en Emitted when the button is clicked
|
|
76
|
+
* @property {Date} date
|
|
77
|
+
*/
|
|
53
78
|
"change": (_date) => true,
|
|
79
|
+
/**
|
|
80
|
+
* @zh 日期面板改变时触发
|
|
81
|
+
* @en Emitted when the button is clicked
|
|
82
|
+
* @property {Date} date
|
|
83
|
+
*/
|
|
54
84
|
"panelChange": (_date) => true
|
|
55
85
|
},
|
|
86
|
+
/**
|
|
87
|
+
* @zh 自定义单元格内容
|
|
88
|
+
* @en Custom cell content
|
|
89
|
+
* @slot default
|
|
90
|
+
* @binding {number} year
|
|
91
|
+
* @binding {number} month
|
|
92
|
+
* @binding {number} date
|
|
93
|
+
* @version 2.53.0
|
|
94
|
+
*/
|
|
95
|
+
/**
|
|
96
|
+
* @zh 自定义头部内容
|
|
97
|
+
* @en Custom header content
|
|
98
|
+
* @slot header
|
|
99
|
+
* @binding {number} year
|
|
100
|
+
* @binding {number} month
|
|
101
|
+
* @version 2.53.0
|
|
102
|
+
*/
|
|
56
103
|
setup(props, { emit, slots }) {
|
|
57
104
|
const { dayStartOfWeek, isWeek } = toRefs(props);
|
|
58
105
|
const prefixCls = getPrefixCls("calendar");
|
package/es/calendar/month.js
CHANGED
|
@@ -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 { getPrefixCls } from "../_utils/global-config.js";
|
|
3
3
|
import { dayjs, methods } from "../_utils/date.js";
|
|
4
4
|
import { padStart } from "../_utils/pad.js";
|
package/es/calendar/year.js
CHANGED
|
@@ -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 { getPrefixCls } from "../_utils/global-config.js";
|
|
3
3
|
import { useI18n } from "../locale/index.js";
|
|
4
4
|
import { dayjs } from "../_utils/date.js";
|
|
@@ -4,7 +4,12 @@ import { computed, defineComponent, inject, onMounted } from "vue";
|
|
|
4
4
|
//#region components/card/card-grid.vue?vue&type=script&lang.ts
|
|
5
5
|
var card_grid_vue_vue_type_script_lang_default = defineComponent({
|
|
6
6
|
name: "CardGrid",
|
|
7
|
-
props: {
|
|
7
|
+
props: {
|
|
8
|
+
/**
|
|
9
|
+
* @zh 是否可以悬浮
|
|
10
|
+
* @en Whether to hover
|
|
11
|
+
*/
|
|
12
|
+
hoverable: {
|
|
8
13
|
type: Boolean,
|
|
9
14
|
default: false
|
|
10
15
|
} },
|
package/es/card/card-meta.js
CHANGED
|
@@ -5,9 +5,32 @@ import { createVNode, defineComponent, inject, onMounted } from "vue";
|
|
|
5
5
|
var card_meta_default = /* @__PURE__ */ defineComponent({
|
|
6
6
|
name: "CardMeta",
|
|
7
7
|
props: {
|
|
8
|
+
/**
|
|
9
|
+
* @zh 标题
|
|
10
|
+
* @en Title of card
|
|
11
|
+
*/
|
|
8
12
|
title: { type: String },
|
|
13
|
+
/**
|
|
14
|
+
* @zh 描述
|
|
15
|
+
* @en Description of card
|
|
16
|
+
*/
|
|
9
17
|
description: { type: String }
|
|
10
18
|
},
|
|
19
|
+
/**
|
|
20
|
+
* @zh 头像
|
|
21
|
+
* @en Avatar of card
|
|
22
|
+
* @slot avatar
|
|
23
|
+
*/
|
|
24
|
+
/**
|
|
25
|
+
* @zh 标题
|
|
26
|
+
* @en Title of card
|
|
27
|
+
* @slot title
|
|
28
|
+
*/
|
|
29
|
+
/**
|
|
30
|
+
* @zh 描述
|
|
31
|
+
* @en Description of card
|
|
32
|
+
* @slot description
|
|
33
|
+
*/
|
|
11
34
|
setup(props, { slots }) {
|
|
12
35
|
const prefixCls = getPrefixCls("card-meta");
|
|
13
36
|
const context = inject(cardInjectionKey);
|
package/es/card/card.js
CHANGED
|
@@ -9,30 +9,84 @@ var card_default = /* @__PURE__ */ defineComponent({
|
|
|
9
9
|
name: "Card",
|
|
10
10
|
components: { Spin },
|
|
11
11
|
props: {
|
|
12
|
+
/**
|
|
13
|
+
* @zh 是否有边框
|
|
14
|
+
* @en Whether to render the border
|
|
15
|
+
*/
|
|
12
16
|
bordered: {
|
|
13
17
|
type: Boolean,
|
|
14
18
|
default: true
|
|
15
19
|
},
|
|
20
|
+
/**
|
|
21
|
+
* @zh 是否为加载中
|
|
22
|
+
* @en Loading status
|
|
23
|
+
*/
|
|
16
24
|
loading: {
|
|
17
25
|
type: Boolean,
|
|
18
26
|
default: false
|
|
19
27
|
},
|
|
28
|
+
/**
|
|
29
|
+
* @zh 是否可悬浮
|
|
30
|
+
* @en Can be hovered
|
|
31
|
+
*/
|
|
20
32
|
hoverable: {
|
|
21
33
|
type: Boolean,
|
|
22
34
|
default: false
|
|
23
35
|
},
|
|
36
|
+
/**
|
|
37
|
+
* @zh 卡片尺寸
|
|
38
|
+
* @en Size of card
|
|
39
|
+
* @values 'medium', 'small'
|
|
40
|
+
* @defaultValue 'medium'
|
|
41
|
+
*/
|
|
24
42
|
size: { type: String },
|
|
43
|
+
/**
|
|
44
|
+
* @zh 自定义标题区域样式
|
|
45
|
+
* @en The additional css style to apply to card head
|
|
46
|
+
*/
|
|
25
47
|
headerStyle: {
|
|
26
48
|
type: Object,
|
|
27
49
|
default: () => ({})
|
|
28
50
|
},
|
|
51
|
+
/**
|
|
52
|
+
* @zh 内容区域自定义样式
|
|
53
|
+
* @en The additional css style to apply to card content
|
|
54
|
+
*/
|
|
29
55
|
bodyStyle: {
|
|
30
56
|
type: Object,
|
|
31
57
|
default: () => ({})
|
|
32
58
|
},
|
|
59
|
+
/**
|
|
60
|
+
* @zh 卡片标题
|
|
61
|
+
* @en Title of card
|
|
62
|
+
*/
|
|
33
63
|
title: { type: String },
|
|
64
|
+
/**
|
|
65
|
+
* @zh 卡片右上角的操作区域
|
|
66
|
+
* @en Content to render in the top-right corner of the card
|
|
67
|
+
*/
|
|
34
68
|
extra: { type: String }
|
|
35
69
|
},
|
|
70
|
+
/**
|
|
71
|
+
* @zh 卡片标题
|
|
72
|
+
* @en Title of card
|
|
73
|
+
* @slot title
|
|
74
|
+
*/
|
|
75
|
+
/**
|
|
76
|
+
* @zh 卡片右上角的操作区域
|
|
77
|
+
* @en Content to render in the top-right corner of the card
|
|
78
|
+
* @slot extra
|
|
79
|
+
*/
|
|
80
|
+
/**
|
|
81
|
+
* @zh 卡片封面
|
|
82
|
+
* @en Cover of card
|
|
83
|
+
* @slot cover
|
|
84
|
+
*/
|
|
85
|
+
/**
|
|
86
|
+
* @zh 卡片底部的操作组
|
|
87
|
+
* @en The action list which shows at the bottom of the Card
|
|
88
|
+
* @slot actions
|
|
89
|
+
*/
|
|
36
90
|
setup(props, { slots }) {
|
|
37
91
|
const prefixCls = getPrefixCls("card");
|
|
38
92
|
const { size } = toRefs(props);
|
package/es/carousel/carousel.js
CHANGED
|
@@ -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 { getPrefixCls } from "../_utils/global-config.js";
|
|
3
3
|
import { isNumber, isObject } from "../_utils/is.js";
|
|
4
4
|
import { useChildrenComponents } from "../_hooks/use-children-components.js";
|
|
@@ -18,51 +18,111 @@ function getValidIndex(i, length) {
|
|
|
18
18
|
var carousel_default = /* @__PURE__ */ defineComponent({
|
|
19
19
|
name: "Carousel",
|
|
20
20
|
props: {
|
|
21
|
+
/**
|
|
22
|
+
* @zh 当前展示索引
|
|
23
|
+
* @en The index of current slide which starts from 1
|
|
24
|
+
* @vModel
|
|
25
|
+
*/
|
|
21
26
|
current: { type: Number },
|
|
27
|
+
/**
|
|
28
|
+
* @zh 当前展示索引
|
|
29
|
+
* @en Default index of current slide
|
|
30
|
+
*/
|
|
22
31
|
defaultCurrent: {
|
|
23
32
|
type: Number,
|
|
24
33
|
default: 1
|
|
25
34
|
},
|
|
35
|
+
/**
|
|
36
|
+
* @zh 是否自动循环展示,或者传入 `{ interval: 自动切换的时间间隔(默认: 3000), hoverToPause: 鼠标悬浮时是否暂停自动切换(默认: true) }` 进行高级配置
|
|
37
|
+
* @en* Whether to automatically loop the display, or pass in `{ interval: the time interval for switching (default: 3000),
|
|
38
|
+
* hoverToPause: whether to pause switching while hover (default: true) }` for configuration (object is supported from `2.14.0`)
|
|
39
|
+
*/
|
|
26
40
|
autoPlay: {
|
|
27
41
|
type: [Boolean, Object],
|
|
28
42
|
default: false
|
|
29
43
|
},
|
|
44
|
+
/**
|
|
45
|
+
* @zh 幻灯片移动速率(ms)
|
|
46
|
+
* @en The duration of the slide movement(ms)
|
|
47
|
+
*/
|
|
30
48
|
moveSpeed: {
|
|
31
49
|
type: Number,
|
|
32
50
|
default: 500
|
|
33
51
|
},
|
|
52
|
+
/**
|
|
53
|
+
* @zh 切换动画
|
|
54
|
+
* @en The animation of the slide movement
|
|
55
|
+
*/
|
|
34
56
|
animationName: {
|
|
35
57
|
type: String,
|
|
36
58
|
default: "slide"
|
|
37
59
|
},
|
|
60
|
+
/**
|
|
61
|
+
* @zh 幻灯片切换触发方式, click/hover 指示器
|
|
62
|
+
* @en How to trigger the slide switch, click/hover the indicator
|
|
63
|
+
* @values 'click', 'hover'
|
|
64
|
+
*/
|
|
38
65
|
trigger: {
|
|
39
66
|
type: String,
|
|
40
67
|
default: "click"
|
|
41
68
|
},
|
|
69
|
+
/**
|
|
70
|
+
* @zh 幻灯片移动方向
|
|
71
|
+
* @en The direction of the slide movement
|
|
72
|
+
* @values 'horizontal', 'vertical'
|
|
73
|
+
*/
|
|
42
74
|
direction: {
|
|
43
75
|
type: String,
|
|
44
76
|
default: "horizontal"
|
|
45
77
|
},
|
|
78
|
+
/**
|
|
79
|
+
* @zh 切换箭头显示时机
|
|
80
|
+
* @en When to show the arrow used to switch
|
|
81
|
+
* @values 'always', 'hover', 'never'
|
|
82
|
+
*/
|
|
46
83
|
showArrow: {
|
|
47
84
|
type: String,
|
|
48
85
|
default: "always"
|
|
49
86
|
},
|
|
87
|
+
/**
|
|
88
|
+
* @zh 切换箭头样式
|
|
89
|
+
* @en The additional css class to arrow used to switch
|
|
90
|
+
*/
|
|
50
91
|
arrowClass: {
|
|
51
92
|
type: String,
|
|
52
93
|
default: ""
|
|
53
94
|
},
|
|
95
|
+
/**
|
|
96
|
+
* @zh 指示器类型,可为小方块和小圆点或不显示
|
|
97
|
+
* @en Type of indicator
|
|
98
|
+
* @values 'line', 'dot', 'slider', 'never'
|
|
99
|
+
*/
|
|
54
100
|
indicatorType: {
|
|
55
101
|
type: String,
|
|
56
102
|
default: "dot"
|
|
57
103
|
},
|
|
104
|
+
/**
|
|
105
|
+
* @zh 指示器位置
|
|
106
|
+
* @en Position of indication
|
|
107
|
+
* @values 'bottom', 'top', 'left', 'right', 'outer'
|
|
108
|
+
*/
|
|
58
109
|
indicatorPosition: {
|
|
59
110
|
type: String,
|
|
60
111
|
default: "bottom"
|
|
61
112
|
},
|
|
113
|
+
/**
|
|
114
|
+
* @zh 指示器的样式
|
|
115
|
+
* @en The additional css class to indicator
|
|
116
|
+
*/
|
|
62
117
|
indicatorClass: {
|
|
63
118
|
type: String,
|
|
64
119
|
default: ""
|
|
65
120
|
},
|
|
121
|
+
/**
|
|
122
|
+
* @zh 过渡速度曲线, 默认匀速 [transition-timing-function](https://developer.mozilla.org/zh-CN/docs/Web/CSS/transition-timing-function)
|
|
123
|
+
* @en How intermediate values are calculated for CSS properties being affected by a transition effect.
|
|
124
|
+
* [transition-timing-function](https://developer.mozilla.org/zh-CN/docs/Web/CSS/transition-timing-function)
|
|
125
|
+
*/
|
|
66
126
|
transitionTimingFunction: {
|
|
67
127
|
type: String,
|
|
68
128
|
default: "cubic-bezier(0.34, 0.69, 0.1, 1)"
|
|
@@ -70,6 +130,13 @@ var carousel_default = /* @__PURE__ */ defineComponent({
|
|
|
70
130
|
},
|
|
71
131
|
emits: {
|
|
72
132
|
"update:current": (_index) => true,
|
|
133
|
+
/**
|
|
134
|
+
* @zh 幻灯片发生切换时的回调函数
|
|
135
|
+
* @en Callback when slide changes
|
|
136
|
+
* @param {number} index
|
|
137
|
+
* @param {number} prevIndex
|
|
138
|
+
* @param {boolean} isManual
|
|
139
|
+
*/
|
|
73
140
|
"change": (_index, _prevIndex, _isManual) => true
|
|
74
141
|
},
|
|
75
142
|
setup(props, { emit, slots }) {
|
|
@@ -1,31 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import cascader_panel_vue_vue_type_script_lang_default from "./cascader-panel.vue_vue_type_script_lang.js";
|
|
3
|
-
import { createBlock, createSlots, openBlock, renderSlot, resolveComponent, withCtx } from "vue";
|
|
1
|
+
import cascader_panel_vue_vue_type_script_setup_true_lang_default from "./cascader-panel.vue_vue_type_script_setup_true_lang.js";
|
|
4
2
|
//#region components/cascader/cascader-panel.vue
|
|
5
|
-
|
|
6
|
-
const _component_base_cascader_panel = resolveComponent("base-cascader-panel");
|
|
7
|
-
return openBlock(), createBlock(_component_base_cascader_panel, {
|
|
8
|
-
"display-columns": _ctx.displayColumns,
|
|
9
|
-
"selected-path": _ctx.selectedPath,
|
|
10
|
-
"active-key": _ctx.activeKey,
|
|
11
|
-
multiple: _ctx.multiple,
|
|
12
|
-
"total-level": _ctx.totalLevel,
|
|
13
|
-
"check-strictly": _ctx.checkStrictly,
|
|
14
|
-
onKeydown: _ctx.handleKeyDown
|
|
15
|
-
}, createSlots({ _: 2 }, [_ctx.$slots.empty ? {
|
|
16
|
-
name: "empty",
|
|
17
|
-
fn: withCtx(() => [renderSlot(_ctx.$slots, "empty")]),
|
|
18
|
-
key: "0"
|
|
19
|
-
} : void 0]), 1032, [
|
|
20
|
-
"display-columns",
|
|
21
|
-
"selected-path",
|
|
22
|
-
"active-key",
|
|
23
|
-
"multiple",
|
|
24
|
-
"total-level",
|
|
25
|
-
"check-strictly",
|
|
26
|
-
"onKeydown"
|
|
27
|
-
]);
|
|
28
|
-
}
|
|
29
|
-
var cascader_panel_default = /* @__PURE__ */ _plugin_vue_export_helper_default(cascader_panel_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
|
|
3
|
+
var cascader_panel_default = cascader_panel_vue_vue_type_script_setup_true_lang_default;
|
|
30
4
|
//#endregion
|
|
31
5
|
export { cascader_panel_default as default };
|