@annalib/anna-core 10.0.3 → 10.0.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.
Files changed (54) hide show
  1. package/esm2020/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.mjs +4 -4
  2. package/esm2020/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.mjs +9 -9
  3. package/esm2020/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.mjs +4 -4
  4. package/esm2020/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.mjs +3 -3
  5. package/esm2020/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.mjs +4 -4
  6. package/esm2020/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.mjs +4 -4
  7. package/esm2020/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.mjs +4 -4
  8. package/esm2020/lib/anna-core-shared-lib/directives/digits-only/digits-only.directive.mjs +3 -3
  9. package/esm2020/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.mjs +3 -3
  10. package/esm2020/lib/anna-core-shared-lib/pipes/annaConvertZeroOrNullOrUndefined.pipe.mjs +3 -3
  11. package/esm2020/lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe.mjs +3 -3
  12. package/esm2020/lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe.mjs +3 -3
  13. package/esm2020/lib/anna-core-shared-lib/pipes/annaTypeOfData.pipe.mjs +3 -3
  14. package/esm2020/lib/anna-core-shared-lib/services/anna-date-time-format.service.mjs +3 -3
  15. package/esm2020/lib/anna-core-shared-lib/services/anna-filter.service.mjs +4 -4
  16. package/esm2020/lib/anna-core-shared-lib/services/anna-generic-table.service.mjs +3 -3
  17. package/esm2020/lib/anna-core-shared-lib/services/anna-global-config.service.mjs +3 -3
  18. package/esm2020/lib/anna-core-shared-lib/services/anna-number-format.service.mjs +3 -3
  19. package/esm2020/lib/anna-core-shared-lib/services/anna-sort.service.mjs +3 -3
  20. package/esm2020/lib/anna-core.module.mjs +21 -23
  21. package/esm2020/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.mjs +3 -3
  22. package/esm2020/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.mjs +3 -3
  23. package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +20 -20
  24. package/esm2020/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.mjs +3 -3
  25. package/esm2020/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.mjs +3 -3
  26. package/esm2020/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/anna-fixed-row-size-table-virtual-scroll-strategy.directive.mjs +3 -3
  27. package/esm2020/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.mjs +3 -3
  28. package/fesm2015/annalib-anna-core.mjs +126 -128
  29. package/fesm2015/annalib-anna-core.mjs.map +1 -1
  30. package/fesm2020/annalib-anna-core.mjs +126 -128
  31. package/fesm2020/annalib-anna-core.mjs.map +1 -1
  32. package/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.d.ts +1 -1
  33. package/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.d.ts +1 -1
  34. package/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.d.ts +1 -1
  35. package/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.d.ts +1 -1
  36. package/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.d.ts +1 -1
  37. package/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.d.ts +1 -1
  38. package/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.d.ts +1 -1
  39. package/lib/anna-core-shared-lib/directives/digits-only/digits-only.directive.d.ts +1 -1
  40. package/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.d.ts +1 -1
  41. package/lib/anna-core-shared-lib/pipes/annaConvertZeroOrNullOrUndefined.pipe.d.ts +1 -1
  42. package/lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe.d.ts +1 -1
  43. package/lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe.d.ts +1 -1
  44. package/lib/anna-core-shared-lib/pipes/annaTypeOfData.pipe.d.ts +1 -1
  45. package/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.d.ts +1 -1
  46. package/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.d.ts +1 -1
  47. package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +1 -1
  48. package/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.d.ts +1 -1
  49. package/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.d.ts +1 -1
  50. package/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/anna-fixed-row-size-table-virtual-scroll-strategy.directive.d.ts +1 -1
  51. package/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.d.ts +1 -1
  52. package/package.json +3 -3
  53. package/src/lib/anna-common-scss/_filters.scss +21 -3
  54. /package/{annalib-anna-core.d.ts → index.d.ts} +0 -0
