vft 0.0.159 → 0.0.161
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/app-components/button/style/index.d.ts +1 -0
- package/es/app-components/clamp/style/index.d.ts +1 -0
- package/es/app-components/col/style/index.d.ts +1 -0
- package/es/app-components/form/style/index.d.ts +1 -0
- package/es/app-components/icon/style/index.d.ts +1 -0
- package/es/app-components/image/style/index.d.ts +1 -0
- package/es/app-components/input/style/index.d.ts +2 -0
- package/es/app-components/overlay/style/index.d.ts +1 -0
- package/es/app-components/popup/style/index.d.ts +2 -0
- package/es/app-components/row/style/index.d.ts +1 -0
- package/es/app-components/super-form/style/index.d.ts +3 -0
- package/es/components/affix/style/css.d.ts +1 -0
- package/es/components/affix/style/index.d.ts +1 -0
- package/es/components/alert/style/css.d.ts +2 -0
- package/es/components/alert/style/index.d.ts +2 -0
- package/es/components/aside/style/css.d.ts +1 -0
- package/es/components/aside/style/index.d.ts +1 -0
- package/es/components/autocomplete/autocomplete.vue.d.ts +1 -1
- package/es/components/autocomplete/index.d.ts +3 -3
- package/es/components/autocomplete/style/css.d.ts +4 -0
- package/es/components/autocomplete/style/index.d.ts +4 -0
- package/es/components/avatar/style/css.d.ts +3 -0
- package/es/components/avatar/style/index.d.ts +3 -0
- package/es/components/backtop/style/css.d.ts +1 -0
- package/es/components/backtop/style/index.d.ts +1 -0
- package/es/components/button/button.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +43 -43
- package/es/components/button/style/css.d.ts +2 -0
- package/es/components/button/style/index.d.ts +2 -0
- package/es/components/button/use-button.d.ts +3 -3
- package/es/components/button-group/style/css.d.ts +2 -0
- package/es/components/button-group/style/index.d.ts +2 -0
- package/es/components/card/style/css.d.ts +1 -0
- package/es/components/card/style/index.d.ts +1 -0
- package/es/components/carousel/style/css.d.ts +1 -0
- package/es/components/carousel/style/index.d.ts +1 -0
- package/es/components/carousel-item/style/css.d.ts +1 -0
- package/es/components/carousel-item/style/index.d.ts +1 -0
- package/es/components/check-tag/style/css.d.ts +1 -0
- package/es/components/check-tag/style/index.d.ts +1 -0
- package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/es/components/checkbox/composables/use-checkbox.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +32 -32
- package/es/components/checkbox/style/css.d.ts +1 -0
- package/es/components/checkbox/style/index.d.ts +1 -0
- package/es/components/checkbox-button/style/css.d.ts +1 -0
- package/es/components/checkbox-button/style/index.d.ts +1 -0
- package/es/components/checkbox-group/style/css.d.ts +1 -0
- package/es/components/checkbox-group/style/index.d.ts +1 -0
- package/es/components/clamp/style/css.d.ts +1 -0
- package/es/components/clamp/style/index.d.ts +1 -0
- package/es/components/clamp-toggle/style/css.d.ts +1 -0
- package/es/components/clamp-toggle/style/index.d.ts +1 -0
- package/es/components/clamp-tooltip/style/css.d.ts +1 -0
- package/es/components/clamp-tooltip/style/index.d.ts +1 -0
- package/es/components/col/style/css.d.ts +1 -0
- package/es/components/col/style/index.d.ts +1 -0
- package/es/components/collapse-transition/style/css.d.ts +1 -0
- package/es/components/collapse-transition/style/index.d.ts +1 -0
- package/es/components/color-picker/style/css.d.ts +3 -0
- package/es/components/color-picker/style/index.d.ts +3 -0
- package/es/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/es/components/config-provider/style/css.d.ts +1 -0
- package/es/components/config-provider/style/index.d.ts +1 -0
- package/es/components/container/style/css.d.ts +5 -0
- package/es/components/container/style/index.d.ts +5 -0
- package/es/components/context-menu/style/css.d.ts +1 -0
- package/es/components/context-menu/style/index.d.ts +1 -0
- package/es/components/date-picker/style/css.d.ts +1 -0
- package/es/components/date-picker/style/index.d.ts +6 -0
- package/es/components/date-time-select/style/css.d.ts +3 -0
- package/es/components/date-time-select/style/index.d.ts +5 -0
- package/es/components/descriptions/style/css.d.ts +1 -0
- package/es/components/descriptions/style/index.d.ts +1 -0
- package/es/components/descriptions-item/style/css.d.ts +1 -0
- package/es/components/descriptions-item/style/index.d.ts +1 -0
- package/es/components/dialog/dialog.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +6 -6
- package/es/components/dialog/style/css.d.ts +2 -0
- package/es/components/dialog/style/index.d.ts +2 -0
- package/es/components/divider/style/css.d.ts +1 -0
- package/es/components/divider/style/index.d.ts +1 -0
- package/es/components/docs-layout/style/css.d.ts +1 -0
- package/es/components/docs-layout/style/index.d.ts +1 -0
- package/es/components/drawer/drawer.vue.d.ts +2 -2
- package/es/components/drawer/index.d.ts +6 -6
- package/es/components/drawer/style/css.d.ts +2 -0
- package/es/components/drawer/style/index.d.ts +2 -0
- package/es/components/dropdown/dropdown.vue.d.ts +1 -1
- package/es/components/dropdown/index.d.ts +11 -11
- package/es/components/dropdown/style/css.d.ts +5 -0
- package/es/components/dropdown/style/index.d.ts +5 -0
- package/es/components/dropdown-item/style/css.d.ts +1 -0
- package/es/components/dropdown-item/style/index.d.ts +1 -0
- package/es/components/dropdown-menu/style/css.d.ts +1 -0
- package/es/components/dropdown-menu/style/index.d.ts +1 -0
- package/es/components/empty/style/css.d.ts +1 -0
- package/es/components/empty/style/index.d.ts +1 -0
- package/es/components/exception/style/css.d.ts +1 -0
- package/es/components/exception/style/index.d.ts +1 -0
- package/es/components/footer/style/css.d.ts +1 -0
- package/es/components/footer/style/index.d.ts +1 -0
- package/es/components/footer-layout/style/css.d.ts +2 -0
- package/es/components/footer-layout/style/index.d.ts +2 -0
- package/es/components/form/hooks/use-form-common-props.d.ts +2 -2
- package/es/components/form/index.d.ts +24 -24
- package/es/components/form/style/css.d.ts +1 -0
- package/es/components/form/style/index.d.ts +1 -0
- package/es/components/form-item/style/css.d.ts +1 -0
- package/es/components/form-item/style/index.d.ts +1 -0
- package/es/components/full-screen/style/css.d.ts +2 -0
- package/es/components/full-screen/style/index.d.ts +2 -0
- package/es/components/header/style/css.d.ts +1 -0
- package/es/components/header/style/index.d.ts +1 -0
- package/es/components/header-layout/style/css.d.ts +3 -0
- package/es/components/header-layout/style/index.d.ts +3 -0
- package/es/components/horizontal-menu/style/css.d.ts +5 -0
- package/es/components/horizontal-menu/style/index.d.ts +5 -0
- package/es/components/icon/icon.vue2.js +27 -24
- package/es/components/icon/style/css.d.ts +1 -0
- package/es/components/icon/style/index.d.ts +1 -0
- package/es/components/icon-text/style/css.d.ts +1 -0
- package/es/components/icon-text/style/index.d.ts +1 -0
- package/es/components/iframe-layout/style/css.d.ts +1 -0
- package/es/components/iframe-layout/style/index.d.ts +1 -0
- package/es/components/image/style/css.d.ts +2 -0
- package/es/components/image/style/index.d.ts +2 -0
- package/es/components/image-viewer/style/css.d.ts +1 -0
- package/es/components/image-viewer/style/index.d.ts +1 -0
- package/es/components/infinite-scroll/style/css.d.ts +1 -0
- package/es/components/infinite-scroll/style/index.d.ts +1 -0
- package/es/components/input/style/css.d.ts +1 -0
- package/es/components/input/style/index.d.ts +1 -0
- package/es/components/input-number/style/css.d.ts +2 -0
- package/es/components/input-number/style/index.d.ts +2 -0
- package/es/components/link/style/css.d.ts +1 -0
- package/es/components/link/style/index.d.ts +1 -0
- package/es/components/list-cell/style/css.d.ts +1 -0
- package/es/components/list-cell/style/index.d.ts +1 -0
- package/es/components/loading/style/css.d.ts +1 -0
- package/es/components/loading/style/index.d.ts +1 -0
- package/es/components/logo/style/css.d.ts +1 -0
- package/es/components/logo/style/index.d.ts +1 -0
- package/es/components/main/style/css.d.ts +1 -0
- package/es/components/main/style/index.d.ts +1 -0
- package/es/components/md-code-demo/style/css.d.ts +1 -0
- package/es/components/md-code-demo/style/index.d.ts +1 -0
- package/es/components/md-code-tabs/style/css.d.ts +1 -0
- package/es/components/md-code-tabs/style/index.d.ts +1 -0
- package/es/components/md-comment/style/css.d.ts +1 -0
- package/es/components/md-comment/style/index.d.ts +1 -0
- package/es/components/md-container/md-container.vue2.js +32 -32
- package/es/components/md-container/style/css.d.ts +6 -0
- package/es/components/md-container/style/index.d.ts +6 -0
- package/es/components/md-tabs/style/css.d.ts +1 -0
- package/es/components/md-tabs/style/index.d.ts +1 -0
- package/es/components/md-vue-playground/style/css.d.ts +1 -0
- package/es/components/md-vue-playground/style/index.d.ts +1 -0
- package/es/components/menu/style/css.d.ts +3 -0
- package/es/components/menu/style/index.d.ts +3 -0
- package/es/components/menu-item/style/css.d.ts +2 -0
- package/es/components/menu-item/style/index.d.ts +2 -0
- package/es/components/menu-item-group/style/css.d.ts +1 -0
- package/es/components/menu-item-group/style/index.d.ts +1 -0
- package/es/components/message/style/css.d.ts +1 -0
- package/es/components/message/style/index.d.ts +1 -0
- package/es/components/modal/index.d.ts +19 -19
- package/es/components/modal/modal.vue.d.ts +1 -1
- package/es/components/modal/style/css.d.ts +2 -0
- package/es/components/modal/style/index.d.ts +2 -0
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +3 -6
- package/es/components/multiple-tabs/style/css.d.ts +2 -0
- package/es/components/multiple-tabs/style/index.d.ts +2 -0
- package/es/components/option/style/css.d.ts +1 -0
- package/es/components/option/style/index.d.ts +1 -0
- package/es/components/option-group/style/css.d.ts +1 -0
- package/es/components/option-group/style/index.d.ts +1 -0
- package/es/components/overlay/style/css.d.ts +1 -0
- package/es/components/overlay/style/index.d.ts +1 -0
- package/es/components/p-image/style/css.d.ts +1 -0
- package/es/components/p-image/style/index.d.ts +1 -0
- package/es/components/page-wrapper/style/css.d.ts +1 -0
- package/es/components/page-wrapper/style/index.d.ts +1 -0
- package/es/components/pagination/style/css.d.ts +1 -0
- package/es/components/pagination/style/index.d.ts +1 -0
- package/es/components/popconfirm/style/css.d.ts +3 -0
- package/es/components/popconfirm/style/index.d.ts +3 -0
- package/es/components/popover/style/css.d.ts +2 -0
- package/es/components/popover/style/index.d.ts +2 -0
- package/es/components/popper/style/css.d.ts +1 -0
- package/es/components/popper/style/index.d.ts +1 -0
- package/es/components/progress/style/css.d.ts +1 -0
- package/es/components/progress/style/index.d.ts +1 -0
- package/es/components/progress-i/style/css.d.ts +1 -0
- package/es/components/progress-i/style/index.d.ts +1 -0
- package/es/components/qrcode/style/css.d.ts +1 -0
- package/es/components/qrcode/style/index.d.ts +1 -0
- package/es/components/radio/style/css.d.ts +1 -0
- package/es/components/radio/style/index.d.ts +1 -0
- package/es/components/radio/use-radio.d.ts +1 -1
- package/es/components/radio-button/style/css.d.ts +1 -0
- package/es/components/radio-button/style/index.d.ts +1 -0
- package/es/components/radio-group/style/css.d.ts +1 -0
- package/es/components/radio-group/style/index.d.ts +1 -0
- package/es/components/result/style/css.d.ts +1 -0
- package/es/components/result/style/index.d.ts +1 -0
- package/es/components/router-view-content/style/css.d.ts +1 -0
- package/es/components/router-view-content/style/index.d.ts +1 -0
- package/es/components/row/style/css.d.ts +1 -0
- package/es/components/row/style/index.d.ts +1 -0
- package/es/components/scrollbar/style/css.d.ts +1 -0
- package/es/components/scrollbar/style/index.d.ts +1 -0
- package/es/components/search/style/css.d.ts +3 -0
- package/es/components/search/style/index.d.ts +3 -0
- package/es/components/select/index.d.ts +2 -1872
- package/es/components/select/select.vue.d.ts +1 -936
- package/es/components/select/style/css.d.ts +6 -0
- package/es/components/select/style/index.d.ts +6 -0
- package/es/components/select/useSelect.d.ts +1 -1
- package/es/components/side-menu/style/css.d.ts +5 -0
- package/es/components/side-menu/style/index.d.ts +5 -0
- package/es/components/skeleton/style/css.d.ts +2 -0
- package/es/components/skeleton/style/index.d.ts +2 -0
- package/es/components/skeleton-item/style/css.d.ts +1 -0
- package/es/components/skeleton-item/style/index.d.ts +1 -0
- package/es/components/slider/style/css.d.ts +3 -0
- package/es/components/slider/style/index.d.ts +3 -0
- package/es/components/space/style/css.d.ts +1 -0
- package/es/components/space/style/index.d.ts +1 -0
- package/es/components/sub-menu/style/css.d.ts +1 -0
- package/es/components/sub-menu/style/index.d.ts +1 -0
- package/es/components/super-form/index.d.ts +12 -12
- package/es/components/super-form/style/css.d.ts +21 -0
- package/es/components/super-form/style/index.d.ts +21 -0
- package/es/components/switch/index.d.ts +5 -5
- package/es/components/switch/style/css.d.ts +1 -0
- package/es/components/switch/style/index.d.ts +1 -0
- package/es/components/switch/switch.vue.d.ts +1 -1
- package/es/components/tab-pane/style/css.d.ts +1 -0
- package/es/components/tab-pane/style/index.d.ts +1 -0
- package/es/components/table/index.d.ts +55 -55
- package/es/components/table/style/css.d.ts +4 -0
- package/es/components/table/style/index.d.ts +4 -0
- package/es/components/table/table.vue.d.ts +1 -1
- package/es/components/tabs/style/css.d.ts +1 -0
- package/es/components/tabs/style/index.d.ts +1 -0
- package/es/components/tag/style/css.d.ts +1 -0
- package/es/components/tag/style/index.d.ts +1 -0
- package/es/components/time-picker/common/picker.vue.d.ts +1 -1
- package/es/components/time-picker/style/css.d.ts +1 -0
- package/es/components/time-picker/style/index.d.ts +1 -0
- package/es/components/time-select/style/css.d.ts +1 -0
- package/es/components/time-select/style/index.d.ts +1 -0
- package/es/components/tooltip/style/css.d.ts +2 -0
- package/es/components/tooltip/style/index.d.ts +2 -0
- package/es/components/tree/index.d.ts +12 -12
- package/es/components/tree/style/css.d.ts +2 -0
- package/es/components/tree/style/index.d.ts +2 -0
- package/es/components/tree/tree.vue.d.ts +2 -2
- package/es/components/upload/index.d.ts +38 -38
- package/es/components/upload/style/css.d.ts +2 -0
- package/es/components/upload/style/index.d.ts +2 -0
- package/es/components/upload/upload-content.vue.d.ts +2 -2
- package/es/components/upload/upload.vue.d.ts +2 -2
- package/es/components/upload/use-handlers.d.ts +1 -1
- package/es/components/verify-code/style/css.d.ts +1 -0
- package/es/components/verify-code/style/index.d.ts +1 -0
- package/es/components/virtual-list/style/css.d.ts +2 -0
- package/es/components/virtual-list/style/index.d.ts +2 -0
- package/es/package.json.d.ts +2 -2
- package/es/package.json.js +1 -1
- package/lib/app-components/button/style/index.d.ts +1 -0
- package/lib/app-components/clamp/style/index.d.ts +1 -0
- package/lib/app-components/col/style/index.d.ts +1 -0
- package/lib/app-components/form/style/index.d.ts +1 -0
- package/lib/app-components/icon/style/index.d.ts +1 -0
- package/lib/app-components/image/style/index.d.ts +1 -0
- package/lib/app-components/input/style/index.d.ts +2 -0
- package/lib/app-components/overlay/style/index.d.ts +1 -0
- package/lib/app-components/popup/style/index.d.ts +2 -0
- package/lib/app-components/row/style/index.d.ts +1 -0
- package/lib/app-components/super-form/style/index.d.ts +3 -0
- package/lib/components/affix/style/css.d.ts +1 -0
- package/lib/components/affix/style/index.d.ts +1 -0
- package/lib/components/alert/style/css.d.ts +2 -0
- package/lib/components/alert/style/index.d.ts +2 -0
- package/lib/components/aside/style/css.d.ts +1 -0
- package/lib/components/aside/style/index.d.ts +1 -0
- package/lib/components/autocomplete/autocomplete.vue.d.ts +1 -1
- package/lib/components/autocomplete/index.d.ts +3 -3
- package/lib/components/autocomplete/style/css.d.ts +4 -0
- package/lib/components/autocomplete/style/index.d.ts +4 -0
- package/lib/components/avatar/style/css.d.ts +3 -0
- package/lib/components/avatar/style/index.d.ts +3 -0
- package/lib/components/backtop/style/css.d.ts +1 -0
- package/lib/components/backtop/style/index.d.ts +1 -0
- package/lib/components/button/button.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +43 -43
- package/lib/components/button/style/css.d.ts +2 -0
- package/lib/components/button/style/index.d.ts +2 -0
- package/lib/components/button/use-button.d.ts +3 -3
- package/lib/components/button-group/style/css.d.ts +2 -0
- package/lib/components/button-group/style/index.d.ts +2 -0
- package/lib/components/card/style/css.d.ts +1 -0
- package/lib/components/card/style/index.d.ts +1 -0
- package/lib/components/carousel/style/css.d.ts +1 -0
- package/lib/components/carousel/style/index.d.ts +1 -0
- package/lib/components/carousel-item/style/css.d.ts +1 -0
- package/lib/components/carousel-item/style/index.d.ts +1 -0
- package/lib/components/check-tag/style/css.d.ts +1 -0
- package/lib/components/check-tag/style/index.d.ts +1 -0
- package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/lib/components/checkbox/composables/use-checkbox.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +32 -32
- package/lib/components/checkbox/style/css.d.ts +1 -0
- package/lib/components/checkbox/style/index.d.ts +1 -0
- package/lib/components/checkbox-button/style/css.d.ts +1 -0
- package/lib/components/checkbox-button/style/index.d.ts +1 -0
- package/lib/components/checkbox-group/style/css.d.ts +1 -0
- package/lib/components/checkbox-group/style/index.d.ts +1 -0
- package/lib/components/clamp/style/css.d.ts +1 -0
- package/lib/components/clamp/style/index.d.ts +1 -0
- package/lib/components/clamp-toggle/style/css.d.ts +1 -0
- package/lib/components/clamp-toggle/style/index.d.ts +1 -0
- package/lib/components/clamp-tooltip/style/css.d.ts +1 -0
- package/lib/components/clamp-tooltip/style/index.d.ts +1 -0
- package/lib/components/col/style/css.d.ts +1 -0
- package/lib/components/col/style/index.d.ts +1 -0
- package/lib/components/collapse-transition/style/css.d.ts +1 -0
- package/lib/components/collapse-transition/style/index.d.ts +1 -0
- package/lib/components/color-picker/style/css.d.ts +3 -0
- package/lib/components/color-picker/style/index.d.ts +3 -0
- package/lib/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/lib/components/config-provider/style/css.d.ts +1 -0
- package/lib/components/config-provider/style/index.d.ts +1 -0
- package/lib/components/container/style/css.d.ts +5 -0
- package/lib/components/container/style/index.d.ts +5 -0
- package/lib/components/context-menu/style/css.d.ts +1 -0
- package/lib/components/context-menu/style/index.d.ts +1 -0
- package/lib/components/date-picker/style/css.d.ts +1 -0
- package/lib/components/date-picker/style/index.d.ts +6 -0
- package/lib/components/date-time-select/style/css.d.ts +3 -0
- package/lib/components/date-time-select/style/index.d.ts +5 -0
- package/lib/components/descriptions/style/css.d.ts +1 -0
- package/lib/components/descriptions/style/index.d.ts +1 -0
- package/lib/components/descriptions-item/style/css.d.ts +1 -0
- package/lib/components/descriptions-item/style/index.d.ts +1 -0
- package/lib/components/dialog/dialog.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +6 -6
- package/lib/components/dialog/style/css.d.ts +2 -0
- package/lib/components/dialog/style/index.d.ts +2 -0
- package/lib/components/divider/style/css.d.ts +1 -0
- package/lib/components/divider/style/index.d.ts +1 -0
- package/lib/components/docs-layout/style/css.d.ts +1 -0
- package/lib/components/docs-layout/style/index.d.ts +1 -0
- package/lib/components/drawer/drawer.vue.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +6 -6
- package/lib/components/drawer/style/css.d.ts +2 -0
- package/lib/components/drawer/style/index.d.ts +2 -0
- package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
- package/lib/components/dropdown/index.d.ts +11 -11
- package/lib/components/dropdown/style/css.d.ts +5 -0
- package/lib/components/dropdown/style/index.d.ts +5 -0
- package/lib/components/dropdown-item/style/css.d.ts +1 -0
- package/lib/components/dropdown-item/style/index.d.ts +1 -0
- package/lib/components/dropdown-menu/style/css.d.ts +1 -0
- package/lib/components/dropdown-menu/style/index.d.ts +1 -0
- package/lib/components/empty/style/css.d.ts +1 -0
- package/lib/components/empty/style/index.d.ts +1 -0
- package/lib/components/exception/style/css.d.ts +1 -0
- package/lib/components/exception/style/index.d.ts +1 -0
- package/lib/components/footer/style/css.d.ts +1 -0
- package/lib/components/footer/style/index.d.ts +1 -0
- package/lib/components/footer-layout/style/css.d.ts +2 -0
- package/lib/components/footer-layout/style/index.d.ts +2 -0
- package/lib/components/form/hooks/use-form-common-props.d.ts +2 -2
- package/lib/components/form/index.d.ts +24 -24
- package/lib/components/form/style/css.d.ts +1 -0
- package/lib/components/form/style/index.d.ts +1 -0
- package/lib/components/form-item/style/css.d.ts +1 -0
- package/lib/components/form-item/style/index.d.ts +1 -0
- package/lib/components/full-screen/style/css.d.ts +2 -0
- package/lib/components/full-screen/style/index.d.ts +2 -0
- package/lib/components/header/style/css.d.ts +1 -0
- package/lib/components/header/style/index.d.ts +1 -0
- package/lib/components/header-layout/style/css.d.ts +3 -0
- package/lib/components/header-layout/style/index.d.ts +3 -0
- package/lib/components/horizontal-menu/style/css.d.ts +5 -0
- package/lib/components/horizontal-menu/style/index.d.ts +5 -0
- package/lib/components/icon/icon.vue2.cjs +1 -1
- package/lib/components/icon/style/css.d.ts +1 -0
- package/lib/components/icon/style/index.d.ts +1 -0
- package/lib/components/icon-text/style/css.d.ts +1 -0
- package/lib/components/icon-text/style/index.d.ts +1 -0
- package/lib/components/iframe-layout/style/css.d.ts +1 -0
- package/lib/components/iframe-layout/style/index.d.ts +1 -0
- package/lib/components/image/style/css.d.ts +2 -0
- package/lib/components/image/style/index.d.ts +2 -0
- package/lib/components/image-viewer/style/css.d.ts +1 -0
- package/lib/components/image-viewer/style/index.d.ts +1 -0
- package/lib/components/infinite-scroll/style/css.d.ts +1 -0
- package/lib/components/infinite-scroll/style/index.d.ts +1 -0
- package/lib/components/input/style/css.d.ts +1 -0
- package/lib/components/input/style/index.d.ts +1 -0
- package/lib/components/input-number/style/css.d.ts +2 -0
- package/lib/components/input-number/style/index.d.ts +2 -0
- package/lib/components/link/style/css.d.ts +1 -0
- package/lib/components/link/style/index.d.ts +1 -0
- package/lib/components/list-cell/style/css.d.ts +1 -0
- package/lib/components/list-cell/style/index.d.ts +1 -0
- package/lib/components/loading/style/css.d.ts +1 -0
- package/lib/components/loading/style/index.d.ts +1 -0
- package/lib/components/logo/style/css.d.ts +1 -0
- package/lib/components/logo/style/index.d.ts +1 -0
- package/lib/components/main/style/css.d.ts +1 -0
- package/lib/components/main/style/index.d.ts +1 -0
- package/lib/components/md-code-demo/style/css.d.ts +1 -0
- package/lib/components/md-code-demo/style/index.d.ts +1 -0
- package/lib/components/md-code-tabs/style/css.d.ts +1 -0
- package/lib/components/md-code-tabs/style/index.d.ts +1 -0
- package/lib/components/md-comment/style/css.d.ts +1 -0
- package/lib/components/md-comment/style/index.d.ts +1 -0
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/md-container/style/css.d.ts +6 -0
- package/lib/components/md-container/style/index.d.ts +6 -0
- package/lib/components/md-tabs/style/css.d.ts +1 -0
- package/lib/components/md-tabs/style/index.d.ts +1 -0
- package/lib/components/md-vue-playground/style/css.d.ts +1 -0
- package/lib/components/md-vue-playground/style/index.d.ts +1 -0
- package/lib/components/menu/style/css.d.ts +3 -0
- package/lib/components/menu/style/index.d.ts +3 -0
- package/lib/components/menu-item/style/css.d.ts +2 -0
- package/lib/components/menu-item/style/index.d.ts +2 -0
- package/lib/components/menu-item-group/style/css.d.ts +1 -0
- package/lib/components/menu-item-group/style/index.d.ts +1 -0
- package/lib/components/message/style/css.d.ts +1 -0
- package/lib/components/message/style/index.d.ts +1 -0
- package/lib/components/modal/index.d.ts +19 -19
- package/lib/components/modal/modal.vue.d.ts +1 -1
- package/lib/components/modal/style/css.d.ts +2 -0
- package/lib/components/modal/style/index.d.ts +2 -0
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/style/css.d.ts +2 -0
- package/lib/components/multiple-tabs/style/index.d.ts +2 -0
- package/lib/components/option/style/css.d.ts +1 -0
- package/lib/components/option/style/index.d.ts +1 -0
- package/lib/components/option-group/style/css.d.ts +1 -0
- package/lib/components/option-group/style/index.d.ts +1 -0
- package/lib/components/overlay/style/css.d.ts +1 -0
- package/lib/components/overlay/style/index.d.ts +1 -0
- package/lib/components/p-image/style/css.d.ts +1 -0
- package/lib/components/p-image/style/index.d.ts +1 -0
- package/lib/components/page-wrapper/style/css.d.ts +1 -0
- package/lib/components/page-wrapper/style/index.d.ts +1 -0
- package/lib/components/pagination/style/css.d.ts +1 -0
- package/lib/components/pagination/style/index.d.ts +1 -0
- package/lib/components/popconfirm/style/css.d.ts +3 -0
- package/lib/components/popconfirm/style/index.d.ts +3 -0
- package/lib/components/popover/style/css.d.ts +2 -0
- package/lib/components/popover/style/index.d.ts +2 -0
- package/lib/components/popper/style/css.d.ts +1 -0
- package/lib/components/popper/style/index.d.ts +1 -0
- package/lib/components/progress/style/css.d.ts +1 -0
- package/lib/components/progress/style/index.d.ts +1 -0
- package/lib/components/progress-i/style/css.d.ts +1 -0
- package/lib/components/progress-i/style/index.d.ts +1 -0
- package/lib/components/qrcode/style/css.d.ts +1 -0
- package/lib/components/qrcode/style/index.d.ts +1 -0
- package/lib/components/radio/style/css.d.ts +1 -0
- package/lib/components/radio/style/index.d.ts +1 -0
- package/lib/components/radio/use-radio.d.ts +1 -1
- package/lib/components/radio-button/style/css.d.ts +1 -0
- package/lib/components/radio-button/style/index.d.ts +1 -0
- package/lib/components/radio-group/style/css.d.ts +1 -0
- package/lib/components/radio-group/style/index.d.ts +1 -0
- package/lib/components/result/style/css.d.ts +1 -0
- package/lib/components/result/style/index.d.ts +1 -0
- package/lib/components/router-view-content/style/css.d.ts +1 -0
- package/lib/components/router-view-content/style/index.d.ts +1 -0
- package/lib/components/row/style/css.d.ts +1 -0
- package/lib/components/row/style/index.d.ts +1 -0
- package/lib/components/scrollbar/style/css.d.ts +1 -0
- package/lib/components/scrollbar/style/index.d.ts +1 -0
- package/lib/components/search/style/css.d.ts +3 -0
- package/lib/components/search/style/index.d.ts +3 -0
- package/lib/components/select/index.d.ts +2 -1872
- package/lib/components/select/select.vue.d.ts +1 -936
- package/lib/components/select/style/css.d.ts +6 -0
- package/lib/components/select/style/index.d.ts +6 -0
- package/lib/components/select/useSelect.d.ts +1 -1
- package/lib/components/side-menu/style/css.d.ts +5 -0
- package/lib/components/side-menu/style/index.d.ts +5 -0
- package/lib/components/skeleton/style/css.d.ts +2 -0
- package/lib/components/skeleton/style/index.d.ts +2 -0
- package/lib/components/skeleton-item/style/css.d.ts +1 -0
- package/lib/components/skeleton-item/style/index.d.ts +1 -0
- package/lib/components/slider/style/css.d.ts +3 -0
- package/lib/components/slider/style/index.d.ts +3 -0
- package/lib/components/space/style/css.d.ts +1 -0
- package/lib/components/space/style/index.d.ts +1 -0
- package/lib/components/sub-menu/style/css.d.ts +1 -0
- package/lib/components/sub-menu/style/index.d.ts +1 -0
- package/lib/components/super-form/index.d.ts +12 -12
- package/lib/components/super-form/style/css.d.ts +21 -0
- package/lib/components/super-form/style/index.d.ts +21 -0
- package/lib/components/switch/index.d.ts +5 -5
- package/lib/components/switch/style/css.d.ts +1 -0
- package/lib/components/switch/style/index.d.ts +1 -0
- package/lib/components/switch/switch.vue.d.ts +1 -1
- package/lib/components/tab-pane/style/css.d.ts +1 -0
- package/lib/components/tab-pane/style/index.d.ts +1 -0
- package/lib/components/table/index.d.ts +55 -55
- package/lib/components/table/style/css.d.ts +4 -0
- package/lib/components/table/style/index.d.ts +4 -0
- package/lib/components/table/table.vue.d.ts +1 -1
- package/lib/components/tabs/style/css.d.ts +1 -0
- package/lib/components/tabs/style/index.d.ts +1 -0
- package/lib/components/tag/style/css.d.ts +1 -0
- package/lib/components/tag/style/index.d.ts +1 -0
- package/lib/components/time-picker/common/picker.vue.d.ts +1 -1
- package/lib/components/time-picker/style/css.d.ts +1 -0
- package/lib/components/time-picker/style/index.d.ts +1 -0
- package/lib/components/time-select/style/css.d.ts +1 -0
- package/lib/components/time-select/style/index.d.ts +1 -0
- package/lib/components/tooltip/style/css.d.ts +2 -0
- package/lib/components/tooltip/style/index.d.ts +2 -0
- package/lib/components/tree/index.d.ts +12 -12
- package/lib/components/tree/style/css.d.ts +2 -0
- package/lib/components/tree/style/index.d.ts +2 -0
- package/lib/components/tree/tree.vue.d.ts +2 -2
- package/lib/components/upload/index.d.ts +38 -38
- package/lib/components/upload/style/css.d.ts +2 -0
- package/lib/components/upload/style/index.d.ts +2 -0
- package/lib/components/upload/upload-content.vue.d.ts +2 -2
- package/lib/components/upload/upload.vue.d.ts +2 -2
- package/lib/components/upload/use-handlers.d.ts +1 -1
- package/lib/components/verify-code/style/css.d.ts +1 -0
- package/lib/components/verify-code/style/index.d.ts +1 -0
- package/lib/components/virtual-list/style/css.d.ts +2 -0
- package/lib/components/virtual-list/style/index.d.ts +2 -0
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +2 -2
- package/package.json +7 -7
- package/web-types.json +1 -1
- package/es/components/loading/index.d.ts +0 -48
- package/es/components/loading/loading.d.ts +0 -36
- package/lib/components/loading/index.d.ts +0 -48
- package/lib/components/loading/loading.d.ts +0 -36
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { addUnit as
|
|
1
|
+
import { defineComponent as v, computed as n, openBlock as a, createElementBlock as c, normalizeClass as f, unref as s, normalizeStyle as m } from "vue";
|
|
2
|
+
import { addUnit as g, isString as p } from "@vft/utils";
|
|
3
3
|
import "../config-provider/index.js";
|
|
4
4
|
import "@vueuse/core";
|
|
5
|
-
import { generateCssVars as
|
|
5
|
+
import { generateCssVars as h } from "../../utils/ns-cover.js";
|
|
6
6
|
import "lodash";
|
|
7
|
-
import { useNamespace as
|
|
7
|
+
import { useNamespace as z } from "../../hooks/use-namespace/index.js";
|
|
8
8
|
import "@popperjs/core";
|
|
9
9
|
import "../../hooks/use-z-index/index.js";
|
|
10
|
-
import { useGlobalConfig as
|
|
11
|
-
const
|
|
10
|
+
import { useGlobalConfig as I } from "../config-provider/hooks/use-global-config.js";
|
|
11
|
+
const k = ["src"], u = (
|
|
12
12
|
/* hoist-static*/
|
|
13
|
-
|
|
14
|
-
),
|
|
15
|
-
name:
|
|
16
|
-
}),
|
|
17
|
-
...
|
|
13
|
+
z("icon")
|
|
14
|
+
), B = v({
|
|
15
|
+
name: "vft-icon"
|
|
16
|
+
}), j = /* @__PURE__ */ v({
|
|
17
|
+
...B,
|
|
18
18
|
props: {
|
|
19
19
|
icon: {},
|
|
20
20
|
size: {},
|
|
@@ -25,32 +25,35 @@ const z = ["src"], n = (
|
|
|
25
25
|
hoverColor: {}
|
|
26
26
|
},
|
|
27
27
|
setup(o) {
|
|
28
|
-
var
|
|
29
|
-
const
|
|
30
|
-
() =>
|
|
28
|
+
var l;
|
|
29
|
+
const i = I(), r = n(
|
|
30
|
+
() => h(
|
|
31
31
|
{
|
|
32
|
-
size:
|
|
32
|
+
size: g(o.size),
|
|
33
33
|
color: o.color,
|
|
34
34
|
hoverColor: o.hoverColor,
|
|
35
35
|
cursor: o.pointer ? "pointer" : void 0,
|
|
36
|
-
animation: o.rotate ? `${
|
|
36
|
+
animation: o.rotate ? `${i.value.namespace}-rotate ${o.rotateSpeed}s linear 0s infinite` : void 0
|
|
37
37
|
},
|
|
38
38
|
"icon"
|
|
39
39
|
)
|
|
40
|
-
), d = (e) => e == null ? void 0 : e.includes("/"),
|
|
41
|
-
|
|
40
|
+
), d = (e) => e == null ? void 0 : e.includes("/"), y = n(() => d(o.icon)), C = n(() => {
|
|
41
|
+
var e, t;
|
|
42
|
+
return (e = i.value) != null && e.iconifyPrefixClass && o.icon && p(o.icon) ? o.icon.startsWith((t = i.value) == null ? void 0 : t.iconifyPrefixClass) : !1;
|
|
43
|
+
}).value ? "" : ((l = i.value) == null ? void 0 : l.iconfontClass) || "";
|
|
44
|
+
return (e, t) => y.value ? (a(), c("img", {
|
|
42
45
|
key: 0,
|
|
43
|
-
class:
|
|
46
|
+
class: f(s(u).e("image")),
|
|
44
47
|
src: e.icon,
|
|
45
48
|
alt: "",
|
|
46
|
-
style:
|
|
47
|
-
}, null, 14,
|
|
49
|
+
style: m(r.value)
|
|
50
|
+
}, null, 14, k)) : (a(), c("i", {
|
|
48
51
|
key: 1,
|
|
49
|
-
class:
|
|
50
|
-
style:
|
|
52
|
+
class: f([s(u).b(), e.icon, s(C)]),
|
|
53
|
+
style: m(r.value)
|
|
51
54
|
}, null, 6));
|
|
52
55
|
}
|
|
53
56
|
});
|
|
54
57
|
export {
|
|
55
|
-
|
|
58
|
+
j as default
|
|
56
59
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-icon.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/icon.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-icon-text.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/icon-text.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-iframe-layout.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/iframe-layout.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-image-viewer.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/image-viewer.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-infinite-scroll.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/infinite-scroll.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-input.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/input.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-link.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/link.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-list-cell.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/list-cell.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-loading.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/loading.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-logo.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/logo.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-main.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/main.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-md-code-demo.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/md-code-demo.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-md-code-tabs.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/md-code-tabs.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-md-comment.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/md-comment.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as b, getCurrentInstance as $, ref as x, onMounted as B, nextTick as H, unref as t, computed as I, openBlock as a, createElementBlock as c, normalizeClass as s, createBlock as C, createCommentVNode as k, createElementVNode as r, toDisplayString as T, createVNode as l, Fragment as L, renderList as M, withCtx as R, createTextVNode as q, renderSlot as F } from "vue";
|
|
2
2
|
import { useRouterHelper as j } from "@vft/router";
|
|
3
3
|
import { usePhotoSwipe as J, useEventListener as O } from "@vft/use";
|
|
4
4
|
import { jumpElement as Y, getRandomElementForArr as G, formatToDateTime as K, getDayTimestamp as Q } from "@vft/utils";
|
|
@@ -32,7 +32,7 @@ import "../form/index.js";
|
|
|
32
32
|
import "../full-screen/index.js";
|
|
33
33
|
import "../header-layout/index.js";
|
|
34
34
|
import "../horizontal-menu/index.js";
|
|
35
|
-
import { VftIcon as
|
|
35
|
+
import { VftIcon as V } from "../icon/index.js";
|
|
36
36
|
import { VftIconText as U } from "../icon-text/index.js";
|
|
37
37
|
import "../iframe-layout/index.js";
|
|
38
38
|
import "../image/index.js";
|
|
@@ -106,35 +106,35 @@ const mt = { class: "info-container" }, pt = {
|
|
|
106
106
|
}, at = { class: "infos" }, nt = {
|
|
107
107
|
class: "reading",
|
|
108
108
|
title: "阅读量"
|
|
109
|
-
}, st = ["data-path"], lt = /* @__PURE__ */
|
|
109
|
+
}, st = ["data-path"], lt = /* @__PURE__ */ r("ins", {
|
|
110
110
|
class: "adsbygoogle",
|
|
111
111
|
style: { display: "block", "text-align": "center" },
|
|
112
112
|
"data-ad-layout": "in-article",
|
|
113
113
|
"data-ad-format": "fluid",
|
|
114
114
|
"data-ad-client": "ca-pub-4046301015031382",
|
|
115
115
|
"data-ad-slot": "6525439078"
|
|
116
|
-
}, null, -1),
|
|
116
|
+
}, null, -1), p = (
|
|
117
117
|
/* hoist-static*/
|
|
118
118
|
tt("md-container")
|
|
119
|
-
), ct =
|
|
120
|
-
name:
|
|
121
|
-
}), se = /* @__PURE__ */
|
|
119
|
+
), ct = b({
|
|
120
|
+
name: "vft-md-container"
|
|
121
|
+
}), se = /* @__PURE__ */ b({
|
|
122
122
|
...ct,
|
|
123
123
|
setup(dt, { expose: D }) {
|
|
124
|
-
const d = $(), { initPhotoSwipe: w } = J(`.${
|
|
124
|
+
const d = $(), { initPhotoSwipe: w } = J(`.${p.e("content")} img`);
|
|
125
125
|
w(), it({}), et();
|
|
126
|
-
const n = x(), u = d.appContext.config.globalProperties.$router,
|
|
126
|
+
const n = x(), u = d.appContext.config.globalProperties.$router, i = u.currentRoute.value;
|
|
127
127
|
B(() => {
|
|
128
128
|
H(() => {
|
|
129
129
|
n.value = d.exposed.infos, setTimeout(() => {
|
|
130
|
-
Y(
|
|
130
|
+
Y(i.hash);
|
|
131
131
|
});
|
|
132
|
-
const e = document.querySelectorAll(".item.expand"),
|
|
132
|
+
const e = document.querySelectorAll(".item.expand"), m = document.querySelectorAll(
|
|
133
133
|
"div.language-vue"
|
|
134
134
|
);
|
|
135
135
|
for (let o = 0; o < e.length; o++)
|
|
136
136
|
O(e[o], "click", () => {
|
|
137
|
-
|
|
137
|
+
m[o].offsetHeight === 0 ? (m[o].style.height = "auto", m[o].style.visibility = "visible") : (m[o].style.height = "0px", m[o].style.visibility = "hidden");
|
|
138
138
|
});
|
|
139
139
|
});
|
|
140
140
|
}), D({
|
|
@@ -146,33 +146,33 @@ const mt = { class: "info-container" }, pt = {
|
|
|
146
146
|
}
|
|
147
147
|
const A = I(() => {
|
|
148
148
|
var e;
|
|
149
|
-
return (e =
|
|
149
|
+
return (e = i.meta.category) == null ? void 0 : e.includes("api");
|
|
150
150
|
}), N = x(Z());
|
|
151
|
-
return (e,
|
|
151
|
+
return console.log(i), (e, m) => {
|
|
152
152
|
var o, f, g, h, y, _;
|
|
153
153
|
return a(), c("div", {
|
|
154
|
-
class: s([t(
|
|
154
|
+
class: s([t(p).b(), t(p).is("api", A.value)])
|
|
155
155
|
}, [
|
|
156
156
|
(o = n.value) != null && o.sideData ? (a(), C(t(ot), {
|
|
157
157
|
key: 0,
|
|
158
158
|
items: n.value.sideData,
|
|
159
|
-
route: t(
|
|
159
|
+
route: t(i)
|
|
160
160
|
}, null, 8, ["items", "route"])) : k("", !0),
|
|
161
|
-
|
|
162
|
-
class: s(t(
|
|
161
|
+
r("div", {
|
|
162
|
+
class: s(t(p).e("header"))
|
|
163
163
|
}, [
|
|
164
|
-
|
|
165
|
-
class: s(t(
|
|
166
|
-
}, T((f = t(
|
|
167
|
-
|
|
168
|
-
(h = (g = t(
|
|
169
|
-
l(t(
|
|
164
|
+
r("h1", {
|
|
165
|
+
class: s(t(p).e("title"))
|
|
166
|
+
}, T((f = t(i).meta) == null ? void 0 : f.title), 3),
|
|
167
|
+
r("div", mt, [
|
|
168
|
+
(h = (g = t(i).meta) == null ? void 0 : g.category) != null && h.length ? (a(), c("div", pt, [
|
|
169
|
+
l(t(V), {
|
|
170
170
|
size: 14,
|
|
171
171
|
color: N.value,
|
|
172
172
|
icon: "icon-category",
|
|
173
173
|
class: "mr-8px"
|
|
174
174
|
}, null, 8, ["color"]),
|
|
175
|
-
(a(!0), c(L, null, M((y = t(
|
|
175
|
+
(a(!0), c(L, null, M((y = t(i).meta) == null ? void 0 : y.category, (v, P) => (a(), C(t(W), {
|
|
176
176
|
size: "small",
|
|
177
177
|
class: "mr-5px cursor-pointer",
|
|
178
178
|
type: t(G)(t(rt), 1)[0],
|
|
@@ -185,7 +185,7 @@ const mt = { class: "info-container" }, pt = {
|
|
|
185
185
|
_: 2
|
|
186
186
|
}, 1032, ["type", "onClick"]))), 128))
|
|
187
187
|
])) : k("", !0),
|
|
188
|
-
|
|
188
|
+
r("div", at, [
|
|
189
189
|
l(t(U), {
|
|
190
190
|
title: "发布时间",
|
|
191
191
|
icon: "icon-date",
|
|
@@ -193,16 +193,16 @@ const mt = { class: "info-container" }, pt = {
|
|
|
193
193
|
class: "mr-10px",
|
|
194
194
|
distance: 5,
|
|
195
195
|
text: t(K)(
|
|
196
|
-
new Date((_ = t(
|
|
196
|
+
new Date((_ = t(i).meta) == null ? void 0 : _.date).getTime() - t(Q)()
|
|
197
197
|
)
|
|
198
198
|
}, null, 8, ["text"]),
|
|
199
|
-
|
|
200
|
-
l(t(
|
|
199
|
+
r("div", nt, [
|
|
200
|
+
l(t(V), {
|
|
201
201
|
icon: "icon-reading",
|
|
202
202
|
size: 14,
|
|
203
203
|
class: "mr-5px"
|
|
204
204
|
}),
|
|
205
|
-
|
|
205
|
+
r("div", {
|
|
206
206
|
class: "waline-pageview-count lh-1",
|
|
207
207
|
"data-path": t(E)
|
|
208
208
|
}, "0", 8, st)
|
|
@@ -210,8 +210,8 @@ const mt = { class: "info-container" }, pt = {
|
|
|
210
210
|
])
|
|
211
211
|
])
|
|
212
212
|
], 2),
|
|
213
|
-
|
|
214
|
-
class: s(t(
|
|
213
|
+
r("div", {
|
|
214
|
+
class: s(t(p).e("content"))
|
|
215
215
|
}, [
|
|
216
216
|
F(e.$slots, "default")
|
|
217
217
|
], 2),
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import 'vft/es/components/md-comment/style/css';
|
|
2
|
+
import 'vft/es/components/md-code-demo/style/css';
|
|
3
|
+
import 'vft/es/components/md-code-tabs/style/css';
|
|
4
|
+
import 'vft/es/components/md-tabs/style/css';
|
|
5
|
+
import 'vft/es/components/md-vue-playground/style/css';
|
|
6
|
+
import 'vft/theme-style/vft-md-container.css';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import 'vft/es/components/md-comment/style';
|
|
2
|
+
import 'vft/es/components/md-code-tabs/style';
|
|
3
|
+
import 'vft/es/components/md-code-demo/style';
|
|
4
|
+
import 'vft/es/components/md-tabs/style';
|
|
5
|
+
import 'vft/es/components/md-vue-playground/style';
|
|
6
|
+
import 'vft/theme-style/src/md-container.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-md-tabs.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/md-tabs.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-md-vue-playground.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/md-vue-playground.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-menu-item-group.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/menu-item-group.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-message.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/message.scss';
|
|
@@ -26,6 +26,10 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
26
26
|
type: globalThis.PropType<boolean>;
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
|
+
draggable: {
|
|
30
|
+
type: globalThis.PropType<boolean>;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
29
33
|
trapFocus: {
|
|
30
34
|
type: globalThis.PropType<boolean>;
|
|
31
35
|
default: boolean;
|
|
@@ -38,10 +42,6 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
38
42
|
type: globalThis.PropType<boolean>;
|
|
39
43
|
default: boolean;
|
|
40
44
|
};
|
|
41
|
-
draggable: {
|
|
42
|
-
type: globalThis.PropType<boolean>;
|
|
43
|
-
default: boolean;
|
|
44
|
-
};
|
|
45
45
|
closeOnPressEscape: {
|
|
46
46
|
type: globalThis.PropType<boolean>;
|
|
47
47
|
default: boolean;
|
|
@@ -139,6 +139,10 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
139
139
|
type: globalThis.PropType<boolean>;
|
|
140
140
|
default: boolean;
|
|
141
141
|
};
|
|
142
|
+
draggable: {
|
|
143
|
+
type: globalThis.PropType<boolean>;
|
|
144
|
+
default: boolean;
|
|
145
|
+
};
|
|
142
146
|
trapFocus: {
|
|
143
147
|
type: globalThis.PropType<boolean>;
|
|
144
148
|
default: boolean;
|
|
@@ -151,10 +155,6 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
151
155
|
type: globalThis.PropType<boolean>;
|
|
152
156
|
default: boolean;
|
|
153
157
|
};
|
|
154
|
-
draggable: {
|
|
155
|
-
type: globalThis.PropType<boolean>;
|
|
156
|
-
default: boolean;
|
|
157
|
-
};
|
|
158
158
|
closeOnPressEscape: {
|
|
159
159
|
type: globalThis.PropType<boolean>;
|
|
160
160
|
default: boolean;
|
|
@@ -229,10 +229,10 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
229
229
|
center: boolean;
|
|
230
230
|
fullscreen: boolean;
|
|
231
231
|
modelValue: boolean;
|
|
232
|
+
draggable: boolean;
|
|
232
233
|
trapFocus: boolean;
|
|
233
234
|
customClass: string;
|
|
234
235
|
showClose: boolean;
|
|
235
|
-
draggable: boolean;
|
|
236
236
|
closeOnPressEscape: boolean;
|
|
237
237
|
alignCenter: boolean;
|
|
238
238
|
appendToBody: boolean;
|
|
@@ -278,6 +278,10 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
278
278
|
type: globalThis.PropType<boolean>;
|
|
279
279
|
default: boolean;
|
|
280
280
|
};
|
|
281
|
+
draggable: {
|
|
282
|
+
type: globalThis.PropType<boolean>;
|
|
283
|
+
default: boolean;
|
|
284
|
+
};
|
|
281
285
|
trapFocus: {
|
|
282
286
|
type: globalThis.PropType<boolean>;
|
|
283
287
|
default: boolean;
|
|
@@ -290,10 +294,6 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
290
294
|
type: globalThis.PropType<boolean>;
|
|
291
295
|
default: boolean;
|
|
292
296
|
};
|
|
293
|
-
draggable: {
|
|
294
|
-
type: globalThis.PropType<boolean>;
|
|
295
|
-
default: boolean;
|
|
296
|
-
};
|
|
297
297
|
closeOnPressEscape: {
|
|
298
298
|
type: globalThis.PropType<boolean>;
|
|
299
299
|
default: boolean;
|
|
@@ -368,10 +368,10 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
368
368
|
center: boolean;
|
|
369
369
|
fullscreen: boolean;
|
|
370
370
|
modelValue: boolean;
|
|
371
|
+
draggable: boolean;
|
|
371
372
|
trapFocus: boolean;
|
|
372
373
|
customClass: string;
|
|
373
374
|
showClose: boolean;
|
|
374
|
-
draggable: boolean;
|
|
375
375
|
closeOnPressEscape: boolean;
|
|
376
376
|
alignCenter: boolean;
|
|
377
377
|
appendToBody: boolean;
|
|
@@ -414,6 +414,10 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
414
414
|
type: globalThis.PropType<boolean>;
|
|
415
415
|
default: boolean;
|
|
416
416
|
};
|
|
417
|
+
draggable: {
|
|
418
|
+
type: globalThis.PropType<boolean>;
|
|
419
|
+
default: boolean;
|
|
420
|
+
};
|
|
417
421
|
trapFocus: {
|
|
418
422
|
type: globalThis.PropType<boolean>;
|
|
419
423
|
default: boolean;
|
|
@@ -426,10 +430,6 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
426
430
|
type: globalThis.PropType<boolean>;
|
|
427
431
|
default: boolean;
|
|
428
432
|
};
|
|
429
|
-
draggable: {
|
|
430
|
-
type: globalThis.PropType<boolean>;
|
|
431
|
-
default: boolean;
|
|
432
|
-
};
|
|
433
433
|
closeOnPressEscape: {
|
|
434
434
|
type: globalThis.PropType<boolean>;
|
|
435
435
|
default: boolean;
|
|
@@ -506,10 +506,10 @@ export declare const VftModal: import("vft/es/utils").SFCWithInstall<{
|
|
|
506
506
|
center: boolean;
|
|
507
507
|
fullscreen: boolean;
|
|
508
508
|
modelValue: boolean;
|
|
509
|
+
draggable: boolean;
|
|
509
510
|
trapFocus: boolean;
|
|
510
511
|
customClass: string;
|
|
511
512
|
showClose: boolean;
|
|
512
|
-
draggable: boolean;
|
|
513
513
|
closeOnPressEscape: boolean;
|
|
514
514
|
alignCenter: boolean;
|
|
515
515
|
appendToBody: boolean;
|
|
@@ -53,10 +53,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
53
53
|
center: boolean;
|
|
54
54
|
fullscreen: boolean;
|
|
55
55
|
modelValue: boolean;
|
|
56
|
+
draggable: boolean;
|
|
56
57
|
trapFocus: boolean;
|
|
57
58
|
customClass: string;
|
|
58
59
|
showClose: boolean;
|
|
59
|
-
draggable: boolean;
|
|
60
60
|
closeOnPressEscape: boolean;
|
|
61
61
|
alignCenter: boolean;
|
|
62
62
|
appendToBody: boolean;
|
|
@@ -101,11 +101,8 @@ import Y from "hotkeys-js";
|
|
|
101
101
|
import { onBeforeRouteLeave as Z } from "vue-router";
|
|
102
102
|
import tt from "./tab-content.vue2.js";
|
|
103
103
|
import { initAffixTabs as et, useTabsDrag as ot } from "./use/use-multiple-tabs.js";
|
|
104
|
-
const
|
|
105
|
-
|
|
106
|
-
X("multiple-tabs")
|
|
107
|
-
), rt = P({
|
|
108
|
-
name: k.b()
|
|
104
|
+
const rt = P({
|
|
105
|
+
name: "vft-multiple-tabs"
|
|
109
106
|
}), to = /* @__PURE__ */ P({
|
|
110
107
|
...rt,
|
|
111
108
|
props: {
|
|
@@ -116,7 +113,7 @@ const k = (
|
|
|
116
113
|
fixExtraScrollWidth: {}
|
|
117
114
|
},
|
|
118
115
|
setup(d) {
|
|
119
|
-
const l = D().appContext.config.globalProperties.$router, i = et(l);
|
|
116
|
+
const k = X("multiple-tabs"), l = D().appContext.config.globalProperties.$router, i = et(l);
|
|
120
117
|
d.canDrag && ot(i);
|
|
121
118
|
const u = G(), m = x(""), a = x(0), b = x(), { go: v } = j(l), c = y(() => u.getTabList.filter((t) => {
|
|
122
119
|
var e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/el-option.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/option.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/el-option-group.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/option-group.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-overlay.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/src/overlay.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'vft/theme-style/vft-p-image.css';
|