@eqproject/eqp-dynamic-module 2.10.26 → 2.10.28

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.
Files changed (35) hide show
  1. package/esm2020/lib/components/exported/eqp-dynamic-module/eqp-dynamic-module.component.mjs +3 -6
  2. package/esm2020/lib/components/private/form-statistics/dynamic-module-filter-fix/dynamic-module-filter-fix.component.mjs +3 -6
  3. package/esm2020/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.mjs +4 -18
  4. package/esm2020/lib/components/private/form-statistics/filter-templates/attachment-filter-template/attachment-filter-template.component.mjs +1 -5
  5. package/esm2020/lib/components/private/form-statistics/filter-templates/boolean-filter-template/boolean-filter-template.component.mjs +5 -12
  6. package/esm2020/lib/components/private/form-statistics/filter-templates/date-filter-template/date-filter-template.component.mjs +5 -31
  7. package/esm2020/lib/components/private/form-statistics/filter-templates/image-filter-template/image-filter-template.component.mjs +1 -5
  8. package/esm2020/lib/components/private/form-statistics/filter-templates/image-selector-filter-template/image-selector-filter-template.component.mjs +1 -5
  9. package/esm2020/lib/components/private/form-statistics/filter-templates/list-form-record-filter-template/list-form-record-filter-template.component.mjs +1 -5
  10. package/esm2020/lib/components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component.mjs +5 -12
  11. package/esm2020/lib/components/private/form-statistics/filter-templates/numeric-filter-template/numeric-filter-template.component.mjs +5 -31
  12. package/esm2020/lib/components/private/form-statistics/filter-templates/text-filter-template/text-filter-template.component.mjs +5 -12
  13. package/esm2020/lib/components/private/form-statistics/filter-templates/textarea-filter-template/textarea-filter-template.component.mjs +5 -14
  14. package/esm2020/lib/components/private/trigger-creator/trigger-templates/list-form-record-trigger-template/list-form-record-trigger-template.component.mjs +1 -5
  15. package/esm2020/lib/models/statistic.model.mjs +1 -3
  16. package/fesm2015/eqproject-eqp-dynamic-module.mjs +31 -155
  17. package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
  18. package/fesm2020/eqproject-eqp-dynamic-module.mjs +31 -155
  19. package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
  20. package/lib/components/exported/eqp-dynamic-module/eqp-dynamic-module.component.d.ts +1 -2
  21. package/lib/components/private/form-statistics/dynamic-module-filter-fix/dynamic-module-filter-fix.component.d.ts +1 -2
  22. package/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.d.ts +1 -2
  23. package/lib/components/private/form-statistics/filter-templates/attachment-filter-template/attachment-filter-template.component.d.ts +0 -2
  24. package/lib/components/private/form-statistics/filter-templates/boolean-filter-template/boolean-filter-template.component.d.ts +1 -4
  25. package/lib/components/private/form-statistics/filter-templates/date-filter-template/date-filter-template.component.d.ts +1 -5
  26. package/lib/components/private/form-statistics/filter-templates/image-filter-template/image-filter-template.component.d.ts +0 -2
  27. package/lib/components/private/form-statistics/filter-templates/image-selector-filter-template/image-selector-filter-template.component.d.ts +0 -2
  28. package/lib/components/private/form-statistics/filter-templates/list-form-record-filter-template/list-form-record-filter-template.component.d.ts +0 -2
  29. package/lib/components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component.d.ts +1 -4
  30. package/lib/components/private/form-statistics/filter-templates/numeric-filter-template/numeric-filter-template.component.d.ts +1 -5
  31. package/lib/components/private/form-statistics/filter-templates/text-filter-template/text-filter-template.component.d.ts +1 -4
  32. package/lib/components/private/form-statistics/filter-templates/textarea-filter-template/textarea-filter-template.component.d.ts +1 -4
  33. package/lib/components/private/trigger-creator/trigger-templates/list-form-record-trigger-template/list-form-record-trigger-template.component.d.ts +0 -2
  34. package/lib/models/statistic.model.d.ts +0 -2
  35. package/package.json +1 -1
