bt-core-app 1.4.825 → 1.4.826

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.
@@ -25429,7 +25429,9 @@ const rF = li({
25429
25429
  function g() {
25430
25430
  n("update:modelValue", s.pack());
25431
25431
  }
25432
- return ct(() => {
25432
+ return Se(() => a.modelValue, (h) => {
25433
+ s.unpack(h);
25434
+ }), ct(() => {
25433
25435
  s.unpack(a.modelValue);
25434
25436
  }), (h, v) => {
25435
25437
  const b = hn("bt-select-inline"), p = hn("bt-field-string"), C = hn("bt-number"), k = hn("bt-span"), w = hn("bt-date");
@@ -25469,6 +25471,7 @@ const rF = li({
25469
25471
  }, {
25470
25472
  default: O(() => [
25471
25473
  y(b, {
25474
+ onChange: g,
25472
25475
  items: M(aP),
25473
25476
  modelValue: M(s).regularity.value,
25474
25477
  "onUpdate:modelValue": v[0] || (v[0] = (x) => M(s).regularity.value = x)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.825",
3
+ "version": "1.4.826",
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": {