antd-management-fast-framework 1.12.91 → 1.12.92
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.
|
@@ -2479,19 +2479,16 @@ function buildSyntaxHighlighter(_ref38) {
|
|
|
2479
2479
|
value = _ref38.value,
|
|
2480
2480
|
_ref38$other = _ref38.other,
|
|
2481
2481
|
other = _ref38$other === void 0 ? {} : _ref38$other;
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
language: language,
|
|
2487
|
-
style: _prism.oneDark
|
|
2488
|
-
}, other), language === 'javascript' ? JSON.stringify(value || {}, null, ' ') : value) : /*#__PURE__*/_react.default.createElement(_reactSyntaxHighlighter.Prism, _extends({
|
|
2489
|
-
showLineNumbers: true,
|
|
2490
|
-
wrapLines: true,
|
|
2482
|
+
|
|
2483
|
+
var c = _objectSpread(_objectSpread({}, other || {}), {}, {
|
|
2484
|
+
showLineNumbers: false,
|
|
2485
|
+
wrapLines: false,
|
|
2491
2486
|
wrapLongLines: true,
|
|
2492
2487
|
language: language,
|
|
2493
2488
|
style: _prism.oneDark
|
|
2494
|
-
}
|
|
2489
|
+
});
|
|
2490
|
+
|
|
2491
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, (0, _tools.isObject)(value) ? /*#__PURE__*/_react.default.createElement(_reactSyntaxHighlighter.Prism, c, language === 'javascript' ? JSON.stringify(value || {}, null, ' ') : value) : /*#__PURE__*/_react.default.createElement(_reactSyntaxHighlighter.Prism, c, language === 'javascript' ? JSON.stringify(JSON.parse(value || null), null, ' ') : value));
|
|
2495
2492
|
}
|
|
2496
2493
|
|
|
2497
2494
|
function buildJsonView(_ref39) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antd-management-fast-framework",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.92",
|
|
4
4
|
"description": "antd-management-fast-framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antd-management-fast-framework"
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"src/framework",
|
|
223
223
|
"src/utils"
|
|
224
224
|
],
|
|
225
|
-
"gitHead": "
|
|
225
|
+
"gitHead": "4663d4b6103ca728449f3d0a3100225160b295c0",
|
|
226
226
|
"gitHooks": {
|
|
227
227
|
"pre-commit": "lint-staged"
|
|
228
228
|
}
|