@eqproject/eqp-dynamic-module 2.8.4 → 2.8.5

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.
@@ -44,7 +44,8 @@ export declare class AddFormFieldComponent implements OnInit {
44
44
  key: string;
45
45
  value: string;
46
46
  };
47
- availableColSpanSizes: Array<ColSpanSizesEnum>;
47
+ availableColSpanSizesCompilazione: Array<ColSpanSizesEnum>;
48
+ availableColSpanSizesRisposta: Array<ColSpanSizesEnum>;
48
49
  formulaAutocompleteOptions: Array<{
49
50
  label: string;
50
51
  value: string;
@@ -11,6 +11,7 @@ export declare class AddFormulaComponent implements OnInit, OnChanges {
11
11
  formulaTextArea: ElementRef<HTMLTextAreaElement>;
12
12
  caretPosition: number;
13
13
  fieldNull: boolean;
14
+ fieldSearched: string;
14
15
  formula: Formula;
15
16
  stringaFormula: string;
16
17
  counter: number;
@@ -21,6 +22,8 @@ export declare class AddFormulaComponent implements OnInit, OnChanges {
21
22
  clear(): any;
22
23
  ngOnChanges(changes: SimpleChanges): void;
23
24
  lostFocus(textArea: any): void;
25
+ fieldSearchEvent(): void;
26
+ fieldSearch(text: string): void;
24
27
  back(): void;
25
28
  addSymbol(value: string): void;
26
29
  addListNumberReader(): void;
@@ -12,6 +12,7 @@ export declare class DateFieldTemplateComponent implements OnInit, OnChanges, IB
12
12
  modes: typeof ModeEnum;
13
13
  timeType: typeof TimeTypeEnum;
14
14
  mode: ModeEnum;
15
+ showSeconds: boolean;
15
16
  outputFormat: string;
16
17
  constructor();
17
18
  ngOnInit(): void;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.8.4",
7
+ "version": "2.8.5",
8
8
  "peerDependencies": {
9
9
  "@angular-material-components/datetime-picker": "^15.0.0",
10
10
  "@angular-material-components/moment-adapter": "^15.0.0",