bt-core-app 1.4.560 → 1.4.561
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/bt-core-app.js +1 -2
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -32839,9 +32839,8 @@ const UL = /* @__PURE__ */ Ze({
|
|
|
32839
32839
|
return a.modelValue;
|
|
32840
32840
|
},
|
|
32841
32841
|
set(c) {
|
|
32842
|
-
console.log("res"), console.log(c);
|
|
32843
32842
|
var u;
|
|
32844
|
-
(a.range == !0 || a.multi == !0) && Array.isArray(c) ? u = c.
|
|
32843
|
+
(a.range == !0 || a.multi == !0) && Array.isArray(c) ? u = c.map((f) => `${f.split(".")[0]}Z`) : u = c == null ? c : `${c.split(".")[0]}Z`, l("update:modelValue", u), a.onSelect && a.onSelect(u);
|
|
32845
32844
|
}
|
|
32846
32845
|
});
|
|
32847
32846
|
return (c, u) => (B(), ne(D(nu), pe({
|
package/package.json
CHANGED