shineout 1.11.6 → 1.11.7

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.
@@ -234,6 +234,8 @@ table > thead > tr > th.so-table-condensed {
234
234
  border-left: 1px solid var(--table-border-color, #ddd);
235
235
  border-right: 1px solid var(--table-border-color, #ddd);
236
236
  border-top: 1px solid var(--table-border-color, #ddd);
237
+ -webkit-box-shadow: inset 0 -1px var(--table-border-color, #ddd);
238
+ box-shadow: inset 0 -1px var(--table-border-color, #ddd);
237
239
  }
238
240
  .so-table-bordered:before {
239
241
  position: absolute;
@@ -624,7 +626,7 @@ th.so-table-align-left > div.so-table-has-sorter {
624
626
  .so-table-resize-spanner:after,
625
627
  .so-table-resize-spanner:before {
626
628
  border-width: 3px;
627
- content: " ";
629
+ content: ' ';
628
630
  position: absolute;
629
631
  width: 0;
630
632
  height: 0;
@@ -663,13 +665,13 @@ th.so-table-align-left > div.so-table-has-sorter {
663
665
  opacity: 1;
664
666
  }
665
667
  .so-table-placeholder-tr td {
666
- padding-top: 0!important;
667
- padding-bottom: 0!important;
668
- border-bottom-width: 0!important;
669
- line-height: 0!important;
668
+ padding-top: 0 !important;
669
+ padding-bottom: 0 !important;
670
+ border-bottom-width: 0 !important;
671
+ line-height: 0 !important;
670
672
  }
671
673
  .so-table-placeholder-tr td > div {
672
- height: 0!important;
674
+ height: 0 !important;
673
675
  overflow: hidden;
674
676
  }
675
677
  .so-table td .so-button + .so-button:not(.so-button-rtl) {
@@ -89,6 +89,7 @@ function datum(Origin) {
89
89
  unmatch: _propTypes.default.bool
90
90
  }), (0, _defineProperty2.default)(_class, "defaultProps", {
91
91
  mode: 1,
92
- childrenKey: 'children'
92
+ childrenKey: 'children',
93
+ unmatch: true
93
94
  }), _temp;
94
95
  }
@@ -70,10 +70,8 @@ var _default = function _default(Origin) {
70
70
  var res = noCache ? undefined : _this2.resultCache.get(v);
71
71
 
72
72
  if (!res) {
73
- var _res;
74
-
75
73
  res = datum.getDataById(v);
76
- if (res && !noCache && !res[_Result.IS_NOT_MATCHED_VALUE]) _this2.resultCache.set(v, res);else if (!res) res = (_res = {}, _res[_Result.IS_NOT_MATCHED_VALUE] = true, _res.value = v, _res);
74
+ if (res && !noCache && !res[_Result.IS_NOT_MATCHED_VALUE]) _this2.resultCache.set(v, res);
77
75
  }
78
76
 
79
77
  if (res) {
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.11.6'
6
+ version: '1.11.7'
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.11.6'
227
+ version: '1.11.7'
228
228
  };
229
229
  exports.default = _default;