@solcre-org/core-ui 2.17.7 → 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 {
|