@shival99/z-ui 1.2.38 → 1.2.40

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.38",
3
+ "version": "1.2.40",
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",
@@ -318,7 +318,6 @@ interface ZTableConfig<T> {
318
318
  enableColumnResizing?: boolean;
319
319
  enableMultiSort?: boolean;
320
320
  search?: ZTableSearchConfig | boolean;
321
- enablePagination?: boolean;
322
321
  enableRowPinning?: boolean;
323
322
  enableColumnPinning?: boolean;
324
323
  enableColumnOrdering?: boolean;