vft 0.0.144 → 0.0.145
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/app-components/form/form-label-wrap.d.ts +2 -2
- package/es/app-components/form/hooks/use-form-item.d.ts +2 -2
- package/es/component.d.ts +0 -1
- package/es/components/affix/affix.d.ts +1 -1
- package/es/components/affix/affix.vue.d.ts +6 -6
- package/es/components/affix/index.d.ts +17 -17
- package/es/components/alert/alert.vue.d.ts +1 -1
- package/es/components/alert/index.d.ts +2 -2
- package/es/components/autocomplete/autocomplete.vue.d.ts +32 -25
- package/es/components/autocomplete/index.d.ts +95 -74
- package/es/components/avatar/avatar.vue.d.ts +3 -1
- package/es/components/avatar/index.d.ts +8 -4
- package/es/components/backtop/backtop.vue.d.ts +3 -1
- package/es/components/backtop/index.d.ts +8 -4
- package/es/components/button/use-button.js +3 -3
- package/es/components/carousel/carousel.vue.d.ts +9 -9
- package/es/components/carousel/index.d.ts +16 -16
- package/es/components/check-tag/index.d.ts +1 -1
- package/es/components/checkbox/checkbox-button.vue.d.ts +4 -1
- package/es/components/checkbox/checkbox-group.vue.d.ts +4 -1
- package/es/components/checkbox/checkbox.vue.d.ts +16 -13
- package/es/components/checkbox/index.d.ts +80 -50
- package/es/components/clamp/index.d.ts +2 -2
- package/es/components/color-picker/color-picker.vue.d.ts +16 -11
- package/es/components/color-picker/index.d.ts +16 -11
- package/es/components/container/container.vue.d.ts +2 -2
- package/es/components/container/index.d.ts +10 -10
- package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +5 -1
- package/es/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +5 -1
- package/es/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +3 -1
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +6 -2
- package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +7 -2
- package/es/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +4 -4
- package/es/components/date-picker/date-picker.d.ts +3 -3
- package/es/components/date-picker/index.d.ts +6 -6
- package/es/components/date-picker/panel-utils.d.ts +78 -25
- package/es/components/descriptions/description.vue.d.ts +2 -2
- package/es/components/descriptions/index.d.ts +9 -9
- package/es/components/dialog/dialog-content.vue.d.ts +3 -1
- package/es/components/dialog/dialog.vue.d.ts +7 -7
- package/es/components/dialog/index.d.ts +17 -17
- package/es/components/divider/divider.vue.d.ts +2 -2
- package/es/components/divider/index.d.ts +4 -4
- package/es/components/drawer/drawer.vue.d.ts +7 -7
- package/es/components/drawer/index.d.ts +17 -17
- package/es/components/dropdown/dropdown.vue.d.ts +29 -29
- package/es/components/dropdown/index.d.ts +50 -50
- package/es/components/form/form-item.vue.d.ts +9 -9
- package/es/components/form/form.vue.d.ts +5 -3
- package/es/components/form/index.d.ts +56 -52
- package/es/components/image/image.vue.d.ts +7 -1
- package/es/components/image/index.d.ts +19 -7
- package/es/components/image-viewer/image-viewer.vue.d.ts +2 -2
- package/es/components/image-viewer/index.d.ts +5 -5
- package/es/components/index.js +113 -113
- package/es/components/input/index.d.ts +51 -51
- package/es/components/input/input.vue.d.ts +17 -17
- package/es/components/input-number/index.d.ts +5 -5
- package/es/components/input-number/input-number.vue.d.ts +5 -5
- package/es/components/link/index.d.ts +9 -5
- package/es/components/link/link.vue.d.ts +3 -1
- package/es/components/md-code-demo/index.d.ts +3 -3
- package/es/components/md-code-demo/md-code-demo.d.ts +3 -3
- package/es/components/md-container/md-container.vue2.js +51 -43
- package/es/components/menu/index.d.ts +24 -8
- package/es/components/menu/menu-item.vue.d.ts +5 -1
- package/es/components/menu/menu.vue.d.ts +2 -2
- package/es/components/message/message.vue.d.ts +3 -1
- package/es/components/modal/index.d.ts +497 -1
- package/es/components/modal/modal.vue.d.ts +246 -1
- package/es/components/overlay/index.d.ts +3 -1
- package/es/components/overlay/overlay.vue.d.ts +3 -1
- package/es/components/pagination/components/next.vue.d.ts +3 -1
- package/es/components/pagination/components/pager.vue.d.ts +3 -1
- package/es/components/pagination/components/prev.vue.d.ts +3 -1
- package/es/components/pagination/components/sizes.vue.d.ts +3 -1
- package/es/components/pagination/index.d.ts +6 -6
- package/es/components/pagination/pagination.vue.d.ts +6 -6
- package/es/components/popconfirm/index.d.ts +9 -9
- package/es/components/popconfirm/popconfirm.vue.d.ts +6 -6
- package/es/components/popover/index.d.ts +19 -7
- package/es/components/popover/popover.vue.d.ts +7 -1
- package/es/components/popper/composables/use-content.d.ts +3 -3
- package/es/components/popper/content.vue.d.ts +7 -1
- package/es/components/popper/index.d.ts +4 -4
- package/es/components/popper/popper.vue.d.ts +2 -2
- package/es/components/progress/index.d.ts +1 -1
- package/es/components/qrcode/index.d.ts +4 -1
- package/es/components/qrcode/qrcode.vue.d.ts +4 -1
- package/es/components/radio/index.d.ts +55 -37
- package/es/components/radio/radio-group.vue.d.ts +10 -7
- package/es/components/radio/radio.vue.d.ts +4 -1
- package/es/components/row/index.d.ts +1 -1
- package/es/components/scrollbar/index.d.ts +11 -11
- package/es/components/scrollbar/scrollbar.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +9 -9
- package/es/components/select/index.d.ts +2 -1646
- package/es/components/select/select.vue.d.ts +1 -823
- package/es/components/select/useSelect.d.ts +25 -18
- package/es/components/slider/button.vue.d.ts +1 -1
- package/es/components/slider/composables/use-slide.d.ts +4 -4
- package/es/components/slider/index.d.ts +3 -3
- package/es/components/slider/slider.vue.d.ts +3 -3
- package/es/components/space/index.d.ts +3 -3
- package/es/components/space/space.d.ts +4 -4
- package/es/components/super-form/index.d.ts +38 -38
- package/es/components/super-form/super-form-item.vue2.js +3 -1
- package/es/components/super-form/super-form.vue.d.ts +16 -16
- package/es/components/super-form/super-form.vue2.js +73 -74
- package/es/components/super-form/types.d.ts +176 -0
- package/es/components/super-form/use/use-form-events.d.ts +30 -0
- package/es/components/super-form/use/use-form-events.js +61 -59
- package/es/components/super-form/use/use-form-values.d.ts +14 -0
- package/es/components/switch/index.d.ts +23 -19
- package/es/components/switch/switch.vue.d.ts +23 -19
- package/es/components/table/index.d.ts +233 -63
- package/es/components/table/table.vue.d.ts +118 -33
- package/es/components/table/table.vue2.js +1 -1
- package/es/components/table/types.d.ts +56 -0
- package/es/components/table/use/use-columns.d.ts +12 -12
- package/es/components/tabs/index.d.ts +11 -11
- package/es/components/tabs/tab-nav.vue.d.ts +6 -1
- package/es/components/tabs/tab-nav.vue2.js +15 -13
- package/es/components/tabs/tabs.vue.d.ts +9 -13
- package/es/components/tabs/tabs.vue2.js +53 -68
- package/es/components/tag/index.d.ts +4 -1
- package/es/components/tag/tag.vue.d.ts +4 -1
- package/es/components/time-picker/common/picker.vue.d.ts +13 -4
- package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +6 -6
- package/es/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +5 -1
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +5 -1
- package/es/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +5 -1
- package/es/components/time-picker/time-picker.d.ts +3 -3
- package/es/components/time-select/time-select.vue.d.ts +7 -2
- package/es/components/tooltip/index.d.ts +34 -20
- package/es/components/tooltip/tooltip.vue.d.ts +10 -3
- package/es/components/tree/index.d.ts +70 -70
- package/es/components/tree/tree.vue.d.ts +18 -18
- package/es/components/types.d.ts +3 -0
- package/es/components/upload/index.d.ts +37 -37
- package/es/components/upload/upload-content.vue.d.ts +20 -20
- package/es/components/upload/upload.vue.d.ts +20 -20
- package/es/components/verify-code/index.d.ts +2 -6
- package/es/components/verify-code/verify-code.vue.d.ts +2 -6
- package/es/components/virtual-list/builders/build-list.d.ts +3 -3
- package/es/components/virtual-list/components/dynamic-size-list.d.ts +3 -3
- package/es/components/virtual-list/components/fixed-size-list.d.ts +3 -3
- package/es/components/virtual-list/components/scrollbar.d.ts +3 -3
- package/es/components/virtual-list/props.d.ts +2 -2
- package/es/defaults.d.ts +1 -1
- package/es/hooks/use-popper/index.d.ts +3 -3
- package/es/index.d.ts +1 -1
- package/es/index.js +113 -113
- package/es/make-installer.d.ts +1 -1
- package/es/package.json.d.ts +2 -2
- package/es/package.json.js +1 -1
- package/es/plugin.d.ts +0 -1
- package/lib/app-components/form/form-label-wrap.d.ts +2 -2
- package/lib/app-components/form/hooks/use-form-item.d.ts +2 -2
- package/lib/component.d.ts +0 -1
- package/lib/components/affix/affix.d.ts +1 -1
- package/lib/components/affix/affix.vue.d.ts +6 -6
- package/lib/components/affix/index.d.ts +17 -17
- package/lib/components/alert/alert.vue.d.ts +1 -1
- package/lib/components/alert/index.d.ts +2 -2
- package/lib/components/autocomplete/autocomplete.vue.d.ts +32 -25
- package/lib/components/autocomplete/index.d.ts +95 -74
- package/lib/components/avatar/avatar.vue.d.ts +3 -1
- package/lib/components/avatar/index.d.ts +8 -4
- package/lib/components/backtop/backtop.vue.d.ts +3 -1
- package/lib/components/backtop/index.d.ts +8 -4
- package/lib/components/button/use-button.cjs +1 -1
- package/lib/components/carousel/carousel.vue.d.ts +9 -9
- package/lib/components/carousel/index.d.ts +16 -16
- package/lib/components/check-tag/index.d.ts +1 -1
- package/lib/components/checkbox/checkbox-button.vue.d.ts +4 -1
- package/lib/components/checkbox/checkbox-group.vue.d.ts +4 -1
- package/lib/components/checkbox/checkbox.vue.d.ts +16 -13
- package/lib/components/checkbox/index.d.ts +80 -50
- package/lib/components/clamp/index.d.ts +2 -2
- package/lib/components/color-picker/color-picker.vue.d.ts +16 -11
- package/lib/components/color-picker/index.d.ts +16 -11
- package/lib/components/container/container.vue.d.ts +2 -2
- package/lib/components/container/index.d.ts +10 -10
- package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +5 -1
- package/lib/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +5 -1
- package/lib/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +3 -1
- package/lib/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +6 -2
- package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +7 -2
- package/lib/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +4 -4
- package/lib/components/date-picker/date-picker.d.ts +3 -3
- package/lib/components/date-picker/index.d.ts +6 -6
- package/lib/components/date-picker/panel-utils.d.ts +78 -25
- package/lib/components/descriptions/description.vue.d.ts +2 -2
- package/lib/components/descriptions/index.d.ts +9 -9
- package/lib/components/dialog/dialog-content.vue.d.ts +3 -1
- package/lib/components/dialog/dialog.vue.d.ts +7 -7
- package/lib/components/dialog/index.d.ts +17 -17
- package/lib/components/divider/divider.vue.d.ts +2 -2
- package/lib/components/divider/index.d.ts +4 -4
- package/lib/components/drawer/drawer.vue.d.ts +7 -7
- package/lib/components/drawer/index.d.ts +17 -17
- package/lib/components/dropdown/dropdown.vue.d.ts +29 -29
- package/lib/components/dropdown/index.d.ts +50 -50
- package/lib/components/form/form-item.vue.d.ts +9 -9
- package/lib/components/form/form.vue.d.ts +5 -3
- package/lib/components/form/index.d.ts +56 -52
- package/lib/components/image/image.vue.d.ts +7 -1
- package/lib/components/image/index.d.ts +19 -7
- package/lib/components/image-viewer/image-viewer.vue.d.ts +2 -2
- package/lib/components/image-viewer/index.d.ts +5 -5
- package/lib/components/index.cjs +1 -1
- package/lib/components/input/index.d.ts +51 -51
- package/lib/components/input/input.vue.d.ts +17 -17
- package/lib/components/input-number/index.d.ts +5 -5
- package/lib/components/input-number/input-number.vue.d.ts +5 -5
- package/lib/components/link/index.d.ts +9 -5
- package/lib/components/link/link.vue.d.ts +3 -1
- package/lib/components/md-code-demo/index.d.ts +3 -3
- package/lib/components/md-code-demo/md-code-demo.d.ts +3 -3
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/menu/index.d.ts +24 -8
- package/lib/components/menu/menu-item.vue.d.ts +5 -1
- package/lib/components/menu/menu.vue.d.ts +2 -2
- package/lib/components/message/message.vue.d.ts +3 -1
- package/lib/components/modal/index.d.ts +497 -1
- package/lib/components/modal/modal.vue.d.ts +246 -1
- package/lib/components/overlay/index.d.ts +3 -1
- package/lib/components/overlay/overlay.vue.d.ts +3 -1
- package/lib/components/pagination/components/next.vue.d.ts +3 -1
- package/lib/components/pagination/components/pager.vue.d.ts +3 -1
- package/lib/components/pagination/components/prev.vue.d.ts +3 -1
- package/lib/components/pagination/components/sizes.vue.d.ts +3 -1
- package/lib/components/pagination/index.d.ts +6 -6
- package/lib/components/pagination/pagination.vue.d.ts +6 -6
- package/lib/components/popconfirm/index.d.ts +9 -9
- package/lib/components/popconfirm/popconfirm.vue.d.ts +6 -6
- package/lib/components/popover/index.d.ts +19 -7
- package/lib/components/popover/popover.vue.d.ts +7 -1
- package/lib/components/popper/composables/use-content.d.ts +3 -3
- package/lib/components/popper/content.vue.d.ts +7 -1
- package/lib/components/popper/index.d.ts +4 -4
- package/lib/components/popper/popper.vue.d.ts +2 -2
- package/lib/components/progress/index.d.ts +1 -1
- package/lib/components/qrcode/index.d.ts +4 -1
- package/lib/components/qrcode/qrcode.vue.d.ts +4 -1
- package/lib/components/radio/index.d.ts +55 -37
- package/lib/components/radio/radio-group.vue.d.ts +10 -7
- package/lib/components/radio/radio.vue.d.ts +4 -1
- package/lib/components/row/index.d.ts +1 -1
- package/lib/components/scrollbar/index.d.ts +11 -11
- package/lib/components/scrollbar/scrollbar.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +9 -9
- package/lib/components/select/index.d.ts +2 -1646
- package/lib/components/select/select.vue.d.ts +1 -823
- package/lib/components/select/useSelect.d.ts +25 -18
- package/lib/components/slider/button.vue.d.ts +1 -1
- package/lib/components/slider/composables/use-slide.d.ts +4 -4
- package/lib/components/slider/index.d.ts +3 -3
- package/lib/components/slider/slider.vue.d.ts +3 -3
- package/lib/components/space/index.d.ts +3 -3
- package/lib/components/space/space.d.ts +4 -4
- package/lib/components/super-form/index.d.ts +38 -38
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/components/super-form/super-form.vue.d.ts +16 -16
- package/lib/components/super-form/super-form.vue2.cjs +1 -1
- package/lib/components/super-form/types.d.ts +176 -0
- package/lib/components/super-form/use/use-form-events.cjs +1 -1
- package/lib/components/super-form/use/use-form-events.d.ts +30 -0
- package/lib/components/super-form/use/use-form-values.d.ts +14 -0
- package/lib/components/switch/index.d.ts +23 -19
- package/lib/components/switch/switch.vue.d.ts +23 -19
- package/lib/components/table/index.d.ts +233 -63
- package/lib/components/table/table.vue.d.ts +118 -33
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/components/table/types.d.ts +56 -0
- package/lib/components/table/use/use-columns.d.ts +12 -12
- package/lib/components/tabs/index.d.ts +11 -11
- package/lib/components/tabs/tab-nav.vue.d.ts +6 -1
- package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
- package/lib/components/tabs/tabs.vue.d.ts +9 -13
- package/lib/components/tabs/tabs.vue2.cjs +1 -1
- package/lib/components/tag/index.d.ts +4 -1
- package/lib/components/tag/tag.vue.d.ts +4 -1
- package/lib/components/time-picker/common/picker.vue.d.ts +13 -4
- package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +6 -6
- package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +5 -1
- package/lib/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +5 -1
- package/lib/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +5 -1
- package/lib/components/time-picker/time-picker.d.ts +3 -3
- package/lib/components/time-select/time-select.vue.d.ts +7 -2
- package/lib/components/tooltip/index.d.ts +34 -20
- package/lib/components/tooltip/tooltip.vue.d.ts +10 -3
- package/lib/components/tree/index.d.ts +70 -70
- package/lib/components/tree/tree.vue.d.ts +18 -18
- package/lib/components/types.d.ts +3 -0
- package/lib/components/upload/index.d.ts +37 -37
- package/lib/components/upload/upload-content.vue.d.ts +20 -20
- package/lib/components/upload/upload.vue.d.ts +20 -20
- package/lib/components/verify-code/index.d.ts +2 -6
- package/lib/components/verify-code/verify-code.vue.d.ts +2 -6
- package/lib/components/virtual-list/builders/build-list.d.ts +3 -3
- package/lib/components/virtual-list/components/dynamic-size-list.d.ts +3 -3
- package/lib/components/virtual-list/components/fixed-size-list.d.ts +3 -3
- package/lib/components/virtual-list/components/scrollbar.d.ts +3 -3
- package/lib/components/virtual-list/props.d.ts +2 -2
- package/lib/defaults.d.ts +1 -1
- package/lib/hooks/use-popper/index.d.ts +3 -3
- package/lib/index.cjs +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/make-installer.d.ts +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +2 -2
- package/lib/plugin.d.ts +0 -1
- package/package.json +6 -6
- package/theme-style/index.css +1 -1
- package/theme-style/src/super-form.scss +5 -0
- package/theme-style/vft-super-form.css +1 -1
- package/web-types.json +1 -1
- package/es/components/button/button.vue.d.ts +0 -209
- package/es/components/button/index.d.ts +0 -593
- package/es/components/button/use-button.d.ts +0 -20
- package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +0 -6
- package/es/components/checkbox/composables/use-checkbox.d.ts +0 -15
- package/es/components/config-provider/hooks/use-global-config.d.ts +0 -31
- package/es/components/form/hooks/use-form-common-props.d.ts +0 -6
- package/es/components/loading/index.d.ts +0 -48
- package/es/components/loading/loading.d.ts +0 -36
- package/es/components/radio/use-radio.d.ts +0 -15
- package/es/components/upload/use-handlers.d.ts +0 -23
- package/lib/components/button/button.vue.d.ts +0 -209
- package/lib/components/button/index.d.ts +0 -593
- package/lib/components/button/use-button.d.ts +0 -20
- package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +0 -6
- package/lib/components/checkbox/composables/use-checkbox.d.ts +0 -15
- package/lib/components/config-provider/hooks/use-global-config.d.ts +0 -31
- package/lib/components/form/hooks/use-form-common-props.d.ts +0 -6
- package/lib/components/loading/index.d.ts +0 -48
- package/lib/components/loading/loading.d.ts +0 -36
- package/lib/components/radio/use-radio.d.ts +0 -15
- package/lib/components/upload/use-handlers.d.ts +0 -23
package/es/index.js
CHANGED
|
@@ -126,45 +126,45 @@ import { cAF as qf, rAF as Zf } from "./utils/vue/raf.js";
|
|
|
126
126
|
import { composeRefs as Xf } from "./utils/vue/refs.js";
|
|
127
127
|
import { PatchFlags as ep, ensureOnlyChild as op, flattedChildren as rp, getFirstValidNode as tp, getNormalizedProps as fp, isComment as pp, isFragment as mp, isTemplate as ap, isText as xp, isValidElementNode as ip, renderBlock as sp, renderIf as np } from "./utils/vue/vnode.js";
|
|
128
128
|
import { default as Vp } from "dayjs";
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import { default as lm } from "./components/popper/
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
129
|
+
import { buttonGroupContextKey as dp } from "./components/button/constants.js";
|
|
130
|
+
import { checkboxGroupContextKey as Ip } from "./components/checkbox/constants.js";
|
|
131
|
+
import { configProviderContextKey as Tp, messageConfig as gp } from "./components/config-provider/constants.js";
|
|
132
|
+
import { provideGlobalConfig as Dp, useGlobalComponentSettings as Pp, useGlobalConfig as Sp } from "./components/config-provider/hooks/use-global-config.js";
|
|
133
|
+
import { ROOT_PICKER_INJECTION_KEY as yp, datePickerConfig as Mp } from "./components/date-picker/constants.js";
|
|
134
|
+
import { datePickerProps as bp } from "./components/date-picker/props/date-picker.js";
|
|
135
|
+
import { dialogInjectionKey as Ap } from "./components/dialog/constants.js";
|
|
136
|
+
import { useDialog as Kp } from "./components/dialog/hooks/use-dialog.js";
|
|
137
|
+
import { DROPDOWN_INJECTION_KEY as Rp } from "./components/dropdown/tokens.js";
|
|
138
|
+
import { EmptyEnum as Op } from "./components/empty/constants.js";
|
|
139
|
+
import { formContextKey as wp, formItemContextKey as zp } from "./components/form/constants.js";
|
|
140
|
+
import { useDisabled as Up, useFormDisabled as Yp, useFormSize as Bp, useSize as Hp } from "./components/form/hooks/use-form-common-props.js";
|
|
141
|
+
import { useFormItem as Wp, useFormItemInputId as jp } from "./components/form/hooks/use-form-item.js";
|
|
142
|
+
import { formItemValidateStates as Zp } from "./components/form/types.js";
|
|
143
|
+
import { MenuTypeEnum as Xp } from "./components/horizontal-menu/constants.js";
|
|
144
|
+
import { initAffixTabs as em, useTabsDrag as om } from "./components/multiple-tabs/use/use-multiple-tabs.js";
|
|
145
|
+
import { useTabDropdown as tm } from "./components/multiple-tabs/use/use-tab-dropdown.js";
|
|
146
|
+
import { usePagination as pm, vftPaginationKey as mm } from "./components/pagination/usePagination.js";
|
|
147
|
+
import { default as xm } from "./components/popper/arrow.vue2.js";
|
|
148
|
+
import { default as sm } from "./components/popper/content.vue2.js";
|
|
149
|
+
import { default as lm } from "./components/popper/trigger.vue2.js";
|
|
150
|
+
import { radioGroupKey as um } from "./components/radio/constants.js";
|
|
151
|
+
import { rowContextKey as cm } from "./components/row/constants.js";
|
|
152
|
+
import { scrollbarContextKey as Cm } from "./components/scrollbar/constants.js";
|
|
153
|
+
import { BAR_MAP as gm, GAP as Em, renderThumbStyle as Dm } from "./components/scrollbar/util.js";
|
|
154
|
+
import { selectInjectionKey as Sm } from "./components/select/token.js";
|
|
155
|
+
import { sliderContextKey as ym } from "./components/slider/constants.js";
|
|
156
|
+
import { sliderEmits as _m } from "./components/slider/slider.js";
|
|
157
|
+
import { spaceProps as Lm } from "./components/space/space.js";
|
|
158
|
+
import { useSpace as Nm } from "./components/space/use-space.js";
|
|
159
|
+
import { ACTION_FIELD as vm, CHECKED_FIELD as Rm, CREATE_TIME_FIELD as km, DATE_FIELD as Om, DATE_TIME_FIELD as hm, ID_FIELD as wm, NAME_FIELD as zm, SEQ_FIELD as Gm, STATUS_FIELD as Um, UPDATE_TIME_FIELD as Ym } from "./components/table/field.js";
|
|
160
|
+
import { useTable as Hm } from "./components/table/use/use-table.js";
|
|
161
|
+
import { addRequire as Wm, removeRequire as jm, selectMapping as qm } from "./components/table/utils.js";
|
|
162
|
+
import { TabsRootContextKey as Qm } from "./components/tabs/types.js";
|
|
163
|
+
import { timePickerDefaultProps as $m } from "./components/time-picker/common/props.js";
|
|
164
|
+
import { DEFAULT_FORMATS_DATE as oa, DEFAULT_FORMATS_DATEPICKER as ra, DEFAULT_FORMATS_TIME as ta, timeUnits as fa } from "./components/time-picker/constants.js";
|
|
165
|
+
import { buildTimeList as ma, dateEquals as aa, extractDateFormat as xa, extractTimeFormat as ia, formatter as sa, makeList as na, parseDate as la, rangeArr as Va, valueEquals as ua } from "./components/time-picker/utils.js";
|
|
166
|
+
import { default as ca } from "./components/time-picker/common/picker.vue2.js";
|
|
167
|
+
import { default as Ca } from "./components/time-picker/time-picker-com/panel-time-pick.vue2.js";
|
|
168
168
|
import { TOOLTIP_INJECTION_KEY as ga } from "./components/tooltip/constants.js";
|
|
169
169
|
import { getChildState as Da } from "./components/tree/model/node.js";
|
|
170
170
|
import { dragEventsKey as Sa, useDragNodeHandler as Fa } from "./components/tree/model/useDragNode.js";
|
|
@@ -178,46 +178,46 @@ import { Loading as Za } from "./components/loading/service.js";
|
|
|
178
178
|
import { messageDefaults as Xa, messageTypes as $a } from "./components/message/types.js";
|
|
179
179
|
const r = e.install, t = e.version;
|
|
180
180
|
export {
|
|
181
|
-
|
|
182
|
-
|
|
181
|
+
vm as ACTION_FIELD,
|
|
182
|
+
gm as BAR_MAP,
|
|
183
183
|
ft as CHANGE_EVENT,
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
184
|
+
Rm as CHECKED_FIELD,
|
|
185
|
+
km as CREATE_TIME_FIELD,
|
|
186
|
+
ca as CommonPicker,
|
|
187
187
|
m as CompResolver,
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
188
|
+
Om as DATE_FIELD,
|
|
189
|
+
hm as DATE_TIME_FIELD,
|
|
190
|
+
oa as DEFAULT_FORMATS_DATE,
|
|
191
|
+
ra as DEFAULT_FORMATS_DATEPICKER,
|
|
192
|
+
ta as DEFAULT_FORMATS_TIME,
|
|
193
|
+
Rp as DROPDOWN_INJECTION_KEY,
|
|
194
194
|
mr as DynamicSizeGrid,
|
|
195
195
|
xr as DynamicSizeList,
|
|
196
196
|
$r as EVENT_CODE,
|
|
197
|
-
|
|
197
|
+
Op as EmptyEnum,
|
|
198
198
|
Et as FORWARD_REF_INJECTION_KEY,
|
|
199
199
|
sr as FixedSizeGrid,
|
|
200
200
|
lr as FixedSizeList,
|
|
201
201
|
La as FormCompEnum,
|
|
202
|
-
|
|
203
|
-
|
|
202
|
+
Em as GAP,
|
|
203
|
+
wm as ID_FIELD,
|
|
204
204
|
Ft as ID_INJECTION_KEY,
|
|
205
205
|
pt as INPUT_EVENT,
|
|
206
206
|
xt as INSTALLED_KEY,
|
|
207
207
|
_e as Icon,
|
|
208
|
-
|
|
208
|
+
Xp as MenuTypeEnum,
|
|
209
209
|
Jr as Message,
|
|
210
|
-
|
|
210
|
+
zm as NAME_FIELD,
|
|
211
211
|
ep as PatchFlags,
|
|
212
|
-
|
|
213
|
-
|
|
212
|
+
yp as ROOT_PICKER_INJECTION_KEY,
|
|
213
|
+
Gm as SEQ_FIELD,
|
|
214
214
|
Zt as SIZE_INJECTION_KEY,
|
|
215
|
-
|
|
215
|
+
Um as STATUS_FIELD,
|
|
216
216
|
ga as TOOLTIP_INJECTION_KEY,
|
|
217
|
-
|
|
218
|
-
|
|
217
|
+
Qm as TabsRootContextKey,
|
|
218
|
+
Ca as TimePickPanel,
|
|
219
219
|
mt as UPDATE_MODEL_EVENT,
|
|
220
|
-
|
|
220
|
+
Ym as UPDATE_TIME_FIELD,
|
|
221
221
|
s as VftAlert,
|
|
222
222
|
w as VftAside,
|
|
223
223
|
Tr as VftAutocomplete,
|
|
@@ -293,9 +293,9 @@ export {
|
|
|
293
293
|
io as VftPopconfirm,
|
|
294
294
|
no as VftPopover,
|
|
295
295
|
Vo as VftPopper,
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
296
|
+
xm as VftPopperArrow,
|
|
297
|
+
sm as VftPopperContent,
|
|
298
|
+
lm as VftPopperTrigger,
|
|
299
299
|
Pr as VftProgress,
|
|
300
300
|
Qr as VftProgressI,
|
|
301
301
|
co as VftQrcode,
|
|
@@ -328,28 +328,28 @@ export {
|
|
|
328
328
|
ot as WEEK_DAYS,
|
|
329
329
|
Rt as _bem,
|
|
330
330
|
Aa as add,
|
|
331
|
-
|
|
331
|
+
Wm as addRequire,
|
|
332
332
|
Yf as buildProp,
|
|
333
333
|
Bf as buildProps,
|
|
334
|
-
|
|
335
|
-
|
|
334
|
+
ma as buildTimeList,
|
|
335
|
+
dp as buttonGroupContextKey,
|
|
336
336
|
qf as cAF,
|
|
337
337
|
Ba as carouselContextKey,
|
|
338
|
-
|
|
338
|
+
Ip as checkboxGroupContextKey,
|
|
339
339
|
Na as componentMap,
|
|
340
340
|
st as componentSizeMap,
|
|
341
341
|
nt as componentSizes,
|
|
342
342
|
Ef as composeEventHandlers,
|
|
343
343
|
Xf as composeRefs,
|
|
344
|
-
|
|
344
|
+
Tp as configProviderContextKey,
|
|
345
345
|
H as createContextMenu,
|
|
346
346
|
Wa as createLoadingDirective,
|
|
347
347
|
At as createModelToggleComposable,
|
|
348
348
|
_f as cssVarValue,
|
|
349
|
-
|
|
349
|
+
aa as dateEquals,
|
|
350
350
|
rt as datePickTypes,
|
|
351
|
-
|
|
352
|
-
|
|
351
|
+
Mp as datePickerConfig,
|
|
352
|
+
bp as datePickerProps,
|
|
353
353
|
Vp as dayjs,
|
|
354
354
|
Cf as debugWarn,
|
|
355
355
|
e as default,
|
|
@@ -358,18 +358,18 @@ export {
|
|
|
358
358
|
Hf as definePropType,
|
|
359
359
|
Ka as del,
|
|
360
360
|
J as destroyContextMenu,
|
|
361
|
-
|
|
361
|
+
Ap as dialogInjectionKey,
|
|
362
362
|
Sa as dragEventsKey,
|
|
363
363
|
op as ensureOnlyChild,
|
|
364
364
|
Jf as epPropKey,
|
|
365
365
|
kf as escapeStringRegexp,
|
|
366
|
-
|
|
367
|
-
|
|
366
|
+
xa as extractDateFormat,
|
|
367
|
+
ia as extractTimeFormat,
|
|
368
368
|
rp as flattedChildren,
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
369
|
+
wp as formContextKey,
|
|
370
|
+
zp as formItemContextKey,
|
|
371
|
+
Zp as formItemValidateStates,
|
|
372
|
+
sa as formatter,
|
|
373
373
|
Ga as genFileId,
|
|
374
374
|
bf as generateCssVars,
|
|
375
375
|
Da as getChildState,
|
|
@@ -383,7 +383,7 @@ export {
|
|
|
383
383
|
Vf as getScrollBarWidth,
|
|
384
384
|
uf as getScrollContainer,
|
|
385
385
|
Ff as getSizeType,
|
|
386
|
-
|
|
386
|
+
em as initAffixTabs,
|
|
387
387
|
r as install,
|
|
388
388
|
pp as isComment,
|
|
389
389
|
va as isDatePicker,
|
|
@@ -398,54 +398,54 @@ export {
|
|
|
398
398
|
yf as isValidComponentSize,
|
|
399
399
|
ip as isValidElementNode,
|
|
400
400
|
x as makeInstaller,
|
|
401
|
-
|
|
402
|
-
|
|
401
|
+
na as makeList,
|
|
402
|
+
gp as messageConfig,
|
|
403
403
|
Xa as messageDefaults,
|
|
404
404
|
$a as messageTypes,
|
|
405
405
|
vf as mutable,
|
|
406
406
|
Ot as namespaceContextKey,
|
|
407
|
-
|
|
407
|
+
la as parseDate,
|
|
408
408
|
Lf as primaryColor,
|
|
409
|
-
|
|
409
|
+
Dp as provideGlobalConfig,
|
|
410
410
|
Zf as rAF,
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
411
|
+
um as radioGroupKey,
|
|
412
|
+
Va as rangeArr,
|
|
413
|
+
jm as removeRequire,
|
|
414
414
|
sp as renderBlock,
|
|
415
415
|
np as renderIf,
|
|
416
|
-
|
|
417
|
-
|
|
416
|
+
Dm as renderThumbStyle,
|
|
417
|
+
cm as rowContextKey,
|
|
418
418
|
cf as scrollIntoView,
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
419
|
+
Cm as scrollbarContextKey,
|
|
420
|
+
Sm as selectInjectionKey,
|
|
421
|
+
qm as selectMapping,
|
|
422
422
|
Af as setCssVar,
|
|
423
423
|
Nf as setPrimaryColorCssvars,
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
424
|
+
ym as sliderContextKey,
|
|
425
|
+
_m as sliderEmits,
|
|
426
|
+
Lm as spaceProps,
|
|
427
427
|
Tf as throwError,
|
|
428
|
-
|
|
429
|
-
|
|
428
|
+
$m as timePickerDefaultProps,
|
|
429
|
+
fa as timeUnits,
|
|
430
430
|
Ua as uploadContextKey,
|
|
431
431
|
Vt as useAttrs,
|
|
432
432
|
j as useContextMenu,
|
|
433
433
|
dt as useDelayedToggle,
|
|
434
|
-
|
|
435
|
-
|
|
434
|
+
Kp as useDialog,
|
|
435
|
+
Up as useDisabled,
|
|
436
436
|
Fa as useDragNodeHandler,
|
|
437
437
|
It as useDraggable,
|
|
438
438
|
Tt as useFocus,
|
|
439
439
|
wa as useForm,
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
440
|
+
Yp as useFormDisabled,
|
|
441
|
+
Wp as useFormItem,
|
|
442
|
+
jp as useFormItemInputId,
|
|
443
|
+
Bp as useFormSize,
|
|
444
444
|
Dt as useForwardRef,
|
|
445
445
|
Pt as useForwardRefDirective,
|
|
446
446
|
ht as useGetDerivedNamespace,
|
|
447
|
-
|
|
448
|
-
|
|
447
|
+
Pp as useGlobalComponentSettings,
|
|
448
|
+
Sp as useGlobalConfig,
|
|
449
449
|
Qt as useGlobalSize,
|
|
450
450
|
yt as useId,
|
|
451
451
|
Mt as useIdInjection,
|
|
@@ -456,23 +456,23 @@ export {
|
|
|
456
456
|
Kt as useModelToggleEmits,
|
|
457
457
|
wt as useNamespace,
|
|
458
458
|
Gt as useOrderedChildren,
|
|
459
|
-
|
|
459
|
+
pm as usePagination,
|
|
460
460
|
Yt as usePopper,
|
|
461
461
|
Ht as usePopperContainer,
|
|
462
462
|
Jt as usePopperContainerId,
|
|
463
463
|
jt as useSameTarget,
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
464
|
+
Hp as useSize,
|
|
465
|
+
Nm as useSpace,
|
|
466
|
+
tm as useTabDropdown,
|
|
467
|
+
Hm as useTable,
|
|
468
|
+
om as useTabsDrag,
|
|
469
469
|
$t as useThrottleRender,
|
|
470
470
|
of as useTimeout,
|
|
471
471
|
ff as useZIndex,
|
|
472
472
|
ja as vLoading,
|
|
473
|
-
|
|
473
|
+
ua as valueEquals,
|
|
474
474
|
t as version,
|
|
475
|
-
|
|
475
|
+
mm as vftPaginationKey,
|
|
476
476
|
ur as virtualizedGridProps,
|
|
477
477
|
dr as virtualizedListProps,
|
|
478
478
|
cr as virtualizedProps,
|
package/es/make-installer.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ConfigProviderContext } from 'vft/es/components/config-provider';
|
|
2
|
-
import type {
|
|
2
|
+
import type { Plugin } from 'vue';
|
|
3
3
|
export declare const makeInstaller: (components?: Plugin[]) => {
|
|
4
4
|
version: string;
|
|
5
5
|
install: (app: App, options?: ConfigProviderContext) => void;
|
package/es/package.json.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"name": "vft",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.145",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "lib/index.cjs",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -43,7 +43,7 @@ declare const _default: {
|
|
|
43
43
|
"vue-router": ">=4.0.16"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"vxe-table": "4.5.
|
|
46
|
+
"vxe-table": "4.5.12",
|
|
47
47
|
"xe-utils": "3.5.13",
|
|
48
48
|
"@vft/constants": "workspace:*",
|
|
49
49
|
"@vft/router": "workspace:*",
|
package/es/package.json.js
CHANGED
package/es/plugin.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
isAutoWidth: BooleanConstructor;
|
|
3
3
|
updateAll: BooleanConstructor;
|
|
4
|
-
}, () => JSX.Element | null,
|
|
4
|
+
}, () => JSX.Element | null, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
5
5
|
isAutoWidth: BooleanConstructor;
|
|
6
6
|
updateAll: BooleanConstructor;
|
|
7
7
|
}>>, {
|
|
8
8
|
isAutoWidth: boolean;
|
|
9
9
|
updateAll: boolean;
|
|
10
|
-
}
|
|
10
|
+
}>;
|
|
11
11
|
export default _default;
|
|
@@ -10,8 +10,8 @@ export type IUseFormItemInputCommonProps = {
|
|
|
10
10
|
};
|
|
11
11
|
export declare const useFormItemInputId: (props: Partial<IUseFormItemInputCommonProps>, { formItemContext, disableIdGeneration, disableIdManagement, }: {
|
|
12
12
|
formItemContext?: FormItemContext | undefined;
|
|
13
|
-
disableIdGeneration?:
|
|
14
|
-
disableIdManagement?:
|
|
13
|
+
disableIdGeneration?: Ref<boolean> | ComputedRef<boolean> | undefined;
|
|
14
|
+
disableIdManagement?: Ref<boolean> | ComputedRef<boolean> | undefined;
|
|
15
15
|
}) => {
|
|
16
16
|
isLabeledByFormItem: ComputedRef<boolean>;
|
|
17
17
|
inputId: Ref<string | undefined>;
|
package/lib/component.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export declare const affixProps: {
|
|
|
4
4
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
5
5
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6
6
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
7
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
|
|
8
8
|
};
|
|
9
9
|
export type AffixProps = ExtractPropTypes<typeof affixProps>;
|
|
10
10
|
export declare const affixEmits: {
|
|
@@ -2,23 +2,23 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
2
2
|
zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
3
3
|
target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
4
4
|
offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5
|
-
position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
5
|
+
position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
|
|
6
6
|
}, {
|
|
7
7
|
/** @description update affix status */
|
|
8
8
|
update: () => void;
|
|
9
9
|
/** @description update rootRect info */
|
|
10
10
|
updateRoot: () => void;
|
|
11
11
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
-
|
|
12
|
+
change: (fixed: boolean) => void;
|
|
13
|
+
scroll: (args_0: {
|
|
13
14
|
scrollTop: number;
|
|
14
15
|
fixed: boolean;
|
|
15
|
-
}) =>
|
|
16
|
-
change: (fixed: boolean) => boolean;
|
|
16
|
+
}) => void;
|
|
17
17
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
18
|
zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
19
19
|
target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
20
20
|
offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
21
|
-
position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
21
|
+
position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
|
|
22
22
|
}>> & {
|
|
23
23
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
24
24
|
onScroll?: ((args_0: {
|
|
@@ -27,7 +27,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
27
27
|
}) => any) | undefined;
|
|
28
28
|
}, {
|
|
29
29
|
target: string;
|
|
30
|
-
position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
30
|
+
position: import("vft/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
|
|
31
31
|
zIndex: number;
|
|
32
32
|
offset: number;
|
|
33
33
|
}, {}>, {
|
|
@@ -4,13 +4,18 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
4
4
|
$data: {};
|
|
5
5
|
$props: {
|
|
6
6
|
target?: string | undefined;
|
|
7
|
-
position?: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
7
|
+
position?: import("vft/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom", unknown> | undefined;
|
|
8
8
|
zIndex?: number | undefined;
|
|
9
9
|
offset?: number | undefined;
|
|
10
10
|
style?: unknown;
|
|
11
11
|
key?: string | number | symbol | undefined;
|
|
12
12
|
ref?: import("vue").VNodeRef | undefined;
|
|
13
13
|
class?: unknown;
|
|
14
|
+
onChange?: ((fixed: boolean) => any) | undefined;
|
|
15
|
+
onScroll?: ((args_0: {
|
|
16
|
+
scrollTop: number;
|
|
17
|
+
fixed: boolean;
|
|
18
|
+
}) => any) | undefined;
|
|
14
19
|
ref_for?: boolean | undefined;
|
|
15
20
|
ref_key?: string | undefined;
|
|
16
21
|
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -51,11 +56,6 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
51
56
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
52
57
|
[key: string]: any;
|
|
53
58
|
}>) => void)[] | undefined;
|
|
54
|
-
onChange?: ((fixed: boolean) => any) | undefined;
|
|
55
|
-
onScroll?: ((args_0: {
|
|
56
|
-
scrollTop: number;
|
|
57
|
-
fixed: boolean;
|
|
58
|
-
}) => any) | undefined;
|
|
59
59
|
};
|
|
60
60
|
$attrs: {
|
|
61
61
|
[x: string]: unknown;
|
|
@@ -77,7 +77,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
77
77
|
zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
78
78
|
target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
79
79
|
offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
80
|
-
position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
80
|
+
position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
|
|
81
81
|
}>> & {
|
|
82
82
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
83
83
|
onScroll?: ((args_0: {
|
|
@@ -88,14 +88,14 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
88
88
|
update: () => void;
|
|
89
89
|
updateRoot: () => void;
|
|
90
90
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
91
|
-
|
|
91
|
+
change: (fixed: boolean) => void;
|
|
92
|
+
scroll: (args_0: {
|
|
92
93
|
scrollTop: number;
|
|
93
94
|
fixed: boolean;
|
|
94
|
-
}) =>
|
|
95
|
-
change: (fixed: boolean) => boolean;
|
|
95
|
+
}) => void;
|
|
96
96
|
}, string, {
|
|
97
97
|
target: string;
|
|
98
|
-
position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
98
|
+
position: import("vft/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
|
|
99
99
|
zIndex: number;
|
|
100
100
|
offset: number;
|
|
101
101
|
}, {}, string, {}> & {
|
|
@@ -122,7 +122,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
122
122
|
zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
123
123
|
target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
124
124
|
offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
125
|
-
position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
125
|
+
position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
|
|
126
126
|
}>> & {
|
|
127
127
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
128
128
|
onScroll?: ((args_0: {
|
|
@@ -140,7 +140,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
140
140
|
zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
141
141
|
target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
142
142
|
offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
143
|
-
position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
143
|
+
position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
|
|
144
144
|
}>> & {
|
|
145
145
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
146
146
|
onScroll?: ((args_0: {
|
|
@@ -151,14 +151,14 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
151
151
|
update: () => void;
|
|
152
152
|
updateRoot: () => void;
|
|
153
153
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
154
|
-
|
|
154
|
+
change: (fixed: boolean) => void;
|
|
155
|
+
scroll: (args_0: {
|
|
155
156
|
scrollTop: number;
|
|
156
157
|
fixed: boolean;
|
|
157
|
-
}) =>
|
|
158
|
-
change: (fixed: boolean) => boolean;
|
|
158
|
+
}) => void;
|
|
159
159
|
}, string, {
|
|
160
160
|
target: string;
|
|
161
|
-
position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
161
|
+
position: import("vft/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
|
|
162
162
|
zIndex: number;
|
|
163
163
|
offset: number;
|
|
164
164
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -53,7 +53,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
53
53
|
type: import("vue").PropType<alertEffects>;
|
|
54
54
|
};
|
|
55
55
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
56
|
-
close: (evt: MouseEvent) =>
|
|
56
|
+
close: (evt: MouseEvent) => void;
|
|
57
57
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
58
58
|
title: {
|
|
59
59
|
type: import("vue").PropType<string>;
|
|
@@ -99,7 +99,7 @@ export declare const VftAlert: import("vft/es/utils").SFCWithInstall<{
|
|
|
99
99
|
}>> & {
|
|
100
100
|
onClose?: ((evt: MouseEvent) => any) | undefined;
|
|
101
101
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
102
|
-
close: (evt: MouseEvent) =>
|
|
102
|
+
close: (evt: MouseEvent) => void;
|
|
103
103
|
}, string, {}, {}, string, {}> & {
|
|
104
104
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
105
105
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -179,7 +179,7 @@ export declare const VftAlert: import("vft/es/utils").SFCWithInstall<{
|
|
|
179
179
|
}>> & {
|
|
180
180
|
onClose?: ((evt: MouseEvent) => any) | undefined;
|
|
181
181
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
182
|
-
close: (evt: MouseEvent) =>
|
|
182
|
+
close: (evt: MouseEvent) => void;
|
|
183
183
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
184
184
|
$slots: {
|
|
185
185
|
title?(_: {}): any;
|