@porsche-design-system/components-angular 2.18.0-rc.0 → 2.18.0-rc.1
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 +22 -11
- package/esm2020/lib/components/carousel.wrapper.mjs +3 -3
- package/fesm2015/porsche-design-system-components-angular.mjs +2 -2
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +2 -2
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/lib/components/carousel.wrapper.d.ts +2 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
9
9
|
|
|
10
10
|
### [Unreleased]
|
|
11
11
|
|
|
12
|
+
### [2.18.0-rc.1] - 2022-11-24
|
|
13
|
+
|
|
14
|
+
#### Added
|
|
15
|
+
|
|
16
|
+
- `Carousel` now has a `rewind` property, better prev/next icons, a `max-width` for `heading` and `description` and
|
|
17
|
+
support for slotted `description`
|
|
18
|
+
|
|
19
|
+
#### Fixed
|
|
20
|
+
|
|
21
|
+
- `Select Wrapper` height if text is zoomed up to 200%
|
|
22
|
+
|
|
12
23
|
### [2.18.0-rc.0] - 2022-11-17
|
|
13
24
|
|
|
14
25
|
#### Added
|
|
@@ -260,9 +271,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
260
271
|
|
|
261
272
|
- **[EXPERIMENTAL]** `getInitialStyles` partial now accepts a `skeletonTagNames` array of component names that will
|
|
262
273
|
initially have skeleton styles while the Porsche Design System is loading
|
|
263
|
-
- **[EXPERIMENTAL]** `Button`, `Button Pure`, `Checkbox Wrapper`, `Fieldset Wrapper`, `Link`, `Link Pure`,
|
|
264
|
-
|
|
265
|
-
styles when passed as `skeletonTagNames` to the `getInitialStyles` partial
|
|
274
|
+
- **[EXPERIMENTAL]** `Button`, `Button Pure`, `Checkbox Wrapper`, `Fieldset Wrapper`, `Link`, `Link Pure`,
|
|
275
|
+
`Link Social`, `Radio Button Wrapper`, `Select Wrapper`, `Text Field Wrapper`, `Textarea Wrapper` can now have initial
|
|
276
|
+
skeleton styles when passed as `skeletonTagNames` to the `getInitialStyles` partial
|
|
266
277
|
|
|
267
278
|
### [2.9.2] - 2022-03-24
|
|
268
279
|
|
|
@@ -315,12 +326,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
315
326
|
#### Added
|
|
316
327
|
|
|
317
328
|
- `getFontFaceStylesheet` returns additional `<link>` tags with `rel="preconnect"` and `rel="dns-prefetch"`
|
|
318
|
-
- Option `format` to partials `getFontFaceStylesheet`, `getComponentChunkLinks()`, `getFontLinks()`, `getIconLinks()
|
|
329
|
+
- Option `format` to partials `getFontFaceStylesheet`, `getComponentChunkLinks()`, `getFontLinks()`, `getIconLinks()`,
|
|
319
330
|
`getInitialStyles()`, `getLoaderScript()` and `getMetaTagsAndIconLinks()`
|
|
320
331
|
|
|
321
332
|
#### Deprecated
|
|
322
333
|
|
|
323
|
-
- The option `withoutTags` of partials `getFontFaceStylesheet`, `getComponentChunkLinks()`, `getFontLinks()
|
|
334
|
+
- The option `withoutTags` of partials `getFontFaceStylesheet`, `getComponentChunkLinks()`, `getFontLinks()`,
|
|
324
335
|
`getIconLinks()`, `getInitialStyles()`, `getLoaderScript()` and `getMetaTagsAndIconLinks()` is deprecated and will be
|
|
325
336
|
removed in `v3.0.0`. Please use `format: 'jsx'` instead.
|
|
326
337
|
|
|
@@ -481,8 +492,8 @@ color contrast and might even be removed in an upcoming major release again.
|
|
|
481
492
|
|
|
482
493
|
#### Added
|
|
483
494
|
|
|
484
|
-
- New `aria` property for `ARIA` attribute handling for: `Button`, `Button Pure`, `Icon`, `Link`, `Link Pure`, `Marque
|
|
485
|
-
|
|
495
|
+
- New `aria` property for `ARIA` attribute handling for: `Button`, `Button Pure`, `Icon`, `Link`, `Link Pure`, `Marque`,
|
|
496
|
+
`Spinner`
|
|
486
497
|
|
|
487
498
|
#### Fixed
|
|
488
499
|
|
|
@@ -764,7 +775,7 @@ intranet applications).
|
|
|
764
775
|
In case of a micro-frontend architecture, multiple instances and versions of the Porsche Design System can be combined
|
|
765
776
|
in a final application by configurable prefixing technique of the Porsche Design System components during runtime.
|
|
766
777
|
Please refer to our framework specific guidelines
|
|
767
|
-
[Vanilla JS](https://designsystem.porsche.com/latest/start-coding/vanilla-js)
|
|
778
|
+
[Vanilla JS](https://designsystem.porsche.com/latest/start-coding/vanilla-js),
|
|
768
779
|
[Angular](https://designsystem.porsche.com/latest/start-coding/angular) and
|
|
769
780
|
[React](https://designsystem.porsche.com/latest/start-coding/react).
|
|
770
781
|
|
|
@@ -1000,8 +1011,8 @@ For advanced usage please [read further](https://designsystem.porsche.com/latest
|
|
|
1000
1011
|
#### Added
|
|
1001
1012
|
|
|
1002
1013
|
- `Grid` now has a `wrap` and `gutter` property
|
|
1003
|
-
- Components (`Grid Item`, `Flex Item`, `Tabs Item` and `Text List Item`) that require a specific parent (`Grid`,
|
|
1004
|
-
|
|
1014
|
+
- Components (`Grid Item`, `Flex Item`, `Tabs Item` and `Text List Item`) that require a specific parent (`Grid`,
|
|
1015
|
+
`Flex`, `Tabs` and `Text List`) will now throw an error if used without that parent
|
|
1005
1016
|
|
|
1006
1017
|
#### Fixed
|
|
1007
1018
|
|
|
@@ -1391,7 +1402,7 @@ For advanced usage please [read further](https://designsystem.porsche.com/latest
|
|
|
1391
1402
|
#### Added
|
|
1392
1403
|
|
|
1393
1404
|
- `Fieldset Wrapper` component
|
|
1394
|
-
- Improved SEO of `p-headline` and `p-text`: Added possibility to write semantic HTML tags (e.g. `<h1>-<h6>` or `<p
|
|
1405
|
+
- Improved SEO of `p-headline` and `p-text`: Added possibility to write semantic HTML tags (e.g. `<h1>-<h6>` or `<p>`,
|
|
1395
1406
|
`<blockquote>`, etc.) directly as slotted content.
|
|
1396
1407
|
- Possibility to include anchor tags directly as slots of `Link`, `Link Pure` and `Link Social`
|
|
1397
1408
|
- `Text` new `weight` property `semibold`
|
|
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
8
8
|
import { ProxyCmp, proxyOutputs } from '../../utils';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
|
-
const inputs = ['description', 'disablePagination', 'heading', 'intl', 'slidesPerPage', 'theme', 'wrapContent'];
|
|
10
|
+
const inputs = ['description', 'disablePagination', 'heading', 'intl', 'rewind', 'slidesPerPage', 'theme', 'wrapContent'];
|
|
11
11
|
const outputs = ['carouselChange'];
|
|
12
12
|
let PCarousel = class PCarousel {
|
|
13
13
|
constructor(c, r, z) {
|
|
@@ -18,7 +18,7 @@ let PCarousel = class PCarousel {
|
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
20
|
PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
-
PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", slidesPerPage: "slidesPerPage", theme: "theme", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
21
|
+
PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", rewind: "rewind", slidesPerPage: "slidesPerPage", theme: "theme", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
22
22
|
PCarousel = __decorate([
|
|
23
23
|
ProxyCmp({
|
|
24
24
|
inputs
|
|
@@ -35,4 +35,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
35
35
|
outputs
|
|
36
36
|
}]
|
|
37
37
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
38
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
38
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Fyb3VzZWwud3JhcHBlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItd3JhcHBlci9zcmMvbGliL2NvbXBvbmVudHMvY2Fyb3VzZWwud3JhcHBlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7QUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQXFCLFNBQVMsRUFBb0MsTUFBTSxlQUFlLENBQUM7QUFDeEgsT0FBTyxFQUFFLFFBQVEsRUFBRSxZQUFZLEVBQUUsTUFBTSxhQUFhLENBQUM7O0FBR3JELE1BQU0sTUFBTSxHQUFhLENBQUMsYUFBYSxFQUFFLG1CQUFtQixFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsUUFBUSxFQUFFLGVBQWUsRUFBRSxPQUFPLEVBQUUsYUFBYSxDQUFDLENBQUM7QUFDcEksTUFBTSxPQUFPLEdBQWEsQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO0lBWWhDLFNBQVMsU0FBVCxTQUFTO0lBWXBCLFlBQVksQ0FBb0IsRUFBRSxDQUFhLEVBQVksQ0FBUztRQUFULE1BQUMsR0FBRCxDQUFDLENBQVE7UUFDbEUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDO1FBQ1gsSUFBSSxDQUFDLEVBQUUsR0FBRyxDQUFDLENBQUMsYUFBYSxDQUFDO1FBQzFCLFlBQVksQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUM7SUFDOUIsQ0FBQztDQUNGLENBQUE7dUdBakJZLFNBQVM7MkZBQVQsU0FBUyw4VEFKViwyQkFBMkI7QUFJMUIsU0FBUztJQVZyQixRQUFRLENBQUM7UUFDUixNQUFNO0tBQ1AsQ0FBQztHQVFXLFNBQVMsQ0FpQnJCO1NBakJZLFNBQVM7NEZBQVQsU0FBUztrQkFQckIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUseUJBQXlCO29CQUNuQyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsTUFBTTtvQkFDTixPQUFPO2lCQUNSIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENoYW5nZURldGVjdG9yUmVmLCBDb21wb25lbnQsIEVsZW1lbnRSZWYsIEV2ZW50RW1pdHRlciwgTmdab25lIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBQcm94eUNtcCwgcHJveHlPdXRwdXRzIH0gZnJvbSAnLi4vLi4vdXRpbHMnO1xuaW1wb3J0IHR5cGUgeyBCcmVha3BvaW50Q3VzdG9taXphYmxlLCBDYXJvdXNlbEludGVybmF0aW9uYWxpemF0aW9uLCBDYXJvdXNlbENoYW5nZUV2ZW50LCBUaGVtZSB9IGZyb20gJy4uL3R5cGVzJztcblxuY29uc3QgaW5wdXRzOiBzdHJpbmdbXSA9IFsnZGVzY3JpcHRpb24nLCAnZGlzYWJsZVBhZ2luYXRpb24nLCAnaGVhZGluZycsICdpbnRsJywgJ3Jld2luZCcsICdzbGlkZXNQZXJQYWdlJywgJ3RoZW1lJywgJ3dyYXBDb250ZW50J107XG5jb25zdCBvdXRwdXRzOiBzdHJpbmdbXSA9IFsnY2Fyb3VzZWxDaGFuZ2UnXTtcblxuQFByb3h5Q21wKHtcbiAgaW5wdXRzXG59KVxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAncC1jYXJvdXNlbCxbcC1jYXJvdXNlbF0nLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgaW5wdXRzLFxuICBvdXRwdXRzXG59KVxuZXhwb3J0IGNsYXNzIFBDYXJvdXNlbCB7XG4gIHByb3RlY3RlZCBlbDogSFRNTEVsZW1lbnQ7XG4gIGRlc2NyaXB0aW9uOiBzdHJpbmc7XG4gIGRpc2FibGVQYWdpbmF0aW9uOiBCcmVha3BvaW50Q3VzdG9taXphYmxlPGJvb2xlYW4+O1xuICBoZWFkaW5nOiBzdHJpbmc7XG4gIGludGw6IENhcm91c2VsSW50ZXJuYXRpb25hbGl6YXRpb247XG4gIHJld2luZDogYm9vbGVhbjtcbiAgc2xpZGVzUGVyUGFnZTogQnJlYWtwb2ludEN1c3RvbWl6YWJsZTxudW1iZXI+O1xuICB0aGVtZTogVGhlbWU7XG4gIHdyYXBDb250ZW50OiBib29sZWFuO1xuICBjYXJvdXNlbENoYW5nZSE6IEV2ZW50RW1pdHRlcjxDdXN0b21FdmVudDxDYXJvdXNlbENoYW5nZUV2ZW50Pj47XG5cbiAgY29uc3RydWN0b3IoYzogQ2hhbmdlRGV0ZWN0b3JSZWYsIHI6IEVsZW1lbnRSZWYsIHByb3RlY3RlZCB6OiBOZ1pvbmUpIHtcbiAgICBjLmRldGFjaCgpO1xuICAgIHRoaXMuZWwgPSByLm5hdGl2ZUVsZW1lbnQ7XG4gICAgcHJveHlPdXRwdXRzKHRoaXMsIG91dHB1dHMpO1xuICB9XG59Il19
|
|
@@ -234,7 +234,7 @@ var __decorate$K = (this && this.__decorate) || function (decorators, target, ke
|
|
|
234
234
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
235
235
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
236
236
|
};
|
|
237
|
-
const inputs$F = ['description', 'disablePagination', 'heading', 'intl', 'slidesPerPage', 'theme', 'wrapContent'];
|
|
237
|
+
const inputs$F = ['description', 'disablePagination', 'heading', 'intl', 'rewind', 'slidesPerPage', 'theme', 'wrapContent'];
|
|
238
238
|
const outputs$a = ['carouselChange'];
|
|
239
239
|
let PCarousel = class PCarousel {
|
|
240
240
|
constructor(c, r, z) {
|
|
@@ -245,7 +245,7 @@ let PCarousel = class PCarousel {
|
|
|
245
245
|
}
|
|
246
246
|
};
|
|
247
247
|
PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
248
|
-
PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", slidesPerPage: "slidesPerPage", theme: "theme", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
248
|
+
PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", rewind: "rewind", slidesPerPage: "slidesPerPage", theme: "theme", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
249
249
|
PCarousel = __decorate$K([
|
|
250
250
|
ProxyCmp({
|
|
251
251
|
inputs: inputs$F
|