@contrail/documents 1.1.11 → 1.1.12

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.
@@ -12,6 +12,12 @@ export declare class DocumentElementSortOrderService {
12
12
  static updateSortOrder(sortOrder: string[], { sortIds, targetSortIndex, addAfterElementId }: SortOrderChange): string[];
13
13
  static updateSortOrderByArray(sortOrder: string[], sorts: SortOrderChange[]): string[];
14
14
  static sortDocumentElements(elements: DocumentElement[], sorts?: SortOrderChange[], sort?: SortOrderChange): DocumentElement[];
15
- private static addFrameMembersToSortArray;
16
- private static addFrameMembersToSort;
15
+ static addFrameMembersToSortArray(elements: DocumentElement[], frames: Map<string, {
16
+ id: string;
17
+ elements: DocumentElement[];
18
+ }>, sorts: SortOrderChange[]): SortOrderChange[];
19
+ static addFrameMembersToSort(elements: DocumentElement[], frames: Map<string, {
20
+ id: string;
21
+ elements: DocumentElement[];
22
+ }>, sort: SortOrderChange): string[];
17
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/documents",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "description": "Documents library for contrail platform",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",