@sumaris-net/ngx-components 18.23.20 → 18.23.22
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/admin/users/users.mjs +10 -11
- 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/validator/validators.mjs +22 -16
- package/fesm2022/sumaris-net.ngx-components.mjs +87 -24
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/admin/users/users.d.ts +2 -3
- 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/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -2095,3 +2095,9 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
2095
2095
|
# 18.23.20
|
|
2096
2096
|
- fix(account-page) Cannot change the avatar when the network is offline
|
|
2097
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)
|
|
2101
|
+
|
|
2102
|
+
# 18.23.22
|
|
2103
|
+
- fix(shared-validators) Fix `SharedValidators.debounceTime` to avoid throw of error
|