@weni/unnnic-system 2.14.1 → 2.14.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.
package/dist/unnnic.mjs CHANGED
@@ -3730,6 +3730,7 @@ function RO(e, i, n, s, r, o) {
3730
3730
  }
3731
3731
  ]),
3732
3732
  "data-testid": "material-icon",
3733
+ translate: "no",
3733
3734
  onClick: i[0] || (i[0] = (...l) => o.onClick && o.onClick(...l)),
3734
3735
  onMousedown: i[1] || (i[1] = (l) => e.$emit("mousedown")),
3735
3736
  onMouseup: i[2] || (i[2] = (l) => e.$emit("mouseup"))
@@ -3748,7 +3749,7 @@ function RO(e, i, n, s, r, o) {
3748
3749
  onMouseup: i[4] || (i[4] = (l) => e.$emit("mouseup"))
3749
3750
  }, null, 40, ["class", "onClick"]));
3750
3751
  }
3751
- const ue = /* @__PURE__ */ k(UO, [["render", RO], ["__scopeId", "data-v-1a90efc1"]]);
3752
+ const ue = /* @__PURE__ */ k(UO, [["render", RO], ["__scopeId", "data-v-76ceda5d"]]);
3752
3753
  const YO = {
3753
3754
  components: {
3754
3755
  UnnnicIcon: ue
@@ -19469,7 +19470,7 @@ const NG = {
19469
19470
  onSelectOption(e) {
19470
19471
  if (this.$nextTick(() => {
19471
19472
  this.multiple || (this.active = !1);
19472
- }), this.isAutocompleteAllowed && !this.multiple) {
19473
+ }), this.isAutocompleteAllowed && !this.multiple && e && e.label) {
19473
19474
  this.searchValue = e.label;
19474
19475
  return;
19475
19476
  }