@annalib/anna-core 20.2.19 → 20.2.21
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/README.md +28 -28
- package/{esm2020 → esm2022}/annalib-anna-core.mjs +4 -4
- package/esm2022/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.mjs +14 -0
- package/esm2022/lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component.mjs +13 -0
- package/esm2022/lib/anna-core-shared-lib/components/anna-est-icon-template/anna-est-icon-template.component.mjs +11 -0
- package/esm2022/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.mjs +43 -0
- package/esm2022/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.mjs +14 -0
- package/esm2022/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.mjs +22 -0
- package/esm2022/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.mjs +13 -0
- package/esm2022/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.mjs +22 -0
- package/esm2022/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.mjs +14 -0
- package/esm2022/lib/anna-core-shared-lib/constants/shared.constant.mjs +44 -0
- package/{esm2020 → esm2022}/lib/anna-core-shared-lib/directives/digits-only/digits-only.directive.mjs +273 -273
- package/{esm2020 → esm2022}/lib/anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive.mjs +46 -46
- package/{esm2020 → esm2022}/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.mjs +39 -39
- package/esm2022/lib/anna-core-shared-lib/models/anna-generic-data-type.model.mjs +2 -0
- package/esm2022/lib/anna-core-shared-lib/models/anna-global-dropdown-config.model.mjs +2 -0
- package/esm2022/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.mjs +11 -0
- package/{esm2020 → esm2022}/lib/anna-core-shared-lib/models/anna-sort.model.mjs +7 -7
- package/{esm2020 → esm2022}/lib/anna-core-shared-lib/models/anna-tooltip.model.mjs +30 -30
- package/{esm2020 → esm2022}/lib/anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe.mjs +39 -39
- package/{esm2020 → esm2022}/lib/anna-core-shared-lib/pipes/annaConvertZeroOrNullOrUndefined.pipe.mjs +27 -27
- package/{esm2020 → esm2022}/lib/anna-core-shared-lib/pipes/annaDateFormatter.pipe.mjs +22 -22
- package/{esm2020 → esm2022}/lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe.mjs +55 -55
- package/{esm2020 → esm2022}/lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe.mjs +26 -26
- package/{esm2020 → esm2022}/lib/anna-core-shared-lib/pipes/annaTypeOfData.pipe.mjs +17 -17
- package/{esm2020 → esm2022}/lib/anna-core-shared-lib/services/anna-date-time-format.service.mjs +208 -208
- package/esm2022/lib/anna-core-shared-lib/services/anna-filter.service.mjs +1259 -0
- package/{esm2020 → esm2022}/lib/anna-core-shared-lib/services/anna-generic-table.service.mjs +151 -151
- package/esm2022/lib/anna-core-shared-lib/services/anna-global-config.service.mjs +135 -0
- package/{esm2020 → esm2022}/lib/anna-core-shared-lib/services/anna-number-format.service.mjs +53 -53
- package/{esm2020 → esm2022}/lib/anna-core-shared-lib/services/anna-persisting-filter.service.mjs +65 -65
- package/{esm2020 → esm2022}/lib/anna-core-shared-lib/services/anna-sort.service.mjs +178 -178
- package/esm2022/lib/anna-core.module.mjs +226 -0
- package/esm2022/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.mjs +160 -0
- package/esm2022/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.mjs +371 -0
- package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component.mjs +252 -0
- package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component.mjs +185 -0
- package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component.mjs +312 -0
- package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.mjs +298 -0
- package/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +845 -0
- package/esm2022/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.mjs +64 -0
- package/esm2022/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.mjs +352 -0
- 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 +204 -0
- package/{esm2020 → esm2022}/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/index.mjs +2 -2
- package/esm2022/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.mjs +180 -0
- package/{esm2020 → esm2022}/lib/anna-generic-table-lib/directives/anna-virtual-table/index.mjs +2 -2
- package/{esm2020 → esm2022}/public-api.mjs +58 -58
- package/fesm2022/annalib-anna-core.mjs +6063 -0
- package/fesm2022/annalib-anna-core.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.d.ts +8 -8
- package/lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component.d.ts +8 -8
- package/lib/anna-core-shared-lib/components/anna-est-icon-template/anna-est-icon-template.component.d.ts +5 -5
- package/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.d.ts +17 -17
- package/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.d.ts +8 -8
- package/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.d.ts +11 -11
- package/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.d.ts +8 -8
- package/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.d.ts +12 -12
- package/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.d.ts +8 -8
- package/lib/anna-core-shared-lib/constants/shared.constant.d.ts +42 -41
- package/lib/anna-core-shared-lib/directives/digits-only/digits-only.directive.d.ts +34 -34
- package/lib/anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive.d.ts +16 -16
- package/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.d.ts +10 -10
- package/lib/anna-core-shared-lib/models/anna-generic-data-type.model.d.ts +16 -16
- package/lib/anna-core-shared-lib/models/anna-global-dropdown-config.model.d.ts +97 -97
- package/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +118 -118
- package/lib/anna-core-shared-lib/models/anna-sort.model.d.ts +11 -11
- package/lib/anna-core-shared-lib/models/anna-tooltip.model.d.ts +25 -25
- package/lib/anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe.d.ts +9 -9
- package/lib/anna-core-shared-lib/pipes/annaConvertZeroOrNullOrUndefined.pipe.d.ts +9 -9
- package/lib/anna-core-shared-lib/pipes/annaDateFormatter.pipe.d.ts +8 -8
- package/lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe.d.ts +9 -9
- package/lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe.d.ts +9 -9
- package/lib/anna-core-shared-lib/pipes/annaTypeOfData.pipe.d.ts +7 -7
- package/lib/anna-core-shared-lib/services/anna-date-time-format.service.d.ts +28 -28
- package/lib/anna-core-shared-lib/services/anna-filter.service.d.ts +154 -154
- package/lib/anna-core-shared-lib/services/anna-generic-table.service.d.ts +27 -27
- package/lib/anna-core-shared-lib/services/anna-global-config.service.d.ts +21 -21
- package/lib/anna-core-shared-lib/services/anna-number-format.service.d.ts +8 -8
- package/lib/anna-core-shared-lib/services/anna-persisting-filter.service.d.ts +9 -9
- package/lib/anna-core-shared-lib/services/anna-sort.service.d.ts +18 -18
- package/lib/anna-core.module.d.ts +45 -45
- package/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.d.ts +45 -45
- package/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.d.ts +70 -70
- package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component.d.ts +60 -60
- package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component.d.ts +53 -53
- package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component.d.ts +65 -65
- package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.d.ts +83 -83
- package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +174 -174
- package/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.d.ts +17 -17
- package/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.d.ts +141 -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 +89 -89
- package/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/index.d.ts +1 -1
- package/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.d.ts +45 -45
- package/lib/anna-generic-table-lib/directives/anna-virtual-table/index.d.ts +1 -1
- package/package.json +5 -11
- package/public-api.d.ts +42 -42
- package/src/lib/anna-common-scss/_animate.scss +27 -27
- package/src/lib/anna-common-scss/_application-spacing.scss +7 -7
- package/src/lib/anna-common-scss/_bootstrap-tooltip.scss +27 -27
- package/src/lib/anna-common-scss/_button.scss +18 -18
- package/src/lib/anna-common-scss/_colors.scss +107 -107
- package/src/lib/anna-common-scss/_common-order-listing-table.scss +172 -172
- package/src/lib/anna-common-scss/_custom-anna-datepicker.scss +14 -14
- package/src/lib/anna-common-scss/_customDropdown.scss +123 -123
- package/src/lib/anna-common-scss/_dashboard-partials.scss +106 -106
- package/src/lib/anna-common-scss/_date-picker-form.scss +87 -87
- package/src/lib/anna-common-scss/_easy-filter.scss +138 -138
- package/src/lib/anna-common-scss/_edit-filter-popup.scss +70 -70
- package/src/lib/anna-common-scss/_filters.scss +712 -712
- package/src/lib/anna-common-scss/_font.scss +9 -9
- package/src/lib/anna-common-scss/_fonts.scss +86 -86
- package/src/lib/anna-common-scss/_generic-modal.scss +63 -63
- package/src/lib/anna-common-scss/_generic-table-common.scss +198 -198
- package/src/lib/anna-common-scss/_gt-table.scss +425 -425
- package/src/lib/anna-common-scss/_legend.scss +11 -11
- package/src/lib/anna-common-scss/_mat-button-toggle.scss +38 -38
- package/src/lib/anna-common-scss/_mat-menu.scss +17 -17
- package/src/lib/anna-common-scss/_mixins.scss +187 -187
- package/src/lib/anna-common-scss/_modal.scss +37 -37
- package/src/lib/anna-common-scss/_popup-filter-toggle-button.scss +36 -36
- package/src/lib/anna-common-scss/_scrollbar.scss +14 -14
- package/src/lib/anna-common-scss/_sort.scss +30 -30
- package/src/lib/anna-common-scss/_toggle.scss +86 -86
- package/src/lib/anna-common-scss/style.scss +1 -1
- package/src/lib/anna-common-scss/third-party-lib/_angular-material-mat-radio.scss +25 -25
- package/src/lib/anna-common-scss/third-party-lib/_anna-mat-button-toggle-group-size-lg.scss +34 -34
- package/src/lib/anna-common-scss/third-party-lib/_mat-autocomplete.scss +31 -31
- package/esm2020/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.mjs +0 -14
- package/esm2020/lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component.mjs +0 -13
- package/esm2020/lib/anna-core-shared-lib/components/anna-est-icon-template/anna-est-icon-template.component.mjs +0 -11
- package/esm2020/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.mjs +0 -43
- package/esm2020/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.mjs +0 -14
- package/esm2020/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.mjs +0 -22
- package/esm2020/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.mjs +0 -13
- package/esm2020/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.mjs +0 -22
- package/esm2020/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.mjs +0 -14
- package/esm2020/lib/anna-core-shared-lib/constants/shared.constant.mjs +0 -43
- package/esm2020/lib/anna-core-shared-lib/models/anna-generic-data-type.model.mjs +0 -2
- package/esm2020/lib/anna-core-shared-lib/models/anna-global-dropdown-config.model.mjs +0 -2
- package/esm2020/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.mjs +0 -11
- package/esm2020/lib/anna-core-shared-lib/services/anna-filter.service.mjs +0 -1259
- package/esm2020/lib/anna-core-shared-lib/services/anna-global-config.service.mjs +0 -135
- package/esm2020/lib/anna-core.module.mjs +0 -237
- package/esm2020/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.mjs +0 -160
- package/esm2020/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.mjs +0 -371
- package/esm2020/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component.mjs +0 -252
- package/esm2020/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component.mjs +0 -185
- package/esm2020/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component.mjs +0 -312
- package/esm2020/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.mjs +0 -298
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +0 -840
- package/esm2020/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.mjs +0 -64
- package/esm2020/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.mjs +0 -352
- 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 +0 -204
- package/esm2020/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.mjs +0 -180
- package/fesm2015/annalib-anna-core.mjs +0 -6076
- package/fesm2015/annalib-anna-core.mjs.map +0 -1
- package/fesm2020/annalib-anna-core.mjs +0 -6068
- package/fesm2020/annalib-anna-core.mjs.map +0 -1
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@annalib/anna-core" />
|
|
5
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@annalib/anna-core" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AnnaBuyerApprovalIconTemplateComponent implements OnInit {
|
|
4
|
-
constructor();
|
|
5
|
-
ngOnInit(): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaBuyerApprovalIconTemplateComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaBuyerApprovalIconTemplateComponent, "anna-buyer-approval-icon-template", never, {}, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AnnaBuyerApprovalIconTemplateComponent implements OnInit {
|
|
4
|
+
constructor();
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaBuyerApprovalIconTemplateComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaBuyerApprovalIconTemplateComponent, "anna-buyer-approval-icon-template", never, {}, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AnnaDeletedOrderIconTemplateComponent implements OnInit {
|
|
4
|
-
constructor();
|
|
5
|
-
ngOnInit(): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaDeletedOrderIconTemplateComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaDeletedOrderIconTemplateComponent, "anna-deleted-order-icon-template", never, {}, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AnnaDeletedOrderIconTemplateComponent implements OnInit {
|
|
4
|
+
constructor();
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaDeletedOrderIconTemplateComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaDeletedOrderIconTemplateComponent, "anna-deleted-order-icon-template", never, {}, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AnnaEstIconTemplateComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaEstIconTemplateComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaEstIconTemplateComponent, "anna-core-anna-est-icon-template", never, {}, {}, never, never, true, never>;
|
|
5
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class AnnaEstIconTemplateComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaEstIconTemplateComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaEstIconTemplateComponent, "anna-core-anna-est-icon-template", never, {}, {}, never, never, true, never>;
|
|
5
|
+
}
|
package/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { GtColumnIconEmittedData } from '../../models/anna-generic-data-type.model';
|
|
3
|
-
import { IconToShow } from '../../models/anna-non-editable-gt-models';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AnnaIconColumnComponent implements OnInit {
|
|
6
|
-
componentName: string;
|
|
7
|
-
iconToShow: IconToShow;
|
|
8
|
-
dataObject: any;
|
|
9
|
-
PfpIconActiveColor: string;
|
|
10
|
-
PfpIconDisableColor: string;
|
|
11
|
-
onColumnIconClicked: EventEmitter<GtColumnIconEmittedData>;
|
|
12
|
-
constructor();
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
svgIconClicked(rowData: any, key: string): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaIconColumnComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaIconColumnComponent, "anna-core-anna-icon-column", never, { "componentName": "componentName"; "iconToShow": "iconToShow"; "dataObject": "dataObject"; }, { "onColumnIconClicked": "onColumnIconClicked"; }, never, never, true, never>;
|
|
17
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { GtColumnIconEmittedData } from '../../models/anna-generic-data-type.model';
|
|
3
|
+
import { IconToShow } from '../../models/anna-non-editable-gt-models';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class AnnaIconColumnComponent implements OnInit {
|
|
6
|
+
componentName: string;
|
|
7
|
+
iconToShow: IconToShow;
|
|
8
|
+
dataObject: any;
|
|
9
|
+
PfpIconActiveColor: string;
|
|
10
|
+
PfpIconDisableColor: string;
|
|
11
|
+
onColumnIconClicked: EventEmitter<GtColumnIconEmittedData>;
|
|
12
|
+
constructor();
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
svgIconClicked(rowData: any, key: string): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaIconColumnComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaIconColumnComponent, "anna-core-anna-icon-column", never, { "componentName": { "alias": "componentName"; "required": false; }; "iconToShow": { "alias": "iconToShow"; "required": false; }; "dataObject": { "alias": "dataObject"; "required": false; }; }, { "onColumnIconClicked": "onColumnIconClicked"; }, never, never, true, never>;
|
|
17
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AnnaLiveIconTemplateComponent implements OnInit {
|
|
4
|
-
constructor();
|
|
5
|
-
ngOnInit(): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaLiveIconTemplateComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaLiveIconTemplateComponent, "anna-live-icon-template", never, {}, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AnnaLiveIconTemplateComponent implements OnInit {
|
|
4
|
+
constructor();
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaLiveIconTemplateComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaLiveIconTemplateComponent, "anna-live-icon-template", never, {}, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AnnaNoDataComponent implements OnInit {
|
|
4
|
-
width: string;
|
|
5
|
-
marginTop: string;
|
|
6
|
-
message: string;
|
|
7
|
-
constructor();
|
|
8
|
-
ngOnInit(): void;
|
|
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, true, never>;
|
|
11
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AnnaNoDataComponent implements OnInit {
|
|
4
|
+
width: string;
|
|
5
|
+
marginTop: string;
|
|
6
|
+
message: string;
|
|
7
|
+
constructor();
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNoDataComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNoDataComponent, "anna-core-no-data-lib", never, { "width": { "alias": "width"; "required": false; }; "marginTop": { "alias": "marginTop"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AnnaNotifyIconTemplateComponent implements OnInit {
|
|
4
|
-
constructor();
|
|
5
|
-
ngOnInit(): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNotifyIconTemplateComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNotifyIconTemplateComponent, "anna-notify-icon-template", never, {}, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AnnaNotifyIconTemplateComponent implements OnInit {
|
|
4
|
+
constructor();
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNotifyIconTemplateComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNotifyIconTemplateComponent, "anna-notify-icon-template", never, {}, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AnnaPayForPerformanceIconTemplateComponent implements OnInit {
|
|
4
|
-
isTitle: boolean;
|
|
5
|
-
color: string;
|
|
6
|
-
width: string;
|
|
7
|
-
height: string;
|
|
8
|
-
constructor();
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaPayForPerformanceIconTemplateComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaPayForPerformanceIconTemplateComponent, "anna-pay-for-performance-icon-template", never, { "isTitle": "isTitle"; "color": "color"; "width": "width"; "height": "height"; }, {}, never, never, true, never>;
|
|
12
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AnnaPayForPerformanceIconTemplateComponent implements OnInit {
|
|
4
|
+
isTitle: boolean;
|
|
5
|
+
color: string;
|
|
6
|
+
width: string;
|
|
7
|
+
height: string;
|
|
8
|
+
constructor();
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
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>;
|
|
12
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AnnaRejectedIconTemplateComponent implements OnInit {
|
|
4
|
-
constructor();
|
|
5
|
-
ngOnInit(): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaRejectedIconTemplateComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaRejectedIconTemplateComponent, "anna-rejected-icon-template", never, {}, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AnnaRejectedIconTemplateComponent implements OnInit {
|
|
4
|
+
constructor();
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaRejectedIconTemplateComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaRejectedIconTemplateComponent, "anna-rejected-icon-template", never, {}, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -1,41 +1,42 @@
|
|
|
1
|
-
export declare class Constants {
|
|
2
|
-
static readonly SUCCESS_STRING = "success";
|
|
3
|
-
static readonly BACKEND_SERVER_URL = "/server/public/index.php/api";
|
|
4
|
-
static readonly ERROR_MSG = "Error occurred please try again.";
|
|
5
|
-
static readonly NO_DATA_MSG = "No Data to display";
|
|
6
|
-
static readonly SERVER_ERROR = "Server error. Please try Again";
|
|
7
|
-
static readonly USER_ORIGIN = "ANNA";
|
|
8
|
-
static readonly ACTIVE_USER_STATUS = "active";
|
|
9
|
-
static readonly DELETED_USER_STATUS = "deleted";
|
|
10
|
-
static readonly INACTIVE_USER_STATUS = "inactive";
|
|
11
|
-
static readonly OGAdminRole = "Ownership Group Admin";
|
|
12
|
-
static readonly ASARole = "Anna Station Admin";
|
|
13
|
-
static readonly dollars = "$";
|
|
14
|
-
}
|
|
15
|
-
export declare class ErrorCodes {
|
|
16
|
-
static readonly BAD_REQUEST = 400;
|
|
17
|
-
static readonly SERVER_ERROR = 500;
|
|
18
|
-
static readonly SUCCESS_CODE = 200;
|
|
19
|
-
static readonly SUCCESS_CODE_GET = 200;
|
|
20
|
-
static readonly SUCCESS_CODE_POST = 201;
|
|
21
|
-
static readonly SUCCESS_CODE_PATCH = 204;
|
|
22
|
-
static readonly NO_CONTENT = 204;
|
|
23
|
-
static readonly under_review = 409;
|
|
24
|
-
}
|
|
25
|
-
export declare enum Days {
|
|
26
|
-
M = 1,
|
|
27
|
-
Tu = 2,
|
|
28
|
-
We = 3,
|
|
29
|
-
Th = 4,
|
|
30
|
-
F = 5,
|
|
31
|
-
Sa = 6,
|
|
32
|
-
Su = 7
|
|
33
|
-
}
|
|
34
|
-
export declare class OrderSources {
|
|
35
|
-
static readonly Medialine = "Medialine";
|
|
36
|
-
static readonly Non_electronic = "Non electronic";
|
|
37
|
-
static readonly Others = "Others";
|
|
38
|
-
static readonly WOC_unlinked = "WOC Unlinked";
|
|
39
|
-
static readonly WOC_linked = "WOC Linked";
|
|
40
|
-
static readonly WOZ = "WOZ";
|
|
41
|
-
|
|
1
|
+
export declare class Constants {
|
|
2
|
+
static readonly SUCCESS_STRING = "success";
|
|
3
|
+
static readonly BACKEND_SERVER_URL = "/server/public/index.php/api";
|
|
4
|
+
static readonly ERROR_MSG = "Error occurred please try again.";
|
|
5
|
+
static readonly NO_DATA_MSG = "No Data to display";
|
|
6
|
+
static readonly SERVER_ERROR = "Server error. Please try Again";
|
|
7
|
+
static readonly USER_ORIGIN = "ANNA";
|
|
8
|
+
static readonly ACTIVE_USER_STATUS = "active";
|
|
9
|
+
static readonly DELETED_USER_STATUS = "deleted";
|
|
10
|
+
static readonly INACTIVE_USER_STATUS = "inactive";
|
|
11
|
+
static readonly OGAdminRole = "Ownership Group Admin";
|
|
12
|
+
static readonly ASARole = "Anna Station Admin";
|
|
13
|
+
static readonly dollars = "$";
|
|
14
|
+
}
|
|
15
|
+
export declare class ErrorCodes {
|
|
16
|
+
static readonly BAD_REQUEST = 400;
|
|
17
|
+
static readonly SERVER_ERROR = 500;
|
|
18
|
+
static readonly SUCCESS_CODE = 200;
|
|
19
|
+
static readonly SUCCESS_CODE_GET = 200;
|
|
20
|
+
static readonly SUCCESS_CODE_POST = 201;
|
|
21
|
+
static readonly SUCCESS_CODE_PATCH = 204;
|
|
22
|
+
static readonly NO_CONTENT = 204;
|
|
23
|
+
static readonly under_review = 409;
|
|
24
|
+
}
|
|
25
|
+
export declare enum Days {
|
|
26
|
+
M = 1,
|
|
27
|
+
Tu = 2,
|
|
28
|
+
We = 3,
|
|
29
|
+
Th = 4,
|
|
30
|
+
F = 5,
|
|
31
|
+
Sa = 6,
|
|
32
|
+
Su = 7
|
|
33
|
+
}
|
|
34
|
+
export declare class OrderSources {
|
|
35
|
+
static readonly Medialine = "Medialine";
|
|
36
|
+
static readonly Non_electronic = "Non electronic";
|
|
37
|
+
static readonly Others = "Others";
|
|
38
|
+
static readonly WOC_unlinked = "WOC Unlinked";
|
|
39
|
+
static readonly WOC_linked = "WOC Linked";
|
|
40
|
+
static readonly WOZ = "WOZ";
|
|
41
|
+
static readonly Darwin = "Darwin";
|
|
42
|
+
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DigitOnlyDirective implements OnChanges {
|
|
4
|
-
el: ElementRef;
|
|
5
|
-
private hasDecimalPoint;
|
|
6
|
-
private hasNegativeSign;
|
|
7
|
-
private navigationKeys;
|
|
8
|
-
decimal: boolean;
|
|
9
|
-
decimalSeparator: string;
|
|
10
|
-
allowNegatives: boolean;
|
|
11
|
-
allowPaste: boolean;
|
|
12
|
-
negativeSign: string;
|
|
13
|
-
min: number;
|
|
14
|
-
max: number;
|
|
15
|
-
pattern?: string | RegExp;
|
|
16
|
-
private regex;
|
|
17
|
-
inputElement: HTMLInputElement;
|
|
18
|
-
constructor(el: ElementRef);
|
|
19
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
20
|
-
onBeforeInput(e: InputEvent): any;
|
|
21
|
-
onKeyDown(e: KeyboardEvent): any;
|
|
22
|
-
onPaste(event: any): void;
|
|
23
|
-
onDrop(event: DragEvent): void;
|
|
24
|
-
private pasteData;
|
|
25
|
-
private insertAtCursor;
|
|
26
|
-
private triggerEvent;
|
|
27
|
-
private sanitizeInput;
|
|
28
|
-
private getNegativeSignRegExp;
|
|
29
|
-
private isValidDecimal;
|
|
30
|
-
private getSelection;
|
|
31
|
-
private forecastValue;
|
|
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, never, true, never>;
|
|
34
|
-
}
|
|
1
|
+
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DigitOnlyDirective implements OnChanges {
|
|
4
|
+
el: ElementRef;
|
|
5
|
+
private hasDecimalPoint;
|
|
6
|
+
private hasNegativeSign;
|
|
7
|
+
private navigationKeys;
|
|
8
|
+
decimal: boolean;
|
|
9
|
+
decimalSeparator: string;
|
|
10
|
+
allowNegatives: boolean;
|
|
11
|
+
allowPaste: boolean;
|
|
12
|
+
negativeSign: string;
|
|
13
|
+
min: number;
|
|
14
|
+
max: number;
|
|
15
|
+
pattern?: string | RegExp;
|
|
16
|
+
private regex;
|
|
17
|
+
inputElement: HTMLInputElement;
|
|
18
|
+
constructor(el: ElementRef);
|
|
19
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
20
|
+
onBeforeInput(e: InputEvent): any;
|
|
21
|
+
onKeyDown(e: KeyboardEvent): any;
|
|
22
|
+
onPaste(event: any): void;
|
|
23
|
+
onDrop(event: DragEvent): void;
|
|
24
|
+
private pasteData;
|
|
25
|
+
private insertAtCursor;
|
|
26
|
+
private triggerEvent;
|
|
27
|
+
private sanitizeInput;
|
|
28
|
+
private getNegativeSignRegExp;
|
|
29
|
+
private isValidDecimal;
|
|
30
|
+
private getSelection;
|
|
31
|
+
private forecastValue;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DigitOnlyDirective, never>;
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DigitOnlyDirective, "[digitOnly]", 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
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FixedRowsPopupTableDirective {
|
|
4
|
-
private el;
|
|
5
|
-
private renderer;
|
|
6
|
-
popupRowHeight: number;
|
|
7
|
-
popupHeaderHeight: number;
|
|
8
|
-
tableDataLength: number;
|
|
9
|
-
maxRowsRenderedWithoutScrollForPopup: number;
|
|
10
|
-
constructor(el: ElementRef, renderer: Renderer2);
|
|
11
|
-
onWindowResize(): void;
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
setPopUpTableHeight(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FixedRowsPopupTableDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FixedRowsPopupTableDirective, "[fixedRowsInPopupTable]", never, { "popupRowHeight": "popupRowHeight"; "popupHeaderHeight": "popupHeaderHeight"; "tableDataLength": "tableDataLength"; }, {}, never, never, true, never>;
|
|
16
|
-
}
|
|
1
|
+
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FixedRowsPopupTableDirective {
|
|
4
|
+
private el;
|
|
5
|
+
private renderer;
|
|
6
|
+
popupRowHeight: number;
|
|
7
|
+
popupHeaderHeight: number;
|
|
8
|
+
tableDataLength: number;
|
|
9
|
+
maxRowsRenderedWithoutScrollForPopup: number;
|
|
10
|
+
constructor(el: ElementRef, renderer: Renderer2);
|
|
11
|
+
onWindowResize(): void;
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
setPopUpTableHeight(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FixedRowsPopupTableDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FixedRowsPopupTableDirective, "[fixedRowsInPopupTable]", never, { "popupRowHeight": { "alias": "popupRowHeight"; "required": false; }; "popupHeaderHeight": { "alias": "popupHeaderHeight"; "required": false; }; "tableDataLength": { "alias": "tableDataLength"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
|
+
}
|
package/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class showEllipsisTextOnHoverDirective {
|
|
4
|
-
private elementRef;
|
|
5
|
-
constructor(elementRef: ElementRef);
|
|
6
|
-
onMouseEnter(): void;
|
|
7
|
-
checkPositionsInDecimals(domElement: Element): boolean;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<showEllipsisTextOnHoverDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<showEllipsisTextOnHoverDirective, "[showEllipsisTextOnHover]", never, {}, {}, never, never, true, never>;
|
|
10
|
-
}
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class showEllipsisTextOnHoverDirective {
|
|
4
|
+
private elementRef;
|
|
5
|
+
constructor(elementRef: ElementRef);
|
|
6
|
+
onMouseEnter(): void;
|
|
7
|
+
checkPositionsInDecimals(domElement: Element): boolean;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<showEllipsisTextOnHoverDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<showEllipsisTextOnHoverDirective, "[showEllipsisTextOnHover]", never, {}, {}, never, never, true, never>;
|
|
10
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export interface WeekObject {
|
|
2
|
-
startDate: string;
|
|
3
|
-
endDate: string;
|
|
4
|
-
}
|
|
5
|
-
export interface SellerGroupHierarchy {
|
|
6
|
-
inventoryCode: string;
|
|
7
|
-
program: string;
|
|
8
|
-
}
|
|
9
|
-
export interface RatingSellerGroupHierarchy {
|
|
10
|
-
InventoryCode: string;
|
|
11
|
-
Program: string;
|
|
12
|
-
}
|
|
13
|
-
export interface GtColumnIconEmittedData {
|
|
14
|
-
data: any;
|
|
15
|
-
key: string;
|
|
16
|
-
}
|
|
1
|
+
export interface WeekObject {
|
|
2
|
+
startDate: string;
|
|
3
|
+
endDate: string;
|
|
4
|
+
}
|
|
5
|
+
export interface SellerGroupHierarchy {
|
|
6
|
+
inventoryCode: string;
|
|
7
|
+
program: string;
|
|
8
|
+
}
|
|
9
|
+
export interface RatingSellerGroupHierarchy {
|
|
10
|
+
InventoryCode: string;
|
|
11
|
+
Program: string;
|
|
12
|
+
}
|
|
13
|
+
export interface GtColumnIconEmittedData {
|
|
14
|
+
data: any;
|
|
15
|
+
key: string;
|
|
16
|
+
}
|
|
@@ -1,97 +1,97 @@
|
|
|
1
|
-
export interface IRadioButton {
|
|
2
|
-
value: any;
|
|
3
|
-
isDisabled: boolean;
|
|
4
|
-
label: string;
|
|
5
|
-
class: string;
|
|
6
|
-
}
|
|
7
|
-
export interface IAngular2MultiSelectSettings {
|
|
8
|
-
text: string;
|
|
9
|
-
selectAllText: string;
|
|
10
|
-
unSelectAllText: string;
|
|
11
|
-
badgeShowLimit: number;
|
|
12
|
-
singleSelection: boolean;
|
|
13
|
-
classes: string;
|
|
14
|
-
enableSearchFilter: boolean;
|
|
15
|
-
enableCheckAll: boolean;
|
|
16
|
-
autoPosition: boolean;
|
|
17
|
-
position: string;
|
|
18
|
-
lazyLoading: boolean;
|
|
19
|
-
disabled: boolean;
|
|
20
|
-
showCheckbox: boolean;
|
|
21
|
-
enableFilterSelectAll: boolean;
|
|
22
|
-
maxHeight: number;
|
|
23
|
-
}
|
|
24
|
-
export interface INgxAsideSettings {
|
|
25
|
-
title: string;
|
|
26
|
-
cancelButtonTitle: string;
|
|
27
|
-
submitButtonTitle: string;
|
|
28
|
-
closeOnEscape: boolean;
|
|
29
|
-
showOverlay: boolean;
|
|
30
|
-
showDefaultFooter: boolean;
|
|
31
|
-
showDefaultHeader: boolean;
|
|
32
|
-
}
|
|
33
|
-
export interface INgbDatePickerSettings {
|
|
34
|
-
autoClose: boolean;
|
|
35
|
-
placeholder: string;
|
|
36
|
-
displayMonths: number;
|
|
37
|
-
firstDayOfWeek: number;
|
|
38
|
-
showWeekNumbers: boolean;
|
|
39
|
-
readonly: boolean;
|
|
40
|
-
}
|
|
41
|
-
export interface INgSelectSettings {
|
|
42
|
-
allowClear: boolean;
|
|
43
|
-
placeholder: string;
|
|
44
|
-
}
|
|
45
|
-
export interface INgxInfiniteScrollSettings {
|
|
46
|
-
infiniteScrollDistance: number;
|
|
47
|
-
infiniteScrollUpDistance: number;
|
|
48
|
-
infiniteScrollThrottle: number;
|
|
49
|
-
scrollWindow: boolean;
|
|
50
|
-
}
|
|
51
|
-
export interface INgxSkeletonLoaderSettings {
|
|
52
|
-
numberOfSkeletonRows: number[];
|
|
53
|
-
}
|
|
54
|
-
export interface IRadioButtonComponentConfig {
|
|
55
|
-
heading?: string;
|
|
56
|
-
radioButtons: IRadioButton[];
|
|
57
|
-
}
|
|
58
|
-
export interface IConfirmationPopupConfig {
|
|
59
|
-
showCancelButton: boolean;
|
|
60
|
-
title: string;
|
|
61
|
-
showConfirmButton: boolean;
|
|
62
|
-
cancelButtonLabel: string;
|
|
63
|
-
confirmButtonLabel: string;
|
|
64
|
-
showCloseIcon: boolean;
|
|
65
|
-
windowClass: string;
|
|
66
|
-
backdrop: 'static' | boolean;
|
|
67
|
-
size: 'sm' | 'lg';
|
|
68
|
-
keyboard: boolean;
|
|
69
|
-
centered?: boolean;
|
|
70
|
-
}
|
|
71
|
-
export interface IWeekCalendar {
|
|
72
|
-
firstDayOfWeek?: number;
|
|
73
|
-
numberOfMonthsToEnableInPast: number;
|
|
74
|
-
selectMultipleWeeks: boolean;
|
|
75
|
-
showWeekNumbers?: boolean;
|
|
76
|
-
dateFormatToDisplay?: string;
|
|
77
|
-
maxWeeksToShowWithRemainingCount?: number;
|
|
78
|
-
customClass?: string;
|
|
79
|
-
emitMultipleWeekObjects?: boolean;
|
|
80
|
-
dateFormatForRequest?: string;
|
|
81
|
-
maxWeeksToSelect?: number;
|
|
82
|
-
showAsDropdown: boolean;
|
|
83
|
-
selectCurrentWeek: boolean;
|
|
84
|
-
}
|
|
85
|
-
export interface ICustomSingleSelect {
|
|
86
|
-
showSearchBar: boolean;
|
|
87
|
-
placeholder: string;
|
|
88
|
-
classes: string;
|
|
89
|
-
position: Position;
|
|
90
|
-
maxHeightOfList: number;
|
|
91
|
-
minHeightOfList?: number;
|
|
92
|
-
}
|
|
93
|
-
export interface ICustomMultiSelect extends ICustomSingleSelect {
|
|
94
|
-
showErrorWhenNoOptionSelected: boolean;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
export {};
|
|
1
|
+
export interface IRadioButton {
|
|
2
|
+
value: any;
|
|
3
|
+
isDisabled: boolean;
|
|
4
|
+
label: string;
|
|
5
|
+
class: string;
|
|
6
|
+
}
|
|
7
|
+
export interface IAngular2MultiSelectSettings {
|
|
8
|
+
text: string;
|
|
9
|
+
selectAllText: string;
|
|
10
|
+
unSelectAllText: string;
|
|
11
|
+
badgeShowLimit: number;
|
|
12
|
+
singleSelection: boolean;
|
|
13
|
+
classes: string;
|
|
14
|
+
enableSearchFilter: boolean;
|
|
15
|
+
enableCheckAll: boolean;
|
|
16
|
+
autoPosition: boolean;
|
|
17
|
+
position: string;
|
|
18
|
+
lazyLoading: boolean;
|
|
19
|
+
disabled: boolean;
|
|
20
|
+
showCheckbox: boolean;
|
|
21
|
+
enableFilterSelectAll: boolean;
|
|
22
|
+
maxHeight: number;
|
|
23
|
+
}
|
|
24
|
+
export interface INgxAsideSettings {
|
|
25
|
+
title: string;
|
|
26
|
+
cancelButtonTitle: string;
|
|
27
|
+
submitButtonTitle: string;
|
|
28
|
+
closeOnEscape: boolean;
|
|
29
|
+
showOverlay: boolean;
|
|
30
|
+
showDefaultFooter: boolean;
|
|
31
|
+
showDefaultHeader: boolean;
|
|
32
|
+
}
|
|
33
|
+
export interface INgbDatePickerSettings {
|
|
34
|
+
autoClose: boolean;
|
|
35
|
+
placeholder: string;
|
|
36
|
+
displayMonths: number;
|
|
37
|
+
firstDayOfWeek: number;
|
|
38
|
+
showWeekNumbers: boolean;
|
|
39
|
+
readonly: boolean;
|
|
40
|
+
}
|
|
41
|
+
export interface INgSelectSettings {
|
|
42
|
+
allowClear: boolean;
|
|
43
|
+
placeholder: string;
|
|
44
|
+
}
|
|
45
|
+
export interface INgxInfiniteScrollSettings {
|
|
46
|
+
infiniteScrollDistance: number;
|
|
47
|
+
infiniteScrollUpDistance: number;
|
|
48
|
+
infiniteScrollThrottle: number;
|
|
49
|
+
scrollWindow: boolean;
|
|
50
|
+
}
|
|
51
|
+
export interface INgxSkeletonLoaderSettings {
|
|
52
|
+
numberOfSkeletonRows: number[];
|
|
53
|
+
}
|
|
54
|
+
export interface IRadioButtonComponentConfig {
|
|
55
|
+
heading?: string;
|
|
56
|
+
radioButtons: IRadioButton[];
|
|
57
|
+
}
|
|
58
|
+
export interface IConfirmationPopupConfig {
|
|
59
|
+
showCancelButton: boolean;
|
|
60
|
+
title: string;
|
|
61
|
+
showConfirmButton: boolean;
|
|
62
|
+
cancelButtonLabel: string;
|
|
63
|
+
confirmButtonLabel: string;
|
|
64
|
+
showCloseIcon: boolean;
|
|
65
|
+
windowClass: string;
|
|
66
|
+
backdrop: 'static' | boolean;
|
|
67
|
+
size: 'sm' | 'lg';
|
|
68
|
+
keyboard: boolean;
|
|
69
|
+
centered?: boolean;
|
|
70
|
+
}
|
|
71
|
+
export interface IWeekCalendar {
|
|
72
|
+
firstDayOfWeek?: number;
|
|
73
|
+
numberOfMonthsToEnableInPast: number;
|
|
74
|
+
selectMultipleWeeks: boolean;
|
|
75
|
+
showWeekNumbers?: boolean;
|
|
76
|
+
dateFormatToDisplay?: string;
|
|
77
|
+
maxWeeksToShowWithRemainingCount?: number;
|
|
78
|
+
customClass?: string;
|
|
79
|
+
emitMultipleWeekObjects?: boolean;
|
|
80
|
+
dateFormatForRequest?: string;
|
|
81
|
+
maxWeeksToSelect?: number;
|
|
82
|
+
showAsDropdown: boolean;
|
|
83
|
+
selectCurrentWeek: boolean;
|
|
84
|
+
}
|
|
85
|
+
export interface ICustomSingleSelect {
|
|
86
|
+
showSearchBar: boolean;
|
|
87
|
+
placeholder: string;
|
|
88
|
+
classes: string;
|
|
89
|
+
position: Position;
|
|
90
|
+
maxHeightOfList: number;
|
|
91
|
+
minHeightOfList?: number;
|
|
92
|
+
}
|
|
93
|
+
export interface ICustomMultiSelect extends ICustomSingleSelect {
|
|
94
|
+
showErrorWhenNoOptionSelected: boolean;
|
|
95
|
+
}
|
|
96
|
+
type Position = 'TOP' | 'BOTTOM';
|
|
97
|
+
export {};
|