star-horse-lowcode 2.8.12 → 2.8.14

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.
@@ -2,21 +2,14 @@ import { App } from 'vue';
2
2
  import { AxiosInstance } from 'axios';
3
3
  import { AxiosResponse } from 'axios';
4
4
  import { ComponentOptionsMixin } from 'vue';
5
- import { ComponentOptionsMixin as ComponentOptionsMixin_2 } from '@vue/runtime-core';
6
5
  import { ComponentProvideOptions } from 'vue';
7
- import { ComponentProvideOptions as ComponentProvideOptions_2 } from '@vue/runtime-core';
8
6
  import { ComputedRef } from 'vue';
9
- import { ComputedRef as ComputedRef_2 } from '@vue/reactivity';
10
7
  import { CreateComponentPublicInstanceWithMixins } from 'vue';
11
- import { CreateComponentPublicInstanceWithMixins as CreateComponentPublicInstanceWithMixins_2 } from '@vue/runtime-core';
12
8
  import { CSSProperties } from 'vue';
13
9
  import { DefineComponent } from 'vue';
14
10
  import { ExtractPropTypes } from 'vue';
15
- import { ExtractPropTypes as ExtractPropTypes_2 } from '@vue/runtime-core';
16
11
  import { GlobalComponents } from 'vue';
17
- import { GlobalComponents as GlobalComponents_2 } from '@vue/runtime-core';
18
12
  import { GlobalDirectives } from 'vue';
19
- import { GlobalDirectives as GlobalDirectives_2 } from '@vue/runtime-core';
20
13
  import { JSONEditorSelection } from 'vanilla-jsoneditor';
21
14
  import { JSONParser } from 'vanilla-jsoneditor';
22
15
  import { JSONPathParser } from 'vanilla-jsoneditor';
@@ -25,13 +18,10 @@ import { OnRenderMenu } from 'vanilla-jsoneditor';
25
18
  import { OnRenderValue } from 'vanilla-jsoneditor';
26
19
  import { Pinia } from 'pinia';
27
20
  import { PropType } from 'vue';
28
- import { PropType as PropType_2 } from '@vue/runtime-core';
29
21
  import { PublicProps } from 'vue';
30
- import { PublicProps as PublicProps_2 } from '@vue/runtime-core';
31
22
  import { QueryLanguageId } from 'vue3-ts-jsoneditor';
32
23
  import { Reactive } from 'vue';
33
24
  import { Ref } from 'vue';
34
- import { Ref as Ref_2 } from '@vue/reactivity';
35
25
  import { RouteLocationNormalized } from 'vue-router';
36
26
  import { Router } from 'vue-router';
37
27
  import { ShallowRef } from 'vue';
@@ -251,6 +241,60 @@ btnTextContinue: string;
251
241
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
252
242
 
