bkui-vue 2.0.1-beta.7 → 2.0.1-beta.8
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.cjs.js +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +1 -1
- package/lib/cascader/cascader.less +1 -1
- package/lib/tree/index.js +2 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -28449,7 +28449,7 @@ const fG = {
|
|
28449
28449
|
const { __is_root: s, __is_open: r } = t.get(e) || {};
|
28450
28450
|
return {
|
28451
28451
|
"is-root": s,
|
28452
|
-
[ps("tree-node")]: !0,
|
28452
|
+
[`${ps("tree-node")}`]: !0,
|
28453
28453
|
"is-open": r,
|
28454
28454
|
"is-virtual-render": n.virtualRender,
|
28455
28455
|
"level-line": n.levelLine && i
|
@@ -28461,7 +28461,7 @@ const fG = {
|
|
28461
28461
|
"is-selected": i,
|
28462
28462
|
"node-folder": e.is_folder,
|
28463
28463
|
"node-leaf": e.is_leaf,
|
28464
|
-
[ps("node-row")]: !0
|
28464
|
+
[`${ps("node-row")}`]: !0
|
28465
28465
|
};
|
28466
28466
|
}, bG = (e, t, n, i, s) => {
|
28467
28467
|
CG(e, t, n, { [i]: s });
|