cnhis-design-vue 3.1.50-release.0 → 3.1.50-release.2
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/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- package/es/components/card-reader-sdk/src/cardReaderSDK.d.ts +1 -0
- package/es/components/card-reader-sdk/src/cardReaderSDK.js +1 -1
- package/es/components/card-reader-sdk/src/insuranceSDK.js +1 -1
- package/es/components/card-reader-sdk/src/types/index.d.ts +1 -1
- package/es/components/card-reader-sdk/src/utils/index.d.ts +0 -3
- package/es/components/card-reader-sdk/src/utils/index.js +1 -1
- package/es/components/classification/index.d.ts +3 -1
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +3 -1
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +3 -1
- package/es/components/classification/src/index.vue.d.ts +3 -1
- package/es/components/expand-field/src/components/form.vue2.js +1 -1
- package/es/components/expand-field/src/index.vue2.js +1 -1
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +3 -0
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -1
- package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/useEvent.js +1 -1
- package/es/components/field-set/src/FieldSet.vue2.js +1 -1
- package/es/components/form-config/index.d.ts +265 -58
- package/es/components/form-config/src/FormConfig.vue.d.ts +265 -58
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +117 -20
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +132 -29
- package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
- package/es/components/form-render/index.d.ts +117 -20
- package/es/components/form-render/src/FormRender.vue.d.ts +117 -20
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +117 -20
- package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
- package/es/components/form-render/src/components/renderer/select.d.ts +12 -0
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +2 -5
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +173 -4
- package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -1
- package/es/components/form-render/src/hooks/useFormAsyncQueue.d.ts +2 -2
- package/es/components/form-render/src/hooks/useFormAsyncQueue.js +1 -1
- package/es/components/form-render/src/hooks/useFormContext.d.ts +15 -2
- package/es/components/form-render/src/hooks/useFormContext.js +1 -1
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +1 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
- package/es/components/form-render/src/types/index.d.ts +6 -3
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-table/index.d.ts +26 -0
- package/es/components/iho-table/index.js +1 -1
- package/es/components/iho-table/src/IhoTable.vue.d.ts +26 -0
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +3 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +297 -3
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.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/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +17 -4
- 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/src/utils/separateMap.d.ts +5 -0
- package/es/components/iho-table/src/utils/separateMap.js +1 -0
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +336 -55
- package/es/components/info-header/src/InfoHeader.vue.d.ts +336 -55
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +86 -3
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +86 -3
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +203 -23
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +117 -20
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/search-cascader/index.d.ts +4 -0
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +4 -0
- package/es/components/search-cascader/src/SearchCascader.vue2.js +1 -1
- package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
- package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
- package/es/components/shortcut-setter/index.d.ts +118 -20
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +118 -20
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +3 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +2 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +2 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +3 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +28 -0
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
- package/es/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/components/CancelRadio/CancelRadio.d.ts +10 -0
- package/es/shared/components/CancelRadio/CancelRadio.js +1 -0
- package/es/shared/components/CancelRadio/index.d.ts +2 -0
- package/es/shared/components/CancelRadio/index.js +1 -0
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/business.d.ts +3 -1
- package/es/shared/utils/business.js +1 -1
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/index.js +1 -1
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +2 -2
|
@@ -92,9 +92,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
92
92
|
uuid: string;
|
|
93
93
|
lifeCycle: Partial<{
|
|
94
94
|
onSetup(): void;
|
|
95
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
96
|
-
afterRequest(fieldKey: string, payload?:
|
|
97
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
95
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
96
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
97
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
98
98
|
}>;
|
|
99
99
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
100
100
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
@@ -105,6 +105,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
105
105
|
uniqueCacheData: boolean;
|
|
106
106
|
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
107
107
|
outBordered: boolean;
|
|
108
|
+
forceClearable: boolean;
|
|
108
109
|
}>>>;
|
|
109
110
|
};
|
|
110
111
|
}, {
|
|
@@ -197,9 +198,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
197
198
|
uuid: string;
|
|
198
199
|
lifeCycle: Partial<{
|
|
199
200
|
onSetup(): void;
|
|
200
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
201
|
-
afterRequest(fieldKey: string, payload?:
|
|
202
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
201
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
202
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
203
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
203
204
|
}>;
|
|
204
205
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
205
206
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
@@ -210,6 +211,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
210
211
|
uniqueCacheData: boolean;
|
|
211
212
|
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
212
213
|
outBordered: boolean;
|
|
214
|
+
forceClearable: boolean;
|
|
213
215
|
}>>>;
|
|
214
216
|
};
|
|
215
217
|
}>> & {
|
|
@@ -340,6 +342,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
340
342
|
date_format?: string | undefined;
|
|
341
343
|
step_length?: string | number | undefined;
|
|
342
344
|
urlConfig?: {
|
|
345
|
+
[x: string]: any;
|
|
343
346
|
url: string;
|
|
344
347
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
345
348
|
nameKey?: string | undefined;
|
|
@@ -2072,6 +2075,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2072
2075
|
date_format?: string | undefined;
|
|
2073
2076
|
step_length?: string | number | undefined;
|
|
2074
2077
|
urlConfig?: {
|
|
2078
|
+
[x: string]: any;
|
|
2075
2079
|
url: string;
|
|
2076
2080
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
2077
2081
|
nameKey?: string | undefined;
|
|
@@ -3813,6 +3817,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3813
3817
|
date_format?: string | undefined;
|
|
3814
3818
|
step_length?: string | number | undefined;
|
|
3815
3819
|
urlConfig?: {
|
|
3820
|
+
[x: string]: any;
|
|
3816
3821
|
url: string;
|
|
3817
3822
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
3818
3823
|
nameKey?: string | undefined;
|
|
@@ -5545,6 +5550,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5545
5550
|
date_format?: string | undefined;
|
|
5546
5551
|
step_length?: string | number | undefined;
|
|
5547
5552
|
urlConfig?: {
|
|
5553
|
+
[x: string]: any;
|
|
5548
5554
|
url: string;
|
|
5549
5555
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
5550
5556
|
nameKey?: string | undefined;
|
|
@@ -7370,9 +7376,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7370
7376
|
lifeCycle: {
|
|
7371
7377
|
type: PropType<Partial<{
|
|
7372
7378
|
onSetup(): void;
|
|
7373
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
7374
|
-
afterRequest(fieldKey: string, payload?:
|
|
7375
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
7379
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
7380
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
7381
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
7376
7382
|
}>>;
|
|
7377
7383
|
};
|
|
7378
7384
|
requestInstance: {
|
|
@@ -7403,6 +7409,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7403
7409
|
type: BooleanConstructor;
|
|
7404
7410
|
default: boolean;
|
|
7405
7411
|
};
|
|
7412
|
+
forceClearable: BooleanConstructor;
|
|
7406
7413
|
}, {
|
|
7407
7414
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7408
7415
|
fieldList: {
|
|
@@ -7514,9 +7521,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7514
7521
|
lifeCycle: {
|
|
7515
7522
|
type: PropType<Partial<{
|
|
7516
7523
|
onSetup(): void;
|
|
7517
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
7518
|
-
afterRequest(fieldKey: string, payload?:
|
|
7519
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
7524
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
7525
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
7526
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
7520
7527
|
}>>;
|
|
7521
7528
|
};
|
|
7522
7529
|
requestInstance: {
|
|
@@ -7547,6 +7554,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7547
7554
|
type: BooleanConstructor;
|
|
7548
7555
|
default: boolean;
|
|
7549
7556
|
};
|
|
7557
|
+
forceClearable: BooleanConstructor;
|
|
7550
7558
|
}>> & {
|
|
7551
7559
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
7552
7560
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -7557,7 +7565,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7557
7565
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
7558
7566
|
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7559
7567
|
formHeight: import("vue").ComputedRef<string>;
|
|
7560
|
-
SchemaField: import("vue").
|
|
7568
|
+
SchemaField: import("vue").DefineComponent<Record<keyof import("@formily/vue").ISchemaFieldProps, any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<keyof import("@formily/vue").ISchemaFieldProps, any>>>, {
|
|
7569
|
+
name: any;
|
|
7570
|
+
components: any;
|
|
7571
|
+
schema: any;
|
|
7572
|
+
scope: any;
|
|
7573
|
+
basePath: any;
|
|
7574
|
+
onlyRenderProperties: any;
|
|
7575
|
+
onlyRenderSelf: any;
|
|
7576
|
+
mapProperties: any;
|
|
7577
|
+
filterProperties: any;
|
|
7578
|
+
}>;
|
|
7561
7579
|
businessCollector: import("../../../../es/components/form-render").BusinessCollector;
|
|
7562
7580
|
formItemDepsCollector: import("../../../../es/components/form-render").FormItemDepsCollector;
|
|
7563
7581
|
changeContextCollector: import("../../../../es/components/form-render").ContextCollector;
|
|
@@ -7574,14 +7592,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7574
7592
|
onScroll: (scrollEvent: Event) => void;
|
|
7575
7593
|
callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
|
|
7576
7594
|
onSetup(): void;
|
|
7577
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
7578
|
-
afterRequest(fieldKey: string, payload?:
|
|
7579
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
7595
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
7596
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
7597
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
7580
7598
|
}>>[T_2]> | undefined) => import("../../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
7581
7599
|
onSetup(): void;
|
|
7582
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
7583
|
-
afterRequest(fieldKey: string, payload?:
|
|
7584
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
7600
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
7601
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
7602
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
7585
7603
|
}>>[T_2]>>;
|
|
7586
7604
|
triggerAutoHidden: (field: import("../../../../es/components/form-render").GeneralField) => Promise<void>;
|
|
7587
7605
|
observeFormGraph: Record<string, import("../../../../es/components/form-render").GeneralField>;
|
|
@@ -7591,15 +7609,98 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7591
7609
|
formModel: import("../../../../es/components/form-render").Form<{
|
|
7592
7610
|
[x: string]: any;
|
|
7593
7611
|
}>;
|
|
7594
|
-
lowCodeReactionsHandler: (field: string
|
|
7612
|
+
lowCodeReactionsHandler: (field: string) => void;
|
|
7595
7613
|
triggerAllReactionsHandler: () => void;
|
|
7596
7614
|
operationalFormHandler: (field: string) => void;
|
|
7597
7615
|
triggerAllOperationalFormHandler: () => void;
|
|
7598
7616
|
wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
|
|
7599
|
-
schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: {
|
|
7617
|
+
schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: Partial<{
|
|
7618
|
+
fieldList: import("../../../../es/components/form-render").FieldItem[];
|
|
7619
|
+
initialData: import("../../../../es/shared/types").AnyObject;
|
|
7620
|
+
fieldVisitor: import("../../../../es/components/form-render").FieldVisitor;
|
|
7600
7621
|
column: number;
|
|
7601
|
-
|
|
7602
|
-
|
|
7622
|
+
maxHeight: string | number;
|
|
7623
|
+
anchor: boolean;
|
|
7624
|
+
parallelism: number;
|
|
7625
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
7626
|
+
[key: symbol]: any;
|
|
7627
|
+
[key: `x-${string}`]: any;
|
|
7628
|
+
[key: `x-${number}`]: any;
|
|
7629
|
+
version?: string | undefined;
|
|
7630
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
7631
|
+
title?: any;
|
|
7632
|
+
description?: any;
|
|
7633
|
+
default?: any;
|
|
7634
|
+
readOnly?: boolean | undefined;
|
|
7635
|
+
writeOnly?: boolean | undefined;
|
|
7636
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
7637
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
7638
|
+
const?: any;
|
|
7639
|
+
multipleOf?: number | undefined;
|
|
7640
|
+
maximum?: number | undefined;
|
|
7641
|
+
exclusiveMaximum?: number | undefined;
|
|
7642
|
+
minimum?: number | undefined;
|
|
7643
|
+
exclusiveMinimum?: number | undefined;
|
|
7644
|
+
maxLength?: number | undefined;
|
|
7645
|
+
minLength?: number | undefined;
|
|
7646
|
+
pattern?: string | RegExp | undefined;
|
|
7647
|
+
maxItems?: number | undefined;
|
|
7648
|
+
minItems?: number | undefined;
|
|
7649
|
+
uniqueItems?: boolean | undefined;
|
|
7650
|
+
maxProperties?: number | undefined;
|
|
7651
|
+
minProperties?: number | undefined;
|
|
7652
|
+
required?: string | boolean | string[] | undefined;
|
|
7653
|
+
format?: string | undefined;
|
|
7654
|
+
$ref?: string | undefined;
|
|
7655
|
+
$namespace?: string | undefined;
|
|
7656
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7657
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7658
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
7659
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
7660
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7661
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
7662
|
+
"x-value"?: any;
|
|
7663
|
+
"x-index"?: number | undefined;
|
|
7664
|
+
"x-pattern"?: any;
|
|
7665
|
+
"x-display"?: any;
|
|
7666
|
+
"x-validator"?: any;
|
|
7667
|
+
"x-decorator"?: any;
|
|
7668
|
+
"x-decorator-props"?: any;
|
|
7669
|
+
"x-component"?: any;
|
|
7670
|
+
"x-component-props"?: any;
|
|
7671
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
7672
|
+
"x-content"?: any;
|
|
7673
|
+
"x-data"?: any;
|
|
7674
|
+
"x-visible"?: boolean | undefined;
|
|
7675
|
+
"x-hidden"?: boolean | undefined;
|
|
7676
|
+
"x-disabled"?: boolean | undefined;
|
|
7677
|
+
"x-editable"?: boolean | undefined;
|
|
7678
|
+
"x-read-only"?: boolean | undefined;
|
|
7679
|
+
"x-read-pretty"?: boolean | undefined;
|
|
7680
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
7681
|
+
}>;
|
|
7682
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
7683
|
+
scope: import("../../../../es/shared/types").AnyObject;
|
|
7684
|
+
annotation: import("../../../../es/shared/types").AnyObject;
|
|
7685
|
+
consumer: boolean;
|
|
7686
|
+
uuid: string;
|
|
7687
|
+
lifeCycle: Partial<{
|
|
7688
|
+
onSetup(): void;
|
|
7689
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
7690
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
7691
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
7692
|
+
}>;
|
|
7693
|
+
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
7694
|
+
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
7695
|
+
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
7696
|
+
lowCodeReactions: import("../../../../es/components/form-render").FormLowCodeReactions.Config[];
|
|
7697
|
+
linebarAutoHidden: boolean;
|
|
7698
|
+
bordered: string | boolean;
|
|
7699
|
+
uniqueCacheData: boolean;
|
|
7700
|
+
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
7701
|
+
outBordered: boolean;
|
|
7702
|
+
forceClearable: boolean;
|
|
7703
|
+
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
7603
7704
|
[key: symbol]: any;
|
|
7604
7705
|
[key: `x-${string}`]: any;
|
|
7605
7706
|
[key: `x-${number}`]: any;
|
|
@@ -7990,9 +8091,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7990
8091
|
lifeCycle: {
|
|
7991
8092
|
type: PropType<Partial<{
|
|
7992
8093
|
onSetup(): void;
|
|
7993
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
7994
|
-
afterRequest(fieldKey: string, payload?:
|
|
7995
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
8094
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
8095
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
8096
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
7996
8097
|
}>>;
|
|
7997
8098
|
};
|
|
7998
8099
|
requestInstance: {
|
|
@@ -8023,6 +8124,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8023
8124
|
type: BooleanConstructor;
|
|
8024
8125
|
default: boolean;
|
|
8025
8126
|
};
|
|
8127
|
+
forceClearable: BooleanConstructor;
|
|
8026
8128
|
}>> & {
|
|
8027
8129
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
8028
8130
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -8031,6 +8133,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8031
8133
|
anchor: boolean;
|
|
8032
8134
|
maxHeight: string | number;
|
|
8033
8135
|
column: number;
|
|
8136
|
+
forceClearable: boolean;
|
|
8034
8137
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
8035
8138
|
initialData: import("../../../../es/shared/types").AnyObject;
|
|
8036
8139
|
parallelism: number;
|
|
@@ -8234,9 +8337,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8234
8337
|
uuid: string;
|
|
8235
8338
|
lifeCycle: Partial<{
|
|
8236
8339
|
onSetup(): void;
|
|
8237
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
8238
|
-
afterRequest(fieldKey: string, payload?:
|
|
8239
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
8340
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
8341
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
8342
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
8240
8343
|
}>;
|
|
8241
8344
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
8242
8345
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
@@ -8247,6 +8350,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8247
8350
|
uniqueCacheData: boolean;
|
|
8248
8351
|
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
8249
8352
|
outBordered: boolean;
|
|
8353
|
+
forceClearable: boolean;
|
|
8250
8354
|
}>>>;
|
|
8251
8355
|
};
|
|
8252
8356
|
}, {
|
|
@@ -8331,9 +8435,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8331
8435
|
uuid: string;
|
|
8332
8436
|
lifeCycle: Partial<{
|
|
8333
8437
|
onSetup(): void;
|
|
8334
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
8335
|
-
afterRequest(fieldKey: string, payload?:
|
|
8336
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
8438
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
8439
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
8440
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
8337
8441
|
}>;
|
|
8338
8442
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
8339
8443
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
@@ -8344,6 +8448,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8344
8448
|
uniqueCacheData: boolean;
|
|
8345
8449
|
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
8346
8450
|
outBordered: boolean;
|
|
8451
|
+
forceClearable: boolean;
|
|
8347
8452
|
}>>>;
|
|
8348
8453
|
};
|
|
8349
8454
|
}>> & {}>>;
|
|
@@ -8445,6 +8550,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8445
8550
|
date_format?: string | undefined;
|
|
8446
8551
|
step_length?: string | number | undefined;
|
|
8447
8552
|
urlConfig?: {
|
|
8553
|
+
[x: string]: any;
|
|
8448
8554
|
url: string;
|
|
8449
8555
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
8450
8556
|
nameKey?: string | undefined;
|
|
@@ -10188,6 +10294,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10188
10294
|
date_format?: string | undefined;
|
|
10189
10295
|
step_length?: string | number | undefined;
|
|
10190
10296
|
urlConfig?: {
|
|
10297
|
+
[x: string]: any;
|
|
10191
10298
|
url: string;
|
|
10192
10299
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
10193
10300
|
nameKey?: string | undefined;
|
|
@@ -11904,6 +12011,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11904
12011
|
date_format?: string | undefined;
|
|
11905
12012
|
step_length?: string | number | undefined;
|
|
11906
12013
|
urlConfig?: {
|
|
12014
|
+
[x: string]: any;
|
|
11907
12015
|
url: string;
|
|
11908
12016
|
method?: import("../../../../es/components/form-render").FormRequestType | undefined;
|
|
11909
12017
|
nameKey?: string | undefined;
|
|
@@ -13647,9 +13755,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13647
13755
|
lifeCycle: {
|
|
13648
13756
|
type: PropType<Partial<{
|
|
13649
13757
|
onSetup(): void;
|
|
13650
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
13651
|
-
afterRequest(fieldKey: string, payload?:
|
|
13652
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
13758
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
13759
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
13760
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
13653
13761
|
}>>;
|
|
13654
13762
|
};
|
|
13655
13763
|
requestInstance: {
|
|
@@ -13680,6 +13788,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13680
13788
|
type: BooleanConstructor;
|
|
13681
13789
|
default: boolean;
|
|
13682
13790
|
};
|
|
13791
|
+
forceClearable: BooleanConstructor;
|
|
13683
13792
|
}, {
|
|
13684
13793
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
13685
13794
|
fieldList: {
|
|
@@ -13791,9 +13900,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13791
13900
|
lifeCycle: {
|
|
13792
13901
|
type: PropType<Partial<{
|
|
13793
13902
|
onSetup(): void;
|
|
13794
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
13795
|
-
afterRequest(fieldKey: string, payload?:
|
|
13796
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
13903
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
13904
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
13905
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
13797
13906
|
}>>;
|
|
13798
13907
|
};
|
|
13799
13908
|
requestInstance: {
|
|
@@ -13824,6 +13933,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13824
13933
|
type: BooleanConstructor;
|
|
13825
13934
|
default: boolean;
|
|
13826
13935
|
};
|
|
13936
|
+
forceClearable: BooleanConstructor;
|
|
13827
13937
|
}>> & {
|
|
13828
13938
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
13829
13939
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -13834,7 +13944,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13834
13944
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
13835
13945
|
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
13836
13946
|
formHeight: import("vue").ComputedRef<string>;
|
|
13837
|
-
SchemaField: import("vue").
|
|
13947
|
+
SchemaField: import("vue").DefineComponent<Record<keyof import("@formily/vue").ISchemaFieldProps, any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<keyof import("@formily/vue").ISchemaFieldProps, any>>>, {
|
|
13948
|
+
name: any;
|
|
13949
|
+
components: any;
|
|
13950
|
+
schema: any;
|
|
13951
|
+
scope: any;
|
|
13952
|
+
basePath: any;
|
|
13953
|
+
onlyRenderProperties: any;
|
|
13954
|
+
onlyRenderSelf: any;
|
|
13955
|
+
mapProperties: any;
|
|
13956
|
+
filterProperties: any;
|
|
13957
|
+
}>;
|
|
13838
13958
|
businessCollector: import("../../../../es/components/form-render").BusinessCollector;
|
|
13839
13959
|
formItemDepsCollector: import("../../../../es/components/form-render").FormItemDepsCollector;
|
|
13840
13960
|
changeContextCollector: import("../../../../es/components/form-render").ContextCollector;
|
|
@@ -13851,14 +13971,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13851
13971
|
onScroll: (scrollEvent: Event) => void;
|
|
13852
13972
|
callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
|
|
13853
13973
|
onSetup(): void;
|
|
13854
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
13855
|
-
afterRequest(fieldKey: string, payload?:
|
|
13856
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
13974
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
13975
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
13976
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
13857
13977
|
}>>[T_2]> | undefined) => import("../../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
13858
13978
|
onSetup(): void;
|
|
13859
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
13860
|
-
afterRequest(fieldKey: string, payload?:
|
|
13861
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
13979
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
13980
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
13981
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
13862
13982
|
}>>[T_2]>>;
|
|
13863
13983
|
triggerAutoHidden: (field: import("../../../../es/components/form-render").GeneralField) => Promise<void>;
|
|
13864
13984
|
observeFormGraph: Record<string, import("../../../../es/components/form-render").GeneralField>;
|
|
@@ -13868,15 +13988,98 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13868
13988
|
formModel: import("../../../../es/components/form-render").Form<{
|
|
13869
13989
|
[x: string]: any;
|
|
13870
13990
|
}>;
|
|
13871
|
-
lowCodeReactionsHandler: (field: string
|
|
13991
|
+
lowCodeReactionsHandler: (field: string) => void;
|
|
13872
13992
|
triggerAllReactionsHandler: () => void;
|
|
13873
13993
|
operationalFormHandler: (field: string) => void;
|
|
13874
13994
|
triggerAllOperationalFormHandler: () => void;
|
|
13875
13995
|
wordbookSettingHandler: (fieldKey: string, value: unknown) => void;
|
|
13876
|
-
schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: {
|
|
13996
|
+
schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[], options?: Partial<{
|
|
13997
|
+
fieldList: import("../../../../es/components/form-render").FieldItem[];
|
|
13998
|
+
initialData: import("../../../../es/shared/types").AnyObject;
|
|
13999
|
+
fieldVisitor: import("../../../../es/components/form-render").FieldVisitor;
|
|
13877
14000
|
column: number;
|
|
13878
|
-
|
|
13879
|
-
|
|
14001
|
+
maxHeight: string | number;
|
|
14002
|
+
anchor: boolean;
|
|
14003
|
+
parallelism: number;
|
|
14004
|
+
schema: import("@formily/json-schema").Stringify<{
|
|
14005
|
+
[key: symbol]: any;
|
|
14006
|
+
[key: `x-${string}`]: any;
|
|
14007
|
+
[key: `x-${number}`]: any;
|
|
14008
|
+
version?: string | undefined;
|
|
14009
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
14010
|
+
title?: any;
|
|
14011
|
+
description?: any;
|
|
14012
|
+
default?: any;
|
|
14013
|
+
readOnly?: boolean | undefined;
|
|
14014
|
+
writeOnly?: boolean | undefined;
|
|
14015
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
14016
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
14017
|
+
const?: any;
|
|
14018
|
+
multipleOf?: number | undefined;
|
|
14019
|
+
maximum?: number | undefined;
|
|
14020
|
+
exclusiveMaximum?: number | undefined;
|
|
14021
|
+
minimum?: number | undefined;
|
|
14022
|
+
exclusiveMinimum?: number | undefined;
|
|
14023
|
+
maxLength?: number | undefined;
|
|
14024
|
+
minLength?: number | undefined;
|
|
14025
|
+
pattern?: string | RegExp | undefined;
|
|
14026
|
+
maxItems?: number | undefined;
|
|
14027
|
+
minItems?: number | undefined;
|
|
14028
|
+
uniqueItems?: boolean | undefined;
|
|
14029
|
+
maxProperties?: number | undefined;
|
|
14030
|
+
minProperties?: number | undefined;
|
|
14031
|
+
required?: string | boolean | string[] | undefined;
|
|
14032
|
+
format?: string | undefined;
|
|
14033
|
+
$ref?: string | undefined;
|
|
14034
|
+
$namespace?: string | undefined;
|
|
14035
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14036
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14037
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
14038
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
14039
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
14040
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
14041
|
+
"x-value"?: any;
|
|
14042
|
+
"x-index"?: number | undefined;
|
|
14043
|
+
"x-pattern"?: any;
|
|
14044
|
+
"x-display"?: any;
|
|
14045
|
+
"x-validator"?: any;
|
|
14046
|
+
"x-decorator"?: any;
|
|
14047
|
+
"x-decorator-props"?: any;
|
|
14048
|
+
"x-component"?: any;
|
|
14049
|
+
"x-component-props"?: any;
|
|
14050
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
14051
|
+
"x-content"?: any;
|
|
14052
|
+
"x-data"?: any;
|
|
14053
|
+
"x-visible"?: boolean | undefined;
|
|
14054
|
+
"x-hidden"?: boolean | undefined;
|
|
14055
|
+
"x-disabled"?: boolean | undefined;
|
|
14056
|
+
"x-editable"?: boolean | undefined;
|
|
14057
|
+
"x-read-only"?: boolean | undefined;
|
|
14058
|
+
"x-read-pretty"?: boolean | undefined;
|
|
14059
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
14060
|
+
}>;
|
|
14061
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
14062
|
+
scope: import("../../../../es/shared/types").AnyObject;
|
|
14063
|
+
annotation: import("../../../../es/shared/types").AnyObject;
|
|
14064
|
+
consumer: boolean;
|
|
14065
|
+
uuid: string;
|
|
14066
|
+
lifeCycle: Partial<{
|
|
14067
|
+
onSetup(): void;
|
|
14068
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
14069
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
14070
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
14071
|
+
}>;
|
|
14072
|
+
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
14073
|
+
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
14074
|
+
enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
|
|
14075
|
+
lowCodeReactions: import("../../../../es/components/form-render").FormLowCodeReactions.Config[];
|
|
14076
|
+
linebarAutoHidden: boolean;
|
|
14077
|
+
bordered: string | boolean;
|
|
14078
|
+
uniqueCacheData: boolean;
|
|
14079
|
+
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
14080
|
+
outBordered: boolean;
|
|
14081
|
+
forceClearable: boolean;
|
|
14082
|
+
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
|
13880
14083
|
[key: symbol]: any;
|
|
13881
14084
|
[key: `x-${string}`]: any;
|
|
13882
14085
|
[key: `x-${number}`]: any;
|
|
@@ -14267,9 +14470,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14267
14470
|
lifeCycle: {
|
|
14268
14471
|
type: PropType<Partial<{
|
|
14269
14472
|
onSetup(): void;
|
|
14270
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
14271
|
-
afterRequest(fieldKey: string, payload?:
|
|
14272
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
14473
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
14474
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
14475
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
14273
14476
|
}>>;
|
|
14274
14477
|
};
|
|
14275
14478
|
requestInstance: {
|
|
@@ -14300,6 +14503,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14300
14503
|
type: BooleanConstructor;
|
|
14301
14504
|
default: boolean;
|
|
14302
14505
|
};
|
|
14506
|
+
forceClearable: BooleanConstructor;
|
|
14303
14507
|
}>> & {
|
|
14304
14508
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
14305
14509
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -14308,6 +14512,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14308
14512
|
anchor: boolean;
|
|
14309
14513
|
maxHeight: string | number;
|
|
14310
14514
|
column: number;
|
|
14515
|
+
forceClearable: boolean;
|
|
14311
14516
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
14312
14517
|
initialData: import("../../../../es/shared/types").AnyObject;
|
|
14313
14518
|
parallelism: number;
|
|
@@ -14401,9 +14606,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14401
14606
|
uuid: string;
|
|
14402
14607
|
lifeCycle: Partial<{
|
|
14403
14608
|
onSetup(): void;
|
|
14404
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
14405
|
-
afterRequest(fieldKey: string, payload?:
|
|
14406
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
14609
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
14610
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
14611
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
14407
14612
|
}>;
|
|
14408
14613
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
14409
14614
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
@@ -14414,6 +14619,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14414
14619
|
uniqueCacheData: boolean;
|
|
14415
14620
|
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
14416
14621
|
outBordered: boolean;
|
|
14622
|
+
forceClearable: boolean;
|
|
14417
14623
|
}>>>;
|
|
14418
14624
|
};
|
|
14419
14625
|
}>>, {}>;
|
|
@@ -14537,9 +14743,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14537
14743
|
uuid: string;
|
|
14538
14744
|
lifeCycle: Partial<{
|
|
14539
14745
|
onSetup(): void;
|
|
14540
|
-
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
14541
|
-
afterRequest(fieldKey: string, payload?:
|
|
14542
|
-
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[]): void;
|
|
14746
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined, payload?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
|
|
14747
|
+
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
14748
|
+
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
14543
14749
|
}>;
|
|
14544
14750
|
businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
|
|
14545
14751
|
requestInstance: import("../../../../es/components/form-render").RequestInstance;
|
|
@@ -14550,6 +14756,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14550
14756
|
uniqueCacheData: boolean;
|
|
14551
14757
|
operationalForm: import("../../../../es/shared/types").FormOperationalConfig[];
|
|
14552
14758
|
outBordered: boolean;
|
|
14759
|
+
forceClearable: boolean;
|
|
14553
14760
|
}>>>;
|
|
14554
14761
|
};
|
|
14555
14762
|
}>> & {
|