@esfaenza/es-table 19.2.7 → 19.2.8

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.
@@ -23,10 +23,8 @@ import * as i12 from '@esfaenza/ngx-contextmenu';
23
23
  import { ContextMenuModule } from '@esfaenza/ngx-contextmenu';
24
24
  import * as i14 from '@esfaenza/forms-and-validations';
25
25
  import { FormsAndValidationsModule } from '@esfaenza/forms-and-validations';
26
- import * as i1$1 from '@angular/material/tooltip';
27
- import { MatTooltipModule } from '@angular/material/tooltip';
28
- import { MatSelectModule } from '@angular/material/select';
29
- import { MatInputModule } from '@angular/material/input';
26
+ import * as i1$1 from 'primeng/tooltip';
27
+ import { TooltipModule } from 'primeng/tooltip';
30
28
 
31
29
  /** Classe di localizzazione per il componente **TablePagerComponent** */
32
30
  class TablePagerLoc extends LocalizationService {
@@ -3677,11 +3675,11 @@ class EsTd {
3677
3675
  this.cdr.markForCheck();
3678
3676
  }
3679
3677
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EsTd, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
3680
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: EsTd, isStandalone: false, selector: "[es-td]", inputs: { ID: ["es-td", "ID"], Context: "Context" }, outputs: { onCellGeneration: "onCellGeneration" }, ngImport: i0, template: "<div class=\"td-content\" [class.td-error]=\"!!ValidationError\" [matTooltip]=\"ValidationError\">\r\n <ng-content></ng-content>\r\n</div>", styles: [".td-error{background-color:#f003;-webkit-box-shadow:inset 0px 0px 0px 1px #f00;-moz-box-shadow:inset 0px 0px 0px 1px #f00;box-shadow:inset 0 0 0 1px red}.td-content{padding:.3rem;margin:-.3rem;box-sizing:border-box!important}\n"], dependencies: [{ kind: "directive", type: i1$1.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3678
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: EsTd, isStandalone: false, selector: "[es-td]", inputs: { ID: ["es-td", "ID"], Context: "Context" }, outputs: { onCellGeneration: "onCellGeneration" }, ngImport: i0, template: "<div class=\"td-content\" [class.td-error]=\"!!ValidationError\" [pTooltip]=\"ValidationError\">\r\n <ng-content></ng-content>\r\n</div>", styles: [".td-error{background-color:#f003;-webkit-box-shadow:inset 0px 0px 0px 1px #f00;-moz-box-shadow:inset 0px 0px 0px 1px #f00;box-shadow:inset 0 0 0 1px red}.td-content{padding:.3rem;margin:-.3rem;box-sizing:border-box!important}\n"], dependencies: [{ kind: "directive", type: i1$1.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3681
3679
  }
3682
3680
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EsTd, decorators: [{
3683
3681
  type: Component,
3684
- args: [{ selector: "[es-td]", changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<div class=\"td-content\" [class.td-error]=\"!!ValidationError\" [matTooltip]=\"ValidationError\">\r\n <ng-content></ng-content>\r\n</div>", styles: [".td-error{background-color:#f003;-webkit-box-shadow:inset 0px 0px 0px 1px #f00;-moz-box-shadow:inset 0px 0px 0px 1px #f00;box-shadow:inset 0 0 0 1px red}.td-content{padding:.3rem;margin:-.3rem;box-sizing:border-box!important}\n"] }]
3682
+ args: [{ selector: "[es-td]", changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<div class=\"td-content\" [class.td-error]=\"!!ValidationError\" [pTooltip]=\"ValidationError\">\r\n <ng-content></ng-content>\r\n</div>", styles: [".td-error{background-color:#f003;-webkit-box-shadow:inset 0px 0px 0px 1px #f00;-moz-box-shadow:inset 0px 0px 0px 1px #f00;box-shadow:inset 0 0 0 1px red}.td-content{padding:.3rem;margin:-.3rem;box-sizing:border-box!important}\n"] }]
3685
3683
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { ID: [{
3686
3684
  type: Input,
3687
3685
  args: ['es-td']
@@ -5745,11 +5743,9 @@ const MODULES = [
5745
5743
  ModalModule,
5746
5744
  BsDropdownModule,
5747
5745
  ContextMenuModule,
5748
- MatSelectModule,
5749
- MatInputModule,
5750
- MatTooltipModule,
5751
5746
  DragDropModule,
5752
- FormsAndValidationsModule
5747
+ FormsAndValidationsModule,
5748
+ TooltipModule
5753
5749
  ];
5754
5750
  const PUBLIC_ELEMENTS = [
5755
5751
  // Direttive
@@ -5809,11 +5805,9 @@ class EsTableModule {
5809
5805
  ModalModule,
5810
5806
  BsDropdownModule,
5811
5807
  ContextMenuModule,
5812
- MatSelectModule,
5813
- MatInputModule,
5814
- MatTooltipModule,
5815
5808
  DragDropModule,
5816
- FormsAndValidationsModule, SelectModule], exports: [
5809
+ FormsAndValidationsModule,
5810
+ TooltipModule, SelectModule], exports: [
5817
5811
  // Direttive
5818
5812
  EsTdDirective,
5819
5813
  EsThDirective,