primeng 15.4.25-lts → 15.4.26-lts

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primeng",
3
- "version": "15.4.25-lts",
3
+ "version": "15.4.26-lts",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/primefaces/primeng"
package/table/table.d.ts CHANGED
@@ -4,6 +4,7 @@ import { BlockableUI, FilterMetadata, FilterService, OverlayService, PrimeNGConf
4
4
  import { ConnectedOverlayScrollHandler } from 'primeng/dom';
5
5
  import { Scroller, ScrollerOptions } from 'primeng/scroller';
6
6
  import { Subscription } from 'rxjs';
7
+ import { DomSanitizer } from '@angular/platform-browser';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "@angular/common";
9
10
  import * as i2 from "primeng/paginator";
@@ -58,6 +59,7 @@ export declare class Table implements OnInit, AfterViewInit, AfterContentInit, B
58
59
  cd: ChangeDetectorRef;
59
60
  filterService: FilterService;
60
61
  overlayService: OverlayService;
62
+ private readonly domSanitizer;
61
63
  frozenColumns: any[];
62
64
  frozenValue: any[];
63
65
  style: any;
@@ -254,7 +256,7 @@ export declare class Table implements OnInit, AfterViewInit, AfterContentInit, B
254
256
  styleElement: any;
255
257
  responsiveStyleElement: any;
256
258
  private window;
257
- constructor(document: Document, platformId: any, renderer: Renderer2, el: ElementRef, zone: NgZone, tableService: TableService, cd: ChangeDetectorRef, filterService: FilterService, overlayService: OverlayService);
259
+ constructor(document: Document, platformId: any, renderer: Renderer2, el: ElementRef, zone: NgZone, tableService: TableService, cd: ChangeDetectorRef, filterService: FilterService, overlayService: OverlayService, domSanitizer: DomSanitizer);
258
260
  ngOnInit(): void;
259
261
  ngAfterContentInit(): void;
260
262
  ngAfterViewInit(): void;