dtable-statistic 5.3.44-okk.7 → 5.3.45

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,47 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ /**
8
+ * local development settings
9
+ */
10
+ var _default = exports.default = {
11
+ username: '7355da59470c4402884fa1b21a10cd06@auth.local',
12
+ password: '123456',
13
+ token: "2a06aeb633ffb5bb1937aed421e8043210959652",
14
+ // dtable api token (required)
15
+ APIToken: 'b48e52714601c464ca4bf2fa3d10daea095ef070',
16
+ // server URL of the dtable of the plugin (required)
17
+ server: 'https://dev.seatable.cn',
18
+ // id of the workspace with the dtable of the plugin (required, workspace must exist)
19
+ workspaceID: '169',
20
+ // name of the dtable to add the plugin to (required, dtable must exist under this name)
21
+ fileName: 'Coll',
22
+ // default language ('en' or 'zh-cn' are common, see "src/locale/index.js" for all lang keys)
23
+ lang: 'zh-cn',
24
+ permission: 'rw',
25
+ dtableUuid: '8e905209-b306-4aa8-a082-8046801ba94c',
26
+ // media URL of the dtable of the plugin (required)
27
+ mediaUrl: 'https://dev.seatable.cn/media/',
28
+ isAdmin: true
29
+ }; // export default {
30
+ // username: '8e6fd68ab7764dd2b01c2f2a17b7d991@auth.local',
31
+ // password: '1',
32
+ // token: "2a06aeb633ffb5bb1937aed421e8043210959652",
33
+ // // dtable api token (required)
34
+ // APIToken: '89d80ccbba8c1033264ba02df4441de2e5f2c394',
35
+ // // server URL of the dtable of the plugin (required)
36
+ // server: 'http://127.0.0.1:80',
37
+ // // id of the workspace with the dtable of the plugin (required, workspace must exist)
38
+ // workspaceID: '1',
39
+ // // name of the dtable to add the plugin to (required, dtable must exist under this name)
40
+ // fileName: '页面设计测试',
41
+ // // default language ('en' or 'zh-cn' are common, see "src/locale/index.js" for all lang keys)
42
+ // lang: 'en',
43
+ // permission: 'rw',
44
+ // // media URL of the dtable of the plugin (required)
45
+ // mediaUrl: '/media/',
46
+ // isAdmin: false,
47
+ // };
package/package.json CHANGED
@@ -1,4 +1,5 @@
1
1
  {
2
+ "version": "5.3.45",
2
3
  "name": "dtable-statistic",
3
4
  "description": "statistics",
4
5
  "main": "dist/dtable-statistic.js",
@@ -6,8 +7,6 @@
6
7
  "private": false,
7
8
  "dependencies": {
8
9
  "@antv/util": "^3.3.2",
9
- "@seafile/react-image-lightbox": "^5.0.4",
10
- "@seafile/seafile-editor": "^3.0.24",
11
10
  "comlink": "^4.4.1",
12
11
  "dayjs": "1.10.7",
13
12
  "html2canvas": "^1.4.1",
@@ -16,7 +15,7 @@
16
15
  "react-grid-layout": "^1.2.5",
17
16
  "react-intl-universal": "^2.4.8",
18
17
  "reactstrap": "9.2.3",
19
- "sea-chart": "^1.1.126-era.4"
18
+ "sea-chart": "^1.1.128"
20
19
  },
21
20
  "peerDependencies": {
22
21
  "dtable-ui-component": "~6.0.*",
@@ -50,7 +49,7 @@
50
49
  "dotenv": "^10.0.0",
51
50
  "dotenv-expand": "^5.1.0",
52
51
  "dtable-store": "6.0.11",
53
- "dtable-ui-component": "^6.0.107-uua.1",
52
+ "dtable-ui-component": "^6.0.110",
54
53
  "dtable-utils": "^5.0.23",
55
54
  "eslint": "^8.3.0",
56
55
  "eslint-config-react-app": "^7.0.1",
@@ -140,10 +139,11 @@
140
139
  ]
141
140
  },
142
141
  "overrides": {
143
- "serialize-javascript": "^7.0.3",
142
+ "serialize-javascript": "^7.0.5",
144
143
  "qs": "^6.14.1",
145
144
  "js-yaml": "^4.1.1",
146
- "@tootallnate/once": "^3.0.1"
147
- },
148
- "version": "5.3.44okk.7"
145
+ "@tootallnate/once": "^3.0.1",
146
+ "picomatch": ">=4.0.4",
147
+ "node-forge": ">=1.4.0"
148
+ }
149
149
  }