@opentiny/vue-tree
Advanced tools
Comparing version 2.18.0 to 2.19.0
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34064
1049
+ Added@opentiny/vue-action-sheet@2.19.0(transitive)
+ Added@opentiny/vue-button@2.19.0(transitive)
+ Added@opentiny/vue-checkbox@2.19.0(transitive)
+ Added@opentiny/vue-collapse-transition@2.19.0(transitive)
+ Added@opentiny/vue-common@2.19.0(transitive)
+ Added@opentiny/vue-dialog-box@2.19.0(transitive)
+ Added@opentiny/vue-directive@2.19.0(transitive)
+ Added@opentiny/vue-drawer@2.19.1(transitive)
+ Added@opentiny/vue-icon@2.19.0(transitive)
+ Added@opentiny/vue-input@2.19.0(transitive)
+ Added@opentiny/vue-locale@2.19.0(transitive)
+ Added@opentiny/vue-popover@2.19.0(transitive)
+ Added@opentiny/vue-radio@2.19.0(transitive)
+ Added@opentiny/vue-renderless@3.19.5(transitive)
+ Added@opentiny/vue-switch@2.19.0(transitive)
+ Added@opentiny/vue-theme@3.19.5(transitive)
+ Added@opentiny/vue-theme-mobile@3.19.0(transitive)
+ Added@opentiny/vue-tooltip@2.19.0(transitive)
- Removed@opentiny/vue-action-sheet@2.18.0(transitive)
- Removed@opentiny/vue-button@2.18.0(transitive)
- Removed@opentiny/vue-checkbox@2.18.0(transitive)
- Removed@opentiny/vue-collapse-transition@2.18.0(transitive)
- Removed@opentiny/vue-common@2.18.0(transitive)
- Removed@opentiny/vue-dialog-box@2.18.0(transitive)
- Removed@opentiny/vue-directive@2.18.0(transitive)
- Removed@opentiny/vue-drawer@2.18.0(transitive)
- Removed@opentiny/vue-icon@2.18.0(transitive)
- Removed@opentiny/vue-input@2.18.0(transitive)
- Removed@opentiny/vue-locale@2.18.0(transitive)
- Removed@opentiny/vue-popover@2.18.0(transitive)
- Removed@opentiny/vue-radio@2.18.0(transitive)
- Removed@opentiny/vue-renderless@3.18.7(transitive)
- Removed@opentiny/vue-switch@2.18.0(transitive)
- Removed@opentiny/vue-theme@3.18.4(transitive)
- Removed@opentiny/vue-theme-mobile@3.18.0(transitive)
- Removed@opentiny/vue-tooltip@2.18.0(transitive)
Updated@opentiny/vue-button@~2.19.0
Updated@opentiny/vue-common@~2.19.0
Updated@opentiny/vue-icon@~2.19.0
Updated@opentiny/vue-input@~2.19.0
Updated@opentiny/vue-radio@~2.19.0
Updated@opentiny/vue-switch@~2.19.0
Updated@opentiny/vue-theme@~3.19.0