@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.
- package/esm2020/lib/components/private/add-form-field/add-form-field.component.mjs +38 -43
- package/esm2020/lib/components/private/add-formula-field/add-formula-field.component.mjs +12 -7
- package/esm2020/lib/components/private/dynamic-module-field-extra-fix/dynamic-module-field-extra-fix.component.mjs +3 -3
- package/esm2020/lib/components/private/form-records/list-view-form-record/list-view-form-record.component.mjs +3 -3
- package/esm2020/lib/components/private/graphs/graph/graph.component.mjs +3 -3
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +56 -57
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +56 -57
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/lib/components/private/add-form-field/add-form-field.component.d.ts +0 -5
- package/package.json +1 -1
|
@@ -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;
|