@sumaris-net/ngx-components 18.26.8 → 18.26.9
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/table/async-table.class.mjs +1 -1
- package/esm2022/src/app/core/table/table.class.mjs +1 -1
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/table/async-table.class.d.ts +1 -1
- package/src/app/core/table/table.class.d.ts +1 -1
- package/src/app/shared/inputs.d.ts +1 -1
- package/src/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -2281,3 +2281,7 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
2281
2281
|
## 18.26.0
|
|
2282
2282
|
- enh(icon-selector) New component suite for icon selection: `AppIconSelectorModal` (modal with tabs, search, badges) and `AppIconSelectorField` (form field with ControlValueAccessor)
|
|
2283
2283
|
- enh(generate-icons) New `npm run generate:icons` script to generate `assets/icons-ref.json` from `node_modules` (ionicons + material-design-icons)
|
|
2284
|
+
|
|
2285
|
+
## 18.26.9
|
|
2286
|
+
- fix(table) markRowAsDirty signature
|
|
2287
|
+
-
|