@porsche-design-system/components-angular
Advanced tools
Comparing version 3.18.0 to 3.19.0-rc.0
import { EventEmitter } from '@angular/core'; | ||
import { BaseComponentWithTheme } from '../../utils'; | ||
import type { CarouselAlignHeader, SelectedAriaAttributes, CarouselAriaAttribute, BreakpointCustomizable, CarouselHeadingSize, CarouselInternationalization, Theme, CarouselWidth } from '../types'; | ||
import type { CarouselAlignHeader, SelectedAriaAttributes, CarouselAriaAttribute, BreakpointCustomizable, CarouselGradientColor, CarouselHeadingSize, CarouselInternationalization, Theme, CarouselWidth } from '../types'; | ||
import * as i0 from "@angular/core"; | ||
@@ -12,2 +12,4 @@ export declare class PCarousel extends BaseComponentWithTheme { | ||
disablePagination?: BreakpointCustomizable<boolean>; | ||
focusOnCenterSlide?: boolean; | ||
gradientColor?: CarouselGradientColor; | ||
heading?: string; | ||
@@ -28,3 +30,3 @@ headingSize?: CarouselHeadingSize; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PCarousel, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<PCarousel, "p-carousel,[p-carousel]", never, { "activeSlideIndex": { "alias": "activeSlideIndex"; "required": false; }; "alignHeader": { "alias": "alignHeader"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disablePagination": { "alias": "disablePagination"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingSize": { "alias": "headingSize"; "required": false; }; "intl": { "alias": "intl"; "required": false; }; "pagination": { "alias": "pagination"; "required": false; }; "rewind": { "alias": "rewind"; "required": false; }; "skipLinkTarget": { "alias": "skipLinkTarget"; "required": false; }; "slidesPerPage": { "alias": "slidesPerPage"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "width": { "alias": "width"; "required": false; }; "wrapContent": { "alias": "wrapContent"; "required": false; }; }, { "carouselChange": "carouselChange"; "update": "update"; }, never, ["*"], false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<PCarousel, "p-carousel,[p-carousel]", never, { "activeSlideIndex": { "alias": "activeSlideIndex"; "required": false; }; "alignHeader": { "alias": "alignHeader"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disablePagination": { "alias": "disablePagination"; "required": false; }; "focusOnCenterSlide": { "alias": "focusOnCenterSlide"; "required": false; }; "gradientColor": { "alias": "gradientColor"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingSize": { "alias": "headingSize"; "required": false; }; "intl": { "alias": "intl"; "required": false; }; "pagination": { "alias": "pagination"; "required": false; }; "rewind": { "alias": "rewind"; "required": false; }; "skipLinkTarget": { "alias": "skipLinkTarget"; "required": false; }; "slidesPerPage": { "alias": "slidesPerPage"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "width": { "alias": "width"; "required": false; }; "wrapContent": { "alias": "wrapContent"; "required": false; }; }, { "carouselChange": "carouselChange"; "update": "update"; }, never, ["*"], false, never>; | ||
} |
@@ -699,2 +699,8 @@ export type Booleanish = boolean | "true" | "false"; | ||
export type CarouselWidth = (typeof CAROUSEL_WIDTHS)[number]; | ||
declare const CAROUSEL_GRADIENT_COLORS: readonly [ | ||
"background-base", | ||
"background-surface", | ||
"none" | ||
]; | ||
export type CarouselGradientColor = (typeof CAROUSEL_GRADIENT_COLORS)[number]; | ||
declare const CAROUSEL_ALIGN_HEADERS: readonly [ | ||
@@ -701,0 +707,0 @@ "start", |
{ | ||
"name": "@porsche-design-system/components-angular", | ||
"version": "3.18.0", | ||
"version": "3.19.0-rc.0", | ||
"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.18.0" | ||
"@porsche-design-system/components-js": "3.19.0-rc.0" | ||
}, | ||
@@ -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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4870259
180
6602
1
+ Added@porsche-design-system/components-js@3.19.0-rc.0(transitive)
- Removed@porsche-design-system/components-js@3.18.0(transitive)