star-horse-lowcode 2.7.47 → 2.7.49
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 +7 -2
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +2769 -2642
- package/dist/types/index.d.ts +117 -116
- package/package.json +9 -9
package/dist/types/index.d.ts
CHANGED
|
@@ -48,9 +48,9 @@ isShowBtnContinue: {
|
|
|
48
48
|
type: BooleanConstructor;
|
|
49
49
|
default: boolean;
|
|
50
50
|
};
|
|
51
|
-
|
|
52
|
-
type:
|
|
53
|
-
default:
|
|
51
|
+
source: {
|
|
52
|
+
type: NumberConstructor;
|
|
53
|
+
default: number;
|
|
54
54
|
};
|
|
55
55
|
draggable: {
|
|
56
56
|
type: BooleanConstructor;
|
|
@@ -143,9 +143,9 @@ isShowBtnContinue: {
|
|
|
143
143
|
type: BooleanConstructor;
|
|
144
144
|
default: boolean;
|
|
145
145
|
};
|
|
146
|
-
|
|
147
|
-
type:
|
|
148
|
-
default:
|
|
146
|
+
source: {
|
|
147
|
+
type: NumberConstructor;
|
|
148
|
+
default: number;
|
|
149
149
|
};
|
|
150
150
|
draggable: {
|
|
151
151
|
type: BooleanConstructor;
|
|
@@ -218,6 +218,7 @@ onResetForm?: (...args: any[]) => any;
|
|
|
218
218
|
onOpen?: (...args: any[]) => any;
|
|
219
219
|
onCloseAction?: (...args: any[]) => any;
|
|
220
220
|
}>, {
|
|
221
|
+
source: number;
|
|
221
222
|
title: string;
|
|
222
223
|
dialogProps: DialogProps;
|
|
223
224
|
compSize: string;
|
|
@@ -225,7 +226,6 @@ dialogVisible: boolean;
|
|
|
225
226
|
isShowReset: boolean;
|
|
226
227
|
isShowSave: boolean;
|
|
227
228
|
isShowBtnContinue: boolean;
|
|
228
|
-
isView: boolean;
|
|
229
229
|
draggable: boolean;
|
|
230
230
|
boxHeight: string;
|
|
231
231
|
boxWidth: string;
|
|
@@ -701,9 +701,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
701
701
|
"onUpdate:formData"?: (value: any) => any;
|
|
702
702
|
}>, {
|
|
703
703
|
disabled: boolean;
|
|
704
|
-
isSearch: boolean;
|
|
705
704
|
bareFlag: boolean;
|
|
706
705
|
isDesign: boolean;
|
|
706
|
+
isSearch: boolean;
|
|
707
707
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
708
708
|
|
|
709
709
|
export declare const audioItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -768,9 +768,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
768
768
|
onSelectItem?: (...args: any[]) => any;
|
|
769
769
|
}>, {
|
|
770
770
|
disabled: boolean;
|
|
771
|
-
isSearch: boolean;
|
|
772
771
|
bareFlag: boolean;
|
|
773
772
|
isDesign: boolean;
|
|
773
|
+
isSearch: boolean;
|
|
774
774
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
775
775
|
audio: HTMLAudioElement;
|
|
776
776
|
}, any>;
|
|
@@ -845,9 +845,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
845
845
|
"onUpdate:formData"?: (value: any) => any;
|
|
846
846
|
}>, {
|
|
847
847
|
disabled: boolean;
|
|
848
|
-
isSearch: boolean;
|
|
849
848
|
bareFlag: boolean;
|
|
850
849
|
isDesign: boolean;
|
|
850
|
+
isSearch: boolean;
|
|
851
851
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
852
852
|
|
|
853
853
|
export declare const barcodeItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -920,9 +920,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
920
920
|
"onUpdate:formData"?: (value: any) => any;
|
|
921
921
|
}>, {
|
|
922
922
|
disabled: boolean;
|
|
923
|
-
isSearch: boolean;
|
|
924
923
|
bareFlag: boolean;
|
|
925
924
|
isDesign: boolean;
|
|
925
|
+
isSearch: boolean;
|
|
926
926
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
927
927
|
|
|
928
928
|
/**
|
|
@@ -1206,9 +1206,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
1206
1206
|
"onUpdate:formData"?: (value: any) => any;
|
|
1207
1207
|
}>, {
|
|
1208
1208
|
disabled: boolean;
|
|
1209
|
-
isSearch: boolean;
|
|
1210
1209
|
bareFlag: boolean;
|
|
1211
1210
|
isDesign: boolean;
|
|
1211
|
+
isSearch: boolean;
|
|
1212
1212
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1213
1213
|
btnFormRef: unknown;
|
|
1214
1214
|
btnCompRef: unknown;
|
|
@@ -1348,9 +1348,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
1348
1348
|
"onUpdate:formData"?: (value: any) => any;
|
|
1349
1349
|
}>, {
|
|
1350
1350
|
disabled: boolean;
|
|
1351
|
-
isSearch: boolean;
|
|
1352
1351
|
bareFlag: boolean;
|
|
1353
1352
|
isDesign: boolean;
|
|
1353
|
+
isSearch: boolean;
|
|
1354
1354
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1355
1355
|
|
|
1356
1356
|
export declare const checkboxItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -1423,9 +1423,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
1423
1423
|
"onUpdate:formData"?: (value: any) => any;
|
|
1424
1424
|
}>, {
|
|
1425
1425
|
disabled: boolean;
|
|
1426
|
-
isSearch: boolean;
|
|
1427
1426
|
bareFlag: boolean;
|
|
1428
1427
|
isDesign: boolean;
|
|
1428
|
+
isSearch: boolean;
|
|
1429
1429
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1430
1430
|
|
|
1431
1431
|
/**
|
|
@@ -1557,9 +1557,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
1557
1557
|
"onUpdate:formData"?: (value: any) => any;
|
|
1558
1558
|
}>, {
|
|
1559
1559
|
disabled: boolean;
|
|
1560
|
-
isSearch: boolean;
|
|
1561
1560
|
bareFlag: boolean;
|
|
1562
1561
|
isDesign: boolean;
|
|
1562
|
+
isSearch: boolean;
|
|
1563
1563
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1564
1564
|
|
|
1565
1565
|
/**
|
|
@@ -1770,9 +1770,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
1770
1770
|
"onUpdate:formData"?: (value: any) => any;
|
|
1771
1771
|
}>, {
|
|
1772
1772
|
disabled: boolean;
|
|
1773
|
-
isSearch: boolean;
|
|
1774
1773
|
bareFlag: boolean;
|
|
1775
1774
|
isDesign: boolean;
|
|
1775
|
+
isSearch: boolean;
|
|
1776
1776
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1777
1777
|
cronTabRef: CreateComponentPublicInstanceWithMixins<Readonly<Crontab> & Readonly<{
|
|
1778
1778
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
@@ -2165,6 +2165,12 @@ declare interface DataSelectorProps {
|
|
|
2165
2165
|
style?: CSSProperties;
|
|
2166
2166
|
}
|
|
2167
2167
|
|
|
2168
|
+
/**
|
|
2169
|
+
* 日期组件
|
|
2170
|
+
* @returns
|
|
2171
|
+
*/
|
|
2172
|
+
export declare function dateCompList(): string[];
|
|
2173
|
+
|
|
2168
2174
|
/**
|
|
2169
2175
|
* 将日期解析为字符串
|
|
2170
2176
|
* @param date
|
|
@@ -2244,9 +2250,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
2244
2250
|
"onUpdate:formData"?: (value: any) => any;
|
|
2245
2251
|
}>, {
|
|
2246
2252
|
disabled: boolean;
|
|
2247
|
-
isSearch: boolean;
|
|
2248
2253
|
bareFlag: boolean;
|
|
2249
2254
|
isDesign: boolean;
|
|
2255
|
+
isSearch: boolean;
|
|
2250
2256
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2251
2257
|
|
|
2252
2258
|
/**
|
|
@@ -2336,9 +2342,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
2336
2342
|
onSelectItem?: (...args: any[]) => any;
|
|
2337
2343
|
}>, {
|
|
2338
2344
|
disabled: boolean;
|
|
2339
|
-
isSearch: boolean;
|
|
2340
2345
|
bareFlag: boolean;
|
|
2341
2346
|
isDesign: boolean;
|
|
2347
|
+
isSearch: boolean;
|
|
2342
2348
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2343
2349
|
|
|
2344
2350
|
export declare const dialogInputItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -2411,9 +2417,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
2411
2417
|
"onUpdate:formData"?: (value: any) => any;
|
|
2412
2418
|
}>, {
|
|
2413
2419
|
disabled: boolean;
|
|
2414
|
-
isSearch: boolean;
|
|
2415
2420
|
bareFlag: boolean;
|
|
2416
2421
|
isDesign: boolean;
|
|
2422
|
+
isSearch: boolean;
|
|
2417
2423
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
2418
2424
|
dialogInputTableRef: unknown;
|
|
2419
2425
|
}, any>;
|
|
@@ -2555,9 +2561,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
2555
2561
|
"onUpdate:formData"?: (value: any) => any;
|
|
2556
2562
|
}>, {
|
|
2557
2563
|
disabled: boolean;
|
|
2558
|
-
isSearch: boolean;
|
|
2559
2564
|
bareFlag: boolean;
|
|
2560
2565
|
isDesign: boolean;
|
|
2566
|
+
isSearch: boolean;
|
|
2561
2567
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2562
2568
|
|
|
2563
2569
|
/**
|
|
@@ -2807,11 +2813,6 @@ export declare interface FieldInfo {
|
|
|
2807
2813
|
* 列表所在列最小宽度
|
|
2808
2814
|
*/
|
|
2809
2815
|
minWidth?: number;
|
|
2810
|
-
/**
|
|
2811
|
-
* 备选数据列表,目前仅支持下拉
|
|
2812
|
-
* 废弃 在2.8.0 版本中删除,请根据具体业务在preps 中添加 values 或者data
|
|
2813
|
-
*/
|
|
2814
|
-
optionList?: SelectOption[] | Ref<SelectOption[]>;
|
|
2815
2816
|
/**
|
|
2816
2817
|
* 是否禁用,true 禁用 false 非禁用
|
|
2817
2818
|
*/
|
|
@@ -2820,10 +2821,6 @@ export declare interface FieldInfo {
|
|
|
2820
2821
|
* 编辑时禁用,true 禁用 false 非禁用
|
|
2821
2822
|
*/
|
|
2822
2823
|
editDisabled?: boolean | Ref<boolean>;
|
|
2823
|
-
/**
|
|
2824
|
-
* 是否允许多选,在类型为select时有效 Y 多选
|
|
2825
|
-
*/
|
|
2826
|
-
multiple?: boolean | Ref<boolean>;
|
|
2827
2824
|
/**
|
|
2828
2825
|
* Tab容器数据
|
|
2829
2826
|
*/
|
|
@@ -2848,27 +2845,18 @@ export declare interface FieldInfo {
|
|
|
2848
2845
|
* 默认值,在重置表单时,自动填充默认值,自定义重置表单时失效
|
|
2849
2846
|
*/
|
|
2850
2847
|
defaultValue?: any;
|
|
2851
|
-
/**
|
|
2852
|
-
* 事件名称
|
|
2853
|
-
*/
|
|
2854
|
-
actionName?: string;
|
|
2855
2848
|
/**
|
|
2856
2849
|
* 事件内容
|
|
2857
2850
|
*/
|
|
2858
|
-
actions?: Function
|
|
2851
|
+
actions?: Function | Record<string, Function>;
|
|
2859
2852
|
/**
|
|
2860
2853
|
* 小数点精度
|
|
2861
2854
|
*/
|
|
2862
2855
|
precision?: number;
|
|
2863
|
-
/**
|
|
2864
|
-
* 弹窗数据配置,
|
|
2865
|
-
* 废弃,请将所有弹窗配置都放在preps 中
|
|
2866
|
-
*/
|
|
2867
|
-
params?: CompParams;
|
|
2868
2856
|
/**
|
|
2869
2857
|
* 组件个性化属性
|
|
2870
2858
|
*/
|
|
2871
|
-
preps?: any | CompParams
|
|
2859
|
+
preps?: Record<string, any | CompParams>;
|
|
2872
2860
|
/**
|
|
2873
2861
|
* 查询表前缀
|
|
2874
2862
|
*/
|
|
@@ -2953,6 +2941,8 @@ export declare function formFieldMapping(fieldList: PageFieldInfo): {
|
|
|
2953
2941
|
*/
|
|
2954
2942
|
export declare function generateDeviceId(userIp: string): Promise<string>;
|
|
2955
2943
|
|
|
2944
|
+
export declare function getDynamicEvents(props: any, recall: Function): Record<string, any>;
|
|
2945
|
+
|
|
2956
2946
|
/**
|
|
2957
2947
|
* 获取设备 ID
|
|
2958
2948
|
*/
|
|
@@ -3036,9 +3026,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3036
3026
|
"onUpdate:formData"?: (value: any) => any;
|
|
3037
3027
|
}>, {
|
|
3038
3028
|
disabled: boolean;
|
|
3039
|
-
isSearch: boolean;
|
|
3040
3029
|
bareFlag: boolean;
|
|
3041
3030
|
isDesign: boolean;
|
|
3031
|
+
isSearch: boolean;
|
|
3042
3032
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3043
3033
|
|
|
3044
3034
|
export declare const htmlItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -3111,9 +3101,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3111
3101
|
"onUpdate:formData"?: (value: any) => any;
|
|
3112
3102
|
}>, {
|
|
3113
3103
|
disabled: boolean;
|
|
3114
|
-
isSearch: boolean;
|
|
3115
3104
|
bareFlag: boolean;
|
|
3116
3105
|
isDesign: boolean;
|
|
3106
|
+
isSearch: boolean;
|
|
3117
3107
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3118
3108
|
|
|
3119
3109
|
/**
|
|
@@ -3194,9 +3184,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3194
3184
|
"onUpdate:formData"?: (value: any) => any;
|
|
3195
3185
|
}>, {
|
|
3196
3186
|
disabled: boolean;
|
|
3197
|
-
isSearch: boolean;
|
|
3198
3187
|
bareFlag: boolean;
|
|
3199
3188
|
isDesign: boolean;
|
|
3189
|
+
isSearch: boolean;
|
|
3200
3190
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3201
3191
|
popoverRef: unknown;
|
|
3202
3192
|
}, any>;
|
|
@@ -3271,9 +3261,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3271
3261
|
"onUpdate:formData"?: (value: any) => any;
|
|
3272
3262
|
}>, {
|
|
3273
3263
|
disabled: boolean;
|
|
3274
|
-
isSearch: boolean;
|
|
3275
3264
|
bareFlag: boolean;
|
|
3276
3265
|
isDesign: boolean;
|
|
3266
|
+
isSearch: boolean;
|
|
3277
3267
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3278
3268
|
|
|
3279
3269
|
/**
|
|
@@ -3294,6 +3284,12 @@ export declare interface ImportInfo {
|
|
|
3294
3284
|
conditions?: Array<SearchParams>;
|
|
3295
3285
|
}
|
|
3296
3286
|
|
|
3287
|
+
/**
|
|
3288
|
+
* 输入组件
|
|
3289
|
+
* @returns
|
|
3290
|
+
*/
|
|
3291
|
+
export declare function inputCompList(): string[];
|
|
3292
|
+
|
|
3297
3293
|
export declare const inputItem: DefineComponent<ExtractPropTypes< {
|
|
3298
3294
|
isDesign: {
|
|
3299
3295
|
type: BooleanConstructor;
|
|
@@ -3364,9 +3360,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3364
3360
|
"onUpdate:formData"?: (value: any) => any;
|
|
3365
3361
|
}>, {
|
|
3366
3362
|
disabled: boolean;
|
|
3367
|
-
isSearch: boolean;
|
|
3368
3363
|
bareFlag: boolean;
|
|
3369
3364
|
isDesign: boolean;
|
|
3365
|
+
isSearch: boolean;
|
|
3370
3366
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3371
3367
|
inputItemRef: unknown;
|
|
3372
3368
|
}, any>;
|
|
@@ -3483,9 +3479,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3483
3479
|
"onUpdate:formData"?: (value: any) => any;
|
|
3484
3480
|
}>, {
|
|
3485
3481
|
disabled: boolean;
|
|
3486
|
-
isSearch: boolean;
|
|
3487
3482
|
bareFlag: boolean;
|
|
3488
3483
|
isDesign: boolean;
|
|
3484
|
+
isSearch: boolean;
|
|
3489
3485
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3490
3486
|
|
|
3491
3487
|
export declare const jsonItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -3558,9 +3554,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3558
3554
|
"onUpdate:formData"?: (value: any) => any;
|
|
3559
3555
|
}>, {
|
|
3560
3556
|
disabled: boolean;
|
|
3561
|
-
isSearch: boolean;
|
|
3562
3557
|
bareFlag: boolean;
|
|
3563
3558
|
isDesign: boolean;
|
|
3559
|
+
isSearch: boolean;
|
|
3564
3560
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3565
3561
|
|
|
3566
3562
|
/**
|
|
@@ -3669,9 +3665,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3669
3665
|
"onUpdate:formData"?: (value: any) => any;
|
|
3670
3666
|
}>, {
|
|
3671
3667
|
disabled: boolean;
|
|
3672
|
-
isSearch: boolean;
|
|
3673
3668
|
bareFlag: boolean;
|
|
3674
3669
|
isDesign: boolean;
|
|
3670
|
+
isSearch: boolean;
|
|
3675
3671
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3676
3672
|
|
|
3677
3673
|
/**
|
|
@@ -3843,9 +3839,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3843
3839
|
"onUpdate:formData"?: (value: any) => any;
|
|
3844
3840
|
}>, {
|
|
3845
3841
|
disabled: boolean;
|
|
3846
|
-
isSearch: boolean;
|
|
3847
3842
|
bareFlag: boolean;
|
|
3848
3843
|
isDesign: boolean;
|
|
3844
|
+
isSearch: boolean;
|
|
3849
3845
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3850
3846
|
|
|
3851
3847
|
export declare const numberRangeItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -3927,9 +3923,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3927
3923
|
}>, {
|
|
3928
3924
|
disabled: boolean;
|
|
3929
3925
|
formFieldList: unknown[];
|
|
3930
|
-
isSearch: boolean;
|
|
3931
3926
|
bareFlag: boolean;
|
|
3932
3927
|
isDesign: boolean;
|
|
3928
|
+
isSearch: boolean;
|
|
3933
3929
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3934
3930
|
|
|
3935
3931
|
export declare const operationConfirm: (msg: string) => Promise<boolean>;
|
|
@@ -4103,9 +4099,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4103
4099
|
"onUpdate:formData"?: (value: any) => any;
|
|
4104
4100
|
}>, {
|
|
4105
4101
|
disabled: boolean;
|
|
4106
|
-
isSearch: boolean;
|
|
4107
4102
|
bareFlag: boolean;
|
|
4108
4103
|
isDesign: boolean;
|
|
4104
|
+
isSearch: boolean;
|
|
4109
4105
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
4110
4106
|
starHorseTableCompRef: unknown;
|
|
4111
4107
|
}, any>;
|
|
@@ -4189,9 +4185,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4189
4185
|
"onUpdate:formData"?: (value: any) => any;
|
|
4190
4186
|
}>, {
|
|
4191
4187
|
disabled: boolean;
|
|
4192
|
-
isSearch: boolean;
|
|
4193
4188
|
bareFlag: boolean;
|
|
4194
4189
|
isDesign: boolean;
|
|
4190
|
+
isSearch: boolean;
|
|
4195
4191
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4196
4192
|
|
|
4197
4193
|
export declare const piniaInstance: Pinia;
|
|
@@ -4288,9 +4284,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4288
4284
|
"onUpdate:formData"?: (value: any) => any;
|
|
4289
4285
|
}>, {
|
|
4290
4286
|
disabled: boolean;
|
|
4291
|
-
isSearch: boolean;
|
|
4292
4287
|
bareFlag: boolean;
|
|
4293
4288
|
isDesign: boolean;
|
|
4289
|
+
isSearch: boolean;
|
|
4294
4290
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4295
4291
|
|
|
4296
4292
|
export declare const radioItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -4363,9 +4359,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4363
4359
|
"onUpdate:formData"?: (value: any) => any;
|
|
4364
4360
|
}>, {
|
|
4365
4361
|
disabled: boolean;
|
|
4366
|
-
isSearch: boolean;
|
|
4367
4362
|
bareFlag: boolean;
|
|
4368
4363
|
isDesign: boolean;
|
|
4364
|
+
isSearch: boolean;
|
|
4369
4365
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4370
4366
|
|
|
4371
4367
|
export declare const rateItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -4438,9 +4434,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4438
4434
|
"onUpdate:formData"?: (value: any) => any;
|
|
4439
4435
|
}>, {
|
|
4440
4436
|
disabled: boolean;
|
|
4441
|
-
isSearch: boolean;
|
|
4442
4437
|
bareFlag: boolean;
|
|
4443
4438
|
isDesign: boolean;
|
|
4439
|
+
isSearch: boolean;
|
|
4444
4440
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4445
4441
|
|
|
4446
4442
|
/**
|
|
@@ -4562,6 +4558,12 @@ export declare type SearchProps = {
|
|
|
4562
4558
|
optionList?: SelectOption[] | Ref<SelectOption[]>;
|
|
4563
4559
|
};
|
|
4564
4560
|
|
|
4561
|
+
/**
|
|
4562
|
+
*下来组件
|
|
4563
|
+
* @returns
|
|
4564
|
+
*/
|
|
4565
|
+
export declare function selectCompList(): string[];
|
|
4566
|
+
|
|
4565
4567
|
export declare const selectItem: DefineComponent<ExtractPropTypes< {
|
|
4566
4568
|
isDesign: {
|
|
4567
4569
|
type: BooleanConstructor;
|
|
@@ -4632,9 +4634,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4632
4634
|
"onUpdate:formData"?: (value: any) => any;
|
|
4633
4635
|
}>, {
|
|
4634
4636
|
disabled: boolean;
|
|
4635
|
-
isSearch: boolean;
|
|
4636
4637
|
bareFlag: boolean;
|
|
4637
4638
|
isDesign: boolean;
|
|
4639
|
+
isSearch: boolean;
|
|
4638
4640
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4639
4641
|
|
|
4640
4642
|
export declare type SelectOption = {
|
|
@@ -4763,6 +4765,10 @@ size: {
|
|
|
4763
4765
|
type: StringConstructor;
|
|
4764
4766
|
default: any;
|
|
4765
4767
|
};
|
|
4768
|
+
source: {
|
|
4769
|
+
type: NumberConstructor;
|
|
4770
|
+
default: number;
|
|
4771
|
+
};
|
|
4766
4772
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4767
4773
|
dataForm: {
|
|
4768
4774
|
type: ObjectConstructor;
|
|
@@ -4794,7 +4800,12 @@ size: {
|
|
|
4794
4800
|
type: StringConstructor;
|
|
4795
4801
|
default: any;
|
|
4796
4802
|
};
|
|
4803
|
+
source: {
|
|
4804
|
+
type: NumberConstructor;
|
|
4805
|
+
default: number;
|
|
4806
|
+
};
|
|
4797
4807
|
}>> & Readonly<{}>, {
|
|
4808
|
+
source: number;
|
|
4798
4809
|
size: string;
|
|
4799
4810
|
batchName: string;
|
|
4800
4811
|
staticColumn: string;
|
|
@@ -4862,9 +4873,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
4862
4873
|
onSelectItem?: (...args: any[]) => any;
|
|
4863
4874
|
}>, {
|
|
4864
4875
|
disabled: boolean;
|
|
4865
|
-
isSearch: boolean;
|
|
4866
4876
|
bareFlag: boolean;
|
|
4867
4877
|
isDesign: boolean;
|
|
4878
|
+
isSearch: boolean;
|
|
4868
4879
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
4869
4880
|
signatureCanvas: HTMLCanvasElement;
|
|
4870
4881
|
}, any>;
|
|
@@ -4939,9 +4950,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4939
4950
|
"onUpdate:formData"?: (value: any) => any;
|
|
4940
4951
|
}>, {
|
|
4941
4952
|
disabled: boolean;
|
|
4942
|
-
isSearch: boolean;
|
|
4943
4953
|
bareFlag: boolean;
|
|
4944
4954
|
isDesign: boolean;
|
|
4955
|
+
isSearch: boolean;
|
|
4945
4956
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4946
4957
|
|
|
4947
4958
|
export declare const StarHorseButtonList: DefineComponent<ExtractPropTypes< {
|
|
@@ -5349,10 +5360,6 @@ dynamicForm: {
|
|
|
5349
5360
|
type: BooleanConstructor;
|
|
5350
5361
|
default: boolean;
|
|
5351
5362
|
};
|
|
5352
|
-
isView: {
|
|
5353
|
-
type: BooleanConstructor;
|
|
5354
|
-
default: boolean;
|
|
5355
|
-
};
|
|
5356
5363
|
selectData: {
|
|
5357
5364
|
type: {
|
|
5358
5365
|
(arrayLength: number): SelectOption[];
|
|
@@ -5432,10 +5439,6 @@ dynamicForm: {
|
|
|
5432
5439
|
type: BooleanConstructor;
|
|
5433
5440
|
default: boolean;
|
|
5434
5441
|
};
|
|
5435
|
-
isView: {
|
|
5436
|
-
type: BooleanConstructor;
|
|
5437
|
-
default: boolean;
|
|
5438
|
-
};
|
|
5439
5442
|
selectData: {
|
|
5440
5443
|
type: {
|
|
5441
5444
|
(arrayLength: number): SelectOption[];
|
|
@@ -5466,7 +5469,6 @@ onInited?: (...args: any[]) => any;
|
|
|
5466
5469
|
}>, {
|
|
5467
5470
|
batchName: string;
|
|
5468
5471
|
labelPosition: string;
|
|
5469
|
-
isView: boolean;
|
|
5470
5472
|
selectData: SelectOption[];
|
|
5471
5473
|
dynamicForm: boolean;
|
|
5472
5474
|
batchFieldName: string;
|
|
@@ -5516,13 +5518,9 @@ default: any;
|
|
|
5516
5518
|
rules: {
|
|
5517
5519
|
type: ObjectConstructor;
|
|
5518
5520
|
};
|
|
5519
|
-
|
|
5520
|
-
type:
|
|
5521
|
-
default:
|
|
5522
|
-
};
|
|
5523
|
-
isEdit: {
|
|
5524
|
-
type: BooleanConstructor;
|
|
5525
|
-
default: boolean;
|
|
5521
|
+
source: {
|
|
5522
|
+
type: NumberConstructor;
|
|
5523
|
+
default: number;
|
|
5526
5524
|
};
|
|
5527
5525
|
dataForm: {
|
|
5528
5526
|
type: PropType<any>;
|
|
@@ -5570,13 +5568,9 @@ default: any;
|
|
|
5570
5568
|
rules: {
|
|
5571
5569
|
type: ObjectConstructor;
|
|
5572
5570
|
};
|
|
5573
|
-
|
|
5574
|
-
type:
|
|
5575
|
-
default:
|
|
5576
|
-
};
|
|
5577
|
-
isEdit: {
|
|
5578
|
-
type: BooleanConstructor;
|
|
5579
|
-
default: boolean;
|
|
5571
|
+
source: {
|
|
5572
|
+
type: NumberConstructor;
|
|
5573
|
+
default: number;
|
|
5580
5574
|
};
|
|
5581
5575
|
dataForm: {
|
|
5582
5576
|
type: PropType<any>;
|
|
@@ -5584,11 +5578,10 @@ type: PropType<any>;
|
|
|
5584
5578
|
}>> & Readonly<{
|
|
5585
5579
|
"onUpdate:dataForm"?: (value: any) => any;
|
|
5586
5580
|
}>, {
|
|
5581
|
+
source: number;
|
|
5587
5582
|
batchName: string;
|
|
5588
5583
|
subFormFlag: string;
|
|
5589
5584
|
compSize: string;
|
|
5590
|
-
isEdit: boolean;
|
|
5591
|
-
isView: boolean;
|
|
5592
5585
|
batchFieldName: string;
|
|
5593
5586
|
dataIndex: number;
|
|
5594
5587
|
propPrefix: string;
|
|
@@ -5639,9 +5632,9 @@ size: {
|
|
|
5639
5632
|
type: StringConstructor;
|
|
5640
5633
|
default: any;
|
|
5641
5634
|
};
|
|
5642
|
-
|
|
5643
|
-
type:
|
|
5644
|
-
default:
|
|
5635
|
+
source: {
|
|
5636
|
+
type: NumberConstructor;
|
|
5637
|
+
default: number;
|
|
5645
5638
|
};
|
|
5646
5639
|
showCheckBox: {
|
|
5647
5640
|
type: BooleanConstructor;
|
|
@@ -5708,9 +5701,9 @@ size: {
|
|
|
5708
5701
|
type: StringConstructor;
|
|
5709
5702
|
default: any;
|
|
5710
5703
|
};
|
|
5711
|
-
|
|
5712
|
-
type:
|
|
5713
|
-
default:
|
|
5704
|
+
source: {
|
|
5705
|
+
type: NumberConstructor;
|
|
5706
|
+
default: number;
|
|
5714
5707
|
};
|
|
5715
5708
|
showCheckBox: {
|
|
5716
5709
|
type: BooleanConstructor;
|
|
@@ -5733,13 +5726,13 @@ onRemoveRow?: (...args: any[]) => any;
|
|
|
5733
5726
|
onAddRow?: (...args: any[]) => any;
|
|
5734
5727
|
onInited?: (...args: any[]) => any;
|
|
5735
5728
|
}>, {
|
|
5729
|
+
source: number;
|
|
5736
5730
|
title: string;
|
|
5737
5731
|
size: string;
|
|
5738
5732
|
batchName: string;
|
|
5739
5733
|
helpMsg: string;
|
|
5740
5734
|
initRows: number;
|
|
5741
5735
|
staticColumn: string;
|
|
5742
|
-
isView: boolean;
|
|
5743
5736
|
subFlag: boolean;
|
|
5744
5737
|
defaultValues: Record<string, any>;
|
|
5745
5738
|
showCheckBox: boolean;
|
|
@@ -5788,10 +5781,6 @@ dynamicForm: {
|
|
|
5788
5781
|
type: BooleanConstructor;
|
|
5789
5782
|
default: boolean;
|
|
5790
5783
|
};
|
|
5791
|
-
isView: {
|
|
5792
|
-
type: BooleanConstructor;
|
|
5793
|
-
default: boolean;
|
|
5794
|
-
};
|
|
5795
5784
|
selectData: {
|
|
5796
5785
|
type: {
|
|
5797
5786
|
(arrayLength: number): SelectOption[];
|
|
@@ -5838,7 +5827,6 @@ inited: (...args: any[]) => void;
|
|
|
5838
5827
|
}, PublicProps, {
|
|
5839
5828
|
batchName: string;
|
|
5840
5829
|
labelPosition: string;
|
|
5841
|
-
isView: boolean;
|
|
5842
5830
|
selectData: SelectOption[];
|
|
5843
5831
|
dynamicForm: boolean;
|
|
5844
5832
|
batchFieldName: string;
|
|
@@ -5895,10 +5883,6 @@ dynamicForm: {
|
|
|
5895
5883
|
type: BooleanConstructor;
|
|
5896
5884
|
default: boolean;
|
|
5897
5885
|
};
|
|
5898
|
-
isView: {
|
|
5899
|
-
type: BooleanConstructor;
|
|
5900
|
-
default: boolean;
|
|
5901
|
-
};
|
|
5902
5886
|
selectData: {
|
|
5903
5887
|
type: {
|
|
5904
5888
|
(arrayLength: number): SelectOption[];
|
|
@@ -5938,7 +5922,6 @@ tableListRef: Ref<any, any>;
|
|
|
5938
5922
|
}, {}, {}, {}, {
|
|
5939
5923
|
batchName: string;
|
|
5940
5924
|
labelPosition: string;
|
|
5941
|
-
isView: boolean;
|
|
5942
5925
|
selectData: SelectOption[];
|
|
5943
5926
|
dynamicForm: boolean;
|
|
5944
5927
|
batchFieldName: string;
|
|
@@ -5963,6 +5946,10 @@ size: {
|
|
|
5963
5946
|
type: StringConstructor;
|
|
5964
5947
|
default: any;
|
|
5965
5948
|
};
|
|
5949
|
+
source: {
|
|
5950
|
+
type: NumberConstructor;
|
|
5951
|
+
default: number;
|
|
5952
|
+
};
|
|
5966
5953
|
dataForm: {
|
|
5967
5954
|
type: PropType<any>;
|
|
5968
5955
|
};
|
|
@@ -5986,6 +5973,10 @@ size: {
|
|
|
5986
5973
|
type: StringConstructor;
|
|
5987
5974
|
default: any;
|
|
5988
5975
|
};
|
|
5976
|
+
source: {
|
|
5977
|
+
type: NumberConstructor;
|
|
5978
|
+
default: number;
|
|
5979
|
+
};
|
|
5989
5980
|
dataForm: {
|
|
5990
5981
|
type: PropType<any>;
|
|
5991
5982
|
};
|
|
@@ -5994,6 +5985,7 @@ type: PropType<any>;
|
|
|
5994
5985
|
onRemoveRow?: (...args: any[]) => any;
|
|
5995
5986
|
onAddRow?: (...args: any[]) => any;
|
|
5996
5987
|
}>, {
|
|
5988
|
+
source: number;
|
|
5997
5989
|
size: string;
|
|
5998
5990
|
initRows: number;
|
|
5999
5991
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
@@ -6691,8 +6683,8 @@ type: StringConstructor;
|
|
|
6691
6683
|
default: string;
|
|
6692
6684
|
};
|
|
6693
6685
|
}>> & Readonly<{}>, {
|
|
6694
|
-
title: string;
|
|
6695
6686
|
data: any;
|
|
6687
|
+
title: string;
|
|
6696
6688
|
size: string;
|
|
6697
6689
|
width: number;
|
|
6698
6690
|
color: string;
|
|
@@ -6740,6 +6732,10 @@ compSize: {
|
|
|
6740
6732
|
type: StringConstructor;
|
|
6741
6733
|
default: any;
|
|
6742
6734
|
};
|
|
6735
|
+
source: {
|
|
6736
|
+
type: NumberConstructor;
|
|
6737
|
+
default: number;
|
|
6738
|
+
};
|
|
6743
6739
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6744
6740
|
focusEvent: (...args: any[]) => void;
|
|
6745
6741
|
blurEvent: (...args: any[]) => void;
|
|
@@ -6779,10 +6775,15 @@ compSize: {
|
|
|
6779
6775
|
type: StringConstructor;
|
|
6780
6776
|
default: any;
|
|
6781
6777
|
};
|
|
6778
|
+
source: {
|
|
6779
|
+
type: NumberConstructor;
|
|
6780
|
+
default: number;
|
|
6781
|
+
};
|
|
6782
6782
|
}>> & Readonly<{
|
|
6783
6783
|
onFocusEvent?: (...args: any[]) => any;
|
|
6784
6784
|
onBlurEvent?: (...args: any[]) => any;
|
|
6785
6785
|
}>, {
|
|
6786
|
+
source: number;
|
|
6786
6787
|
cellEditable: boolean;
|
|
6787
6788
|
batchName: string;
|
|
6788
6789
|
compSize: string;
|
|
@@ -7452,9 +7453,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
7452
7453
|
"onUpdate:formData"?: (value: any) => any;
|
|
7453
7454
|
}>, {
|
|
7454
7455
|
disabled: boolean;
|
|
7455
|
-
isSearch: boolean;
|
|
7456
7456
|
bareFlag: boolean;
|
|
7457
7457
|
isDesign: boolean;
|
|
7458
|
+
isSearch: boolean;
|
|
7458
7459
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7459
7460
|
|
|
7460
7461
|
export declare const tabContainer: DefineComponent<ExtractPropTypes< {
|
|
@@ -7679,9 +7680,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
7679
7680
|
"onUpdate:formData"?: (value: any) => any;
|
|
7680
7681
|
}>, {
|
|
7681
7682
|
disabled: boolean;
|
|
7682
|
-
isSearch: boolean;
|
|
7683
7683
|
bareFlag: boolean;
|
|
7684
7684
|
isDesign: boolean;
|
|
7685
|
+
isSearch: boolean;
|
|
7685
7686
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7686
7687
|
|
|
7687
7688
|
export declare interface Tags {
|
|
@@ -7773,9 +7774,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
7773
7774
|
"onUpdate:formData"?: (value: any) => any;
|
|
7774
7775
|
}>, {
|
|
7775
7776
|
disabled: boolean;
|
|
7776
|
-
isSearch: boolean;
|
|
7777
7777
|
bareFlag: boolean;
|
|
7778
7778
|
isDesign: boolean;
|
|
7779
|
+
isSearch: boolean;
|
|
7779
7780
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7780
7781
|
|
|
7781
7782
|
export declare const textItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -7848,9 +7849,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
7848
7849
|
"onUpdate:formData"?: (value: any) => any;
|
|
7849
7850
|
}>, {
|
|
7850
7851
|
disabled: boolean;
|
|
7851
|
-
isSearch: boolean;
|
|
7852
7852
|
bareFlag: boolean;
|
|
7853
7853
|
isDesign: boolean;
|
|
7854
|
+
isSearch: boolean;
|
|
7854
7855
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7855
7856
|
|
|
7856
7857
|
/**
|
|
@@ -7930,9 +7931,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
7930
7931
|
"onUpdate:formData"?: (value: any) => any;
|
|
7931
7932
|
}>, {
|
|
7932
7933
|
disabled: boolean;
|
|
7933
|
-
isSearch: boolean;
|
|
7934
7934
|
bareFlag: boolean;
|
|
7935
7935
|
isDesign: boolean;
|
|
7936
|
+
isSearch: boolean;
|
|
7936
7937
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7937
7938
|
|
|
7938
7939
|
export declare const timePickerItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -8005,9 +8006,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
8005
8006
|
"onUpdate:formData"?: (value: any) => any;
|
|
8006
8007
|
}>, {
|
|
8007
8008
|
disabled: boolean;
|
|
8008
|
-
isSearch: boolean;
|
|
8009
8009
|
bareFlag: boolean;
|
|
8010
8010
|
isDesign: boolean;
|
|
8011
|
+
isSearch: boolean;
|
|
8011
8012
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8012
8013
|
|
|
8013
8014
|
export declare const toggle: (value?: boolean) => boolean;
|
|
@@ -8082,9 +8083,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
8082
8083
|
"onUpdate:formData"?: (value: any) => any;
|
|
8083
8084
|
}>, {
|
|
8084
8085
|
disabled: boolean;
|
|
8085
|
-
isSearch: boolean;
|
|
8086
8086
|
bareFlag: boolean;
|
|
8087
8087
|
isDesign: boolean;
|
|
8088
|
+
isSearch: boolean;
|
|
8088
8089
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8089
8090
|
|
|
8090
8091
|
/**
|
|
@@ -8163,9 +8164,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
8163
8164
|
"onUpdate:formData"?: (value: any) => any;
|
|
8164
8165
|
}>, {
|
|
8165
8166
|
disabled: boolean;
|
|
8166
|
-
isSearch: boolean;
|
|
8167
8167
|
bareFlag: boolean;
|
|
8168
8168
|
isDesign: boolean;
|
|
8169
|
+
isSearch: boolean;
|
|
8169
8170
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8170
8171
|
|
|
8171
8172
|
export declare const unknownItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -8230,9 +8231,9 @@ onSelfFunc?: (...args: any[]) => any;
|
|
|
8230
8231
|
onSelectItem?: (...args: any[]) => any;
|
|
8231
8232
|
}>, {
|
|
8232
8233
|
disabled: boolean;
|
|
8233
|
-
isSearch: boolean;
|
|
8234
8234
|
bareFlag: boolean;
|
|
8235
8235
|
isDesign: boolean;
|
|
8236
|
+
isSearch: boolean;
|
|
8236
8237
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8237
8238
|
|
|
8238
8239
|
export declare const uploadItem: DefineComponent<ExtractPropTypes< {
|
|
@@ -8320,10 +8321,10 @@ disabled: boolean;
|
|
|
8320
8321
|
formFieldList: Record<string, any>;
|
|
8321
8322
|
formInfo: Record<string, any>;
|
|
8322
8323
|
field: any;
|
|
8323
|
-
isSearch: boolean;
|
|
8324
8324
|
bareFlag: boolean;
|
|
8325
|
-
isDesign: boolean;
|
|
8326
8325
|
parentField: Record<string, any>;
|
|
8326
|
+
isDesign: boolean;
|
|
8327
|
+
isSearch: boolean;
|
|
8327
8328
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8328
8329
|
|
|
8329
8330
|
/**
|
|
@@ -8511,7 +8512,7 @@ setBatchEditFieldVisible: (visible: boolean) => void;
|
|
|
8511
8512
|
setPreviewVisible: (visible: boolean) => void;
|
|
8512
8513
|
setShortKeyDisabled: (disabled: boolean) => void;
|
|
8513
8514
|
getFieldDataIndex: () => number;
|
|
8514
|
-
}, "formData" | "formInfo" | "refresh" | "
|
|
8515
|
+
}, "formData" | "formInfo" | "refresh" | "compList" | "containerList" | "formDataList" | "selfFormDataList" | "allFormDataList" | "currentCompCategory" | "currentItemId" | "parentCompType" | "currentItemType" | "currentFormPreps" | "currentSubItemId" | "isEdit" | "isDragging" | "currentComp" | "draggingItem" | "historyRecord" | "componentVisible" | "batchEditFieldVisible" | "previewVisible" | "shortKeyDisabled">, Pick<{
|
|
8515
8516
|
formData: Ref<any, any>;
|
|
8516
8517
|
formInfo: Ref<any, any>;
|
|
8517
8518
|
compList: Ref<any[], any[]>;
|
|
@@ -8943,9 +8944,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
8943
8944
|
"onUpdate:formData"?: (value: any) => any;
|
|
8944
8945
|
}>, {
|
|
8945
8946
|
disabled: boolean;
|
|
8946
|
-
isSearch: boolean;
|
|
8947
8947
|
bareFlag: boolean;
|
|
8948
8948
|
isDesign: boolean;
|
|
8949
|
+
isSearch: boolean;
|
|
8949
8950
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8950
8951
|
|
|
8951
8952
|
/**
|
|
@@ -9069,9 +9070,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
9069
9070
|
"onUpdate:formData"?: (value: any) => any;
|
|
9070
9071
|
}>, {
|
|
9071
9072
|
disabled: boolean;
|
|
9072
|
-
isSearch: boolean;
|
|
9073
9073
|
bareFlag: boolean;
|
|
9074
9074
|
isDesign: boolean;
|
|
9075
|
+
isSearch: boolean;
|
|
9075
9076
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
9076
9077
|
userTableRef: unknown;
|
|
9077
9078
|
}, any>;
|
|
@@ -9839,9 +9840,9 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
9839
9840
|
"onUpdate:formData"?: (value: any) => any;
|
|
9840
9841
|
}>, {
|
|
9841
9842
|
disabled: boolean;
|
|
9842
|
-
isSearch: boolean;
|
|
9843
9843
|
bareFlag: boolean;
|
|
9844
9844
|
isDesign: boolean;
|
|
9845
|
+
isSearch: boolean;
|
|
9845
9846
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
9846
9847
|
markdownEditor: HTMLDivElement;
|
|
9847
9848
|
}, any>;
|