@shival99/z-ui 2.0.45 → 2.0.46
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.46",
|
|
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",
|
|
@@ -1071,6 +1071,7 @@ declare class ZTableComponent<T> implements AfterViewInit {
|
|
|
1071
1071
|
private _collectColumnInfo;
|
|
1072
1072
|
/** Loads cached config from ZCacheService; validates schema compatibility first */
|
|
1073
1073
|
private _loadConfigCache;
|
|
1074
|
+
private _getConfigCacheKey;
|
|
1074
1075
|
/**
|
|
1075
1076
|
* Validates cached column info against current config.
|
|
1076
1077
|
* Returns false if columns have been added/removed/renamed since cache was saved,
|