@swisspost/design-system-components-angular 9.0.0-next.13 → 9.0.0-next.14
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 +3 -3
- package/esm2022/lib/stencil-generated/components.mjs +29 -6
- package/esm2022/lib/stencil-generated/index.mjs +2 -1
- package/fesm2022/swisspost-design-system-components-angular.mjs +31 -8
- 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 +49 -39
- package/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
2
|
import { Components } from '@swisspost/design-system-components';
|
|
3
|
+
import type { DEVICE_SIZE as IPostHeaderDEVICE_SIZE } from '@swisspost/design-system-components';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class PostAccordion {
|
|
5
6
|
protected z: NgZone;
|
|
6
|
-
protected el:
|
|
7
|
+
protected el: HTMLPostAccordionElement;
|
|
7
8
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostAccordion, never>;
|
|
9
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostAccordion, "post-accordion", never, { "headingLevel": { "alias": "headingLevel"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -12,7 +13,7 @@ export declare interface PostAccordion extends Components.PostAccordion {
|
|
|
12
13
|
}
|
|
13
14
|
export declare class PostAccordionItem {
|
|
14
15
|
protected z: NgZone;
|
|
15
|
-
protected el:
|
|
16
|
+
protected el: HTMLPostAccordionItemElement;
|
|
16
17
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
17
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostAccordionItem, never>;
|
|
18
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostAccordionItem, "post-accordion-item", never, { "collapsed": { "alias": "collapsed"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -21,7 +22,7 @@ export declare interface PostAccordionItem extends Components.PostAccordionItem
|
|
|
21
22
|
}
|
|
22
23
|
export declare class PostAvatar {
|
|
23
24
|
protected z: NgZone;
|
|
24
|
-
protected el:
|
|
25
|
+
protected el: HTMLPostAvatarElement;
|
|
25
26
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
26
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostAvatar, never>;
|
|
27
28
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostAvatar, "post-avatar", never, { "email": { "alias": "email"; "required": false; }; "firstname": { "alias": "firstname"; "required": false; }; "lastname": { "alias": "lastname"; "required": false; }; "userid": { "alias": "userid"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -30,7 +31,7 @@ export declare interface PostAvatar extends Components.PostAvatar {
|
|
|
30
31
|
}
|
|
31
32
|
export declare class PostBackToTop {
|
|
32
33
|
protected z: NgZone;
|
|
33
|
-
protected el:
|
|
34
|
+
protected el: HTMLPostBackToTopElement;
|
|
34
35
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
35
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostBackToTop, never>;
|
|
36
37
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostBackToTop, "post-back-to-top", never, { "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -39,7 +40,7 @@ export declare interface PostBackToTop extends Components.PostBackToTop {
|
|
|
39
40
|
}
|
|
40
41
|
export declare class PostBanner {
|
|
41
42
|
protected z: NgZone;
|
|
42
|
-
protected el:
|
|
43
|
+
protected el: HTMLPostBannerElement;
|
|
43
44
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
44
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostBanner, never>;
|
|
45
46
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostBanner, "post-banner", never, { "dismissLabel": { "alias": "dismissLabel"; "required": false; }; "dismissible": { "alias": "dismissible"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -53,7 +54,7 @@ export declare interface PostBanner extends Components.PostBanner {
|
|
|
53
54
|
}
|
|
54
55
|
export declare class PostBreadcrumb {
|
|
55
56
|
protected z: NgZone;
|
|
56
|
-
protected el:
|
|
57
|
+
protected el: HTMLPostBreadcrumbElement;
|
|
57
58
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
58
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostBreadcrumb, never>;
|
|
59
60
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostBreadcrumb, "post-breadcrumb", never, { "homeText": { "alias": "homeText"; "required": false; }; "homeUrl": { "alias": "homeUrl"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -62,7 +63,7 @@ export declare interface PostBreadcrumb extends Components.PostBreadcrumb {
|
|
|
62
63
|
}
|
|
63
64
|
export declare class PostBreadcrumbItem {
|
|
64
65
|
protected z: NgZone;
|
|
65
|
-
protected el:
|
|
66
|
+
protected el: HTMLPostBreadcrumbItemElement;
|
|
66
67
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
67
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostBreadcrumbItem, never>;
|
|
68
69
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostBreadcrumbItem, "post-breadcrumb-item", never, { "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -71,7 +72,7 @@ export declare interface PostBreadcrumbItem extends Components.PostBreadcrumbIte
|
|
|
71
72
|
}
|
|
72
73
|
export declare class PostCardControl {
|
|
73
74
|
protected z: NgZone;
|
|
74
|
-
protected el:
|
|
75
|
+
protected el: HTMLPostCardControlElement;
|
|
75
76
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
76
77
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostCardControl, never>;
|
|
77
78
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostCardControl, "post-card-control", never, { "checked": { "alias": "checked"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "type": { "alias": "type"; "required": false; }; "validity": { "alias": "validity"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -97,7 +98,7 @@ export declare interface PostCardControl extends Components.PostCardControl {
|
|
|
97
98
|
}
|
|
98
99
|
export declare class PostClosebutton {
|
|
99
100
|
protected z: NgZone;
|
|
100
|
-
protected el:
|
|
101
|
+
protected el: HTMLPostClosebuttonElement;
|
|
101
102
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
102
103
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostClosebutton, never>;
|
|
103
104
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostClosebutton, "post-closebutton", never, {}, {}, never, ["*"], false, never>;
|
|
@@ -106,7 +107,7 @@ export declare interface PostClosebutton extends Components.PostClosebutton {
|
|
|
106
107
|
}
|
|
107
108
|
export declare class PostCollapsible {
|
|
108
109
|
protected z: NgZone;
|
|
109
|
-
protected el:
|
|
110
|
+
protected el: HTMLPostCollapsibleElement;
|
|
110
111
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
111
112
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostCollapsible, never>;
|
|
112
113
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostCollapsible, "post-collapsible", never, { "collapsed": { "alias": "collapsed"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -121,7 +122,7 @@ export declare interface PostCollapsible extends Components.PostCollapsible {
|
|
|
121
122
|
}
|
|
122
123
|
export declare class PostCollapsibleTrigger {
|
|
123
124
|
protected z: NgZone;
|
|
124
|
-
protected el:
|
|
125
|
+
protected el: HTMLPostCollapsibleTriggerElement;
|
|
125
126
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
126
127
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostCollapsibleTrigger, never>;
|
|
127
128
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostCollapsibleTrigger, "post-collapsible-trigger", never, { "for": { "alias": "for"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -130,7 +131,7 @@ export declare interface PostCollapsibleTrigger extends Components.PostCollapsib
|
|
|
130
131
|
}
|
|
131
132
|
export declare class PostFooter {
|
|
132
133
|
protected z: NgZone;
|
|
133
|
-
protected el:
|
|
134
|
+
protected el: HTMLPostFooterElement;
|
|
134
135
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
135
136
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostFooter, never>;
|
|
136
137
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostFooter, "post-footer", never, { "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -139,16 +140,20 @@ export declare interface PostFooter extends Components.PostFooter {
|
|
|
139
140
|
}
|
|
140
141
|
export declare class PostHeader {
|
|
141
142
|
protected z: NgZone;
|
|
142
|
-
protected el:
|
|
143
|
+
protected el: HTMLPostHeaderElement;
|
|
143
144
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
144
145
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostHeader, never>;
|
|
145
146
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostHeader, "post-header", never, {}, {}, never, ["*"], false, never>;
|
|
146
147
|
}
|
|
147
148
|
export declare interface PostHeader extends Components.PostHeader {
|
|
149
|
+
/**
|
|
150
|
+
* An event emitted when the device has changed
|
|
151
|
+
*/
|
|
152
|
+
postUpdateDevice: EventEmitter<CustomEvent<IPostHeaderDEVICE_SIZE>>;
|
|
148
153
|
}
|
|
149
154
|
export declare class PostIcon {
|
|
150
155
|
protected z: NgZone;
|
|
151
|
-
protected el:
|
|
156
|
+
protected el: HTMLPostIconElement;
|
|
152
157
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
153
158
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostIcon, never>;
|
|
154
159
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostIcon, "post-icon", never, { "animation": { "alias": "animation"; "required": false; }; "base": { "alias": "base"; "required": false; }; "flipH": { "alias": "flipH"; "required": false; }; "flipV": { "alias": "flipV"; "required": false; }; "name": { "alias": "name"; "required": false; }; "rotate": { "alias": "rotate"; "required": false; }; "scale": { "alias": "scale"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -157,7 +162,7 @@ export declare interface PostIcon extends Components.PostIcon {
|
|
|
157
162
|
}
|
|
158
163
|
export declare class PostLanguageOption {
|
|
159
164
|
protected z: NgZone;
|
|
160
|
-
protected el:
|
|
165
|
+
protected el: HTMLPostLanguageOptionElement;
|
|
161
166
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
162
167
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostLanguageOption, never>;
|
|
163
168
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostLanguageOption, "post-language-option", never, { "active": { "alias": "active"; "required": false; }; "code": { "alias": "code"; "required": false; }; "name": { "alias": "name"; "required": false; }; "url": { "alias": "url"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -170,16 +175,25 @@ export declare interface PostLanguageOption extends Components.PostLanguageOptio
|
|
|
170
175
|
}
|
|
171
176
|
export declare class PostLanguageSwitch {
|
|
172
177
|
protected z: NgZone;
|
|
173
|
-
protected el:
|
|
178
|
+
protected el: HTMLPostLanguageSwitchElement;
|
|
174
179
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
175
180
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostLanguageSwitch, never>;
|
|
176
181
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostLanguageSwitch, "post-language-switch", never, { "caption": { "alias": "caption"; "required": false; }; "description": { "alias": "description"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
177
182
|
}
|
|
178
183
|
export declare interface PostLanguageSwitch extends Components.PostLanguageSwitch {
|
|
179
184
|
}
|
|
185
|
+
export declare class PostLinkarea {
|
|
186
|
+
protected z: NgZone;
|
|
187
|
+
protected el: HTMLPostLinkareaElement;
|
|
188
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
189
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PostLinkarea, never>;
|
|
190
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PostLinkarea, "post-linkarea", never, {}, {}, never, ["*"], false, never>;
|
|
191
|
+
}
|
|
192
|
+
export declare interface PostLinkarea extends Components.PostLinkarea {
|
|
193
|
+
}
|
|
180
194
|
export declare class PostList {
|
|
181
195
|
protected z: NgZone;
|
|
182
|
-
protected el:
|
|
196
|
+
protected el: HTMLPostListElement;
|
|
183
197
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
184
198
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostList, never>;
|
|
185
199
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostList, "post-list", never, { "horizontal": { "alias": "horizontal"; "required": false; }; "titleHidden": { "alias": "titleHidden"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -188,7 +202,7 @@ export declare interface PostList extends Components.PostList {
|
|
|
188
202
|
}
|
|
189
203
|
export declare class PostListItem {
|
|
190
204
|
protected z: NgZone;
|
|
191
|
-
protected el:
|
|
205
|
+
protected el: HTMLPostListItemElement;
|
|
192
206
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
193
207
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostListItem, never>;
|
|
194
208
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostListItem, "post-list-item", never, {}, {}, never, ["*"], false, never>;
|
|
@@ -197,7 +211,7 @@ export declare interface PostListItem extends Components.PostListItem {
|
|
|
197
211
|
}
|
|
198
212
|
export declare class PostLogo {
|
|
199
213
|
protected z: NgZone;
|
|
200
|
-
protected el:
|
|
214
|
+
protected el: HTMLPostLogoElement;
|
|
201
215
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
202
216
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostLogo, never>;
|
|
203
217
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostLogo, "post-logo", never, { "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -206,20 +220,16 @@ export declare interface PostLogo extends Components.PostLogo {
|
|
|
206
220
|
}
|
|
207
221
|
export declare class PostMainnavigation {
|
|
208
222
|
protected z: NgZone;
|
|
209
|
-
protected el:
|
|
223
|
+
protected el: HTMLPostMainnavigationElement;
|
|
210
224
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
211
225
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostMainnavigation, never>;
|
|
212
226
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostMainnavigation, "post-mainnavigation", never, {}, {}, never, ["*"], false, never>;
|
|
213
227
|
}
|
|
214
228
|
export declare interface PostMainnavigation extends Components.PostMainnavigation {
|
|
215
|
-
/**
|
|
216
|
-
* Gets emitted when a user closes the main navigation on mobile
|
|
217
|
-
*/
|
|
218
|
-
postToggle: EventEmitter<CustomEvent<any>>;
|
|
219
229
|
}
|
|
220
230
|
export declare class PostMegadropdown {
|
|
221
231
|
protected z: NgZone;
|
|
222
|
-
protected el:
|
|
232
|
+
protected el: HTMLPostMegadropdownElement;
|
|
223
233
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
224
234
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostMegadropdown, never>;
|
|
225
235
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostMegadropdown, "post-megadropdown", never, {}, {}, never, ["*"], false, never>;
|
|
@@ -233,7 +243,7 @@ export declare interface PostMegadropdown extends Components.PostMegadropdown {
|
|
|
233
243
|
}
|
|
234
244
|
export declare class PostMegadropdownTrigger {
|
|
235
245
|
protected z: NgZone;
|
|
236
|
-
protected el:
|
|
246
|
+
protected el: HTMLPostMegadropdownTriggerElement;
|
|
237
247
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
238
248
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostMegadropdownTrigger, never>;
|
|
239
249
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostMegadropdownTrigger, "post-megadropdown-trigger", never, { "for": { "alias": "for"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -242,7 +252,7 @@ export declare interface PostMegadropdownTrigger extends Components.PostMegadrop
|
|
|
242
252
|
}
|
|
243
253
|
export declare class PostMenu {
|
|
244
254
|
protected z: NgZone;
|
|
245
|
-
protected el:
|
|
255
|
+
protected el: HTMLPostMenuElement;
|
|
246
256
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
247
257
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostMenu, never>;
|
|
248
258
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostMenu, "post-menu", never, { "placement": { "alias": "placement"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -256,7 +266,7 @@ export declare interface PostMenu extends Components.PostMenu {
|
|
|
256
266
|
}
|
|
257
267
|
export declare class PostMenuItem {
|
|
258
268
|
protected z: NgZone;
|
|
259
|
-
protected el:
|
|
269
|
+
protected el: HTMLPostMenuItemElement;
|
|
260
270
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
261
271
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostMenuItem, never>;
|
|
262
272
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostMenuItem, "post-menu-item", never, {}, {}, never, ["*"], false, never>;
|
|
@@ -265,7 +275,7 @@ export declare interface PostMenuItem extends Components.PostMenuItem {
|
|
|
265
275
|
}
|
|
266
276
|
export declare class PostMenuTrigger {
|
|
267
277
|
protected z: NgZone;
|
|
268
|
-
protected el:
|
|
278
|
+
protected el: HTMLPostMenuTriggerElement;
|
|
269
279
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
270
280
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostMenuTrigger, never>;
|
|
271
281
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostMenuTrigger, "post-menu-trigger", never, { "for": { "alias": "for"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -274,7 +284,7 @@ export declare interface PostMenuTrigger extends Components.PostMenuTrigger {
|
|
|
274
284
|
}
|
|
275
285
|
export declare class PostPopover {
|
|
276
286
|
protected z: NgZone;
|
|
277
|
-
protected el:
|
|
287
|
+
protected el: HTMLPostPopoverElement;
|
|
278
288
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
279
289
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostPopover, never>;
|
|
280
290
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostPopover, "post-popover", never, { "arrow": { "alias": "arrow"; "required": false; }; "closeButtonCaption": { "alias": "closeButtonCaption"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -283,10 +293,10 @@ export declare interface PostPopover extends Components.PostPopover {
|
|
|
283
293
|
}
|
|
284
294
|
export declare class PostPopovercontainer {
|
|
285
295
|
protected z: NgZone;
|
|
286
|
-
protected el:
|
|
296
|
+
protected el: HTMLPostPopovercontainerElement;
|
|
287
297
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
288
298
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostPopovercontainer, never>;
|
|
289
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PostPopovercontainer, "post-popovercontainer", never, { "arrow": { "alias": "arrow"; "required": false; }; "edgeGap": { "alias": "edgeGap"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
299
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PostPopovercontainer, "post-popovercontainer", never, { "arrow": { "alias": "arrow"; "required": false; }; "edgeGap": { "alias": "edgeGap"; "required": false; }; "manualClose": { "alias": "manualClose"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
290
300
|
}
|
|
291
301
|
export declare interface PostPopovercontainer extends Components.PostPopovercontainer {
|
|
292
302
|
/**
|
|
@@ -296,7 +306,7 @@ export declare interface PostPopovercontainer extends Components.PostPopovercont
|
|
|
296
306
|
}
|
|
297
307
|
export declare class PostRating {
|
|
298
308
|
protected z: NgZone;
|
|
299
|
-
protected el:
|
|
309
|
+
protected el: HTMLPostRatingElement;
|
|
300
310
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
301
311
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostRating, never>;
|
|
302
312
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostRating, "post-rating", never, { "currentRating": { "alias": "currentRating"; "required": false; }; "label": { "alias": "label"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "stars": { "alias": "stars"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -319,7 +329,7 @@ export declare interface PostRating extends Components.PostRating {
|
|
|
319
329
|
}
|
|
320
330
|
export declare class PostTabHeader {
|
|
321
331
|
protected z: NgZone;
|
|
322
|
-
protected el:
|
|
332
|
+
protected el: HTMLPostTabHeaderElement;
|
|
323
333
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
324
334
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostTabHeader, never>;
|
|
325
335
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostTabHeader, "post-tab-header", never, { "panel": { "alias": "panel"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -328,7 +338,7 @@ export declare interface PostTabHeader extends Components.PostTabHeader {
|
|
|
328
338
|
}
|
|
329
339
|
export declare class PostTabPanel {
|
|
330
340
|
protected z: NgZone;
|
|
331
|
-
protected el:
|
|
341
|
+
protected el: HTMLPostTabPanelElement;
|
|
332
342
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
333
343
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostTabPanel, never>;
|
|
334
344
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostTabPanel, "post-tab-panel", never, { "name": { "alias": "name"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -337,7 +347,7 @@ export declare interface PostTabPanel extends Components.PostTabPanel {
|
|
|
337
347
|
}
|
|
338
348
|
export declare class PostTabs {
|
|
339
349
|
protected z: NgZone;
|
|
340
|
-
protected el:
|
|
350
|
+
protected el: HTMLPostTabsElement;
|
|
341
351
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
342
352
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostTabs, never>;
|
|
343
353
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostTabs, "post-tabs", never, { "activePanel": { "alias": "activePanel"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -351,7 +361,7 @@ export declare interface PostTabs extends Components.PostTabs {
|
|
|
351
361
|
}
|
|
352
362
|
export declare class PostTag {
|
|
353
363
|
protected z: NgZone;
|
|
354
|
-
protected el:
|
|
364
|
+
protected el: HTMLPostTagElement;
|
|
355
365
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
356
366
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostTag, never>;
|
|
357
367
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostTag, "post-tag", never, { "icon": { "alias": "icon"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -360,7 +370,7 @@ export declare interface PostTag extends Components.PostTag {
|
|
|
360
370
|
}
|
|
361
371
|
export declare class PostTogglebutton {
|
|
362
372
|
protected z: NgZone;
|
|
363
|
-
protected el:
|
|
373
|
+
protected el: HTMLPostTogglebuttonElement;
|
|
364
374
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
365
375
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostTogglebutton, never>;
|
|
366
376
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostTogglebutton, "post-togglebutton", never, { "toggled": { "alias": "toggled"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -369,7 +379,7 @@ export declare interface PostTogglebutton extends Components.PostTogglebutton {
|
|
|
369
379
|
}
|
|
370
380
|
export declare class PostTooltip {
|
|
371
381
|
protected z: NgZone;
|
|
372
|
-
protected el:
|
|
382
|
+
protected el: HTMLPostTooltipElement;
|
|
373
383
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
374
384
|
static ɵfac: i0.ɵɵFactoryDeclaration<PostTooltip, never>;
|
|
375
385
|
static ɵcmp: i0.ɵɵComponentDeclaration<PostTooltip, "post-tooltip", never, { "arrow": { "alias": "arrow"; "required": false; }; "delayed": { "alias": "delayed"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as d from './components';
|
|
2
|
-
export declare const DIRECTIVES: (typeof d.PostAccordion | typeof d.PostAccordionItem | typeof d.PostAvatar | typeof d.PostBackToTop | typeof d.PostBanner | typeof d.PostBreadcrumb | typeof d.PostBreadcrumbItem | typeof d.PostCardControl | typeof d.PostClosebutton | typeof d.PostCollapsible | typeof d.PostCollapsibleTrigger | typeof d.PostFooter | typeof d.PostHeader | typeof d.PostIcon | typeof d.PostLanguageOption | typeof d.PostLanguageSwitch | typeof d.PostList | typeof d.PostListItem | typeof d.PostLogo | typeof d.PostMainnavigation | typeof d.PostMegadropdown | typeof d.PostMegadropdownTrigger | typeof d.PostMenu | typeof d.PostMenuItem | typeof d.PostMenuTrigger | typeof d.PostPopover | typeof d.PostPopovercontainer | typeof d.PostRating | typeof d.PostTabHeader | typeof d.PostTabPanel | typeof d.PostTabs | typeof d.PostTag | typeof d.PostTogglebutton | typeof d.PostTooltip)[];
|
|
2
|
+
export declare const DIRECTIVES: (typeof d.PostAccordion | typeof d.PostAccordionItem | typeof d.PostAvatar | typeof d.PostBackToTop | typeof d.PostBanner | typeof d.PostBreadcrumb | typeof d.PostBreadcrumbItem | typeof d.PostCardControl | typeof d.PostClosebutton | typeof d.PostCollapsible | typeof d.PostCollapsibleTrigger | typeof d.PostFooter | typeof d.PostHeader | typeof d.PostIcon | typeof d.PostLanguageOption | typeof d.PostLanguageSwitch | typeof d.PostLinkarea | typeof d.PostList | typeof d.PostListItem | typeof d.PostLogo | typeof d.PostMainnavigation | typeof d.PostMegadropdown | typeof d.PostMegadropdownTrigger | typeof d.PostMenu | typeof d.PostMenuItem | typeof d.PostMenuTrigger | typeof d.PostPopover | typeof d.PostPopovercontainer | typeof d.PostRating | typeof d.PostTabHeader | typeof d.PostTabPanel | typeof d.PostTabs | typeof d.PostTag | typeof d.PostTogglebutton | typeof d.PostTooltip)[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swisspost/design-system-components-angular",
|
|
3
|
-
"version": "9.0.0-next.
|
|
3
|
+
"version": "9.0.0-next.14",
|
|
4
4
|
"description": "Swiss Post Design System - Angular Wrapper Components",
|
|
5
5
|
"author": "Swiss Post <design-system@post.ch>",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"linkDirectory": true
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@swisspost/design-system-components": "9.0.0-next.
|
|
21
|
+
"@swisspost/design-system-components": "9.0.0-next.14",
|
|
22
22
|
"tslib": "2.8.1"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|