vft 0.0.88 → 0.0.90
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/components/context-menu/style/css.js +0 -7
- package/es/components/context-menu/style/index.js +0 -7
- package/es/components/dropdown/style/css.js +5 -0
- package/es/components/dropdown/style/index.js +5 -0
- package/es/components/horizontal-menu/style/css.js +1 -0
- package/es/components/horizontal-menu/style/index.js +1 -0
- package/es/components/index.js +50 -48
- package/es/components/menu-item/style/css.js +1 -0
- package/es/components/menu-item/style/index.js +1 -0
- package/es/components/side-menu/style/css.js +1 -0
- package/es/components/side-menu/style/index.js +1 -0
- package/es/components/table/index.js +5 -3
- package/es/index.js +111 -109
- package/es/package.json.js +1 -1
- package/lib/components/context-menu/style/css.cjs +1 -1
- package/lib/components/context-menu/style/index.cjs +1 -1
- package/lib/components/dropdown/style/css.cjs +1 -1
- package/lib/components/dropdown/style/index.cjs +1 -1
- package/lib/components/horizontal-menu/style/css.cjs +1 -1
- package/lib/components/horizontal-menu/style/index.cjs +1 -1
- package/lib/components/index.cjs +1 -1
- package/lib/components/menu-item/style/css.cjs +1 -1
- package/lib/components/menu-item/style/index.cjs +1 -1
- package/lib/components/side-menu/style/css.cjs +1 -1
- package/lib/components/side-menu/style/index.cjs +1 -1
- package/lib/components/table/index.cjs +1 -1
- 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/index.css +1 -1
- package/theme-style/src/context-menu.scss +0 -12
- package/theme-style/vft-context-menu.css +0 -1
- package/web-types.json +1 -1
|
@@ -1,9 +1,2 @@
|
|
|
1
1
|
import "vft/theme-style/base.css";
|
|
2
|
-
import "vft/theme-style/vft-tooltip.css";
|
|
3
|
-
import "vft/theme-style/vft-popper.css";
|
|
4
|
-
import "vft/theme-style/vft-icon.css";
|
|
5
|
-
import "vft/theme-style/vft-menu.css";
|
|
6
|
-
import "vft/theme-style/vft-sub-menu.css";
|
|
7
|
-
import "vft/theme-style/vft-menu-item.css";
|
|
8
|
-
import "vft/theme-style/vft-menu-item-group.css";
|
|
9
2
|
import "vft/theme-style/vft-context-menu.css";
|
|
@@ -1,9 +1,2 @@
|
|
|
1
1
|
import "vft/theme-style/src/base.scss";
|
|
2
|
-
import "vft/theme-style/src/tooltip.scss";
|
|
3
|
-
import "vft/theme-style/src/popper.scss";
|
|
4
|
-
import "vft/theme-style/src/icon.scss";
|
|
5
|
-
import "vft/theme-style/src/menu.scss";
|
|
6
|
-
import "vft/theme-style/src/sub-menu.scss";
|
|
7
|
-
import "vft/theme-style/src/menu-item.scss";
|
|
8
|
-
import "vft/theme-style/src/menu-item-group.scss";
|
|
9
2
|
import "vft/theme-style/src/context-menu.scss";
|
|
@@ -1,2 +1,7 @@
|
|
|
1
1
|
import "vft/theme-style/base.css";
|
|
2
|
+
import "vft/theme-style/vft-icon.css";
|
|
3
|
+
import "vft/theme-style/vft-button.css";
|
|
4
|
+
import "vft/theme-style/vft-button-group.css";
|
|
5
|
+
import "vft/theme-style/vft-popper.css";
|
|
6
|
+
import "vft/theme-style/vft-scrollbar.css";
|
|
2
7
|
import "vft/theme-style/vft-dropdown.css";
|
|
@@ -1,2 +1,7 @@
|
|
|
1
1
|
import "vft/theme-style/src/base.scss";
|
|
2
|
+
import "vft/theme-style/src/icon.scss";
|
|
3
|
+
import "vft/theme-style/src/button.scss";
|
|
4
|
+
import "vft/theme-style/src/button-group.scss";
|
|
5
|
+
import "vft/theme-style/src/scrollbar.scss";
|
|
6
|
+
import "vft/theme-style/src/popper.scss";
|
|
2
7
|
import "vft/theme-style/src/dropdown.scss";
|
|
@@ -3,6 +3,7 @@ import "vft/theme-style/vft-tooltip.css";
|
|
|
3
3
|
import "vft/theme-style/vft-popper.css";
|
|
4
4
|
import "vft/theme-style/vft-icon.css";
|
|
5
5
|
import "vft/theme-style/vft-menu.css";
|
|
6
|
+
import "vft/theme-style/vft-divider.css";
|
|
6
7
|
import "vft/theme-style/vft-menu-item.css";
|
|
7
8
|
import "vft/theme-style/vft-menu-item-group.css";
|
|
8
9
|
import "vft/theme-style/vft-sub-menu.css";
|
|
@@ -4,6 +4,7 @@ import "vft/theme-style/src/popper.scss";
|
|
|
4
4
|
import "vft/theme-style/src/icon.scss";
|
|
5
5
|
import "vft/theme-style/src/menu.scss";
|
|
6
6
|
import "vft/theme-style/src/sub-menu.scss";
|
|
7
|
+
import "vft/theme-style/src/divider.scss";
|
|
7
8
|
import "vft/theme-style/src/menu-item.scss";
|
|
8
9
|
import "vft/theme-style/src/menu-item-group.scss";
|
|
9
10
|
import "vft/theme-style/src/horizontal-menu.scss";
|
package/es/components/index.js
CHANGED
|
@@ -106,28 +106,29 @@ import { OnlyChild as Or } from "./slot/only-child.js";
|
|
|
106
106
|
import { default as Rr } from "./dropdown/dropdown-item-impl.vue.js";
|
|
107
107
|
import { selectV2InjectionKey as wr } from "./select-v2/token.js";
|
|
108
108
|
import { selectGroupKey as zr, selectKey as Nr } from "./select/token.js";
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
109
|
+
import { INDEX as Hr } from "./table/columns.js";
|
|
110
|
+
import { useDialog as Jr } from "./dialog/hooks/use-dialog.js";
|
|
111
|
+
import { dialogInjectionKey as jr } from "./dialog/constants.js";
|
|
112
|
+
import { rowContextKey as Wr } from "./row/constants.js";
|
|
113
|
+
import { MenuTypeEnum as Xr } from "./horizontal-menu/constants.js";
|
|
114
|
+
import { buildTimeList as $r, dateEquals as of, extractDateFormat as tf, extractTimeFormat as ef, formatter as rf, makeList as ff, parseDate as pf, rangeArr as mf, valueEquals as xf } from "./time-picker/utils.js";
|
|
115
|
+
import { DEFAULT_FORMATS_DATE as Vf, DEFAULT_FORMATS_DATEPICKER as nf, DEFAULT_FORMATS_TIME as sf, timeUnits as lf } from "./time-picker/constants.js";
|
|
116
|
+
import { timePickerDefaultProps as df } from "./time-picker/common/props.js";
|
|
117
|
+
import { ROOT_PICKER_INJECTION_KEY as Cf, datePickerConfig as gf } from "./date-picker/constants.js";
|
|
118
|
+
import { datePickerProps as If } from "./date-picker/props/date-picker.js";
|
|
119
|
+
import { dragEventsKey as Df, useDragNodeHandler as yf } from "./tree/model/useDragNode.js";
|
|
120
|
+
import { getChildState as Mf } from "./tree/model/node.js";
|
|
121
|
+
import { spaceProps as Ef } from "./space/space.js";
|
|
122
|
+
import { useSpace as Kf } from "./space/use-space.js";
|
|
123
|
+
import { messageDefaults as Ff, messageTypes as kf } from "./message/types.js";
|
|
124
|
+
import { vLoading as Of, createLoadingDirective as Gf, vLoading as Rf } from "./loading/directive.js";
|
|
125
|
+
import { Loading as wf } from "./loading/service.js";
|
|
125
126
|
export {
|
|
126
127
|
yr as BAR_MAP,
|
|
127
128
|
Ee as CommonPicker,
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
129
|
+
Vf as DEFAULT_FORMATS_DATE,
|
|
130
|
+
nf as DEFAULT_FORMATS_DATEPICKER,
|
|
131
|
+
sf as DEFAULT_FORMATS_TIME,
|
|
131
132
|
Kr as DROPDOWN_INJECTION_KEY,
|
|
132
133
|
st as DynamicSizeGrid,
|
|
133
134
|
at as DynamicSizeList,
|
|
@@ -135,10 +136,11 @@ export {
|
|
|
135
136
|
Vt as FixedSizeGrid,
|
|
136
137
|
mt as FixedSizeList,
|
|
137
138
|
Sr as GAP,
|
|
139
|
+
Hr as INDEX,
|
|
138
140
|
f as Icon,
|
|
139
|
-
|
|
141
|
+
Xr as MenuTypeEnum,
|
|
140
142
|
De as Message,
|
|
141
|
-
|
|
143
|
+
Cf as ROOT_PICKER_INJECTION_KEY,
|
|
142
144
|
Ne as TOOLTIP_INJECTION_KEY,
|
|
143
145
|
Ae as TabsRootContextKey,
|
|
144
146
|
Ke as TimePickPanel,
|
|
@@ -191,8 +193,8 @@ export {
|
|
|
191
193
|
lo as VftLink,
|
|
192
194
|
At as VftListCell,
|
|
193
195
|
Me as VftLoading,
|
|
194
|
-
|
|
195
|
-
|
|
196
|
+
Of as VftLoadingDirective,
|
|
197
|
+
wf as VftLoadingService,
|
|
196
198
|
U as VftLogo,
|
|
197
199
|
Z as VftMain,
|
|
198
200
|
ge as VftMdCodeDemo,
|
|
@@ -244,47 +246,47 @@ export {
|
|
|
244
246
|
Xt as VftTree,
|
|
245
247
|
Mt as VftTreeSelect,
|
|
246
248
|
Et as VftVerifyCode,
|
|
247
|
-
|
|
249
|
+
$r as buildTimeList,
|
|
248
250
|
Cr as buttonGroupContextKey,
|
|
249
251
|
Tr as checkboxGroupContextKey,
|
|
250
252
|
qe as configProviderContextKey,
|
|
251
253
|
K as createContextMenu,
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
254
|
+
Gf as createLoadingDirective,
|
|
255
|
+
of as dateEquals,
|
|
256
|
+
gf as datePickerConfig,
|
|
257
|
+
If as datePickerProps,
|
|
256
258
|
v as destroyContextMenu,
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
259
|
+
jr as dialogInjectionKey,
|
|
260
|
+
Df as dragEventsKey,
|
|
261
|
+
tf as extractDateFormat,
|
|
262
|
+
ef as extractTimeFormat,
|
|
261
263
|
mr as formContextKey,
|
|
262
264
|
xr as formItemContextKey,
|
|
263
265
|
fr as formItemValidateStates,
|
|
264
|
-
|
|
265
|
-
|
|
266
|
+
rf as formatter,
|
|
267
|
+
Mf as getChildState,
|
|
266
268
|
Je as initAffixTabs,
|
|
267
|
-
|
|
269
|
+
ff as makeList,
|
|
268
270
|
We as messageConfig,
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
271
|
+
Ff as messageDefaults,
|
|
272
|
+
kf as messageTypes,
|
|
273
|
+
pf as parseDate,
|
|
272
274
|
Xe as provideGlobalConfig,
|
|
273
275
|
Pr as radioGroupKey,
|
|
274
|
-
|
|
276
|
+
mf as rangeArr,
|
|
275
277
|
Mr as renderThumbStyle,
|
|
276
|
-
|
|
278
|
+
Wr as rowContextKey,
|
|
277
279
|
Er as scrollbarContextKey,
|
|
278
280
|
zr as selectGroupKey,
|
|
279
281
|
Nr as selectKey,
|
|
280
282
|
wr as selectV2InjectionKey,
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
283
|
+
Ef as spaceProps,
|
|
284
|
+
df as timePickerDefaultProps,
|
|
285
|
+
lf as timeUnits,
|
|
284
286
|
k as useContextMenu,
|
|
285
|
-
|
|
287
|
+
Jr as useDialog,
|
|
286
288
|
ir as useDisabled,
|
|
287
|
-
|
|
289
|
+
yf as useDragNodeHandler,
|
|
288
290
|
Vr as useFormDisabled,
|
|
289
291
|
ur as useFormItem,
|
|
290
292
|
dr as useFormItemInputId,
|
|
@@ -293,11 +295,11 @@ export {
|
|
|
293
295
|
$e as useGlobalConfig,
|
|
294
296
|
tr as usePagination,
|
|
295
297
|
sr as useSize,
|
|
296
|
-
|
|
298
|
+
Kf as useSpace,
|
|
297
299
|
He as useTabDropdown,
|
|
298
300
|
Ye as useTabsDrag,
|
|
299
|
-
|
|
300
|
-
|
|
301
|
+
Rf as vLoading,
|
|
302
|
+
xf as valueEquals,
|
|
301
303
|
er as vftPaginationKey,
|
|
302
304
|
ut as virtualizedGridProps,
|
|
303
305
|
dt as virtualizedListProps,
|
|
@@ -4,6 +4,7 @@ import "vft/theme-style/vft-tooltip.css";
|
|
|
4
4
|
import "vft/theme-style/vft-popper.css";
|
|
5
5
|
import "vft/theme-style/vft-icon.css";
|
|
6
6
|
import "vft/theme-style/vft-menu.css";
|
|
7
|
+
import "vft/theme-style/vft-divider.css";
|
|
7
8
|
import "vft/theme-style/vft-menu-item.css";
|
|
8
9
|
import "vft/theme-style/vft-menu-item-group.css";
|
|
9
10
|
import "vft/theme-style/vft-sub-menu.css";
|
|
@@ -4,6 +4,7 @@ import "vft/theme-style/src/tooltip.scss";
|
|
|
4
4
|
import "vft/theme-style/src/popper.scss";
|
|
5
5
|
import "vft/theme-style/src/icon.scss";
|
|
6
6
|
import "vft/theme-style/src/menu.scss";
|
|
7
|
+
import "vft/theme-style/src/divider.scss";
|
|
7
8
|
import "vft/theme-style/src/menu-item.scss";
|
|
8
9
|
import "vft/theme-style/src/menu-item-group.scss";
|
|
9
10
|
import "vft/theme-style/src/sub-menu.scss";
|
|
@@ -5,8 +5,10 @@ import "lodash";
|
|
|
5
5
|
import "@vueuse/core";
|
|
6
6
|
import "../../utils/ns-cover.js";
|
|
7
7
|
import o from "./table.vue2.js";
|
|
8
|
-
|
|
8
|
+
import { INDEX as c } from "./columns.js";
|
|
9
|
+
const l = t(o);
|
|
9
10
|
export {
|
|
10
|
-
|
|
11
|
-
|
|
11
|
+
c as INDEX,
|
|
12
|
+
l as VftTable,
|
|
13
|
+
l as default
|
|
12
14
|
};
|