@eqproject/eqp-dynamic-module 2.8.7 → 2.8.9

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.
@@ -20,7 +20,6 @@ export declare class DbgetterComponent {
20
20
  loaded: boolean;
21
21
  value: any;
22
22
  showTable: boolean;
23
- showQE: boolean;
24
23
  haveQuestions: boolean;
25
24
  haveRelations: boolean;
26
25
  reload: boolean;
@@ -20,6 +20,7 @@ export declare class ListValueFieldTemplateComponent implements OnInit, OnChange
20
20
  constructor();
21
21
  initStyles(): void;
22
22
  ngOnInit(): void;
23
+ setSelectedItems(initialvalue: any): void;
23
24
  ngOnChanges(changes: SimpleChanges): void;
24
25
  /**
25
26
  * Metodo per aggiornare il valore del campo quando questo è rappresentato da una formula.
@@ -44,6 +45,10 @@ export declare class ListValueFieldTemplateComponent implements OnInit, OnChange
44
45
  * Metodo per emettere l'evento che il valore del record è cambiato.
45
46
  */
46
47
  onRecordValueChange(): void;
48
+ /**
49
+ * Metodo per resettare la lista di valori selezionabili cancellando quelli selezionati
50
+ */
51
+ resetArrayData(): void;
47
52
  /**
48
53
  * Metodo per creare un array di oggetti del tipo { Key: string, Value: any } da usare come sorgente dati per la eqp-select.
49
54
  */
@@ -12,7 +12,6 @@ export declare class TextFieldTemplateComponent implements OnInit, OnChanges, IB
12
12
  field: TextField;
13
13
  record: Record;
14
14
  inConfig: boolean;
15
- STT: boolean;
16
15
  FieldstyleObj: any;
17
16
  LabelstyleObj: any;
18
17
  recordChange: EventEmitter<Record>;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.8.7",
7
+ "version": "2.8.9",
8
8
  "peerDependencies": {
9
9
  "@angular-material-components/datetime-picker": "^15.0.0",
10
10
  "@angular-material-components/moment-adapter": "^15.0.0",