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

@opentiny/vue-tree

Package Overview
Dependencies
Maintainers
1
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.11.0 to 3.11.1

2

lib/index.js

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

});
var version = "3.11.0";
var version = "3.11.1";
Tree.install = function(Vue) {

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

import { renderless as renderless$1, api as api$1 } from "@opentiny/vue-renderless/tree/vue";
import { directive, h, setup as _setup, defineComponent, props } from "@opentiny/vue-common";
import { directive, h, setup as _setup, isVue2, defineComponent, props } from "@opentiny/vue-common";
import { iconChevronRight, iconLoading, iconArrowBottom, iconEdit, iconMinusSquare, iconPlusSquare, iconWarning, iconMarkOn } from "@opentiny/vue-icon";

@@ -181,3 +181,6 @@ import Switch from "@opentiny/vue-switch";

api,
mono: true
mono: true,
extendOptions: {
isVue2
}
});

@@ -184,0 +187,0 @@ }

{
"name": "@opentiny/vue-tree",
"version": "3.11.0",
"version": "3.11.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
checkStrictly?: any;
data?: any;
lazy?: any;
currentNodeKey?: any;
defaultExpandedKeys?: any;
autoExpandParent?: any;
checkDescendants?: any;
load?: any;
filterNodeMethod?: any;
props?: any;
checkStrictly?: any;
defaultCheckedKeys?: any;
afterLoad?: any;
dataset?: any;
parentKey?: any;
allowDrop?: any;
nodeKey?: any;
defaultExpandAll?: any;
pathSplit?: any;
filterPlainMethod?: any;
tiny_mode?: any;

@@ -14,49 +30,33 @@ tiny_mode_root?: any;

icon?: any;
draggable?: any;
load?: any;
lazy?: any;
showLine?: any;
renderContent?: any;
expandIcon?: any;
shrinkIcon?: any;
expandIconColor?: any;
shrinkIconColor?: any;
renderAfterExpand?: any;
showCheckbox?: any;
showRadio?: any;
showNumber?: any;
collapsible?: any;
nodeHeight?: any;
theme?: any;
accordion?: any;
dataset?: any;
defaultCheckedKeys?: any;
parentKey?: any;
indent?: any;
viewType?: any;
allowDrag?: any;
allowDrop?: any;
autoExpandParent?: any;
checkDescendants?: any;
draggable?: any;
emptyText?: any;
expandOnClickNode?: any;
checkOnClickNode?: any;
currentNodeKey?: any;
defaultExpandAll?: any;
defaultExpandedKeys?: any;
defaultExpandedKeysHighlight?: any;
emptyText?: any;
expandIcon?: any;
expandOnClickNode?: any;
filterNodeMethod?: any;
allowDrag?: any;
highlightCurrent?: any;
accordion?: any;
indent?: any;
iconTriggerClickNode?: any;
nodeKey?: any;
renderAfterExpand?: any;
showCheckbox?: any;
showContextmenu?: any;
showRadio?: any;
showNumber?: any;
collapsible?: any;
showCheckEasily?: any;
nodeHeight?: any;
shrinkIcon?: any;
expandIconColor?: any;
shrinkIconColor?: any;
deleteDisabledKeys?: any;
editDisabledKeys?: any;
addDisabledKeys?: any;
pathSplit?: any;
filterPlainMethod?: any;
afterLoad?: any;
viewType?: any;
lazyCurrent?: any;
baseIndent?: any;
showLine?: any;
}>, {

@@ -71,6 +71,22 @@ t: (this: any, path: any, options?: any) => any;

m: (...cssClasses: any[]) => string;
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("check" | "current-change" | "leave-plain-view" | "node-expand" | "check-plain" | "check-change" | "node-drag-start" | "node-drag-enter" | "node-drag-over" | "node-drag-end" | "node-drop" | "node-click" | "node-drag-leave")[], "check" | "current-change" | "leave-plain-view" | "node-expand" | "check-plain" | "check-change" | "node-drag-start" | "node-drag-enter" | "node-drag-over" | "node-drag-end" | "node-drop" | "node-click" | "node-drag-leave", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("node-drag-leave" | "node-drag-enter" | "node-drag-start" | "node-drag-over" | "node-drag-end" | "node-drop" | "node-expand" | "check-plain" | "leave-plain-view" | "check-change" | "current-change" | "node-click" | "check")[], "node-drag-leave" | "node-drag-enter" | "node-drag-start" | "node-drag-over" | "node-drag-end" | "node-drop" | "node-expand" | "check-plain" | "leave-plain-view" | "check-change" | "current-change" | "node-click" | "check", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
checkStrictly?: any;
data?: any;
lazy?: any;
currentNodeKey?: any;
defaultExpandedKeys?: any;
autoExpandParent?: any;
checkDescendants?: any;
load?: any;
filterNodeMethod?: any;
props?: any;
checkStrictly?: any;
defaultCheckedKeys?: any;
afterLoad?: any;
dataset?: any;
parentKey?: any;
allowDrop?: any;
nodeKey?: any;
defaultExpandAll?: any;
pathSplit?: any;
filterPlainMethod?: any;
tiny_mode?: any;

@@ -85,67 +101,67 @@ tiny_mode_root?: any;

icon?: any;
draggable?: any;
load?: any;
lazy?: any;
showLine?: any;
renderContent?: any;
expandIcon?: any;
shrinkIcon?: any;
expandIconColor?: any;
shrinkIconColor?: any;
renderAfterExpand?: any;
showCheckbox?: any;
showRadio?: any;
showNumber?: any;
collapsible?: any;
nodeHeight?: any;
theme?: any;
accordion?: any;
dataset?: any;
defaultCheckedKeys?: any;
parentKey?: any;
indent?: any;
viewType?: any;
allowDrag?: any;
allowDrop?: any;
autoExpandParent?: any;
checkDescendants?: any;
draggable?: any;
emptyText?: any;
expandOnClickNode?: any;
checkOnClickNode?: any;
currentNodeKey?: any;
defaultExpandAll?: any;
defaultExpandedKeys?: any;
defaultExpandedKeysHighlight?: any;
emptyText?: any;
expandIcon?: any;
expandOnClickNode?: any;
filterNodeMethod?: any;
allowDrag?: any;
highlightCurrent?: any;
accordion?: any;
indent?: any;
iconTriggerClickNode?: any;
nodeKey?: any;
renderAfterExpand?: any;
showCheckbox?: any;
showContextmenu?: any;
showRadio?: any;
showNumber?: any;
collapsible?: any;
showCheckEasily?: any;
nodeHeight?: any;
shrinkIcon?: any;
expandIconColor?: any;
shrinkIconColor?: any;
deleteDisabledKeys?: any;
editDisabledKeys?: any;
addDisabledKeys?: any;
pathSplit?: any;
filterPlainMethod?: any;
afterLoad?: any;
viewType?: any;
lazyCurrent?: any;
baseIndent?: any;
showLine?: any;
}>>> & {
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
onCheck?: ((...args: any[]) => any) | undefined;
"onNode-expand"?: ((...args: any[]) => any) | undefined;
"onLeave-plain-view"?: ((...args: any[]) => any) | undefined;
"onCheck-plain"?: ((...args: any[]) => any) | undefined;
"onCheck-change"?: ((...args: any[]) => any) | undefined;
"onNode-drag-leave"?: ((...args: any[]) => any) | undefined;
"onNode-drag-enter"?: ((...args: any[]) => any) | undefined;
"onNode-drag-start"?: ((...args: any[]) => any) | undefined;
"onNode-drag-enter"?: ((...args: any[]) => any) | undefined;
"onNode-drag-over"?: ((...args: any[]) => any) | undefined;
"onNode-drag-end"?: ((...args: any[]) => any) | undefined;
"onNode-drop"?: ((...args: any[]) => any) | undefined;
"onCheck-plain"?: ((...args: any[]) => any) | undefined;
"onLeave-plain-view"?: ((...args: any[]) => any) | undefined;
"onCheck-change"?: ((...args: any[]) => any) | undefined;
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
"onNode-click"?: ((...args: any[]) => any) | undefined;
"onNode-drag-leave"?: ((...args: any[]) => any) | undefined;
onCheck?: ((...args: any[]) => any) | undefined;
}, {
readonly checkStrictly?: any;
readonly data?: any;
readonly lazy?: any;
readonly currentNodeKey?: any;
readonly defaultExpandedKeys?: any;
readonly autoExpandParent?: any;
readonly checkDescendants?: any;
readonly load?: any;
readonly filterNodeMethod?: any;
readonly props?: any;
readonly checkStrictly?: any;
readonly defaultCheckedKeys?: any;
readonly afterLoad?: any;
readonly dataset?: any;
readonly parentKey?: any;
readonly allowDrop?: any;
readonly nodeKey?: any;
readonly defaultExpandAll?: any;
readonly pathSplit?: any;
readonly filterPlainMethod?: any;
readonly tiny_mode?: any;

@@ -160,50 +176,34 @@ readonly tiny_mode_root?: any;

readonly icon?: any;
readonly draggable?: any;
readonly load?: any;
readonly lazy?: any;
readonly showLine?: any;
readonly renderContent?: any;
readonly expandIcon?: any;
readonly shrinkIcon?: any;
readonly expandIconColor?: any;
readonly shrinkIconColor?: any;
readonly renderAfterExpand?: any;
readonly showCheckbox?: any;
readonly showRadio?: any;
readonly showNumber?: any;
readonly collapsible?: any;
readonly nodeHeight?: any;
readonly theme?: any;
readonly accordion?: any;
readonly dataset?: any;
readonly defaultCheckedKeys?: any;
readonly parentKey?: any;
readonly indent?: any;
readonly viewType?: any;
readonly allowDrag?: any;
readonly allowDrop?: any;
readonly autoExpandParent?: any;
readonly checkDescendants?: any;
readonly draggable?: any;
readonly emptyText?: any;
readonly expandOnClickNode?: any;
readonly checkOnClickNode?: any;
readonly currentNodeKey?: any;
readonly defaultExpandAll?: any;
readonly defaultExpandedKeys?: any;
readonly defaultExpandedKeysHighlight?: any;
readonly emptyText?: any;
readonly expandIcon?: any;
readonly expandOnClickNode?: any;
readonly filterNodeMethod?: any;
readonly allowDrag?: any;
readonly highlightCurrent?: any;
readonly accordion?: any;
readonly indent?: any;
readonly iconTriggerClickNode?: any;
readonly nodeKey?: any;
readonly renderAfterExpand?: any;
readonly showCheckbox?: any;
readonly showContextmenu?: any;
readonly showRadio?: any;
readonly showNumber?: any;
readonly collapsible?: any;
readonly showCheckEasily?: any;
readonly nodeHeight?: any;
readonly shrinkIcon?: any;
readonly expandIconColor?: any;
readonly shrinkIconColor?: any;
readonly deleteDisabledKeys?: any;
readonly editDisabledKeys?: any;
readonly addDisabledKeys?: any;
readonly pathSplit?: any;
readonly filterPlainMethod?: any;
readonly afterLoad?: any;
readonly viewType?: any;
readonly lazyCurrent?: any;
readonly baseIndent?: any;
readonly showLine?: any;
}, {}>;
export default _default;

