@swisspost/design-system-components-angular 9.0.0-next.9 → 9.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/swisspost-design-system-components-angular.mjs +101 -528
- 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 +1 -1
- package/lib/custom/value-accessors/post-card-control-radio-value-accessor.d.ts +1 -1
- package/lib/stencil-generated/components.d.ts +30 -201
- package/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +5 -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,
|
|
2
|
+
import { ChangeDetectionStrategy, Component, HostListener, Directive, 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.9", 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.9", 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.9", 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.9", 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.9", 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.9", ngImport: i0, type: PostAccordionItem, decorators: [{
|
|
107
107
|
type: Component,
|
|
108
108
|
args: [{
|
|
109
109
|
selector: 'post-accordion-item',
|
|
@@ -113,126 +113,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
113
113
|
inputs: ['collapsed', 'headingLevel'],
|
|
114
114
|
}]
|
|
115
115
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
116
|
-
let
|
|
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: "18.2.13", ngImport: i0, type: PostAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
123
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostAvatar, selector: "post-avatar", inputs: { email: "email", firstname: "firstname", lastname: "lastname", userid: "userid" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
124
|
-
};
|
|
125
|
-
PostAvatar = __decorate([
|
|
126
|
-
ProxyCmp({
|
|
127
|
-
inputs: ['email', 'firstname', 'lastname', 'userid']
|
|
128
|
-
})
|
|
129
|
-
], PostAvatar);
|
|
130
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", 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: "18.2.13", ngImport: i0, type: PostBackToTop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
147
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostBackToTop, selector: "post-back-to-top", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
148
|
-
};
|
|
149
|
-
PostBackToTop = __decorate([
|
|
150
|
-
ProxyCmp({
|
|
151
|
-
inputs: ['label']
|
|
152
|
-
})
|
|
153
|
-
], PostBackToTop);
|
|
154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostBackToTop, decorators: [{
|
|
155
|
-
type: Component,
|
|
156
|
-
args: [{
|
|
157
|
-
selector: 'post-back-to-top',
|
|
158
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
159
|
-
template: '<ng-content></ng-content>',
|
|
160
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
161
|
-
inputs: ['label'],
|
|
162
|
-
}]
|
|
163
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
164
|
-
let PostBanner = class PostBanner {
|
|
116
|
+
let PostAlert = class PostAlert {
|
|
165
117
|
constructor(c, r, z) {
|
|
166
118
|
this.z = z;
|
|
167
119
|
c.detach();
|
|
168
120
|
this.el = r.nativeElement;
|
|
169
121
|
proxyOutputs(this, this.el, ['postDismissed']);
|
|
170
122
|
}
|
|
171
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
172
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
123
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
124
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.9", type: PostAlert, isStandalone: true, selector: "post-alert", inputs: { dismissLabel: "dismissLabel", dismissible: "dismissible", fixed: "fixed", icon: "icon", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
173
125
|
};
|
|
174
|
-
|
|
126
|
+
PostAlert = __decorate([
|
|
175
127
|
ProxyCmp({
|
|
176
|
-
inputs: ['dismissLabel', 'dismissible', 'icon', 'type'],
|
|
128
|
+
inputs: ['dismissLabel', 'dismissible', 'fixed', 'icon', 'type'],
|
|
177
129
|
methods: ['dismiss']
|
|
178
130
|
})
|
|
179
|
-
],
|
|
180
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
181
|
-
type: Component,
|
|
182
|
-
args: [{
|
|
183
|
-
selector: 'post-banner',
|
|
184
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
185
|
-
template: '<ng-content></ng-content>',
|
|
186
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
187
|
-
inputs: ['dismissLabel', 'dismissible', 'icon', 'type'],
|
|
188
|
-
}]
|
|
189
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
190
|
-
let PostBreadcrumb = class PostBreadcrumb {
|
|
191
|
-
constructor(c, r, z) {
|
|
192
|
-
this.z = z;
|
|
193
|
-
c.detach();
|
|
194
|
-
this.el = r.nativeElement;
|
|
195
|
-
}
|
|
196
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", 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: "18.2.13", type: PostBreadcrumb, selector: "post-breadcrumb", inputs: { homeText: "homeText", homeUrl: "homeUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
198
|
-
};
|
|
199
|
-
PostBreadcrumb = __decorate([
|
|
200
|
-
ProxyCmp({
|
|
201
|
-
inputs: ['homeText', 'homeUrl']
|
|
202
|
-
})
|
|
203
|
-
], PostBreadcrumb);
|
|
204
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostBreadcrumb, decorators: [{
|
|
205
|
-
type: Component,
|
|
206
|
-
args: [{
|
|
207
|
-
selector: 'post-breadcrumb',
|
|
208
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
209
|
-
template: '<ng-content></ng-content>',
|
|
210
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
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: "18.2.13", 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: "18.2.13", type: PostBreadcrumbItem, selector: "post-breadcrumb-item", inputs: { url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
222
|
-
};
|
|
223
|
-
PostBreadcrumbItem = __decorate([
|
|
224
|
-
ProxyCmp({
|
|
225
|
-
inputs: ['url']
|
|
226
|
-
})
|
|
227
|
-
], PostBreadcrumbItem);
|
|
228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostBreadcrumbItem, decorators: [{
|
|
131
|
+
], PostAlert);
|
|
132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostAlert, decorators: [{
|
|
229
133
|
type: Component,
|
|
230
134
|
args: [{
|
|
231
|
-
selector: 'post-
|
|
135
|
+
selector: 'post-alert',
|
|
232
136
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
233
137
|
template: '<ng-content></ng-content>',
|
|
234
138
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
235
|
-
inputs: ['
|
|
139
|
+
inputs: ['dismissLabel', 'dismissible', 'fixed', 'icon', 'type'],
|
|
236
140
|
}]
|
|
237
141
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
238
142
|
let PostCardControl = class PostCardControl {
|
|
@@ -242,8 +146,8 @@ let PostCardControl = class PostCardControl {
|
|
|
242
146
|
this.el = r.nativeElement;
|
|
243
147
|
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
244
148
|
}
|
|
245
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
246
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
149
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostCardControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
150
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.9", 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
151
|
};
|
|
248
152
|
PostCardControl = __decorate([
|
|
249
153
|
ProxyCmp({
|
|
@@ -251,7 +155,7 @@ PostCardControl = __decorate([
|
|
|
251
155
|
methods: ['reset', 'groupReset']
|
|
252
156
|
})
|
|
253
157
|
], PostCardControl);
|
|
254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostCardControl, decorators: [{
|
|
255
159
|
type: Component,
|
|
256
160
|
args: [{
|
|
257
161
|
selector: 'post-card-control',
|
|
@@ -261,28 +165,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
261
165
|
inputs: ['checked', 'description', 'disabled', 'icon', 'label', 'name', 'type', 'validity', 'value'],
|
|
262
166
|
}]
|
|
263
167
|
}], 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: "18.2.13", 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: "18.2.13", type: PostClosebutton, 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: "18.2.13", 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 }] });
|
|
286
168
|
let PostCollapsible = class PostCollapsible {
|
|
287
169
|
constructor(c, r, z) {
|
|
288
170
|
this.z = z;
|
|
@@ -290,8 +172,8 @@ let PostCollapsible = class PostCollapsible {
|
|
|
290
172
|
this.el = r.nativeElement;
|
|
291
173
|
proxyOutputs(this, this.el, ['postToggle']);
|
|
292
174
|
}
|
|
293
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
294
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
175
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostCollapsible, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
176
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.9", type: PostCollapsible, isStandalone: true, selector: "post-collapsible", inputs: { collapsed: "collapsed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
295
177
|
};
|
|
296
178
|
PostCollapsible = __decorate([
|
|
297
179
|
ProxyCmp({
|
|
@@ -299,7 +181,7 @@ PostCollapsible = __decorate([
|
|
|
299
181
|
methods: ['toggle']
|
|
300
182
|
})
|
|
301
183
|
], PostCollapsible);
|
|
302
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostCollapsible, decorators: [{
|
|
303
185
|
type: Component,
|
|
304
186
|
args: [{
|
|
305
187
|
selector: 'post-collapsible',
|
|
@@ -315,8 +197,8 @@ let PostCollapsibleTrigger = class PostCollapsibleTrigger {
|
|
|
315
197
|
c.detach();
|
|
316
198
|
this.el = r.nativeElement;
|
|
317
199
|
}
|
|
318
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
319
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
200
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostCollapsibleTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
201
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.9", 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
202
|
};
|
|
321
203
|
PostCollapsibleTrigger = __decorate([
|
|
322
204
|
ProxyCmp({
|
|
@@ -324,7 +206,7 @@ PostCollapsibleTrigger = __decorate([
|
|
|
324
206
|
methods: ['update']
|
|
325
207
|
})
|
|
326
208
|
], PostCollapsibleTrigger);
|
|
327
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostCollapsibleTrigger, decorators: [{
|
|
328
210
|
type: Component,
|
|
329
211
|
args: [{
|
|
330
212
|
selector: 'post-collapsible-trigger',
|
|
@@ -334,69 +216,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
334
216
|
inputs: ['for'],
|
|
335
217
|
}]
|
|
336
218
|
}], 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: "18.2.13", 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: "18.2.13", type: PostFooter, 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: "18.2.13", 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
|
-
}
|
|
367
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
368
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostHeader, selector: "post-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
369
|
-
};
|
|
370
|
-
PostHeader = __decorate([
|
|
371
|
-
ProxyCmp({
|
|
372
|
-
methods: ['toggleMobileMenu']
|
|
373
|
-
})
|
|
374
|
-
], PostHeader);
|
|
375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostHeader, decorators: [{
|
|
376
|
-
type: Component,
|
|
377
|
-
args: [{
|
|
378
|
-
selector: 'post-header',
|
|
379
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
380
|
-
template: '<ng-content></ng-content>',
|
|
381
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
382
|
-
inputs: [],
|
|
383
|
-
}]
|
|
384
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
385
219
|
let PostIcon = class PostIcon {
|
|
386
220
|
constructor(c, r, z) {
|
|
387
221
|
this.z = z;
|
|
388
222
|
c.detach();
|
|
389
223
|
this.el = r.nativeElement;
|
|
390
224
|
}
|
|
391
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
392
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
225
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
226
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.9", 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
227
|
};
|
|
394
228
|
PostIcon = __decorate([
|
|
395
229
|
ProxyCmp({
|
|
396
230
|
inputs: ['animation', 'base', 'flipH', 'flipV', 'name', 'rotate', 'scale']
|
|
397
231
|
})
|
|
398
232
|
], PostIcon);
|
|
399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostIcon, decorators: [{
|
|
400
234
|
type: Component,
|
|
401
235
|
args: [{
|
|
402
236
|
selector: 'post-icon',
|
|
@@ -406,117 +240,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
406
240
|
inputs: ['animation', 'base', 'flipH', 'flipV', 'name', 'rotate', 'scale'],
|
|
407
241
|
}]
|
|
408
242
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
409
|
-
let PostLanguageOption = class PostLanguageOption {
|
|
410
|
-
constructor(c, r, z) {
|
|
411
|
-
this.z = z;
|
|
412
|
-
c.detach();
|
|
413
|
-
this.el = r.nativeElement;
|
|
414
|
-
proxyOutputs(this, this.el, ['postChange']);
|
|
415
|
-
}
|
|
416
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostLanguageOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
417
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostLanguageOption, selector: "post-language-option", inputs: { active: "active", code: "code", name: "name", url: "url", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
418
|
-
};
|
|
419
|
-
PostLanguageOption = __decorate([
|
|
420
|
-
ProxyCmp({
|
|
421
|
-
inputs: ['active', 'code', 'name', 'url', 'variant'],
|
|
422
|
-
methods: ['select']
|
|
423
|
-
})
|
|
424
|
-
], PostLanguageOption);
|
|
425
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostLanguageOption, decorators: [{
|
|
426
|
-
type: Component,
|
|
427
|
-
args: [{
|
|
428
|
-
selector: 'post-language-option',
|
|
429
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
430
|
-
template: '<ng-content></ng-content>',
|
|
431
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
432
|
-
inputs: ['active', 'code', 'name', 'url', 'variant'],
|
|
433
|
-
}]
|
|
434
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
435
|
-
let PostLanguageSwitch = class PostLanguageSwitch {
|
|
436
|
-
constructor(c, r, z) {
|
|
437
|
-
this.z = z;
|
|
438
|
-
c.detach();
|
|
439
|
-
this.el = r.nativeElement;
|
|
440
|
-
}
|
|
441
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostLanguageSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
442
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostLanguageSwitch, 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
|
-
PostLanguageSwitch = __decorate([
|
|
445
|
-
ProxyCmp({
|
|
446
|
-
inputs: ['caption', 'description', 'variant']
|
|
447
|
-
})
|
|
448
|
-
], PostLanguageSwitch);
|
|
449
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostLanguageSwitch, decorators: [{
|
|
450
|
-
type: Component,
|
|
451
|
-
args: [{
|
|
452
|
-
selector: 'post-language-switch',
|
|
453
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
454
|
-
template: '<ng-content></ng-content>',
|
|
455
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
456
|
-
inputs: ['caption', 'description', 'variant'],
|
|
457
|
-
}]
|
|
458
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
459
|
-
let PostList = class PostList {
|
|
460
|
-
constructor(c, r, z) {
|
|
461
|
-
this.z = z;
|
|
462
|
-
c.detach();
|
|
463
|
-
this.el = r.nativeElement;
|
|
464
|
-
}
|
|
465
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
466
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostList, selector: "post-list", inputs: { horizontal: "horizontal", titleHidden: "titleHidden" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
467
|
-
};
|
|
468
|
-
PostList = __decorate([
|
|
469
|
-
ProxyCmp({
|
|
470
|
-
inputs: ['horizontal', 'titleHidden']
|
|
471
|
-
})
|
|
472
|
-
], PostList);
|
|
473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostList, decorators: [{
|
|
474
|
-
type: Component,
|
|
475
|
-
args: [{
|
|
476
|
-
selector: 'post-list',
|
|
477
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
478
|
-
template: '<ng-content></ng-content>',
|
|
479
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
480
|
-
inputs: ['horizontal', 'titleHidden'],
|
|
481
|
-
}]
|
|
482
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
483
|
-
let PostListItem = class PostListItem {
|
|
484
|
-
constructor(c, r, z) {
|
|
485
|
-
this.z = z;
|
|
486
|
-
c.detach();
|
|
487
|
-
this.el = r.nativeElement;
|
|
488
|
-
}
|
|
489
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
490
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostListItem, selector: "post-list-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
491
|
-
};
|
|
492
|
-
PostListItem = __decorate([
|
|
493
|
-
ProxyCmp({})
|
|
494
|
-
], PostListItem);
|
|
495
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostListItem, decorators: [{
|
|
496
|
-
type: Component,
|
|
497
|
-
args: [{
|
|
498
|
-
selector: 'post-list-item',
|
|
499
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
500
|
-
template: '<ng-content></ng-content>',
|
|
501
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
502
|
-
inputs: [],
|
|
503
|
-
}]
|
|
504
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
505
243
|
let PostLogo = class PostLogo {
|
|
506
244
|
constructor(c, r, z) {
|
|
507
245
|
this.z = z;
|
|
508
246
|
c.detach();
|
|
509
247
|
this.el = r.nativeElement;
|
|
510
248
|
}
|
|
511
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
512
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
249
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
250
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.9", type: PostLogo, isStandalone: true, selector: "post-logo", inputs: { url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
513
251
|
};
|
|
514
252
|
PostLogo = __decorate([
|
|
515
253
|
ProxyCmp({
|
|
516
254
|
inputs: ['url']
|
|
517
255
|
})
|
|
518
256
|
], PostLogo);
|
|
519
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
257
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostLogo, decorators: [{
|
|
520
258
|
type: Component,
|
|
521
259
|
args: [{
|
|
522
260
|
selector: 'post-logo',
|
|
@@ -526,158 +264,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
526
264
|
inputs: ['url'],
|
|
527
265
|
}]
|
|
528
266
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
529
|
-
let PostMainnavigation = class PostMainnavigation {
|
|
530
|
-
constructor(c, r, z) {
|
|
531
|
-
this.z = z;
|
|
532
|
-
c.detach();
|
|
533
|
-
this.el = r.nativeElement;
|
|
534
|
-
proxyOutputs(this, this.el, ['postToggle']);
|
|
535
|
-
}
|
|
536
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMainnavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
537
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostMainnavigation, selector: "post-mainnavigation", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
538
|
-
};
|
|
539
|
-
PostMainnavigation = __decorate([
|
|
540
|
-
ProxyCmp({})
|
|
541
|
-
], PostMainnavigation);
|
|
542
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMainnavigation, decorators: [{
|
|
543
|
-
type: Component,
|
|
544
|
-
args: [{
|
|
545
|
-
selector: 'post-mainnavigation',
|
|
546
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
547
|
-
template: '<ng-content></ng-content>',
|
|
548
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
549
|
-
inputs: [],
|
|
550
|
-
}]
|
|
551
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
552
|
-
let PostMegadropdown = class PostMegadropdown {
|
|
553
|
-
constructor(c, r, z) {
|
|
554
|
-
this.z = z;
|
|
555
|
-
c.detach();
|
|
556
|
-
this.el = r.nativeElement;
|
|
557
|
-
proxyOutputs(this, this.el, ['postToggleMegadropdown']);
|
|
558
|
-
}
|
|
559
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMegadropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
560
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostMegadropdown, selector: "post-megadropdown", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
561
|
-
};
|
|
562
|
-
PostMegadropdown = __decorate([
|
|
563
|
-
ProxyCmp({
|
|
564
|
-
methods: ['toggle', 'show']
|
|
565
|
-
})
|
|
566
|
-
], PostMegadropdown);
|
|
567
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMegadropdown, decorators: [{
|
|
568
|
-
type: Component,
|
|
569
|
-
args: [{
|
|
570
|
-
selector: 'post-megadropdown',
|
|
571
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
572
|
-
template: '<ng-content></ng-content>',
|
|
573
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
574
|
-
inputs: [],
|
|
575
|
-
}]
|
|
576
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
577
|
-
let PostMegadropdownTrigger = class PostMegadropdownTrigger {
|
|
578
|
-
constructor(c, r, z) {
|
|
579
|
-
this.z = z;
|
|
580
|
-
c.detach();
|
|
581
|
-
this.el = r.nativeElement;
|
|
582
|
-
}
|
|
583
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMegadropdownTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
584
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostMegadropdownTrigger, selector: "post-megadropdown-trigger", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
585
|
-
};
|
|
586
|
-
PostMegadropdownTrigger = __decorate([
|
|
587
|
-
ProxyCmp({
|
|
588
|
-
inputs: ['for']
|
|
589
|
-
})
|
|
590
|
-
], PostMegadropdownTrigger);
|
|
591
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMegadropdownTrigger, decorators: [{
|
|
592
|
-
type: Component,
|
|
593
|
-
args: [{
|
|
594
|
-
selector: 'post-megadropdown-trigger',
|
|
595
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
596
|
-
template: '<ng-content></ng-content>',
|
|
597
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
598
|
-
inputs: ['for'],
|
|
599
|
-
}]
|
|
600
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
601
|
-
let PostMenu = class PostMenu {
|
|
602
|
-
constructor(c, r, z) {
|
|
603
|
-
this.z = z;
|
|
604
|
-
c.detach();
|
|
605
|
-
this.el = r.nativeElement;
|
|
606
|
-
proxyOutputs(this, this.el, ['toggleMenu']);
|
|
607
|
-
}
|
|
608
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
609
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostMenu, selector: "post-menu", inputs: { placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
610
|
-
};
|
|
611
|
-
PostMenu = __decorate([
|
|
612
|
-
ProxyCmp({
|
|
613
|
-
inputs: ['placement'],
|
|
614
|
-
methods: ['toggle', 'show', 'hide']
|
|
615
|
-
})
|
|
616
|
-
], PostMenu);
|
|
617
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMenu, decorators: [{
|
|
618
|
-
type: Component,
|
|
619
|
-
args: [{
|
|
620
|
-
selector: 'post-menu',
|
|
621
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
622
|
-
template: '<ng-content></ng-content>',
|
|
623
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
624
|
-
inputs: ['placement'],
|
|
625
|
-
}]
|
|
626
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
627
|
-
let PostMenuItem = class PostMenuItem {
|
|
628
|
-
constructor(c, r, z) {
|
|
629
|
-
this.z = z;
|
|
630
|
-
c.detach();
|
|
631
|
-
this.el = r.nativeElement;
|
|
632
|
-
}
|
|
633
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
634
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostMenuItem, selector: "post-menu-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
635
|
-
};
|
|
636
|
-
PostMenuItem = __decorate([
|
|
637
|
-
ProxyCmp({})
|
|
638
|
-
], PostMenuItem);
|
|
639
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMenuItem, decorators: [{
|
|
640
|
-
type: Component,
|
|
641
|
-
args: [{
|
|
642
|
-
selector: 'post-menu-item',
|
|
643
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
644
|
-
template: '<ng-content></ng-content>',
|
|
645
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
646
|
-
inputs: [],
|
|
647
|
-
}]
|
|
648
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
649
|
-
let PostMenuTrigger = class PostMenuTrigger {
|
|
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: "18.2.13", ngImport: i0, type: PostMenuTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
656
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostMenuTrigger, selector: "post-menu-trigger", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
657
|
-
};
|
|
658
|
-
PostMenuTrigger = __decorate([
|
|
659
|
-
ProxyCmp({
|
|
660
|
-
inputs: ['for']
|
|
661
|
-
})
|
|
662
|
-
], PostMenuTrigger);
|
|
663
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMenuTrigger, decorators: [{
|
|
664
|
-
type: Component,
|
|
665
|
-
args: [{
|
|
666
|
-
selector: 'post-menu-trigger',
|
|
667
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
668
|
-
template: '<ng-content></ng-content>',
|
|
669
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
670
|
-
inputs: ['for'],
|
|
671
|
-
}]
|
|
672
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
673
267
|
let PostPopover = class PostPopover {
|
|
674
268
|
constructor(c, r, z) {
|
|
675
269
|
this.z = z;
|
|
676
270
|
c.detach();
|
|
677
271
|
this.el = r.nativeElement;
|
|
678
272
|
}
|
|
679
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
680
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
273
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
274
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.9", 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
275
|
};
|
|
682
276
|
PostPopover = __decorate([
|
|
683
277
|
ProxyCmp({
|
|
@@ -685,7 +279,7 @@ PostPopover = __decorate([
|
|
|
685
279
|
methods: ['show', 'hide', 'toggle']
|
|
686
280
|
})
|
|
687
281
|
], PostPopover);
|
|
688
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostPopover, decorators: [{
|
|
689
283
|
type: Component,
|
|
690
284
|
args: [{
|
|
691
285
|
selector: 'post-popover',
|
|
@@ -702,23 +296,23 @@ let PostPopovercontainer = class PostPopovercontainer {
|
|
|
702
296
|
this.el = r.nativeElement;
|
|
703
297
|
proxyOutputs(this, this.el, ['postToggle']);
|
|
704
298
|
}
|
|
705
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
706
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
299
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostPopovercontainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
300
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.9", type: PostPopovercontainer, isStandalone: true, selector: "post-popovercontainer", inputs: { animation: "animation", arrow: "arrow", edgeGap: "edgeGap", placement: "placement", safeSpace: "safeSpace" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
707
301
|
};
|
|
708
302
|
PostPopovercontainer = __decorate([
|
|
709
303
|
ProxyCmp({
|
|
710
|
-
inputs: ['arrow', 'edgeGap', 'placement'],
|
|
304
|
+
inputs: ['animation', 'arrow', 'edgeGap', 'placement', 'safeSpace'],
|
|
711
305
|
methods: ['show', 'hide', 'toggle']
|
|
712
306
|
})
|
|
713
307
|
], PostPopovercontainer);
|
|
714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
308
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostPopovercontainer, decorators: [{
|
|
715
309
|
type: Component,
|
|
716
310
|
args: [{
|
|
717
311
|
selector: 'post-popovercontainer',
|
|
718
312
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
719
313
|
template: '<ng-content></ng-content>',
|
|
720
314
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
721
|
-
inputs: ['arrow', 'edgeGap', 'placement'],
|
|
315
|
+
inputs: ['animation', 'arrow', 'edgeGap', 'placement', 'safeSpace'],
|
|
722
316
|
}]
|
|
723
317
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
724
318
|
let PostRating = class PostRating {
|
|
@@ -728,15 +322,15 @@ let PostRating = class PostRating {
|
|
|
728
322
|
this.el = r.nativeElement;
|
|
729
323
|
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
730
324
|
}
|
|
731
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
732
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
325
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
326
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.9", 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
327
|
};
|
|
734
328
|
PostRating = __decorate([
|
|
735
329
|
ProxyCmp({
|
|
736
330
|
inputs: ['currentRating', 'label', 'readonly', 'stars']
|
|
737
331
|
})
|
|
738
332
|
], PostRating);
|
|
739
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
333
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostRating, decorators: [{
|
|
740
334
|
type: Component,
|
|
741
335
|
args: [{
|
|
742
336
|
selector: 'post-rating',
|
|
@@ -752,15 +346,15 @@ let PostTabHeader = class PostTabHeader {
|
|
|
752
346
|
c.detach();
|
|
753
347
|
this.el = r.nativeElement;
|
|
754
348
|
}
|
|
755
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
756
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
349
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostTabHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
350
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.9", 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
351
|
};
|
|
758
352
|
PostTabHeader = __decorate([
|
|
759
353
|
ProxyCmp({
|
|
760
354
|
inputs: ['panel']
|
|
761
355
|
})
|
|
762
356
|
], PostTabHeader);
|
|
763
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostTabHeader, decorators: [{
|
|
764
358
|
type: Component,
|
|
765
359
|
args: [{
|
|
766
360
|
selector: 'post-tab-header',
|
|
@@ -776,15 +370,15 @@ let PostTabPanel = class PostTabPanel {
|
|
|
776
370
|
c.detach();
|
|
777
371
|
this.el = r.nativeElement;
|
|
778
372
|
}
|
|
779
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
780
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
373
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostTabPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
374
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.9", 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
375
|
};
|
|
782
376
|
PostTabPanel = __decorate([
|
|
783
377
|
ProxyCmp({
|
|
784
378
|
inputs: ['name']
|
|
785
379
|
})
|
|
786
380
|
], PostTabPanel);
|
|
787
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
381
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostTabPanel, decorators: [{
|
|
788
382
|
type: Component,
|
|
789
383
|
args: [{
|
|
790
384
|
selector: 'post-tab-panel',
|
|
@@ -801,8 +395,8 @@ let PostTabs = class PostTabs {
|
|
|
801
395
|
this.el = r.nativeElement;
|
|
802
396
|
proxyOutputs(this, this.el, ['postChange']);
|
|
803
397
|
}
|
|
804
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
805
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
398
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
399
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.9", type: PostTabs, isStandalone: true, selector: "post-tabs", inputs: { activePanel: "activePanel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
806
400
|
};
|
|
807
401
|
PostTabs = __decorate([
|
|
808
402
|
ProxyCmp({
|
|
@@ -810,7 +404,7 @@ PostTabs = __decorate([
|
|
|
810
404
|
methods: ['show']
|
|
811
405
|
})
|
|
812
406
|
], PostTabs);
|
|
813
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostTabs, decorators: [{
|
|
814
408
|
type: Component,
|
|
815
409
|
args: [{
|
|
816
410
|
selector: 'post-tabs',
|
|
@@ -826,15 +420,15 @@ let PostTag = class PostTag {
|
|
|
826
420
|
c.detach();
|
|
827
421
|
this.el = r.nativeElement;
|
|
828
422
|
}
|
|
829
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
830
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
423
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
424
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.9", 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
425
|
};
|
|
832
426
|
PostTag = __decorate([
|
|
833
427
|
ProxyCmp({
|
|
834
428
|
inputs: ['icon', 'size', 'variant']
|
|
835
429
|
})
|
|
836
430
|
], PostTag);
|
|
837
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
431
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostTag, decorators: [{
|
|
838
432
|
type: Component,
|
|
839
433
|
args: [{
|
|
840
434
|
selector: 'post-tag',
|
|
@@ -844,82 +438,65 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
844
438
|
inputs: ['icon', 'size', 'variant'],
|
|
845
439
|
}]
|
|
846
440
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
847
|
-
let
|
|
441
|
+
let PostTooltip = class PostTooltip {
|
|
848
442
|
constructor(c, r, z) {
|
|
849
443
|
this.z = z;
|
|
850
444
|
c.detach();
|
|
851
445
|
this.el = r.nativeElement;
|
|
852
446
|
}
|
|
853
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
854
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
447
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
448
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.9", 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 }); }
|
|
855
449
|
};
|
|
856
|
-
|
|
450
|
+
PostTooltip = __decorate([
|
|
857
451
|
ProxyCmp({
|
|
858
|
-
inputs: ['
|
|
452
|
+
inputs: ['animation', 'arrow', 'open', 'placement'],
|
|
453
|
+
methods: ['show', 'hide', 'toggle']
|
|
859
454
|
})
|
|
860
|
-
],
|
|
861
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
455
|
+
], PostTooltip);
|
|
456
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostTooltip, decorators: [{
|
|
862
457
|
type: Component,
|
|
863
458
|
args: [{
|
|
864
|
-
selector: 'post-
|
|
459
|
+
selector: 'post-tooltip',
|
|
865
460
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
866
461
|
template: '<ng-content></ng-content>',
|
|
867
462
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
868
|
-
inputs: ['
|
|
463
|
+
inputs: ['animation', 'arrow', 'open', 'placement'],
|
|
869
464
|
}]
|
|
870
465
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
871
|
-
let
|
|
466
|
+
let PostTooltipTrigger = class PostTooltipTrigger {
|
|
872
467
|
constructor(c, r, z) {
|
|
873
468
|
this.z = z;
|
|
874
469
|
c.detach();
|
|
875
470
|
this.el = r.nativeElement;
|
|
876
471
|
}
|
|
877
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
878
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
472
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostTooltipTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
473
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.9", 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 }); }
|
|
879
474
|
};
|
|
880
|
-
|
|
475
|
+
PostTooltipTrigger = __decorate([
|
|
881
476
|
ProxyCmp({
|
|
882
|
-
inputs: ['
|
|
883
|
-
methods: ['show', 'hide', 'toggle']
|
|
477
|
+
inputs: ['delay', 'for']
|
|
884
478
|
})
|
|
885
|
-
],
|
|
886
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
479
|
+
], PostTooltipTrigger);
|
|
480
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostTooltipTrigger, decorators: [{
|
|
887
481
|
type: Component,
|
|
888
482
|
args: [{
|
|
889
|
-
selector: 'post-tooltip',
|
|
483
|
+
selector: 'post-tooltip-trigger',
|
|
890
484
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
891
485
|
template: '<ng-content></ng-content>',
|
|
892
486
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
893
|
-
inputs: ['
|
|
487
|
+
inputs: ['delay', 'for'],
|
|
894
488
|
}]
|
|
895
489
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
896
490
|
|
|
897
491
|
const DIRECTIVES = [
|
|
898
492
|
PostAccordion,
|
|
899
493
|
PostAccordionItem,
|
|
900
|
-
|
|
901
|
-
PostBackToTop,
|
|
902
|
-
PostBanner,
|
|
903
|
-
PostBreadcrumb,
|
|
904
|
-
PostBreadcrumbItem,
|
|
494
|
+
PostAlert,
|
|
905
495
|
PostCardControl,
|
|
906
|
-
PostClosebutton,
|
|
907
496
|
PostCollapsible,
|
|
908
497
|
PostCollapsibleTrigger,
|
|
909
|
-
PostFooter,
|
|
910
|
-
PostHeader,
|
|
911
498
|
PostIcon,
|
|
912
|
-
PostLanguageOption,
|
|
913
|
-
PostLanguageSwitch,
|
|
914
|
-
PostList,
|
|
915
|
-
PostListItem,
|
|
916
499
|
PostLogo,
|
|
917
|
-
PostMainnavigation,
|
|
918
|
-
PostMegadropdown,
|
|
919
|
-
PostMegadropdownTrigger,
|
|
920
|
-
PostMenu,
|
|
921
|
-
PostMenuItem,
|
|
922
|
-
PostMenuTrigger,
|
|
923
500
|
PostPopover,
|
|
924
501
|
PostPopovercontainer,
|
|
925
502
|
PostRating,
|
|
@@ -927,8 +504,8 @@ const DIRECTIVES = [
|
|
|
927
504
|
PostTabPanel,
|
|
928
505
|
PostTabs,
|
|
929
506
|
PostTag,
|
|
930
|
-
|
|
931
|
-
|
|
507
|
+
PostTooltip,
|
|
508
|
+
PostTooltipTrigger
|
|
932
509
|
];
|
|
933
510
|
|
|
934
511
|
class PostCardControlCheckboxValueAccessorDirective {
|
|
@@ -959,8 +536,8 @@ class PostCardControlCheckboxValueAccessorDirective {
|
|
|
959
536
|
setDisabledState(isDisabled) {
|
|
960
537
|
this.el.nativeElement.disabled = isDisabled;
|
|
961
538
|
}
|
|
962
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
963
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
539
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostCardControlCheckboxValueAccessorDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
540
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.9", type: PostCardControlCheckboxValueAccessorDirective, isStandalone: true, selector: "post-card-control[type=\"checkbox\"]", host: { listeners: { "postChange": "handleChangeEvent($event.detail.state)", "focusout": "_handleBlurEvent()" } }, providers: [
|
|
964
541
|
{
|
|
965
542
|
provide: NG_VALUE_ACCESSOR,
|
|
966
543
|
useExisting: PostCardControlCheckboxValueAccessorDirective,
|
|
@@ -968,7 +545,7 @@ class PostCardControlCheckboxValueAccessorDirective {
|
|
|
968
545
|
},
|
|
969
546
|
], ngImport: i0 }); }
|
|
970
547
|
}
|
|
971
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostCardControlCheckboxValueAccessorDirective, decorators: [{
|
|
972
549
|
type: Directive,
|
|
973
550
|
args: [{
|
|
974
551
|
/* eslint-disable-next-line @angular-eslint/directive-selector */
|
|
@@ -1018,8 +595,8 @@ class PostCardControlRadioValueAccessorDirective {
|
|
|
1018
595
|
setDisabledState(isDisabled) {
|
|
1019
596
|
this.el.nativeElement.disabled = isDisabled;
|
|
1020
597
|
}
|
|
1021
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1022
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
598
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostCardControlRadioValueAccessorDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
599
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.9", type: PostCardControlRadioValueAccessorDirective, isStandalone: true, selector: "post-card-control[type=\"radio\"]", host: { listeners: { "postChange": "handleChangeEvent($event.detail.value)", "focusout": "_handleBlurEvent()" } }, providers: [
|
|
1023
600
|
{
|
|
1024
601
|
provide: NG_VALUE_ACCESSOR,
|
|
1025
602
|
useExisting: PostCardControlRadioValueAccessorDirective,
|
|
@@ -1027,7 +604,7 @@ class PostCardControlRadioValueAccessorDirective {
|
|
|
1027
604
|
},
|
|
1028
605
|
], ngImport: i0 }); }
|
|
1029
606
|
}
|
|
1030
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
607
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostCardControlRadioValueAccessorDirective, decorators: [{
|
|
1031
608
|
type: Directive,
|
|
1032
609
|
args: [{
|
|
1033
610
|
/* eslint-disable-next-line @angular-eslint/directive-selector */
|
|
@@ -1048,21 +625,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1048
625
|
args: ['focusout']
|
|
1049
626
|
}] } });
|
|
1050
627
|
|
|
1051
|
-
const
|
|
628
|
+
const IMPORTS = [
|
|
1052
629
|
...DIRECTIVES,
|
|
1053
630
|
PostCardControlCheckboxValueAccessorDirective,
|
|
1054
631
|
PostCardControlRadioValueAccessorDirective,
|
|
1055
632
|
];
|
|
1056
633
|
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,
|
|
634
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
635
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.9", ngImport: i0, type: PostComponentsModule, imports: [PostAccordion, PostAccordionItem, PostAlert, PostCardControl, PostCollapsible, PostCollapsibleTrigger, PostIcon, PostLogo, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip, PostTooltipTrigger, PostCardControlCheckboxValueAccessorDirective,
|
|
636
|
+
PostCardControlRadioValueAccessorDirective], exports: [PostAccordion, PostAccordionItem, PostAlert, PostCardControl, PostCollapsible, PostCollapsibleTrigger, PostIcon, PostLogo, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip, PostTooltipTrigger, PostCardControlCheckboxValueAccessorDirective,
|
|
1060
637
|
PostCardControlRadioValueAccessorDirective] }); }
|
|
1061
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1062
|
-
{
|
|
1063
|
-
|
|
1064
|
-
provide: ENVIRONMENT_INITIALIZER,
|
|
1065
|
-
useFactory: () => () => {
|
|
638
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostComponentsModule, providers: [
|
|
639
|
+
provideEnvironmentInitializer(() => {
|
|
640
|
+
const initializerFn = (() => () => {
|
|
1066
641
|
// Check if Post components are already defined, if so do nothing
|
|
1067
642
|
if (typeof customElements.get('post-icon') !== 'undefined')
|
|
1068
643
|
return;
|
|
@@ -1072,21 +647,19 @@ class PostComponentsModule {
|
|
|
1072
647
|
setNonce(nonce);
|
|
1073
648
|
// Define Post components
|
|
1074
649
|
defineCustomElements();
|
|
1075
|
-
}
|
|
1076
|
-
|
|
1077
|
-
},
|
|
650
|
+
})();
|
|
651
|
+
return initializerFn();
|
|
652
|
+
}),
|
|
1078
653
|
] }); }
|
|
1079
654
|
}
|
|
1080
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
655
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostComponentsModule, decorators: [{
|
|
1081
656
|
type: NgModule,
|
|
1082
657
|
args: [{
|
|
1083
|
-
|
|
1084
|
-
exports:
|
|
658
|
+
imports: IMPORTS,
|
|
659
|
+
exports: IMPORTS,
|
|
1085
660
|
providers: [
|
|
1086
|
-
{
|
|
1087
|
-
|
|
1088
|
-
provide: ENVIRONMENT_INITIALIZER,
|
|
1089
|
-
useFactory: () => () => {
|
|
661
|
+
provideEnvironmentInitializer(() => {
|
|
662
|
+
const initializerFn = (() => () => {
|
|
1090
663
|
// Check if Post components are already defined, if so do nothing
|
|
1091
664
|
if (typeof customElements.get('post-icon') !== 'undefined')
|
|
1092
665
|
return;
|
|
@@ -1096,9 +669,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1096
669
|
setNonce(nonce);
|
|
1097
670
|
// Define Post components
|
|
1098
671
|
defineCustomElements();
|
|
1099
|
-
}
|
|
1100
|
-
|
|
1101
|
-
},
|
|
672
|
+
})();
|
|
673
|
+
return initializerFn();
|
|
674
|
+
}),
|
|
1102
675
|
],
|
|
1103
676
|
}]
|
|
1104
677
|
}] });
|
|
@@ -1111,5 +684,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1111
684
|
* Generated bundle index. Do not edit.
|
|
1112
685
|
*/
|
|
1113
686
|
|
|
1114
|
-
export { DIRECTIVES, PostAccordion, PostAccordionItem,
|
|
687
|
+
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAlert, PostCardControl, PostCardControlCheckboxValueAccessorDirective, PostCardControlRadioValueAccessorDirective, PostCollapsible, PostCollapsibleTrigger, PostComponentsModule, PostIcon, PostLogo, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip, PostTooltipTrigger };
|
|
1115
688
|
//# sourceMappingURL=swisspost-design-system-components-angular.mjs.map
|