g-ui-web 1.2.0 → 1.2.2
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/g-ui-web.js +8916 -8917
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +46 -46
- 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;
|