@opentiny/vue-action-sheet
Advanced tools
Comparing version 3.15.0 to 3.16.0
@@ -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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30975
962
+ Added@opentiny/vue-button@3.16.0(transitive)
+ Added@opentiny/vue-common@3.16.0(transitive)
+ Added@opentiny/vue-drawer@3.16.0(transitive)
+ Added@opentiny/vue-icon@3.16.0(transitive)
+ Added@opentiny/vue-locale@3.16.0(transitive)
+ Added@opentiny/vue-renderless@3.16.2(transitive)
+ Added@opentiny/vue-theme@3.16.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.16.0(transitive)
+ Added@opentiny/vue-tooltip@3.16.0(transitive)
- Removed@opentiny/vue-button@3.15.0(transitive)
- Removed@opentiny/vue-common@3.15.0(transitive)
- Removed@opentiny/vue-drawer@3.15.0(transitive)
- Removed@opentiny/vue-icon@3.15.0(transitive)
- Removed@opentiny/vue-locale@3.15.0(transitive)
- Removed@opentiny/vue-renderless@3.15.1(transitive)
- Removed@opentiny/vue-theme@3.15.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.15.0(transitive)
- Removed@opentiny/vue-tooltip@3.15.0(transitive)
Updated@opentiny/vue-button@~3.16.0
Updated@opentiny/vue-common@~3.16.0
Updated@opentiny/vue-drawer@~3.16.0
Updated@opentiny/vue-icon@~3.16.0