@@ -4,5 +4,5 @@ export declare class AnnaBuyerApprovalIconTemplateComponent implements OnInit {
4
4
  constructor();
5
5
  ngOnInit(): void;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaBuyerApprovalIconTemplateComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaBuyerApprovalIconTemplateComponent, "anna-buyer-approval-icon-template", never, {}, {}, never, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaBuyerApprovalIconTemplateComponent, "anna-buyer-approval-icon-template", never, {}, {}, never, never, false>;
8
8
  }
@@ -12,5 +12,5 @@ export declare class AnnaIconColumnComponent implements OnInit {
12
12
  ngOnInit(): void;
13
13
  svgIconClicked(rowData: any, key: string): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaIconColumnComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaIconColumnComponent, "anna-core-anna-icon-column", never, { "componentName": "componentName"; "objectKey": "objectKey"; "dataObject": "dataObject"; }, { "onColumnIconClicked": "onColumnIconClicked"; }, never, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaIconColumnComponent, "anna-core-anna-icon-column", never, { "componentName": "componentName"; "objectKey": "objectKey"; "dataObject": "dataObject"; }, { "onColumnIconClicked": "onColumnIconClicked"; }, never, never, false>;
16
16
  }
@@ -4,5 +4,5 @@ export declare class AnnaLiveIconTemplateComponent implements OnInit {
4
4
  constructor();
5
5
  ngOnInit(): void;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaLiveIconTemplateComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaLiveIconTemplateComponent, "anna-live-icon-template", never, {}, {}, never, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaLiveIconTemplateComponent, "anna-live-icon-template", never, {}, {}, never, never, false>;
8
8
  }