@@ -51,7 +51,6 @@ export declare class EqpDynamicModuleComponent implements OnInit, AfterViewInit
51
51
  isDraggableListView: boolean;
52
52
  Statistic: FilterStatistic;
53
53
  numberOfColumns: number;
54
- showXY: boolean;
55
54
  showHiddenFields: boolean;
56
55
  QueryEditorComponent: any;
57
56
  context: Context;
@@ -173,5 +172,5 @@ export declare class EqpDynamicModuleComponent implements OnInit, AfterViewInit
173
172
  reloadHTMLReadableValues(answerId: string): void;
174
173
  onAfterOutputExternalFilters(ev: FilterStatistic): void;
175
174
  static ɵfac: i0.ɵɵFactoryDeclaration<EqpDynamicModuleComponent, never>;
176
- static ɵcmp: i0.ɵɵComponentDeclaration<EqpDynamicModuleComponent, "eqp-dynamic-module", never, { "debugMode": "debugMode"; "configurations": "configurations"; "formID": "formID"; "starterViewMode": "starterViewMode"; "userID": "userID"; "orgaID": "orgaID"; "showTitle": "showTitle"; "showBackButton": "showBackButton"; "showSaveButton": "showSaveButton"; "values": "values"; "FormJSON": "FormJSON"; "formulaObject": "formulaObject"; "externalButtons": "externalButtons"; "actionButtons": "actionButtons"; "listViewRecordTitle": "listViewRecordTitle"; "defaultListViewFunction": "defaultListViewFunction"; "defaultListActions": "defaultListActions"; "onSaveBackToList": "onSaveBackToList"; "onBackTo": "onBackTo"; "filterResultViewMode": "filterResultViewMode"; "additionalParams": "additionalParams"; "additionalInfo": "additionalInfo"; "updateInfo": "updateInfo"; "prefilterParams": "prefilterParams"; "contestualizationParams": "contestualizationParams"; "showNewSearchButton": "showNewSearchButton"; "answerToDuplicateId": "answerToDuplicateId"; "highlightFilter": "highlightFilter"; "selectedRecord": "selectedRecord"; "isDraggableListView": "isDraggableListView"; "Statistic": "Statistic"; "numberOfColumns": "numberOfColumns"; "showXY": "showXY"; "showHiddenFields": "showHiddenFields"; "QueryEditorComponent": "QueryEditorComponent"; }, { "saveRecord": "saveRecord"; "deleteRecord": "deleteRecord"; "SaveJSON": "SaveJSON"; "afterFilter": "afterFilter"; "afterSaveRecord": "afterSaveRecord"; "afterDeleteRecord": "afterDeleteRecord"; "dragStarted": "dragStarted"; "dragReleased": "dragReleased"; "clickDragIndicator": "clickDragIndicator"; "out": "out"; "fireTrigger": "fireTrigger"; "afterOutputExternalFilters": "afterOutputExternalFilters"; }, never, never, false, never>;
175
+ static ɵcmp: i0.ɵɵComponentDeclaration<EqpDynamicModuleComponent, "eqp-dynamic-module", never, { "debugMode": "debugMode"; "configurations": "configurations"; "formID": "formID"; "starterViewMode": "starterViewMode"; "userID": "userID"; "orgaID": "orgaID"; "showTitle": "showTitle"; "showBackButton": "showBackButton"; "showSaveButton": "showSaveButton"; "values": "values"; "FormJSON": "FormJSON"; "formulaObject": "formulaObject"; "externalButtons": "externalButtons"; "actionButtons": "actionButtons"; "listViewRecordTitle": "listViewRecordTitle"; "defaultListViewFunction": "defaultListViewFunction"; "defaultListActions": "defaultListActions"; "onSaveBackToList": "onSaveBackToList"; "onBackTo": "onBackTo"; "filterResultViewMode": "filterResultViewMode"; "additionalParams": "additionalParams"; "additionalInfo": "additionalInfo"; "updateInfo": "updateInfo"; "prefilterParams": "prefilterParams"; "contestualizationParams": "contestualizationParams"; "showNewSearchButton": "showNewSearchButton"; "answerToDuplicateId": "answerToDuplicateId"; "highlightFilter": "highlightFilter"; "selectedRecord": "selectedRecord"; "isDraggableListView": "isDraggableListView"; "Statistic": "Statistic"; "numberOfColumns": "numberOfColumns"; "showHiddenFields": "showHiddenFields"; "QueryEditorComponent": "QueryEditorComponent"; }, { "saveRecord": "saveRecord"; "deleteRecord": "deleteRecord"; "SaveJSON": "SaveJSON"; "afterFilter": "afterFilter"; "afterSaveRecord": "afterSaveRecord"; "afterDeleteRecord": "afterDeleteRecord"; "dragStarted": "dragStarted"; "dragReleased": "dragReleased"; "clickDragIndicator": "clickDragIndicator"; "out": "out"; "fireTrigger": "fireTrigger"; "afterOutputExternalFilters": "afterOutputExternalFilters"; }, never, never, false, never>;
177
176
  }
