shineout 3.9.5-beta.3 → 3.9.5-beta.5
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 +15 -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.9.5-beta.
|
|
525
|
+
version: '3.9.5-beta.5'
|
|
526
526
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12401,7 +12401,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12401
12401
|
};
|
|
12402
12402
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12403
12403
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12404
|
-
/* harmony default export */ var version = ('3.9.5-beta.
|
|
12404
|
+
/* harmony default export */ var version = ('3.9.5-beta.5');
|
|
12405
12405
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12406
12406
|
|
|
12407
12407
|
|
|
@@ -19225,7 +19225,10 @@ var descriptionsStyle = {
|
|
|
19225
19225
|
textAlign: 'left',
|
|
19226
19226
|
boxSizing: 'border-box',
|
|
19227
19227
|
color: src.descriptionsLabelColor,
|
|
19228
|
-
whiteSpace: 'nowrap'
|
|
19228
|
+
whiteSpace: 'nowrap',
|
|
19229
|
+
'$wrapper $body:not($border) table &': {
|
|
19230
|
+
border: 'none'
|
|
19231
|
+
}
|
|
19229
19232
|
},
|
|
19230
19233
|
value: {
|
|
19231
19234
|
paddingRight: src.descriptionsLabelPaddingRight,
|
|
@@ -19233,6 +19236,9 @@ var descriptionsStyle = {
|
|
|
19233
19236
|
textAlign: 'left',
|
|
19234
19237
|
boxSizing: 'border-box',
|
|
19235
19238
|
color: src.descriptionsValueColor,
|
|
19239
|
+
'$wrapper $body:not($border) table &': {
|
|
19240
|
+
border: 'none'
|
|
19241
|
+
},
|
|
19236
19242
|
'&:last-child': {
|
|
19237
19243
|
paddingRight: 0
|
|
19238
19244
|
}
|
|
@@ -55590,7 +55596,9 @@ input_input_Input.displayName = 'ShineoutInput';
|
|
|
55590
55596
|
width = props.width,
|
|
55591
55597
|
style = props.style,
|
|
55592
55598
|
seperate = props.seperate,
|
|
55593
|
-
separate = props.separate
|
|
55599
|
+
separate = props.separate,
|
|
55600
|
+
innerTitle = props.innerTitle,
|
|
55601
|
+
placeTitle = props.placeTitle;
|
|
55594
55602
|
var shouldSeparate = separate !== null && separate !== void 0 ? separate : seperate;
|
|
55595
55603
|
var rootClass = classnames_default()(className, inputStyle === null || inputStyle === void 0 ? void 0 : inputStyle.group, shouldSeparate && (inputStyle === null || inputStyle === void 0 ? void 0 : inputStyle.groupSeparate), size === 'small' && (inputStyle === null || inputStyle === void 0 ? void 0 : inputStyle.groupSmall), size === 'large' && (inputStyle === null || inputStyle === void 0 ? void 0 : inputStyle.groupLarge), !!disabled && (inputStyle === null || inputStyle === void 0 ? void 0 : inputStyle.groupDisabled), !!focus && (inputStyle === null || inputStyle === void 0 ? void 0 : inputStyle.groupFocus), (status === 'error' || error) && (inputStyle === null || inputStyle === void 0 ? void 0 : inputStyle.groupError));
|
|
55596
55604
|
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", objectSpread2_default()(objectSpread2_default()({}, getDataAttribute({
|
|
@@ -55611,7 +55619,9 @@ input_input_Input.displayName = 'ShineoutInput';
|
|
|
55611
55619
|
if ( /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.isValidElement(child)) {
|
|
55612
55620
|
return /*#__PURE__*/(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.cloneElement)(child, objectSpread2_default()(objectSpread2_default()({}, getProps(child)), {}, {
|
|
55613
55621
|
disabled: child.props.disabled || disabled,
|
|
55614
|
-
size: child.props.size || size
|
|
55622
|
+
size: child.props.size || size,
|
|
55623
|
+
innerTitle: child.props.innerTitle || innerTitle,
|
|
55624
|
+
placeTitle: child.props.placeTitle || placeTitle
|
|
55615
55625
|
}));
|
|
55616
55626
|
}
|
|
55617
55627
|
return /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
@@ -74773,7 +74783,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
74773
74783
|
|
|
74774
74784
|
|
|
74775
74785
|
/* harmony default export */ var src_0 = ({
|
|
74776
|
-
version: '3.9.5-beta.
|
|
74786
|
+
version: '3.9.5-beta.5'
|
|
74777
74787
|
});
|
|
74778
74788
|
}();
|
|
74779
74789
|
/******/ return __webpack_exports__;
|