@a2simcode/ui 0.0.279 → 0.0.280
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 -0
- 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
|
@@ -5414,6 +5414,7 @@ var Kp = class {
|
|
|
5414
5414
|
"j-checkbox"
|
|
5415
5415
|
].includes(F.value) ? !(F.value === "j-select" && !j.value?.multiple || F.value === "j-tree-select" && !j.value?.multiple) : !1), T = O(() => j.value.valueIdKey || n.id), L = O({
|
|
5416
5416
|
get() {
|
|
5417
|
+
console.log("inputValue get", n.modelValue, v, s, T.value);
|
|
5417
5418
|
let Y;
|
|
5418
5419
|
const de = T.value;
|
|
5419
5420
|
if (v ? Y = v[de] : s ? Y = s[de] : Y = n.modelValue, Y === void 0 && F.value === "j-tabs") {
|