@sumaris-net/ngx-components 21.0.0-rc1 → 21.0.0-rc3
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 +36 -0
- package/fesm2022/sumaris-net.ngx-components.mjs +1542 -1432
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +8 -8
- package/src/assets/manifest.json +1 -1
- package/src/theme/_ngx-components.scss +29 -4
- package/types/sumaris-net.ngx-components.d.ts +64 -35
package/doc/changelog.md
CHANGED
|
@@ -2188,3 +2188,39 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
2188
2188
|
## 18.23.61
|
|
2189
2189
|
- enh(home): Support badge display on injectable toolbar buttons via `matBadge` directive, using `MenuItem.$badge` and `$badgeColor`
|
|
2190
2190
|
- enh(menu): Update `ifProperty` handling to support negation logic for configuration checks
|
|
2191
|
+
|
|
2192
|
+
## 18.23.64
|
|
2193
|
+
- enh(shared): Add new pipe `changeCaseToUnderscore` to convert camelCase to underscore_case in templates
|
|
2194
|
+
|
|
2195
|
+
## 18.23.65
|
|
2196
|
+
- enh(date-time-field): Fix datetime value emission on invalid datetime (closes sumaris-app#1863)
|
|
2197
|
+
|
|
2198
|
+
## 18.23.68
|
|
2199
|
+
- enh(theme): add responsive `min-width` utility classes for select panel - Allow to use panelClass with :
|
|
2200
|
+
* mobile/desktop: `min-width-fit-content`, `min-width-medium`, `min-width-large`, `min-width-xlarge` , `min-width-80vw` :
|
|
2201
|
+
* mobile only: `mat-select-panel-fit-content`|`mat-select-panel-medium-size`|`mat-select-panel-large-size`|`mat-select-panel-xlarge-size`|`mat-select-panel-80vw-size`
|
|
2202
|
+
|
|
2203
|
+
## 18.23.69
|
|
2204
|
+
- enh(theme): MatAutocompleteField: add panelClass style `full-width`, as an alias of `full-size`
|
|
2205
|
+
|
|
2206
|
+
## 18.23.70
|
|
2207
|
+
- enh(functions) Add static function `deepMergeSkipUndefined` (and deprecate `assignSkipUndefined`)
|
|
2208
|
+
* Prevents infinite loop (fix issue sumaris-app#1929)
|
|
2209
|
+
|
|
2210
|
+
## 18.23.72
|
|
2211
|
+
- fix(functions) Fix logic in the static function `deepMergeSkipUndefined`
|
|
2212
|
+
|
|
2213
|
+
## 18.24.0
|
|
2214
|
+
- enh(form-container) Allow to call `addForm()`, `addForms()` and `removeForm()` with a FormGroup argument (it will be wrapped into AppForm)
|
|
2215
|
+
|
|
2216
|
+
## 18.24.1 - 18.24.2
|
|
2217
|
+
- enh(editor) Fix error in `saveDirtyChildren()` error, when having no children
|
|
2218
|
+
|
|
2219
|
+
## 18.24.3
|
|
2220
|
+
- enh(pipes): add `FormGetNamePipe` to retrieve control names from parent forms
|
|
2221
|
+
|
|
2222
|
+
## 18.24.4
|
|
2223
|
+
- enh(menu): add support for `matSvgIcon` rendering
|
|
2224
|
+
|
|
2225
|
+
## 18.24.7
|
|
2226
|
+
- fix(menu): fix color in svg icon
|