@sumaris-net/ngx-components 18.23.19 → 18.23.21
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 +10 -0
- package/esm2022/src/app/core/account/account.page.mjs +63 -46
- package/esm2022/src/app/core/services/config/core.config.mjs +7 -1
- package/esm2022/src/app/core/services/model/config.model.mjs +6 -2
- package/esm2022/src/app/core/services/model/peer.model.mjs +6 -5
- package/esm2022/src/app/core/services/platform.service.mjs +47 -2
- package/esm2022/src/app/shared/file/uri.utils.mjs +1 -1
- package/esm2022/src/app/shared/file/url.utils.mjs +18 -2
- package/esm2022/src/app/shared/image/image.service.mjs +2 -2
- package/esm2022/src/app/social/feed/feed.component.mjs +3 -3
- package/fesm2022/sumaris-net.ngx-components.mjs +138 -52
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/account/account.page.d.ts +4 -1
- package/src/app/core/services/config/core.config.d.ts +1 -0
- package/src/app/core/services/model/config.model.d.ts +1 -0
- package/src/app/core/services/model/peer.model.d.ts +1 -1
- package/src/app/core/services/platform.service.d.ts +8 -1
- package/src/app/shared/file/url.utils.d.ts +9 -0
- package/src/app/shared/image/image.service.d.ts +1 -1
- package/src/assets/i18n/en-US.json +2 -1
- package/src/assets/i18n/en.json +2 -1
- package/src/assets/i18n/fr.json +2 -1
- package/src/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -2088,3 +2088,13 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
2088
2088
|
|
|
2089
2089
|
# 18.23.18
|
|
2090
2090
|
- enh(entity-metadata-component) Increase text size of the recorder department, when recorder person is empty
|
|
2091
|
+
|
|
2092
|
+
# 18.23.19
|
|
2093
|
+
- fix(theme) Fix status style
|
|
2094
|
+
|
|
2095
|
+
# 18.23.20
|
|
2096
|
+
- fix(account-page) Cannot change the avatar when the network is offline
|
|
2097
|
+
- enh(account-page) Limit the avatar size to 200px (by default - can be changed by config option)
|
|
2098
|
+
|
|
2099
|
+
# 18.23.21
|
|
2100
|
+
- enh(platform-service) Add `PlatformService.addDeepLinkListener()` to manage App deep links (mobile app only)
|