@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/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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solcre-org/core-ui",
3
- "version": "2.13.4",
3
+ "version": "2.13.6",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"