vft 0.0.523 → 0.0.524
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/affix/affix.vue2.js +2 -2
- package/es/components/alert/alert.vue2.js +1 -1
- package/es/components/autocomplete/autocomplete.vue2.js +1 -1
- package/es/components/avatar/avatar.vue2.js +2 -2
- package/es/components/avatar-stack/avatar-stack.vue2.js +7 -7
- package/es/components/backtop/backtop.vue2.js +1 -1
- package/es/components/breadcrumb/breadcrumb-item.vue2.js +3 -3
- package/es/components/breadcrumb/breadcrumb.vue2.js +2 -2
- package/es/components/button/button-group.vue2.js +2 -2
- package/es/components/button/button.vue2.js +7 -7
- package/es/components/button/use-button.js +3 -3
- package/es/components/card/card.vue2.js +6 -6
- package/es/components/carousel/carousel-item.vue2.js +3 -3
- package/es/components/carousel/carousel.vue2.js +1 -1
- package/es/components/carousel/use-carousel.js +1 -1
- package/es/components/cascader/cascader.vue2.js +1 -1
- package/es/components/cascader-panel/index.vue2.js +1 -1
- package/es/components/cascader-panel/menu.vue2.js +5 -5
- package/es/components/cascader-panel/node.vue2.js +8 -8
- package/es/components/check-tag/check-tag.vue2.js +2 -2
- package/es/components/checkbox/checkbox-button.vue2.js +13 -13
- package/es/components/checkbox/checkbox-group.vue2.js +3 -3
- package/es/components/checkbox/checkbox.vue2.js +1 -1
- package/es/components/clamp/clamp.vue2.js +2 -2
- package/es/components/clamp-toggle/clamp-toggle.vue2.js +3 -3
- package/es/components/clamp-tooltip/clamp-tooltip.vue2.js +6 -6
- package/es/components/col/col.vue2.js +2 -2
- package/es/components/collapse/collapse-item.vue2.js +2 -2
- package/es/components/collapse/collapse.vue2.js +2 -2
- package/es/components/collapse-transition/collapse-transition.vue2.js +2 -2
- package/es/components/color-picker/color-picker.vue2.js +1 -1
- package/es/components/color-picker/components/alpha-slider.vue2.js +2 -2
- package/es/components/color-picker/components/hue-slider.vue.js +2 -2
- package/es/components/color-picker/components/predefine.vue.js +3 -3
- package/es/components/color-picker/components/sv-panel.vue.js +2 -2
- package/es/components/config-provider/config-provider.vue2.js +2 -2
- package/es/components/config-provider/hooks/use-global-config.js +4 -4
- package/es/components/container/aside.vue2.js +2 -2
- package/es/components/container/container.vue2.js +2 -2
- package/es/components/container/footer.vue2.js +2 -2
- package/es/components/container/header.vue2.js +2 -2
- package/es/components/container/main.vue2.js +2 -2
- package/es/components/context-menu/context-menu.vue2.js +1 -1
- package/es/components/countdown/countdown.vue2.js +2 -2
- package/es/components/date-picker/date-picker-com/basic-date-table.vue2.js +6 -6
- package/es/components/date-picker/date-picker-com/basic-month-table.vue2.js +4 -4
- package/es/components/date-picker/date-picker-com/basic-year-table.vue2.js +4 -4
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue2.js +1 -1
- package/es/components/date-picker/date-picker-com/panel-date-range.vue2.js +2 -2
- package/es/components/date-picker/date-picker-com/panel-month-range.vue2.js +12 -12
- package/es/components/date-picker/date-picker-com/panel-year-range.vue2.js +12 -12
- package/es/components/date-picker/props/basic-date-table.js +3 -3
- package/es/components/date-picker/props/basic-month-table.js +3 -3
- package/es/components/date-picker/props/basic-year-table.js +3 -3
- package/es/components/descriptions/description.vue2.js +1 -1
- package/es/components/descriptions/descriptions-row.vue2.js +10 -10
- package/es/components/dialog/dialog-content.vue2.js +3 -3
- package/es/components/dialog/dialog.vue2.js +5 -5
- package/es/components/divider/divider.vue2.js +5 -5
- package/es/components/drawer/drawer.vue2.js +4 -4
- package/es/components/dropdown/dropdown-item-impl.vue2.js +3 -3
- package/es/components/dropdown/dropdown-item.vue2.js +2 -2
- package/es/components/dropdown/dropdown-menu.vue2.js +2 -2
- package/es/components/dropdown/dropdown.vue2.js +4 -4
- package/es/components/empty/empty.vue2.js +5 -5
- package/es/components/footer-layout/footer-layout.vue2.js +2 -2
- package/es/components/form/form-item.vue2.js +16 -16
- package/es/components/form/form.vue2.js +2 -2
- package/es/components/full-screen/full-screen.vue2.js +2 -2
- package/es/components/header-layout/header-layout.vue2.js +1 -1
- package/es/components/horizontal-menu/horizontal-menu.vue2.js +3 -3
- package/es/components/icon/icon.vue2.js +3 -3
- package/es/components/icon-text/icon-text.vue2.js +1 -1
- package/es/components/iframe-layout/iframe-layout.vue2.js +4 -4
- package/es/components/iframe-layout/iframe-page.vue2.js +2 -2
- package/es/components/image/image.vue2.js +1 -1
- package/es/components/image-viewer/image-viewer.vue2.js +6 -6
- package/es/components/index.js +181 -181
- package/es/components/input/input.vue2.js +2 -2
- package/es/components/input-number/input-number.vue2.js +4 -4
- package/es/components/input-tag/composables/use-input-tag.js +1 -1
- package/es/components/input-tag/input-tag.vue2.js +7 -7
- package/es/components/link/link.vue2.js +1 -1
- package/es/components/list-cell/list-cell.vue2.js +1 -1
- package/es/components/logo/logo.vue2.js +10 -10
- package/es/components/md-container/md-container.vue2.js +5 -5
- package/es/components/menu/menu-collapse-transition.vue.js +2 -2
- package/es/components/menu/menu-item-group.vue2.js +7 -7
- package/es/components/menu/menu-item.vue2.js +1 -1
- package/es/components/message/message.vue2.js +3 -3
- package/es/components/message-box/message-box.vue2.js +1 -1
- package/es/components/modal/modal-footer-action.vue2.js +10 -10
- package/es/components/modal/modal.vue2.js +3 -3
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +1 -1
- package/es/components/multiple-tabs/tab-content.vue2.js +2 -2
- package/es/components/notification/notification.vue2.js +1 -1
- package/es/components/overlay/overlay.vue2.js +1 -1
- package/es/components/page-wrapper/page-wrapper.vue2.js +2 -2
- package/es/components/pagination/components/jumper.vue2.js +2 -2
- package/es/components/pagination/components/next.vue2.js +4 -4
- package/es/components/pagination/components/pager.vue2.js +1 -1
- package/es/components/pagination/components/prev.vue2.js +4 -4
- package/es/components/pagination/components/sizes.vue2.js +2 -2
- package/es/components/pagination/components/total.vue2.js +2 -2
- package/es/components/popconfirm/popconfirm.vue2.js +3 -3
- package/es/components/popover/popover.vue2.js +9 -9
- package/es/components/popper/arrow.vue2.js +2 -2
- package/es/components/popper/content.vue2.js +2 -2
- package/es/components/popper/trigger.vue2.js +4 -4
- package/es/components/progress/progress.vue2.js +1 -1
- package/es/components/progress-i/progress-i.vue2.js +2 -2
- package/es/components/qrcode/qrcode.vue2.js +1 -1
- package/es/components/radio/radio-button.vue2.js +2 -2
- package/es/components/radio/radio-group.vue2.js +3 -3
- package/es/components/radio/radio.vue2.js +2 -2
- package/es/components/rate/rate.vue2.js +6 -6
- package/es/components/router-view-content/router-view-content.vue2.js +7 -7
- package/es/components/roving-focus-group/roving-focus-group.vue2.js +2 -2
- package/es/components/roving-focus-group/roving-focus-item.vue2.js +2 -2
- package/es/components/row/row.vue2.js +2 -2
- package/es/components/scrollbar/bar.vue2.js +2 -2
- package/es/components/scrollbar/scrollbar.vue2.js +7 -7
- package/es/components/scrollbar/thumb.vue2.js +2 -2
- package/es/components/search/search.vue2.js +48 -44
- package/es/components/segmented/segmented.vue2.js +7 -7
- package/es/components/select/group-item.vue.js +2 -2
- package/es/components/select/option-item.vue.js +2 -2
- package/es/components/select/select.vue.js +1 -1
- package/es/components/skeleton/skeleton-item.vue2.js +2 -2
- package/es/components/skeleton/skeleton.vue2.js +8 -8
- package/es/components/slider/button.vue2.js +2 -2
- package/es/components/slider/slider.vue2.js +1 -1
- package/es/components/space/space.js +1 -1
- package/es/components/statistic/statistic.vue2.js +17 -17
- package/es/components/steps/item.vue2.js +11 -11
- package/es/components/steps/steps.vue2.js +2 -2
- package/es/components/super-form/super-form-action.vue2.js +11 -11
- package/es/components/super-form/super-form.vue2.js +7 -7
- package/es/components/switch/switch.vue2.js +1 -1
- package/es/components/table/table.vue2.js +4 -4
- package/es/components/tabs/tab-bar.vue2.js +2 -2
- package/es/components/tabs/tab-pane.vue2.js +6 -6
- package/es/components/teleport/teleport.vue2.js +2 -2
- package/es/components/time-picker/common/picker-range-trigger.vue2.js +2 -2
- package/es/components/time-picker/common/picker.vue2.js +8 -8
- package/es/components/time-picker/time-picker-com/basic-time-spinner.vue2.js +1 -1
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue2.js +3 -3
- package/es/components/time-picker/time-picker-com/panel-time-range.vue2.js +3 -3
- package/es/components/time-select/time-select.vue2.js +3 -3
- package/es/components/timeline/timeline-item.vue2.js +1 -1
- package/es/components/tooltip/content.vue2.js +6 -6
- package/es/components/tooltip/tooltip.vue2.js +1 -1
- package/es/components/tooltip/trigger.vue2.js +2 -2
- package/es/components/transfer/transfer-panel.vue2.js +7 -7
- package/es/components/transfer/transfer.vue2.js +4 -4
- package/es/components/tree/tree-node.vue.js +1 -1
- package/es/components/tree/tree.vue2.js +6 -6
- package/es/components/upload/index.d.ts +2 -2
- package/es/components/upload/upload-content.vue2.js +7 -7
- package/es/components/upload/upload-dragger.vue2.js +2 -2
- package/es/components/upload/upload-list.vue2.js +1 -1
- package/es/components/upload/upload.vue.d.ts +2 -2
- package/es/components/upload/upload.vue2.js +22 -22
- package/es/components/verify-code/verify-code.vue2.js +2 -2
- package/es/components/watermark/watermark.vue2.js +2 -2
- package/es/hooks/use-id/index.js +2 -2
- package/es/hooks/use-z-index/index.js +3 -3
- package/es/index.js +39 -39
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/plugin.js +7 -7
- package/es/utils/helper.js +2 -2
- package/es/utils/ns-cover.js +1 -1
- package/es/utils/vue/vnode.js +4 -4
- package/lib/components/button/use-button.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/panel-date-range.vue2.cjs +1 -1
- package/lib/components/index.cjs +1 -1
- package/lib/components/popover/popover.vue2.cjs +1 -1
- package/lib/components/search/search.vue2.cjs +1 -1
- package/lib/components/upload/index.d.ts +2 -2
- package/lib/components/upload/upload.vue.d.ts +2 -2
- package/lib/components/upload/upload.vue2.cjs +1 -1
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/lib/plugin.cjs +1 -1
- package/package.json +4 -4
- package/web-types.json +1 -1
package/es/components/index.js
CHANGED
|
@@ -100,100 +100,100 @@ import { VftMdTabs as it } from "./md-tabs/index.js";
|
|
|
100
100
|
import { VftMdVuePlayground as nt } from "./md-vue-playground/index.js";
|
|
101
101
|
import { VftInfiniteScroll as lt } from "./infinite-scroll/index.js";
|
|
102
102
|
import { VftLoading as dt } from "./loading/index.js";
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
103
|
+
import { VftMessage as Ct, VftMessage as Tt } from "./message/index.js";
|
|
104
|
+
import { VftMessageBox as gt, VftMessageBox as Et } from "./message-box/index.js";
|
|
105
105
|
import { VftProgressI as Dt } from "./progress-i/index.js";
|
|
106
106
|
import { VftSuperForm as _t } from "./super-form/index.js";
|
|
107
|
-
import { default as Mt } from "./
|
|
108
|
-
import { default as Kt } from "./
|
|
109
|
-
import { default as Rt } from "./popper/
|
|
110
|
-
import { default as Lt } from "./
|
|
111
|
-
import { default as Nt } from "./
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import { CASCADER_PANEL_INJECTION_KEY as
|
|
115
|
-
import { CommonProps as
|
|
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 {
|
|
166
|
-
import {
|
|
107
|
+
import { default as Mt } from "./popper/arrow.vue2.js";
|
|
108
|
+
import { default as Kt } from "./popper/content.vue2.js";
|
|
109
|
+
import { default as Rt } from "./popper/trigger.vue2.js";
|
|
110
|
+
import { default as Lt } from "./time-picker/common/picker.vue2.js";
|
|
111
|
+
import { default as Nt } from "./time-picker/time-picker-com/panel-time-pick.vue2.js";
|
|
112
|
+
import { buttonGroupContextKey as vt } from "./button/constants.js";
|
|
113
|
+
import { cascaderEmits as wt, cascaderProps as ht } from "./cascader/cascader.js";
|
|
114
|
+
import { CASCADER_PANEL_INJECTION_KEY as zt } from "./cascader-panel/types.js";
|
|
115
|
+
import { CommonProps as Ut, DefaultProps as Jt, cascaderPanelEmits as Yt, cascaderPanelProps as qt, useCascaderConfig as Wt } from "./cascader-panel/config.js";
|
|
116
|
+
import { checkboxGroupContextKey as Qt } from "./checkbox/constants.js";
|
|
117
|
+
import { configProviderContextKey as Zt, messageConfig as $t } from "./config-provider/constants.js";
|
|
118
|
+
import { provideGlobalConfig as rf, useGlobalComponentSettings as ef, useGlobalConfig as tf } from "./config-provider/hooks/use-global-config.js";
|
|
119
|
+
import { ROOT_PICKER_INJECTION_KEY as pf, ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY as mf } from "./date-picker/constants.js";
|
|
120
|
+
import { datePickerProps as xf } from "./date-picker/props/date-picker.js";
|
|
121
|
+
import { DEFAULT_DIALOG_TRANSITION as nf, dialogInjectionKey as Vf } from "./dialog/constants.js";
|
|
122
|
+
import { useDialog as uf } from "./dialog/use-dialog.js";
|
|
123
|
+
import { DROPDOWN_INJECTION_KEY as cf } from "./dropdown/tokens.js";
|
|
124
|
+
import { EmptyEnum as Tf } from "./empty/constants.js";
|
|
125
|
+
import { formContextKey as gf, formItemContextKey as Ef } from "./form/constants.js";
|
|
126
|
+
import { useDisabled as Df, useFormDisabled as Sf, useFormSize as _f, useSize as yf } from "./form/hooks/use-form-common-props.js";
|
|
127
|
+
import { useFormItem as Af, useFormItemInputId as Kf } from "./form/hooks/use-form-item.js";
|
|
128
|
+
import { MenuTypeEnum as Rf } from "./horizontal-menu/constants.js";
|
|
129
|
+
import { initAffixTabs as Lf, useTabsDrag as Of } from "./multiple-tabs/use/use-multiple-tabs.js";
|
|
130
|
+
import { useTabDropdown as kf } from "./multiple-tabs/use/use-tab-dropdown.js";
|
|
131
|
+
import { notificationEmits as Gf, notificationProps as wf, notificationTypes as hf } from "./notification/notification.js";
|
|
132
|
+
import { usePagination as zf, vftPaginationKey as Hf } from "./pagination/usePagination.js";
|
|
133
|
+
import { radioGroupKey as Jf } from "./radio/constants.js";
|
|
134
|
+
import { rowContextKey as qf } from "./row/constants.js";
|
|
135
|
+
import { scrollbarContextKey as jf } from "./scrollbar/constants.js";
|
|
136
|
+
import { BAR_MAP as Xf, GAP as Zf, renderThumbStyle as $f } from "./scrollbar/util.js";
|
|
137
|
+
import { selectV2InjectionKey as rp } from "./select/token.js";
|
|
138
|
+
import { sliderContextKey as tp } from "./slider/constants.js";
|
|
139
|
+
import { sliderEmits as pp } from "./slider/slider.js";
|
|
140
|
+
import { spaceProps as ap } from "./space/space.js";
|
|
141
|
+
import { useSpace as ip } from "./space/use-space.js";
|
|
142
|
+
import { addRequire as np, removeRequire as Vp, selectMapping as lp } from "./table/utils.js";
|
|
143
|
+
import { TabsRootContextKey as dp } from "./tabs/types.js";
|
|
144
|
+
import { timePickerDefaultProps as Cp, timePickerRangeTriggerProps as Tp, timePickerRngeTriggerProps as Pp } from "./time-picker/common/props.js";
|
|
145
|
+
import { DEFAULT_FORMATS_DATE as Ep, DEFAULT_FORMATS_DATEPICKER as Ip, DEFAULT_FORMATS_TIME as Dp, PICKER_BASE_INJECTION_KEY as Sp, PICKER_POPPER_OPTIONS_INJECTION_KEY as _p, timeUnits as yp } from "./time-picker/constants.js";
|
|
146
|
+
import { buildTimeList as Ap, dateEquals as Kp, dayOrDaysToDate as bp, extractDateFormat as Rp, extractTimeFormat as Fp, formatter as Lp, makeList as Op, parseDate as Np, rangeArr as kp, valueEquals as vp } from "./time-picker/utils.js";
|
|
147
|
+
import { TOOLTIP_INJECTION_KEY as wp } from "./tooltip/constants.js";
|
|
148
|
+
import { getChildState as Bp } from "./tree/model/node.js";
|
|
149
|
+
import { dragEventsKey as Hp, useDragNodeHandler as Up } from "./tree/model/useDragNode.js";
|
|
150
|
+
import { breadcrumbKey as Yp } from "./breadcrumb/constants.js";
|
|
151
|
+
import { CAROUSEL_ITEM_NAME as Wp, carouselContextKey as jp } from "./carousel/constants.js";
|
|
152
|
+
import { collapseEmits as Xp, collapseProps as Zp, emitChangeFn as $p } from "./collapse/collapse.js";
|
|
153
|
+
import { collapseItemProps as rm } from "./collapse/collapse-item.js";
|
|
154
|
+
import { collapseContextKey as tm } from "./collapse/constants.js";
|
|
155
|
+
import { countdownEmits as pm, countdownProps as mm } from "./countdown/countdown.js";
|
|
156
|
+
import { inputTagEmits as xm, inputTagProps as im } from "./input-tag/input-tag.js";
|
|
157
|
+
import { useModal as nm, useModalInner as Vm } from "./modal/use/use-modal.js";
|
|
158
|
+
import { defaultProps as um, segmentedEmits as dm, segmentedProps as cm } from "./segmented/segmented.js";
|
|
159
|
+
import { LEFT_CHECK_CHANGE_EVENT as Tm, RIGHT_CHECK_CHANGE_EVENT as Pm, transferCheckedChangeFn as gm, transferEmits as Em, transferProps as Im } from "./transfer/transfer.js";
|
|
160
|
+
import { genFileId as Sm, uploadContextKey as _m } from "./upload/constants.js";
|
|
161
|
+
import { watermarkProps as Mm } from "./watermark/watermark.js";
|
|
162
|
+
import { vLoading as Km, createLoadingDirective as bm, vLoading as Rm } from "./loading/directive.js";
|
|
163
|
+
import { Loading as Lm } from "./loading/service.js";
|
|
164
|
+
import { messageDefaults as Nm, messageTypes as km } from "./message/types.js";
|
|
165
|
+
import { isDatePicker as Gm, isInput as wm, isRangePicker as hm } from "./super-form/component-map.js";
|
|
166
|
+
import { getDynamicProps as zm, useForm as Hm } from "./super-form/use/use-form.js";
|
|
167
167
|
export {
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
168
|
+
Xf as BAR_MAP,
|
|
169
|
+
Wp as CAROUSEL_ITEM_NAME,
|
|
170
|
+
zt as CASCADER_PANEL_INJECTION_KEY,
|
|
171
|
+
Lt as CommonPicker,
|
|
172
|
+
Ut as CommonProps,
|
|
173
|
+
nf as DEFAULT_DIALOG_TRANSITION,
|
|
174
|
+
Ep as DEFAULT_FORMATS_DATE,
|
|
175
|
+
Ip as DEFAULT_FORMATS_DATEPICKER,
|
|
176
|
+
Dp as DEFAULT_FORMATS_TIME,
|
|
177
|
+
cf as DROPDOWN_INJECTION_KEY,
|
|
178
|
+
Jt as DefaultProps,
|
|
179
179
|
Te as DynamicSizeGrid,
|
|
180
180
|
ue as DynamicSizeList,
|
|
181
|
-
|
|
181
|
+
Tf as EmptyEnum,
|
|
182
182
|
ce as FixedSizeGrid,
|
|
183
183
|
Ve as FixedSizeList,
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
184
|
+
Zf as GAP,
|
|
185
|
+
Tm as LEFT_CHECK_CHANGE_EVENT,
|
|
186
|
+
Rf as MenuTypeEnum,
|
|
187
187
|
Ct as Message,
|
|
188
188
|
gt as MessageBox,
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
189
|
+
Sp as PICKER_BASE_INJECTION_KEY,
|
|
190
|
+
_p as PICKER_POPPER_OPTIONS_INJECTION_KEY,
|
|
191
|
+
Pm as RIGHT_CHECK_CHANGE_EVENT,
|
|
192
|
+
pf as ROOT_PICKER_INJECTION_KEY,
|
|
193
|
+
mf as ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY,
|
|
194
|
+
wp as TOOLTIP_INJECTION_KEY,
|
|
195
|
+
dp as TabsRootContextKey,
|
|
196
|
+
Nt as TimePickPanel,
|
|
197
197
|
t as VftAlert,
|
|
198
198
|
z as VftAside,
|
|
199
199
|
_e as VftAutocomplete,
|
|
@@ -256,8 +256,8 @@ export {
|
|
|
256
256
|
Uo as VftLink,
|
|
257
257
|
Yo as VftListCell,
|
|
258
258
|
dt as VftLoading,
|
|
259
|
-
|
|
260
|
-
|
|
259
|
+
Km as VftLoadingDirective,
|
|
260
|
+
Lm as VftLoadingService,
|
|
261
261
|
Wo as VftLogo,
|
|
262
262
|
Y as VftMain,
|
|
263
263
|
tt as VftMdCodeDemo,
|
|
@@ -279,9 +279,9 @@ export {
|
|
|
279
279
|
nr as VftPopconfirm,
|
|
280
280
|
lr as VftPopover,
|
|
281
281
|
dr as VftPopper,
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
282
|
+
Mt as VftPopperArrow,
|
|
283
|
+
Kt as VftPopperContent,
|
|
284
|
+
Rt as VftPopperTrigger,
|
|
285
285
|
ze as VftProgress,
|
|
286
286
|
Dt as VftProgressI,
|
|
287
287
|
Cr as VftQrcode,
|
|
@@ -320,102 +320,102 @@ export {
|
|
|
320
320
|
$e as VftUpload,
|
|
321
321
|
se as VftVerifyCode,
|
|
322
322
|
rt as VftWatermark,
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
323
|
+
np as addRequire,
|
|
324
|
+
Yp as breadcrumbKey,
|
|
325
|
+
Ap as buildTimeList,
|
|
326
|
+
vt as buttonGroupContextKey,
|
|
327
|
+
jp as carouselContextKey,
|
|
328
|
+
wt as cascaderEmits,
|
|
329
|
+
Yt as cascaderPanelEmits,
|
|
330
|
+
qt as cascaderPanelProps,
|
|
331
|
+
ht as cascaderProps,
|
|
332
|
+
Qt as checkboxGroupContextKey,
|
|
333
|
+
tm as collapseContextKey,
|
|
334
|
+
Xp as collapseEmits,
|
|
335
|
+
rm as collapseItemProps,
|
|
336
|
+
Zp as collapseProps,
|
|
337
|
+
Zt as configProviderContextKey,
|
|
338
|
+
pm as countdownEmits,
|
|
339
|
+
mm as countdownProps,
|
|
340
340
|
W as createContextMenu,
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
341
|
+
bm as createLoadingDirective,
|
|
342
|
+
Kp as dateEquals,
|
|
343
|
+
xf as datePickerProps,
|
|
344
|
+
bp as dayOrDaysToDate,
|
|
345
|
+
um as defaultProps,
|
|
346
346
|
j as destroyContextMenu,
|
|
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
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
347
|
+
Vf as dialogInjectionKey,
|
|
348
|
+
Hp as dragEventsKey,
|
|
349
|
+
$p as emitChangeFn,
|
|
350
|
+
Rp as extractDateFormat,
|
|
351
|
+
Fp as extractTimeFormat,
|
|
352
|
+
gf as formContextKey,
|
|
353
|
+
Ef as formItemContextKey,
|
|
354
|
+
Lp as formatter,
|
|
355
|
+
Sm as genFileId,
|
|
356
|
+
Bp as getChildState,
|
|
357
|
+
zm as getDynamicProps,
|
|
358
|
+
Lf as initAffixTabs,
|
|
359
|
+
xm as inputTagEmits,
|
|
360
|
+
im as inputTagProps,
|
|
361
|
+
Gm as isDatePicker,
|
|
362
|
+
wm as isInput,
|
|
363
|
+
hm as isRangePicker,
|
|
364
|
+
Op as makeList,
|
|
365
|
+
$t as messageConfig,
|
|
366
|
+
Nm as messageDefaults,
|
|
367
|
+
km as messageTypes,
|
|
368
|
+
Gf as notificationEmits,
|
|
369
|
+
wf as notificationProps,
|
|
370
|
+
hf as notificationTypes,
|
|
371
|
+
Np as parseDate,
|
|
372
|
+
rf as provideGlobalConfig,
|
|
373
|
+
Jf as radioGroupKey,
|
|
374
|
+
kp as rangeArr,
|
|
375
|
+
Vp as removeRequire,
|
|
376
|
+
$f as renderThumbStyle,
|
|
377
|
+
qf as rowContextKey,
|
|
378
|
+
jf as scrollbarContextKey,
|
|
379
|
+
dm as segmentedEmits,
|
|
380
|
+
cm as segmentedProps,
|
|
381
|
+
lp as selectMapping,
|
|
382
|
+
rp as selectV2InjectionKey,
|
|
383
|
+
tp as sliderContextKey,
|
|
384
|
+
pp as sliderEmits,
|
|
385
|
+
ap as spaceProps,
|
|
386
|
+
Cp as timePickerDefaultProps,
|
|
387
|
+
Tp as timePickerRangeTriggerProps,
|
|
388
|
+
Pp as timePickerRngeTriggerProps,
|
|
389
|
+
yp as timeUnits,
|
|
390
|
+
gm as transferCheckedChangeFn,
|
|
391
|
+
Em as transferEmits,
|
|
392
|
+
Im as transferProps,
|
|
393
|
+
_m as uploadContextKey,
|
|
394
|
+
Wt as useCascaderConfig,
|
|
395
395
|
$ as useContextMenu,
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
396
|
+
uf as useDialog,
|
|
397
|
+
Df as useDisabled,
|
|
398
|
+
Up as useDragNodeHandler,
|
|
399
|
+
Hm as useForm,
|
|
400
|
+
Sf as useFormDisabled,
|
|
401
|
+
Af as useFormItem,
|
|
402
|
+
Kf as useFormItemInputId,
|
|
403
|
+
_f as useFormSize,
|
|
404
|
+
ef as useGlobalComponentSettings,
|
|
405
|
+
tf as useGlobalConfig,
|
|
406
|
+
nm as useModal,
|
|
407
|
+
Vm as useModalInner,
|
|
408
|
+
zf as usePagination,
|
|
409
|
+
yf as useSize,
|
|
410
|
+
ip as useSpace,
|
|
411
|
+
kf as useTabDropdown,
|
|
412
|
+
Of as useTabsDrag,
|
|
413
|
+
Rm as vLoading,
|
|
414
|
+
vp as valueEquals,
|
|
415
|
+
Hf as vftPaginationKey,
|
|
416
416
|
ge as virtualizedGridProps,
|
|
417
417
|
Ee as virtualizedListProps,
|
|
418
418
|
Ie as virtualizedProps,
|
|
419
419
|
De as virtualizedScrollbarProps,
|
|
420
|
-
|
|
420
|
+
Mm as watermarkProps
|
|
421
421
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as Oe, useAttrs as Te, useSlots as Le, computed as l,
|
|
1
|
+
import { defineComponent as Oe, useAttrs as Te, useSlots as Le, computed as l, ref as E, getCurrentInstance as je, shallowRef as H, watch as U, nextTick as V, onMounted as We, withDirectives as He, createElementBlock as c, openBlock as i, mergeProps as h, Fragment as q, createCommentVNode as u, createElementVNode as w, normalizeClass as r, unref as a, renderSlot as $, createBlock as B, withKeys as Ue, withModifiers as me, toDisplayString as D, normalizeStyle as qe, vShow as Ge } from "vue";
|
|
2
2
|
import "../form/index.js";
|
|
3
3
|
import { VftIcon as A } from "../icon/index.js";
|
|
4
4
|
import { useResizeObserver as Je, isClient as Qe } from "@vueuse/core";
|
|
5
|
-
import {
|
|
5
|
+
import { isString as F, singleAttrToObj as G, noop as Xe, isObject as ve } from "@vft/utils";
|
|
6
6
|
import { debugWarn as J } from "../../utils/error.js";
|
|
7
7
|
import "../config-provider/hooks/use-global-config.js";
|
|
8
8
|
import { isNil as Ye } from "lodash-es";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as L, ref as ee, reactive as te, computed as d, watch as ne, onMounted as ie, onUpdated as ue,
|
|
1
|
+
import { defineComponent as L, ref as ee, reactive as te, computed as d, watch as ne, onMounted as ie, onUpdated as ue, createElementBlock as C, openBlock as S, withModifiers as V, normalizeClass as P, unref as u, withDirectives as R, createCommentVNode as W, createVNode as B, withKeys as N } from "vue";
|
|
2
2
|
import { isNumber as s, isUndefined as h, isString as le } from "@vft/utils";
|
|
3
3
|
import "../form/index.js";
|
|
4
4
|
import { VftIcon as Y } from "../icon/index.js";
|
|
@@ -142,7 +142,7 @@ const me = L({
|
|
|
142
142
|
focus: X,
|
|
143
143
|
/** @description remove focus the input component */
|
|
144
144
|
blur: Z
|
|
145
|
-
}), (t, n) => (
|
|
145
|
+
}), (t, n) => (S(), C("div", {
|
|
146
146
|
class: P([
|
|
147
147
|
u(o).b(),
|
|
148
148
|
u(o).m(u(k)),
|
|
@@ -153,7 +153,7 @@ const me = L({
|
|
|
153
153
|
onDragstart: n[1] || (n[1] = V(() => {
|
|
154
154
|
}, ["prevent"]))
|
|
155
155
|
}, [
|
|
156
|
-
e.controls ? R((
|
|
156
|
+
e.controls ? R((S(), C("span", {
|
|
157
157
|
key: 0,
|
|
158
158
|
role: "button",
|
|
159
159
|
class: P([u(o).e("decrease"), u(o).is("disabled", D.value)]),
|
|
@@ -165,7 +165,7 @@ const me = L({
|
|
|
165
165
|
], 34)), [
|
|
166
166
|
[u(H), F]
|
|
167
167
|
]) : W("", !0),
|
|
168
|
-
e.controls ? R((
|
|
168
|
+
e.controls ? R((S(), C("span", {
|
|
169
169
|
key: 1,
|
|
170
170
|
role: "button",
|
|
171
171
|
class: P([u(o).e("increase"), u(o).is("disabled", M.value)]),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { shallowRef as B, ref as L, computed as c, watch as G } from "vue";
|
|
2
2
|
import { EVENT_CODE as g } from "../../../constants/aria.js";
|
|
3
|
-
import { CHANGE_EVENT as i,
|
|
3
|
+
import { CHANGE_EVENT as i, UPDATE_MODEL_EVENT as d, INPUT_EVENT as H } from "../../../constants/event.js";
|
|
4
4
|
import "@vueuse/core";
|
|
5
5
|
import { isUndefined as K } from "@vft/utils";
|
|
6
6
|
import { debugWarn as C } from "../../../utils/error.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as B, useSlots as ge, computed as y,
|
|
1
|
+
import { defineComponent as B, useSlots as ge, computed as y, createElementBlock as m, openBlock as l, unref as e, normalizeStyle as ve, normalizeClass as a, createCommentVNode as f, createElementVNode as p, renderSlot as I, withDirectives as x, Fragment as ye, renderList as Ie, createBlock as C, withModifiers as F, withCtx as Ce, createTextVNode as he, toDisplayString as K, mergeProps as be, isRef as De, vModelText as ke, vShow as we } from "vue";
|
|
2
2
|
import "../form/index.js";
|
|
3
3
|
import { VftIcon as $ } from "../icon/index.js";
|
|
4
4
|
import { VftTag as Se } from "../tag/index.js";
|
|
@@ -108,7 +108,7 @@ const Be = ["id", "minlength", "maxlength", "disabled", "readonly", "autocomplet
|
|
|
108
108
|
onDragstart: (u) => e(se)(u, d),
|
|
109
109
|
onDragover: (u) => e(ie)(u, d),
|
|
110
110
|
onDragend: e(de),
|
|
111
|
-
onDrop: o[0] || (o[0] =
|
|
111
|
+
onDrop: o[0] || (o[0] = F(() => {
|
|
112
112
|
}, ["stop"]))
|
|
113
113
|
}, {
|
|
114
114
|
default: Ce(() => [
|
|
@@ -116,7 +116,7 @@ const Be = ["id", "minlength", "maxlength", "disabled", "readonly", "autocomplet
|
|
|
116
116
|
value: t,
|
|
117
117
|
index: d
|
|
118
118
|
}, () => [
|
|
119
|
-
he(
|
|
119
|
+
he(K(t), 1)
|
|
120
120
|
])
|
|
121
121
|
]),
|
|
122
122
|
_: 2
|
|
@@ -124,7 +124,7 @@ const Be = ["id", "minlength", "maxlength", "disabled", "readonly", "autocomplet
|
|
|
124
124
|
p("div", {
|
|
125
125
|
class: a(e(r).e("input-wrapper"))
|
|
126
126
|
}, [
|
|
127
|
-
|
|
127
|
+
x(p("input", be({
|
|
128
128
|
id: e(j),
|
|
129
129
|
ref_key: "inputRef",
|
|
130
130
|
ref: G,
|
|
@@ -160,10 +160,10 @@ const Be = ["id", "minlength", "maxlength", "disabled", "readonly", "autocomplet
|
|
|
160
160
|
ref: ne,
|
|
161
161
|
"aria-hidden": "true",
|
|
162
162
|
class: a(e(r).e("input-calculator")),
|
|
163
|
-
textContent:
|
|
163
|
+
textContent: K(e(i))
|
|
164
164
|
}, null, 10, Ne)
|
|
165
165
|
], 2),
|
|
166
|
-
|
|
166
|
+
x(p("div", {
|
|
167
167
|
ref_key: "dropIndicatorRef",
|
|
168
168
|
ref: re,
|
|
169
169
|
class: a(e(r).e("drop-indicator"))
|
|
@@ -179,7 +179,7 @@ const Be = ["id", "minlength", "maxlength", "disabled", "readonly", "autocomplet
|
|
|
179
179
|
e(fe) ? (l(), C(e($), {
|
|
180
180
|
key: 0,
|
|
181
181
|
class: a([e(r).e("icon"), e(r).e("clear")]),
|
|
182
|
-
onMousedown:
|
|
182
|
+
onMousedown: F(e(Re), ["prevent"]),
|
|
183
183
|
onClick: e(ee),
|
|
184
184
|
icon: "icon-circle-close"
|
|
185
185
|
}, null, 8, ["class", "onMousedown", "onClick"])) : f("", !0),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as s, getCurrentInstance as k, computed as b,
|
|
1
|
+
import { defineComponent as s, getCurrentInstance as k, computed as b, createElementBlock as r, openBlock as i, normalizeClass as a, unref as t, createBlock as y, createCommentVNode as c, normalizeProps as C, mergeProps as g, renderSlot as B } from "vue";
|
|
2
2
|
import { VftIcon as v } from "../icon/index.js";
|
|
3
3
|
import "@vueuse/core";
|
|
4
4
|
import { singleAttrToObj as P } from "@vft/utils";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as h, ref as y, computed as _,
|
|
1
|
+
import { defineComponent as h, ref as y, computed as _, createElementBlock as m, openBlock as l, normalizeClass as r, normalizeStyle as V, unref as e, Fragment as N, renderList as z, createElementVNode as f, createVNode as B, mergeProps as d, toDisplayString as D, createBlock as p, createCommentVNode as T } from "vue";
|
|
2
2
|
import { VftIcon as g } from "../icon/index.js";
|
|
3
3
|
import "@vueuse/core";
|
|
4
4
|
import { VNode as b, singleAttrToObj as E } from "@vft/utils";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as r, computed as o, getCurrentInstance as k,
|
|
1
|
+
import { defineComponent as r, computed as o, getCurrentInstance as k, createElementBlock as l, createCommentVNode as n, openBlock as i, normalizeStyle as p, normalizeClass as a, unref as c, toDisplayString as C } from "vue";
|
|
2
2
|
import "@vueuse/core";
|
|
3
3
|
import "@vft/utils";
|
|
4
4
|
import "../config-provider/hooks/use-global-config.js";
|
|
@@ -27,23 +27,23 @@ const y = ["src", "alt"], P = r({
|
|
|
27
27
|
const d = o(
|
|
28
28
|
() => t.jumpPath ? {} : e.cssVarBlock({ cursor: "inital" })
|
|
29
29
|
);
|
|
30
|
-
return (x, B) => t.logo || t.title ? (
|
|
30
|
+
return (x, B) => t.logo || t.title ? (i(), l("div", {
|
|
31
31
|
key: 0,
|
|
32
|
-
class:
|
|
32
|
+
class: a(s.value),
|
|
33
33
|
onClick: f,
|
|
34
34
|
style: p(d.value)
|
|
35
35
|
}, [
|
|
36
|
-
t.logo ? (
|
|
36
|
+
t.logo ? (i(), l("img", {
|
|
37
37
|
key: 0,
|
|
38
|
-
class:
|
|
38
|
+
class: a(c(e).e("img")),
|
|
39
39
|
src: t.logo,
|
|
40
40
|
alt: m.value
|
|
41
|
-
}, null, 10, y)) :
|
|
42
|
-
t.title ? (
|
|
41
|
+
}, null, 10, y)) : n("", !0),
|
|
42
|
+
t.title ? (i(), l("div", {
|
|
43
43
|
key: 1,
|
|
44
|
-
class:
|
|
45
|
-
}, C(t.title), 3)) :
|
|
46
|
-
], 6)) :
|
|
44
|
+
class: a(c(e).e("title"))
|
|
45
|
+
}, C(t.title), 3)) : n("", !0)
|
|
46
|
+
], 6)) : n("", !0);
|
|
47
47
|
}
|
|
48
48
|
});
|
|
49
49
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as T, getCurrentInstance as N, ref as A, computed as C, onMounted as P, nextTick as q, onDeactivated as z, onBeforeMount as B,
|
|
1
|
+
import { defineComponent as T, getCurrentInstance as N, ref as A, computed as C, onMounted as P, nextTick as q, onDeactivated as z, onBeforeMount as B, createElementBlock as d, openBlock as r, normalizeClass as c, unref as e, createBlock as k, createCommentVNode as f, createElementVNode as l, renderSlot as x, toDisplayString as b, createVNode as p, Fragment as I, renderList as O, withCtx as F, createTextVNode as H } from "vue";
|
|
2
2
|
import { VftIcon as D } from "../icon/index.js";
|
|
3
3
|
import { VftIconText as J } from "../icon-text/index.js";
|
|
4
4
|
import { VftSideMenu as j } from "../side-menu/index.js";
|
|
@@ -103,7 +103,7 @@ const se = { class: "info-container" }, re = {
|
|
|
103
103
|
}, [
|
|
104
104
|
l("h1", {
|
|
105
105
|
class: c(e(s).e("title"))
|
|
106
|
-
},
|
|
106
|
+
}, b(e(n).meta?.title), 3),
|
|
107
107
|
l("div", se, [
|
|
108
108
|
e(n).meta?.category?.length ? (r(), d("div", re, [
|
|
109
109
|
p(e(D), {
|
|
@@ -119,7 +119,7 @@ const se = { class: "info-container" }, re = {
|
|
|
119
119
|
onClick: (fe) => E(o)
|
|
120
120
|
}, {
|
|
121
121
|
default: F(() => [
|
|
122
|
-
H(
|
|
122
|
+
H(b(o), 1)
|
|
123
123
|
]),
|
|
124
124
|
_: 2
|
|
125
125
|
}, 1032, ["type", "onClick"]))), 128))
|
|
@@ -152,9 +152,9 @@ const se = { class: "info-container" }, re = {
|
|
|
152
152
|
l("div", {
|
|
153
153
|
class: c(e(s).e("content"))
|
|
154
154
|
}, [
|
|
155
|
-
|
|
155
|
+
x(t.$slots, "default")
|
|
156
156
|
], 2),
|
|
157
|
-
a.showComment ?
|
|
157
|
+
a.showComment ? x(t.$slots, "comment", { key: 1 }) : f("", !0),
|
|
158
158
|
i[0] || (i[0] = l("ins", {
|
|
159
159
|
class: "adsbygoogle",
|
|
160
160
|
style: { display: "block", "text-align": "center" },
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import o from "./menu-collapse-transition.vue2.js";
|
|
2
|
-
import {
|
|
2
|
+
import { createBlock as r, openBlock as t, Transition as n, mergeProps as s, withCtx as i, renderSlot as a } from "vue";
|
|
3
3
|
import p from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
function f(e, l, c, m, d, u) {
|
|
5
|
-
return
|
|
5
|
+
return t(), r(n, s({ mode: "out-in" }, e.listeners), {
|
|
6
6
|
default: i(() => [
|
|
7
7
|
a(e.$slots, "default")
|
|
8
8
|
]),
|