g-ui-web 1.0.1 → 1.0.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/box/index.d.ts +15 -0
- package/lib/box/src/index.vue.d.ts +9 -0
- package/lib/g-ui-web.js +7706 -7685
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +39 -39
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/utils/theme/index.d.ts +4 -7
- package/package.json +1 -1
package/lib/box/index.d.ts
CHANGED
|
@@ -24,6 +24,10 @@ declare const GBox: ({
|
|
|
24
24
|
type: BooleanConstructor;
|
|
25
25
|
default: boolean;
|
|
26
26
|
};
|
|
27
|
+
description: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
27
31
|
placement: {
|
|
28
32
|
type: StringConstructor;
|
|
29
33
|
default: string;
|
|
@@ -83,6 +87,7 @@ declare const GBox: ({
|
|
|
83
87
|
type: string;
|
|
84
88
|
iframe: string;
|
|
85
89
|
title: string;
|
|
90
|
+
description: string;
|
|
86
91
|
dbOptions: Record<string, any>;
|
|
87
92
|
border: boolean;
|
|
88
93
|
placement: string;
|
|
@@ -130,6 +135,10 @@ declare const GBox: ({
|
|
|
130
135
|
type: BooleanConstructor;
|
|
131
136
|
default: boolean;
|
|
132
137
|
};
|
|
138
|
+
description: {
|
|
139
|
+
type: StringConstructor;
|
|
140
|
+
default: string;
|
|
141
|
+
};
|
|
133
142
|
placement: {
|
|
134
143
|
type: StringConstructor;
|
|
135
144
|
default: string;
|
|
@@ -187,6 +196,7 @@ declare const GBox: ({
|
|
|
187
196
|
type: string;
|
|
188
197
|
iframe: string;
|
|
189
198
|
title: string;
|
|
199
|
+
description: string;
|
|
190
200
|
dbOptions: Record<string, any>;
|
|
191
201
|
border: boolean;
|
|
192
202
|
placement: string;
|
|
@@ -231,6 +241,10 @@ declare const GBox: ({
|
|
|
231
241
|
type: BooleanConstructor;
|
|
232
242
|
default: boolean;
|
|
233
243
|
};
|
|
244
|
+
description: {
|
|
245
|
+
type: StringConstructor;
|
|
246
|
+
default: string;
|
|
247
|
+
};
|
|
234
248
|
placement: {
|
|
235
249
|
type: StringConstructor;
|
|
236
250
|
default: string;
|
|
@@ -290,6 +304,7 @@ declare const GBox: ({
|
|
|
290
304
|
type: string;
|
|
291
305
|
iframe: string;
|
|
292
306
|
title: string;
|
|
307
|
+
description: string;
|
|
293
308
|
dbOptions: Record<string, any>;
|
|
294
309
|
border: boolean;
|
|
295
310
|
placement: string;
|
|
@@ -37,6 +37,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
37
37
|
type: BooleanConstructor;
|
|
38
38
|
default: boolean;
|
|
39
39
|
};
|
|
40
|
+
description: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
40
44
|
placement: {
|
|
41
45
|
type: StringConstructor;
|
|
42
46
|
default: string;
|
|
@@ -115,6 +119,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
115
119
|
type: BooleanConstructor;
|
|
116
120
|
default: boolean;
|
|
117
121
|
};
|
|
122
|
+
description: {
|
|
123
|
+
type: StringConstructor;
|
|
124
|
+
default: string;
|
|
125
|
+
};
|
|
118
126
|
placement: {
|
|
119
127
|
type: StringConstructor;
|
|
120
128
|
default: string;
|
|
@@ -169,6 +177,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
169
177
|
type: string;
|
|
170
178
|
iframe: string;
|
|
171
179
|
title: string;
|
|
180
|
+
description: string;
|
|
172
181
|
dbOptions: Record<string, any>;
|
|
173
182
|
border: boolean;
|
|
174
183
|
placement: string;
|