primeng 20.3.0-rc.1 → 20.3.0

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/table/index.d.ts CHANGED
@@ -1701,6 +1701,7 @@ declare class ReorderableRow extends BaseComponent {
1701
1701
  declare class ColumnFilter extends BaseComponent {
1702
1702
  hostName: string;
1703
1703
  bindDirectiveInstance: Bind;
1704
+ _componentStyle: TableStyle;
1704
1705
  onAfterViewChecked(): void;
1705
1706
  ptmFilterConstraintOptions(matchMode: any): {
1706
1707
  context: {