@swisspost/design-system-components-angular 9.0.0-next.9 → 10.0.0-next.37
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 +195 -151
- 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 +76 -48
- 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 -871
- package/esm2022/lib/stencil-generated/index.mjs +0 -38
- 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',
|
|
@@ -119,15 +119,15 @@ let PostAvatar = class PostAvatar {
|
|
|
119
119
|
c.detach();
|
|
120
120
|
this.el = r.nativeElement;
|
|
121
121
|
}
|
|
122
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
123
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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
124
|
};
|
|
125
125
|
PostAvatar = __decorate([
|
|
126
126
|
ProxyCmp({
|
|
127
127
|
inputs: ['email', 'firstname', 'lastname', 'userid']
|
|
128
128
|
})
|
|
129
129
|
], PostAvatar);
|
|
130
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostAvatar, decorators: [{
|
|
131
131
|
type: Component,
|
|
132
132
|
args: [{
|
|
133
133
|
selector: 'post-avatar',
|
|
@@ -143,15 +143,15 @@ let PostBackToTop = class PostBackToTop {
|
|
|
143
143
|
c.detach();
|
|
144
144
|
this.el = r.nativeElement;
|
|
145
145
|
}
|
|
146
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
147
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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
148
|
};
|
|
149
149
|
PostBackToTop = __decorate([
|
|
150
150
|
ProxyCmp({
|
|
151
151
|
inputs: ['label']
|
|
152
152
|
})
|
|
153
153
|
], PostBackToTop);
|
|
154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostBackToTop, decorators: [{
|
|
155
155
|
type: Component,
|
|
156
156
|
args: [{
|
|
157
157
|
selector: 'post-back-to-top',
|
|
@@ -168,8 +168,8 @@ let PostBanner = class PostBanner {
|
|
|
168
168
|
this.el = r.nativeElement;
|
|
169
169
|
proxyOutputs(this, this.el, ['postDismissed']);
|
|
170
170
|
}
|
|
171
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
172
|
-
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 }); }
|
|
173
173
|
};
|
|
174
174
|
PostBanner = __decorate([
|
|
175
175
|
ProxyCmp({
|
|
@@ -177,7 +177,7 @@ PostBanner = __decorate([
|
|
|
177
177
|
methods: ['dismiss']
|
|
178
178
|
})
|
|
179
179
|
], PostBanner);
|
|
180
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostBanner, decorators: [{
|
|
181
181
|
type: Component,
|
|
182
182
|
args: [{
|
|
183
183
|
selector: 'post-banner',
|
|
@@ -187,52 +187,52 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
187
187
|
inputs: ['dismissLabel', 'dismissible', 'icon', 'type'],
|
|
188
188
|
}]
|
|
189
189
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
190
|
-
let
|
|
190
|
+
let PostBreadcrumbItem = class PostBreadcrumbItem {
|
|
191
191
|
constructor(c, r, z) {
|
|
192
192
|
this.z = z;
|
|
193
193
|
c.detach();
|
|
194
194
|
this.el = r.nativeElement;
|
|
195
195
|
}
|
|
196
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
197
|
-
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: PostBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
197
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "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 }); }
|
|
198
198
|
};
|
|
199
|
-
|
|
199
|
+
PostBreadcrumbItem = __decorate([
|
|
200
200
|
ProxyCmp({
|
|
201
|
-
inputs: ['
|
|
201
|
+
inputs: ['url']
|
|
202
202
|
})
|
|
203
|
-
],
|
|
204
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
203
|
+
], PostBreadcrumbItem);
|
|
204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostBreadcrumbItem, decorators: [{
|
|
205
205
|
type: Component,
|
|
206
206
|
args: [{
|
|
207
|
-
selector: 'post-breadcrumb',
|
|
207
|
+
selector: 'post-breadcrumb-item',
|
|
208
208
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
209
209
|
template: '<ng-content></ng-content>',
|
|
210
210
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
211
|
-
inputs: ['
|
|
211
|
+
inputs: ['url'],
|
|
212
212
|
}]
|
|
213
213
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
214
|
-
let
|
|
214
|
+
let PostBreadcrumbs = class PostBreadcrumbs {
|
|
215
215
|
constructor(c, r, z) {
|
|
216
216
|
this.z = z;
|
|
217
217
|
c.detach();
|
|
218
218
|
this.el = r.nativeElement;
|
|
219
219
|
}
|
|
220
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
221
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
220
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostBreadcrumbs, 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: PostBreadcrumbs, isStandalone: true, selector: "post-breadcrumbs", inputs: { homeText: "homeText", homeUrl: "homeUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
222
222
|
};
|
|
223
|
-
|
|
223
|
+
PostBreadcrumbs = __decorate([
|
|
224
224
|
ProxyCmp({
|
|
225
|
-
inputs: ['
|
|
225
|
+
inputs: ['homeText', 'homeUrl']
|
|
226
226
|
})
|
|
227
|
-
],
|
|
228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
227
|
+
], PostBreadcrumbs);
|
|
228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostBreadcrumbs, decorators: [{
|
|
229
229
|
type: Component,
|
|
230
230
|
args: [{
|
|
231
|
-
selector: 'post-
|
|
231
|
+
selector: 'post-breadcrumbs',
|
|
232
232
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
233
233
|
template: '<ng-content></ng-content>',
|
|
234
234
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
235
|
-
inputs: ['
|
|
235
|
+
inputs: ['homeText', 'homeUrl'],
|
|
236
236
|
}]
|
|
237
237
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
238
238
|
let PostCardControl = class PostCardControl {
|
|
@@ -242,8 +242,8 @@ let PostCardControl = class PostCardControl {
|
|
|
242
242
|
this.el = r.nativeElement;
|
|
243
243
|
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
244
244
|
}
|
|
245
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
246
|
-
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 }); }
|
|
247
247
|
};
|
|
248
248
|
PostCardControl = __decorate([
|
|
249
249
|
ProxyCmp({
|
|
@@ -251,7 +251,7 @@ PostCardControl = __decorate([
|
|
|
251
251
|
methods: ['reset', 'groupReset']
|
|
252
252
|
})
|
|
253
253
|
], PostCardControl);
|
|
254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostCardControl, decorators: [{
|
|
255
255
|
type: Component,
|
|
256
256
|
args: [{
|
|
257
257
|
selector: 'post-card-control',
|
|
@@ -267,13 +267,13 @@ let PostClosebutton = class PostClosebutton {
|
|
|
267
267
|
c.detach();
|
|
268
268
|
this.el = r.nativeElement;
|
|
269
269
|
}
|
|
270
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
271
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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
272
|
};
|
|
273
273
|
PostClosebutton = __decorate([
|
|
274
274
|
ProxyCmp({})
|
|
275
275
|
], PostClosebutton);
|
|
276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostClosebutton, decorators: [{
|
|
277
277
|
type: Component,
|
|
278
278
|
args: [{
|
|
279
279
|
selector: 'post-closebutton',
|
|
@@ -290,8 +290,8 @@ let PostCollapsible = class PostCollapsible {
|
|
|
290
290
|
this.el = r.nativeElement;
|
|
291
291
|
proxyOutputs(this, this.el, ['postToggle']);
|
|
292
292
|
}
|
|
293
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
294
|
-
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 }); }
|
|
295
295
|
};
|
|
296
296
|
PostCollapsible = __decorate([
|
|
297
297
|
ProxyCmp({
|
|
@@ -299,7 +299,7 @@ PostCollapsible = __decorate([
|
|
|
299
299
|
methods: ['toggle']
|
|
300
300
|
})
|
|
301
301
|
], PostCollapsible);
|
|
302
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostCollapsible, decorators: [{
|
|
303
303
|
type: Component,
|
|
304
304
|
args: [{
|
|
305
305
|
selector: 'post-collapsible',
|
|
@@ -315,8 +315,8 @@ let PostCollapsibleTrigger = class PostCollapsibleTrigger {
|
|
|
315
315
|
c.detach();
|
|
316
316
|
this.el = r.nativeElement;
|
|
317
317
|
}
|
|
318
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
319
|
-
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 }); }
|
|
320
320
|
};
|
|
321
321
|
PostCollapsibleTrigger = __decorate([
|
|
322
322
|
ProxyCmp({
|
|
@@ -324,7 +324,7 @@ PostCollapsibleTrigger = __decorate([
|
|
|
324
324
|
methods: ['update']
|
|
325
325
|
})
|
|
326
326
|
], PostCollapsibleTrigger);
|
|
327
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostCollapsibleTrigger, decorators: [{
|
|
328
328
|
type: Component,
|
|
329
329
|
args: [{
|
|
330
330
|
selector: 'post-collapsible-trigger',
|
|
@@ -340,15 +340,15 @@ let PostFooter = class PostFooter {
|
|
|
340
340
|
c.detach();
|
|
341
341
|
this.el = r.nativeElement;
|
|
342
342
|
}
|
|
343
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
344
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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
345
|
};
|
|
346
346
|
PostFooter = __decorate([
|
|
347
347
|
ProxyCmp({
|
|
348
348
|
inputs: ['label']
|
|
349
349
|
})
|
|
350
350
|
], PostFooter);
|
|
351
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
351
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostFooter, decorators: [{
|
|
352
352
|
type: Component,
|
|
353
353
|
args: [{
|
|
354
354
|
selector: 'post-footer',
|
|
@@ -363,16 +363,17 @@ let PostHeader = class PostHeader {
|
|
|
363
363
|
this.z = z;
|
|
364
364
|
c.detach();
|
|
365
365
|
this.el = r.nativeElement;
|
|
366
|
+
proxyOutputs(this, this.el, ['postUpdateDevice']);
|
|
366
367
|
}
|
|
367
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
368
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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 }); }
|
|
369
370
|
};
|
|
370
371
|
PostHeader = __decorate([
|
|
371
372
|
ProxyCmp({
|
|
372
373
|
methods: ['toggleMobileMenu']
|
|
373
374
|
})
|
|
374
375
|
], PostHeader);
|
|
375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
376
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostHeader, decorators: [{
|
|
376
377
|
type: Component,
|
|
377
378
|
args: [{
|
|
378
379
|
selector: 'post-header',
|
|
@@ -388,15 +389,15 @@ let PostIcon = class PostIcon {
|
|
|
388
389
|
c.detach();
|
|
389
390
|
this.el = r.nativeElement;
|
|
390
391
|
}
|
|
391
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
392
|
-
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 }); }
|
|
393
394
|
};
|
|
394
395
|
PostIcon = __decorate([
|
|
395
396
|
ProxyCmp({
|
|
396
397
|
inputs: ['animation', 'base', 'flipH', 'flipV', 'name', 'rotate', 'scale']
|
|
397
398
|
})
|
|
398
399
|
], PostIcon);
|
|
399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostIcon, decorators: [{
|
|
400
401
|
type: Component,
|
|
401
402
|
args: [{
|
|
402
403
|
selector: 'post-icon',
|
|
@@ -411,10 +412,10 @@ let PostLanguageOption = class PostLanguageOption {
|
|
|
411
412
|
this.z = z;
|
|
412
413
|
c.detach();
|
|
413
414
|
this.el = r.nativeElement;
|
|
414
|
-
proxyOutputs(this, this.el, ['postChange']);
|
|
415
|
+
proxyOutputs(this, this.el, ['postChange', 'postLanguageOptionInitiallyActive']);
|
|
415
416
|
}
|
|
416
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
417
|
-
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 }); }
|
|
418
419
|
};
|
|
419
420
|
PostLanguageOption = __decorate([
|
|
420
421
|
ProxyCmp({
|
|
@@ -422,7 +423,7 @@ PostLanguageOption = __decorate([
|
|
|
422
423
|
methods: ['select']
|
|
423
424
|
})
|
|
424
425
|
], PostLanguageOption);
|
|
425
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostLanguageOption, decorators: [{
|
|
426
427
|
type: Component,
|
|
427
428
|
args: [{
|
|
428
429
|
selector: 'post-language-option',
|
|
@@ -438,15 +439,15 @@ let PostLanguageSwitch = class PostLanguageSwitch {
|
|
|
438
439
|
c.detach();
|
|
439
440
|
this.el = r.nativeElement;
|
|
440
441
|
}
|
|
441
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
442
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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 }); }
|
|
443
444
|
};
|
|
444
445
|
PostLanguageSwitch = __decorate([
|
|
445
446
|
ProxyCmp({
|
|
446
447
|
inputs: ['caption', 'description', 'variant']
|
|
447
448
|
})
|
|
448
449
|
], PostLanguageSwitch);
|
|
449
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
450
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostLanguageSwitch, decorators: [{
|
|
450
451
|
type: Component,
|
|
451
452
|
args: [{
|
|
452
453
|
selector: 'post-language-switch',
|
|
@@ -456,21 +457,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
456
457
|
inputs: ['caption', 'description', 'variant'],
|
|
457
458
|
}]
|
|
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 }] });
|
|
459
482
|
let PostList = class PostList {
|
|
460
483
|
constructor(c, r, z) {
|
|
461
484
|
this.z = z;
|
|
462
485
|
c.detach();
|
|
463
486
|
this.el = r.nativeElement;
|
|
464
487
|
}
|
|
465
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
466
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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 }); }
|
|
467
490
|
};
|
|
468
491
|
PostList = __decorate([
|
|
469
492
|
ProxyCmp({
|
|
470
493
|
inputs: ['horizontal', 'titleHidden']
|
|
471
494
|
})
|
|
472
495
|
], PostList);
|
|
473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
496
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostList, decorators: [{
|
|
474
497
|
type: Component,
|
|
475
498
|
args: [{
|
|
476
499
|
selector: 'post-list',
|
|
@@ -486,13 +509,13 @@ let PostListItem = class PostListItem {
|
|
|
486
509
|
c.detach();
|
|
487
510
|
this.el = r.nativeElement;
|
|
488
511
|
}
|
|
489
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
490
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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 }); }
|
|
491
514
|
};
|
|
492
515
|
PostListItem = __decorate([
|
|
493
516
|
ProxyCmp({})
|
|
494
517
|
], PostListItem);
|
|
495
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostListItem, decorators: [{
|
|
496
519
|
type: Component,
|
|
497
520
|
args: [{
|
|
498
521
|
selector: 'post-list-item',
|
|
@@ -508,15 +531,15 @@ let PostLogo = class PostLogo {
|
|
|
508
531
|
c.detach();
|
|
509
532
|
this.el = r.nativeElement;
|
|
510
533
|
}
|
|
511
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
512
|
-
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 }); }
|
|
513
536
|
};
|
|
514
537
|
PostLogo = __decorate([
|
|
515
538
|
ProxyCmp({
|
|
516
539
|
inputs: ['url']
|
|
517
540
|
})
|
|
518
541
|
], PostLogo);
|
|
519
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
542
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostLogo, decorators: [{
|
|
520
543
|
type: Component,
|
|
521
544
|
args: [{
|
|
522
545
|
selector: 'post-logo',
|
|
@@ -531,15 +554,14 @@ let PostMainnavigation = class PostMainnavigation {
|
|
|
531
554
|
this.z = z;
|
|
532
555
|
c.detach();
|
|
533
556
|
this.el = r.nativeElement;
|
|
534
|
-
proxyOutputs(this, this.el, ['postToggle']);
|
|
535
557
|
}
|
|
536
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
537
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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 }); }
|
|
538
560
|
};
|
|
539
561
|
PostMainnavigation = __decorate([
|
|
540
562
|
ProxyCmp({})
|
|
541
563
|
], PostMainnavigation);
|
|
542
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostMainnavigation, decorators: [{
|
|
543
565
|
type: Component,
|
|
544
566
|
args: [{
|
|
545
567
|
selector: 'post-mainnavigation',
|
|
@@ -556,15 +578,15 @@ let PostMegadropdown = class PostMegadropdown {
|
|
|
556
578
|
this.el = r.nativeElement;
|
|
557
579
|
proxyOutputs(this, this.el, ['postToggleMegadropdown']);
|
|
558
580
|
}
|
|
559
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
560
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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 }); }
|
|
561
583
|
};
|
|
562
584
|
PostMegadropdown = __decorate([
|
|
563
585
|
ProxyCmp({
|
|
564
|
-
methods: ['toggle', 'show']
|
|
586
|
+
methods: ['toggle', 'show', 'hide', 'focusFirst']
|
|
565
587
|
})
|
|
566
588
|
], PostMegadropdown);
|
|
567
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
589
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostMegadropdown, decorators: [{
|
|
568
590
|
type: Component,
|
|
569
591
|
args: [{
|
|
570
592
|
selector: 'post-megadropdown',
|
|
@@ -580,15 +602,15 @@ let PostMegadropdownTrigger = class PostMegadropdownTrigger {
|
|
|
580
602
|
c.detach();
|
|
581
603
|
this.el = r.nativeElement;
|
|
582
604
|
}
|
|
583
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
584
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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 }); }
|
|
585
607
|
};
|
|
586
608
|
PostMegadropdownTrigger = __decorate([
|
|
587
609
|
ProxyCmp({
|
|
588
610
|
inputs: ['for']
|
|
589
611
|
})
|
|
590
612
|
], PostMegadropdownTrigger);
|
|
591
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostMegadropdownTrigger, decorators: [{
|
|
592
614
|
type: Component,
|
|
593
615
|
args: [{
|
|
594
616
|
selector: 'post-megadropdown-trigger',
|
|
@@ -605,8 +627,8 @@ let PostMenu = class PostMenu {
|
|
|
605
627
|
this.el = r.nativeElement;
|
|
606
628
|
proxyOutputs(this, this.el, ['toggleMenu']);
|
|
607
629
|
}
|
|
608
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
609
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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 }); }
|
|
610
632
|
};
|
|
611
633
|
PostMenu = __decorate([
|
|
612
634
|
ProxyCmp({
|
|
@@ -614,7 +636,7 @@ PostMenu = __decorate([
|
|
|
614
636
|
methods: ['toggle', 'show', 'hide']
|
|
615
637
|
})
|
|
616
638
|
], PostMenu);
|
|
617
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
639
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostMenu, decorators: [{
|
|
618
640
|
type: Component,
|
|
619
641
|
args: [{
|
|
620
642
|
selector: 'post-menu',
|
|
@@ -630,13 +652,13 @@ let PostMenuItem = class PostMenuItem {
|
|
|
630
652
|
c.detach();
|
|
631
653
|
this.el = r.nativeElement;
|
|
632
654
|
}
|
|
633
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
634
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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 }); }
|
|
635
657
|
};
|
|
636
658
|
PostMenuItem = __decorate([
|
|
637
659
|
ProxyCmp({})
|
|
638
660
|
], PostMenuItem);
|
|
639
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
661
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostMenuItem, decorators: [{
|
|
640
662
|
type: Component,
|
|
641
663
|
args: [{
|
|
642
664
|
selector: 'post-menu-item',
|
|
@@ -652,15 +674,15 @@ let PostMenuTrigger = class PostMenuTrigger {
|
|
|
652
674
|
c.detach();
|
|
653
675
|
this.el = r.nativeElement;
|
|
654
676
|
}
|
|
655
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
656
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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 }); }
|
|
657
679
|
};
|
|
658
680
|
PostMenuTrigger = __decorate([
|
|
659
681
|
ProxyCmp({
|
|
660
682
|
inputs: ['for']
|
|
661
683
|
})
|
|
662
684
|
], PostMenuTrigger);
|
|
663
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
685
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostMenuTrigger, decorators: [{
|
|
664
686
|
type: Component,
|
|
665
687
|
args: [{
|
|
666
688
|
selector: 'post-menu-trigger',
|
|
@@ -676,8 +698,8 @@ let PostPopover = class PostPopover {
|
|
|
676
698
|
c.detach();
|
|
677
699
|
this.el = r.nativeElement;
|
|
678
700
|
}
|
|
679
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
680
|
-
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 }); }
|
|
681
703
|
};
|
|
682
704
|
PostPopover = __decorate([
|
|
683
705
|
ProxyCmp({
|
|
@@ -685,7 +707,7 @@ PostPopover = __decorate([
|
|
|
685
707
|
methods: ['show', 'hide', 'toggle']
|
|
686
708
|
})
|
|
687
709
|
], PostPopover);
|
|
688
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
710
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostPopover, decorators: [{
|
|
689
711
|
type: Component,
|
|
690
712
|
args: [{
|
|
691
713
|
selector: 'post-popover',
|
|
@@ -702,23 +724,23 @@ let PostPopovercontainer = class PostPopovercontainer {
|
|
|
702
724
|
this.el = r.nativeElement;
|
|
703
725
|
proxyOutputs(this, this.el, ['postToggle']);
|
|
704
726
|
}
|
|
705
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
706
|
-
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: { animation: "animation", arrow: "arrow", edgeGap: "edgeGap", manualClose: "manualClose", placement: "placement", safeSpace: "safeSpace" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
707
729
|
};
|
|
708
730
|
PostPopovercontainer = __decorate([
|
|
709
731
|
ProxyCmp({
|
|
710
|
-
inputs: ['arrow', 'edgeGap', 'placement'],
|
|
732
|
+
inputs: ['animation', 'arrow', 'edgeGap', 'manualClose', 'placement', 'safeSpace'],
|
|
711
733
|
methods: ['show', 'hide', 'toggle']
|
|
712
734
|
})
|
|
713
735
|
], PostPopovercontainer);
|
|
714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostPopovercontainer, decorators: [{
|
|
715
737
|
type: Component,
|
|
716
738
|
args: [{
|
|
717
739
|
selector: 'post-popovercontainer',
|
|
718
740
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
719
741
|
template: '<ng-content></ng-content>',
|
|
720
742
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
721
|
-
inputs: ['arrow', 'edgeGap', 'placement'],
|
|
743
|
+
inputs: ['animation', 'arrow', 'edgeGap', 'manualClose', 'placement', 'safeSpace'],
|
|
722
744
|
}]
|
|
723
745
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
724
746
|
let PostRating = class PostRating {
|
|
@@ -728,15 +750,15 @@ let PostRating = class PostRating {
|
|
|
728
750
|
this.el = r.nativeElement;
|
|
729
751
|
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
730
752
|
}
|
|
731
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
732
|
-
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 }); }
|
|
733
755
|
};
|
|
734
756
|
PostRating = __decorate([
|
|
735
757
|
ProxyCmp({
|
|
736
758
|
inputs: ['currentRating', 'label', 'readonly', 'stars']
|
|
737
759
|
})
|
|
738
760
|
], PostRating);
|
|
739
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
761
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostRating, decorators: [{
|
|
740
762
|
type: Component,
|
|
741
763
|
args: [{
|
|
742
764
|
selector: 'post-rating',
|
|
@@ -752,15 +774,15 @@ let PostTabHeader = class PostTabHeader {
|
|
|
752
774
|
c.detach();
|
|
753
775
|
this.el = r.nativeElement;
|
|
754
776
|
}
|
|
755
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
756
|
-
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 }); }
|
|
757
779
|
};
|
|
758
780
|
PostTabHeader = __decorate([
|
|
759
781
|
ProxyCmp({
|
|
760
782
|
inputs: ['panel']
|
|
761
783
|
})
|
|
762
784
|
], PostTabHeader);
|
|
763
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
785
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostTabHeader, decorators: [{
|
|
764
786
|
type: Component,
|
|
765
787
|
args: [{
|
|
766
788
|
selector: 'post-tab-header',
|
|
@@ -776,15 +798,15 @@ let PostTabPanel = class PostTabPanel {
|
|
|
776
798
|
c.detach();
|
|
777
799
|
this.el = r.nativeElement;
|
|
778
800
|
}
|
|
779
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
780
|
-
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 }); }
|
|
781
803
|
};
|
|
782
804
|
PostTabPanel = __decorate([
|
|
783
805
|
ProxyCmp({
|
|
784
806
|
inputs: ['name']
|
|
785
807
|
})
|
|
786
808
|
], PostTabPanel);
|
|
787
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
809
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostTabPanel, decorators: [{
|
|
788
810
|
type: Component,
|
|
789
811
|
args: [{
|
|
790
812
|
selector: 'post-tab-panel',
|
|
@@ -801,8 +823,8 @@ let PostTabs = class PostTabs {
|
|
|
801
823
|
this.el = r.nativeElement;
|
|
802
824
|
proxyOutputs(this, this.el, ['postChange']);
|
|
803
825
|
}
|
|
804
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
805
|
-
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 }); }
|
|
806
828
|
};
|
|
807
829
|
PostTabs = __decorate([
|
|
808
830
|
ProxyCmp({
|
|
@@ -810,7 +832,7 @@ PostTabs = __decorate([
|
|
|
810
832
|
methods: ['show']
|
|
811
833
|
})
|
|
812
834
|
], PostTabs);
|
|
813
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
835
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostTabs, decorators: [{
|
|
814
836
|
type: Component,
|
|
815
837
|
args: [{
|
|
816
838
|
selector: 'post-tabs',
|
|
@@ -826,15 +848,15 @@ let PostTag = class PostTag {
|
|
|
826
848
|
c.detach();
|
|
827
849
|
this.el = r.nativeElement;
|
|
828
850
|
}
|
|
829
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
830
|
-
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 }); }
|
|
831
853
|
};
|
|
832
854
|
PostTag = __decorate([
|
|
833
855
|
ProxyCmp({
|
|
834
856
|
inputs: ['icon', 'size', 'variant']
|
|
835
857
|
})
|
|
836
858
|
], PostTag);
|
|
837
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
859
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostTag, decorators: [{
|
|
838
860
|
type: Component,
|
|
839
861
|
args: [{
|
|
840
862
|
selector: 'post-tag',
|
|
@@ -850,15 +872,15 @@ let PostTogglebutton = class PostTogglebutton {
|
|
|
850
872
|
c.detach();
|
|
851
873
|
this.el = r.nativeElement;
|
|
852
874
|
}
|
|
853
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
854
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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 }); }
|
|
855
877
|
};
|
|
856
878
|
PostTogglebutton = __decorate([
|
|
857
879
|
ProxyCmp({
|
|
858
880
|
inputs: ['toggled']
|
|
859
881
|
})
|
|
860
882
|
], PostTogglebutton);
|
|
861
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
883
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostTogglebutton, decorators: [{
|
|
862
884
|
type: Component,
|
|
863
885
|
args: [{
|
|
864
886
|
selector: 'post-togglebutton',
|
|
@@ -874,23 +896,47 @@ let PostTooltip = class PostTooltip {
|
|
|
874
896
|
c.detach();
|
|
875
897
|
this.el = r.nativeElement;
|
|
876
898
|
}
|
|
877
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
878
|
-
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: { animation: "animation", arrow: "arrow", open: "open", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
879
901
|
};
|
|
880
902
|
PostTooltip = __decorate([
|
|
881
903
|
ProxyCmp({
|
|
882
|
-
inputs: ['arrow', '
|
|
904
|
+
inputs: ['animation', 'arrow', 'open', 'placement'],
|
|
883
905
|
methods: ['show', 'hide', 'toggle']
|
|
884
906
|
})
|
|
885
907
|
], PostTooltip);
|
|
886
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
908
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostTooltip, decorators: [{
|
|
887
909
|
type: Component,
|
|
888
910
|
args: [{
|
|
889
911
|
selector: 'post-tooltip',
|
|
890
912
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
891
913
|
template: '<ng-content></ng-content>',
|
|
892
914
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
893
|
-
inputs: ['arrow', '
|
|
915
|
+
inputs: ['animation', 'arrow', 'open', 'placement'],
|
|
916
|
+
}]
|
|
917
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
918
|
+
let PostTooltipTrigger = class PostTooltipTrigger {
|
|
919
|
+
constructor(c, r, z) {
|
|
920
|
+
this.z = z;
|
|
921
|
+
c.detach();
|
|
922
|
+
this.el = r.nativeElement;
|
|
923
|
+
}
|
|
924
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostTooltipTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
925
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.0", type: PostTooltipTrigger, isStandalone: true, selector: "post-tooltip-trigger", inputs: { delay: "delay", for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
926
|
+
};
|
|
927
|
+
PostTooltipTrigger = __decorate([
|
|
928
|
+
ProxyCmp({
|
|
929
|
+
inputs: ['delay', 'for']
|
|
930
|
+
})
|
|
931
|
+
], PostTooltipTrigger);
|
|
932
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostTooltipTrigger, decorators: [{
|
|
933
|
+
type: Component,
|
|
934
|
+
args: [{
|
|
935
|
+
selector: 'post-tooltip-trigger',
|
|
936
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
937
|
+
template: '<ng-content></ng-content>',
|
|
938
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
939
|
+
inputs: ['delay', 'for'],
|
|
894
940
|
}]
|
|
895
941
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
896
942
|
|
|
@@ -900,8 +946,8 @@ const DIRECTIVES = [
|
|
|
900
946
|
PostAvatar,
|
|
901
947
|
PostBackToTop,
|
|
902
948
|
PostBanner,
|
|
903
|
-
PostBreadcrumb,
|
|
904
949
|
PostBreadcrumbItem,
|
|
950
|
+
PostBreadcrumbs,
|
|
905
951
|
PostCardControl,
|
|
906
952
|
PostClosebutton,
|
|
907
953
|
PostCollapsible,
|
|
@@ -911,6 +957,7 @@ const DIRECTIVES = [
|
|
|
911
957
|
PostIcon,
|
|
912
958
|
PostLanguageOption,
|
|
913
959
|
PostLanguageSwitch,
|
|
960
|
+
PostLinkarea,
|
|
914
961
|
PostList,
|
|
915
962
|
PostListItem,
|
|
916
963
|
PostLogo,
|
|
@@ -928,7 +975,8 @@ const DIRECTIVES = [
|
|
|
928
975
|
PostTabs,
|
|
929
976
|
PostTag,
|
|
930
977
|
PostTogglebutton,
|
|
931
|
-
PostTooltip
|
|
978
|
+
PostTooltip,
|
|
979
|
+
PostTooltipTrigger
|
|
932
980
|
];
|
|
933
981
|
|
|
934
982
|
class PostCardControlCheckboxValueAccessorDirective {
|
|
@@ -959,8 +1007,8 @@ class PostCardControlCheckboxValueAccessorDirective {
|
|
|
959
1007
|
setDisabledState(isDisabled) {
|
|
960
1008
|
this.el.nativeElement.disabled = isDisabled;
|
|
961
1009
|
}
|
|
962
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
963
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1010
|
+
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 }); }
|
|
1011
|
+
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: [
|
|
964
1012
|
{
|
|
965
1013
|
provide: NG_VALUE_ACCESSOR,
|
|
966
1014
|
useExisting: PostCardControlCheckboxValueAccessorDirective,
|
|
@@ -968,7 +1016,7 @@ class PostCardControlCheckboxValueAccessorDirective {
|
|
|
968
1016
|
},
|
|
969
1017
|
], ngImport: i0 }); }
|
|
970
1018
|
}
|
|
971
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostCardControlCheckboxValueAccessorDirective, decorators: [{
|
|
972
1020
|
type: Directive,
|
|
973
1021
|
args: [{
|
|
974
1022
|
/* eslint-disable-next-line @angular-eslint/directive-selector */
|
|
@@ -1018,8 +1066,8 @@ class PostCardControlRadioValueAccessorDirective {
|
|
|
1018
1066
|
setDisabledState(isDisabled) {
|
|
1019
1067
|
this.el.nativeElement.disabled = isDisabled;
|
|
1020
1068
|
}
|
|
1021
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1022
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1069
|
+
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 }); }
|
|
1070
|
+
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: [
|
|
1023
1071
|
{
|
|
1024
1072
|
provide: NG_VALUE_ACCESSOR,
|
|
1025
1073
|
useExisting: PostCardControlRadioValueAccessorDirective,
|
|
@@ -1027,7 +1075,7 @@ class PostCardControlRadioValueAccessorDirective {
|
|
|
1027
1075
|
},
|
|
1028
1076
|
], ngImport: i0 }); }
|
|
1029
1077
|
}
|
|
1030
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1078
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostCardControlRadioValueAccessorDirective, decorators: [{
|
|
1031
1079
|
type: Directive,
|
|
1032
1080
|
args: [{
|
|
1033
1081
|
/* eslint-disable-next-line @angular-eslint/directive-selector */
|
|
@@ -1054,15 +1102,13 @@ const DECLARATIONS = [
|
|
|
1054
1102
|
PostCardControlRadioValueAccessorDirective,
|
|
1055
1103
|
];
|
|
1056
1104
|
class PostComponentsModule {
|
|
1057
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1058
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1059
|
-
PostCardControlRadioValueAccessorDirective], exports: [PostAccordion, PostAccordionItem, PostAvatar, PostBackToTop, PostBanner,
|
|
1105
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1106
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.0", ngImport: i0, type: PostComponentsModule, imports: [PostAccordion, PostAccordionItem, PostAvatar, PostBackToTop, PostBanner, PostBreadcrumbItem, PostBreadcrumbs, 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, PostTooltipTrigger, PostCardControlCheckboxValueAccessorDirective,
|
|
1107
|
+
PostCardControlRadioValueAccessorDirective], exports: [PostAccordion, PostAccordionItem, PostAvatar, PostBackToTop, PostBanner, PostBreadcrumbItem, PostBreadcrumbs, 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, PostTooltipTrigger, PostCardControlCheckboxValueAccessorDirective,
|
|
1060
1108
|
PostCardControlRadioValueAccessorDirective] }); }
|
|
1061
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1062
|
-
{
|
|
1063
|
-
|
|
1064
|
-
provide: ENVIRONMENT_INITIALIZER,
|
|
1065
|
-
useFactory: () => () => {
|
|
1109
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostComponentsModule, providers: [
|
|
1110
|
+
provideEnvironmentInitializer(() => {
|
|
1111
|
+
const initializerFn = (() => () => {
|
|
1066
1112
|
// Check if Post components are already defined, if so do nothing
|
|
1067
1113
|
if (typeof customElements.get('post-icon') !== 'undefined')
|
|
1068
1114
|
return;
|
|
@@ -1072,21 +1118,19 @@ class PostComponentsModule {
|
|
|
1072
1118
|
setNonce(nonce);
|
|
1073
1119
|
// Define Post components
|
|
1074
1120
|
defineCustomElements();
|
|
1075
|
-
}
|
|
1076
|
-
|
|
1077
|
-
},
|
|
1121
|
+
})();
|
|
1122
|
+
return initializerFn();
|
|
1123
|
+
}),
|
|
1078
1124
|
] }); }
|
|
1079
1125
|
}
|
|
1080
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: PostComponentsModule, decorators: [{
|
|
1081
1127
|
type: NgModule,
|
|
1082
1128
|
args: [{
|
|
1083
|
-
|
|
1129
|
+
imports: DECLARATIONS,
|
|
1084
1130
|
exports: DECLARATIONS,
|
|
1085
1131
|
providers: [
|
|
1086
|
-
{
|
|
1087
|
-
|
|
1088
|
-
provide: ENVIRONMENT_INITIALIZER,
|
|
1089
|
-
useFactory: () => () => {
|
|
1132
|
+
provideEnvironmentInitializer(() => {
|
|
1133
|
+
const initializerFn = (() => () => {
|
|
1090
1134
|
// Check if Post components are already defined, if so do nothing
|
|
1091
1135
|
if (typeof customElements.get('post-icon') !== 'undefined')
|
|
1092
1136
|
return;
|
|
@@ -1096,9 +1140,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1096
1140
|
setNonce(nonce);
|
|
1097
1141
|
// Define Post components
|
|
1098
1142
|
defineCustomElements();
|
|
1099
|
-
}
|
|
1100
|
-
|
|
1101
|
-
},
|
|
1143
|
+
})();
|
|
1144
|
+
return initializerFn();
|
|
1145
|
+
}),
|
|
1102
1146
|
],
|
|
1103
1147
|
}]
|
|
1104
1148
|
}] });
|
|
@@ -1111,5 +1155,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1111
1155
|
* Generated bundle index. Do not edit.
|
|
1112
1156
|
*/
|
|
1113
1157
|
|
|
1114
|
-
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAvatar, PostBackToTop, PostBanner,
|
|
1158
|
+
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAvatar, PostBackToTop, PostBanner, PostBreadcrumbItem, PostBreadcrumbs, 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, PostTooltipTrigger };
|
|
1115
1159
|
//# sourceMappingURL=swisspost-design-system-components-angular.mjs.map
|