@a2simcode/ui 0.0.295 → 0.0.297

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