dtable-ui-component 6.0.122 → 6.0.123-xms.27
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.
|
@@ -75,6 +75,7 @@ class DTablePopover extends _react.default.Component {
|
|
|
75
75
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
76
76
|
ref: ref => this.dtablePopoverRef = ref,
|
|
77
77
|
onClick: this.onPopoverInsideClick,
|
|
78
|
+
className: "dtable-popover-container",
|
|
78
79
|
children: this.props.children
|
|
79
80
|
})
|
|
80
81
|
});
|
|
@@ -127,7 +127,7 @@ function ImagePreviewerLightbox(props) {
|
|
|
127
127
|
downloadImageTip: (0, _lang.getLocale)('Download_image'),
|
|
128
128
|
preLineMetadaTip: (0, _lang.getLocale)('Pre_Line'),
|
|
129
129
|
nextLineMetadaTip: (0, _lang.getLocale)('Next_Line'),
|
|
130
|
-
|
|
130
|
+
closeTip: (0, _lang.getLocale)('Close')
|
|
131
131
|
});
|
|
132
132
|
}
|
|
133
133
|
var _default = exports.default = ImagePreviewerLightbox;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dtable-ui-component",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.123xms.27",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@seafile/react-image-lightbox": "
|
|
6
|
+
"@seafile/react-image-lightbox": "5.0.9",
|
|
7
7
|
"@seafile/seafile-calendar": "^1.0.10",
|
|
8
8
|
"@seafile/seafile-editor": "^3.0.34",
|
|
9
9
|
"classnames": "~2.5.*",
|