star-horse-lowcode 2.7.60 → 2.7.62
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 +2 -0
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +48171 -48122
- package/dist/types/index.d.ts +116 -126
- package/package.json +4 -4
package/dist/types/index.d.ts
CHANGED
|
@@ -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 { StoreDefinition } from 'pinia';
|
|
@@ -719,9 +709,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
719
709
|
}>, {
|
|
720
710
|
disabled: boolean;
|
|
721
711
|
bareFlag: boolean;
|
|
712
|
+
isSearch: boolean;
|
|
722
713
|
isDesign: boolean;
|
|
723
714
|
showFormItem: boolean;
|
|
724
|
-
isSearch: boolean;
|
|
725
715
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
726
716
|
|
|
727
717
|
export declare const audioItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -795,9 +785,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
795
785
|
}>, {
|
|
796
786
|
disabled: boolean;
|
|
797
787
|
bareFlag: boolean;
|
|
788
|
+
isSearch: boolean;
|
|
798
789
|
isDesign: boolean;
|
|
799
790
|
showFormItem: boolean;
|
|
800
|
-
isSearch: boolean;
|
|
801
791
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
802
792
|
audio: HTMLAudioElement;
|
|
803
793
|
}, any>;
|
|
@@ -881,9 +871,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
881
871
|
}>, {
|
|
882
872
|
disabled: boolean;
|
|
883
873
|
bareFlag: boolean;
|
|
874
|
+
isSearch: boolean;
|
|
884
875
|
isDesign: boolean;
|
|
885
876
|
showFormItem: boolean;
|
|
886
|
-
isSearch: boolean;
|
|
887
877
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
888
878
|
|
|
889
879
|
export declare const barcodeItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -965,9 +955,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
965
955
|
}>, {
|
|
966
956
|
disabled: boolean;
|
|
967
957
|
bareFlag: boolean;
|
|
958
|
+
isSearch: boolean;
|
|
968
959
|
isDesign: boolean;
|
|
969
960
|
showFormItem: boolean;
|
|
970
|
-
isSearch: boolean;
|
|
971
961
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
972
962
|
|
|
973
963
|
/**
|
|
@@ -1269,9 +1259,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
1269
1259
|
}>, {
|
|
1270
1260
|
disabled: boolean;
|
|
1271
1261
|
bareFlag: boolean;
|
|
1262
|
+
isSearch: boolean;
|
|
1272
1263
|
isDesign: boolean;
|
|
1273
1264
|
showFormItem: boolean;
|
|
1274
|
-
isSearch: boolean;
|
|
1275
1265
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1276
1266
|
btnFormRef: unknown;
|
|
1277
1267
|
btnCompRef: unknown;
|
|
@@ -1429,9 +1419,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
1429
1419
|
}>, {
|
|
1430
1420
|
disabled: boolean;
|
|
1431
1421
|
bareFlag: boolean;
|
|
1422
|
+
isSearch: boolean;
|
|
1432
1423
|
isDesign: boolean;
|
|
1433
1424
|
showFormItem: boolean;
|
|
1434
|
-
isSearch: boolean;
|
|
1435
1425
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1436
1426
|
|
|
1437
1427
|
export declare const checkboxItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -1513,9 +1503,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
1513
1503
|
}>, {
|
|
1514
1504
|
disabled: boolean;
|
|
1515
1505
|
bareFlag: boolean;
|
|
1506
|
+
isSearch: boolean;
|
|
1516
1507
|
isDesign: boolean;
|
|
1517
1508
|
showFormItem: boolean;
|
|
1518
|
-
isSearch: boolean;
|
|
1519
1509
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1520
1510
|
|
|
1521
1511
|
/**
|
|
@@ -1665,9 +1655,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
1665
1655
|
}>, {
|
|
1666
1656
|
disabled: boolean;
|
|
1667
1657
|
bareFlag: boolean;
|
|
1658
|
+
isSearch: boolean;
|
|
1668
1659
|
isDesign: boolean;
|
|
1669
1660
|
showFormItem: boolean;
|
|
1670
|
-
isSearch: boolean;
|
|
1671
1661
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1672
1662
|
|
|
1673
1663
|
/**
|
|
@@ -1887,9 +1877,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
1887
1877
|
}>, {
|
|
1888
1878
|
disabled: boolean;
|
|
1889
1879
|
bareFlag: boolean;
|
|
1880
|
+
isSearch: boolean;
|
|
1890
1881
|
isDesign: boolean;
|
|
1891
1882
|
showFormItem: boolean;
|
|
1892
|
-
isSearch: boolean;
|
|
1893
1883
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1894
1884
|
cronTabRef: CreateComponentPublicInstanceWithMixins<Readonly<Crontab> & Readonly<{
|
|
1895
1885
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
@@ -2376,9 +2366,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
2376
2366
|
}>, {
|
|
2377
2367
|
disabled: boolean;
|
|
2378
2368
|
bareFlag: boolean;
|
|
2369
|
+
isSearch: boolean;
|
|
2379
2370
|
isDesign: boolean;
|
|
2380
2371
|
showFormItem: boolean;
|
|
2381
|
-
isSearch: boolean;
|
|
2382
2372
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2383
2373
|
|
|
2384
2374
|
/**
|
|
@@ -2479,9 +2469,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
2479
2469
|
}>, {
|
|
2480
2470
|
disabled: boolean;
|
|
2481
2471
|
bareFlag: boolean;
|
|
2472
|
+
isSearch: boolean;
|
|
2482
2473
|
isDesign: boolean;
|
|
2483
2474
|
showFormItem: boolean;
|
|
2484
|
-
isSearch: boolean;
|
|
2485
2475
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2486
2476
|
|
|
2487
2477
|
export declare const dialogInputItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -2563,9 +2553,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
2563
2553
|
}>, {
|
|
2564
2554
|
disabled: boolean;
|
|
2565
2555
|
bareFlag: boolean;
|
|
2556
|
+
isSearch: boolean;
|
|
2566
2557
|
isDesign: boolean;
|
|
2567
2558
|
showFormItem: boolean;
|
|
2568
|
-
isSearch: boolean;
|
|
2569
2559
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
2570
2560
|
dialogInputTableRef: unknown;
|
|
2571
2561
|
}, any>;
|
|
@@ -2716,9 +2706,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
2716
2706
|
}>, {
|
|
2717
2707
|
disabled: boolean;
|
|
2718
2708
|
bareFlag: boolean;
|
|
2709
|
+
isSearch: boolean;
|
|
2719
2710
|
isDesign: boolean;
|
|
2720
2711
|
showFormItem: boolean;
|
|
2721
|
-
isSearch: boolean;
|
|
2722
2712
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2723
2713
|
|
|
2724
2714
|
/**
|
|
@@ -3204,9 +3194,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3204
3194
|
}>, {
|
|
3205
3195
|
disabled: boolean;
|
|
3206
3196
|
bareFlag: boolean;
|
|
3197
|
+
isSearch: boolean;
|
|
3207
3198
|
isDesign: boolean;
|
|
3208
3199
|
showFormItem: boolean;
|
|
3209
|
-
isSearch: boolean;
|
|
3210
3200
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3211
3201
|
|
|
3212
3202
|
export declare const htmlItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -3288,9 +3278,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3288
3278
|
}>, {
|
|
3289
3279
|
disabled: boolean;
|
|
3290
3280
|
bareFlag: boolean;
|
|
3281
|
+
isSearch: boolean;
|
|
3291
3282
|
isDesign: boolean;
|
|
3292
3283
|
showFormItem: boolean;
|
|
3293
|
-
isSearch: boolean;
|
|
3294
3284
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3295
3285
|
|
|
3296
3286
|
/**
|
|
@@ -3380,9 +3370,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3380
3370
|
}>, {
|
|
3381
3371
|
disabled: boolean;
|
|
3382
3372
|
bareFlag: boolean;
|
|
3373
|
+
isSearch: boolean;
|
|
3383
3374
|
isDesign: boolean;
|
|
3384
3375
|
showFormItem: boolean;
|
|
3385
|
-
isSearch: boolean;
|
|
3386
3376
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3387
3377
|
popoverRef: unknown;
|
|
3388
3378
|
}, any>;
|
|
@@ -3466,9 +3456,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3466
3456
|
}>, {
|
|
3467
3457
|
disabled: boolean;
|
|
3468
3458
|
bareFlag: boolean;
|
|
3459
|
+
isSearch: boolean;
|
|
3469
3460
|
isDesign: boolean;
|
|
3470
3461
|
showFormItem: boolean;
|
|
3471
|
-
isSearch: boolean;
|
|
3472
3462
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3473
3463
|
|
|
3474
3464
|
/**
|
|
@@ -3574,9 +3564,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3574
3564
|
}>, {
|
|
3575
3565
|
disabled: boolean;
|
|
3576
3566
|
bareFlag: boolean;
|
|
3567
|
+
isSearch: boolean;
|
|
3577
3568
|
isDesign: boolean;
|
|
3578
3569
|
showFormItem: boolean;
|
|
3579
|
-
isSearch: boolean;
|
|
3580
3570
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3581
3571
|
inputItemRef: unknown;
|
|
3582
3572
|
}, any>;
|
|
@@ -3702,9 +3692,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3702
3692
|
}>, {
|
|
3703
3693
|
disabled: boolean;
|
|
3704
3694
|
bareFlag: boolean;
|
|
3695
|
+
isSearch: boolean;
|
|
3705
3696
|
isDesign: boolean;
|
|
3706
3697
|
showFormItem: boolean;
|
|
3707
|
-
isSearch: boolean;
|
|
3708
3698
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3709
3699
|
|
|
3710
3700
|
export declare const jsonItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -3786,9 +3776,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3786
3776
|
}>, {
|
|
3787
3777
|
disabled: boolean;
|
|
3788
3778
|
bareFlag: boolean;
|
|
3779
|
+
isSearch: boolean;
|
|
3789
3780
|
isDesign: boolean;
|
|
3790
3781
|
showFormItem: boolean;
|
|
3791
|
-
isSearch: boolean;
|
|
3792
3782
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3793
3783
|
|
|
3794
3784
|
/**
|
|
@@ -3906,9 +3896,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3906
3896
|
}>, {
|
|
3907
3897
|
disabled: boolean;
|
|
3908
3898
|
bareFlag: boolean;
|
|
3899
|
+
isSearch: boolean;
|
|
3909
3900
|
isDesign: boolean;
|
|
3910
3901
|
showFormItem: boolean;
|
|
3911
|
-
isSearch: boolean;
|
|
3912
3902
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3913
3903
|
|
|
3914
3904
|
/**
|
|
@@ -4089,9 +4079,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4089
4079
|
}>, {
|
|
4090
4080
|
disabled: boolean;
|
|
4091
4081
|
bareFlag: boolean;
|
|
4082
|
+
isSearch: boolean;
|
|
4092
4083
|
isDesign: boolean;
|
|
4093
4084
|
showFormItem: boolean;
|
|
4094
|
-
isSearch: boolean;
|
|
4095
4085
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4096
4086
|
|
|
4097
4087
|
export declare const numberRangeItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -4182,9 +4172,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4182
4172
|
disabled: boolean;
|
|
4183
4173
|
formFieldList: unknown[];
|
|
4184
4174
|
bareFlag: boolean;
|
|
4175
|
+
isSearch: boolean;
|
|
4185
4176
|
isDesign: boolean;
|
|
4186
4177
|
showFormItem: boolean;
|
|
4187
|
-
isSearch: boolean;
|
|
4188
4178
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4189
4179
|
|
|
4190
4180
|
export declare const operationConfirm: (msg: string) => Promise<boolean>;
|
|
@@ -4367,9 +4357,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4367
4357
|
}>, {
|
|
4368
4358
|
disabled: boolean;
|
|
4369
4359
|
bareFlag: boolean;
|
|
4360
|
+
isSearch: boolean;
|
|
4370
4361
|
isDesign: boolean;
|
|
4371
4362
|
showFormItem: boolean;
|
|
4372
|
-
isSearch: boolean;
|
|
4373
4363
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
4374
4364
|
starHorseTableCompRef: unknown;
|
|
4375
4365
|
}, any>;
|
|
@@ -4462,9 +4452,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4462
4452
|
}>, {
|
|
4463
4453
|
disabled: boolean;
|
|
4464
4454
|
bareFlag: boolean;
|
|
4455
|
+
isSearch: boolean;
|
|
4465
4456
|
isDesign: boolean;
|
|
4466
4457
|
showFormItem: boolean;
|
|
4467
|
-
isSearch: boolean;
|
|
4468
4458
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4469
4459
|
|
|
4470
4460
|
export declare const piniaInstance: Pinia;
|
|
@@ -4570,9 +4560,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4570
4560
|
}>, {
|
|
4571
4561
|
disabled: boolean;
|
|
4572
4562
|
bareFlag: boolean;
|
|
4563
|
+
isSearch: boolean;
|
|
4573
4564
|
isDesign: boolean;
|
|
4574
4565
|
showFormItem: boolean;
|
|
4575
|
-
isSearch: boolean;
|
|
4576
4566
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4577
4567
|
|
|
4578
4568
|
export declare const radioItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -4654,9 +4644,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4654
4644
|
}>, {
|
|
4655
4645
|
disabled: boolean;
|
|
4656
4646
|
bareFlag: boolean;
|
|
4647
|
+
isSearch: boolean;
|
|
4657
4648
|
isDesign: boolean;
|
|
4658
4649
|
showFormItem: boolean;
|
|
4659
|
-
isSearch: boolean;
|
|
4660
4650
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4661
4651
|
|
|
4662
4652
|
export declare const rateItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -4738,9 +4728,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4738
4728
|
}>, {
|
|
4739
4729
|
disabled: boolean;
|
|
4740
4730
|
bareFlag: boolean;
|
|
4731
|
+
isSearch: boolean;
|
|
4741
4732
|
isDesign: boolean;
|
|
4742
4733
|
showFormItem: boolean;
|
|
4743
|
-
isSearch: boolean;
|
|
4744
4734
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4745
4735
|
|
|
4746
4736
|
/**
|
|
@@ -4951,9 +4941,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4951
4941
|
}>, {
|
|
4952
4942
|
disabled: boolean;
|
|
4953
4943
|
bareFlag: boolean;
|
|
4944
|
+
isSearch: boolean;
|
|
4954
4945
|
isDesign: boolean;
|
|
4955
4946
|
showFormItem: boolean;
|
|
4956
|
-
isSearch: boolean;
|
|
4957
4947
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4958
4948
|
|
|
4959
4949
|
export declare type SelectOption = {
|
|
@@ -5199,9 +5189,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
5199
5189
|
}>, {
|
|
5200
5190
|
disabled: boolean;
|
|
5201
5191
|
bareFlag: boolean;
|
|
5192
|
+
isSearch: boolean;
|
|
5202
5193
|
isDesign: boolean;
|
|
5203
5194
|
showFormItem: boolean;
|
|
5204
|
-
isSearch: boolean;
|
|
5205
5195
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
5206
5196
|
signatureCanvas: HTMLCanvasElement;
|
|
5207
5197
|
}, any>;
|
|
@@ -5285,9 +5275,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
5285
5275
|
}>, {
|
|
5286
5276
|
disabled: boolean;
|
|
5287
5277
|
bareFlag: boolean;
|
|
5278
|
+
isSearch: boolean;
|
|
5288
5279
|
isDesign: boolean;
|
|
5289
5280
|
showFormItem: boolean;
|
|
5290
|
-
isSearch: boolean;
|
|
5291
5281
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5292
5282
|
|
|
5293
5283
|
export declare const starHorseAxios: AxiosInstance;
|
|
@@ -6488,76 +6478,76 @@ currentMode: string;
|
|
|
6488
6478
|
modeList: unknown[];
|
|
6489
6479
|
language: string;
|
|
6490
6480
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
6491
|
-
editor:
|
|
6492
|
-
modelValue:
|
|
6481
|
+
editor: CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
6482
|
+
modelValue: PropType<unknown>;
|
|
6493
6483
|
value: {
|
|
6494
|
-
type:
|
|
6484
|
+
type: PropType<unknown>;
|
|
6495
6485
|
default: any;
|
|
6496
6486
|
};
|
|
6497
6487
|
json: {
|
|
6498
|
-
type:
|
|
6488
|
+
type: PropType<unknown>;
|
|
6499
6489
|
default: any;
|
|
6500
6490
|
};
|
|
6501
|
-
text:
|
|
6502
|
-
jsonString:
|
|
6491
|
+
text: PropType<string>;
|
|
6492
|
+
jsonString: PropType<string>;
|
|
6503
6493
|
selection: {
|
|
6504
|
-
type:
|
|
6494
|
+
type: PropType<JSONEditorSelection>;
|
|
6505
6495
|
default: any;
|
|
6506
6496
|
};
|
|
6507
6497
|
mode: {
|
|
6508
|
-
type:
|
|
6498
|
+
type: PropType<"table" | "text" | "tree">;
|
|
6509
6499
|
default: string;
|
|
6510
6500
|
};
|
|
6511
6501
|
mainMenuBar: {
|
|
6512
|
-
type:
|
|
6502
|
+
type: PropType<boolean>;
|
|
6513
6503
|
default: any;
|
|
6514
6504
|
};
|
|
6515
6505
|
navigationBar: {
|
|
6516
|
-
type:
|
|
6506
|
+
type: PropType<boolean>;
|
|
6517
6507
|
default: any;
|
|
6518
6508
|
};
|
|
6519
6509
|
statusBar: {
|
|
6520
|
-
type:
|
|
6510
|
+
type: PropType<boolean>;
|
|
6521
6511
|
default: any;
|
|
6522
6512
|
};
|
|
6523
6513
|
askToFormat: {
|
|
6524
|
-
type:
|
|
6514
|
+
type: PropType<boolean>;
|
|
6525
6515
|
default: any;
|
|
6526
6516
|
};
|
|
6527
6517
|
readOnly: {
|
|
6528
|
-
type:
|
|
6518
|
+
type: PropType<boolean>;
|
|
6529
6519
|
default: any;
|
|
6530
6520
|
};
|
|
6531
|
-
indentation:
|
|
6532
|
-
tabSize:
|
|
6521
|
+
indentation: PropType<string | number>;
|
|
6522
|
+
tabSize: PropType<number>;
|
|
6533
6523
|
escapeControlCharacters: {
|
|
6534
|
-
type:
|
|
6524
|
+
type: PropType<boolean>;
|
|
6535
6525
|
default: any;
|
|
6536
6526
|
};
|
|
6537
6527
|
escapeUnicodeCharacters: {
|
|
6538
|
-
type:
|
|
6528
|
+
type: PropType<boolean>;
|
|
6539
6529
|
default: any;
|
|
6540
6530
|
};
|
|
6541
6531
|
flattenColumns: {
|
|
6542
|
-
type:
|
|
6532
|
+
type: PropType<boolean>;
|
|
6543
6533
|
default: any;
|
|
6544
6534
|
};
|
|
6545
|
-
validator:
|
|
6546
|
-
parser:
|
|
6547
|
-
validationParser:
|
|
6548
|
-
pathParser:
|
|
6549
|
-
queryLanguagesIds:
|
|
6550
|
-
queryLanguageId:
|
|
6551
|
-
onClassName:
|
|
6552
|
-
onRenderValue:
|
|
6553
|
-
onRenderMenu:
|
|
6554
|
-
height:
|
|
6535
|
+
validator: PropType<Validator>;
|
|
6536
|
+
parser: PropType<JSONParser>;
|
|
6537
|
+
validationParser: PropType<JSONParser>;
|
|
6538
|
+
pathParser: PropType<JSONPathParser>;
|
|
6539
|
+
queryLanguagesIds: PropType<QueryLanguageId[]>;
|
|
6540
|
+
queryLanguageId: PropType<QueryLanguageId>;
|
|
6541
|
+
onClassName: PropType<OnClassName>;
|
|
6542
|
+
onRenderValue: PropType<OnRenderValue>;
|
|
6543
|
+
onRenderMenu: PropType<OnRenderMenu>;
|
|
6544
|
+
height: PropType<string | number>;
|
|
6555
6545
|
fullWidthButton: {
|
|
6556
|
-
type:
|
|
6546
|
+
type: PropType<boolean>;
|
|
6557
6547
|
default: any;
|
|
6558
6548
|
};
|
|
6559
6549
|
darkTheme: {
|
|
6560
|
-
type:
|
|
6550
|
+
type: PropType<boolean>;
|
|
6561
6551
|
default: any;
|
|
6562
6552
|
};
|
|
6563
6553
|
}>> & Readonly<{
|
|
@@ -6574,16 +6564,16 @@ onError?: (...args: any[]) => any;
|
|
|
6574
6564
|
onFocus?: (...args: any[]) => any;
|
|
6575
6565
|
onBlur?: (...args: any[]) => any;
|
|
6576
6566
|
}>, {
|
|
6577
|
-
max:
|
|
6578
|
-
getHeight:
|
|
6567
|
+
max: Ref<boolean, boolean>;
|
|
6568
|
+
getHeight: ComputedRef< {
|
|
6579
6569
|
height: string;
|
|
6580
6570
|
} | {
|
|
6581
6571
|
height?: undefined;
|
|
6582
6572
|
}>;
|
|
6583
|
-
container:
|
|
6584
|
-
darkThemeStyle:
|
|
6585
|
-
fallbackSlot:
|
|
6586
|
-
}, {}, {}, {},
|
|
6573
|
+
container: Ref<HTMLDivElement, HTMLDivElement>;
|
|
6574
|
+
darkThemeStyle: ComputedRef<boolean>;
|
|
6575
|
+
fallbackSlot: Ref<boolean, boolean>;
|
|
6576
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("error" | "blur" | "change" | "focus" | "update:modelValue" | "update:json" | "update:text" | "update:jsonString" | "update:selection" | "change-mode" | "update:mode" | "change-query-language")[], PublicProps, {
|
|
6587
6577
|
selection: JSONEditorSelection;
|
|
6588
6578
|
mainMenuBar: boolean;
|
|
6589
6579
|
navigationBar: boolean;
|
|
@@ -6598,83 +6588,83 @@ fullWidthButton: boolean;
|
|
|
6598
6588
|
darkTheme: boolean;
|
|
6599
6589
|
value: any;
|
|
6600
6590
|
json: any;
|
|
6601
|
-
}, true, {}, {},
|
|
6591
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
6602
6592
|
P: {};
|
|
6603
6593
|
B: {};
|
|
6604
6594
|
D: {};
|
|
6605
6595
|
C: {};
|
|
6606
6596
|
M: {};
|
|
6607
6597
|
Defaults: {};
|
|
6608
|
-
}, Readonly<
|
|
6609
|
-
modelValue:
|
|
6598
|
+
}, Readonly<ExtractPropTypes< {
|
|
6599
|
+
modelValue: PropType<unknown>;
|
|
6610
6600
|
value: {
|
|
6611
|
-
type:
|
|
6601
|
+
type: PropType<unknown>;
|
|
6612
6602
|
default: any;
|
|
6613
6603
|
};
|
|
6614
6604
|
json: {
|
|
6615
|
-
type:
|
|
6605
|
+
type: PropType<unknown>;
|
|
6616
6606
|
default: any;
|
|
6617
6607
|
};
|
|
6618
|
-
text:
|
|
6619
|
-
jsonString:
|
|
6608
|
+
text: PropType<string>;
|
|
6609
|
+
jsonString: PropType<string>;
|
|
6620
6610
|
selection: {
|
|
6621
|
-
type:
|
|
6611
|
+
type: PropType<JSONEditorSelection>;
|
|
6622
6612
|
default: any;
|
|
6623
6613
|
};
|
|
6624
6614
|
mode: {
|
|
6625
|
-
type:
|
|
6615
|
+
type: PropType<"table" | "text" | "tree">;
|
|
6626
6616
|
default: string;
|
|
6627
6617
|
};
|
|
6628
6618
|
mainMenuBar: {
|
|
6629
|
-
type:
|
|
6619
|
+
type: PropType<boolean>;
|
|
6630
6620
|
default: any;
|
|
6631
6621
|
};
|
|
6632
6622
|
navigationBar: {
|
|
6633
|
-
type:
|
|
6623
|
+
type: PropType<boolean>;
|
|
6634
6624
|
default: any;
|
|
6635
6625
|
};
|
|
6636
6626
|
statusBar: {
|
|
6637
|
-
type:
|
|
6627
|
+
type: PropType<boolean>;
|
|
6638
6628
|
default: any;
|
|
6639
6629
|
};
|
|
6640
6630
|
askToFormat: {
|
|
6641
|
-
type:
|
|
6631
|
+
type: PropType<boolean>;
|
|
6642
6632
|
default: any;
|
|
6643
6633
|
};
|
|
6644
6634
|
readOnly: {
|
|
6645
|
-
type:
|
|
6635
|
+
type: PropType<boolean>;
|
|
6646
6636
|
default: any;
|
|
6647
6637
|
};
|
|
6648
|
-
indentation:
|
|
6649
|
-
tabSize:
|
|
6638
|
+
indentation: PropType<string | number>;
|
|
6639
|
+
tabSize: PropType<number>;
|
|
6650
6640
|
escapeControlCharacters: {
|
|
6651
|
-
type:
|
|
6641
|
+
type: PropType<boolean>;
|
|
6652
6642
|
default: any;
|
|
6653
6643
|
};
|
|
6654
6644
|
escapeUnicodeCharacters: {
|
|
6655
|
-
type:
|
|
6645
|
+
type: PropType<boolean>;
|
|
6656
6646
|
default: any;
|
|
6657
6647
|
};
|
|
6658
6648
|
flattenColumns: {
|
|
6659
|
-
type:
|
|
6649
|
+
type: PropType<boolean>;
|
|
6660
6650
|
default: any;
|
|
6661
6651
|
};
|
|
6662
|
-
validator:
|
|
6663
|
-
parser:
|
|
6664
|
-
validationParser:
|
|
6665
|
-
pathParser:
|
|
6666
|
-
queryLanguagesIds:
|
|
6667
|
-
queryLanguageId:
|
|
6668
|
-
onClassName:
|
|
6669
|
-
onRenderValue:
|
|
6670
|
-
onRenderMenu:
|
|
6671
|
-
height:
|
|
6652
|
+
validator: PropType<Validator>;
|
|
6653
|
+
parser: PropType<JSONParser>;
|
|
6654
|
+
validationParser: PropType<JSONParser>;
|
|
6655
|
+
pathParser: PropType<JSONPathParser>;
|
|
6656
|
+
queryLanguagesIds: PropType<QueryLanguageId[]>;
|
|
6657
|
+
queryLanguageId: PropType<QueryLanguageId>;
|
|
6658
|
+
onClassName: PropType<OnClassName>;
|
|
6659
|
+
onRenderValue: PropType<OnRenderValue>;
|
|
6660
|
+
onRenderMenu: PropType<OnRenderMenu>;
|
|
6661
|
+
height: PropType<string | number>;
|
|
6672
6662
|
fullWidthButton: {
|
|
6673
|
-
type:
|
|
6663
|
+
type: PropType<boolean>;
|
|
6674
6664
|
default: any;
|
|
6675
6665
|
};
|
|
6676
6666
|
darkTheme: {
|
|
6677
|
-
type:
|
|
6667
|
+
type: PropType<boolean>;
|
|
6678
6668
|
default: any;
|
|
6679
6669
|
};
|
|
6680
6670
|
}>> & Readonly<{
|
|
@@ -6691,15 +6681,15 @@ onError?: (...args: any[]) => any;
|
|
|
6691
6681
|
onFocus?: (...args: any[]) => any;
|
|
6692
6682
|
onBlur?: (...args: any[]) => any;
|
|
6693
6683
|
}>, {
|
|
6694
|
-
max:
|
|
6695
|
-
getHeight:
|
|
6684
|
+
max: Ref<boolean, boolean>;
|
|
6685
|
+
getHeight: ComputedRef< {
|
|
6696
6686
|
height: string;
|
|
6697
6687
|
} | {
|
|
6698
6688
|
height?: undefined;
|
|
6699
6689
|
}>;
|
|
6700
|
-
container:
|
|
6701
|
-
darkThemeStyle:
|
|
6702
|
-
fallbackSlot:
|
|
6690
|
+
container: Ref<HTMLDivElement, HTMLDivElement>;
|
|
6691
|
+
darkThemeStyle: ComputedRef<boolean>;
|
|
6692
|
+
fallbackSlot: Ref<boolean, boolean>;
|
|
6703
6693
|
}, {}, {}, {}, {
|
|
6704
6694
|
selection: JSONEditorSelection;
|
|
6705
6695
|
mainMenuBar: boolean;
|
|
@@ -7813,9 +7803,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
7813
7803
|
}>, {
|
|
7814
7804
|
disabled: boolean;
|
|
7815
7805
|
bareFlag: boolean;
|
|
7806
|
+
isSearch: boolean;
|
|
7816
7807
|
isDesign: boolean;
|
|
7817
7808
|
showFormItem: boolean;
|
|
7818
|
-
isSearch: boolean;
|
|
7819
7809
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7820
7810
|
|
|
7821
7811
|
export declare const tabContainer: DefineComponent<ExtractPropTypes< {
|
|
@@ -8067,9 +8057,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
8067
8057
|
}>, {
|
|
8068
8058
|
disabled: boolean;
|
|
8069
8059
|
bareFlag: boolean;
|
|
8060
|
+
isSearch: boolean;
|
|
8070
8061
|
isDesign: boolean;
|
|
8071
8062
|
showFormItem: boolean;
|
|
8072
|
-
isSearch: boolean;
|
|
8073
8063
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8074
8064
|
|
|
8075
8065
|
export declare interface Tags {
|
|
@@ -8170,9 +8160,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
8170
8160
|
}>, {
|
|
8171
8161
|
disabled: boolean;
|
|
8172
8162
|
bareFlag: boolean;
|
|
8163
|
+
isSearch: boolean;
|
|
8173
8164
|
isDesign: boolean;
|
|
8174
8165
|
showFormItem: boolean;
|
|
8175
|
-
isSearch: boolean;
|
|
8176
8166
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8177
8167
|
|
|
8178
8168
|
export declare const textItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -8254,9 +8244,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
8254
8244
|
}>, {
|
|
8255
8245
|
disabled: boolean;
|
|
8256
8246
|
bareFlag: boolean;
|
|
8247
|
+
isSearch: boolean;
|
|
8257
8248
|
isDesign: boolean;
|
|
8258
8249
|
showFormItem: boolean;
|
|
8259
|
-
isSearch: boolean;
|
|
8260
8250
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8261
8251
|
|
|
8262
8252
|
export declare const timeItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -8338,9 +8328,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
8338
8328
|
}>, {
|
|
8339
8329
|
disabled: boolean;
|
|
8340
8330
|
bareFlag: boolean;
|
|
8331
|
+
isSearch: boolean;
|
|
8341
8332
|
isDesign: boolean;
|
|
8342
8333
|
showFormItem: boolean;
|
|
8343
|
-
isSearch: boolean;
|
|
8344
8334
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8345
8335
|
|
|
8346
8336
|
export declare const timePickerItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -8422,9 +8412,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
8422
8412
|
}>, {
|
|
8423
8413
|
disabled: boolean;
|
|
8424
8414
|
bareFlag: boolean;
|
|
8415
|
+
isSearch: boolean;
|
|
8425
8416
|
isDesign: boolean;
|
|
8426
8417
|
showFormItem: boolean;
|
|
8427
|
-
isSearch: boolean;
|
|
8428
8418
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8429
8419
|
|
|
8430
8420
|
export declare const toggle: (value?: boolean) => boolean;
|
|
@@ -8508,9 +8498,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
8508
8498
|
}>, {
|
|
8509
8499
|
disabled: boolean;
|
|
8510
8500
|
bareFlag: boolean;
|
|
8501
|
+
isSearch: boolean;
|
|
8511
8502
|
isDesign: boolean;
|
|
8512
8503
|
showFormItem: boolean;
|
|
8513
|
-
isSearch: boolean;
|
|
8514
8504
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8515
8505
|
|
|
8516
8506
|
/**
|
|
@@ -8598,9 +8588,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
8598
8588
|
}>, {
|
|
8599
8589
|
disabled: boolean;
|
|
8600
8590
|
bareFlag: boolean;
|
|
8591
|
+
isSearch: boolean;
|
|
8601
8592
|
isDesign: boolean;
|
|
8602
8593
|
showFormItem: boolean;
|
|
8603
|
-
isSearch: boolean;
|
|
8604
8594
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8605
8595
|
|
|
8606
8596
|
export declare const unknownItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -8674,9 +8664,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
8674
8664
|
}>, {
|
|
8675
8665
|
disabled: boolean;
|
|
8676
8666
|
bareFlag: boolean;
|
|
8667
|
+
isSearch: boolean;
|
|
8677
8668
|
isDesign: boolean;
|
|
8678
8669
|
showFormItem: boolean;
|
|
8679
|
-
isSearch: boolean;
|
|
8680
8670
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8681
8671
|
|
|
8682
8672
|
export declare const uploadItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -8773,10 +8763,10 @@ formFieldList: Record<string, any>;
|
|
|
8773
8763
|
formInfo: Record<string, any>;
|
|
8774
8764
|
field: any;
|
|
8775
8765
|
bareFlag: boolean;
|
|
8766
|
+
isSearch: boolean;
|
|
8776
8767
|
parentField: Record<string, any>;
|
|
8777
8768
|
isDesign: boolean;
|
|
8778
8769
|
showFormItem: boolean;
|
|
8779
|
-
isSearch: boolean;
|
|
8780
8770
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8781
8771
|
|
|
8782
8772
|
/**
|
|
@@ -9405,9 +9395,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
9405
9395
|
}>, {
|
|
9406
9396
|
disabled: boolean;
|
|
9407
9397
|
bareFlag: boolean;
|
|
9398
|
+
isSearch: boolean;
|
|
9408
9399
|
isDesign: boolean;
|
|
9409
9400
|
showFormItem: boolean;
|
|
9410
|
-
isSearch: boolean;
|
|
9411
9401
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
9412
9402
|
|
|
9413
9403
|
/**
|
|
@@ -9540,9 +9530,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
9540
9530
|
}>, {
|
|
9541
9531
|
disabled: boolean;
|
|
9542
9532
|
bareFlag: boolean;
|
|
9533
|
+
isSearch: boolean;
|
|
9543
9534
|
isDesign: boolean;
|
|
9544
9535
|
showFormItem: boolean;
|
|
9545
|
-
isSearch: boolean;
|
|
9546
9536
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
9547
9537
|
userTableRef: unknown;
|
|
9548
9538
|
}, any>;
|
|
@@ -10319,9 +10309,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
10319
10309
|
}>, {
|
|
10320
10310
|
disabled: boolean;
|
|
10321
10311
|
bareFlag: boolean;
|
|
10312
|
+
isSearch: boolean;
|
|
10322
10313
|
isDesign: boolean;
|
|
10323
10314
|
showFormItem: boolean;
|
|
10324
|
-
isSearch: boolean;
|
|
10325
10315
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
10326
10316
|
markdownEditor: HTMLDivElement;
|
|
10327
10317
|
}, any>;
|