ronds-metadata 1.2.15 → 1.2.16

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.
@@ -139,6 +139,7 @@ var renderJson = function renderJson(comps, type, id, field) {
139
139
  };
140
140
 
141
141
  var getTypeJson = function getTypeJson(id, type, field) {
142
+ /* */
142
143
  var res = {
143
144
  node: {},
144
145
  setting: {}
@@ -32,7 +32,7 @@ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
32
32
  /*
33
33
  * @Author:wangxian
34
34
  * @Date: 2021-09-18 14:15:04
35
- * @LastEditTime: 2023-03-06 09:15:25
35
+ * @LastEditTime: 2023-03-06 14:43:01
36
36
  */
37
37
  import React from 'react';
38
38
  import { MetadataFormContext, MetadataRefContext } from '../interface';
@@ -489,7 +489,9 @@ function Index(props) {
489
489
  },
490
490
  allowClear: true,
491
491
  onChange: onSelectChange,
492
- maxTagCount: extraInfo === null || extraInfo === void 0 ? void 0 : extraInfo.maxTagCount
492
+ maxTagCount: extraInfo === null || extraInfo === void 0 ? void 0 : extraInfo.maxTagCount,
493
+ maxTagTextLength: (extraInfo === null || extraInfo === void 0 ? void 0 : extraInfo.maxTagTextLength) || 9,
494
+ maxTagPlaceholder: "..."
493
495
  });
494
496
  }
495
497
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.2.15",
4
+ "version": "1.2.16",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",