cnhis-design-vue 3.1.41-release.5 → 3.1.41
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/button-print/src/utils/print.js +1 -1
- package/es/components/fabric-chart/src/hooks/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
- package/es/components/fabric-chart/src/hooks/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/useTop.js +1 -1
- package/es/components/field-set/index.d.ts +8 -0
- package/es/components/field-set/src/FieldSet.vue.d.ts +5 -0
- package/es/components/field-set/src/FieldSet.vue.js +1 -1
- package/es/components/field-set/style/index.css +1 -1
- package/es/components/form-config/index.d.ts +6755 -44
- package/es/components/form-config/src/FormConfig.vue.d.ts +6897 -185
- package/es/components/form-config/src/FormConfig.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +4 -4
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +3410 -58
- package/es/components/form-config/src/components/FormConfigEdit.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +2 -2
- package/es/components/form-config/src/components/FormConfigMaterialItem.js +1 -1
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +3 -3
- package/es/components/form-config/src/components/renderer/CloseButton.vue.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +10 -10
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.js +1 -1
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +6 -6
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +2 -3
- package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
- package/es/components/form-config/src/hooks/useDataNormalize.d.ts +4 -2
- package/es/components/form-config/src/hooks/useDataNormalize.js +1 -1
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-config/src/types/index.d.ts +8 -2
- package/es/components/form-config/src/utils/index.d.ts +4 -1
- package/es/components/form-config/src/utils/index.js +1 -1
- package/es/components/form-config/style/index.css +1 -1
- package/es/components/form-render/index.d.ts +1 -1
- package/es/components/form-render/src/FormRender.vue.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +21 -20
- package/es/components/form-render/src/FormRenderWrapper.vue.js +1 -1
- package/es/components/form-render/src/constants/index.d.ts +0 -12
- package/es/components/form-render/src/constants/index.js +1 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
- package/es/components/form-render/src/types/index.d.ts +4 -2
- package/es/components/iho-table/index.d.ts +2 -2
- package/es/components/iho-table/src/IhoTable.vue.d.ts +2 -2
- package/es/components/iho-table/src/IhoTable.vue.js +1 -1
- package/es/components/iho-table/src/plugins/{filterPlugin → filterRenderPlugin}/filter.vue.d.ts +15 -74
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.js +1 -0
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -0
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +85 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.js +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/{timeRendererPlugin.d.ts → timeRendererPlugin/index.d.ts} +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.d.ts +2 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.js +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +20 -11
- 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 +289 -155
- package/es/components/info-header/src/InfoHeader.vue.d.ts +293 -160
- package/es/components/info-header/src/InfoHeader.vue.js +1 -1
- package/es/components/info-header/src/components/index.d.ts +3 -0
- package/es/components/info-header/src/components/index.js +1 -0
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.js +1 -0
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.js +1 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +266 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.js +1 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +38 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.js +1 -0
- package/es/components/info-header/src/types/index.d.ts +29 -0
- package/es/components/scale-view/index.d.ts +1 -2
- package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -5
- package/es/components/scale-view/src/ScaleView.vue.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +1 -0
- package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
- package/es/components/scale-view/src/utils/judge-types.js +1 -1
- package/es/components/scale-view/style/index.css +1 -1
- package/es/components/shortcut-setter/index.d.ts +1 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +1 -1
- package/es/components/table-filter/index.d.ts +12 -77
- package/es/components/table-filter/src/base-search-com/BaseSearch.vue.d.ts +4 -2
- package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +1 -1
- package/es/components/table-filter/src/classification/Classification-com.vue.d.ts +4 -22
- package/es/components/table-filter/src/classification/Classification-com.vue.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
- package/es/components/table-filter/src/components/search-filter/index.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/search-filter/index.vue.js +1 -1
- package/es/components/table-filter/src/components/set-classification/index.vue.d.ts +4 -20
- package/es/components/table-filter/src/components/set-classification/index.vue.js +1 -1
- package/es/components/table-filter/src/components/table-modal/index.vue.js +1 -1
- package/es/components/table-filter/src/hooks/useMixins.js +1 -1
- package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +4 -53
- package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +1 -1
- package/es/components/table-filter/style/index.css +1 -1
- package/es/shared/components/no-data/NoData.vue.d.ts +5 -0
- package/es/shared/components/no-data/NoData.vue.js +1 -1
- package/es/shared/utils/index.d.ts +16 -0
- package/es/shared/utils/index.js +1 -1
- package/package.json +64 -64
- package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.js +0 -1
- package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/filterPlugin/index.js +0 -1
- package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +0 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.js +0 -1
- package/es/components/info-header/src/HiddenContent.vue.js +0 -1
- package/es/components/info-header/src/InfoEllipsis.vue.js +0 -1
- package/es/components/table-filter/src/components/age-com/index.vue.d.ts +0 -119
- package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.d.ts +0 -199
- package/es/components/table-filter/src/components/button-icon/getBtnIcon.d.ts +0 -2
- package/es/components/table-filter/src/components/button-icon/getBtnIcon.js +0 -1
- package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.d.ts +0 -90
- package/es/components/table-filter/src/components/multi-select/multi-select.vue.d.ts +0 -113
- package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.d.ts +0 -266
- package/es/components/table-filter/src/components/range-age/index.vue.d.ts +0 -248
- package/es/components/table-filter/src/const/dataOptions.d.ts +0 -12
- package/es/components/table-filter/src/const/dataOptions.js +0 -1
- package/es/components/table-filter/src/directive/preventReClick.d.ts +0 -4
- package/es/components/table-filter/src/directive/preventReClick.js +0 -1
- package/es/components/info-header/src/{HiddenContent.vue.d.ts → components/infoDescription/HiddenContent.vue.d.ts} +2 -2
- package/es/components/info-header/src/{InfoEllipsis.vue.d.ts → components/infoDescription/InfoEllipsis.vue.d.ts} +1 -1
- /package/es/components/{iho-table/src/plugins/filterPlugin/types.js → info-header/src/types/index.js} +0 -0
|
@@ -17,8 +17,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17
17
|
name: string;
|
|
18
18
|
sex: string;
|
|
19
19
|
age: string;
|
|
20
|
-
ageUnit
|
|
21
|
-
tagList
|
|
20
|
+
ageUnit: string;
|
|
21
|
+
tagList: Partial<{
|
|
22
22
|
type?: "warning" | "info" | undefined;
|
|
23
23
|
content: string;
|
|
24
24
|
render?: any;
|
|
@@ -26,7 +26,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
26
26
|
color?: string | undefined;
|
|
27
27
|
textColor?: string | undefined;
|
|
28
28
|
} | undefined;
|
|
29
|
-
}>[]
|
|
29
|
+
}>[];
|
|
30
30
|
}>>;
|
|
31
31
|
default: () => {};
|
|
32
32
|
};
|
|
@@ -78,8 +78,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
78
78
|
name: string;
|
|
79
79
|
sex: string;
|
|
80
80
|
age: string;
|
|
81
|
-
ageUnit
|
|
82
|
-
tagList
|
|
81
|
+
ageUnit: string;
|
|
82
|
+
tagList: Partial<{
|
|
83
83
|
type?: "warning" | "info" | undefined;
|
|
84
84
|
content: string;
|
|
85
85
|
render?: any;
|
|
@@ -87,7 +87,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
87
87
|
color?: string | undefined;
|
|
88
88
|
textColor?: string | undefined;
|
|
89
89
|
} | undefined;
|
|
90
|
-
}>[]
|
|
90
|
+
}>[];
|
|
91
91
|
}>>;
|
|
92
92
|
default: () => {};
|
|
93
93
|
};
|
|
@@ -126,6 +126,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
126
126
|
"onUpdate:compact"?: ((...args: any[]) => any) | undefined;
|
|
127
127
|
}>>;
|
|
128
128
|
emit: (event: "openPatientInfo" | "fieldSet" | "update:compact", ...args: any[]) => void;
|
|
129
|
+
infoDescriptionRef: import("vue").Ref<{
|
|
130
|
+
updateColumn: import("../../../es/shared/types").Func<any[], any>;
|
|
131
|
+
} | undefined>;
|
|
132
|
+
updateColumn: () => any;
|
|
129
133
|
toggleCompact: () => Promise<void>;
|
|
130
134
|
openPatientInfo: () => void;
|
|
131
135
|
fieldSet: () => void;
|
|
@@ -141,157 +145,115 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
141
145
|
[key: string]: any;
|
|
142
146
|
}>[];
|
|
143
147
|
}[]>;
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
color?: string | undefined;
|
|
150
|
-
textColor?: string | undefined;
|
|
151
|
-
} | undefined;
|
|
152
|
-
}>) => {
|
|
153
|
-
color: string;
|
|
154
|
-
textColor: string;
|
|
155
|
-
};
|
|
156
|
-
tagListExcludeEmpty: import("vue").ComputedRef<Partial<{
|
|
157
|
-
type?: "warning" | "info" | undefined;
|
|
158
|
-
content: string;
|
|
159
|
-
render?: any;
|
|
160
|
-
color?: {
|
|
161
|
-
color?: string | undefined;
|
|
162
|
-
textColor?: string | undefined;
|
|
163
|
-
} | undefined;
|
|
164
|
-
}>[]>;
|
|
165
|
-
getDescriptionItemStyle: ({ bold, contentStyle }?: import("../../../es/shared/types").AnyObject) => import("vue").CSSProperties;
|
|
166
|
-
getEllipsisStyle: (index: number, { bold, contentStyle }?: import("../../../es/shared/types").AnyObject) => import("vue").CSSProperties;
|
|
167
|
-
needHidden: (item: import("../../../es/shared/types").AnyObject) => boolean;
|
|
168
|
-
infoRef: import("vue").Ref<HTMLElement | undefined>;
|
|
169
|
-
columnNum: import("vue").Ref<number>;
|
|
170
|
-
maxColumnWidth: import("vue").Ref<number>;
|
|
171
|
-
descriptionWidthList: import("vue").Ref<{
|
|
172
|
-
toString: (radix?: number | undefined) => string;
|
|
173
|
-
toFixed: (fractionDigits?: number | undefined) => string;
|
|
174
|
-
toExponential: (fractionDigits?: number | undefined) => string;
|
|
175
|
-
toPrecision: (precision?: number | undefined) => string;
|
|
176
|
-
valueOf: () => number;
|
|
177
|
-
toLocaleString: {
|
|
178
|
-
(locales?: string | string[] | undefined, options?: Intl.NumberFormatOptions | undefined): string;
|
|
179
|
-
(locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions | undefined): string;
|
|
180
|
-
};
|
|
181
|
-
}[]>;
|
|
182
|
-
updateColumn: () => Promise<void>;
|
|
183
|
-
timer: any;
|
|
184
|
-
stopInterval: () => void;
|
|
185
|
-
startInterval: () => void;
|
|
186
|
-
NDescriptions: any;
|
|
187
|
-
NDescriptionsItem: import("vue").DefineComponent<{
|
|
188
|
-
readonly label: StringConstructor;
|
|
189
|
-
readonly span: {
|
|
190
|
-
readonly type: NumberConstructor;
|
|
191
|
-
readonly default: 1;
|
|
192
|
-
};
|
|
193
|
-
readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
194
|
-
readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
195
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
196
|
-
readonly label: StringConstructor;
|
|
197
|
-
readonly span: {
|
|
198
|
-
readonly type: NumberConstructor;
|
|
199
|
-
readonly default: 1;
|
|
200
|
-
};
|
|
201
|
-
readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
202
|
-
readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
203
|
-
}>>, {
|
|
204
|
-
readonly span: number;
|
|
205
|
-
}>;
|
|
206
|
-
NTag: any;
|
|
207
|
-
NScrollbar: any;
|
|
208
|
-
NImage: any;
|
|
209
|
-
NPopover: any;
|
|
210
|
-
NEllipsis: any;
|
|
211
|
-
SlotRender: import("vue").DefineComponent<{
|
|
212
|
-
renderer: {
|
|
213
|
-
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../../es/shared/types").Func<any[], any>>;
|
|
214
|
-
required: true;
|
|
215
|
-
};
|
|
216
|
-
rootSlots: {
|
|
217
|
-
type: import("vue").PropType<Record<string, import("../../../es/shared/types").Func<any[], any>>>;
|
|
218
|
-
};
|
|
219
|
-
}, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
220
|
-
renderer: {
|
|
221
|
-
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../../es/shared/types").Func<any[], any>>;
|
|
222
|
-
required: true;
|
|
148
|
+
InfoDescription: import("vue").DefineComponent<{
|
|
149
|
+
compact: {
|
|
150
|
+
type: BooleanConstructor;
|
|
151
|
+
required: false;
|
|
152
|
+
default: boolean;
|
|
223
153
|
};
|
|
224
|
-
|
|
225
|
-
type:
|
|
154
|
+
infoList: {
|
|
155
|
+
type: ArrayConstructor;
|
|
156
|
+
required: false;
|
|
157
|
+
default: () => never[];
|
|
226
158
|
};
|
|
227
|
-
|
|
228
|
-
InfoEllipsis: import("vue").DefineComponent<{
|
|
229
|
-
content: {
|
|
159
|
+
labelField: {
|
|
230
160
|
type: StringConstructor;
|
|
161
|
+
required: false;
|
|
231
162
|
default: string;
|
|
232
163
|
};
|
|
233
|
-
|
|
234
|
-
type: StringConstructor;
|
|
235
|
-
};
|
|
236
|
-
contentStyle: {
|
|
237
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
238
|
-
default: () => {};
|
|
239
|
-
};
|
|
240
|
-
}, {
|
|
241
|
-
NEllipsis: any;
|
|
242
|
-
NTooltip: any;
|
|
243
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
244
|
-
content: {
|
|
164
|
+
valueField: {
|
|
245
165
|
type: StringConstructor;
|
|
166
|
+
required: false;
|
|
246
167
|
default: string;
|
|
247
168
|
};
|
|
248
|
-
|
|
249
|
-
type: StringConstructor;
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
253
|
-
default: () => {};
|
|
254
|
-
};
|
|
255
|
-
}>>, {
|
|
256
|
-
content: string;
|
|
257
|
-
contentStyle: import("vue").CSSProperties;
|
|
258
|
-
}>;
|
|
259
|
-
HiddenContent: import("vue").DefineComponent<{
|
|
260
|
-
content: {
|
|
261
|
-
type: StringConstructor;
|
|
262
|
-
default: string;
|
|
169
|
+
minColumnWidth: {
|
|
170
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
171
|
+
required: false;
|
|
172
|
+
default: number;
|
|
263
173
|
};
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
174
|
+
rowHeight: {
|
|
175
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
176
|
+
required: false;
|
|
177
|
+
default: number;
|
|
267
178
|
};
|
|
268
|
-
|
|
269
|
-
type:
|
|
270
|
-
|
|
179
|
+
rootSlot: {
|
|
180
|
+
type: ObjectConstructor;
|
|
181
|
+
required: true;
|
|
271
182
|
};
|
|
272
183
|
}, {
|
|
273
|
-
props:
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
184
|
+
props: {
|
|
185
|
+
compact: boolean;
|
|
186
|
+
infoList: Partial<{
|
|
187
|
+
[K: string]: any;
|
|
188
|
+
slot: string | (() => any);
|
|
189
|
+
tip: string;
|
|
190
|
+
formField: import("..").FieldItem;
|
|
191
|
+
}>[];
|
|
192
|
+
labelField: string;
|
|
193
|
+
valueField: string;
|
|
194
|
+
minColumnWidth: string | number;
|
|
195
|
+
rowHeight: string | number;
|
|
196
|
+
rootSlot: Record<string, import("../../../es/shared/types").Func<any[], any>>;
|
|
197
|
+
};
|
|
198
|
+
getDescriptionItemStyle: ({ bold, contentStyle }?: import("../../../es/shared/types").AnyObject) => import("vue").CSSProperties;
|
|
199
|
+
getEllipsisStyle: (index: number, { bold, contentStyle }?: import("../../../es/shared/types").AnyObject) => import("vue").CSSProperties;
|
|
200
|
+
needHidden: (item: import("../../../es/shared/types").AnyObject) => boolean;
|
|
201
|
+
columnNum: import("vue").Ref<number>;
|
|
202
|
+
infoRef: import("vue").Ref<HTMLElement | undefined>;
|
|
203
|
+
maxColumnWidth: import("vue").Ref<number>;
|
|
204
|
+
descriptionWidthList: import("vue").Ref<{
|
|
205
|
+
toString: (radix?: number | undefined) => string;
|
|
206
|
+
toFixed: (fractionDigits?: number | undefined) => string;
|
|
207
|
+
toExponential: (fractionDigits?: number | undefined) => string;
|
|
208
|
+
toPrecision: (precision?: number | undefined) => string;
|
|
209
|
+
valueOf: () => number;
|
|
210
|
+
toLocaleString: {
|
|
211
|
+
(locales?: string | string[] | undefined, options?: Intl.NumberFormatOptions | undefined): string;
|
|
212
|
+
(locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions | undefined): string;
|
|
277
213
|
};
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
214
|
+
}[]>;
|
|
215
|
+
updateColumn: () => Promise<void>;
|
|
216
|
+
timer: any;
|
|
217
|
+
stopInterval: () => void;
|
|
218
|
+
startInterval: () => void;
|
|
219
|
+
NDescriptions: any;
|
|
220
|
+
NDescriptionsItem: import("vue").DefineComponent<{
|
|
221
|
+
readonly label: StringConstructor;
|
|
222
|
+
readonly span: {
|
|
223
|
+
readonly type: NumberConstructor;
|
|
224
|
+
readonly default: 1;
|
|
281
225
|
};
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
226
|
+
readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
227
|
+
readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
228
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
229
|
+
readonly label: StringConstructor;
|
|
230
|
+
readonly span: {
|
|
231
|
+
readonly type: NumberConstructor;
|
|
232
|
+
readonly default: 1;
|
|
285
233
|
};
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
maxWidth: string;
|
|
291
|
-
width: string;
|
|
234
|
+
readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
235
|
+
readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
236
|
+
}>>, {
|
|
237
|
+
readonly span: number;
|
|
292
238
|
}>;
|
|
293
|
-
|
|
294
|
-
|
|
239
|
+
NScrollbar: any;
|
|
240
|
+
SlotRender: import("vue").DefineComponent<{
|
|
241
|
+
renderer: {
|
|
242
|
+
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../../es/shared/types").Func<any[], any>>;
|
|
243
|
+
required: true;
|
|
244
|
+
};
|
|
245
|
+
rootSlots: {
|
|
246
|
+
type: import("vue").PropType<Record<string, import("../../../es/shared/types").Func<any[], any>>>;
|
|
247
|
+
};
|
|
248
|
+
}, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
249
|
+
renderer: {
|
|
250
|
+
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../../es/shared/types").Func<any[], any>>;
|
|
251
|
+
required: true;
|
|
252
|
+
};
|
|
253
|
+
rootSlots: {
|
|
254
|
+
type: import("vue").PropType<Record<string, import("../../../es/shared/types").Func<any[], any>>>;
|
|
255
|
+
};
|
|
256
|
+
}>>, {}>;
|
|
295
257
|
InfoEllipsis: import("vue").DefineComponent<{
|
|
296
258
|
content: {
|
|
297
259
|
type: StringConstructor;
|
|
@@ -320,25 +282,197 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
320
282
|
default: () => {};
|
|
321
283
|
};
|
|
322
284
|
}>>, {
|
|
285
|
+
contentStyle: import("vue").CSSProperties;
|
|
323
286
|
content: string;
|
|
287
|
+
}>;
|
|
288
|
+
HiddenContent: import("vue").DefineComponent<{
|
|
289
|
+
content: {
|
|
290
|
+
type: StringConstructor;
|
|
291
|
+
default: string;
|
|
292
|
+
};
|
|
293
|
+
tip: StringConstructor;
|
|
294
|
+
width: {
|
|
295
|
+
type: NumberConstructor;
|
|
296
|
+
};
|
|
297
|
+
contentStyle: {
|
|
298
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
299
|
+
default: () => {};
|
|
300
|
+
};
|
|
301
|
+
}, {
|
|
302
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
303
|
+
content: {
|
|
304
|
+
type: StringConstructor;
|
|
305
|
+
default: string;
|
|
306
|
+
};
|
|
307
|
+
tip: StringConstructor;
|
|
308
|
+
width: {
|
|
309
|
+
type: NumberConstructor;
|
|
310
|
+
};
|
|
311
|
+
contentStyle: {
|
|
312
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
313
|
+
default: () => {};
|
|
314
|
+
};
|
|
315
|
+
}>> & {}>>;
|
|
316
|
+
hidden: import("vue").Ref<boolean>;
|
|
317
|
+
toggleHidden: () => void;
|
|
318
|
+
wrapperStyle: import("vue").ComputedRef<{
|
|
319
|
+
maxWidth: string;
|
|
320
|
+
width: string;
|
|
321
|
+
}>;
|
|
322
|
+
parsedContentStyle: import("vue").ComputedRef<{}>;
|
|
323
|
+
displayContent: import("vue").ComputedRef<string>;
|
|
324
|
+
InfoEllipsis: import("vue").DefineComponent<{
|
|
325
|
+
content: {
|
|
326
|
+
type: StringConstructor;
|
|
327
|
+
default: string;
|
|
328
|
+
};
|
|
329
|
+
tip: {
|
|
330
|
+
type: StringConstructor;
|
|
331
|
+
};
|
|
332
|
+
contentStyle: {
|
|
333
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
334
|
+
default: () => {};
|
|
335
|
+
};
|
|
336
|
+
}, {
|
|
337
|
+
NEllipsis: any;
|
|
338
|
+
NTooltip: any;
|
|
339
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
340
|
+
content: {
|
|
341
|
+
type: StringConstructor;
|
|
342
|
+
default: string;
|
|
343
|
+
};
|
|
344
|
+
tip: {
|
|
345
|
+
type: StringConstructor;
|
|
346
|
+
};
|
|
347
|
+
contentStyle: {
|
|
348
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
349
|
+
default: () => {};
|
|
350
|
+
};
|
|
351
|
+
}>>, {
|
|
352
|
+
contentStyle: import("vue").CSSProperties;
|
|
353
|
+
content: string;
|
|
354
|
+
}>;
|
|
355
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
356
|
+
content: {
|
|
357
|
+
type: StringConstructor;
|
|
358
|
+
default: string;
|
|
359
|
+
};
|
|
360
|
+
tip: StringConstructor;
|
|
361
|
+
width: {
|
|
362
|
+
type: NumberConstructor;
|
|
363
|
+
};
|
|
364
|
+
contentStyle: {
|
|
365
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
366
|
+
default: () => {};
|
|
367
|
+
};
|
|
368
|
+
}>>, {
|
|
324
369
|
contentStyle: import("vue").CSSProperties;
|
|
370
|
+
content: string;
|
|
325
371
|
}>;
|
|
326
372
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
327
|
-
|
|
373
|
+
compact: {
|
|
374
|
+
type: BooleanConstructor;
|
|
375
|
+
required: false;
|
|
376
|
+
default: boolean;
|
|
377
|
+
};
|
|
378
|
+
infoList: {
|
|
379
|
+
type: ArrayConstructor;
|
|
380
|
+
required: false;
|
|
381
|
+
default: () => never[];
|
|
382
|
+
};
|
|
383
|
+
labelField: {
|
|
384
|
+
type: StringConstructor;
|
|
385
|
+
required: false;
|
|
386
|
+
default: string;
|
|
387
|
+
};
|
|
388
|
+
valueField: {
|
|
328
389
|
type: StringConstructor;
|
|
390
|
+
required: false;
|
|
329
391
|
default: string;
|
|
330
392
|
};
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
393
|
+
minColumnWidth: {
|
|
394
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
395
|
+
required: false;
|
|
396
|
+
default: number;
|
|
397
|
+
};
|
|
398
|
+
rowHeight: {
|
|
399
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
400
|
+
required: false;
|
|
401
|
+
default: number;
|
|
334
402
|
};
|
|
335
|
-
|
|
336
|
-
type:
|
|
403
|
+
rootSlot: {
|
|
404
|
+
type: ObjectConstructor;
|
|
405
|
+
required: true;
|
|
406
|
+
};
|
|
407
|
+
}>>, {
|
|
408
|
+
compact: boolean;
|
|
409
|
+
infoList: unknown[];
|
|
410
|
+
labelField: string;
|
|
411
|
+
valueField: string;
|
|
412
|
+
minColumnWidth: string | number;
|
|
413
|
+
rowHeight: string | number;
|
|
414
|
+
}>;
|
|
415
|
+
PatientInfo: import("vue").DefineComponent<{
|
|
416
|
+
patientInfo: {
|
|
417
|
+
type: null;
|
|
418
|
+
required: true;
|
|
419
|
+
default: () => {};
|
|
420
|
+
};
|
|
421
|
+
}, {
|
|
422
|
+
props: {
|
|
423
|
+
patientInfo: Partial<{
|
|
424
|
+
avatar: string;
|
|
425
|
+
avatarPreview: string;
|
|
426
|
+
avatarProps: string;
|
|
427
|
+
avatarPreviewProps: string;
|
|
428
|
+
name: string;
|
|
429
|
+
sex: string;
|
|
430
|
+
age: string;
|
|
431
|
+
ageUnit: string;
|
|
432
|
+
tagList: Partial<{
|
|
433
|
+
type?: "warning" | "info" | undefined;
|
|
434
|
+
content: string;
|
|
435
|
+
render?: any;
|
|
436
|
+
color?: {
|
|
437
|
+
color?: string | undefined;
|
|
438
|
+
textColor?: string | undefined;
|
|
439
|
+
} | undefined;
|
|
440
|
+
}>[];
|
|
441
|
+
}>;
|
|
442
|
+
};
|
|
443
|
+
tagListExcludeEmpty: import("vue").ComputedRef<Partial<{
|
|
444
|
+
type?: "warning" | "info" | undefined;
|
|
445
|
+
content: string;
|
|
446
|
+
render?: any;
|
|
447
|
+
color?: {
|
|
448
|
+
color?: string | undefined;
|
|
449
|
+
textColor?: string | undefined;
|
|
450
|
+
} | undefined;
|
|
451
|
+
}>[]>;
|
|
452
|
+
getTagColor: ({ type }: Partial<{
|
|
453
|
+
type?: "warning" | "info" | undefined;
|
|
454
|
+
content: string;
|
|
455
|
+
render?: any;
|
|
456
|
+
color?: {
|
|
457
|
+
color?: string | undefined;
|
|
458
|
+
textColor?: string | undefined;
|
|
459
|
+
} | undefined;
|
|
460
|
+
}>) => {
|
|
461
|
+
color: string;
|
|
462
|
+
textColor: string;
|
|
463
|
+
};
|
|
464
|
+
NImage: any;
|
|
465
|
+
NEllipsis: any;
|
|
466
|
+
NTag: any;
|
|
467
|
+
NPopover: any;
|
|
468
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
469
|
+
patientInfo: {
|
|
470
|
+
type: null;
|
|
471
|
+
required: true;
|
|
337
472
|
default: () => {};
|
|
338
473
|
};
|
|
339
474
|
}>>, {
|
|
340
|
-
|
|
341
|
-
contentStyle: import("vue").CSSProperties;
|
|
475
|
+
patientInfo: any;
|
|
342
476
|
}>;
|
|
343
477
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("openPatientInfo" | "fieldSet" | "update:compact")[], "openPatientInfo" | "fieldSet" | "update:compact", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
344
478
|
compact: {
|
|
@@ -358,8 +492,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
358
492
|
name: string;
|
|
359
493
|
sex: string;
|
|
360
494
|
age: string;
|
|
361
|
-
ageUnit
|
|
362
|
-
tagList
|
|
495
|
+
ageUnit: string;
|
|
496
|
+
tagList: Partial<{
|
|
363
497
|
type?: "warning" | "info" | undefined;
|
|
364
498
|
content: string;
|
|
365
499
|
render?: any;
|
|
@@ -367,7 +501,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
367
501
|
color?: string | undefined;
|
|
368
502
|
textColor?: string | undefined;
|
|
369
503
|
} | undefined;
|
|
370
|
-
}>[]
|
|
504
|
+
}>[];
|
|
371
505
|
}>>;
|
|
372
506
|
default: () => {};
|
|
373
507
|
};
|
|
@@ -414,8 +548,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
414
548
|
name: string;
|
|
415
549
|
sex: string;
|
|
416
550
|
age: string;
|
|
417
|
-
ageUnit
|
|
418
|
-
tagList
|
|
551
|
+
ageUnit: string;
|
|
552
|
+
tagList: Partial<{
|
|
419
553
|
type?: "warning" | "info" | undefined;
|
|
420
554
|
content: string;
|
|
421
555
|
render?: any;
|
|
@@ -423,7 +557,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
423
557
|
color?: string | undefined;
|
|
424
558
|
textColor?: string | undefined;
|
|
425
559
|
} | undefined;
|
|
426
|
-
}>[]
|
|
560
|
+
}>[];
|
|
427
561
|
}>;
|
|
428
562
|
labelField: string;
|
|
429
563
|
valueField: string;
|