@sumaris-net/ngx-components 2.2.1-rc6 → 2.2.1-rc8
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 +1 -0
- package/esm2020/src/app/shared/material/autocomplete/material.autocomplete.mjs +7 -8
- package/esm2020/src/app/shared/material/chips/material.chips.mjs +27 -21
- package/esm2020/src/app/shared/material/chips/testing/chips.test.mjs +10 -3
- package/fesm2015/sumaris-net.ngx-components.mjs +42 -29
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +41 -29
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/material/autocomplete/material.autocomplete.d.ts +1 -1
- package/src/app/shared/material/chips/material.chips.d.ts +1 -1
- package/src/app/shared/material/chips/testing/chips.test.d.ts +1 -1
- package/src/theme/_ngx-components.scss +1 -1
package/doc/changelog.md
CHANGED
|
@@ -496,3 +496,4 @@ Observables: function `waitFor()`, `waitForTrue()`, `watForFalse()`, `firstNotNi
|
|
|
496
496
|
# 2.2.1
|
|
497
497
|
- [fix] FormArrayHelper and AppFormArray: Apply the parent disabled state, in added controls, when calling resize() or patchValue()
|
|
498
498
|
- [fix] FormArrayHelper.getOrCreateArray(): Apply the parent form disabled state, in added FormArray
|
|
499
|
+
- [fix] MatChipsField: fix loading spinner
|