@swisspost/design-system-components-angular 10.0.0-next.56 → 10.0.0-next.58
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.
|
@@ -107,8 +107,8 @@ let PostAccordion = class PostAccordion {
|
|
|
107
107
|
c.detach();
|
|
108
108
|
this.el = r.nativeElement;
|
|
109
109
|
}
|
|
110
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
111
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
110
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
111
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", 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 }); }
|
|
112
112
|
};
|
|
113
113
|
PostAccordion = __decorate([
|
|
114
114
|
ProxyCmp({
|
|
@@ -117,7 +117,7 @@ PostAccordion = __decorate([
|
|
|
117
117
|
methods: ['toggle', 'expandAll', 'collapseAll']
|
|
118
118
|
})
|
|
119
119
|
], PostAccordion);
|
|
120
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
120
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostAccordion, decorators: [{
|
|
121
121
|
type: Component,
|
|
122
122
|
args: [{
|
|
123
123
|
selector: 'post-accordion',
|
|
@@ -133,8 +133,8 @@ let PostAccordionItem = class PostAccordionItem {
|
|
|
133
133
|
c.detach();
|
|
134
134
|
this.el = r.nativeElement;
|
|
135
135
|
}
|
|
136
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
137
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
136
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
137
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", 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 }); }
|
|
138
138
|
};
|
|
139
139
|
PostAccordionItem = __decorate([
|
|
140
140
|
ProxyCmp({
|
|
@@ -143,7 +143,7 @@ PostAccordionItem = __decorate([
|
|
|
143
143
|
methods: ['toggle']
|
|
144
144
|
})
|
|
145
145
|
], PostAccordionItem);
|
|
146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
146
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostAccordionItem, decorators: [{
|
|
147
147
|
type: Component,
|
|
148
148
|
args: [{
|
|
149
149
|
selector: 'post-accordion-item',
|
|
@@ -159,8 +159,8 @@ let PostAvatar = class PostAvatar {
|
|
|
159
159
|
c.detach();
|
|
160
160
|
this.el = r.nativeElement;
|
|
161
161
|
}
|
|
162
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
163
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
162
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
163
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostAvatar, isStandalone: true, selector: "post-avatar", inputs: { description: "description", email: "email", firstname: "firstname", lastname: "lastname", userid: "userid" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
164
164
|
};
|
|
165
165
|
PostAvatar = __decorate([
|
|
166
166
|
ProxyCmp({
|
|
@@ -168,7 +168,7 @@ PostAvatar = __decorate([
|
|
|
168
168
|
inputs: ['description', 'email', 'firstname', 'lastname', 'userid']
|
|
169
169
|
})
|
|
170
170
|
], PostAvatar);
|
|
171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
171
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostAvatar, decorators: [{
|
|
172
172
|
type: Component,
|
|
173
173
|
args: [{
|
|
174
174
|
selector: 'post-avatar',
|
|
@@ -184,8 +184,8 @@ let PostBackToTop = class PostBackToTop {
|
|
|
184
184
|
c.detach();
|
|
185
185
|
this.el = r.nativeElement;
|
|
186
186
|
}
|
|
187
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
188
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
187
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostBackToTop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
188
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostBackToTop, isStandalone: true, selector: "post-back-to-top", inputs: { textBackToTop: "textBackToTop" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
189
189
|
};
|
|
190
190
|
PostBackToTop = __decorate([
|
|
191
191
|
ProxyCmp({
|
|
@@ -193,7 +193,7 @@ PostBackToTop = __decorate([
|
|
|
193
193
|
inputs: ['textBackToTop']
|
|
194
194
|
})
|
|
195
195
|
], PostBackToTop);
|
|
196
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostBackToTop, decorators: [{
|
|
197
197
|
type: Component,
|
|
198
198
|
args: [{
|
|
199
199
|
selector: 'post-back-to-top',
|
|
@@ -210,8 +210,8 @@ let PostBanner = class PostBanner {
|
|
|
210
210
|
c.detach();
|
|
211
211
|
this.el = r.nativeElement;
|
|
212
212
|
}
|
|
213
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
214
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
213
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
214
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostBanner, isStandalone: true, selector: "post-banner", inputs: { type: "type" }, outputs: { postDismissed: "postDismissed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
215
215
|
};
|
|
216
216
|
PostBanner = __decorate([
|
|
217
217
|
ProxyCmp({
|
|
@@ -220,7 +220,7 @@ PostBanner = __decorate([
|
|
|
220
220
|
methods: ['dismiss']
|
|
221
221
|
})
|
|
222
222
|
], PostBanner);
|
|
223
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostBanner, decorators: [{
|
|
224
224
|
type: Component,
|
|
225
225
|
args: [{
|
|
226
226
|
selector: 'post-banner',
|
|
@@ -239,8 +239,8 @@ let PostBreadcrumbItem = class PostBreadcrumbItem {
|
|
|
239
239
|
c.detach();
|
|
240
240
|
this.el = r.nativeElement;
|
|
241
241
|
}
|
|
242
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
243
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
242
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
243
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostBreadcrumbItem, isStandalone: true, selector: "post-breadcrumb-item", inputs: { url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
244
244
|
};
|
|
245
245
|
PostBreadcrumbItem = __decorate([
|
|
246
246
|
ProxyCmp({
|
|
@@ -248,7 +248,7 @@ PostBreadcrumbItem = __decorate([
|
|
|
248
248
|
inputs: ['url']
|
|
249
249
|
})
|
|
250
250
|
], PostBreadcrumbItem);
|
|
251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
251
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostBreadcrumbItem, decorators: [{
|
|
252
252
|
type: Component,
|
|
253
253
|
args: [{
|
|
254
254
|
selector: 'post-breadcrumb-item',
|
|
@@ -264,8 +264,8 @@ let PostBreadcrumbs = class PostBreadcrumbs {
|
|
|
264
264
|
c.detach();
|
|
265
265
|
this.el = r.nativeElement;
|
|
266
266
|
}
|
|
267
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
268
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
267
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
268
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostBreadcrumbs, isStandalone: true, selector: "post-breadcrumbs", inputs: { homeUrl: "homeUrl", textBreadcrumbs: "textBreadcrumbs", textHome: "textHome", textMoreItems: "textMoreItems" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
269
269
|
};
|
|
270
270
|
PostBreadcrumbs = __decorate([
|
|
271
271
|
ProxyCmp({
|
|
@@ -273,7 +273,7 @@ PostBreadcrumbs = __decorate([
|
|
|
273
273
|
inputs: ['homeUrl', 'textBreadcrumbs', 'textHome', 'textMoreItems']
|
|
274
274
|
})
|
|
275
275
|
], PostBreadcrumbs);
|
|
276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostBreadcrumbs, decorators: [{
|
|
277
277
|
type: Component,
|
|
278
278
|
args: [{
|
|
279
279
|
selector: 'post-breadcrumbs',
|
|
@@ -291,8 +291,8 @@ let PostCardControl = class PostCardControl {
|
|
|
291
291
|
c.detach();
|
|
292
292
|
this.el = r.nativeElement;
|
|
293
293
|
}
|
|
294
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
295
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
294
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostCardControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
295
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", 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" }, outputs: { postInput: "postInput", postChange: "postChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
296
296
|
};
|
|
297
297
|
PostCardControl = __decorate([
|
|
298
298
|
ProxyCmp({
|
|
@@ -301,7 +301,7 @@ PostCardControl = __decorate([
|
|
|
301
301
|
methods: ['reset', 'groupReset']
|
|
302
302
|
})
|
|
303
303
|
], PostCardControl);
|
|
304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostCardControl, decorators: [{
|
|
305
305
|
type: Component,
|
|
306
306
|
args: [{
|
|
307
307
|
selector: 'post-card-control',
|
|
@@ -322,8 +322,8 @@ let PostClosebutton = class PostClosebutton {
|
|
|
322
322
|
c.detach();
|
|
323
323
|
this.el = r.nativeElement;
|
|
324
324
|
}
|
|
325
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
326
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
325
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostClosebutton, 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: "20.3.16", type: PostClosebutton, isStandalone: true, selector: "post-closebutton", inputs: { buttonType: "buttonType" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
327
327
|
};
|
|
328
328
|
PostClosebutton = __decorate([
|
|
329
329
|
ProxyCmp({
|
|
@@ -331,7 +331,7 @@ PostClosebutton = __decorate([
|
|
|
331
331
|
inputs: ['buttonType']
|
|
332
332
|
})
|
|
333
333
|
], PostClosebutton);
|
|
334
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
334
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostClosebutton, decorators: [{
|
|
335
335
|
type: Component,
|
|
336
336
|
args: [{
|
|
337
337
|
selector: 'post-closebutton',
|
|
@@ -348,8 +348,8 @@ let PostCollapsible = class PostCollapsible {
|
|
|
348
348
|
c.detach();
|
|
349
349
|
this.el = r.nativeElement;
|
|
350
350
|
}
|
|
351
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
352
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
351
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostCollapsible, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
352
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostCollapsible, isStandalone: true, selector: "post-collapsible", inputs: { collapsed: "collapsed" }, outputs: { postToggle: "postToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
353
353
|
};
|
|
354
354
|
PostCollapsible = __decorate([
|
|
355
355
|
ProxyCmp({
|
|
@@ -358,7 +358,7 @@ PostCollapsible = __decorate([
|
|
|
358
358
|
methods: ['toggle']
|
|
359
359
|
})
|
|
360
360
|
], PostCollapsible);
|
|
361
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
361
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostCollapsible, decorators: [{
|
|
362
362
|
type: Component,
|
|
363
363
|
args: [{
|
|
364
364
|
selector: 'post-collapsible',
|
|
@@ -377,8 +377,8 @@ let PostCollapsibleTrigger = class PostCollapsibleTrigger {
|
|
|
377
377
|
c.detach();
|
|
378
378
|
this.el = r.nativeElement;
|
|
379
379
|
}
|
|
380
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
381
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
380
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostCollapsibleTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
381
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostCollapsibleTrigger, isStandalone: true, selector: "post-collapsible-trigger", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
382
382
|
};
|
|
383
383
|
PostCollapsibleTrigger = __decorate([
|
|
384
384
|
ProxyCmp({
|
|
@@ -387,7 +387,7 @@ PostCollapsibleTrigger = __decorate([
|
|
|
387
387
|
methods: ['update']
|
|
388
388
|
})
|
|
389
389
|
], PostCollapsibleTrigger);
|
|
390
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
390
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostCollapsibleTrigger, decorators: [{
|
|
391
391
|
type: Component,
|
|
392
392
|
args: [{
|
|
393
393
|
selector: 'post-collapsible-trigger',
|
|
@@ -403,15 +403,15 @@ let PostEnvTest = class PostEnvTest {
|
|
|
403
403
|
c.detach();
|
|
404
404
|
this.el = r.nativeElement;
|
|
405
405
|
}
|
|
406
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
407
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
406
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostEnvTest, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
407
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostEnvTest, isStandalone: true, selector: "post-env-test", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
408
408
|
};
|
|
409
409
|
PostEnvTest = __decorate([
|
|
410
410
|
ProxyCmp({
|
|
411
411
|
defineCustomElementFn: defineCustomElement$c
|
|
412
412
|
})
|
|
413
413
|
], PostEnvTest);
|
|
414
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
414
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostEnvTest, decorators: [{
|
|
415
415
|
type: Component,
|
|
416
416
|
args: [{
|
|
417
417
|
selector: 'post-env-test',
|
|
@@ -427,8 +427,8 @@ let PostFooter = class PostFooter {
|
|
|
427
427
|
c.detach();
|
|
428
428
|
this.el = r.nativeElement;
|
|
429
429
|
}
|
|
430
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
431
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
430
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
431
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostFooter, isStandalone: true, selector: "post-footer", inputs: { textFooter: "textFooter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
432
432
|
};
|
|
433
433
|
PostFooter = __decorate([
|
|
434
434
|
ProxyCmp({
|
|
@@ -436,7 +436,7 @@ PostFooter = __decorate([
|
|
|
436
436
|
inputs: ['textFooter']
|
|
437
437
|
})
|
|
438
438
|
], PostFooter);
|
|
439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostFooter, decorators: [{
|
|
440
440
|
type: Component,
|
|
441
441
|
args: [{
|
|
442
442
|
selector: 'post-footer',
|
|
@@ -452,24 +452,24 @@ let PostHeader = class PostHeader {
|
|
|
452
452
|
c.detach();
|
|
453
453
|
this.el = r.nativeElement;
|
|
454
454
|
}
|
|
455
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
456
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
455
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
456
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostHeader, isStandalone: true, selector: "post-header", inputs: { fullWidth: "fullWidth", textMenu: "textMenu" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
457
457
|
};
|
|
458
458
|
PostHeader = __decorate([
|
|
459
459
|
ProxyCmp({
|
|
460
460
|
defineCustomElementFn: defineCustomElement$e,
|
|
461
|
-
inputs: ['textMenu'],
|
|
461
|
+
inputs: ['fullWidth', 'textMenu'],
|
|
462
462
|
methods: ['toggleBurgerMenu']
|
|
463
463
|
})
|
|
464
464
|
], PostHeader);
|
|
465
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
465
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostHeader, decorators: [{
|
|
466
466
|
type: Component,
|
|
467
467
|
args: [{
|
|
468
468
|
selector: 'post-header',
|
|
469
469
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
470
470
|
template: '<ng-content></ng-content>',
|
|
471
471
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
472
|
-
inputs: [{ name: 'textMenu', required: true }],
|
|
472
|
+
inputs: ['fullWidth', { name: 'textMenu', required: true }],
|
|
473
473
|
}]
|
|
474
474
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
475
475
|
let PostIcon = class PostIcon {
|
|
@@ -478,8 +478,8 @@ let PostIcon = class PostIcon {
|
|
|
478
478
|
c.detach();
|
|
479
479
|
this.el = r.nativeElement;
|
|
480
480
|
}
|
|
481
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
482
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
481
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
482
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", 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 }); }
|
|
483
483
|
};
|
|
484
484
|
PostIcon = __decorate([
|
|
485
485
|
ProxyCmp({
|
|
@@ -487,7 +487,7 @@ PostIcon = __decorate([
|
|
|
487
487
|
inputs: ['animation', 'base', 'flipH', 'flipV', 'name', 'rotate', 'scale']
|
|
488
488
|
})
|
|
489
489
|
], PostIcon);
|
|
490
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
490
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostIcon, decorators: [{
|
|
491
491
|
type: Component,
|
|
492
492
|
args: [{
|
|
493
493
|
selector: 'post-icon',
|
|
@@ -503,8 +503,8 @@ let PostLanguageMenu = class PostLanguageMenu {
|
|
|
503
503
|
c.detach();
|
|
504
504
|
this.el = r.nativeElement;
|
|
505
505
|
}
|
|
506
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
507
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
506
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostLanguageMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
507
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostLanguageMenu, isStandalone: true, selector: "post-language-menu", inputs: { textChangeLanguage: "textChangeLanguage", textCurrentLanguage: "textCurrentLanguage", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
508
508
|
};
|
|
509
509
|
PostLanguageMenu = __decorate([
|
|
510
510
|
ProxyCmp({
|
|
@@ -512,7 +512,7 @@ PostLanguageMenu = __decorate([
|
|
|
512
512
|
inputs: ['textChangeLanguage', 'textCurrentLanguage', 'variant']
|
|
513
513
|
})
|
|
514
514
|
], PostLanguageMenu);
|
|
515
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
515
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostLanguageMenu, decorators: [{
|
|
516
516
|
type: Component,
|
|
517
517
|
args: [{
|
|
518
518
|
selector: 'post-language-menu',
|
|
@@ -530,8 +530,8 @@ let PostLanguageMenuItem = class PostLanguageMenuItem {
|
|
|
530
530
|
c.detach();
|
|
531
531
|
this.el = r.nativeElement;
|
|
532
532
|
}
|
|
533
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
534
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
533
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostLanguageMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
534
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostLanguageMenuItem, isStandalone: true, selector: "post-language-menu-item", inputs: { active: "active", code: "code", name: "name", url: "url", variant: "variant" }, outputs: { postChange: "postChange", postLanguageMenuItemInitiallyActive: "postLanguageMenuItemInitiallyActive" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
535
535
|
};
|
|
536
536
|
PostLanguageMenuItem = __decorate([
|
|
537
537
|
ProxyCmp({
|
|
@@ -540,7 +540,7 @@ PostLanguageMenuItem = __decorate([
|
|
|
540
540
|
methods: ['select']
|
|
541
541
|
})
|
|
542
542
|
], PostLanguageMenuItem);
|
|
543
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
543
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostLanguageMenuItem, decorators: [{
|
|
544
544
|
type: Component,
|
|
545
545
|
args: [{
|
|
546
546
|
selector: 'post-language-menu-item',
|
|
@@ -561,15 +561,15 @@ let PostLinkarea = class PostLinkarea {
|
|
|
561
561
|
c.detach();
|
|
562
562
|
this.el = r.nativeElement;
|
|
563
563
|
}
|
|
564
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
565
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
564
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostLinkarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
565
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostLinkarea, isStandalone: true, selector: "post-linkarea", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
566
566
|
};
|
|
567
567
|
PostLinkarea = __decorate([
|
|
568
568
|
ProxyCmp({
|
|
569
569
|
defineCustomElementFn: defineCustomElement$i
|
|
570
570
|
})
|
|
571
571
|
], PostLinkarea);
|
|
572
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostLinkarea, decorators: [{
|
|
573
573
|
type: Component,
|
|
574
574
|
args: [{
|
|
575
575
|
selector: 'post-linkarea',
|
|
@@ -585,8 +585,8 @@ let PostLogo = class PostLogo {
|
|
|
585
585
|
c.detach();
|
|
586
586
|
this.el = r.nativeElement;
|
|
587
587
|
}
|
|
588
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
589
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
588
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
589
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostLogo, isStandalone: true, selector: "post-logo", inputs: { url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
590
590
|
};
|
|
591
591
|
PostLogo = __decorate([
|
|
592
592
|
ProxyCmp({
|
|
@@ -594,7 +594,7 @@ PostLogo = __decorate([
|
|
|
594
594
|
inputs: ['url']
|
|
595
595
|
})
|
|
596
596
|
], PostLogo);
|
|
597
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
597
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostLogo, decorators: [{
|
|
598
598
|
type: Component,
|
|
599
599
|
args: [{
|
|
600
600
|
selector: 'post-logo',
|
|
@@ -610,8 +610,8 @@ let PostMainnavigation = class PostMainnavigation {
|
|
|
610
610
|
c.detach();
|
|
611
611
|
this.el = r.nativeElement;
|
|
612
612
|
}
|
|
613
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
614
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
613
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostMainnavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
614
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostMainnavigation, isStandalone: true, selector: "post-mainnavigation", inputs: { textMain: "textMain" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
615
615
|
};
|
|
616
616
|
PostMainnavigation = __decorate([
|
|
617
617
|
ProxyCmp({
|
|
@@ -619,7 +619,7 @@ PostMainnavigation = __decorate([
|
|
|
619
619
|
inputs: ['textMain']
|
|
620
620
|
})
|
|
621
621
|
], PostMainnavigation);
|
|
622
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostMainnavigation, decorators: [{
|
|
623
623
|
type: Component,
|
|
624
624
|
args: [{
|
|
625
625
|
selector: 'post-mainnavigation',
|
|
@@ -636,8 +636,8 @@ let PostMegadropdown = class PostMegadropdown {
|
|
|
636
636
|
c.detach();
|
|
637
637
|
this.el = r.nativeElement;
|
|
638
638
|
}
|
|
639
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
640
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
639
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostMegadropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
640
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostMegadropdown, isStandalone: true, selector: "post-megadropdown", inputs: { textBack: "textBack", textClose: "textClose" }, outputs: { postToggleMegadropdown: "postToggleMegadropdown" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
641
641
|
};
|
|
642
642
|
PostMegadropdown = __decorate([
|
|
643
643
|
ProxyCmp({
|
|
@@ -646,7 +646,7 @@ PostMegadropdown = __decorate([
|
|
|
646
646
|
methods: ['toggle', 'show', 'hide', 'focusFirst']
|
|
647
647
|
})
|
|
648
648
|
], PostMegadropdown);
|
|
649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
649
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostMegadropdown, decorators: [{
|
|
650
650
|
type: Component,
|
|
651
651
|
args: [{
|
|
652
652
|
selector: 'post-megadropdown',
|
|
@@ -665,8 +665,8 @@ let PostMegadropdownTrigger = class PostMegadropdownTrigger {
|
|
|
665
665
|
c.detach();
|
|
666
666
|
this.el = r.nativeElement;
|
|
667
667
|
}
|
|
668
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
669
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
668
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostMegadropdownTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
669
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostMegadropdownTrigger, isStandalone: true, selector: "post-megadropdown-trigger", inputs: { active: "active", for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
670
670
|
};
|
|
671
671
|
PostMegadropdownTrigger = __decorate([
|
|
672
672
|
ProxyCmp({
|
|
@@ -674,7 +674,7 @@ PostMegadropdownTrigger = __decorate([
|
|
|
674
674
|
inputs: ['active', 'for']
|
|
675
675
|
})
|
|
676
676
|
], PostMegadropdownTrigger);
|
|
677
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
677
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostMegadropdownTrigger, decorators: [{
|
|
678
678
|
type: Component,
|
|
679
679
|
args: [{
|
|
680
680
|
selector: 'post-megadropdown-trigger',
|
|
@@ -691,8 +691,8 @@ let PostMenu = class PostMenu {
|
|
|
691
691
|
c.detach();
|
|
692
692
|
this.el = r.nativeElement;
|
|
693
693
|
}
|
|
694
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
695
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
694
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
695
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostMenu, isStandalone: true, selector: "post-menu", inputs: { label: "label", placement: "placement" }, outputs: { toggleMenu: "toggleMenu" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
696
696
|
};
|
|
697
697
|
PostMenu = __decorate([
|
|
698
698
|
ProxyCmp({
|
|
@@ -701,7 +701,7 @@ PostMenu = __decorate([
|
|
|
701
701
|
methods: ['toggle', 'show', 'hide']
|
|
702
702
|
})
|
|
703
703
|
], PostMenu);
|
|
704
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
704
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostMenu, decorators: [{
|
|
705
705
|
type: Component,
|
|
706
706
|
args: [{
|
|
707
707
|
selector: 'post-menu',
|
|
@@ -720,15 +720,15 @@ let PostMenuItem = class PostMenuItem {
|
|
|
720
720
|
c.detach();
|
|
721
721
|
this.el = r.nativeElement;
|
|
722
722
|
}
|
|
723
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
724
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
723
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
724
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostMenuItem, isStandalone: true, selector: "post-menu-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
725
725
|
};
|
|
726
726
|
PostMenuItem = __decorate([
|
|
727
727
|
ProxyCmp({
|
|
728
728
|
defineCustomElementFn: defineCustomElement$o
|
|
729
729
|
})
|
|
730
730
|
], PostMenuItem);
|
|
731
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
731
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostMenuItem, decorators: [{
|
|
732
732
|
type: Component,
|
|
733
733
|
args: [{
|
|
734
734
|
selector: 'post-menu-item',
|
|
@@ -744,8 +744,8 @@ let PostMenuTrigger = class PostMenuTrigger {
|
|
|
744
744
|
c.detach();
|
|
745
745
|
this.el = r.nativeElement;
|
|
746
746
|
}
|
|
747
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
748
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
747
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostMenuTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
748
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostMenuTrigger, isStandalone: true, selector: "post-menu-trigger", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
749
749
|
};
|
|
750
750
|
PostMenuTrigger = __decorate([
|
|
751
751
|
ProxyCmp({
|
|
@@ -753,7 +753,7 @@ PostMenuTrigger = __decorate([
|
|
|
753
753
|
inputs: ['for']
|
|
754
754
|
})
|
|
755
755
|
], PostMenuTrigger);
|
|
756
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
756
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostMenuTrigger, decorators: [{
|
|
757
757
|
type: Component,
|
|
758
758
|
args: [{
|
|
759
759
|
selector: 'post-menu-trigger',
|
|
@@ -770,8 +770,8 @@ let PostPagination = class PostPagination {
|
|
|
770
770
|
c.detach();
|
|
771
771
|
this.el = r.nativeElement;
|
|
772
772
|
}
|
|
773
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
774
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
773
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
774
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostPagination, isStandalone: true, selector: "post-pagination", inputs: { collectionSize: "collectionSize", disabled: "disabled", label: "label", page: "page", pageSize: "pageSize", textFirst: "textFirst", textLast: "textLast", textNext: "textNext", textPage: "textPage", textPrevious: "textPrevious" }, outputs: { postChange: "postChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
775
775
|
};
|
|
776
776
|
PostPagination = __decorate([
|
|
777
777
|
ProxyCmp({
|
|
@@ -779,7 +779,7 @@ PostPagination = __decorate([
|
|
|
779
779
|
inputs: ['collectionSize', 'disabled', 'label', 'page', 'pageSize', 'textFirst', 'textLast', 'textNext', 'textPage', 'textPrevious']
|
|
780
780
|
})
|
|
781
781
|
], PostPagination);
|
|
782
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
782
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostPagination, decorators: [{
|
|
783
783
|
type: Component,
|
|
784
784
|
args: [{
|
|
785
785
|
selector: 'post-pagination',
|
|
@@ -798,8 +798,8 @@ let PostPopover = class PostPopover {
|
|
|
798
798
|
c.detach();
|
|
799
799
|
this.el = r.nativeElement;
|
|
800
800
|
}
|
|
801
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
802
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
801
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
802
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostPopover, isStandalone: true, selector: "post-popover", inputs: { arrow: "arrow", placement: "placement", textClose: "textClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
803
803
|
};
|
|
804
804
|
PostPopover = __decorate([
|
|
805
805
|
ProxyCmp({
|
|
@@ -808,7 +808,7 @@ PostPopover = __decorate([
|
|
|
808
808
|
methods: ['show', 'hide', 'toggle']
|
|
809
809
|
})
|
|
810
810
|
], PostPopover);
|
|
811
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
811
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostPopover, decorators: [{
|
|
812
812
|
type: Component,
|
|
813
813
|
args: [{
|
|
814
814
|
selector: 'post-popover',
|
|
@@ -824,8 +824,8 @@ let PostPopoverTrigger = class PostPopoverTrigger {
|
|
|
824
824
|
c.detach();
|
|
825
825
|
this.el = r.nativeElement;
|
|
826
826
|
}
|
|
827
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
828
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
827
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostPopoverTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
828
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostPopoverTrigger, isStandalone: true, selector: "post-popover-trigger", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
829
829
|
};
|
|
830
830
|
PostPopoverTrigger = __decorate([
|
|
831
831
|
ProxyCmp({
|
|
@@ -833,7 +833,7 @@ PostPopoverTrigger = __decorate([
|
|
|
833
833
|
inputs: ['for']
|
|
834
834
|
})
|
|
835
835
|
], PostPopoverTrigger);
|
|
836
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
836
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostPopoverTrigger, decorators: [{
|
|
837
837
|
type: Component,
|
|
838
838
|
args: [{
|
|
839
839
|
selector: 'post-popover-trigger',
|
|
@@ -854,24 +854,24 @@ let PostPopovercontainer = class PostPopovercontainer {
|
|
|
854
854
|
c.detach();
|
|
855
855
|
this.el = r.nativeElement;
|
|
856
856
|
}
|
|
857
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
858
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
857
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostPopovercontainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
858
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostPopovercontainer, isStandalone: true, selector: "post-popovercontainer", inputs: { arrow: "arrow", edgeGap: "edgeGap", placement: "placement", safeSpace: "safeSpace" }, outputs: { postBeforeShow: "postBeforeShow", postShow: "postShow", postHide: "postHide", postBeforeToggle: "postBeforeToggle", postToggle: "postToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
859
859
|
};
|
|
860
860
|
PostPopovercontainer = __decorate([
|
|
861
861
|
ProxyCmp({
|
|
862
862
|
defineCustomElementFn: defineCustomElement$t,
|
|
863
|
-
inputs: ['
|
|
863
|
+
inputs: ['arrow', 'edgeGap', 'placement', 'safeSpace'],
|
|
864
864
|
methods: ['show', 'hide', 'toggle']
|
|
865
865
|
})
|
|
866
866
|
], PostPopovercontainer);
|
|
867
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
867
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostPopovercontainer, decorators: [{
|
|
868
868
|
type: Component,
|
|
869
869
|
args: [{
|
|
870
870
|
selector: 'post-popovercontainer',
|
|
871
871
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
872
872
|
template: '<ng-content></ng-content>',
|
|
873
873
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
874
|
-
inputs: ['
|
|
874
|
+
inputs: ['arrow', 'edgeGap', 'placement', 'safeSpace'],
|
|
875
875
|
outputs: ['postBeforeShow', 'postShow', 'postHide', 'postBeforeToggle', 'postToggle'],
|
|
876
876
|
}]
|
|
877
877
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { postBeforeShow: [{
|
|
@@ -893,8 +893,8 @@ let PostRating = class PostRating {
|
|
|
893
893
|
c.detach();
|
|
894
894
|
this.el = r.nativeElement;
|
|
895
895
|
}
|
|
896
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
897
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
896
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
897
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostRating, isStandalone: true, selector: "post-rating", inputs: { currentRating: "currentRating", label: "label", readonly: "readonly", stars: "stars" }, outputs: { postInput: "postInput", postChange: "postChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
898
898
|
};
|
|
899
899
|
PostRating = __decorate([
|
|
900
900
|
ProxyCmp({
|
|
@@ -902,7 +902,7 @@ PostRating = __decorate([
|
|
|
902
902
|
inputs: ['currentRating', 'label', 'readonly', 'stars']
|
|
903
903
|
})
|
|
904
904
|
], PostRating);
|
|
905
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
905
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostRating, decorators: [{
|
|
906
906
|
type: Component,
|
|
907
907
|
args: [{
|
|
908
908
|
selector: 'post-rating',
|
|
@@ -923,8 +923,8 @@ let PostStepper = class PostStepper {
|
|
|
923
923
|
c.detach();
|
|
924
924
|
this.el = r.nativeElement;
|
|
925
925
|
}
|
|
926
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
927
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
926
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
927
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostStepper, isStandalone: true, selector: "post-stepper", inputs: { currentIndex: "currentIndex", textCompletedStep: "textCompletedStep", textCurrentStep: "textCurrentStep", textStepNumber: "textStepNumber" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
928
928
|
};
|
|
929
929
|
PostStepper = __decorate([
|
|
930
930
|
ProxyCmp({
|
|
@@ -932,7 +932,7 @@ PostStepper = __decorate([
|
|
|
932
932
|
inputs: ['currentIndex', 'textCompletedStep', 'textCurrentStep', 'textStepNumber']
|
|
933
933
|
})
|
|
934
934
|
], PostStepper);
|
|
935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
935
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostStepper, decorators: [{
|
|
936
936
|
type: Component,
|
|
937
937
|
args: [{
|
|
938
938
|
selector: 'post-stepper',
|
|
@@ -948,15 +948,15 @@ let PostStepperItem = class PostStepperItem {
|
|
|
948
948
|
c.detach();
|
|
949
949
|
this.el = r.nativeElement;
|
|
950
950
|
}
|
|
951
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
952
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
951
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostStepperItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
952
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostStepperItem, isStandalone: true, selector: "post-stepper-item", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
953
953
|
};
|
|
954
954
|
PostStepperItem = __decorate([
|
|
955
955
|
ProxyCmp({
|
|
956
956
|
defineCustomElementFn: defineCustomElement$w
|
|
957
957
|
})
|
|
958
958
|
], PostStepperItem);
|
|
959
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
959
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostStepperItem, decorators: [{
|
|
960
960
|
type: Component,
|
|
961
961
|
args: [{
|
|
962
962
|
selector: 'post-stepper-item',
|
|
@@ -972,8 +972,8 @@ let PostTabItem = class PostTabItem {
|
|
|
972
972
|
c.detach();
|
|
973
973
|
this.el = r.nativeElement;
|
|
974
974
|
}
|
|
975
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
976
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
975
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostTabItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
976
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostTabItem, isStandalone: true, selector: "post-tab-item", inputs: { name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
977
977
|
};
|
|
978
978
|
PostTabItem = __decorate([
|
|
979
979
|
ProxyCmp({
|
|
@@ -981,7 +981,7 @@ PostTabItem = __decorate([
|
|
|
981
981
|
inputs: ['name']
|
|
982
982
|
})
|
|
983
983
|
], PostTabItem);
|
|
984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
984
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostTabItem, decorators: [{
|
|
985
985
|
type: Component,
|
|
986
986
|
args: [{
|
|
987
987
|
selector: 'post-tab-item',
|
|
@@ -997,8 +997,8 @@ let PostTabPanel = class PostTabPanel {
|
|
|
997
997
|
c.detach();
|
|
998
998
|
this.el = r.nativeElement;
|
|
999
999
|
}
|
|
1000
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1001
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1000
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostTabPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1001
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostTabPanel, isStandalone: true, selector: "post-tab-panel", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1002
1002
|
};
|
|
1003
1003
|
PostTabPanel = __decorate([
|
|
1004
1004
|
ProxyCmp({
|
|
@@ -1006,7 +1006,7 @@ PostTabPanel = __decorate([
|
|
|
1006
1006
|
inputs: ['for']
|
|
1007
1007
|
})
|
|
1008
1008
|
], PostTabPanel);
|
|
1009
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1009
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostTabPanel, decorators: [{
|
|
1010
1010
|
type: Component,
|
|
1011
1011
|
args: [{
|
|
1012
1012
|
selector: 'post-tab-panel',
|
|
@@ -1023,8 +1023,8 @@ let PostTabs = class PostTabs {
|
|
|
1023
1023
|
c.detach();
|
|
1024
1024
|
this.el = r.nativeElement;
|
|
1025
1025
|
}
|
|
1026
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1027
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1026
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1027
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostTabs, isStandalone: true, selector: "post-tabs", inputs: { activeTab: "activeTab", fullWidth: "fullWidth", label: "label" }, outputs: { postChange: "postChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1028
1028
|
};
|
|
1029
1029
|
PostTabs = __decorate([
|
|
1030
1030
|
ProxyCmp({
|
|
@@ -1033,7 +1033,7 @@ PostTabs = __decorate([
|
|
|
1033
1033
|
methods: ['show']
|
|
1034
1034
|
})
|
|
1035
1035
|
], PostTabs);
|
|
1036
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostTabs, decorators: [{
|
|
1037
1037
|
type: Component,
|
|
1038
1038
|
args: [{
|
|
1039
1039
|
selector: 'post-tabs',
|
|
@@ -1052,8 +1052,8 @@ let PostTogglebutton = class PostTogglebutton {
|
|
|
1052
1052
|
c.detach();
|
|
1053
1053
|
this.el = r.nativeElement;
|
|
1054
1054
|
}
|
|
1055
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1056
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1055
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostTogglebutton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1056
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostTogglebutton, isStandalone: true, selector: "post-togglebutton", inputs: { toggled: "toggled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1057
1057
|
};
|
|
1058
1058
|
PostTogglebutton = __decorate([
|
|
1059
1059
|
ProxyCmp({
|
|
@@ -1061,7 +1061,7 @@ PostTogglebutton = __decorate([
|
|
|
1061
1061
|
inputs: ['toggled']
|
|
1062
1062
|
})
|
|
1063
1063
|
], PostTogglebutton);
|
|
1064
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1064
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostTogglebutton, decorators: [{
|
|
1065
1065
|
type: Component,
|
|
1066
1066
|
args: [{
|
|
1067
1067
|
selector: 'post-togglebutton',
|
|
@@ -1077,24 +1077,24 @@ let PostTooltip = class PostTooltip {
|
|
|
1077
1077
|
c.detach();
|
|
1078
1078
|
this.el = r.nativeElement;
|
|
1079
1079
|
}
|
|
1080
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1081
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1080
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1081
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PostTooltip, isStandalone: true, selector: "post-tooltip", inputs: { arrow: "arrow", open: "open", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1082
1082
|
};
|
|
1083
1083
|
PostTooltip = __decorate([
|
|
1084
1084
|
ProxyCmp({
|
|
1085
1085
|
defineCustomElementFn: defineCustomElement$B,
|
|
1086
|
-
inputs: ['
|
|
1086
|
+
inputs: ['arrow', 'open', 'placement'],
|
|
1087
1087
|
methods: ['show', 'hide', 'toggle']
|
|
1088
1088
|
})
|
|
1089
1089
|
], PostTooltip);
|
|
1090
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1090
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostTooltip, decorators: [{
|
|
1091
1091
|
type: Component,
|
|
1092
1092
|
args: [{
|
|
1093
1093
|
selector: 'post-tooltip',
|
|
1094
1094
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1095
1095
|
template: '<ng-content></ng-content>',
|
|
1096
1096
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1097
|
-
inputs: ['
|
|
1097
|
+
inputs: ['arrow', 'open', 'placement'],
|
|
1098
1098
|
}]
|
|
1099
1099
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1100
1100
|
let PostTooltipTrigger = class PostTooltipTrigger {
|
|
@@ -1103,8 +1103,8 @@ let PostTooltipTrigger = class PostTooltipTrigger {
|
|
|
1103
1103
|
c.detach();
|
|
1104
1104
|
this.el = r.nativeElement;
|
|
1105
1105
|
}
|
|
1106
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1107
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1106
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostTooltipTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1107
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", 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 }); }
|
|
1108
1108
|
};
|
|
1109
1109
|
PostTooltipTrigger = __decorate([
|
|
1110
1110
|
ProxyCmp({
|
|
@@ -1112,7 +1112,7 @@ PostTooltipTrigger = __decorate([
|
|
|
1112
1112
|
inputs: ['delay', 'for']
|
|
1113
1113
|
})
|
|
1114
1114
|
], PostTooltipTrigger);
|
|
1115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostTooltipTrigger, decorators: [{
|
|
1116
1116
|
type: Component,
|
|
1117
1117
|
args: [{
|
|
1118
1118
|
selector: 'post-tooltip-trigger',
|
|
@@ -1192,8 +1192,8 @@ class PostCardControlCheckboxValueAccessorDirective {
|
|
|
1192
1192
|
setDisabledState(isDisabled) {
|
|
1193
1193
|
this.el.nativeElement.disabled = isDisabled;
|
|
1194
1194
|
}
|
|
1195
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1196
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
1195
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostCardControlCheckboxValueAccessorDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1196
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: PostCardControlCheckboxValueAccessorDirective, isStandalone: true, selector: "post-card-control[type=\"checkbox\"]", host: { listeners: { "postChange": "handleChangeEvent($event.detail.state)", "focusout": "_handleBlurEvent()" } }, providers: [
|
|
1197
1197
|
{
|
|
1198
1198
|
provide: NG_VALUE_ACCESSOR,
|
|
1199
1199
|
useExisting: PostCardControlCheckboxValueAccessorDirective,
|
|
@@ -1201,7 +1201,7 @@ class PostCardControlCheckboxValueAccessorDirective {
|
|
|
1201
1201
|
},
|
|
1202
1202
|
], ngImport: i0 }); }
|
|
1203
1203
|
}
|
|
1204
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostCardControlCheckboxValueAccessorDirective, decorators: [{
|
|
1205
1205
|
type: Directive,
|
|
1206
1206
|
args: [{
|
|
1207
1207
|
/* eslint-disable-next-line @angular-eslint/directive-selector */
|
|
@@ -1251,8 +1251,8 @@ class PostCardControlRadioValueAccessorDirective {
|
|
|
1251
1251
|
setDisabledState(isDisabled) {
|
|
1252
1252
|
this.el.nativeElement.disabled = isDisabled;
|
|
1253
1253
|
}
|
|
1254
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1255
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
1254
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostCardControlRadioValueAccessorDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1255
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: PostCardControlRadioValueAccessorDirective, isStandalone: true, selector: "post-card-control[type=\"radio\"]", host: { listeners: { "postChange": "handleChangeEvent($event.detail.value)", "focusout": "_handleBlurEvent()" } }, providers: [
|
|
1256
1256
|
{
|
|
1257
1257
|
provide: NG_VALUE_ACCESSOR,
|
|
1258
1258
|
useExisting: PostCardControlRadioValueAccessorDirective,
|
|
@@ -1260,7 +1260,7 @@ class PostCardControlRadioValueAccessorDirective {
|
|
|
1260
1260
|
},
|
|
1261
1261
|
], ngImport: i0 }); }
|
|
1262
1262
|
}
|
|
1263
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1263
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PostCardControlRadioValueAccessorDirective, decorators: [{
|
|
1264
1264
|
type: Directive,
|
|
1265
1265
|
args: [{
|
|
1266
1266
|
/* eslint-disable-next-line @angular-eslint/directive-selector */
|