shineout 3.7.8-beta.10 → 3.7.8-beta.12
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 +5 -5
- 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
|
@@ -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.8-beta.
|
|
525
|
+
version: '3.7.8-beta.12'
|
|
526
526
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12234,7 +12234,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12234
12234
|
};
|
|
12235
12235
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12236
12236
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12237
|
-
/* harmony default export */ var version = ('3.7.8-beta.
|
|
12237
|
+
/* harmony default export */ var version = ('3.7.8-beta.12');
|
|
12238
12238
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12239
12239
|
|
|
12240
12240
|
|
|
@@ -23692,7 +23692,6 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
23692
23692
|
height: 32,
|
|
23693
23693
|
padding: "".concat(src.selectHeaderPaddingY, " ").concat(src.selectHeaderPaddingX),
|
|
23694
23694
|
borderBottom: "1px solid ".concat(src.selectHeaderBorderColor),
|
|
23695
|
-
marginBottom: 4,
|
|
23696
23695
|
'& $columnsCheckbox': {
|
|
23697
23696
|
marginRight: 0,
|
|
23698
23697
|
marginLeft: 4,
|
|
@@ -50875,7 +50874,7 @@ var useForm = function useForm(props) {
|
|
|
50875
50874
|
var _props$onChange;
|
|
50876
50875
|
var newValue = typeof change === 'function' ? utils_immer_produce(context.value, change) : change;
|
|
50877
50876
|
context.value = newValue;
|
|
50878
|
-
(_props$onChange = props.onChange) === null || _props$onChange === void 0 || _props$onChange.call(props,
|
|
50877
|
+
(_props$onChange = props.onChange) === null || _props$onChange === void 0 || _props$onChange.call(props, newValue);
|
|
50879
50878
|
});
|
|
50880
50879
|
var scrollToField = use_persist_fn(function (name) {
|
|
50881
50880
|
var _document;
|
|
@@ -56382,7 +56381,8 @@ var ColumnsList = function ColumnsList(props) {
|
|
|
56382
56381
|
colNum: columns,
|
|
56383
56382
|
lineHeight: lineHeight,
|
|
56384
56383
|
rowsInView: itemsInView,
|
|
56385
|
-
renderItem: renderItem
|
|
56384
|
+
renderItem: renderItem,
|
|
56385
|
+
paddingY: 4
|
|
56386
56386
|
});
|
|
56387
56387
|
};
|
|
56388
56388
|
var renderSelectAll = function renderSelectAll() {
|
|
@@ -71881,7 +71881,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
71881
71881
|
|
|
71882
71882
|
|
|
71883
71883
|
/* harmony default export */ var src_0 = ({
|
|
71884
|
-
version: '3.7.8-beta.
|
|
71884
|
+
version: '3.7.8-beta.12'
|
|
71885
71885
|
});
|
|
71886
71886
|
}();
|
|
71887
71887
|
/******/ return __webpack_exports__;
|