@solcre-org/core-ui 2.13.4 → 2.13.6
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/assets/css/inc/components/placeholder.css +28 -3
- package/assets/css/inc/components/switch.css +136 -0
- package/assets/css/inc/utilities/layout.css +3 -0
- package/fesm2022/solcre-org-core-ui.mjs +40 -13
- package/fesm2022/solcre-org-core-ui.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2755,6 +2755,7 @@ declare class GenericTableComponent<T extends DataBaseModelInterface & {
|
|
|
2755
2755
|
getCellDisabledClasses(row: T, column: ColumnConfig<T>): string;
|
|
2756
2756
|
isRowVisible(row: T): boolean;
|
|
2757
2757
|
private applyRowVisibilityFilter;
|
|
2758
|
+
private moveDisabledRowsToEnd;
|
|
2758
2759
|
private generateActiveFilters;
|
|
2759
2760
|
private formatFilterValue;
|
|
2760
2761
|
onActiveFilterRemove(filter: ActiveFilterItem): void;
|