cnhis-design-vue 3.1.42-release.1 → 3.1.42-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/annotation-edit/src/AnnotationEdit.js +1 -1
- package/es/components/big-table/index.d.ts +3 -4
- package/es/components/big-table/src/BigTable.vue.d.ts +3 -4
- package/es/components/big-table/src/BigTable.vue2.js +1 -1
- package/es/components/big-table/style/index.css +1 -1
- package/es/components/button-print/index.d.ts +4 -4
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +4 -4
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +4 -4
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +4 -4
- package/es/components/button-print/src/utils/print.js +1 -1
- package/es/components/config-provider/src/ConfigProvider.js +1 -1
- package/es/components/config-provider/src/interface.d.ts +4 -4
- package/es/components/date-picker/src/DatePicker.vue.js +1 -1
- package/es/components/fabric-chart/index.d.ts +2 -2
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
- package/es/components/field-set/index.d.ts +2 -2
- package/es/components/field-set/src/FieldSet.vue.d.ts +2 -2
- package/es/components/form-config/index.d.ts +24 -24
- package/es/components/form-config/src/FormConfig.vue.d.ts +24 -24
- package/es/components/form-config/src/FormConfig.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +12 -12
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +12 -12
- package/es/components/form-render/index.d.ts +12 -12
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +12 -12
- package/es/components/form-render/src/FormRender.vue.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +12 -12
- package/es/components/form-render/src/components/renderer/complex.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +2 -2
- 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 +1 -1
- package/es/components/form-render/src/hooks/index.js +1 -1
- package/es/components/form-render/src/hooks/useFormAsyncQueue.d.ts +16 -0
- package/es/components/form-render/src/hooks/useFormAsyncQueue.js +1 -0
- package/es/components/form-render/src/hooks/useFormContext.js +1 -1
- package/es/components/form-render/src/types/index.d.ts +2 -1
- package/es/components/iho-table/index.d.ts +1523 -0
- package/es/components/iho-table/src/IhoTable.vue.d.ts +1523 -0
- package/es/components/iho-table/src/IhoTable.vue.js +1 -1
- package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +28 -28
- package/es/components/info-header/src/InfoHeader.vue.d.ts +28 -28
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +3 -3
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +3 -3
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +2 -2
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +1 -1
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +15 -15
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +12 -12
- package/es/components/keyboard/index.d.ts +1 -1
- package/es/components/keyboard/src/Keyboard.vue.d.ts +1 -1
- package/es/components/keyboard/src/Keyboard.vue.js +1 -1
- package/es/components/keyboard/src/constants/index.js +1 -1
- package/es/components/keyboard/style/index.css +1 -1
- package/es/components/scale-view/src/ScaleView.vue.js +1 -1
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +1 -1
- package/es/components/select-label/src/LabelFormContent.vue.js +1 -1
- package/es/components/select-person/index.d.ts +1 -1
- package/es/components/select-person/src/SelectPerson.vue.d.ts +1 -1
- package/es/components/shortcut-setter/index.d.ts +12 -12
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +12 -12
- package/es/components/steps-wheel/src/StepsWheel.vue.js +1 -1
- package/es/components/steps-wheel/src/constants/index.js +1 -1
- package/es/components/steps-wheel/style/index.css +1 -1
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +1 -1
- package/es/components/time-picker/src/TimePicker.vue.js +1 -1
- package/es/env.d.ts +24 -24
- package/es/shared/{mixins → hooks}/index.d.ts +1 -0
- package/es/shared/{mixins → hooks}/index.js +1 -1
- package/es/{components/form-render/src → shared}/hooks/useAsyncQueue.d.ts +0 -14
- package/es/shared/hooks/useAsyncQueue.js +1 -0
- 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/utils/index.d.ts +0 -6823
- package/es/components/form-render/src/hooks/useAsyncQueue.js +0 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
- package/es/shared/utils/colorLog.d.ts +0 -31
- package/es/shared/utils/colorLog.js +0 -1
- package/es/shared/utils/tapable/index.d.ts +0 -139
- /package/es/shared/{mixins → hooks}/useDateTime.d.ts +0 -0
- /package/es/shared/{mixins → hooks}/useDateTime.js +0 -0
- /package/es/shared/{mixins → hooks}/useTheme.d.ts +0 -0
- /package/es/shared/{mixins → hooks}/useTheme.js +0 -0
|
@@ -2315,8 +2315,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2315
2315
|
default: () => {};
|
|
2316
2316
|
};
|
|
2317
2317
|
}>>, {
|
|
2318
|
-
content: string;
|
|
2319
2318
|
contentStyle: import("vue").CSSProperties;
|
|
2319
|
+
content: string;
|
|
2320
2320
|
}>;
|
|
2321
2321
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2322
2322
|
content: {
|
|
@@ -2332,8 +2332,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2332
2332
|
default: () => {};
|
|
2333
2333
|
};
|
|
2334
2334
|
}>>, {
|
|
2335
|
-
content: string;
|
|
2336
2335
|
contentStyle: import("vue").CSSProperties;
|
|
2336
|
+
content: string;
|
|
2337
2337
|
}>;
|
|
2338
2338
|
InfoEllipsis: import("vue").DefineComponent<{
|
|
2339
2339
|
content: {
|
|
@@ -2363,8 +2363,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2363
2363
|
default: () => {};
|
|
2364
2364
|
};
|
|
2365
2365
|
}>>, {
|
|
2366
|
-
content: string;
|
|
2367
2366
|
contentStyle: import("vue").CSSProperties;
|
|
2367
|
+
content: string;
|
|
2368
2368
|
}>;
|
|
2369
2369
|
SlotRender: import("vue").DefineComponent<{
|
|
2370
2370
|
renderer: {
|
|
@@ -2720,7 +2720,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2720
2720
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
2721
2721
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
|
2722
2722
|
}>>;
|
|
2723
|
-
emit: (event: "
|
|
2723
|
+
emit: (event: "formChange" | "scroll" | "annotationChange", ...args: any[]) => void;
|
|
2724
2724
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
2725
2725
|
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
2726
2726
|
formHeight: import("vue").ComputedRef<string>;
|
|
@@ -2876,32 +2876,32 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2876
2876
|
data: any;
|
|
2877
2877
|
loading: boolean;
|
|
2878
2878
|
required: boolean;
|
|
2879
|
-
hidden: boolean;
|
|
2880
|
-
visible: boolean;
|
|
2881
|
-
content: any;
|
|
2882
|
-
reset: (options?: import("@formily/core").IFieldResetOptions | undefined) => Promise<void>;
|
|
2883
|
-
active: boolean;
|
|
2884
|
-
disabled: boolean;
|
|
2885
|
-
display: import("@formily/core").FieldDisplayTypes;
|
|
2886
2879
|
value: string;
|
|
2887
2880
|
readonly index: string | number;
|
|
2881
|
+
disabled: boolean;
|
|
2888
2882
|
onFocus: (...args: any[]) => Promise<void>;
|
|
2889
2883
|
onBlur: (...args: any[]) => Promise<void>;
|
|
2890
2884
|
onInput: (...args: any[]) => Promise<void>;
|
|
2885
|
+
reset: (options?: import("@formily/core").IFieldResetOptions | undefined) => Promise<void>;
|
|
2886
|
+
visible: boolean;
|
|
2891
2887
|
submit: <T>(onSubmit?: ((values: any) => void | Promise<T>) | undefined) => Promise<T>;
|
|
2892
2888
|
validator: import("@formily/core").FieldValidator;
|
|
2893
2889
|
pattern: import("@formily/core").FieldPatternTypes;
|
|
2894
2890
|
title: string;
|
|
2895
2891
|
form: import("@formily/core").Form<any>;
|
|
2892
|
+
content: any;
|
|
2896
2893
|
componentProps: Record<string, any>;
|
|
2897
2894
|
decoratorProps: Record<string, any>;
|
|
2895
|
+
display: import("@formily/core").FieldDisplayTypes;
|
|
2898
2896
|
description: string;
|
|
2899
2897
|
readOnly: boolean;
|
|
2900
2898
|
editable: boolean;
|
|
2899
|
+
hidden: boolean;
|
|
2901
2900
|
component: import("@formily/core").FieldComponent<any, any>;
|
|
2902
2901
|
decorator: import("@formily/core").FieldDecorator<any, any>;
|
|
2903
2902
|
validating: boolean;
|
|
2904
2903
|
submitting: boolean;
|
|
2904
|
+
active: boolean;
|
|
2905
2905
|
visited: boolean;
|
|
2906
2906
|
selfModified: boolean;
|
|
2907
2907
|
modified: boolean;
|
|
@@ -2988,7 +2988,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2988
2988
|
};
|
|
2989
2989
|
readonly disabled: BooleanConstructor;
|
|
2990
2990
|
readonly displayDirective: {
|
|
2991
|
-
readonly type: import("vue").PropType<"
|
|
2991
|
+
readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
|
|
2992
2992
|
readonly default: "if";
|
|
2993
2993
|
};
|
|
2994
2994
|
readonly closable: {
|
|
@@ -3013,7 +3013,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3013
3013
|
};
|
|
3014
3014
|
readonly disabled: BooleanConstructor;
|
|
3015
3015
|
readonly displayDirective: {
|
|
3016
|
-
readonly type: import("vue").PropType<"
|
|
3016
|
+
readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
|
|
3017
3017
|
readonly default: "if";
|
|
3018
3018
|
};
|
|
3019
3019
|
readonly closable: {
|
|
@@ -3027,10 +3027,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3027
3027
|
}>>, {
|
|
3028
3028
|
readonly disabled: boolean;
|
|
3029
3029
|
readonly closable: boolean | undefined;
|
|
3030
|
-
readonly displayDirective: "
|
|
3030
|
+
readonly displayDirective: "if" | "show" | "show:lazy";
|
|
3031
3031
|
}>;
|
|
3032
3032
|
NTabs: any;
|
|
3033
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
3033
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("formChange" | "scroll" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3034
3034
|
fieldList: {
|
|
3035
3035
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
3036
3036
|
};
|
|
@@ -3554,7 +3554,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3554
3554
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
3555
3555
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
|
3556
3556
|
}>>;
|
|
3557
|
-
emit: (event: "
|
|
3557
|
+
emit: (event: "formChange" | "scroll" | "annotationChange", ...args: any[]) => void;
|
|
3558
3558
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
3559
3559
|
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
3560
3560
|
formHeight: import("vue").ComputedRef<string>;
|
|
@@ -3710,32 +3710,32 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3710
3710
|
data: any;
|
|
3711
3711
|
loading: boolean;
|
|
3712
3712
|
required: boolean;
|
|
3713
|
-
hidden: boolean;
|
|
3714
|
-
visible: boolean;
|
|
3715
|
-
content: any;
|
|
3716
|
-
reset: (options?: import("@formily/core").IFieldResetOptions | undefined) => Promise<void>;
|
|
3717
|
-
active: boolean;
|
|
3718
|
-
disabled: boolean;
|
|
3719
|
-
display: import("@formily/core").FieldDisplayTypes;
|
|
3720
3713
|
value: string;
|
|
3721
3714
|
readonly index: string | number;
|
|
3715
|
+
disabled: boolean;
|
|
3722
3716
|
onFocus: (...args: any[]) => Promise<void>;
|
|
3723
3717
|
onBlur: (...args: any[]) => Promise<void>;
|
|
3724
3718
|
onInput: (...args: any[]) => Promise<void>;
|
|
3719
|
+
reset: (options?: import("@formily/core").IFieldResetOptions | undefined) => Promise<void>;
|
|
3720
|
+
visible: boolean;
|
|
3725
3721
|
submit: <T>(onSubmit?: ((values: any) => void | Promise<T>) | undefined) => Promise<T>;
|
|
3726
3722
|
validator: import("@formily/core").FieldValidator;
|
|
3727
3723
|
pattern: import("@formily/core").FieldPatternTypes;
|
|
3728
3724
|
title: string;
|
|
3729
3725
|
form: import("@formily/core").Form<any>;
|
|
3726
|
+
content: any;
|
|
3730
3727
|
componentProps: Record<string, any>;
|
|
3731
3728
|
decoratorProps: Record<string, any>;
|
|
3729
|
+
display: import("@formily/core").FieldDisplayTypes;
|
|
3732
3730
|
description: string;
|
|
3733
3731
|
readOnly: boolean;
|
|
3734
3732
|
editable: boolean;
|
|
3733
|
+
hidden: boolean;
|
|
3735
3734
|
component: import("@formily/core").FieldComponent<any, any>;
|
|
3736
3735
|
decorator: import("@formily/core").FieldDecorator<any, any>;
|
|
3737
3736
|
validating: boolean;
|
|
3738
3737
|
submitting: boolean;
|
|
3738
|
+
active: boolean;
|
|
3739
3739
|
visited: boolean;
|
|
3740
3740
|
selfModified: boolean;
|
|
3741
3741
|
modified: boolean;
|
|
@@ -3822,7 +3822,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3822
3822
|
};
|
|
3823
3823
|
readonly disabled: BooleanConstructor;
|
|
3824
3824
|
readonly displayDirective: {
|
|
3825
|
-
readonly type: import("vue").PropType<"
|
|
3825
|
+
readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
|
|
3826
3826
|
readonly default: "if";
|
|
3827
3827
|
};
|
|
3828
3828
|
readonly closable: {
|
|
@@ -3847,7 +3847,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3847
3847
|
};
|
|
3848
3848
|
readonly disabled: BooleanConstructor;
|
|
3849
3849
|
readonly displayDirective: {
|
|
3850
|
-
readonly type: import("vue").PropType<"
|
|
3850
|
+
readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
|
|
3851
3851
|
readonly default: "if";
|
|
3852
3852
|
};
|
|
3853
3853
|
readonly closable: {
|
|
@@ -3861,10 +3861,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3861
3861
|
}>>, {
|
|
3862
3862
|
readonly disabled: boolean;
|
|
3863
3863
|
readonly closable: boolean | undefined;
|
|
3864
|
-
readonly displayDirective: "
|
|
3864
|
+
readonly displayDirective: "if" | "show" | "show:lazy";
|
|
3865
3865
|
}>;
|
|
3866
3866
|
NTabs: any;
|
|
3867
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
3867
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("formChange" | "scroll" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3868
3868
|
fieldList: {
|
|
3869
3869
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
3870
3870
|
};
|
|
@@ -4176,7 +4176,6 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4176
4176
|
onFieldSet?: ((...args: any[]) => any) | undefined;
|
|
4177
4177
|
"onUpdate:compact"?: ((...args: any[]) => any) | undefined;
|
|
4178
4178
|
}, {
|
|
4179
|
-
separator: string;
|
|
4180
4179
|
patientInfo: Partial<{
|
|
4181
4180
|
avatar: string;
|
|
4182
4181
|
avatarPreview: string;
|
|
@@ -4201,6 +4200,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4201
4200
|
}>[];
|
|
4202
4201
|
}>;
|
|
4203
4202
|
patientEditable: boolean;
|
|
4203
|
+
separator: string;
|
|
4204
4204
|
infoList: import("../../../es/shared/types").AnyObject[];
|
|
4205
4205
|
labelField: string;
|
|
4206
4206
|
valueField: string;
|
|
@@ -2309,8 +2309,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2309
2309
|
default: () => {};
|
|
2310
2310
|
};
|
|
2311
2311
|
}>>, {
|
|
2312
|
-
content: string;
|
|
2313
2312
|
contentStyle: import("vue").CSSProperties;
|
|
2313
|
+
content: string;
|
|
2314
2314
|
}>;
|
|
2315
2315
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2316
2316
|
content: {
|
|
@@ -2326,8 +2326,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2326
2326
|
default: () => {};
|
|
2327
2327
|
};
|
|
2328
2328
|
}>>, {
|
|
2329
|
-
content: string;
|
|
2330
2329
|
contentStyle: import("vue").CSSProperties;
|
|
2330
|
+
content: string;
|
|
2331
2331
|
}>;
|
|
2332
2332
|
InfoEllipsis: import("vue").DefineComponent<{
|
|
2333
2333
|
content: {
|
|
@@ -2357,8 +2357,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2357
2357
|
default: () => {};
|
|
2358
2358
|
};
|
|
2359
2359
|
}>>, {
|
|
2360
|
-
content: string;
|
|
2361
2360
|
contentStyle: import("vue").CSSProperties;
|
|
2361
|
+
content: string;
|
|
2362
2362
|
}>;
|
|
2363
2363
|
SlotRender: import("vue").DefineComponent<{
|
|
2364
2364
|
renderer: {
|
|
@@ -2714,7 +2714,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2714
2714
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
2715
2715
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
|
2716
2716
|
}>>;
|
|
2717
|
-
emit: (event: "
|
|
2717
|
+
emit: (event: "formChange" | "scroll" | "annotationChange", ...args: any[]) => void;
|
|
2718
2718
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
2719
2719
|
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
2720
2720
|
formHeight: import("vue").ComputedRef<string>;
|
|
@@ -2870,32 +2870,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2870
2870
|
data: any;
|
|
2871
2871
|
loading: boolean;
|
|
2872
2872
|
required: boolean;
|
|
2873
|
-
hidden: boolean;
|
|
2874
|
-
visible: boolean;
|
|
2875
|
-
content: any;
|
|
2876
|
-
reset: (options?: import("../../../../es/components/form-render").IFieldResetOptions | undefined) => Promise<void>;
|
|
2877
|
-
active: boolean;
|
|
2878
|
-
disabled: boolean;
|
|
2879
|
-
display: import("../../../../es/components/form-render").FieldDisplayTypes;
|
|
2880
2873
|
value: string;
|
|
2881
2874
|
readonly index: string | number;
|
|
2875
|
+
disabled: boolean;
|
|
2882
2876
|
onFocus: (...args: any[]) => Promise<void>;
|
|
2883
2877
|
onBlur: (...args: any[]) => Promise<void>;
|
|
2884
2878
|
onInput: (...args: any[]) => Promise<void>;
|
|
2879
|
+
reset: (options?: import("../../../../es/components/form-render").IFieldResetOptions | undefined) => Promise<void>;
|
|
2880
|
+
visible: boolean;
|
|
2885
2881
|
submit: <T>(onSubmit?: ((values: any) => void | Promise<T>) | undefined) => Promise<T>;
|
|
2886
2882
|
validator: import("../../../../es/components/form-render").FieldValidator;
|
|
2887
2883
|
pattern: import("../../../../es/components/form-render").FieldPatternTypes;
|
|
2888
2884
|
title: string;
|
|
2889
2885
|
form: import("../../../../es/components/form-render").Form<any>;
|
|
2886
|
+
content: any;
|
|
2890
2887
|
componentProps: Record<string, any>;
|
|
2891
2888
|
decoratorProps: Record<string, any>;
|
|
2889
|
+
display: import("../../../../es/components/form-render").FieldDisplayTypes;
|
|
2892
2890
|
description: string;
|
|
2893
2891
|
readOnly: boolean;
|
|
2894
2892
|
editable: boolean;
|
|
2893
|
+
hidden: boolean;
|
|
2895
2894
|
component: import("../../../../es/components/form-render").FieldComponent<any, any>;
|
|
2896
2895
|
decorator: import("../../../../es/components/form-render").FieldDecorator<any, any>;
|
|
2897
2896
|
validating: boolean;
|
|
2898
2897
|
submitting: boolean;
|
|
2898
|
+
active: boolean;
|
|
2899
2899
|
visited: boolean;
|
|
2900
2900
|
selfModified: boolean;
|
|
2901
2901
|
modified: boolean;
|
|
@@ -2982,7 +2982,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2982
2982
|
};
|
|
2983
2983
|
readonly disabled: BooleanConstructor;
|
|
2984
2984
|
readonly displayDirective: {
|
|
2985
|
-
readonly type: PropType<"
|
|
2985
|
+
readonly type: PropType<"if" | "show" | "show:lazy">;
|
|
2986
2986
|
readonly default: "if";
|
|
2987
2987
|
};
|
|
2988
2988
|
readonly closable: {
|
|
@@ -3007,7 +3007,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3007
3007
|
};
|
|
3008
3008
|
readonly disabled: BooleanConstructor;
|
|
3009
3009
|
readonly displayDirective: {
|
|
3010
|
-
readonly type: PropType<"
|
|
3010
|
+
readonly type: PropType<"if" | "show" | "show:lazy">;
|
|
3011
3011
|
readonly default: "if";
|
|
3012
3012
|
};
|
|
3013
3013
|
readonly closable: {
|
|
@@ -3021,10 +3021,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3021
3021
|
}>>, {
|
|
3022
3022
|
readonly disabled: boolean;
|
|
3023
3023
|
readonly closable: boolean | undefined;
|
|
3024
|
-
readonly displayDirective: "
|
|
3024
|
+
readonly displayDirective: "if" | "show" | "show:lazy";
|
|
3025
3025
|
}>;
|
|
3026
3026
|
NTabs: any;
|
|
3027
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
3027
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("formChange" | "scroll" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3028
3028
|
fieldList: {
|
|
3029
3029
|
type: PropType<import("../../../../es/components/form-render").FieldItem[]>;
|
|
3030
3030
|
};
|
|
@@ -3548,7 +3548,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3548
3548
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
3549
3549
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
|
3550
3550
|
}>>;
|
|
3551
|
-
emit: (event: "
|
|
3551
|
+
emit: (event: "formChange" | "scroll" | "annotationChange", ...args: any[]) => void;
|
|
3552
3552
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
3553
3553
|
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
3554
3554
|
formHeight: import("vue").ComputedRef<string>;
|
|
@@ -3704,32 +3704,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3704
3704
|
data: any;
|
|
3705
3705
|
loading: boolean;
|
|
3706
3706
|
required: boolean;
|
|
3707
|
-
hidden: boolean;
|
|
3708
|
-
visible: boolean;
|
|
3709
|
-
content: any;
|
|
3710
|
-
reset: (options?: import("../../../../es/components/form-render").IFieldResetOptions | undefined) => Promise<void>;
|
|
3711
|
-
active: boolean;
|
|
3712
|
-
disabled: boolean;
|
|
3713
|
-
display: import("../../../../es/components/form-render").FieldDisplayTypes;
|
|
3714
3707
|
value: string;
|
|
3715
3708
|
readonly index: string | number;
|
|
3709
|
+
disabled: boolean;
|
|
3716
3710
|
onFocus: (...args: any[]) => Promise<void>;
|
|
3717
3711
|
onBlur: (...args: any[]) => Promise<void>;
|
|
3718
3712
|
onInput: (...args: any[]) => Promise<void>;
|
|
3713
|
+
reset: (options?: import("../../../../es/components/form-render").IFieldResetOptions | undefined) => Promise<void>;
|
|
3714
|
+
visible: boolean;
|
|
3719
3715
|
submit: <T>(onSubmit?: ((values: any) => void | Promise<T>) | undefined) => Promise<T>;
|
|
3720
3716
|
validator: import("../../../../es/components/form-render").FieldValidator;
|
|
3721
3717
|
pattern: import("../../../../es/components/form-render").FieldPatternTypes;
|
|
3722
3718
|
title: string;
|
|
3723
3719
|
form: import("../../../../es/components/form-render").Form<any>;
|
|
3720
|
+
content: any;
|
|
3724
3721
|
componentProps: Record<string, any>;
|
|
3725
3722
|
decoratorProps: Record<string, any>;
|
|
3723
|
+
display: import("../../../../es/components/form-render").FieldDisplayTypes;
|
|
3726
3724
|
description: string;
|
|
3727
3725
|
readOnly: boolean;
|
|
3728
3726
|
editable: boolean;
|
|
3727
|
+
hidden: boolean;
|
|
3729
3728
|
component: import("../../../../es/components/form-render").FieldComponent<any, any>;
|
|
3730
3729
|
decorator: import("../../../../es/components/form-render").FieldDecorator<any, any>;
|
|
3731
3730
|
validating: boolean;
|
|
3732
3731
|
submitting: boolean;
|
|
3732
|
+
active: boolean;
|
|
3733
3733
|
visited: boolean;
|
|
3734
3734
|
selfModified: boolean;
|
|
3735
3735
|
modified: boolean;
|
|
@@ -3816,7 +3816,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3816
3816
|
};
|
|
3817
3817
|
readonly disabled: BooleanConstructor;
|
|
3818
3818
|
readonly displayDirective: {
|
|
3819
|
-
readonly type: PropType<"
|
|
3819
|
+
readonly type: PropType<"if" | "show" | "show:lazy">;
|
|
3820
3820
|
readonly default: "if";
|
|
3821
3821
|
};
|
|
3822
3822
|
readonly closable: {
|
|
@@ -3841,7 +3841,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3841
3841
|
};
|
|
3842
3842
|
readonly disabled: BooleanConstructor;
|
|
3843
3843
|
readonly displayDirective: {
|
|
3844
|
-
readonly type: PropType<"
|
|
3844
|
+
readonly type: PropType<"if" | "show" | "show:lazy">;
|
|
3845
3845
|
readonly default: "if";
|
|
3846
3846
|
};
|
|
3847
3847
|
readonly closable: {
|
|
@@ -3855,10 +3855,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3855
3855
|
}>>, {
|
|
3856
3856
|
readonly disabled: boolean;
|
|
3857
3857
|
readonly closable: boolean | undefined;
|
|
3858
|
-
readonly displayDirective: "
|
|
3858
|
+
readonly displayDirective: "if" | "show" | "show:lazy";
|
|
3859
3859
|
}>;
|
|
3860
3860
|
NTabs: any;
|
|
3861
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
3861
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("formChange" | "scroll" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3862
3862
|
fieldList: {
|
|
3863
3863
|
type: PropType<import("../../../../es/components/form-render").FieldItem[]>;
|
|
3864
3864
|
};
|
|
@@ -4168,7 +4168,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4168
4168
|
onFieldSet?: ((...args: any[]) => any) | undefined;
|
|
4169
4169
|
"onUpdate:compact"?: ((...args: any[]) => any) | undefined;
|
|
4170
4170
|
}, {
|
|
4171
|
-
separator: string;
|
|
4172
4171
|
patientInfo: Partial<{
|
|
4173
4172
|
avatar: string;
|
|
4174
4173
|
avatarPreview: string;
|
|
@@ -4193,6 +4192,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4193
4192
|
}>[];
|
|
4194
4193
|
}>;
|
|
4195
4194
|
patientEditable: boolean;
|
|
4195
|
+
separator: string;
|
|
4196
4196
|
infoList: AnyObject[];
|
|
4197
4197
|
labelField: string;
|
|
4198
4198
|
valueField: string;
|
|
@@ -1742,8 +1742,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1742
1742
|
default: () => {};
|
|
1743
1743
|
};
|
|
1744
1744
|
}>>, {
|
|
1745
|
-
content: string;
|
|
1746
1745
|
contentStyle: CSSProperties;
|
|
1746
|
+
content: string;
|
|
1747
1747
|
}>;
|
|
1748
1748
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1749
1749
|
content: {
|
|
@@ -1759,8 +1759,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1759
1759
|
default: () => {};
|
|
1760
1760
|
};
|
|
1761
1761
|
}>>, {
|
|
1762
|
-
content: string;
|
|
1763
1762
|
contentStyle: CSSProperties;
|
|
1763
|
+
content: string;
|
|
1764
1764
|
}>;
|
|
1765
1765
|
InfoEllipsis: import("vue").DefineComponent<{
|
|
1766
1766
|
content: {
|
|
@@ -1790,8 +1790,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1790
1790
|
default: () => {};
|
|
1791
1791
|
};
|
|
1792
1792
|
}>>, {
|
|
1793
|
-
content: string;
|
|
1794
1793
|
contentStyle: CSSProperties;
|
|
1794
|
+
content: string;
|
|
1795
1795
|
}>;
|
|
1796
1796
|
SlotRender: import("vue").DefineComponent<{
|
|
1797
1797
|
renderer: {
|
|
@@ -1830,8 +1830,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1830
1830
|
default: () => {};
|
|
1831
1831
|
};
|
|
1832
1832
|
}>>, {
|
|
1833
|
-
content: string;
|
|
1834
1833
|
contentStyle: import("vue").CSSProperties;
|
|
1834
|
+
content: string;
|
|
1835
1835
|
}>;
|
|
1836
1836
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1837
1837
|
content: {
|
|
@@ -1847,8 +1847,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1847
1847
|
default: () => {};
|
|
1848
1848
|
};
|
|
1849
1849
|
}>>, {
|
|
1850
|
-
content: string;
|
|
1851
1850
|
contentStyle: import("vue").CSSProperties;
|
|
1851
|
+
content: string;
|
|
1852
1852
|
}>;
|
|
1853
1853
|
InfoEllipsis: import("vue").DefineComponent<{
|
|
1854
1854
|
content: {
|
|
@@ -1878,8 +1878,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1878
1878
|
default: () => {};
|
|
1879
1879
|
};
|
|
1880
1880
|
}>>, {
|
|
1881
|
-
content: string;
|
|
1882
1881
|
contentStyle: import("vue").CSSProperties;
|
|
1882
|
+
content: string;
|
|
1883
1883
|
}>;
|
|
1884
1884
|
SlotRender: import("vue").DefineComponent<{
|
|
1885
1885
|
renderer: {
|
|
@@ -63,8 +63,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
63
63
|
default: () => {};
|
|
64
64
|
};
|
|
65
65
|
}>>, {
|
|
66
|
-
content: string;
|
|
67
66
|
contentStyle: CSSProperties;
|
|
67
|
+
content: string;
|
|
68
68
|
}>;
|
|
69
69
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
70
70
|
content: {
|
|
@@ -80,7 +80,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
80
80
|
default: () => {};
|
|
81
81
|
};
|
|
82
82
|
}>>, {
|
|
83
|
-
content: string;
|
|
84
83
|
contentStyle: CSSProperties;
|
|
84
|
+
content: string;
|
|
85
85
|
}>;
|
|
86
86
|
export default _default;
|
|
@@ -1897,8 +1897,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1897
1897
|
default: () => {};
|
|
1898
1898
|
};
|
|
1899
1899
|
}>>, {
|
|
1900
|
-
content: string;
|
|
1901
1900
|
contentStyle: import("vue").CSSProperties;
|
|
1901
|
+
content: string;
|
|
1902
1902
|
}>;
|
|
1903
1903
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1904
1904
|
content: {
|
|
@@ -1914,8 +1914,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1914
1914
|
default: () => {};
|
|
1915
1915
|
};
|
|
1916
1916
|
}>>, {
|
|
1917
|
-
content: string;
|
|
1918
1917
|
contentStyle: import("vue").CSSProperties;
|
|
1918
|
+
content: string;
|
|
1919
1919
|
}>;
|
|
1920
1920
|
InfoEllipsis: import("vue").DefineComponent<{
|
|
1921
1921
|
content: {
|
|
@@ -1945,8 +1945,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1945
1945
|
default: () => {};
|
|
1946
1946
|
};
|
|
1947
1947
|
}>>, {
|
|
1948
|
-
content: string;
|
|
1949
1948
|
contentStyle: import("vue").CSSProperties;
|
|
1949
|
+
content: string;
|
|
1950
1950
|
}>;
|
|
1951
1951
|
SlotRender: import("vue").DefineComponent<{
|
|
1952
1952
|
renderer: {
|
|
@@ -2302,7 +2302,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2302
2302
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
2303
2303
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
|
2304
2304
|
}>>;
|
|
2305
|
-
emit: (event: "
|
|
2305
|
+
emit: (event: "formChange" | "scroll" | "annotationChange", ...args: any[]) => void;
|
|
2306
2306
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
2307
2307
|
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
2308
2308
|
formHeight: import("vue").ComputedRef<string>;
|
|
@@ -2458,32 +2458,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2458
2458
|
data: any;
|
|
2459
2459
|
loading: boolean;
|
|
2460
2460
|
required: boolean;
|
|
2461
|
-
hidden: boolean;
|
|
2462
|
-
visible: boolean;
|
|
2463
|
-
content: any;
|
|
2464
|
-
reset: (options?: import("../../../../../../es/components/form-render").IFieldResetOptions | undefined) => Promise<void>;
|
|
2465
|
-
active: boolean;
|
|
2466
|
-
disabled: boolean;
|
|
2467
|
-
display: import("../../../../../../es/components/form-render").FieldDisplayTypes;
|
|
2468
2461
|
value: string;
|
|
2469
2462
|
readonly index: string | number;
|
|
2463
|
+
disabled: boolean;
|
|
2470
2464
|
onFocus: (...args: any[]) => Promise<void>;
|
|
2471
2465
|
onBlur: (...args: any[]) => Promise<void>;
|
|
2472
2466
|
onInput: (...args: any[]) => Promise<void>;
|
|
2467
|
+
reset: (options?: import("../../../../../../es/components/form-render").IFieldResetOptions | undefined) => Promise<void>;
|
|
2468
|
+
visible: boolean;
|
|
2473
2469
|
submit: <T>(onSubmit?: ((values: any) => void | Promise<T>) | undefined) => Promise<T>;
|
|
2474
2470
|
validator: import("../../../../../../es/components/form-render").FieldValidator;
|
|
2475
2471
|
pattern: import("../../../../../../es/components/form-render").FieldPatternTypes;
|
|
2476
2472
|
title: string;
|
|
2477
2473
|
form: import("../../../../../../es/components/form-render").Form<any>;
|
|
2474
|
+
content: any;
|
|
2478
2475
|
componentProps: Record<string, any>;
|
|
2479
2476
|
decoratorProps: Record<string, any>;
|
|
2477
|
+
display: import("../../../../../../es/components/form-render").FieldDisplayTypes;
|
|
2480
2478
|
description: string;
|
|
2481
2479
|
readOnly: boolean;
|
|
2482
2480
|
editable: boolean;
|
|
2481
|
+
hidden: boolean;
|
|
2483
2482
|
component: import("../../../../../../es/components/form-render").FieldComponent<any, any>;
|
|
2484
2483
|
decorator: import("../../../../../../es/components/form-render").FieldDecorator<any, any>;
|
|
2485
2484
|
validating: boolean;
|
|
2486
2485
|
submitting: boolean;
|
|
2486
|
+
active: boolean;
|
|
2487
2487
|
visited: boolean;
|
|
2488
2488
|
selfModified: boolean;
|
|
2489
2489
|
modified: boolean;
|
|
@@ -2570,7 +2570,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2570
2570
|
};
|
|
2571
2571
|
readonly disabled: BooleanConstructor;
|
|
2572
2572
|
readonly displayDirective: {
|
|
2573
|
-
readonly type: import("vue").PropType<"
|
|
2573
|
+
readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
|
|
2574
2574
|
readonly default: "if";
|
|
2575
2575
|
};
|
|
2576
2576
|
readonly closable: {
|
|
@@ -2595,7 +2595,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2595
2595
|
};
|
|
2596
2596
|
readonly disabled: BooleanConstructor;
|
|
2597
2597
|
readonly displayDirective: {
|
|
2598
|
-
readonly type: import("vue").PropType<"
|
|
2598
|
+
readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
|
|
2599
2599
|
readonly default: "if";
|
|
2600
2600
|
};
|
|
2601
2601
|
readonly closable: {
|
|
@@ -2609,10 +2609,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2609
2609
|
}>>, {
|
|
2610
2610
|
readonly disabled: boolean;
|
|
2611
2611
|
readonly closable: boolean | undefined;
|
|
2612
|
-
readonly displayDirective: "
|
|
2612
|
+
readonly displayDirective: "if" | "show" | "show:lazy";
|
|
2613
2613
|
}>;
|
|
2614
2614
|
NTabs: any;
|
|
2615
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
2615
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("formChange" | "scroll" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2616
2616
|
fieldList: {
|
|
2617
2617
|
type: import("vue").PropType<import("../../../../../../es/components/form-render").FieldItem[]>;
|
|
2618
2618
|
};
|