@shival99/z-ui 2.0.72 → 2.0.73
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.73",
|
|
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",
|
|
@@ -1465,6 +1465,7 @@ declare class ZTableComponent<T> implements AfterViewInit {
|
|
|
1465
1465
|
autosizeColumn(columnId: string): void;
|
|
1466
1466
|
autosizeAllColumns(): void;
|
|
1467
1467
|
resetColumns(): void;
|
|
1468
|
+
private _getDefaultColumnOrder;
|
|
1468
1469
|
private _getInitialGroupingColumnIds;
|
|
1469
1470
|
private _isColumnHiddenFromVisibilityMenu;
|
|
1470
1471
|
private _setMeasuredColumnWidth;
|
|
@@ -1501,6 +1502,7 @@ declare class ZTableComponent<T> implements AfterViewInit {
|
|
|
1501
1502
|
private _getGroupId;
|
|
1502
1503
|
private _getRowGroupValue;
|
|
1503
1504
|
private _getColumnGroupLabel;
|
|
1505
|
+
private _getGroupDate;
|
|
1504
1506
|
private _getGroupLabel;
|
|
1505
1507
|
private _getActionColumnConfig;
|
|
1506
1508
|
/**
|
|
@@ -1612,7 +1614,7 @@ declare class ZTableActionsComponent<T = unknown> {
|
|
|
1612
1614
|
readonly zConfig: _angular_core.InputSignal<ZTableActionColumnConfig<T>>;
|
|
1613
1615
|
readonly zRow: _angular_core.InputSignal<T>;
|
|
1614
1616
|
readonly zRowId: _angular_core.InputSignal<string>;
|
|
1615
|
-
readonly zDropdownButtonSize: _angular_core.InputSignal<"
|
|
1617
|
+
readonly zDropdownButtonSize: _angular_core.InputSignal<"default" | "sm" | "lg" | "xs" | "xl" | null | undefined>;
|
|
1616
1618
|
readonly zActionClick: _angular_core.OutputEmitterRef<ZTableActionClickEvent<T>>;
|
|
1617
1619
|
protected readonly allActions: _angular_core.Signal<ZTableActionItem<T>[]>;
|
|
1618
1620
|
protected readonly shouldShowAsButtons: _angular_core.Signal<boolean>;
|