@sumaris-net/ngx-components 18.2.12 → 18.2.14
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 +2 -2
- package/esm2022/src/app/core/services/account.service.mjs +4 -4
- package/esm2022/src/app/core/services/local-settings.service.mjs +10 -8
- package/esm2022/src/app/shared/dates.mjs +10 -2
- package/fesm2022/sumaris-net.ngx-components.mjs +21 -11
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/dates.d.ts +9 -1
- package/src/app/shared/inputs.d.ts +1 -1
- package/src/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -994,5 +994,5 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
994
994
|
# 18.2.9
|
|
995
995
|
- enh(autocomplete-field): Add `@Input() reloadItemsOnFocus` : Reload items when focused, necessary if filtered items depends on an external source (e.g. see in SUMARiS, in the calendar component)
|
|
996
996
|
|
|
997
|
-
# 18.2.
|
|
998
|
-
- enh(DateUtils): Add `DateUtils.
|
|
997
|
+
# 18.2.11
|
|
998
|
+
- enh(DateUtils): Add `DateUtils.diffAbs()` to compute duration between two dates
|