g-ui-web 1.2.1 → 1.2.3
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/lib/compo-picker/index.d.ts +36 -12
- package/lib/compo-picker/src/index.vue.d.ts +21 -6
- package/lib/dynamic-target/index.d.ts +101 -0
- package/lib/dynamic-target/src/index.vue.d.ts +52 -0
- package/lib/g-ui-web.js +9016 -8918
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +60 -60
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/package.json +1 -1
|
@@ -1,30 +1,54 @@
|
|
|
1
1
|
declare const GCompoPicker: ({
|
|
2
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
3
|
+
tabs: {
|
|
4
|
+
type: ArrayConstructor;
|
|
5
|
+
default: string[];
|
|
6
|
+
};
|
|
7
|
+
modelValue: {
|
|
8
|
+
type: globalThis.PropType<string>;
|
|
9
|
+
};
|
|
10
|
+
}>> & Readonly<{
|
|
5
11
|
"onTab-change"?: ((...args: any[]) => any) | undefined;
|
|
6
12
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
13
|
"tab-change": (...args: any[]) => void;
|
|
8
|
-
}, import('vue').PublicProps, {
|
|
14
|
+
}, import('vue').PublicProps, {
|
|
15
|
+
tabs: unknown[];
|
|
16
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
9
17
|
P: {};
|
|
10
18
|
B: {};
|
|
11
19
|
D: {};
|
|
12
20
|
C: {};
|
|
13
21
|
M: {};
|
|
14
22
|
Defaults: {};
|
|
15
|
-
}, Readonly<{
|
|
16
|
-
|
|
17
|
-
|
|
23
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
24
|
+
tabs: {
|
|
25
|
+
type: ArrayConstructor;
|
|
26
|
+
default: string[];
|
|
27
|
+
};
|
|
28
|
+
modelValue: {
|
|
29
|
+
type: globalThis.PropType<string>;
|
|
30
|
+
};
|
|
31
|
+
}>> & Readonly<{
|
|
18
32
|
"onTab-change"?: ((...args: any[]) => any) | undefined;
|
|
19
|
-
}>, {}, {}, {}, {}, {
|
|
33
|
+
}>, {}, {}, {}, {}, {
|
|
34
|
+
tabs: unknown[];
|
|
35
|
+
}>;
|
|
20
36
|
__isFragment?: never;
|
|
21
37
|
__isTeleport?: never;
|
|
22
38
|
__isSuspense?: never;
|
|
23
|
-
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
24
|
-
|
|
25
|
-
|
|
39
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
40
|
+
tabs: {
|
|
41
|
+
type: ArrayConstructor;
|
|
42
|
+
default: string[];
|
|
43
|
+
};
|
|
44
|
+
modelValue: {
|
|
45
|
+
type: globalThis.PropType<string>;
|
|
46
|
+
};
|
|
47
|
+
}>> & Readonly<{
|
|
26
48
|
"onTab-change"?: ((...args: any[]) => any) | undefined;
|
|
27
49
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
50
|
"tab-change": (...args: any[]) => void;
|
|
29
|
-
}, string, {
|
|
51
|
+
}, string, {
|
|
52
|
+
tabs: unknown[];
|
|
53
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
|
|
30
54
|
export default GCompoPicker;
|
|
@@ -1,9 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
tabs: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: string[];
|
|
5
|
+
};
|
|
6
|
+
modelValue: {
|
|
7
|
+
type: globalThis.PropType<string>;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
10
|
"tab-change": (...args: any[]) => void;
|
|
6
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
|
+
tabs: {
|
|
13
|
+
type: ArrayConstructor;
|
|
14
|
+
default: string[];
|
|
15
|
+
};
|
|
16
|
+
modelValue: {
|
|
17
|
+
type: globalThis.PropType<string>;
|
|
18
|
+
};
|
|
19
|
+
}>> & Readonly<{
|
|
7
20
|
"onTab-change"?: ((...args: any[]) => any) | undefined;
|
|
8
|
-
}>, {
|
|
21
|
+
}>, {
|
|
22
|
+
tabs: unknown[];
|
|
23
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9
24
|
export default _default;
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
declare const GDynamicTarget: ({
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
3
|
+
type: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
size: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
title: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
trends: {
|
|
16
|
+
type: ArrayConstructor;
|
|
17
|
+
default: never[];
|
|
18
|
+
};
|
|
19
|
+
dbOptions: {
|
|
20
|
+
type: ObjectConstructor;
|
|
21
|
+
default: () => {};
|
|
22
|
+
};
|
|
23
|
+
}>> & Readonly<{}>, {
|
|
24
|
+
props: any;
|
|
25
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
26
|
+
type: string;
|
|
27
|
+
size: string;
|
|
28
|
+
title: string;
|
|
29
|
+
dbOptions: Record<string, any>;
|
|
30
|
+
trends: unknown[];
|
|
31
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
32
|
+
P: {};
|
|
33
|
+
B: {};
|
|
34
|
+
D: {};
|
|
35
|
+
C: {};
|
|
36
|
+
M: {};
|
|
37
|
+
Defaults: {};
|
|
38
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
39
|
+
type: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
size: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
title: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
trends: {
|
|
52
|
+
type: ArrayConstructor;
|
|
53
|
+
default: never[];
|
|
54
|
+
};
|
|
55
|
+
dbOptions: {
|
|
56
|
+
type: ObjectConstructor;
|
|
57
|
+
default: () => {};
|
|
58
|
+
};
|
|
59
|
+
}>> & Readonly<{}>, {
|
|
60
|
+
props: any;
|
|
61
|
+
}, {}, {}, {}, {
|
|
62
|
+
type: string;
|
|
63
|
+
size: string;
|
|
64
|
+
title: string;
|
|
65
|
+
dbOptions: Record<string, any>;
|
|
66
|
+
trends: unknown[];
|
|
67
|
+
}>;
|
|
68
|
+
__isFragment?: never;
|
|
69
|
+
__isTeleport?: never;
|
|
70
|
+
__isSuspense?: never;
|
|
71
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
72
|
+
type: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
76
|
+
size: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
default: string;
|
|
79
|
+
};
|
|
80
|
+
title: {
|
|
81
|
+
type: StringConstructor;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
|
+
trends: {
|
|
85
|
+
type: ArrayConstructor;
|
|
86
|
+
default: never[];
|
|
87
|
+
};
|
|
88
|
+
dbOptions: {
|
|
89
|
+
type: ObjectConstructor;
|
|
90
|
+
default: () => {};
|
|
91
|
+
};
|
|
92
|
+
}>> & Readonly<{}>, {
|
|
93
|
+
props: any;
|
|
94
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
95
|
+
type: string;
|
|
96
|
+
size: string;
|
|
97
|
+
title: string;
|
|
98
|
+
dbOptions: Record<string, any>;
|
|
99
|
+
trends: unknown[];
|
|
100
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
|
|
101
|
+
export default GDynamicTarget;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
type: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
size: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
title: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
trends: {
|
|
15
|
+
type: ArrayConstructor;
|
|
16
|
+
default: never[];
|
|
17
|
+
};
|
|
18
|
+
dbOptions: {
|
|
19
|
+
type: ObjectConstructor;
|
|
20
|
+
default: () => {};
|
|
21
|
+
};
|
|
22
|
+
}>, {
|
|
23
|
+
props: any;
|
|
24
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
25
|
+
type: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
size: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
title: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
trends: {
|
|
38
|
+
type: ArrayConstructor;
|
|
39
|
+
default: never[];
|
|
40
|
+
};
|
|
41
|
+
dbOptions: {
|
|
42
|
+
type: ObjectConstructor;
|
|
43
|
+
default: () => {};
|
|
44
|
+
};
|
|
45
|
+
}>> & Readonly<{}>, {
|
|
46
|
+
type: string;
|
|
47
|
+
size: string;
|
|
48
|
+
title: string;
|
|
49
|
+
dbOptions: Record<string, any>;
|
|
50
|
+
trends: unknown[];
|
|
51
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
52
|
+
export default _default;
|