cnhis-design-vue 3.1.50-beta.9 → 3.1.50-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/card-reader-sdk/src/types/index.d.ts +1 -1
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +3 -0
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -1
- package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/useEvent.js +1 -1
- package/es/components/form-config/index.d.ts +243 -56
- package/es/components/form-config/src/FormConfig.vue.d.ts +243 -56
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +106 -19
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +121 -28
- package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
- package/es/components/form-render/index.d.ts +106 -19
- package/es/components/form-render/src/FormRender.vue.d.ts +106 -19
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +106 -19
- package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
- package/es/components/form-render/src/components/renderer/select.d.ts +3 -0
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +2 -5
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +173 -4
- package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -1
- package/es/components/form-render/src/hooks/useFormAsyncQueue.d.ts +2 -2
- package/es/components/form-render/src/hooks/useFormAsyncQueue.js +1 -1
- package/es/components/form-render/src/hooks/useFormContext.js +1 -1
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +1 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
- package/es/components/form-render/src/types/index.d.ts +6 -3
- package/es/components/iho-table/index.d.ts +26 -0
- package/es/components/iho-table/src/IhoTable.vue.d.ts +26 -0
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +3 -1
- package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +4 -0
- package/es/components/info-header/index.d.ts +314 -53
- package/es/components/info-header/src/InfoHeader.vue.d.ts +314 -53
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +86 -3
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +86 -3
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +192 -22
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +106 -19
- package/es/components/search-cascader/index.d.ts +4 -0
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +4 -0
- package/es/components/search-cascader/src/SearchCascader.vue2.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +107 -19
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +107 -19
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +28 -0
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/business.d.ts +3 -1
- package/es/shared/utils/business.js +1 -1
- package/es/shared/utils/index.js +1 -1
- package/package.json +2 -2
|
@@ -143,9 +143,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
143
143
|
uuid: string;
|
|
144
144
|
lifeCycle: Partial<{
|
|
145
145
|
onSetup(): void;
|
|
146
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
147
|
-
afterRequest(fieldKey: string, payload?:
|
|
148
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
146
|
+
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>;
|
|
147
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
148
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
149
149
|
}>;
|
|
150
150
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
151
151
|
requestInstance: import("..").RequestInstance;
|
|
@@ -156,6 +156,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
156
156
|
uniqueCacheData: boolean;
|
|
157
157
|
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
158
158
|
outBordered: boolean;
|
|
159
|
+
forceClearable: boolean;
|
|
159
160
|
}>>>;
|
|
160
161
|
};
|
|
161
162
|
}, {
|
|
@@ -303,9 +304,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
303
304
|
uuid: string;
|
|
304
305
|
lifeCycle: Partial<{
|
|
305
306
|
onSetup(): void;
|
|
306
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
307
|
-
afterRequest(fieldKey: string, payload?:
|
|
308
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
307
|
+
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>;
|
|
308
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
309
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
309
310
|
}>;
|
|
310
311
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
311
312
|
requestInstance: import("..").RequestInstance;
|
|
@@ -316,6 +317,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
316
317
|
uniqueCacheData: boolean;
|
|
317
318
|
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
318
319
|
outBordered: boolean;
|
|
320
|
+
forceClearable: boolean;
|
|
319
321
|
}>>>;
|
|
320
322
|
};
|
|
321
323
|
}>> & {
|
|
@@ -469,9 +471,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
469
471
|
uuid: string;
|
|
470
472
|
lifeCycle: Partial<{
|
|
471
473
|
onSetup(): void;
|
|
472
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
473
|
-
afterRequest(fieldKey: string, payload?:
|
|
474
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
474
|
+
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>;
|
|
475
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
476
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
475
477
|
}>;
|
|
476
478
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
477
479
|
requestInstance: import("..").RequestInstance;
|
|
@@ -482,6 +484,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
482
484
|
uniqueCacheData: boolean;
|
|
483
485
|
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
484
486
|
outBordered: boolean;
|
|
487
|
+
forceClearable: boolean;
|
|
485
488
|
}>>;
|
|
486
489
|
};
|
|
487
490
|
themeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
@@ -637,10 +640,93 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
637
640
|
edit: boolean;
|
|
638
641
|
}>) => Promise<void>;
|
|
639
642
|
collector: import("..").BusinessCollector | undefined;
|
|
640
|
-
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: {
|
|
643
|
+
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: Partial<{
|
|
644
|
+
fieldList: import("..").FieldItem[];
|
|
645
|
+
initialData: import("../../../es/shared/types").AnyObject;
|
|
646
|
+
fieldVisitor: import("..").FieldVisitor;
|
|
641
647
|
column: number;
|
|
642
|
-
|
|
643
|
-
|
|
648
|
+
maxHeight: string | number;
|
|
649
|
+
anchor: boolean;
|
|
650
|
+
parallelism: number;
|
|
651
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
652
|
+
[key: symbol]: any;
|
|
653
|
+
[key: `x-${string}`]: any;
|
|
654
|
+
[key: `x-${number}`]: any;
|
|
655
|
+
version?: string | undefined;
|
|
656
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
657
|
+
title?: any;
|
|
658
|
+
description?: any;
|
|
659
|
+
default?: any;
|
|
660
|
+
readOnly?: boolean | undefined;
|
|
661
|
+
writeOnly?: boolean | undefined;
|
|
662
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
663
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
664
|
+
const?: any;
|
|
665
|
+
multipleOf?: number | undefined;
|
|
666
|
+
maximum?: number | undefined;
|
|
667
|
+
exclusiveMaximum?: number | undefined;
|
|
668
|
+
minimum?: number | undefined;
|
|
669
|
+
exclusiveMinimum?: number | undefined;
|
|
670
|
+
maxLength?: number | undefined;
|
|
671
|
+
minLength?: number | undefined;
|
|
672
|
+
pattern?: string | RegExp | undefined;
|
|
673
|
+
maxItems?: number | undefined;
|
|
674
|
+
minItems?: number | undefined;
|
|
675
|
+
uniqueItems?: boolean | undefined;
|
|
676
|
+
maxProperties?: number | undefined;
|
|
677
|
+
minProperties?: number | undefined;
|
|
678
|
+
required?: string | boolean | string[] | undefined;
|
|
679
|
+
format?: string | undefined;
|
|
680
|
+
$ref?: string | undefined;
|
|
681
|
+
$namespace?: string | undefined;
|
|
682
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
683
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
684
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
685
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
686
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
687
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
688
|
+
"x-value"?: any;
|
|
689
|
+
"x-index"?: number | undefined;
|
|
690
|
+
"x-pattern"?: any;
|
|
691
|
+
"x-display"?: any;
|
|
692
|
+
"x-validator"?: any;
|
|
693
|
+
"x-decorator"?: any;
|
|
694
|
+
"x-decorator-props"?: any;
|
|
695
|
+
"x-component"?: any;
|
|
696
|
+
"x-component-props"?: any;
|
|
697
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
698
|
+
"x-content"?: any;
|
|
699
|
+
"x-data"?: any;
|
|
700
|
+
"x-visible"?: boolean | undefined;
|
|
701
|
+
"x-hidden"?: boolean | undefined;
|
|
702
|
+
"x-disabled"?: boolean | undefined;
|
|
703
|
+
"x-editable"?: boolean | undefined;
|
|
704
|
+
"x-read-only"?: boolean | undefined;
|
|
705
|
+
"x-read-pretty"?: boolean | undefined;
|
|
706
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
707
|
+
}>;
|
|
708
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
709
|
+
scope: import("../../../es/shared/types").AnyObject;
|
|
710
|
+
annotation: import("../../../es/shared/types").AnyObject;
|
|
711
|
+
consumer: boolean;
|
|
712
|
+
uuid: string;
|
|
713
|
+
lifeCycle: Partial<{
|
|
714
|
+
onSetup(): void;
|
|
715
|
+
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>;
|
|
716
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
717
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
718
|
+
}>;
|
|
719
|
+
businessFormatter: import("..").FormBusinessFormatter;
|
|
720
|
+
requestInstance: import("..").RequestInstance;
|
|
721
|
+
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
722
|
+
lowCodeReactions: import("..").FormLowCodeReactions.Config[];
|
|
723
|
+
linebarAutoHidden: boolean;
|
|
724
|
+
bordered: string | boolean;
|
|
725
|
+
uniqueCacheData: boolean;
|
|
726
|
+
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
727
|
+
outBordered: boolean;
|
|
728
|
+
forceClearable: boolean;
|
|
729
|
+
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
644
730
|
[key: symbol]: any;
|
|
645
731
|
[key: `x-${string}`]: any;
|
|
646
732
|
[key: `x-${number}`]: any;
|
|
@@ -2599,9 +2685,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2599
2685
|
lifeCycle: {
|
|
2600
2686
|
type: import("vue").PropType<Partial<{
|
|
2601
2687
|
onSetup(): void;
|
|
2602
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
2603
|
-
afterRequest(fieldKey: string, payload?:
|
|
2604
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
2688
|
+
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>;
|
|
2689
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
2690
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
2605
2691
|
}>>;
|
|
2606
2692
|
};
|
|
2607
2693
|
requestInstance: {
|
|
@@ -2632,6 +2718,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2632
2718
|
type: BooleanConstructor;
|
|
2633
2719
|
default: boolean;
|
|
2634
2720
|
};
|
|
2721
|
+
forceClearable: BooleanConstructor;
|
|
2635
2722
|
}, {
|
|
2636
2723
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2637
2724
|
fieldList: {
|
|
@@ -2743,9 +2830,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2743
2830
|
lifeCycle: {
|
|
2744
2831
|
type: import("vue").PropType<Partial<{
|
|
2745
2832
|
onSetup(): void;
|
|
2746
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
2747
|
-
afterRequest(fieldKey: string, payload?:
|
|
2748
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
2833
|
+
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>;
|
|
2834
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
2835
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
2749
2836
|
}>>;
|
|
2750
2837
|
};
|
|
2751
2838
|
requestInstance: {
|
|
@@ -2776,6 +2863,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2776
2863
|
type: BooleanConstructor;
|
|
2777
2864
|
default: boolean;
|
|
2778
2865
|
};
|
|
2866
|
+
forceClearable: BooleanConstructor;
|
|
2779
2867
|
}>> & {
|
|
2780
2868
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
2781
2869
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -2803,14 +2891,14 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2803
2891
|
onScroll: (scrollEvent: Event) => void;
|
|
2804
2892
|
callLifeCycle: <T extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T, payload?: Parameters<Required<Partial<{
|
|
2805
2893
|
onSetup(): void;
|
|
2806
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
2807
|
-
afterRequest(fieldKey: string, payload?:
|
|
2808
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
2894
|
+
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>;
|
|
2895
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
2896
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
2809
2897
|
}>>[T]> | undefined) => import("../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
2810
2898
|
onSetup(): void;
|
|
2811
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
2812
|
-
afterRequest(fieldKey: string, payload?:
|
|
2813
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
2899
|
+
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>;
|
|
2900
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
2901
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
2814
2902
|
}>>[T]>>;
|
|
2815
2903
|
triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
|
|
2816
2904
|
observeFormGraph: Record<string, import("@formily/core").GeneralField>;
|
|
@@ -2820,15 +2908,98 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2820
2908
|
formModel: import("@formily/core").Form<{
|
|
2821
2909
|
[x: string]: any;
|
|
2822
2910
|
}>;
|
|
2823
|
-
lowCodeReactionsHandler: (field: string
|
|
2911
|
+
lowCodeReactionsHandler: (field: string) => void;
|
|
2824
2912
|
triggerAllReactionsHandler: () => void;
|
|
2825
2913
|
operationalFormHandler: (field: string) => void;
|
|
2826
2914
|
triggerAllOperationalFormHandler: () => void;
|
|
2827
2915
|
wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
|
|
2828
|
-
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: {
|
|
2916
|
+
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: Partial<{
|
|
2917
|
+
fieldList: import("..").FieldItem[];
|
|
2918
|
+
initialData: import("../../../es/shared/types").AnyObject;
|
|
2919
|
+
fieldVisitor: import("..").FieldVisitor;
|
|
2829
2920
|
column: number;
|
|
2830
|
-
|
|
2831
|
-
|
|
2921
|
+
maxHeight: string | number;
|
|
2922
|
+
anchor: boolean;
|
|
2923
|
+
parallelism: number;
|
|
2924
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
2925
|
+
[key: symbol]: any;
|
|
2926
|
+
[key: `x-${string}`]: any;
|
|
2927
|
+
[key: `x-${number}`]: any;
|
|
2928
|
+
version?: string | undefined;
|
|
2929
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
2930
|
+
title?: any;
|
|
2931
|
+
description?: any;
|
|
2932
|
+
default?: any;
|
|
2933
|
+
readOnly?: boolean | undefined;
|
|
2934
|
+
writeOnly?: boolean | undefined;
|
|
2935
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
2936
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
2937
|
+
const?: any;
|
|
2938
|
+
multipleOf?: number | undefined;
|
|
2939
|
+
maximum?: number | undefined;
|
|
2940
|
+
exclusiveMaximum?: number | undefined;
|
|
2941
|
+
minimum?: number | undefined;
|
|
2942
|
+
exclusiveMinimum?: number | undefined;
|
|
2943
|
+
maxLength?: number | undefined;
|
|
2944
|
+
minLength?: number | undefined;
|
|
2945
|
+
pattern?: string | RegExp | undefined;
|
|
2946
|
+
maxItems?: number | undefined;
|
|
2947
|
+
minItems?: number | undefined;
|
|
2948
|
+
uniqueItems?: boolean | undefined;
|
|
2949
|
+
maxProperties?: number | undefined;
|
|
2950
|
+
minProperties?: number | undefined;
|
|
2951
|
+
required?: string | boolean | string[] | undefined;
|
|
2952
|
+
format?: string | undefined;
|
|
2953
|
+
$ref?: string | undefined;
|
|
2954
|
+
$namespace?: string | undefined;
|
|
2955
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
2956
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
2957
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
2958
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
2959
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
2960
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
2961
|
+
"x-value"?: any;
|
|
2962
|
+
"x-index"?: number | undefined;
|
|
2963
|
+
"x-pattern"?: any;
|
|
2964
|
+
"x-display"?: any;
|
|
2965
|
+
"x-validator"?: any;
|
|
2966
|
+
"x-decorator"?: any;
|
|
2967
|
+
"x-decorator-props"?: any;
|
|
2968
|
+
"x-component"?: any;
|
|
2969
|
+
"x-component-props"?: any;
|
|
2970
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
2971
|
+
"x-content"?: any;
|
|
2972
|
+
"x-data"?: any;
|
|
2973
|
+
"x-visible"?: boolean | undefined;
|
|
2974
|
+
"x-hidden"?: boolean | undefined;
|
|
2975
|
+
"x-disabled"?: boolean | undefined;
|
|
2976
|
+
"x-editable"?: boolean | undefined;
|
|
2977
|
+
"x-read-only"?: boolean | undefined;
|
|
2978
|
+
"x-read-pretty"?: boolean | undefined;
|
|
2979
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
2980
|
+
}>;
|
|
2981
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
2982
|
+
scope: import("../../../es/shared/types").AnyObject;
|
|
2983
|
+
annotation: import("../../../es/shared/types").AnyObject;
|
|
2984
|
+
consumer: boolean;
|
|
2985
|
+
uuid: string;
|
|
2986
|
+
lifeCycle: Partial<{
|
|
2987
|
+
onSetup(): void;
|
|
2988
|
+
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>;
|
|
2989
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
2990
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
2991
|
+
}>;
|
|
2992
|
+
businessFormatter: import("..").FormBusinessFormatter;
|
|
2993
|
+
requestInstance: import("..").RequestInstance;
|
|
2994
|
+
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
2995
|
+
lowCodeReactions: import("..").FormLowCodeReactions.Config[];
|
|
2996
|
+
linebarAutoHidden: boolean;
|
|
2997
|
+
bordered: string | boolean;
|
|
2998
|
+
uniqueCacheData: boolean;
|
|
2999
|
+
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
3000
|
+
outBordered: boolean;
|
|
3001
|
+
forceClearable: boolean;
|
|
3002
|
+
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
2832
3003
|
[key: symbol]: any;
|
|
2833
3004
|
[key: `x-${string}`]: any;
|
|
2834
3005
|
[key: `x-${number}`]: any;
|
|
@@ -3219,9 +3390,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3219
3390
|
lifeCycle: {
|
|
3220
3391
|
type: import("vue").PropType<Partial<{
|
|
3221
3392
|
onSetup(): void;
|
|
3222
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
3223
|
-
afterRequest(fieldKey: string, payload?:
|
|
3224
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
3393
|
+
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>;
|
|
3394
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
3395
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
3225
3396
|
}>>;
|
|
3226
3397
|
};
|
|
3227
3398
|
requestInstance: {
|
|
@@ -3252,6 +3423,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3252
3423
|
type: BooleanConstructor;
|
|
3253
3424
|
default: boolean;
|
|
3254
3425
|
};
|
|
3426
|
+
forceClearable: BooleanConstructor;
|
|
3255
3427
|
}>> & {
|
|
3256
3428
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
3257
3429
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -3260,6 +3432,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3260
3432
|
anchor: boolean;
|
|
3261
3433
|
maxHeight: string | number;
|
|
3262
3434
|
column: number;
|
|
3435
|
+
forceClearable: boolean;
|
|
3263
3436
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
3264
3437
|
initialData: import("../../../es/shared/types").AnyObject;
|
|
3265
3438
|
parallelism: number;
|
|
@@ -3503,9 +3676,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3503
3676
|
lifeCycle: {
|
|
3504
3677
|
type: import("vue").PropType<Partial<{
|
|
3505
3678
|
onSetup(): void;
|
|
3506
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
3507
|
-
afterRequest(fieldKey: string, payload?:
|
|
3508
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
3679
|
+
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>;
|
|
3680
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
3681
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
3509
3682
|
}>>;
|
|
3510
3683
|
};
|
|
3511
3684
|
requestInstance: {
|
|
@@ -3536,6 +3709,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3536
3709
|
type: BooleanConstructor;
|
|
3537
3710
|
default: boolean;
|
|
3538
3711
|
};
|
|
3712
|
+
forceClearable: BooleanConstructor;
|
|
3539
3713
|
}, {
|
|
3540
3714
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
3541
3715
|
fieldList: {
|
|
@@ -3647,9 +3821,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3647
3821
|
lifeCycle: {
|
|
3648
3822
|
type: import("vue").PropType<Partial<{
|
|
3649
3823
|
onSetup(): void;
|
|
3650
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
3651
|
-
afterRequest(fieldKey: string, payload?:
|
|
3652
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
3824
|
+
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>;
|
|
3825
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
3826
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
3653
3827
|
}>>;
|
|
3654
3828
|
};
|
|
3655
3829
|
requestInstance: {
|
|
@@ -3680,6 +3854,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3680
3854
|
type: BooleanConstructor;
|
|
3681
3855
|
default: boolean;
|
|
3682
3856
|
};
|
|
3857
|
+
forceClearable: BooleanConstructor;
|
|
3683
3858
|
}>> & {
|
|
3684
3859
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
3685
3860
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -3707,14 +3882,14 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3707
3882
|
onScroll: (scrollEvent: Event) => void;
|
|
3708
3883
|
callLifeCycle: <T extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T, payload?: Parameters<Required<Partial<{
|
|
3709
3884
|
onSetup(): void;
|
|
3710
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
3711
|
-
afterRequest(fieldKey: string, payload?:
|
|
3712
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
3885
|
+
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>;
|
|
3886
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
3887
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
3713
3888
|
}>>[T]> | undefined) => import("../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
3714
3889
|
onSetup(): void;
|
|
3715
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
3716
|
-
afterRequest(fieldKey: string, payload?:
|
|
3717
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
3890
|
+
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>;
|
|
3891
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
3892
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
3718
3893
|
}>>[T]>>;
|
|
3719
3894
|
triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
|
|
3720
3895
|
observeFormGraph: Record<string, import("@formily/core").GeneralField>;
|
|
@@ -3724,15 +3899,98 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3724
3899
|
formModel: import("@formily/core").Form<{
|
|
3725
3900
|
[x: string]: any;
|
|
3726
3901
|
}>;
|
|
3727
|
-
lowCodeReactionsHandler: (field: string
|
|
3902
|
+
lowCodeReactionsHandler: (field: string) => void;
|
|
3728
3903
|
triggerAllReactionsHandler: () => void;
|
|
3729
3904
|
operationalFormHandler: (field: string) => void;
|
|
3730
3905
|
triggerAllOperationalFormHandler: () => void;
|
|
3731
3906
|
wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
|
|
3732
|
-
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: {
|
|
3907
|
+
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: Partial<{
|
|
3908
|
+
fieldList: import("..").FieldItem[];
|
|
3909
|
+
initialData: import("../../../es/shared/types").AnyObject;
|
|
3910
|
+
fieldVisitor: import("..").FieldVisitor;
|
|
3733
3911
|
column: number;
|
|
3734
|
-
|
|
3735
|
-
|
|
3912
|
+
maxHeight: string | number;
|
|
3913
|
+
anchor: boolean;
|
|
3914
|
+
parallelism: number;
|
|
3915
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
3916
|
+
[key: symbol]: any;
|
|
3917
|
+
[key: `x-${string}`]: any;
|
|
3918
|
+
[key: `x-${number}`]: any;
|
|
3919
|
+
version?: string | undefined;
|
|
3920
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
3921
|
+
title?: any;
|
|
3922
|
+
description?: any;
|
|
3923
|
+
default?: any;
|
|
3924
|
+
readOnly?: boolean | undefined;
|
|
3925
|
+
writeOnly?: boolean | undefined;
|
|
3926
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
3927
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
3928
|
+
const?: any;
|
|
3929
|
+
multipleOf?: number | undefined;
|
|
3930
|
+
maximum?: number | undefined;
|
|
3931
|
+
exclusiveMaximum?: number | undefined;
|
|
3932
|
+
minimum?: number | undefined;
|
|
3933
|
+
exclusiveMinimum?: number | undefined;
|
|
3934
|
+
maxLength?: number | undefined;
|
|
3935
|
+
minLength?: number | undefined;
|
|
3936
|
+
pattern?: string | RegExp | undefined;
|
|
3937
|
+
maxItems?: number | undefined;
|
|
3938
|
+
minItems?: number | undefined;
|
|
3939
|
+
uniqueItems?: boolean | undefined;
|
|
3940
|
+
maxProperties?: number | undefined;
|
|
3941
|
+
minProperties?: number | undefined;
|
|
3942
|
+
required?: string | boolean | string[] | undefined;
|
|
3943
|
+
format?: string | undefined;
|
|
3944
|
+
$ref?: string | undefined;
|
|
3945
|
+
$namespace?: string | undefined;
|
|
3946
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
3947
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
3948
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
3949
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
3950
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
3951
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
3952
|
+
"x-value"?: any;
|
|
3953
|
+
"x-index"?: number | undefined;
|
|
3954
|
+
"x-pattern"?: any;
|
|
3955
|
+
"x-display"?: any;
|
|
3956
|
+
"x-validator"?: any;
|
|
3957
|
+
"x-decorator"?: any;
|
|
3958
|
+
"x-decorator-props"?: any;
|
|
3959
|
+
"x-component"?: any;
|
|
3960
|
+
"x-component-props"?: any;
|
|
3961
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
3962
|
+
"x-content"?: any;
|
|
3963
|
+
"x-data"?: any;
|
|
3964
|
+
"x-visible"?: boolean | undefined;
|
|
3965
|
+
"x-hidden"?: boolean | undefined;
|
|
3966
|
+
"x-disabled"?: boolean | undefined;
|
|
3967
|
+
"x-editable"?: boolean | undefined;
|
|
3968
|
+
"x-read-only"?: boolean | undefined;
|
|
3969
|
+
"x-read-pretty"?: boolean | undefined;
|
|
3970
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
3971
|
+
}>;
|
|
3972
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
3973
|
+
scope: import("../../../es/shared/types").AnyObject;
|
|
3974
|
+
annotation: import("../../../es/shared/types").AnyObject;
|
|
3975
|
+
consumer: boolean;
|
|
3976
|
+
uuid: string;
|
|
3977
|
+
lifeCycle: Partial<{
|
|
3978
|
+
onSetup(): void;
|
|
3979
|
+
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>;
|
|
3980
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
3981
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
3982
|
+
}>;
|
|
3983
|
+
businessFormatter: import("..").FormBusinessFormatter;
|
|
3984
|
+
requestInstance: import("..").RequestInstance;
|
|
3985
|
+
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
3986
|
+
lowCodeReactions: import("..").FormLowCodeReactions.Config[];
|
|
3987
|
+
linebarAutoHidden: boolean;
|
|
3988
|
+
bordered: string | boolean;
|
|
3989
|
+
uniqueCacheData: boolean;
|
|
3990
|
+
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
3991
|
+
outBordered: boolean;
|
|
3992
|
+
forceClearable: boolean;
|
|
3993
|
+
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
3736
3994
|
[key: symbol]: any;
|
|
3737
3995
|
[key: `x-${string}`]: any;
|
|
3738
3996
|
[key: `x-${number}`]: any;
|
|
@@ -4123,9 +4381,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4123
4381
|
lifeCycle: {
|
|
4124
4382
|
type: import("vue").PropType<Partial<{
|
|
4125
4383
|
onSetup(): void;
|
|
4126
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
4127
|
-
afterRequest(fieldKey: string, payload?:
|
|
4128
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
4384
|
+
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>;
|
|
4385
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
4386
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
4129
4387
|
}>>;
|
|
4130
4388
|
};
|
|
4131
4389
|
requestInstance: {
|
|
@@ -4156,6 +4414,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4156
4414
|
type: BooleanConstructor;
|
|
4157
4415
|
default: boolean;
|
|
4158
4416
|
};
|
|
4417
|
+
forceClearable: BooleanConstructor;
|
|
4159
4418
|
}>> & {
|
|
4160
4419
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
4161
4420
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -4164,6 +4423,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4164
4423
|
anchor: boolean;
|
|
4165
4424
|
maxHeight: string | number;
|
|
4166
4425
|
column: number;
|
|
4426
|
+
forceClearable: boolean;
|
|
4167
4427
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
4168
4428
|
initialData: import("../../../es/shared/types").AnyObject;
|
|
4169
4429
|
parallelism: number;
|
|
@@ -4333,9 +4593,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4333
4593
|
uuid: string;
|
|
4334
4594
|
lifeCycle: Partial<{
|
|
4335
4595
|
onSetup(): void;
|
|
4336
|
-
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
4337
|
-
afterRequest(fieldKey: string, payload?:
|
|
4338
|
-
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
4596
|
+
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>;
|
|
4597
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../es/shared/types").AnyObject | undefined): import("../../../es/shared/types").AnyObject[];
|
|
4598
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[], payload?: import("../../../es/shared/types").AnyObject | undefined): void;
|
|
4339
4599
|
}>;
|
|
4340
4600
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
4341
4601
|
requestInstance: import("..").RequestInstance;
|
|
@@ -4346,6 +4606,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4346
4606
|
uniqueCacheData: boolean;
|
|
4347
4607
|
operationalForm: import("../../../es/shared/types").FormOperationalConfig[];
|
|
4348
4608
|
outBordered: boolean;
|
|
4609
|
+
forceClearable: boolean;
|
|
4349
4610
|
}>>>;
|
|
4350
4611
|
};
|
|
4351
4612
|
}>> & {
|