g-ui-web 0.9.0 → 0.9.1
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/g-ui-web.js +4680 -4628
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +49 -49
- package/lib/heatmap/src/index.vue.d.ts +27 -2
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/target-struct/index.d.ts +15 -15
- package/lib/target-struct/src/index.vue.d.ts +8 -8
- package/package.json +1 -1
package/lib/style.css.gz
CHANGED
|
Binary file
|
|
@@ -12,9 +12,9 @@ declare const GTargetStruct: ({
|
|
|
12
12
|
type: BooleanConstructor;
|
|
13
13
|
default: boolean;
|
|
14
14
|
};
|
|
15
|
-
|
|
16
|
-
type:
|
|
17
|
-
default:
|
|
15
|
+
row: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: () => number;
|
|
18
18
|
};
|
|
19
19
|
dbOptions: {
|
|
20
20
|
type: ObjectConstructor;
|
|
@@ -30,8 +30,8 @@ declare const GTargetStruct: ({
|
|
|
30
30
|
readonly type: string;
|
|
31
31
|
readonly size: string;
|
|
32
32
|
readonly dbOptions: Record<string, any>;
|
|
33
|
+
readonly row: string;
|
|
33
34
|
readonly arrow: boolean;
|
|
34
|
-
readonly bg: boolean;
|
|
35
35
|
};
|
|
36
36
|
targetStructRef: globalThis.Ref<null, null>;
|
|
37
37
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -40,8 +40,8 @@ declare const GTargetStruct: ({
|
|
|
40
40
|
type: string;
|
|
41
41
|
size: string;
|
|
42
42
|
dbOptions: Record<string, any>;
|
|
43
|
+
row: string;
|
|
43
44
|
arrow: boolean;
|
|
44
|
-
bg: boolean;
|
|
45
45
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
46
46
|
P: {};
|
|
47
47
|
B: {};
|
|
@@ -62,9 +62,9 @@ declare const GTargetStruct: ({
|
|
|
62
62
|
type: BooleanConstructor;
|
|
63
63
|
default: boolean;
|
|
64
64
|
};
|
|
65
|
-
|
|
66
|
-
type:
|
|
67
|
-
default:
|
|
65
|
+
row: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: () => number;
|
|
68
68
|
};
|
|
69
69
|
dbOptions: {
|
|
70
70
|
type: ObjectConstructor;
|
|
@@ -80,16 +80,16 @@ declare const GTargetStruct: ({
|
|
|
80
80
|
readonly type: string;
|
|
81
81
|
readonly size: string;
|
|
82
82
|
readonly dbOptions: Record<string, any>;
|
|
83
|
+
readonly row: string;
|
|
83
84
|
readonly arrow: boolean;
|
|
84
|
-
readonly bg: boolean;
|
|
85
85
|
};
|
|
86
86
|
targetStructRef: globalThis.Ref<null, null>;
|
|
87
87
|
}, {}, {}, {}, {
|
|
88
88
|
type: string;
|
|
89
89
|
size: string;
|
|
90
90
|
dbOptions: Record<string, any>;
|
|
91
|
+
row: string;
|
|
91
92
|
arrow: boolean;
|
|
92
|
-
bg: boolean;
|
|
93
93
|
}>;
|
|
94
94
|
__isFragment?: never;
|
|
95
95
|
__isTeleport?: never;
|
|
@@ -107,9 +107,9 @@ declare const GTargetStruct: ({
|
|
|
107
107
|
type: BooleanConstructor;
|
|
108
108
|
default: boolean;
|
|
109
109
|
};
|
|
110
|
-
|
|
111
|
-
type:
|
|
112
|
-
default:
|
|
110
|
+
row: {
|
|
111
|
+
type: StringConstructor;
|
|
112
|
+
default: () => number;
|
|
113
113
|
};
|
|
114
114
|
dbOptions: {
|
|
115
115
|
type: ObjectConstructor;
|
|
@@ -125,8 +125,8 @@ declare const GTargetStruct: ({
|
|
|
125
125
|
readonly type: string;
|
|
126
126
|
readonly size: string;
|
|
127
127
|
readonly dbOptions: Record<string, any>;
|
|
128
|
+
readonly row: string;
|
|
128
129
|
readonly arrow: boolean;
|
|
129
|
-
readonly bg: boolean;
|
|
130
130
|
};
|
|
131
131
|
targetStructRef: globalThis.Ref<null, null>;
|
|
132
132
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -135,7 +135,7 @@ declare const GTargetStruct: ({
|
|
|
135
135
|
type: string;
|
|
136
136
|
size: string;
|
|
137
137
|
dbOptions: Record<string, any>;
|
|
138
|
+
row: string;
|
|
138
139
|
arrow: boolean;
|
|
139
|
-
bg: boolean;
|
|
140
140
|
}, {}, 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>;
|
|
141
141
|
export default GTargetStruct;
|
|
@@ -11,9 +11,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
11
11
|
type: BooleanConstructor;
|
|
12
12
|
default: boolean;
|
|
13
13
|
};
|
|
14
|
-
|
|
15
|
-
type:
|
|
16
|
-
default:
|
|
14
|
+
row: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: () => number;
|
|
17
17
|
};
|
|
18
18
|
dbOptions: {
|
|
19
19
|
type: ObjectConstructor;
|
|
@@ -27,8 +27,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
27
27
|
readonly type: string;
|
|
28
28
|
readonly size: string;
|
|
29
29
|
readonly dbOptions: Record<string, any>;
|
|
30
|
+
readonly row: string;
|
|
30
31
|
readonly arrow: boolean;
|
|
31
|
-
readonly bg: boolean;
|
|
32
32
|
};
|
|
33
33
|
targetStructRef: globalThis.Ref<null, null>;
|
|
34
34
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -46,9 +46,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
46
46
|
type: BooleanConstructor;
|
|
47
47
|
default: boolean;
|
|
48
48
|
};
|
|
49
|
-
|
|
50
|
-
type:
|
|
51
|
-
default:
|
|
49
|
+
row: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
default: () => number;
|
|
52
52
|
};
|
|
53
53
|
dbOptions: {
|
|
54
54
|
type: ObjectConstructor;
|
|
@@ -63,7 +63,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
63
63
|
type: string;
|
|
64
64
|
size: string;
|
|
65
65
|
dbOptions: Record<string, any>;
|
|
66
|
+
row: string;
|
|
66
67
|
arrow: boolean;
|
|
67
|
-
bg: boolean;
|
|
68
68
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
69
69
|
export default _default;
|