@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/CHANGELOG.md +7 -0
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +3 -2
- package/dist/unnnic.umd.js +2 -2
- package/package.json +1 -1
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +1 -1
- package/src/components/Alert/__tests__/__snapshots__/AlertBanner.spec.js.snap +2 -2
- package/src/components/Icon.vue +1 -0
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +1 -1
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
- package/src/components/SelectSmart/SelectSmart.vue +6 -1
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -1
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-
|
|
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
|
}
|