@swisspost/design-system-components-angular 8.0.0 → 8.2.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/esm2022/lib/components.module.mjs +6 -6
- package/esm2022/lib/custom/value-accessors/post-card-control-checkbox-value-accessor.mjs +3 -3
- package/esm2022/lib/custom/value-accessors/post-card-control-radio-value-accessor.mjs +3 -3
- package/esm2022/lib/stencil-generated/components.mjs +71 -46
- package/esm2022/lib/stencil-generated/index.mjs +2 -1
- package/fesm2022/swisspost-design-system-components-angular.mjs +82 -57
- package/fesm2022/swisspost-design-system-components-angular.mjs.map +1 -1
- package/lib/components.module.d.ts +1 -1
- package/lib/stencil-generated/components.d.ts +9 -0
- package/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -69,8 +69,8 @@ let PostAccordion = class PostAccordion {
|
|
|
69
69
|
c.detach();
|
|
70
70
|
this.el = r.nativeElement;
|
|
71
71
|
}
|
|
72
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
73
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.
|
|
72
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
73
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.3", type: PostAccordion, selector: "post-accordion", inputs: { headingLevel: "headingLevel", multiple: "multiple" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
74
74
|
};
|
|
75
75
|
PostAccordion = __decorate([
|
|
76
76
|
ProxyCmp({
|
|
@@ -78,7 +78,7 @@ PostAccordion = __decorate([
|
|
|
78
78
|
methods: ['toggle', 'expandAll', 'collapseAll']
|
|
79
79
|
})
|
|
80
80
|
], PostAccordion);
|
|
81
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
81
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostAccordion, decorators: [{
|
|
82
82
|
type: Component,
|
|
83
83
|
args: [{
|
|
84
84
|
selector: 'post-accordion',
|
|
@@ -94,8 +94,8 @@ let PostAccordionItem = class PostAccordionItem {
|
|
|
94
94
|
c.detach();
|
|
95
95
|
this.el = r.nativeElement;
|
|
96
96
|
}
|
|
97
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
98
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.
|
|
97
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
98
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.3", type: PostAccordionItem, selector: "post-accordion-item", inputs: { collapsed: "collapsed", headingLevel: "headingLevel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
99
99
|
};
|
|
100
100
|
PostAccordionItem = __decorate([
|
|
101
101
|
ProxyCmp({
|
|
@@ -103,7 +103,7 @@ PostAccordionItem = __decorate([
|
|
|
103
103
|
methods: ['toggle']
|
|
104
104
|
})
|
|
105
105
|
], PostAccordionItem);
|
|
106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostAccordionItem, decorators: [{
|
|
107
107
|
type: Component,
|
|
108
108
|
args: [{
|
|
109
109
|
selector: 'post-accordion-item',
|
|
@@ -120,8 +120,8 @@ let PostAlert = class PostAlert {
|
|
|
120
120
|
this.el = r.nativeElement;
|
|
121
121
|
proxyOutputs(this, this.el, ['postDismissed']);
|
|
122
122
|
}
|
|
123
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
124
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.
|
|
123
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
124
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.3", type: PostAlert, selector: "post-alert", inputs: { dismissLabel: "dismissLabel", dismissible: "dismissible", fixed: "fixed", icon: "icon", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
125
125
|
};
|
|
126
126
|
PostAlert = __decorate([
|
|
127
127
|
ProxyCmp({
|
|
@@ -129,7 +129,7 @@ PostAlert = __decorate([
|
|
|
129
129
|
methods: ['dismiss']
|
|
130
130
|
})
|
|
131
131
|
], PostAlert);
|
|
132
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostAlert, decorators: [{
|
|
133
133
|
type: Component,
|
|
134
134
|
args: [{
|
|
135
135
|
selector: 'post-alert',
|
|
@@ -146,8 +146,8 @@ let PostCardControl = class PostCardControl {
|
|
|
146
146
|
this.el = r.nativeElement;
|
|
147
147
|
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
148
148
|
}
|
|
149
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
150
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.
|
|
149
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostCardControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
150
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.3", type: PostCardControl, selector: "post-card-control", inputs: { checked: "checked", description: "description", disabled: "disabled", icon: "icon", label: "label", name: "name", type: "type", validity: "validity", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
151
151
|
};
|
|
152
152
|
PostCardControl = __decorate([
|
|
153
153
|
ProxyCmp({
|
|
@@ -155,7 +155,7 @@ PostCardControl = __decorate([
|
|
|
155
155
|
methods: ['reset', 'groupReset']
|
|
156
156
|
})
|
|
157
157
|
], PostCardControl);
|
|
158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostCardControl, decorators: [{
|
|
159
159
|
type: Component,
|
|
160
160
|
args: [{
|
|
161
161
|
selector: 'post-card-control',
|
|
@@ -172,8 +172,8 @@ let PostCollapsible = class PostCollapsible {
|
|
|
172
172
|
this.el = r.nativeElement;
|
|
173
173
|
proxyOutputs(this, this.el, ['postToggle']);
|
|
174
174
|
}
|
|
175
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
176
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.
|
|
175
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostCollapsible, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
176
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.3", type: PostCollapsible, selector: "post-collapsible", inputs: { collapsed: "collapsed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
177
177
|
};
|
|
178
178
|
PostCollapsible = __decorate([
|
|
179
179
|
ProxyCmp({
|
|
@@ -181,7 +181,7 @@ PostCollapsible = __decorate([
|
|
|
181
181
|
methods: ['toggle']
|
|
182
182
|
})
|
|
183
183
|
], PostCollapsible);
|
|
184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostCollapsible, decorators: [{
|
|
185
185
|
type: Component,
|
|
186
186
|
args: [{
|
|
187
187
|
selector: 'post-collapsible',
|
|
@@ -197,8 +197,8 @@ let PostCollapsibleTrigger = class PostCollapsibleTrigger {
|
|
|
197
197
|
c.detach();
|
|
198
198
|
this.el = r.nativeElement;
|
|
199
199
|
}
|
|
200
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
201
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.
|
|
200
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostCollapsibleTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
201
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.3", type: PostCollapsibleTrigger, selector: "post-collapsible-trigger", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
202
202
|
};
|
|
203
203
|
PostCollapsibleTrigger = __decorate([
|
|
204
204
|
ProxyCmp({
|
|
@@ -206,7 +206,7 @@ PostCollapsibleTrigger = __decorate([
|
|
|
206
206
|
methods: ['update']
|
|
207
207
|
})
|
|
208
208
|
], PostCollapsibleTrigger);
|
|
209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostCollapsibleTrigger, decorators: [{
|
|
210
210
|
type: Component,
|
|
211
211
|
args: [{
|
|
212
212
|
selector: 'post-collapsible-trigger',
|
|
@@ -222,15 +222,15 @@ let PostIcon = class PostIcon {
|
|
|
222
222
|
c.detach();
|
|
223
223
|
this.el = r.nativeElement;
|
|
224
224
|
}
|
|
225
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
226
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.
|
|
225
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
226
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.3", type: PostIcon, selector: "post-icon", inputs: { animation: "animation", base: "base", flipH: "flipH", flipV: "flipV", name: "name", rotate: "rotate", scale: "scale" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
227
227
|
};
|
|
228
228
|
PostIcon = __decorate([
|
|
229
229
|
ProxyCmp({
|
|
230
230
|
inputs: ['animation', 'base', 'flipH', 'flipV', 'name', 'rotate', 'scale']
|
|
231
231
|
})
|
|
232
232
|
], PostIcon);
|
|
233
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostIcon, decorators: [{
|
|
234
234
|
type: Component,
|
|
235
235
|
args: [{
|
|
236
236
|
selector: 'post-icon',
|
|
@@ -240,14 +240,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
|
|
|
240
240
|
inputs: ['animation', 'base', 'flipH', 'flipV', 'name', 'rotate', 'scale'],
|
|
241
241
|
}]
|
|
242
242
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
243
|
+
let PostLogo = class PostLogo {
|
|
244
|
+
constructor(c, r, z) {
|
|
245
|
+
this.z = z;
|
|
246
|
+
c.detach();
|
|
247
|
+
this.el = r.nativeElement;
|
|
248
|
+
}
|
|
249
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
250
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.3", type: PostLogo, selector: "post-logo", inputs: { url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
251
|
+
};
|
|
252
|
+
PostLogo = __decorate([
|
|
253
|
+
ProxyCmp({
|
|
254
|
+
inputs: ['url']
|
|
255
|
+
})
|
|
256
|
+
], PostLogo);
|
|
257
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostLogo, decorators: [{
|
|
258
|
+
type: Component,
|
|
259
|
+
args: [{
|
|
260
|
+
selector: 'post-logo',
|
|
261
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
262
|
+
template: '<ng-content></ng-content>',
|
|
263
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
264
|
+
inputs: ['url'],
|
|
265
|
+
}]
|
|
266
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
243
267
|
let PostPopover = class PostPopover {
|
|
244
268
|
constructor(c, r, z) {
|
|
245
269
|
this.z = z;
|
|
246
270
|
c.detach();
|
|
247
271
|
this.el = r.nativeElement;
|
|
248
272
|
}
|
|
249
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
250
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.
|
|
273
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
274
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.3", type: PostPopover, selector: "post-popover", inputs: { arrow: "arrow", closeButtonCaption: "closeButtonCaption", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
251
275
|
};
|
|
252
276
|
PostPopover = __decorate([
|
|
253
277
|
ProxyCmp({
|
|
@@ -255,7 +279,7 @@ PostPopover = __decorate([
|
|
|
255
279
|
methods: ['show', 'hide', 'toggle']
|
|
256
280
|
})
|
|
257
281
|
], PostPopover);
|
|
258
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostPopover, decorators: [{
|
|
259
283
|
type: Component,
|
|
260
284
|
args: [{
|
|
261
285
|
selector: 'post-popover',
|
|
@@ -272,8 +296,8 @@ let PostPopovercontainer = class PostPopovercontainer {
|
|
|
272
296
|
this.el = r.nativeElement;
|
|
273
297
|
proxyOutputs(this, this.el, ['postToggle']);
|
|
274
298
|
}
|
|
275
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
276
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.
|
|
299
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostPopovercontainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
300
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.3", type: PostPopovercontainer, selector: "post-popovercontainer", inputs: { arrow: "arrow", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
277
301
|
};
|
|
278
302
|
PostPopovercontainer = __decorate([
|
|
279
303
|
ProxyCmp({
|
|
@@ -281,7 +305,7 @@ PostPopovercontainer = __decorate([
|
|
|
281
305
|
methods: ['show', 'hide', 'toggle']
|
|
282
306
|
})
|
|
283
307
|
], PostPopovercontainer);
|
|
284
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
308
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostPopovercontainer, decorators: [{
|
|
285
309
|
type: Component,
|
|
286
310
|
args: [{
|
|
287
311
|
selector: 'post-popovercontainer',
|
|
@@ -298,15 +322,15 @@ let PostRating = class PostRating {
|
|
|
298
322
|
this.el = r.nativeElement;
|
|
299
323
|
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
300
324
|
}
|
|
301
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
302
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.
|
|
325
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
326
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.3", type: PostRating, selector: "post-rating", inputs: { currentRating: "currentRating", label: "label", readonly: "readonly", stars: "stars" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
303
327
|
};
|
|
304
328
|
PostRating = __decorate([
|
|
305
329
|
ProxyCmp({
|
|
306
330
|
inputs: ['currentRating', 'label', 'readonly', 'stars']
|
|
307
331
|
})
|
|
308
332
|
], PostRating);
|
|
309
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
333
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostRating, decorators: [{
|
|
310
334
|
type: Component,
|
|
311
335
|
args: [{
|
|
312
336
|
selector: 'post-rating',
|
|
@@ -322,15 +346,15 @@ let PostTabHeader = class PostTabHeader {
|
|
|
322
346
|
c.detach();
|
|
323
347
|
this.el = r.nativeElement;
|
|
324
348
|
}
|
|
325
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
326
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.
|
|
349
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostTabHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
350
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.3", type: PostTabHeader, selector: "post-tab-header", inputs: { panel: "panel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
327
351
|
};
|
|
328
352
|
PostTabHeader = __decorate([
|
|
329
353
|
ProxyCmp({
|
|
330
354
|
inputs: ['panel']
|
|
331
355
|
})
|
|
332
356
|
], PostTabHeader);
|
|
333
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostTabHeader, decorators: [{
|
|
334
358
|
type: Component,
|
|
335
359
|
args: [{
|
|
336
360
|
selector: 'post-tab-header',
|
|
@@ -346,15 +370,15 @@ let PostTabPanel = class PostTabPanel {
|
|
|
346
370
|
c.detach();
|
|
347
371
|
this.el = r.nativeElement;
|
|
348
372
|
}
|
|
349
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
350
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.
|
|
373
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostTabPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
374
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.3", type: PostTabPanel, selector: "post-tab-panel", inputs: { name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
351
375
|
};
|
|
352
376
|
PostTabPanel = __decorate([
|
|
353
377
|
ProxyCmp({
|
|
354
378
|
inputs: ['name']
|
|
355
379
|
})
|
|
356
380
|
], PostTabPanel);
|
|
357
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
381
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostTabPanel, decorators: [{
|
|
358
382
|
type: Component,
|
|
359
383
|
args: [{
|
|
360
384
|
selector: 'post-tab-panel',
|
|
@@ -371,8 +395,8 @@ let PostTabs = class PostTabs {
|
|
|
371
395
|
this.el = r.nativeElement;
|
|
372
396
|
proxyOutputs(this, this.el, ['postChange']);
|
|
373
397
|
}
|
|
374
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
375
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.
|
|
398
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
399
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.3", type: PostTabs, selector: "post-tabs", inputs: { activePanel: "activePanel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
376
400
|
};
|
|
377
401
|
PostTabs = __decorate([
|
|
378
402
|
ProxyCmp({
|
|
@@ -380,7 +404,7 @@ PostTabs = __decorate([
|
|
|
380
404
|
methods: ['show']
|
|
381
405
|
})
|
|
382
406
|
], PostTabs);
|
|
383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostTabs, decorators: [{
|
|
384
408
|
type: Component,
|
|
385
409
|
args: [{
|
|
386
410
|
selector: 'post-tabs',
|
|
@@ -396,15 +420,15 @@ let PostTag = class PostTag {
|
|
|
396
420
|
c.detach();
|
|
397
421
|
this.el = r.nativeElement;
|
|
398
422
|
}
|
|
399
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
400
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.
|
|
423
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
424
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.3", type: PostTag, selector: "post-tag", inputs: { icon: "icon", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
401
425
|
};
|
|
402
426
|
PostTag = __decorate([
|
|
403
427
|
ProxyCmp({
|
|
404
428
|
inputs: ['icon', 'size', 'variant']
|
|
405
429
|
})
|
|
406
430
|
], PostTag);
|
|
407
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
431
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostTag, decorators: [{
|
|
408
432
|
type: Component,
|
|
409
433
|
args: [{
|
|
410
434
|
selector: 'post-tag',
|
|
@@ -420,8 +444,8 @@ let PostTooltip = class PostTooltip {
|
|
|
420
444
|
c.detach();
|
|
421
445
|
this.el = r.nativeElement;
|
|
422
446
|
}
|
|
423
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
424
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.
|
|
447
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
448
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.3", type: PostTooltip, selector: "post-tooltip", inputs: { arrow: "arrow", delayed: "delayed", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
425
449
|
};
|
|
426
450
|
PostTooltip = __decorate([
|
|
427
451
|
ProxyCmp({
|
|
@@ -429,7 +453,7 @@ PostTooltip = __decorate([
|
|
|
429
453
|
methods: ['show', 'hide', 'toggle']
|
|
430
454
|
})
|
|
431
455
|
], PostTooltip);
|
|
432
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
456
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostTooltip, decorators: [{
|
|
433
457
|
type: Component,
|
|
434
458
|
args: [{
|
|
435
459
|
selector: 'post-tooltip',
|
|
@@ -448,6 +472,7 @@ const DIRECTIVES = [
|
|
|
448
472
|
PostCollapsible,
|
|
449
473
|
PostCollapsibleTrigger,
|
|
450
474
|
PostIcon,
|
|
475
|
+
PostLogo,
|
|
451
476
|
PostPopover,
|
|
452
477
|
PostPopovercontainer,
|
|
453
478
|
PostRating,
|
|
@@ -486,8 +511,8 @@ class PostCardControlCheckboxValueAccessorDirective {
|
|
|
486
511
|
setDisabledState(isDisabled) {
|
|
487
512
|
this.el.nativeElement.disabled = isDisabled;
|
|
488
513
|
}
|
|
489
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
490
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.
|
|
514
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostCardControlCheckboxValueAccessorDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
515
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.3", type: PostCardControlCheckboxValueAccessorDirective, selector: "post-card-control[type=\"checkbox\"]", host: { listeners: { "postChange": "handleChangeEvent($event.detail.state)", "focusout": "_handleBlurEvent()" } }, providers: [
|
|
491
516
|
{
|
|
492
517
|
provide: NG_VALUE_ACCESSOR,
|
|
493
518
|
useExisting: PostCardControlCheckboxValueAccessorDirective,
|
|
@@ -495,7 +520,7 @@ class PostCardControlCheckboxValueAccessorDirective {
|
|
|
495
520
|
},
|
|
496
521
|
], ngImport: i0 }); }
|
|
497
522
|
}
|
|
498
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostCardControlCheckboxValueAccessorDirective, decorators: [{
|
|
499
524
|
type: Directive,
|
|
500
525
|
args: [{
|
|
501
526
|
/* eslint-disable-next-line @angular-eslint/directive-selector */
|
|
@@ -545,8 +570,8 @@ class PostCardControlRadioValueAccessorDirective {
|
|
|
545
570
|
setDisabledState(isDisabled) {
|
|
546
571
|
this.el.nativeElement.disabled = isDisabled;
|
|
547
572
|
}
|
|
548
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
549
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.
|
|
573
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostCardControlRadioValueAccessorDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
574
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.3", type: PostCardControlRadioValueAccessorDirective, selector: "post-card-control[type=\"radio\"]", host: { listeners: { "postChange": "handleChangeEvent($event.detail.value)", "focusout": "_handleBlurEvent()" } }, providers: [
|
|
550
575
|
{
|
|
551
576
|
provide: NG_VALUE_ACCESSOR,
|
|
552
577
|
useExisting: PostCardControlRadioValueAccessorDirective,
|
|
@@ -554,7 +579,7 @@ class PostCardControlRadioValueAccessorDirective {
|
|
|
554
579
|
},
|
|
555
580
|
], ngImport: i0 }); }
|
|
556
581
|
}
|
|
557
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostCardControlRadioValueAccessorDirective, decorators: [{
|
|
558
583
|
type: Directive,
|
|
559
584
|
args: [{
|
|
560
585
|
/* eslint-disable-next-line @angular-eslint/directive-selector */
|
|
@@ -581,11 +606,11 @@ const DECLARATIONS = [
|
|
|
581
606
|
PostCardControlRadioValueAccessorDirective,
|
|
582
607
|
];
|
|
583
608
|
class PostComponentsModule {
|
|
584
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
585
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.
|
|
586
|
-
PostCardControlRadioValueAccessorDirective], exports: [PostAccordion, PostAccordionItem, PostAlert, PostCardControl, PostCollapsible, PostCollapsibleTrigger, PostIcon, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip, PostCardControlCheckboxValueAccessorDirective,
|
|
609
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
610
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.3", ngImport: i0, type: PostComponentsModule, declarations: [PostAccordion, PostAccordionItem, PostAlert, PostCardControl, PostCollapsible, PostCollapsibleTrigger, PostIcon, PostLogo, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip, PostCardControlCheckboxValueAccessorDirective,
|
|
611
|
+
PostCardControlRadioValueAccessorDirective], exports: [PostAccordion, PostAccordionItem, PostAlert, PostCardControl, PostCollapsible, PostCollapsibleTrigger, PostIcon, PostLogo, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip, PostCardControlCheckboxValueAccessorDirective,
|
|
587
612
|
PostCardControlRadioValueAccessorDirective] }); }
|
|
588
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.
|
|
613
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostComponentsModule, providers: [
|
|
589
614
|
{
|
|
590
615
|
// Use ENVIRONMENT_INITIALIZER to be compatible with lazy-loaded modules
|
|
591
616
|
provide: ENVIRONMENT_INITIALIZER,
|
|
@@ -604,7 +629,7 @@ class PostComponentsModule {
|
|
|
604
629
|
},
|
|
605
630
|
] }); }
|
|
606
631
|
}
|
|
607
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
632
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.3", ngImport: i0, type: PostComponentsModule, decorators: [{
|
|
608
633
|
type: NgModule,
|
|
609
634
|
args: [{
|
|
610
635
|
declarations: DECLARATIONS,
|
|
@@ -638,5 +663,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
|
|
|
638
663
|
* Generated bundle index. Do not edit.
|
|
639
664
|
*/
|
|
640
665
|
|
|
641
|
-
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAlert, PostCardControl, PostCardControlCheckboxValueAccessorDirective, PostCardControlRadioValueAccessorDirective, PostCollapsible, PostCollapsibleTrigger, PostComponentsModule, PostIcon, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip };
|
|
666
|
+
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAlert, PostCardControl, PostCardControlCheckboxValueAccessorDirective, PostCardControlRadioValueAccessorDirective, PostCollapsible, PostCollapsibleTrigger, PostComponentsModule, PostIcon, PostLogo, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip };
|
|
642
667
|
//# sourceMappingURL=swisspost-design-system-components-angular.mjs.map
|