shineout 3.9.5-beta.4 → 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 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.4'
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.4');
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
 
@@ -55596,7 +55596,9 @@ input_input_Input.displayName = 'ShineoutInput';
55596
55596
  width = props.width,
55597
55597
  style = props.style,
55598
55598
  seperate = props.seperate,
55599
- separate = props.separate;
55599
+ separate = props.separate,
55600
+ innerTitle = props.innerTitle,
55601
+ placeTitle = props.placeTitle;
55600
55602
  var shouldSeparate = separate !== null && separate !== void 0 ? separate : seperate;
55601
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));
55602
55604
  return /*#__PURE__*/(0,jsx_runtime.jsx)("div", objectSpread2_default()(objectSpread2_default()({}, getDataAttribute({
@@ -55617,7 +55619,9 @@ input_input_Input.displayName = 'ShineoutInput';
55617
55619
  if ( /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.isValidElement(child)) {
55618
55620
  return /*#__PURE__*/(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.cloneElement)(child, objectSpread2_default()(objectSpread2_default()({}, getProps(child)), {}, {
55619
55621
  disabled: child.props.disabled || disabled,
55620
- size: child.props.size || size
55622
+ size: child.props.size || size,
55623
+ innerTitle: child.props.innerTitle || innerTitle,
55624
+ placeTitle: child.props.placeTitle || placeTitle
55621
55625
  }));
55622
55626
  }
55623
55627
  return /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
@@ -74779,7 +74783,7 @@ var upload_interface = __webpack_require__(8821);
74779
74783
 
74780
74784
 
74781
74785
  /* harmony default export */ var src_0 = ({
74782
- version: '3.9.5-beta.4'
74786
+ version: '3.9.5-beta.5'
74783
74787
  });
74784
74788
  }();
74785
74789
  /******/ return __webpack_exports__;