@swisspost/design-system-components-angular 9.0.0-next.5 → 9.0.0-next.7
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/esm2022/lib/components.module.mjs +6 -6
- package/esm2022/lib/custom/value-accessors/post-card-control-checkbox-value-accessor.mjs +3 -3
- package/esm2022/lib/custom/value-accessors/post-card-control-radio-value-accessor.mjs +3 -3
- package/esm2022/lib/stencil-generated/components.mjs +129 -104
- package/esm2022/lib/stencil-generated/index.mjs +3 -2
- package/fesm2022/swisspost-design-system-components-angular.mjs +139 -114
- package/fesm2022/swisspost-design-system-components-angular.mjs.map +1 -1
- package/lib/components.module.d.ts +1 -1
- package/lib/stencil-generated/components.d.ts +23 -14
- package/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -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: "18.2.
|
|
73
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
72
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", 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: "18.2.13", type: PostAccordion, 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: "18.2.
|
|
81
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", 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: "18.2.
|
|
98
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
97
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", 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: "18.2.13", type: PostAccordionItem, 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: "18.2.
|
|
106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostAccordionItem, decorators: [{
|
|
107
107
|
type: Component,
|
|
108
108
|
args: [{
|
|
109
109
|
selector: 'post-accordion-item',
|
|
@@ -113,54 +113,54 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
|
|
|
113
113
|
inputs: ['collapsed', 'headingLevel'],
|
|
114
114
|
}]
|
|
115
115
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
116
|
-
let
|
|
116
|
+
let PostAvatar = class PostAvatar {
|
|
117
117
|
constructor(c, r, z) {
|
|
118
118
|
this.z = z;
|
|
119
119
|
c.detach();
|
|
120
120
|
this.el = r.nativeElement;
|
|
121
|
-
proxyOutputs(this, this.el, ['postDismissed']);
|
|
122
121
|
}
|
|
123
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
124
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
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 }); }
|
|
125
124
|
};
|
|
126
|
-
|
|
125
|
+
PostAvatar = __decorate([
|
|
127
126
|
ProxyCmp({
|
|
128
|
-
inputs: ['
|
|
129
|
-
methods: ['dismiss']
|
|
127
|
+
inputs: ['email', 'firstname', 'lastname', 'userid']
|
|
130
128
|
})
|
|
131
|
-
],
|
|
132
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
129
|
+
], PostAvatar);
|
|
130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostAvatar, decorators: [{
|
|
133
131
|
type: Component,
|
|
134
132
|
args: [{
|
|
135
|
-
selector: 'post-
|
|
133
|
+
selector: 'post-avatar',
|
|
136
134
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
137
135
|
template: '<ng-content></ng-content>',
|
|
138
136
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
139
|
-
inputs: ['
|
|
137
|
+
inputs: ['email', 'firstname', 'lastname', 'userid'],
|
|
140
138
|
}]
|
|
141
139
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
142
|
-
let
|
|
140
|
+
let PostBanner = class PostBanner {
|
|
143
141
|
constructor(c, r, z) {
|
|
144
142
|
this.z = z;
|
|
145
143
|
c.detach();
|
|
146
144
|
this.el = r.nativeElement;
|
|
145
|
+
proxyOutputs(this, this.el, ['postDismissed']);
|
|
147
146
|
}
|
|
148
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
149
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
147
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
148
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostBanner, selector: "post-banner", inputs: { dismissLabel: "dismissLabel", dismissible: "dismissible", icon: "icon", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
150
149
|
};
|
|
151
|
-
|
|
150
|
+
PostBanner = __decorate([
|
|
152
151
|
ProxyCmp({
|
|
153
|
-
inputs: ['
|
|
152
|
+
inputs: ['dismissLabel', 'dismissible', 'icon', 'type'],
|
|
153
|
+
methods: ['dismiss']
|
|
154
154
|
})
|
|
155
|
-
],
|
|
156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
155
|
+
], PostBanner);
|
|
156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostBanner, decorators: [{
|
|
157
157
|
type: Component,
|
|
158
158
|
args: [{
|
|
159
|
-
selector: 'post-
|
|
159
|
+
selector: 'post-banner',
|
|
160
160
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
161
161
|
template: '<ng-content></ng-content>',
|
|
162
162
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
163
|
-
inputs: ['
|
|
163
|
+
inputs: ['dismissLabel', 'dismissible', 'icon', 'type'],
|
|
164
164
|
}]
|
|
165
165
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
166
166
|
let PostBreadcrumbItem = class PostBreadcrumbItem {
|
|
@@ -169,15 +169,15 @@ let PostBreadcrumbItem = class PostBreadcrumbItem {
|
|
|
169
169
|
c.detach();
|
|
170
170
|
this.el = r.nativeElement;
|
|
171
171
|
}
|
|
172
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
173
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
172
|
+
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 }); }
|
|
173
|
+
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 }); }
|
|
174
174
|
};
|
|
175
175
|
PostBreadcrumbItem = __decorate([
|
|
176
176
|
ProxyCmp({
|
|
177
177
|
inputs: ['url']
|
|
178
178
|
})
|
|
179
179
|
], PostBreadcrumbItem);
|
|
180
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostBreadcrumbItem, decorators: [{
|
|
181
181
|
type: Component,
|
|
182
182
|
args: [{
|
|
183
183
|
selector: 'post-breadcrumb-item',
|
|
@@ -194,8 +194,8 @@ let PostCardControl = class PostCardControl {
|
|
|
194
194
|
this.el = r.nativeElement;
|
|
195
195
|
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
196
196
|
}
|
|
197
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
198
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
197
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostCardControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
198
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostCardControl, 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 }); }
|
|
199
199
|
};
|
|
200
200
|
PostCardControl = __decorate([
|
|
201
201
|
ProxyCmp({
|
|
@@ -203,7 +203,7 @@ PostCardControl = __decorate([
|
|
|
203
203
|
methods: ['reset', 'groupReset']
|
|
204
204
|
})
|
|
205
205
|
], PostCardControl);
|
|
206
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
206
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostCardControl, decorators: [{
|
|
207
207
|
type: Component,
|
|
208
208
|
args: [{
|
|
209
209
|
selector: 'post-card-control',
|
|
@@ -219,13 +219,13 @@ let PostClosebutton = class PostClosebutton {
|
|
|
219
219
|
c.detach();
|
|
220
220
|
this.el = r.nativeElement;
|
|
221
221
|
}
|
|
222
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
223
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
222
|
+
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 }); }
|
|
223
|
+
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 }); }
|
|
224
224
|
};
|
|
225
225
|
PostClosebutton = __decorate([
|
|
226
226
|
ProxyCmp({})
|
|
227
227
|
], PostClosebutton);
|
|
228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostClosebutton, decorators: [{
|
|
229
229
|
type: Component,
|
|
230
230
|
args: [{
|
|
231
231
|
selector: 'post-closebutton',
|
|
@@ -242,8 +242,8 @@ let PostCollapsible = class PostCollapsible {
|
|
|
242
242
|
this.el = r.nativeElement;
|
|
243
243
|
proxyOutputs(this, this.el, ['postToggle']);
|
|
244
244
|
}
|
|
245
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
246
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
245
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostCollapsible, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
246
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostCollapsible, selector: "post-collapsible", inputs: { collapsed: "collapsed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
247
247
|
};
|
|
248
248
|
PostCollapsible = __decorate([
|
|
249
249
|
ProxyCmp({
|
|
@@ -251,7 +251,7 @@ PostCollapsible = __decorate([
|
|
|
251
251
|
methods: ['toggle']
|
|
252
252
|
})
|
|
253
253
|
], PostCollapsible);
|
|
254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostCollapsible, decorators: [{
|
|
255
255
|
type: Component,
|
|
256
256
|
args: [{
|
|
257
257
|
selector: 'post-collapsible',
|
|
@@ -267,8 +267,8 @@ let PostCollapsibleTrigger = class PostCollapsibleTrigger {
|
|
|
267
267
|
c.detach();
|
|
268
268
|
this.el = r.nativeElement;
|
|
269
269
|
}
|
|
270
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
271
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
270
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostCollapsibleTrigger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
271
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostCollapsibleTrigger, selector: "post-collapsible-trigger", inputs: { for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
272
272
|
};
|
|
273
273
|
PostCollapsibleTrigger = __decorate([
|
|
274
274
|
ProxyCmp({
|
|
@@ -276,7 +276,7 @@ PostCollapsibleTrigger = __decorate([
|
|
|
276
276
|
methods: ['update']
|
|
277
277
|
})
|
|
278
278
|
], PostCollapsibleTrigger);
|
|
279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
279
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostCollapsibleTrigger, decorators: [{
|
|
280
280
|
type: Component,
|
|
281
281
|
args: [{
|
|
282
282
|
selector: 'post-collapsible-trigger',
|
|
@@ -292,13 +292,13 @@ let PostHeader = class PostHeader {
|
|
|
292
292
|
c.detach();
|
|
293
293
|
this.el = r.nativeElement;
|
|
294
294
|
}
|
|
295
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
296
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
295
|
+
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 }); }
|
|
296
|
+
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 }); }
|
|
297
297
|
};
|
|
298
298
|
PostHeader = __decorate([
|
|
299
299
|
ProxyCmp({})
|
|
300
300
|
], PostHeader);
|
|
301
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
301
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostHeader, decorators: [{
|
|
302
302
|
type: Component,
|
|
303
303
|
args: [{
|
|
304
304
|
selector: 'post-header',
|
|
@@ -314,15 +314,15 @@ let PostIcon = class PostIcon {
|
|
|
314
314
|
c.detach();
|
|
315
315
|
this.el = r.nativeElement;
|
|
316
316
|
}
|
|
317
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
318
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
317
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
318
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostIcon, 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 }); }
|
|
319
319
|
};
|
|
320
320
|
PostIcon = __decorate([
|
|
321
321
|
ProxyCmp({
|
|
322
322
|
inputs: ['animation', 'base', 'flipH', 'flipV', 'name', 'rotate', 'scale']
|
|
323
323
|
})
|
|
324
324
|
], PostIcon);
|
|
325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostIcon, decorators: [{
|
|
326
326
|
type: Component,
|
|
327
327
|
args: [{
|
|
328
328
|
selector: 'post-icon',
|
|
@@ -339,8 +339,8 @@ let PostLanguageOption = class PostLanguageOption {
|
|
|
339
339
|
this.el = r.nativeElement;
|
|
340
340
|
proxyOutputs(this, this.el, ['postChange']);
|
|
341
341
|
}
|
|
342
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
343
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
342
|
+
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 }); }
|
|
343
|
+
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 }); }
|
|
344
344
|
};
|
|
345
345
|
PostLanguageOption = __decorate([
|
|
346
346
|
ProxyCmp({
|
|
@@ -348,7 +348,7 @@ PostLanguageOption = __decorate([
|
|
|
348
348
|
methods: ['select']
|
|
349
349
|
})
|
|
350
350
|
], PostLanguageOption);
|
|
351
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
351
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostLanguageOption, decorators: [{
|
|
352
352
|
type: Component,
|
|
353
353
|
args: [{
|
|
354
354
|
selector: 'post-language-option',
|
|
@@ -364,15 +364,15 @@ let PostList = class PostList {
|
|
|
364
364
|
c.detach();
|
|
365
365
|
this.el = r.nativeElement;
|
|
366
366
|
}
|
|
367
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
368
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
367
|
+
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 }); }
|
|
368
|
+
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 }); }
|
|
369
369
|
};
|
|
370
370
|
PostList = __decorate([
|
|
371
371
|
ProxyCmp({
|
|
372
372
|
inputs: ['horizontal', 'titleHidden']
|
|
373
373
|
})
|
|
374
374
|
], PostList);
|
|
375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
375
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostList, decorators: [{
|
|
376
376
|
type: Component,
|
|
377
377
|
args: [{
|
|
378
378
|
selector: 'post-list',
|
|
@@ -388,13 +388,13 @@ let PostListItem = class PostListItem {
|
|
|
388
388
|
c.detach();
|
|
389
389
|
this.el = r.nativeElement;
|
|
390
390
|
}
|
|
391
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
392
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
391
|
+
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 }); }
|
|
392
|
+
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 }); }
|
|
393
393
|
};
|
|
394
394
|
PostListItem = __decorate([
|
|
395
395
|
ProxyCmp({})
|
|
396
396
|
], PostListItem);
|
|
397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostListItem, decorators: [{
|
|
398
398
|
type: Component,
|
|
399
399
|
args: [{
|
|
400
400
|
selector: 'post-list-item',
|
|
@@ -410,15 +410,15 @@ let PostLogo = class PostLogo {
|
|
|
410
410
|
c.detach();
|
|
411
411
|
this.el = r.nativeElement;
|
|
412
412
|
}
|
|
413
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
414
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
413
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
414
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostLogo, selector: "post-logo", inputs: { url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
415
415
|
};
|
|
416
416
|
PostLogo = __decorate([
|
|
417
417
|
ProxyCmp({
|
|
418
418
|
inputs: ['url']
|
|
419
419
|
})
|
|
420
420
|
], PostLogo);
|
|
421
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostLogo, decorators: [{
|
|
422
422
|
type: Component,
|
|
423
423
|
args: [{
|
|
424
424
|
selector: 'post-logo',
|
|
@@ -435,13 +435,13 @@ let PostMainnavigation = class PostMainnavigation {
|
|
|
435
435
|
this.el = r.nativeElement;
|
|
436
436
|
proxyOutputs(this, this.el, ['postToggle']);
|
|
437
437
|
}
|
|
438
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
439
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
438
|
+
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 }); }
|
|
439
|
+
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 }); }
|
|
440
440
|
};
|
|
441
441
|
PostMainnavigation = __decorate([
|
|
442
442
|
ProxyCmp({})
|
|
443
443
|
], PostMainnavigation);
|
|
444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
444
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMainnavigation, decorators: [{
|
|
445
445
|
type: Component,
|
|
446
446
|
args: [{
|
|
447
447
|
selector: 'post-mainnavigation',
|
|
@@ -457,15 +457,15 @@ let PostMegadropdown = class PostMegadropdown {
|
|
|
457
457
|
c.detach();
|
|
458
458
|
this.el = r.nativeElement;
|
|
459
459
|
}
|
|
460
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
461
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
460
|
+
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 }); }
|
|
461
|
+
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 }); }
|
|
462
462
|
};
|
|
463
463
|
PostMegadropdown = __decorate([
|
|
464
464
|
ProxyCmp({
|
|
465
465
|
methods: ['show', 'hide', 'toggle']
|
|
466
466
|
})
|
|
467
467
|
], PostMegadropdown);
|
|
468
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
468
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMegadropdown, decorators: [{
|
|
469
469
|
type: Component,
|
|
470
470
|
args: [{
|
|
471
471
|
selector: 'post-megadropdown',
|
|
@@ -482,13 +482,13 @@ let PostMegadropdownTrigger = class PostMegadropdownTrigger {
|
|
|
482
482
|
this.el = r.nativeElement;
|
|
483
483
|
proxyOutputs(this, this.el, ['postToggle']);
|
|
484
484
|
}
|
|
485
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
486
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
485
|
+
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 }); }
|
|
486
|
+
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 }); }
|
|
487
487
|
};
|
|
488
488
|
PostMegadropdownTrigger = __decorate([
|
|
489
489
|
ProxyCmp({})
|
|
490
490
|
], PostMegadropdownTrigger);
|
|
491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMegadropdownTrigger, decorators: [{
|
|
492
492
|
type: Component,
|
|
493
493
|
args: [{
|
|
494
494
|
selector: 'post-megadropdown-trigger',
|
|
@@ -505,8 +505,8 @@ let PostMenu = class PostMenu {
|
|
|
505
505
|
this.el = r.nativeElement;
|
|
506
506
|
proxyOutputs(this, this.el, ['toggleMenu']);
|
|
507
507
|
}
|
|
508
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
509
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
508
|
+
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 }); }
|
|
509
|
+
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 }); }
|
|
510
510
|
};
|
|
511
511
|
PostMenu = __decorate([
|
|
512
512
|
ProxyCmp({
|
|
@@ -514,7 +514,7 @@ PostMenu = __decorate([
|
|
|
514
514
|
methods: ['toggle', 'show', 'hide']
|
|
515
515
|
})
|
|
516
516
|
], PostMenu);
|
|
517
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMenu, decorators: [{
|
|
518
518
|
type: Component,
|
|
519
519
|
args: [{
|
|
520
520
|
selector: 'post-menu',
|
|
@@ -530,13 +530,13 @@ let PostMenuItem = class PostMenuItem {
|
|
|
530
530
|
c.detach();
|
|
531
531
|
this.el = r.nativeElement;
|
|
532
532
|
}
|
|
533
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
534
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
533
|
+
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 }); }
|
|
534
|
+
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 }); }
|
|
535
535
|
};
|
|
536
536
|
PostMenuItem = __decorate([
|
|
537
537
|
ProxyCmp({})
|
|
538
538
|
], PostMenuItem);
|
|
539
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
539
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMenuItem, decorators: [{
|
|
540
540
|
type: Component,
|
|
541
541
|
args: [{
|
|
542
542
|
selector: 'post-menu-item',
|
|
@@ -552,15 +552,15 @@ let PostMenuTrigger = class PostMenuTrigger {
|
|
|
552
552
|
c.detach();
|
|
553
553
|
this.el = r.nativeElement;
|
|
554
554
|
}
|
|
555
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
556
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
555
|
+
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 }); }
|
|
556
|
+
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 }); }
|
|
557
557
|
};
|
|
558
558
|
PostMenuTrigger = __decorate([
|
|
559
559
|
ProxyCmp({
|
|
560
560
|
inputs: ['for']
|
|
561
561
|
})
|
|
562
562
|
], PostMenuTrigger);
|
|
563
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostMenuTrigger, decorators: [{
|
|
564
564
|
type: Component,
|
|
565
565
|
args: [{
|
|
566
566
|
selector: 'post-menu-trigger',
|
|
@@ -576,8 +576,8 @@ let PostPopover = class PostPopover {
|
|
|
576
576
|
c.detach();
|
|
577
577
|
this.el = r.nativeElement;
|
|
578
578
|
}
|
|
579
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
580
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
579
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostPopover, 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: PostPopover, selector: "post-popover", inputs: { arrow: "arrow", closeButtonCaption: "closeButtonCaption", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
581
581
|
};
|
|
582
582
|
PostPopover = __decorate([
|
|
583
583
|
ProxyCmp({
|
|
@@ -585,7 +585,7 @@ PostPopover = __decorate([
|
|
|
585
585
|
methods: ['show', 'hide', 'toggle']
|
|
586
586
|
})
|
|
587
587
|
], PostPopover);
|
|
588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
588
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostPopover, decorators: [{
|
|
589
589
|
type: Component,
|
|
590
590
|
args: [{
|
|
591
591
|
selector: 'post-popover',
|
|
@@ -602,8 +602,8 @@ let PostPopovercontainer = class PostPopovercontainer {
|
|
|
602
602
|
this.el = r.nativeElement;
|
|
603
603
|
proxyOutputs(this, this.el, ['postToggle']);
|
|
604
604
|
}
|
|
605
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
606
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
605
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostPopovercontainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
606
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostPopovercontainer, selector: "post-popovercontainer", inputs: { arrow: "arrow", edgeGap: "edgeGap", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
607
607
|
};
|
|
608
608
|
PostPopovercontainer = __decorate([
|
|
609
609
|
ProxyCmp({
|
|
@@ -611,7 +611,7 @@ PostPopovercontainer = __decorate([
|
|
|
611
611
|
methods: ['show', 'hide', 'toggle']
|
|
612
612
|
})
|
|
613
613
|
], PostPopovercontainer);
|
|
614
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
614
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostPopovercontainer, decorators: [{
|
|
615
615
|
type: Component,
|
|
616
616
|
args: [{
|
|
617
617
|
selector: 'post-popovercontainer',
|
|
@@ -628,15 +628,15 @@ let PostRating = class PostRating {
|
|
|
628
628
|
this.el = r.nativeElement;
|
|
629
629
|
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
630
630
|
}
|
|
631
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
632
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
631
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
632
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostRating, 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 }); }
|
|
633
633
|
};
|
|
634
634
|
PostRating = __decorate([
|
|
635
635
|
ProxyCmp({
|
|
636
636
|
inputs: ['currentRating', 'label', 'readonly', 'stars']
|
|
637
637
|
})
|
|
638
638
|
], PostRating);
|
|
639
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
639
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostRating, decorators: [{
|
|
640
640
|
type: Component,
|
|
641
641
|
args: [{
|
|
642
642
|
selector: 'post-rating',
|
|
@@ -652,15 +652,15 @@ let PostTabHeader = class PostTabHeader {
|
|
|
652
652
|
c.detach();
|
|
653
653
|
this.el = r.nativeElement;
|
|
654
654
|
}
|
|
655
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
656
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
655
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTabHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
656
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostTabHeader, selector: "post-tab-header", inputs: { panel: "panel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
657
657
|
};
|
|
658
658
|
PostTabHeader = __decorate([
|
|
659
659
|
ProxyCmp({
|
|
660
660
|
inputs: ['panel']
|
|
661
661
|
})
|
|
662
662
|
], PostTabHeader);
|
|
663
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
663
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTabHeader, decorators: [{
|
|
664
664
|
type: Component,
|
|
665
665
|
args: [{
|
|
666
666
|
selector: 'post-tab-header',
|
|
@@ -676,15 +676,15 @@ let PostTabPanel = class PostTabPanel {
|
|
|
676
676
|
c.detach();
|
|
677
677
|
this.el = r.nativeElement;
|
|
678
678
|
}
|
|
679
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
680
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
679
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTabPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
680
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostTabPanel, selector: "post-tab-panel", inputs: { name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
681
681
|
};
|
|
682
682
|
PostTabPanel = __decorate([
|
|
683
683
|
ProxyCmp({
|
|
684
684
|
inputs: ['name']
|
|
685
685
|
})
|
|
686
686
|
], PostTabPanel);
|
|
687
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
687
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTabPanel, decorators: [{
|
|
688
688
|
type: Component,
|
|
689
689
|
args: [{
|
|
690
690
|
selector: 'post-tab-panel',
|
|
@@ -701,8 +701,8 @@ let PostTabs = class PostTabs {
|
|
|
701
701
|
this.el = r.nativeElement;
|
|
702
702
|
proxyOutputs(this, this.el, ['postChange']);
|
|
703
703
|
}
|
|
704
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
705
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
704
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
705
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostTabs, selector: "post-tabs", inputs: { activePanel: "activePanel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
706
706
|
};
|
|
707
707
|
PostTabs = __decorate([
|
|
708
708
|
ProxyCmp({
|
|
@@ -710,7 +710,7 @@ PostTabs = __decorate([
|
|
|
710
710
|
methods: ['show']
|
|
711
711
|
})
|
|
712
712
|
], PostTabs);
|
|
713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTabs, decorators: [{
|
|
714
714
|
type: Component,
|
|
715
715
|
args: [{
|
|
716
716
|
selector: 'post-tabs',
|
|
@@ -726,15 +726,15 @@ let PostTag = class PostTag {
|
|
|
726
726
|
c.detach();
|
|
727
727
|
this.el = r.nativeElement;
|
|
728
728
|
}
|
|
729
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
730
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
729
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
730
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostTag, selector: "post-tag", inputs: { icon: "icon", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
731
731
|
};
|
|
732
732
|
PostTag = __decorate([
|
|
733
733
|
ProxyCmp({
|
|
734
734
|
inputs: ['icon', 'size', 'variant']
|
|
735
735
|
})
|
|
736
736
|
], PostTag);
|
|
737
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
737
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTag, decorators: [{
|
|
738
738
|
type: Component,
|
|
739
739
|
args: [{
|
|
740
740
|
selector: 'post-tag',
|
|
@@ -744,14 +744,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
|
|
|
744
744
|
inputs: ['icon', 'size', 'variant'],
|
|
745
745
|
}]
|
|
746
746
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
747
|
+
let PostTogglebutton = class PostTogglebutton {
|
|
748
|
+
constructor(c, r, z) {
|
|
749
|
+
this.z = z;
|
|
750
|
+
c.detach();
|
|
751
|
+
this.el = r.nativeElement;
|
|
752
|
+
}
|
|
753
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTogglebutton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
754
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostTogglebutton, selector: "post-togglebutton", inputs: { toggled: "toggled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
755
|
+
};
|
|
756
|
+
PostTogglebutton = __decorate([
|
|
757
|
+
ProxyCmp({
|
|
758
|
+
inputs: ['toggled']
|
|
759
|
+
})
|
|
760
|
+
], PostTogglebutton);
|
|
761
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTogglebutton, decorators: [{
|
|
762
|
+
type: Component,
|
|
763
|
+
args: [{
|
|
764
|
+
selector: 'post-togglebutton',
|
|
765
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
766
|
+
template: '<ng-content></ng-content>',
|
|
767
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
768
|
+
inputs: ['toggled'],
|
|
769
|
+
}]
|
|
770
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
747
771
|
let PostTooltip = class PostTooltip {
|
|
748
772
|
constructor(c, r, z) {
|
|
749
773
|
this.z = z;
|
|
750
774
|
c.detach();
|
|
751
775
|
this.el = r.nativeElement;
|
|
752
776
|
}
|
|
753
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
754
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
777
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
778
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PostTooltip, selector: "post-tooltip", inputs: { arrow: "arrow", delayed: "delayed", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
755
779
|
};
|
|
756
780
|
PostTooltip = __decorate([
|
|
757
781
|
ProxyCmp({
|
|
@@ -759,7 +783,7 @@ PostTooltip = __decorate([
|
|
|
759
783
|
methods: ['show', 'hide', 'toggle']
|
|
760
784
|
})
|
|
761
785
|
], PostTooltip);
|
|
762
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
786
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostTooltip, decorators: [{
|
|
763
787
|
type: Component,
|
|
764
788
|
args: [{
|
|
765
789
|
selector: 'post-tooltip',
|
|
@@ -773,8 +797,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
|
|
|
773
797
|
const DIRECTIVES = [
|
|
774
798
|
PostAccordion,
|
|
775
799
|
PostAccordionItem,
|
|
776
|
-
PostAlert,
|
|
777
800
|
PostAvatar,
|
|
801
|
+
PostBanner,
|
|
778
802
|
PostBreadcrumbItem,
|
|
779
803
|
PostCardControl,
|
|
780
804
|
PostClosebutton,
|
|
@@ -799,6 +823,7 @@ const DIRECTIVES = [
|
|
|
799
823
|
PostTabPanel,
|
|
800
824
|
PostTabs,
|
|
801
825
|
PostTag,
|
|
826
|
+
PostTogglebutton,
|
|
802
827
|
PostTooltip
|
|
803
828
|
];
|
|
804
829
|
|
|
@@ -830,8 +855,8 @@ class PostCardControlCheckboxValueAccessorDirective {
|
|
|
830
855
|
setDisabledState(isDisabled) {
|
|
831
856
|
this.el.nativeElement.disabled = isDisabled;
|
|
832
857
|
}
|
|
833
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
834
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
858
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostCardControlCheckboxValueAccessorDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
859
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: PostCardControlCheckboxValueAccessorDirective, selector: "post-card-control[type=\"checkbox\"]", host: { listeners: { "postChange": "handleChangeEvent($event.detail.state)", "focusout": "_handleBlurEvent()" } }, providers: [
|
|
835
860
|
{
|
|
836
861
|
provide: NG_VALUE_ACCESSOR,
|
|
837
862
|
useExisting: PostCardControlCheckboxValueAccessorDirective,
|
|
@@ -839,7 +864,7 @@ class PostCardControlCheckboxValueAccessorDirective {
|
|
|
839
864
|
},
|
|
840
865
|
], ngImport: i0 }); }
|
|
841
866
|
}
|
|
842
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
867
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostCardControlCheckboxValueAccessorDirective, decorators: [{
|
|
843
868
|
type: Directive,
|
|
844
869
|
args: [{
|
|
845
870
|
/* eslint-disable-next-line @angular-eslint/directive-selector */
|
|
@@ -889,8 +914,8 @@ class PostCardControlRadioValueAccessorDirective {
|
|
|
889
914
|
setDisabledState(isDisabled) {
|
|
890
915
|
this.el.nativeElement.disabled = isDisabled;
|
|
891
916
|
}
|
|
892
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
893
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
917
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostCardControlRadioValueAccessorDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
918
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: PostCardControlRadioValueAccessorDirective, selector: "post-card-control[type=\"radio\"]", host: { listeners: { "postChange": "handleChangeEvent($event.detail.value)", "focusout": "_handleBlurEvent()" } }, providers: [
|
|
894
919
|
{
|
|
895
920
|
provide: NG_VALUE_ACCESSOR,
|
|
896
921
|
useExisting: PostCardControlRadioValueAccessorDirective,
|
|
@@ -898,7 +923,7 @@ class PostCardControlRadioValueAccessorDirective {
|
|
|
898
923
|
},
|
|
899
924
|
], ngImport: i0 }); }
|
|
900
925
|
}
|
|
901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
926
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostCardControlRadioValueAccessorDirective, decorators: [{
|
|
902
927
|
type: Directive,
|
|
903
928
|
args: [{
|
|
904
929
|
/* eslint-disable-next-line @angular-eslint/directive-selector */
|
|
@@ -925,11 +950,11 @@ const DECLARATIONS = [
|
|
|
925
950
|
PostCardControlRadioValueAccessorDirective,
|
|
926
951
|
];
|
|
927
952
|
class PostComponentsModule {
|
|
928
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
929
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
930
|
-
PostCardControlRadioValueAccessorDirective], exports: [PostAccordion, PostAccordionItem,
|
|
953
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
954
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: PostComponentsModule, declarations: [PostAccordion, PostAccordionItem, PostAvatar, PostBanner, PostBreadcrumbItem, PostCardControl, PostClosebutton, PostCollapsible, PostCollapsibleTrigger, PostHeader, PostIcon, PostLanguageOption, PostList, PostListItem, PostLogo, PostMainnavigation, PostMegadropdown, PostMegadropdownTrigger, PostMenu, PostMenuItem, PostMenuTrigger, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTogglebutton, PostTooltip, PostCardControlCheckboxValueAccessorDirective,
|
|
955
|
+
PostCardControlRadioValueAccessorDirective], exports: [PostAccordion, PostAccordionItem, PostAvatar, PostBanner, PostBreadcrumbItem, PostCardControl, PostClosebutton, PostCollapsible, PostCollapsibleTrigger, PostHeader, PostIcon, PostLanguageOption, PostList, PostListItem, PostLogo, PostMainnavigation, PostMegadropdown, PostMegadropdownTrigger, PostMenu, PostMenuItem, PostMenuTrigger, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTogglebutton, PostTooltip, PostCardControlCheckboxValueAccessorDirective,
|
|
931
956
|
PostCardControlRadioValueAccessorDirective] }); }
|
|
932
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
957
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostComponentsModule, providers: [
|
|
933
958
|
{
|
|
934
959
|
// Use ENVIRONMENT_INITIALIZER to be compatible with lazy-loaded modules
|
|
935
960
|
provide: ENVIRONMENT_INITIALIZER,
|
|
@@ -948,7 +973,7 @@ class PostComponentsModule {
|
|
|
948
973
|
},
|
|
949
974
|
] }); }
|
|
950
975
|
}
|
|
951
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
976
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PostComponentsModule, decorators: [{
|
|
952
977
|
type: NgModule,
|
|
953
978
|
args: [{
|
|
954
979
|
declarations: DECLARATIONS,
|
|
@@ -982,5 +1007,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
|
|
|
982
1007
|
* Generated bundle index. Do not edit.
|
|
983
1008
|
*/
|
|
984
1009
|
|
|
985
|
-
export { DIRECTIVES, PostAccordion, PostAccordionItem,
|
|
1010
|
+
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAvatar, PostBanner, PostBreadcrumbItem, PostCardControl, PostCardControlCheckboxValueAccessorDirective, PostCardControlRadioValueAccessorDirective, PostClosebutton, PostCollapsible, PostCollapsibleTrigger, PostComponentsModule, PostHeader, PostIcon, PostLanguageOption, PostList, PostListItem, PostLogo, PostMainnavigation, PostMegadropdown, PostMegadropdownTrigger, PostMenu, PostMenuItem, PostMenuTrigger, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTogglebutton, PostTooltip };
|
|
986
1011
|
//# sourceMappingURL=swisspost-design-system-components-angular.mjs.map
|