codexly-ui 0.5.8 → 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/fesm2022/codexly-ui.mjs +19 -30
- package/fesm2022/codexly-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/codexly-ui.d.ts +1 -0
package/package.json
CHANGED
package/types/codexly-ui.d.ts
CHANGED
|
@@ -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>;
|