@swisspost/design-system-components-angular 9.0.0-next.6 → 9.0.0-next.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components.module.mjs +6 -6
- package/esm2022/lib/custom/value-accessors/post-card-control-checkbox-value-accessor.mjs +3 -3
- package/esm2022/lib/custom/value-accessors/post-card-control-radio-value-accessor.mjs +3 -3
- package/esm2022/lib/stencil-generated/components.mjs +138 -88
- package/esm2022/lib/stencil-generated/index.mjs +3 -1
- package/fesm2022/swisspost-design-system-components-angular.mjs +149 -99
- package/fesm2022/swisspost-design-system-components-angular.mjs.map +1 -1
- package/lib/components.module.d.ts +1 -1
- package/lib/stencil-generated/components.d.ts +18 -0
- package/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -69,8 +69,8 @@ let PostAccordion = class PostAccordion {
|
|
|
69
69
|
c.detach();
|
|
70
70
|
this.el = r.nativeElement;
|
|
71
71
|
}
|
|
72
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
73
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
72
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
73
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostAccordion, selector: "post-accordion", inputs: { headingLevel: "headingLevel", multiple: "multiple" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
74
74
|
};
|
|
75
75
|
PostAccordion = __decorate([
|
|
76
76
|
ProxyCmp({
|
|
@@ -78,7 +78,7 @@ PostAccordion = __decorate([
|
|
|
78
78
|
methods: ['toggle', 'expandAll', 'collapseAll']
|
|
79
79
|
})
|
|
80
80
|
], PostAccordion);
|
|
81
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
81
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostAccordion, decorators: [{
|
|
82
82
|
type: Component,
|
|
83
83
|
args: [{
|
|
84
84
|
selector: 'post-accordion',
|
|
@@ -94,8 +94,8 @@ let PostAccordionItem = class PostAccordionItem {
|
|
|
94
94
|
c.detach();
|
|
95
95
|
this.el = r.nativeElement;
|
|
96
96
|
}
|
|
97
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
98
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
97
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
98
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostAccordionItem, selector: "post-accordion-item", inputs: { collapsed: "collapsed", headingLevel: "headingLevel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
99
99
|
};
|
|
100
100
|
PostAccordionItem = __decorate([
|
|
101
101
|
ProxyCmp({
|
|
@@ -103,7 +103,7 @@ PostAccordionItem = __decorate([
|
|
|
103
103
|
methods: ['toggle']
|
|
104
104
|
})
|
|
105
105
|
], PostAccordionItem);
|
|
106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostAccordionItem, decorators: [{
|
|
107
107
|
type: Component,
|
|
108
108
|
args: [{
|
|
109
109
|
selector: 'post-accordion-item',
|
|
@@ -119,15 +119,15 @@ let PostAvatar = class PostAvatar {
|
|
|
119
119
|
c.detach();
|
|
120
120
|
this.el = r.nativeElement;
|
|
121
121
|
}
|
|
122
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
123
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
122
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostAvatar, 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: "18.2.13", type: PostAvatar, selector: "post-avatar", inputs: { email: "email", firstname: "firstname", lastname: "lastname", userid: "userid" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
124
124
|
};
|
|
125
125
|
PostAvatar = __decorate([
|
|
126
126
|
ProxyCmp({
|
|
127
127
|
inputs: ['email', 'firstname', 'lastname', 'userid']
|
|
128
128
|
})
|
|
129
129
|
], PostAvatar);
|
|
130
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostAvatar, decorators: [{
|
|
131
131
|
type: Component,
|
|
132
132
|
args: [{
|
|
133
133
|
selector: 'post-avatar',
|
|
@@ -137,6 +137,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
|
|
|
137
137
|
inputs: ['email', 'firstname', 'lastname', 'userid'],
|
|
138
138
|
}]
|
|
139
139
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
140
|
+
let PostBackToTop = class PostBackToTop {
|
|
141
|
+
constructor(c, r, z) {
|
|
142
|
+
this.z = z;
|
|
143
|
+
c.detach();
|
|
144
|
+
this.el = r.nativeElement;
|
|
145
|
+
}
|
|
146
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostBackToTop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
147
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostBackToTop, selector: "post-back-to-top", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
148
|
+
};
|
|
149
|
+
PostBackToTop = __decorate([
|
|
150
|
+
ProxyCmp({
|
|
151
|
+
inputs: ['label']
|
|
152
|
+
})
|
|
153
|
+
], PostBackToTop);
|
|
154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostBackToTop, decorators: [{
|
|
155
|
+
type: Component,
|
|
156
|
+
args: [{
|
|
157
|
+
selector: 'post-back-to-top',
|
|
158
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
159
|
+
template: '<ng-content></ng-content>',
|
|
160
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
161
|
+
inputs: ['label'],
|
|
162
|
+
}]
|
|
163
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
140
164
|
let PostBanner = class PostBanner {
|
|
141
165
|
constructor(c, r, z) {
|
|
142
166
|
this.z = z;
|
|
@@ -144,8 +168,8 @@ let PostBanner = class PostBanner {
|
|
|
144
168
|
this.el = r.nativeElement;
|
|
145
169
|
proxyOutputs(this, this.el, ['postDismissed']);
|
|
146
170
|
}
|
|
147
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
148
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
171
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
172
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostBanner, selector: "post-banner", inputs: { dismissLabel: "dismissLabel", dismissible: "dismissible", icon: "icon", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
149
173
|
};
|
|
150
174
|
PostBanner = __decorate([
|
|
151
175
|
ProxyCmp({
|
|
@@ -153,7 +177,7 @@ PostBanner = __decorate([
|
|
|
153
177
|
methods: ['dismiss']
|
|
154
178
|
})
|
|
155
179
|
], PostBanner);
|
|
156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostBanner, decorators: [{
|
|
157
181
|
type: Component,
|
|
158
182
|
args: [{
|
|
159
183
|
selector: 'post-banner',
|
|
@@ -169,15 +193,15 @@ let PostBreadcrumbItem = class PostBreadcrumbItem {
|
|
|
169
193
|
c.detach();
|
|
170
194
|
this.el = r.nativeElement;
|
|
171
195
|
}
|
|
172
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
173
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
196
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
197
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostBreadcrumbItem, selector: "post-breadcrumb-item", inputs: { url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
174
198
|
};
|
|
175
199
|
PostBreadcrumbItem = __decorate([
|
|
176
200
|
ProxyCmp({
|
|
177
201
|
inputs: ['url']
|
|
178
202
|
})
|
|
179
203
|
], PostBreadcrumbItem);
|
|
180
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostBreadcrumbItem, decorators: [{
|
|
181
205
|
type: Component,
|
|
182
206
|
args: [{
|
|
183
207
|
selector: 'post-breadcrumb-item',
|
|
@@ -194,8 +218,8 @@ let PostCardControl = class PostCardControl {
|
|
|
194
218
|
this.el = r.nativeElement;
|
|
195
219
|
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
196
220
|
}
|
|
197
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
198
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
221
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostCardControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
222
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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 }); }
|
|
199
223
|
};
|
|
200
224
|
PostCardControl = __decorate([
|
|
201
225
|
ProxyCmp({
|
|
@@ -203,7 +227,7 @@ PostCardControl = __decorate([
|
|
|
203
227
|
methods: ['reset', 'groupReset']
|
|
204
228
|
})
|
|
205
229
|
], PostCardControl);
|
|
206
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostCardControl, decorators: [{
|
|
207
231
|
type: Component,
|
|
208
232
|
args: [{
|
|
209
233
|
selector: 'post-card-control',
|
|
@@ -219,13 +243,13 @@ let PostClosebutton = class PostClosebutton {
|
|
|
219
243
|
c.detach();
|
|
220
244
|
this.el = r.nativeElement;
|
|
221
245
|
}
|
|
222
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
223
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
246
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostClosebutton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
247
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostClosebutton, selector: "post-closebutton", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
224
248
|
};
|
|
225
249
|
PostClosebutton = __decorate([
|
|
226
250
|
ProxyCmp({})
|
|
227
251
|
], PostClosebutton);
|
|
228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
252
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostClosebutton, decorators: [{
|
|
229
253
|
type: Component,
|
|
230
254
|
args: [{
|
|
231
255
|
selector: 'post-closebutton',
|
|
@@ -242,8 +266,8 @@ let PostCollapsible = class PostCollapsible {
|
|
|
242
266
|
this.el = r.nativeElement;
|
|
243
267
|
proxyOutputs(this, this.el, ['postToggle']);
|
|
244
268
|
}
|
|
245
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
246
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
269
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostCollapsible, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
270
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostCollapsible, selector: "post-collapsible", inputs: { collapsed: "collapsed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
247
271
|
};
|
|
248
272
|
PostCollapsible = __decorate([
|
|
249
273
|
ProxyCmp({
|
|
@@ -251,7 +275,7 @@ PostCollapsible = __decorate([
|
|
|
251
275
|
methods: ['toggle']
|
|
252
276
|
})
|
|
253
277
|
], PostCollapsible);
|
|
254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostCollapsible, decorators: [{
|
|
255
279
|
type: Component,
|
|
256
280
|
args: [{
|
|
257
281
|
selector: 'post-collapsible',
|
|
@@ -267,8 +291,8 @@ let PostCollapsibleTrigger = class PostCollapsibleTrigger {
|
|
|
267
291
|
c.detach();
|
|
268
292
|
this.el = r.nativeElement;
|
|
269
293
|
}
|
|
270
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
271
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
294
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostCollapsibleTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
295
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostCollapsibleTrigger, selector: "post-collapsible-trigger", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
272
296
|
};
|
|
273
297
|
PostCollapsibleTrigger = __decorate([
|
|
274
298
|
ProxyCmp({
|
|
@@ -276,7 +300,7 @@ PostCollapsibleTrigger = __decorate([
|
|
|
276
300
|
methods: ['update']
|
|
277
301
|
})
|
|
278
302
|
], PostCollapsibleTrigger);
|
|
279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
303
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostCollapsibleTrigger, decorators: [{
|
|
280
304
|
type: Component,
|
|
281
305
|
args: [{
|
|
282
306
|
selector: 'post-collapsible-trigger',
|
|
@@ -292,13 +316,13 @@ let PostHeader = class PostHeader {
|
|
|
292
316
|
c.detach();
|
|
293
317
|
this.el = r.nativeElement;
|
|
294
318
|
}
|
|
295
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
296
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
319
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
320
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostHeader, selector: "post-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
297
321
|
};
|
|
298
322
|
PostHeader = __decorate([
|
|
299
323
|
ProxyCmp({})
|
|
300
324
|
], PostHeader);
|
|
301
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostHeader, decorators: [{
|
|
302
326
|
type: Component,
|
|
303
327
|
args: [{
|
|
304
328
|
selector: 'post-header',
|
|
@@ -314,15 +338,15 @@ let PostIcon = class PostIcon {
|
|
|
314
338
|
c.detach();
|
|
315
339
|
this.el = r.nativeElement;
|
|
316
340
|
}
|
|
317
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
318
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
341
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
342
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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 }); }
|
|
319
343
|
};
|
|
320
344
|
PostIcon = __decorate([
|
|
321
345
|
ProxyCmp({
|
|
322
346
|
inputs: ['animation', 'base', 'flipH', 'flipV', 'name', 'rotate', 'scale']
|
|
323
347
|
})
|
|
324
348
|
], PostIcon);
|
|
325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
349
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostIcon, decorators: [{
|
|
326
350
|
type: Component,
|
|
327
351
|
args: [{
|
|
328
352
|
selector: 'post-icon',
|
|
@@ -339,8 +363,8 @@ let PostLanguageOption = class PostLanguageOption {
|
|
|
339
363
|
this.el = r.nativeElement;
|
|
340
364
|
proxyOutputs(this, this.el, ['postChange']);
|
|
341
365
|
}
|
|
342
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
343
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
366
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostLanguageOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
367
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostLanguageOption, selector: "post-language-option", inputs: { active: "active", code: "code", name: "name", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
344
368
|
};
|
|
345
369
|
PostLanguageOption = __decorate([
|
|
346
370
|
ProxyCmp({
|
|
@@ -348,7 +372,7 @@ PostLanguageOption = __decorate([
|
|
|
348
372
|
methods: ['select']
|
|
349
373
|
})
|
|
350
374
|
], PostLanguageOption);
|
|
351
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
375
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostLanguageOption, decorators: [{
|
|
352
376
|
type: Component,
|
|
353
377
|
args: [{
|
|
354
378
|
selector: 'post-language-option',
|
|
@@ -364,15 +388,15 @@ let PostList = class PostList {
|
|
|
364
388
|
c.detach();
|
|
365
389
|
this.el = r.nativeElement;
|
|
366
390
|
}
|
|
367
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
368
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
391
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
392
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostList, selector: "post-list", inputs: { horizontal: "horizontal", titleHidden: "titleHidden" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
369
393
|
};
|
|
370
394
|
PostList = __decorate([
|
|
371
395
|
ProxyCmp({
|
|
372
396
|
inputs: ['horizontal', 'titleHidden']
|
|
373
397
|
})
|
|
374
398
|
], PostList);
|
|
375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostList, decorators: [{
|
|
376
400
|
type: Component,
|
|
377
401
|
args: [{
|
|
378
402
|
selector: 'post-list',
|
|
@@ -388,13 +412,13 @@ let PostListItem = class PostListItem {
|
|
|
388
412
|
c.detach();
|
|
389
413
|
this.el = r.nativeElement;
|
|
390
414
|
}
|
|
391
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
392
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
415
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
416
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostListItem, selector: "post-list-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
393
417
|
};
|
|
394
418
|
PostListItem = __decorate([
|
|
395
419
|
ProxyCmp({})
|
|
396
420
|
], PostListItem);
|
|
397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostListItem, decorators: [{
|
|
398
422
|
type: Component,
|
|
399
423
|
args: [{
|
|
400
424
|
selector: 'post-list-item',
|
|
@@ -410,15 +434,15 @@ let PostLogo = class PostLogo {
|
|
|
410
434
|
c.detach();
|
|
411
435
|
this.el = r.nativeElement;
|
|
412
436
|
}
|
|
413
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
414
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
437
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
438
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostLogo, selector: "post-logo", inputs: { url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
415
439
|
};
|
|
416
440
|
PostLogo = __decorate([
|
|
417
441
|
ProxyCmp({
|
|
418
442
|
inputs: ['url']
|
|
419
443
|
})
|
|
420
444
|
], PostLogo);
|
|
421
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostLogo, decorators: [{
|
|
422
446
|
type: Component,
|
|
423
447
|
args: [{
|
|
424
448
|
selector: 'post-logo',
|
|
@@ -435,13 +459,13 @@ let PostMainnavigation = class PostMainnavigation {
|
|
|
435
459
|
this.el = r.nativeElement;
|
|
436
460
|
proxyOutputs(this, this.el, ['postToggle']);
|
|
437
461
|
}
|
|
438
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
439
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
462
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMainnavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
463
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostMainnavigation, selector: "post-mainnavigation", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
440
464
|
};
|
|
441
465
|
PostMainnavigation = __decorate([
|
|
442
466
|
ProxyCmp({})
|
|
443
467
|
], PostMainnavigation);
|
|
444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
468
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMainnavigation, decorators: [{
|
|
445
469
|
type: Component,
|
|
446
470
|
args: [{
|
|
447
471
|
selector: 'post-mainnavigation',
|
|
@@ -457,15 +481,15 @@ let PostMegadropdown = class PostMegadropdown {
|
|
|
457
481
|
c.detach();
|
|
458
482
|
this.el = r.nativeElement;
|
|
459
483
|
}
|
|
460
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
461
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
484
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMegadropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
485
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostMegadropdown, selector: "post-megadropdown", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
462
486
|
};
|
|
463
487
|
PostMegadropdown = __decorate([
|
|
464
488
|
ProxyCmp({
|
|
465
489
|
methods: ['show', 'hide', 'toggle']
|
|
466
490
|
})
|
|
467
491
|
], PostMegadropdown);
|
|
468
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMegadropdown, decorators: [{
|
|
469
493
|
type: Component,
|
|
470
494
|
args: [{
|
|
471
495
|
selector: 'post-megadropdown',
|
|
@@ -482,13 +506,13 @@ let PostMegadropdownTrigger = class PostMegadropdownTrigger {
|
|
|
482
506
|
this.el = r.nativeElement;
|
|
483
507
|
proxyOutputs(this, this.el, ['postToggle']);
|
|
484
508
|
}
|
|
485
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
486
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
509
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMegadropdownTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
510
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostMegadropdownTrigger, selector: "post-megadropdown-trigger", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
487
511
|
};
|
|
488
512
|
PostMegadropdownTrigger = __decorate([
|
|
489
513
|
ProxyCmp({})
|
|
490
514
|
], PostMegadropdownTrigger);
|
|
491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
515
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMegadropdownTrigger, decorators: [{
|
|
492
516
|
type: Component,
|
|
493
517
|
args: [{
|
|
494
518
|
selector: 'post-megadropdown-trigger',
|
|
@@ -505,8 +529,8 @@ let PostMenu = class PostMenu {
|
|
|
505
529
|
this.el = r.nativeElement;
|
|
506
530
|
proxyOutputs(this, this.el, ['toggleMenu']);
|
|
507
531
|
}
|
|
508
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
509
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
532
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
533
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostMenu, selector: "post-menu", inputs: { placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
510
534
|
};
|
|
511
535
|
PostMenu = __decorate([
|
|
512
536
|
ProxyCmp({
|
|
@@ -514,7 +538,7 @@ PostMenu = __decorate([
|
|
|
514
538
|
methods: ['toggle', 'show', 'hide']
|
|
515
539
|
})
|
|
516
540
|
], PostMenu);
|
|
517
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
541
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMenu, decorators: [{
|
|
518
542
|
type: Component,
|
|
519
543
|
args: [{
|
|
520
544
|
selector: 'post-menu',
|
|
@@ -530,13 +554,13 @@ let PostMenuItem = class PostMenuItem {
|
|
|
530
554
|
c.detach();
|
|
531
555
|
this.el = r.nativeElement;
|
|
532
556
|
}
|
|
533
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
534
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
557
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
558
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostMenuItem, selector: "post-menu-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
535
559
|
};
|
|
536
560
|
PostMenuItem = __decorate([
|
|
537
561
|
ProxyCmp({})
|
|
538
562
|
], PostMenuItem);
|
|
539
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMenuItem, decorators: [{
|
|
540
564
|
type: Component,
|
|
541
565
|
args: [{
|
|
542
566
|
selector: 'post-menu-item',
|
|
@@ -552,15 +576,15 @@ let PostMenuTrigger = class PostMenuTrigger {
|
|
|
552
576
|
c.detach();
|
|
553
577
|
this.el = r.nativeElement;
|
|
554
578
|
}
|
|
555
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
556
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
579
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMenuTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
580
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostMenuTrigger, selector: "post-menu-trigger", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
557
581
|
};
|
|
558
582
|
PostMenuTrigger = __decorate([
|
|
559
583
|
ProxyCmp({
|
|
560
584
|
inputs: ['for']
|
|
561
585
|
})
|
|
562
586
|
], PostMenuTrigger);
|
|
563
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMenuTrigger, decorators: [{
|
|
564
588
|
type: Component,
|
|
565
589
|
args: [{
|
|
566
590
|
selector: 'post-menu-trigger',
|
|
@@ -576,8 +600,8 @@ let PostPopover = class PostPopover {
|
|
|
576
600
|
c.detach();
|
|
577
601
|
this.el = r.nativeElement;
|
|
578
602
|
}
|
|
579
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
580
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
603
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
604
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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 }); }
|
|
581
605
|
};
|
|
582
606
|
PostPopover = __decorate([
|
|
583
607
|
ProxyCmp({
|
|
@@ -585,7 +609,7 @@ PostPopover = __decorate([
|
|
|
585
609
|
methods: ['show', 'hide', 'toggle']
|
|
586
610
|
})
|
|
587
611
|
], PostPopover);
|
|
588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
612
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostPopover, decorators: [{
|
|
589
613
|
type: Component,
|
|
590
614
|
args: [{
|
|
591
615
|
selector: 'post-popover',
|
|
@@ -602,8 +626,8 @@ let PostPopovercontainer = class PostPopovercontainer {
|
|
|
602
626
|
this.el = r.nativeElement;
|
|
603
627
|
proxyOutputs(this, this.el, ['postToggle']);
|
|
604
628
|
}
|
|
605
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
606
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
629
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostPopovercontainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
630
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostPopovercontainer, selector: "post-popovercontainer", inputs: { arrow: "arrow", edgeGap: "edgeGap", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
607
631
|
};
|
|
608
632
|
PostPopovercontainer = __decorate([
|
|
609
633
|
ProxyCmp({
|
|
@@ -611,7 +635,7 @@ PostPopovercontainer = __decorate([
|
|
|
611
635
|
methods: ['show', 'hide', 'toggle']
|
|
612
636
|
})
|
|
613
637
|
], PostPopovercontainer);
|
|
614
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
638
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostPopovercontainer, decorators: [{
|
|
615
639
|
type: Component,
|
|
616
640
|
args: [{
|
|
617
641
|
selector: 'post-popovercontainer',
|
|
@@ -628,15 +652,15 @@ let PostRating = class PostRating {
|
|
|
628
652
|
this.el = r.nativeElement;
|
|
629
653
|
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
630
654
|
}
|
|
631
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
632
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
655
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
656
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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 }); }
|
|
633
657
|
};
|
|
634
658
|
PostRating = __decorate([
|
|
635
659
|
ProxyCmp({
|
|
636
660
|
inputs: ['currentRating', 'label', 'readonly', 'stars']
|
|
637
661
|
})
|
|
638
662
|
], PostRating);
|
|
639
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
663
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostRating, decorators: [{
|
|
640
664
|
type: Component,
|
|
641
665
|
args: [{
|
|
642
666
|
selector: 'post-rating',
|
|
@@ -652,15 +676,15 @@ let PostTabHeader = class PostTabHeader {
|
|
|
652
676
|
c.detach();
|
|
653
677
|
this.el = r.nativeElement;
|
|
654
678
|
}
|
|
655
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
656
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
679
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTabHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
680
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostTabHeader, selector: "post-tab-header", inputs: { panel: "panel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
657
681
|
};
|
|
658
682
|
PostTabHeader = __decorate([
|
|
659
683
|
ProxyCmp({
|
|
660
684
|
inputs: ['panel']
|
|
661
685
|
})
|
|
662
686
|
], PostTabHeader);
|
|
663
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
687
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTabHeader, decorators: [{
|
|
664
688
|
type: Component,
|
|
665
689
|
args: [{
|
|
666
690
|
selector: 'post-tab-header',
|
|
@@ -676,15 +700,15 @@ let PostTabPanel = class PostTabPanel {
|
|
|
676
700
|
c.detach();
|
|
677
701
|
this.el = r.nativeElement;
|
|
678
702
|
}
|
|
679
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
680
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
703
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTabPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
704
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostTabPanel, selector: "post-tab-panel", inputs: { name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
681
705
|
};
|
|
682
706
|
PostTabPanel = __decorate([
|
|
683
707
|
ProxyCmp({
|
|
684
708
|
inputs: ['name']
|
|
685
709
|
})
|
|
686
710
|
], PostTabPanel);
|
|
687
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
711
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTabPanel, decorators: [{
|
|
688
712
|
type: Component,
|
|
689
713
|
args: [{
|
|
690
714
|
selector: 'post-tab-panel',
|
|
@@ -701,8 +725,8 @@ let PostTabs = class PostTabs {
|
|
|
701
725
|
this.el = r.nativeElement;
|
|
702
726
|
proxyOutputs(this, this.el, ['postChange']);
|
|
703
727
|
}
|
|
704
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
705
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
728
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
729
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostTabs, selector: "post-tabs", inputs: { activePanel: "activePanel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
706
730
|
};
|
|
707
731
|
PostTabs = __decorate([
|
|
708
732
|
ProxyCmp({
|
|
@@ -710,7 +734,7 @@ PostTabs = __decorate([
|
|
|
710
734
|
methods: ['show']
|
|
711
735
|
})
|
|
712
736
|
], PostTabs);
|
|
713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
737
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTabs, decorators: [{
|
|
714
738
|
type: Component,
|
|
715
739
|
args: [{
|
|
716
740
|
selector: 'post-tabs',
|
|
@@ -726,15 +750,15 @@ let PostTag = class PostTag {
|
|
|
726
750
|
c.detach();
|
|
727
751
|
this.el = r.nativeElement;
|
|
728
752
|
}
|
|
729
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
730
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
753
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
754
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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 }); }
|
|
731
755
|
};
|
|
732
756
|
PostTag = __decorate([
|
|
733
757
|
ProxyCmp({
|
|
734
758
|
inputs: ['icon', 'size', 'variant']
|
|
735
759
|
})
|
|
736
760
|
], PostTag);
|
|
737
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
761
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTag, decorators: [{
|
|
738
762
|
type: Component,
|
|
739
763
|
args: [{
|
|
740
764
|
selector: 'post-tag',
|
|
@@ -744,14 +768,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
|
|
|
744
768
|
inputs: ['icon', 'size', 'variant'],
|
|
745
769
|
}]
|
|
746
770
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
771
|
+
let PostTogglebutton = class PostTogglebutton {
|
|
772
|
+
constructor(c, r, z) {
|
|
773
|
+
this.z = z;
|
|
774
|
+
c.detach();
|
|
775
|
+
this.el = r.nativeElement;
|
|
776
|
+
}
|
|
777
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTogglebutton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
778
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostTogglebutton, selector: "post-togglebutton", inputs: { toggled: "toggled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
779
|
+
};
|
|
780
|
+
PostTogglebutton = __decorate([
|
|
781
|
+
ProxyCmp({
|
|
782
|
+
inputs: ['toggled']
|
|
783
|
+
})
|
|
784
|
+
], PostTogglebutton);
|
|
785
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTogglebutton, decorators: [{
|
|
786
|
+
type: Component,
|
|
787
|
+
args: [{
|
|
788
|
+
selector: 'post-togglebutton',
|
|
789
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
790
|
+
template: '<ng-content></ng-content>',
|
|
791
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
792
|
+
inputs: ['toggled'],
|
|
793
|
+
}]
|
|
794
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
747
795
|
let PostTooltip = class PostTooltip {
|
|
748
796
|
constructor(c, r, z) {
|
|
749
797
|
this.z = z;
|
|
750
798
|
c.detach();
|
|
751
799
|
this.el = r.nativeElement;
|
|
752
800
|
}
|
|
753
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
754
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
801
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
802
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostTooltip, selector: "post-tooltip", inputs: { arrow: "arrow", delayed: "delayed", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
755
803
|
};
|
|
756
804
|
PostTooltip = __decorate([
|
|
757
805
|
ProxyCmp({
|
|
@@ -759,7 +807,7 @@ PostTooltip = __decorate([
|
|
|
759
807
|
methods: ['show', 'hide', 'toggle']
|
|
760
808
|
})
|
|
761
809
|
], PostTooltip);
|
|
762
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
810
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTooltip, decorators: [{
|
|
763
811
|
type: Component,
|
|
764
812
|
args: [{
|
|
765
813
|
selector: 'post-tooltip',
|
|
@@ -774,6 +822,7 @@ const DIRECTIVES = [
|
|
|
774
822
|
PostAccordion,
|
|
775
823
|
PostAccordionItem,
|
|
776
824
|
PostAvatar,
|
|
825
|
+
PostBackToTop,
|
|
777
826
|
PostBanner,
|
|
778
827
|
PostBreadcrumbItem,
|
|
779
828
|
PostCardControl,
|
|
@@ -799,6 +848,7 @@ const DIRECTIVES = [
|
|
|
799
848
|
PostTabPanel,
|
|
800
849
|
PostTabs,
|
|
801
850
|
PostTag,
|
|
851
|
+
PostTogglebutton,
|
|
802
852
|
PostTooltip
|
|
803
853
|
];
|
|
804
854
|
|
|
@@ -830,8 +880,8 @@ class PostCardControlCheckboxValueAccessorDirective {
|
|
|
830
880
|
setDisabledState(isDisabled) {
|
|
831
881
|
this.el.nativeElement.disabled = isDisabled;
|
|
832
882
|
}
|
|
833
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
834
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
883
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostCardControlCheckboxValueAccessorDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
884
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: PostCardControlCheckboxValueAccessorDirective, selector: "post-card-control[type=\"checkbox\"]", host: { listeners: { "postChange": "handleChangeEvent($event.detail.state)", "focusout": "_handleBlurEvent()" } }, providers: [
|
|
835
885
|
{
|
|
836
886
|
provide: NG_VALUE_ACCESSOR,
|
|
837
887
|
useExisting: PostCardControlCheckboxValueAccessorDirective,
|
|
@@ -839,7 +889,7 @@ class PostCardControlCheckboxValueAccessorDirective {
|
|
|
839
889
|
},
|
|
840
890
|
], ngImport: i0 }); }
|
|
841
891
|
}
|
|
842
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
892
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostCardControlCheckboxValueAccessorDirective, decorators: [{
|
|
843
893
|
type: Directive,
|
|
844
894
|
args: [{
|
|
845
895
|
/* eslint-disable-next-line @angular-eslint/directive-selector */
|
|
@@ -889,8 +939,8 @@ class PostCardControlRadioValueAccessorDirective {
|
|
|
889
939
|
setDisabledState(isDisabled) {
|
|
890
940
|
this.el.nativeElement.disabled = isDisabled;
|
|
891
941
|
}
|
|
892
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
893
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
942
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostCardControlRadioValueAccessorDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
943
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: PostCardControlRadioValueAccessorDirective, selector: "post-card-control[type=\"radio\"]", host: { listeners: { "postChange": "handleChangeEvent($event.detail.value)", "focusout": "_handleBlurEvent()" } }, providers: [
|
|
894
944
|
{
|
|
895
945
|
provide: NG_VALUE_ACCESSOR,
|
|
896
946
|
useExisting: PostCardControlRadioValueAccessorDirective,
|
|
@@ -898,7 +948,7 @@ class PostCardControlRadioValueAccessorDirective {
|
|
|
898
948
|
},
|
|
899
949
|
], ngImport: i0 }); }
|
|
900
950
|
}
|
|
901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
951
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostCardControlRadioValueAccessorDirective, decorators: [{
|
|
902
952
|
type: Directive,
|
|
903
953
|
args: [{
|
|
904
954
|
/* eslint-disable-next-line @angular-eslint/directive-selector */
|
|
@@ -925,11 +975,11 @@ const DECLARATIONS = [
|
|
|
925
975
|
PostCardControlRadioValueAccessorDirective,
|
|
926
976
|
];
|
|
927
977
|
class PostComponentsModule {
|
|
928
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
929
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
930
|
-
PostCardControlRadioValueAccessorDirective], exports: [PostAccordion, PostAccordionItem, PostAvatar, PostBanner, PostBreadcrumbItem, PostCardControl, PostClosebutton, PostCollapsible, PostCollapsibleTrigger, PostHeader, PostIcon, PostLanguageOption, PostList, PostListItem, PostLogo, PostMainnavigation, PostMegadropdown, PostMegadropdownTrigger, PostMenu, PostMenuItem, PostMenuTrigger, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip, PostCardControlCheckboxValueAccessorDirective,
|
|
978
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
979
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: PostComponentsModule, declarations: [PostAccordion, PostAccordionItem, PostAvatar, PostBackToTop, PostBanner, PostBreadcrumbItem, PostCardControl, PostClosebutton, PostCollapsible, PostCollapsibleTrigger, PostHeader, PostIcon, PostLanguageOption, PostList, PostListItem, PostLogo, PostMainnavigation, PostMegadropdown, PostMegadropdownTrigger, PostMenu, PostMenuItem, PostMenuTrigger, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTogglebutton, PostTooltip, PostCardControlCheckboxValueAccessorDirective,
|
|
980
|
+
PostCardControlRadioValueAccessorDirective], exports: [PostAccordion, PostAccordionItem, PostAvatar, PostBackToTop, PostBanner, PostBreadcrumbItem, PostCardControl, PostClosebutton, PostCollapsible, PostCollapsibleTrigger, PostHeader, PostIcon, PostLanguageOption, PostList, PostListItem, PostLogo, PostMainnavigation, PostMegadropdown, PostMegadropdownTrigger, PostMenu, PostMenuItem, PostMenuTrigger, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTogglebutton, PostTooltip, PostCardControlCheckboxValueAccessorDirective,
|
|
931
981
|
PostCardControlRadioValueAccessorDirective] }); }
|
|
932
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
982
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostComponentsModule, providers: [
|
|
933
983
|
{
|
|
934
984
|
// Use ENVIRONMENT_INITIALIZER to be compatible with lazy-loaded modules
|
|
935
985
|
provide: ENVIRONMENT_INITIALIZER,
|
|
@@ -948,7 +998,7 @@ class PostComponentsModule {
|
|
|
948
998
|
},
|
|
949
999
|
] }); }
|
|
950
1000
|
}
|
|
951
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostComponentsModule, decorators: [{
|
|
952
1002
|
type: NgModule,
|
|
953
1003
|
args: [{
|
|
954
1004
|
declarations: DECLARATIONS,
|
|
@@ -982,5 +1032,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
|
|
|
982
1032
|
* Generated bundle index. Do not edit.
|
|
983
1033
|
*/
|
|
984
1034
|
|
|
985
|
-
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAvatar, PostBanner, PostBreadcrumbItem, PostCardControl, PostCardControlCheckboxValueAccessorDirective, PostCardControlRadioValueAccessorDirective, PostClosebutton, PostCollapsible, PostCollapsibleTrigger, PostComponentsModule, PostHeader, PostIcon, PostLanguageOption, PostList, PostListItem, PostLogo, PostMainnavigation, PostMegadropdown, PostMegadropdownTrigger, PostMenu, PostMenuItem, PostMenuTrigger, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip };
|
|
1035
|
+
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAvatar, PostBackToTop, PostBanner, PostBreadcrumbItem, PostCardControl, PostCardControlCheckboxValueAccessorDirective, PostCardControlRadioValueAccessorDirective, PostClosebutton, PostCollapsible, PostCollapsibleTrigger, PostComponentsModule, PostHeader, PostIcon, PostLanguageOption, PostList, PostListItem, PostLogo, PostMainnavigation, PostMegadropdown, PostMegadropdownTrigger, PostMenu, PostMenuItem, PostMenuTrigger, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTogglebutton, PostTooltip };
|
|
986
1036
|
//# sourceMappingURL=swisspost-design-system-components-angular.mjs.map
|