@swisspost/design-system-components-angular 9.0.0-next.3 → 9.0.0-next.31
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/fesm2022/swisspost-design-system-components-angular.mjs +515 -100
- package/fesm2022/swisspost-design-system-components-angular.mjs.map +1 -1
- package/lib/components.module.d.ts +1 -1
- package/lib/custom/value-accessors/post-card-control-checkbox-value-accessor.d.ts +5 -5
- package/lib/custom/value-accessors/post-card-control-radio-value-accessor.d.ts +5 -5
- package/lib/stencil-generated/components.d.ts +205 -28
- package/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +6 -7
- package/esm2022/lib/components.module.mjs +0 -62
- package/esm2022/lib/custom/value-accessors/post-card-control-checkbox-value-accessor.mjs +0 -61
- package/esm2022/lib/custom/value-accessors/post-card-control-radio-value-accessor.mjs +0 -62
- package/esm2022/lib/stencil-generated/angular-component-lib/utils.mjs +0 -59
- package/esm2022/lib/stencil-generated/components.mjs +0 -475
- package/esm2022/lib/stencil-generated/index.mjs +0 -22
- package/esm2022/public-api.mjs +0 -11
- package/esm2022/swisspost-design-system-components-angular.mjs +0 -5
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, ChangeDetectionStrategy, Directive, HostListener,
|
|
2
|
+
import { Component, ChangeDetectionStrategy, Directive, HostListener, provideEnvironmentInitializer, inject, CSP_NONCE, NgModule } from '@angular/core';
|
|
3
3
|
import { setNonce, defineCustomElements } from '@swisspost/design-system-components/loader';
|
|
4
4
|
import { __decorate } from 'tslib';
|
|
5
5
|
import { fromEvent } from 'rxjs';
|
|
@@ -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: "
|
|
73
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
72
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", 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: "19.2.0", type: PostAccordion, isStandalone: true, 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: "
|
|
81
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", 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: "
|
|
98
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
97
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", 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: "19.2.0", type: PostAccordionItem, isStandalone: true, 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: "
|
|
106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostAccordionItem, decorators: [{
|
|
107
107
|
type: Component,
|
|
108
108
|
args: [{
|
|
109
109
|
selector: 'post-accordion-item',
|
|
@@ -113,54 +113,126 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
113
113
|
inputs: ['collapsed', 'headingLevel'],
|
|
114
114
|
}]
|
|
115
115
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
116
|
-
let
|
|
116
|
+
let PostAvatar = class PostAvatar {
|
|
117
|
+
constructor(c, r, z) {
|
|
118
|
+
this.z = z;
|
|
119
|
+
c.detach();
|
|
120
|
+
this.el = r.nativeElement;
|
|
121
|
+
}
|
|
122
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", 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: "19.2.0", type: PostAvatar, isStandalone: true, 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
|
+
};
|
|
125
|
+
PostAvatar = __decorate([
|
|
126
|
+
ProxyCmp({
|
|
127
|
+
inputs: ['email', 'firstname', 'lastname', 'userid']
|
|
128
|
+
})
|
|
129
|
+
], PostAvatar);
|
|
130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostAvatar, decorators: [{
|
|
131
|
+
type: Component,
|
|
132
|
+
args: [{
|
|
133
|
+
selector: 'post-avatar',
|
|
134
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
135
|
+
template: '<ng-content></ng-content>',
|
|
136
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
137
|
+
inputs: ['email', 'firstname', 'lastname', 'userid'],
|
|
138
|
+
}]
|
|
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: "19.2.0", 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: "19.2.0", type: PostBackToTop, isStandalone: true, 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: "19.2.0", 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 }] });
|
|
164
|
+
let PostBanner = class PostBanner {
|
|
117
165
|
constructor(c, r, z) {
|
|
118
166
|
this.z = z;
|
|
119
167
|
c.detach();
|
|
120
168
|
this.el = r.nativeElement;
|
|
121
169
|
proxyOutputs(this, this.el, ['postDismissed']);
|
|
122
170
|
}
|
|
123
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
124
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
171
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", 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: "19.2.0", type: PostBanner, isStandalone: true, 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 }); }
|
|
125
173
|
};
|
|
126
|
-
|
|
174
|
+
PostBanner = __decorate([
|
|
127
175
|
ProxyCmp({
|
|
128
|
-
inputs: ['dismissLabel', 'dismissible', '
|
|
176
|
+
inputs: ['dismissLabel', 'dismissible', 'icon', 'type'],
|
|
129
177
|
methods: ['dismiss']
|
|
130
178
|
})
|
|
131
|
-
],
|
|
132
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
179
|
+
], PostBanner);
|
|
180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostBanner, decorators: [{
|
|
133
181
|
type: Component,
|
|
134
182
|
args: [{
|
|
135
|
-
selector: 'post-
|
|
183
|
+
selector: 'post-banner',
|
|
136
184
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
137
185
|
template: '<ng-content></ng-content>',
|
|
138
186
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
139
|
-
inputs: ['dismissLabel', 'dismissible', '
|
|
187
|
+
inputs: ['dismissLabel', 'dismissible', 'icon', 'type'],
|
|
140
188
|
}]
|
|
141
189
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
142
|
-
let
|
|
190
|
+
let PostBreadcrumb = class PostBreadcrumb {
|
|
143
191
|
constructor(c, r, z) {
|
|
144
192
|
this.z = z;
|
|
145
193
|
c.detach();
|
|
146
194
|
this.el = r.nativeElement;
|
|
147
195
|
}
|
|
148
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
149
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
196
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostBreadcrumb, 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: "19.2.0", type: PostBreadcrumb, isStandalone: true, selector: "post-breadcrumb", inputs: { homeText: "homeText", homeUrl: "homeUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
150
198
|
};
|
|
151
|
-
|
|
199
|
+
PostBreadcrumb = __decorate([
|
|
152
200
|
ProxyCmp({
|
|
153
|
-
inputs: ['
|
|
201
|
+
inputs: ['homeText', 'homeUrl']
|
|
154
202
|
})
|
|
155
|
-
],
|
|
156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
203
|
+
], PostBreadcrumb);
|
|
204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostBreadcrumb, decorators: [{
|
|
157
205
|
type: Component,
|
|
158
206
|
args: [{
|
|
159
|
-
selector: 'post-
|
|
207
|
+
selector: 'post-breadcrumb',
|
|
160
208
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
161
209
|
template: '<ng-content></ng-content>',
|
|
162
210
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
163
|
-
inputs: ['
|
|
211
|
+
inputs: ['homeText', 'homeUrl'],
|
|
212
|
+
}]
|
|
213
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
214
|
+
let PostBreadcrumbItem = class PostBreadcrumbItem {
|
|
215
|
+
constructor(c, r, z) {
|
|
216
|
+
this.z = z;
|
|
217
|
+
c.detach();
|
|
218
|
+
this.el = r.nativeElement;
|
|
219
|
+
}
|
|
220
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
221
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostBreadcrumbItem, isStandalone: true, selector: "post-breadcrumb-item", inputs: { url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
222
|
+
};
|
|
223
|
+
PostBreadcrumbItem = __decorate([
|
|
224
|
+
ProxyCmp({
|
|
225
|
+
inputs: ['url']
|
|
226
|
+
})
|
|
227
|
+
], PostBreadcrumbItem);
|
|
228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostBreadcrumbItem, decorators: [{
|
|
229
|
+
type: Component,
|
|
230
|
+
args: [{
|
|
231
|
+
selector: 'post-breadcrumb-item',
|
|
232
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
233
|
+
template: '<ng-content></ng-content>',
|
|
234
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
235
|
+
inputs: ['url'],
|
|
164
236
|
}]
|
|
165
237
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
166
238
|
let PostCardControl = class PostCardControl {
|
|
@@ -170,8 +242,8 @@ let PostCardControl = class PostCardControl {
|
|
|
170
242
|
this.el = r.nativeElement;
|
|
171
243
|
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
172
244
|
}
|
|
173
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
174
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
245
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostCardControl, 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: "19.2.0", type: PostCardControl, isStandalone: true, 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
247
|
};
|
|
176
248
|
PostCardControl = __decorate([
|
|
177
249
|
ProxyCmp({
|
|
@@ -179,7 +251,7 @@ PostCardControl = __decorate([
|
|
|
179
251
|
methods: ['reset', 'groupReset']
|
|
180
252
|
})
|
|
181
253
|
], PostCardControl);
|
|
182
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostCardControl, decorators: [{
|
|
183
255
|
type: Component,
|
|
184
256
|
args: [{
|
|
185
257
|
selector: 'post-card-control',
|
|
@@ -189,6 +261,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
189
261
|
inputs: ['checked', 'description', 'disabled', 'icon', 'label', 'name', 'type', 'validity', 'value'],
|
|
190
262
|
}]
|
|
191
263
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
264
|
+
let PostClosebutton = class PostClosebutton {
|
|
265
|
+
constructor(c, r, z) {
|
|
266
|
+
this.z = z;
|
|
267
|
+
c.detach();
|
|
268
|
+
this.el = r.nativeElement;
|
|
269
|
+
}
|
|
270
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostClosebutton, 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: "19.2.0", type: PostClosebutton, isStandalone: true, selector: "post-closebutton", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
272
|
+
};
|
|
273
|
+
PostClosebutton = __decorate([
|
|
274
|
+
ProxyCmp({})
|
|
275
|
+
], PostClosebutton);
|
|
276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostClosebutton, decorators: [{
|
|
277
|
+
type: Component,
|
|
278
|
+
args: [{
|
|
279
|
+
selector: 'post-closebutton',
|
|
280
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
281
|
+
template: '<ng-content></ng-content>',
|
|
282
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
283
|
+
inputs: [],
|
|
284
|
+
}]
|
|
285
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
192
286
|
let PostCollapsible = class PostCollapsible {
|
|
193
287
|
constructor(c, r, z) {
|
|
194
288
|
this.z = z;
|
|
@@ -196,8 +290,8 @@ let PostCollapsible = class PostCollapsible {
|
|
|
196
290
|
this.el = r.nativeElement;
|
|
197
291
|
proxyOutputs(this, this.el, ['postToggle']);
|
|
198
292
|
}
|
|
199
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
200
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
293
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostCollapsible, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
294
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostCollapsible, isStandalone: true, selector: "post-collapsible", inputs: { collapsed: "collapsed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
201
295
|
};
|
|
202
296
|
PostCollapsible = __decorate([
|
|
203
297
|
ProxyCmp({
|
|
@@ -205,7 +299,7 @@ PostCollapsible = __decorate([
|
|
|
205
299
|
methods: ['toggle']
|
|
206
300
|
})
|
|
207
301
|
], PostCollapsible);
|
|
208
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostCollapsible, decorators: [{
|
|
209
303
|
type: Component,
|
|
210
304
|
args: [{
|
|
211
305
|
selector: 'post-collapsible',
|
|
@@ -221,8 +315,8 @@ let PostCollapsibleTrigger = class PostCollapsibleTrigger {
|
|
|
221
315
|
c.detach();
|
|
222
316
|
this.el = r.nativeElement;
|
|
223
317
|
}
|
|
224
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
225
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
318
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostCollapsibleTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
319
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostCollapsibleTrigger, isStandalone: true, selector: "post-collapsible-trigger", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
226
320
|
};
|
|
227
321
|
PostCollapsibleTrigger = __decorate([
|
|
228
322
|
ProxyCmp({
|
|
@@ -230,7 +324,7 @@ PostCollapsibleTrigger = __decorate([
|
|
|
230
324
|
methods: ['update']
|
|
231
325
|
})
|
|
232
326
|
], PostCollapsibleTrigger);
|
|
233
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostCollapsibleTrigger, decorators: [{
|
|
234
328
|
type: Component,
|
|
235
329
|
args: [{
|
|
236
330
|
selector: 'post-collapsible-trigger',
|
|
@@ -240,21 +334,70 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
240
334
|
inputs: ['for'],
|
|
241
335
|
}]
|
|
242
336
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
337
|
+
let PostFooter = class PostFooter {
|
|
338
|
+
constructor(c, r, z) {
|
|
339
|
+
this.z = z;
|
|
340
|
+
c.detach();
|
|
341
|
+
this.el = r.nativeElement;
|
|
342
|
+
}
|
|
343
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
344
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostFooter, isStandalone: true, selector: "post-footer", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
345
|
+
};
|
|
346
|
+
PostFooter = __decorate([
|
|
347
|
+
ProxyCmp({
|
|
348
|
+
inputs: ['label']
|
|
349
|
+
})
|
|
350
|
+
], PostFooter);
|
|
351
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostFooter, decorators: [{
|
|
352
|
+
type: Component,
|
|
353
|
+
args: [{
|
|
354
|
+
selector: 'post-footer',
|
|
355
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
356
|
+
template: '<ng-content></ng-content>',
|
|
357
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
358
|
+
inputs: ['label'],
|
|
359
|
+
}]
|
|
360
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
361
|
+
let PostHeader = class PostHeader {
|
|
362
|
+
constructor(c, r, z) {
|
|
363
|
+
this.z = z;
|
|
364
|
+
c.detach();
|
|
365
|
+
this.el = r.nativeElement;
|
|
366
|
+
proxyOutputs(this, this.el, ['postUpdateDevice']);
|
|
367
|
+
}
|
|
368
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
369
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostHeader, isStandalone: true, selector: "post-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
370
|
+
};
|
|
371
|
+
PostHeader = __decorate([
|
|
372
|
+
ProxyCmp({
|
|
373
|
+
methods: ['toggleMobileMenu']
|
|
374
|
+
})
|
|
375
|
+
], PostHeader);
|
|
376
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostHeader, decorators: [{
|
|
377
|
+
type: Component,
|
|
378
|
+
args: [{
|
|
379
|
+
selector: 'post-header',
|
|
380
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
381
|
+
template: '<ng-content></ng-content>',
|
|
382
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
383
|
+
inputs: [],
|
|
384
|
+
}]
|
|
385
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
243
386
|
let PostIcon = class PostIcon {
|
|
244
387
|
constructor(c, r, z) {
|
|
245
388
|
this.z = z;
|
|
246
389
|
c.detach();
|
|
247
390
|
this.el = r.nativeElement;
|
|
248
391
|
}
|
|
249
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
250
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
392
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
393
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostIcon, isStandalone: true, 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
394
|
};
|
|
252
395
|
PostIcon = __decorate([
|
|
253
396
|
ProxyCmp({
|
|
254
397
|
inputs: ['animation', 'base', 'flipH', 'flipV', 'name', 'rotate', 'scale']
|
|
255
398
|
})
|
|
256
399
|
], PostIcon);
|
|
257
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostIcon, decorators: [{
|
|
258
401
|
type: Component,
|
|
259
402
|
args: [{
|
|
260
403
|
selector: 'post-icon',
|
|
@@ -269,25 +412,117 @@ let PostLanguageOption = class PostLanguageOption {
|
|
|
269
412
|
this.z = z;
|
|
270
413
|
c.detach();
|
|
271
414
|
this.el = r.nativeElement;
|
|
272
|
-
proxyOutputs(this, this.el, ['postChange']);
|
|
415
|
+
proxyOutputs(this, this.el, ['postChange', 'postLanguageOptionInitiallyActive']);
|
|
273
416
|
}
|
|
274
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
275
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
417
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostLanguageOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
418
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostLanguageOption, isStandalone: true, selector: "post-language-option", inputs: { active: "active", code: "code", name: "name", url: "url", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
276
419
|
};
|
|
277
420
|
PostLanguageOption = __decorate([
|
|
278
421
|
ProxyCmp({
|
|
279
|
-
inputs: ['active', 'code', 'name', 'url'],
|
|
422
|
+
inputs: ['active', 'code', 'name', 'url', 'variant'],
|
|
280
423
|
methods: ['select']
|
|
281
424
|
})
|
|
282
425
|
], PostLanguageOption);
|
|
283
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostLanguageOption, decorators: [{
|
|
284
427
|
type: Component,
|
|
285
428
|
args: [{
|
|
286
429
|
selector: 'post-language-option',
|
|
287
430
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
288
431
|
template: '<ng-content></ng-content>',
|
|
289
432
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
290
|
-
inputs: ['active', 'code', 'name', 'url'],
|
|
433
|
+
inputs: ['active', 'code', 'name', 'url', 'variant'],
|
|
434
|
+
}]
|
|
435
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
436
|
+
let PostLanguageSwitch = class PostLanguageSwitch {
|
|
437
|
+
constructor(c, r, z) {
|
|
438
|
+
this.z = z;
|
|
439
|
+
c.detach();
|
|
440
|
+
this.el = r.nativeElement;
|
|
441
|
+
}
|
|
442
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostLanguageSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
443
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostLanguageSwitch, isStandalone: true, selector: "post-language-switch", inputs: { caption: "caption", description: "description", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
444
|
+
};
|
|
445
|
+
PostLanguageSwitch = __decorate([
|
|
446
|
+
ProxyCmp({
|
|
447
|
+
inputs: ['caption', 'description', 'variant']
|
|
448
|
+
})
|
|
449
|
+
], PostLanguageSwitch);
|
|
450
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostLanguageSwitch, decorators: [{
|
|
451
|
+
type: Component,
|
|
452
|
+
args: [{
|
|
453
|
+
selector: 'post-language-switch',
|
|
454
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
455
|
+
template: '<ng-content></ng-content>',
|
|
456
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
457
|
+
inputs: ['caption', 'description', 'variant'],
|
|
458
|
+
}]
|
|
459
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
460
|
+
let PostLinkarea = class PostLinkarea {
|
|
461
|
+
constructor(c, r, z) {
|
|
462
|
+
this.z = z;
|
|
463
|
+
c.detach();
|
|
464
|
+
this.el = r.nativeElement;
|
|
465
|
+
}
|
|
466
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostLinkarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
467
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostLinkarea, isStandalone: true, selector: "post-linkarea", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
468
|
+
};
|
|
469
|
+
PostLinkarea = __decorate([
|
|
470
|
+
ProxyCmp({})
|
|
471
|
+
], PostLinkarea);
|
|
472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostLinkarea, decorators: [{
|
|
473
|
+
type: Component,
|
|
474
|
+
args: [{
|
|
475
|
+
selector: 'post-linkarea',
|
|
476
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
477
|
+
template: '<ng-content></ng-content>',
|
|
478
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
479
|
+
inputs: [],
|
|
480
|
+
}]
|
|
481
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
482
|
+
let PostList = class PostList {
|
|
483
|
+
constructor(c, r, z) {
|
|
484
|
+
this.z = z;
|
|
485
|
+
c.detach();
|
|
486
|
+
this.el = r.nativeElement;
|
|
487
|
+
}
|
|
488
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
489
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostList, isStandalone: true, selector: "post-list", inputs: { horizontal: "horizontal", titleHidden: "titleHidden" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
490
|
+
};
|
|
491
|
+
PostList = __decorate([
|
|
492
|
+
ProxyCmp({
|
|
493
|
+
inputs: ['horizontal', 'titleHidden']
|
|
494
|
+
})
|
|
495
|
+
], PostList);
|
|
496
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostList, decorators: [{
|
|
497
|
+
type: Component,
|
|
498
|
+
args: [{
|
|
499
|
+
selector: 'post-list',
|
|
500
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
501
|
+
template: '<ng-content></ng-content>',
|
|
502
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
503
|
+
inputs: ['horizontal', 'titleHidden'],
|
|
504
|
+
}]
|
|
505
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
506
|
+
let PostListItem = class PostListItem {
|
|
507
|
+
constructor(c, r, z) {
|
|
508
|
+
this.z = z;
|
|
509
|
+
c.detach();
|
|
510
|
+
this.el = r.nativeElement;
|
|
511
|
+
}
|
|
512
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
513
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostListItem, isStandalone: true, selector: "post-list-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
514
|
+
};
|
|
515
|
+
PostListItem = __decorate([
|
|
516
|
+
ProxyCmp({})
|
|
517
|
+
], PostListItem);
|
|
518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostListItem, decorators: [{
|
|
519
|
+
type: Component,
|
|
520
|
+
args: [{
|
|
521
|
+
selector: 'post-list-item',
|
|
522
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
523
|
+
template: '<ng-content></ng-content>',
|
|
524
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
525
|
+
inputs: [],
|
|
291
526
|
}]
|
|
292
527
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
293
528
|
let PostLogo = class PostLogo {
|
|
@@ -296,15 +531,15 @@ let PostLogo = class PostLogo {
|
|
|
296
531
|
c.detach();
|
|
297
532
|
this.el = r.nativeElement;
|
|
298
533
|
}
|
|
299
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
300
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
534
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
535
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostLogo, isStandalone: true, selector: "post-logo", inputs: { url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
301
536
|
};
|
|
302
537
|
PostLogo = __decorate([
|
|
303
538
|
ProxyCmp({
|
|
304
539
|
inputs: ['url']
|
|
305
540
|
})
|
|
306
541
|
], PostLogo);
|
|
307
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
542
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostLogo, decorators: [{
|
|
308
543
|
type: Component,
|
|
309
544
|
args: [{
|
|
310
545
|
selector: 'post-logo',
|
|
@@ -314,14 +549,157 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
314
549
|
inputs: ['url'],
|
|
315
550
|
}]
|
|
316
551
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
552
|
+
let PostMainnavigation = class PostMainnavigation {
|
|
553
|
+
constructor(c, r, z) {
|
|
554
|
+
this.z = z;
|
|
555
|
+
c.detach();
|
|
556
|
+
this.el = r.nativeElement;
|
|
557
|
+
}
|
|
558
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostMainnavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
559
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostMainnavigation, isStandalone: true, selector: "post-mainnavigation", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
560
|
+
};
|
|
561
|
+
PostMainnavigation = __decorate([
|
|
562
|
+
ProxyCmp({})
|
|
563
|
+
], PostMainnavigation);
|
|
564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostMainnavigation, decorators: [{
|
|
565
|
+
type: Component,
|
|
566
|
+
args: [{
|
|
567
|
+
selector: 'post-mainnavigation',
|
|
568
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
569
|
+
template: '<ng-content></ng-content>',
|
|
570
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
571
|
+
inputs: [],
|
|
572
|
+
}]
|
|
573
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
574
|
+
let PostMegadropdown = class PostMegadropdown {
|
|
575
|
+
constructor(c, r, z) {
|
|
576
|
+
this.z = z;
|
|
577
|
+
c.detach();
|
|
578
|
+
this.el = r.nativeElement;
|
|
579
|
+
proxyOutputs(this, this.el, ['postToggleMegadropdown']);
|
|
580
|
+
}
|
|
581
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostMegadropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
582
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostMegadropdown, isStandalone: true, selector: "post-megadropdown", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
583
|
+
};
|
|
584
|
+
PostMegadropdown = __decorate([
|
|
585
|
+
ProxyCmp({
|
|
586
|
+
methods: ['toggle', 'show', 'hide', 'focusFirst']
|
|
587
|
+
})
|
|
588
|
+
], PostMegadropdown);
|
|
589
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostMegadropdown, decorators: [{
|
|
590
|
+
type: Component,
|
|
591
|
+
args: [{
|
|
592
|
+
selector: 'post-megadropdown',
|
|
593
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
594
|
+
template: '<ng-content></ng-content>',
|
|
595
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
596
|
+
inputs: [],
|
|
597
|
+
}]
|
|
598
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
599
|
+
let PostMegadropdownTrigger = class PostMegadropdownTrigger {
|
|
600
|
+
constructor(c, r, z) {
|
|
601
|
+
this.z = z;
|
|
602
|
+
c.detach();
|
|
603
|
+
this.el = r.nativeElement;
|
|
604
|
+
}
|
|
605
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostMegadropdownTrigger, 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: "19.2.0", type: PostMegadropdownTrigger, isStandalone: true, selector: "post-megadropdown-trigger", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
607
|
+
};
|
|
608
|
+
PostMegadropdownTrigger = __decorate([
|
|
609
|
+
ProxyCmp({
|
|
610
|
+
inputs: ['for']
|
|
611
|
+
})
|
|
612
|
+
], PostMegadropdownTrigger);
|
|
613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostMegadropdownTrigger, decorators: [{
|
|
614
|
+
type: Component,
|
|
615
|
+
args: [{
|
|
616
|
+
selector: 'post-megadropdown-trigger',
|
|
617
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
618
|
+
template: '<ng-content></ng-content>',
|
|
619
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
620
|
+
inputs: ['for'],
|
|
621
|
+
}]
|
|
622
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
623
|
+
let PostMenu = class PostMenu {
|
|
624
|
+
constructor(c, r, z) {
|
|
625
|
+
this.z = z;
|
|
626
|
+
c.detach();
|
|
627
|
+
this.el = r.nativeElement;
|
|
628
|
+
proxyOutputs(this, this.el, ['toggleMenu']);
|
|
629
|
+
}
|
|
630
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
631
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostMenu, isStandalone: true, selector: "post-menu", inputs: { placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
632
|
+
};
|
|
633
|
+
PostMenu = __decorate([
|
|
634
|
+
ProxyCmp({
|
|
635
|
+
inputs: ['placement'],
|
|
636
|
+
methods: ['toggle', 'show', 'hide']
|
|
637
|
+
})
|
|
638
|
+
], PostMenu);
|
|
639
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostMenu, decorators: [{
|
|
640
|
+
type: Component,
|
|
641
|
+
args: [{
|
|
642
|
+
selector: 'post-menu',
|
|
643
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
644
|
+
template: '<ng-content></ng-content>',
|
|
645
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
646
|
+
inputs: ['placement'],
|
|
647
|
+
}]
|
|
648
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
649
|
+
let PostMenuItem = class PostMenuItem {
|
|
650
|
+
constructor(c, r, z) {
|
|
651
|
+
this.z = z;
|
|
652
|
+
c.detach();
|
|
653
|
+
this.el = r.nativeElement;
|
|
654
|
+
}
|
|
655
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostMenuItem, 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: "19.2.0", type: PostMenuItem, isStandalone: true, selector: "post-menu-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
657
|
+
};
|
|
658
|
+
PostMenuItem = __decorate([
|
|
659
|
+
ProxyCmp({})
|
|
660
|
+
], PostMenuItem);
|
|
661
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostMenuItem, decorators: [{
|
|
662
|
+
type: Component,
|
|
663
|
+
args: [{
|
|
664
|
+
selector: 'post-menu-item',
|
|
665
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
666
|
+
template: '<ng-content></ng-content>',
|
|
667
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
668
|
+
inputs: [],
|
|
669
|
+
}]
|
|
670
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
671
|
+
let PostMenuTrigger = class PostMenuTrigger {
|
|
672
|
+
constructor(c, r, z) {
|
|
673
|
+
this.z = z;
|
|
674
|
+
c.detach();
|
|
675
|
+
this.el = r.nativeElement;
|
|
676
|
+
}
|
|
677
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostMenuTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
678
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostMenuTrigger, isStandalone: true, selector: "post-menu-trigger", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
679
|
+
};
|
|
680
|
+
PostMenuTrigger = __decorate([
|
|
681
|
+
ProxyCmp({
|
|
682
|
+
inputs: ['for']
|
|
683
|
+
})
|
|
684
|
+
], PostMenuTrigger);
|
|
685
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostMenuTrigger, decorators: [{
|
|
686
|
+
type: Component,
|
|
687
|
+
args: [{
|
|
688
|
+
selector: 'post-menu-trigger',
|
|
689
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
690
|
+
template: '<ng-content></ng-content>',
|
|
691
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
692
|
+
inputs: ['for'],
|
|
693
|
+
}]
|
|
694
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
317
695
|
let PostPopover = class PostPopover {
|
|
318
696
|
constructor(c, r, z) {
|
|
319
697
|
this.z = z;
|
|
320
698
|
c.detach();
|
|
321
699
|
this.el = r.nativeElement;
|
|
322
700
|
}
|
|
323
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
324
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
701
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
702
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostPopover, isStandalone: true, selector: "post-popover", inputs: { arrow: "arrow", closeButtonCaption: "closeButtonCaption", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
325
703
|
};
|
|
326
704
|
PostPopover = __decorate([
|
|
327
705
|
ProxyCmp({
|
|
@@ -329,7 +707,7 @@ PostPopover = __decorate([
|
|
|
329
707
|
methods: ['show', 'hide', 'toggle']
|
|
330
708
|
})
|
|
331
709
|
], PostPopover);
|
|
332
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
710
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostPopover, decorators: [{
|
|
333
711
|
type: Component,
|
|
334
712
|
args: [{
|
|
335
713
|
selector: 'post-popover',
|
|
@@ -346,23 +724,23 @@ let PostPopovercontainer = class PostPopovercontainer {
|
|
|
346
724
|
this.el = r.nativeElement;
|
|
347
725
|
proxyOutputs(this, this.el, ['postToggle']);
|
|
348
726
|
}
|
|
349
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
350
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
727
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostPopovercontainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
728
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostPopovercontainer, isStandalone: true, selector: "post-popovercontainer", inputs: { arrow: "arrow", edgeGap: "edgeGap", manualClose: "manualClose", placement: "placement", safeSpace: "safeSpace" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
351
729
|
};
|
|
352
730
|
PostPopovercontainer = __decorate([
|
|
353
731
|
ProxyCmp({
|
|
354
|
-
inputs: ['arrow', 'placement'],
|
|
732
|
+
inputs: ['arrow', 'edgeGap', 'manualClose', 'placement', 'safeSpace'],
|
|
355
733
|
methods: ['show', 'hide', 'toggle']
|
|
356
734
|
})
|
|
357
735
|
], PostPopovercontainer);
|
|
358
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostPopovercontainer, decorators: [{
|
|
359
737
|
type: Component,
|
|
360
738
|
args: [{
|
|
361
739
|
selector: 'post-popovercontainer',
|
|
362
740
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
363
741
|
template: '<ng-content></ng-content>',
|
|
364
742
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
365
|
-
inputs: ['arrow', 'placement'],
|
|
743
|
+
inputs: ['arrow', 'edgeGap', 'manualClose', 'placement', 'safeSpace'],
|
|
366
744
|
}]
|
|
367
745
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
368
746
|
let PostRating = class PostRating {
|
|
@@ -372,15 +750,15 @@ let PostRating = class PostRating {
|
|
|
372
750
|
this.el = r.nativeElement;
|
|
373
751
|
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
374
752
|
}
|
|
375
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
376
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
753
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostRating, 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: "19.2.0", type: PostRating, isStandalone: true, 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
755
|
};
|
|
378
756
|
PostRating = __decorate([
|
|
379
757
|
ProxyCmp({
|
|
380
758
|
inputs: ['currentRating', 'label', 'readonly', 'stars']
|
|
381
759
|
})
|
|
382
760
|
], PostRating);
|
|
383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
761
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostRating, decorators: [{
|
|
384
762
|
type: Component,
|
|
385
763
|
args: [{
|
|
386
764
|
selector: 'post-rating',
|
|
@@ -396,15 +774,15 @@ let PostTabHeader = class PostTabHeader {
|
|
|
396
774
|
c.detach();
|
|
397
775
|
this.el = r.nativeElement;
|
|
398
776
|
}
|
|
399
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
400
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
777
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostTabHeader, 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: "19.2.0", type: PostTabHeader, isStandalone: true, selector: "post-tab-header", inputs: { panel: "panel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
401
779
|
};
|
|
402
780
|
PostTabHeader = __decorate([
|
|
403
781
|
ProxyCmp({
|
|
404
782
|
inputs: ['panel']
|
|
405
783
|
})
|
|
406
784
|
], PostTabHeader);
|
|
407
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
785
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostTabHeader, decorators: [{
|
|
408
786
|
type: Component,
|
|
409
787
|
args: [{
|
|
410
788
|
selector: 'post-tab-header',
|
|
@@ -420,15 +798,15 @@ let PostTabPanel = class PostTabPanel {
|
|
|
420
798
|
c.detach();
|
|
421
799
|
this.el = r.nativeElement;
|
|
422
800
|
}
|
|
423
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
424
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
801
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostTabPanel, 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: "19.2.0", type: PostTabPanel, isStandalone: true, selector: "post-tab-panel", inputs: { name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
425
803
|
};
|
|
426
804
|
PostTabPanel = __decorate([
|
|
427
805
|
ProxyCmp({
|
|
428
806
|
inputs: ['name']
|
|
429
807
|
})
|
|
430
808
|
], PostTabPanel);
|
|
431
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
809
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostTabPanel, decorators: [{
|
|
432
810
|
type: Component,
|
|
433
811
|
args: [{
|
|
434
812
|
selector: 'post-tab-panel',
|
|
@@ -445,8 +823,8 @@ let PostTabs = class PostTabs {
|
|
|
445
823
|
this.el = r.nativeElement;
|
|
446
824
|
proxyOutputs(this, this.el, ['postChange']);
|
|
447
825
|
}
|
|
448
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
449
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
826
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
827
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostTabs, isStandalone: true, selector: "post-tabs", inputs: { activePanel: "activePanel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
450
828
|
};
|
|
451
829
|
PostTabs = __decorate([
|
|
452
830
|
ProxyCmp({
|
|
@@ -454,7 +832,7 @@ PostTabs = __decorate([
|
|
|
454
832
|
methods: ['show']
|
|
455
833
|
})
|
|
456
834
|
], PostTabs);
|
|
457
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
835
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostTabs, decorators: [{
|
|
458
836
|
type: Component,
|
|
459
837
|
args: [{
|
|
460
838
|
selector: 'post-tabs',
|
|
@@ -470,15 +848,15 @@ let PostTag = class PostTag {
|
|
|
470
848
|
c.detach();
|
|
471
849
|
this.el = r.nativeElement;
|
|
472
850
|
}
|
|
473
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
474
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
851
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
852
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostTag, isStandalone: true, selector: "post-tag", inputs: { icon: "icon", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
475
853
|
};
|
|
476
854
|
PostTag = __decorate([
|
|
477
855
|
ProxyCmp({
|
|
478
856
|
inputs: ['icon', 'size', 'variant']
|
|
479
857
|
})
|
|
480
858
|
], PostTag);
|
|
481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
859
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostTag, decorators: [{
|
|
482
860
|
type: Component,
|
|
483
861
|
args: [{
|
|
484
862
|
selector: 'post-tag',
|
|
@@ -488,14 +866,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
488
866
|
inputs: ['icon', 'size', 'variant'],
|
|
489
867
|
}]
|
|
490
868
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
869
|
+
let PostTogglebutton = class PostTogglebutton {
|
|
870
|
+
constructor(c, r, z) {
|
|
871
|
+
this.z = z;
|
|
872
|
+
c.detach();
|
|
873
|
+
this.el = r.nativeElement;
|
|
874
|
+
}
|
|
875
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostTogglebutton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
876
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostTogglebutton, isStandalone: true, selector: "post-togglebutton", inputs: { toggled: "toggled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
877
|
+
};
|
|
878
|
+
PostTogglebutton = __decorate([
|
|
879
|
+
ProxyCmp({
|
|
880
|
+
inputs: ['toggled']
|
|
881
|
+
})
|
|
882
|
+
], PostTogglebutton);
|
|
883
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostTogglebutton, decorators: [{
|
|
884
|
+
type: Component,
|
|
885
|
+
args: [{
|
|
886
|
+
selector: 'post-togglebutton',
|
|
887
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
888
|
+
template: '<ng-content></ng-content>',
|
|
889
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
890
|
+
inputs: ['toggled'],
|
|
891
|
+
}]
|
|
892
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
491
893
|
let PostTooltip = class PostTooltip {
|
|
492
894
|
constructor(c, r, z) {
|
|
493
895
|
this.z = z;
|
|
494
896
|
c.detach();
|
|
495
897
|
this.el = r.nativeElement;
|
|
496
898
|
}
|
|
497
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
498
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
899
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
900
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostTooltip, isStandalone: true, selector: "post-tooltip", inputs: { arrow: "arrow", delayed: "delayed", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
499
901
|
};
|
|
500
902
|
PostTooltip = __decorate([
|
|
501
903
|
ProxyCmp({
|
|
@@ -503,7 +905,7 @@ PostTooltip = __decorate([
|
|
|
503
905
|
methods: ['show', 'hide', 'toggle']
|
|
504
906
|
})
|
|
505
907
|
], PostTooltip);
|
|
506
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
908
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostTooltip, decorators: [{
|
|
507
909
|
type: Component,
|
|
508
910
|
args: [{
|
|
509
911
|
selector: 'post-tooltip',
|
|
@@ -517,14 +919,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
517
919
|
const DIRECTIVES = [
|
|
518
920
|
PostAccordion,
|
|
519
921
|
PostAccordionItem,
|
|
520
|
-
PostAlert,
|
|
521
922
|
PostAvatar,
|
|
923
|
+
PostBackToTop,
|
|
924
|
+
PostBanner,
|
|
925
|
+
PostBreadcrumb,
|
|
926
|
+
PostBreadcrumbItem,
|
|
522
927
|
PostCardControl,
|
|
928
|
+
PostClosebutton,
|
|
523
929
|
PostCollapsible,
|
|
524
930
|
PostCollapsibleTrigger,
|
|
931
|
+
PostFooter,
|
|
932
|
+
PostHeader,
|
|
525
933
|
PostIcon,
|
|
526
934
|
PostLanguageOption,
|
|
935
|
+
PostLanguageSwitch,
|
|
936
|
+
PostLinkarea,
|
|
937
|
+
PostList,
|
|
938
|
+
PostListItem,
|
|
527
939
|
PostLogo,
|
|
940
|
+
PostMainnavigation,
|
|
941
|
+
PostMegadropdown,
|
|
942
|
+
PostMegadropdownTrigger,
|
|
943
|
+
PostMenu,
|
|
944
|
+
PostMenuItem,
|
|
945
|
+
PostMenuTrigger,
|
|
528
946
|
PostPopover,
|
|
529
947
|
PostPopovercontainer,
|
|
530
948
|
PostRating,
|
|
@@ -532,6 +950,7 @@ const DIRECTIVES = [
|
|
|
532
950
|
PostTabPanel,
|
|
533
951
|
PostTabs,
|
|
534
952
|
PostTag,
|
|
953
|
+
PostTogglebutton,
|
|
535
954
|
PostTooltip
|
|
536
955
|
];
|
|
537
956
|
|
|
@@ -563,8 +982,8 @@ class PostCardControlCheckboxValueAccessorDirective {
|
|
|
563
982
|
setDisabledState(isDisabled) {
|
|
564
983
|
this.el.nativeElement.disabled = isDisabled;
|
|
565
984
|
}
|
|
566
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
567
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
985
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostCardControlCheckboxValueAccessorDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
986
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.0", type: PostCardControlCheckboxValueAccessorDirective, isStandalone: true, selector: "post-card-control[type=\"checkbox\"]", host: { listeners: { "postChange": "handleChangeEvent($event.detail.state)", "focusout": "_handleBlurEvent()" } }, providers: [
|
|
568
987
|
{
|
|
569
988
|
provide: NG_VALUE_ACCESSOR,
|
|
570
989
|
useExisting: PostCardControlCheckboxValueAccessorDirective,
|
|
@@ -572,7 +991,7 @@ class PostCardControlCheckboxValueAccessorDirective {
|
|
|
572
991
|
},
|
|
573
992
|
], ngImport: i0 }); }
|
|
574
993
|
}
|
|
575
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
994
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostCardControlCheckboxValueAccessorDirective, decorators: [{
|
|
576
995
|
type: Directive,
|
|
577
996
|
args: [{
|
|
578
997
|
/* eslint-disable-next-line @angular-eslint/directive-selector */
|
|
@@ -622,8 +1041,8 @@ class PostCardControlRadioValueAccessorDirective {
|
|
|
622
1041
|
setDisabledState(isDisabled) {
|
|
623
1042
|
this.el.nativeElement.disabled = isDisabled;
|
|
624
1043
|
}
|
|
625
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
626
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1044
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostCardControlRadioValueAccessorDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1045
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.0", type: PostCardControlRadioValueAccessorDirective, isStandalone: true, selector: "post-card-control[type=\"radio\"]", host: { listeners: { "postChange": "handleChangeEvent($event.detail.value)", "focusout": "_handleBlurEvent()" } }, providers: [
|
|
627
1046
|
{
|
|
628
1047
|
provide: NG_VALUE_ACCESSOR,
|
|
629
1048
|
useExisting: PostCardControlRadioValueAccessorDirective,
|
|
@@ -631,7 +1050,7 @@ class PostCardControlRadioValueAccessorDirective {
|
|
|
631
1050
|
},
|
|
632
1051
|
], ngImport: i0 }); }
|
|
633
1052
|
}
|
|
634
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1053
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostCardControlRadioValueAccessorDirective, decorators: [{
|
|
635
1054
|
type: Directive,
|
|
636
1055
|
args: [{
|
|
637
1056
|
/* eslint-disable-next-line @angular-eslint/directive-selector */
|
|
@@ -658,15 +1077,13 @@ const DECLARATIONS = [
|
|
|
658
1077
|
PostCardControlRadioValueAccessorDirective,
|
|
659
1078
|
];
|
|
660
1079
|
class PostComponentsModule {
|
|
661
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
662
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
663
|
-
PostCardControlRadioValueAccessorDirective], exports: [PostAccordion, PostAccordionItem,
|
|
1080
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1081
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.0", ngImport: i0, type: PostComponentsModule, imports: [PostAccordion, PostAccordionItem, PostAvatar, PostBackToTop, PostBanner, PostBreadcrumb, PostBreadcrumbItem, PostCardControl, PostClosebutton, PostCollapsible, PostCollapsibleTrigger, PostFooter, PostHeader, PostIcon, PostLanguageOption, PostLanguageSwitch, PostLinkarea, PostList, PostListItem, PostLogo, PostMainnavigation, PostMegadropdown, PostMegadropdownTrigger, PostMenu, PostMenuItem, PostMenuTrigger, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTogglebutton, PostTooltip, PostCardControlCheckboxValueAccessorDirective,
|
|
1082
|
+
PostCardControlRadioValueAccessorDirective], exports: [PostAccordion, PostAccordionItem, PostAvatar, PostBackToTop, PostBanner, PostBreadcrumb, PostBreadcrumbItem, PostCardControl, PostClosebutton, PostCollapsible, PostCollapsibleTrigger, PostFooter, PostHeader, PostIcon, PostLanguageOption, PostLanguageSwitch, PostLinkarea, PostList, PostListItem, PostLogo, PostMainnavigation, PostMegadropdown, PostMegadropdownTrigger, PostMenu, PostMenuItem, PostMenuTrigger, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTogglebutton, PostTooltip, PostCardControlCheckboxValueAccessorDirective,
|
|
664
1083
|
PostCardControlRadioValueAccessorDirective] }); }
|
|
665
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
666
|
-
{
|
|
667
|
-
|
|
668
|
-
provide: ENVIRONMENT_INITIALIZER,
|
|
669
|
-
useFactory: () => () => {
|
|
1084
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostComponentsModule, providers: [
|
|
1085
|
+
provideEnvironmentInitializer(() => {
|
|
1086
|
+
const initializerFn = (() => () => {
|
|
670
1087
|
// Check if Post components are already defined, if so do nothing
|
|
671
1088
|
if (typeof customElements.get('post-icon') !== 'undefined')
|
|
672
1089
|
return;
|
|
@@ -676,21 +1093,19 @@ class PostComponentsModule {
|
|
|
676
1093
|
setNonce(nonce);
|
|
677
1094
|
// Define Post components
|
|
678
1095
|
defineCustomElements();
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
},
|
|
1096
|
+
})();
|
|
1097
|
+
return initializerFn();
|
|
1098
|
+
}),
|
|
682
1099
|
] }); }
|
|
683
1100
|
}
|
|
684
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1101
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostComponentsModule, decorators: [{
|
|
685
1102
|
type: NgModule,
|
|
686
1103
|
args: [{
|
|
687
|
-
|
|
1104
|
+
imports: DECLARATIONS,
|
|
688
1105
|
exports: DECLARATIONS,
|
|
689
1106
|
providers: [
|
|
690
|
-
{
|
|
691
|
-
|
|
692
|
-
provide: ENVIRONMENT_INITIALIZER,
|
|
693
|
-
useFactory: () => () => {
|
|
1107
|
+
provideEnvironmentInitializer(() => {
|
|
1108
|
+
const initializerFn = (() => () => {
|
|
694
1109
|
// Check if Post components are already defined, if so do nothing
|
|
695
1110
|
if (typeof customElements.get('post-icon') !== 'undefined')
|
|
696
1111
|
return;
|
|
@@ -700,9 +1115,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
700
1115
|
setNonce(nonce);
|
|
701
1116
|
// Define Post components
|
|
702
1117
|
defineCustomElements();
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
},
|
|
1118
|
+
})();
|
|
1119
|
+
return initializerFn();
|
|
1120
|
+
}),
|
|
706
1121
|
],
|
|
707
1122
|
}]
|
|
708
1123
|
}] });
|
|
@@ -715,5 +1130,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
715
1130
|
* Generated bundle index. Do not edit.
|
|
716
1131
|
*/
|
|
717
1132
|
|
|
718
|
-
export { DIRECTIVES, PostAccordion, PostAccordionItem,
|
|
1133
|
+
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAvatar, PostBackToTop, PostBanner, PostBreadcrumb, PostBreadcrumbItem, PostCardControl, PostCardControlCheckboxValueAccessorDirective, PostCardControlRadioValueAccessorDirective, PostClosebutton, PostCollapsible, PostCollapsibleTrigger, PostComponentsModule, PostFooter, PostHeader, PostIcon, PostLanguageOption, PostLanguageSwitch, PostLinkarea, PostList, PostListItem, PostLogo, PostMainnavigation, PostMegadropdown, PostMegadropdownTrigger, PostMenu, PostMenuItem, PostMenuTrigger, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTogglebutton, PostTooltip };
|
|
719
1134
|
//# sourceMappingURL=swisspost-design-system-components-angular.mjs.map
|