vft 0.0.391 → 0.0.392
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/autocomplete/autocomplete.vue.d.ts +3 -3
- package/es/components/autocomplete/index.d.ts +7 -7
- package/es/components/button/button.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +12 -12
- package/es/components/button/use-button.d.ts +1 -1
- package/es/components/carousel/use-carousel.js +1 -1
- package/es/components/cascader/cascader.vue.d.ts +2 -2
- package/es/components/checkbox/index.d.ts +27 -27
- package/es/components/color-picker/index.d.ts +6 -6
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +2 -2
- package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +2 -2
- 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 +6 -6
- package/es/components/date-picker/props/date-picker.d.ts +1 -1
- package/es/components/date-picker/props/panel-date-pick.d.ts +1 -1
- package/es/components/date-picker/props/panel-date-range.d.ts +1 -1
- package/es/components/date-picker/props/shared.d.ts +1 -1
- package/es/components/dropdown/index.d.ts +9 -9
- package/es/components/form/index.d.ts +18 -18
- package/es/components/index.js +163 -155
- package/es/components/input/index.d.ts +5 -5
- package/es/components/input/input.vue.d.ts +2 -2
- package/es/components/input/input.vue2.js +4 -4
- package/es/components/input-number/index.d.ts +1 -1
- package/es/components/input-number/input-number.vue.d.ts +1 -1
- package/es/components/input-tag/composables/use-input-tag.js +1 -1
- package/es/components/input-tag/input-tag.vue.d.ts +4 -4
- package/es/components/radio/index.d.ts +18 -18
- package/es/components/search/index.d.ts +3 -3
- package/es/components/search/search.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +2 -2
- package/es/components/select/select.vue.d.ts +2 -2
- package/es/components/slider/index.d.ts +1 -1
- package/es/components/slider/slider.vue.d.ts +1 -1
- package/es/components/super-form/component-map.d.ts +45 -4
- package/es/components/super-form/component-map.js +60 -30
- package/es/components/super-form/index.js +20 -12
- package/es/components/super-form/super-form-item.vue2.js +6 -7
- package/es/components/super-form/types.d.ts +3 -3
- package/es/components/super-form/types.js +1 -5
- package/es/components/super-form/use/helper.d.ts +3 -3
- package/es/components/super-form/use/helper.js +32 -37
- package/es/components/super-form/use/use-auto-focus.js +15 -19
- package/es/components/super-form/use/use-form-events.js +67 -70
- package/es/components/switch/index.d.ts +6 -6
- package/es/components/table/index.d.ts +9 -9
- package/es/components/table/table.vue2.js +22 -22
- package/es/components/tabs/index.d.ts +2 -2
- package/es/components/tabs/tabs.vue.d.ts +2 -2
- package/es/components/time-picker/common/picker.vue.d.ts +2 -2
- package/es/components/tree/tree-node.vue.d.ts +18 -18
- package/es/index.js +1 -2
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/utils/index.d.ts +0 -1
- package/es/utils/index.js +71 -80
- package/es/utils/vue/vnode.js +1 -1
- package/lib/components/autocomplete/autocomplete.vue.d.ts +3 -3
- package/lib/components/autocomplete/index.d.ts +7 -7
- package/lib/components/button/button.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +12 -12
- package/lib/components/button/use-button.d.ts +1 -1
- package/lib/components/cascader/cascader.vue.d.ts +2 -2
- package/lib/components/checkbox/index.d.ts +27 -27
- package/lib/components/color-picker/index.d.ts +6 -6
- package/lib/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +2 -2
- package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +2 -2
- 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 +6 -6
- package/lib/components/date-picker/props/date-picker.d.ts +1 -1
- package/lib/components/date-picker/props/panel-date-pick.d.ts +1 -1
- package/lib/components/date-picker/props/panel-date-range.d.ts +1 -1
- package/lib/components/date-picker/props/shared.d.ts +1 -1
- package/lib/components/dropdown/index.d.ts +9 -9
- package/lib/components/form/index.d.ts +18 -18
- package/lib/components/index.cjs +1 -1
- package/lib/components/input/index.d.ts +5 -5
- package/lib/components/input/input.vue.d.ts +2 -2
- package/lib/components/input/input.vue2.cjs +1 -1
- package/lib/components/input-number/index.d.ts +1 -1
- package/lib/components/input-number/input-number.vue.d.ts +1 -1
- package/lib/components/input-tag/input-tag.vue.d.ts +4 -4
- package/lib/components/radio/index.d.ts +18 -18
- package/lib/components/search/index.d.ts +3 -3
- package/lib/components/search/search.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +2 -2
- package/lib/components/select/select.vue.d.ts +2 -2
- package/lib/components/slider/index.d.ts +1 -1
- package/lib/components/slider/slider.vue.d.ts +1 -1
- package/lib/components/super-form/component-map.cjs +1 -1
- package/lib/components/super-form/component-map.d.ts +45 -4
- package/lib/components/super-form/index.cjs +1 -1
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/components/super-form/types.cjs +1 -1
- package/lib/components/super-form/types.d.ts +3 -3
- package/lib/components/super-form/use/helper.cjs +1 -1
- package/lib/components/super-form/use/helper.d.ts +3 -3
- package/lib/components/super-form/use/use-auto-focus.cjs +1 -1
- package/lib/components/super-form/use/use-form-events.cjs +1 -1
- package/lib/components/switch/index.d.ts +6 -6
- package/lib/components/table/index.d.ts +9 -9
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/components/tabs/index.d.ts +2 -2
- package/lib/components/tabs/tabs.vue.d.ts +2 -2
- package/lib/components/time-picker/common/picker.vue.d.ts +2 -2
- package/lib/components/tree/tree-node.vue.d.ts +18 -18
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/lib/utils/index.cjs +1 -1
- package/lib/utils/index.d.ts +0 -1
- package/package.json +3 -3
- package/web-types.json +1 -1
- package/es/utils/form-register.d.ts +0 -43
- package/es/utils/form-register.js +0 -68
- package/lib/utils/form-register.cjs +0 -1
- package/lib/utils/form-register.d.ts +0 -43
package/es/components/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { VftAlert as t } from "./alert/index.js";
|
|
2
|
-
import { VftAvatar as
|
|
2
|
+
import { VftAvatar as m } from "./avatar/index.js";
|
|
3
3
|
import { VftAvatarStack as a } from "./avatar-stack/index.js";
|
|
4
4
|
import { VftBacktop as i } from "./backtop/index.js";
|
|
5
|
-
import { VftButton as
|
|
5
|
+
import { VftButton as s, VftButtonGroup as V } from "./button/index.js";
|
|
6
6
|
import { VftCard as u } from "./card/index.js";
|
|
7
|
-
import { VftCascader as
|
|
7
|
+
import { VftCascader as C } from "./cascader/index.js";
|
|
8
8
|
import { VftCascaderPanel as E } from "./cascader-panel/index.js";
|
|
9
9
|
import { VftCheckTag as I } from "./check-tag/index.js";
|
|
10
10
|
import { VftCheckbox as g, VftCheckboxButton as D, VftCheckboxGroup as _ } from "./checkbox/index.js";
|
|
11
|
-
import { VftClamp as
|
|
11
|
+
import { VftClamp as F } from "./clamp/index.js";
|
|
12
12
|
import { VftClampToggle as y } from "./clamp-toggle/index.js";
|
|
13
13
|
import { VftClampTooltip as L } from "./clamp-tooltip/index.js";
|
|
14
14
|
import { VftCol as b } from "./col/index.js";
|
|
@@ -23,15 +23,15 @@ import { useContextMenu as X } from "./context-menu/useContextMenu.js";
|
|
|
23
23
|
import { VftDatePicker as $ } from "./date-picker/index.js";
|
|
24
24
|
import { VftDateTimeSelect as ro } from "./date-time-select/index.js";
|
|
25
25
|
import { VftDescriptions as to, VftDescriptionsItem as fo } from "./descriptions/index.js";
|
|
26
|
-
import { VftDialog as
|
|
26
|
+
import { VftDialog as po } from "./dialog/index.js";
|
|
27
27
|
import { VftDivider as xo } from "./divider/index.js";
|
|
28
|
-
import { VftDrawer as
|
|
28
|
+
import { VftDrawer as no } from "./drawer/index.js";
|
|
29
29
|
import { VftDropdown as Vo, VftDropdownItem as lo, VftDropdownMenu as uo } from "./dropdown/index.js";
|
|
30
|
-
import { VftEmpty as
|
|
30
|
+
import { VftEmpty as co } from "./empty/index.js";
|
|
31
31
|
import { VftFooterLayout as To } from "./footer-layout/index.js";
|
|
32
32
|
import { VftForm as Po, VftFormItem as go } from "./form/index.js";
|
|
33
33
|
import { VftFullScreen as _o } from "./full-screen/index.js";
|
|
34
|
-
import { VftHeaderLayout as
|
|
34
|
+
import { VftHeaderLayout as Fo } from "./header-layout/index.js";
|
|
35
35
|
import { VftHorizontalMenu as yo } from "./horizontal-menu/index.js";
|
|
36
36
|
import { VftIconText as Lo } from "./icon-text/index.js";
|
|
37
37
|
import { VftIframeLayout as bo } from "./iframe-layout/index.js";
|
|
@@ -46,17 +46,17 @@ import { VftMenu as Wo, VftMenuItem as jo, VftMenuItemGroup as Qo, VftSubMenu as
|
|
|
46
46
|
import { VftMultipleTabs as $o } from "./multiple-tabs/index.js";
|
|
47
47
|
import { VftNotification as rr } from "./notification/index.js";
|
|
48
48
|
import { VftOverlay as tr } from "./overlay/index.js";
|
|
49
|
-
import { VftPageWrapper as
|
|
49
|
+
import { VftPageWrapper as mr } from "./page-wrapper/index.js";
|
|
50
50
|
import { VftPagination as ar } from "./pagination/index.js";
|
|
51
51
|
import { VftPopconfirm as ir } from "./popconfirm/index.js";
|
|
52
|
-
import { VftPopover as
|
|
52
|
+
import { VftPopover as sr } from "./popover/index.js";
|
|
53
53
|
import { VftPopper as lr } from "./popper/index.js";
|
|
54
54
|
import { VftQrcode as dr } from "./qrcode/index.js";
|
|
55
|
-
import { VftRadio as
|
|
55
|
+
import { VftRadio as cr, VftRadioButton as Er, VftRadioGroup as Tr } from "./radio/index.js";
|
|
56
56
|
import { VftResult as Pr } from "./result/index.js";
|
|
57
57
|
import { VftRouterViewContent as Dr } from "./router-view-content/index.js";
|
|
58
58
|
import { VftRow as Sr } from "./row/index.js";
|
|
59
|
-
import { VftScrollbar as
|
|
59
|
+
import { VftScrollbar as Mr } from "./scrollbar/index.js";
|
|
60
60
|
import { VftSearch as Ar } from "./search/index.js";
|
|
61
61
|
import { VftSelect as Kr } from "./select/index.js";
|
|
62
62
|
import { VftSideMenu as Rr } from "./side-menu/index.js";
|
|
@@ -71,15 +71,15 @@ import { VftTag as Zr } from "./tag/index.js";
|
|
|
71
71
|
import { VftTimePicker as oe } from "./time-picker/index.js";
|
|
72
72
|
import { VftTooltip as ee } from "./tooltip/index.js";
|
|
73
73
|
import { VftTree as fe } from "./tree/index.js";
|
|
74
|
-
import { VftVerifyCode as
|
|
74
|
+
import { VftVerifyCode as pe } from "./verify-code/index.js";
|
|
75
75
|
import { default as xe } from "./virtual-list/components/fixed-size-list.js";
|
|
76
|
-
import { default as
|
|
76
|
+
import { default as ne } from "./virtual-list/components/dynamic-size-list.js";
|
|
77
77
|
import { default as Ve } from "./virtual-list/components/fixed-size-grid.js";
|
|
78
78
|
import { default as ue } from "./virtual-list/components/dynamic-size-grid.js";
|
|
79
|
-
import { virtualizedGridProps as
|
|
79
|
+
import { virtualizedGridProps as Ce, virtualizedListProps as ce, virtualizedProps as Ee, virtualizedScrollbarProps as Te } from "./virtual-list/props.js";
|
|
80
80
|
import { VftAutocomplete as Pe } from "./autocomplete/index.js";
|
|
81
81
|
import { VftBreadcrumb as De, VftBreadcrumbItem as _e } from "./breadcrumb/index.js";
|
|
82
|
-
import { VftCarousel as
|
|
82
|
+
import { VftCarousel as Fe, VftCarouselItem as Me } from "./carousel/index.js";
|
|
83
83
|
import { VftCollapse as Ae, VftCollapseItem as Le } from "./collapse/index.js";
|
|
84
84
|
import { VftCountdown as be } from "./countdown/index.js";
|
|
85
85
|
import { VftInputTag as Ne } from "./input-tag/index.js";
|
|
@@ -94,17 +94,17 @@ import { VftWatermark as Xe } from "./watermark/index.js";
|
|
|
94
94
|
import { VftMdCodeDemo as $e } from "./md-code-demo/index.js";
|
|
95
95
|
import { VftMdCodeTabs as rt } from "./md-code-tabs/index.js";
|
|
96
96
|
import { VftMdComment as tt } from "./md-comment/index.js";
|
|
97
|
-
import { VftMdContainer as
|
|
97
|
+
import { VftMdContainer as mt } from "./md-container/index.js";
|
|
98
98
|
import { VftMdTabs as at } from "./md-tabs/index.js";
|
|
99
99
|
import { VftMdVuePlayground as it } from "./md-vue-playground/index.js";
|
|
100
|
-
import { VftInfiniteScroll as
|
|
100
|
+
import { VftInfiniteScroll as st } from "./infinite-scroll/index.js";
|
|
101
101
|
import { VftLoading as lt } from "./loading/index.js";
|
|
102
|
-
import { VftMessage as dt, VftMessage as
|
|
102
|
+
import { VftMessage as dt, VftMessage as Ct } from "./message/index.js";
|
|
103
103
|
import { VftProgressI as Et } from "./progress-i/index.js";
|
|
104
104
|
import { VftSuperForm as It } from "./super-form/index.js";
|
|
105
105
|
import { default as gt } from "./popper/arrow.vue2.js";
|
|
106
106
|
import { default as _t } from "./popper/content.vue2.js";
|
|
107
|
-
import { default as
|
|
107
|
+
import { default as Ft } from "./popper/trigger.vue2.js";
|
|
108
108
|
import { default as yt } from "./time-picker/common/picker.vue2.js";
|
|
109
109
|
import { default as Lt } from "./time-picker/time-picker-com/panel-time-pick.vue2.js";
|
|
110
110
|
import { buttonGroupContextKey as bt } from "./button/constants.js";
|
|
@@ -116,15 +116,15 @@ import { configProviderContextKey as qt, messageConfig as Wt } from "./config-pr
|
|
|
116
116
|
import { provideGlobalConfig as Qt, useGlobalComponentSettings as Xt, useGlobalConfig as Zt } from "./config-provider/hooks/use-global-config.js";
|
|
117
117
|
import { ROOT_PICKER_INJECTION_KEY as of, ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY as rf } from "./date-picker/constants.js";
|
|
118
118
|
import { datePickerProps as tf } from "./date-picker/props/date-picker.js";
|
|
119
|
-
import { dialogInjectionKey as
|
|
119
|
+
import { dialogInjectionKey as mf } from "./dialog/constants.js";
|
|
120
120
|
import { useDialog as af } from "./dialog/hooks/use-dialog.js";
|
|
121
|
-
import { DROPDOWN_INJECTION_KEY as
|
|
121
|
+
import { DROPDOWN_INJECTION_KEY as nf } from "./dropdown/tokens.js";
|
|
122
122
|
import { EmptyEnum as Vf } from "./empty/constants.js";
|
|
123
123
|
import { formContextKey as uf, formItemContextKey as df } from "./form/constants.js";
|
|
124
|
-
import { useDisabled as
|
|
124
|
+
import { useDisabled as cf, useFormDisabled as Ef, useFormSize as Tf, useSize as If } from "./form/hooks/use-form-common-props.js";
|
|
125
125
|
import { useFormItem as gf, useFormItemInputId as Df } from "./form/hooks/use-form-item.js";
|
|
126
126
|
import { MenuTypeEnum as Sf } from "./horizontal-menu/constants.js";
|
|
127
|
-
import { initAffixTabs as
|
|
127
|
+
import { initAffixTabs as Mf, useTabsDrag as yf } from "./multiple-tabs/use/use-multiple-tabs.js";
|
|
128
128
|
import { useTabDropdown as Lf } from "./multiple-tabs/use/use-tab-dropdown.js";
|
|
129
129
|
import { notificationEmits as bf, notificationProps as Rf, notificationTypes as Nf } from "./notification/notification.js";
|
|
130
130
|
import { usePagination as kf, vftPaginationKey as vf } from "./pagination/usePagination.js";
|
|
@@ -135,93 +135,94 @@ import { BAR_MAP as Jf, GAP as Yf, renderThumbStyle as qf } from "./scrollbar/ut
|
|
|
135
135
|
import { selectV2InjectionKey as jf } from "./select/token.js";
|
|
136
136
|
import { sliderContextKey as Xf } from "./slider/constants.js";
|
|
137
137
|
import { sliderEmits as $f } from "./slider/slider.js";
|
|
138
|
-
import { spaceProps as
|
|
139
|
-
import { useSpace as
|
|
140
|
-
import { ACTION_FIELD as
|
|
141
|
-
import { useTable as
|
|
142
|
-
import { addRequire as
|
|
143
|
-
import { TabsRootContextKey as
|
|
144
|
-
import { timePickerDefaultProps as
|
|
145
|
-
import { DEFAULT_FORMATS_DATE as
|
|
146
|
-
import { buildTimeList as
|
|
147
|
-
import { TOOLTIP_INJECTION_KEY as
|
|
148
|
-
import { getChildState as
|
|
149
|
-
import { dragEventsKey as
|
|
150
|
-
import { breadcrumbKey as $
|
|
151
|
-
import { CAROUSEL_ITEM_NAME as
|
|
152
|
-
import { collapseEmits as
|
|
153
|
-
import { collapseItemProps as
|
|
154
|
-
import { collapseContextKey as
|
|
155
|
-
import { countdownEmits as
|
|
156
|
-
import { inputTagEmits as
|
|
157
|
-
import { useModal as
|
|
158
|
-
import { defaultProps as
|
|
159
|
-
import { LEFT_CHECK_CHANGE_EVENT as
|
|
160
|
-
import { genFileId as
|
|
161
|
-
import { watermarkProps as
|
|
162
|
-
import { vLoading as
|
|
163
|
-
import { Loading as
|
|
164
|
-
import { messageDefaults as
|
|
165
|
-
import { isDatePicker as
|
|
166
|
-
import { getDynamicProps as
|
|
138
|
+
import { spaceProps as rm } from "./space/space.js";
|
|
139
|
+
import { useSpace as tm } from "./space/use-space.js";
|
|
140
|
+
import { ACTION_FIELD as mm, CHECKED_FIELD as pm, CREATE_TIME_FIELD as am, DATE_FIELD as xm, DATE_TIME_FIELD as im, ID_FIELD as nm, NAME_FIELD as sm, SEQ_FIELD as Vm, STATUS_FIELD as lm, UPDATE_TIME_FIELD as um } from "./table/field.js";
|
|
141
|
+
import { useTable as Cm } from "./table/use/use-table.js";
|
|
142
|
+
import { addRequire as Em, removeRequire as Tm, selectMapping as Im } from "./table/utils.js";
|
|
143
|
+
import { TabsRootContextKey as gm } from "./tabs/types.js";
|
|
144
|
+
import { timePickerDefaultProps as _m, timePickerRangeTriggerProps as Sm, timePickerRngeTriggerProps as Fm } from "./time-picker/common/props.js";
|
|
145
|
+
import { DEFAULT_FORMATS_DATE as ym, DEFAULT_FORMATS_DATEPICKER as Am, DEFAULT_FORMATS_TIME as Lm, PICKER_BASE_INJECTION_KEY as Km, PICKER_POPPER_OPTIONS_INJECTION_KEY as bm, timeUnits as Rm } from "./time-picker/constants.js";
|
|
146
|
+
import { buildTimeList as Om, dateEquals as km, dayOrDaysToDate as vm, extractDateFormat as Gm, extractTimeFormat as wm, formatter as hm, makeList as zm, parseDate as Hm, rangeArr as Bm, valueEquals as Um } from "./time-picker/utils.js";
|
|
147
|
+
import { TOOLTIP_INJECTION_KEY as Ym } from "./tooltip/constants.js";
|
|
148
|
+
import { getChildState as Wm } from "./tree/model/node.js";
|
|
149
|
+
import { dragEventsKey as Qm, useDragNodeHandler as Xm } from "./tree/model/useDragNode.js";
|
|
150
|
+
import { breadcrumbKey as $m } from "./breadcrumb/constants.js";
|
|
151
|
+
import { CAROUSEL_ITEM_NAME as rp, carouselContextKey as ep } from "./carousel/constants.js";
|
|
152
|
+
import { collapseEmits as fp, collapseProps as mp, emitChangeFn as pp } from "./collapse/collapse.js";
|
|
153
|
+
import { collapseItemProps as xp } from "./collapse/collapse-item.js";
|
|
154
|
+
import { collapseContextKey as np } from "./collapse/constants.js";
|
|
155
|
+
import { countdownEmits as Vp, countdownProps as lp } from "./countdown/countdown.js";
|
|
156
|
+
import { inputTagEmits as dp, inputTagProps as Cp } from "./input-tag/input-tag.js";
|
|
157
|
+
import { useModal as Ep, useModalInner as Tp } from "./modal/use/use-modal.js";
|
|
158
|
+
import { defaultProps as Pp, segmentedEmits as gp, segmentedProps as Dp } from "./segmented/segmented.js";
|
|
159
|
+
import { LEFT_CHECK_CHANGE_EVENT as Sp, RIGHT_CHECK_CHANGE_EVENT as Fp, transferCheckedChangeFn as Mp, transferEmits as yp, transferProps as Ap } from "./transfer/transfer.js";
|
|
160
|
+
import { genFileId as Kp, uploadContextKey as bp } from "./upload/constants.js";
|
|
161
|
+
import { watermarkProps as Np } from "./watermark/watermark.js";
|
|
162
|
+
import { vLoading as kp, createLoadingDirective as vp, vLoading as Gp } from "./loading/directive.js";
|
|
163
|
+
import { Loading as hp } from "./loading/service.js";
|
|
164
|
+
import { messageDefaults as Hp, messageTypes as Bp } from "./message/types.js";
|
|
165
|
+
import { FormCompEnum as Jp, clearComponents as Yp, getComponent as qp, getRegisteredComponents as Wp, hasComponent as jp, isDatePicker as Qp, isInput as Xp, isRangePicker as Zp, registerComponent as $p, registerComponents as oa, removeComponent as ra } from "./super-form/component-map.js";
|
|
166
|
+
import { getDynamicProps as ta, useForm as fa } from "./super-form/use/use-form.js";
|
|
167
167
|
export {
|
|
168
|
-
|
|
168
|
+
mm as ACTION_FIELD,
|
|
169
169
|
Jf as BAR_MAP,
|
|
170
|
-
|
|
170
|
+
rp as CAROUSEL_ITEM_NAME,
|
|
171
171
|
vt as CASCADER_PANEL_INJECTION_KEY,
|
|
172
|
-
|
|
173
|
-
|
|
172
|
+
pm as CHECKED_FIELD,
|
|
173
|
+
am as CREATE_TIME_FIELD,
|
|
174
174
|
yt as CommonPicker,
|
|
175
175
|
wt as CommonProps,
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
176
|
+
xm as DATE_FIELD,
|
|
177
|
+
im as DATE_TIME_FIELD,
|
|
178
|
+
ym as DEFAULT_FORMATS_DATE,
|
|
179
|
+
Am as DEFAULT_FORMATS_DATEPICKER,
|
|
180
|
+
Lm as DEFAULT_FORMATS_TIME,
|
|
181
|
+
nf as DROPDOWN_INJECTION_KEY,
|
|
182
182
|
ht as DefaultProps,
|
|
183
183
|
ue as DynamicSizeGrid,
|
|
184
|
-
|
|
184
|
+
ne as DynamicSizeList,
|
|
185
185
|
Vf as EmptyEnum,
|
|
186
186
|
Ve as FixedSizeGrid,
|
|
187
187
|
xe as FixedSizeList,
|
|
188
|
+
Jp as FormCompEnum,
|
|
188
189
|
Yf as GAP,
|
|
189
|
-
|
|
190
|
-
|
|
190
|
+
nm as ID_FIELD,
|
|
191
|
+
Sp as LEFT_CHECK_CHANGE_EVENT,
|
|
191
192
|
Sf as MenuTypeEnum,
|
|
192
193
|
dt as Message,
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
194
|
+
sm as NAME_FIELD,
|
|
195
|
+
Km as PICKER_BASE_INJECTION_KEY,
|
|
196
|
+
bm as PICKER_POPPER_OPTIONS_INJECTION_KEY,
|
|
197
|
+
Fp as RIGHT_CHECK_CHANGE_EVENT,
|
|
197
198
|
of as ROOT_PICKER_INJECTION_KEY,
|
|
198
199
|
rf as ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY,
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
200
|
+
Vm as SEQ_FIELD,
|
|
201
|
+
lm as STATUS_FIELD,
|
|
202
|
+
Ym as TOOLTIP_INJECTION_KEY,
|
|
203
|
+
gm as TabsRootContextKey,
|
|
203
204
|
Lt as TimePickPanel,
|
|
204
|
-
|
|
205
|
+
um as UPDATE_TIME_FIELD,
|
|
205
206
|
t as VftAlert,
|
|
206
207
|
h as VftAside,
|
|
207
208
|
Pe as VftAutocomplete,
|
|
208
|
-
|
|
209
|
+
m as VftAvatar,
|
|
209
210
|
a as VftAvatarStack,
|
|
210
211
|
i as VftBacktop,
|
|
211
212
|
De as VftBreadcrumb,
|
|
212
213
|
_e as VftBreadcrumbItem,
|
|
213
|
-
|
|
214
|
+
s as VftButton,
|
|
214
215
|
V as VftButtonGroup,
|
|
215
216
|
u as VftCard,
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
217
|
+
Fe as VftCarousel,
|
|
218
|
+
Me as VftCarouselItem,
|
|
219
|
+
C as VftCascader,
|
|
219
220
|
E as VftCascaderPanel,
|
|
220
221
|
I as VftCheckTag,
|
|
221
222
|
g as VftCheckbox,
|
|
222
223
|
D as VftCheckboxButton,
|
|
223
224
|
_ as VftCheckboxGroup,
|
|
224
|
-
|
|
225
|
+
F as VftClamp,
|
|
225
226
|
y as VftClampToggle,
|
|
226
227
|
L as VftClampTooltip,
|
|
227
228
|
b as VftCol,
|
|
@@ -236,69 +237,69 @@ export {
|
|
|
236
237
|
ro as VftDateTimeSelect,
|
|
237
238
|
to as VftDescriptions,
|
|
238
239
|
fo as VftDescriptionsItem,
|
|
239
|
-
|
|
240
|
+
po as VftDialog,
|
|
240
241
|
xo as VftDivider,
|
|
241
|
-
|
|
242
|
+
no as VftDrawer,
|
|
242
243
|
Vo as VftDropdown,
|
|
243
244
|
lo as VftDropdownItem,
|
|
244
245
|
uo as VftDropdownMenu,
|
|
245
|
-
|
|
246
|
+
co as VftEmpty,
|
|
246
247
|
H as VftFooter,
|
|
247
248
|
To as VftFooterLayout,
|
|
248
249
|
Po as VftForm,
|
|
249
250
|
go as VftFormItem,
|
|
250
251
|
_o as VftFullScreen,
|
|
251
252
|
B as VftHeader,
|
|
252
|
-
|
|
253
|
+
Fo as VftHeaderLayout,
|
|
253
254
|
yo as VftHorizontalMenu,
|
|
254
255
|
j as VftIcon,
|
|
255
256
|
Lo as VftIconText,
|
|
256
257
|
bo as VftIframeLayout,
|
|
257
258
|
No as VftImage,
|
|
258
259
|
ko as VftImageViewer,
|
|
259
|
-
|
|
260
|
+
st as VftInfiniteScroll,
|
|
260
261
|
Go as VftInput,
|
|
261
262
|
ho as VftInputNumber,
|
|
262
263
|
Ne as VftInputTag,
|
|
263
264
|
Ho as VftLink,
|
|
264
265
|
Uo as VftListCell,
|
|
265
266
|
lt as VftLoading,
|
|
266
|
-
|
|
267
|
-
|
|
267
|
+
kp as VftLoadingDirective,
|
|
268
|
+
hp as VftLoadingService,
|
|
268
269
|
Yo as VftLogo,
|
|
269
270
|
U as VftMain,
|
|
270
271
|
$e as VftMdCodeDemo,
|
|
271
272
|
rt as VftMdCodeTabs,
|
|
272
273
|
tt as VftMdComment,
|
|
273
|
-
|
|
274
|
+
mt as VftMdContainer,
|
|
274
275
|
at as VftMdTabs,
|
|
275
276
|
it as VftMdVuePlayground,
|
|
276
277
|
Wo as VftMenu,
|
|
277
278
|
jo as VftMenuItem,
|
|
278
279
|
Qo as VftMenuItemGroup,
|
|
279
|
-
|
|
280
|
+
Ct as VftMessage,
|
|
280
281
|
ke as VftModal,
|
|
281
282
|
$o as VftMultipleTabs,
|
|
282
283
|
rr as VftNotification,
|
|
283
284
|
tr as VftOverlay,
|
|
284
|
-
|
|
285
|
+
mr as VftPageWrapper,
|
|
285
286
|
ar as VftPagination,
|
|
286
287
|
ir as VftPopconfirm,
|
|
287
|
-
|
|
288
|
+
sr as VftPopover,
|
|
288
289
|
lr as VftPopper,
|
|
289
290
|
gt as VftPopperArrow,
|
|
290
291
|
_t as VftPopperContent,
|
|
291
|
-
|
|
292
|
+
Ft as VftPopperTrigger,
|
|
292
293
|
Ge as VftProgress,
|
|
293
294
|
Et as VftProgressI,
|
|
294
295
|
dr as VftQrcode,
|
|
295
|
-
|
|
296
|
+
cr as VftRadio,
|
|
296
297
|
Er as VftRadioButton,
|
|
297
298
|
Tr as VftRadioGroup,
|
|
298
299
|
Pr as VftResult,
|
|
299
300
|
Dr as VftRouterViewContent,
|
|
300
301
|
Sr as VftRow,
|
|
301
|
-
|
|
302
|
+
Mr as VftScrollbar,
|
|
302
303
|
Ar as VftSearch,
|
|
303
304
|
he as VftSegmented,
|
|
304
305
|
Kr as VftSelect,
|
|
@@ -324,105 +325,112 @@ export {
|
|
|
324
325
|
qe as VftTransfer,
|
|
325
326
|
fe as VftTree,
|
|
326
327
|
je as VftUpload,
|
|
327
|
-
|
|
328
|
+
pe as VftVerifyCode,
|
|
328
329
|
Xe as VftWatermark,
|
|
329
|
-
|
|
330
|
-
$
|
|
331
|
-
|
|
330
|
+
Em as addRequire,
|
|
331
|
+
$m as breadcrumbKey,
|
|
332
|
+
Om as buildTimeList,
|
|
332
333
|
bt as buttonGroupContextKey,
|
|
333
|
-
|
|
334
|
+
ep as carouselContextKey,
|
|
334
335
|
Nt as cascaderEmits,
|
|
335
336
|
zt as cascaderPanelEmits,
|
|
336
337
|
Ht as cascaderPanelProps,
|
|
337
338
|
Ot as cascaderProps,
|
|
338
339
|
Jt as checkboxGroupContextKey,
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
340
|
+
Yp as clearComponents,
|
|
341
|
+
np as collapseContextKey,
|
|
342
|
+
fp as collapseEmits,
|
|
343
|
+
xp as collapseItemProps,
|
|
344
|
+
mp as collapseProps,
|
|
343
345
|
qt as configProviderContextKey,
|
|
344
|
-
|
|
345
|
-
|
|
346
|
+
Vp as countdownEmits,
|
|
347
|
+
lp as countdownProps,
|
|
346
348
|
Y as createContextMenu,
|
|
347
|
-
|
|
348
|
-
|
|
349
|
+
vp as createLoadingDirective,
|
|
350
|
+
km as dateEquals,
|
|
349
351
|
tf as datePickerProps,
|
|
350
|
-
|
|
351
|
-
|
|
352
|
+
vm as dayOrDaysToDate,
|
|
353
|
+
Pp as defaultProps,
|
|
352
354
|
q as destroyContextMenu,
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
355
|
+
mf as dialogInjectionKey,
|
|
356
|
+
Qm as dragEventsKey,
|
|
357
|
+
pp as emitChangeFn,
|
|
358
|
+
Gm as extractDateFormat,
|
|
359
|
+
wm as extractTimeFormat,
|
|
358
360
|
uf as formContextKey,
|
|
359
361
|
df as formItemContextKey,
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
362
|
+
hm as formatter,
|
|
363
|
+
Kp as genFileId,
|
|
364
|
+
Wm as getChildState,
|
|
365
|
+
qp as getComponent,
|
|
366
|
+
ta as getDynamicProps,
|
|
367
|
+
Wp as getRegisteredComponents,
|
|
368
|
+
jp as hasComponent,
|
|
369
|
+
Mf as initAffixTabs,
|
|
370
|
+
dp as inputTagEmits,
|
|
371
|
+
Cp as inputTagProps,
|
|
372
|
+
Qp as isDatePicker,
|
|
373
|
+
Xp as isInput,
|
|
374
|
+
Zp as isRangePicker,
|
|
375
|
+
zm as makeList,
|
|
371
376
|
Wt as messageConfig,
|
|
372
|
-
|
|
373
|
-
|
|
377
|
+
Hp as messageDefaults,
|
|
378
|
+
Bp as messageTypes,
|
|
374
379
|
bf as notificationEmits,
|
|
375
380
|
Rf as notificationProps,
|
|
376
381
|
Nf as notificationTypes,
|
|
377
|
-
|
|
382
|
+
Hm as parseDate,
|
|
378
383
|
Qt as provideGlobalConfig,
|
|
379
384
|
wf as radioGroupKey,
|
|
380
|
-
|
|
381
|
-
|
|
385
|
+
Bm as rangeArr,
|
|
386
|
+
$p as registerComponent,
|
|
387
|
+
oa as registerComponents,
|
|
388
|
+
ra as removeComponent,
|
|
389
|
+
Tm as removeRequire,
|
|
382
390
|
qf as renderThumbStyle,
|
|
383
391
|
zf as rowContextKey,
|
|
384
392
|
Bf as scrollbarContextKey,
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
393
|
+
gp as segmentedEmits,
|
|
394
|
+
Dp as segmentedProps,
|
|
395
|
+
Im as selectMapping,
|
|
388
396
|
jf as selectV2InjectionKey,
|
|
389
397
|
Xf as sliderContextKey,
|
|
390
398
|
$f as sliderEmits,
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
399
|
+
rm as spaceProps,
|
|
400
|
+
_m as timePickerDefaultProps,
|
|
401
|
+
Sm as timePickerRangeTriggerProps,
|
|
402
|
+
Fm as timePickerRngeTriggerProps,
|
|
403
|
+
Rm as timeUnits,
|
|
404
|
+
Mp as transferCheckedChangeFn,
|
|
405
|
+
yp as transferEmits,
|
|
406
|
+
Ap as transferProps,
|
|
407
|
+
bp as uploadContextKey,
|
|
400
408
|
Bt as useCascaderConfig,
|
|
401
409
|
X as useContextMenu,
|
|
402
410
|
af as useDialog,
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
411
|
+
cf as useDisabled,
|
|
412
|
+
Xm as useDragNodeHandler,
|
|
413
|
+
fa as useForm,
|
|
406
414
|
Ef as useFormDisabled,
|
|
407
415
|
gf as useFormItem,
|
|
408
416
|
Df as useFormItemInputId,
|
|
409
417
|
Tf as useFormSize,
|
|
410
418
|
Xt as useGlobalComponentSettings,
|
|
411
419
|
Zt as useGlobalConfig,
|
|
412
|
-
|
|
413
|
-
|
|
420
|
+
Ep as useModal,
|
|
421
|
+
Tp as useModalInner,
|
|
414
422
|
kf as usePagination,
|
|
415
423
|
If as useSize,
|
|
416
|
-
|
|
424
|
+
tm as useSpace,
|
|
417
425
|
Lf as useTabDropdown,
|
|
418
|
-
|
|
426
|
+
Cm as useTable,
|
|
419
427
|
yf as useTabsDrag,
|
|
420
|
-
|
|
421
|
-
|
|
428
|
+
Gp as vLoading,
|
|
429
|
+
Um as valueEquals,
|
|
422
430
|
vf as vftPaginationKey,
|
|
423
|
-
|
|
424
|
-
|
|
431
|
+
Ce as virtualizedGridProps,
|
|
432
|
+
ce as virtualizedListProps,
|
|
425
433
|
Ee as virtualizedProps,
|
|
426
434
|
Te as virtualizedScrollbarProps,
|
|
427
|
-
|
|
435
|
+
Np as watermarkProps
|
|
428
436
|
};
|
|
@@ -78,9 +78,9 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
78
78
|
};
|
|
79
79
|
}>> & Readonly<{
|
|
80
80
|
onInput?: ((value: string) => any) | undefined;
|
|
81
|
-
onClear?: (() => any) | undefined;
|
|
82
81
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
83
82
|
onChange?: ((value: string) => any) | undefined;
|
|
83
|
+
onClear?: (() => any) | undefined;
|
|
84
84
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
85
85
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
86
86
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -108,9 +108,9 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
108
108
|
resizeTextarea: () => void;
|
|
109
109
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
110
110
|
input: (value: string) => void;
|
|
111
|
-
clear: () => void;
|
|
112
111
|
"update:modelValue": (value: string) => void;
|
|
113
112
|
change: (value: string) => void;
|
|
113
|
+
clear: () => void;
|
|
114
114
|
blur: (evt: FocusEvent) => void;
|
|
115
115
|
compositionend: (evt: CompositionEvent) => void;
|
|
116
116
|
compositionstart: (evt: CompositionEvent) => void;
|
|
@@ -207,9 +207,9 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
207
207
|
};
|
|
208
208
|
}>> & Readonly<{
|
|
209
209
|
onInput?: ((value: string) => any) | undefined;
|
|
210
|
-
onClear?: (() => any) | undefined;
|
|
211
210
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
212
211
|
onChange?: ((value: string) => any) | undefined;
|
|
212
|
+
onClear?: (() => any) | undefined;
|
|
213
213
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
214
214
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
215
215
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -317,9 +317,9 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
317
317
|
};
|
|
318
318
|
}>> & Readonly<{
|
|
319
319
|
onInput?: ((value: string) => any) | undefined;
|
|
320
|
-
onClear?: (() => any) | undefined;
|
|
321
320
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
322
321
|
onChange?: ((value: string) => any) | undefined;
|
|
322
|
+
onClear?: (() => any) | undefined;
|
|
323
323
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
324
324
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
325
325
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -347,9 +347,9 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
347
347
|
resizeTextarea: () => void;
|
|
348
348
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
349
349
|
input: (value: string) => void;
|
|
350
|
-
clear: () => void;
|
|
351
350
|
"update:modelValue": (value: string) => void;
|
|
352
351
|
change: (value: string) => void;
|
|
352
|
+
clear: () => void;
|
|
353
353
|
blur: (evt: FocusEvent) => void;
|
|
354
354
|
compositionend: (evt: CompositionEvent) => void;
|
|
355
355
|
compositionstart: (evt: CompositionEvent) => void;
|
|
@@ -61,9 +61,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
61
61
|
resizeTextarea: () => void;
|
|
62
62
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
63
63
|
input: (value: string) => void;
|
|
64
|
-
clear: () => void;
|
|
65
64
|
"update:modelValue": (value: string) => void;
|
|
66
65
|
change: (value: string) => void;
|
|
66
|
+
clear: () => void;
|
|
67
67
|
blur: (evt: FocusEvent) => void;
|
|
68
68
|
compositionend: (evt: CompositionEvent) => void;
|
|
69
69
|
compositionstart: (evt: CompositionEvent) => void;
|
|
@@ -77,9 +77,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
77
77
|
enter: () => void;
|
|
78
78
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<InputProps>>> & Readonly<{
|
|
79
79
|
onInput?: ((value: string) => any) | undefined;
|
|
80
|
-
onClear?: (() => any) | undefined;
|
|
81
80
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
82
81
|
onChange?: ((value: string) => any) | undefined;
|
|
82
|
+
onClear?: (() => any) | undefined;
|
|
83
83
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
84
84
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
85
85
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13,8 +13,8 @@ import "../../hooks/use-z-index/index.js";
|
|
|
13
13
|
import { UPDATE_MODEL_EVENT as Q } from "@vft/constants";
|
|
14
14
|
import { useAttrs as Ze, useCursor as _e } from "@vft/use";
|
|
15
15
|
import { calcTextareaHeight as ye } from "./utils.js";
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
16
|
+
import { useFormSize as et, useFormDisabled as tt } from "../form/hooks/use-form-common-props.js";
|
|
17
|
+
import { useFormItem as at, useFormItemInputId as ot } from "../form/hooks/use-form-item.js";
|
|
18
18
|
const nt = ["role"], lt = ["id", "type", "disabled", "formatter", "parser", "readonly", "autocomplete", "tabindex", "aria-label", "placeholder", "form"], st = ["id", "tabindex", "disabled", "readonly", "autocomplete", "aria-label", "placeholder", "form"], It = /* @__PURE__ */ Oe({
|
|
19
19
|
__name: "input",
|
|
20
20
|
props: {
|
|
@@ -85,9 +85,9 @@ const nt = ["role"], lt = ["id", "type", "disabled", "formatter", "parser", "rea
|
|
|
85
85
|
o.is("focus", v.value)
|
|
86
86
|
]), d = Ze({
|
|
87
87
|
excludeKeys: l(() => Object.keys(X.value))
|
|
88
|
-
}), { form: Ce, formItem: F } =
|
|
88
|
+
}), { form: Ce, formItem: F } = at(), { inputId: Y } = ot(xe.props, {
|
|
89
89
|
formItemContext: F
|
|
90
|
-
}), ke =
|
|
90
|
+
}), ke = et(), h = tt(), o = pe("input"), Z = pe("textarea"), M = H(), b = H(), v = S(!1), N = S(!1), C = S(!1), K = S(!1), _ = S(), O = H(e.inputStyle), k = l(() => M.value || b.value), T = l(() => G(e.prefixIcon, "icon", { size: 16 })), ee = l(() => G(e.suffixIcon, "icon", { size: 16 })), Ie = l(() => G(e.clearIcon, "icon", {
|
|
91
91
|
icon: "icon-circle-close",
|
|
92
92
|
size: 16
|
|
93
93
|
})), te = l(() => Ce?.statusIcon ?? !1), I = l(() => F?.validateState || ""), ae = l(
|
|
@@ -56,9 +56,9 @@ export declare const VftInputNumber: import("vft/es/utils").SFCWithInstall<impor
|
|
|
56
56
|
focus: () => void;
|
|
57
57
|
blur: () => void;
|
|
58
58
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
59
|
-
input: (val: number | null | undefined) => void;
|
|
60
59
|
"update:modelValue": (val: number | undefined) => void;
|
|
61
60
|
change: (cur: number | undefined, prev: number | undefined) => void;
|
|
61
|
+
input: (val: number | null | undefined) => void;
|
|
62
62
|
blur: (e: FocusEvent) => void;
|
|
63
63
|
focus: (e: FocusEvent) => void;
|
|
64
64
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|