@annalib/anna-core 30.0.19 → 30.0.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/esm2022/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.mjs +5 -5
- package/esm2022/lib/anna-core-shared-lib/components/anna-circular-progress/anna-circular-progress.component.mjs +5 -5
- package/esm2022/lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component.mjs +5 -5
- package/esm2022/lib/anna-core-shared-lib/components/anna-est-icon-template/anna-est-icon-template.component.mjs +5 -5
- package/esm2022/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.mjs +5 -6
- package/esm2022/lib/anna-core-shared-lib/components/anna-licensing-table/anna-licensing-table.component.mjs +28 -0
- package/esm2022/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.mjs +5 -5
- package/esm2022/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.mjs +6 -6
- package/esm2022/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.mjs +5 -5
- package/esm2022/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.mjs +5 -5
- package/esm2022/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.mjs +5 -5
- package/esm2022/lib/anna-core-shared-lib/components/anna-spinner-loader/anna-spinner-loader.component.mjs +4 -4
- package/esm2022/lib/anna-core-shared-lib/directives/digits-only/digits-only.directive.mjs +5 -5
- 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 +5 -5
- package/esm2022/lib/anna-core-shared-lib/models/anna-generic-data-type.model.mjs +1 -1
- package/esm2022/lib/anna-core-shared-lib/models/anna-licensing-table.model.mjs +24 -0
- package/esm2022/lib/anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe.mjs +4 -4
- package/esm2022/lib/anna-core-shared-lib/pipes/annaConvertZeroOrNullOrUndefined.pipe.mjs +4 -4
- package/esm2022/lib/anna-core-shared-lib/pipes/annaDateFormatter.pipe.mjs +3 -3
- package/esm2022/lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe.mjs +4 -4
- package/esm2022/lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe.mjs +4 -4
- package/esm2022/lib/anna-core-shared-lib/pipes/annaTypeOfData.pipe.mjs +3 -3
- package/esm2022/lib/anna-core-shared-lib/services/anna-date-time-format.service.mjs +5 -5
- package/esm2022/lib/anna-core-shared-lib/services/anna-filter.service.mjs +5 -5
- package/esm2022/lib/anna-core-shared-lib/services/anna-generic-table.service.mjs +5 -5
- package/esm2022/lib/anna-core-shared-lib/services/anna-generic-tooltip-html.services.mjs +4 -4
- package/esm2022/lib/anna-core-shared-lib/services/anna-global-config.service.mjs +4 -4
- package/esm2022/lib/anna-core-shared-lib/services/anna-number-format.service.mjs +4 -4
- package/esm2022/lib/anna-core-shared-lib/services/anna-persisting-filter.service.mjs +4 -4
- package/esm2022/lib/anna-core-shared-lib/services/anna-regex-patterns.service.mjs +3 -3
- package/esm2022/lib/anna-core-shared-lib/services/anna-sort.service.mjs +5 -5
- package/esm2022/lib/anna-core-shared-lib/services/anna-spinner-loader.service.mjs +3 -3
- package/esm2022/lib/anna-core.module.mjs +14 -8
- package/esm2022/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.mjs +6 -6
- package/esm2022/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.mjs +5 -5
- package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component.mjs +11 -16
- package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component.mjs +9 -12
- package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component.mjs +9 -12
- package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.mjs +10 -13
- package/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +11 -16
- package/esm2022/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.mjs +7 -8
- package/esm2022/public-api.mjs +3 -1
- package/fesm2022/annalib-anna-core.mjs +232 -202
- package/fesm2022/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.d.ts +1 -1
- package/lib/anna-core-shared-lib/components/anna-licensing-table/anna-licensing-table.component.d.ts +11 -0
- package/lib/anna-core-shared-lib/models/anna-licensing-table.model.d.ts +18 -0
- package/lib/anna-core-shared-lib/services/anna-date-time-format.service.d.ts +2 -2
- package/lib/anna-core.module.d.ts +2 -1
- package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component.d.ts +1 -1
- package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component.d.ts +1 -1
- package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component.d.ts +1 -1
- package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.d.ts +2 -2
- package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +1 -1
- package/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.d.ts +1 -1
- package/package.json +10 -10
- package/public-api.d.ts +2 -0
- package/src/lib/anna-common-scss/_animate.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/_custom-anna-datepicker.scss +14 -14
- package/src/lib/anna-common-scss/_date-picker-form.scss +87 -87
- package/src/lib/anna-common-scss/_edit-filter-popup.scss +1 -5
- 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/_icons.scss +3 -3
- package/src/lib/anna-common-scss/_legend.scss +11 -11
- 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/_scrollbar.scss +14 -14
- 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/_mat-autocomplete.scss +31 -31
package/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.d.ts
CHANGED
|
@@ -11,5 +11,5 @@ export declare class AnnaIconColumnComponent {
|
|
|
11
11
|
columnIconClicked: EventEmitter<GtColumnIconEmittedData>;
|
|
12
12
|
svgIconClicked(rowData: any, key: string): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaIconColumnComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaIconColumnComponent, "anna-core-icon-column", never, { "componentName": { "alias": "componentName"; "required": false; }; "iconToShow": { "alias": "iconToShow"; "required":
|
|
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>;
|
|
15
15
|
}
|
package/lib/anna-core-shared-lib/components/anna-licensing-table/anna-licensing-table.component.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { FeatureDetails, LicensingPlan } from '../../models/anna-licensing-table.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AnnaLicensingTableComponent {
|
|
5
|
+
plans: LicensingPlan[];
|
|
6
|
+
isEditMode: boolean;
|
|
7
|
+
specificationChanged: EventEmitter<any>;
|
|
8
|
+
onValueChange(updatedValue: any, featureDetails: FeatureDetails): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaLicensingTableComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaLicensingTableComponent, "anna-core-licensing-table", never, { "plans": { "alias": "plans"; "required": false; }; "isEditMode": { "alias": "isEditMode"; "required": false; }; }, { "specificationChanged": "specificationChanged"; }, never, never, true, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare class LicensingPlan {
|
|
2
|
+
Id: number;
|
|
3
|
+
PlanId: number;
|
|
4
|
+
PlanName: string;
|
|
5
|
+
PlanStartDate?: string;
|
|
6
|
+
PlanEndDate?: string;
|
|
7
|
+
PlanExpiryDays?: number;
|
|
8
|
+
FeatureDetails: FeatureDetails[];
|
|
9
|
+
constructor(data: any);
|
|
10
|
+
}
|
|
11
|
+
export declare class FeatureDetails {
|
|
12
|
+
FeatureId: number;
|
|
13
|
+
FeatureName: string;
|
|
14
|
+
FeatureDescription: string;
|
|
15
|
+
IsEnabled: boolean;
|
|
16
|
+
Specification: any[];
|
|
17
|
+
constructor(data: any);
|
|
18
|
+
}
|
|
@@ -16,14 +16,14 @@ export declare class AnnaDateTimeFormatService {
|
|
|
16
16
|
addZero(time: any): any;
|
|
17
17
|
sortByTimeAscending(a: any, b: any): number;
|
|
18
18
|
sortByTimeDescending(a: any, b: any): number;
|
|
19
|
-
compareTime(a: dayjs.Dayjs, b: dayjs.Dayjs, unit: UnitType, isAsc: boolean):
|
|
19
|
+
compareTime(a: dayjs.Dayjs, b: dayjs.Dayjs, unit: UnitType, isAsc: boolean): 1 | -1 | 0;
|
|
20
20
|
convertNgbDateToMoment(ngbDate: NgbDate | NgbDateType): string;
|
|
21
21
|
compareDate(a: string, b: string, isAsc: boolean): number;
|
|
22
22
|
static formatTwentyFourHourTimeToHHMMAFormat(value: any, date?: string): string;
|
|
23
23
|
static formatTwelveHourTimeToHHMMAFormat(timeValue: any, date?: string): string;
|
|
24
24
|
formatDateAndHHMMATimeToStandardFormat(dateAndTime: any): string;
|
|
25
25
|
compare(a: number | string, b: number | string, isAsc: boolean): number;
|
|
26
|
-
sortDataByBroadcastTimeAsc(firstParamTime: string, secondParamTime: string, broadcastTime: string):
|
|
26
|
+
sortDataByBroadcastTimeAsc(firstParamTime: string, secondParamTime: string, broadcastTime: string): 1 | -1 | 0;
|
|
27
27
|
convertNgbDateToMomentInSpecificFormat(ngbDate: NgbDateType, format: string): string;
|
|
28
28
|
getBroadcastWeek(startDate: any, format?: string): {
|
|
29
29
|
start: dayjs.Dayjs;
|
|
@@ -36,8 +36,9 @@ import * as i34 from "./anna-core-shared-lib/pipes/annaConvertArrayToCommaSepera
|
|
|
36
36
|
import * as i35 from "./anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive";
|
|
37
37
|
import * as i36 from "./anna-core-shared-lib/components/anna-est-icon-template/anna-est-icon-template.component";
|
|
38
38
|
import * as i37 from "./anna-core-shared-lib/components/anna-spinner-loader/anna-spinner-loader.component";
|
|
39
|
+
import * as i38 from "./anna-core-shared-lib/components/anna-licensing-table/anna-licensing-table.component";
|
|
39
40
|
export declare class AnnaCoreModule {
|
|
40
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaCoreModule, never>;
|
|
41
|
-
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 i37.AnnaSpinnerLoaderComponent], [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 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, typeof i37.AnnaSpinnerLoaderComponent]>;
|
|
42
|
+
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 i37.AnnaSpinnerLoaderComponent, typeof i38.AnnaLicensingTableComponent], [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 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, typeof i37.AnnaSpinnerLoaderComponent, typeof i38.AnnaLicensingTableComponent]>;
|
|
42
43
|
static ɵinj: i0.ɵɵInjectorDeclaration<AnnaCoreModule>;
|
|
43
44
|
}
|
|
@@ -59,5 +59,5 @@ export declare class AnnaColumnCheckboxFilterComponent implements OnInit {
|
|
|
59
59
|
clearSearchedItem(): void;
|
|
60
60
|
storeSortTypeInTempVariable(event: SortType): void;
|
|
61
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaColumnCheckboxFilterComponent, never>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaColumnCheckboxFilterComponent, "anna-core-anna-column-checkbox-filter", never, { "showFilterHeaderTabs": { "alias": "showFilterHeaderTabs"; "required": false; }; "isLurAndCsrComponent": { "alias": "isLurAndCsrComponent"; "required": false; }; "tableData": { "alias": "tableData"; "required":
|
|
62
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaColumnCheckboxFilterComponent, "anna-core-anna-column-checkbox-filter", never, { "showFilterHeaderTabs": { "alias": "showFilterHeaderTabs"; "required": false; }; "isLurAndCsrComponent": { "alias": "isLurAndCsrComponent"; "required": false; }; "tableData": { "alias": "tableData"; "required": false; }; "clonedTableData": { "alias": "clonedTableData"; "required": false; }; "filterTabObjects": { "alias": "filterTabObjects"; "required": false; }; }, { "filterAppliedToTable": "filterAppliedToTable"; "sortingAppliedToTable": "sortingAppliedToTable"; "getSortType": "getSortType"; "closeTooltip": "closeTooltip"; }, never, never, true, never>;
|
|
63
63
|
}
|
|
@@ -49,5 +49,5 @@ export declare class AnnaColumnDateRangeFilterComponent implements OnInit {
|
|
|
49
49
|
clearColumnFilter(): void;
|
|
50
50
|
storeSortTypeInTempVariable(event: SortType): void;
|
|
51
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaColumnDateRangeFilterComponent, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaColumnDateRangeFilterComponent, "anna-core-anna-column-date-range-filter", never, { "tableData": { "alias": "tableData"; "required":
|
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaColumnDateRangeFilterComponent, "anna-core-anna-column-date-range-filter", never, { "tableData": { "alias": "tableData"; "required": false; }; "clonedTableData": { "alias": "clonedTableData"; "required": false; }; "filterTabObjects": { "alias": "filterTabObjects"; "required": false; }; "isLurAndCsrComponent": { "alias": "isLurAndCsrComponent"; "required": false; }; "showFilterHeaderTabs": { "alias": "showFilterHeaderTabs"; "required": false; }; }, { "filterAppliedToTable": "filterAppliedToTable"; "sortingAppliedToTable": "sortingAppliedToTable"; "getSortType": "getSortType"; "closeTooltip": "closeTooltip"; }, never, never, true, never>;
|
|
53
53
|
}
|
|
@@ -61,5 +61,5 @@ export declare class AnnaColumnSliderFilterComponent implements OnInit {
|
|
|
61
61
|
emitData(): void;
|
|
62
62
|
clearColumnFilter(): void;
|
|
63
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaColumnSliderFilterComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaColumnSliderFilterComponent, "anna-core-anna-column-slider-filter", never, { "filterTabObjects": { "alias": "filterTabObjects"; "required": false; }; "isLurAndCsrComponent": { "alias": "isLurAndCsrComponent"; "required": false; }; "tableData": { "alias": "tableData"; "required":
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaColumnSliderFilterComponent, "anna-core-anna-column-slider-filter", never, { "filterTabObjects": { "alias": "filterTabObjects"; "required": false; }; "isLurAndCsrComponent": { "alias": "isLurAndCsrComponent"; "required": false; }; "tableData": { "alias": "tableData"; "required": false; }; "showFilterHeaderTabs": { "alias": "showFilterHeaderTabs"; "required": false; }; "clonedTableData": { "alias": "clonedTableData"; "required": false; }; }, { "closeTooltip": "closeTooltip"; "filterAppliedToTable": "filterAppliedToTable"; "getSortType": "getSortType"; "sortingAppliedToTable": "sortingAppliedToTable"; }, never, never, true, never>;
|
|
65
65
|
}
|
|
@@ -13,9 +13,9 @@ export declare class AnnaColumnTimeFilterComponent implements OnInit {
|
|
|
13
13
|
tableData: any[];
|
|
14
14
|
clonedTableData: any[];
|
|
15
15
|
filterTabObjects: any[];
|
|
16
|
-
isLurAndCsrComponent: boolean;
|
|
17
16
|
showFilterHeaderTabs: boolean;
|
|
18
17
|
showAllTimeRangeCheckboxes: boolean;
|
|
18
|
+
isLurAndCsrComponent: boolean;
|
|
19
19
|
gtGeneralConfig: IGtGeneralConfig;
|
|
20
20
|
showClearAllFilter: boolean;
|
|
21
21
|
startFromText: string;
|
|
@@ -80,5 +80,5 @@ export declare class AnnaColumnTimeFilterComponent implements OnInit {
|
|
|
80
80
|
clearColumnFilter(): void;
|
|
81
81
|
storeSortTypeInTempVariable(event: SortType): void;
|
|
82
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaColumnTimeFilterComponent, never>;
|
|
83
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaColumnTimeFilterComponent, "anna-core-anna-column-time-filter", never, { "tableData": { "alias": "tableData"; "required":
|
|
83
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaColumnTimeFilterComponent, "anna-core-anna-column-time-filter", never, { "tableData": { "alias": "tableData"; "required": false; }; "clonedTableData": { "alias": "clonedTableData"; "required": false; }; "filterTabObjects": { "alias": "filterTabObjects"; "required": false; }; "showFilterHeaderTabs": { "alias": "showFilterHeaderTabs"; "required": false; }; "showAllTimeRangeCheckboxes": { "alias": "showAllTimeRangeCheckboxes"; "required": false; }; "isLurAndCsrComponent": { "alias": "isLurAndCsrComponent"; "required": false; }; "gtGeneralConfig": { "alias": "gtGeneralConfig"; "required": false; }; "showClearAllFilter": { "alias": "showClearAllFilter"; "required": false; }; "startFromText": { "alias": "startFromText"; "required": false; }; "endToText": { "alias": "endToText"; "required": false; }; "isSortAndFilterAbsent": { "alias": "isSortAndFilterAbsent"; "required": false; }; }, { "timeChanges": "timeChanges"; "timeChangedEmitter": "timeChangedEmitter"; "filterAppliedToTable": "filterAppliedToTable"; "sortingAppliedToTable": "sortingAppliedToTable"; "getSortType": "getSortType"; "closeTooltip": "closeTooltip"; }, never, never, true, never>;
|
|
84
84
|
}
|
|
@@ -196,6 +196,6 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
196
196
|
showEntireStatusNote(): void;
|
|
197
197
|
closeStatusNoteTooltip(): void;
|
|
198
198
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNonEditableGenericTableComponent, never>;
|
|
199
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNonEditableGenericTableComponent, "anna-core-non-editable-generic-table-lib", never, { "showSkeletonLoading": { "alias": "showSkeletonLoading"; "required": false; }; "tableHeaders": { "alias": "tableHeaders"; "required":
|
|
199
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNonEditableGenericTableComponent, "anna-core-non-editable-generic-table-lib", never, { "showSkeletonLoading": { "alias": "showSkeletonLoading"; "required": false; }; "tableHeaders": { "alias": "tableHeaders"; "required": false; }; "tableData": { "alias": "tableData"; "required": false; }; "clonedTableData": { "alias": "clonedTableData"; "required": false; }; "gtGeneralConfig": { "alias": "gtGeneralConfig"; "required": false; }; "totalRowInfo": { "alias": "totalRowInfo"; "required": false; }; "gtDimension": { "alias": "gtDimension"; "required": false; }; "tableClass": { "alias": "tableClass"; "required": false; }; "maximumRowsWhichCanBeRenderedWithoutScroll": { "alias": "maximumRowsWhichCanBeRenderedWithoutScroll"; "required": false; }; "fixNumberOfRowsForPopup": { "alias": "fixNumberOfRowsForPopup"; "required": false; }; "limit": { "alias": "limit"; "required": false; }; "includeBorderInTableHeight": { "alias": "includeBorderInTableHeight"; "required": false; }; "downloadInProgress": { "alias": "downloadInProgress"; "required": false; }; "percentDone": { "alias": "percentDone"; "required": false; }; "starredInProgress": { "alias": "starredInProgress"; "required": false; }; "clickableRow": { "alias": "clickableRow"; "required": false; }; "setTableHeightWhenRowSizeIsFixed": { "alias": "setTableHeightWhenRowSizeIsFixed"; "required": false; }; "tableBorderBottomClassRequired": { "alias": "tableBorderBottomClassRequired"; "required": false; }; "hideSomeTds": { "alias": "hideSomeTds"; "required": false; }; "tdsHaveRowSpan": { "alias": "tdsHaveRowSpan"; "required": false; }; "multipleTablesPresent": { "alias": "multipleTablesPresent"; "required": false; }; "showOrHideToggleForTotalRow": { "alias": "showOrHideToggleForTotalRow"; "required": false; }; }, { "toggleCheckbox": "toggleCheckbox"; "toggleRowCheckbox": "toggleRowCheckbox"; "toggleHeaderCheckbox": "toggleHeaderCheckbox"; "undoIconClicked": "undoIconClicked"; "filterAppliedToTable": "filterAppliedToTable"; "sortingAppliedToTable": "sortingAppliedToTable"; "rowClicked": "rowClicked"; "radioButtonSelected": "radioButtonSelected"; "columnFilterOpened": "columnFilterOpened"; "columnFilterClosed": "columnFilterClosed"; "gtIconClicked": "gtIconClicked"; "gtSVGIconClicked": "gtSVGIconClicked"; "gtTextActionClicked": "gtTextActionClicked"; "gtViewDetailClicked": "gtViewDetailClicked"; "gtInnerHTMLClicked": "gtInnerHTMLClicked"; "downloadSpotDetails": "downloadSpotDetails"; "clickableDataClicked": "clickableDataClicked"; "totalRowIconClicked": "totalRowIconClicked"; "notificationIconHover": "notificationIconHover"; "notificationIconHoverLeave": "notificationIconHoverLeave"; "editableInputEdited": "editableInputEdited"; "radioButtonMessageIconClicked": "radioButtonMessageIconClicked"; "statusNotePopupOpened": "statusNotePopupOpened"; }, never, never, true, never>;
|
|
200
200
|
}
|
|
201
201
|
export {};
|
|
@@ -13,5 +13,5 @@ export declare class AnnaSortComponent implements OnChanges, OnInit {
|
|
|
13
13
|
ngOnInit(): void;
|
|
14
14
|
setSortType(option: string): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaSortComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaSortComponent, "anna-core-sort-lib", never, { "sortObjectKey": { "alias": "sortObjectKey"; "required":
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaSortComponent, "anna-core-sort-lib", never, { "sortObjectKey": { "alias": "sortObjectKey"; "required": false; }; }, { "sortOptionClicked": "sortOptionClicked"; }, never, never, true, never>;
|
|
17
17
|
}
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@annalib/anna-core",
|
|
3
|
-
"version": "30.0.
|
|
3
|
+
"version": "30.0.21",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular-slider/ngx-slider": "^
|
|
6
|
-
"@angular/common": "^
|
|
7
|
-
"@angular/core": "^
|
|
8
|
-
"@angular/material": "^
|
|
9
|
-
"@ng-bootstrap/ng-bootstrap": "^
|
|
10
|
-
"dayjs": "^1.11.
|
|
5
|
+
"@angular-slider/ngx-slider": "^16.0.1",
|
|
6
|
+
"@angular/common": "^16.2.12",
|
|
7
|
+
"@angular/core": "^16.2.12",
|
|
8
|
+
"@angular/material": "^16.2.14",
|
|
9
|
+
"@ng-bootstrap/ng-bootstrap": "^15.1.2",
|
|
10
|
+
"dayjs": "^1.11.10",
|
|
11
11
|
"lodash-es": "^4.17.21",
|
|
12
12
|
"ng-circle-progress": "^1.7.1",
|
|
13
|
-
"ngx-skeleton-loader": "^
|
|
14
|
-
"@types/node": "^20.
|
|
13
|
+
"ngx-skeleton-loader": "^8.0.0",
|
|
14
|
+
"@types/node": "^12.20.55"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"tslib": "^2.
|
|
17
|
+
"tslib": "^2.5.0"
|
|
18
18
|
},
|
|
19
19
|
"module": "fesm2022/annalib-anna-core.mjs",
|
|
20
20
|
"typings": "index.d.ts",
|
package/public-api.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export * from "./lib/anna-core-shared-lib/components/anna-buyer-approval-icon-te
|
|
|
3
3
|
export * from "./lib/anna-core-shared-lib/components/anna-circular-progress/anna-circular-progress.component";
|
|
4
4
|
export * from "./lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component";
|
|
5
5
|
export * from "./lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component";
|
|
6
|
+
export * from "./lib/anna-core-shared-lib/components/anna-licensing-table/anna-licensing-table.component";
|
|
6
7
|
export * from "./lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component";
|
|
7
8
|
export * from "./lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component";
|
|
8
9
|
export * from "./lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component";
|
|
@@ -21,6 +22,7 @@ export * from "./lib/anna-core-shared-lib/services/anna-sort.service";
|
|
|
21
22
|
export * from "./lib/anna-core-shared-lib/services/anna-spinner-loader.service";
|
|
22
23
|
export * from "./lib/anna-core-shared-lib/models/anna-generic-data-type.model";
|
|
23
24
|
export * from "./lib/anna-core-shared-lib/models/anna-global-dropdown-config.model";
|
|
25
|
+
export * from "./lib/anna-core-shared-lib/models/anna-licensing-table.model";
|
|
24
26
|
export * from "./lib/anna-core-shared-lib/models/anna-non-editable-gt-models";
|
|
25
27
|
export * from "./lib/anna-core-shared-lib/models/anna-sort.model";
|
|
26
28
|
export * from "./lib/anna-core-shared-lib/models/anna-tooltip.model";
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
// scss-lint:disable all
|
|
2
|
-
.animated {
|
|
3
|
-
animation-duration: 1s;
|
|
4
|
-
// animation-fill-mode: both;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.animated.infinite {
|
|
8
|
-
animation-iteration-count: infinite;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.animated.hinge {
|
|
12
|
-
animation-duration: 2s;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
@keyframes fadeIn {
|
|
16
|
-
from {
|
|
17
|
-
opacity: 0;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
to {
|
|
21
|
-
opacity: 1;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.fadeIn {
|
|
26
|
-
animation-name: fadeIn;
|
|
27
|
-
}
|
|
1
|
+
// scss-lint:disable all
|
|
2
|
+
.animated {
|
|
3
|
+
animation-duration: 1s;
|
|
4
|
+
// animation-fill-mode: both;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.animated.infinite {
|
|
8
|
+
animation-iteration-count: infinite;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.animated.hinge {
|
|
12
|
+
animation-duration: 2s;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@keyframes fadeIn {
|
|
16
|
+
from {
|
|
17
|
+
opacity: 0;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
to {
|
|
21
|
+
opacity: 1;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.fadeIn {
|
|
26
|
+
animation-name: fadeIn;
|
|
27
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
@import "./colors";
|
|
2
|
-
|
|
3
|
-
@mixin enableDisableBtnStyle() {
|
|
4
|
-
background-color: white;
|
|
5
|
-
text-decoration: underline;
|
|
6
|
-
color: $primary-color;
|
|
7
|
-
border: none;
|
|
8
|
-
|
|
9
|
-
&:hover:enabled {
|
|
10
|
-
color: $charcoal;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
&:disabled {
|
|
14
|
-
color: $charcoal;
|
|
15
|
-
opacity: 0.5;
|
|
16
|
-
cursor: not-allowed;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
1
|
+
@import "./colors";
|
|
2
|
+
|
|
3
|
+
@mixin enableDisableBtnStyle() {
|
|
4
|
+
background-color: white;
|
|
5
|
+
text-decoration: underline;
|
|
6
|
+
color: $primary-color;
|
|
7
|
+
border: none;
|
|
8
|
+
|
|
9
|
+
&:hover:enabled {
|
|
10
|
+
color: $charcoal;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
&:disabled {
|
|
14
|
+
color: $charcoal;
|
|
15
|
+
opacity: 0.5;
|
|
16
|
+
cursor: not-allowed;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -1,107 +1,107 @@
|
|
|
1
|
-
$primary-color: #268bff;
|
|
2
|
-
$background-white: #ffffff;
|
|
3
|
-
$lightGray: #d3d3d3;
|
|
4
|
-
$lightGray-1: #f1f1f1;
|
|
5
|
-
$lightGray-2: #b3b3b3;
|
|
6
|
-
$lightGray-3: #ededed;
|
|
7
|
-
$lightGray-4: #d4d4d4;
|
|
8
|
-
$lightGray-5: #e6e6e6;
|
|
9
|
-
$lightGray-6: #c8c8c8;
|
|
10
|
-
$lightGray-7: #9b9b9b;
|
|
11
|
-
$lightGray-9: #d9e1e6;
|
|
12
|
-
$lightGray-8: #b7b7b7;
|
|
13
|
-
$dimGray: #747474;
|
|
14
|
-
$lightDimGray: #666666;
|
|
15
|
-
$coralRed: #ff4747;
|
|
16
|
-
$greenCyan: #00c853;
|
|
17
|
-
$bookedColor: #9b1b93;
|
|
18
|
-
$orderedColor: #d780d1;
|
|
19
|
-
$billableColor: #f2bdef;
|
|
20
|
-
$nationalColor: #f5dd31;
|
|
21
|
-
$localColor: #8db72e;
|
|
22
|
-
$lavenderBlue: #c7e1ff;
|
|
23
|
-
$aliceBlue: #e3f0ff;
|
|
24
|
-
$dodgerBlue: #1582ff;
|
|
25
|
-
$lightGrey: #d6d6d6;
|
|
26
|
-
$coldTurkey: #ceb6b6;
|
|
27
|
-
$lightSilver: #d8d8d8;
|
|
28
|
-
$GraythirtySeven: #5e5e5e;
|
|
29
|
-
$charcoal: #4a4a4a;
|
|
30
|
-
$sellerReviewColor: #f3bd18;
|
|
31
|
-
$buyerReviewColor: #1565c0;
|
|
32
|
-
$reviewCompleteColor: #00c853;
|
|
33
|
-
$recoveredPreemptionColor: #0071ce;
|
|
34
|
-
$deepSkyBlue: #00b0ff;
|
|
35
|
-
$licorice: #2e384d;
|
|
36
|
-
$navyBlue: #0071ce;
|
|
37
|
-
$nobelGray: #b7b6b6;
|
|
38
|
-
$whiteSmoke: #f7f6f6;
|
|
39
|
-
$gray: #979797;
|
|
40
|
-
$paleBlue: #c2cfd6;
|
|
41
|
-
$lightViolet: #9169fc;
|
|
42
|
-
$dimViolet: #e5dbff;
|
|
43
|
-
$darkViolet: #555099;
|
|
44
|
-
$whisper: #e9e9e9;
|
|
45
|
-
$lynxWhite: #f7f7f7;
|
|
46
|
-
$lightAliceBlue: #e5f1ff;
|
|
47
|
-
$veryLightGrey: #cfcfcf;
|
|
48
|
-
$darkCharcoal: #333333;
|
|
49
|
-
$noRevisionFound: #f47228;
|
|
50
|
-
$redOrange: #f44336;
|
|
51
|
-
$DRRBgColor: #edecec;
|
|
52
|
-
$darkYellowWarning: #f3c639;
|
|
53
|
-
$lightYellow: #fff8e3;
|
|
54
|
-
$filterRadioContainer: #f4f4f4;
|
|
55
|
-
$oliveGreen: #8bac2a;
|
|
56
|
-
$calendarLabel: #222b45;
|
|
57
|
-
$olivedrab: #6b8e23;
|
|
58
|
-
$redOrange: #fe3824;
|
|
59
|
-
$chineseSilver: #cccccc;
|
|
60
|
-
$grey: #767676;
|
|
61
|
-
$primary-success: #47d490;
|
|
62
|
-
$secondary-success: #ebf6f1;
|
|
63
|
-
$primary-warning: #f3c639;
|
|
64
|
-
$secondary-warning: #fff8e3;
|
|
65
|
-
$primary-dark: #90a4ae;
|
|
66
|
-
$secondary-dark: #ebedee;
|
|
67
|
-
$primary-danger: #fc8383;
|
|
68
|
-
$secondary-danger: #ffeded;
|
|
69
|
-
$Gray94: #f0f0f0;
|
|
70
|
-
$whisper: #ededed;
|
|
71
|
-
$whiteSmoke2: #f4f4f4;
|
|
72
|
-
$pinkSwan: #b5b5b5;
|
|
73
|
-
$matterhorn: #4f4f4f;
|
|
74
|
-
$lightGrey: #d4d4d4;
|
|
75
|
-
$gray74: #bdbdbd;
|
|
76
|
-
$gray86: #dbdbdb;
|
|
77
|
-
$darkBlueShade: #222b45;
|
|
78
|
-
$green: #8bac2a;
|
|
79
|
-
$darkPurpleShade: #555099;
|
|
80
|
-
$pattensBlue: #d8eaff;
|
|
81
|
-
$quartz: #dddceb;
|
|
82
|
-
$darkGray: #a7a7a7;
|
|
83
|
-
$darkGray1: #cbcbcb;
|
|
84
|
-
$awaitingSellerReview: #f7f2d1;
|
|
85
|
-
$awaitingSellerReviewBorder: #dec30b;
|
|
86
|
-
$amber: #ffc107;
|
|
87
|
-
$whiteSmoke3: #efefef;
|
|
88
|
-
$greyChateau: #a2a8ad;
|
|
89
|
-
$roseBud: #f9b3ae;
|
|
90
|
-
$paleRed: #fde4e3;
|
|
91
|
-
$redOrange3: #f44336;
|
|
92
|
-
$redOrange4: #fe3824;
|
|
93
|
-
$gray43: #6e6e6e;
|
|
94
|
-
$dodgerBlue2: #4099ff;
|
|
95
|
-
$fruitSalad: #43a047;
|
|
96
|
-
$nero: #212121;
|
|
97
|
-
$darkGray2: #a4a4a4;
|
|
98
|
-
$pinkSwan: #b7b7b7;
|
|
99
|
-
$blue: #d8eaff;
|
|
100
|
-
$lightBlue: #eff6ff;
|
|
101
|
-
$sunsetOrange: #ff5353;
|
|
102
|
-
$redShade: #ff5252;
|
|
103
|
-
$lightBlueShade: #d6dcff;
|
|
104
|
-
$blueBerry: #536dfe;
|
|
105
|
-
$darkPink: #be489d;
|
|
106
|
-
$lightPinkShade: #f4e7f2;
|
|
107
|
-
$sellerGroupChildRow: #f9f3f8;
|
|
1
|
+
$primary-color: #268bff;
|
|
2
|
+
$background-white: #ffffff;
|
|
3
|
+
$lightGray: #d3d3d3;
|
|
4
|
+
$lightGray-1: #f1f1f1;
|
|
5
|
+
$lightGray-2: #b3b3b3;
|
|
6
|
+
$lightGray-3: #ededed;
|
|
7
|
+
$lightGray-4: #d4d4d4;
|
|
8
|
+
$lightGray-5: #e6e6e6;
|
|
9
|
+
$lightGray-6: #c8c8c8;
|
|
10
|
+
$lightGray-7: #9b9b9b;
|
|
11
|
+
$lightGray-9: #d9e1e6;
|
|
12
|
+
$lightGray-8: #b7b7b7;
|
|
13
|
+
$dimGray: #747474;
|
|
14
|
+
$lightDimGray: #666666;
|
|
15
|
+
$coralRed: #ff4747;
|
|
16
|
+
$greenCyan: #00c853;
|
|
17
|
+
$bookedColor: #9b1b93;
|
|
18
|
+
$orderedColor: #d780d1;
|
|
19
|
+
$billableColor: #f2bdef;
|
|
20
|
+
$nationalColor: #f5dd31;
|
|
21
|
+
$localColor: #8db72e;
|
|
22
|
+
$lavenderBlue: #c7e1ff;
|
|
23
|
+
$aliceBlue: #e3f0ff;
|
|
24
|
+
$dodgerBlue: #1582ff;
|
|
25
|
+
$lightGrey: #d6d6d6;
|
|
26
|
+
$coldTurkey: #ceb6b6;
|
|
27
|
+
$lightSilver: #d8d8d8;
|
|
28
|
+
$GraythirtySeven: #5e5e5e;
|
|
29
|
+
$charcoal: #4a4a4a;
|
|
30
|
+
$sellerReviewColor: #f3bd18;
|
|
31
|
+
$buyerReviewColor: #1565c0;
|
|
32
|
+
$reviewCompleteColor: #00c853;
|
|
33
|
+
$recoveredPreemptionColor: #0071ce;
|
|
34
|
+
$deepSkyBlue: #00b0ff;
|
|
35
|
+
$licorice: #2e384d;
|
|
36
|
+
$navyBlue: #0071ce;
|
|
37
|
+
$nobelGray: #b7b6b6;
|
|
38
|
+
$whiteSmoke: #f7f6f6;
|
|
39
|
+
$gray: #979797;
|
|
40
|
+
$paleBlue: #c2cfd6;
|
|
41
|
+
$lightViolet: #9169fc;
|
|
42
|
+
$dimViolet: #e5dbff;
|
|
43
|
+
$darkViolet: #555099;
|
|
44
|
+
$whisper: #e9e9e9;
|
|
45
|
+
$lynxWhite: #f7f7f7;
|
|
46
|
+
$lightAliceBlue: #e5f1ff;
|
|
47
|
+
$veryLightGrey: #cfcfcf;
|
|
48
|
+
$darkCharcoal: #333333;
|
|
49
|
+
$noRevisionFound: #f47228;
|
|
50
|
+
$redOrange: #f44336;
|
|
51
|
+
$DRRBgColor: #edecec;
|
|
52
|
+
$darkYellowWarning: #f3c639;
|
|
53
|
+
$lightYellow: #fff8e3;
|
|
54
|
+
$filterRadioContainer: #f4f4f4;
|
|
55
|
+
$oliveGreen: #8bac2a;
|
|
56
|
+
$calendarLabel: #222b45;
|
|
57
|
+
$olivedrab: #6b8e23;
|
|
58
|
+
$redOrange: #fe3824;
|
|
59
|
+
$chineseSilver: #cccccc;
|
|
60
|
+
$grey: #767676;
|
|
61
|
+
$primary-success: #47d490;
|
|
62
|
+
$secondary-success: #ebf6f1;
|
|
63
|
+
$primary-warning: #f3c639;
|
|
64
|
+
$secondary-warning: #fff8e3;
|
|
65
|
+
$primary-dark: #90a4ae;
|
|
66
|
+
$secondary-dark: #ebedee;
|
|
67
|
+
$primary-danger: #fc8383;
|
|
68
|
+
$secondary-danger: #ffeded;
|
|
69
|
+
$Gray94: #f0f0f0;
|
|
70
|
+
$whisper: #ededed;
|
|
71
|
+
$whiteSmoke2: #f4f4f4;
|
|
72
|
+
$pinkSwan: #b5b5b5;
|
|
73
|
+
$matterhorn: #4f4f4f;
|
|
74
|
+
$lightGrey: #d4d4d4;
|
|
75
|
+
$gray74: #bdbdbd;
|
|
76
|
+
$gray86: #dbdbdb;
|
|
77
|
+
$darkBlueShade: #222b45;
|
|
78
|
+
$green: #8bac2a;
|
|
79
|
+
$darkPurpleShade: #555099;
|
|
80
|
+
$pattensBlue: #d8eaff;
|
|
81
|
+
$quartz: #dddceb;
|
|
82
|
+
$darkGray: #a7a7a7;
|
|
83
|
+
$darkGray1: #cbcbcb;
|
|
84
|
+
$awaitingSellerReview: #f7f2d1;
|
|
85
|
+
$awaitingSellerReviewBorder: #dec30b;
|
|
86
|
+
$amber: #ffc107;
|
|
87
|
+
$whiteSmoke3: #efefef;
|
|
88
|
+
$greyChateau: #a2a8ad;
|
|
89
|
+
$roseBud: #f9b3ae;
|
|
90
|
+
$paleRed: #fde4e3;
|
|
91
|
+
$redOrange3: #f44336;
|
|
92
|
+
$redOrange4: #fe3824;
|
|
93
|
+
$gray43: #6e6e6e;
|
|
94
|
+
$dodgerBlue2: #4099ff;
|
|
95
|
+
$fruitSalad: #43a047;
|
|
96
|
+
$nero: #212121;
|
|
97
|
+
$darkGray2: #a4a4a4;
|
|
98
|
+
$pinkSwan: #b7b7b7;
|
|
99
|
+
$blue: #d8eaff;
|
|
100
|
+
$lightBlue: #eff6ff;
|
|
101
|
+
$sunsetOrange: #ff5353;
|
|
102
|
+
$redShade: #ff5252;
|
|
103
|
+
$lightBlueShade: #d6dcff;
|
|
104
|
+
$blueBerry: #536dfe;
|
|
105
|
+
$darkPink: #be489d;
|
|
106
|
+
$lightPinkShade: #f4e7f2;
|
|
107
|
+
$sellerGroupChildRow: #f9f3f8;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
:host ::ng-deep.ngb-dp-arrow button:disabled {
|
|
2
|
-
color: #4a4a4a;
|
|
3
|
-
background-color: #fff;
|
|
4
|
-
opacity: 0.25;
|
|
5
|
-
cursor: not-allowed;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
:host ::ng-deep.ngb-dp-arrow button:disabled .ngb-dp-navigation-chevron {
|
|
9
|
-
color: #4a4a4a;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
:host ::ng-deep.ngb-dp-arrow button .ngb-dp-navigation-chevron {
|
|
13
|
-
color: #000;
|
|
14
|
-
}
|
|
1
|
+
:host ::ng-deep.ngb-dp-arrow button:disabled {
|
|
2
|
+
color: #4a4a4a;
|
|
3
|
+
background-color: #fff;
|
|
4
|
+
opacity: 0.25;
|
|
5
|
+
cursor: not-allowed;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
:host ::ng-deep.ngb-dp-arrow button:disabled .ngb-dp-navigation-chevron {
|
|
9
|
+
color: #4a4a4a;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
:host ::ng-deep.ngb-dp-arrow button .ngb-dp-navigation-chevron {
|
|
13
|
+
color: #000;
|
|
14
|
+
}
|