@annalib/anna-core 12.11.2 → 12.11.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.
@@ -4,6 +4,7 @@ export declare class showEllipsisTextOnHoverDirective {
4
4
  private elementRef;
5
5
  constructor(elementRef: ElementRef);
6
6
  onMouseEnter(): void;
7
+ checkRanges(el: Element): boolean;
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<showEllipsisTextOnHoverDirective, never>;
8
9
  static ɵdir: i0.ɵɵDirectiveDeclaration<showEllipsisTextOnHoverDirective, "[showEllipsisTextOnHover]", never, {}, {}, never, never, false, never>;
9
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "12.11.2",
3
+ "version": "12.11.4",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.4",
6
6
  "@angular/common": "^15.2.9",
@@ -143,7 +143,7 @@
143
143
  }
144
144
 
145
145
  &.no-data-table div.horizontal-scroll-for-table-container {
146
- height: calc(162px) !important;
146
+ height: calc(157px) !important;
147
147
  }
148
148
 
149
149
  .table-container::-webkit-scrollbar {
@@ -578,6 +578,24 @@ input.error-border{
578
578
  padding: 0px !important;
579
579
  }
580
580
 
581
+ ::ng-deep.non-edit-time-tooltip.bs-tooltip-start {
582
+ padding: 0.4rem;
583
+
584
+ .tooltip-arrow {
585
+ right: 0;
586
+ top: 5px !important;
587
+ width: var(--bs-tooltip-arrow-height);
588
+ height: var(--bs-tooltip-arrow-width);
589
+
590
+ &::before {
591
+ border-left-color: white;
592
+ left: -1px;
593
+ border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
594
+
595
+ }
596
+ }
597
+ }
598
+
581
599
  ::ng-deep .no-bottom-border{
582
600
  p.sort-container{
583
601
  border-bottom: none !important;