@shival99/z-ui 2.0.60 → 2.0.61

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.60",
3
+ "version": "2.0.61",
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",
@@ -323,7 +323,7 @@ declare class ZTagClassesPipe implements PipeTransform {
323
323
 
324
324
  declare const zSelectVariants: (props?: ({
325
325
  zSize?: "sm" | "default" | "lg" | null | undefined;
326
- zStatus?: "default" | "error" | "disabled" | "readonly" | "open" | null | undefined;
326
+ zStatus?: "default" | "open" | "error" | "disabled" | "readonly" | null | undefined;
327
327
  } & class_variance_authority_types.ClassProp) | undefined) => string;
328
328
  declare const zSelectTagVariants: (props?: ({
329
329
  zSize?: "sm" | "default" | "lg" | null | undefined;
@@ -1281,6 +1281,8 @@ declare class ZTableComponent<T> implements AfterViewInit {
1281
1281
  private _isIgnoredCellSelectionTarget;
1282
1282
  private _isCellSelectionDragTarget;
1283
1283
  private _formatCellClipboardValue;
1284
+ private _getRenderedCellClipboardValue;
1285
+ private _getRenderedBodyCell;
1284
1286
  private _getColumnCopyHeader;
1285
1287
  private _writeClipboardText;
1286
1288
  private _getContentEditTriggerTarget;