g-ui-web 0.11.3 → 0.11.5
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/bar/index.d.ts +1 -0
- package/lib/bar/src/index.vue.d.ts +5 -0
- package/lib/bar/src/options.d.ts +10 -4
- package/lib/bar-compare/index.d.ts +1 -0
- package/lib/bar-compare/src/index.vue.d.ts +5 -0
- package/lib/bar-conv/index.d.ts +1 -0
- package/lib/bar-conv/src/index.vue.d.ts +5 -0
- package/lib/bar-line/index.d.ts +1 -0
- package/lib/bar-line/src/index.vue.d.ts +5 -0
- package/lib/bar-line/src/options.d.ts +10 -0
- package/lib/box/index.d.ts +15 -0
- package/lib/box/src/index.vue.d.ts +9 -0
- package/lib/cashflow/index.d.ts +2 -0
- package/lib/cashflow/src/index.vue.d.ts +6 -0
- package/lib/ele/table/index.d.ts +44 -1
- package/lib/ele/table/src/index.vue.d.ts +29 -1
- package/lib/funnel/index.d.ts +1 -0
- package/lib/funnel/src/index.vue.d.ts +5 -0
- package/lib/funnel/src/options.d.ts +12 -4
- package/lib/g-ui-web.js +26030 -25559
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +63 -63
- package/lib/line/index.d.ts +1 -0
- package/lib/line/src/index.vue.d.ts +5 -0
- package/lib/line/src/options.d.ts +12 -4
- package/lib/map/index.d.ts +1 -0
- package/lib/map/src/index.vue.d.ts +5 -0
- package/lib/node-achievement/index.d.ts +22 -1
- package/lib/node-achievement/src/index.vue.d.ts +28 -1
- package/lib/pie/index.d.ts +1 -0
- package/lib/pie/src/index.vue.d.ts +5 -0
- package/lib/pie/src/options.d.ts +14 -0
- package/lib/pie-distri/index.d.ts +1 -0
- package/lib/pie-distri/src/index.vue.d.ts +5 -0
- package/lib/pie-level/index.d.ts +1 -0
- package/lib/pie-level/src/index.vue.d.ts +5 -0
- package/lib/pie-table/index.d.ts +25 -1
- package/lib/pie-table/src/index.vue.d.ts +29 -1
- package/lib/plan/index.d.ts +22 -1
- package/lib/plan/src/index.vue.d.ts +214 -1
- package/lib/radar/index.d.ts +1 -0
- package/lib/radar/src/index.vue.d.ts +5 -0
- package/lib/radar/src/options.d.ts +13 -0
- package/lib/ranking-cup/index.d.ts +25 -1
- package/lib/ranking-cup/src/index.vue.d.ts +27 -1
- package/lib/ranking-list/index.d.ts +25 -1
- package/lib/ranking-list/src/index.vue.d.ts +29 -1
- package/lib/ranking-rb/index.d.ts +43 -1
- package/lib/ranking-rb/src/index.vue.d.ts +37 -1
- package/lib/ranking-table/index.d.ts +25 -1
- package/lib/ranking-table/src/index.vue.d.ts +29 -1
- package/lib/reserve/index.d.ts +2 -0
- package/lib/reserve/src/index.vue.d.ts +6 -0
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/package.json +1 -1
package/lib/line/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ declare const GLine: ({
|
|
|
10
10
|
getIsFinish(): boolean;
|
|
11
11
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
|
|
12
12
|
options: Record<string, any>;
|
|
13
|
+
description: string;
|
|
13
14
|
dbOptions: Record<string, any>;
|
|
14
15
|
}, {}, 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>;
|
|
15
16
|
export default GLine;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
description: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
2
6
|
options: {
|
|
3
7
|
type: ObjectConstructor;
|
|
4
8
|
default: {};
|
|
@@ -14,6 +18,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
14
18
|
getIsFinish(): boolean;
|
|
15
19
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
16
20
|
options: Record<string, any>;
|
|
21
|
+
description: string;
|
|
17
22
|
dbOptions: Record<string, any>;
|
|
18
23
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
19
24
|
export default _default;
|
|
@@ -1,14 +1,22 @@
|
|
|
1
1
|
declare const lineOptions: {
|
|
2
2
|
backgroundColor: any;
|
|
3
3
|
color: any;
|
|
4
|
-
tooltip: {
|
|
5
|
-
show: boolean;
|
|
6
|
-
trigger: string;
|
|
7
|
-
};
|
|
8
4
|
legend: {
|
|
9
5
|
trigger: string;
|
|
10
6
|
left: string;
|
|
11
7
|
show: boolean;
|
|
8
|
+
itemWidth: number;
|
|
9
|
+
itemHeight: number;
|
|
10
|
+
textStyle: {
|
|
11
|
+
fontSize: number;
|
|
12
|
+
lineHeight: number;
|
|
13
|
+
rich: {
|
|
14
|
+
a: {
|
|
15
|
+
verticalAlign: string;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
padding: number[];
|
|
19
|
+
};
|
|
12
20
|
};
|
|
13
21
|
grid: any;
|
|
14
22
|
xAxis: {
|
package/lib/map/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ declare const GMap: ({
|
|
|
8
8
|
mapRef: globalThis.Ref<null, null>;
|
|
9
9
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
|
|
10
10
|
options: Record<string, any>;
|
|
11
|
+
description: string;
|
|
11
12
|
dbOptions: Record<string, any>;
|
|
12
13
|
}, {}, 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>;
|
|
13
14
|
export default GMap;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
description: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
2
6
|
options: {
|
|
3
7
|
type: ObjectConstructor;
|
|
4
8
|
default: {};
|
|
@@ -12,6 +16,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
12
16
|
mapRef: globalThis.Ref<null, null>;
|
|
13
17
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
14
18
|
options: Record<string, any>;
|
|
19
|
+
description: string;
|
|
15
20
|
dbOptions: Record<string, any>;
|
|
16
21
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
22
|
export default _default;
|
|
@@ -4,6 +4,10 @@ declare const GNodeAchievement: ({
|
|
|
4
4
|
type: PropType<"default" | "small" | "large" | undefined>;
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
|
+
description: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
7
11
|
dbOptions: {
|
|
8
12
|
type: ObjectConstructor;
|
|
9
13
|
default: {};
|
|
@@ -13,6 +17,7 @@ declare const GNodeAchievement: ({
|
|
|
13
17
|
nodeAchRef: globalThis.Ref<null, null>;
|
|
14
18
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
15
19
|
size: "default" | "small" | "large" | undefined;
|
|
20
|
+
description: string;
|
|
16
21
|
dbOptions: Record<string, any>;
|
|
17
22
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
18
23
|
P: {};
|
|
@@ -26,6 +31,10 @@ declare const GNodeAchievement: ({
|
|
|
26
31
|
type: PropType<"default" | "small" | "large" | undefined>;
|
|
27
32
|
default: string;
|
|
28
33
|
};
|
|
34
|
+
description: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
29
38
|
dbOptions: {
|
|
30
39
|
type: ObjectConstructor;
|
|
31
40
|
default: {};
|
|
@@ -35,6 +44,7 @@ declare const GNodeAchievement: ({
|
|
|
35
44
|
nodeAchRef: globalThis.Ref<null, null>;
|
|
36
45
|
}, {}, {}, {}, {
|
|
37
46
|
size: "default" | "small" | "large" | undefined;
|
|
47
|
+
description: string;
|
|
38
48
|
dbOptions: Record<string, any>;
|
|
39
49
|
}>;
|
|
40
50
|
__isFragment?: never;
|
|
@@ -45,6 +55,10 @@ declare const GNodeAchievement: ({
|
|
|
45
55
|
type: PropType<"default" | "small" | "large" | undefined>;
|
|
46
56
|
default: string;
|
|
47
57
|
};
|
|
58
|
+
description: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
48
62
|
dbOptions: {
|
|
49
63
|
type: ObjectConstructor;
|
|
50
64
|
default: {};
|
|
@@ -54,6 +68,13 @@ declare const GNodeAchievement: ({
|
|
|
54
68
|
nodeAchRef: globalThis.Ref<null, null>;
|
|
55
69
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
56
70
|
size: "default" | "small" | "large" | undefined;
|
|
71
|
+
description: string;
|
|
57
72
|
dbOptions: Record<string, any>;
|
|
58
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps &
|
|
73
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
74
|
+
$slots: {
|
|
75
|
+
empty?(_: {
|
|
76
|
+
class: string;
|
|
77
|
+
}): any;
|
|
78
|
+
};
|
|
79
|
+
}) & import('vue').Plugin) & Record<string, any>;
|
|
59
80
|
export default GNodeAchievement;
|
|
@@ -1,8 +1,24 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
empty?(_: {
|
|
4
|
+
class: string;
|
|
5
|
+
}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {
|
|
8
|
+
nodeAchRef: HTMLDivElement;
|
|
9
|
+
};
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
14
|
size: {
|
|
3
15
|
type: PropType<"default" | "small" | "large" | undefined>;
|
|
4
16
|
default: string;
|
|
5
17
|
};
|
|
18
|
+
description: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
6
22
|
dbOptions: {
|
|
7
23
|
type: ObjectConstructor;
|
|
8
24
|
default: {};
|
|
@@ -15,12 +31,23 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
15
31
|
type: PropType<"default" | "small" | "large" | undefined>;
|
|
16
32
|
default: string;
|
|
17
33
|
};
|
|
34
|
+
description: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
18
38
|
dbOptions: {
|
|
19
39
|
type: ObjectConstructor;
|
|
20
40
|
default: {};
|
|
21
41
|
};
|
|
22
42
|
}>> & Readonly<{}>, {
|
|
23
43
|
size: "default" | "small" | "large" | undefined;
|
|
44
|
+
description: string;
|
|
24
45
|
dbOptions: Record<string, any>;
|
|
25
46
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
47
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
26
48
|
export default _default;
|
|
49
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
50
|
+
new (): {
|
|
51
|
+
$slots: S;
|
|
52
|
+
};
|
|
53
|
+
};
|
package/lib/pie/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ declare const GPie: ({
|
|
|
11
11
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
|
|
12
12
|
type: string;
|
|
13
13
|
options: Record<string, any>;
|
|
14
|
+
description: string;
|
|
14
15
|
dbOptions: Record<string, any>;
|
|
15
16
|
}, {}, 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>;
|
|
16
17
|
export default GPie;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
description: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
2
6
|
type: {
|
|
3
7
|
type: StringConstructor;
|
|
4
8
|
default: string;
|
|
@@ -19,6 +23,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
19
23
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
20
24
|
type: string;
|
|
21
25
|
options: Record<string, any>;
|
|
26
|
+
description: string;
|
|
22
27
|
dbOptions: Record<string, any>;
|
|
23
28
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
24
29
|
export default _default;
|
package/lib/pie/src/options.d.ts
CHANGED
|
@@ -7,6 +7,20 @@ export declare const pieOptions: (type: any) => {
|
|
|
7
7
|
legend: {
|
|
8
8
|
trigger: string;
|
|
9
9
|
show: boolean;
|
|
10
|
+
orient: string;
|
|
11
|
+
left: string;
|
|
12
|
+
itemWidth: number;
|
|
13
|
+
itemHeight: number;
|
|
14
|
+
textStyle: {
|
|
15
|
+
fontSize: number;
|
|
16
|
+
lineHeight: number;
|
|
17
|
+
rich: {
|
|
18
|
+
a: {
|
|
19
|
+
verticalAlign: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
padding: number[];
|
|
23
|
+
};
|
|
10
24
|
};
|
|
11
25
|
grid: any;
|
|
12
26
|
series: any;
|
|
@@ -10,6 +10,7 @@ declare const GPieDistri: ({
|
|
|
10
10
|
type: string;
|
|
11
11
|
size: string;
|
|
12
12
|
options: Record<string, any>;
|
|
13
|
+
description: string;
|
|
13
14
|
dbOptions: Record<string, any>;
|
|
14
15
|
}, {}, 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>;
|
|
15
16
|
export default GPieDistri;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
description: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
2
6
|
size: {
|
|
3
7
|
type: StringConstructor;
|
|
4
8
|
default: string;
|
|
@@ -22,6 +26,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
22
26
|
type: string;
|
|
23
27
|
size: string;
|
|
24
28
|
options: Record<string, any>;
|
|
29
|
+
description: string;
|
|
25
30
|
dbOptions: Record<string, any>;
|
|
26
31
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
27
32
|
export default _default;
|
package/lib/pie-level/index.d.ts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
description: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
2
6
|
size: {
|
|
3
7
|
type: StringConstructor;
|
|
4
8
|
default: string;
|
|
@@ -32,6 +36,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
32
36
|
type: string;
|
|
33
37
|
size: string;
|
|
34
38
|
options: Record<string, any>;
|
|
39
|
+
description: string;
|
|
35
40
|
dbOptions: Record<string, any>;
|
|
36
41
|
isMarkLine: boolean;
|
|
37
42
|
markLineData: unknown[];
|
package/lib/pie-table/index.d.ts
CHANGED
|
@@ -16,6 +16,10 @@ declare const GPieTable: ({
|
|
|
16
16
|
type: ObjectConstructor;
|
|
17
17
|
default: () => void;
|
|
18
18
|
};
|
|
19
|
+
description: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
19
23
|
dbOptions: {
|
|
20
24
|
type: ObjectConstructor;
|
|
21
25
|
default: () => void;
|
|
@@ -25,6 +29,7 @@ declare const GPieTable: ({
|
|
|
25
29
|
readonly type: string;
|
|
26
30
|
readonly size: string;
|
|
27
31
|
readonly options: Record<string, any>;
|
|
32
|
+
readonly description: string;
|
|
28
33
|
readonly dbOptions: Record<string, any>;
|
|
29
34
|
readonly color: unknown[];
|
|
30
35
|
};
|
|
@@ -33,6 +38,7 @@ declare const GPieTable: ({
|
|
|
33
38
|
type: string;
|
|
34
39
|
size: string;
|
|
35
40
|
options: Record<string, any>;
|
|
41
|
+
description: string;
|
|
36
42
|
dbOptions: Record<string, any>;
|
|
37
43
|
color: unknown[];
|
|
38
44
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -59,6 +65,10 @@ declare const GPieTable: ({
|
|
|
59
65
|
type: ObjectConstructor;
|
|
60
66
|
default: () => void;
|
|
61
67
|
};
|
|
68
|
+
description: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
62
72
|
dbOptions: {
|
|
63
73
|
type: ObjectConstructor;
|
|
64
74
|
default: () => void;
|
|
@@ -68,6 +78,7 @@ declare const GPieTable: ({
|
|
|
68
78
|
readonly type: string;
|
|
69
79
|
readonly size: string;
|
|
70
80
|
readonly options: Record<string, any>;
|
|
81
|
+
readonly description: string;
|
|
71
82
|
readonly dbOptions: Record<string, any>;
|
|
72
83
|
readonly color: unknown[];
|
|
73
84
|
};
|
|
@@ -76,6 +87,7 @@ declare const GPieTable: ({
|
|
|
76
87
|
type: string;
|
|
77
88
|
size: string;
|
|
78
89
|
options: Record<string, any>;
|
|
90
|
+
description: string;
|
|
79
91
|
dbOptions: Record<string, any>;
|
|
80
92
|
color: unknown[];
|
|
81
93
|
}>;
|
|
@@ -99,6 +111,10 @@ declare const GPieTable: ({
|
|
|
99
111
|
type: ObjectConstructor;
|
|
100
112
|
default: () => void;
|
|
101
113
|
};
|
|
114
|
+
description: {
|
|
115
|
+
type: StringConstructor;
|
|
116
|
+
default: string;
|
|
117
|
+
};
|
|
102
118
|
dbOptions: {
|
|
103
119
|
type: ObjectConstructor;
|
|
104
120
|
default: () => void;
|
|
@@ -108,6 +124,7 @@ declare const GPieTable: ({
|
|
|
108
124
|
readonly type: string;
|
|
109
125
|
readonly size: string;
|
|
110
126
|
readonly options: Record<string, any>;
|
|
127
|
+
readonly description: string;
|
|
111
128
|
readonly dbOptions: Record<string, any>;
|
|
112
129
|
readonly color: unknown[];
|
|
113
130
|
};
|
|
@@ -116,7 +133,14 @@ declare const GPieTable: ({
|
|
|
116
133
|
type: string;
|
|
117
134
|
size: string;
|
|
118
135
|
options: Record<string, any>;
|
|
136
|
+
description: string;
|
|
119
137
|
dbOptions: Record<string, any>;
|
|
120
138
|
color: unknown[];
|
|
121
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps &
|
|
139
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
140
|
+
$slots: {
|
|
141
|
+
empty?(_: {
|
|
142
|
+
class: string;
|
|
143
|
+
}): any;
|
|
144
|
+
};
|
|
145
|
+
}) & import('vue').Plugin) & Record<string, any>;
|
|
122
146
|
export default GPieTable;
|
|
@@ -1,4 +1,16 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
empty?(_: {
|
|
4
|
+
class: string;
|
|
5
|
+
}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {
|
|
8
|
+
pieTableRef: HTMLDivElement;
|
|
9
|
+
};
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
14
|
type: {
|
|
3
15
|
type: StringConstructor;
|
|
4
16
|
default: string;
|
|
@@ -15,6 +27,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
15
27
|
type: ObjectConstructor;
|
|
16
28
|
default: () => void;
|
|
17
29
|
};
|
|
30
|
+
description: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
18
34
|
dbOptions: {
|
|
19
35
|
type: ObjectConstructor;
|
|
20
36
|
default: () => void;
|
|
@@ -24,6 +40,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
24
40
|
readonly type: string;
|
|
25
41
|
readonly size: string;
|
|
26
42
|
readonly options: Record<string, any>;
|
|
43
|
+
readonly description: string;
|
|
27
44
|
readonly dbOptions: Record<string, any>;
|
|
28
45
|
readonly color: unknown[];
|
|
29
46
|
};
|
|
@@ -45,6 +62,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
45
62
|
type: ObjectConstructor;
|
|
46
63
|
default: () => void;
|
|
47
64
|
};
|
|
65
|
+
description: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
48
69
|
dbOptions: {
|
|
49
70
|
type: ObjectConstructor;
|
|
50
71
|
default: () => void;
|
|
@@ -53,7 +74,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
53
74
|
type: string;
|
|
54
75
|
size: string;
|
|
55
76
|
options: Record<string, any>;
|
|
77
|
+
description: string;
|
|
56
78
|
dbOptions: Record<string, any>;
|
|
57
79
|
color: unknown[];
|
|
58
80
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
81
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
59
82
|
export default _default;
|
|
83
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
84
|
+
new (): {
|
|
85
|
+
$slots: S;
|
|
86
|
+
};
|
|
87
|
+
};
|
package/lib/plan/index.d.ts
CHANGED
|
@@ -8,6 +8,10 @@ declare const GPlan: ({
|
|
|
8
8
|
type: BooleanConstructor;
|
|
9
9
|
default: boolean;
|
|
10
10
|
};
|
|
11
|
+
description: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
11
15
|
dbOptions: {
|
|
12
16
|
type: ObjectConstructor;
|
|
13
17
|
default: () => {};
|
|
@@ -16,6 +20,7 @@ declare const GPlan: ({
|
|
|
16
20
|
props: any;
|
|
17
21
|
planRef: globalThis.Ref<null, null>;
|
|
18
22
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
23
|
+
description: string;
|
|
19
24
|
dbOptions: Record<string, any>;
|
|
20
25
|
isYearDate: boolean;
|
|
21
26
|
isLegend: boolean;
|
|
@@ -35,6 +40,10 @@ declare const GPlan: ({
|
|
|
35
40
|
type: BooleanConstructor;
|
|
36
41
|
default: boolean;
|
|
37
42
|
};
|
|
43
|
+
description: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
38
47
|
dbOptions: {
|
|
39
48
|
type: ObjectConstructor;
|
|
40
49
|
default: () => {};
|
|
@@ -43,6 +52,7 @@ declare const GPlan: ({
|
|
|
43
52
|
props: any;
|
|
44
53
|
planRef: globalThis.Ref<null, null>;
|
|
45
54
|
}, {}, {}, {}, {
|
|
55
|
+
description: string;
|
|
46
56
|
dbOptions: Record<string, any>;
|
|
47
57
|
isYearDate: boolean;
|
|
48
58
|
isLegend: boolean;
|
|
@@ -59,6 +69,10 @@ declare const GPlan: ({
|
|
|
59
69
|
type: BooleanConstructor;
|
|
60
70
|
default: boolean;
|
|
61
71
|
};
|
|
72
|
+
description: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
62
76
|
dbOptions: {
|
|
63
77
|
type: ObjectConstructor;
|
|
64
78
|
default: () => {};
|
|
@@ -67,8 +81,15 @@ declare const GPlan: ({
|
|
|
67
81
|
props: any;
|
|
68
82
|
planRef: globalThis.Ref<null, null>;
|
|
69
83
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
84
|
+
description: string;
|
|
70
85
|
dbOptions: Record<string, any>;
|
|
71
86
|
isYearDate: boolean;
|
|
72
87
|
isLegend: boolean;
|
|
73
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps &
|
|
88
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
89
|
+
$slots: {
|
|
90
|
+
empty?(_: {
|
|
91
|
+
class: string;
|
|
92
|
+
}): any;
|
|
93
|
+
};
|
|
94
|
+
}) & import('vue').Plugin) & Record<string, any>;
|
|
74
95
|
export default GPlan;
|