@opentiny/vue-dropdown
Advanced tools
Comparing version 3.16.0 to 3.17.0
function _extends() { | ||
_extends = Object.assign ? Object.assign.bind() : function(target) { | ||
for (var i = 1; i < arguments.length; i++) { | ||
var source = arguments[i]; | ||
for (var key in source) { | ||
if (Object.prototype.hasOwnProperty.call(source, key)) { | ||
target[key] = source[key]; | ||
} | ||
} | ||
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 target; | ||
}; | ||
return _extends.apply(this, arguments); | ||
return n; | ||
}, _extends.apply(null, arguments); | ||
} | ||
@@ -114,3 +110,3 @@ import { defineComponent, $prefix, $setup, $props } from "@opentiny/vue-common"; | ||
}); | ||
var version = "3.16.0"; | ||
var version = "3.17.0"; | ||
Dropdown.install = function(Vue) { | ||
@@ -117,0 +113,0 @@ Vue.component(Dropdown.name, Dropdown); |
function _extends() { | ||
_extends = Object.assign ? Object.assign.bind() : function(target) { | ||
for (var i = 1; i < arguments.length; i++) { | ||
var source = arguments[i]; | ||
for (var key in source) { | ||
if (Object.prototype.hasOwnProperty.call(source, key)) { | ||
target[key] = source[key]; | ||
} | ||
} | ||
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 target; | ||
}; | ||
return _extends.apply(this, arguments); | ||
return n; | ||
}, _extends.apply(null, arguments); | ||
} | ||
@@ -84,3 +80,3 @@ import { createVNode, resolveComponent, withDirectives, resolveDirective } from "vue"; | ||
}), | ||
emits: ["visible-change", "item-click", "button-click", "selectedIndex", "current-item-click", "is-disabled"], | ||
emits: ["visible-change", "item-click", "button-click", "current-item-click", "menu-item-click", "is-disabled", "selected-index"], | ||
setup: function setup(props, context) { | ||
@@ -87,0 +83,0 @@ return _setup({ |
function _extends() { | ||
_extends = Object.assign ? Object.assign.bind() : function(target) { | ||
for (var i = 1; i < arguments.length; i++) { | ||
var source = arguments[i]; | ||
for (var key in source) { | ||
if (Object.prototype.hasOwnProperty.call(source, key)) { | ||
target[key] = source[key]; | ||
} | ||
} | ||
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 target; | ||
}; | ||
return _extends.apply(this, arguments); | ||
return n; | ||
}, _extends.apply(null, arguments); | ||
} | ||
@@ -15,0 +11,0 @@ import { createVNode, resolveComponent, withDirectives, resolveDirective } from "vue"; |
{ | ||
"name": "@opentiny/vue-dropdown", | ||
"version": "3.16.0", | ||
"version": "3.17.0", | ||
"description": "", | ||
@@ -10,9 +10,9 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.16.0", | ||
"@opentiny/vue-theme": "~3.16.0", | ||
"@opentiny/vue-button": "~3.16.0", | ||
"@opentiny/vue-button-group": "~3.16.0", | ||
"@opentiny/vue-common": "~3.16.0", | ||
"@opentiny/vue-icon": "~3.16.0", | ||
"@opentiny/vue-dropdown-menu": "~3.16.0" | ||
"@opentiny/vue-renderless": "~3.17.0", | ||
"@opentiny/vue-theme": "~3.17.0", | ||
"@opentiny/vue-button": "~3.17.0", | ||
"@opentiny/vue-button-group": "~3.17.0", | ||
"@opentiny/vue-common": "~3.17.0", | ||
"@opentiny/vue-icon": "~3.17.0", | ||
"@opentiny/vue-dropdown-menu": "~3.17.0" | ||
}, | ||
@@ -19,0 +19,0 @@ "license": "MIT", |
@@ -224,5 +224,5 @@ export declare const dropdownProps: { | ||
}>>, { | ||
disabled: boolean; | ||
title: string; | ||
size: string; | ||
disabled: boolean; | ||
tiny_mode_root: boolean; | ||
@@ -229,0 +229,0 @@ splitButton: boolean; |
@@ -63,3 +63,3 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
gcls: (key: any) => any; | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("item-click" | "visible-change" | "is-disabled" | "current-item-click" | "button-click" | "selectedIndex")[], "item-click" | "visible-change" | "is-disabled" | "current-item-click" | "button-click" | "selectedIndex", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("item-click" | "visible-change" | "is-disabled" | "menu-item-click" | "current-item-click" | "selected-index" | "button-click")[], "item-click" | "visible-change" | "is-disabled" | "menu-item-click" | "current-item-click" | "selected-index" | "button-click", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
type: StringConstructor; | ||
@@ -121,9 +121,10 @@ trigger: StringConstructor; | ||
"onVisible-change"?: ((...args: any[]) => any) | undefined; | ||
"onMenu-item-click"?: ((...args: any[]) => any) | undefined; | ||
"onIs-disabled"?: ((...args: any[]) => any) | undefined; | ||
"onCurrent-item-click"?: ((...args: any[]) => any) | undefined; | ||
"onSelected-index"?: ((...args: any[]) => any) | undefined; | ||
"onButton-click"?: ((...args: any[]) => any) | undefined; | ||
onSelectedIndex?: ((...args: any[]) => any) | undefined; | ||
}, { | ||
disabled: boolean; | ||
size: string; | ||
disabled: boolean; | ||
tiny_mode_root: boolean; | ||
@@ -130,0 +131,0 @@ singleButton: boolean; |
@@ -142,9 +142,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
"onIs-disabled"?: ((...args: any[]) => any) | undefined; | ||
"onSelected-index"?: ((...args: any[]) => any) | undefined; | ||
"onButton-click"?: ((...args: any[]) => any) | undefined; | ||
"onHandle-click"?: ((...args: any[]) => any) | undefined; | ||
"onSelected-index"?: ((...args: any[]) => any) | undefined; | ||
}, { | ||
disabled: boolean; | ||
title: string; | ||
size: string; | ||
disabled: boolean; | ||
tiny_mode_root: boolean; | ||
@@ -151,0 +151,0 @@ splitButton: boolean; |
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
33561
1031
+ Added@opentiny/vue-button@3.17.0(transitive)
+ Added@opentiny/vue-button-group@3.17.1(transitive)
+ Added@opentiny/vue-common@3.17.0(transitive)
+ Added@opentiny/vue-directive@3.17.0(transitive)
+ Added@opentiny/vue-dropdown-item@3.17.0(transitive)
+ Added@opentiny/vue-dropdown-menu@3.17.0(transitive)
+ Added@opentiny/vue-icon@3.17.0(transitive)
+ Added@opentiny/vue-locale@3.17.0(transitive)
+ Added@opentiny/vue-popover@3.17.0(transitive)
+ Added@opentiny/vue-popup@3.17.0(transitive)
+ Added@opentiny/vue-renderless@3.17.6(transitive)
+ Added@opentiny/vue-theme@3.17.5(transitive)
+ Added@opentiny/vue-theme-mobile@3.17.0(transitive)
+ Added@opentiny/vue-tooltip@3.17.0(transitive)
- Removed@opentiny/vue-button@3.16.0(transitive)
- Removed@opentiny/vue-button-group@3.16.0(transitive)
- Removed@opentiny/vue-common@3.16.0(transitive)
- Removed@opentiny/vue-dropdown-item@3.16.0(transitive)
- Removed@opentiny/vue-dropdown-menu@3.16.0(transitive)
- Removed@opentiny/vue-icon@3.16.0(transitive)
- Removed@opentiny/vue-locale@3.16.0(transitive)
- Removed@opentiny/vue-popover@3.16.0(transitive)
- Removed@opentiny/vue-popup@3.16.0(transitive)
- Removed@opentiny/vue-renderless@3.16.2(transitive)
- Removed@opentiny/vue-theme@3.16.4(transitive)
- Removed@opentiny/vue-theme-mobile@3.16.0(transitive)
- Removed@opentiny/vue-tooltip@3.16.0(transitive)
Updated@opentiny/vue-button@~3.17.0
Updated@opentiny/vue-common@~3.17.0
Updated@opentiny/vue-icon@~3.17.0
Updated@opentiny/vue-theme@~3.17.0