shineout 3.7.0-fix.1 → 3.7.0-fix.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 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.7.0-fix.1'
525
+ version: '3.7.0-fix.2'
526
526
  };
package/dist/shineout.js CHANGED
@@ -12227,7 +12227,7 @@ var handleStyle = function handleStyle(style) {
12227
12227
  };
12228
12228
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12229
12229
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12230
- /* harmony default export */ var version = ('3.7.0-fix.1');
12230
+ /* harmony default export */ var version = ('3.7.0-fix.2');
12231
12231
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12232
12232
 
12233
12233
 
@@ -35352,15 +35352,15 @@ function useInputAble(props) {
35352
35352
  changeStateValue(vv);
35353
35353
  }
35354
35354
  if (!isFunc(onChange)) return;
35355
- context.delayChange = function () {
35356
- context.timer = null;
35357
- context.delayChange = null;
35358
- onChange.apply(void 0, [vv].concat(other));
35359
- render();
35360
- };
35361
35355
  if (!delay) {
35362
35356
  onChange.apply(void 0, [vv].concat(other));
35363
35357
  } else {
35358
+ context.delayChange = function () {
35359
+ context.timer = null;
35360
+ context.delayChange = null;
35361
+ onChange.apply(void 0, [vv].concat(other));
35362
+ render();
35363
+ };
35364
35364
  if (context.timer) clearTimeout(context.timer);
35365
35365
  context.timer = setTimeout(context.delayChange, delay);
35366
35366
  }
@@ -71312,7 +71312,7 @@ var upload_interface = __webpack_require__(8821);
71312
71312
 
71313
71313
 
71314
71314
  /* harmony default export */ var src_0 = ({
71315
- version: '3.7.0-fix.1'
71315
+ version: '3.7.0-fix.2'
71316
71316
  });
71317
71317
  }();
71318
71318
  /******/ return __webpack_exports__;