@annalib/anna-core 11.2.2 → 11.2.4

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.
@@ -184,7 +184,8 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
184
184
  checkIfUniqueValuePresentForTheHeader(header: IHeaderInfo, enabledHeaders: any[]): void;
185
185
  openTooltip(tooltip: any, header: any, columnHeader: IHeaderInfo): void;
186
186
  clearColumnFilter(): void;
187
- populateTooltipDataBasedOnSelectedRadio(activeTab: radioButtonModel): void;
187
+ populateTooltipDataBasedOnSelectedRadio(activeTab: radioButtonModel, reload: boolean): void;
188
+ setFilterDataAndCallCreateTooltipdataFunc(activeTab: radioButtonModel, header: string): void;
188
189
  createFilterTooltipData(header: string): void;
189
190
  disableActiveFilterClearButton(): void;
190
191
  getSliderData(header: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "11.2.2",
3
+ "version": "11.2.4",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.3",
6
6
  "@angular/common": "^14.3.0",
@@ -368,15 +368,20 @@ section.min-maxContainer {
368
368
  width: 9px;
369
369
  height: 18px;
370
370
  margin-right: $fs-19;
371
- position: relative;
372
- left: -9px;
373
- top: -11px;
374
371
  i {
375
372
  color: black;
376
373
  cursor: pointer;
377
374
  max-height: 9px;
378
375
  font-size: 25px;
379
376
  width: 10px;
377
+ &:before{
378
+ width: 0;
379
+ height: 0;
380
+ pointer-events: none;
381
+ position: relative;
382
+ left: -9px;
383
+ top: -11px;
384
+ }
380
385
  }
381
386
  // i.downward {
382
387
  // transform: rotate(180deg);
@@ -39,7 +39,6 @@
39
39
  background-color: white;
40
40
  text-decoration: underline;
41
41
  color: #268bff;
42
- border: none;
43
42
  &:hover:enabled {
44
43
  color: #4a4a4a;
45
44
  }