@eqproject/eqp-dynamic-module 2.10.82 → 2.10.84

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.
@@ -64,6 +64,7 @@ export declare class AddFormRecordComponent implements OnInit {
64
64
  * Metodo invocato al cambio del valore di ogni proprietà dell'oggetto record.
65
65
  * Serve ad aggiornare il valore di tutti i campi che hanno una formula.
66
66
  */
67
+ private _isInRecordChange;
67
68
  onRecordChange(): void;
68
69
  previewOrNewResponseRecord(): void;
69
70
  editResponseRecord(): void;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.10.82",
7
+ "version": "2.10.84",
8
8
  "peerDependencies": {
9
9
  "@angular-material-components/datetime-picker": "^15.0.0",
10
10
  "@angular-material-components/moment-adapter": "^15.0.0",