@@ -55,3 +55,3 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{

m: (...cssClasses: any[]) => string;
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("update:modelValue" | "hook-updated" | "closeMenu" | "radio-change" | "node-expand" | "tree-node-expand")[], "update:modelValue" | "hook-updated" | "closeMenu" | "radio-change" | "node-expand" | "tree-node-expand", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("node-expand" | "closeMenu" | "update:modelValue" | "radio-change" | "hook-updated" | "tree-node-expand")[], "node-expand" | "closeMenu" | "update:modelValue" | "radio-change" | "hook-updated" | "tree-node-expand", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
node: {

@@ -102,19 +102,19 @@ default(): {};

}>> & {
"onNode-expand"?: ((...args: any[]) => any) | undefined;
onCloseMenu?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
"onRadio-change"?: ((...args: any[]) => any) | undefined;
"onHook-updated"?: ((...args: any[]) => any) | undefined;
onCloseMenu?: ((...args: any[]) => any) | undefined;
"onRadio-change"?: ((...args: any[]) => any) | undefined;
"onNode-expand"?: ((...args: any[]) => any) | undefined;
"onTree-node-expand"?: ((...args: any[]) => any) | undefined;
}, {
checkEasily: boolean;
node: {};
showLine: boolean;
renderAfterExpand: boolean;
showCheckbox: boolean;
showRadio: boolean;
currentRadio: Record<string, any>;
showNumber: boolean;
collapsible: boolean;
showLine: boolean;
checkEasily: boolean;
currentRadio: Record<string, any>;
}, {}>;
export default _default;
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