shineout 3.8.10-beta.3 → 3.8.10-beta.5

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 CHANGED
@@ -522,5 +522,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
522
522
  // 此文件由脚本自动生成,请勿直接修改。
523
523
  // This file was generated automatically by a script. Please do not modify it directly.
524
524
  var _default = exports.default = {
525
- version: '3.8.10-beta.3'
525
+ version: '3.8.10-beta.5'
526
526
  };
@@ -8,13 +8,13 @@ export type ModalFunctionOptions = Omit<ModalOptions, 'jssStyle'>;
8
8
  * @title ModalMethods
9
9
  * @cn Modal 提供了一组方法供全局调用,这些方法生成的元素,会在关闭后销毁。
10
10
  * 该组方法应仅供展示所用, 如果需要数据交互, 请使用 Modal。
11
- * Modal.info(options) // 提示信息
12
- * Modal.success(options) // 成功信息
13
- * Modal.warning(options) // 警告信息
14
- * Modal.error(options) // 错误信息
15
- * Modal.confirm(options) // 确认信息
16
- * Modal.show(options) // 普通信息
17
- * Modal.closeAll // 关闭所有Modal
11
+ * - `Modal.info(options)` 提示信息
12
+ * - `Modal.success(options)` 成功信息
13
+ * - `Modal.warn(options)` 警告信息
14
+ * - `Modal.error(options)` 错误信息
15
+ * - `Modal.confirm(options)` 确认信息
16
+ * - `Modal.show(options)` 普通信息
17
+ * - `Modal.closeAll` 关闭所有Modal
18
18
  * options 支持 Modal除了 destory, visible 的其他任何属性, 此外还有如下的额外属性:
19
19
  */
20
20
  export type ModalFunctionExternalOptions = Omit<ModalFunctionOptions, keyof ModalProps>;
package/dist/shineout.js CHANGED
@@ -12398,7 +12398,7 @@ var handleStyle = function handleStyle(style) {
12398
12398
  };
12399
12399
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12400
12400
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12401
- /* harmony default export */ var version = ('3.8.10-beta.3');
12401
+ /* harmony default export */ var version = ('3.8.10-beta.5');
12402
12402
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12403
12403
 
12404
12404
 
@@ -19158,6 +19158,9 @@ var descriptionsStyle = {
19158
19158
  horizontal: {
19159
19159
  '& $label': {
19160
19160
  width: '1px'
19161
+ },
19162
+ '& $value:empty': {
19163
+ width: '1px'
19161
19164
  }
19162
19165
  },
19163
19166
  vertical: {
@@ -47224,7 +47227,7 @@ var Day = function Day(props) {
47224
47227
  props.setCurrent(new Date(), areaType);
47225
47228
  props.onChange(new Date(), props.needConfirm || props.type === 'datetime');
47226
47229
  setTimeout(function () {
47227
- if (props.closeByConfirm && !props.range) props.closeByConfirm();
47230
+ if (props.needConfirm && props.closeByConfirm && !props.range) props.closeByConfirm();
47228
47231
  }, 0);
47229
47232
  };
47230
47233
  var renderDay = function renderDay(item, index) {
@@ -73401,7 +73404,7 @@ var upload_interface = __webpack_require__(8821);
73401
73404
 
73402
73405
 
73403
73406
  /* harmony default export */ var src_0 = ({
73404
- version: '3.8.10-beta.3'
73407
+ version: '3.8.10-beta.5'
73405
73408
  });
73406
73409
  }();
73407
73410
  /******/ return __webpack_exports__;