@@ -7,5 +7,5 @@ export declare class AnnaNoDataComponent implements OnInit {
7
7
  constructor();
8
8
  ngOnInit(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNoDataComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNoDataComponent, "anna-core-no-data-lib", never, { "width": "width"; "marginTop": "marginTop"; }, {}, never, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNoDataComponent, "anna-core-no-data-lib", never, { "width": "width"; "marginTop": "marginTop"; }, {}, never, never, false>;
11
11
  }
@@ -4,5 +4,5 @@ export declare class AnnaNotifyIconTemplateComponent implements OnInit {
4
4
  constructor();
5
5
  ngOnInit(): void;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNotifyIconTemplateComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNotifyIconTemplateComponent, "anna-notify-icon-template", never, {}, {}, never, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNotifyIconTemplateComponent, "anna-notify-icon-template", never, {}, {}, never, never, false>;
8
8
  }
@@ -7,5 +7,5 @@ export declare class AnnaPayForPerformanceIconTemplateComponent implements OnIni
7
7
  constructor();
8
8
  ngOnInit(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaPayForPerformanceIconTemplateComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaPayForPerformanceIconTemplateComponent, "anna-pay-for-performance-icon-template", never, { "color": "color"; "width": "width"; "height": "height"; }, {}, never, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaPayForPerformanceIconTemplateComponent, "anna-pay-for-performance-icon-template", never, { "color": "color"; "width": "width"; "height": "height"; }, {}, never, never, false>;
11
11
  }
@@ -4,5 +4,5 @@ export declare class AnnaRejectedIconTemplateComponent implements OnInit {
4
4
  constructor();
5
5
  ngOnInit(): void;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaRejectedIconTemplateComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaRejectedIconTemplateComponent, "anna-rejected-icon-template", never, {}, {}, never, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaRejectedIconTemplateComponent, "anna-rejected-icon-template", never, {}, {}, never, never, false>;
8
8
  }
@@ -30,5 +30,5 @@ export declare class DigitOnlyDirective implements OnChanges {
30
30
  private getSelection;
31
31
  private forecastValue;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<DigitOnlyDirective, never>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<DigitOnlyDirective, "[digitOnly]", never, { "decimal": "decimal"; "decimalSeparator": "decimalSeparator"; "allowNegatives": "allowNegatives"; "allowPaste": "allowPaste"; "negativeSign": "negativeSign"; "min": "min"; "max": "max"; "pattern": "pattern"; }, {}, never>;
33
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DigitOnlyDirective, "[digitOnly]", never, { "decimal": "decimal"; "decimalSeparator": "decimalSeparator"; "allowNegatives": "allowNegatives"; "allowPaste": "allowPaste"; "negativeSign": "negativeSign"; "min": "min"; "max": "max"; "pattern": "pattern"; }, {}, never, never, false>;
34
34
  }
@@ -5,5 +5,5 @@ export declare class showEllipsisTextOnHoverDirective {
5
5
  constructor(elementRef: ElementRef);
6
6
  onMouseEnter(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<showEllipsisTextOnHoverDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<showEllipsisTextOnHoverDirective, "[showEllipsisTextOnHover]", never, {}, {}, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<showEllipsisTextOnHoverDirective, "[showEllipsisTextOnHover]", never, {}, {}, never, never, false>;
9
9
  }
@@ -5,5 +5,5 @@ export declare class AnnaConvertZeroOrNullOrUndefinedPipe implements PipeTransfo
5
5
  transform(value: any, convertTo: any): number | string;
6
6
  replace(value: any, convertTo: any): number | string;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaConvertZeroOrNullOrUndefinedPipe, never>;
8
- static ɵpipe: i0.ɵɵPipeDeclaration<AnnaConvertZeroOrNullOrUndefinedPipe, "AnnaConvertZeroOrNullOrUndefined">;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<AnnaConvertZeroOrNullOrUndefinedPipe, "AnnaConvertZeroOrNullOrUndefined", false>;
9
9
  }
@@ -5,5 +5,5 @@ export declare class AnnaFilterSearchedTextPipe implements PipeTransform {
5
5
  transform(items: any[], searchText: any, keyName?: any): any[];
6
6
  filter(items: any[], searchText: string, keyName?: any): any[];
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaFilterSearchedTextPipe, never>;
8
- static ɵpipe: i0.ɵɵPipeDeclaration<AnnaFilterSearchedTextPipe, "AnnafilterSearchedText">;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<AnnaFilterSearchedTextPipe, "AnnafilterSearchedText", false>;
9
9
  }
@@ -5,5 +5,5 @@ export declare class AnnaReplaceCharPipe implements PipeTransform {
5
5
  transform(value: string, charToBeReplaced: string, replaceBy: string): string;
6
6
  replace(value: string, from: string, to: string): string;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaReplaceCharPipe, never>;
8
- static ɵpipe: i0.ɵɵPipeDeclaration<AnnaReplaceCharPipe, "annaReplaceChar">;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<AnnaReplaceCharPipe, "annaReplaceChar", false>;
9
9
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class AnnaTypeofDataPipe implements PipeTransform {
4
4
  transform(value: any): any;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaTypeofDataPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<AnnaTypeofDataPipe, "AnnatypeofData">;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<AnnaTypeofDataPipe, "AnnatypeofData", false>;
7
7
  }
@@ -30,5 +30,5 @@ export declare class AnnaCalendarFilterComponent implements OnInit, OnChanges {
30
30
  disableCalendarApplyBtn(): void;
31
31
  setInputText(): void;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaCalendarFilterComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaCalendarFilterComponent, "anna-core-calendar-filter-lib", never, { "maxDate": "maxDate"; "label": "label"; "minDate": "minDate"; "selectedFromDate": "selectedFromDate"; "selectedToDate": "selectedToDate"; }, { "selectedDate": "selectedDate"; "apply": "apply"; "cancel": "cancel"; }, never, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaCalendarFilterComponent, "anna-core-calendar-filter-lib", never, { "maxDate": "maxDate"; "label": "label"; "minDate": "minDate"; "selectedFromDate": "selectedFromDate"; "selectedToDate": "selectedToDate"; }, { "selectedDate": "selectedDate"; "apply": "apply"; "cancel": "cancel"; }, never, never, false>;
34
34
  }
@@ -66,5 +66,5 @@ export declare class AnnaWeekCalendarComponent implements OnInit, OnChanges, Aft
66
66
  checkIfDateIsDisabled(date: any): boolean;
67
67
  closeDatepicker(datepickerRef: any): void;
68
68
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaWeekCalendarComponent, never>;
69
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaWeekCalendarComponent, "anna-core-week-calendar-filter-lib", never, { "selectedFromDate": "from-date"; "selectedEndDate": "to-date"; "disabledDates": "disabled-dates"; "maxDate": "maxDate"; "minDate": "minDate"; "config": "week-calendar-config"; }, { "applyWeekCalendarChanges": "apply"; "calendarToggled": "toggle-calendar"; }, never, never>;
69
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaWeekCalendarComponent, "anna-core-week-calendar-filter-lib", never, { "selectedFromDate": "from-date"; "selectedEndDate": "to-date"; "disabledDates": "disabled-dates"; "maxDate": "maxDate"; "minDate": "minDate"; "config": "week-calendar-config"; }, { "applyWeekCalendarChanges": "apply"; "calendarToggled": "toggle-calendar"; }, never, never, false>;
70
70
  }
@@ -293,6 +293,6 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
293
293
  onClickableDataClicked(Rowdata: any, id: number): void;
294
294
  removeTooltipOnScroll(): void;
295
295
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNonEditableGenericTableComponent, never>;
296
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNonEditableGenericTableComponent, "anna-core-non-editable-generic-table-lib", never, { "showSkeletonLoading": "showSkeletonLoading"; "tableHeaders": "tableHeaders"; "tableData": "tableData"; "clonedTableData": "clonedTableData"; "gtGeneralConfig": "gtGeneralConfig"; "totalRowInfo": "totalRowInfo"; "gtDimension": "gtDimension"; "tableClass": "tableClass"; "maximumRowsWhichCanBeRenderedWithoutScroll": "maximumRowsWhichCanBeRenderedWithoutScroll"; "limit": "limit"; "includeBorderInTableHeight": "includeBorderInTableHeight"; "downloadInProgress": "downloadInProgress"; "percentDone": "percentDone"; "starredInProgress": "starredInProgress"; "clickableRow": "clickableRow"; "setTableHeightWhenRowSizeIsFixed": "setTableHeightWhenRowSizeIsFixed"; }, { "toggleCheckbox": "toggleCheckbox"; "toggleRowCheckbox": "toggleRowCheckbox"; "toggleHeaderCheckbox": "toggleHeaderCheckbox"; "undoIconClicked": "undoIconClicked"; "filterAppliedToTable": "filterAppliedToTable"; "sortingAppliedToTable": "sortingAppliedToTable"; "rowClicked": "rowClicked"; "radioButtonSelected": "radioButtonSelected"; "columnFilterOpened": "columnFilterOpened"; "columnFilterClosed": "columnFilterClosed"; "gtIconClicked": "gtIconClicked"; "gtSVGIconClicked": "gtSVGIconClicked"; "gtTextActionClicked": "gtTextActionClicked"; "gtViewDetailClicked": "gtViewDetailClicked"; "downloadSpotDetails": "downloadSpotDetails"; "clickableDataClicked": "clickableDataClicked"; "notificationIconHover": "notificationIconHover"; "notificationIconHoverLeave": "notificationIconHoverLeave"; }, never, never>;
296
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNonEditableGenericTableComponent, "anna-core-non-editable-generic-table-lib", never, { "showSkeletonLoading": "showSkeletonLoading"; "tableHeaders": "tableHeaders"; "tableData": "tableData"; "clonedTableData": "clonedTableData"; "gtGeneralConfig": "gtGeneralConfig"; "totalRowInfo": "totalRowInfo"; "gtDimension": "gtDimension"; "tableClass": "tableClass"; "maximumRowsWhichCanBeRenderedWithoutScroll": "maximumRowsWhichCanBeRenderedWithoutScroll"; "limit": "limit"; "includeBorderInTableHeight": "includeBorderInTableHeight"; "downloadInProgress": "downloadInProgress"; "percentDone": "percentDone"; "starredInProgress": "starredInProgress"; "clickableRow": "clickableRow"; "setTableHeightWhenRowSizeIsFixed": "setTableHeightWhenRowSizeIsFixed"; }, { "toggleCheckbox": "toggleCheckbox"; "toggleRowCheckbox": "toggleRowCheckbox"; "toggleHeaderCheckbox": "toggleHeaderCheckbox"; "undoIconClicked": "undoIconClicked"; "filterAppliedToTable": "filterAppliedToTable"; "sortingAppliedToTable": "sortingAppliedToTable"; "rowClicked": "rowClicked"; "radioButtonSelected": "radioButtonSelected"; "columnFilterOpened": "columnFilterOpened"; "columnFilterClosed": "columnFilterClosed"; "gtIconClicked": "gtIconClicked"; "gtSVGIconClicked": "gtSVGIconClicked"; "gtTextActionClicked": "gtTextActionClicked"; "gtViewDetailClicked": "gtViewDetailClicked"; "downloadSpotDetails": "downloadSpotDetails"; "clickableDataClicked": "clickableDataClicked"; "notificationIconHover": "notificationIconHover"; "notificationIconHoverLeave": "notificationIconHoverLeave"; }, never, never, false>;
297
297
  }
