@sumaris-net/ngx-components 18.23.60 → 18.23.62
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/doc/changelog.md +4 -0
- package/esm2022/src/app/core/home/home.mjs +21 -18
- package/esm2022/src/app/core/menu/menu.model.mjs +39 -4
- package/fesm2022/sumaris-net.ngx-components.mjs +140 -104
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/menu/menu.model.d.ts +9 -3
- package/src/app/shared/inputs.d.ts +1 -1
- package/src/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -2184,3 +2184,7 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
2184
2184
|
|
|
2185
2185
|
- enh(home): Allow injectable toolbar buttons via `APP_HOME_TOOLBAR_BUTTONS` token, with icon, title, color, and action support
|
|
2186
2186
|
- enh(home): Filter toolbar buttons using `MenuItems.checkIfVisible()`, same as central page buttons (profile, config, login state)
|
|
2187
|
+
|
|
2188
|
+
## 18.23.61
|
|
2189
|
+
- enh(home): Support badge display on injectable toolbar buttons via `matBadge` directive, using `MenuItem.$badge` and `$badgeColor`
|
|
2190
|
+
- enh(menu): Update `ifProperty` handling to support negation logic for configuration checks
|