@shival99/z-ui 2.0.91 → 2.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shival99/z-ui",
3
- "version": "2.0.91",
3
+ "version": "2.1.0",
4
4
  "description": "Z-UI: Modern Angular UI Component Library - A comprehensive, high-performance design system built with Angular 20+, featuring 40+ customizable components with dark mode, accessibility, and enterprise-ready features.",
5
5
  "keywords": [
6
6
  "angular",
@@ -1491,6 +1491,7 @@ declare class ZTableComponent<T> implements AfterViewInit {
1491
1491
  private _measureColumnContentWidth;
1492
1492
  private _defaultColumnPinning;
1493
1493
  private _setColumnPinning;
1494
+ private _sortColumnPinningByOrder;
1494
1495
  private _moveGroupingColumnsToLeadingDataPosition;
1495
1496
  private _areColumnIdListsEqual;
1496
1497
  moveColumnLeft(columnId: string): void;