cnhis-design-vue 3.1.54-beta.2 → 3.1.54-beta.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- 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 +16 -1
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +54 -14
- 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 +7 -0
- package/es/components/chat-sdk/src/chatSDK.js +1 -0
- package/es/components/classification/index.d.ts +498 -1
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +485 -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 +485 -1
- package/es/components/classification/src/index.vue.d.ts +500 -1
- package/es/components/classification/src/index.vue2.js +1 -1
- package/es/components/classification/style/index.css +1 -1
- package/es/components/expand-field/src/components/form.vue2.js +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.d.ts +18 -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/electrocardiogram/useMeasureInstrument.js +1 -1
- package/es/components/fabric-chart/src/hooks/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.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/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.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 +10 -4
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
- package/es/components/form-config/index.d.ts +135 -111
- package/es/components/form-config/src/FormConfig.vue.d.ts +136 -112
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +26 -14
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +53 -41
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +17 -17
- package/es/components/form-config/src/constants/index.d.ts +4 -4
- package/es/components/form-config/src/types/index.d.ts +3 -3
- package/es/components/form-render/index.d.ts +26 -14
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +27 -15
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +26 -14
- package/es/components/form-render/src/components/renderer/date.js +1 -1
- 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/useFieldNormalize.d.ts +4 -4
- package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -1
- package/es/components/form-render/src/hooks/useFormEvent.d.ts +12 -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 +2 -2
- package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +2 -2
- package/es/components/form-render/src/hooks/useOperationalForm.d.ts +7 -5
- 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 +3 -3
- package/es/components/form-render/src/types/index.d.ts +6 -6
- package/es/components/iho-table/index.d.ts +28 -0
- package/es/components/iho-table/src/IhoTable.vue.d.ts +28 -0
- package/es/components/iho-table/src/plugins/bindEventSettingPlugin/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/dateRendererPlugin/editDate.vue.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +8 -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/types/index.d.ts +7 -5
- 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 +62 -38
- package/es/components/info-header/src/InfoHeader.vue.d.ts +62 -38
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +2 -2
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +2 -2
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +28 -16
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +26 -14
- package/es/components/quick-search/style/index.css +1 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
- package/es/components/select-person/src/SearchMultiple.vue.d.ts +6 -0
- package/es/components/shortcut-setter/index.d.ts +33 -21
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +33 -21
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +0 -3
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +332 -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 +486 -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/components/classify-filter/hooks/useFilterConditions.js +1 -1
- 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/components/table-filter/src/hooks/useAdvanced.js +1 -1
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/hooks/useLevelSearchCascader.d.ts +2 -2
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +61 -53
- package/es/shared/utils/business.d.ts +11 -7
- package/es/shared/utils/business.js +1 -1
- package/es/shared/utils/index.js +1 -1
- package/package.json +2 -2
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/constants/index.d.ts +0 -2
- package/es/components/fabric-chart/src/hooks/electrocardiogram/constants/index.js +0 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
- package/es/shared/utils/fabricjs/index.d.ts +0 -6823
- package/es/shared/utils/tapable/index.d.ts +0 -139
|
@@ -102,11 +102,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
102
102
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
103
103
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
104
104
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
105
|
-
lowCodeReactions: import("../../../es/shared/types").
|
|
105
|
+
lowCodeReactions: import("../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
106
106
|
linebarAutoHidden: boolean;
|
|
107
107
|
bordered: string | boolean;
|
|
108
108
|
uniqueCacheData: boolean;
|
|
109
|
-
operationalForm: import("../../../es/shared/types").
|
|
109
|
+
operationalForm: import("../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
110
110
|
outBordered: boolean;
|
|
111
111
|
forceClearable: boolean;
|
|
112
112
|
}>>>;
|
|
@@ -213,11 +213,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
213
213
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
214
214
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
215
215
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
216
|
-
lowCodeReactions: import("../../../es/shared/types").
|
|
216
|
+
lowCodeReactions: import("../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
217
217
|
linebarAutoHidden: boolean;
|
|
218
218
|
bordered: string | boolean;
|
|
219
219
|
uniqueCacheData: boolean;
|
|
220
|
-
operationalForm: import("../../../es/shared/types").
|
|
220
|
+
operationalForm: import("../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
221
221
|
outBordered: boolean;
|
|
222
222
|
forceClearable: boolean;
|
|
223
223
|
}>>>;
|
|
@@ -376,12 +376,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
376
376
|
initialize_high?: number | undefined;
|
|
377
377
|
bindEventSetting?: {
|
|
378
378
|
[x: string]: unknown;
|
|
379
|
-
event_type: import("../../../es/shared/types").
|
|
379
|
+
event_type: import("../../../es/shared/types").LowCodeTypes.EVENT_TYPE;
|
|
380
380
|
event_field?: string | undefined;
|
|
381
381
|
params?: {
|
|
382
382
|
p_value?: string | undefined;
|
|
383
383
|
p_name: string;
|
|
384
|
-
p_select: import("../../../es/shared/types").
|
|
384
|
+
p_select: import("../../../es/shared/types").LowCodeTypes.VALUE_RELATION;
|
|
385
385
|
}[] | undefined;
|
|
386
386
|
results?: {
|
|
387
387
|
p_value: string;
|
|
@@ -390,14 +390,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
390
390
|
compareMap?: {
|
|
391
391
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
392
392
|
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
393
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
398
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
399
394
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
395
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
400
396
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
397
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
398
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
399
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
400
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
401
401
|
} | undefined;
|
|
402
402
|
}[] | undefined;
|
|
403
403
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -2124,12 +2124,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2124
2124
|
initialize_high?: number | undefined;
|
|
2125
2125
|
bindEventSetting?: {
|
|
2126
2126
|
[x: string]: unknown;
|
|
2127
|
-
event_type: import("../../../es/shared/types").
|
|
2127
|
+
event_type: import("../../../es/shared/types").LowCodeTypes.EVENT_TYPE;
|
|
2128
2128
|
event_field?: string | undefined;
|
|
2129
2129
|
params?: {
|
|
2130
2130
|
p_value?: string | undefined;
|
|
2131
2131
|
p_name: string;
|
|
2132
|
-
p_select: import("../../../es/shared/types").
|
|
2132
|
+
p_select: import("../../../es/shared/types").LowCodeTypes.VALUE_RELATION;
|
|
2133
2133
|
}[] | undefined;
|
|
2134
2134
|
results?: {
|
|
2135
2135
|
p_value: string;
|
|
@@ -2138,14 +2138,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2138
2138
|
compareMap?: {
|
|
2139
2139
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2140
2140
|
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
2141
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2146
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2147
2142
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2143
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2148
2144
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2145
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2146
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2147
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2148
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
2149
2149
|
} | undefined;
|
|
2150
2150
|
}[] | undefined;
|
|
2151
2151
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -3738,21 +3738,21 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3738
3738
|
}[]>;
|
|
3739
3739
|
lowCodeReactionsRef: import("vue").Ref<{
|
|
3740
3740
|
conObj: {
|
|
3741
|
-
con: import("../../../es/shared/types").
|
|
3741
|
+
con: import("../../../es/shared/types").LowCodeTypes.VALUE_RELATION;
|
|
3742
3742
|
field_key: string;
|
|
3743
3743
|
value: unknown;
|
|
3744
3744
|
}[];
|
|
3745
3745
|
compareMap?: {
|
|
3746
3746
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3747
3747
|
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
3748
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3753
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3754
3749
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3750
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3755
3751
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3752
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3753
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3754
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3755
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3756
3756
|
} | undefined;
|
|
3757
3757
|
sqlExpression?: string | undefined;
|
|
3758
3758
|
showField?: string[] | undefined;
|
|
@@ -3909,12 +3909,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3909
3909
|
initialize_high?: number | undefined;
|
|
3910
3910
|
bindEventSetting?: {
|
|
3911
3911
|
[x: string]: unknown;
|
|
3912
|
-
event_type: import("../../../es/shared/types").
|
|
3912
|
+
event_type: import("../../../es/shared/types").LowCodeTypes.EVENT_TYPE;
|
|
3913
3913
|
event_field?: string | undefined;
|
|
3914
3914
|
params?: {
|
|
3915
3915
|
p_value?: string | undefined;
|
|
3916
3916
|
p_name: string;
|
|
3917
|
-
p_select: import("../../../es/shared/types").
|
|
3917
|
+
p_select: import("../../../es/shared/types").LowCodeTypes.VALUE_RELATION;
|
|
3918
3918
|
}[] | undefined;
|
|
3919
3919
|
results?: {
|
|
3920
3920
|
p_value: string;
|
|
@@ -3923,14 +3923,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3923
3923
|
compareMap?: {
|
|
3924
3924
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3925
3925
|
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
3926
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3931
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3932
3927
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3928
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3933
3929
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3930
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3931
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3932
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3933
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
3934
3934
|
} | undefined;
|
|
3935
3935
|
}[] | undefined;
|
|
3936
3936
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -5657,12 +5657,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5657
5657
|
initialize_high?: number | undefined;
|
|
5658
5658
|
bindEventSetting?: {
|
|
5659
5659
|
[x: string]: unknown;
|
|
5660
|
-
event_type: import("../../../es/shared/types").
|
|
5660
|
+
event_type: import("../../../es/shared/types").LowCodeTypes.EVENT_TYPE;
|
|
5661
5661
|
event_field?: string | undefined;
|
|
5662
5662
|
params?: {
|
|
5663
5663
|
p_value?: string | undefined;
|
|
5664
5664
|
p_name: string;
|
|
5665
|
-
p_select: import("../../../es/shared/types").
|
|
5665
|
+
p_select: import("../../../es/shared/types").LowCodeTypes.VALUE_RELATION;
|
|
5666
5666
|
}[] | undefined;
|
|
5667
5667
|
results?: {
|
|
5668
5668
|
p_value: string;
|
|
@@ -5671,14 +5671,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5671
5671
|
compareMap?: {
|
|
5672
5672
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5673
5673
|
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
5674
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5679
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5680
5675
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5676
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5681
5677
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5678
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5679
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5680
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5681
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
5682
5682
|
} | undefined;
|
|
5683
5683
|
}[] | undefined;
|
|
5684
5684
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -7491,10 +7491,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7491
7491
|
default: boolean;
|
|
7492
7492
|
};
|
|
7493
7493
|
lowCodeReactions: {
|
|
7494
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
7494
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
7495
7495
|
};
|
|
7496
7496
|
operationalForm: {
|
|
7497
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
7497
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.operationalConfig[]>;
|
|
7498
|
+
};
|
|
7499
|
+
dateOperationalForm: {
|
|
7500
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
7498
7501
|
};
|
|
7499
7502
|
linebarAutoHidden: {
|
|
7500
7503
|
type: BooleanConstructor;
|
|
@@ -7640,10 +7643,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7640
7643
|
default: boolean;
|
|
7641
7644
|
};
|
|
7642
7645
|
lowCodeReactions: {
|
|
7643
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
7646
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
7644
7647
|
};
|
|
7645
7648
|
operationalForm: {
|
|
7646
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
7649
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.operationalConfig[]>;
|
|
7650
|
+
};
|
|
7651
|
+
dateOperationalForm: {
|
|
7652
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
7647
7653
|
};
|
|
7648
7654
|
linebarAutoHidden: {
|
|
7649
7655
|
type: BooleanConstructor;
|
|
@@ -7725,12 +7731,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7725
7731
|
}>;
|
|
7726
7732
|
lowCodeReactionsHandler: (field: string) => void;
|
|
7727
7733
|
triggerAllReactionsHandler: () => void;
|
|
7728
|
-
operationalFormHandler: (
|
|
7734
|
+
operationalFormHandler: (fieldKey: string) => void;
|
|
7729
7735
|
triggerAllOperationalFormHandler: () => void;
|
|
7730
|
-
wordbookSettingHandler:
|
|
7731
|
-
trigger: (fieldKey: string, value: unknown) => void;
|
|
7732
|
-
setDisabled: (value: boolean) => void;
|
|
7733
|
-
};
|
|
7736
|
+
wordbookSettingHandler: import("..").wordbookSettingHandler;
|
|
7734
7737
|
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: Partial<{
|
|
7735
7738
|
fieldList: import("..").FieldItem[];
|
|
7736
7739
|
initialData: import("../../../es/shared/types").AnyObject;
|
|
@@ -7814,11 +7817,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7814
7817
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
7815
7818
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
7816
7819
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
7817
|
-
lowCodeReactions: import("../../../es/shared/types").
|
|
7820
|
+
lowCodeReactions: import("../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
7818
7821
|
linebarAutoHidden: boolean;
|
|
7819
7822
|
bordered: string | boolean;
|
|
7820
7823
|
uniqueCacheData: boolean;
|
|
7821
|
-
operationalForm: import("../../../es/shared/types").
|
|
7824
|
+
operationalForm: import("../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
7822
7825
|
outBordered: boolean;
|
|
7823
7826
|
forceClearable: boolean;
|
|
7824
7827
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
@@ -7943,7 +7946,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7943
7946
|
force?: boolean | undefined;
|
|
7944
7947
|
}): Promise<void>;
|
|
7945
7948
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
7946
|
-
setFormValues(values: import("../../../es/shared/types").AnyObject,
|
|
7949
|
+
setFormValues(values: import("../../../es/shared/types").AnyObject, options?: boolean | {
|
|
7950
|
+
needSplitExtendKey?: boolean | undefined;
|
|
7951
|
+
avoidBusinessConnection?: string | boolean | undefined;
|
|
7952
|
+
avoidDependKeyConnection?: string | boolean | undefined;
|
|
7953
|
+
avoidWordbookSettingConnection?: string | boolean | undefined;
|
|
7954
|
+
overwrite?: boolean | undefined;
|
|
7955
|
+
}, avoidBusinessConnection?: string | boolean, overwrite?: boolean): Promise<void>;
|
|
7947
7956
|
setFieldState(path: string, setter: (field: Partial<Pick<import("@formily/core").Field<any, any, any, any>, import("@formily/core").NonFunctionPropertyNames<{
|
|
7948
7957
|
match: (pattern: import("@formily/path").Pattern) => boolean;
|
|
7949
7958
|
validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
|
|
@@ -8232,10 +8241,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8232
8241
|
default: boolean;
|
|
8233
8242
|
};
|
|
8234
8243
|
lowCodeReactions: {
|
|
8235
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
8244
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
8236
8245
|
};
|
|
8237
8246
|
operationalForm: {
|
|
8238
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
8247
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.operationalConfig[]>;
|
|
8248
|
+
};
|
|
8249
|
+
dateOperationalForm: {
|
|
8250
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
8239
8251
|
};
|
|
8240
8252
|
linebarAutoHidden: {
|
|
8241
8253
|
type: BooleanConstructor;
|
|
@@ -8476,11 +8488,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8476
8488
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
8477
8489
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
8478
8490
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
8479
|
-
lowCodeReactions: import("../../../es/shared/types").
|
|
8491
|
+
lowCodeReactions: import("../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
8480
8492
|
linebarAutoHidden: boolean;
|
|
8481
8493
|
bordered: string | boolean;
|
|
8482
8494
|
uniqueCacheData: boolean;
|
|
8483
|
-
operationalForm: import("../../../es/shared/types").
|
|
8495
|
+
operationalForm: import("../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
8484
8496
|
outBordered: boolean;
|
|
8485
8497
|
forceClearable: boolean;
|
|
8486
8498
|
}>>>;
|
|
@@ -8578,11 +8590,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8578
8590
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
8579
8591
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
8580
8592
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
8581
|
-
lowCodeReactions: import("../../../es/shared/types").
|
|
8593
|
+
lowCodeReactions: import("../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
8582
8594
|
linebarAutoHidden: boolean;
|
|
8583
8595
|
bordered: string | boolean;
|
|
8584
8596
|
uniqueCacheData: boolean;
|
|
8585
|
-
operationalForm: import("../../../es/shared/types").
|
|
8597
|
+
operationalForm: import("../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
8586
8598
|
outBordered: boolean;
|
|
8587
8599
|
forceClearable: boolean;
|
|
8588
8600
|
}>>>;
|
|
@@ -8711,12 +8723,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8711
8723
|
initialize_high?: number | undefined;
|
|
8712
8724
|
bindEventSetting?: {
|
|
8713
8725
|
[x: string]: unknown;
|
|
8714
|
-
event_type: import("../../../es/shared/types").
|
|
8726
|
+
event_type: import("../../../es/shared/types").LowCodeTypes.EVENT_TYPE;
|
|
8715
8727
|
event_field?: string | undefined;
|
|
8716
8728
|
params?: {
|
|
8717
8729
|
p_value?: string | undefined;
|
|
8718
8730
|
p_name: string;
|
|
8719
|
-
p_select: import("../../../es/shared/types").
|
|
8731
|
+
p_select: import("../../../es/shared/types").LowCodeTypes.VALUE_RELATION;
|
|
8720
8732
|
}[] | undefined;
|
|
8721
8733
|
results?: {
|
|
8722
8734
|
p_value: string;
|
|
@@ -8725,14 +8737,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8725
8737
|
compareMap?: {
|
|
8726
8738
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8727
8739
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8728
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8729
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8730
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8731
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8732
8740
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8733
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8734
8741
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8742
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8735
8743
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8744
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8745
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8746
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8747
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
8736
8748
|
} | undefined;
|
|
8737
8749
|
}[] | undefined;
|
|
8738
8750
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -10470,12 +10482,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10470
10482
|
initialize_high?: number | undefined;
|
|
10471
10483
|
bindEventSetting?: {
|
|
10472
10484
|
[x: string]: unknown;
|
|
10473
|
-
event_type: import("../../../es/shared/types").
|
|
10485
|
+
event_type: import("../../../es/shared/types").LowCodeTypes.EVENT_TYPE;
|
|
10474
10486
|
event_field?: string | undefined;
|
|
10475
10487
|
params?: {
|
|
10476
10488
|
p_value?: string | undefined;
|
|
10477
10489
|
p_name: string;
|
|
10478
|
-
p_select: import("../../../es/shared/types").
|
|
10490
|
+
p_select: import("../../../es/shared/types").LowCodeTypes.VALUE_RELATION;
|
|
10479
10491
|
}[] | undefined;
|
|
10480
10492
|
results?: {
|
|
10481
10493
|
p_value: string;
|
|
@@ -10484,14 +10496,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10484
10496
|
compareMap?: {
|
|
10485
10497
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10486
10498
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10487
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10488
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10489
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10490
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10491
10499
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10492
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10493
10500
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10501
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10494
10502
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10503
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10504
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10505
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10506
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
10495
10507
|
} | undefined;
|
|
10496
10508
|
}[] | undefined;
|
|
10497
10509
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -12202,12 +12214,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12202
12214
|
initialize_high?: number | undefined;
|
|
12203
12215
|
bindEventSetting?: {
|
|
12204
12216
|
[x: string]: unknown;
|
|
12205
|
-
event_type: import("../../../es/shared/types").
|
|
12217
|
+
event_type: import("../../../es/shared/types").LowCodeTypes.EVENT_TYPE;
|
|
12206
12218
|
event_field?: string | undefined;
|
|
12207
12219
|
params?: {
|
|
12208
12220
|
p_value?: string | undefined;
|
|
12209
12221
|
p_name: string;
|
|
12210
|
-
p_select: import("../../../es/shared/types").
|
|
12222
|
+
p_select: import("../../../es/shared/types").LowCodeTypes.VALUE_RELATION;
|
|
12211
12223
|
}[] | undefined;
|
|
12212
12224
|
results?: {
|
|
12213
12225
|
p_value: string;
|
|
@@ -12216,14 +12228,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12216
12228
|
compareMap?: {
|
|
12217
12229
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12218
12230
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12219
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12220
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12221
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12222
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12223
12231
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12224
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12225
12232
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12233
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12226
12234
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12235
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12236
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12237
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12238
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
12227
12239
|
} | undefined;
|
|
12228
12240
|
}[] | undefined;
|
|
12229
12241
|
show_mode?: ("DROPDOWN" | "H_TILE" | "V_TILE" | "TILE") | undefined;
|
|
@@ -13953,10 +13965,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13953
13965
|
default: boolean;
|
|
13954
13966
|
};
|
|
13955
13967
|
lowCodeReactions: {
|
|
13956
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
13968
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
13957
13969
|
};
|
|
13958
13970
|
operationalForm: {
|
|
13959
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
13971
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.operationalConfig[]>;
|
|
13972
|
+
};
|
|
13973
|
+
dateOperationalForm: {
|
|
13974
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
13960
13975
|
};
|
|
13961
13976
|
linebarAutoHidden: {
|
|
13962
13977
|
type: BooleanConstructor;
|
|
@@ -14102,10 +14117,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14102
14117
|
default: boolean;
|
|
14103
14118
|
};
|
|
14104
14119
|
lowCodeReactions: {
|
|
14105
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
14120
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
14106
14121
|
};
|
|
14107
14122
|
operationalForm: {
|
|
14108
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
14123
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.operationalConfig[]>;
|
|
14124
|
+
};
|
|
14125
|
+
dateOperationalForm: {
|
|
14126
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
14109
14127
|
};
|
|
14110
14128
|
linebarAutoHidden: {
|
|
14111
14129
|
type: BooleanConstructor;
|
|
@@ -14187,12 +14205,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14187
14205
|
}>;
|
|
14188
14206
|
lowCodeReactionsHandler: (field: string) => void;
|
|
14189
14207
|
triggerAllReactionsHandler: () => void;
|
|
14190
|
-
operationalFormHandler: (
|
|
14208
|
+
operationalFormHandler: (fieldKey: string) => void;
|
|
14191
14209
|
triggerAllOperationalFormHandler: () => void;
|
|
14192
|
-
wordbookSettingHandler:
|
|
14193
|
-
trigger: (fieldKey: string, value: unknown) => void;
|
|
14194
|
-
setDisabled: (value: boolean) => void;
|
|
14195
|
-
};
|
|
14210
|
+
wordbookSettingHandler: import("..").wordbookSettingHandler;
|
|
14196
14211
|
schemaAdaptor: (fieldList: import("..").FieldItem[], options?: Partial<{
|
|
14197
14212
|
fieldList: import("..").FieldItem[];
|
|
14198
14213
|
initialData: import("../../../es/shared/types").AnyObject;
|
|
@@ -14276,11 +14291,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14276
14291
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
14277
14292
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
14278
14293
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
14279
|
-
lowCodeReactions: import("../../../es/shared/types").
|
|
14294
|
+
lowCodeReactions: import("../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
14280
14295
|
linebarAutoHidden: boolean;
|
|
14281
14296
|
bordered: string | boolean;
|
|
14282
14297
|
uniqueCacheData: boolean;
|
|
14283
|
-
operationalForm: import("../../../es/shared/types").
|
|
14298
|
+
operationalForm: import("../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
14284
14299
|
outBordered: boolean;
|
|
14285
14300
|
forceClearable: boolean;
|
|
14286
14301
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
@@ -14405,7 +14420,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14405
14420
|
force?: boolean | undefined;
|
|
14406
14421
|
}): Promise<void>;
|
|
14407
14422
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
14408
|
-
setFormValues(values: import("../../../es/shared/types").AnyObject,
|
|
14423
|
+
setFormValues(values: import("../../../es/shared/types").AnyObject, options?: boolean | {
|
|
14424
|
+
needSplitExtendKey?: boolean | undefined;
|
|
14425
|
+
avoidBusinessConnection?: string | boolean | undefined;
|
|
14426
|
+
avoidDependKeyConnection?: string | boolean | undefined;
|
|
14427
|
+
avoidWordbookSettingConnection?: string | boolean | undefined;
|
|
14428
|
+
overwrite?: boolean | undefined;
|
|
14429
|
+
}, avoidBusinessConnection?: string | boolean, overwrite?: boolean): Promise<void>;
|
|
14409
14430
|
setFieldState(path: string, setter: (field: Partial<Pick<import("@formily/core").Field<any, any, any, any>, import("@formily/core").NonFunctionPropertyNames<{
|
|
14410
14431
|
match: (pattern: import("@formily/path").Pattern) => boolean;
|
|
14411
14432
|
validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
|
|
@@ -14694,10 +14715,13 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14694
14715
|
default: boolean;
|
|
14695
14716
|
};
|
|
14696
14717
|
lowCodeReactions: {
|
|
14697
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
14718
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.reactionsConfig[]>;
|
|
14698
14719
|
};
|
|
14699
14720
|
operationalForm: {
|
|
14700
|
-
type: import("vue").PropType<import("../../../es/shared/types").
|
|
14721
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.operationalConfig[]>;
|
|
14722
|
+
};
|
|
14723
|
+
dateOperationalForm: {
|
|
14724
|
+
type: import("vue").PropType<import("../../../es/shared/types").LowCodeTypes.dateOperationalConfig[]>;
|
|
14701
14725
|
};
|
|
14702
14726
|
linebarAutoHidden: {
|
|
14703
14727
|
type: BooleanConstructor;
|
|
@@ -14828,11 +14852,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14828
14852
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
14829
14853
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
14830
14854
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
14831
|
-
lowCodeReactions: import("../../../es/shared/types").
|
|
14855
|
+
lowCodeReactions: import("../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
14832
14856
|
linebarAutoHidden: boolean;
|
|
14833
14857
|
bordered: string | boolean;
|
|
14834
14858
|
uniqueCacheData: boolean;
|
|
14835
|
-
operationalForm: import("../../../es/shared/types").
|
|
14859
|
+
operationalForm: import("../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
14836
14860
|
outBordered: boolean;
|
|
14837
14861
|
forceClearable: boolean;
|
|
14838
14862
|
}>>>;
|
|
@@ -14846,27 +14870,27 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14846
14870
|
};
|
|
14847
14871
|
}, {
|
|
14848
14872
|
props: {
|
|
14849
|
-
modelValue: import("../../../es/shared/types").
|
|
14873
|
+
modelValue: import("../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
14850
14874
|
};
|
|
14851
14875
|
emit: (event: "update:modelValue" | "validateFailure", ...args: any[]) => void;
|
|
14852
14876
|
cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
14853
14877
|
valueRef: import("vue").Ref<{
|
|
14854
14878
|
conObj: {
|
|
14855
|
-
con: import("../../../es/shared/types").
|
|
14879
|
+
con: import("../../../es/shared/types").LowCodeTypes.VALUE_RELATION;
|
|
14856
14880
|
field_key: string;
|
|
14857
14881
|
value: unknown;
|
|
14858
14882
|
}[];
|
|
14859
14883
|
compareMap?: {
|
|
14860
14884
|
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14861
14885
|
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14862
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14863
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14864
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14865
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14866
14886
|
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14867
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14868
14887
|
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14888
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14869
14889
|
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14890
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14891
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14892
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14893
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
14870
14894
|
} | undefined;
|
|
14871
14895
|
sqlExpression?: string | undefined;
|
|
14872
14896
|
showField?: string[] | undefined;
|
|
@@ -14881,17 +14905,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14881
14905
|
expandedName: import("vue").Ref<string>;
|
|
14882
14906
|
addConnection: () => void;
|
|
14883
14907
|
removeConnection: (index: number) => void;
|
|
14884
|
-
getOppositeBtnText: (item: import("../../../es/shared/types").
|
|
14885
|
-
unBindOpposite: (item: import("../../../es/shared/types").
|
|
14886
|
-
addOppositeCondition: (item: import("../../../es/shared/types").
|
|
14908
|
+
getOppositeBtnText: (item: import("../../../es/shared/types").LowCodeTypes.reactionsConfig) => string | undefined;
|
|
14909
|
+
unBindOpposite: (item: import("../../../es/shared/types").LowCodeTypes.reactionsConfig) => void;
|
|
14910
|
+
addOppositeCondition: (item: import("../../../es/shared/types").LowCodeTypes.reactionsConfig) => void;
|
|
14887
14911
|
getOppositeSqlExpression: (expression?: string | undefined) => string | undefined;
|
|
14888
|
-
createOppositeCondition: (config: import("../../../es/shared/types").
|
|
14889
|
-
isOppositeConfig: (c1: import("../../../es/shared/types").
|
|
14912
|
+
createOppositeCondition: (config: import("../../../es/shared/types").LowCodeTypes.reactionsConfig) => import("../../../es/shared/types").LowCodeTypes.reactionsConfig;
|
|
14913
|
+
isOppositeConfig: (c1: import("../../../es/shared/types").LowCodeTypes.reactionsConfig, c2: import("../../../es/shared/types").LowCodeTypes.reactionsConfig) => boolean;
|
|
14890
14914
|
onUpdateExpandedNames: (value: string[]) => void;
|
|
14891
14915
|
getBinderFieldDesc: (index: number) => string;
|
|
14892
|
-
addCondition: (config: import("../../../es/shared/types").
|
|
14893
|
-
removeCondition: (config: import("../../../es/shared/types").
|
|
14894
|
-
onUpdateConditionType: (condition: import("../../../es/shared/types").
|
|
14916
|
+
addCondition: (config: import("../../../es/shared/types").LowCodeTypes.reactionsConfig) => void;
|
|
14917
|
+
removeCondition: (config: import("../../../es/shared/types").LowCodeTypes.reactionsConfig, index: number) => void;
|
|
14918
|
+
onUpdateConditionType: (condition: import("../../../es/shared/types").LowCodeTypes.reactionsConObj, type: import("../../../es/shared/types").LowCodeTypes.VALUE_RELATION) => void;
|
|
14895
14919
|
showRef: import("vue").Ref<boolean>;
|
|
14896
14920
|
fieldListRef: import("vue").Ref<import("./src/types").FormConfigItem[]>;
|
|
14897
14921
|
fieldOptions: import("vue").ComputedRef<import("./src/types").FormConfigItem[]>;
|
|
@@ -14949,7 +14973,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14949
14973
|
NTooltip: any;
|
|
14950
14974
|
NIcon: any;
|
|
14951
14975
|
conditionTypeOptions: {
|
|
14952
|
-
value: import("../../../es/shared/types").
|
|
14976
|
+
value: import("../../../es/shared/types").LowCodeTypes.VALUE_RELATION;
|
|
14953
14977
|
label: string;
|
|
14954
14978
|
}[];
|
|
14955
14979
|
connectionTypeOptions: {
|
|
@@ -15101,11 +15125,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15101
15125
|
businessFormatter: import("..").FormBusinessFormatter;
|
|
15102
15126
|
requestInstance: import("..").FormRequestDefine.RequestInstance;
|
|
15103
15127
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
15104
|
-
lowCodeReactions: import("../../../es/shared/types").
|
|
15128
|
+
lowCodeReactions: import("../../../es/shared/types").LowCodeTypes.reactionsConfig[];
|
|
15105
15129
|
linebarAutoHidden: boolean;
|
|
15106
15130
|
bordered: string | boolean;
|
|
15107
15131
|
uniqueCacheData: boolean;
|
|
15108
|
-
operationalForm: import("../../../es/shared/types").
|
|
15132
|
+
operationalForm: import("../../../es/shared/types").LowCodeTypes.operationalConfig[];
|
|
15109
15133
|
outBordered: boolean;
|
|
15110
15134
|
forceClearable: boolean;
|
|
15111
15135
|
}>>>;
|