@@ -15,7 +15,6 @@ export declare class DynamicModuleFilterFixComponent {
15
15
  form: Form;
16
16
  record: Record;
17
17
  Statistic: Statistic;
18
- showXY: boolean;
19
18
  filterResultViewMode: DynamicModuleFilterResultViewModeEnum;
20
19
  filterChange: EventEmitter<Statistic>;
21
20
  configList: DynamicModuleListConfig;
@@ -42,5 +41,5 @@ export declare class DynamicModuleFilterFixComponent {
42
41
  */
43
42
  getInnerFormFromField(field: BaseField): Form;
44
43
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicModuleFilterFixComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<DynamicModuleFilterFixComponent, "dynamic-module-filter-fix", never, { "field": "field"; "form": "form"; "record": "record"; "Statistic": "Statistic"; "showXY": "showXY"; "filterResultViewMode": "filterResultViewMode"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<DynamicModuleFilterFixComponent, "dynamic-module-filter-fix", never, { "field": "field"; "form": "form"; "record": "record"; "Statistic": "Statistic"; "filterResultViewMode": "filterResultViewMode"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
46
45
  }
@@ -26,7 +26,6 @@ export declare class FilterFormStatisticComponent {
26
26
  form: Form;
27
27
  record: Record | string;
28
28
  onlyView: boolean;
29
- showXY: boolean;
30
29
  showHiddenFields: boolean;
31
30
  defaultListActions: DynamicModuleListFormRecordActionsDefault;
32
31
  filterResultViewMode: DynamicModuleFilterResultViewModeEnum;
@@ -121,5 +120,5 @@ export declare class FilterFormStatisticComponent {
121
120
  private getResponseTemplate;
122
121
  private replaceTemplatePlaceholdersWithValues;
123
122
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterFormStatisticComponent, never>;
124
- static ɵcmp: i0.ɵɵComponentDeclaration<FilterFormStatisticComponent, "filter-form-statistic", never, { "configurations": "configurations"; "endPointConfiguration": "endPointConfiguration"; "userID": "userID"; "externalButtons": "externalButtons"; "actionButtons": "actionButtons"; "formID": "formID"; "form": "form"; "record": "record"; "onlyView": "onlyView"; "showXY": "showXY"; "showHiddenFields": "showHiddenFields"; "defaultListActions": "defaultListActions"; "filterResultViewMode": "filterResultViewMode"; "Statistic": "Statistic"; "numberOfColumns": "numberOfColumns"; }, { "fireTrigger": "fireTrigger"; "saveRecordEvent": "saveRecordEvent"; "afterSaveRecordEvent": "afterSaveRecordEvent"; "afterFilter": "afterFilter"; "afterOutputExternalFilters": "afterOutputExternalFilters"; }, never, never, false, never>;
123
+ static ɵcmp: i0.ɵɵComponentDeclaration<FilterFormStatisticComponent, "filter-form-statistic", never, { "configurations": "configurations"; "endPointConfiguration": "endPointConfiguration"; "userID": "userID"; "externalButtons": "externalButtons"; "actionButtons": "actionButtons"; "formID": "formID"; "form": "form"; "record": "record"; "onlyView": "onlyView"; "showHiddenFields": "showHiddenFields"; "defaultListActions": "defaultListActions"; "filterResultViewMode": "filterResultViewMode"; "Statistic": "Statistic"; "numberOfColumns": "numberOfColumns"; }, { "fireTrigger": "fireTrigger"; "saveRecordEvent": "saveRecordEvent"; "afterSaveRecordEvent": "afterSaveRecordEvent"; "afterFilter": "afterFilter"; "afterOutputExternalFilters": "afterOutputExternalFilters"; }, never, never, false, never>;
125
124
  }
@@ -11,8 +11,6 @@ export declare class AttachmentFilterTemplateComponent {
11
11
  logicOperatorText: typeof LogicOperatorText;
12
12
  selectedLogicOperator: LogicOperatorText;
13
13
  activeCondition: boolean;
14
- isX: boolean;
15
- isY: boolean;
16
14
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
17
15
  aggregationFunctionEnum: typeof NotNumberAggregationFunctionEnum;
18
16
  operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
@@ -8,7 +8,6 @@ export declare class BooleanFilterTemplateComponent {
8
8
  field: BooleanField;
9
9
  record: Record;
10
10
  Statistic: Statistic;
11
- showXY: boolean;
12
11
  filterChange: EventEmitter<any>;
13
12
  validatorsArray: any[];
14
13
  logicOperatorBoolean: typeof LogicOperatorBoolean;
@@ -18,8 +17,6 @@ export declare class BooleanFilterTemplateComponent {
18
17
  currentStatistic: Statistic;
19
18
  FieldstyleObj: any;
20
19
  LabelstyleObj: any;
21
- isX: boolean;
22
- isY: boolean;
23
20
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
24
21
  aggregationFunctionEnum: typeof NotNumberAggregationFunctionEnum;
25
22
  operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
@@ -41,5 +38,5 @@ export declare class BooleanFilterTemplateComponent {
41
38
  */
42
39
  private configureControllers;
43
40
  static ɵfac: i0.ɵɵFactoryDeclaration<BooleanFilterTemplateComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFilterTemplateComponent, "boolean-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; "showXY": "showXY"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFilterTemplateComponent, "boolean-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
45
42
  }
@@ -10,7 +10,6 @@ export declare class DateFilterTemplateComponent {
10
10
  field: DateField;
11
11
  record: Record;
12
12
  Statistic: Statistic;
13
- showXY: boolean;
14
13
  filterResultViewMode: DynamicModuleFilterResultViewModeEnum;
15
14
  filterChange: EventEmitter<any>;
16
15
  logicOperatorNumeric: typeof LogicOperatorDate;
@@ -22,8 +21,6 @@ export declare class DateFilterTemplateComponent {
22
21
  outputFormat: string;
23
22
  visible: boolean;
24
23
  currentStatistic: Statistic;
25
- isX: boolean;
26
- isY: boolean;
27
24
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
28
25
  aggregationFunctionEnum: typeof NotNumberAggregationFunctionEnum;
29
26
  operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
@@ -46,7 +43,6 @@ export declare class DateFilterTemplateComponent {
46
43
  * Gestione visibilità
47
44
  */
48
45
  changeVisibility(): void;
49
- becomeTheCoord(theCoord: string): void;
50
46
  static ɵfac: i0.ɵɵFactoryDeclaration<DateFilterTemplateComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterTemplateComponent, "date-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; "showXY": "showXY"; "filterResultViewMode": "filterResultViewMode"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterTemplateComponent, "date-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; "filterResultViewMode": "filterResultViewMode"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
52
48
  }
@@ -11,8 +11,6 @@ export declare class ImageFilterTemplateComponent {
11
11
  logicOperatorText: typeof LogicOperatorText;
12
12
  selectedLogicOperator: LogicOperatorText;
13
13
  activeCondition: boolean;
14
- isX: boolean;
15
- isY: boolean;
16
14
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
17
15
  aggregationFunctionEnum: typeof NotNumberAggregationFunctionEnum;
18
16
  operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
@@ -20,8 +20,6 @@ export declare class ImageSelectorFilterTemplateComponent {
20
20
  Selected?: boolean;
21
21
  ImgUrl?: string;
22
22
  }[];
23
- isX: boolean;
24
- isY: boolean;
25
23
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
26
24
  aggregationFunctionEnum: typeof NotNumberAggregationFunctionEnum;
27
25
  operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
@@ -11,8 +11,6 @@ export declare class ListFormRecordFilterTemplateComponent {
11
11
  logicOperatorText: typeof LogicOperatorText;
12
12
  selectedLogicOperator: LogicOperatorText;
13
13
  activeCondition: boolean;
14
- isX: boolean;
15
- isY: boolean;
16
14
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
17
15
  operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
18
16
  ngOnChanges(changes: SimpleChanges): void;
@@ -8,7 +8,6 @@ export declare class ListValueFilterTemplateComponent {
8
8
  field: ListValueField;
9
9
  record: Record;
10
10
  Statistic: Statistic;
11
- showXY: boolean;
12
11
  filterChange: EventEmitter<Statistic>;
13
12
  validatorsArray: any[];
14
13
  logicOperatorListValue: typeof LogicOperatorListValue;
@@ -28,8 +27,6 @@ export declare class ListValueFilterTemplateComponent {
28
27
  Selected?: boolean;
29
28
  ImgUrl?: string;
30
29
  }[];
31
- isX: boolean;
32
- isY: boolean;
33
30
  constructor();
34
31
  ngOnInit(): void;
35
32
  ngOnChanges(changes: SimpleChanges): void;
@@ -54,5 +51,5 @@ export declare class ListValueFilterTemplateComponent {
54
51
  private createArrayDataElement;
55
52
  private createNumberArrayDataElement;
56
53
  static ɵfac: i0.ɵɵFactoryDeclaration<ListValueFilterTemplateComponent, never>;
57
- static ɵcmp: i0.ɵɵComponentDeclaration<ListValueFilterTemplateComponent, "list-value-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; "showXY": "showXY"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListValueFilterTemplateComponent, "list-value-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
58
55
  }
@@ -10,7 +10,6 @@ export declare class NumericFilterTemplateComponent implements OnInit {
10
10
  field: NumericField;
11
11
  record: Record;
12
12
  Statistic: Statistic;
13
- showXY: boolean;
14
13
  filterResultViewMode: DynamicModuleFilterResultViewModeEnum;
15
14
  filterChange: EventEmitter<any>;
16
15
  validatorsArray: any[];
@@ -22,8 +21,6 @@ export declare class NumericFilterTemplateComponent implements OnInit {
22
21
  currentStatistic: Statistic;
23
22
  FieldstyleObj: any;
24
23
  LabelstyleObj: any;
25
- isX: boolean;
26
- isY: boolean;
27
24
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
28
25
  aggregationFunctionEnum: typeof NumberAggregationFunctionEnum;
29
26
  operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
@@ -49,7 +46,6 @@ export declare class NumericFilterTemplateComponent implements OnInit {
49
46
  * Gestione visibilità
50
47
  */
51
48
  changeVisibility(): void;
52
- becomeTheCoord(theCoord: string): void;
53
49
  static ɵfac: i0.ɵɵFactoryDeclaration<NumericFilterTemplateComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterTemplateComponent, "numeric-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; "showXY": "showXY"; "filterResultViewMode": "filterResultViewMode"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterTemplateComponent, "numeric-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; "filterResultViewMode": "filterResultViewMode"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
55
51
  }
@@ -13,7 +13,6 @@ export declare class TextFilterTemplateComponent {
13
13
  field: TextField;
14
14
  record: Record;
15
15
  Statistic: Statistic;
16
- showXY: boolean;
17
16
  STT: boolean;
18
17
  FieldstyleObj: any;
19
18
  LabelstyleObj: any;
@@ -26,8 +25,6 @@ export declare class TextFilterTemplateComponent {
26
25
  selectedLogicOperator: LogicOperatorText;
27
26
  activeCondition: boolean;
28
27
  platform: string;
29
- isX: boolean;
30
- isY: boolean;
31
28
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
32
29
  aggregationFunctionEnum: typeof NotNumberAggregationFunctionEnum;
33
30
  operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
@@ -46,5 +43,5 @@ export declare class TextFilterTemplateComponent {
46
43
  */
47
44
  changeVisibility(): void;
48
45
  static ɵfac: i0.ɵɵFactoryDeclaration<TextFilterTemplateComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<TextFilterTemplateComponent, "text-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; "showXY": "showXY"; }, { "recordChange": "recordChange"; "filterChange": "filterChange"; }, never, never, false, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextFilterTemplateComponent, "text-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; }, { "recordChange": "recordChange"; "filterChange": "filterChange"; }, never, never, false, never>;
50
47
  }
@@ -13,7 +13,6 @@ export declare class TextareaFilterTemplateComponent {
13
13
  field: TextField;
14
14
  record: Record;
15
15
  Statistic: Statistic;
16
- showXY: boolean;
17
16
  STT: boolean;
18
17
  FieldstyleObj: any;
19
18
  LabelstyleObj: any;
@@ -26,8 +25,6 @@ export declare class TextareaFilterTemplateComponent {
26
25
  platform: string;
27
26
  visible: boolean;
28
27
  currentStatistic: Statistic;
29
- isX: boolean;
30
- isY: boolean;
31
28
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
32
29
  aggregationFunctionEnum: typeof NotNumberAggregationFunctionEnum;
33
30
  operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
@@ -50,5 +47,5 @@ export declare class TextareaFilterTemplateComponent {
50
47
  */
51
48
  changeVisibility(): void;
52
49
  static ɵfac: i0.ɵɵFactoryDeclaration<TextareaFilterTemplateComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<TextareaFilterTemplateComponent, "textarea-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; "showXY": "showXY"; }, { "recordChange": "recordChange"; "filterChange": "filterChange"; }, never, never, false, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextareaFilterTemplateComponent, "textarea-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; }, { "recordChange": "recordChange"; "filterChange": "filterChange"; }, never, never, false, never>;
54
51
  }
@@ -14,8 +14,6 @@ export declare class ListFormRecordTriggerTemplateComponent {
14
14
  activeCondition: boolean;
15
15
  booleanLogicOperatorType: typeof BooleanLogicOperatorType;
16
16
  selectedBooleanLogicOperator: BooleanLogicOperatorType;
17
- isX: boolean;
18
- isY: boolean;
19
17
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
20
18
  aggregationFunctionEnum: typeof NotNumberAggregationFunctionEnum;
21
19
  operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
@@ -6,8 +6,6 @@ export declare class Statistic {
6
6
  value: string;
7
7
  logicoperator: LogicOperatorBoolean | LogicOperatorListValue | LogicOperatorNumeric | LogicOperatorText | LogicOperatorDate | LogicOperatorImageSelector;
8
8
  visible: boolean;
9
- isX: boolean;
10
- isY: boolean;
11
9
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
12
10
  operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
13
11
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.10.26",
7
+ "version": "2.10.28",
8
8
  "peerDependencies": {
9
9
  "@angular-material-components/datetime-picker": "^15.0.0",
10
10
  "@angular-material-components/moment-adapter": "^15.0.0",