@porsche-design-system/components-angular 2.18.0-rc.0 → 2.18.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 +44 -11
- package/esm2020/lib/components/accordion.wrapper.mjs +3 -3
- package/esm2020/lib/components/banner.wrapper.mjs +3 -3
- package/esm2020/lib/components/button-group.wrapper.mjs +3 -3
- package/esm2020/lib/components/button-pure.wrapper.mjs +3 -3
- package/esm2020/lib/components/button.wrapper.mjs +3 -3
- package/esm2020/lib/components/carousel.wrapper.mjs +5 -5
- package/esm2020/lib/components/checkbox-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/content-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/divider.wrapper.mjs +3 -3
- package/esm2020/lib/components/fieldset-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/flex-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/flex.wrapper.mjs +3 -3
- package/esm2020/lib/components/grid-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/grid.wrapper.mjs +3 -3
- package/esm2020/lib/components/headline.wrapper.mjs +3 -3
- package/esm2020/lib/components/icon.wrapper.mjs +3 -3
- package/esm2020/lib/components/inline-notification.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-pure.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-social.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-tile.wrapper.mjs +3 -3
- package/esm2020/lib/components/link.wrapper.mjs +3 -3
- package/esm2020/lib/components/marque.wrapper.mjs +3 -3
- package/esm2020/lib/components/modal.wrapper.mjs +3 -3
- package/esm2020/lib/components/pagination.wrapper.mjs +3 -3
- package/esm2020/lib/components/popover.wrapper.mjs +3 -3
- package/esm2020/lib/components/radio-button-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/scroller.wrapper.mjs +3 -3
- package/esm2020/lib/components/segmented-control-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/segmented-control.wrapper.mjs +3 -3
- package/esm2020/lib/components/select-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/spinner.wrapper.mjs +3 -3
- package/esm2020/lib/components/stepper-horizontal-item.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-body.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-cell.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-head-cell.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-head-row.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-head.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-row.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-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/tabs.wrapper.mjs +3 -3
- package/esm2020/lib/components/tag-dismissible.wrapper.mjs +3 -3
- package/esm2020/lib/components/tag.wrapper.mjs +3 -3
- package/esm2020/lib/components/text-field-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/text-list-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/text-list.wrapper.mjs +3 -3
- package/esm2020/lib/components/text.wrapper.mjs +3 -3
- package/esm2020/lib/components/textarea-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/toast.wrapper.mjs +3 -3
- package/esm2020/lib/types.mjs +1 -1
- package/esm2020/porsche-design-system.module.mjs +4 -4
- package/esm2020/toast-manager.mjs +3 -3
- package/fesm2015/porsche-design-system-components-angular.mjs +164 -164
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +164 -164
- 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,39 @@ 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.2] - 2022-12-14
|
|
13
|
+
|
|
14
|
+
#### Added
|
|
15
|
+
|
|
16
|
+
- Validation to ensure crucial partials are used.
|
|
17
|
+
**Disclaimer:** The Porsche Design System will **not** inject its initial styles anymore. Please use the
|
|
18
|
+
`getInitialStyles()` partial to reduce flash of unstyled content (FOUC) as described here:
|
|
19
|
+
**https://designsystem.porsche.com/v2/partials/initial-styles**
|
|
20
|
+
|
|
21
|
+
#### Changed
|
|
22
|
+
|
|
23
|
+
- `line-height` calculation for all components is handled CSS only now by using `ex`-unit in combination with `calc()`
|
|
24
|
+
which gives the best performance, the easiest possible integration and respects UI best practices in having **larger**
|
|
25
|
+
`line-height` values for **small** `font-size` definitions and **smaller** `line-height` values for **larger**
|
|
26
|
+
`font-size` definitions. The calculated values by CSS slightly differ compared to the ones calculated by JavaScript,
|
|
27
|
+
which might result in minor visual changes.
|
|
28
|
+
|
|
29
|
+
#### Fixed
|
|
30
|
+
|
|
31
|
+
- Screen reader announcements of `Textfield` and `Textarea` in `counter` mode
|
|
32
|
+
- Screen reader announcements in `Select Wrapper`
|
|
33
|
+
|
|
34
|
+
### [2.18.0-rc.1] - 2022-11-24
|
|
35
|
+
|
|
36
|
+
#### Added
|
|
37
|
+
|
|
38
|
+
- `Carousel` now has a `rewind` property, better prev/next icons, a `max-width` for `heading` and `description` and
|
|
39
|
+
support for slotted `description`
|
|
40
|
+
|
|
41
|
+
#### Fixed
|
|
42
|
+
|
|
43
|
+
- `Select Wrapper` height if text is zoomed up to 200%
|
|
44
|
+
|
|
12
45
|
### [2.18.0-rc.0] - 2022-11-17
|
|
13
46
|
|
|
14
47
|
#### Added
|
|
@@ -260,9 +293,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
260
293
|
|
|
261
294
|
- **[EXPERIMENTAL]** `getInitialStyles` partial now accepts a `skeletonTagNames` array of component names that will
|
|
262
295
|
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
|
|
296
|
+
- **[EXPERIMENTAL]** `Button`, `Button Pure`, `Checkbox Wrapper`, `Fieldset Wrapper`, `Link`, `Link Pure`,
|
|
297
|
+
`Link Social`, `Radio Button Wrapper`, `Select Wrapper`, `Text Field Wrapper`, `Textarea Wrapper` can now have initial
|
|
298
|
+
skeleton styles when passed as `skeletonTagNames` to the `getInitialStyles` partial
|
|
266
299
|
|
|
267
300
|
### [2.9.2] - 2022-03-24
|
|
268
301
|
|
|
@@ -315,12 +348,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
315
348
|
#### Added
|
|
316
349
|
|
|
317
350
|
- `getFontFaceStylesheet` returns additional `<link>` tags with `rel="preconnect"` and `rel="dns-prefetch"`
|
|
318
|
-
- Option `format` to partials `getFontFaceStylesheet`, `getComponentChunkLinks()`, `getFontLinks()`, `getIconLinks()
|
|
351
|
+
- Option `format` to partials `getFontFaceStylesheet`, `getComponentChunkLinks()`, `getFontLinks()`, `getIconLinks()`,
|
|
319
352
|
`getInitialStyles()`, `getLoaderScript()` and `getMetaTagsAndIconLinks()`
|
|
320
353
|
|
|
321
354
|
#### Deprecated
|
|
322
355
|
|
|
323
|
-
- The option `withoutTags` of partials `getFontFaceStylesheet`, `getComponentChunkLinks()`, `getFontLinks()
|
|
356
|
+
- The option `withoutTags` of partials `getFontFaceStylesheet`, `getComponentChunkLinks()`, `getFontLinks()`,
|
|
324
357
|
`getIconLinks()`, `getInitialStyles()`, `getLoaderScript()` and `getMetaTagsAndIconLinks()` is deprecated and will be
|
|
325
358
|
removed in `v3.0.0`. Please use `format: 'jsx'` instead.
|
|
326
359
|
|
|
@@ -481,8 +514,8 @@ color contrast and might even be removed in an upcoming major release again.
|
|
|
481
514
|
|
|
482
515
|
#### Added
|
|
483
516
|
|
|
484
|
-
- New `aria` property for `ARIA` attribute handling for: `Button`, `Button Pure`, `Icon`, `Link`, `Link Pure`, `Marque
|
|
485
|
-
|
|
517
|
+
- New `aria` property for `ARIA` attribute handling for: `Button`, `Button Pure`, `Icon`, `Link`, `Link Pure`, `Marque`,
|
|
518
|
+
`Spinner`
|
|
486
519
|
|
|
487
520
|
#### Fixed
|
|
488
521
|
|
|
@@ -764,7 +797,7 @@ intranet applications).
|
|
|
764
797
|
In case of a micro-frontend architecture, multiple instances and versions of the Porsche Design System can be combined
|
|
765
798
|
in a final application by configurable prefixing technique of the Porsche Design System components during runtime.
|
|
766
799
|
Please refer to our framework specific guidelines
|
|
767
|
-
[Vanilla JS](https://designsystem.porsche.com/latest/start-coding/vanilla-js)
|
|
800
|
+
[Vanilla JS](https://designsystem.porsche.com/latest/start-coding/vanilla-js),
|
|
768
801
|
[Angular](https://designsystem.porsche.com/latest/start-coding/angular) and
|
|
769
802
|
[React](https://designsystem.porsche.com/latest/start-coding/react).
|
|
770
803
|
|
|
@@ -1000,8 +1033,8 @@ For advanced usage please [read further](https://designsystem.porsche.com/latest
|
|
|
1000
1033
|
#### Added
|
|
1001
1034
|
|
|
1002
1035
|
- `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
|
-
|
|
1036
|
+
- Components (`Grid Item`, `Flex Item`, `Tabs Item` and `Text List Item`) that require a specific parent (`Grid`,
|
|
1037
|
+
`Flex`, `Tabs` and `Text List`) will now throw an error if used without that parent
|
|
1005
1038
|
|
|
1006
1039
|
#### Fixed
|
|
1007
1040
|
|
|
@@ -1391,7 +1424,7 @@ For advanced usage please [read further](https://designsystem.porsche.com/latest
|
|
|
1391
1424
|
#### Added
|
|
1392
1425
|
|
|
1393
1426
|
- `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
|
|
1427
|
+
- Improved SEO of `p-headline` and `p-text`: Added possibility to write semantic HTML tags (e.g. `<h1>-<h6>` or `<p>`,
|
|
1395
1428
|
`<blockquote>`, etc.) directly as slotted content.
|
|
1396
1429
|
- Possibility to include anchor tags directly as slots of `Link`, `Link Pure` and `Link Social`
|
|
1397
1430
|
- `Text` new `weight` property `semibold`
|
|
@@ -17,15 +17,15 @@ let PAccordion = class PAccordion {
|
|
|
17
17
|
proxyOutputs(this, outputs);
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
|
-
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21
|
-
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20
|
+
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
+
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PAccordion, selector: "p-accordion,[p-accordion]", inputs: { compact: "compact", heading: "heading", open: "open", size: "size", tag: "tag", theme: "theme" }, outputs: { accordionChange: "accordionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
22
22
|
PAccordion = __decorate([
|
|
23
23
|
ProxyCmp({
|
|
24
24
|
inputs
|
|
25
25
|
})
|
|
26
26
|
], PAccordion);
|
|
27
27
|
export { PAccordion };
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PAccordion, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: 'p-accordion,[p-accordion]',
|
|
@@ -17,15 +17,15 @@ let PBanner = class PBanner {
|
|
|
17
17
|
proxyOutputs(this, outputs);
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
|
-
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21
|
-
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20
|
+
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
+
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PBanner, selector: "p-banner,[p-banner]", inputs: { persistent: "persistent", state: "state", theme: "theme", width: "width" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
22
22
|
PBanner = __decorate([
|
|
23
23
|
ProxyCmp({
|
|
24
24
|
inputs
|
|
25
25
|
})
|
|
26
26
|
], PBanner);
|
|
27
27
|
export { PBanner };
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PBanner, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: 'p-banner,[p-banner]',
|
|
@@ -15,15 +15,15 @@ let PButtonGroup = class PButtonGroup {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
+
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PButtonGroup, selector: "p-button-group,[p-button-group]", inputs: { direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PButtonGroup = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PButtonGroup);
|
|
25
25
|
export { PButtonGroup };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButtonGroup, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-button-group,[p-button-group]',
|
|
@@ -15,15 +15,15 @@ let PButtonPure = class PButtonPure {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
+
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButtonPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PButtonPure, selector: "p-button-pure,[p-button-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", size: "size", stretch: "stretch", tabbable: "tabbable", theme: "theme", type: "type", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PButtonPure = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PButtonPure);
|
|
25
25
|
export { PButtonPure };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButtonPure, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-button-pure,[p-button-pure]',
|
|
@@ -15,15 +15,15 @@ let PButton = class PButton {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
+
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PButton, selector: "p-button,[p-button]", inputs: { aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", tabbable: "tabbable", theme: "theme", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PButton = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PButton);
|
|
25
25
|
export { PButton };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButton, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-button,[p-button]',
|
|
@@ -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) {
|
|
@@ -17,15 +17,15 @@ let PCarousel = class PCarousel {
|
|
|
17
17
|
proxyOutputs(this, outputs);
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
|
-
PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21
|
-
PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20
|
+
PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", 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.12", 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
|
|
25
25
|
})
|
|
26
26
|
], PCarousel);
|
|
27
27
|
export { PCarousel };
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCarousel, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: 'p-carousel,[p-carousel]',
|
|
@@ -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
|
|
@@ -15,15 +15,15 @@ let PCheckboxWrapper = class PCheckboxWrapper {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
+
PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCheckboxWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PCheckboxWrapper, selector: "p-checkbox-wrapper,[p-checkbox-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", message: "message", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PCheckboxWrapper = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PCheckboxWrapper);
|
|
25
25
|
export { PCheckboxWrapper };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCheckboxWrapper, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-checkbox-wrapper,[p-checkbox-wrapper]',
|
|
@@ -15,15 +15,15 @@ let PContentWrapper = class PContentWrapper {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
+
PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PContentWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PContentWrapper, selector: "p-content-wrapper,[p-content-wrapper]", inputs: { backgroundColor: "backgroundColor", theme: "theme", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PContentWrapper = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PContentWrapper);
|
|
25
25
|
export { PContentWrapper };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PContentWrapper, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-content-wrapper,[p-content-wrapper]',
|
|
@@ -15,15 +15,15 @@ let PDivider = class PDivider {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
+
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PDivider, selector: "p-divider,[p-divider]", inputs: { color: "color", orientation: "orientation", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PDivider = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PDivider);
|
|
25
25
|
export { PDivider };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDivider, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-divider,[p-divider]',
|
|
@@ -15,15 +15,15 @@ let PFieldsetWrapper = class PFieldsetWrapper {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
+
PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFieldsetWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PFieldsetWrapper, selector: "p-fieldset-wrapper,[p-fieldset-wrapper]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PFieldsetWrapper = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PFieldsetWrapper);
|
|
25
25
|
export { PFieldsetWrapper };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFieldsetWrapper, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
|
|
@@ -15,15 +15,15 @@ let PFlexItem = class PFlexItem {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
+
PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlexItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PFlexItem, selector: "p-flex-item,[p-flex-item]", inputs: { alignSelf: "alignSelf", flex: "flex", grow: "grow", offset: "offset", shrink: "shrink", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PFlexItem = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PFlexItem);
|
|
25
25
|
export { PFlexItem };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlexItem, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-flex-item,[p-flex-item]',
|
|
@@ -15,15 +15,15 @@ let PFlex = class PFlex {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
+
PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlex, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PFlex, selector: "p-flex,[p-flex]", inputs: { alignContent: "alignContent", alignItems: "alignItems", direction: "direction", inline: "inline", justifyContent: "justifyContent", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PFlex = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PFlex);
|
|
25
25
|
export { PFlex };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlex, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-flex,[p-flex]',
|
|
@@ -15,15 +15,15 @@ let PGridItem = class PGridItem {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
+
PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGridItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PGridItem, selector: "p-grid-item,[p-grid-item]", inputs: { offset: "offset", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PGridItem = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PGridItem);
|
|
25
25
|
export { PGridItem };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGridItem, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-grid-item,[p-grid-item]',
|
|
@@ -15,15 +15,15 @@ let PGrid = class PGrid {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
+
PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PGrid, selector: "p-grid,[p-grid]", inputs: { direction: "direction", gutter: "gutter", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PGrid = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PGrid);
|
|
25
25
|
export { PGrid };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGrid, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-grid,[p-grid]',
|
|
@@ -15,15 +15,15 @@ let PHeadline = class PHeadline {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
+
PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PHeadline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PHeadline, selector: "p-headline,[p-headline]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", tag: "tag", theme: "theme", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PHeadline = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PHeadline);
|
|
25
25
|
export { PHeadline };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PHeadline, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-headline,[p-headline]',
|
|
@@ -15,15 +15,15 @@ let PIcon = class PIcon {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
+
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PIcon, selector: "p-icon,[p-icon]", inputs: { aria: "aria", color: "color", lazy: "lazy", name: "name", size: "size", source: "source", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PIcon = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PIcon);
|
|
25
25
|
export { PIcon };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PIcon, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-icon,[p-icon]',
|
|
@@ -17,15 +17,15 @@ let PInlineNotification = class PInlineNotification {
|
|
|
17
17
|
proxyOutputs(this, outputs);
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
|
-
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
21
|
-
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
20
|
+
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PInlineNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
+
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PInlineNotification, selector: "p-inline-notification,[p-inline-notification]", inputs: { actionIcon: "actionIcon", actionLabel: "actionLabel", actionLoading: "actionLoading", description: "description", heading: "heading", persistent: "persistent", state: "state", theme: "theme" }, outputs: { action: "action", dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
22
22
|
PInlineNotification = __decorate([
|
|
23
23
|
ProxyCmp({
|
|
24
24
|
inputs
|
|
25
25
|
})
|
|
26
26
|
], PInlineNotification);
|
|
27
27
|
export { PInlineNotification };
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PInlineNotification, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: 'p-inline-notification,[p-inline-notification]',
|
|
@@ -15,15 +15,15 @@ let PLinkPure = class PLinkPure {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
+
PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PLinkPure, selector: "p-link-pure,[p-link-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", size: "size", stretch: "stretch", target: "target", theme: "theme", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PLinkPure = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PLinkPure);
|
|
25
25
|
export { PLinkPure };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkPure, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-link-pure,[p-link-pure]',
|
|
@@ -15,15 +15,15 @@ let PLinkSocial = class PLinkSocial {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
+
PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkSocial, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PLinkSocial, selector: "p-link-social,[p-link-social]", inputs: { hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PLinkSocial = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PLinkSocial);
|
|
25
25
|
export { PLinkSocial };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkSocial, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-link-social,[p-link-social]',
|
|
@@ -15,15 +15,15 @@ let PLinkTile = class PLinkTile {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
+
PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PLinkTile, selector: "p-link-tile,[p-link-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", compact: "compact", description: "description", download: "download", gradient: "gradient", href: "href", label: "label", rel: "rel", size: "size", target: "target", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PLinkTile = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PLinkTile);
|
|
25
25
|
export { PLinkTile };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkTile, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-link-tile,[p-link-tile]',
|
|
@@ -15,15 +15,15 @@ let PLink = class PLink {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
+
PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PLink, selector: "p-link,[p-link]", inputs: { aria: "aria", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", theme: "theme", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PLink = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PLink);
|
|
25
25
|
export { PLink };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLink, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-link,[p-link]',
|