@clyrex-digital/clyrex-controls-dev 0.8.1-dev.20260827063633 → 0.8.1-dev.20260827101734

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/dist/index.d.mts CHANGED
@@ -312,6 +312,8 @@ interface DataListConfiguration<T> {
312
312
  addLinkText?: string;
313
313
  recordValidityColumnName?: string;
314
314
  altLinkUrl?: string;
315
+ onQuickView?: (row: any) => void;
316
+ quickViewLabel?: string;
315
317
  }
316
318
  interface DataListColumn {
317
319
  label: string;
package/dist/index.d.ts CHANGED
@@ -312,6 +312,8 @@ interface DataListConfiguration<T> {
312
312
  addLinkText?: string;
313
313
  recordValidityColumnName?: string;
314
314
  altLinkUrl?: string;
315
+ onQuickView?: (row: any) => void;
316
+ quickViewLabel?: string;
315
317
  }
316
318
  interface DataListColumn {
317
319
  label: string;