@davincihealthcare/elty-design-system-vue 1.16.0 → 1.16.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.
@@ -19,6 +19,10 @@ declare const _default: import('vue').DefineComponent<{
19
19
  default: undefined;
20
20
  required: false;
21
21
  };
22
+ focusOnMount: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
22
26
  modelValue: {
23
27
  type: PropType<TextualValueType>;
24
28
  default: string;
@@ -70,6 +74,10 @@ declare const _default: import('vue').DefineComponent<{
70
74
  default: undefined;
71
75
  required: false;
72
76
  };
77
+ focusOnMount: {
78
+ type: BooleanConstructor;
79
+ default: boolean;
80
+ };
73
81
  modelValue: {
74
82
  type: PropType<TextualValueType>;
75
83
  default: string;
@@ -116,6 +124,7 @@ declare const _default: import('vue').DefineComponent<{
116
124
  errorMessage: string | boolean;
117
125
  hiddenErrorMessage: boolean;
118
126
  trailingIcon: ElIconProps;
127
+ focusOnMount: boolean;
119
128
  validation: string;
120
129
  }, {}>;
121
130
  export default _default;