@davincihealthcare/elty-design-system-vue 1.64.3 → 1.67.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.
@@ -13,6 +13,10 @@ declare const _default: import('vue').DefineComponent<{
13
13
  type: StringConstructor;
14
14
  default: string;
15
15
  };
16
+ focusOnMount: {
17
+ type: BooleanConstructor;
18
+ default: boolean;
19
+ };
16
20
  modelValue: {
17
21
  type: import('vue').PropType<TextualValueType>;
18
22
  default: string;
@@ -72,6 +76,10 @@ declare const _default: import('vue').DefineComponent<{
72
76
  type: StringConstructor;
73
77
  default: string;
74
78
  };
79
+ focusOnMount: {
80
+ type: BooleanConstructor;
81
+ default: boolean;
82
+ };
75
83
  modelValue: {
76
84
  type: import('vue').PropType<TextualValueType>;
77
85
  default: string;
@@ -127,6 +135,7 @@ declare const _default: import('vue').DefineComponent<{
127
135
  modelValue: TextualValueType;
128
136
  errorMessage: string | boolean;
129
137
  hiddenErrorMessage: boolean;
138
+ focusOnMount: boolean;
130
139
  validation: import('./validation-rules').InputValidation;
131
140
  resizable: boolean;
132
141
  maxCharacters: number;