298
298
  export {};
@@ -13,5 +13,5 @@ export declare class AnnaSortComponent implements OnChanges {
13
13
  ngOnInit(): void;
14
14
  setSortType(option: string): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaSortComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaSortComponent, "anna-core-sort-lib", never, { "sortObjectKey": "sortObjectKey"; }, { "sortOptionClicked": "sortOptionClicked"; }, never, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaSortComponent, "anna-core-sort-lib", never, { "sortObjectKey": "sortObjectKey"; }, { "sortOptionClicked": "sortOptionClicked"; }, never, never, false>;
17
17
  }
@@ -137,5 +137,5 @@ export declare class AnnaTableVirtualScrollViewportComponent extends CdkScrollab
137
137
  /** Calculates the `style.width` and `style.height` for the spacer element. */
138
138
  private _calculateSpacerSize;
139
139
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaTableVirtualScrollViewportComponent, [null, null, null, { optional: true; }, { optional: true; }, null, null, null]>;
140
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaTableVirtualScrollViewportComponent, "anna-table-virtual-scroll-viewport", never, { "orientation": "orientation"; }, { "scrolledIndexChange": "scrolledIndexChange"; }, never, ["*"]>;
140
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaTableVirtualScrollViewportComponent, "anna-table-virtual-scroll-viewport", never, { "orientation": "orientation"; }, { "scrolledIndexChange": "scrolledIndexChange"; }, never, ["*"], false>;
141
141
  }
