shineout 3.6.6-beta.1 → 3.6.6-beta.3
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 +4 -4
- 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
|
@@ -514,5 +514,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
514
514
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
515
515
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
516
516
|
var _default = exports.default = {
|
|
517
|
-
version: '3.6.6-beta.
|
|
517
|
+
version: '3.6.6-beta.3'
|
|
518
518
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12217,7 +12217,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12217
12217
|
};
|
|
12218
12218
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12219
12219
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12220
|
-
/* harmony default export */ var version = ('3.6.6-beta.
|
|
12220
|
+
/* harmony default export */ var version = ('3.6.6-beta.3');
|
|
12221
12221
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12222
12222
|
|
|
12223
12223
|
|
|
@@ -40446,7 +40446,7 @@ var More = function More(props) {
|
|
|
40446
40446
|
mode: visible ? 'fill' : 'bright',
|
|
40447
40447
|
color: visible ? 'info' : 'default',
|
|
40448
40448
|
children: shouldShowMore ? '+' : "+".concat(itemsLength)
|
|
40449
|
-
}, 'more'), /*#__PURE__*/(0,jsx_runtime.jsx)(src_popover_popover, {
|
|
40449
|
+
}, 'more'), compressed !== 'hide-popover' && /*#__PURE__*/(0,jsx_runtime.jsx)(src_popover_popover, {
|
|
40450
40450
|
jssStyle: jssStyle,
|
|
40451
40451
|
className: compressedClassName,
|
|
40452
40452
|
visible: visible,
|
|
@@ -53578,7 +53578,7 @@ var NodeContent = function NodeContent(props) {
|
|
|
53578
53578
|
var handleNodeCheck = function handleNodeCheck(_, checked) {
|
|
53579
53579
|
set(id, checked ? 1 : 0);
|
|
53580
53580
|
if (onChange) {
|
|
53581
|
-
onChange(getValue());
|
|
53581
|
+
onChange(getValue(), id);
|
|
53582
53582
|
}
|
|
53583
53583
|
};
|
|
53584
53584
|
var checked = getChecked(id);
|
|
@@ -70071,7 +70071,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
70071
70071
|
|
|
70072
70072
|
|
|
70073
70073
|
/* harmony default export */ var src_0 = ({
|
|
70074
|
-
version: '3.6.6-beta.
|
|
70074
|
+
version: '3.6.6-beta.3'
|
|
70075
70075
|
});
|
|
70076
70076
|
}();
|
|
70077
70077
|
/******/ return __webpack_exports__;
|