star-horse-lowcode 2.8.13 → 2.8.15
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/README.md +13 -3
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +8108 -5475
- package/dist/types/index.d.ts +189 -115
- package/package.json +8 -8
package/dist/types/index.d.ts
CHANGED
|
@@ -241,6 +241,69 @@ btnTextContinue: string;
|
|
|
241
241
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
242
242
|
|
|
243
243
|
declare const __VLS_component_2: DefineComponent<ExtractPropTypes< {
|
|
244
|
+
msg: {
|
|
245
|
+
type: StringConstructor;
|
|
246
|
+
required: true;
|
|
247
|
+
};
|
|
248
|
+
node: {
|
|
249
|
+
type: PropType<DynamicNode>;
|
|
250
|
+
required: true;
|
|
251
|
+
};
|
|
252
|
+
isActive: {
|
|
253
|
+
type: BooleanConstructor;
|
|
254
|
+
default: boolean;
|
|
255
|
+
};
|
|
256
|
+
showLine: {
|
|
257
|
+
type: BooleanConstructor;
|
|
258
|
+
default: boolean;
|
|
259
|
+
};
|
|
260
|
+
styles: {
|
|
261
|
+
type: ObjectConstructor;
|
|
262
|
+
default: () => void;
|
|
263
|
+
};
|
|
264
|
+
isDesign: {
|
|
265
|
+
type: BooleanConstructor;
|
|
266
|
+
default: boolean;
|
|
267
|
+
};
|
|
268
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
269
|
+
selectNode: (...args: any[]) => void;
|
|
270
|
+
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
271
|
+
msg: {
|
|
272
|
+
type: StringConstructor;
|
|
273
|
+
required: true;
|
|
274
|
+
};
|
|
275
|
+
node: {
|
|
276
|
+
type: PropType<DynamicNode>;
|
|
277
|
+
required: true;
|
|
278
|
+
};
|
|
279
|
+
isActive: {
|
|
280
|
+
type: BooleanConstructor;
|
|
281
|
+
default: boolean;
|
|
282
|
+
};
|
|
283
|
+
showLine: {
|
|
284
|
+
type: BooleanConstructor;
|
|
285
|
+
default: boolean;
|
|
286
|
+
};
|
|
287
|
+
styles: {
|
|
288
|
+
type: ObjectConstructor;
|
|
289
|
+
default: () => void;
|
|
290
|
+
};
|
|
291
|
+
isDesign: {
|
|
292
|
+
type: BooleanConstructor;
|
|
293
|
+
default: boolean;
|
|
294
|
+
};
|
|
295
|
+
}>> & Readonly<{
|
|
296
|
+
onSelectNode?: (...args: any[]) => any;
|
|
297
|
+
}>, {
|
|
298
|
+
isActive: boolean;
|
|
299
|
+
showLine: boolean;
|
|
300
|
+
styles: Record<string, any>;
|
|
301
|
+
isDesign: boolean;
|
|
302
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
303
|
+
contentMenuRef: unknown;
|
|
304
|
+
}, any>;
|
|
305
|
+
|
|
306
|
+
declare const __VLS_component_3: DefineComponent<ExtractPropTypes< {
|
|
244
307
|
menuIcon: {
|
|
245
308
|
type: StringConstructor;
|
|
246
309
|
};
|
|
@@ -279,7 +342,7 @@ iconSize: number;
|
|
|
279
342
|
icons: unknown[];
|
|
280
343
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
281
344
|
|
|
282
|
-
declare const
|
|
345
|
+
declare const __VLS_component_4: DefineComponent<ExtractPropTypes< {
|
|
283
346
|
needScroller: {
|
|
284
347
|
type: BooleanConstructor;
|
|
285
348
|
default: boolean;
|
|
@@ -308,7 +371,7 @@ needScroller: boolean;
|
|
|
308
371
|
shFormRef: unknown;
|
|
309
372
|
}, any>;
|
|
310
373
|
|
|
311
|
-
declare const
|
|
374
|
+
declare const __VLS_component_5: DefineComponent<ExtractPropTypes< {
|
|
312
375
|
menuData: {
|
|
313
376
|
type: PropType<any>;
|
|
314
377
|
default: () => any[];
|
|
@@ -639,12 +702,24 @@ declare function __VLS_template_2(): {
|
|
|
639
702
|
attrs: Partial<{}>;
|
|
640
703
|
slots: {
|
|
641
704
|
default?(_: {}): any;
|
|
705
|
+
default?(_: {}): any;
|
|
706
|
+
};
|
|
707
|
+
refs: {
|
|
708
|
+
contentMenuRef: unknown;
|
|
642
709
|
};
|
|
643
|
-
refs: {};
|
|
644
710
|
rootEl: any;
|
|
645
711
|
};
|
|
646
712
|
|
|
647
713
|
declare function __VLS_template_3(): {
|
|
714
|
+
attrs: Partial<{}>;
|
|
715
|
+
slots: {
|
|
716
|
+
default?(_: {}): any;
|
|
717
|
+
};
|
|
718
|
+
refs: {};
|
|
719
|
+
rootEl: any;
|
|
720
|
+
};
|
|
721
|
+
|
|
722
|
+
declare function __VLS_template_4(): {
|
|
648
723
|
attrs: Partial<{}>;
|
|
649
724
|
slots: {
|
|
650
725
|
header?(_: {}): any;
|
|
@@ -660,7 +735,7 @@ declare function __VLS_template_3(): {
|
|
|
660
735
|
rootEl: any;
|
|
661
736
|
};
|
|
662
737
|
|
|
663
|
-
declare function
|
|
738
|
+
declare function __VLS_template_5(): {
|
|
664
739
|
attrs: Partial<{}>;
|
|
665
740
|
slots: {
|
|
666
741
|
title?(_: {}): any;
|
|
@@ -681,6 +756,8 @@ declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
|
681
756
|
|
|
682
757
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
683
758
|
|
|
759
|
+
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
760
|
+
|
|
684
761
|
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
685
762
|
new (): {
|
|
686
763
|
$slots: S;
|
|
@@ -705,6 +782,12 @@ declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
|
705
782
|
};
|
|
706
783
|
};
|
|
707
784
|
|
|
785
|
+
declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
786
|
+
new (): {
|
|
787
|
+
$slots: S;
|
|
788
|
+
};
|
|
789
|
+
};
|
|
790
|
+
|
|
708
791
|
/**
|
|
709
792
|
* 公共Api接口
|
|
710
793
|
* @param appName 应用名称
|
|
@@ -894,9 +977,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
894
977
|
"onUpdate:formData"?: (value: any) => any;
|
|
895
978
|
}>, {
|
|
896
979
|
disabled: boolean;
|
|
980
|
+
isDesign: boolean;
|
|
897
981
|
bareFlag: boolean;
|
|
898
982
|
isSearch: boolean;
|
|
899
|
-
isDesign: boolean;
|
|
900
983
|
showFormItem: boolean;
|
|
901
984
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
902
985
|
|
|
@@ -908,9 +991,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
908
991
|
onSelfFunc?: (...args: any[]) => any;
|
|
909
992
|
}>, {
|
|
910
993
|
disabled: boolean;
|
|
994
|
+
isDesign: boolean;
|
|
911
995
|
bareFlag: boolean;
|
|
912
996
|
isSearch: boolean;
|
|
913
|
-
isDesign: boolean;
|
|
914
997
|
showFormItem: boolean;
|
|
915
998
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
916
999
|
audio: HTMLAudioElement;
|
|
@@ -926,9 +1009,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
926
1009
|
"onUpdate:formData"?: (value: any) => any;
|
|
927
1010
|
}>, {
|
|
928
1011
|
disabled: boolean;
|
|
1012
|
+
isDesign: boolean;
|
|
929
1013
|
bareFlag: boolean;
|
|
930
1014
|
isSearch: boolean;
|
|
931
|
-
isDesign: boolean;
|
|
932
1015
|
showFormItem: boolean;
|
|
933
1016
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
934
1017
|
|
|
@@ -942,9 +1025,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
942
1025
|
"onUpdate:formData"?: (value: any) => any;
|
|
943
1026
|
}>, {
|
|
944
1027
|
disabled: boolean;
|
|
1028
|
+
isDesign: boolean;
|
|
945
1029
|
bareFlag: boolean;
|
|
946
1030
|
isSearch: boolean;
|
|
947
|
-
isDesign: boolean;
|
|
948
1031
|
showFormItem: boolean;
|
|
949
1032
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
950
1033
|
|
|
@@ -1047,7 +1130,7 @@ export declare function blobData(url: string, method?: string): Promise<any>;
|
|
|
1047
1130
|
|
|
1048
1131
|
export declare const boxContainer: DefineComponent<ExtractPropTypes< {
|
|
1049
1132
|
parentField: {
|
|
1050
|
-
type:
|
|
1133
|
+
type: PropType<any>;
|
|
1051
1134
|
};
|
|
1052
1135
|
isDesign: {
|
|
1053
1136
|
type: BooleanConstructor;
|
|
@@ -1074,7 +1157,7 @@ type: PropType<any>;
|
|
|
1074
1157
|
"update:formData": (value: any) => any;
|
|
1075
1158
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1076
1159
|
parentField: {
|
|
1077
|
-
type:
|
|
1160
|
+
type: PropType<any>;
|
|
1078
1161
|
};
|
|
1079
1162
|
isDesign: {
|
|
1080
1163
|
type: BooleanConstructor;
|
|
@@ -1193,9 +1276,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
1193
1276
|
"onUpdate:formData"?: (value: any) => any;
|
|
1194
1277
|
}>, {
|
|
1195
1278
|
disabled: boolean;
|
|
1279
|
+
isDesign: boolean;
|
|
1196
1280
|
bareFlag: boolean;
|
|
1197
1281
|
isSearch: boolean;
|
|
1198
|
-
isDesign: boolean;
|
|
1199
1282
|
showFormItem: boolean;
|
|
1200
1283
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1201
1284
|
btnFormRef: unknown;
|
|
@@ -1210,7 +1293,7 @@ export declare function camelCaseToUnderline(str: string): string;
|
|
|
1210
1293
|
|
|
1211
1294
|
export declare const cardContainer: DefineComponent<ExtractPropTypes< {
|
|
1212
1295
|
parentField: {
|
|
1213
|
-
type:
|
|
1296
|
+
type: PropType<any>;
|
|
1214
1297
|
};
|
|
1215
1298
|
isDesign: {
|
|
1216
1299
|
type: BooleanConstructor;
|
|
@@ -1221,7 +1304,8 @@ type: BooleanConstructor;
|
|
|
1221
1304
|
default: boolean;
|
|
1222
1305
|
};
|
|
1223
1306
|
disabled: {
|
|
1224
|
-
type:
|
|
1307
|
+
type: BooleanConstructor;
|
|
1308
|
+
default: boolean;
|
|
1225
1309
|
};
|
|
1226
1310
|
formInfo: {
|
|
1227
1311
|
type: PropType<any>;
|
|
@@ -1236,7 +1320,7 @@ type: PropType<any>;
|
|
|
1236
1320
|
"update:formData": (value: any) => any;
|
|
1237
1321
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1238
1322
|
parentField: {
|
|
1239
|
-
type:
|
|
1323
|
+
type: PropType<any>;
|
|
1240
1324
|
};
|
|
1241
1325
|
isDesign: {
|
|
1242
1326
|
type: BooleanConstructor;
|
|
@@ -1247,7 +1331,8 @@ type: BooleanConstructor;
|
|
|
1247
1331
|
default: boolean;
|
|
1248
1332
|
};
|
|
1249
1333
|
disabled: {
|
|
1250
|
-
type:
|
|
1334
|
+
type: BooleanConstructor;
|
|
1335
|
+
default: boolean;
|
|
1251
1336
|
};
|
|
1252
1337
|
formInfo: {
|
|
1253
1338
|
type: PropType<any>;
|
|
@@ -1261,6 +1346,7 @@ type: PropType<any>;
|
|
|
1261
1346
|
}>> & Readonly<{
|
|
1262
1347
|
"onUpdate:formData"?: (value: any) => any;
|
|
1263
1348
|
}>, {
|
|
1349
|
+
disabled: boolean;
|
|
1264
1350
|
isDesign: boolean;
|
|
1265
1351
|
showFormItem: boolean;
|
|
1266
1352
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -1285,9 +1371,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
1285
1371
|
"onUpdate:formData"?: (value: any) => any;
|
|
1286
1372
|
}>, {
|
|
1287
1373
|
disabled: boolean;
|
|
1374
|
+
isDesign: boolean;
|
|
1288
1375
|
bareFlag: boolean;
|
|
1289
1376
|
isSearch: boolean;
|
|
1290
|
-
isDesign: boolean;
|
|
1291
1377
|
showFormItem: boolean;
|
|
1292
1378
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1293
1379
|
|
|
@@ -1301,9 +1387,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
1301
1387
|
"onUpdate:formData"?: (value: any) => any;
|
|
1302
1388
|
}>, {
|
|
1303
1389
|
disabled: boolean;
|
|
1390
|
+
isDesign: boolean;
|
|
1304
1391
|
bareFlag: boolean;
|
|
1305
1392
|
isSearch: boolean;
|
|
1306
|
-
isDesign: boolean;
|
|
1307
1393
|
showFormItem: boolean;
|
|
1308
1394
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1309
1395
|
|
|
@@ -1314,7 +1400,7 @@ export declare function closeLoad(): void;
|
|
|
1314
1400
|
|
|
1315
1401
|
export declare const collapseContainer: DefineComponent<ExtractPropTypes< {
|
|
1316
1402
|
parentField: {
|
|
1317
|
-
type:
|
|
1403
|
+
type: PropType<any>;
|
|
1318
1404
|
};
|
|
1319
1405
|
isDesign: {
|
|
1320
1406
|
type: BooleanConstructor;
|
|
@@ -1325,7 +1411,8 @@ type: BooleanConstructor;
|
|
|
1325
1411
|
default: boolean;
|
|
1326
1412
|
};
|
|
1327
1413
|
disabled: {
|
|
1328
|
-
type:
|
|
1414
|
+
type: BooleanConstructor;
|
|
1415
|
+
default: boolean;
|
|
1329
1416
|
};
|
|
1330
1417
|
formInfo: {
|
|
1331
1418
|
type: PropType<any>;
|
|
@@ -1340,7 +1427,7 @@ type: PropType<any>;
|
|
|
1340
1427
|
"update:formData": (value: any) => any;
|
|
1341
1428
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1342
1429
|
parentField: {
|
|
1343
|
-
type:
|
|
1430
|
+
type: PropType<any>;
|
|
1344
1431
|
};
|
|
1345
1432
|
isDesign: {
|
|
1346
1433
|
type: BooleanConstructor;
|
|
@@ -1351,7 +1438,8 @@ type: BooleanConstructor;
|
|
|
1351
1438
|
default: boolean;
|
|
1352
1439
|
};
|
|
1353
1440
|
disabled: {
|
|
1354
|
-
type:
|
|
1441
|
+
type: BooleanConstructor;
|
|
1442
|
+
default: boolean;
|
|
1355
1443
|
};
|
|
1356
1444
|
formInfo: {
|
|
1357
1445
|
type: PropType<any>;
|
|
@@ -1365,6 +1453,7 @@ type: PropType<any>;
|
|
|
1365
1453
|
}>> & Readonly<{
|
|
1366
1454
|
"onUpdate:formData"?: (value: any) => any;
|
|
1367
1455
|
}>, {
|
|
1456
|
+
disabled: boolean;
|
|
1368
1457
|
isDesign: boolean;
|
|
1369
1458
|
showFormItem: boolean;
|
|
1370
1459
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -1385,9 +1474,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
1385
1474
|
"onUpdate:formData"?: (value: any) => any;
|
|
1386
1475
|
}>, {
|
|
1387
1476
|
disabled: boolean;
|
|
1477
|
+
isDesign: boolean;
|
|
1388
1478
|
bareFlag: boolean;
|
|
1389
1479
|
isSearch: boolean;
|
|
1390
|
-
isDesign: boolean;
|
|
1391
1480
|
showFormItem: boolean;
|
|
1392
1481
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1393
1482
|
|
|
@@ -1527,7 +1616,7 @@ export declare interface ContainerPreps {
|
|
|
1527
1616
|
source: number;
|
|
1528
1617
|
}
|
|
1529
1618
|
|
|
1530
|
-
export declare const ContentMenu:
|
|
1619
|
+
export declare const ContentMenu: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1531
1620
|
|
|
1532
1621
|
/**
|
|
1533
1622
|
* 下划线转驼峰
|
|
@@ -1595,9 +1684,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
1595
1684
|
"onUpdate:formData"?: (value: any) => any;
|
|
1596
1685
|
}>, {
|
|
1597
1686
|
disabled: boolean;
|
|
1687
|
+
isDesign: boolean;
|
|
1598
1688
|
bareFlag: boolean;
|
|
1599
1689
|
isSearch: boolean;
|
|
1600
|
-
isDesign: boolean;
|
|
1601
1690
|
showFormItem: boolean;
|
|
1602
1691
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1603
1692
|
cronTabRef: CreateComponentPublicInstanceWithMixins<Readonly<Crontab> & Readonly<{
|
|
@@ -2150,9 +2239,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
2150
2239
|
"onUpdate:formData"?: (value: any) => any;
|
|
2151
2240
|
}>, {
|
|
2152
2241
|
disabled: boolean;
|
|
2242
|
+
isDesign: boolean;
|
|
2153
2243
|
bareFlag: boolean;
|
|
2154
2244
|
isSearch: boolean;
|
|
2155
|
-
isDesign: boolean;
|
|
2156
2245
|
showFormItem: boolean;
|
|
2157
2246
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2158
2247
|
|
|
@@ -2192,9 +2281,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
2192
2281
|
onSelfFunc?: (...args: any[]) => any;
|
|
2193
2282
|
}>, {
|
|
2194
2283
|
disabled: boolean;
|
|
2284
|
+
isDesign: boolean;
|
|
2195
2285
|
bareFlag: boolean;
|
|
2196
2286
|
isSearch: boolean;
|
|
2197
|
-
isDesign: boolean;
|
|
2198
2287
|
showFormItem: boolean;
|
|
2199
2288
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2200
2289
|
|
|
@@ -2208,9 +2297,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
2208
2297
|
"onUpdate:formData"?: (value: any) => any;
|
|
2209
2298
|
}>, {
|
|
2210
2299
|
disabled: boolean;
|
|
2300
|
+
isDesign: boolean;
|
|
2211
2301
|
bareFlag: boolean;
|
|
2212
2302
|
isSearch: boolean;
|
|
2213
|
-
isDesign: boolean;
|
|
2214
2303
|
showFormItem: boolean;
|
|
2215
2304
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
2216
2305
|
dialogInputTableRef: unknown;
|
|
@@ -2293,9 +2382,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
2293
2382
|
"onUpdate:formData"?: (value: any) => any;
|
|
2294
2383
|
}>, {
|
|
2295
2384
|
disabled: boolean;
|
|
2385
|
+
isDesign: boolean;
|
|
2296
2386
|
bareFlag: boolean;
|
|
2297
2387
|
isSearch: boolean;
|
|
2298
|
-
isDesign: boolean;
|
|
2299
2388
|
showFormItem: boolean;
|
|
2300
2389
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2301
2390
|
|
|
@@ -2387,7 +2476,7 @@ export declare function dynamicUrlOperation(preps: any, queryInfo?: SearchParams
|
|
|
2387
2476
|
|
|
2388
2477
|
export declare const dytableContainer: DefineComponent<ExtractPropTypes< {
|
|
2389
2478
|
parentField: {
|
|
2390
|
-
type:
|
|
2479
|
+
type: PropType<any>;
|
|
2391
2480
|
};
|
|
2392
2481
|
isDesign: {
|
|
2393
2482
|
type: BooleanConstructor;
|
|
@@ -2398,7 +2487,8 @@ type: BooleanConstructor;
|
|
|
2398
2487
|
default: boolean;
|
|
2399
2488
|
};
|
|
2400
2489
|
disabled: {
|
|
2401
|
-
type:
|
|
2490
|
+
type: BooleanConstructor;
|
|
2491
|
+
default: boolean;
|
|
2402
2492
|
};
|
|
2403
2493
|
formInfo: {
|
|
2404
2494
|
type: PropType<any>;
|
|
@@ -2413,7 +2503,7 @@ type: PropType<any>;
|
|
|
2413
2503
|
"update:formData": (value: any) => any;
|
|
2414
2504
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2415
2505
|
parentField: {
|
|
2416
|
-
type:
|
|
2506
|
+
type: PropType<any>;
|
|
2417
2507
|
};
|
|
2418
2508
|
isDesign: {
|
|
2419
2509
|
type: BooleanConstructor;
|
|
@@ -2424,7 +2514,8 @@ type: BooleanConstructor;
|
|
|
2424
2514
|
default: boolean;
|
|
2425
2515
|
};
|
|
2426
2516
|
disabled: {
|
|
2427
|
-
type:
|
|
2517
|
+
type: BooleanConstructor;
|
|
2518
|
+
default: boolean;
|
|
2428
2519
|
};
|
|
2429
2520
|
formInfo: {
|
|
2430
2521
|
type: PropType<any>;
|
|
@@ -2438,6 +2529,7 @@ type: PropType<any>;
|
|
|
2438
2529
|
}>> & Readonly<{
|
|
2439
2530
|
"onUpdate:formData"?: (value: any) => any;
|
|
2440
2531
|
}>, {
|
|
2532
|
+
disabled: boolean;
|
|
2441
2533
|
isDesign: boolean;
|
|
2442
2534
|
showFormItem: boolean;
|
|
2443
2535
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
@@ -2578,6 +2670,10 @@ export declare interface FieldInfo {
|
|
|
2578
2670
|
* 折叠容器(collapse)数据
|
|
2579
2671
|
*/
|
|
2580
2672
|
collapseList?: CollapseList[];
|
|
2673
|
+
/**
|
|
2674
|
+
* 分栏容器(splitter)数据
|
|
2675
|
+
*/
|
|
2676
|
+
splitterList?: SplitterList[];
|
|
2581
2677
|
/**
|
|
2582
2678
|
* 传统table布局表单,对应动态表格(dytable)容器
|
|
2583
2679
|
*/
|
|
@@ -2678,9 +2774,6 @@ export declare function formFieldMapping(fieldList: PageFieldInfo): {
|
|
|
2678
2774
|
formFields: FieldInfo[];
|
|
2679
2775
|
};
|
|
2680
2776
|
|
|
2681
|
-
/**
|
|
2682
|
-
* 客户端生成唯一指纹
|
|
2683
|
-
*/
|
|
2684
2777
|
/**
|
|
2685
2778
|
* 生成设备 ID
|
|
2686
2779
|
* @param userIp
|
|
@@ -2705,7 +2798,7 @@ export declare function getMenuId(): string;
|
|
|
2705
2798
|
* Get请求
|
|
2706
2799
|
* @param url
|
|
2707
2800
|
*/
|
|
2708
|
-
export declare function getRequest(url: string): Promise<AxiosResponse<any, any>>;
|
|
2801
|
+
export declare function getRequest(url: string): Promise<AxiosResponse<any, any, {}>>;
|
|
2709
2802
|
|
|
2710
2803
|
export declare const htmleditorItem: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2711
2804
|
selectItem: (...args: any[]) => void;
|
|
@@ -2717,9 +2810,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
2717
2810
|
"onUpdate:formData"?: (value: any) => any;
|
|
2718
2811
|
}>, {
|
|
2719
2812
|
disabled: boolean;
|
|
2813
|
+
isDesign: boolean;
|
|
2720
2814
|
bareFlag: boolean;
|
|
2721
2815
|
isSearch: boolean;
|
|
2722
|
-
isDesign: boolean;
|
|
2723
2816
|
showFormItem: boolean;
|
|
2724
2817
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2725
2818
|
|
|
@@ -2733,9 +2826,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
2733
2826
|
"onUpdate:formData"?: (value: any) => any;
|
|
2734
2827
|
}>, {
|
|
2735
2828
|
disabled: boolean;
|
|
2829
|
+
isDesign: boolean;
|
|
2736
2830
|
bareFlag: boolean;
|
|
2737
2831
|
isSearch: boolean;
|
|
2738
|
-
isDesign: boolean;
|
|
2739
2832
|
showFormItem: boolean;
|
|
2740
2833
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2741
2834
|
|
|
@@ -2745,7 +2838,7 @@ showFormItem: boolean;
|
|
|
2745
2838
|
* @param data 请求参数
|
|
2746
2839
|
* @param method 请求方法
|
|
2747
2840
|
*/
|
|
2748
|
-
export declare function httpRequest(url: string, method: string, data: any): Promise<AxiosResponse<any, any>>;
|
|
2841
|
+
export declare function httpRequest(url: string, method: string, data: any): Promise<AxiosResponse<any, any, {}>>;
|
|
2749
2842
|
|
|
2750
2843
|
export declare const iconItem: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2751
2844
|
selectItem: (...args: any[]) => void;
|
|
@@ -2757,9 +2850,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
2757
2850
|
"onUpdate:formData"?: (value: any) => any;
|
|
2758
2851
|
}>, {
|
|
2759
2852
|
disabled: boolean;
|
|
2853
|
+
isDesign: boolean;
|
|
2760
2854
|
bareFlag: boolean;
|
|
2761
2855
|
isSearch: boolean;
|
|
2762
|
-
isDesign: boolean;
|
|
2763
2856
|
showFormItem: boolean;
|
|
2764
2857
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
2765
2858
|
popoverRef: unknown;
|
|
@@ -2775,9 +2868,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
2775
2868
|
"onUpdate:formData"?: (value: any) => any;
|
|
2776
2869
|
}>, {
|
|
2777
2870
|
disabled: boolean;
|
|
2871
|
+
isDesign: boolean;
|
|
2778
2872
|
bareFlag: boolean;
|
|
2779
2873
|
isSearch: boolean;
|
|
2780
|
-
isDesign: boolean;
|
|
2781
2874
|
showFormItem: boolean;
|
|
2782
2875
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2783
2876
|
|
|
@@ -2925,9 +3018,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
2925
3018
|
"onUpdate:formData"?: (value: any) => any;
|
|
2926
3019
|
}>, {
|
|
2927
3020
|
disabled: boolean;
|
|
3021
|
+
isDesign: boolean;
|
|
2928
3022
|
bareFlag: boolean;
|
|
2929
3023
|
isSearch: boolean;
|
|
2930
|
-
isDesign: boolean;
|
|
2931
3024
|
showFormItem: boolean;
|
|
2932
3025
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2933
3026
|
|
|
@@ -2941,15 +3034,18 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
2941
3034
|
"onUpdate:formData"?: (value: any) => any;
|
|
2942
3035
|
}>, {
|
|
2943
3036
|
disabled: boolean;
|
|
3037
|
+
isDesign: boolean;
|
|
2944
3038
|
bareFlag: boolean;
|
|
2945
3039
|
isSearch: boolean;
|
|
2946
|
-
isDesign: boolean;
|
|
2947
3040
|
showFormItem: boolean;
|
|
2948
3041
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2949
3042
|
|
|
2950
3043
|
declare enum LangType {
|
|
2951
3044
|
EN_US = "en_us",
|
|
2952
|
-
ZH_CN = "zh_cn"
|
|
3045
|
+
ZH_CN = "zh_cn",
|
|
3046
|
+
ZH_TW = "zh_tw",
|
|
3047
|
+
JA_JP = "ja_jp",
|
|
3048
|
+
DE_DE = "de_de"
|
|
2953
3049
|
}
|
|
2954
3050
|
|
|
2955
3051
|
/**
|
|
@@ -2998,9 +3094,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
2998
3094
|
"onUpdate:formData"?: (value: any) => any;
|
|
2999
3095
|
}>, {
|
|
3000
3096
|
disabled: boolean;
|
|
3097
|
+
isDesign: boolean;
|
|
3001
3098
|
bareFlag: boolean;
|
|
3002
3099
|
isSearch: boolean;
|
|
3003
|
-
isDesign: boolean;
|
|
3004
3100
|
showFormItem: boolean;
|
|
3005
3101
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3006
3102
|
|
|
@@ -3113,9 +3209,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
3113
3209
|
"onUpdate:formData"?: (value: any) => any;
|
|
3114
3210
|
}>, {
|
|
3115
3211
|
disabled: boolean;
|
|
3212
|
+
isDesign: boolean;
|
|
3116
3213
|
bareFlag: boolean;
|
|
3117
3214
|
isSearch: boolean;
|
|
3118
|
-
isDesign: boolean;
|
|
3119
3215
|
showFormItem: boolean;
|
|
3120
3216
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3121
3217
|
|
|
@@ -3129,9 +3225,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
3129
3225
|
"onUpdate:formData"?: (value: any) => any;
|
|
3130
3226
|
}>, {
|
|
3131
3227
|
disabled: boolean;
|
|
3228
|
+
isDesign: boolean;
|
|
3132
3229
|
bareFlag: boolean;
|
|
3133
3230
|
isSearch: boolean;
|
|
3134
|
-
isDesign: boolean;
|
|
3135
3231
|
showFormItem: boolean;
|
|
3136
3232
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3137
3233
|
|
|
@@ -3252,9 +3348,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
3252
3348
|
"onUpdate:formData"?: (value: any) => any;
|
|
3253
3349
|
}>, {
|
|
3254
3350
|
disabled: boolean;
|
|
3351
|
+
isDesign: boolean;
|
|
3255
3352
|
bareFlag: boolean;
|
|
3256
3353
|
isSearch: boolean;
|
|
3257
|
-
isDesign: boolean;
|
|
3258
3354
|
showFormItem: boolean;
|
|
3259
3355
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
3260
3356
|
starHorseTableCompRef: unknown;
|
|
@@ -3272,9 +3368,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
3272
3368
|
"onUpdate:formData"?: (value: any) => any;
|
|
3273
3369
|
}>, {
|
|
3274
3370
|
disabled: boolean;
|
|
3371
|
+
isDesign: boolean;
|
|
3275
3372
|
bareFlag: boolean;
|
|
3276
3373
|
isSearch: boolean;
|
|
3277
|
-
isDesign: boolean;
|
|
3278
3374
|
showFormItem: boolean;
|
|
3279
3375
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3280
3376
|
|
|
@@ -3285,7 +3381,7 @@ export declare const piniaInstance: Pinia;
|
|
|
3285
3381
|
* @param url
|
|
3286
3382
|
* @param data
|
|
3287
3383
|
*/
|
|
3288
|
-
export declare function postRequest(url: string, data: Array<any> | any): Promise<AxiosResponse<any, any>>;
|
|
3384
|
+
export declare function postRequest(url: string, data: Array<any> | any): Promise<AxiosResponse<any, any, {}>>;
|
|
3289
3385
|
|
|
3290
3386
|
/**
|
|
3291
3387
|
* 按钮响应事件前置校验
|
|
@@ -3312,9 +3408,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
3312
3408
|
"onUpdate:formData"?: (value: any) => any;
|
|
3313
3409
|
}>, {
|
|
3314
3410
|
disabled: boolean;
|
|
3411
|
+
isDesign: boolean;
|
|
3315
3412
|
bareFlag: boolean;
|
|
3316
3413
|
isSearch: boolean;
|
|
3317
|
-
isDesign: boolean;
|
|
3318
3414
|
showFormItem: boolean;
|
|
3319
3415
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3320
3416
|
|
|
@@ -3328,9 +3424,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
3328
3424
|
"onUpdate:formData"?: (value: any) => any;
|
|
3329
3425
|
}>, {
|
|
3330
3426
|
disabled: boolean;
|
|
3427
|
+
isDesign: boolean;
|
|
3331
3428
|
bareFlag: boolean;
|
|
3332
3429
|
isSearch: boolean;
|
|
3333
|
-
isDesign: boolean;
|
|
3334
3430
|
showFormItem: boolean;
|
|
3335
3431
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3336
3432
|
|
|
@@ -3344,9 +3440,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
3344
3440
|
"onUpdate:formData"?: (value: any) => any;
|
|
3345
3441
|
}>, {
|
|
3346
3442
|
disabled: boolean;
|
|
3443
|
+
isDesign: boolean;
|
|
3347
3444
|
bareFlag: boolean;
|
|
3348
3445
|
isSearch: boolean;
|
|
3349
|
-
isDesign: boolean;
|
|
3350
3446
|
showFormItem: boolean;
|
|
3351
3447
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3352
3448
|
|
|
@@ -3578,9 +3674,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
3578
3674
|
"onUpdate:formData"?: (value: any) => any;
|
|
3579
3675
|
}>, {
|
|
3580
3676
|
disabled: boolean;
|
|
3677
|
+
isDesign: boolean;
|
|
3581
3678
|
bareFlag: boolean;
|
|
3582
3679
|
isSearch: boolean;
|
|
3583
|
-
isDesign: boolean;
|
|
3584
3680
|
showFormItem: boolean;
|
|
3585
3681
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3586
3682
|
|
|
@@ -3646,7 +3742,7 @@ typeModel: string;
|
|
|
3646
3742
|
starHorseFormRef: unknown;
|
|
3647
3743
|
}, any>;
|
|
3648
3744
|
|
|
3649
|
-
export declare const ShForm:
|
|
3745
|
+
export declare const ShForm: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
3650
3746
|
|
|
3651
3747
|
export declare type ShortKey = {
|
|
3652
3748
|
/**
|
|
@@ -3764,9 +3860,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3764
3860
|
onSelfFunc?: (...args: any[]) => any;
|
|
3765
3861
|
}>, {
|
|
3766
3862
|
disabled: boolean;
|
|
3863
|
+
isDesign: boolean;
|
|
3767
3864
|
bareFlag: boolean;
|
|
3768
3865
|
isSearch: boolean;
|
|
3769
|
-
isDesign: boolean;
|
|
3770
3866
|
showFormItem: boolean;
|
|
3771
3867
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
3772
3868
|
signatureCanvas: HTMLCanvasElement;
|
|
@@ -3782,12 +3878,18 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
3782
3878
|
"onUpdate:formData"?: (value: any) => any;
|
|
3783
3879
|
}>, {
|
|
3784
3880
|
disabled: boolean;
|
|
3881
|
+
isDesign: boolean;
|
|
3785
3882
|
bareFlag: boolean;
|
|
3786
3883
|
isSearch: boolean;
|
|
3787
|
-
isDesign: boolean;
|
|
3788
3884
|
showFormItem: boolean;
|
|
3789
3885
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3790
3886
|
|
|
3887
|
+
/**
|
|
3888
|
+
* Splitter 容器信息
|
|
3889
|
+
*/
|
|
3890
|
+
export declare interface SplitterList extends TabFieldInfo {
|
|
3891
|
+
}
|
|
3892
|
+
|
|
3791
3893
|
export declare const starHorseAxios: AxiosInstance;
|
|
3792
3894
|
|
|
3793
3895
|
export declare const StarHorseButtonList: DefineComponent<ExtractPropTypes< {
|
|
@@ -4129,41 +4231,7 @@ compSize: string;
|
|
|
4129
4231
|
|
|
4130
4232
|
export declare const StarHorseDialog: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
4131
4233
|
|
|
4132
|
-
export declare const StarHorseDraggable:
|
|
4133
|
-
msg: {
|
|
4134
|
-
type: StringConstructor;
|
|
4135
|
-
required: true;
|
|
4136
|
-
};
|
|
4137
|
-
node: {
|
|
4138
|
-
type: PropType<DynamicNode>;
|
|
4139
|
-
required: true;
|
|
4140
|
-
};
|
|
4141
|
-
isActive: {
|
|
4142
|
-
type: BooleanConstructor;
|
|
4143
|
-
default: boolean;
|
|
4144
|
-
};
|
|
4145
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4146
|
-
selectNode: (...args: any[]) => void;
|
|
4147
|
-
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4148
|
-
msg: {
|
|
4149
|
-
type: StringConstructor;
|
|
4150
|
-
required: true;
|
|
4151
|
-
};
|
|
4152
|
-
node: {
|
|
4153
|
-
type: PropType<DynamicNode>;
|
|
4154
|
-
required: true;
|
|
4155
|
-
};
|
|
4156
|
-
isActive: {
|
|
4157
|
-
type: BooleanConstructor;
|
|
4158
|
-
default: boolean;
|
|
4159
|
-
};
|
|
4160
|
-
}>> & Readonly<{
|
|
4161
|
-
onSelectNode?: (...args: any[]) => any;
|
|
4162
|
-
}>, {
|
|
4163
|
-
isActive: boolean;
|
|
4164
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
4165
|
-
contentMenuRef: unknown;
|
|
4166
|
-
}, any>;
|
|
4234
|
+
export declare const StarHorseDraggable: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
4167
4235
|
|
|
4168
4236
|
export declare const StarHorseForm: DefineComponent<ExtractPropTypes< {
|
|
4169
4237
|
compUrl: {
|
|
@@ -5179,7 +5247,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
5179
5247
|
preps: any;
|
|
5180
5248
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5181
5249
|
|
|
5182
|
-
export declare const StarHorsePopover:
|
|
5250
|
+
export declare const StarHorsePopover: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
5183
5251
|
|
|
5184
5252
|
export declare const StarHorseSearchComp: DefineComponent<ExtractPropTypes< {
|
|
5185
5253
|
dialogInput: {
|
|
@@ -6167,15 +6235,15 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
6167
6235
|
"onUpdate:formData"?: (value: any) => any;
|
|
6168
6236
|
}>, {
|
|
6169
6237
|
disabled: boolean;
|
|
6238
|
+
isDesign: boolean;
|
|
6170
6239
|
bareFlag: boolean;
|
|
6171
6240
|
isSearch: boolean;
|
|
6172
|
-
isDesign: boolean;
|
|
6173
6241
|
showFormItem: boolean;
|
|
6174
6242
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
6175
6243
|
|
|
6176
6244
|
export declare const tabContainer: DefineComponent<ExtractPropTypes< {
|
|
6177
6245
|
parentField: {
|
|
6178
|
-
type:
|
|
6246
|
+
type: PropType<any>;
|
|
6179
6247
|
};
|
|
6180
6248
|
isDesign: {
|
|
6181
6249
|
type: BooleanConstructor;
|
|
@@ -6186,7 +6254,8 @@ type: BooleanConstructor;
|
|
|
6186
6254
|
default: boolean;
|
|
6187
6255
|
};
|
|
6188
6256
|
disabled: {
|
|
6189
|
-
type:
|
|
6257
|
+
type: BooleanConstructor;
|
|
6258
|
+
default: boolean;
|
|
6190
6259
|
};
|
|
6191
6260
|
formInfo: {
|
|
6192
6261
|
type: PropType<any>;
|
|
@@ -6201,7 +6270,7 @@ type: PropType<any>;
|
|
|
6201
6270
|
"update:formData": (value: any) => any;
|
|
6202
6271
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
6203
6272
|
parentField: {
|
|
6204
|
-
type:
|
|
6273
|
+
type: PropType<any>;
|
|
6205
6274
|
};
|
|
6206
6275
|
isDesign: {
|
|
6207
6276
|
type: BooleanConstructor;
|
|
@@ -6212,7 +6281,8 @@ type: BooleanConstructor;
|
|
|
6212
6281
|
default: boolean;
|
|
6213
6282
|
};
|
|
6214
6283
|
disabled: {
|
|
6215
|
-
type:
|
|
6284
|
+
type: BooleanConstructor;
|
|
6285
|
+
default: boolean;
|
|
6216
6286
|
};
|
|
6217
6287
|
formInfo: {
|
|
6218
6288
|
type: PropType<any>;
|
|
@@ -6226,6 +6296,7 @@ type: PropType<any>;
|
|
|
6226
6296
|
}>> & Readonly<{
|
|
6227
6297
|
"onUpdate:formData"?: (value: any) => any;
|
|
6228
6298
|
}>, {
|
|
6299
|
+
disabled: boolean;
|
|
6229
6300
|
isDesign: boolean;
|
|
6230
6301
|
showFormItem: boolean;
|
|
6231
6302
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -6280,7 +6351,7 @@ export declare interface TabFieldInfo {
|
|
|
6280
6351
|
|
|
6281
6352
|
export declare const tableContainer: DefineComponent<ExtractPropTypes< {
|
|
6282
6353
|
parentField: {
|
|
6283
|
-
type:
|
|
6354
|
+
type: PropType<any>;
|
|
6284
6355
|
};
|
|
6285
6356
|
isDesign: {
|
|
6286
6357
|
type: BooleanConstructor;
|
|
@@ -6291,7 +6362,8 @@ type: BooleanConstructor;
|
|
|
6291
6362
|
default: boolean;
|
|
6292
6363
|
};
|
|
6293
6364
|
disabled: {
|
|
6294
|
-
type:
|
|
6365
|
+
type: BooleanConstructor;
|
|
6366
|
+
default: boolean;
|
|
6295
6367
|
};
|
|
6296
6368
|
formInfo: {
|
|
6297
6369
|
type: PropType<any>;
|
|
@@ -6306,7 +6378,7 @@ type: PropType<any>;
|
|
|
6306
6378
|
"update:formData": (value: any) => any;
|
|
6307
6379
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
6308
6380
|
parentField: {
|
|
6309
|
-
type:
|
|
6381
|
+
type: PropType<any>;
|
|
6310
6382
|
};
|
|
6311
6383
|
isDesign: {
|
|
6312
6384
|
type: BooleanConstructor;
|
|
@@ -6317,7 +6389,8 @@ type: BooleanConstructor;
|
|
|
6317
6389
|
default: boolean;
|
|
6318
6390
|
};
|
|
6319
6391
|
disabled: {
|
|
6320
|
-
type:
|
|
6392
|
+
type: BooleanConstructor;
|
|
6393
|
+
default: boolean;
|
|
6321
6394
|
};
|
|
6322
6395
|
formInfo: {
|
|
6323
6396
|
type: PropType<any>;
|
|
@@ -6331,6 +6404,7 @@ type: PropType<any>;
|
|
|
6331
6404
|
}>> & Readonly<{
|
|
6332
6405
|
"onUpdate:formData"?: (value: any) => any;
|
|
6333
6406
|
}>, {
|
|
6407
|
+
disabled: boolean;
|
|
6334
6408
|
isDesign: boolean;
|
|
6335
6409
|
showFormItem: boolean;
|
|
6336
6410
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
@@ -6347,9 +6421,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
6347
6421
|
"onUpdate:formData"?: (value: any) => any;
|
|
6348
6422
|
}>, {
|
|
6349
6423
|
disabled: boolean;
|
|
6424
|
+
isDesign: boolean;
|
|
6350
6425
|
bareFlag: boolean;
|
|
6351
6426
|
isSearch: boolean;
|
|
6352
|
-
isDesign: boolean;
|
|
6353
6427
|
showFormItem: boolean;
|
|
6354
6428
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
6355
6429
|
|
|
@@ -6382,9 +6456,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
6382
6456
|
"onUpdate:formData"?: (value: any) => any;
|
|
6383
6457
|
}>, {
|
|
6384
6458
|
disabled: boolean;
|
|
6459
|
+
isDesign: boolean;
|
|
6385
6460
|
bareFlag: boolean;
|
|
6386
6461
|
isSearch: boolean;
|
|
6387
|
-
isDesign: boolean;
|
|
6388
6462
|
showFormItem: boolean;
|
|
6389
6463
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
6390
6464
|
|
|
@@ -6398,9 +6472,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
6398
6472
|
"onUpdate:formData"?: (value: any) => any;
|
|
6399
6473
|
}>, {
|
|
6400
6474
|
disabled: boolean;
|
|
6475
|
+
isDesign: boolean;
|
|
6401
6476
|
bareFlag: boolean;
|
|
6402
6477
|
isSearch: boolean;
|
|
6403
|
-
isDesign: boolean;
|
|
6404
6478
|
showFormItem: boolean;
|
|
6405
6479
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
6406
6480
|
|
|
@@ -6414,9 +6488,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
6414
6488
|
"onUpdate:formData"?: (value: any) => any;
|
|
6415
6489
|
}>, {
|
|
6416
6490
|
disabled: boolean;
|
|
6491
|
+
isDesign: boolean;
|
|
6417
6492
|
bareFlag: boolean;
|
|
6418
6493
|
isSearch: boolean;
|
|
6419
|
-
isDesign: boolean;
|
|
6420
6494
|
showFormItem: boolean;
|
|
6421
6495
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
6422
6496
|
|
|
@@ -6430,9 +6504,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
6430
6504
|
"onUpdate:formData"?: (value: any) => any;
|
|
6431
6505
|
}>, {
|
|
6432
6506
|
disabled: boolean;
|
|
6507
|
+
isDesign: boolean;
|
|
6433
6508
|
bareFlag: boolean;
|
|
6434
6509
|
isSearch: boolean;
|
|
6435
|
-
isDesign: boolean;
|
|
6436
6510
|
showFormItem: boolean;
|
|
6437
6511
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
6438
6512
|
|
|
@@ -6448,9 +6522,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
6448
6522
|
"onUpdate:formData"?: (value: any) => any;
|
|
6449
6523
|
}>, {
|
|
6450
6524
|
disabled: boolean;
|
|
6525
|
+
isDesign: boolean;
|
|
6451
6526
|
bareFlag: boolean;
|
|
6452
6527
|
isSearch: boolean;
|
|
6453
|
-
isDesign: boolean;
|
|
6454
6528
|
showFormItem: boolean;
|
|
6455
6529
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
6456
6530
|
|
|
@@ -6470,9 +6544,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
6470
6544
|
"onUpdate:formData"?: (value: any) => any;
|
|
6471
6545
|
}>, {
|
|
6472
6546
|
disabled: boolean;
|
|
6547
|
+
isDesign: boolean;
|
|
6473
6548
|
bareFlag: boolean;
|
|
6474
6549
|
isSearch: boolean;
|
|
6475
|
-
isDesign: boolean;
|
|
6476
6550
|
showFormItem: boolean;
|
|
6477
6551
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
6478
6552
|
|
|
@@ -6484,9 +6558,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
6484
6558
|
onSelfFunc?: (...args: any[]) => any;
|
|
6485
6559
|
}>, {
|
|
6486
6560
|
disabled: boolean;
|
|
6561
|
+
isDesign: boolean;
|
|
6487
6562
|
bareFlag: boolean;
|
|
6488
6563
|
isSearch: boolean;
|
|
6489
|
-
isDesign: boolean;
|
|
6490
6564
|
showFormItem: boolean;
|
|
6491
6565
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
6492
6566
|
|
|
@@ -6500,9 +6574,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
6500
6574
|
"onUpdate:formData"?: (value: any) => any;
|
|
6501
6575
|
}>, {
|
|
6502
6576
|
disabled: boolean;
|
|
6577
|
+
isDesign: boolean;
|
|
6503
6578
|
bareFlag: boolean;
|
|
6504
6579
|
isSearch: boolean;
|
|
6505
|
-
isDesign: boolean;
|
|
6506
6580
|
showFormItem: boolean;
|
|
6507
6581
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
6508
6582
|
|
|
@@ -6511,7 +6585,7 @@ showFormItem: boolean;
|
|
|
6511
6585
|
* @param url
|
|
6512
6586
|
* @param data
|
|
6513
6587
|
*/
|
|
6514
|
-
export declare function uploadRequest(url: string, data: Array<any>): Promise<AxiosResponse<any, any>>;
|
|
6588
|
+
export declare function uploadRequest(url: string, data: Array<any>): Promise<AxiosResponse<any, any, {}>>;
|
|
6515
6589
|
|
|
6516
6590
|
/**
|
|
6517
6591
|
* 参数解码
|
|
@@ -7079,9 +7153,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
7079
7153
|
}>, {
|
|
7080
7154
|
source: number;
|
|
7081
7155
|
disabled: boolean;
|
|
7156
|
+
isDesign: boolean;
|
|
7082
7157
|
bareFlag: boolean;
|
|
7083
7158
|
isSearch: boolean;
|
|
7084
|
-
isDesign: boolean;
|
|
7085
7159
|
showFormItem: boolean;
|
|
7086
7160
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7087
7161
|
|
|
@@ -7146,9 +7220,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
7146
7220
|
"onUpdate:formData"?: (value: any) => any;
|
|
7147
7221
|
}>, {
|
|
7148
7222
|
disabled: boolean;
|
|
7223
|
+
isDesign: boolean;
|
|
7149
7224
|
bareFlag: boolean;
|
|
7150
7225
|
isSearch: boolean;
|
|
7151
|
-
isDesign: boolean;
|
|
7152
7226
|
showFormItem: boolean;
|
|
7153
7227
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
7154
7228
|
userTableRef: unknown;
|
|
@@ -7863,9 +7937,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
7863
7937
|
"onUpdate:formData"?: (value: any) => any;
|
|
7864
7938
|
}>, {
|
|
7865
7939
|
disabled: boolean;
|
|
7940
|
+
isDesign: boolean;
|
|
7866
7941
|
bareFlag: boolean;
|
|
7867
7942
|
isSearch: boolean;
|
|
7868
|
-
isDesign: boolean;
|
|
7869
7943
|
showFormItem: boolean;
|
|
7870
7944
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
7871
7945
|
markdownEditor: HTMLDivElement;
|