dtable-statistic 5.3.42 → 5.3.43

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.
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ let config = {
8
+ username: 'cffbc4dbc6364befbdccb8623842a8ed@auth.local',
9
+ password: '123456',
10
+ dtableUuid: '842e9c84-8311-432d-b818-27012c807b13',
11
+ // required
12
+ APIToken: '83a5ec5848242d4da6c086acabd8e3a6e2fefa10',
13
+ // required
14
+ server: 'https://dev.seatable.cn',
15
+ mediaUrl: '/media/',
16
+ // required
17
+ dtableBaiduMapKey: '1qRjaf9gprzfG6Kykg54jSzAEZZI0NZV',
18
+ // required
19
+ dtableMineMapKey: '57bccfdf646e4118aa68accfa1f256a5',
20
+ // optional
21
+ dtableGoogleMapKey: 'AIzaSyC0K2fPe31FfLm3fyoPT5YXQcqO-GrSTi8',
22
+ workspaceID: '291',
23
+ // optional
24
+ fileName: '通用应用表格测试',
25
+ // optional
26
+ lang: 'en' // optional
27
+ // lang:'en'
28
+ };
29
+ var _default = exports.default = config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-statistic",
3
- "version": "5.3.42",
3
+ "version": "5.3.43",
4
4
  "description": "statistics",
5
5
  "main": "dist/dtable-statistic.js",
6
6
  "author": "seafile",
@@ -15,7 +15,7 @@
15
15
  "react-grid-layout": "^1.2.5",
16
16
  "react-intl-universal": "^2.4.8",
17
17
  "reactstrap": "9.2.3",
18
- "sea-chart": "^1.1.123"
18
+ "sea-chart": "^1.1.124"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "dtable-ui-component": "~6.0.*",