@porsche-design-system/components-angular
Advanced tools
Comparing version 3.17.0 to 3.18.0-rc.0
@@ -71,4 +71,5 @@ import { PTableBody } from './table-body.wrapper'; | ||
export * from './text-list-item.wrapper'; | ||
export * from './textarea.wrapper'; | ||
export * from './textarea-wrapper.wrapper'; | ||
export * from './toast.wrapper'; | ||
export * from './wordmark.wrapper'; |
@@ -1366,2 +1366,27 @@ export type Booleanish = boolean | "true" | "false"; | ||
export type TextListType = typeof TEXT_LIST_TYPES[number]; | ||
export type TextareaState = FormState; | ||
declare const AUTO_COMPLETE: readonly [ | ||
"off", | ||
"on", | ||
"" | ||
]; | ||
export type TextareaAutoComplete = (typeof AUTO_COMPLETE)[number]; | ||
declare const TEXTAREA_WRAPS: readonly [ | ||
"hard", | ||
"soft", | ||
"off" | ||
]; | ||
export type TextareaWrap = (typeof TEXTAREA_WRAPS)[number]; | ||
declare const TEXTAREA_RESIZE: readonly [ | ||
"none", | ||
"both", | ||
"horizontal", | ||
"vertical", | ||
"block", | ||
"inline" | ||
]; | ||
export type TextareaResize = (typeof TEXTAREA_RESIZE)[number]; | ||
export type TextareaChangeEventDetail = Event; | ||
export type TextareaBlurEventDetail = Event; | ||
export type TextareaInputEventDetail = InputEvent; | ||
export type TextareaWrapperState = FormState; | ||
@@ -1368,0 +1393,0 @@ declare const TOAST_STATES: readonly [ |
@@ -72,5 +72,6 @@ import { type ModuleWithProviders } from '@angular/core'; | ||
import * as i68 from "./lib/components/text-list-item.wrapper"; | ||
import * as i69 from "./lib/components/textarea-wrapper.wrapper"; | ||
import * as i70 from "./lib/components/toast.wrapper"; | ||
import * as i71 from "./lib/components/wordmark.wrapper"; | ||
import * as i69 from "./lib/components/textarea.wrapper"; | ||
import * as i70 from "./lib/components/textarea-wrapper.wrapper"; | ||
import * as i71 from "./lib/components/toast.wrapper"; | ||
import * as i72 from "./lib/components/wordmark.wrapper"; | ||
export type PorscheDesignSystemModuleConfig = { | ||
@@ -90,4 +91,4 @@ prefix?: string; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PorscheDesignSystemModule, [{ optional: true; }]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<PorscheDesignSystemModule, [typeof i1.PAccordion, typeof i2.PBanner, typeof i3.PButton, typeof i4.PButtonGroup, typeof i5.PButtonPure, typeof i6.PButtonTile, typeof i7.PCanvas, typeof i8.PCarousel, typeof i9.PCheckboxWrapper, typeof i10.PContentWrapper, typeof i11.PCrest, typeof i12.PDisplay, typeof i13.PDivider, typeof i14.PFieldset, typeof i15.PFieldsetWrapper, typeof i16.PFlex, typeof i17.PFlexItem, typeof i18.PFlyout, typeof i19.PFlyoutMultilevel, typeof i20.PFlyoutMultilevelItem, typeof i21.PGrid, typeof i22.PGridItem, typeof i23.PHeading, typeof i24.PHeadline, typeof i25.PIcon, typeof i26.PInlineNotification, typeof i27.PLink, typeof i28.PLinkPure, typeof i29.PLinkSocial, typeof i30.PLinkTile, typeof i31.PLinkTileModelSignature, typeof i32.PLinkTileProduct, typeof i33.PMarque, typeof i34.PModal, typeof i35.PModelSignature, typeof i36.PMultiSelect, typeof i37.PMultiSelectOption, typeof i38.POptgroup, typeof i39.PPagination, typeof i40.PPinCode, typeof i41.PPopover, typeof i42.PRadioButtonWrapper, typeof i43.PScroller, typeof i44.PSegmentedControl, typeof i45.PSegmentedControlItem, typeof i46.PSelect, typeof i47.PSelectOption, typeof i48.PSelectWrapper, typeof i49.PSpinner, typeof i50.PStepperHorizontal, typeof i51.PStepperHorizontalItem, typeof i52.PSwitch, typeof i53.PTable, typeof i54.PTableBody, typeof i55.PTableCell, typeof i56.PTableHead, typeof i57.PTableHeadCell, typeof i58.PTableHeadRow, typeof i59.PTableRow, typeof i60.PTabs, typeof i61.PTabsBar, typeof i62.PTabsItem, typeof i63.PTag, typeof i64.PTagDismissible, typeof i65.PText, typeof i66.PTextFieldWrapper, typeof i67.PTextList, typeof i68.PTextListItem, typeof i69.PTextareaWrapper, typeof i70.PToast, typeof i71.PWordmark], never, [typeof i1.PAccordion, typeof i2.PBanner, typeof i3.PButton, typeof i4.PButtonGroup, typeof i5.PButtonPure, typeof i6.PButtonTile, typeof i7.PCanvas, typeof i8.PCarousel, typeof i9.PCheckboxWrapper, typeof i10.PContentWrapper, typeof i11.PCrest, typeof i12.PDisplay, typeof i13.PDivider, typeof i14.PFieldset, typeof i15.PFieldsetWrapper, typeof i16.PFlex, typeof i17.PFlexItem, typeof i18.PFlyout, typeof i19.PFlyoutMultilevel, typeof i20.PFlyoutMultilevelItem, typeof i21.PGrid, typeof i22.PGridItem, typeof i23.PHeading, typeof i24.PHeadline, typeof i25.PIcon, typeof i26.PInlineNotification, typeof i27.PLink, typeof i28.PLinkPure, typeof i29.PLinkSocial, typeof i30.PLinkTile, typeof i31.PLinkTileModelSignature, typeof i32.PLinkTileProduct, typeof i33.PMarque, typeof i34.PModal, typeof i35.PModelSignature, typeof i36.PMultiSelect, typeof i37.PMultiSelectOption, typeof i38.POptgroup, typeof i39.PPagination, typeof i40.PPinCode, typeof i41.PPopover, typeof i42.PRadioButtonWrapper, typeof i43.PScroller, typeof i44.PSegmentedControl, typeof i45.PSegmentedControlItem, typeof i46.PSelect, typeof i47.PSelectOption, typeof i48.PSelectWrapper, typeof i49.PSpinner, typeof i50.PStepperHorizontal, typeof i51.PStepperHorizontalItem, typeof i52.PSwitch, typeof i53.PTable, typeof i54.PTableBody, typeof i55.PTableCell, typeof i56.PTableHead, typeof i57.PTableHeadCell, typeof i58.PTableHeadRow, typeof i59.PTableRow, typeof i60.PTabs, typeof i61.PTabsBar, typeof i62.PTabsItem, typeof i63.PTag, typeof i64.PTagDismissible, typeof i65.PText, typeof i66.PTextFieldWrapper, typeof i67.PTextList, typeof i68.PTextListItem, typeof i69.PTextareaWrapper, typeof i70.PToast, typeof i71.PWordmark]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<PorscheDesignSystemModule, [typeof i1.PAccordion, typeof i2.PBanner, typeof i3.PButton, typeof i4.PButtonGroup, typeof i5.PButtonPure, typeof i6.PButtonTile, typeof i7.PCanvas, typeof i8.PCarousel, typeof i9.PCheckboxWrapper, typeof i10.PContentWrapper, typeof i11.PCrest, typeof i12.PDisplay, typeof i13.PDivider, typeof i14.PFieldset, typeof i15.PFieldsetWrapper, typeof i16.PFlex, typeof i17.PFlexItem, typeof i18.PFlyout, typeof i19.PFlyoutMultilevel, typeof i20.PFlyoutMultilevelItem, typeof i21.PGrid, typeof i22.PGridItem, typeof i23.PHeading, typeof i24.PHeadline, typeof i25.PIcon, typeof i26.PInlineNotification, typeof i27.PLink, typeof i28.PLinkPure, typeof i29.PLinkSocial, typeof i30.PLinkTile, typeof i31.PLinkTileModelSignature, typeof i32.PLinkTileProduct, typeof i33.PMarque, typeof i34.PModal, typeof i35.PModelSignature, typeof i36.PMultiSelect, typeof i37.PMultiSelectOption, typeof i38.POptgroup, typeof i39.PPagination, typeof i40.PPinCode, typeof i41.PPopover, typeof i42.PRadioButtonWrapper, typeof i43.PScroller, typeof i44.PSegmentedControl, typeof i45.PSegmentedControlItem, typeof i46.PSelect, typeof i47.PSelectOption, typeof i48.PSelectWrapper, typeof i49.PSpinner, typeof i50.PStepperHorizontal, typeof i51.PStepperHorizontalItem, typeof i52.PSwitch, typeof i53.PTable, typeof i54.PTableBody, typeof i55.PTableCell, typeof i56.PTableHead, typeof i57.PTableHeadCell, typeof i58.PTableHeadRow, typeof i59.PTableRow, typeof i60.PTabs, typeof i61.PTabsBar, typeof i62.PTabsItem, typeof i63.PTag, typeof i64.PTagDismissible, typeof i65.PText, typeof i66.PTextFieldWrapper, typeof i67.PTextList, typeof i68.PTextListItem, typeof i69.PTextarea, typeof i70.PTextareaWrapper, typeof i71.PToast, typeof i72.PWordmark], never, [typeof i1.PAccordion, typeof i2.PBanner, typeof i3.PButton, typeof i4.PButtonGroup, typeof i5.PButtonPure, typeof i6.PButtonTile, typeof i7.PCanvas, typeof i8.PCarousel, typeof i9.PCheckboxWrapper, typeof i10.PContentWrapper, typeof i11.PCrest, typeof i12.PDisplay, typeof i13.PDivider, typeof i14.PFieldset, typeof i15.PFieldsetWrapper, typeof i16.PFlex, typeof i17.PFlexItem, typeof i18.PFlyout, typeof i19.PFlyoutMultilevel, typeof i20.PFlyoutMultilevelItem, typeof i21.PGrid, typeof i22.PGridItem, typeof i23.PHeading, typeof i24.PHeadline, typeof i25.PIcon, typeof i26.PInlineNotification, typeof i27.PLink, typeof i28.PLinkPure, typeof i29.PLinkSocial, typeof i30.PLinkTile, typeof i31.PLinkTileModelSignature, typeof i32.PLinkTileProduct, typeof i33.PMarque, typeof i34.PModal, typeof i35.PModelSignature, typeof i36.PMultiSelect, typeof i37.PMultiSelectOption, typeof i38.POptgroup, typeof i39.PPagination, typeof i40.PPinCode, typeof i41.PPopover, typeof i42.PRadioButtonWrapper, typeof i43.PScroller, typeof i44.PSegmentedControl, typeof i45.PSegmentedControlItem, typeof i46.PSelect, typeof i47.PSelectOption, typeof i48.PSelectWrapper, typeof i49.PSpinner, typeof i50.PStepperHorizontal, typeof i51.PStepperHorizontalItem, typeof i52.PSwitch, typeof i53.PTable, typeof i54.PTableBody, typeof i55.PTableCell, typeof i56.PTableHead, typeof i57.PTableHeadCell, typeof i58.PTableHeadRow, typeof i59.PTableRow, typeof i60.PTabs, typeof i61.PTabsBar, typeof i62.PTabsItem, typeof i63.PTag, typeof i64.PTagDismissible, typeof i65.PText, typeof i66.PTextFieldWrapper, typeof i67.PTextList, typeof i68.PTextListItem, typeof i69.PTextarea, typeof i70.PTextareaWrapper, typeof i71.PToast, typeof i72.PWordmark]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<PorscheDesignSystemModule>; | ||
} |
{ | ||
"name": "@porsche-design-system/components-angular", | ||
"version": "3.17.0", | ||
"version": "3.18.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.17.0" | ||
"@porsche-design-system/components-js": "3.18.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
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
4867808
176
6589
1
+ Added@porsche-design-system/components-js@3.18.0-rc.0(transitive)
- Removed@porsche-design-system/components-js@3.17.0(transitive)