@swisspost/design-system-components-angular 9.0.0-next.3 → 9.0.0-next.5
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 +4 -4
- package/esm2022/lib/custom/value-accessors/post-card-control-radio-value-accessor.mjs +4 -4
- package/esm2022/lib/stencil-generated/components.mjs +324 -57
- package/esm2022/lib/stencil-generated/index.mjs +12 -1
- package/fesm2022/swisspost-design-system-components-angular.mjs +335 -68
- 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 +113 -1
- 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.10", 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.10", 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.10", 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.10", 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.10", 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.10", ngImport: i0, type: PostAccordionItem, decorators: [{
|
|
107
107
|
type: Component,
|
|
108
108
|
args: [{
|
|
109
109
|
selector: 'post-accordion-item',
|
|
@@ -120,8 +120,8 @@ let PostAlert = class PostAlert {
|
|
|
120
120
|
this.el = r.nativeElement;
|
|
121
121
|
proxyOutputs(this, this.el, ['postDismissed']);
|
|
122
122
|
}
|
|
123
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
124
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
123
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", 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: "18.2.10", 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 }); }
|
|
125
125
|
};
|
|
126
126
|
PostAlert = __decorate([
|
|
127
127
|
ProxyCmp({
|
|
@@ -129,7 +129,7 @@ PostAlert = __decorate([
|
|
|
129
129
|
methods: ['dismiss']
|
|
130
130
|
})
|
|
131
131
|
], PostAlert);
|
|
132
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostAlert, decorators: [{
|
|
133
133
|
type: Component,
|
|
134
134
|
args: [{
|
|
135
135
|
selector: 'post-alert',
|
|
@@ -145,15 +145,15 @@ let PostAvatar = class PostAvatar {
|
|
|
145
145
|
c.detach();
|
|
146
146
|
this.el = r.nativeElement;
|
|
147
147
|
}
|
|
148
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
149
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
148
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
149
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", 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 }); }
|
|
150
150
|
};
|
|
151
151
|
PostAvatar = __decorate([
|
|
152
152
|
ProxyCmp({
|
|
153
153
|
inputs: ['email', 'firstname', 'lastname', 'userid']
|
|
154
154
|
})
|
|
155
155
|
], PostAvatar);
|
|
156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostAvatar, decorators: [{
|
|
157
157
|
type: Component,
|
|
158
158
|
args: [{
|
|
159
159
|
selector: 'post-avatar',
|
|
@@ -163,6 +163,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
163
163
|
inputs: ['email', 'firstname', 'lastname', 'userid'],
|
|
164
164
|
}]
|
|
165
165
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
166
|
+
let PostBreadcrumbItem = class PostBreadcrumbItem {
|
|
167
|
+
constructor(c, r, z) {
|
|
168
|
+
this.z = z;
|
|
169
|
+
c.detach();
|
|
170
|
+
this.el = r.nativeElement;
|
|
171
|
+
}
|
|
172
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
173
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: PostBreadcrumbItem, selector: "post-breadcrumb-item", inputs: { url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
174
|
+
};
|
|
175
|
+
PostBreadcrumbItem = __decorate([
|
|
176
|
+
ProxyCmp({
|
|
177
|
+
inputs: ['url']
|
|
178
|
+
})
|
|
179
|
+
], PostBreadcrumbItem);
|
|
180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostBreadcrumbItem, decorators: [{
|
|
181
|
+
type: Component,
|
|
182
|
+
args: [{
|
|
183
|
+
selector: 'post-breadcrumb-item',
|
|
184
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
185
|
+
template: '<ng-content></ng-content>',
|
|
186
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
187
|
+
inputs: ['url'],
|
|
188
|
+
}]
|
|
189
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
166
190
|
let PostCardControl = class PostCardControl {
|
|
167
191
|
constructor(c, r, z) {
|
|
168
192
|
this.z = z;
|
|
@@ -170,8 +194,8 @@ let PostCardControl = class PostCardControl {
|
|
|
170
194
|
this.el = r.nativeElement;
|
|
171
195
|
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
172
196
|
}
|
|
173
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
174
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
197
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostCardControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
198
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", 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 }); }
|
|
175
199
|
};
|
|
176
200
|
PostCardControl = __decorate([
|
|
177
201
|
ProxyCmp({
|
|
@@ -179,7 +203,7 @@ PostCardControl = __decorate([
|
|
|
179
203
|
methods: ['reset', 'groupReset']
|
|
180
204
|
})
|
|
181
205
|
], PostCardControl);
|
|
182
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
206
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostCardControl, decorators: [{
|
|
183
207
|
type: Component,
|
|
184
208
|
args: [{
|
|
185
209
|
selector: 'post-card-control',
|
|
@@ -189,6 +213,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
189
213
|
inputs: ['checked', 'description', 'disabled', 'icon', 'label', 'name', 'type', 'validity', 'value'],
|
|
190
214
|
}]
|
|
191
215
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
216
|
+
let PostClosebutton = class PostClosebutton {
|
|
217
|
+
constructor(c, r, z) {
|
|
218
|
+
this.z = z;
|
|
219
|
+
c.detach();
|
|
220
|
+
this.el = r.nativeElement;
|
|
221
|
+
}
|
|
222
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostClosebutton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
223
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: PostClosebutton, selector: "post-closebutton", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
224
|
+
};
|
|
225
|
+
PostClosebutton = __decorate([
|
|
226
|
+
ProxyCmp({})
|
|
227
|
+
], PostClosebutton);
|
|
228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostClosebutton, decorators: [{
|
|
229
|
+
type: Component,
|
|
230
|
+
args: [{
|
|
231
|
+
selector: 'post-closebutton',
|
|
232
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
233
|
+
template: '<ng-content></ng-content>',
|
|
234
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
235
|
+
inputs: [],
|
|
236
|
+
}]
|
|
237
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
192
238
|
let PostCollapsible = class PostCollapsible {
|
|
193
239
|
constructor(c, r, z) {
|
|
194
240
|
this.z = z;
|
|
@@ -196,8 +242,8 @@ let PostCollapsible = class PostCollapsible {
|
|
|
196
242
|
this.el = r.nativeElement;
|
|
197
243
|
proxyOutputs(this, this.el, ['postToggle']);
|
|
198
244
|
}
|
|
199
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
200
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
245
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostCollapsible, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
246
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: PostCollapsible, selector: "post-collapsible", inputs: { collapsed: "collapsed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
201
247
|
};
|
|
202
248
|
PostCollapsible = __decorate([
|
|
203
249
|
ProxyCmp({
|
|
@@ -205,7 +251,7 @@ PostCollapsible = __decorate([
|
|
|
205
251
|
methods: ['toggle']
|
|
206
252
|
})
|
|
207
253
|
], PostCollapsible);
|
|
208
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostCollapsible, decorators: [{
|
|
209
255
|
type: Component,
|
|
210
256
|
args: [{
|
|
211
257
|
selector: 'post-collapsible',
|
|
@@ -221,8 +267,8 @@ let PostCollapsibleTrigger = class PostCollapsibleTrigger {
|
|
|
221
267
|
c.detach();
|
|
222
268
|
this.el = r.nativeElement;
|
|
223
269
|
}
|
|
224
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
225
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
270
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostCollapsibleTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
271
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: PostCollapsibleTrigger, selector: "post-collapsible-trigger", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
226
272
|
};
|
|
227
273
|
PostCollapsibleTrigger = __decorate([
|
|
228
274
|
ProxyCmp({
|
|
@@ -230,7 +276,7 @@ PostCollapsibleTrigger = __decorate([
|
|
|
230
276
|
methods: ['update']
|
|
231
277
|
})
|
|
232
278
|
], PostCollapsibleTrigger);
|
|
233
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
279
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostCollapsibleTrigger, decorators: [{
|
|
234
280
|
type: Component,
|
|
235
281
|
args: [{
|
|
236
282
|
selector: 'post-collapsible-trigger',
|
|
@@ -240,21 +286,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
240
286
|
inputs: ['for'],
|
|
241
287
|
}]
|
|
242
288
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
289
|
+
let PostHeader = class PostHeader {
|
|
290
|
+
constructor(c, r, z) {
|
|
291
|
+
this.z = z;
|
|
292
|
+
c.detach();
|
|
293
|
+
this.el = r.nativeElement;
|
|
294
|
+
}
|
|
295
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
296
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: PostHeader, selector: "post-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
297
|
+
};
|
|
298
|
+
PostHeader = __decorate([
|
|
299
|
+
ProxyCmp({})
|
|
300
|
+
], PostHeader);
|
|
301
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostHeader, decorators: [{
|
|
302
|
+
type: Component,
|
|
303
|
+
args: [{
|
|
304
|
+
selector: 'post-header',
|
|
305
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
306
|
+
template: '<ng-content></ng-content>',
|
|
307
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
308
|
+
inputs: [],
|
|
309
|
+
}]
|
|
310
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
243
311
|
let PostIcon = class PostIcon {
|
|
244
312
|
constructor(c, r, z) {
|
|
245
313
|
this.z = z;
|
|
246
314
|
c.detach();
|
|
247
315
|
this.el = r.nativeElement;
|
|
248
316
|
}
|
|
249
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
250
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
317
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
318
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", 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 }); }
|
|
251
319
|
};
|
|
252
320
|
PostIcon = __decorate([
|
|
253
321
|
ProxyCmp({
|
|
254
322
|
inputs: ['animation', 'base', 'flipH', 'flipV', 'name', 'rotate', 'scale']
|
|
255
323
|
})
|
|
256
324
|
], PostIcon);
|
|
257
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostIcon, decorators: [{
|
|
258
326
|
type: Component,
|
|
259
327
|
args: [{
|
|
260
328
|
selector: 'post-icon',
|
|
@@ -271,8 +339,8 @@ let PostLanguageOption = class PostLanguageOption {
|
|
|
271
339
|
this.el = r.nativeElement;
|
|
272
340
|
proxyOutputs(this, this.el, ['postChange']);
|
|
273
341
|
}
|
|
274
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
275
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
342
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostLanguageOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
343
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", 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 }); }
|
|
276
344
|
};
|
|
277
345
|
PostLanguageOption = __decorate([
|
|
278
346
|
ProxyCmp({
|
|
@@ -280,7 +348,7 @@ PostLanguageOption = __decorate([
|
|
|
280
348
|
methods: ['select']
|
|
281
349
|
})
|
|
282
350
|
], PostLanguageOption);
|
|
283
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
351
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostLanguageOption, decorators: [{
|
|
284
352
|
type: Component,
|
|
285
353
|
args: [{
|
|
286
354
|
selector: 'post-language-option',
|
|
@@ -290,21 +358,67 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
290
358
|
inputs: ['active', 'code', 'name', 'url'],
|
|
291
359
|
}]
|
|
292
360
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
361
|
+
let PostList = class PostList {
|
|
362
|
+
constructor(c, r, z) {
|
|
363
|
+
this.z = z;
|
|
364
|
+
c.detach();
|
|
365
|
+
this.el = r.nativeElement;
|
|
366
|
+
}
|
|
367
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
368
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: PostList, selector: "post-list", inputs: { horizontal: "horizontal", titleHidden: "titleHidden" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
369
|
+
};
|
|
370
|
+
PostList = __decorate([
|
|
371
|
+
ProxyCmp({
|
|
372
|
+
inputs: ['horizontal', 'titleHidden']
|
|
373
|
+
})
|
|
374
|
+
], PostList);
|
|
375
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostList, decorators: [{
|
|
376
|
+
type: Component,
|
|
377
|
+
args: [{
|
|
378
|
+
selector: 'post-list',
|
|
379
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
380
|
+
template: '<ng-content></ng-content>',
|
|
381
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
382
|
+
inputs: ['horizontal', 'titleHidden'],
|
|
383
|
+
}]
|
|
384
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
385
|
+
let PostListItem = class PostListItem {
|
|
386
|
+
constructor(c, r, z) {
|
|
387
|
+
this.z = z;
|
|
388
|
+
c.detach();
|
|
389
|
+
this.el = r.nativeElement;
|
|
390
|
+
}
|
|
391
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostListItem, 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.10", type: PostListItem, selector: "post-list-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
393
|
+
};
|
|
394
|
+
PostListItem = __decorate([
|
|
395
|
+
ProxyCmp({})
|
|
396
|
+
], PostListItem);
|
|
397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostListItem, decorators: [{
|
|
398
|
+
type: Component,
|
|
399
|
+
args: [{
|
|
400
|
+
selector: 'post-list-item',
|
|
401
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
402
|
+
template: '<ng-content></ng-content>',
|
|
403
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
404
|
+
inputs: [],
|
|
405
|
+
}]
|
|
406
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
293
407
|
let PostLogo = class PostLogo {
|
|
294
408
|
constructor(c, r, z) {
|
|
295
409
|
this.z = z;
|
|
296
410
|
c.detach();
|
|
297
411
|
this.el = r.nativeElement;
|
|
298
412
|
}
|
|
299
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
300
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
413
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
414
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: PostLogo, selector: "post-logo", inputs: { url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
301
415
|
};
|
|
302
416
|
PostLogo = __decorate([
|
|
303
417
|
ProxyCmp({
|
|
304
418
|
inputs: ['url']
|
|
305
419
|
})
|
|
306
420
|
], PostLogo);
|
|
307
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostLogo, decorators: [{
|
|
308
422
|
type: Component,
|
|
309
423
|
args: [{
|
|
310
424
|
selector: 'post-logo',
|
|
@@ -314,14 +428,156 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
314
428
|
inputs: ['url'],
|
|
315
429
|
}]
|
|
316
430
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
431
|
+
let PostMainnavigation = class PostMainnavigation {
|
|
432
|
+
constructor(c, r, z) {
|
|
433
|
+
this.z = z;
|
|
434
|
+
c.detach();
|
|
435
|
+
this.el = r.nativeElement;
|
|
436
|
+
proxyOutputs(this, this.el, ['postToggle']);
|
|
437
|
+
}
|
|
438
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostMainnavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
439
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: PostMainnavigation, selector: "post-mainnavigation", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
440
|
+
};
|
|
441
|
+
PostMainnavigation = __decorate([
|
|
442
|
+
ProxyCmp({})
|
|
443
|
+
], PostMainnavigation);
|
|
444
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostMainnavigation, decorators: [{
|
|
445
|
+
type: Component,
|
|
446
|
+
args: [{
|
|
447
|
+
selector: 'post-mainnavigation',
|
|
448
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
449
|
+
template: '<ng-content></ng-content>',
|
|
450
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
451
|
+
inputs: [],
|
|
452
|
+
}]
|
|
453
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
454
|
+
let PostMegadropdown = class PostMegadropdown {
|
|
455
|
+
constructor(c, r, z) {
|
|
456
|
+
this.z = z;
|
|
457
|
+
c.detach();
|
|
458
|
+
this.el = r.nativeElement;
|
|
459
|
+
}
|
|
460
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostMegadropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
461
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: PostMegadropdown, selector: "post-megadropdown", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
462
|
+
};
|
|
463
|
+
PostMegadropdown = __decorate([
|
|
464
|
+
ProxyCmp({
|
|
465
|
+
methods: ['show', 'hide', 'toggle']
|
|
466
|
+
})
|
|
467
|
+
], PostMegadropdown);
|
|
468
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostMegadropdown, decorators: [{
|
|
469
|
+
type: Component,
|
|
470
|
+
args: [{
|
|
471
|
+
selector: 'post-megadropdown',
|
|
472
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
473
|
+
template: '<ng-content></ng-content>',
|
|
474
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
475
|
+
inputs: [],
|
|
476
|
+
}]
|
|
477
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
478
|
+
let PostMegadropdownTrigger = class PostMegadropdownTrigger {
|
|
479
|
+
constructor(c, r, z) {
|
|
480
|
+
this.z = z;
|
|
481
|
+
c.detach();
|
|
482
|
+
this.el = r.nativeElement;
|
|
483
|
+
proxyOutputs(this, this.el, ['postToggle']);
|
|
484
|
+
}
|
|
485
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostMegadropdownTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
486
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: PostMegadropdownTrigger, selector: "post-megadropdown-trigger", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
487
|
+
};
|
|
488
|
+
PostMegadropdownTrigger = __decorate([
|
|
489
|
+
ProxyCmp({})
|
|
490
|
+
], PostMegadropdownTrigger);
|
|
491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostMegadropdownTrigger, decorators: [{
|
|
492
|
+
type: Component,
|
|
493
|
+
args: [{
|
|
494
|
+
selector: 'post-megadropdown-trigger',
|
|
495
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
496
|
+
template: '<ng-content></ng-content>',
|
|
497
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
498
|
+
inputs: [],
|
|
499
|
+
}]
|
|
500
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
501
|
+
let PostMenu = class PostMenu {
|
|
502
|
+
constructor(c, r, z) {
|
|
503
|
+
this.z = z;
|
|
504
|
+
c.detach();
|
|
505
|
+
this.el = r.nativeElement;
|
|
506
|
+
proxyOutputs(this, this.el, ['toggleMenu']);
|
|
507
|
+
}
|
|
508
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
509
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: PostMenu, selector: "post-menu", inputs: { placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
510
|
+
};
|
|
511
|
+
PostMenu = __decorate([
|
|
512
|
+
ProxyCmp({
|
|
513
|
+
inputs: ['placement'],
|
|
514
|
+
methods: ['toggle', 'show', 'hide']
|
|
515
|
+
})
|
|
516
|
+
], PostMenu);
|
|
517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostMenu, decorators: [{
|
|
518
|
+
type: Component,
|
|
519
|
+
args: [{
|
|
520
|
+
selector: 'post-menu',
|
|
521
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
522
|
+
template: '<ng-content></ng-content>',
|
|
523
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
524
|
+
inputs: ['placement'],
|
|
525
|
+
}]
|
|
526
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
527
|
+
let PostMenuItem = class PostMenuItem {
|
|
528
|
+
constructor(c, r, z) {
|
|
529
|
+
this.z = z;
|
|
530
|
+
c.detach();
|
|
531
|
+
this.el = r.nativeElement;
|
|
532
|
+
}
|
|
533
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
534
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: PostMenuItem, selector: "post-menu-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
535
|
+
};
|
|
536
|
+
PostMenuItem = __decorate([
|
|
537
|
+
ProxyCmp({})
|
|
538
|
+
], PostMenuItem);
|
|
539
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostMenuItem, decorators: [{
|
|
540
|
+
type: Component,
|
|
541
|
+
args: [{
|
|
542
|
+
selector: 'post-menu-item',
|
|
543
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
544
|
+
template: '<ng-content></ng-content>',
|
|
545
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
546
|
+
inputs: [],
|
|
547
|
+
}]
|
|
548
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
549
|
+
let PostMenuTrigger = class PostMenuTrigger {
|
|
550
|
+
constructor(c, r, z) {
|
|
551
|
+
this.z = z;
|
|
552
|
+
c.detach();
|
|
553
|
+
this.el = r.nativeElement;
|
|
554
|
+
}
|
|
555
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostMenuTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
556
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: PostMenuTrigger, selector: "post-menu-trigger", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
557
|
+
};
|
|
558
|
+
PostMenuTrigger = __decorate([
|
|
559
|
+
ProxyCmp({
|
|
560
|
+
inputs: ['for']
|
|
561
|
+
})
|
|
562
|
+
], PostMenuTrigger);
|
|
563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostMenuTrigger, decorators: [{
|
|
564
|
+
type: Component,
|
|
565
|
+
args: [{
|
|
566
|
+
selector: 'post-menu-trigger',
|
|
567
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
568
|
+
template: '<ng-content></ng-content>',
|
|
569
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
570
|
+
inputs: ['for'],
|
|
571
|
+
}]
|
|
572
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
317
573
|
let PostPopover = class PostPopover {
|
|
318
574
|
constructor(c, r, z) {
|
|
319
575
|
this.z = z;
|
|
320
576
|
c.detach();
|
|
321
577
|
this.el = r.nativeElement;
|
|
322
578
|
}
|
|
323
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
324
|
-
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.10", ngImport: i0, type: PostPopover, 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.10", 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 }); }
|
|
325
581
|
};
|
|
326
582
|
PostPopover = __decorate([
|
|
327
583
|
ProxyCmp({
|
|
@@ -329,7 +585,7 @@ PostPopover = __decorate([
|
|
|
329
585
|
methods: ['show', 'hide', 'toggle']
|
|
330
586
|
})
|
|
331
587
|
], PostPopover);
|
|
332
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
588
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostPopover, decorators: [{
|
|
333
589
|
type: Component,
|
|
334
590
|
args: [{
|
|
335
591
|
selector: 'post-popover',
|
|
@@ -346,23 +602,23 @@ let PostPopovercontainer = class PostPopovercontainer {
|
|
|
346
602
|
this.el = r.nativeElement;
|
|
347
603
|
proxyOutputs(this, this.el, ['postToggle']);
|
|
348
604
|
}
|
|
349
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
350
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
605
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostPopovercontainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
606
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", 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 }); }
|
|
351
607
|
};
|
|
352
608
|
PostPopovercontainer = __decorate([
|
|
353
609
|
ProxyCmp({
|
|
354
|
-
inputs: ['arrow', 'placement'],
|
|
610
|
+
inputs: ['arrow', 'edgeGap', 'placement'],
|
|
355
611
|
methods: ['show', 'hide', 'toggle']
|
|
356
612
|
})
|
|
357
613
|
], PostPopovercontainer);
|
|
358
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
614
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostPopovercontainer, decorators: [{
|
|
359
615
|
type: Component,
|
|
360
616
|
args: [{
|
|
361
617
|
selector: 'post-popovercontainer',
|
|
362
618
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
363
619
|
template: '<ng-content></ng-content>',
|
|
364
620
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
365
|
-
inputs: ['arrow', 'placement'],
|
|
621
|
+
inputs: ['arrow', 'edgeGap', 'placement'],
|
|
366
622
|
}]
|
|
367
623
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
368
624
|
let PostRating = class PostRating {
|
|
@@ -372,15 +628,15 @@ let PostRating = class PostRating {
|
|
|
372
628
|
this.el = r.nativeElement;
|
|
373
629
|
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
374
630
|
}
|
|
375
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
376
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
631
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
632
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", 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 }); }
|
|
377
633
|
};
|
|
378
634
|
PostRating = __decorate([
|
|
379
635
|
ProxyCmp({
|
|
380
636
|
inputs: ['currentRating', 'label', 'readonly', 'stars']
|
|
381
637
|
})
|
|
382
638
|
], PostRating);
|
|
383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
639
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostRating, decorators: [{
|
|
384
640
|
type: Component,
|
|
385
641
|
args: [{
|
|
386
642
|
selector: 'post-rating',
|
|
@@ -396,15 +652,15 @@ let PostTabHeader = class PostTabHeader {
|
|
|
396
652
|
c.detach();
|
|
397
653
|
this.el = r.nativeElement;
|
|
398
654
|
}
|
|
399
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
400
|
-
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.10", ngImport: i0, type: PostTabHeader, 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.10", type: PostTabHeader, selector: "post-tab-header", inputs: { panel: "panel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
401
657
|
};
|
|
402
658
|
PostTabHeader = __decorate([
|
|
403
659
|
ProxyCmp({
|
|
404
660
|
inputs: ['panel']
|
|
405
661
|
})
|
|
406
662
|
], PostTabHeader);
|
|
407
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
663
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostTabHeader, decorators: [{
|
|
408
664
|
type: Component,
|
|
409
665
|
args: [{
|
|
410
666
|
selector: 'post-tab-header',
|
|
@@ -420,15 +676,15 @@ let PostTabPanel = class PostTabPanel {
|
|
|
420
676
|
c.detach();
|
|
421
677
|
this.el = r.nativeElement;
|
|
422
678
|
}
|
|
423
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
424
|
-
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.10", ngImport: i0, type: PostTabPanel, 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.10", type: PostTabPanel, selector: "post-tab-panel", inputs: { name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
425
681
|
};
|
|
426
682
|
PostTabPanel = __decorate([
|
|
427
683
|
ProxyCmp({
|
|
428
684
|
inputs: ['name']
|
|
429
685
|
})
|
|
430
686
|
], PostTabPanel);
|
|
431
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
687
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostTabPanel, decorators: [{
|
|
432
688
|
type: Component,
|
|
433
689
|
args: [{
|
|
434
690
|
selector: 'post-tab-panel',
|
|
@@ -445,8 +701,8 @@ let PostTabs = class PostTabs {
|
|
|
445
701
|
this.el = r.nativeElement;
|
|
446
702
|
proxyOutputs(this, this.el, ['postChange']);
|
|
447
703
|
}
|
|
448
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
449
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
704
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
705
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: PostTabs, selector: "post-tabs", inputs: { activePanel: "activePanel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
450
706
|
};
|
|
451
707
|
PostTabs = __decorate([
|
|
452
708
|
ProxyCmp({
|
|
@@ -454,7 +710,7 @@ PostTabs = __decorate([
|
|
|
454
710
|
methods: ['show']
|
|
455
711
|
})
|
|
456
712
|
], PostTabs);
|
|
457
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostTabs, decorators: [{
|
|
458
714
|
type: Component,
|
|
459
715
|
args: [{
|
|
460
716
|
selector: 'post-tabs',
|
|
@@ -470,15 +726,15 @@ let PostTag = class PostTag {
|
|
|
470
726
|
c.detach();
|
|
471
727
|
this.el = r.nativeElement;
|
|
472
728
|
}
|
|
473
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
474
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
729
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
730
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", 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 }); }
|
|
475
731
|
};
|
|
476
732
|
PostTag = __decorate([
|
|
477
733
|
ProxyCmp({
|
|
478
734
|
inputs: ['icon', 'size', 'variant']
|
|
479
735
|
})
|
|
480
736
|
], PostTag);
|
|
481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
737
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostTag, decorators: [{
|
|
482
738
|
type: Component,
|
|
483
739
|
args: [{
|
|
484
740
|
selector: 'post-tag',
|
|
@@ -494,8 +750,8 @@ let PostTooltip = class PostTooltip {
|
|
|
494
750
|
c.detach();
|
|
495
751
|
this.el = r.nativeElement;
|
|
496
752
|
}
|
|
497
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
498
|
-
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.10", ngImport: i0, type: PostTooltip, 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.10", 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 }); }
|
|
499
755
|
};
|
|
500
756
|
PostTooltip = __decorate([
|
|
501
757
|
ProxyCmp({
|
|
@@ -503,7 +759,7 @@ PostTooltip = __decorate([
|
|
|
503
759
|
methods: ['show', 'hide', 'toggle']
|
|
504
760
|
})
|
|
505
761
|
], PostTooltip);
|
|
506
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
762
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostTooltip, decorators: [{
|
|
507
763
|
type: Component,
|
|
508
764
|
args: [{
|
|
509
765
|
selector: 'post-tooltip',
|
|
@@ -519,12 +775,23 @@ const DIRECTIVES = [
|
|
|
519
775
|
PostAccordionItem,
|
|
520
776
|
PostAlert,
|
|
521
777
|
PostAvatar,
|
|
778
|
+
PostBreadcrumbItem,
|
|
522
779
|
PostCardControl,
|
|
780
|
+
PostClosebutton,
|
|
523
781
|
PostCollapsible,
|
|
524
782
|
PostCollapsibleTrigger,
|
|
783
|
+
PostHeader,
|
|
525
784
|
PostIcon,
|
|
526
785
|
PostLanguageOption,
|
|
786
|
+
PostList,
|
|
787
|
+
PostListItem,
|
|
527
788
|
PostLogo,
|
|
789
|
+
PostMainnavigation,
|
|
790
|
+
PostMegadropdown,
|
|
791
|
+
PostMegadropdownTrigger,
|
|
792
|
+
PostMenu,
|
|
793
|
+
PostMenuItem,
|
|
794
|
+
PostMenuTrigger,
|
|
528
795
|
PostPopover,
|
|
529
796
|
PostPopovercontainer,
|
|
530
797
|
PostRating,
|
|
@@ -563,8 +830,8 @@ class PostCardControlCheckboxValueAccessorDirective {
|
|
|
563
830
|
setDisabledState(isDisabled) {
|
|
564
831
|
this.el.nativeElement.disabled = isDisabled;
|
|
565
832
|
}
|
|
566
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
567
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
833
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostCardControlCheckboxValueAccessorDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
834
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.10", type: PostCardControlCheckboxValueAccessorDirective, selector: "post-card-control[type=\"checkbox\"]", host: { listeners: { "postChange": "handleChangeEvent($event.detail.state)", "focusout": "_handleBlurEvent()" } }, providers: [
|
|
568
835
|
{
|
|
569
836
|
provide: NG_VALUE_ACCESSOR,
|
|
570
837
|
useExisting: PostCardControlCheckboxValueAccessorDirective,
|
|
@@ -572,7 +839,7 @@ class PostCardControlCheckboxValueAccessorDirective {
|
|
|
572
839
|
},
|
|
573
840
|
], ngImport: i0 }); }
|
|
574
841
|
}
|
|
575
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
842
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostCardControlCheckboxValueAccessorDirective, decorators: [{
|
|
576
843
|
type: Directive,
|
|
577
844
|
args: [{
|
|
578
845
|
/* eslint-disable-next-line @angular-eslint/directive-selector */
|
|
@@ -622,8 +889,8 @@ class PostCardControlRadioValueAccessorDirective {
|
|
|
622
889
|
setDisabledState(isDisabled) {
|
|
623
890
|
this.el.nativeElement.disabled = isDisabled;
|
|
624
891
|
}
|
|
625
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
626
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
892
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostCardControlRadioValueAccessorDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
893
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.10", type: PostCardControlRadioValueAccessorDirective, selector: "post-card-control[type=\"radio\"]", host: { listeners: { "postChange": "handleChangeEvent($event.detail.value)", "focusout": "_handleBlurEvent()" } }, providers: [
|
|
627
894
|
{
|
|
628
895
|
provide: NG_VALUE_ACCESSOR,
|
|
629
896
|
useExisting: PostCardControlRadioValueAccessorDirective,
|
|
@@ -631,7 +898,7 @@ class PostCardControlRadioValueAccessorDirective {
|
|
|
631
898
|
},
|
|
632
899
|
], ngImport: i0 }); }
|
|
633
900
|
}
|
|
634
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
901
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostCardControlRadioValueAccessorDirective, decorators: [{
|
|
635
902
|
type: Directive,
|
|
636
903
|
args: [{
|
|
637
904
|
/* eslint-disable-next-line @angular-eslint/directive-selector */
|
|
@@ -658,11 +925,11 @@ const DECLARATIONS = [
|
|
|
658
925
|
PostCardControlRadioValueAccessorDirective,
|
|
659
926
|
];
|
|
660
927
|
class PostComponentsModule {
|
|
661
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
662
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
663
|
-
PostCardControlRadioValueAccessorDirective], exports: [PostAccordion, PostAccordionItem, PostAlert, PostAvatar, PostCardControl, PostCollapsible, PostCollapsibleTrigger, PostIcon, PostLanguageOption, PostLogo, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip, PostCardControlCheckboxValueAccessorDirective,
|
|
928
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
929
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.10", ngImport: i0, type: PostComponentsModule, declarations: [PostAccordion, PostAccordionItem, PostAlert, PostAvatar, 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,
|
|
930
|
+
PostCardControlRadioValueAccessorDirective], exports: [PostAccordion, PostAccordionItem, PostAlert, PostAvatar, 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,
|
|
664
931
|
PostCardControlRadioValueAccessorDirective] }); }
|
|
665
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
932
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostComponentsModule, providers: [
|
|
666
933
|
{
|
|
667
934
|
// Use ENVIRONMENT_INITIALIZER to be compatible with lazy-loaded modules
|
|
668
935
|
provide: ENVIRONMENT_INITIALIZER,
|
|
@@ -681,7 +948,7 @@ class PostComponentsModule {
|
|
|
681
948
|
},
|
|
682
949
|
] }); }
|
|
683
950
|
}
|
|
684
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
951
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: PostComponentsModule, decorators: [{
|
|
685
952
|
type: NgModule,
|
|
686
953
|
args: [{
|
|
687
954
|
declarations: DECLARATIONS,
|
|
@@ -715,5 +982,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
715
982
|
* Generated bundle index. Do not edit.
|
|
716
983
|
*/
|
|
717
984
|
|
|
718
|
-
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAlert, PostAvatar, PostCardControl, PostCardControlCheckboxValueAccessorDirective, PostCardControlRadioValueAccessorDirective, PostCollapsible, PostCollapsibleTrigger, PostComponentsModule, PostIcon, PostLanguageOption, PostLogo, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip };
|
|
985
|
+
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAlert, PostAvatar, 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 };
|
|
719
986
|
//# sourceMappingURL=swisspost-design-system-components-angular.mjs.map
|