@porsche-design-system/components-angular 3.16.0-rc.2 → 3.17.0-rc.0
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 +72 -1
- package/esm/lib/components/barrel.d.ts +1 -0
- package/esm/lib/components/content-wrapper.wrapper.d.ts +0 -1
- package/esm/lib/components/fieldset-wrapper.wrapper.d.ts +0 -1
- package/esm/lib/components/flex-item.wrapper.d.ts +0 -1
- package/esm/lib/components/flex.wrapper.d.ts +0 -1
- package/esm/lib/components/flyout.wrapper.d.ts +3 -1
- package/esm/lib/components/grid-item.wrapper.d.ts +0 -1
- package/esm/lib/components/grid.wrapper.d.ts +0 -1
- package/esm/lib/components/headline.wrapper.d.ts +0 -1
- package/esm/lib/components/link-social.wrapper.d.ts +0 -1
- package/esm/lib/components/modal.wrapper.d.ts +3 -1
- package/esm/lib/components/optgroup.wrapper.d.ts +8 -0
- package/esm/lib/components/tag.wrapper.d.ts +2 -1
- package/esm/lib/types.d.ts +14 -2
- package/esm/porsche-design-system.module.d.ts +35 -34
- package/esm2022/lib/components/accordion.wrapper.mjs +3 -3
- package/esm2022/lib/components/banner.wrapper.mjs +3 -3
- package/esm2022/lib/components/barrel.mjs +4 -1
- package/esm2022/lib/components/button-group.wrapper.mjs +3 -3
- package/esm2022/lib/components/button-pure.wrapper.mjs +3 -3
- package/esm2022/lib/components/button-tile.wrapper.mjs +3 -3
- package/esm2022/lib/components/button.wrapper.mjs +3 -3
- package/esm2022/lib/components/canvas.wrapper.mjs +3 -3
- package/esm2022/lib/components/carousel.wrapper.mjs +3 -3
- package/esm2022/lib/components/checkbox-wrapper.wrapper.mjs +3 -3
- package/esm2022/lib/components/content-wrapper.wrapper.mjs +4 -5
- package/esm2022/lib/components/crest.wrapper.mjs +3 -3
- package/esm2022/lib/components/display.wrapper.mjs +3 -3
- package/esm2022/lib/components/divider.wrapper.mjs +3 -3
- package/esm2022/lib/components/fieldset-wrapper.wrapper.mjs +4 -5
- package/esm2022/lib/components/fieldset.wrapper.mjs +3 -3
- package/esm2022/lib/components/flex-item.wrapper.mjs +4 -5
- package/esm2022/lib/components/flex.wrapper.mjs +4 -5
- package/esm2022/lib/components/flyout-multilevel-item.wrapper.mjs +3 -3
- package/esm2022/lib/components/flyout-multilevel.wrapper.mjs +3 -3
- package/esm2022/lib/components/flyout.wrapper.mjs +7 -5
- package/esm2022/lib/components/grid-item.wrapper.mjs +4 -5
- package/esm2022/lib/components/grid.wrapper.mjs +4 -5
- package/esm2022/lib/components/heading.wrapper.mjs +3 -3
- package/esm2022/lib/components/headline.wrapper.mjs +4 -5
- package/esm2022/lib/components/icon.wrapper.mjs +3 -3
- package/esm2022/lib/components/inline-notification.wrapper.mjs +3 -3
- package/esm2022/lib/components/link-pure.wrapper.mjs +3 -3
- package/esm2022/lib/components/link-social.wrapper.mjs +4 -5
- package/esm2022/lib/components/link-tile-model-signature.wrapper.mjs +3 -3
- package/esm2022/lib/components/link-tile-product.wrapper.mjs +3 -3
- package/esm2022/lib/components/link-tile.wrapper.mjs +3 -3
- package/esm2022/lib/components/link.wrapper.mjs +3 -3
- package/esm2022/lib/components/marque.wrapper.mjs +3 -3
- package/esm2022/lib/components/modal.wrapper.mjs +7 -5
- package/esm2022/lib/components/model-signature.wrapper.mjs +3 -3
- package/esm2022/lib/components/multi-select-option.wrapper.mjs +3 -3
- package/esm2022/lib/components/multi-select.wrapper.mjs +3 -3
- package/esm2022/lib/components/optgroup.wrapper.mjs +18 -0
- package/esm2022/lib/components/pagination.wrapper.mjs +3 -3
- package/esm2022/lib/components/pin-code.wrapper.mjs +3 -3
- package/esm2022/lib/components/popover.wrapper.mjs +3 -3
- package/esm2022/lib/components/radio-button-wrapper.wrapper.mjs +3 -3
- package/esm2022/lib/components/scroller.wrapper.mjs +3 -3
- package/esm2022/lib/components/segmented-control-item.wrapper.mjs +3 -3
- package/esm2022/lib/components/segmented-control.wrapper.mjs +3 -3
- package/esm2022/lib/components/select-option.wrapper.mjs +3 -3
- package/esm2022/lib/components/select-wrapper.wrapper.mjs +3 -3
- package/esm2022/lib/components/select.wrapper.mjs +3 -3
- package/esm2022/lib/components/spinner.wrapper.mjs +3 -3
- package/esm2022/lib/components/stepper-horizontal-item.wrapper.mjs +3 -3
- package/esm2022/lib/components/stepper-horizontal.wrapper.mjs +3 -3
- package/esm2022/lib/components/switch.wrapper.mjs +3 -3
- package/esm2022/lib/components/table-body.wrapper.mjs +3 -3
- package/esm2022/lib/components/table-cell.wrapper.mjs +3 -3
- package/esm2022/lib/components/table-head-cell.wrapper.mjs +3 -3
- package/esm2022/lib/components/table-head-row.wrapper.mjs +3 -3
- package/esm2022/lib/components/table-head.wrapper.mjs +3 -3
- package/esm2022/lib/components/table-row.wrapper.mjs +3 -3
- package/esm2022/lib/components/table.wrapper.mjs +3 -3
- package/esm2022/lib/components/tabs-bar.wrapper.mjs +3 -3
- package/esm2022/lib/components/tabs-item.wrapper.mjs +3 -3
- package/esm2022/lib/components/tabs.wrapper.mjs +3 -3
- package/esm2022/lib/components/tag-dismissible.wrapper.mjs +3 -3
- package/esm2022/lib/components/tag.wrapper.mjs +6 -5
- package/esm2022/lib/components/text-field-wrapper.wrapper.mjs +3 -3
- package/esm2022/lib/components/text-list-item.wrapper.mjs +3 -3
- package/esm2022/lib/components/text-list.wrapper.mjs +3 -3
- package/esm2022/lib/components/text.wrapper.mjs +3 -3
- package/esm2022/lib/components/textarea-wrapper.wrapper.mjs +3 -3
- package/esm2022/lib/components/toast.wrapper.mjs +3 -3
- package/esm2022/lib/components/wordmark.wrapper.mjs +3 -3
- package/esm2022/lib/types.mjs +1 -1
- package/esm2022/porsche-design-system.module.mjs +39 -38
- package/esm2022/toast-manager.mjs +3 -3
- package/esm2022/utils.mjs +6 -6
- package/fesm2022/porsche-design-system-components-angular.mjs +248 -235
- package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
- package/jsdom-polyfill/index.d.ts +0 -1
- package/package.json +2 -2
|
@@ -22,10 +22,10 @@ export class PCarousel extends BaseComponentWithTheme {
|
|
|
22
22
|
/** @deprecated */
|
|
23
23
|
carouselChange = new EventEmitter();
|
|
24
24
|
update = new EventEmitter();
|
|
25
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
26
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
25
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PCarousel, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
26
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { activeSlideIndex: "activeSlideIndex", alignHeader: "alignHeader", aria: "aria", description: "description", disablePagination: "disablePagination", heading: "heading", headingSize: "headingSize", intl: "intl", pagination: "pagination", rewind: "rewind", skipLinkTarget: "skipLinkTarget", slidesPerPage: "slidesPerPage", theme: "theme", width: "width", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
27
27
|
}
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PCarousel, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: 'p-carousel,[p-carousel]',
|
|
@@ -8,10 +8,10 @@ export class PCheckboxWrapper extends BaseComponentWithTheme {
|
|
|
8
8
|
message;
|
|
9
9
|
state;
|
|
10
10
|
theme;
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PCheckboxWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PCheckboxWrapper, selector: "p-checkbox-wrapper,[p-checkbox-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", loading: "loading", message: "message", state: "state", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
13
13
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PCheckboxWrapper, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
16
|
args: [{
|
|
17
17
|
selector: 'p-checkbox-wrapper,[p-checkbox-wrapper]',
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import { Component } from '@angular/core';
|
|
2
2
|
import { BaseComponentWithTheme } from '../../utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
5
4
|
export class PContentWrapper extends BaseComponentWithTheme {
|
|
6
5
|
/** @deprecated */
|
|
7
6
|
backgroundColor;
|
|
8
7
|
/** @deprecated */
|
|
9
8
|
theme;
|
|
10
9
|
width;
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PContentWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PContentWrapper, selector: "p-content-wrapper,[p-content-wrapper]", inputs: { backgroundColor: "backgroundColor", theme: "theme", width: "width" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
13
12
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PContentWrapper, decorators: [{
|
|
15
14
|
type: Component,
|
|
16
15
|
args: [{
|
|
17
16
|
selector: 'p-content-wrapper,[p-content-wrapper]',
|
|
@@ -19,4 +18,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
19
18
|
inputs: ['backgroundColor', 'theme', 'width']
|
|
20
19
|
}]
|
|
21
20
|
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGVudC13cmFwcGVyLndyYXBwZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLXdyYXBwZXIvc3JjL2xpYi9jb21wb25lbnRzL2NvbnRlbnQtd3JhcHBlci53cmFwcGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sYUFBYSxDQUFDOztBQVFyRCxNQUFNLE9BQU8sZUFBZ0IsU0FBUSxzQkFBc0I7SUFDekQsa0JBQWtCO0lBQ2xCLGVBQWUsQ0FBaUM7SUFDaEQsa0JBQWtCO0lBQ1YsS0FBSyxDQUFTO0lBQ3RCLEtBQUssQ0FBdUI7dUdBTGpCLGVBQWU7MkZBQWYsZUFBZSxvTEFIaEIsZ0JBQWdCOzsyRkFHZixlQUFlO2tCQUwzQixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSx1Q0FBdUM7b0JBQ2pELFFBQVEsRUFBRSxnQkFBZ0I7b0JBQzFCLE1BQU0sRUFBRSxDQUFDLGlCQUFpQixFQUFFLE9BQU8sRUFBRSxPQUFPLENBQUM7aUJBQzlDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCYXNlQ29tcG9uZW50V2l0aFRoZW1lIH0gZnJvbSAnLi4vLi4vdXRpbHMnO1xuaW1wb3J0IHR5cGUgeyBDb250ZW50V3JhcHBlckJhY2tncm91bmRDb2xvciwgVGhlbWUsIENvbnRlbnRXcmFwcGVyV2lkdGggfSBmcm9tICcuLi90eXBlcyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3AtY29udGVudC13cmFwcGVyLFtwLWNvbnRlbnQtd3JhcHBlcl0nLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50IC8+JyxcbiAgaW5wdXRzOiBbJ2JhY2tncm91bmRDb2xvcicsICd0aGVtZScsICd3aWR0aCddXG59KVxuZXhwb3J0IGNsYXNzIFBDb250ZW50V3JhcHBlciBleHRlbmRzIEJhc2VDb21wb25lbnRXaXRoVGhlbWUge1xuICAvKiogQGRlcHJlY2F0ZWQgKi9cbiAgYmFja2dyb3VuZENvbG9yPzogQ29udGVudFdyYXBwZXJCYWNrZ3JvdW5kQ29sb3I7XG4gIC8qKiBAZGVwcmVjYXRlZCAqL1xuICBkZWNsYXJlIHRoZW1lPzogVGhlbWU7XG4gIHdpZHRoPzogQ29udGVudFdyYXBwZXJXaWR0aDtcbn0iXX0=
|
|
@@ -5,10 +5,10 @@ export class PCrest extends BaseComponent {
|
|
|
5
5
|
aria;
|
|
6
6
|
href;
|
|
7
7
|
target;
|
|
8
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
8
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PCrest, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PCrest, selector: "p-crest,[p-crest]", inputs: { aria: "aria", href: "href", target: "target" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PCrest, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
13
|
args: [{
|
|
14
14
|
selector: 'p-crest,[p-crest]',
|
|
@@ -8,10 +8,10 @@ export class PDisplay extends BaseComponentWithTheme {
|
|
|
8
8
|
size;
|
|
9
9
|
tag;
|
|
10
10
|
theme;
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PDisplay, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PDisplay, selector: "p-display,[p-display]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
13
13
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PDisplay, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
16
|
args: [{
|
|
17
17
|
selector: 'p-display,[p-display]',
|
|
@@ -7,10 +7,10 @@ export class PDivider extends BaseComponentWithTheme {
|
|
|
7
7
|
/** @deprecated */
|
|
8
8
|
orientation;
|
|
9
9
|
theme;
|
|
10
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PDivider, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PDivider, selector: "p-divider,[p-divider]", inputs: { color: "color", direction: "direction", orientation: "orientation", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
12
12
|
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PDivider, decorators: [{
|
|
14
14
|
type: Component,
|
|
15
15
|
args: [{
|
|
16
16
|
selector: 'p-divider,[p-divider]',
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Component } from '@angular/core';
|
|
2
2
|
import { BaseComponentWithTheme } from '../../utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
/** @deprecated since v3.0.0, will be removed with next major release. Please use "p-fieldset" instead. */
|
|
5
4
|
export class PFieldsetWrapper extends BaseComponentWithTheme {
|
|
6
5
|
label;
|
|
7
6
|
labelSize;
|
|
@@ -9,10 +8,10 @@ export class PFieldsetWrapper extends BaseComponentWithTheme {
|
|
|
9
8
|
required;
|
|
10
9
|
state;
|
|
11
10
|
theme;
|
|
12
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PFieldsetWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PFieldsetWrapper, selector: "p-fieldset-wrapper,[p-fieldset-wrapper]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
14
13
|
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PFieldsetWrapper, decorators: [{
|
|
16
15
|
type: Component,
|
|
17
16
|
args: [{
|
|
18
17
|
selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
|
|
@@ -20,4 +19,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
20
19
|
inputs: ['label', 'labelSize', 'message', 'required', 'state', 'theme']
|
|
21
20
|
}]
|
|
22
21
|
}] });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmllbGRzZXQtd3JhcHBlci53cmFwcGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci13cmFwcGVyL3NyYy9saWIvY29tcG9uZW50cy9maWVsZHNldC13cmFwcGVyLndyYXBwZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxhQUFhLENBQUM7O0FBUXJELE1BQU0sT0FBTyxnQkFBaUIsU0FBUSxzQkFBc0I7SUFDMUQsS0FBSyxDQUFVO0lBQ2YsU0FBUyxDQUE0QjtJQUNyQyxPQUFPLENBQVU7SUFDakIsUUFBUSxDQUFXO0lBQ25CLEtBQUssQ0FBd0I7SUFDckIsS0FBSyxDQUFTO3VHQU5YLGdCQUFnQjsyRkFBaEIsZ0JBQWdCLG9PQUhqQixnQkFBZ0I7OzJGQUdmLGdCQUFnQjtrQkFMNUIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUseUNBQXlDO29CQUNuRCxRQUFRLEVBQUUsZ0JBQWdCO29CQUMxQixNQUFNLEVBQUUsQ0FBQyxPQUFPLEVBQUUsV0FBVyxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsT0FBTyxFQUFFLE9BQU8sQ0FBQztpQkFDeEUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJhc2VDb21wb25lbnRXaXRoVGhlbWUgfSBmcm9tICcuLi8uLi91dGlscyc7XG5pbXBvcnQgdHlwZSB7IEZpZWxkc2V0V3JhcHBlckxhYmVsU2l6ZSwgRmllbGRzZXRXcmFwcGVyU3RhdGUsIFRoZW1lIH0gZnJvbSAnLi4vdHlwZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdwLWZpZWxkc2V0LXdyYXBwZXIsW3AtZmllbGRzZXQtd3JhcHBlcl0nLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50IC8+JyxcbiAgaW5wdXRzOiBbJ2xhYmVsJywgJ2xhYmVsU2l6ZScsICdtZXNzYWdlJywgJ3JlcXVpcmVkJywgJ3N0YXRlJywgJ3RoZW1lJ11cbn0pXG5leHBvcnQgY2xhc3MgUEZpZWxkc2V0V3JhcHBlciBleHRlbmRzIEJhc2VDb21wb25lbnRXaXRoVGhlbWUge1xuICBsYWJlbD86IHN0cmluZztcbiAgbGFiZWxTaXplPzogRmllbGRzZXRXcmFwcGVyTGFiZWxTaXplO1xuICBtZXNzYWdlPzogc3RyaW5nO1xuICByZXF1aXJlZD86IGJvb2xlYW47XG4gIHN0YXRlPzogRmllbGRzZXRXcmFwcGVyU3RhdGU7XG4gIGRlY2xhcmUgdGhlbWU/OiBUaGVtZTtcbn0iXX0=
|
|
@@ -8,10 +8,10 @@ export class PFieldset extends BaseComponentWithTheme {
|
|
|
8
8
|
required;
|
|
9
9
|
state;
|
|
10
10
|
theme;
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PFieldset, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PFieldset, selector: "p-fieldset,[p-fieldset]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
13
13
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PFieldset, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
16
|
args: [{
|
|
17
17
|
selector: 'p-fieldset,[p-fieldset]',
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Component } from '@angular/core';
|
|
2
2
|
import { BaseComponent } from '../../utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
|
|
5
4
|
export class PFlexItem extends BaseComponent {
|
|
6
5
|
alignSelf;
|
|
7
6
|
flex;
|
|
@@ -9,10 +8,10 @@ export class PFlexItem extends BaseComponent {
|
|
|
9
8
|
offset;
|
|
10
9
|
shrink;
|
|
11
10
|
width;
|
|
12
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PFlexItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PFlexItem, selector: "p-flex-item,[p-flex-item]", inputs: { alignSelf: "alignSelf", flex: "flex", grow: "grow", offset: "offset", shrink: "shrink", width: "width" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
14
13
|
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PFlexItem, decorators: [{
|
|
16
15
|
type: Component,
|
|
17
16
|
args: [{
|
|
18
17
|
selector: 'p-flex-item,[p-flex-item]',
|
|
@@ -20,4 +19,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
20
19
|
inputs: ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width']
|
|
21
20
|
}]
|
|
22
21
|
}] });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmxleC1pdGVtLndyYXBwZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLXdyYXBwZXIvc3JjL2xpYi9jb21wb25lbnRzL2ZsZXgtaXRlbS53cmFwcGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGFBQWEsQ0FBQzs7QUFRNUMsTUFBTSxPQUFPLFNBQVUsU0FBUSxhQUFhO0lBQzFDLFNBQVMsQ0FBNkM7SUFDdEQsSUFBSSxDQUF3QztJQUM1QyxJQUFJLENBQXdDO0lBQzVDLE1BQU0sQ0FBMEM7SUFDaEQsTUFBTSxDQUEwQztJQUNoRCxLQUFLLENBQXlDO3VHQU5uQyxTQUFTOzJGQUFULFNBQVMsNE1BSFYsZ0JBQWdCOzsyRkFHZixTQUFTO2tCQUxyQixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLFFBQVEsRUFBRSxnQkFBZ0I7b0JBQzFCLE1BQU0sRUFBRSxDQUFDLFdBQVcsRUFBRSxNQUFNLEVBQUUsTUFBTSxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUUsT0FBTyxDQUFDO2lCQUNuRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFzZUNvbXBvbmVudCB9IGZyb20gJy4uLy4uL3V0aWxzJztcbmltcG9ydCB0eXBlIHsgQnJlYWtwb2ludEN1c3RvbWl6YWJsZSwgRmxleEl0ZW1BbGlnblNlbGYsIEZsZXhJdGVtRmxleCwgRmxleEl0ZW1Hcm93LCBGbGV4SXRlbU9mZnNldCwgRmxleEl0ZW1TaHJpbmssIEZsZXhJdGVtV2lkdGggfSBmcm9tICcuLi90eXBlcyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3AtZmxleC1pdGVtLFtwLWZsZXgtaXRlbV0nLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50IC8+JyxcbiAgaW5wdXRzOiBbJ2FsaWduU2VsZicsICdmbGV4JywgJ2dyb3cnLCAnb2Zmc2V0JywgJ3NocmluaycsICd3aWR0aCddXG59KVxuZXhwb3J0IGNsYXNzIFBGbGV4SXRlbSBleHRlbmRzIEJhc2VDb21wb25lbnQge1xuICBhbGlnblNlbGY/OiBCcmVha3BvaW50Q3VzdG9taXphYmxlPEZsZXhJdGVtQWxpZ25TZWxmPjtcbiAgZmxleD86IEJyZWFrcG9pbnRDdXN0b21pemFibGU8RmxleEl0ZW1GbGV4PjtcbiAgZ3Jvdz86IEJyZWFrcG9pbnRDdXN0b21pemFibGU8RmxleEl0ZW1Hcm93PjtcbiAgb2Zmc2V0PzogQnJlYWtwb2ludEN1c3RvbWl6YWJsZTxGbGV4SXRlbU9mZnNldD47XG4gIHNocmluaz86IEJyZWFrcG9pbnRDdXN0b21pemFibGU8RmxleEl0ZW1TaHJpbms+O1xuICB3aWR0aD86IEJyZWFrcG9pbnRDdXN0b21pemFibGU8RmxleEl0ZW1XaWR0aD47XG59Il19
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Component } from '@angular/core';
|
|
2
2
|
import { BaseComponent } from '../../utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
|
|
5
4
|
export class PFlex extends BaseComponent {
|
|
6
5
|
alignContent;
|
|
7
6
|
alignItems;
|
|
@@ -9,10 +8,10 @@ export class PFlex extends BaseComponent {
|
|
|
9
8
|
inline;
|
|
10
9
|
justifyContent;
|
|
11
10
|
wrap;
|
|
12
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PFlex, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PFlex, selector: "p-flex,[p-flex]", inputs: { alignContent: "alignContent", alignItems: "alignItems", direction: "direction", inline: "inline", justifyContent: "justifyContent", wrap: "wrap" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
14
13
|
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PFlex, decorators: [{
|
|
16
15
|
type: Component,
|
|
17
16
|
args: [{
|
|
18
17
|
selector: 'p-flex,[p-flex]',
|
|
@@ -20,4 +19,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
20
19
|
inputs: ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap']
|
|
21
20
|
}]
|
|
22
21
|
}] });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmxleC53cmFwcGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci13cmFwcGVyL3NyYy9saWIvY29tcG9uZW50cy9mbGV4LndyYXBwZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sYUFBYSxDQUFDOztBQVE1QyxNQUFNLE9BQU8sS0FBTSxTQUFRLGFBQWE7SUFDdEMsWUFBWSxDQUE0QztJQUN4RCxVQUFVLENBQTBDO0lBQ3BELFNBQVMsQ0FBeUM7SUFDbEQsTUFBTSxDQUFzQztJQUM1QyxjQUFjLENBQThDO0lBQzVELElBQUksQ0FBb0M7dUdBTjdCLEtBQUs7MkZBQUwsS0FBSyw0T0FITixnQkFBZ0I7OzJGQUdmLEtBQUs7a0JBTGpCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGlCQUFpQjtvQkFDM0IsUUFBUSxFQUFFLGdCQUFnQjtvQkFDMUIsTUFBTSxFQUFFLENBQUMsY0FBYyxFQUFFLFlBQVksRUFBRSxXQUFXLEVBQUUsUUFBUSxFQUFFLGdCQUFnQixFQUFFLE1BQU0sQ0FBQztpQkFDeEYiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJhc2VDb21wb25lbnQgfSBmcm9tICcuLi8uLi91dGlscyc7XG5pbXBvcnQgdHlwZSB7IEJyZWFrcG9pbnRDdXN0b21pemFibGUsIEZsZXhBbGlnbkNvbnRlbnQsIEZsZXhBbGlnbkl0ZW1zLCBGbGV4RGlyZWN0aW9uLCBGbGV4SW5saW5lLCBGbGV4SnVzdGlmeUNvbnRlbnQsIEZsZXhXcmFwIH0gZnJvbSAnLi4vdHlwZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdwLWZsZXgsW3AtZmxleF0nLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50IC8+JyxcbiAgaW5wdXRzOiBbJ2FsaWduQ29udGVudCcsICdhbGlnbkl0ZW1zJywgJ2RpcmVjdGlvbicsICdpbmxpbmUnLCAnanVzdGlmeUNvbnRlbnQnLCAnd3JhcCddXG59KVxuZXhwb3J0IGNsYXNzIFBGbGV4IGV4dGVuZHMgQmFzZUNvbXBvbmVudCB7XG4gIGFsaWduQ29udGVudD86IEJyZWFrcG9pbnRDdXN0b21pemFibGU8RmxleEFsaWduQ29udGVudD47XG4gIGFsaWduSXRlbXM/OiBCcmVha3BvaW50Q3VzdG9taXphYmxlPEZsZXhBbGlnbkl0ZW1zPjtcbiAgZGlyZWN0aW9uPzogQnJlYWtwb2ludEN1c3RvbWl6YWJsZTxGbGV4RGlyZWN0aW9uPjtcbiAgaW5saW5lPzogQnJlYWtwb2ludEN1c3RvbWl6YWJsZTxGbGV4SW5saW5lPjtcbiAganVzdGlmeUNvbnRlbnQ/OiBCcmVha3BvaW50Q3VzdG9taXphYmxlPEZsZXhKdXN0aWZ5Q29udGVudD47XG4gIHdyYXA/OiBCcmVha3BvaW50Q3VzdG9taXphYmxlPEZsZXhXcmFwPjtcbn0iXX0=
|
|
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export class PFlyoutMultilevelItem extends BaseComponent {
|
|
5
5
|
identifier;
|
|
6
6
|
label;
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PFlyoutMultilevelItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PFlyoutMultilevelItem, selector: "p-flyout-multilevel-item,[p-flyout-multilevel-item]", inputs: { identifier: "identifier", label: "label" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PFlyoutMultilevelItem, decorators: [{
|
|
11
11
|
type: Component,
|
|
12
12
|
args: [{
|
|
13
13
|
selector: 'p-flyout-multilevel-item,[p-flyout-multilevel-item]',
|
|
@@ -8,10 +8,10 @@ export class PFlyoutMultilevel extends BaseComponentWithTheme {
|
|
|
8
8
|
theme;
|
|
9
9
|
dismiss = new EventEmitter();
|
|
10
10
|
update = new EventEmitter();
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PFlyoutMultilevel, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PFlyoutMultilevel, selector: "p-flyout-multilevel,[p-flyout-multilevel]", inputs: { activeIdentifier: "activeIdentifier", aria: "aria", open: "open", theme: "theme" }, outputs: { dismiss: "dismiss", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
13
13
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PFlyoutMultilevel, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
16
|
args: [{
|
|
17
17
|
selector: 'p-flyout-multilevel,[p-flyout-multilevel]',
|
|
@@ -8,16 +8,18 @@ export class PFlyout extends BaseComponentWithTheme {
|
|
|
8
8
|
position;
|
|
9
9
|
theme;
|
|
10
10
|
dismiss = new EventEmitter();
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
motionHiddenEnd = new EventEmitter();
|
|
12
|
+
motionVisibleEnd = new EventEmitter();
|
|
13
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PFlyout, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PFlyout, selector: "p-flyout,[p-flyout]", inputs: { aria: "aria", disableBackdropClick: "disableBackdropClick", open: "open", position: "position", theme: "theme" }, outputs: { dismiss: "dismiss", motionHiddenEnd: "motionHiddenEnd", motionVisibleEnd: "motionVisibleEnd" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
13
15
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PFlyout, decorators: [{
|
|
15
17
|
type: Component,
|
|
16
18
|
args: [{
|
|
17
19
|
selector: 'p-flyout,[p-flyout]',
|
|
18
20
|
template: '<ng-content />',
|
|
19
21
|
inputs: ['aria', 'disableBackdropClick', 'open', 'position', 'theme'],
|
|
20
|
-
outputs: ['dismiss']
|
|
22
|
+
outputs: ['dismiss', 'motionHiddenEnd', 'motionVisibleEnd']
|
|
21
23
|
}]
|
|
22
24
|
}] });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmx5b3V0LndyYXBwZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLXdyYXBwZXIvc3JjL2xpYi9jb21wb25lbnRzL2ZseW91dC53cmFwcGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3hELE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGFBQWEsQ0FBQzs7QUFTckQsTUFBTSxPQUFPLE9BQVEsU0FBUSxzQkFBc0I7SUFDakQsSUFBSSxDQUErQztJQUNuRCxvQkFBb0IsQ0FBVztJQUMvQixJQUFJLENBQVU7SUFDZCxRQUFRLENBQWtCO0lBQ2xCLEtBQUssQ0FBUztJQUN0QixPQUFPLEdBQUcsSUFBSSxZQUFZLEVBQXFCLENBQUM7SUFDaEQsZUFBZSxHQUFHLElBQUksWUFBWSxFQUFpRCxDQUFDO0lBQ3BGLGdCQUFnQixHQUFHLElBQUksWUFBWSxFQUFrRCxDQUFDO3VHQVIzRSxPQUFPOzJGQUFQLE9BQU8seVRBSlIsZ0JBQWdCOzsyRkFJZixPQUFPO2tCQU5uQixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxxQkFBcUI7b0JBQy9CLFFBQVEsRUFBRSxnQkFBZ0I7b0JBQzFCLE1BQU0sRUFBRSxDQUFDLE1BQU0sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLEVBQUUsVUFBVSxFQUFFLE9BQU8sQ0FBQztvQkFDckUsT0FBTyxFQUFFLENBQUMsU0FBUyxFQUFFLGlCQUFpQixFQUFFLGtCQUFrQixDQUFDO2lCQUM1RCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCYXNlQ29tcG9uZW50V2l0aFRoZW1lIH0gZnJvbSAnLi4vLi4vdXRpbHMnO1xuaW1wb3J0IHR5cGUgeyBTZWxlY3RlZEFyaWFBdHRyaWJ1dGVzLCBGbHlvdXRBcmlhQXR0cmlidXRlLCBGbHlvdXRNb3Rpb25IaWRkZW5FbmRFdmVudERldGFpbCwgRmx5b3V0TW90aW9uVmlzaWJsZUVuZEV2ZW50RGV0YWlsLCBGbHlvdXRQb3NpdGlvbiwgVGhlbWUgfSBmcm9tICcuLi90eXBlcyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3AtZmx5b3V0LFtwLWZseW91dF0nLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50IC8+JyxcbiAgaW5wdXRzOiBbJ2FyaWEnLCAnZGlzYWJsZUJhY2tkcm9wQ2xpY2snLCAnb3BlbicsICdwb3NpdGlvbicsICd0aGVtZSddLFxuICBvdXRwdXRzOiBbJ2Rpc21pc3MnLCAnbW90aW9uSGlkZGVuRW5kJywgJ21vdGlvblZpc2libGVFbmQnXVxufSlcbmV4cG9ydCBjbGFzcyBQRmx5b3V0IGV4dGVuZHMgQmFzZUNvbXBvbmVudFdpdGhUaGVtZSB7XG4gIGFyaWE/OiBTZWxlY3RlZEFyaWFBdHRyaWJ1dGVzPEZseW91dEFyaWFBdHRyaWJ1dGU+O1xuICBkaXNhYmxlQmFja2Ryb3BDbGljaz86IGJvb2xlYW47XG4gIG9wZW46IGJvb2xlYW47XG4gIHBvc2l0aW9uPzogRmx5b3V0UG9zaXRpb247XG4gIGRlY2xhcmUgdGhlbWU/OiBUaGVtZTtcbiAgZGlzbWlzcyA9IG5ldyBFdmVudEVtaXR0ZXI8Q3VzdG9tRXZlbnQ8dm9pZD4+KCk7XG4gIG1vdGlvbkhpZGRlbkVuZCA9IG5ldyBFdmVudEVtaXR0ZXI8Q3VzdG9tRXZlbnQ8Rmx5b3V0TW90aW9uSGlkZGVuRW5kRXZlbnREZXRhaWw+PigpO1xuICBtb3Rpb25WaXNpYmxlRW5kID0gbmV3IEV2ZW50RW1pdHRlcjxDdXN0b21FdmVudDxGbHlvdXRNb3Rpb25WaXNpYmxlRW5kRXZlbnREZXRhaWw+PigpO1xufSJdfQ==
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { Component } from '@angular/core';
|
|
2
2
|
import { BaseComponent } from '../../utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
5
4
|
export class PGridItem extends BaseComponent {
|
|
6
5
|
offset;
|
|
7
6
|
size;
|
|
8
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PGridItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PGridItem, selector: "p-grid-item,[p-grid-item]", inputs: { offset: "offset", size: "size" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
10
9
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PGridItem, decorators: [{
|
|
12
11
|
type: Component,
|
|
13
12
|
args: [{
|
|
14
13
|
selector: 'p-grid-item,[p-grid-item]',
|
|
@@ -16,4 +15,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
16
15
|
inputs: ['offset', 'size']
|
|
17
16
|
}]
|
|
18
17
|
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZC1pdGVtLndyYXBwZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLXdyYXBwZXIvc3JjL2xpYi9jb21wb25lbnRzL2dyaWQtaXRlbS53cmFwcGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGFBQWEsQ0FBQzs7QUFRNUMsTUFBTSxPQUFPLFNBQVUsU0FBUSxhQUFhO0lBQzFDLE1BQU0sQ0FBMEM7SUFDaEQsSUFBSSxDQUF3Qzt1R0FGakMsU0FBUzsyRkFBVCxTQUFTLG9JQUhWLGdCQUFnQjs7MkZBR2YsU0FBUztrQkFMckIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxRQUFRLEVBQUUsZ0JBQWdCO29CQUMxQixNQUFNLEVBQUUsQ0FBQyxRQUFRLEVBQUUsTUFBTSxDQUFDO2lCQUMzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFzZUNvbXBvbmVudCB9IGZyb20gJy4uLy4uL3V0aWxzJztcbmltcG9ydCB0eXBlIHsgQnJlYWtwb2ludEN1c3RvbWl6YWJsZSwgR3JpZEl0ZW1PZmZzZXQsIEdyaWRJdGVtU2l6ZSB9IGZyb20gJy4uL3R5cGVzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAncC1ncmlkLWl0ZW0sW3AtZ3JpZC1pdGVtXScsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQgLz4nLFxuICBpbnB1dHM6IFsnb2Zmc2V0JywgJ3NpemUnXVxufSlcbmV4cG9ydCBjbGFzcyBQR3JpZEl0ZW0gZXh0ZW5kcyBCYXNlQ29tcG9uZW50IHtcbiAgb2Zmc2V0PzogQnJlYWtwb2ludEN1c3RvbWl6YWJsZTxHcmlkSXRlbU9mZnNldD47XG4gIHNpemU/OiBCcmVha3BvaW50Q3VzdG9taXphYmxlPEdyaWRJdGVtU2l6ZT47XG59Il19
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
import { Component } from '@angular/core';
|
|
2
2
|
import { BaseComponent } from '../../utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
5
4
|
export class PGrid extends BaseComponent {
|
|
6
5
|
direction;
|
|
7
6
|
/** @deprecated */
|
|
8
7
|
gutter;
|
|
9
8
|
wrap;
|
|
10
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
9
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PGrid, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PGrid, selector: "p-grid,[p-grid]", inputs: { direction: "direction", gutter: "gutter", wrap: "wrap" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
12
11
|
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PGrid, decorators: [{
|
|
14
13
|
type: Component,
|
|
15
14
|
args: [{
|
|
16
15
|
selector: 'p-grid,[p-grid]',
|
|
@@ -18,4 +17,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
18
17
|
inputs: ['direction', 'gutter', 'wrap']
|
|
19
18
|
}]
|
|
20
19
|
}] });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZC53cmFwcGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci13cmFwcGVyL3NyYy9saWIvY29tcG9uZW50cy9ncmlkLndyYXBwZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sYUFBYSxDQUFDOztBQVE1QyxNQUFNLE9BQU8sS0FBTSxTQUFRLGFBQWE7SUFDdEMsU0FBUyxDQUF5QztJQUNsRCxrQkFBa0I7SUFDbEIsTUFBTSxDQUFzQztJQUM1QyxJQUFJLENBQW9DO3VHQUo3QixLQUFLOzJGQUFMLEtBQUssa0pBSE4sZ0JBQWdCOzsyRkFHZixLQUFLO2tCQUxqQixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxpQkFBaUI7b0JBQzNCLFFBQVEsRUFBRSxnQkFBZ0I7b0JBQzFCLE1BQU0sRUFBRSxDQUFDLFdBQVcsRUFBRSxRQUFRLEVBQUUsTUFBTSxDQUFDO2lCQUN4QyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFzZUNvbXBvbmVudCB9IGZyb20gJy4uLy4uL3V0aWxzJztcbmltcG9ydCB0eXBlIHsgQnJlYWtwb2ludEN1c3RvbWl6YWJsZSwgR3JpZERpcmVjdGlvbiwgR3JpZEd1dHRlciwgR3JpZFdyYXAgfSBmcm9tICcuLi90eXBlcyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3AtZ3JpZCxbcC1ncmlkXScsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQgLz4nLFxuICBpbnB1dHM6IFsnZGlyZWN0aW9uJywgJ2d1dHRlcicsICd3cmFwJ11cbn0pXG5leHBvcnQgY2xhc3MgUEdyaWQgZXh0ZW5kcyBCYXNlQ29tcG9uZW50IHtcbiAgZGlyZWN0aW9uPzogQnJlYWtwb2ludEN1c3RvbWl6YWJsZTxHcmlkRGlyZWN0aW9uPjtcbiAgLyoqIEBkZXByZWNhdGVkICovXG4gIGd1dHRlcj86IEJyZWFrcG9pbnRDdXN0b21pemFibGU8R3JpZEd1dHRlcj47XG4gIHdyYXA/OiBCcmVha3BvaW50Q3VzdG9taXphYmxlPEdyaWRXcmFwPjtcbn0iXX0=
|
|
@@ -8,10 +8,10 @@ export class PHeading extends BaseComponentWithTheme {
|
|
|
8
8
|
size;
|
|
9
9
|
tag;
|
|
10
10
|
theme;
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PHeading, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PHeading, selector: "p-heading,[p-heading]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
13
13
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PHeading, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
16
|
args: [{
|
|
17
17
|
selector: 'p-heading,[p-heading]',
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Component } from '@angular/core';
|
|
2
2
|
import { BaseComponentWithTheme } from '../../utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
/** @deprecated since v3.0.0, will be removed with next major release. Please use "p-heading" instead. */
|
|
5
4
|
export class PHeadline extends BaseComponentWithTheme {
|
|
6
5
|
align;
|
|
7
6
|
color;
|
|
@@ -9,10 +8,10 @@ export class PHeadline extends BaseComponentWithTheme {
|
|
|
9
8
|
tag;
|
|
10
9
|
theme;
|
|
11
10
|
variant;
|
|
12
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PHeadline, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PHeadline, selector: "p-headline,[p-headline]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", tag: "tag", theme: "theme", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
14
13
|
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PHeadline, decorators: [{
|
|
16
15
|
type: Component,
|
|
17
16
|
args: [{
|
|
18
17
|
selector: 'p-headline,[p-headline]',
|
|
@@ -20,4 +19,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
20
19
|
inputs: ['align', 'color', 'ellipsis', 'tag', 'theme', 'variant']
|
|
21
20
|
}]
|
|
22
21
|
}] });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGxpbmUud3JhcHBlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItd3JhcHBlci9zcmMvbGliL2NvbXBvbmVudHMvaGVhZGxpbmUud3JhcHBlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGFBQWEsQ0FBQzs7QUFRckQsTUFBTSxPQUFPLFNBQVUsU0FBUSxzQkFBc0I7SUFDbkQsS0FBSyxDQUFpQjtJQUN0QixLQUFLLENBQWlCO0lBQ3RCLFFBQVEsQ0FBVztJQUNuQixHQUFHLENBQWU7SUFDVixLQUFLLENBQVM7SUFDdEIsT0FBTyxDQUFtQjt1R0FOZixTQUFTOzJGQUFULFNBQVMsd01BSFYsZ0JBQWdCOzsyRkFHZixTQUFTO2tCQUxyQixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSx5QkFBeUI7b0JBQ25DLFFBQVEsRUFBRSxnQkFBZ0I7b0JBQzFCLE1BQU0sRUFBRSxDQUFDLE9BQU8sRUFBRSxPQUFPLEVBQUUsVUFBVSxFQUFFLEtBQUssRUFBRSxPQUFPLEVBQUUsU0FBUyxDQUFDO2lCQUNsRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFzZUNvbXBvbmVudFdpdGhUaGVtZSB9IGZyb20gJy4uLy4uL3V0aWxzJztcbmltcG9ydCB0eXBlIHsgSGVhZGxpbmVBbGlnbiwgSGVhZGxpbmVDb2xvciwgSGVhZGxpbmVUYWcsIFRoZW1lLCBIZWFkbGluZVZhcmlhbnQgfSBmcm9tICcuLi90eXBlcyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3AtaGVhZGxpbmUsW3AtaGVhZGxpbmVdJyxcbiAgdGVtcGxhdGU6ICc8bmctY29udGVudCAvPicsXG4gIGlucHV0czogWydhbGlnbicsICdjb2xvcicsICdlbGxpcHNpcycsICd0YWcnLCAndGhlbWUnLCAndmFyaWFudCddXG59KVxuZXhwb3J0IGNsYXNzIFBIZWFkbGluZSBleHRlbmRzIEJhc2VDb21wb25lbnRXaXRoVGhlbWUge1xuICBhbGlnbj86IEhlYWRsaW5lQWxpZ247XG4gIGNvbG9yPzogSGVhZGxpbmVDb2xvcjtcbiAgZWxsaXBzaXM/OiBib29sZWFuO1xuICB0YWc/OiBIZWFkbGluZVRhZztcbiAgZGVjbGFyZSB0aGVtZT86IFRoZW1lO1xuICB2YXJpYW50PzogSGVhZGxpbmVWYXJpYW50O1xufSJdfQ==
|
|
@@ -10,10 +10,10 @@ export class PIcon extends BaseComponentWithTheme {
|
|
|
10
10
|
size;
|
|
11
11
|
source;
|
|
12
12
|
theme;
|
|
13
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PIcon, selector: "p-icon,[p-icon]", inputs: { aria: "aria", color: "color", lazy: "lazy", name: "name", size: "size", source: "source", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PIcon, decorators: [{
|
|
17
17
|
type: Component,
|
|
18
18
|
args: [{
|
|
19
19
|
selector: 'p-icon,[p-icon]',
|
|
@@ -15,10 +15,10 @@ export class PInlineNotification extends BaseComponentWithTheme {
|
|
|
15
15
|
theme;
|
|
16
16
|
action = new EventEmitter();
|
|
17
17
|
dismiss = new EventEmitter();
|
|
18
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
18
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PInlineNotification, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PInlineNotification, selector: "p-inline-notification,[p-inline-notification]", inputs: { actionIcon: "actionIcon", actionLabel: "actionLabel", actionLoading: "actionLoading", description: "description", dismissButton: "dismissButton", heading: "heading", headingTag: "headingTag", persistent: "persistent", state: "state", theme: "theme" }, outputs: { action: "action", dismiss: "dismiss" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
20
20
|
}
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PInlineNotification, decorators: [{
|
|
22
22
|
type: Component,
|
|
23
23
|
args: [{
|
|
24
24
|
selector: 'p-inline-notification,[p-inline-notification]',
|
|
@@ -18,10 +18,10 @@ export class PLinkPure extends BaseComponentWithTheme {
|
|
|
18
18
|
underline;
|
|
19
19
|
/** @deprecated */
|
|
20
20
|
weight;
|
|
21
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
22
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
21
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PLinkPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
22
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", 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", underline: "underline", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
23
23
|
}
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PLinkPure, decorators: [{
|
|
25
25
|
type: Component,
|
|
26
26
|
args: [{
|
|
27
27
|
selector: 'p-link-pure,[p-link-pure]',
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Component } from '@angular/core';
|
|
2
2
|
import { BaseComponentWithTheme } from '../../utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
/** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social icon instead. */
|
|
5
4
|
export class PLinkSocial extends BaseComponentWithTheme {
|
|
6
5
|
hideLabel;
|
|
7
6
|
href;
|
|
@@ -10,10 +9,10 @@ export class PLinkSocial extends BaseComponentWithTheme {
|
|
|
10
9
|
rel;
|
|
11
10
|
target;
|
|
12
11
|
theme;
|
|
13
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
12
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PLinkSocial, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PLinkSocial, selector: "p-link-social,[p-link-social]", inputs: { hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
15
14
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PLinkSocial, decorators: [{
|
|
17
16
|
type: Component,
|
|
18
17
|
args: [{
|
|
19
18
|
selector: 'p-link-social,[p-link-social]',
|
|
@@ -21,4 +20,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
21
20
|
inputs: ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme']
|
|
22
21
|
}]
|
|
23
22
|
}] });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay1zb2NpYWwud3JhcHBlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItd3JhcHBlci9zcmMvbGliL2NvbXBvbmVudHMvbGluay1zb2NpYWwud3JhcHBlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGFBQWEsQ0FBQzs7QUFRckQsTUFBTSxPQUFPLFdBQVksU0FBUSxzQkFBc0I7SUFDckQsU0FBUyxDQUFtQztJQUM1QyxJQUFJLENBQVU7SUFDZCxJQUFJLENBQWtCO0lBQ3RCLFVBQVUsQ0FBVTtJQUNwQixHQUFHLENBQVU7SUFDYixNQUFNLENBQW9CO0lBQ2xCLEtBQUssQ0FBUzt1R0FQWCxXQUFXOzJGQUFYLFdBQVcsb09BSFosZ0JBQWdCOzsyRkFHZixXQUFXO2tCQUx2QixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSwrQkFBK0I7b0JBQ3pDLFFBQVEsRUFBRSxnQkFBZ0I7b0JBQzFCLE1BQU0sRUFBRSxDQUFDLFdBQVcsRUFBRSxNQUFNLEVBQUUsTUFBTSxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsUUFBUSxFQUFFLE9BQU8sQ0FBQztpQkFDOUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJhc2VDb21wb25lbnRXaXRoVGhlbWUgfSBmcm9tICcuLi8uLi91dGlscyc7XG5pbXBvcnQgdHlwZSB7IEJyZWFrcG9pbnRDdXN0b21pemFibGUsIExpbmtTb2NpYWxJY29uLCBMaW5rU29jaWFsVGFyZ2V0LCBUaGVtZSB9IGZyb20gJy4uL3R5cGVzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAncC1saW5rLXNvY2lhbCxbcC1saW5rLXNvY2lhbF0nLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50IC8+JyxcbiAgaW5wdXRzOiBbJ2hpZGVMYWJlbCcsICdocmVmJywgJ2ljb24nLCAnaWNvblNvdXJjZScsICdyZWwnLCAndGFyZ2V0JywgJ3RoZW1lJ11cbn0pXG5leHBvcnQgY2xhc3MgUExpbmtTb2NpYWwgZXh0ZW5kcyBCYXNlQ29tcG9uZW50V2l0aFRoZW1lIHtcbiAgaGlkZUxhYmVsPzogQnJlYWtwb2ludEN1c3RvbWl6YWJsZTxib29sZWFuPjtcbiAgaHJlZj86IHN0cmluZztcbiAgaWNvbj86IExpbmtTb2NpYWxJY29uO1xuICBpY29uU291cmNlPzogc3RyaW5nO1xuICByZWw/OiBzdHJpbmc7XG4gIHRhcmdldD86IExpbmtTb2NpYWxUYXJnZXQ7XG4gIGRlY2xhcmUgdGhlbWU/OiBUaGVtZTtcbn0iXX0=
|
|
@@ -9,10 +9,10 @@ export class PLinkTileModelSignature extends BaseComponent {
|
|
|
9
9
|
linkDirection;
|
|
10
10
|
model;
|
|
11
11
|
weight;
|
|
12
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
12
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PLinkTileModelSignature, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PLinkTileModelSignature, selector: "p-link-tile-model-signature,[p-link-tile-model-signature]", inputs: { aspectRatio: "aspectRatio", description: "description", heading: "heading", headingTag: "headingTag", linkDirection: "linkDirection", model: "model", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
14
14
|
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PLinkTileModelSignature, decorators: [{
|
|
16
16
|
type: Component,
|
|
17
17
|
args: [{
|
|
18
18
|
selector: 'p-link-tile-model-signature,[p-link-tile-model-signature]',
|
|
@@ -14,10 +14,10 @@ export class PLinkTileProduct extends BaseComponentWithTheme {
|
|
|
14
14
|
target;
|
|
15
15
|
theme;
|
|
16
16
|
like = new EventEmitter();
|
|
17
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
17
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PLinkTileProduct, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
18
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", 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", priceOriginal: "priceOriginal", rel: "rel", target: "target", theme: "theme" }, outputs: { like: "like" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
19
19
|
}
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PLinkTileProduct, decorators: [{
|
|
21
21
|
type: Component,
|
|
22
22
|
args: [{
|
|
23
23
|
selector: 'p-link-tile-product,[p-link-tile-product]',
|
|
@@ -16,10 +16,10 @@ export class PLinkTile extends BaseComponent {
|
|
|
16
16
|
size;
|
|
17
17
|
target;
|
|
18
18
|
weight;
|
|
19
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
20
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PLinkTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PLinkTile, selector: "p-link-tile,[p-link-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", background: "background", compact: "compact", description: "description", download: "download", gradient: "gradient", href: "href", label: "label", rel: "rel", size: "size", target: "target", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
21
21
|
}
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PLinkTile, decorators: [{
|
|
23
23
|
type: Component,
|
|
24
24
|
args: [{
|
|
25
25
|
selector: 'p-link-tile,[p-link-tile]',
|