dtable-ui-component 4.3.2-alpha1 → 4.3.2-alpha3
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import './dtable-select-label.css';
|
|
3
|
-
function
|
|
3
|
+
function DTableSelectLabel(_ref) {
|
|
4
4
|
var classname = _ref.classname,
|
|
5
5
|
name = _ref.name,
|
|
6
6
|
isSelect = _ref.isSelect;
|
|
@@ -12,9 +12,9 @@ function DtableSelectLabel(_ref) {
|
|
|
12
12
|
className: "dtable-font dtable-icon-check-mark"
|
|
13
13
|
})));
|
|
14
14
|
}
|
|
15
|
-
|
|
15
|
+
DTableSelectLabel.defaultProps = {
|
|
16
16
|
classname: '',
|
|
17
17
|
name: '',
|
|
18
18
|
isSelect: false
|
|
19
19
|
};
|
|
20
|
-
export default
|
|
20
|
+
export default DTableSelectLabel;
|
package/lib/index.js
CHANGED
|
@@ -61,7 +61,7 @@ export { default as LinkEditor } from './LinkEditor';
|
|
|
61
61
|
export { default as DTablePopover } from './DTablePopover';
|
|
62
62
|
export { default as NotificationPopover } from './NotificationPopover';
|
|
63
63
|
export { default as DTableSelect } from './DTableSelect';
|
|
64
|
-
export { default as
|
|
64
|
+
export { default as DTableSelectLabel } from './DTableSelect/dtable-select-label';
|
|
65
65
|
export { default as DTableSwitch } from './DTableSwitch';
|
|
66
66
|
export { default as DTableCustomizeSelect } from './DTableCustomizeSelect';
|
|
67
67
|
export { default as DTableCustomizeCollaboratorSelect } from './DTableCustomizeCollaboratorSelect';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dtable-ui-component",
|
|
3
|
-
"version": "4.3.2-
|
|
3
|
+
"version": "4.3.2-alpha3",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@seafile/react-image-lightbox": "2.0.5",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"classnames": "^2.3.2",
|
|
12
12
|
"dayjs": "1.10.7",
|
|
13
13
|
"deepmerge": "^2.1.0",
|
|
14
|
-
"dtable-utils": "4.3.
|
|
14
|
+
"dtable-utils": "4.3.5",
|
|
15
15
|
"glamor": "^2.20.40",
|
|
16
16
|
"hast-util-sanitize": "^1.1.2",
|
|
17
17
|
"hast-util-to-html": "3.1.0",
|