@porsche-design-system/components-angular 3.0.0-alpha.4 → 3.0.0-alpha.6
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 +161 -16
- package/esm2020/lib/components/accordion.wrapper.mjs +3 -3
- package/esm2020/lib/components/banner.wrapper.mjs +3 -3
- package/esm2020/lib/components/barrel.mjs +8 -2
- package/esm2020/lib/components/carousel.wrapper.mjs +3 -3
- package/esm2020/lib/components/crest.wrapper.mjs +35 -0
- package/esm2020/lib/components/inline-notification.wrapper.mjs +3 -3
- package/esm2020/lib/components/marque.wrapper.mjs +2 -1
- package/esm2020/lib/components/pagination.wrapper.mjs +3 -3
- package/esm2020/lib/components/segmented-control.wrapper.mjs +3 -3
- package/esm2020/lib/components/stepper-horizontal.wrapper.mjs +3 -3
- package/esm2020/lib/components/switch.wrapper.mjs +3 -3
- package/esm2020/lib/components/table.wrapper.mjs +3 -3
- package/esm2020/lib/components/tabs-bar.wrapper.mjs +3 -3
- package/esm2020/lib/components/tabs.wrapper.mjs +3 -3
- package/esm2020/lib/components/wordmark.wrapper.mjs +35 -0
- package/esm2020/lib/types.mjs +1 -1
- package/esm2020/porsche-design-system.module.mjs +53 -51
- package/fesm2015/porsche-design-system-components-angular.mjs +370 -297
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +362 -297
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/lib/components/accordion.wrapper.d.ts +4 -4
- package/lib/components/banner.wrapper.d.ts +4 -1
- package/lib/components/barrel.d.ts +5 -1
- package/lib/components/carousel.wrapper.d.ts +4 -4
- package/lib/components/crest.wrapper.d.ts +13 -0
- package/lib/components/inline-notification.wrapper.d.ts +3 -1
- package/lib/components/marque.wrapper.d.ts +1 -0
- package/lib/components/pagination.wrapper.d.ts +4 -4
- package/lib/components/segmented-control.wrapper.d.ts +4 -4
- package/lib/components/stepper-horizontal.wrapper.d.ts +4 -4
- package/lib/components/switch.wrapper.d.ts +4 -4
- package/lib/components/table.wrapper.d.ts +4 -4
- package/lib/components/tabs-bar.wrapper.d.ts +4 -4
- package/lib/components/tabs.wrapper.d.ts +4 -4
- package/lib/components/wordmark.wrapper.d.ts +15 -0
- package/lib/types.d.ts +35 -19
- package/package.json +2 -2
- package/porsche-design-system.module.d.ts +52 -50
|
@@ -11,55 +11,57 @@ import * as i6 from "./lib/components/button-tile.wrapper";
|
|
|
11
11
|
import * as i7 from "./lib/components/carousel.wrapper";
|
|
12
12
|
import * as i8 from "./lib/components/checkbox-wrapper.wrapper";
|
|
13
13
|
import * as i9 from "./lib/components/content-wrapper.wrapper";
|
|
14
|
-
import * as i10 from "./lib/components/
|
|
15
|
-
import * as i11 from "./lib/components/
|
|
16
|
-
import * as i12 from "./lib/components/
|
|
17
|
-
import * as i13 from "./lib/components/fieldset
|
|
18
|
-
import * as i14 from "./lib/components/
|
|
19
|
-
import * as i15 from "./lib/components/flex
|
|
20
|
-
import * as i16 from "./lib/components/
|
|
21
|
-
import * as i17 from "./lib/components/grid
|
|
22
|
-
import * as i18 from "./lib/components/
|
|
23
|
-
import * as i19 from "./lib/components/
|
|
24
|
-
import * as i20 from "./lib/components/
|
|
25
|
-
import * as i21 from "./lib/components/
|
|
26
|
-
import * as i22 from "./lib/components/
|
|
27
|
-
import * as i23 from "./lib/components/link
|
|
28
|
-
import * as i24 from "./lib/components/link-
|
|
29
|
-
import * as i25 from "./lib/components/link-
|
|
30
|
-
import * as i26 from "./lib/components/link-tile
|
|
31
|
-
import * as i27 from "./lib/components/
|
|
32
|
-
import * as i28 from "./lib/components/
|
|
33
|
-
import * as i29 from "./lib/components/
|
|
34
|
-
import * as i30 from "./lib/components/
|
|
35
|
-
import * as i31 from "./lib/components/
|
|
36
|
-
import * as i32 from "./lib/components/
|
|
37
|
-
import * as i33 from "./lib/components/
|
|
38
|
-
import * as i34 from "./lib/components/
|
|
39
|
-
import * as i35 from "./lib/components/segmented-control
|
|
40
|
-
import * as i36 from "./lib/components/
|
|
41
|
-
import * as i37 from "./lib/components/
|
|
42
|
-
import * as i38 from "./lib/components/
|
|
43
|
-
import * as i39 from "./lib/components/stepper-horizontal
|
|
44
|
-
import * as i40 from "./lib/components/
|
|
45
|
-
import * as i41 from "./lib/components/
|
|
46
|
-
import * as i42 from "./lib/components/table
|
|
47
|
-
import * as i43 from "./lib/components/table-
|
|
48
|
-
import * as i44 from "./lib/components/table-
|
|
49
|
-
import * as i45 from "./lib/components/table-head
|
|
50
|
-
import * as i46 from "./lib/components/table-head-
|
|
51
|
-
import * as i47 from "./lib/components/table-row.wrapper";
|
|
52
|
-
import * as i48 from "./lib/components/
|
|
53
|
-
import * as i49 from "./lib/components/tabs
|
|
54
|
-
import * as i50 from "./lib/components/tabs-
|
|
55
|
-
import * as i51 from "./lib/components/
|
|
56
|
-
import * as i52 from "./lib/components/tag
|
|
57
|
-
import * as i53 from "./lib/components/
|
|
58
|
-
import * as i54 from "./lib/components/text
|
|
59
|
-
import * as i55 from "./lib/components/text-
|
|
60
|
-
import * as i56 from "./lib/components/text-list
|
|
61
|
-
import * as i57 from "./lib/components/
|
|
62
|
-
import * as i58 from "./lib/components/
|
|
14
|
+
import * as i10 from "./lib/components/crest.wrapper";
|
|
15
|
+
import * as i11 from "./lib/components/display.wrapper";
|
|
16
|
+
import * as i12 from "./lib/components/divider.wrapper";
|
|
17
|
+
import * as i13 from "./lib/components/fieldset.wrapper";
|
|
18
|
+
import * as i14 from "./lib/components/fieldset-wrapper.wrapper";
|
|
19
|
+
import * as i15 from "./lib/components/flex.wrapper";
|
|
20
|
+
import * as i16 from "./lib/components/flex-item.wrapper";
|
|
21
|
+
import * as i17 from "./lib/components/grid.wrapper";
|
|
22
|
+
import * as i18 from "./lib/components/grid-item.wrapper";
|
|
23
|
+
import * as i19 from "./lib/components/heading.wrapper";
|
|
24
|
+
import * as i20 from "./lib/components/headline.wrapper";
|
|
25
|
+
import * as i21 from "./lib/components/icon.wrapper";
|
|
26
|
+
import * as i22 from "./lib/components/inline-notification.wrapper";
|
|
27
|
+
import * as i23 from "./lib/components/link.wrapper";
|
|
28
|
+
import * as i24 from "./lib/components/link-pure.wrapper";
|
|
29
|
+
import * as i25 from "./lib/components/link-social.wrapper";
|
|
30
|
+
import * as i26 from "./lib/components/link-tile.wrapper";
|
|
31
|
+
import * as i27 from "./lib/components/link-tile-model-signature.wrapper";
|
|
32
|
+
import * as i28 from "./lib/components/marque.wrapper";
|
|
33
|
+
import * as i29 from "./lib/components/modal.wrapper";
|
|
34
|
+
import * as i30 from "./lib/components/model-signature.wrapper";
|
|
35
|
+
import * as i31 from "./lib/components/pagination.wrapper";
|
|
36
|
+
import * as i32 from "./lib/components/popover.wrapper";
|
|
37
|
+
import * as i33 from "./lib/components/radio-button-wrapper.wrapper";
|
|
38
|
+
import * as i34 from "./lib/components/scroller.wrapper";
|
|
39
|
+
import * as i35 from "./lib/components/segmented-control.wrapper";
|
|
40
|
+
import * as i36 from "./lib/components/segmented-control-item.wrapper";
|
|
41
|
+
import * as i37 from "./lib/components/select-wrapper.wrapper";
|
|
42
|
+
import * as i38 from "./lib/components/spinner.wrapper";
|
|
43
|
+
import * as i39 from "./lib/components/stepper-horizontal.wrapper";
|
|
44
|
+
import * as i40 from "./lib/components/stepper-horizontal-item.wrapper";
|
|
45
|
+
import * as i41 from "./lib/components/switch.wrapper";
|
|
46
|
+
import * as i42 from "./lib/components/table.wrapper";
|
|
47
|
+
import * as i43 from "./lib/components/table-body.wrapper";
|
|
48
|
+
import * as i44 from "./lib/components/table-cell.wrapper";
|
|
49
|
+
import * as i45 from "./lib/components/table-head.wrapper";
|
|
50
|
+
import * as i46 from "./lib/components/table-head-cell.wrapper";
|
|
51
|
+
import * as i47 from "./lib/components/table-head-row.wrapper";
|
|
52
|
+
import * as i48 from "./lib/components/table-row.wrapper";
|
|
53
|
+
import * as i49 from "./lib/components/tabs.wrapper";
|
|
54
|
+
import * as i50 from "./lib/components/tabs-bar.wrapper";
|
|
55
|
+
import * as i51 from "./lib/components/tabs-item.wrapper";
|
|
56
|
+
import * as i52 from "./lib/components/tag.wrapper";
|
|
57
|
+
import * as i53 from "./lib/components/tag-dismissible.wrapper";
|
|
58
|
+
import * as i54 from "./lib/components/text.wrapper";
|
|
59
|
+
import * as i55 from "./lib/components/text-field-wrapper.wrapper";
|
|
60
|
+
import * as i56 from "./lib/components/text-list.wrapper";
|
|
61
|
+
import * as i57 from "./lib/components/text-list-item.wrapper";
|
|
62
|
+
import * as i58 from "./lib/components/textarea-wrapper.wrapper";
|
|
63
|
+
import * as i59 from "./lib/components/toast.wrapper";
|
|
64
|
+
import * as i60 from "./lib/components/wordmark.wrapper";
|
|
63
65
|
export class DefaultConfig {
|
|
64
66
|
constructor() {
|
|
65
67
|
this.prefix = '';
|
|
@@ -84,7 +86,7 @@ export class PorscheDesignSystemModule {
|
|
|
84
86
|
}
|
|
85
87
|
}
|
|
86
88
|
PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
87
|
-
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, declarations: [i1.PAccordion, i2.PBanner, i3.PButton, i4.PButtonGroup, i5.PButtonPure, i6.PButtonTile, i7.PCarousel, i8.PCheckboxWrapper, i9.PContentWrapper, i10.
|
|
89
|
+
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", 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.PGrid, i18.PGridItem, i19.PHeading, i20.PHeadline, i21.PIcon, i22.PInlineNotification, i23.PLink, i24.PLinkPure, i25.PLinkSocial, i26.PLinkTile, i27.PLinkTileModelSignature, i28.PMarque, i29.PModal, i30.PModelSignature, i31.PPagination, i32.PPopover, i33.PRadioButtonWrapper, i34.PScroller, i35.PSegmentedControl, i36.PSegmentedControlItem, i37.PSelectWrapper, i38.PSpinner, i39.PStepperHorizontal, i40.PStepperHorizontalItem, i41.PSwitch, i42.PTable, i43.PTableBody, i44.PTableCell, i45.PTableHead, i46.PTableHeadCell, i47.PTableHeadRow, i48.PTableRow, i49.PTabs, i50.PTabsBar, i51.PTabsItem, i52.PTag, i53.PTagDismissible, i54.PText, i55.PTextFieldWrapper, i56.PTextList, i57.PTextListItem, i58.PTextareaWrapper, i59.PToast, i60.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.PGrid, i18.PGridItem, i19.PHeading, i20.PHeadline, i21.PIcon, i22.PInlineNotification, i23.PLink, i24.PLinkPure, i25.PLinkSocial, i26.PLinkTile, i27.PLinkTileModelSignature, i28.PMarque, i29.PModal, i30.PModelSignature, i31.PPagination, i32.PPopover, i33.PRadioButtonWrapper, i34.PScroller, i35.PSegmentedControl, i36.PSegmentedControlItem, i37.PSelectWrapper, i38.PSpinner, i39.PStepperHorizontal, i40.PStepperHorizontalItem, i41.PSwitch, i42.PTable, i43.PTableBody, i44.PTableCell, i45.PTableHead, i46.PTableHeadCell, i47.PTableHeadRow, i48.PTableRow, i49.PTabs, i50.PTabsBar, i51.PTabsItem, i52.PTag, i53.PTagDismissible, i54.PText, i55.PTextFieldWrapper, i56.PTextList, i57.PTextListItem, i58.PTextareaWrapper, i59.PToast, i60.PWordmark] });
|
|
88
90
|
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule });
|
|
89
91
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
|
|
90
92
|
type: NgModule,
|
|
@@ -95,4 +97,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
95
97
|
}], ctorParameters: function () { return [{ type: DefaultConfig, decorators: [{
|
|
96
98
|
type: Optional
|
|
97
99
|
}] }]; } });
|
|
98
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
100
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9yc2NoZS1kZXNpZ24tc3lzdGVtLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItd3JhcHBlci9zcmMvcG9yc2NoZS1kZXNpZ24tc3lzdGVtLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQXVCLFFBQVEsRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDeEUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxJQUFJLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFNNUQsTUFBTSxPQUFPLGFBQWE7SUFBMUI7UUFDRSxXQUFNLEdBQUcsRUFBRSxDQUFDO0lBQ2QsQ0FBQztDQUFBO0FBTUQsTUFBTSxPQUFPLHlCQUF5QjtJQUNwQyxZQUF3QixXQUEwQjtRQUNoRCxNQUFNLE9BQU8sR0FBRyxDQUFDLFdBQVcsSUFBSyxDQUFDLElBQUksYUFBYSxFQUFFLENBQWEsQ0FBc0MsQ0FBQztRQUN6RyxPQUFPLENBQUMsT0FBTyxDQUFDLENBQUMsRUFBRSxNQUFNLEVBQUUsRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLEVBQUUsTUFBTSxFQUFFLENBQUMsQ0FBQyxDQUFDO0lBQ3BELENBQUM7SUFFRCxNQUFNLENBQUMsSUFBSSxDQUFDLE1BQXVDO1FBQ2pELE9BQU87WUFDTCxRQUFRLEVBQUUseUJBQXlCO1lBQ25DLFNBQVMsRUFBRTtnQkFDVDtvQkFDRSxPQUFPLEVBQUUsYUFBYTtvQkFDdEIsS0FBSyxFQUFFLElBQUk7b0JBQ1gsUUFBUSxFQUFFLE1BQU07aUJBQ2pCO2FBQ0Y7U0FDRixDQUFDO0lBQ0osQ0FBQzs7dUhBakJVLHlCQUF5QixrQkFDQyxhQUFhO3dIQUR2Qyx5QkFBeUI7d0hBQXpCLHlCQUF5Qjs0RkFBekIseUJBQXlCO2tCQUpyQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxZQUFZO29CQUMxQixPQUFPLEVBQUUsWUFBWTtpQkFDdEI7MERBRXNDLGFBQWE7MEJBQXJDLFFBQVEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBNb2R1bGVXaXRoUHJvdmlkZXJzLCBOZ01vZHVsZSwgT3B0aW9uYWwgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERFQ0xBUkFUSU9OUyB9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvYmFycmVsJztcbmltcG9ydCB7IGxvYWQgfSBmcm9tICdAcG9yc2NoZS1kZXNpZ24tc3lzdGVtL2NvbXBvbmVudHMtanMnO1xuXG5leHBvcnQgdHlwZSBQb3JzY2hlRGVzaWduU3lzdGVtTW9kdWxlQ29uZmlnID0ge1xuICBwcmVmaXg/OiBzdHJpbmc7XG59O1xuXG5leHBvcnQgY2xhc3MgRGVmYXVsdENvbmZpZyBpbXBsZW1lbnRzIFJlcXVpcmVkPFBvcnNjaGVEZXNpZ25TeXN0ZW1Nb2R1bGVDb25maWc+IHtcbiAgcHJlZml4ID0gJyc7XG59XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogREVDTEFSQVRJT05TLFxuICBleHBvcnRzOiBERUNMQVJBVElPTlMsXG59KVxuZXhwb3J0IGNsYXNzIFBvcnNjaGVEZXNpZ25TeXN0ZW1Nb2R1bGUge1xuICBjb25zdHJ1Y3RvcihAT3B0aW9uYWwoKSBjb25maWdQYXJhbTogRGVmYXVsdENvbmZpZykge1xuICAgIGNvbnN0IGNvbmZpZ3MgPSAoY29uZmlnUGFyYW0gfHwgKFtuZXcgRGVmYXVsdENvbmZpZygpXSBhcyB1bmtub3duKSkgYXMgUG9yc2NoZURlc2lnblN5c3RlbU1vZHVsZUNvbmZpZ1tdO1xuICAgIGNvbmZpZ3MuZm9yRWFjaCgoeyBwcmVmaXggfSkgPT4gbG9hZCh7IHByZWZpeCB9KSk7XG4gIH1cblxuICBzdGF0aWMgbG9hZChjb25maWc6IFBvcnNjaGVEZXNpZ25TeXN0ZW1Nb2R1bGVDb25maWcpOiBNb2R1bGVXaXRoUHJvdmlkZXJzPFBvcnNjaGVEZXNpZ25TeXN0ZW1Nb2R1bGU+IHtcbiAgICByZXR1cm4ge1xuICAgICAgbmdNb2R1bGU6IFBvcnNjaGVEZXNpZ25TeXN0ZW1Nb2R1bGUsXG4gICAgICBwcm92aWRlcnM6IFtcbiAgICAgICAge1xuICAgICAgICAgIHByb3ZpZGU6IERlZmF1bHRDb25maWcsXG4gICAgICAgICAgbXVsdGk6IHRydWUsIC8vIHRvIHN1cHBvcnQgbXVsdGlwbGUgcHJlZml4ZXMgaW4gc2FtZSBtb2R1bGVcbiAgICAgICAgICB1c2VWYWx1ZTogY29uZmlnLFxuICAgICAgICB9LFxuICAgICAgXSxcbiAgICB9O1xuICB9XG59XG4iXX0=
|