@vc-shell/framework 1.0.93 → 1.0.94
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/CHANGELOG.md +14 -1
- package/core/utilities/camelize.ts +5 -0
- package/core/utilities/generateId.ts +3 -0
- package/core/utilities/index.ts +2 -0
- package/core/utilities/kebabToCamel.ts +1 -1
- package/dist/core/utilities/camelize.d.ts +2 -0
- package/dist/core/utilities/camelize.d.ts.map +1 -0
- package/dist/core/utilities/generateId.d.ts +2 -0
- package/dist/core/utilities/generateId.d.ts.map +1 -0
- package/dist/core/utilities/index.d.ts +2 -0
- package/dist/core/utilities/index.d.ts.map +1 -1
- package/dist/core/utilities/kebabToCamel.d.ts +1 -0
- package/dist/core/utilities/kebabToCamel.d.ts.map +1 -1
- package/dist/framework.mjs +6293 -6076
- package/dist/index.css +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/molecules/index.d.ts +1 -0
- package/dist/ui/components/molecules/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/index.d.ts +42 -0
- package/dist/ui/components/molecules/vc-multivalue/index.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +66 -0
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts +16 -12
- package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +16 -12
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
- package/dist/ui/types/index.d.ts +1 -0
- package/dist/ui/types/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/ui/components/molecules/index.ts +1 -0
- package/ui/components/molecules/vc-multivalue/index.ts +3 -0
- package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +396 -0
- package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +17 -15
- package/ui/types/index.ts +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../ui/components/molecules/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../ui/components/molecules/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export declare const VcMultivalue: <T extends {
|
|
2
|
+
id?: string;
|
|
3
|
+
alias?: string;
|
|
4
|
+
}>(__VLS_props: import("./vc-multivalue.vue").Props<T> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: Pick<{
|
|
5
|
+
props: import("./vc-multivalue.vue").Props<T>;
|
|
6
|
+
expose(exposed: {}): void;
|
|
7
|
+
attrs: any;
|
|
8
|
+
slots: {
|
|
9
|
+
item?(_: {
|
|
10
|
+
item: T;
|
|
11
|
+
}): any;
|
|
12
|
+
error?(_: {}): any;
|
|
13
|
+
};
|
|
14
|
+
emit: import("./vc-multivalue.vue").Emits<T>;
|
|
15
|
+
}, "slots" | "attrs" | "emit">, __VLS_setup?: {
|
|
16
|
+
props: import("./vc-multivalue.vue").Props<T>;
|
|
17
|
+
expose(exposed: {}): void;
|
|
18
|
+
attrs: any;
|
|
19
|
+
slots: {
|
|
20
|
+
item?(_: {
|
|
21
|
+
item: T;
|
|
22
|
+
}): any;
|
|
23
|
+
error?(_: {}): any;
|
|
24
|
+
};
|
|
25
|
+
emit: import("./vc-multivalue.vue").Emits<T>;
|
|
26
|
+
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
}> & {
|
|
29
|
+
__ctx?: {
|
|
30
|
+
props: import("./vc-multivalue.vue").Props<T>;
|
|
31
|
+
expose(exposed: {}): void;
|
|
32
|
+
attrs: any;
|
|
33
|
+
slots: {
|
|
34
|
+
item?(_: {
|
|
35
|
+
item: T;
|
|
36
|
+
}): any;
|
|
37
|
+
error?(_: {}): any;
|
|
38
|
+
};
|
|
39
|
+
emit: import("./vc-multivalue.vue").Emits<T>;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-multivalue/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
export interface Props<T> {
|
|
2
|
+
placeholder?: string;
|
|
3
|
+
modelValue?: T[];
|
|
4
|
+
required?: boolean;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
type?: "text" | "number";
|
|
7
|
+
label?: string;
|
|
8
|
+
tooltip?: string;
|
|
9
|
+
name?: string;
|
|
10
|
+
options?: T[];
|
|
11
|
+
optionValue?: string;
|
|
12
|
+
optionLabel?: string;
|
|
13
|
+
emitValue?: string;
|
|
14
|
+
emitLabel?: string;
|
|
15
|
+
multivalue?: boolean;
|
|
16
|
+
error?: boolean;
|
|
17
|
+
errorMessage?: string;
|
|
18
|
+
}
|
|
19
|
+
export interface Emits<T> {
|
|
20
|
+
(event: "update:model-value", value: T[]): void;
|
|
21
|
+
(event: "close"): void;
|
|
22
|
+
(event: "search", value: string): void;
|
|
23
|
+
}
|
|
24
|
+
declare const _default: <T extends {
|
|
25
|
+
id?: string;
|
|
26
|
+
alias?: string;
|
|
27
|
+
}>(__VLS_props: Props<T> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: Pick<{
|
|
28
|
+
props: Props<T>;
|
|
29
|
+
expose(exposed: {}): void;
|
|
30
|
+
attrs: any;
|
|
31
|
+
slots: {
|
|
32
|
+
item?(_: {
|
|
33
|
+
item: T;
|
|
34
|
+
}): any;
|
|
35
|
+
error?(_: {}): any;
|
|
36
|
+
};
|
|
37
|
+
emit: Emits<T>;
|
|
38
|
+
}, "slots" | "attrs" | "emit">, __VLS_setup?: {
|
|
39
|
+
props: Props<T>;
|
|
40
|
+
expose(exposed: {}): void;
|
|
41
|
+
attrs: any;
|
|
42
|
+
slots: {
|
|
43
|
+
item?(_: {
|
|
44
|
+
item: T;
|
|
45
|
+
}): any;
|
|
46
|
+
error?(_: {}): any;
|
|
47
|
+
};
|
|
48
|
+
emit: Emits<T>;
|
|
49
|
+
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
50
|
+
[key: string]: any;
|
|
51
|
+
}> & {
|
|
52
|
+
__ctx?: {
|
|
53
|
+
props: Props<T>;
|
|
54
|
+
expose(exposed: {}): void;
|
|
55
|
+
attrs: any;
|
|
56
|
+
slots: {
|
|
57
|
+
item?(_: {
|
|
58
|
+
item: T;
|
|
59
|
+
}): any;
|
|
60
|
+
error?(_: {}): any;
|
|
61
|
+
};
|
|
62
|
+
emit: Emits<T>;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
export default _default;
|
|
66
|
+
//# sourceMappingURL=vc-multivalue.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vc-multivalue.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-multivalue/vc-multivalue.vue.ts"],"names":[],"mappings":"AAOA,MAAM,WAAW,KAAK,CAAC,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,CAAC,EAAE,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,CAAC,EAAE,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,KAAK,CAAC,CAAC;IACtB,CAAC,KAAK,EAAE,oBAAoB,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,IAAI,CAAC;IAChD,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACxC;;SAEgC,MAAM;YAAU,MAAM;;;yBAqehB,IAAI;WACpC,GAAG;;;;YAjCiB,GAAG;uBACF,GAAG;;;;;yBA+BQ,IAAI;WACpC,GAAG;;;;YAjCiB,GAAG;uBACF,GAAG;;;;;;;;6BA+BQ,IAAI;eACpC,GAAG;;;;gBAjCiB,GAAG;2BACF,GAAG;;;;;AAtc/B,wBA0ekE"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export declare const VcDynamicProperty: <T>(__VLS_props: {
|
|
2
2
|
property: T;
|
|
3
3
|
modelValue: any;
|
|
4
|
-
optionsGetter: (property: T, keyword?: string) => Promise<unknown[]>;
|
|
4
|
+
optionsGetter: (property: T, keyword?: string) => unknown[] | Promise<unknown[]>;
|
|
5
5
|
required: boolean;
|
|
6
|
-
multivalue
|
|
6
|
+
multivalue?: boolean;
|
|
7
7
|
valueType: string;
|
|
8
|
-
dictionary
|
|
8
|
+
dictionary?: boolean;
|
|
9
9
|
name: string;
|
|
10
10
|
optionsValue?: string;
|
|
11
11
|
optionsLabel?: string;
|
|
@@ -19,15 +19,16 @@ export declare const VcDynamicProperty: <T>(__VLS_props: {
|
|
|
19
19
|
regex: string;
|
|
20
20
|
};
|
|
21
21
|
disabled?: boolean;
|
|
22
|
+
placeholder?: string;
|
|
22
23
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: Pick<{
|
|
23
24
|
props: {
|
|
24
25
|
property: T;
|
|
25
26
|
modelValue: any;
|
|
26
|
-
optionsGetter: (property: T, keyword?: string) => Promise<unknown[]>;
|
|
27
|
+
optionsGetter: (property: T, keyword?: string) => unknown[] | Promise<unknown[]>;
|
|
27
28
|
required: boolean;
|
|
28
|
-
multivalue
|
|
29
|
+
multivalue?: boolean;
|
|
29
30
|
valueType: string;
|
|
30
|
-
dictionary
|
|
31
|
+
dictionary?: boolean;
|
|
31
32
|
name: string;
|
|
32
33
|
optionsValue?: string;
|
|
33
34
|
optionsLabel?: string;
|
|
@@ -41,6 +42,7 @@ export declare const VcDynamicProperty: <T>(__VLS_props: {
|
|
|
41
42
|
regex: string;
|
|
42
43
|
};
|
|
43
44
|
disabled?: boolean;
|
|
45
|
+
placeholder?: string;
|
|
44
46
|
};
|
|
45
47
|
expose(exposed: {}): void;
|
|
46
48
|
attrs: any;
|
|
@@ -56,11 +58,11 @@ export declare const VcDynamicProperty: <T>(__VLS_props: {
|
|
|
56
58
|
props: {
|
|
57
59
|
property: T;
|
|
58
60
|
modelValue: any;
|
|
59
|
-
optionsGetter: (property: T, keyword?: string) => Promise<unknown[]>;
|
|
61
|
+
optionsGetter: (property: T, keyword?: string) => unknown[] | Promise<unknown[]>;
|
|
60
62
|
required: boolean;
|
|
61
|
-
multivalue
|
|
63
|
+
multivalue?: boolean;
|
|
62
64
|
valueType: string;
|
|
63
|
-
dictionary
|
|
65
|
+
dictionary?: boolean;
|
|
64
66
|
name: string;
|
|
65
67
|
optionsValue?: string;
|
|
66
68
|
optionsLabel?: string;
|
|
@@ -74,6 +76,7 @@ export declare const VcDynamicProperty: <T>(__VLS_props: {
|
|
|
74
76
|
regex: string;
|
|
75
77
|
};
|
|
76
78
|
disabled?: boolean;
|
|
79
|
+
placeholder?: string;
|
|
77
80
|
};
|
|
78
81
|
expose(exposed: {}): void;
|
|
79
82
|
attrs: any;
|
|
@@ -92,11 +95,11 @@ export declare const VcDynamicProperty: <T>(__VLS_props: {
|
|
|
92
95
|
props: {
|
|
93
96
|
property: T;
|
|
94
97
|
modelValue: any;
|
|
95
|
-
optionsGetter: (property: T, keyword?: string) => Promise<unknown[]>;
|
|
98
|
+
optionsGetter: (property: T, keyword?: string) => unknown[] | Promise<unknown[]>;
|
|
96
99
|
required: boolean;
|
|
97
|
-
multivalue
|
|
100
|
+
multivalue?: boolean;
|
|
98
101
|
valueType: string;
|
|
99
|
-
dictionary
|
|
102
|
+
dictionary?: boolean;
|
|
100
103
|
name: string;
|
|
101
104
|
optionsValue?: string;
|
|
102
105
|
optionsLabel?: string;
|
|
@@ -110,6 +113,7 @@ export declare const VcDynamicProperty: <T>(__VLS_props: {
|
|
|
110
113
|
regex: string;
|
|
111
114
|
};
|
|
112
115
|
disabled?: boolean;
|
|
116
|
+
placeholder?: string;
|
|
113
117
|
};
|
|
114
118
|
expose(exposed: {}): void;
|
|
115
119
|
attrs: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-dynamic-property/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-dynamic-property/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmB,CAAC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
declare const _default: <T>(__VLS_props: {
|
|
2
2
|
property: T;
|
|
3
3
|
modelValue: any;
|
|
4
|
-
optionsGetter: (property: T, keyword?: string) => Promise<unknown[]
|
|
4
|
+
optionsGetter: (property: T, keyword?: string) => Promise<unknown[]> | unknown[];
|
|
5
5
|
required: boolean;
|
|
6
|
-
multivalue
|
|
6
|
+
multivalue?: boolean;
|
|
7
7
|
valueType: string;
|
|
8
|
-
dictionary
|
|
8
|
+
dictionary?: boolean;
|
|
9
9
|
name: string;
|
|
10
10
|
optionsValue?: string;
|
|
11
11
|
optionsLabel?: string;
|
|
@@ -19,15 +19,16 @@ declare const _default: <T>(__VLS_props: {
|
|
|
19
19
|
regex: string;
|
|
20
20
|
};
|
|
21
21
|
disabled?: boolean;
|
|
22
|
+
placeholder?: string;
|
|
22
23
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: Pick<{
|
|
23
24
|
props: {
|
|
24
25
|
property: T;
|
|
25
26
|
modelValue: any;
|
|
26
|
-
optionsGetter: (property: T, keyword?: string) => Promise<unknown[]
|
|
27
|
+
optionsGetter: (property: T, keyword?: string) => Promise<unknown[]> | unknown[];
|
|
27
28
|
required: boolean;
|
|
28
|
-
multivalue
|
|
29
|
+
multivalue?: boolean;
|
|
29
30
|
valueType: string;
|
|
30
|
-
dictionary
|
|
31
|
+
dictionary?: boolean;
|
|
31
32
|
name: string;
|
|
32
33
|
optionsValue?: string;
|
|
33
34
|
optionsLabel?: string;
|
|
@@ -41,6 +42,7 @@ declare const _default: <T>(__VLS_props: {
|
|
|
41
42
|
regex: string;
|
|
42
43
|
};
|
|
43
44
|
disabled?: boolean;
|
|
45
|
+
placeholder?: string;
|
|
44
46
|
};
|
|
45
47
|
expose(exposed: {}): void;
|
|
46
48
|
attrs: any;
|
|
@@ -56,11 +58,11 @@ declare const _default: <T>(__VLS_props: {
|
|
|
56
58
|
props: {
|
|
57
59
|
property: T;
|
|
58
60
|
modelValue: any;
|
|
59
|
-
optionsGetter: (property: T, keyword?: string) => Promise<unknown[]
|
|
61
|
+
optionsGetter: (property: T, keyword?: string) => Promise<unknown[]> | unknown[];
|
|
60
62
|
required: boolean;
|
|
61
|
-
multivalue
|
|
63
|
+
multivalue?: boolean;
|
|
62
64
|
valueType: string;
|
|
63
|
-
dictionary
|
|
65
|
+
dictionary?: boolean;
|
|
64
66
|
name: string;
|
|
65
67
|
optionsValue?: string;
|
|
66
68
|
optionsLabel?: string;
|
|
@@ -74,6 +76,7 @@ declare const _default: <T>(__VLS_props: {
|
|
|
74
76
|
regex: string;
|
|
75
77
|
};
|
|
76
78
|
disabled?: boolean;
|
|
79
|
+
placeholder?: string;
|
|
77
80
|
};
|
|
78
81
|
expose(exposed: {}): void;
|
|
79
82
|
attrs: any;
|
|
@@ -92,11 +95,11 @@ declare const _default: <T>(__VLS_props: {
|
|
|
92
95
|
props: {
|
|
93
96
|
property: T;
|
|
94
97
|
modelValue: any;
|
|
95
|
-
optionsGetter: (property: T, keyword?: string) => Promise<unknown[]
|
|
98
|
+
optionsGetter: (property: T, keyword?: string) => Promise<unknown[]> | unknown[];
|
|
96
99
|
required: boolean;
|
|
97
|
-
multivalue
|
|
100
|
+
multivalue?: boolean;
|
|
98
101
|
valueType: string;
|
|
99
|
-
dictionary
|
|
102
|
+
dictionary?: boolean;
|
|
100
103
|
name: string;
|
|
101
104
|
optionsValue?: string;
|
|
102
105
|
optionsLabel?: string;
|
|
@@ -110,6 +113,7 @@ declare const _default: <T>(__VLS_props: {
|
|
|
110
113
|
regex: string;
|
|
111
114
|
};
|
|
112
115
|
disabled?: boolean;
|
|
116
|
+
placeholder?: string;
|
|
113
117
|
};
|
|
114
118
|
expose(exposed: {}): void;
|
|
115
119
|
attrs: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-dynamic-property.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"vc-dynamic-property.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.ts"],"names":[],"mappings":";;gBAmegB,GAAG;2CACwB,MAAM,KAAK,QAAQ,OAAO,EAAE,CAAC,GAAG,OAAO,EAAE;cACtE,OAAO;iBACJ,OAAO;eACT,MAAM;iBACJ,OAAO;UACd,MAAM;mBACG,MAAM;mBACN,MAAM;mBACN;QACb,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB,EAAE;YACK;QACN,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;QACZ,KAAK,EAAE,MAAM,CAAC;KACf;eACU,OAAO;kBACJ,MAAM;;;;oBAnBR,GAAG;+CACwB,MAAM,KAAK,QAAQ,OAAO,EAAE,CAAC,GAAG,OAAO,EAAE;kBACtE,OAAO;qBACJ,OAAO;mBACT,MAAM;qBACJ,OAAO;cACd,MAAM;uBACG,MAAM;uBACN,MAAM;uBACN;YACb,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,YAAY,CAAC,EAAE,MAAM,CAAC;SACvB,EAAE;gBACK;YACN,GAAG,EAAE,MAAM,CAAC;YACZ,GAAG,EAAE,MAAM,CAAC;YACZ,KAAK,EAAE,MAAM,CAAC;SACf;mBACU,OAAO;sBACJ,MAAM;;yBAOe,IAAI;WACpC,GAAG;;;;;4BAL6D,GAAG;kCAAwB,GAAG,EAAE;;;;;;oBAtBvF,GAAG;+CACwB,MAAM,KAAK,QAAQ,OAAO,EAAE,CAAC,GAAG,OAAO,EAAE;kBACtE,OAAO;qBACJ,OAAO;mBACT,MAAM;qBACJ,OAAO;cACd,MAAM;uBACG,MAAM;uBACN,MAAM;uBACN;YACb,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,YAAY,CAAC,EAAE,MAAM,CAAC;SACvB,EAAE;gBACK;YACN,GAAG,EAAE,MAAM,CAAC;YACZ,GAAG,EAAE,MAAM,CAAC;YACZ,KAAK,EAAE,MAAM,CAAC;SACf;mBACU,OAAO;sBACJ,MAAM;;yBAOe,IAAI;WACpC,GAAG;;;;;4BAL6D,GAAG;kCAAwB,GAAG,EAAE;;;;;;;;;wBAtBvF,GAAG;mDACwB,MAAM,KAAK,QAAQ,OAAO,EAAE,CAAC,GAAG,OAAO,EAAE;sBACtE,OAAO;yBACJ,OAAO;uBACT,MAAM;yBACJ,OAAO;kBACd,MAAM;2BACG,MAAM;2BACN,MAAM;2BACN;gBACb,IAAI,CAAC,EAAE,MAAM,CAAC;gBACd,YAAY,CAAC,EAAE,MAAM,CAAC;aACvB,EAAE;oBACK;gBACN,GAAG,EAAE,MAAM,CAAC;gBACZ,GAAG,EAAE,MAAM,CAAC;gBACZ,KAAK,EAAE,MAAM,CAAC;aACf;uBACU,OAAO;0BACJ,MAAM;;6BAOe,IAAI;eACpC,GAAG;;;;;gCAL6D,GAAG;sCAAwB,GAAG,EAAE;;;;;AAlfvG,wBA2fkE"}
|
package/dist/ui/types/index.d.ts
CHANGED
|
@@ -33,6 +33,7 @@ declare module "@vue/runtime-core" {
|
|
|
33
33
|
VcSelect: (typeof VcShellComponents)["VcSelect"];
|
|
34
34
|
VcSlider: (typeof VcShellComponents)["VcSlider"];
|
|
35
35
|
VcTextarea: (typeof VcShellComponents)["VcTextarea"];
|
|
36
|
+
VcMultivalue: (typeof VcShellComponents)["VcMultivalue"];
|
|
36
37
|
VcApp: (typeof VcShellComponents)["VcApp"];
|
|
37
38
|
VcBlade: (typeof VcShellComponents)["VcBlade"];
|
|
38
39
|
VcDynamicProperty: (typeof VcShellComponents)["VcDynamicProperty"];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../ui/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,iBAAiB,MAAM,iBAAiB,CAAC;AAGrD,OAAO,QAAQ,mBAAmB,CAAC;IACjC,UAAiB,gBAAgB;QAE/B,OAAO,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC;QAC/C,QAAQ,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,UAAU,CAAC,CAAC;QACjD,MAAM,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,QAAQ,CAAC,CAAC;QAC7C,UAAU,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,YAAY,CAAC,CAAC;QACrD,KAAK,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,OAAO,CAAC,CAAC;QAC3C,WAAW,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,aAAa,CAAC,CAAC;QACvD,MAAM,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,QAAQ,CAAC,CAAC;QAC7C,MAAM,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,QAAQ,CAAC,CAAC;QAC7C,OAAO,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC;QAC/C,SAAS,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,WAAW,CAAC,CAAC;QACnD,OAAO,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC;QAC/C,MAAM,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,QAAQ,CAAC,CAAC;QAC7C,SAAS,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,WAAW,CAAC,CAAC;QACnD,UAAU,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,YAAY,CAAC,CAAC;QACrD,KAAK,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,OAAO,CAAC,CAAC;QAC3C,QAAQ,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,UAAU,CAAC,CAAC;QACjD,YAAY,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,cAAc,CAAC,CAAC;QACzD,QAAQ,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,UAAU,CAAC,CAAC;QACjD,QAAQ,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,UAAU,CAAC,CAAC;QAGjD,aAAa,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,eAAe,CAAC,CAAC;QAC3D,YAAY,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,cAAc,CAAC,CAAC;QACzD,QAAQ,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,UAAU,CAAC,CAAC;QACjD,YAAY,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,cAAc,CAAC,CAAC;QACzD,MAAM,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,QAAQ,CAAC,CAAC;QAC7C,OAAO,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC;QAC/C,eAAe,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,iBAAiB,CAAC,CAAC;QAC/D,cAAc,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,gBAAgB,CAAC,CAAC;QAC7D,YAAY,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,cAAc,CAAC,CAAC;QACzD,QAAQ,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,UAAU,CAAC,CAAC;QACjD,QAAQ,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,UAAU,CAAC,CAAC;QACjD,QAAQ,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,UAAU,CAAC,CAAC;QACjD,UAAU,EAAE,CAAC,OAAO,iBAAiB,CAAC,CAAC,YAAY,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../ui/types/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vc-shell/framework",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.94",
|
|
4
4
|
"main": "./dist/framework.mjs",
|
|
5
5
|
"module": "./dist/framework.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"whatwg-fetch": "^3.6.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@vc-shell/api-client-generator": "^1.0.
|
|
59
|
-
"@vc-shell/config-generator": "^1.0.
|
|
58
|
+
"@vc-shell/api-client-generator": "^1.0.94",
|
|
59
|
+
"@vc-shell/config-generator": "^1.0.94",
|
|
60
60
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
61
61
|
"sass": "^1.62.1",
|
|
62
62
|
"typescript": "~5.0.4",
|