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

@opentiny/vue-action-sheet

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-action-sheet - npm Package Compare versions

Comparing version 3.15.0 to 3.16.0

2

lib/index.js

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

});
var version = "3.15.0";
var version = "3.16.0";
ActionSheet.model = {

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

@@ -111,3 +111,3 @@ import { renderless, api } from '@opentiny/vue-renderless/action-sheet/vue';

var _hoisted_11 = {
class: "truncate px-4"
class: "truncate px-4 text-color-text-primary font-medium"
};

@@ -114,0 +114,0 @@ var _hoisted_12 = {

{
"name": "@opentiny/vue-action-sheet",
"version": "3.15.0",
"version": "3.16.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-common": "~3.15.0",
"@opentiny/vue-drawer": "~3.15.0",
"@opentiny/vue-icon": "~3.15.0",
"@opentiny/vue-renderless": "~3.15.0",
"@opentiny/vue-common": "~3.16.0",
"@opentiny/vue-drawer": "~3.16.0",
"@opentiny/vue-icon": "~3.16.0",
"@opentiny/vue-renderless": "~3.16.0",
"@better-scroll/core": "2.5.0",
"@opentiny/vue-button": "~3.15.0",
"@opentiny/vue-theme-mobile": "~3.15.0"
"@opentiny/vue-button": "~3.16.0",
"@opentiny/vue-theme-mobile": "~3.16.0"
},

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

@@ -164,3 +164,3 @@ export declare const actionSheetProps: {

[key: string]: any;
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, 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, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
menus: {

@@ -251,2 +251,3 @@ type: ArrayConstructor;

textField: string;
mask: boolean;
valueField: string;

@@ -257,3 +258,2 @@ menus: unknown[];

contentStyle: Record<string, any>;
mask: boolean;
showClose: boolean;

@@ -260,0 +260,0 @@ showHeader: boolean;

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

modelValue?: any;
mask?: any;
menus?: any;
visible?: any;
mask?: any;
customClass?: any;

@@ -33,3 +33,3 @@ showClose?: any;

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

@@ -45,5 +45,5 @@ title?: any;

modelValue?: any;
mask?: any;
menus?: any;
visible?: any;
mask?: any;
customClass?: any;

@@ -60,5 +60,5 @@ showClose?: any;

onClick?: ((...args: any[]) => any) | undefined;
onClose?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
onClose?: ((...args: any[]) => any) | undefined;
onHide?: ((...args: any[]) => any) | undefined;

@@ -76,5 +76,5 @@ }, {

readonly modelValue?: any;
readonly mask?: any;
readonly menus?: any;
readonly visible?: any;
readonly mask?: any;
readonly customClass?: any;

@@ -81,0 +81,0 @@ readonly showClose?: any;

@@ -27,3 +27,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, {}, string, 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, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
ellipsis?: any;

@@ -30,0 +30,0 @@ tiny_mode?: any;

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