shineout 3.7.1-beta.7 → 3.7.1-beta.9
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 +10 -6
- 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.1-beta.
|
|
525
|
+
version: '3.7.1-beta.9'
|
|
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.1-beta.
|
|
12230
|
+
/* harmony default export */ var version = ('3.7.1-beta.9');
|
|
12231
12231
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12232
12232
|
|
|
12233
12233
|
|
|
@@ -15316,6 +15316,7 @@ var treeSelectTokens = {
|
|
|
15316
15316
|
treeSelectContentActiveBackgroundColor: 'Brand-1',
|
|
15317
15317
|
treeSelectContentDisabledFontColor: 'Neutral-text-2',
|
|
15318
15318
|
treeSelectContentDisabledBackgroundColor: 'Transprent',
|
|
15319
|
+
treeSelectContentDisabledHoverBackgroundColor: 'Neutral-fill-2',
|
|
15319
15320
|
treeSelectOptionHeight: 'Size-16',
|
|
15320
15321
|
treeSelectOptionPaddingX: 'Spacing-4',
|
|
15321
15322
|
treeSelectOptionPaddingY: 'Spacing-1',
|
|
@@ -29084,6 +29085,9 @@ var treeSelectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
29084
29085
|
cursor: 'not-allowed',
|
|
29085
29086
|
color: src.treeSelectOptionDisabledColor,
|
|
29086
29087
|
backgroundColor: src.treeSelectOptionDisabledBackgroundColor
|
|
29088
|
+
},
|
|
29089
|
+
'&&:not([data-active="true"]):hover > div': {
|
|
29090
|
+
backgroundColor: src.treeSelectContentDisabledHoverBackgroundColor
|
|
29087
29091
|
}
|
|
29088
29092
|
},
|
|
29089
29093
|
optionGroup: {},
|
|
@@ -41151,9 +41155,6 @@ var result_Result = function Result(props) {
|
|
|
41151
41155
|
};
|
|
41152
41156
|
var handleCloseMouseDown = function handleCloseMouseDown() {
|
|
41153
41157
|
removeLock.current = true;
|
|
41154
|
-
setTimeout(function () {
|
|
41155
|
-
removeLock.current = false;
|
|
41156
|
-
}, 0);
|
|
41157
41158
|
};
|
|
41158
41159
|
var renderResultItem = function renderResultItem(item, index, nodes, v) {
|
|
41159
41160
|
var handleClose = function handleClose() {
|
|
@@ -41311,7 +41312,10 @@ var result_Result = function Result(props) {
|
|
|
41311
41312
|
var handleResetMore = function handleResetMore() {
|
|
41312
41313
|
if (!compressed) return;
|
|
41313
41314
|
if (isCompressedBound()) return;
|
|
41314
|
-
if (removeLock.current)
|
|
41315
|
+
if (removeLock.current) {
|
|
41316
|
+
removeLock.current = false;
|
|
41317
|
+
return;
|
|
41318
|
+
}
|
|
41315
41319
|
setMore(-1);
|
|
41316
41320
|
setShouldResetMore(true);
|
|
41317
41321
|
};
|
|
@@ -71335,7 +71339,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
71335
71339
|
|
|
71336
71340
|
|
|
71337
71341
|
/* harmony default export */ var src_0 = ({
|
|
71338
|
-
version: '3.7.1-beta.
|
|
71342
|
+
version: '3.7.1-beta.9'
|
|
71339
71343
|
});
|
|
71340
71344
|
}();
|
|
71341
71345
|
/******/ return __webpack_exports__;
|