@swisspost/design-system-components-angular 2.0.0 → 7.1.0-beta.1
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 +1 -1
- package/esm2022/lib/components.module.mjs +17 -8
- package/esm2022/lib/custom/value-accessors/post-card-control-checkbox-value-accessor.mjs +61 -0
- package/esm2022/lib/custom/value-accessors/post-card-control-radio-value-accessor.mjs +62 -0
- package/esm2022/lib/stencil-generated/angular-component-lib/utils.mjs +1 -1
- package/esm2022/lib/stencil-generated/components.mjs +108 -56
- package/esm2022/lib/stencil-generated/index.mjs +3 -1
- package/esm2022/public-api.mjs +6 -2
- package/fesm2022/swisspost-design-system-components-angular.mjs +241 -64
- package/fesm2022/swisspost-design-system-components-angular.mjs.map +1 -1
- package/lib/components.module.d.ts +3 -1
- package/lib/custom/value-accessors/post-card-control-checkbox-value-accessor.d.ts +18 -0
- package/lib/custom/value-accessors/post-card-control-radio-value-accessor.d.ts +18 -0
- package/lib/stencil-generated/components.d.ts +42 -7
- package/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +6 -6
- package/public-api.d.ts +3 -1
|
@@ -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 {
|
|
6
|
+
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
6
7
|
|
|
7
8
|
/* eslint-disable */
|
|
8
9
|
/* tslint:disable */
|
|
@@ -68,33 +69,33 @@ 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: "
|
|
72
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
72
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", 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.8", type: PostAccordion, selector: "post-accordion", inputs: { headingLevel: "headingLevel", multiple: "multiple" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
73
74
|
};
|
|
74
75
|
PostAccordion = __decorate([
|
|
75
76
|
ProxyCmp({
|
|
76
|
-
inputs: ['multiple'],
|
|
77
|
+
inputs: ['headingLevel', 'multiple'],
|
|
77
78
|
methods: ['toggle', 'expandAll', 'collapseAll']
|
|
78
79
|
})
|
|
79
80
|
], PostAccordion);
|
|
80
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
81
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: PostAccordion, decorators: [{
|
|
81
82
|
type: Component,
|
|
82
83
|
args: [{
|
|
83
84
|
selector: 'post-accordion',
|
|
84
85
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
85
86
|
template: '<ng-content></ng-content>',
|
|
86
87
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
87
|
-
inputs: ['multiple'],
|
|
88
|
+
inputs: ['headingLevel', 'multiple'],
|
|
88
89
|
}]
|
|
89
|
-
}], ctorParameters:
|
|
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: "
|
|
97
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
97
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", 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.8", 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: "
|
|
106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", 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:
|
|
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, ['
|
|
121
|
+
proxyOutputs(this, this.el, ['postDismissed']);
|
|
121
122
|
}
|
|
122
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
123
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
123
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", 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.8", 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: "
|
|
132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", 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:
|
|
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.8", 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.8", 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.8", 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, ['
|
|
173
|
+
proxyOutputs(this, this.el, ['postToggle']);
|
|
147
174
|
}
|
|
148
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
149
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
175
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", 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.8", 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: "
|
|
184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", 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:
|
|
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: "
|
|
174
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
200
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", 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.8", 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: "
|
|
208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", 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:
|
|
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: "
|
|
198
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
224
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", 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.8", 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: "
|
|
233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", 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:
|
|
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, ['
|
|
248
|
+
proxyOutputs(this, this.el, ['postToggle']);
|
|
222
249
|
}
|
|
223
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
224
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
250
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", 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.8", 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: "
|
|
259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", 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:
|
|
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, ['
|
|
274
|
+
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
248
275
|
}
|
|
249
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
250
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
276
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", 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.8", 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: "
|
|
284
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", 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:
|
|
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: "
|
|
274
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
300
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", 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.8", 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: "
|
|
308
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", 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:
|
|
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: "
|
|
298
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
324
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", 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.8", 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: "
|
|
332
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", 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:
|
|
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, ['
|
|
347
|
+
proxyOutputs(this, this.el, ['postChange']);
|
|
321
348
|
}
|
|
322
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
323
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
349
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", 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.8", 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: "
|
|
358
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", 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:
|
|
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.8", 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.8", 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.8", 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: "
|
|
348
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
398
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", 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.8", 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: "
|
|
407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", 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:
|
|
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,138 @@ const DIRECTIVES = [
|
|
|
376
428
|
PostTabHeader,
|
|
377
429
|
PostTabPanel,
|
|
378
430
|
PostTabs,
|
|
431
|
+
PostTag,
|
|
379
432
|
PostTooltip
|
|
380
433
|
];
|
|
381
434
|
|
|
435
|
+
class PostCardControlCheckboxValueAccessorDirective {
|
|
436
|
+
constructor(el) {
|
|
437
|
+
this.el = el;
|
|
438
|
+
this.onChange = () => {
|
|
439
|
+
/**/
|
|
440
|
+
};
|
|
441
|
+
this.onTouched = () => {
|
|
442
|
+
/**/
|
|
443
|
+
};
|
|
444
|
+
}
|
|
445
|
+
writeValue(value) {
|
|
446
|
+
this.el.nativeElement.checked = this.lastValue = value === null ? false : value;
|
|
447
|
+
}
|
|
448
|
+
handleChangeEvent(value) {
|
|
449
|
+
this.onChange(value);
|
|
450
|
+
}
|
|
451
|
+
_handleBlurEvent() {
|
|
452
|
+
this.onTouched();
|
|
453
|
+
}
|
|
454
|
+
registerOnChange(fn) {
|
|
455
|
+
this.onChange = fn;
|
|
456
|
+
}
|
|
457
|
+
registerOnTouched(fn) {
|
|
458
|
+
this.onTouched = fn;
|
|
459
|
+
}
|
|
460
|
+
setDisabledState(isDisabled) {
|
|
461
|
+
this.el.nativeElement.disabled = isDisabled;
|
|
462
|
+
}
|
|
463
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: PostCardControlCheckboxValueAccessorDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
464
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.8", type: PostCardControlCheckboxValueAccessorDirective, selector: "post-card-control[type=\"checkbox\"]", host: { listeners: { "postChange": "handleChangeEvent($event.detail.state)", "focusout": "_handleBlurEvent()" } }, providers: [
|
|
465
|
+
{
|
|
466
|
+
provide: NG_VALUE_ACCESSOR,
|
|
467
|
+
useExisting: PostCardControlCheckboxValueAccessorDirective,
|
|
468
|
+
multi: true,
|
|
469
|
+
},
|
|
470
|
+
], ngImport: i0 }); }
|
|
471
|
+
}
|
|
472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: PostCardControlCheckboxValueAccessorDirective, decorators: [{
|
|
473
|
+
type: Directive,
|
|
474
|
+
args: [{
|
|
475
|
+
/* eslint-disable-next-line @angular-eslint/directive-selector */
|
|
476
|
+
selector: 'post-card-control[type="checkbox"]',
|
|
477
|
+
providers: [
|
|
478
|
+
{
|
|
479
|
+
provide: NG_VALUE_ACCESSOR,
|
|
480
|
+
useExisting: PostCardControlCheckboxValueAccessorDirective,
|
|
481
|
+
multi: true,
|
|
482
|
+
},
|
|
483
|
+
],
|
|
484
|
+
}]
|
|
485
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
486
|
+
type: HostListener,
|
|
487
|
+
args: ['postChange', ['$event.detail.state']]
|
|
488
|
+
}], _handleBlurEvent: [{
|
|
489
|
+
type: HostListener,
|
|
490
|
+
args: ['focusout']
|
|
491
|
+
}] } });
|
|
492
|
+
|
|
493
|
+
class PostCardControlRadioValueAccessorDirective {
|
|
494
|
+
constructor(el) {
|
|
495
|
+
this.el = el;
|
|
496
|
+
this.onChange = () => {
|
|
497
|
+
/**/
|
|
498
|
+
};
|
|
499
|
+
this.onTouched = () => {
|
|
500
|
+
/**/
|
|
501
|
+
};
|
|
502
|
+
}
|
|
503
|
+
writeValue(value) {
|
|
504
|
+
this.el.nativeElement.checked = this.lastValue =
|
|
505
|
+
this.el.nativeElement.value != value ? false : value;
|
|
506
|
+
}
|
|
507
|
+
handleChangeEvent(value) {
|
|
508
|
+
this.onChange(value);
|
|
509
|
+
}
|
|
510
|
+
_handleBlurEvent() {
|
|
511
|
+
this.onTouched();
|
|
512
|
+
}
|
|
513
|
+
registerOnChange(fn) {
|
|
514
|
+
this.onChange = fn;
|
|
515
|
+
}
|
|
516
|
+
registerOnTouched(fn) {
|
|
517
|
+
this.onTouched = fn;
|
|
518
|
+
}
|
|
519
|
+
setDisabledState(isDisabled) {
|
|
520
|
+
this.el.nativeElement.disabled = isDisabled;
|
|
521
|
+
}
|
|
522
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: PostCardControlRadioValueAccessorDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
523
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.8", type: PostCardControlRadioValueAccessorDirective, selector: "post-card-control[type=\"radio\"]", host: { listeners: { "postChange": "handleChangeEvent($event.detail.value)", "focusout": "_handleBlurEvent()" } }, providers: [
|
|
524
|
+
{
|
|
525
|
+
provide: NG_VALUE_ACCESSOR,
|
|
526
|
+
useExisting: PostCardControlRadioValueAccessorDirective,
|
|
527
|
+
multi: true,
|
|
528
|
+
},
|
|
529
|
+
], ngImport: i0 }); }
|
|
530
|
+
}
|
|
531
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: PostCardControlRadioValueAccessorDirective, decorators: [{
|
|
532
|
+
type: Directive,
|
|
533
|
+
args: [{
|
|
534
|
+
/* eslint-disable-next-line @angular-eslint/directive-selector */
|
|
535
|
+
selector: 'post-card-control[type="radio"]',
|
|
536
|
+
providers: [
|
|
537
|
+
{
|
|
538
|
+
provide: NG_VALUE_ACCESSOR,
|
|
539
|
+
useExisting: PostCardControlRadioValueAccessorDirective,
|
|
540
|
+
multi: true,
|
|
541
|
+
},
|
|
542
|
+
],
|
|
543
|
+
}]
|
|
544
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
545
|
+
type: HostListener,
|
|
546
|
+
args: ['postChange', ['$event.detail.value']]
|
|
547
|
+
}], _handleBlurEvent: [{
|
|
548
|
+
type: HostListener,
|
|
549
|
+
args: ['focusout']
|
|
550
|
+
}] } });
|
|
551
|
+
|
|
552
|
+
const DECLARATIONS = [
|
|
553
|
+
...DIRECTIVES,
|
|
554
|
+
PostCardControlCheckboxValueAccessorDirective,
|
|
555
|
+
PostCardControlRadioValueAccessorDirective,
|
|
556
|
+
];
|
|
382
557
|
class PostComponentsModule {
|
|
383
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
384
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
385
|
-
|
|
558
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: PostComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
559
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: PostComponentsModule, declarations: [PostAccordion, PostAccordionItem, PostAlert, PostCardControl, PostCollapsible, PostIcon, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip, PostCardControlCheckboxValueAccessorDirective,
|
|
560
|
+
PostCardControlRadioValueAccessorDirective], exports: [PostAccordion, PostAccordionItem, PostAlert, PostCardControl, PostCollapsible, PostIcon, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip, PostCardControlCheckboxValueAccessorDirective,
|
|
561
|
+
PostCardControlRadioValueAccessorDirective] }); }
|
|
562
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: PostComponentsModule, providers: [
|
|
386
563
|
{
|
|
387
564
|
provide: APP_INITIALIZER,
|
|
388
565
|
useFactory: () => defineCustomElements,
|
|
@@ -390,10 +567,11 @@ class PostComponentsModule {
|
|
|
390
567
|
},
|
|
391
568
|
] }); }
|
|
392
569
|
}
|
|
393
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: PostComponentsModule, decorators: [{
|
|
394
571
|
type: NgModule,
|
|
395
572
|
args: [{
|
|
396
|
-
declarations:
|
|
573
|
+
declarations: DECLARATIONS,
|
|
574
|
+
exports: DECLARATIONS,
|
|
397
575
|
providers: [
|
|
398
576
|
{
|
|
399
577
|
provide: APP_INITIALIZER,
|
|
@@ -401,7 +579,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
401
579
|
multi: true,
|
|
402
580
|
},
|
|
403
581
|
],
|
|
404
|
-
exports: [...DIRECTIVES],
|
|
405
582
|
}]
|
|
406
583
|
}] });
|
|
407
584
|
|
|
@@ -413,5 +590,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
413
590
|
* Generated bundle index. Do not edit.
|
|
414
591
|
*/
|
|
415
592
|
|
|
416
|
-
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAlert, PostCollapsible, PostComponentsModule, PostIcon, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTooltip };
|
|
593
|
+
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAlert, PostCardControl, PostCardControlCheckboxValueAccessorDirective, PostCardControlRadioValueAccessorDirective, PostCollapsible, PostComponentsModule, PostIcon, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip };
|
|
417
594
|
//# sourceMappingURL=swisspost-design-system-components-angular.mjs.map
|