@shival99/z-ui 2.0.88 → 2.0.90

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.88",
3
+ "version": "2.0.90",
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",
@@ -887,6 +887,7 @@ interface ZTableConfig<T> {
887
887
  /** Bật menu chuột phải để chèn dòng khi bảng có cell editContent. */
888
888
  enableContentRowInsert?: boolean;
889
889
  enableRowPinning?: boolean;
890
+ /** Bật/tắt ghim cột toàn bảng. Mặc định `true`. Từng cột có thể override qua `enablePinning`. */
890
891
  enableColumnPinning?: boolean;
891
892
  enableColumnOrdering?: boolean;
892
893
  enableColumnSorting?: boolean;
@@ -1297,7 +1298,6 @@ declare class ZTableComponent<T> implements AfterViewInit {
1297
1298
  protected readonly shouldFooterShowShadow: _angular_core.Signal<boolean>;
1298
1299
  protected readonly tbodyContainerWidth: _angular_core.WritableSignal<number>;
1299
1300
  protected readonly tbodyContainerHeight: _angular_core.WritableSignal<number>;
1300
- /** DOM-measured widths of all visible columns, keyed by column id. Updated after each render cycle. */
1301
1301
  protected readonly colDomWidthMap: _angular_core.WritableSignal<Record<string, number>>;
1302
1302
  private readonly _colDomWidthUpdater;
1303
1303
  protected readonly skeletonRowHeight: _angular_core.WritableSignal<number>;