@porsche-design-system/components-vue
Advanced tools
Comparing version 3.20.0-rc.0 to 3.20.0-rc.1
@@ -1,16 +0,5 @@ | ||
import type { CanvasSidebarEndIcon, CanvasSidebarStartIcon, Theme } from '../types'; | ||
import type { Theme } from '../types'; | ||
type PCanvasProps = { | ||
/** | ||
* The icon to toggle the sidebar on the end side | ||
*/ | ||
sidebarEndIcon?: CanvasSidebarEndIcon; | ||
/** | ||
* Open the sidebar on the end side | ||
*/ | ||
sidebarEndOpen?: boolean; | ||
/** | ||
* The icon to toggle the sidebar on the start side | ||
*/ | ||
sidebarStartIcon?: CanvasSidebarStartIcon; | ||
/** | ||
* Open the sidebar on the start side | ||
@@ -28,16 +17,7 @@ */ | ||
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PCanvasProps>, { | ||
sidebarEndIcon: string; | ||
sidebarEndOpen: boolean; | ||
sidebarStartIcon: string; | ||
sidebarStartOpen: boolean; | ||
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PCanvasProps>, { | ||
sidebarEndIcon: string; | ||
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { | ||
sidebarEndOpen: boolean; | ||
sidebarStartIcon: string; | ||
sidebarStartOpen: boolean; | ||
}>>>, { | ||
sidebarEndIcon: CanvasSidebarEndIcon; | ||
sidebarEndOpen: boolean; | ||
sidebarStartIcon: CanvasSidebarStartIcon; | ||
sidebarStartOpen: boolean; | ||
}, {}>; | ||
@@ -44,0 +24,0 @@ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>; |
@@ -389,2 +389,3 @@ export type Booleanish = boolean | "true" | "false"; | ||
"shopping-cart-filled", | ||
"sidebar", | ||
"sidelights", | ||
@@ -695,4 +696,5 @@ "snowflake", | ||
export type ButtonTileAlign = TileAlign; | ||
export type CanvasSidebarStartIcon = IconName; | ||
export type CanvasSidebarEndIcon = IconName; | ||
export type CanvasSidebarStartUpdateEventDetail = { | ||
open: boolean; | ||
}; | ||
declare const CAROUSEL_WIDTHS: readonly [ | ||
@@ -699,0 +701,0 @@ "basic", |
{ | ||
"name": "@porsche-design-system/components-vue", | ||
"version": "3.20.0-rc.0", | ||
"version": "3.20.0-rc.1", | ||
"description": "Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.", | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@porsche-design-system/components-js": "3.20.0-rc.0" | ||
"@porsche-design-system/components-js": "3.20.0-rc.1" | ||
}, | ||
@@ -23,0 +23,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4845128
17007
+ Added@porsche-design-system/components-js@3.20.0-rc.1(transitive)
- Removed@porsche-design-system/components-js@3.20.0-rc.0(transitive)