shineout 3.7.1-beta.9 → 3.7.1
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 -3
- 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
|
|
525
|
+
version: '3.7.1'
|
|
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
|
|
12230
|
+
/* harmony default export */ var version = ('3.7.1');
|
|
12231
12231
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12232
12232
|
|
|
12233
12233
|
|
|
@@ -29086,7 +29086,7 @@ var treeSelectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
29086
29086
|
color: src.treeSelectOptionDisabledColor,
|
|
29087
29087
|
backgroundColor: src.treeSelectOptionDisabledBackgroundColor
|
|
29088
29088
|
},
|
|
29089
|
-
'&&:not([data-active="true"])
|
|
29089
|
+
'&&:not([data-active="true"]) > [data-role="text"]:hover': {
|
|
29090
29090
|
backgroundColor: src.treeSelectContentDisabledHoverBackgroundColor
|
|
29091
29091
|
}
|
|
29092
29092
|
},
|
|
@@ -54374,6 +54374,7 @@ var NodeContent = function NodeContent(props) {
|
|
|
54374
54374
|
children: [onChange && renderCheckbox(), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
54375
54375
|
dir: config.direction,
|
|
54376
54376
|
className: contentStyle.text,
|
|
54377
|
+
"data-role": "text",
|
|
54377
54378
|
onDoubleClick: onNodeDoubleClick,
|
|
54378
54379
|
onClick: handleNodeClick,
|
|
54379
54380
|
children: renderNode()
|
|
@@ -71339,7 +71340,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
71339
71340
|
|
|
71340
71341
|
|
|
71341
71342
|
/* harmony default export */ var src_0 = ({
|
|
71342
|
-
version: '3.7.1
|
|
71343
|
+
version: '3.7.1'
|
|
71343
71344
|
});
|
|
71344
71345
|
}();
|
|
71345
71346
|
/******/ return __webpack_exports__;
|