kmkf-work-order-service-component 0.0.1-alpha.24 → 0.0.1-alpha.25

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.
@@ -229,10 +229,10 @@ var CustomizeFormModal = function CustomizeFormModal(props, ref) {
229
229
  setTimeout(function () {
230
230
  var _get;
231
231
 
232
- var errorList = document.querySelectorAll(".ant-form-item-has-error");
232
+ var errorList = document.querySelectorAll('.ant-form-item-has-error');
233
233
  (_get = get(errorList, '0')) === null || _get === void 0 ? void 0 : _get.scrollIntoView({
234
234
  block: 'center',
235
- behavior: "smooth"
235
+ behavior: 'smooth'
236
236
  });
237
237
  }, 0);
238
238
  }
@@ -157,10 +157,10 @@ function ModifyModal(props, ref) {
157
157
  setTimeout(function () {
158
158
  var _get;
159
159
 
160
- var errorList = document.querySelectorAll(".ant-form-item-has-error");
160
+ var errorList = document.querySelectorAll('.ant-form-item-has-error');
161
161
  (_get = get(errorList, '0')) === null || _get === void 0 ? void 0 : _get.scrollIntoView({
162
162
  block: 'center',
163
- behavior: "smooth"
163
+ behavior: 'smooth'
164
164
  });
165
165
  }, 0);
166
166
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.0.1-alpha.24",
3
+ "version": "0.0.1-alpha.25",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -37,7 +37,7 @@
37
37
  "react-dom": "^17.0.2"
38
38
  },
39
39
  "dependencies": {
40
- "@raycloud-apaas-fe-setup/apaas-react-basics-widgets": "^1.0.22-alpha.4",
40
+ "@raycloud-apaas-fe-setup/apaas-react-basics-widgets": "^1.0.22-alpha.5",
41
41
  "@reduxjs/toolkit": "^1.8.5",
42
42
  "react-redux": "^7.2.8",
43
43
  "store2": "^2.14.2",