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 3.6.1 to 3.6.6

9

lib/index.js

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

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

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

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

@@ -135,2 +139,3 @@ },

class: normalizeClass(["tiny-mobile-action-sheet__item", item.warn ? "is-warn" : "", item.id === _ctx.modelValue || item.id === _ctx.state.active ? "is-active" : ""]),
style: normalizeStyle(_ctx.state.contentStyle),
key: index,

@@ -148,3 +153,3 @@ onClick: function onClick($event) {

)];
})], 10, _hoisted_1);
})], 14, _hoisted_1);
}),

@@ -151,0 +156,0 @@ 128

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

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

@@ -23,2 +23,6 @@ declare const _sfc_main: import("@vue/runtime-core").DefineComponent<{

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

@@ -53,2 +57,6 @@ t: (this: any, path: any, options?: any) => any;

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

@@ -60,3 +68,4 @@ menus: unknown[];

contentPosition: boolean;
contentStyle: Record<string, any>;
}>;
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