@@ -85,5 +85,5 @@ export declare class AnnaFixedRowSizeTableVirtualScrollStrategyDirective impleme
85
85
  static ngAcceptInputType_buffer: NumberInput;
86
86
  static ngAcceptInputType_headerRowHeight: NumberInput;
87
87
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaFixedRowSizeTableVirtualScrollStrategyDirective, never>;
88
- static ɵdir: i0.ɵɵDirectiveDeclaration<AnnaFixedRowSizeTableVirtualScrollStrategyDirective, "cdk-virtual-scroll-viewport[rowHeight], anna-table-virtual-scroll-viewport[rowHeight]", never, { "rowHeight": "rowHeight"; "headerRowHeight": "headerRowHeight"; "buffer": "buffer"; "headerRows": "headerRows"; }, {}, ["headerRowsQuery"]>;
88
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AnnaFixedRowSizeTableVirtualScrollStrategyDirective, "cdk-virtual-scroll-viewport[rowHeight], anna-table-virtual-scroll-viewport[rowHeight]", never, { "rowHeight": "rowHeight"; "headerRowHeight": "headerRowHeight"; "buffer": "buffer"; "headerRows": "headerRows"; }, {}, ["headerRowsQuery"], never, false>;
89
89
  }
@@ -41,5 +41,5 @@ export declare class AnnaVirtualTableDirective<T> implements CdkVirtualScrollRep
41
41
  */
42
42
  measureRangeSize(range: ListRange, orientation: 'horizontal' | 'vertical'): number;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaVirtualTableDirective<any>, never>;
