@annalib/anna-core 34.0.37 → 34.0.38
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/fesm2022/annalib-anna-core.mjs +53 -8
- package/fesm2022/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/services/anna-date-time-format.service.d.ts +2 -2
- package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +4 -1
- package/package.json +1 -1
- package/src/lib/anna-common-scss/user-module-common-scss/_user-tag-status.scss +2 -1
|
@@ -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): 0 | 1 | -1;
|
|
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): 0 | 1 | -1;
|
|
27
27
|
convertNgbDateToMomentInSpecificFormat(ngbDate: NgbDateType, format: string): string;
|
|
28
28
|
getBroadcastWeek(startDate: any, format?: string): {
|
|
29
29
|
start: dayjs.Dayjs;
|
|
@@ -76,6 +76,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
76
76
|
statusNotePopupOpened: EventEmitter<string>;
|
|
77
77
|
digitOnlyInputChanged: EventEmitter<{
|
|
78
78
|
data: any;
|
|
79
|
+
key: string;
|
|
79
80
|
valueEntered: string;
|
|
80
81
|
}>;
|
|
81
82
|
singleSelectDropdownValueEmit: EventEmitter<{
|
|
@@ -157,6 +158,8 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
157
158
|
innerHtmlTooltip: any;
|
|
158
159
|
bufferSizeInPxAfterWhichWillAppendNewRows: number;
|
|
159
160
|
numberOfRowsToAppend: number;
|
|
161
|
+
digitInputmin: number;
|
|
162
|
+
digitInputMax: number;
|
|
160
163
|
constructor(cdRef: ChangeDetectorRef, annaSortService: AnnaSortService, annaDateTimeFormatService: AnnaDateTimeFormatService, annaFilterService: AnnaFilterService);
|
|
161
164
|
ngAfterViewChecked(): void;
|
|
162
165
|
ngOnInit(): void;
|
|
@@ -220,7 +223,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
|
|
|
220
223
|
bindTheValueToStatusNote(note: string, tooltip: any): void;
|
|
221
224
|
showEntireStatusNote(): void;
|
|
222
225
|
closeStatusNoteTooltip(): void;
|
|
223
|
-
onInputChange(rowData: any, value: Event): void;
|
|
226
|
+
onInputChange(rowData: any, key: string, value: Event): void;
|
|
224
227
|
toPascalCaseWithExceptions(input: string): string;
|
|
225
228
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNonEditableGenericTableComponent, never>;
|
|
226
229
|
static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNonEditableGenericTableComponent, "anna-core-non-editable-generic-table-lib", never, { "showSkeletonLoading": { "alias": "showSkeletonLoading"; "required": false; }; "tableHeaders": { "alias": "tableHeaders"; "required": true; }; "tableData": { "alias": "tableData"; "required": true; }; "clonedTableData": { "alias": "clonedTableData"; "required": true; }; "gtGeneralConfig": { "alias": "gtGeneralConfig"; "required": true; }; "totalRowInfo": { "alias": "totalRowInfo"; "required": false; }; "gtDimension": { "alias": "gtDimension"; "required": true; }; "extraHeaderRowForAdjustingColumnWidths": { "alias": "extraHeaderRowForAdjustingColumnWidths"; "required": false; }; "tableClass": { "alias": "tableClass"; "required": false; }; "maximumRowsWhichCanBeRenderedWithoutScroll": { "alias": "maximumRowsWhichCanBeRenderedWithoutScroll"; "required": false; }; "fixNumberOfRowsForPopup": { "alias": "fixNumberOfRowsForPopup"; "required": false; }; "fixRowsToRender": { "alias": "fixRowsToRender"; "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"; "digitOnlyInputChanged": "digitOnlyInputChanged"; "singleSelectDropdownValueEmit": "singleSelectDropdownValueEmit"; "totalRowRadioButtonClicked": "totalRowRadioButtonClicked"; "totalRowRadioButtonIconClicked": "totalRowRadioButtonIconClicked"; }, never, never, true, never>;
|
package/package.json
CHANGED
|
@@ -20,6 +20,7 @@ $InactiveSecColor: var(--secondary-blue-color);
|
|
|
20
20
|
$DeletedSecColor: var(--secondary-red-color);
|
|
21
21
|
$coPilotSecondaryColor: #e5f1c1;
|
|
22
22
|
$adminPrivilegeIconColor: #e48a37;
|
|
23
|
+
$ratePilotColor: #1565c0;
|
|
23
24
|
|
|
24
25
|
@mixin tags($backgroundColor) {
|
|
25
26
|
height: 18px;
|
|
@@ -103,7 +104,7 @@ $adminPrivilegeIconColor: #e48a37;
|
|
|
103
104
|
@include rowStyling($DeletedSecColor, $DeletedPrimaryColor, $shadow-map);
|
|
104
105
|
}
|
|
105
106
|
tr.Copilot-onboarding-status {
|
|
106
|
-
@include rowStyling($coPilotSecondaryColor, $OnboardingPrimaryColor
|
|
107
|
+
@include rowStyling($coPilotSecondaryColor, $OnboardingPrimaryColor, $shadow-map);
|
|
107
108
|
outline: 1px solid $coPilotPrimaryColor !important;
|
|
108
109
|
outline-offset: -1px !important;
|
|
109
110
|
}
|