shineout 1.12.16-beta.0 → 1.12.16

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.
@@ -52,7 +52,7 @@ function (_PureComponent) {
52
52
  point = _this$props2.point,
53
53
  others = (0, _objectWithoutPropertiesLoose2.default)(_this$props2, ["point"]);
54
54
  var value = Array.from({
55
- length: this.props.value.length
55
+ length: (this.props.value || '').length
56
56
  }, function () {
57
57
  return point;
58
58
  }).join('');
package/css/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import * as utils from './utils'
3
3
 
4
4
  declare const __default: {
5
5
  utils: typeof utils,
6
- version: '1.12.16-beta.0'
6
+ version: '1.12.16'
7
7
  }
8
8
 
9
9
  export default __default
package/css/index.js CHANGED
@@ -224,6 +224,6 @@ exports.Upload = _Upload.default;
224
224
  // Created by scripts/src-index.js.
225
225
  var _default = {
226
226
  utils: utils,
227
- version: '1.12.16-beta.0'
227
+ version: '1.12.16'
228
228
  };
229
229
  exports.default = _default;
package/dist/shineout.js CHANGED
@@ -171499,7 +171499,7 @@ __webpack_require__.r(__webpack_exports__);
171499
171499
  /* harmony import */ var _Input__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./Input */ "./src/Input/Input.js");
171500
171500
  var cov_1tr09fooi5 = function () {
171501
171501
  var path = "/Users/10008649/Desktop/workspace/fe/shein/shineout/src/Input/Password.js",
171502
- hash = "b0d120d6356aacafea2a06f3d0df91404edf8618",
171502
+ hash = "d9e8b82a62783b5fd7ecbf7a6f2bc66ce7ebdaa7",
171503
171503
  Function = function () {}.constructor,
171504
171504
  global = new Function('return this')(),
171505
171505
  gcv = "__coverage__",
@@ -171593,17 +171593,17 @@ var cov_1tr09fooi5 = function () {
171593
171593
  },
171594
171594
  end: {
171595
171595
  line: 23,
171596
- column: 87
171596
+ column: 95
171597
171597
  }
171598
171598
  },
171599
171599
  "9": {
171600
171600
  start: {
171601
171601
  line: 23,
171602
- column: 72
171602
+ column: 80
171603
171603
  },
171604
171604
  end: {
171605
171605
  line: 23,
171606
- column: 77
171606
+ column: 85
171607
171607
  }
171608
171608
  },
171609
171609
  "10": {
@@ -171739,21 +171739,21 @@ var cov_1tr09fooi5 = function () {
171739
171739
  decl: {
171740
171740
  start: {
171741
171741
  line: 23,
171742
- column: 66
171742
+ column: 74
171743
171743
  },
171744
171744
  end: {
171745
171745
  line: 23,
171746
- column: 67
171746
+ column: 75
171747
171747
  }
171748
171748
  },
171749
171749
  loc: {
171750
171750
  start: {
171751
171751
  line: 23,
171752
- column: 72
171752
+ column: 80
171753
171753
  },
171754
171754
  end: {
171755
171755
  line: 23,
171756
- column: 77
171756
+ column: 85
171757
171757
  }
171758
171758
  },
171759
171759
  line: 23
@@ -171792,6 +171792,39 @@ var cov_1tr09fooi5 = function () {
171792
171792
  }
171793
171793
  }],
171794
171794
  line: 15
171795
+ },
171796
+ "1": {
171797
+ loc: {
171798
+ start: {
171799
+ line: 23,
171800
+ column: 40
171801
+ },
171802
+ end: {
171803
+ line: 23,
171804
+ column: 62
171805
+ }
171806
+ },
171807
+ type: "binary-expr",
171808
+ locations: [{
171809
+ start: {
171810
+ line: 23,
171811
+ column: 40
171812
+ },
171813
+ end: {
171814
+ line: 23,
171815
+ column: 56
171816
+ }
171817
+ }, {
171818
+ start: {
171819
+ line: 23,
171820
+ column: 60
171821
+ },
171822
+ end: {
171823
+ line: 23,
171824
+ column: 62
171825
+ }
171826
+ }],
171827
+ line: 23
171795
171828
  }
171796
171829
  },
171797
171830
  s: {
@@ -171817,7 +171850,8 @@ var cov_1tr09fooi5 = function () {
171817
171850
  "4": 0
171818
171851
  },
171819
171852
  b: {
171820
- "0": [0, 0]
171853
+ "0": [0, 0],
171854
+ "1": [0, 0]
171821
171855
  },
171822
171856
  _coverageSchema: "43e27e138ebf9cfc5966b082cf9a028302ed4184"
171823
171857
  },
@@ -171923,7 +171957,7 @@ function (_PureComponent) {
171923
171957
  others = Object(_Users_10008649_Desktop_workspace_fe_shein_shineout_node_modules_babel_preset_react_app_node_modules_babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref2, ["point"]);
171924
171958
 
171925
171959
  var value = (cov_1tr09fooi5.s[8]++, Array.from({
171926
- length: this.props.value.length
171960
+ length: ((cov_1tr09fooi5.b[1][0]++, this.props.value) || (cov_1tr09fooi5.b[1][1]++, '')).length
171927
171961
  }, function () {
171928
171962
  cov_1tr09fooi5.f[4]++;
171929
171963
  cov_1tr09fooi5.s[9]++;
@@ -420947,7 +420981,7 @@ var cov_4ci5pu20k = function () {
420947
420981
 
420948
420982
  /* harmony default export */ __webpack_exports__["default"] = ({
420949
420983
  utils: _utils__WEBPACK_IMPORTED_MODULE_0__,
420950
- version: '1.12.16-beta.0'
420984
+ version: '1.12.16'
420951
420985
  });
420952
420986
 
420953
420987