@shival99/z-ui 2.0.87 → 2.0.88
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.88",
|
|
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",
|
|
@@ -1297,6 +1297,9 @@ declare class ZTableComponent<T> implements AfterViewInit {
|
|
|
1297
1297
|
protected readonly shouldFooterShowShadow: _angular_core.Signal<boolean>;
|
|
1298
1298
|
protected readonly tbodyContainerWidth: _angular_core.WritableSignal<number>;
|
|
1299
1299
|
protected readonly tbodyContainerHeight: _angular_core.WritableSignal<number>;
|
|
1300
|
+
/** DOM-measured widths of all visible columns, keyed by column id. Updated after each render cycle. */
|
|
1301
|
+
protected readonly colDomWidthMap: _angular_core.WritableSignal<Record<string, number>>;
|
|
1302
|
+
private readonly _colDomWidthUpdater;
|
|
1300
1303
|
protected readonly skeletonRowHeight: _angular_core.WritableSignal<number>;
|
|
1301
1304
|
protected readonly skeletonRowCount: _angular_core.Signal<number>;
|
|
1302
1305
|
protected readonly skeletonRows: _angular_core.Signal<number[]>;
|