@annalib/anna-core 15.0.22 → 15.0.23

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.
@@ -94,6 +94,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
94
94
  disableCheckboxApply: boolean;
95
95
  disableSliderApplyButton: boolean;
96
96
  disableTimeApplyButton: boolean;
97
+ margin: number;
97
98
  sliderMinValue: number;
98
99
  sliderMaxValue: number;
99
100
  options: Options;
@@ -264,6 +265,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
264
265
  unCheckAllCheckbox(): void;
265
266
  selectAllCheckbox(): void;
266
267
  searchForTheItem(str: string): void;
268
+ calculateHeightForFilterTooltip(): void;
267
269
  boldString(str: string, find: string): string;
268
270
  getIndicesOf(searchStr: string, str: string, caseSensitive: boolean): number[];
269
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.22",
3
+ "version": "15.0.23",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.4",
6
6
  "@angular/common": "^15.2.9",
@@ -689,3 +689,9 @@ input.error-border{
689
689
 
690
690
  }
691
691
 
692
+ .no-data-case{
693
+ padding-left: 0.4375rem !important;
694
+ font-size: .875rem !important;
695
+ margin-top: 10px !important;
696
+ cursor: pointer;
697
+ }