@shival99/z-ui 2.0.72 → 2.0.74
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.
|
|
3
|
+
"version": "2.0.74",
|
|
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",
|
|
@@ -1465,6 +1465,7 @@ declare class ZTableComponent<T> implements AfterViewInit {
|
|
|
1465
1465
|
autosizeColumn(columnId: string): void;
|
|
1466
1466
|
autosizeAllColumns(): void;
|
|
1467
1467
|
resetColumns(): void;
|
|
1468
|
+
private _getDefaultColumnOrder;
|
|
1468
1469
|
private _getInitialGroupingColumnIds;
|
|
1469
1470
|
private _isColumnHiddenFromVisibilityMenu;
|
|
1470
1471
|
private _setMeasuredColumnWidth;
|
|
@@ -1501,6 +1502,7 @@ declare class ZTableComponent<T> implements AfterViewInit {
|
|
|
1501
1502
|
private _getGroupId;
|
|
1502
1503
|
private _getRowGroupValue;
|
|
1503
1504
|
private _getColumnGroupLabel;
|
|
1505
|
+
private _getGroupDate;
|
|
1504
1506
|
private _getGroupLabel;
|
|
1505
1507
|
private _getActionColumnConfig;
|
|
1506
1508
|
/**
|