@davincihealthcare/elty-design-system-vue 1.26.1 → 1.28.0

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.
@@ -23,6 +23,10 @@ declare const _default: import('vue').DefineComponent<{
23
23
  type: BooleanConstructor;
24
24
  default: boolean;
25
25
  };
26
+ autocomplete: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
26
30
  modelValue: {
27
31
  type: PropType<TextualValueType>;
28
32
  default: string;
@@ -78,6 +82,10 @@ declare const _default: import('vue').DefineComponent<{
78
82
  type: BooleanConstructor;
79
83
  default: boolean;
80
84
  };
85
+ autocomplete: {
86
+ type: StringConstructor;
87
+ default: string;
88
+ };
81
89
  modelValue: {
82
90
  type: PropType<TextualValueType>;
83
91
  default: string;
@@ -125,6 +133,7 @@ declare const _default: import('vue').DefineComponent<{
125
133
  hiddenErrorMessage: boolean;
126
134
  trailingIcon: ElIconProps;
127
135
  focusOnMount: boolean;
136
+ autocomplete: string;
128
137
  validation: string;
129
138
  }, {}>;
130
139
  export default _default;