@sumaris-net/ngx-components 18.23.21 → 18.23.23
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 +3 -0
- package/esm2022/src/app/admin/users/users.mjs +10 -11
- package/esm2022/src/app/shared/validator/validators.mjs +17 -10
- package/fesm2022/sumaris-net.ngx-components.mjs +19 -14
- 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/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -2098,3 +2098,6 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
2098
2098
|
|
|
2099
2099
|
# 18.23.21
|
|
2100
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
|