dtable-statistic 5.3.42 → 5.3.44-akc.2
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.
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
}
|
|
285
285
|
|
|
286
286
|
/* chart operation dropdown menu */
|
|
287
|
-
.statistic-chart-preview .dtable-icon-
|
|
287
|
+
.statistic-chart-preview .dtable-icon-down3 {
|
|
288
288
|
font-size: 12px;
|
|
289
289
|
}
|
|
290
290
|
|
|
@@ -656,16 +656,15 @@
|
|
|
656
656
|
padding: 0;
|
|
657
657
|
}
|
|
658
658
|
|
|
659
|
-
.dropdown-item .statistic-views-dropdown .
|
|
659
|
+
.dropdown-item .statistic-views-dropdown .icon-dropdown-toggle .dtable-icon-down3 {
|
|
660
660
|
display: inline-flex;
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
transform: scale(.8);
|
|
661
|
+
-webkit-transform: rotate(-90deg);
|
|
662
|
+
transform: rotate(-90deg);
|
|
664
663
|
}
|
|
665
664
|
|
|
666
665
|
.statistic-views-dropdown-menu {
|
|
667
666
|
margin-top: -16px !important;
|
|
668
|
-
margin-left:
|
|
667
|
+
margin-left: 8px !important;
|
|
669
668
|
}
|
|
670
669
|
|
|
671
670
|
.statistic-views-dropdown-menu .dropdown-item {
|
package/es/assets/css/dialog.css
CHANGED
|
@@ -134,7 +134,7 @@ class StatisticDropdownMenu extends _react.default.Component {
|
|
|
134
134
|
}, _reactIntlUniversal.default.get('Move_to')), /*#__PURE__*/_react.default.createElement("span", {
|
|
135
135
|
className: "icon-dropdown-toggle"
|
|
136
136
|
}, /*#__PURE__*/_react.default.createElement("i", {
|
|
137
|
-
className: "item-icon dtable-font dtable-icon-
|
|
137
|
+
className: "item-icon dtable-font dtable-icon-down3"
|
|
138
138
|
})), /*#__PURE__*/_react.default.createElement(_reactstrap.DropdownToggle, {
|
|
139
139
|
className: "move-to-statistic-views-toggle"
|
|
140
140
|
})), this.state.isShowViewsMenu && /*#__PURE__*/_react.default.createElement(_reactstrap.DropdownMenu, {
|
package/es/tabs/tab.js
CHANGED
|
@@ -141,7 +141,7 @@ class DashBoardTab extends _react.Component {
|
|
|
141
141
|
ref: ref => this.btnViewDropdown = ref,
|
|
142
142
|
className: `${_statisticTabsModule.default['btn-view-dropdown']}`
|
|
143
143
|
}, /*#__PURE__*/_react.default.createElement("i", {
|
|
144
|
-
className: `${_statisticTabsModule.default['icon']} dtable-font dtable-icon-
|
|
144
|
+
className: `${_statisticTabsModule.default['icon']} dtable-font dtable-icon-down3`
|
|
145
145
|
}), isShowViewDropdown && /*#__PURE__*/_react.default.createElement(_ModalPortal2.default, null, /*#__PURE__*/_react.default.createElement("div", {
|
|
146
146
|
className: `${theme === _constants.THEME_NAME_MAP.DARK ? 'statistic-tabs-dropdown-dark' : 'statistic-tabs-dropdown-light'} statistic-dropdown-menu dropdown-menu large show`,
|
|
147
147
|
style: {
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dtable-statistic",
|
|
3
|
-
"version": "5.3.42",
|
|
4
3
|
"description": "statistics",
|
|
5
4
|
"main": "dist/dtable-statistic.js",
|
|
6
5
|
"author": "seafile",
|
|
7
6
|
"private": false,
|
|
8
7
|
"dependencies": {
|
|
9
8
|
"@antv/util": "^3.3.2",
|
|
9
|
+
"@seafile/seafile-editor": "^3.0.26",
|
|
10
10
|
"comlink": "^4.4.1",
|
|
11
11
|
"dayjs": "1.10.7",
|
|
12
12
|
"html2canvas": "^1.4.1",
|
|
@@ -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.
|
|
18
|
+
"sea-chart": "^1.1.126-ali.2"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
21
|
"dtable-ui-component": "~6.0.*",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"dotenv": "^10.0.0",
|
|
50
50
|
"dotenv-expand": "^5.1.0",
|
|
51
51
|
"dtable-store": "6.0.11",
|
|
52
|
-
"dtable-ui-component": "^6.0.
|
|
52
|
+
"dtable-ui-component": "^6.0.107-iak.1",
|
|
53
53
|
"dtable-utils": "^5.0.23",
|
|
54
54
|
"eslint": "^8.3.0",
|
|
55
55
|
"eslint-config-react-app": "^7.0.1",
|
|
@@ -139,9 +139,12 @@
|
|
|
139
139
|
]
|
|
140
140
|
},
|
|
141
141
|
"overrides": {
|
|
142
|
-
"serialize-javascript": "^7.0.
|
|
142
|
+
"serialize-javascript": "^7.0.5",
|
|
143
143
|
"qs": "^6.14.1",
|
|
144
144
|
"js-yaml": "^4.1.1",
|
|
145
|
-
"@tootallnate/once": "^3.0.1"
|
|
146
|
-
|
|
145
|
+
"@tootallnate/once": "^3.0.1",
|
|
146
|
+
"picomatch": ">=4.0.4",
|
|
147
|
+
"node-forge": ">=1.4.0"
|
|
148
|
+
},
|
|
149
|
+
"version": "5.3.44akc.2"
|
|
147
150
|
}
|