shineout 3.1.19 → 3.1.20

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
@@ -476,5 +476,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
476
476
  // 此文件由脚本自动生成,请勿直接修改。
477
477
  // This file was generated automatically by a script. Please do not modify it directly.
478
478
  var _default = exports.default = {
479
- version: '3.1.19'
479
+ version: '3.1.20'
480
480
  };
package/dist/shineout.js CHANGED
@@ -11949,7 +11949,7 @@ var handleStyle = function handleStyle(style) {
11949
11949
  };
11950
11950
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
11951
11951
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
11952
- /* harmony default export */ var version = ('3.1.19');
11952
+ /* harmony default export */ var version = ('3.1.20');
11953
11953
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
11954
11954
 
11955
11955
 
@@ -23821,7 +23821,7 @@ var tableStyle = objectSpread2_default()(objectSpread2_default()({}, globalStyle
23821
23821
  iconWrapper: {
23822
23822
  display: 'inline-block',
23823
23823
  verticalAlign: 'top',
23824
- lineHeight: '1.85',
23824
+ lineHeight: '1.9',
23825
23825
  height: '14px'
23826
23826
  },
23827
23827
  rowStriped: {
@@ -24343,6 +24343,12 @@ var tabsStyle = {
24343
24343
  width: '100%',
24344
24344
  alignItems: 'center'
24345
24345
  },
24346
+ '& $next': {
24347
+ marginLeft: src.tabsNearlyMargin
24348
+ },
24349
+ '& $prev': {
24350
+ marginRight: src.tabsNearlyMargin
24351
+ },
24346
24352
  '& $next,& $prev': {
24347
24353
  lineHeight: 0,
24348
24354
  padding: "".concat(src.tabsActionHorizontalPaddingY, " ").concat(src.tabsActionHorizontalPaddingX)
@@ -28098,7 +28104,7 @@ var processEnv = typeof process !== 'undefined' ? (_process = process) === null
28098
28104
  var src_config_config = {
28099
28105
  prefix: 'soui',
28100
28106
  locale: processEnv.LOCALE || 'en-US',
28101
- delay: 0,
28107
+ delay: 400,
28102
28108
  trim: undefined,
28103
28109
  spin: 'ring',
28104
28110
  direction: 'ltr',
@@ -35497,6 +35503,7 @@ var tag_excluded = ["jssStyle", "className", "type", "color", "size", "disabled"
35497
35503
 
35498
35504
 
35499
35505
 
35506
+
35500
35507
  var tag_Done = 2;
35501
35508
  var tag_Pendding = 1;
35502
35509
  var Tag = function Tag(props) {
@@ -35558,15 +35565,15 @@ var Tag = function Tag(props) {
35558
35565
  if (onClose) {
35559
35566
  return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
35560
35567
  className: classnames_default()(tagStyle.wrapper, inlineStyle && tagStyle.inline),
35561
- children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
35568
+ children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
35562
35569
  className: tagStyle.container,
35563
- children: children
35570
+ children: wrapSpan(children)
35564
35571
  })
35565
35572
  });
35566
35573
  }
35567
- return /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
35574
+ return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
35568
35575
  className: classnames_default()(tagStyle.wrapper, inlineStyle && tagStyle.inline),
35569
- children: children
35576
+ children: wrapSpan(children)
35570
35577
  });
35571
35578
  };
35572
35579
  var renderInput = function renderInput() {
@@ -36972,6 +36979,7 @@ function wrapFormError(error) {
36972
36979
 
36973
36980
 
36974
36981
 
36982
+
36975
36983
  function getRule(rule, props) {
36976
36984
  var po = props;
36977
36985
  var rulePo = rule;
@@ -36993,7 +37001,7 @@ function getRule(rule, props) {
36993
37001
  max: max,
36994
37002
  args: args
36995
37003
  });
36996
- po.message = typeof message === 'function' ? message(po) : message;
37004
+ po.message = typeof message === 'function' ? message(po) : substitute(message, po);
36997
37005
  var cb = function cb() {};
36998
37006
  if (func) {
36999
37007
  cb = function cb(value, formData, callback) {
@@ -55157,10 +55165,7 @@ var useTableGroup = function useTableGroup(props) {
55157
55165
  style: fixedStyle,
55158
55166
  dir: config.direction,
55159
55167
  children: [showSelectAll && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
55160
- style: {
55161
- lineHeight: 1,
55162
- verticalAlign: 'middle'
55163
- },
55168
+ className: tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.iconWrapper,
55164
55169
  children: props.radio ? null : /*#__PURE__*/(0,jsx_runtime.jsx)(base_src_checkbox_checkbox, {
55165
55170
  disabled: props.disabled === true,
55166
55171
  checked: props.datum.getCheckedStatus(props.treeCheckAll ? props.treeColumnsName : undefined),
@@ -62363,7 +62368,7 @@ var upload_interface = __webpack_require__(4412);
62363
62368
 
62364
62369
 
62365
62370
  /* harmony default export */ var src_0 = ({
62366
- version: '3.1.19'
62371
+ version: '3.1.20'
62367
62372
  });
62368
62373
  }();
62369
62374
  /******/ return __webpack_exports__;