@annalib/anna-core 19.0.26 → 19.0.27

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.
@@ -38,6 +38,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
38
38
  };
39
39
  tableClass: string;
40
40
  maximumRowsWhichCanBeRenderedWithoutScroll: number;
41
+ fixNumberOfRowsForPopup: boolean;
41
42
  limit: number;
42
43
  includeBorderInTableHeight: boolean;
43
44
  downloadInProgress: boolean;
@@ -126,6 +127,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
126
127
  trackByFn(index: number): number;
127
128
  setTooltipRadioNames(): void;
128
129
  selectOrUnselectCheckbox(rowData: any, columnKeys: any, isCheckboxSelected: any): void;
130
+ selectOrUnselectRadiobox(rowData: any, columnKeys: any, isCheckboxSelected: boolean): void;
129
131
  selectUnselectAllRows(): void;
130
132
  selectUnselectRow(rowData: any): void;
131
133
  undoCreditedSpot(data: any): void;
@@ -168,6 +170,6 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
168
170
  filterApplied(tableData: any[]): void;
169
171
  sortingApplied(tableData: any[]): void;
170
172
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaNonEditableGenericTableComponent, never>;
171
- static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNonEditableGenericTableComponent, "anna-core-non-editable-generic-table-lib", never, { "showSkeletonLoading": "showSkeletonLoading"; "tableHeaders": "tableHeaders"; "tableData": "tableData"; "clonedTableData": "clonedTableData"; "gtGeneralConfig": "gtGeneralConfig"; "totalRowInfo": "totalRowInfo"; "gtDimension": "gtDimension"; "tableClass": "tableClass"; "maximumRowsWhichCanBeRenderedWithoutScroll": "maximumRowsWhichCanBeRenderedWithoutScroll"; "limit": "limit"; "includeBorderInTableHeight": "includeBorderInTableHeight"; "downloadInProgress": "downloadInProgress"; "percentDone": "percentDone"; "starredInProgress": "starredInProgress"; "clickableRow": "clickableRow"; "setTableHeightWhenRowSizeIsFixed": "setTableHeightWhenRowSizeIsFixed"; "tableBorderBottomClassRequired": "tableBorderBottomClassRequired"; "hideSomeTds": "hideSomeTds"; "tdsHaveRowSpan": "tdsHaveRowSpan"; "multipleTablesPresent": "multipleTablesPresent"; }, { "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"; }, never, never, false, never>;
173
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaNonEditableGenericTableComponent, "anna-core-non-editable-generic-table-lib", never, { "showSkeletonLoading": "showSkeletonLoading"; "tableHeaders": "tableHeaders"; "tableData": "tableData"; "clonedTableData": "clonedTableData"; "gtGeneralConfig": "gtGeneralConfig"; "totalRowInfo": "totalRowInfo"; "gtDimension": "gtDimension"; "tableClass": "tableClass"; "maximumRowsWhichCanBeRenderedWithoutScroll": "maximumRowsWhichCanBeRenderedWithoutScroll"; "fixNumberOfRowsForPopup": "fixNumberOfRowsForPopup"; "limit": "limit"; "includeBorderInTableHeight": "includeBorderInTableHeight"; "downloadInProgress": "downloadInProgress"; "percentDone": "percentDone"; "starredInProgress": "starredInProgress"; "clickableRow": "clickableRow"; "setTableHeightWhenRowSizeIsFixed": "setTableHeightWhenRowSizeIsFixed"; "tableBorderBottomClassRequired": "tableBorderBottomClassRequired"; "hideSomeTds": "hideSomeTds"; "tdsHaveRowSpan": "tdsHaveRowSpan"; "multipleTablesPresent": "multipleTablesPresent"; }, { "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"; }, never, never, false, never>;
172
174
  }
173
175
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "19.0.26",
3
+ "version": "19.0.27",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.4",
6
6
  "@angular/common": "^15.2.9",
@@ -10,6 +10,7 @@
10
10
 
11
11
  thead {
12
12
  th {
13
+ cursor: default;
13
14
  box-shadow: none !important;
14
15
  border: solid 1px #d4d4d4 !important;
15
16
  }
@@ -16,6 +16,6 @@
16
16
  }
17
17
 
18
18
  .mdc-radio--disabled + label {
19
- color: var(--disabled-text-color) !important;
19
+ color: var(--primary-text-color-dark) !important;
20
20
  }
21
21
  }
@@ -1,35 +0,0 @@
1
- .ng-content-selector-for-message {
2
- display: inline;
3
- font-size: 0.75rem !important;
4
- font-weight: 400 !important;
5
- line-height: 16px !important;
6
-
7
- a {
8
- color: #268BFF;
9
- text-decoration: underline;
10
- }
11
- }
12
-
13
- ::ng-deep section.message-box.sm.seller-approval-requested {
14
- .div-message p.message-label {
15
- padding: 0 0 0 4px !important;
16
- }
17
- }
18
-
19
- ::ng-deep section.message-box.sm.inline-block-msg {
20
- padding: 4px!important;
21
- .div-message p.message-label {
22
- display: inline-block !important;
23
- padding: 0 0 0 6px !important;
24
- }
25
- .div-icon {
26
- position: relative;
27
- top: 4px;
28
- left: 3px !important;
29
- }
30
- }
31
-
32
- .comment-textarea {
33
- resize: none;
34
- height: 90px;
35
- }