@eqproject/eqp-dynamic-module 2.10.28 → 2.10.29

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.
@@ -97,8 +97,6 @@ export declare class AddFormFieldComponent implements OnInit {
97
97
  dialogReadOnlyIfRef: MatDialogRef<TemplateRef<any>>;
98
98
  dialogFormula: TemplateRef<any>;
99
99
  dialogFormulaRef: MatDialogRef<TemplateRef<any>>;
100
- dialogAvantiIndietro: TemplateRef<any>;
101
- dialogAvantiIndietroRef: MatDialogRef<TemplateRef<any>>;
102
100
  buttonImagesKeyValueInputColumn: TemplateRef<any>;
103
101
  FieldTypeEnum: typeof FieldTypeEnum;
104
102
  BoolPresentantioEnum: typeof BoolPresentantioEnum;
@@ -228,9 +226,6 @@ export declare class AddFormFieldComponent implements OnInit {
228
226
  */
229
227
  deleteKeyFromDictionary(key: string): void;
230
228
  openFormulaDialog(): void;
231
- avantiIndietro(where: string): void;
232
- CloseSave(): void;
233
- Close(): void;
234
229
  openVisibleIfDialog(): void;
235
230
  openReadOnlyIfDialog(): void;
236
231
  openAnswerStyleVisibleIfDialog(): void;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.10.28",
7
+ "version": "2.10.29",
8
8
  "peerDependencies": {
9
9
  "@angular-material-components/datetime-picker": "^15.0.0",
10
10
  "@angular-material-components/moment-adapter": "^15.0.0",