@iyulab/modern-app 0.3.2 → 0.3.3
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.3 (2026-04-01)
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
- **Sidebar 컴포넌트 customElement 등록명 수정**: `sidebar-*` → `u-sidebar-*` 접두사 추가
|
|
7
|
+
- `SidebarButton`, `SidebarGroup`, `SidebarLink`, `SidebarSection` 4개 컴포넌트
|
|
8
|
+
- `SidebarLayout` 템플릿에서 `u-sidebar-*`로 참조하지만 등록은 `sidebar-*`로 되어 있어 렌더링 안 되던 버그 수정
|
|
9
|
+
|
|
3
10
|
## 0.3.2 (2026-04-01)
|
|
4
11
|
|
|
5
12
|
### Breaking Changes
|
|
@@ -29,5 +29,5 @@ var s = class extends n {
|
|
|
29
29
|
t([o({
|
|
30
30
|
type: Boolean,
|
|
31
31
|
reflect: !0
|
|
32
|
-
}), e("design:type", Object)], s.prototype, "compact", void 0), t([o({ type: String }), e("design:type", String)], s.prototype, "icon", void 0), t([o({ type: String }), e("design:type", Object)], s.prototype, "label", void 0), s = t([a("sidebar-button")], s);
|
|
32
|
+
}), e("design:type", Object)], s.prototype, "compact", void 0), t([o({ type: String }), e("design:type", String)], s.prototype, "icon", void 0), t([o({ type: String }), e("design:type", Object)], s.prototype, "label", void 0), s = t([a("u-sidebar-button")], s);
|
|
33
33
|
//#endregion
|
|
@@ -51,5 +51,5 @@ t([s({
|
|
|
51
51
|
}), e("design:type", Boolean)], c.prototype, "selected", void 0), t([s({
|
|
52
52
|
type: Boolean,
|
|
53
53
|
reflect: !0
|
|
54
|
-
}), e("design:type", Boolean)], c.prototype, "collapsed", void 0), t([s({ type: String }), e("design:type", String)], c.prototype, "icon", void 0), t([s({ type: String }), e("design:type", Object)], c.prototype, "label", void 0), c = t([o("sidebar-group")], c);
|
|
54
|
+
}), e("design:type", Boolean)], c.prototype, "collapsed", void 0), t([s({ type: String }), e("design:type", String)], c.prototype, "icon", void 0), t([s({ type: String }), e("design:type", Object)], c.prototype, "label", void 0), c = t([o("u-sidebar-group")], c);
|
|
55
55
|
//#endregion
|
|
@@ -31,6 +31,6 @@ var s = class extends n {
|
|
|
31
31
|
t([o({
|
|
32
32
|
type: Boolean,
|
|
33
33
|
reflect: !0
|
|
34
|
-
}), e("design:type", Object)], s.prototype, "selected", void 0), t([o({ type: Boolean }), e("design:type", Object)], s.prototype, "compact", void 0), t([o({ type: String }), e("design:type", String)], s.prototype, "icon", void 0), t([o({ type: String }), e("design:type", Object)], s.prototype, "label", void 0), t([o({ type: String }), e("design:type", String)], s.prototype, "href", void 0), t([o({ type: String }), e("design:type", Object)], s.prototype, "pattern", void 0), s = t([a("sidebar-link")], s);
|
|
34
|
+
}), e("design:type", Object)], s.prototype, "selected", void 0), t([o({ type: Boolean }), e("design:type", Object)], s.prototype, "compact", void 0), t([o({ type: String }), e("design:type", String)], s.prototype, "icon", void 0), t([o({ type: String }), e("design:type", Object)], s.prototype, "label", void 0), t([o({ type: String }), e("design:type", String)], s.prototype, "href", void 0), t([o({ type: String }), e("design:type", Object)], s.prototype, "pattern", void 0), s = t([a("u-sidebar-link")], s);
|
|
35
35
|
//#endregion
|
|
36
36
|
export { s as SidebarLink };
|
|
@@ -29,5 +29,5 @@ var s = class extends n {
|
|
|
29
29
|
`;
|
|
30
30
|
}
|
|
31
31
|
};
|
|
32
|
-
t([o({ type: Boolean }), e("design:type", Object)], s.prototype, "compact", void 0), t([o({ type: String }), e("design:type", Object)], s.prototype, "mainTitle", void 0), t([o({ type: String }), e("design:type", Object)], s.prototype, "subTitle", void 0), s = t([a("sidebar-section")], s);
|
|
32
|
+
t([o({ type: Boolean }), e("design:type", Object)], s.prototype, "compact", void 0), t([o({ type: String }), e("design:type", Object)], s.prototype, "mainTitle", void 0), t([o({ type: String }), e("design:type", Object)], s.prototype, "subTitle", void 0), s = t([a("u-sidebar-section")], s);
|
|
33
33
|
//#endregion
|