@codernote/record-tree 1.5.3 → 1.5.5

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.
Files changed (3) hide show
  1. package/README.md +3 -0
  2. package/dist/index.js +1652 -1603
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -67,6 +67,9 @@ interface Nodes Array<{
67
67
  {/* 底层操作栏类型,默认不显示操作栏, false */}
68
68
  :bar="false"
69
69
 
70
+ {/* 响应式,若为true, 内部弹框都相对于100%屏幕宽度来计算 */}
71
+ :responsive="false"
72
+
70
73
  {/* 启用双击enter, 标题双击回车,会触发事件, 默认false */}
71
74
  :enableDbEnter="false"
72
75