@annalib/anna-core 20.2.73 → 20.2.75
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/esm2022/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.mjs +5 -7
- package/esm2022/lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component.mjs +4 -6
- package/esm2022/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.mjs +16 -13
- package/esm2022/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.mjs +5 -7
- package/esm2022/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.mjs +4 -6
- package/esm2022/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.mjs +5 -7
- package/esm2022/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.mjs +5 -7
- package/esm2022/lib/anna-core-shared-lib/directives/digits-only/digits-only.directive.mjs +27 -34
- package/esm2022/lib/anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive.mjs +5 -5
- package/esm2022/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.mjs +17 -15
- package/esm2022/lib/anna-core-shared-lib/models/anna-global-dropdown-config.model.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/models/anna-tooltip.model.mjs +2 -2
- package/esm2022/lib/anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe.mjs +3 -3
- package/esm2022/lib/anna-core-shared-lib/pipes/annaDateFormatter.pipe.mjs +3 -4
- package/esm2022/lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe.mjs +17 -19
- package/esm2022/lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe.mjs +2 -1
- package/esm2022/lib/anna-core-shared-lib/services/anna-date-time-format.service.mjs +102 -81
- package/esm2022/lib/anna-core-shared-lib/services/anna-filter.service.mjs +381 -376
- package/esm2022/lib/anna-core-shared-lib/services/anna-generic-table.service.mjs +29 -31
- package/esm2022/lib/anna-core-shared-lib/services/anna-global-config.service.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/services/anna-number-format.service.mjs +21 -15
- package/esm2022/lib/anna-core-shared-lib/services/anna-persisting-filter.service.mjs +6 -7
- package/esm2022/lib/anna-core-shared-lib/services/anna-sort.service.mjs +41 -43
- package/esm2022/lib/anna-core.module.mjs +28 -47
- package/esm2022/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.mjs +19 -19
- package/esm2022/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.mjs +76 -88
- package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component.mjs +40 -36
- package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component.mjs +14 -13
- package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component.mjs +23 -23
- package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.mjs +31 -34
- package/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +108 -101
- package/esm2022/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.mjs +13 -9
- package/esm2022/public-api.mjs +27 -30
- package/fesm2022/annalib-anna-core.mjs +2842 -3565
- package/fesm2022/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.d.ts +2 -5
- package/lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component.d.ts +2 -5
- package/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.d.ts +4 -6
- package/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.d.ts +2 -5
- package/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.d.ts +2 -5
- package/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.d.ts +2 -5
- package/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.d.ts +2 -5
- package/lib/anna-core-shared-lib/directives/digits-only/digits-only.directive.d.ts +1 -1
- package/lib/anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive.d.ts +3 -3
- package/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.d.ts +3 -3
- package/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +1 -1
- package/lib/anna-core-shared-lib/models/anna-tooltip.model.d.ts +1 -1
- package/lib/anna-core-shared-lib/pipes/annaDateFormatter.pipe.d.ts +0 -1
- package/lib/anna-core-shared-lib/services/anna-date-time-format.service.d.ts +3 -1
- package/lib/anna-core-shared-lib/services/anna-filter.service.d.ts +4 -4
- package/lib/anna-core-shared-lib/services/anna-global-config.service.d.ts +2 -2
- package/lib/anna-core-shared-lib/services/anna-persisting-filter.service.d.ts +0 -1
- package/lib/anna-core.module.d.ts +12 -15
- package/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.d.ts +1 -1
- package/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.d.ts +2 -2
- package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component.d.ts +4 -4
- package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component.d.ts +3 -3
- package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component.d.ts +4 -4
- package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.d.ts +4 -4
- package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +9 -9
- package/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.d.ts +2 -2
- package/package.json +1 -1
- package/public-api.d.ts +14 -17
- package/src/lib/anna-common-scss/_filters.scss +12 -0
- package/src/lib/anna-common-scss/_show-hide-total-row.scss +1 -1
- package/esm2022/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.mjs +0 -352
- package/esm2022/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/anna-fixed-row-size-table-virtual-scroll-strategy.directive.mjs +0 -204
- package/esm2022/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/index.mjs +0 -2
- package/esm2022/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.mjs +0 -180
- package/esm2022/lib/anna-generic-table-lib/directives/anna-virtual-table/index.mjs +0 -2
- package/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.d.ts +0 -141
- 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 +0 -89
- package/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/index.d.ts +0 -1
- package/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.d.ts +0 -45
- package/lib/anna-generic-table-lib/directives/anna-virtual-table/index.d.ts +0 -1
- package/src/lib/anna-common-scss/_drag-and-drop.scss +0 -22
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AnnaBuyerApprovalIconTemplateComponent
|
|
4
|
-
constructor();
|
|
5
|
-
ngOnInit(): void;
|
|
2
|
+
export declare class AnnaBuyerApprovalIconTemplateComponent {
|
|
6
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaBuyerApprovalIconTemplateComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaBuyerApprovalIconTemplateComponent, "anna-buyer-approval-icon-template", never, {}, {}, never, never, true, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaBuyerApprovalIconTemplateComponent, "anna-core-buyer-approval-icon-template", never, {}, {}, never, never, true, never>;
|
|
8
5
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AnnaDeletedOrderIconTemplateComponent
|
|
4
|
-
constructor();
|
|
5
|
-
ngOnInit(): void;
|
|
2
|
+
export declare class AnnaDeletedOrderIconTemplateComponent {
|
|
6
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaDeletedOrderIconTemplateComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaDeletedOrderIconTemplateComponent, "anna-deleted-order-icon-template", never, {}, {}, never, never, true, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaDeletedOrderIconTemplateComponent, "anna-core-deleted-order-icon-template", never, {}, {}, never, never, true, never>;
|
|
8
5
|
}
|
package/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.d.ts
CHANGED
|
@@ -1,17 +1,15 @@
|
|
|
1
|
-
import { EventEmitter
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
2
|
import { GtColumnIconEmittedData } from "../../models/anna-generic-data-type.model";
|
|
3
3
|
import { IconToShow } from "../../models/anna-non-editable-gt-models";
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AnnaIconColumnComponent
|
|
5
|
+
export declare class AnnaIconColumnComponent {
|
|
6
6
|
componentName: string;
|
|
7
7
|
iconToShow: IconToShow;
|
|
8
8
|
dataObject: any;
|
|
9
9
|
PfpIconActiveColor: string;
|
|
10
10
|
PfpIconDisableColor: string;
|
|
11
|
-
|
|
12
|
-
constructor();
|
|
13
|
-
ngOnInit(): void;
|
|
11
|
+
columnIconClicked: EventEmitter<GtColumnIconEmittedData>;
|
|
14
12
|
svgIconClicked(rowData: any, key: string): void;
|
|
15
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaIconColumnComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaIconColumnComponent, "anna-core-
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaIconColumnComponent, "anna-core-icon-column", never, { "componentName": { "alias": "componentName"; "required": false; }; "iconToShow": { "alias": "iconToShow"; "required": false; }; "dataObject": { "alias": "dataObject"; "required": false; }; }, { "columnIconClicked": "columnIconClicked"; }, never, never, true, never>;
|
|
17
15
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AnnaLiveIconTemplateComponent
|
|
4
|
-
constructor();
|
|
5
|
-
ngOnInit(): void;
|
|
2
|
+
export declare class AnnaLiveIconTemplateComponent {
|
|
6
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaLiveIconTemplateComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaLiveIconTemplateComponent, "anna-live-icon-template", never, {}, {}, never, never, true, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaLiveIconTemplateComponent, "anna-core-live-icon-template", never, {}, {}, never, never, true, never>;
|
|
8
5
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AnnaNotifyIconTemplateComponent
|
|
4
|
-
constructor();
|
|
5
|
-
ngOnInit(): void;
|
|
2
|
+
export declare class AnnaNotifyIconTemplateComponent {
|
|
6
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNotifyIconTemplateComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNotifyIconTemplateComponent, "anna-notify-icon-template", never, {}, {}, never, never, true, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNotifyIconTemplateComponent, "anna-core-notify-icon-template", never, {}, {}, never, never, true, never>;
|
|
8
5
|
}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AnnaPayForPerformanceIconTemplateComponent
|
|
2
|
+
export declare class AnnaPayForPerformanceIconTemplateComponent {
|
|
4
3
|
isTitle: boolean;
|
|
5
4
|
color: string;
|
|
6
5
|
width: string;
|
|
7
6
|
height: string;
|
|
8
|
-
constructor();
|
|
9
|
-
ngOnInit(): void;
|
|
10
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaPayForPerformanceIconTemplateComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaPayForPerformanceIconTemplateComponent, "anna-pay-for-performance-icon-template", never, { "isTitle": { "alias": "isTitle"; "required": false; }; "color": { "alias": "color"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaPayForPerformanceIconTemplateComponent, "anna-core-pay-for-performance-icon-template", never, { "isTitle": { "alias": "isTitle"; "required": false; }; "color": { "alias": "color"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
9
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AnnaRejectedIconTemplateComponent
|
|
4
|
-
constructor();
|
|
5
|
-
ngOnInit(): void;
|
|
2
|
+
export declare class AnnaRejectedIconTemplateComponent {
|
|
6
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaRejectedIconTemplateComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaRejectedIconTemplateComponent, "anna-rejected-icon-template", never, {}, {}, never, never, true, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaRejectedIconTemplateComponent, "anna-core-rejected-icon-template", never, {}, {}, never, never, true, never>;
|
|
8
5
|
}
|
|
@@ -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, "[
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DigitOnlyDirective, "[annaCoreDigitOnly]", never, { "decimal": { "alias": "decimal"; "required": false; }; "decimalSeparator": { "alias": "decimalSeparator"; "required": false; }; "allowNegatives": { "alias": "allowNegatives"; "required": false; }; "allowPaste": { "alias": "allowPaste"; "required": false; }; "negativeSign": { "alias": "negativeSign"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; }, {}, never, never, true, never>;
|
|
34
34
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ElementRef, Renderer2 } from "@angular/core";
|
|
1
|
+
import { ElementRef, OnInit, Renderer2 } from "@angular/core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FixedRowsPopupTableDirective {
|
|
3
|
+
export declare class FixedRowsPopupTableDirective implements OnInit {
|
|
4
4
|
private el;
|
|
5
5
|
private renderer;
|
|
6
6
|
popupRowHeight: number;
|
|
@@ -12,5 +12,5 @@ export declare class FixedRowsPopupTableDirective {
|
|
|
12
12
|
ngOnInit(): void;
|
|
13
13
|
setPopUpTableHeight(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<FixedRowsPopupTableDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FixedRowsPopupTableDirective, "[
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FixedRowsPopupTableDirective, "[annaCoreFixedRowsInPopupTable]", never, { "popupRowHeight": { "alias": "popupRowHeight"; "required": false; }; "popupHeaderHeight": { "alias": "popupHeaderHeight"; "required": false; }; "tableDataLength": { "alias": "tableDataLength"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
16
|
}
|
package/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ElementRef } from "@angular/core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class ShowEllipsisTextOnHoverDirective {
|
|
4
4
|
private elementRef;
|
|
5
5
|
constructor(elementRef: ElementRef);
|
|
6
6
|
onMouseEnter(): void;
|
|
7
7
|
checkPositionsInDecimals(domElement: Element): boolean;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ShowEllipsisTextOnHoverDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ShowEllipsisTextOnHoverDirective, "[annaCoreShowEllipsisTextOnHover]", never, {}, {}, never, never, true, never>;
|
|
10
10
|
}
|
|
@@ -105,7 +105,7 @@ export declare class IconCellActionKey {
|
|
|
105
105
|
tooltipData?: string;
|
|
106
106
|
constructor(id: any, showIcon: boolean, iconClass: string, showObjectKey: boolean, showTooltip: boolean, tooltipData?: string);
|
|
107
107
|
}
|
|
108
|
-
export interface
|
|
108
|
+
export interface IActionItemTypeWithStringIconOrTextAction {
|
|
109
109
|
id: any;
|
|
110
110
|
data: string;
|
|
111
111
|
typeOfData: "STRING" | "ICON_TEXT_ACTION";
|
|
@@ -5,7 +5,7 @@ export declare class TooltipModel {
|
|
|
5
5
|
value: string;
|
|
6
6
|
constructor(obj: string, id: number);
|
|
7
7
|
}
|
|
8
|
-
export declare class
|
|
8
|
+
export declare class TooltipModelForColumnLevelFiltering {
|
|
9
9
|
isHidden: boolean;
|
|
10
10
|
isSelected: boolean;
|
|
11
11
|
data: string;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { PipeTransform } from "@angular/core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class AnnaDateFormatterPipe implements PipeTransform {
|
|
4
|
-
constructor();
|
|
5
4
|
transform(value: any, format: string): any;
|
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaDateFormatterPipe, never>;
|
|
7
6
|
static ɵpipe: i0.ɵɵPipeDeclaration<AnnaDateFormatterPipe, "AnnaDateFormatter", true>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { NgbDate } from "@ng-bootstrap/ng-bootstrap";
|
|
2
|
+
import dayjs, { UnitType } from "dayjs";
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export type NgbDateType = {
|
|
4
5
|
year: number;
|
|
@@ -15,13 +16,14 @@ export declare class AnnaDateTimeFormatService {
|
|
|
15
16
|
addZero(time: any): any;
|
|
16
17
|
sortByTimeAscending(a: any, b: any): number;
|
|
17
18
|
sortByTimeDescending(a: any, b: any): number;
|
|
19
|
+
compareTime(a: dayjs.Dayjs, b: dayjs.Dayjs, unit: UnitType, isAsc: boolean): 0 | 1 | -1;
|
|
18
20
|
convertNgbDateToMoment(ngbDate: NgbDate | NgbDateType): string;
|
|
19
21
|
compareDate(a: string, b: string, isAsc: boolean): number;
|
|
20
22
|
static formatTwentyFourHourTimeToHHMMAFormat(value: any, date?: string): string;
|
|
21
23
|
static formatTwelveHourTimeToHHMMAFormat(timeValue: any, date?: string): string;
|
|
22
24
|
formatDateAndHHMMATimeToStandardFormat(dateAndTime: any): string;
|
|
23
25
|
compare(a: number | string, b: number | string, isAsc: boolean): number;
|
|
24
|
-
sortDataByBroadcastTimeAsc(firstParamTime: string, secondParamTime: string, broadcastTime: string):
|
|
26
|
+
sortDataByBroadcastTimeAsc(firstParamTime: string, secondParamTime: string, broadcastTime: string): 0 | 1 | -1;
|
|
25
27
|
convertNgbDateToMomentInSpecificFormat(ngbDate: NgbDateType, format: string): string;
|
|
26
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaDateTimeFormatService, never>;
|
|
27
29
|
static ɵprov: i0.ɵɵInjectableDeclaration<AnnaDateTimeFormatService>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Options } from "@angular-slider/ngx-slider";
|
|
2
2
|
import dayjs from "dayjs";
|
|
3
3
|
import { SortType } from "../models/anna-sort.model";
|
|
4
|
+
import { TooltipModel } from "../models/anna-tooltip.model";
|
|
4
5
|
import { AnnaDateTimeFormatService, NgbDateType } from "./anna-date-time-format.service";
|
|
5
6
|
import { AnnaSortService } from "./anna-sort.service";
|
|
6
|
-
import { TooltipModel } from "../models/anna-tooltip.model";
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class AnnaFilterService {
|
|
9
9
|
private dateTimeFormatService;
|
|
@@ -68,8 +68,8 @@ export declare class AnnaFilterService {
|
|
|
68
68
|
isObjectInTheRange(obj: any, value: any, key: string): any;
|
|
69
69
|
updateStateOfTheCurrentFilterTab(sortMap: Map<string, SortType>): void;
|
|
70
70
|
updateStateOfAllTheKeys(sortMap: Map<string, SortType>): void;
|
|
71
|
-
incrementHour(value: any):
|
|
72
|
-
decrementHour(value: any):
|
|
71
|
+
incrementHour(value: any): number;
|
|
72
|
+
decrementHour(value: any): number;
|
|
73
73
|
incrementMinute(value: any): any;
|
|
74
74
|
decrementMinute(value: any): any;
|
|
75
75
|
disableActiveFilterClearButton(): boolean;
|
|
@@ -147,7 +147,7 @@ export declare class AnnaFilterService {
|
|
|
147
147
|
incrementOrDecrementHour(increment: boolean, time: string[]): void;
|
|
148
148
|
incrementOrDecrementMin(increment: boolean, time: string[]): void;
|
|
149
149
|
isHourValueInvalid(hr: string): boolean;
|
|
150
|
-
isMinuteValueInvalid(
|
|
150
|
+
isMinuteValueInvalid(minute: string): boolean;
|
|
151
151
|
updateSortMap(tempSortOrder: SortType, tableData: any[], isLurAndCsrComponent: boolean): any[];
|
|
152
152
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaFilterService, never>;
|
|
153
153
|
static ɵprov: i0.ɵɵInjectableDeclaration<AnnaFilterService>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IAngular2MultiSelectSettings,
|
|
2
|
-
import {
|
|
1
|
+
import { IAngular2MultiSelectSettings, IConfirmationPopupConfig, ICustomMultiSelect, ICustomSingleSelect, INgbDatePickerSettings, INgSelectSettings, INgxAsideSettings, INgxInfiniteScrollSettings, INgxSkeletonLoaderSettings, IRadioButtonComponentConfig, IWeekCalendar } from "../models/anna-global-dropdown-config.model";
|
|
2
|
+
import { IGtGeneralConfig, IGtHeaderConfig } from "../models/anna-non-editable-gt-models";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class AnnaGlobalConfigService {
|
|
5
5
|
readonly defaultAngular2MultiSelectSettings: IAngular2MultiSelectSettings;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class AnnaPersistingFilterService {
|
|
3
|
-
constructor();
|
|
4
3
|
storeKeyValueInLocalStorage(val: any, isFilterKey?: boolean): string;
|
|
5
4
|
getActualQueryParams(key: string): string;
|
|
6
5
|
convertObjToQueryString(paramsObject: any): string;
|
|
@@ -24,22 +24,19 @@ import * as i22 from "./anna-core-shared-lib/components/anna-icon-column/anna-ic
|
|
|
24
24
|
import * as i23 from "./anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component";
|
|
25
25
|
import * as i24 from "./anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component";
|
|
26
26
|
import * as i25 from "./anna-generic-table-lib/components/anna-sort/anna-sort.component";
|
|
27
|
-
import * as i26 from "./anna-generic-table-lib/
|
|
28
|
-
import * as i27 from "./anna-
|
|
29
|
-
import * as i28 from "./anna-generic-table-lib/components/anna-
|
|
30
|
-
import * as i29 from "./anna-generic-table-lib/
|
|
31
|
-
import * as i30 from "./anna-
|
|
32
|
-
import * as i31 from "./anna-
|
|
33
|
-
import * as i32 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-
|
|
34
|
-
import * as i33 from "./anna-
|
|
35
|
-
import * as i34 from "./anna-core-shared-lib/
|
|
36
|
-
import * as i35 from "./anna-
|
|
37
|
-
import * as i36 from "./anna-core-shared-lib/
|
|
38
|
-
import * as i37 from "./anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe";
|
|
39
|
-
import * as i38 from "./anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive";
|
|
40
|
-
import * as i39 from "./anna-core-shared-lib/components/anna-est-icon-template/anna-est-icon-template.component";
|
|
27
|
+
import * as i26 from "./anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component";
|
|
28
|
+
import * as i27 from "./anna-core-shared-lib/directives/digits-only/digits-only.directive";
|
|
29
|
+
import * as i28 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component";
|
|
30
|
+
import * as i29 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component";
|
|
31
|
+
import * as i30 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component";
|
|
32
|
+
import * as i31 from "./anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component";
|
|
33
|
+
import * as i32 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component";
|
|
34
|
+
import * as i33 from "./anna-core-shared-lib/pipes/annaDateFormatter.pipe";
|
|
35
|
+
import * as i34 from "./anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe";
|
|
36
|
+
import * as i35 from "./anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive";
|
|
37
|
+
import * as i36 from "./anna-core-shared-lib/components/anna-est-icon-template/anna-est-icon-template.component";
|
|
41
38
|
export declare class AnnaCoreModule {
|
|
42
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaCoreModule, never>;
|
|
43
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AnnaCoreModule, never, [typeof i1.CommonModule, typeof i2.NgbModule, typeof i3.FormsModule, typeof i4.MatRadioModule, typeof i5.MatButtonToggleModule, typeof i6.MatTableModule, typeof i7.NgxSliderModule, typeof i8.NgxSkeletonLoaderModule, typeof i9.ScrollingModule, typeof i10.NgCircleProgressModule, typeof i11.AnnaNoDataComponent, typeof i12.AnnaFilterSearchedTextPipe, typeof i13.AnnaConvertZeroOrNullOrUndefinedPipe, typeof i14.AnnaTypeofDataPipe, typeof i12.AnnaFilterSearchedTextPipe, typeof i15.AnnaReplaceCharPipe, typeof i16.AnnaBuyerApprovalIconTemplateComponent, typeof i17.AnnaLiveIconTemplateComponent, typeof i18.AnnaNotifyIconTemplateComponent, typeof i19.AnnaPayForPerformanceIconTemplateComponent, typeof i20.AnnaRejectedIconTemplateComponent, typeof i21.
|
|
40
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AnnaCoreModule, never, [typeof i1.CommonModule, typeof i2.NgbModule, typeof i3.FormsModule, typeof i4.MatRadioModule, typeof i5.MatButtonToggleModule, typeof i6.MatTableModule, typeof i7.NgxSliderModule, typeof i8.NgxSkeletonLoaderModule, typeof i9.ScrollingModule, typeof i10.NgCircleProgressModule, typeof i11.AnnaNoDataComponent, typeof i12.AnnaFilterSearchedTextPipe, typeof i13.AnnaConvertZeroOrNullOrUndefinedPipe, typeof i14.AnnaTypeofDataPipe, typeof i12.AnnaFilterSearchedTextPipe, typeof i15.AnnaReplaceCharPipe, typeof i16.AnnaBuyerApprovalIconTemplateComponent, typeof i17.AnnaLiveIconTemplateComponent, typeof i18.AnnaNotifyIconTemplateComponent, typeof i19.AnnaPayForPerformanceIconTemplateComponent, typeof i20.AnnaRejectedIconTemplateComponent, typeof i21.ShowEllipsisTextOnHoverDirective, typeof i22.AnnaIconColumnComponent, typeof i23.AnnaWeekCalendarComponent, typeof i24.AnnaCalendarFilterComponent, typeof i25.AnnaSortComponent, typeof i26.AnnaNonEditableGenericTableComponent, typeof i27.DigitOnlyDirective, typeof i28.AnnaColumnDateRangeFilterComponent, typeof i29.AnnaColumnTimeFilterComponent, typeof i30.AnnaColumnCheckboxFilterComponent, typeof i31.AnnaDeletedOrderIconTemplateComponent, typeof i32.AnnaColumnSliderFilterComponent, typeof i33.AnnaDateFormatterPipe, typeof i34.AnnaConvertArrayToCommaSeperatedValue, typeof i35.FixedRowsPopupTableDirective, typeof i36.AnnaEstIconTemplateComponent], [typeof i11.AnnaNoDataComponent, typeof i12.AnnaFilterSearchedTextPipe, typeof i13.AnnaConvertZeroOrNullOrUndefinedPipe, typeof i14.AnnaTypeofDataPipe, typeof i15.AnnaReplaceCharPipe, typeof i12.AnnaFilterSearchedTextPipe, typeof i16.AnnaBuyerApprovalIconTemplateComponent, typeof i17.AnnaLiveIconTemplateComponent, typeof i18.AnnaNotifyIconTemplateComponent, typeof i19.AnnaPayForPerformanceIconTemplateComponent, typeof i20.AnnaRejectedIconTemplateComponent, typeof i21.ShowEllipsisTextOnHoverDirective, typeof i22.AnnaIconColumnComponent, typeof i23.AnnaWeekCalendarComponent, typeof i24.AnnaCalendarFilterComponent, typeof i25.AnnaSortComponent, typeof i26.AnnaNonEditableGenericTableComponent, typeof i28.AnnaColumnDateRangeFilterComponent, typeof i29.AnnaColumnTimeFilterComponent, typeof i30.AnnaColumnCheckboxFilterComponent, typeof i27.DigitOnlyDirective, typeof i31.AnnaDeletedOrderIconTemplateComponent, typeof i32.AnnaColumnSliderFilterComponent, typeof i33.AnnaDateFormatterPipe, typeof i34.AnnaConvertArrayToCommaSeperatedValue, typeof i35.FixedRowsPopupTableDirective]>;
|
|
44
41
|
static ɵinj: i0.ɵɵInjectorDeclaration<AnnaCoreModule>;
|
|
45
42
|
}
|
package/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from "@angular/core";
|
|
2
2
|
import { NgbDate } from "@ng-bootstrap/ng-bootstrap";
|
|
3
|
-
import { AnnaDateTimeFormatService } from "../../../anna-core-shared-lib/services/anna-date-time-format.service";
|
|
4
3
|
import { Placement } from "@ng-bootstrap/ng-bootstrap/util/positioning";
|
|
4
|
+
import { AnnaDateTimeFormatService } from "../../../anna-core-shared-lib/services/anna-date-time-format.service";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class AnnaCalendarFilterComponent implements OnInit, OnChanges {
|
|
7
7
|
private annaTimeService;
|
|
@@ -35,7 +35,7 @@ export declare class AnnaWeekCalendarComponent implements OnInit, OnChanges, Aft
|
|
|
35
35
|
minDate: any;
|
|
36
36
|
disabledFunc: any;
|
|
37
37
|
state: any;
|
|
38
|
-
private
|
|
38
|
+
private defaultValues;
|
|
39
39
|
config: IWeekCalendar;
|
|
40
40
|
applyWeekCalendarChanges: EventEmitter<any>;
|
|
41
41
|
calendarToggled: EventEmitter<any>;
|
|
@@ -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": { "alias": "
|
|
69
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaWeekCalendarComponent, "anna-core-week-calendar-filter-lib", never, { "selectedFromDate": { "alias": "selectedFromDate"; "required": false; }; "selectedEndDate": { "alias": "selectedEndDate"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, { "applyWeekCalendarChanges": "applyWeekCalendarChanges"; "calendarToggled": "calendarToggled"; }, never, never, true, never>;
|
|
70
70
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { EventEmitter } from "@angular/core";
|
|
1
|
+
import { EventEmitter, OnInit } from "@angular/core";
|
|
2
2
|
import { SortType } from "../../../../anna-core-shared-lib/models/anna-sort.model";
|
|
3
|
-
import {
|
|
4
|
-
import { AnnaSortService } from "../../../../anna-core-shared-lib/services/anna-sort.service";
|
|
3
|
+
import { RadioButtonModel, TooltipModel } from "../../../../anna-core-shared-lib/models/anna-tooltip.model";
|
|
5
4
|
import { AnnaFilterService } from "../../../../anna-core-shared-lib/services/anna-filter.service";
|
|
5
|
+
import { AnnaSortService } from "../../../../anna-core-shared-lib/services/anna-sort.service";
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class AnnaColumnCheckboxFilterComponent {
|
|
7
|
+
export declare class AnnaColumnCheckboxFilterComponent implements OnInit {
|
|
8
8
|
private annaSortService;
|
|
9
9
|
annaFilterService: AnnaFilterService;
|
|
10
10
|
showFilterHeaderTabs: boolean;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from "@angular/core";
|
|
2
|
-
import { AnnaSortService } from "../../../../anna-core-shared-lib/services/anna-sort.service";
|
|
3
|
-
import { AnnaFilterService } from "../../../../anna-core-shared-lib/services/anna-filter.service";
|
|
4
|
-
import { AnnaDateTimeFormatService, NgbDateType } from "../../../../anna-core-shared-lib/services/anna-date-time-format.service";
|
|
5
2
|
import { SortType } from "../../../../anna-core-shared-lib/models/anna-sort.model";
|
|
6
3
|
import { RadioButtonModel } from "../../../../anna-core-shared-lib/models/anna-tooltip.model";
|
|
4
|
+
import { AnnaDateTimeFormatService, NgbDateType } from "../../../../anna-core-shared-lib/services/anna-date-time-format.service";
|
|
5
|
+
import { AnnaFilterService } from "../../../../anna-core-shared-lib/services/anna-filter.service";
|
|
6
|
+
import { AnnaSortService } from "../../../../anna-core-shared-lib/services/anna-sort.service";
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class AnnaColumnDateRangeFilterComponent implements OnInit {
|
|
9
9
|
annaDateTimeFormatService: AnnaDateTimeFormatService;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EventEmitter } from "@angular/core";
|
|
2
|
-
import {
|
|
1
|
+
import { EventEmitter, OnInit } from "@angular/core";
|
|
2
|
+
import { Options } from "@angular-slider/ngx-slider";
|
|
3
3
|
import { SortType } from "../../../../anna-core-shared-lib/models/anna-sort.model";
|
|
4
|
+
import { RadioButtonModel } from "../../../../anna-core-shared-lib/models/anna-tooltip.model";
|
|
4
5
|
import { AnnaFilterService } from "../../../../anna-core-shared-lib/services/anna-filter.service";
|
|
5
6
|
import { AnnaSortService } from "../../../../anna-core-shared-lib/services/anna-sort.service";
|
|
6
|
-
import { Options } from "@angular-slider/ngx-slider";
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class AnnaColumnSliderFilterComponent {
|
|
8
|
+
export declare class AnnaColumnSliderFilterComponent implements OnInit {
|
|
9
9
|
annaFilterService: AnnaFilterService;
|
|
10
10
|
annaSortService: AnnaSortService;
|
|
11
11
|
filterTabObjects: any[];
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from "@angular/core";
|
|
2
|
-
import { SortType } from "../../../../anna-core-shared-lib/models/anna-sort.model";
|
|
3
|
-
import { AnnaSortService } from "../../../../anna-core-shared-lib/services/anna-sort.service";
|
|
4
|
-
import { AnnaFilterService } from "../../../../anna-core-shared-lib/services/anna-filter.service";
|
|
5
|
-
import { AnnaDateTimeFormatService } from "../../../../anna-core-shared-lib/services/anna-date-time-format.service";
|
|
6
2
|
import { IGtGeneralConfig } from "../../../../anna-core-shared-lib/models/anna-non-editable-gt-models";
|
|
3
|
+
import { SortType } from "../../../../anna-core-shared-lib/models/anna-sort.model";
|
|
7
4
|
import { RadioButtonModel } from "../../../../anna-core-shared-lib/models/anna-tooltip.model";
|
|
5
|
+
import { AnnaDateTimeFormatService } from "../../../../anna-core-shared-lib/services/anna-date-time-format.service";
|
|
6
|
+
import { AnnaFilterService } from "../../../../anna-core-shared-lib/services/anna-filter.service";
|
|
7
|
+
import { AnnaSortService } from "../../../../anna-core-shared-lib/services/anna-sort.service";
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class AnnaColumnTimeFilterComponent implements OnInit {
|
|
10
10
|
private annaSortService;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AfterViewChecked, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnInit, QueryList, SimpleChanges } from "@angular/core";
|
|
2
|
+
import { BehaviorSubject } from "rxjs";
|
|
3
|
+
import { GtColumnIconEmittedData, RatingSellerGroupHierarchy } from "../../../anna-core-shared-lib/models/anna-generic-data-type.model";
|
|
4
|
+
import { IWeekCalendar } from "../../../anna-core-shared-lib/models/anna-global-dropdown-config.model";
|
|
2
5
|
import { IGtGeneralConfig, IGtTableHeader, IHeaderInfo, ITotalRowInfo } from "../../../anna-core-shared-lib/models/anna-non-editable-gt-models";
|
|
3
6
|
import { AnnaDateTimeFormatService } from "../../../anna-core-shared-lib/services/anna-date-time-format.service";
|
|
4
|
-
import { IWeekCalendar } from "../../../anna-core-shared-lib/models/anna-global-dropdown-config.model";
|
|
5
|
-
import { GtColumnIconEmittedData, RatingSellerGroupHierarchy } from "../../../anna-core-shared-lib/models/anna-generic-data-type.model";
|
|
6
|
-
import { AnnaSortService } from "../../../anna-core-shared-lib/services/anna-sort.service";
|
|
7
7
|
import { AnnaFilterService } from "../../../anna-core-shared-lib/services/anna-filter.service";
|
|
8
|
-
import {
|
|
8
|
+
import { AnnaSortService } from "../../../anna-core-shared-lib/services/anna-sort.service";
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
|
-
interface
|
|
10
|
+
interface KeyValueTooltipType {
|
|
11
11
|
key: string;
|
|
12
12
|
value: string;
|
|
13
13
|
}
|
|
14
|
-
interface
|
|
14
|
+
interface TableTooltipType {
|
|
15
15
|
tooltipTableHeader: string[];
|
|
16
16
|
tooltipTableBody: string[][];
|
|
17
17
|
tableHeaderMsg: string[];
|
|
@@ -112,8 +112,8 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
112
112
|
heightOfCheckboxTooltipFilter: number;
|
|
113
113
|
isNoDataToDisplaySubject$: BehaviorSubject<boolean>;
|
|
114
114
|
selectedStarredOrderId: string;
|
|
115
|
-
textActionTooltip:
|
|
116
|
-
tooltipContainingTable:
|
|
115
|
+
textActionTooltip: KeyValueTooltipType[];
|
|
116
|
+
tooltipContainingTable: TableTooltipType;
|
|
117
117
|
tableBottomBorderClass: string;
|
|
118
118
|
showCheckboxesForTimeFilter: boolean;
|
|
119
119
|
constructor(cdRef: ChangeDetectorRef, annaSortService: AnnaSortService, annaDateTimeFormatService: AnnaDateTimeFormatService, annaFilterService: AnnaFilterService);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, SimpleChanges } from "@angular/core";
|
|
1
|
+
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from "@angular/core";
|
|
2
2
|
import { SortOption, SortType } from "../../../anna-core-shared-lib/models/anna-sort.model";
|
|
3
3
|
import { AnnaSortService } from "../../../anna-core-shared-lib/services/anna-sort.service";
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AnnaSortComponent implements OnChanges {
|
|
5
|
+
export declare class AnnaSortComponent implements OnChanges, OnInit {
|
|
6
6
|
private annaSortService;
|
|
7
7
|
sortObjectKey: string;
|
|
8
8
|
sortOptionClicked: EventEmitter<SortType>;
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -1,42 +1,39 @@
|
|
|
1
1
|
export * from "./lib/anna-core.module";
|
|
2
|
-
export * from "./lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component";
|
|
3
2
|
export * from "./lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component";
|
|
3
|
+
export * from "./lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component";
|
|
4
|
+
export * from "./lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component";
|
|
4
5
|
export * from "./lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component";
|
|
6
|
+
export * from "./lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component";
|
|
5
7
|
export * from "./lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component";
|
|
6
8
|
export * from "./lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component";
|
|
7
9
|
export * from "./lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component";
|
|
8
|
-
export * from "./lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component";
|
|
9
|
-
export * from "./lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component";
|
|
10
10
|
export * from "./lib/anna-core-shared-lib/services/anna-date-time-format.service";
|
|
11
|
-
export * from "./lib/anna-core-shared-lib/services/anna-global-config.service";
|
|
12
11
|
export * from "./lib/anna-core-shared-lib/services/anna-filter.service";
|
|
13
|
-
export * from "./lib/anna-core-shared-lib/services/anna-sort.service";
|
|
14
12
|
export * from "./lib/anna-core-shared-lib/services/anna-generic-table.service";
|
|
13
|
+
export * from "./lib/anna-core-shared-lib/services/anna-global-config.service";
|
|
15
14
|
export * from "./lib/anna-core-shared-lib/services/anna-number-format.service";
|
|
16
15
|
export * from "./lib/anna-core-shared-lib/services/anna-persisting-filter.service";
|
|
16
|
+
export * from "./lib/anna-core-shared-lib/services/anna-sort.service";
|
|
17
17
|
export * from "./lib/anna-core-shared-lib/models/anna-generic-data-type.model";
|
|
18
18
|
export * from "./lib/anna-core-shared-lib/models/anna-global-dropdown-config.model";
|
|
19
19
|
export * from "./lib/anna-core-shared-lib/models/anna-non-editable-gt-models";
|
|
20
|
-
export * from "./lib/anna-core-shared-lib/models/anna-tooltip.model";
|
|
21
20
|
export * from "./lib/anna-core-shared-lib/models/anna-sort.model";
|
|
21
|
+
export * from "./lib/anna-core-shared-lib/models/anna-tooltip.model";
|
|
22
22
|
export * from "./lib/anna-core-shared-lib/constants/shared.constant";
|
|
23
|
-
export * from "./lib/anna-core-shared-lib/pipes/
|
|
23
|
+
export * from "./lib/anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe";
|
|
24
24
|
export * from "./lib/anna-core-shared-lib/pipes/annaConvertZeroOrNullOrUndefined.pipe";
|
|
25
|
-
export * from "./lib/anna-core-shared-lib/pipes/annaTypeOfData.pipe";
|
|
26
|
-
export * from "./lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe";
|
|
27
25
|
export * from "./lib/anna-core-shared-lib/pipes/annaDateFormatter.pipe";
|
|
28
|
-
export * from "./lib/anna-core-shared-lib/pipes/
|
|
29
|
-
export * from "./lib/anna-core-shared-lib/
|
|
26
|
+
export * from "./lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe";
|
|
27
|
+
export * from "./lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe";
|
|
28
|
+
export * from "./lib/anna-core-shared-lib/pipes/annaTypeOfData.pipe";
|
|
30
29
|
export * from "./lib/anna-core-shared-lib/directives/digits-only/digits-only.directive";
|
|
31
30
|
export * from "./lib/anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive";
|
|
31
|
+
export * from "./lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive";
|
|
32
32
|
export * from "./lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component";
|
|
33
33
|
export * from "./lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component";
|
|
34
|
-
export * from "./lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component";
|
|
35
|
-
export * from "./lib/anna-generic-table-lib/components/anna-sort/anna-sort.component";
|
|
36
|
-
export * from "./lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component";
|
|
37
34
|
export * from "./lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component";
|
|
38
35
|
export * from "./lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component";
|
|
39
|
-
export * from "./lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component";
|
|
40
36
|
export * from "./lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component";
|
|
41
|
-
export * from "./lib/anna-generic-table-lib/
|
|
42
|
-
export * from "./lib/anna-generic-table-lib/
|
|
37
|
+
export * from "./lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component";
|
|
38
|
+
export * from "./lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component";
|
|
39
|
+
export * from "./lib/anna-generic-table-lib/components/anna-sort/anna-sort.component";
|
|
@@ -264,6 +264,9 @@ div.radio-container {
|
|
|
264
264
|
@include fonts(Roboto, $fs-14, normal, normal, normal, normal, normal);
|
|
265
265
|
color: $lightGray-6;
|
|
266
266
|
width: calc(100% - 38px);
|
|
267
|
+
margin-left: 2px;
|
|
268
|
+
border: none;
|
|
269
|
+
padding: 0px;
|
|
267
270
|
}
|
|
268
271
|
|
|
269
272
|
.check-box {
|
|
@@ -710,3 +713,12 @@ input.error-border {
|
|
|
710
713
|
.custom-column-checkbox-unchecked {
|
|
711
714
|
color: $charcoal;
|
|
712
715
|
}
|
|
716
|
+
|
|
717
|
+
.virtual-scroll-div {
|
|
718
|
+
position: absolute;
|
|
719
|
+
top: 0;
|
|
720
|
+
left: 0;
|
|
721
|
+
width: 100%;
|
|
722
|
+
height: 100%;
|
|
723
|
+
pointer-events: none;
|
|
724
|
+
}
|