Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@porsche-design-system/components-vue

Package Overview
Dependencies
Maintainers
0
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

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

24

esm/lib/components/CanvasWrapper.vue.d.ts

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

6

esm/lib/types.d.ts

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

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