g-ui-web 0.10.9 → 0.10.10
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/box/index.d.ts +15 -0
- package/lib/box/src/index.vue.d.ts +9 -0
- package/lib/ele/tree/index.d.ts +9 -9
- package/lib/ele/tree/src/index.vue.d.ts +4 -765
- package/lib/g-ui-web.js +3174 -3156
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +2 -2
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/target-r/index.d.ts +15 -0
- package/lib/target-r/src/index.vue.d.ts +9 -0
- package/package.json +1 -1
package/lib/style.css.gz
CHANGED
|
Binary file
|
package/lib/target-r/index.d.ts
CHANGED
|
@@ -12,6 +12,10 @@ declare const GTargetR: ({
|
|
|
12
12
|
type: StringConstructor;
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
|
+
tooltip: {
|
|
16
|
+
type: ArrayConstructor;
|
|
17
|
+
default: null;
|
|
18
|
+
};
|
|
15
19
|
aspect: {
|
|
16
20
|
type: StringConstructor;
|
|
17
21
|
default: string;
|
|
@@ -55,6 +59,7 @@ declare const GTargetR: ({
|
|
|
55
59
|
dbOptions: Record<string, any>;
|
|
56
60
|
border: boolean;
|
|
57
61
|
placement: string;
|
|
62
|
+
tooltip: unknown[];
|
|
58
63
|
aspect: string;
|
|
59
64
|
aspectPlacement: string;
|
|
60
65
|
arrow: boolean;
|
|
@@ -80,6 +85,10 @@ declare const GTargetR: ({
|
|
|
80
85
|
type: StringConstructor;
|
|
81
86
|
default: string;
|
|
82
87
|
};
|
|
88
|
+
tooltip: {
|
|
89
|
+
type: ArrayConstructor;
|
|
90
|
+
default: null;
|
|
91
|
+
};
|
|
83
92
|
aspect: {
|
|
84
93
|
type: StringConstructor;
|
|
85
94
|
default: string;
|
|
@@ -123,6 +132,7 @@ declare const GTargetR: ({
|
|
|
123
132
|
dbOptions: Record<string, any>;
|
|
124
133
|
border: boolean;
|
|
125
134
|
placement: string;
|
|
135
|
+
tooltip: unknown[];
|
|
126
136
|
aspect: string;
|
|
127
137
|
aspectPlacement: string;
|
|
128
138
|
arrow: boolean;
|
|
@@ -145,6 +155,10 @@ declare const GTargetR: ({
|
|
|
145
155
|
type: StringConstructor;
|
|
146
156
|
default: string;
|
|
147
157
|
};
|
|
158
|
+
tooltip: {
|
|
159
|
+
type: ArrayConstructor;
|
|
160
|
+
default: null;
|
|
161
|
+
};
|
|
148
162
|
aspect: {
|
|
149
163
|
type: StringConstructor;
|
|
150
164
|
default: string;
|
|
@@ -188,6 +202,7 @@ declare const GTargetR: ({
|
|
|
188
202
|
dbOptions: Record<string, any>;
|
|
189
203
|
border: boolean;
|
|
190
204
|
placement: string;
|
|
205
|
+
tooltip: unknown[];
|
|
191
206
|
aspect: string;
|
|
192
207
|
aspectPlacement: string;
|
|
193
208
|
arrow: boolean;
|
|
@@ -11,6 +11,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
11
11
|
type: StringConstructor;
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
|
+
tooltip: {
|
|
15
|
+
type: ArrayConstructor;
|
|
16
|
+
default: null;
|
|
17
|
+
};
|
|
14
18
|
aspect: {
|
|
15
19
|
type: StringConstructor;
|
|
16
20
|
default: string;
|
|
@@ -60,6 +64,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
60
64
|
type: StringConstructor;
|
|
61
65
|
default: string;
|
|
62
66
|
};
|
|
67
|
+
tooltip: {
|
|
68
|
+
type: ArrayConstructor;
|
|
69
|
+
default: null;
|
|
70
|
+
};
|
|
63
71
|
aspect: {
|
|
64
72
|
type: StringConstructor;
|
|
65
73
|
default: string;
|
|
@@ -99,6 +107,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
99
107
|
dbOptions: Record<string, any>;
|
|
100
108
|
border: boolean;
|
|
101
109
|
placement: string;
|
|
110
|
+
tooltip: unknown[];
|
|
102
111
|
aspect: string;
|
|
103
112
|
aspectPlacement: string;
|
|
104
113
|
arrow: boolean;
|