Socket
Socket
Sign inDemoInstall

@opentiny/vue-action-sheet

Package Overview
Dependencies
Maintainers
1
Versions
59
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 2.6.1 to 2.6.6

7

lib/index.js

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

type: String,
default: "200px"
default: "100%"
},

@@ -85,2 +85,6 @@ contentPosition: {

default: false
},
contentStyle: {
type: Object,
default: {}
}

@@ -129,2 +133,3 @@ },

class: ["tiny-mobile-action-sheet__item", item.warn ? "is-warn" : "", item.id === _vm.modelValue || item.id === _vm.state.active ? "is-active" : ""],
style: _vm.state.contentStyle,
on: {

@@ -131,0 +136,0 @@ "click": function click($event) {

6

package.json
{
"name": "@opentiny/vue-action-sheet",
"version": "2.6.1",
"version": "2.6.6",
"description": "",
"main": "./lib/index.js",
"dependencies": {
"@opentiny/vue-common": "~2.6.1",
"@opentiny/vue-renderless": "~3.6.1",
"@opentiny/vue-common": "~2.6.6",
"@opentiny/vue-renderless": "~3.6.6",
"@better-scroll/core": "2.5.0"

@@ -10,0 +10,0 @@ },

@@ -30,2 +30,6 @@ declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{

};
contentStyle: {
type: ObjectConstructor;
default: {};
};
}, {

@@ -37,2 +41,3 @@ menus: unknown[];

contentPosition: boolean;
contentStyle: Record<string, any>;
} & {

@@ -46,2 +51,3 @@ modelValue?: string | number | undefined;

contentPosition: boolean;
contentStyle: Record<string, any>;
} & {

@@ -62,2 +68,3 @@ modelValue?: string | number | undefined;

contentPosition: boolean;
contentStyle: Record<string, any>;
} & {

@@ -71,3 +78,4 @@ modelValue?: string | number | undefined;

contentPosition: boolean;
contentStyle: Record<string, any>;
}, true>);
export default _sfc_main;
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