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