cnhis-design-vue 3.1.54 → 3.1.55-beta.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/body-select/src/hooks/renderCanvas.js +1 -1
- package/es/components/body-select/src/index.vue2.js +1 -1
- package/es/components/button-print/index.d.ts +13 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +13 -0
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +13 -6
- package/es/components/chat-sdk/index.d.ts +2 -0
- package/es/components/chat-sdk/index.js +1 -0
- package/es/components/chat-sdk/src/chatSDK.d.ts +24 -0
- package/es/components/chat-sdk/src/chatSDK.js +1 -0
- package/es/components/chat-sdk/src/components/recordingDialog.vue.d.ts +26 -0
- package/es/components/chat-sdk/src/components/recordingDialog.vue.js +1 -0
- package/es/components/chat-sdk/src/components/recordingDialog.vue2.js +1 -0
- package/es/components/chat-sdk/src/utils/recordingDialog.d.ts +8 -0
- package/es/components/chat-sdk/src/utils/recordingDialog.js +1 -0
- package/es/components/chat-sdk/style/index.css +1 -0
- package/es/components/classification/index.d.ts +486 -1
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +473 -1
- package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +473 -1
- package/es/components/classification/src/index.vue.d.ts +486 -1
- package/es/components/classification/src/index.vue2.js +1 -1
- package/es/components/classification/style/index.css +1 -1
- package/es/components/fabric-chart/index.d.ts +1 -0
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +1 -0
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
- package/es/components/fabric-chart/src/constants/index.d.ts +1 -0
- package/es/components/fabric-chart/src/constants/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +5 -0
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
- package/es/components/form-config/index.d.ts +78 -57
- package/es/components/form-config/src/FormConfig.vue.d.ts +78 -57
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +13 -6
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +31 -21
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +5 -5
- package/es/components/form-render/index.d.ts +13 -6
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +13 -6
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +13 -6
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/hooks/index.d.ts +20 -9
- package/es/components/form-render/src/hooks/index.js +1 -1
- package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +1 -1
- package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -1
- package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -1
- package/es/components/form-render/src/hooks/useFormEvent.d.ts +14 -3
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +1 -0
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
- package/es/components/form-render/src/hooks/useOperationalForm.d.ts +3 -2
- package/es/components/form-render/src/hooks/useOperationalForm.js +1 -1
- package/es/components/form-render/src/hooks/useWordbookSetting.d.ts +13 -4
- package/es/components/form-render/src/hooks/useWordbookSetting.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 +10 -5
- package/es/components/form-render/src/utils/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/bindEventSettingPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/colorAndIconPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/colorAndIconPlugin.js +1 -0
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/operationalFormPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -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/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +7 -3
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/htmlRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +2 -0
- package/es/components/iho-table/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/src/utils/index.js +1 -1
- 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 +26 -12
- package/es/components/info-header/src/InfoHeader.vue.d.ts +26 -12
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +13 -6
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +13 -6
- package/es/components/quick-search/style/index.css +1 -1
- package/es/components/shortcut-setter/index.d.ts +19 -11
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +19 -11
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +320 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +127 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +51 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +244 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/helpers/options.d.ts +14 -0
- package/es/components/table-filter/src/components/bi-filter/helpers/options.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +474 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.js +1 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +1 -0
- package/es/components/table-filter/src/constants/index.d.ts +1 -0
- package/es/components/table-filter/src/constants/index.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/business.d.ts +1 -0
- package/es/shared/utils/business.js +1 -1
- package/es/shared/utils/index.js +1 -1
- package/package.json +3 -2
|
@@ -357,6 +357,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
357
357
|
nameKey?: string | undefined;
|
|
358
358
|
valueKey?: string | undefined;
|
|
359
359
|
showKey?: string | undefined;
|
|
360
|
+
searchKey?: string[] | undefined;
|
|
360
361
|
params?: import("../../../es/shared/types").AnyObject | undefined;
|
|
361
362
|
dependKey?: string | Record<string, string> | (string | {
|
|
362
363
|
paramName: string;
|
|
@@ -390,14 +391,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
390
391
|
compareMap?: {
|
|
391
392
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
392
393
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
393
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
394
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
395
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
396
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
397
394
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
398
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
399
395
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
396
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
400
397
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
398
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
399
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
400
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
401
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
401
402
|
} | undefined;
|
|
402
403
|
}[] | undefined;
|
|
403
404
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -2105,6 +2106,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2105
2106
|
nameKey?: string | undefined;
|
|
2106
2107
|
valueKey?: string | undefined;
|
|
2107
2108
|
showKey?: string | undefined;
|
|
2109
|
+
searchKey?: string[] | undefined;
|
|
2108
2110
|
params?: import("../../../es/shared/types").AnyObject | undefined;
|
|
2109
2111
|
dependKey?: string | Record<string, string> | (string | {
|
|
2110
2112
|
paramName: string;
|
|
@@ -2138,14 +2140,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2138
2140
|
compareMap?: {
|
|
2139
2141
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2140
2142
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2141
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2142
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2143
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2144
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2145
2143
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2146
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2147
2144
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2145
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2148
2146
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2147
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2148
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2149
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2150
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2149
2151
|
} | undefined;
|
|
2150
2152
|
}[] | undefined;
|
|
2151
2153
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -3745,14 +3747,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3745
3747
|
compareMap?: {
|
|
3746
3748
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3747
3749
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3748
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3749
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3750
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3751
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3752
3750
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3753
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3754
3751
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3752
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3755
3753
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3754
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3755
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3756
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3757
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3756
3758
|
} | undefined;
|
|
3757
3759
|
sqlExpression?: string | undefined;
|
|
3758
3760
|
showField?: string[] | undefined;
|
|
@@ -3890,6 +3892,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3890
3892
|
nameKey?: string | undefined;
|
|
3891
3893
|
valueKey?: string | undefined;
|
|
3892
3894
|
showKey?: string | undefined;
|
|
3895
|
+
searchKey?: string[] | undefined;
|
|
3893
3896
|
params?: import("../../../es/shared/types").AnyObject | undefined;
|
|
3894
3897
|
dependKey?: string | Record<string, string> | (string | {
|
|
3895
3898
|
paramName: string;
|
|
@@ -3923,14 +3926,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3923
3926
|
compareMap?: {
|
|
3924
3927
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3925
3928
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3926
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3927
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3928
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3929
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3930
3929
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3931
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3932
3930
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3931
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3933
3932
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3933
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3934
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3935
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3936
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3934
3937
|
} | undefined;
|
|
3935
3938
|
}[] | undefined;
|
|
3936
3939
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -5638,6 +5641,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5638
5641
|
nameKey?: string | undefined;
|
|
5639
5642
|
valueKey?: string | undefined;
|
|
5640
5643
|
showKey?: string | undefined;
|
|
5644
|
+
searchKey?: string[] | undefined;
|
|
5641
5645
|
params?: import("../../../es/shared/types").AnyObject | undefined;
|
|
5642
5646
|
dependKey?: string | Record<string, string> | (string | {
|
|
5643
5647
|
paramName: string;
|
|
@@ -5671,14 +5675,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5671
5675
|
compareMap?: {
|
|
5672
5676
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5673
5677
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5674
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5675
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5676
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5677
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5678
5678
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5679
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5680
5679
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5680
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5681
5681
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5682
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5683
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5684
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5685
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5682
5686
|
} | undefined;
|
|
5683
5687
|
}[] | undefined;
|
|
5684
5688
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -7731,12 +7735,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7731
7735
|
}>;
|
|
7732
7736
|
lowCodeReactionsHandler: (field: string) => void;
|
|
7733
7737
|
triggerAllReactionsHandler: () => void;
|
|
7734
|
-
operationalFormHandler:
|
|
7735
|
-
|
|
7736
|
-
|
|
7737
|
-
|
|
7738
|
-
setDisabled: (value: boolean) => void;
|
|
7738
|
+
operationalFormHandler: {
|
|
7739
|
+
trigger(fieldKey: string): void;
|
|
7740
|
+
triggerAll(): void;
|
|
7741
|
+
triggerDisabled: string | boolean;
|
|
7739
7742
|
};
|
|
7743
|
+
wordbookSettingHandler: import("..").wordbookSettingHandler;
|
|
7740
7744
|
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: Partial<{
|
|
7741
7745
|
fieldList: import("..").FieldItem[];
|
|
7742
7746
|
initialData: import("../../../es/shared/types").AnyObject;
|
|
@@ -7949,7 +7953,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7949
7953
|
force?: boolean | undefined;
|
|
7950
7954
|
}): Promise<void>;
|
|
7951
7955
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
7952
|
-
setFormValues(values: import("../../../es/shared/types").AnyObject,
|
|
7956
|
+
setFormValues(values: import("../../../es/shared/types").AnyObject, options?: boolean | {
|
|
7957
|
+
needSplitExtendKey?: boolean | undefined;
|
|
7958
|
+
avoidBusinessConnection?: string | boolean | undefined;
|
|
7959
|
+
avoidDependKeyConnection?: string | boolean | undefined;
|
|
7960
|
+
avoidWordbookSettingConnection?: string | boolean | undefined;
|
|
7961
|
+
avoidOperationalFormConnection?: string | boolean | undefined;
|
|
7962
|
+
overwrite?: boolean | undefined;
|
|
7963
|
+
}, avoidBusinessConnection?: string | boolean, overwrite?: boolean): Promise<void>;
|
|
7953
7964
|
setFieldState(path: string, setter: (field: Partial<Pick<import("@formily/core").Field<any, any, any, any>, import("@formily/core").NonFunctionPropertyNames<{
|
|
7954
7965
|
match: (pattern: import("@formily/path").Pattern) => boolean;
|
|
7955
7966
|
validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
|
|
@@ -8701,6 +8712,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8701
8712
|
nameKey?: string | undefined;
|
|
8702
8713
|
valueKey?: string | undefined;
|
|
8703
8714
|
showKey?: string | undefined;
|
|
8715
|
+
searchKey?: string[] | undefined;
|
|
8704
8716
|
params?: import("../../../es/shared/types").AnyObject | undefined;
|
|
8705
8717
|
dependKey?: string | Record<string, string> | (string | {
|
|
8706
8718
|
paramName: string;
|
|
@@ -8734,14 +8746,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8734
8746
|
compareMap?: {
|
|
8735
8747
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8736
8748
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8737
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8738
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8739
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8740
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8741
8749
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8742
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8743
8750
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8751
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8744
8752
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8753
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8754
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8755
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8756
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8745
8757
|
} | undefined;
|
|
8746
8758
|
}[] | undefined;
|
|
8747
8759
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -10460,6 +10472,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10460
10472
|
nameKey?: string | undefined;
|
|
10461
10473
|
valueKey?: string | undefined;
|
|
10462
10474
|
showKey?: string | undefined;
|
|
10475
|
+
searchKey?: string[] | undefined;
|
|
10463
10476
|
params?: import("../../../es/shared/types").AnyObject | undefined;
|
|
10464
10477
|
dependKey?: string | Record<string, string> | (string | {
|
|
10465
10478
|
paramName: string;
|
|
@@ -10493,14 +10506,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10493
10506
|
compareMap?: {
|
|
10494
10507
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10495
10508
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10496
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10497
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10498
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10499
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10500
10509
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10501
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10502
10510
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10511
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10503
10512
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10513
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10514
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10515
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10516
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10504
10517
|
} | undefined;
|
|
10505
10518
|
}[] | undefined;
|
|
10506
10519
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -12192,6 +12205,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12192
12205
|
nameKey?: string | undefined;
|
|
12193
12206
|
valueKey?: string | undefined;
|
|
12194
12207
|
showKey?: string | undefined;
|
|
12208
|
+
searchKey?: string[] | undefined;
|
|
12195
12209
|
params?: import("../../../es/shared/types").AnyObject | undefined;
|
|
12196
12210
|
dependKey?: string | Record<string, string> | (string | {
|
|
12197
12211
|
paramName: string;
|
|
@@ -12225,14 +12239,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12225
12239
|
compareMap?: {
|
|
12226
12240
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12227
12241
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12228
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12229
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12230
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12231
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12232
12242
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12233
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12234
12243
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12244
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12235
12245
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12246
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12247
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12248
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12249
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12236
12250
|
} | undefined;
|
|
12237
12251
|
}[] | undefined;
|
|
12238
12252
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -14202,12 +14216,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14202
14216
|
}>;
|
|
14203
14217
|
lowCodeReactionsHandler: (field: string) => void;
|
|
14204
14218
|
triggerAllReactionsHandler: () => void;
|
|
14205
|
-
operationalFormHandler:
|
|
14206
|
-
|
|
14207
|
-
|
|
14208
|
-
|
|
14209
|
-
setDisabled: (value: boolean) => void;
|
|
14219
|
+
operationalFormHandler: {
|
|
14220
|
+
trigger(fieldKey: string): void;
|
|
14221
|
+
triggerAll(): void;
|
|
14222
|
+
triggerDisabled: string | boolean;
|
|
14210
14223
|
};
|
|
14224
|
+
wordbookSettingHandler: import("..").wordbookSettingHandler;
|
|
14211
14225
|
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: Partial<{
|
|
14212
14226
|
fieldList: import("..").FieldItem[];
|
|
14213
14227
|
initialData: import("../../../es/shared/types").AnyObject;
|
|
@@ -14420,7 +14434,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14420
14434
|
force?: boolean | undefined;
|
|
14421
14435
|
}): Promise<void>;
|
|
14422
14436
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
14423
|
-
setFormValues(values: import("../../../es/shared/types").AnyObject,
|
|
14437
|
+
setFormValues(values: import("../../../es/shared/types").AnyObject, options?: boolean | {
|
|
14438
|
+
needSplitExtendKey?: boolean | undefined;
|
|
14439
|
+
avoidBusinessConnection?: string | boolean | undefined;
|
|
14440
|
+
avoidDependKeyConnection?: string | boolean | undefined;
|
|
14441
|
+
avoidWordbookSettingConnection?: string | boolean | undefined;
|
|
14442
|
+
avoidOperationalFormConnection?: string | boolean | undefined;
|
|
14443
|
+
overwrite?: boolean | undefined;
|
|
14444
|
+
}, avoidBusinessConnection?: string | boolean, overwrite?: boolean): Promise<void>;
|
|
14424
14445
|
setFieldState(path: string, setter: (field: Partial<Pick<import("@formily/core").Field<any, any, any, any>, import("@formily/core").NonFunctionPropertyNames<{
|
|
14425
14446
|
match: (pattern: import("@formily/path").Pattern) => boolean;
|
|
14426
14447
|
validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
|
|
@@ -14877,14 +14898,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14877
14898
|
compareMap?: {
|
|
14878
14899
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14879
14900
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14880
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14881
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14882
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14883
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14884
14901
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14885
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14886
14902
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14903
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14887
14904
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14905
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14906
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14907
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14908
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14888
14909
|
} | undefined;
|
|
14889
14910
|
sqlExpression?: string | undefined;
|
|
14890
14911
|
showField?: string[] | undefined;
|
|
@@ -360,6 +360,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
360
360
|
nameKey?: string | undefined;
|
|
361
361
|
valueKey?: string | undefined;
|
|
362
362
|
showKey?: string | undefined;
|
|
363
|
+
searchKey?: string[] | undefined;
|
|
363
364
|
params?: import("../../../../es/shared/types").AnyObject | undefined;
|
|
364
365
|
dependKey?: string | Record<string, string> | (string | {
|
|
365
366
|
paramName: string;
|
|
@@ -393,14 +394,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
393
394
|
compareMap?: {
|
|
394
395
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
395
396
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
396
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
397
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
398
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
399
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
400
397
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
401
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
402
398
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
399
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
403
400
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
401
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
402
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
403
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
404
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
404
405
|
} | undefined;
|
|
405
406
|
}[] | undefined;
|
|
406
407
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -2108,6 +2109,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2108
2109
|
nameKey?: string | undefined;
|
|
2109
2110
|
valueKey?: string | undefined;
|
|
2110
2111
|
showKey?: string | undefined;
|
|
2112
|
+
searchKey?: string[] | undefined;
|
|
2111
2113
|
params?: import("../../../../es/shared/types").AnyObject | undefined;
|
|
2112
2114
|
dependKey?: string | Record<string, string> | (string | {
|
|
2113
2115
|
paramName: string;
|
|
@@ -2141,14 +2143,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2141
2143
|
compareMap?: {
|
|
2142
2144
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2143
2145
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2144
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2145
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2146
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2147
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2148
2146
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2149
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2150
2147
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2148
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2151
2149
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2150
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2151
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2152
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2153
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2152
2154
|
} | undefined;
|
|
2153
2155
|
}[] | undefined;
|
|
2154
2156
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -3748,14 +3750,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3748
3750
|
compareMap?: {
|
|
3749
3751
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3750
3752
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3751
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3752
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3753
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3754
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3755
3753
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3756
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3757
3754
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3755
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3758
3756
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3757
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3758
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3759
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3760
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3759
3761
|
} | undefined;
|
|
3760
3762
|
sqlExpression?: string | undefined;
|
|
3761
3763
|
showField?: string[] | undefined;
|
|
@@ -3893,6 +3895,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3893
3895
|
nameKey?: string | undefined;
|
|
3894
3896
|
valueKey?: string | undefined;
|
|
3895
3897
|
showKey?: string | undefined;
|
|
3898
|
+
searchKey?: string[] | undefined;
|
|
3896
3899
|
params?: import("../../../../es/shared/types").AnyObject | undefined;
|
|
3897
3900
|
dependKey?: string | Record<string, string> | (string | {
|
|
3898
3901
|
paramName: string;
|
|
@@ -3926,14 +3929,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3926
3929
|
compareMap?: {
|
|
3927
3930
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3928
3931
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3929
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3930
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3931
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3932
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3933
3932
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3934
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3935
3933
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3934
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3936
3935
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3936
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3937
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3938
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3939
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3937
3940
|
} | undefined;
|
|
3938
3941
|
}[] | undefined;
|
|
3939
3942
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -5641,6 +5644,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5641
5644
|
nameKey?: string | undefined;
|
|
5642
5645
|
valueKey?: string | undefined;
|
|
5643
5646
|
showKey?: string | undefined;
|
|
5647
|
+
searchKey?: string[] | undefined;
|
|
5644
5648
|
params?: import("../../../../es/shared/types").AnyObject | undefined;
|
|
5645
5649
|
dependKey?: string | Record<string, string> | (string | {
|
|
5646
5650
|
paramName: string;
|
|
@@ -5674,14 +5678,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5674
5678
|
compareMap?: {
|
|
5675
5679
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5676
5680
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5677
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5678
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5679
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5680
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5681
5681
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5682
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5683
5682
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5683
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5684
5684
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5685
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5686
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5687
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5688
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5685
5689
|
} | undefined;
|
|
5686
5690
|
}[] | undefined;
|
|
5687
5691
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -7734,12 +7738,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7734
7738
|
}>;
|
|
7735
7739
|
lowCodeReactionsHandler: (field: string) => void;
|
|
7736
7740
|
triggerAllReactionsHandler: () => void;
|
|
7737
|
-
operationalFormHandler:
|
|
7738
|
-
|
|
7739
|
-
|
|
7740
|
-
|
|
7741
|
-
setDisabled: (value: boolean) => void;
|
|
7741
|
+
operationalFormHandler: {
|
|
7742
|
+
trigger(fieldKey: string): void;
|
|
7743
|
+
triggerAll(): void;
|
|
7744
|
+
triggerDisabled: string | boolean;
|
|
7742
7745
|
};
|
|
7746
|
+
wordbookSettingHandler: import("../../../../es/components/form-render").wordbookSettingHandler;
|
|
7743
7747
|
schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: Partial<{
|
|
7744
7748
|
fieldList: import("../../../../es/components/form-render").FieldItem[];
|
|
7745
7749
|
initialData: import("../../../../es/shared/types").AnyObject;
|
|
@@ -7952,7 +7956,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7952
7956
|
force?: boolean | undefined;
|
|
7953
7957
|
}): Promise<void>;
|
|
7954
7958
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
7955
|
-
setFormValues(values: import("../../../../es/shared/types").AnyObject,
|
|
7959
|
+
setFormValues(values: import("../../../../es/shared/types").AnyObject, options?: boolean | {
|
|
7960
|
+
needSplitExtendKey?: boolean | undefined;
|
|
7961
|
+
avoidBusinessConnection?: string | boolean | undefined;
|
|
7962
|
+
avoidDependKeyConnection?: string | boolean | undefined;
|
|
7963
|
+
avoidWordbookSettingConnection?: string | boolean | undefined;
|
|
7964
|
+
avoidOperationalFormConnection?: string | boolean | undefined;
|
|
7965
|
+
overwrite?: boolean | undefined;
|
|
7966
|
+
}, avoidBusinessConnection?: string | boolean, overwrite?: boolean): Promise<void>;
|
|
7956
7967
|
setFieldState(path: string, setter: (field: Partial<Pick<import("@formily/core").Field<any, any, any, any>, import("@formily/core").NonFunctionPropertyNames<{
|
|
7957
7968
|
match: (pattern: import("@formily/path").Pattern) => boolean;
|
|
7958
7969
|
validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
|
|
@@ -8704,6 +8715,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8704
8715
|
nameKey?: string | undefined;
|
|
8705
8716
|
valueKey?: string | undefined;
|
|
8706
8717
|
showKey?: string | undefined;
|
|
8718
|
+
searchKey?: string[] | undefined;
|
|
8707
8719
|
params?: import("../../../../es/shared/types").AnyObject | undefined;
|
|
8708
8720
|
dependKey?: string | Record<string, string> | (string | {
|
|
8709
8721
|
paramName: string;
|
|
@@ -8737,14 +8749,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8737
8749
|
compareMap?: {
|
|
8738
8750
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8739
8751
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8740
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8741
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8742
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8743
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8744
8752
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8745
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8746
8753
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8754
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8747
8755
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8756
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8757
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8758
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8759
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8748
8760
|
} | undefined;
|
|
8749
8761
|
}[] | undefined;
|
|
8750
8762
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -10463,6 +10475,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10463
10475
|
nameKey?: string | undefined;
|
|
10464
10476
|
valueKey?: string | undefined;
|
|
10465
10477
|
showKey?: string | undefined;
|
|
10478
|
+
searchKey?: string[] | undefined;
|
|
10466
10479
|
params?: import("../../../../es/shared/types").AnyObject | undefined;
|
|
10467
10480
|
dependKey?: string | Record<string, string> | (string | {
|
|
10468
10481
|
paramName: string;
|
|
@@ -10496,14 +10509,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10496
10509
|
compareMap?: {
|
|
10497
10510
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10498
10511
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10499
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10500
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10501
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10502
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10503
10512
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10504
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10505
10513
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10514
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10506
10515
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10516
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10517
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10518
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10519
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10507
10520
|
} | undefined;
|
|
10508
10521
|
}[] | undefined;
|
|
10509
10522
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -12195,6 +12208,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12195
12208
|
nameKey?: string | undefined;
|
|
12196
12209
|
valueKey?: string | undefined;
|
|
12197
12210
|
showKey?: string | undefined;
|
|
12211
|
+
searchKey?: string[] | undefined;
|
|
12198
12212
|
params?: import("../../../../es/shared/types").AnyObject | undefined;
|
|
12199
12213
|
dependKey?: string | Record<string, string> | (string | {
|
|
12200
12214
|
paramName: string;
|
|
@@ -12228,14 +12242,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12228
12242
|
compareMap?: {
|
|
12229
12243
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12230
12244
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12231
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12232
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12233
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12234
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12235
12245
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12236
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12237
12246
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12247
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12238
12248
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12249
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12250
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12251
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12252
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12239
12253
|
} | undefined;
|
|
12240
12254
|
}[] | undefined;
|
|
12241
12255
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -14205,12 +14219,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14205
14219
|
}>;
|
|
14206
14220
|
lowCodeReactionsHandler: (field: string) => void;
|
|
14207
14221
|
triggerAllReactionsHandler: () => void;
|
|
14208
|
-
operationalFormHandler:
|
|
14209
|
-
|
|
14210
|
-
|
|
14211
|
-
|
|
14212
|
-
setDisabled: (value: boolean) => void;
|
|
14222
|
+
operationalFormHandler: {
|
|
14223
|
+
trigger(fieldKey: string): void;
|
|
14224
|
+
triggerAll(): void;
|
|
14225
|
+
triggerDisabled: string | boolean;
|
|
14213
14226
|
};
|
|
14227
|
+
wordbookSettingHandler: import("../../../../es/components/form-render").wordbookSettingHandler;
|
|
14214
14228
|
schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: Partial<{
|
|
14215
14229
|
fieldList: import("../../../../es/components/form-render").FieldItem[];
|
|
14216
14230
|
initialData: import("../../../../es/shared/types").AnyObject;
|
|
@@ -14423,7 +14437,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14423
14437
|
force?: boolean | undefined;
|
|
14424
14438
|
}): Promise<void>;
|
|
14425
14439
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
14426
|
-
setFormValues(values: import("../../../../es/shared/types").AnyObject,
|
|
14440
|
+
setFormValues(values: import("../../../../es/shared/types").AnyObject, options?: boolean | {
|
|
14441
|
+
needSplitExtendKey?: boolean | undefined;
|
|
14442
|
+
avoidBusinessConnection?: string | boolean | undefined;
|
|
14443
|
+
avoidDependKeyConnection?: string | boolean | undefined;
|
|
14444
|
+
avoidWordbookSettingConnection?: string | boolean | undefined;
|
|
14445
|
+
avoidOperationalFormConnection?: string | boolean | undefined;
|
|
14446
|
+
overwrite?: boolean | undefined;
|
|
14447
|
+
}, avoidBusinessConnection?: string | boolean, overwrite?: boolean): Promise<void>;
|
|
14427
14448
|
setFieldState(path: string, setter: (field: Partial<Pick<import("@formily/core").Field<any, any, any, any>, import("@formily/core").NonFunctionPropertyNames<{
|
|
14428
14449
|
match: (pattern: import("@formily/path").Pattern) => boolean;
|
|
14429
14450
|
validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
|
|
@@ -14880,14 +14901,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14880
14901
|
compareMap?: {
|
|
14881
14902
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14882
14903
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14883
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14884
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14885
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14886
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14887
14904
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14888
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14889
14905
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14906
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14890
14907
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14908
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14909
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14910
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14911
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14891
14912
|
} | undefined;
|
|
14892
14913
|
sqlExpression?: string | undefined;
|
|
14893
14914
|
showField?: string[] | undefined;
|
|
@@ -388,12 +388,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
388
388
|
}>;
|
|
389
389
|
lowCodeReactionsHandler: (field: string) => void;
|
|
390
390
|
triggerAllReactionsHandler: () => void;
|
|
391
|
-
operationalFormHandler:
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
setDisabled: (value: boolean) => void;
|
|
391
|
+
operationalFormHandler: {
|
|
392
|
+
trigger(fieldKey: string): void;
|
|
393
|
+
triggerAll(): void;
|
|
394
|
+
triggerDisabled: string | boolean;
|
|
396
395
|
};
|
|
396
|
+
wordbookSettingHandler: import("../../../../../es/components/form-render").wordbookSettingHandler;
|
|
397
397
|
schemaAdaptor: (fieldList: FieldItem[], options?: Partial<{
|
|
398
398
|
fieldList: FieldItem[];
|
|
399
399
|
initialData: AnyObject;
|
|
@@ -606,7 +606,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
606
606
|
force?: boolean | undefined;
|
|
607
607
|
}): Promise<void>;
|
|
608
608
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
609
|
-
setFormValues(values: AnyObject,
|
|
609
|
+
setFormValues(values: AnyObject, options?: boolean | {
|
|
610
|
+
needSplitExtendKey?: boolean | undefined;
|
|
611
|
+
avoidBusinessConnection?: string | boolean | undefined;
|
|
612
|
+
avoidDependKeyConnection?: string | boolean | undefined;
|
|
613
|
+
avoidWordbookSettingConnection?: string | boolean | undefined;
|
|
614
|
+
avoidOperationalFormConnection?: string | boolean | undefined;
|
|
615
|
+
overwrite?: boolean | undefined;
|
|
616
|
+
}, avoidBusinessConnection?: string | boolean, overwrite?: boolean): Promise<void>;
|
|
610
617
|
setFieldState(path: string, setter: (field: Partial<Pick<import("@formily/core").Field<any, any, any, any>, import("@formily/core").NonFunctionPropertyNames<{
|
|
611
618
|
match: (pattern: import("@formily/path").Pattern) => boolean;
|
|
612
619
|
validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
|