g-ui-web 1.3.44 → 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 +20 -20
- package/lib/g-ui-web.iife.js +20 -20
- package/lib/g-ui-web.iife.js.gz +0 -0
- package/lib/g-ui-web.js +41168 -41169
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +20 -20
- 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/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
|
@@ -181,9 +181,9 @@ declare function __VLS_template(): {
|
|
|
181
181
|
readonly hideAfter: number;
|
|
182
182
|
readonly autoClose: number;
|
|
183
183
|
readonly tabindex: string | number;
|
|
184
|
+
readonly title?: string | undefined;
|
|
184
185
|
readonly offset?: number | undefined;
|
|
185
186
|
readonly appendTo?: (string | HTMLElement) | undefined;
|
|
186
|
-
readonly title?: string | undefined;
|
|
187
187
|
readonly transition?: string | undefined;
|
|
188
188
|
readonly popperClass?: (string | {
|
|
189
189
|
[x: string]: boolean;
|
package/lib/chart/index.d.ts
CHANGED
|
@@ -7,8 +7,8 @@ declare const GChart: ({
|
|
|
7
7
|
myChart: import('vue').ShallowRef<any, any>;
|
|
8
8
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
|
|
9
9
|
theme: string;
|
|
10
|
-
id: string;
|
|
11
10
|
options: Record<string, any>;
|
|
11
|
+
id: string;
|
|
12
12
|
mapName: string;
|
|
13
13
|
mapJson: Record<string, any>;
|
|
14
14
|
isEmpty: boolean | Function;
|
|
@@ -44,8 +44,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
44
44
|
myChart: import('vue').ShallowRef<any, any>;
|
|
45
45
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
46
46
|
theme: string;
|
|
47
|
-
id: string;
|
|
48
47
|
options: Record<string, any>;
|
|
48
|
+
id: string;
|
|
49
49
|
mapName: string;
|
|
50
50
|
mapJson: Record<string, any>;
|
|
51
51
|
isEmpty: boolean | Function;
|
|
@@ -24,8 +24,8 @@ declare const GDynamicTarget: ({
|
|
|
24
24
|
props: any;
|
|
25
25
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
26
26
|
type: string;
|
|
27
|
-
size: string;
|
|
28
27
|
title: string;
|
|
28
|
+
size: string;
|
|
29
29
|
dbOptions: Record<string, any>;
|
|
30
30
|
trends: unknown[];
|
|
31
31
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -60,8 +60,8 @@ declare const GDynamicTarget: ({
|
|
|
60
60
|
props: any;
|
|
61
61
|
}, {}, {}, {}, {
|
|
62
62
|
type: string;
|
|
63
|
-
size: string;
|
|
64
63
|
title: string;
|
|
64
|
+
size: string;
|
|
65
65
|
dbOptions: Record<string, any>;
|
|
66
66
|
trends: unknown[];
|
|
67
67
|
}>;
|
|
@@ -93,8 +93,8 @@ declare const GDynamicTarget: ({
|
|
|
93
93
|
props: any;
|
|
94
94
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
95
95
|
type: string;
|
|
96
|
-
size: string;
|
|
97
96
|
title: string;
|
|
97
|
+
size: string;
|
|
98
98
|
dbOptions: Record<string, any>;
|
|
99
99
|
trends: unknown[];
|
|
100
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>;
|
|
@@ -44,8 +44,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
44
44
|
};
|
|
45
45
|
}>> & Readonly<{}>, {
|
|
46
46
|
type: string;
|
|
47
|
-
size: string;
|
|
48
47
|
title: string;
|
|
48
|
+
size: string;
|
|
49
49
|
dbOptions: Record<string, any>;
|
|
50
50
|
trends: unknown[];
|
|
51
51
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|