@bsgoal/common 2.14.6 → 2.14.7
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.
package/dist/index.mjs
CHANGED
|
@@ -7032,6 +7032,20 @@ const Hp = { class: "bsgoal-base-tree-table" }, Yp = { class: "base_tree_table"
|
|
|
7032
7032
|
pageSize: {
|
|
7033
7033
|
type: [Number],
|
|
7034
7034
|
default: 20
|
|
7035
|
+
},
|
|
7036
|
+
/**
|
|
7037
|
+
* 节点的 key
|
|
7038
|
+
*/
|
|
7039
|
+
nodeKey: {
|
|
7040
|
+
type: [String],
|
|
7041
|
+
default: "key"
|
|
7042
|
+
},
|
|
7043
|
+
/**
|
|
7044
|
+
* 默认展开的节点
|
|
7045
|
+
*/
|
|
7046
|
+
expandedKeys: {
|
|
7047
|
+
type: [Array],
|
|
7048
|
+
default: () => []
|
|
7035
7049
|
}
|
|
7036
7050
|
},
|
|
7037
7051
|
emits: ["on-click-tree", "on-switch-tree", "on-add-tree"],
|