@swisspost/design-system-components-angular 2.0.0 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,9 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, ChangeDetectionStrategy, APP_INITIALIZER, NgModule } from '@angular/core';
2
+ import { Component, ChangeDetectionStrategy, Directive, HostListener, APP_INITIALIZER, NgModule } from '@angular/core';
3
+ import { defineCustomElements } from '@swisspost/design-system-components/loader';
3
4
  import { __decorate } from 'tslib';
4
5
  import { fromEvent } from 'rxjs';
5
- import { defineCustomElements } from '@swisspost/design-system-components/loader';
6
+ import { NG_VALUE_ACCESSOR } from '@angular/forms';
6
7
 
7
8
  /* eslint-disable */
8
9
  /* tslint:disable */
@@ -68,8 +69,8 @@ let PostAccordion = class PostAccordion {
68
69
  c.detach();
69
70
  this.el = r.nativeElement;
70
71
  }
71
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
72
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PostAccordion, selector: "post-accordion", inputs: { multiple: "multiple" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
72
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
73
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostAccordion, selector: "post-accordion", inputs: { multiple: "multiple" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
73
74
  };
74
75
  PostAccordion = __decorate([
75
76
  ProxyCmp({
@@ -77,7 +78,7 @@ PostAccordion = __decorate([
77
78
  methods: ['toggle', 'expandAll', 'collapseAll']
78
79
  })
79
80
  ], PostAccordion);
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostAccordion, decorators: [{
81
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostAccordion, decorators: [{
81
82
  type: Component,
82
83
  args: [{
83
84
  selector: 'post-accordion',
@@ -86,15 +87,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
86
87
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
87
88
  inputs: ['multiple'],
88
89
  }]
89
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
90
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
90
91
  let PostAccordionItem = class PostAccordionItem {
91
92
  constructor(c, r, z) {
92
93
  this.z = z;
93
94
  c.detach();
94
95
  this.el = r.nativeElement;
95
96
  }
96
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
97
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PostAccordionItem, selector: "post-accordion-item", inputs: { collapsed: "collapsed", headingLevel: "headingLevel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
97
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
98
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostAccordionItem, selector: "post-accordion-item", inputs: { collapsed: "collapsed", headingLevel: "headingLevel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
98
99
  };
99
100
  PostAccordionItem = __decorate([
100
101
  ProxyCmp({
@@ -102,7 +103,7 @@ PostAccordionItem = __decorate([
102
103
  methods: ['toggle']
103
104
  })
104
105
  ], PostAccordionItem);
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostAccordionItem, decorators: [{
106
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostAccordionItem, decorators: [{
106
107
  type: Component,
107
108
  args: [{
108
109
  selector: 'post-accordion-item',
@@ -111,16 +112,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
111
112
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
112
113
  inputs: ['collapsed', 'headingLevel'],
113
114
  }]
114
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
115
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
115
116
  let PostAlert = class PostAlert {
116
117
  constructor(c, r, z) {
117
118
  this.z = z;
118
119
  c.detach();
119
120
  this.el = r.nativeElement;
120
- proxyOutputs(this, this.el, ['dismissed']);
121
+ proxyOutputs(this, this.el, ['postDismissed']);
121
122
  }
122
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
123
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PostAlert, selector: "post-alert", inputs: { dismissLabel: "dismissLabel", dismissible: "dismissible", fixed: "fixed", icon: "icon", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
123
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
124
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostAlert, selector: "post-alert", inputs: { dismissLabel: "dismissLabel", dismissible: "dismissible", fixed: "fixed", icon: "icon", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
124
125
  };
125
126
  PostAlert = __decorate([
126
127
  ProxyCmp({
@@ -128,7 +129,7 @@ PostAlert = __decorate([
128
129
  methods: ['dismiss']
129
130
  })
130
131
  ], PostAlert);
131
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostAlert, decorators: [{
132
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostAlert, decorators: [{
132
133
  type: Component,
133
134
  args: [{
134
135
  selector: 'post-alert',
@@ -137,16 +138,42 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
137
138
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
138
139
  inputs: ['dismissLabel', 'dismissible', 'fixed', 'icon', 'type'],
139
140
  }]
140
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
141
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
142
+ let PostCardControl = class PostCardControl {
143
+ constructor(c, r, z) {
144
+ this.z = z;
145
+ c.detach();
146
+ this.el = r.nativeElement;
147
+ proxyOutputs(this, this.el, ['postInput', 'postChange']);
148
+ }
149
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostCardControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
150
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostCardControl, selector: "post-card-control", inputs: { checked: "checked", description: "description", disabled: "disabled", icon: "icon", label: "label", name: "name", type: "type", validity: "validity", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
151
+ };
152
+ PostCardControl = __decorate([
153
+ ProxyCmp({
154
+ inputs: ['checked', 'description', 'disabled', 'icon', 'label', 'name', 'type', 'validity', 'value'],
155
+ methods: ['reset', 'groupReset']
156
+ })
157
+ ], PostCardControl);
158
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostCardControl, decorators: [{
159
+ type: Component,
160
+ args: [{
161
+ selector: 'post-card-control',
162
+ changeDetection: ChangeDetectionStrategy.OnPush,
163
+ template: '<ng-content></ng-content>',
164
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
165
+ inputs: ['checked', 'description', 'disabled', 'icon', 'label', 'name', 'type', 'validity', 'value'],
166
+ }]
167
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
141
168
  let PostCollapsible = class PostCollapsible {
142
169
  constructor(c, r, z) {
143
170
  this.z = z;
144
171
  c.detach();
145
172
  this.el = r.nativeElement;
146
- proxyOutputs(this, this.el, ['collapseChange']);
173
+ proxyOutputs(this, this.el, ['postToggle']);
147
174
  }
148
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostCollapsible, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
149
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PostCollapsible, selector: "post-collapsible", inputs: { collapsed: "collapsed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
175
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostCollapsible, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
176
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostCollapsible, selector: "post-collapsible", inputs: { collapsed: "collapsed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
150
177
  };
151
178
  PostCollapsible = __decorate([
152
179
  ProxyCmp({
@@ -154,7 +181,7 @@ PostCollapsible = __decorate([
154
181
  methods: ['toggle']
155
182
  })
156
183
  ], PostCollapsible);
157
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostCollapsible, decorators: [{
184
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostCollapsible, decorators: [{
158
185
  type: Component,
159
186
  args: [{
160
187
  selector: 'post-collapsible',
@@ -163,22 +190,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
163
190
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
164
191
  inputs: ['collapsed'],
165
192
  }]
166
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
193
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
167
194
  let PostIcon = class PostIcon {
168
195
  constructor(c, r, z) {
169
196
  this.z = z;
170
197
  c.detach();
171
198
  this.el = r.nativeElement;
172
199
  }
173
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
174
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PostIcon, selector: "post-icon", inputs: { animation: "animation", base: "base", flipH: "flipH", flipV: "flipV", name: "name", rotate: "rotate", scale: "scale" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
200
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
201
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostIcon, selector: "post-icon", inputs: { animation: "animation", base: "base", flipH: "flipH", flipV: "flipV", name: "name", rotate: "rotate", scale: "scale" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
175
202
  };
176
203
  PostIcon = __decorate([
177
204
  ProxyCmp({
178
205
  inputs: ['animation', 'base', 'flipH', 'flipV', 'name', 'rotate', 'scale']
179
206
  })
180
207
  ], PostIcon);
181
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostIcon, decorators: [{
208
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostIcon, decorators: [{
182
209
  type: Component,
183
210
  args: [{
184
211
  selector: 'post-icon',
@@ -187,15 +214,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
187
214
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
188
215
  inputs: ['animation', 'base', 'flipH', 'flipV', 'name', 'rotate', 'scale'],
189
216
  }]
190
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
217
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
191
218
  let PostPopover = class PostPopover {
192
219
  constructor(c, r, z) {
193
220
  this.z = z;
194
221
  c.detach();
195
222
  this.el = r.nativeElement;
196
223
  }
197
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
198
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PostPopover, selector: "post-popover", inputs: { arrow: "arrow", closeButtonCaption: "closeButtonCaption", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
224
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
225
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostPopover, selector: "post-popover", inputs: { arrow: "arrow", closeButtonCaption: "closeButtonCaption", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
199
226
  };
200
227
  PostPopover = __decorate([
201
228
  ProxyCmp({
@@ -203,7 +230,7 @@ PostPopover = __decorate([
203
230
  methods: ['show', 'hide', 'toggle']
204
231
  })
205
232
  ], PostPopover);
206
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostPopover, decorators: [{
233
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostPopover, decorators: [{
207
234
  type: Component,
208
235
  args: [{
209
236
  selector: 'post-popover',
@@ -212,16 +239,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
212
239
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
213
240
  inputs: ['arrow', 'closeButtonCaption', 'placement'],
214
241
  }]
215
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
242
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
216
243
  let PostPopovercontainer = class PostPopovercontainer {
217
244
  constructor(c, r, z) {
218
245
  this.z = z;
219
246
  c.detach();
220
247
  this.el = r.nativeElement;
221
- proxyOutputs(this, this.el, ['postPopoverToggled']);
248
+ proxyOutputs(this, this.el, ['postToggle']);
222
249
  }
223
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostPopovercontainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
224
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PostPopovercontainer, selector: "post-popovercontainer", inputs: { arrow: "arrow", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
250
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostPopovercontainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
251
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostPopovercontainer, selector: "post-popovercontainer", inputs: { arrow: "arrow", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
225
252
  };
226
253
  PostPopovercontainer = __decorate([
227
254
  ProxyCmp({
@@ -229,7 +256,7 @@ PostPopovercontainer = __decorate([
229
256
  methods: ['show', 'hide', 'toggle']
230
257
  })
231
258
  ], PostPopovercontainer);
232
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostPopovercontainer, decorators: [{
259
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostPopovercontainer, decorators: [{
233
260
  type: Component,
234
261
  args: [{
235
262
  selector: 'post-popovercontainer',
@@ -238,23 +265,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
238
265
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
239
266
  inputs: ['arrow', 'placement'],
240
267
  }]
241
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
268
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
242
269
  let PostRating = class PostRating {
243
270
  constructor(c, r, z) {
244
271
  this.z = z;
245
272
  c.detach();
246
273
  this.el = r.nativeElement;
247
- proxyOutputs(this, this.el, ['input', 'change']);
274
+ proxyOutputs(this, this.el, ['postInput', 'postChange']);
248
275
  }
249
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
250
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PostRating, selector: "post-rating", inputs: { currentRating: "currentRating", label: "label", readonly: "readonly", stars: "stars" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
276
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
277
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostRating, selector: "post-rating", inputs: { currentRating: "currentRating", label: "label", readonly: "readonly", stars: "stars" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
251
278
  };
252
279
  PostRating = __decorate([
253
280
  ProxyCmp({
254
281
  inputs: ['currentRating', 'label', 'readonly', 'stars']
255
282
  })
256
283
  ], PostRating);
257
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostRating, decorators: [{
284
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostRating, decorators: [{
258
285
  type: Component,
259
286
  args: [{
260
287
  selector: 'post-rating',
@@ -263,22 +290,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
263
290
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
264
291
  inputs: ['currentRating', 'label', 'readonly', 'stars'],
265
292
  }]
266
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
293
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
267
294
  let PostTabHeader = class PostTabHeader {
268
295
  constructor(c, r, z) {
269
296
  this.z = z;
270
297
  c.detach();
271
298
  this.el = r.nativeElement;
272
299
  }
273
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostTabHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
274
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PostTabHeader, selector: "post-tab-header", inputs: { panel: "panel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
300
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostTabHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
301
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostTabHeader, selector: "post-tab-header", inputs: { panel: "panel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
275
302
  };
276
303
  PostTabHeader = __decorate([
277
304
  ProxyCmp({
278
305
  inputs: ['panel']
279
306
  })
280
307
  ], PostTabHeader);
281
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostTabHeader, decorators: [{
308
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostTabHeader, decorators: [{
282
309
  type: Component,
283
310
  args: [{
284
311
  selector: 'post-tab-header',
@@ -287,22 +314,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
287
314
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
288
315
  inputs: ['panel'],
289
316
  }]
290
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
317
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
291
318
  let PostTabPanel = class PostTabPanel {
292
319
  constructor(c, r, z) {
293
320
  this.z = z;
294
321
  c.detach();
295
322
  this.el = r.nativeElement;
296
323
  }
297
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostTabPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
298
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PostTabPanel, selector: "post-tab-panel", inputs: { name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
324
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostTabPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
325
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostTabPanel, selector: "post-tab-panel", inputs: { name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
299
326
  };
300
327
  PostTabPanel = __decorate([
301
328
  ProxyCmp({
302
329
  inputs: ['name']
303
330
  })
304
331
  ], PostTabPanel);
305
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostTabPanel, decorators: [{
332
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostTabPanel, decorators: [{
306
333
  type: Component,
307
334
  args: [{
308
335
  selector: 'post-tab-panel',
@@ -311,16 +338,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
311
338
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
312
339
  inputs: ['name'],
313
340
  }]
314
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
341
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
315
342
  let PostTabs = class PostTabs {
316
343
  constructor(c, r, z) {
317
344
  this.z = z;
318
345
  c.detach();
319
346
  this.el = r.nativeElement;
320
- proxyOutputs(this, this.el, ['tabChange']);
347
+ proxyOutputs(this, this.el, ['postChange']);
321
348
  }
322
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
323
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PostTabs, selector: "post-tabs", inputs: { activePanel: "activePanel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
349
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
350
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostTabs, selector: "post-tabs", inputs: { activePanel: "activePanel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
324
351
  };
325
352
  PostTabs = __decorate([
326
353
  ProxyCmp({
@@ -328,7 +355,7 @@ PostTabs = __decorate([
328
355
  methods: ['show']
329
356
  })
330
357
  ], PostTabs);
331
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostTabs, decorators: [{
358
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostTabs, decorators: [{
332
359
  type: Component,
333
360
  args: [{
334
361
  selector: 'post-tabs',
@@ -337,15 +364,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
337
364
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
338
365
  inputs: ['activePanel'],
339
366
  }]
340
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
367
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
368
+ let PostTag = class PostTag {
369
+ constructor(c, r, z) {
370
+ this.z = z;
371
+ c.detach();
372
+ this.el = r.nativeElement;
373
+ }
374
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
375
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostTag, selector: "post-tag", inputs: { icon: "icon", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
376
+ };
377
+ PostTag = __decorate([
378
+ ProxyCmp({
379
+ inputs: ['icon', 'size', 'variant']
380
+ })
381
+ ], PostTag);
382
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostTag, decorators: [{
383
+ type: Component,
384
+ args: [{
385
+ selector: 'post-tag',
386
+ changeDetection: ChangeDetectionStrategy.OnPush,
387
+ template: '<ng-content></ng-content>',
388
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
389
+ inputs: ['icon', 'size', 'variant'],
390
+ }]
391
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
341
392
  let PostTooltip = class PostTooltip {
342
393
  constructor(c, r, z) {
343
394
  this.z = z;
344
395
  c.detach();
345
396
  this.el = r.nativeElement;
346
397
  }
347
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
348
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PostTooltip, selector: "post-tooltip", inputs: { arrow: "arrow", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
398
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
399
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostTooltip, selector: "post-tooltip", inputs: { arrow: "arrow", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
349
400
  };
350
401
  PostTooltip = __decorate([
351
402
  ProxyCmp({
@@ -353,7 +404,7 @@ PostTooltip = __decorate([
353
404
  methods: ['show', 'hide', 'toggle']
354
405
  })
355
406
  ], PostTooltip);
356
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostTooltip, decorators: [{
407
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostTooltip, decorators: [{
357
408
  type: Component,
358
409
  args: [{
359
410
  selector: 'post-tooltip',
@@ -362,12 +413,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
362
413
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
363
414
  inputs: ['arrow', 'placement'],
364
415
  }]
365
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
416
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
366
417
 
367
418
  const DIRECTIVES = [
368
419
  PostAccordion,
369
420
  PostAccordionItem,
370
421
  PostAlert,
422
+ PostCardControl,
371
423
  PostCollapsible,
372
424
  PostIcon,
373
425
  PostPopover,
@@ -376,13 +428,146 @@ const DIRECTIVES = [
376
428
  PostTabHeader,
377
429
  PostTabPanel,
378
430
  PostTabs,
431
+ PostTag,
379
432
  PostTooltip
380
433
  ];
381
434
 
435
+ class ValueAccessor {
436
+ constructor(el) {
437
+ this.el = el;
438
+ this.onChange = () => { };
439
+ this.onTouched = () => { };
440
+ }
441
+ writeValue(value) {
442
+ this.el.nativeElement.value = this.lastValue = value == null ? '' : value;
443
+ }
444
+ handleChangeEvent(value) {
445
+ if (value !== this.lastValue) {
446
+ this.lastValue = value;
447
+ this.onChange(value);
448
+ }
449
+ }
450
+ _handleBlurEvent() {
451
+ this.onTouched();
452
+ }
453
+ registerOnChange(fn) {
454
+ this.onChange = fn;
455
+ }
456
+ registerOnTouched(fn) {
457
+ this.onTouched = fn;
458
+ }
459
+ setDisabledState(isDisabled) {
460
+ this.el.nativeElement.disabled = isDisabled;
461
+ }
462
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
463
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.3", type: ValueAccessor, host: { listeners: { "focusout": "_handleBlurEvent()" } }, ngImport: i0 }); }
464
+ }
465
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: ValueAccessor, decorators: [{
466
+ type: Directive,
467
+ args: [{}]
468
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { _handleBlurEvent: [{
469
+ type: HostListener,
470
+ args: ['focusout']
471
+ }] } });
472
+
473
+ class BooleanValueAccessor extends ValueAccessor {
474
+ constructor(el) {
475
+ super(el);
476
+ }
477
+ writeValue(value) {
478
+ this.el.nativeElement.checked = this.lastValue = value == null ? false : value;
479
+ }
480
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
481
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.3", type: BooleanValueAccessor, selector: "post-card-control[type=\"checkbox\"]", host: { listeners: { "change": "handleChangeEvent($event.target.checked)" } }, providers: [
482
+ {
483
+ provide: NG_VALUE_ACCESSOR,
484
+ useExisting: BooleanValueAccessor,
485
+ multi: true
486
+ }
487
+ ], usesInheritance: true, ngImport: i0 }); }
488
+ }
489
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: BooleanValueAccessor, decorators: [{
490
+ type: Directive,
491
+ args: [{
492
+ /* tslint:disable-next-line:directive-selector */
493
+ selector: 'post-card-control[type="checkbox"]',
494
+ host: {
495
+ '(change)': 'handleChangeEvent($event.target.checked)'
496
+ },
497
+ providers: [
498
+ {
499
+ provide: NG_VALUE_ACCESSOR,
500
+ useExisting: BooleanValueAccessor,
501
+ multi: true
502
+ }
503
+ ]
504
+ }]
505
+ }], ctorParameters: () => [{ type: i0.ElementRef }] });
506
+
507
+ class PostCardControlValueAccessorDirective {
508
+ constructor(el) {
509
+ this.el = el;
510
+ this.onChange = () => {
511
+ /**/
512
+ };
513
+ this.onTouched = () => {
514
+ /**/
515
+ };
516
+ }
517
+ writeValue(value) {
518
+ this.el.nativeElement.checked = this.lastValue =
519
+ this.el.nativeElement.value != value ? false : value;
520
+ }
521
+ handleChangeEvent(value) {
522
+ this.onChange(value);
523
+ }
524
+ _handleBlurEvent() {
525
+ this.onTouched();
526
+ }
527
+ registerOnChange(fn) {
528
+ this.onChange = fn;
529
+ }
530
+ registerOnTouched(fn) {
531
+ this.onTouched = fn;
532
+ }
533
+ setDisabledState(isDisabled) {
534
+ this.el.nativeElement.disabled = isDisabled;
535
+ }
536
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostCardControlValueAccessorDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
537
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.3", type: PostCardControlValueAccessorDirective, selector: "post-card-control[type=\"radio\"]", host: { listeners: { "change": "handleChangeEvent($event.detail.value)", "focusout": "_handleBlurEvent()" } }, providers: [
538
+ {
539
+ provide: NG_VALUE_ACCESSOR,
540
+ useExisting: PostCardControlValueAccessorDirective,
541
+ multi: true,
542
+ },
543
+ ], ngImport: i0 }); }
544
+ }
545
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostCardControlValueAccessorDirective, decorators: [{
546
+ type: Directive,
547
+ args: [{
548
+ /* eslint-disable-next-line @angular-eslint/directive-selector */
549
+ selector: 'post-card-control[type="radio"]',
550
+ providers: [
551
+ {
552
+ provide: NG_VALUE_ACCESSOR,
553
+ useExisting: PostCardControlValueAccessorDirective,
554
+ multi: true,
555
+ },
556
+ ],
557
+ }]
558
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
559
+ type: HostListener,
560
+ args: ['change', ['$event.detail.value']]
561
+ }], _handleBlurEvent: [{
562
+ type: HostListener,
563
+ args: ['focusout']
564
+ }] } });
565
+
566
+ const DECLARATIONS = [...DIRECTIVES, BooleanValueAccessor, PostCardControlValueAccessorDirective];
382
567
  class PostComponentsModule {
383
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
384
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: PostComponentsModule, declarations: [PostAccordion, PostAccordionItem, PostAlert, PostCollapsible, PostIcon, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTooltip], exports: [PostAccordion, PostAccordionItem, PostAlert, PostCollapsible, PostIcon, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTooltip] }); }
385
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostComponentsModule, providers: [
568
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
569
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.3", ngImport: i0, type: PostComponentsModule, declarations: [PostAccordion, PostAccordionItem, PostAlert, PostCardControl, PostCollapsible, PostIcon, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip, BooleanValueAccessor, PostCardControlValueAccessorDirective], exports: [PostAccordion, PostAccordionItem, PostAlert, PostCardControl, PostCollapsible, PostIcon, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip, BooleanValueAccessor, PostCardControlValueAccessorDirective] }); }
570
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostComponentsModule, providers: [
386
571
  {
387
572
  provide: APP_INITIALIZER,
388
573
  useFactory: () => defineCustomElements,
@@ -390,10 +575,11 @@ class PostComponentsModule {
390
575
  },
391
576
  ] }); }
392
577
  }
393
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PostComponentsModule, decorators: [{
578
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostComponentsModule, decorators: [{
394
579
  type: NgModule,
395
580
  args: [{
396
- declarations: [...DIRECTIVES],
581
+ declarations: DECLARATIONS,
582
+ exports: DECLARATIONS,
397
583
  providers: [
398
584
  {
399
585
  provide: APP_INITIALIZER,
@@ -401,7 +587,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
401
587
  multi: true,
402
588
  },
403
589
  ],
404
- exports: [...DIRECTIVES],
405
590
  }]
406
591
  }] });
407
592
 
@@ -413,5 +598,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
413
598
  * Generated bundle index. Do not edit.
414
599
  */
415
600
 
416
- export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAlert, PostCollapsible, PostComponentsModule, PostIcon, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTooltip };
601
+ export { BooleanValueAccessor, DIRECTIVES, PostAccordion, PostAccordionItem, PostAlert, PostCardControl, PostCardControlValueAccessorDirective, PostCollapsible, PostComponentsModule, PostIcon, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip };
417
602
  //# sourceMappingURL=swisspost-design-system-components-angular.mjs.map