cnhis-design-vue 3.1.53-release.0 → 3.1.53-release.1
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/es/components/annotation-edit/src/AnnotationEdit.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +4 -4
- package/es/components/big-table/src/hooks/useEdit.d.ts +4 -4
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +4 -4
- package/es/components/button-print/src/utils/dialog.d.ts +2 -2
- package/es/components/button-print/src/utils/print.d.ts +14 -13
- package/es/components/button-print/src/utils/print.js +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +69 -6
- package/es/components/card-reader-sdk/src/types/index.d.ts +3 -3
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
- package/es/components/form-config/index.d.ts +98 -26
- package/es/components/form-config/src/FormConfig.vue.d.ts +99 -27
- package/es/components/form-config/src/FormConfig.vue2.js +1 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +30 -6
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +48 -12
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +1 -1
- package/es/components/form-render/index.d.ts +30 -6
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +31 -7
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +31 -7
- package/es/components/form-render/src/components/renderer/combination.js +1 -1
- package/es/components/form-render/src/components/renderer/index.js +1 -1
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/{levelSearchCascader.d.ts → levelSearchCascader/index.d.ts} +3 -5
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.js +1 -0
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
- package/es/components/form-render/src/components/renderer/select.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/constants/index.d.ts +3 -2
- package/es/components/form-render/src/hooks/index.d.ts +0 -2
- package/es/components/form-render/src/hooks/index.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +3 -3
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +2 -2
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +2 -2
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +10 -2
- package/es/components/form-render/src/hooks/useFormContext.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFormContext.js +1 -1
- package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +9 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +5 -5
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +4 -26
- package/es/components/form-render/src/types/index.d.ts +7 -14
- package/es/components/form-render/src/utils/index.d.ts +1 -2
- package/es/components/form-render/src/utils/index.js +1 -1
- package/es/components/form-render/src/utils/schema.d.ts +2 -2
- package/es/components/form-render/src/utils/schema.js +1 -1
- package/es/components/guide/src/renderer.js +1 -1
- package/es/components/iho-table/index.d.ts +39 -0
- package/es/components/iho-table/src/IhoTable.vue.d.ts +40 -0
- package/es/components/iho-table/src/IhoTable.vue2.js +1 -1
- package/es/components/iho-table/src/constants/index.d.ts +4 -1
- package/es/components/iho-table/src/constants/index.js +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +2 -2
- package/es/components/iho-table/src/plugins/defaultValuePlugin.js +1 -1
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +552 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.js +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +4 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +2 -2
- package/es/components/iho-table/src/plugins/wordbookSettingPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/wordbookSettingPlugin.js +1 -0
- package/es/components/iho-table/src/types/index.d.ts +7 -2
- package/es/components/iho-table/src/types/pluginType.d.ts +3 -3
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +1 -0
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +97 -29
- package/es/components/info-header/src/InfoHeader.vue.d.ts +98 -30
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +9 -5
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +10 -6
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +41 -13
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +30 -6
- package/es/components/keyboard/src/Keyboard.vue2.js +1 -1
- package/es/components/search-cascader/index.d.ts +23 -3
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +24 -4
- package/es/components/search-cascader/src/SearchCascader.vue2.js +1 -1
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +1 -0
- package/es/components/shortcut-setter/index.d.ts +33 -9
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +34 -10
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +1 -1
- package/es/components/time-picker/src/TimePicker.vue2.js +1 -1
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +4 -4
- package/es/shared/components/SlotRender/SlotRender.d.ts +5 -5
- package/es/shared/hooks/index.d.ts +3 -0
- package/es/shared/hooks/index.js +1 -1
- package/es/shared/hooks/selectHooks/index.d.ts +4 -0
- package/es/shared/hooks/selectHooks/index.js +1 -0
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +10 -0
- package/es/shared/hooks/selectHooks/useOptionFiltered.js +1 -0
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +6 -0
- package/es/shared/hooks/selectHooks/useSearchContent.js +1 -0
- package/es/shared/hooks/selectHooks/useSelectAllowModify.d.ts +23 -0
- package/es/shared/hooks/selectHooks/useSelectAllowModify.js +1 -0
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +19 -0
- package/es/shared/hooks/selectHooks/useSelectRenders.js +1 -0
- package/es/shared/hooks/{useAsyncQueue.d.ts → useAsyncQueue/index.d.ts} +7 -15
- package/es/shared/hooks/useAsyncQueue/index.js +1 -0
- package/es/shared/hooks/useAsyncQueue/types.d.ts +20 -0
- package/es/shared/hooks/useAsyncQueue/types.js +1 -0
- package/es/shared/hooks/useDateTime.d.ts +2 -2
- package/es/shared/hooks/useFormRequest/index.d.ts +24 -0
- package/es/shared/hooks/useFormRequest/index.js +1 -0
- package/es/shared/hooks/useFormRequest/types.d.ts +39 -0
- package/es/shared/hooks/useFormRequest/types.js +1 -0
- package/es/shared/hooks/useLevelSearchCascader.d.ts +31 -0
- package/es/shared/hooks/useLevelSearchCascader.js +1 -0
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +24 -0
- package/es/shared/types/index.d.ts +1 -1
- package/package.json +2 -2
- package/es/components/form-render/src/components/renderer/levelSearchCascader.js +0 -1
- package/es/components/form-render/src/hooks/useFormAsyncQueue.d.ts +0 -16
- package/es/components/form-render/src/hooks/useFormAsyncQueue.js +0 -1
- package/es/components/form-render/src/hooks/useFormRequest.d.ts +0 -26
- package/es/components/form-render/src/hooks/useFormRequest.js +0 -1
- package/es/shared/hooks/useAsyncQueue.js +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AnyObject,
|
|
1
|
+
import { AnyObject, AnyFn } from '../../../../es/shared/types';
|
|
2
2
|
import { PropType, VNode } from 'vue';
|
|
3
3
|
import { FormRenderExpose } from '../../../../es/components/form-render';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
@@ -65,7 +65,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
65
65
|
};
|
|
66
66
|
settingIcons: {
|
|
67
67
|
type: PropType<(string | {
|
|
68
|
-
event:
|
|
68
|
+
event: AnyFn;
|
|
69
69
|
render: () => VNode[];
|
|
70
70
|
})[]>;
|
|
71
71
|
default: () => string[];
|
|
@@ -143,12 +143,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
143
143
|
uuid: string;
|
|
144
144
|
lifeCycle: Partial<{
|
|
145
145
|
onSetup(): void;
|
|
146
|
+
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
147
|
+
field: import("@formily/core").GeneralField;
|
|
148
|
+
oldValue: unknown;
|
|
149
|
+
}): any;
|
|
146
150
|
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
147
151
|
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
148
152
|
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
149
153
|
}>;
|
|
150
154
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
151
|
-
requestInstance: import("
|
|
155
|
+
requestInstance: import("../..").FormRequestDefine.RequestInstance;
|
|
152
156
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
153
157
|
lowCodeReactions: import("../../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
154
158
|
linebarAutoHidden: boolean;
|
|
@@ -224,7 +228,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
224
228
|
};
|
|
225
229
|
settingIcons: {
|
|
226
230
|
type: PropType<(string | {
|
|
227
|
-
event:
|
|
231
|
+
event: AnyFn;
|
|
228
232
|
render: () => VNode[];
|
|
229
233
|
})[]>;
|
|
230
234
|
default: () => string[];
|
|
@@ -302,12 +306,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
302
306
|
uuid: string;
|
|
303
307
|
lifeCycle: Partial<{
|
|
304
308
|
onSetup(): void;
|
|
309
|
+
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
310
|
+
field: import("@formily/core").GeneralField;
|
|
311
|
+
oldValue: unknown;
|
|
312
|
+
}): any;
|
|
305
313
|
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
306
314
|
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
307
315
|
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
308
316
|
}>;
|
|
309
317
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
310
|
-
requestInstance: import("
|
|
318
|
+
requestInstance: import("../..").FormRequestDefine.RequestInstance;
|
|
311
319
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
312
320
|
lowCodeReactions: import("../../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
313
321
|
linebarAutoHidden: boolean;
|
|
@@ -326,7 +334,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
326
334
|
}>>;
|
|
327
335
|
emit: (event: "formChange" | "openPatientInfo" | "fieldSet" | "update:compact", ...args: any[]) => void;
|
|
328
336
|
infoDescriptionRef: import("vue").Ref<{
|
|
329
|
-
updateColumn:
|
|
337
|
+
updateColumn: AnyFn;
|
|
330
338
|
} | undefined>;
|
|
331
339
|
updateColumn: () => any;
|
|
332
340
|
toggleCompact: () => Promise<void>;
|
|
@@ -339,10 +347,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
339
347
|
}>;
|
|
340
348
|
settingIconMap: Record<string, {
|
|
341
349
|
render: () => VNode[];
|
|
342
|
-
event:
|
|
350
|
+
event: AnyFn;
|
|
343
351
|
}>;
|
|
344
352
|
settingIconList: import("vue").ComputedRef<{
|
|
345
|
-
event:
|
|
353
|
+
event: AnyFn;
|
|
346
354
|
render: () => VNode[];
|
|
347
355
|
}[]>;
|
|
348
356
|
formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
|
|
@@ -392,7 +400,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
392
400
|
labelField: string;
|
|
393
401
|
valueField: string;
|
|
394
402
|
minColumnWidth: string | number;
|
|
395
|
-
rootSlot: Record<string,
|
|
403
|
+
rootSlot: Record<string, AnyFn<any[], any>>;
|
|
396
404
|
formProps: Partial<Partial<{
|
|
397
405
|
fieldList: import("../../../../es/components/form-render").FieldItem[];
|
|
398
406
|
initialData: AnyObject;
|
|
@@ -465,12 +473,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
465
473
|
uuid: string;
|
|
466
474
|
lifeCycle: Partial<{
|
|
467
475
|
onSetup(): void;
|
|
476
|
+
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
477
|
+
field: import("@formily/core").GeneralField;
|
|
478
|
+
oldValue: unknown;
|
|
479
|
+
}): any;
|
|
468
480
|
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
469
481
|
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
470
482
|
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
471
483
|
}>;
|
|
472
484
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
473
|
-
requestInstance: import("
|
|
485
|
+
requestInstance: import("../..").FormRequestDefine.RequestInstance;
|
|
474
486
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
475
487
|
lowCodeReactions: import("../../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
476
488
|
linebarAutoHidden: boolean;
|
|
@@ -706,12 +718,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
706
718
|
uuid: string;
|
|
707
719
|
lifeCycle: Partial<{
|
|
708
720
|
onSetup(): void;
|
|
721
|
+
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
722
|
+
field: import("@formily/core").GeneralField;
|
|
723
|
+
oldValue: unknown;
|
|
724
|
+
}): any;
|
|
709
725
|
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
710
726
|
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
711
727
|
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
712
728
|
}>;
|
|
713
729
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
714
|
-
requestInstance: import("
|
|
730
|
+
requestInstance: import("../..").FormRequestDefine.RequestInstance;
|
|
715
731
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
716
732
|
lowCodeReactions: import("../../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
717
733
|
linebarAutoHidden: boolean;
|
|
@@ -2477,19 +2493,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2477
2493
|
}>;
|
|
2478
2494
|
SlotRender: import("vue").DefineComponent<{
|
|
2479
2495
|
renderer: {
|
|
2480
|
-
type: PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> |
|
|
2496
|
+
type: PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | AnyFn<any[], any>>;
|
|
2481
2497
|
required: true;
|
|
2482
2498
|
};
|
|
2483
2499
|
rootSlots: {
|
|
2484
|
-
type: PropType<Record<string,
|
|
2500
|
+
type: PropType<Record<string, AnyFn<any[], any>>>;
|
|
2485
2501
|
};
|
|
2486
2502
|
}, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2487
2503
|
renderer: {
|
|
2488
|
-
type: PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> |
|
|
2504
|
+
type: PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | AnyFn<any[], any>>;
|
|
2489
2505
|
required: true;
|
|
2490
2506
|
};
|
|
2491
2507
|
rootSlots: {
|
|
2492
|
-
type: PropType<Record<string,
|
|
2508
|
+
type: PropType<Record<string, AnyFn<any[], any>>>;
|
|
2493
2509
|
};
|
|
2494
2510
|
}>>, {}>;
|
|
2495
2511
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2679,13 +2695,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2679
2695
|
lifeCycle: {
|
|
2680
2696
|
type: PropType<Partial<{
|
|
2681
2697
|
onSetup(): void;
|
|
2698
|
+
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
2699
|
+
field: import("@formily/core").GeneralField;
|
|
2700
|
+
oldValue: unknown;
|
|
2701
|
+
}): any;
|
|
2682
2702
|
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
2683
2703
|
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
2684
2704
|
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
2685
2705
|
}>>;
|
|
2686
2706
|
};
|
|
2687
2707
|
requestInstance: {
|
|
2688
|
-
type: PropType<import("
|
|
2708
|
+
type: PropType<import("../..").FormRequestDefine.RequestInstance>;
|
|
2689
2709
|
};
|
|
2690
2710
|
enterToNextWidget: {
|
|
2691
2711
|
type: PropType<boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void)>;
|
|
@@ -2824,13 +2844,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2824
2844
|
lifeCycle: {
|
|
2825
2845
|
type: PropType<Partial<{
|
|
2826
2846
|
onSetup(): void;
|
|
2847
|
+
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
2848
|
+
field: import("@formily/core").GeneralField;
|
|
2849
|
+
oldValue: unknown;
|
|
2850
|
+
}): any;
|
|
2827
2851
|
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
2828
2852
|
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
2829
2853
|
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
2830
2854
|
}>>;
|
|
2831
2855
|
};
|
|
2832
2856
|
requestInstance: {
|
|
2833
|
-
type: PropType<import("
|
|
2857
|
+
type: PropType<import("../..").FormRequestDefine.RequestInstance>;
|
|
2834
2858
|
};
|
|
2835
2859
|
enterToNextWidget: {
|
|
2836
2860
|
type: PropType<boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void)>;
|
|
@@ -2884,7 +2908,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2884
2908
|
changeContextCollector: import("../../../../es/components/form-render").ContextCollector;
|
|
2885
2909
|
formUUID: string;
|
|
2886
2910
|
anchorBarRef: import("vue").Ref<{
|
|
2887
|
-
syncBarPosition:
|
|
2911
|
+
syncBarPosition: AnyFn<any[], any>;
|
|
2888
2912
|
} | undefined>;
|
|
2889
2913
|
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
2890
2914
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
|
@@ -2893,13 +2917,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2893
2917
|
title: string;
|
|
2894
2918
|
}[]>;
|
|
2895
2919
|
onScroll: (scrollEvent: Event) => void;
|
|
2896
|
-
callLifeCycle: <T extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T, payload?: Parameters<Required<Partial<{
|
|
2920
|
+
callLifeCycle: <T extends "onSetup" | "beforeSetValue" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T, payload?: Parameters<Required<Partial<{
|
|
2897
2921
|
onSetup(): void;
|
|
2922
|
+
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
2923
|
+
field: import("@formily/core").GeneralField;
|
|
2924
|
+
oldValue: unknown;
|
|
2925
|
+
}): any;
|
|
2898
2926
|
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
2899
2927
|
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
2900
2928
|
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
2901
2929
|
}>>[T]> | undefined) => import("../../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
2902
2930
|
onSetup(): void;
|
|
2931
|
+
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
2932
|
+
field: import("@formily/core").GeneralField;
|
|
2933
|
+
oldValue: unknown;
|
|
2934
|
+
}): any;
|
|
2903
2935
|
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
2904
2936
|
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
2905
2937
|
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
@@ -2992,12 +3024,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2992
3024
|
uuid: string;
|
|
2993
3025
|
lifeCycle: Partial<{
|
|
2994
3026
|
onSetup(): void;
|
|
3027
|
+
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
3028
|
+
field: import("@formily/core").GeneralField;
|
|
3029
|
+
oldValue: unknown;
|
|
3030
|
+
}): any;
|
|
2995
3031
|
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
2996
3032
|
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
2997
3033
|
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
2998
3034
|
}>;
|
|
2999
3035
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
3000
|
-
requestInstance: import("
|
|
3036
|
+
requestInstance: import("../..").FormRequestDefine.RequestInstance;
|
|
3001
3037
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
3002
3038
|
lowCodeReactions: import("../../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
3003
3039
|
linebarAutoHidden: boolean;
|
|
@@ -3399,13 +3435,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3399
3435
|
lifeCycle: {
|
|
3400
3436
|
type: PropType<Partial<{
|
|
3401
3437
|
onSetup(): void;
|
|
3438
|
+
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
3439
|
+
field: import("@formily/core").GeneralField;
|
|
3440
|
+
oldValue: unknown;
|
|
3441
|
+
}): any;
|
|
3402
3442
|
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
3403
3443
|
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
3404
3444
|
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
3405
3445
|
}>>;
|
|
3406
3446
|
};
|
|
3407
3447
|
requestInstance: {
|
|
3408
|
-
type: PropType<import("
|
|
3448
|
+
type: PropType<import("../..").FormRequestDefine.RequestInstance>;
|
|
3409
3449
|
};
|
|
3410
3450
|
enterToNextWidget: {
|
|
3411
3451
|
type: PropType<boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void)>;
|
|
@@ -3685,13 +3725,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3685
3725
|
lifeCycle: {
|
|
3686
3726
|
type: PropType<Partial<{
|
|
3687
3727
|
onSetup(): void;
|
|
3728
|
+
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
3729
|
+
field: import("@formily/core").GeneralField;
|
|
3730
|
+
oldValue: unknown;
|
|
3731
|
+
}): any;
|
|
3688
3732
|
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
3689
3733
|
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
3690
3734
|
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
3691
3735
|
}>>;
|
|
3692
3736
|
};
|
|
3693
3737
|
requestInstance: {
|
|
3694
|
-
type: PropType<import("
|
|
3738
|
+
type: PropType<import("../..").FormRequestDefine.RequestInstance>;
|
|
3695
3739
|
};
|
|
3696
3740
|
enterToNextWidget: {
|
|
3697
3741
|
type: PropType<boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void)>;
|
|
@@ -3830,13 +3874,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3830
3874
|
lifeCycle: {
|
|
3831
3875
|
type: PropType<Partial<{
|
|
3832
3876
|
onSetup(): void;
|
|
3877
|
+
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
3878
|
+
field: import("@formily/core").GeneralField;
|
|
3879
|
+
oldValue: unknown;
|
|
3880
|
+
}): any;
|
|
3833
3881
|
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
3834
3882
|
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
3835
3883
|
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
3836
3884
|
}>>;
|
|
3837
3885
|
};
|
|
3838
3886
|
requestInstance: {
|
|
3839
|
-
type: PropType<import("
|
|
3887
|
+
type: PropType<import("../..").FormRequestDefine.RequestInstance>;
|
|
3840
3888
|
};
|
|
3841
3889
|
enterToNextWidget: {
|
|
3842
3890
|
type: PropType<boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void)>;
|
|
@@ -3890,7 +3938,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3890
3938
|
changeContextCollector: import("../../../../es/components/form-render").ContextCollector;
|
|
3891
3939
|
formUUID: string;
|
|
3892
3940
|
anchorBarRef: import("vue").Ref<{
|
|
3893
|
-
syncBarPosition:
|
|
3941
|
+
syncBarPosition: AnyFn<any[], any>;
|
|
3894
3942
|
} | undefined>;
|
|
3895
3943
|
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
3896
3944
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
|
@@ -3899,13 +3947,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3899
3947
|
title: string;
|
|
3900
3948
|
}[]>;
|
|
3901
3949
|
onScroll: (scrollEvent: Event) => void;
|
|
3902
|
-
callLifeCycle: <T extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T, payload?: Parameters<Required<Partial<{
|
|
3950
|
+
callLifeCycle: <T extends "onSetup" | "beforeSetValue" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T, payload?: Parameters<Required<Partial<{
|
|
3903
3951
|
onSetup(): void;
|
|
3952
|
+
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
3953
|
+
field: import("@formily/core").GeneralField;
|
|
3954
|
+
oldValue: unknown;
|
|
3955
|
+
}): any;
|
|
3904
3956
|
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
3905
3957
|
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
3906
3958
|
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
3907
3959
|
}>>[T]> | undefined) => import("../../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
3908
3960
|
onSetup(): void;
|
|
3961
|
+
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
3962
|
+
field: import("@formily/core").GeneralField;
|
|
3963
|
+
oldValue: unknown;
|
|
3964
|
+
}): any;
|
|
3909
3965
|
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
3910
3966
|
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
3911
3967
|
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
@@ -3998,12 +4054,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3998
4054
|
uuid: string;
|
|
3999
4055
|
lifeCycle: Partial<{
|
|
4000
4056
|
onSetup(): void;
|
|
4057
|
+
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
4058
|
+
field: import("@formily/core").GeneralField;
|
|
4059
|
+
oldValue: unknown;
|
|
4060
|
+
}): any;
|
|
4001
4061
|
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
4002
4062
|
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
4003
4063
|
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
4004
4064
|
}>;
|
|
4005
4065
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
4006
|
-
requestInstance: import("
|
|
4066
|
+
requestInstance: import("../..").FormRequestDefine.RequestInstance;
|
|
4007
4067
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
4008
4068
|
lowCodeReactions: import("../../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
4009
4069
|
linebarAutoHidden: boolean;
|
|
@@ -4405,13 +4465,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4405
4465
|
lifeCycle: {
|
|
4406
4466
|
type: PropType<Partial<{
|
|
4407
4467
|
onSetup(): void;
|
|
4468
|
+
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
4469
|
+
field: import("@formily/core").GeneralField;
|
|
4470
|
+
oldValue: unknown;
|
|
4471
|
+
}): any;
|
|
4408
4472
|
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
4409
4473
|
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
4410
4474
|
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
4411
4475
|
}>>;
|
|
4412
4476
|
};
|
|
4413
4477
|
requestInstance: {
|
|
4414
|
-
type: PropType<import("
|
|
4478
|
+
type: PropType<import("../..").FormRequestDefine.RequestInstance>;
|
|
4415
4479
|
};
|
|
4416
4480
|
enterToNextWidget: {
|
|
4417
4481
|
type: PropType<boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void)>;
|
|
@@ -4537,7 +4601,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4537
4601
|
};
|
|
4538
4602
|
settingIcons: {
|
|
4539
4603
|
type: PropType<(string | {
|
|
4540
|
-
event:
|
|
4604
|
+
event: AnyFn;
|
|
4541
4605
|
render: () => VNode[];
|
|
4542
4606
|
})[]>;
|
|
4543
4607
|
default: () => string[];
|
|
@@ -4615,12 +4679,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4615
4679
|
uuid: string;
|
|
4616
4680
|
lifeCycle: Partial<{
|
|
4617
4681
|
onSetup(): void;
|
|
4682
|
+
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
4683
|
+
field: import("@formily/core").GeneralField;
|
|
4684
|
+
oldValue: unknown;
|
|
4685
|
+
}): any;
|
|
4618
4686
|
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
4619
4687
|
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
4620
4688
|
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
4621
4689
|
}>;
|
|
4622
4690
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
4623
|
-
requestInstance: import("
|
|
4691
|
+
requestInstance: import("../..").FormRequestDefine.RequestInstance;
|
|
4624
4692
|
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
4625
4693
|
lowCodeReactions: import("../../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
4626
4694
|
linebarAutoHidden: boolean;
|
|
@@ -4669,7 +4737,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4669
4737
|
minColumnWidth: string | number;
|
|
4670
4738
|
rowHeight: string | number;
|
|
4671
4739
|
settingIcons: (string | {
|
|
4672
|
-
event:
|
|
4740
|
+
event: AnyFn;
|
|
4673
4741
|
render: () => VNode[];
|
|
4674
4742
|
})[];
|
|
4675
4743
|
}>;
|
|
@@ -110,12 +110,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
110
110
|
uuid: string;
|
|
111
111
|
lifeCycle: Partial<{
|
|
112
112
|
onSetup(): void;
|
|
113
|
+
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
114
|
+
field: import("@formily/core").GeneralField;
|
|
115
|
+
oldValue: unknown;
|
|
116
|
+
}): any;
|
|
113
117
|
beforeRequest(fieldKey: string, params?: import("../../../..").AnyObject | undefined, payload?: import("../../../..").AnyObject | undefined): void | import("../../../..").UndefinedAble<import("../../../..").AnyObject>;
|
|
114
118
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../..").AnyObject | undefined): import("../../../..").AnyObject[];
|
|
115
119
|
afterOptionInit(fieldKey: string, options: import("../../../..").AnyObject[], payload?: import("../../../..").AnyObject | undefined): void;
|
|
116
120
|
}>;
|
|
117
121
|
businessFormatter: import("../../../../../../es/components/form-render").FormBusinessFormatter;
|
|
118
|
-
requestInstance: import("
|
|
122
|
+
requestInstance: import("../../../..").FormRequestDefine.RequestInstance;
|
|
119
123
|
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
|
120
124
|
lowCodeReactions: import("../../../..").FormLowCodeReactions.Config[];
|
|
121
125
|
linebarAutoHidden: boolean;
|
|
@@ -1881,19 +1885,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1881
1885
|
}>;
|
|
1882
1886
|
SlotRender: import("vue").DefineComponent<{
|
|
1883
1887
|
renderer: {
|
|
1884
|
-
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../../..").
|
|
1888
|
+
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../../..").AnyFn<any[], any>>;
|
|
1885
1889
|
required: true;
|
|
1886
1890
|
};
|
|
1887
1891
|
rootSlots: {
|
|
1888
|
-
type: import("vue").PropType<Record<string, import("../../../..").
|
|
1892
|
+
type: import("vue").PropType<Record<string, import("../../../..").AnyFn<any[], any>>>;
|
|
1889
1893
|
};
|
|
1890
1894
|
}, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1891
1895
|
renderer: {
|
|
1892
|
-
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../../..").
|
|
1896
|
+
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../../..").AnyFn<any[], any>>;
|
|
1893
1897
|
required: true;
|
|
1894
1898
|
};
|
|
1895
1899
|
rootSlots: {
|
|
1896
|
-
type: import("vue").PropType<Record<string, import("../../../..").
|
|
1900
|
+
type: import("vue").PropType<Record<string, import("../../../..").AnyFn<any[], any>>>;
|
|
1897
1901
|
};
|
|
1898
1902
|
}>>, {}>;
|
|
1899
1903
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AnyFn } from '../../../../../../es/shared/types';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
infoList: {
|
|
4
4
|
type: ArrayConstructor;
|
|
@@ -198,12 +198,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
198
198
|
uuid: string;
|
|
199
199
|
lifeCycle: Partial<{
|
|
200
200
|
onSetup(): void;
|
|
201
|
+
beforeSetValue(fieldKey: string, value: unknown, payload: {
|
|
202
|
+
field: import("@formily/core").GeneralField;
|
|
203
|
+
oldValue: unknown;
|
|
204
|
+
}): any;
|
|
201
205
|
beforeRequest(fieldKey: string, params?: import("../../../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../../../es/shared/types").AnyObject | undefined): void | import("../../../../../../es/shared/types").UndefinedAble<import("../../../../../../es/shared/types").AnyObject>;
|
|
202
206
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../../../es/shared/types").AnyObject | undefined): import("../../../../../../es/shared/types").AnyObject[];
|
|
203
207
|
afterOptionInit(fieldKey: string, options: import("../../../../../../es/shared/types").AnyObject[], payload?: import("../../../../../../es/shared/types").AnyObject | undefined): void;
|
|
204
208
|
}>;
|
|
205
209
|
businessFormatter: import("../../../..").FormBusinessFormatter;
|
|
206
|
-
requestInstance: import("../../../..").RequestInstance;
|
|
210
|
+
requestInstance: import("../../../..").FormRequestDefine.RequestInstance;
|
|
207
211
|
enterToNextWidget: boolean | ((fieldItem: import("../../../..").FieldItem) => boolean | void);
|
|
208
212
|
lowCodeReactions: import("../../../../../../es/shared/types").FormLowCodeReactions.Config[];
|
|
209
213
|
linebarAutoHidden: boolean;
|
|
@@ -1969,19 +1973,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1969
1973
|
}>;
|
|
1970
1974
|
SlotRender: import("vue").DefineComponent<{
|
|
1971
1975
|
renderer: {
|
|
1972
|
-
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> |
|
|
1976
|
+
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | AnyFn<any[], any>>;
|
|
1973
1977
|
required: true;
|
|
1974
1978
|
};
|
|
1975
1979
|
rootSlots: {
|
|
1976
|
-
type: import("vue").PropType<Record<string,
|
|
1980
|
+
type: import("vue").PropType<Record<string, AnyFn<any[], any>>>;
|
|
1977
1981
|
};
|
|
1978
1982
|
}, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1979
1983
|
renderer: {
|
|
1980
|
-
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> |
|
|
1984
|
+
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | AnyFn<any[], any>>;
|
|
1981
1985
|
required: true;
|
|
1982
1986
|
};
|
|
1983
1987
|
rootSlots: {
|
|
1984
|
-
type: import("vue").PropType<Record<string,
|
|
1988
|
+
type: import("vue").PropType<Record<string, AnyFn<any[], any>>>;
|
|
1985
1989
|
};
|
|
1986
1990
|
}>>, {}>;
|
|
1987
1991
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|