shineout 3.5.0-beta.1 → 3.5.0-beta.2
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.
- package/cjs/index.js +1 -1
- package/dist/shineout.js +4 -4
- package/dist/shineout.js.map +1 -1
- package/dist/shineout.min.js +1 -1
- package/dist/shineout.min.js.map +1 -1
- package/esm/index.js +1 -1
- package/package.json +5 -5
package/cjs/index.js
CHANGED
|
@@ -492,5 +492,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
492
492
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
493
493
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
494
494
|
var _default = exports.default = {
|
|
495
|
-
version: '3.5.0-beta.
|
|
495
|
+
version: '3.5.0-beta.2'
|
|
496
496
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -11984,7 +11984,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
11984
11984
|
};
|
|
11985
11985
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
11986
11986
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
11987
|
-
/* harmony default export */ var version = ('3.5.0-beta.
|
|
11987
|
+
/* harmony default export */ var version = ('3.5.0-beta.2');
|
|
11988
11988
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
11989
11989
|
|
|
11990
11990
|
|
|
@@ -44322,7 +44322,7 @@ var Modal = function Modal(props) {
|
|
|
44322
44322
|
}
|
|
44323
44323
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
44324
44324
|
className: modalClasses === null || modalClasses === void 0 ? void 0 : modalClasses.header,
|
|
44325
|
-
onMouseDown: props.moveable ? moveInfo.handleMouseDown : undefined,
|
|
44325
|
+
onMouseDown: props.moveable && !props.fullScreen ? moveInfo.handleMouseDown : undefined,
|
|
44326
44326
|
children: [renderIcon(), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
44327
44327
|
className: modalClasses === null || modalClasses === void 0 ? void 0 : modalClasses.headerTitle,
|
|
44328
44328
|
children: props.title
|
|
@@ -44388,7 +44388,7 @@ var Modal = function Modal(props) {
|
|
|
44388
44388
|
panelStyle.top = undefined;
|
|
44389
44389
|
panelStyle.width = undefined;
|
|
44390
44390
|
}
|
|
44391
|
-
if (props.moveable) {
|
|
44391
|
+
if (props.moveable && !props.fullScreen) {
|
|
44392
44392
|
panelStyle.transform = "translate(".concat(moveInfo.pos.x, "px, ").concat(moveInfo.pos.y, "px)");
|
|
44393
44393
|
}
|
|
44394
44394
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(FormFooterProvider, {
|
|
@@ -65267,7 +65267,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
65267
65267
|
|
|
65268
65268
|
|
|
65269
65269
|
/* harmony default export */ var src_0 = ({
|
|
65270
|
-
version: '3.5.0-beta.
|
|
65270
|
+
version: '3.5.0-beta.2'
|
|
65271
65271
|
});
|
|
65272
65272
|
}();
|
|
65273
65273
|
/******/ return __webpack_exports__;
|