@sumaris-net/ngx-components 18.10.24 → 18.10.26
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/table.class.mjs +2 -2
- package/esm2022/src/app/shared/functions.mjs +27 -1
- package/esm2022/src/app/shared/image/gallery/image-gallery.component.mjs +6 -6
- package/esm2022/src/app/shared/image/image.service.mjs +1 -1
- package/esm2022/src/app/shared/pipes/arrays.pipe.mjs +15 -2
- package/esm2022/src/app/shared/pipes/pipes.module.mjs +5 -2
- package/fesm2022/sumaris-net.ngx-components.mjs +49 -7
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/functions.d.ts +4 -0
- package/src/app/shared/image/gallery/image-gallery.component.d.ts +9 -3
- package/src/app/shared/image/image.service.d.ts +1 -1
- package/src/app/shared/pipes/arrays.pipe.d.ts +5 -0
- package/src/app/shared/pipes/pipes.module.d.ts +1 -1
- package/src/assets/manifest.json +1 -1
- package/src/theme/_ngx-components.table.scss +1 -4
package/doc/changelog.md
CHANGED
|
@@ -1425,3 +1425,7 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
1425
1425
|
|
|
1426
1426
|
# 18.10.23
|
|
1427
1427
|
- fix(mat-chips-field) Fix error color
|
|
1428
|
+
|
|
1429
|
+
# 18.10.25
|
|
1430
|
+
- enh(arrays.pipe.ts) move SplitArrayInChunksPipe from sumaris to sumaris-ngx-component
|
|
1431
|
+
- enh(function.ts) add utils function to split array in chunks
|