cnhis-design-vue 3.1.41-beta.2 → 3.1.41-beta.20
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.d.ts +1 -1
- 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 +6761 -45
- package/es/components/form-config/src/FormConfig.vue.d.ts +6902 -185
- package/es/components/form-config/src/FormConfig.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +2 -2
- 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 +3414 -59
- 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/hooks/useSortalbeConfig.js +1 -1
- package/es/components/form-config/src/types/index.d.ts +9 -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 +2 -2
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.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 +22 -21
- package/es/components/form-render/src/FormRenderWrapper.vue.js +1 -1
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
- package/es/components/form-render/src/components/renderer/select.d.ts +3 -0
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -6
- package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFormEvent.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -0
- package/es/components/form-render/src/hooks/useFormField.js +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +4 -0
- package/es/components/form-render/src/types/index.d.ts +2 -1
- package/es/components/form-render/src/utils/dom.d.ts +2 -1
- package/es/components/form-render/src/utils/dom.js +1 -1
- package/es/components/iho-table/index.d.ts +5 -5
- package/es/components/iho-table/index.js +1 -1
- package/es/components/iho-table/src/IhoTable.vue.d.ts +5 -5
- package/es/components/iho-table/src/IhoTable.vue.js +1 -1
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +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/colorRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +8 -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/index.js +1 -1
- package/es/components/info-header/index.d.ts +213 -121
- package/es/components/info-header/src/InfoDescription.vue.d.ts +265 -0
- package/es/components/info-header/src/InfoDescription.vue.js +1 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +217 -125
- package/es/components/info-header/src/InfoHeader.vue.js +1 -1
- package/es/components/recommend-search/index.d.ts +10 -10
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +10 -10
- package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +2 -2
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +4 -4
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +4 -4
- 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/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +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 +3 -2
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +3 -2
- package/es/components/steps-wheel/index.d.ts +1 -1
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
- package/es/components/table-filter/index.d.ts +902 -7582
- package/es/components/table-filter/index.js +1 -1
- package/es/components/table-filter/src/base-search-com/BaseSearch.vue.d.ts +44 -3315
- 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 +463 -2779
- 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/hooks/useFilterConditions.d.ts +1 -42
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +20 -7
- package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
- package/es/components/table-filter/src/components/search-filter/index.vue.d.ts +456 -0
- package/es/components/table-filter/src/components/search-filter/index.vue.js +1 -0
- package/es/components/table-filter/src/components/set-classification/index.vue.d.ts +843 -0
- package/es/components/table-filter/src/components/set-classification/index.vue.js +1 -0
- package/es/components/table-filter/src/components/table-modal/index.vue.js +1 -0
- package/es/components/table-filter/src/hooks/export.js +1 -1
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -2
- package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/table-filter/src/hooks/useMixins.js +1 -1
- package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
- package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +52 -1190
- package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +1 -1
- package/es/components/table-filter/src/types/index.d.ts +4 -14
- package/es/components/table-filter/style/index.css +1 -1
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
- package/package.json +2 -2
- 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/filterPlugin/types.js +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.js +0 -1
- package/es/components/table-filter/src/classification/search-class-name.vue.d.ts +0 -71
- package/es/components/table-filter/src/classification/search-class-name.vue.js +0 -1
- package/es/components/table-filter/src/classification/search-professional-model.vue.d.ts +0 -1436
- package/es/components/table-filter/src/classification/search-professional-model.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/age-com/index.vue.js +0 -1
- package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.d.ts +0 -199
- package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.js +0 -1
- 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/c-tree-select/tree-select.vue.js +0 -1
- package/es/components/table-filter/src/components/multi-select/multi-select.vue.d.ts +0 -113
- package/es/components/table-filter/src/components/multi-select/multi-select.vue.js +0 -1
- 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/out-quick-search/out-quick-search.vue.js +0 -1
- package/es/components/table-filter/src/components/range-age/index.vue.d.ts +0 -248
- package/es/components/table-filter/src/components/range-age/index.vue.js +0 -1
- package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.d.ts +0 -789
- package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.js +0 -1
- package/es/components/table-filter/src/components/search-condition/fieldTypeList.d.ts +0 -18
- package/es/components/table-filter/src/components/search-condition/fieldTypeList.js +0 -1
- package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.d.ts +0 -1244
- package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.js +0 -1
- package/es/components/table-filter/src/components/search-modal/set-classification.vue.d.ts +0 -1651
- package/es/components/table-filter/src/components/search-modal/set-classification.vue.js +0 -1
- package/es/components/table-filter/src/components/table-modal/TableModal.vue.js +0 -1
- package/es/components/table-filter/src/const/dataOptions.d.ts +0 -36
- 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/table-filter/src/components/table-modal/{TableModal.vue.d.ts → index.vue.d.ts} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AnyObject, Func } from '../../../../es/shared/types';
|
|
2
|
-
import {
|
|
2
|
+
import { PropType, VNode } from 'vue';
|
|
3
3
|
declare type PatientTag = Partial<{
|
|
4
4
|
type?: 'warning' | 'info';
|
|
5
5
|
content: string;
|
|
@@ -132,6 +132,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
132
132
|
"onUpdate:compact"?: ((...args: any[]) => any) | undefined;
|
|
133
133
|
}>>;
|
|
134
134
|
emit: (event: "openPatientInfo" | "fieldSet" | "update:compact", ...args: any[]) => void;
|
|
135
|
+
infoDescriptionRef: import("vue").Ref<{
|
|
136
|
+
updateColumn: Func;
|
|
137
|
+
} | undefined>;
|
|
138
|
+
updateColumn: () => any;
|
|
135
139
|
toggleCompact: () => Promise<void>;
|
|
136
140
|
openPatientInfo: () => void;
|
|
137
141
|
fieldSet: () => void;
|
|
@@ -156,136 +160,114 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
156
160
|
textColor?: string | undefined;
|
|
157
161
|
} | undefined;
|
|
158
162
|
}>[]>;
|
|
159
|
-
|
|
160
|
-
getEllipsisStyle: (index: number, { bold, contentStyle }?: AnyObject) => CSSProperties;
|
|
161
|
-
needHidden: (item: AnyObject) => boolean;
|
|
162
|
-
infoRef: import("vue").Ref<HTMLElement | undefined>;
|
|
163
|
-
columnNum: import("vue").Ref<number>;
|
|
164
|
-
maxColumnWidth: import("vue").Ref<number>;
|
|
165
|
-
descriptionWidthList: import("vue").Ref<{
|
|
166
|
-
toString: (radix?: number | undefined) => string;
|
|
167
|
-
toFixed: (fractionDigits?: number | undefined) => string;
|
|
168
|
-
toExponential: (fractionDigits?: number | undefined) => string;
|
|
169
|
-
toPrecision: (precision?: number | undefined) => string;
|
|
170
|
-
valueOf: () => number;
|
|
171
|
-
toLocaleString: {
|
|
172
|
-
(locales?: string | string[] | undefined, options?: Intl.NumberFormatOptions | undefined): string;
|
|
173
|
-
(locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions | undefined): string;
|
|
174
|
-
};
|
|
175
|
-
}[]>;
|
|
176
|
-
updateColumn: () => Promise<void>;
|
|
177
|
-
timer: any;
|
|
178
|
-
stopInterval: () => void;
|
|
179
|
-
startInterval: () => void;
|
|
180
|
-
NDescriptions: any;
|
|
181
|
-
NDescriptionsItem: import("vue").DefineComponent<{
|
|
182
|
-
readonly label: StringConstructor;
|
|
183
|
-
readonly span: {
|
|
184
|
-
readonly type: NumberConstructor;
|
|
185
|
-
readonly default: 1;
|
|
186
|
-
};
|
|
187
|
-
readonly labelStyle: PropType<string | CSSProperties>;
|
|
188
|
-
readonly contentStyle: PropType<string | CSSProperties>;
|
|
189
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
190
|
-
readonly label: StringConstructor;
|
|
191
|
-
readonly span: {
|
|
192
|
-
readonly type: NumberConstructor;
|
|
193
|
-
readonly default: 1;
|
|
194
|
-
};
|
|
195
|
-
readonly labelStyle: PropType<string | CSSProperties>;
|
|
196
|
-
readonly contentStyle: PropType<string | CSSProperties>;
|
|
197
|
-
}>>, {
|
|
198
|
-
readonly span: number;
|
|
199
|
-
}>;
|
|
200
|
-
NTag: any;
|
|
201
|
-
NScrollbar: any;
|
|
163
|
+
NEllipsis: any;
|
|
202
164
|
NImage: any;
|
|
203
165
|
NPopover: any;
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
type:
|
|
208
|
-
required:
|
|
209
|
-
|
|
210
|
-
rootSlots: {
|
|
211
|
-
type: PropType<Record<string, Func<any[], any>>>;
|
|
212
|
-
};
|
|
213
|
-
}, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
214
|
-
renderer: {
|
|
215
|
-
type: PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | Func<any[], any>>;
|
|
216
|
-
required: true;
|
|
166
|
+
NTag: any;
|
|
167
|
+
InfoDescription: import("vue").DefineComponent<{
|
|
168
|
+
compact: {
|
|
169
|
+
type: BooleanConstructor;
|
|
170
|
+
required: false;
|
|
171
|
+
default: boolean;
|
|
217
172
|
};
|
|
218
|
-
|
|
219
|
-
type:
|
|
173
|
+
infoList: {
|
|
174
|
+
type: ArrayConstructor;
|
|
175
|
+
required: false;
|
|
176
|
+
default: () => never[];
|
|
220
177
|
};
|
|
221
|
-
|
|
222
|
-
InfoEllipsis: import("vue").DefineComponent<{
|
|
223
|
-
content: {
|
|
178
|
+
labelField: {
|
|
224
179
|
type: StringConstructor;
|
|
180
|
+
required: false;
|
|
225
181
|
default: string;
|
|
226
182
|
};
|
|
227
|
-
|
|
228
|
-
type: StringConstructor;
|
|
229
|
-
};
|
|
230
|
-
contentStyle: {
|
|
231
|
-
type: PropType<CSSProperties>;
|
|
232
|
-
default: () => {};
|
|
233
|
-
};
|
|
234
|
-
}, {
|
|
235
|
-
NEllipsis: any;
|
|
236
|
-
NTooltip: any;
|
|
237
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
238
|
-
content: {
|
|
183
|
+
valueField: {
|
|
239
184
|
type: StringConstructor;
|
|
185
|
+
required: false;
|
|
240
186
|
default: string;
|
|
241
187
|
};
|
|
242
|
-
|
|
243
|
-
type: StringConstructor;
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
type: PropType<CSSProperties>;
|
|
247
|
-
default: () => {};
|
|
248
|
-
};
|
|
249
|
-
}>>, {
|
|
250
|
-
content: string;
|
|
251
|
-
contentStyle: CSSProperties;
|
|
252
|
-
}>;
|
|
253
|
-
HiddenContent: import("vue").DefineComponent<{
|
|
254
|
-
content: {
|
|
255
|
-
type: StringConstructor;
|
|
256
|
-
default: string;
|
|
188
|
+
minColumnWidth: {
|
|
189
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
190
|
+
required: false;
|
|
191
|
+
default: number;
|
|
257
192
|
};
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
193
|
+
rowHeight: {
|
|
194
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
195
|
+
required: false;
|
|
196
|
+
default: number;
|
|
261
197
|
};
|
|
262
|
-
|
|
263
|
-
type:
|
|
264
|
-
|
|
198
|
+
rootSlot: {
|
|
199
|
+
type: ObjectConstructor;
|
|
200
|
+
required: true;
|
|
265
201
|
};
|
|
266
202
|
}, {
|
|
267
|
-
props:
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
203
|
+
props: {
|
|
204
|
+
compact: boolean;
|
|
205
|
+
infoList: AnyObject[];
|
|
206
|
+
labelField: string;
|
|
207
|
+
valueField: string;
|
|
208
|
+
minColumnWidth: string | number;
|
|
209
|
+
rowHeight: string | number;
|
|
210
|
+
rootSlot: Record<string, Func<any[], any>>;
|
|
211
|
+
};
|
|
212
|
+
getDescriptionItemStyle: ({ bold, contentStyle }?: AnyObject) => import("vue").CSSProperties;
|
|
213
|
+
getEllipsisStyle: (index: number, { bold, contentStyle }?: AnyObject) => import("vue").CSSProperties;
|
|
214
|
+
needHidden: (item: AnyObject) => boolean;
|
|
215
|
+
columnNum: import("vue").Ref<number>;
|
|
216
|
+
infoRef: import("vue").Ref<HTMLElement | undefined>;
|
|
217
|
+
maxColumnWidth: import("vue").Ref<number>;
|
|
218
|
+
descriptionWidthList: import("vue").Ref<{
|
|
219
|
+
toString: (radix?: number | undefined) => string;
|
|
220
|
+
toFixed: (fractionDigits?: number | undefined) => string;
|
|
221
|
+
toExponential: (fractionDigits?: number | undefined) => string;
|
|
222
|
+
toPrecision: (precision?: number | undefined) => string;
|
|
223
|
+
valueOf: () => number;
|
|
224
|
+
toLocaleString: {
|
|
225
|
+
(locales?: string | string[] | undefined, options?: Intl.NumberFormatOptions | undefined): string;
|
|
226
|
+
(locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions | undefined): string;
|
|
271
227
|
};
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
228
|
+
}[]>;
|
|
229
|
+
updateColumn: () => Promise<void>;
|
|
230
|
+
timer: any;
|
|
231
|
+
stopInterval: () => void;
|
|
232
|
+
startInterval: () => void;
|
|
233
|
+
NDescriptions: any;
|
|
234
|
+
NDescriptionsItem: import("vue").DefineComponent<{
|
|
235
|
+
readonly label: StringConstructor;
|
|
236
|
+
readonly span: {
|
|
237
|
+
readonly type: NumberConstructor;
|
|
238
|
+
readonly default: 1;
|
|
275
239
|
};
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
240
|
+
readonly labelStyle: PropType<string | import("vue").CSSProperties>;
|
|
241
|
+
readonly contentStyle: PropType<string | import("vue").CSSProperties>;
|
|
242
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
243
|
+
readonly label: StringConstructor;
|
|
244
|
+
readonly span: {
|
|
245
|
+
readonly type: NumberConstructor;
|
|
246
|
+
readonly default: 1;
|
|
279
247
|
};
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
maxWidth: string;
|
|
285
|
-
width: string;
|
|
248
|
+
readonly labelStyle: PropType<string | import("vue").CSSProperties>;
|
|
249
|
+
readonly contentStyle: PropType<string | import("vue").CSSProperties>;
|
|
250
|
+
}>>, {
|
|
251
|
+
readonly span: number;
|
|
286
252
|
}>;
|
|
287
|
-
|
|
288
|
-
|
|
253
|
+
NScrollbar: any;
|
|
254
|
+
SlotRender: import("vue").DefineComponent<{
|
|
255
|
+
renderer: {
|
|
256
|
+
type: PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | Func<any[], any>>;
|
|
257
|
+
required: true;
|
|
258
|
+
};
|
|
259
|
+
rootSlots: {
|
|
260
|
+
type: PropType<Record<string, Func<any[], any>>>;
|
|
261
|
+
};
|
|
262
|
+
}, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
263
|
+
renderer: {
|
|
264
|
+
type: PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | Func<any[], any>>;
|
|
265
|
+
required: true;
|
|
266
|
+
};
|
|
267
|
+
rootSlots: {
|
|
268
|
+
type: PropType<Record<string, Func<any[], any>>>;
|
|
269
|
+
};
|
|
270
|
+
}>>, {}>;
|
|
289
271
|
InfoEllipsis: import("vue").DefineComponent<{
|
|
290
272
|
content: {
|
|
291
273
|
type: StringConstructor;
|
|
@@ -295,7 +277,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
295
277
|
type: StringConstructor;
|
|
296
278
|
};
|
|
297
279
|
contentStyle: {
|
|
298
|
-
type: PropType<CSSProperties>;
|
|
280
|
+
type: PropType<import("vue").CSSProperties>;
|
|
299
281
|
default: () => {};
|
|
300
282
|
};
|
|
301
283
|
}, {
|
|
@@ -310,29 +292,139 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
310
292
|
type: StringConstructor;
|
|
311
293
|
};
|
|
312
294
|
contentStyle: {
|
|
313
|
-
type: PropType<CSSProperties>;
|
|
295
|
+
type: PropType<import("vue").CSSProperties>;
|
|
296
|
+
default: () => {};
|
|
297
|
+
};
|
|
298
|
+
}>>, {
|
|
299
|
+
content: string;
|
|
300
|
+
contentStyle: import("vue").CSSProperties;
|
|
301
|
+
}>;
|
|
302
|
+
HiddenContent: import("vue").DefineComponent<{
|
|
303
|
+
content: {
|
|
304
|
+
type: StringConstructor;
|
|
305
|
+
default: string;
|
|
306
|
+
};
|
|
307
|
+
tip: StringConstructor;
|
|
308
|
+
width: {
|
|
309
|
+
type: NumberConstructor;
|
|
310
|
+
};
|
|
311
|
+
contentStyle: {
|
|
312
|
+
type: PropType<import("vue").CSSProperties>;
|
|
313
|
+
default: () => {};
|
|
314
|
+
};
|
|
315
|
+
}, {
|
|
316
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
317
|
+
content: {
|
|
318
|
+
type: StringConstructor;
|
|
319
|
+
default: string;
|
|
320
|
+
};
|
|
321
|
+
tip: StringConstructor;
|
|
322
|
+
width: {
|
|
323
|
+
type: NumberConstructor;
|
|
324
|
+
};
|
|
325
|
+
contentStyle: {
|
|
326
|
+
type: PropType<import("vue").CSSProperties>;
|
|
327
|
+
default: () => {};
|
|
328
|
+
};
|
|
329
|
+
}>> & {}>>;
|
|
330
|
+
hidden: import("vue").Ref<boolean>;
|
|
331
|
+
toggleHidden: () => void;
|
|
332
|
+
wrapperStyle: import("vue").ComputedRef<{
|
|
333
|
+
maxWidth: string;
|
|
334
|
+
width: string;
|
|
335
|
+
}>;
|
|
336
|
+
parsedContentStyle: import("vue").ComputedRef<{}>;
|
|
337
|
+
displayContent: import("vue").ComputedRef<string>;
|
|
338
|
+
InfoEllipsis: import("vue").DefineComponent<{
|
|
339
|
+
content: {
|
|
340
|
+
type: StringConstructor;
|
|
341
|
+
default: string;
|
|
342
|
+
};
|
|
343
|
+
tip: {
|
|
344
|
+
type: StringConstructor;
|
|
345
|
+
};
|
|
346
|
+
contentStyle: {
|
|
347
|
+
type: PropType<import("vue").CSSProperties>;
|
|
348
|
+
default: () => {};
|
|
349
|
+
};
|
|
350
|
+
}, {
|
|
351
|
+
NEllipsis: any;
|
|
352
|
+
NTooltip: any;
|
|
353
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
354
|
+
content: {
|
|
355
|
+
type: StringConstructor;
|
|
356
|
+
default: string;
|
|
357
|
+
};
|
|
358
|
+
tip: {
|
|
359
|
+
type: StringConstructor;
|
|
360
|
+
};
|
|
361
|
+
contentStyle: {
|
|
362
|
+
type: PropType<import("vue").CSSProperties>;
|
|
363
|
+
default: () => {};
|
|
364
|
+
};
|
|
365
|
+
}>>, {
|
|
366
|
+
content: string;
|
|
367
|
+
contentStyle: import("vue").CSSProperties;
|
|
368
|
+
}>;
|
|
369
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
370
|
+
content: {
|
|
371
|
+
type: StringConstructor;
|
|
372
|
+
default: string;
|
|
373
|
+
};
|
|
374
|
+
tip: StringConstructor;
|
|
375
|
+
width: {
|
|
376
|
+
type: NumberConstructor;
|
|
377
|
+
};
|
|
378
|
+
contentStyle: {
|
|
379
|
+
type: PropType<import("vue").CSSProperties>;
|
|
314
380
|
default: () => {};
|
|
315
381
|
};
|
|
316
382
|
}>>, {
|
|
317
383
|
content: string;
|
|
318
|
-
contentStyle: CSSProperties;
|
|
384
|
+
contentStyle: import("vue").CSSProperties;
|
|
319
385
|
}>;
|
|
320
386
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
321
|
-
|
|
387
|
+
compact: {
|
|
388
|
+
type: BooleanConstructor;
|
|
389
|
+
required: false;
|
|
390
|
+
default: boolean;
|
|
391
|
+
};
|
|
392
|
+
infoList: {
|
|
393
|
+
type: ArrayConstructor;
|
|
394
|
+
required: false;
|
|
395
|
+
default: () => never[];
|
|
396
|
+
};
|
|
397
|
+
labelField: {
|
|
398
|
+
type: StringConstructor;
|
|
399
|
+
required: false;
|
|
400
|
+
default: string;
|
|
401
|
+
};
|
|
402
|
+
valueField: {
|
|
322
403
|
type: StringConstructor;
|
|
404
|
+
required: false;
|
|
323
405
|
default: string;
|
|
324
406
|
};
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
407
|
+
minColumnWidth: {
|
|
408
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
409
|
+
required: false;
|
|
410
|
+
default: number;
|
|
328
411
|
};
|
|
329
|
-
|
|
330
|
-
type:
|
|
331
|
-
|
|
412
|
+
rowHeight: {
|
|
413
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
414
|
+
required: false;
|
|
415
|
+
default: number;
|
|
416
|
+
};
|
|
417
|
+
rootSlot: {
|
|
418
|
+
type: ObjectConstructor;
|
|
419
|
+
required: true;
|
|
332
420
|
};
|
|
333
421
|
}>>, {
|
|
334
|
-
|
|
335
|
-
|
|
422
|
+
compact: boolean;
|
|
423
|
+
infoList: unknown[];
|
|
424
|
+
labelField: string;
|
|
425
|
+
valueField: string;
|
|
426
|
+
minColumnWidth: string | number;
|
|
427
|
+
rowHeight: string | number;
|
|
336
428
|
}>;
|
|
337
429
|
}, 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<{
|
|
338
430
|
compact: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,
|
|
1
|
+
import{defineComponent as e,ref as t,computed as n,openBlock as a,createElementBlock as i,normalizeClass as o,createElementVNode as r,createCommentVNode as s,renderSlot as f,Fragment as l,createVNode as c,unref as d,withCtx as p,mergeProps as u,toDisplayString as v,renderList as g,createBlock as m,resolveDynamicComponent as h,createTextVNode as y,h as _,nextTick as I}from"vue";import{isString as b,isArray as k}from"lodash-es";import{NPopover as w,NImage as x,NTag as $,NEllipsis as S}from"naive-ui";import z from"./InfoDescription.vue.js";import H from"../../../_virtual/plugin-vue_export-helper.js";const P={class:"c-info-header__operation"},j={key:0,class:"c-info-header__divider"},C={class:"c-info-header__patient"},L={class:"c-info-header__patientHeader"},F={key:0,class:"c-info-header__patientHeader--name"},M={key:1,class:"c-info-header__patientHeader--sex"},q={key:2,class:"c-info-header__patientHeader--age"},A={class:"c-info-header__setting"},D=["onClick"];var N=H(e({__name:"InfoHeader",props:{compact:{type:Boolean,required:!0},separator:{type:String,default:":"},patientInfo:{type:Object,default:()=>({})},infoList:{type:Array,required:!0},labelField:{type:String,default:"label"},valueField:{type:String,default:"value"},minColumnWidth:{type:[String,Number],default:180},rowHeight:{type:[String,Number],default:32},settingIcons:{type:Array,default:()=>["patientInfo","fieldSet","compact"]}},emits:["openPatientInfo","fieldSet","update:compact"],setup(e,{expose:H,emit:N}){const B=e,O=t();function R(){var e;return null==(e=O.value)?void 0:e.updateColumn()}const U={patientInfo:{event:function(){N("openPatientInfo")},render:()=>[_("i",{class:"iconfont info-header--icon-a-menzhenyishengzhanxitongtubiaobianji"})]},fieldSet:{event:function(){N("fieldSet")},render:()=>[_("i",{class:"iconfont info-header--icon-a-menzhenyishengzhanxitongtubiaoshezhi"})]},compact:{event:async function(){N("update:compact",!B.compact),await I(),await R()},render:()=>[_("i",{class:"iconfont info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia"})]}},W=n((()=>B.settingIcons.map((e=>(b(e)?U[e]:e)||{}))));function E({type:e="warning"}){return{color:{warning:"#fcc200",info:"rgba(45, 122, 255, 0.1)"}[e],textColor:{warning:"#fff",info:"#2563F4"}[e]}}const G=n((()=>B.patientInfo&&k(B.patientInfo.tagList)?B.patientInfo.tagList.filter((e=>e.render||b(e.content)&&e.content)):[]));return H({update:R}),(t,n)=>(a(),i("div",{class:o(["c-info-header",{"is-compact":e.compact}])},[r("section",P,[s(" 操作区插槽 "),f(t.$slots,"operation")]),t.$slots.operation?(a(),i("div",j)):s("v-if",!0),r("section",C,[s(" 患者信息区插槽 "),f(t.$slots,"patientModule"),s(" 头像区插槽 "),f(t.$slots,"avatarModule",{},(()=>[t.$slots.avatarModule?s("v-if",!0):(a(),i(l,{key:0},[s(" 头像插槽 "),f(t.$slots,"avatar",{},(()=>[c(d(w),null,{trigger:p((()=>[c(d(x),u({style:{"border-radius":"50%"},width:40,height:40,"preview-disabled":"",src:e.patientInfo.avatar},e.patientInfo.avatarProps),null,16,["src"])])),default:p((()=>[c(d(x),u({width:200,"preview-disabled":"",src:e.patientInfo.avatarPreview||e.patientInfo.avatar},e.patientInfo.avatarPreviewProps),null,16,["src"])])),_:1})])),r("section",null,[r("header",L,[e.patientInfo.name?(a(),i("div",F,v(e.patientInfo.name),1)):s("v-if",!0),e.patientInfo.sex?(a(),i("div",M,"/ "+v(e.patientInfo.sex),1)):s("v-if",!0),null!=e.patientInfo.age?(a(),i("div",q," / "+v(e.patientInfo.age)+v(e.patientInfo.ageUnit||"岁"),1)):s("v-if",!0),s(" tag区插槽 "),f(t.$slots,"tags",{tagList:d(G)},(()=>[(a(!0),i(l,null,g(e.patientInfo.tagList||[],(e=>(a(),m(d($),u({key:e.content,size:"medium",bordered:!1,color:E(e)},e),{default:p((()=>[e.render?(a(),m(h(e.render),{key:0})):(a(),m(d(S),{key:1,style:{"max-width":"96px"}},{default:p((()=>[y(v(e.content),1)])),_:2},1024))])),_:2},1040,["color"])))),128))]))]),s(" 头像信息区插槽 "),f(t.$slots,"avatarInfo")])],64))]))]),c(z,u({ref_key:"infoDescriptionRef",ref:O,"root-slot":t.$slots},t.$props),{info:p((()=>[s(" 信息描述区插槽 "),f(t.$slots,"info")])),_:3},16,["root-slot"]),r("section",A,[s(" 设置区插槽 "),f(t.$slots,"setting"),t.$slots.setting?s("v-if",!0):(a(!0),i(l,{key:0},g(d(W),(e=>(a(),i("div",{key:e,class:"c-info-header__settingIcon",onClick:e.event},[(a(),m(h(e.render)))],8,D)))),128))])],2))}}),[["__file","InfoHeader.vue"]]);export{N as default};
|
|
@@ -100,9 +100,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
100
100
|
};
|
|
101
101
|
}>> & {
|
|
102
102
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
103
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
104
103
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
105
104
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
105
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
106
106
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
107
107
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
108
108
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -169,9 +169,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
169
169
|
};
|
|
170
170
|
}>> & {
|
|
171
171
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
172
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
173
172
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
174
173
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
174
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
175
175
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
176
176
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
177
177
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -330,9 +330,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
330
330
|
default: boolean;
|
|
331
331
|
};
|
|
332
332
|
}>> & {
|
|
333
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
334
333
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
335
334
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
335
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
336
336
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
337
337
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
338
338
|
}>>;
|
|
@@ -388,9 +388,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
388
388
|
default: boolean;
|
|
389
389
|
};
|
|
390
390
|
}>> & {
|
|
391
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
392
391
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
393
392
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
393
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
394
394
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
395
395
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
396
396
|
}, {
|
|
@@ -432,9 +432,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
432
432
|
};
|
|
433
433
|
}>> & {
|
|
434
434
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
435
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
436
435
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
437
436
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
437
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
438
438
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
439
439
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
440
440
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -513,9 +513,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
513
513
|
};
|
|
514
514
|
}>> & {
|
|
515
515
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
516
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
517
516
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
518
517
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
518
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
519
519
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
520
520
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
521
521
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -620,9 +620,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
620
620
|
default: boolean;
|
|
621
621
|
};
|
|
622
622
|
}>> & {
|
|
623
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
624
623
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
625
624
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
625
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
626
626
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
627
627
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
628
628
|
}>>;
|
|
@@ -678,9 +678,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
678
678
|
default: boolean;
|
|
679
679
|
};
|
|
680
680
|
}>> & {
|
|
681
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
682
681
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
683
682
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
683
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
684
684
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
685
685
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
686
686
|
}, {
|
|
@@ -727,9 +727,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
727
727
|
};
|
|
728
728
|
}>> & {
|
|
729
729
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
730
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
731
730
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
732
731
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
732
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
733
733
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
734
734
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
735
735
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -795,9 +795,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
795
795
|
};
|
|
796
796
|
}>> & {
|
|
797
797
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
798
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
799
798
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
800
799
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
800
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
801
801
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
802
802
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
803
803
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -102,9 +102,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
102
102
|
};
|
|
103
103
|
}>> & {
|
|
104
104
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
105
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
106
105
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
107
106
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
107
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
108
108
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
109
109
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
110
110
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -171,9 +171,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
171
171
|
};
|
|
172
172
|
}>> & {
|
|
173
173
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
174
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
175
174
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
176
175
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
176
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
177
177
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
178
178
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
179
179
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -332,9 +332,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
332
332
|
default: boolean;
|
|
333
333
|
};
|
|
334
334
|
}>> & {
|
|
335
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
336
335
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
337
336
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
337
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
338
338
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
339
339
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
340
340
|
}>>;
|
|
@@ -390,9 +390,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
390
390
|
default: boolean;
|
|
391
391
|
};
|
|
392
392
|
}>> & {
|
|
393
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
394
393
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
395
394
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
395
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
396
396
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
397
397
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
398
398
|
}, {
|
|
@@ -434,9 +434,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
434
434
|
};
|
|
435
435
|
}>> & {
|
|
436
436
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
437
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
438
437
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
439
438
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
439
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
440
440
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
441
441
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
442
442
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -515,9 +515,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
515
515
|
};
|
|
516
516
|
}>> & {
|
|
517
517
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
518
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
519
518
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
520
519
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
520
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
521
521
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
522
522
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
523
523
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -622,9 +622,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
622
622
|
default: boolean;
|
|
623
623
|
};
|
|
624
624
|
}>> & {
|
|
625
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
626
625
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
627
626
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
627
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
628
628
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
629
629
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
630
630
|
}>>;
|
|
@@ -680,9 +680,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
680
680
|
default: boolean;
|
|
681
681
|
};
|
|
682
682
|
}>> & {
|
|
683
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
684
683
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
685
684
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
685
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
686
686
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
687
687
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
688
688
|
}, {
|
|
@@ -729,9 +729,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
729
729
|
};
|
|
730
730
|
}>> & {
|
|
731
731
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
732
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
733
732
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
734
733
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
734
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
735
735
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
736
736
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
737
737
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -797,9 +797,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
797
797
|
};
|
|
798
798
|
}>> & {
|
|
799
799
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
800
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
801
800
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
802
801
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
802
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
803
803
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
804
804
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
805
805
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|