New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@porsche-design-system/components-angular

Package Overview
Dependencies
Maintainers
0
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@porsche-design-system/components-angular - npm Package Compare versions

Comparing version 3.19.0-rc.0 to 3.19.0-rc.1

16

esm/lib/components/canvas.wrapper.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc