star-horse-lowcode 3.1.6 → 3.1.8
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 +9 -0
- package/dist/api/star_horse_apis.d.ts +1 -1
- package/dist/api/star_horse_utils.d.ts +3 -2
- package/dist/api/system.d.ts +3 -3
- package/dist/assets/index.css +1 -1
- package/dist/components/comp/StarHorseSearchForm.vue.d.ts +9 -62
- package/dist/components/formcomp/utils/FieldList.vue.d.ts +12 -3
- package/dist/components/formcomp/utils/ItemRelationEventUtils.d.ts +13 -3
- package/dist/components/types/ApiUrls.d.ts +20 -0
- package/dist/components/types/ItemPreps.d.ts +155 -2
- package/dist/components/types/PageFieldInfo.d.ts +8 -0
- package/dist/index.es.js +6 -6
- package/dist/plugins/AblesPlugin.d.ts +15 -1
- package/dist/store/FormDataCache.d.ts +252 -0
- package/dist/store/SelfOperation.d.ts +30 -0
- package/dist/store/StoreManager.d.ts +564 -0
- package/dist/types/api/star_horse_apis.d.ts +1 -1
- package/dist/types/api/star_horse_utils.d.ts +3 -2
- package/dist/types/api/system.d.ts +3 -3
- package/dist/types/components/comp/StarHorseSearchForm.vue.d.ts +9 -62
- package/dist/types/components/formcomp/utils/FieldList.vue.d.ts +12 -3
- package/dist/types/components/formcomp/utils/ItemRelationEventUtils.d.ts +13 -3
- package/dist/types/components/types/ApiUrls.d.ts +20 -0
- package/dist/types/components/types/ItemPreps.d.ts +155 -2
- package/dist/types/components/types/PageFieldInfo.d.ts +8 -0
- package/dist/types/plugins/AblesPlugin.d.ts +15 -1
- package/dist/types/store/FormDataCache.d.ts +252 -0
- package/dist/types/store/SelfOperation.d.ts +30 -0
- package/dist/types/store/StoreManager.d.ts +564 -0
- package/package.json +12 -11
|
@@ -45,4 +45,18 @@ export declare function dynamicFormContextMenuData(item: any, parentItem: any, f
|
|
|
45
45
|
* @param node
|
|
46
46
|
* @param recallFunction
|
|
47
47
|
*/
|
|
48
|
-
export declare function dynamicPageContextMenuData(node: DynamicNode, recallFunction: Function):
|
|
48
|
+
export declare function dynamicPageContextMenuData(node: DynamicNode, recallFunction: Function): ({
|
|
49
|
+
type: string;
|
|
50
|
+
text: any;
|
|
51
|
+
icon: string;
|
|
52
|
+
display: boolean;
|
|
53
|
+
handler: () => void;
|
|
54
|
+
direction?: undefined;
|
|
55
|
+
} | {
|
|
56
|
+
type: string;
|
|
57
|
+
direction: string;
|
|
58
|
+
display: boolean;
|
|
59
|
+
text?: undefined;
|
|
60
|
+
icon?: undefined;
|
|
61
|
+
handler?: undefined;
|
|
62
|
+
})[];
|
|
@@ -26,6 +26,8 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
26
26
|
needField: {
|
|
27
27
|
sourceField: string;
|
|
28
28
|
distField: string;
|
|
29
|
+
typeConvert?: string;
|
|
30
|
+
transform?: string;
|
|
29
31
|
}[];
|
|
30
32
|
recall?: Function;
|
|
31
33
|
primaryKey: string | Array<any>;
|
|
@@ -47,6 +49,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
47
49
|
importUrl?: string;
|
|
48
50
|
executeUrl?: string;
|
|
49
51
|
modifyColumnsUrl?: string;
|
|
52
|
+
customerUrl1?: string;
|
|
53
|
+
customerUrl2?: string;
|
|
54
|
+
customerUrl3?: string;
|
|
55
|
+
customerUrl4?: string;
|
|
56
|
+
customerUrl5?: string;
|
|
50
57
|
basePrefix?: string;
|
|
51
58
|
permissionsUrl?: string;
|
|
52
59
|
redirectExecutionUrl?: string;
|
|
@@ -135,6 +142,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
135
142
|
importUrl?: string;
|
|
136
143
|
executeUrl?: string;
|
|
137
144
|
modifyColumnsUrl?: string;
|
|
145
|
+
customerUrl1?: string;
|
|
146
|
+
customerUrl2?: string;
|
|
147
|
+
customerUrl3?: string;
|
|
148
|
+
customerUrl4?: string;
|
|
149
|
+
customerUrl5?: string;
|
|
138
150
|
basePrefix?: string;
|
|
139
151
|
permissionsUrl?: string;
|
|
140
152
|
redirectExecutionUrl?: string;
|
|
@@ -223,6 +235,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
223
235
|
importUrl?: string;
|
|
224
236
|
executeUrl?: string;
|
|
225
237
|
modifyColumnsUrl?: string;
|
|
238
|
+
customerUrl1?: string;
|
|
239
|
+
customerUrl2?: string;
|
|
240
|
+
customerUrl3?: string;
|
|
241
|
+
customerUrl4?: string;
|
|
242
|
+
customerUrl5?: string;
|
|
226
243
|
basePrefix?: string;
|
|
227
244
|
permissionsUrl?: string;
|
|
228
245
|
redirectExecutionUrl?: string;
|
|
@@ -312,6 +329,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
312
329
|
importUrl?: string;
|
|
313
330
|
executeUrl?: string;
|
|
314
331
|
modifyColumnsUrl?: string;
|
|
332
|
+
customerUrl1?: string;
|
|
333
|
+
customerUrl2?: string;
|
|
334
|
+
customerUrl3?: string;
|
|
335
|
+
customerUrl4?: string;
|
|
336
|
+
customerUrl5?: string;
|
|
315
337
|
basePrefix?: string;
|
|
316
338
|
permissionsUrl?: string;
|
|
317
339
|
redirectExecutionUrl?: string;
|
|
@@ -400,6 +422,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
400
422
|
importUrl?: string;
|
|
401
423
|
executeUrl?: string;
|
|
402
424
|
modifyColumnsUrl?: string;
|
|
425
|
+
customerUrl1?: string;
|
|
426
|
+
customerUrl2?: string;
|
|
427
|
+
customerUrl3?: string;
|
|
428
|
+
customerUrl4?: string;
|
|
429
|
+
customerUrl5?: string;
|
|
403
430
|
basePrefix?: string;
|
|
404
431
|
permissionsUrl?: string;
|
|
405
432
|
redirectExecutionUrl?: string;
|
|
@@ -488,6 +515,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
488
515
|
importUrl?: string;
|
|
489
516
|
executeUrl?: string;
|
|
490
517
|
modifyColumnsUrl?: string;
|
|
518
|
+
customerUrl1?: string;
|
|
519
|
+
customerUrl2?: string;
|
|
520
|
+
customerUrl3?: string;
|
|
521
|
+
customerUrl4?: string;
|
|
522
|
+
customerUrl5?: string;
|
|
491
523
|
basePrefix?: string;
|
|
492
524
|
permissionsUrl?: string;
|
|
493
525
|
redirectExecutionUrl?: string;
|
|
@@ -568,6 +600,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
568
600
|
importUrl?: string;
|
|
569
601
|
executeUrl?: string;
|
|
570
602
|
modifyColumnsUrl?: string;
|
|
603
|
+
customerUrl1?: string;
|
|
604
|
+
customerUrl2?: string;
|
|
605
|
+
customerUrl3?: string;
|
|
606
|
+
customerUrl4?: string;
|
|
607
|
+
customerUrl5?: string;
|
|
571
608
|
basePrefix?: string;
|
|
572
609
|
permissionsUrl?: string;
|
|
573
610
|
redirectExecutionUrl?: string;
|
|
@@ -688,6 +725,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
688
725
|
importUrl?: string;
|
|
689
726
|
executeUrl?: string;
|
|
690
727
|
modifyColumnsUrl?: string;
|
|
728
|
+
customerUrl1?: string;
|
|
729
|
+
customerUrl2?: string;
|
|
730
|
+
customerUrl3?: string;
|
|
731
|
+
customerUrl4?: string;
|
|
732
|
+
customerUrl5?: string;
|
|
691
733
|
basePrefix?: string;
|
|
692
734
|
permissionsUrl?: string;
|
|
693
735
|
redirectExecutionUrl?: string;
|
|
@@ -792,6 +834,8 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
792
834
|
needField: {
|
|
793
835
|
sourceField: string;
|
|
794
836
|
distField: string;
|
|
837
|
+
typeConvert?: string;
|
|
838
|
+
transform?: string;
|
|
795
839
|
}[];
|
|
796
840
|
recall?: Function;
|
|
797
841
|
primaryKey: string | Array<any>;
|
|
@@ -813,6 +857,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
813
857
|
importUrl?: string;
|
|
814
858
|
executeUrl?: string;
|
|
815
859
|
modifyColumnsUrl?: string;
|
|
860
|
+
customerUrl1?: string;
|
|
861
|
+
customerUrl2?: string;
|
|
862
|
+
customerUrl3?: string;
|
|
863
|
+
customerUrl4?: string;
|
|
864
|
+
customerUrl5?: string;
|
|
816
865
|
basePrefix?: string;
|
|
817
866
|
permissionsUrl?: string;
|
|
818
867
|
redirectExecutionUrl?: string;
|
|
@@ -901,6 +950,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
901
950
|
importUrl?: string;
|
|
902
951
|
executeUrl?: string;
|
|
903
952
|
modifyColumnsUrl?: string;
|
|
953
|
+
customerUrl1?: string;
|
|
954
|
+
customerUrl2?: string;
|
|
955
|
+
customerUrl3?: string;
|
|
956
|
+
customerUrl4?: string;
|
|
957
|
+
customerUrl5?: string;
|
|
904
958
|
basePrefix?: string;
|
|
905
959
|
permissionsUrl?: string;
|
|
906
960
|
redirectExecutionUrl?: string;
|
|
@@ -989,6 +1043,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
989
1043
|
importUrl?: string;
|
|
990
1044
|
executeUrl?: string;
|
|
991
1045
|
modifyColumnsUrl?: string;
|
|
1046
|
+
customerUrl1?: string;
|
|
1047
|
+
customerUrl2?: string;
|
|
1048
|
+
customerUrl3?: string;
|
|
1049
|
+
customerUrl4?: string;
|
|
1050
|
+
customerUrl5?: string;
|
|
992
1051
|
basePrefix?: string;
|
|
993
1052
|
permissionsUrl?: string;
|
|
994
1053
|
redirectExecutionUrl?: string;
|
|
@@ -1078,6 +1137,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
1078
1137
|
importUrl?: string;
|
|
1079
1138
|
executeUrl?: string;
|
|
1080
1139
|
modifyColumnsUrl?: string;
|
|
1140
|
+
customerUrl1?: string;
|
|
1141
|
+
customerUrl2?: string;
|
|
1142
|
+
customerUrl3?: string;
|
|
1143
|
+
customerUrl4?: string;
|
|
1144
|
+
customerUrl5?: string;
|
|
1081
1145
|
basePrefix?: string;
|
|
1082
1146
|
permissionsUrl?: string;
|
|
1083
1147
|
redirectExecutionUrl?: string;
|
|
@@ -1166,6 +1230,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
1166
1230
|
importUrl?: string;
|
|
1167
1231
|
executeUrl?: string;
|
|
1168
1232
|
modifyColumnsUrl?: string;
|
|
1233
|
+
customerUrl1?: string;
|
|
1234
|
+
customerUrl2?: string;
|
|
1235
|
+
customerUrl3?: string;
|
|
1236
|
+
customerUrl4?: string;
|
|
1237
|
+
customerUrl5?: string;
|
|
1169
1238
|
basePrefix?: string;
|
|
1170
1239
|
permissionsUrl?: string;
|
|
1171
1240
|
redirectExecutionUrl?: string;
|
|
@@ -1254,6 +1323,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
1254
1323
|
importUrl?: string;
|
|
1255
1324
|
executeUrl?: string;
|
|
1256
1325
|
modifyColumnsUrl?: string;
|
|
1326
|
+
customerUrl1?: string;
|
|
1327
|
+
customerUrl2?: string;
|
|
1328
|
+
customerUrl3?: string;
|
|
1329
|
+
customerUrl4?: string;
|
|
1330
|
+
customerUrl5?: string;
|
|
1257
1331
|
basePrefix?: string;
|
|
1258
1332
|
permissionsUrl?: string;
|
|
1259
1333
|
redirectExecutionUrl?: string;
|
|
@@ -1334,6 +1408,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
1334
1408
|
importUrl?: string;
|
|
1335
1409
|
executeUrl?: string;
|
|
1336
1410
|
modifyColumnsUrl?: string;
|
|
1411
|
+
customerUrl1?: string;
|
|
1412
|
+
customerUrl2?: string;
|
|
1413
|
+
customerUrl3?: string;
|
|
1414
|
+
customerUrl4?: string;
|
|
1415
|
+
customerUrl5?: string;
|
|
1337
1416
|
basePrefix?: string;
|
|
1338
1417
|
permissionsUrl?: string;
|
|
1339
1418
|
redirectExecutionUrl?: string;
|
|
@@ -1454,6 +1533,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
1454
1533
|
importUrl?: string;
|
|
1455
1534
|
executeUrl?: string;
|
|
1456
1535
|
modifyColumnsUrl?: string;
|
|
1536
|
+
customerUrl1?: string;
|
|
1537
|
+
customerUrl2?: string;
|
|
1538
|
+
customerUrl3?: string;
|
|
1539
|
+
customerUrl4?: string;
|
|
1540
|
+
customerUrl5?: string;
|
|
1457
1541
|
basePrefix?: string;
|
|
1458
1542
|
permissionsUrl?: string;
|
|
1459
1543
|
redirectExecutionUrl?: string;
|
|
@@ -1566,6 +1650,8 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
1566
1650
|
needField: {
|
|
1567
1651
|
sourceField: string;
|
|
1568
1652
|
distField: string;
|
|
1653
|
+
typeConvert?: string;
|
|
1654
|
+
transform?: string;
|
|
1569
1655
|
}[];
|
|
1570
1656
|
recall?: Function;
|
|
1571
1657
|
primaryKey: string | Array<any>;
|
|
@@ -1587,6 +1673,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
1587
1673
|
importUrl?: string;
|
|
1588
1674
|
executeUrl?: string;
|
|
1589
1675
|
modifyColumnsUrl?: string;
|
|
1676
|
+
customerUrl1?: string;
|
|
1677
|
+
customerUrl2?: string;
|
|
1678
|
+
customerUrl3?: string;
|
|
1679
|
+
customerUrl4?: string;
|
|
1680
|
+
customerUrl5?: string;
|
|
1590
1681
|
basePrefix?: string;
|
|
1591
1682
|
permissionsUrl?: string;
|
|
1592
1683
|
redirectExecutionUrl?: string;
|
|
@@ -1675,6 +1766,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
1675
1766
|
importUrl?: string;
|
|
1676
1767
|
executeUrl?: string;
|
|
1677
1768
|
modifyColumnsUrl?: string;
|
|
1769
|
+
customerUrl1?: string;
|
|
1770
|
+
customerUrl2?: string;
|
|
1771
|
+
customerUrl3?: string;
|
|
1772
|
+
customerUrl4?: string;
|
|
1773
|
+
customerUrl5?: string;
|
|
1678
1774
|
basePrefix?: string;
|
|
1679
1775
|
permissionsUrl?: string;
|
|
1680
1776
|
redirectExecutionUrl?: string;
|
|
@@ -1763,6 +1859,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
1763
1859
|
importUrl?: string;
|
|
1764
1860
|
executeUrl?: string;
|
|
1765
1861
|
modifyColumnsUrl?: string;
|
|
1862
|
+
customerUrl1?: string;
|
|
1863
|
+
customerUrl2?: string;
|
|
1864
|
+
customerUrl3?: string;
|
|
1865
|
+
customerUrl4?: string;
|
|
1866
|
+
customerUrl5?: string;
|
|
1766
1867
|
basePrefix?: string;
|
|
1767
1868
|
permissionsUrl?: string;
|
|
1768
1869
|
redirectExecutionUrl?: string;
|
|
@@ -1852,6 +1953,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
1852
1953
|
importUrl?: string;
|
|
1853
1954
|
executeUrl?: string;
|
|
1854
1955
|
modifyColumnsUrl?: string;
|
|
1956
|
+
customerUrl1?: string;
|
|
1957
|
+
customerUrl2?: string;
|
|
1958
|
+
customerUrl3?: string;
|
|
1959
|
+
customerUrl4?: string;
|
|
1960
|
+
customerUrl5?: string;
|
|
1855
1961
|
basePrefix?: string;
|
|
1856
1962
|
permissionsUrl?: string;
|
|
1857
1963
|
redirectExecutionUrl?: string;
|
|
@@ -1940,6 +2046,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
1940
2046
|
importUrl?: string;
|
|
1941
2047
|
executeUrl?: string;
|
|
1942
2048
|
modifyColumnsUrl?: string;
|
|
2049
|
+
customerUrl1?: string;
|
|
2050
|
+
customerUrl2?: string;
|
|
2051
|
+
customerUrl3?: string;
|
|
2052
|
+
customerUrl4?: string;
|
|
2053
|
+
customerUrl5?: string;
|
|
1943
2054
|
basePrefix?: string;
|
|
1944
2055
|
permissionsUrl?: string;
|
|
1945
2056
|
redirectExecutionUrl?: string;
|
|
@@ -2028,6 +2139,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
2028
2139
|
importUrl?: string;
|
|
2029
2140
|
executeUrl?: string;
|
|
2030
2141
|
modifyColumnsUrl?: string;
|
|
2142
|
+
customerUrl1?: string;
|
|
2143
|
+
customerUrl2?: string;
|
|
2144
|
+
customerUrl3?: string;
|
|
2145
|
+
customerUrl4?: string;
|
|
2146
|
+
customerUrl5?: string;
|
|
2031
2147
|
basePrefix?: string;
|
|
2032
2148
|
permissionsUrl?: string;
|
|
2033
2149
|
redirectExecutionUrl?: string;
|
|
@@ -2108,6 +2224,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
2108
2224
|
importUrl?: string;
|
|
2109
2225
|
executeUrl?: string;
|
|
2110
2226
|
modifyColumnsUrl?: string;
|
|
2227
|
+
customerUrl1?: string;
|
|
2228
|
+
customerUrl2?: string;
|
|
2229
|
+
customerUrl3?: string;
|
|
2230
|
+
customerUrl4?: string;
|
|
2231
|
+
customerUrl5?: string;
|
|
2111
2232
|
basePrefix?: string;
|
|
2112
2233
|
permissionsUrl?: string;
|
|
2113
2234
|
redirectExecutionUrl?: string;
|
|
@@ -2228,6 +2349,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
2228
2349
|
importUrl?: string;
|
|
2229
2350
|
executeUrl?: string;
|
|
2230
2351
|
modifyColumnsUrl?: string;
|
|
2352
|
+
customerUrl1?: string;
|
|
2353
|
+
customerUrl2?: string;
|
|
2354
|
+
customerUrl3?: string;
|
|
2355
|
+
customerUrl4?: string;
|
|
2356
|
+
customerUrl5?: string;
|
|
2231
2357
|
basePrefix?: string;
|
|
2232
2358
|
permissionsUrl?: string;
|
|
2233
2359
|
redirectExecutionUrl?: string;
|
|
@@ -2332,6 +2458,8 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
2332
2458
|
needField: {
|
|
2333
2459
|
sourceField: string;
|
|
2334
2460
|
distField: string;
|
|
2461
|
+
typeConvert?: string;
|
|
2462
|
+
transform?: string;
|
|
2335
2463
|
}[];
|
|
2336
2464
|
recall?: Function;
|
|
2337
2465
|
primaryKey: string | Array<any>;
|
|
@@ -2353,6 +2481,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
2353
2481
|
importUrl?: string;
|
|
2354
2482
|
executeUrl?: string;
|
|
2355
2483
|
modifyColumnsUrl?: string;
|
|
2484
|
+
customerUrl1?: string;
|
|
2485
|
+
customerUrl2?: string;
|
|
2486
|
+
customerUrl3?: string;
|
|
2487
|
+
customerUrl4?: string;
|
|
2488
|
+
customerUrl5?: string;
|
|
2356
2489
|
basePrefix?: string;
|
|
2357
2490
|
permissionsUrl?: string;
|
|
2358
2491
|
redirectExecutionUrl?: string;
|
|
@@ -2441,6 +2574,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
2441
2574
|
importUrl?: string;
|
|
2442
2575
|
executeUrl?: string;
|
|
2443
2576
|
modifyColumnsUrl?: string;
|
|
2577
|
+
customerUrl1?: string;
|
|
2578
|
+
customerUrl2?: string;
|
|
2579
|
+
customerUrl3?: string;
|
|
2580
|
+
customerUrl4?: string;
|
|
2581
|
+
customerUrl5?: string;
|
|
2444
2582
|
basePrefix?: string;
|
|
2445
2583
|
permissionsUrl?: string;
|
|
2446
2584
|
redirectExecutionUrl?: string;
|
|
@@ -2529,6 +2667,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
2529
2667
|
importUrl?: string;
|
|
2530
2668
|
executeUrl?: string;
|
|
2531
2669
|
modifyColumnsUrl?: string;
|
|
2670
|
+
customerUrl1?: string;
|
|
2671
|
+
customerUrl2?: string;
|
|
2672
|
+
customerUrl3?: string;
|
|
2673
|
+
customerUrl4?: string;
|
|
2674
|
+
customerUrl5?: string;
|
|
2532
2675
|
basePrefix?: string;
|
|
2533
2676
|
permissionsUrl?: string;
|
|
2534
2677
|
redirectExecutionUrl?: string;
|
|
@@ -2618,6 +2761,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
2618
2761
|
importUrl?: string;
|
|
2619
2762
|
executeUrl?: string;
|
|
2620
2763
|
modifyColumnsUrl?: string;
|
|
2764
|
+
customerUrl1?: string;
|
|
2765
|
+
customerUrl2?: string;
|
|
2766
|
+
customerUrl3?: string;
|
|
2767
|
+
customerUrl4?: string;
|
|
2768
|
+
customerUrl5?: string;
|
|
2621
2769
|
basePrefix?: string;
|
|
2622
2770
|
permissionsUrl?: string;
|
|
2623
2771
|
redirectExecutionUrl?: string;
|
|
@@ -2706,6 +2854,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
2706
2854
|
importUrl?: string;
|
|
2707
2855
|
executeUrl?: string;
|
|
2708
2856
|
modifyColumnsUrl?: string;
|
|
2857
|
+
customerUrl1?: string;
|
|
2858
|
+
customerUrl2?: string;
|
|
2859
|
+
customerUrl3?: string;
|
|
2860
|
+
customerUrl4?: string;
|
|
2861
|
+
customerUrl5?: string;
|
|
2709
2862
|
basePrefix?: string;
|
|
2710
2863
|
permissionsUrl?: string;
|
|
2711
2864
|
redirectExecutionUrl?: string;
|
|
@@ -2794,6 +2947,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
2794
2947
|
importUrl?: string;
|
|
2795
2948
|
executeUrl?: string;
|
|
2796
2949
|
modifyColumnsUrl?: string;
|
|
2950
|
+
customerUrl1?: string;
|
|
2951
|
+
customerUrl2?: string;
|
|
2952
|
+
customerUrl3?: string;
|
|
2953
|
+
customerUrl4?: string;
|
|
2954
|
+
customerUrl5?: string;
|
|
2797
2955
|
basePrefix?: string;
|
|
2798
2956
|
permissionsUrl?: string;
|
|
2799
2957
|
redirectExecutionUrl?: string;
|
|
@@ -2874,6 +3032,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
2874
3032
|
importUrl?: string;
|
|
2875
3033
|
executeUrl?: string;
|
|
2876
3034
|
modifyColumnsUrl?: string;
|
|
3035
|
+
customerUrl1?: string;
|
|
3036
|
+
customerUrl2?: string;
|
|
3037
|
+
customerUrl3?: string;
|
|
3038
|
+
customerUrl4?: string;
|
|
3039
|
+
customerUrl5?: string;
|
|
2877
3040
|
basePrefix?: string;
|
|
2878
3041
|
permissionsUrl?: string;
|
|
2879
3042
|
redirectExecutionUrl?: string;
|
|
@@ -2994,6 +3157,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
2994
3157
|
importUrl?: string;
|
|
2995
3158
|
executeUrl?: string;
|
|
2996
3159
|
modifyColumnsUrl?: string;
|
|
3160
|
+
customerUrl1?: string;
|
|
3161
|
+
customerUrl2?: string;
|
|
3162
|
+
customerUrl3?: string;
|
|
3163
|
+
customerUrl4?: string;
|
|
3164
|
+
customerUrl5?: string;
|
|
2997
3165
|
basePrefix?: string;
|
|
2998
3166
|
permissionsUrl?: string;
|
|
2999
3167
|
redirectExecutionUrl?: string;
|
|
@@ -3106,6 +3274,8 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
3106
3274
|
needField: {
|
|
3107
3275
|
sourceField: string;
|
|
3108
3276
|
distField: string;
|
|
3277
|
+
typeConvert?: string;
|
|
3278
|
+
transform?: string;
|
|
3109
3279
|
}[];
|
|
3110
3280
|
recall?: Function;
|
|
3111
3281
|
primaryKey: string | Array<any>;
|
|
@@ -3127,6 +3297,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
3127
3297
|
importUrl?: string;
|
|
3128
3298
|
executeUrl?: string;
|
|
3129
3299
|
modifyColumnsUrl?: string;
|
|
3300
|
+
customerUrl1?: string;
|
|
3301
|
+
customerUrl2?: string;
|
|
3302
|
+
customerUrl3?: string;
|
|
3303
|
+
customerUrl4?: string;
|
|
3304
|
+
customerUrl5?: string;
|
|
3130
3305
|
basePrefix?: string;
|
|
3131
3306
|
permissionsUrl?: string;
|
|
3132
3307
|
redirectExecutionUrl?: string;
|
|
@@ -3215,6 +3390,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
3215
3390
|
importUrl?: string;
|
|
3216
3391
|
executeUrl?: string;
|
|
3217
3392
|
modifyColumnsUrl?: string;
|
|
3393
|
+
customerUrl1?: string;
|
|
3394
|
+
customerUrl2?: string;
|
|
3395
|
+
customerUrl3?: string;
|
|
3396
|
+
customerUrl4?: string;
|
|
3397
|
+
customerUrl5?: string;
|
|
3218
3398
|
basePrefix?: string;
|
|
3219
3399
|
permissionsUrl?: string;
|
|
3220
3400
|
redirectExecutionUrl?: string;
|
|
@@ -3303,6 +3483,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
3303
3483
|
importUrl?: string;
|
|
3304
3484
|
executeUrl?: string;
|
|
3305
3485
|
modifyColumnsUrl?: string;
|
|
3486
|
+
customerUrl1?: string;
|
|
3487
|
+
customerUrl2?: string;
|
|
3488
|
+
customerUrl3?: string;
|
|
3489
|
+
customerUrl4?: string;
|
|
3490
|
+
customerUrl5?: string;
|
|
3306
3491
|
basePrefix?: string;
|
|
3307
3492
|
permissionsUrl?: string;
|
|
3308
3493
|
redirectExecutionUrl?: string;
|
|
@@ -3392,6 +3577,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
3392
3577
|
importUrl?: string;
|
|
3393
3578
|
executeUrl?: string;
|
|
3394
3579
|
modifyColumnsUrl?: string;
|
|
3580
|
+
customerUrl1?: string;
|
|
3581
|
+
customerUrl2?: string;
|
|
3582
|
+
customerUrl3?: string;
|
|
3583
|
+
customerUrl4?: string;
|
|
3584
|
+
customerUrl5?: string;
|
|
3395
3585
|
basePrefix?: string;
|
|
3396
3586
|
permissionsUrl?: string;
|
|
3397
3587
|
redirectExecutionUrl?: string;
|
|
@@ -3480,6 +3670,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
3480
3670
|
importUrl?: string;
|
|
3481
3671
|
executeUrl?: string;
|
|
3482
3672
|
modifyColumnsUrl?: string;
|
|
3673
|
+
customerUrl1?: string;
|
|
3674
|
+
customerUrl2?: string;
|
|
3675
|
+
customerUrl3?: string;
|
|
3676
|
+
customerUrl4?: string;
|
|
3677
|
+
customerUrl5?: string;
|
|
3483
3678
|
basePrefix?: string;
|
|
3484
3679
|
permissionsUrl?: string;
|
|
3485
3680
|
redirectExecutionUrl?: string;
|
|
@@ -3568,6 +3763,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
3568
3763
|
importUrl?: string;
|
|
3569
3764
|
executeUrl?: string;
|
|
3570
3765
|
modifyColumnsUrl?: string;
|
|
3766
|
+
customerUrl1?: string;
|
|
3767
|
+
customerUrl2?: string;
|
|
3768
|
+
customerUrl3?: string;
|
|
3769
|
+
customerUrl4?: string;
|
|
3770
|
+
customerUrl5?: string;
|
|
3571
3771
|
basePrefix?: string;
|
|
3572
3772
|
permissionsUrl?: string;
|
|
3573
3773
|
redirectExecutionUrl?: string;
|
|
@@ -3648,6 +3848,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
3648
3848
|
importUrl?: string;
|
|
3649
3849
|
executeUrl?: string;
|
|
3650
3850
|
modifyColumnsUrl?: string;
|
|
3851
|
+
customerUrl1?: string;
|
|
3852
|
+
customerUrl2?: string;
|
|
3853
|
+
customerUrl3?: string;
|
|
3854
|
+
customerUrl4?: string;
|
|
3855
|
+
customerUrl5?: string;
|
|
3651
3856
|
basePrefix?: string;
|
|
3652
3857
|
permissionsUrl?: string;
|
|
3653
3858
|
redirectExecutionUrl?: string;
|
|
@@ -3768,6 +3973,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
3768
3973
|
importUrl?: string;
|
|
3769
3974
|
executeUrl?: string;
|
|
3770
3975
|
modifyColumnsUrl?: string;
|
|
3976
|
+
customerUrl1?: string;
|
|
3977
|
+
customerUrl2?: string;
|
|
3978
|
+
customerUrl3?: string;
|
|
3979
|
+
customerUrl4?: string;
|
|
3980
|
+
customerUrl5?: string;
|
|
3771
3981
|
basePrefix?: string;
|
|
3772
3982
|
permissionsUrl?: string;
|
|
3773
3983
|
redirectExecutionUrl?: string;
|
|
@@ -3872,6 +4082,8 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
3872
4082
|
needField: {
|
|
3873
4083
|
sourceField: string;
|
|
3874
4084
|
distField: string;
|
|
4085
|
+
typeConvert?: string;
|
|
4086
|
+
transform?: string;
|
|
3875
4087
|
}[];
|
|
3876
4088
|
recall?: Function;
|
|
3877
4089
|
primaryKey: string | Array<any>;
|
|
@@ -3893,6 +4105,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
3893
4105
|
importUrl?: string;
|
|
3894
4106
|
executeUrl?: string;
|
|
3895
4107
|
modifyColumnsUrl?: string;
|
|
4108
|
+
customerUrl1?: string;
|
|
4109
|
+
customerUrl2?: string;
|
|
4110
|
+
customerUrl3?: string;
|
|
4111
|
+
customerUrl4?: string;
|
|
4112
|
+
customerUrl5?: string;
|
|
3896
4113
|
basePrefix?: string;
|
|
3897
4114
|
permissionsUrl?: string;
|
|
3898
4115
|
redirectExecutionUrl?: string;
|
|
@@ -3981,6 +4198,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
3981
4198
|
importUrl?: string;
|
|
3982
4199
|
executeUrl?: string;
|
|
3983
4200
|
modifyColumnsUrl?: string;
|
|
4201
|
+
customerUrl1?: string;
|
|
4202
|
+
customerUrl2?: string;
|
|
4203
|
+
customerUrl3?: string;
|
|
4204
|
+
customerUrl4?: string;
|
|
4205
|
+
customerUrl5?: string;
|
|
3984
4206
|
basePrefix?: string;
|
|
3985
4207
|
permissionsUrl?: string;
|
|
3986
4208
|
redirectExecutionUrl?: string;
|
|
@@ -4069,6 +4291,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
4069
4291
|
importUrl?: string;
|
|
4070
4292
|
executeUrl?: string;
|
|
4071
4293
|
modifyColumnsUrl?: string;
|
|
4294
|
+
customerUrl1?: string;
|
|
4295
|
+
customerUrl2?: string;
|
|
4296
|
+
customerUrl3?: string;
|
|
4297
|
+
customerUrl4?: string;
|
|
4298
|
+
customerUrl5?: string;
|
|
4072
4299
|
basePrefix?: string;
|
|
4073
4300
|
permissionsUrl?: string;
|
|
4074
4301
|
redirectExecutionUrl?: string;
|
|
@@ -4158,6 +4385,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
4158
4385
|
importUrl?: string;
|
|
4159
4386
|
executeUrl?: string;
|
|
4160
4387
|
modifyColumnsUrl?: string;
|
|
4388
|
+
customerUrl1?: string;
|
|
4389
|
+
customerUrl2?: string;
|
|
4390
|
+
customerUrl3?: string;
|
|
4391
|
+
customerUrl4?: string;
|
|
4392
|
+
customerUrl5?: string;
|
|
4161
4393
|
basePrefix?: string;
|
|
4162
4394
|
permissionsUrl?: string;
|
|
4163
4395
|
redirectExecutionUrl?: string;
|
|
@@ -4246,6 +4478,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
4246
4478
|
importUrl?: string;
|
|
4247
4479
|
executeUrl?: string;
|
|
4248
4480
|
modifyColumnsUrl?: string;
|
|
4481
|
+
customerUrl1?: string;
|
|
4482
|
+
customerUrl2?: string;
|
|
4483
|
+
customerUrl3?: string;
|
|
4484
|
+
customerUrl4?: string;
|
|
4485
|
+
customerUrl5?: string;
|
|
4249
4486
|
basePrefix?: string;
|
|
4250
4487
|
permissionsUrl?: string;
|
|
4251
4488
|
redirectExecutionUrl?: string;
|
|
@@ -4334,6 +4571,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
4334
4571
|
importUrl?: string;
|
|
4335
4572
|
executeUrl?: string;
|
|
4336
4573
|
modifyColumnsUrl?: string;
|
|
4574
|
+
customerUrl1?: string;
|
|
4575
|
+
customerUrl2?: string;
|
|
4576
|
+
customerUrl3?: string;
|
|
4577
|
+
customerUrl4?: string;
|
|
4578
|
+
customerUrl5?: string;
|
|
4337
4579
|
basePrefix?: string;
|
|
4338
4580
|
permissionsUrl?: string;
|
|
4339
4581
|
redirectExecutionUrl?: string;
|
|
@@ -4414,6 +4656,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
4414
4656
|
importUrl?: string;
|
|
4415
4657
|
executeUrl?: string;
|
|
4416
4658
|
modifyColumnsUrl?: string;
|
|
4659
|
+
customerUrl1?: string;
|
|
4660
|
+
customerUrl2?: string;
|
|
4661
|
+
customerUrl3?: string;
|
|
4662
|
+
customerUrl4?: string;
|
|
4663
|
+
customerUrl5?: string;
|
|
4417
4664
|
basePrefix?: string;
|
|
4418
4665
|
permissionsUrl?: string;
|
|
4419
4666
|
redirectExecutionUrl?: string;
|
|
@@ -4534,6 +4781,11 @@ export declare const useFormDataCacheStore: import('pinia').StoreDefinition<"for
|
|
|
4534
4781
|
importUrl?: string;
|
|
4535
4782
|
executeUrl?: string;
|
|
4536
4783
|
modifyColumnsUrl?: string;
|
|
4784
|
+
customerUrl1?: string;
|
|
4785
|
+
customerUrl2?: string;
|
|
4786
|
+
customerUrl3?: string;
|
|
4787
|
+
customerUrl4?: string;
|
|
4788
|
+
customerUrl5?: string;
|
|
4537
4789
|
basePrefix?: string;
|
|
4538
4790
|
permissionsUrl?: string;
|
|
4539
4791
|
redirectExecutionUrl?: string;
|