@opentiny/vue-dialog-box
Advanced tools
Comparing version 2.6.7 to 2.8.0
@@ -21,2 +21,4 @@ function _extends() { | ||
return MobileTemplate; | ||
else if ("mobile-first" === (process.env.TINY_MODE || mode)) | ||
return MobileFirstTemplate; | ||
else | ||
@@ -161,2 +163,8 @@ return PcTemplate; | ||
} | ||
}, | ||
maxHeight: { | ||
type: String, | ||
default: function _default20() { | ||
return ""; | ||
} | ||
} | ||
@@ -163,0 +171,0 @@ }), |
@@ -66,3 +66,3 @@ import { renderless, api } from "@opentiny/vue-renderless/dialog-box/vue"; | ||
emits: ["update:visible", "change", "before-close", "open", "close", "opened", "confirm", "cancel", "closed", "drag-start", "drag-move", "drag-end"], | ||
props: [].concat(props, ["resize", "isFormReset", "visible", "title", "modal", "modalAppendToBody", "appendToBody", "lockScroll", "closeOnClickModal", "closeOnPressEscape", "showClose", "width", "fullscreen", "top", "center", "draggable", "showHeader", "rightSlide", "destroyOnClose", "dialogClass", "beforeClose"]), | ||
props: [].concat(props, ["resize", "isFormReset", "visible", "title", "modal", "modalAppendToBody", "appendToBody", "lockScroll", "closeOnClickModal", "closeOnPressEscape", "showClose", "width", "fullscreen", "top", "center", "draggable", "showHeader", "rightSlide", "destroyOnClose", "dialogClass", "beforeClose", "maxHeight"]), | ||
model: { | ||
@@ -69,0 +69,0 @@ prop: "visible", |
{ | ||
"name": "@opentiny/vue-dialog-box", | ||
"version": "2.6.7", | ||
"version": "2.8.0", | ||
"description": "", | ||
"main": "./lib/index.js", | ||
"module": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~2.6.7", | ||
"@opentiny/vue-icon": "~2.6.7", | ||
"@opentiny/vue-renderless": "~3.6.6" | ||
"@opentiny/vue-common": "~2.8.0", | ||
"@opentiny/vue-icon": "~2.8.0", | ||
"@opentiny/vue-renderless": "~3.8.0" | ||
}, | ||
@@ -11,0 +12,0 @@ "license": "MIT", |
@@ -91,6 +91,19 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<() => import("vue").VNode> & import("@vue/composition-api").Data, {}, {}, { | ||
}; | ||
maxHeight: { | ||
type: StringConstructor; | ||
default: () => string; | ||
}; | ||
tiny_mode: StringConstructor; | ||
tiny_mode_root: BooleanConstructor; | ||
tiny_template: (FunctionConstructor | ObjectConstructor)[]; | ||
tiny_renderless: FunctionConstructor; | ||
tiny_theme: StringConstructor; | ||
tiny_chart_theme: ObjectConstructor; | ||
}, { | ||
title: string; | ||
tiny_mode_root: boolean; | ||
maxHeight: string; | ||
appendToBody: boolean; | ||
visible: boolean; | ||
showHeader: boolean; | ||
center: boolean; | ||
@@ -112,4 +125,8 @@ _constants: Record<string, any>; | ||
showClose: boolean; | ||
showHeader: boolean; | ||
} & { | ||
tiny_mode?: string | undefined; | ||
tiny_template?: unknown; | ||
tiny_renderless?: Function | undefined; | ||
tiny_theme?: string | undefined; | ||
tiny_chart_theme?: Record<string, any> | undefined; | ||
beforeClose?: Function | undefined; | ||
@@ -119,4 +136,7 @@ top?: string | undefined; | ||
title: string; | ||
tiny_mode_root: boolean; | ||
maxHeight: string; | ||
appendToBody: boolean; | ||
visible: boolean; | ||
showHeader: boolean; | ||
center: boolean; | ||
@@ -138,4 +158,8 @@ _constants: Record<string, any>; | ||
showClose: boolean; | ||
showHeader: boolean; | ||
} & { | ||
tiny_mode?: string | undefined; | ||
tiny_template?: unknown; | ||
tiny_renderless?: Function | undefined; | ||
tiny_theme?: string | undefined; | ||
tiny_chart_theme?: Record<string, any> | undefined; | ||
beforeClose?: Function | undefined; | ||
@@ -145,4 +169,7 @@ top?: string | undefined; | ||
title: string; | ||
tiny_mode_root: boolean; | ||
maxHeight: string; | ||
appendToBody: boolean; | ||
visible: boolean; | ||
showHeader: boolean; | ||
center: boolean; | ||
@@ -164,4 +191,8 @@ _constants: Record<string, any>; | ||
showClose: boolean; | ||
showHeader: boolean; | ||
} & { | ||
tiny_mode?: string | undefined; | ||
tiny_template?: unknown; | ||
tiny_renderless?: Function | undefined; | ||
tiny_theme?: string | undefined; | ||
tiny_chart_theme?: Record<string, any> | undefined; | ||
beforeClose?: Function | undefined; | ||
@@ -171,4 +202,6 @@ top?: string | undefined; | ||
title: string; | ||
maxHeight: string; | ||
appendToBody: boolean; | ||
visible: boolean; | ||
showHeader: boolean; | ||
center: boolean; | ||
@@ -189,4 +222,3 @@ _constants: Record<string, any>; | ||
showClose: boolean; | ||
showHeader: boolean; | ||
}, true>); | ||
export default _default; |
@@ -8,2 +8,4 @@ declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{ | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}> & import("@vue/composition-api").Data, {}, {}, Readonly<{ | ||
@@ -22,2 +24,4 @@ [x: string]: any; | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}>, import("@vue/composition-api").Data, {}, {}, { | ||
@@ -24,0 +28,0 @@ [x: string]: 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
24748
2105
793
3
+ Added@opentiny/vue-common@2.8.3(transitive)
+ Added@opentiny/vue-icon@2.8.3(transitive)
+ Added@opentiny/vue-locale@2.8.3(transitive)
+ Added@opentiny/vue-renderless@3.8.4(transitive)
+ Added@opentiny/vue-theme@3.8.5(transitive)
+ Added@opentiny/vue-theme-mobile@3.8.3(transitive)
+ Addedtailwind-merge@1.14.0(transitive)
- Removed@opentiny/vue-common@2.6.7(transitive)
- Removed@opentiny/vue-icon@2.6.7(transitive)
- Removed@opentiny/vue-locale@2.6.7(transitive)
- Removed@opentiny/vue-renderless@3.6.8(transitive)
- Removed@opentiny/vue-theme@3.6.7(transitive)
- Removed@opentiny/vue-theme-mobile@3.6.6(transitive)
Updated@opentiny/vue-common@~2.8.0
Updated@opentiny/vue-icon@~2.8.0