@porsche-design-system/components-angular 2.16.3-rc.0 → 2.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 +16 -0
- package/LICENSE +3 -3
- package/components-wrapper.module.d.ts +33 -32
- package/esm2020/components-wrapper.module.mjs +35 -36
- package/esm2020/lib/components/barrel.mjs +4 -1
- package/esm2020/lib/components/link-tile.wrapper.mjs +35 -0
- package/esm2020/lib/types.mjs +1 -1
- package/fesm2015/porsche-design-system-components-angular.mjs +139 -107
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +135 -107
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/lib/components/barrel.d.ts +3 -1
- package/lib/components/link-tile.wrapper.d.ts +23 -0
- package/lib/types.d.ts +23 -0
- package/package.json +2 -2
- package/esm2020/skeleton-helper.mjs +0 -4
- package/skeleton-helper.d.ts +0 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { load } from '@porsche-design-system/components-js';
|
|
2
2
|
export { componentsReady } from '@porsche-design-system/components-js';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
|
-
import { EventEmitter, Component, ChangeDetectionStrategy,
|
|
4
|
+
import { EventEmitter, Component, ChangeDetectionStrategy, NgModule, Optional, Injectable } from '@angular/core';
|
|
5
5
|
|
|
6
6
|
const proxyInputs = (component, inputs) => {
|
|
7
7
|
const callback = (item) => {
|
|
@@ -43,13 +43,13 @@ function ProxyCmp({ inputs /*, methods*/ }) {
|
|
|
43
43
|
};
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
var __decorate$
|
|
46
|
+
var __decorate$P = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
47
47
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
48
48
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
49
49
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
50
50
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
51
51
|
};
|
|
52
|
-
const inputs$
|
|
52
|
+
const inputs$K = ['compact', 'heading', 'open', 'size', 'tag', 'theme'];
|
|
53
53
|
const outputs$c = ['accordionChange'];
|
|
54
54
|
let PAccordion = class PAccordion {
|
|
55
55
|
constructor(c, r, z) {
|
|
@@ -61,9 +61,9 @@ let PAccordion = class PAccordion {
|
|
|
61
61
|
};
|
|
62
62
|
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
63
63
|
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
64
|
-
PAccordion = __decorate$
|
|
64
|
+
PAccordion = __decorate$P([
|
|
65
65
|
ProxyCmp({
|
|
66
|
-
inputs: inputs$
|
|
66
|
+
inputs: inputs$K
|
|
67
67
|
})
|
|
68
68
|
], PAccordion);
|
|
69
69
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PAccordion, decorators: [{
|
|
@@ -72,18 +72,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
72
72
|
selector: 'p-accordion,[p-accordion]',
|
|
73
73
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
74
74
|
template: '<ng-content></ng-content>',
|
|
75
|
-
inputs: inputs$
|
|
75
|
+
inputs: inputs$K,
|
|
76
76
|
outputs: outputs$c
|
|
77
77
|
}]
|
|
78
78
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
79
79
|
|
|
80
|
-
var __decorate$
|
|
80
|
+
var __decorate$O = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
81
81
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
82
82
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
83
83
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
84
84
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
85
85
|
};
|
|
86
|
-
const inputs$
|
|
86
|
+
const inputs$J = ['persistent', 'state', 'theme', 'width'];
|
|
87
87
|
const outputs$b = ['dismiss'];
|
|
88
88
|
let PBanner = class PBanner {
|
|
89
89
|
constructor(c, r, z) {
|
|
@@ -95,9 +95,9 @@ let PBanner = class PBanner {
|
|
|
95
95
|
};
|
|
96
96
|
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
97
97
|
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
98
|
-
PBanner = __decorate$
|
|
98
|
+
PBanner = __decorate$O([
|
|
99
99
|
ProxyCmp({
|
|
100
|
-
inputs: inputs$
|
|
100
|
+
inputs: inputs$J
|
|
101
101
|
})
|
|
102
102
|
], PBanner);
|
|
103
103
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PBanner, decorators: [{
|
|
@@ -106,18 +106,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
106
106
|
selector: 'p-banner,[p-banner]',
|
|
107
107
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
108
108
|
template: '<ng-content></ng-content>',
|
|
109
|
-
inputs: inputs$
|
|
109
|
+
inputs: inputs$J,
|
|
110
110
|
outputs: outputs$b
|
|
111
111
|
}]
|
|
112
112
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
113
113
|
|
|
114
|
-
var __decorate$
|
|
114
|
+
var __decorate$N = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
115
115
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
116
116
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
117
117
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
118
118
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
119
119
|
};
|
|
120
|
-
const inputs$
|
|
120
|
+
const inputs$I = ['aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'tabbable', 'theme', 'type', 'variant'];
|
|
121
121
|
let PButton = class PButton {
|
|
122
122
|
constructor(c, r, z) {
|
|
123
123
|
this.z = z;
|
|
@@ -127,9 +127,9 @@ let PButton = class PButton {
|
|
|
127
127
|
};
|
|
128
128
|
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
129
129
|
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
130
|
-
PButton = __decorate$
|
|
130
|
+
PButton = __decorate$N([
|
|
131
131
|
ProxyCmp({
|
|
132
|
-
inputs: inputs$
|
|
132
|
+
inputs: inputs$I
|
|
133
133
|
})
|
|
134
134
|
], PButton);
|
|
135
135
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PButton, decorators: [{
|
|
@@ -138,17 +138,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
138
138
|
selector: 'p-button,[p-button]',
|
|
139
139
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
140
140
|
template: '<ng-content></ng-content>',
|
|
141
|
-
inputs: inputs$
|
|
141
|
+
inputs: inputs$I
|
|
142
142
|
}]
|
|
143
143
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
144
144
|
|
|
145
|
-
var __decorate$
|
|
145
|
+
var __decorate$M = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
146
146
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
147
147
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
148
148
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
149
149
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
150
150
|
};
|
|
151
|
-
const inputs$
|
|
151
|
+
const inputs$H = ['direction'];
|
|
152
152
|
let PButtonGroup = class PButtonGroup {
|
|
153
153
|
constructor(c, r, z) {
|
|
154
154
|
this.z = z;
|
|
@@ -158,9 +158,9 @@ let PButtonGroup = class PButtonGroup {
|
|
|
158
158
|
};
|
|
159
159
|
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
160
160
|
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
161
|
-
PButtonGroup = __decorate$
|
|
161
|
+
PButtonGroup = __decorate$M([
|
|
162
162
|
ProxyCmp({
|
|
163
|
-
inputs: inputs$
|
|
163
|
+
inputs: inputs$H
|
|
164
164
|
})
|
|
165
165
|
], PButtonGroup);
|
|
166
166
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PButtonGroup, decorators: [{
|
|
@@ -169,17 +169,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
169
169
|
selector: 'p-button-group,[p-button-group]',
|
|
170
170
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
171
171
|
template: '<ng-content></ng-content>',
|
|
172
|
-
inputs: inputs$
|
|
172
|
+
inputs: inputs$H
|
|
173
173
|
}]
|
|
174
174
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
175
175
|
|
|
176
|
-
var __decorate$
|
|
176
|
+
var __decorate$L = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
177
177
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
178
178
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
179
179
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
180
180
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
181
181
|
};
|
|
182
|
-
const inputs$
|
|
182
|
+
const inputs$G = ['active', 'alignLabel', 'aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'size', 'stretch', 'tabbable', 'theme', 'type', 'weight'];
|
|
183
183
|
let PButtonPure = class PButtonPure {
|
|
184
184
|
constructor(c, r, z) {
|
|
185
185
|
this.z = z;
|
|
@@ -189,9 +189,9 @@ let PButtonPure = class PButtonPure {
|
|
|
189
189
|
};
|
|
190
190
|
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PButtonPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
191
191
|
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
192
|
-
PButtonPure = __decorate$
|
|
192
|
+
PButtonPure = __decorate$L([
|
|
193
193
|
ProxyCmp({
|
|
194
|
-
inputs: inputs$
|
|
194
|
+
inputs: inputs$G
|
|
195
195
|
})
|
|
196
196
|
], PButtonPure);
|
|
197
197
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PButtonPure, decorators: [{
|
|
@@ -200,17 +200,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
200
200
|
selector: 'p-button-pure,[p-button-pure]',
|
|
201
201
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
202
202
|
template: '<ng-content></ng-content>',
|
|
203
|
-
inputs: inputs$
|
|
203
|
+
inputs: inputs$G
|
|
204
204
|
}]
|
|
205
205
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
206
206
|
|
|
207
|
-
var __decorate$
|
|
207
|
+
var __decorate$K = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
208
208
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
209
209
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
210
210
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
211
211
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
212
212
|
};
|
|
213
|
-
const inputs$
|
|
213
|
+
const inputs$F = ['description', 'disablePagination', 'heading', 'intl', 'slidesPerPage', 'theme', 'wrapContent'];
|
|
214
214
|
const outputs$a = ['carouselChange'];
|
|
215
215
|
let PCarousel = class PCarousel {
|
|
216
216
|
constructor(c, r, z) {
|
|
@@ -222,9 +222,9 @@ let PCarousel = class PCarousel {
|
|
|
222
222
|
};
|
|
223
223
|
PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
224
224
|
PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", slidesPerPage: "slidesPerPage", theme: "theme", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
225
|
-
PCarousel = __decorate$
|
|
225
|
+
PCarousel = __decorate$K([
|
|
226
226
|
ProxyCmp({
|
|
227
|
-
inputs: inputs$
|
|
227
|
+
inputs: inputs$F
|
|
228
228
|
})
|
|
229
229
|
], PCarousel);
|
|
230
230
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PCarousel, decorators: [{
|
|
@@ -233,18 +233,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
233
233
|
selector: 'p-carousel,[p-carousel]',
|
|
234
234
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
235
235
|
template: '<ng-content></ng-content>',
|
|
236
|
-
inputs: inputs$
|
|
236
|
+
inputs: inputs$F,
|
|
237
237
|
outputs: outputs$a
|
|
238
238
|
}]
|
|
239
239
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
240
240
|
|
|
241
|
-
var __decorate$
|
|
241
|
+
var __decorate$J = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
242
242
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
243
243
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
244
244
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
245
245
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
246
246
|
};
|
|
247
|
-
const inputs$
|
|
247
|
+
const inputs$E = ['hideLabel', 'label', 'message', 'state'];
|
|
248
248
|
let PCheckboxWrapper = class PCheckboxWrapper {
|
|
249
249
|
constructor(c, r, z) {
|
|
250
250
|
this.z = z;
|
|
@@ -254,9 +254,9 @@ let PCheckboxWrapper = class PCheckboxWrapper {
|
|
|
254
254
|
};
|
|
255
255
|
PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PCheckboxWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
256
256
|
PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
257
|
-
PCheckboxWrapper = __decorate$
|
|
257
|
+
PCheckboxWrapper = __decorate$J([
|
|
258
258
|
ProxyCmp({
|
|
259
|
-
inputs: inputs$
|
|
259
|
+
inputs: inputs$E
|
|
260
260
|
})
|
|
261
261
|
], PCheckboxWrapper);
|
|
262
262
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PCheckboxWrapper, decorators: [{
|
|
@@ -265,17 +265,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
265
265
|
selector: 'p-checkbox-wrapper,[p-checkbox-wrapper]',
|
|
266
266
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
267
267
|
template: '<ng-content></ng-content>',
|
|
268
|
-
inputs: inputs$
|
|
268
|
+
inputs: inputs$E
|
|
269
269
|
}]
|
|
270
270
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
271
271
|
|
|
272
|
-
var __decorate$
|
|
272
|
+
var __decorate$I = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
273
273
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
274
274
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
275
275
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
276
276
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
277
277
|
};
|
|
278
|
-
const inputs$
|
|
278
|
+
const inputs$D = ['backgroundColor', 'theme', 'width'];
|
|
279
279
|
let PContentWrapper = class PContentWrapper {
|
|
280
280
|
constructor(c, r, z) {
|
|
281
281
|
this.z = z;
|
|
@@ -285,9 +285,9 @@ let PContentWrapper = class PContentWrapper {
|
|
|
285
285
|
};
|
|
286
286
|
PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PContentWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
287
287
|
PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
288
|
-
PContentWrapper = __decorate$
|
|
288
|
+
PContentWrapper = __decorate$I([
|
|
289
289
|
ProxyCmp({
|
|
290
|
-
inputs: inputs$
|
|
290
|
+
inputs: inputs$D
|
|
291
291
|
})
|
|
292
292
|
], PContentWrapper);
|
|
293
293
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PContentWrapper, decorators: [{
|
|
@@ -296,17 +296,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
296
296
|
selector: 'p-content-wrapper,[p-content-wrapper]',
|
|
297
297
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
298
298
|
template: '<ng-content></ng-content>',
|
|
299
|
-
inputs: inputs$
|
|
299
|
+
inputs: inputs$D
|
|
300
300
|
}]
|
|
301
301
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
302
302
|
|
|
303
|
-
var __decorate$
|
|
303
|
+
var __decorate$H = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
304
304
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
305
305
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
306
306
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
307
307
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
308
308
|
};
|
|
309
|
-
const inputs$
|
|
309
|
+
const inputs$C = ['color', 'orientation', 'theme'];
|
|
310
310
|
let PDivider = class PDivider {
|
|
311
311
|
constructor(c, r, z) {
|
|
312
312
|
this.z = z;
|
|
@@ -316,9 +316,9 @@ let PDivider = class PDivider {
|
|
|
316
316
|
};
|
|
317
317
|
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
318
318
|
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
319
|
-
PDivider = __decorate$
|
|
319
|
+
PDivider = __decorate$H([
|
|
320
320
|
ProxyCmp({
|
|
321
|
-
inputs: inputs$
|
|
321
|
+
inputs: inputs$C
|
|
322
322
|
})
|
|
323
323
|
], PDivider);
|
|
324
324
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PDivider, decorators: [{
|
|
@@ -327,17 +327,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
327
327
|
selector: 'p-divider,[p-divider]',
|
|
328
328
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
329
329
|
template: '<ng-content></ng-content>',
|
|
330
|
-
inputs: inputs$
|
|
330
|
+
inputs: inputs$C
|
|
331
331
|
}]
|
|
332
332
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
333
333
|
|
|
334
|
-
var __decorate$
|
|
334
|
+
var __decorate$G = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
335
335
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
336
336
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
337
337
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
338
338
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
339
339
|
};
|
|
340
|
-
const inputs$
|
|
340
|
+
const inputs$B = ['label', 'labelSize', 'message', 'required', 'state'];
|
|
341
341
|
let PFieldsetWrapper = class PFieldsetWrapper {
|
|
342
342
|
constructor(c, r, z) {
|
|
343
343
|
this.z = z;
|
|
@@ -347,9 +347,9 @@ let PFieldsetWrapper = class PFieldsetWrapper {
|
|
|
347
347
|
};
|
|
348
348
|
PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PFieldsetWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
349
349
|
PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
350
|
-
PFieldsetWrapper = __decorate$
|
|
350
|
+
PFieldsetWrapper = __decorate$G([
|
|
351
351
|
ProxyCmp({
|
|
352
|
-
inputs: inputs$
|
|
352
|
+
inputs: inputs$B
|
|
353
353
|
})
|
|
354
354
|
], PFieldsetWrapper);
|
|
355
355
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PFieldsetWrapper, decorators: [{
|
|
@@ -358,17 +358,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
358
358
|
selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
|
|
359
359
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
360
360
|
template: '<ng-content></ng-content>',
|
|
361
|
-
inputs: inputs$
|
|
361
|
+
inputs: inputs$B
|
|
362
362
|
}]
|
|
363
363
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
364
364
|
|
|
365
|
-
var __decorate$
|
|
365
|
+
var __decorate$F = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
366
366
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
367
367
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
368
368
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
369
369
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
370
370
|
};
|
|
371
|
-
const inputs$
|
|
371
|
+
const inputs$A = ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap'];
|
|
372
372
|
let PFlex = class PFlex {
|
|
373
373
|
constructor(c, r, z) {
|
|
374
374
|
this.z = z;
|
|
@@ -378,9 +378,9 @@ let PFlex = class PFlex {
|
|
|
378
378
|
};
|
|
379
379
|
PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PFlex, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
380
380
|
PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
381
|
-
PFlex = __decorate$
|
|
381
|
+
PFlex = __decorate$F([
|
|
382
382
|
ProxyCmp({
|
|
383
|
-
inputs: inputs$
|
|
383
|
+
inputs: inputs$A
|
|
384
384
|
})
|
|
385
385
|
], PFlex);
|
|
386
386
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PFlex, decorators: [{
|
|
@@ -389,17 +389,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
389
389
|
selector: 'p-flex,[p-flex]',
|
|
390
390
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
391
391
|
template: '<ng-content></ng-content>',
|
|
392
|
-
inputs: inputs$
|
|
392
|
+
inputs: inputs$A
|
|
393
393
|
}]
|
|
394
394
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
395
395
|
|
|
396
|
-
var __decorate$
|
|
396
|
+
var __decorate$E = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
397
397
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
398
398
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
399
399
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
400
400
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
401
401
|
};
|
|
402
|
-
const inputs$
|
|
402
|
+
const inputs$z = ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width'];
|
|
403
403
|
let PFlexItem = class PFlexItem {
|
|
404
404
|
constructor(c, r, z) {
|
|
405
405
|
this.z = z;
|
|
@@ -409,9 +409,9 @@ let PFlexItem = class PFlexItem {
|
|
|
409
409
|
};
|
|
410
410
|
PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PFlexItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
411
411
|
PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
412
|
-
PFlexItem = __decorate$
|
|
412
|
+
PFlexItem = __decorate$E([
|
|
413
413
|
ProxyCmp({
|
|
414
|
-
inputs: inputs$
|
|
414
|
+
inputs: inputs$z
|
|
415
415
|
})
|
|
416
416
|
], PFlexItem);
|
|
417
417
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PFlexItem, decorators: [{
|
|
@@ -420,17 +420,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
420
420
|
selector: 'p-flex-item,[p-flex-item]',
|
|
421
421
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
422
422
|
template: '<ng-content></ng-content>',
|
|
423
|
-
inputs: inputs$
|
|
423
|
+
inputs: inputs$z
|
|
424
424
|
}]
|
|
425
425
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
426
426
|
|
|
427
|
-
var __decorate$
|
|
427
|
+
var __decorate$D = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
428
428
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
429
429
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
430
430
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
431
431
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
432
432
|
};
|
|
433
|
-
const inputs$
|
|
433
|
+
const inputs$y = ['direction', 'gutter', 'wrap'];
|
|
434
434
|
let PGrid = class PGrid {
|
|
435
435
|
constructor(c, r, z) {
|
|
436
436
|
this.z = z;
|
|
@@ -440,9 +440,9 @@ let PGrid = class PGrid {
|
|
|
440
440
|
};
|
|
441
441
|
PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
442
442
|
PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
443
|
-
PGrid = __decorate$
|
|
443
|
+
PGrid = __decorate$D([
|
|
444
444
|
ProxyCmp({
|
|
445
|
-
inputs: inputs$
|
|
445
|
+
inputs: inputs$y
|
|
446
446
|
})
|
|
447
447
|
], PGrid);
|
|
448
448
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PGrid, decorators: [{
|
|
@@ -451,17 +451,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
451
451
|
selector: 'p-grid,[p-grid]',
|
|
452
452
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
453
453
|
template: '<ng-content></ng-content>',
|
|
454
|
-
inputs: inputs$
|
|
454
|
+
inputs: inputs$y
|
|
455
455
|
}]
|
|
456
456
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
457
457
|
|
|
458
|
-
var __decorate$
|
|
458
|
+
var __decorate$C = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
459
459
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
460
460
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
461
461
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
462
462
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
463
463
|
};
|
|
464
|
-
const inputs$
|
|
464
|
+
const inputs$x = ['offset', 'size'];
|
|
465
465
|
let PGridItem = class PGridItem {
|
|
466
466
|
constructor(c, r, z) {
|
|
467
467
|
this.z = z;
|
|
@@ -471,9 +471,9 @@ let PGridItem = class PGridItem {
|
|
|
471
471
|
};
|
|
472
472
|
PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PGridItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
473
473
|
PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
474
|
-
PGridItem = __decorate$
|
|
474
|
+
PGridItem = __decorate$C([
|
|
475
475
|
ProxyCmp({
|
|
476
|
-
inputs: inputs$
|
|
476
|
+
inputs: inputs$x
|
|
477
477
|
})
|
|
478
478
|
], PGridItem);
|
|
479
479
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PGridItem, decorators: [{
|
|
@@ -482,17 +482,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
482
482
|
selector: 'p-grid-item,[p-grid-item]',
|
|
483
483
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
484
484
|
template: '<ng-content></ng-content>',
|
|
485
|
-
inputs: inputs$
|
|
485
|
+
inputs: inputs$x
|
|
486
486
|
}]
|
|
487
487
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
488
488
|
|
|
489
|
-
var __decorate$
|
|
489
|
+
var __decorate$B = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
490
490
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
491
491
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
492
492
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
493
493
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
494
494
|
};
|
|
495
|
-
const inputs$
|
|
495
|
+
const inputs$w = ['align', 'color', 'ellipsis', 'tag', 'theme', 'variant'];
|
|
496
496
|
let PHeadline = class PHeadline {
|
|
497
497
|
constructor(c, r, z) {
|
|
498
498
|
this.z = z;
|
|
@@ -502,9 +502,9 @@ let PHeadline = class PHeadline {
|
|
|
502
502
|
};
|
|
503
503
|
PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PHeadline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
504
504
|
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
505
|
-
PHeadline = __decorate$
|
|
505
|
+
PHeadline = __decorate$B([
|
|
506
506
|
ProxyCmp({
|
|
507
|
-
inputs: inputs$
|
|
507
|
+
inputs: inputs$w
|
|
508
508
|
})
|
|
509
509
|
], PHeadline);
|
|
510
510
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PHeadline, decorators: [{
|
|
@@ -513,17 +513,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
513
513
|
selector: 'p-headline,[p-headline]',
|
|
514
514
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
515
515
|
template: '<ng-content></ng-content>',
|
|
516
|
-
inputs: inputs$
|
|
516
|
+
inputs: inputs$w
|
|
517
517
|
}]
|
|
518
518
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
519
519
|
|
|
520
|
-
var __decorate$
|
|
520
|
+
var __decorate$A = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
521
521
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
522
522
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
523
523
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
524
524
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
525
525
|
};
|
|
526
|
-
const inputs$
|
|
526
|
+
const inputs$v = ['aria', 'color', 'lazy', 'name', 'size', 'source', 'theme'];
|
|
527
527
|
let PIcon = class PIcon {
|
|
528
528
|
constructor(c, r, z) {
|
|
529
529
|
this.z = z;
|
|
@@ -533,9 +533,9 @@ let PIcon = class PIcon {
|
|
|
533
533
|
};
|
|
534
534
|
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
535
535
|
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
536
|
-
PIcon = __decorate$
|
|
536
|
+
PIcon = __decorate$A([
|
|
537
537
|
ProxyCmp({
|
|
538
|
-
inputs: inputs$
|
|
538
|
+
inputs: inputs$v
|
|
539
539
|
})
|
|
540
540
|
], PIcon);
|
|
541
541
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PIcon, decorators: [{
|
|
@@ -544,17 +544,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
544
544
|
selector: 'p-icon,[p-icon]',
|
|
545
545
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
546
546
|
template: '<ng-content></ng-content>',
|
|
547
|
-
inputs: inputs$
|
|
547
|
+
inputs: inputs$v
|
|
548
548
|
}]
|
|
549
549
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
550
550
|
|
|
551
|
-
var __decorate$
|
|
551
|
+
var __decorate$z = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
552
552
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
553
553
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
554
554
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
555
555
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
556
556
|
};
|
|
557
|
-
const inputs$
|
|
557
|
+
const inputs$u = ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'heading', 'persistent', 'state', 'theme'];
|
|
558
558
|
const outputs$9 = ['action', 'dismiss'];
|
|
559
559
|
let PInlineNotification = class PInlineNotification {
|
|
560
560
|
constructor(c, r, z) {
|
|
@@ -566,9 +566,9 @@ let PInlineNotification = class PInlineNotification {
|
|
|
566
566
|
};
|
|
567
567
|
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PInlineNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
568
568
|
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
569
|
-
PInlineNotification = __decorate$
|
|
569
|
+
PInlineNotification = __decorate$z([
|
|
570
570
|
ProxyCmp({
|
|
571
|
-
inputs: inputs$
|
|
571
|
+
inputs: inputs$u
|
|
572
572
|
})
|
|
573
573
|
], PInlineNotification);
|
|
574
574
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PInlineNotification, decorators: [{
|
|
@@ -577,18 +577,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
577
577
|
selector: 'p-inline-notification,[p-inline-notification]',
|
|
578
578
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
579
579
|
template: '<ng-content></ng-content>',
|
|
580
|
-
inputs: inputs$
|
|
580
|
+
inputs: inputs$u,
|
|
581
581
|
outputs: outputs$9
|
|
582
582
|
}]
|
|
583
583
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
584
584
|
|
|
585
|
-
var __decorate$
|
|
585
|
+
var __decorate$y = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
586
586
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
587
587
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
588
588
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
589
589
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
590
590
|
};
|
|
591
|
-
const inputs$
|
|
591
|
+
const inputs$t = ['aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme', 'variant'];
|
|
592
592
|
let PLink = class PLink {
|
|
593
593
|
constructor(c, r, z) {
|
|
594
594
|
this.z = z;
|
|
@@ -598,9 +598,9 @@ let PLink = class PLink {
|
|
|
598
598
|
};
|
|
599
599
|
PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
600
600
|
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
601
|
-
PLink = __decorate$
|
|
601
|
+
PLink = __decorate$y([
|
|
602
602
|
ProxyCmp({
|
|
603
|
-
inputs: inputs$
|
|
603
|
+
inputs: inputs$t
|
|
604
604
|
})
|
|
605
605
|
], PLink);
|
|
606
606
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PLink, decorators: [{
|
|
@@ -609,17 +609,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
609
609
|
selector: 'p-link,[p-link]',
|
|
610
610
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
611
611
|
template: '<ng-content></ng-content>',
|
|
612
|
-
inputs: inputs$
|
|
612
|
+
inputs: inputs$t
|
|
613
613
|
}]
|
|
614
614
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
615
615
|
|
|
616
|
-
var __decorate$
|
|
616
|
+
var __decorate$x = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
617
617
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
618
618
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
619
619
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
620
620
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
621
621
|
};
|
|
622
|
-
const inputs$
|
|
622
|
+
const inputs$s = ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'theme', 'weight'];
|
|
623
623
|
let PLinkPure = class PLinkPure {
|
|
624
624
|
constructor(c, r, z) {
|
|
625
625
|
this.z = z;
|
|
@@ -629,9 +629,9 @@ let PLinkPure = class PLinkPure {
|
|
|
629
629
|
};
|
|
630
630
|
PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PLinkPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
631
631
|
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
632
|
-
PLinkPure = __decorate$
|
|
632
|
+
PLinkPure = __decorate$x([
|
|
633
633
|
ProxyCmp({
|
|
634
|
-
inputs: inputs$
|
|
634
|
+
inputs: inputs$s
|
|
635
635
|
})
|
|
636
636
|
], PLinkPure);
|
|
637
637
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PLinkPure, decorators: [{
|
|
@@ -640,17 +640,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
640
640
|
selector: 'p-link-pure,[p-link-pure]',
|
|
641
641
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
642
642
|
template: '<ng-content></ng-content>',
|
|
643
|
-
inputs: inputs$
|
|
643
|
+
inputs: inputs$s
|
|
644
644
|
}]
|
|
645
645
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
646
646
|
|
|
647
|
-
var __decorate$
|
|
647
|
+
var __decorate$w = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
648
648
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
649
649
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
650
650
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
651
651
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
652
652
|
};
|
|
653
|
-
const inputs$
|
|
653
|
+
const inputs$r = ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme'];
|
|
654
654
|
let PLinkSocial = class PLinkSocial {
|
|
655
655
|
constructor(c, r, z) {
|
|
656
656
|
this.z = z;
|
|
@@ -660,9 +660,9 @@ let PLinkSocial = class PLinkSocial {
|
|
|
660
660
|
};
|
|
661
661
|
PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PLinkSocial, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
662
662
|
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
663
|
-
PLinkSocial = __decorate$
|
|
663
|
+
PLinkSocial = __decorate$w([
|
|
664
664
|
ProxyCmp({
|
|
665
|
-
inputs: inputs$
|
|
665
|
+
inputs: inputs$r
|
|
666
666
|
})
|
|
667
667
|
], PLinkSocial);
|
|
668
668
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PLinkSocial, decorators: [{
|
|
@@ -671,6 +671,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
671
671
|
selector: 'p-link-social,[p-link-social]',
|
|
672
672
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
673
673
|
template: '<ng-content></ng-content>',
|
|
674
|
+
inputs: inputs$r
|
|
675
|
+
}]
|
|
676
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
677
|
+
|
|
678
|
+
var __decorate$v = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
679
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
680
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
681
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
682
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
683
|
+
};
|
|
684
|
+
const inputs$q = ['align', 'aria', 'aspectRatio', 'compact', 'description', 'download', 'gradient', 'href', 'label', 'rel', 'size', 'target', 'weight'];
|
|
685
|
+
let PLinkTile = class PLinkTile {
|
|
686
|
+
constructor(c, r, z) {
|
|
687
|
+
this.z = z;
|
|
688
|
+
c.detach();
|
|
689
|
+
this.el = r.nativeElement;
|
|
690
|
+
}
|
|
691
|
+
};
|
|
692
|
+
PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PLinkTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
693
|
+
PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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 });
|
|
694
|
+
PLinkTile = __decorate$v([
|
|
695
|
+
ProxyCmp({
|
|
696
|
+
inputs: inputs$q
|
|
697
|
+
})
|
|
698
|
+
], PLinkTile);
|
|
699
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PLinkTile, decorators: [{
|
|
700
|
+
type: Component,
|
|
701
|
+
args: [{
|
|
702
|
+
selector: 'p-link-tile,[p-link-tile]',
|
|
703
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
704
|
+
template: '<ng-content></ng-content>',
|
|
674
705
|
inputs: inputs$q
|
|
675
706
|
}]
|
|
676
707
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1664,6 +1695,7 @@ const DECLARATIONS = [
|
|
|
1664
1695
|
PLink,
|
|
1665
1696
|
PLinkPure,
|
|
1666
1697
|
PLinkSocial,
|
|
1698
|
+
PLinkTile,
|
|
1667
1699
|
PMarque,
|
|
1668
1700
|
PModal,
|
|
1669
1701
|
PPagination,
|
|
@@ -1697,9 +1729,6 @@ const DECLARATIONS = [
|
|
|
1697
1729
|
PToast
|
|
1698
1730
|
];
|
|
1699
1731
|
|
|
1700
|
-
const usesSkeletons = () => typeof window !== 'undefined' && !!document.querySelector('style[uses-skeleton]');
|
|
1701
|
-
const USES_SKELETONS = new InjectionToken('usesSkeletons');
|
|
1702
|
-
|
|
1703
1732
|
class DefaultConfig {
|
|
1704
1733
|
constructor() {
|
|
1705
1734
|
this.prefix = '';
|
|
@@ -1724,14 +1753,13 @@ class PorscheDesignSystemModule {
|
|
|
1724
1753
|
}
|
|
1725
1754
|
}
|
|
1726
1755
|
PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1727
|
-
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast] });
|
|
1728
|
-
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PorscheDesignSystemModule
|
|
1756
|
+
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast] });
|
|
1757
|
+
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PorscheDesignSystemModule });
|
|
1729
1758
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
|
|
1730
1759
|
type: NgModule,
|
|
1731
1760
|
args: [{
|
|
1732
1761
|
declarations: DECLARATIONS,
|
|
1733
1762
|
exports: DECLARATIONS,
|
|
1734
|
-
providers: [{ provide: USES_SKELETONS, useValue: usesSkeletons() }],
|
|
1735
1763
|
}]
|
|
1736
1764
|
}], ctorParameters: function () { return [{ type: DefaultConfig, decorators: [{
|
|
1737
1765
|
type: Optional
|
|
@@ -1756,5 +1784,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1756
1784
|
* Generated bundle index. Do not edit.
|
|
1757
1785
|
*/
|
|
1758
1786
|
|
|
1759
|
-
export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PorscheDesignSystemModule, ToastManager };
|
|
1787
|
+
export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PorscheDesignSystemModule, ToastManager };
|
|
1760
1788
|
//# sourceMappingURL=porsche-design-system-components-angular.mjs.map
|