@shival99/z-ui 2.0.44 → 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",
|
|
@@ -879,13 +879,11 @@ declare class ZTableComponent<T> implements AfterViewInit {
|
|
|
879
879
|
protected readonly canUseRowDrag: _angular_core.Signal<boolean>;
|
|
880
880
|
protected readonly isVirtualRowDragEnabled: _angular_core.Signal<boolean>;
|
|
881
881
|
protected readonly isRowDragEnabled: _angular_core.Signal<boolean>;
|
|
882
|
-
protected readonly actionColumnInfo: _angular_core.
|
|
882
|
+
protected readonly actionColumnInfo: _angular_core.Signal<{
|
|
883
883
|
columnId: string;
|
|
884
884
|
config: ZTableActionColumnConfig<T>;
|
|
885
|
-
schemaKey: string;
|
|
886
885
|
width: number;
|
|
887
886
|
} | null>;
|
|
888
|
-
private readonly _actionColumnRows;
|
|
889
887
|
private readonly _fixedColumnPinning;
|
|
890
888
|
protected readonly hasFiltering: _angular_core.Signal<boolean>;
|
|
891
889
|
protected readonly hasLocalFiltering: _angular_core.Signal<boolean>;
|
|
@@ -1073,6 +1071,7 @@ declare class ZTableComponent<T> implements AfterViewInit {
|
|
|
1073
1071
|
private _collectColumnInfo;
|
|
1074
1072
|
/** Loads cached config from ZCacheService; validates schema compatibility first */
|
|
1075
1073
|
private _loadConfigCache;
|
|
1074
|
+
private _getConfigCacheKey;
|
|
1076
1075
|
/**
|
|
1077
1076
|
* Validates cached column info against current config.
|
|
1078
1077
|
* Returns false if columns have been added/removed/renamed since cache was saved,
|