vft 0.0.315 → 0.0.317
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/affix/affix.js +5 -6
- package/es/components/affix/affix.vue2.js +2 -3
- package/es/components/affix/index.js +4 -5
- package/es/components/alert/alert.vue2.js +2 -3
- package/es/components/alert/index.js +4 -5
- package/es/components/autocomplete/autocomplete.vue2.js +2 -3
- package/es/components/autocomplete/index.js +4 -5
- package/es/components/avatar/avatar.vue2.js +2 -3
- package/es/components/avatar/index.js +4 -5
- package/es/components/backtop/backtop.vue2.js +8 -9
- package/es/components/backtop/index.js +4 -5
- package/es/components/breadcrumb/breadcrumb-item.vue2.js +2 -3
- package/es/components/breadcrumb/breadcrumb.vue2.js +6 -7
- package/es/components/breadcrumb/index.js +8 -9
- package/es/components/button/button-custom.js +3 -4
- package/es/components/button/button-group.vue2.js +2 -3
- package/es/components/button/button.vue2.js +10 -11
- package/es/components/button/index.js +8 -9
- package/es/components/card/card.vue2.js +5 -6
- package/es/components/card/index.js +4 -5
- package/es/components/carousel/carousel-item.vue2.js +2 -3
- package/es/components/carousel/carousel.vue2.js +2 -3
- package/es/components/carousel/index.js +9 -10
- package/es/components/carousel/use-carousel-item.js +21 -22
- package/es/components/carousel/use-carousel.js +25 -26
- package/es/components/cascader/cascader.js +9 -10
- package/es/components/cascader/cascader.vue2.js +2 -3
- package/es/components/cascader/index.js +7 -8
- package/es/components/cascader-panel/config.js +14 -15
- package/es/components/cascader-panel/index.js +12 -13
- package/es/components/cascader-panel/index.vue2.js +2 -3
- package/es/components/cascader-panel/menu.vue2.js +2 -3
- package/es/components/cascader-panel/node-content.js +11 -12
- package/es/components/cascader-panel/node.vue2.js +2 -3
- package/es/components/cascader-panel/store.js +2 -3
- package/es/components/cascader-panel/utils.js +7 -8
- package/es/components/check-tag/check-tag.vue2.js +5 -6
- package/es/components/check-tag/index.js +4 -5
- package/es/components/checkbox/checkbox-button.vue2.js +22 -23
- package/es/components/checkbox/checkbox-group.vue2.js +2 -3
- package/es/components/checkbox/checkbox.vue2.js +2 -3
- package/es/components/checkbox/composables/use-checkbox-event.js +11 -12
- package/es/components/checkbox/index.js +9 -10
- package/es/components/clamp/clamp.vue2.js +14 -15
- package/es/components/clamp/index.js +4 -5
- package/es/components/clamp-toggle/index.js +4 -5
- package/es/components/clamp-tooltip/index.js +4 -5
- package/es/components/col/col.vue2.js +2 -3
- package/es/components/col/index.js +4 -5
- package/es/components/collapse/collapse-item.js +4 -5
- package/es/components/collapse/collapse.js +5 -6
- package/es/components/collapse/index.js +14 -15
- package/es/components/collapse/use-collapse-item.js +13 -14
- package/es/components/collapse/use-collapse.js +4 -5
- package/es/components/collapse-transition/collapse-transition.vue2.js +2 -3
- package/es/components/color-picker/color-picker.vue2.js +2 -3
- package/es/components/color-picker/components/hue-slider.vue2.js +3 -4
- package/es/components/color-picker/components/predefine.vue2.js +8 -9
- package/es/components/color-picker/components/sv-panel.vue2.js +14 -15
- package/es/components/color-picker/composables/use-alpha-slider.js +5 -6
- package/es/components/color-picker/index.js +4 -5
- package/es/components/config-provider/config-provider.vue2.js +11 -12
- package/es/components/config-provider/hooks/use-global-config.js +11 -12
- package/es/components/config-provider/index.js +11 -12
- package/es/components/container/aside.vue2.js +8 -9
- package/es/components/container/container.vue2.js +2 -3
- package/es/components/container/footer.vue2.js +6 -7
- package/es/components/container/header.vue2.js +7 -8
- package/es/components/container/index.js +9 -10
- package/es/components/container/main.vue2.js +8 -9
- package/es/components/context-menu/context-menu.vue2.js +2 -3
- package/es/components/countdown/countdown.js +5 -6
- package/es/components/countdown/countdown.vue2.js +2 -3
- package/es/components/countdown/index.js +7 -8
- package/es/components/date-picker/composables/use-basic-date-table.js +4 -5
- package/es/components/date-picker/composables/use-range-picker.js +2 -3
- package/es/components/date-picker/date-picker-com/basic-cell-render.js +6 -7
- package/es/components/date-picker/date-picker-com/basic-month-table.vue2.js +2 -3
- package/es/components/date-picker/date-picker-com/basic-year-table.vue2.js +7 -8
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue2.js +2 -3
- package/es/components/date-picker/date-picker.js +2 -3
- package/es/components/date-picker/props/basic-cell.js +3 -4
- package/es/components/date-picker/props/basic-date-table.js +5 -6
- package/es/components/date-picker/props/basic-month-table.js +3 -4
- package/es/components/date-picker/props/basic-year-table.js +3 -4
- package/es/components/date-picker/props/date-picker.js +3 -4
- package/es/components/date-picker/props/panel-date-pick.js +5 -6
- package/es/components/date-picker/props/panel-date-range.js +3 -4
- package/es/components/date-picker/props/panel-month-range.js +5 -6
- package/es/components/date-picker/props/panel-year-range.js +5 -6
- package/es/components/date-picker/props/shared.js +9 -10
- package/es/components/date-time-select/date-time-select.vue2.js +2 -3
- package/es/components/date-time-select/index.js +4 -5
- package/es/components/descriptions/description-item.vue2.js +4 -5
- package/es/components/descriptions/description.vue2.js +20 -21
- package/es/components/descriptions/descriptions-cell.js +8 -9
- package/es/components/descriptions/index.js +6 -7
- package/es/components/dialog/dialog-content.vue2.js +2 -3
- package/es/components/dialog/dialog.vue2.js +8 -9
- package/es/components/dialog/hooks/use-dialog.js +11 -12
- package/es/components/dialog/index.js +8 -9
- package/es/components/divider/divider.vue2.js +2 -3
- package/es/components/divider/index.js +4 -5
- package/es/components/drawer/drawer.vue2.js +2 -3
- package/es/components/drawer/index.js +4 -5
- package/es/components/dropdown/dropdown-item-impl.vue2.js +2 -3
- package/es/components/dropdown/dropdown-item.vue2.js +2 -3
- package/es/components/dropdown/dropdown-menu.vue2.js +2 -3
- package/es/components/dropdown/dropdown.vue2.js +2 -3
- package/es/components/dropdown/index.js +9 -10
- package/es/components/dropdown/useDropdown.js +9 -10
- package/es/components/empty/empty.vue2.js +2 -3
- package/es/components/empty/index.js +6 -7
- package/es/components/focus-trap/utils.js +14 -15
- package/es/components/footer-layout/footer-layout.vue2.js +6 -7
- package/es/components/footer-layout/index.js +4 -5
- package/es/components/form/form-item.vue2.js +2 -3
- package/es/components/form/form-label-wrap.js +2 -3
- package/es/components/form/form.vue2.js +18 -19
- package/es/components/form/hooks/use-form-common-props.js +4 -5
- package/es/components/form/hooks/use-form-item.js +13 -14
- package/es/components/form/index.js +17 -18
- package/es/components/form/utils.js +6 -7
- package/es/components/full-screen/index.js +4 -5
- package/es/components/header-layout/header-layout.vue2.js +2 -3
- package/es/components/header-layout/index.js +4 -5
- package/es/components/horizontal-menu/horizontal-menu.vue2.js +2 -3
- package/es/components/horizontal-menu/index.js +6 -7
- package/es/components/icon/index.js +4 -5
- package/es/components/icon-text/index.js +4 -5
- package/es/components/iframe-layout/iframe-page.vue2.js +9 -10
- package/es/components/iframe-layout/index.js +4 -5
- package/es/components/image/image.vue2.js +2 -3
- package/es/components/image/index.js +4 -5
- package/es/components/image-viewer/image-viewer.vue2.js +2 -3
- package/es/components/image-viewer/index.js +4 -5
- package/es/components/infinite-scroll/infinite-scroll.js +2 -3
- package/es/components/input/index.js +4 -5
- package/es/components/input/input.vue2.js +2 -3
- package/es/components/input-number/index.js +4 -5
- package/es/components/input-number/input-number.vue2.js +6 -7
- package/es/components/input-tag/composables/use-drag-tag.js +11 -12
- package/es/components/input-tag/composables/use-input-tag-dom.js +6 -7
- package/es/components/input-tag/composables/use-input-tag.js +23 -24
- package/es/components/input-tag/index.js +7 -8
- package/es/components/input-tag/input-tag.js +11 -12
- package/es/components/input-tag/input-tag.vue2.js +18 -19
- package/es/components/link/index.js +4 -5
- package/es/components/link/link.vue2.js +5 -6
- package/es/components/list-cell/index.js +4 -5
- package/es/components/loading/loading.js +3 -4
- package/es/components/loading/service.js +3 -4
- package/es/components/logo/index.js +4 -5
- package/es/components/logo/logo.vue2.js +8 -9
- package/es/components/md-code-demo/index.js +4 -5
- package/es/components/md-code-demo/md-code-demo.js +3 -4
- package/es/components/md-code-tabs/index.js +4 -5
- package/es/components/md-comment/index.js +4 -5
- package/es/components/md-comment/md-comment.vue2.js +8 -9
- package/es/components/md-container/index.js +4 -5
- package/es/components/md-tabs/index.js +4 -5
- package/es/components/md-vue-playground/index.js +4 -5
- package/es/components/md-vue-playground/md-vue-playground.vue2.js +2 -3
- package/es/components/menu/index.js +10 -11
- package/es/components/menu/menu-collapse-transition.vue2.js +2 -3
- package/es/components/menu/menu-item-group.vue2.js +9 -10
- package/es/components/menu/menu-item.vue2.js +2 -3
- package/es/components/menu/menu.vue2.js +2 -3
- package/es/components/menu/sub-menu.vue2.js +2 -3
- package/es/components/menu/use-menu-css-var.js +2 -3
- package/es/components/message/index.js +8 -9
- package/es/components/message/method.js +7 -8
- package/es/components/modal/index.js +7 -8
- package/es/components/modal/modal-footer-action.vue2.js +2 -3
- package/es/components/multiple-tabs/index.js +9 -10
- package/es/components/notification/index.js +8 -9
- package/es/components/notification/notification.js +5 -6
- package/es/components/notification/notify.js +0 -1
- package/es/components/overlay/index.js +4 -5
- package/es/components/overlay/overlay.vue2.js +2 -3
- package/es/components/page-wrapper/index.js +4 -5
- package/es/components/page-wrapper/page-wrapper.vue2.js +2 -3
- package/es/components/pagination/components/jumper.vue2.js +4 -5
- package/es/components/pagination/components/pager.vue2.js +26 -27
- package/es/components/pagination/components/sizes.vue2.js +2 -3
- package/es/components/pagination/components/total.vue2.js +6 -7
- package/es/components/pagination/index.js +7 -8
- package/es/components/pagination/pagination.vue2.js +7 -8
- package/es/components/popconfirm/index.js +4 -5
- package/es/components/popconfirm/popconfirm.vue2.js +2 -3
- package/es/components/popover/index.js +4 -5
- package/es/components/popover/popover.vue2.js +2 -3
- package/es/components/popper/arrow.vue2.js +2 -3
- package/es/components/popper/composables/use-content-dom.js +10 -11
- package/es/components/popper/composables/use-content.js +2 -3
- package/es/components/popper/index.js +10 -11
- package/es/components/popper/trigger.vue2.js +7 -8
- package/es/components/progress/index.js +4 -5
- package/es/components/progress/progress.vue2.js +8 -9
- package/es/components/progress-i/index.js +4 -5
- package/es/components/qrcode/index.js +4 -5
- package/es/components/radio/index.js +9 -10
- package/es/components/radio/radio-button.vue2.js +2 -3
- package/es/components/radio/radio-group.vue2.js +9 -10
- package/es/components/radio/radio.js +3 -4
- package/es/components/radio/radio.vue2.js +2 -3
- package/es/components/rate/index.js +7 -8
- package/es/components/rate/rate.js +5 -6
- package/es/components/rate/rate.vue2.js +2 -3
- package/es/components/result/index.js +4 -5
- package/es/components/result/result.vue2.js +10 -11
- package/es/components/router-view-content/index.js +4 -5
- package/es/components/roving-focus-group/roving-focus-group-impl.vue2.js +7 -8
- package/es/components/roving-focus-group/roving-focus-item.vue2.js +3 -4
- package/es/components/row/index.js +6 -7
- package/es/components/row/row.vue2.js +2 -3
- package/es/components/scrollbar/index.js +10 -11
- package/es/components/scrollbar/scrollbar.vue2.js +2 -3
- package/es/components/scrollbar/thumb.vue2.js +2 -3
- package/es/components/search/index.js +4 -5
- package/es/components/segmented/index.js +8 -9
- package/es/components/segmented/segmented.js +5 -6
- package/es/components/segmented/segmented.vue2.js +2 -3
- package/es/components/select/defaults.js +9 -10
- package/es/components/select/group-item.vue2.js +2 -3
- package/es/components/select/option-item.vue2.js +2 -3
- package/es/components/select/select-dropdown.js +2 -3
- package/es/components/select/select.vue2.js +7 -8
- package/es/components/select/useSelect.js +37 -38
- package/es/components/side-menu/index.js +4 -5
- package/es/components/side-menu/side-menu.vue2.js +2 -3
- package/es/components/skeleton/index.js +6 -7
- package/es/components/skeleton/skeleton-item.vue2.js +5 -6
- package/es/components/skeleton/skeleton.vue2.js +2 -3
- package/es/components/slider/button.vue2.js +2 -3
- package/es/components/slider/composables/use-stops.js +6 -7
- package/es/components/slider/composables/use-watch.js +11 -12
- package/es/components/slider/index.js +8 -9
- package/es/components/slider/marker.js +6 -7
- package/es/components/slider/slider.vue2.js +2 -3
- package/es/components/slot/only-child.js +5 -6
- package/es/components/space/index.js +8 -9
- package/es/components/space/item.js +8 -9
- package/es/components/space/space.js +18 -19
- package/es/components/space/use-space.js +14 -15
- package/es/components/statistic/index.js +4 -5
- package/es/components/statistic/statistic.js +3 -4
- package/es/components/statistic/statistic.vue2.js +2 -3
- package/es/components/steps/index.js +6 -7
- package/es/components/steps/item.vue2.js +2 -3
- package/es/components/steps/steps.vue2.js +5 -6
- package/es/components/super-form/index.js +15 -16
- package/es/components/super-form/super-form-action.vue2.js +20 -21
- package/es/components/super-form/super-form-item.vue2.js +49 -50
- package/es/components/super-form/super-form.vue2.js +2 -3
- package/es/components/switch/index.js +4 -5
- package/es/components/switch/switch.vue2.js +2 -3
- package/es/components/table/index.js +23 -24
- package/es/components/table/table.vue2.js +2 -3
- package/es/components/tabs/index.js +7 -8
- package/es/components/tabs/tab-bar.vue2.js +6 -7
- package/es/components/tabs/tab-nav.vue2.js +11 -12
- package/es/components/tabs/tab-pane.vue2.js +8 -9
- package/es/components/tabs/tabs.vue2.js +6 -7
- package/es/components/tag/index.js +4 -5
- package/es/components/tag/tag.vue2.js +8 -9
- package/es/components/teleport/index.js +4 -5
- package/es/components/time-picker/common/picker-range-trigger.vue2.js +9 -10
- package/es/components/time-picker/common/picker.vue2.js +2 -3
- package/es/components/time-picker/common/props.js +5 -6
- package/es/components/time-picker/props/basic-time-spinner.js +3 -4
- package/es/components/time-picker/props/panel-time-picker.js +4 -5
- package/es/components/time-picker/props/panel-time-range.js +3 -4
- package/es/components/time-picker/props/shared.js +3 -4
- package/es/components/time-picker/time-picker-com/basic-time-spinner.vue2.js +2 -3
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue2.js +2 -3
- package/es/components/time-picker/time-picker-com/panel-time-range.vue2.js +2 -3
- package/es/components/time-select/time-select.js +3 -4
- package/es/components/time-select/time-select.vue2.js +10 -11
- package/es/components/timeline/index.js +6 -7
- package/es/components/timeline/timeline-item.vue2.js +2 -3
- package/es/components/timeline/timeline.vue2.js +2 -3
- package/es/components/tooltip/content.vue2.js +2 -3
- package/es/components/tooltip/index.js +6 -7
- package/es/components/tooltip/tooltip.vue2.js +2 -3
- package/es/components/tooltip/trigger.vue2.js +2 -3
- package/es/components/tooltip/utils.js +5 -6
- package/es/components/transfer/index.js +10 -11
- package/es/components/transfer/transfer-panel.js +3 -4
- package/es/components/transfer/transfer-panel.vue2.js +2 -3
- package/es/components/transfer/transfer.js +5 -6
- package/es/components/transfer/transfer.vue2.js +2 -3
- package/es/components/tree/model/useDragNode.js +3 -4
- package/es/components/tree/model/useKeydown.js +3 -4
- package/es/components/tree/tree-node-content.vue2.js +3 -4
- package/es/components/tree/tree-node.vue2.js +3 -4
- package/es/components/tree/tree.vue2.js +2 -3
- package/es/components/upload/ajax.js +3 -4
- package/es/components/upload/index.js +7 -8
- package/es/components/upload/upload-content.vue2.js +2 -3
- package/es/components/upload/upload-dragger.vue2.js +12 -13
- package/es/components/upload/upload-list.vue2.js +35 -36
- package/es/components/upload/use-handlers.js +3 -4
- package/es/components/verify-code/index.js +4 -5
- package/es/components/verify-code/verify-code.vue2.js +7 -8
- package/es/components/virtual-list/builders/build-grid.js +48 -49
- package/es/components/virtual-list/builders/build-list.js +40 -41
- package/es/components/virtual-list/components/dynamic-size-grid.js +3 -4
- package/es/components/virtual-list/components/dynamic-size-list.js +21 -22
- package/es/components/virtual-list/components/fixed-size-grid.js +8 -9
- package/es/components/virtual-list/components/fixed-size-list.js +9 -10
- package/es/components/virtual-list/components/scrollbar.js +8 -9
- package/es/components/virtual-list/hooks/use-grid-wheel.js +4 -5
- package/es/components/virtual-list/hooks/use-wheel.js +12 -13
- package/es/components/virtual-list/props.js +7 -8
- package/es/components/watermark/index.js +6 -7
- package/es/components/watermark/watermark.js +3 -4
- package/es/hooks/use-attrs/index.js +6 -7
- package/es/hooks/use-delayed-toggle/index.js +12 -13
- package/es/hooks/use-draggable/index.js +9 -10
- package/es/hooks/use-empty-values/index.js +8 -9
- package/es/hooks/use-focus-controller/index.js +2 -3
- package/es/hooks/use-id/index.js +2 -3
- package/es/hooks/use-lockscreen/index.js +14 -15
- package/es/hooks/use-ordered-children/index.js +2 -3
- package/es/hooks/use-z-index/index.js +3 -4
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/utils/ns-cover.js +20 -21
- package/lib/components/affix/affix.cjs +1 -1
- package/lib/components/affix/affix.vue2.cjs +1 -1
- package/lib/components/affix/index.cjs +1 -1
- package/lib/components/alert/alert.vue2.cjs +1 -1
- package/lib/components/alert/index.cjs +1 -1
- package/lib/components/autocomplete/autocomplete.vue2.cjs +1 -1
- package/lib/components/autocomplete/index.cjs +1 -1
- package/lib/components/avatar/avatar.vue2.cjs +1 -1
- package/lib/components/avatar/index.cjs +1 -1
- package/lib/components/backtop/backtop.vue2.cjs +1 -1
- package/lib/components/backtop/index.cjs +1 -1
- package/lib/components/breadcrumb/breadcrumb-item.vue2.cjs +1 -1
- package/lib/components/breadcrumb/breadcrumb.vue2.cjs +1 -1
- package/lib/components/breadcrumb/index.cjs +1 -1
- package/lib/components/button/button-custom.cjs +1 -1
- package/lib/components/button/button-group.vue2.cjs +1 -1
- package/lib/components/button/button.vue2.cjs +1 -1
- package/lib/components/button/index.cjs +1 -1
- package/lib/components/card/card.vue2.cjs +1 -1
- package/lib/components/card/index.cjs +1 -1
- package/lib/components/carousel/carousel-item.vue2.cjs +1 -1
- package/lib/components/carousel/carousel.vue2.cjs +1 -1
- package/lib/components/carousel/index.cjs +1 -1
- package/lib/components/carousel/use-carousel-item.cjs +1 -1
- package/lib/components/carousel/use-carousel.cjs +1 -1
- package/lib/components/cascader/cascader.cjs +1 -1
- package/lib/components/cascader/cascader.vue2.cjs +1 -1
- package/lib/components/cascader/index.cjs +1 -1
- package/lib/components/cascader-panel/config.cjs +1 -1
- package/lib/components/cascader-panel/index.cjs +1 -1
- package/lib/components/cascader-panel/index.vue2.cjs +1 -1
- package/lib/components/cascader-panel/menu.vue2.cjs +1 -1
- package/lib/components/cascader-panel/node-content.cjs +1 -1
- package/lib/components/cascader-panel/node.vue2.cjs +1 -1
- package/lib/components/cascader-panel/store.cjs +1 -1
- package/lib/components/cascader-panel/utils.cjs +1 -1
- package/lib/components/check-tag/check-tag.vue2.cjs +1 -1
- package/lib/components/check-tag/index.cjs +1 -1
- package/lib/components/checkbox/checkbox-button.vue2.cjs +1 -1
- package/lib/components/checkbox/checkbox-group.vue2.cjs +1 -1
- package/lib/components/checkbox/checkbox.vue2.cjs +1 -1
- package/lib/components/checkbox/composables/use-checkbox-event.cjs +1 -1
- package/lib/components/checkbox/index.cjs +1 -1
- package/lib/components/clamp/clamp.vue2.cjs +1 -1
- package/lib/components/clamp/index.cjs +1 -1
- package/lib/components/clamp-toggle/index.cjs +1 -1
- package/lib/components/clamp-tooltip/index.cjs +1 -1
- package/lib/components/col/col.vue2.cjs +1 -1
- package/lib/components/col/index.cjs +1 -1
- package/lib/components/collapse/collapse-item.cjs +1 -1
- package/lib/components/collapse/collapse.cjs +1 -1
- package/lib/components/collapse/index.cjs +1 -1
- package/lib/components/collapse/use-collapse-item.cjs +1 -1
- package/lib/components/collapse/use-collapse.cjs +1 -1
- package/lib/components/collapse-transition/collapse-transition.vue2.cjs +1 -1
- package/lib/components/color-picker/color-picker.vue2.cjs +1 -1
- package/lib/components/color-picker/components/hue-slider.vue2.cjs +1 -1
- package/lib/components/color-picker/components/predefine.vue2.cjs +1 -1
- package/lib/components/color-picker/components/sv-panel.vue2.cjs +1 -1
- package/lib/components/color-picker/composables/use-alpha-slider.cjs +1 -1
- package/lib/components/color-picker/index.cjs +1 -1
- package/lib/components/config-provider/config-provider.vue2.cjs +1 -1
- package/lib/components/config-provider/hooks/use-global-config.cjs +1 -1
- package/lib/components/config-provider/index.cjs +1 -1
- package/lib/components/container/aside.vue2.cjs +1 -1
- package/lib/components/container/container.vue2.cjs +1 -1
- package/lib/components/container/footer.vue2.cjs +1 -1
- package/lib/components/container/header.vue2.cjs +1 -1
- package/lib/components/container/index.cjs +1 -1
- package/lib/components/container/main.vue2.cjs +1 -1
- package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
- package/lib/components/countdown/countdown.cjs +1 -1
- package/lib/components/countdown/countdown.vue2.cjs +1 -1
- package/lib/components/countdown/index.cjs +1 -1
- package/lib/components/date-picker/composables/use-basic-date-table.cjs +1 -1
- package/lib/components/date-picker/composables/use-range-picker.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/basic-cell-render.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/basic-month-table.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/basic-year-table.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/panel-date-pick.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker.cjs +1 -1
- package/lib/components/date-picker/props/basic-cell.cjs +1 -1
- package/lib/components/date-picker/props/basic-date-table.cjs +1 -1
- package/lib/components/date-picker/props/basic-month-table.cjs +1 -1
- package/lib/components/date-picker/props/basic-year-table.cjs +1 -1
- package/lib/components/date-picker/props/date-picker.cjs +1 -1
- package/lib/components/date-picker/props/panel-date-pick.cjs +1 -1
- package/lib/components/date-picker/props/panel-date-range.cjs +1 -1
- package/lib/components/date-picker/props/panel-month-range.cjs +1 -1
- package/lib/components/date-picker/props/panel-year-range.cjs +1 -1
- package/lib/components/date-picker/props/shared.cjs +1 -1
- package/lib/components/date-time-select/date-time-select.vue2.cjs +1 -1
- package/lib/components/date-time-select/index.cjs +1 -1
- package/lib/components/descriptions/description-item.vue2.cjs +1 -1
- package/lib/components/descriptions/description.vue2.cjs +1 -1
- package/lib/components/descriptions/descriptions-cell.cjs +1 -1
- package/lib/components/descriptions/index.cjs +1 -1
- package/lib/components/dialog/dialog-content.vue2.cjs +1 -1
- package/lib/components/dialog/dialog.vue2.cjs +1 -1
- package/lib/components/dialog/hooks/use-dialog.cjs +1 -1
- package/lib/components/dialog/index.cjs +1 -1
- package/lib/components/divider/divider.vue2.cjs +1 -1
- package/lib/components/divider/index.cjs +1 -1
- package/lib/components/drawer/drawer.vue2.cjs +1 -1
- package/lib/components/drawer/index.cjs +1 -1
- package/lib/components/dropdown/dropdown-item-impl.vue2.cjs +1 -1
- package/lib/components/dropdown/dropdown-item.vue2.cjs +1 -1
- package/lib/components/dropdown/dropdown-menu.vue2.cjs +1 -1
- package/lib/components/dropdown/dropdown.vue2.cjs +1 -1
- package/lib/components/dropdown/index.cjs +1 -1
- package/lib/components/dropdown/useDropdown.cjs +1 -1
- package/lib/components/empty/empty.vue2.cjs +1 -1
- package/lib/components/empty/index.cjs +1 -1
- package/lib/components/focus-trap/utils.cjs +1 -1
- package/lib/components/footer-layout/footer-layout.vue2.cjs +1 -1
- package/lib/components/footer-layout/index.cjs +1 -1
- package/lib/components/form/form-item.vue2.cjs +1 -1
- package/lib/components/form/form-label-wrap.cjs +1 -1
- package/lib/components/form/form.vue2.cjs +1 -1
- package/lib/components/form/hooks/use-form-common-props.cjs +1 -1
- package/lib/components/form/hooks/use-form-item.cjs +1 -1
- package/lib/components/form/index.cjs +1 -1
- package/lib/components/form/utils.cjs +1 -1
- package/lib/components/full-screen/index.cjs +1 -1
- package/lib/components/header-layout/header-layout.vue2.cjs +1 -1
- package/lib/components/header-layout/index.cjs +1 -1
- package/lib/components/horizontal-menu/horizontal-menu.vue2.cjs +1 -1
- package/lib/components/horizontal-menu/index.cjs +1 -1
- package/lib/components/icon/index.cjs +1 -1
- package/lib/components/icon-text/index.cjs +1 -1
- package/lib/components/iframe-layout/iframe-page.vue2.cjs +1 -1
- package/lib/components/iframe-layout/index.cjs +1 -1
- package/lib/components/image/image.vue2.cjs +1 -1
- package/lib/components/image/index.cjs +1 -1
- package/lib/components/image-viewer/image-viewer.vue2.cjs +1 -1
- package/lib/components/image-viewer/index.cjs +1 -1
- package/lib/components/infinite-scroll/infinite-scroll.cjs +1 -1
- package/lib/components/input/index.cjs +1 -1
- package/lib/components/input/input.vue2.cjs +1 -1
- package/lib/components/input-number/index.cjs +1 -1
- package/lib/components/input-number/input-number.vue2.cjs +1 -1
- package/lib/components/input-tag/composables/use-drag-tag.cjs +1 -1
- package/lib/components/input-tag/composables/use-input-tag-dom.cjs +1 -1
- package/lib/components/input-tag/composables/use-input-tag.cjs +1 -1
- package/lib/components/input-tag/index.cjs +1 -1
- package/lib/components/input-tag/input-tag.cjs +1 -1
- package/lib/components/input-tag/input-tag.vue2.cjs +1 -1
- package/lib/components/link/index.cjs +1 -1
- package/lib/components/link/link.vue2.cjs +1 -1
- package/lib/components/list-cell/index.cjs +1 -1
- package/lib/components/loading/loading.cjs +1 -1
- package/lib/components/loading/service.cjs +1 -1
- package/lib/components/logo/index.cjs +1 -1
- package/lib/components/logo/logo.vue2.cjs +1 -1
- package/lib/components/md-code-demo/index.cjs +1 -1
- package/lib/components/md-code-demo/md-code-demo.cjs +1 -1
- package/lib/components/md-code-tabs/index.cjs +1 -1
- package/lib/components/md-comment/index.cjs +1 -1
- package/lib/components/md-comment/md-comment.vue2.cjs +1 -1
- package/lib/components/md-container/index.cjs +1 -1
- package/lib/components/md-tabs/index.cjs +1 -1
- package/lib/components/md-vue-playground/index.cjs +1 -1
- package/lib/components/md-vue-playground/md-vue-playground.vue2.cjs +1 -1
- package/lib/components/menu/index.cjs +1 -1
- package/lib/components/menu/menu-collapse-transition.vue2.cjs +1 -1
- package/lib/components/menu/menu-item-group.vue2.cjs +1 -1
- package/lib/components/menu/menu-item.vue2.cjs +1 -1
- package/lib/components/menu/menu.vue2.cjs +1 -1
- package/lib/components/menu/sub-menu.vue2.cjs +1 -1
- package/lib/components/menu/use-menu-css-var.cjs +1 -1
- package/lib/components/message/index.cjs +1 -1
- package/lib/components/message/method.cjs +1 -1
- package/lib/components/modal/index.cjs +1 -1
- package/lib/components/modal/modal-footer-action.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/index.cjs +1 -1
- package/lib/components/notification/index.cjs +1 -1
- package/lib/components/notification/notification.cjs +1 -1
- package/lib/components/notification/notify.cjs +1 -1
- package/lib/components/overlay/index.cjs +1 -1
- package/lib/components/overlay/overlay.vue2.cjs +1 -1
- package/lib/components/page-wrapper/index.cjs +1 -1
- package/lib/components/page-wrapper/page-wrapper.vue2.cjs +1 -1
- package/lib/components/pagination/components/jumper.vue2.cjs +1 -1
- package/lib/components/pagination/components/pager.vue2.cjs +1 -1
- package/lib/components/pagination/components/sizes.vue2.cjs +1 -1
- package/lib/components/pagination/components/total.vue2.cjs +1 -1
- package/lib/components/pagination/index.cjs +1 -1
- package/lib/components/pagination/pagination.vue2.cjs +1 -1
- package/lib/components/popconfirm/index.cjs +1 -1
- package/lib/components/popconfirm/popconfirm.vue2.cjs +1 -1
- package/lib/components/popover/index.cjs +1 -1
- package/lib/components/popover/popover.vue2.cjs +1 -1
- package/lib/components/popper/arrow.vue2.cjs +1 -1
- package/lib/components/popper/composables/use-content-dom.cjs +1 -1
- package/lib/components/popper/composables/use-content.cjs +1 -1
- package/lib/components/popper/index.cjs +1 -1
- package/lib/components/popper/trigger.vue2.cjs +1 -1
- package/lib/components/progress/index.cjs +1 -1
- package/lib/components/progress/progress.vue2.cjs +1 -1
- package/lib/components/progress-i/index.cjs +1 -1
- package/lib/components/qrcode/index.cjs +1 -1
- package/lib/components/radio/index.cjs +1 -1
- package/lib/components/radio/radio-button.vue2.cjs +1 -1
- package/lib/components/radio/radio-group.vue2.cjs +1 -1
- package/lib/components/radio/radio.cjs +1 -1
- package/lib/components/radio/radio.vue2.cjs +1 -1
- package/lib/components/rate/index.cjs +1 -1
- package/lib/components/rate/rate.cjs +1 -1
- package/lib/components/rate/rate.vue2.cjs +1 -1
- package/lib/components/result/index.cjs +1 -1
- package/lib/components/result/result.vue2.cjs +1 -1
- package/lib/components/router-view-content/index.cjs +1 -1
- package/lib/components/roving-focus-group/roving-focus-group-impl.vue2.cjs +1 -1
- package/lib/components/roving-focus-group/roving-focus-item.vue2.cjs +1 -1
- package/lib/components/row/index.cjs +1 -1
- package/lib/components/row/row.vue2.cjs +1 -1
- package/lib/components/scrollbar/index.cjs +1 -1
- package/lib/components/scrollbar/scrollbar.vue2.cjs +1 -1
- package/lib/components/scrollbar/thumb.vue2.cjs +1 -1
- package/lib/components/search/index.cjs +1 -1
- package/lib/components/segmented/index.cjs +1 -1
- package/lib/components/segmented/segmented.cjs +1 -1
- package/lib/components/segmented/segmented.vue2.cjs +1 -1
- package/lib/components/select/defaults.cjs +1 -1
- package/lib/components/select/group-item.vue2.cjs +1 -1
- package/lib/components/select/option-item.vue2.cjs +1 -1
- package/lib/components/select/select-dropdown.cjs +1 -1
- package/lib/components/select/select.vue2.cjs +1 -1
- package/lib/components/select/useSelect.cjs +1 -1
- package/lib/components/side-menu/index.cjs +1 -1
- package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
- package/lib/components/skeleton/index.cjs +1 -1
- package/lib/components/skeleton/skeleton-item.vue2.cjs +1 -1
- package/lib/components/skeleton/skeleton.vue2.cjs +1 -1
- package/lib/components/slider/button.vue2.cjs +1 -1
- package/lib/components/slider/composables/use-stops.cjs +1 -1
- package/lib/components/slider/composables/use-watch.cjs +1 -1
- package/lib/components/slider/index.cjs +1 -1
- package/lib/components/slider/marker.cjs +1 -1
- package/lib/components/slider/slider.vue2.cjs +1 -1
- package/lib/components/slot/only-child.cjs +1 -1
- package/lib/components/space/index.cjs +1 -1
- package/lib/components/space/item.cjs +1 -1
- package/lib/components/space/space.cjs +1 -1
- package/lib/components/space/use-space.cjs +1 -1
- package/lib/components/statistic/index.cjs +1 -1
- package/lib/components/statistic/statistic.cjs +1 -1
- package/lib/components/statistic/statistic.vue2.cjs +1 -1
- package/lib/components/steps/index.cjs +1 -1
- package/lib/components/steps/item.vue2.cjs +1 -1
- package/lib/components/steps/steps.vue2.cjs +1 -1
- package/lib/components/super-form/index.cjs +1 -1
- package/lib/components/super-form/super-form-action.vue2.cjs +1 -1
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/components/super-form/super-form.vue2.cjs +1 -1
- package/lib/components/switch/index.cjs +1 -1
- package/lib/components/switch/switch.vue2.cjs +1 -1
- package/lib/components/table/index.cjs +1 -1
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/components/tabs/index.cjs +1 -1
- package/lib/components/tabs/tab-bar.vue2.cjs +1 -1
- package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
- package/lib/components/tabs/tab-pane.vue2.cjs +1 -1
- package/lib/components/tabs/tabs.vue2.cjs +1 -1
- package/lib/components/tag/index.cjs +1 -1
- package/lib/components/tag/tag.vue2.cjs +1 -1
- package/lib/components/teleport/index.cjs +1 -1
- package/lib/components/time-picker/common/picker-range-trigger.vue2.cjs +1 -1
- package/lib/components/time-picker/common/picker.vue2.cjs +1 -1
- package/lib/components/time-picker/common/props.cjs +1 -1
- package/lib/components/time-picker/props/basic-time-spinner.cjs +1 -1
- package/lib/components/time-picker/props/panel-time-picker.cjs +1 -1
- package/lib/components/time-picker/props/panel-time-range.cjs +1 -1
- package/lib/components/time-picker/props/shared.cjs +1 -1
- package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue2.cjs +1 -1
- package/lib/components/time-picker/time-picker-com/panel-time-pick.vue2.cjs +1 -1
- package/lib/components/time-picker/time-picker-com/panel-time-range.vue2.cjs +1 -1
- package/lib/components/time-select/time-select.cjs +1 -1
- package/lib/components/time-select/time-select.vue2.cjs +1 -1
- package/lib/components/timeline/index.cjs +1 -1
- package/lib/components/timeline/timeline-item.vue2.cjs +1 -1
- package/lib/components/timeline/timeline.vue2.cjs +1 -1
- package/lib/components/tooltip/content.vue2.cjs +1 -1
- package/lib/components/tooltip/index.cjs +1 -1
- package/lib/components/tooltip/tooltip.vue2.cjs +1 -1
- package/lib/components/tooltip/trigger.vue2.cjs +1 -1
- package/lib/components/tooltip/utils.cjs +1 -1
- package/lib/components/transfer/index.cjs +1 -1
- package/lib/components/transfer/transfer-panel.cjs +1 -1
- package/lib/components/transfer/transfer-panel.vue2.cjs +1 -1
- package/lib/components/transfer/transfer.cjs +1 -1
- package/lib/components/transfer/transfer.vue2.cjs +1 -1
- package/lib/components/tree/model/useDragNode.cjs +1 -1
- package/lib/components/tree/model/useKeydown.cjs +1 -1
- package/lib/components/tree/tree-node-content.vue2.cjs +1 -1
- package/lib/components/tree/tree-node.vue2.cjs +1 -1
- package/lib/components/tree/tree.vue2.cjs +1 -1
- package/lib/components/upload/ajax.cjs +1 -1
- package/lib/components/upload/index.cjs +1 -1
- package/lib/components/upload/upload-content.vue2.cjs +1 -1
- package/lib/components/upload/upload-dragger.vue2.cjs +1 -1
- package/lib/components/upload/upload-list.vue2.cjs +1 -1
- package/lib/components/upload/use-handlers.cjs +1 -1
- package/lib/components/verify-code/index.cjs +1 -1
- package/lib/components/verify-code/verify-code.vue2.cjs +1 -1
- package/lib/components/virtual-list/builders/build-grid.cjs +1 -1
- package/lib/components/virtual-list/builders/build-list.cjs +1 -1
- package/lib/components/virtual-list/components/dynamic-size-grid.cjs +1 -1
- package/lib/components/virtual-list/components/dynamic-size-list.cjs +1 -1
- package/lib/components/virtual-list/components/fixed-size-grid.cjs +1 -1
- package/lib/components/virtual-list/components/fixed-size-list.cjs +1 -1
- package/lib/components/virtual-list/components/scrollbar.cjs +1 -1
- package/lib/components/virtual-list/hooks/use-grid-wheel.cjs +1 -1
- package/lib/components/virtual-list/hooks/use-wheel.cjs +1 -1
- package/lib/components/virtual-list/props.cjs +1 -1
- package/lib/components/watermark/index.cjs +1 -1
- package/lib/components/watermark/watermark.cjs +1 -1
- package/lib/hooks/use-attrs/index.cjs +1 -1
- package/lib/hooks/use-delayed-toggle/index.cjs +1 -1
- package/lib/hooks/use-draggable/index.cjs +1 -1
- package/lib/hooks/use-empty-values/index.cjs +1 -1
- package/lib/hooks/use-focus-controller/index.cjs +1 -1
- package/lib/hooks/use-id/index.cjs +1 -1
- package/lib/hooks/use-lockscreen/index.cjs +1 -1
- package/lib/hooks/use-ordered-children/index.cjs +1 -1
- package/lib/hooks/use-z-index/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/lib/utils/ns-cover.cjs +1 -1
- package/package.json +4 -4
- package/web-types.json +1 -1
|
@@ -2,10 +2,9 @@ import "@vueuse/core";
|
|
|
2
2
|
import { isBoolean as o, isNumber as e } from "@vft/utils";
|
|
3
3
|
import "../config-provider/hooks/use-global-config.js";
|
|
4
4
|
import { CHANGE_EVENT as i } from "../../constants/event.js";
|
|
5
|
-
import "../../utils/ns-cover.js";
|
|
6
|
-
import { buildProps as p } from "../../utils/vue/props/runtime.js";
|
|
7
5
|
import "vue";
|
|
8
|
-
|
|
6
|
+
import { buildProps as p } from "../../utils/vue/props/runtime.js";
|
|
7
|
+
const n = p({
|
|
9
8
|
/**
|
|
10
9
|
* @description affix element zIndex value
|
|
11
10
|
* */
|
|
@@ -35,11 +34,11 @@ const d = p({
|
|
|
35
34
|
values: ["top", "bottom"],
|
|
36
35
|
default: "top"
|
|
37
36
|
}
|
|
38
|
-
}),
|
|
37
|
+
}), d = {
|
|
39
38
|
scroll: ({ scrollTop: t, fixed: r }) => e(t) && o(r),
|
|
40
39
|
[i]: (t) => o(t)
|
|
41
40
|
};
|
|
42
41
|
export {
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
d as affixEmits,
|
|
43
|
+
n as affixProps
|
|
45
44
|
};
|
|
@@ -3,7 +3,6 @@ import { useWindowSize as P, useElementBounding as y, useEventListener as U } fr
|
|
|
3
3
|
import { getScrollContainer as V } from "../../utils/dom/scroll.js";
|
|
4
4
|
import { throwError as Y } from "../../utils/error.js";
|
|
5
5
|
import { addUnit as j } from "../../utils/helper.js";
|
|
6
|
-
import "../../utils/ns-cover.js";
|
|
7
6
|
import "@vft/utils";
|
|
8
7
|
import "lodash-es";
|
|
9
8
|
import { useNamespace as A } from "../../hooks/use-namespace/index.js";
|
|
@@ -13,7 +12,7 @@ import "../../hooks/use-z-index/index.js";
|
|
|
13
12
|
import { affixEmits as D, affixProps as F } from "./affix.js";
|
|
14
13
|
const G = $({
|
|
15
14
|
name: "vft-affix"
|
|
16
|
-
}),
|
|
15
|
+
}), ne = /* @__PURE__ */ $({
|
|
17
16
|
...G,
|
|
18
17
|
props: F,
|
|
19
18
|
emits: D,
|
|
@@ -80,5 +79,5 @@ const G = $({
|
|
|
80
79
|
}
|
|
81
80
|
});
|
|
82
81
|
export {
|
|
83
|
-
|
|
82
|
+
ne as default
|
|
84
83
|
};
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import "@vueuse/core";
|
|
2
2
|
import "@vft/utils";
|
|
3
3
|
import "../config-provider/hooks/use-global-config.js";
|
|
4
|
-
import "
|
|
4
|
+
import "vue";
|
|
5
5
|
import { withInstall as t } from "../../utils/vue/install.js";
|
|
6
6
|
import "lodash-es";
|
|
7
|
-
import "vue";
|
|
8
7
|
import o from "./affix.vue2.js";
|
|
9
|
-
const
|
|
8
|
+
const l = t(o);
|
|
10
9
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
l as VftAffix,
|
|
11
|
+
l as default
|
|
13
12
|
};
|
|
@@ -3,7 +3,6 @@ import { VftIcon as f } from "../icon/index.js";
|
|
|
3
3
|
import "@vueuse/core";
|
|
4
4
|
import "@vft/utils";
|
|
5
5
|
import "../config-provider/hooks/use-global-config.js";
|
|
6
|
-
import "../../utils/ns-cover.js";
|
|
7
6
|
import "lodash-es";
|
|
8
7
|
import { useNamespace as p } from "../../hooks/use-namespace/index.js";
|
|
9
8
|
import "../../hooks/use-model-toggle/index.js";
|
|
@@ -11,7 +10,7 @@ import "@popperjs/core";
|
|
|
11
10
|
import "../../hooks/use-z-index/index.js";
|
|
12
11
|
const m = i({
|
|
13
12
|
name: "vft-alert"
|
|
14
|
-
}),
|
|
13
|
+
}), C = /* @__PURE__ */ i({
|
|
15
14
|
...m,
|
|
16
15
|
props: {
|
|
17
16
|
title: { default: "" },
|
|
@@ -35,5 +34,5 @@ const m = i({
|
|
|
35
34
|
}
|
|
36
35
|
});
|
|
37
36
|
export {
|
|
38
|
-
|
|
37
|
+
C as default
|
|
39
38
|
};
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import "@vueuse/core";
|
|
2
2
|
import "@vft/utils";
|
|
3
3
|
import "../config-provider/hooks/use-global-config.js";
|
|
4
|
-
import "
|
|
4
|
+
import "vue";
|
|
5
5
|
import { withInstall as t } from "../../utils/vue/install.js";
|
|
6
6
|
import "lodash-es";
|
|
7
|
-
import "vue";
|
|
8
7
|
import o from "./alert.vue2.js";
|
|
9
|
-
const
|
|
8
|
+
const s = t(o);
|
|
10
9
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
s as VftAlert,
|
|
11
|
+
s as default
|
|
13
12
|
};
|
|
@@ -9,7 +9,6 @@ import { useAttrs as Ve } from "../../hooks/use-attrs/index.js";
|
|
|
9
9
|
import { onClickOutside as Ce } from "@vueuse/core";
|
|
10
10
|
import { throwError as Ie } from "../../utils/error.js";
|
|
11
11
|
import "../config-provider/hooks/use-global-config.js";
|
|
12
|
-
import "../../utils/ns-cover.js";
|
|
13
12
|
import { debounce as Be } from "lodash-es";
|
|
14
13
|
import { useNamespace as Fe } from "../../hooks/use-namespace/index.js";
|
|
15
14
|
import "../../hooks/use-model-toggle/index.js";
|
|
@@ -20,7 +19,7 @@ import { useFormDisabled as De } from "../form/hooks/use-form-common-props.js";
|
|
|
20
19
|
const Ke = ["aria-expanded", "aria-owns"], Oe = ["id", "aria-selected", "onClick"], Re = "ElAutocomplete", Me = X({
|
|
21
20
|
name: "vft-autocomplete",
|
|
22
21
|
inheritAttrs: !1
|
|
23
|
-
}),
|
|
22
|
+
}), at = /* @__PURE__ */ X({
|
|
24
23
|
...Me,
|
|
25
24
|
props: {
|
|
26
25
|
valueKey: { default: "value" },
|
|
@@ -280,5 +279,5 @@ const Ke = ["aria-expanded", "aria-owns"], Oe = ["id", "aria-selected", "onClick
|
|
|
280
279
|
}
|
|
281
280
|
});
|
|
282
281
|
export {
|
|
283
|
-
|
|
282
|
+
at as default
|
|
284
283
|
};
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import "@vueuse/core";
|
|
2
2
|
import "@vft/utils";
|
|
3
3
|
import "../config-provider/hooks/use-global-config.js";
|
|
4
|
-
import "
|
|
4
|
+
import "vue";
|
|
5
5
|
import { withInstall as t } from "../../utils/vue/install.js";
|
|
6
6
|
import "lodash-es";
|
|
7
|
-
import "vue";
|
|
8
7
|
import o from "./autocomplete.vue2.js";
|
|
9
|
-
const
|
|
8
|
+
const l = t(o);
|
|
10
9
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
l as VftAutocomplete,
|
|
11
|
+
l as default
|
|
13
12
|
};
|
|
@@ -4,13 +4,12 @@ import { VftIcon as V } from "../icon/index.js";
|
|
|
4
4
|
import { VftImage as I } from "../image/index.js";
|
|
5
5
|
import "@vueuse/core";
|
|
6
6
|
import { addUnit as L } from "../../utils/helper.js";
|
|
7
|
-
import "../../utils/ns-cover.js";
|
|
8
7
|
import "lodash-es";
|
|
9
8
|
import { useNamespace as N } from "../../hooks/use-namespace/index.js";
|
|
10
9
|
import "../../hooks/use-model-toggle/index.js";
|
|
11
10
|
import "@popperjs/core";
|
|
12
11
|
import "../../hooks/use-z-index/index.js";
|
|
13
|
-
const
|
|
12
|
+
const H = /* @__PURE__ */ v({
|
|
14
13
|
__name: "avatar",
|
|
15
14
|
props: {
|
|
16
15
|
size: { default: "" },
|
|
@@ -50,5 +49,5 @@ const J = /* @__PURE__ */ v({
|
|
|
50
49
|
}
|
|
51
50
|
});
|
|
52
51
|
export {
|
|
53
|
-
|
|
52
|
+
H as default
|
|
54
53
|
};
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import "@vueuse/core";
|
|
2
2
|
import "@vft/utils";
|
|
3
3
|
import "../config-provider/hooks/use-global-config.js";
|
|
4
|
-
import "
|
|
4
|
+
import "vue";
|
|
5
5
|
import { withInstall as t } from "../../utils/vue/install.js";
|
|
6
6
|
import "lodash-es";
|
|
7
|
-
import "vue";
|
|
8
7
|
import o from "./avatar.vue2.js";
|
|
9
|
-
const
|
|
8
|
+
const l = t(o);
|
|
10
9
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
l as VftAvatar,
|
|
11
|
+
l as default
|
|
13
12
|
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { defineComponent as s, getCurrentInstance as v, computed as
|
|
1
|
+
import { defineComponent as s, getCurrentInstance as v, computed as l, createBlock as m, openBlock as i, Transition as y, unref as t, withCtx as C, createElementBlock as h, createCommentVNode as c, withModifiers as T, normalizeClass as x, normalizeStyle as z, renderSlot as B, normalizeProps as $, mergeProps as S } from "vue";
|
|
2
2
|
import { singleAttrToObj as _ } from "@vft/utils";
|
|
3
3
|
import { VftIcon as w } from "../icon/index.js";
|
|
4
4
|
import "@vueuse/core";
|
|
5
5
|
import "../config-provider/hooks/use-global-config.js";
|
|
6
|
-
import "../../utils/ns-cover.js";
|
|
7
6
|
import "lodash-es";
|
|
8
7
|
import { useNamespace as I } from "../../hooks/use-namespace/index.js";
|
|
9
8
|
import "../../hooks/use-model-toggle/index.js";
|
|
@@ -12,7 +11,7 @@ import "../../hooks/use-z-index/index.js";
|
|
|
12
11
|
import { useBackTop as N } from "./use-backtop.js";
|
|
13
12
|
const P = s({
|
|
14
13
|
name: "vft-backtop"
|
|
15
|
-
}),
|
|
14
|
+
}), G = /* @__PURE__ */ s({
|
|
16
15
|
...P,
|
|
17
16
|
props: {
|
|
18
17
|
visibilityHeight: { default: 200 },
|
|
@@ -24,11 +23,11 @@ const P = s({
|
|
|
24
23
|
},
|
|
25
24
|
emits: ["click"],
|
|
26
25
|
setup(e, { emit: p }) {
|
|
27
|
-
const u = p, o = I("backtop"), f = v(), { handleClick:
|
|
26
|
+
const u = p, o = I("backtop"), f = v(), { handleClick: n, visible: d } = N(f.props, u, o.b()), k = l(() => ({
|
|
28
27
|
right: `${e.right}px`,
|
|
29
28
|
bottom: `${e.bottom}px`
|
|
30
|
-
})),
|
|
31
|
-
return (b, a) => (i(),
|
|
29
|
+
})), r = l(() => _(e.icon, "icon", { size: 25 }));
|
|
30
|
+
return (b, a) => (i(), m(y, {
|
|
32
31
|
name: `${t(o).namespace.value}-fade-in`
|
|
33
32
|
}, {
|
|
34
33
|
default: C(() => [
|
|
@@ -38,12 +37,12 @@ const P = s({
|
|
|
38
37
|
class: x(t(o).b()),
|
|
39
38
|
onClick: a[0] || (a[0] = T(
|
|
40
39
|
//@ts-ignore
|
|
41
|
-
(...g) => t(
|
|
40
|
+
(...g) => t(n) && t(n)(...g),
|
|
42
41
|
["stop"]
|
|
43
42
|
))
|
|
44
43
|
}, [
|
|
45
44
|
B(b.$slots, "default", {}, () => [
|
|
46
|
-
|
|
45
|
+
r.value?.icon ? (i(), m(t(w), $(S({ key: 0 }, r.value)), null, 16)) : c("", !0)
|
|
47
46
|
])
|
|
48
47
|
], 6)) : c("", !0)
|
|
49
48
|
]),
|
|
@@ -52,5 +51,5 @@ const P = s({
|
|
|
52
51
|
}
|
|
53
52
|
});
|
|
54
53
|
export {
|
|
55
|
-
|
|
54
|
+
G as default
|
|
56
55
|
};
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import "@vueuse/core";
|
|
2
2
|
import "@vft/utils";
|
|
3
3
|
import "../config-provider/hooks/use-global-config.js";
|
|
4
|
-
import "
|
|
4
|
+
import "vue";
|
|
5
5
|
import { withInstall as t } from "../../utils/vue/install.js";
|
|
6
6
|
import "lodash-es";
|
|
7
|
-
import "vue";
|
|
8
7
|
import o from "./backtop.vue2.js";
|
|
9
|
-
const
|
|
8
|
+
const c = t(o);
|
|
10
9
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
c as VftBacktop,
|
|
11
|
+
c as default
|
|
13
12
|
};
|
|
@@ -3,7 +3,6 @@ import { VftIcon as I } from "../icon/index.js";
|
|
|
3
3
|
import "@vueuse/core";
|
|
4
4
|
import "@vft/utils";
|
|
5
5
|
import "../config-provider/hooks/use-global-config.js";
|
|
6
|
-
import "../../utils/ns-cover.js";
|
|
7
6
|
import "lodash-es";
|
|
8
7
|
import { useNamespace as V } from "../../hooks/use-namespace/index.js";
|
|
9
8
|
import "../../hooks/use-model-toggle/index.js";
|
|
@@ -12,7 +11,7 @@ import "../../hooks/use-z-index/index.js";
|
|
|
12
11
|
import { breadcrumbKey as h } from "./constants.js";
|
|
13
12
|
const x = l({
|
|
14
13
|
name: "VftBreadcrumbItem"
|
|
15
|
-
}),
|
|
14
|
+
}), A = /* @__PURE__ */ l({
|
|
16
15
|
...x,
|
|
17
16
|
props: {
|
|
18
17
|
to: {},
|
|
@@ -45,5 +44,5 @@ const x = l({
|
|
|
45
44
|
}
|
|
46
45
|
});
|
|
47
46
|
export {
|
|
48
|
-
|
|
47
|
+
A as default
|
|
49
48
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { defineComponent as o, ref as
|
|
1
|
+
import { defineComponent as o, ref as m, provide as s, onMounted as p, createElementBlock as c, openBlock as i, normalizeClass as l, unref as u, renderSlot as f } from "vue";
|
|
2
2
|
import "@vueuse/core";
|
|
3
3
|
import "@vft/utils";
|
|
4
4
|
import "../config-provider/hooks/use-global-config.js";
|
|
5
|
-
import "../../utils/ns-cover.js";
|
|
6
5
|
import "lodash-es";
|
|
7
6
|
import { useNamespace as d } from "../../hooks/use-namespace/index.js";
|
|
8
7
|
import "../../hooks/use-model-toggle/index.js";
|
|
@@ -11,18 +10,18 @@ import "../../hooks/use-z-index/index.js";
|
|
|
11
10
|
import { breadcrumbKey as b } from "./constants.js";
|
|
12
11
|
const _ = o({
|
|
13
12
|
name: "VftBreadcrumb"
|
|
14
|
-
}),
|
|
13
|
+
}), x = /* @__PURE__ */ o({
|
|
15
14
|
..._,
|
|
16
15
|
props: {
|
|
17
16
|
separator: {},
|
|
18
17
|
separatorIcon: {}
|
|
19
18
|
},
|
|
20
19
|
setup(a) {
|
|
21
|
-
const
|
|
22
|
-
return
|
|
20
|
+
const n = a, r = d("breadcrumb"), t = m();
|
|
21
|
+
return s(b, n), p(() => {
|
|
23
22
|
const e = t.value.querySelectorAll(`.${r.e("item")}`);
|
|
24
23
|
e.length && e[e.length - 1].setAttribute("aria-current", "page");
|
|
25
|
-
}), (e, g) => (
|
|
24
|
+
}), (e, g) => (i(), c("div", {
|
|
26
25
|
ref_key: "breadcrumb",
|
|
27
26
|
ref: t,
|
|
28
27
|
class: l(u(r).b()),
|
|
@@ -33,5 +32,5 @@ const _ = o({
|
|
|
33
32
|
}
|
|
34
33
|
});
|
|
35
34
|
export {
|
|
36
|
-
|
|
35
|
+
x as default
|
|
37
36
|
};
|
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
import "@vueuse/core";
|
|
2
2
|
import "@vft/utils";
|
|
3
3
|
import "../config-provider/hooks/use-global-config.js";
|
|
4
|
-
import "
|
|
4
|
+
import "vue";
|
|
5
5
|
import { withInstall as t, withNoopInstall as m } from "../../utils/vue/install.js";
|
|
6
6
|
import "lodash-es";
|
|
7
|
-
import "vue";
|
|
8
7
|
import o from "./breadcrumb.vue2.js";
|
|
9
8
|
import r from "./breadcrumb-item.vue2.js";
|
|
10
|
-
import { breadcrumbKey as
|
|
9
|
+
import { breadcrumbKey as _ } from "./constants.js";
|
|
11
10
|
import "../icon/index.js";
|
|
12
|
-
const
|
|
11
|
+
const d = t(o, {
|
|
13
12
|
BreadcrumbItem: r
|
|
14
|
-
}),
|
|
13
|
+
}), l = m(r);
|
|
15
14
|
export {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
d as VftBreadcrumb,
|
|
16
|
+
l as VftBreadcrumbItem,
|
|
17
|
+
_ as breadcrumbKey,
|
|
18
|
+
d as default
|
|
20
19
|
};
|
|
@@ -3,9 +3,8 @@ import "../form/index.js";
|
|
|
3
3
|
import "@vueuse/core";
|
|
4
4
|
import "@vft/utils";
|
|
5
5
|
import "../config-provider/hooks/use-global-config.js";
|
|
6
|
-
import "../../utils/ns-cover.js";
|
|
7
|
-
import "lodash-es";
|
|
8
6
|
import { computed as b } from "vue";
|
|
7
|
+
import "lodash-es";
|
|
9
8
|
import { useNamespace as g } from "../../hooks/use-namespace/index.js";
|
|
10
9
|
import "../../hooks/use-model-toggle/index.js";
|
|
11
10
|
import "@popperjs/core";
|
|
@@ -14,7 +13,7 @@ import { useFormDisabled as k } from "../form/hooks/use-form-common-props.js";
|
|
|
14
13
|
function c(r, l = 20) {
|
|
15
14
|
return r.mix("#141414", l).toString();
|
|
16
15
|
}
|
|
17
|
-
function
|
|
16
|
+
function y(r) {
|
|
18
17
|
const l = k(), t = g("button");
|
|
19
18
|
return b(() => {
|
|
20
19
|
let e = {};
|
|
@@ -55,5 +54,5 @@ function D(r) {
|
|
|
55
54
|
}
|
|
56
55
|
export {
|
|
57
56
|
c as darken,
|
|
58
|
-
|
|
57
|
+
y as useButtonCustomStyle
|
|
59
58
|
};
|
|
@@ -2,7 +2,6 @@ import { defineComponent as e, provide as s, reactive as i, toRef as o, createEl
|
|
|
2
2
|
import "@vueuse/core";
|
|
3
3
|
import "@vft/utils";
|
|
4
4
|
import "../config-provider/hooks/use-global-config.js";
|
|
5
|
-
import "../../utils/ns-cover.js";
|
|
6
5
|
import "lodash-es";
|
|
7
6
|
import { useNamespace as l } from "../../hooks/use-namespace/index.js";
|
|
8
7
|
import "../../hooks/use-model-toggle/index.js";
|
|
@@ -11,7 +10,7 @@ import "../../hooks/use-z-index/index.js";
|
|
|
11
10
|
import { buttonGroupContextKey as d } from "./constants.js";
|
|
12
11
|
const _ = e({
|
|
13
12
|
name: "vft-button-group"
|
|
14
|
-
}),
|
|
13
|
+
}), E = /* @__PURE__ */ e({
|
|
15
14
|
..._,
|
|
16
15
|
props: {
|
|
17
16
|
size: {},
|
|
@@ -33,5 +32,5 @@ const _ = e({
|
|
|
33
32
|
}
|
|
34
33
|
});
|
|
35
34
|
export {
|
|
36
|
-
|
|
35
|
+
E as default
|
|
37
36
|
};
|
|
@@ -3,7 +3,6 @@ import { VftIcon as B } from "../icon/index.js";
|
|
|
3
3
|
import "@vueuse/core";
|
|
4
4
|
import { singleAttrToObj as P } from "@vft/utils";
|
|
5
5
|
import "../config-provider/hooks/use-global-config.js";
|
|
6
|
-
import "../../utils/ns-cover.js";
|
|
7
6
|
import "lodash-es";
|
|
8
7
|
import { useNamespace as V } from "../../hooks/use-namespace/index.js";
|
|
9
8
|
import "../../hooks/use-model-toggle/index.js";
|
|
@@ -13,7 +12,7 @@ import { useButtonCustomStyle as j } from "./button-custom.js";
|
|
|
13
12
|
import { useButton as w } from "./use-button.js";
|
|
14
13
|
const D = b({
|
|
15
14
|
name: "vft-button"
|
|
16
|
-
}),
|
|
15
|
+
}), W = /* @__PURE__ */ b({
|
|
17
16
|
...D,
|
|
18
17
|
props: {
|
|
19
18
|
tag: { default: "button" },
|
|
@@ -40,21 +39,21 @@ const D = b({
|
|
|
40
39
|
},
|
|
41
40
|
emits: ["click"],
|
|
42
41
|
setup(g, { expose: C, emit: h }) {
|
|
43
|
-
const n = g, v = h, o = V("button"), z = j(n), { _ref:
|
|
42
|
+
const n = g, v = h, o = V("button"), z = j(n), { _ref: s, _size: i, _type: r, _disabled: p, _props: S, shouldAddSpace: u, handleClick: T } = w(n, v), m = $(() => P(n.icon, "icon"));
|
|
44
43
|
return C({
|
|
45
|
-
ref:
|
|
46
|
-
size:
|
|
44
|
+
ref: s,
|
|
45
|
+
size: i,
|
|
47
46
|
type: r,
|
|
48
47
|
disabled: p,
|
|
49
|
-
shouldAddSpace:
|
|
48
|
+
shouldAddSpace: u
|
|
50
49
|
}), (t, E) => (l(), a(I(t.tag), c({
|
|
51
50
|
ref_key: "_ref",
|
|
52
|
-
ref:
|
|
51
|
+
ref: s
|
|
53
52
|
}, e(S), {
|
|
54
53
|
class: [
|
|
55
54
|
e(o).b(),
|
|
56
55
|
e(o).m(e(r)),
|
|
57
|
-
e(o).m(e(
|
|
56
|
+
e(o).m(e(i)),
|
|
58
57
|
e(o).is("disabled", e(p)),
|
|
59
58
|
e(o).is("loading", t.loading),
|
|
60
59
|
e(o).is("plain", t.plain),
|
|
@@ -76,10 +75,10 @@ const D = b({
|
|
|
76
75
|
class: k(e(o).is("loading")),
|
|
77
76
|
icon: "icon-loading"
|
|
78
77
|
}, null, 8, ["class"]))
|
|
79
|
-
], 64)) :
|
|
78
|
+
], 64)) : m.value?.icon ? (l(), a(e(B), N(c({ key: 1 }, m.value)), null, 16)) : y("", !0),
|
|
80
79
|
t.$slots.default ? (l(), d("span", {
|
|
81
80
|
key: 2,
|
|
82
|
-
class: k({ [e(o).em("text", "expand")]: e(
|
|
81
|
+
class: k({ [e(o).em("text", "expand")]: e(u) })
|
|
83
82
|
}, [
|
|
84
83
|
f(t.$slots, "default")
|
|
85
84
|
], 2)) : y("", !0)
|
|
@@ -89,5 +88,5 @@ const D = b({
|
|
|
89
88
|
}
|
|
90
89
|
});
|
|
91
90
|
export {
|
|
92
|
-
|
|
91
|
+
W as default
|
|
93
92
|
};
|
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import "@vueuse/core";
|
|
2
2
|
import "@vft/utils";
|
|
3
3
|
import "../config-provider/hooks/use-global-config.js";
|
|
4
|
-
import "
|
|
4
|
+
import "vue";
|
|
5
5
|
import { withInstall as o, withNoopInstall as r } from "../../utils/vue/install.js";
|
|
6
6
|
import "lodash-es";
|
|
7
|
-
import "vue";
|
|
8
7
|
import m from "./button.vue2.js";
|
|
9
8
|
import t from "./button-group.vue2.js";
|
|
10
|
-
import { buttonGroupContextKey as
|
|
11
|
-
const
|
|
9
|
+
import { buttonGroupContextKey as B } from "./constants.js";
|
|
10
|
+
const l = o(m, {
|
|
12
11
|
ButtonGroup: t
|
|
13
|
-
}),
|
|
12
|
+
}), c = r(t);
|
|
14
13
|
export {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
14
|
+
l as VftButton,
|
|
15
|
+
c as VftButtonGroup,
|
|
16
|
+
B as buttonGroupContextKey,
|
|
17
|
+
l as default
|
|
19
18
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { defineComponent as l, createElementBlock as a, openBlock as s, normalizeClass as t, unref as r, createCommentVNode as m, createElementVNode as
|
|
1
|
+
import { defineComponent as l, createElementBlock as a, openBlock as s, normalizeClass as t, unref as r, createCommentVNode as m, createElementVNode as n, renderSlot as d, createTextVNode as i, toDisplayString as p, normalizeStyle as c } from "vue";
|
|
2
2
|
import "@vueuse/core";
|
|
3
3
|
import "@vft/utils";
|
|
4
4
|
import "../config-provider/hooks/use-global-config.js";
|
|
5
|
-
import "../../utils/ns-cover.js";
|
|
6
5
|
import "lodash-es";
|
|
7
6
|
import { useNamespace as f } from "../../hooks/use-namespace/index.js";
|
|
8
7
|
import "../../hooks/use-model-toggle/index.js";
|
|
@@ -10,7 +9,7 @@ import "@popperjs/core";
|
|
|
10
9
|
import "../../hooks/use-z-index/index.js";
|
|
11
10
|
const u = l({
|
|
12
11
|
name: "vft-card"
|
|
13
|
-
}),
|
|
12
|
+
}), _ = /* @__PURE__ */ l({
|
|
14
13
|
...u,
|
|
15
14
|
props: {
|
|
16
15
|
header: { default: "" },
|
|
@@ -27,10 +26,10 @@ const u = l({
|
|
|
27
26
|
class: t(r(o).e("header"))
|
|
28
27
|
}, [
|
|
29
28
|
d(e.$slots, "header", {}, () => [
|
|
30
|
-
|
|
29
|
+
i(p(e.header), 1)
|
|
31
30
|
])
|
|
32
31
|
], 2)) : m("", !0),
|
|
33
|
-
|
|
32
|
+
n("div", {
|
|
34
33
|
class: t(r(o).e("body")),
|
|
35
34
|
style: c(e.bodyStyle)
|
|
36
35
|
}, [
|
|
@@ -40,5 +39,5 @@ const u = l({
|
|
|
40
39
|
}
|
|
41
40
|
});
|
|
42
41
|
export {
|
|
43
|
-
|
|
42
|
+
_ as default
|
|
44
43
|
};
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import "@vueuse/core";
|
|
2
2
|
import "@vft/utils";
|
|
3
3
|
import "../config-provider/hooks/use-global-config.js";
|
|
4
|
-
import "
|
|
4
|
+
import "vue";
|
|
5
5
|
import { withInstall as t } from "../../utils/vue/install.js";
|
|
6
6
|
import "lodash-es";
|
|
7
|
-
import "vue";
|
|
8
7
|
import o from "./card.vue2.js";
|
|
9
|
-
const
|
|
8
|
+
const l = t(o);
|
|
10
9
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
l as VftCard,
|
|
11
|
+
l as default
|
|
13
12
|
};
|
|
@@ -2,7 +2,6 @@ import { defineComponent as d, computed as m, unref as e, withDirectives as c, c
|
|
|
2
2
|
import "@vueuse/core";
|
|
3
3
|
import "@vft/utils";
|
|
4
4
|
import "../config-provider/hooks/use-global-config.js";
|
|
5
|
-
import "../../utils/ns-cover.js";
|
|
6
5
|
import "lodash-es";
|
|
7
6
|
import { useNamespace as B } from "../../hooks/use-namespace/index.js";
|
|
8
7
|
import "../../hooks/use-model-toggle/index.js";
|
|
@@ -11,7 +10,7 @@ import "../../hooks/use-z-index/index.js";
|
|
|
11
10
|
import { useCarouselItem as N } from "./use-carousel-item.js";
|
|
12
11
|
const R = d({
|
|
13
12
|
name: "VftCarouselItem"
|
|
14
|
-
}),
|
|
13
|
+
}), H = /* @__PURE__ */ d({
|
|
15
14
|
...R,
|
|
16
15
|
props: {
|
|
17
16
|
name: {},
|
|
@@ -67,5 +66,5 @@ const R = d({
|
|
|
67
66
|
}
|
|
68
67
|
});
|
|
69
68
|
export {
|
|
70
|
-
|
|
69
|
+
H as default
|
|
71
70
|
};
|
|
@@ -3,7 +3,6 @@ import { VftIcon as D } from "../icon/index.js";
|
|
|
3
3
|
import "@vueuse/core";
|
|
4
4
|
import "@vft/utils";
|
|
5
5
|
import "../config-provider/hooks/use-global-config.js";
|
|
6
|
-
import "../../utils/ns-cover.js";
|
|
7
6
|
import "lodash-es";
|
|
8
7
|
import { useNamespace as ie } from "../../hooks/use-namespace/index.js";
|
|
9
8
|
import "../../hooks/use-model-toggle/index.js";
|
|
@@ -17,7 +16,7 @@ const se = ["onMouseenter", "onClick"], le = { key: 0 }, ue = {
|
|
|
17
16
|
style: { display: "none" }
|
|
18
17
|
}, de = E({
|
|
19
18
|
name: "vft-carousel"
|
|
20
|
-
}),
|
|
19
|
+
}), Be = /* @__PURE__ */ E({
|
|
21
20
|
...de,
|
|
22
21
|
props: {
|
|
23
22
|
initialIndex: { default: 0 },
|
|
@@ -200,5 +199,5 @@ const se = ["onMouseenter", "onClick"], le = { key: 0 }, ue = {
|
|
|
200
199
|
}
|
|
201
200
|
});
|
|
202
201
|
export {
|
|
203
|
-
|
|
202
|
+
Be as default
|
|
204
203
|
};
|
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
import "@vueuse/core";
|
|
2
2
|
import "@vft/utils";
|
|
3
3
|
import "../config-provider/hooks/use-global-config.js";
|
|
4
|
-
import "
|
|
4
|
+
import "vue";
|
|
5
5
|
import { withInstall as t, withNoopInstall as r } from "../../utils/vue/install.js";
|
|
6
6
|
import "lodash-es";
|
|
7
|
-
import "vue";
|
|
8
7
|
import m from "./carousel.vue2.js";
|
|
9
8
|
import o from "./carousel-item.vue2.js";
|
|
10
|
-
import { CAROUSEL_ITEM_NAME as
|
|
11
|
-
const
|
|
9
|
+
import { CAROUSEL_ITEM_NAME as I, carouselContextKey as x } from "./constants.js";
|
|
10
|
+
const _ = t(m, {
|
|
12
11
|
CarouselItem: o
|
|
13
|
-
}),
|
|
12
|
+
}), c = r(o);
|
|
14
13
|
export {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
14
|
+
I as CAROUSEL_ITEM_NAME,
|
|
15
|
+
_ as VftCarousel,
|
|
16
|
+
c as VftCarouselItem,
|
|
17
|
+
x as carouselContextKey,
|
|
18
|
+
_ as default
|
|
20
19
|
};
|