@shival99/z-ui 1.2.17 → 1.2.18
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.18",
|
|
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",
|
|
@@ -373,7 +373,6 @@ declare class ZTableComponent<T> implements AfterViewInit {
|
|
|
373
373
|
protected readonly hasScrollRight: _angular_core.WritableSignal<boolean>;
|
|
374
374
|
private readonly _columnPinVersion;
|
|
375
375
|
private readonly _dataForceUpdate;
|
|
376
|
-
private readonly _configLoadedFromCache;
|
|
377
376
|
private _columnConfigCache;
|
|
378
377
|
private _lastColumnsRef;
|
|
379
378
|
protected readonly pinnedColumnIds: _angular_core.Signal<string[]>;
|