@shival99/z-ui 1.2.36 → 1.2.37
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": "1.2.
|
|
3
|
+
"version": "1.2.37",
|
|
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",
|
|
@@ -389,7 +389,6 @@ declare class ZTableComponent<T> implements AfterViewInit {
|
|
|
389
389
|
private readonly _dataForceUpdate;
|
|
390
390
|
private _columnConfigCache;
|
|
391
391
|
private _lastColumnsRef;
|
|
392
|
-
private _configCacheLoaded;
|
|
393
392
|
protected readonly pinnedColumnIds: _angular_core.Signal<string[]>;
|
|
394
393
|
protected readonly pendingVisibleColumns: _angular_core.WritableSignal<string[]>;
|
|
395
394
|
protected readonly pendingColumnOrder: _angular_core.WritableSignal<string[]>;
|