@weni/unnnic-system 3.24.1 → 3.24.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 +6 -0
- package/dist/{es-7729d97e.mjs → es-ed911940.mjs} +1 -1
- package/dist/{index-37383c86.mjs → index-7d671d89.mjs} +7 -5
- package/dist/{pt-br-b1af2ba0.mjs → pt-br-eaae2beb.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +1 -1
- package/package.json +1 -1
- package/src/components/InputDatePicker/InputDatePicker.vue +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
# 3.24.2 (2026-02-20)
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- **InputDatePicker**: `disabled` prop to show disabled input variation.
|
|
13
|
+
|
|
8
14
|
# 3.24.1 (2026-02-12)
|
|
9
15
|
|
|
10
16
|
### Added
|
|
@@ -22782,7 +22782,8 @@ const Rl = /* @__PURE__ */ Q(sL, [["__scopeId", "data-v-e9cee27e"]]), uL = /* @_
|
|
|
22782
22782
|
position: { default: "left" },
|
|
22783
22783
|
disableClear: { type: Boolean, default: !1 },
|
|
22784
22784
|
hideOptions: { type: Boolean, default: !1 },
|
|
22785
|
-
periodBaseDate: { default: "" }
|
|
22785
|
+
periodBaseDate: { default: "" },
|
|
22786
|
+
disabled: { type: Boolean, default: !1 }
|
|
22786
22787
|
},
|
|
22787
22788
|
emits: ["update:model-value", "selectDate"],
|
|
22788
22789
|
setup(e, { emit: a }) {
|
|
@@ -22827,9 +22828,10 @@ const Rl = /* @__PURE__ */ Q(sL, [["__scopeId", "data-v-e9cee27e"]]), uL = /* @_
|
|
|
22827
22828
|
iconRight: p.iconPosition === "right" ? "calendar_month" : void 0,
|
|
22828
22829
|
readonly: "",
|
|
22829
22830
|
modelValue: o.value || l.value || "",
|
|
22831
|
+
disabled: p.disabled,
|
|
22830
22832
|
onClick: F,
|
|
22831
22833
|
onFocus: F
|
|
22832
|
-
}, null, 8, ["class", "size", "iconLeft", "iconRight", "modelValue"])
|
|
22834
|
+
}, null, 8, ["class", "size", "iconLeft", "iconRight", "modelValue", "disabled"])
|
|
22833
22835
|
]),
|
|
22834
22836
|
_: 1
|
|
22835
22837
|
}),
|
|
@@ -22870,7 +22872,7 @@ const Rl = /* @__PURE__ */ Q(sL, [["__scopeId", "data-v-e9cee27e"]]), uL = /* @_
|
|
|
22870
22872
|
], 2));
|
|
22871
22873
|
}
|
|
22872
22874
|
});
|
|
22873
|
-
const Xf = /* @__PURE__ */ Q(uL, [["__scopeId", "data-v-
|
|
22875
|
+
const Xf = /* @__PURE__ */ Q(uL, [["__scopeId", "data-v-9dc506c3"]]);
|
|
22874
22876
|
const lL = {
|
|
22875
22877
|
components: {
|
|
22876
22878
|
UnnnicIcon: Ae
|
|
@@ -31962,8 +31964,8 @@ function aQ(e, a, t, i, n, o) {
|
|
|
31962
31964
|
});
|
|
31963
31965
|
}
|
|
31964
31966
|
const iQ = /* @__PURE__ */ Q(tQ, [["render", aQ], ["__scopeId", "data-v-9b793da0"]]);
|
|
31965
|
-
import("./es-
|
|
31966
|
-
import("./pt-br-
|
|
31967
|
+
import("./es-ed911940.mjs");
|
|
31968
|
+
import("./pt-br-eaae2beb.mjs");
|
|
31967
31969
|
const G0 = {
|
|
31968
31970
|
name: "ChatsContact",
|
|
31969
31971
|
components: {
|