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.
- package/dist/bt-core-app.js +4 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -25429,7 +25429,9 @@ const rF = li({
|
|
|
25429
25429
|
function g() {
|
|
25430
25430
|
n("update:modelValue", s.pack());
|
|
25431
25431
|
}
|
|
25432
|
-
return
|
|
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