taxtank-core 0.16.12 → 0.16.13

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.
@@ -40,6 +40,11 @@ export declare class CollectionDictionary<Collection extends BaseCollection<obje
40
40
  */
41
41
  createCollection(items?: object[]): Collection;
42
42
  length(): number;
43
+ /**
44
+ * @Todo find a better solution to get list of the sorted keys
45
+ * Get array of the "keys" by provided order
46
+ */
47
+ getSortedKeys(isDesc?: boolean): string[];
43
48
  /**
44
49
  * Group collection items by passed path into items object
45
50
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.16.12",
3
+ "version": "0.16.13",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^12.2.3 || ~13.0.0",