@opentiny/vue-tree
Advanced tools
Comparing version 3.19.1 to 3.19.2
@@ -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", |
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
53017
1459