@shival99/z-ui 2.0.80 → 2.0.81
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.81",
|
|
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",
|
|
@@ -1325,8 +1325,9 @@ declare class ZTableComponent<T> implements AfterViewInit {
|
|
|
1325
1325
|
/** Virtualizer instance — operates on groups rather than individual rows */
|
|
1326
1326
|
protected readonly virtualizer: _shival99_angular_virtual.AngularVirtualizer<HTMLDivElement, Element>;
|
|
1327
1327
|
private readonly _measureVirtualItems;
|
|
1328
|
-
/** Learn estimate height from
|
|
1329
|
-
*
|
|
1328
|
+
/** Learn estimate height from already-measured rows. Reads sizes from the virtualizer's measurement
|
|
1329
|
+
* cache (no DOM reads / reflow). Locks ONCE so the estimate doesn't jump every scroll frame; each
|
|
1330
|
+
* row is still measured exactly on render. Re-flows via virtualizer.measure(). */
|
|
1330
1331
|
private _learnDynamicEstimate;
|
|
1331
1332
|
private readonly _rowDragAutoScroll;
|
|
1332
1333
|
private readonly _rowDragCellSelectionCleanup;
|