@solcre-org/core-ui 2.17.6 → 2.17.8

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
@@ -405,7 +405,8 @@ declare enum FileType {
405
405
  COMPANY_AZF_PROCEDURE = "company_azf_procedure",
406
406
  COMPANY_TELEWORK = "company_remote_work",
407
407
  FILE_TEMPLATE = "file_template",
408
- COMPANY_EMPLOYEES_BULK = "company_employees_bulk"
408
+ COMPANY_EMPLOYEES_BULK = "company_employees_bulk",
409
+ FILE_GROUP = "file_group"
409
410
  }
410
411
 
411
412
  interface PreviewFileUrl {
@@ -2313,6 +2314,7 @@ interface SortConfig {
2313
2314
  key: string;
2314
2315
  direction: SortDirection;
2315
2316
  priority?: number;
2317
+ sortKey?: string;
2316
2318
  }
2317
2319
 
2318
2320
  declare enum SortMode {
@@ -2930,6 +2932,7 @@ declare class GenericTableComponent<T extends DataBaseModelInterface & {
2930
2932
  getFormattedValue(row: T, column: ColumnConfig<T>): string;
2931
2933
  private isEmptyValue;
2932
2934
  hasAction(action: TableAction): boolean;
2935
+ hasActionWithPermission(action: TableAction): boolean;
2933
2936
  triggerAction(action: TableAction, row?: T): void;
2934
2937
  triggerCustomAction(action: CustomAction<T>, row: T): void;
2935
2938
  onCustomActionSwitchChange(value: any, action: CustomAction<T>, row: T): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solcre-org/core-ui",
3
- "version": "2.17.6",
3
+ "version": "2.17.8",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"