@porsche-design-system/components-angular
Advanced tools
Comparing version 3.19.0-rc.0 to 3.19.0-rc.1
@@ -1,14 +0,12 @@ | ||
import { EventEmitter } from '@angular/core'; | ||
import { BaseComponent } from '../../utils'; | ||
import type { CanvasSidebarEndWidth, CanvasSidebarStartWidth } from '../types'; | ||
import { BaseComponentWithTheme } from '../../utils'; | ||
import type { CanvasSidebarEndIcon, CanvasSidebarStartIcon, Theme } from '../types'; | ||
import * as i0 from "@angular/core"; | ||
export declare class PCanvas extends BaseComponent { | ||
export declare class PCanvas extends BaseComponentWithTheme { | ||
sidebarEndIcon?: CanvasSidebarEndIcon; | ||
sidebarEndOpen?: boolean; | ||
sidebarEndWidth?: CanvasSidebarEndWidth; | ||
sidebarStartIcon?: CanvasSidebarStartIcon; | ||
sidebarStartOpen?: boolean; | ||
sidebarStartWidth?: CanvasSidebarStartWidth; | ||
dismissSidebarEnd: EventEmitter<CustomEvent<void>>; | ||
dismissSidebarStart: EventEmitter<CustomEvent<void>>; | ||
theme?: Theme; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PCanvas, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<PCanvas, "p-canvas,[p-canvas]", never, { "sidebarEndOpen": { "alias": "sidebarEndOpen"; "required": false; }; "sidebarEndWidth": { "alias": "sidebarEndWidth"; "required": false; }; "sidebarStartOpen": { "alias": "sidebarStartOpen"; "required": false; }; "sidebarStartWidth": { "alias": "sidebarStartWidth"; "required": false; }; }, { "dismissSidebarEnd": "dismissSidebarEnd"; "dismissSidebarStart": "dismissSidebarStart"; }, never, ["*"], false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<PCanvas, "p-canvas,[p-canvas]", never, { "sidebarEndIcon": { "alias": "sidebarEndIcon"; "required": false; }; "sidebarEndOpen": { "alias": "sidebarEndOpen"; "required": false; }; "sidebarStartIcon": { "alias": "sidebarStartIcon"; "required": false; }; "sidebarStartOpen": { "alias": "sidebarStartOpen"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>; | ||
} |
@@ -687,9 +687,4 @@ export type Booleanish = boolean | "true" | "false"; | ||
export type ButtonTileAlign = TileAlign; | ||
declare const CANVAS_SIDEBAR_WIDTHS: readonly [ | ||
"medium", | ||
"large" | ||
]; | ||
export type CanvasSidebarWidth = (typeof CANVAS_SIDEBAR_WIDTHS)[number]; | ||
export type CanvasSidebarStartWidth = CanvasSidebarWidth; | ||
export type CanvasSidebarEndWidth = CanvasSidebarWidth; | ||
export type CanvasSidebarStartIcon = IconName; | ||
export type CanvasSidebarEndIcon = IconName; | ||
declare const CAROUSEL_WIDTHS: readonly [ | ||
@@ -696,0 +691,0 @@ "basic", |
{ | ||
"name": "@porsche-design-system/components-angular", | ||
"version": "3.19.0-rc.0", | ||
"version": "3.19.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.19.0-rc.0" | ||
"@porsche-design-system/components-js": "3.19.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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4868952
6591
+ Added@porsche-design-system/components-js@3.19.0-rc.1(transitive)
- Removed@porsche-design-system/components-js@3.19.0-rc.0(transitive)