cnhis-design-vue 3.1.41-beta.2 → 3.1.41-beta.21

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.
Files changed (175) hide show
  1. package/es/components/button-print/src/utils/print.d.ts +1 -1
  2. package/es/components/button-print/src/utils/print.js +1 -1
  3. package/es/components/fabric-chart/src/hooks/useBirthProcess.js +1 -1
  4. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +1 -0
  5. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  6. package/es/components/fabric-chart/src/hooks/useLeft.js +1 -1
  7. package/es/components/fabric-chart/src/hooks/useOther.js +1 -1
  8. package/es/components/fabric-chart/src/hooks/useTop.js +1 -1
  9. package/es/components/field-set/index.d.ts +8 -0
  10. package/es/components/field-set/src/FieldSet.vue.d.ts +5 -0
  11. package/es/components/field-set/src/FieldSet.vue.js +1 -1
  12. package/es/components/field-set/style/index.css +1 -1
  13. package/es/components/form-config/index.d.ts +6761 -45
  14. package/es/components/form-config/src/FormConfig.vue.d.ts +6902 -185
  15. package/es/components/form-config/src/FormConfig.vue.js +1 -1
  16. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +2 -2
  17. package/es/components/form-config/src/components/FormConfigCreator.vue.js +1 -1
  18. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +4 -4
  19. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -1
  20. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +3414 -59
  21. package/es/components/form-config/src/components/FormConfigEdit.vue.js +1 -1
  22. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +2 -2
  23. package/es/components/form-config/src/components/FormConfigMaterialItem.js +1 -1
  24. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +3 -3
  25. package/es/components/form-config/src/components/renderer/CloseButton.vue.js +1 -1
  26. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +10 -10
  27. package/es/components/form-config/src/components/renderer/ComplexNode.vue.js +1 -1
  28. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +6 -6
  29. package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
  30. package/es/components/form-config/src/hooks/useConfigurationField.d.ts +2 -3
  31. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
  32. package/es/components/form-config/src/hooks/useDataNormalize.d.ts +4 -2
  33. package/es/components/form-config/src/hooks/useDataNormalize.js +1 -1
  34. package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
  35. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -1
  36. package/es/components/form-config/src/types/index.d.ts +9 -2
  37. package/es/components/form-config/src/utils/index.d.ts +4 -1
  38. package/es/components/form-config/src/utils/index.js +1 -1
  39. package/es/components/form-config/style/index.css +1 -1
  40. package/es/components/form-render/index.d.ts +2 -2
  41. package/es/components/form-render/index.js +1 -1
  42. package/es/components/form-render/src/FormRender.vue.d.ts +1 -1
  43. package/es/components/form-render/src/FormRender.vue.js +1 -1
  44. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +22 -21
  45. package/es/components/form-render/src/FormRenderWrapper.vue.js +1 -1
  46. package/es/components/form-render/src/components/renderer/formItem.js +1 -1
  47. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  48. package/es/components/form-render/src/components/renderer/select.d.ts +3 -0
  49. package/es/components/form-render/src/components/renderer/select.js +1 -1
  50. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -6
  51. package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
  52. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  53. package/es/components/form-render/src/hooks/useFormEvent.d.ts +1 -1
  54. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  55. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -0
  56. package/es/components/form-render/src/hooks/useFormField.js +1 -1
  57. package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
  58. package/es/components/form-render/src/types/fieldItem.d.ts +4 -0
  59. package/es/components/form-render/src/types/index.d.ts +2 -1
  60. package/es/components/form-render/src/utils/dom.d.ts +2 -1
  61. package/es/components/form-render/src/utils/dom.js +1 -1
  62. package/es/components/iho-table/index.d.ts +5 -5
  63. package/es/components/iho-table/index.js +1 -1
  64. package/es/components/iho-table/src/IhoTable.vue.d.ts +5 -5
  65. package/es/components/iho-table/src/IhoTable.vue.js +1 -1
  66. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  67. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  68. package/es/components/iho-table/src/plugins/{filterPlugin → filterRenderPlugin}/filter.vue.d.ts +15 -74
  69. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.js +1 -0
  70. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.d.ts +1 -0
  71. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -0
  72. package/es/components/iho-table/src/plugins/index.js +1 -1
  73. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +85 -0
  74. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.js +1 -0
  75. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/{timeRendererPlugin.d.ts → timeRendererPlugin/index.d.ts} +1 -1
  76. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -0
  77. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.d.ts +2 -0
  78. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.js +1 -0
  79. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.js +1 -1
  80. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
  81. package/es/components/iho-table/src/types/index.d.ts +8 -11
  82. package/es/components/iho-table/src/utils/index.js +1 -1
  83. package/es/components/iho-table/style/index.css +1 -1
  84. package/es/components/index.css +1 -1
  85. package/es/components/index.js +1 -1
  86. package/es/components/info-header/index.d.ts +213 -121
  87. package/es/components/info-header/src/InfoDescription.vue.d.ts +265 -0
  88. package/es/components/info-header/src/InfoDescription.vue.js +1 -0
  89. package/es/components/info-header/src/InfoHeader.vue.d.ts +217 -125
  90. package/es/components/info-header/src/InfoHeader.vue.js +1 -1
  91. package/es/components/recommend-search/index.d.ts +10 -10
  92. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +10 -10
  93. package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +2 -2
  94. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +4 -4
  95. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +4 -4
  96. package/es/components/scale-view/index.d.ts +1 -2
  97. package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -5
  98. package/es/components/scale-view/src/ScaleView.vue.js +1 -1
  99. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +1 -1
  100. package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +1 -0
  101. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
  102. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
  103. package/es/components/scale-view/src/utils/judge-types.js +1 -1
  104. package/es/components/scale-view/style/index.css +1 -1
  105. package/es/components/shortcut-setter/index.d.ts +3 -2
  106. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +3 -2
  107. package/es/components/steps-wheel/index.d.ts +1 -1
  108. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
  109. package/es/components/table-filter/index.d.ts +902 -7582
  110. package/es/components/table-filter/index.js +1 -1
  111. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.d.ts +44 -3315
  112. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +1 -1
  113. package/es/components/table-filter/src/classification/Classification-com.vue.d.ts +463 -2779
  114. package/es/components/table-filter/src/classification/Classification-com.vue.js +1 -1
  115. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +2 -2
  116. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +1 -42
  117. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
  118. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +20 -7
  119. package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
  120. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  121. package/es/components/table-filter/src/components/search-filter/index.vue.d.ts +456 -0
  122. package/es/components/table-filter/src/components/search-filter/index.vue.js +1 -0
  123. package/es/components/table-filter/src/components/set-classification/index.vue.d.ts +843 -0
  124. package/es/components/table-filter/src/components/set-classification/index.vue.js +1 -0
  125. package/es/components/table-filter/src/components/table-modal/index.vue.js +1 -0
  126. package/es/components/table-filter/src/hooks/export.js +1 -1
  127. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -2
  128. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  129. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  130. package/es/components/table-filter/src/hooks/useMixins.js +1 -1
  131. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  132. package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +52 -1190
  133. package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +1 -1
  134. package/es/components/table-filter/src/types/index.d.ts +4 -14
  135. package/es/components/table-filter/style/index.css +1 -1
  136. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
  137. package/package.json +2 -2
  138. package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.js +0 -1
  139. package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +0 -1
  140. package/es/components/iho-table/src/plugins/filterPlugin/index.js +0 -1
  141. package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +0 -7
  142. package/es/components/iho-table/src/plugins/filterPlugin/types.js +0 -1
  143. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.js +0 -1
  144. package/es/components/table-filter/src/classification/search-class-name.vue.d.ts +0 -71
  145. package/es/components/table-filter/src/classification/search-class-name.vue.js +0 -1
  146. package/es/components/table-filter/src/classification/search-professional-model.vue.d.ts +0 -1436
  147. package/es/components/table-filter/src/classification/search-professional-model.vue.js +0 -1
  148. package/es/components/table-filter/src/components/age-com/index.vue.d.ts +0 -119
  149. package/es/components/table-filter/src/components/age-com/index.vue.js +0 -1
  150. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.d.ts +0 -199
  151. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.js +0 -1
  152. package/es/components/table-filter/src/components/button-icon/getBtnIcon.d.ts +0 -2
  153. package/es/components/table-filter/src/components/button-icon/getBtnIcon.js +0 -1
  154. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.d.ts +0 -90
  155. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.js +0 -1
  156. package/es/components/table-filter/src/components/multi-select/multi-select.vue.d.ts +0 -113
  157. package/es/components/table-filter/src/components/multi-select/multi-select.vue.js +0 -1
  158. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.d.ts +0 -266
  159. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.js +0 -1
  160. package/es/components/table-filter/src/components/range-age/index.vue.d.ts +0 -248
  161. package/es/components/table-filter/src/components/range-age/index.vue.js +0 -1
  162. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.d.ts +0 -789
  163. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.js +0 -1
  164. package/es/components/table-filter/src/components/search-condition/fieldTypeList.d.ts +0 -18
  165. package/es/components/table-filter/src/components/search-condition/fieldTypeList.js +0 -1
  166. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.d.ts +0 -1244
  167. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.js +0 -1
  168. package/es/components/table-filter/src/components/search-modal/set-classification.vue.d.ts +0 -1651
  169. package/es/components/table-filter/src/components/search-modal/set-classification.vue.js +0 -1
  170. package/es/components/table-filter/src/components/table-modal/TableModal.vue.js +0 -1
  171. package/es/components/table-filter/src/const/dataOptions.d.ts +0 -36
  172. package/es/components/table-filter/src/const/dataOptions.js +0 -1
  173. package/es/components/table-filter/src/directive/preventReClick.d.ts +0 -4
  174. package/es/components/table-filter/src/directive/preventReClick.js +0 -1
  175. /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 { CSSProperties, PropType, VNode } from 'vue';
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
- getDescriptionItemStyle: ({ bold, contentStyle }?: AnyObject) => CSSProperties;
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
- NEllipsis: any;
205
- SlotRender: import("vue").DefineComponent<{
206
- renderer: {
207
- type: PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | Func<any[], any>>;
208
- required: true;
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
- rootSlots: {
219
- type: PropType<Record<string, Func<any[], any>>>;
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
- tip: {
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
- tip: {
243
- type: StringConstructor;
244
- };
245
- contentStyle: {
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
- tip: StringConstructor;
259
- width: {
260
- type: NumberConstructor;
193
+ rowHeight: {
194
+ type: (NumberConstructor | StringConstructor)[];
195
+ required: false;
196
+ default: number;
261
197
  };
262
- contentStyle: {
263
- type: PropType<CSSProperties>;
264
- default: () => {};
198
+ rootSlot: {
199
+ type: ObjectConstructor;
200
+ required: true;
265
201
  };
266
202
  }, {
267
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
268
- content: {
269
- type: StringConstructor;
270
- default: string;
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
- tip: StringConstructor;
273
- width: {
274
- type: NumberConstructor;
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
- contentStyle: {
277
- type: PropType<CSSProperties>;
278
- default: () => {};
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
- hidden: import("vue").Ref<boolean>;
282
- toggleHidden: () => void;
283
- wrapperStyle: import("vue").ComputedRef<{
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
- parsedContentStyle: import("vue").ComputedRef<{}>;
288
- displayContent: import("vue").ComputedRef<string>;
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
- content: {
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
- tip: StringConstructor;
326
- width: {
327
- type: NumberConstructor;
407
+ minColumnWidth: {
408
+ type: (NumberConstructor | StringConstructor)[];
409
+ required: false;
410
+ default: number;
328
411
  };
329
- contentStyle: {
330
- type: PropType<CSSProperties>;
331
- default: () => {};
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
- content: string;
335
- contentStyle: CSSProperties;
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,computed as t,ref as n,nextTick as i,onMounted as o,watch as a,onBeforeUnmount as l,onDeactivated as r,onActivated as s,openBlock as c,createElementBlock as d,normalizeClass as f,normalizeStyle as u,createElementVNode as p,createCommentVNode as h,renderSlot as v,Fragment as m,createVNode as y,unref as g,withCtx as _,mergeProps as I,toDisplayString as w,renderList as b,createBlock as k,resolveDynamicComponent as x,createTextVNode as S,h as $}from"vue";import{isString as z,isArray as H}from"lodash-es";import{NPopover as W,NImage as F,NTag as j,NEllipsis as C,NScrollbar as L,NDescriptions as P,NDescriptionsItem as M}from"naive-ui";import{useThrottleFn as A,useEventListener as q}from"@vueuse/core";import R from"../../../shared/components/SlotRender/SlotRender.js";import N from"./InfoEllipsis.vue.js";import B from"./HiddenContent.vue.js";import E from"../../../_virtual/plugin-vue_export-helper.js";const O={class:"c-info-header__operation"},U={key:0,class:"c-info-header__divider"},D={class:"c-info-header__patient"},G={class:"c-info-header__patientHeader"},J={key:0,class:"c-info-header__patientHeader--name"},K={key:1,class:"c-info-header__patientHeader--sex"},Q={key:2,class:"c-info-header__patientHeader--age"},T=p("section",{style:{height:"10px"}},null,-1),V=p("section",{style:{height:"12px"}},null,-1),X={class:"c-info-header__setting"},Y=["onClick"];var Z=E(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:E,emit:Z}){const ee=e;const te={patientInfo:{event:function(){Z("openPatientInfo")},render:()=>[$("i",{class:"iconfont info-header--icon-a-menzhenyishengzhanxitongtubiaobianji"})]},fieldSet:{event:function(){Z("fieldSet")},render:()=>[$("i",{class:"iconfont info-header--icon-a-menzhenyishengzhanxitongtubiaoshezhi"})]},compact:{event:async function(){Z("update:compact",!ee.compact),await i(),await ue()},render:()=>[$("i",{class:"iconfont info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia"})]}},ne=t((()=>ee.settingIcons.map((e=>(z(e)?te[e]:e)||{}))));function ie({type:e="warning"}){return{color:{warning:"#fcc200",info:"rgba(45, 122, 255, 0.1)"}[e],textColor:{warning:"#fff",info:"#2563F4"}[e]}}const oe=t((()=>ee.patientInfo&&H(ee.patientInfo.tagList)?ee.patientInfo.tagList.filter((e=>e.render||z(e.content)&&e.content)):[]));function ae({bold:e=!0,contentStyle:t={}}={}){return{fontWeight:e?700:500,...t}}function le(e,{bold:t=!0,contentStyle:n={}}={}){const i=fe.value[e]+"px";return{width:i,maxWidth:i,fontWeight:t?700:500,...n}}function re(e){return["电话","身份证"].some((t=>{var n,i;return null==(i=null==(n=e[ee.labelField])?void 0:n.includes)?void 0:i.call(n,t)}))}const se=n(),ce=n(3),de=n(0),fe=n([]),ue=A((async function(){await i();const e=se.value;if(!e)return;const{clientWidth:t}=e;ce.value=Math.floor(t/+ee.minColumnWidth),de.value=Math.floor(t/ce.value),await i();const n=e.querySelectorAll(".n-descriptions-table-content__label");n&&(fe.value=Array.from(n).map((e=>de.value-e.clientWidth-8)))}),200,!0,!1);let pe;function he(){clearInterval(pe)}function ve(){he(),pe=setInterval(ue,700)}return o(ue),a([()=>ee.minColumnWidth,()=>ee.infoList],ue,{flush:"post",deep:!0}),E({update:ue}),q(window,"resize",ue),l(he),r(he),s(ve),o(ve),(t,n)=>(c(),d("div",{class:f(["c-info-header",{"is-compact":e.compact}]),style:u({"--row-height":e.rowHeight,"--column-width":de.value})},[p("section",O,[h(" 操作区插槽 "),v(t.$slots,"operation")]),t.$slots.operation?(c(),d("div",U)):h("v-if",!0),p("section",D,[h(" 患者信息区插槽 "),v(t.$slots,"patientModule"),h(" 头像区插槽 "),v(t.$slots,"avatarModule",{},(()=>[t.$slots.avatarModule?h("v-if",!0):(c(),d(m,{key:0},[h(" 头像插槽 "),v(t.$slots,"avatar",{},(()=>[y(g(W),null,{trigger:_((()=>[y(g(F),I({style:{"border-radius":"50%"},width:40,height:40,"preview-disabled":"",src:e.patientInfo.avatar},e.patientInfo.avatarProps),null,16,["src"])])),default:_((()=>[y(g(F),I({width:200,"preview-disabled":"",src:e.patientInfo.avatarPreview||e.patientInfo.avatar},e.patientInfo.avatarPreviewProps),null,16,["src"])])),_:1})])),p("section",null,[p("header",G,[e.patientInfo.name?(c(),d("div",J,w(e.patientInfo.name),1)):h("v-if",!0),e.patientInfo.sex?(c(),d("div",K,"/ "+w(e.patientInfo.sex),1)):h("v-if",!0),e.patientInfo.age?(c(),d("div",Q," / "+w(e.patientInfo.age)+w(e.patientInfo.ageUnit||"岁"),1)):h("v-if",!0),h(" tag区插槽 "),v(t.$slots,"tags",{tagList:g(oe)},(()=>[(c(!0),d(m,null,b(e.patientInfo.tagList||[],(e=>(c(),k(g(j),I({key:e.content,size:"medium",bordered:!1,color:ie(e)},e),{default:_((()=>[e.render?(c(),k(x(e.render),{key:0})):(c(),k(g(C),{key:1,style:{"max-width":"96px"}},{default:_((()=>[S(w(e.content),1)])),_:2},1024))])),_:2},1040,["color"])))),128))]))]),h(" 头像信息区插槽 "),v(t.$slots,"avatarInfo")])],64))]))]),p("section",{class:"c-info-header__info",ref_key:"infoRef",ref:se},[y(g(L),{class:"c-info-header__infoWrapper",style:u({"--row-num":e.compact?1:2})},{default:_((()=>[h(" 描述信息区插槽 "),v(t.$slots,"info",{},(()=>[T,y(g(P),{"label-align":"right",style:{width:"100%"},"label-placement":"left",separator:":",column:ce.value},{default:_((()=>[(c(!0),d(m,null,b(e.infoList,((n,i)=>(c(),k(g(M),{key:n[e.labelField],label:n[e.labelField]},{default:_((()=>[n.slot?(c(),k(g(R),{key:0,renderer:n.slot,"root-slots":t.$slots,item:n,style:u(ae(n)),width:fe.value[i]},null,8,["renderer","root-slots","item","style","width"])):re(n)?(c(),k(B,{key:1,content:n[e.valueField],tip:n.tip,"content-style":ae(n),width:fe.value[i]},null,8,["content","tip","content-style","width"])):(c(),k(N,{key:2,"content-style":le(i,n),content:n[e.valueField],tip:n.tip},null,8,["content-style","content","tip"]))])),_:2},1032,["label"])))),128))])),_:1},8,["column"]),V]))])),_:3},8,["style"])],512),p("section",X,[h(" 设置区插槽 "),v(t.$slots,"setting"),t.$slots.setting?h("v-if",!0):(c(!0),d(m,{key:0},b(g(ne),(e=>(c(),d("div",{key:e,class:"c-info-header__settingIcon",onClick:e.event},[(c(),k(x(e.render)))],8,Y)))),128))])],6))}}),[["__file","InfoHeader.vue"]]);export{Z as default};
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;