g-ui-web 0.11.0 → 0.11.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/bar/index.d.ts +3 -59
- package/lib/bar/src/index.vue.d.ts +1 -12
- package/lib/bar-compare/index.d.ts +3 -55
- package/lib/bar-compare/src/index.vue.d.ts +1 -12
- package/lib/bar-conv/index.d.ts +3 -49
- package/lib/bar-conv/src/index.vue.d.ts +1 -10
- package/lib/bar-line/index.d.ts +3 -49
- package/lib/bar-line/src/index.vue.d.ts +1 -10
- package/lib/cashflow/index.d.ts +3 -55
- package/lib/cashflow/src/index.vue.d.ts +1 -10
- package/lib/chart/index.d.ts +1 -0
- package/lib/chart/src/index.vue.d.ts +5 -0
- package/lib/funnel/index.d.ts +3 -49
- package/lib/funnel/src/index.vue.d.ts +1 -10
- package/lib/g-ui-web.js +15327 -15233
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +52 -52
- package/lib/line/index.d.ts +3 -53
- package/lib/line/src/index.vue.d.ts +1 -10
- package/lib/map/index.d.ts +3 -49
- package/lib/map/src/index.vue.d.ts +1 -10
- package/lib/pie/index.d.ts +3 -67
- package/lib/pie/src/index.vue.d.ts +1 -14
- package/lib/pie-distri/index.d.ts +3 -77
- package/lib/pie-distri/src/index.vue.d.ts +1 -18
- package/lib/pie-level/index.d.ts +3 -112
- package/lib/pie-level/src/index.vue.d.ts +1 -29
- package/lib/radar/index.d.ts +3 -49
- package/lib/radar/src/index.vue.d.ts +1 -10
- package/lib/reserve/index.d.ts +3 -55
- package/lib/reserve/src/index.vue.d.ts +1 -10
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/package.json +1 -1
package/lib/bar/index.d.ts
CHANGED
|
@@ -1,70 +1,14 @@
|
|
|
1
1
|
declare const GBar: ({
|
|
2
|
-
new (...args: any[]):
|
|
3
|
-
options: {
|
|
4
|
-
type: ObjectConstructor;
|
|
5
|
-
default: () => {
|
|
6
|
-
direction: string;
|
|
7
|
-
};
|
|
8
|
-
};
|
|
9
|
-
dbOptions: {
|
|
10
|
-
type: ObjectConstructor;
|
|
11
|
-
default: {};
|
|
12
|
-
};
|
|
13
|
-
}>> & Readonly<{}>, {
|
|
14
|
-
props: any;
|
|
15
|
-
barRef: any;
|
|
16
|
-
getData(): null;
|
|
17
|
-
getIsFinish(): boolean;
|
|
18
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
19
|
-
options: Record<string, any>;
|
|
20
|
-
dbOptions: Record<string, any>;
|
|
21
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
22
|
-
P: {};
|
|
23
|
-
B: {};
|
|
24
|
-
D: {};
|
|
25
|
-
C: {};
|
|
26
|
-
M: {};
|
|
27
|
-
Defaults: {};
|
|
28
|
-
}, Readonly<globalThis.ExtractPropTypes<{
|
|
29
|
-
options: {
|
|
30
|
-
type: ObjectConstructor;
|
|
31
|
-
default: () => {
|
|
32
|
-
direction: string;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
dbOptions: {
|
|
36
|
-
type: ObjectConstructor;
|
|
37
|
-
default: {};
|
|
38
|
-
};
|
|
39
|
-
}>> & Readonly<{}>, {
|
|
40
|
-
props: any;
|
|
41
|
-
barRef: any;
|
|
42
|
-
getData(): null;
|
|
43
|
-
getIsFinish(): boolean;
|
|
44
|
-
}, {}, {}, {}, {
|
|
45
|
-
options: Record<string, any>;
|
|
46
|
-
dbOptions: Record<string, any>;
|
|
47
|
-
}>;
|
|
2
|
+
new (...args: any[]): any;
|
|
48
3
|
__isFragment?: never;
|
|
49
4
|
__isTeleport?: never;
|
|
50
5
|
__isSuspense?: never;
|
|
51
|
-
} & import('vue').ComponentOptionsBase<
|
|
52
|
-
options: {
|
|
53
|
-
type: ObjectConstructor;
|
|
54
|
-
default: () => {
|
|
55
|
-
direction: string;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
dbOptions: {
|
|
59
|
-
type: ObjectConstructor;
|
|
60
|
-
default: {};
|
|
61
|
-
};
|
|
62
|
-
}>> & Readonly<{}>, {
|
|
6
|
+
} & import('vue').ComponentOptionsBase<any, {
|
|
63
7
|
props: any;
|
|
64
8
|
barRef: any;
|
|
65
9
|
getData(): null;
|
|
66
10
|
getIsFinish(): boolean;
|
|
67
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
11
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
|
|
68
12
|
options: Record<string, any>;
|
|
69
13
|
dbOptions: Record<string, any>;
|
|
70
14
|
}, {}, 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>;
|
|
@@ -14,18 +14,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
14
14
|
barRef: any;
|
|
15
15
|
getData(): null;
|
|
16
16
|
getIsFinish(): boolean;
|
|
17
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
18
|
-
options: {
|
|
19
|
-
type: ObjectConstructor;
|
|
20
|
-
default: () => {
|
|
21
|
-
direction: string;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
dbOptions: {
|
|
25
|
-
type: ObjectConstructor;
|
|
26
|
-
default: {};
|
|
27
|
-
};
|
|
28
|
-
}>> & Readonly<{}>, {
|
|
17
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
29
18
|
options: Record<string, any>;
|
|
30
19
|
dbOptions: Record<string, any>;
|
|
31
20
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,64 +1,12 @@
|
|
|
1
1
|
declare const GBarCompare: ({
|
|
2
|
-
new (...args: any[]):
|
|
3
|
-
options: {
|
|
4
|
-
type: ObjectConstructor;
|
|
5
|
-
default: () => {
|
|
6
|
-
direction: string;
|
|
7
|
-
};
|
|
8
|
-
};
|
|
9
|
-
dbOptions: {
|
|
10
|
-
type: ObjectConstructor;
|
|
11
|
-
default: {};
|
|
12
|
-
};
|
|
13
|
-
}>> & Readonly<{}>, {
|
|
14
|
-
props: any;
|
|
15
|
-
barCompareRef: globalThis.Ref<null, null>;
|
|
16
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
17
|
-
options: Record<string, any>;
|
|
18
|
-
dbOptions: Record<string, any>;
|
|
19
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
20
|
-
P: {};
|
|
21
|
-
B: {};
|
|
22
|
-
D: {};
|
|
23
|
-
C: {};
|
|
24
|
-
M: {};
|
|
25
|
-
Defaults: {};
|
|
26
|
-
}, Readonly<globalThis.ExtractPropTypes<{
|
|
27
|
-
options: {
|
|
28
|
-
type: ObjectConstructor;
|
|
29
|
-
default: () => {
|
|
30
|
-
direction: string;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
dbOptions: {
|
|
34
|
-
type: ObjectConstructor;
|
|
35
|
-
default: {};
|
|
36
|
-
};
|
|
37
|
-
}>> & Readonly<{}>, {
|
|
38
|
-
props: any;
|
|
39
|
-
barCompareRef: globalThis.Ref<null, null>;
|
|
40
|
-
}, {}, {}, {}, {
|
|
41
|
-
options: Record<string, any>;
|
|
42
|
-
dbOptions: Record<string, any>;
|
|
43
|
-
}>;
|
|
2
|
+
new (...args: any[]): any;
|
|
44
3
|
__isFragment?: never;
|
|
45
4
|
__isTeleport?: never;
|
|
46
5
|
__isSuspense?: never;
|
|
47
|
-
} & import('vue').ComponentOptionsBase<
|
|
48
|
-
options: {
|
|
49
|
-
type: ObjectConstructor;
|
|
50
|
-
default: () => {
|
|
51
|
-
direction: string;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
dbOptions: {
|
|
55
|
-
type: ObjectConstructor;
|
|
56
|
-
default: {};
|
|
57
|
-
};
|
|
58
|
-
}>> & Readonly<{}>, {
|
|
6
|
+
} & import('vue').ComponentOptionsBase<any, {
|
|
59
7
|
props: any;
|
|
60
8
|
barCompareRef: globalThis.Ref<null, null>;
|
|
61
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
9
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
|
|
62
10
|
options: Record<string, any>;
|
|
63
11
|
dbOptions: Record<string, any>;
|
|
64
12
|
}, {}, 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>;
|
|
@@ -12,18 +12,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
12
12
|
}>, {
|
|
13
13
|
props: any;
|
|
14
14
|
barCompareRef: globalThis.Ref<null, null>;
|
|
15
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
16
|
-
options: {
|
|
17
|
-
type: ObjectConstructor;
|
|
18
|
-
default: () => {
|
|
19
|
-
direction: string;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
dbOptions: {
|
|
23
|
-
type: ObjectConstructor;
|
|
24
|
-
default: {};
|
|
25
|
-
};
|
|
26
|
-
}>> & Readonly<{}>, {
|
|
15
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
27
16
|
options: Record<string, any>;
|
|
28
17
|
dbOptions: Record<string, any>;
|
|
29
18
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
package/lib/bar-conv/index.d.ts
CHANGED
|
@@ -1,58 +1,12 @@
|
|
|
1
1
|
declare const GBarConv: ({
|
|
2
|
-
new (...args: any[]):
|
|
3
|
-
options: {
|
|
4
|
-
type: ObjectConstructor;
|
|
5
|
-
default: {};
|
|
6
|
-
};
|
|
7
|
-
dbOptions: {
|
|
8
|
-
type: ObjectConstructor;
|
|
9
|
-
default: {};
|
|
10
|
-
};
|
|
11
|
-
}>> & Readonly<{}>, {
|
|
12
|
-
props: any;
|
|
13
|
-
barConvRef: globalThis.Ref<null, null>;
|
|
14
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
15
|
-
options: Record<string, any>;
|
|
16
|
-
dbOptions: Record<string, any>;
|
|
17
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
18
|
-
P: {};
|
|
19
|
-
B: {};
|
|
20
|
-
D: {};
|
|
21
|
-
C: {};
|
|
22
|
-
M: {};
|
|
23
|
-
Defaults: {};
|
|
24
|
-
}, Readonly<globalThis.ExtractPropTypes<{
|
|
25
|
-
options: {
|
|
26
|
-
type: ObjectConstructor;
|
|
27
|
-
default: {};
|
|
28
|
-
};
|
|
29
|
-
dbOptions: {
|
|
30
|
-
type: ObjectConstructor;
|
|
31
|
-
default: {};
|
|
32
|
-
};
|
|
33
|
-
}>> & Readonly<{}>, {
|
|
34
|
-
props: any;
|
|
35
|
-
barConvRef: globalThis.Ref<null, null>;
|
|
36
|
-
}, {}, {}, {}, {
|
|
37
|
-
options: Record<string, any>;
|
|
38
|
-
dbOptions: Record<string, any>;
|
|
39
|
-
}>;
|
|
2
|
+
new (...args: any[]): any;
|
|
40
3
|
__isFragment?: never;
|
|
41
4
|
__isTeleport?: never;
|
|
42
5
|
__isSuspense?: never;
|
|
43
|
-
} & import('vue').ComponentOptionsBase<
|
|
44
|
-
options: {
|
|
45
|
-
type: ObjectConstructor;
|
|
46
|
-
default: {};
|
|
47
|
-
};
|
|
48
|
-
dbOptions: {
|
|
49
|
-
type: ObjectConstructor;
|
|
50
|
-
default: {};
|
|
51
|
-
};
|
|
52
|
-
}>> & Readonly<{}>, {
|
|
6
|
+
} & import('vue').ComponentOptionsBase<any, {
|
|
53
7
|
props: any;
|
|
54
8
|
barConvRef: globalThis.Ref<null, null>;
|
|
55
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
9
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
|
|
56
10
|
options: Record<string, any>;
|
|
57
11
|
dbOptions: Record<string, any>;
|
|
58
12
|
}, {}, 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>;
|
|
@@ -10,16 +10,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
10
10
|
}>, {
|
|
11
11
|
props: any;
|
|
12
12
|
barConvRef: globalThis.Ref<null, null>;
|
|
13
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
14
|
-
options: {
|
|
15
|
-
type: ObjectConstructor;
|
|
16
|
-
default: {};
|
|
17
|
-
};
|
|
18
|
-
dbOptions: {
|
|
19
|
-
type: ObjectConstructor;
|
|
20
|
-
default: {};
|
|
21
|
-
};
|
|
22
|
-
}>> & Readonly<{}>, {
|
|
13
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
23
14
|
options: Record<string, any>;
|
|
24
15
|
dbOptions: Record<string, any>;
|
|
25
16
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
package/lib/bar-line/index.d.ts
CHANGED
|
@@ -1,58 +1,12 @@
|
|
|
1
1
|
declare const GBarLine: ({
|
|
2
|
-
new (...args: any[]):
|
|
3
|
-
options: {
|
|
4
|
-
type: ObjectConstructor;
|
|
5
|
-
default: {};
|
|
6
|
-
};
|
|
7
|
-
dbOptions: {
|
|
8
|
-
type: ObjectConstructor;
|
|
9
|
-
default: {};
|
|
10
|
-
};
|
|
11
|
-
}>> & Readonly<{}>, {
|
|
12
|
-
props: any;
|
|
13
|
-
barLineRef: globalThis.Ref<null, null>;
|
|
14
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
15
|
-
options: Record<string, any>;
|
|
16
|
-
dbOptions: Record<string, any>;
|
|
17
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
18
|
-
P: {};
|
|
19
|
-
B: {};
|
|
20
|
-
D: {};
|
|
21
|
-
C: {};
|
|
22
|
-
M: {};
|
|
23
|
-
Defaults: {};
|
|
24
|
-
}, Readonly<globalThis.ExtractPropTypes<{
|
|
25
|
-
options: {
|
|
26
|
-
type: ObjectConstructor;
|
|
27
|
-
default: {};
|
|
28
|
-
};
|
|
29
|
-
dbOptions: {
|
|
30
|
-
type: ObjectConstructor;
|
|
31
|
-
default: {};
|
|
32
|
-
};
|
|
33
|
-
}>> & Readonly<{}>, {
|
|
34
|
-
props: any;
|
|
35
|
-
barLineRef: globalThis.Ref<null, null>;
|
|
36
|
-
}, {}, {}, {}, {
|
|
37
|
-
options: Record<string, any>;
|
|
38
|
-
dbOptions: Record<string, any>;
|
|
39
|
-
}>;
|
|
2
|
+
new (...args: any[]): any;
|
|
40
3
|
__isFragment?: never;
|
|
41
4
|
__isTeleport?: never;
|
|
42
5
|
__isSuspense?: never;
|
|
43
|
-
} & import('vue').ComponentOptionsBase<
|
|
44
|
-
options: {
|
|
45
|
-
type: ObjectConstructor;
|
|
46
|
-
default: {};
|
|
47
|
-
};
|
|
48
|
-
dbOptions: {
|
|
49
|
-
type: ObjectConstructor;
|
|
50
|
-
default: {};
|
|
51
|
-
};
|
|
52
|
-
}>> & Readonly<{}>, {
|
|
6
|
+
} & import('vue').ComponentOptionsBase<any, {
|
|
53
7
|
props: any;
|
|
54
8
|
barLineRef: globalThis.Ref<null, null>;
|
|
55
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
9
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
|
|
56
10
|
options: Record<string, any>;
|
|
57
11
|
dbOptions: Record<string, any>;
|
|
58
12
|
}, {}, 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>;
|
|
@@ -10,16 +10,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
10
10
|
}>, {
|
|
11
11
|
props: any;
|
|
12
12
|
barLineRef: globalThis.Ref<null, null>;
|
|
13
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
14
|
-
options: {
|
|
15
|
-
type: ObjectConstructor;
|
|
16
|
-
default: {};
|
|
17
|
-
};
|
|
18
|
-
dbOptions: {
|
|
19
|
-
type: ObjectConstructor;
|
|
20
|
-
default: {};
|
|
21
|
-
};
|
|
22
|
-
}>> & Readonly<{}>, {
|
|
13
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
23
14
|
options: Record<string, any>;
|
|
24
15
|
dbOptions: Record<string, any>;
|
|
25
16
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
package/lib/cashflow/index.d.ts
CHANGED
|
@@ -1,67 +1,15 @@
|
|
|
1
1
|
declare const GCashflow: ({
|
|
2
|
-
new (...args: any[]):
|
|
3
|
-
dbOptions: {
|
|
4
|
-
type: ObjectConstructor;
|
|
5
|
-
default: {};
|
|
6
|
-
};
|
|
7
|
-
tooltipLocation: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
}>> & Readonly<{}>, {
|
|
12
|
-
props: {
|
|
13
|
-
readonly dbOptions: Record<string, any>;
|
|
14
|
-
readonly tooltipLocation: string;
|
|
15
|
-
};
|
|
16
|
-
cashflowRef: globalThis.Ref<null, null>;
|
|
17
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
18
|
-
dbOptions: Record<string, any>;
|
|
19
|
-
tooltipLocation: string;
|
|
20
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
21
|
-
P: {};
|
|
22
|
-
B: {};
|
|
23
|
-
D: {};
|
|
24
|
-
C: {};
|
|
25
|
-
M: {};
|
|
26
|
-
Defaults: {};
|
|
27
|
-
}, Readonly<globalThis.ExtractPropTypes<{
|
|
28
|
-
dbOptions: {
|
|
29
|
-
type: ObjectConstructor;
|
|
30
|
-
default: {};
|
|
31
|
-
};
|
|
32
|
-
tooltipLocation: {
|
|
33
|
-
type: StringConstructor;
|
|
34
|
-
default: string;
|
|
35
|
-
};
|
|
36
|
-
}>> & Readonly<{}>, {
|
|
37
|
-
props: {
|
|
38
|
-
readonly dbOptions: Record<string, any>;
|
|
39
|
-
readonly tooltipLocation: string;
|
|
40
|
-
};
|
|
41
|
-
cashflowRef: globalThis.Ref<null, null>;
|
|
42
|
-
}, {}, {}, {}, {
|
|
43
|
-
dbOptions: Record<string, any>;
|
|
44
|
-
tooltipLocation: string;
|
|
45
|
-
}>;
|
|
2
|
+
new (...args: any[]): any;
|
|
46
3
|
__isFragment?: never;
|
|
47
4
|
__isTeleport?: never;
|
|
48
5
|
__isSuspense?: never;
|
|
49
|
-
} & import('vue').ComponentOptionsBase<
|
|
50
|
-
dbOptions: {
|
|
51
|
-
type: ObjectConstructor;
|
|
52
|
-
default: {};
|
|
53
|
-
};
|
|
54
|
-
tooltipLocation: {
|
|
55
|
-
type: StringConstructor;
|
|
56
|
-
default: string;
|
|
57
|
-
};
|
|
58
|
-
}>> & Readonly<{}>, {
|
|
6
|
+
} & import('vue').ComponentOptionsBase<any, {
|
|
59
7
|
props: {
|
|
60
8
|
readonly dbOptions: Record<string, any>;
|
|
61
9
|
readonly tooltipLocation: string;
|
|
62
10
|
};
|
|
63
11
|
cashflowRef: globalThis.Ref<null, null>;
|
|
64
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
12
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
|
|
65
13
|
dbOptions: Record<string, any>;
|
|
66
14
|
tooltipLocation: string;
|
|
67
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>;
|
|
@@ -13,16 +13,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
13
13
|
readonly tooltipLocation: string;
|
|
14
14
|
};
|
|
15
15
|
cashflowRef: globalThis.Ref<null, null>;
|
|
16
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
17
|
-
dbOptions: {
|
|
18
|
-
type: ObjectConstructor;
|
|
19
|
-
default: {};
|
|
20
|
-
};
|
|
21
|
-
tooltipLocation: {
|
|
22
|
-
type: StringConstructor;
|
|
23
|
-
default: string;
|
|
24
|
-
};
|
|
25
|
-
}>> & Readonly<{}>, {
|
|
16
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
26
17
|
dbOptions: Record<string, any>;
|
|
27
18
|
tooltipLocation: string;
|
|
28
19
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
package/lib/chart/index.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ 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;
|
|
10
11
|
options: Record<string, any>;
|
|
11
12
|
mapName: string;
|
|
12
13
|
mapJson: Record<string, any>;
|
|
@@ -19,6 +19,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
19
19
|
color: any;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
|
+
id: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: () => string;
|
|
25
|
+
};
|
|
22
26
|
theme: {
|
|
23
27
|
type: StringConstructor;
|
|
24
28
|
default: string;
|
|
@@ -43,6 +47,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
43
47
|
myChart: import('vue').ShallowRef<any, any>;
|
|
44
48
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
45
49
|
theme: string;
|
|
50
|
+
id: string;
|
|
46
51
|
options: Record<string, any>;
|
|
47
52
|
mapName: string;
|
|
48
53
|
mapJson: Record<string, any>;
|
package/lib/funnel/index.d.ts
CHANGED
|
@@ -1,58 +1,12 @@
|
|
|
1
1
|
declare const GFunnel: ({
|
|
2
|
-
new (...args: any[]):
|
|
3
|
-
options: {
|
|
4
|
-
type: ObjectConstructor;
|
|
5
|
-
default: {};
|
|
6
|
-
};
|
|
7
|
-
dbOptions: {
|
|
8
|
-
type: ObjectConstructor;
|
|
9
|
-
default: {};
|
|
10
|
-
};
|
|
11
|
-
}>> & Readonly<{}>, {
|
|
12
|
-
props: any;
|
|
13
|
-
funnelRef: globalThis.Ref<null, null>;
|
|
14
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
15
|
-
options: Record<string, any>;
|
|
16
|
-
dbOptions: Record<string, any>;
|
|
17
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
18
|
-
P: {};
|
|
19
|
-
B: {};
|
|
20
|
-
D: {};
|
|
21
|
-
C: {};
|
|
22
|
-
M: {};
|
|
23
|
-
Defaults: {};
|
|
24
|
-
}, Readonly<globalThis.ExtractPropTypes<{
|
|
25
|
-
options: {
|
|
26
|
-
type: ObjectConstructor;
|
|
27
|
-
default: {};
|
|
28
|
-
};
|
|
29
|
-
dbOptions: {
|
|
30
|
-
type: ObjectConstructor;
|
|
31
|
-
default: {};
|
|
32
|
-
};
|
|
33
|
-
}>> & Readonly<{}>, {
|
|
34
|
-
props: any;
|
|
35
|
-
funnelRef: globalThis.Ref<null, null>;
|
|
36
|
-
}, {}, {}, {}, {
|
|
37
|
-
options: Record<string, any>;
|
|
38
|
-
dbOptions: Record<string, any>;
|
|
39
|
-
}>;
|
|
2
|
+
new (...args: any[]): any;
|
|
40
3
|
__isFragment?: never;
|
|
41
4
|
__isTeleport?: never;
|
|
42
5
|
__isSuspense?: never;
|
|
43
|
-
} & import('vue').ComponentOptionsBase<
|
|
44
|
-
options: {
|
|
45
|
-
type: ObjectConstructor;
|
|
46
|
-
default: {};
|
|
47
|
-
};
|
|
48
|
-
dbOptions: {
|
|
49
|
-
type: ObjectConstructor;
|
|
50
|
-
default: {};
|
|
51
|
-
};
|
|
52
|
-
}>> & Readonly<{}>, {
|
|
6
|
+
} & import('vue').ComponentOptionsBase<any, {
|
|
53
7
|
props: any;
|
|
54
8
|
funnelRef: globalThis.Ref<null, null>;
|
|
55
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
9
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
|
|
56
10
|
options: Record<string, any>;
|
|
57
11
|
dbOptions: Record<string, any>;
|
|
58
12
|
}, {}, 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>;
|
|
@@ -10,16 +10,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
10
10
|
}>, {
|
|
11
11
|
props: any;
|
|
12
12
|
funnelRef: globalThis.Ref<null, null>;
|
|
13
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
14
|
-
options: {
|
|
15
|
-
type: ObjectConstructor;
|
|
16
|
-
default: {};
|
|
17
|
-
};
|
|
18
|
-
dbOptions: {
|
|
19
|
-
type: ObjectConstructor;
|
|
20
|
-
default: {};
|
|
21
|
-
};
|
|
22
|
-
}>> & Readonly<{}>, {
|
|
13
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
23
14
|
options: Record<string, any>;
|
|
24
15
|
dbOptions: Record<string, any>;
|
|
25
16
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|