cnhis-design-vue 3.1.41-beta.40 → 3.1.41-beta.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/big-table/index.d.ts +3 -3
- package/es/components/big-table/src/BigTable.vue.d.ts +3 -3
- package/es/components/big-table/src/BigTable.vue2.js +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/config-provider/src/interface.d.ts +6 -5
- 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 +25 -24
- package/es/components/form-config/src/FormConfig.vue.d.ts +25 -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-config/src/components/renderer/DefaultNode.vue.d.ts +4 -4
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
- package/es/components/form-config/style/index.css +1 -1
- package/es/components/form-render/index.d.ts +12 -12
- package/es/components/form-render/src/FormRender.vue.d.ts +12 -12
- 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/iho-table/index.d.ts +2 -0
- package/es/components/iho-table/src/IhoTable.vue.d.ts +2 -0
- package/es/components/iho-table/src/IhoTable.vue.js +1 -1
- package/es/components/iho-table/src/constants/index.d.ts +4 -4
- package/es/components/iho-table/src/constants/index.js +1 -1
- package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/virtualTreePlugin/index.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +1 -0
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/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/scale-view/src/components/formitem/standard-modal.d.ts +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/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/shared/mixins/useTheme.d.ts +3 -3
- package/es/shared/mixins/useTheme.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/es/shared/utils/index.js +1 -1
- package/package.json +2 -2
- package/es/components/iho-table/src/hooks/useTableTheme.d.ts +0 -4
- package/es/components/iho-table/src/hooks/useTableTheme.js +0 -1
|
@@ -2315,8 +2315,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2315
2315
|
default: () => {};
|
|
2316
2316
|
};
|
|
2317
2317
|
}>>, {
|
|
2318
|
-
contentStyle: import("vue").CSSProperties;
|
|
2319
2318
|
content: string;
|
|
2319
|
+
contentStyle: import("vue").CSSProperties;
|
|
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
|
-
contentStyle: import("vue").CSSProperties;
|
|
2336
2335
|
content: string;
|
|
2336
|
+
contentStyle: import("vue").CSSProperties;
|
|
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
|
-
contentStyle: import("vue").CSSProperties;
|
|
2367
2366
|
content: string;
|
|
2367
|
+
contentStyle: import("vue").CSSProperties;
|
|
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: "scroll" | "formChange" | "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;
|
|
2879
2885
|
value: string;
|
|
2886
|
+
display: import("@formily/core").FieldDisplayTypes;
|
|
2880
2887
|
readonly index: string | number;
|
|
2881
|
-
disabled: boolean;
|
|
2882
2888
|
onFocus: (...args: any[]) => Promise<void>;
|
|
2883
2889
|
onBlur: (...args: any[]) => Promise<void>;
|
|
2884
2890
|
onInput: (...args: any[]) => Promise<void>;
|
|
2885
|
-
reset: (options?: import("@formily/core").IFieldResetOptions | undefined) => Promise<void>;
|
|
2886
|
-
visible: boolean;
|
|
2887
2891
|
submit: <T>(onSubmit?: ((values: any) => void | Promise<T>) | undefined) => Promise<T>;
|
|
2888
2892
|
validator: import("@formily/core").FieldValidator;
|
|
2889
2893
|
pattern: import("@formily/core").FieldPatternTypes;
|
|
2890
2894
|
title: string;
|
|
2891
2895
|
form: import("@formily/core").Form<any>;
|
|
2892
|
-
content: any;
|
|
2893
2896
|
componentProps: Record<string, any>;
|
|
2894
2897
|
decoratorProps: Record<string, any>;
|
|
2895
|
-
display: import("@formily/core").FieldDisplayTypes;
|
|
2896
2898
|
description: string;
|
|
2897
2899
|
readOnly: boolean;
|
|
2898
2900
|
editable: boolean;
|
|
2899
|
-
hidden: boolean;
|
|
2900
2901
|
component: import("@formily/core").FieldComponent<any, any>;
|
|
2901
2902
|
decorator: import("@formily/core").FieldDecorator<any, any>;
|
|
2902
2903
|
validating: boolean;
|
|
2903
2904
|
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<"show" | "if" | "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<"show" | "if" | "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: "show" | "if" | "show:lazy";
|
|
3031
3031
|
}>;
|
|
3032
3032
|
NTabs: any;
|
|
3033
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
3033
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "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: "scroll" | "formChange" | "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;
|
|
3713
3719
|
value: string;
|
|
3720
|
+
display: import("@formily/core").FieldDisplayTypes;
|
|
3714
3721
|
readonly index: string | number;
|
|
3715
|
-
disabled: boolean;
|
|
3716
3722
|
onFocus: (...args: any[]) => Promise<void>;
|
|
3717
3723
|
onBlur: (...args: any[]) => Promise<void>;
|
|
3718
3724
|
onInput: (...args: any[]) => Promise<void>;
|
|
3719
|
-
reset: (options?: import("@formily/core").IFieldResetOptions | undefined) => Promise<void>;
|
|
3720
|
-
visible: boolean;
|
|
3721
3725
|
submit: <T>(onSubmit?: ((values: any) => void | Promise<T>) | undefined) => Promise<T>;
|
|
3722
3726
|
validator: import("@formily/core").FieldValidator;
|
|
3723
3727
|
pattern: import("@formily/core").FieldPatternTypes;
|
|
3724
3728
|
title: string;
|
|
3725
3729
|
form: import("@formily/core").Form<any>;
|
|
3726
|
-
content: any;
|
|
3727
3730
|
componentProps: Record<string, any>;
|
|
3728
3731
|
decoratorProps: Record<string, any>;
|
|
3729
|
-
display: import("@formily/core").FieldDisplayTypes;
|
|
3730
3732
|
description: string;
|
|
3731
3733
|
readOnly: boolean;
|
|
3732
3734
|
editable: boolean;
|
|
3733
|
-
hidden: boolean;
|
|
3734
3735
|
component: import("@formily/core").FieldComponent<any, any>;
|
|
3735
3736
|
decorator: import("@formily/core").FieldDecorator<any, any>;
|
|
3736
3737
|
validating: boolean;
|
|
3737
3738
|
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<"show" | "if" | "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<"show" | "if" | "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: "show" | "if" | "show:lazy";
|
|
3865
3865
|
}>;
|
|
3866
3866
|
NTabs: any;
|
|
3867
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
3867
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "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,6 +4176,7 @@ 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;
|
|
4179
4180
|
patientInfo: Partial<{
|
|
4180
4181
|
avatar: string;
|
|
4181
4182
|
avatarPreview: string;
|
|
@@ -4200,7 +4201,6 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4200
4201
|
}>[];
|
|
4201
4202
|
}>;
|
|
4202
4203
|
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
|
-
contentStyle: import("vue").CSSProperties;
|
|
2313
2312
|
content: string;
|
|
2313
|
+
contentStyle: import("vue").CSSProperties;
|
|
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
|
-
contentStyle: import("vue").CSSProperties;
|
|
2330
2329
|
content: string;
|
|
2330
|
+
contentStyle: import("vue").CSSProperties;
|
|
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
|
-
contentStyle: import("vue").CSSProperties;
|
|
2361
2360
|
content: string;
|
|
2361
|
+
contentStyle: import("vue").CSSProperties;
|
|
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: "scroll" | "formChange" | "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;
|
|
2873
2879
|
value: string;
|
|
2880
|
+
display: import("../../../../es/components/form-render").FieldDisplayTypes;
|
|
2874
2881
|
readonly index: string | number;
|
|
2875
|
-
disabled: boolean;
|
|
2876
2882
|
onFocus: (...args: any[]) => Promise<void>;
|
|
2877
2883
|
onBlur: (...args: any[]) => Promise<void>;
|
|
2878
2884
|
onInput: (...args: any[]) => Promise<void>;
|
|
2879
|
-
reset: (options?: import("../../../../es/components/form-render").IFieldResetOptions | undefined) => Promise<void>;
|
|
2880
|
-
visible: boolean;
|
|
2881
2885
|
submit: <T>(onSubmit?: ((values: any) => void | Promise<T>) | undefined) => Promise<T>;
|
|
2882
2886
|
validator: import("../../../../es/components/form-render").FieldValidator;
|
|
2883
2887
|
pattern: import("../../../../es/components/form-render").FieldPatternTypes;
|
|
2884
2888
|
title: string;
|
|
2885
2889
|
form: import("../../../../es/components/form-render").Form<any>;
|
|
2886
|
-
content: any;
|
|
2887
2890
|
componentProps: Record<string, any>;
|
|
2888
2891
|
decoratorProps: Record<string, any>;
|
|
2889
|
-
display: import("../../../../es/components/form-render").FieldDisplayTypes;
|
|
2890
2892
|
description: string;
|
|
2891
2893
|
readOnly: boolean;
|
|
2892
2894
|
editable: boolean;
|
|
2893
|
-
hidden: boolean;
|
|
2894
2895
|
component: import("../../../../es/components/form-render").FieldComponent<any, any>;
|
|
2895
2896
|
decorator: import("../../../../es/components/form-render").FieldDecorator<any, any>;
|
|
2896
2897
|
validating: boolean;
|
|
2897
2898
|
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<"show" | "if" | "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<"show" | "if" | "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: "show" | "if" | "show:lazy";
|
|
3025
3025
|
}>;
|
|
3026
3026
|
NTabs: any;
|
|
3027
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
3027
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "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: "scroll" | "formChange" | "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;
|
|
3707
3713
|
value: string;
|
|
3714
|
+
display: import("../../../../es/components/form-render").FieldDisplayTypes;
|
|
3708
3715
|
readonly index: string | number;
|
|
3709
|
-
disabled: boolean;
|
|
3710
3716
|
onFocus: (...args: any[]) => Promise<void>;
|
|
3711
3717
|
onBlur: (...args: any[]) => Promise<void>;
|
|
3712
3718
|
onInput: (...args: any[]) => Promise<void>;
|
|
3713
|
-
reset: (options?: import("../../../../es/components/form-render").IFieldResetOptions | undefined) => Promise<void>;
|
|
3714
|
-
visible: boolean;
|
|
3715
3719
|
submit: <T>(onSubmit?: ((values: any) => void | Promise<T>) | undefined) => Promise<T>;
|
|
3716
3720
|
validator: import("../../../../es/components/form-render").FieldValidator;
|
|
3717
3721
|
pattern: import("../../../../es/components/form-render").FieldPatternTypes;
|
|
3718
3722
|
title: string;
|
|
3719
3723
|
form: import("../../../../es/components/form-render").Form<any>;
|
|
3720
|
-
content: any;
|
|
3721
3724
|
componentProps: Record<string, any>;
|
|
3722
3725
|
decoratorProps: Record<string, any>;
|
|
3723
|
-
display: import("../../../../es/components/form-render").FieldDisplayTypes;
|
|
3724
3726
|
description: string;
|
|
3725
3727
|
readOnly: boolean;
|
|
3726
3728
|
editable: boolean;
|
|
3727
|
-
hidden: boolean;
|
|
3728
3729
|
component: import("../../../../es/components/form-render").FieldComponent<any, any>;
|
|
3729
3730
|
decorator: import("../../../../es/components/form-render").FieldDecorator<any, any>;
|
|
3730
3731
|
validating: boolean;
|
|
3731
3732
|
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<"show" | "if" | "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<"show" | "if" | "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: "show" | "if" | "show:lazy";
|
|
3859
3859
|
}>;
|
|
3860
3860
|
NTabs: any;
|
|
3861
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
3861
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "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,6 +4168,7 @@ 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;
|
|
4171
4172
|
patientInfo: Partial<{
|
|
4172
4173
|
avatar: string;
|
|
4173
4174
|
avatarPreview: string;
|
|
@@ -4192,7 +4193,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4192
4193
|
}>[];
|
|
4193
4194
|
}>;
|
|
4194
4195
|
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
|
-
contentStyle: CSSProperties;
|
|
1746
1745
|
content: string;
|
|
1746
|
+
contentStyle: CSSProperties;
|
|
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
|
-
contentStyle: CSSProperties;
|
|
1763
1762
|
content: string;
|
|
1763
|
+
contentStyle: CSSProperties;
|
|
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
|
-
contentStyle: CSSProperties;
|
|
1794
1793
|
content: string;
|
|
1794
|
+
contentStyle: CSSProperties;
|
|
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
|
-
contentStyle: import("vue").CSSProperties;
|
|
1834
1833
|
content: string;
|
|
1834
|
+
contentStyle: import("vue").CSSProperties;
|
|
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
|
-
contentStyle: import("vue").CSSProperties;
|
|
1851
1850
|
content: string;
|
|
1851
|
+
contentStyle: import("vue").CSSProperties;
|
|
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
|
-
contentStyle: import("vue").CSSProperties;
|
|
1882
1881
|
content: string;
|
|
1882
|
+
contentStyle: import("vue").CSSProperties;
|
|
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
|
-
contentStyle: CSSProperties;
|
|
67
66
|
content: string;
|
|
67
|
+
contentStyle: CSSProperties;
|
|
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
|
-
contentStyle: CSSProperties;
|
|
84
83
|
content: string;
|
|
84
|
+
contentStyle: CSSProperties;
|
|
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
|
-
contentStyle: import("vue").CSSProperties;
|
|
1901
1900
|
content: string;
|
|
1901
|
+
contentStyle: import("vue").CSSProperties;
|
|
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
|
-
contentStyle: import("vue").CSSProperties;
|
|
1918
1917
|
content: string;
|
|
1918
|
+
contentStyle: import("vue").CSSProperties;
|
|
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
|
-
contentStyle: import("vue").CSSProperties;
|
|
1949
1948
|
content: string;
|
|
1949
|
+
contentStyle: import("vue").CSSProperties;
|
|
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: "scroll" | "formChange" | "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;
|
|
2461
2467
|
value: string;
|
|
2468
|
+
display: import("../../../../../../es/components/form-render").FieldDisplayTypes;
|
|
2462
2469
|
readonly index: string | number;
|
|
2463
|
-
disabled: boolean;
|
|
2464
2470
|
onFocus: (...args: any[]) => Promise<void>;
|
|
2465
2471
|
onBlur: (...args: any[]) => Promise<void>;
|
|
2466
2472
|
onInput: (...args: any[]) => Promise<void>;
|
|
2467
|
-
reset: (options?: import("../../../../../../es/components/form-render").IFieldResetOptions | undefined) => Promise<void>;
|
|
2468
|
-
visible: boolean;
|
|
2469
2473
|
submit: <T>(onSubmit?: ((values: any) => void | Promise<T>) | undefined) => Promise<T>;
|
|
2470
2474
|
validator: import("../../../../../../es/components/form-render").FieldValidator;
|
|
2471
2475
|
pattern: import("../../../../../../es/components/form-render").FieldPatternTypes;
|
|
2472
2476
|
title: string;
|
|
2473
2477
|
form: import("../../../../../../es/components/form-render").Form<any>;
|
|
2474
|
-
content: any;
|
|
2475
2478
|
componentProps: Record<string, any>;
|
|
2476
2479
|
decoratorProps: Record<string, any>;
|
|
2477
|
-
display: import("../../../../../../es/components/form-render").FieldDisplayTypes;
|
|
2478
2480
|
description: string;
|
|
2479
2481
|
readOnly: boolean;
|
|
2480
2482
|
editable: boolean;
|
|
2481
|
-
hidden: boolean;
|
|
2482
2483
|
component: import("../../../../../../es/components/form-render").FieldComponent<any, any>;
|
|
2483
2484
|
decorator: import("../../../../../../es/components/form-render").FieldDecorator<any, any>;
|
|
2484
2485
|
validating: boolean;
|
|
2485
2486
|
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<"show" | "if" | "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<"show" | "if" | "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: "show" | "if" | "show:lazy";
|
|
2613
2613
|
}>;
|
|
2614
2614
|
NTabs: any;
|
|
2615
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
2615
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "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
|
};
|