star-horse-lowcode 3.1.9 → 3.1.11
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 +10 -0
- package/dist/api/star_horse_utils.d.ts +2 -2
- package/dist/assets/index.css +1 -1
- package/dist/components/comp/StarHorseJsonEditor.vue.d.ts +4 -4
- package/dist/components/comp/StarHorseSearchComp.vue.d.ts +20 -4
- package/dist/components/comp/StarHorseSearchForm.vue.d.ts +12 -2
- package/dist/components/comp/StarHorseStaticTable.vue.d.ts +1 -1
- package/dist/components/comp/StarHorseTableComp.vue.d.ts +1 -0
- package/dist/components/formcomp/utils/FieldList.vue.d.ts +4 -4
- package/dist/components/formcomp/utils/ItemRelationEventUtils.d.ts +17 -2
- package/dist/components/system/StarHorseQueryBuilder.vue.d.ts +271 -0
- package/dist/components/system/code-editor/index.d.ts +1 -1
- package/dist/components/types/ItemPreps.d.ts +3 -3
- package/dist/components/types/PageFieldInfo.d.ts +7 -8
- package/dist/components/types/PreOrPendType.d.ts +31 -0
- package/dist/components/types/SearchProps.d.ts +2 -3
- package/dist/index.es.js +6 -6
- package/dist/lang/en_US.d.ts +51 -0
- package/dist/lang/zh_CN.d.ts +51 -0
- package/dist/store/DesignForm.d.ts +72 -72
- package/dist/store/FormDataCache.d.ts +24 -12
- package/dist/store/StoreManager.d.ts +192 -168
- package/dist/types/api/star_horse_utils.d.ts +2 -2
- package/dist/types/components/comp/StarHorseDataView.vue.d.ts +1 -1
- package/dist/types/components/comp/StarHorseJsonEditor.vue.d.ts +4 -4
- package/dist/types/components/comp/StarHorseSearchComp.vue.d.ts +20 -4
- package/dist/types/components/comp/StarHorseSearchForm.vue.d.ts +12 -2
- package/dist/types/components/comp/StarHorseStaticTable.vue.d.ts +1 -1
- package/dist/types/components/comp/StarHorseTableComp.vue.d.ts +1 -0
- package/dist/types/components/formcomp/utils/FieldList.vue.d.ts +4 -4
- package/dist/types/components/formcomp/utils/ItemRelationEventUtils.d.ts +17 -2
- package/dist/types/components/system/StarHorseQueryBuilder.vue.d.ts +271 -0
- package/dist/types/components/system/StarHorseSvg.vue.d.ts +2 -2
- package/dist/types/components/system/code-editor/TabBar.vue.d.ts +2 -2
- package/dist/types/components/system/code-editor/index.d.ts +1 -1
- package/dist/types/components/types/ItemPreps.d.ts +3 -3
- package/dist/types/components/types/PageFieldInfo.d.ts +7 -8
- package/dist/types/components/types/PreOrPendType.d.ts +31 -0
- package/dist/types/components/types/SearchProps.d.ts +2 -3
- package/dist/types/lang/en_US.d.ts +51 -0
- package/dist/types/lang/zh_CN.d.ts +51 -0
- package/dist/types/sample/commonpage/dynamic_form_utils.d.ts +8 -0
- package/dist/types/store/DesignForm.d.ts +72 -72
- package/dist/types/store/FormDataCache.d.ts +24 -12
- package/dist/types/store/StoreManager.d.ts +192 -168
- package/dist/types/utils/preview.d.ts +2 -1
- package/dist/utils/preview.d.ts +2 -1
- package/package.json +11 -13
|
@@ -21,7 +21,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
21
21
|
value?: string | number;
|
|
22
22
|
disabled?: string;
|
|
23
23
|
helpMsg?: string;
|
|
24
|
-
children?:
|
|
24
|
+
children?: /*elided*/ any[];
|
|
25
25
|
}[];
|
|
26
26
|
defaultValues?: any;
|
|
27
27
|
remark?: string;
|
|
@@ -39,7 +39,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
39
39
|
value?: string | number;
|
|
40
40
|
disabled?: string;
|
|
41
41
|
helpMsg?: string;
|
|
42
|
-
children?:
|
|
42
|
+
children?: /*elided*/ any[];
|
|
43
43
|
}[];
|
|
44
44
|
defaultValues?: any;
|
|
45
45
|
remark?: string;
|
|
@@ -57,7 +57,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
57
57
|
value?: string | number;
|
|
58
58
|
disabled?: string;
|
|
59
59
|
helpMsg?: string;
|
|
60
|
-
children?:
|
|
60
|
+
children?: /*elided*/ any[];
|
|
61
61
|
}[];
|
|
62
62
|
defaultValues?: any;
|
|
63
63
|
remark?: string;
|
|
@@ -82,7 +82,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
82
82
|
value?: string | number;
|
|
83
83
|
disabled?: string;
|
|
84
84
|
helpMsg?: string;
|
|
85
|
-
children?:
|
|
85
|
+
children?: /*elided*/ any[];
|
|
86
86
|
}[];
|
|
87
87
|
defaultValues?: any;
|
|
88
88
|
remark?: string;
|
|
@@ -106,7 +106,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
106
106
|
value?: string | number;
|
|
107
107
|
disabled?: string;
|
|
108
108
|
helpMsg?: string;
|
|
109
|
-
children?:
|
|
109
|
+
children?: /*elided*/ any[];
|
|
110
110
|
}[];
|
|
111
111
|
defaultValues?: any;
|
|
112
112
|
remark?: string;
|
|
@@ -124,7 +124,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
124
124
|
value?: string | number;
|
|
125
125
|
disabled?: string;
|
|
126
126
|
helpMsg?: string;
|
|
127
|
-
children?:
|
|
127
|
+
children?: /*elided*/ any[];
|
|
128
128
|
}[];
|
|
129
129
|
defaultValues?: any;
|
|
130
130
|
remark?: string;
|
|
@@ -142,7 +142,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
142
142
|
value?: string | number;
|
|
143
143
|
disabled?: string;
|
|
144
144
|
helpMsg?: string;
|
|
145
|
-
children?:
|
|
145
|
+
children?: /*elided*/ any[];
|
|
146
146
|
}[];
|
|
147
147
|
defaultValues?: any;
|
|
148
148
|
remark?: string;
|
|
@@ -167,7 +167,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
167
167
|
value?: string | number;
|
|
168
168
|
disabled?: string;
|
|
169
169
|
helpMsg?: string;
|
|
170
|
-
children?:
|
|
170
|
+
children?: /*elided*/ any[];
|
|
171
171
|
}[];
|
|
172
172
|
defaultValues?: any;
|
|
173
173
|
remark?: string;
|
|
@@ -192,7 +192,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
192
192
|
value?: string | number;
|
|
193
193
|
disabled?: string;
|
|
194
194
|
helpMsg?: string;
|
|
195
|
-
children?:
|
|
195
|
+
children?: /*elided*/ any[];
|
|
196
196
|
}[];
|
|
197
197
|
defaultValues?: any;
|
|
198
198
|
remark?: string;
|
|
@@ -210,7 +210,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
210
210
|
value?: string | number;
|
|
211
211
|
disabled?: string;
|
|
212
212
|
helpMsg?: string;
|
|
213
|
-
children?:
|
|
213
|
+
children?: /*elided*/ any[];
|
|
214
214
|
}[];
|
|
215
215
|
defaultValues?: any;
|
|
216
216
|
remark?: string;
|
|
@@ -228,7 +228,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
228
228
|
value?: string | number;
|
|
229
229
|
disabled?: string;
|
|
230
230
|
helpMsg?: string;
|
|
231
|
-
children?:
|
|
231
|
+
children?: /*elided*/ any[];
|
|
232
232
|
}[];
|
|
233
233
|
defaultValues?: any;
|
|
234
234
|
remark?: string;
|
|
@@ -253,7 +253,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
253
253
|
value?: string | number;
|
|
254
254
|
disabled?: string;
|
|
255
255
|
helpMsg?: string;
|
|
256
|
-
children?:
|
|
256
|
+
children?: /*elided*/ any[];
|
|
257
257
|
}[];
|
|
258
258
|
defaultValues?: any;
|
|
259
259
|
remark?: string;
|
|
@@ -277,7 +277,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
277
277
|
value?: string | number;
|
|
278
278
|
disabled?: string;
|
|
279
279
|
helpMsg?: string;
|
|
280
|
-
children?:
|
|
280
|
+
children?: /*elided*/ any[];
|
|
281
281
|
}[];
|
|
282
282
|
defaultValues?: any;
|
|
283
283
|
remark?: string;
|
|
@@ -295,7 +295,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
295
295
|
value?: string | number;
|
|
296
296
|
disabled?: string;
|
|
297
297
|
helpMsg?: string;
|
|
298
|
-
children?:
|
|
298
|
+
children?: /*elided*/ any[];
|
|
299
299
|
}[];
|
|
300
300
|
defaultValues?: any;
|
|
301
301
|
remark?: string;
|
|
@@ -313,7 +313,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
313
313
|
value?: string | number;
|
|
314
314
|
disabled?: string;
|
|
315
315
|
helpMsg?: string;
|
|
316
|
-
children?:
|
|
316
|
+
children?: /*elided*/ any[];
|
|
317
317
|
}[];
|
|
318
318
|
defaultValues?: any;
|
|
319
319
|
remark?: string;
|
|
@@ -338,7 +338,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
338
338
|
value?: string | number;
|
|
339
339
|
disabled?: string;
|
|
340
340
|
helpMsg?: string;
|
|
341
|
-
children?:
|
|
341
|
+
children?: /*elided*/ any[];
|
|
342
342
|
}[];
|
|
343
343
|
defaultValues?: any;
|
|
344
344
|
remark?: string;
|
|
@@ -363,7 +363,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
363
363
|
value?: string | number;
|
|
364
364
|
disabled?: string;
|
|
365
365
|
helpMsg?: string;
|
|
366
|
-
children?:
|
|
366
|
+
children?: /*elided*/ any[];
|
|
367
367
|
}[];
|
|
368
368
|
defaultValues?: any;
|
|
369
369
|
remark?: string;
|
|
@@ -381,7 +381,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
381
381
|
value?: string | number;
|
|
382
382
|
disabled?: string;
|
|
383
383
|
helpMsg?: string;
|
|
384
|
-
children?:
|
|
384
|
+
children?: /*elided*/ any[];
|
|
385
385
|
}[];
|
|
386
386
|
defaultValues?: any;
|
|
387
387
|
remark?: string;
|
|
@@ -399,7 +399,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
399
399
|
value?: string | number;
|
|
400
400
|
disabled?: string;
|
|
401
401
|
helpMsg?: string;
|
|
402
|
-
children?:
|
|
402
|
+
children?: /*elided*/ any[];
|
|
403
403
|
}[];
|
|
404
404
|
defaultValues?: any;
|
|
405
405
|
remark?: string;
|
|
@@ -424,7 +424,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
424
424
|
value?: string | number;
|
|
425
425
|
disabled?: string;
|
|
426
426
|
helpMsg?: string;
|
|
427
|
-
children?:
|
|
427
|
+
children?: /*elided*/ any[];
|
|
428
428
|
}[];
|
|
429
429
|
defaultValues?: any;
|
|
430
430
|
remark?: string;
|
|
@@ -448,7 +448,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
448
448
|
value?: string | number;
|
|
449
449
|
disabled?: string;
|
|
450
450
|
helpMsg?: string;
|
|
451
|
-
children?:
|
|
451
|
+
children?: /*elided*/ any[];
|
|
452
452
|
}[];
|
|
453
453
|
defaultValues?: any;
|
|
454
454
|
remark?: string;
|
|
@@ -466,7 +466,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
466
466
|
value?: string | number;
|
|
467
467
|
disabled?: string;
|
|
468
468
|
helpMsg?: string;
|
|
469
|
-
children?:
|
|
469
|
+
children?: /*elided*/ any[];
|
|
470
470
|
}[];
|
|
471
471
|
defaultValues?: any;
|
|
472
472
|
remark?: string;
|
|
@@ -484,7 +484,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
484
484
|
value?: string | number;
|
|
485
485
|
disabled?: string;
|
|
486
486
|
helpMsg?: string;
|
|
487
|
-
children?:
|
|
487
|
+
children?: /*elided*/ any[];
|
|
488
488
|
}[];
|
|
489
489
|
defaultValues?: any;
|
|
490
490
|
remark?: string;
|
|
@@ -509,7 +509,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
509
509
|
value?: string | number;
|
|
510
510
|
disabled?: string;
|
|
511
511
|
helpMsg?: string;
|
|
512
|
-
children?:
|
|
512
|
+
children?: /*elided*/ any[];
|
|
513
513
|
}[];
|
|
514
514
|
defaultValues?: any;
|
|
515
515
|
remark?: string;
|
|
@@ -597,7 +597,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
597
597
|
value?: string | number;
|
|
598
598
|
disabled?: string;
|
|
599
599
|
helpMsg?: string;
|
|
600
|
-
children?:
|
|
600
|
+
children?: /*elided*/ any[];
|
|
601
601
|
}[];
|
|
602
602
|
defaultValues?: any;
|
|
603
603
|
remark?: string;
|
|
@@ -615,7 +615,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
615
615
|
value?: string | number;
|
|
616
616
|
disabled?: string;
|
|
617
617
|
helpMsg?: string;
|
|
618
|
-
children?:
|
|
618
|
+
children?: /*elided*/ any[];
|
|
619
619
|
}[];
|
|
620
620
|
defaultValues?: any;
|
|
621
621
|
remark?: string;
|
|
@@ -633,7 +633,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
633
633
|
value?: string | number;
|
|
634
634
|
disabled?: string;
|
|
635
635
|
helpMsg?: string;
|
|
636
|
-
children?:
|
|
636
|
+
children?: /*elided*/ any[];
|
|
637
637
|
}[];
|
|
638
638
|
defaultValues?: any;
|
|
639
639
|
remark?: string;
|
|
@@ -658,7 +658,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
658
658
|
value?: string | number;
|
|
659
659
|
disabled?: string;
|
|
660
660
|
helpMsg?: string;
|
|
661
|
-
children?:
|
|
661
|
+
children?: /*elided*/ any[];
|
|
662
662
|
}[];
|
|
663
663
|
defaultValues?: any;
|
|
664
664
|
remark?: string;
|
|
@@ -682,7 +682,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
682
682
|
value?: string | number;
|
|
683
683
|
disabled?: string;
|
|
684
684
|
helpMsg?: string;
|
|
685
|
-
children?:
|
|
685
|
+
children?: /*elided*/ any[];
|
|
686
686
|
}[];
|
|
687
687
|
defaultValues?: any;
|
|
688
688
|
remark?: string;
|
|
@@ -700,7 +700,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
700
700
|
value?: string | number;
|
|
701
701
|
disabled?: string;
|
|
702
702
|
helpMsg?: string;
|
|
703
|
-
children?:
|
|
703
|
+
children?: /*elided*/ any[];
|
|
704
704
|
}[];
|
|
705
705
|
defaultValues?: any;
|
|
706
706
|
remark?: string;
|
|
@@ -718,7 +718,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
718
718
|
value?: string | number;
|
|
719
719
|
disabled?: string;
|
|
720
720
|
helpMsg?: string;
|
|
721
|
-
children?:
|
|
721
|
+
children?: /*elided*/ any[];
|
|
722
722
|
}[];
|
|
723
723
|
defaultValues?: any;
|
|
724
724
|
remark?: string;
|
|
@@ -743,7 +743,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
743
743
|
value?: string | number;
|
|
744
744
|
disabled?: string;
|
|
745
745
|
helpMsg?: string;
|
|
746
|
-
children?:
|
|
746
|
+
children?: /*elided*/ any[];
|
|
747
747
|
}[];
|
|
748
748
|
defaultValues?: any;
|
|
749
749
|
remark?: string;
|
|
@@ -768,7 +768,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
768
768
|
value?: string | number;
|
|
769
769
|
disabled?: string;
|
|
770
770
|
helpMsg?: string;
|
|
771
|
-
children?:
|
|
771
|
+
children?: /*elided*/ any[];
|
|
772
772
|
}[];
|
|
773
773
|
defaultValues?: any;
|
|
774
774
|
remark?: string;
|
|
@@ -786,7 +786,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
786
786
|
value?: string | number;
|
|
787
787
|
disabled?: string;
|
|
788
788
|
helpMsg?: string;
|
|
789
|
-
children?:
|
|
789
|
+
children?: /*elided*/ any[];
|
|
790
790
|
}[];
|
|
791
791
|
defaultValues?: any;
|
|
792
792
|
remark?: string;
|
|
@@ -804,7 +804,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
804
804
|
value?: string | number;
|
|
805
805
|
disabled?: string;
|
|
806
806
|
helpMsg?: string;
|
|
807
|
-
children?:
|
|
807
|
+
children?: /*elided*/ any[];
|
|
808
808
|
}[];
|
|
809
809
|
defaultValues?: any;
|
|
810
810
|
remark?: string;
|
|
@@ -829,7 +829,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
829
829
|
value?: string | number;
|
|
830
830
|
disabled?: string;
|
|
831
831
|
helpMsg?: string;
|
|
832
|
-
children?:
|
|
832
|
+
children?: /*elided*/ any[];
|
|
833
833
|
}[];
|
|
834
834
|
defaultValues?: any;
|
|
835
835
|
remark?: string;
|
|
@@ -853,7 +853,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
853
853
|
value?: string | number;
|
|
854
854
|
disabled?: string;
|
|
855
855
|
helpMsg?: string;
|
|
856
|
-
children?:
|
|
856
|
+
children?: /*elided*/ any[];
|
|
857
857
|
}[];
|
|
858
858
|
defaultValues?: any;
|
|
859
859
|
remark?: string;
|
|
@@ -871,7 +871,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
871
871
|
value?: string | number;
|
|
872
872
|
disabled?: string;
|
|
873
873
|
helpMsg?: string;
|
|
874
|
-
children?:
|
|
874
|
+
children?: /*elided*/ any[];
|
|
875
875
|
}[];
|
|
876
876
|
defaultValues?: any;
|
|
877
877
|
remark?: string;
|
|
@@ -889,7 +889,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
889
889
|
value?: string | number;
|
|
890
890
|
disabled?: string;
|
|
891
891
|
helpMsg?: string;
|
|
892
|
-
children?:
|
|
892
|
+
children?: /*elided*/ any[];
|
|
893
893
|
}[];
|
|
894
894
|
defaultValues?: any;
|
|
895
895
|
remark?: string;
|
|
@@ -914,7 +914,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
914
914
|
value?: string | number;
|
|
915
915
|
disabled?: string;
|
|
916
916
|
helpMsg?: string;
|
|
917
|
-
children?:
|
|
917
|
+
children?: /*elided*/ any[];
|
|
918
918
|
}[];
|
|
919
919
|
defaultValues?: any;
|
|
920
920
|
remark?: string;
|
|
@@ -939,7 +939,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
939
939
|
value?: string | number;
|
|
940
940
|
disabled?: string;
|
|
941
941
|
helpMsg?: string;
|
|
942
|
-
children?:
|
|
942
|
+
children?: /*elided*/ any[];
|
|
943
943
|
}[];
|
|
944
944
|
defaultValues?: any;
|
|
945
945
|
remark?: string;
|
|
@@ -957,7 +957,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
957
957
|
value?: string | number;
|
|
958
958
|
disabled?: string;
|
|
959
959
|
helpMsg?: string;
|
|
960
|
-
children?:
|
|
960
|
+
children?: /*elided*/ any[];
|
|
961
961
|
}[];
|
|
962
962
|
defaultValues?: any;
|
|
963
963
|
remark?: string;
|
|
@@ -975,7 +975,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
975
975
|
value?: string | number;
|
|
976
976
|
disabled?: string;
|
|
977
977
|
helpMsg?: string;
|
|
978
|
-
children?:
|
|
978
|
+
children?: /*elided*/ any[];
|
|
979
979
|
}[];
|
|
980
980
|
defaultValues?: any;
|
|
981
981
|
remark?: string;
|
|
@@ -1000,7 +1000,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1000
1000
|
value?: string | number;
|
|
1001
1001
|
disabled?: string;
|
|
1002
1002
|
helpMsg?: string;
|
|
1003
|
-
children?:
|
|
1003
|
+
children?: /*elided*/ any[];
|
|
1004
1004
|
}[];
|
|
1005
1005
|
defaultValues?: any;
|
|
1006
1006
|
remark?: string;
|
|
@@ -1024,7 +1024,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1024
1024
|
value?: string | number;
|
|
1025
1025
|
disabled?: string;
|
|
1026
1026
|
helpMsg?: string;
|
|
1027
|
-
children?:
|
|
1027
|
+
children?: /*elided*/ any[];
|
|
1028
1028
|
}[];
|
|
1029
1029
|
defaultValues?: any;
|
|
1030
1030
|
remark?: string;
|
|
@@ -1042,7 +1042,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1042
1042
|
value?: string | number;
|
|
1043
1043
|
disabled?: string;
|
|
1044
1044
|
helpMsg?: string;
|
|
1045
|
-
children?:
|
|
1045
|
+
children?: /*elided*/ any[];
|
|
1046
1046
|
}[];
|
|
1047
1047
|
defaultValues?: any;
|
|
1048
1048
|
remark?: string;
|
|
@@ -1060,7 +1060,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1060
1060
|
value?: string | number;
|
|
1061
1061
|
disabled?: string;
|
|
1062
1062
|
helpMsg?: string;
|
|
1063
|
-
children?:
|
|
1063
|
+
children?: /*elided*/ any[];
|
|
1064
1064
|
}[];
|
|
1065
1065
|
defaultValues?: any;
|
|
1066
1066
|
remark?: string;
|
|
@@ -1085,7 +1085,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1085
1085
|
value?: string | number;
|
|
1086
1086
|
disabled?: string;
|
|
1087
1087
|
helpMsg?: string;
|
|
1088
|
-
children?:
|
|
1088
|
+
children?: /*elided*/ any[];
|
|
1089
1089
|
}[];
|
|
1090
1090
|
defaultValues?: any;
|
|
1091
1091
|
remark?: string;
|
|
@@ -1173,7 +1173,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1173
1173
|
value?: string | number;
|
|
1174
1174
|
disabled?: string;
|
|
1175
1175
|
helpMsg?: string;
|
|
1176
|
-
children?:
|
|
1176
|
+
children?: /*elided*/ any[];
|
|
1177
1177
|
}[];
|
|
1178
1178
|
defaultValues?: any;
|
|
1179
1179
|
remark?: string;
|
|
@@ -1191,7 +1191,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1191
1191
|
value?: string | number;
|
|
1192
1192
|
disabled?: string;
|
|
1193
1193
|
helpMsg?: string;
|
|
1194
|
-
children?:
|
|
1194
|
+
children?: /*elided*/ any[];
|
|
1195
1195
|
}[];
|
|
1196
1196
|
defaultValues?: any;
|
|
1197
1197
|
remark?: string;
|
|
@@ -1209,7 +1209,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1209
1209
|
value?: string | number;
|
|
1210
1210
|
disabled?: string;
|
|
1211
1211
|
helpMsg?: string;
|
|
1212
|
-
children?:
|
|
1212
|
+
children?: /*elided*/ any[];
|
|
1213
1213
|
}[];
|
|
1214
1214
|
defaultValues?: any;
|
|
1215
1215
|
remark?: string;
|
|
@@ -1234,7 +1234,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1234
1234
|
value?: string | number;
|
|
1235
1235
|
disabled?: string;
|
|
1236
1236
|
helpMsg?: string;
|
|
1237
|
-
children?:
|
|
1237
|
+
children?: /*elided*/ any[];
|
|
1238
1238
|
}[];
|
|
1239
1239
|
defaultValues?: any;
|
|
1240
1240
|
remark?: string;
|
|
@@ -1258,7 +1258,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1258
1258
|
value?: string | number;
|
|
1259
1259
|
disabled?: string;
|
|
1260
1260
|
helpMsg?: string;
|
|
1261
|
-
children?:
|
|
1261
|
+
children?: /*elided*/ any[];
|
|
1262
1262
|
}[];
|
|
1263
1263
|
defaultValues?: any;
|
|
1264
1264
|
remark?: string;
|
|
@@ -1276,7 +1276,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1276
1276
|
value?: string | number;
|
|
1277
1277
|
disabled?: string;
|
|
1278
1278
|
helpMsg?: string;
|
|
1279
|
-
children?:
|
|
1279
|
+
children?: /*elided*/ any[];
|
|
1280
1280
|
}[];
|
|
1281
1281
|
defaultValues?: any;
|
|
1282
1282
|
remark?: string;
|
|
@@ -1294,7 +1294,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1294
1294
|
value?: string | number;
|
|
1295
1295
|
disabled?: string;
|
|
1296
1296
|
helpMsg?: string;
|
|
1297
|
-
children?:
|
|
1297
|
+
children?: /*elided*/ any[];
|
|
1298
1298
|
}[];
|
|
1299
1299
|
defaultValues?: any;
|
|
1300
1300
|
remark?: string;
|
|
@@ -1319,7 +1319,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1319
1319
|
value?: string | number;
|
|
1320
1320
|
disabled?: string;
|
|
1321
1321
|
helpMsg?: string;
|
|
1322
|
-
children?:
|
|
1322
|
+
children?: /*elided*/ any[];
|
|
1323
1323
|
}[];
|
|
1324
1324
|
defaultValues?: any;
|
|
1325
1325
|
remark?: string;
|
|
@@ -1344,7 +1344,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1344
1344
|
value?: string | number;
|
|
1345
1345
|
disabled?: string;
|
|
1346
1346
|
helpMsg?: string;
|
|
1347
|
-
children?:
|
|
1347
|
+
children?: /*elided*/ any[];
|
|
1348
1348
|
}[];
|
|
1349
1349
|
defaultValues?: any;
|
|
1350
1350
|
remark?: string;
|
|
@@ -1362,7 +1362,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1362
1362
|
value?: string | number;
|
|
1363
1363
|
disabled?: string;
|
|
1364
1364
|
helpMsg?: string;
|
|
1365
|
-
children?:
|
|
1365
|
+
children?: /*elided*/ any[];
|
|
1366
1366
|
}[];
|
|
1367
1367
|
defaultValues?: any;
|
|
1368
1368
|
remark?: string;
|
|
@@ -1380,7 +1380,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1380
1380
|
value?: string | number;
|
|
1381
1381
|
disabled?: string;
|
|
1382
1382
|
helpMsg?: string;
|
|
1383
|
-
children?:
|
|
1383
|
+
children?: /*elided*/ any[];
|
|
1384
1384
|
}[];
|
|
1385
1385
|
defaultValues?: any;
|
|
1386
1386
|
remark?: string;
|
|
@@ -1405,7 +1405,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1405
1405
|
value?: string | number;
|
|
1406
1406
|
disabled?: string;
|
|
1407
1407
|
helpMsg?: string;
|
|
1408
|
-
children?:
|
|
1408
|
+
children?: /*elided*/ any[];
|
|
1409
1409
|
}[];
|
|
1410
1410
|
defaultValues?: any;
|
|
1411
1411
|
remark?: string;
|
|
@@ -1429,7 +1429,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1429
1429
|
value?: string | number;
|
|
1430
1430
|
disabled?: string;
|
|
1431
1431
|
helpMsg?: string;
|
|
1432
|
-
children?:
|
|
1432
|
+
children?: /*elided*/ any[];
|
|
1433
1433
|
}[];
|
|
1434
1434
|
defaultValues?: any;
|
|
1435
1435
|
remark?: string;
|
|
@@ -1447,7 +1447,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1447
1447
|
value?: string | number;
|
|
1448
1448
|
disabled?: string;
|
|
1449
1449
|
helpMsg?: string;
|
|
1450
|
-
children?:
|
|
1450
|
+
children?: /*elided*/ any[];
|
|
1451
1451
|
}[];
|
|
1452
1452
|
defaultValues?: any;
|
|
1453
1453
|
remark?: string;
|
|
@@ -1465,7 +1465,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1465
1465
|
value?: string | number;
|
|
1466
1466
|
disabled?: string;
|
|
1467
1467
|
helpMsg?: string;
|
|
1468
|
-
children?:
|
|
1468
|
+
children?: /*elided*/ any[];
|
|
1469
1469
|
}[];
|
|
1470
1470
|
defaultValues?: any;
|
|
1471
1471
|
remark?: string;
|
|
@@ -1490,7 +1490,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1490
1490
|
value?: string | number;
|
|
1491
1491
|
disabled?: string;
|
|
1492
1492
|
helpMsg?: string;
|
|
1493
|
-
children?:
|
|
1493
|
+
children?: /*elided*/ any[];
|
|
1494
1494
|
}[];
|
|
1495
1495
|
defaultValues?: any;
|
|
1496
1496
|
remark?: string;
|
|
@@ -1515,7 +1515,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1515
1515
|
value?: string | number;
|
|
1516
1516
|
disabled?: string;
|
|
1517
1517
|
helpMsg?: string;
|
|
1518
|
-
children?:
|
|
1518
|
+
children?: /*elided*/ any[];
|
|
1519
1519
|
}[];
|
|
1520
1520
|
defaultValues?: any;
|
|
1521
1521
|
remark?: string;
|
|
@@ -1533,7 +1533,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1533
1533
|
value?: string | number;
|
|
1534
1534
|
disabled?: string;
|
|
1535
1535
|
helpMsg?: string;
|
|
1536
|
-
children?:
|
|
1536
|
+
children?: /*elided*/ any[];
|
|
1537
1537
|
}[];
|
|
1538
1538
|
defaultValues?: any;
|
|
1539
1539
|
remark?: string;
|
|
@@ -1551,7 +1551,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1551
1551
|
value?: string | number;
|
|
1552
1552
|
disabled?: string;
|
|
1553
1553
|
helpMsg?: string;
|
|
1554
|
-
children?:
|
|
1554
|
+
children?: /*elided*/ any[];
|
|
1555
1555
|
}[];
|
|
1556
1556
|
defaultValues?: any;
|
|
1557
1557
|
remark?: string;
|
|
@@ -1576,7 +1576,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1576
1576
|
value?: string | number;
|
|
1577
1577
|
disabled?: string;
|
|
1578
1578
|
helpMsg?: string;
|
|
1579
|
-
children?:
|
|
1579
|
+
children?: /*elided*/ any[];
|
|
1580
1580
|
}[];
|
|
1581
1581
|
defaultValues?: any;
|
|
1582
1582
|
remark?: string;
|
|
@@ -1600,7 +1600,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1600
1600
|
value?: string | number;
|
|
1601
1601
|
disabled?: string;
|
|
1602
1602
|
helpMsg?: string;
|
|
1603
|
-
children?:
|
|
1603
|
+
children?: /*elided*/ any[];
|
|
1604
1604
|
}[];
|
|
1605
1605
|
defaultValues?: any;
|
|
1606
1606
|
remark?: string;
|
|
@@ -1618,7 +1618,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1618
1618
|
value?: string | number;
|
|
1619
1619
|
disabled?: string;
|
|
1620
1620
|
helpMsg?: string;
|
|
1621
|
-
children?:
|
|
1621
|
+
children?: /*elided*/ any[];
|
|
1622
1622
|
}[];
|
|
1623
1623
|
defaultValues?: any;
|
|
1624
1624
|
remark?: string;
|
|
@@ -1636,7 +1636,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1636
1636
|
value?: string | number;
|
|
1637
1637
|
disabled?: string;
|
|
1638
1638
|
helpMsg?: string;
|
|
1639
|
-
children?:
|
|
1639
|
+
children?: /*elided*/ any[];
|
|
1640
1640
|
}[];
|
|
1641
1641
|
defaultValues?: any;
|
|
1642
1642
|
remark?: string;
|
|
@@ -1661,7 +1661,7 @@ export declare const useDesignFormStore: import('pinia').StoreDefinition<"design
|
|
|
1661
1661
|
value?: string | number;
|
|
1662
1662
|
disabled?: string;
|
|
1663
1663
|
helpMsg?: string;
|
|
1664
|
-
children?:
|
|
1664
|
+
children?: /*elided*/ any[];
|
|
1665
1665
|
}[];
|
|
1666
1666
|
defaultValues?: any;
|
|
1667
1667
|
remark?: string;
|