star-horse-lowcode 3.1.5 → 3.1.7
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 +11 -0
- package/dist/api/star_horse_apis.d.ts +1 -1
- package/dist/api/star_horse_utils.d.ts +7 -5
- package/dist/api/system.d.ts +3 -3
- package/dist/assets/index.css +1 -1
- package/dist/components/comp/StarHorseDataSelector.vue.d.ts +2 -2
- package/dist/components/comp/utils/DataPicker.vue.d.ts +0 -45
- 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/lang/en_US.d.ts +16 -0
- package/dist/lang/zh_CN.d.ts +16 -0
- 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 +7 -6
- package/dist/types/api/system.d.ts +3 -3
- package/dist/types/components/comp/StarHorseDataSelector.vue.d.ts +2 -2
- package/dist/types/components/comp/StarHorseTableComp.vue.d.ts +1 -1
- package/dist/types/components/comp/StarHorseTree.vue.d.ts +2 -2
- package/dist/types/components/comp/utils/DataPicker.vue.d.ts +0 -45
- package/dist/types/components/formcomp/utils/ItemRelationEventUtils.d.ts +13 -3
- package/dist/types/components/system/PageConfig.vue.d.ts +1 -1
- package/dist/types/components/system/code-editor/ApiConfigDialog.vue.d.ts +2 -2
- 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/lang/en_US.d.ts +16 -0
- package/dist/types/lang/zh_CN.d.ts +16 -0
- 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/dist/types/utils/ImagePreview.d.ts +105 -0
- package/dist/utils/ImagePreview.d.ts +105 -0
- package/package.json +13 -12
|
@@ -82,6 +82,11 @@ export declare const getSelfOperationStore: () => import('pinia').Store<"selfOpe
|
|
|
82
82
|
importUrl?: string;
|
|
83
83
|
executeUrl?: string;
|
|
84
84
|
modifyColumnsUrl?: string;
|
|
85
|
+
customerUrl1?: string;
|
|
86
|
+
customerUrl2?: string;
|
|
87
|
+
customerUrl3?: string;
|
|
88
|
+
customerUrl4?: string;
|
|
89
|
+
customerUrl5?: string;
|
|
85
90
|
basePrefix?: string;
|
|
86
91
|
permissionsUrl?: string;
|
|
87
92
|
redirectExecutionUrl?: string;
|
|
@@ -188,6 +193,11 @@ export declare const getSelfOperationStore: () => import('pinia').Store<"selfOpe
|
|
|
188
193
|
importUrl?: string;
|
|
189
194
|
executeUrl?: string;
|
|
190
195
|
modifyColumnsUrl?: string;
|
|
196
|
+
customerUrl1?: string;
|
|
197
|
+
customerUrl2?: string;
|
|
198
|
+
customerUrl3?: string;
|
|
199
|
+
customerUrl4?: string;
|
|
200
|
+
customerUrl5?: string;
|
|
191
201
|
basePrefix?: string;
|
|
192
202
|
permissionsUrl?: string;
|
|
193
203
|
redirectExecutionUrl?: string;
|
|
@@ -307,6 +317,11 @@ export declare const getSelfOperationStore: () => import('pinia').Store<"selfOpe
|
|
|
307
317
|
importUrl?: string;
|
|
308
318
|
executeUrl?: string;
|
|
309
319
|
modifyColumnsUrl?: string;
|
|
320
|
+
customerUrl1?: string;
|
|
321
|
+
customerUrl2?: string;
|
|
322
|
+
customerUrl3?: string;
|
|
323
|
+
customerUrl4?: string;
|
|
324
|
+
customerUrl5?: string;
|
|
310
325
|
basePrefix?: string;
|
|
311
326
|
permissionsUrl?: string;
|
|
312
327
|
redirectExecutionUrl?: string;
|
|
@@ -413,6 +428,11 @@ export declare const getSelfOperationStore: () => import('pinia').Store<"selfOpe
|
|
|
413
428
|
importUrl?: string;
|
|
414
429
|
executeUrl?: string;
|
|
415
430
|
modifyColumnsUrl?: string;
|
|
431
|
+
customerUrl1?: string;
|
|
432
|
+
customerUrl2?: string;
|
|
433
|
+
customerUrl3?: string;
|
|
434
|
+
customerUrl4?: string;
|
|
435
|
+
customerUrl5?: string;
|
|
416
436
|
basePrefix?: string;
|
|
417
437
|
permissionsUrl?: string;
|
|
418
438
|
redirectExecutionUrl?: string;
|
|
@@ -532,6 +552,11 @@ export declare const getSelfOperationStore: () => import('pinia').Store<"selfOpe
|
|
|
532
552
|
importUrl?: string;
|
|
533
553
|
executeUrl?: string;
|
|
534
554
|
modifyColumnsUrl?: string;
|
|
555
|
+
customerUrl1?: string;
|
|
556
|
+
customerUrl2?: string;
|
|
557
|
+
customerUrl3?: string;
|
|
558
|
+
customerUrl4?: string;
|
|
559
|
+
customerUrl5?: string;
|
|
535
560
|
basePrefix?: string;
|
|
536
561
|
permissionsUrl?: string;
|
|
537
562
|
redirectExecutionUrl?: string;
|
|
@@ -638,6 +663,11 @@ export declare const getSelfOperationStore: () => import('pinia').Store<"selfOpe
|
|
|
638
663
|
importUrl?: string;
|
|
639
664
|
executeUrl?: string;
|
|
640
665
|
modifyColumnsUrl?: string;
|
|
666
|
+
customerUrl1?: string;
|
|
667
|
+
customerUrl2?: string;
|
|
668
|
+
customerUrl3?: string;
|
|
669
|
+
customerUrl4?: string;
|
|
670
|
+
customerUrl5?: string;
|
|
641
671
|
basePrefix?: string;
|
|
642
672
|
permissionsUrl?: string;
|
|
643
673
|
redirectExecutionUrl?: string;
|
|
@@ -2801,6 +2831,8 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
2801
2831
|
needField: {
|
|
2802
2832
|
sourceField: string;
|
|
2803
2833
|
distField: string;
|
|
2834
|
+
typeConvert?: string;
|
|
2835
|
+
transform?: string;
|
|
2804
2836
|
}[];
|
|
2805
2837
|
recall?: Function;
|
|
2806
2838
|
primaryKey: string | Array<any>;
|
|
@@ -2822,6 +2854,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
2822
2854
|
importUrl?: string;
|
|
2823
2855
|
executeUrl?: string;
|
|
2824
2856
|
modifyColumnsUrl?: string;
|
|
2857
|
+
customerUrl1?: string;
|
|
2858
|
+
customerUrl2?: string;
|
|
2859
|
+
customerUrl3?: string;
|
|
2860
|
+
customerUrl4?: string;
|
|
2861
|
+
customerUrl5?: string;
|
|
2825
2862
|
basePrefix?: string;
|
|
2826
2863
|
permissionsUrl?: string;
|
|
2827
2864
|
redirectExecutionUrl?: string;
|
|
@@ -2910,6 +2947,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
2910
2947
|
importUrl?: string;
|
|
2911
2948
|
executeUrl?: string;
|
|
2912
2949
|
modifyColumnsUrl?: string;
|
|
2950
|
+
customerUrl1?: string;
|
|
2951
|
+
customerUrl2?: string;
|
|
2952
|
+
customerUrl3?: string;
|
|
2953
|
+
customerUrl4?: string;
|
|
2954
|
+
customerUrl5?: string;
|
|
2913
2955
|
basePrefix?: string;
|
|
2914
2956
|
permissionsUrl?: string;
|
|
2915
2957
|
redirectExecutionUrl?: string;
|
|
@@ -2998,6 +3040,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
2998
3040
|
importUrl?: string;
|
|
2999
3041
|
executeUrl?: string;
|
|
3000
3042
|
modifyColumnsUrl?: string;
|
|
3043
|
+
customerUrl1?: string;
|
|
3044
|
+
customerUrl2?: string;
|
|
3045
|
+
customerUrl3?: string;
|
|
3046
|
+
customerUrl4?: string;
|
|
3047
|
+
customerUrl5?: string;
|
|
3001
3048
|
basePrefix?: string;
|
|
3002
3049
|
permissionsUrl?: string;
|
|
3003
3050
|
redirectExecutionUrl?: string;
|
|
@@ -3087,6 +3134,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
3087
3134
|
importUrl?: string;
|
|
3088
3135
|
executeUrl?: string;
|
|
3089
3136
|
modifyColumnsUrl?: string;
|
|
3137
|
+
customerUrl1?: string;
|
|
3138
|
+
customerUrl2?: string;
|
|
3139
|
+
customerUrl3?: string;
|
|
3140
|
+
customerUrl4?: string;
|
|
3141
|
+
customerUrl5?: string;
|
|
3090
3142
|
basePrefix?: string;
|
|
3091
3143
|
permissionsUrl?: string;
|
|
3092
3144
|
redirectExecutionUrl?: string;
|
|
@@ -3175,6 +3227,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
3175
3227
|
importUrl?: string;
|
|
3176
3228
|
executeUrl?: string;
|
|
3177
3229
|
modifyColumnsUrl?: string;
|
|
3230
|
+
customerUrl1?: string;
|
|
3231
|
+
customerUrl2?: string;
|
|
3232
|
+
customerUrl3?: string;
|
|
3233
|
+
customerUrl4?: string;
|
|
3234
|
+
customerUrl5?: string;
|
|
3178
3235
|
basePrefix?: string;
|
|
3179
3236
|
permissionsUrl?: string;
|
|
3180
3237
|
redirectExecutionUrl?: string;
|
|
@@ -3263,6 +3320,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
3263
3320
|
importUrl?: string;
|
|
3264
3321
|
executeUrl?: string;
|
|
3265
3322
|
modifyColumnsUrl?: string;
|
|
3323
|
+
customerUrl1?: string;
|
|
3324
|
+
customerUrl2?: string;
|
|
3325
|
+
customerUrl3?: string;
|
|
3326
|
+
customerUrl4?: string;
|
|
3327
|
+
customerUrl5?: string;
|
|
3266
3328
|
basePrefix?: string;
|
|
3267
3329
|
permissionsUrl?: string;
|
|
3268
3330
|
redirectExecutionUrl?: string;
|
|
@@ -3343,6 +3405,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
3343
3405
|
importUrl?: string;
|
|
3344
3406
|
executeUrl?: string;
|
|
3345
3407
|
modifyColumnsUrl?: string;
|
|
3408
|
+
customerUrl1?: string;
|
|
3409
|
+
customerUrl2?: string;
|
|
3410
|
+
customerUrl3?: string;
|
|
3411
|
+
customerUrl4?: string;
|
|
3412
|
+
customerUrl5?: string;
|
|
3346
3413
|
basePrefix?: string;
|
|
3347
3414
|
permissionsUrl?: string;
|
|
3348
3415
|
redirectExecutionUrl?: string;
|
|
@@ -3463,6 +3530,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
3463
3530
|
importUrl?: string;
|
|
3464
3531
|
executeUrl?: string;
|
|
3465
3532
|
modifyColumnsUrl?: string;
|
|
3533
|
+
customerUrl1?: string;
|
|
3534
|
+
customerUrl2?: string;
|
|
3535
|
+
customerUrl3?: string;
|
|
3536
|
+
customerUrl4?: string;
|
|
3537
|
+
customerUrl5?: string;
|
|
3466
3538
|
basePrefix?: string;
|
|
3467
3539
|
permissionsUrl?: string;
|
|
3468
3540
|
redirectExecutionUrl?: string;
|
|
@@ -3567,6 +3639,8 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
3567
3639
|
needField: {
|
|
3568
3640
|
sourceField: string;
|
|
3569
3641
|
distField: string;
|
|
3642
|
+
typeConvert?: string;
|
|
3643
|
+
transform?: string;
|
|
3570
3644
|
}[];
|
|
3571
3645
|
recall?: Function;
|
|
3572
3646
|
primaryKey: string | Array<any>;
|
|
@@ -3588,6 +3662,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
3588
3662
|
importUrl?: string;
|
|
3589
3663
|
executeUrl?: string;
|
|
3590
3664
|
modifyColumnsUrl?: string;
|
|
3665
|
+
customerUrl1?: string;
|
|
3666
|
+
customerUrl2?: string;
|
|
3667
|
+
customerUrl3?: string;
|
|
3668
|
+
customerUrl4?: string;
|
|
3669
|
+
customerUrl5?: string;
|
|
3591
3670
|
basePrefix?: string;
|
|
3592
3671
|
permissionsUrl?: string;
|
|
3593
3672
|
redirectExecutionUrl?: string;
|
|
@@ -3676,6 +3755,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
3676
3755
|
importUrl?: string;
|
|
3677
3756
|
executeUrl?: string;
|
|
3678
3757
|
modifyColumnsUrl?: string;
|
|
3758
|
+
customerUrl1?: string;
|
|
3759
|
+
customerUrl2?: string;
|
|
3760
|
+
customerUrl3?: string;
|
|
3761
|
+
customerUrl4?: string;
|
|
3762
|
+
customerUrl5?: string;
|
|
3679
3763
|
basePrefix?: string;
|
|
3680
3764
|
permissionsUrl?: string;
|
|
3681
3765
|
redirectExecutionUrl?: string;
|
|
@@ -3764,6 +3848,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
3764
3848
|
importUrl?: string;
|
|
3765
3849
|
executeUrl?: string;
|
|
3766
3850
|
modifyColumnsUrl?: string;
|
|
3851
|
+
customerUrl1?: string;
|
|
3852
|
+
customerUrl2?: string;
|
|
3853
|
+
customerUrl3?: string;
|
|
3854
|
+
customerUrl4?: string;
|
|
3855
|
+
customerUrl5?: string;
|
|
3767
3856
|
basePrefix?: string;
|
|
3768
3857
|
permissionsUrl?: string;
|
|
3769
3858
|
redirectExecutionUrl?: string;
|
|
@@ -3853,6 +3942,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
3853
3942
|
importUrl?: string;
|
|
3854
3943
|
executeUrl?: string;
|
|
3855
3944
|
modifyColumnsUrl?: string;
|
|
3945
|
+
customerUrl1?: string;
|
|
3946
|
+
customerUrl2?: string;
|
|
3947
|
+
customerUrl3?: string;
|
|
3948
|
+
customerUrl4?: string;
|
|
3949
|
+
customerUrl5?: string;
|
|
3856
3950
|
basePrefix?: string;
|
|
3857
3951
|
permissionsUrl?: string;
|
|
3858
3952
|
redirectExecutionUrl?: string;
|
|
@@ -3941,6 +4035,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
3941
4035
|
importUrl?: string;
|
|
3942
4036
|
executeUrl?: string;
|
|
3943
4037
|
modifyColumnsUrl?: string;
|
|
4038
|
+
customerUrl1?: string;
|
|
4039
|
+
customerUrl2?: string;
|
|
4040
|
+
customerUrl3?: string;
|
|
4041
|
+
customerUrl4?: string;
|
|
4042
|
+
customerUrl5?: string;
|
|
3944
4043
|
basePrefix?: string;
|
|
3945
4044
|
permissionsUrl?: string;
|
|
3946
4045
|
redirectExecutionUrl?: string;
|
|
@@ -4029,6 +4128,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
4029
4128
|
importUrl?: string;
|
|
4030
4129
|
executeUrl?: string;
|
|
4031
4130
|
modifyColumnsUrl?: string;
|
|
4131
|
+
customerUrl1?: string;
|
|
4132
|
+
customerUrl2?: string;
|
|
4133
|
+
customerUrl3?: string;
|
|
4134
|
+
customerUrl4?: string;
|
|
4135
|
+
customerUrl5?: string;
|
|
4032
4136
|
basePrefix?: string;
|
|
4033
4137
|
permissionsUrl?: string;
|
|
4034
4138
|
redirectExecutionUrl?: string;
|
|
@@ -4109,6 +4213,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
4109
4213
|
importUrl?: string;
|
|
4110
4214
|
executeUrl?: string;
|
|
4111
4215
|
modifyColumnsUrl?: string;
|
|
4216
|
+
customerUrl1?: string;
|
|
4217
|
+
customerUrl2?: string;
|
|
4218
|
+
customerUrl3?: string;
|
|
4219
|
+
customerUrl4?: string;
|
|
4220
|
+
customerUrl5?: string;
|
|
4112
4221
|
basePrefix?: string;
|
|
4113
4222
|
permissionsUrl?: string;
|
|
4114
4223
|
redirectExecutionUrl?: string;
|
|
@@ -4229,6 +4338,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
4229
4338
|
importUrl?: string;
|
|
4230
4339
|
executeUrl?: string;
|
|
4231
4340
|
modifyColumnsUrl?: string;
|
|
4341
|
+
customerUrl1?: string;
|
|
4342
|
+
customerUrl2?: string;
|
|
4343
|
+
customerUrl3?: string;
|
|
4344
|
+
customerUrl4?: string;
|
|
4345
|
+
customerUrl5?: string;
|
|
4232
4346
|
basePrefix?: string;
|
|
4233
4347
|
permissionsUrl?: string;
|
|
4234
4348
|
redirectExecutionUrl?: string;
|
|
@@ -4341,6 +4455,8 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
4341
4455
|
needField: {
|
|
4342
4456
|
sourceField: string;
|
|
4343
4457
|
distField: string;
|
|
4458
|
+
typeConvert?: string;
|
|
4459
|
+
transform?: string;
|
|
4344
4460
|
}[];
|
|
4345
4461
|
recall?: Function;
|
|
4346
4462
|
primaryKey: string | Array<any>;
|
|
@@ -4362,6 +4478,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
4362
4478
|
importUrl?: string;
|
|
4363
4479
|
executeUrl?: string;
|
|
4364
4480
|
modifyColumnsUrl?: string;
|
|
4481
|
+
customerUrl1?: string;
|
|
4482
|
+
customerUrl2?: string;
|
|
4483
|
+
customerUrl3?: string;
|
|
4484
|
+
customerUrl4?: string;
|
|
4485
|
+
customerUrl5?: string;
|
|
4365
4486
|
basePrefix?: string;
|
|
4366
4487
|
permissionsUrl?: string;
|
|
4367
4488
|
redirectExecutionUrl?: string;
|
|
@@ -4450,6 +4571,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
4450
4571
|
importUrl?: string;
|
|
4451
4572
|
executeUrl?: string;
|
|
4452
4573
|
modifyColumnsUrl?: string;
|
|
4574
|
+
customerUrl1?: string;
|
|
4575
|
+
customerUrl2?: string;
|
|
4576
|
+
customerUrl3?: string;
|
|
4577
|
+
customerUrl4?: string;
|
|
4578
|
+
customerUrl5?: string;
|
|
4453
4579
|
basePrefix?: string;
|
|
4454
4580
|
permissionsUrl?: string;
|
|
4455
4581
|
redirectExecutionUrl?: string;
|
|
@@ -4538,6 +4664,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
4538
4664
|
importUrl?: string;
|
|
4539
4665
|
executeUrl?: string;
|
|
4540
4666
|
modifyColumnsUrl?: string;
|
|
4667
|
+
customerUrl1?: string;
|
|
4668
|
+
customerUrl2?: string;
|
|
4669
|
+
customerUrl3?: string;
|
|
4670
|
+
customerUrl4?: string;
|
|
4671
|
+
customerUrl5?: string;
|
|
4541
4672
|
basePrefix?: string;
|
|
4542
4673
|
permissionsUrl?: string;
|
|
4543
4674
|
redirectExecutionUrl?: string;
|
|
@@ -4627,6 +4758,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
4627
4758
|
importUrl?: string;
|
|
4628
4759
|
executeUrl?: string;
|
|
4629
4760
|
modifyColumnsUrl?: string;
|
|
4761
|
+
customerUrl1?: string;
|
|
4762
|
+
customerUrl2?: string;
|
|
4763
|
+
customerUrl3?: string;
|
|
4764
|
+
customerUrl4?: string;
|
|
4765
|
+
customerUrl5?: string;
|
|
4630
4766
|
basePrefix?: string;
|
|
4631
4767
|
permissionsUrl?: string;
|
|
4632
4768
|
redirectExecutionUrl?: string;
|
|
@@ -4715,6 +4851,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
4715
4851
|
importUrl?: string;
|
|
4716
4852
|
executeUrl?: string;
|
|
4717
4853
|
modifyColumnsUrl?: string;
|
|
4854
|
+
customerUrl1?: string;
|
|
4855
|
+
customerUrl2?: string;
|
|
4856
|
+
customerUrl3?: string;
|
|
4857
|
+
customerUrl4?: string;
|
|
4858
|
+
customerUrl5?: string;
|
|
4718
4859
|
basePrefix?: string;
|
|
4719
4860
|
permissionsUrl?: string;
|
|
4720
4861
|
redirectExecutionUrl?: string;
|
|
@@ -4803,6 +4944,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
4803
4944
|
importUrl?: string;
|
|
4804
4945
|
executeUrl?: string;
|
|
4805
4946
|
modifyColumnsUrl?: string;
|
|
4947
|
+
customerUrl1?: string;
|
|
4948
|
+
customerUrl2?: string;
|
|
4949
|
+
customerUrl3?: string;
|
|
4950
|
+
customerUrl4?: string;
|
|
4951
|
+
customerUrl5?: string;
|
|
4806
4952
|
basePrefix?: string;
|
|
4807
4953
|
permissionsUrl?: string;
|
|
4808
4954
|
redirectExecutionUrl?: string;
|
|
@@ -4883,6 +5029,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
4883
5029
|
importUrl?: string;
|
|
4884
5030
|
executeUrl?: string;
|
|
4885
5031
|
modifyColumnsUrl?: string;
|
|
5032
|
+
customerUrl1?: string;
|
|
5033
|
+
customerUrl2?: string;
|
|
5034
|
+
customerUrl3?: string;
|
|
5035
|
+
customerUrl4?: string;
|
|
5036
|
+
customerUrl5?: string;
|
|
4886
5037
|
basePrefix?: string;
|
|
4887
5038
|
permissionsUrl?: string;
|
|
4888
5039
|
redirectExecutionUrl?: string;
|
|
@@ -5003,6 +5154,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
5003
5154
|
importUrl?: string;
|
|
5004
5155
|
executeUrl?: string;
|
|
5005
5156
|
modifyColumnsUrl?: string;
|
|
5157
|
+
customerUrl1?: string;
|
|
5158
|
+
customerUrl2?: string;
|
|
5159
|
+
customerUrl3?: string;
|
|
5160
|
+
customerUrl4?: string;
|
|
5161
|
+
customerUrl5?: string;
|
|
5006
5162
|
basePrefix?: string;
|
|
5007
5163
|
permissionsUrl?: string;
|
|
5008
5164
|
redirectExecutionUrl?: string;
|
|
@@ -5107,6 +5263,8 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
5107
5263
|
needField: {
|
|
5108
5264
|
sourceField: string;
|
|
5109
5265
|
distField: string;
|
|
5266
|
+
typeConvert?: string;
|
|
5267
|
+
transform?: string;
|
|
5110
5268
|
}[];
|
|
5111
5269
|
recall?: Function;
|
|
5112
5270
|
primaryKey: string | Array<any>;
|
|
@@ -5128,6 +5286,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
5128
5286
|
importUrl?: string;
|
|
5129
5287
|
executeUrl?: string;
|
|
5130
5288
|
modifyColumnsUrl?: string;
|
|
5289
|
+
customerUrl1?: string;
|
|
5290
|
+
customerUrl2?: string;
|
|
5291
|
+
customerUrl3?: string;
|
|
5292
|
+
customerUrl4?: string;
|
|
5293
|
+
customerUrl5?: string;
|
|
5131
5294
|
basePrefix?: string;
|
|
5132
5295
|
permissionsUrl?: string;
|
|
5133
5296
|
redirectExecutionUrl?: string;
|
|
@@ -5216,6 +5379,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
5216
5379
|
importUrl?: string;
|
|
5217
5380
|
executeUrl?: string;
|
|
5218
5381
|
modifyColumnsUrl?: string;
|
|
5382
|
+
customerUrl1?: string;
|
|
5383
|
+
customerUrl2?: string;
|
|
5384
|
+
customerUrl3?: string;
|
|
5385
|
+
customerUrl4?: string;
|
|
5386
|
+
customerUrl5?: string;
|
|
5219
5387
|
basePrefix?: string;
|
|
5220
5388
|
permissionsUrl?: string;
|
|
5221
5389
|
redirectExecutionUrl?: string;
|
|
@@ -5304,6 +5472,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
5304
5472
|
importUrl?: string;
|
|
5305
5473
|
executeUrl?: string;
|
|
5306
5474
|
modifyColumnsUrl?: string;
|
|
5475
|
+
customerUrl1?: string;
|
|
5476
|
+
customerUrl2?: string;
|
|
5477
|
+
customerUrl3?: string;
|
|
5478
|
+
customerUrl4?: string;
|
|
5479
|
+
customerUrl5?: string;
|
|
5307
5480
|
basePrefix?: string;
|
|
5308
5481
|
permissionsUrl?: string;
|
|
5309
5482
|
redirectExecutionUrl?: string;
|
|
@@ -5393,6 +5566,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
5393
5566
|
importUrl?: string;
|
|
5394
5567
|
executeUrl?: string;
|
|
5395
5568
|
modifyColumnsUrl?: string;
|
|
5569
|
+
customerUrl1?: string;
|
|
5570
|
+
customerUrl2?: string;
|
|
5571
|
+
customerUrl3?: string;
|
|
5572
|
+
customerUrl4?: string;
|
|
5573
|
+
customerUrl5?: string;
|
|
5396
5574
|
basePrefix?: string;
|
|
5397
5575
|
permissionsUrl?: string;
|
|
5398
5576
|
redirectExecutionUrl?: string;
|
|
@@ -5481,6 +5659,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
5481
5659
|
importUrl?: string;
|
|
5482
5660
|
executeUrl?: string;
|
|
5483
5661
|
modifyColumnsUrl?: string;
|
|
5662
|
+
customerUrl1?: string;
|
|
5663
|
+
customerUrl2?: string;
|
|
5664
|
+
customerUrl3?: string;
|
|
5665
|
+
customerUrl4?: string;
|
|
5666
|
+
customerUrl5?: string;
|
|
5484
5667
|
basePrefix?: string;
|
|
5485
5668
|
permissionsUrl?: string;
|
|
5486
5669
|
redirectExecutionUrl?: string;
|
|
@@ -5569,6 +5752,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
5569
5752
|
importUrl?: string;
|
|
5570
5753
|
executeUrl?: string;
|
|
5571
5754
|
modifyColumnsUrl?: string;
|
|
5755
|
+
customerUrl1?: string;
|
|
5756
|
+
customerUrl2?: string;
|
|
5757
|
+
customerUrl3?: string;
|
|
5758
|
+
customerUrl4?: string;
|
|
5759
|
+
customerUrl5?: string;
|
|
5572
5760
|
basePrefix?: string;
|
|
5573
5761
|
permissionsUrl?: string;
|
|
5574
5762
|
redirectExecutionUrl?: string;
|
|
@@ -5649,6 +5837,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
5649
5837
|
importUrl?: string;
|
|
5650
5838
|
executeUrl?: string;
|
|
5651
5839
|
modifyColumnsUrl?: string;
|
|
5840
|
+
customerUrl1?: string;
|
|
5841
|
+
customerUrl2?: string;
|
|
5842
|
+
customerUrl3?: string;
|
|
5843
|
+
customerUrl4?: string;
|
|
5844
|
+
customerUrl5?: string;
|
|
5652
5845
|
basePrefix?: string;
|
|
5653
5846
|
permissionsUrl?: string;
|
|
5654
5847
|
redirectExecutionUrl?: string;
|
|
@@ -5769,6 +5962,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
5769
5962
|
importUrl?: string;
|
|
5770
5963
|
executeUrl?: string;
|
|
5771
5964
|
modifyColumnsUrl?: string;
|
|
5965
|
+
customerUrl1?: string;
|
|
5966
|
+
customerUrl2?: string;
|
|
5967
|
+
customerUrl3?: string;
|
|
5968
|
+
customerUrl4?: string;
|
|
5969
|
+
customerUrl5?: string;
|
|
5772
5970
|
basePrefix?: string;
|
|
5773
5971
|
permissionsUrl?: string;
|
|
5774
5972
|
redirectExecutionUrl?: string;
|
|
@@ -5881,6 +6079,8 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
5881
6079
|
needField: {
|
|
5882
6080
|
sourceField: string;
|
|
5883
6081
|
distField: string;
|
|
6082
|
+
typeConvert?: string;
|
|
6083
|
+
transform?: string;
|
|
5884
6084
|
}[];
|
|
5885
6085
|
recall?: Function;
|
|
5886
6086
|
primaryKey: string | Array<any>;
|
|
@@ -5902,6 +6102,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
5902
6102
|
importUrl?: string;
|
|
5903
6103
|
executeUrl?: string;
|
|
5904
6104
|
modifyColumnsUrl?: string;
|
|
6105
|
+
customerUrl1?: string;
|
|
6106
|
+
customerUrl2?: string;
|
|
6107
|
+
customerUrl3?: string;
|
|
6108
|
+
customerUrl4?: string;
|
|
6109
|
+
customerUrl5?: string;
|
|
5905
6110
|
basePrefix?: string;
|
|
5906
6111
|
permissionsUrl?: string;
|
|
5907
6112
|
redirectExecutionUrl?: string;
|
|
@@ -5990,6 +6195,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
5990
6195
|
importUrl?: string;
|
|
5991
6196
|
executeUrl?: string;
|
|
5992
6197
|
modifyColumnsUrl?: string;
|
|
6198
|
+
customerUrl1?: string;
|
|
6199
|
+
customerUrl2?: string;
|
|
6200
|
+
customerUrl3?: string;
|
|
6201
|
+
customerUrl4?: string;
|
|
6202
|
+
customerUrl5?: string;
|
|
5993
6203
|
basePrefix?: string;
|
|
5994
6204
|
permissionsUrl?: string;
|
|
5995
6205
|
redirectExecutionUrl?: string;
|
|
@@ -6078,6 +6288,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
6078
6288
|
importUrl?: string;
|
|
6079
6289
|
executeUrl?: string;
|
|
6080
6290
|
modifyColumnsUrl?: string;
|
|
6291
|
+
customerUrl1?: string;
|
|
6292
|
+
customerUrl2?: string;
|
|
6293
|
+
customerUrl3?: string;
|
|
6294
|
+
customerUrl4?: string;
|
|
6295
|
+
customerUrl5?: string;
|
|
6081
6296
|
basePrefix?: string;
|
|
6082
6297
|
permissionsUrl?: string;
|
|
6083
6298
|
redirectExecutionUrl?: string;
|
|
@@ -6167,6 +6382,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
6167
6382
|
importUrl?: string;
|
|
6168
6383
|
executeUrl?: string;
|
|
6169
6384
|
modifyColumnsUrl?: string;
|
|
6385
|
+
customerUrl1?: string;
|
|
6386
|
+
customerUrl2?: string;
|
|
6387
|
+
customerUrl3?: string;
|
|
6388
|
+
customerUrl4?: string;
|
|
6389
|
+
customerUrl5?: string;
|
|
6170
6390
|
basePrefix?: string;
|
|
6171
6391
|
permissionsUrl?: string;
|
|
6172
6392
|
redirectExecutionUrl?: string;
|
|
@@ -6255,6 +6475,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
6255
6475
|
importUrl?: string;
|
|
6256
6476
|
executeUrl?: string;
|
|
6257
6477
|
modifyColumnsUrl?: string;
|
|
6478
|
+
customerUrl1?: string;
|
|
6479
|
+
customerUrl2?: string;
|
|
6480
|
+
customerUrl3?: string;
|
|
6481
|
+
customerUrl4?: string;
|
|
6482
|
+
customerUrl5?: string;
|
|
6258
6483
|
basePrefix?: string;
|
|
6259
6484
|
permissionsUrl?: string;
|
|
6260
6485
|
redirectExecutionUrl?: string;
|
|
@@ -6343,6 +6568,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
6343
6568
|
importUrl?: string;
|
|
6344
6569
|
executeUrl?: string;
|
|
6345
6570
|
modifyColumnsUrl?: string;
|
|
6571
|
+
customerUrl1?: string;
|
|
6572
|
+
customerUrl2?: string;
|
|
6573
|
+
customerUrl3?: string;
|
|
6574
|
+
customerUrl4?: string;
|
|
6575
|
+
customerUrl5?: string;
|
|
6346
6576
|
basePrefix?: string;
|
|
6347
6577
|
permissionsUrl?: string;
|
|
6348
6578
|
redirectExecutionUrl?: string;
|
|
@@ -6423,6 +6653,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
6423
6653
|
importUrl?: string;
|
|
6424
6654
|
executeUrl?: string;
|
|
6425
6655
|
modifyColumnsUrl?: string;
|
|
6656
|
+
customerUrl1?: string;
|
|
6657
|
+
customerUrl2?: string;
|
|
6658
|
+
customerUrl3?: string;
|
|
6659
|
+
customerUrl4?: string;
|
|
6660
|
+
customerUrl5?: string;
|
|
6426
6661
|
basePrefix?: string;
|
|
6427
6662
|
permissionsUrl?: string;
|
|
6428
6663
|
redirectExecutionUrl?: string;
|
|
@@ -6543,6 +6778,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
6543
6778
|
importUrl?: string;
|
|
6544
6779
|
executeUrl?: string;
|
|
6545
6780
|
modifyColumnsUrl?: string;
|
|
6781
|
+
customerUrl1?: string;
|
|
6782
|
+
customerUrl2?: string;
|
|
6783
|
+
customerUrl3?: string;
|
|
6784
|
+
customerUrl4?: string;
|
|
6785
|
+
customerUrl5?: string;
|
|
6546
6786
|
basePrefix?: string;
|
|
6547
6787
|
permissionsUrl?: string;
|
|
6548
6788
|
redirectExecutionUrl?: string;
|
|
@@ -6647,6 +6887,8 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
6647
6887
|
needField: {
|
|
6648
6888
|
sourceField: string;
|
|
6649
6889
|
distField: string;
|
|
6890
|
+
typeConvert?: string;
|
|
6891
|
+
transform?: string;
|
|
6650
6892
|
}[];
|
|
6651
6893
|
recall?: Function;
|
|
6652
6894
|
primaryKey: string | Array<any>;
|
|
@@ -6668,6 +6910,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
6668
6910
|
importUrl?: string;
|
|
6669
6911
|
executeUrl?: string;
|
|
6670
6912
|
modifyColumnsUrl?: string;
|
|
6913
|
+
customerUrl1?: string;
|
|
6914
|
+
customerUrl2?: string;
|
|
6915
|
+
customerUrl3?: string;
|
|
6916
|
+
customerUrl4?: string;
|
|
6917
|
+
customerUrl5?: string;
|
|
6671
6918
|
basePrefix?: string;
|
|
6672
6919
|
permissionsUrl?: string;
|
|
6673
6920
|
redirectExecutionUrl?: string;
|
|
@@ -6756,6 +7003,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
6756
7003
|
importUrl?: string;
|
|
6757
7004
|
executeUrl?: string;
|
|
6758
7005
|
modifyColumnsUrl?: string;
|
|
7006
|
+
customerUrl1?: string;
|
|
7007
|
+
customerUrl2?: string;
|
|
7008
|
+
customerUrl3?: string;
|
|
7009
|
+
customerUrl4?: string;
|
|
7010
|
+
customerUrl5?: string;
|
|
6759
7011
|
basePrefix?: string;
|
|
6760
7012
|
permissionsUrl?: string;
|
|
6761
7013
|
redirectExecutionUrl?: string;
|
|
@@ -6844,6 +7096,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
6844
7096
|
importUrl?: string;
|
|
6845
7097
|
executeUrl?: string;
|
|
6846
7098
|
modifyColumnsUrl?: string;
|
|
7099
|
+
customerUrl1?: string;
|
|
7100
|
+
customerUrl2?: string;
|
|
7101
|
+
customerUrl3?: string;
|
|
7102
|
+
customerUrl4?: string;
|
|
7103
|
+
customerUrl5?: string;
|
|
6847
7104
|
basePrefix?: string;
|
|
6848
7105
|
permissionsUrl?: string;
|
|
6849
7106
|
redirectExecutionUrl?: string;
|
|
@@ -6933,6 +7190,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
6933
7190
|
importUrl?: string;
|
|
6934
7191
|
executeUrl?: string;
|
|
6935
7192
|
modifyColumnsUrl?: string;
|
|
7193
|
+
customerUrl1?: string;
|
|
7194
|
+
customerUrl2?: string;
|
|
7195
|
+
customerUrl3?: string;
|
|
7196
|
+
customerUrl4?: string;
|
|
7197
|
+
customerUrl5?: string;
|
|
6936
7198
|
basePrefix?: string;
|
|
6937
7199
|
permissionsUrl?: string;
|
|
6938
7200
|
redirectExecutionUrl?: string;
|
|
@@ -7021,6 +7283,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
7021
7283
|
importUrl?: string;
|
|
7022
7284
|
executeUrl?: string;
|
|
7023
7285
|
modifyColumnsUrl?: string;
|
|
7286
|
+
customerUrl1?: string;
|
|
7287
|
+
customerUrl2?: string;
|
|
7288
|
+
customerUrl3?: string;
|
|
7289
|
+
customerUrl4?: string;
|
|
7290
|
+
customerUrl5?: string;
|
|
7024
7291
|
basePrefix?: string;
|
|
7025
7292
|
permissionsUrl?: string;
|
|
7026
7293
|
redirectExecutionUrl?: string;
|
|
@@ -7109,6 +7376,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
7109
7376
|
importUrl?: string;
|
|
7110
7377
|
executeUrl?: string;
|
|
7111
7378
|
modifyColumnsUrl?: string;
|
|
7379
|
+
customerUrl1?: string;
|
|
7380
|
+
customerUrl2?: string;
|
|
7381
|
+
customerUrl3?: string;
|
|
7382
|
+
customerUrl4?: string;
|
|
7383
|
+
customerUrl5?: string;
|
|
7112
7384
|
basePrefix?: string;
|
|
7113
7385
|
permissionsUrl?: string;
|
|
7114
7386
|
redirectExecutionUrl?: string;
|
|
@@ -7189,6 +7461,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
7189
7461
|
importUrl?: string;
|
|
7190
7462
|
executeUrl?: string;
|
|
7191
7463
|
modifyColumnsUrl?: string;
|
|
7464
|
+
customerUrl1?: string;
|
|
7465
|
+
customerUrl2?: string;
|
|
7466
|
+
customerUrl3?: string;
|
|
7467
|
+
customerUrl4?: string;
|
|
7468
|
+
customerUrl5?: string;
|
|
7192
7469
|
basePrefix?: string;
|
|
7193
7470
|
permissionsUrl?: string;
|
|
7194
7471
|
redirectExecutionUrl?: string;
|
|
@@ -7309,6 +7586,11 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
|
|
|
7309
7586
|
importUrl?: string;
|
|
7310
7587
|
executeUrl?: string;
|
|
7311
7588
|
modifyColumnsUrl?: string;
|
|
7589
|
+
customerUrl1?: string;
|
|
7590
|
+
customerUrl2?: string;
|
|
7591
|
+
customerUrl3?: string;
|
|
7592
|
+
customerUrl4?: string;
|
|
7593
|
+
customerUrl5?: string;
|
|
7312
7594
|
basePrefix?: string;
|
|
7313
7595
|
permissionsUrl?: string;
|
|
7314
7596
|
redirectExecutionUrl?: string;
|
|
@@ -7470,6 +7752,11 @@ declare const _default: {
|
|
|
7470
7752
|
importUrl?: string;
|
|
7471
7753
|
executeUrl?: string;
|
|
7472
7754
|
modifyColumnsUrl?: string;
|
|
7755
|
+
customerUrl1?: string;
|
|
7756
|
+
customerUrl2?: string;
|
|
7757
|
+
customerUrl3?: string;
|
|
7758
|
+
customerUrl4?: string;
|
|
7759
|
+
customerUrl5?: string;
|
|
7473
7760
|
basePrefix?: string;
|
|
7474
7761
|
permissionsUrl?: string;
|
|
7475
7762
|
redirectExecutionUrl?: string;
|
|
@@ -7576,6 +7863,11 @@ declare const _default: {
|
|
|
7576
7863
|
importUrl?: string;
|
|
7577
7864
|
executeUrl?: string;
|
|
7578
7865
|
modifyColumnsUrl?: string;
|
|
7866
|
+
customerUrl1?: string;
|
|
7867
|
+
customerUrl2?: string;
|
|
7868
|
+
customerUrl3?: string;
|
|
7869
|
+
customerUrl4?: string;
|
|
7870
|
+
customerUrl5?: string;
|
|
7579
7871
|
basePrefix?: string;
|
|
7580
7872
|
permissionsUrl?: string;
|
|
7581
7873
|
redirectExecutionUrl?: string;
|
|
@@ -7695,6 +7987,11 @@ declare const _default: {
|
|
|
7695
7987
|
importUrl?: string;
|
|
7696
7988
|
executeUrl?: string;
|
|
7697
7989
|
modifyColumnsUrl?: string;
|
|
7990
|
+
customerUrl1?: string;
|
|
7991
|
+
customerUrl2?: string;
|
|
7992
|
+
customerUrl3?: string;
|
|
7993
|
+
customerUrl4?: string;
|
|
7994
|
+
customerUrl5?: string;
|
|
7698
7995
|
basePrefix?: string;
|
|
7699
7996
|
permissionsUrl?: string;
|
|
7700
7997
|
redirectExecutionUrl?: string;
|
|
@@ -7801,6 +8098,11 @@ declare const _default: {
|
|
|
7801
8098
|
importUrl?: string;
|
|
7802
8099
|
executeUrl?: string;
|
|
7803
8100
|
modifyColumnsUrl?: string;
|
|
8101
|
+
customerUrl1?: string;
|
|
8102
|
+
customerUrl2?: string;
|
|
8103
|
+
customerUrl3?: string;
|
|
8104
|
+
customerUrl4?: string;
|
|
8105
|
+
customerUrl5?: string;
|
|
7804
8106
|
basePrefix?: string;
|
|
7805
8107
|
permissionsUrl?: string;
|
|
7806
8108
|
redirectExecutionUrl?: string;
|
|
@@ -7920,6 +8222,11 @@ declare const _default: {
|
|
|
7920
8222
|
importUrl?: string;
|
|
7921
8223
|
executeUrl?: string;
|
|
7922
8224
|
modifyColumnsUrl?: string;
|
|
8225
|
+
customerUrl1?: string;
|
|
8226
|
+
customerUrl2?: string;
|
|
8227
|
+
customerUrl3?: string;
|
|
8228
|
+
customerUrl4?: string;
|
|
8229
|
+
customerUrl5?: string;
|
|
7923
8230
|
basePrefix?: string;
|
|
7924
8231
|
permissionsUrl?: string;
|
|
7925
8232
|
redirectExecutionUrl?: string;
|
|
@@ -8026,6 +8333,11 @@ declare const _default: {
|
|
|
8026
8333
|
importUrl?: string;
|
|
8027
8334
|
executeUrl?: string;
|
|
8028
8335
|
modifyColumnsUrl?: string;
|
|
8336
|
+
customerUrl1?: string;
|
|
8337
|
+
customerUrl2?: string;
|
|
8338
|
+
customerUrl3?: string;
|
|
8339
|
+
customerUrl4?: string;
|
|
8340
|
+
customerUrl5?: string;
|
|
8029
8341
|
basePrefix?: string;
|
|
8030
8342
|
permissionsUrl?: string;
|
|
8031
8343
|
redirectExecutionUrl?: string;
|
|
@@ -10165,6 +10477,8 @@ declare const _default: {
|
|
|
10165
10477
|
needField: {
|
|
10166
10478
|
sourceField: string;
|
|
10167
10479
|
distField: string;
|
|
10480
|
+
typeConvert?: string;
|
|
10481
|
+
transform?: string;
|
|
10168
10482
|
}[];
|
|
10169
10483
|
recall?: Function;
|
|
10170
10484
|
primaryKey: string | Array<any>;
|
|
@@ -10186,6 +10500,11 @@ declare const _default: {
|
|
|
10186
10500
|
importUrl?: string;
|
|
10187
10501
|
executeUrl?: string;
|
|
10188
10502
|
modifyColumnsUrl?: string;
|
|
10503
|
+
customerUrl1?: string;
|
|
10504
|
+
customerUrl2?: string;
|
|
10505
|
+
customerUrl3?: string;
|
|
10506
|
+
customerUrl4?: string;
|
|
10507
|
+
customerUrl5?: string;
|
|
10189
10508
|
basePrefix?: string;
|
|
10190
10509
|
permissionsUrl?: string;
|
|
10191
10510
|
redirectExecutionUrl?: string;
|
|
@@ -10274,6 +10593,11 @@ declare const _default: {
|
|
|
10274
10593
|
importUrl?: string;
|
|
10275
10594
|
executeUrl?: string;
|
|
10276
10595
|
modifyColumnsUrl?: string;
|
|
10596
|
+
customerUrl1?: string;
|
|
10597
|
+
customerUrl2?: string;
|
|
10598
|
+
customerUrl3?: string;
|
|
10599
|
+
customerUrl4?: string;
|
|
10600
|
+
customerUrl5?: string;
|
|
10277
10601
|
basePrefix?: string;
|
|
10278
10602
|
permissionsUrl?: string;
|
|
10279
10603
|
redirectExecutionUrl?: string;
|
|
@@ -10362,6 +10686,11 @@ declare const _default: {
|
|
|
10362
10686
|
importUrl?: string;
|
|
10363
10687
|
executeUrl?: string;
|
|
10364
10688
|
modifyColumnsUrl?: string;
|
|
10689
|
+
customerUrl1?: string;
|
|
10690
|
+
customerUrl2?: string;
|
|
10691
|
+
customerUrl3?: string;
|
|
10692
|
+
customerUrl4?: string;
|
|
10693
|
+
customerUrl5?: string;
|
|
10365
10694
|
basePrefix?: string;
|
|
10366
10695
|
permissionsUrl?: string;
|
|
10367
10696
|
redirectExecutionUrl?: string;
|
|
@@ -10451,6 +10780,11 @@ declare const _default: {
|
|
|
10451
10780
|
importUrl?: string;
|
|
10452
10781
|
executeUrl?: string;
|
|
10453
10782
|
modifyColumnsUrl?: string;
|
|
10783
|
+
customerUrl1?: string;
|
|
10784
|
+
customerUrl2?: string;
|
|
10785
|
+
customerUrl3?: string;
|
|
10786
|
+
customerUrl4?: string;
|
|
10787
|
+
customerUrl5?: string;
|
|
10454
10788
|
basePrefix?: string;
|
|
10455
10789
|
permissionsUrl?: string;
|
|
10456
10790
|
redirectExecutionUrl?: string;
|
|
@@ -10539,6 +10873,11 @@ declare const _default: {
|
|
|
10539
10873
|
importUrl?: string;
|
|
10540
10874
|
executeUrl?: string;
|
|
10541
10875
|
modifyColumnsUrl?: string;
|
|
10876
|
+
customerUrl1?: string;
|
|
10877
|
+
customerUrl2?: string;
|
|
10878
|
+
customerUrl3?: string;
|
|
10879
|
+
customerUrl4?: string;
|
|
10880
|
+
customerUrl5?: string;
|
|
10542
10881
|
basePrefix?: string;
|
|
10543
10882
|
permissionsUrl?: string;
|
|
10544
10883
|
redirectExecutionUrl?: string;
|
|
@@ -10627,6 +10966,11 @@ declare const _default: {
|
|
|
10627
10966
|
importUrl?: string;
|
|
10628
10967
|
executeUrl?: string;
|
|
10629
10968
|
modifyColumnsUrl?: string;
|
|
10969
|
+
customerUrl1?: string;
|
|
10970
|
+
customerUrl2?: string;
|
|
10971
|
+
customerUrl3?: string;
|
|
10972
|
+
customerUrl4?: string;
|
|
10973
|
+
customerUrl5?: string;
|
|
10630
10974
|
basePrefix?: string;
|
|
10631
10975
|
permissionsUrl?: string;
|
|
10632
10976
|
redirectExecutionUrl?: string;
|
|
@@ -10707,6 +11051,11 @@ declare const _default: {
|
|
|
10707
11051
|
importUrl?: string;
|
|
10708
11052
|
executeUrl?: string;
|
|
10709
11053
|
modifyColumnsUrl?: string;
|
|
11054
|
+
customerUrl1?: string;
|
|
11055
|
+
customerUrl2?: string;
|
|
11056
|
+
customerUrl3?: string;
|
|
11057
|
+
customerUrl4?: string;
|
|
11058
|
+
customerUrl5?: string;
|
|
10710
11059
|
basePrefix?: string;
|
|
10711
11060
|
permissionsUrl?: string;
|
|
10712
11061
|
redirectExecutionUrl?: string;
|
|
@@ -10827,6 +11176,11 @@ declare const _default: {
|
|
|
10827
11176
|
importUrl?: string;
|
|
10828
11177
|
executeUrl?: string;
|
|
10829
11178
|
modifyColumnsUrl?: string;
|
|
11179
|
+
customerUrl1?: string;
|
|
11180
|
+
customerUrl2?: string;
|
|
11181
|
+
customerUrl3?: string;
|
|
11182
|
+
customerUrl4?: string;
|
|
11183
|
+
customerUrl5?: string;
|
|
10830
11184
|
basePrefix?: string;
|
|
10831
11185
|
permissionsUrl?: string;
|
|
10832
11186
|
redirectExecutionUrl?: string;
|
|
@@ -10931,6 +11285,8 @@ declare const _default: {
|
|
|
10931
11285
|
needField: {
|
|
10932
11286
|
sourceField: string;
|
|
10933
11287
|
distField: string;
|
|
11288
|
+
typeConvert?: string;
|
|
11289
|
+
transform?: string;
|
|
10934
11290
|
}[];
|
|
10935
11291
|
recall?: Function;
|
|
10936
11292
|
primaryKey: string | Array<any>;
|
|
@@ -10952,6 +11308,11 @@ declare const _default: {
|
|
|
10952
11308
|
importUrl?: string;
|
|
10953
11309
|
executeUrl?: string;
|
|
10954
11310
|
modifyColumnsUrl?: string;
|
|
11311
|
+
customerUrl1?: string;
|
|
11312
|
+
customerUrl2?: string;
|
|
11313
|
+
customerUrl3?: string;
|
|
11314
|
+
customerUrl4?: string;
|
|
11315
|
+
customerUrl5?: string;
|
|
10955
11316
|
basePrefix?: string;
|
|
10956
11317
|
permissionsUrl?: string;
|
|
10957
11318
|
redirectExecutionUrl?: string;
|
|
@@ -11040,6 +11401,11 @@ declare const _default: {
|
|
|
11040
11401
|
importUrl?: string;
|
|
11041
11402
|
executeUrl?: string;
|
|
11042
11403
|
modifyColumnsUrl?: string;
|
|
11404
|
+
customerUrl1?: string;
|
|
11405
|
+
customerUrl2?: string;
|
|
11406
|
+
customerUrl3?: string;
|
|
11407
|
+
customerUrl4?: string;
|
|
11408
|
+
customerUrl5?: string;
|
|
11043
11409
|
basePrefix?: string;
|
|
11044
11410
|
permissionsUrl?: string;
|
|
11045
11411
|
redirectExecutionUrl?: string;
|
|
@@ -11128,6 +11494,11 @@ declare const _default: {
|
|
|
11128
11494
|
importUrl?: string;
|
|
11129
11495
|
executeUrl?: string;
|
|
11130
11496
|
modifyColumnsUrl?: string;
|
|
11497
|
+
customerUrl1?: string;
|
|
11498
|
+
customerUrl2?: string;
|
|
11499
|
+
customerUrl3?: string;
|
|
11500
|
+
customerUrl4?: string;
|
|
11501
|
+
customerUrl5?: string;
|
|
11131
11502
|
basePrefix?: string;
|
|
11132
11503
|
permissionsUrl?: string;
|
|
11133
11504
|
redirectExecutionUrl?: string;
|
|
@@ -11217,6 +11588,11 @@ declare const _default: {
|
|
|
11217
11588
|
importUrl?: string;
|
|
11218
11589
|
executeUrl?: string;
|
|
11219
11590
|
modifyColumnsUrl?: string;
|
|
11591
|
+
customerUrl1?: string;
|
|
11592
|
+
customerUrl2?: string;
|
|
11593
|
+
customerUrl3?: string;
|
|
11594
|
+
customerUrl4?: string;
|
|
11595
|
+
customerUrl5?: string;
|
|
11220
11596
|
basePrefix?: string;
|
|
11221
11597
|
permissionsUrl?: string;
|
|
11222
11598
|
redirectExecutionUrl?: string;
|
|
@@ -11305,6 +11681,11 @@ declare const _default: {
|
|
|
11305
11681
|
importUrl?: string;
|
|
11306
11682
|
executeUrl?: string;
|
|
11307
11683
|
modifyColumnsUrl?: string;
|
|
11684
|
+
customerUrl1?: string;
|
|
11685
|
+
customerUrl2?: string;
|
|
11686
|
+
customerUrl3?: string;
|
|
11687
|
+
customerUrl4?: string;
|
|
11688
|
+
customerUrl5?: string;
|
|
11308
11689
|
basePrefix?: string;
|
|
11309
11690
|
permissionsUrl?: string;
|
|
11310
11691
|
redirectExecutionUrl?: string;
|
|
@@ -11393,6 +11774,11 @@ declare const _default: {
|
|
|
11393
11774
|
importUrl?: string;
|
|
11394
11775
|
executeUrl?: string;
|
|
11395
11776
|
modifyColumnsUrl?: string;
|
|
11777
|
+
customerUrl1?: string;
|
|
11778
|
+
customerUrl2?: string;
|
|
11779
|
+
customerUrl3?: string;
|
|
11780
|
+
customerUrl4?: string;
|
|
11781
|
+
customerUrl5?: string;
|
|
11396
11782
|
basePrefix?: string;
|
|
11397
11783
|
permissionsUrl?: string;
|
|
11398
11784
|
redirectExecutionUrl?: string;
|
|
@@ -11473,6 +11859,11 @@ declare const _default: {
|
|
|
11473
11859
|
importUrl?: string;
|
|
11474
11860
|
executeUrl?: string;
|
|
11475
11861
|
modifyColumnsUrl?: string;
|
|
11862
|
+
customerUrl1?: string;
|
|
11863
|
+
customerUrl2?: string;
|
|
11864
|
+
customerUrl3?: string;
|
|
11865
|
+
customerUrl4?: string;
|
|
11866
|
+
customerUrl5?: string;
|
|
11476
11867
|
basePrefix?: string;
|
|
11477
11868
|
permissionsUrl?: string;
|
|
11478
11869
|
redirectExecutionUrl?: string;
|
|
@@ -11593,6 +11984,11 @@ declare const _default: {
|
|
|
11593
11984
|
importUrl?: string;
|
|
11594
11985
|
executeUrl?: string;
|
|
11595
11986
|
modifyColumnsUrl?: string;
|
|
11987
|
+
customerUrl1?: string;
|
|
11988
|
+
customerUrl2?: string;
|
|
11989
|
+
customerUrl3?: string;
|
|
11990
|
+
customerUrl4?: string;
|
|
11991
|
+
customerUrl5?: string;
|
|
11596
11992
|
basePrefix?: string;
|
|
11597
11993
|
permissionsUrl?: string;
|
|
11598
11994
|
redirectExecutionUrl?: string;
|
|
@@ -11705,6 +12101,8 @@ declare const _default: {
|
|
|
11705
12101
|
needField: {
|
|
11706
12102
|
sourceField: string;
|
|
11707
12103
|
distField: string;
|
|
12104
|
+
typeConvert?: string;
|
|
12105
|
+
transform?: string;
|
|
11708
12106
|
}[];
|
|
11709
12107
|
recall?: Function;
|
|
11710
12108
|
primaryKey: string | Array<any>;
|
|
@@ -11726,6 +12124,11 @@ declare const _default: {
|
|
|
11726
12124
|
importUrl?: string;
|
|
11727
12125
|
executeUrl?: string;
|
|
11728
12126
|
modifyColumnsUrl?: string;
|
|
12127
|
+
customerUrl1?: string;
|
|
12128
|
+
customerUrl2?: string;
|
|
12129
|
+
customerUrl3?: string;
|
|
12130
|
+
customerUrl4?: string;
|
|
12131
|
+
customerUrl5?: string;
|
|
11729
12132
|
basePrefix?: string;
|
|
11730
12133
|
permissionsUrl?: string;
|
|
11731
12134
|
redirectExecutionUrl?: string;
|
|
@@ -11814,6 +12217,11 @@ declare const _default: {
|
|
|
11814
12217
|
importUrl?: string;
|
|
11815
12218
|
executeUrl?: string;
|
|
11816
12219
|
modifyColumnsUrl?: string;
|
|
12220
|
+
customerUrl1?: string;
|
|
12221
|
+
customerUrl2?: string;
|
|
12222
|
+
customerUrl3?: string;
|
|
12223
|
+
customerUrl4?: string;
|
|
12224
|
+
customerUrl5?: string;
|
|
11817
12225
|
basePrefix?: string;
|
|
11818
12226
|
permissionsUrl?: string;
|
|
11819
12227
|
redirectExecutionUrl?: string;
|
|
@@ -11902,6 +12310,11 @@ declare const _default: {
|
|
|
11902
12310
|
importUrl?: string;
|
|
11903
12311
|
executeUrl?: string;
|
|
11904
12312
|
modifyColumnsUrl?: string;
|
|
12313
|
+
customerUrl1?: string;
|
|
12314
|
+
customerUrl2?: string;
|
|
12315
|
+
customerUrl3?: string;
|
|
12316
|
+
customerUrl4?: string;
|
|
12317
|
+
customerUrl5?: string;
|
|
11905
12318
|
basePrefix?: string;
|
|
11906
12319
|
permissionsUrl?: string;
|
|
11907
12320
|
redirectExecutionUrl?: string;
|
|
@@ -11991,6 +12404,11 @@ declare const _default: {
|
|
|
11991
12404
|
importUrl?: string;
|
|
11992
12405
|
executeUrl?: string;
|
|
11993
12406
|
modifyColumnsUrl?: string;
|
|
12407
|
+
customerUrl1?: string;
|
|
12408
|
+
customerUrl2?: string;
|
|
12409
|
+
customerUrl3?: string;
|
|
12410
|
+
customerUrl4?: string;
|
|
12411
|
+
customerUrl5?: string;
|
|
11994
12412
|
basePrefix?: string;
|
|
11995
12413
|
permissionsUrl?: string;
|
|
11996
12414
|
redirectExecutionUrl?: string;
|
|
@@ -12079,6 +12497,11 @@ declare const _default: {
|
|
|
12079
12497
|
importUrl?: string;
|
|
12080
12498
|
executeUrl?: string;
|
|
12081
12499
|
modifyColumnsUrl?: string;
|
|
12500
|
+
customerUrl1?: string;
|
|
12501
|
+
customerUrl2?: string;
|
|
12502
|
+
customerUrl3?: string;
|
|
12503
|
+
customerUrl4?: string;
|
|
12504
|
+
customerUrl5?: string;
|
|
12082
12505
|
basePrefix?: string;
|
|
12083
12506
|
permissionsUrl?: string;
|
|
12084
12507
|
redirectExecutionUrl?: string;
|
|
@@ -12167,6 +12590,11 @@ declare const _default: {
|
|
|
12167
12590
|
importUrl?: string;
|
|
12168
12591
|
executeUrl?: string;
|
|
12169
12592
|
modifyColumnsUrl?: string;
|
|
12593
|
+
customerUrl1?: string;
|
|
12594
|
+
customerUrl2?: string;
|
|
12595
|
+
customerUrl3?: string;
|
|
12596
|
+
customerUrl4?: string;
|
|
12597
|
+
customerUrl5?: string;
|
|
12170
12598
|
basePrefix?: string;
|
|
12171
12599
|
permissionsUrl?: string;
|
|
12172
12600
|
redirectExecutionUrl?: string;
|
|
@@ -12247,6 +12675,11 @@ declare const _default: {
|
|
|
12247
12675
|
importUrl?: string;
|
|
12248
12676
|
executeUrl?: string;
|
|
12249
12677
|
modifyColumnsUrl?: string;
|
|
12678
|
+
customerUrl1?: string;
|
|
12679
|
+
customerUrl2?: string;
|
|
12680
|
+
customerUrl3?: string;
|
|
12681
|
+
customerUrl4?: string;
|
|
12682
|
+
customerUrl5?: string;
|
|
12250
12683
|
basePrefix?: string;
|
|
12251
12684
|
permissionsUrl?: string;
|
|
12252
12685
|
redirectExecutionUrl?: string;
|
|
@@ -12367,6 +12800,11 @@ declare const _default: {
|
|
|
12367
12800
|
importUrl?: string;
|
|
12368
12801
|
executeUrl?: string;
|
|
12369
12802
|
modifyColumnsUrl?: string;
|
|
12803
|
+
customerUrl1?: string;
|
|
12804
|
+
customerUrl2?: string;
|
|
12805
|
+
customerUrl3?: string;
|
|
12806
|
+
customerUrl4?: string;
|
|
12807
|
+
customerUrl5?: string;
|
|
12370
12808
|
basePrefix?: string;
|
|
12371
12809
|
permissionsUrl?: string;
|
|
12372
12810
|
redirectExecutionUrl?: string;
|
|
@@ -12471,6 +12909,8 @@ declare const _default: {
|
|
|
12471
12909
|
needField: {
|
|
12472
12910
|
sourceField: string;
|
|
12473
12911
|
distField: string;
|
|
12912
|
+
typeConvert?: string;
|
|
12913
|
+
transform?: string;
|
|
12474
12914
|
}[];
|
|
12475
12915
|
recall?: Function;
|
|
12476
12916
|
primaryKey: string | Array<any>;
|
|
@@ -12492,6 +12932,11 @@ declare const _default: {
|
|
|
12492
12932
|
importUrl?: string;
|
|
12493
12933
|
executeUrl?: string;
|
|
12494
12934
|
modifyColumnsUrl?: string;
|
|
12935
|
+
customerUrl1?: string;
|
|
12936
|
+
customerUrl2?: string;
|
|
12937
|
+
customerUrl3?: string;
|
|
12938
|
+
customerUrl4?: string;
|
|
12939
|
+
customerUrl5?: string;
|
|
12495
12940
|
basePrefix?: string;
|
|
12496
12941
|
permissionsUrl?: string;
|
|
12497
12942
|
redirectExecutionUrl?: string;
|
|
@@ -12580,6 +13025,11 @@ declare const _default: {
|
|
|
12580
13025
|
importUrl?: string;
|
|
12581
13026
|
executeUrl?: string;
|
|
12582
13027
|
modifyColumnsUrl?: string;
|
|
13028
|
+
customerUrl1?: string;
|
|
13029
|
+
customerUrl2?: string;
|
|
13030
|
+
customerUrl3?: string;
|
|
13031
|
+
customerUrl4?: string;
|
|
13032
|
+
customerUrl5?: string;
|
|
12583
13033
|
basePrefix?: string;
|
|
12584
13034
|
permissionsUrl?: string;
|
|
12585
13035
|
redirectExecutionUrl?: string;
|
|
@@ -12668,6 +13118,11 @@ declare const _default: {
|
|
|
12668
13118
|
importUrl?: string;
|
|
12669
13119
|
executeUrl?: string;
|
|
12670
13120
|
modifyColumnsUrl?: string;
|
|
13121
|
+
customerUrl1?: string;
|
|
13122
|
+
customerUrl2?: string;
|
|
13123
|
+
customerUrl3?: string;
|
|
13124
|
+
customerUrl4?: string;
|
|
13125
|
+
customerUrl5?: string;
|
|
12671
13126
|
basePrefix?: string;
|
|
12672
13127
|
permissionsUrl?: string;
|
|
12673
13128
|
redirectExecutionUrl?: string;
|
|
@@ -12757,6 +13212,11 @@ declare const _default: {
|
|
|
12757
13212
|
importUrl?: string;
|
|
12758
13213
|
executeUrl?: string;
|
|
12759
13214
|
modifyColumnsUrl?: string;
|
|
13215
|
+
customerUrl1?: string;
|
|
13216
|
+
customerUrl2?: string;
|
|
13217
|
+
customerUrl3?: string;
|
|
13218
|
+
customerUrl4?: string;
|
|
13219
|
+
customerUrl5?: string;
|
|
12760
13220
|
basePrefix?: string;
|
|
12761
13221
|
permissionsUrl?: string;
|
|
12762
13222
|
redirectExecutionUrl?: string;
|
|
@@ -12845,6 +13305,11 @@ declare const _default: {
|
|
|
12845
13305
|
importUrl?: string;
|
|
12846
13306
|
executeUrl?: string;
|
|
12847
13307
|
modifyColumnsUrl?: string;
|
|
13308
|
+
customerUrl1?: string;
|
|
13309
|
+
customerUrl2?: string;
|
|
13310
|
+
customerUrl3?: string;
|
|
13311
|
+
customerUrl4?: string;
|
|
13312
|
+
customerUrl5?: string;
|
|
12848
13313
|
basePrefix?: string;
|
|
12849
13314
|
permissionsUrl?: string;
|
|
12850
13315
|
redirectExecutionUrl?: string;
|
|
@@ -12933,6 +13398,11 @@ declare const _default: {
|
|
|
12933
13398
|
importUrl?: string;
|
|
12934
13399
|
executeUrl?: string;
|
|
12935
13400
|
modifyColumnsUrl?: string;
|
|
13401
|
+
customerUrl1?: string;
|
|
13402
|
+
customerUrl2?: string;
|
|
13403
|
+
customerUrl3?: string;
|
|
13404
|
+
customerUrl4?: string;
|
|
13405
|
+
customerUrl5?: string;
|
|
12936
13406
|
basePrefix?: string;
|
|
12937
13407
|
permissionsUrl?: string;
|
|
12938
13408
|
redirectExecutionUrl?: string;
|
|
@@ -13013,6 +13483,11 @@ declare const _default: {
|
|
|
13013
13483
|
importUrl?: string;
|
|
13014
13484
|
executeUrl?: string;
|
|
13015
13485
|
modifyColumnsUrl?: string;
|
|
13486
|
+
customerUrl1?: string;
|
|
13487
|
+
customerUrl2?: string;
|
|
13488
|
+
customerUrl3?: string;
|
|
13489
|
+
customerUrl4?: string;
|
|
13490
|
+
customerUrl5?: string;
|
|
13016
13491
|
basePrefix?: string;
|
|
13017
13492
|
permissionsUrl?: string;
|
|
13018
13493
|
redirectExecutionUrl?: string;
|
|
@@ -13133,6 +13608,11 @@ declare const _default: {
|
|
|
13133
13608
|
importUrl?: string;
|
|
13134
13609
|
executeUrl?: string;
|
|
13135
13610
|
modifyColumnsUrl?: string;
|
|
13611
|
+
customerUrl1?: string;
|
|
13612
|
+
customerUrl2?: string;
|
|
13613
|
+
customerUrl3?: string;
|
|
13614
|
+
customerUrl4?: string;
|
|
13615
|
+
customerUrl5?: string;
|
|
13136
13616
|
basePrefix?: string;
|
|
13137
13617
|
permissionsUrl?: string;
|
|
13138
13618
|
redirectExecutionUrl?: string;
|
|
@@ -13245,6 +13725,8 @@ declare const _default: {
|
|
|
13245
13725
|
needField: {
|
|
13246
13726
|
sourceField: string;
|
|
13247
13727
|
distField: string;
|
|
13728
|
+
typeConvert?: string;
|
|
13729
|
+
transform?: string;
|
|
13248
13730
|
}[];
|
|
13249
13731
|
recall?: Function;
|
|
13250
13732
|
primaryKey: string | Array<any>;
|
|
@@ -13266,6 +13748,11 @@ declare const _default: {
|
|
|
13266
13748
|
importUrl?: string;
|
|
13267
13749
|
executeUrl?: string;
|
|
13268
13750
|
modifyColumnsUrl?: string;
|
|
13751
|
+
customerUrl1?: string;
|
|
13752
|
+
customerUrl2?: string;
|
|
13753
|
+
customerUrl3?: string;
|
|
13754
|
+
customerUrl4?: string;
|
|
13755
|
+
customerUrl5?: string;
|
|
13269
13756
|
basePrefix?: string;
|
|
13270
13757
|
permissionsUrl?: string;
|
|
13271
13758
|
redirectExecutionUrl?: string;
|
|
@@ -13354,6 +13841,11 @@ declare const _default: {
|
|
|
13354
13841
|
importUrl?: string;
|
|
13355
13842
|
executeUrl?: string;
|
|
13356
13843
|
modifyColumnsUrl?: string;
|
|
13844
|
+
customerUrl1?: string;
|
|
13845
|
+
customerUrl2?: string;
|
|
13846
|
+
customerUrl3?: string;
|
|
13847
|
+
customerUrl4?: string;
|
|
13848
|
+
customerUrl5?: string;
|
|
13357
13849
|
basePrefix?: string;
|
|
13358
13850
|
permissionsUrl?: string;
|
|
13359
13851
|
redirectExecutionUrl?: string;
|
|
@@ -13442,6 +13934,11 @@ declare const _default: {
|
|
|
13442
13934
|
importUrl?: string;
|
|
13443
13935
|
executeUrl?: string;
|
|
13444
13936
|
modifyColumnsUrl?: string;
|
|
13937
|
+
customerUrl1?: string;
|
|
13938
|
+
customerUrl2?: string;
|
|
13939
|
+
customerUrl3?: string;
|
|
13940
|
+
customerUrl4?: string;
|
|
13941
|
+
customerUrl5?: string;
|
|
13445
13942
|
basePrefix?: string;
|
|
13446
13943
|
permissionsUrl?: string;
|
|
13447
13944
|
redirectExecutionUrl?: string;
|
|
@@ -13531,6 +14028,11 @@ declare const _default: {
|
|
|
13531
14028
|
importUrl?: string;
|
|
13532
14029
|
executeUrl?: string;
|
|
13533
14030
|
modifyColumnsUrl?: string;
|
|
14031
|
+
customerUrl1?: string;
|
|
14032
|
+
customerUrl2?: string;
|
|
14033
|
+
customerUrl3?: string;
|
|
14034
|
+
customerUrl4?: string;
|
|
14035
|
+
customerUrl5?: string;
|
|
13534
14036
|
basePrefix?: string;
|
|
13535
14037
|
permissionsUrl?: string;
|
|
13536
14038
|
redirectExecutionUrl?: string;
|
|
@@ -13619,6 +14121,11 @@ declare const _default: {
|
|
|
13619
14121
|
importUrl?: string;
|
|
13620
14122
|
executeUrl?: string;
|
|
13621
14123
|
modifyColumnsUrl?: string;
|
|
14124
|
+
customerUrl1?: string;
|
|
14125
|
+
customerUrl2?: string;
|
|
14126
|
+
customerUrl3?: string;
|
|
14127
|
+
customerUrl4?: string;
|
|
14128
|
+
customerUrl5?: string;
|
|
13622
14129
|
basePrefix?: string;
|
|
13623
14130
|
permissionsUrl?: string;
|
|
13624
14131
|
redirectExecutionUrl?: string;
|
|
@@ -13707,6 +14214,11 @@ declare const _default: {
|
|
|
13707
14214
|
importUrl?: string;
|
|
13708
14215
|
executeUrl?: string;
|
|
13709
14216
|
modifyColumnsUrl?: string;
|
|
14217
|
+
customerUrl1?: string;
|
|
14218
|
+
customerUrl2?: string;
|
|
14219
|
+
customerUrl3?: string;
|
|
14220
|
+
customerUrl4?: string;
|
|
14221
|
+
customerUrl5?: string;
|
|
13710
14222
|
basePrefix?: string;
|
|
13711
14223
|
permissionsUrl?: string;
|
|
13712
14224
|
redirectExecutionUrl?: string;
|
|
@@ -13787,6 +14299,11 @@ declare const _default: {
|
|
|
13787
14299
|
importUrl?: string;
|
|
13788
14300
|
executeUrl?: string;
|
|
13789
14301
|
modifyColumnsUrl?: string;
|
|
14302
|
+
customerUrl1?: string;
|
|
14303
|
+
customerUrl2?: string;
|
|
14304
|
+
customerUrl3?: string;
|
|
14305
|
+
customerUrl4?: string;
|
|
14306
|
+
customerUrl5?: string;
|
|
13790
14307
|
basePrefix?: string;
|
|
13791
14308
|
permissionsUrl?: string;
|
|
13792
14309
|
redirectExecutionUrl?: string;
|
|
@@ -13907,6 +14424,11 @@ declare const _default: {
|
|
|
13907
14424
|
importUrl?: string;
|
|
13908
14425
|
executeUrl?: string;
|
|
13909
14426
|
modifyColumnsUrl?: string;
|
|
14427
|
+
customerUrl1?: string;
|
|
14428
|
+
customerUrl2?: string;
|
|
14429
|
+
customerUrl3?: string;
|
|
14430
|
+
customerUrl4?: string;
|
|
14431
|
+
customerUrl5?: string;
|
|
13910
14432
|
basePrefix?: string;
|
|
13911
14433
|
permissionsUrl?: string;
|
|
13912
14434
|
redirectExecutionUrl?: string;
|
|
@@ -14011,6 +14533,8 @@ declare const _default: {
|
|
|
14011
14533
|
needField: {
|
|
14012
14534
|
sourceField: string;
|
|
14013
14535
|
distField: string;
|
|
14536
|
+
typeConvert?: string;
|
|
14537
|
+
transform?: string;
|
|
14014
14538
|
}[];
|
|
14015
14539
|
recall?: Function;
|
|
14016
14540
|
primaryKey: string | Array<any>;
|
|
@@ -14032,6 +14556,11 @@ declare const _default: {
|
|
|
14032
14556
|
importUrl?: string;
|
|
14033
14557
|
executeUrl?: string;
|
|
14034
14558
|
modifyColumnsUrl?: string;
|
|
14559
|
+
customerUrl1?: string;
|
|
14560
|
+
customerUrl2?: string;
|
|
14561
|
+
customerUrl3?: string;
|
|
14562
|
+
customerUrl4?: string;
|
|
14563
|
+
customerUrl5?: string;
|
|
14035
14564
|
basePrefix?: string;
|
|
14036
14565
|
permissionsUrl?: string;
|
|
14037
14566
|
redirectExecutionUrl?: string;
|
|
@@ -14120,6 +14649,11 @@ declare const _default: {
|
|
|
14120
14649
|
importUrl?: string;
|
|
14121
14650
|
executeUrl?: string;
|
|
14122
14651
|
modifyColumnsUrl?: string;
|
|
14652
|
+
customerUrl1?: string;
|
|
14653
|
+
customerUrl2?: string;
|
|
14654
|
+
customerUrl3?: string;
|
|
14655
|
+
customerUrl4?: string;
|
|
14656
|
+
customerUrl5?: string;
|
|
14123
14657
|
basePrefix?: string;
|
|
14124
14658
|
permissionsUrl?: string;
|
|
14125
14659
|
redirectExecutionUrl?: string;
|
|
@@ -14208,6 +14742,11 @@ declare const _default: {
|
|
|
14208
14742
|
importUrl?: string;
|
|
14209
14743
|
executeUrl?: string;
|
|
14210
14744
|
modifyColumnsUrl?: string;
|
|
14745
|
+
customerUrl1?: string;
|
|
14746
|
+
customerUrl2?: string;
|
|
14747
|
+
customerUrl3?: string;
|
|
14748
|
+
customerUrl4?: string;
|
|
14749
|
+
customerUrl5?: string;
|
|
14211
14750
|
basePrefix?: string;
|
|
14212
14751
|
permissionsUrl?: string;
|
|
14213
14752
|
redirectExecutionUrl?: string;
|
|
@@ -14297,6 +14836,11 @@ declare const _default: {
|
|
|
14297
14836
|
importUrl?: string;
|
|
14298
14837
|
executeUrl?: string;
|
|
14299
14838
|
modifyColumnsUrl?: string;
|
|
14839
|
+
customerUrl1?: string;
|
|
14840
|
+
customerUrl2?: string;
|
|
14841
|
+
customerUrl3?: string;
|
|
14842
|
+
customerUrl4?: string;
|
|
14843
|
+
customerUrl5?: string;
|
|
14300
14844
|
basePrefix?: string;
|
|
14301
14845
|
permissionsUrl?: string;
|
|
14302
14846
|
redirectExecutionUrl?: string;
|
|
@@ -14385,6 +14929,11 @@ declare const _default: {
|
|
|
14385
14929
|
importUrl?: string;
|
|
14386
14930
|
executeUrl?: string;
|
|
14387
14931
|
modifyColumnsUrl?: string;
|
|
14932
|
+
customerUrl1?: string;
|
|
14933
|
+
customerUrl2?: string;
|
|
14934
|
+
customerUrl3?: string;
|
|
14935
|
+
customerUrl4?: string;
|
|
14936
|
+
customerUrl5?: string;
|
|
14388
14937
|
basePrefix?: string;
|
|
14389
14938
|
permissionsUrl?: string;
|
|
14390
14939
|
redirectExecutionUrl?: string;
|
|
@@ -14473,6 +15022,11 @@ declare const _default: {
|
|
|
14473
15022
|
importUrl?: string;
|
|
14474
15023
|
executeUrl?: string;
|
|
14475
15024
|
modifyColumnsUrl?: string;
|
|
15025
|
+
customerUrl1?: string;
|
|
15026
|
+
customerUrl2?: string;
|
|
15027
|
+
customerUrl3?: string;
|
|
15028
|
+
customerUrl4?: string;
|
|
15029
|
+
customerUrl5?: string;
|
|
14476
15030
|
basePrefix?: string;
|
|
14477
15031
|
permissionsUrl?: string;
|
|
14478
15032
|
redirectExecutionUrl?: string;
|
|
@@ -14553,6 +15107,11 @@ declare const _default: {
|
|
|
14553
15107
|
importUrl?: string;
|
|
14554
15108
|
executeUrl?: string;
|
|
14555
15109
|
modifyColumnsUrl?: string;
|
|
15110
|
+
customerUrl1?: string;
|
|
15111
|
+
customerUrl2?: string;
|
|
15112
|
+
customerUrl3?: string;
|
|
15113
|
+
customerUrl4?: string;
|
|
15114
|
+
customerUrl5?: string;
|
|
14556
15115
|
basePrefix?: string;
|
|
14557
15116
|
permissionsUrl?: string;
|
|
14558
15117
|
redirectExecutionUrl?: string;
|
|
@@ -14673,6 +15232,11 @@ declare const _default: {
|
|
|
14673
15232
|
importUrl?: string;
|
|
14674
15233
|
executeUrl?: string;
|
|
14675
15234
|
modifyColumnsUrl?: string;
|
|
15235
|
+
customerUrl1?: string;
|
|
15236
|
+
customerUrl2?: string;
|
|
15237
|
+
customerUrl3?: string;
|
|
15238
|
+
customerUrl4?: string;
|
|
15239
|
+
customerUrl5?: string;
|
|
14676
15240
|
basePrefix?: string;
|
|
14677
15241
|
permissionsUrl?: string;
|
|
14678
15242
|
redirectExecutionUrl?: string;
|