Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentiny/vue-tree

Package Overview
Dependencies
Maintainers
0
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-tree - npm Package Compare versions

Comparing version 2.18.0 to 2.19.0

2

lib/index.js

@@ -189,3 +189,3 @@ function _extends() {

});
var version = "2.18.0";
var version = "2.19.0";
Tree.install = function(Vue) {

@@ -192,0 +192,0 @@ Vue.component(Tree.name, Tree);

import { renderless as renderless$1, api as api$1 } from '@opentiny/vue-renderless/tree/vue';
import { defineComponent, directive, h, setup, isVue2, props } from '@opentiny/vue-common';
import { iconChevronRight, iconLoading, iconArrowBottom, iconEdit, iconDel, iconPlusSquare, iconFinish, iconWarning, iconMarkOn } from '@opentiny/vue-icon';
import { iconChevronRight, iconLoadingShadow, iconArrowBottom, iconEdit, iconDel, iconPlusSquare, iconFinish, iconExpand, iconPutAway, iconWarning, iconMarkOn } from '@opentiny/vue-icon';
import Switch from '@opentiny/vue-switch';

@@ -154,3 +154,3 @@ import Popover from '@opentiny/vue-popover';

IconChevronRight: iconChevronRight(),
IconLoading: iconLoading(),
IconLoading: iconLoadingShadow(),
IconArrowBottom: iconArrowBottom(),

@@ -161,2 +161,4 @@ IconEdit: iconEdit(),

IconFinish: iconFinish(),
IconExpand: iconExpand(),
IconPutAway: iconPutAway(),
MenuContext: {

@@ -357,16 +359,5 @@ props: {

}
}) : _vm._e(), _vm.node.loading ? _c("svg", {
staticClass: "tiny-tree-node__loading tiny-svg circular",
attrs: {
"viewBox": "25 25 50 50"
}
}, [_c("circle", {
staticClass: "path",
attrs: {
"cx": "50",
"cy": "50",
"r": "24",
"fill": "none"
}
})]) : _vm._e(), _vm._t("prefix", null, {
}) : _vm._e(), _vm.node.loading ? _c("icon-loading", {
staticClass: "tiny-tree-node__loading"
}) : _vm._e(), _vm._t("prefix", null, {
"node": _vm.node

@@ -402,5 +393,3 @@ }), _vm.action.type === "edit" && _vm.action.node && _vm.action.node === _vm.node ? [_c("tiny-input", {

}
})] : _c("div", {
staticClass: "tiny-tree-node__content-box"
}, [_c("node-content", {
})] : [_c("node-content", {
attrs: {

@@ -410,3 +399,3 @@ "node": _vm.node,

}
})], 1), _vm._t("suffix", null, {
})], _vm._t("suffix", null, {
"node": _vm.node

@@ -475,3 +464,3 @@ })], 2), _c("div", {

}
}) : _vm._e(), _vm._l(_vm.node.childNodes, function(child) {
}) : _vm._e(), _vm._l(_vm.state.renderedChildNodes, function(child) {
return _c("tree-node", {

@@ -616,3 +605,3 @@ key: _vm.getNodeKey(child),

}
}, [_vm.viewType === "tree" ? _vm._l(_vm.state.root.childNodes, function(child) {
}, [_vm.viewType === "tree" ? _vm._l(_vm.state.renderedChildNodes, function(child) {
return _c("tree-node", {

@@ -619,0 +608,0 @@ directives: [{

{
"name": "@opentiny/vue-tree",
"type": "module",
"version": "2.18.0",
"version": "2.19.0",
"description": "",

@@ -11,14 +11,14 @@ "license": "MIT",

"dependencies": {
"@opentiny/vue-button": "~2.18.0",
"@opentiny/vue-checkbox": "~2.18.0",
"@opentiny/vue-collapse-transition": "~2.18.0",
"@opentiny/vue-common": "~2.18.0",
"@opentiny/vue-directive": "~2.18.0",
"@opentiny/vue-icon": "~2.18.0",
"@opentiny/vue-input": "~2.18.0",
"@opentiny/vue-popover": "~2.18.0",
"@opentiny/vue-radio": "~2.18.0",
"@opentiny/vue-renderless": "~3.18.0",
"@opentiny/vue-switch": "~2.18.0",
"@opentiny/vue-theme": "~3.18.0"
"@opentiny/vue-button": "~2.19.0",
"@opentiny/vue-checkbox": "~2.19.0",
"@opentiny/vue-collapse-transition": "~2.19.0",
"@opentiny/vue-common": "~2.19.0",
"@opentiny/vue-directive": "~2.19.0",
"@opentiny/vue-icon": "~2.19.0",
"@opentiny/vue-input": "~2.19.0",
"@opentiny/vue-popover": "~2.19.0",
"@opentiny/vue-radio": "~2.19.0",
"@opentiny/vue-renderless": "~3.19.0",
"@opentiny/vue-switch": "~2.19.0",
"@opentiny/vue-theme": "~3.19.0"
},

@@ -25,0 +25,0 @@ "types": "index.d.ts",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc