Socket
Socket
Sign inDemoInstall

@opentiny/vue-cascader-select

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-cascader-select - npm Package Compare versions

Comparing version 3.15.0 to 3.16.0

2

lib/index.js

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

};
var version = "3.15.0";
var version = "3.16.0";
CascaderSelect.model = {

@@ -123,0 +123,0 @@ prop: "modelValue",

{
"name": "@opentiny/vue-cascader-select",
"version": "3.15.0",
"version": "3.16.0",
"description": "",

@@ -10,6 +10,6 @@ "main": "./lib/index.js",

"dependencies": {
"@opentiny/vue-action-sheet": "~3.15.0",
"@opentiny/vue-button": "~3.15.0",
"@opentiny/vue-common": "~3.15.0",
"@opentiny/vue-renderless": "~3.15.0"
"@opentiny/vue-action-sheet": "~3.16.0",
"@opentiny/vue-button": "~3.16.0",
"@opentiny/vue-common": "~3.16.0",
"@opentiny/vue-renderless": "~3.16.0"
},

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

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

gcls: (key: any) => any;
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "click")[], "change" | "click", 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, ("change" | "click")[], "change" | "click", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
value: (StringConstructor | NumberConstructor)[];

@@ -50,0 +50,0 @@ columnsType: StringConstructor;

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

gcls: (key: any) => any;
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("cancel" | "confirm" | "change" | "update:modelValue" | "update:visible")[], "cancel" | "confirm" | "change" | "update:modelValue" | "update:visible", 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, ("cancel" | "change" | "confirm" | "update:modelValue" | "update:visible")[], "cancel" | "change" | "confirm" | "update:modelValue" | "update:visible", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
type?: any;

@@ -63,6 +63,6 @@ disabled?: any;

}>>> & {
onCancel?: ((...args: any[]) => any) | undefined;
onChange?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
onCancel?: ((...args: any[]) => any) | undefined;
onConfirm?: ((...args: any[]) => any) | undefined;

@@ -69,0 +69,0 @@ }, {

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