@annalib/anna-core 33.2.19 → 33.2.20

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.
@@ -75,6 +75,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
75
75
  statusNotePopupOpened: EventEmitter<string>;
76
76
  digitOnlyInputChanged: EventEmitter<{
77
77
  data: any;
78
+ key: string;
78
79
  valueEntered: string;
79
80
  }>;
80
81
  singleSelectDropdownValueEmit: EventEmitter<{
@@ -154,6 +155,8 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
154
155
  innerHtmlTooltip: any;
155
156
  bufferSizeInPxAfterWhichWillAppendNewRows: number;
156
157
  numberOfRowsToAppend: number;
158
+ digitInputmin: number;
159
+ digitInputMax: number;
157
160
  constructor(cdRef: ChangeDetectorRef, annaSortService: AnnaSortService, annaDateTimeFormatService: AnnaDateTimeFormatService, annaFilterService: AnnaFilterService);
158
161
  ngAfterViewChecked(): void;
159
162
  ngOnInit(): void;
@@ -215,7 +218,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
215
218
  bindTheValueToStatusNote(note: string, tooltip: any): void;
216
219
  showEntireStatusNote(): void;
217
220
  closeStatusNoteTooltip(): void;
218
- onInputChange(rowData: any, value: Event): void;
221
+ onInputChange(rowData: any, key: string, value: Event): void;
219
222
  toPascalCaseWithExceptions(input: string): string;
220
223
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNonEditableGenericTableComponent, never>;
221
224
  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; }; "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"; }, never, never, true, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "33.2.19",
3
+ "version": "33.2.20",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^17.0.2",
6
6
  "@angular/common": "^17.3.12",
@@ -20,7 +20,6 @@ $InactiveSecColor: var(--secondary-blue-color);
20
20
  $DeletedSecColor: var(--secondary-red-color);
21
21
  $coPilotSecondaryColor: #e5f1c1;
22
22
  $adminPrivilegeIconColor: #e48a37;
23
- $ratePilotColor: #1565c0;
24
23
 
25
24
  @mixin tags($backgroundColor) {
26
25
  height: 18px;
@@ -104,7 +103,7 @@ $ratePilotColor: #1565c0;
104
103
  @include rowStyling($DeletedSecColor, $DeletedPrimaryColor, $shadow-map);
105
104
  }
106
105
  tr.Copilot-onboarding-status {
107
- @include rowStyling($coPilotSecondaryColor, $OnboardingPrimaryColor, $shadow-map);
106
+ @include rowStyling($coPilotSecondaryColor, $OnboardingPrimaryColor , $shadow-map);
108
107
  outline: 1px solid $coPilotPrimaryColor !important;
109
108
  outline-offset: -1px !important;
110
109
  }