vft 0.0.317 → 0.0.320
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/es/component.js +157 -155
- package/es/components/avatar-stack/avatar-stack.vue.d.ts +12 -0
- package/es/components/avatar-stack/avatar-stack.vue.js +4 -0
- package/es/components/avatar-stack/avatar-stack.vue2.js +69 -0
- package/es/components/avatar-stack/index.d.ts +43 -0
- package/es/components/avatar-stack/index.js +12 -0
- package/es/components/avatar-stack/style/css.d.ts +4 -0
- package/es/components/avatar-stack/style/css.js +6 -0
- package/es/components/avatar-stack/style/index.d.ts +4 -0
- package/es/components/avatar-stack/style/index.js +6 -0
- package/es/components/avatar-stack/types.d.ts +14 -0
- package/es/components/avatar-stack/types.js +1 -0
- package/es/components/button/index.d.ts +9 -9
- package/es/components/color-picker/color-picker.vue2.js +1 -1
- package/es/components/form/form-item.vue.d.ts +1 -1
- package/es/components/form/index.d.ts +30 -30
- package/es/components/index.d.ts +13 -12
- package/es/components/index.js +421 -419
- package/es/components/list-cell/list-cell.vue2.js +36 -36
- package/es/components/popconfirm/index.d.ts +15 -15
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/components/super-form/component-map.d.ts +6 -0
- package/es/components/super-form/component-map.js +42 -30
- package/es/components/super-form/style/css.d.ts +6 -0
- package/es/components/super-form/style/css.js +15 -6
- package/es/components/super-form/style/index.d.ts +6 -0
- package/es/components/super-form/style/index.js +16 -7
- package/es/components/super-form/super-form-item.vue2.js +217 -199
- package/es/components/super-form/use/helper.js +137 -23
- package/es/components/table/style/css.js +15 -6
- package/es/components/table/style/index.js +16 -7
- package/es/components/tree/index.d.ts +5 -5
- package/es/components/tree/tree.vue.d.ts +2 -2
- package/es/components/upload/index.d.ts +15 -15
- package/es/components/upload/upload-content.vue.d.ts +1 -1
- package/es/components/upload/upload-content.vue2.js +51 -47
- package/es/components/upload/upload-list.vue2.js +70 -66
- package/es/components/upload/upload.vue.d.ts +1 -1
- package/es/components/upload/upload.vue2.js +30 -30
- package/es/index.js +562 -560
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/component.cjs +1 -1
- package/lib/components/avatar-stack/avatar-stack.vue.cjs +1 -0
- package/lib/components/avatar-stack/avatar-stack.vue.d.ts +12 -0
- package/lib/components/avatar-stack/avatar-stack.vue2.cjs +1 -0
- package/lib/components/avatar-stack/index.cjs +1 -0
- package/lib/components/avatar-stack/index.d.ts +43 -0
- package/lib/components/avatar-stack/style/css.cjs +1 -0
- package/lib/components/avatar-stack/style/css.d.ts +4 -0
- package/lib/components/avatar-stack/style/index.cjs +1 -0
- package/lib/components/avatar-stack/style/index.d.ts +4 -0
- package/lib/components/avatar-stack/types.cjs +1 -0
- package/lib/components/avatar-stack/types.d.ts +14 -0
- package/lib/components/button/index.d.ts +9 -9
- package/lib/components/color-picker/color-picker.vue2.cjs +1 -1
- package/lib/components/form/form-item.vue.d.ts +1 -1
- package/lib/components/form/index.d.ts +30 -30
- package/lib/components/index.cjs +1 -1
- package/lib/components/index.d.ts +13 -12
- package/lib/components/list-cell/list-cell.vue2.cjs +1 -1
- package/lib/components/popconfirm/index.d.ts +15 -15
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/lib/components/super-form/component-map.cjs +1 -1
- package/lib/components/super-form/component-map.d.ts +6 -0
- package/lib/components/super-form/style/css.cjs +1 -1
- package/lib/components/super-form/style/css.d.ts +6 -0
- package/lib/components/super-form/style/index.cjs +1 -1
- package/lib/components/super-form/style/index.d.ts +6 -0
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/components/super-form/use/helper.cjs +1 -1
- package/lib/components/table/style/css.cjs +1 -1
- package/lib/components/table/style/index.cjs +1 -1
- package/lib/components/tree/index.d.ts +5 -5
- package/lib/components/tree/tree.vue.d.ts +2 -2
- package/lib/components/upload/index.d.ts +15 -15
- package/lib/components/upload/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/upload-content.vue2.cjs +1 -1
- package/lib/components/upload/upload-list.vue2.cjs +1 -1
- package/lib/components/upload/upload.vue.d.ts +1 -1
- 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/package.json +4 -4
- package/theme-style/index.css +1 -1
- package/theme-style/src/avatar-stack.scss +38 -0
- package/theme-style/src/common/var.scss +16 -2
- package/theme-style/src/index.scss +1 -0
- package/theme-style/src/super-form.scss +6 -1
- package/theme-style/vft-avatar-stack.css +1 -0
- package/theme-style/vft-super-form.css +1 -1
- package/web-types.json +1 -1
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as h, ref as y, computed as x, createElementBlock as m, openBlock as r, normalizeClass as c, 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
|
-
import { VNode as
|
|
4
|
+
import { VNode as b, singleAttrToObj as E } from "@vft/utils";
|
|
5
5
|
import { addUnit as v } from "../../utils/helper.js";
|
|
6
|
-
import { generateCssVars as
|
|
6
|
+
import { generateCssVars as H } from "../../utils/ns-cover.js";
|
|
7
7
|
import "lodash-es";
|
|
8
|
-
import { useNamespace as
|
|
8
|
+
import { useNamespace as S } from "../../hooks/use-namespace/index.js";
|
|
9
9
|
import "../../hooks/use-model-toggle/index.js";
|
|
10
10
|
import "@popperjs/core";
|
|
11
11
|
import "../../hooks/use-z-index/index.js";
|
|
12
|
-
const
|
|
12
|
+
const j = ["onClick"], A = h({
|
|
13
13
|
name: "vft-list-cell"
|
|
14
|
-
}),
|
|
15
|
-
...
|
|
14
|
+
}), Q = /* @__PURE__ */ h({
|
|
15
|
+
...A,
|
|
16
16
|
props: {
|
|
17
17
|
list: { default: () => [] },
|
|
18
18
|
cellHeight: { default: 50 },
|
|
@@ -20,53 +20,53 @@ const S = ["onClick"], j = k({
|
|
|
20
20
|
activeIndex: {}
|
|
21
21
|
},
|
|
22
22
|
emits: ["item-click"],
|
|
23
|
-
setup(
|
|
24
|
-
const
|
|
23
|
+
setup(i, { emit: k }) {
|
|
24
|
+
const n = S("list-cell"), C = k, u = y(i.activeIndex), I = x(() => H(
|
|
25
25
|
{
|
|
26
|
-
height: v(
|
|
27
|
-
"left-text-distance": v(
|
|
26
|
+
height: v(i.cellHeight),
|
|
27
|
+
"left-text-distance": v(i.leftTextDistance)
|
|
28
28
|
},
|
|
29
29
|
"list-cell"
|
|
30
30
|
));
|
|
31
|
-
function
|
|
32
|
-
|
|
31
|
+
function _(o, l) {
|
|
32
|
+
u.value = l, C("item-click", o, l);
|
|
33
33
|
}
|
|
34
|
-
const
|
|
34
|
+
const s = (o, l = {}) => E(o, "icon", {
|
|
35
35
|
size: 16,
|
|
36
|
-
...
|
|
36
|
+
...l
|
|
37
37
|
});
|
|
38
|
-
return (
|
|
39
|
-
style: V(
|
|
40
|
-
class:
|
|
38
|
+
return (o, l) => (r(), m("div", {
|
|
39
|
+
style: V(I.value),
|
|
40
|
+
class: c(e(n).b())
|
|
41
41
|
}, [
|
|
42
|
-
(r(!0),
|
|
43
|
-
onClick: (
|
|
44
|
-
key:
|
|
45
|
-
class:
|
|
42
|
+
(r(!0), m(N, null, z(o.list, (t, a) => (r(), m("div", {
|
|
43
|
+
onClick: (F) => _(t, a),
|
|
44
|
+
key: a,
|
|
45
|
+
class: c([e(n).e("item"), e(n).is("active", u.value === a)])
|
|
46
46
|
}, [
|
|
47
|
-
|
|
48
|
-
class:
|
|
47
|
+
f("div", {
|
|
48
|
+
class: c(e(n).m("left"))
|
|
49
49
|
}, [
|
|
50
|
-
B(e(g), d({ ref_for: !0 },
|
|
51
|
-
|
|
52
|
-
class:
|
|
53
|
-
}, D(
|
|
50
|
+
B(e(g), d({ ref_for: !0 }, s(t.leftIcon)), null, 16),
|
|
51
|
+
f("span", {
|
|
52
|
+
class: c(e(n).e("text"))
|
|
53
|
+
}, D(t.text), 3)
|
|
54
54
|
], 2),
|
|
55
|
-
|
|
56
|
-
class:
|
|
55
|
+
f("div", {
|
|
56
|
+
class: c(e(n).m("right"))
|
|
57
57
|
}, [
|
|
58
|
-
|
|
58
|
+
t?.rightContent ? (r(), p(e(b), {
|
|
59
59
|
key: 0,
|
|
60
|
-
content:
|
|
61
|
-
}, null, 8, ["content"])) : (r(), p(e(g), d({
|
|
60
|
+
content: t.rightContent
|
|
61
|
+
}, null, 8, ["content"])) : s(t.rightIcon)?.icon ? (r(), p(e(g), d({
|
|
62
62
|
key: 1,
|
|
63
63
|
ref_for: !0
|
|
64
|
-
},
|
|
64
|
+
}, s(t.rightIcon)), null, 16)) : T("", !0)
|
|
65
65
|
], 2)
|
|
66
|
-
], 10,
|
|
66
|
+
], 10, j))), 128))
|
|
67
67
|
], 6));
|
|
68
68
|
}
|
|
69
69
|
});
|
|
70
70
|
export {
|
|
71
|
-
|
|
71
|
+
Q as default
|
|
72
72
|
};
|
|
@@ -7,14 +7,14 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
7
7
|
type: import("vue").PropType<string | number>;
|
|
8
8
|
default: number;
|
|
9
9
|
};
|
|
10
|
-
icon: {
|
|
11
|
-
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
10
|
teleported: {
|
|
15
11
|
type: import("vue").PropType<boolean>;
|
|
16
12
|
default: boolean;
|
|
17
13
|
};
|
|
14
|
+
icon: {
|
|
15
|
+
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
18
|
hideAfter: {
|
|
19
19
|
type: import("vue").PropType<number>;
|
|
20
20
|
default: number;
|
|
@@ -52,8 +52,8 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
52
52
|
cancel: (val: MouseEvent) => void;
|
|
53
53
|
}, import("vue").PublicProps, {
|
|
54
54
|
width: string | number;
|
|
55
|
-
icon: string | import("vft/es/vft").IconProps;
|
|
56
55
|
teleported: boolean;
|
|
56
|
+
icon: string | import("vft/es/vft").IconProps;
|
|
57
57
|
hideAfter: number;
|
|
58
58
|
persistent: boolean;
|
|
59
59
|
confirmButtonType: import("vft/es/vft").ButtonType;
|
|
@@ -74,14 +74,14 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
74
74
|
type: import("vue").PropType<string | number>;
|
|
75
75
|
default: number;
|
|
76
76
|
};
|
|
77
|
-
icon: {
|
|
78
|
-
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
79
|
-
default: string;
|
|
80
|
-
};
|
|
81
77
|
teleported: {
|
|
82
78
|
type: import("vue").PropType<boolean>;
|
|
83
79
|
default: boolean;
|
|
84
80
|
};
|
|
81
|
+
icon: {
|
|
82
|
+
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
83
|
+
default: string;
|
|
84
|
+
};
|
|
85
85
|
hideAfter: {
|
|
86
86
|
type: import("vue").PropType<number>;
|
|
87
87
|
default: number;
|
|
@@ -116,8 +116,8 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
116
116
|
onConfirm?: ((val: MouseEvent) => any) | undefined;
|
|
117
117
|
}>, {}, {}, {}, {}, {
|
|
118
118
|
width: string | number;
|
|
119
|
-
icon: string | import("vft/es/vft").IconProps;
|
|
120
119
|
teleported: boolean;
|
|
120
|
+
icon: string | import("vft/es/vft").IconProps;
|
|
121
121
|
hideAfter: number;
|
|
122
122
|
persistent: boolean;
|
|
123
123
|
confirmButtonType: import("vft/es/vft").ButtonType;
|
|
@@ -135,14 +135,14 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
135
135
|
type: import("vue").PropType<string | number>;
|
|
136
136
|
default: number;
|
|
137
137
|
};
|
|
138
|
-
icon: {
|
|
139
|
-
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
140
|
-
default: string;
|
|
141
|
-
};
|
|
142
138
|
teleported: {
|
|
143
139
|
type: import("vue").PropType<boolean>;
|
|
144
140
|
default: boolean;
|
|
145
141
|
};
|
|
142
|
+
icon: {
|
|
143
|
+
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
144
|
+
default: string;
|
|
145
|
+
};
|
|
146
146
|
hideAfter: {
|
|
147
147
|
type: import("vue").PropType<number>;
|
|
148
148
|
default: number;
|
|
@@ -180,8 +180,8 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
|
|
|
180
180
|
cancel: (val: MouseEvent) => void;
|
|
181
181
|
}, string, {
|
|
182
182
|
width: string | number;
|
|
183
|
-
icon: string | import("vft/es/vft").IconProps;
|
|
184
183
|
teleported: boolean;
|
|
184
|
+
icon: string | import("vft/es/vft").IconProps;
|
|
185
185
|
hideAfter: number;
|
|
186
186
|
persistent: boolean;
|
|
187
187
|
confirmButtonType: import("vft/es/vft").ButtonType;
|
|
@@ -43,8 +43,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
43
43
|
onConfirm?: ((val: MouseEvent) => any) | undefined;
|
|
44
44
|
}>, {
|
|
45
45
|
width: string | number;
|
|
46
|
-
icon: string | IconProps;
|
|
47
46
|
teleported: boolean;
|
|
47
|
+
icon: string | IconProps;
|
|
48
48
|
hideAfter: number;
|
|
49
49
|
persistent: boolean;
|
|
50
50
|
confirmButtonType: ButtonType;
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
import type { Component } from 'vue';
|
|
2
2
|
export declare enum FormCompEnum {
|
|
3
|
+
AUTOCOMPLETE = "autocomplete",
|
|
4
|
+
Cascader = "cascader",
|
|
5
|
+
ColorPicker = "colorPicker",
|
|
3
6
|
INPUT = "input",
|
|
4
7
|
INPUT_NUMBER = "input-number",
|
|
5
8
|
INPUT_NUMBER_STEP = "input-number-step",
|
|
9
|
+
INPUT_TAG = "input-tag",
|
|
6
10
|
PASSWORD = "password",
|
|
7
11
|
TEXTAREA = "textarea",
|
|
12
|
+
Slider = "slider",
|
|
8
13
|
DIVIDER = "divider",
|
|
9
14
|
SELECT = "select",
|
|
10
15
|
SEARCH = "search",
|
|
@@ -15,6 +20,7 @@ export declare enum FormCompEnum {
|
|
|
15
20
|
CHECKBOX_SINGLE = "checkbox_single",
|
|
16
21
|
CHECKBOX_BUTTON = "checkbox-button",
|
|
17
22
|
SWITCH = "switch",
|
|
23
|
+
Upload = "upload",
|
|
18
24
|
TIME_PICKER = "time-picker",
|
|
19
25
|
TIMERANGE_PICKER = "time-picker",
|
|
20
26
|
YEAR_PICKER = "year",
|
|
@@ -1,30 +1,42 @@
|
|
|
1
|
-
import { VftCheckboxGroup as
|
|
1
|
+
import { VftCheckboxGroup as r, VftCheckbox as f } from "../checkbox/index.js";
|
|
2
2
|
import { VftDatePicker as i } from "../date-picker/index.js";
|
|
3
|
-
import { VftDivider as
|
|
3
|
+
import { VftDivider as n } from "../divider/index.js";
|
|
4
4
|
import { VftInput as a } from "../input/index.js";
|
|
5
|
-
import { VftInputNumber as
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
5
|
+
import { VftInputNumber as I } from "../input-number/index.js";
|
|
6
|
+
import { VftInputTag as o } from "../input-tag/index.js";
|
|
7
|
+
import { VftAutocomplete as T } from "../autocomplete/index.js";
|
|
8
|
+
import { VftCascader as R } from "../cascader/index.js";
|
|
9
|
+
import { VftColorPicker as l } from "../color-picker/index.js";
|
|
10
|
+
import { VftRadioGroup as s, VftRadio as P } from "../radio/index.js";
|
|
11
|
+
import { VftSearch as k } from "../search/index.js";
|
|
12
|
+
import { VftSelect as _ } from "../select/index.js";
|
|
13
|
+
import { VftSwitch as h } from "../switch/index.js";
|
|
10
14
|
import { VftTimePicker as c } from "../time-picker/index.js";
|
|
11
|
-
|
|
15
|
+
import { VftUpload as p } from "../upload/index.js";
|
|
16
|
+
import { VftSlider as g } from "../slider/index.js";
|
|
17
|
+
var A = /* @__PURE__ */ ((e) => (e.AUTOCOMPLETE = "autocomplete", e.Cascader = "cascader", e.ColorPicker = "colorPicker", e.INPUT = "input", e.INPUT_NUMBER = "input-number", e.INPUT_NUMBER_STEP = "input-number-step", e.INPUT_TAG = "input-tag", e.PASSWORD = "password", e.TEXTAREA = "textarea", e.Slider = "slider", e.DIVIDER = "divider", e.SELECT = "select", e.SEARCH = "search", e.RADIO = "radio", e.RADIO_SINGLE = "radio_single", e.RADIO_BUTTON = "radio-button", e.CHECKBOX = "checkbox", e.CHECKBOX_SINGLE = "checkbox_single", e.CHECKBOX_BUTTON = "checkbox-button", e.SWITCH = "switch", e.Upload = "upload", e.TIME_PICKER = "time-picker", e.TIMERANGE_PICKER = "time-picker", e.YEAR_PICKER = "year", e.MONTH_PICKER = "month", e.DATE_PICKER = "date", e.DATES_PICKER = "dates", e.DATETIME_PICKER = "datetime", e.WEEK_PICKER = "week", e.DATETIMERANGE_PICKER = "datetimerange", e.DATERANGE_PICKER = "daterange", e.MONTHRANGE_PICKER = "monthrange", e))(A || {});
|
|
12
18
|
const t = /* @__PURE__ */ new Map();
|
|
19
|
+
t.set("autocomplete", T);
|
|
20
|
+
t.set("cascader", R);
|
|
21
|
+
t.set("colorPicker", l);
|
|
22
|
+
t.set("slider", g);
|
|
23
|
+
t.set("upload", p);
|
|
13
24
|
t.set("input", a);
|
|
14
25
|
t.set("password", a);
|
|
15
26
|
t.set("textarea", a);
|
|
16
27
|
t.set("input-number", a);
|
|
17
|
-
t.set("input-number-step",
|
|
18
|
-
t.set("
|
|
19
|
-
t.set("
|
|
20
|
-
t.set("
|
|
21
|
-
t.set("
|
|
22
|
-
t.set("
|
|
23
|
-
t.set("
|
|
24
|
-
t.set("
|
|
25
|
-
t.set("
|
|
26
|
-
t.set("
|
|
27
|
-
t.set("
|
|
28
|
+
t.set("input-number-step", I);
|
|
29
|
+
t.set("input-tag", o);
|
|
30
|
+
t.set("switch", h);
|
|
31
|
+
t.set("select", _);
|
|
32
|
+
t.set("search", k);
|
|
33
|
+
t.set("radio", s);
|
|
34
|
+
t.set("radio_single", P);
|
|
35
|
+
t.set("radio-button", s);
|
|
36
|
+
t.set("checkbox", r);
|
|
37
|
+
t.set("checkbox_single", f);
|
|
38
|
+
t.set("checkbox-button", r);
|
|
39
|
+
t.set("divider", n);
|
|
28
40
|
t.set("time-picker", c);
|
|
29
41
|
t.set("time-picker", c);
|
|
30
42
|
t.set("year", i);
|
|
@@ -36,25 +48,25 @@ t.set("week", i);
|
|
|
36
48
|
t.set("datetimerange", i);
|
|
37
49
|
t.set("daterange", i);
|
|
38
50
|
t.set("monthrange", i);
|
|
39
|
-
function
|
|
51
|
+
function v(e, d) {
|
|
40
52
|
t.set(e, d);
|
|
41
53
|
}
|
|
42
|
-
function
|
|
54
|
+
function L(e) {
|
|
43
55
|
t.delete(e);
|
|
44
56
|
}
|
|
45
|
-
const
|
|
57
|
+
const X = (e) => [
|
|
46
58
|
"datetimerange",
|
|
47
59
|
"daterange",
|
|
48
60
|
"monthrange"
|
|
49
61
|
/* MONTHRANGE_PICKER */
|
|
50
|
-
].includes(e),
|
|
62
|
+
].includes(e), y = (e) => [
|
|
51
63
|
"input",
|
|
52
64
|
"input-number",
|
|
53
65
|
"password",
|
|
54
66
|
"textarea",
|
|
55
67
|
"search"
|
|
56
68
|
/* SEARCH */
|
|
57
|
-
].includes(e),
|
|
69
|
+
].includes(e), W = (e) => [
|
|
58
70
|
"year",
|
|
59
71
|
"month",
|
|
60
72
|
"date",
|
|
@@ -67,11 +79,11 @@ const o = (e) => [
|
|
|
67
79
|
/* MONTHRANGE_PICKER */
|
|
68
80
|
].includes(e);
|
|
69
81
|
export {
|
|
70
|
-
|
|
71
|
-
|
|
82
|
+
A as FormCompEnum,
|
|
83
|
+
v as add,
|
|
72
84
|
t as componentMap,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
85
|
+
L as del,
|
|
86
|
+
W as isDatePicker,
|
|
87
|
+
y as isInput,
|
|
88
|
+
X as isRangePicker
|
|
77
89
|
};
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import 'vft/es/components/autocomplete/style/css';
|
|
2
|
+
import 'vft/es/components/slider/style/css';
|
|
3
|
+
import 'vft/es/components/cascader/style/css';
|
|
4
|
+
import 'vft/es/components/color-picker/style/css';
|
|
5
|
+
import 'vft/es/components/upload/style/css';
|
|
1
6
|
import 'vft/es/components/input/style/css';
|
|
2
7
|
import 'vft/es/components/input-number/style/css';
|
|
8
|
+
import 'vft/es/components/input-tag/style/css';
|
|
3
9
|
import 'vft/es/components/checkbox/style/css';
|
|
4
10
|
import 'vft/es/components/check-tag/style/css';
|
|
5
11
|
import 'vft/es/components/checkbox-button/style/css';
|
|
@@ -1,20 +1,29 @@
|
|
|
1
1
|
import "vft/theme-style/base.css";
|
|
2
|
+
import "vft/theme-style/vft-autocomplete.css";
|
|
2
3
|
import "vft/theme-style/vft-input.css";
|
|
4
|
+
import "vft/theme-style/vft-scrollbar.css";
|
|
5
|
+
import "vft/theme-style/vft-popper.css";
|
|
6
|
+
import "vft/theme-style/vft-slider.css";
|
|
3
7
|
import "vft/theme-style/vft-input-number.css";
|
|
8
|
+
import "vft/theme-style/vft-tooltip.css";
|
|
9
|
+
import "vft/theme-style/vft-tag.css";
|
|
4
10
|
import "vft/theme-style/vft-checkbox.css";
|
|
11
|
+
import "vft/theme-style/vft-radio.css";
|
|
12
|
+
import "vft/theme-style/vft-cascader-panel.css";
|
|
13
|
+
import "vft/theme-style/vft-cascader.css";
|
|
14
|
+
import "vft/theme-style/vft-color-picker.css";
|
|
15
|
+
import "vft/theme-style/vft-icon.css";
|
|
16
|
+
import "vft/theme-style/vft-button.css";
|
|
17
|
+
import "vft/theme-style/vft-progress.css";
|
|
18
|
+
import "vft/theme-style/vft-upload.css";
|
|
19
|
+
import "vft/theme-style/vft-input-tag.css";
|
|
5
20
|
import "vft/theme-style/vft-check-tag.css";
|
|
6
21
|
import "vft/theme-style/vft-checkbox-button.css";
|
|
7
22
|
import "vft/theme-style/vft-checkbox-group.css";
|
|
8
|
-
import "vft/theme-style/vft-radio.css";
|
|
9
23
|
import "vft/theme-style/vft-radio-group.css";
|
|
10
24
|
import "vft/theme-style/vft-radio-button.css";
|
|
11
25
|
import "vft/theme-style/vft-date-picker.css";
|
|
12
|
-
import "vft/theme-style/vft-scrollbar.css";
|
|
13
|
-
import "vft/theme-style/vft-popper.css";
|
|
14
|
-
import "vft/theme-style/vft-icon.css";
|
|
15
|
-
import "vft/theme-style/vft-button.css";
|
|
16
26
|
import "vft/theme-style/vft-time-picker.css";
|
|
17
|
-
import "vft/theme-style/vft-tag.css";
|
|
18
27
|
import "vft/theme-style/vft-virtual-list.css";
|
|
19
28
|
import "vft/theme-style/vft-select.css";
|
|
20
29
|
import "vft/theme-style/vft-switch.css";
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import 'vft/es/components/autocomplete/style';
|
|
2
|
+
import 'vft/es/components/cascader/style';
|
|
3
|
+
import 'vft/es/components/slider/style';
|
|
4
|
+
import 'vft/es/components/color-picker/style';
|
|
5
|
+
import 'vft/es/components/upload/style';
|
|
1
6
|
import 'vft/es/components/input/style';
|
|
2
7
|
import 'vft/es/components/input-number/style';
|
|
8
|
+
import 'vft/es/components/input-tag/style';
|
|
3
9
|
import 'vft/es/components/checkbox/style';
|
|
4
10
|
import 'vft/es/components/check-tag/style';
|
|
5
11
|
import 'vft/es/components/checkbox-button/style';
|
|
@@ -1,20 +1,29 @@
|
|
|
1
1
|
import "vft/theme-style/src/base.scss";
|
|
2
|
+
import "vft/theme-style/src/autocomplete.scss";
|
|
2
3
|
import "vft/theme-style/src/input.scss";
|
|
3
|
-
import "vft/theme-style/src/
|
|
4
|
+
import "vft/theme-style/src/scrollbar.scss";
|
|
5
|
+
import "vft/theme-style/src/popper.scss";
|
|
6
|
+
import "vft/theme-style/src/tag.scss";
|
|
4
7
|
import "vft/theme-style/src/checkbox.scss";
|
|
8
|
+
import "vft/theme-style/src/radio.scss";
|
|
9
|
+
import "vft/theme-style/src/cascader-panel.scss";
|
|
10
|
+
import "vft/theme-style/src/cascader.scss";
|
|
11
|
+
import "vft/theme-style/src/slider.scss";
|
|
12
|
+
import "vft/theme-style/src/input-number.scss";
|
|
13
|
+
import "vft/theme-style/src/tooltip.scss";
|
|
14
|
+
import "vft/theme-style/src/color-picker.scss";
|
|
15
|
+
import "vft/theme-style/src/icon.scss";
|
|
16
|
+
import "vft/theme-style/src/button.scss";
|
|
17
|
+
import "vft/theme-style/src/progress.scss";
|
|
18
|
+
import "vft/theme-style/src/upload.scss";
|
|
19
|
+
import "vft/theme-style/src/input-tag.scss";
|
|
5
20
|
import "vft/theme-style/src/check-tag.scss";
|
|
6
21
|
import "vft/theme-style/src/checkbox-button.scss";
|
|
7
22
|
import "vft/theme-style/src/checkbox-group.scss";
|
|
8
|
-
import "vft/theme-style/src/radio.scss";
|
|
9
23
|
import "vft/theme-style/src/radio-group.scss";
|
|
10
24
|
import "vft/theme-style/src/radio-button.scss";
|
|
11
|
-
import "vft/theme-style/src/scrollbar.scss";
|
|
12
|
-
import "vft/theme-style/src/popper.scss";
|
|
13
|
-
import "vft/theme-style/src/icon.scss";
|
|
14
|
-
import "vft/theme-style/src/button.scss";
|
|
15
25
|
import "vft/theme-style/src/date-picker.scss";
|
|
16
26
|
import "vft/theme-style/src/time-picker.scss";
|
|
17
|
-
import "vft/theme-style/src/tag.scss";
|
|
18
27
|
import "vft/theme-style/src/virtual-list.scss";
|
|
19
28
|
import "vft/theme-style/src/select.scss";
|
|
20
29
|
import "vft/theme-style/src/switch.scss";
|