g-ui-web 0.11.1 → 0.11.3
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 +11445 -11365
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +58 -58
- 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/line/index.d.ts
CHANGED
|
@@ -1,64 +1,14 @@
|
|
|
1
1
|
declare const GLine: ({
|
|
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
|
-
lineRef: any;
|
|
14
|
-
getData(): null;
|
|
15
|
-
getIsFinish(): boolean;
|
|
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
|
-
};
|
|
31
|
-
dbOptions: {
|
|
32
|
-
type: ObjectConstructor;
|
|
33
|
-
default: {};
|
|
34
|
-
};
|
|
35
|
-
}>> & Readonly<{}>, {
|
|
36
|
-
props: any;
|
|
37
|
-
lineRef: any;
|
|
38
|
-
getData(): null;
|
|
39
|
-
getIsFinish(): boolean;
|
|
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
|
-
};
|
|
52
|
-
dbOptions: {
|
|
53
|
-
type: ObjectConstructor;
|
|
54
|
-
default: {};
|
|
55
|
-
};
|
|
56
|
-
}>> & Readonly<{}>, {
|
|
6
|
+
} & import('vue').ComponentOptionsBase<any, {
|
|
57
7
|
props: any;
|
|
58
8
|
lineRef: any;
|
|
59
9
|
getData(): null;
|
|
60
10
|
getIsFinish(): boolean;
|
|
61
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
11
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
|
|
62
12
|
options: Record<string, any>;
|
|
63
13
|
dbOptions: Record<string, any>;
|
|
64
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>;
|
|
@@ -12,16 +12,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
12
12
|
lineRef: any;
|
|
13
13
|
getData(): null;
|
|
14
14
|
getIsFinish(): boolean;
|
|
15
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
16
|
-
options: {
|
|
17
|
-
type: ObjectConstructor;
|
|
18
|
-
default: {};
|
|
19
|
-
};
|
|
20
|
-
dbOptions: {
|
|
21
|
-
type: ObjectConstructor;
|
|
22
|
-
default: {};
|
|
23
|
-
};
|
|
24
|
-
}>> & Readonly<{}>, {
|
|
15
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
25
16
|
options: Record<string, any>;
|
|
26
17
|
dbOptions: Record<string, any>;
|
|
27
18
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
package/lib/map/index.d.ts
CHANGED
|
@@ -1,58 +1,12 @@
|
|
|
1
1
|
declare const GMap: ({
|
|
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
|
-
mapRef: 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
|
-
mapRef: 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
|
mapRef: 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
|
mapRef: 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/pie/index.d.ts
CHANGED
|
@@ -1,78 +1,14 @@
|
|
|
1
1
|
declare const GPie: ({
|
|
2
|
-
new (...args: any[]):
|
|
3
|
-
type: {
|
|
4
|
-
type: StringConstructor;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
|
-
options: {
|
|
8
|
-
type: ObjectConstructor;
|
|
9
|
-
default: {};
|
|
10
|
-
};
|
|
11
|
-
dbOptions: {
|
|
12
|
-
type: ObjectConstructor;
|
|
13
|
-
default: {};
|
|
14
|
-
};
|
|
15
|
-
}>> & Readonly<{}>, {
|
|
16
|
-
props: any;
|
|
17
|
-
pieRef: globalThis.Ref<null, null>;
|
|
18
|
-
getData(): null;
|
|
19
|
-
getIsFinish(): boolean;
|
|
20
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
21
|
-
type: string;
|
|
22
|
-
options: Record<string, any>;
|
|
23
|
-
dbOptions: Record<string, any>;
|
|
24
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
25
|
-
P: {};
|
|
26
|
-
B: {};
|
|
27
|
-
D: {};
|
|
28
|
-
C: {};
|
|
29
|
-
M: {};
|
|
30
|
-
Defaults: {};
|
|
31
|
-
}, Readonly<globalThis.ExtractPropTypes<{
|
|
32
|
-
type: {
|
|
33
|
-
type: StringConstructor;
|
|
34
|
-
default: string;
|
|
35
|
-
};
|
|
36
|
-
options: {
|
|
37
|
-
type: ObjectConstructor;
|
|
38
|
-
default: {};
|
|
39
|
-
};
|
|
40
|
-
dbOptions: {
|
|
41
|
-
type: ObjectConstructor;
|
|
42
|
-
default: {};
|
|
43
|
-
};
|
|
44
|
-
}>> & Readonly<{}>, {
|
|
45
|
-
props: any;
|
|
46
|
-
pieRef: globalThis.Ref<null, null>;
|
|
47
|
-
getData(): null;
|
|
48
|
-
getIsFinish(): boolean;
|
|
49
|
-
}, {}, {}, {}, {
|
|
50
|
-
type: string;
|
|
51
|
-
options: Record<string, any>;
|
|
52
|
-
dbOptions: Record<string, any>;
|
|
53
|
-
}>;
|
|
2
|
+
new (...args: any[]): any;
|
|
54
3
|
__isFragment?: never;
|
|
55
4
|
__isTeleport?: never;
|
|
56
5
|
__isSuspense?: never;
|
|
57
|
-
} & import('vue').ComponentOptionsBase<
|
|
58
|
-
type: {
|
|
59
|
-
type: StringConstructor;
|
|
60
|
-
default: string;
|
|
61
|
-
};
|
|
62
|
-
options: {
|
|
63
|
-
type: ObjectConstructor;
|
|
64
|
-
default: {};
|
|
65
|
-
};
|
|
66
|
-
dbOptions: {
|
|
67
|
-
type: ObjectConstructor;
|
|
68
|
-
default: {};
|
|
69
|
-
};
|
|
70
|
-
}>> & Readonly<{}>, {
|
|
6
|
+
} & import('vue').ComponentOptionsBase<any, {
|
|
71
7
|
props: any;
|
|
72
8
|
pieRef: globalThis.Ref<null, null>;
|
|
73
9
|
getData(): null;
|
|
74
10
|
getIsFinish(): boolean;
|
|
75
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
11
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
|
|
76
12
|
type: string;
|
|
77
13
|
options: Record<string, any>;
|
|
78
14
|
dbOptions: Record<string, any>;
|
|
@@ -16,20 +16,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
16
16
|
pieRef: globalThis.Ref<null, null>;
|
|
17
17
|
getData(): null;
|
|
18
18
|
getIsFinish(): boolean;
|
|
19
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
20
|
-
type: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
options: {
|
|
25
|
-
type: ObjectConstructor;
|
|
26
|
-
default: {};
|
|
27
|
-
};
|
|
28
|
-
dbOptions: {
|
|
29
|
-
type: ObjectConstructor;
|
|
30
|
-
default: {};
|
|
31
|
-
};
|
|
32
|
-
}>> & Readonly<{}>, {
|
|
19
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
33
20
|
type: string;
|
|
34
21
|
options: Record<string, any>;
|
|
35
22
|
dbOptions: Record<string, any>;
|
|
@@ -1,86 +1,12 @@
|
|
|
1
1
|
declare const GPieDistri: ({
|
|
2
|
-
new (...args: any[]):
|
|
3
|
-
size: {
|
|
4
|
-
type: StringConstructor;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
|
-
options: {
|
|
8
|
-
type: ObjectConstructor;
|
|
9
|
-
default: {};
|
|
10
|
-
};
|
|
11
|
-
type: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
dbOptions: {
|
|
16
|
-
type: ObjectConstructor;
|
|
17
|
-
default: {};
|
|
18
|
-
};
|
|
19
|
-
}>> & Readonly<{}>, {
|
|
20
|
-
props: any;
|
|
21
|
-
pieDistriRef: globalThis.Ref<null, null>;
|
|
22
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
23
|
-
type: string;
|
|
24
|
-
size: string;
|
|
25
|
-
options: Record<string, any>;
|
|
26
|
-
dbOptions: Record<string, any>;
|
|
27
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
28
|
-
P: {};
|
|
29
|
-
B: {};
|
|
30
|
-
D: {};
|
|
31
|
-
C: {};
|
|
32
|
-
M: {};
|
|
33
|
-
Defaults: {};
|
|
34
|
-
}, Readonly<globalThis.ExtractPropTypes<{
|
|
35
|
-
size: {
|
|
36
|
-
type: StringConstructor;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
options: {
|
|
40
|
-
type: ObjectConstructor;
|
|
41
|
-
default: {};
|
|
42
|
-
};
|
|
43
|
-
type: {
|
|
44
|
-
type: StringConstructor;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
dbOptions: {
|
|
48
|
-
type: ObjectConstructor;
|
|
49
|
-
default: {};
|
|
50
|
-
};
|
|
51
|
-
}>> & Readonly<{}>, {
|
|
52
|
-
props: any;
|
|
53
|
-
pieDistriRef: globalThis.Ref<null, null>;
|
|
54
|
-
}, {}, {}, {}, {
|
|
55
|
-
type: string;
|
|
56
|
-
size: string;
|
|
57
|
-
options: Record<string, any>;
|
|
58
|
-
dbOptions: Record<string, any>;
|
|
59
|
-
}>;
|
|
2
|
+
new (...args: any[]): any;
|
|
60
3
|
__isFragment?: never;
|
|
61
4
|
__isTeleport?: never;
|
|
62
5
|
__isSuspense?: never;
|
|
63
|
-
} & import('vue').ComponentOptionsBase<
|
|
64
|
-
size: {
|
|
65
|
-
type: StringConstructor;
|
|
66
|
-
default: string;
|
|
67
|
-
};
|
|
68
|
-
options: {
|
|
69
|
-
type: ObjectConstructor;
|
|
70
|
-
default: {};
|
|
71
|
-
};
|
|
72
|
-
type: {
|
|
73
|
-
type: StringConstructor;
|
|
74
|
-
default: string;
|
|
75
|
-
};
|
|
76
|
-
dbOptions: {
|
|
77
|
-
type: ObjectConstructor;
|
|
78
|
-
default: {};
|
|
79
|
-
};
|
|
80
|
-
}>> & Readonly<{}>, {
|
|
6
|
+
} & import('vue').ComponentOptionsBase<any, {
|
|
81
7
|
props: any;
|
|
82
8
|
pieDistriRef: globalThis.Ref<null, null>;
|
|
83
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
9
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
|
|
84
10
|
type: string;
|
|
85
11
|
size: string;
|
|
86
12
|
options: Record<string, any>;
|
|
@@ -18,24 +18,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
18
18
|
}>, {
|
|
19
19
|
props: any;
|
|
20
20
|
pieDistriRef: globalThis.Ref<null, null>;
|
|
21
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
22
|
-
size: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
options: {
|
|
27
|
-
type: ObjectConstructor;
|
|
28
|
-
default: {};
|
|
29
|
-
};
|
|
30
|
-
type: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
dbOptions: {
|
|
35
|
-
type: ObjectConstructor;
|
|
36
|
-
default: {};
|
|
37
|
-
};
|
|
38
|
-
}>> & Readonly<{}>, {
|
|
21
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
39
22
|
type: string;
|
|
40
23
|
size: string;
|
|
41
24
|
options: Record<string, any>;
|
package/lib/pie-level/index.d.ts
CHANGED
|
@@ -1,120 +1,11 @@
|
|
|
1
1
|
declare const GPieLevel: ({
|
|
2
|
-
new (...args: any[]):
|
|
3
|
-
size: {
|
|
4
|
-
type: StringConstructor;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
|
-
options: {
|
|
8
|
-
type: ObjectConstructor;
|
|
9
|
-
default: {};
|
|
10
|
-
};
|
|
11
|
-
type: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
isMarkLine: {
|
|
16
|
-
type: BooleanConstructor;
|
|
17
|
-
default: boolean;
|
|
18
|
-
};
|
|
19
|
-
markLineData: {
|
|
20
|
-
type: ArrayConstructor;
|
|
21
|
-
default: {
|
|
22
|
-
x: string;
|
|
23
|
-
y: string;
|
|
24
|
-
}[][];
|
|
25
|
-
};
|
|
26
|
-
dbOptions: {
|
|
27
|
-
type: ObjectConstructor;
|
|
28
|
-
default: {};
|
|
29
|
-
};
|
|
30
|
-
}>> & Readonly<{}>, {
|
|
31
|
-
props: any;
|
|
32
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
33
|
-
type: string;
|
|
34
|
-
size: string;
|
|
35
|
-
options: Record<string, any>;
|
|
36
|
-
dbOptions: Record<string, any>;
|
|
37
|
-
isMarkLine: boolean;
|
|
38
|
-
markLineData: unknown[];
|
|
39
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
40
|
-
P: {};
|
|
41
|
-
B: {};
|
|
42
|
-
D: {};
|
|
43
|
-
C: {};
|
|
44
|
-
M: {};
|
|
45
|
-
Defaults: {};
|
|
46
|
-
}, Readonly<globalThis.ExtractPropTypes<{
|
|
47
|
-
size: {
|
|
48
|
-
type: StringConstructor;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
options: {
|
|
52
|
-
type: ObjectConstructor;
|
|
53
|
-
default: {};
|
|
54
|
-
};
|
|
55
|
-
type: {
|
|
56
|
-
type: StringConstructor;
|
|
57
|
-
default: string;
|
|
58
|
-
};
|
|
59
|
-
isMarkLine: {
|
|
60
|
-
type: BooleanConstructor;
|
|
61
|
-
default: boolean;
|
|
62
|
-
};
|
|
63
|
-
markLineData: {
|
|
64
|
-
type: ArrayConstructor;
|
|
65
|
-
default: {
|
|
66
|
-
x: string;
|
|
67
|
-
y: string;
|
|
68
|
-
}[][];
|
|
69
|
-
};
|
|
70
|
-
dbOptions: {
|
|
71
|
-
type: ObjectConstructor;
|
|
72
|
-
default: {};
|
|
73
|
-
};
|
|
74
|
-
}>> & Readonly<{}>, {
|
|
75
|
-
props: any;
|
|
76
|
-
}, {}, {}, {}, {
|
|
77
|
-
type: string;
|
|
78
|
-
size: string;
|
|
79
|
-
options: Record<string, any>;
|
|
80
|
-
dbOptions: Record<string, any>;
|
|
81
|
-
isMarkLine: boolean;
|
|
82
|
-
markLineData: unknown[];
|
|
83
|
-
}>;
|
|
2
|
+
new (...args: any[]): any;
|
|
84
3
|
__isFragment?: never;
|
|
85
4
|
__isTeleport?: never;
|
|
86
5
|
__isSuspense?: never;
|
|
87
|
-
} & import('vue').ComponentOptionsBase<
|
|
88
|
-
size: {
|
|
89
|
-
type: StringConstructor;
|
|
90
|
-
default: string;
|
|
91
|
-
};
|
|
92
|
-
options: {
|
|
93
|
-
type: ObjectConstructor;
|
|
94
|
-
default: {};
|
|
95
|
-
};
|
|
96
|
-
type: {
|
|
97
|
-
type: StringConstructor;
|
|
98
|
-
default: string;
|
|
99
|
-
};
|
|
100
|
-
isMarkLine: {
|
|
101
|
-
type: BooleanConstructor;
|
|
102
|
-
default: boolean;
|
|
103
|
-
};
|
|
104
|
-
markLineData: {
|
|
105
|
-
type: ArrayConstructor;
|
|
106
|
-
default: {
|
|
107
|
-
x: string;
|
|
108
|
-
y: string;
|
|
109
|
-
}[][];
|
|
110
|
-
};
|
|
111
|
-
dbOptions: {
|
|
112
|
-
type: ObjectConstructor;
|
|
113
|
-
default: {};
|
|
114
|
-
};
|
|
115
|
-
}>> & Readonly<{}>, {
|
|
6
|
+
} & import('vue').ComponentOptionsBase<any, {
|
|
116
7
|
props: any;
|
|
117
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
8
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
|
|
118
9
|
type: string;
|
|
119
10
|
size: string;
|
|
120
11
|
options: Record<string, any>;
|
|
@@ -28,35 +28,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
28
28
|
};
|
|
29
29
|
}>, {
|
|
30
30
|
props: any;
|
|
31
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
32
|
-
size: {
|
|
33
|
-
type: StringConstructor;
|
|
34
|
-
default: string;
|
|
35
|
-
};
|
|
36
|
-
options: {
|
|
37
|
-
type: ObjectConstructor;
|
|
38
|
-
default: {};
|
|
39
|
-
};
|
|
40
|
-
type: {
|
|
41
|
-
type: StringConstructor;
|
|
42
|
-
default: string;
|
|
43
|
-
};
|
|
44
|
-
isMarkLine: {
|
|
45
|
-
type: BooleanConstructor;
|
|
46
|
-
default: boolean;
|
|
47
|
-
};
|
|
48
|
-
markLineData: {
|
|
49
|
-
type: ArrayConstructor;
|
|
50
|
-
default: {
|
|
51
|
-
x: string;
|
|
52
|
-
y: string;
|
|
53
|
-
}[][];
|
|
54
|
-
};
|
|
55
|
-
dbOptions: {
|
|
56
|
-
type: ObjectConstructor;
|
|
57
|
-
default: {};
|
|
58
|
-
};
|
|
59
|
-
}>> & Readonly<{}>, {
|
|
31
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
60
32
|
type: string;
|
|
61
33
|
size: string;
|
|
62
34
|
options: Record<string, any>;
|
package/lib/radar/index.d.ts
CHANGED
|
@@ -1,58 +1,12 @@
|
|
|
1
1
|
declare const GRadar: ({
|
|
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
|
-
radarRef: 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
|
-
radarRef: 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
|
radarRef: 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
|
radarRef: 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>;
|