@esfaenza/forms-and-validations 13.3.2 → 13.3.3

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.
@@ -43,6 +43,7 @@ export declare class FormSelectComponent extends BaseFormControl implements Cont
43
43
  * @ignore
44
44
  */
45
45
  ngOnChanges(changes: SimpleChanges): void;
46
+ private detatchPreviousAndRetatchNext;
46
47
  /**
47
48
  * @ignore
48
49
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/forms-and-validations",
3
- "version": "13.3.2",
3
+ "version": "13.3.3",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"