tenjin-ui-kit 0.2.132 → 0.2.133
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.
|
@@ -28,7 +28,8 @@ var BrowsingTestCaseLayout = function BrowsingTestCaseLayout(_ref) {
|
|
|
28
28
|
var collapse = _ref.collapse,
|
|
29
29
|
hasExtraContent = _ref.hasExtraContent,
|
|
30
30
|
children = _ref.children,
|
|
31
|
-
leftHandle = _ref.leftHandle
|
|
31
|
+
leftHandle = _ref.leftHandle,
|
|
32
|
+
onlyRightHandle = _ref.onlyRightHandle;
|
|
32
33
|
// return <div className="browsing-test-case-layout">{children}</div>;
|
|
33
34
|
// console.log("Browser", children);
|
|
34
35
|
var _useState = (0, _react.useState)(false),
|
|
@@ -135,7 +136,7 @@ var BrowsingTestCaseLayout = function BrowsingTestCaseLayout(_ref) {
|
|
|
135
136
|
ref: boxARef,
|
|
136
137
|
elevation: 0,
|
|
137
138
|
className: "rightWrapper"
|
|
138
|
-
}, /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, children[2], children[3])), !hasExtraContent && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("div", {
|
|
139
|
+
}, /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, children[2], children[3])), !onlyRightHandle && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, !hasExtraContent && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("div", {
|
|
139
140
|
style: {
|
|
140
141
|
display: "flex",
|
|
141
142
|
justifyContent: "center",
|
|
@@ -175,7 +176,7 @@ var BrowsingTestCaseLayout = function BrowsingTestCaseLayout(_ref) {
|
|
|
175
176
|
},
|
|
176
177
|
className: "verticalText",
|
|
177
178
|
semibold: true
|
|
178
|
-
}, "Properties")))))));
|
|
179
|
+
}, "Properties"))))))));
|
|
179
180
|
};
|
|
180
181
|
BrowsingTestCaseLayout.TreeViewContent = _Index.default;
|
|
181
182
|
BrowsingTestCaseLayout.TreeViewHeader = _Index2.default;
|
package/dist/package.json
CHANGED