vft 0.0.63 → 0.0.66
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/attributes.json +1 -1
- package/dist/index.css +1 -1
- package/es/component.js +24 -22
- package/es/components/back-top/back-top.vue2.js +3 -2
- package/es/components/context-menu/context-menu.vue2.js +3 -2
- package/es/components/date-time-select/date-time-select.vue.d.ts +38 -0
- package/es/components/date-time-select/date-time-select.vue.js +4 -0
- package/es/components/date-time-select/date-time-select.vue2.js +130 -0
- package/es/components/date-time-select/index.d.ts +30 -0
- package/es/components/date-time-select/index.js +12 -0
- package/es/components/date-time-select/style/css.d.ts +0 -0
- package/es/components/date-time-select/style/css.js +5 -0
- package/es/components/date-time-select/style/index.d.ts +0 -0
- package/es/components/date-time-select/style/index.js +5 -0
- package/es/components/date-time-select/types.d.ts +10 -0
- package/es/components/date-time-select/types.js +1 -0
- package/es/components/dropdown/dropdown.vue.d.ts +4 -4
- package/es/components/dropdown/index.d.ts +4 -4
- package/es/components/index.d.ts +1 -0
- package/es/components/index.js +98 -96
- package/es/components/md-container/md-container.vue2.js +3 -2
- package/es/components/menu/menu-item.vue2.js +3 -2
- package/es/components/menu/sub-menu.vue2.js +3 -2
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +3 -2
- package/es/components/result/result.vue2.js +3 -2
- package/es/components/search/search.vue2.js +3 -2
- package/es/components/select-v2/index.d.ts +8 -8
- package/es/components/select-v2/select.vue.d.ts +4 -4
- package/es/components/select-v2/useSelect.d.ts +3 -3
- package/es/components/side-menu/index.d.ts +4 -3
- package/es/components/side-menu/side-menu.vue.d.ts +4 -3
- package/es/components/side-menu/side-menu.vue2.js +95 -96
- package/es/components/side-menu/use-drag-line.js +28 -32
- package/es/components/tabs/tab-nav.vue2.js +3 -2
- package/es/components/time-select-extend/style/css.d.ts +0 -0
- package/es/components/time-select-extend/style/css.js +2 -0
- package/es/components/time-select-extend/style/index.d.ts +0 -0
- package/es/components/time-select-extend/style/index.js +2 -0
- package/es/components/tooltip/content.vue.d.ts +2 -2
- package/es/components/tooltip/index.d.ts +2 -2
- package/es/components/tooltip/tooltip.vue.d.ts +3 -3
- package/es/index.js +224 -222
- package/es/package.json.js +1 -1
- package/lib/component.cjs +1 -1
- package/lib/components/back-top/back-top.vue2.cjs +1 -1
- package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
- package/lib/components/date-time-select/date-time-select.vue.cjs +1 -0
- package/lib/components/date-time-select/date-time-select.vue.d.ts +38 -0
- package/lib/components/date-time-select/date-time-select.vue2.cjs +1 -0
- package/lib/components/date-time-select/index.cjs +1 -0
- package/lib/components/date-time-select/index.d.ts +30 -0
- package/lib/components/date-time-select/style/css.cjs +1 -0
- package/lib/components/date-time-select/style/css.d.ts +0 -0
- package/lib/components/date-time-select/style/index.cjs +1 -0
- package/lib/components/date-time-select/style/index.d.ts +0 -0
- package/lib/components/date-time-select/types.cjs +1 -0
- package/lib/components/date-time-select/types.d.ts +10 -0
- package/lib/components/dropdown/dropdown.vue.d.ts +4 -4
- package/lib/components/dropdown/index.d.ts +4 -4
- package/lib/components/index.cjs +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/menu/menu-item.vue2.cjs +1 -1
- package/lib/components/menu/sub-menu.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/result/result.vue2.cjs +1 -1
- package/lib/components/search/search.vue2.cjs +1 -1
- package/lib/components/select-v2/index.d.ts +8 -8
- package/lib/components/select-v2/select.vue.d.ts +4 -4
- package/lib/components/select-v2/useSelect.d.ts +3 -3
- package/lib/components/side-menu/index.d.ts +4 -3
- package/lib/components/side-menu/side-menu.vue.d.ts +4 -3
- package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
- package/lib/components/side-menu/use-drag-line.cjs +1 -1
- package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
- package/lib/components/time-select-extend/style/css.cjs +1 -0
- package/lib/components/time-select-extend/style/css.d.ts +0 -0
- package/lib/components/time-select-extend/style/index.cjs +1 -0
- package/lib/components/time-select-extend/style/index.d.ts +0 -0
- package/lib/components/tooltip/content.vue.d.ts +2 -2
- package/lib/components/tooltip/index.d.ts +2 -2
- package/lib/components/tooltip/tooltip.vue.d.ts +3 -3
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/package.json +2 -2
- package/tags.json +1 -1
- package/theme-style/base.css +1 -1
- package/theme-style/dark/css-vars.css +1 -1
- package/theme-style/index.css +1 -1
- package/theme-style/src/common/var.scss +1 -3
- package/theme-style/src/dark/css-vars.scss +1 -0
- package/theme-style/src/date-time-select.scss +81 -0
- package/theme-style/src/index.scss +1 -0
- package/theme-style/src/side-menu.scss +0 -1
- package/theme-style/src/var.scss +1 -0
- package/theme-style/vft-date-time-select.css +1 -0
- package/theme-style/vft-icon.css +1 -1
- package/theme-style/vft-side-menu.css +1 -1
- package/theme-style/vft-var.css +1 -1
- package/web-types.json +1 -1
package/es/components/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import { VftPopper as c } from "./popper/index.js";
|
|
|
8
8
|
import { VftCollapseTransition as g } from "./collapse-transition/index.js";
|
|
9
9
|
import { VftTooltip as y } from "./tooltip/index.js";
|
|
10
10
|
import { VftPopover as D } from "./popover/index.js";
|
|
11
|
-
import { VftMenu as
|
|
11
|
+
import { VftMenu as T, VftMenuItem as M, VftMenuItemGroup as S, VftSubMenu as v } from "./menu/index.js";
|
|
12
12
|
import { createContextMenu as G, destroyContextMenu as K } from "./context-menu/createContextMenu.js";
|
|
13
13
|
import { useContextMenu as z } from "./context-menu/useContextMenu.js";
|
|
14
14
|
import { VftMultipleTabs as h } from "./multiple-tabs/index.js";
|
|
@@ -32,7 +32,7 @@ import { VftQrcode as co } from "./qrcode/index.js";
|
|
|
32
32
|
import { VftOverlay as go } from "./overlay/index.js";
|
|
33
33
|
import { VftClamp as yo } from "./clamp/index.js";
|
|
34
34
|
import { VftClampToggle as Do } from "./clamp-toggle/index.js";
|
|
35
|
-
import { VftPageWrapper as
|
|
35
|
+
import { VftPageWrapper as To } from "./page-wrapper/index.js";
|
|
36
36
|
import { VftException as So } from "./exception/index.js";
|
|
37
37
|
import { VftSearch as Lo } from "./search/index.js";
|
|
38
38
|
import { VftForm as Ko, VftFormItem as wo } from "./form/index.js";
|
|
@@ -54,55 +54,56 @@ import { VftTable as Ct } from "./table/index.js";
|
|
|
54
54
|
import { VftImageViewer as It } from "./image-viewer/index.js";
|
|
55
55
|
import { VftListCell as bt } from "./list-cell/index.js";
|
|
56
56
|
import { VftDialog as Pt } from "./dialog/index.js";
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import { default as Yt } from "./popper/
|
|
69
|
-
import { default as Ut } from "./popper/
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
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 {
|
|
57
|
+
import { VftDateTimeSelect as Mt } from "./date-time-select/index.js";
|
|
58
|
+
import { VftMdContainer as vt } from "./md-container/index.js";
|
|
59
|
+
import { VftMdComment as Gt } from "./md-comment/index.js";
|
|
60
|
+
import { VftMdTabs as wt } from "./md-tabs/index.js";
|
|
61
|
+
import { VftMdVuePlayground as Ft } from "./md-vue-playground/index.js";
|
|
62
|
+
import { VftMdCodeDemo as Rt } from "./md-code-demo/index.js";
|
|
63
|
+
import { VftMdCodeTabs as At } from "./md-code-tabs/index.js";
|
|
64
|
+
import { VftMessage as Et, VftMessage as Ot } from "./message/index.js";
|
|
65
|
+
import { VftLoading as _t } from "./loading/index.js";
|
|
66
|
+
import { EmptyEnum as Wt } from "./empty/constants.js";
|
|
67
|
+
import { TabsRootContextKey as Jt } from "./tabs/types.js";
|
|
68
|
+
import { default as Yt } from "./popper/arrow.vue2.js";
|
|
69
|
+
import { default as Ut } from "./popper/trigger.vue2.js";
|
|
70
|
+
import { default as Zt } from "./popper/content.vue2.js";
|
|
71
|
+
import { useTabDropdown as or } from "./multiple-tabs/use/use-tab-dropdown.js";
|
|
72
|
+
import { initAffixTabs as rr, useTabsDrag as er } from "./multiple-tabs/use/use-multiple-tabs.js";
|
|
73
|
+
import { configProviderContextKey as pr, messageConfig as mr } from "./config-provider/constants.js";
|
|
74
|
+
import { provideGlobalConfig as ar, useGlobalComponentSettings as ir, useGlobalConfig as Vr } from "./config-provider/hooks/use-global-config.js";
|
|
75
|
+
import { usePagination as sr, vftPaginationKey as lr } from "./pagination/usePagination.js";
|
|
76
|
+
import { formItemValidateStates as ur } from "./form/types.js";
|
|
77
|
+
import { formContextKey as Cr, formItemContextKey as gr } from "./form/constants.js";
|
|
78
|
+
import { useDisabled as yr, useFormDisabled as br, useFormSize as Dr, useSize as Pr } from "./form/hooks/use-form-common-props.js";
|
|
79
|
+
import { useFormItem as Mr, useFormItemInputId as Sr } from "./form/hooks/use-form-item.js";
|
|
80
|
+
import { buttonGroupContextKey as Lr } from "./button/constants.js";
|
|
81
|
+
import { checkboxGroupContextKey as Kr } from "./checkbox/constants.js";
|
|
82
|
+
import { radioGroupKey as zr } from "./radio/constants.js";
|
|
83
|
+
import { BAR_MAP as hr, GAP as Rr, renderThumbStyle as kr } from "./scrollbar/util.js";
|
|
84
|
+
import { scrollbarContextKey as Br } from "./scrollbar/constants.js";
|
|
85
|
+
import { DROPDOWN_INJECTION_KEY as Or } from "./dropdown/tokens.js";
|
|
86
|
+
import { VftCollection as _r, VftCollectionItem as jr } from "./dropdown/types.js";
|
|
87
|
+
import { OnlyChild as Hr } from "./slot/only-child.js";
|
|
88
|
+
import { default as Qr } from "./dropdown/dropdown-item-impl.vue.js";
|
|
89
|
+
import { selectV2InjectionKey as qr } from "./select-v2/token.js";
|
|
90
|
+
import { useDialog as Xr } from "./dialog/hooks/use-dialog.js";
|
|
91
|
+
import { dialogInjectionKey as $r } from "./dialog/constants.js";
|
|
92
|
+
import { messageDefaults as te, messageTypes as re } from "./message/types.js";
|
|
93
|
+
import { vLoading as fe, createLoadingDirective as pe, vLoading as me } from "./loading/directive.js";
|
|
94
|
+
import { Loading as ae } from "./loading/service.js";
|
|
94
95
|
export {
|
|
95
|
-
|
|
96
|
-
|
|
96
|
+
hr as BAR_MAP,
|
|
97
|
+
Or as DROPDOWN_INJECTION_KEY,
|
|
97
98
|
mt as DynamicSizeGrid,
|
|
98
99
|
rt as DynamicSizeList,
|
|
99
|
-
|
|
100
|
+
Wt as EmptyEnum,
|
|
100
101
|
ft as FixedSizeGrid,
|
|
101
102
|
ot as FixedSizeList,
|
|
102
|
-
|
|
103
|
+
Rr as GAP,
|
|
103
104
|
f as Icon,
|
|
104
|
-
|
|
105
|
-
|
|
105
|
+
Et as Message,
|
|
106
|
+
Jt as TabsRootContextKey,
|
|
106
107
|
x as VftAvatar,
|
|
107
108
|
J as VftBackTop,
|
|
108
109
|
Fo as VftButton,
|
|
@@ -115,15 +116,16 @@ export {
|
|
|
115
116
|
g as VftCollapseTransition,
|
|
116
117
|
Jo as VftColorPicker,
|
|
117
118
|
Y as VftConfigProvider,
|
|
119
|
+
Mt as VftDateTimeSelect,
|
|
118
120
|
U as VftDescriptions,
|
|
119
121
|
X as VftDescriptionsItem,
|
|
120
122
|
Pt as VftDialog,
|
|
121
123
|
r as VftDivider,
|
|
122
124
|
Uo as VftDropdown,
|
|
123
|
-
|
|
124
|
-
|
|
125
|
+
_r as VftDropdownCollection,
|
|
126
|
+
jr as VftDropdownCollectionItem,
|
|
125
127
|
Xo as VftDropdownItem,
|
|
126
|
-
|
|
128
|
+
Qr as VftDropdownItemImpl,
|
|
127
129
|
Zo as VftDropdownMenu,
|
|
128
130
|
i as VftEmpty,
|
|
129
131
|
So as VftException,
|
|
@@ -140,30 +142,30 @@ export {
|
|
|
140
142
|
po as VftInput,
|
|
141
143
|
xo as VftLink,
|
|
142
144
|
bt as VftListCell,
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
145
|
+
_t as VftLoading,
|
|
146
|
+
fe as VftLoadingDirective,
|
|
147
|
+
ae as VftLoadingService,
|
|
146
148
|
W as VftLogo,
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
149
|
+
Rt as VftMdCodeDemo,
|
|
150
|
+
At as VftMdCodeTabs,
|
|
151
|
+
Gt as VftMdComment,
|
|
152
|
+
vt as VftMdContainer,
|
|
153
|
+
wt as VftMdTabs,
|
|
154
|
+
Ft as VftMdVuePlayground,
|
|
155
|
+
T as VftMenu,
|
|
156
|
+
M as VftMenuItem,
|
|
155
157
|
S as VftMenuItemGroup,
|
|
156
|
-
|
|
158
|
+
Ot as VftMessage,
|
|
157
159
|
h as VftMultipleTabs,
|
|
158
|
-
|
|
160
|
+
Hr as VftOnlyChild,
|
|
159
161
|
go as VftOverlay,
|
|
160
|
-
|
|
162
|
+
To as VftPageWrapper,
|
|
161
163
|
io as VftPagination,
|
|
162
164
|
D as VftPopover,
|
|
163
165
|
c as VftPopper,
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
166
|
+
Yt as VftPopperArrow,
|
|
167
|
+
Zt as VftPopperContent,
|
|
168
|
+
Ut as VftPopperTrigger,
|
|
167
169
|
co as VftQrcode,
|
|
168
170
|
Oo as VftRadio,
|
|
169
171
|
No as VftRadioButton,
|
|
@@ -182,40 +184,40 @@ export {
|
|
|
182
184
|
no as VftTag,
|
|
183
185
|
y as VftTooltip,
|
|
184
186
|
ut as VftVerifyCode,
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
187
|
+
Lr as buttonGroupContextKey,
|
|
188
|
+
Kr as checkboxGroupContextKey,
|
|
189
|
+
pr as configProviderContextKey,
|
|
188
190
|
G as createContextMenu,
|
|
189
|
-
|
|
191
|
+
pe as createLoadingDirective,
|
|
190
192
|
K as destroyContextMenu,
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
193
|
+
$r as dialogInjectionKey,
|
|
194
|
+
Cr as formContextKey,
|
|
195
|
+
gr as formItemContextKey,
|
|
196
|
+
ur as formItemValidateStates,
|
|
197
|
+
rr as initAffixTabs,
|
|
198
|
+
mr as messageConfig,
|
|
199
|
+
te as messageDefaults,
|
|
200
|
+
re as messageTypes,
|
|
201
|
+
ar as provideGlobalConfig,
|
|
202
|
+
zr as radioGroupKey,
|
|
203
|
+
kr as renderThumbStyle,
|
|
204
|
+
Br as scrollbarContextKey,
|
|
205
|
+
qr as selectV2InjectionKey,
|
|
204
206
|
z as useContextMenu,
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
207
|
+
Xr as useDialog,
|
|
208
|
+
yr as useDisabled,
|
|
209
|
+
br as useFormDisabled,
|
|
210
|
+
Mr as useFormItem,
|
|
211
|
+
Sr as useFormItemInputId,
|
|
212
|
+
Dr as useFormSize,
|
|
213
|
+
ir as useGlobalComponentSettings,
|
|
214
|
+
Vr as useGlobalConfig,
|
|
215
|
+
sr as usePagination,
|
|
216
|
+
Pr as useSize,
|
|
217
|
+
or as useTabDropdown,
|
|
218
|
+
er as useTabsDrag,
|
|
219
|
+
me as vLoading,
|
|
220
|
+
lr as vftPaginationKey,
|
|
219
221
|
at as virtualizedGridProps,
|
|
220
222
|
it as virtualizedListProps,
|
|
221
223
|
Vt as virtualizedProps,
|
|
@@ -59,6 +59,7 @@ import "../table/index.js";
|
|
|
59
59
|
import "../image-viewer/index.js";
|
|
60
60
|
import "../list-cell/index.js";
|
|
61
61
|
import "../dialog/index.js";
|
|
62
|
+
import "../date-time-select/index.js";
|
|
62
63
|
import "./index.js";
|
|
63
64
|
import { VftMdComment as X } from "../md-comment/index.js";
|
|
64
65
|
import "../md-tabs/index.js";
|
|
@@ -89,7 +90,7 @@ const mt = { class: "info-container" }, pt = {
|
|
|
89
90
|
Z("md-container")
|
|
90
91
|
), ct = T({
|
|
91
92
|
name: r.b()
|
|
92
|
-
}),
|
|
93
|
+
}), qo = /* @__PURE__ */ T({
|
|
93
94
|
...ct,
|
|
94
95
|
setup(lt, { expose: V }) {
|
|
95
96
|
const w = P(), { initPhotoSwipe: D } = G(`.${r.e("content")} img`);
|
|
@@ -187,5 +188,5 @@ const mt = { class: "info-container" }, pt = {
|
|
|
187
188
|
}
|
|
188
189
|
});
|
|
189
190
|
export {
|
|
190
|
-
|
|
191
|
+
qo as default
|
|
191
192
|
};
|
|
@@ -69,6 +69,7 @@ import "../table/index.js";
|
|
|
69
69
|
import "../image-viewer/index.js";
|
|
70
70
|
import "../list-cell/index.js";
|
|
71
71
|
import "../dialog/index.js";
|
|
72
|
+
import "../date-time-select/index.js";
|
|
72
73
|
import "../md-container/index.js";
|
|
73
74
|
import "../md-comment/index.js";
|
|
74
75
|
import "../md-tabs/index.js";
|
|
@@ -81,7 +82,7 @@ const W = ["title"], k = (
|
|
|
81
82
|
v("menu-item")
|
|
82
83
|
), X = S({
|
|
83
84
|
name: k.b()
|
|
84
|
-
}),
|
|
85
|
+
}), Be = /* @__PURE__ */ S({
|
|
85
86
|
...X,
|
|
86
87
|
props: {
|
|
87
88
|
index: null,
|
|
@@ -166,5 +167,5 @@ const W = ["title"], k = (
|
|
|
166
167
|
}
|
|
167
168
|
});
|
|
168
169
|
export {
|
|
169
|
-
|
|
170
|
+
Be as default
|
|
170
171
|
};
|
|
@@ -59,6 +59,7 @@ import "../table/index.js";
|
|
|
59
59
|
import "../image-viewer/index.js";
|
|
60
60
|
import "../list-cell/index.js";
|
|
61
61
|
import "../dialog/index.js";
|
|
62
|
+
import "../date-time-select/index.js";
|
|
62
63
|
import "../md-container/index.js";
|
|
63
64
|
import "../md-comment/index.js";
|
|
64
65
|
import "../md-tabs/index.js";
|
|
@@ -82,7 +83,7 @@ const S = (
|
|
|
82
83
|
I("sub-menu")
|
|
83
84
|
), ve = Z({
|
|
84
85
|
name: S.b()
|
|
85
|
-
}),
|
|
86
|
+
}), Lo = /* @__PURE__ */ Z({
|
|
86
87
|
...ve,
|
|
87
88
|
props: {
|
|
88
89
|
index: null,
|
|
@@ -283,5 +284,5 @@ const S = (
|
|
|
283
284
|
}
|
|
284
285
|
});
|
|
285
286
|
export {
|
|
286
|
-
|
|
287
|
+
Lo as default
|
|
287
288
|
};
|
|
@@ -68,6 +68,7 @@ import "../table/index.js";
|
|
|
68
68
|
import "../image-viewer/index.js";
|
|
69
69
|
import "../list-cell/index.js";
|
|
70
70
|
import "../dialog/index.js";
|
|
71
|
+
import "../date-time-select/index.js";
|
|
71
72
|
import "../md-container/index.js";
|
|
72
73
|
import "../md-comment/index.js";
|
|
73
74
|
import "../md-tabs/index.js";
|
|
@@ -81,7 +82,7 @@ const M = (
|
|
|
81
82
|
X("multiple-tabs")
|
|
82
83
|
), rt = P({
|
|
83
84
|
name: M.b()
|
|
84
|
-
}),
|
|
85
|
+
}), Be = /* @__PURE__ */ P({
|
|
85
86
|
...rt,
|
|
86
87
|
props: {
|
|
87
88
|
tabsStyle: null,
|
|
@@ -196,5 +197,5 @@ const M = (
|
|
|
196
197
|
}
|
|
197
198
|
});
|
|
198
199
|
export {
|
|
199
|
-
|
|
200
|
+
Be as default
|
|
200
201
|
};
|
|
@@ -67,6 +67,7 @@ import "../table/index.js";
|
|
|
67
67
|
import "../image-viewer/index.js";
|
|
68
68
|
import "../list-cell/index.js";
|
|
69
69
|
import "../dialog/index.js";
|
|
70
|
+
import "../date-time-select/index.js";
|
|
70
71
|
import "../md-container/index.js";
|
|
71
72
|
import "../md-comment/index.js";
|
|
72
73
|
import "../md-tabs/index.js";
|
|
@@ -79,7 +80,7 @@ const i = (
|
|
|
79
80
|
x("result")
|
|
80
81
|
), I = l({
|
|
81
82
|
name: i.b()
|
|
82
|
-
}),
|
|
83
|
+
}), Mt = /* @__PURE__ */ l({
|
|
83
84
|
...I,
|
|
84
85
|
props: {
|
|
85
86
|
title: null,
|
|
@@ -118,5 +119,5 @@ const i = (
|
|
|
118
119
|
}
|
|
119
120
|
});
|
|
120
121
|
export {
|
|
121
|
-
|
|
122
|
+
Mt as default
|
|
122
123
|
};
|
|
@@ -59,6 +59,7 @@ import "../table/index.js";
|
|
|
59
59
|
import "../image-viewer/index.js";
|
|
60
60
|
import "../list-cell/index.js";
|
|
61
61
|
import "../dialog/index.js";
|
|
62
|
+
import "../date-time-select/index.js";
|
|
62
63
|
import "../md-container/index.js";
|
|
63
64
|
import "../md-comment/index.js";
|
|
64
65
|
import "../md-tabs/index.js";
|
|
@@ -79,7 +80,7 @@ const u = (
|
|
|
79
80
|
W("search")
|
|
80
81
|
), U = C({
|
|
81
82
|
name: u.b()
|
|
82
|
-
}),
|
|
83
|
+
}), co = /* @__PURE__ */ C({
|
|
83
84
|
...U,
|
|
84
85
|
props: {
|
|
85
86
|
modelValue: { default: "" },
|
|
@@ -207,5 +208,5 @@ const u = (
|
|
|
207
208
|
}
|
|
208
209
|
});
|
|
209
210
|
export {
|
|
210
|
-
|
|
211
|
+
co as default
|
|
211
212
|
};
|
|
@@ -350,7 +350,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
350
350
|
required: false;
|
|
351
351
|
};
|
|
352
352
|
appendTo: {
|
|
353
|
-
type: import("vue").PropType<
|
|
353
|
+
type: import("vue").PropType<any>;
|
|
354
354
|
required: false;
|
|
355
355
|
};
|
|
356
356
|
content: {
|
|
@@ -560,7 +560,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
560
560
|
required: false;
|
|
561
561
|
};
|
|
562
562
|
appendTo: {
|
|
563
|
-
type: import("vue").PropType<
|
|
563
|
+
type: import("vue").PropType<any>;
|
|
564
564
|
required: false;
|
|
565
565
|
};
|
|
566
566
|
content: {
|
|
@@ -784,7 +784,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
784
784
|
required: false;
|
|
785
785
|
};
|
|
786
786
|
appendTo: {
|
|
787
|
-
type: import("vue").PropType<
|
|
787
|
+
type: import("vue").PropType<any>;
|
|
788
788
|
required: false;
|
|
789
789
|
};
|
|
790
790
|
content: {
|
|
@@ -985,9 +985,9 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
985
985
|
}, {
|
|
986
986
|
height: number;
|
|
987
987
|
loading: boolean;
|
|
988
|
+
placement: import("@popperjs/core").Placement;
|
|
988
989
|
popperClass: string;
|
|
989
990
|
disabled: boolean;
|
|
990
|
-
placement: import("@popperjs/core").Placement;
|
|
991
991
|
allowCreate: boolean;
|
|
992
992
|
autocomplete: "inline" | "none" | "list" | "both";
|
|
993
993
|
automaticDropdown: boolean;
|
|
@@ -1362,7 +1362,7 @@ export declare const VftSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1362
1362
|
required: false;
|
|
1363
1363
|
};
|
|
1364
1364
|
appendTo: {
|
|
1365
|
-
type: import("vue").PropType<
|
|
1365
|
+
type: import("vue").PropType<any>;
|
|
1366
1366
|
required: false;
|
|
1367
1367
|
};
|
|
1368
1368
|
content: {
|
|
@@ -1572,7 +1572,7 @@ export declare const VftSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1572
1572
|
required: false;
|
|
1573
1573
|
};
|
|
1574
1574
|
appendTo: {
|
|
1575
|
-
type: import("vue").PropType<
|
|
1575
|
+
type: import("vue").PropType<any>;
|
|
1576
1576
|
required: false;
|
|
1577
1577
|
};
|
|
1578
1578
|
content: {
|
|
@@ -1796,7 +1796,7 @@ export declare const VftSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1796
1796
|
required: false;
|
|
1797
1797
|
};
|
|
1798
1798
|
appendTo: {
|
|
1799
|
-
type: import("vue").PropType<
|
|
1799
|
+
type: import("vue").PropType<any>;
|
|
1800
1800
|
required: false;
|
|
1801
1801
|
};
|
|
1802
1802
|
content: {
|
|
@@ -1997,9 +1997,9 @@ export declare const VftSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1997
1997
|
}, {
|
|
1998
1998
|
height: number;
|
|
1999
1999
|
loading: boolean;
|
|
2000
|
+
placement: import("@popperjs/core").Placement;
|
|
2000
2001
|
popperClass: string;
|
|
2001
2002
|
disabled: boolean;
|
|
2002
|
-
placement: import("@popperjs/core").Placement;
|
|
2003
2003
|
allowCreate: boolean;
|
|
2004
2004
|
autocomplete: "inline" | "none" | "list" | "both";
|
|
2005
2005
|
automaticDropdown: boolean;
|
|
@@ -349,7 +349,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
349
349
|
required: false;
|
|
350
350
|
};
|
|
351
351
|
appendTo: {
|
|
352
|
-
type: import("vue").PropType<
|
|
352
|
+
type: import("vue").PropType<any>;
|
|
353
353
|
required: false;
|
|
354
354
|
};
|
|
355
355
|
content: {
|
|
@@ -559,7 +559,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
559
559
|
required: false;
|
|
560
560
|
};
|
|
561
561
|
appendTo: {
|
|
562
|
-
type: import("vue").PropType<
|
|
562
|
+
type: import("vue").PropType<any>;
|
|
563
563
|
required: false;
|
|
564
564
|
};
|
|
565
565
|
content: {
|
|
@@ -783,7 +783,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
783
783
|
required: false;
|
|
784
784
|
};
|
|
785
785
|
appendTo: {
|
|
786
|
-
type: import("vue").PropType<
|
|
786
|
+
type: import("vue").PropType<any>;
|
|
787
787
|
required: false;
|
|
788
788
|
};
|
|
789
789
|
content: {
|
|
@@ -984,9 +984,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
984
984
|
}, {
|
|
985
985
|
height: number;
|
|
986
986
|
loading: boolean;
|
|
987
|
+
placement: import("@popperjs/core").Placement;
|
|
987
988
|
popperClass: string;
|
|
988
989
|
disabled: boolean;
|
|
989
|
-
placement: import("@popperjs/core").Placement;
|
|
990
990
|
allowCreate: boolean;
|
|
991
991
|
autocomplete: "inline" | "none" | "list" | "both";
|
|
992
992
|
automaticDropdown: boolean;
|
|
@@ -253,7 +253,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
253
253
|
required: false;
|
|
254
254
|
};
|
|
255
255
|
appendTo: {
|
|
256
|
-
type: import("vue").PropType<
|
|
256
|
+
type: import("vue").PropType<any>;
|
|
257
257
|
required: false;
|
|
258
258
|
};
|
|
259
259
|
content: {
|
|
@@ -463,7 +463,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
463
463
|
required: false;
|
|
464
464
|
};
|
|
465
465
|
appendTo: {
|
|
466
|
-
type: import("vue").PropType<
|
|
466
|
+
type: import("vue").PropType<any>;
|
|
467
467
|
required: false;
|
|
468
468
|
};
|
|
469
469
|
content: {
|
|
@@ -687,7 +687,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
687
687
|
required: false;
|
|
688
688
|
};
|
|
689
689
|
appendTo: {
|
|
690
|
-
type: import("vue").PropType<
|
|
690
|
+
type: import("vue").PropType<any>;
|
|
691
691
|
required: false;
|
|
692
692
|
};
|
|
693
693
|
content: {
|
|
@@ -15,7 +15,7 @@ export declare const VftSideMenu: import("vft/es/utils").SFCWithInstall<import("
|
|
|
15
15
|
type: import("vue").PropType<string | undefined>;
|
|
16
16
|
required: false;
|
|
17
17
|
};
|
|
18
|
-
|
|
18
|
+
sideWidth: {
|
|
19
19
|
type: import("vue").PropType<string | number | undefined>;
|
|
20
20
|
required: false;
|
|
21
21
|
};
|
|
@@ -72,7 +72,7 @@ export declare const VftSideMenu: import("vft/es/utils").SFCWithInstall<import("
|
|
|
72
72
|
};
|
|
73
73
|
}, {
|
|
74
74
|
sideRef: import("vue").Ref<any>;
|
|
75
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:collapse" | "dragEnd" | "select" | "dragWidthEnd")[], "update:collapse" | "dragEnd" | "select" | "dragWidthEnd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
75
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:collapse" | "update:sideWidth" | "dragEnd" | "select" | "dragWidthEnd")[], "update:collapse" | "update:sideWidth" | "dragEnd" | "select" | "dragWidthEnd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
76
76
|
menus: {
|
|
77
77
|
type: import("vue").PropType<import("@vft/router").MenuType[]>;
|
|
78
78
|
required: true;
|
|
@@ -89,7 +89,7 @@ export declare const VftSideMenu: import("vft/es/utils").SFCWithInstall<import("
|
|
|
89
89
|
type: import("vue").PropType<string | undefined>;
|
|
90
90
|
required: false;
|
|
91
91
|
};
|
|
92
|
-
|
|
92
|
+
sideWidth: {
|
|
93
93
|
type: import("vue").PropType<string | number | undefined>;
|
|
94
94
|
required: false;
|
|
95
95
|
};
|
|
@@ -146,6 +146,7 @@ export declare const VftSideMenu: import("vft/es/utils").SFCWithInstall<import("
|
|
|
146
146
|
};
|
|
147
147
|
}>> & {
|
|
148
148
|
"onUpdate:collapse"?: ((...args: any[]) => any) | undefined;
|
|
149
|
+
"onUpdate:sideWidth"?: ((...args: any[]) => any) | undefined;
|
|
149
150
|
onDragEnd?: ((...args: any[]) => any) | undefined;
|
|
150
151
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
151
152
|
onDragWidthEnd?: ((...args: any[]) => any) | undefined;
|
|
@@ -17,7 +17,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
17
17
|
type: __PropType<string | undefined>;
|
|
18
18
|
required: false;
|
|
19
19
|
};
|
|
20
|
-
|
|
20
|
+
sideWidth: {
|
|
21
21
|
type: __PropType<string | number | undefined>;
|
|
22
22
|
required: false;
|
|
23
23
|
};
|
|
@@ -74,7 +74,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
74
74
|
};
|
|
75
75
|
}, {
|
|
76
76
|
sideRef: import("vue").Ref<any>;
|
|
77
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:collapse" | "dragEnd" | "select" | "dragWidthEnd")[], "update:collapse" | "dragEnd" | "select" | "dragWidthEnd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
77
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:collapse" | "update:sideWidth" | "dragEnd" | "select" | "dragWidthEnd")[], "update:collapse" | "update:sideWidth" | "dragEnd" | "select" | "dragWidthEnd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
78
78
|
menus: {
|
|
79
79
|
type: __PropType<MenuType[]>;
|
|
80
80
|
required: true;
|
|
@@ -91,7 +91,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
91
91
|
type: __PropType<string | undefined>;
|
|
92
92
|
required: false;
|
|
93
93
|
};
|
|
94
|
-
|
|
94
|
+
sideWidth: {
|
|
95
95
|
type: __PropType<string | number | undefined>;
|
|
96
96
|
required: false;
|
|
97
97
|
};
|
|
@@ -148,6 +148,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
148
148
|
};
|
|
149
149
|
}>> & {
|
|
150
150
|
"onUpdate:collapse"?: ((...args: any[]) => any) | undefined;
|
|
151
|
+
"onUpdate:sideWidth"?: ((...args: any[]) => any) | undefined;
|
|
151
152
|
onDragEnd?: ((...args: any[]) => any) | undefined;
|
|
152
153
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
153
154
|
onDragWidthEnd?: ((...args: any[]) => any) | undefined;
|