@eqproject/eqp-dynamic-module 2.9.35 → 2.9.36
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/form-statistics/filter-form-statistic/filter-form-statistic.component.mjs +2 -2
- package/esm2020/lib/components/private/form-statistics/filter-templates/boolean-filter-template/boolean-filter-template.component.mjs +10 -35
- package/esm2020/lib/components/private/form-statistics/filter-templates/date-filter-template/date-filter-template.component.mjs +10 -35
- package/esm2020/lib/components/private/form-statistics/filter-templates/list-form-record-filter-template/list-form-record-filter-template.component.mjs +11 -33
- package/esm2020/lib/components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component.mjs +10 -35
- package/esm2020/lib/components/private/form-statistics/filter-templates/numeric-filter-template/numeric-filter-template.component.mjs +10 -35
- package/esm2020/lib/components/private/form-statistics/filter-templates/text-filter-template/text-filter-template.component.mjs +10 -35
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +56 -197
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +56 -197
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/lib/components/private/form-statistics/filter-templates/boolean-filter-template/boolean-filter-template.component.d.ts +0 -4
- package/lib/components/private/form-statistics/filter-templates/date-filter-template/date-filter-template.component.d.ts +0 -4
- package/lib/components/private/form-statistics/filter-templates/list-form-record-filter-template/list-form-record-filter-template.component.d.ts +3 -5
- package/lib/components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component.d.ts +0 -4
- package/lib/components/private/form-statistics/filter-templates/numeric-filter-template/numeric-filter-template.component.d.ts +0 -4
- package/lib/components/private/form-statistics/filter-templates/text-filter-template/text-filter-template.component.d.ts +0 -4
- package/package.json +1 -1
|
@@ -22,10 +22,6 @@ export declare class BooleanFilterTemplateComponent {
|
|
|
22
22
|
* Metodo per emettere l'evento che il valore del record è cambiato.
|
|
23
23
|
*/
|
|
24
24
|
onFilterChange(): void;
|
|
25
|
-
/**
|
|
26
|
-
* Metodo che genera l'oggetto da inviare all'esterno
|
|
27
|
-
*/
|
|
28
|
-
generateCondition(mode: any): Statistic;
|
|
29
25
|
/**
|
|
30
26
|
* Metodo per configurare eqp-numeric
|
|
31
27
|
*/
|
|
@@ -28,10 +28,6 @@ export declare class DateFilterTemplateComponent {
|
|
|
28
28
|
* Metodo per emettere l'evento che il valore del record è cambiato.
|
|
29
29
|
*/
|
|
30
30
|
onFilterChange(): void;
|
|
31
|
-
/**
|
|
32
|
-
* Metodo che genera l'oggetto da inviare all'esterno
|
|
33
|
-
*/
|
|
34
|
-
generateCondition(mode: any): Statistic;
|
|
35
31
|
setOutputFormat(): void;
|
|
36
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateFilterTemplateComponent, never>;
|
|
37
33
|
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterTemplateComponent, "date-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { LogicOperatorText } from '../../../../../models/logicOperator.model';
|
|
3
3
|
import { Record } from '../../../../../models/record.model';
|
|
4
|
-
import { Statistic } from '../../../../../models/statistic.model';
|
|
5
4
|
import { TextField } from '../../../../../models/fields/textField.model';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
export declare class ListFormRecordFilterTemplateComponent {
|
|
@@ -11,11 +10,10 @@ export declare class ListFormRecordFilterTemplateComponent {
|
|
|
11
10
|
logicOperatorText: typeof LogicOperatorText;
|
|
12
11
|
selectedLogicOperator: LogicOperatorText;
|
|
13
12
|
activeCondition: boolean;
|
|
14
|
-
onFilterChange(): void;
|
|
15
13
|
/**
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
14
|
+
* Metodo per emettere l'evento che il valore del record è cambiato.
|
|
15
|
+
*/
|
|
16
|
+
onFilterChange(): void;
|
|
19
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListFormRecordFilterTemplateComponent, never>;
|
|
20
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<ListFormRecordFilterTemplateComponent, "list-form-record-filter-template", never, { "field": "field"; "record": "record"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
|
|
21
19
|
}
|
|
@@ -28,10 +28,6 @@ export declare class ListValueFilterTemplateComponent {
|
|
|
28
28
|
* Metodo per emettere l'evento che il valore del record è cambiato.
|
|
29
29
|
*/
|
|
30
30
|
onFilterChange(): void;
|
|
31
|
-
/**
|
|
32
|
-
* Metodo che genera l'oggetto da inviare all'esterno
|
|
33
|
-
*/
|
|
34
|
-
generateCondition(mode: any): Statistic;
|
|
35
31
|
/**
|
|
36
32
|
* Metodo di aggiunta dei validator dell'input
|
|
37
33
|
*/
|
|
@@ -24,10 +24,6 @@ export declare class NumericFilterTemplateComponent implements OnInit {
|
|
|
24
24
|
* Metodo per emettere l'evento che il valore del record è cambiato.
|
|
25
25
|
*/
|
|
26
26
|
onFilterChange(): void;
|
|
27
|
-
/**
|
|
28
|
-
* Metodo che genera l'oggetto da inviare all'esterno
|
|
29
|
-
*/
|
|
30
|
-
generateCondition(mode: any): Statistic;
|
|
31
27
|
/**
|
|
32
28
|
* Metodo per configurare eqp-numeric
|
|
33
29
|
*/
|
|
@@ -31,10 +31,6 @@ export declare class TextFilterTemplateComponent {
|
|
|
31
31
|
* Metodo per emettere l'evento che il valore del record è cambiato.
|
|
32
32
|
*/
|
|
33
33
|
onFilterChange(): void;
|
|
34
|
-
/**
|
|
35
|
-
* Metodo che genera l'oggetto da inviare all'esterno
|
|
36
|
-
*/
|
|
37
|
-
generateCondition(mode: any): Statistic;
|
|
38
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextFilterTemplateComponent, never>;
|
|
39
35
|
static ɵcmp: i0.ɵɵComponentDeclaration<TextFilterTemplateComponent, "text-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; }, { "recordChange": "recordChange"; "filterChange": "filterChange"; }, never, never, false, never>;
|
|
40
36
|
}
|