@shival99/z-ui 1.2.27 → 1.2.29
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.29",
|
|
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",
|
|
@@ -463,6 +463,7 @@ declare class ZTableComponent<T> implements AfterViewInit {
|
|
|
463
463
|
private _handleRowSelectionWithParents;
|
|
464
464
|
private _runAsyncStateUpdate;
|
|
465
465
|
private _emitFilterChangeDebounced;
|
|
466
|
+
private _checkScrollState;
|
|
466
467
|
private _checkVerticalScroll;
|
|
467
468
|
private _checkLastRowTouchesBottom;
|
|
468
469
|
private _checkHorizontalScroll;
|
|
@@ -492,7 +493,7 @@ declare class ZTableComponent<T> implements AfterViewInit {
|
|
|
492
493
|
isLastMovableColumn(columnId: string): boolean;
|
|
493
494
|
private _saveConfig;
|
|
494
495
|
private _collectColumnInfo;
|
|
495
|
-
private
|
|
496
|
+
private _loadConfigCache;
|
|
496
497
|
private _isColumnConfigValid;
|
|
497
498
|
private _getChangedFilterColumnIds;
|
|
498
499
|
private _getChangedSortColumnIds;
|