g-ui-web 1.3.43 → 1.3.45
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/calendar/src/index.vue.d.ts +1 -1
- package/lib/chart/index.d.ts +1 -1
- package/lib/chart/src/index.vue.d.ts +1 -1
- package/lib/dynamic-target/index.d.ts +3 -3
- package/lib/dynamic-target/src/index.vue.d.ts +1 -1
- package/lib/g-ui-web.cjs +39 -39
- package/lib/g-ui-web.iife.js +39 -39
- package/lib/g-ui-web.iife.js.gz +0 -0
- package/lib/g-ui-web.js +18887 -18827
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +38 -38
- package/lib/node-achievement/index.d.ts +3 -3
- package/lib/node-achievement/src/index.vue.d.ts +1 -1
- package/lib/pie/index.d.ts +1 -1
- package/lib/pie/src/index.vue.d.ts +1 -1
- package/lib/pie-distri/index.d.ts +1 -1
- package/lib/pie-distri/src/index.vue.d.ts +1 -1
- package/lib/pie-level/index.d.ts +1 -1
- package/lib/pie-level/src/index.vue.d.ts +1 -1
- package/lib/pie-table/index.d.ts +6 -6
- package/lib/pie-table/src/index.vue.d.ts +2 -2
- package/lib/ranking-list/index.d.ts +6 -6
- package/lib/ranking-list/src/index.vue.d.ts +2 -2
- package/lib/scatter/index.d.ts +1 -1
- package/lib/scatter/src/index.vue.d.ts +1 -1
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/target-achievement/index.d.ts +6 -6
- package/lib/target-achievement/src/index.vue.d.ts +2 -2
- package/lib/target-gauge/index.d.ts +1 -1
- package/lib/target-gauge/src/index.vue.d.ts +1 -1
- package/lib/text-select/src/index.vue.d.ts +2 -2
- package/lib/utils/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -16,7 +16,7 @@ declare const GNodeAchievement: ({
|
|
|
16
16
|
props: any;
|
|
17
17
|
nodeAchRef: globalThis.Ref<null, null>;
|
|
18
18
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
19
|
-
size: "
|
|
19
|
+
size: "small" | "default" | "large" | undefined;
|
|
20
20
|
description: string;
|
|
21
21
|
dbOptions: Record<string, any>;
|
|
22
22
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -43,7 +43,7 @@ declare const GNodeAchievement: ({
|
|
|
43
43
|
props: any;
|
|
44
44
|
nodeAchRef: globalThis.Ref<null, null>;
|
|
45
45
|
}, {}, {}, {}, {
|
|
46
|
-
size: "
|
|
46
|
+
size: "small" | "default" | "large" | undefined;
|
|
47
47
|
description: string;
|
|
48
48
|
dbOptions: Record<string, any>;
|
|
49
49
|
}>;
|
|
@@ -67,7 +67,7 @@ declare const GNodeAchievement: ({
|
|
|
67
67
|
props: any;
|
|
68
68
|
nodeAchRef: globalThis.Ref<null, null>;
|
|
69
69
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
70
|
-
size: "
|
|
70
|
+
size: "small" | "default" | "large" | undefined;
|
|
71
71
|
description: string;
|
|
72
72
|
dbOptions: Record<string, any>;
|
|
73
73
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -40,7 +40,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
40
40
|
default: {};
|
|
41
41
|
};
|
|
42
42
|
}>> & Readonly<{}>, {
|
|
43
|
-
size: "
|
|
43
|
+
size: "small" | "default" | "large" | undefined;
|
|
44
44
|
description: string;
|
|
45
45
|
dbOptions: Record<string, any>;
|
|
46
46
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
package/lib/pie/index.d.ts
CHANGED
|
@@ -9,8 +9,8 @@ declare const GPie: ({
|
|
|
9
9
|
getData(): null;
|
|
10
10
|
getIsFinish(): boolean;
|
|
11
11
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
|
|
12
|
-
type: string;
|
|
13
12
|
options: Record<string, any>;
|
|
13
|
+
type: string;
|
|
14
14
|
description: string;
|
|
15
15
|
dbOptions: Record<string, any>;
|
|
16
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>;
|
|
@@ -21,8 +21,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
21
21
|
getData(): null;
|
|
22
22
|
getIsFinish(): boolean;
|
|
23
23
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
24
|
-
type: string;
|
|
25
24
|
options: Record<string, any>;
|
|
25
|
+
type: string;
|
|
26
26
|
description: string;
|
|
27
27
|
dbOptions: Record<string, any>;
|
|
28
28
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -7,9 +7,9 @@ declare const GPieDistri: ({
|
|
|
7
7
|
props: any;
|
|
8
8
|
pieDistriRef: globalThis.Ref<null, null>;
|
|
9
9
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
|
|
10
|
+
options: Record<string, any>;
|
|
10
11
|
type: string;
|
|
11
12
|
size: string;
|
|
12
|
-
options: Record<string, any>;
|
|
13
13
|
description: string;
|
|
14
14
|
dbOptions: Record<string, any>;
|
|
15
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>;
|
|
@@ -23,9 +23,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
23
23
|
props: any;
|
|
24
24
|
pieDistriRef: globalThis.Ref<null, null>;
|
|
25
25
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
26
|
+
options: Record<string, any>;
|
|
26
27
|
type: string;
|
|
27
28
|
size: string;
|
|
28
|
-
options: Record<string, any>;
|
|
29
29
|
description: string;
|
|
30
30
|
dbOptions: Record<string, any>;
|
|
31
31
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
package/lib/pie-level/index.d.ts
CHANGED
|
@@ -6,9 +6,9 @@ declare const GPieLevel: ({
|
|
|
6
6
|
} & import('vue').ComponentOptionsBase<any, {
|
|
7
7
|
props: any;
|
|
8
8
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
|
|
9
|
+
options: Record<string, any>;
|
|
9
10
|
type: string;
|
|
10
11
|
size: string;
|
|
11
|
-
options: Record<string, any>;
|
|
12
12
|
description: string;
|
|
13
13
|
dbOptions: Record<string, any>;
|
|
14
14
|
isMarkLine: boolean;
|
|
@@ -26,9 +26,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
26
26
|
}>, {
|
|
27
27
|
props: any;
|
|
28
28
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
29
|
+
options: Record<string, any>;
|
|
29
30
|
type: string;
|
|
30
31
|
size: string;
|
|
31
|
-
options: Record<string, any>;
|
|
32
32
|
description: string;
|
|
33
33
|
dbOptions: Record<string, any>;
|
|
34
34
|
isMarkLine: boolean;
|
package/lib/pie-table/index.d.ts
CHANGED
|
@@ -26,18 +26,18 @@ declare const GPieTable: ({
|
|
|
26
26
|
};
|
|
27
27
|
}>> & Readonly<{}>, {
|
|
28
28
|
props: {
|
|
29
|
+
readonly options: Record<string, any>;
|
|
29
30
|
readonly type: string;
|
|
30
31
|
readonly size: string;
|
|
31
|
-
readonly options: Record<string, any>;
|
|
32
32
|
readonly description: string;
|
|
33
33
|
readonly dbOptions: Record<string, any>;
|
|
34
34
|
readonly color: unknown[];
|
|
35
35
|
};
|
|
36
36
|
pieTableRef: globalThis.Ref<null, null>;
|
|
37
37
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
38
|
+
options: Record<string, any>;
|
|
38
39
|
type: string;
|
|
39
40
|
size: string;
|
|
40
|
-
options: Record<string, any>;
|
|
41
41
|
description: string;
|
|
42
42
|
dbOptions: Record<string, any>;
|
|
43
43
|
color: unknown[];
|
|
@@ -75,18 +75,18 @@ declare const GPieTable: ({
|
|
|
75
75
|
};
|
|
76
76
|
}>> & Readonly<{}>, {
|
|
77
77
|
props: {
|
|
78
|
+
readonly options: Record<string, any>;
|
|
78
79
|
readonly type: string;
|
|
79
80
|
readonly size: string;
|
|
80
|
-
readonly options: Record<string, any>;
|
|
81
81
|
readonly description: string;
|
|
82
82
|
readonly dbOptions: Record<string, any>;
|
|
83
83
|
readonly color: unknown[];
|
|
84
84
|
};
|
|
85
85
|
pieTableRef: globalThis.Ref<null, null>;
|
|
86
86
|
}, {}, {}, {}, {
|
|
87
|
+
options: Record<string, any>;
|
|
87
88
|
type: string;
|
|
88
89
|
size: string;
|
|
89
|
-
options: Record<string, any>;
|
|
90
90
|
description: string;
|
|
91
91
|
dbOptions: Record<string, any>;
|
|
92
92
|
color: unknown[];
|
|
@@ -121,18 +121,18 @@ declare const GPieTable: ({
|
|
|
121
121
|
};
|
|
122
122
|
}>> & Readonly<{}>, {
|
|
123
123
|
props: {
|
|
124
|
+
readonly options: Record<string, any>;
|
|
124
125
|
readonly type: string;
|
|
125
126
|
readonly size: string;
|
|
126
|
-
readonly options: Record<string, any>;
|
|
127
127
|
readonly description: string;
|
|
128
128
|
readonly dbOptions: Record<string, any>;
|
|
129
129
|
readonly color: unknown[];
|
|
130
130
|
};
|
|
131
131
|
pieTableRef: globalThis.Ref<null, null>;
|
|
132
132
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
133
|
+
options: Record<string, any>;
|
|
133
134
|
type: string;
|
|
134
135
|
size: string;
|
|
135
|
-
options: Record<string, any>;
|
|
136
136
|
description: string;
|
|
137
137
|
dbOptions: Record<string, any>;
|
|
138
138
|
color: unknown[];
|
|
@@ -37,9 +37,9 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
37
37
|
};
|
|
38
38
|
}>, {
|
|
39
39
|
props: {
|
|
40
|
+
readonly options: Record<string, any>;
|
|
40
41
|
readonly type: string;
|
|
41
42
|
readonly size: string;
|
|
42
|
-
readonly options: Record<string, any>;
|
|
43
43
|
readonly description: string;
|
|
44
44
|
readonly dbOptions: Record<string, any>;
|
|
45
45
|
readonly color: unknown[];
|
|
@@ -71,9 +71,9 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
71
71
|
default: () => void;
|
|
72
72
|
};
|
|
73
73
|
}>> & Readonly<{}>, {
|
|
74
|
+
options: Record<string, any>;
|
|
74
75
|
type: string;
|
|
75
76
|
size: string;
|
|
76
|
-
options: Record<string, any>;
|
|
77
77
|
description: string;
|
|
78
78
|
dbOptions: Record<string, any>;
|
|
79
79
|
color: unknown[];
|
|
@@ -34,8 +34,8 @@ declare const GRankingList: ({
|
|
|
34
34
|
};
|
|
35
35
|
}>> & Readonly<{}>, {
|
|
36
36
|
props: {
|
|
37
|
-
readonly icon: boolean;
|
|
38
37
|
readonly type: string;
|
|
38
|
+
readonly icon: boolean;
|
|
39
39
|
readonly description: string;
|
|
40
40
|
readonly sort: string;
|
|
41
41
|
readonly index: number;
|
|
@@ -45,8 +45,8 @@ declare const GRankingList: ({
|
|
|
45
45
|
};
|
|
46
46
|
rankingListRef: globalThis.Ref<null, null>;
|
|
47
47
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
48
|
-
icon: boolean;
|
|
49
48
|
type: string;
|
|
49
|
+
icon: boolean;
|
|
50
50
|
description: string;
|
|
51
51
|
sort: string;
|
|
52
52
|
index: number;
|
|
@@ -95,8 +95,8 @@ declare const GRankingList: ({
|
|
|
95
95
|
};
|
|
96
96
|
}>> & Readonly<{}>, {
|
|
97
97
|
props: {
|
|
98
|
-
readonly icon: boolean;
|
|
99
98
|
readonly type: string;
|
|
99
|
+
readonly icon: boolean;
|
|
100
100
|
readonly description: string;
|
|
101
101
|
readonly sort: string;
|
|
102
102
|
readonly index: number;
|
|
@@ -106,8 +106,8 @@ declare const GRankingList: ({
|
|
|
106
106
|
};
|
|
107
107
|
rankingListRef: globalThis.Ref<null, null>;
|
|
108
108
|
}, {}, {}, {}, {
|
|
109
|
-
icon: boolean;
|
|
110
109
|
type: string;
|
|
110
|
+
icon: boolean;
|
|
111
111
|
description: string;
|
|
112
112
|
sort: string;
|
|
113
113
|
index: number;
|
|
@@ -153,8 +153,8 @@ declare const GRankingList: ({
|
|
|
153
153
|
};
|
|
154
154
|
}>> & Readonly<{}>, {
|
|
155
155
|
props: {
|
|
156
|
-
readonly icon: boolean;
|
|
157
156
|
readonly type: string;
|
|
157
|
+
readonly icon: boolean;
|
|
158
158
|
readonly description: string;
|
|
159
159
|
readonly sort: string;
|
|
160
160
|
readonly index: number;
|
|
@@ -164,8 +164,8 @@ declare const GRankingList: ({
|
|
|
164
164
|
};
|
|
165
165
|
rankingListRef: globalThis.Ref<null, null>;
|
|
166
166
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
167
|
-
icon: boolean;
|
|
168
167
|
type: string;
|
|
168
|
+
icon: boolean;
|
|
169
169
|
description: string;
|
|
170
170
|
sort: string;
|
|
171
171
|
index: number;
|
|
@@ -51,8 +51,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
51
51
|
};
|
|
52
52
|
}>, {
|
|
53
53
|
props: {
|
|
54
|
-
readonly icon: boolean;
|
|
55
54
|
readonly type: string;
|
|
55
|
+
readonly icon: boolean;
|
|
56
56
|
readonly description: string;
|
|
57
57
|
readonly sort: string;
|
|
58
58
|
readonly index: number;
|
|
@@ -95,8 +95,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
95
95
|
default: string;
|
|
96
96
|
};
|
|
97
97
|
}>> & Readonly<{}>, {
|
|
98
|
-
icon: boolean;
|
|
99
98
|
type: string;
|
|
99
|
+
icon: boolean;
|
|
100
100
|
description: string;
|
|
101
101
|
sort: string;
|
|
102
102
|
index: number;
|
package/lib/scatter/index.d.ts
CHANGED
|
@@ -9,8 +9,8 @@ declare const GScatter: ({
|
|
|
9
9
|
getData(): any;
|
|
10
10
|
getIsFinish(): boolean;
|
|
11
11
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
|
|
12
|
-
size: string | number;
|
|
13
12
|
options: Record<string, any>;
|
|
13
|
+
size: string | number;
|
|
14
14
|
description: string;
|
|
15
15
|
dbOptions: Record<string, any>;
|
|
16
16
|
color: string;
|
|
@@ -29,8 +29,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
29
29
|
getData(): any;
|
|
30
30
|
getIsFinish(): boolean;
|
|
31
31
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
32
|
-
size: string | number;
|
|
33
32
|
options: Record<string, any>;
|
|
33
|
+
size: string | number;
|
|
34
34
|
description: string;
|
|
35
35
|
dbOptions: Record<string, any>;
|
|
36
36
|
color: string;
|