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.14.0 to 2.15.0

2

lib/index.js

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

});
var version = "2.14.0";
var version = "2.15.0";
ActionSheet.model = {

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

@@ -1,7 +0,8 @@

import { renderless, api } from "@opentiny/vue-renderless/action-sheet/vue";
import { defineComponent, props, setup as _setup } from "@opentiny/vue-common";
import { IconClose } from "@opentiny/vue-icon";
import Button from "@opentiny/vue-button";
import Drawer from "@opentiny/vue-drawer";
import BScroll from "@better-scroll/core";
import { renderless, api } from '@opentiny/vue-renderless/action-sheet/vue';
import { defineComponent, props, setup } from '@opentiny/vue-common';
import { IconClose } from '@opentiny/vue-icon';
import Button from '@opentiny/vue-button';
import Drawer from '@opentiny/vue-drawer';
import BScroll from '@better-scroll/core';
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {

@@ -69,4 +70,4 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;

props: [].concat(props, ["modelValue", "visible", "title", "showHeader", "showFooter", "showClose", "fullscreen", "customClass", "menus", "type", "mask", "maskClosable", "lockScroll", "flex", "beforeClose"]),
setup: function setup(props2, context) {
return _setup({
setup: function setup$1(props2, context) {
return setup({
props: props2,

@@ -219,4 +220,3 @@ context,

}();
export {
mobileFirst as default
};
export { mobileFirst as default };

@@ -1,5 +0,6 @@

import { renderless, api } from "@opentiny/vue-renderless/action-sheet/vue";
import { defineComponent, $prefix, props, setup as _setup } from "@opentiny/vue-common";
import "@opentiny/vue-theme-mobile/action-sheet/index.css";
import BScroll from "@better-scroll/core";
import { renderless, api } from '@opentiny/vue-renderless/action-sheet/vue';
import { defineComponent, $prefix, props, setup } from '@opentiny/vue-common';
import '@opentiny/vue-theme-mobile/action-sheet/index.css';
import BScroll from '@better-scroll/core';
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {

@@ -62,4 +63,4 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;

props: [].concat(props, ["menus", "modelValue", "visible", "ellipsis", "contentPosition", "contentStyle", "height", "valueField", "textField", "contentClass"]),
setup: function setup(props2, context) {
return _setup({
setup: function setup$1(props2, context) {
return setup({
props: props2,

@@ -136,4 +137,3 @@ context,

}();
export {
mobile as default
};
export { mobile as default };
{
"name": "@opentiny/vue-action-sheet",
"version": "2.14.0",
"version": "2.15.0",
"description": "",

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

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

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

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

};
modelValue: (ArrayConstructor | StringConstructor | NumberConstructor)[];
modelValue: (StringConstructor | ArrayConstructor | NumberConstructor)[];
beforeClose: FunctionConstructor;

@@ -46,3 +46,3 @@ visible: {

};
customClass: (ArrayConstructor | ObjectConstructor | StringConstructor)[];
customClass: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
contentClass: StringConstructor;

@@ -49,0 +49,0 @@ type: {

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