@a2simcode/ui 0.0.288 → 0.0.289
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/simcode-ui.es.js +1 -1
- package/dist/simcode-ui.umd.js +1 -1
- package/dist/stats.html +1 -1
- package/package.json +1 -1
package/dist/simcode-ui.es.js
CHANGED
|
@@ -5434,7 +5434,7 @@ var Xp = class {
|
|
|
5434
5434
|
},
|
|
5435
5435
|
set(W) {
|
|
5436
5436
|
const ke = A.value;
|
|
5437
|
-
W && T.value && (W = String(W || [])), H ? a("update:modelValue", W) : v ? v[ke] = W : s && (s[ke] = W);
|
|
5437
|
+
W && T.value && (W = String(W || [])), H ? a("update:modelValue", W) : v ? (v[ke] = W, n.isTableCell && a("update:modelValue", W)) : s && (s[ke] = W);
|
|
5438
5438
|
}
|
|
5439
5439
|
}), j = D(0);
|
|
5440
5440
|
(n.getCompType != null || n.getCompConfig != null) && st([() => s, () => v], () => j.value++, { deep: !0 });
|