@sumaris-net/ngx-components 2.6.30 → 2.6.31
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/esm2020/src/app/core/form/form.utils.mjs +3 -3
- package/esm2020/src/app/shared/image/gallery/image-gallery.component.mjs +1 -1
- package/fesm2015/sumaris-net.ngx-components.mjs +1 -1
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/manifest.json +1 -1
|
@@ -4930,7 +4930,7 @@ class AppFormArray extends UntypedFormArray {
|
|
|
4930
4930
|
const disabled = this.disabled; // Save enabled here, because update can occur from resizeArray()
|
|
4931
4931
|
// Reduce
|
|
4932
4932
|
while (this.length > length) {
|
|
4933
|
-
|
|
4933
|
+
super.removeAt(this.length - 1, { emitEvent: options?.emitEvent });
|
|
4934
4934
|
}
|
|
4935
4935
|
// Or increase size
|
|
4936
4936
|
while (this.length < length) {
|