@swisspost/design-system-components-angular 9.0.0-next.8 → 9.0.0
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 -449
- 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 -173
- 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 -792
- package/esm2022/lib/stencil-generated/index.mjs +0 -35
- 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,102 +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 PostBreadcrumbItem = class PostBreadcrumbItem {
|
|
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: PostBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
197
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostBreadcrumbItem, selector: "post-breadcrumb-item", inputs: { url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
198
|
-
};
|
|
199
|
-
PostBreadcrumbItem = __decorate([
|
|
200
|
-
ProxyCmp({
|
|
201
|
-
inputs: ['url']
|
|
202
|
-
})
|
|
203
|
-
], PostBreadcrumbItem);
|
|
204
|
-
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: [{
|
|
205
133
|
type: Component,
|
|
206
134
|
args: [{
|
|
207
|
-
selector: 'post-
|
|
135
|
+
selector: 'post-alert',
|
|
208
136
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
209
137
|
template: '<ng-content></ng-content>',
|
|
210
138
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
211
|
-
inputs: ['
|
|
139
|
+
inputs: ['dismissLabel', 'dismissible', 'fixed', 'icon', 'type'],
|
|
212
140
|
}]
|
|
213
141
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
214
142
|
let PostCardControl = class PostCardControl {
|
|
@@ -218,8 +146,8 @@ let PostCardControl = class PostCardControl {
|
|
|
218
146
|
this.el = r.nativeElement;
|
|
219
147
|
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
220
148
|
}
|
|
221
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
222
|
-
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 }); }
|
|
223
151
|
};
|
|
224
152
|
PostCardControl = __decorate([
|
|
225
153
|
ProxyCmp({
|
|
@@ -227,7 +155,7 @@ PostCardControl = __decorate([
|
|
|
227
155
|
methods: ['reset', 'groupReset']
|
|
228
156
|
})
|
|
229
157
|
], PostCardControl);
|
|
230
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostCardControl, decorators: [{
|
|
231
159
|
type: Component,
|
|
232
160
|
args: [{
|
|
233
161
|
selector: 'post-card-control',
|
|
@@ -237,28 +165,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
237
165
|
inputs: ['checked', 'description', 'disabled', 'icon', 'label', 'name', 'type', 'validity', 'value'],
|
|
238
166
|
}]
|
|
239
167
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
240
|
-
let PostClosebutton = class PostClosebutton {
|
|
241
|
-
constructor(c, r, z) {
|
|
242
|
-
this.z = z;
|
|
243
|
-
c.detach();
|
|
244
|
-
this.el = r.nativeElement;
|
|
245
|
-
}
|
|
246
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostClosebutton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
247
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostClosebutton, selector: "post-closebutton", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
248
|
-
};
|
|
249
|
-
PostClosebutton = __decorate([
|
|
250
|
-
ProxyCmp({})
|
|
251
|
-
], PostClosebutton);
|
|
252
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostClosebutton, decorators: [{
|
|
253
|
-
type: Component,
|
|
254
|
-
args: [{
|
|
255
|
-
selector: 'post-closebutton',
|
|
256
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
257
|
-
template: '<ng-content></ng-content>',
|
|
258
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
259
|
-
inputs: [],
|
|
260
|
-
}]
|
|
261
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
262
168
|
let PostCollapsible = class PostCollapsible {
|
|
263
169
|
constructor(c, r, z) {
|
|
264
170
|
this.z = z;
|
|
@@ -266,8 +172,8 @@ let PostCollapsible = class PostCollapsible {
|
|
|
266
172
|
this.el = r.nativeElement;
|
|
267
173
|
proxyOutputs(this, this.el, ['postToggle']);
|
|
268
174
|
}
|
|
269
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
270
|
-
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 }); }
|
|
271
177
|
};
|
|
272
178
|
PostCollapsible = __decorate([
|
|
273
179
|
ProxyCmp({
|
|
@@ -275,7 +181,7 @@ PostCollapsible = __decorate([
|
|
|
275
181
|
methods: ['toggle']
|
|
276
182
|
})
|
|
277
183
|
], PostCollapsible);
|
|
278
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostCollapsible, decorators: [{
|
|
279
185
|
type: Component,
|
|
280
186
|
args: [{
|
|
281
187
|
selector: 'post-collapsible',
|
|
@@ -291,8 +197,8 @@ let PostCollapsibleTrigger = class PostCollapsibleTrigger {
|
|
|
291
197
|
c.detach();
|
|
292
198
|
this.el = r.nativeElement;
|
|
293
199
|
}
|
|
294
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
295
|
-
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 }); }
|
|
296
202
|
};
|
|
297
203
|
PostCollapsibleTrigger = __decorate([
|
|
298
204
|
ProxyCmp({
|
|
@@ -300,7 +206,7 @@ PostCollapsibleTrigger = __decorate([
|
|
|
300
206
|
methods: ['update']
|
|
301
207
|
})
|
|
302
208
|
], PostCollapsibleTrigger);
|
|
303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostCollapsibleTrigger, decorators: [{
|
|
304
210
|
type: Component,
|
|
305
211
|
args: [{
|
|
306
212
|
selector: 'post-collapsible-trigger',
|
|
@@ -310,43 +216,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
310
216
|
inputs: ['for'],
|
|
311
217
|
}]
|
|
312
218
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
313
|
-
let PostHeader = class PostHeader {
|
|
314
|
-
constructor(c, r, z) {
|
|
315
|
-
this.z = z;
|
|
316
|
-
c.detach();
|
|
317
|
-
this.el = r.nativeElement;
|
|
318
|
-
}
|
|
319
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
320
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostHeader, selector: "post-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
321
|
-
};
|
|
322
|
-
PostHeader = __decorate([
|
|
323
|
-
ProxyCmp({})
|
|
324
|
-
], PostHeader);
|
|
325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostHeader, decorators: [{
|
|
326
|
-
type: Component,
|
|
327
|
-
args: [{
|
|
328
|
-
selector: 'post-header',
|
|
329
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
330
|
-
template: '<ng-content></ng-content>',
|
|
331
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
332
|
-
inputs: [],
|
|
333
|
-
}]
|
|
334
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
335
219
|
let PostIcon = class PostIcon {
|
|
336
220
|
constructor(c, r, z) {
|
|
337
221
|
this.z = z;
|
|
338
222
|
c.detach();
|
|
339
223
|
this.el = r.nativeElement;
|
|
340
224
|
}
|
|
341
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
342
|
-
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 }); }
|
|
343
227
|
};
|
|
344
228
|
PostIcon = __decorate([
|
|
345
229
|
ProxyCmp({
|
|
346
230
|
inputs: ['animation', 'base', 'flipH', 'flipV', 'name', 'rotate', 'scale']
|
|
347
231
|
})
|
|
348
232
|
], PostIcon);
|
|
349
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostIcon, decorators: [{
|
|
350
234
|
type: Component,
|
|
351
235
|
args: [{
|
|
352
236
|
selector: 'post-icon',
|
|
@@ -356,93 +240,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
356
240
|
inputs: ['animation', 'base', 'flipH', 'flipV', 'name', 'rotate', 'scale'],
|
|
357
241
|
}]
|
|
358
242
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
359
|
-
let PostLanguageOption = class PostLanguageOption {
|
|
360
|
-
constructor(c, r, z) {
|
|
361
|
-
this.z = z;
|
|
362
|
-
c.detach();
|
|
363
|
-
this.el = r.nativeElement;
|
|
364
|
-
proxyOutputs(this, this.el, ['postChange']);
|
|
365
|
-
}
|
|
366
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostLanguageOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
367
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostLanguageOption, selector: "post-language-option", inputs: { active: "active", code: "code", name: "name", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
368
|
-
};
|
|
369
|
-
PostLanguageOption = __decorate([
|
|
370
|
-
ProxyCmp({
|
|
371
|
-
inputs: ['active', 'code', 'name', 'url'],
|
|
372
|
-
methods: ['select']
|
|
373
|
-
})
|
|
374
|
-
], PostLanguageOption);
|
|
375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostLanguageOption, decorators: [{
|
|
376
|
-
type: Component,
|
|
377
|
-
args: [{
|
|
378
|
-
selector: 'post-language-option',
|
|
379
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
380
|
-
template: '<ng-content></ng-content>',
|
|
381
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
382
|
-
inputs: ['active', 'code', 'name', 'url'],
|
|
383
|
-
}]
|
|
384
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
385
|
-
let PostList = class PostList {
|
|
386
|
-
constructor(c, r, z) {
|
|
387
|
-
this.z = z;
|
|
388
|
-
c.detach();
|
|
389
|
-
this.el = r.nativeElement;
|
|
390
|
-
}
|
|
391
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
392
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostList, selector: "post-list", inputs: { horizontal: "horizontal", titleHidden: "titleHidden" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
393
|
-
};
|
|
394
|
-
PostList = __decorate([
|
|
395
|
-
ProxyCmp({
|
|
396
|
-
inputs: ['horizontal', 'titleHidden']
|
|
397
|
-
})
|
|
398
|
-
], PostList);
|
|
399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostList, decorators: [{
|
|
400
|
-
type: Component,
|
|
401
|
-
args: [{
|
|
402
|
-
selector: 'post-list',
|
|
403
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
404
|
-
template: '<ng-content></ng-content>',
|
|
405
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
406
|
-
inputs: ['horizontal', 'titleHidden'],
|
|
407
|
-
}]
|
|
408
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
409
|
-
let PostListItem = class PostListItem {
|
|
410
|
-
constructor(c, r, z) {
|
|
411
|
-
this.z = z;
|
|
412
|
-
c.detach();
|
|
413
|
-
this.el = r.nativeElement;
|
|
414
|
-
}
|
|
415
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
416
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostListItem, selector: "post-list-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
417
|
-
};
|
|
418
|
-
PostListItem = __decorate([
|
|
419
|
-
ProxyCmp({})
|
|
420
|
-
], PostListItem);
|
|
421
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostListItem, decorators: [{
|
|
422
|
-
type: Component,
|
|
423
|
-
args: [{
|
|
424
|
-
selector: 'post-list-item',
|
|
425
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
426
|
-
template: '<ng-content></ng-content>',
|
|
427
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
428
|
-
inputs: [],
|
|
429
|
-
}]
|
|
430
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
431
243
|
let PostLogo = class PostLogo {
|
|
432
244
|
constructor(c, r, z) {
|
|
433
245
|
this.z = z;
|
|
434
246
|
c.detach();
|
|
435
247
|
this.el = r.nativeElement;
|
|
436
248
|
}
|
|
437
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
438
|
-
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 }); }
|
|
439
251
|
};
|
|
440
252
|
PostLogo = __decorate([
|
|
441
253
|
ProxyCmp({
|
|
442
254
|
inputs: ['url']
|
|
443
255
|
})
|
|
444
256
|
], PostLogo);
|
|
445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
257
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostLogo, decorators: [{
|
|
446
258
|
type: Component,
|
|
447
259
|
args: [{
|
|
448
260
|
selector: 'post-logo',
|
|
@@ -452,156 +264,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
452
264
|
inputs: ['url'],
|
|
453
265
|
}]
|
|
454
266
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
455
|
-
let PostMainnavigation = class PostMainnavigation {
|
|
456
|
-
constructor(c, r, z) {
|
|
457
|
-
this.z = z;
|
|
458
|
-
c.detach();
|
|
459
|
-
this.el = r.nativeElement;
|
|
460
|
-
proxyOutputs(this, this.el, ['postToggle']);
|
|
461
|
-
}
|
|
462
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMainnavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
463
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostMainnavigation, selector: "post-mainnavigation", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
464
|
-
};
|
|
465
|
-
PostMainnavigation = __decorate([
|
|
466
|
-
ProxyCmp({})
|
|
467
|
-
], PostMainnavigation);
|
|
468
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMainnavigation, decorators: [{
|
|
469
|
-
type: Component,
|
|
470
|
-
args: [{
|
|
471
|
-
selector: 'post-mainnavigation',
|
|
472
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
473
|
-
template: '<ng-content></ng-content>',
|
|
474
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
475
|
-
inputs: [],
|
|
476
|
-
}]
|
|
477
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
478
|
-
let PostMegadropdown = class PostMegadropdown {
|
|
479
|
-
constructor(c, r, z) {
|
|
480
|
-
this.z = z;
|
|
481
|
-
c.detach();
|
|
482
|
-
this.el = r.nativeElement;
|
|
483
|
-
}
|
|
484
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMegadropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
485
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostMegadropdown, selector: "post-megadropdown", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
486
|
-
};
|
|
487
|
-
PostMegadropdown = __decorate([
|
|
488
|
-
ProxyCmp({
|
|
489
|
-
methods: ['show', 'hide', 'toggle']
|
|
490
|
-
})
|
|
491
|
-
], PostMegadropdown);
|
|
492
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMegadropdown, decorators: [{
|
|
493
|
-
type: Component,
|
|
494
|
-
args: [{
|
|
495
|
-
selector: 'post-megadropdown',
|
|
496
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
497
|
-
template: '<ng-content></ng-content>',
|
|
498
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
499
|
-
inputs: [],
|
|
500
|
-
}]
|
|
501
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
502
|
-
let PostMegadropdownTrigger = class PostMegadropdownTrigger {
|
|
503
|
-
constructor(c, r, z) {
|
|
504
|
-
this.z = z;
|
|
505
|
-
c.detach();
|
|
506
|
-
this.el = r.nativeElement;
|
|
507
|
-
proxyOutputs(this, this.el, ['postToggle']);
|
|
508
|
-
}
|
|
509
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMegadropdownTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
510
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostMegadropdownTrigger, selector: "post-megadropdown-trigger", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
511
|
-
};
|
|
512
|
-
PostMegadropdownTrigger = __decorate([
|
|
513
|
-
ProxyCmp({})
|
|
514
|
-
], PostMegadropdownTrigger);
|
|
515
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMegadropdownTrigger, decorators: [{
|
|
516
|
-
type: Component,
|
|
517
|
-
args: [{
|
|
518
|
-
selector: 'post-megadropdown-trigger',
|
|
519
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
520
|
-
template: '<ng-content></ng-content>',
|
|
521
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
522
|
-
inputs: [],
|
|
523
|
-
}]
|
|
524
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
525
|
-
let PostMenu = class PostMenu {
|
|
526
|
-
constructor(c, r, z) {
|
|
527
|
-
this.z = z;
|
|
528
|
-
c.detach();
|
|
529
|
-
this.el = r.nativeElement;
|
|
530
|
-
proxyOutputs(this, this.el, ['toggleMenu']);
|
|
531
|
-
}
|
|
532
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
533
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostMenu, selector: "post-menu", inputs: { placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
534
|
-
};
|
|
535
|
-
PostMenu = __decorate([
|
|
536
|
-
ProxyCmp({
|
|
537
|
-
inputs: ['placement'],
|
|
538
|
-
methods: ['toggle', 'show', 'hide']
|
|
539
|
-
})
|
|
540
|
-
], PostMenu);
|
|
541
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMenu, decorators: [{
|
|
542
|
-
type: Component,
|
|
543
|
-
args: [{
|
|
544
|
-
selector: 'post-menu',
|
|
545
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
546
|
-
template: '<ng-content></ng-content>',
|
|
547
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
548
|
-
inputs: ['placement'],
|
|
549
|
-
}]
|
|
550
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
551
|
-
let PostMenuItem = class PostMenuItem {
|
|
552
|
-
constructor(c, r, z) {
|
|
553
|
-
this.z = z;
|
|
554
|
-
c.detach();
|
|
555
|
-
this.el = r.nativeElement;
|
|
556
|
-
}
|
|
557
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
558
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostMenuItem, selector: "post-menu-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
559
|
-
};
|
|
560
|
-
PostMenuItem = __decorate([
|
|
561
|
-
ProxyCmp({})
|
|
562
|
-
], PostMenuItem);
|
|
563
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMenuItem, decorators: [{
|
|
564
|
-
type: Component,
|
|
565
|
-
args: [{
|
|
566
|
-
selector: 'post-menu-item',
|
|
567
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
568
|
-
template: '<ng-content></ng-content>',
|
|
569
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
570
|
-
inputs: [],
|
|
571
|
-
}]
|
|
572
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
573
|
-
let PostMenuTrigger = class PostMenuTrigger {
|
|
574
|
-
constructor(c, r, z) {
|
|
575
|
-
this.z = z;
|
|
576
|
-
c.detach();
|
|
577
|
-
this.el = r.nativeElement;
|
|
578
|
-
}
|
|
579
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMenuTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
580
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostMenuTrigger, selector: "post-menu-trigger", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
581
|
-
};
|
|
582
|
-
PostMenuTrigger = __decorate([
|
|
583
|
-
ProxyCmp({
|
|
584
|
-
inputs: ['for']
|
|
585
|
-
})
|
|
586
|
-
], PostMenuTrigger);
|
|
587
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMenuTrigger, decorators: [{
|
|
588
|
-
type: Component,
|
|
589
|
-
args: [{
|
|
590
|
-
selector: 'post-menu-trigger',
|
|
591
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
592
|
-
template: '<ng-content></ng-content>',
|
|
593
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
594
|
-
inputs: ['for'],
|
|
595
|
-
}]
|
|
596
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
597
267
|
let PostPopover = class PostPopover {
|
|
598
268
|
constructor(c, r, z) {
|
|
599
269
|
this.z = z;
|
|
600
270
|
c.detach();
|
|
601
271
|
this.el = r.nativeElement;
|
|
602
272
|
}
|
|
603
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
604
|
-
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 }); }
|
|
605
275
|
};
|
|
606
276
|
PostPopover = __decorate([
|
|
607
277
|
ProxyCmp({
|
|
@@ -609,7 +279,7 @@ PostPopover = __decorate([
|
|
|
609
279
|
methods: ['show', 'hide', 'toggle']
|
|
610
280
|
})
|
|
611
281
|
], PostPopover);
|
|
612
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostPopover, decorators: [{
|
|
613
283
|
type: Component,
|
|
614
284
|
args: [{
|
|
615
285
|
selector: 'post-popover',
|
|
@@ -626,23 +296,23 @@ let PostPopovercontainer = class PostPopovercontainer {
|
|
|
626
296
|
this.el = r.nativeElement;
|
|
627
297
|
proxyOutputs(this, this.el, ['postToggle']);
|
|
628
298
|
}
|
|
629
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
630
|
-
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 }); }
|
|
631
301
|
};
|
|
632
302
|
PostPopovercontainer = __decorate([
|
|
633
303
|
ProxyCmp({
|
|
634
|
-
inputs: ['arrow', 'edgeGap', 'placement'],
|
|
304
|
+
inputs: ['animation', 'arrow', 'edgeGap', 'placement', 'safeSpace'],
|
|
635
305
|
methods: ['show', 'hide', 'toggle']
|
|
636
306
|
})
|
|
637
307
|
], PostPopovercontainer);
|
|
638
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
308
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostPopovercontainer, decorators: [{
|
|
639
309
|
type: Component,
|
|
640
310
|
args: [{
|
|
641
311
|
selector: 'post-popovercontainer',
|
|
642
312
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
643
313
|
template: '<ng-content></ng-content>',
|
|
644
314
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
645
|
-
inputs: ['arrow', 'edgeGap', 'placement'],
|
|
315
|
+
inputs: ['animation', 'arrow', 'edgeGap', 'placement', 'safeSpace'],
|
|
646
316
|
}]
|
|
647
317
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
648
318
|
let PostRating = class PostRating {
|
|
@@ -652,15 +322,15 @@ let PostRating = class PostRating {
|
|
|
652
322
|
this.el = r.nativeElement;
|
|
653
323
|
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
654
324
|
}
|
|
655
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
656
|
-
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 }); }
|
|
657
327
|
};
|
|
658
328
|
PostRating = __decorate([
|
|
659
329
|
ProxyCmp({
|
|
660
330
|
inputs: ['currentRating', 'label', 'readonly', 'stars']
|
|
661
331
|
})
|
|
662
332
|
], PostRating);
|
|
663
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
333
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostRating, decorators: [{
|
|
664
334
|
type: Component,
|
|
665
335
|
args: [{
|
|
666
336
|
selector: 'post-rating',
|
|
@@ -676,15 +346,15 @@ let PostTabHeader = class PostTabHeader {
|
|
|
676
346
|
c.detach();
|
|
677
347
|
this.el = r.nativeElement;
|
|
678
348
|
}
|
|
679
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
680
|
-
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 }); }
|
|
681
351
|
};
|
|
682
352
|
PostTabHeader = __decorate([
|
|
683
353
|
ProxyCmp({
|
|
684
354
|
inputs: ['panel']
|
|
685
355
|
})
|
|
686
356
|
], PostTabHeader);
|
|
687
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostTabHeader, decorators: [{
|
|
688
358
|
type: Component,
|
|
689
359
|
args: [{
|
|
690
360
|
selector: 'post-tab-header',
|
|
@@ -700,15 +370,15 @@ let PostTabPanel = class PostTabPanel {
|
|
|
700
370
|
c.detach();
|
|
701
371
|
this.el = r.nativeElement;
|
|
702
372
|
}
|
|
703
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
704
|
-
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 }); }
|
|
705
375
|
};
|
|
706
376
|
PostTabPanel = __decorate([
|
|
707
377
|
ProxyCmp({
|
|
708
378
|
inputs: ['name']
|
|
709
379
|
})
|
|
710
380
|
], PostTabPanel);
|
|
711
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
381
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostTabPanel, decorators: [{
|
|
712
382
|
type: Component,
|
|
713
383
|
args: [{
|
|
714
384
|
selector: 'post-tab-panel',
|
|
@@ -725,8 +395,8 @@ let PostTabs = class PostTabs {
|
|
|
725
395
|
this.el = r.nativeElement;
|
|
726
396
|
proxyOutputs(this, this.el, ['postChange']);
|
|
727
397
|
}
|
|
728
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
729
|
-
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 }); }
|
|
730
400
|
};
|
|
731
401
|
PostTabs = __decorate([
|
|
732
402
|
ProxyCmp({
|
|
@@ -734,7 +404,7 @@ PostTabs = __decorate([
|
|
|
734
404
|
methods: ['show']
|
|
735
405
|
})
|
|
736
406
|
], PostTabs);
|
|
737
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostTabs, decorators: [{
|
|
738
408
|
type: Component,
|
|
739
409
|
args: [{
|
|
740
410
|
selector: 'post-tabs',
|
|
@@ -750,15 +420,15 @@ let PostTag = class PostTag {
|
|
|
750
420
|
c.detach();
|
|
751
421
|
this.el = r.nativeElement;
|
|
752
422
|
}
|
|
753
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
754
|
-
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 }); }
|
|
755
425
|
};
|
|
756
426
|
PostTag = __decorate([
|
|
757
427
|
ProxyCmp({
|
|
758
428
|
inputs: ['icon', 'size', 'variant']
|
|
759
429
|
})
|
|
760
430
|
], PostTag);
|
|
761
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
431
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostTag, decorators: [{
|
|
762
432
|
type: Component,
|
|
763
433
|
args: [{
|
|
764
434
|
selector: 'post-tag',
|
|
@@ -768,79 +438,65 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
768
438
|
inputs: ['icon', 'size', 'variant'],
|
|
769
439
|
}]
|
|
770
440
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
771
|
-
let
|
|
441
|
+
let PostTooltip = class PostTooltip {
|
|
772
442
|
constructor(c, r, z) {
|
|
773
443
|
this.z = z;
|
|
774
444
|
c.detach();
|
|
775
445
|
this.el = r.nativeElement;
|
|
776
446
|
}
|
|
777
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
778
|
-
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 }); }
|
|
779
449
|
};
|
|
780
|
-
|
|
450
|
+
PostTooltip = __decorate([
|
|
781
451
|
ProxyCmp({
|
|
782
|
-
inputs: ['
|
|
452
|
+
inputs: ['animation', 'arrow', 'open', 'placement'],
|
|
453
|
+
methods: ['show', 'hide', 'toggle']
|
|
783
454
|
})
|
|
784
|
-
],
|
|
785
|
-
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: [{
|
|
786
457
|
type: Component,
|
|
787
458
|
args: [{
|
|
788
|
-
selector: 'post-
|
|
459
|
+
selector: 'post-tooltip',
|
|
789
460
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
790
461
|
template: '<ng-content></ng-content>',
|
|
791
462
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
792
|
-
inputs: ['
|
|
463
|
+
inputs: ['animation', 'arrow', 'open', 'placement'],
|
|
793
464
|
}]
|
|
794
465
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
795
|
-
let
|
|
466
|
+
let PostTooltipTrigger = class PostTooltipTrigger {
|
|
796
467
|
constructor(c, r, z) {
|
|
797
468
|
this.z = z;
|
|
798
469
|
c.detach();
|
|
799
470
|
this.el = r.nativeElement;
|
|
800
471
|
}
|
|
801
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
802
|
-
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 }); }
|
|
803
474
|
};
|
|
804
|
-
|
|
475
|
+
PostTooltipTrigger = __decorate([
|
|
805
476
|
ProxyCmp({
|
|
806
|
-
inputs: ['
|
|
807
|
-
methods: ['show', 'hide', 'toggle']
|
|
477
|
+
inputs: ['delay', 'for']
|
|
808
478
|
})
|
|
809
|
-
],
|
|
810
|
-
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: [{
|
|
811
481
|
type: Component,
|
|
812
482
|
args: [{
|
|
813
|
-
selector: 'post-tooltip',
|
|
483
|
+
selector: 'post-tooltip-trigger',
|
|
814
484
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
815
485
|
template: '<ng-content></ng-content>',
|
|
816
486
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
817
|
-
inputs: ['
|
|
487
|
+
inputs: ['delay', 'for'],
|
|
818
488
|
}]
|
|
819
489
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
820
490
|
|
|
821
491
|
const DIRECTIVES = [
|
|
822
492
|
PostAccordion,
|
|
823
493
|
PostAccordionItem,
|
|
824
|
-
|
|
825
|
-
PostBackToTop,
|
|
826
|
-
PostBanner,
|
|
827
|
-
PostBreadcrumbItem,
|
|
494
|
+
PostAlert,
|
|
828
495
|
PostCardControl,
|
|
829
|
-
PostClosebutton,
|
|
830
496
|
PostCollapsible,
|
|
831
497
|
PostCollapsibleTrigger,
|
|
832
|
-
PostHeader,
|
|
833
498
|
PostIcon,
|
|
834
|
-
PostLanguageOption,
|
|
835
|
-
PostList,
|
|
836
|
-
PostListItem,
|
|
837
499
|
PostLogo,
|
|
838
|
-
PostMainnavigation,
|
|
839
|
-
PostMegadropdown,
|
|
840
|
-
PostMegadropdownTrigger,
|
|
841
|
-
PostMenu,
|
|
842
|
-
PostMenuItem,
|
|
843
|
-
PostMenuTrigger,
|
|
844
500
|
PostPopover,
|
|
845
501
|
PostPopovercontainer,
|
|
846
502
|
PostRating,
|
|
@@ -848,8 +504,8 @@ const DIRECTIVES = [
|
|
|
848
504
|
PostTabPanel,
|
|
849
505
|
PostTabs,
|
|
850
506
|
PostTag,
|
|
851
|
-
|
|
852
|
-
|
|
507
|
+
PostTooltip,
|
|
508
|
+
PostTooltipTrigger
|
|
853
509
|
];
|
|
854
510
|
|
|
855
511
|
class PostCardControlCheckboxValueAccessorDirective {
|
|
@@ -880,8 +536,8 @@ class PostCardControlCheckboxValueAccessorDirective {
|
|
|
880
536
|
setDisabledState(isDisabled) {
|
|
881
537
|
this.el.nativeElement.disabled = isDisabled;
|
|
882
538
|
}
|
|
883
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
884
|
-
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: [
|
|
885
541
|
{
|
|
886
542
|
provide: NG_VALUE_ACCESSOR,
|
|
887
543
|
useExisting: PostCardControlCheckboxValueAccessorDirective,
|
|
@@ -889,7 +545,7 @@ class PostCardControlCheckboxValueAccessorDirective {
|
|
|
889
545
|
},
|
|
890
546
|
], ngImport: i0 }); }
|
|
891
547
|
}
|
|
892
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostCardControlCheckboxValueAccessorDirective, decorators: [{
|
|
893
549
|
type: Directive,
|
|
894
550
|
args: [{
|
|
895
551
|
/* eslint-disable-next-line @angular-eslint/directive-selector */
|
|
@@ -939,8 +595,8 @@ class PostCardControlRadioValueAccessorDirective {
|
|
|
939
595
|
setDisabledState(isDisabled) {
|
|
940
596
|
this.el.nativeElement.disabled = isDisabled;
|
|
941
597
|
}
|
|
942
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
943
|
-
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: [
|
|
944
600
|
{
|
|
945
601
|
provide: NG_VALUE_ACCESSOR,
|
|
946
602
|
useExisting: PostCardControlRadioValueAccessorDirective,
|
|
@@ -948,7 +604,7 @@ class PostCardControlRadioValueAccessorDirective {
|
|
|
948
604
|
},
|
|
949
605
|
], ngImport: i0 }); }
|
|
950
606
|
}
|
|
951
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
607
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostCardControlRadioValueAccessorDirective, decorators: [{
|
|
952
608
|
type: Directive,
|
|
953
609
|
args: [{
|
|
954
610
|
/* eslint-disable-next-line @angular-eslint/directive-selector */
|
|
@@ -969,21 +625,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
969
625
|
args: ['focusout']
|
|
970
626
|
}] } });
|
|
971
627
|
|
|
972
|
-
const
|
|
628
|
+
const IMPORTS = [
|
|
973
629
|
...DIRECTIVES,
|
|
974
630
|
PostCardControlCheckboxValueAccessorDirective,
|
|
975
631
|
PostCardControlRadioValueAccessorDirective,
|
|
976
632
|
];
|
|
977
633
|
class PostComponentsModule {
|
|
978
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
979
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
980
|
-
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,
|
|
981
637
|
PostCardControlRadioValueAccessorDirective] }); }
|
|
982
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
983
|
-
{
|
|
984
|
-
|
|
985
|
-
provide: ENVIRONMENT_INITIALIZER,
|
|
986
|
-
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 = (() => () => {
|
|
987
641
|
// Check if Post components are already defined, if so do nothing
|
|
988
642
|
if (typeof customElements.get('post-icon') !== 'undefined')
|
|
989
643
|
return;
|
|
@@ -993,21 +647,19 @@ class PostComponentsModule {
|
|
|
993
647
|
setNonce(nonce);
|
|
994
648
|
// Define Post components
|
|
995
649
|
defineCustomElements();
|
|
996
|
-
}
|
|
997
|
-
|
|
998
|
-
},
|
|
650
|
+
})();
|
|
651
|
+
return initializerFn();
|
|
652
|
+
}),
|
|
999
653
|
] }); }
|
|
1000
654
|
}
|
|
1001
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
655
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PostComponentsModule, decorators: [{
|
|
1002
656
|
type: NgModule,
|
|
1003
657
|
args: [{
|
|
1004
|
-
|
|
1005
|
-
exports:
|
|
658
|
+
imports: IMPORTS,
|
|
659
|
+
exports: IMPORTS,
|
|
1006
660
|
providers: [
|
|
1007
|
-
{
|
|
1008
|
-
|
|
1009
|
-
provide: ENVIRONMENT_INITIALIZER,
|
|
1010
|
-
useFactory: () => () => {
|
|
661
|
+
provideEnvironmentInitializer(() => {
|
|
662
|
+
const initializerFn = (() => () => {
|
|
1011
663
|
// Check if Post components are already defined, if so do nothing
|
|
1012
664
|
if (typeof customElements.get('post-icon') !== 'undefined')
|
|
1013
665
|
return;
|
|
@@ -1017,9 +669,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1017
669
|
setNonce(nonce);
|
|
1018
670
|
// Define Post components
|
|
1019
671
|
defineCustomElements();
|
|
1020
|
-
}
|
|
1021
|
-
|
|
1022
|
-
},
|
|
672
|
+
})();
|
|
673
|
+
return initializerFn();
|
|
674
|
+
}),
|
|
1023
675
|
],
|
|
1024
676
|
}]
|
|
1025
677
|
}] });
|
|
@@ -1032,5 +684,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1032
684
|
* Generated bundle index. Do not edit.
|
|
1033
685
|
*/
|
|
1034
686
|
|
|
1035
|
-
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 };
|
|
1036
688
|
//# sourceMappingURL=swisspost-design-system-components-angular.mjs.map
|