@swisspost/design-system-components-angular 10.0.0-next.53 → 10.0.0-next.55
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { ChangeDetectionStrategy, Component, HostListener, Directive, makeEnvironmentProviders, provideEnvironmentInitializer, inject, CSP_NONCE } from '@angular/core';
|
|
2
|
+
import { ChangeDetectionStrategy, Component, EventEmitter, Output, HostListener, Directive, makeEnvironmentProviders, provideEnvironmentInitializer, inject, CSP_NONCE } from '@angular/core';
|
|
3
3
|
import { setNonce, defineCustomElements } from '@swisspost/design-system-components/loader';
|
|
4
4
|
import { __decorate } from 'tslib';
|
|
5
5
|
import { fromEvent } from 'rxjs';
|
|
@@ -33,12 +33,14 @@ import { defineCustomElement as defineCustomElement$r } from '@swisspost/design-
|
|
|
33
33
|
import { defineCustomElement as defineCustomElement$s } from '@swisspost/design-system-components/components/post-popover-trigger.js';
|
|
34
34
|
import { defineCustomElement as defineCustomElement$t } from '@swisspost/design-system-components/components/post-popovercontainer.js';
|
|
35
35
|
import { defineCustomElement as defineCustomElement$u } from '@swisspost/design-system-components/components/post-rating.js';
|
|
36
|
-
import { defineCustomElement as defineCustomElement$v } from '@swisspost/design-system-components/components/post-
|
|
37
|
-
import { defineCustomElement as defineCustomElement$w } from '@swisspost/design-system-components/components/post-
|
|
38
|
-
import { defineCustomElement as defineCustomElement$x } from '@swisspost/design-system-components/components/post-
|
|
39
|
-
import { defineCustomElement as defineCustomElement$y } from '@swisspost/design-system-components/components/post-
|
|
40
|
-
import { defineCustomElement as defineCustomElement$z } from '@swisspost/design-system-components/components/post-
|
|
41
|
-
import { defineCustomElement as defineCustomElement$A } from '@swisspost/design-system-components/components/post-
|
|
36
|
+
import { defineCustomElement as defineCustomElement$v } from '@swisspost/design-system-components/components/post-stepper.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$w } from '@swisspost/design-system-components/components/post-stepper-item.js';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$x } from '@swisspost/design-system-components/components/post-tab-header.js';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$y } from '@swisspost/design-system-components/components/post-tab-panel.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$z } from '@swisspost/design-system-components/components/post-tabs.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$A } from '@swisspost/design-system-components/components/post-togglebutton.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$B } from '@swisspost/design-system-components/components/post-tooltip.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$C } from '@swisspost/design-system-components/components/post-tooltip-trigger.js';
|
|
42
44
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
43
45
|
|
|
44
46
|
/* eslint-disable */
|
|
@@ -122,8 +124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
122
124
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
123
125
|
template: '<ng-content></ng-content>',
|
|
124
126
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
125
|
-
inputs: ['headingLevel', 'multiple'],
|
|
126
|
-
standalone: true
|
|
127
|
+
inputs: [{ name: 'headingLevel', required: true }, 'multiple'],
|
|
127
128
|
}]
|
|
128
129
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
129
130
|
let PostAccordionItem = class PostAccordionItem {
|
|
@@ -150,7 +151,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
150
151
|
template: '<ng-content></ng-content>',
|
|
151
152
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
152
153
|
inputs: ['collapsed', 'headingLevel'],
|
|
153
|
-
standalone: true
|
|
154
154
|
}]
|
|
155
155
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
156
156
|
let PostAvatar = class PostAvatar {
|
|
@@ -175,8 +175,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
175
175
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
176
176
|
template: '<ng-content></ng-content>',
|
|
177
177
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
178
|
-
inputs: ['description', 'email', 'firstname', 'lastname', 'userid'],
|
|
179
|
-
standalone: true
|
|
178
|
+
inputs: ['description', 'email', { name: 'firstname', required: true }, 'lastname', 'userid'],
|
|
180
179
|
}]
|
|
181
180
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
182
181
|
let PostBackToTop = class PostBackToTop {
|
|
@@ -201,19 +200,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
201
200
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
202
201
|
template: '<ng-content></ng-content>',
|
|
203
202
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
204
|
-
inputs: ['label'],
|
|
205
|
-
standalone: true
|
|
203
|
+
inputs: [{ name: 'label', required: true }],
|
|
206
204
|
}]
|
|
207
205
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
208
206
|
let PostBanner = class PostBanner {
|
|
209
207
|
constructor(c, r, z) {
|
|
210
208
|
this.z = z;
|
|
209
|
+
this.postDismissed = new EventEmitter();
|
|
211
210
|
c.detach();
|
|
212
211
|
this.el = r.nativeElement;
|
|
213
|
-
proxyOutputs(this, this.el, ['postDismissed']);
|
|
214
212
|
}
|
|
215
213
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: PostBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
216
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: PostBanner, isStandalone: true, selector: "post-banner", inputs: { type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
214
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: PostBanner, isStandalone: true, selector: "post-banner", inputs: { type: "type" }, outputs: { postDismissed: "postDismissed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
217
215
|
};
|
|
218
216
|
PostBanner = __decorate([
|
|
219
217
|
ProxyCmp({
|
|
@@ -230,9 +228,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
230
228
|
template: '<ng-content></ng-content>',
|
|
231
229
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
232
230
|
inputs: ['type'],
|
|
233
|
-
|
|
231
|
+
outputs: ['postDismissed'],
|
|
234
232
|
}]
|
|
235
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
233
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postDismissed: [{
|
|
234
|
+
type: Output
|
|
235
|
+
}] } });
|
|
236
236
|
let PostBreadcrumbItem = class PostBreadcrumbItem {
|
|
237
237
|
constructor(c, r, z) {
|
|
238
238
|
this.z = z;
|
|
@@ -256,7 +256,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
256
256
|
template: '<ng-content></ng-content>',
|
|
257
257
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
258
258
|
inputs: ['url'],
|
|
259
|
-
standalone: true
|
|
260
259
|
}]
|
|
261
260
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
262
261
|
let PostBreadcrumbs = class PostBreadcrumbs {
|
|
@@ -281,19 +280,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
281
280
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
282
281
|
template: '<ng-content></ng-content>',
|
|
283
282
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
284
|
-
inputs: ['homeText', 'homeUrl', 'label', 'menuLabel'],
|
|
285
|
-
standalone: true
|
|
283
|
+
inputs: [{ name: 'homeText', required: true }, { name: 'homeUrl', required: true }, { name: 'label', required: true }, { name: 'menuLabel', required: true }],
|
|
286
284
|
}]
|
|
287
285
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
288
286
|
let PostCardControl = class PostCardControl {
|
|
289
287
|
constructor(c, r, z) {
|
|
290
288
|
this.z = z;
|
|
289
|
+
this.postInput = new EventEmitter();
|
|
290
|
+
this.postChange = new EventEmitter();
|
|
291
291
|
c.detach();
|
|
292
292
|
this.el = r.nativeElement;
|
|
293
|
-
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
294
293
|
}
|
|
295
294
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: PostCardControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
296
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: PostCardControl, isStandalone: true, 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 }); }
|
|
295
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: PostCardControl, isStandalone: true, selector: "post-card-control", inputs: { checked: "checked", description: "description", disabled: "disabled", icon: "icon", label: "label", name: "name", type: "type", validity: "validity", value: "value" }, outputs: { postInput: "postInput", postChange: "postChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
297
296
|
};
|
|
298
297
|
PostCardControl = __decorate([
|
|
299
298
|
ProxyCmp({
|
|
@@ -309,10 +308,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
309
308
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
310
309
|
template: '<ng-content></ng-content>',
|
|
311
310
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
312
|
-
inputs: ['checked', 'description', 'disabled', 'icon', 'label', 'name', 'type', 'validity', 'value'],
|
|
313
|
-
|
|
311
|
+
inputs: ['checked', 'description', 'disabled', 'icon', { name: 'label', required: true }, 'name', { name: 'type', required: true }, 'validity', 'value'],
|
|
312
|
+
outputs: ['postInput', 'postChange'],
|
|
314
313
|
}]
|
|
315
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
314
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postInput: [{
|
|
315
|
+
type: Output
|
|
316
|
+
}], postChange: [{
|
|
317
|
+
type: Output
|
|
318
|
+
}] } });
|
|
316
319
|
let PostClosebutton = class PostClosebutton {
|
|
317
320
|
constructor(c, r, z) {
|
|
318
321
|
this.z = z;
|
|
@@ -336,18 +339,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
336
339
|
template: '<ng-content></ng-content>',
|
|
337
340
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
338
341
|
inputs: ['buttonType'],
|
|
339
|
-
standalone: true
|
|
340
342
|
}]
|
|
341
343
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
342
344
|
let PostCollapsible = class PostCollapsible {
|
|
343
345
|
constructor(c, r, z) {
|
|
344
346
|
this.z = z;
|
|
347
|
+
this.postToggle = new EventEmitter();
|
|
345
348
|
c.detach();
|
|
346
349
|
this.el = r.nativeElement;
|
|
347
|
-
proxyOutputs(this, this.el, ['postToggle']);
|
|
348
350
|
}
|
|
349
351
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: PostCollapsible, 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: "20.3.9", type: PostCollapsible, isStandalone: true, selector: "post-collapsible", inputs: { collapsed: "collapsed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
352
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: PostCollapsible, isStandalone: true, selector: "post-collapsible", inputs: { collapsed: "collapsed" }, outputs: { postToggle: "postToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
351
353
|
};
|
|
352
354
|
PostCollapsible = __decorate([
|
|
353
355
|
ProxyCmp({
|
|
@@ -364,9 +366,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
364
366
|
template: '<ng-content></ng-content>',
|
|
365
367
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
366
368
|
inputs: ['collapsed'],
|
|
367
|
-
|
|
369
|
+
outputs: ['postToggle'],
|
|
368
370
|
}]
|
|
369
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
371
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postToggle: [{
|
|
372
|
+
type: Output
|
|
373
|
+
}] } });
|
|
370
374
|
let PostCollapsibleTrigger = class PostCollapsibleTrigger {
|
|
371
375
|
constructor(c, r, z) {
|
|
372
376
|
this.z = z;
|
|
@@ -390,8 +394,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
390
394
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
391
395
|
template: '<ng-content></ng-content>',
|
|
392
396
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
393
|
-
inputs: ['for'],
|
|
394
|
-
standalone: true
|
|
397
|
+
inputs: [{ name: 'for', required: true }],
|
|
395
398
|
}]
|
|
396
399
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
397
400
|
let PostFooter = class PostFooter {
|
|
@@ -416,8 +419,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
416
419
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
417
420
|
template: '<ng-content></ng-content>',
|
|
418
421
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
419
|
-
inputs: ['label'],
|
|
420
|
-
standalone: true
|
|
422
|
+
inputs: [{ name: 'label', required: true }],
|
|
421
423
|
}]
|
|
422
424
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
423
425
|
let PostHeader = class PostHeader {
|
|
@@ -432,7 +434,7 @@ let PostHeader = class PostHeader {
|
|
|
432
434
|
PostHeader = __decorate([
|
|
433
435
|
ProxyCmp({
|
|
434
436
|
defineCustomElementFn: defineCustomElement$d,
|
|
435
|
-
methods: ['
|
|
437
|
+
methods: ['toggleBurgerMenu']
|
|
436
438
|
})
|
|
437
439
|
], PostHeader);
|
|
438
440
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: PostHeader, decorators: [{
|
|
@@ -443,7 +445,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
443
445
|
template: '<ng-content></ng-content>',
|
|
444
446
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
445
447
|
inputs: [],
|
|
446
|
-
standalone: true
|
|
447
448
|
}]
|
|
448
449
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
449
450
|
let PostIcon = class PostIcon {
|
|
@@ -468,19 +469,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
468
469
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
469
470
|
template: '<ng-content></ng-content>',
|
|
470
471
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
471
|
-
inputs: ['animation', 'base', 'flipH', 'flipV', 'name', 'rotate', 'scale'],
|
|
472
|
-
standalone: true
|
|
472
|
+
inputs: ['animation', 'base', 'flipH', 'flipV', { name: 'name', required: true }, 'rotate', 'scale'],
|
|
473
473
|
}]
|
|
474
474
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
475
475
|
let PostLanguageOption = class PostLanguageOption {
|
|
476
476
|
constructor(c, r, z) {
|
|
477
477
|
this.z = z;
|
|
478
|
+
this.postChange = new EventEmitter();
|
|
479
|
+
this.postLanguageOptionInitiallyActive = new EventEmitter();
|
|
478
480
|
c.detach();
|
|
479
481
|
this.el = r.nativeElement;
|
|
480
|
-
proxyOutputs(this, this.el, ['postChange', 'postLanguageOptionInitiallyActive']);
|
|
481
482
|
}
|
|
482
483
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: PostLanguageOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
483
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: PostLanguageOption, isStandalone: true, selector: "post-language-option", inputs: { active: "active", code: "code", name: "name", url: "url", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
484
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: PostLanguageOption, isStandalone: true, selector: "post-language-option", inputs: { active: "active", code: "code", name: "name", url: "url", variant: "variant" }, outputs: { postChange: "postChange", postLanguageOptionInitiallyActive: "postLanguageOptionInitiallyActive" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
484
485
|
};
|
|
485
486
|
PostLanguageOption = __decorate([
|
|
486
487
|
ProxyCmp({
|
|
@@ -496,10 +497,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
496
497
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
497
498
|
template: '<ng-content></ng-content>',
|
|
498
499
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
499
|
-
inputs: ['active', 'code', 'name', 'url', 'variant'],
|
|
500
|
-
|
|
500
|
+
inputs: ['active', { name: 'code', required: true }, 'name', 'url', 'variant'],
|
|
501
|
+
outputs: ['postChange', 'postLanguageOptionInitiallyActive'],
|
|
501
502
|
}]
|
|
502
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
503
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postChange: [{
|
|
504
|
+
type: Output
|
|
505
|
+
}], postLanguageOptionInitiallyActive: [{
|
|
506
|
+
type: Output
|
|
507
|
+
}] } });
|
|
503
508
|
let PostLanguageSwitch = class PostLanguageSwitch {
|
|
504
509
|
constructor(c, r, z) {
|
|
505
510
|
this.z = z;
|
|
@@ -522,8 +527,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
522
527
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
523
528
|
template: '<ng-content></ng-content>',
|
|
524
529
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
525
|
-
inputs: ['caption', 'description', 'variant'],
|
|
526
|
-
standalone: true
|
|
530
|
+
inputs: [{ name: 'caption', required: true }, { name: 'description', required: true }, 'variant'],
|
|
527
531
|
}]
|
|
528
532
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
529
533
|
let PostLinkarea = class PostLinkarea {
|
|
@@ -548,7 +552,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
548
552
|
template: '<ng-content></ng-content>',
|
|
549
553
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
550
554
|
inputs: [],
|
|
551
|
-
standalone: true
|
|
552
555
|
}]
|
|
553
556
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
554
557
|
let PostList = class PostList {
|
|
@@ -574,7 +577,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
574
577
|
template: '<ng-content></ng-content>',
|
|
575
578
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
576
579
|
inputs: ['horizontal', 'titleHidden'],
|
|
577
|
-
standalone: true
|
|
578
580
|
}]
|
|
579
581
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
580
582
|
let PostListItem = class PostListItem {
|
|
@@ -599,7 +601,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
599
601
|
template: '<ng-content></ng-content>',
|
|
600
602
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
601
603
|
inputs: [],
|
|
602
|
-
standalone: true
|
|
603
604
|
}]
|
|
604
605
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
605
606
|
let PostLogo = class PostLogo {
|
|
@@ -625,7 +626,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
625
626
|
template: '<ng-content></ng-content>',
|
|
626
627
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
627
628
|
inputs: ['url'],
|
|
628
|
-
standalone: true
|
|
629
629
|
}]
|
|
630
630
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
631
631
|
let PostMainnavigation = class PostMainnavigation {
|
|
@@ -650,18 +650,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
650
650
|
template: '<ng-content></ng-content>',
|
|
651
651
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
652
652
|
inputs: [],
|
|
653
|
-
standalone: true
|
|
654
653
|
}]
|
|
655
654
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
656
655
|
let PostMegadropdown = class PostMegadropdown {
|
|
657
656
|
constructor(c, r, z) {
|
|
658
657
|
this.z = z;
|
|
658
|
+
this.postToggleMegadropdown = new EventEmitter();
|
|
659
659
|
c.detach();
|
|
660
660
|
this.el = r.nativeElement;
|
|
661
|
-
proxyOutputs(this, this.el, ['postToggleMegadropdown']);
|
|
662
661
|
}
|
|
663
662
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: PostMegadropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
664
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: PostMegadropdown, isStandalone: true, selector: "post-megadropdown", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
663
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: PostMegadropdown, isStandalone: true, selector: "post-megadropdown", outputs: { postToggleMegadropdown: "postToggleMegadropdown" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
665
664
|
};
|
|
666
665
|
PostMegadropdown = __decorate([
|
|
667
666
|
ProxyCmp({
|
|
@@ -677,9 +676,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
677
676
|
template: '<ng-content></ng-content>',
|
|
678
677
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
679
678
|
inputs: [],
|
|
680
|
-
|
|
679
|
+
outputs: ['postToggleMegadropdown'],
|
|
681
680
|
}]
|
|
682
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
681
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postToggleMegadropdown: [{
|
|
682
|
+
type: Output
|
|
683
|
+
}] } });
|
|
683
684
|
let PostMegadropdownTrigger = class PostMegadropdownTrigger {
|
|
684
685
|
constructor(c, r, z) {
|
|
685
686
|
this.z = z;
|
|
@@ -702,19 +703,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
702
703
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
703
704
|
template: '<ng-content></ng-content>',
|
|
704
705
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
705
|
-
inputs: ['for'],
|
|
706
|
-
standalone: true
|
|
706
|
+
inputs: [{ name: 'for', required: true }],
|
|
707
707
|
}]
|
|
708
708
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
709
709
|
let PostMenu = class PostMenu {
|
|
710
710
|
constructor(c, r, z) {
|
|
711
711
|
this.z = z;
|
|
712
|
+
this.toggleMenu = new EventEmitter();
|
|
712
713
|
c.detach();
|
|
713
714
|
this.el = r.nativeElement;
|
|
714
|
-
proxyOutputs(this, this.el, ['toggleMenu']);
|
|
715
715
|
}
|
|
716
716
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: PostMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
717
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: PostMenu, isStandalone: true, selector: "post-menu", inputs: { label: "label", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
717
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: PostMenu, isStandalone: true, selector: "post-menu", inputs: { label: "label", placement: "placement" }, outputs: { toggleMenu: "toggleMenu" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
718
718
|
};
|
|
719
719
|
PostMenu = __decorate([
|
|
720
720
|
ProxyCmp({
|
|
@@ -730,10 +730,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
730
730
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
731
731
|
template: '<ng-content></ng-content>',
|
|
732
732
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
733
|
-
inputs: ['label', 'placement'],
|
|
734
|
-
|
|
733
|
+
inputs: [{ name: 'label', required: true }, 'placement'],
|
|
734
|
+
outputs: ['toggleMenu'],
|
|
735
735
|
}]
|
|
736
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
736
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { toggleMenu: [{
|
|
737
|
+
type: Output
|
|
738
|
+
}] } });
|
|
737
739
|
let PostMenuItem = class PostMenuItem {
|
|
738
740
|
constructor(c, r, z) {
|
|
739
741
|
this.z = z;
|
|
@@ -756,7 +758,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
756
758
|
template: '<ng-content></ng-content>',
|
|
757
759
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
758
760
|
inputs: [],
|
|
759
|
-
standalone: true
|
|
760
761
|
}]
|
|
761
762
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
762
763
|
let PostMenuTrigger = class PostMenuTrigger {
|
|
@@ -781,8 +782,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
781
782
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
782
783
|
template: '<ng-content></ng-content>',
|
|
783
784
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
784
|
-
inputs: ['for'],
|
|
785
|
-
standalone: true
|
|
785
|
+
inputs: [{ name: 'for', required: true }],
|
|
786
786
|
}]
|
|
787
787
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
788
788
|
let PostPopover = class PostPopover {
|
|
@@ -808,8 +808,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
808
808
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
809
809
|
template: '<ng-content></ng-content>',
|
|
810
810
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
811
|
-
inputs: ['arrow', 'closeButtonCaption', 'placement'],
|
|
812
|
-
standalone: true
|
|
811
|
+
inputs: ['arrow', { name: 'closeButtonCaption', required: true }, 'placement'],
|
|
813
812
|
}]
|
|
814
813
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
815
814
|
let PostPopoverTrigger = class PostPopoverTrigger {
|
|
@@ -834,19 +833,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
834
833
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
835
834
|
template: '<ng-content></ng-content>',
|
|
836
835
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
837
|
-
inputs: ['for'],
|
|
838
|
-
standalone: true
|
|
836
|
+
inputs: [{ name: 'for', required: true }],
|
|
839
837
|
}]
|
|
840
838
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
841
839
|
let PostPopovercontainer = class PostPopovercontainer {
|
|
842
840
|
constructor(c, r, z) {
|
|
843
841
|
this.z = z;
|
|
842
|
+
this.postBeforeShow = new EventEmitter();
|
|
843
|
+
this.postShow = new EventEmitter();
|
|
844
|
+
this.postHide = new EventEmitter();
|
|
845
|
+
this.postBeforeToggle = new EventEmitter();
|
|
846
|
+
this.postToggle = new EventEmitter();
|
|
844
847
|
c.detach();
|
|
845
848
|
this.el = r.nativeElement;
|
|
846
|
-
proxyOutputs(this, this.el, ['postBeforeShow', 'postShow', 'postHide', 'postBeforeToggle', 'postToggle']);
|
|
847
849
|
}
|
|
848
850
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: PostPopovercontainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
849
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: PostPopovercontainer, isStandalone: true, selector: "post-popovercontainer", inputs: { animation: "animation", arrow: "arrow", edgeGap: "edgeGap", manualClose: "manualClose", placement: "placement", safeSpace: "safeSpace" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
851
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: PostPopovercontainer, isStandalone: true, selector: "post-popovercontainer", inputs: { animation: "animation", arrow: "arrow", edgeGap: "edgeGap", manualClose: "manualClose", placement: "placement", safeSpace: "safeSpace" }, outputs: { postBeforeShow: "postBeforeShow", postShow: "postShow", postHide: "postHide", postBeforeToggle: "postBeforeToggle", postToggle: "postToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
850
852
|
};
|
|
851
853
|
PostPopovercontainer = __decorate([
|
|
852
854
|
ProxyCmp({
|
|
@@ -863,18 +865,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
863
865
|
template: '<ng-content></ng-content>',
|
|
864
866
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
865
867
|
inputs: ['animation', 'arrow', 'edgeGap', 'manualClose', 'placement', 'safeSpace'],
|
|
866
|
-
|
|
868
|
+
outputs: ['postBeforeShow', 'postShow', 'postHide', 'postBeforeToggle', 'postToggle'],
|
|
867
869
|
}]
|
|
868
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
870
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postBeforeShow: [{
|
|
871
|
+
type: Output
|
|
872
|
+
}], postShow: [{
|
|
873
|
+
type: Output
|
|
874
|
+
}], postHide: [{
|
|
875
|
+
type: Output
|
|
876
|
+
}], postBeforeToggle: [{
|
|
877
|
+
type: Output
|
|
878
|
+
}], postToggle: [{
|
|
879
|
+
type: Output
|
|
880
|
+
}] } });
|
|
869
881
|
let PostRating = class PostRating {
|
|
870
882
|
constructor(c, r, z) {
|
|
871
883
|
this.z = z;
|
|
884
|
+
this.postInput = new EventEmitter();
|
|
885
|
+
this.postChange = new EventEmitter();
|
|
872
886
|
c.detach();
|
|
873
887
|
this.el = r.nativeElement;
|
|
874
|
-
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
875
888
|
}
|
|
876
889
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: PostRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
877
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: PostRating, isStandalone: true, 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 }); }
|
|
890
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: PostRating, isStandalone: true, selector: "post-rating", inputs: { currentRating: "currentRating", label: "label", readonly: "readonly", stars: "stars" }, outputs: { postInput: "postInput", postChange: "postChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
878
891
|
};
|
|
879
892
|
PostRating = __decorate([
|
|
880
893
|
ProxyCmp({
|
|
@@ -889,8 +902,61 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
889
902
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
890
903
|
template: '<ng-content></ng-content>',
|
|
891
904
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
892
|
-
inputs: ['currentRating', 'label', 'readonly', 'stars'],
|
|
893
|
-
|
|
905
|
+
inputs: ['currentRating', { name: 'label', required: true }, 'readonly', 'stars'],
|
|
906
|
+
outputs: ['postInput', 'postChange'],
|
|
907
|
+
}]
|
|
908
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postInput: [{
|
|
909
|
+
type: Output
|
|
910
|
+
}], postChange: [{
|
|
911
|
+
type: Output
|
|
912
|
+
}] } });
|
|
913
|
+
let PostStepper = class PostStepper {
|
|
914
|
+
constructor(c, r, z) {
|
|
915
|
+
this.z = z;
|
|
916
|
+
c.detach();
|
|
917
|
+
this.el = r.nativeElement;
|
|
918
|
+
}
|
|
919
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: PostStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
920
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: PostStepper, isStandalone: true, selector: "post-stepper", inputs: { activeStepLabel: "activeStepLabel", completedLabel: "completedLabel", currentIndex: "currentIndex", currentLabel: "currentLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
921
|
+
};
|
|
922
|
+
PostStepper = __decorate([
|
|
923
|
+
ProxyCmp({
|
|
924
|
+
defineCustomElementFn: defineCustomElement$v,
|
|
925
|
+
inputs: ['activeStepLabel', 'completedLabel', 'currentIndex', 'currentLabel']
|
|
926
|
+
})
|
|
927
|
+
], PostStepper);
|
|
928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: PostStepper, decorators: [{
|
|
929
|
+
type: Component,
|
|
930
|
+
args: [{
|
|
931
|
+
selector: 'post-stepper',
|
|
932
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
933
|
+
template: '<ng-content></ng-content>',
|
|
934
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
935
|
+
inputs: [{ name: 'activeStepLabel', required: true }, { name: 'completedLabel', required: true }, 'currentIndex', { name: 'currentLabel', required: true }],
|
|
936
|
+
}]
|
|
937
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
938
|
+
let PostStepperItem = class PostStepperItem {
|
|
939
|
+
constructor(c, r, z) {
|
|
940
|
+
this.z = z;
|
|
941
|
+
c.detach();
|
|
942
|
+
this.el = r.nativeElement;
|
|
943
|
+
}
|
|
944
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: PostStepperItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
945
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: PostStepperItem, isStandalone: true, selector: "post-stepper-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
946
|
+
};
|
|
947
|
+
PostStepperItem = __decorate([
|
|
948
|
+
ProxyCmp({
|
|
949
|
+
defineCustomElementFn: defineCustomElement$w
|
|
950
|
+
})
|
|
951
|
+
], PostStepperItem);
|
|
952
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: PostStepperItem, decorators: [{
|
|
953
|
+
type: Component,
|
|
954
|
+
args: [{
|
|
955
|
+
selector: 'post-stepper-item',
|
|
956
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
957
|
+
template: '<ng-content></ng-content>',
|
|
958
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
959
|
+
inputs: [],
|
|
894
960
|
}]
|
|
895
961
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
896
962
|
let PostTabHeader = class PostTabHeader {
|
|
@@ -904,7 +970,7 @@ let PostTabHeader = class PostTabHeader {
|
|
|
904
970
|
};
|
|
905
971
|
PostTabHeader = __decorate([
|
|
906
972
|
ProxyCmp({
|
|
907
|
-
defineCustomElementFn: defineCustomElement$
|
|
973
|
+
defineCustomElementFn: defineCustomElement$x,
|
|
908
974
|
inputs: ['panel']
|
|
909
975
|
})
|
|
910
976
|
], PostTabHeader);
|
|
@@ -915,8 +981,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
915
981
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
916
982
|
template: '<ng-content></ng-content>',
|
|
917
983
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
918
|
-
inputs: ['panel'],
|
|
919
|
-
standalone: true
|
|
984
|
+
inputs: [{ name: 'panel', required: true }],
|
|
920
985
|
}]
|
|
921
986
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
922
987
|
let PostTabPanel = class PostTabPanel {
|
|
@@ -930,7 +995,7 @@ let PostTabPanel = class PostTabPanel {
|
|
|
930
995
|
};
|
|
931
996
|
PostTabPanel = __decorate([
|
|
932
997
|
ProxyCmp({
|
|
933
|
-
defineCustomElementFn: defineCustomElement$
|
|
998
|
+
defineCustomElementFn: defineCustomElement$y,
|
|
934
999
|
inputs: ['name']
|
|
935
1000
|
})
|
|
936
1001
|
], PostTabPanel);
|
|
@@ -941,23 +1006,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
941
1006
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
942
1007
|
template: '<ng-content></ng-content>',
|
|
943
1008
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
944
|
-
inputs: ['name'],
|
|
945
|
-
standalone: true
|
|
1009
|
+
inputs: [{ name: 'name', required: true }],
|
|
946
1010
|
}]
|
|
947
1011
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
948
1012
|
let PostTabs = class PostTabs {
|
|
949
1013
|
constructor(c, r, z) {
|
|
950
1014
|
this.z = z;
|
|
1015
|
+
this.postChange = new EventEmitter();
|
|
951
1016
|
c.detach();
|
|
952
1017
|
this.el = r.nativeElement;
|
|
953
|
-
proxyOutputs(this, this.el, ['postChange']);
|
|
954
1018
|
}
|
|
955
1019
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: PostTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
956
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: PostTabs, isStandalone: true, selector: "post-tabs", inputs: { activePanel: "activePanel", fullWidth: "fullWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1020
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.9", type: PostTabs, isStandalone: true, selector: "post-tabs", inputs: { activePanel: "activePanel", fullWidth: "fullWidth" }, outputs: { postChange: "postChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
957
1021
|
};
|
|
958
1022
|
PostTabs = __decorate([
|
|
959
1023
|
ProxyCmp({
|
|
960
|
-
defineCustomElementFn: defineCustomElement$
|
|
1024
|
+
defineCustomElementFn: defineCustomElement$z,
|
|
961
1025
|
inputs: ['activePanel', 'fullWidth'],
|
|
962
1026
|
methods: ['show']
|
|
963
1027
|
})
|
|
@@ -970,9 +1034,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
970
1034
|
template: '<ng-content></ng-content>',
|
|
971
1035
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
972
1036
|
inputs: ['activePanel', 'fullWidth'],
|
|
973
|
-
|
|
1037
|
+
outputs: ['postChange'],
|
|
974
1038
|
}]
|
|
975
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1039
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postChange: [{
|
|
1040
|
+
type: Output
|
|
1041
|
+
}] } });
|
|
976
1042
|
let PostTogglebutton = class PostTogglebutton {
|
|
977
1043
|
constructor(c, r, z) {
|
|
978
1044
|
this.z = z;
|
|
@@ -984,7 +1050,7 @@ let PostTogglebutton = class PostTogglebutton {
|
|
|
984
1050
|
};
|
|
985
1051
|
PostTogglebutton = __decorate([
|
|
986
1052
|
ProxyCmp({
|
|
987
|
-
defineCustomElementFn: defineCustomElement$
|
|
1053
|
+
defineCustomElementFn: defineCustomElement$A,
|
|
988
1054
|
inputs: ['toggled']
|
|
989
1055
|
})
|
|
990
1056
|
], PostTogglebutton);
|
|
@@ -996,7 +1062,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
996
1062
|
template: '<ng-content></ng-content>',
|
|
997
1063
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
998
1064
|
inputs: ['toggled'],
|
|
999
|
-
standalone: true
|
|
1000
1065
|
}]
|
|
1001
1066
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1002
1067
|
let PostTooltip = class PostTooltip {
|
|
@@ -1010,7 +1075,7 @@ let PostTooltip = class PostTooltip {
|
|
|
1010
1075
|
};
|
|
1011
1076
|
PostTooltip = __decorate([
|
|
1012
1077
|
ProxyCmp({
|
|
1013
|
-
defineCustomElementFn: defineCustomElement$
|
|
1078
|
+
defineCustomElementFn: defineCustomElement$B,
|
|
1014
1079
|
inputs: ['animation', 'arrow', 'open', 'placement'],
|
|
1015
1080
|
methods: ['show', 'hide', 'toggle']
|
|
1016
1081
|
})
|
|
@@ -1023,7 +1088,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
1023
1088
|
template: '<ng-content></ng-content>',
|
|
1024
1089
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1025
1090
|
inputs: ['animation', 'arrow', 'open', 'placement'],
|
|
1026
|
-
standalone: true
|
|
1027
1091
|
}]
|
|
1028
1092
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1029
1093
|
let PostTooltipTrigger = class PostTooltipTrigger {
|
|
@@ -1037,7 +1101,7 @@ let PostTooltipTrigger = class PostTooltipTrigger {
|
|
|
1037
1101
|
};
|
|
1038
1102
|
PostTooltipTrigger = __decorate([
|
|
1039
1103
|
ProxyCmp({
|
|
1040
|
-
defineCustomElementFn: defineCustomElement$
|
|
1104
|
+
defineCustomElementFn: defineCustomElement$C,
|
|
1041
1105
|
inputs: ['delay', 'for']
|
|
1042
1106
|
})
|
|
1043
1107
|
], PostTooltipTrigger);
|
|
@@ -1048,8 +1112,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImpor
|
|
|
1048
1112
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1049
1113
|
template: '<ng-content></ng-content>',
|
|
1050
1114
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1051
|
-
inputs: ['delay', 'for'],
|
|
1052
|
-
standalone: true
|
|
1115
|
+
inputs: ['delay', { name: 'for', required: true }],
|
|
1053
1116
|
}]
|
|
1054
1117
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1055
1118
|
|
|
@@ -1084,6 +1147,8 @@ const DIRECTIVES = [
|
|
|
1084
1147
|
PostPopoverTrigger,
|
|
1085
1148
|
PostPopovercontainer,
|
|
1086
1149
|
PostRating,
|
|
1150
|
+
PostStepper,
|
|
1151
|
+
PostStepperItem,
|
|
1087
1152
|
PostTabHeader,
|
|
1088
1153
|
PostTabPanel,
|
|
1089
1154
|
PostTabs,
|
|
@@ -1236,5 +1301,5 @@ function providePostComponents() {
|
|
|
1236
1301
|
* Generated bundle index. Do not edit.
|
|
1237
1302
|
*/
|
|
1238
1303
|
|
|
1239
|
-
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAvatar, PostBackToTop, PostBanner, PostBreadcrumbItem, PostBreadcrumbs, PostCardControl, PostCardControlCheckboxValueAccessorDirective, PostCardControlRadioValueAccessorDirective, PostClosebutton, PostCollapsible, PostCollapsibleTrigger, PostFooter, PostHeader, PostIcon, PostLanguageOption, PostLanguageSwitch, PostLinkarea, PostList, PostListItem, PostLogo, PostMainnavigation, PostMegadropdown, PostMegadropdownTrigger, PostMenu, PostMenuItem, PostMenuTrigger, PostPopover, PostPopoverTrigger, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTogglebutton, PostTooltip, PostTooltipTrigger, providePostComponents };
|
|
1304
|
+
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAvatar, PostBackToTop, PostBanner, PostBreadcrumbItem, PostBreadcrumbs, PostCardControl, PostCardControlCheckboxValueAccessorDirective, PostCardControlRadioValueAccessorDirective, PostClosebutton, PostCollapsible, PostCollapsibleTrigger, PostFooter, PostHeader, PostIcon, PostLanguageOption, PostLanguageSwitch, PostLinkarea, PostList, PostListItem, PostLogo, PostMainnavigation, PostMegadropdown, PostMegadropdownTrigger, PostMenu, PostMenuItem, PostMenuTrigger, PostPopover, PostPopoverTrigger, PostPopovercontainer, PostRating, PostStepper, PostStepperItem, PostTabHeader, PostTabPanel, PostTabs, PostTogglebutton, PostTooltip, PostTooltipTrigger, providePostComponents };
|
|
1240
1305
|
//# sourceMappingURL=swisspost-design-system-components-angular.mjs.map
|