253
243
  declare const __VLS_component_2: DefineComponent<ExtractPropTypes< {
244
+ msg: {
245
+ type: StringConstructor;
246
+ required: true;
247
+ };
248
+ node: {
249
+ type: PropType<DynamicNode>;
250
+ required: true;
251
+ };
252
+ isActive: {
253
+ type: BooleanConstructor;
254
+ default: boolean;
255
+ };
256
+ styles: {
257
+ type: ObjectConstructor;
258
+ default: () => void;
259
+ };
260
+ isDesign: {
261
+ type: BooleanConstructor;
262
+ default: boolean;
263
+ };
264
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
265
+ selectNode: (...args: any[]) => void;
266
+ }, string, PublicProps, Readonly<ExtractPropTypes< {
267
+ msg: {
268
+ type: StringConstructor;
269
+ required: true;
270
+ };
271
+ node: {
272
+ type: PropType<DynamicNode>;
273
+ required: true;
274
+ };
275
+ isActive: {
276
+ type: BooleanConstructor;
277
+ default: boolean;
278
+ };
279
+ styles: {
280
+ type: ObjectConstructor;
281
+ default: () => void;
282
+ };
283
+ isDesign: {
284
+ type: BooleanConstructor;
285
+ default: boolean;
286
+ };
287
+ }>> & Readonly<{
288
+ onSelectNode?: (...args: any[]) => any;
289
+ }>, {
290
+ isActive: boolean;
291
+ styles: Record<string, any>;
292
+ isDesign: boolean;
293
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {
294
+ contentMenuRef: unknown;
295
+ }, any>;
296
+
297
+ declare const __VLS_component_3: DefineComponent<ExtractPropTypes< {
254
298
  menuIcon: {
255
299
  type: StringConstructor;
256
300
  };
@@ -289,7 +333,7 @@ iconSize: number;
289
333
  icons: unknown[];
290
334
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
291
335
 
292
- declare const __VLS_component_3: DefineComponent<ExtractPropTypes< {
336
+ declare const __VLS_component_4: DefineComponent<ExtractPropTypes< {
293
337
  needScroller: {
294
338
  type: BooleanConstructor;
295
339
  default: boolean;
@@ -318,7 +362,7 @@ needScroller: boolean;
318
362
  shFormRef: unknown;
319
363
  }, any>;
320
364
 
321
- declare const __VLS_component_4: DefineComponent<ExtractPropTypes< {
365
+ declare const __VLS_component_5: DefineComponent<ExtractPropTypes< {
322
366
  menuData: {
323
367
  type: PropType<any>;
324
368
  default: () => any[];
@@ -649,12 +693,24 @@ declare function __VLS_template_2(): {
649
693
  attrs: Partial<{}>;
650
694
  slots: {
651
695
  default?(_: {}): any;
696
+ default?(_: {}): any;
697
+ };
698
+ refs: {
699
+ contentMenuRef: unknown;
652
700
  };
653
- refs: {};
654
701
  rootEl: any;
655
702
  };
656
703
 
657
704
  declare function __VLS_template_3(): {
705
+ attrs: Partial<{}>;
706
+ slots: {
707
+ default?(_: {}): any;
708
+ };
709
+ refs: {};
710
+ rootEl: any;
711
+ };
712
+
713
+ declare function __VLS_template_4(): {
658
714
  attrs: Partial<{}>;
659
715
  slots: {
660
716
  header?(_: {}): any;
@@ -670,7 +726,7 @@ declare function __VLS_template_3(): {
670
726
  rootEl: any;
671
727
  };
672
728
 
673
- declare function __VLS_template_4(): {
729
+ declare function __VLS_template_5(): {
674
730
  attrs: Partial<{}>;
675
731
  slots: {
676
732
  title?(_: {}): any;
@@ -691,6 +747,8 @@ declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
691
747
 
692
748
  declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
693
749
 
750
+ declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
751
+
694
752
  declare type __VLS_WithTemplateSlots<T, S> = T & {
695
753
  new (): {
696
754
  $slots: S;
@@ -715,6 +773,12 @@ declare type __VLS_WithTemplateSlots_4<T, S> = T & {
715
773
  };
716
774
  };
717
775
 
776
+ declare type __VLS_WithTemplateSlots_5<T, S> = T & {
777
+ new (): {
778
+ $slots: S;
779
+ };
780
+ };
781
+
718
782
  /**
719
783
  * 公共Api接口
720
784
  * @param appName 应用名称
@@ -904,9 +968,9 @@ onSelfFunc?: (...args: any[]) => any;
904
968
  "onUpdate:formData"?: (value: any) => any;
905
969
  }>, {
906
970
  disabled: boolean;
971
+ isDesign: boolean;
907
972
  bareFlag: boolean;
908
973
  isSearch: boolean;
909
- isDesign: boolean;
910
974
  showFormItem: boolean;
911
975
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
912
976
 
@@ -918,9 +982,9 @@ onSelectItem?: (...args: any[]) => any;
918
982
  onSelfFunc?: (...args: any[]) => any;
919
983
  }>, {
920
984
  disabled: boolean;
985
+ isDesign: boolean;
921
986
  bareFlag: boolean;
922
987
  isSearch: boolean;
923
- isDesign: boolean;
924
988
  showFormItem: boolean;
925
989
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
926
990
  audio: HTMLAudioElement;
@@ -936,9 +1000,9 @@ onSelfFunc?: (...args: any[]) => any;
936
1000
  "onUpdate:formData"?: (value: any) => any;
937
1001
  }>, {
938
1002
  disabled: boolean;
1003
+ isDesign: boolean;
939
1004
  bareFlag: boolean;
940
1005
  isSearch: boolean;
941
- isDesign: boolean;
942
1006
  showFormItem: boolean;
943
1007
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
944
1008
 
@@ -952,9 +1016,9 @@ onSelfFunc?: (...args: any[]) => any;
952
1016
  "onUpdate:formData"?: (value: any) => any;
953
1017
  }>, {
954
1018
  disabled: boolean;
1019
+ isDesign: boolean;
955
1020
  bareFlag: boolean;
956
1021
  isSearch: boolean;
957
- isDesign: boolean;
958
1022
  showFormItem: boolean;
959
1023
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
960
1024
 
@@ -1203,9 +1267,9 @@ onSelfFunc?: (...args: any[]) => any;
1203
1267
  "onUpdate:formData"?: (value: any) => any;
1204
1268
  }>, {
1205
1269
  disabled: boolean;
1270
+ isDesign: boolean;
1206
1271
  bareFlag: boolean;
1207
1272
  isSearch: boolean;
1208
- isDesign: boolean;
1209
1273
  showFormItem: boolean;
1210
1274
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
1211
1275
  btnFormRef: unknown;
@@ -1295,9 +1359,9 @@ onSelfFunc?: (...args: any[]) => any;
1295
1359
  "onUpdate:formData"?: (value: any) => any;
1296
1360
  }>, {
1297
1361
  disabled: boolean;
1362
+ isDesign: boolean;
1298
1363
  bareFlag: boolean;
1299
1364
  isSearch: boolean;
1300
- isDesign: boolean;
1301
1365
  showFormItem: boolean;
1302
1366
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1303
1367
 
@@ -1311,9 +1375,9 @@ onSelfFunc?: (...args: any[]) => any;
1311
1375
  "onUpdate:formData"?: (value: any) => any;
1312
1376
  }>, {
1313
1377
  disabled: boolean;
1378
+ isDesign: boolean;
1314
1379
  bareFlag: boolean;
1315
1380
  isSearch: boolean;
1316
- isDesign: boolean;
1317
1381
  showFormItem: boolean;
1318
1382
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1319
1383
 
@@ -1395,9 +1459,9 @@ onSelfFunc?: (...args: any[]) => any;
1395
1459
  "onUpdate:formData"?: (value: any) => any;
1396
1460
  }>, {
1397
1461
  disabled: boolean;
1462
+ isDesign: boolean;
1398
1463
  bareFlag: boolean;
1399
1464
  isSearch: boolean;
1400
- isDesign: boolean;
1401
1465
  showFormItem: boolean;
1402
1466
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1403
1467
 
@@ -1537,7 +1601,7 @@ export declare interface ContainerPreps {
1537
1601
  source: number;
1538
1602
  }
1539
1603
 
1540
- export declare const ContentMenu: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1604
+ export declare const ContentMenu: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
1541
1605
 
1542
1606
  /**
1543
1607
  * 下划线转驼峰
@@ -1605,9 +1669,9 @@ onSelfFunc?: (...args: any[]) => any;
1605
1669
  "onUpdate:formData"?: (value: any) => any;
1606
1670
  }>, {
1607
1671
  disabled: boolean;
1672
+ isDesign: boolean;
1608
1673
  bareFlag: boolean;
1609
1674
  isSearch: boolean;
1610
- isDesign: boolean;
1611
1675
  showFormItem: boolean;
1612
1676
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
1613
1677
  cronTabRef: CreateComponentPublicInstanceWithMixins<Readonly<Crontab> & Readonly<{
@@ -2160,9 +2224,9 @@ onSelfFunc?: (...args: any[]) => any;
2160
2224
  "onUpdate:formData"?: (value: any) => any;
2161
2225
  }>, {
2162
2226
  disabled: boolean;
2227
+ isDesign: boolean;
2163
2228
  bareFlag: boolean;
2164
2229
  isSearch: boolean;
2165
- isDesign: boolean;
2166
2230
  showFormItem: boolean;
2167
2231
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2168
2232
 
@@ -2202,9 +2266,9 @@ onSelectItem?: (...args: any[]) => any;
2202
2266
  onSelfFunc?: (...args: any[]) => any;
2203
2267
  }>, {
2204
2268
  disabled: boolean;
2269
+ isDesign: boolean;
2205
2270
  bareFlag: boolean;
2206
2271
  isSearch: boolean;
2207
- isDesign: boolean;
2208
2272
  showFormItem: boolean;
2209
2273
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2210
2274
 
@@ -2218,9 +2282,9 @@ onSelfFunc?: (...args: any[]) => any;
2218
2282
  "onUpdate:formData"?: (value: any) => any;
2219
2283
  }>, {
2220
2284
  disabled: boolean;
2285
+ isDesign: boolean;
2221
2286
  bareFlag: boolean;
2222
2287
  isSearch: boolean;
2223
- isDesign: boolean;
2224
2288
  showFormItem: boolean;
2225
2289
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
2226
2290
  dialogInputTableRef: unknown;
@@ -2303,9 +2367,9 @@ onSelfFunc?: (...args: any[]) => any;
2303
2367
  "onUpdate:formData"?: (value: any) => any;
2304
2368
  }>, {
2305
2369
  disabled: boolean;
2370
+ isDesign: boolean;
2306
2371
  bareFlag: boolean;
2307
2372
  isSearch: boolean;
2308
- isDesign: boolean;
2309
2373
  showFormItem: boolean;
2310
2374
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2311
2375
 
@@ -2727,9 +2791,9 @@ onSelfFunc?: (...args: any[]) => any;
2727
2791
  "onUpdate:formData"?: (value: any) => any;
2728
2792
  }>, {
2729
2793
  disabled: boolean;
2794
+ isDesign: boolean;
2730
2795
  bareFlag: boolean;
2731
2796
  isSearch: boolean;
2732
- isDesign: boolean;
2733
2797
  showFormItem: boolean;
2734
2798
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2735
2799
 
@@ -2743,9 +2807,9 @@ onSelfFunc?: (...args: any[]) => any;
2743
2807
  "onUpdate:formData"?: (value: any) => any;
2744
2808
  }>, {
2745
2809
  disabled: boolean;
2810
+ isDesign: boolean;
2746
2811
  bareFlag: boolean;
2747
2812
  isSearch: boolean;
2748
- isDesign: boolean;
2749
2813
  showFormItem: boolean;
2750
2814
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2751
2815
 
@@ -2767,9 +2831,9 @@ onSelfFunc?: (...args: any[]) => any;
2767
2831
  "onUpdate:formData"?: (value: any) => any;
2768
2832
  }>, {
2769
2833
  disabled: boolean;
2834
+ isDesign: boolean;
2770
2835
  bareFlag: boolean;
2771
2836
  isSearch: boolean;
2772
- isDesign: boolean;
2773
2837
  showFormItem: boolean;
2774
2838
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
2775
2839
  popoverRef: unknown;
@@ -2785,9 +2849,9 @@ onSelfFunc?: (...args: any[]) => any;
2785
2849
  "onUpdate:formData"?: (value: any) => any;
2786
2850
  }>, {
2787
2851
  disabled: boolean;
2852
+ isDesign: boolean;
2788
2853
  bareFlag: boolean;
2789
2854
  isSearch: boolean;
2790
- isDesign: boolean;
2791
2855
  showFormItem: boolean;
2792
2856
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2793
2857
 
@@ -2935,9 +2999,9 @@ onSelfFunc?: (...args: any[]) => any;
2935
2999
  "onUpdate:formData"?: (value: any) => any;
2936
3000
  }>, {
2937
3001
  disabled: boolean;
3002
+ isDesign: boolean;
2938
3003
  bareFlag: boolean;
2939
3004
  isSearch: boolean;
2940
- isDesign: boolean;
2941
3005
  showFormItem: boolean;
2942
3006
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2943
3007
 
@@ -2951,9 +3015,9 @@ onSelfFunc?: (...args: any[]) => any;
2951
3015
  "onUpdate:formData"?: (value: any) => any;
2952
3016
  }>, {
2953
3017
  disabled: boolean;
3018
+ isDesign: boolean;
2954
3019
  bareFlag: boolean;
2955
3020
  isSearch: boolean;
2956
- isDesign: boolean;
2957
3021
  showFormItem: boolean;
2958
3022
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2959
3023
 
@@ -3008,9 +3072,9 @@ onSelfFunc?: (...args: any[]) => any;
3008
3072
  "onUpdate:formData"?: (value: any) => any;
3009
3073
  }>, {
3010
3074
  disabled: boolean;
3075
+ isDesign: boolean;
3011
3076
  bareFlag: boolean;
3012
3077
  isSearch: boolean;
3013
- isDesign: boolean;
3014
3078
  showFormItem: boolean;
3015
3079
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3016
3080
 
@@ -3123,9 +3187,9 @@ onSelfFunc?: (...args: any[]) => any;
3123
3187
  "onUpdate:formData"?: (value: any) => any;
3124
3188
  }>, {
3125
3189
  disabled: boolean;
3190
+ isDesign: boolean;
3126
3191
  bareFlag: boolean;
3127
3192
  isSearch: boolean;
3128
- isDesign: boolean;
3129
3193
  showFormItem: boolean;
3130
3194
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3131
3195
 
@@ -3139,9 +3203,9 @@ onSelfFunc?: (...args: any[]) => any;
3139
3203
  "onUpdate:formData"?: (value: any) => any;
3140
3204
  }>, {
3141
3205
  disabled: boolean;
3206
+ isDesign: boolean;
3142
3207
  bareFlag: boolean;
3143
3208
  isSearch: boolean;
3144
- isDesign: boolean;
3145
3209
  showFormItem: boolean;
3146
3210
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3147
3211
 
@@ -3262,9 +3326,9 @@ onSelfFunc?: (...args: any[]) => any;
3262
3326
  "onUpdate:formData"?: (value: any) => any;
3263
3327
  }>, {
3264
3328
  disabled: boolean;
3329
+ isDesign: boolean;
3265
3330
  bareFlag: boolean;
3266
3331
  isSearch: boolean;
3267
- isDesign: boolean;
3268
3332
  showFormItem: boolean;
3269
3333
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
3270
3334
  starHorseTableCompRef: unknown;
@@ -3282,9 +3346,9 @@ onSelfFunc?: (...args: any[]) => any;
3282
3346
  "onUpdate:formData"?: (value: any) => any;
3283
3347
  }>, {
3284
3348
  disabled: boolean;
3349
+ isDesign: boolean;
3285
3350
  bareFlag: boolean;
3286
3351
  isSearch: boolean;
3287
- isDesign: boolean;
3288
3352
  showFormItem: boolean;
3289
3353
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3290
3354
 
@@ -3322,9 +3386,9 @@ onSelfFunc?: (...args: any[]) => any;
3322
3386
  "onUpdate:formData"?: (value: any) => any;
3323
3387
  }>, {
3324
3388
  disabled: boolean;
3389
+ isDesign: boolean;
3325
3390
  bareFlag: boolean;
3326
3391
  isSearch: boolean;
3327
- isDesign: boolean;
3328
3392
  showFormItem: boolean;
3329
3393
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3330
3394
 
@@ -3338,9 +3402,9 @@ onSelfFunc?: (...args: any[]) => any;
3338
3402
  "onUpdate:formData"?: (value: any) => any;
3339
3403
  }>, {
3340
3404
  disabled: boolean;
3405
+ isDesign: boolean;
3341
3406
  bareFlag: boolean;
3342
3407
  isSearch: boolean;
3343
- isDesign: boolean;
3344
3408
  showFormItem: boolean;
3345
3409
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3346
3410
 
@@ -3354,9 +3418,9 @@ onSelfFunc?: (...args: any[]) => any;
3354
3418
  "onUpdate:formData"?: (value: any) => any;
3355
3419
  }>, {
3356
3420
  disabled: boolean;
3421
+ isDesign: boolean;
3357
3422
  bareFlag: boolean;
3358
3423
  isSearch: boolean;
3359
- isDesign: boolean;
3360
3424
  showFormItem: boolean;
3361
3425
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3362
3426
 
@@ -3588,9 +3652,9 @@ onSelfFunc?: (...args: any[]) => any;
3588
3652
  "onUpdate:formData"?: (value: any) => any;
3589
3653
  }>, {
3590
3654
  disabled: boolean;
3655
+ isDesign: boolean;
3591
3656
  bareFlag: boolean;
3592
3657
  isSearch: boolean;
3593
- isDesign: boolean;
3594
3658
  showFormItem: boolean;
3595
3659
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3596
3660
 
@@ -3656,7 +3720,7 @@ typeModel: string;
3656
3720
  starHorseFormRef: unknown;
3657
3721
  }, any>;
3658
3722
 
3659
- export declare const ShForm: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
3723
+ export declare const ShForm: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
3660
3724
 
3661
3725
  export declare type ShortKey = {
3662
3726
  /**
@@ -3774,9 +3838,9 @@ onSelectItem?: (...args: any[]) => any;
3774
3838
  onSelfFunc?: (...args: any[]) => any;
3775
3839
  }>, {
3776
3840
  disabled: boolean;
3841
+ isDesign: boolean;
3777
3842
  bareFlag: boolean;
3778
3843
  isSearch: boolean;
3779
- isDesign: boolean;
3780
3844
  showFormItem: boolean;
3781
3845
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
3782
3846
  signatureCanvas: HTMLCanvasElement;
@@ -3792,9 +3856,9 @@ onSelfFunc?: (...args: any[]) => any;
3792
3856
  "onUpdate:formData"?: (value: any) => any;
3793
3857
  }>, {
3794
3858
  disabled: boolean;
3859
+ isDesign: boolean;
3795
3860
  bareFlag: boolean;
3796
3861
  isSearch: boolean;
3797
- isDesign: boolean;
3798
3862
  showFormItem: boolean;
3799
3863
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3800
3864
 
@@ -4139,41 +4203,7 @@ compSize: string;
4139
4203
 
4140
4204
  export declare const StarHorseDialog: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
4141
4205
 
4142
- export declare const StarHorseDraggable: DefineComponent<ExtractPropTypes< {
4143
- msg: {
4144
- type: StringConstructor;
4145
- required: true;
4146
- };
4147
- node: {
4148
- type: PropType<DynamicNode>;
4149
- required: true;
4150
- };
4151
- isActive: {
4152
- type: BooleanConstructor;
4153
- default: boolean;
4154
- };
4155
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4156
- selectNode: (...args: any[]) => void;
4157
- }, string, PublicProps, Readonly<ExtractPropTypes< {
4158
- msg: {
4159
- type: StringConstructor;
4160
- required: true;
4161
- };
4162
- node: {
4163
- type: PropType<DynamicNode>;
4164
- required: true;
4165
- };
4166
- isActive: {
4167
- type: BooleanConstructor;
4168
- default: boolean;
4169
- };
4170
- }>> & Readonly<{
4171
- onSelectNode?: (...args: any[]) => any;
4172
- }>, {
4173
- isActive: boolean;
4174
- }, {}, {}, {}, string, ComponentProvideOptions, true, {
4175
- contentMenuRef: unknown;
4176
- }, any>;
4206
+ export declare const StarHorseDraggable: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
4177
4207
 
4178
4208
  export declare const StarHorseForm: DefineComponent<ExtractPropTypes< {
4179
4209
  compUrl: {
@@ -4921,76 +4951,76 @@ type: PropType<{}>;
4921
4951
  currentMode: any;
4922
4952
  modeList: unknown[];
4923
4953
  }, {}, {}, {}, string, ComponentProvideOptions, true, {
4924
- editor: CreateComponentPublicInstanceWithMixins_2<Readonly<ExtractPropTypes_2< {
4925
- modelValue: PropType_2<unknown>;
4954
+ editor: CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
4955
+ modelValue: PropType<unknown>;
4926
4956
  value: {
4927
- type: PropType_2<unknown>;
4957
+ type: PropType<unknown>;
4928
4958
  default: any;
4929
4959
  };
4930
4960
  json: {
4931
- type: PropType_2<unknown>;
4961
+ type: PropType<unknown>;
4932
4962
  default: any;
4933
4963
  };
4934
- text: PropType_2<string>;
4935
- jsonString: PropType_2<string>;
4964
+ text: PropType<string>;
4965
+ jsonString: PropType<string>;
4936
4966
  selection: {
4937
- type: PropType_2<JSONEditorSelection>;
4967
+ type: PropType<JSONEditorSelection>;
4938
4968
  default: any;
4939
4969
  };
4940
4970
  mode: {
4941
- type: PropType_2<"table" | "text" | "tree">;
4971
+ type: PropType<"table" | "text" | "tree">;
4942
4972
  default: string;
4943
4973
  };
4944
4974
  mainMenuBar: {
4945
- type: PropType_2<boolean>;
4975
+ type: PropType<boolean>;
4946
4976
  default: any;
4947
4977
  };
4948
4978
  navigationBar: {
4949
- type: PropType_2<boolean>;
4979
+ type: PropType<boolean>;
4950
4980
  default: any;
4951
4981
  };
4952
4982
  statusBar: {
4953
- type: PropType_2<boolean>;
4983
+ type: PropType<boolean>;
4954
4984
  default: any;
4955
4985
  };
4956
4986
  askToFormat: {
4957
- type: PropType_2<boolean>;
4987
+ type: PropType<boolean>;
4958
4988
  default: any;
4959
4989
  };
4960
4990
  readOnly: {
4961
- type: PropType_2<boolean>;
4991
+ type: PropType<boolean>;
4962
4992
  default: any;
4963
4993
  };
4964
- indentation: PropType_2<string | number>;
4965
- tabSize: PropType_2<number>;
4994
+ indentation: PropType<string | number>;
4995
+ tabSize: PropType<number>;
4966
4996
  escapeControlCharacters: {
4967
- type: PropType_2<boolean>;
4997
+ type: PropType<boolean>;
4968
4998
  default: any;
4969
4999
  };
4970
5000
  escapeUnicodeCharacters: {
4971
- type: PropType_2<boolean>;
5001
+ type: PropType<boolean>;
4972
5002
  default: any;
4973
5003
  };
4974
5004
  flattenColumns: {
4975
- type: PropType_2<boolean>;
5005
+ type: PropType<boolean>;
4976
5006
  default: any;
4977
5007
  };
4978
- validator: PropType_2<Validator>;
4979
- parser: PropType_2<JSONParser>;
4980
- validationParser: PropType_2<JSONParser>;
4981
- pathParser: PropType_2<JSONPathParser>;
4982
- queryLanguagesIds: PropType_2<QueryLanguageId[]>;
4983
- queryLanguageId: PropType_2<QueryLanguageId>;
4984
- onClassName: PropType_2<OnClassName>;
4985
- onRenderValue: PropType_2<OnRenderValue>;
4986
- onRenderMenu: PropType_2<OnRenderMenu>;
4987
- height: PropType_2<string | number>;
5008
+ validator: PropType<Validator>;
5009
+ parser: PropType<JSONParser>;
5010
+ validationParser: PropType<JSONParser>;
5011
+ pathParser: PropType<JSONPathParser>;
5012
+ queryLanguagesIds: PropType<QueryLanguageId[]>;
5013
+ queryLanguageId: PropType<QueryLanguageId>;
5014
+ onClassName: PropType<OnClassName>;
5015
+ onRenderValue: PropType<OnRenderValue>;
5016
+ onRenderMenu: PropType<OnRenderMenu>;
5017
+ height: PropType<string | number>;
4988
5018
  fullWidthButton: {
4989
- type: PropType_2<boolean>;
5019
+ type: PropType<boolean>;
4990
5020
  default: any;
4991
5021
  };
4992
5022
  darkTheme: {
4993
- type: PropType_2<boolean>;
5023
+ type: PropType<boolean>;
4994
5024
  default: any;
4995
5025
  };
4996
5026
  }>> & Readonly<{
@@ -5007,16 +5037,16 @@ onError?: (...args: any[]) => any;
5007
5037
  onFocus?: (...args: any[]) => any;
5008
5038
  onBlur?: (...args: any[]) => any;
5009
5039
  }>, {
5010
- max: Ref_2<boolean, boolean>;
5011
- getHeight: ComputedRef_2< {
5040
+ max: Ref<boolean, boolean>;
5041
+ getHeight: ComputedRef< {
5012
5042
  height: string;
5013
5043
  } | {
5014
5044
  height?: undefined;
5015
5045
  }>;
5016
- container: Ref_2<HTMLDivElement, HTMLDivElement>;
5017
- darkThemeStyle: ComputedRef_2<boolean>;
5018
- fallbackSlot: Ref_2<boolean, boolean>;
5019
- }, {}, {}, {}, ComponentOptionsMixin_2, ComponentOptionsMixin_2, ("error" | "blur" | "change" | "focus" | "update:modelValue" | "update:json" | "update:text" | "update:jsonString" | "update:selection" | "change-mode" | "update:mode" | "change-query-language")[], PublicProps_2, {
5046
+ container: Ref<HTMLDivElement, HTMLDivElement>;
5047
+ darkThemeStyle: ComputedRef<boolean>;
5048
+ fallbackSlot: Ref<boolean, boolean>;
5049
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("error" | "blur" | "change" | "focus" | "update:modelValue" | "update:json" | "update:text" | "update:jsonString" | "update:selection" | "change-mode" | "update:mode" | "change-query-language")[], PublicProps, {
5020
5050
  selection: JSONEditorSelection;
5021
5051
  mainMenuBar: boolean;
5022
5052
  navigationBar: boolean;
@@ -5031,83 +5061,83 @@ fullWidthButton: boolean;
5031
5061
  darkTheme: boolean;
5032
5062
  value: any;
5033
5063
  json: any;
5034
- }, true, {}, {}, GlobalComponents_2, GlobalDirectives_2, string, {}, any, ComponentProvideOptions_2, {
5064
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
5035
5065
  P: {};
5036
5066
  B: {};
5037
5067
  D: {};
5038
5068
  C: {};
5039
5069
  M: {};
5040
5070
  Defaults: {};
5041
- }, Readonly<ExtractPropTypes_2< {
5042
- modelValue: PropType_2<unknown>;
5071
+ }, Readonly<ExtractPropTypes< {
5072
+ modelValue: PropType<unknown>;
5043
5073
  value: {
5044
- type: PropType_2<unknown>;
5074
+ type: PropType<unknown>;
5045
5075
  default: any;
5046
5076
  };
5047
5077
  json: {
5048
- type: PropType_2<unknown>;
5078
+ type: PropType<unknown>;
5049
5079
  default: any;
5050
5080
  };
5051
- text: PropType_2<string>;
5052
- jsonString: PropType_2<string>;
5081
+ text: PropType<string>;
5082
+ jsonString: PropType<string>;
5053
5083
  selection: {
5054
- type: PropType_2<JSONEditorSelection>;
5084
+ type: PropType<JSONEditorSelection>;
5055
5085
  default: any;
5056
5086
  };
5057
5087
  mode: {
5058
- type: PropType_2<"table" | "text" | "tree">;
5088
+ type: PropType<"table" | "text" | "tree">;
5059
5089
  default: string;
5060
5090
  };
5061
5091
  mainMenuBar: {
5062
- type: PropType_2<boolean>;
5092
+ type: PropType<boolean>;
5063
5093
  default: any;
5064
5094
  };
5065
5095
  navigationBar: {
5066
- type: PropType_2<boolean>;
5096
+ type: PropType<boolean>;
5067
5097
  default: any;
5068
5098
  };
5069
5099
  statusBar: {
5070
- type: PropType_2<boolean>;
5100
+ type: PropType<boolean>;
5071
5101
  default: any;
5072
5102
  };
5073
5103
  askToFormat: {
5074
- type: PropType_2<boolean>;
5104
+ type: PropType<boolean>;
5075
5105
  default: any;
5076
5106
  };
5077
5107
  readOnly: {
5078
- type: PropType_2<boolean>;
5108
+ type: PropType<boolean>;
5079
5109
  default: any;
5080
5110
  };
5081
- indentation: PropType_2<string | number>;
5082
- tabSize: PropType_2<number>;
5111
+ indentation: PropType<string | number>;
5112
+ tabSize: PropType<number>;
5083
5113
  escapeControlCharacters: {
5084
- type: PropType_2<boolean>;
5114
+ type: PropType<boolean>;
5085
5115
  default: any;
5086
5116
  };
5087
5117
  escapeUnicodeCharacters: {
5088
- type: PropType_2<boolean>;
5118
+ type: PropType<boolean>;
5089
5119
  default: any;
5090
5120
  };
5091
5121
  flattenColumns: {
5092
- type: PropType_2<boolean>;
5122
+ type: PropType<boolean>;
5093
5123
  default: any;
5094
5124
  };
5095
- validator: PropType_2<Validator>;
5096
- parser: PropType_2<JSONParser>;
5097
- validationParser: PropType_2<JSONParser>;
5098
- pathParser: PropType_2<JSONPathParser>;
5099
- queryLanguagesIds: PropType_2<QueryLanguageId[]>;
5100
- queryLanguageId: PropType_2<QueryLanguageId>;
5101
- onClassName: PropType_2<OnClassName>;
5102
- onRenderValue: PropType_2<OnRenderValue>;
5103
- onRenderMenu: PropType_2<OnRenderMenu>;
5104
- height: PropType_2<string | number>;
5125
+ validator: PropType<Validator>;
5126
+ parser: PropType<JSONParser>;
5127
+ validationParser: PropType<JSONParser>;
5128
+ pathParser: PropType<JSONPathParser>;
5129
+ queryLanguagesIds: PropType<QueryLanguageId[]>;
5130
+ queryLanguageId: PropType<QueryLanguageId>;
5131
+ onClassName: PropType<OnClassName>;
5132
+ onRenderValue: PropType<OnRenderValue>;
5133
+ onRenderMenu: PropType<OnRenderMenu>;
5134
+ height: PropType<string | number>;
5105
5135
  fullWidthButton: {
5106
- type: PropType_2<boolean>;
5136
+ type: PropType<boolean>;
5107
5137
  default: any;
5108
5138
  };
5109
5139
  darkTheme: {
5110
- type: PropType_2<boolean>;
5140
+ type: PropType<boolean>;
5111
5141
  default: any;
5112
5142
  };
5113
5143
  }>> & Readonly<{
@@ -5124,15 +5154,15 @@ onError?: (...args: any[]) => any;
5124
5154
  onFocus?: (...args: any[]) => any;
5125
5155
  onBlur?: (...args: any[]) => any;
5126
5156
  }>, {
5127
- max: Ref_2<boolean, boolean>;
5128
- getHeight: ComputedRef_2< {
5157
+ max: Ref<boolean, boolean>;
5158
+ getHeight: ComputedRef< {
5129
5159
  height: string;
5130
5160
  } | {
5131
5161
  height?: undefined;
5132
5162
  }>;
5133
- container: Ref_2<HTMLDivElement, HTMLDivElement>;
5134
- darkThemeStyle: ComputedRef_2<boolean>;
5135
- fallbackSlot: Ref_2<boolean, boolean>;
5163
+ container: Ref<HTMLDivElement, HTMLDivElement>;
5164
+ darkThemeStyle: ComputedRef<boolean>;
5165
+ fallbackSlot: Ref<boolean, boolean>;
5136
5166
  }, {}, {}, {}, {
5137
5167
  selection: JSONEditorSelection;
5138
5168
  mainMenuBar: boolean;
@@ -5189,7 +5219,7 @@ onSelectItem?: (...args: any[]) => any;
5189
5219
  preps: any;
5190
5220
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
5191
5221
 
5192
- export declare const StarHorsePopover: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
5222
+ export declare const StarHorsePopover: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
5193
5223
 
5194
5224
  export declare const StarHorseSearchComp: DefineComponent<ExtractPropTypes< {
5195
5225
  dialogInput: {
@@ -6177,9 +6207,9 @@ onSelfFunc?: (...args: any[]) => any;
6177
6207
  "onUpdate:formData"?: (value: any) => any;
6178
6208
  }>, {
6179
6209
  disabled: boolean;
6210
+ isDesign: boolean;
6180
6211
  bareFlag: boolean;
6181
6212
  isSearch: boolean;
6182
- isDesign: boolean;
6183
6213
  showFormItem: boolean;
6184
6214
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
6185
6215
 
@@ -6357,9 +6387,9 @@ onSelfFunc?: (...args: any[]) => any;
6357
6387
  "onUpdate:formData"?: (value: any) => any;
6358
6388
  }>, {
6359
6389
  disabled: boolean;
6390
+ isDesign: boolean;
6360
6391
  bareFlag: boolean;
6361
6392
  isSearch: boolean;
6362
- isDesign: boolean;
6363
6393
  showFormItem: boolean;
6364
6394
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
6365
6395
 
@@ -6392,9 +6422,9 @@ onSelfFunc?: (...args: any[]) => any;
6392
6422
  "onUpdate:formData"?: (value: any) => any;
6393
6423
  }>, {
6394
6424
  disabled: boolean;
6425
+ isDesign: boolean;
6395
6426
  bareFlag: boolean;
6396
6427
  isSearch: boolean;
6397
- isDesign: boolean;
6398
6428
  showFormItem: boolean;
6399
6429
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
6400
6430
 
@@ -6408,9 +6438,9 @@ onSelfFunc?: (...args: any[]) => any;
6408
6438
  "onUpdate:formData"?: (value: any) => any;
6409
6439
  }>, {
6410
6440
  disabled: boolean;
6441
+ isDesign: boolean;
6411
6442
  bareFlag: boolean;
6412
6443
  isSearch: boolean;
6413
- isDesign: boolean;
6414
6444
  showFormItem: boolean;
6415
6445
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
6416
6446
 
@@ -6424,9 +6454,9 @@ onSelfFunc?: (...args: any[]) => any;
6424
6454
  "onUpdate:formData"?: (value: any) => any;
6425
6455
  }>, {
6426
6456
  disabled: boolean;
6457
+ isDesign: boolean;
6427
6458
  bareFlag: boolean;
6428
6459
  isSearch: boolean;
6429
- isDesign: boolean;
6430
6460
  showFormItem: boolean;
6431
6461
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
6432
6462
 
@@ -6440,9 +6470,9 @@ onSelfFunc?: (...args: any[]) => any;
6440
6470
  "onUpdate:formData"?: (value: any) => any;
6441
6471
  }>, {
6442
6472
  disabled: boolean;
6473
+ isDesign: boolean;
6443
6474
  bareFlag: boolean;
6444
6475
  isSearch: boolean;
6445
- isDesign: boolean;
6446
6476
  showFormItem: boolean;
6447
6477
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
6448
6478
 
@@ -6458,9 +6488,9 @@ onSelfFunc?: (...args: any[]) => any;
6458
6488
  "onUpdate:formData"?: (value: any) => any;
6459
6489
  }>, {
6460
6490
  disabled: boolean;
6491
+ isDesign: boolean;
6461
6492
  bareFlag: boolean;
6462
6493
  isSearch: boolean;
6463
- isDesign: boolean;
6464
6494
  showFormItem: boolean;
6465
6495
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
6466
6496
 
@@ -6480,9 +6510,9 @@ onSelfFunc?: (...args: any[]) => any;
6480
6510
  "onUpdate:formData"?: (value: any) => any;
6481
6511
  }>, {
6482
6512
  disabled: boolean;
6513
+ isDesign: boolean;
6483
6514
  bareFlag: boolean;
6484
6515
  isSearch: boolean;
6485
- isDesign: boolean;
6486
6516
  showFormItem: boolean;
6487
6517
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
6488
6518
 
@@ -6494,9 +6524,9 @@ onSelectItem?: (...args: any[]) => any;
6494
6524
  onSelfFunc?: (...args: any[]) => any;
6495
6525
  }>, {
6496
6526
  disabled: boolean;
6527
+ isDesign: boolean;
6497
6528
  bareFlag: boolean;
6498
6529
  isSearch: boolean;
6499
- isDesign: boolean;
6500
6530
  showFormItem: boolean;
6501
6531
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
6502
6532
 
@@ -6510,9 +6540,9 @@ onSelfFunc?: (...args: any[]) => any;
6510
6540
  "onUpdate:formData"?: (value: any) => any;
6511
6541
  }>, {
6512
6542
  disabled: boolean;
6543
+ isDesign: boolean;
6513
6544
  bareFlag: boolean;
6514
6545
  isSearch: boolean;
6515
- isDesign: boolean;
6516
6546
  showFormItem: boolean;
6517
6547
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
6518
6548
 
@@ -7089,9 +7119,9 @@ onSelfFunc?: (...args: any[]) => any;
7089
7119
  }>, {
7090
7120
  source: number;
7091
7121
  disabled: boolean;
7122
+ isDesign: boolean;
7092
7123
  bareFlag: boolean;
7093
7124
  isSearch: boolean;
7094
- isDesign: boolean;
7095
7125
  showFormItem: boolean;
7096
7126
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7097
7127
 
@@ -7156,9 +7186,9 @@ onSelfFunc?: (...args: any[]) => any;
7156
7186
  "onUpdate:formData"?: (value: any) => any;
7157
7187
  }>, {
7158
7188
  disabled: boolean;
7189
+ isDesign: boolean;
7159
7190
  bareFlag: boolean;
7160
7191
  isSearch: boolean;
7161
- isDesign: boolean;
7162
7192
  showFormItem: boolean;
7163
7193
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
7164
7194
  userTableRef: unknown;
@@ -7873,9 +7903,9 @@ onSelfFunc?: (...args: any[]) => any;
7873
7903
  "onUpdate:formData"?: (value: any) => any;
7874
7904
  }>, {
7875
7905
  disabled: boolean;
7906
+ isDesign: boolean;
7876
7907
  bareFlag: boolean;
7877
7908
  isSearch: boolean;
7878
- isDesign: boolean;
7879
7909
  showFormItem: boolean;
7880
7910
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
7881
7911
  markdownEditor: HTMLDivElement;