dtable-statistic 5.3.47-beta.4 → 5.3.47
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/tabs/tab.js +2 -6
- package/package.json +5 -6
package/es/tabs/tab.js
CHANGED
|
@@ -155,18 +155,14 @@ class DashBoardTab extends _react.Component {
|
|
|
155
155
|
className: "dtable-font dtable-icon-rename"
|
|
156
156
|
}),
|
|
157
157
|
content: _reactIntlUniversal.default.get('Rename'),
|
|
158
|
-
|
|
159
|
-
toggle: false
|
|
160
|
-
}
|
|
158
|
+
toggle: false
|
|
161
159
|
}), canDelete && /*#__PURE__*/_react.default.createElement(_DTableDropdownItem2.default, {
|
|
162
160
|
onClick: this.props.onDeleteDashboard,
|
|
163
161
|
icon: /*#__PURE__*/_react.default.createElement("i", {
|
|
164
162
|
className: "dtable-font dtable-icon-delete"
|
|
165
163
|
}),
|
|
166
164
|
content: _reactIntlUniversal.default.get('Delete'),
|
|
167
|
-
|
|
168
|
-
toggle: false
|
|
169
|
-
}
|
|
165
|
+
toggle: false
|
|
170
166
|
}))))));
|
|
171
167
|
}
|
|
172
168
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "5.3.47
|
|
2
|
+
"version": "5.3.47",
|
|
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.131"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"dtable-ui-component": "~6.0.*",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"css-minimizer-webpack-plugin": "^8.0.0",
|
|
50
50
|
"dotenv": "^10.0.0",
|
|
51
51
|
"dotenv-expand": "^5.1.0",
|
|
52
|
-
"dtable-store": "6.
|
|
53
|
-
"dtable-ui-component": "6.0.117
|
|
52
|
+
"dtable-store": "^6.2.7",
|
|
53
|
+
"dtable-ui-component": "^6.0.117",
|
|
54
54
|
"dtable-utils": "^5.0.23",
|
|
55
55
|
"eslint": "^8.3.0",
|
|
56
56
|
"eslint-config-react-app": "^7.0.1",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"less-loader": "^11.1.3",
|
|
67
67
|
"mini-css-extract-plugin": "^2.4.5",
|
|
68
68
|
"path-browserify": "^1.0.1",
|
|
69
|
-
"postcss": "^8.
|
|
69
|
+
"postcss": "^8.5.12",
|
|
70
70
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
71
71
|
"postcss-loader": "^6.2.1",
|
|
72
72
|
"postcss-normalize": "^10.0.1",
|
|
@@ -90,7 +90,6 @@
|
|
|
90
90
|
"webpack": "^5.64.4",
|
|
91
91
|
"webpack-dev-server": "^5.2.0",
|
|
92
92
|
"webpack-manifest-plugin": "^4.0.2",
|
|
93
|
-
"workbox-webpack-plugin": "^7.4.0",
|
|
94
93
|
"worker-loader": "3.0.8"
|
|
95
94
|
},
|
|
96
95
|
"scripts": {
|