@swisspost/design-system-components-angular 10.0.0-next.65 → 10.0.0-next.67
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/README.md
CHANGED
|
@@ -18,7 +18,7 @@ npm install @swisspost/design-system-components-angular
|
|
|
18
18
|
|
|
19
19
|
In your `app.config.ts` file, add the provider:
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
```typescript
|
|
22
22
|
// Other imports ....
|
|
23
23
|
import { providePostComponents } from '@swisspost/design-system-components-angular';
|
|
24
24
|
|
|
@@ -44,8 +44,6 @@ import { PostIcon, PostButton } from '@swisspost/design-system-components-angula
|
|
|
44
44
|
imports: [PostIcon, PostButton]
|
|
45
45
|
})
|
|
46
46
|
export class MyComponent {}
|
|
47
|
-
````
|
|
48
|
-
|
|
49
47
|
```
|
|
50
48
|
|
|
51
49
|
## Contribute
|
|
@@ -63,4 +61,3 @@ In order to keep our community open and inclusive, we expect you to read and fol
|
|
|
63
61
|
Software contained in this repository is published by the Swiss Post Ltd. under the [Apache 2.0 License](./LICENSE).
|
|
64
62
|
|
|
65
63
|
© 2024 Swiss Post, Ltd.
|
|
66
|
-
```
|
|
@@ -5,43 +5,45 @@ import { __decorate } from 'tslib';
|
|
|
5
5
|
import { fromEvent } from 'rxjs';
|
|
6
6
|
import { defineCustomElement as defineCustomElement$1 } from '@swisspost/design-system-components/components/post-accordion.js';
|
|
7
7
|
import { defineCustomElement as defineCustomElement$2 } from '@swisspost/design-system-components/components/post-accordion-item.js';
|
|
8
|
-
import { defineCustomElement as defineCustomElement$3 } from '@swisspost/design-system-components/components/post-
|
|
9
|
-
import { defineCustomElement as defineCustomElement$4 } from '@swisspost/design-system-components/components/post-
|
|
10
|
-
import { defineCustomElement as defineCustomElement$5 } from '@swisspost/design-system-components/components/post-
|
|
11
|
-
import { defineCustomElement as defineCustomElement$6 } from '@swisspost/design-system-components/components/post-
|
|
12
|
-
import { defineCustomElement as defineCustomElement$7 } from '@swisspost/design-system-components/components/post-
|
|
13
|
-
import { defineCustomElement as defineCustomElement$8 } from '@swisspost/design-system-components/components/post-
|
|
14
|
-
import { defineCustomElement as defineCustomElement$9 } from '@swisspost/design-system-components/components/post-
|
|
15
|
-
import { defineCustomElement as defineCustomElement$a } from '@swisspost/design-system-components/components/post-collapsible
|
|
16
|
-
import { defineCustomElement as defineCustomElement$b } from '@swisspost/design-system-components/components/post-
|
|
17
|
-
import { defineCustomElement as defineCustomElement$c } from '@swisspost/design-system-components/components/post-
|
|
8
|
+
import { defineCustomElement as defineCustomElement$3 } from '@swisspost/design-system-components/components/post-autocomplete.js';
|
|
9
|
+
import { defineCustomElement as defineCustomElement$4 } from '@swisspost/design-system-components/components/post-avatar.js';
|
|
10
|
+
import { defineCustomElement as defineCustomElement$5 } from '@swisspost/design-system-components/components/post-back-to-top.js';
|
|
11
|
+
import { defineCustomElement as defineCustomElement$6 } from '@swisspost/design-system-components/components/post-banner.js';
|
|
12
|
+
import { defineCustomElement as defineCustomElement$7 } from '@swisspost/design-system-components/components/post-breadcrumb-item.js';
|
|
13
|
+
import { defineCustomElement as defineCustomElement$8 } from '@swisspost/design-system-components/components/post-breadcrumbs.js';
|
|
14
|
+
import { defineCustomElement as defineCustomElement$9 } from '@swisspost/design-system-components/components/post-closebutton.js';
|
|
15
|
+
import { defineCustomElement as defineCustomElement$a } from '@swisspost/design-system-components/components/post-collapsible.js';
|
|
16
|
+
import { defineCustomElement as defineCustomElement$b } from '@swisspost/design-system-components/components/post-collapsible-trigger.js';
|
|
17
|
+
import { defineCustomElement as defineCustomElement$c } from '@swisspost/design-system-components/components/post-date-picker.js';
|
|
18
18
|
import { defineCustomElement as defineCustomElement$d } from '@swisspost/design-system-components/components/post-footer.js';
|
|
19
19
|
import { defineCustomElement as defineCustomElement$e } from '@swisspost/design-system-components/components/post-header.js';
|
|
20
20
|
import { defineCustomElement as defineCustomElement$f } from '@swisspost/design-system-components/components/post-icon.js';
|
|
21
21
|
import { defineCustomElement as defineCustomElement$g } from '@swisspost/design-system-components/components/post-language-menu.js';
|
|
22
22
|
import { defineCustomElement as defineCustomElement$h } from '@swisspost/design-system-components/components/post-language-menu-item.js';
|
|
23
23
|
import { defineCustomElement as defineCustomElement$i } from '@swisspost/design-system-components/components/post-linkarea.js';
|
|
24
|
-
import { defineCustomElement as defineCustomElement$j } from '@swisspost/design-system-components/components/post-
|
|
25
|
-
import { defineCustomElement as defineCustomElement$k } from '@swisspost/design-system-components/components/post-
|
|
26
|
-
import { defineCustomElement as defineCustomElement$l } from '@swisspost/design-system-components/components/post-
|
|
27
|
-
import { defineCustomElement as defineCustomElement$m } from '@swisspost/design-system-components/components/post-
|
|
28
|
-
import { defineCustomElement as defineCustomElement$n } from '@swisspost/design-system-components/components/post-
|
|
29
|
-
import { defineCustomElement as defineCustomElement$o } from '@swisspost/design-system-components/components/post-
|
|
30
|
-
import { defineCustomElement as defineCustomElement$p } from '@swisspost/design-system-components/components/post-menu
|
|
31
|
-
import { defineCustomElement as defineCustomElement$q } from '@swisspost/design-system-components/components/post-
|
|
32
|
-
import { defineCustomElement as defineCustomElement$r } from '@swisspost/design-system-components/components/post-
|
|
33
|
-
import { defineCustomElement as defineCustomElement$s } from '@swisspost/design-system-components/components/post-
|
|
34
|
-
import { defineCustomElement as defineCustomElement$t } from '@swisspost/design-system-components/components/post-
|
|
35
|
-
import { defineCustomElement as defineCustomElement$u } from '@swisspost/design-system-components/components/post-
|
|
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-
|
|
42
|
-
import { defineCustomElement as defineCustomElement$B } from '@swisspost/design-system-components/components/post-
|
|
43
|
-
import { defineCustomElement as defineCustomElement$C } from '@swisspost/design-system-components/components/post-
|
|
44
|
-
import { defineCustomElement as defineCustomElement$D } from '@swisspost/design-system-components/components/post-
|
|
24
|
+
import { defineCustomElement as defineCustomElement$j } from '@swisspost/design-system-components/components/post-listbox.js';
|
|
25
|
+
import { defineCustomElement as defineCustomElement$k } from '@swisspost/design-system-components/components/post-listbox-option.js';
|
|
26
|
+
import { defineCustomElement as defineCustomElement$l } from '@swisspost/design-system-components/components/post-logo.js';
|
|
27
|
+
import { defineCustomElement as defineCustomElement$m } from '@swisspost/design-system-components/components/post-mainnavigation.js';
|
|
28
|
+
import { defineCustomElement as defineCustomElement$n } from '@swisspost/design-system-components/components/post-megadropdown.js';
|
|
29
|
+
import { defineCustomElement as defineCustomElement$o } from '@swisspost/design-system-components/components/post-megadropdown-trigger.js';
|
|
30
|
+
import { defineCustomElement as defineCustomElement$p } from '@swisspost/design-system-components/components/post-menu.js';
|
|
31
|
+
import { defineCustomElement as defineCustomElement$q } from '@swisspost/design-system-components/components/post-menu-item.js';
|
|
32
|
+
import { defineCustomElement as defineCustomElement$r } from '@swisspost/design-system-components/components/post-menu-trigger.js';
|
|
33
|
+
import { defineCustomElement as defineCustomElement$s } from '@swisspost/design-system-components/components/post-number-input.js';
|
|
34
|
+
import { defineCustomElement as defineCustomElement$t } from '@swisspost/design-system-components/components/post-pagination.js';
|
|
35
|
+
import { defineCustomElement as defineCustomElement$u } from '@swisspost/design-system-components/components/post-popover.js';
|
|
36
|
+
import { defineCustomElement as defineCustomElement$v } from '@swisspost/design-system-components/components/post-popover-trigger.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$w } from '@swisspost/design-system-components/components/post-popovercontainer.js';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$x } from '@swisspost/design-system-components/components/post-rating.js';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$y } from '@swisspost/design-system-components/components/post-stepper.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$z } from '@swisspost/design-system-components/components/post-stepper-item.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$A } from '@swisspost/design-system-components/components/post-tab-item.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$B } from '@swisspost/design-system-components/components/post-tab-panel.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$C } from '@swisspost/design-system-components/components/post-tabs.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$D } from '@swisspost/design-system-components/components/post-togglebutton.js';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$E } from '@swisspost/design-system-components/components/post-tooltip.js';
|
|
46
|
+
import { defineCustomElement as defineCustomElement$F } from '@swisspost/design-system-components/components/post-tooltip-trigger.js';
|
|
45
47
|
|
|
46
48
|
/* eslint-disable */
|
|
47
49
|
/* tslint:disable */
|
|
@@ -153,6 +155,35 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImpo
|
|
|
153
155
|
inputs: ['collapsed', 'headingLevel'],
|
|
154
156
|
}]
|
|
155
157
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
158
|
+
let PostAutocomplete = class PostAutocomplete {
|
|
159
|
+
constructor(c, r, z) {
|
|
160
|
+
this.z = z;
|
|
161
|
+
this.postFilteringEvent = new EventEmitter();
|
|
162
|
+
c.detach();
|
|
163
|
+
this.el = r.nativeElement;
|
|
164
|
+
}
|
|
165
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: PostAutocomplete, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
166
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: PostAutocomplete, isStandalone: true, selector: "post-autocomplete", inputs: { clearable: "clearable", filterThreshold: "filterThreshold", listbox: "listbox" }, outputs: { postFilteringEvent: "postFilteringEvent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
167
|
+
};
|
|
168
|
+
PostAutocomplete = __decorate([
|
|
169
|
+
ProxyCmp({
|
|
170
|
+
defineCustomElementFn: defineCustomElement$3,
|
|
171
|
+
inputs: ['clearable', 'filterThreshold', 'listbox']
|
|
172
|
+
})
|
|
173
|
+
], PostAutocomplete);
|
|
174
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: PostAutocomplete, decorators: [{
|
|
175
|
+
type: Component,
|
|
176
|
+
args: [{
|
|
177
|
+
selector: 'post-autocomplete',
|
|
178
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
179
|
+
template: '<ng-content></ng-content>',
|
|
180
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
181
|
+
inputs: ['clearable', 'filterThreshold', 'listbox'],
|
|
182
|
+
outputs: ['postFilteringEvent'],
|
|
183
|
+
}]
|
|
184
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postFilteringEvent: [{
|
|
185
|
+
type: Output
|
|
186
|
+
}] } });
|
|
156
187
|
let PostAvatar = class PostAvatar {
|
|
157
188
|
constructor(c, r, z) {
|
|
158
189
|
this.z = z;
|
|
@@ -164,7 +195,7 @@ let PostAvatar = class PostAvatar {
|
|
|
164
195
|
};
|
|
165
196
|
PostAvatar = __decorate([
|
|
166
197
|
ProxyCmp({
|
|
167
|
-
defineCustomElementFn: defineCustomElement$
|
|
198
|
+
defineCustomElementFn: defineCustomElement$4,
|
|
168
199
|
inputs: ['description', 'email', 'firstname', 'lastname', 'userid']
|
|
169
200
|
})
|
|
170
201
|
], PostAvatar);
|
|
@@ -189,7 +220,7 @@ let PostBackToTop = class PostBackToTop {
|
|
|
189
220
|
};
|
|
190
221
|
PostBackToTop = __decorate([
|
|
191
222
|
ProxyCmp({
|
|
192
|
-
defineCustomElementFn: defineCustomElement$
|
|
223
|
+
defineCustomElementFn: defineCustomElement$5,
|
|
193
224
|
inputs: ['textBackToTop']
|
|
194
225
|
})
|
|
195
226
|
], PostBackToTop);
|
|
@@ -215,7 +246,7 @@ let PostBanner = class PostBanner {
|
|
|
215
246
|
};
|
|
216
247
|
PostBanner = __decorate([
|
|
217
248
|
ProxyCmp({
|
|
218
|
-
defineCustomElementFn: defineCustomElement$
|
|
249
|
+
defineCustomElementFn: defineCustomElement$6,
|
|
219
250
|
inputs: ['type'],
|
|
220
251
|
methods: ['dismiss']
|
|
221
252
|
})
|
|
@@ -244,7 +275,7 @@ let PostBreadcrumbItem = class PostBreadcrumbItem {
|
|
|
244
275
|
};
|
|
245
276
|
PostBreadcrumbItem = __decorate([
|
|
246
277
|
ProxyCmp({
|
|
247
|
-
defineCustomElementFn: defineCustomElement$
|
|
278
|
+
defineCustomElementFn: defineCustomElement$7,
|
|
248
279
|
inputs: ['url']
|
|
249
280
|
})
|
|
250
281
|
], PostBreadcrumbItem);
|
|
@@ -269,7 +300,7 @@ let PostBreadcrumbs = class PostBreadcrumbs {
|
|
|
269
300
|
};
|
|
270
301
|
PostBreadcrumbs = __decorate([
|
|
271
302
|
ProxyCmp({
|
|
272
|
-
defineCustomElementFn: defineCustomElement$
|
|
303
|
+
defineCustomElementFn: defineCustomElement$8,
|
|
273
304
|
inputs: ['homeUrl', 'textBreadcrumbs', 'textHome', 'textMoreItems']
|
|
274
305
|
})
|
|
275
306
|
], PostBreadcrumbs);
|
|
@@ -294,7 +325,7 @@ let PostClosebutton = class PostClosebutton {
|
|
|
294
325
|
};
|
|
295
326
|
PostClosebutton = __decorate([
|
|
296
327
|
ProxyCmp({
|
|
297
|
-
defineCustomElementFn: defineCustomElement$
|
|
328
|
+
defineCustomElementFn: defineCustomElement$9,
|
|
298
329
|
inputs: ['buttonType', 'placement', 'size']
|
|
299
330
|
})
|
|
300
331
|
], PostClosebutton);
|
|
@@ -320,7 +351,7 @@ let PostCollapsible = class PostCollapsible {
|
|
|
320
351
|
};
|
|
321
352
|
PostCollapsible = __decorate([
|
|
322
353
|
ProxyCmp({
|
|
323
|
-
defineCustomElementFn: defineCustomElement$
|
|
354
|
+
defineCustomElementFn: defineCustomElement$a,
|
|
324
355
|
inputs: ['collapsed'],
|
|
325
356
|
methods: ['toggle']
|
|
326
357
|
})
|
|
@@ -349,7 +380,7 @@ let PostCollapsibleTrigger = class PostCollapsibleTrigger {
|
|
|
349
380
|
};
|
|
350
381
|
PostCollapsibleTrigger = __decorate([
|
|
351
382
|
ProxyCmp({
|
|
352
|
-
defineCustomElementFn: defineCustomElement$
|
|
383
|
+
defineCustomElementFn: defineCustomElement$b,
|
|
353
384
|
inputs: ['for'],
|
|
354
385
|
methods: ['update']
|
|
355
386
|
})
|
|
@@ -364,27 +395,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImpo
|
|
|
364
395
|
inputs: [{ name: 'for', required: true }],
|
|
365
396
|
}]
|
|
366
397
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
367
|
-
let
|
|
398
|
+
let PostDatePicker = class PostDatePicker {
|
|
368
399
|
constructor(c, r, z) {
|
|
369
400
|
this.z = z;
|
|
370
401
|
this.postUpdateDates = new EventEmitter();
|
|
371
402
|
c.detach();
|
|
372
403
|
this.el = r.nativeElement;
|
|
373
404
|
}
|
|
374
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type:
|
|
375
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type:
|
|
405
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: PostDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
406
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: PostDatePicker, isStandalone: true, selector: "post-date-picker", inputs: { inline: "inline", max: "max", min: "min", range: "range", renderCellCallback: "renderCellCallback", selectedEndDate: "selectedEndDate", selectedStartDate: "selectedStartDate", textNextDecade: "textNextDecade", textNextMonth: "textNextMonth", textNextYear: "textNextYear", textPreviousDecade: "textPreviousDecade", textPreviousMonth: "textPreviousMonth", textPreviousYear: "textPreviousYear", textSwitchYear: "textSwitchYear", textToggleCalendar: "textToggleCalendar" }, outputs: { postUpdateDates: "postUpdateDates" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
376
407
|
};
|
|
377
|
-
|
|
408
|
+
PostDatePicker = __decorate([
|
|
378
409
|
ProxyCmp({
|
|
379
|
-
defineCustomElementFn: defineCustomElement$
|
|
410
|
+
defineCustomElementFn: defineCustomElement$c,
|
|
380
411
|
inputs: ['inline', 'max', 'min', 'range', 'renderCellCallback', 'selectedEndDate', 'selectedStartDate', 'textNextDecade', 'textNextMonth', 'textNextYear', 'textPreviousDecade', 'textPreviousMonth', 'textPreviousYear', 'textSwitchYear', 'textToggleCalendar'],
|
|
381
412
|
methods: ['show', 'hide']
|
|
382
413
|
})
|
|
383
|
-
],
|
|
384
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type:
|
|
414
|
+
], PostDatePicker);
|
|
415
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: PostDatePicker, decorators: [{
|
|
385
416
|
type: Component,
|
|
386
417
|
args: [{
|
|
387
|
-
selector: 'post-
|
|
418
|
+
selector: 'post-date-picker',
|
|
388
419
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
389
420
|
template: '<ng-content></ng-content>',
|
|
390
421
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
@@ -394,30 +425,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImpo
|
|
|
394
425
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postUpdateDates: [{
|
|
395
426
|
type: Output
|
|
396
427
|
}] } });
|
|
397
|
-
let PostEnvTest = class PostEnvTest {
|
|
398
|
-
constructor(c, r, z) {
|
|
399
|
-
this.z = z;
|
|
400
|
-
c.detach();
|
|
401
|
-
this.el = r.nativeElement;
|
|
402
|
-
}
|
|
403
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: PostEnvTest, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
404
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: PostEnvTest, isStandalone: true, selector: "post-env-test", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
405
|
-
};
|
|
406
|
-
PostEnvTest = __decorate([
|
|
407
|
-
ProxyCmp({
|
|
408
|
-
defineCustomElementFn: defineCustomElement$c
|
|
409
|
-
})
|
|
410
|
-
], PostEnvTest);
|
|
411
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: PostEnvTest, decorators: [{
|
|
412
|
-
type: Component,
|
|
413
|
-
args: [{
|
|
414
|
-
selector: 'post-env-test',
|
|
415
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
416
|
-
template: '<ng-content></ng-content>',
|
|
417
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
418
|
-
inputs: [],
|
|
419
|
-
}]
|
|
420
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
421
428
|
let PostFooter = class PostFooter {
|
|
422
429
|
constructor(c, r, z) {
|
|
423
430
|
this.z = z;
|
|
@@ -576,6 +583,64 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImpo
|
|
|
576
583
|
inputs: [],
|
|
577
584
|
}]
|
|
578
585
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
586
|
+
let PostListbox = class PostListbox {
|
|
587
|
+
constructor(c, r, z) {
|
|
588
|
+
this.z = z;
|
|
589
|
+
this.postOptionActive = new EventEmitter();
|
|
590
|
+
c.detach();
|
|
591
|
+
this.el = r.nativeElement;
|
|
592
|
+
}
|
|
593
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: PostListbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
594
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: PostListbox, isStandalone: true, selector: "post-listbox", outputs: { postOptionActive: "postOptionActive" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
595
|
+
};
|
|
596
|
+
PostListbox = __decorate([
|
|
597
|
+
ProxyCmp({
|
|
598
|
+
defineCustomElementFn: defineCustomElement$j,
|
|
599
|
+
methods: ['show', 'hide', 'filter', 'clearSelection', 'navigate', 'selectActive']
|
|
600
|
+
})
|
|
601
|
+
], PostListbox);
|
|
602
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: PostListbox, decorators: [{
|
|
603
|
+
type: Component,
|
|
604
|
+
args: [{
|
|
605
|
+
selector: 'post-listbox',
|
|
606
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
607
|
+
template: '<ng-content></ng-content>',
|
|
608
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
609
|
+
inputs: [],
|
|
610
|
+
outputs: ['postOptionActive'],
|
|
611
|
+
}]
|
|
612
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postOptionActive: [{
|
|
613
|
+
type: Output
|
|
614
|
+
}] } });
|
|
615
|
+
let PostListboxOption = class PostListboxOption {
|
|
616
|
+
constructor(c, r, z) {
|
|
617
|
+
this.z = z;
|
|
618
|
+
this.postOptionSelected = new EventEmitter();
|
|
619
|
+
c.detach();
|
|
620
|
+
this.el = r.nativeElement;
|
|
621
|
+
}
|
|
622
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: PostListboxOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
623
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: PostListboxOption, isStandalone: true, selector: "post-listbox-option", inputs: { highlighted: "highlighted", selected: "selected", value: "value" }, outputs: { postOptionSelected: "postOptionSelected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
624
|
+
};
|
|
625
|
+
PostListboxOption = __decorate([
|
|
626
|
+
ProxyCmp({
|
|
627
|
+
defineCustomElementFn: defineCustomElement$k,
|
|
628
|
+
inputs: ['highlighted', 'selected', 'value']
|
|
629
|
+
})
|
|
630
|
+
], PostListboxOption);
|
|
631
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: PostListboxOption, decorators: [{
|
|
632
|
+
type: Component,
|
|
633
|
+
args: [{
|
|
634
|
+
selector: 'post-listbox-option',
|
|
635
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
636
|
+
template: '<ng-content></ng-content>',
|
|
637
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
638
|
+
inputs: ['highlighted', 'selected', { name: 'value', required: true }],
|
|
639
|
+
outputs: ['postOptionSelected'],
|
|
640
|
+
}]
|
|
641
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postOptionSelected: [{
|
|
642
|
+
type: Output
|
|
643
|
+
}] } });
|
|
579
644
|
let PostLogo = class PostLogo {
|
|
580
645
|
constructor(c, r, z) {
|
|
581
646
|
this.z = z;
|
|
@@ -587,7 +652,7 @@ let PostLogo = class PostLogo {
|
|
|
587
652
|
};
|
|
588
653
|
PostLogo = __decorate([
|
|
589
654
|
ProxyCmp({
|
|
590
|
-
defineCustomElementFn: defineCustomElement$
|
|
655
|
+
defineCustomElementFn: defineCustomElement$l,
|
|
591
656
|
inputs: ['url']
|
|
592
657
|
})
|
|
593
658
|
], PostLogo);
|
|
@@ -612,7 +677,7 @@ let PostMainnavigation = class PostMainnavigation {
|
|
|
612
677
|
};
|
|
613
678
|
PostMainnavigation = __decorate([
|
|
614
679
|
ProxyCmp({
|
|
615
|
-
defineCustomElementFn: defineCustomElement$
|
|
680
|
+
defineCustomElementFn: defineCustomElement$m,
|
|
616
681
|
inputs: ['textMain']
|
|
617
682
|
})
|
|
618
683
|
], PostMainnavigation);
|
|
@@ -638,7 +703,7 @@ let PostMegadropdown = class PostMegadropdown {
|
|
|
638
703
|
};
|
|
639
704
|
PostMegadropdown = __decorate([
|
|
640
705
|
ProxyCmp({
|
|
641
|
-
defineCustomElementFn: defineCustomElement$
|
|
706
|
+
defineCustomElementFn: defineCustomElement$n,
|
|
642
707
|
inputs: ['textBack', 'textClose'],
|
|
643
708
|
methods: ['toggle', 'show', 'hide', 'focusFirst']
|
|
644
709
|
})
|
|
@@ -667,7 +732,7 @@ let PostMegadropdownTrigger = class PostMegadropdownTrigger {
|
|
|
667
732
|
};
|
|
668
733
|
PostMegadropdownTrigger = __decorate([
|
|
669
734
|
ProxyCmp({
|
|
670
|
-
defineCustomElementFn: defineCustomElement$
|
|
735
|
+
defineCustomElementFn: defineCustomElement$o,
|
|
671
736
|
inputs: ['active', 'for']
|
|
672
737
|
})
|
|
673
738
|
], PostMegadropdownTrigger);
|
|
@@ -693,7 +758,7 @@ let PostMenu = class PostMenu {
|
|
|
693
758
|
};
|
|
694
759
|
PostMenu = __decorate([
|
|
695
760
|
ProxyCmp({
|
|
696
|
-
defineCustomElementFn: defineCustomElement$
|
|
761
|
+
defineCustomElementFn: defineCustomElement$p,
|
|
697
762
|
inputs: ['label', 'placement'],
|
|
698
763
|
methods: ['toggle', 'show', 'hide']
|
|
699
764
|
})
|
|
@@ -722,7 +787,7 @@ let PostMenuItem = class PostMenuItem {
|
|
|
722
787
|
};
|
|
723
788
|
PostMenuItem = __decorate([
|
|
724
789
|
ProxyCmp({
|
|
725
|
-
defineCustomElementFn: defineCustomElement$
|
|
790
|
+
defineCustomElementFn: defineCustomElement$q
|
|
726
791
|
})
|
|
727
792
|
], PostMenuItem);
|
|
728
793
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: PostMenuItem, decorators: [{
|
|
@@ -746,7 +811,7 @@ let PostMenuTrigger = class PostMenuTrigger {
|
|
|
746
811
|
};
|
|
747
812
|
PostMenuTrigger = __decorate([
|
|
748
813
|
ProxyCmp({
|
|
749
|
-
defineCustomElementFn: defineCustomElement$
|
|
814
|
+
defineCustomElementFn: defineCustomElement$r,
|
|
750
815
|
inputs: ['for']
|
|
751
816
|
})
|
|
752
817
|
], PostMenuTrigger);
|
|
@@ -771,7 +836,7 @@ let PostNumberInput = class PostNumberInput {
|
|
|
771
836
|
};
|
|
772
837
|
PostNumberInput = __decorate([
|
|
773
838
|
ProxyCmp({
|
|
774
|
-
defineCustomElementFn: defineCustomElement$
|
|
839
|
+
defineCustomElementFn: defineCustomElement$s
|
|
775
840
|
})
|
|
776
841
|
], PostNumberInput);
|
|
777
842
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: PostNumberInput, decorators: [{
|
|
@@ -796,7 +861,7 @@ let PostPagination = class PostPagination {
|
|
|
796
861
|
};
|
|
797
862
|
PostPagination = __decorate([
|
|
798
863
|
ProxyCmp({
|
|
799
|
-
defineCustomElementFn: defineCustomElement$
|
|
864
|
+
defineCustomElementFn: defineCustomElement$t,
|
|
800
865
|
inputs: ['collectionSize', 'label', 'page', 'pageSize', 'textFirst', 'textLast', 'textNext', 'textPage', 'textPrevious']
|
|
801
866
|
})
|
|
802
867
|
], PostPagination);
|
|
@@ -824,7 +889,7 @@ let PostPopover = class PostPopover {
|
|
|
824
889
|
};
|
|
825
890
|
PostPopover = __decorate([
|
|
826
891
|
ProxyCmp({
|
|
827
|
-
defineCustomElementFn: defineCustomElement$
|
|
892
|
+
defineCustomElementFn: defineCustomElement$u,
|
|
828
893
|
inputs: ['arrow', 'placement', 'textClose'],
|
|
829
894
|
methods: ['show', 'hide', 'toggle']
|
|
830
895
|
})
|
|
@@ -850,7 +915,7 @@ let PostPopoverTrigger = class PostPopoverTrigger {
|
|
|
850
915
|
};
|
|
851
916
|
PostPopoverTrigger = __decorate([
|
|
852
917
|
ProxyCmp({
|
|
853
|
-
defineCustomElementFn: defineCustomElement$
|
|
918
|
+
defineCustomElementFn: defineCustomElement$v,
|
|
854
919
|
inputs: ['for']
|
|
855
920
|
})
|
|
856
921
|
], PostPopoverTrigger);
|
|
@@ -876,12 +941,12 @@ let PostPopovercontainer = class PostPopovercontainer {
|
|
|
876
941
|
this.el = r.nativeElement;
|
|
877
942
|
}
|
|
878
943
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: PostPopovercontainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
879
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: PostPopovercontainer, isStandalone: true, selector: "post-popovercontainer", inputs: { arrow: "arrow", edgeGap: "edgeGap", 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 }); }
|
|
944
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: PostPopovercontainer, isStandalone: true, selector: "post-popovercontainer", inputs: { arrow: "arrow", edgeGap: "edgeGap", offset: "offset", 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 }); }
|
|
880
945
|
};
|
|
881
946
|
PostPopovercontainer = __decorate([
|
|
882
947
|
ProxyCmp({
|
|
883
|
-
defineCustomElementFn: defineCustomElement$
|
|
884
|
-
inputs: ['arrow', 'edgeGap', 'placement', 'safeSpace'],
|
|
948
|
+
defineCustomElementFn: defineCustomElement$w,
|
|
949
|
+
inputs: ['arrow', 'edgeGap', 'offset', 'placement', 'safeSpace'],
|
|
885
950
|
methods: ['show', 'hide', 'toggle']
|
|
886
951
|
})
|
|
887
952
|
], PostPopovercontainer);
|
|
@@ -892,7 +957,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImpo
|
|
|
892
957
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
893
958
|
template: '<ng-content></ng-content>',
|
|
894
959
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
895
|
-
inputs: ['arrow', 'edgeGap', 'placement', 'safeSpace'],
|
|
960
|
+
inputs: ['arrow', 'edgeGap', 'offset', 'placement', 'safeSpace'],
|
|
896
961
|
outputs: ['postBeforeShow', 'postShow', 'postHide', 'postBeforeToggle', 'postToggle'],
|
|
897
962
|
}]
|
|
898
963
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postBeforeShow: [{
|
|
@@ -919,7 +984,7 @@ let PostRating = class PostRating {
|
|
|
919
984
|
};
|
|
920
985
|
PostRating = __decorate([
|
|
921
986
|
ProxyCmp({
|
|
922
|
-
defineCustomElementFn: defineCustomElement$
|
|
987
|
+
defineCustomElementFn: defineCustomElement$x,
|
|
923
988
|
inputs: ['currentRating', 'label', 'readonly', 'stars']
|
|
924
989
|
})
|
|
925
990
|
], PostRating);
|
|
@@ -945,12 +1010,12 @@ let PostStepper = class PostStepper {
|
|
|
945
1010
|
this.el = r.nativeElement;
|
|
946
1011
|
}
|
|
947
1012
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: PostStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
948
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: PostStepper, isStandalone: true, selector: "post-stepper", inputs: { currentIndex: "currentIndex", textCompletedStep: "textCompletedStep", textCurrentStep: "textCurrentStep", textStepNumber: "textStepNumber" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1013
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: PostStepper, isStandalone: true, selector: "post-stepper", inputs: { currentIndex: "currentIndex", selectedIndex: "selectedIndex", textCompletedStep: "textCompletedStep", textCurrentStep: "textCurrentStep", textStepNumber: "textStepNumber" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
949
1014
|
};
|
|
950
1015
|
PostStepper = __decorate([
|
|
951
1016
|
ProxyCmp({
|
|
952
|
-
defineCustomElementFn: defineCustomElement$
|
|
953
|
-
inputs: ['currentIndex', 'textCompletedStep', 'textCurrentStep', 'textStepNumber']
|
|
1017
|
+
defineCustomElementFn: defineCustomElement$y,
|
|
1018
|
+
inputs: ['currentIndex', 'selectedIndex', 'textCompletedStep', 'textCurrentStep', 'textStepNumber']
|
|
954
1019
|
})
|
|
955
1020
|
], PostStepper);
|
|
956
1021
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: PostStepper, decorators: [{
|
|
@@ -960,7 +1025,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImpo
|
|
|
960
1025
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
961
1026
|
template: '<ng-content></ng-content>',
|
|
962
1027
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
963
|
-
inputs: ['currentIndex', { name: 'textCompletedStep', required: true }, { name: 'textCurrentStep', required: true }, { name: 'textStepNumber', required: true }],
|
|
1028
|
+
inputs: ['currentIndex', 'selectedIndex', { name: 'textCompletedStep', required: true }, { name: 'textCurrentStep', required: true }, { name: 'textStepNumber', required: true }],
|
|
964
1029
|
}]
|
|
965
1030
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
966
1031
|
let PostStepperItem = class PostStepperItem {
|
|
@@ -974,7 +1039,7 @@ let PostStepperItem = class PostStepperItem {
|
|
|
974
1039
|
};
|
|
975
1040
|
PostStepperItem = __decorate([
|
|
976
1041
|
ProxyCmp({
|
|
977
|
-
defineCustomElementFn: defineCustomElement$
|
|
1042
|
+
defineCustomElementFn: defineCustomElement$z
|
|
978
1043
|
})
|
|
979
1044
|
], PostStepperItem);
|
|
980
1045
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: PostStepperItem, decorators: [{
|
|
@@ -998,7 +1063,7 @@ let PostTabItem = class PostTabItem {
|
|
|
998
1063
|
};
|
|
999
1064
|
PostTabItem = __decorate([
|
|
1000
1065
|
ProxyCmp({
|
|
1001
|
-
defineCustomElementFn: defineCustomElement$
|
|
1066
|
+
defineCustomElementFn: defineCustomElement$A,
|
|
1002
1067
|
inputs: ['name']
|
|
1003
1068
|
})
|
|
1004
1069
|
], PostTabItem);
|
|
@@ -1023,7 +1088,7 @@ let PostTabPanel = class PostTabPanel {
|
|
|
1023
1088
|
};
|
|
1024
1089
|
PostTabPanel = __decorate([
|
|
1025
1090
|
ProxyCmp({
|
|
1026
|
-
defineCustomElementFn: defineCustomElement$
|
|
1091
|
+
defineCustomElementFn: defineCustomElement$B,
|
|
1027
1092
|
inputs: ['for']
|
|
1028
1093
|
})
|
|
1029
1094
|
], PostTabPanel);
|
|
@@ -1049,7 +1114,7 @@ let PostTabs = class PostTabs {
|
|
|
1049
1114
|
};
|
|
1050
1115
|
PostTabs = __decorate([
|
|
1051
1116
|
ProxyCmp({
|
|
1052
|
-
defineCustomElementFn: defineCustomElement$
|
|
1117
|
+
defineCustomElementFn: defineCustomElement$C,
|
|
1053
1118
|
inputs: ['activeTab', 'fullWidth', 'label'],
|
|
1054
1119
|
methods: ['show']
|
|
1055
1120
|
})
|
|
@@ -1078,7 +1143,7 @@ let PostTogglebutton = class PostTogglebutton {
|
|
|
1078
1143
|
};
|
|
1079
1144
|
PostTogglebutton = __decorate([
|
|
1080
1145
|
ProxyCmp({
|
|
1081
|
-
defineCustomElementFn: defineCustomElement$
|
|
1146
|
+
defineCustomElementFn: defineCustomElement$D,
|
|
1082
1147
|
inputs: ['toggled']
|
|
1083
1148
|
})
|
|
1084
1149
|
], PostTogglebutton);
|
|
@@ -1103,7 +1168,7 @@ let PostTooltip = class PostTooltip {
|
|
|
1103
1168
|
};
|
|
1104
1169
|
PostTooltip = __decorate([
|
|
1105
1170
|
ProxyCmp({
|
|
1106
|
-
defineCustomElementFn: defineCustomElement$
|
|
1171
|
+
defineCustomElementFn: defineCustomElement$E,
|
|
1107
1172
|
inputs: ['arrow', 'open', 'placement'],
|
|
1108
1173
|
methods: ['show', 'hide', 'toggle']
|
|
1109
1174
|
})
|
|
@@ -1129,7 +1194,7 @@ let PostTooltipTrigger = class PostTooltipTrigger {
|
|
|
1129
1194
|
};
|
|
1130
1195
|
PostTooltipTrigger = __decorate([
|
|
1131
1196
|
ProxyCmp({
|
|
1132
|
-
defineCustomElementFn: defineCustomElement$
|
|
1197
|
+
defineCustomElementFn: defineCustomElement$F,
|
|
1133
1198
|
inputs: ['delay', 'for']
|
|
1134
1199
|
})
|
|
1135
1200
|
], PostTooltipTrigger);
|
|
@@ -1147,6 +1212,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImpo
|
|
|
1147
1212
|
const DIRECTIVES = [
|
|
1148
1213
|
PostAccordion,
|
|
1149
1214
|
PostAccordionItem,
|
|
1215
|
+
PostAutocomplete,
|
|
1150
1216
|
PostAvatar,
|
|
1151
1217
|
PostBackToTop,
|
|
1152
1218
|
PostBanner,
|
|
@@ -1155,14 +1221,15 @@ const DIRECTIVES = [
|
|
|
1155
1221
|
PostClosebutton,
|
|
1156
1222
|
PostCollapsible,
|
|
1157
1223
|
PostCollapsibleTrigger,
|
|
1158
|
-
|
|
1159
|
-
PostEnvTest,
|
|
1224
|
+
PostDatePicker,
|
|
1160
1225
|
PostFooter,
|
|
1161
1226
|
PostHeader,
|
|
1162
1227
|
PostIcon,
|
|
1163
1228
|
PostLanguageMenu,
|
|
1164
1229
|
PostLanguageMenuItem,
|
|
1165
1230
|
PostLinkarea,
|
|
1231
|
+
PostListbox,
|
|
1232
|
+
PostListboxOption,
|
|
1166
1233
|
PostLogo,
|
|
1167
1234
|
PostMainnavigation,
|
|
1168
1235
|
PostMegadropdown,
|
|
@@ -1213,5 +1280,5 @@ function providePostComponents() {
|
|
|
1213
1280
|
* Generated bundle index. Do not edit.
|
|
1214
1281
|
*/
|
|
1215
1282
|
|
|
1216
|
-
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAvatar, PostBackToTop, PostBanner, PostBreadcrumbItem, PostBreadcrumbs, PostClosebutton, PostCollapsible, PostCollapsibleTrigger,
|
|
1283
|
+
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAutocomplete, PostAvatar, PostBackToTop, PostBanner, PostBreadcrumbItem, PostBreadcrumbs, PostClosebutton, PostCollapsible, PostCollapsibleTrigger, PostDatePicker, PostFooter, PostHeader, PostIcon, PostLanguageMenu, PostLanguageMenuItem, PostLinkarea, PostListbox, PostListboxOption, PostLogo, PostMainnavigation, PostMegadropdown, PostMegadropdownTrigger, PostMenu, PostMenuItem, PostMenuTrigger, PostNumberInput, PostPagination, PostPopover, PostPopoverTrigger, PostPopovercontainer, PostRating, PostStepper, PostStepperItem, PostTabItem, PostTabPanel, PostTabs, PostTogglebutton, PostTooltip, PostTooltipTrigger, providePostComponents };
|
|
1217
1284
|
//# sourceMappingURL=swisspost-design-system-components-angular.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"swisspost-design-system-components-angular.mjs","sources":["../../../projects/components/src/lib/stencil-generated/angular-component-lib/utils.ts","../../../projects/components/src/lib/stencil-generated/components.ts","../../../projects/components/src/lib/stencil-generated/index.ts","../../../projects/components/src/lib/components.module.ts","../../../projects/components/src/public-api.ts","../../../projects/components/src/swisspost-design-system-components-angular.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\nimport { fromEvent } from 'rxjs';\n\nexport const proxyInputs = (Cmp: any, inputs: string[]) => {\n const Prototype = Cmp.prototype;\n inputs.forEach((item) => {\n Object.defineProperty(Prototype, item, {\n get() {\n return this.el[item];\n },\n set(val: any) {\n this.z.runOutsideAngular(() => (this.el[item] = val));\n },\n /**\n * In the event that proxyInputs is called\n * multiple times re-defining these inputs\n * will cause an error to be thrown. As a result\n * we set configurable: true to indicate these\n * properties can be changed.\n */\n configurable: true,\n });\n });\n};\n\nexport const proxyMethods = (Cmp: any, methods: string[]) => {\n const Prototype = Cmp.prototype;\n methods.forEach((methodName) => {\n Prototype[methodName] = function () {\n const args = arguments;\n return this.z.runOutsideAngular(() => this.el[methodName].apply(this.el, args));\n };\n });\n};\n\nexport const proxyOutputs = (instance: any, el: any, events: string[]) => {\n events.forEach((eventName) => (instance[eventName] = fromEvent(el, eventName)));\n};\n\nexport const defineCustomElement = (tagName: string, customElement: any) => {\n if (customElement !== undefined && typeof customElements !== 'undefined' && !customElements.get(tagName)) {\n customElements.define(tagName, customElement);\n }\n};\n\n// tslint:disable-next-line: only-arrow-functions\nexport function ProxyCmp(opts: { defineCustomElementFn?: () => void; inputs?: any; methods?: any }) {\n const decorator = function (cls: any) {\n const { defineCustomElementFn, inputs, methods } = opts;\n\n if (defineCustomElementFn !== undefined) {\n defineCustomElementFn();\n }\n\n if (inputs) {\n proxyInputs(cls, inputs);\n }\n if (methods) {\n proxyMethods(cls, methods);\n }\n return cls;\n };\n return decorator;\n}\n","/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Output, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@swisspost/design-system-components/components';\n\nimport { defineCustomElement as definePostAccordion } from '@swisspost/design-system-components/components/post-accordion.js';\nimport { defineCustomElement as definePostAccordionItem } from '@swisspost/design-system-components/components/post-accordion-item.js';\nimport { defineCustomElement as definePostAvatar } from '@swisspost/design-system-components/components/post-avatar.js';\nimport { defineCustomElement as definePostBackToTop } from '@swisspost/design-system-components/components/post-back-to-top.js';\nimport { defineCustomElement as definePostBanner } from '@swisspost/design-system-components/components/post-banner.js';\nimport { defineCustomElement as definePostBreadcrumbItem } from '@swisspost/design-system-components/components/post-breadcrumb-item.js';\nimport { defineCustomElement as definePostBreadcrumbs } from '@swisspost/design-system-components/components/post-breadcrumbs.js';\nimport { defineCustomElement as definePostClosebutton } from '@swisspost/design-system-components/components/post-closebutton.js';\nimport { defineCustomElement as definePostCollapsible } from '@swisspost/design-system-components/components/post-collapsible.js';\nimport { defineCustomElement as definePostCollapsibleTrigger } from '@swisspost/design-system-components/components/post-collapsible-trigger.js';\nimport { defineCustomElement as definePostDatepicker } from '@swisspost/design-system-components/components/post-datepicker.js';\nimport { defineCustomElement as definePostEnvTest } from '@swisspost/design-system-components/components/post-env-test.js';\nimport { defineCustomElement as definePostFooter } from '@swisspost/design-system-components/components/post-footer.js';\nimport { defineCustomElement as definePostHeader } from '@swisspost/design-system-components/components/post-header.js';\nimport { defineCustomElement as definePostIcon } from '@swisspost/design-system-components/components/post-icon.js';\nimport { defineCustomElement as definePostLanguageMenu } from '@swisspost/design-system-components/components/post-language-menu.js';\nimport { defineCustomElement as definePostLanguageMenuItem } from '@swisspost/design-system-components/components/post-language-menu-item.js';\nimport { defineCustomElement as definePostLinkarea } from '@swisspost/design-system-components/components/post-linkarea.js';\nimport { defineCustomElement as definePostLogo } from '@swisspost/design-system-components/components/post-logo.js';\nimport { defineCustomElement as definePostMainnavigation } from '@swisspost/design-system-components/components/post-mainnavigation.js';\nimport { defineCustomElement as definePostMegadropdown } from '@swisspost/design-system-components/components/post-megadropdown.js';\nimport { defineCustomElement as definePostMegadropdownTrigger } from '@swisspost/design-system-components/components/post-megadropdown-trigger.js';\nimport { defineCustomElement as definePostMenu } from '@swisspost/design-system-components/components/post-menu.js';\nimport { defineCustomElement as definePostMenuItem } from '@swisspost/design-system-components/components/post-menu-item.js';\nimport { defineCustomElement as definePostMenuTrigger } from '@swisspost/design-system-components/components/post-menu-trigger.js';\nimport { defineCustomElement as definePostNumberInput } from '@swisspost/design-system-components/components/post-number-input.js';\nimport { defineCustomElement as definePostPagination } from '@swisspost/design-system-components/components/post-pagination.js';\nimport { defineCustomElement as definePostPopover } from '@swisspost/design-system-components/components/post-popover.js';\nimport { defineCustomElement as definePostPopoverTrigger } from '@swisspost/design-system-components/components/post-popover-trigger.js';\nimport { defineCustomElement as definePostPopovercontainer } from '@swisspost/design-system-components/components/post-popovercontainer.js';\nimport { defineCustomElement as definePostRating } from '@swisspost/design-system-components/components/post-rating.js';\nimport { defineCustomElement as definePostStepper } from '@swisspost/design-system-components/components/post-stepper.js';\nimport { defineCustomElement as definePostStepperItem } from '@swisspost/design-system-components/components/post-stepper-item.js';\nimport { defineCustomElement as definePostTabItem } from '@swisspost/design-system-components/components/post-tab-item.js';\nimport { defineCustomElement as definePostTabPanel } from '@swisspost/design-system-components/components/post-tab-panel.js';\nimport { defineCustomElement as definePostTabs } from '@swisspost/design-system-components/components/post-tabs.js';\nimport { defineCustomElement as definePostTogglebutton } from '@swisspost/design-system-components/components/post-togglebutton.js';\nimport { defineCustomElement as definePostTooltip } from '@swisspost/design-system-components/components/post-tooltip.js';\nimport { defineCustomElement as definePostTooltipTrigger } from '@swisspost/design-system-components/components/post-tooltip-trigger.js';\n@ProxyCmp({\n defineCustomElementFn: definePostAccordion,\n inputs: ['headingLevel', 'multiple'],\n methods: ['toggle', 'expandAll', 'collapseAll']\n})\n@Component({\n selector: 'post-accordion',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'headingLevel', required: true }, 'multiple'],\n})\nexport class PostAccordion {\n protected el: HTMLPostAccordionElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostAccordion extends Components.PostAccordion {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostAccordionItem,\n inputs: ['collapsed', 'headingLevel'],\n methods: ['toggle']\n})\n@Component({\n selector: 'post-accordion-item',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['collapsed', 'headingLevel'],\n})\nexport class PostAccordionItem {\n protected el: HTMLPostAccordionItemElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostAccordionItem extends Components.PostAccordionItem {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostAvatar,\n inputs: ['description', 'email', 'firstname', 'lastname', 'userid']\n})\n@Component({\n selector: 'post-avatar',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['description', 'email', { name: 'firstname', required: true }, 'lastname', 'userid'],\n})\nexport class PostAvatar {\n protected el: HTMLPostAvatarElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostAvatar extends Components.PostAvatar {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostBackToTop,\n inputs: ['textBackToTop']\n})\n@Component({\n selector: 'post-back-to-top',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'textBackToTop', required: true }],\n})\nexport class PostBackToTop {\n protected el: HTMLPostBackToTopElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostBackToTop extends Components.PostBackToTop {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostBanner,\n inputs: ['type'],\n methods: ['dismiss']\n})\n@Component({\n selector: 'post-banner',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['type'],\n outputs: ['postDismissed'],\n})\nexport class PostBanner {\n protected el: HTMLPostBannerElement;\n @Output() postDismissed = new EventEmitter<CustomEvent<void>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostBanner extends Components.PostBanner {\n /**\n * An event emitted when the banner element is dismissed, after the transition.\nIt has no payload and only relevant for dismissible banners.\n */\n postDismissed: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostBreadcrumbItem,\n inputs: ['url']\n})\n@Component({\n selector: 'post-breadcrumb-item',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['url'],\n})\nexport class PostBreadcrumbItem {\n protected el: HTMLPostBreadcrumbItemElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostBreadcrumbItem extends Components.PostBreadcrumbItem {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostBreadcrumbs,\n inputs: ['homeUrl', 'textBreadcrumbs', 'textHome', 'textMoreItems']\n})\n@Component({\n selector: 'post-breadcrumbs',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'homeUrl', required: true }, { name: 'textBreadcrumbs', required: true }, { name: 'textHome', required: true }, { name: 'textMoreItems', required: true }],\n})\nexport class PostBreadcrumbs {\n protected el: HTMLPostBreadcrumbsElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostBreadcrumbs extends Components.PostBreadcrumbs {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostClosebutton,\n inputs: ['buttonType', 'placement', 'size']\n})\n@Component({\n selector: 'post-closebutton',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['buttonType', 'placement', 'size'],\n})\nexport class PostClosebutton {\n protected el: HTMLPostClosebuttonElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostClosebutton extends Components.PostClosebutton {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostCollapsible,\n inputs: ['collapsed'],\n methods: ['toggle']\n})\n@Component({\n selector: 'post-collapsible',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['collapsed'],\n outputs: ['postToggle'],\n})\nexport class PostCollapsible {\n protected el: HTMLPostCollapsibleElement;\n @Output() postToggle = new EventEmitter<CustomEvent<boolean>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostCollapsible extends Components.PostCollapsible {\n /**\n * An event emitted when the collapse element is shown or hidden, before the transition.\n\nThe event payload is a boolean: `true` if the collapsible is expanded, `false` if it is collapsed.\n */\n postToggle: EventEmitter<CustomEvent<boolean>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostCollapsibleTrigger,\n inputs: ['for'],\n methods: ['update']\n})\n@Component({\n selector: 'post-collapsible-trigger',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'for', required: true }],\n})\nexport class PostCollapsibleTrigger {\n protected el: HTMLPostCollapsibleTriggerElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostCollapsibleTrigger extends Components.PostCollapsibleTrigger {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostDatepicker,\n inputs: ['inline', 'max', 'min', 'range', 'renderCellCallback', 'selectedEndDate', 'selectedStartDate', 'textNextDecade', 'textNextMonth', 'textNextYear', 'textPreviousDecade', 'textPreviousMonth', 'textPreviousYear', 'textSwitchYear', 'textToggleCalendar'],\n methods: ['show', 'hide']\n})\n@Component({\n selector: 'post-datepicker',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['inline', 'max', 'min', 'range', 'renderCellCallback', 'selectedEndDate', 'selectedStartDate', { name: 'textNextDecade', required: true }, { name: 'textNextMonth', required: true }, { name: 'textNextYear', required: true }, { name: 'textPreviousDecade', required: true }, { name: 'textPreviousMonth', required: true }, { name: 'textPreviousYear', required: true }, { name: 'textSwitchYear', required: true }, 'textToggleCalendar'],\n outputs: ['postUpdateDates'],\n})\nexport class PostDatepicker {\n protected el: HTMLPostDatepickerElement;\n @Output() postUpdateDates = new EventEmitter<CustomEvent<Date | Date[]>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostDatepicker extends Components.PostDatepicker {\n /**\n * An event emitted when a date or a range of dates have been selected.\n */\n postUpdateDates: EventEmitter<CustomEvent<Date | Date[]>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostEnvTest\n})\n@Component({\n selector: 'post-env-test',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [],\n})\nexport class PostEnvTest {\n protected el: HTMLPostEnvTestElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostEnvTest extends Components.PostEnvTest {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostFooter,\n inputs: ['textFooter']\n})\n@Component({\n selector: 'post-footer',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'textFooter', required: true }],\n})\nexport class PostFooter {\n protected el: HTMLPostFooterElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostFooter extends Components.PostFooter {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostHeader,\n inputs: ['fullWidth', 'textMenu'],\n methods: ['toggleBurgerMenu']\n})\n@Component({\n selector: 'post-header',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['fullWidth', { name: 'textMenu', required: true }],\n})\nexport class PostHeader {\n protected el: HTMLPostHeaderElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostHeader extends Components.PostHeader {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostIcon,\n inputs: ['animation', 'base', 'flipH', 'flipV', 'name', 'rotate', 'scale', 'url']\n})\n@Component({\n selector: 'post-icon',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['animation', 'base', 'flipH', 'flipV', { name: 'name', required: true }, 'rotate', 'scale', 'url'],\n})\nexport class PostIcon {\n protected el: HTMLPostIconElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostIcon extends Components.PostIcon {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostLanguageMenu,\n inputs: ['textChangeLanguage', 'textCurrentLanguage', 'variant']\n})\n@Component({\n selector: 'post-language-menu',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'textChangeLanguage', required: true }, { name: 'textCurrentLanguage', required: true }, 'variant'],\n})\nexport class PostLanguageMenu {\n protected el: HTMLPostLanguageMenuElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostLanguageMenu extends Components.PostLanguageMenu {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostLanguageMenuItem,\n inputs: ['active', 'code', 'name', 'url', 'variant'],\n methods: ['select']\n})\n@Component({\n selector: 'post-language-menu-item',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['active', { name: 'code', required: true }, 'name', 'url', 'variant'],\n outputs: ['postChange', 'postLanguageMenuItemInitiallyActive'],\n})\nexport class PostLanguageMenuItem {\n protected el: HTMLPostLanguageMenuItemElement;\n @Output() postChange = new EventEmitter<CustomEvent<string>>();\n @Output() postLanguageMenuItemInitiallyActive = new EventEmitter<CustomEvent<string>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostLanguageMenuItem extends Components.PostLanguageMenuItem {\n /**\n * An event emitted when the language option is clicked. The payload is the ISO 639 code of the language.\n */\n postChange: EventEmitter<CustomEvent<string>>;\n /**\n * An event emitted when the language option is initially active. The payload is the ISO 639 code of the language.\n */\n postLanguageMenuItemInitiallyActive: EventEmitter<CustomEvent<string>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostLinkarea\n})\n@Component({\n selector: 'post-linkarea',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [],\n})\nexport class PostLinkarea {\n protected el: HTMLPostLinkareaElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostLinkarea extends Components.PostLinkarea {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostLogo,\n inputs: ['url']\n})\n@Component({\n selector: 'post-logo',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['url'],\n})\nexport class PostLogo {\n protected el: HTMLPostLogoElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostLogo extends Components.PostLogo {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostMainnavigation,\n inputs: ['textMain']\n})\n@Component({\n selector: 'post-mainnavigation',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'textMain', required: true }],\n})\nexport class PostMainnavigation {\n protected el: HTMLPostMainnavigationElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostMainnavigation extends Components.PostMainnavigation {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostMegadropdown,\n inputs: ['textBack', 'textClose'],\n methods: ['toggle', 'show', 'hide', 'focusFirst']\n})\n@Component({\n selector: 'post-megadropdown',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'textBack', required: true }, { name: 'textClose', required: true }],\n outputs: ['postToggleMegadropdown'],\n})\nexport class PostMegadropdown {\n protected el: HTMLPostMegadropdownElement;\n @Output() postToggleMegadropdown = new EventEmitter<CustomEvent<{ isVisible: boolean; focusParent?: boolean }>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostMegadropdown extends Components.PostMegadropdown {\n /**\n * Emits when the dropdown is shown or hidden.\nThe event payload is an object.\n`isVisible` is true when the dropdown gets opened and false when it gets closed\n`focusParent` determines whether after the closing of the mega dropdown, the focus should go back to the trigger parent or naturally go to the next focusable element in the page\n */\n postToggleMegadropdown: EventEmitter<CustomEvent<{ isVisible: boolean; focusParent?: boolean }>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostMegadropdownTrigger,\n inputs: ['active', 'for']\n})\n@Component({\n selector: 'post-megadropdown-trigger',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['active', { name: 'for', required: true }],\n})\nexport class PostMegadropdownTrigger {\n protected el: HTMLPostMegadropdownTriggerElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostMegadropdownTrigger extends Components.PostMegadropdownTrigger {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostMenu,\n inputs: ['label', 'placement'],\n methods: ['toggle', 'show', 'hide']\n})\n@Component({\n selector: 'post-menu',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'label', required: true }, 'placement'],\n outputs: ['toggleMenu'],\n})\nexport class PostMenu {\n protected el: HTMLPostMenuElement;\n @Output() toggleMenu = new EventEmitter<CustomEvent<boolean>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostMenu extends Components.PostMenu {\n /**\n * Emits when the menu is shown or hidden.\nThe event payload is a boolean: `true` when the menu was opened, `false` when it was closed.\n */\n toggleMenu: EventEmitter<CustomEvent<boolean>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostMenuItem\n})\n@Component({\n selector: 'post-menu-item',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [],\n})\nexport class PostMenuItem {\n protected el: HTMLPostMenuItemElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostMenuItem extends Components.PostMenuItem {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostMenuTrigger,\n inputs: ['for']\n})\n@Component({\n selector: 'post-menu-trigger',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'for', required: true }],\n})\nexport class PostMenuTrigger {\n protected el: HTMLPostMenuTriggerElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostMenuTrigger extends Components.PostMenuTrigger {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostNumberInput\n})\n@Component({\n selector: 'post-number-input',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [],\n})\nexport class PostNumberInput {\n protected el: HTMLPostNumberInputElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostNumberInput extends Components.PostNumberInput {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostPagination,\n inputs: ['collectionSize', 'label', 'page', 'pageSize', 'textFirst', 'textLast', 'textNext', 'textPage', 'textPrevious']\n})\n@Component({\n selector: 'post-pagination',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'collectionSize', required: true }, { name: 'label', required: true }, 'page', { name: 'pageSize', required: true }, { name: 'textFirst', required: true }, { name: 'textLast', required: true }, { name: 'textNext', required: true }, { name: 'textPage', required: true }, { name: 'textPrevious', required: true }],\n outputs: ['postChange'],\n})\nexport class PostPagination {\n protected el: HTMLPostPaginationElement;\n @Output() postChange = new EventEmitter<CustomEvent<number>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostPagination extends Components.PostPagination {\n /**\n * Event emitted when the page changes.\n */\n postChange: EventEmitter<CustomEvent<number>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostPopover,\n inputs: ['arrow', 'placement', 'textClose'],\n methods: ['show', 'hide', 'toggle']\n})\n@Component({\n selector: 'post-popover',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['arrow', 'placement', { name: 'textClose', required: true }],\n})\nexport class PostPopover {\n protected el: HTMLPostPopoverElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostPopover extends Components.PostPopover {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostPopoverTrigger,\n inputs: ['for']\n})\n@Component({\n selector: 'post-popover-trigger',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['for'],\n})\nexport class PostPopoverTrigger {\n protected el: HTMLPostPopoverTriggerElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostPopoverTrigger extends Components.PostPopoverTrigger {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostPopovercontainer,\n inputs: ['arrow', 'edgeGap', 'placement', 'safeSpace'],\n methods: ['show', 'hide', 'toggle']\n})\n@Component({\n selector: 'post-popovercontainer',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['arrow', 'edgeGap', 'placement', 'safeSpace'],\n outputs: ['postBeforeShow', 'postShow', 'postHide', 'postBeforeToggle', 'postToggle'],\n})\nexport class PostPopovercontainer {\n protected el: HTMLPostPopovercontainerElement;\n @Output() postBeforeShow = new EventEmitter<CustomEvent<{ first?: boolean }>>();\n @Output() postShow = new EventEmitter<CustomEvent<{ first?: boolean }>>();\n @Output() postHide = new EventEmitter<CustomEvent<any>>();\n @Output() postBeforeToggle = new EventEmitter<CustomEvent<{ willOpen: boolean }>>();\n @Output() postToggle = new EventEmitter<CustomEvent<{ isOpen: boolean }>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostPopovercontainer extends Components.PostPopovercontainer {\n /**\n * Fires whenever the popovercontainer is about to be shown, passing in event.detail a `first` boolean, which is true if it is to be shown for the first time.\n */\n postBeforeShow: EventEmitter<CustomEvent<{ first?: boolean }>>;\n /**\n * Fires whenever the popovercontainer is shown, passing in event.detail a `first` boolean, which is true if it is shown for the first time.\n */\n postShow: EventEmitter<CustomEvent<{ first?: boolean }>>;\n /**\n * Fires whenever the popovercontainer is hidden.\n */\n postHide: EventEmitter<CustomEvent<any>>;\n /**\n * Fires whenever the popovercontainer is about to be shown or hidden, passing in event.detail a `willOpen` boolean, which is true if the popovercontainer is about to be opened and false if it is about to be closed.\n */\n postBeforeToggle: EventEmitter<CustomEvent<{ willOpen: boolean }>>;\n /**\n * Fires whenever the popovercontainer gets shown or hidden, passing in event.detail an object containing a `isOpen`boolean, which is true if the popovercontainer was opened and false if it was closed.\n */\n postToggle: EventEmitter<CustomEvent<{ isOpen: boolean }>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostRating,\n inputs: ['currentRating', 'label', 'readonly', 'stars']\n})\n@Component({\n selector: 'post-rating',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['currentRating', { name: 'label', required: true }, 'readonly', 'stars'],\n outputs: ['postInput', 'postChange'],\n})\nexport class PostRating {\n protected el: HTMLPostRatingElement;\n @Output() postInput = new EventEmitter<CustomEvent<{ value: number }>>();\n @Output() postChange = new EventEmitter<CustomEvent<{ value: number }>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostRating extends Components.PostRating {\n /**\n * An event emitted whenever the component's value has changed (on input).\nThe event payload can be used like so: `event.detail.value`.\n */\n postInput: EventEmitter<CustomEvent<{ value: number }>>;\n /**\n * An event emitted whenever the component's value has changed (on blur).\nThe event payload can be used like so: `event.detail.value`.\n */\n postChange: EventEmitter<CustomEvent<{ value: number }>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostStepper,\n inputs: ['currentIndex', 'textCompletedStep', 'textCurrentStep', 'textStepNumber']\n})\n@Component({\n selector: 'post-stepper',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['currentIndex', { name: 'textCompletedStep', required: true }, { name: 'textCurrentStep', required: true }, { name: 'textStepNumber', required: true }],\n})\nexport class PostStepper {\n protected el: HTMLPostStepperElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostStepper extends Components.PostStepper {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostStepperItem\n})\n@Component({\n selector: 'post-stepper-item',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [],\n})\nexport class PostStepperItem {\n protected el: HTMLPostStepperItemElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostStepperItem extends Components.PostStepperItem {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostTabItem,\n inputs: ['name']\n})\n@Component({\n selector: 'post-tab-item',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'name', required: true }],\n})\nexport class PostTabItem {\n protected el: HTMLPostTabItemElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostTabItem extends Components.PostTabItem {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostTabPanel,\n inputs: ['for']\n})\n@Component({\n selector: 'post-tab-panel',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'for', required: true }],\n})\nexport class PostTabPanel {\n protected el: HTMLPostTabPanelElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostTabPanel extends Components.PostTabPanel {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostTabs,\n inputs: ['activeTab', 'fullWidth', 'label'],\n methods: ['show']\n})\n@Component({\n selector: 'post-tabs',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['activeTab', 'fullWidth', 'label'],\n outputs: ['postChange'],\n})\nexport class PostTabs {\n protected el: HTMLPostTabsElement;\n @Output() postChange = new EventEmitter<CustomEvent<string>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostTabs extends Components.PostTabs {\n /**\n * An event emitted after the active tab changes, when the fade in transition of its associated panel is finished.\nThe payload is the name of the newly active tab.\nOnly emitted in panel mode.\n */\n postChange: EventEmitter<CustomEvent<string>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostTogglebutton,\n inputs: ['toggled']\n})\n@Component({\n selector: 'post-togglebutton',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['toggled'],\n})\nexport class PostTogglebutton {\n protected el: HTMLPostTogglebuttonElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostTogglebutton extends Components.PostTogglebutton {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostTooltip,\n inputs: ['arrow', 'open', 'placement'],\n methods: ['show', 'hide', 'toggle']\n})\n@Component({\n selector: 'post-tooltip',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['arrow', 'open', 'placement'],\n})\nexport class PostTooltip {\n protected el: HTMLPostTooltipElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostTooltip extends Components.PostTooltip {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostTooltipTrigger,\n inputs: ['delay', 'for']\n})\n@Component({\n selector: 'post-tooltip-trigger',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['delay', { name: 'for', required: true }],\n})\nexport class PostTooltipTrigger {\n protected el: HTMLPostTooltipTriggerElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostTooltipTrigger extends Components.PostTooltipTrigger {}\n\n\n","\nimport * as d from './components';\n\nexport const DIRECTIVES = [\n d.PostAccordion,\n d.PostAccordionItem,\n d.PostAvatar,\n d.PostBackToTop,\n d.PostBanner,\n d.PostBreadcrumbItem,\n d.PostBreadcrumbs,\n d.PostClosebutton,\n d.PostCollapsible,\n d.PostCollapsibleTrigger,\n d.PostDatepicker,\n d.PostEnvTest,\n d.PostFooter,\n d.PostHeader,\n d.PostIcon,\n d.PostLanguageMenu,\n d.PostLanguageMenuItem,\n d.PostLinkarea,\n d.PostLogo,\n d.PostMainnavigation,\n d.PostMegadropdown,\n d.PostMegadropdownTrigger,\n d.PostMenu,\n d.PostMenuItem,\n d.PostMenuTrigger,\n d.PostNumberInput,\n d.PostPagination,\n d.PostPopover,\n d.PostPopoverTrigger,\n d.PostPopovercontainer,\n d.PostRating,\n d.PostStepper,\n d.PostStepperItem,\n d.PostTabItem,\n d.PostTabPanel,\n d.PostTabs,\n d.PostTogglebutton,\n d.PostTooltip,\n d.PostTooltipTrigger\n];\n","import {\n CSP_NONCE,\n inject,\n EnvironmentProviders,\n makeEnvironmentProviders,\n provideEnvironmentInitializer,\n} from '@angular/core';\nimport { defineCustomElements, setNonce } from '@swisspost/design-system-components/loader';\nimport { DIRECTIVES } from './stencil-generated';\n\nexport function providePostComponents(): EnvironmentProviders {\n return makeEnvironmentProviders([\n ...DIRECTIVES,\n\n provideEnvironmentInitializer(() => () => {\n // Check if Post components are already defined, if so do nothing\n if (typeof customElements.get('post-icon') !== 'undefined') return;\n\n // Set a \"nonce\" attribute on all scripts/styles if the host application has one configured\n const nonce = inject(CSP_NONCE, { optional: true });\n if (nonce) setNonce(nonce);\n\n // Define Post components\n defineCustomElements();\n }),\n ]);\n}\n","/*\n * Public API Surface of components\n */\n\nexport * from './lib/components.module';\nexport * from './lib/stencil-generated/components';\nexport { DIRECTIVES } from './lib/stencil-generated';\n\n// Export all custom made components & directives!\n// Skipping this step will lead to Angular Ivy errors when building for production.\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["definePostAccordion","definePostAccordionItem","definePostAvatar","definePostBackToTop","definePostBanner","definePostBreadcrumbItem","definePostBreadcrumbs","definePostClosebutton","definePostCollapsible","definePostCollapsibleTrigger","definePostDatepicker","definePostEnvTest","definePostFooter","definePostHeader","definePostIcon","definePostLanguageMenu","definePostLanguageMenuItem","definePostLinkarea","definePostLogo","definePostMainnavigation","definePostMegadropdown","definePostMegadropdownTrigger","definePostMenu","definePostMenuItem","definePostMenuTrigger","definePostNumberInput","definePostPagination","definePostPopover","definePostPopoverTrigger","definePostPopovercontainer","definePostRating","definePostStepper","definePostStepperItem","definePostTabItem","definePostTabPanel","definePostTabs","definePostTogglebutton","definePostTooltip","definePostTooltipTrigger","d.PostAccordion","d.PostAccordionItem","d.PostAvatar","d.PostBackToTop","d.PostBanner","d.PostBreadcrumbItem","d.PostBreadcrumbs","d.PostClosebutton","d.PostCollapsible","d.PostCollapsibleTrigger","d.PostDatepicker","d.PostEnvTest","d.PostFooter","d.PostHeader","d.PostIcon","d.PostLanguageMenu","d.PostLanguageMenuItem","d.PostLinkarea","d.PostLogo","d.PostMainnavigation","d.PostMegadropdown","d.PostMegadropdownTrigger","d.PostMenu","d.PostMenuItem","d.PostMenuTrigger","d.PostNumberInput","d.PostPagination","d.PostPopover","d.PostPopoverTrigger","d.PostPopovercontainer","d.PostRating","d.PostStepper","d.PostStepperItem","d.PostTabItem","d.PostTabPanel","d.PostTabs","d.PostTogglebutton","d.PostTooltip","d.PostTooltipTrigger"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"swisspost-design-system-components-angular.mjs","sources":["../../../projects/components/src/lib/stencil-generated/angular-component-lib/utils.ts","../../../projects/components/src/lib/stencil-generated/components.ts","../../../projects/components/src/lib/stencil-generated/index.ts","../../../projects/components/src/lib/components.module.ts","../../../projects/components/src/public-api.ts","../../../projects/components/src/swisspost-design-system-components-angular.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\nimport { fromEvent } from 'rxjs';\n\nexport const proxyInputs = (Cmp: any, inputs: string[]) => {\n const Prototype = Cmp.prototype;\n inputs.forEach((item) => {\n Object.defineProperty(Prototype, item, {\n get() {\n return this.el[item];\n },\n set(val: any) {\n this.z.runOutsideAngular(() => (this.el[item] = val));\n },\n /**\n * In the event that proxyInputs is called\n * multiple times re-defining these inputs\n * will cause an error to be thrown. As a result\n * we set configurable: true to indicate these\n * properties can be changed.\n */\n configurable: true,\n });\n });\n};\n\nexport const proxyMethods = (Cmp: any, methods: string[]) => {\n const Prototype = Cmp.prototype;\n methods.forEach((methodName) => {\n Prototype[methodName] = function () {\n const args = arguments;\n return this.z.runOutsideAngular(() => this.el[methodName].apply(this.el, args));\n };\n });\n};\n\nexport const proxyOutputs = (instance: any, el: any, events: string[]) => {\n events.forEach((eventName) => (instance[eventName] = fromEvent(el, eventName)));\n};\n\nexport const defineCustomElement = (tagName: string, customElement: any) => {\n if (customElement !== undefined && typeof customElements !== 'undefined' && !customElements.get(tagName)) {\n customElements.define(tagName, customElement);\n }\n};\n\n// tslint:disable-next-line: only-arrow-functions\nexport function ProxyCmp(opts: { defineCustomElementFn?: () => void; inputs?: any; methods?: any }) {\n const decorator = function (cls: any) {\n const { defineCustomElementFn, inputs, methods } = opts;\n\n if (defineCustomElementFn !== undefined) {\n defineCustomElementFn();\n }\n\n if (inputs) {\n proxyInputs(cls, inputs);\n }\n if (methods) {\n proxyMethods(cls, methods);\n }\n return cls;\n };\n return decorator;\n}\n","/* tslint:disable */\n/* auto-generated angular directive proxies */\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, Output, NgZone } from '@angular/core';\n\nimport { ProxyCmp } from './angular-component-lib/utils';\n\nimport type { Components } from '@swisspost/design-system-components/components';\n\nimport { defineCustomElement as definePostAccordion } from '@swisspost/design-system-components/components/post-accordion.js';\nimport { defineCustomElement as definePostAccordionItem } from '@swisspost/design-system-components/components/post-accordion-item.js';\nimport { defineCustomElement as definePostAutocomplete } from '@swisspost/design-system-components/components/post-autocomplete.js';\nimport { defineCustomElement as definePostAvatar } from '@swisspost/design-system-components/components/post-avatar.js';\nimport { defineCustomElement as definePostBackToTop } from '@swisspost/design-system-components/components/post-back-to-top.js';\nimport { defineCustomElement as definePostBanner } from '@swisspost/design-system-components/components/post-banner.js';\nimport { defineCustomElement as definePostBreadcrumbItem } from '@swisspost/design-system-components/components/post-breadcrumb-item.js';\nimport { defineCustomElement as definePostBreadcrumbs } from '@swisspost/design-system-components/components/post-breadcrumbs.js';\nimport { defineCustomElement as definePostClosebutton } from '@swisspost/design-system-components/components/post-closebutton.js';\nimport { defineCustomElement as definePostCollapsible } from '@swisspost/design-system-components/components/post-collapsible.js';\nimport { defineCustomElement as definePostCollapsibleTrigger } from '@swisspost/design-system-components/components/post-collapsible-trigger.js';\nimport { defineCustomElement as definePostDatePicker } from '@swisspost/design-system-components/components/post-date-picker.js';\nimport { defineCustomElement as definePostFooter } from '@swisspost/design-system-components/components/post-footer.js';\nimport { defineCustomElement as definePostHeader } from '@swisspost/design-system-components/components/post-header.js';\nimport { defineCustomElement as definePostIcon } from '@swisspost/design-system-components/components/post-icon.js';\nimport { defineCustomElement as definePostLanguageMenu } from '@swisspost/design-system-components/components/post-language-menu.js';\nimport { defineCustomElement as definePostLanguageMenuItem } from '@swisspost/design-system-components/components/post-language-menu-item.js';\nimport { defineCustomElement as definePostLinkarea } from '@swisspost/design-system-components/components/post-linkarea.js';\nimport { defineCustomElement as definePostListbox } from '@swisspost/design-system-components/components/post-listbox.js';\nimport { defineCustomElement as definePostListboxOption } from '@swisspost/design-system-components/components/post-listbox-option.js';\nimport { defineCustomElement as definePostLogo } from '@swisspost/design-system-components/components/post-logo.js';\nimport { defineCustomElement as definePostMainnavigation } from '@swisspost/design-system-components/components/post-mainnavigation.js';\nimport { defineCustomElement as definePostMegadropdown } from '@swisspost/design-system-components/components/post-megadropdown.js';\nimport { defineCustomElement as definePostMegadropdownTrigger } from '@swisspost/design-system-components/components/post-megadropdown-trigger.js';\nimport { defineCustomElement as definePostMenu } from '@swisspost/design-system-components/components/post-menu.js';\nimport { defineCustomElement as definePostMenuItem } from '@swisspost/design-system-components/components/post-menu-item.js';\nimport { defineCustomElement as definePostMenuTrigger } from '@swisspost/design-system-components/components/post-menu-trigger.js';\nimport { defineCustomElement as definePostNumberInput } from '@swisspost/design-system-components/components/post-number-input.js';\nimport { defineCustomElement as definePostPagination } from '@swisspost/design-system-components/components/post-pagination.js';\nimport { defineCustomElement as definePostPopover } from '@swisspost/design-system-components/components/post-popover.js';\nimport { defineCustomElement as definePostPopoverTrigger } from '@swisspost/design-system-components/components/post-popover-trigger.js';\nimport { defineCustomElement as definePostPopovercontainer } from '@swisspost/design-system-components/components/post-popovercontainer.js';\nimport { defineCustomElement as definePostRating } from '@swisspost/design-system-components/components/post-rating.js';\nimport { defineCustomElement as definePostStepper } from '@swisspost/design-system-components/components/post-stepper.js';\nimport { defineCustomElement as definePostStepperItem } from '@swisspost/design-system-components/components/post-stepper-item.js';\nimport { defineCustomElement as definePostTabItem } from '@swisspost/design-system-components/components/post-tab-item.js';\nimport { defineCustomElement as definePostTabPanel } from '@swisspost/design-system-components/components/post-tab-panel.js';\nimport { defineCustomElement as definePostTabs } from '@swisspost/design-system-components/components/post-tabs.js';\nimport { defineCustomElement as definePostTogglebutton } from '@swisspost/design-system-components/components/post-togglebutton.js';\nimport { defineCustomElement as definePostTooltip } from '@swisspost/design-system-components/components/post-tooltip.js';\nimport { defineCustomElement as definePostTooltipTrigger } from '@swisspost/design-system-components/components/post-tooltip-trigger.js';\n@ProxyCmp({\n defineCustomElementFn: definePostAccordion,\n inputs: ['headingLevel', 'multiple'],\n methods: ['toggle', 'expandAll', 'collapseAll']\n})\n@Component({\n selector: 'post-accordion',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'headingLevel', required: true }, 'multiple'],\n})\nexport class PostAccordion {\n protected el: HTMLPostAccordionElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostAccordion extends Components.PostAccordion {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostAccordionItem,\n inputs: ['collapsed', 'headingLevel'],\n methods: ['toggle']\n})\n@Component({\n selector: 'post-accordion-item',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['collapsed', 'headingLevel'],\n})\nexport class PostAccordionItem {\n protected el: HTMLPostAccordionItemElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostAccordionItem extends Components.PostAccordionItem {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostAutocomplete,\n inputs: ['clearable', 'filterThreshold', 'listbox']\n})\n@Component({\n selector: 'post-autocomplete',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['clearable', 'filterThreshold', 'listbox'],\n outputs: ['postFilteringEvent'],\n})\nexport class PostAutocomplete {\n protected el: HTMLPostAutocompleteElement;\n @Output() postFilteringEvent = new EventEmitter<CustomEvent<string>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostAutocomplete extends Components.PostAutocomplete {\n /**\n * Cancelable event emitted when the input value is to be filtered\n */\n postFilteringEvent: EventEmitter<CustomEvent<string>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostAvatar,\n inputs: ['description', 'email', 'firstname', 'lastname', 'userid']\n})\n@Component({\n selector: 'post-avatar',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['description', 'email', { name: 'firstname', required: true }, 'lastname', 'userid'],\n})\nexport class PostAvatar {\n protected el: HTMLPostAvatarElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostAvatar extends Components.PostAvatar {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostBackToTop,\n inputs: ['textBackToTop']\n})\n@Component({\n selector: 'post-back-to-top',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'textBackToTop', required: true }],\n})\nexport class PostBackToTop {\n protected el: HTMLPostBackToTopElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostBackToTop extends Components.PostBackToTop {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostBanner,\n inputs: ['type'],\n methods: ['dismiss']\n})\n@Component({\n selector: 'post-banner',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['type'],\n outputs: ['postDismissed'],\n})\nexport class PostBanner {\n protected el: HTMLPostBannerElement;\n @Output() postDismissed = new EventEmitter<CustomEvent<void>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostBanner extends Components.PostBanner {\n /**\n * An event emitted when the banner element is dismissed, after the transition.\nIt has no payload and only relevant for dismissible banners.\n */\n postDismissed: EventEmitter<CustomEvent<void>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostBreadcrumbItem,\n inputs: ['url']\n})\n@Component({\n selector: 'post-breadcrumb-item',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['url'],\n})\nexport class PostBreadcrumbItem {\n protected el: HTMLPostBreadcrumbItemElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostBreadcrumbItem extends Components.PostBreadcrumbItem {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostBreadcrumbs,\n inputs: ['homeUrl', 'textBreadcrumbs', 'textHome', 'textMoreItems']\n})\n@Component({\n selector: 'post-breadcrumbs',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'homeUrl', required: true }, { name: 'textBreadcrumbs', required: true }, { name: 'textHome', required: true }, { name: 'textMoreItems', required: true }],\n})\nexport class PostBreadcrumbs {\n protected el: HTMLPostBreadcrumbsElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostBreadcrumbs extends Components.PostBreadcrumbs {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostClosebutton,\n inputs: ['buttonType', 'placement', 'size']\n})\n@Component({\n selector: 'post-closebutton',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['buttonType', 'placement', 'size'],\n})\nexport class PostClosebutton {\n protected el: HTMLPostClosebuttonElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostClosebutton extends Components.PostClosebutton {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostCollapsible,\n inputs: ['collapsed'],\n methods: ['toggle']\n})\n@Component({\n selector: 'post-collapsible',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['collapsed'],\n outputs: ['postToggle'],\n})\nexport class PostCollapsible {\n protected el: HTMLPostCollapsibleElement;\n @Output() postToggle = new EventEmitter<CustomEvent<boolean>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostCollapsible extends Components.PostCollapsible {\n /**\n * An event emitted when the collapse element is shown or hidden, before the transition.\n\nThe event payload is a boolean: `true` if the collapsible is expanded, `false` if it is collapsed.\n */\n postToggle: EventEmitter<CustomEvent<boolean>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostCollapsibleTrigger,\n inputs: ['for'],\n methods: ['update']\n})\n@Component({\n selector: 'post-collapsible-trigger',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'for', required: true }],\n})\nexport class PostCollapsibleTrigger {\n protected el: HTMLPostCollapsibleTriggerElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostCollapsibleTrigger extends Components.PostCollapsibleTrigger {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostDatePicker,\n inputs: ['inline', 'max', 'min', 'range', 'renderCellCallback', 'selectedEndDate', 'selectedStartDate', 'textNextDecade', 'textNextMonth', 'textNextYear', 'textPreviousDecade', 'textPreviousMonth', 'textPreviousYear', 'textSwitchYear', 'textToggleCalendar'],\n methods: ['show', 'hide']\n})\n@Component({\n selector: 'post-date-picker',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['inline', 'max', 'min', 'range', 'renderCellCallback', 'selectedEndDate', 'selectedStartDate', { name: 'textNextDecade', required: true }, { name: 'textNextMonth', required: true }, { name: 'textNextYear', required: true }, { name: 'textPreviousDecade', required: true }, { name: 'textPreviousMonth', required: true }, { name: 'textPreviousYear', required: true }, { name: 'textSwitchYear', required: true }, 'textToggleCalendar'],\n outputs: ['postUpdateDates'],\n})\nexport class PostDatePicker {\n protected el: HTMLPostDatePickerElement;\n @Output() postUpdateDates = new EventEmitter<CustomEvent<string | string[]>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostDatePicker extends Components.PostDatePicker {\n /**\n * An event emitted when a date or a range of dates have been selected.\n */\n postUpdateDates: EventEmitter<CustomEvent<string | string[]>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostFooter,\n inputs: ['textFooter']\n})\n@Component({\n selector: 'post-footer',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'textFooter', required: true }],\n})\nexport class PostFooter {\n protected el: HTMLPostFooterElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostFooter extends Components.PostFooter {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostHeader,\n inputs: ['fullWidth', 'textMenu'],\n methods: ['toggleBurgerMenu']\n})\n@Component({\n selector: 'post-header',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['fullWidth', { name: 'textMenu', required: true }],\n})\nexport class PostHeader {\n protected el: HTMLPostHeaderElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostHeader extends Components.PostHeader {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostIcon,\n inputs: ['animation', 'base', 'flipH', 'flipV', 'name', 'rotate', 'scale', 'url']\n})\n@Component({\n selector: 'post-icon',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['animation', 'base', 'flipH', 'flipV', { name: 'name', required: true }, 'rotate', 'scale', 'url'],\n})\nexport class PostIcon {\n protected el: HTMLPostIconElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostIcon extends Components.PostIcon {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostLanguageMenu,\n inputs: ['textChangeLanguage', 'textCurrentLanguage', 'variant']\n})\n@Component({\n selector: 'post-language-menu',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'textChangeLanguage', required: true }, { name: 'textCurrentLanguage', required: true }, 'variant'],\n})\nexport class PostLanguageMenu {\n protected el: HTMLPostLanguageMenuElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostLanguageMenu extends Components.PostLanguageMenu {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostLanguageMenuItem,\n inputs: ['active', 'code', 'name', 'url', 'variant'],\n methods: ['select']\n})\n@Component({\n selector: 'post-language-menu-item',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['active', { name: 'code', required: true }, 'name', 'url', 'variant'],\n outputs: ['postChange', 'postLanguageMenuItemInitiallyActive'],\n})\nexport class PostLanguageMenuItem {\n protected el: HTMLPostLanguageMenuItemElement;\n @Output() postChange = new EventEmitter<CustomEvent<string>>();\n @Output() postLanguageMenuItemInitiallyActive = new EventEmitter<CustomEvent<string>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostLanguageMenuItem extends Components.PostLanguageMenuItem {\n /**\n * An event emitted when the language option is clicked. The payload is the ISO 639 code of the language.\n */\n postChange: EventEmitter<CustomEvent<string>>;\n /**\n * An event emitted when the language option is initially active. The payload is the ISO 639 code of the language.\n */\n postLanguageMenuItemInitiallyActive: EventEmitter<CustomEvent<string>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostLinkarea\n})\n@Component({\n selector: 'post-linkarea',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [],\n})\nexport class PostLinkarea {\n protected el: HTMLPostLinkareaElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostLinkarea extends Components.PostLinkarea {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostListbox,\n methods: ['show', 'hide', 'filter', 'clearSelection', 'navigate', 'selectActive']\n})\n@Component({\n selector: 'post-listbox',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [],\n outputs: ['postOptionActive'],\n})\nexport class PostListbox {\n protected el: HTMLPostListboxElement;\n @Output() postOptionActive = new EventEmitter<CustomEvent<string | null>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostListbox extends Components.PostListbox {\n /**\n * Emitted option id for the active option\n */\n postOptionActive: EventEmitter<CustomEvent<string | null>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostListboxOption,\n inputs: ['highlighted', 'selected', 'value']\n})\n@Component({\n selector: 'post-listbox-option',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['highlighted', 'selected', { name: 'value', required: true }],\n outputs: ['postOptionSelected'],\n})\nexport class PostListboxOption {\n protected el: HTMLPostListboxOptionElement;\n @Output() postOptionSelected = new EventEmitter<CustomEvent<string>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostListboxOption extends Components.PostListboxOption {\n /**\n * Fires when this option was selected. Bubbles up.\n */\n postOptionSelected: EventEmitter<CustomEvent<string>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostLogo,\n inputs: ['url']\n})\n@Component({\n selector: 'post-logo',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['url'],\n})\nexport class PostLogo {\n protected el: HTMLPostLogoElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostLogo extends Components.PostLogo {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostMainnavigation,\n inputs: ['textMain']\n})\n@Component({\n selector: 'post-mainnavigation',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'textMain', required: true }],\n})\nexport class PostMainnavigation {\n protected el: HTMLPostMainnavigationElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostMainnavigation extends Components.PostMainnavigation {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostMegadropdown,\n inputs: ['textBack', 'textClose'],\n methods: ['toggle', 'show', 'hide', 'focusFirst']\n})\n@Component({\n selector: 'post-megadropdown',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'textBack', required: true }, { name: 'textClose', required: true }],\n outputs: ['postToggleMegadropdown'],\n})\nexport class PostMegadropdown {\n protected el: HTMLPostMegadropdownElement;\n @Output() postToggleMegadropdown = new EventEmitter<CustomEvent<{ isVisible: boolean; focusParent?: boolean }>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostMegadropdown extends Components.PostMegadropdown {\n /**\n * Emits when the dropdown is shown or hidden.\nThe event payload is an object.\n`isVisible` is true when the dropdown gets opened and false when it gets closed\n`focusParent` determines whether after the closing of the mega dropdown, the focus should go back to the trigger parent or naturally go to the next focusable element in the page\n */\n postToggleMegadropdown: EventEmitter<CustomEvent<{ isVisible: boolean; focusParent?: boolean }>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostMegadropdownTrigger,\n inputs: ['active', 'for']\n})\n@Component({\n selector: 'post-megadropdown-trigger',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['active', { name: 'for', required: true }],\n})\nexport class PostMegadropdownTrigger {\n protected el: HTMLPostMegadropdownTriggerElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostMegadropdownTrigger extends Components.PostMegadropdownTrigger {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostMenu,\n inputs: ['label', 'placement'],\n methods: ['toggle', 'show', 'hide']\n})\n@Component({\n selector: 'post-menu',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'label', required: true }, 'placement'],\n outputs: ['toggleMenu'],\n})\nexport class PostMenu {\n protected el: HTMLPostMenuElement;\n @Output() toggleMenu = new EventEmitter<CustomEvent<boolean>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostMenu extends Components.PostMenu {\n /**\n * Emits when the menu is shown or hidden.\nThe event payload is a boolean: `true` when the menu was opened, `false` when it was closed.\n */\n toggleMenu: EventEmitter<CustomEvent<boolean>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostMenuItem\n})\n@Component({\n selector: 'post-menu-item',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [],\n})\nexport class PostMenuItem {\n protected el: HTMLPostMenuItemElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostMenuItem extends Components.PostMenuItem {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostMenuTrigger,\n inputs: ['for']\n})\n@Component({\n selector: 'post-menu-trigger',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'for', required: true }],\n})\nexport class PostMenuTrigger {\n protected el: HTMLPostMenuTriggerElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostMenuTrigger extends Components.PostMenuTrigger {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostNumberInput\n})\n@Component({\n selector: 'post-number-input',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [],\n})\nexport class PostNumberInput {\n protected el: HTMLPostNumberInputElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostNumberInput extends Components.PostNumberInput {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostPagination,\n inputs: ['collectionSize', 'label', 'page', 'pageSize', 'textFirst', 'textLast', 'textNext', 'textPage', 'textPrevious']\n})\n@Component({\n selector: 'post-pagination',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'collectionSize', required: true }, { name: 'label', required: true }, 'page', { name: 'pageSize', required: true }, { name: 'textFirst', required: true }, { name: 'textLast', required: true }, { name: 'textNext', required: true }, { name: 'textPage', required: true }, { name: 'textPrevious', required: true }],\n outputs: ['postChange'],\n})\nexport class PostPagination {\n protected el: HTMLPostPaginationElement;\n @Output() postChange = new EventEmitter<CustomEvent<number>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostPagination extends Components.PostPagination {\n /**\n * Event emitted when the page changes.\n */\n postChange: EventEmitter<CustomEvent<number>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostPopover,\n inputs: ['arrow', 'placement', 'textClose'],\n methods: ['show', 'hide', 'toggle']\n})\n@Component({\n selector: 'post-popover',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['arrow', 'placement', { name: 'textClose', required: true }],\n})\nexport class PostPopover {\n protected el: HTMLPostPopoverElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostPopover extends Components.PostPopover {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostPopoverTrigger,\n inputs: ['for']\n})\n@Component({\n selector: 'post-popover-trigger',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['for'],\n})\nexport class PostPopoverTrigger {\n protected el: HTMLPostPopoverTriggerElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostPopoverTrigger extends Components.PostPopoverTrigger {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostPopovercontainer,\n inputs: ['arrow', 'edgeGap', 'offset', 'placement', 'safeSpace'],\n methods: ['show', 'hide', 'toggle']\n})\n@Component({\n selector: 'post-popovercontainer',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['arrow', 'edgeGap', 'offset', 'placement', 'safeSpace'],\n outputs: ['postBeforeShow', 'postShow', 'postHide', 'postBeforeToggle', 'postToggle'],\n})\nexport class PostPopovercontainer {\n protected el: HTMLPostPopovercontainerElement;\n @Output() postBeforeShow = new EventEmitter<CustomEvent<{ first?: boolean }>>();\n @Output() postShow = new EventEmitter<CustomEvent<{ first?: boolean }>>();\n @Output() postHide = new EventEmitter<CustomEvent<any>>();\n @Output() postBeforeToggle = new EventEmitter<CustomEvent<{ willOpen: boolean }>>();\n @Output() postToggle = new EventEmitter<CustomEvent<{ isOpen: boolean }>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostPopovercontainer extends Components.PostPopovercontainer {\n /**\n * Fires whenever the popovercontainer is about to be shown, passing in event.detail a `first` boolean, which is true if it is to be shown for the first time.\n */\n postBeforeShow: EventEmitter<CustomEvent<{ first?: boolean }>>;\n /**\n * Fires whenever the popovercontainer is shown, passing in event.detail a `first` boolean, which is true if it is shown for the first time.\n */\n postShow: EventEmitter<CustomEvent<{ first?: boolean }>>;\n /**\n * Fires whenever the popovercontainer is hidden.\n */\n postHide: EventEmitter<CustomEvent<any>>;\n /**\n * Fires whenever the popovercontainer is about to be shown or hidden, passing in event.detail a `willOpen` boolean, which is true if the popovercontainer is about to be opened and false if it is about to be closed.\n */\n postBeforeToggle: EventEmitter<CustomEvent<{ willOpen: boolean }>>;\n /**\n * Fires whenever the popovercontainer gets shown or hidden, passing in event.detail an object containing a `isOpen`boolean, which is true if the popovercontainer was opened and false if it was closed.\n */\n postToggle: EventEmitter<CustomEvent<{ isOpen: boolean }>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostRating,\n inputs: ['currentRating', 'label', 'readonly', 'stars']\n})\n@Component({\n selector: 'post-rating',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['currentRating', { name: 'label', required: true }, 'readonly', 'stars'],\n outputs: ['postInput', 'postChange'],\n})\nexport class PostRating {\n protected el: HTMLPostRatingElement;\n @Output() postInput = new EventEmitter<CustomEvent<{ value: number }>>();\n @Output() postChange = new EventEmitter<CustomEvent<{ value: number }>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostRating extends Components.PostRating {\n /**\n * An event emitted whenever the component's value has changed (on input).\nThe event payload can be used like so: `event.detail.value`.\n */\n postInput: EventEmitter<CustomEvent<{ value: number }>>;\n /**\n * An event emitted whenever the component's value has changed (on blur).\nThe event payload can be used like so: `event.detail.value`.\n */\n postChange: EventEmitter<CustomEvent<{ value: number }>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostStepper,\n inputs: ['currentIndex', 'selectedIndex', 'textCompletedStep', 'textCurrentStep', 'textStepNumber']\n})\n@Component({\n selector: 'post-stepper',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['currentIndex', 'selectedIndex', { name: 'textCompletedStep', required: true }, { name: 'textCurrentStep', required: true }, { name: 'textStepNumber', required: true }],\n})\nexport class PostStepper {\n protected el: HTMLPostStepperElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostStepper extends Components.PostStepper {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostStepperItem\n})\n@Component({\n selector: 'post-stepper-item',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [],\n})\nexport class PostStepperItem {\n protected el: HTMLPostStepperItemElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostStepperItem extends Components.PostStepperItem {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostTabItem,\n inputs: ['name']\n})\n@Component({\n selector: 'post-tab-item',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'name', required: true }],\n})\nexport class PostTabItem {\n protected el: HTMLPostTabItemElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostTabItem extends Components.PostTabItem {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostTabPanel,\n inputs: ['for']\n})\n@Component({\n selector: 'post-tab-panel',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: [{ name: 'for', required: true }],\n})\nexport class PostTabPanel {\n protected el: HTMLPostTabPanelElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostTabPanel extends Components.PostTabPanel {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostTabs,\n inputs: ['activeTab', 'fullWidth', 'label'],\n methods: ['show']\n})\n@Component({\n selector: 'post-tabs',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['activeTab', 'fullWidth', 'label'],\n outputs: ['postChange'],\n})\nexport class PostTabs {\n protected el: HTMLPostTabsElement;\n @Output() postChange = new EventEmitter<CustomEvent<string>>();\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostTabs extends Components.PostTabs {\n /**\n * An event emitted after the active tab changes, when the fade in transition of its associated panel is finished.\nThe payload is the name of the newly active tab.\nOnly emitted in panel mode.\n */\n postChange: EventEmitter<CustomEvent<string>>;\n}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostTogglebutton,\n inputs: ['toggled']\n})\n@Component({\n selector: 'post-togglebutton',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['toggled'],\n})\nexport class PostTogglebutton {\n protected el: HTMLPostTogglebuttonElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostTogglebutton extends Components.PostTogglebutton {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostTooltip,\n inputs: ['arrow', 'open', 'placement'],\n methods: ['show', 'hide', 'toggle']\n})\n@Component({\n selector: 'post-tooltip',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['arrow', 'open', 'placement'],\n})\nexport class PostTooltip {\n protected el: HTMLPostTooltipElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostTooltip extends Components.PostTooltip {}\n\n\n@ProxyCmp({\n defineCustomElementFn: definePostTooltipTrigger,\n inputs: ['delay', 'for']\n})\n@Component({\n selector: 'post-tooltip-trigger',\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: '<ng-content></ng-content>',\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['delay', { name: 'for', required: true }],\n})\nexport class PostTooltipTrigger {\n protected el: HTMLPostTooltipTriggerElement;\n constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {\n c.detach();\n this.el = r.nativeElement;\n }\n}\n\n\nexport declare interface PostTooltipTrigger extends Components.PostTooltipTrigger {}\n\n\n","\nimport * as d from './components';\n\nexport const DIRECTIVES = [\n d.PostAccordion,\n d.PostAccordionItem,\n d.PostAutocomplete,\n d.PostAvatar,\n d.PostBackToTop,\n d.PostBanner,\n d.PostBreadcrumbItem,\n d.PostBreadcrumbs,\n d.PostClosebutton,\n d.PostCollapsible,\n d.PostCollapsibleTrigger,\n d.PostDatePicker,\n d.PostFooter,\n d.PostHeader,\n d.PostIcon,\n d.PostLanguageMenu,\n d.PostLanguageMenuItem,\n d.PostLinkarea,\n d.PostListbox,\n d.PostListboxOption,\n d.PostLogo,\n d.PostMainnavigation,\n d.PostMegadropdown,\n d.PostMegadropdownTrigger,\n d.PostMenu,\n d.PostMenuItem,\n d.PostMenuTrigger,\n d.PostNumberInput,\n d.PostPagination,\n d.PostPopover,\n d.PostPopoverTrigger,\n d.PostPopovercontainer,\n d.PostRating,\n d.PostStepper,\n d.PostStepperItem,\n d.PostTabItem,\n d.PostTabPanel,\n d.PostTabs,\n d.PostTogglebutton,\n d.PostTooltip,\n d.PostTooltipTrigger\n];\n","import {\n CSP_NONCE,\n inject,\n EnvironmentProviders,\n makeEnvironmentProviders,\n provideEnvironmentInitializer,\n} from '@angular/core';\nimport { defineCustomElements, setNonce } from '@swisspost/design-system-components/loader';\nimport { DIRECTIVES } from './stencil-generated';\n\nexport function providePostComponents(): EnvironmentProviders {\n return makeEnvironmentProviders([\n ...DIRECTIVES,\n\n provideEnvironmentInitializer(() => () => {\n // Check if Post components are already defined, if so do nothing\n if (typeof customElements.get('post-icon') !== 'undefined') return;\n\n // Set a \"nonce\" attribute on all scripts/styles if the host application has one configured\n const nonce = inject(CSP_NONCE, { optional: true });\n if (nonce) setNonce(nonce);\n\n // Define Post components\n defineCustomElements();\n }),\n ]);\n}\n","/*\n * Public API Surface of components\n */\n\nexport * from './lib/components.module';\nexport * from './lib/stencil-generated/components';\nexport { DIRECTIVES } from './lib/stencil-generated';\n\n// Export all custom made components & directives!\n// Skipping this step will lead to Angular Ivy errors when building for production.\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["definePostAccordion","definePostAccordionItem","definePostAutocomplete","definePostAvatar","definePostBackToTop","definePostBanner","definePostBreadcrumbItem","definePostBreadcrumbs","definePostClosebutton","definePostCollapsible","definePostCollapsibleTrigger","definePostDatePicker","definePostFooter","definePostHeader","definePostIcon","definePostLanguageMenu","definePostLanguageMenuItem","definePostLinkarea","definePostListbox","definePostListboxOption","definePostLogo","definePostMainnavigation","definePostMegadropdown","definePostMegadropdownTrigger","definePostMenu","definePostMenuItem","definePostMenuTrigger","definePostNumberInput","definePostPagination","definePostPopover","definePostPopoverTrigger","definePostPopovercontainer","definePostRating","definePostStepper","definePostStepperItem","definePostTabItem","definePostTabPanel","definePostTabs","definePostTogglebutton","definePostTooltip","definePostTooltipTrigger","d.PostAccordion","d.PostAccordionItem","d.PostAutocomplete","d.PostAvatar","d.PostBackToTop","d.PostBanner","d.PostBreadcrumbItem","d.PostBreadcrumbs","d.PostClosebutton","d.PostCollapsible","d.PostCollapsibleTrigger","d.PostDatePicker","d.PostFooter","d.PostHeader","d.PostIcon","d.PostLanguageMenu","d.PostLanguageMenuItem","d.PostLinkarea","d.PostListbox","d.PostListboxOption","d.PostLogo","d.PostMainnavigation","d.PostMegadropdown","d.PostMegadropdownTrigger","d.PostMenu","d.PostMenuItem","d.PostMenuTrigger","d.PostNumberInput","d.PostPagination","d.PostPopover","d.PostPopoverTrigger","d.PostPopovercontainer","d.PostRating","d.PostStepper","d.PostStepperItem","d.PostTabItem","d.PostTabPanel","d.PostTabs","d.PostTogglebutton","d.PostTooltip","d.PostTooltipTrigger"],"mappings":"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"}
|
package/index.d.ts
CHANGED
|
@@ -22,6 +22,20 @@ declare class PostAccordionItem {
|
|
|
22
22
|
}
|
|
23
23
|
declare interface PostAccordionItem extends Components.PostAccordionItem {
|
|
24
24
|
}
|
|
25
|
+
declare class PostAutocomplete {
|
|
26
|
+
protected z: NgZone;
|
|
27
|
+
protected el: HTMLPostAutocompleteElement;
|
|
28
|
+
postFilteringEvent: EventEmitter<CustomEvent<string>>;
|
|
29
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PostAutocomplete, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PostAutocomplete, "post-autocomplete", never, { "clearable": { "alias": "clearable"; "required": false; }; "filterThreshold": { "alias": "filterThreshold"; "required": false; }; "listbox": { "alias": "listbox"; "required": false; }; }, { "postFilteringEvent": "postFilteringEvent"; }, never, ["*"], true, never>;
|
|
32
|
+
}
|
|
33
|
+
declare interface PostAutocomplete extends Components.PostAutocomplete {
|
|
34
|
+
/**
|
|
35
|
+
* Cancelable event emitted when the input value is to be filtered
|
|
36
|
+
*/
|
|
37
|
+
postFilteringEvent: EventEmitter<CustomEvent<string>>;
|
|
38
|
+
}
|
|
25
39
|
declare class PostAvatar {
|
|
26
40
|
protected z: NgZone;
|
|
27
41
|
protected el: HTMLPostAvatarElement;
|
|
@@ -107,28 +121,19 @@ declare class PostCollapsibleTrigger {
|
|
|
107
121
|
}
|
|
108
122
|
declare interface PostCollapsibleTrigger extends Components.PostCollapsibleTrigger {
|
|
109
123
|
}
|
|
110
|
-
declare class
|
|
124
|
+
declare class PostDatePicker {
|
|
111
125
|
protected z: NgZone;
|
|
112
|
-
protected el:
|
|
113
|
-
postUpdateDates: EventEmitter<CustomEvent<
|
|
126
|
+
protected el: HTMLPostDatePickerElement;
|
|
127
|
+
postUpdateDates: EventEmitter<CustomEvent<string | string[]>>;
|
|
114
128
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
115
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
116
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
129
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PostDatePicker, never>;
|
|
130
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PostDatePicker, "post-date-picker", never, { "inline": { "alias": "inline"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "range": { "alias": "range"; "required": false; }; "renderCellCallback": { "alias": "renderCellCallback"; "required": false; }; "selectedEndDate": { "alias": "selectedEndDate"; "required": false; }; "selectedStartDate": { "alias": "selectedStartDate"; "required": false; }; "textNextDecade": { "alias": "textNextDecade"; "required": true; }; "textNextMonth": { "alias": "textNextMonth"; "required": true; }; "textNextYear": { "alias": "textNextYear"; "required": true; }; "textPreviousDecade": { "alias": "textPreviousDecade"; "required": true; }; "textPreviousMonth": { "alias": "textPreviousMonth"; "required": true; }; "textPreviousYear": { "alias": "textPreviousYear"; "required": true; }; "textSwitchYear": { "alias": "textSwitchYear"; "required": true; }; "textToggleCalendar": { "alias": "textToggleCalendar"; "required": false; }; }, { "postUpdateDates": "postUpdateDates"; }, never, ["*"], true, never>;
|
|
117
131
|
}
|
|
118
|
-
declare interface
|
|
132
|
+
declare interface PostDatePicker extends Components.PostDatePicker {
|
|
119
133
|
/**
|
|
120
134
|
* An event emitted when a date or a range of dates have been selected.
|
|
121
135
|
*/
|
|
122
|
-
postUpdateDates: EventEmitter<CustomEvent<
|
|
123
|
-
}
|
|
124
|
-
declare class PostEnvTest {
|
|
125
|
-
protected z: NgZone;
|
|
126
|
-
protected el: HTMLPostEnvTestElement;
|
|
127
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
128
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PostEnvTest, never>;
|
|
129
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PostEnvTest, "post-env-test", never, {}, {}, never, ["*"], true, never>;
|
|
130
|
-
}
|
|
131
|
-
declare interface PostEnvTest extends Components.PostEnvTest {
|
|
136
|
+
postUpdateDates: EventEmitter<CustomEvent<string | string[]>>;
|
|
132
137
|
}
|
|
133
138
|
declare class PostFooter {
|
|
134
139
|
protected z: NgZone;
|
|
@@ -194,6 +199,34 @@ declare class PostLinkarea {
|
|
|
194
199
|
}
|
|
195
200
|
declare interface PostLinkarea extends Components.PostLinkarea {
|
|
196
201
|
}
|
|
202
|
+
declare class PostListbox {
|
|
203
|
+
protected z: NgZone;
|
|
204
|
+
protected el: HTMLPostListboxElement;
|
|
205
|
+
postOptionActive: EventEmitter<CustomEvent<string | null>>;
|
|
206
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
207
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PostListbox, never>;
|
|
208
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PostListbox, "post-listbox", never, {}, { "postOptionActive": "postOptionActive"; }, never, ["*"], true, never>;
|
|
209
|
+
}
|
|
210
|
+
declare interface PostListbox extends Components.PostListbox {
|
|
211
|
+
/**
|
|
212
|
+
* Emitted option id for the active option
|
|
213
|
+
*/
|
|
214
|
+
postOptionActive: EventEmitter<CustomEvent<string | null>>;
|
|
215
|
+
}
|
|
216
|
+
declare class PostListboxOption {
|
|
217
|
+
protected z: NgZone;
|
|
218
|
+
protected el: HTMLPostListboxOptionElement;
|
|
219
|
+
postOptionSelected: EventEmitter<CustomEvent<string>>;
|
|
220
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
221
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PostListboxOption, never>;
|
|
222
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PostListboxOption, "post-listbox-option", never, { "highlighted": { "alias": "highlighted"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "value": { "alias": "value"; "required": true; }; }, { "postOptionSelected": "postOptionSelected"; }, never, ["*"], true, never>;
|
|
223
|
+
}
|
|
224
|
+
declare interface PostListboxOption extends Components.PostListboxOption {
|
|
225
|
+
/**
|
|
226
|
+
* Fires when this option was selected. Bubbles up.
|
|
227
|
+
*/
|
|
228
|
+
postOptionSelected: EventEmitter<CustomEvent<string>>;
|
|
229
|
+
}
|
|
197
230
|
declare class PostLogo {
|
|
198
231
|
protected z: NgZone;
|
|
199
232
|
protected el: HTMLPostLogoElement;
|
|
@@ -336,7 +369,7 @@ declare class PostPopovercontainer {
|
|
|
336
369
|
}>>;
|
|
337
370
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
338
371
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostPopovercontainer, never>;
|
|
339
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PostPopovercontainer, "post-popovercontainer", never, { "arrow": { "alias": "arrow"; "required": false; }; "edgeGap": { "alias": "edgeGap"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "safeSpace": { "alias": "safeSpace"; "required": false; }; }, { "postBeforeShow": "postBeforeShow"; "postShow": "postShow"; "postHide": "postHide"; "postBeforeToggle": "postBeforeToggle"; "postToggle": "postToggle"; }, never, ["*"], true, never>;
|
|
372
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PostPopovercontainer, "post-popovercontainer", never, { "arrow": { "alias": "arrow"; "required": false; }; "edgeGap": { "alias": "edgeGap"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "safeSpace": { "alias": "safeSpace"; "required": false; }; }, { "postBeforeShow": "postBeforeShow"; "postShow": "postShow"; "postHide": "postHide"; "postBeforeToggle": "postBeforeToggle"; "postToggle": "postToggle"; }, never, ["*"], true, never>;
|
|
340
373
|
}
|
|
341
374
|
declare interface PostPopovercontainer extends Components.PostPopovercontainer {
|
|
342
375
|
/**
|
|
@@ -402,7 +435,7 @@ declare class PostStepper {
|
|
|
402
435
|
protected el: HTMLPostStepperElement;
|
|
403
436
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
404
437
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostStepper, never>;
|
|
405
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PostStepper, "post-stepper", never, { "currentIndex": { "alias": "currentIndex"; "required": false; }; "textCompletedStep": { "alias": "textCompletedStep"; "required": true; }; "textCurrentStep": { "alias": "textCurrentStep"; "required": true; }; "textStepNumber": { "alias": "textStepNumber"; "required": true; }; }, {}, never, ["*"], true, never>;
|
|
438
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PostStepper, "post-stepper", never, { "currentIndex": { "alias": "currentIndex"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "textCompletedStep": { "alias": "textCompletedStep"; "required": true; }; "textCurrentStep": { "alias": "textCurrentStep"; "required": true; }; "textStepNumber": { "alias": "textStepNumber"; "required": true; }; }, {}, never, ["*"], true, never>;
|
|
406
439
|
}
|
|
407
440
|
declare interface PostStepper extends Components.PostStepper {
|
|
408
441
|
}
|
|
@@ -477,6 +510,6 @@ declare class PostTooltipTrigger {
|
|
|
477
510
|
declare interface PostTooltipTrigger extends Components.PostTooltipTrigger {
|
|
478
511
|
}
|
|
479
512
|
|
|
480
|
-
declare const DIRECTIVES: (typeof PostAccordion | typeof PostAccordionItem | typeof PostAvatar | typeof PostBackToTop | typeof PostBanner | typeof PostBreadcrumbItem | typeof PostBreadcrumbs | typeof PostClosebutton | typeof PostCollapsible | typeof PostCollapsibleTrigger | typeof
|
|
513
|
+
declare const DIRECTIVES: (typeof PostAccordion | typeof PostAccordionItem | typeof PostAutocomplete | typeof PostAvatar | typeof PostBackToTop | typeof PostBanner | typeof PostBreadcrumbItem | typeof PostBreadcrumbs | typeof PostClosebutton | typeof PostCollapsible | typeof PostCollapsibleTrigger | typeof PostDatePicker | typeof PostFooter | typeof PostHeader | typeof PostIcon | typeof PostLanguageMenu | typeof PostLanguageMenuItem | typeof PostLinkarea | typeof PostListbox | typeof PostListboxOption | typeof PostLogo | typeof PostMainnavigation | typeof PostMegadropdown | typeof PostMegadropdownTrigger | typeof PostMenu | typeof PostMenuItem | typeof PostMenuTrigger | typeof PostNumberInput | typeof PostPagination | typeof PostPopover | typeof PostPopoverTrigger | typeof PostPopovercontainer | typeof PostRating | typeof PostStepper | typeof PostStepperItem | typeof PostTabItem | typeof PostTabPanel | typeof PostTabs | typeof PostTogglebutton | typeof PostTooltip | typeof PostTooltipTrigger)[];
|
|
481
514
|
|
|
482
|
-
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAvatar, PostBackToTop, PostBanner, PostBreadcrumbItem, PostBreadcrumbs, PostClosebutton, PostCollapsible, PostCollapsibleTrigger,
|
|
515
|
+
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAutocomplete, PostAvatar, PostBackToTop, PostBanner, PostBreadcrumbItem, PostBreadcrumbs, PostClosebutton, PostCollapsible, PostCollapsibleTrigger, PostDatePicker, PostFooter, PostHeader, PostIcon, PostLanguageMenu, PostLanguageMenuItem, PostLinkarea, PostListbox, PostListboxOption, PostLogo, PostMainnavigation, PostMegadropdown, PostMegadropdownTrigger, PostMenu, PostMenuItem, PostMenuTrigger, PostNumberInput, PostPagination, PostPopover, PostPopoverTrigger, PostPopovercontainer, PostRating, PostStepper, PostStepperItem, PostTabItem, PostTabPanel, PostTabs, PostTogglebutton, PostTooltip, PostTooltipTrigger, providePostComponents };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swisspost/design-system-components-angular",
|
|
3
|
-
"version": "10.0.0-next.
|
|
3
|
+
"version": "10.0.0-next.67",
|
|
4
4
|
"description": "Swiss Post Design System - Angular Wrapper Components",
|
|
5
5
|
"author": "Swiss Post <design-system@post.ch>",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@swisspost/design-system-components": "10.0.0-next.
|
|
31
|
+
"@swisspost/design-system-components": "10.0.0-next.67",
|
|
32
32
|
"tslib": "2.8.1"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
package/post-components.css
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
:where(post-accordion,post-accordion-item,post-avatar,post-back-to-top,post-banner,post-breadcrumb-item,post-breadcrumbs,post-closebutton,post-collapsible,post-collapsible-trigger,post-
|
|
1
|
+
:where(post-accordion,post-accordion-item,post-autocomplete,post-avatar,post-back-to-top,post-banner,post-breadcrumb-item,post-breadcrumbs,post-closebutton,post-collapsible,post-collapsible-trigger,post-date-picker,post-footer,post-header,post-icon,post-language-menu,post-language-menu-item,post-linkarea,post-listbox,post-listbox-option,post-logo,post-mainnavigation,post-megadropdown,post-megadropdown-trigger,post-menu,post-menu-item,post-menu-trigger,post-number-input,post-pagination,post-popover,post-popover-trigger,post-popovercontainer,post-rating,post-stepper,post-stepper-item,post-tab-item,post-tab-panel,post-tabs,post-togglebutton,post-tooltip,post-tooltip-trigger):not(:defined):not(.hydrated,[data-hydrated]){visibility:hidden}@media (scripting: none){:where(post-accordion,post-accordion-item,post-autocomplete,post-avatar,post-back-to-top,post-banner,post-breadcrumb-item,post-breadcrumbs,post-closebutton,post-collapsible,post-collapsible-trigger,post-date-picker,post-footer,post-header,post-icon,post-language-menu,post-language-menu-item,post-linkarea,post-listbox,post-listbox-option,post-logo,post-mainnavigation,post-megadropdown,post-megadropdown-trigger,post-menu,post-menu-item,post-menu-trigger,post-number-input,post-pagination,post-popover,post-popover-trigger,post-popovercontainer,post-rating,post-stepper,post-stepper-item,post-tab-item,post-tab-panel,post-tabs,post-togglebutton,post-tooltip,post-tooltip-trigger):not(:defined):not(.hydrated,[data-hydrated]){visibility:visible}}post-accordion:not([multiple]):not(:has([collapsed]))>post-accordion-item~post-accordion-item{--post-collapsible-initial-height:0;--post-collapsible-initial-overflow:hidden;--post-accordion-icon-initial-transform:rotate(-180deg)}.form-label:has(+post-number-input){display:block}.form-label:has(+post-number-input.number-input-sm){padding-inline:var(--post-device-spacing-padding-2);padding-block:var(--post-device-spacing-padding-30);font-weight:var(--post-device-font-weight-bold);font-size:var(--post-device-font-size-7)}.form-label:has(+post-number-input.disabled){color:var(--post-scheme-color-interactive-input-disabled-fg)}post-number-input.form-floating>input.form-control{padding:var(--post-device-spacing-padding-block-29) var(--post-device-spacing-padding-inline-1) var(--post-device-spacing-padding-block-3)}post-number-input.form-floating>input.form-control:focus~label,post-number-input.form-floating>input.form-control:not(:placeholder-shown)~label{padding-block-start:var(--post-device-spacing-padding-block-3);padding-inline:var(--post-device-spacing-padding-inline-1) var(--post-device-spacing-padding-15);font-size:var(--post-device-font-size-10)}post-number-input.form-floating::after{width:var(--post-device-sizing-notification-1);height:var(--post-device-sizing-notification-1)}post-number-input.form-floating:has(>input.form-control.is-valid:not(:disabled))::after,post-number-input.form-floating:has(>input.form-control:-webkit-autofill.is-valid)::after,post-number-input.form-floating:has(>input.form-control.is-invalid:not(:disabled))::after,post-number-input.form-floating:has(>input.form-control:-webkit-autofill.is-invalid)::after{top:calc(var(--post-device-sizing-interactive-button-height-6) / 2);right:calc(
|
|
2
|
+
var(--post-device-spacing-padding-inline-1) +
|
|
3
|
+
(var(--post-device-spacing-padding-23)* 2) +
|
|
4
|
+
var(--post-device-sizing-interactive-icon-size6) +
|
|
5
|
+
(var(--post-device-border-width-default) * 2)
|
|
6
|
+
)}post-number-input input[type=number]{appearance:textfield}post-number-input input[type=number]::-webkit-inner-spin-button,post-number-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
|