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/reserve/index.d.ts
CHANGED
|
@@ -1,67 +1,15 @@
|
|
|
1
1
|
declare const GReserve: ({
|
|
2
|
-
new (...args: any[]):
|
|
3
|
-
color: {
|
|
4
|
-
type: ArrayConstructor;
|
|
5
|
-
default: never[];
|
|
6
|
-
};
|
|
7
|
-
dbOptions: {
|
|
8
|
-
type: ObjectConstructor;
|
|
9
|
-
default: () => {};
|
|
10
|
-
};
|
|
11
|
-
}>> & Readonly<{}>, {
|
|
12
|
-
props: {
|
|
13
|
-
readonly dbOptions: Record<string, any>;
|
|
14
|
-
readonly color: unknown[];
|
|
15
|
-
};
|
|
16
|
-
reserveRef: globalThis.Ref<null, null>;
|
|
17
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
18
|
-
dbOptions: Record<string, any>;
|
|
19
|
-
color: unknown[];
|
|
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
|
-
color: {
|
|
29
|
-
type: ArrayConstructor;
|
|
30
|
-
default: never[];
|
|
31
|
-
};
|
|
32
|
-
dbOptions: {
|
|
33
|
-
type: ObjectConstructor;
|
|
34
|
-
default: () => {};
|
|
35
|
-
};
|
|
36
|
-
}>> & Readonly<{}>, {
|
|
37
|
-
props: {
|
|
38
|
-
readonly dbOptions: Record<string, any>;
|
|
39
|
-
readonly color: unknown[];
|
|
40
|
-
};
|
|
41
|
-
reserveRef: globalThis.Ref<null, null>;
|
|
42
|
-
}, {}, {}, {}, {
|
|
43
|
-
dbOptions: Record<string, any>;
|
|
44
|
-
color: unknown[];
|
|
45
|
-
}>;
|
|
2
|
+
new (...args: any[]): any;
|
|
46
3
|
__isFragment?: never;
|
|
47
4
|
__isTeleport?: never;
|
|
48
5
|
__isSuspense?: never;
|
|
49
|
-
} & import('vue').ComponentOptionsBase<
|
|
50
|
-
color: {
|
|
51
|
-
type: ArrayConstructor;
|
|
52
|
-
default: never[];
|
|
53
|
-
};
|
|
54
|
-
dbOptions: {
|
|
55
|
-
type: ObjectConstructor;
|
|
56
|
-
default: () => {};
|
|
57
|
-
};
|
|
58
|
-
}>> & Readonly<{}>, {
|
|
6
|
+
} & import('vue').ComponentOptionsBase<any, {
|
|
59
7
|
props: {
|
|
60
8
|
readonly dbOptions: Record<string, any>;
|
|
61
9
|
readonly color: unknown[];
|
|
62
10
|
};
|
|
63
11
|
reserveRef: 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
|
color: unknown[];
|
|
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 color: unknown[];
|
|
14
14
|
};
|
|
15
15
|
reserveRef: globalThis.Ref<null, null>;
|
|
16
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
17
|
-
color: {
|
|
18
|
-
type: ArrayConstructor;
|
|
19
|
-
default: never[];
|
|
20
|
-
};
|
|
21
|
-
dbOptions: {
|
|
22
|
-
type: ObjectConstructor;
|
|
23
|
-
default: () => {};
|
|
24
|
-
};
|
|
25
|
-
}>> & Readonly<{}>, {
|
|
16
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
26
17
|
dbOptions: Record<string, any>;
|
|
27
18
|
color: unknown[];
|
|
28
19
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|