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 3.19.1 to 3.19.2

78

lib/pc.js

@@ -1,16 +0,11 @@

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, iconLoadingShadow, iconArrowBottom, iconEdit, iconDel, iconPlusSquare, iconFinish, iconExpand, iconPutAway, iconWarning, iconMarkOn } from '@opentiny/vue-icon';
import Switch from '@opentiny/vue-switch';
import Popover from '@opentiny/vue-popover';
import Button from '@opentiny/vue-button';
import Checkbox from '@opentiny/vue-checkbox';
import Clickoutside from '@opentiny/vue-renderless/common/deps/clickoutside';
import { renderless, api } from '@opentiny/vue-renderless/tree-node/vue';
import CollapseTransition from '@opentiny/vue-collapse-transition';
import Radio from '@opentiny/vue-radio';
import Input from '@opentiny/vue-input';
import { resolveComponent, resolveDirective, openBlock, createElementBlock, withDirectives, createElementVNode, normalizeClass, withModifiers, normalizeStyle, Fragment, renderList, toDisplayString, createBlock, resolveDynamicComponent, createCommentVNode, renderSlot, withKeys, createVNode, withCtx, vShow, createTextVNode } from 'vue';
import { HighlightQuery } from '@opentiny/vue-directive';
function _extends() {
return _extends = Object.assign ? Object.assign.bind() : function(n) {
for (var e = 1; e < arguments.length; e++) {
var t = arguments[e];
for (var r in t)
({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
}
return n;
}, _extends.apply(null, arguments);
}
function _createForOfIteratorHelperLoose(r, e) {

@@ -43,21 +38,16 @@ var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];

}
var _export_sfc = function _export_sfc2(sfc, props) {
var target = sfc.__vccOpts || sfc;
for (var _iterator = _createForOfIteratorHelperLoose(props), _step; !(_step = _iterator()).done; ) {
var _step$value2 = _step.value, key = _step$value2[0], val = _step$value2[1];
target[key] = val;
}
return target;
};
function _extends() {
return _extends = Object.assign ? Object.assign.bind() : function(n) {
for (var e = 1; e < arguments.length; e++) {
var t = arguments[e];
for (var r in t)
({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
}
return n;
}, _extends.apply(null, arguments);
}
import { renderless as renderless$1, api as api$1 } from "@opentiny/vue-renderless/tree/vue";
import { defineComponent, directive, h, setup as _setup, isVue2, props } from "@opentiny/vue-common";
import { iconChevronRight, iconLoadingShadow, iconArrowBottom, iconEdit, iconDel, iconPlusSquare, iconFinish, iconExpand, iconPutAway, iconWarning, iconMarkOn } from "@opentiny/vue-icon";
import Switch from "@opentiny/vue-switch";
import Popover from "@opentiny/vue-popover";
import Button from "@opentiny/vue-button";
import Checkbox from "@opentiny/vue-checkbox";
import Clickoutside from "@opentiny/vue-renderless/common/deps/clickoutside";
import { renderless, api } from "@opentiny/vue-renderless/tree-node/vue";
import CollapseTransition from "@opentiny/vue-collapse-transition";
import Radio from "@opentiny/vue-radio";
import Input from "@opentiny/vue-input";
import { resolveComponent, resolveDirective, openBlock, createElementBlock, withDirectives, createElementVNode, normalizeClass, withModifiers, normalizeStyle, Fragment, renderList, toDisplayString, createBlock, resolveDynamicComponent, createCommentVNode, renderSlot, withKeys, createVNode, withCtx, vShow, createTextVNode } from "vue";
import { HighlightQuery } from "@opentiny/vue-directive";
var _sfc_main$1 = defineComponent({

@@ -188,4 +178,4 @@ name: "TreeNode",

},
setup: function setup$1(props2, context) {
return setup({
setup: function setup(props2, context) {
return _setup({
props: props2,

@@ -202,2 +192,10 @@ context,

});
var _export_sfc = function _export_sfc2(sfc, props2) {
var target = sfc.__vccOpts || sfc;
for (var _iterator = _createForOfIteratorHelperLoose(props2), _step; !(_step = _iterator()).done; ) {
var _step$value2 = _step.value, key = _step$value2[0], val = _step$value2[1];
target[key] = val;
}
return target;
};
var _hoisted_1$1 = {

@@ -280,2 +278,3 @@ class: "tiny-tree-node__wrapper"

{
ref: "content",
class: normalizeClass({

@@ -562,3 +561,3 @@ "tiny-tree-node__content": true,

setup: function setup2(props2, context) {
return setup({
return _setup({
props: props2,

@@ -877,3 +876,4 @@ context,

var pc = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { pc as default };
export {
pc as default
};
{
"name": "@opentiny/vue-tree",
"type": "module",
"version": "3.19.1",
"version": "3.19.2",
"description": "",

@@ -6,0 +6,0 @@ "license": "MIT",

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