44
- static ɵdir: i0.ɵɵDirectiveDeclaration<AnnaVirtualTableDirective<any>, "[mat-table][appVirtualDataSource], mat-table[appVirtualDataSource]", never, { "dataSource": "appVirtualDataSource"; }, {}, ["headerRowDefs"]>;
44
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AnnaVirtualTableDirective<any>, "[mat-table][appVirtualDataSource], mat-table[appVirtualDataSource]", never, { "dataSource": "appVirtualDataSource"; }, {}, ["headerRowDefs"], never, false>;
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "10.0.3",
3
+ "version": "10.0.5",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.3",
6
6
  "@angular/common": "^14.3.0",
@@ -20,13 +20,13 @@
20
20
  "esm2020": "esm2020/annalib-anna-core.mjs",
21
21
  "fesm2020": "fesm2020/annalib-anna-core.mjs",
22
22
  "fesm2015": "fesm2015/annalib-anna-core.mjs",
23
- "typings": "annalib-anna-core.d.ts",
23
+ "typings": "index.d.ts",
24
24
  "exports": {
25
25
  "./package.json": {
26
26
  "default": "./package.json"
27
27
  },
28
28
  ".": {
29
- "types": "./annalib-anna-core.d.ts",
29
+ "types": "./index.d.ts",
30
30
  "esm2020": "./esm2020/annalib-anna-core.mjs",
31
31
  "es2020": "./fesm2020/annalib-anna-core.mjs",
32
32
  "es2015": "./fesm2015/annalib-anna-core.mjs",
@@ -134,7 +134,7 @@ div.radio-container {
134
134
  background-color: $filterRadioContainer;
135
135
  // padding: $fs-2 $fs-2 $fs-2 $fs-4;
136
136
  border-radius: $fs-2;
137
- margin: $fs-7 $fs-7 $fs-4 $fs-7;
137
+ margin: 0.4375rem $fs-7 $fs-4 $fs-7;
138
138
  div{
139
139
  flex: 1;
140
140
  width: 50%;
@@ -178,12 +178,25 @@ div.radio-container {
178
178
 
179
179
  .buttons-container {
180
180
  display: flex;
181
- margin: 0px auto $fs-7;
181
+ margin: 0px auto 0.4375rem;
182
182
  justify-content: center;
183
+
184
+ .button{
185
+ padding: 0 10px;
186
+ margin: 8px 0 0 8px;
187
+ width: 106px;
188
+ text-overflow: ellipsis;
189
+ white-space: nowrap;
190
+ overflow: hidden;
191
+ }
192
+
183
193
  button:last-of-type {
184
194
  background-color: $primary-color;
185
195
  color: white;
196
+ margin-left: 0.5rem;
197
+ margin-right: 0.5rem;
186
198
  }
199
+
187
200
  button.disabled {
188
201
  background: $gray74;
189
202
  opacity: 0.5;
@@ -464,6 +477,7 @@ p.filter-tab{
464
477
  padding-inline: 8px;
465
478
  cursor: pointer;
466
479
  overflow: hidden;
480
+ text-align: center;
467
481
  text-overflow: ellipsis;
468
482
  }
469
483
 
@@ -489,7 +503,8 @@ button.filter-text-btn{
489
503
  ::ng-deep .non-edit-datepicker-tooltip .tooltip-inner{
490
504
  max-width: 310px !important;
491
505
  width: 283px !important;
492
- overflow-y: initial !important;
506
+ overflow-y: initial !important;
507
+ padding: 0px !important;
493
508
  }
494
509
 
495
510
 
@@ -528,14 +543,17 @@ input.error-border{
528
543
 
529
544
  ::ng-deep .non-edit-checkbox-tooltip .tooltip-inner{
530
545
  width: 238px !important;
546
+ padding: 0px !important;
531
547
  }
532
548
 
533
549
  ::ng-deep .non-edit-slider-tooltip .tooltip-inner{
534
550
  width: 238px !important;
551
+ padding: 0px !important;
535
552
  }
536
553
 
537
554
  ::ng-deep .non-edit-time-tooltip .tooltip-inner{
538
555
  width: 250px !important;
556
+ padding: 0px !important;
539
557
  }
540
558
 
541
559
  ::ng-deep .no-bottom-border{
File without changes