@veltdev/react 1.0.115 → 1.0.116

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,7 @@ export interface IVeltCommentsSidebarProps {
40
40
  pageModeComposerVariant?: string;
41
41
  dialogVariant?: string;
42
42
  shadowDom?: boolean;
43
+ sortData?: 'asc' | 'desc' | 'none';
43
44
  filterConfig?: CommentSidebarFilterConfig;
44
45
  groupConfig?: CommentSidebarGroupConfig;
45
46
  filters?: CommentSidebarFilters;
@@ -3,6 +3,7 @@ export interface IVeltHighChartCommentsProps {
3
3
  id: string;
4
4
  chartComputedData: any;
5
5
  dialogMetadataTemplate?: string[];
6
+ Highcharts?: any;
6
7
  }
7
8
  declare const VeltHighChartComments: React.FC<IVeltHighChartCommentsProps>;
8
9
  export default VeltHighChartComments;
package/index.d.ts CHANGED
@@ -158,6 +158,7 @@ interface IVeltCommentsSidebarProps {
158
158
  pageModeComposerVariant?: string;
159
159
  dialogVariant?: string;
160
160
  shadowDom?: boolean;
161
+ sortData?: 'asc' | 'desc' | 'none';
161
162
  filterConfig?: CommentSidebarFilterConfig;
162
163
  groupConfig?: CommentSidebarGroupConfig;
163
164
  filters?: CommentSidebarFilters;
@@ -362,6 +363,7 @@ interface IVeltHighChartCommentsProps {
362
363
  id: string;
363
364
  chartComputedData: any;
364
365
  dialogMetadataTemplate?: string[];
366
+ Highcharts?: any;
365
367
  }
366
368
  declare const VeltHighChartComments: React.FC<IVeltHighChartCommentsProps>;
367
369
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "1.0.115",
3
+ "version": "1.0.116",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",