@a2simcode/dui 0.0.15 → 0.0.16
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/dui.es.js +3 -5
- package/dist/dui.umd.js +1 -1
- package/package.json +1 -1
package/dist/dui.es.js
CHANGED
|
@@ -14144,12 +14144,10 @@ const Qy = { class: "d-layout" }, e0 = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h",
|
|
|
14144
14144
|
}
|
|
14145
14145
|
});
|
|
14146
14146
|
const a = i.config.groups.map((c) => {
|
|
14147
|
-
const l = c._i, u = s[l] || [];
|
|
14148
|
-
return {
|
|
14149
|
-
config:
|
|
14150
|
-
// Tab 页的名称
|
|
14147
|
+
const l = c._i, u = s[l] || [], d = { label: c.label };
|
|
14148
|
+
return c.active && i.type === "j-collapse" && (d.active = c.active), {
|
|
14149
|
+
config: d,
|
|
14151
14150
|
children: u
|
|
14152
|
-
// 属于该 Tab 页的子组件
|
|
14153
14151
|
};
|
|
14154
14152
|
});
|
|
14155
14153
|
i.children = a, delete i.config.groups;
|