@luck-design-biz/luckda 0.0.19-UI → 0.0.19-UI-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.
@@ -131,7 +131,7 @@ var LdFormList = function LdFormList(_ref) {
131
131
  bizData: bizData,
132
132
  suppressDept: false,
133
133
  showHistory: luckTheme === 'base' ? 'sider' : 'drawer',
134
- placement: luckTheme === 'base' && ((affixLayout || defaultLayout) !== 'top' ? "topRight" : "bottomRight")
134
+ placement: luckTheme === 'base' && (affixLayout || defaultLayout) !== 'top' ? "topRight" : "bottomRight"
135
135
  }, bpmButtonProps)));
136
136
  };
137
137
  useAsyncEffect( /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
@@ -138,7 +138,7 @@ var LdFormList = function LdFormList(_ref) {
138
138
  bizData: bizData,
139
139
  suppressDept: false,
140
140
  showHistory: luckTheme === 'base' ? 'sider' : 'drawer',
141
- placement: luckTheme === 'base' && ((affixLayout || defaultLayout) !== 'top' ? "topRight" : "bottomRight")
141
+ placement: luckTheme === 'base' && (affixLayout || defaultLayout) !== 'top' ? "topRight" : "bottomRight"
142
142
  }, bpmButtonProps)));
143
143
  };
144
144
  (0, _ahooks.useAsyncEffect)( /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/(0, _regeneratorRuntime2.default)().mark(function _callee() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luck-design-biz/luckda",
3
- "version": "0.0.19-UI",
3
+ "version": "0.0.19-UI-1",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",