@shival99/z-ui 2.0.43 → 2.0.45
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.45",
|
|
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",
|
|
@@ -879,12 +879,11 @@ declare class ZTableComponent<T> implements AfterViewInit {
|
|
|
879
879
|
protected readonly canUseRowDrag: _angular_core.Signal<boolean>;
|
|
880
880
|
protected readonly isVirtualRowDragEnabled: _angular_core.Signal<boolean>;
|
|
881
881
|
protected readonly isRowDragEnabled: _angular_core.Signal<boolean>;
|
|
882
|
-
protected readonly actionColumnInfo: _angular_core.
|
|
882
|
+
protected readonly actionColumnInfo: _angular_core.Signal<{
|
|
883
883
|
columnId: string;
|
|
884
884
|
config: ZTableActionColumnConfig<T>;
|
|
885
885
|
width: number;
|
|
886
886
|
} | null>;
|
|
887
|
-
private readonly _actionColumnRows;
|
|
888
887
|
private readonly _fixedColumnPinning;
|
|
889
888
|
protected readonly hasFiltering: _angular_core.Signal<boolean>;
|
|
890
889
|
protected readonly hasLocalFiltering: _angular_core.Signal<boolean>;
|