vft 0.0.127 → 0.0.129
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/es/component.js +154 -154
- package/es/components/affix/affix.js +6 -6
- package/es/components/affix/affix.vue2.js +4 -4
- package/es/components/affix/index.js +4 -4
- package/es/components/alert/alert.vue2.js +4 -4
- package/es/components/alert/index.js +4 -4
- package/es/components/autocomplete/autocomplete.vue2.js +21 -21
- package/es/components/autocomplete/index.js +4 -4
- package/es/components/avatar/avatar.vue2.js +3 -3
- package/es/components/avatar/index.js +4 -4
- package/es/components/backtop/backtop.vue2.js +84 -84
- package/es/components/backtop/index.js +4 -4
- package/es/components/button/button-custom.js +9 -9
- package/es/components/button/button-group.vue2.js +4 -4
- package/es/components/button/button.vue2.js +10 -10
- package/es/components/button/index.js +4 -4
- package/es/components/button/use-button.js +9 -9
- package/es/components/card/card.vue2.js +4 -4
- package/es/components/card/index.js +4 -4
- package/es/components/check-tag/check-tag.vue2.js +4 -4
- package/es/components/check-tag/index.js +4 -4
- package/es/components/checkbox/checkbox-button.vue2.js +7 -7
- package/es/components/checkbox/checkbox-group.vue2.js +13 -13
- package/es/components/checkbox/checkbox.vue2.js +5 -5
- package/es/components/checkbox/composables/index.js +10 -10
- package/es/components/checkbox/composables/use-checkbox-disabled.js +5 -5
- package/es/components/checkbox/composables/use-checkbox-event.js +9 -9
- package/es/components/checkbox/composables/use-checkbox-model.js +5 -5
- package/es/components/checkbox/composables/use-checkbox-status.js +5 -5
- package/es/components/checkbox/composables/use-checkbox.js +1 -1
- package/es/components/checkbox/index.js +4 -4
- package/es/components/clamp/index.js +4 -4
- package/es/components/clamp-toggle/clamp-toggle.vue2.js +7 -7
- package/es/components/clamp-toggle/index.js +4 -4
- package/es/components/col/col.vue2.js +4 -4
- package/es/components/col/index.js +4 -4
- package/es/components/collapse-transition/src/collapse-transition.vue2.js +4 -4
- package/es/components/color-picker/color-picker.vue2.js +23 -23
- package/es/components/color-picker/components/hue-slider.vue2.js +8 -8
- package/es/components/color-picker/components/predefine.vue2.js +4 -4
- package/es/components/color-picker/components/sv-panel.vue2.js +8 -8
- package/es/components/color-picker/composables/use-alpha-slider.js +11 -11
- package/es/components/color-picker/index.js +4 -4
- package/es/components/color-picker/utils/color.js +10 -10
- package/es/components/config-provider/config-provider.vue2.js +7 -7
- package/es/components/config-provider/hooks/use-global-config.js +8 -8
- package/es/components/config-provider/index.js +4 -4
- package/es/components/container/aside.vue2.js +7 -7
- package/es/components/container/container.vue2.js +4 -4
- package/es/components/container/footer.vue2.js +7 -7
- package/es/components/container/header.vue2.js +7 -7
- package/es/components/container/index.js +5 -5
- package/es/components/container/main.vue2.js +4 -4
- package/es/components/context-menu/context-menu.vue2.js +71 -71
- package/es/components/date-picker/composables/use-range-picker.js +11 -11
- package/es/components/date-picker/composables/use-shortcut.js +4 -4
- package/es/components/date-picker/date-picker-com/basic-cell-render.js +4 -4
- package/es/components/date-picker/date-picker-com/basic-date-table.vue2.js +9 -9
- package/es/components/date-picker/date-picker-com/basic-month-table.vue2.js +13 -13
- package/es/components/date-picker/date-picker-com/basic-year-table.vue2.js +14 -14
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue2.js +38 -38
- package/es/components/date-picker/date-picker-com/panel-date-range.vue2.js +31 -31
- package/es/components/date-picker/date-picker-com/panel-month-range.vue2.js +20 -20
- package/es/components/date-picker/date-picker.js +23 -23
- package/es/components/date-picker/props/basic-cell.js +3 -3
- package/es/components/date-picker/props/basic-date-table.js +3 -3
- package/es/components/date-picker/props/basic-month-table.js +3 -3
- package/es/components/date-picker/props/basic-year-table.js +3 -3
- package/es/components/date-picker/props/date-picker.js +3 -3
- package/es/components/date-picker/props/panel-date-pick.js +3 -3
- package/es/components/date-picker/props/panel-date-range.js +3 -3
- package/es/components/date-picker/props/panel-month-range.js +3 -3
- package/es/components/date-picker/props/shared.js +3 -3
- package/es/components/date-picker/utils.js +1 -1
- package/es/components/date-time-select/date-time-select.vue2.js +13 -13
- package/es/components/date-time-select/index.js +4 -4
- package/es/components/descriptions/description-item.vue2.js +4 -4
- package/es/components/descriptions/description.vue2.js +3 -3
- package/es/components/descriptions/descriptions-cell.js +11 -11
- package/es/components/descriptions/index.js +4 -4
- package/es/components/dialog/dialog-content.vue2.js +6 -6
- package/es/components/dialog/dialog.vue2.js +19 -19
- package/es/components/dialog/hooks/use-dialog.js +23 -23
- package/es/components/dialog/index.js +8 -8
- package/es/components/divider/divider.vue2.js +4 -4
- package/es/components/divider/index.js +4 -4
- package/es/components/drawer/drawer.vue2.js +25 -25
- package/es/components/drawer/index.js +4 -4
- package/es/components/dropdown/dropdown-item-impl.vue2.js +22 -22
- package/es/components/dropdown/dropdown-item.vue2.js +8 -8
- package/es/components/dropdown/dropdown-menu.vue2.js +20 -20
- package/es/components/dropdown/dropdown.vue2.js +19 -19
- package/es/components/dropdown/index.js +4 -4
- package/es/components/dropdown/useDropdown.js +8 -8
- package/es/components/empty/empty.vue2.js +8 -8
- package/es/components/empty/index.js +4 -4
- package/es/components/exception/exception.vue2.js +9 -9
- package/es/components/exception/index.js +4 -4
- package/es/components/footer-layout/footer-layout.vue2.js +69 -69
- package/es/components/footer-layout/index.js +4 -4
- package/es/components/form/form-item.vue2.js +20 -20
- package/es/components/form/form-label-wrap.js +1 -1
- package/es/components/form/form.vue2.js +6 -6
- package/es/components/form/hooks/use-form-common-props.js +5 -5
- package/es/components/form/hooks/use-form-item.js +5 -5
- package/es/components/form/index.js +17 -17
- package/es/components/form/utils.js +7 -7
- package/es/components/full-screen/full-screen.vue2.js +17 -17
- package/es/components/full-screen/index.js +4 -4
- package/es/components/header-layout/header-layout.vue2.js +73 -73
- package/es/components/header-layout/index.js +4 -4
- package/es/components/horizontal-menu/horizontal-menu.vue2.js +13 -13
- package/es/components/horizontal-menu/index.js +4 -4
- package/es/components/icon/icon.vue2.js +10 -8
- package/es/components/icon/index.js +4 -4
- package/es/components/icon-text/icon-text.vue2.js +25 -25
- package/es/components/icon-text/index.js +4 -4
- package/es/components/iframe-layout/iframe-layout.vue2.js +4 -4
- package/es/components/iframe-layout/iframe-page.vue2.js +4 -4
- package/es/components/iframe-layout/index.js +4 -4
- package/es/components/image/image.vue2.js +13 -13
- package/es/components/image/index.js +4 -4
- package/es/components/image-viewer/image-viewer.vue2.js +39 -39
- package/es/components/image-viewer/index.js +4 -4
- package/es/components/index.js +334 -334
- package/es/components/input/index.js +4 -4
- package/es/components/input/input.vue2.js +48 -44
- package/es/components/input-number/index.js +4 -4
- package/es/components/input-number/input-number.vue2.js +41 -41
- package/es/components/link/index.js +4 -4
- package/es/components/link/link.vue2.js +11 -11
- package/es/components/list-cell/index.js +4 -4
- package/es/components/list-cell/list-cell.vue2.js +25 -25
- package/es/components/loading/directive.js +6 -6
- package/es/components/loading/index.js +8 -8
- package/es/components/loading/loading.js +17 -17
- package/es/components/loading/service.js +7 -7
- package/es/components/logo/index.js +4 -4
- package/es/components/logo/logo.vue2.js +4 -4
- package/es/components/md-code-demo/code-demo/code.js +2 -2
- package/es/components/md-code-demo/index.js +4 -4
- package/es/components/md-code-demo/md-code-demo.js +14 -14
- package/es/components/md-code-tabs/index.js +4 -4
- package/es/components/md-comment/index.js +4 -4
- package/es/components/md-comment/md-comment.vue2.js +4 -4
- package/es/components/md-container/index.js +4 -4
- package/es/components/md-container/md-container.vue2.js +91 -91
- package/es/components/md-tabs/index.js +4 -4
- package/es/components/md-vue-playground/index.js +4 -4
- package/es/components/md-vue-playground/md-vue-playground.vue2.js +16 -16
- package/es/components/menu/index.js +4 -4
- package/es/components/menu/menu-collapse-transition.vue2.js +7 -7
- package/es/components/menu/menu-item-group.vue2.js +4 -4
- package/es/components/menu/menu-item.vue2.js +76 -76
- package/es/components/menu/menu.vue2.js +10 -10
- package/es/components/menu/sub-menu.vue2.js +71 -71
- package/es/components/menu/use-menu-css-var.js +4 -4
- package/es/components/message/index.js +4 -4
- package/es/components/message/message.vue2.js +11 -11
- package/es/components/message/method.js +14 -14
- package/es/components/modal/index.js +4 -4
- package/es/components/modal/modal-footer-action.vue2.js +69 -69
- package/es/components/modal/modal.vue2.js +5 -5
- package/es/components/modal/use/use-modal.js +14 -14
- package/es/components/multiple-tabs/index.js +9 -9
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +73 -73
- package/es/components/multiple-tabs/tab-content.vue2.js +2 -2
- package/es/components/multiple-tabs/use/index.js +5 -5
- package/es/components/multiple-tabs/use/use-multiple-tabs.js +1 -1
- package/es/components/multiple-tabs/use/use-tab-dropdown.js +13 -13
- package/es/components/overlay/index.js +4 -4
- package/es/components/overlay/overlay.vue2.js +4 -4
- package/es/components/page-wrapper/index.js +4 -4
- package/es/components/page-wrapper/page-wrapper.vue2.js +7 -7
- package/es/components/pagination/components/jumper.vue2.js +4 -4
- package/es/components/pagination/components/next.vue2.js +5 -5
- package/es/components/pagination/components/pager.vue2.js +44 -44
- package/es/components/pagination/components/prev.vue2.js +5 -5
- package/es/components/pagination/components/sizes.vue2.js +3 -3
- package/es/components/pagination/components/total.vue2.js +4 -4
- package/es/components/pagination/index.js +4 -4
- package/es/components/pagination/pagination.vue2.js +4 -4
- package/es/components/popconfirm/index.js +4 -4
- package/es/components/popconfirm/popconfirm.vue2.js +12 -12
- package/es/components/popover/index.js +4 -4
- package/es/components/popover/popover.vue2.js +7 -7
- package/es/components/popper/arrow.vue2.js +4 -4
- package/es/components/popper/composables/use-content-dom.js +4 -4
- package/es/components/popper/composables/use-content.js +3 -3
- package/es/components/popper/content.vue2.js +1 -1
- package/es/components/popper/index.js +9 -9
- package/es/components/popper/trigger.vue2.js +7 -7
- package/es/components/progress/index.js +4 -4
- package/es/components/progress/progress.vue2.js +21 -21
- package/es/components/qrcode/drawCanvas.js +1 -1
- package/es/components/qrcode/index.js +4 -4
- package/es/components/qrcode/qrcode.vue2.js +13 -13
- package/es/components/radio/index.js +4 -4
- package/es/components/radio/radio-button.vue2.js +4 -4
- package/es/components/radio/radio-group.vue2.js +8 -8
- package/es/components/radio/radio.vue2.js +4 -4
- package/es/components/radio/use-radio.js +4 -4
- package/es/components/result/index.js +4 -4
- package/es/components/result/result.vue2.js +68 -68
- package/es/components/router-view-content/index.js +4 -4
- package/es/components/roving-focus-group/index.js +4 -4
- package/es/components/roving-focus-group/roving-focus-group-impl.vue2.js +19 -19
- package/es/components/roving-focus-group/roving-focus-item.vue2.js +17 -17
- package/es/components/row/index.js +4 -4
- package/es/components/row/row.vue2.js +7 -7
- package/es/components/scrollbar/bar.vue2.js +5 -5
- package/es/components/scrollbar/index.js +10 -10
- package/es/components/scrollbar/scrollbar.vue2.js +8 -8
- package/es/components/scrollbar/thumb.vue2.js +1 -1
- package/es/components/search/index.js +4 -4
- package/es/components/search/search.vue2.js +5 -5
- package/es/components/select/defaults.js +3 -3
- package/es/components/select/group-item.vue2.js +4 -4
- package/es/components/select/option-item.vue2.js +8 -8
- package/es/components/select/select-dropdown.js +11 -11
- package/es/components/select/select.vue.js +1 -1
- package/es/components/select/select.vue2.js +23 -23
- package/es/components/select/useInput.js +5 -5
- package/es/components/select/useSelect.js +29 -29
- package/es/components/side-menu/index.js +4 -4
- package/es/components/side-menu/side-menu.vue2.js +104 -104
- package/es/components/skeleton/index.js +4 -4
- package/es/components/skeleton/skeleton-item.vue2.js +12 -12
- package/es/components/skeleton/skeleton.vue2.js +4 -4
- package/es/components/slider/button.vue2.js +10 -10
- package/es/components/slider/composables/use-lifecycle.js +5 -5
- package/es/components/slider/composables/use-slide.js +5 -5
- package/es/components/slider/composables/use-slider-button.js +7 -7
- package/es/components/slider/composables/use-stops.js +6 -6
- package/es/components/slider/composables/use-watch.js +3 -3
- package/es/components/slider/index.js +8 -8
- package/es/components/slider/marker.js +7 -7
- package/es/components/slider/slider.vue2.js +18 -18
- package/es/components/slot/only-child.js +9 -9
- package/es/components/space/index.js +4 -4
- package/es/components/space/item.js +7 -7
- package/es/components/space/space.js +12 -12
- package/es/components/space/use-space.js +8 -8
- package/es/components/super-form/component-map.js +72 -72
- package/es/components/super-form/index.js +4 -4
- package/es/components/super-form/super-form-action.vue2.js +72 -72
- package/es/components/super-form/super-form-item.vue2.js +69 -69
- package/es/components/super-form/super-form.vue2.js +88 -88
- package/es/components/super-form/use/helper.js +3 -3
- package/es/components/super-form/use/use-form-events.js +22 -22
- package/es/components/super-form/use/use-form-values.js +1 -1
- package/es/components/super-form/use/use-form.js +5 -5
- package/es/components/switch/index.js +4 -4
- package/es/components/switch/switch.vue2.js +6 -6
- package/es/components/table/field.js +68 -68
- package/es/components/table/index.js +4 -4
- package/es/components/table/table.vue2.js +19 -19
- package/es/components/table/use/use-columns.js +12 -12
- package/es/components/table/use/use-data-source.js +22 -22
- package/es/components/table/use/use-pagination.js +1 -1
- package/es/components/table/use/use-table.js +21 -22
- package/es/components/tabs/index.js +5 -5
- package/es/components/tabs/tab-bar.vue2.js +7 -7
- package/es/components/tabs/tab-nav.vue2.js +67 -67
- package/es/components/tabs/tab-pane.vue2.js +6 -6
- package/es/components/tabs/tabs.vue2.js +14 -14
- package/es/components/tag/index.js +4 -4
- package/es/components/tag/tag.vue2.js +6 -6
- package/es/components/time-picker/common/picker.vue2.js +15 -15
- package/es/components/time-picker/common/props.js +7 -7
- package/es/components/time-picker/index.js +18 -18
- package/es/components/time-picker/props/basic-time-spinner.js +3 -3
- package/es/components/time-picker/props/panel-time-picker.js +3 -3
- package/es/components/time-picker/props/panel-time-range.js +3 -3
- package/es/components/time-picker/props/shared.js +3 -3
- package/es/components/time-picker/time-picker-com/basic-time-spinner.vue2.js +13 -13
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue2.js +14 -14
- package/es/components/time-picker/time-picker-com/panel-time-range.vue2.js +18 -18
- package/es/components/time-picker/time-picker.js +9 -9
- package/es/components/time-picker/utils.js +1 -1
- package/es/components/time-select/time-select.js +3 -3
- package/es/components/time-select/time-select.vue2.js +4 -4
- package/es/components/tooltip/content.vue2.js +7 -7
- package/es/components/tooltip/index.js +4 -4
- package/es/components/tooltip/tooltip.vue2.js +17 -17
- package/es/components/tooltip/trigger.vue2.js +2 -2
- package/es/components/tooltip/utils.js +8 -8
- package/es/components/tree/index.js +5 -5
- package/es/components/tree/model/node.js +4 -4
- package/es/components/tree/model/useDragNode.js +8 -8
- package/es/components/tree/model/useKeydown.js +9 -9
- package/es/components/tree/tree-node-content.vue2.js +4 -4
- package/es/components/tree/tree-node.vue.js +9 -9
- package/es/components/tree/tree-node.vue2.js +24 -24
- package/es/components/tree/tree.vue2.js +13 -13
- package/es/components/upload/ajax.js +6 -6
- package/es/components/upload/index.js +4 -4
- package/es/components/upload/upload-content.vue2.js +7 -7
- package/es/components/upload/upload-dragger.vue2.js +8 -8
- package/es/components/upload/upload-list.vue2.js +39 -39
- package/es/components/upload/upload.vue2.js +12 -12
- package/es/components/upload/use-handlers.js +8 -8
- package/es/components/verify-code/index.js +4 -4
- package/es/components/virtual-list/builders/build-grid.js +50 -50
- package/es/components/virtual-list/builders/build-list.js +53 -53
- package/es/components/virtual-list/components/dynamic-size-grid.js +3 -3
- package/es/components/virtual-list/components/dynamic-size-list.js +10 -10
- package/es/components/virtual-list/components/fixed-size-grid.js +3 -3
- package/es/components/virtual-list/components/fixed-size-list.js +10 -10
- package/es/components/virtual-list/components/scrollbar.js +3 -3
- package/es/components/virtual-list/hooks/use-cache.js +6 -6
- package/es/components/virtual-list/hooks/use-grid-wheel.js +3 -3
- package/es/components/virtual-list/hooks/use-wheel.js +3 -3
- package/es/components/virtual-list/index.js +4 -4
- package/es/components/virtual-list/props.js +4 -4
- package/es/defaults.js +3 -3
- package/es/hooks/index.js +52 -52
- package/es/hooks/use-attrs/index.js +6 -6
- package/es/hooks/use-draggable/index.js +1 -1
- package/es/hooks/use-id/index.js +8 -8
- package/es/hooks/use-lockscreen/index.js +15 -15
- package/es/hooks/use-ordered-children/index.js +4 -4
- package/es/hooks/use-popper/index.js +10 -10
- package/es/hooks/use-popper-container/index.js +7 -7
- package/es/hooks/use-z-index/index.js +6 -6
- package/es/index.js +463 -463
- package/es/package.json.js +1 -1
- package/es/utils/dom/scroll.js +1 -1
- package/es/utils/index.js +61 -61
- package/es/utils/ns-cover.js +4 -4
- package/es/utils/vue/index.js +31 -31
- package/es/utils/vue/props/runtime.js +4 -4
- package/es/utils/vue/vnode.js +9 -9
- package/lib/component.cjs +1 -1
- 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/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/button/use-button.cjs +1 -1
- package/lib/components/card/card.vue2.cjs +1 -1
- package/lib/components/card/index.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/index.cjs +1 -1
- package/lib/components/checkbox/composables/use-checkbox-disabled.cjs +1 -1
- package/lib/components/checkbox/composables/use-checkbox-event.cjs +1 -1
- package/lib/components/checkbox/composables/use-checkbox-model.cjs +1 -1
- package/lib/components/checkbox/composables/use-checkbox-status.cjs +1 -1
- package/lib/components/checkbox/composables/use-checkbox.cjs +1 -1
- package/lib/components/checkbox/index.cjs +1 -1
- package/lib/components/clamp/index.cjs +1 -1
- package/lib/components/clamp-toggle/clamp-toggle.vue2.cjs +1 -1
- package/lib/components/clamp-toggle/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-transition/src/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/color-picker/utils/color.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/date-picker/composables/use-range-picker.cjs +1 -1
- package/lib/components/date-picker/composables/use-shortcut.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-date-table.vue2.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-com/panel-date-range.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/panel-month-range.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/shared.cjs +1 -1
- package/lib/components/date-picker/utils.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/exception/exception.vue2.cjs +1 -1
- package/lib/components/exception/index.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/full-screen.vue2.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/icon.vue2.cjs +1 -1
- package/lib/components/icon/index.cjs +1 -1
- package/lib/components/icon-text/icon-text.vue2.cjs +1 -1
- package/lib/components/icon-text/index.cjs +1 -1
- package/lib/components/iframe-layout/iframe-layout.vue2.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/index.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/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/list-cell/list-cell.vue2.cjs +1 -1
- package/lib/components/loading/directive.cjs +1 -1
- package/lib/components/loading/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/code-demo/code.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-container/md-container.vue2.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/message.vue2.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/modal/modal.vue2.cjs +1 -1
- package/lib/components/modal/use/use-modal.cjs +1 -1
- package/lib/components/multiple-tabs/index.cjs +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/tab-content.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/use/index.cjs +1 -1
- package/lib/components/multiple-tabs/use/use-multiple-tabs.cjs +1 -1
- package/lib/components/multiple-tabs/use/use-tab-dropdown.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/next.vue2.cjs +1 -1
- package/lib/components/pagination/components/pager.vue2.cjs +1 -1
- package/lib/components/pagination/components/prev.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/content.vue2.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 +2 -2
- package/lib/components/qrcode/drawCanvas.cjs +1 -1
- package/lib/components/qrcode/index.cjs +1 -1
- package/lib/components/qrcode/qrcode.vue2.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.vue2.cjs +1 -1
- package/lib/components/radio/use-radio.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/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/bar.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/search/search.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.vue.cjs +1 -1
- package/lib/components/select/select.vue2.cjs +1 -1
- package/lib/components/select/useInput.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-lifecycle.cjs +1 -1
- package/lib/components/slider/composables/use-slide.cjs +1 -1
- package/lib/components/slider/composables/use-slider-button.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/super-form/component-map.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/super-form/use/helper.cjs +1 -1
- package/lib/components/super-form/use/use-form-events.cjs +1 -1
- package/lib/components/super-form/use/use-form-values.cjs +1 -1
- package/lib/components/super-form/use/use-form.cjs +1 -1
- package/lib/components/switch/index.cjs +1 -1
- package/lib/components/switch/switch.vue2.cjs +1 -1
- package/lib/components/table/field.cjs +1 -1
- package/lib/components/table/index.cjs +1 -1
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/components/table/use/use-columns.cjs +1 -1
- package/lib/components/table/use/use-data-source.cjs +1 -1
- package/lib/components/table/use/use-pagination.cjs +1 -1
- package/lib/components/table/use/use-table.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/time-picker/common/picker.vue2.cjs +1 -1
- package/lib/components/time-picker/common/props.cjs +1 -1
- package/lib/components/time-picker/index.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-picker/time-picker.cjs +1 -1
- package/lib/components/time-picker/utils.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/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/tree/index.cjs +1 -1
- package/lib/components/tree/model/node.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.vue.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/upload.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/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-cache.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/index.cjs +1 -1
- package/lib/components/virtual-list/props.cjs +1 -1
- package/lib/defaults.cjs +1 -1
- package/lib/hooks/index.cjs +1 -1
- package/lib/hooks/use-attrs/index.cjs +1 -1
- package/lib/hooks/use-draggable/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-popper/index.cjs +1 -1
- package/lib/hooks/use-popper-container/index.cjs +1 -1
- package/lib/hooks/use-z-index/index.cjs +1 -1
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/utils/dom/scroll.cjs +1 -1
- package/lib/utils/index.cjs +1 -1
- package/lib/utils/ns-cover.cjs +1 -1
- package/lib/utils/vue/index.cjs +1 -1
- package/lib/utils/vue/props/runtime.cjs +1 -1
- package/lib/utils/vue/vnode.cjs +1 -1
- package/package.json +2 -2
- package/theme-style/index.css +1 -1
- package/theme-style/src/backtop.scss +4 -0
- package/theme-style/src/button.scss +4 -0
- package/theme-style/src/color-picker.scss +3 -0
- package/theme-style/src/common/icon.scss +65 -0
- package/theme-style/src/common/var.scss +4 -0
- package/theme-style/src/date-picker/date-picker.scss +14 -0
- package/theme-style/src/date-picker/time-picker.scss +4 -0
- package/theme-style/src/date-picker.scss +1 -0
- package/theme-style/src/date-time-select.scss +8 -1
- package/theme-style/src/dialog.scss +2 -0
- package/theme-style/src/drawer.scss +2 -0
- package/theme-style/src/dropdown.scss +2 -0
- package/theme-style/src/full-screen.scss +8 -1
- package/theme-style/src/icon-text.scss +4 -0
- package/theme-style/src/image-viewer.scss +19 -1
- package/theme-style/src/input-number.scss +9 -0
- package/theme-style/src/input.scss +22 -0
- package/theme-style/src/list-cell.scss +2 -0
- package/theme-style/src/md-container.scss +28 -0
- package/theme-style/src/menu.scss +11 -4
- package/theme-style/src/message.scss +10 -0
- package/theme-style/src/mixins/icon.scss +52 -0
- package/theme-style/src/mixins/mixins.scss +1 -0
- package/theme-style/src/multiple-tabs.scss +22 -0
- package/theme-style/src/pagination.scss +15 -0
- package/theme-style/src/popconfirm.scss +4 -0
- package/theme-style/src/progress.scss +16 -0
- package/theme-style/src/select.scss +3 -0
- package/theme-style/src/side-menu.scss +4 -0
- package/theme-style/src/skeleton-item.scss +5 -0
- package/theme-style/src/switch.scss +4 -0
- package/theme-style/src/tabs.scss +7 -0
- package/theme-style/src/tag.scss +2 -0
- package/theme-style/src/tree.scss +7 -0
- package/theme-style/src/upload.scss +25 -4
- package/theme-style/vft-backtop.css +1 -1
- package/theme-style/vft-button.css +1 -1
- package/theme-style/vft-color-picker.css +1 -1
- package/theme-style/vft-date-picker.css +1 -1
- package/theme-style/vft-date-time-select.css +1 -1
- package/theme-style/vft-dialog.css +1 -1
- package/theme-style/vft-drawer.css +1 -1
- package/theme-style/vft-dropdown.css +1 -1
- package/theme-style/vft-full-screen.css +1 -1
- package/theme-style/vft-icon-text.css +1 -1
- package/theme-style/vft-image-viewer.css +1 -1
- package/theme-style/vft-input-number.css +1 -1
- package/theme-style/vft-input.css +1 -1
- package/theme-style/vft-list-cell.css +1 -1
- package/theme-style/vft-md-container.css +1 -1
- package/theme-style/vft-menu.css +1 -1
- package/theme-style/vft-message.css +1 -1
- package/theme-style/vft-multiple-tabs.css +1 -1
- package/theme-style/vft-pagination.css +1 -1
- package/theme-style/vft-popconfirm.css +1 -1
- package/theme-style/vft-progress.css +1 -1
- package/theme-style/vft-select.css +1 -1
- package/theme-style/vft-side-menu.css +1 -1
- package/theme-style/vft-skeleton-item.css +1 -1
- package/theme-style/vft-switch.css +1 -1
- package/theme-style/vft-tabs.css +1 -1
- package/theme-style/vft-tag.css +1 -1
- package/theme-style/vft-time-picker.css +1 -1
- package/theme-style/vft-time-select.css +1 -1
- package/theme-style/vft-tree.css +1 -1
- package/theme-style/vft-upload.css +1 -1
- package/web-types.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { withInstall as t } from "../../utils/vue/install.js";
|
|
2
|
-
import "vue";
|
|
3
|
-
import "@vft/utils";
|
|
4
|
-
import "lodash";
|
|
5
1
|
import "@vueuse/core";
|
|
2
|
+
import "@vft/utils";
|
|
6
3
|
import "../../utils/ns-cover.js";
|
|
4
|
+
import "lodash";
|
|
5
|
+
import { withInstall as t } from "../../utils/vue/install.js";
|
|
6
|
+
import "vue";
|
|
7
7
|
import r from "./drawer.vue2.js";
|
|
8
8
|
const e = t(r);
|
|
9
9
|
export {
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { COLLECTION_ITEM_SIGN as O } from "../collection/collection.js";
|
|
2
|
+
import { VftIcon as u } from "../icon/index.js";
|
|
2
3
|
import "../roving-focus-group/roving-focus-group.vue2.js";
|
|
3
|
-
import "
|
|
4
|
+
import { defineComponent as N, inject as e, computed as C } from "vue";
|
|
4
5
|
import "../roving-focus-group/roving-focus-group-impl.vue2.js";
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
6
|
+
import "../roving-focus-group/roving-focus-item.vue2.js";
|
|
7
|
+
import { ROVING_FOCUS_ITEM_COLLECTION_INJECTION_KEY as T } from "../roving-focus-group/types.js";
|
|
8
|
+
import { ROVING_FOCUS_GROUP_ITEM_INJECTION_KEY as v } from "../roving-focus-group/tokens.js";
|
|
7
9
|
import { EVENT_CODE as r } from "../../constants/aria.js";
|
|
8
|
-
import { COLLECTION_ITEM_SIGN as T } from "../collection/collection.js";
|
|
9
|
-
import { VftIcon as v } from "../icon/index.js";
|
|
10
|
-
import { useNamespace as R } from "../../hooks/use-namespace/index.js";
|
|
11
|
-
import "@popperjs/core";
|
|
12
|
-
import "lodash";
|
|
13
|
-
import "../../hooks/use-z-index/index.js";
|
|
14
10
|
import "@vueuse/core";
|
|
15
11
|
import "@vft/utils";
|
|
16
|
-
import {
|
|
17
|
-
import { composeEventHandlers as K } from "../../utils/event.js";
|
|
12
|
+
import { composeEventHandlers as R } from "../../utils/event.js";
|
|
18
13
|
import "../../utils/ns-cover.js";
|
|
19
|
-
import
|
|
20
|
-
import {
|
|
21
|
-
|
|
14
|
+
import "lodash";
|
|
15
|
+
import { composeRefs as L } from "../../utils/vue/refs.js";
|
|
16
|
+
import { useNamespace as K } from "../../hooks/use-namespace/index.js";
|
|
17
|
+
import "@popperjs/core";
|
|
18
|
+
import "../../hooks/use-z-index/index.js";
|
|
19
|
+
import { DROPDOWN_INJECTION_KEY as g } from "./tokens.js";
|
|
20
|
+
import { DROPDOWN_COLLECTION_ITEM_INJECTION_KEY as w } from "./types.js";
|
|
21
|
+
const z = N({
|
|
22
22
|
name: "DropdownItemImpl",
|
|
23
23
|
components: {
|
|
24
|
-
VftIcon:
|
|
24
|
+
VftIcon: u
|
|
25
25
|
},
|
|
26
26
|
props: {
|
|
27
27
|
command: {
|
|
@@ -35,11 +35,11 @@ const z = O({
|
|
|
35
35
|
},
|
|
36
36
|
emits: ["pointermove", "pointerleave", "click", "clickimpl"],
|
|
37
37
|
setup(D, { emit: m }) {
|
|
38
|
-
const i =
|
|
39
|
-
|
|
38
|
+
const i = K("dropdown"), { role: t } = e(g, void 0), { collectionItemRef: p } = e(
|
|
39
|
+
w,
|
|
40
40
|
void 0
|
|
41
41
|
), { collectionItemRef: c } = e(
|
|
42
|
-
|
|
42
|
+
T,
|
|
43
43
|
void 0
|
|
44
44
|
), {
|
|
45
45
|
rovingFocusGroupItemRef: I,
|
|
@@ -47,11 +47,11 @@ const z = O({
|
|
|
47
47
|
handleFocus: s,
|
|
48
48
|
handleKeydown: a,
|
|
49
49
|
handleMousedown: d
|
|
50
|
-
} = e(
|
|
50
|
+
} = e(v, void 0), _ = L(
|
|
51
51
|
p,
|
|
52
52
|
c,
|
|
53
53
|
I
|
|
54
|
-
), f =
|
|
54
|
+
), f = C(() => t.value === "menu" ? "menuitem" : t.value === "navigation" ? "link" : "button"), E = R((o) => {
|
|
55
55
|
const { code: n } = o;
|
|
56
56
|
if (n === r.enter || n === r.space)
|
|
57
57
|
return o.preventDefault(), o.stopImmediatePropagation(), m("clickimpl", o), !0;
|
|
@@ -60,7 +60,7 @@ const z = O({
|
|
|
60
60
|
ns: i,
|
|
61
61
|
itemRef: _,
|
|
62
62
|
dataset: {
|
|
63
|
-
[
|
|
63
|
+
[O]: ""
|
|
64
64
|
},
|
|
65
65
|
role: f,
|
|
66
66
|
tabIndex: l,
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { defineComponent as b, getCurrentInstance as g, ref as k, computed as d, unref as E, inject as O } from "vue";
|
|
2
1
|
import "../roving-focus-group/roving-focus-group.vue2.js";
|
|
3
|
-
import
|
|
2
|
+
import { defineComponent as b, getCurrentInstance as g, ref as k, computed as d, unref as E, inject as O } from "vue";
|
|
4
3
|
import "../roving-focus-group/roving-focus-group-impl.vue2.js";
|
|
4
|
+
import _ from "../roving-focus-group/roving-focus-item.vue.js";
|
|
5
5
|
import "../roving-focus-group/types.js";
|
|
6
|
-
import "@vft/utils";
|
|
7
|
-
import "lodash";
|
|
8
6
|
import "@vueuse/core";
|
|
7
|
+
import "@vft/utils";
|
|
9
8
|
import { composeEventHandlers as i, whenMouse as l } from "../../utils/event.js";
|
|
10
9
|
import "../../utils/ns-cover.js";
|
|
10
|
+
import "lodash";
|
|
11
11
|
import x from "./dropdown-item-impl.vue.js";
|
|
12
|
-
import {
|
|
12
|
+
import { DROPDOWN_INJECTION_KEY as N } from "./tokens.js";
|
|
13
13
|
import { VftCollectionItem as y } from "./types.js";
|
|
14
|
-
import {
|
|
14
|
+
import { useDropdown as A } from "./useDropdown.js";
|
|
15
15
|
const W = b({
|
|
16
16
|
name: "VftDropdownItem",
|
|
17
17
|
components: {
|
|
@@ -32,11 +32,11 @@ const W = b({
|
|
|
32
32
|
},
|
|
33
33
|
emits: ["pointermove", "pointerleave", "click"],
|
|
34
34
|
setup(o, { emit: r, attrs: s }) {
|
|
35
|
-
const { elDropdown: e } =
|
|
35
|
+
const { elDropdown: e } = A(), u = g(), f = k(null), p = d(() => {
|
|
36
36
|
var t;
|
|
37
37
|
return ((t = E(f)) == null ? void 0 : t.textContent) ?? "";
|
|
38
38
|
}), { onItemEnter: v, onItemLeave: m } = O(
|
|
39
|
-
|
|
39
|
+
N,
|
|
40
40
|
void 0
|
|
41
41
|
), I = i(
|
|
42
42
|
(t) => (r("pointermove", t), t.defaultPrevented),
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { defineComponent as F, inject as t, computed as S, unref as D } from "vue";
|
|
2
|
-
import "@vft/utils";
|
|
3
|
-
import { composeRefs as Y } from "../../utils/vue/refs.js";
|
|
4
|
-
import "lodash";
|
|
5
|
-
import "@vueuse/core";
|
|
6
|
-
import { EVENT_CODE as y } from "../../constants/aria.js";
|
|
7
|
-
import { composeEventHandlers as J } from "../../utils/event.js";
|
|
8
|
-
import "../../utils/ns-cover.js";
|
|
9
1
|
import "../focus-trap/focus-trap.vue2.js";
|
|
10
|
-
import {
|
|
2
|
+
import { defineComponent as F, inject as t, computed as S, unref as D } from "vue";
|
|
3
|
+
import { FOCUS_TRAP_INJECTION_KEY as Y } from "../focus-trap/tokens.js";
|
|
11
4
|
import "../focus-trap/utils.js";
|
|
12
5
|
import "../roving-focus-group/roving-focus-group.vue2.js";
|
|
13
|
-
import "../roving-focus-group/roving-focus-item.vue2.js";
|
|
14
6
|
import "../roving-focus-group/roving-focus-group-impl.vue2.js";
|
|
15
|
-
import
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
7
|
+
import "../roving-focus-group/roving-focus-item.vue2.js";
|
|
8
|
+
import { ROVING_FOCUS_COLLECTION_INJECTION_KEY as y } from "../roving-focus-group/types.js";
|
|
9
|
+
import { ROVING_FOCUS_GROUP_INJECTION_KEY as J } from "../roving-focus-group/tokens.js";
|
|
10
|
+
import { focusFirst as G } from "../roving-focus-group/utils.js";
|
|
11
|
+
import { EVENT_CODE as b } from "../../constants/aria.js";
|
|
12
|
+
import "@vueuse/core";
|
|
13
|
+
import "@vft/utils";
|
|
14
|
+
import { composeEventHandlers as P } from "../../utils/event.js";
|
|
15
|
+
import "../../utils/ns-cover.js";
|
|
16
|
+
import "lodash";
|
|
17
|
+
import { composeRefs as U } from "../../utils/vue/refs.js";
|
|
18
18
|
import { useNamespace as V } from "../../hooks/use-namespace/index.js";
|
|
19
19
|
import "@popperjs/core";
|
|
20
20
|
import "../../hooks/use-z-index/index.js";
|
|
@@ -30,7 +30,7 @@ const Io = F({
|
|
|
30
30
|
},
|
|
31
31
|
setup(n) {
|
|
32
32
|
const s = V("dropdown"), { _elDropdownSize: f } = M(), e = f.value, { focusTrapRef: u, onKeydown: a } = t(
|
|
33
|
-
|
|
33
|
+
Y,
|
|
34
34
|
void 0
|
|
35
35
|
), { contentRef: p, role: _, triggerId: O } = t(
|
|
36
36
|
A,
|
|
@@ -45,16 +45,16 @@ const Io = F({
|
|
|
45
45
|
onBlur: T,
|
|
46
46
|
onFocus: R,
|
|
47
47
|
onMousedown: K
|
|
48
|
-
} = t(
|
|
49
|
-
|
|
48
|
+
} = t(J, void 0), { collectionRef: w } = t(
|
|
49
|
+
y,
|
|
50
50
|
void 0
|
|
51
|
-
), v = S(() => [s.b("menu"), s.bm("menu", e == null ? void 0 : e.value)]), L =
|
|
51
|
+
), v = S(() => [s.b("menu"), s.bm("menu", e == null ? void 0 : e.value)]), L = U(
|
|
52
52
|
p,
|
|
53
53
|
I,
|
|
54
54
|
u,
|
|
55
55
|
E,
|
|
56
56
|
w
|
|
57
|
-
), g =
|
|
57
|
+
), g = P(
|
|
58
58
|
(o) => {
|
|
59
59
|
var r;
|
|
60
60
|
(r = n.onKeydown) == null || r.call(n, o);
|
|
@@ -63,12 +63,12 @@ const Io = F({
|
|
|
63
63
|
const { currentTarget: r, code: i, target: c } = o;
|
|
64
64
|
if (r.contains(
|
|
65
65
|
c
|
|
66
|
-
),
|
|
66
|
+
), b.tab === i && o.stopImmediatePropagation(), o.preventDefault(), c !== D(p) || !h.includes(i))
|
|
67
67
|
return;
|
|
68
68
|
const d = l().filter(
|
|
69
69
|
(m) => !m.disabled
|
|
70
70
|
).map((m) => m.ref);
|
|
71
|
-
x.includes(i) && d.reverse(),
|
|
71
|
+
x.includes(i) && d.reverse(), G(d);
|
|
72
72
|
}
|
|
73
73
|
);
|
|
74
74
|
return {
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import { defineComponent as N, getCurrentInstance as x, ref as i, computed as y, watch as ee, toRef as w, onBeforeUnmount as oe, provide as S, resolveComponent as te, openBlock as T, createElementBlock as re, normalizeClass as z, unref as t, createVNode as l, createSlots as ne, withCtx as n, renderSlot as C, createBlock as le, mergeProps as L, createCommentVNode as ae } from "vue";
|
|
2
|
+
import { addUnit as ie, isArray as se } from "@vft/utils";
|
|
2
3
|
import { VftButton as V } from "../button/index.js";
|
|
3
|
-
import
|
|
4
|
-
import { VftScrollbar as se } from "../scrollbar/index.js";
|
|
4
|
+
import "../form/index.js";
|
|
5
5
|
import { VftIcon as pe } from "../icon/index.js";
|
|
6
6
|
import de from "../roving-focus-group/roving-focus-group.vue.js";
|
|
7
|
-
import "../roving-focus-group/roving-focus-item.vue2.js";
|
|
8
7
|
import "../roving-focus-group/roving-focus-group-impl.vue2.js";
|
|
8
|
+
import "../roving-focus-group/roving-focus-item.vue2.js";
|
|
9
9
|
import "../roving-focus-group/types.js";
|
|
10
10
|
import { EVENT_CODE as k } from "../../constants/aria.js";
|
|
11
|
-
import {
|
|
12
|
-
import "../
|
|
13
|
-
import {
|
|
14
|
-
import { useNamespace as me } from "../../hooks/use-namespace/index.js";
|
|
15
|
-
import "@popperjs/core";
|
|
16
|
-
import "lodash";
|
|
17
|
-
import "../../hooks/use-z-index/index.js";
|
|
18
|
-
import { useId as ve } from "../../hooks/use-id/index.js";
|
|
11
|
+
import { VftScrollbar as ue } from "../scrollbar/index.js";
|
|
12
|
+
import { OnlyChild as fe } from "../slot/only-child.js";
|
|
13
|
+
import { VftTooltip as ce } from "../tooltip/index.js";
|
|
19
14
|
import "@vueuse/core";
|
|
20
15
|
import "../../utils/ns-cover.js";
|
|
16
|
+
import "lodash";
|
|
17
|
+
import { useId as me } from "../../hooks/use-id/index.js";
|
|
18
|
+
import { useNamespace as ve } from "../../hooks/use-namespace/index.js";
|
|
19
|
+
import "@popperjs/core";
|
|
20
|
+
import "../../hooks/use-z-index/index.js";
|
|
21
21
|
import { DROPDOWN_INJECTION_KEY as be } from "./tokens.js";
|
|
22
22
|
import { VftCollection as he } from "./types.js";
|
|
23
23
|
import { useFormSize as ye } from "../form/hooks/use-form-common-props.js";
|
|
24
24
|
const s = (
|
|
25
25
|
/* hoist-static*/
|
|
26
|
-
|
|
26
|
+
ve("dropdown")
|
|
27
27
|
), we = N({
|
|
28
28
|
name: "vft-dropdown"
|
|
29
29
|
}), Je = /* @__PURE__ */ N({
|
|
@@ -52,13 +52,13 @@ const s = (
|
|
|
52
52
|
emits: ["visible-change", "command", "click"],
|
|
53
53
|
setup(D, { expose: E, emit: u }) {
|
|
54
54
|
const p = D, H = x(), a = i(), B = i(), m = i(null), d = i(null), P = i(null), v = i(null), g = i(!1), F = [k.enter, k.space, k.down], A = y(() => ({
|
|
55
|
-
maxHeight:
|
|
56
|
-
})), K =
|
|
55
|
+
maxHeight: ie(p.maxHeight)
|
|
56
|
+
})), K = me().value, b = y(() => p.id || K);
|
|
57
57
|
ee(
|
|
58
58
|
[a, w(p, "trigger")],
|
|
59
59
|
([e, o], [r]) => {
|
|
60
60
|
var I, O, R;
|
|
61
|
-
const c =
|
|
61
|
+
const c = se(o) ? o : [o];
|
|
62
62
|
(I = r == null ? void 0 : r.$el) != null && I.removeEventListener && r.$el.removeEventListener(
|
|
63
63
|
"pointerenter",
|
|
64
64
|
f
|
|
@@ -153,7 +153,7 @@ const s = (
|
|
|
153
153
|
return T(), re("div", {
|
|
154
154
|
class: z([t(s).b(), t(s).is("disabled", e.disabled)])
|
|
155
155
|
}, [
|
|
156
|
-
l(t(
|
|
156
|
+
l(t(ce), {
|
|
157
157
|
ref_key: "popperRef",
|
|
158
158
|
ref: m,
|
|
159
159
|
role: e.role,
|
|
@@ -183,7 +183,7 @@ const s = (
|
|
|
183
183
|
onBeforeHide: X
|
|
184
184
|
}, ne({
|
|
185
185
|
content: n(() => [
|
|
186
|
-
l(t(
|
|
186
|
+
l(t(ue), {
|
|
187
187
|
ref_key: "scrollbar",
|
|
188
188
|
ref: P,
|
|
189
189
|
"wrap-style": A.value,
|
|
@@ -217,7 +217,7 @@ const s = (
|
|
|
217
217
|
e.splitButton ? void 0 : {
|
|
218
218
|
name: "default",
|
|
219
219
|
fn: n(() => [
|
|
220
|
-
l(t(
|
|
220
|
+
l(t(fe), {
|
|
221
221
|
id: b.value,
|
|
222
222
|
ref_key: "triggeringElementRef",
|
|
223
223
|
ref: a,
|
|
@@ -266,7 +266,7 @@ const s = (
|
|
|
266
266
|
default: n(() => [
|
|
267
267
|
l(t(pe), {
|
|
268
268
|
class: z(t(s).e("icon")),
|
|
269
|
-
icon: "
|
|
269
|
+
icon: "icon-arrow-down"
|
|
270
270
|
}, null, 8, ["class"])
|
|
271
271
|
]),
|
|
272
272
|
_: 1
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { withInstall as m, withNoopInstall as o } from "../../utils/vue/install.js";
|
|
2
|
-
import "vue";
|
|
3
|
-
import "@vft/utils";
|
|
4
|
-
import "lodash";
|
|
5
1
|
import "@vueuse/core";
|
|
2
|
+
import "@vft/utils";
|
|
6
3
|
import "../../utils/ns-cover.js";
|
|
4
|
+
import "lodash";
|
|
5
|
+
import { withInstall as m, withNoopInstall as o } from "../../utils/vue/install.js";
|
|
6
|
+
import "vue";
|
|
7
7
|
import p from "./dropdown.vue2.js";
|
|
8
8
|
import t from "./dropdown-item.vue.js";
|
|
9
9
|
import r from "./dropdown-menu.vue.js";
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { buildShortUUID as O, addClass as S } from "@vft/utils";
|
|
1
|
+
import { buildShortUUID as k, addClass as T } from "@vft/utils";
|
|
3
2
|
import { EVENT_CODE as o } from "../../constants/aria.js";
|
|
3
|
+
import "@vueuse/core";
|
|
4
|
+
import "../../utils/ns-cover.js";
|
|
5
|
+
import "lodash";
|
|
6
|
+
import { inject as O, computed as S, ref as l } from "vue";
|
|
4
7
|
import { useNamespace as z } from "../../hooks/use-namespace/index.js";
|
|
5
8
|
import "@popperjs/core";
|
|
6
|
-
import "lodash";
|
|
7
9
|
import "../../hooks/use-z-index/index.js";
|
|
8
|
-
import "@vueuse/core";
|
|
9
|
-
import "../../utils/ns-cover.js";
|
|
10
10
|
const V = () => {
|
|
11
|
-
const u =
|
|
11
|
+
const u = O("elDropdown", {}), e = S(() => u == null ? void 0 : u.dropdownSize);
|
|
12
12
|
return {
|
|
13
13
|
elDropdown: u,
|
|
14
14
|
_elDropdownSize: e
|
|
15
15
|
};
|
|
16
16
|
}, $ = (u, e, i) => {
|
|
17
|
-
const A = z("dropdown"), s = l(null), a = l(null), c = l(null), f = l(`dropdown-menu-${
|
|
17
|
+
const A = z("dropdown"), s = l(null), a = l(null), c = l(null), f = l(`dropdown-menu-${k()}`);
|
|
18
18
|
c.value = u == null ? void 0 : u.subTree.el;
|
|
19
19
|
function p() {
|
|
20
20
|
var t;
|
|
@@ -35,7 +35,7 @@ const V = () => {
|
|
|
35
35
|
[o.up, o.down].includes(n) ? (n === o.up ? r = d !== 0 ? d - 1 : 0 : r = d < x ? d + 1 : x, p(), b(s.value[r]), s.value[r].focus(), t.preventDefault(), t.stopPropagation()) : n === o.enter ? (v(), m.click(), i.props.hideOnClick && i.hide()) : [o.tab, o.esc].includes(n) && (i.hide(), v());
|
|
36
36
|
}
|
|
37
37
|
function h() {
|
|
38
|
-
c.value.setAttribute("id", f.value), e.setAttribute("aria-haspopup", "list"), e.setAttribute("aria-controls", f.value), i.props.splitButton || (e.setAttribute("role", "button"), e.setAttribute("tabindex", i.props.tabindex),
|
|
38
|
+
c.value.setAttribute("id", f.value), e.setAttribute("aria-haspopup", "list"), e.setAttribute("aria-controls", f.value), i.props.splitButton || (e.setAttribute("role", "button"), e.setAttribute("tabindex", i.props.tabindex), T(e, A.b("selfdefine")));
|
|
39
39
|
}
|
|
40
40
|
function y() {
|
|
41
41
|
var t;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { defineComponent as f, getCurrentInstance as z, computed as d, openBlock as s, createElementBlock as i, normalizeClass as n, unref as e, createElementVNode as C, normalizeStyle as T, renderSlot as u, createVNode as _, createCommentVNode as N } from "vue";
|
|
2
2
|
import { renderTNode as A, setSize as E, VNode as v } from "@vft/utils";
|
|
3
|
-
import { useNamespace as O } from "../../hooks/use-namespace/index.js";
|
|
4
|
-
import "@popperjs/core";
|
|
5
|
-
import "lodash";
|
|
6
|
-
import "../../hooks/use-z-index/index.js";
|
|
7
3
|
import "@vueuse/core";
|
|
8
|
-
import { getSizeType as
|
|
4
|
+
import { getSizeType as O } from "../../utils/helper.js";
|
|
9
5
|
import "../../utils/ns-cover.js";
|
|
10
|
-
import
|
|
6
|
+
import "lodash";
|
|
7
|
+
import { useNamespace as k } from "../../hooks/use-namespace/index.js";
|
|
8
|
+
import "@popperjs/core";
|
|
9
|
+
import "../../hooks/use-z-index/index.js";
|
|
11
10
|
import S from "./assets/no-collect.png.js";
|
|
12
11
|
import D from "./assets/no-data.png.js";
|
|
13
12
|
import V from "./assets/no-filter.png.js";
|
|
14
13
|
import $ from "./assets/no-page-data.png.js";
|
|
15
14
|
import h from "./assets/no-search.png.js";
|
|
15
|
+
import { EmptyEnum as o } from "./constants.js";
|
|
16
16
|
const x = ["src"], r = (
|
|
17
17
|
/* hoist-static*/
|
|
18
|
-
|
|
18
|
+
k("empty")
|
|
19
19
|
), L = f({
|
|
20
20
|
name: "vft-empty"
|
|
21
21
|
}), Y = /* @__PURE__ */ f({
|
|
@@ -64,7 +64,7 @@ const x = ["src"], r = (
|
|
|
64
64
|
img: h
|
|
65
65
|
}
|
|
66
66
|
]
|
|
67
|
-
])).get(a.type), y = d(() => a.img || (t == null ? void 0 : t.img)), c = d(() => A(g, "desc", { defaultNode: t == null ? void 0 : t.text })), l =
|
|
67
|
+
])).get(a.type), y = d(() => a.img || (t == null ? void 0 : t.img)), c = d(() => A(g, "desc", { defaultNode: t == null ? void 0 : t.text })), l = O(a.size);
|
|
68
68
|
return (m, b) => {
|
|
69
69
|
var p;
|
|
70
70
|
return s(), i("div", {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { withInstall as t } from "../../utils/vue/install.js";
|
|
2
|
-
import "vue";
|
|
3
|
-
import "@vft/utils";
|
|
4
|
-
import "lodash";
|
|
5
1
|
import "@vueuse/core";
|
|
2
|
+
import "@vft/utils";
|
|
6
3
|
import "../../utils/ns-cover.js";
|
|
4
|
+
import "lodash";
|
|
5
|
+
import { withInstall as t } from "../../utils/vue/install.js";
|
|
6
|
+
import "vue";
|
|
7
7
|
import m from "./empty.vue2.js";
|
|
8
8
|
import { EmptyEnum as E } from "./constants.js";
|
|
9
9
|
const s = t(m);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { defineComponent as f, openBlock as i, createBlock as a, unref as e, withCtx as c, createElementBlock as p, createCommentVNode as m } from "vue";
|
|
2
|
+
import { useRouterHelper as y } from "@vft/router";
|
|
3
|
+
import { useTabs as k } from "@vft/store";
|
|
4
|
+
import { VftResult as C } from "../result/index.js";
|
|
5
|
+
import "@vueuse/core";
|
|
2
6
|
import "@vft/utils";
|
|
7
|
+
import { generateCssVars as R } from "../../utils/ns-cover.js";
|
|
3
8
|
import "lodash";
|
|
4
|
-
import "
|
|
5
|
-
import { generateCssVars as y } from "../../utils/ns-cover.js";
|
|
6
|
-
import { useRouter as k } from "vue-router";
|
|
7
|
-
import { useRouterHelper as C } from "@vft/router";
|
|
8
|
-
import { useTabs as R } from "@vft/store";
|
|
9
|
-
import { VftResult as d } from "../result/index.js";
|
|
9
|
+
import { useRouter as d } from "vue-router";
|
|
10
10
|
import h from "./exception.png.js";
|
|
11
11
|
const N = /* @__PURE__ */ f({
|
|
12
12
|
__name: "exception",
|
|
@@ -16,12 +16,12 @@ const N = /* @__PURE__ */ f({
|
|
|
16
16
|
showHome: { type: Boolean }
|
|
17
17
|
},
|
|
18
18
|
setup(w) {
|
|
19
|
-
const l =
|
|
20
|
-
...
|
|
19
|
+
const l = d(), { goRoot: n } = y(l), { refreshPage: s } = k(), u = {
|
|
20
|
+
...R({
|
|
21
21
|
"title-font-size": "16px"
|
|
22
22
|
}, "result")
|
|
23
23
|
};
|
|
24
|
-
return (o, t) => (i(), a(e(
|
|
24
|
+
return (o, t) => (i(), a(e(C), {
|
|
25
25
|
title: o.title,
|
|
26
26
|
icon: { icon: e(h), size: 350 },
|
|
27
27
|
style: u
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { withInstall as t } from "../../utils/vue/install.js";
|
|
2
|
-
import "vue";
|
|
3
|
-
import "@vft/utils";
|
|
4
|
-
import "lodash";
|
|
5
1
|
import "@vueuse/core";
|
|
2
|
+
import "@vft/utils";
|
|
6
3
|
import "../../utils/ns-cover.js";
|
|
4
|
+
import "lodash";
|
|
5
|
+
import { withInstall as t } from "../../utils/vue/install.js";
|
|
6
|
+
import "vue";
|
|
7
7
|
import o from "./exception.vue2.js";
|
|
8
8
|
const s = t(o);
|
|
9
9
|
export {
|
|
@@ -1,104 +1,104 @@
|
|
|
1
1
|
import { defineComponent as e, openBlock as s, createBlock as l, unref as t, normalizeClass as o, withCtx as a, createElementVNode as m, renderSlot as p } from "vue";
|
|
2
|
-
import
|
|
3
|
-
import "@popperjs/core";
|
|
4
|
-
import "lodash";
|
|
5
|
-
import "../../hooks/use-z-index/index.js";
|
|
6
|
-
import "@vueuse/core";
|
|
7
|
-
import "@vft/utils";
|
|
8
|
-
import "../../utils/ns-cover.js";
|
|
9
|
-
import "../divider/index.js";
|
|
10
|
-
import "../icon/index.js";
|
|
2
|
+
import "../alert/index.js";
|
|
11
3
|
import "../avatar/index.js";
|
|
12
|
-
import "../empty/index.js";
|
|
13
|
-
import "../result/index.js";
|
|
14
|
-
import "../tabs/index.js";
|
|
15
|
-
import "../popper/index.js";
|
|
16
|
-
import "../collapse-transition/index.js";
|
|
17
|
-
import "../tooltip/index.js";
|
|
18
|
-
import "../popover/index.js";
|
|
19
|
-
import "../menu/index.js";
|
|
20
|
-
import "../context-menu/context-menu.vue2.js";
|
|
21
|
-
import "../multiple-tabs/index.js";
|
|
22
|
-
import "../header-layout/index.js";
|
|
23
|
-
import "./index.js";
|
|
24
|
-
import "../iframe-layout/index.js";
|
|
25
|
-
import "../router-view-content/index.js";
|
|
26
|
-
import "../logo/index.js";
|
|
27
4
|
import "../backtop/index.js";
|
|
28
|
-
import
|
|
5
|
+
import "../button/index.js";
|
|
6
|
+
import "../card/index.js";
|
|
7
|
+
import "../check-tag/index.js";
|
|
8
|
+
import "../checkbox/index.js";
|
|
9
|
+
import "../clamp/index.js";
|
|
10
|
+
import "../clamp-toggle/index.js";
|
|
11
|
+
import "../col/index.js";
|
|
12
|
+
import "../collapse-transition/index.js";
|
|
13
|
+
import "../color-picker/index.js";
|
|
29
14
|
import "../config-provider/index.js";
|
|
15
|
+
import { VftFooter as n } from "../container/index.js";
|
|
16
|
+
import "@vft/utils";
|
|
17
|
+
import "../context-menu/context-menu.vue2.js";
|
|
18
|
+
import "../date-picker/index.js";
|
|
19
|
+
import "../date-time-select/index.js";
|
|
30
20
|
import "../descriptions/index.js";
|
|
21
|
+
import "../dialog/index.js";
|
|
22
|
+
import "../divider/index.js";
|
|
23
|
+
import "../drawer/index.js";
|
|
24
|
+
import "../dropdown/index.js";
|
|
25
|
+
import "../empty/index.js";
|
|
26
|
+
import "../exception/index.js";
|
|
27
|
+
import "./index.js";
|
|
28
|
+
import "../form/index.js";
|
|
31
29
|
import "../full-screen/index.js";
|
|
30
|
+
import "../header-layout/index.js";
|
|
31
|
+
import "../horizontal-menu/index.js";
|
|
32
|
+
import "../icon/index.js";
|
|
32
33
|
import "../icon-text/index.js";
|
|
34
|
+
import "../iframe-layout/index.js";
|
|
33
35
|
import "../image/index.js";
|
|
36
|
+
import "../image-viewer/index.js";
|
|
34
37
|
import "../input/index.js";
|
|
38
|
+
import "../input-number/index.js";
|
|
35
39
|
import "../link/index.js";
|
|
36
|
-
import "../
|
|
37
|
-
import "../
|
|
38
|
-
import "../
|
|
39
|
-
import "../
|
|
40
|
+
import "../list-cell/index.js";
|
|
41
|
+
import "../logo/index.js";
|
|
42
|
+
import "../menu/index.js";
|
|
43
|
+
import "../multiple-tabs/index.js";
|
|
40
44
|
import "../overlay/index.js";
|
|
41
|
-
import "../clamp/index.js";
|
|
42
|
-
import "../clamp-toggle/index.js";
|
|
43
45
|
import "../page-wrapper/index.js";
|
|
44
|
-
import "../
|
|
45
|
-
import "../
|
|
46
|
-
import "../
|
|
47
|
-
import "../
|
|
48
|
-
import "../
|
|
46
|
+
import "../pagination/index.js";
|
|
47
|
+
import "../popconfirm/index.js";
|
|
48
|
+
import "../popover/index.js";
|
|
49
|
+
import "../popper/index.js";
|
|
50
|
+
import "../qrcode/index.js";
|
|
49
51
|
import "../radio/index.js";
|
|
50
|
-
import "../
|
|
51
|
-
import "../
|
|
52
|
+
import "../result/index.js";
|
|
53
|
+
import "../router-view-content/index.js";
|
|
54
|
+
import "../row/index.js";
|
|
52
55
|
import "../scrollbar/index.js";
|
|
53
|
-
import "../
|
|
54
|
-
import "../virtual-list/components/fixed-size-list.js";
|
|
55
|
-
import "../virtual-list/components/dynamic-size-list.js";
|
|
56
|
-
import "../virtual-list/components/fixed-size-grid.js";
|
|
57
|
-
import "../virtual-list/components/dynamic-size-grid.js";
|
|
58
|
-
import "../virtual-list/props.js";
|
|
56
|
+
import "../search/index.js";
|
|
59
57
|
import "../select/index.js";
|
|
60
|
-
import "../
|
|
58
|
+
import "../side-menu/index.js";
|
|
59
|
+
import "../skeleton/index.js";
|
|
60
|
+
import "../slider/index.js";
|
|
61
|
+
import "../space/index.js";
|
|
62
|
+
import "../switch/index.js";
|
|
61
63
|
import "../table/index.js";
|
|
62
|
-
import "../
|
|
63
|
-
import "../
|
|
64
|
-
import "../dialog/index.js";
|
|
65
|
-
import "../date-time-select/index.js";
|
|
66
|
-
import "../col/index.js";
|
|
67
|
-
import "../row/index.js";
|
|
68
|
-
import "../horizontal-menu/index.js";
|
|
64
|
+
import "../tabs/index.js";
|
|
65
|
+
import "../tag/index.js";
|
|
69
66
|
import "../time-picker/index.js";
|
|
70
|
-
import "../
|
|
71
|
-
import "../check-tag/index.js";
|
|
67
|
+
import "../tooltip/index.js";
|
|
72
68
|
import "../tree/index.js";
|
|
73
|
-
import "../
|
|
74
|
-
import "../
|
|
75
|
-
import "../
|
|
76
|
-
import "../
|
|
77
|
-
import "../
|
|
78
|
-
import "../
|
|
79
|
-
import "../input-number/index.js";
|
|
80
|
-
import "../slider/index.js";
|
|
69
|
+
import "../verify-code/index.js";
|
|
70
|
+
import "../virtual-list/components/dynamic-size-grid.js";
|
|
71
|
+
import "../virtual-list/components/dynamic-size-list.js";
|
|
72
|
+
import "../virtual-list/components/fixed-size-grid.js";
|
|
73
|
+
import "../virtual-list/components/fixed-size-list.js";
|
|
74
|
+
import "../virtual-list/props.js";
|
|
81
75
|
import "../autocomplete/index.js";
|
|
82
|
-
import "../
|
|
76
|
+
import "../modal/index.js";
|
|
83
77
|
import "../progress/index.js";
|
|
78
|
+
import "../super-form/index.js";
|
|
84
79
|
import "../upload/index.js";
|
|
85
|
-
import "../
|
|
86
|
-
import "../md-
|
|
80
|
+
import "../md-code-demo/index.js";
|
|
81
|
+
import "../md-code-tabs/index.js";
|
|
87
82
|
import "../md-comment/index.js";
|
|
83
|
+
import "../md-container/index.js";
|
|
88
84
|
import "../md-tabs/index.js";
|
|
89
85
|
import "../md-vue-playground/index.js";
|
|
90
|
-
import "
|
|
91
|
-
import "
|
|
86
|
+
import "@vueuse/core";
|
|
87
|
+
import "../../utils/ns-cover.js";
|
|
88
|
+
import "lodash";
|
|
89
|
+
import { useNamespace as f } from "../../hooks/use-namespace/index.js";
|
|
90
|
+
import "@popperjs/core";
|
|
91
|
+
import "../../hooks/use-z-index/index.js";
|
|
92
92
|
import "../message/index.js";
|
|
93
93
|
const r = (
|
|
94
94
|
/* hoist-static*/
|
|
95
|
-
|
|
95
|
+
f("footer-layout")
|
|
96
96
|
), c = e({
|
|
97
97
|
name: "vft-footer-layout"
|
|
98
98
|
}), Zt = /* @__PURE__ */ e({
|
|
99
99
|
...c,
|
|
100
100
|
setup(u) {
|
|
101
|
-
return (i, d) => (s(), l(t(
|
|
101
|
+
return (i, d) => (s(), l(t(n), {
|
|
102
102
|
class: o(t(r).b())
|
|
103
103
|
}, {
|
|
104
104
|
default: a(() => [
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { withInstall as t } from "../../utils/vue/install.js";
|
|
2
|
-
import "vue";
|
|
3
|
-
import "@vft/utils";
|
|
4
|
-
import "lodash";
|
|
5
1
|
import "@vueuse/core";
|
|
2
|
+
import "@vft/utils";
|
|
6
3
|
import "../../utils/ns-cover.js";
|
|
4
|
+
import "lodash";
|
|
5
|
+
import { withInstall as t } from "../../utils/vue/install.js";
|
|
6
|
+
import "vue";
|
|
7
7
|
import o from "./footer-layout.vue2.js";
|
|
8
8
|
const e = t(o);
|
|
9
9
|
export {
|