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 2.9.0 to 2.10.0

2

lib/index.js

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

});
var version = "2.9.0";
var version = "2.10.0";
ActionSheet.model = {

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

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

}, [_vm.title ? _c("div", {
staticClass: "\n flex-none flex\n items-center\n justify-center\n py-2.5\n leading-5\n text-sm text-color-none-hover\n border-b-0.5 border-color-bg-2\n ",
staticClass: "flex-none flex items-center justify-center py-2.5 leading-5 text-sm text-color-none-hover border-b-0.5 border-color-bg-2",
attrs: {

@@ -150,3 +150,3 @@ "data-tag": "action-title"

key: index,
staticClass: "\n flex-none flex\n items-center\n justify-center\n h-14\n text-base\n border-b-0.5 border-color-bg-2\n cursor-pointer\n ",
staticClass: "flex-none flex items-center justify-center h-14 text-base border-b-0.5 border-color-bg-2 cursor-pointer",
on: {

@@ -167,3 +167,3 @@ "click": function click($event) {

}), 0), _c("div", {
staticClass: "\n flex-none flex\n items-center\n justify-center\n h-16\n text-base\n border-t-8 border-color-bg-2\n px-4\n cursor-pointer\n ",
staticClass: "flex-none flex items-center justify-center h-16 text-base border-t-8 border-color-bg-2 px-4 cursor-pointer",
on: {

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

{
"name": "@opentiny/vue-action-sheet",
"version": "2.9.0",
"version": "2.10.0",
"description": "",

@@ -8,7 +8,8 @@ "main": "./lib/index.js",

"sideEffects": false,
"type": "module",
"dependencies": {
"@opentiny/vue-common": "~2.9.0",
"@opentiny/vue-drawer": "~2.9.0",
"@opentiny/vue-icon": "~2.9.0",
"@opentiny/vue-renderless": "~3.9.0",
"@opentiny/vue-common": "~2.10.0",
"@opentiny/vue-drawer": "~2.10.0",
"@opentiny/vue-icon": "~2.10.0",
"@opentiny/vue-renderless": "~3.10.0",
"@better-scroll/core": "2.5.0"

@@ -15,0 +16,0 @@ },

@@ -6,3 +6,3 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<() => import("vue").VNode> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, {

};
modelValue: (ArrayConstructor | NumberConstructor | StringConstructor)[];
modelValue: (ArrayConstructor | StringConstructor | NumberConstructor)[];
visible: {

@@ -66,22 +66,19 @@ type: BooleanConstructor;

}, {
valueField: string;
type: string;
ellipsis: boolean;
tiny_mode_root: boolean;
height: string;
textField: string;
type: string;
menus: unknown[];
visible: boolean;
ellipsis: boolean;
valueField: string;
contentPosition: boolean;
contentStyle: Record<string, any>;
mask: boolean;
showHeader: boolean;
showFooter: boolean;
mask: boolean;
maskClosable: boolean;
contentPosition: boolean;
contentStyle: Record<string, any>;
tiny_mode_root: boolean;
textField: string;
} & {
title?: string | undefined;
tiny_mode?: string | undefined;
title?: string | undefined;
contentClass?: string | undefined;
modelValue?: string | number | unknown[] | undefined;
customClass?: unknown;
tiny_template?: unknown;

@@ -91,23 +88,23 @@ tiny_renderless?: Function | undefined;

tiny_chart_theme?: Record<string, any> | undefined;
modelValue?: string | number | unknown[] | undefined;
customClass?: unknown;
contentClass?: string | undefined;
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{
valueField: string;
type: string;
ellipsis: boolean;
tiny_mode_root: boolean;
height: string;
textField: string;
type: string;
menus: unknown[];
visible: boolean;
ellipsis: boolean;
valueField: string;
contentPosition: boolean;
contentStyle: Record<string, any>;
mask: boolean;
showHeader: boolean;
showFooter: boolean;
mask: boolean;
maskClosable: boolean;
contentPosition: boolean;
contentStyle: Record<string, any>;
tiny_mode_root: boolean;
textField: string;
} & {
title?: string | undefined;
tiny_mode?: string | undefined;
title?: string | undefined;
contentClass?: string | undefined;
modelValue?: string | number | unknown[] | undefined;
customClass?: unknown;
tiny_template?: unknown;

@@ -117,23 +114,23 @@ tiny_renderless?: Function | undefined;

tiny_chart_theme?: Record<string, any> | undefined;
modelValue?: string | number | unknown[] | undefined;
customClass?: unknown;
contentClass?: string | undefined;
}, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<() => import("vue").VNode>, import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, {
valueField: string;
type: string;
ellipsis: boolean;
tiny_mode_root: boolean;
height: string;
textField: string;
type: string;
menus: unknown[];
visible: boolean;
ellipsis: boolean;
valueField: string;
contentPosition: boolean;
contentStyle: Record<string, any>;
mask: boolean;
showHeader: boolean;
showFooter: boolean;
mask: boolean;
maskClosable: boolean;
contentPosition: boolean;
contentStyle: Record<string, any>;
tiny_mode_root: boolean;
textField: string;
} & {
title?: string | undefined;
tiny_mode?: string | undefined;
title?: string | undefined;
contentClass?: string | undefined;
modelValue?: string | number | unknown[] | undefined;
customClass?: unknown;
tiny_template?: unknown;

@@ -143,17 +140,20 @@ tiny_renderless?: Function | undefined;

tiny_chart_theme?: Record<string, any> | undefined;
modelValue?: string | number | unknown[] | undefined;
customClass?: unknown;
contentClass?: string | undefined;
}, {
valueField: string;
type: string;
ellipsis: boolean;
height: string;
textField: string;
type: string;
menus: unknown[];
visible: boolean;
ellipsis: boolean;
valueField: string;
contentPosition: boolean;
contentStyle: Record<string, any>;
mask: boolean;
showHeader: boolean;
showFooter: boolean;
mask: boolean;
maskClosable: boolean;
contentPosition: boolean;
contentStyle: Record<string, any>;
textField: string;
}, true>);
export default _default;

@@ -1,2 +0,2 @@

declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{
t: (this: any, path: any, options?: any) => any;

@@ -30,2 +30,2 @@ vm: any;

}, true>);
export default _sfc_main;
export default _default;

@@ -1,2 +0,2 @@

declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{
t: (this: any, path: any, options?: any) => any;

@@ -30,2 +30,2 @@ vm: any;

}, true>);
export default _sfc_main;
export default _default;
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