@weni/unnnic-system 3.9.1-alpha.4 → 3.9.1-alpha.5

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.
@@ -38,7 +38,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
38
38
  default: string;
39
39
  };
40
40
  errors: {
41
- type: ArrayConstructor;
41
+ type: (ArrayConstructor | null)[];
42
42
  default: () => never[];
43
43
  };
44
44
  }>, {}, {}, {
@@ -85,7 +85,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
85
85
  default: string;
86
86
  };
87
87
  errors: {
88
- type: ArrayConstructor;
88
+ type: (ArrayConstructor | null)[];
89
89
  default: () => never[];
90
90
  };
91
91
  }>> & Readonly<{
@@ -97,7 +97,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
97
97
  tooltip: string;
98
98
  message: string;
99
99
  disabled: boolean;
100
- errors: unknown[];
100
+ errors: unknown[] | null;
101
101
  }, {}, {
102
102
  UnnnicFormElement: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
103
103
  size: {
@@ -8197,7 +8197,7 @@ export declare const unnnicTextArea: import('vue').DefineComponent<import('vue')
8197
8197
  default: string;
8198
8198
  };
8199
8199
  errors: {
8200
- type: ArrayConstructor;
8200
+ type: (ArrayConstructor | null)[];
8201
8201
  default: () => never[];
8202
8202
  };
8203
8203
  }>, {}, {}, {
@@ -8244,7 +8244,7 @@ export declare const unnnicTextArea: import('vue').DefineComponent<import('vue')
8244
8244
  default: string;
8245
8245
  };
8246
8246
  errors: {
8247
- type: ArrayConstructor;
8247
+ type: (ArrayConstructor | null)[];
8248
8248
  default: () => never[];
8249
8249
  };
8250
8250
  }>> & Readonly<{
@@ -8256,7 +8256,7 @@ export declare const unnnicTextArea: import('vue').DefineComponent<import('vue')
8256
8256
  tooltip: string;
8257
8257
  message: string;
8258
8258
  disabled: boolean;
8259
- errors: unknown[];
8259
+ errors: unknown[] | null;
8260
8260
  }, {}, {
8261
8261
  UnnnicFormElement: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
8262
8262
  size: {
@@ -19151,7 +19151,7 @@ export declare const UnnnicTextArea: import('vue').DefineComponent<import('vue')
19151
19151
  default: string;
19152
19152
  };
19153
19153
  errors: {
19154
- type: ArrayConstructor;
19154
+ type: (ArrayConstructor | null)[];
19155
19155
  default: () => never[];
19156
19156
  };
19157
19157
  }>, {}, {}, {
@@ -19198,7 +19198,7 @@ export declare const UnnnicTextArea: import('vue').DefineComponent<import('vue')
19198
19198
  default: string;
19199
19199
  };
19200
19200
  errors: {
19201
- type: ArrayConstructor;
19201
+ type: (ArrayConstructor | null)[];
19202
19202
  default: () => never[];
19203
19203
  };
