@porsche-design-system/components-angular 3.10.0-rc.0 → 3.10.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/esm/lib/components/barrel.d.ts +1 -0
- package/esm/lib/components/link-tile-product.wrapper.d.ts +19 -0
- package/esm/lib/types.d.ts +9 -0
- package/esm/porsche-design-system.module.d.ts +38 -37
- package/esm2020/lib/components/barrel.mjs +4 -1
- package/esm2020/lib/components/link-tile-product.wrapper.mjs +21 -0
- package/esm2020/lib/types.mjs +1 -1
- package/esm2020/porsche-design-system.module.mjs +39 -38
- package/fesm2015/porsche-design-system-components-angular.mjs +21 -2
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +21 -2
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -34,42 +34,43 @@ import * as i27 from "./lib/components/link-pure.wrapper";
|
|
|
34
34
|
import * as i28 from "./lib/components/link-social.wrapper";
|
|
35
35
|
import * as i29 from "./lib/components/link-tile.wrapper";
|
|
36
36
|
import * as i30 from "./lib/components/link-tile-model-signature.wrapper";
|
|
37
|
-
import * as i31 from "./lib/components/
|
|
38
|
-
import * as i32 from "./lib/components/
|
|
39
|
-
import * as i33 from "./lib/components/
|
|
40
|
-
import * as i34 from "./lib/components/
|
|
41
|
-
import * as i35 from "./lib/components/multi-select
|
|
42
|
-
import * as i36 from "./lib/components/
|
|
43
|
-
import * as i37 from "./lib/components/
|
|
44
|
-
import * as i38 from "./lib/components/
|
|
45
|
-
import * as i39 from "./lib/components/
|
|
46
|
-
import * as i40 from "./lib/components/
|
|
47
|
-
import * as i41 from "./lib/components/
|
|
48
|
-
import * as i42 from "./lib/components/segmented-control
|
|
49
|
-
import * as i43 from "./lib/components/
|
|
50
|
-
import * as i44 from "./lib/components/
|
|
51
|
-
import * as i45 from "./lib/components/
|
|
52
|
-
import * as i46 from "./lib/components/stepper-horizontal
|
|
53
|
-
import * as i47 from "./lib/components/
|
|
54
|
-
import * as i48 from "./lib/components/
|
|
55
|
-
import * as i49 from "./lib/components/table
|
|
56
|
-
import * as i50 from "./lib/components/table-
|
|
57
|
-
import * as i51 from "./lib/components/table-
|
|
58
|
-
import * as i52 from "./lib/components/table-head
|
|
59
|
-
import * as i53 from "./lib/components/table-head-
|
|
60
|
-
import * as i54 from "./lib/components/table-row.wrapper";
|
|
61
|
-
import * as i55 from "./lib/components/
|
|
62
|
-
import * as i56 from "./lib/components/tabs
|
|
63
|
-
import * as i57 from "./lib/components/tabs-
|
|
64
|
-
import * as i58 from "./lib/components/
|
|
65
|
-
import * as i59 from "./lib/components/tag
|
|
66
|
-
import * as i60 from "./lib/components/
|
|
67
|
-
import * as i61 from "./lib/components/text
|
|
68
|
-
import * as i62 from "./lib/components/text-
|
|
69
|
-
import * as i63 from "./lib/components/text-list
|
|
70
|
-
import * as i64 from "./lib/components/
|
|
71
|
-
import * as i65 from "./lib/components/
|
|
72
|
-
import * as i66 from "./lib/components/
|
|
37
|
+
import * as i31 from "./lib/components/link-tile-product.wrapper";
|
|
38
|
+
import * as i32 from "./lib/components/marque.wrapper";
|
|
39
|
+
import * as i33 from "./lib/components/modal.wrapper";
|
|
40
|
+
import * as i34 from "./lib/components/model-signature.wrapper";
|
|
41
|
+
import * as i35 from "./lib/components/multi-select.wrapper";
|
|
42
|
+
import * as i36 from "./lib/components/multi-select-option.wrapper";
|
|
43
|
+
import * as i37 from "./lib/components/pagination.wrapper";
|
|
44
|
+
import * as i38 from "./lib/components/pin-code.wrapper";
|
|
45
|
+
import * as i39 from "./lib/components/popover.wrapper";
|
|
46
|
+
import * as i40 from "./lib/components/radio-button-wrapper.wrapper";
|
|
47
|
+
import * as i41 from "./lib/components/scroller.wrapper";
|
|
48
|
+
import * as i42 from "./lib/components/segmented-control.wrapper";
|
|
49
|
+
import * as i43 from "./lib/components/segmented-control-item.wrapper";
|
|
50
|
+
import * as i44 from "./lib/components/select-wrapper.wrapper";
|
|
51
|
+
import * as i45 from "./lib/components/spinner.wrapper";
|
|
52
|
+
import * as i46 from "./lib/components/stepper-horizontal.wrapper";
|
|
53
|
+
import * as i47 from "./lib/components/stepper-horizontal-item.wrapper";
|
|
54
|
+
import * as i48 from "./lib/components/switch.wrapper";
|
|
55
|
+
import * as i49 from "./lib/components/table.wrapper";
|
|
56
|
+
import * as i50 from "./lib/components/table-body.wrapper";
|
|
57
|
+
import * as i51 from "./lib/components/table-cell.wrapper";
|
|
58
|
+
import * as i52 from "./lib/components/table-head.wrapper";
|
|
59
|
+
import * as i53 from "./lib/components/table-head-cell.wrapper";
|
|
60
|
+
import * as i54 from "./lib/components/table-head-row.wrapper";
|
|
61
|
+
import * as i55 from "./lib/components/table-row.wrapper";
|
|
62
|
+
import * as i56 from "./lib/components/tabs.wrapper";
|
|
63
|
+
import * as i57 from "./lib/components/tabs-bar.wrapper";
|
|
64
|
+
import * as i58 from "./lib/components/tabs-item.wrapper";
|
|
65
|
+
import * as i59 from "./lib/components/tag.wrapper";
|
|
66
|
+
import * as i60 from "./lib/components/tag-dismissible.wrapper";
|
|
67
|
+
import * as i61 from "./lib/components/text.wrapper";
|
|
68
|
+
import * as i62 from "./lib/components/text-field-wrapper.wrapper";
|
|
69
|
+
import * as i63 from "./lib/components/text-list.wrapper";
|
|
70
|
+
import * as i64 from "./lib/components/text-list-item.wrapper";
|
|
71
|
+
import * as i65 from "./lib/components/textarea-wrapper.wrapper";
|
|
72
|
+
import * as i66 from "./lib/components/toast.wrapper";
|
|
73
|
+
import * as i67 from "./lib/components/wordmark.wrapper";
|
|
73
74
|
export class DefaultConfig {
|
|
74
75
|
constructor() {
|
|
75
76
|
this.prefix = '';
|
|
@@ -99,7 +100,7 @@ export class PorscheDesignSystemModule {
|
|
|
99
100
|
}
|
|
100
101
|
}
|
|
101
102
|
PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
102
|
-
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PorscheDesignSystemModule, declarations: [i1.PAccordion, i2.PBanner, i3.PButton, i4.PButtonGroup, i5.PButtonPure, i6.PButtonTile, i7.PCarousel, i8.PCheckboxWrapper, i9.PContentWrapper, i10.PCrest, i11.PDisplay, i12.PDivider, i13.PFieldset, i14.PFieldsetWrapper, i15.PFlex, i16.PFlexItem, i17.PFlyout, i18.PFlyoutNavigation, i19.PFlyoutNavigationItem, i20.PGrid, i21.PGridItem, i22.PHeading, i23.PHeadline, i24.PIcon, i25.PInlineNotification, i26.PLink, i27.PLinkPure, i28.PLinkSocial, i29.PLinkTile, i30.PLinkTileModelSignature, i31.
|
|
103
|
+
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PorscheDesignSystemModule, declarations: [i1.PAccordion, i2.PBanner, i3.PButton, i4.PButtonGroup, i5.PButtonPure, i6.PButtonTile, i7.PCarousel, i8.PCheckboxWrapper, i9.PContentWrapper, i10.PCrest, i11.PDisplay, i12.PDivider, i13.PFieldset, i14.PFieldsetWrapper, i15.PFlex, i16.PFlexItem, i17.PFlyout, i18.PFlyoutNavigation, i19.PFlyoutNavigationItem, i20.PGrid, i21.PGridItem, i22.PHeading, i23.PHeadline, i24.PIcon, i25.PInlineNotification, i26.PLink, i27.PLinkPure, i28.PLinkSocial, i29.PLinkTile, i30.PLinkTileModelSignature, i31.PLinkTileProduct, i32.PMarque, i33.PModal, i34.PModelSignature, i35.PMultiSelect, i36.PMultiSelectOption, i37.PPagination, i38.PPinCode, i39.PPopover, i40.PRadioButtonWrapper, i41.PScroller, i42.PSegmentedControl, i43.PSegmentedControlItem, i44.PSelectWrapper, i45.PSpinner, i46.PStepperHorizontal, i47.PStepperHorizontalItem, i48.PSwitch, i49.PTable, i50.PTableBody, i51.PTableCell, i52.PTableHead, i53.PTableHeadCell, i54.PTableHeadRow, i55.PTableRow, i56.PTabs, i57.PTabsBar, i58.PTabsItem, i59.PTag, i60.PTagDismissible, i61.PText, i62.PTextFieldWrapper, i63.PTextList, i64.PTextListItem, i65.PTextareaWrapper, i66.PToast, i67.PWordmark], exports: [i1.PAccordion, i2.PBanner, i3.PButton, i4.PButtonGroup, i5.PButtonPure, i6.PButtonTile, i7.PCarousel, i8.PCheckboxWrapper, i9.PContentWrapper, i10.PCrest, i11.PDisplay, i12.PDivider, i13.PFieldset, i14.PFieldsetWrapper, i15.PFlex, i16.PFlexItem, i17.PFlyout, i18.PFlyoutNavigation, i19.PFlyoutNavigationItem, i20.PGrid, i21.PGridItem, i22.PHeading, i23.PHeadline, i24.PIcon, i25.PInlineNotification, i26.PLink, i27.PLinkPure, i28.PLinkSocial, i29.PLinkTile, i30.PLinkTileModelSignature, i31.PLinkTileProduct, i32.PMarque, i33.PModal, i34.PModelSignature, i35.PMultiSelect, i36.PMultiSelectOption, i37.PPagination, i38.PPinCode, i39.PPopover, i40.PRadioButtonWrapper, i41.PScroller, i42.PSegmentedControl, i43.PSegmentedControlItem, i44.PSelectWrapper, i45.PSpinner, i46.PStepperHorizontal, i47.PStepperHorizontalItem, i48.PSwitch, i49.PTable, i50.PTableBody, i51.PTableCell, i52.PTableHead, i53.PTableHeadCell, i54.PTableHeadRow, i55.PTableRow, i56.PTabs, i57.PTabsBar, i58.PTabsItem, i59.PTag, i60.PTagDismissible, i61.PText, i62.PTextFieldWrapper, i63.PTextList, i64.PTextListItem, i65.PTextareaWrapper, i66.PToast, i67.PWordmark] });
|
|
103
104
|
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PorscheDesignSystemModule, providers: [
|
|
104
105
|
{
|
|
105
106
|
provide: THEME_TOKEN,
|
|
@@ -121,4 +122,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
121
122
|
}], ctorParameters: function () { return [{ type: DefaultConfig, decorators: [{
|
|
122
123
|
type: Optional
|
|
123
124
|
}] }]; } });
|
|
124
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
125
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9yc2NoZS1kZXNpZ24tc3lzdGVtLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItd3JhcHBlci9zcmMvcG9yc2NoZS1kZXNpZ24tc3lzdGVtLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsTUFBTSxFQUE0QixRQUFRLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDdkMsT0FBTyxFQUFFLElBQUksRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQzVELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUV2RCxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sU0FBUyxDQUFDOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFRdEMsTUFBTSxPQUFPLGFBQWE7SUFBMUI7UUFDRSxXQUFNLEdBQUcsRUFBRSxDQUFDO1FBRVosMEhBQTBIO1FBQzFILGtGQUFrRjtJQUNwRixDQUFDO0NBQUE7QUFFRCwrQkFBK0I7QUFXL0IsTUFBTSxPQUFPLHlCQUF5QjtJQUdwQyxZQUF3QixXQUEwQjtRQUYxQyxXQUFNLEdBQUcsTUFBTSxDQUFDLFdBQVcsQ0FBQyxDQUFDO1FBR25DLE1BQU0sT0FBTyxHQUFJLFdBQTBDLElBQUksQ0FBQyxJQUFJLGFBQWEsRUFBRSxDQUFDLENBQUM7UUFDckYsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxDQUFDLEtBQUssSUFBSSxPQUFPLENBQUMsQ0FBQyxDQUFDLDhCQUE4QjtRQUM3RSxPQUFPLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3hCLENBQUM7SUFFRCxNQUFNLENBQUMsSUFBSSxDQUFDLE1BQXVDO1FBQ2pELE9BQU87WUFDTCxRQUFRLEVBQUUseUJBQXlCO1lBQ25DLFNBQVMsRUFBRTtnQkFDVDtvQkFDRSxPQUFPLEVBQUUsYUFBYTtvQkFDdEIsS0FBSyxFQUFFLElBQUk7b0JBQ1gsUUFBUSxFQUFFLE1BQU07aUJBQ2pCO2FBQ0Y7U0FDRixDQUFDO0lBQ0osQ0FBQzs7dUhBcEJVLHlCQUF5Qjt3SEFBekIseUJBQXlCO3dIQUF6Qix5QkFBeUIsYUFQekI7UUFDVDtZQUNFLE9BQU8sRUFBRSxXQUFXO1lBQ3BCLFFBQVEsRUFBRSxJQUFJLGVBQWUsQ0FBQyxPQUFPLENBQUM7U0FDdkM7S0FDRjs0RkFFVSx5QkFBeUI7a0JBVnJDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLFlBQVk7b0JBQzFCLE9BQU8sRUFBRSxZQUFZO29CQUNyQixTQUFTLEVBQUU7d0JBQ1Q7NEJBQ0UsT0FBTyxFQUFFLFdBQVc7NEJBQ3BCLFFBQVEsRUFBRSxJQUFJLGVBQWUsQ0FBQyxPQUFPLENBQUM7eUJBQ3ZDO3FCQUNGO2lCQUNGOzswQkFJYyxRQUFRIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgaW5qZWN0LCB0eXBlIE1vZHVsZVdpdGhQcm92aWRlcnMsIE5nTW9kdWxlLCBPcHRpb25hbCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0IH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBsb2FkIH0gZnJvbSAnQHBvcnNjaGUtZGVzaWduLXN5c3RlbS9jb21wb25lbnRzLWpzJztcbmltcG9ydCB7IERFQ0xBUkFUSU9OUyB9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvYmFycmVsJztcbmltcG9ydCB0eXBlIHsgVGhlbWUgfSBmcm9tICcuL2xpYi90eXBlcyc7XG5pbXBvcnQgeyBUSEVNRV9UT0tFTiB9IGZyb20gJy4vdXRpbHMnO1xuXG5leHBvcnQgdHlwZSBQb3JzY2hlRGVzaWduU3lzdGVtTW9kdWxlQ29uZmlnID0ge1xuICBwcmVmaXg/OiBzdHJpbmc7XG4gIGNkbj86ICdhdXRvJyB8ICdjbic7XG4gIHRoZW1lPzogVGhlbWU7XG59O1xuXG5leHBvcnQgY2xhc3MgRGVmYXVsdENvbmZpZyBpbXBsZW1lbnRzIFBvcnNjaGVEZXNpZ25TeXN0ZW1Nb2R1bGVDb25maWcge1xuICBwcmVmaXggPSAnJztcbiAgdGhlbWU6ICdsaWdodCc7IC8vIHNpbmNlIHRoZW1lIGV4aXN0cyBvbiBhbG1vc3QgZXZlcnkgY29tcG9uZW50LCBpdCBpcyBkZWZpbmVkIGhlcmUga2luZCBvZiBsaWtlIGEgZ2xvYmFsIHByb3BcbiAgLy8gb3RoZXIgY29tcG9uZW50IGNvbmZpZ3VyYXRpb25zIHNob3VsZCBwcm9iYWJseSBnbyBpbnRvIGEgc2VwYXJhdGUgYGNvbXBvbmVudHNgLCBgY29tcG9uZW50UHJvcHNgIG9yIGBjb21wb25lbnREZWZhdWx0c2BcbiAgLy8gcHJvcGVydHkgc2ltaWxhciB0byBodHRwczovL211aS5jb20vbWF0ZXJpYWwtdWkvY3VzdG9taXphdGlvbi90aGVtZS1jb21wb25lbnRzL1xufVxuXG4vLyBUT0RPOiB1bml0IHRlc3RzIGFyZSBtaXNzaW5nXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IERFQ0xBUkFUSU9OUyxcbiAgZXhwb3J0czogREVDTEFSQVRJT05TLFxuICBwcm92aWRlcnM6IFtcbiAgICB7XG4gICAgICBwcm92aWRlOiBUSEVNRV9UT0tFTixcbiAgICAgIHVzZVZhbHVlOiBuZXcgQmVoYXZpb3JTdWJqZWN0KCdsaWdodCcpLFxuICAgIH0sXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIFBvcnNjaGVEZXNpZ25TeXN0ZW1Nb2R1bGUge1xuICBwcml2YXRlIHRoZW1lJCA9IGluamVjdChUSEVNRV9UT0tFTik7XG5cbiAgY29uc3RydWN0b3IoQE9wdGlvbmFsKCkgY29uZmlnUGFyYW06IERlZmF1bHRDb25maWcpIHtcbiAgICBjb25zdCBjb25maWdzID0gKGNvbmZpZ1BhcmFtIGFzIHVua25vd24gYXMgRGVmYXVsdENvbmZpZ1tdKSB8fCBbbmV3IERlZmF1bHRDb25maWcoKV07XG4gICAgdGhpcy50aGVtZSQubmV4dChjb25maWdzWzBdLnRoZW1lIHx8ICdsaWdodCcpOyAvLyBmaXJzdCBjb25maWcgc2V0cyB0aGUgdGhlbWVcbiAgICBjb25maWdzLmZvckVhY2gobG9hZCk7XG4gIH1cblxuICBzdGF0aWMgbG9hZChjb25maWc6IFBvcnNjaGVEZXNpZ25TeXN0ZW1Nb2R1bGVDb25maWcpOiBNb2R1bGVXaXRoUHJvdmlkZXJzPFBvcnNjaGVEZXNpZ25TeXN0ZW1Nb2R1bGU+IHtcbiAgICByZXR1cm4ge1xuICAgICAgbmdNb2R1bGU6IFBvcnNjaGVEZXNpZ25TeXN0ZW1Nb2R1bGUsXG4gICAgICBwcm92aWRlcnM6IFtcbiAgICAgICAge1xuICAgICAgICAgIHByb3ZpZGU6IERlZmF1bHRDb25maWcsXG4gICAgICAgICAgbXVsdGk6IHRydWUsIC8vIHRvIHN1cHBvcnQgbXVsdGlwbGUgcHJlZml4ZXMgaW4gc2FtZSBtb2R1bGVcbiAgICAgICAgICB1c2VWYWx1ZTogY29uZmlnLFxuICAgICAgICB9LFxuICAgICAgXSxcbiAgICB9O1xuICB9XG59XG4iXX0=
|
|
@@ -481,6 +481,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
481
481
|
}]
|
|
482
482
|
}] });
|
|
483
483
|
|
|
484
|
+
class PLinkTileProduct extends BaseComponentWithTheme {
|
|
485
|
+
constructor() {
|
|
486
|
+
super(...arguments);
|
|
487
|
+
this.like = new EventEmitter();
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
PLinkTileProduct.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkTileProduct, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
491
|
+
PLinkTileProduct.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PLinkTileProduct, selector: "p-link-tile-product,[p-link-tile-product]", inputs: { aspectRatio: "aspectRatio", description: "description", heading: "heading", href: "href", likeButton: "likeButton", liked: "liked", price: "price", rel: "rel", target: "target", theme: "theme" }, outputs: { like: "like" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkTileProduct, decorators: [{
|
|
493
|
+
type: Component,
|
|
494
|
+
args: [{
|
|
495
|
+
selector: 'p-link-tile-product,[p-link-tile-product]',
|
|
496
|
+
template: '<ng-content />',
|
|
497
|
+
inputs: ['aspectRatio', 'description', 'heading', 'href', 'likeButton', 'liked', 'price', 'rel', 'target', 'theme'],
|
|
498
|
+
outputs: ['like']
|
|
499
|
+
}]
|
|
500
|
+
}] });
|
|
501
|
+
|
|
484
502
|
/** @deprecated since v3.0.0, will be removed with next major release. Please use "p-wordmark" instead. */
|
|
485
503
|
class PMarque extends BaseComponent {
|
|
486
504
|
}
|
|
@@ -1047,6 +1065,7 @@ const DECLARATIONS = [
|
|
|
1047
1065
|
PLinkSocial,
|
|
1048
1066
|
PLinkTile,
|
|
1049
1067
|
PLinkTileModelSignature,
|
|
1068
|
+
PLinkTileProduct,
|
|
1050
1069
|
PMarque,
|
|
1051
1070
|
PModal,
|
|
1052
1071
|
PModelSignature,
|
|
@@ -1114,7 +1133,7 @@ class PorscheDesignSystemModule {
|
|
|
1114
1133
|
}
|
|
1115
1134
|
}
|
|
1116
1135
|
PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1117
|
-
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PFlyoutNavigation, PFlyoutNavigationItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PFlyoutNavigation, PFlyoutNavigationItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark] });
|
|
1136
|
+
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PFlyoutNavigation, PFlyoutNavigationItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PLinkTileProduct, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PFlyoutNavigation, PFlyoutNavigationItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PLinkTileProduct, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark] });
|
|
1118
1137
|
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PorscheDesignSystemModule, providers: [
|
|
1119
1138
|
{
|
|
1120
1139
|
provide: THEME_TOKEN,
|
|
@@ -1158,5 +1177,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1158
1177
|
* Generated bundle index. Do not edit.
|
|
1159
1178
|
*/
|
|
1160
1179
|
|
|
1161
|
-
export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PFlyoutNavigation, PFlyoutNavigationItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark, PorscheDesignSystemModule, THEME_TOKEN, ToastManager };
|
|
1180
|
+
export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PFlyoutNavigation, PFlyoutNavigationItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PLinkTileProduct, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark, PorscheDesignSystemModule, THEME_TOKEN, ToastManager };
|
|
1162
1181
|
//# sourceMappingURL=porsche-design-system-components-angular.mjs.map
|