@sdcorejs/angular 20.1.4 → 20.1.5
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/README.md +2 -0
- package/fesm2022/sdcorejs-angular-i18n.mjs +20 -0
- package/fesm2022/sdcorejs-angular-i18n.mjs.map +1 -1
- package/fesm2022/sdcorejs-angular-modules-layout.mjs +257 -212
- package/fesm2022/sdcorejs-angular-modules-layout.mjs.map +1 -1
- package/i18n/index.d.ts +4 -0
- package/modules/layout/index.d.ts +74 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -176,6 +176,7 @@ export const appConfig: ApplicationConfig = {
|
|
|
176
176
|
| [Versions registry](https://sdcorejs.github.io/sdcorejs-angular/docs/versions.json) | Select docs matching an installed package version |
|
|
177
177
|
| [Machine-readable catalog](https://sdcorejs.github.io/sdcorejs-angular/docs/catalog.json) | Discover documentation across maintained package lines |
|
|
178
178
|
| [E2E attributes](https://github.com/sdcorejs/sdcorejs-angular/blob/main/versions/v19/projects/sdcorejs-angular/docs/E2E-ATTRIBUTES.md) | Stable runtime selectors and state attributes |
|
|
179
|
+
| [1.5 migration guide](https://github.com/sdcorejs/sdcorejs-angular/blob/main/docs/migrations/1.5.md) | Layout account actions, V2/V3 navigation, containment, and versioned docs |
|
|
179
180
|
| [1.4 migration guide](https://github.com/sdcorejs/sdcorejs-angular/blob/main/docs/migrations/1.4.md) | Dedupe, loading, persistence, connector, responsive, and signal migrations |
|
|
180
181
|
|
|
181
182
|
## Versioning
|
|
@@ -183,6 +184,7 @@ export const appConfig: ApplicationConfig = {
|
|
|
183
184
|
- Use `@sdcorejs/angular@^19`, `@^20`, or `@^21` to match the application's Angular major.
|
|
184
185
|
- Maintained package lines are released from the same feature surface with required Angular-major adaptations.
|
|
185
186
|
- Consumer-breaking changes and migration notes are recorded in the [changelog](https://github.com/sdcorejs/sdcorejs-angular/blob/main/CHANGELOG.md).
|
|
187
|
+
- Before adopting the `1.5` suffix, follow the [1.5 migration guide](https://github.com/sdcorejs/sdcorejs-angular/blob/main/docs/migrations/1.5.md).
|
|
186
188
|
- Before adopting the `1.4` suffix, follow the [1.4 migration guide](https://github.com/sdcorejs/sdcorejs-angular/blob/main/docs/migrations/1.4.md).
|
|
187
189
|
- Version-pinned reference docs remain available under `https://sdcorejs.github.io/sdcorejs-angular/docs/<package-version>/`.
|
|
188
190
|
|
|
@@ -538,7 +538,11 @@ const EN_MESSAGES = {
|
|
|
538
538
|
// ---- Module: layout (sidebar / user menu) ----
|
|
539
539
|
'core.module.layout.user.change-password': 'Change password',
|
|
540
540
|
'core.module.layout.user.logout': 'Sign out',
|
|
541
|
+
'core.module.layout.user.update-profile': 'Update profile',
|
|
542
|
+
'core.module.layout.user.setting': 'Settings',
|
|
543
|
+
'core.module.layout.user.notification': 'Notifications',
|
|
541
544
|
'core.module.layout.sidebar.search': 'Search',
|
|
545
|
+
'core.module.layout.sidebar.toggle': 'Toggle sidebar',
|
|
542
546
|
// ---- Module: layout (greeting + weekday) ----
|
|
543
547
|
'core.module.layout.greeting.hello': 'Hello, {name}',
|
|
544
548
|
'core.module.layout.weekday.0': 'Sunday',
|
|
@@ -1103,7 +1107,11 @@ const JA_MESSAGES = {
|
|
|
1103
1107
|
// ---- Module: layout (sidebar / user menu) ----
|
|
1104
1108
|
'core.module.layout.user.change-password': 'パスワード変更',
|
|
1105
1109
|
'core.module.layout.user.logout': 'ログアウト',
|
|
1110
|
+
'core.module.layout.user.update-profile': 'プロフィールを更新',
|
|
1111
|
+
'core.module.layout.user.setting': '設定',
|
|
1112
|
+
'core.module.layout.user.notification': '通知',
|
|
1106
1113
|
'core.module.layout.sidebar.search': '検索',
|
|
1114
|
+
'core.module.layout.sidebar.toggle': 'サイドバーを切り替える',
|
|
1107
1115
|
// ---- Module: layout (greeting + weekday) ----
|
|
1108
1116
|
'core.module.layout.greeting.hello': 'こんにちは、{name}さん',
|
|
1109
1117
|
'core.module.layout.weekday.0': '日曜日',
|
|
@@ -1668,7 +1676,11 @@ const KO_MESSAGES = {
|
|
|
1668
1676
|
// ---- Module: layout (sidebar / user menu) ----
|
|
1669
1677
|
'core.module.layout.user.change-password': '비밀번호 변경',
|
|
1670
1678
|
'core.module.layout.user.logout': '로그아웃',
|
|
1679
|
+
'core.module.layout.user.update-profile': '프로필 수정',
|
|
1680
|
+
'core.module.layout.user.setting': '설정',
|
|
1681
|
+
'core.module.layout.user.notification': '알림',
|
|
1671
1682
|
'core.module.layout.sidebar.search': '검색',
|
|
1683
|
+
'core.module.layout.sidebar.toggle': '사이드바 전환',
|
|
1672
1684
|
// ---- Module: layout (greeting + weekday) ----
|
|
1673
1685
|
'core.module.layout.greeting.hello': '안녕하세요, {name}님',
|
|
1674
1686
|
'core.module.layout.weekday.0': '일요일',
|
|
@@ -2233,7 +2245,11 @@ const VI_MESSAGES = {
|
|
|
2233
2245
|
// ---- Module: layout (sidebar / user menu) ----
|
|
2234
2246
|
'core.module.layout.user.change-password': 'Đổi mật khẩu',
|
|
2235
2247
|
'core.module.layout.user.logout': 'Đăng xuất',
|
|
2248
|
+
'core.module.layout.user.update-profile': 'Chỉnh sửa hồ sơ',
|
|
2249
|
+
'core.module.layout.user.setting': 'Thiết lập',
|
|
2250
|
+
'core.module.layout.user.notification': 'Thông báo',
|
|
2236
2251
|
'core.module.layout.sidebar.search': 'Tìm kiếm',
|
|
2252
|
+
'core.module.layout.sidebar.toggle': 'Thu gọn hoặc mở rộng thanh điều hướng',
|
|
2237
2253
|
// ---- Module: layout (greeting + weekday) ----
|
|
2238
2254
|
'core.module.layout.greeting.hello': 'Xin chào, {name}',
|
|
2239
2255
|
'core.module.layout.weekday.0': 'Chủ Nhật',
|
|
@@ -2798,7 +2814,11 @@ const ZH_MESSAGES = {
|
|
|
2798
2814
|
// ---- Module: layout (sidebar / user menu) ----
|
|
2799
2815
|
'core.module.layout.user.change-password': '修改密码',
|
|
2800
2816
|
'core.module.layout.user.logout': '退出登录',
|
|
2817
|
+
'core.module.layout.user.update-profile': '更新个人资料',
|
|
2818
|
+
'core.module.layout.user.setting': '设置',
|
|
2819
|
+
'core.module.layout.user.notification': '通知',
|
|
2801
2820
|
'core.module.layout.sidebar.search': '搜索',
|
|
2821
|
+
'core.module.layout.sidebar.toggle': '切换侧边栏',
|
|
2802
2822
|
// ---- Module: layout (greeting + weekday) ----
|
|
2803
2823
|
'core.module.layout.greeting.hello': '你好,{name}',
|
|
2804
2824
|
'core.module.layout.weekday.0': '星期日',
|