@sumaris-net/ngx-components 18.3.8 → 18.3.10
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 +6 -0
- package/esm2022/src/app/core/table/table.class.mjs +9 -1
- package/esm2022/src/app/core/table/table.utils.mjs +4 -1
- package/esm2022/src/app/shared/pipes/date-diff-duration.pipe.mjs +9 -8
- package/esm2022/src/app/shared/pipes/duration.pipe.mjs +16 -9
- package/fesm2022/sumaris-net.ngx-components.mjs +33 -14
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/table/table.class.d.ts +1 -0
- package/src/app/core/table/table.utils.d.ts +1 -0
- package/src/app/shared/inputs.d.ts +1 -1
- package/src/app/shared/pipes/date-diff-duration.pipe.d.ts +5 -3
- package/src/app/shared/pipes/duration.pipe.d.ts +13 -3
- package/src/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -1038,3 +1038,9 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
1038
1038
|
|
|
1039
1039
|
# 12.3.0
|
|
1040
1040
|
- fix(entity-editor) Fix page reload, when changing tab after the first save
|
|
1041
|
+
|
|
1042
|
+
# 12.3.9
|
|
1043
|
+
- fix(image-gallery) add a padding at bottom, for ios
|
|
1044
|
+
- enh(android) Upgrade compileSdkVersion to API 34 (required by the Google Play Store)
|
|
1045
|
+
- enh(theme) Add css class 'visible-xxs'
|
|
1046
|
+
- enh(dateDiffDuration) Add an option `opts.unit` to convert into a particular unit. If not defined, result will be like `x days HH:MM`
|