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 _default: import("vue").DefineComponent<{
|
|
|
143
143
|
uuid: string;
|
|
144
144
|
lifeCycle: Partial<{
|
|
145
145
|
onSetup(): void;
|
|
146
|
-
beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
147
|
-
afterRequest(fieldKey: string, payload?:
|
|
148
|
-
afterOptionInit(fieldKey: string, options: AnyObject[]): void;
|
|
146
|
+
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
147
|
+
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
148
|
+
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
149
149
|
}>;
|
|
150
150
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
151
151
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
@@ -156,6 +156,7 @@ declare const _default: 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
|
}, {
|
|
@@ -301,9 +302,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
301
302
|
uuid: string;
|
|
302
303
|
lifeCycle: Partial<{
|
|
303
304
|
onSetup(): void;
|
|
304
|
-
beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
305
|
-
afterRequest(fieldKey: string, payload?:
|
|
306
|
-
afterOptionInit(fieldKey: string, options: AnyObject[]): void;
|
|
305
|
+
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
306
|
+
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
307
|
+
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
307
308
|
}>;
|
|
308
309
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
309
310
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
@@ -314,6 +315,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
314
315
|
uniqueCacheData: boolean;
|
|
315
316
|
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
316
317
|
outBordered: boolean;
|
|
318
|
+
forceClearable: boolean;
|
|
317
319
|
}>>>;
|
|
318
320
|
};
|
|
319
321
|
}>> & {
|
|
@@ -463,9 +465,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
463
465
|
uuid: string;
|
|
464
466
|
lifeCycle: Partial<{
|
|
465
467
|
onSetup(): void;
|
|
466
|
-
beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
467
|
-
afterRequest(fieldKey: string, payload?:
|
|
468
|
-
afterOptionInit(fieldKey: string, options: AnyObject[]): void;
|
|
468
|
+
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
469
|
+
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
470
|
+
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
469
471
|
}>;
|
|
470
472
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
471
473
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
@@ -476,6 +478,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
476
478
|
uniqueCacheData: boolean;
|
|
477
479
|
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
478
480
|
outBordered: boolean;
|
|
481
|
+
forceClearable: boolean;
|
|
479
482
|
}>>;
|
|
480
483
|
};
|
|
481
484
|
themeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
@@ -631,10 +634,93 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
631
634
|
edit: boolean;
|
|
632
635
|
}>) => Promise<void>;
|
|
633
636
|
collector: import("../../../../es/components/form-render").BusinessCollector | undefined;
|
|
634
|
-
schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: {
|
|
637
|
+
schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: Partial<{
|
|
638
|
+
fieldList: import("../../../../es/components/form-render").FieldItem[];
|
|
639
|
+
initialData: AnyObject;
|
|
640
|
+
fieldVisitor: import("../../../../es/components/form-render").FieldVisitor;
|
|
635
641
|
column: number;
|
|
636
|
-
|
|
637
|
-
|
|
642
|
+
maxHeight: string | number;
|
|
643
|
+
anchor: boolean;
|
|
644
|
+
parallelism: number;
|
|
645
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
646
|
+
[key: symbol]: any;
|
|
647
|
+
[key: `x-${string}`]: any;
|
|
648
|
+
[key: `x-${number}`]: any;
|
|
649
|
+
version?: string | undefined;
|
|
650
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
651
|
+
title?: any;
|
|
652
|
+
description?: any;
|
|
653
|
+
default?: any;
|
|
654
|
+
readOnly?: boolean | undefined;
|
|
655
|
+
writeOnly?: boolean | undefined;
|
|
656
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
657
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
658
|
+
const?: any;
|
|
659
|
+
multipleOf?: number | undefined;
|
|
660
|
+
maximum?: number | undefined;
|
|
661
|
+
exclusiveMaximum?: number | undefined;
|
|
662
|
+
minimum?: number | undefined;
|
|
663
|
+
exclusiveMinimum?: number | undefined;
|
|
664
|
+
maxLength?: number | undefined;
|
|
665
|
+
minLength?: number | undefined;
|
|
666
|
+
pattern?: string | RegExp | undefined;
|
|
667
|
+
maxItems?: number | undefined;
|
|
668
|
+
minItems?: number | undefined;
|
|
669
|
+
uniqueItems?: boolean | undefined;
|
|
670
|
+
maxProperties?: number | undefined;
|
|
671
|
+
minProperties?: number | undefined;
|
|
672
|
+
required?: string | boolean | string[] | undefined;
|
|
673
|
+
format?: string | undefined;
|
|
674
|
+
$ref?: string | undefined;
|
|
675
|
+
$namespace?: string | undefined;
|
|
676
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
677
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
678
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
679
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
680
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
681
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
682
|
+
"x-value"?: any;
|
|
683
|
+
"x-index"?: number | undefined;
|
|
684
|
+
"x-pattern"?: any;
|
|
685
|
+
"x-display"?: any;
|
|
686
|
+
"x-validator"?: any;
|
|
687
|
+
"x-decorator"?: any;
|
|
688
|
+
"x-decorator-props"?: any;
|
|
689
|
+
"x-component"?: any;
|
|
690
|
+
"x-component-props"?: any;
|
|
691
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
692
|
+
"x-content"?: any;
|
|
693
|
+
"x-data"?: any;
|
|
694
|
+
"x-visible"?: boolean | undefined;
|
|
695
|
+
"x-hidden"?: boolean | undefined;
|
|
696
|
+
"x-disabled"?: boolean | undefined;
|
|
697
|
+
"x-editable"?: boolean | undefined;
|
|
698
|
+
"x-read-only"?: boolean | undefined;
|
|
699
|
+
"x-read-pretty"?: boolean | undefined;
|
|
700
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
701
|
+
}>;
|
|
702
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
703
|
+
scope: AnyObject;
|
|
704
|
+
annotation: AnyObject;
|
|
705
|
+
consumer: boolean;
|
|
706
|
+
uuid: string;
|
|
707
|
+
lifeCycle: Partial<{
|
|
708
|
+
onSetup(): void;
|
|
709
|
+
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
710
|
+
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
711
|
+
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
712
|
+
}>;
|
|
713
|
+
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
714
|
+
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
715
|
+
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
716
|
+
lowCodeReactions: import("../../../../es/components/form-render").FormLowCodeReactions.Config[];
|
|
717
|
+
linebarAutoHidden: boolean;
|
|
718
|
+
bordered: string | boolean;
|
|
719
|
+
uniqueCacheData: boolean;
|
|
720
|
+
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
721
|
+
outBordered: boolean;
|
|
722
|
+
forceClearable: boolean;
|
|
723
|
+
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
638
724
|
[key: symbol]: any;
|
|
639
725
|
[key: `x-${string}`]: any;
|
|
640
726
|
[key: `x-${number}`]: any;
|
|
@@ -2593,9 +2679,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2593
2679
|
lifeCycle: {
|
|
2594
2680
|
type: PropType<Partial<{
|
|
2595
2681
|
onSetup(): void;
|
|
2596
|
-
beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
2597
|
-
afterRequest(fieldKey: string, payload?:
|
|
2598
|
-
afterOptionInit(fieldKey: string, options: AnyObject[]): void;
|
|
2682
|
+
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
2683
|
+
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
2684
|
+
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
2599
2685
|
}>>;
|
|
2600
2686
|
};
|
|
2601
2687
|
requestInstance: {
|
|
@@ -2626,6 +2712,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2626
2712
|
type: BooleanConstructor;
|
|
2627
2713
|
default: boolean;
|
|
2628
2714
|
};
|
|
2715
|
+
forceClearable: BooleanConstructor;
|
|
2629
2716
|
}, {
|
|
2630
2717
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2631
2718
|
fieldList: {
|
|
@@ -2737,9 +2824,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2737
2824
|
lifeCycle: {
|
|
2738
2825
|
type: PropType<Partial<{
|
|
2739
2826
|
onSetup(): void;
|
|
2740
|
-
beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
2741
|
-
afterRequest(fieldKey: string, payload?:
|
|
2742
|
-
afterOptionInit(fieldKey: string, options: AnyObject[]): void;
|
|
2827
|
+
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
2828
|
+
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
2829
|
+
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
2743
2830
|
}>>;
|
|
2744
2831
|
};
|
|
2745
2832
|
requestInstance: {
|
|
@@ -2770,6 +2857,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2770
2857
|
type: BooleanConstructor;
|
|
2771
2858
|
default: boolean;
|
|
2772
2859
|
};
|
|
2860
|
+
forceClearable: BooleanConstructor;
|
|
2773
2861
|
}>> & {
|
|
2774
2862
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
2775
2863
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -2797,14 +2885,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2797
2885
|
onScroll: (scrollEvent: Event) => void;
|
|
2798
2886
|
callLifeCycle: <T extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T, payload?: Parameters<Required<Partial<{
|
|
2799
2887
|
onSetup(): void;
|
|
2800
|
-
beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
2801
|
-
afterRequest(fieldKey: string, payload?:
|
|
2802
|
-
afterOptionInit(fieldKey: string, options: AnyObject[]): void;
|
|
2888
|
+
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
2889
|
+
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
2890
|
+
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
2803
2891
|
}>>[T]> | undefined) => import("../../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
2804
2892
|
onSetup(): void;
|
|
2805
|
-
beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
2806
|
-
afterRequest(fieldKey: string, payload?:
|
|
2807
|
-
afterOptionInit(fieldKey: string, options: AnyObject[]): void;
|
|
2893
|
+
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
2894
|
+
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
2895
|
+
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
2808
2896
|
}>>[T]>>;
|
|
2809
2897
|
triggerAutoHidden: (field: import("../../../../es/components/form-render").GeneralField) => Promise<void>;
|
|
2810
2898
|
observeFormGraph: Record<string, import("../../../../es/components/form-render").GeneralField>;
|
|
@@ -2814,15 +2902,98 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2814
2902
|
formModel: import("../../../../es/components/form-render").Form<{
|
|
2815
2903
|
[x: string]: any;
|
|
2816
2904
|
}>;
|
|
2817
|
-
lowCodeReactionsHandler: (field: string
|
|
2905
|
+
lowCodeReactionsHandler: (field: string) => void;
|
|
2818
2906
|
triggerAllReactionsHandler: () => void;
|
|
2819
2907
|
operationalFormHandler: (field: string) => void;
|
|
2820
2908
|
triggerAllOperationalFormHandler: () => void;
|
|
2821
2909
|
wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
|
|
2822
|
-
schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: {
|
|
2910
|
+
schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: Partial<{
|
|
2911
|
+
fieldList: import("../../../../es/components/form-render").FieldItem[];
|
|
2912
|
+
initialData: AnyObject;
|
|
2913
|
+
fieldVisitor: import("../../../../es/components/form-render").FieldVisitor;
|
|
2823
2914
|
column: number;
|
|
2824
|
-
|
|
2825
|
-
|
|
2915
|
+
maxHeight: string | number;
|
|
2916
|
+
anchor: boolean;
|
|
2917
|
+
parallelism: number;
|
|
2918
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
2919
|
+
[key: symbol]: any;
|
|
2920
|
+
[key: `x-${string}`]: any;
|
|
2921
|
+
[key: `x-${number}`]: any;
|
|
2922
|
+
version?: string | undefined;
|
|
2923
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
2924
|
+
title?: any;
|
|
2925
|
+
description?: any;
|
|
2926
|
+
default?: any;
|
|
2927
|
+
readOnly?: boolean | undefined;
|
|
2928
|
+
writeOnly?: boolean | undefined;
|
|
2929
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
2930
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
2931
|
+
const?: any;
|
|
2932
|
+
multipleOf?: number | undefined;
|
|
2933
|
+
maximum?: number | undefined;
|
|
2934
|
+
exclusiveMaximum?: number | undefined;
|
|
2935
|
+
minimum?: number | undefined;
|
|
2936
|
+
exclusiveMinimum?: number | undefined;
|
|
2937
|
+
maxLength?: number | undefined;
|
|
2938
|
+
minLength?: number | undefined;
|
|
2939
|
+
pattern?: string | RegExp | undefined;
|
|
2940
|
+
maxItems?: number | undefined;
|
|
2941
|
+
minItems?: number | undefined;
|
|
2942
|
+
uniqueItems?: boolean | undefined;
|
|
2943
|
+
maxProperties?: number | undefined;
|
|
2944
|
+
minProperties?: number | undefined;
|
|
2945
|
+
required?: string | boolean | string[] | undefined;
|
|
2946
|
+
format?: string | undefined;
|
|
2947
|
+
$ref?: string | undefined;
|
|
2948
|
+
$namespace?: string | undefined;
|
|
2949
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
2950
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
2951
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
2952
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
2953
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
2954
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
2955
|
+
"x-value"?: any;
|
|
2956
|
+
"x-index"?: number | undefined;
|
|
2957
|
+
"x-pattern"?: any;
|
|
2958
|
+
"x-display"?: any;
|
|
2959
|
+
"x-validator"?: any;
|
|
2960
|
+
"x-decorator"?: any;
|
|
2961
|
+
"x-decorator-props"?: any;
|
|
2962
|
+
"x-component"?: any;
|
|
2963
|
+
"x-component-props"?: any;
|
|
2964
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
2965
|
+
"x-content"?: any;
|
|
2966
|
+
"x-data"?: any;
|
|
2967
|
+
"x-visible"?: boolean | undefined;
|
|
2968
|
+
"x-hidden"?: boolean | undefined;
|
|
2969
|
+
"x-disabled"?: boolean | undefined;
|
|
2970
|
+
"x-editable"?: boolean | undefined;
|
|
2971
|
+
"x-read-only"?: boolean | undefined;
|
|
2972
|
+
"x-read-pretty"?: boolean | undefined;
|
|
2973
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
2974
|
+
}>;
|
|
2975
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
2976
|
+
scope: AnyObject;
|
|
2977
|
+
annotation: AnyObject;
|
|
2978
|
+
consumer: boolean;
|
|
2979
|
+
uuid: string;
|
|
2980
|
+
lifeCycle: Partial<{
|
|
2981
|
+
onSetup(): void;
|
|
2982
|
+
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
2983
|
+
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
2984
|
+
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
2985
|
+
}>;
|
|
2986
|
+
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
2987
|
+
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
2988
|
+
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
2989
|
+
lowCodeReactions: import("../../../../es/components/form-render").FormLowCodeReactions.Config[];
|
|
2990
|
+
linebarAutoHidden: boolean;
|
|
2991
|
+
bordered: string | boolean;
|
|
2992
|
+
uniqueCacheData: boolean;
|
|
2993
|
+
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
2994
|
+
outBordered: boolean;
|
|
2995
|
+
forceClearable: boolean;
|
|
2996
|
+
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
2826
2997
|
[key: symbol]: any;
|
|
2827
2998
|
[key: `x-${string}`]: any;
|
|
2828
2999
|
[key: `x-${number}`]: any;
|
|
@@ -3213,9 +3384,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3213
3384
|
lifeCycle: {
|
|
3214
3385
|
type: PropType<Partial<{
|
|
3215
3386
|
onSetup(): void;
|
|
3216
|
-
beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
3217
|
-
afterRequest(fieldKey: string, payload?:
|
|
3218
|
-
afterOptionInit(fieldKey: string, options: AnyObject[]): void;
|
|
3387
|
+
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
3388
|
+
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
3389
|
+
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
3219
3390
|
}>>;
|
|
3220
3391
|
};
|
|
3221
3392
|
requestInstance: {
|
|
@@ -3246,6 +3417,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3246
3417
|
type: BooleanConstructor;
|
|
3247
3418
|
default: boolean;
|
|
3248
3419
|
};
|
|
3420
|
+
forceClearable: BooleanConstructor;
|
|
3249
3421
|
}>> & {
|
|
3250
3422
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
3251
3423
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -3254,6 +3426,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3254
3426
|
anchor: boolean;
|
|
3255
3427
|
maxHeight: string | number;
|
|
3256
3428
|
column: number;
|
|
3429
|
+
forceClearable: boolean;
|
|
3257
3430
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
3258
3431
|
initialData: AnyObject;
|
|
3259
3432
|
parallelism: number;
|
|
@@ -3497,9 +3670,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3497
3670
|
lifeCycle: {
|
|
3498
3671
|
type: PropType<Partial<{
|
|
3499
3672
|
onSetup(): void;
|
|
3500
|
-
beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
3501
|
-
afterRequest(fieldKey: string, payload?:
|
|
3502
|
-
afterOptionInit(fieldKey: string, options: AnyObject[]): void;
|
|
3673
|
+
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
3674
|
+
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
3675
|
+
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
3503
3676
|
}>>;
|
|
3504
3677
|
};
|
|
3505
3678
|
requestInstance: {
|
|
@@ -3530,6 +3703,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3530
3703
|
type: BooleanConstructor;
|
|
3531
3704
|
default: boolean;
|
|
3532
3705
|
};
|
|
3706
|
+
forceClearable: BooleanConstructor;
|
|
3533
3707
|
}, {
|
|
3534
3708
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
3535
3709
|
fieldList: {
|
|
@@ -3641,9 +3815,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3641
3815
|
lifeCycle: {
|
|
3642
3816
|
type: PropType<Partial<{
|
|
3643
3817
|
onSetup(): void;
|
|
3644
|
-
beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
3645
|
-
afterRequest(fieldKey: string, payload?:
|
|
3646
|
-
afterOptionInit(fieldKey: string, options: AnyObject[]): void;
|
|
3818
|
+
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
3819
|
+
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
3820
|
+
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
3647
3821
|
}>>;
|
|
3648
3822
|
};
|
|
3649
3823
|
requestInstance: {
|
|
@@ -3674,6 +3848,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3674
3848
|
type: BooleanConstructor;
|
|
3675
3849
|
default: boolean;
|
|
3676
3850
|
};
|
|
3851
|
+
forceClearable: BooleanConstructor;
|
|
3677
3852
|
}>> & {
|
|
3678
3853
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
3679
3854
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -3701,14 +3876,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3701
3876
|
onScroll: (scrollEvent: Event) => void;
|
|
3702
3877
|
callLifeCycle: <T extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T, payload?: Parameters<Required<Partial<{
|
|
3703
3878
|
onSetup(): void;
|
|
3704
|
-
beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
3705
|
-
afterRequest(fieldKey: string, payload?:
|
|
3706
|
-
afterOptionInit(fieldKey: string, options: AnyObject[]): void;
|
|
3879
|
+
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
3880
|
+
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
3881
|
+
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
3707
3882
|
}>>[T]> | undefined) => import("../../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
3708
3883
|
onSetup(): void;
|
|
3709
|
-
beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
3710
|
-
afterRequest(fieldKey: string, payload?:
|
|
3711
|
-
afterOptionInit(fieldKey: string, options: AnyObject[]): void;
|
|
3884
|
+
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
3885
|
+
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
3886
|
+
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
3712
3887
|
}>>[T]>>;
|
|
3713
3888
|
triggerAutoHidden: (field: import("../../../../es/components/form-render").GeneralField) => Promise<void>;
|
|
3714
3889
|
observeFormGraph: Record<string, import("../../../../es/components/form-render").GeneralField>;
|
|
@@ -3718,15 +3893,98 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3718
3893
|
formModel: import("../../../../es/components/form-render").Form<{
|
|
3719
3894
|
[x: string]: any;
|
|
3720
3895
|
}>;
|
|
3721
|
-
lowCodeReactionsHandler: (field: string
|
|
3896
|
+
lowCodeReactionsHandler: (field: string) => void;
|
|
3722
3897
|
triggerAllReactionsHandler: () => void;
|
|
3723
3898
|
operationalFormHandler: (field: string) => void;
|
|
3724
3899
|
triggerAllOperationalFormHandler: () => void;
|
|
3725
3900
|
wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
|
|
3726
|
-
schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: {
|
|
3901
|
+
schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: Partial<{
|
|
3902
|
+
fieldList: import("../../../../es/components/form-render").FieldItem[];
|
|
3903
|
+
initialData: AnyObject;
|
|
3904
|
+
fieldVisitor: import("../../../../es/components/form-render").FieldVisitor;
|
|
3727
3905
|
column: number;
|
|
3728
|
-
|
|
3729
|
-
|
|
3906
|
+
maxHeight: string | number;
|
|
3907
|
+
anchor: boolean;
|
|
3908
|
+
parallelism: number;
|
|
3909
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
3910
|
+
[key: symbol]: any;
|
|
3911
|
+
[key: `x-${string}`]: any;
|
|
3912
|
+
[key: `x-${number}`]: any;
|
|
3913
|
+
version?: string | undefined;
|
|
3914
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
3915
|
+
title?: any;
|
|
3916
|
+
description?: any;
|
|
3917
|
+
default?: any;
|
|
3918
|
+
readOnly?: boolean | undefined;
|
|
3919
|
+
writeOnly?: boolean | undefined;
|
|
3920
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
3921
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
3922
|
+
const?: any;
|
|
3923
|
+
multipleOf?: number | undefined;
|
|
3924
|
+
maximum?: number | undefined;
|
|
3925
|
+
exclusiveMaximum?: number | undefined;
|
|
3926
|
+
minimum?: number | undefined;
|
|
3927
|
+
exclusiveMinimum?: number | undefined;
|
|
3928
|
+
maxLength?: number | undefined;
|
|
3929
|
+
minLength?: number | undefined;
|
|
3930
|
+
pattern?: string | RegExp | undefined;
|
|
3931
|
+
maxItems?: number | undefined;
|
|
3932
|
+
minItems?: number | undefined;
|
|
3933
|
+
uniqueItems?: boolean | undefined;
|
|
3934
|
+
maxProperties?: number | undefined;
|
|
3935
|
+
minProperties?: number | undefined;
|
|
3936
|
+
required?: string | boolean | string[] | undefined;
|
|
3937
|
+
format?: string | undefined;
|
|
3938
|
+
$ref?: string | undefined;
|
|
3939
|
+
$namespace?: string | undefined;
|
|
3940
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
3941
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
3942
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
3943
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
3944
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
3945
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
3946
|
+
"x-value"?: any;
|
|
3947
|
+
"x-index"?: number | undefined;
|
|
3948
|
+
"x-pattern"?: any;
|
|
3949
|
+
"x-display"?: any;
|
|
3950
|
+
"x-validator"?: any;
|
|
3951
|
+
"x-decorator"?: any;
|
|
3952
|
+
"x-decorator-props"?: any;
|
|
3953
|
+
"x-component"?: any;
|
|
3954
|
+
"x-component-props"?: any;
|
|
3955
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
3956
|
+
"x-content"?: any;
|
|
3957
|
+
"x-data"?: any;
|
|
3958
|
+
"x-visible"?: boolean | undefined;
|
|
3959
|
+
"x-hidden"?: boolean | undefined;
|
|
3960
|
+
"x-disabled"?: boolean | undefined;
|
|
3961
|
+
"x-editable"?: boolean | undefined;
|
|
3962
|
+
"x-read-only"?: boolean | undefined;
|
|
3963
|
+
"x-read-pretty"?: boolean | undefined;
|
|
3964
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
3965
|
+
}>;
|
|
3966
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
3967
|
+
scope: AnyObject;
|
|
3968
|
+
annotation: AnyObject;
|
|
3969
|
+
consumer: boolean;
|
|
3970
|
+
uuid: string;
|
|
3971
|
+
lifeCycle: Partial<{
|
|
3972
|
+
onSetup(): void;
|
|
3973
|
+
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
3974
|
+
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
3975
|
+
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
3976
|
+
}>;
|
|
3977
|
+
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
3978
|
+
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
3979
|
+
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
3980
|
+
lowCodeReactions: import("../../../../es/components/form-render").FormLowCodeReactions.Config[];
|
|
3981
|
+
linebarAutoHidden: boolean;
|
|
3982
|
+
bordered: string | boolean;
|
|
3983
|
+
uniqueCacheData: boolean;
|
|
3984
|
+
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
3985
|
+
outBordered: boolean;
|
|
3986
|
+
forceClearable: boolean;
|
|
3987
|
+
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
3730
3988
|
[key: symbol]: any;
|
|
3731
3989
|
[key: `x-${string}`]: any;
|
|
3732
3990
|
[key: `x-${number}`]: any;
|
|
@@ -4117,9 +4375,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4117
4375
|
lifeCycle: {
|
|
4118
4376
|
type: PropType<Partial<{
|
|
4119
4377
|
onSetup(): void;
|
|
4120
|
-
beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
4121
|
-
afterRequest(fieldKey: string, payload?:
|
|
4122
|
-
afterOptionInit(fieldKey: string, options: AnyObject[]): void;
|
|
4378
|
+
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
4379
|
+
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
4380
|
+
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
4123
4381
|
}>>;
|
|
4124
4382
|
};
|
|
4125
4383
|
requestInstance: {
|
|
@@ -4150,6 +4408,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4150
4408
|
type: BooleanConstructor;
|
|
4151
4409
|
default: boolean;
|
|
4152
4410
|
};
|
|
4411
|
+
forceClearable: BooleanConstructor;
|
|
4153
4412
|
}>> & {
|
|
4154
4413
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
4155
4414
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -4158,6 +4417,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4158
4417
|
anchor: boolean;
|
|
4159
4418
|
maxHeight: string | number;
|
|
4160
4419
|
column: number;
|
|
4420
|
+
forceClearable: boolean;
|
|
4161
4421
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
4162
4422
|
initialData: AnyObject;
|
|
4163
4423
|
parallelism: number;
|
|
@@ -4325,9 +4585,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4325
4585
|
uuid: string;
|
|
4326
4586
|
lifeCycle: Partial<{
|
|
4327
4587
|
onSetup(): void;
|
|
4328
|
-
beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
4329
|
-
afterRequest(fieldKey: string, payload?:
|
|
4330
|
-
afterOptionInit(fieldKey: string, options: AnyObject[]): void;
|
|
4588
|
+
beforeRequest(fieldKey: string, params?: AnyObject | undefined, payload?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
|
|
4589
|
+
afterRequest(fieldKey: string, res?: any, payload?: AnyObject | undefined): AnyObject[];
|
|
4590
|
+
afterOptionInit(fieldKey: string, options: AnyObject[], payload?: AnyObject | undefined): void;
|
|
4331
4591
|
}>;
|
|
4332
4592
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
4333
4593
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
@@ -4338,6 +4598,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4338
4598
|
uniqueCacheData: boolean;
|
|
4339
4599
|
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
4340
4600
|
outBordered: boolean;
|
|
4601
|
+
forceClearable: boolean;
|
|
4341
4602
|
}>>>;
|
|
4342
4603
|
};
|
|
4343
4604
|
}>> & {
|