dtable-ui-component 6.0.107 → 6.0.108-alpha.0
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/lib/NotificationPopover/index.js +3 -2
- package/package.json +11 -12
|
@@ -46,7 +46,8 @@ class NotificationPopover extends _react.default.Component {
|
|
|
46
46
|
const {
|
|
47
47
|
headerText,
|
|
48
48
|
bodyText,
|
|
49
|
-
footerText
|
|
49
|
+
footerText,
|
|
50
|
+
placement
|
|
50
51
|
} = this.props;
|
|
51
52
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactstrap.Popover, {
|
|
52
53
|
className: "notification-wrapper",
|
|
@@ -54,7 +55,7 @@ class NotificationPopover extends _react.default.Component {
|
|
|
54
55
|
isOpen: true,
|
|
55
56
|
fade: false,
|
|
56
57
|
hideArrow: true,
|
|
57
|
-
placement: "bottom",
|
|
58
|
+
placement: placement || "bottom",
|
|
58
59
|
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
59
60
|
className: "notification-container",
|
|
60
61
|
ref: ref => this.notificationContainerRef = ref,
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dtable-ui-component",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.108-alpha.0",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@seafile/react-image-lightbox": "4.0.2",
|
|
7
7
|
"@seafile/seafile-calendar": "~0.0.32",
|
|
8
|
-
"@seafile/seafile-editor": "
|
|
8
|
+
"@seafile/seafile-editor": "^3.0.24",
|
|
9
9
|
"classnames": "~2.5.*",
|
|
10
10
|
"dayjs": "1.10.7",
|
|
11
11
|
"dtable-utils": "~5.0.27",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"@types/jest": "^29.5.10",
|
|
83
83
|
"autoprefixer": "10.4.5",
|
|
84
84
|
"babel-eslint": "10.0.1",
|
|
85
|
-
"babel-jest": "^
|
|
85
|
+
"babel-jest": "^30.3.0",
|
|
86
86
|
"babel-loader": "^8.2.3",
|
|
87
87
|
"babel-plugin-import": "^1.13.6",
|
|
88
88
|
"babel-plugin-named-asset-import": "^0.3.6",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
93
93
|
"circular-dependency-plugin": "^5.2.2",
|
|
94
94
|
"css-loader": "^6.5.1",
|
|
95
|
-
"css-minimizer-webpack-plugin": "^
|
|
95
|
+
"css-minimizer-webpack-plugin": "^8.0.0",
|
|
96
96
|
"dotenv": "^10.0.0",
|
|
97
97
|
"dotenv-expand": "^5.1.0",
|
|
98
98
|
"eslint": "^8.3.0",
|
|
@@ -103,9 +103,11 @@
|
|
|
103
103
|
"fs-extra": "^10.0.0",
|
|
104
104
|
"html-webpack-plugin": "^5.5.0",
|
|
105
105
|
"identity-obj-proxy": "3.0.0",
|
|
106
|
-
"jest": "^
|
|
107
|
-
"jest-
|
|
108
|
-
"jest-
|
|
106
|
+
"jest": "^30.3.0",
|
|
107
|
+
"jest-cli": "^30.3.0",
|
|
108
|
+
"jest-environment-jsdom": "^30.3.0",
|
|
109
|
+
"jest-resolve": "^30.3.0",
|
|
110
|
+
"jest-watch-typeahead": "^3.0.1",
|
|
109
111
|
"less": "^4.2.0",
|
|
110
112
|
"less-loader": "^11.1.3",
|
|
111
113
|
"mini-css-extract-plugin": "^2.4.5",
|
|
@@ -133,11 +135,8 @@
|
|
|
133
135
|
"style-loader": "^3.3.1",
|
|
134
136
|
"terser-webpack-plugin": "^5.2.5",
|
|
135
137
|
"url-loader": "^4.1.1",
|
|
136
|
-
"
|
|
137
|
-
"webpack": "^5.
|
|
138
|
-
"webpack-dev-server": "^5.2.2",
|
|
139
|
-
"webpack-manifest-plugin": "^4.0.2",
|
|
140
|
-
"workbox-webpack-plugin": "^6.4.1",
|
|
138
|
+
"webpack": "^5.105.4",
|
|
139
|
+
"webpack-dev-server": "^5.2.3",
|
|
141
140
|
"worker-loader": "3.0.8"
|
|
142
141
|
}
|
|
143
142
|
}
|