codexly-ui 0.5.9 → 0.6.0

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": "codexly-ui",
3
- "version": "0.5.9",
3
+ "version": "0.6.0",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -2488,6 +2488,7 @@ declare class ClxTableComponent<T = any> {
2488
2488
  readonly selectionChange: _angular_core.OutputEmitterRef<ClxTableSelectionEvent<T>>;
2489
2489
  private readonly _columnDefs;
2490
2490
  protected _onPaginationPageChange(page: number): void;
2491
+ protected readonly _tableWrapperClass: _angular_core.Signal<string>;
2491
2492
  protected readonly _tableClass: _angular_core.Signal<string>;
2492
2493
  protected readonly _headerClass: _angular_core.Signal<string>;
2493
2494
  protected readonly _headerCellClass: _angular_core.Signal<string>;