bk-magic-vue 2.5.9-beta.22 → 2.5.9-beta.24
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/bk-magic-vue.js
CHANGED
|
@@ -55619,10 +55619,6 @@
|
|
|
55619
55619
|
style: {
|
|
55620
55620
|
height: _vm.treeHeight
|
|
55621
55621
|
}
|
|
55622
|
-
}, [_c('div', {
|
|
55623
|
-
class: ['tree-wrapper', {
|
|
55624
|
-
'fixed-width': _vm.fixedWidth
|
|
55625
|
-
}]
|
|
55626
55622
|
}, [_vm.height ? _c('bk-virtual-scroll', {
|
|
55627
55623
|
ref: "virtualScroll",
|
|
55628
55624
|
attrs: {
|
|
@@ -55643,7 +55639,14 @@
|
|
|
55643
55639
|
})], 2);
|
|
55644
55640
|
}
|
|
55645
55641
|
}], null, true)
|
|
55646
|
-
}) :
|
|
55642
|
+
}) : _c('div', {
|
|
55643
|
+
class: ['tree-wrapper', {
|
|
55644
|
+
'fixed-width': _vm.fixedWidth
|
|
55645
|
+
}],
|
|
55646
|
+
staticStyle: {
|
|
55647
|
+
"height": "100%"
|
|
55648
|
+
}
|
|
55649
|
+
}, [_vm._l(_vm.nodes, function (node) {
|
|
55647
55650
|
return [_c('tree-item', {
|
|
55648
55651
|
key: node.id,
|
|
55649
55652
|
ref: node.id,
|
|
@@ -55656,11 +55659,11 @@
|
|
|
55656
55659
|
"node": node,
|
|
55657
55660
|
"data": node.data
|
|
55658
55661
|
})], 2)];
|
|
55659
|
-
}), (_vm.$slots.empty || _vm.useDefaultEmpty) && _vm.isSearchEmpty ? _c('div', {
|
|
55662
|
+
})], 2), (_vm.$slots.empty || _vm.useDefaultEmpty) && _vm.isSearchEmpty ? _c('div', {
|
|
55660
55663
|
staticClass: "bk-big-tree-empty"
|
|
55661
55664
|
}, [_vm._t("empty", function () {
|
|
55662
|
-
return [_vm._v("\n
|
|
55663
|
-
})], 2) : _vm._e()],
|
|
55665
|
+
return [_vm._v("\n " + _vm._s(_vm.t('bk.bigTree.emptyText')) + "\n ")];
|
|
55666
|
+
})], 2) : _vm._e()], 1);
|
|
55664
55667
|
};
|
|
55665
55668
|
var __vue_staticRenderFns__$1l = [];
|
|
55666
55669
|
|