@annalib/anna-core 15.0.14 → 15.0.16

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.
@@ -265,6 +265,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
265
265
  unCheckAllCheckbox(): void;
266
266
  selectAllCheckbox(): void;
267
267
  searchForTheItem(str: string): void;
268
+ calculateHeightForFilterTooltip(): void;
268
269
  boldString(str: string, find: string): string;
269
270
  getIndicesOf(searchStr: string, str: string, caseSensitive: boolean): number[];
270
271
  removeBoldElementFromString(originalString: string): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "15.0.14",
3
+ "version": "15.0.16",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.4",
6
6
  "@angular/common": "^15.2.9",
@@ -691,3 +691,9 @@ input.error-border{
691
691
 
692
692
  }
693
693
 
694
+ .no-data-case{
695
+ padding-left: 0.4375rem !important;
696
+ font-size: .875rem !important;
697
+ margin-top: 10px !important;
698
+ cursor: pointer;
699
+ }