19204
19204
  }>> & Readonly<{
@@ -19210,7 +19210,7 @@ export declare const UnnnicTextArea: import('vue').DefineComponent<import('vue')
19210
19210
  tooltip: string;
19211
19211
  message: string;
19212
19212
  disabled: boolean;
19213
- errors: unknown[];
19213
+ errors: unknown[] | null;
19214
19214
  }, {}, {
19215
19215
  UnnnicFormElement: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
19216
19216
  size: {
@@ -1,4 +1,4 @@
1
- import { h as n } from "./index-761bb714.mjs";
1
+ import { h as n } from "./index-70478d63.mjs";
2
2
  import "vue";
3
3
  //! moment.js locale configuration
4
4
  //! locale : Spanish [es]
@@ -2220,6 +2220,7 @@ const ev = {
2220
2220
  class: "unnnic-form-element__message error"
2221
2221
  }, nv = { key: 0 };
2222
2222
  function rv(e, a, t, i, r, o) {
2223
+ var l;
2223
2224
  const u = W("UnnnicLabel");
2224
2225
  return h(), p("section", {
2225
2226
  class: z(["unnnic-form-element", { "unnnic-form-element--disabled": t.disabled }])
@@ -2239,7 +2240,7 @@ function rv(e, a, t, i, r, o) {
2239
2240
  t.message || t.error || e.$slots.rightMessage ? (h(), p("section", ev, [
2240
2241
  F("section", tv, [
2241
2242
  t.message ? (h(), p("p", av, B(o.fullySanitize(t.message)), 1)) : j("", !0),
2242
- t.error.length ? (h(), p("p", iv, B(Array.isArray(t.error) ? t.error.join(", ") : t.error), 1)) : j("", !0)
2243
+ (l = t.error) != null && l.length ? (h(), p("p", iv, B(Array.isArray(t.error) ? t.error.join(", ") : t.error), 1)) : j("", !0)
2243
2244
  ]),
2244
2245
  e.$slots.rightMessage ? (h(), p("p", nv, [
2245
2246
  ue(e.$slots, "rightMessage", {}, void 0, !0)
@@ -2247,7 +2248,7 @@ function rv(e, a, t, i, r, o) {
2247
2248
  ])) : j("", !0)
2248
2249
  ], 2);
2249
2250
  }
2250
- const Lu = /* @__PURE__ */ Y($8, [["render", rv], ["__scopeId", "data-v-363eb089"]]);
2251
+ const Lu = /* @__PURE__ */ Y($8, [["render", rv], ["__scopeId", "data-v-2d5913d6"]]);
2251
2252
  var jr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, tF = { exports: {} };
2252
2253
  (function(e, a) {
2253
2254
  (function(t, i) {
@@ -21614,7 +21615,7 @@ const y0 = {
21614
21615
  default: ""
21615
21616
  },
21616
21617
  errors: {
21617
- type: Array,
21618
+ type: [Array, null],
21618
21619
  default: () => []
21619
21620
  }
21620
21621
  },
@@ -21632,7 +21633,7 @@ const y0 = {
21632
21633
  }
21633
21634
  }, lm = () => {
21634
21635
  sr((e) => ({
21635
- "19620e53": e.resize
21636
+ "14915de4": e.resize
21636
21637
  }));
21637
21638
  }, dm = y0.setup;
21638
21639
  y0.setup = dm ? (e, a) => (lm(), dm(e, a)) : lm;
@@ -21672,7 +21673,7 @@ function SL(e, a, t, i, r, o) {
21672
21673
  } : void 0
21673
21674
  ]), 1032, ["label", "size", "disabled", "message", "tooltip", "error"]);
21674
21675
  }
21675
- const w0 = /* @__PURE__ */ Y(y0, [["render", SL], ["__scopeId", "data-v-db7bfe34"]]);
21676
+ const w0 = /* @__PURE__ */ Y(y0, [["render", SL], ["__scopeId", "data-v-cb141102"]]);
21676
21677
  const NL = {
21677
21678
  props: {
21678
21679
  description: {
@@ -22945,8 +22946,8 @@ function bz(e, a, t, i, r, o) {
22945
22946
  });
22946
22947
  }
22947
22948
  const yz = /* @__PURE__ */ Y(pz, [["render", bz], ["__scopeId", "data-v-9b793da0"]]);
22948
- import("./es-db30a2ff.mjs");
22949
- import("./pt-br-569fa4c1.mjs");
22949
+ import("./es-34d30fa1.mjs");
22950
+ import("./pt-br-c6ed3625.mjs");
22950
22951
  const j0 = {
22951
22952
  name: "ChatsContact",
22952
22953
  components: {
@@ -1,4 +1,4 @@
1
- import { h as e } from "./index-761bb714.mjs";
1
+ import { h as e } from "./index-70478d63.mjs";
2
2
  import "vue";
3
3
  //! moment.js locale configuration
4
4
  //! locale : Portuguese (Brazil) [pt-br]