@a2simcode/ui 0.0.293 → 0.0.295
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
CHANGED
|
@@ -497,7 +497,8 @@ var $c = (e, t, n, a) => {
|
|
|
497
497
|
"j-tabs",
|
|
498
498
|
"j-collapse",
|
|
499
499
|
"j-table",
|
|
500
|
-
"j-table-panel"
|
|
500
|
+
"j-table-panel",
|
|
501
|
+
"j-input-layer"
|
|
501
502
|
].includes(e) || e.indexOf("j-input") != -1, sh = (e) => [
|
|
502
503
|
"j-input",
|
|
503
504
|
"j-textarea",
|
|
@@ -5422,7 +5423,7 @@ var Xp = class {
|
|
|
5422
5423
|
get() {
|
|
5423
5424
|
let V;
|
|
5424
5425
|
const ke = j.value;
|
|
5425
|
-
if (H ? V = n.modelValue : v ? V = v[ke] : s ? V = s[ke] : (console.warn("[comp] modelValue 未被外部显式传入"), V = void 0), V === void 0 && U.value === "j-tabs") {
|
|
5426
|
+
if (H ? V = n.modelValue : v ? V = v[ke] : s ? V = s[ke] : (console.warn("[comp] modelValue 未被外部显式传入", n.type, n.id), V = void 0), V === void 0 && U.value === "j-tabs") {
|
|
5426
5427
|
if (M.value?.defaultValue) return M.value.defaultValue;
|
|
5427
5428
|
const Ee = n.children.findIndex((Ae) => Ae.config?.active);
|
|
5428
5429
|
return Ee > -1 ? "_tab" + Ee : "_tab0";
|