@getflip/swirl-components-angular 0.10.0 → 0.12.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/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +88 -0
- package/dist/component-library/esm2020/lib/component-library.module.mjs +3 -3
- package/dist/component-library/esm2020/lib/stencil-generated/boolean-value-accessor.mjs +3 -3
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +1583 -1286
- package/dist/component-library/esm2020/lib/stencil-generated/index.mjs +170 -158
- package/dist/component-library/esm2020/lib/stencil-generated/select-value-accessor.mjs +3 -3
- package/dist/component-library/esm2020/lib/stencil-generated/text-value-accessor.mjs +3 -3
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +1591 -1294
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +1591 -1294
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/component-library.module.d.ts +1 -1
- package/dist/component-library/lib/stencil-generated/boolean-value-accessor.d.ts +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +752 -633
- package/dist/component-library/lib/stencil-generated/index.d.ts +1 -1
- package/dist/component-library/lib/stencil-generated/select-value-accessor.d.ts +1 -1
- package/dist/component-library/lib/stencil-generated/text-value-accessor.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/boolean-value-accessor.ts +1 -1
- package/projects/component-library/src/lib/stencil-generated/components.ts +764 -505
- package/projects/component-library/src/lib/stencil-generated/index.ts +169 -157
- package/projects/component-library/src/lib/stencil-generated/select-value-accessor.ts +1 -1
- package/projects/component-library/src/lib/stencil-generated/text-value-accessor.ts +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
2
|
import { Components } from '@getflip/swirl-components';
|
|
3
|
-
import type {
|
|
4
|
-
import type {
|
|
3
|
+
import type { SwirlAppLayoutMobileView as ISwirlAppLayoutSwirlAppLayoutMobileView } from '@getflip/swirl-components';
|
|
4
|
+
import type { SwirlThemeChangeEventData as ISwirlThemeProviderSwirlThemeChangeEventData } from '@getflip/swirl-components';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare interface FileManager extends Components.FileManager {
|
|
7
7
|
}
|
|
@@ -12,34 +12,34 @@ export declare class FileManager {
|
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileManager, never>;
|
|
13
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<FileManager, "file-manager", never, {}, {}, never, ["*"], false>;
|
|
14
14
|
}
|
|
15
|
-
export declare interface
|
|
15
|
+
export declare interface SwirlActionList extends Components.SwirlActionList {
|
|
16
16
|
}
|
|
17
|
-
export declare class
|
|
17
|
+
export declare class SwirlActionList {
|
|
18
18
|
protected z: NgZone;
|
|
19
19
|
protected el: HTMLElement;
|
|
20
20
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlActionList, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlActionList, "swirl-action-list", never, {}, {}, never, ["*"], false>;
|
|
23
23
|
}
|
|
24
|
-
export declare interface
|
|
24
|
+
export declare interface SwirlActionListItem extends Components.SwirlActionListItem {
|
|
25
25
|
}
|
|
26
|
-
export declare class
|
|
26
|
+
export declare class SwirlActionListItem {
|
|
27
27
|
protected z: NgZone;
|
|
28
28
|
protected el: HTMLElement;
|
|
29
29
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlActionListItem, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlActionListItem, "swirl-action-list-item", never, { "description": "description"; "disabled": "disabled"; "icon": "icon"; "intent": "intent"; "label": "label"; "size": "size"; "suffix": "suffix"; }, {}, never, ["*"], false>;
|
|
32
32
|
}
|
|
33
|
-
export declare interface
|
|
33
|
+
export declare interface SwirlActionListSection extends Components.SwirlActionListSection {
|
|
34
34
|
}
|
|
35
|
-
export declare class
|
|
35
|
+
export declare class SwirlActionListSection {
|
|
36
36
|
protected z: NgZone;
|
|
37
37
|
protected el: HTMLElement;
|
|
38
38
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlActionListSection, never>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlActionListSection, "swirl-action-list-section", never, { "label": "label"; }, {}, never, ["*"], false>;
|
|
41
41
|
}
|
|
42
|
-
export declare interface
|
|
42
|
+
export declare interface SwirlAppLayout extends Components.SwirlAppLayout {
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
@@ -47,7 +47,7 @@ export declare interface FlipAppLayout extends Components.FlipAppLayout {
|
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
|
-
mobileViewChange: EventEmitter<CustomEvent<
|
|
50
|
+
mobileViewChange: EventEmitter<CustomEvent<ISwirlAppLayoutSwirlAppLayoutMobileView>>;
|
|
51
51
|
/**
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
@@ -57,54 +57,54 @@ export declare interface FlipAppLayout extends Components.FlipAppLayout {
|
|
|
57
57
|
*/
|
|
58
58
|
sidebarToggle: EventEmitter<CustomEvent<boolean>>;
|
|
59
59
|
}
|
|
60
|
-
export declare class
|
|
60
|
+
export declare class SwirlAppLayout {
|
|
61
61
|
protected z: NgZone;
|
|
62
62
|
protected el: HTMLElement;
|
|
63
63
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
64
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
64
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlAppLayout, never>;
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAppLayout, "swirl-app-layout", never, { "appBarMedia": "appBarMedia"; "appName": "appName"; "backToNavigationViewButtonLabel": "backToNavigationViewButtonLabel"; "ctaIcon": "ctaIcon"; "ctaLabel": "ctaLabel"; "heading": "heading"; "navigationBackButtonLabel": "navigationBackButtonLabel"; "navigationLabel": "navigationLabel"; "showNavigationBackButton": "showNavigationBackButton"; "sidebarCloseButtonLabel": "sidebarCloseButtonLabel"; "sidebarHeading": "sidebarHeading"; "subheading": "subheading"; "transitionStyle": "transitionStyle"; }, {}, never, ["*"], false>;
|
|
66
66
|
}
|
|
67
|
-
export declare interface
|
|
67
|
+
export declare interface SwirlAutocomplete extends Components.SwirlAutocomplete {
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
*/
|
|
71
71
|
valueChange: EventEmitter<CustomEvent<string>>;
|
|
72
72
|
}
|
|
73
|
-
export declare class
|
|
73
|
+
export declare class SwirlAutocomplete {
|
|
74
74
|
protected z: NgZone;
|
|
75
75
|
protected el: HTMLElement;
|
|
76
76
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
77
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
78
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
77
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlAutocomplete, never>;
|
|
78
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAutocomplete, "swirl-autocomplete", never, { "autoSelect": "autoSelect"; "clearButtonLabel": "clearButtonLabel"; "clearable": "clearable"; "disabled": "disabled"; "generateSuggestions": "generateSuggestions"; "inline": "inline"; "invalid": "invalid"; "maxLength": "maxLength"; "menuLabel": "menuLabel"; "mode": "mode"; "required": "required"; "spellCheck": "spellCheck"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
|
|
79
79
|
}
|
|
80
|
-
export declare interface
|
|
80
|
+
export declare interface SwirlAvatar extends Components.SwirlAvatar {
|
|
81
81
|
}
|
|
82
|
-
export declare class
|
|
82
|
+
export declare class SwirlAvatar {
|
|
83
83
|
protected z: NgZone;
|
|
84
84
|
protected el: HTMLElement;
|
|
85
85
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
86
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
87
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
86
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlAvatar, never>;
|
|
87
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAvatar, "swirl-avatar", never, { "badge": "badge"; "badgePosition": "badgePosition"; "color": "color"; "icon": "icon"; "initials": "initials"; "interactive": "interactive"; "label": "label"; "showLabel": "showLabel"; "size": "size"; "src": "src"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
88
88
|
}
|
|
89
|
-
export declare interface
|
|
89
|
+
export declare interface SwirlAvatarGroup extends Components.SwirlAvatarGroup {
|
|
90
90
|
}
|
|
91
|
-
export declare class
|
|
91
|
+
export declare class SwirlAvatarGroup {
|
|
92
92
|
protected z: NgZone;
|
|
93
93
|
protected el: HTMLElement;
|
|
94
94
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
95
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
96
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
95
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlAvatarGroup, never>;
|
|
96
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAvatarGroup, "swirl-avatar-group", never, { "badge": "badge"; }, {}, never, ["*"], false>;
|
|
97
97
|
}
|
|
98
|
-
export declare interface
|
|
98
|
+
export declare interface SwirlBadge extends Components.SwirlBadge {
|
|
99
99
|
}
|
|
100
|
-
export declare class
|
|
100
|
+
export declare class SwirlBadge {
|
|
101
101
|
protected z: NgZone;
|
|
102
102
|
protected el: HTMLElement;
|
|
103
103
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
104
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
105
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
104
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlBadge, never>;
|
|
105
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlBadge, "swirl-badge", never, { "icon": "icon"; "intent": "intent"; "label": "label"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
106
106
|
}
|
|
107
|
-
export declare interface
|
|
107
|
+
export declare interface SwirlBanner extends Components.SwirlBanner {
|
|
108
108
|
/**
|
|
109
109
|
*
|
|
110
110
|
*/
|
|
@@ -114,72 +114,72 @@ export declare interface FlipBanner extends Components.FlipBanner {
|
|
|
114
114
|
*/
|
|
115
115
|
dismiss: EventEmitter<CustomEvent<MouseEvent>>;
|
|
116
116
|
}
|
|
117
|
-
export declare class
|
|
117
|
+
export declare class SwirlBanner {
|
|
118
118
|
protected z: NgZone;
|
|
119
119
|
protected el: HTMLElement;
|
|
120
120
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
121
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
122
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
121
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlBanner, never>;
|
|
122
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlBanner, "swirl-banner", never, { "actionLabel": "actionLabel"; "content": "content"; "dismissLabel": "dismissLabel"; "dismissable": "dismissable"; "importance": "importance"; "intent": "intent"; "showIcon": "showIcon"; }, {}, never, ["*"], false>;
|
|
123
123
|
}
|
|
124
|
-
export declare interface
|
|
124
|
+
export declare interface SwirlBox extends Components.SwirlBox {
|
|
125
125
|
}
|
|
126
|
-
export declare class
|
|
126
|
+
export declare class SwirlBox {
|
|
127
127
|
protected z: NgZone;
|
|
128
128
|
protected el: HTMLElement;
|
|
129
129
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
130
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
131
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
130
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlBox, never>;
|
|
131
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlBox, "swirl-box", never, { "as": "as"; "bordered": "bordered"; "centerBlock": "centerBlock"; "centerInline": "centerInline"; "cover": "cover"; "overflow": "overflow"; "padding": "padding"; }, {}, never, ["*"], false>;
|
|
132
132
|
}
|
|
133
|
-
export declare interface
|
|
133
|
+
export declare interface SwirlButton extends Components.SwirlButton {
|
|
134
134
|
}
|
|
135
|
-
export declare class
|
|
135
|
+
export declare class SwirlButton {
|
|
136
136
|
protected z: NgZone;
|
|
137
137
|
protected el: HTMLElement;
|
|
138
138
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
139
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
140
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
139
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlButton, never>;
|
|
140
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlButton, "swirl-button", never, { "disabled": "disabled"; "download": "download"; "form": "form"; "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconPosition": "iconPosition"; "intent": "intent"; "label": "label"; "name": "name"; "pill": "pill"; "size": "size"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "swirlAriaExpanded": "swirlAriaExpanded"; "swirlAriaLabel": "swirlAriaLabel"; "target": "target"; "type": "type"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
141
141
|
}
|
|
142
|
-
export declare interface
|
|
142
|
+
export declare interface SwirlButtonGroup extends Components.SwirlButtonGroup {
|
|
143
143
|
}
|
|
144
|
-
export declare class
|
|
144
|
+
export declare class SwirlButtonGroup {
|
|
145
145
|
protected z: NgZone;
|
|
146
146
|
protected el: HTMLElement;
|
|
147
147
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
148
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
149
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
148
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlButtonGroup, never>;
|
|
149
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlButtonGroup, "swirl-button-group", never, { "orientation": "orientation"; "segmented": "segmented"; "stretch": "stretch"; "wrap": "wrap"; }, {}, never, ["*"], false>;
|
|
150
150
|
}
|
|
151
|
-
export declare interface
|
|
151
|
+
export declare interface SwirlCard extends Components.SwirlCard {
|
|
152
152
|
}
|
|
153
|
-
export declare class
|
|
153
|
+
export declare class SwirlCard {
|
|
154
154
|
protected z: NgZone;
|
|
155
155
|
protected el: HTMLElement;
|
|
156
156
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
157
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
158
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
157
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlCard, never>;
|
|
158
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCard, "swirl-card", never, { "as": "as"; "elevated": "elevated"; "href": "href"; "interactive": "interactive"; "linkTarget": "linkTarget"; }, {}, never, ["*"], false>;
|
|
159
159
|
}
|
|
160
|
-
export declare interface
|
|
160
|
+
export declare interface SwirlCheckbox extends Components.SwirlCheckbox {
|
|
161
161
|
/**
|
|
162
162
|
*
|
|
163
163
|
*/
|
|
164
164
|
valueChange: EventEmitter<CustomEvent<boolean>>;
|
|
165
165
|
}
|
|
166
|
-
export declare class
|
|
166
|
+
export declare class SwirlCheckbox {
|
|
167
167
|
protected z: NgZone;
|
|
168
168
|
protected el: HTMLElement;
|
|
169
169
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
170
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
171
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
170
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlCheckbox, never>;
|
|
171
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCheckbox, "swirl-checkbox", never, { "checked": "checked"; "description": "description"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "invalid": "invalid"; "label": "label"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "swirlAriaLabel": "swirlAriaLabel"; "value": "value"; }, {}, never, ["*"], false>;
|
|
172
172
|
}
|
|
173
|
-
export declare interface
|
|
173
|
+
export declare interface SwirlChip extends Components.SwirlChip {
|
|
174
174
|
}
|
|
175
|
-
export declare class
|
|
175
|
+
export declare class SwirlChip {
|
|
176
176
|
protected z: NgZone;
|
|
177
177
|
protected el: HTMLElement;
|
|
178
178
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
179
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
180
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
179
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlChip, never>;
|
|
180
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlChip, "swirl-chip", never, { "avatar": "avatar"; "icon": "icon"; "intent": "intent"; "interactive": "interactive"; "label": "label"; }, {}, never, ["*"], false>;
|
|
181
181
|
}
|
|
182
|
-
export declare interface
|
|
182
|
+
export declare interface SwirlConsoleLayout extends Components.SwirlConsoleLayout {
|
|
183
183
|
/**
|
|
184
184
|
*
|
|
185
185
|
*/
|
|
@@ -189,58 +189,58 @@ export declare interface FlipConsoleLayout extends Components.FlipConsoleLayout
|
|
|
189
189
|
*/
|
|
190
190
|
helpButtonClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
191
191
|
}
|
|
192
|
-
export declare class
|
|
192
|
+
export declare class SwirlConsoleLayout {
|
|
193
193
|
protected z: NgZone;
|
|
194
194
|
protected el: HTMLElement;
|
|
195
195
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
196
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
197
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
196
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlConsoleLayout, never>;
|
|
197
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlConsoleLayout, "swirl-console-layout", never, { "appName": "appName"; "backButonLabel": "backButonLabel"; "heading": "heading"; "helpButonLabel": "helpButonLabel"; "hideNavigationButtonLabel": "hideNavigationButtonLabel"; "logoText": "logoText"; "navigationLabel": "navigationLabel"; "showBackButton": "showBackButton"; "showHelpButton": "showHelpButton"; "showNavigationButtonLabel": "showNavigationButtonLabel"; "subheading": "subheading"; }, {}, never, ["*"], false>;
|
|
198
198
|
}
|
|
199
|
-
export declare interface
|
|
199
|
+
export declare interface SwirlDateInput extends Components.SwirlDateInput {
|
|
200
200
|
/**
|
|
201
201
|
*
|
|
202
202
|
*/
|
|
203
203
|
valueChange: EventEmitter<CustomEvent<string>>;
|
|
204
204
|
}
|
|
205
|
-
export declare class
|
|
205
|
+
export declare class SwirlDateInput {
|
|
206
206
|
protected z: NgZone;
|
|
207
207
|
protected el: HTMLElement;
|
|
208
208
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
209
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
210
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
209
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlDateInput, never>;
|
|
210
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDateInput, "swirl-date-input", never, { "autoFocus": "autoFocus"; "autoSelect": "autoSelect"; "datePickerLabel": "datePickerLabel"; "datePickerTriggerLabel": "datePickerTriggerLabel"; "disabled": "disabled"; "format": "format"; "inline": "inline"; "invalid": "invalid"; "labels": "labels"; "locale": "locale"; "placeholder": "placeholder"; "required": "required"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
|
|
211
211
|
}
|
|
212
|
-
export declare interface
|
|
212
|
+
export declare interface SwirlDatePicker extends Components.SwirlDatePicker {
|
|
213
213
|
/**
|
|
214
214
|
*
|
|
215
215
|
*/
|
|
216
216
|
valueChange: EventEmitter<CustomEvent<Date | Date[]>>;
|
|
217
217
|
}
|
|
218
|
-
export declare class
|
|
218
|
+
export declare class SwirlDatePicker {
|
|
219
219
|
protected z: NgZone;
|
|
220
220
|
protected el: HTMLElement;
|
|
221
221
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
222
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
223
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
222
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlDatePicker, never>;
|
|
223
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDatePicker, "swirl-date-picker", never, { "labels": "labels"; "locale": "locale"; "range": "range"; "startDate": "startDate"; "value": "value"; }, {}, never, ["*"], false>;
|
|
224
224
|
}
|
|
225
|
-
export declare interface
|
|
225
|
+
export declare interface SwirlDescriptionList extends Components.SwirlDescriptionList {
|
|
226
226
|
}
|
|
227
|
-
export declare class
|
|
227
|
+
export declare class SwirlDescriptionList {
|
|
228
228
|
protected z: NgZone;
|
|
229
229
|
protected el: HTMLElement;
|
|
230
230
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
231
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
232
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
231
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlDescriptionList, never>;
|
|
232
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDescriptionList, "swirl-description-list", never, {}, {}, never, ["*"], false>;
|
|
233
233
|
}
|
|
234
|
-
export declare interface
|
|
234
|
+
export declare interface SwirlDescriptionListItem extends Components.SwirlDescriptionListItem {
|
|
235
235
|
}
|
|
236
|
-
export declare class
|
|
236
|
+
export declare class SwirlDescriptionListItem {
|
|
237
237
|
protected z: NgZone;
|
|
238
238
|
protected el: HTMLElement;
|
|
239
239
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
240
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
241
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
240
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlDescriptionListItem, never>;
|
|
241
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDescriptionListItem, "swirl-description-list-item", never, { "term": "term"; }, {}, never, ["*"], false>;
|
|
242
242
|
}
|
|
243
|
-
export declare interface
|
|
243
|
+
export declare interface SwirlDialog extends Components.SwirlDialog {
|
|
244
244
|
/**
|
|
245
245
|
*
|
|
246
246
|
*/
|
|
@@ -250,991 +250,1045 @@ export declare interface FlipDialog extends Components.FlipDialog {
|
|
|
250
250
|
*/
|
|
251
251
|
secondaryAction: EventEmitter<CustomEvent<MouseEvent>>;
|
|
252
252
|
}
|
|
253
|
-
export declare class
|
|
253
|
+
export declare class SwirlDialog {
|
|
254
254
|
protected z: NgZone;
|
|
255
255
|
protected el: HTMLElement;
|
|
256
256
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
257
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
258
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
257
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlDialog, never>;
|
|
258
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDialog, "swirl-dialog", never, { "hideLabel": "hideLabel"; "intent": "intent"; "label": "label"; "primaryActionLabel": "primaryActionLabel"; "secondaryActionLabel": "secondaryActionLabel"; }, {}, never, ["*"], false>;
|
|
259
259
|
}
|
|
260
|
-
export declare interface
|
|
260
|
+
export declare interface SwirlEmptyState extends Components.SwirlEmptyState {
|
|
261
261
|
}
|
|
262
|
-
export declare class
|
|
262
|
+
export declare class SwirlEmptyState {
|
|
263
263
|
protected z: NgZone;
|
|
264
264
|
protected el: HTMLElement;
|
|
265
265
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
266
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
267
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
266
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlEmptyState, never>;
|
|
267
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlEmptyState, "swirl-empty-state", never, { "heading": "heading"; "illustration": "illustration"; }, {}, never, ["*"], false>;
|
|
268
268
|
}
|
|
269
|
-
export declare interface
|
|
269
|
+
export declare interface SwirlFileUploader extends Components.SwirlFileUploader {
|
|
270
270
|
/**
|
|
271
271
|
*
|
|
272
272
|
*/
|
|
273
273
|
valueChange: EventEmitter<CustomEvent<FileList>>;
|
|
274
274
|
}
|
|
275
|
-
export declare class
|
|
275
|
+
export declare class SwirlFileUploader {
|
|
276
276
|
protected z: NgZone;
|
|
277
277
|
protected el: HTMLElement;
|
|
278
278
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
279
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
280
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
279
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFileUploader, never>;
|
|
280
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileUploader, "swirl-file-uploader", never, { "accept": "accept"; "ctaLabel": "ctaLabel"; "description": "description"; "disabled": "disabled"; "dragDropLabel": "dragDropLabel"; "inputId": "inputId"; "inputName": "inputName"; "label": "label"; "multiple": "multiple"; "showDropzone": "showDropzone"; "uploadButtonLabel": "uploadButtonLabel"; }, {}, never, ["*"], false>;
|
|
281
281
|
}
|
|
282
|
-
export declare interface
|
|
282
|
+
export declare interface SwirlFileViewer extends Components.SwirlFileViewer {
|
|
283
283
|
/**
|
|
284
284
|
*
|
|
285
285
|
*/
|
|
286
286
|
activate: EventEmitter<CustomEvent<HTMLElement>>;
|
|
287
287
|
}
|
|
288
|
-
export declare class
|
|
288
|
+
export declare class SwirlFileViewer {
|
|
289
289
|
protected z: NgZone;
|
|
290
290
|
protected el: HTMLElement;
|
|
291
291
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
292
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
293
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
292
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFileViewer, never>;
|
|
293
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewer, "swirl-file-viewer", never, { "active": "active"; "autoplay": "autoplay"; "description": "description"; "errorMessage": "errorMessage"; "file": "file"; "type": "type"; "typeUnsupportedMessage": "typeUnsupportedMessage"; "zoom": "zoom"; }, {}, never, ["*"], false>;
|
|
294
294
|
}
|
|
295
|
-
export declare interface
|
|
295
|
+
export declare interface SwirlFileViewerAudio extends Components.SwirlFileViewerAudio {
|
|
296
296
|
/**
|
|
297
297
|
*
|
|
298
298
|
*/
|
|
299
299
|
activate: EventEmitter<CustomEvent<HTMLElement>>;
|
|
300
300
|
}
|
|
301
|
-
export declare class
|
|
301
|
+
export declare class SwirlFileViewerAudio {
|
|
302
302
|
protected z: NgZone;
|
|
303
303
|
protected el: HTMLElement;
|
|
304
304
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
305
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
306
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
305
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFileViewerAudio, never>;
|
|
306
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewerAudio, "swirl-file-viewer-audio", never, { "autoplay": "autoplay"; "file": "file"; "type": "type"; }, {}, never, ["*"], false>;
|
|
307
307
|
}
|
|
308
|
-
export declare interface
|
|
308
|
+
export declare interface SwirlFileViewerCsv extends Components.SwirlFileViewerCsv {
|
|
309
309
|
/**
|
|
310
310
|
*
|
|
311
311
|
*/
|
|
312
312
|
activate: EventEmitter<CustomEvent<HTMLElement>>;
|
|
313
313
|
}
|
|
314
|
-
export declare class
|
|
314
|
+
export declare class SwirlFileViewerCsv {
|
|
315
315
|
protected z: NgZone;
|
|
316
316
|
protected el: HTMLElement;
|
|
317
317
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
318
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
319
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
318
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFileViewerCsv, never>;
|
|
319
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewerCsv, "swirl-file-viewer-csv", never, { "errorMessage": "errorMessage"; "file": "file"; }, {}, never, ["*"], false>;
|
|
320
320
|
}
|
|
321
|
-
export declare interface
|
|
321
|
+
export declare interface SwirlFileViewerImage extends Components.SwirlFileViewerImage {
|
|
322
322
|
/**
|
|
323
323
|
*
|
|
324
324
|
*/
|
|
325
325
|
activate: EventEmitter<CustomEvent<HTMLElement>>;
|
|
326
326
|
}
|
|
327
|
-
export declare class
|
|
327
|
+
export declare class SwirlFileViewerImage {
|
|
328
328
|
protected z: NgZone;
|
|
329
329
|
protected el: HTMLElement;
|
|
330
330
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
331
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
332
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
331
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFileViewerImage, never>;
|
|
332
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewerImage, "swirl-file-viewer-image", never, { "description": "description"; "errorMessage": "errorMessage"; "file": "file"; "maxZoom": "maxZoom"; }, {}, never, ["*"], false>;
|
|
333
333
|
}
|
|
334
|
-
export declare interface
|
|
334
|
+
export declare interface SwirlFileViewerPdf extends Components.SwirlFileViewerPdf {
|
|
335
335
|
/**
|
|
336
336
|
*
|
|
337
337
|
*/
|
|
338
338
|
activate: EventEmitter<CustomEvent<HTMLElement>>;
|
|
339
339
|
}
|
|
340
|
-
export declare class
|
|
340
|
+
export declare class SwirlFileViewerPdf {
|
|
341
341
|
protected z: NgZone;
|
|
342
342
|
protected el: HTMLElement;
|
|
343
343
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
344
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
345
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
344
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFileViewerPdf, never>;
|
|
345
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewerPdf, "swirl-file-viewer-pdf", never, { "errorMessage": "errorMessage"; "file": "file"; "singlePageMode": "singlePageMode"; "zoom": "zoom"; }, {}, never, ["*"], false>;
|
|
346
346
|
}
|
|
347
|
-
export declare interface
|
|
347
|
+
export declare interface SwirlFileViewerText extends Components.SwirlFileViewerText {
|
|
348
348
|
/**
|
|
349
349
|
*
|
|
350
350
|
*/
|
|
351
351
|
activate: EventEmitter<CustomEvent<HTMLElement>>;
|
|
352
352
|
}
|
|
353
|
-
export declare class
|
|
353
|
+
export declare class SwirlFileViewerText {
|
|
354
354
|
protected z: NgZone;
|
|
355
355
|
protected el: HTMLElement;
|
|
356
356
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
357
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
358
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
357
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFileViewerText, never>;
|
|
358
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewerText, "swirl-file-viewer-text", never, { "errorMessage": "errorMessage"; "file": "file"; }, {}, never, ["*"], false>;
|
|
359
359
|
}
|
|
360
|
-
export declare interface
|
|
360
|
+
export declare interface SwirlFileViewerVideo extends Components.SwirlFileViewerVideo {
|
|
361
361
|
/**
|
|
362
362
|
*
|
|
363
363
|
*/
|
|
364
364
|
activate: EventEmitter<CustomEvent<HTMLElement>>;
|
|
365
365
|
}
|
|
366
|
-
export declare class
|
|
366
|
+
export declare class SwirlFileViewerVideo {
|
|
367
367
|
protected z: NgZone;
|
|
368
368
|
protected el: HTMLElement;
|
|
369
369
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
370
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
371
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
370
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFileViewerVideo, never>;
|
|
371
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewerVideo, "swirl-file-viewer-video", never, { "autoplay": "autoplay"; "file": "file"; "type": "type"; }, {}, never, ["*"], false>;
|
|
372
372
|
}
|
|
373
|
-
export declare interface
|
|
373
|
+
export declare interface SwirlFormControl extends Components.SwirlFormControl {
|
|
374
374
|
}
|
|
375
|
-
export declare class
|
|
375
|
+
export declare class SwirlFormControl {
|
|
376
376
|
protected z: NgZone;
|
|
377
377
|
protected el: HTMLElement;
|
|
378
378
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
379
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
380
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
379
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFormControl, never>;
|
|
380
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFormControl, "swirl-form-control", never, { "description": "description"; "disabled": "disabled"; "errorMessage": "errorMessage"; "inline": "inline"; "invalid": "invalid"; "label": "label"; }, {}, never, ["*"], false>;
|
|
381
381
|
}
|
|
382
|
-
export declare interface
|
|
382
|
+
export declare interface SwirlFormGroup extends Components.SwirlFormGroup {
|
|
383
383
|
}
|
|
384
|
-
export declare class
|
|
384
|
+
export declare class SwirlFormGroup {
|
|
385
385
|
protected z: NgZone;
|
|
386
386
|
protected el: HTMLElement;
|
|
387
387
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
388
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
389
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
388
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFormGroup, never>;
|
|
389
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFormGroup, "swirl-form-group", never, { "orientation": "orientation"; }, {}, never, ["*"], false>;
|
|
390
390
|
}
|
|
391
|
-
export declare interface
|
|
391
|
+
export declare interface SwirlHeading extends Components.SwirlHeading {
|
|
392
392
|
}
|
|
393
|
-
export declare class
|
|
393
|
+
export declare class SwirlHeading {
|
|
394
394
|
protected z: NgZone;
|
|
395
395
|
protected el: HTMLElement;
|
|
396
396
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
397
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
398
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
397
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlHeading, never>;
|
|
398
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlHeading, "swirl-heading", never, { "align": "align"; "as": "as"; "balance": "balance"; "headingId": "headingId"; "level": "level"; "text": "text"; }, {}, never, ["*"], false>;
|
|
399
399
|
}
|
|
400
|
-
export declare interface
|
|
400
|
+
export declare interface SwirlIconAdd extends Components.SwirlIconAdd {
|
|
401
401
|
}
|
|
402
|
-
export declare class
|
|
402
|
+
export declare class SwirlIconAdd {
|
|
403
403
|
protected z: NgZone;
|
|
404
404
|
protected el: HTMLElement;
|
|
405
405
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
406
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
407
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
406
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconAdd, never>;
|
|
407
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconAdd, "swirl-icon-add", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
408
408
|
}
|
|
409
|
-
export declare interface
|
|
409
|
+
export declare interface SwirlIconAddPhoto extends Components.SwirlIconAddPhoto {
|
|
410
410
|
}
|
|
411
|
-
export declare class
|
|
411
|
+
export declare class SwirlIconAddPhoto {
|
|
412
412
|
protected z: NgZone;
|
|
413
413
|
protected el: HTMLElement;
|
|
414
414
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
415
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
416
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
415
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconAddPhoto, never>;
|
|
416
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconAddPhoto, "swirl-icon-add-photo", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
417
417
|
}
|
|
418
|
-
export declare interface
|
|
418
|
+
export declare interface SwirlIconAdminPanelSettings extends Components.SwirlIconAdminPanelSettings {
|
|
419
419
|
}
|
|
420
|
-
export declare class
|
|
420
|
+
export declare class SwirlIconAdminPanelSettings {
|
|
421
421
|
protected z: NgZone;
|
|
422
422
|
protected el: HTMLElement;
|
|
423
423
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
424
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
425
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
424
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconAdminPanelSettings, never>;
|
|
425
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconAdminPanelSettings, "swirl-icon-admin-panel-settings", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
426
426
|
}
|
|
427
|
-
export declare interface
|
|
427
|
+
export declare interface SwirlIconArrowBack extends Components.SwirlIconArrowBack {
|
|
428
428
|
}
|
|
429
|
-
export declare class
|
|
429
|
+
export declare class SwirlIconArrowBack {
|
|
430
430
|
protected z: NgZone;
|
|
431
431
|
protected el: HTMLElement;
|
|
432
432
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
433
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
434
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
433
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconArrowBack, never>;
|
|
434
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowBack, "swirl-icon-arrow-back", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
435
435
|
}
|
|
436
|
-
export declare interface
|
|
436
|
+
export declare interface SwirlIconArrowDownward extends Components.SwirlIconArrowDownward {
|
|
437
437
|
}
|
|
438
|
-
export declare class
|
|
438
|
+
export declare class SwirlIconArrowDownward {
|
|
439
439
|
protected z: NgZone;
|
|
440
440
|
protected el: HTMLElement;
|
|
441
441
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
442
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
443
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
442
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconArrowDownward, never>;
|
|
443
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowDownward, "swirl-icon-arrow-downward", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
444
444
|
}
|
|
445
|
-
export declare interface
|
|
445
|
+
export declare interface SwirlIconArrowForward extends Components.SwirlIconArrowForward {
|
|
446
446
|
}
|
|
447
|
-
export declare class
|
|
447
|
+
export declare class SwirlIconArrowForward {
|
|
448
448
|
protected z: NgZone;
|
|
449
449
|
protected el: HTMLElement;
|
|
450
450
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
451
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
452
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
451
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconArrowForward, never>;
|
|
452
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowForward, "swirl-icon-arrow-forward", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
453
453
|
}
|
|
454
|
-
export declare interface
|
|
454
|
+
export declare interface SwirlIconArrowLeft extends Components.SwirlIconArrowLeft {
|
|
455
455
|
}
|
|
456
|
-
export declare class
|
|
456
|
+
export declare class SwirlIconArrowLeft {
|
|
457
457
|
protected z: NgZone;
|
|
458
458
|
protected el: HTMLElement;
|
|
459
459
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
460
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
461
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
460
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconArrowLeft, never>;
|
|
461
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowLeft, "swirl-icon-arrow-left", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
462
462
|
}
|
|
463
|
-
export declare interface
|
|
463
|
+
export declare interface SwirlIconArrowRight extends Components.SwirlIconArrowRight {
|
|
464
464
|
}
|
|
465
|
-
export declare class
|
|
465
|
+
export declare class SwirlIconArrowRight {
|
|
466
466
|
protected z: NgZone;
|
|
467
467
|
protected el: HTMLElement;
|
|
468
468
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
469
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
470
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
469
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconArrowRight, never>;
|
|
470
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowRight, "swirl-icon-arrow-right", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
471
471
|
}
|
|
472
|
-
export declare interface
|
|
472
|
+
export declare interface SwirlIconArrowRightSmall extends Components.SwirlIconArrowRightSmall {
|
|
473
473
|
}
|
|
474
|
-
export declare class
|
|
474
|
+
export declare class SwirlIconArrowRightSmall {
|
|
475
475
|
protected z: NgZone;
|
|
476
476
|
protected el: HTMLElement;
|
|
477
477
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
478
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
479
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
478
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconArrowRightSmall, never>;
|
|
479
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowRightSmall, "swirl-icon-arrow-right-small", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
480
480
|
}
|
|
481
|
-
export declare interface
|
|
481
|
+
export declare interface SwirlIconArrowUpward extends Components.SwirlIconArrowUpward {
|
|
482
482
|
}
|
|
483
|
-
export declare class
|
|
483
|
+
export declare class SwirlIconArrowUpward {
|
|
484
484
|
protected z: NgZone;
|
|
485
485
|
protected el: HTMLElement;
|
|
486
486
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
487
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
488
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
487
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconArrowUpward, never>;
|
|
488
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconArrowUpward, "swirl-icon-arrow-upward", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
489
489
|
}
|
|
490
|
-
export declare interface
|
|
490
|
+
export declare interface SwirlIconAttachment extends Components.SwirlIconAttachment {
|
|
491
491
|
}
|
|
492
|
-
export declare class
|
|
492
|
+
export declare class SwirlIconAttachment {
|
|
493
493
|
protected z: NgZone;
|
|
494
494
|
protected el: HTMLElement;
|
|
495
495
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
496
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
497
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
496
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconAttachment, never>;
|
|
497
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconAttachment, "swirl-icon-attachment", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
498
498
|
}
|
|
499
|
-
export declare interface
|
|
499
|
+
export declare interface SwirlIconBlock extends Components.SwirlIconBlock {
|
|
500
500
|
}
|
|
501
|
-
export declare class
|
|
501
|
+
export declare class SwirlIconBlock {
|
|
502
502
|
protected z: NgZone;
|
|
503
503
|
protected el: HTMLElement;
|
|
504
504
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
505
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
506
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
505
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconBlock, never>;
|
|
506
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconBlock, "swirl-icon-block", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
507
507
|
}
|
|
508
|
-
export declare interface
|
|
508
|
+
export declare interface SwirlIconCancel extends Components.SwirlIconCancel {
|
|
509
509
|
}
|
|
510
|
-
export declare class
|
|
510
|
+
export declare class SwirlIconCancel {
|
|
511
511
|
protected z: NgZone;
|
|
512
512
|
protected el: HTMLElement;
|
|
513
513
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
514
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
515
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
514
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconCancel, never>;
|
|
515
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCancel, "swirl-icon-cancel", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
516
516
|
}
|
|
517
|
-
export declare interface
|
|
517
|
+
export declare interface SwirlIconChatBubble extends Components.SwirlIconChatBubble {
|
|
518
518
|
}
|
|
519
|
-
export declare class
|
|
519
|
+
export declare class SwirlIconChatBubble {
|
|
520
520
|
protected z: NgZone;
|
|
521
521
|
protected el: HTMLElement;
|
|
522
522
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
523
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
524
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
523
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconChatBubble, never>;
|
|
524
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconChatBubble, "swirl-icon-chat-bubble", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
525
525
|
}
|
|
526
|
-
export declare interface
|
|
526
|
+
export declare interface SwirlIconChatsFilled extends Components.SwirlIconChatsFilled {
|
|
527
527
|
}
|
|
528
|
-
export declare class
|
|
528
|
+
export declare class SwirlIconChatsFilled {
|
|
529
529
|
protected z: NgZone;
|
|
530
530
|
protected el: HTMLElement;
|
|
531
531
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
532
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
533
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
532
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconChatsFilled, never>;
|
|
533
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconChatsFilled, "swirl-icon-chats-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
534
534
|
}
|
|
535
|
-
export declare interface
|
|
535
|
+
export declare interface SwirlIconChatsOutlined extends Components.SwirlIconChatsOutlined {
|
|
536
536
|
}
|
|
537
|
-
export declare class
|
|
537
|
+
export declare class SwirlIconChatsOutlined {
|
|
538
538
|
protected z: NgZone;
|
|
539
539
|
protected el: HTMLElement;
|
|
540
540
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
541
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
542
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
541
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconChatsOutlined, never>;
|
|
542
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconChatsOutlined, "swirl-icon-chats-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
543
543
|
}
|
|
544
|
-
export declare interface
|
|
544
|
+
export declare interface SwirlIconCheck extends Components.SwirlIconCheck {
|
|
545
545
|
}
|
|
546
|
-
export declare class
|
|
546
|
+
export declare class SwirlIconCheck {
|
|
547
547
|
protected z: NgZone;
|
|
548
548
|
protected el: HTMLElement;
|
|
549
549
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
550
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
551
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
550
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconCheck, never>;
|
|
551
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCheck, "swirl-icon-check", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
552
552
|
}
|
|
553
|
-
export declare interface
|
|
553
|
+
export declare interface SwirlIconCheckCircle extends Components.SwirlIconCheckCircle {
|
|
554
554
|
}
|
|
555
|
-
export declare class
|
|
555
|
+
export declare class SwirlIconCheckCircle {
|
|
556
556
|
protected z: NgZone;
|
|
557
557
|
protected el: HTMLElement;
|
|
558
558
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
559
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
560
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
559
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconCheckCircle, never>;
|
|
560
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCheckCircle, "swirl-icon-check-circle", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
561
561
|
}
|
|
562
|
-
export declare interface
|
|
562
|
+
export declare interface SwirlIconCheckSmall extends Components.SwirlIconCheckSmall {
|
|
563
563
|
}
|
|
564
|
-
export declare class
|
|
564
|
+
export declare class SwirlIconCheckSmall {
|
|
565
565
|
protected z: NgZone;
|
|
566
566
|
protected el: HTMLElement;
|
|
567
567
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
568
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
569
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
568
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconCheckSmall, never>;
|
|
569
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCheckSmall, "swirl-icon-check-small", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
570
570
|
}
|
|
571
|
-
export declare interface
|
|
571
|
+
export declare interface SwirlIconCheckStrong extends Components.SwirlIconCheckStrong {
|
|
572
572
|
}
|
|
573
|
-
export declare class
|
|
573
|
+
export declare class SwirlIconCheckStrong {
|
|
574
574
|
protected z: NgZone;
|
|
575
575
|
protected el: HTMLElement;
|
|
576
576
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
577
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
578
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
577
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconCheckStrong, never>;
|
|
578
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCheckStrong, "swirl-icon-check-strong", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
579
579
|
}
|
|
580
|
-
export declare interface
|
|
580
|
+
export declare interface SwirlIconChevronLeft extends Components.SwirlIconChevronLeft {
|
|
581
581
|
}
|
|
582
|
-
export declare class
|
|
582
|
+
export declare class SwirlIconChevronLeft {
|
|
583
583
|
protected z: NgZone;
|
|
584
584
|
protected el: HTMLElement;
|
|
585
585
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
586
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
587
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
586
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconChevronLeft, never>;
|
|
587
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconChevronLeft, "swirl-icon-chevron-left", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
588
588
|
}
|
|
589
|
-
export declare interface
|
|
589
|
+
export declare interface SwirlIconChevronRight extends Components.SwirlIconChevronRight {
|
|
590
590
|
}
|
|
591
|
-
export declare class
|
|
591
|
+
export declare class SwirlIconChevronRight {
|
|
592
592
|
protected z: NgZone;
|
|
593
593
|
protected el: HTMLElement;
|
|
594
594
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
595
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
596
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
595
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconChevronRight, never>;
|
|
596
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconChevronRight, "swirl-icon-chevron-right", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
597
597
|
}
|
|
598
|
-
export declare interface
|
|
598
|
+
export declare interface SwirlIconClose extends Components.SwirlIconClose {
|
|
599
599
|
}
|
|
600
|
-
export declare class
|
|
600
|
+
export declare class SwirlIconClose {
|
|
601
601
|
protected z: NgZone;
|
|
602
602
|
protected el: HTMLElement;
|
|
603
603
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
604
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
605
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
604
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconClose, never>;
|
|
605
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconClose, "swirl-icon-close", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
606
606
|
}
|
|
607
|
-
export declare interface
|
|
607
|
+
export declare interface SwirlIconCloseSmall extends Components.SwirlIconCloseSmall {
|
|
608
608
|
}
|
|
609
|
-
export declare class
|
|
609
|
+
export declare class SwirlIconCloseSmall {
|
|
610
610
|
protected z: NgZone;
|
|
611
611
|
protected el: HTMLElement;
|
|
612
612
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
613
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
614
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
613
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconCloseSmall, never>;
|
|
614
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCloseSmall, "swirl-icon-close-small", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
615
615
|
}
|
|
616
|
-
export declare interface
|
|
616
|
+
export declare interface SwirlIconCloudUpload extends Components.SwirlIconCloudUpload {
|
|
617
617
|
}
|
|
618
|
-
export declare class
|
|
618
|
+
export declare class SwirlIconCloudUpload {
|
|
619
619
|
protected z: NgZone;
|
|
620
620
|
protected el: HTMLElement;
|
|
621
621
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
622
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
623
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
622
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconCloudUpload, never>;
|
|
623
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCloudUpload, "swirl-icon-cloud-upload", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
624
624
|
}
|
|
625
|
-
export declare interface
|
|
625
|
+
export declare interface SwirlIconColumn extends Components.SwirlIconColumn {
|
|
626
626
|
}
|
|
627
|
-
export declare class
|
|
627
|
+
export declare class SwirlIconColumn {
|
|
628
628
|
protected z: NgZone;
|
|
629
629
|
protected el: HTMLElement;
|
|
630
630
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
631
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
632
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
631
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconColumn, never>;
|
|
632
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconColumn, "swirl-icon-column", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
633
633
|
}
|
|
634
|
-
export declare interface
|
|
634
|
+
export declare interface SwirlIconComment extends Components.SwirlIconComment {
|
|
635
635
|
}
|
|
636
|
-
export declare class
|
|
636
|
+
export declare class SwirlIconComment {
|
|
637
637
|
protected z: NgZone;
|
|
638
638
|
protected el: HTMLElement;
|
|
639
639
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
640
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
641
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
640
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconComment, never>;
|
|
641
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconComment, "swirl-icon-comment", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
642
642
|
}
|
|
643
|
-
export declare interface
|
|
643
|
+
export declare interface SwirlIconCopy extends Components.SwirlIconCopy {
|
|
644
644
|
}
|
|
645
|
-
export declare class
|
|
645
|
+
export declare class SwirlIconCopy {
|
|
646
646
|
protected z: NgZone;
|
|
647
647
|
protected el: HTMLElement;
|
|
648
648
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
649
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
650
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
649
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconCopy, never>;
|
|
650
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconCopy, "swirl-icon-copy", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
651
651
|
}
|
|
652
|
-
export declare interface
|
|
652
|
+
export declare interface SwirlIconDateRange extends Components.SwirlIconDateRange {
|
|
653
653
|
}
|
|
654
|
-
export declare class
|
|
654
|
+
export declare class SwirlIconDateRange {
|
|
655
655
|
protected z: NgZone;
|
|
656
656
|
protected el: HTMLElement;
|
|
657
657
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
658
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
659
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
658
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconDateRange, never>;
|
|
659
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDateRange, "swirl-icon-date-range", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
660
660
|
}
|
|
661
|
-
export declare interface
|
|
661
|
+
export declare interface SwirlIconDelete extends Components.SwirlIconDelete {
|
|
662
662
|
}
|
|
663
|
-
export declare class
|
|
663
|
+
export declare class SwirlIconDelete {
|
|
664
664
|
protected z: NgZone;
|
|
665
665
|
protected el: HTMLElement;
|
|
666
666
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
667
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
668
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
667
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconDelete, never>;
|
|
668
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDelete, "swirl-icon-delete", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
669
669
|
}
|
|
670
|
-
export declare interface
|
|
670
|
+
export declare interface SwirlIconDescription extends Components.SwirlIconDescription {
|
|
671
671
|
}
|
|
672
|
-
export declare class
|
|
672
|
+
export declare class SwirlIconDescription {
|
|
673
673
|
protected z: NgZone;
|
|
674
674
|
protected el: HTMLElement;
|
|
675
675
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
676
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
677
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
676
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconDescription, never>;
|
|
677
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDescription, "swirl-icon-description", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
678
678
|
}
|
|
679
|
-
export declare interface
|
|
679
|
+
export declare interface SwirlIconDownload extends Components.SwirlIconDownload {
|
|
680
680
|
}
|
|
681
|
-
export declare class
|
|
681
|
+
export declare class SwirlIconDownload {
|
|
682
682
|
protected z: NgZone;
|
|
683
683
|
protected el: HTMLElement;
|
|
684
684
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
685
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
686
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
685
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconDownload, never>;
|
|
686
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDownload, "swirl-icon-download", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
687
687
|
}
|
|
688
|
-
export declare interface
|
|
688
|
+
export declare interface SwirlIconDragHandle extends Components.SwirlIconDragHandle {
|
|
689
689
|
}
|
|
690
|
-
export declare class
|
|
690
|
+
export declare class SwirlIconDragHandle {
|
|
691
691
|
protected z: NgZone;
|
|
692
692
|
protected el: HTMLElement;
|
|
693
693
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
694
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
695
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
694
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconDragHandle, never>;
|
|
695
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDragHandle, "swirl-icon-drag-handle", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
696
696
|
}
|
|
697
|
-
export declare interface
|
|
697
|
+
export declare interface SwirlIconEdit extends Components.SwirlIconEdit {
|
|
698
698
|
}
|
|
699
|
-
export declare class
|
|
699
|
+
export declare class SwirlIconEdit {
|
|
700
700
|
protected z: NgZone;
|
|
701
701
|
protected el: HTMLElement;
|
|
702
702
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
703
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
704
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
703
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconEdit, never>;
|
|
704
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconEdit, "swirl-icon-edit", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
705
705
|
}
|
|
706
|
-
export declare interface
|
|
706
|
+
export declare interface SwirlIconEmojiMood extends Components.SwirlIconEmojiMood {
|
|
707
707
|
}
|
|
708
|
-
export declare class
|
|
708
|
+
export declare class SwirlIconEmojiMood {
|
|
709
709
|
protected z: NgZone;
|
|
710
710
|
protected el: HTMLElement;
|
|
711
711
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
712
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
713
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
712
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconEmojiMood, never>;
|
|
713
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconEmojiMood, "swirl-icon-emoji-mood", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
714
714
|
}
|
|
715
|
-
export declare interface
|
|
715
|
+
export declare interface SwirlIconEmojiSatisfied extends Components.SwirlIconEmojiSatisfied {
|
|
716
716
|
}
|
|
717
|
-
export declare class
|
|
717
|
+
export declare class SwirlIconEmojiSatisfied {
|
|
718
718
|
protected z: NgZone;
|
|
719
719
|
protected el: HTMLElement;
|
|
720
720
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
721
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
722
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
721
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconEmojiSatisfied, never>;
|
|
722
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconEmojiSatisfied, "swirl-icon-emoji-satisfied", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
723
723
|
}
|
|
724
|
-
export declare interface
|
|
724
|
+
export declare interface SwirlIconError extends Components.SwirlIconError {
|
|
725
725
|
}
|
|
726
|
-
export declare class
|
|
726
|
+
export declare class SwirlIconError {
|
|
727
727
|
protected z: NgZone;
|
|
728
728
|
protected el: HTMLElement;
|
|
729
729
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
730
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
731
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
730
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconError, never>;
|
|
731
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconError, "swirl-icon-error", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
732
732
|
}
|
|
733
|
-
export declare interface
|
|
733
|
+
export declare interface SwirlIconExpandLess extends Components.SwirlIconExpandLess {
|
|
734
734
|
}
|
|
735
|
-
export declare class
|
|
735
|
+
export declare class SwirlIconExpandLess {
|
|
736
736
|
protected z: NgZone;
|
|
737
737
|
protected el: HTMLElement;
|
|
738
738
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
739
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
740
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
739
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconExpandLess, never>;
|
|
740
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconExpandLess, "swirl-icon-expand-less", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
741
741
|
}
|
|
742
|
-
export declare interface
|
|
742
|
+
export declare interface SwirlIconExpandMore extends Components.SwirlIconExpandMore {
|
|
743
743
|
}
|
|
744
|
-
export declare class
|
|
744
|
+
export declare class SwirlIconExpandMore {
|
|
745
745
|
protected z: NgZone;
|
|
746
746
|
protected el: HTMLElement;
|
|
747
747
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
748
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
749
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
748
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconExpandMore, never>;
|
|
749
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconExpandMore, "swirl-icon-expand-more", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
750
750
|
}
|
|
751
|
-
export declare interface
|
|
751
|
+
export declare interface SwirlIconFile extends Components.SwirlIconFile {
|
|
752
752
|
}
|
|
753
|
-
export declare class
|
|
753
|
+
export declare class SwirlIconFile {
|
|
754
754
|
protected z: NgZone;
|
|
755
755
|
protected el: HTMLElement;
|
|
756
756
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
757
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
758
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
757
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFile, never>;
|
|
758
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFile, "swirl-icon-file", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
759
759
|
}
|
|
760
|
-
export declare interface
|
|
760
|
+
export declare interface SwirlIconFilter extends Components.SwirlIconFilter {
|
|
761
761
|
}
|
|
762
|
-
export declare class
|
|
762
|
+
export declare class SwirlIconFilter {
|
|
763
763
|
protected z: NgZone;
|
|
764
764
|
protected el: HTMLElement;
|
|
765
765
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
766
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
767
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
766
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFilter, never>;
|
|
767
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFilter, "swirl-icon-filter", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
768
768
|
}
|
|
769
|
-
export declare interface
|
|
769
|
+
export declare interface SwirlIconFolderShared extends Components.SwirlIconFolderShared {
|
|
770
770
|
}
|
|
771
|
-
export declare class
|
|
771
|
+
export declare class SwirlIconFolderShared {
|
|
772
772
|
protected z: NgZone;
|
|
773
773
|
protected el: HTMLElement;
|
|
774
774
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
775
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
776
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
775
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFolderShared, never>;
|
|
776
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFolderShared, "swirl-icon-folder-shared", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
777
777
|
}
|
|
778
|
-
export declare interface
|
|
778
|
+
export declare interface SwirlIconFullscreen extends Components.SwirlIconFullscreen {
|
|
779
779
|
}
|
|
780
|
-
export declare class
|
|
780
|
+
export declare class SwirlIconFullscreen {
|
|
781
781
|
protected z: NgZone;
|
|
782
782
|
protected el: HTMLElement;
|
|
783
783
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
784
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
785
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
784
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFullscreen, never>;
|
|
785
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFullscreen, "swirl-icon-fullscreen", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
786
786
|
}
|
|
787
|
-
export declare interface
|
|
787
|
+
export declare interface SwirlIconFullscreenExit extends Components.SwirlIconFullscreenExit {
|
|
788
788
|
}
|
|
789
|
-
export declare class
|
|
789
|
+
export declare class SwirlIconFullscreenExit {
|
|
790
790
|
protected z: NgZone;
|
|
791
791
|
protected el: HTMLElement;
|
|
792
792
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
793
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
794
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
793
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFullscreenExit, never>;
|
|
794
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFullscreenExit, "swirl-icon-fullscreen-exit", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
795
795
|
}
|
|
796
|
-
export declare interface
|
|
796
|
+
export declare interface SwirlIconGroupAssign extends Components.SwirlIconGroupAssign {
|
|
797
797
|
}
|
|
798
|
-
export declare class
|
|
798
|
+
export declare class SwirlIconGroupAssign {
|
|
799
799
|
protected z: NgZone;
|
|
800
800
|
protected el: HTMLElement;
|
|
801
801
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
802
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
803
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
802
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconGroupAssign, never>;
|
|
803
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroupAssign, "swirl-icon-group-assign", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
804
804
|
}
|
|
805
|
-
export declare interface
|
|
805
|
+
export declare interface SwirlIconGroups extends Components.SwirlIconGroups {
|
|
806
806
|
}
|
|
807
|
-
export declare class
|
|
807
|
+
export declare class SwirlIconGroups {
|
|
808
808
|
protected z: NgZone;
|
|
809
809
|
protected el: HTMLElement;
|
|
810
810
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
811
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
812
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
811
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconGroups, never>;
|
|
812
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroups, "swirl-icon-groups", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
813
813
|
}
|
|
814
|
-
export declare interface
|
|
814
|
+
export declare interface SwirlIconGroupsCustom extends Components.SwirlIconGroupsCustom {
|
|
815
815
|
}
|
|
816
|
-
export declare class
|
|
816
|
+
export declare class SwirlIconGroupsCustom {
|
|
817
817
|
protected z: NgZone;
|
|
818
818
|
protected el: HTMLElement;
|
|
819
819
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
820
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
821
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
820
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconGroupsCustom, never>;
|
|
821
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroupsCustom, "swirl-icon-groups-custom", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
822
822
|
}
|
|
823
|
-
export declare interface
|
|
823
|
+
export declare interface SwirlIconGroupsFilled extends Components.SwirlIconGroupsFilled {
|
|
824
824
|
}
|
|
825
|
-
export declare class
|
|
825
|
+
export declare class SwirlIconGroupsFilled {
|
|
826
826
|
protected z: NgZone;
|
|
827
827
|
protected el: HTMLElement;
|
|
828
828
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
829
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
830
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
829
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconGroupsFilled, never>;
|
|
830
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroupsFilled, "swirl-icon-groups-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
831
831
|
}
|
|
832
|
-
export declare interface
|
|
832
|
+
export declare interface SwirlIconGroupsOutlined extends Components.SwirlIconGroupsOutlined {
|
|
833
833
|
}
|
|
834
|
-
export declare class
|
|
834
|
+
export declare class SwirlIconGroupsOutlined {
|
|
835
835
|
protected z: NgZone;
|
|
836
836
|
protected el: HTMLElement;
|
|
837
837
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
838
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
839
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
838
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconGroupsOutlined, never>;
|
|
839
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroupsOutlined, "swirl-icon-groups-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
840
840
|
}
|
|
841
|
-
export declare interface
|
|
841
|
+
export declare interface SwirlIconHelp extends Components.SwirlIconHelp {
|
|
842
842
|
}
|
|
843
|
-
export declare class
|
|
843
|
+
export declare class SwirlIconHelp {
|
|
844
844
|
protected z: NgZone;
|
|
845
845
|
protected el: HTMLElement;
|
|
846
846
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
847
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
848
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
847
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconHelp, never>;
|
|
848
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconHelp, "swirl-icon-help", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
849
849
|
}
|
|
850
|
-
export declare interface
|
|
850
|
+
export declare interface SwirlIconImage extends Components.SwirlIconImage {
|
|
851
851
|
}
|
|
852
|
-
export declare class
|
|
852
|
+
export declare class SwirlIconImage {
|
|
853
853
|
protected z: NgZone;
|
|
854
854
|
protected el: HTMLElement;
|
|
855
855
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
856
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
857
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
856
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconImage, never>;
|
|
857
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconImage, "swirl-icon-image", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
858
858
|
}
|
|
859
|
-
export declare interface
|
|
859
|
+
export declare interface SwirlIconInfo extends Components.SwirlIconInfo {
|
|
860
860
|
}
|
|
861
|
-
export declare class
|
|
861
|
+
export declare class SwirlIconInfo {
|
|
862
862
|
protected z: NgZone;
|
|
863
863
|
protected el: HTMLElement;
|
|
864
864
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
865
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
866
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
865
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconInfo, never>;
|
|
866
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconInfo, "swirl-icon-info", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
867
867
|
}
|
|
868
|
-
export declare interface
|
|
868
|
+
export declare interface SwirlIconInventory extends Components.SwirlIconInventory {
|
|
869
869
|
}
|
|
870
|
-
export declare class
|
|
870
|
+
export declare class SwirlIconInventory {
|
|
871
871
|
protected z: NgZone;
|
|
872
872
|
protected el: HTMLElement;
|
|
873
873
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
874
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
875
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
874
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconInventory, never>;
|
|
875
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconInventory, "swirl-icon-inventory", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
876
876
|
}
|
|
877
|
-
export declare interface
|
|
877
|
+
export declare interface SwirlIconLike extends Components.SwirlIconLike {
|
|
878
878
|
}
|
|
879
|
-
export declare class
|
|
879
|
+
export declare class SwirlIconLike {
|
|
880
880
|
protected z: NgZone;
|
|
881
881
|
protected el: HTMLElement;
|
|
882
882
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
883
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
884
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
883
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLike, never>;
|
|
884
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLike, "swirl-icon-like", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
885
885
|
}
|
|
886
|
-
export declare interface
|
|
886
|
+
export declare interface SwirlIconLink extends Components.SwirlIconLink {
|
|
887
887
|
}
|
|
888
|
-
export declare class
|
|
888
|
+
export declare class SwirlIconLink {
|
|
889
889
|
protected z: NgZone;
|
|
890
890
|
protected el: HTMLElement;
|
|
891
891
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
892
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
893
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
892
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLink, never>;
|
|
893
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLink, "swirl-icon-link", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
894
894
|
}
|
|
895
|
-
export declare interface
|
|
895
|
+
export declare interface SwirlIconLock extends Components.SwirlIconLock {
|
|
896
896
|
}
|
|
897
|
-
export declare class
|
|
897
|
+
export declare class SwirlIconLock {
|
|
898
898
|
protected z: NgZone;
|
|
899
899
|
protected el: HTMLElement;
|
|
900
900
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
901
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
902
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
901
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLock, never>;
|
|
902
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLock, "swirl-icon-lock", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
903
903
|
}
|
|
904
|
-
export declare interface
|
|
904
|
+
export declare interface SwirlIconLogout extends Components.SwirlIconLogout {
|
|
905
905
|
}
|
|
906
|
-
export declare class
|
|
906
|
+
export declare class SwirlIconLogout {
|
|
907
907
|
protected z: NgZone;
|
|
908
908
|
protected el: HTMLElement;
|
|
909
909
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
910
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
911
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
910
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLogout, never>;
|
|
911
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLogout, "swirl-icon-logout", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
912
912
|
}
|
|
913
|
-
export declare interface
|
|
913
|
+
export declare interface SwirlIconMail extends Components.SwirlIconMail {
|
|
914
914
|
}
|
|
915
|
-
export declare class
|
|
915
|
+
export declare class SwirlIconMail {
|
|
916
916
|
protected z: NgZone;
|
|
917
917
|
protected el: HTMLElement;
|
|
918
918
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
919
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
920
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
919
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMail, never>;
|
|
920
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMail, "swirl-icon-mail", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
921
921
|
}
|
|
922
|
-
export declare interface
|
|
922
|
+
export declare interface SwirlIconManageAccounts extends Components.SwirlIconManageAccounts {
|
|
923
923
|
}
|
|
924
|
-
export declare class
|
|
924
|
+
export declare class SwirlIconManageAccounts {
|
|
925
925
|
protected z: NgZone;
|
|
926
926
|
protected el: HTMLElement;
|
|
927
927
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
928
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
929
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
928
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconManageAccounts, never>;
|
|
929
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconManageAccounts, "swirl-icon-manage-accounts", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
930
930
|
}
|
|
931
|
-
export declare interface
|
|
931
|
+
export declare interface SwirlIconMention extends Components.SwirlIconMention {
|
|
932
932
|
}
|
|
933
|
-
export declare class
|
|
933
|
+
export declare class SwirlIconMention {
|
|
934
934
|
protected z: NgZone;
|
|
935
935
|
protected el: HTMLElement;
|
|
936
936
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
937
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
938
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
937
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMention, never>;
|
|
938
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMention, "swirl-icon-mention", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
939
939
|
}
|
|
940
|
-
export declare interface
|
|
940
|
+
export declare interface SwirlIconMenu extends Components.SwirlIconMenu {
|
|
941
941
|
}
|
|
942
|
-
export declare class
|
|
942
|
+
export declare class SwirlIconMenu {
|
|
943
943
|
protected z: NgZone;
|
|
944
944
|
protected el: HTMLElement;
|
|
945
945
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
946
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
947
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
946
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMenu, never>;
|
|
947
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMenu, "swirl-icon-menu", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
948
948
|
}
|
|
949
|
-
export declare interface
|
|
949
|
+
export declare interface SwirlIconMenuFilled extends Components.SwirlIconMenuFilled {
|
|
950
950
|
}
|
|
951
|
-
export declare class
|
|
951
|
+
export declare class SwirlIconMenuFilled {
|
|
952
952
|
protected z: NgZone;
|
|
953
953
|
protected el: HTMLElement;
|
|
954
954
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
955
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
956
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
955
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMenuFilled, never>;
|
|
956
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMenuFilled, "swirl-icon-menu-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
957
957
|
}
|
|
958
|
-
export declare interface
|
|
958
|
+
export declare interface SwirlIconMenuOutlined extends Components.SwirlIconMenuOutlined {
|
|
959
959
|
}
|
|
960
|
-
export declare class
|
|
960
|
+
export declare class SwirlIconMenuOutlined {
|
|
961
961
|
protected z: NgZone;
|
|
962
962
|
protected el: HTMLElement;
|
|
963
963
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
964
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
965
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
964
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMenuOutlined, never>;
|
|
965
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMenuOutlined, "swirl-icon-menu-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
966
966
|
}
|
|
967
|
-
export declare interface
|
|
967
|
+
export declare interface SwirlIconMessage extends Components.SwirlIconMessage {
|
|
968
968
|
}
|
|
969
|
-
export declare class
|
|
969
|
+
export declare class SwirlIconMessage {
|
|
970
970
|
protected z: NgZone;
|
|
971
971
|
protected el: HTMLElement;
|
|
972
972
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
973
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
974
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
973
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMessage, never>;
|
|
974
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMessage, "swirl-icon-message", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
975
975
|
}
|
|
976
|
-
export declare interface
|
|
976
|
+
export declare interface SwirlIconMoreHorizontal extends Components.SwirlIconMoreHorizontal {
|
|
977
977
|
}
|
|
978
|
-
export declare class
|
|
978
|
+
export declare class SwirlIconMoreHorizontal {
|
|
979
979
|
protected z: NgZone;
|
|
980
980
|
protected el: HTMLElement;
|
|
981
981
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
982
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
983
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
982
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMoreHorizontal, never>;
|
|
983
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMoreHorizontal, "swirl-icon-more-horizontal", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
984
984
|
}
|
|
985
|
-
export declare interface
|
|
985
|
+
export declare interface SwirlIconMoreVertikal extends Components.SwirlIconMoreVertikal {
|
|
986
986
|
}
|
|
987
|
-
export declare class
|
|
987
|
+
export declare class SwirlIconMoreVertikal {
|
|
988
988
|
protected z: NgZone;
|
|
989
989
|
protected el: HTMLElement;
|
|
990
990
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
991
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
992
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
991
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMoreVertikal, never>;
|
|
992
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMoreVertikal, "swirl-icon-more-vertikal", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
993
993
|
}
|
|
994
|
-
export declare interface
|
|
994
|
+
export declare interface SwirlIconNewsFilled extends Components.SwirlIconNewsFilled {
|
|
995
995
|
}
|
|
996
|
-
export declare class
|
|
996
|
+
export declare class SwirlIconNewsFilled {
|
|
997
997
|
protected z: NgZone;
|
|
998
998
|
protected el: HTMLElement;
|
|
999
999
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1000
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1001
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1000
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNewsFilled, never>;
|
|
1001
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNewsFilled, "swirl-icon-news-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1002
1002
|
}
|
|
1003
|
-
export declare interface
|
|
1003
|
+
export declare interface SwirlIconNewsOutlined extends Components.SwirlIconNewsOutlined {
|
|
1004
1004
|
}
|
|
1005
|
-
export declare class
|
|
1005
|
+
export declare class SwirlIconNewsOutlined {
|
|
1006
1006
|
protected z: NgZone;
|
|
1007
1007
|
protected el: HTMLElement;
|
|
1008
1008
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1009
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1010
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1009
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNewsOutlined, never>;
|
|
1010
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNewsOutlined, "swirl-icon-news-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1011
1011
|
}
|
|
1012
|
-
export declare interface
|
|
1012
|
+
export declare interface SwirlIconNotifications extends Components.SwirlIconNotifications {
|
|
1013
1013
|
}
|
|
1014
|
-
export declare class
|
|
1014
|
+
export declare class SwirlIconNotifications {
|
|
1015
1015
|
protected z: NgZone;
|
|
1016
1016
|
protected el: HTMLElement;
|
|
1017
1017
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1018
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1019
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1018
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNotifications, never>;
|
|
1019
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNotifications, "swirl-icon-notifications", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1020
1020
|
}
|
|
1021
|
-
export declare interface
|
|
1021
|
+
export declare interface SwirlIconNotificationsActive extends Components.SwirlIconNotificationsActive {
|
|
1022
1022
|
}
|
|
1023
|
-
export declare class
|
|
1023
|
+
export declare class SwirlIconNotificationsActive {
|
|
1024
1024
|
protected z: NgZone;
|
|
1025
1025
|
protected el: HTMLElement;
|
|
1026
1026
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1027
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1028
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1027
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNotificationsActive, never>;
|
|
1028
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNotificationsActive, "swirl-icon-notifications-active", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1029
1029
|
}
|
|
1030
|
-
export declare interface
|
|
1030
|
+
export declare interface SwirlIconNotificationsOff extends Components.SwirlIconNotificationsOff {
|
|
1031
1031
|
}
|
|
1032
|
-
export declare class
|
|
1032
|
+
export declare class SwirlIconNotificationsOff {
|
|
1033
1033
|
protected z: NgZone;
|
|
1034
1034
|
protected el: HTMLElement;
|
|
1035
1035
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1036
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1037
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1036
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNotificationsOff, never>;
|
|
1037
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNotificationsOff, "swirl-icon-notifications-off", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1038
1038
|
}
|
|
1039
|
-
export declare interface
|
|
1039
|
+
export declare interface SwirlIconOpenInNew extends Components.SwirlIconOpenInNew {
|
|
1040
1040
|
}
|
|
1041
|
-
export declare class
|
|
1041
|
+
export declare class SwirlIconOpenInNew {
|
|
1042
1042
|
protected z: NgZone;
|
|
1043
1043
|
protected el: HTMLElement;
|
|
1044
1044
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1045
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1046
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1045
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconOpenInNew, never>;
|
|
1046
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconOpenInNew, "swirl-icon-open-in-new", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1047
1047
|
}
|
|
1048
|
-
export declare interface
|
|
1048
|
+
export declare interface SwirlIconPeopleAlt extends Components.SwirlIconPeopleAlt {
|
|
1049
1049
|
}
|
|
1050
|
-
export declare class
|
|
1050
|
+
export declare class SwirlIconPeopleAlt {
|
|
1051
1051
|
protected z: NgZone;
|
|
1052
1052
|
protected el: HTMLElement;
|
|
1053
1053
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1054
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1055
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1054
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPeopleAlt, never>;
|
|
1055
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPeopleAlt, "swirl-icon-people-alt", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1056
1056
|
}
|
|
1057
|
-
export declare interface
|
|
1057
|
+
export declare interface SwirlIconPerson extends Components.SwirlIconPerson {
|
|
1058
1058
|
}
|
|
1059
|
-
export declare class
|
|
1059
|
+
export declare class SwirlIconPerson {
|
|
1060
1060
|
protected z: NgZone;
|
|
1061
1061
|
protected el: HTMLElement;
|
|
1062
1062
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1063
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1064
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1063
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPerson, never>;
|
|
1064
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPerson, "swirl-icon-person", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1065
1065
|
}
|
|
1066
|
-
export declare interface
|
|
1066
|
+
export declare interface SwirlIconPersonOff extends Components.SwirlIconPersonOff {
|
|
1067
1067
|
}
|
|
1068
|
-
export declare class
|
|
1068
|
+
export declare class SwirlIconPersonOff {
|
|
1069
1069
|
protected z: NgZone;
|
|
1070
1070
|
protected el: HTMLElement;
|
|
1071
1071
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1072
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1073
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1072
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPersonOff, never>;
|
|
1073
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPersonOff, "swirl-icon-person-off", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1074
1074
|
}
|
|
1075
|
-
export declare interface
|
|
1075
|
+
export declare interface SwirlIconPhone extends Components.SwirlIconPhone {
|
|
1076
1076
|
}
|
|
1077
|
-
export declare class
|
|
1077
|
+
export declare class SwirlIconPhone {
|
|
1078
1078
|
protected z: NgZone;
|
|
1079
1079
|
protected el: HTMLElement;
|
|
1080
1080
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1081
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1082
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1081
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPhone, never>;
|
|
1082
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPhone, "swirl-icon-phone", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1083
1083
|
}
|
|
1084
|
-
export declare interface
|
|
1084
|
+
export declare interface SwirlIconPoll extends Components.SwirlIconPoll {
|
|
1085
1085
|
}
|
|
1086
|
-
export declare class
|
|
1086
|
+
export declare class SwirlIconPoll {
|
|
1087
1087
|
protected z: NgZone;
|
|
1088
1088
|
protected el: HTMLElement;
|
|
1089
1089
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1090
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1091
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1090
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPoll, never>;
|
|
1091
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPoll, "swirl-icon-poll", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1092
1092
|
}
|
|
1093
|
-
export declare interface
|
|
1093
|
+
export declare interface SwirlIconPrint extends Components.SwirlIconPrint {
|
|
1094
1094
|
}
|
|
1095
|
-
export declare class
|
|
1095
|
+
export declare class SwirlIconPrint {
|
|
1096
1096
|
protected z: NgZone;
|
|
1097
1097
|
protected el: HTMLElement;
|
|
1098
1098
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1099
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1099
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPrint, never>;
|
|
1100
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPrint, "swirl-icon-print", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1101
1101
|
}
|
|
1102
|
-
export declare interface
|
|
1102
|
+
export declare interface SwirlIconRecieved extends Components.SwirlIconRecieved {
|
|
1103
1103
|
}
|
|
1104
|
-
export declare class
|
|
1104
|
+
export declare class SwirlIconRecieved {
|
|
1105
1105
|
protected z: NgZone;
|
|
1106
1106
|
protected el: HTMLElement;
|
|
1107
1107
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1108
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1109
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1108
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconRecieved, never>;
|
|
1109
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconRecieved, "swirl-icon-recieved", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1110
1110
|
}
|
|
1111
|
-
export declare interface
|
|
1111
|
+
export declare interface SwirlIconRemove extends Components.SwirlIconRemove {
|
|
1112
1112
|
}
|
|
1113
|
-
export declare class
|
|
1113
|
+
export declare class SwirlIconRemove {
|
|
1114
1114
|
protected z: NgZone;
|
|
1115
1115
|
protected el: HTMLElement;
|
|
1116
1116
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1117
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1118
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1117
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconRemove, never>;
|
|
1118
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconRemove, "swirl-icon-remove", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1119
1119
|
}
|
|
1120
|
-
export declare interface
|
|
1120
|
+
export declare interface SwirlIconSearch extends Components.SwirlIconSearch {
|
|
1121
1121
|
}
|
|
1122
|
-
export declare class
|
|
1122
|
+
export declare class SwirlIconSearch {
|
|
1123
1123
|
protected z: NgZone;
|
|
1124
1124
|
protected el: HTMLElement;
|
|
1125
1125
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1126
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1127
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1126
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSearch, never>;
|
|
1127
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSearch, "swirl-icon-search", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1128
1128
|
}
|
|
1129
|
-
export declare interface
|
|
1129
|
+
export declare interface SwirlIconSearchStrong extends Components.SwirlIconSearchStrong {
|
|
1130
1130
|
}
|
|
1131
|
-
export declare class
|
|
1131
|
+
export declare class SwirlIconSearchStrong {
|
|
1132
1132
|
protected z: NgZone;
|
|
1133
1133
|
protected el: HTMLElement;
|
|
1134
1134
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1135
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1136
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1135
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSearchStrong, never>;
|
|
1136
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSearchStrong, "swirl-icon-search-strong", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1137
1137
|
}
|
|
1138
|
-
export declare interface
|
|
1138
|
+
export declare interface SwirlIconSend extends Components.SwirlIconSend {
|
|
1139
1139
|
}
|
|
1140
|
-
export declare class
|
|
1140
|
+
export declare class SwirlIconSend {
|
|
1141
1141
|
protected z: NgZone;
|
|
1142
1142
|
protected el: HTMLElement;
|
|
1143
1143
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1144
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1145
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1144
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSend, never>;
|
|
1145
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSend, "swirl-icon-send", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1146
1146
|
}
|
|
1147
|
-
export declare interface
|
|
1147
|
+
export declare interface SwirlIconSettings extends Components.SwirlIconSettings {
|
|
1148
1148
|
}
|
|
1149
|
-
export declare class
|
|
1149
|
+
export declare class SwirlIconSettings {
|
|
1150
1150
|
protected z: NgZone;
|
|
1151
1151
|
protected el: HTMLElement;
|
|
1152
1152
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1153
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1154
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1153
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSettings, never>;
|
|
1154
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSettings, "swirl-icon-settings", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1155
1155
|
}
|
|
1156
|
-
export declare interface
|
|
1156
|
+
export declare interface SwirlIconSync extends Components.SwirlIconSync {
|
|
1157
1157
|
}
|
|
1158
|
-
export declare class
|
|
1158
|
+
export declare class SwirlIconSync {
|
|
1159
1159
|
protected z: NgZone;
|
|
1160
1160
|
protected el: HTMLElement;
|
|
1161
1161
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1162
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1163
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1162
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSync, never>;
|
|
1163
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSync, "swirl-icon-sync", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1164
1164
|
}
|
|
1165
|
-
export declare interface
|
|
1165
|
+
export declare interface SwirlIconTasksFilled extends Components.SwirlIconTasksFilled {
|
|
1166
1166
|
}
|
|
1167
|
-
export declare class
|
|
1167
|
+
export declare class SwirlIconTasksFilled {
|
|
1168
1168
|
protected z: NgZone;
|
|
1169
1169
|
protected el: HTMLElement;
|
|
1170
1170
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1171
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1172
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1171
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconTasksFilled, never>;
|
|
1172
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTasksFilled, "swirl-icon-tasks-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1173
1173
|
}
|
|
1174
|
-
export declare interface
|
|
1174
|
+
export declare interface SwirlIconTasksOutlined extends Components.SwirlIconTasksOutlined {
|
|
1175
1175
|
}
|
|
1176
|
-
export declare class
|
|
1176
|
+
export declare class SwirlIconTasksOutlined {
|
|
1177
1177
|
protected z: NgZone;
|
|
1178
1178
|
protected el: HTMLElement;
|
|
1179
1179
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1180
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1181
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1180
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconTasksOutlined, never>;
|
|
1181
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTasksOutlined, "swirl-icon-tasks-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1182
1182
|
}
|
|
1183
|
-
export declare interface
|
|
1183
|
+
export declare interface SwirlIconTimeFilled extends Components.SwirlIconTimeFilled {
|
|
1184
1184
|
}
|
|
1185
|
-
export declare class
|
|
1185
|
+
export declare class SwirlIconTimeFilled {
|
|
1186
1186
|
protected z: NgZone;
|
|
1187
1187
|
protected el: HTMLElement;
|
|
1188
1188
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1189
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1190
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1189
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconTimeFilled, never>;
|
|
1190
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTimeFilled, "swirl-icon-time-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1191
1191
|
}
|
|
1192
|
-
export declare interface
|
|
1192
|
+
export declare interface SwirlIconTimeOutlined extends Components.SwirlIconTimeOutlined {
|
|
1193
1193
|
}
|
|
1194
|
-
export declare class
|
|
1194
|
+
export declare class SwirlIconTimeOutlined {
|
|
1195
1195
|
protected z: NgZone;
|
|
1196
1196
|
protected el: HTMLElement;
|
|
1197
1197
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1198
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1199
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1198
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconTimeOutlined, never>;
|
|
1199
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTimeOutlined, "swirl-icon-time-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1200
1200
|
}
|
|
1201
|
-
export declare interface
|
|
1201
|
+
export declare interface SwirlIconToday extends Components.SwirlIconToday {
|
|
1202
1202
|
}
|
|
1203
|
-
export declare class
|
|
1203
|
+
export declare class SwirlIconToday {
|
|
1204
1204
|
protected z: NgZone;
|
|
1205
1205
|
protected el: HTMLElement;
|
|
1206
1206
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1207
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1208
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1207
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconToday, never>;
|
|
1208
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconToday, "swirl-icon-today", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1209
1209
|
}
|
|
1210
|
-
export declare interface
|
|
1210
|
+
export declare interface SwirlIconUserAssign extends Components.SwirlIconUserAssign {
|
|
1211
1211
|
}
|
|
1212
|
-
export declare class
|
|
1212
|
+
export declare class SwirlIconUserAssign {
|
|
1213
1213
|
protected z: NgZone;
|
|
1214
1214
|
protected el: HTMLElement;
|
|
1215
1215
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1216
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1217
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1216
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconUserAssign, never>;
|
|
1217
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconUserAssign, "swirl-icon-user-assign", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1218
1218
|
}
|
|
1219
|
-
export declare interface
|
|
1219
|
+
export declare interface SwirlIconVideoCamera extends Components.SwirlIconVideoCamera {
|
|
1220
1220
|
}
|
|
1221
|
-
export declare class
|
|
1221
|
+
export declare class SwirlIconVideoCamera {
|
|
1222
1222
|
protected z: NgZone;
|
|
1223
1223
|
protected el: HTMLElement;
|
|
1224
1224
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1225
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1226
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1225
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconVideoCamera, never>;
|
|
1226
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconVideoCamera, "swirl-icon-video-camera", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1227
1227
|
}
|
|
1228
|
-
export declare interface
|
|
1228
|
+
export declare interface SwirlIconVisibility extends Components.SwirlIconVisibility {
|
|
1229
1229
|
}
|
|
1230
|
-
export declare class
|
|
1230
|
+
export declare class SwirlIconVisibility {
|
|
1231
1231
|
protected z: NgZone;
|
|
1232
1232
|
protected el: HTMLElement;
|
|
1233
1233
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1234
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1235
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1234
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconVisibility, never>;
|
|
1235
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconVisibility, "swirl-icon-visibility", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1236
1236
|
}
|
|
1237
|
-
export declare interface
|
|
1237
|
+
export declare interface SwirlIconVisibilityOff extends Components.SwirlIconVisibilityOff {
|
|
1238
|
+
}
|
|
1239
|
+
export declare class SwirlIconVisibilityOff {
|
|
1240
|
+
protected z: NgZone;
|
|
1241
|
+
protected el: HTMLElement;
|
|
1242
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1243
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconVisibilityOff, never>;
|
|
1244
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconVisibilityOff, "swirl-icon-visibility-off", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1245
|
+
}
|
|
1246
|
+
export declare interface SwirlIconWarning extends Components.SwirlIconWarning {
|
|
1247
|
+
}
|
|
1248
|
+
export declare class SwirlIconWarning {
|
|
1249
|
+
protected z: NgZone;
|
|
1250
|
+
protected el: HTMLElement;
|
|
1251
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1252
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconWarning, never>;
|
|
1253
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconWarning, "swirl-icon-warning", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
1254
|
+
}
|
|
1255
|
+
export declare interface SwirlInlineError extends Components.SwirlInlineError {
|
|
1256
|
+
}
|
|
1257
|
+
export declare class SwirlInlineError {
|
|
1258
|
+
protected z: NgZone;
|
|
1259
|
+
protected el: HTMLElement;
|
|
1260
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1261
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlInlineError, never>;
|
|
1262
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlInlineError, "swirl-inline-error", never, { "message": "message"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1263
|
+
}
|
|
1264
|
+
export declare interface SwirlLightbox extends Components.SwirlLightbox {
|
|
1265
|
+
}
|
|
1266
|
+
export declare class SwirlLightbox {
|
|
1267
|
+
protected z: NgZone;
|
|
1268
|
+
protected el: HTMLElement;
|
|
1269
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1270
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlLightbox, never>;
|
|
1271
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlLightbox, "swirl-lightbox", never, { "closeButtonLabel": "closeButtonLabel"; "downloadButtonLabel": "downloadButtonLabel"; "label": "label"; "nextSlideButtonLabel": "nextSlideButtonLabel"; "previousSlideButtonLabel": "previousSlideButtonLabel"; }, {}, never, ["*"], false>;
|
|
1272
|
+
}
|
|
1273
|
+
export declare interface SwirlLink extends Components.SwirlLink {
|
|
1274
|
+
}
|
|
1275
|
+
export declare class SwirlLink {
|
|
1276
|
+
protected z: NgZone;
|
|
1277
|
+
protected el: HTMLElement;
|
|
1278
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1279
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlLink, never>;
|
|
1280
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlLink, "swirl-link", never, { "href": "href"; "label": "label"; "target": "target"; }, {}, never, ["*"], false>;
|
|
1281
|
+
}
|
|
1282
|
+
export declare interface SwirlList extends Components.SwirlList {
|
|
1283
|
+
}
|
|
1284
|
+
export declare class SwirlList {
|
|
1285
|
+
protected z: NgZone;
|
|
1286
|
+
protected el: HTMLElement;
|
|
1287
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1288
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlList, never>;
|
|
1289
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlList, "swirl-list", never, {}, {}, never, ["*"], false>;
|
|
1290
|
+
}
|
|
1291
|
+
export declare interface SwirlModal extends Components.SwirlModal {
|
|
1238
1292
|
/**
|
|
1239
1293
|
*
|
|
1240
1294
|
*/
|
|
@@ -1252,67 +1306,78 @@ export declare interface FlipModal extends Components.FlipModal {
|
|
|
1252
1306
|
*/
|
|
1253
1307
|
secondaryAction: EventEmitter<CustomEvent<MouseEvent>>;
|
|
1254
1308
|
}
|
|
1255
|
-
export declare class
|
|
1309
|
+
export declare class SwirlModal {
|
|
1256
1310
|
protected z: NgZone;
|
|
1257
1311
|
protected el: HTMLElement;
|
|
1258
1312
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1259
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1260
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1313
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlModal, never>;
|
|
1314
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlModal, "swirl-modal", never, { "closeButtonLabel": "closeButtonLabel"; "label": "label"; "primaryActionLabel": "primaryActionLabel"; "secondaryActionLabel": "secondaryActionLabel"; }, {}, never, ["*"], false>;
|
|
1261
1315
|
}
|
|
1262
|
-
export declare interface
|
|
1316
|
+
export declare interface SwirlOptionList extends Components.SwirlOptionList {
|
|
1317
|
+
/**
|
|
1318
|
+
*
|
|
1319
|
+
*/
|
|
1320
|
+
itemDrop: EventEmitter<CustomEvent<{
|
|
1321
|
+
oldIndex: number;
|
|
1322
|
+
newIndex: number;
|
|
1323
|
+
}>>;
|
|
1263
1324
|
/**
|
|
1264
1325
|
*
|
|
1265
1326
|
*/
|
|
1266
1327
|
valueChange: EventEmitter<CustomEvent<string[]>>;
|
|
1267
1328
|
}
|
|
1268
|
-
export declare class
|
|
1329
|
+
export declare class SwirlOptionList {
|
|
1269
1330
|
protected z: NgZone;
|
|
1270
1331
|
protected el: HTMLElement;
|
|
1271
1332
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1272
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1273
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1333
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlOptionList, never>;
|
|
1334
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlOptionList, "swirl-option-list", never, { "allowDrag": "allowDrag"; "assistiveTextItemGrabbed": "assistiveTextItemGrabbed"; "assistiveTextItemMoved": "assistiveTextItemMoved"; "assistiveTextItemMoving": "assistiveTextItemMoving"; "disabled": "disabled"; "label": "label"; "multiSelect": "multiSelect"; "optionListId": "optionListId"; "value": "value"; }, {}, never, ["*"], false>;
|
|
1274
1335
|
}
|
|
1275
|
-
export declare interface
|
|
1336
|
+
export declare interface SwirlOptionListItem extends Components.SwirlOptionListItem {
|
|
1337
|
+
/**
|
|
1338
|
+
*
|
|
1339
|
+
*/
|
|
1340
|
+
toggleDrag: EventEmitter<CustomEvent<HTMLSwirlOptionListItemElement>>;
|
|
1276
1341
|
}
|
|
1277
|
-
export declare class
|
|
1342
|
+
export declare class SwirlOptionListItem {
|
|
1278
1343
|
protected z: NgZone;
|
|
1279
1344
|
protected el: HTMLElement;
|
|
1280
1345
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1281
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1282
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1346
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlOptionListItem, never>;
|
|
1347
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlOptionListItem, "swirl-option-list-item", never, { "allowDrag": "allowDrag"; "context": "context"; "disabled": "disabled"; "dragHandleDescription": "dragHandleDescription"; "dragHandleLabel": "dragHandleLabel"; "dragging": "dragging"; "icon": "icon"; "label": "label"; "selected": "selected"; "value": "value"; }, {}, never, ["*"], false>;
|
|
1283
1348
|
}
|
|
1284
|
-
export declare interface
|
|
1349
|
+
export declare interface SwirlOptionListSection extends Components.SwirlOptionListSection {
|
|
1285
1350
|
}
|
|
1286
|
-
export declare class
|
|
1351
|
+
export declare class SwirlOptionListSection {
|
|
1287
1352
|
protected z: NgZone;
|
|
1288
1353
|
protected el: HTMLElement;
|
|
1289
1354
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1290
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1291
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1355
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlOptionListSection, never>;
|
|
1356
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlOptionListSection, "swirl-option-list-section", never, { "label": "label"; }, {}, never, ["*"], false>;
|
|
1292
1357
|
}
|
|
1293
|
-
export declare interface
|
|
1358
|
+
export declare interface SwirlPagination extends Components.SwirlPagination {
|
|
1294
1359
|
/**
|
|
1295
1360
|
*
|
|
1296
1361
|
*/
|
|
1297
1362
|
setPage: EventEmitter<CustomEvent<number>>;
|
|
1298
1363
|
}
|
|
1299
|
-
export declare class
|
|
1364
|
+
export declare class SwirlPagination {
|
|
1300
1365
|
protected z: NgZone;
|
|
1301
1366
|
protected el: HTMLElement;
|
|
1302
1367
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1303
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1304
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1368
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlPagination, never>;
|
|
1369
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPagination, "swirl-pagination", never, { "accessibleNextButtonLabel": "accessibleNextButtonLabel"; "accessiblePrevButtonLabel": "accessiblePrevButtonLabel"; "label": "label"; "nextButtonLabel": "nextButtonLabel"; "page": "page"; "pageLabel": "pageLabel"; "pageSelectLabel": "pageSelectLabel"; "pages": "pages"; "prevButtonLabel": "prevButtonLabel"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
1305
1370
|
}
|
|
1306
|
-
export declare interface
|
|
1371
|
+
export declare interface SwirlPdfReader extends Components.SwirlPdfReader {
|
|
1307
1372
|
}
|
|
1308
|
-
export declare class
|
|
1373
|
+
export declare class SwirlPdfReader {
|
|
1309
1374
|
protected z: NgZone;
|
|
1310
1375
|
protected el: HTMLElement;
|
|
1311
1376
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1312
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1313
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1377
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlPdfReader, never>;
|
|
1378
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPdfReader, "swirl-pdf-reader", never, { "autoZoomLabel": "autoZoomLabel"; "closeButtonLabel": "closeButtonLabel"; "downloadButtonLabel": "downloadButtonLabel"; "file": "file"; "label": "label"; "printButtonLabel": "printButtonLabel"; "zoomInButtonLabel": "zoomInButtonLabel"; "zoomOutButtonLabel": "zoomOutButtonLabel"; "zoomSelectLabel": "zoomSelectLabel"; }, {}, never, ["*"], false>;
|
|
1314
1379
|
}
|
|
1315
|
-
export declare interface
|
|
1380
|
+
export declare interface SwirlPopover extends Components.SwirlPopover {
|
|
1316
1381
|
/**
|
|
1317
1382
|
*
|
|
1318
1383
|
*/
|
|
@@ -1322,84 +1387,84 @@ export declare interface FlipPopover extends Components.FlipPopover {
|
|
|
1322
1387
|
*/
|
|
1323
1388
|
popoverOpen: EventEmitter<CustomEvent<void>>;
|
|
1324
1389
|
}
|
|
1325
|
-
export declare class
|
|
1390
|
+
export declare class SwirlPopover {
|
|
1326
1391
|
protected z: NgZone;
|
|
1327
1392
|
protected el: HTMLElement;
|
|
1328
1393
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1329
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1330
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1394
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlPopover, never>;
|
|
1395
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPopover, "swirl-popover", never, { "animation": "animation"; "enableFlip": "enableFlip"; "label": "label"; "offset": "offset"; "placement": "placement"; "popoverId": "popoverId"; "trigger": "trigger"; "useContainerWidth": "useContainerWidth"; }, {}, never, ["*"], false>;
|
|
1331
1396
|
}
|
|
1332
|
-
export declare interface
|
|
1397
|
+
export declare interface SwirlProgressIndicator extends Components.SwirlProgressIndicator {
|
|
1333
1398
|
}
|
|
1334
|
-
export declare class
|
|
1399
|
+
export declare class SwirlProgressIndicator {
|
|
1335
1400
|
protected z: NgZone;
|
|
1336
1401
|
protected el: HTMLElement;
|
|
1337
1402
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1338
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1339
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1403
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlProgressIndicator, never>;
|
|
1404
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlProgressIndicator, "swirl-progress-indicator", never, { "label": "label"; "size": "size"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
1340
1405
|
}
|
|
1341
|
-
export declare interface
|
|
1406
|
+
export declare interface SwirlRadio extends Components.SwirlRadio {
|
|
1342
1407
|
/**
|
|
1343
1408
|
*
|
|
1344
1409
|
*/
|
|
1345
1410
|
valueChange: EventEmitter<CustomEvent<string>>;
|
|
1346
1411
|
}
|
|
1347
|
-
export declare class
|
|
1412
|
+
export declare class SwirlRadio {
|
|
1348
1413
|
protected z: NgZone;
|
|
1349
1414
|
protected el: HTMLElement;
|
|
1350
1415
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1351
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1352
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1416
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlRadio, never>;
|
|
1417
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlRadio, "swirl-radio", never, { "checked": "checked"; "description": "description"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "invalid": "invalid"; "label": "label"; "value": "value"; }, {}, never, ["*"], false>;
|
|
1353
1418
|
}
|
|
1354
|
-
export declare interface
|
|
1419
|
+
export declare interface SwirlRadioGroup extends Components.SwirlRadioGroup {
|
|
1355
1420
|
/**
|
|
1356
1421
|
*
|
|
1357
1422
|
*/
|
|
1358
1423
|
valueChange: EventEmitter<CustomEvent<string>>;
|
|
1359
1424
|
}
|
|
1360
|
-
export declare class
|
|
1425
|
+
export declare class SwirlRadioGroup {
|
|
1361
1426
|
protected z: NgZone;
|
|
1362
1427
|
protected el: HTMLElement;
|
|
1363
1428
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1364
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1365
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1429
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlRadioGroup, never>;
|
|
1430
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlRadioGroup, "swirl-radio-group", never, { "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
|
|
1366
1431
|
}
|
|
1367
|
-
export declare interface
|
|
1432
|
+
export declare interface SwirlResourceList extends Components.SwirlResourceList {
|
|
1368
1433
|
}
|
|
1369
|
-
export declare class
|
|
1434
|
+
export declare class SwirlResourceList {
|
|
1370
1435
|
protected z: NgZone;
|
|
1371
1436
|
protected el: HTMLElement;
|
|
1372
1437
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1373
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1374
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1438
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlResourceList, never>;
|
|
1439
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlResourceList, "swirl-resource-list", never, { "label": "label"; }, {}, never, ["*"], false>;
|
|
1375
1440
|
}
|
|
1376
|
-
export declare interface
|
|
1441
|
+
export declare interface SwirlResourceListFileItem extends Components.SwirlResourceListFileItem {
|
|
1377
1442
|
/**
|
|
1378
1443
|
*
|
|
1379
1444
|
*/
|
|
1380
1445
|
remove: EventEmitter<CustomEvent<MouseEvent>>;
|
|
1381
1446
|
}
|
|
1382
|
-
export declare class
|
|
1447
|
+
export declare class SwirlResourceListFileItem {
|
|
1383
1448
|
protected z: NgZone;
|
|
1384
1449
|
protected el: HTMLElement;
|
|
1385
1450
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1386
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1387
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1451
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlResourceListFileItem, never>;
|
|
1452
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlResourceListFileItem, "swirl-resource-list-file-item", never, { "description": "description"; "errorMessage": "errorMessage"; "icon": "icon"; "label": "label"; "loading": "loading"; "removable": "removable"; "removeButtonLabel": "removeButtonLabel"; }, {}, never, ["*"], false>;
|
|
1388
1453
|
}
|
|
1389
|
-
export declare interface
|
|
1454
|
+
export declare interface SwirlResourceListItem extends Components.SwirlResourceListItem {
|
|
1390
1455
|
/**
|
|
1391
1456
|
*
|
|
1392
1457
|
*/
|
|
1393
1458
|
valueChange: EventEmitter<CustomEvent<boolean>>;
|
|
1394
1459
|
}
|
|
1395
|
-
export declare class
|
|
1460
|
+
export declare class SwirlResourceListItem {
|
|
1396
1461
|
protected z: NgZone;
|
|
1397
1462
|
protected el: HTMLElement;
|
|
1398
1463
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1399
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1400
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1464
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlResourceListItem, never>;
|
|
1465
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlResourceListItem, "swirl-resource-list-item", never, { "checked": "checked"; "description": "description"; "disabled": "disabled"; "hideDivider": "hideDivider"; "href": "href"; "label": "label"; "media": "media"; "menuTriggerId": "menuTriggerId"; "menuTriggerLabel": "menuTriggerLabel"; "meta": "meta"; "selectable": "selectable"; "value": "value"; }, {}, never, ["*"], false>;
|
|
1401
1466
|
}
|
|
1402
|
-
export declare interface
|
|
1467
|
+
export declare interface SwirlSearch extends Components.SwirlSearch {
|
|
1403
1468
|
/**
|
|
1404
1469
|
*
|
|
1405
1470
|
*/
|
|
@@ -1413,102 +1478,156 @@ export declare interface FlipSearch extends Components.FlipSearch {
|
|
|
1413
1478
|
*/
|
|
1414
1479
|
valueChange: EventEmitter<CustomEvent<string>>;
|
|
1415
1480
|
}
|
|
1416
|
-
export declare class
|
|
1481
|
+
export declare class SwirlSearch {
|
|
1417
1482
|
protected z: NgZone;
|
|
1418
1483
|
protected el: HTMLElement;
|
|
1419
1484
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1420
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1421
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1485
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSearch, never>;
|
|
1486
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSearch, "swirl-search", never, { "autoFocus": "autoFocus"; "clearButtonLabel": "clearButtonLabel"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "label": "label"; "placeholder": "placeholder"; "value": "value"; }, {}, never, ["*"], false>;
|
|
1422
1487
|
}
|
|
1423
|
-
export declare interface
|
|
1488
|
+
export declare interface SwirlSelect extends Components.SwirlSelect {
|
|
1424
1489
|
/**
|
|
1425
1490
|
*
|
|
1426
1491
|
*/
|
|
1427
1492
|
valueChange: EventEmitter<CustomEvent<string[]>>;
|
|
1428
1493
|
}
|
|
1429
|
-
export declare class
|
|
1494
|
+
export declare class SwirlSelect {
|
|
1430
1495
|
protected z: NgZone;
|
|
1431
1496
|
protected el: HTMLElement;
|
|
1432
1497
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1433
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1434
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1498
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSelect, never>;
|
|
1499
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSelect, "swirl-select", never, { "disabled": "disabled"; "inline": "inline"; "invalid": "invalid"; "label": "label"; "multiSelect": "multiSelect"; "required": "required"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
|
|
1435
1500
|
}
|
|
1436
|
-
export declare interface
|
|
1501
|
+
export declare interface SwirlSeparator extends Components.SwirlSeparator {
|
|
1437
1502
|
}
|
|
1438
|
-
export declare class
|
|
1503
|
+
export declare class SwirlSeparator {
|
|
1439
1504
|
protected z: NgZone;
|
|
1440
1505
|
protected el: HTMLElement;
|
|
1441
1506
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1442
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1443
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1507
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSeparator, never>;
|
|
1508
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSeparator, "swirl-separator", never, {}, {}, never, ["*"], false>;
|
|
1444
1509
|
}
|
|
1445
|
-
export declare interface
|
|
1510
|
+
export declare interface SwirlSpinner extends Components.SwirlSpinner {
|
|
1446
1511
|
}
|
|
1447
|
-
export declare class
|
|
1512
|
+
export declare class SwirlSpinner {
|
|
1448
1513
|
protected z: NgZone;
|
|
1449
1514
|
protected el: HTMLElement;
|
|
1450
1515
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1451
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1452
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1516
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSpinner, never>;
|
|
1517
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSpinner, "swirl-spinner", never, { "label": "label"; "size": "size"; }, {}, never, ["*"], false>;
|
|
1453
1518
|
}
|
|
1454
|
-
export declare interface
|
|
1519
|
+
export declare interface SwirlStack extends Components.SwirlStack {
|
|
1520
|
+
}
|
|
1521
|
+
export declare class SwirlStack {
|
|
1522
|
+
protected z: NgZone;
|
|
1523
|
+
protected el: HTMLElement;
|
|
1524
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1525
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlStack, never>;
|
|
1526
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlStack, "swirl-stack", never, { "align": "align"; "as": "as"; "justify": "justify"; "orientation": "orientation"; "spacing": "spacing"; "wrap": "wrap"; }, {}, never, ["*"], false>;
|
|
1527
|
+
}
|
|
1528
|
+
export declare interface SwirlSwitch extends Components.SwirlSwitch {
|
|
1455
1529
|
/**
|
|
1456
1530
|
*
|
|
1457
1531
|
*/
|
|
1458
1532
|
valueChange: EventEmitter<CustomEvent<boolean>>;
|
|
1459
1533
|
}
|
|
1460
|
-
export declare class
|
|
1534
|
+
export declare class SwirlSwitch {
|
|
1535
|
+
protected z: NgZone;
|
|
1536
|
+
protected el: HTMLElement;
|
|
1537
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1538
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSwitch, never>;
|
|
1539
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSwitch, "swirl-switch", never, { "checked": "checked"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "label": "label"; "size": "size"; "value": "value"; }, {}, never, ["*"], false>;
|
|
1540
|
+
}
|
|
1541
|
+
export declare interface SwirlTab extends Components.SwirlTab {
|
|
1542
|
+
}
|
|
1543
|
+
export declare class SwirlTab {
|
|
1544
|
+
protected z: NgZone;
|
|
1545
|
+
protected el: HTMLElement;
|
|
1546
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1547
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTab, never>;
|
|
1548
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTab, "swirl-tab", never, { "active": "active"; "label": "label"; "tabId": "tabId"; }, {}, never, ["*"], false>;
|
|
1549
|
+
}
|
|
1550
|
+
export declare interface SwirlTable extends Components.SwirlTable {
|
|
1551
|
+
}
|
|
1552
|
+
export declare class SwirlTable {
|
|
1553
|
+
protected z: NgZone;
|
|
1554
|
+
protected el: HTMLElement;
|
|
1555
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1556
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTable, never>;
|
|
1557
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTable, "swirl-table", never, { "caption": "caption"; "emptyStateLabel": "emptyStateLabel"; "label": "label"; }, {}, never, ["*"], false>;
|
|
1558
|
+
}
|
|
1559
|
+
export declare interface SwirlTableCell extends Components.SwirlTableCell {
|
|
1560
|
+
}
|
|
1561
|
+
export declare class SwirlTableCell {
|
|
1562
|
+
protected z: NgZone;
|
|
1563
|
+
protected el: HTMLElement;
|
|
1564
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1565
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTableCell, never>;
|
|
1566
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableCell, "swirl-table-cell", never, {}, {}, never, ["*"], false>;
|
|
1567
|
+
}
|
|
1568
|
+
export declare interface SwirlTableColumn extends Components.SwirlTableColumn {
|
|
1569
|
+
}
|
|
1570
|
+
export declare class SwirlTableColumn {
|
|
1571
|
+
protected z: NgZone;
|
|
1572
|
+
protected el: HTMLElement;
|
|
1573
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1574
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTableColumn, never>;
|
|
1575
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableColumn, "swirl-table-column", never, { "maxWidth": "maxWidth"; "minWidth": "minWidth"; "sort": "sort"; "sortable": "sortable"; "sticky": "sticky"; "width": "width"; }, {}, never, ["*"], false>;
|
|
1576
|
+
}
|
|
1577
|
+
export declare interface SwirlTableRow extends Components.SwirlTableRow {
|
|
1578
|
+
}
|
|
1579
|
+
export declare class SwirlTableRow {
|
|
1461
1580
|
protected z: NgZone;
|
|
1462
1581
|
protected el: HTMLElement;
|
|
1463
1582
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1464
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1465
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1583
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTableRow, never>;
|
|
1584
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableRow, "swirl-table-row", never, { "highlighted": "highlighted"; "index": "index"; }, {}, never, ["*"], false>;
|
|
1466
1585
|
}
|
|
1467
|
-
export declare interface
|
|
1586
|
+
export declare interface SwirlTableRowGroup extends Components.SwirlTableRowGroup {
|
|
1468
1587
|
}
|
|
1469
|
-
export declare class
|
|
1588
|
+
export declare class SwirlTableRowGroup {
|
|
1470
1589
|
protected z: NgZone;
|
|
1471
1590
|
protected el: HTMLElement;
|
|
1472
1591
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1473
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1474
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1592
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTableRowGroup, never>;
|
|
1593
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableRowGroup, "swirl-table-row-group", never, { "label": "label"; }, {}, never, ["*"], false>;
|
|
1475
1594
|
}
|
|
1476
|
-
export declare interface
|
|
1595
|
+
export declare interface SwirlTabs extends Components.SwirlTabs {
|
|
1477
1596
|
/**
|
|
1478
1597
|
*
|
|
1479
1598
|
*/
|
|
1480
|
-
tabActivated: EventEmitter<CustomEvent<
|
|
1599
|
+
tabActivated: EventEmitter<CustomEvent<HTMLSwirlTabElement>>;
|
|
1481
1600
|
}
|
|
1482
|
-
export declare class
|
|
1601
|
+
export declare class SwirlTabs {
|
|
1483
1602
|
protected z: NgZone;
|
|
1484
1603
|
protected el: HTMLElement;
|
|
1485
1604
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1486
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1487
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1605
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTabs, never>;
|
|
1606
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTabs, "swirl-tabs", never, { "initialTab": "initialTab"; "label": "label"; }, {}, never, ["*"], false>;
|
|
1488
1607
|
}
|
|
1489
|
-
export declare interface
|
|
1608
|
+
export declare interface SwirlTag extends Components.SwirlTag {
|
|
1490
1609
|
/**
|
|
1491
1610
|
*
|
|
1492
1611
|
*/
|
|
1493
1612
|
remove: EventEmitter<CustomEvent<MouseEvent>>;
|
|
1494
1613
|
}
|
|
1495
|
-
export declare class
|
|
1614
|
+
export declare class SwirlTag {
|
|
1496
1615
|
protected z: NgZone;
|
|
1497
1616
|
protected el: HTMLElement;
|
|
1498
1617
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1499
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1500
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1618
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTag, never>;
|
|
1619
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTag, "swirl-tag", never, { "intent": "intent"; "label": "label"; "removable": "removable"; "removalButtonLabel": "removalButtonLabel"; }, {}, never, ["*"], false>;
|
|
1501
1620
|
}
|
|
1502
|
-
export declare interface
|
|
1621
|
+
export declare interface SwirlText extends Components.SwirlText {
|
|
1503
1622
|
}
|
|
1504
|
-
export declare class
|
|
1623
|
+
export declare class SwirlText {
|
|
1505
1624
|
protected z: NgZone;
|
|
1506
1625
|
protected el: HTMLElement;
|
|
1507
1626
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1508
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1509
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1627
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlText, never>;
|
|
1628
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlText, "swirl-text", never, { "align": "align"; "as": "as"; "balance": "balance"; "color": "color"; "fontStyle": "fontStyle"; "size": "size"; "truncate": "truncate"; "weight": "weight"; }, {}, never, ["*"], false>;
|
|
1510
1629
|
}
|
|
1511
|
-
export declare interface
|
|
1630
|
+
export declare interface SwirlTextInput extends Components.SwirlTextInput {
|
|
1512
1631
|
/**
|
|
1513
1632
|
*
|
|
1514
1633
|
*/
|
|
@@ -1522,90 +1641,90 @@ export declare interface FlipTextInput extends Components.FlipTextInput {
|
|
|
1522
1641
|
*/
|
|
1523
1642
|
valueChange: EventEmitter<CustomEvent<string>>;
|
|
1524
1643
|
}
|
|
1525
|
-
export declare class
|
|
1644
|
+
export declare class SwirlTextInput {
|
|
1526
1645
|
protected z: NgZone;
|
|
1527
1646
|
protected el: HTMLElement;
|
|
1528
1647
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1529
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1530
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1648
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTextInput, never>;
|
|
1649
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTextInput, "swirl-text-input", never, { "autoComplete": "autoComplete"; "autoFocus": "autoFocus"; "autoSelect": "autoSelect"; "clearButtonLabel": "clearButtonLabel"; "clearable": "clearable"; "disableDynamicWidth": "disableDynamicWidth"; "disabled": "disabled"; "inline": "inline"; "invalid": "invalid"; "max": "max"; "maxLength": "maxLength"; "min": "min"; "mode": "mode"; "passwordToggleLabel": "passwordToggleLabel"; "prefixLabel": "prefixLabel"; "required": "required"; "rows": "rows"; "showCharacterCounter": "showCharacterCounter"; "spellCheck": "spellCheck"; "step": "step"; "suffixLabel": "suffixLabel"; "swirlAriaAutocomplete": "swirlAriaAutocomplete"; "swirlAriaControls": "swirlAriaControls"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "swirlAriaExpanded": "swirlAriaExpanded"; "swirlRole": "swirlRole"; "type": "type"; "value": "value"; }, {}, never, ["*"], false>;
|
|
1531
1650
|
}
|
|
1532
|
-
export declare interface
|
|
1651
|
+
export declare interface SwirlThemeProvider extends Components.SwirlThemeProvider {
|
|
1533
1652
|
/**
|
|
1534
1653
|
*
|
|
1535
1654
|
*/
|
|
1536
|
-
themeChange: EventEmitter<CustomEvent<
|
|
1655
|
+
themeChange: EventEmitter<CustomEvent<ISwirlThemeProviderSwirlThemeChangeEventData>>;
|
|
1537
1656
|
}
|
|
1538
|
-
export declare class
|
|
1657
|
+
export declare class SwirlThemeProvider {
|
|
1539
1658
|
protected z: NgZone;
|
|
1540
1659
|
protected el: HTMLElement;
|
|
1541
1660
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1542
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1543
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1661
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlThemeProvider, never>;
|
|
1662
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlThemeProvider, "swirl-theme-provider", never, { "config": "config"; }, {}, never, ["*"], false>;
|
|
1544
1663
|
}
|
|
1545
|
-
export declare interface
|
|
1664
|
+
export declare interface SwirlThumbnail extends Components.SwirlThumbnail {
|
|
1546
1665
|
}
|
|
1547
|
-
export declare class
|
|
1666
|
+
export declare class SwirlThumbnail {
|
|
1548
1667
|
protected z: NgZone;
|
|
1549
1668
|
protected el: HTMLElement;
|
|
1550
1669
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1551
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1552
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1670
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlThumbnail, never>;
|
|
1671
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlThumbnail, "swirl-thumbnail", never, { "alt": "alt"; "format": "format"; "size": "size"; "src": "src"; }, {}, never, ["*"], false>;
|
|
1553
1672
|
}
|
|
1554
|
-
export declare interface
|
|
1673
|
+
export declare interface SwirlToast extends Components.SwirlToast {
|
|
1555
1674
|
/**
|
|
1556
1675
|
*
|
|
1557
1676
|
*/
|
|
1558
1677
|
dismiss: EventEmitter<CustomEvent<string>>;
|
|
1559
1678
|
}
|
|
1560
|
-
export declare class
|
|
1679
|
+
export declare class SwirlToast {
|
|
1561
1680
|
protected z: NgZone;
|
|
1562
1681
|
protected el: HTMLElement;
|
|
1563
1682
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1564
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1565
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1683
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlToast, never>;
|
|
1684
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlToast, "swirl-toast", never, { "accessibleDismissLabel": "accessibleDismissLabel"; "content": "content"; "dismissLabel": "dismissLabel"; "duration": "duration"; "icon": "icon"; "intent": "intent"; "toastId": "toastId"; }, {}, never, ["*"], false>;
|
|
1566
1685
|
}
|
|
1567
|
-
export declare interface
|
|
1686
|
+
export declare interface SwirlToastProvider extends Components.SwirlToastProvider {
|
|
1568
1687
|
}
|
|
1569
|
-
export declare class
|
|
1688
|
+
export declare class SwirlToastProvider {
|
|
1570
1689
|
protected z: NgZone;
|
|
1571
1690
|
protected el: HTMLElement;
|
|
1572
1691
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1573
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1574
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1692
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlToastProvider, never>;
|
|
1693
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlToastProvider, "swirl-toast-provider", never, { "globalDuration": "globalDuration"; }, {}, never, ["*"], false>;
|
|
1575
1694
|
}
|
|
1576
|
-
export declare interface
|
|
1695
|
+
export declare interface SwirlTooltip extends Components.SwirlTooltip {
|
|
1577
1696
|
}
|
|
1578
|
-
export declare class
|
|
1697
|
+
export declare class SwirlTooltip {
|
|
1579
1698
|
protected z: NgZone;
|
|
1580
1699
|
protected el: HTMLElement;
|
|
1581
1700
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1582
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1583
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1701
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTooltip, never>;
|
|
1702
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTooltip, "swirl-tooltip", never, { "content": "content"; "delay": "delay"; "position": "position"; }, {}, never, ["*"], false>;
|
|
1584
1703
|
}
|
|
1585
|
-
export declare interface
|
|
1704
|
+
export declare interface SwirlTreeNavigationItem extends Components.SwirlTreeNavigationItem {
|
|
1586
1705
|
}
|
|
1587
|
-
export declare class
|
|
1706
|
+
export declare class SwirlTreeNavigationItem {
|
|
1588
1707
|
protected z: NgZone;
|
|
1589
1708
|
protected el: HTMLElement;
|
|
1590
1709
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1591
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1592
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1710
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTreeNavigationItem, never>;
|
|
1711
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTreeNavigationItem, "swirl-tree-navigation-item", never, { "active": "active"; "icon": "icon"; "label": "label"; }, {}, never, ["*"], false>;
|
|
1593
1712
|
}
|
|
1594
|
-
export declare interface
|
|
1713
|
+
export declare interface SwirlVideoThumbnail extends Components.SwirlVideoThumbnail {
|
|
1595
1714
|
}
|
|
1596
|
-
export declare class
|
|
1715
|
+
export declare class SwirlVideoThumbnail {
|
|
1597
1716
|
protected z: NgZone;
|
|
1598
1717
|
protected el: HTMLElement;
|
|
1599
1718
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1600
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1601
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1719
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlVideoThumbnail, never>;
|
|
1720
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlVideoThumbnail, "swirl-video-thumbnail", never, { "duration": "duration"; "durationLabel": "durationLabel"; "label": "label"; "src": "src"; }, {}, never, ["*"], false>;
|
|
1602
1721
|
}
|
|
1603
|
-
export declare interface
|
|
1722
|
+
export declare interface SwirlVisuallyHidden extends Components.SwirlVisuallyHidden {
|
|
1604
1723
|
}
|
|
1605
|
-
export declare class
|
|
1724
|
+
export declare class SwirlVisuallyHidden {
|
|
1606
1725
|
protected z: NgZone;
|
|
1607
1726
|
protected el: HTMLElement;
|
|
1608
1727
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1609
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1610
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1728
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlVisuallyHidden, never>;
|
|
1729
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlVisuallyHidden, "swirl-visually-hidden", never, {}, {}, never, ["*"], false>;
|
|
1611
1730
|
}
|