vft 0.0.496 → 0.0.498
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/es/component.js +18 -16
- package/es/components/autocomplete/autocomplete.vue.d.ts +2 -2
- package/es/components/autocomplete/index.d.ts +6 -6
- package/es/components/button/index.d.ts +9 -9
- package/es/components/index.d.ts +1 -0
- package/es/components/index.js +257 -255
- package/es/components/modal/index.d.ts +6 -0
- package/es/components/modal/modal.vue.d.ts +3 -0
- package/es/components/modal/modal.vue2.js +12 -12
- package/es/components/popconfirm/index.d.ts +15 -15
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/components/select/defaults.d.ts +4 -0
- package/es/components/select/defaults.js +7 -3
- package/es/components/select/index.d.ts +13 -4
- package/es/components/select/select.vue.d.ts +13 -4
- package/es/components/select/select.vue.js +9 -8
- package/es/components/select/select.vue2.js +40 -29
- package/es/components/select/token.d.ts +4 -1
- package/es/components/select/useSelect.d.ts +4 -4
- package/es/components/super-form/index.d.ts +9 -0
- package/es/components/super-form/style/css.d.ts +1 -0
- package/es/components/super-form/style/css.js +2 -0
- package/es/components/super-form/style/index.d.ts +1 -0
- package/es/components/super-form/style/index.js +2 -0
- package/es/components/super-form/super-form-item.vue2.js +355 -255
- package/es/components/super-form/super-form.vue2.js +1 -1
- package/es/components/super-form/types.d.ts +26 -1
- package/es/components/super-form/use/helper.js +37 -36
- package/es/components/super-form/use/use-form-events.js +126 -125
- package/es/components/table/index.d.ts +9 -6
- package/es/components/table/style/css.js +2 -0
- package/es/components/table/style/index.js +2 -0
- package/es/components/table/table.vue.d.ts +2 -1
- package/es/components/table/table.vue2.js +99 -94
- package/es/components/table/types.d.ts +5 -3
- package/es/components/table/use/use-data-source.d.ts +6 -4
- package/es/components/table/use/use-data-source.js +150 -148
- package/es/components/table/use/use-table.js +8 -8
- package/es/components/tree/index.d.ts +71 -71
- package/es/components/tree/tree-node.vue.d.ts +1 -1
- package/es/components/tree/tree.type.d.ts +2 -0
- package/es/components/tree/tree.vue.d.ts +14 -14
- package/es/components/tree-select/cache-options.d.ts +20 -0
- package/es/components/tree-select/cache-options.js +30 -0
- package/es/components/tree-select/index.d.ts +8 -0
- package/es/components/tree-select/index.js +10 -0
- package/es/components/tree-select/instance.d.ts +5 -0
- package/es/components/tree-select/instance.js +1 -0
- package/es/components/tree-select/select.d.ts +10 -0
- package/es/components/tree-select/select.js +129 -0
- package/es/components/tree-select/style/css.d.ts +4 -0
- package/es/components/tree-select/style/css.js +11 -0
- package/es/components/tree-select/style/index.d.ts +4 -0
- package/es/components/tree-select/style/index.js +11 -0
- package/es/components/tree-select/tree-select-option.d.ts +42 -0
- package/es/components/tree-select/tree-select-option.js +35 -0
- package/es/components/tree-select/tree-select.vue.d.ts +4 -0
- package/es/components/tree-select/tree-select.vue.js +5 -0
- package/es/components/tree-select/tree-select.vue2.js +155 -0
- package/es/components/tree-select/tree.d.ts +11 -0
- package/es/components/tree-select/tree.js +201 -0
- package/es/components/tree-select/utils.d.ts +10 -0
- package/es/components/tree-select/utils.js +45 -0
- package/es/index.js +1 -0
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/script.css +1 -1
- package/es/utils/form-register.d.ts +1 -0
- package/es/utils/form-register.js +11 -10
- package/lib/component.cjs +1 -1
- package/lib/components/autocomplete/autocomplete.vue.d.ts +2 -2
- package/lib/components/autocomplete/index.d.ts +6 -6
- package/lib/components/button/index.d.ts +9 -9
- package/lib/components/index.cjs +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/components/modal/index.d.ts +6 -0
- package/lib/components/modal/modal.vue.d.ts +3 -0
- package/lib/components/modal/modal.vue2.cjs +1 -1
- package/lib/components/popconfirm/index.d.ts +15 -15
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/lib/components/select/defaults.cjs +1 -1
- package/lib/components/select/defaults.d.ts +4 -0
- package/lib/components/select/index.d.ts +13 -4
- package/lib/components/select/select.vue.cjs +1 -1
- package/lib/components/select/select.vue.d.ts +13 -4
- package/lib/components/select/select.vue2.cjs +1 -1
- package/lib/components/select/token.d.ts +4 -1
- package/lib/components/select/useSelect.d.ts +4 -4
- package/lib/components/super-form/index.d.ts +9 -0
- package/lib/components/super-form/style/css.cjs +1 -1
- package/lib/components/super-form/style/css.d.ts +1 -0
- package/lib/components/super-form/style/index.cjs +1 -1
- package/lib/components/super-form/style/index.d.ts +1 -0
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/components/super-form/super-form.vue2.cjs +1 -1
- package/lib/components/super-form/types.d.ts +26 -1
- package/lib/components/super-form/use/helper.cjs +1 -1
- package/lib/components/super-form/use/use-form-events.cjs +1 -1
- package/lib/components/table/index.d.ts +9 -6
- package/lib/components/table/style/css.cjs +1 -1
- package/lib/components/table/style/index.cjs +1 -1
- package/lib/components/table/table.vue.d.ts +2 -1
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/components/table/types.d.ts +5 -3
- package/lib/components/table/use/use-data-source.cjs +1 -1
- package/lib/components/table/use/use-data-source.d.ts +6 -4
- package/lib/components/table/use/use-table.cjs +1 -1
- package/lib/components/tree/index.d.ts +71 -71
- package/lib/components/tree/tree-node.vue.d.ts +1 -1
- package/lib/components/tree/tree.type.d.ts +2 -0
- package/lib/components/tree/tree.vue.d.ts +14 -14
- package/lib/components/tree-select/cache-options.cjs +1 -0
- package/lib/components/tree-select/cache-options.d.ts +20 -0
- package/lib/components/tree-select/index.cjs +1 -0
- package/lib/components/tree-select/index.d.ts +8 -0
- package/lib/components/tree-select/instance.cjs +1 -0
- package/lib/components/tree-select/instance.d.ts +5 -0
- package/lib/components/tree-select/select.cjs +1 -0
- package/lib/components/tree-select/select.d.ts +10 -0
- package/lib/components/tree-select/style/css.cjs +1 -0
- package/lib/components/tree-select/style/css.d.ts +4 -0
- package/lib/components/tree-select/style/index.cjs +1 -0
- package/lib/components/tree-select/style/index.d.ts +4 -0
- package/lib/components/tree-select/tree-select-option.cjs +1 -0
- package/lib/components/tree-select/tree-select-option.d.ts +42 -0
- package/lib/components/tree-select/tree-select.vue.cjs +1 -0
- package/lib/components/tree-select/tree-select.vue.d.ts +4 -0
- package/lib/components/tree-select/tree-select.vue2.cjs +1 -0
- package/lib/components/tree-select/tree.cjs +1 -0
- package/lib/components/tree-select/tree.d.ts +11 -0
- package/lib/components/tree-select/utils.cjs +1 -0
- package/lib/components/tree-select/utils.d.ts +10 -0
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/lib/script.css +1 -1
- package/lib/utils/form-register.cjs +1 -1
- package/lib/utils/form-register.d.ts +1 -0
- package/package.json +5 -5
- package/theme-style/index.css +1 -1
- package/theme-style/src/cascader.scss +1 -12
- package/theme-style/src/tree-select.scss +10 -1
- package/theme-style/vft-cascader.css +1 -1
- package/theme-style/vft-tree-select.css +1 -1
- package/web-types.json +1 -1
package/es/components/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import { VftBacktop as i } from "./backtop/index.js";
|
|
|
5
5
|
import { VftButton as s, VftButtonGroup as V } from "./button/index.js";
|
|
6
6
|
import { VftCard as u } from "./card/index.js";
|
|
7
7
|
import { VftCascader as c } from "./cascader/index.js";
|
|
8
|
-
import { VftCascaderPanel as
|
|
8
|
+
import { VftCascaderPanel as T } from "./cascader-panel/index.js";
|
|
9
9
|
import { VftCheckTag as g } from "./check-tag/index.js";
|
|
10
10
|
import { VftCheckbox as I, VftCheckboxButton as D, VftCheckboxGroup as S } from "./checkbox/index.js";
|
|
11
11
|
import { VftClamp as y } from "./clamp/index.js";
|
|
@@ -28,7 +28,7 @@ import { VftDialog as xo } from "./dialog/index.js";
|
|
|
28
28
|
import { VftDivider as no } from "./divider/index.js";
|
|
29
29
|
import { VftDrawer as Vo } from "./drawer/index.js";
|
|
30
30
|
import { VftDropdown as uo, VftDropdownItem as co, VftDropdownMenu as Co } from "./dropdown/index.js";
|
|
31
|
-
import { VftEmpty as
|
|
31
|
+
import { VftEmpty as Po } from "./empty/index.js";
|
|
32
32
|
import { VftFooterLayout as Eo } from "./footer-layout/index.js";
|
|
33
33
|
import { VftForm as Do, VftFormItem as So } from "./form/index.js";
|
|
34
34
|
import { VftFullScreen as yo } from "./full-screen/index.js";
|
|
@@ -53,7 +53,7 @@ import { VftPopconfirm as sr } from "./popconfirm/index.js";
|
|
|
53
53
|
import { VftPopover as lr } from "./popover/index.js";
|
|
54
54
|
import { VftPopper as dr } from "./popper/index.js";
|
|
55
55
|
import { VftQrcode as Cr } from "./qrcode/index.js";
|
|
56
|
-
import { VftRadio as
|
|
56
|
+
import { VftRadio as Pr, VftRadioButton as gr, VftRadioGroup as Er } from "./radio/index.js";
|
|
57
57
|
import { VftResult as Dr } from "./result/index.js";
|
|
58
58
|
import { VftRouterViewContent as _r } from "./router-view-content/index.js";
|
|
59
59
|
import { VftRow as Mr } from "./row/index.js";
|
|
@@ -72,141 +72,142 @@ import { VftTag as oe } from "./tag/index.js";
|
|
|
72
72
|
import { VftTimePicker as ee } from "./time-picker/index.js";
|
|
73
73
|
import { VftTooltip as fe } from "./tooltip/index.js";
|
|
74
74
|
import { VftTree as me } from "./tree/index.js";
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import { default as Ve } from "./virtual-list/components/
|
|
78
|
-
import { default as ue } from "./virtual-list/components/
|
|
79
|
-
import { default as ce } from "./virtual-list/components/
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import { default as yt } from "./popper/
|
|
108
|
-
import { default as At } from "./popper/
|
|
109
|
-
import { default as bt } from "./
|
|
110
|
-
import { default as Ft } from "./time-picker/
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
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 {
|
|
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 {
|
|
75
|
+
import { VftTreeSelect as xe } from "./tree-select/index.js";
|
|
76
|
+
import { VftVerifyCode as ne } from "./verify-code/index.js";
|
|
77
|
+
import { default as Ve } from "./virtual-list/components/fixed-size-list.js";
|
|
78
|
+
import { default as ue } from "./virtual-list/components/dynamic-size-list.js";
|
|
79
|
+
import { default as ce } from "./virtual-list/components/fixed-size-grid.js";
|
|
80
|
+
import { default as Te } from "./virtual-list/components/dynamic-size-grid.js";
|
|
81
|
+
import { virtualizedGridProps as ge, virtualizedListProps as Ee, virtualizedProps as Ie, virtualizedScrollbarProps as De } from "./virtual-list/props.js";
|
|
82
|
+
import { VftAutocomplete as _e } from "./autocomplete/index.js";
|
|
83
|
+
import { VftBreadcrumb as Me, VftBreadcrumbItem as Ae } from "./breadcrumb/index.js";
|
|
84
|
+
import { VftCarousel as be, VftCarouselItem as Re } from "./carousel/index.js";
|
|
85
|
+
import { VftCollapse as Le, VftCollapseItem as Oe } from "./collapse/index.js";
|
|
86
|
+
import { VftCountdown as ke } from "./countdown/index.js";
|
|
87
|
+
import { VftInputTag as Ge } from "./input-tag/index.js";
|
|
88
|
+
import { VftModal as he } from "./modal/index.js";
|
|
89
|
+
import { VftProgress as Be } from "./progress/index.js";
|
|
90
|
+
import { VftSegmented as Ue } from "./segmented/index.js";
|
|
91
|
+
import { VftStatistic as Ye } from "./statistic/index.js";
|
|
92
|
+
import { VftTimeline as We, VftTimelineItem as je } from "./timeline/index.js";
|
|
93
|
+
import { VftTransfer as Xe } from "./transfer/index.js";
|
|
94
|
+
import { VftUpload as $e } from "./upload/index.js";
|
|
95
|
+
import { VftWatermark as rt } from "./watermark/index.js";
|
|
96
|
+
import { VftMdCodeDemo as tt } from "./md-code-demo/index.js";
|
|
97
|
+
import { VftMdCodeTabs as pt } from "./md-code-tabs/index.js";
|
|
98
|
+
import { VftMdComment as at } from "./md-comment/index.js";
|
|
99
|
+
import { VftMdContainer as it } from "./md-container/index.js";
|
|
100
|
+
import { VftMdTabs as st } from "./md-tabs/index.js";
|
|
101
|
+
import { VftMdVuePlayground as lt } from "./md-vue-playground/index.js";
|
|
102
|
+
import { VftInfiniteScroll as dt } from "./infinite-scroll/index.js";
|
|
103
|
+
import { VftLoading as Ct } from "./loading/index.js";
|
|
104
|
+
import { VftMessage as Pt, VftMessage as gt } from "./message/index.js";
|
|
105
|
+
import { VftProgressI as It } from "./progress-i/index.js";
|
|
106
|
+
import { VftSuperForm as St } from "./super-form/index.js";
|
|
107
|
+
import { default as yt } from "./popper/arrow.vue2.js";
|
|
108
|
+
import { default as At } from "./popper/content.vue2.js";
|
|
109
|
+
import { default as bt } from "./popper/trigger.vue2.js";
|
|
110
|
+
import { default as Ft } from "./time-picker/common/picker.vue2.js";
|
|
111
|
+
import { default as Ot } from "./time-picker/time-picker-com/panel-time-pick.vue2.js";
|
|
112
|
+
import { buttonGroupContextKey as kt } from "./button/constants.js";
|
|
113
|
+
import { cascaderEmits as Gt, cascaderProps as wt } from "./cascader/cascader.js";
|
|
114
|
+
import { CASCADER_PANEL_INJECTION_KEY as zt } from "./cascader-panel/types.js";
|
|
115
|
+
import { CommonProps as Ht, DefaultProps as Ut, cascaderPanelEmits as Jt, cascaderPanelProps as Yt, useCascaderConfig as qt } from "./cascader-panel/config.js";
|
|
116
|
+
import { checkboxGroupContextKey as jt } from "./checkbox/constants.js";
|
|
117
|
+
import { configProviderContextKey as Xt, messageConfig as Zt } from "./config-provider/constants.js";
|
|
118
|
+
import { provideGlobalConfig as of, useGlobalComponentSettings as rf, useGlobalConfig as ef } from "./config-provider/hooks/use-global-config.js";
|
|
119
|
+
import { ROOT_PICKER_INJECTION_KEY as ff, ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY as pf } from "./date-picker/constants.js";
|
|
120
|
+
import { datePickerProps as af } from "./date-picker/props/date-picker.js";
|
|
121
|
+
import { DEFAULT_DIALOG_TRANSITION as nf, dialogInjectionKey as sf } from "./dialog/constants.js";
|
|
122
|
+
import { useDialog as lf } from "./dialog/use-dialog.js";
|
|
123
|
+
import { DROPDOWN_INJECTION_KEY as df } from "./dropdown/tokens.js";
|
|
124
|
+
import { EmptyEnum as Cf } from "./empty/constants.js";
|
|
125
|
+
import { formContextKey as Pf, formItemContextKey as gf } from "./form/constants.js";
|
|
126
|
+
import { useDisabled as If, useFormDisabled as Df, useFormSize as Sf, useSize as _f } from "./form/hooks/use-form-common-props.js";
|
|
127
|
+
import { useFormItem as Mf, useFormItemInputId as Af } from "./form/hooks/use-form-item.js";
|
|
128
|
+
import { MenuTypeEnum as bf } from "./horizontal-menu/constants.js";
|
|
129
|
+
import { initAffixTabs as Ff, useTabsDrag as Lf } from "./multiple-tabs/use/use-multiple-tabs.js";
|
|
130
|
+
import { useTabDropdown as Nf } from "./multiple-tabs/use/use-tab-dropdown.js";
|
|
131
|
+
import { notificationEmits as vf, notificationProps as Gf, notificationTypes as wf } from "./notification/notification.js";
|
|
132
|
+
import { usePagination as zf, vftPaginationKey as Bf } from "./pagination/usePagination.js";
|
|
133
|
+
import { radioGroupKey as Uf } from "./radio/constants.js";
|
|
134
|
+
import { rowContextKey as Yf } from "./row/constants.js";
|
|
135
|
+
import { scrollbarContextKey as Wf } from "./scrollbar/constants.js";
|
|
136
|
+
import { BAR_MAP as Qf, GAP as Xf, renderThumbStyle as Zf } from "./scrollbar/util.js";
|
|
137
|
+
import { selectV2InjectionKey as op } from "./select/token.js";
|
|
138
|
+
import { sliderContextKey as ep } from "./slider/constants.js";
|
|
139
|
+
import { sliderEmits as fp } from "./slider/slider.js";
|
|
140
|
+
import { spaceProps as mp } from "./space/space.js";
|
|
141
|
+
import { useSpace as xp } from "./space/use-space.js";
|
|
142
|
+
import { addRequire as np, removeRequire as sp, selectMapping as Vp } from "./table/utils.js";
|
|
143
|
+
import { TabsRootContextKey as up } from "./tabs/types.js";
|
|
144
|
+
import { timePickerDefaultProps as cp, timePickerRangeTriggerProps as Cp, timePickerRngeTriggerProps as Tp } from "./time-picker/common/props.js";
|
|
145
|
+
import { DEFAULT_FORMATS_DATE as gp, DEFAULT_FORMATS_DATEPICKER as Ep, DEFAULT_FORMATS_TIME as Ip, PICKER_BASE_INJECTION_KEY as Dp, PICKER_POPPER_OPTIONS_INJECTION_KEY as Sp, timeUnits as _p } from "./time-picker/constants.js";
|
|
146
|
+
import { buildTimeList as Mp, dateEquals as Ap, dayOrDaysToDate as Kp, extractDateFormat as bp, extractTimeFormat as Rp, formatter as Fp, makeList as Lp, parseDate as Op, rangeArr as Np, valueEquals as kp } from "./time-picker/utils.js";
|
|
147
|
+
import { TOOLTIP_INJECTION_KEY as Gp } from "./tooltip/constants.js";
|
|
148
|
+
import { getChildState as hp } from "./tree/model/node.js";
|
|
149
|
+
import { dragEventsKey as Bp, useDragNodeHandler as Hp } from "./tree/model/useDragNode.js";
|
|
150
|
+
import { breadcrumbKey as Jp } from "./breadcrumb/constants.js";
|
|
151
|
+
import { CAROUSEL_ITEM_NAME as qp, carouselContextKey as Wp } from "./carousel/constants.js";
|
|
152
|
+
import { collapseEmits as Qp, collapseProps as Xp, emitChangeFn as Zp } from "./collapse/collapse.js";
|
|
153
|
+
import { collapseItemProps as om } from "./collapse/collapse-item.js";
|
|
154
|
+
import { collapseContextKey as em } from "./collapse/constants.js";
|
|
155
|
+
import { countdownEmits as fm, countdownProps as pm } from "./countdown/countdown.js";
|
|
156
|
+
import { inputTagEmits as am, inputTagProps as xm } from "./input-tag/input-tag.js";
|
|
157
|
+
import { useModal as nm, useModalInner as sm } from "./modal/use/use-modal.js";
|
|
158
|
+
import { defaultProps as lm, segmentedEmits as um, segmentedProps as dm } from "./segmented/segmented.js";
|
|
159
|
+
import { LEFT_CHECK_CHANGE_EVENT as Cm, RIGHT_CHECK_CHANGE_EVENT as Tm, transferCheckedChangeFn as Pm, transferEmits as gm, transferProps as Em } from "./transfer/transfer.js";
|
|
160
|
+
import { genFileId as Dm, uploadContextKey as Sm } from "./upload/constants.js";
|
|
161
|
+
import { watermarkProps as ym } from "./watermark/watermark.js";
|
|
162
|
+
import { vLoading as Am, createLoadingDirective as Km, vLoading as bm } from "./loading/directive.js";
|
|
163
|
+
import { Loading as Fm } from "./loading/service.js";
|
|
164
|
+
import { messageDefaults as Om, messageTypes as Nm } from "./message/types.js";
|
|
165
|
+
import { isDatePicker as vm, isInput as Gm, isRangePicker as wm } from "./super-form/component-map.js";
|
|
166
|
+
import { getDynamicProps as zm, useForm as Bm } from "./super-form/use/use-form.js";
|
|
166
167
|
export {
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
168
|
+
Qf as BAR_MAP,
|
|
169
|
+
qp as CAROUSEL_ITEM_NAME,
|
|
170
|
+
zt as CASCADER_PANEL_INJECTION_KEY,
|
|
171
|
+
Ft as CommonPicker,
|
|
172
|
+
Ht as CommonProps,
|
|
173
|
+
nf as DEFAULT_DIALOG_TRANSITION,
|
|
174
|
+
gp as DEFAULT_FORMATS_DATE,
|
|
175
|
+
Ep as DEFAULT_FORMATS_DATEPICKER,
|
|
176
|
+
Ip as DEFAULT_FORMATS_TIME,
|
|
177
|
+
df as DROPDOWN_INJECTION_KEY,
|
|
178
|
+
Ut as DefaultProps,
|
|
179
|
+
Te as DynamicSizeGrid,
|
|
180
|
+
ue as DynamicSizeList,
|
|
181
|
+
Cf as EmptyEnum,
|
|
182
|
+
ce as FixedSizeGrid,
|
|
183
|
+
Ve as FixedSizeList,
|
|
184
|
+
Xf as GAP,
|
|
185
|
+
Cm as LEFT_CHECK_CHANGE_EVENT,
|
|
186
|
+
bf as MenuTypeEnum,
|
|
187
|
+
Pt as Message,
|
|
188
|
+
Dp as PICKER_BASE_INJECTION_KEY,
|
|
189
|
+
Sp as PICKER_POPPER_OPTIONS_INJECTION_KEY,
|
|
190
|
+
Tm as RIGHT_CHECK_CHANGE_EVENT,
|
|
191
|
+
ff as ROOT_PICKER_INJECTION_KEY,
|
|
192
|
+
pf as ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY,
|
|
193
|
+
Gp as TOOLTIP_INJECTION_KEY,
|
|
194
|
+
up as TabsRootContextKey,
|
|
195
|
+
Ot as TimePickPanel,
|
|
195
196
|
t as VftAlert,
|
|
196
197
|
B as VftAside,
|
|
197
|
-
|
|
198
|
+
_e as VftAutocomplete,
|
|
198
199
|
p as VftAvatar,
|
|
199
200
|
a as VftAvatarStack,
|
|
200
201
|
i as VftBacktop,
|
|
201
|
-
|
|
202
|
-
|
|
202
|
+
Me as VftBreadcrumb,
|
|
203
|
+
Ae as VftBreadcrumbItem,
|
|
203
204
|
s as VftButton,
|
|
204
205
|
V as VftButtonGroup,
|
|
205
206
|
u as VftCard,
|
|
206
|
-
|
|
207
|
-
|
|
207
|
+
be as VftCarousel,
|
|
208
|
+
Re as VftCarouselItem,
|
|
208
209
|
c as VftCascader,
|
|
209
|
-
|
|
210
|
+
T as VftCascaderPanel,
|
|
210
211
|
g as VftCheckTag,
|
|
211
212
|
I as VftCheckbox,
|
|
212
213
|
D as VftCheckboxButton,
|
|
@@ -216,13 +217,13 @@ export {
|
|
|
216
217
|
F as VftClampTooltip,
|
|
217
218
|
A as VftClientOnly,
|
|
218
219
|
O as VftCol,
|
|
219
|
-
|
|
220
|
-
|
|
220
|
+
Le as VftCollapse,
|
|
221
|
+
Oe as VftCollapseItem,
|
|
221
222
|
k as VftCollapseTransition,
|
|
222
223
|
G as VftColorPicker,
|
|
223
224
|
h as VftConfigProvider,
|
|
224
225
|
H as VftContainer,
|
|
225
|
-
|
|
226
|
+
ke as VftCountdown,
|
|
226
227
|
ro as VftDatePicker,
|
|
227
228
|
to as VftDateTimeSelect,
|
|
228
229
|
po as VftDescriptions,
|
|
@@ -233,7 +234,7 @@ export {
|
|
|
233
234
|
uo as VftDropdown,
|
|
234
235
|
co as VftDropdownItem,
|
|
235
236
|
Co as VftDropdownMenu,
|
|
236
|
-
|
|
237
|
+
Po as VftEmpty,
|
|
237
238
|
U as VftFooter,
|
|
238
239
|
Eo as VftFooterLayout,
|
|
239
240
|
Do as VftForm,
|
|
@@ -247,28 +248,28 @@ export {
|
|
|
247
248
|
Oo as VftIframeLayout,
|
|
248
249
|
ko as VftImage,
|
|
249
250
|
Go as VftImageViewer,
|
|
250
|
-
|
|
251
|
+
dt as VftInfiniteScroll,
|
|
251
252
|
ho as VftInput,
|
|
252
253
|
Bo as VftInputNumber,
|
|
253
|
-
|
|
254
|
+
Ge as VftInputTag,
|
|
254
255
|
Uo as VftLink,
|
|
255
256
|
Yo as VftListCell,
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
257
|
+
Ct as VftLoading,
|
|
258
|
+
Am as VftLoadingDirective,
|
|
259
|
+
Fm as VftLoadingService,
|
|
259
260
|
Wo as VftLogo,
|
|
260
261
|
Y as VftMain,
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
262
|
+
tt as VftMdCodeDemo,
|
|
263
|
+
pt as VftMdCodeTabs,
|
|
264
|
+
at as VftMdComment,
|
|
265
|
+
it as VftMdContainer,
|
|
266
|
+
st as VftMdTabs,
|
|
267
|
+
lt as VftMdVuePlayground,
|
|
267
268
|
Qo as VftMenu,
|
|
268
269
|
Xo as VftMenuItem,
|
|
269
270
|
Zo as VftMenuItemGroup,
|
|
270
|
-
|
|
271
|
-
|
|
271
|
+
gt as VftMessage,
|
|
272
|
+
he as VftModal,
|
|
272
273
|
rr as VftMultipleTabs,
|
|
273
274
|
tr as VftNotification,
|
|
274
275
|
pr as VftOverlay,
|
|
@@ -277,13 +278,13 @@ export {
|
|
|
277
278
|
sr as VftPopconfirm,
|
|
278
279
|
lr as VftPopover,
|
|
279
280
|
dr as VftPopper,
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
281
|
+
yt as VftPopperArrow,
|
|
282
|
+
At as VftPopperContent,
|
|
283
|
+
bt as VftPopperTrigger,
|
|
284
|
+
Be as VftProgress,
|
|
285
|
+
It as VftProgressI,
|
|
285
286
|
Cr as VftQrcode,
|
|
286
|
-
|
|
287
|
+
Pr as VftRadio,
|
|
287
288
|
gr as VftRadioButton,
|
|
288
289
|
Er as VftRadioGroup,
|
|
289
290
|
Dr as VftResult,
|
|
@@ -291,128 +292,129 @@ export {
|
|
|
291
292
|
Mr as VftRow,
|
|
292
293
|
Kr as VftScrollbar,
|
|
293
294
|
Rr as VftSearch,
|
|
294
|
-
|
|
295
|
+
Ue as VftSegmented,
|
|
295
296
|
Lr as VftSelect,
|
|
296
297
|
Nr as VftSideMenu,
|
|
297
298
|
vr as VftSkeleton,
|
|
298
299
|
Gr as VftSkeletonItem,
|
|
299
300
|
hr as VftSlider,
|
|
300
301
|
Br as VftSpace,
|
|
301
|
-
|
|
302
|
+
Ye as VftStatistic,
|
|
302
303
|
Ur as VftStep,
|
|
303
304
|
Jr as VftSteps,
|
|
304
305
|
$o as VftSubMenu,
|
|
305
|
-
|
|
306
|
+
St as VftSuperForm,
|
|
306
307
|
qr as VftSwitch,
|
|
307
308
|
Xr as VftTabPane,
|
|
308
309
|
jr as VftTable,
|
|
309
310
|
Zr as VftTabs,
|
|
310
311
|
oe as VftTag,
|
|
311
312
|
ee as VftTimePicker,
|
|
312
|
-
|
|
313
|
-
|
|
313
|
+
We as VftTimeline,
|
|
314
|
+
je as VftTimelineItem,
|
|
314
315
|
fe as VftTooltip,
|
|
315
|
-
|
|
316
|
+
Xe as VftTransfer,
|
|
316
317
|
me as VftTree,
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
318
|
+
xe as VftTreeSelect,
|
|
319
|
+
$e as VftUpload,
|
|
320
|
+
ne as VftVerifyCode,
|
|
321
|
+
rt as VftWatermark,
|
|
322
|
+
np as addRequire,
|
|
323
|
+
Jp as breadcrumbKey,
|
|
324
|
+
Mp as buildTimeList,
|
|
325
|
+
kt as buttonGroupContextKey,
|
|
326
|
+
Wp as carouselContextKey,
|
|
327
|
+
Gt as cascaderEmits,
|
|
328
|
+
Jt as cascaderPanelEmits,
|
|
329
|
+
Yt as cascaderPanelProps,
|
|
330
|
+
wt as cascaderProps,
|
|
331
|
+
jt as checkboxGroupContextKey,
|
|
332
|
+
em as collapseContextKey,
|
|
333
|
+
Qp as collapseEmits,
|
|
334
|
+
om as collapseItemProps,
|
|
335
|
+
Xp as collapseProps,
|
|
336
|
+
Xt as configProviderContextKey,
|
|
337
|
+
fm as countdownEmits,
|
|
338
|
+
pm as countdownProps,
|
|
337
339
|
W as createContextMenu,
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
340
|
+
Km as createLoadingDirective,
|
|
341
|
+
Ap as dateEquals,
|
|
342
|
+
af as datePickerProps,
|
|
343
|
+
Kp as dayOrDaysToDate,
|
|
344
|
+
lm as defaultProps,
|
|
343
345
|
j as destroyContextMenu,
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
346
|
+
sf as dialogInjectionKey,
|
|
347
|
+
Bp as dragEventsKey,
|
|
348
|
+
Zp as emitChangeFn,
|
|
349
|
+
bp as extractDateFormat,
|
|
350
|
+
Rp as extractTimeFormat,
|
|
351
|
+
Pf as formContextKey,
|
|
352
|
+
gf as formItemContextKey,
|
|
353
|
+
Fp as formatter,
|
|
354
|
+
Dm as genFileId,
|
|
355
|
+
hp as getChildState,
|
|
356
|
+
zm as getDynamicProps,
|
|
357
|
+
Ff as initAffixTabs,
|
|
358
|
+
am as inputTagEmits,
|
|
359
|
+
xm as inputTagProps,
|
|
360
|
+
vm as isDatePicker,
|
|
361
|
+
Gm as isInput,
|
|
362
|
+
wm as isRangePicker,
|
|
363
|
+
Lp as makeList,
|
|
364
|
+
Zt as messageConfig,
|
|
365
|
+
Om as messageDefaults,
|
|
366
|
+
Nm as messageTypes,
|
|
367
|
+
vf as notificationEmits,
|
|
368
|
+
Gf as notificationProps,
|
|
369
|
+
wf as notificationTypes,
|
|
370
|
+
Op as parseDate,
|
|
371
|
+
of as provideGlobalConfig,
|
|
372
|
+
Uf as radioGroupKey,
|
|
373
|
+
Np as rangeArr,
|
|
374
|
+
sp as removeRequire,
|
|
375
|
+
Zf as renderThumbStyle,
|
|
376
|
+
Yf as rowContextKey,
|
|
377
|
+
Wf as scrollbarContextKey,
|
|
378
|
+
um as segmentedEmits,
|
|
379
|
+
dm as segmentedProps,
|
|
380
|
+
Vp as selectMapping,
|
|
381
|
+
op as selectV2InjectionKey,
|
|
382
|
+
ep as sliderContextKey,
|
|
383
|
+
fp as sliderEmits,
|
|
384
|
+
mp as spaceProps,
|
|
385
|
+
cp as timePickerDefaultProps,
|
|
386
|
+
Cp as timePickerRangeTriggerProps,
|
|
387
|
+
Tp as timePickerRngeTriggerProps,
|
|
388
|
+
_p as timeUnits,
|
|
389
|
+
Pm as transferCheckedChangeFn,
|
|
390
|
+
gm as transferEmits,
|
|
391
|
+
Em as transferProps,
|
|
392
|
+
Sm as uploadContextKey,
|
|
393
|
+
qt as useCascaderConfig,
|
|
392
394
|
$ as useContextMenu,
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
395
|
+
lf as useDialog,
|
|
396
|
+
If as useDisabled,
|
|
397
|
+
Hp as useDragNodeHandler,
|
|
398
|
+
Bm as useForm,
|
|
399
|
+
Df as useFormDisabled,
|
|
400
|
+
Mf as useFormItem,
|
|
401
|
+
Af as useFormItemInputId,
|
|
402
|
+
Sf as useFormSize,
|
|
403
|
+
rf as useGlobalComponentSettings,
|
|
404
|
+
ef as useGlobalConfig,
|
|
405
|
+
nm as useModal,
|
|
406
|
+
sm as useModalInner,
|
|
407
|
+
zf as usePagination,
|
|
408
|
+
_f as useSize,
|
|
409
|
+
xp as useSpace,
|
|
410
|
+
Nf as useTabDropdown,
|
|
411
|
+
Lf as useTabsDrag,
|
|
412
|
+
bm as vLoading,
|
|
413
|
+
kp as valueEquals,
|
|
414
|
+
Bf as vftPaginationKey,
|
|
415
|
+
ge as virtualizedGridProps,
|
|
416
|
+
Ee as virtualizedListProps,
|
|
417
|
+
Ie as virtualizedProps,
|
|
418
|
+
De as virtualizedScrollbarProps,
|
|
419
|
+
ym as watermarkProps
|
|
418
420
|
};
|