devexpress-dashboard-react 23.1.2-beta → 23.1.3

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.
@@ -216,6 +216,7 @@ declare class Extensions extends NestedOption<IExtensionsProps> {
216
216
  };
217
217
  }
218
218
  declare type IFetchRemoteServiceProps = React.PropsWithChildren<{
219
+ beforeSend?: any;
219
220
  headers?: any;
220
221
  }>;
221
222
  declare class FetchRemoteService extends NestedOption<IFetchRemoteServiceProps> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "devexpress-dashboard-react",
3
3
  "author": "Developer Express Inc.",
4
- "version": "23.1.2-beta",
4
+ "version": "23.1.3",
5
5
  "description": "A component that integrates DevExpress Web Dashboard in a React application",
6
6
  "homepage": "https://www.devexpress.com/products/net/dashboard/",
7
7
  "bugs": "https://www.devexpress.com/support/",
@@ -17,9 +17,9 @@
17
17
  "prop-types": "^15.6.1"
18
18
  },
19
19
  "peerDependencies": {
20
- "devexpress-dashboard": "23.1.2-beta",
21
- "devextreme": "23.1.2-beta",
22
- "devextreme-react": "23.1.2-beta",
23
- "@devexpress/analytics-core": "23.1.2-beta"
20
+ "devexpress-dashboard": "23.1.3",
21
+ "devextreme": "23.1.3",
22
+ "devextreme-react": "23.1.3",
23
+ "@devexpress/analytics-core": "23.1.3"
24
24
  }
25
25
  }