@eqproject/eqp-dynamic-module 2.3.39 → 2.3.41
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/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.mjs +4 -3
- package/esm2020/lib/components/private/add-form-field/add-form-field.component.mjs +102 -12
- package/esm2020/lib/components/private/field-templates/list-value-field-template/list-value-field-template.component.mjs +3 -23
- package/esm2020/lib/components/private/form-records/add-form-record/add-form-record.component.mjs +63 -56
- package/esm2020/lib/components/private/form-records/list-view-form-record/list-view-form-record.component.mjs +10 -5
- package/esm2020/lib/components/private/form-records/list-view-form-record/single-record/single-record.component.mjs +3 -3
- package/esm2020/lib/components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component.mjs +4 -17
- package/esm2020/lib/services/global.service.mjs +16 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +196 -112
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +196 -112
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/lib/components/private/add-form-field/add-form-field.component.d.ts +12 -0
- package/lib/components/private/field-templates/list-value-field-template/list-value-field-template.component.d.ts +0 -1
- package/lib/components/private/form-records/add-form-record/add-form-record.component.d.ts +0 -1
- package/lib/components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component.d.ts +0 -1
- package/lib/services/global.service.d.ts +3 -0
- package/package.json +1 -1
|
@@ -202,6 +202,18 @@ export declare class AddFormFieldComponent implements OnInit {
|
|
|
202
202
|
* Lascia valorizzate solo le proprietà dell'oggetto BaseField comune a tutti i tipi di campo.
|
|
203
203
|
*/
|
|
204
204
|
private restoreBaseFieldProperties;
|
|
205
|
+
/**
|
|
206
|
+
* Metodo per eliminare un metadata aggiunto per un campo di tipo Allegato o Immagine.
|
|
207
|
+
* @param metadata Metadata da eliminare.
|
|
208
|
+
*/
|
|
209
|
+
/**
|
|
210
|
+
* Imposta l'ordinamento dei metadata all'interno dei campi di tipo Allegato e Immagine.
|
|
211
|
+
*/
|
|
212
|
+
/**
|
|
213
|
+
* Metodo per ricaricare i dati della tabella dei metadata visualizzata nella creazione/modifica
|
|
214
|
+
* dei campi di tipo Allegato o Immagine.
|
|
215
|
+
*/
|
|
216
|
+
countValuePairs(valuePairs: any): number;
|
|
205
217
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddFormFieldComponent, never>;
|
|
206
218
|
static ɵcmp: i0.ɵɵComponentDeclaration<AddFormFieldComponent, "eqp-dynamic-module-add-form-field", never, { "field": "field"; "indexField": "indexField"; "formFieldsGroups": "formFieldsGroups"; "availableFields": "availableFields"; "fieldTypesToExclude": "fieldTypesToExclude"; }, { "saveFieldEvent": "saveFieldEvent"; }, never, never, false, never>;
|
|
207
219
|
}
|
|
@@ -53,7 +53,6 @@ export declare class ListValueFieldTemplateComponent implements OnInit, OnChange
|
|
|
53
53
|
* Metodo per aggiornare il valore e il validator del FormControl associato al campo.
|
|
54
54
|
*/
|
|
55
55
|
private setFormControlValue;
|
|
56
|
-
private stringToValuePairs;
|
|
57
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListValueFieldTemplateComponent, never>;
|
|
58
57
|
static ɵcmp: i0.ɵɵComponentDeclaration<ListValueFieldTemplateComponent, "list-value-field-template", never, { "field": "field"; "record": "record"; }, { "recordChange": "recordChange"; }, never, never, false, never>;
|
|
59
58
|
}
|
|
@@ -77,7 +77,6 @@ export declare class AddFormRecordComponent implements OnInit {
|
|
|
77
77
|
* Metodo per creare il FormGroup che rappresenta la form.
|
|
78
78
|
*/
|
|
79
79
|
private createHTMLreadableValues;
|
|
80
|
-
private stringToValuePairs;
|
|
81
80
|
private getResponseValues;
|
|
82
81
|
private getResponseTemplate;
|
|
83
82
|
private replaceTemplatePlaceholdersWithValues;
|
|
@@ -40,7 +40,6 @@ export declare class ListValueFilterTemplateComponent {
|
|
|
40
40
|
*/
|
|
41
41
|
private setArrayData;
|
|
42
42
|
prepareValuePairs(): void;
|
|
43
|
-
private stringToValuePairs;
|
|
44
43
|
private createArrayDataElement;
|
|
45
44
|
private createNumberArrayDataElement;
|
|
46
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListValueFilterTemplateComponent, never>;
|
|
@@ -5,6 +5,9 @@ export declare class GlobalService {
|
|
|
5
5
|
static debugMode: boolean;
|
|
6
6
|
constructor(http: HttpClient);
|
|
7
7
|
static debugLog(message: string, element?: any): void;
|
|
8
|
+
static stringToValuePairs(valueString: string): {
|
|
9
|
+
[key: string]: string;
|
|
10
|
+
};
|
|
8
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<GlobalService, never>;
|
|
9
12
|
static ɵprov: i0.ɵɵInjectableDeclaration<GlobalService>;
|
|
10
13
|
}
|