@opentiny/vue-action-sheet
Advanced tools
Comparing version 2.10.0 to 2.11.0-alpha.0
@@ -99,3 +99,3 @@ function _extends() { | ||
}); | ||
var version = "2.10.0"; | ||
var version = "2.11.0-alpha.0"; | ||
ActionSheet.model = { | ||
@@ -102,0 +102,0 @@ prop: "modelValue", |
@@ -6,2 +6,3 @@ import { renderless, api } from "@opentiny/vue-renderless/action-sheet/vue"; | ||
import Drawer from "@opentiny/vue-drawer"; | ||
import BScroll from "@better-scroll/core"; | ||
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) { | ||
@@ -73,3 +74,6 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports; | ||
renderless, | ||
api | ||
api, | ||
extendOptions: { | ||
BScroll | ||
} | ||
}); | ||
@@ -76,0 +80,0 @@ } |
@@ -68,3 +68,2 @@ import { renderless, api } from "@opentiny/vue-renderless/action-sheet/vue"; | ||
api, | ||
mono: true, | ||
extendOptions: { | ||
@@ -71,0 +70,0 @@ BScroll |
{ | ||
"name": "@opentiny/vue-action-sheet", | ||
"version": "2.10.0", | ||
"version": "2.11.0-alpha.0", | ||
"description": "", | ||
@@ -10,6 +10,6 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~2.10.0", | ||
"@opentiny/vue-drawer": "~2.10.0", | ||
"@opentiny/vue-icon": "~2.10.0", | ||
"@opentiny/vue-renderless": "~3.10.0", | ||
"@opentiny/vue-common": "~2.11.0", | ||
"@opentiny/vue-drawer": "~2.11.0", | ||
"@opentiny/vue-icon": "~2.11.0", | ||
"@opentiny/vue-renderless": "~3.11.0", | ||
"@better-scroll/core": "2.5.0" | ||
@@ -16,0 +16,0 @@ }, |
@@ -1,154 +0,2 @@ | ||
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, {}, {}, { | ||
menus: { | ||
type: ArrayConstructor; | ||
default: () => never[]; | ||
}; | ||
modelValue: (ArrayConstructor | StringConstructor | NumberConstructor)[]; | ||
visible: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
ellipsis: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
height: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
valueField: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
textField: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
title: StringConstructor; | ||
showHeader: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
showFooter: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
customClass: (ObjectConstructor | ArrayConstructor | StringConstructor)[]; | ||
contentClass: StringConstructor; | ||
type: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
mask: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
maskClosable: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
contentPosition: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
contentStyle: { | ||
type: ObjectConstructor; | ||
default: () => {}; | ||
}; | ||
tiny_mode: StringConstructor; | ||
tiny_mode_root: BooleanConstructor; | ||
tiny_template: (ObjectConstructor | FunctionConstructor)[]; | ||
tiny_renderless: FunctionConstructor; | ||
tiny_theme: StringConstructor; | ||
tiny_chart_theme: ObjectConstructor; | ||
}, { | ||
valueField: string; | ||
type: string; | ||
ellipsis: boolean; | ||
tiny_mode_root: boolean; | ||
height: string; | ||
menus: unknown[]; | ||
visible: boolean; | ||
contentPosition: boolean; | ||
contentStyle: Record<string, any>; | ||
mask: boolean; | ||
showHeader: boolean; | ||
showFooter: boolean; | ||
maskClosable: boolean; | ||
textField: string; | ||
} & { | ||
title?: string | undefined; | ||
tiny_mode?: string | undefined; | ||
tiny_template?: unknown; | ||
tiny_renderless?: Function | undefined; | ||
tiny_theme?: string | 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; | ||
menus: unknown[]; | ||
visible: boolean; | ||
contentPosition: boolean; | ||
contentStyle: Record<string, any>; | ||
mask: boolean; | ||
showHeader: boolean; | ||
showFooter: boolean; | ||
maskClosable: boolean; | ||
textField: string; | ||
} & { | ||
title?: string | undefined; | ||
tiny_mode?: string | undefined; | ||
tiny_template?: unknown; | ||
tiny_renderless?: Function | undefined; | ||
tiny_theme?: string | 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; | ||
menus: unknown[]; | ||
visible: boolean; | ||
contentPosition: boolean; | ||
contentStyle: Record<string, any>; | ||
mask: boolean; | ||
showHeader: boolean; | ||
showFooter: boolean; | ||
maskClosable: boolean; | ||
textField: string; | ||
} & { | ||
title?: string | undefined; | ||
tiny_mode?: string | undefined; | ||
tiny_template?: unknown; | ||
tiny_renderless?: Function | undefined; | ||
tiny_theme?: string | 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; | ||
menus: unknown[]; | ||
visible: boolean; | ||
contentPosition: boolean; | ||
contentStyle: Record<string, any>; | ||
mask: boolean; | ||
showHeader: boolean; | ||
showFooter: boolean; | ||
maskClosable: boolean; | ||
textField: string; | ||
}, true>); | ||
declare const _default: any; | ||
export default _default; |
@@ -1,30 +0,2 @@ | ||
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; | ||
vm: any; | ||
f: (props: any, attrs?: {}) => {}; | ||
a: (attrs: any, filters: any, include: any) => {}; | ||
d: (props: any) => void; | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, Readonly<{ | ||
[x: string]: any; | ||
}>, { | ||
[x: string]: any; | ||
} & {}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{ | ||
[x: string]: any; | ||
} & {}, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{ | ||
t: (this: any, path: any, options?: any) => any; | ||
vm: any; | ||
f: (props: any, attrs?: {}) => {}; | ||
a: (attrs: any, filters: any, include: any) => {}; | ||
d: (props: any) => void; | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}>, import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, { | ||
[x: string]: any; | ||
} & {}, { | ||
[x: string]: any; | ||
}, true>); | ||
declare const _default: any; | ||
export default _default; |
@@ -1,30 +0,2 @@ | ||
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; | ||
vm: any; | ||
f: (props: any, attrs?: {}) => {}; | ||
a: (attrs: any, filters: any, include: any) => {}; | ||
d: (props: any) => void; | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, Readonly<{ | ||
[x: string]: any; | ||
}>, { | ||
[x: string]: any; | ||
} & {}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{ | ||
[x: string]: any; | ||
} & {}, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{ | ||
t: (this: any, path: any, options?: any) => any; | ||
vm: any; | ||
f: (props: any, attrs?: {}) => {}; | ||
a: (attrs: any, filters: any, include: any) => {}; | ||
d: (props: any) => void; | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}>, import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, { | ||
[x: string]: any; | ||
} & {}, { | ||
[x: string]: any; | ||
}, true>); | ||
declare const _default: any; | ||
export default _default; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
15925
472
2
+ Added@opentiny/vue-button@2.11.0(transitive)
+ Added@opentiny/vue-common@2.11.0(transitive)
+ Added@opentiny/vue-drawer@2.11.0(transitive)
+ Added@opentiny/vue-icon@2.11.0(transitive)
+ Added@opentiny/vue-locale@2.11.0(transitive)
+ Added@opentiny/vue-renderless@3.11.8(transitive)
+ Added@opentiny/vue-theme@3.11.6(transitive)
+ Added@opentiny/vue-theme-mobile@3.11.1(transitive)
+ Addedcolor@4.2.3(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedcolor-string@1.9.1(transitive)
+ Addedis-arrayish@0.3.2(transitive)
+ Addedsimple-swizzle@0.2.2(transitive)
- Removed@opentiny/vue-button@2.10.0(transitive)
- Removed@opentiny/vue-common@2.10.0(transitive)
- Removed@opentiny/vue-drawer@2.10.0(transitive)
- Removed@opentiny/vue-icon@2.10.1(transitive)
- Removed@opentiny/vue-locale@2.10.0(transitive)
- Removed@opentiny/vue-renderless@3.10.7(transitive)
- Removed@opentiny/vue-theme@3.10.4(transitive)
- Removed@opentiny/vue-theme-mobile@3.10.1(transitive)
Updated@opentiny/vue-common@~2.11.0
Updated@opentiny/vue-drawer@~2.11.0
Updated@opentiny/vue-icon@~2.11.0