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.
@@ -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.filter((f) => `${f.split(".")[0]}Z`) : u = c == null ? c : `${c.split(".")[0]}Z`, l("update:modelValue", u), a.onSelect && a.onSelect(u);
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.560",
3
+ "version": "1.4.561",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {