g-ui-web 0.11.36 → 0.11.38
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 +7016 -7003
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +53 -53
- package/lib/pie-distri/src/options.d.ts +0 -3
- package/lib/radar/src/options.d.ts +2 -0
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/theme/config/black-gold.d.ts +1 -0
- package/lib/utils/theme/config/white-blue.d.ts +1 -0
- package/lib/utils/theme/config/white-green.d.ts +1 -0
- package/package.json +1 -1
package/lib/box/index.d.ts
CHANGED
|
@@ -52,6 +52,10 @@ declare const GBox: ({
|
|
|
52
52
|
type: StringConstructor;
|
|
53
53
|
default: string;
|
|
54
54
|
};
|
|
55
|
+
scrolling: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
55
59
|
params: {
|
|
56
60
|
type: ObjectConstructor;
|
|
57
61
|
default: () => void;
|
|
@@ -91,6 +95,7 @@ declare const GBox: ({
|
|
|
91
95
|
bg: boolean;
|
|
92
96
|
fontSizeLevel: number;
|
|
93
97
|
isGradient: boolean;
|
|
98
|
+
scrolling: string;
|
|
94
99
|
params: Record<string, any>;
|
|
95
100
|
auth: string;
|
|
96
101
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -153,6 +158,10 @@ declare const GBox: ({
|
|
|
153
158
|
type: StringConstructor;
|
|
154
159
|
default: string;
|
|
155
160
|
};
|
|
161
|
+
scrolling: {
|
|
162
|
+
type: StringConstructor;
|
|
163
|
+
default: string;
|
|
164
|
+
};
|
|
156
165
|
params: {
|
|
157
166
|
type: ObjectConstructor;
|
|
158
167
|
default: () => void;
|
|
@@ -190,6 +199,7 @@ declare const GBox: ({
|
|
|
190
199
|
bg: boolean;
|
|
191
200
|
fontSizeLevel: number;
|
|
192
201
|
isGradient: boolean;
|
|
202
|
+
scrolling: string;
|
|
193
203
|
params: Record<string, any>;
|
|
194
204
|
auth: string;
|
|
195
205
|
}>;
|
|
@@ -249,6 +259,10 @@ declare const GBox: ({
|
|
|
249
259
|
type: StringConstructor;
|
|
250
260
|
default: string;
|
|
251
261
|
};
|
|
262
|
+
scrolling: {
|
|
263
|
+
type: StringConstructor;
|
|
264
|
+
default: string;
|
|
265
|
+
};
|
|
252
266
|
params: {
|
|
253
267
|
type: ObjectConstructor;
|
|
254
268
|
default: () => void;
|
|
@@ -288,6 +302,7 @@ declare const GBox: ({
|
|
|
288
302
|
bg: boolean;
|
|
289
303
|
fontSizeLevel: number;
|
|
290
304
|
isGradient: boolean;
|
|
305
|
+
scrolling: string;
|
|
291
306
|
params: Record<string, any>;
|
|
292
307
|
auth: string;
|
|
293
308
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -65,6 +65,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
65
65
|
type: StringConstructor;
|
|
66
66
|
default: string;
|
|
67
67
|
};
|
|
68
|
+
scrolling: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
68
72
|
params: {
|
|
69
73
|
type: ObjectConstructor;
|
|
70
74
|
default: () => void;
|
|
@@ -139,6 +143,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
139
143
|
type: StringConstructor;
|
|
140
144
|
default: string;
|
|
141
145
|
};
|
|
146
|
+
scrolling: {
|
|
147
|
+
type: StringConstructor;
|
|
148
|
+
default: string;
|
|
149
|
+
};
|
|
142
150
|
params: {
|
|
143
151
|
type: ObjectConstructor;
|
|
144
152
|
default: () => void;
|
|
@@ -173,6 +181,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
173
181
|
bg: boolean;
|
|
174
182
|
fontSizeLevel: number;
|
|
175
183
|
isGradient: boolean;
|
|
184
|
+
scrolling: string;
|
|
176
185
|
params: Record<string, any>;
|
|
177
186
|
auth: string;
|
|
178
187
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|