vft 0.0.145 → 0.0.146
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/app-components/form/hooks/use-form-item.d.ts +2 -2
- package/es/app-components/upload/types.d.ts +1 -1
- package/es/app-components/upload/utils.d.ts +1 -1
- package/es/component.d.ts +1 -0
- package/es/components/affix/affix.d.ts +1 -1
- package/es/components/affix/affix.vue.d.ts +3 -3
- package/es/components/affix/index.d.ts +6 -6
- package/es/components/autocomplete/autocomplete.vue.d.ts +7 -7
- package/es/components/autocomplete/index.d.ts +21 -21
- package/es/components/avatar/index.d.ts +3 -3
- package/es/components/backtop/index.d.ts +2 -2
- package/es/components/button/button.vue.d.ts +209 -0
- package/es/components/button/index.d.ts +593 -0
- package/es/components/button/use-button.d.ts +20 -0
- package/es/components/button/use-button.js +3 -3
- package/es/components/carousel/carousel.vue.d.ts +9 -9
- package/es/components/carousel/index.d.ts +15 -15
- package/es/components/checkbox/checkbox.vue.d.ts +6 -6
- package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +6 -0
- package/es/components/checkbox/composables/use-checkbox.d.ts +15 -0
- package/es/components/checkbox/index.d.ts +12 -12
- package/es/components/clamp/index.d.ts +2 -2
- package/es/components/color-picker/color-picker.vue.d.ts +4 -4
- package/es/components/color-picker/index.d.ts +4 -4
- package/es/components/config-provider/hooks/use-global-config.d.ts +31 -0
- package/es/components/container/container.vue.d.ts +2 -2
- package/es/components/container/index.d.ts +10 -10
- package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/date-picker.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/date-picker/panel-utils.d.ts +1 -1
- package/es/components/descriptions/description.vue.d.ts +2 -2
- package/es/components/descriptions/index.d.ts +9 -9
- package/es/components/dialog/index.d.ts +3 -3
- package/es/components/divider/divider.vue.d.ts +2 -2
- package/es/components/divider/index.d.ts +4 -4
- package/es/components/drawer/index.d.ts +3 -3
- package/es/components/dropdown/dropdown.vue.d.ts +20 -20
- package/es/components/dropdown/index.d.ts +34 -34
- package/es/components/form/form-item.vue.d.ts +9 -9
- package/es/components/form/form.vue.d.ts +2 -2
- package/es/components/form/hooks/use-form-common-props.d.ts +6 -0
- package/es/components/form/index.d.ts +35 -35
- package/es/components/image/index.d.ts +2 -2
- package/es/components/image-viewer/index.d.ts +1 -1
- package/es/components/index.js +113 -113
- package/es/components/input/index.d.ts +9 -9
- package/es/components/input/input.vue.d.ts +3 -3
- package/es/components/link/index.d.ts +2 -2
- package/es/components/loading/index.d.ts +48 -0
- package/es/components/loading/loading.d.ts +36 -0
- package/es/components/md-code-demo/index.d.ts +3 -3
- package/es/components/md-code-demo/md-code-demo.d.ts +3 -3
- package/es/components/menu/index.d.ts +8 -2
- package/es/components/menu/menu.vue.d.ts +10 -2
- package/es/components/menu/menu.vue2.js +28 -26
- package/es/components/modal/index.d.ts +34 -34
- package/es/components/modal/modal.vue.d.ts +21 -21
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +1 -1
- package/es/components/popconfirm/index.d.ts +9 -9
- package/es/components/popconfirm/popconfirm.vue.d.ts +6 -6
- package/es/components/popover/index.d.ts +2 -2
- package/es/components/popper/composables/use-content.d.ts +3 -3
- package/es/components/popper/content.vue.d.ts +1 -1
- package/es/components/popper/index.d.ts +4 -4
- package/es/components/popper/popper.vue.d.ts +2 -2
- package/es/components/progress/index.d.ts +1 -1
- package/es/components/radio/index.d.ts +20 -20
- package/es/components/radio/radio-group.vue.d.ts +6 -6
- package/es/components/radio/use-radio.d.ts +15 -0
- package/es/components/row/index.d.ts +1 -1
- package/es/components/scrollbar/index.d.ts +2 -2
- package/es/components/search/index.d.ts +1 -1
- package/es/components/select/index.d.ts +1660 -2
- package/es/components/select/select.vue.d.ts +830 -1
- package/es/components/select/useSelect.d.ts +7 -7
- package/es/components/space/index.d.ts +3 -3
- package/es/components/space/space.d.ts +4 -4
- package/es/components/super-form/index.d.ts +16 -16
- package/es/components/super-form/super-form.vue.d.ts +9 -9
- package/es/components/super-form/super-form.vue2.js +40 -40
- package/es/components/switch/index.d.ts +12 -12
- package/es/components/switch/switch.vue.d.ts +12 -12
- package/es/components/table/index.d.ts +50 -50
- package/es/components/table/table.vue.d.ts +30 -30
- package/es/components/table/table.vue2.js +5 -1
- package/es/components/table/use/use-columns.d.ts +12 -12
- 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 +1 -1
- package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/time-picker.d.ts +1 -1
- package/es/components/tooltip/index.d.ts +8 -8
- package/es/components/tooltip/tooltip.vue.d.ts +2 -2
- package/es/components/tree/index.d.ts +22 -22
- package/es/components/tree/tree.vue.d.ts +6 -6
- package/es/components/upload/index.d.ts +9 -9
- package/es/components/upload/upload-content.vue.d.ts +6 -6
- package/es/components/upload/upload.vue.d.ts +6 -6
- package/es/components/upload/use-handlers.d.ts +23 -0
- package/es/components/virtual-list/builders/build-list.d.ts +3 -3
- package/es/components/virtual-list/components/dynamic-size-list.d.ts +3 -3
- package/es/components/virtual-list/components/fixed-size-list.d.ts +3 -3
- package/es/components/virtual-list/components/scrollbar.d.ts +3 -3
- package/es/components/virtual-list/props.d.ts +2 -2
- package/es/defaults.d.ts +1 -1
- package/es/hooks/use-popper/index.d.ts +3 -3
- package/es/index.d.ts +1 -1
- package/es/index.js +113 -113
- package/es/make-installer.d.ts +1 -1
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/plugin.d.ts +1 -0
- package/lib/app-components/form/hooks/use-form-item.d.ts +2 -2
- package/lib/app-components/upload/types.d.ts +1 -1
- package/lib/app-components/upload/utils.d.ts +1 -1
- package/lib/component.d.ts +1 -0
- package/lib/components/affix/affix.d.ts +1 -1
- package/lib/components/affix/affix.vue.d.ts +3 -3
- package/lib/components/affix/index.d.ts +6 -6
- package/lib/components/autocomplete/autocomplete.vue.d.ts +7 -7
- package/lib/components/autocomplete/index.d.ts +21 -21
- package/lib/components/avatar/index.d.ts +3 -3
- package/lib/components/backtop/index.d.ts +2 -2
- package/lib/components/button/button.vue.d.ts +209 -0
- package/lib/components/button/index.d.ts +593 -0
- package/lib/components/button/use-button.cjs +1 -1
- package/lib/components/button/use-button.d.ts +20 -0
- package/lib/components/carousel/carousel.vue.d.ts +9 -9
- package/lib/components/carousel/index.d.ts +15 -15
- package/lib/components/checkbox/checkbox.vue.d.ts +6 -6
- package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +6 -0
- package/lib/components/checkbox/composables/use-checkbox.d.ts +15 -0
- package/lib/components/checkbox/index.d.ts +12 -12
- package/lib/components/clamp/index.d.ts +2 -2
- package/lib/components/color-picker/color-picker.vue.d.ts +4 -4
- package/lib/components/color-picker/index.d.ts +4 -4
- package/lib/components/config-provider/hooks/use-global-config.d.ts +31 -0
- package/lib/components/container/container.vue.d.ts +2 -2
- package/lib/components/container/index.d.ts +10 -10
- package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/date-picker.d.ts +1 -1
- package/lib/components/date-picker/index.d.ts +2 -2
- package/lib/components/date-picker/panel-utils.d.ts +1 -1
- package/lib/components/descriptions/description.vue.d.ts +2 -2
- package/lib/components/descriptions/index.d.ts +9 -9
- package/lib/components/dialog/index.d.ts +3 -3
- package/lib/components/divider/divider.vue.d.ts +2 -2
- package/lib/components/divider/index.d.ts +4 -4
- package/lib/components/drawer/index.d.ts +3 -3
- package/lib/components/dropdown/dropdown.vue.d.ts +20 -20
- package/lib/components/dropdown/index.d.ts +34 -34
- package/lib/components/form/form-item.vue.d.ts +9 -9
- package/lib/components/form/form.vue.d.ts +2 -2
- package/lib/components/form/hooks/use-form-common-props.d.ts +6 -0
- package/lib/components/form/index.d.ts +35 -35
- package/lib/components/image/index.d.ts +2 -2
- package/lib/components/image-viewer/index.d.ts +1 -1
- package/lib/components/index.cjs +1 -1
- package/lib/components/input/index.d.ts +9 -9
- package/lib/components/input/input.vue.d.ts +3 -3
- package/lib/components/link/index.d.ts +2 -2
- package/lib/components/loading/index.d.ts +48 -0
- package/lib/components/loading/loading.d.ts +36 -0
- package/lib/components/md-code-demo/index.d.ts +3 -3
- package/lib/components/md-code-demo/md-code-demo.d.ts +3 -3
- package/lib/components/menu/index.d.ts +8 -2
- package/lib/components/menu/menu.vue.d.ts +10 -2
- package/lib/components/menu/menu.vue2.cjs +1 -1
- package/lib/components/modal/index.d.ts +34 -34
- package/lib/components/modal/modal.vue.d.ts +21 -21
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/popconfirm/index.d.ts +9 -9
- package/lib/components/popconfirm/popconfirm.vue.d.ts +6 -6
- package/lib/components/popover/index.d.ts +2 -2
- package/lib/components/popper/composables/use-content.d.ts +3 -3
- package/lib/components/popper/content.vue.d.ts +1 -1
- package/lib/components/popper/index.d.ts +4 -4
- package/lib/components/popper/popper.vue.d.ts +2 -2
- package/lib/components/progress/index.d.ts +1 -1
- package/lib/components/radio/index.d.ts +20 -20
- package/lib/components/radio/radio-group.vue.d.ts +6 -6
- package/lib/components/radio/use-radio.d.ts +15 -0
- package/lib/components/row/index.d.ts +1 -1
- package/lib/components/scrollbar/index.d.ts +2 -2
- package/lib/components/search/index.d.ts +1 -1
- package/lib/components/select/index.d.ts +1660 -2
- package/lib/components/select/select.vue.d.ts +830 -1
- package/lib/components/select/useSelect.d.ts +7 -7
- package/lib/components/space/index.d.ts +3 -3
- package/lib/components/space/space.d.ts +4 -4
- package/lib/components/super-form/index.d.ts +16 -16
- package/lib/components/super-form/super-form.vue.d.ts +9 -9
- package/lib/components/super-form/super-form.vue2.cjs +1 -1
- package/lib/components/switch/index.d.ts +12 -12
- package/lib/components/switch/switch.vue.d.ts +12 -12
- package/lib/components/table/index.d.ts +50 -50
- package/lib/components/table/table.vue.d.ts +30 -30
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/components/table/use/use-columns.d.ts +12 -12
- 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 +1 -1
- package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/time-picker.d.ts +1 -1
- package/lib/components/tooltip/index.d.ts +8 -8
- package/lib/components/tooltip/tooltip.vue.d.ts +2 -2
- package/lib/components/tree/index.d.ts +22 -22
- package/lib/components/tree/tree.vue.d.ts +6 -6
- package/lib/components/upload/index.d.ts +9 -9
- package/lib/components/upload/upload-content.vue.d.ts +6 -6
- package/lib/components/upload/upload.vue.d.ts +6 -6
- package/lib/components/upload/use-handlers.d.ts +23 -0
- package/lib/components/virtual-list/builders/build-list.d.ts +3 -3
- package/lib/components/virtual-list/components/dynamic-size-list.d.ts +3 -3
- package/lib/components/virtual-list/components/fixed-size-list.d.ts +3 -3
- package/lib/components/virtual-list/components/scrollbar.d.ts +3 -3
- package/lib/components/virtual-list/props.d.ts +2 -2
- package/lib/defaults.d.ts +1 -1
- package/lib/hooks/use-popper/index.d.ts +3 -3
- package/lib/index.cjs +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/make-installer.d.ts +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/lib/plugin.d.ts +1 -0
- package/lib/style.css +1 -0
- package/package.json +4 -4
- package/web-types.json +1 -1
package/es/index.js
CHANGED
|
@@ -126,45 +126,45 @@ import { cAF as qf, rAF as Zf } from "./utils/vue/raf.js";
|
|
|
126
126
|
import { composeRefs as Xf } from "./utils/vue/refs.js";
|
|
127
127
|
import { PatchFlags as ep, ensureOnlyChild as op, flattedChildren as rp, getFirstValidNode as tp, getNormalizedProps as fp, isComment as pp, isFragment as mp, isTemplate as ap, isText as xp, isValidElementNode as ip, renderBlock as sp, renderIf as np } from "./utils/vue/vnode.js";
|
|
128
128
|
import { default as Vp } from "dayjs";
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import { default as lm } from "./components/popper/
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
129
|
+
import { default as dp } from "./components/time-picker/common/picker.vue2.js";
|
|
130
|
+
import { default as Ip } from "./components/time-picker/time-picker-com/panel-time-pick.vue2.js";
|
|
131
|
+
import { buttonGroupContextKey as Tp } from "./components/button/constants.js";
|
|
132
|
+
import { checkboxGroupContextKey as Ep } from "./components/checkbox/constants.js";
|
|
133
|
+
import { configProviderContextKey as Pp, messageConfig as Sp } from "./components/config-provider/constants.js";
|
|
134
|
+
import { provideGlobalConfig as yp, useGlobalComponentSettings as Mp, useGlobalConfig as _p } from "./components/config-provider/hooks/use-global-config.js";
|
|
135
|
+
import { ROOT_PICKER_INJECTION_KEY as Lp, datePickerConfig as Ap } from "./components/date-picker/constants.js";
|
|
136
|
+
import { datePickerProps as Kp } from "./components/date-picker/props/date-picker.js";
|
|
137
|
+
import { dialogInjectionKey as Rp } from "./components/dialog/constants.js";
|
|
138
|
+
import { useDialog as Op } from "./components/dialog/hooks/use-dialog.js";
|
|
139
|
+
import { DROPDOWN_INJECTION_KEY as wp } from "./components/dropdown/tokens.js";
|
|
140
|
+
import { EmptyEnum as Gp } from "./components/empty/constants.js";
|
|
141
|
+
import { formContextKey as Yp, formItemContextKey as Bp } from "./components/form/constants.js";
|
|
142
|
+
import { useDisabled as Jp, useFormDisabled as Wp, useFormSize as jp, useSize as qp } from "./components/form/hooks/use-form-common-props.js";
|
|
143
|
+
import { useFormItem as Qp, useFormItemInputId as Xp } from "./components/form/hooks/use-form-item.js";
|
|
144
|
+
import { formItemValidateStates as em } from "./components/form/types.js";
|
|
145
|
+
import { MenuTypeEnum as rm } from "./components/horizontal-menu/constants.js";
|
|
146
|
+
import { initAffixTabs as fm, useTabsDrag as pm } from "./components/multiple-tabs/use/use-multiple-tabs.js";
|
|
147
|
+
import { useTabDropdown as am } from "./components/multiple-tabs/use/use-tab-dropdown.js";
|
|
148
|
+
import { usePagination as im, vftPaginationKey as sm } from "./components/pagination/usePagination.js";
|
|
149
|
+
import { default as lm } from "./components/popper/arrow.vue2.js";
|
|
150
|
+
import { default as um } from "./components/popper/content.vue2.js";
|
|
151
|
+
import { default as cm } from "./components/popper/trigger.vue2.js";
|
|
152
|
+
import { radioGroupKey as Cm } from "./components/radio/constants.js";
|
|
153
|
+
import { rowContextKey as gm } from "./components/row/constants.js";
|
|
154
|
+
import { scrollbarContextKey as Dm } from "./components/scrollbar/constants.js";
|
|
155
|
+
import { BAR_MAP as Sm, GAP as Fm, renderThumbStyle as ym } from "./components/scrollbar/util.js";
|
|
156
|
+
import { selectInjectionKey as _m } from "./components/select/token.js";
|
|
157
|
+
import { sliderContextKey as Lm } from "./components/slider/constants.js";
|
|
158
|
+
import { sliderEmits as Nm } from "./components/slider/slider.js";
|
|
159
|
+
import { spaceProps as vm } from "./components/space/space.js";
|
|
160
|
+
import { useSpace as km } from "./components/space/use-space.js";
|
|
161
|
+
import { ACTION_FIELD as hm, CHECKED_FIELD as wm, CREATE_TIME_FIELD as zm, DATE_FIELD as Gm, DATE_TIME_FIELD as Um, ID_FIELD as Ym, NAME_FIELD as Bm, SEQ_FIELD as Hm, STATUS_FIELD as Jm, UPDATE_TIME_FIELD as Wm } from "./components/table/field.js";
|
|
162
|
+
import { useTable as qm } from "./components/table/use/use-table.js";
|
|
163
|
+
import { addRequire as Qm, removeRequire as Xm, selectMapping as $m } from "./components/table/utils.js";
|
|
164
|
+
import { TabsRootContextKey as oa } from "./components/tabs/types.js";
|
|
165
|
+
import { timePickerDefaultProps as ta } from "./components/time-picker/common/props.js";
|
|
166
|
+
import { DEFAULT_FORMATS_DATE as pa, DEFAULT_FORMATS_DATEPICKER as ma, DEFAULT_FORMATS_TIME as aa, timeUnits as xa } from "./components/time-picker/constants.js";
|
|
167
|
+
import { buildTimeList as sa, dateEquals as na, extractDateFormat as la, extractTimeFormat as Va, formatter as ua, makeList as da, parseDate as ca, rangeArr as Ia, valueEquals as Ca } from "./components/time-picker/utils.js";
|
|
168
168
|
import { TOOLTIP_INJECTION_KEY as ga } from "./components/tooltip/constants.js";
|
|
169
169
|
import { getChildState as Da } from "./components/tree/model/node.js";
|
|
170
170
|
import { dragEventsKey as Sa, useDragNodeHandler as Fa } from "./components/tree/model/useDragNode.js";
|
|
@@ -178,46 +178,46 @@ import { Loading as Za } from "./components/loading/service.js";
|
|
|
178
178
|
import { messageDefaults as Xa, messageTypes as $a } from "./components/message/types.js";
|
|
179
179
|
const r = e.install, t = e.version;
|
|
180
180
|
export {
|
|
181
|
-
|
|
182
|
-
|
|
181
|
+
hm as ACTION_FIELD,
|
|
182
|
+
Sm as BAR_MAP,
|
|
183
183
|
ft as CHANGE_EVENT,
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
184
|
+
wm as CHECKED_FIELD,
|
|
185
|
+
zm as CREATE_TIME_FIELD,
|
|
186
|
+
dp as CommonPicker,
|
|
187
187
|
m as CompResolver,
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
188
|
+
Gm as DATE_FIELD,
|
|
189
|
+
Um as DATE_TIME_FIELD,
|
|
190
|
+
pa as DEFAULT_FORMATS_DATE,
|
|
191
|
+
ma as DEFAULT_FORMATS_DATEPICKER,
|
|
192
|
+
aa as DEFAULT_FORMATS_TIME,
|
|
193
|
+
wp as DROPDOWN_INJECTION_KEY,
|
|
194
194
|
mr as DynamicSizeGrid,
|
|
195
195
|
xr as DynamicSizeList,
|
|
196
196
|
$r as EVENT_CODE,
|
|
197
|
-
|
|
197
|
+
Gp as EmptyEnum,
|
|
198
198
|
Et as FORWARD_REF_INJECTION_KEY,
|
|
199
199
|
sr as FixedSizeGrid,
|
|
200
200
|
lr as FixedSizeList,
|
|
201
201
|
La as FormCompEnum,
|
|
202
|
-
|
|
203
|
-
|
|
202
|
+
Fm as GAP,
|
|
203
|
+
Ym as ID_FIELD,
|
|
204
204
|
Ft as ID_INJECTION_KEY,
|
|
205
205
|
pt as INPUT_EVENT,
|
|
206
206
|
xt as INSTALLED_KEY,
|
|
207
207
|
_e as Icon,
|
|
208
|
-
|
|
208
|
+
rm as MenuTypeEnum,
|
|
209
209
|
Jr as Message,
|
|
210
|
-
|
|
210
|
+
Bm as NAME_FIELD,
|
|
211
211
|
ep as PatchFlags,
|
|
212
|
-
|
|
213
|
-
|
|
212
|
+
Lp as ROOT_PICKER_INJECTION_KEY,
|
|
213
|
+
Hm as SEQ_FIELD,
|
|
214
214
|
Zt as SIZE_INJECTION_KEY,
|
|
215
|
-
|
|
215
|
+
Jm as STATUS_FIELD,
|
|
216
216
|
ga as TOOLTIP_INJECTION_KEY,
|
|
217
|
-
|
|
218
|
-
|
|
217
|
+
oa as TabsRootContextKey,
|
|
218
|
+
Ip as TimePickPanel,
|
|
219
219
|
mt as UPDATE_MODEL_EVENT,
|
|
220
|
-
|
|
220
|
+
Wm as UPDATE_TIME_FIELD,
|
|
221
221
|
s as VftAlert,
|
|
222
222
|
w as VftAside,
|
|
223
223
|
Tr as VftAutocomplete,
|
|
@@ -293,9 +293,9 @@ export {
|
|
|
293
293
|
io as VftPopconfirm,
|
|
294
294
|
no as VftPopover,
|
|
295
295
|
Vo as VftPopper,
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
296
|
+
lm as VftPopperArrow,
|
|
297
|
+
um as VftPopperContent,
|
|
298
|
+
cm as VftPopperTrigger,
|
|
299
299
|
Pr as VftProgress,
|
|
300
300
|
Qr as VftProgressI,
|
|
301
301
|
co as VftQrcode,
|
|
@@ -328,28 +328,28 @@ export {
|
|
|
328
328
|
ot as WEEK_DAYS,
|
|
329
329
|
Rt as _bem,
|
|
330
330
|
Aa as add,
|
|
331
|
-
|
|
331
|
+
Qm as addRequire,
|
|
332
332
|
Yf as buildProp,
|
|
333
333
|
Bf as buildProps,
|
|
334
|
-
|
|
335
|
-
|
|
334
|
+
sa as buildTimeList,
|
|
335
|
+
Tp as buttonGroupContextKey,
|
|
336
336
|
qf as cAF,
|
|
337
337
|
Ba as carouselContextKey,
|
|
338
|
-
|
|
338
|
+
Ep as checkboxGroupContextKey,
|
|
339
339
|
Na as componentMap,
|
|
340
340
|
st as componentSizeMap,
|
|
341
341
|
nt as componentSizes,
|
|
342
342
|
Ef as composeEventHandlers,
|
|
343
343
|
Xf as composeRefs,
|
|
344
|
-
|
|
344
|
+
Pp as configProviderContextKey,
|
|
345
345
|
H as createContextMenu,
|
|
346
346
|
Wa as createLoadingDirective,
|
|
347
347
|
At as createModelToggleComposable,
|
|
348
348
|
_f as cssVarValue,
|
|
349
|
-
|
|
349
|
+
na as dateEquals,
|
|
350
350
|
rt as datePickTypes,
|
|
351
|
-
|
|
352
|
-
|
|
351
|
+
Ap as datePickerConfig,
|
|
352
|
+
Kp as datePickerProps,
|
|
353
353
|
Vp as dayjs,
|
|
354
354
|
Cf as debugWarn,
|
|
355
355
|
e as default,
|
|
@@ -358,18 +358,18 @@ export {
|
|
|
358
358
|
Hf as definePropType,
|
|
359
359
|
Ka as del,
|
|
360
360
|
J as destroyContextMenu,
|
|
361
|
-
|
|
361
|
+
Rp as dialogInjectionKey,
|
|
362
362
|
Sa as dragEventsKey,
|
|
363
363
|
op as ensureOnlyChild,
|
|
364
364
|
Jf as epPropKey,
|
|
365
365
|
kf as escapeStringRegexp,
|
|
366
|
-
|
|
367
|
-
|
|
366
|
+
la as extractDateFormat,
|
|
367
|
+
Va as extractTimeFormat,
|
|
368
368
|
rp as flattedChildren,
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
369
|
+
Yp as formContextKey,
|
|
370
|
+
Bp as formItemContextKey,
|
|
371
|
+
em as formItemValidateStates,
|
|
372
|
+
ua as formatter,
|
|
373
373
|
Ga as genFileId,
|
|
374
374
|
bf as generateCssVars,
|
|
375
375
|
Da as getChildState,
|
|
@@ -383,7 +383,7 @@ export {
|
|
|
383
383
|
Vf as getScrollBarWidth,
|
|
384
384
|
uf as getScrollContainer,
|
|
385
385
|
Ff as getSizeType,
|
|
386
|
-
|
|
386
|
+
fm as initAffixTabs,
|
|
387
387
|
r as install,
|
|
388
388
|
pp as isComment,
|
|
389
389
|
va as isDatePicker,
|
|
@@ -398,54 +398,54 @@ export {
|
|
|
398
398
|
yf as isValidComponentSize,
|
|
399
399
|
ip as isValidElementNode,
|
|
400
400
|
x as makeInstaller,
|
|
401
|
-
|
|
402
|
-
|
|
401
|
+
da as makeList,
|
|
402
|
+
Sp as messageConfig,
|
|
403
403
|
Xa as messageDefaults,
|
|
404
404
|
$a as messageTypes,
|
|
405
405
|
vf as mutable,
|
|
406
406
|
Ot as namespaceContextKey,
|
|
407
|
-
|
|
407
|
+
ca as parseDate,
|
|
408
408
|
Lf as primaryColor,
|
|
409
|
-
|
|
409
|
+
yp as provideGlobalConfig,
|
|
410
410
|
Zf as rAF,
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
411
|
+
Cm as radioGroupKey,
|
|
412
|
+
Ia as rangeArr,
|
|
413
|
+
Xm as removeRequire,
|
|
414
414
|
sp as renderBlock,
|
|
415
415
|
np as renderIf,
|
|
416
|
-
|
|
417
|
-
|
|
416
|
+
ym as renderThumbStyle,
|
|
417
|
+
gm as rowContextKey,
|
|
418
418
|
cf as scrollIntoView,
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
419
|
+
Dm as scrollbarContextKey,
|
|
420
|
+
_m as selectInjectionKey,
|
|
421
|
+
$m as selectMapping,
|
|
422
422
|
Af as setCssVar,
|
|
423
423
|
Nf as setPrimaryColorCssvars,
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
424
|
+
Lm as sliderContextKey,
|
|
425
|
+
Nm as sliderEmits,
|
|
426
|
+
vm as spaceProps,
|
|
427
427
|
Tf as throwError,
|
|
428
|
-
|
|
429
|
-
|
|
428
|
+
ta as timePickerDefaultProps,
|
|
429
|
+
xa as timeUnits,
|
|
430
430
|
Ua as uploadContextKey,
|
|
431
431
|
Vt as useAttrs,
|
|
432
432
|
j as useContextMenu,
|
|
433
433
|
dt as useDelayedToggle,
|
|
434
|
-
|
|
435
|
-
|
|
434
|
+
Op as useDialog,
|
|
435
|
+
Jp as useDisabled,
|
|
436
436
|
Fa as useDragNodeHandler,
|
|
437
437
|
It as useDraggable,
|
|
438
438
|
Tt as useFocus,
|
|
439
439
|
wa as useForm,
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
440
|
+
Wp as useFormDisabled,
|
|
441
|
+
Qp as useFormItem,
|
|
442
|
+
Xp as useFormItemInputId,
|
|
443
|
+
jp as useFormSize,
|
|
444
444
|
Dt as useForwardRef,
|
|
445
445
|
Pt as useForwardRefDirective,
|
|
446
446
|
ht as useGetDerivedNamespace,
|
|
447
|
-
|
|
448
|
-
|
|
447
|
+
Mp as useGlobalComponentSettings,
|
|
448
|
+
_p as useGlobalConfig,
|
|
449
449
|
Qt as useGlobalSize,
|
|
450
450
|
yt as useId,
|
|
451
451
|
Mt as useIdInjection,
|
|
@@ -456,23 +456,23 @@ export {
|
|
|
456
456
|
Kt as useModelToggleEmits,
|
|
457
457
|
wt as useNamespace,
|
|
458
458
|
Gt as useOrderedChildren,
|
|
459
|
-
|
|
459
|
+
im as usePagination,
|
|
460
460
|
Yt as usePopper,
|
|
461
461
|
Ht as usePopperContainer,
|
|
462
462
|
Jt as usePopperContainerId,
|
|
463
463
|
jt as useSameTarget,
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
464
|
+
qp as useSize,
|
|
465
|
+
km as useSpace,
|
|
466
|
+
am as useTabDropdown,
|
|
467
|
+
qm as useTable,
|
|
468
|
+
pm as useTabsDrag,
|
|
469
469
|
$t as useThrottleRender,
|
|
470
470
|
of as useTimeout,
|
|
471
471
|
ff as useZIndex,
|
|
472
472
|
ja as vLoading,
|
|
473
|
-
|
|
473
|
+
Ca as valueEquals,
|
|
474
474
|
t as version,
|
|
475
|
-
|
|
475
|
+
sm as vftPaginationKey,
|
|
476
476
|
ur as virtualizedGridProps,
|
|
477
477
|
dr as virtualizedListProps,
|
|
478
478
|
cr as virtualizedProps,
|
package/es/make-installer.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ConfigProviderContext } from 'vft/es/components/config-provider';
|
|
2
|
-
import type { Plugin } from 'vue';
|
|
2
|
+
import type { App, Plugin } from 'vue';
|
|
3
3
|
export declare const makeInstaller: (components?: Plugin[]) => {
|
|
4
4
|
version: string;
|
|
5
5
|
install: (app: App, options?: ConfigProviderContext) => void;
|
package/es/package.json.d.ts
CHANGED
package/es/package.json.js
CHANGED
package/es/plugin.d.ts
CHANGED
|
@@ -10,8 +10,8 @@ export type IUseFormItemInputCommonProps = {
|
|
|
10
10
|
};
|
|
11
11
|
export declare const useFormItemInputId: (props: Partial<IUseFormItemInputCommonProps>, { formItemContext, disableIdGeneration, disableIdManagement, }: {
|
|
12
12
|
formItemContext?: FormItemContext | undefined;
|
|
13
|
-
disableIdGeneration?:
|
|
14
|
-
disableIdManagement?:
|
|
13
|
+
disableIdGeneration?: ComputedRef<boolean> | Ref<boolean> | undefined;
|
|
14
|
+
disableIdManagement?: ComputedRef<boolean> | Ref<boolean> | undefined;
|
|
15
15
|
}) => {
|
|
16
16
|
isLabeledByFormItem: ComputedRef<boolean>;
|
|
17
17
|
inputId: Ref<string | undefined>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ImgFitType, ImageProps } from '../
|
|
1
|
+
import type { ImgFitType, ImageProps } from '../image/types';
|
|
2
2
|
export type Interceptor = (...args: any[]) => Promise<boolean> | boolean | undefined | void;
|
|
3
3
|
export type UploaderFileListItem = {
|
|
4
4
|
url?: string;
|
package/lib/component.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export declare const affixProps: {
|
|
|
4
4
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
5
5
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6
6
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
7
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
8
8
|
};
|
|
9
9
|
export type AffixProps = ExtractPropTypes<typeof affixProps>;
|
|
10
10
|
export declare const affixEmits: {
|
|
@@ -2,7 +2,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
2
2
|
zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
3
3
|
target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
4
4
|
offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5
|
-
position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
5
|
+
position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
6
6
|
}, {
|
|
7
7
|
/** @description update affix status */
|
|
8
8
|
update: () => void;
|
|
@@ -18,7 +18,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
18
18
|
zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
19
19
|
target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
20
20
|
offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
21
|
-
position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
21
|
+
position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
22
22
|
}>> & {
|
|
23
23
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
24
24
|
onScroll?: ((args_0: {
|
|
@@ -27,7 +27,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
27
27
|
}) => any) | undefined;
|
|
28
28
|
}, {
|
|
29
29
|
target: string;
|
|
30
|
-
position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
30
|
+
position: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
31
31
|
zIndex: number;
|
|
32
32
|
offset: number;
|
|
33
33
|
}, {}>, {
|
|
@@ -4,7 +4,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
4
4
|
$data: {};
|
|
5
5
|
$props: {
|
|
6
6
|
target?: string | undefined;
|
|
7
|
-
position?: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
7
|
+
position?: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown> | undefined;
|
|
8
8
|
zIndex?: number | undefined;
|
|
9
9
|
offset?: number | undefined;
|
|
10
10
|
style?: unknown;
|
|
@@ -77,7 +77,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
77
77
|
zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
78
78
|
target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
79
79
|
offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
80
|
-
position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
80
|
+
position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
81
81
|
}>> & {
|
|
82
82
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
83
83
|
onScroll?: ((args_0: {
|
|
@@ -95,7 +95,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
95
95
|
}) => void;
|
|
96
96
|
}, string, {
|
|
97
97
|
target: string;
|
|
98
|
-
position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
98
|
+
position: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
99
99
|
zIndex: number;
|
|
100
100
|
offset: number;
|
|
101
101
|
}, {}, string, {}> & {
|
|
@@ -122,7 +122,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
122
122
|
zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
123
123
|
target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
124
124
|
offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
125
|
-
position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
125
|
+
position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
126
126
|
}>> & {
|
|
127
127
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
128
128
|
onScroll?: ((args_0: {
|
|
@@ -140,7 +140,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
140
140
|
zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
141
141
|
target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
142
142
|
offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
143
|
-
position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
143
|
+
position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
144
144
|
}>> & {
|
|
145
145
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
146
146
|
onScroll?: ((args_0: {
|
|
@@ -158,7 +158,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
158
158
|
}) => void;
|
|
159
159
|
}, string, {
|
|
160
160
|
target: string;
|
|
161
|
-
position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
161
|
+
position: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
162
162
|
zIndex: number;
|
|
163
163
|
offset: number;
|
|
164
164
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -87,10 +87,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
87
87
|
readonly offset?: number | undefined;
|
|
88
88
|
readonly transition?: string | undefined;
|
|
89
89
|
key?: string | number | symbol | undefined;
|
|
90
|
-
readonly className?: import("../types").ClassType | undefined;
|
|
91
|
-
readonly id?: string | undefined;
|
|
92
|
-
readonly ariaLabel?: string | undefined;
|
|
93
|
-
readonly role?: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "group" | "navigation" | "tree" | undefined;
|
|
94
90
|
ref?: import("vue").VNodeRef | undefined;
|
|
95
91
|
class?: unknown;
|
|
96
92
|
readonly showAfter?: number | undefined;
|
|
@@ -101,6 +97,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
101
97
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
102
98
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
103
99
|
readonly effect?: "light" | "dark" | undefined;
|
|
100
|
+
readonly id?: string | undefined;
|
|
104
101
|
readonly onFocus?: Function | undefined;
|
|
105
102
|
readonly onBlur?: Function | undefined;
|
|
106
103
|
readonly onKeydown?: Function | undefined;
|
|
@@ -108,7 +105,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
108
105
|
readonly onContextmenu?: Function | undefined;
|
|
109
106
|
readonly onMouseenter?: Function | undefined;
|
|
110
107
|
readonly onMouseleave?: Function | undefined;
|
|
111
|
-
readonly
|
|
108
|
+
readonly className?: import("../types").ClassType | undefined;
|
|
109
|
+
readonly ariaLabel?: string | undefined;
|
|
110
|
+
readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
|
|
112
111
|
readonly disabled?: boolean | undefined;
|
|
113
112
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
114
113
|
ref_for?: boolean | undefined;
|
|
@@ -153,6 +152,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
153
152
|
}>) => void)[] | undefined;
|
|
154
153
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
155
154
|
readonly appendTo?: any;
|
|
155
|
+
readonly visible?: boolean | undefined;
|
|
156
156
|
readonly arrowOffset?: number | undefined;
|
|
157
157
|
readonly gpuAcceleration?: boolean | undefined;
|
|
158
158
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -193,7 +193,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
193
193
|
$el: any;
|
|
194
194
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
195
195
|
role: {
|
|
196
|
-
type: import("vue").PropType<"dialog" | "menu" | "grid" | "
|
|
196
|
+
type: import("vue").PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
|
|
197
197
|
};
|
|
198
198
|
showArrow: {
|
|
199
199
|
type: import("vue").PropType<boolean>;
|
|
@@ -377,7 +377,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
377
377
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
378
378
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
379
379
|
role: {
|
|
380
|
-
type: import("vue").PropType<"dialog" | "menu" | "grid" | "
|
|
380
|
+
type: import("vue").PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
|
|
381
381
|
};
|
|
382
382
|
showArrow: {
|
|
383
383
|
type: import("vue").PropType<boolean>;
|