@unizhen/ui 0.1.10 → 0.1.12
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.
|
@@ -14,6 +14,8 @@ export declare const fnActionSimplify: (button: IUzActionButton[]) => ({
|
|
|
14
14
|
u: string | undefined;
|
|
15
15
|
a: string | number | undefined;
|
|
16
16
|
r: number;
|
|
17
|
+
g: number;
|
|
18
|
+
h: number;
|
|
17
19
|
w: string | undefined;
|
|
18
20
|
z: string | Fn<any, any> | undefined;
|
|
19
21
|
} | {
|
|
@@ -36,6 +38,8 @@ export declare const fnActionSimplify: (button: IUzActionButton[]) => ({
|
|
|
36
38
|
u: string | undefined;
|
|
37
39
|
a: string | number | undefined;
|
|
38
40
|
r: number;
|
|
41
|
+
g: number;
|
|
42
|
+
h: number;
|
|
39
43
|
w: string | undefined;
|
|
40
44
|
z: string | Fn<any, any> | undefined;
|
|
41
45
|
}[];
|
|
@@ -1287,6 +1287,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1287
1287
|
optionsType?: string | undefined;
|
|
1288
1288
|
optionsSource?: string | undefined;
|
|
1289
1289
|
footer?: boolean | undefined;
|
|
1290
|
+
sub?: boolean | undefined;
|
|
1291
|
+
main?: boolean | undefined;
|
|
1290
1292
|
width?: string | undefined;
|
|
1291
1293
|
action?: string | undefined;
|
|
1292
1294
|
onClick?: (Fn | string) | undefined;
|
|
@@ -1305,6 +1307,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1305
1307
|
optionsType?: string | undefined;
|
|
1306
1308
|
optionsSource?: string | undefined;
|
|
1307
1309
|
footer?: boolean | undefined;
|
|
1310
|
+
sub?: boolean | undefined;
|
|
1311
|
+
main?: boolean | undefined;
|
|
1308
1312
|
width?: string | undefined;
|
|
1309
1313
|
action?: string | undefined;
|
|
1310
1314
|
onClick?: (Fn | string) | undefined;
|
|
@@ -1318,6 +1322,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1318
1322
|
optionsType?: string | undefined;
|
|
1319
1323
|
optionsSource?: string | undefined;
|
|
1320
1324
|
footer?: boolean | undefined;
|
|
1325
|
+
sub?: boolean | undefined;
|
|
1326
|
+
main?: boolean | undefined;
|
|
1321
1327
|
width?: string | undefined;
|
|
1322
1328
|
action?: string | undefined;
|
|
1323
1329
|
})[], IUzActionButton[] | ({
|
|
@@ -1333,6 +1339,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1333
1339
|
optionsType?: string | undefined;
|
|
1334
1340
|
optionsSource?: string | undefined;
|
|
1335
1341
|
footer?: boolean | undefined;
|
|
1342
|
+
sub?: boolean | undefined;
|
|
1343
|
+
main?: boolean | undefined;
|
|
1336
1344
|
width?: string | undefined;
|
|
1337
1345
|
action?: string | undefined;
|
|
1338
1346
|
onClick?: (Fn | string) | undefined;
|
|
@@ -1351,6 +1359,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1351
1359
|
optionsType?: string | undefined;
|
|
1352
1360
|
optionsSource?: string | undefined;
|
|
1353
1361
|
footer?: boolean | undefined;
|
|
1362
|
+
sub?: boolean | undefined;
|
|
1363
|
+
main?: boolean | undefined;
|
|
1354
1364
|
width?: string | undefined;
|
|
1355
1365
|
action?: string | undefined;
|
|
1356
1366
|
onClick?: (Fn | string) | undefined;
|
|
@@ -1364,6 +1374,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1364
1374
|
optionsType?: string | undefined;
|
|
1365
1375
|
optionsSource?: string | undefined;
|
|
1366
1376
|
footer?: boolean | undefined;
|
|
1377
|
+
sub?: boolean | undefined;
|
|
1378
|
+
main?: boolean | undefined;
|
|
1367
1379
|
width?: string | undefined;
|
|
1368
1380
|
action?: string | undefined;
|
|
1369
1381
|
})[]>;
|