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