shineout 3.7.9 → 3.7.10-beta.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 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.9'
525
+ version: '3.7.10-beta.1'
526
526
  };
package/dist/shineout.js CHANGED
@@ -12234,7 +12234,7 @@ var handleStyle = function handleStyle(style) {
12234
12234
  };
12235
12235
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12236
12236
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12237
- /* harmony default export */ var version = ('3.7.9');
12237
+ /* harmony default export */ var version = ('3.7.10-beta.1');
12238
12238
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12239
12239
 
12240
12240
 
@@ -56254,6 +56254,7 @@ var ListColumnsOption = function ListColumnsOption(props) {
56254
56254
 
56255
56255
 
56256
56256
 
56257
+
56257
56258
  var ColumnsList = function ColumnsList(props) {
56258
56259
  var _jssStyle$select;
56259
56260
  var jssStyle = props.jssStyle,
@@ -56277,6 +56278,8 @@ var ColumnsList = function ColumnsList(props) {
56277
56278
  closePop = props.closePop;
56278
56279
  var groupKey = groupKeyProp;
56279
56280
  var styles = jssStyle === null || jssStyle === void 0 || (_jssStyle$select = jssStyle.select) === null || _jssStyle$select === void 0 ? void 0 : _jssStyle$select.call(jssStyle);
56281
+ var _useConfig = useConfig(),
56282
+ locale = _useConfig.locale;
56280
56283
 
56281
56284
  // columns 模式无上下边距,故而 lineHeight 需要调整
56282
56285
  var getLineHeight = function getLineHeight() {
@@ -56416,7 +56419,7 @@ var ColumnsList = function ColumnsList(props) {
56416
56419
  jssStyle: jssStyle,
56417
56420
  checked: checked,
56418
56421
  onChange: handleChange,
56419
- children: "\u5168\u9009"
56422
+ children: getLocale(locale, 'selectAll')
56420
56423
  }), columnsTitle && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
56421
56424
  className: styles.columnsTitle,
56422
56425
  children: columnsTitle
@@ -71928,7 +71931,7 @@ var upload_interface = __webpack_require__(8821);
71928
71931
 
71929
71932
 
71930
71933
  /* harmony default export */ var src_0 = ({
71931
- version: '3.7.9'
71934
+ version: '3.7.10-beta.1'
71932
71935
  });
71933
71936
  }();
71934
71937
  /******/ return __webpack_exports__;