@sdata/web-vue 3.17.0 → 3.18.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/es/_components/feedback-icon.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/_components/icon-hover.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/_components/picker/input-range.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/_components/picker/input.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/_components/resize-trigger.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/_components/transition/expand-transition.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/_components/virtual-list/virtual-list.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/_hooks/use-cursor.js +4 -2
- package/es/_hooks/use-scrollbar.js +1 -1
- package/es/_utils/color.js +2 -2
- package/es/_utils/date.js +20 -20
- package/es/_utils/floating.d.ts +8 -0
- package/es/_utils/floating.js +54 -0
- package/es/_utils/global-config.js +1 -1
- package/es/_utils/is-equal.js +1 -1
- package/es/_utils/keyboard.js +3 -2
- package/es/_utils/omit.js +1 -1
- package/es/_utils/responsive-observe.js +2 -2
- package/es/_utils/virtual-dropdown.js +2 -2
- package/es/_utils/vue-utils.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/asyncToGenerator.js +2 -2
- package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/defineProperty.js +3 -3
- package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/extends.js +2 -2
- package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/objectDestructuringEmpty.js +2 -2
- package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/objectSpread2.js +3 -3
- package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/objectWithoutProperties.js +3 -3
- package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/objectWithoutPropertiesLoose.js +2 -2
- package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/toPrimitive.js +3 -3
- package/es/_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/toPropertyKey.js +9 -0
- package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/typeof.js +2 -2
- package/es/affix/affix.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/alert/alert.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/anchor/anchor-link.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/anchor/anchor.vue_vue_type_script_setup_true_lang.js +5 -2
- package/es/anchor/index.js +1 -1
- package/es/auto-complete/auto-complete.d.ts +7 -0
- package/es/auto-complete/auto-complete.js +34 -27
- package/es/auto-complete/index.d.ts +9 -0
- package/es/avatar/avatar.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/avatar/index.js +1 -1
- package/es/back-top/back-top.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/badge/badge.d.ts +1 -1
- package/es/badge/badge.js +2 -2
- package/es/badge/index.d.ts +3 -3
- package/es/basic-crud-table/basic-crud-modal.vue.d.ts +6 -6
- package/es/basic-crud-table/basic-crud-modal.vue_vue_type_script_setup_true_lang.js +4 -3
- package/es/basic-crud-table/basic-crud-table.vue.d.ts +18 -18
- package/es/basic-crud-table/basic-crud-table.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/basic-crud-table/index.d.ts +54 -54
- package/es/border-beam/border-beam.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/border-beam/styles.js +1 -1
- package/es/breadcrumb/index.js +1 -1
- package/es/button/button-group.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/button/button.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/button/index.js +1 -1
- package/es/calendar/components/cell.vue_vue_type_script_setup_true_lang.js +6 -11
- package/es/calendar/components/event.vue_vue_type_script_setup_true_lang.js +3 -12
- package/es/calendar/components/header.vue_vue_type_script_setup_true_lang.js +3 -4
- package/es/calendar/components/index.vue_vue_type_script_setup_true_lang.js +3 -6
- package/es/calendar/components/time-column.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/card/card-grid.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/card/index.js +1 -1
- package/es/carousel/carousel-arrow.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/carousel/carousel-indicator.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/carousel/carousel-item.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/carousel/carousel.js +1 -1
- package/es/carousel/index.js +1 -1
- package/es/cascader/cascader-panel.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +138 -132
- package/es/cascader/index.js +1 -1
- package/es/cascader/types.d.ts +2 -0
- package/es/checkbox/index.js +1 -1
- package/es/collapse/collapse.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/collapse/index.js +1 -1
- package/es/color-picker/color-picker.d.ts +7 -0
- package/es/color-picker/color-picker.js +15 -10
- package/es/color-picker/index.d.ts +9 -0
- package/es/color-picker/panel.js +7 -4
- package/es/color-picker/utils.js +3 -2
- package/es/comment/comment.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/config-provider/config-provider.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/config-provider/theme-provider.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/config-provider/theme.js +3 -3
- package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/cropper/cropper.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/date-picker/hooks/use-format.js +1 -1
- package/es/date-picker/hooks/use-range-time-picker-value.js +1 -1
- package/es/date-picker/hooks/use-value-format.js +1 -1
- package/es/date-picker/index.d.ts +9 -0
- package/es/date-picker/index.js +1 -1
- package/es/date-picker/panels/body.vue_vue_type_script_setup_true_lang.js +4 -6
- package/es/date-picker/panels/date/index.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/panels/footer.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/panels/header.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/panels/month/index.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/panels/quarter/index.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/panels/shortcuts.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/panels/week/index.vue_vue_type_script_setup_true_lang.js +5 -3
- package/es/date-picker/panels/week-list.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/panels/year/index.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/picker-panel.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/picker.vue.d.ts +7 -0
- package/es/date-picker/picker.vue_vue_type_script_setup_true_lang.js +10 -5
- package/es/date-picker/range-picker-panel.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/range-picker.vue.d.ts +7 -0
- package/es/date-picker/range-picker.vue_vue_type_script_setup_true_lang.js +8 -4
- package/es/descriptions/descriptions-item.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/descriptions/descriptions.js +1 -1
- package/es/descriptions/index.js +1 -1
- package/es/drawer/drawer.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/drawer/index.js +2 -2
- package/es/dropdown/dropdown-button.vue.d.ts +7 -0
- package/es/dropdown/dropdown-button.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/dropdown/dropdown-group.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/dropdown/dropdown-option.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/dropdown/dropdown-panel.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/dropdown/dropdown-submenu.vue.d.ts +7 -0
- package/es/dropdown/dropdown-submenu.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/dropdown/dropdown.vue.d.ts +7 -0
- package/es/dropdown/dropdown.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/dropdown/index.d.ts +27 -0
- package/es/dropdown/index.js +1 -1
- package/es/dropdown/interface.d.ts +3 -0
- package/es/ellipsis/ellipsis.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/ellipsis/performant-ellipsis.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/file-previewer/file-previewer.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/file-previewer/use-pdf-js.js +2 -2
- package/es/form/form-item-label.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/form/form-item-message.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/form/form-item.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/form/form.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/form/index.js +1 -1
- package/es/grid/grid-col.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/grid/grid-item.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/grid/grid-row.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/grid/grid.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/grid/index.js +1 -1
- package/es/icon/icon-calendar/icon-calendar.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-caret-down/icon-caret-down.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-caret-left/icon-caret-left.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-caret-right/icon-caret-right.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-caret-up/icon-caret-up.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-check/icon-check.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-clock-circle/icon-clock-circle.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-close/icon-close.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-copy/icon-copy.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-delete/icon-delete.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-double-left/icon-double-left.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-double-right/icon-double-right.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-down/icon-down.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-drag-dot/icon-drag-dot.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-edit/icon-edit.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-empty/icon-empty.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-exclamation/icon-exclamation.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-eye/icon-eye.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-eye-invisible/icon-eye-invisible.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-file/icon-file.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-file-audio/icon-file-audio.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-file-image/icon-file-image.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-file-pdf/icon-file-pdf.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-file-video/icon-file-video.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-filter/icon-filter.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-fullscreen/icon-fullscreen.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-image-close/icon-image-close.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-info/icon-info.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-left/icon-left.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-link/icon-link.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-list/icon-list.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-loading/icon-loading.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-menu/icon-menu.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-menu-fold/icon-menu-fold.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-menu-unfold/icon-menu-unfold.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-minus/icon-minus.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-more/icon-more.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-oblique-line/icon-oblique-line.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-original-size/icon-original-size.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-pause/icon-pause.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-plus/icon-plus.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-question-circle/icon-question-circle.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-right/icon-right.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-rotate-left/icon-rotate-left.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-rotate-right/icon-rotate-right.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-search/icon-search.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-star-fill/icon-star-fill.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-to-top/icon-to-top.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/icon/icon-up/icon-up.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-upload/icon-upload.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-zoom-in/icon-zoom-in.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-zoom-out/icon-zoom-out.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon-component/icon.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon.js +6 -6
- package/es/image/hooks/use-image-drag.js +3 -1
- package/es/image/image-footer.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/image/image.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/image/index.js +1 -1
- package/es/image/preview-arrow.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/image/preview-group.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/image/preview-toolbar.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/image/preview.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/index.d.ts +3 -3
- package/es/index.js +2 -2
- package/es/input/index.js +1 -1
- package/es/input/input-group.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/input/input-password.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/input/input.js +1 -1
- package/es/input-number/input-number.js +2 -2
- package/es/input-tag/input-tag.js +7 -4
- package/es/input-tag/utils.js +1 -1
- package/es/json-form/index.d.ts +5 -5
- package/es/json-form/index.js +2 -2
- package/es/json-form/json-form-component.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +4 -6
- package/es/json-form/json-form.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/json-form/types.d.ts +80 -110
- package/es/json-form/types.js +3 -3
- package/es/json-form/utils.d.ts +5 -6
- package/es/json-form/utils.js +69 -196
- package/es/kv-list/index.d.ts +2 -0
- package/es/kv-list/kv-list-row.vue_vue_type_script_setup_true_lang.js +3 -5
- package/es/kv-list/kv-list.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/layout/content.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/layout/footer.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/layout/header.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/layout/index.js +1 -1
- package/es/layout/layout.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/layout/sider.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/link/link.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/list/index.js +1 -1
- package/es/list/list-item-meta.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/list/list.js +1 -1
- package/es/mention/index.d.ts +9 -0
- package/es/mention/mention.d.ts +7 -0
- package/es/mention/mention.js +9 -2
- package/es/menu/base-menu.vue.d.ts +7 -0
- package/es/menu/base-menu.vue_vue_type_script_setup_true_lang.js +4 -2
- package/es/menu/context.d.ts +1 -1
- package/es/menu/indent.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/menu/index.js +1 -1
- package/es/menu/interface.d.ts +2 -0
- package/es/menu/item-group.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/menu/item.d.ts +1 -1
- package/es/menu/item.js +1 -1
- package/es/menu/menu.d.ts +16 -0
- package/es/menu/menu.js +3 -2
- package/es/menu/overflow-wrap.js +4 -1
- package/es/menu/sub-menu-inline.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/menu/sub-menu-pop.vue_vue_type_script_setup_true_lang.js +8 -3
- package/es/menu/sub-menu.js +1 -1
- package/es/message/index.js +1 -1
- package/es/message/message.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/modal/index.js +2 -2
- package/es/modal/modal.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/notification/index.js +1 -1
- package/es/notification/notification.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/page-header/page-header.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/pagination/page-item-ellipsis.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/pagination/page-item-step.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/pagination/page-item.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/pagination/page-jumper.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/pagination/page-options.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/popconfirm/index.d.ts +9 -0
- package/es/popconfirm/popconfirm.vue.d.ts +7 -0
- package/es/popconfirm/popconfirm.vue_vue_type_script_setup_true_lang.js +5 -2
- package/es/popover/index.d.ts +9 -0
- package/es/popover/popover.vue.d.ts +7 -0
- package/es/popover/popover.vue_vue_type_script_setup_true_lang.js +6 -3
- package/es/progress/circle.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/progress/line.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/progress/progress.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/progress/steps.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/qr-code/qr-code.vue_vue_type_script_setup_true_lang.js +3 -4
- package/es/radio/index.js +1 -1
- package/es/resize-box/resize-box.vue_vue_type_script_setup_true_lang.js +2 -5
- package/es/result/result.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/scrollbar/scrollbar.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/sd-vue.js +1 -1
- package/es/secret/secret.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/select/hooks/use-options.js +1 -1
- package/es/select/hooks/use-select.js +1 -1
- package/es/select/index.d.ts +33 -6
- package/es/select/select-dropdown.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/select/select.d.ts +19 -3
- package/es/select/select.js +64 -59
- package/es/select/utils.js +2 -2
- package/es/selectable-card/selectable-card.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/skeleton/index.js +1 -1
- package/es/skeleton/line.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/skeleton/shape.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/skeleton/skeleton.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/slider/slider-button.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/slider/slider-dots.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/slider/slider-input.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/slider/slider-marks.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/slider/slider-ticks.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/slider/slider.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/split/split.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/statistic/countdown.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/statistic/index.js +1 -1
- package/es/statistic/statistic.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/steps/index.js +1 -1
- package/es/steps/step.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/steps/steps.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/style/theme/z-index.js +1 -1
- package/es/switch/switch.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/table/index.js +1 -1
- package/es/table/interface.d.ts +2 -0
- 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 +3 -2
- package/es/table/table.js +5 -3
- package/es/table/utils.js +2 -2
- package/es/tabs/index.js +1 -1
- package/es/tabs/tab-pane.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/tabs/tabs-nav-ink.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/tabs/tabs-nav.js +2 -1
- package/es/tabs/tabs-tab.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/tag/tag.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/tag-group/tag-group.vue_vue_type_script_setup_true_lang.js +3 -4
- package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/time-picker/index.d.ts +9 -0
- package/es/time-picker/panel.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/time-picker/time-column.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/time-picker/time-picker.vue.d.ts +7 -0
- package/es/time-picker/time-picker.vue_vue_type_script_setup_true_lang.js +9 -3
- package/es/timeline/index.js +1 -1
- package/es/timeline/item.vue_vue_type_script_setup_true_lang.js +5 -4
- package/es/toolbar/toolbar.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/tooltip/interface.d.ts +2 -0
- package/es/tooltip/tooltip.vue_vue_type_script_setup_true_lang.js +5 -2
- package/es/tour/index.d.ts +15 -0
- package/es/tour/tour.vue.d.ts +10 -0
- package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +108 -145
- package/es/tour/types.d.ts +3 -0
- package/es/transfer/transfer-view.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/transfer/transfer.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/tree/base-node.vue_vue_type_script_setup_true_lang.js +5 -8
- package/es/tree/expand-transition.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/tree/node.js +1 -1
- package/es/tree/transition-node-list.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/tree/tree.vue_vue_type_script_setup_true_lang.js +3 -3
- 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.vue.d.ts +7 -0
- package/es/tree-select/tree-select.vue_vue_type_script_setup_true_lang.js +145 -136
- package/es/trigger/index.d.ts +13 -3
- package/es/trigger/interface.d.ts +2 -0
- package/es/trigger/trigger.d.ts +8 -1
- package/es/trigger/trigger.js +130 -52
- package/es/trigger/utils.d.ts +0 -47
- package/es/trigger/utils.js +1 -268
- package/es/typography/base.js +1 -1
- package/es/typography/edit-content.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/typography/index.js +1 -1
- package/es/typography/operations.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/typography/typography.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/upload/upload.js +2 -2
- package/es/watermark/hooks/use-mutation-observer.js +2 -2
- package/es/watermark/utils/index.js +1 -1
- package/es/watermark/watermark.js +1 -1
- package/json/vetur-attributes.json +9 -0
- package/json/vetur-tags.json +4 -1
- package/json/web-types.json +25 -1
- package/package.json +14 -13
- package/es/_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/toPropertyKey.js +0 -9
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
2
2
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
3
3
|
import { getDateString } from "./utils.js";
|
|
4
4
|
import { createCommentVNode, createElementBlock, createElementVNode, createTextVNode, defineComponent, normalizeClass, normalizeStyle, onBeforeUnmount, onMounted, openBlock, ref, renderSlot, toDisplayString, toRefs, unref, watch } from "vue";
|
|
5
|
-
import
|
|
5
|
+
import originDayjs from "dayjs";
|
|
6
6
|
//#region components/statistic/countdown.vue?vue&type=script&setup=true&lang.ts
|
|
7
7
|
var countdown_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComponent(_objectSpread2(_objectSpread2({}, { name: "Countdown" }), {}, {
|
|
8
8
|
__name: "countdown",
|
|
@@ -62,13 +62,13 @@ var countdown_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ define
|
|
|
62
62
|
*/
|
|
63
63
|
const prefixCls = getPrefixCls("statistic");
|
|
64
64
|
const { start, value, now, format } = toRefs(props);
|
|
65
|
-
const displayValue = ref(getDateString(Math.max(
|
|
65
|
+
const displayValue = ref(getDateString(Math.max(originDayjs(props.value).diff(originDayjs(props.now), "millisecond"), 0), props.format));
|
|
66
66
|
watch([
|
|
67
67
|
value,
|
|
68
68
|
now,
|
|
69
69
|
format
|
|
70
70
|
], () => {
|
|
71
|
-
const _value = getDateString(Math.max(
|
|
71
|
+
const _value = getDateString(Math.max(originDayjs(props.value).diff(originDayjs(props.now), "millisecond"), 0), props.format);
|
|
72
72
|
if (_value !== displayValue.value) displayValue.value = _value;
|
|
73
73
|
});
|
|
74
74
|
const timer = ref(0);
|
|
@@ -79,9 +79,9 @@ var countdown_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ define
|
|
|
79
79
|
}
|
|
80
80
|
};
|
|
81
81
|
const startTimer = () => {
|
|
82
|
-
if (
|
|
82
|
+
if (originDayjs(props.value).valueOf() < Date.now()) return;
|
|
83
83
|
timer.value = window.setInterval(() => {
|
|
84
|
-
const _value =
|
|
84
|
+
const _value = originDayjs(props.value).diff(originDayjs(), "millisecond");
|
|
85
85
|
if (_value <= 0) {
|
|
86
86
|
stopTimer();
|
|
87
87
|
emit("finish");
|
package/es/statistic/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
2
2
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
3
3
|
import { isNumber, isUndefined } from "../_utils/is.js";
|
|
4
4
|
import { Fragment, computed, createCommentVNode, createElementBlock, createElementVNode, createTextVNode, defineComponent, normalizeClass, normalizeStyle, onMounted, openBlock, ref, renderSlot, toDisplayString, toRefs, unref, watch } from "vue";
|
|
5
5
|
import BTween from "b-tween";
|
|
6
6
|
import NP from "number-precision";
|
|
7
|
-
import
|
|
7
|
+
import originDayjs from "dayjs";
|
|
8
8
|
//#region components/statistic/statistic.vue?vue&type=script&setup=true&lang.ts
|
|
9
9
|
var _hoisted_1 = { key: 0 };
|
|
10
10
|
var statistic_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComponent(_objectSpread2(_objectSpread2({}, { name: "Statistic" }), {}, {
|
|
@@ -160,7 +160,7 @@ var statistic_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ define
|
|
|
160
160
|
decimal: splitValue[1]
|
|
161
161
|
};
|
|
162
162
|
}
|
|
163
|
-
if (props.format) _value =
|
|
163
|
+
if (props.format) _value = originDayjs(_value).format(props.format);
|
|
164
164
|
return {
|
|
165
165
|
isNumber: false,
|
|
166
166
|
value: _value
|
package/es/steps/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
2
2
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
3
3
|
import { isActivationKey } from "../_utils/keyboard.js";
|
|
4
4
|
import IconClose from "../icon/icon-close/index.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
2
2
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
3
3
|
import { useI18n } from "../locale/index.js";
|
|
4
4
|
import { stepsInjectionKey } from "./context.js";
|
|
@@ -3,4 +3,4 @@ var Z_INDEX_MESSAGE = 1003;
|
|
|
3
3
|
var POPUP_STACK_BASE_Z_INDEX = Z_INDEX_POPUP;
|
|
4
4
|
var MESSAGE_STACK_BASE_Z_INDEX = Z_INDEX_MESSAGE - 1;
|
|
5
5
|
//#endregion
|
|
6
|
-
export { MESSAGE_STACK_BASE_Z_INDEX, POPUP_STACK_BASE_Z_INDEX };
|
|
6
|
+
export { MESSAGE_STACK_BASE_Z_INDEX, POPUP_STACK_BASE_Z_INDEX, Z_INDEX_MESSAGE, Z_INDEX_POPUP };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { useFormItem } from "../_hooks/use-form-item.js";
|
|
2
|
-
import
|
|
2
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
3
3
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
4
4
|
import { isFunction, isNull, isUndefined } from "../_utils/is.js";
|
|
5
|
-
import
|
|
5
|
+
import _asyncToGenerator from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/asyncToGenerator.js";
|
|
6
6
|
import IconLoading from "../icon/icon-loading/index.js";
|
|
7
7
|
import { useSize } from "../_hooks/use-size.js";
|
|
8
8
|
import { Fragment, computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, createTextVNode, defineComponent, getCurrentInstance, normalizeClass, normalizeStyle, openBlock, ref, renderSlot, toDisplayString, toRefs, unref, watch } from "vue";
|
|
@@ -258,7 +258,7 @@ var switch_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCom
|
|
|
258
258
|
onClick: handleClick,
|
|
259
259
|
onFocus: handleFocus,
|
|
260
260
|
onBlur: handleBlur
|
|
261
|
-
}, [createElementVNode("span", { class: normalizeClass(`${unref(prefixCls)}-handle`) }, [createElementVNode("span", { class: normalizeClass(`${unref(prefixCls)}-handle-icon`) }, [computedLoading.value ? (openBlock(), createBlock(unref(IconLoading), { key: 0 })) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [computedCheck.value ? renderSlot(_ctx.$slots, "checked-icon", {
|
|
261
|
+
}, [createElementVNode("span", { class: normalizeClass(`${unref(prefixCls)}-handle`) }, [createElementVNode("span", { class: normalizeClass(`${unref(prefixCls)}-handle-icon`) }, [computedLoading.value ? (openBlock(), createBlock(unref(IconLoading), { key: 0 })) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [computedCheck.value ? renderSlot(_ctx.$slots, "checked-icon", {}, void 0, void 0, 0) : renderSlot(_ctx.$slots, "unchecked-icon", {}, void 0, void 0, 1)], 64))], 2)], 2), __props.type !== "line" && unref(size) !== "small" && (_ctx.$slots.checked || __props.checkedText || _ctx.$slots.unchecked || __props.uncheckedText) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [createElementVNode("span", { class: normalizeClass(`${unref(prefixCls)}-text-holder`) }, [computedCheck.value ? renderSlot(_ctx.$slots, "checked", {}, () => [createTextVNode(toDisplayString(__props.checkedText), 1)], void 0, 0) : renderSlot(_ctx.$slots, "unchecked", {}, () => [createTextVNode(toDisplayString(__props.uncheckedText), 1)], void 0, 1)], 2), createElementVNode("span", { class: normalizeClass(`${unref(prefixCls)}-text`) }, [computedCheck.value ? renderSlot(_ctx.$slots, "checked", {}, () => [createTextVNode(toDisplayString(__props.checkedText), 1)], void 0, 0) : renderSlot(_ctx.$slots, "unchecked", {}, () => [createTextVNode(toDisplayString(__props.uncheckedText), 1)], void 0, 1)], 2)], 64)) : createCommentVNode("", true)], 46, _hoisted_1);
|
|
262
262
|
};
|
|
263
263
|
}
|
|
264
264
|
}));
|
package/es/table/index.js
CHANGED
|
@@ -27,4 +27,4 @@ var Table = Object.assign(table_default, {
|
|
|
27
27
|
}
|
|
28
28
|
});
|
|
29
29
|
//#endregion
|
|
30
|
-
export { Table as default };
|
|
30
|
+
export { table_column_default as TableColumn, table_tbody_default as Tbody, table_td_default as Td, table_th_default as Th, table_thead_default as Thead, table_tr_default as Tr, Table as default };
|
package/es/table/interface.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Simplify } from 'type-fest';
|
|
2
2
|
import { CSSProperties, RenderFunction, Slots, VNodeChild } from 'vue';
|
|
3
|
+
import type { FloatingOptions } from '../_utils/floating';
|
|
3
4
|
import { BaseType, ClassName, Data } from '../_utils/types';
|
|
4
5
|
import { TriggerProps } from '../trigger';
|
|
5
6
|
export declare const TABLE_PAGE_POSITION: readonly ["tl", "top", "tr", "bl", "bottom", "br"];
|
|
@@ -48,6 +49,7 @@ export interface TableFilterable {
|
|
|
48
49
|
}) => VNodeChild;
|
|
49
50
|
icon?: RenderFunction;
|
|
50
51
|
triggerProps?: TriggerProps;
|
|
52
|
+
floatingOptions?: FloatingOptions;
|
|
51
53
|
alignLeft?: boolean;
|
|
52
54
|
slotName?: string;
|
|
53
55
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
2
2
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
3
3
|
import IconMinus from "../icon/icon-minus/index.js";
|
|
4
4
|
import IconPlus from "../icon/icon-plus/index.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
2
2
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
3
3
|
import { isFunction } from "../_utils/is.js";
|
|
4
4
|
import Checkbox from "../checkbox/index.js";
|
package/es/table/table-td.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
2
2
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
3
3
|
import { isFunction, isObject } from "../_utils/is.js";
|
|
4
4
|
import IconLoading from "../icon/icon-loading/index.js";
|
package/es/table/table-th.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
2
2
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
3
3
|
import { isBoolean, isFunction, isObject } from "../_utils/is.js";
|
|
4
4
|
import icon_hover_default from "../_components/icon-hover.js";
|
|
@@ -117,6 +117,7 @@ var table_th_default = /* @__PURE__ */ defineComponent({
|
|
|
117
117
|
}, _isSlot(_slot2 = t("table.okText")) ? _slot2 : { default: () => [_slot2] })])]);
|
|
118
118
|
};
|
|
119
119
|
const renderFilter = () => {
|
|
120
|
+
var _filterable$floatingO, _filterable$triggerPr;
|
|
120
121
|
const { filterable } = props.column;
|
|
121
122
|
if (!filterable) return null;
|
|
122
123
|
return createVNode(Trigger, mergeProps({
|
|
@@ -125,7 +126,7 @@ var table_th_default = /* @__PURE__ */ defineComponent({
|
|
|
125
126
|
"autoFitPosition": true,
|
|
126
127
|
"popupOffset": filterIconAlignLeft.value ? 4 : 0,
|
|
127
128
|
"onPopupVisibleChange": handleFilterPopupVisibleChange
|
|
128
|
-
}, filterable.triggerProps), {
|
|
129
|
+
}, filterable.triggerProps, { "floatingOptions": (_filterable$floatingO = filterable.floatingOptions) !== null && _filterable$floatingO !== void 0 ? _filterable$floatingO : (_filterable$triggerPr = filterable.triggerProps) === null || _filterable$triggerPr === void 0 ? void 0 : _filterable$triggerPr.floatingOptions }), {
|
|
129
130
|
default: () => [createVNode(icon_hover_default, {
|
|
130
131
|
"class": [`${prefixCls}-filters`, {
|
|
131
132
|
[`${prefixCls}-filters-active`]: isFilterActive.value,
|
package/es/table/table.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { configProviderInjectionKey } from "../config-provider/context.js";
|
|
2
|
-
import
|
|
2
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
3
3
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
4
4
|
import { isArray, isFunction, isNull, isNumber, isObject, isString, isUndefined } from "../_utils/is.js";
|
|
5
5
|
import resize_observer_default from "../_components/resize-observer.js";
|
|
6
|
-
import
|
|
6
|
+
import _objectWithoutProperties from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectWithoutProperties.js";
|
|
7
7
|
import virtual_list_default from "../_components/virtual-list/index.js";
|
|
8
8
|
import { omit } from "../_utils/omit.js";
|
|
9
9
|
import { useComponentRef } from "../_hooks/use-component-ref.js";
|
|
@@ -53,7 +53,9 @@ var _excluded = [
|
|
|
53
53
|
"paddingPosition",
|
|
54
54
|
"isStaticItemHeight",
|
|
55
55
|
"fixedSize"
|
|
56
|
-
]
|
|
56
|
+
];
|
|
57
|
+
var _excluded2 = ["outerStyle"];
|
|
58
|
+
var _excluded3 = ["outerStyle"];
|
|
57
59
|
function _isSlot(s) {
|
|
58
60
|
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !isVNode(s);
|
|
59
61
|
}
|
package/es/table/utils.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
2
2
|
import { isArray, isNull, isUndefined } from "../_utils/is.js";
|
|
3
3
|
//#region components/table/utils.ts
|
|
4
4
|
var getDataColumnsNumber = (columns) => {
|
|
@@ -191,4 +191,4 @@ var getSelectionStatus = (selectedRowKeys, leafKeys) => {
|
|
|
191
191
|
};
|
|
192
192
|
};
|
|
193
193
|
//#endregion
|
|
194
|
-
export { getFixedCls, getGridSpanStyle, getGroupColumns, getLeafKeys, getOperationFixedCls, getOperationStyle, getSelectionStatus, getStyle, getTableGridTemplate, mapArrayWithChildren, mapRawTableData };
|
|
194
|
+
export { getFixedCls, getFixedNumber, getGridSpanStyle, getGroupColumns, getLeafKeys, getOperationFixedCls, getOperationFixedNumber, getOperationStyle, getSelectionStatus, getStyle, getTableGridTemplate, mapArrayWithChildren, mapRawTableData };
|
package/es/tabs/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
2
2
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
3
3
|
import Scrollbar from "../scrollbar/index.js";
|
|
4
4
|
import { tabsInjectionKey } from "./context.js";
|
|
@@ -121,7 +121,7 @@ var tab_pane_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineC
|
|
|
121
121
|
}, paneScrollbarProps.value), {
|
|
122
122
|
default: withCtx(() => [renderSlot(_ctx.$slots, "default")]),
|
|
123
123
|
_: 3
|
|
124
|
-
}, 16, ["outer-class"])) : renderSlot(_ctx.$slots, "default", {
|
|
124
|
+
}, 16, ["outer-class"])) : renderSlot(_ctx.$slots, "default", {}, void 0, void 0, 1)], 2)) : createCommentVNode("", true)], 10, _hoisted_1);
|
|
125
125
|
};
|
|
126
126
|
}
|
|
127
127
|
}));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
2
2
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
3
3
|
import { computed, createElementBlock, defineComponent, nextTick, normalizeClass, normalizeStyle, onMounted, onUpdated, openBlock, ref } from "vue";
|
|
4
4
|
//#region components/tabs/tabs-nav-ink.vue?vue&type=script&setup=true&lang.ts
|
package/es/tabs/tabs-nav.js
CHANGED
|
@@ -170,7 +170,8 @@ var tabs_nav_default = /* @__PURE__ */ defineComponent({
|
|
|
170
170
|
};
|
|
171
171
|
const handleButtonClick = (type) => {
|
|
172
172
|
const scrollDirection = type === "previous" !== isRtlHorizontal.value ? -1 : 1;
|
|
173
|
-
|
|
173
|
+
const nextOffset = offset.value + scrollDirection * wrapperLength.value;
|
|
174
|
+
setOffset(nextOffset);
|
|
174
175
|
};
|
|
175
176
|
const focusAndActivate = (key, ev) => {
|
|
176
177
|
const el = tabsRef.value[key];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
2
2
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
3
3
|
import icon_hover_default from "../_components/icon-hover.js";
|
|
4
4
|
import { KEYBOARD_KEY } from "../_utils/keyboard.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { configProviderInjectionKey } from "../config-provider/context.js";
|
|
2
|
-
import
|
|
2
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
3
3
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
4
4
|
import icon_hover_default from "../_components/icon-hover.js";
|
|
5
5
|
import { isActivationKey } from "../_utils/keyboard.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
2
2
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
3
3
|
import resize_observer_default from "../_components/resize-observer.js";
|
|
4
4
|
import Popover from "../popover/index.js";
|
|
@@ -237,10 +237,9 @@ var tag_group_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ define
|
|
|
237
237
|
nowrap: true
|
|
238
238
|
}), {
|
|
239
239
|
default: withCtx(() => [_ctx.$slots.label ? renderSlot(_ctx.$slots, "label", {
|
|
240
|
-
key: 0,
|
|
241
240
|
data: slotProps.option.raw,
|
|
242
241
|
option: slotProps.option.raw
|
|
243
|
-
}) : isCompressedResponsiveItem(slotProps.index, slotProps.option.value) ? (openBlock(), createBlock(unref(Ellipsis), {
|
|
242
|
+
}, void 0, void 0, 0) : isCompressedResponsiveItem(slotProps.index, slotProps.option.value) ? (openBlock(), createBlock(unref(Ellipsis), {
|
|
244
243
|
key: 1,
|
|
245
244
|
class: normalizeClass(`${unref(prefixCls)}-item-ellipsis`)
|
|
246
245
|
}, {
|
|
@@ -282,7 +281,7 @@ var tag_group_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ define
|
|
|
282
281
|
}, 1032, ["class", "data-hidden-count"]))]),
|
|
283
282
|
_: 3
|
|
284
283
|
}),
|
|
285
|
-
createElementVNode("span", { class: normalizeClass(cls.value) }, [normalizedOptions.value.length === 0 ? renderSlot(_ctx.$slots, "default", {
|
|
284
|
+
createElementVNode("span", { class: normalizeClass(cls.value) }, [normalizedOptions.value.length === 0 ? renderSlot(_ctx.$slots, "default", {}, void 0, void 0, 0) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
286
285
|
isResponsiveMaxCount.value ? (openBlock(), createBlock(unref(resize_observer_default), {
|
|
287
286
|
key: 0,
|
|
288
287
|
onResize: handleResize
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useFormItem } from "../_hooks/use-form-item.js";
|
|
2
|
-
import
|
|
2
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
3
3
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
4
4
|
import { isFunction, isNull, isObject, isUndefined } from "../_utils/is.js";
|
|
5
5
|
import resize_observer_default from "../_components/resize-observer.js";
|
|
@@ -79,6 +79,9 @@ declare const TimePicker: {
|
|
|
79
79
|
triggerProps: {
|
|
80
80
|
type: import("vue").PropType<import("../index.ts").TriggerProps>;
|
|
81
81
|
};
|
|
82
|
+
floatingOptions: {
|
|
83
|
+
type: import("vue").PropType<import("../index.ts").FloatingOptions>;
|
|
84
|
+
};
|
|
82
85
|
unmountOnClose: {
|
|
83
86
|
type: BooleanConstructor;
|
|
84
87
|
};
|
|
@@ -193,6 +196,9 @@ declare const TimePicker: {
|
|
|
193
196
|
triggerProps: {
|
|
194
197
|
type: import("vue").PropType<import("../index.ts").TriggerProps>;
|
|
195
198
|
};
|
|
199
|
+
floatingOptions: {
|
|
200
|
+
type: import("vue").PropType<import("../index.ts").FloatingOptions>;
|
|
201
|
+
};
|
|
196
202
|
unmountOnClose: {
|
|
197
203
|
type: BooleanConstructor;
|
|
198
204
|
};
|
|
@@ -297,6 +303,9 @@ declare const TimePicker: {
|
|
|
297
303
|
triggerProps: {
|
|
298
304
|
type: import("vue").PropType<import("../index.ts").TriggerProps>;
|
|
299
305
|
};
|
|
306
|
+
floatingOptions: {
|
|
307
|
+
type: import("vue").PropType<import("../index.ts").FloatingOptions>;
|
|
308
|
+
};
|
|
300
309
|
unmountOnClose: {
|
|
301
310
|
type: BooleanConstructor;
|
|
302
311
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
2
2
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
3
3
|
import { isUndefined } from "../_utils/is.js";
|
|
4
4
|
import { useI18n } from "../locale/index.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
2
2
|
import { isUndefined } from "../_utils/is.js";
|
|
3
3
|
import { scrollTo } from "./utils/index.js";
|
|
4
4
|
import { Fragment, createElementBlock, createElementVNode, defineComponent, nextTick, normalizeClass, onMounted, openBlock, ref, renderList, toDisplayString, watch } from "vue";
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
+
import type { FloatingOptions } from '../_utils/floating';
|
|
2
3
|
import { Size } from '../_utils/constant';
|
|
3
4
|
import { TriggerProps } from '../trigger';
|
|
4
5
|
declare var __VLS_21: {}, __VLS_24: {}, __VLS_42: {};
|
|
@@ -86,6 +87,9 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
86
87
|
triggerProps: {
|
|
87
88
|
type: PropType<TriggerProps>;
|
|
88
89
|
};
|
|
90
|
+
floatingOptions: {
|
|
91
|
+
type: PropType<FloatingOptions>;
|
|
92
|
+
};
|
|
89
93
|
unmountOnClose: {
|
|
90
94
|
type: BooleanConstructor;
|
|
91
95
|
};
|
|
@@ -173,6 +177,9 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
173
177
|
triggerProps: {
|
|
174
178
|
type: PropType<TriggerProps>;
|
|
175
179
|
};
|
|
180
|
+
floatingOptions: {
|
|
181
|
+
type: PropType<FloatingOptions>;
|
|
182
|
+
};
|
|
176
183
|
unmountOnClose: {
|
|
177
184
|
type: BooleanConstructor;
|
|
178
185
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useFormItem } from "../_hooks/use-form-item.js";
|
|
2
|
-
import
|
|
2
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
3
3
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
4
4
|
import { isArray, isUndefined } from "../_utils/is.js";
|
|
5
5
|
import { useI18n } from "../locale/index.js";
|
|
@@ -164,6 +164,7 @@ var time_picker_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defi
|
|
|
164
164
|
* @en You can pass in the parameters of the `Trigger` component
|
|
165
165
|
* */
|
|
166
166
|
triggerProps: { type: Object },
|
|
167
|
+
floatingOptions: { type: Object },
|
|
167
168
|
/**
|
|
168
169
|
* @zh 是否在关闭后销毁 dom 结构
|
|
169
170
|
* @en Whether to destroy the dom structure after closing
|
|
@@ -281,7 +282,9 @@ var time_picker_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defi
|
|
|
281
282
|
});
|
|
282
283
|
}
|
|
283
284
|
function onPanelSelect(value) {
|
|
284
|
-
|
|
285
|
+
const formattedValue = getFormattedValue(value, computedFormat.value);
|
|
286
|
+
const dateValue = getDateValue(value);
|
|
287
|
+
emit("select", formattedValue, dateValue);
|
|
285
288
|
if (disableConfirm.value && (!isRange.value || isValidRangeValue(value))) confirm(value, true);
|
|
286
289
|
else {
|
|
287
290
|
select(value, true);
|
|
@@ -364,6 +367,7 @@ var time_picker_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defi
|
|
|
364
367
|
focusInput(focusedInputIndex.value);
|
|
365
368
|
};
|
|
366
369
|
return (_ctx, _cache) => {
|
|
370
|
+
var _props$floatingOption, _props$triggerProps;
|
|
367
371
|
return openBlock(), createBlock(unref(Trigger), mergeProps({
|
|
368
372
|
trigger: "click",
|
|
369
373
|
"animation-name": "slide-dynamic-origin",
|
|
@@ -377,6 +381,7 @@ var time_picker_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defi
|
|
|
377
381
|
"unmount-on-close": __props.unmountOnClose,
|
|
378
382
|
"popup-container": __props.popupContainer
|
|
379
383
|
}, _objectSpread2({}, __props.triggerProps), {
|
|
384
|
+
"floating-options": (_props$floatingOption = __props.floatingOptions) !== null && _props$floatingOption !== void 0 ? _props$floatingOption : (_props$triggerProps = __props.triggerProps) === null || _props$triggerProps === void 0 ? void 0 : _props$triggerProps.floatingOptions,
|
|
380
385
|
"aria-has-popup": "dialog",
|
|
381
386
|
onPopupVisibleChange: onPanelVisibleChange
|
|
382
387
|
}), {
|
|
@@ -456,7 +461,8 @@ var time_picker_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defi
|
|
|
456
461
|
"disabled",
|
|
457
462
|
"popup-visible",
|
|
458
463
|
"unmount-on-close",
|
|
459
|
-
"popup-container"
|
|
464
|
+
"popup-container",
|
|
465
|
+
"floating-options"
|
|
460
466
|
]);
|
|
461
467
|
};
|
|
462
468
|
}
|
package/es/timeline/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
2
2
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
3
3
|
import { timelineInjectionKey } from "./context.js";
|
|
4
4
|
import { Fragment, computed, createCommentVNode, createElementBlock, createElementVNode, createTextVNode, defineComponent, getCurrentInstance, inject, normalizeClass, normalizeStyle, openBlock, renderSlot, toDisplayString, unref } from "vue";
|
|
@@ -82,8 +82,9 @@ var item_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCompo
|
|
|
82
82
|
const cls = computed(() => {
|
|
83
83
|
const { items = [], reverse, labelPosition, mode = "left" } = context;
|
|
84
84
|
const direction = contextDirection.value;
|
|
85
|
+
const computedPosition = getDefaultPosition(index.value, mode, direction, props.position);
|
|
85
86
|
return [prefixCls, {
|
|
86
|
-
[`${prefixCls}-${direction}-${
|
|
87
|
+
[`${prefixCls}-${direction}-${computedPosition}`]: direction,
|
|
87
88
|
[`${prefixCls}-label-${labelPosition}`]: labelPosition,
|
|
88
89
|
[`${prefixCls}-last`]: index.value === (reverse === true ? 0 : items.length - 1)
|
|
89
90
|
}];
|
|
@@ -123,11 +124,11 @@ var item_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCompo
|
|
|
123
124
|
}, [renderSlot(_ctx.$slots, "default")], 2)) : createCommentVNode("", true), labelPosition.value !== "relative" ? (openBlock(), createElementBlock("div", {
|
|
124
125
|
key: 1,
|
|
125
126
|
class: normalizeClass(`${unref(prefixCls)}-label`)
|
|
126
|
-
}, [_ctx.$slots.label ? renderSlot(_ctx.$slots, "label", {
|
|
127
|
+
}, [_ctx.$slots.label ? renderSlot(_ctx.$slots, "label", {}, void 0, void 0, 0) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [createTextVNode(toDisplayString(__props.label), 1)], 64))], 2)) : createCommentVNode("", true)], 2),
|
|
127
128
|
labelPosition.value === "relative" ? (openBlock(), createElementBlock("div", {
|
|
128
129
|
key: 0,
|
|
129
130
|
class: normalizeClass(`${unref(prefixCls)}-label`)
|
|
130
|
-
}, [_ctx.$slots.label ? renderSlot(_ctx.$slots, "label", {
|
|
131
|
+
}, [_ctx.$slots.label ? renderSlot(_ctx.$slots, "label", {}, void 0, void 0, 0) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [createTextVNode(toDisplayString(__props.label), 1)], 64))], 2)) : createCommentVNode("", true)
|
|
131
132
|
], 2);
|
|
132
133
|
};
|
|
133
134
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
2
2
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
3
3
|
import { useResizeObserver } from "../_hooks/use-resize-observer.js";
|
|
4
4
|
import Button from "../button/index.js";
|
|
@@ -145,7 +145,7 @@ var toolbar_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCo
|
|
|
145
145
|
ref_key: "bodyRef",
|
|
146
146
|
ref: bodyRef,
|
|
147
147
|
class: normalizeClass(bodyCls.value)
|
|
148
|
-
}, [_ctx.$slots.default ? renderSlot(_ctx.$slots, "default", {
|
|
148
|
+
}, [_ctx.$slots.default ? renderSlot(_ctx.$slots, "default", {}, void 0, void 0, 0) : resolvedSchemas.value.length ? (openBlock(), createBlock(unref(JsonForm), {
|
|
149
149
|
key: 1,
|
|
150
150
|
ref_key: "formRef",
|
|
151
151
|
ref: formRef,
|
|
@@ -169,7 +169,7 @@ var toolbar_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCo
|
|
|
169
169
|
}, {
|
|
170
170
|
default: withCtx(() => [createElementVNode("span", { class: normalizeClass(`${unref(prefixCls)}-expand-text`) }, toDisplayString(isExpand.value ? __props.collapseText : __props.expandText), 3), renderSlot(_ctx.$slots, "expand-icon", {}, () => [createVNode(unref(IconDown), { class: normalizeClass([`${unref(prefixCls)}-expand-icon`, { [`${unref(prefixCls)}-expand-icon--up`]: isExpand.value }]) }, null, 8, ["class"])])]),
|
|
171
171
|
_: 3
|
|
172
|
-
}, 8, ["class"])) : createCommentVNode("", true), _ctx.$slots.extra ? renderSlot(_ctx.$slots, "extra", {
|
|
172
|
+
}, 8, ["class"])) : createCommentVNode("", true), _ctx.$slots.extra ? renderSlot(_ctx.$slots, "extra", {}, void 0, void 0, 1) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
173
173
|
renderSlot(_ctx.$slots, "action-prepend"),
|
|
174
174
|
__props.showSearch ? (openBlock(), createBlock(unref(Button), {
|
|
175
175
|
key: 0,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type { CSSProperties } from 'vue';
|
|
2
2
|
import type { TriggerPosition } from '../_utils/constant';
|
|
3
|
+
import type { FloatingOptions } from '../_utils/floating';
|
|
3
4
|
import type { ClassName } from '../_utils/types';
|
|
4
5
|
export interface TooltipProps {
|
|
6
|
+
floatingOptions?: FloatingOptions;
|
|
5
7
|
popupVisible?: boolean;
|
|
6
8
|
defaultPopupVisible?: boolean;
|
|
7
9
|
disabled?: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
2
2
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
3
3
|
import Trigger from "../trigger/index.js";
|
|
4
4
|
import { computed, createBlock, createTextVNode, defineComponent, normalizeClass, openBlock, ref, renderSlot, toDisplayString, unref, withCtx } from "vue";
|
|
@@ -6,6 +6,7 @@ import { computed, createBlock, createTextVNode, defineComponent, normalizeClass
|
|
|
6
6
|
var tooltip_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComponent(_objectSpread2(_objectSpread2({}, { name: "Tooltip" }), {}, {
|
|
7
7
|
__name: "tooltip",
|
|
8
8
|
props: {
|
|
9
|
+
floatingOptions: {},
|
|
9
10
|
popupVisible: {
|
|
10
11
|
type: Boolean,
|
|
11
12
|
default: void 0
|
|
@@ -77,6 +78,7 @@ var tooltip_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCo
|
|
|
77
78
|
"arrow-class": arrowCls.value,
|
|
78
79
|
"arrow-style": computedArrowStyle.value,
|
|
79
80
|
"popup-container": __props.popupContainer,
|
|
81
|
+
"floating-options": __props.floatingOptions,
|
|
80
82
|
"animation-name": "zoom-in-fade-out",
|
|
81
83
|
"auto-fit-transform-origin": "",
|
|
82
84
|
role: "tooltip",
|
|
@@ -95,7 +97,8 @@ var tooltip_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCo
|
|
|
95
97
|
"content-style",
|
|
96
98
|
"arrow-class",
|
|
97
99
|
"arrow-style",
|
|
98
|
-
"popup-container"
|
|
100
|
+
"popup-container",
|
|
101
|
+
"floating-options"
|
|
99
102
|
]);
|
|
100
103
|
};
|
|
101
104
|
}
|
package/es/tour/index.d.ts
CHANGED
|
@@ -75,6 +75,10 @@ declare const Tour: {
|
|
|
75
75
|
type: NumberConstructor;
|
|
76
76
|
default: undefined;
|
|
77
77
|
};
|
|
78
|
+
floatingOptions: {
|
|
79
|
+
type: import("vue").PropType<import("../index.ts").FloatingOptions>;
|
|
80
|
+
default: undefined;
|
|
81
|
+
};
|
|
78
82
|
showButtons: {
|
|
79
83
|
type: import("vue").PropType<import("./types").TourAllowedButton[]>;
|
|
80
84
|
default: undefined;
|
|
@@ -162,6 +166,7 @@ declare const Tour: {
|
|
|
162
166
|
}, import("vue").PublicProps, {
|
|
163
167
|
animate: boolean;
|
|
164
168
|
visible: boolean;
|
|
169
|
+
floatingOptions: import("../index.ts").FloatingOptions;
|
|
165
170
|
buttonProps: Partial<Record<import("./types").TourButtonKind, import("../index.ts").ButtonProps>>;
|
|
166
171
|
defaultVisible: boolean;
|
|
167
172
|
zIndex: number;
|
|
@@ -279,6 +284,10 @@ declare const Tour: {
|
|
|
279
284
|
type: NumberConstructor;
|
|
280
285
|
default: undefined;
|
|
281
286
|
};
|
|
287
|
+
floatingOptions: {
|
|
288
|
+
type: import("vue").PropType<import("../index.ts").FloatingOptions>;
|
|
289
|
+
default: undefined;
|
|
290
|
+
};
|
|
282
291
|
showButtons: {
|
|
283
292
|
type: import("vue").PropType<import("./types").TourAllowedButton[]>;
|
|
284
293
|
default: undefined;
|
|
@@ -360,6 +369,7 @@ declare const Tour: {
|
|
|
360
369
|
}>, import("./types").TourExpose, {}, {}, {}, {
|
|
361
370
|
animate: boolean;
|
|
362
371
|
visible: boolean;
|
|
372
|
+
floatingOptions: import("../index.ts").FloatingOptions;
|
|
363
373
|
buttonProps: Partial<Record<import("./types").TourButtonKind, import("../index.ts").ButtonProps>>;
|
|
364
374
|
defaultVisible: boolean;
|
|
365
375
|
zIndex: number;
|
|
@@ -474,6 +484,10 @@ declare const Tour: {
|
|
|
474
484
|
type: NumberConstructor;
|
|
475
485
|
default: undefined;
|
|
476
486
|
};
|
|
487
|
+
floatingOptions: {
|
|
488
|
+
type: import("vue").PropType<import("../index.ts").FloatingOptions>;
|
|
489
|
+
default: undefined;
|
|
490
|
+
};
|
|
477
491
|
showButtons: {
|
|
478
492
|
type: import("vue").PropType<import("./types").TourAllowedButton[]>;
|
|
479
493
|
default: undefined;
|
|
@@ -561,6 +575,7 @@ declare const Tour: {
|
|
|
561
575
|
}, string, {
|
|
562
576
|
animate: boolean;
|
|
563
577
|
visible: boolean;
|
|
578
|
+
floatingOptions: import("../index.ts").FloatingOptions;
|
|
564
579
|
buttonProps: Partial<Record<import("./types").TourButtonKind, import("../index.ts").ButtonProps>>;
|
|
565
580
|
defaultVisible: boolean;
|
|
566
581
|
zIndex: number;
|