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
|
@@ -34,6 +34,11 @@ export declare const useSelfOperationStore: import('pinia').StoreDefinition<"sel
|
|
|
34
34
|
importUrl?: string;
|
|
35
35
|
executeUrl?: string;
|
|
36
36
|
modifyColumnsUrl?: string;
|
|
37
|
+
customerUrl1?: string;
|
|
38
|
+
customerUrl2?: string;
|
|
39
|
+
customerUrl3?: string;
|
|
40
|
+
customerUrl4?: string;
|
|
41
|
+
customerUrl5?: string;
|
|
37
42
|
basePrefix?: string;
|
|
38
43
|
permissionsUrl?: string;
|
|
39
44
|
redirectExecutionUrl?: string;
|
|
@@ -140,6 +145,11 @@ export declare const useSelfOperationStore: import('pinia').StoreDefinition<"sel
|
|
|
140
145
|
importUrl?: string;
|
|
141
146
|
executeUrl?: string;
|
|
142
147
|
modifyColumnsUrl?: string;
|
|
148
|
+
customerUrl1?: string;
|
|
149
|
+
customerUrl2?: string;
|
|
150
|
+
customerUrl3?: string;
|
|
151
|
+
customerUrl4?: string;
|
|
152
|
+
customerUrl5?: string;
|
|
143
153
|
basePrefix?: string;
|
|
144
154
|
permissionsUrl?: string;
|
|
145
155
|
redirectExecutionUrl?: string;
|
|
@@ -259,6 +269,11 @@ export declare const useSelfOperationStore: import('pinia').StoreDefinition<"sel
|
|
|
259
269
|
importUrl?: string;
|
|
260
270
|
executeUrl?: string;
|
|
261
271
|
modifyColumnsUrl?: string;
|
|
272
|
+
customerUrl1?: string;
|
|
273
|
+
customerUrl2?: string;
|
|
274
|
+
customerUrl3?: string;
|
|
275
|
+
customerUrl4?: string;
|
|
276
|
+
customerUrl5?: string;
|
|
262
277
|
basePrefix?: string;
|
|
263
278
|
permissionsUrl?: string;
|
|
264
279
|
redirectExecutionUrl?: string;
|
|
@@ -365,6 +380,11 @@ export declare const useSelfOperationStore: import('pinia').StoreDefinition<"sel
|
|
|
365
380
|
importUrl?: string;
|
|
366
381
|
executeUrl?: string;
|
|
367
382
|
modifyColumnsUrl?: string;
|
|
383
|
+
customerUrl1?: string;
|
|
384
|
+
customerUrl2?: string;
|
|
385
|
+
customerUrl3?: string;
|
|
386
|
+
customerUrl4?: string;
|
|
387
|
+
customerUrl5?: string;
|
|
368
388
|
basePrefix?: string;
|
|
369
389
|
permissionsUrl?: string;
|
|
370
390
|
redirectExecutionUrl?: string;
|
|
@@ -484,6 +504,11 @@ export declare const useSelfOperationStore: import('pinia').StoreDefinition<"sel
|
|
|
484
504
|
importUrl?: string;
|
|
485
505
|
executeUrl?: string;
|
|
486
506
|
modifyColumnsUrl?: string;
|
|
507
|
+
customerUrl1?: string;
|
|
508
|
+
customerUrl2?: string;
|
|
509
|
+
customerUrl3?: string;
|
|
510
|
+
customerUrl4?: string;
|
|
511
|
+
customerUrl5?: string;
|
|
487
512
|
basePrefix?: string;
|
|
488
513
|
permissionsUrl?: string;
|
|
489
514
|
redirectExecutionUrl?: string;
|
|
@@ -590,6 +615,11 @@ export declare const useSelfOperationStore: import('pinia').StoreDefinition<"sel
|
|
|
590
615
|
importUrl?: string;
|
|
591
616
|
executeUrl?: string;
|
|
592
617
|
modifyColumnsUrl?: string;
|
|
618
|
+
customerUrl1?: string;
|
|
619
|
+
customerUrl2?: string;
|
|
620
|
+
customerUrl3?: string;
|
|
621
|
+
customerUrl4?: string;
|
|
622
|
+
customerUrl5?: string;
|
|
593
623
|
basePrefix?: string;
|
|
594
624
|
permissionsUrl?: string;
|
|
595
625
|
redirectExecutionUrl?: string;
|