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/box/index.d.ts
CHANGED
|
@@ -40,6 +40,10 @@ declare const GBox: ({
|
|
|
40
40
|
type: BooleanConstructor;
|
|
41
41
|
default: boolean;
|
|
42
42
|
};
|
|
43
|
+
fontSizeLevel: {
|
|
44
|
+
type: NumberConstructor;
|
|
45
|
+
default: number;
|
|
46
|
+
};
|
|
43
47
|
iframe: {
|
|
44
48
|
type: StringConstructor;
|
|
45
49
|
default: string;
|
|
@@ -81,6 +85,7 @@ declare const GBox: ({
|
|
|
81
85
|
aspectPlacement: string;
|
|
82
86
|
arrow: boolean;
|
|
83
87
|
bg: boolean;
|
|
88
|
+
fontSizeLevel: number;
|
|
84
89
|
params: Record<string, any>;
|
|
85
90
|
auth: string;
|
|
86
91
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -131,6 +136,10 @@ declare const GBox: ({
|
|
|
131
136
|
type: BooleanConstructor;
|
|
132
137
|
default: boolean;
|
|
133
138
|
};
|
|
139
|
+
fontSizeLevel: {
|
|
140
|
+
type: NumberConstructor;
|
|
141
|
+
default: number;
|
|
142
|
+
};
|
|
134
143
|
iframe: {
|
|
135
144
|
type: StringConstructor;
|
|
136
145
|
default: string;
|
|
@@ -170,6 +179,7 @@ declare const GBox: ({
|
|
|
170
179
|
aspectPlacement: string;
|
|
171
180
|
arrow: boolean;
|
|
172
181
|
bg: boolean;
|
|
182
|
+
fontSizeLevel: number;
|
|
173
183
|
params: Record<string, any>;
|
|
174
184
|
auth: string;
|
|
175
185
|
}>;
|
|
@@ -217,6 +227,10 @@ declare const GBox: ({
|
|
|
217
227
|
type: BooleanConstructor;
|
|
218
228
|
default: boolean;
|
|
219
229
|
};
|
|
230
|
+
fontSizeLevel: {
|
|
231
|
+
type: NumberConstructor;
|
|
232
|
+
default: number;
|
|
233
|
+
};
|
|
220
234
|
iframe: {
|
|
221
235
|
type: StringConstructor;
|
|
222
236
|
default: string;
|
|
@@ -258,6 +272,7 @@ declare const GBox: ({
|
|
|
258
272
|
aspectPlacement: string;
|
|
259
273
|
arrow: boolean;
|
|
260
274
|
bg: boolean;
|
|
275
|
+
fontSizeLevel: number;
|
|
261
276
|
params: Record<string, any>;
|
|
262
277
|
auth: string;
|
|
263
278
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -53,6 +53,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
53
53
|
type: BooleanConstructor;
|
|
54
54
|
default: boolean;
|
|
55
55
|
};
|
|
56
|
+
fontSizeLevel: {
|
|
57
|
+
type: NumberConstructor;
|
|
58
|
+
default: number;
|
|
59
|
+
};
|
|
56
60
|
iframe: {
|
|
57
61
|
type: StringConstructor;
|
|
58
62
|
default: string;
|
|
@@ -119,6 +123,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
119
123
|
type: BooleanConstructor;
|
|
120
124
|
default: boolean;
|
|
121
125
|
};
|
|
126
|
+
fontSizeLevel: {
|
|
127
|
+
type: NumberConstructor;
|
|
128
|
+
default: number;
|
|
129
|
+
};
|
|
122
130
|
iframe: {
|
|
123
131
|
type: StringConstructor;
|
|
124
132
|
default: string;
|
|
@@ -155,6 +163,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
155
163
|
aspectPlacement: string;
|
|
156
164
|
arrow: boolean;
|
|
157
165
|
bg: boolean;
|
|
166
|
+
fontSizeLevel: number;
|
|
158
167
|
params: Record<string, any>;
|
|
159
168
|
auth: string;
|
|
160
169
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
package/lib/ele/tree/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const GTree: ({
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
3
|
-
|
|
3
|
+
ref: globalThis.Ref<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
4
4
|
data: {
|
|
5
5
|
type: ArrayConstructor;
|
|
6
6
|
default: () => never[];
|
|
@@ -759,7 +759,7 @@ declare const GTree: ({
|
|
|
759
759
|
checkDescendants: boolean;
|
|
760
760
|
autoExpandParent: boolean;
|
|
761
761
|
highlightCurrent: boolean;
|
|
762
|
-
}> |
|
|
762
|
+
}> | null, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
763
763
|
data: {
|
|
764
764
|
type: ArrayConstructor;
|
|
765
765
|
default: () => never[];
|
|
@@ -1518,7 +1518,7 @@ declare const GTree: ({
|
|
|
1518
1518
|
checkDescendants: boolean;
|
|
1519
1519
|
autoExpandParent: boolean;
|
|
1520
1520
|
highlightCurrent: boolean;
|
|
1521
|
-
}> |
|
|
1521
|
+
}> | null>;
|
|
1522
1522
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1523
1523
|
P: {};
|
|
1524
1524
|
B: {};
|
|
@@ -1527,7 +1527,7 @@ declare const GTree: ({
|
|
|
1527
1527
|
M: {};
|
|
1528
1528
|
Defaults: {};
|
|
1529
1529
|
}, Readonly<{}> & Readonly<{}>, {
|
|
1530
|
-
|
|
1530
|
+
ref: globalThis.Ref<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
1531
1531
|
data: {
|
|
1532
1532
|
type: ArrayConstructor;
|
|
1533
1533
|
default: () => never[];
|
|
@@ -2286,7 +2286,7 @@ declare const GTree: ({
|
|
|
2286
2286
|
checkDescendants: boolean;
|
|
2287
2287
|
autoExpandParent: boolean;
|
|
2288
2288
|
highlightCurrent: boolean;
|
|
2289
|
-
}> |
|
|
2289
|
+
}> | null, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
2290
2290
|
data: {
|
|
2291
2291
|
type: ArrayConstructor;
|
|
2292
2292
|
default: () => never[];
|
|
@@ -3045,13 +3045,13 @@ declare const GTree: ({
|
|
|
3045
3045
|
checkDescendants: boolean;
|
|
3046
3046
|
autoExpandParent: boolean;
|
|
3047
3047
|
highlightCurrent: boolean;
|
|
3048
|
-
}> |
|
|
3048
|
+
}> | null>;
|
|
3049
3049
|
}, {}, {}, {}, {}>;
|
|
3050
3050
|
__isFragment?: never;
|
|
3051
3051
|
__isTeleport?: never;
|
|
3052
3052
|
__isSuspense?: never;
|
|
3053
3053
|
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
3054
|
-
|
|
3054
|
+
ref: globalThis.Ref<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
3055
3055
|
data: {
|
|
3056
3056
|
type: ArrayConstructor;
|
|
3057
3057
|
default: () => never[];
|
|
@@ -3810,7 +3810,7 @@ declare const GTree: ({
|
|
|
3810
3810
|
checkDescendants: boolean;
|
|
3811
3811
|
autoExpandParent: boolean;
|
|
3812
3812
|
highlightCurrent: boolean;
|
|
3813
|
-
}> |
|
|
3813
|
+
}> | null, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
3814
3814
|
data: {
|
|
3815
3815
|
type: ArrayConstructor;
|
|
3816
3816
|
default: () => never[];
|
|
@@ -4569,7 +4569,7 @@ declare const GTree: ({
|
|
|
4569
4569
|
checkDescendants: boolean;
|
|
4570
4570
|
autoExpandParent: boolean;
|
|
4571
4571
|
highlightCurrent: boolean;
|
|
4572
|
-
}> |
|
|
4572
|
+
}> | null>;
|
|
4573
4573
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
4574
4574
|
$slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
|
|
4575
4575
|
}) & import('vue').Plugin) & Record<string, any>;
|