@swisspost/design-system-components-angular 1.0.2 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/esm2022/lib/components.module.mjs +11 -8
- package/esm2022/lib/custom/value-accessors/post-card-control-radio-value-accessor.mjs +62 -0
- package/esm2022/lib/stencil-generated/angular-component-lib/utils.mjs +1 -1
- package/esm2022/lib/stencil-generated/boolean-value-accessor.mjs +38 -0
- package/esm2022/lib/stencil-generated/components.mjs +127 -49
- package/esm2022/lib/stencil-generated/index.mjs +4 -1
- package/esm2022/lib/stencil-generated/value-accessor.mjs +40 -0
- package/esm2022/public-api.mjs +6 -2
- package/fesm2022/swisspost-design-system-components-angular.mjs +268 -57
- package/fesm2022/swisspost-design-system-components-angular.mjs.map +1 -1
- package/lib/components.module.d.ts +3 -1
- package/lib/custom/value-accessors/post-card-control-radio-value-accessor.d.ts +18 -0
- package/lib/stencil-generated/boolean-value-accessor.d.ts +9 -0
- package/lib/stencil-generated/components.d.ts +62 -4
- package/lib/stencil-generated/index.d.ts +1 -1
- package/lib/stencil-generated/value-accessor.d.ts +18 -0
- package/package.json +5 -5
- package/public-api.d.ts +3 -1
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, ChangeDetectionStrategy, APP_INITIALIZER, NgModule } from '@angular/core';
|
|
2
|
+
import { Component, ChangeDetectionStrategy, Directive, HostListener, APP_INITIALIZER, NgModule } from '@angular/core';
|
|
3
|
+
import { defineCustomElements } from '@swisspost/design-system-components/loader';
|
|
3
4
|
import { __decorate } from 'tslib';
|
|
4
5
|
import { fromEvent } from 'rxjs';
|
|
5
|
-
import {
|
|
6
|
+
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
6
7
|
|
|
7
8
|
/* eslint-disable */
|
|
8
9
|
/* tslint:disable */
|
|
@@ -68,8 +69,8 @@ let PostAccordion = class PostAccordion {
|
|
|
68
69
|
c.detach();
|
|
69
70
|
this.el = r.nativeElement;
|
|
70
71
|
}
|
|
71
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
72
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
72
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", 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: "17.3.3", type: PostAccordion, selector: "post-accordion", inputs: { multiple: "multiple" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
73
74
|
};
|
|
74
75
|
PostAccordion = __decorate([
|
|
75
76
|
ProxyCmp({
|
|
@@ -77,7 +78,7 @@ PostAccordion = __decorate([
|
|
|
77
78
|
methods: ['toggle', 'expandAll', 'collapseAll']
|
|
78
79
|
})
|
|
79
80
|
], PostAccordion);
|
|
80
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
81
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostAccordion, decorators: [{
|
|
81
82
|
type: Component,
|
|
82
83
|
args: [{
|
|
83
84
|
selector: 'post-accordion',
|
|
@@ -86,15 +87,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
86
87
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
87
88
|
inputs: ['multiple'],
|
|
88
89
|
}]
|
|
89
|
-
}], ctorParameters:
|
|
90
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
90
91
|
let PostAccordionItem = class PostAccordionItem {
|
|
91
92
|
constructor(c, r, z) {
|
|
92
93
|
this.z = z;
|
|
93
94
|
c.detach();
|
|
94
95
|
this.el = r.nativeElement;
|
|
95
96
|
}
|
|
96
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
97
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
97
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", 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: "17.3.3", type: PostAccordionItem, selector: "post-accordion-item", inputs: { collapsed: "collapsed", headingLevel: "headingLevel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
98
99
|
};
|
|
99
100
|
PostAccordionItem = __decorate([
|
|
100
101
|
ProxyCmp({
|
|
@@ -102,7 +103,7 @@ PostAccordionItem = __decorate([
|
|
|
102
103
|
methods: ['toggle']
|
|
103
104
|
})
|
|
104
105
|
], PostAccordionItem);
|
|
105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostAccordionItem, decorators: [{
|
|
106
107
|
type: Component,
|
|
107
108
|
args: [{
|
|
108
109
|
selector: 'post-accordion-item',
|
|
@@ -111,16 +112,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
111
112
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
112
113
|
inputs: ['collapsed', 'headingLevel'],
|
|
113
114
|
}]
|
|
114
|
-
}], ctorParameters:
|
|
115
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
115
116
|
let PostAlert = class PostAlert {
|
|
116
117
|
constructor(c, r, z) {
|
|
117
118
|
this.z = z;
|
|
118
119
|
c.detach();
|
|
119
120
|
this.el = r.nativeElement;
|
|
120
|
-
proxyOutputs(this, this.el, ['
|
|
121
|
+
proxyOutputs(this, this.el, ['postDismissed']);
|
|
121
122
|
}
|
|
122
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
123
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
123
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
124
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostAlert, selector: "post-alert", inputs: { dismissLabel: "dismissLabel", dismissible: "dismissible", fixed: "fixed", icon: "icon", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
124
125
|
};
|
|
125
126
|
PostAlert = __decorate([
|
|
126
127
|
ProxyCmp({
|
|
@@ -128,7 +129,7 @@ PostAlert = __decorate([
|
|
|
128
129
|
methods: ['dismiss']
|
|
129
130
|
})
|
|
130
131
|
], PostAlert);
|
|
131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostAlert, decorators: [{
|
|
132
133
|
type: Component,
|
|
133
134
|
args: [{
|
|
134
135
|
selector: 'post-alert',
|
|
@@ -137,16 +138,42 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
137
138
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
138
139
|
inputs: ['dismissLabel', 'dismissible', 'fixed', 'icon', 'type'],
|
|
139
140
|
}]
|
|
140
|
-
}], ctorParameters:
|
|
141
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
142
|
+
let PostCardControl = class PostCardControl {
|
|
143
|
+
constructor(c, r, z) {
|
|
144
|
+
this.z = z;
|
|
145
|
+
c.detach();
|
|
146
|
+
this.el = r.nativeElement;
|
|
147
|
+
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
148
|
+
}
|
|
149
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostCardControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
150
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 }); }
|
|
151
|
+
};
|
|
152
|
+
PostCardControl = __decorate([
|
|
153
|
+
ProxyCmp({
|
|
154
|
+
inputs: ['checked', 'description', 'disabled', 'icon', 'label', 'name', 'type', 'validity', 'value'],
|
|
155
|
+
methods: ['reset', 'groupReset']
|
|
156
|
+
})
|
|
157
|
+
], PostCardControl);
|
|
158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostCardControl, decorators: [{
|
|
159
|
+
type: Component,
|
|
160
|
+
args: [{
|
|
161
|
+
selector: 'post-card-control',
|
|
162
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
163
|
+
template: '<ng-content></ng-content>',
|
|
164
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
165
|
+
inputs: ['checked', 'description', 'disabled', 'icon', 'label', 'name', 'type', 'validity', 'value'],
|
|
166
|
+
}]
|
|
167
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
141
168
|
let PostCollapsible = class PostCollapsible {
|
|
142
169
|
constructor(c, r, z) {
|
|
143
170
|
this.z = z;
|
|
144
171
|
c.detach();
|
|
145
172
|
this.el = r.nativeElement;
|
|
146
|
-
proxyOutputs(this, this.el, ['
|
|
173
|
+
proxyOutputs(this, this.el, ['postToggle']);
|
|
147
174
|
}
|
|
148
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
149
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
175
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostCollapsible, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
176
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostCollapsible, selector: "post-collapsible", inputs: { collapsed: "collapsed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
150
177
|
};
|
|
151
178
|
PostCollapsible = __decorate([
|
|
152
179
|
ProxyCmp({
|
|
@@ -154,7 +181,7 @@ PostCollapsible = __decorate([
|
|
|
154
181
|
methods: ['toggle']
|
|
155
182
|
})
|
|
156
183
|
], PostCollapsible);
|
|
157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostCollapsible, decorators: [{
|
|
158
185
|
type: Component,
|
|
159
186
|
args: [{
|
|
160
187
|
selector: 'post-collapsible',
|
|
@@ -163,22 +190,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
163
190
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
164
191
|
inputs: ['collapsed'],
|
|
165
192
|
}]
|
|
166
|
-
}], ctorParameters:
|
|
193
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
167
194
|
let PostIcon = class PostIcon {
|
|
168
195
|
constructor(c, r, z) {
|
|
169
196
|
this.z = z;
|
|
170
197
|
c.detach();
|
|
171
198
|
this.el = r.nativeElement;
|
|
172
199
|
}
|
|
173
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
174
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
200
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
201
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 }); }
|
|
175
202
|
};
|
|
176
203
|
PostIcon = __decorate([
|
|
177
204
|
ProxyCmp({
|
|
178
205
|
inputs: ['animation', 'base', 'flipH', 'flipV', 'name', 'rotate', 'scale']
|
|
179
206
|
})
|
|
180
207
|
], PostIcon);
|
|
181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostIcon, decorators: [{
|
|
182
209
|
type: Component,
|
|
183
210
|
args: [{
|
|
184
211
|
selector: 'post-icon',
|
|
@@ -187,15 +214,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
187
214
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
188
215
|
inputs: ['animation', 'base', 'flipH', 'flipV', 'name', 'rotate', 'scale'],
|
|
189
216
|
}]
|
|
190
|
-
}], ctorParameters:
|
|
217
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
191
218
|
let PostPopover = class PostPopover {
|
|
192
219
|
constructor(c, r, z) {
|
|
193
220
|
this.z = z;
|
|
194
221
|
c.detach();
|
|
195
222
|
this.el = r.nativeElement;
|
|
196
223
|
}
|
|
197
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
198
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
224
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
225
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 }); }
|
|
199
226
|
};
|
|
200
227
|
PostPopover = __decorate([
|
|
201
228
|
ProxyCmp({
|
|
@@ -203,7 +230,7 @@ PostPopover = __decorate([
|
|
|
203
230
|
methods: ['show', 'hide', 'toggle']
|
|
204
231
|
})
|
|
205
232
|
], PostPopover);
|
|
206
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostPopover, decorators: [{
|
|
207
234
|
type: Component,
|
|
208
235
|
args: [{
|
|
209
236
|
selector: 'post-popover',
|
|
@@ -212,16 +239,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
212
239
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
213
240
|
inputs: ['arrow', 'closeButtonCaption', 'placement'],
|
|
214
241
|
}]
|
|
215
|
-
}], ctorParameters:
|
|
242
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
216
243
|
let PostPopovercontainer = class PostPopovercontainer {
|
|
217
244
|
constructor(c, r, z) {
|
|
218
245
|
this.z = z;
|
|
219
246
|
c.detach();
|
|
220
247
|
this.el = r.nativeElement;
|
|
221
|
-
proxyOutputs(this, this.el, ['
|
|
248
|
+
proxyOutputs(this, this.el, ['postToggle']);
|
|
222
249
|
}
|
|
223
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
224
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
250
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostPopovercontainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
251
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostPopovercontainer, selector: "post-popovercontainer", inputs: { arrow: "arrow", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
225
252
|
};
|
|
226
253
|
PostPopovercontainer = __decorate([
|
|
227
254
|
ProxyCmp({
|
|
@@ -229,7 +256,7 @@ PostPopovercontainer = __decorate([
|
|
|
229
256
|
methods: ['show', 'hide', 'toggle']
|
|
230
257
|
})
|
|
231
258
|
], PostPopovercontainer);
|
|
232
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostPopovercontainer, decorators: [{
|
|
233
260
|
type: Component,
|
|
234
261
|
args: [{
|
|
235
262
|
selector: 'post-popovercontainer',
|
|
@@ -238,22 +265,47 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
238
265
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
239
266
|
inputs: ['arrow', 'placement'],
|
|
240
267
|
}]
|
|
241
|
-
}], ctorParameters:
|
|
268
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
269
|
+
let PostRating = class PostRating {
|
|
270
|
+
constructor(c, r, z) {
|
|
271
|
+
this.z = z;
|
|
272
|
+
c.detach();
|
|
273
|
+
this.el = r.nativeElement;
|
|
274
|
+
proxyOutputs(this, this.el, ['postInput', 'postChange']);
|
|
275
|
+
}
|
|
276
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
277
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 }); }
|
|
278
|
+
};
|
|
279
|
+
PostRating = __decorate([
|
|
280
|
+
ProxyCmp({
|
|
281
|
+
inputs: ['currentRating', 'label', 'readonly', 'stars']
|
|
282
|
+
})
|
|
283
|
+
], PostRating);
|
|
284
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostRating, decorators: [{
|
|
285
|
+
type: Component,
|
|
286
|
+
args: [{
|
|
287
|
+
selector: 'post-rating',
|
|
288
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
289
|
+
template: '<ng-content></ng-content>',
|
|
290
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
291
|
+
inputs: ['currentRating', 'label', 'readonly', 'stars'],
|
|
292
|
+
}]
|
|
293
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
242
294
|
let PostTabHeader = class PostTabHeader {
|
|
243
295
|
constructor(c, r, z) {
|
|
244
296
|
this.z = z;
|
|
245
297
|
c.detach();
|
|
246
298
|
this.el = r.nativeElement;
|
|
247
299
|
}
|
|
248
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
249
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
300
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostTabHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
301
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostTabHeader, selector: "post-tab-header", inputs: { panel: "panel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
250
302
|
};
|
|
251
303
|
PostTabHeader = __decorate([
|
|
252
304
|
ProxyCmp({
|
|
253
305
|
inputs: ['panel']
|
|
254
306
|
})
|
|
255
307
|
], PostTabHeader);
|
|
256
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
308
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostTabHeader, decorators: [{
|
|
257
309
|
type: Component,
|
|
258
310
|
args: [{
|
|
259
311
|
selector: 'post-tab-header',
|
|
@@ -262,22 +314,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
262
314
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
263
315
|
inputs: ['panel'],
|
|
264
316
|
}]
|
|
265
|
-
}], ctorParameters:
|
|
317
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
266
318
|
let PostTabPanel = class PostTabPanel {
|
|
267
319
|
constructor(c, r, z) {
|
|
268
320
|
this.z = z;
|
|
269
321
|
c.detach();
|
|
270
322
|
this.el = r.nativeElement;
|
|
271
323
|
}
|
|
272
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
273
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
324
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostTabPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
325
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostTabPanel, selector: "post-tab-panel", inputs: { name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
274
326
|
};
|
|
275
327
|
PostTabPanel = __decorate([
|
|
276
328
|
ProxyCmp({
|
|
277
329
|
inputs: ['name']
|
|
278
330
|
})
|
|
279
331
|
], PostTabPanel);
|
|
280
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
332
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostTabPanel, decorators: [{
|
|
281
333
|
type: Component,
|
|
282
334
|
args: [{
|
|
283
335
|
selector: 'post-tab-panel',
|
|
@@ -286,16 +338,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
286
338
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
287
339
|
inputs: ['name'],
|
|
288
340
|
}]
|
|
289
|
-
}], ctorParameters:
|
|
341
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
290
342
|
let PostTabs = class PostTabs {
|
|
291
343
|
constructor(c, r, z) {
|
|
292
344
|
this.z = z;
|
|
293
345
|
c.detach();
|
|
294
346
|
this.el = r.nativeElement;
|
|
295
|
-
proxyOutputs(this, this.el, ['
|
|
347
|
+
proxyOutputs(this, this.el, ['postChange']);
|
|
296
348
|
}
|
|
297
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
298
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
349
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
350
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostTabs, selector: "post-tabs", inputs: { activePanel: "activePanel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
299
351
|
};
|
|
300
352
|
PostTabs = __decorate([
|
|
301
353
|
ProxyCmp({
|
|
@@ -303,7 +355,7 @@ PostTabs = __decorate([
|
|
|
303
355
|
methods: ['show']
|
|
304
356
|
})
|
|
305
357
|
], PostTabs);
|
|
306
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
358
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostTabs, decorators: [{
|
|
307
359
|
type: Component,
|
|
308
360
|
args: [{
|
|
309
361
|
selector: 'post-tabs',
|
|
@@ -312,15 +364,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
312
364
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
313
365
|
inputs: ['activePanel'],
|
|
314
366
|
}]
|
|
315
|
-
}], ctorParameters:
|
|
367
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
368
|
+
let PostTag = class PostTag {
|
|
369
|
+
constructor(c, r, z) {
|
|
370
|
+
this.z = z;
|
|
371
|
+
c.detach();
|
|
372
|
+
this.el = r.nativeElement;
|
|
373
|
+
}
|
|
374
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
375
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 }); }
|
|
376
|
+
};
|
|
377
|
+
PostTag = __decorate([
|
|
378
|
+
ProxyCmp({
|
|
379
|
+
inputs: ['icon', 'size', 'variant']
|
|
380
|
+
})
|
|
381
|
+
], PostTag);
|
|
382
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostTag, decorators: [{
|
|
383
|
+
type: Component,
|
|
384
|
+
args: [{
|
|
385
|
+
selector: 'post-tag',
|
|
386
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
387
|
+
template: '<ng-content></ng-content>',
|
|
388
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
389
|
+
inputs: ['icon', 'size', 'variant'],
|
|
390
|
+
}]
|
|
391
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
316
392
|
let PostTooltip = class PostTooltip {
|
|
317
393
|
constructor(c, r, z) {
|
|
318
394
|
this.z = z;
|
|
319
395
|
c.detach();
|
|
320
396
|
this.el = r.nativeElement;
|
|
321
397
|
}
|
|
322
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
323
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
398
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
399
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PostTooltip, selector: "post-tooltip", inputs: { arrow: "arrow", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
324
400
|
};
|
|
325
401
|
PostTooltip = __decorate([
|
|
326
402
|
ProxyCmp({
|
|
@@ -328,7 +404,7 @@ PostTooltip = __decorate([
|
|
|
328
404
|
methods: ['show', 'hide', 'toggle']
|
|
329
405
|
})
|
|
330
406
|
], PostTooltip);
|
|
331
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostTooltip, decorators: [{
|
|
332
408
|
type: Component,
|
|
333
409
|
args: [{
|
|
334
410
|
selector: 'post-tooltip',
|
|
@@ -337,26 +413,161 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
337
413
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
338
414
|
inputs: ['arrow', 'placement'],
|
|
339
415
|
}]
|
|
340
|
-
}], ctorParameters:
|
|
416
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
341
417
|
|
|
342
418
|
const DIRECTIVES = [
|
|
343
419
|
PostAccordion,
|
|
344
420
|
PostAccordionItem,
|
|
345
421
|
PostAlert,
|
|
422
|
+
PostCardControl,
|
|
346
423
|
PostCollapsible,
|
|
347
424
|
PostIcon,
|
|
348
425
|
PostPopover,
|
|
349
426
|
PostPopovercontainer,
|
|
427
|
+
PostRating,
|
|
350
428
|
PostTabHeader,
|
|
351
429
|
PostTabPanel,
|
|
352
430
|
PostTabs,
|
|
431
|
+
PostTag,
|
|
353
432
|
PostTooltip
|
|
354
433
|
];
|
|
355
434
|
|
|
435
|
+
class ValueAccessor {
|
|
436
|
+
constructor(el) {
|
|
437
|
+
this.el = el;
|
|
438
|
+
this.onChange = () => { };
|
|
439
|
+
this.onTouched = () => { };
|
|
440
|
+
}
|
|
441
|
+
writeValue(value) {
|
|
442
|
+
this.el.nativeElement.value = this.lastValue = value == null ? '' : value;
|
|
443
|
+
}
|
|
444
|
+
handleChangeEvent(value) {
|
|
445
|
+
if (value !== this.lastValue) {
|
|
446
|
+
this.lastValue = value;
|
|
447
|
+
this.onChange(value);
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
_handleBlurEvent() {
|
|
451
|
+
this.onTouched();
|
|
452
|
+
}
|
|
453
|
+
registerOnChange(fn) {
|
|
454
|
+
this.onChange = fn;
|
|
455
|
+
}
|
|
456
|
+
registerOnTouched(fn) {
|
|
457
|
+
this.onTouched = fn;
|
|
458
|
+
}
|
|
459
|
+
setDisabledState(isDisabled) {
|
|
460
|
+
this.el.nativeElement.disabled = isDisabled;
|
|
461
|
+
}
|
|
462
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
463
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.3", type: ValueAccessor, host: { listeners: { "focusout": "_handleBlurEvent()" } }, ngImport: i0 }); }
|
|
464
|
+
}
|
|
465
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: ValueAccessor, decorators: [{
|
|
466
|
+
type: Directive,
|
|
467
|
+
args: [{}]
|
|
468
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { _handleBlurEvent: [{
|
|
469
|
+
type: HostListener,
|
|
470
|
+
args: ['focusout']
|
|
471
|
+
}] } });
|
|
472
|
+
|
|
473
|
+
class BooleanValueAccessor extends ValueAccessor {
|
|
474
|
+
constructor(el) {
|
|
475
|
+
super(el);
|
|
476
|
+
}
|
|
477
|
+
writeValue(value) {
|
|
478
|
+
this.el.nativeElement.checked = this.lastValue = value == null ? false : value;
|
|
479
|
+
}
|
|
480
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
481
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.3", type: BooleanValueAccessor, selector: "post-card-control[type=\"checkbox\"]", host: { listeners: { "change": "handleChangeEvent($event.target.checked)" } }, providers: [
|
|
482
|
+
{
|
|
483
|
+
provide: NG_VALUE_ACCESSOR,
|
|
484
|
+
useExisting: BooleanValueAccessor,
|
|
485
|
+
multi: true
|
|
486
|
+
}
|
|
487
|
+
], usesInheritance: true, ngImport: i0 }); }
|
|
488
|
+
}
|
|
489
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: BooleanValueAccessor, decorators: [{
|
|
490
|
+
type: Directive,
|
|
491
|
+
args: [{
|
|
492
|
+
/* tslint:disable-next-line:directive-selector */
|
|
493
|
+
selector: 'post-card-control[type="checkbox"]',
|
|
494
|
+
host: {
|
|
495
|
+
'(change)': 'handleChangeEvent($event.target.checked)'
|
|
496
|
+
},
|
|
497
|
+
providers: [
|
|
498
|
+
{
|
|
499
|
+
provide: NG_VALUE_ACCESSOR,
|
|
500
|
+
useExisting: BooleanValueAccessor,
|
|
501
|
+
multi: true
|
|
502
|
+
}
|
|
503
|
+
]
|
|
504
|
+
}]
|
|
505
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
506
|
+
|
|
507
|
+
class PostCardControlValueAccessorDirective {
|
|
508
|
+
constructor(el) {
|
|
509
|
+
this.el = el;
|
|
510
|
+
this.onChange = () => {
|
|
511
|
+
/**/
|
|
512
|
+
};
|
|
513
|
+
this.onTouched = () => {
|
|
514
|
+
/**/
|
|
515
|
+
};
|
|
516
|
+
}
|
|
517
|
+
writeValue(value) {
|
|
518
|
+
this.el.nativeElement.checked = this.lastValue =
|
|
519
|
+
this.el.nativeElement.value != value ? false : value;
|
|
520
|
+
}
|
|
521
|
+
handleChangeEvent(value) {
|
|
522
|
+
this.onChange(value);
|
|
523
|
+
}
|
|
524
|
+
_handleBlurEvent() {
|
|
525
|
+
this.onTouched();
|
|
526
|
+
}
|
|
527
|
+
registerOnChange(fn) {
|
|
528
|
+
this.onChange = fn;
|
|
529
|
+
}
|
|
530
|
+
registerOnTouched(fn) {
|
|
531
|
+
this.onTouched = fn;
|
|
532
|
+
}
|
|
533
|
+
setDisabledState(isDisabled) {
|
|
534
|
+
this.el.nativeElement.disabled = isDisabled;
|
|
535
|
+
}
|
|
536
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostCardControlValueAccessorDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
537
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.3", type: PostCardControlValueAccessorDirective, selector: "post-card-control[type=\"radio\"]", host: { listeners: { "change": "handleChangeEvent($event.detail.value)", "focusout": "_handleBlurEvent()" } }, providers: [
|
|
538
|
+
{
|
|
539
|
+
provide: NG_VALUE_ACCESSOR,
|
|
540
|
+
useExisting: PostCardControlValueAccessorDirective,
|
|
541
|
+
multi: true,
|
|
542
|
+
},
|
|
543
|
+
], ngImport: i0 }); }
|
|
544
|
+
}
|
|
545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostCardControlValueAccessorDirective, decorators: [{
|
|
546
|
+
type: Directive,
|
|
547
|
+
args: [{
|
|
548
|
+
/* eslint-disable-next-line @angular-eslint/directive-selector */
|
|
549
|
+
selector: 'post-card-control[type="radio"]',
|
|
550
|
+
providers: [
|
|
551
|
+
{
|
|
552
|
+
provide: NG_VALUE_ACCESSOR,
|
|
553
|
+
useExisting: PostCardControlValueAccessorDirective,
|
|
554
|
+
multi: true,
|
|
555
|
+
},
|
|
556
|
+
],
|
|
557
|
+
}]
|
|
558
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
559
|
+
type: HostListener,
|
|
560
|
+
args: ['change', ['$event.detail.value']]
|
|
561
|
+
}], _handleBlurEvent: [{
|
|
562
|
+
type: HostListener,
|
|
563
|
+
args: ['focusout']
|
|
564
|
+
}] } });
|
|
565
|
+
|
|
566
|
+
const DECLARATIONS = [...DIRECTIVES, BooleanValueAccessor, PostCardControlValueAccessorDirective];
|
|
356
567
|
class PostComponentsModule {
|
|
357
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
358
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
359
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
568
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
569
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.3", ngImport: i0, type: PostComponentsModule, declarations: [PostAccordion, PostAccordionItem, PostAlert, PostCardControl, PostCollapsible, PostIcon, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip, BooleanValueAccessor, PostCardControlValueAccessorDirective], exports: [PostAccordion, PostAccordionItem, PostAlert, PostCardControl, PostCollapsible, PostIcon, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip, BooleanValueAccessor, PostCardControlValueAccessorDirective] }); }
|
|
570
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostComponentsModule, providers: [
|
|
360
571
|
{
|
|
361
572
|
provide: APP_INITIALIZER,
|
|
362
573
|
useFactory: () => defineCustomElements,
|
|
@@ -364,10 +575,11 @@ class PostComponentsModule {
|
|
|
364
575
|
},
|
|
365
576
|
] }); }
|
|
366
577
|
}
|
|
367
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PostComponentsModule, decorators: [{
|
|
368
579
|
type: NgModule,
|
|
369
580
|
args: [{
|
|
370
|
-
declarations:
|
|
581
|
+
declarations: DECLARATIONS,
|
|
582
|
+
exports: DECLARATIONS,
|
|
371
583
|
providers: [
|
|
372
584
|
{
|
|
373
585
|
provide: APP_INITIALIZER,
|
|
@@ -375,7 +587,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
375
587
|
multi: true,
|
|
376
588
|
},
|
|
377
589
|
],
|
|
378
|
-
exports: [...DIRECTIVES],
|
|
379
590
|
}]
|
|
380
591
|
}] });
|
|
381
592
|
|
|
@@ -387,5 +598,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
387
598
|
* Generated bundle index. Do not edit.
|
|
388
599
|
*/
|
|
389
600
|
|
|
390
|
-
export { DIRECTIVES, PostAccordion, PostAccordionItem, PostAlert, PostCollapsible, PostComponentsModule, PostIcon, PostPopover, PostPopovercontainer, PostTabHeader, PostTabPanel, PostTabs, PostTooltip };
|
|
601
|
+
export { BooleanValueAccessor, DIRECTIVES, PostAccordion, PostAccordionItem, PostAlert, PostCardControl, PostCardControlValueAccessorDirective, PostCollapsible, PostComponentsModule, PostIcon, PostPopover, PostPopovercontainer, PostRating, PostTabHeader, PostTabPanel, PostTabs, PostTag, PostTooltip };
|
|
391
602
|
//# sourceMappingURL=swisspost-design-system-components-angular.mjs.map
|