dtable-ui-component 0.3.16 → 0.3.18
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.
|
@@ -52,12 +52,12 @@ function FieldDisplaySetting(_ref) {
|
|
|
52
52
|
return /*#__PURE__*/React.createElement("div", {
|
|
53
53
|
className: "field-setting"
|
|
54
54
|
}, /*#__PURE__*/React.createElement("div", {
|
|
55
|
-
className: "field-setting-header d-flex align-items-center justify-content-between"
|
|
55
|
+
className: "field-setting-header d-flex align-items-center justify-content-between",
|
|
56
|
+
onClick: expandAllFields
|
|
56
57
|
}, /*#__PURE__*/React.createElement(Label, {
|
|
57
58
|
className: "mb-0"
|
|
58
59
|
}, textProperties.titleValue), /*#__PURE__*/React.createElement("span", {
|
|
59
|
-
className: "dtable-font dtable-icon-right expand-button ".concat(isCollapsed ? '' : 'revolving')
|
|
60
|
-
onClick: expandAllFields
|
|
60
|
+
className: "dtable-font dtable-icon-right expand-button ".concat(isCollapsed ? '' : 'revolving')
|
|
61
61
|
})), /*#__PURE__*/React.createElement(Transition, {
|
|
62
62
|
nodeRef: nodeRef,
|
|
63
63
|
in: !isCollapsed,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dtable-ui-component",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.18",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@seafile/react-image-lightbox": "0.0.9",
|
|
@@ -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.2.
|
|
14
|
+
"dtable-utils": "4.2.4",
|
|
15
15
|
"glamor": "^2.20.40",
|
|
16
16
|
"hast-util-sanitize": "^1.1.2",
|
|
17
17
|
"hast-util-to-html": "3.1.0",
|