dtable-statistic 5.3.55 → 5.3.58
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.
- package/es/setting.local.js +43 -39
- package/package.json +2 -2
package/es/setting.local.js
CHANGED
|
@@ -4,44 +4,48 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
*/
|
|
10
|
-
var _default = exports.default = {
|
|
11
|
-
username: '7355da59470c4402884fa1b21a10cd06@auth.local',
|
|
7
|
+
let config = {
|
|
8
|
+
username: 'cffbc4dbc6364befbdccb8623842a8ed@auth.local',
|
|
12
9
|
password: '123456',
|
|
13
|
-
|
|
14
|
-
//
|
|
15
|
-
APIToken: '
|
|
16
|
-
//
|
|
10
|
+
dtableUuid: '842e9c84-8311-432d-b818-27012c807b13',
|
|
11
|
+
// required
|
|
12
|
+
APIToken: '83a5ec5848242d4da6c086acabd8e3a6e2fefa10',
|
|
13
|
+
// required
|
|
17
14
|
server: 'https://dev.seatable.cn',
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
//
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
//
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
//
|
|
37
|
-
|
|
38
|
-
//
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
//
|
|
42
|
-
|
|
43
|
-
//
|
|
44
|
-
|
|
45
|
-
//
|
|
46
|
-
|
|
47
|
-
|
|
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
|
+
let config2 = {
|
|
30
|
+
username: 'cffbc4dbc6364befbdccb8623842a8ed@auth.local',
|
|
31
|
+
password: '123456',
|
|
32
|
+
dtableUuid: '90048f2f-a397-4739-8049-29c97eb5c0c2',
|
|
33
|
+
// required
|
|
34
|
+
APIToken: '7abd6e329205b9c63190429a716e5d15f682a817',
|
|
35
|
+
// required
|
|
36
|
+
server: 'https://dev.seatable.cn',
|
|
37
|
+
mediaUrl: '/media/',
|
|
38
|
+
// required
|
|
39
|
+
dtableBaiduMapKey: '1qRjaf9gprzfG6Kykg54jSzAEZZI0NZV',
|
|
40
|
+
// required
|
|
41
|
+
dtableMineMapKey: '57bccfdf646e4118aa68accfa1f256a5',
|
|
42
|
+
// optional
|
|
43
|
+
dtableGoogleMapKey: 'AIzaSyC0K2fPe31FfLm3fyoPT5YXQcqO-GrSTi8',
|
|
44
|
+
workspaceID: '291',
|
|
45
|
+
// optional
|
|
46
|
+
fileName: '实验动物笼位统计表',
|
|
47
|
+
// optional
|
|
48
|
+
lang: 'en' // optional
|
|
49
|
+
// lang:'en'
|
|
50
|
+
};
|
|
51
|
+
var _default = exports.default = config2;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "5.3.
|
|
2
|
+
"version": "5.3.58",
|
|
3
3
|
"name": "dtable-statistic",
|
|
4
4
|
"description": "statistics",
|
|
5
5
|
"main": "dist/dtable-statistic.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"react-grid-layout": "^1.2.5",
|
|
17
17
|
"react-intl-universal": "^2.4.8",
|
|
18
18
|
"reactstrap": "9.2.3",
|
|
19
|
-
"sea-chart": "^1.1.
|
|
19
|
+
"sea-chart": "^1.1.142"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"dtable-ui-component": "~7.0.*",
|