ronds-metadata 1.2.97 → 1.2.98

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.
@@ -37,7 +37,7 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
37
37
  /*
38
38
  * @Author:wangxian
39
39
  * @Date: 2021-09-18 14:15:04
40
- * @LastEditTime: 2023-08-19 11:12:38
40
+ * @LastEditTime: 2023-08-21 09:28:47
41
41
  */
42
42
  import React from 'react';
43
43
  import { MetadataFormContext, MetadataRefContext } from '../interface';
@@ -441,6 +441,7 @@ function Index(props) {
441
441
  open: treeselectOpen,
442
442
  onDropdownVisibleChange: onDropdownVisibleChange,
443
443
  treeExpandedKeys: expandedKeys,
444
+ labelInValue: extraInfo === null || extraInfo === void 0 ? void 0 : extraInfo.labelInValue,
444
445
  allowClear: true,
445
446
  disabled: (_extraInfo$disabled2 = extraInfo === null || extraInfo === void 0 ? void 0 : extraInfo.disabled) !== null && _extraInfo$disabled2 !== void 0 ? _extraInfo$disabled2 : disabled,
446
447
  placeholder: extraInfo === null || extraInfo === void 0 ? void 0 : extraInfo.placeholder,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.2.97",
4
+ "version": "1.2.98",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",