@shival99/z-ui 2.0.91 → 2.0.92
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.92",
|
|
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",
|
|
@@ -1491,6 +1491,7 @@ declare class ZTableComponent<T> implements AfterViewInit {
|
|
|
1491
1491
|
private _measureColumnContentWidth;
|
|
1492
1492
|
private _defaultColumnPinning;
|
|
1493
1493
|
private _setColumnPinning;
|
|
1494
|
+
private _sortColumnPinningByOrder;
|
|
1494
1495
|
private _moveGroupingColumnsToLeadingDataPosition;
|
|
1495
1496
|
private _areColumnIdListsEqual;
|
|
1496
1497
|
moveColumnLeft(columnId: string): void;
|
|
@@ -1633,7 +1634,7 @@ declare class ZTableActionsComponent<T = unknown> {
|
|
|
1633
1634
|
readonly zConfig: _angular_core.InputSignal<ZTableActionColumnConfig<T>>;
|
|
1634
1635
|
readonly zRow: _angular_core.InputSignal<T>;
|
|
1635
1636
|
readonly zRowId: _angular_core.InputSignal<string>;
|
|
1636
|
-
readonly zDropdownButtonSize: _angular_core.InputSignal<"
|
|
1637
|
+
readonly zDropdownButtonSize: _angular_core.InputSignal<"default" | "sm" | "lg" | "xs" | "xl" | null | undefined>;
|
|
1637
1638
|
readonly zActionClick: _angular_core.OutputEmitterRef<ZTableActionClickEvent<T>>;
|
|
1638
1639
|
protected readonly allActions: _angular_core.Signal<ZTableActionItem<T>[]>;
|
|
1639
1640
|
protected readonly shouldShowAsButtons: _angular_core.Signal<boolean>;
|