@sheinx/base 3.9.8-beta.2 → 3.9.8-beta.3

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.
@@ -1 +1 @@
1
- {"version":3,"file":"cascader.d.ts","sourceRoot":"","sources":["cascader.tsx"],"names":[],"mappings":"AAEA,OAAO,EAML,YAAY,EAKb,MAAM,eAAe,CAAC;AAMvB,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAahD,QAAA,MAAM,QAAQ,6HAwxBb,CAAC;AACF,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"cascader.d.ts","sourceRoot":"","sources":["cascader.tsx"],"names":[],"mappings":"AAEA,OAAO,EAML,YAAY,EAKb,MAAM,eAAe,CAAC;AAMvB,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAahD,QAAA,MAAM,QAAQ,6HA2xBb,CAAC;AACF,eAAe,QAAQ,CAAC"}
@@ -47,6 +47,10 @@ var Cascader = function Cascader(props0) {
47
47
  var _useContext = (0, _react.useContext)(_formFieldContext.FormFieldContext),
48
48
  fieldId = _useContext.fieldId;
49
49
  var defaultHeight = 250;
50
+ var _useConfig = (0, _config.useConfig)(),
51
+ locale = _useConfig.locale,
52
+ direction = _useConfig.direction;
53
+ var isRtl = direction === 'rtl';
50
54
  var jssStyle = props.jssStyle,
51
55
  style = props.style,
52
56
  _props$adjust = props.adjust,
@@ -99,7 +103,7 @@ var Cascader = function Cascader(props0) {
99
103
  compressed = props.compressed,
100
104
  compressedBound = props.compressedBound,
101
105
  _props$position = props.position,
102
- positionProp = _props$position === void 0 ? 'bottom-left' : _props$position,
106
+ positionProp = _props$position === void 0 ? isRtl ? 'bottom-right' : 'bottom-left' : _props$position,
103
107
  absolute = props.absolute,
104
108
  zIndex = props.zIndex,
105
109
  emptyText = props.emptyText,
@@ -121,8 +125,6 @@ var Cascader = function Cascader(props0) {
121
125
  var rootStyle = Object.assign({
122
126
  width: width
123
127
  }, style);
124
- var _useConfig = (0, _config.useConfig)(),
125
- locale = _useConfig.locale;
126
128
  var _useState = (0, _react.useState)(false),
127
129
  _useState2 = _slicedToArray(_useState, 2),
128
130
  focused = _useState2[0],
@@ -710,6 +712,7 @@ var Cascader = function Cascader(props0) {
710
712
  onFocus: handleFocus,
711
713
  onKeyDown: handleKeyDown,
712
714
  ref: targetRef,
715
+ dir: direction,
713
716
  children: [tipNode, renderResult(), /*#__PURE__*/(0, _jsxRuntime.jsx)(_absoluteList.AbsoluteList, {
714
717
  adjust: adjust,
715
718
  focus: open,
@@ -150,7 +150,7 @@ var CascaderNode = function CascaderNode(props) {
150
150
  className: rootClass
151
151
  }, events), {}, {
152
152
  children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
153
- className: (0, _classnames.default)(styles.optionInner),
153
+ className: (0, _classnames.default)(styles.optionInner, isRealLeafNode && styles.optionLeaf),
154
154
  role: "button",
155
155
  children: [multiple && !(shouldFinal && hasChildren) && /*#__PURE__*/(0, _jsxRuntime.jsx)(_checkbox.default
156
156
  // @ts-ignore
@@ -1 +1 @@
1
- {"version":3,"file":"date-picker.d.ts","sourceRoot":"","sources":["date-picker.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAmB1E,QAAA,MAAM,UAAU,gHA4Vf,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"date-picker.d.ts","sourceRoot":"","sources":["date-picker.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAmB1E,QAAA,MAAM,UAAU,gHAmWf,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -81,7 +81,7 @@ var DatePicker = function DatePicker(props0) {
81
81
  });
82
82
  var styles = jssStyle === null || jssStyle === void 0 || (_jssStyle$datePicker = jssStyle.datePicker) === null || _jssStyle$datePicker === void 0 ? void 0 : _jssStyle$datePicker.call(jssStyle);
83
83
  var isRTL = direction === 'rtl';
84
- var dfp = isRTL ? 'bottom-right' : 'bottom-left';
84
+ var dfp = 'bottom-left';
85
85
  var _React$useState9 = _react.default.useState(false),
86
86
  _React$useState10 = _slicedToArray(_React$useState9, 2),
87
87
  focused = _React$useState10[0],
@@ -92,6 +92,9 @@ var DatePicker = function DatePicker(props0) {
92
92
  } else if (!verticalPosition.includes(listPosition)) {
93
93
  listPosition = dfp;
94
94
  }
95
+ if (isRTL) {
96
+ if (listPosition === 'bottom-left') listPosition = 'bottom-right';else if (listPosition === 'bottom-right') listPosition = 'bottom-left';else if (listPosition === 'top-left') listPosition = 'top-right';else if (listPosition === 'top-right') listPosition = 'top-left';
97
+ }
95
98
  var options = {
96
99
  timeZone: props.timeZone,
97
100
  // 需要确保 weekStartsOn 是 number,否则后续的星期顺序计算都会出错
@@ -1 +1 @@
1
- {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["modal.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAM1C,QAAA,MAAM,KAAK,UAAW,UAAU,uCAiC/B,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["modal.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAO1C,QAAA,MAAM,KAAK,UAAW,UAAU,uCA4C/B,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -10,6 +10,7 @@ var _react = require("react");
10
10
  var _modalContent = _interopRequireDefault(require("./modal-content"));
11
11
  var _useContainer2 = _interopRequireDefault(require("../absolute-list/use-container"));
12
12
  var _hooks = require("@sheinx/hooks");
13
+ var _config = require("../config");
13
14
  var _jsxRuntime = require("react/jsx-runtime");
14
15
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
16
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -45,6 +46,7 @@ var Modal = function Modal(props) {
45
46
  rendered: false
46
47
  }),
47
48
  context = _useRef.current;
49
+ var config = (0, _config.useConfig)();
48
50
  var destroyed = props.destroy && !props.visible && canDestroy;
49
51
  (0, _react.useEffect)(function () {
50
52
  if (destroyed) {
@@ -58,9 +60,19 @@ var Modal = function Modal(props) {
58
60
  return null;
59
61
  }
60
62
  context.rendered = true;
63
+ var isRtl = config.direction === 'rtl';
64
+ var position = props.position;
65
+ if (isRtl) {
66
+ if (position === 'left') {
67
+ position = 'right';
68
+ } else if (position === 'right') {
69
+ position = 'left';
70
+ }
71
+ }
61
72
  var Content = /*#__PURE__*/(0, _jsxRuntime.jsx)(_modalContent.default, _objectSpread(_objectSpread({}, props), {}, {
62
73
  shouldDestroy: seCanDestroy,
63
- autoShow: false
74
+ autoShow: false,
75
+ position: position
64
76
  }));
65
77
  var root = getRoot();
66
78
  if (!root) return null;
@@ -1 +1 @@
1
- {"version":3,"file":"thead.d.ts","sourceRoot":"","sources":["thead.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;gCAWnB,UAAU;AAAjC,wBAqVE"}
1
+ {"version":3,"file":"thead.d.ts","sourceRoot":"","sources":["thead.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;gCAWnB,UAAU;AAAjC,wBAsVE"}
@@ -160,6 +160,7 @@ var _default = exports.default = function _default(props) {
160
160
  dir: config.direction
161
161
  });
162
162
  };
163
+ var isRtl = config.direction === 'rtl';
163
164
  var getFixedStyle = function getFixedStyle(fixed, index, colSpan, level) {
164
165
  // 累加level 至 0 的所有高度
165
166
  var top = context.trHeights.slice(0, level).reduce(function (a, b) {
@@ -169,21 +170,13 @@ var _default = exports.default = function _default(props) {
169
170
  var left = colgroup.slice(0, index).reduce(function (a, b) {
170
171
  return toNum(a) + toNum(b);
171
172
  }, 0);
172
- return {
173
- left: left,
174
- top: top,
175
- position: 'sticky'
176
- };
173
+ return _defineProperty(_defineProperty(_defineProperty({}, isRtl ? 'right' : 'left', left), "top", top), "position", 'sticky');
177
174
  }
178
175
  if (fixed === 'right') {
179
176
  var right = colgroup.slice(index + (typeof colSpan === 'function' ? 1 : colSpan)).reduce(function (a, b) {
180
177
  return toNum(a) + toNum(b);
181
178
  }, 0);
182
- return {
183
- right: right,
184
- top: top,
185
- position: 'sticky'
186
- };
179
+ return _defineProperty(_defineProperty(_defineProperty({}, isRtl ? 'left' : 'right', right), "top", top), "position", 'sticky');
187
180
  }
188
181
  return {
189
182
  top: top,
package/cjs/table/tr.js CHANGED
@@ -48,19 +48,17 @@ var Tr = function Tr(props) {
48
48
  var left = props.colgroup.slice(0, index).reduce(function (a, b) {
49
49
  return toNum(a) + toNum(b);
50
50
  }, 0);
51
- return {
52
- position: 'sticky',
53
- left: left
54
- };
51
+ return _defineProperty({
52
+ position: 'sticky'
53
+ }, isRtl ? 'right' : 'left', left);
55
54
  }
56
55
  if (fixed === 'right') {
57
56
  var right = props.colgroup.slice(index + colSpan).reduce(function (a, b) {
58
57
  return toNum(a) + toNum(b);
59
58
  }, 0);
60
- return {
61
- position: 'sticky',
62
- right: right
63
- };
59
+ return _defineProperty({
60
+ position: 'sticky'
61
+ }, isRtl ? 'left' : 'right', right);
64
62
  }
65
63
  return undefined;
66
64
  };
@@ -101,7 +99,7 @@ var Tr = function Tr(props) {
101
99
  isExpandLoading = _useState2[0],
102
100
  setIsExpandLoading = _useState2[1];
103
101
  var innerExpandClick = (0, _hooks.usePersistFn)( /*#__PURE__*/function () {
104
- var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(showLoader) {
102
+ var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(showLoader) {
105
103
  return _regeneratorRuntime().wrap(function _callee$(_context) {
106
104
  while (1) switch (_context.prev = _context.next) {
107
105
  case 0:
@@ -131,7 +129,7 @@ var Tr = function Tr(props) {
131
129
  }, _callee, null, [[2,, 6, 9]]);
132
130
  }));
133
131
  return function (_x) {
134
- return _ref.apply(this, arguments);
132
+ return _ref3.apply(this, arguments);
135
133
  };
136
134
  }());
137
135
  var renderTreeExpand = function renderTreeExpand(content) {
@@ -1 +1 @@
1
- {"version":3,"file":"cascader.d.ts","sourceRoot":"","sources":["cascader.tsx"],"names":[],"mappings":"AAEA,OAAO,EAML,YAAY,EAKb,MAAM,eAAe,CAAC;AAMvB,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAahD,QAAA,MAAM,QAAQ,6HAwxBb,CAAC;AACF,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"cascader.d.ts","sourceRoot":"","sources":["cascader.tsx"],"names":[],"mappings":"AAEA,OAAO,EAML,YAAY,EAKb,MAAM,eAAe,CAAC;AAMvB,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAahD,QAAA,MAAM,QAAQ,6HA2xBb,CAAC;AACF,eAAe,QAAQ,CAAC"}
@@ -40,6 +40,10 @@ var Cascader = function Cascader(props0) {
40
40
  var _useContext = useContext(FormFieldContext),
41
41
  fieldId = _useContext.fieldId;
42
42
  var defaultHeight = 250;
43
+ var _useConfig = useConfig(),
44
+ locale = _useConfig.locale,
45
+ direction = _useConfig.direction;
46
+ var isRtl = direction === 'rtl';
43
47
  var jssStyle = props.jssStyle,
44
48
  style = props.style,
45
49
  _props$adjust = props.adjust,
@@ -92,7 +96,7 @@ var Cascader = function Cascader(props0) {
92
96
  compressed = props.compressed,
93
97
  compressedBound = props.compressedBound,
94
98
  _props$position = props.position,
95
- positionProp = _props$position === void 0 ? 'bottom-left' : _props$position,
99
+ positionProp = _props$position === void 0 ? isRtl ? 'bottom-right' : 'bottom-left' : _props$position,
96
100
  absolute = props.absolute,
97
101
  zIndex = props.zIndex,
98
102
  emptyText = props.emptyText,
@@ -114,8 +118,6 @@ var Cascader = function Cascader(props0) {
114
118
  var rootStyle = Object.assign({
115
119
  width: width
116
120
  }, style);
117
- var _useConfig = useConfig(),
118
- locale = _useConfig.locale;
119
121
  var _useState = useState(false),
120
122
  _useState2 = _slicedToArray(_useState, 2),
121
123
  focused = _useState2[0],
@@ -703,6 +705,7 @@ var Cascader = function Cascader(props0) {
703
705
  onFocus: handleFocus,
704
706
  onKeyDown: handleKeyDown,
705
707
  ref: targetRef,
708
+ dir: direction,
706
709
  children: [tipNode, renderResult(), /*#__PURE__*/_jsx(AbsoluteList, {
707
710
  adjust: adjust,
708
711
  focus: open,
@@ -144,7 +144,7 @@ var CascaderNode = function CascaderNode(props) {
144
144
  className: rootClass
145
145
  }, events), {}, {
146
146
  children: /*#__PURE__*/_jsxs("div", {
147
- className: classNames(styles.optionInner),
147
+ className: classNames(styles.optionInner, isRealLeafNode && styles.optionLeaf),
148
148
  role: "button",
149
149
  children: [multiple && !(shouldFinal && hasChildren) && /*#__PURE__*/_jsx(Checkbox
150
150
  // @ts-ignore
@@ -1 +1 @@
1
- {"version":3,"file":"date-picker.d.ts","sourceRoot":"","sources":["date-picker.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAmB1E,QAAA,MAAM,UAAU,gHA4Vf,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"date-picker.d.ts","sourceRoot":"","sources":["date-picker.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAmB1E,QAAA,MAAM,UAAU,gHAmWf,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -74,7 +74,7 @@ var DatePicker = function DatePicker(props0) {
74
74
  });
75
75
  var styles = jssStyle === null || jssStyle === void 0 || (_jssStyle$datePicker = jssStyle.datePicker) === null || _jssStyle$datePicker === void 0 ? void 0 : _jssStyle$datePicker.call(jssStyle);
76
76
  var isRTL = direction === 'rtl';
77
- var dfp = isRTL ? 'bottom-right' : 'bottom-left';
77
+ var dfp = 'bottom-left';
78
78
  var _React$useState9 = React.useState(false),
79
79
  _React$useState10 = _slicedToArray(_React$useState9, 2),
80
80
  focused = _React$useState10[0],
@@ -85,6 +85,9 @@ var DatePicker = function DatePicker(props0) {
85
85
  } else if (!verticalPosition.includes(listPosition)) {
86
86
  listPosition = dfp;
87
87
  }
88
+ if (isRTL) {
89
+ if (listPosition === 'bottom-left') listPosition = 'bottom-right';else if (listPosition === 'bottom-right') listPosition = 'bottom-left';else if (listPosition === 'top-left') listPosition = 'top-right';else if (listPosition === 'top-right') listPosition = 'top-left';
90
+ }
88
91
  var options = {
89
92
  timeZone: props.timeZone,
90
93
  // 需要确保 weekStartsOn 是 number,否则后续的星期顺序计算都会出错
@@ -1 +1 @@
1
- {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["modal.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAM1C,QAAA,MAAM,KAAK,UAAW,UAAU,uCAiC/B,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["modal.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAO1C,QAAA,MAAM,KAAK,UAAW,UAAU,uCA4C/B,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -15,6 +15,7 @@ import { useEffect, useState, useRef } from 'react';
15
15
  import ModalContent from "./modal-content";
16
16
  import useContainer from "../absolute-list/use-container";
17
17
  import { util } from '@sheinx/hooks';
18
+ import { useConfig } from "../config";
18
19
  import { jsx as _jsx } from "react/jsx-runtime";
19
20
  var devUseWarning = util.devUseWarning;
20
21
  var Modal = function Modal(props) {
@@ -38,6 +39,7 @@ var Modal = function Modal(props) {
38
39
  rendered: false
39
40
  }),
40
41
  context = _useRef.current;
42
+ var config = useConfig();
41
43
  var destroyed = props.destroy && !props.visible && canDestroy;
42
44
  useEffect(function () {
43
45
  if (destroyed) {
@@ -51,9 +53,19 @@ var Modal = function Modal(props) {
51
53
  return null;
52
54
  }
53
55
  context.rendered = true;
56
+ var isRtl = config.direction === 'rtl';
57
+ var position = props.position;
58
+ if (isRtl) {
59
+ if (position === 'left') {
60
+ position = 'right';
61
+ } else if (position === 'right') {
62
+ position = 'left';
63
+ }
64
+ }
54
65
  var Content = /*#__PURE__*/_jsx(ModalContent, _objectSpread(_objectSpread({}, props), {}, {
55
66
  shouldDestroy: seCanDestroy,
56
- autoShow: false
67
+ autoShow: false,
68
+ position: position
57
69
  }));
58
70
  var root = getRoot();
59
71
  if (!root) return null;
@@ -1 +1 @@
1
- {"version":3,"file":"thead.d.ts","sourceRoot":"","sources":["thead.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;gCAWnB,UAAU;AAAjC,wBAqVE"}
1
+ {"version":3,"file":"thead.d.ts","sourceRoot":"","sources":["thead.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;gCAWnB,UAAU;AAAjC,wBAsVE"}
@@ -153,6 +153,7 @@ export default (function (props) {
153
153
  dir: config.direction
154
154
  });
155
155
  };
156
+ var isRtl = config.direction === 'rtl';
156
157
  var getFixedStyle = function getFixedStyle(fixed, index, colSpan, level) {
157
158
  // 累加level 至 0 的所有高度
158
159
  var top = context.trHeights.slice(0, level).reduce(function (a, b) {
@@ -162,21 +163,13 @@ export default (function (props) {
162
163
  var left = colgroup.slice(0, index).reduce(function (a, b) {
163
164
  return toNum(a) + toNum(b);
164
165
  }, 0);
165
- return {
166
- left: left,
167
- top: top,
168
- position: 'sticky'
169
- };
166
+ return _defineProperty(_defineProperty(_defineProperty({}, isRtl ? 'right' : 'left', left), "top", top), "position", 'sticky');
170
167
  }
171
168
  if (fixed === 'right') {
172
169
  var right = colgroup.slice(index + (typeof colSpan === 'function' ? 1 : colSpan)).reduce(function (a, b) {
173
170
  return toNum(a) + toNum(b);
174
171
  }, 0);
175
- return {
176
- right: right,
177
- top: top,
178
- position: 'sticky'
179
- };
172
+ return _defineProperty(_defineProperty(_defineProperty({}, isRtl ? 'left' : 'right', right), "top", top), "position", 'sticky');
180
173
  }
181
174
  return {
182
175
  top: top,
package/esm/table/tr.js CHANGED
@@ -42,19 +42,17 @@ var Tr = function Tr(props) {
42
42
  var left = props.colgroup.slice(0, index).reduce(function (a, b) {
43
43
  return toNum(a) + toNum(b);
44
44
  }, 0);
45
- return {
46
- position: 'sticky',
47
- left: left
48
- };
45
+ return _defineProperty({
46
+ position: 'sticky'
47
+ }, isRtl ? 'right' : 'left', left);
49
48
  }
50
49
  if (fixed === 'right') {
51
50
  var right = props.colgroup.slice(index + colSpan).reduce(function (a, b) {
52
51
  return toNum(a) + toNum(b);
53
52
  }, 0);
54
- return {
55
- position: 'sticky',
56
- right: right
57
- };
53
+ return _defineProperty({
54
+ position: 'sticky'
55
+ }, isRtl ? 'left' : 'right', right);
58
56
  }
59
57
  return undefined;
60
58
  };
@@ -95,7 +93,7 @@ var Tr = function Tr(props) {
95
93
  isExpandLoading = _useState2[0],
96
94
  setIsExpandLoading = _useState2[1];
97
95
  var innerExpandClick = usePersistFn( /*#__PURE__*/function () {
98
- var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(showLoader) {
96
+ var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(showLoader) {
99
97
  return _regeneratorRuntime().wrap(function _callee$(_context) {
100
98
  while (1) switch (_context.prev = _context.next) {
101
99
  case 0:
@@ -125,7 +123,7 @@ var Tr = function Tr(props) {
125
123
  }, _callee, null, [[2,, 6, 9]]);
126
124
  }));
127
125
  return function (_x) {
128
- return _ref.apply(this, arguments);
126
+ return _ref3.apply(this, arguments);
129
127
  };
130
128
  }());
131
129
  var renderTreeExpand = function renderTreeExpand(content) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/base",
3
- "version": "3.9.8-beta.2",
3
+ "version": "3.9.8-beta.3",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -10,7 +10,7 @@
10
10
  "module": "./esm/index.js",
11
11
  "typings": "./cjs/index.d.ts",
12
12
  "dependencies": {
13
- "@sheinx/hooks": "3.9.8-beta.2",
13
+ "@sheinx/hooks": "3.9.8-beta.3",
14
14
  "immer": "^10.0.0",
15
15
  "classnames": "^2.0.0",
16
16
  "@shined/reactive": "^0.3.3"