@davincihealthcare/elty-design-system-vue 1.67.0 → 1.67.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -39,6 +39,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
39
39
  }>;
40
40
  default: undefined;
41
41
  };
42
+ shouldHoverFirstResultOnOpen: {
43
+ type: BooleanConstructor;
44
+ default: boolean;
45
+ };
42
46
  color: {
43
47
  type: PropType<ElInputSearchColors>;
44
48
  default: string;
@@ -123,6 +127,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
123
127
  }>;
124
128
  default: undefined;
125
129
  };
130
+ shouldHoverFirstResultOnOpen: {
131
+ type: BooleanConstructor;
132
+ default: boolean;
133
+ };
126
134
  color: {
127
135
  type: PropType<ElInputSearchColors>;
128
136
  default: string;
@@ -315,6 +323,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
315
323
  primaryRow: string;
316
324
  secondaryRow?: string;
317
325
  };
326
+ shouldHoverFirstResultOnOpen: boolean;
318
327
  }, {}>, {
319
328
  info?(_: {}): any;
320
329
  }>;