@davincihealthcare/elty-design-system-vue 1.11.4 → 1.12.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.
@@ -8,6 +8,10 @@ declare const _default: import("vue").DefineComponent<{
8
8
  type: NumberConstructor;
9
9
  default: number;
10
10
  };
11
+ textareaClass: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
11
15
  modelValue: {
12
16
  type: import("vue").PropType<TextualValueType>;
13
17
  default: string;
@@ -53,6 +57,10 @@ declare const _default: import("vue").DefineComponent<{
53
57
  type: NumberConstructor;
54
58
  default: number;
55
59
  };
60
+ textareaClass: {
61
+ type: StringConstructor;
62
+ default: string;
63
+ };
56
64
  modelValue: {
57
65
  type: import("vue").PropType<TextualValueType>;
58
66
  default: string;
@@ -99,5 +107,6 @@ declare const _default: import("vue").DefineComponent<{
99
107
  validation: string;
100
108
  resizable: boolean;
101
109
  maxCharacters: number;
110
+ textareaClass: string;
102
111
  }, {}>;
103
112
  export default _default;
package/dist/index.js CHANGED
@@ -22049,6 +22049,10 @@ const fG = { class: "pointer-events-none fixed inset-0 z-50 flex items-end px-4
22049
22049
  maxCharacters: {
22050
22050
  type: Number,
22051
22051
  default: -1
22052
+ },
22053
+ textareaClass: {
22054
+ type: String,
22055
+ default: "min-h-20"
22052
22056
  }
22053
22057
  },
22054
22058
  emits: ["update:modelValue"],
@@ -22083,7 +22087,8 @@ const fG = { class: "pointer-events-none fixed inset-0 z-50 flex items-end px-4
22083
22087
  {
22084
22088
  error: Z,
22085
22089
  "resize-none": !t.resizable
22086
- }
22090
+ },
22091
+ t.textareaClass
22087
22092
  ]]),
22088
22093
  "data-cy": `${u.label.trim().replaceAll(" ", "")}-textarea`,
22089
22094
  onBlur: B[1] || (B[1] = (v) => k(V).validate()),