ods-component-lib 1.18.237 → 1.18.239

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.
@@ -21,6 +21,7 @@ export declare const tasks: {
21
21
  end: Date;
22
22
  color: string;
23
23
  progress: number;
24
+ updateDate: Date;
24
25
  }[];
25
26
  export declare const dependencies: {
26
27
  id: number;
@@ -1,3 +1,5 @@
1
1
  export declare type SortingProcessType = "ClientSideSorting" | "ServerSideSorting";
2
2
  export declare type SortingType = "ASC" | "DESC";
3
3
  export declare type ExportDocumentType = "A0" | "A1" | "A2" | "A3" | "A4" | "Auto";
4
+ export declare type SummaryTypes = "avg" | "count" | "custom" | "max" | "min" | "sum";
5
+ export declare type ITooltipType = "raw" | "styled";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ods-component-lib",
3
- "version": "1.18.237",
3
+ "version": "1.18.239",
4
4
  "description": "Odeon design system component lib",
5
5
  "author": "OdeonTechnology",
6
6
  "license": "MIT",