@zgfe/modules-event 1.0.29-zhongyuan.14 → 1.0.29-zhongyuan.16

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.
@@ -172,7 +172,7 @@ var EventTable = function EventTable(props) {
172
172
  data: _objectSpread({
173
173
  appId: currentApp === null || currentApp === void 0 ? void 0 : currentApp.appId,
174
174
  platform: (searchData === null || searchData === void 0 ? void 0 : searchData.platform) || 0,
175
- service: !searchData.dimension ? 'event/overview_sql' : 'event_sql'
175
+ service: searchData.id ? 'event_sql' : 'event/overview_sql'
176
176
  }, searchData)
177
177
  }).then(function (res) {
178
178
  if (res === null || res === void 0 ? void 0 : res.data) {
@@ -124,6 +124,7 @@
124
124
  display: flex;
125
125
  &-market {
126
126
  // max-width: calc(100% - 20px);
127
+ width: 180px;
127
128
  margin-right: 8px;
128
129
  overflow: hidden;
129
130
  white-space: nowrap;
@@ -82,7 +82,7 @@ export function getColumns(eventGroupList, userPropList, eventEnvList, columnDat
82
82
  var _getValue;
83
83
  data.push({
84
84
  title: (_getValue = getValue(searchData.dimension, eventGroupList, eventEnvList, userPropList)) === null || _getValue === void 0 ? void 0 : _getValue.label,
85
- width: 150,
85
+ width: 180,
86
86
  dataIndex: 'dimension',
87
87
  key: 'dimension',
88
88
  ellipsis: true,
@@ -114,7 +114,7 @@ export function getColumns(eventGroupList, userPropList, eventEnvList, columnDat
114
114
  paddingLeft: '16px'
115
115
  }
116
116
  }, "\u4E8B\u4EF6"),
117
- width: 200,
117
+ width: 180,
118
118
  dataIndex: 'eventName',
119
119
  key: 'eventName',
120
120
  ellipsis: true,
package/package.json CHANGED
@@ -1,61 +1,61 @@
1
- {
2
- "name": "@zgfe/modules-event",
3
- "version": "1.0.29-zhongyuan.14",
4
- "module": "es/index.js",
5
- "typings": "es/index.d.ts",
6
- "private": false,
7
- "publishConfig": {
8
- "access": "public"
9
- },
10
- "files": [
11
- "es"
12
- ],
13
- "scripts": {
14
- "build": "father-build",
15
- "deploy": "npm run docs:build && npm run docs:deploy",
16
- "docs:build": "dumi build",
17
- "docs:deploy": "gh-pages -d docs-dist",
18
- "prepublishOnly": "npm run build",
19
- "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
20
- "pub": "lerna publish",
21
- "start": "dumi dev",
22
- "test": "umi-test",
23
- "test:coverage": "umi-test --coverage"
24
- },
25
- "lint-staged": {
26
- "*.{js,jsx,less,md,json}": [
27
- "prettier --write"
28
- ],
29
- "*.ts?(x)": [
30
- "prettier --parser=typescript --write"
31
- ]
32
- },
33
- "dependencies": {
34
- "react-copy-to-clipboard": "^5.1.0",
35
- "react-highlight": "^0.15.0"
36
- },
37
- "devDependencies": {
38
- "@testing-library/jest-dom": "^5.15.1",
39
- "@testing-library/react": "^12.1.2",
40
- "@types/jest": "^27.0.3",
41
- "@types/lodash": "^4.14.191",
42
- "@umijs/fabric": "^2.8.1",
43
- "@umijs/test": "^3.0.5",
44
- "@zgfe/business-lib": "1.2.70-hxd.10",
45
- "antd": "^4.22.6",
46
- "dumi": "^1.1.0",
47
- "echarts": "^5.3.2",
48
- "echarts-for-react": "^3.0.2",
49
- "father-build": "^1.17.2",
50
- "gh-pages": "^3.0.0",
51
- "lerna": "^4.0.0",
52
- "lint-staged": "^10.0.7",
53
- "prettier": "^2.2.1",
54
- "react": "^16.12.0 || ^17.0.0",
55
- "yorkie": "^2.0.0"
56
- },
57
- "gitHead": "79d1d3a7a7ca15385ce4a8878de5516eb756f6e4",
58
- "gitHooks": {
59
- "pre-commit": "lint-staged"
60
- }
61
- }
1
+ {
2
+ "name": "@zgfe/modules-event",
3
+ "version": "1.0.29-zhongyuan.16",
4
+ "module": "es/index.js",
5
+ "typings": "es/index.d.ts",
6
+ "private": false,
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "files": [
11
+ "es"
12
+ ],
13
+ "scripts": {
14
+ "build": "father-build",
15
+ "deploy": "npm run docs:build && npm run docs:deploy",
16
+ "docs:build": "dumi build",
17
+ "docs:deploy": "gh-pages -d docs-dist",
18
+ "prepublishOnly": "npm run build",
19
+ "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
20
+ "pub": "lerna publish",
21
+ "start": "dumi dev",
22
+ "test": "umi-test",
23
+ "test:coverage": "umi-test --coverage"
24
+ },
25
+ "lint-staged": {
26
+ "*.{js,jsx,less,md,json}": [
27
+ "prettier --write"
28
+ ],
29
+ "*.ts?(x)": [
30
+ "prettier --parser=typescript --write"
31
+ ]
32
+ },
33
+ "dependencies": {
34
+ "react-copy-to-clipboard": "^5.1.0",
35
+ "react-highlight": "^0.15.0"
36
+ },
37
+ "devDependencies": {
38
+ "@testing-library/jest-dom": "^5.15.1",
39
+ "@testing-library/react": "^12.1.2",
40
+ "@types/jest": "^27.0.3",
41
+ "@types/lodash": "^4.14.191",
42
+ "@umijs/fabric": "^2.8.1",
43
+ "@umijs/test": "^3.0.5",
44
+ "@zgfe/business-lib": "1.2.70-hxd.10",
45
+ "antd": "^4.22.6",
46
+ "dumi": "^1.1.0",
47
+ "echarts": "^5.3.2",
48
+ "echarts-for-react": "^3.0.2",
49
+ "father-build": "^1.17.2",
50
+ "gh-pages": "^3.0.0",
51
+ "lerna": "^4.0.0",
52
+ "lint-staged": "^10.0.7",
53
+ "prettier": "^2.2.1",
54
+ "react": "^16.12.0 || ^17.0.0",
55
+ "yorkie": "^2.0.0"
56
+ },
57
+ "gitHead": "445a59d24368531c896f1a9fe8942e1c9bfe2b8f",
58
+ "gitHooks": {
59
+ "pre-commit": "lint-staged"
60
+ }
61
+ }