@sumaris-net/ngx-components 18.10.20 → 18.10.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 +3 -0
- package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.mjs +9 -10
- package/esm2022/src/app/shared/material/chips/material.chips.mjs +8 -11
- package/esm2022/src/app/shared/validator/validators.mjs +7 -4
- package/fesm2022/sumaris-net.ngx-components.mjs +21 -22
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/inputs.d.ts +1 -1
- package/src/app/shared/validator/validators.d.ts +3 -0
- package/src/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -1419,3 +1419,6 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
1419
1419
|
|
|
1420
1420
|
# 18.10.14
|
|
1421
1421
|
- enh(functions) Add function `formatNumber(value: number: opts): string`
|
|
1422
|
+
|
|
1423
|
+
# 18.10.22
|
|
1424
|
+
- enh(SharedFormGroupValidators) Add more options to `requiredIf` (allow to set the `isEmpty` function)
|