ronds-metadata 1.3.51 → 1.3.52

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,7 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
20
20
  /*
21
21
  * @Author: wangxian
22
22
  * @Date: 2021-09-18 14:15:04
23
- * @LastEditTime: 2024-07-03 16:56:10
23
+ * @LastEditTime: 2024-07-15 10:56:36
24
24
  */
25
25
  import React from 'react';
26
26
  import { UploadOutlined } from '@ant-design/icons';
@@ -132,6 +132,7 @@ function Index(props) {
132
132
  switch (_type) {
133
133
  case 'autoComplete':
134
134
  return /*#__PURE__*/React.createElement(_AutoComplete, {
135
+ maxLength: extraInfo === null || extraInfo === void 0 ? void 0 : extraInfo.maxLength,
135
136
  options: httpOptions,
136
137
  style: {
137
138
  width: 200
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.3.51",
4
+ "version": "1.3.52",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",