ronds-metadata 1.3.41 → 1.3.43

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.
@@ -5,7 +5,7 @@ import _createSuper from "@babel/runtime/helpers/esm/createSuper";
5
5
  /*
6
6
  * @Author: wangxian
7
7
  * @Date: 2022-05-24 09:18:34
8
- * @LastEditTime: 2024-02-29 17:04:36
8
+ * @LastEditTime: 2024-04-29 10:05:20
9
9
  */
10
10
  import { Shape, Edge } from '@antv/x6';
11
11
  import './edge.less';
@@ -38,7 +38,7 @@ export var DPEdge = /*#__PURE__*/function (_BaseEdge) {
38
38
  DPEdge.config({
39
39
  shape: 'DPEdge',
40
40
  connector: {
41
- name: 'normal'
41
+ name: 'pai'
42
42
  },
43
43
  zIndex: 1,
44
44
  attrs: {
@@ -11,7 +11,7 @@ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
11
11
  /*
12
12
  * @Author: wangxain
13
13
  * @Date: 2022-03-04 08:53:04
14
- * @LastEditTime: 2023-05-23 09:20:36
14
+ * @LastEditTime: 2024-05-14 11:27:04
15
15
  */
16
16
  import React from 'react';
17
17
  import { pick, isArray } from 'lodash';
@@ -296,6 +296,7 @@ var Editable = function Editable(props) {
296
296
  context: window
297
297
  }, /*#__PURE__*/React.createElement("div", {
298
298
  style: {
299
+ width: '100%',
299
300
  height: "".concat((type === 'multiple' || type === 'freedom') && !readonly && isAddRow && defaultValue ? 'calc(100% - 40px)' : '100%')
300
301
  }
301
302
  }, /*#__PURE__*/React.createElement(_Table, _extends({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.3.41",
4
+ "version": "1.3.43",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",