vft 0.0.392 → 0.0.394
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/date-picker.js +8 -8
- 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 +155 -163
- 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 +4 -45
- package/es/components/super-form/component-map.js +30 -60
- package/es/components/super-form/index.js +12 -20
- package/es/components/super-form/super-form-item.vue2.js +7 -6
- package/es/components/super-form/types.d.ts +3 -3
- package/es/components/super-form/types.js +5 -1
- package/es/components/super-form/use/helper.d.ts +3 -3
- package/es/components/super-form/use/helper.js +37 -32
- package/es/components/super-form/use/use-auto-focus.js +18 -14
- package/es/components/super-form/use/use-form-events.js +84 -81
- 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/time-picker/time-picker.js +1 -1
- package/es/components/time-select/time-select.vue2.js +1 -1
- package/es/components/tree/tree-node.vue.d.ts +18 -18
- package/es/index.js +2 -1
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/utils/form-register.d.ts +43 -0
- package/es/utils/form-register.js +68 -0
- package/es/utils/index.d.ts +1 -0
- package/es/utils/index.js +80 -71
- 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.cjs +1 -1
- 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 +4 -45
- 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/time-picker/time-picker.cjs +1 -1
- package/lib/components/time-select/time-select.vue2.cjs +1 -1
- 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/form-register.cjs +1 -0
- package/lib/utils/form-register.d.ts +43 -0
- package/lib/utils/index.cjs +1 -1
- package/lib/utils/index.d.ts +1 -0
- package/package.json +2 -2
- package/web-types.json +1 -1
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 p } 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 n, 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 M } 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 mo } from "./dialog/index.js";
|
|
27
27
|
import { VftDivider as xo } from "./divider/index.js";
|
|
28
|
-
import { VftDrawer as
|
|
28
|
+
import { VftDrawer as so } 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 Mo } 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 pr } 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 nr } 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 Fr } 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 me } 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 se } 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 Me, VftCarouselItem as Fe } 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 pt } 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 nt } 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 Mt } 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 pf } 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 sf } 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 Ff, 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,94 +135,93 @@ 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 {
|
|
166
|
-
import { getDynamicProps as
|
|
138
|
+
import { spaceProps as rp } from "./space/space.js";
|
|
139
|
+
import { useSpace as tp } from "./space/use-space.js";
|
|
140
|
+
import { ACTION_FIELD as pp, CHECKED_FIELD as mp, CREATE_TIME_FIELD as ap, DATE_FIELD as xp, DATE_TIME_FIELD as ip, ID_FIELD as sp, NAME_FIELD as np, SEQ_FIELD as Vp, STATUS_FIELD as lp, UPDATE_TIME_FIELD as up } from "./table/field.js";
|
|
141
|
+
import { useTable as cp } from "./table/use/use-table.js";
|
|
142
|
+
import { addRequire as Ep, removeRequire as Tp, selectMapping as Ip } from "./table/utils.js";
|
|
143
|
+
import { TabsRootContextKey as gp } from "./tabs/types.js";
|
|
144
|
+
import { timePickerDefaultProps as _p, timePickerRangeTriggerProps as Sp, timePickerRngeTriggerProps as Mp } from "./time-picker/common/props.js";
|
|
145
|
+
import { DEFAULT_FORMATS_DATE as yp, DEFAULT_FORMATS_DATEPICKER as Ap, DEFAULT_FORMATS_TIME as Lp, PICKER_BASE_INJECTION_KEY as Kp, PICKER_POPPER_OPTIONS_INJECTION_KEY as bp, timeUnits as Rp } from "./time-picker/constants.js";
|
|
146
|
+
import { buildTimeList as Op, dateEquals as kp, dayOrDaysToDate as vp, extractDateFormat as Gp, extractTimeFormat as wp, formatter as hp, makeList as zp, parseDate as Hp, rangeArr as Bp, valueEquals as Up } from "./time-picker/utils.js";
|
|
147
|
+
import { TOOLTIP_INJECTION_KEY as Yp } from "./tooltip/constants.js";
|
|
148
|
+
import { getChildState as Wp } from "./tree/model/node.js";
|
|
149
|
+
import { dragEventsKey as Qp, useDragNodeHandler as Xp } from "./tree/model/useDragNode.js";
|
|
150
|
+
import { breadcrumbKey as $p } from "./breadcrumb/constants.js";
|
|
151
|
+
import { CAROUSEL_ITEM_NAME as rm, carouselContextKey as em } from "./carousel/constants.js";
|
|
152
|
+
import { collapseEmits as fm, collapseProps as pm, emitChangeFn as mm } from "./collapse/collapse.js";
|
|
153
|
+
import { collapseItemProps as xm } from "./collapse/collapse-item.js";
|
|
154
|
+
import { collapseContextKey as sm } from "./collapse/constants.js";
|
|
155
|
+
import { countdownEmits as Vm, countdownProps as lm } from "./countdown/countdown.js";
|
|
156
|
+
import { inputTagEmits as dm, inputTagProps as cm } from "./input-tag/input-tag.js";
|
|
157
|
+
import { useModal as Em, useModalInner as Tm } from "./modal/use/use-modal.js";
|
|
158
|
+
import { defaultProps as Pm, segmentedEmits as gm, segmentedProps as Dm } from "./segmented/segmented.js";
|
|
159
|
+
import { LEFT_CHECK_CHANGE_EVENT as Sm, RIGHT_CHECK_CHANGE_EVENT as Mm, transferCheckedChangeFn as Fm, transferEmits as ym, transferProps as Am } from "./transfer/transfer.js";
|
|
160
|
+
import { genFileId as Km, uploadContextKey as bm } from "./upload/constants.js";
|
|
161
|
+
import { watermarkProps as Nm } from "./watermark/watermark.js";
|
|
162
|
+
import { vLoading as km, createLoadingDirective as vm, vLoading as Gm } from "./loading/directive.js";
|
|
163
|
+
import { Loading as hm } from "./loading/service.js";
|
|
164
|
+
import { messageDefaults as Hm, messageTypes as Bm } from "./message/types.js";
|
|
165
|
+
import { isDatePicker as Jm, isInput as Ym, isRangePicker as qm } from "./super-form/component-map.js";
|
|
166
|
+
import { getDynamicProps as jm, useForm as Qm } from "./super-form/use/use-form.js";
|
|
167
167
|
export {
|
|
168
|
-
|
|
168
|
+
pp as ACTION_FIELD,
|
|
169
169
|
Jf as BAR_MAP,
|
|
170
|
-
|
|
170
|
+
rm as CAROUSEL_ITEM_NAME,
|
|
171
171
|
vt as CASCADER_PANEL_INJECTION_KEY,
|
|
172
|
-
|
|
173
|
-
|
|
172
|
+
mp as CHECKED_FIELD,
|
|
173
|
+
ap as CREATE_TIME_FIELD,
|
|
174
174
|
yt as CommonPicker,
|
|
175
175
|
wt as CommonProps,
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
176
|
+
xp as DATE_FIELD,
|
|
177
|
+
ip as DATE_TIME_FIELD,
|
|
178
|
+
yp as DEFAULT_FORMATS_DATE,
|
|
179
|
+
Ap as DEFAULT_FORMATS_DATEPICKER,
|
|
180
|
+
Lp as DEFAULT_FORMATS_TIME,
|
|
181
|
+
sf as DROPDOWN_INJECTION_KEY,
|
|
182
182
|
ht as DefaultProps,
|
|
183
183
|
ue as DynamicSizeGrid,
|
|
184
|
-
|
|
184
|
+
se as DynamicSizeList,
|
|
185
185
|
Vf as EmptyEnum,
|
|
186
186
|
Ve as FixedSizeGrid,
|
|
187
187
|
xe as FixedSizeList,
|
|
188
|
-
Jp as FormCompEnum,
|
|
189
188
|
Yf as GAP,
|
|
190
|
-
|
|
191
|
-
|
|
189
|
+
sp as ID_FIELD,
|
|
190
|
+
Sm as LEFT_CHECK_CHANGE_EVENT,
|
|
192
191
|
Sf as MenuTypeEnum,
|
|
193
192
|
dt as Message,
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
193
|
+
np as NAME_FIELD,
|
|
194
|
+
Kp as PICKER_BASE_INJECTION_KEY,
|
|
195
|
+
bp as PICKER_POPPER_OPTIONS_INJECTION_KEY,
|
|
196
|
+
Mm as RIGHT_CHECK_CHANGE_EVENT,
|
|
198
197
|
of as ROOT_PICKER_INJECTION_KEY,
|
|
199
198
|
rf as ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY,
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
199
|
+
Vp as SEQ_FIELD,
|
|
200
|
+
lp as STATUS_FIELD,
|
|
201
|
+
Yp as TOOLTIP_INJECTION_KEY,
|
|
202
|
+
gp as TabsRootContextKey,
|
|
204
203
|
Lt as TimePickPanel,
|
|
205
|
-
|
|
204
|
+
up as UPDATE_TIME_FIELD,
|
|
206
205
|
t as VftAlert,
|
|
207
206
|
h as VftAside,
|
|
208
207
|
Pe as VftAutocomplete,
|
|
209
|
-
|
|
208
|
+
p as VftAvatar,
|
|
210
209
|
a as VftAvatarStack,
|
|
211
210
|
i as VftBacktop,
|
|
212
211
|
De as VftBreadcrumb,
|
|
213
212
|
_e as VftBreadcrumbItem,
|
|
214
|
-
|
|
213
|
+
n as VftButton,
|
|
215
214
|
V as VftButtonGroup,
|
|
216
215
|
u as VftCard,
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
216
|
+
Me as VftCarousel,
|
|
217
|
+
Fe as VftCarouselItem,
|
|
218
|
+
c as VftCascader,
|
|
220
219
|
E as VftCascaderPanel,
|
|
221
220
|
I as VftCheckTag,
|
|
222
221
|
g as VftCheckbox,
|
|
223
222
|
D as VftCheckboxButton,
|
|
224
223
|
_ as VftCheckboxGroup,
|
|
225
|
-
|
|
224
|
+
M as VftClamp,
|
|
226
225
|
y as VftClampToggle,
|
|
227
226
|
L as VftClampTooltip,
|
|
228
227
|
b as VftCol,
|
|
@@ -237,69 +236,69 @@ export {
|
|
|
237
236
|
ro as VftDateTimeSelect,
|
|
238
237
|
to as VftDescriptions,
|
|
239
238
|
fo as VftDescriptionsItem,
|
|
240
|
-
|
|
239
|
+
mo as VftDialog,
|
|
241
240
|
xo as VftDivider,
|
|
242
|
-
|
|
241
|
+
so as VftDrawer,
|
|
243
242
|
Vo as VftDropdown,
|
|
244
243
|
lo as VftDropdownItem,
|
|
245
244
|
uo as VftDropdownMenu,
|
|
246
|
-
|
|
245
|
+
Co as VftEmpty,
|
|
247
246
|
H as VftFooter,
|
|
248
247
|
To as VftFooterLayout,
|
|
249
248
|
Po as VftForm,
|
|
250
249
|
go as VftFormItem,
|
|
251
250
|
_o as VftFullScreen,
|
|
252
251
|
B as VftHeader,
|
|
253
|
-
|
|
252
|
+
Mo as VftHeaderLayout,
|
|
254
253
|
yo as VftHorizontalMenu,
|
|
255
254
|
j as VftIcon,
|
|
256
255
|
Lo as VftIconText,
|
|
257
256
|
bo as VftIframeLayout,
|
|
258
257
|
No as VftImage,
|
|
259
258
|
ko as VftImageViewer,
|
|
260
|
-
|
|
259
|
+
nt as VftInfiniteScroll,
|
|
261
260
|
Go as VftInput,
|
|
262
261
|
ho as VftInputNumber,
|
|
263
262
|
Ne as VftInputTag,
|
|
264
263
|
Ho as VftLink,
|
|
265
264
|
Uo as VftListCell,
|
|
266
265
|
lt as VftLoading,
|
|
267
|
-
|
|
268
|
-
|
|
266
|
+
km as VftLoadingDirective,
|
|
267
|
+
hm as VftLoadingService,
|
|
269
268
|
Yo as VftLogo,
|
|
270
269
|
U as VftMain,
|
|
271
270
|
$e as VftMdCodeDemo,
|
|
272
271
|
rt as VftMdCodeTabs,
|
|
273
272
|
tt as VftMdComment,
|
|
274
|
-
|
|
273
|
+
pt as VftMdContainer,
|
|
275
274
|
at as VftMdTabs,
|
|
276
275
|
it as VftMdVuePlayground,
|
|
277
276
|
Wo as VftMenu,
|
|
278
277
|
jo as VftMenuItem,
|
|
279
278
|
Qo as VftMenuItemGroup,
|
|
280
|
-
|
|
279
|
+
ct as VftMessage,
|
|
281
280
|
ke as VftModal,
|
|
282
281
|
$o as VftMultipleTabs,
|
|
283
282
|
rr as VftNotification,
|
|
284
283
|
tr as VftOverlay,
|
|
285
|
-
|
|
284
|
+
pr as VftPageWrapper,
|
|
286
285
|
ar as VftPagination,
|
|
287
286
|
ir as VftPopconfirm,
|
|
288
|
-
|
|
287
|
+
nr as VftPopover,
|
|
289
288
|
lr as VftPopper,
|
|
290
289
|
gt as VftPopperArrow,
|
|
291
290
|
_t as VftPopperContent,
|
|
292
|
-
|
|
291
|
+
Mt as VftPopperTrigger,
|
|
293
292
|
Ge as VftProgress,
|
|
294
293
|
Et as VftProgressI,
|
|
295
294
|
dr as VftQrcode,
|
|
296
|
-
|
|
295
|
+
Cr as VftRadio,
|
|
297
296
|
Er as VftRadioButton,
|
|
298
297
|
Tr as VftRadioGroup,
|
|
299
298
|
Pr as VftResult,
|
|
300
299
|
Dr as VftRouterViewContent,
|
|
301
300
|
Sr as VftRow,
|
|
302
|
-
|
|
301
|
+
Fr as VftScrollbar,
|
|
303
302
|
Ar as VftSearch,
|
|
304
303
|
he as VftSegmented,
|
|
305
304
|
Kr as VftSelect,
|
|
@@ -325,112 +324,105 @@ export {
|
|
|
325
324
|
qe as VftTransfer,
|
|
326
325
|
fe as VftTree,
|
|
327
326
|
je as VftUpload,
|
|
328
|
-
|
|
327
|
+
me as VftVerifyCode,
|
|
329
328
|
Xe as VftWatermark,
|
|
330
|
-
|
|
331
|
-
$
|
|
332
|
-
|
|
329
|
+
Ep as addRequire,
|
|
330
|
+
$p as breadcrumbKey,
|
|
331
|
+
Op as buildTimeList,
|
|
333
332
|
bt as buttonGroupContextKey,
|
|
334
|
-
|
|
333
|
+
em as carouselContextKey,
|
|
335
334
|
Nt as cascaderEmits,
|
|
336
335
|
zt as cascaderPanelEmits,
|
|
337
336
|
Ht as cascaderPanelProps,
|
|
338
337
|
Ot as cascaderProps,
|
|
339
338
|
Jt as checkboxGroupContextKey,
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
mp as collapseProps,
|
|
339
|
+
sm as collapseContextKey,
|
|
340
|
+
fm as collapseEmits,
|
|
341
|
+
xm as collapseItemProps,
|
|
342
|
+
pm as collapseProps,
|
|
345
343
|
qt as configProviderContextKey,
|
|
346
|
-
|
|
347
|
-
|
|
344
|
+
Vm as countdownEmits,
|
|
345
|
+
lm as countdownProps,
|
|
348
346
|
Y as createContextMenu,
|
|
349
|
-
|
|
350
|
-
|
|
347
|
+
vm as createLoadingDirective,
|
|
348
|
+
kp as dateEquals,
|
|
351
349
|
tf as datePickerProps,
|
|
352
|
-
|
|
353
|
-
|
|
350
|
+
vp as dayOrDaysToDate,
|
|
351
|
+
Pm as defaultProps,
|
|
354
352
|
q as destroyContextMenu,
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
353
|
+
pf as dialogInjectionKey,
|
|
354
|
+
Qp as dragEventsKey,
|
|
355
|
+
mm as emitChangeFn,
|
|
356
|
+
Gp as extractDateFormat,
|
|
357
|
+
wp as extractTimeFormat,
|
|
360
358
|
uf as formContextKey,
|
|
361
359
|
df as formItemContextKey,
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
Xp as isInput,
|
|
374
|
-
Zp as isRangePicker,
|
|
375
|
-
zm as makeList,
|
|
360
|
+
hp as formatter,
|
|
361
|
+
Km as genFileId,
|
|
362
|
+
Wp as getChildState,
|
|
363
|
+
jm as getDynamicProps,
|
|
364
|
+
Ff as initAffixTabs,
|
|
365
|
+
dm as inputTagEmits,
|
|
366
|
+
cm as inputTagProps,
|
|
367
|
+
Jm as isDatePicker,
|
|
368
|
+
Ym as isInput,
|
|
369
|
+
qm as isRangePicker,
|
|
370
|
+
zp as makeList,
|
|
376
371
|
Wt as messageConfig,
|
|
377
|
-
|
|
378
|
-
|
|
372
|
+
Hm as messageDefaults,
|
|
373
|
+
Bm as messageTypes,
|
|
379
374
|
bf as notificationEmits,
|
|
380
375
|
Rf as notificationProps,
|
|
381
376
|
Nf as notificationTypes,
|
|
382
|
-
|
|
377
|
+
Hp as parseDate,
|
|
383
378
|
Qt as provideGlobalConfig,
|
|
384
379
|
wf as radioGroupKey,
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
oa as registerComponents,
|
|
388
|
-
ra as removeComponent,
|
|
389
|
-
Tm as removeRequire,
|
|
380
|
+
Bp as rangeArr,
|
|
381
|
+
Tp as removeRequire,
|
|
390
382
|
qf as renderThumbStyle,
|
|
391
383
|
zf as rowContextKey,
|
|
392
384
|
Bf as scrollbarContextKey,
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
385
|
+
gm as segmentedEmits,
|
|
386
|
+
Dm as segmentedProps,
|
|
387
|
+
Ip as selectMapping,
|
|
396
388
|
jf as selectV2InjectionKey,
|
|
397
389
|
Xf as sliderContextKey,
|
|
398
390
|
$f as sliderEmits,
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
391
|
+
rp as spaceProps,
|
|
392
|
+
_p as timePickerDefaultProps,
|
|
393
|
+
Sp as timePickerRangeTriggerProps,
|
|
394
|
+
Mp as timePickerRngeTriggerProps,
|
|
395
|
+
Rp as timeUnits,
|
|
396
|
+
Fm as transferCheckedChangeFn,
|
|
397
|
+
ym as transferEmits,
|
|
398
|
+
Am as transferProps,
|
|
399
|
+
bm as uploadContextKey,
|
|
408
400
|
Bt as useCascaderConfig,
|
|
409
401
|
X as useContextMenu,
|
|
410
402
|
af as useDialog,
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
403
|
+
Cf as useDisabled,
|
|
404
|
+
Xp as useDragNodeHandler,
|
|
405
|
+
Qm as useForm,
|
|
414
406
|
Ef as useFormDisabled,
|
|
415
407
|
gf as useFormItem,
|
|
416
408
|
Df as useFormItemInputId,
|
|
417
409
|
Tf as useFormSize,
|
|
418
410
|
Xt as useGlobalComponentSettings,
|
|
419
411
|
Zt as useGlobalConfig,
|
|
420
|
-
|
|
421
|
-
|
|
412
|
+
Em as useModal,
|
|
413
|
+
Tm as useModalInner,
|
|
422
414
|
kf as usePagination,
|
|
423
415
|
If as useSize,
|
|
424
|
-
|
|
416
|
+
tp as useSpace,
|
|
425
417
|
Lf as useTabDropdown,
|
|
426
|
-
|
|
418
|
+
cp as useTable,
|
|
427
419
|
yf as useTabsDrag,
|
|
428
|
-
|
|
429
|
-
|
|
420
|
+
Gm as vLoading,
|
|
421
|
+
Up as valueEquals,
|
|
430
422
|
vf as vftPaginationKey,
|
|
431
|
-
|
|
432
|
-
|
|
423
|
+
ce as virtualizedGridProps,
|
|
424
|
+
Ce as virtualizedListProps,
|
|
433
425
|
Ee as virtualizedProps,
|
|
434
426
|
Te as virtualizedScrollbarProps,
|
|
435
|
-
|
|
427
|
+
Nm as watermarkProps
|
|
436
428
|
};
|
|
@@ -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;
|
|
81
82
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
82
83
|
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;
|
|
111
112
|
"update:modelValue": (value: string) => void;
|
|
112
113
|
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;
|
|
210
211
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
211
212
|
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;
|
|
320
321
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
321
322
|
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;
|
|
350
351
|
"update:modelValue": (value: string) => void;
|
|
351
352
|
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;
|
|
64
65
|
"update:modelValue": (value: string) => void;
|
|
65
66
|
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;
|
|
80
81
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
81
82
|
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 { useFormItem as et, useFormItemInputId as tt } from "../form/hooks/use-form-item.js";
|
|
17
|
+
import { useFormSize as at, useFormDisabled as ot } from "../form/hooks/use-form-common-props.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 } = et(), { inputId: Y } = tt(xe.props, {
|
|
89
89
|
formItemContext: F
|
|
90
|
-
}), ke =
|
|
90
|
+
}), ke = at(), h = ot(), 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;
|
|
59
60
|
"update:modelValue": (val: number | undefined) => void;
|
|
60
61
|
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<{
|