@getflip/swirl-components-angular 0.9.0 → 0.11.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.
Files changed (24) hide show
  1. package/.turbo/turbo-build.log +2 -2
  2. package/CHANGELOG.md +59 -0
  3. package/dist/component-library/esm2020/lib/component-library.module.mjs +3 -3
  4. package/dist/component-library/esm2020/lib/stencil-generated/boolean-value-accessor.mjs +3 -3
  5. package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +1714 -1193
  6. package/dist/component-library/esm2020/lib/stencil-generated/index.mjs +169 -148
  7. package/dist/component-library/esm2020/lib/stencil-generated/select-value-accessor.mjs +3 -3
  8. package/dist/component-library/esm2020/lib/stencil-generated/text-value-accessor.mjs +3 -3
  9. package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +1722 -1201
  10. package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
  11. package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +1722 -1201
  12. package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
  13. package/dist/component-library/lib/component-library.module.d.ts +1 -1
  14. package/dist/component-library/lib/stencil-generated/boolean-value-accessor.d.ts +1 -1
  15. package/dist/component-library/lib/stencil-generated/components.d.ts +782 -593
  16. package/dist/component-library/lib/stencil-generated/index.d.ts +1 -1
  17. package/dist/component-library/lib/stencil-generated/select-value-accessor.d.ts +1 -1
  18. package/dist/component-library/lib/stencil-generated/text-value-accessor.d.ts +1 -1
  19. package/package.json +2 -2
  20. package/projects/component-library/src/lib/stencil-generated/boolean-value-accessor.ts +1 -1
  21. package/projects/component-library/src/lib/stencil-generated/components.ts +899 -462
  22. package/projects/component-library/src/lib/stencil-generated/index.ts +168 -147
  23. package/projects/component-library/src/lib/stencil-generated/select-value-accessor.ts +1 -1
  24. 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 { FlipAppLayoutMobileView as IFlipAppLayoutFlipAppLayoutMobileView } from '@getflip/swirl-components';
4
- import type { FlipThemeChangeEventData as IFlipThemeProviderFlipThemeChangeEventData } from '@getflip/swirl-components';
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 FlipActionList extends Components.FlipActionList {
15
+ export declare interface SwirlActionList extends Components.SwirlActionList {
16
16
  }
17
- export declare class FlipActionList {
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<FlipActionList, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipActionList, "flip-action-list", never, {}, {}, never, ["*"], false>;
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 FlipActionListItem extends Components.FlipActionListItem {
24
+ export declare interface SwirlActionListItem extends Components.SwirlActionListItem {
25
25
  }
26
- export declare class FlipActionListItem {
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<FlipActionListItem, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipActionListItem, "flip-action-list-item", never, { "description": "description"; "disabled": "disabled"; "icon": "icon"; "intent": "intent"; "label": "label"; "size": "size"; "suffix": "suffix"; }, {}, never, ["*"], false>;
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 FlipActionListSection extends Components.FlipActionListSection {
33
+ export declare interface SwirlActionListSection extends Components.SwirlActionListSection {
34
34
  }
35
- export declare class FlipActionListSection {
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<FlipActionListSection, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipActionListSection, "flip-action-list-section", never, { "label": "label"; }, {}, never, ["*"], false>;
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 FlipAppLayout extends Components.FlipAppLayout {
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<IFlipAppLayoutFlipAppLayoutMobileView>>;
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 FlipAppLayout {
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<FlipAppLayout, never>;
65
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipAppLayout, "flip-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>;
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 FlipAutocomplete extends Components.FlipAutocomplete {
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 FlipAutocomplete {
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<FlipAutocomplete, never>;
78
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipAutocomplete, "flip-autocomplete", never, { "autoSelect": "autoSelect"; "clearButtonLabel": "clearButtonLabel"; "clearable": "clearable"; "disabled": "disabled"; "flipAriaDescribedby": "flipAriaDescribedby"; "generateSuggestions": "generateSuggestions"; "invalid": "invalid"; "maxLength": "maxLength"; "menuLabel": "menuLabel"; "mode": "mode"; "required": "required"; "spellCheck": "spellCheck"; "value": "value"; }, {}, never, ["*"], false>;
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"; "invalid": "invalid"; "maxLength": "maxLength"; "menuLabel": "menuLabel"; "mode": "mode"; "required": "required"; "spellCheck": "spellCheck"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
79
79
  }
80
- export declare interface FlipAvatar extends Components.FlipAvatar {
80
+ export declare interface SwirlAvatar extends Components.SwirlAvatar {
81
81
  }
82
- export declare class FlipAvatar {
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<FlipAvatar, never>;
87
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipAvatar, "flip-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>;
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 FlipAvatarGroup extends Components.FlipAvatarGroup {
89
+ export declare interface SwirlAvatarGroup extends Components.SwirlAvatarGroup {
90
90
  }
91
- export declare class FlipAvatarGroup {
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<FlipAvatarGroup, never>;
96
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipAvatarGroup, "flip-avatar-group", never, { "badge": "badge"; }, {}, never, ["*"], false>;
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 FlipBadge extends Components.FlipBadge {
98
+ export declare interface SwirlBadge extends Components.SwirlBadge {
99
99
  }
100
- export declare class FlipBadge {
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<FlipBadge, never>;
105
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipBadge, "flip-badge", never, { "icon": "icon"; "intent": "intent"; "label": "label"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
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 FlipBanner extends Components.FlipBanner {
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 FlipBanner {
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<FlipBanner, never>;
122
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipBanner, "flip-banner", never, { "actionLabel": "actionLabel"; "content": "content"; "dismissLabel": "dismissLabel"; "dismissable": "dismissable"; "importance": "importance"; "intent": "intent"; "showIcon": "showIcon"; }, {}, never, ["*"], false>;
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 FlipBox extends Components.FlipBox {
124
+ export declare interface SwirlBox extends Components.SwirlBox {
125
125
  }
126
- export declare class FlipBox {
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<FlipBox, never>;
131
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipBox, "flip-box", never, { "as": "as"; "bordered": "bordered"; "centerBlock": "centerBlock"; "centerInline": "centerInline"; "cover": "cover"; "padding": "padding"; }, {}, never, ["*"], false>;
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 FlipButton extends Components.FlipButton {
133
+ export declare interface SwirlButton extends Components.SwirlButton {
134
134
  }
135
- export declare class FlipButton {
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<FlipButton, never>;
140
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipButton, "flip-button", never, { "disabled": "disabled"; "download": "download"; "flipAriaDescribedby": "flipAriaDescribedby"; "flipAriaExpanded": "flipAriaExpanded"; "flipAriaLabel": "flipAriaLabel"; "form": "form"; "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconPosition": "iconPosition"; "intent": "intent"; "label": "label"; "name": "name"; "size": "size"; "target": "target"; "type": "type"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
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 FlipButtonGroup extends Components.FlipButtonGroup {
142
+ export declare interface SwirlButtonGroup extends Components.SwirlButtonGroup {
143
143
  }
144
- export declare class FlipButtonGroup {
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<FlipButtonGroup, never>;
149
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipButtonGroup, "flip-button-group", never, { "orientation": "orientation"; "segmented": "segmented"; "stretch": "stretch"; "wrap": "wrap"; }, {}, never, ["*"], false>;
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 FlipCard extends Components.FlipCard {
151
+ export declare interface SwirlCard extends Components.SwirlCard {
152
152
  }
153
- export declare class FlipCard {
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<FlipCard, never>;
158
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipCard, "flip-card", never, { "as": "as"; "elevated": "elevated"; "href": "href"; "interactive": "interactive"; "linkTarget": "linkTarget"; }, {}, never, ["*"], false>;
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 FlipCheckbox extends Components.FlipCheckbox {
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 FlipCheckbox {
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<FlipCheckbox, never>;
171
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipCheckbox, "flip-checkbox", never, { "checked": "checked"; "description": "description"; "disabled": "disabled"; "flipAriaDescribedby": "flipAriaDescribedby"; "inputId": "inputId"; "inputName": "inputName"; "invalid": "invalid"; "label": "label"; "value": "value"; }, {}, never, ["*"], false>;
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 FlipChip extends Components.FlipChip {
173
+ export declare interface SwirlChip extends Components.SwirlChip {
174
174
  }
175
- export declare class FlipChip {
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<FlipChip, never>;
180
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipChip, "flip-chip", never, { "avatar": "avatar"; "icon": "icon"; "intent": "intent"; "interactive": "interactive"; "label": "label"; }, {}, never, ["*"], false>;
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 FlipConsoleLayout extends Components.FlipConsoleLayout {
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 FlipConsoleLayout {
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<FlipConsoleLayout, never>;
197
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipConsoleLayout, "flip-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>;
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 FlipDateInput extends Components.FlipDateInput {
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 FlipDateInput {
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<FlipDateInput, never>;
210
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipDateInput, "flip-date-input", never, { "autoFocus": "autoFocus"; "autoSelect": "autoSelect"; "datePickerLabel": "datePickerLabel"; "disabled": "disabled"; "flipAriaDescribedby": "flipAriaDescribedby"; "format": "format"; "invalid": "invalid"; "locale": "locale"; "placeholder": "placeholder"; "required": "required"; "value": "value"; }, {}, never, ["*"], false>;
209
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlDateInput, never>;
210
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDateInput, "swirl-date-input", never, { "autoFocus": "autoFocus"; "autoSelect": "autoSelect"; "datePickerLabel": "datePickerLabel"; "disabled": "disabled"; "format": "format"; "invalid": "invalid"; "locale": "locale"; "placeholder": "placeholder"; "required": "required"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
211
211
  }
212
- export declare interface FlipDatePicker extends Components.FlipDatePicker {
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 FlipDatePicker {
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<FlipDatePicker, never>;
223
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipDatePicker, "flip-date-picker", never, { "locale": "locale"; "maxDate": "maxDate"; "minDate": "minDate"; "range": "range"; "startDate": "startDate"; "value": "value"; }, {}, never, ["*"], false>;
222
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlDatePicker, never>;
223
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlDatePicker, "swirl-date-picker", never, { "locale": "locale"; "maxDate": "maxDate"; "minDate": "minDate"; "range": "range"; "startDate": "startDate"; "value": "value"; }, {}, never, ["*"], false>;
224
224
  }
225
- export declare interface FlipDescriptionList extends Components.FlipDescriptionList {
225
+ export declare interface SwirlDescriptionList extends Components.SwirlDescriptionList {
226
226
  }
227
- export declare class FlipDescriptionList {
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<FlipDescriptionList, never>;
232
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipDescriptionList, "flip-description-list", never, {}, {}, never, ["*"], false>;
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 FlipDescriptionListItem extends Components.FlipDescriptionListItem {
234
+ export declare interface SwirlDescriptionListItem extends Components.SwirlDescriptionListItem {
235
235
  }
236
- export declare class FlipDescriptionListItem {
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<FlipDescriptionListItem, never>;
241
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipDescriptionListItem, "flip-description-list-item", never, { "term": "term"; }, {}, never, ["*"], false>;
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 FlipDialog extends Components.FlipDialog {
243
+ export declare interface SwirlDialog extends Components.SwirlDialog {
244
244
  /**
245
245
  *
246
246
  */
@@ -250,901 +250,1036 @@ export declare interface FlipDialog extends Components.FlipDialog {
250
250
  */
251
251
  secondaryAction: EventEmitter<CustomEvent<MouseEvent>>;
252
252
  }
253
- export declare class FlipDialog {
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<FlipDialog, never>;
258
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipDialog, "flip-dialog", never, { "hideLabel": "hideLabel"; "intent": "intent"; "label": "label"; "primaryActionLabel": "primaryActionLabel"; "secondaryActionLabel": "secondaryActionLabel"; }, {}, never, ["*"], false>;
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 FlipEmptyState extends Components.FlipEmptyState {
260
+ export declare interface SwirlEmptyState extends Components.SwirlEmptyState {
261
261
  }
262
- export declare class FlipEmptyState {
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<FlipEmptyState, never>;
267
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipEmptyState, "flip-empty-state", never, { "heading": "heading"; "illustration": "illustration"; }, {}, never, ["*"], false>;
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 FlipFileUploader extends Components.FlipFileUploader {
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 FlipFileUploader {
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<FlipFileUploader, never>;
280
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipFileUploader, "flip-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>;
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 FlipFileViewer extends Components.FlipFileViewer {
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 FlipFileViewer {
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<FlipFileViewer, never>;
293
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipFileViewer, "flip-file-viewer", never, { "active": "active"; "autoplay": "autoplay"; "description": "description"; "errorMessage": "errorMessage"; "file": "file"; "type": "type"; "typeUnsupportedMessage": "typeUnsupportedMessage"; "zoom": "zoom"; }, {}, never, ["*"], false>;
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 FlipFileViewerAudio extends Components.FlipFileViewerAudio {
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 FlipFileViewerAudio {
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<FlipFileViewerAudio, never>;
306
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipFileViewerAudio, "flip-file-viewer-audio", never, { "autoplay": "autoplay"; "file": "file"; "type": "type"; }, {}, never, ["*"], false>;
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 FlipFileViewerCsv extends Components.FlipFileViewerCsv {
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 FlipFileViewerCsv {
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<FlipFileViewerCsv, never>;
319
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipFileViewerCsv, "flip-file-viewer-csv", never, { "errorMessage": "errorMessage"; "file": "file"; }, {}, never, ["*"], false>;
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 FlipFileViewerImage extends Components.FlipFileViewerImage {
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 FlipFileViewerImage {
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<FlipFileViewerImage, never>;
332
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipFileViewerImage, "flip-file-viewer-image", never, { "description": "description"; "errorMessage": "errorMessage"; "file": "file"; "maxZoom": "maxZoom"; }, {}, never, ["*"], false>;
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 FlipFileViewerPdf extends Components.FlipFileViewerPdf {
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 FlipFileViewerPdf {
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<FlipFileViewerPdf, never>;
345
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipFileViewerPdf, "flip-file-viewer-pdf", never, { "errorMessage": "errorMessage"; "file": "file"; "singlePageMode": "singlePageMode"; "zoom": "zoom"; }, {}, never, ["*"], false>;
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 FlipFileViewerText extends Components.FlipFileViewerText {
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 FlipFileViewerText {
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<FlipFileViewerText, never>;
358
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipFileViewerText, "flip-file-viewer-text", never, { "errorMessage": "errorMessage"; "file": "file"; }, {}, never, ["*"], false>;
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 FlipFileViewerVideo extends Components.FlipFileViewerVideo {
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 FlipFileViewerVideo {
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<FlipFileViewerVideo, never>;
371
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipFileViewerVideo, "flip-file-viewer-video", never, { "autoplay": "autoplay"; "file": "file"; "type": "type"; }, {}, never, ["*"], false>;
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 FlipFormControl extends Components.FlipFormControl {
373
+ export declare interface SwirlFormControl extends Components.SwirlFormControl {
374
374
  }
375
- export declare class FlipFormControl {
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<FlipFormControl, never>;
380
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipFormControl, "flip-form-control", never, { "description": "description"; "disabled": "disabled"; "errorMessage": "errorMessage"; "invalid": "invalid"; "label": "label"; }, {}, never, ["*"], false>;
379
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFormControl, never>;
380
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFormControl, "swirl-form-control", never, { "description": "description"; "disabled": "disabled"; "errorMessage": "errorMessage"; "invalid": "invalid"; "label": "label"; }, {}, never, ["*"], false>;
381
381
  }
382
- export declare interface FlipFormGroup extends Components.FlipFormGroup {
382
+ export declare interface SwirlFormGroup extends Components.SwirlFormGroup {
383
383
  }
384
- export declare class FlipFormGroup {
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<FlipFormGroup, never>;
389
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipFormGroup, "flip-form-group", never, { "orientation": "orientation"; }, {}, never, ["*"], false>;
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 FlipHeading extends Components.FlipHeading {
391
+ export declare interface SwirlHeading extends Components.SwirlHeading {
392
392
  }
393
- export declare class FlipHeading {
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<FlipHeading, never>;
398
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipHeading, "flip-heading", never, { "align": "align"; "as": "as"; "headingId": "headingId"; "level": "level"; "text": "text"; }, {}, never, ["*"], false>;
397
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlHeading, never>;
398
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlHeading, "swirl-heading", never, { "align": "align"; "as": "as"; "headingId": "headingId"; "level": "level"; "text": "text"; }, {}, never, ["*"], false>;
399
399
  }
400
- export declare interface FlipIconAdd extends Components.FlipIconAdd {
400
+ export declare interface SwirlIconAdd extends Components.SwirlIconAdd {
401
401
  }
402
- export declare class FlipIconAdd {
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<FlipIconAdd, never>;
407
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconAdd, "flip-icon-add", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconAddPhoto extends Components.FlipIconAddPhoto {
409
+ export declare interface SwirlIconAddPhoto extends Components.SwirlIconAddPhoto {
410
410
  }
411
- export declare class FlipIconAddPhoto {
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<FlipIconAddPhoto, never>;
416
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconAddPhoto, "flip-icon-add-photo", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconAdminPanelSettings extends Components.FlipIconAdminPanelSettings {
418
+ export declare interface SwirlIconAdminPanelSettings extends Components.SwirlIconAdminPanelSettings {
419
419
  }
420
- export declare class FlipIconAdminPanelSettings {
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<FlipIconAdminPanelSettings, never>;
425
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconAdminPanelSettings, "flip-icon-admin-panel-settings", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconArrowBack extends Components.FlipIconArrowBack {
427
+ export declare interface SwirlIconArrowBack extends Components.SwirlIconArrowBack {
428
428
  }
429
- export declare class FlipIconArrowBack {
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<FlipIconArrowBack, never>;
434
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconArrowBack, "flip-icon-arrow-back", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconArrowForward extends Components.FlipIconArrowForward {
436
+ export declare interface SwirlIconArrowDownward extends Components.SwirlIconArrowDownward {
437
437
  }
438
- export declare class FlipIconArrowForward {
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<FlipIconArrowForward, never>;
443
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconArrowForward, "flip-icon-arrow-forward", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconArrowLeft extends Components.FlipIconArrowLeft {
445
+ export declare interface SwirlIconArrowForward extends Components.SwirlIconArrowForward {
446
446
  }
447
- export declare class FlipIconArrowLeft {
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<FlipIconArrowLeft, never>;
452
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconArrowLeft, "flip-icon-arrow-left", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconArrowRight extends Components.FlipIconArrowRight {
454
+ export declare interface SwirlIconArrowLeft extends Components.SwirlIconArrowLeft {
455
455
  }
456
- export declare class FlipIconArrowRight {
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<FlipIconArrowRight, never>;
461
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconArrowRight, "flip-icon-arrow-right", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconArrowRightSmall extends Components.FlipIconArrowRightSmall {
463
+ export declare interface SwirlIconArrowRight extends Components.SwirlIconArrowRight {
464
464
  }
465
- export declare class FlipIconArrowRightSmall {
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<FlipIconArrowRightSmall, never>;
470
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconArrowRightSmall, "flip-icon-arrow-right-small", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconAttachment extends Components.FlipIconAttachment {
472
+ export declare interface SwirlIconArrowRightSmall extends Components.SwirlIconArrowRightSmall {
473
473
  }
474
- export declare class FlipIconAttachment {
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<FlipIconAttachment, never>;
479
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconAttachment, "flip-icon-attachment", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconBlock extends Components.FlipIconBlock {
481
+ export declare interface SwirlIconArrowUpward extends Components.SwirlIconArrowUpward {
482
482
  }
483
- export declare class FlipIconBlock {
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<FlipIconBlock, never>;
488
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconBlock, "flip-icon-block", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconCancel extends Components.FlipIconCancel {
490
+ export declare interface SwirlIconAttachment extends Components.SwirlIconAttachment {
491
491
  }
492
- export declare class FlipIconCancel {
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<FlipIconCancel, never>;
497
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCancel, "flip-icon-cancel", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconChatBubble extends Components.FlipIconChatBubble {
499
+ export declare interface SwirlIconBlock extends Components.SwirlIconBlock {
500
500
  }
501
- export declare class FlipIconChatBubble {
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<FlipIconChatBubble, never>;
506
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconChatBubble, "flip-icon-chat-bubble", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconCheck extends Components.FlipIconCheck {
508
+ export declare interface SwirlIconCancel extends Components.SwirlIconCancel {
509
509
  }
510
- export declare class FlipIconCheck {
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<FlipIconCheck, never>;
515
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCheck, "flip-icon-check", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconCheckCircle extends Components.FlipIconCheckCircle {
517
+ export declare interface SwirlIconChatBubble extends Components.SwirlIconChatBubble {
518
518
  }
519
- export declare class FlipIconCheckCircle {
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<FlipIconCheckCircle, never>;
524
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCheckCircle, "flip-icon-check-circle", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconCheckSmall extends Components.FlipIconCheckSmall {
526
+ export declare interface SwirlIconChatsFilled extends Components.SwirlIconChatsFilled {
527
527
  }
528
- export declare class FlipIconCheckSmall {
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<FlipIconCheckSmall, never>;
533
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCheckSmall, "flip-icon-check-small", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconCheckStrong extends Components.FlipIconCheckStrong {
535
+ export declare interface SwirlIconChatsOutlined extends Components.SwirlIconChatsOutlined {
536
536
  }
537
- export declare class FlipIconCheckStrong {
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<FlipIconCheckStrong, never>;
542
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCheckStrong, "flip-icon-check-strong", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconChevronLeft extends Components.FlipIconChevronLeft {
544
+ export declare interface SwirlIconCheck extends Components.SwirlIconCheck {
545
545
  }
546
- export declare class FlipIconChevronLeft {
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<FlipIconChevronLeft, never>;
551
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconChevronLeft, "flip-icon-chevron-left", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconChevronRight extends Components.FlipIconChevronRight {
553
+ export declare interface SwirlIconCheckCircle extends Components.SwirlIconCheckCircle {
554
554
  }
555
- export declare class FlipIconChevronRight {
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<FlipIconChevronRight, never>;
560
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconChevronRight, "flip-icon-chevron-right", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconClose extends Components.FlipIconClose {
562
+ export declare interface SwirlIconCheckSmall extends Components.SwirlIconCheckSmall {
563
563
  }
564
- export declare class FlipIconClose {
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<FlipIconClose, never>;
569
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconClose, "flip-icon-close", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconCloseSmall extends Components.FlipIconCloseSmall {
571
+ export declare interface SwirlIconCheckStrong extends Components.SwirlIconCheckStrong {
572
572
  }
573
- export declare class FlipIconCloseSmall {
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<FlipIconCloseSmall, never>;
578
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCloseSmall, "flip-icon-close-small", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconCloudUpload extends Components.FlipIconCloudUpload {
580
+ export declare interface SwirlIconChevronLeft extends Components.SwirlIconChevronLeft {
581
581
  }
582
- export declare class FlipIconCloudUpload {
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<FlipIconCloudUpload, never>;
587
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCloudUpload, "flip-icon-cloud-upload", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconComment extends Components.FlipIconComment {
589
+ export declare interface SwirlIconChevronRight extends Components.SwirlIconChevronRight {
590
590
  }
591
- export declare class FlipIconComment {
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<FlipIconComment, never>;
596
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconComment, "flip-icon-comment", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconCopy extends Components.FlipIconCopy {
598
+ export declare interface SwirlIconClose extends Components.SwirlIconClose {
599
599
  }
600
- export declare class FlipIconCopy {
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<FlipIconCopy, never>;
605
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCopy, "flip-icon-copy", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconDateRange extends Components.FlipIconDateRange {
607
+ export declare interface SwirlIconCloseSmall extends Components.SwirlIconCloseSmall {
608
608
  }
609
- export declare class FlipIconDateRange {
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<FlipIconDateRange, never>;
614
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconDateRange, "flip-icon-date-range", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconDelete extends Components.FlipIconDelete {
616
+ export declare interface SwirlIconCloudUpload extends Components.SwirlIconCloudUpload {
617
617
  }
618
- export declare class FlipIconDelete {
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<FlipIconDelete, never>;
623
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconDelete, "flip-icon-delete", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconDescription extends Components.FlipIconDescription {
625
+ export declare interface SwirlIconColumn extends Components.SwirlIconColumn {
626
626
  }
627
- export declare class FlipIconDescription {
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<FlipIconDescription, never>;
632
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconDescription, "flip-icon-description", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconDownload extends Components.FlipIconDownload {
634
+ export declare interface SwirlIconComment extends Components.SwirlIconComment {
635
635
  }
636
- export declare class FlipIconDownload {
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<FlipIconDownload, never>;
641
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconDownload, "flip-icon-download", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconEdit extends Components.FlipIconEdit {
643
+ export declare interface SwirlIconCopy extends Components.SwirlIconCopy {
644
644
  }
645
- export declare class FlipIconEdit {
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<FlipIconEdit, never>;
650
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconEdit, "flip-icon-edit", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconEmojiMood extends Components.FlipIconEmojiMood {
652
+ export declare interface SwirlIconDateRange extends Components.SwirlIconDateRange {
653
653
  }
654
- export declare class FlipIconEmojiMood {
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<FlipIconEmojiMood, never>;
659
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconEmojiMood, "flip-icon-emoji-mood", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconEmojiSatisfied extends Components.FlipIconEmojiSatisfied {
661
+ export declare interface SwirlIconDelete extends Components.SwirlIconDelete {
662
662
  }
663
- export declare class FlipIconEmojiSatisfied {
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<FlipIconEmojiSatisfied, never>;
668
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconEmojiSatisfied, "flip-icon-emoji-satisfied", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconError extends Components.FlipIconError {
670
+ export declare interface SwirlIconDescription extends Components.SwirlIconDescription {
671
671
  }
672
- export declare class FlipIconError {
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<FlipIconError, never>;
677
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconError, "flip-icon-error", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconExpandLess extends Components.FlipIconExpandLess {
679
+ export declare interface SwirlIconDownload extends Components.SwirlIconDownload {
680
680
  }
681
- export declare class FlipIconExpandLess {
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<FlipIconExpandLess, never>;
686
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconExpandLess, "flip-icon-expand-less", never, { "size": "size"; }, {}, never, ["*"], false>;
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 FlipIconExpandMore extends Components.FlipIconExpandMore {
688
+ export declare interface SwirlIconEdit extends Components.SwirlIconEdit {
689
689
  }
690
- export declare class FlipIconExpandMore {
690
+ export declare class SwirlIconEdit {
691
691
  protected z: NgZone;
692
692
  protected el: HTMLElement;
693
693
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
694
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconExpandMore, never>;
695
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconExpandMore, "flip-icon-expand-more", never, { "size": "size"; }, {}, never, ["*"], false>;
694
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconEdit, never>;
695
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconEdit, "swirl-icon-edit", never, { "size": "size"; }, {}, never, ["*"], false>;
696
696
  }
697
- export declare interface FlipIconFile extends Components.FlipIconFile {
697
+ export declare interface SwirlIconEmojiMood extends Components.SwirlIconEmojiMood {
698
698
  }
699
- export declare class FlipIconFile {
699
+ export declare class SwirlIconEmojiMood {
700
700
  protected z: NgZone;
701
701
  protected el: HTMLElement;
702
702
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
703
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconFile, never>;
704
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconFile, "flip-icon-file", never, { "size": "size"; }, {}, never, ["*"], false>;
703
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconEmojiMood, never>;
704
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconEmojiMood, "swirl-icon-emoji-mood", never, { "size": "size"; }, {}, never, ["*"], false>;
705
705
  }
706
- export declare interface FlipIconFolderShared extends Components.FlipIconFolderShared {
706
+ export declare interface SwirlIconEmojiSatisfied extends Components.SwirlIconEmojiSatisfied {
707
707
  }
708
- export declare class FlipIconFolderShared {
708
+ export declare class SwirlIconEmojiSatisfied {
709
709
  protected z: NgZone;
710
710
  protected el: HTMLElement;
711
711
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
712
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconFolderShared, never>;
713
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconFolderShared, "flip-icon-folder-shared", never, { "size": "size"; }, {}, never, ["*"], false>;
712
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconEmojiSatisfied, never>;
713
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconEmojiSatisfied, "swirl-icon-emoji-satisfied", never, { "size": "size"; }, {}, never, ["*"], false>;
714
714
  }
715
- export declare interface FlipIconFullscreen extends Components.FlipIconFullscreen {
715
+ export declare interface SwirlIconError extends Components.SwirlIconError {
716
716
  }
717
- export declare class FlipIconFullscreen {
717
+ export declare class SwirlIconError {
718
718
  protected z: NgZone;
719
719
  protected el: HTMLElement;
720
720
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
721
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconFullscreen, never>;
722
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconFullscreen, "flip-icon-fullscreen", never, { "size": "size"; }, {}, never, ["*"], false>;
721
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconError, never>;
722
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconError, "swirl-icon-error", never, { "size": "size"; }, {}, never, ["*"], false>;
723
723
  }
724
- export declare interface FlipIconFullscreenExit extends Components.FlipIconFullscreenExit {
724
+ export declare interface SwirlIconExpandLess extends Components.SwirlIconExpandLess {
725
725
  }
726
- export declare class FlipIconFullscreenExit {
726
+ export declare class SwirlIconExpandLess {
727
727
  protected z: NgZone;
728
728
  protected el: HTMLElement;
729
729
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
730
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconFullscreenExit, never>;
731
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconFullscreenExit, "flip-icon-fullscreen-exit", never, { "size": "size"; }, {}, never, ["*"], false>;
730
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconExpandLess, never>;
731
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconExpandLess, "swirl-icon-expand-less", never, { "size": "size"; }, {}, never, ["*"], false>;
732
732
  }
733
- export declare interface FlipIconGroupAssign extends Components.FlipIconGroupAssign {
733
+ export declare interface SwirlIconExpandMore extends Components.SwirlIconExpandMore {
734
734
  }
735
- export declare class FlipIconGroupAssign {
735
+ export declare class SwirlIconExpandMore {
736
736
  protected z: NgZone;
737
737
  protected el: HTMLElement;
738
738
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
739
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconGroupAssign, never>;
740
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconGroupAssign, "flip-icon-group-assign", never, { "size": "size"; }, {}, never, ["*"], false>;
739
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconExpandMore, never>;
740
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconExpandMore, "swirl-icon-expand-more", never, { "size": "size"; }, {}, never, ["*"], false>;
741
741
  }
742
- export declare interface FlipIconGroups extends Components.FlipIconGroups {
742
+ export declare interface SwirlIconFile extends Components.SwirlIconFile {
743
743
  }
744
- export declare class FlipIconGroups {
744
+ export declare class SwirlIconFile {
745
745
  protected z: NgZone;
746
746
  protected el: HTMLElement;
747
747
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
748
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconGroups, never>;
749
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconGroups, "flip-icon-groups", never, { "size": "size"; }, {}, never, ["*"], false>;
748
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFile, never>;
749
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFile, "swirl-icon-file", never, { "size": "size"; }, {}, never, ["*"], false>;
750
750
  }
751
- export declare interface FlipIconGroupsCustom extends Components.FlipIconGroupsCustom {
751
+ export declare interface SwirlIconFilter extends Components.SwirlIconFilter {
752
752
  }
753
- export declare class FlipIconGroupsCustom {
753
+ export declare class SwirlIconFilter {
754
754
  protected z: NgZone;
755
755
  protected el: HTMLElement;
756
756
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
757
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconGroupsCustom, never>;
758
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconGroupsCustom, "flip-icon-groups-custom", never, { "size": "size"; }, {}, never, ["*"], false>;
757
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFilter, never>;
758
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFilter, "swirl-icon-filter", never, { "size": "size"; }, {}, never, ["*"], false>;
759
759
  }
760
- export declare interface FlipIconHelp extends Components.FlipIconHelp {
760
+ export declare interface SwirlIconFolderShared extends Components.SwirlIconFolderShared {
761
761
  }
762
- export declare class FlipIconHelp {
762
+ export declare class SwirlIconFolderShared {
763
763
  protected z: NgZone;
764
764
  protected el: HTMLElement;
765
765
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
766
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconHelp, never>;
767
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconHelp, "flip-icon-help", never, { "size": "size"; }, {}, never, ["*"], false>;
766
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFolderShared, never>;
767
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFolderShared, "swirl-icon-folder-shared", never, { "size": "size"; }, {}, never, ["*"], false>;
768
768
  }
769
- export declare interface FlipIconImage extends Components.FlipIconImage {
769
+ export declare interface SwirlIconFullscreen extends Components.SwirlIconFullscreen {
770
770
  }
771
- export declare class FlipIconImage {
771
+ export declare class SwirlIconFullscreen {
772
772
  protected z: NgZone;
773
773
  protected el: HTMLElement;
774
774
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
775
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconImage, never>;
776
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconImage, "flip-icon-image", never, { "size": "size"; }, {}, never, ["*"], false>;
775
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFullscreen, never>;
776
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFullscreen, "swirl-icon-fullscreen", never, { "size": "size"; }, {}, never, ["*"], false>;
777
777
  }
778
- export declare interface FlipIconInfo extends Components.FlipIconInfo {
778
+ export declare interface SwirlIconFullscreenExit extends Components.SwirlIconFullscreenExit {
779
779
  }
780
- export declare class FlipIconInfo {
780
+ export declare class SwirlIconFullscreenExit {
781
781
  protected z: NgZone;
782
782
  protected el: HTMLElement;
783
783
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
784
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconInfo, never>;
785
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconInfo, "flip-icon-info", never, { "size": "size"; }, {}, never, ["*"], false>;
784
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFullscreenExit, never>;
785
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFullscreenExit, "swirl-icon-fullscreen-exit", never, { "size": "size"; }, {}, never, ["*"], false>;
786
786
  }
787
- export declare interface FlipIconInventory extends Components.FlipIconInventory {
787
+ export declare interface SwirlIconGroupAssign extends Components.SwirlIconGroupAssign {
788
788
  }
789
- export declare class FlipIconInventory {
789
+ export declare class SwirlIconGroupAssign {
790
790
  protected z: NgZone;
791
791
  protected el: HTMLElement;
792
792
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
793
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconInventory, never>;
794
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconInventory, "flip-icon-inventory", never, { "size": "size"; }, {}, never, ["*"], false>;
793
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconGroupAssign, never>;
794
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroupAssign, "swirl-icon-group-assign", never, { "size": "size"; }, {}, never, ["*"], false>;
795
795
  }
796
- export declare interface FlipIconLike extends Components.FlipIconLike {
796
+ export declare interface SwirlIconGroups extends Components.SwirlIconGroups {
797
797
  }
798
- export declare class FlipIconLike {
798
+ export declare class SwirlIconGroups {
799
799
  protected z: NgZone;
800
800
  protected el: HTMLElement;
801
801
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
802
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconLike, never>;
803
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconLike, "flip-icon-like", never, { "size": "size"; }, {}, never, ["*"], false>;
802
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconGroups, never>;
803
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroups, "swirl-icon-groups", never, { "size": "size"; }, {}, never, ["*"], false>;
804
804
  }
805
- export declare interface FlipIconLink extends Components.FlipIconLink {
805
+ export declare interface SwirlIconGroupsCustom extends Components.SwirlIconGroupsCustom {
806
806
  }
807
- export declare class FlipIconLink {
807
+ export declare class SwirlIconGroupsCustom {
808
808
  protected z: NgZone;
809
809
  protected el: HTMLElement;
810
810
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
811
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconLink, never>;
812
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconLink, "flip-icon-link", never, { "size": "size"; }, {}, never, ["*"], false>;
811
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconGroupsCustom, never>;
812
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroupsCustom, "swirl-icon-groups-custom", never, { "size": "size"; }, {}, never, ["*"], false>;
813
813
  }
814
- export declare interface FlipIconLock extends Components.FlipIconLock {
814
+ export declare interface SwirlIconGroupsFilled extends Components.SwirlIconGroupsFilled {
815
815
  }
816
- export declare class FlipIconLock {
816
+ export declare class SwirlIconGroupsFilled {
817
817
  protected z: NgZone;
818
818
  protected el: HTMLElement;
819
819
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
820
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconLock, never>;
821
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconLock, "flip-icon-lock", never, { "size": "size"; }, {}, never, ["*"], false>;
820
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconGroupsFilled, never>;
821
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroupsFilled, "swirl-icon-groups-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
822
822
  }
823
- export declare interface FlipIconLogout extends Components.FlipIconLogout {
823
+ export declare interface SwirlIconGroupsOutlined extends Components.SwirlIconGroupsOutlined {
824
824
  }
825
- export declare class FlipIconLogout {
825
+ export declare class SwirlIconGroupsOutlined {
826
826
  protected z: NgZone;
827
827
  protected el: HTMLElement;
828
828
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
829
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconLogout, never>;
830
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconLogout, "flip-icon-logout", never, { "size": "size"; }, {}, never, ["*"], false>;
829
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconGroupsOutlined, never>;
830
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroupsOutlined, "swirl-icon-groups-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
831
831
  }
832
- export declare interface FlipIconMail extends Components.FlipIconMail {
832
+ export declare interface SwirlIconHelp extends Components.SwirlIconHelp {
833
833
  }
834
- export declare class FlipIconMail {
834
+ export declare class SwirlIconHelp {
835
835
  protected z: NgZone;
836
836
  protected el: HTMLElement;
837
837
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
838
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconMail, never>;
839
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconMail, "flip-icon-mail", never, { "size": "size"; }, {}, never, ["*"], false>;
838
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconHelp, never>;
839
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconHelp, "swirl-icon-help", never, { "size": "size"; }, {}, never, ["*"], false>;
840
840
  }
841
- export declare interface FlipIconManageAccounts extends Components.FlipIconManageAccounts {
841
+ export declare interface SwirlIconImage extends Components.SwirlIconImage {
842
842
  }
843
- export declare class FlipIconManageAccounts {
843
+ export declare class SwirlIconImage {
844
844
  protected z: NgZone;
845
845
  protected el: HTMLElement;
846
846
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
847
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconManageAccounts, never>;
848
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconManageAccounts, "flip-icon-manage-accounts", never, { "size": "size"; }, {}, never, ["*"], false>;
847
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconImage, never>;
848
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconImage, "swirl-icon-image", never, { "size": "size"; }, {}, never, ["*"], false>;
849
849
  }
850
- export declare interface FlipIconMention extends Components.FlipIconMention {
850
+ export declare interface SwirlIconInfo extends Components.SwirlIconInfo {
851
851
  }
852
- export declare class FlipIconMention {
852
+ export declare class SwirlIconInfo {
853
853
  protected z: NgZone;
854
854
  protected el: HTMLElement;
855
855
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
856
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconMention, never>;
857
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconMention, "flip-icon-mention", never, { "size": "size"; }, {}, never, ["*"], false>;
856
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconInfo, never>;
857
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconInfo, "swirl-icon-info", never, { "size": "size"; }, {}, never, ["*"], false>;
858
858
  }
859
- export declare interface FlipIconMenu extends Components.FlipIconMenu {
859
+ export declare interface SwirlIconInventory extends Components.SwirlIconInventory {
860
860
  }
861
- export declare class FlipIconMenu {
861
+ export declare class SwirlIconInventory {
862
862
  protected z: NgZone;
863
863
  protected el: HTMLElement;
864
864
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
865
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconMenu, never>;
866
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconMenu, "flip-icon-menu", never, { "size": "size"; }, {}, never, ["*"], false>;
865
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconInventory, never>;
866
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconInventory, "swirl-icon-inventory", never, { "size": "size"; }, {}, never, ["*"], false>;
867
867
  }
868
- export declare interface FlipIconMessage extends Components.FlipIconMessage {
868
+ export declare interface SwirlIconLike extends Components.SwirlIconLike {
869
869
  }
870
- export declare class FlipIconMessage {
870
+ export declare class SwirlIconLike {
871
871
  protected z: NgZone;
872
872
  protected el: HTMLElement;
873
873
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
874
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconMessage, never>;
875
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconMessage, "flip-icon-message", never, { "size": "size"; }, {}, never, ["*"], false>;
874
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLike, never>;
875
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLike, "swirl-icon-like", never, { "size": "size"; }, {}, never, ["*"], false>;
876
876
  }
877
- export declare interface FlipIconMoreHorizontal extends Components.FlipIconMoreHorizontal {
877
+ export declare interface SwirlIconLink extends Components.SwirlIconLink {
878
878
  }
879
- export declare class FlipIconMoreHorizontal {
879
+ export declare class SwirlIconLink {
880
880
  protected z: NgZone;
881
881
  protected el: HTMLElement;
882
882
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
883
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconMoreHorizontal, never>;
884
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconMoreHorizontal, "flip-icon-more-horizontal", never, { "size": "size"; }, {}, never, ["*"], false>;
883
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLink, never>;
884
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLink, "swirl-icon-link", never, { "size": "size"; }, {}, never, ["*"], false>;
885
885
  }
886
- export declare interface FlipIconMoreVertikal extends Components.FlipIconMoreVertikal {
886
+ export declare interface SwirlIconLock extends Components.SwirlIconLock {
887
887
  }
888
- export declare class FlipIconMoreVertikal {
888
+ export declare class SwirlIconLock {
889
889
  protected z: NgZone;
890
890
  protected el: HTMLElement;
891
891
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
892
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconMoreVertikal, never>;
893
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconMoreVertikal, "flip-icon-more-vertikal", never, { "size": "size"; }, {}, never, ["*"], false>;
892
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLock, never>;
893
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLock, "swirl-icon-lock", never, { "size": "size"; }, {}, never, ["*"], false>;
894
894
  }
895
- export declare interface FlipIconNotifications extends Components.FlipIconNotifications {
895
+ export declare interface SwirlIconLogout extends Components.SwirlIconLogout {
896
896
  }
897
- export declare class FlipIconNotifications {
897
+ export declare class SwirlIconLogout {
898
898
  protected z: NgZone;
899
899
  protected el: HTMLElement;
900
900
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
901
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconNotifications, never>;
902
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconNotifications, "flip-icon-notifications", never, { "size": "size"; }, {}, never, ["*"], false>;
901
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLogout, never>;
902
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLogout, "swirl-icon-logout", never, { "size": "size"; }, {}, never, ["*"], false>;
903
903
  }
904
- export declare interface FlipIconNotificationsActive extends Components.FlipIconNotificationsActive {
904
+ export declare interface SwirlIconMail extends Components.SwirlIconMail {
905
905
  }
906
- export declare class FlipIconNotificationsActive {
906
+ export declare class SwirlIconMail {
907
907
  protected z: NgZone;
908
908
  protected el: HTMLElement;
909
909
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
910
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconNotificationsActive, never>;
911
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconNotificationsActive, "flip-icon-notifications-active", never, { "size": "size"; }, {}, never, ["*"], false>;
910
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMail, never>;
911
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMail, "swirl-icon-mail", never, { "size": "size"; }, {}, never, ["*"], false>;
912
912
  }
913
- export declare interface FlipIconNotificationsOff extends Components.FlipIconNotificationsOff {
913
+ export declare interface SwirlIconManageAccounts extends Components.SwirlIconManageAccounts {
914
914
  }
915
- export declare class FlipIconNotificationsOff {
915
+ export declare class SwirlIconManageAccounts {
916
916
  protected z: NgZone;
917
917
  protected el: HTMLElement;
918
918
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
919
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconNotificationsOff, never>;
920
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconNotificationsOff, "flip-icon-notifications-off", never, { "size": "size"; }, {}, never, ["*"], false>;
919
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconManageAccounts, never>;
920
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconManageAccounts, "swirl-icon-manage-accounts", never, { "size": "size"; }, {}, never, ["*"], false>;
921
921
  }
922
- export declare interface FlipIconOpenInNew extends Components.FlipIconOpenInNew {
922
+ export declare interface SwirlIconMention extends Components.SwirlIconMention {
923
923
  }
924
- export declare class FlipIconOpenInNew {
924
+ export declare class SwirlIconMention {
925
925
  protected z: NgZone;
926
926
  protected el: HTMLElement;
927
927
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
928
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconOpenInNew, never>;
929
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconOpenInNew, "flip-icon-open-in-new", never, { "size": "size"; }, {}, never, ["*"], false>;
928
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMention, never>;
929
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMention, "swirl-icon-mention", never, { "size": "size"; }, {}, never, ["*"], false>;
930
930
  }
931
- export declare interface FlipIconPeopleAlt extends Components.FlipIconPeopleAlt {
931
+ export declare interface SwirlIconMenu extends Components.SwirlIconMenu {
932
932
  }
933
- export declare class FlipIconPeopleAlt {
933
+ export declare class SwirlIconMenu {
934
934
  protected z: NgZone;
935
935
  protected el: HTMLElement;
936
936
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
937
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconPeopleAlt, never>;
938
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconPeopleAlt, "flip-icon-people-alt", never, { "size": "size"; }, {}, never, ["*"], false>;
937
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMenu, never>;
938
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMenu, "swirl-icon-menu", never, { "size": "size"; }, {}, never, ["*"], false>;
939
939
  }
940
- export declare interface FlipIconPerson extends Components.FlipIconPerson {
940
+ export declare interface SwirlIconMenuFilled extends Components.SwirlIconMenuFilled {
941
941
  }
942
- export declare class FlipIconPerson {
942
+ export declare class SwirlIconMenuFilled {
943
943
  protected z: NgZone;
944
944
  protected el: HTMLElement;
945
945
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
946
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconPerson, never>;
947
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconPerson, "flip-icon-person", never, { "size": "size"; }, {}, never, ["*"], false>;
946
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMenuFilled, never>;
947
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMenuFilled, "swirl-icon-menu-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
948
948
  }
949
- export declare interface FlipIconPersonOff extends Components.FlipIconPersonOff {
949
+ export declare interface SwirlIconMenuOutlined extends Components.SwirlIconMenuOutlined {
950
950
  }
951
- export declare class FlipIconPersonOff {
951
+ export declare class SwirlIconMenuOutlined {
952
952
  protected z: NgZone;
953
953
  protected el: HTMLElement;
954
954
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
955
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconPersonOff, never>;
956
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconPersonOff, "flip-icon-person-off", never, { "size": "size"; }, {}, never, ["*"], false>;
955
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMenuOutlined, never>;
956
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMenuOutlined, "swirl-icon-menu-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
957
957
  }
958
- export declare interface FlipIconPhone extends Components.FlipIconPhone {
958
+ export declare interface SwirlIconMessage extends Components.SwirlIconMessage {
959
959
  }
960
- export declare class FlipIconPhone {
960
+ export declare class SwirlIconMessage {
961
961
  protected z: NgZone;
962
962
  protected el: HTMLElement;
963
963
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
964
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconPhone, never>;
965
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconPhone, "flip-icon-phone", never, { "size": "size"; }, {}, never, ["*"], false>;
964
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMessage, never>;
965
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMessage, "swirl-icon-message", never, { "size": "size"; }, {}, never, ["*"], false>;
966
966
  }
967
- export declare interface FlipIconPoll extends Components.FlipIconPoll {
967
+ export declare interface SwirlIconMoreHorizontal extends Components.SwirlIconMoreHorizontal {
968
968
  }
969
- export declare class FlipIconPoll {
969
+ export declare class SwirlIconMoreHorizontal {
970
970
  protected z: NgZone;
971
971
  protected el: HTMLElement;
972
972
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
973
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconPoll, never>;
974
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconPoll, "flip-icon-poll", never, { "size": "size"; }, {}, never, ["*"], false>;
973
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMoreHorizontal, never>;
974
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMoreHorizontal, "swirl-icon-more-horizontal", never, { "size": "size"; }, {}, never, ["*"], false>;
975
975
  }
976
- export declare interface FlipIconPrint extends Components.FlipIconPrint {
976
+ export declare interface SwirlIconMoreVertikal extends Components.SwirlIconMoreVertikal {
977
977
  }
978
- export declare class FlipIconPrint {
978
+ export declare class SwirlIconMoreVertikal {
979
979
  protected z: NgZone;
980
980
  protected el: HTMLElement;
981
981
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
982
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconPrint, never>;
983
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconPrint, "flip-icon-print", never, { "size": "size"; }, {}, never, ["*"], false>;
982
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMoreVertikal, never>;
983
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMoreVertikal, "swirl-icon-more-vertikal", never, { "size": "size"; }, {}, never, ["*"], false>;
984
984
  }
985
- export declare interface FlipIconRecieved extends Components.FlipIconRecieved {
985
+ export declare interface SwirlIconNewsFilled extends Components.SwirlIconNewsFilled {
986
986
  }
987
- export declare class FlipIconRecieved {
987
+ export declare class SwirlIconNewsFilled {
988
988
  protected z: NgZone;
989
989
  protected el: HTMLElement;
990
990
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
991
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconRecieved, never>;
992
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconRecieved, "flip-icon-recieved", never, { "size": "size"; }, {}, never, ["*"], false>;
991
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNewsFilled, never>;
992
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNewsFilled, "swirl-icon-news-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
993
993
  }
994
- export declare interface FlipIconRemove extends Components.FlipIconRemove {
994
+ export declare interface SwirlIconNewsOutlined extends Components.SwirlIconNewsOutlined {
995
995
  }
996
- export declare class FlipIconRemove {
996
+ export declare class SwirlIconNewsOutlined {
997
997
  protected z: NgZone;
998
998
  protected el: HTMLElement;
999
999
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1000
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconRemove, never>;
1001
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconRemove, "flip-icon-remove", never, { "size": "size"; }, {}, never, ["*"], false>;
1000
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNewsOutlined, never>;
1001
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNewsOutlined, "swirl-icon-news-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
1002
1002
  }
1003
- export declare interface FlipIconSearch extends Components.FlipIconSearch {
1003
+ export declare interface SwirlIconNotifications extends Components.SwirlIconNotifications {
1004
1004
  }
1005
- export declare class FlipIconSearch {
1005
+ export declare class SwirlIconNotifications {
1006
1006
  protected z: NgZone;
1007
1007
  protected el: HTMLElement;
1008
1008
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1009
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconSearch, never>;
1010
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconSearch, "flip-icon-search", never, { "size": "size"; }, {}, never, ["*"], false>;
1009
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNotifications, never>;
1010
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNotifications, "swirl-icon-notifications", never, { "size": "size"; }, {}, never, ["*"], false>;
1011
1011
  }
1012
- export declare interface FlipIconSearchStrong extends Components.FlipIconSearchStrong {
1012
+ export declare interface SwirlIconNotificationsActive extends Components.SwirlIconNotificationsActive {
1013
1013
  }
1014
- export declare class FlipIconSearchStrong {
1014
+ export declare class SwirlIconNotificationsActive {
1015
1015
  protected z: NgZone;
1016
1016
  protected el: HTMLElement;
1017
1017
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1018
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconSearchStrong, never>;
1019
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconSearchStrong, "flip-icon-search-strong", never, { "size": "size"; }, {}, never, ["*"], false>;
1018
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNotificationsActive, never>;
1019
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNotificationsActive, "swirl-icon-notifications-active", never, { "size": "size"; }, {}, never, ["*"], false>;
1020
1020
  }
1021
- export declare interface FlipIconSend extends Components.FlipIconSend {
1021
+ export declare interface SwirlIconNotificationsOff extends Components.SwirlIconNotificationsOff {
1022
1022
  }
1023
- export declare class FlipIconSend {
1023
+ export declare class SwirlIconNotificationsOff {
1024
1024
  protected z: NgZone;
1025
1025
  protected el: HTMLElement;
1026
1026
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1027
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconSend, never>;
1028
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconSend, "flip-icon-send", never, { "size": "size"; }, {}, never, ["*"], false>;
1027
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNotificationsOff, never>;
1028
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNotificationsOff, "swirl-icon-notifications-off", never, { "size": "size"; }, {}, never, ["*"], false>;
1029
1029
  }
1030
- export declare interface FlipIconSettings extends Components.FlipIconSettings {
1030
+ export declare interface SwirlIconOpenInNew extends Components.SwirlIconOpenInNew {
1031
1031
  }
1032
- export declare class FlipIconSettings {
1032
+ export declare class SwirlIconOpenInNew {
1033
1033
  protected z: NgZone;
1034
1034
  protected el: HTMLElement;
1035
1035
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1036
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconSettings, never>;
1037
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconSettings, "flip-icon-settings", never, { "size": "size"; }, {}, never, ["*"], false>;
1036
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconOpenInNew, never>;
1037
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconOpenInNew, "swirl-icon-open-in-new", never, { "size": "size"; }, {}, never, ["*"], false>;
1038
1038
  }
1039
- export declare interface FlipIconTimeFilled extends Components.FlipIconTimeFilled {
1039
+ export declare interface SwirlIconPeopleAlt extends Components.SwirlIconPeopleAlt {
1040
1040
  }
1041
- export declare class FlipIconTimeFilled {
1041
+ export declare class SwirlIconPeopleAlt {
1042
1042
  protected z: NgZone;
1043
1043
  protected el: HTMLElement;
1044
1044
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1045
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconTimeFilled, never>;
1046
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconTimeFilled, "flip-icon-time-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
1045
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPeopleAlt, never>;
1046
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPeopleAlt, "swirl-icon-people-alt", never, { "size": "size"; }, {}, never, ["*"], false>;
1047
1047
  }
1048
- export declare interface FlipIconTimeOutlined extends Components.FlipIconTimeOutlined {
1048
+ export declare interface SwirlIconPerson extends Components.SwirlIconPerson {
1049
1049
  }
1050
- export declare class FlipIconTimeOutlined {
1050
+ export declare class SwirlIconPerson {
1051
1051
  protected z: NgZone;
1052
1052
  protected el: HTMLElement;
1053
1053
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1054
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconTimeOutlined, never>;
1055
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconTimeOutlined, "flip-icon-time-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
1054
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPerson, never>;
1055
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPerson, "swirl-icon-person", never, { "size": "size"; }, {}, never, ["*"], false>;
1056
1056
  }
1057
- export declare interface FlipIconToday extends Components.FlipIconToday {
1057
+ export declare interface SwirlIconPersonOff extends Components.SwirlIconPersonOff {
1058
1058
  }
1059
- export declare class FlipIconToday {
1059
+ export declare class SwirlIconPersonOff {
1060
1060
  protected z: NgZone;
1061
1061
  protected el: HTMLElement;
1062
1062
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1063
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconToday, never>;
1064
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconToday, "flip-icon-today", never, { "size": "size"; }, {}, never, ["*"], false>;
1063
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPersonOff, never>;
1064
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPersonOff, "swirl-icon-person-off", never, { "size": "size"; }, {}, never, ["*"], false>;
1065
1065
  }
1066
- export declare interface FlipIconUserAssign extends Components.FlipIconUserAssign {
1066
+ export declare interface SwirlIconPhone extends Components.SwirlIconPhone {
1067
1067
  }
1068
- export declare class FlipIconUserAssign {
1068
+ export declare class SwirlIconPhone {
1069
1069
  protected z: NgZone;
1070
1070
  protected el: HTMLElement;
1071
1071
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1072
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconUserAssign, never>;
1073
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconUserAssign, "flip-icon-user-assign", never, { "size": "size"; }, {}, never, ["*"], false>;
1072
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPhone, never>;
1073
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPhone, "swirl-icon-phone", never, { "size": "size"; }, {}, never, ["*"], false>;
1074
1074
  }
1075
- export declare interface FlipIconVideoCamera extends Components.FlipIconVideoCamera {
1075
+ export declare interface SwirlIconPoll extends Components.SwirlIconPoll {
1076
1076
  }
1077
- export declare class FlipIconVideoCamera {
1077
+ export declare class SwirlIconPoll {
1078
1078
  protected z: NgZone;
1079
1079
  protected el: HTMLElement;
1080
1080
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1081
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconVideoCamera, never>;
1082
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconVideoCamera, "flip-icon-video-camera", never, { "size": "size"; }, {}, never, ["*"], false>;
1081
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPoll, never>;
1082
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPoll, "swirl-icon-poll", never, { "size": "size"; }, {}, never, ["*"], false>;
1083
1083
  }
1084
- export declare interface FlipIconVisibility extends Components.FlipIconVisibility {
1084
+ export declare interface SwirlIconPrint extends Components.SwirlIconPrint {
1085
1085
  }
1086
- export declare class FlipIconVisibility {
1086
+ export declare class SwirlIconPrint {
1087
1087
  protected z: NgZone;
1088
1088
  protected el: HTMLElement;
1089
1089
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1090
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconVisibility, never>;
1091
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconVisibility, "flip-icon-visibility", never, { "size": "size"; }, {}, never, ["*"], false>;
1090
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPrint, never>;
1091
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPrint, "swirl-icon-print", never, { "size": "size"; }, {}, never, ["*"], false>;
1092
1092
  }
1093
- export declare interface FlipIconVisibilityOff extends Components.FlipIconVisibilityOff {
1093
+ export declare interface SwirlIconRecieved extends Components.SwirlIconRecieved {
1094
1094
  }
1095
- export declare class FlipIconVisibilityOff {
1095
+ export declare class SwirlIconRecieved {
1096
1096
  protected z: NgZone;
1097
1097
  protected el: HTMLElement;
1098
1098
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1099
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconVisibilityOff, never>;
1100
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconVisibilityOff, "flip-icon-visibility-off", never, { "size": "size"; }, {}, never, ["*"], false>;
1099
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconRecieved, never>;
1100
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconRecieved, "swirl-icon-recieved", never, { "size": "size"; }, {}, never, ["*"], false>;
1101
1101
  }
1102
- export declare interface FlipIconWarning extends Components.FlipIconWarning {
1102
+ export declare interface SwirlIconRemove extends Components.SwirlIconRemove {
1103
1103
  }
1104
- export declare class FlipIconWarning {
1104
+ export declare class SwirlIconRemove {
1105
1105
  protected z: NgZone;
1106
1106
  protected el: HTMLElement;
1107
1107
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1108
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconWarning, never>;
1109
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconWarning, "flip-icon-warning", never, { "size": "size"; }, {}, never, ["*"], false>;
1108
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconRemove, never>;
1109
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconRemove, "swirl-icon-remove", never, { "size": "size"; }, {}, never, ["*"], false>;
1110
1110
  }
1111
- export declare interface FlipInlineError extends Components.FlipInlineError {
1111
+ export declare interface SwirlIconSearch extends Components.SwirlIconSearch {
1112
1112
  }
1113
- export declare class FlipInlineError {
1113
+ export declare class SwirlIconSearch {
1114
1114
  protected z: NgZone;
1115
1115
  protected el: HTMLElement;
1116
1116
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1117
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipInlineError, never>;
1118
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipInlineError, "flip-inline-error", never, { "message": "message"; "size": "size"; }, {}, never, ["*"], false>;
1117
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSearch, never>;
1118
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSearch, "swirl-icon-search", never, { "size": "size"; }, {}, never, ["*"], false>;
1119
1119
  }
1120
- export declare interface FlipLightbox extends Components.FlipLightbox {
1120
+ export declare interface SwirlIconSearchStrong extends Components.SwirlIconSearchStrong {
1121
1121
  }
1122
- export declare class FlipLightbox {
1122
+ export declare class SwirlIconSearchStrong {
1123
1123
  protected z: NgZone;
1124
1124
  protected el: HTMLElement;
1125
1125
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1126
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipLightbox, never>;
1127
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipLightbox, "flip-lightbox", never, { "closeButtonLabel": "closeButtonLabel"; "downloadButtonLabel": "downloadButtonLabel"; "label": "label"; "nextSlideButtonLabel": "nextSlideButtonLabel"; "previousSlideButtonLabel": "previousSlideButtonLabel"; }, {}, never, ["*"], false>;
1126
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSearchStrong, never>;
1127
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSearchStrong, "swirl-icon-search-strong", never, { "size": "size"; }, {}, never, ["*"], false>;
1128
1128
  }
1129
- export declare interface FlipLink extends Components.FlipLink {
1129
+ export declare interface SwirlIconSend extends Components.SwirlIconSend {
1130
1130
  }
1131
- export declare class FlipLink {
1131
+ export declare class SwirlIconSend {
1132
1132
  protected z: NgZone;
1133
1133
  protected el: HTMLElement;
1134
1134
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1135
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipLink, never>;
1136
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipLink, "flip-link", never, { "href": "href"; "label": "label"; "target": "target"; }, {}, never, ["*"], false>;
1135
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSend, never>;
1136
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSend, "swirl-icon-send", never, { "size": "size"; }, {}, never, ["*"], false>;
1137
1137
  }
1138
- export declare interface FlipList extends Components.FlipList {
1138
+ export declare interface SwirlIconSettings extends Components.SwirlIconSettings {
1139
1139
  }
1140
- export declare class FlipList {
1140
+ export declare class SwirlIconSettings {
1141
1141
  protected z: NgZone;
1142
1142
  protected el: HTMLElement;
1143
1143
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1144
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipList, never>;
1145
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipList, "flip-list", never, {}, {}, never, ["*"], false>;
1144
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSettings, never>;
1145
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSettings, "swirl-icon-settings", never, { "size": "size"; }, {}, never, ["*"], false>;
1146
1146
  }
1147
- export declare interface FlipModal extends Components.FlipModal {
1147
+ export declare interface SwirlIconSync extends Components.SwirlIconSync {
1148
+ }
1149
+ export declare class SwirlIconSync {
1150
+ protected z: NgZone;
1151
+ protected el: HTMLElement;
1152
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1153
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSync, never>;
1154
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSync, "swirl-icon-sync", never, { "size": "size"; }, {}, never, ["*"], false>;
1155
+ }
1156
+ export declare interface SwirlIconTasksFilled extends Components.SwirlIconTasksFilled {
1157
+ }
1158
+ export declare class SwirlIconTasksFilled {
1159
+ protected z: NgZone;
1160
+ protected el: HTMLElement;
1161
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1162
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconTasksFilled, never>;
1163
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTasksFilled, "swirl-icon-tasks-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
1164
+ }
1165
+ export declare interface SwirlIconTasksOutlined extends Components.SwirlIconTasksOutlined {
1166
+ }
1167
+ export declare class SwirlIconTasksOutlined {
1168
+ protected z: NgZone;
1169
+ protected el: HTMLElement;
1170
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1171
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconTasksOutlined, never>;
1172
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTasksOutlined, "swirl-icon-tasks-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
1173
+ }
1174
+ export declare interface SwirlIconTimeFilled extends Components.SwirlIconTimeFilled {
1175
+ }
1176
+ export declare class SwirlIconTimeFilled {
1177
+ protected z: NgZone;
1178
+ protected el: HTMLElement;
1179
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1180
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconTimeFilled, never>;
1181
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTimeFilled, "swirl-icon-time-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
1182
+ }
1183
+ export declare interface SwirlIconTimeOutlined extends Components.SwirlIconTimeOutlined {
1184
+ }
1185
+ export declare class SwirlIconTimeOutlined {
1186
+ protected z: NgZone;
1187
+ protected el: HTMLElement;
1188
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1189
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconTimeOutlined, never>;
1190
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTimeOutlined, "swirl-icon-time-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
1191
+ }
1192
+ export declare interface SwirlIconToday extends Components.SwirlIconToday {
1193
+ }
1194
+ export declare class SwirlIconToday {
1195
+ protected z: NgZone;
1196
+ protected el: HTMLElement;
1197
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1198
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconToday, never>;
1199
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconToday, "swirl-icon-today", never, { "size": "size"; }, {}, never, ["*"], false>;
1200
+ }
1201
+ export declare interface SwirlIconUserAssign extends Components.SwirlIconUserAssign {
1202
+ }
1203
+ export declare class SwirlIconUserAssign {
1204
+ protected z: NgZone;
1205
+ protected el: HTMLElement;
1206
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1207
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconUserAssign, never>;
1208
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconUserAssign, "swirl-icon-user-assign", never, { "size": "size"; }, {}, never, ["*"], false>;
1209
+ }
1210
+ export declare interface SwirlIconVideoCamera extends Components.SwirlIconVideoCamera {
1211
+ }
1212
+ export declare class SwirlIconVideoCamera {
1213
+ protected z: NgZone;
1214
+ protected el: HTMLElement;
1215
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1216
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconVideoCamera, never>;
1217
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconVideoCamera, "swirl-icon-video-camera", never, { "size": "size"; }, {}, never, ["*"], false>;
1218
+ }
1219
+ export declare interface SwirlIconVisibility extends Components.SwirlIconVisibility {
1220
+ }
1221
+ export declare class SwirlIconVisibility {
1222
+ protected z: NgZone;
1223
+ protected el: HTMLElement;
1224
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1225
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconVisibility, never>;
1226
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconVisibility, "swirl-icon-visibility", never, { "size": "size"; }, {}, never, ["*"], false>;
1227
+ }
1228
+ export declare interface SwirlIconVisibilityOff extends Components.SwirlIconVisibilityOff {
1229
+ }
1230
+ export declare class SwirlIconVisibilityOff {
1231
+ protected z: NgZone;
1232
+ protected el: HTMLElement;
1233
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1234
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconVisibilityOff, never>;
1235
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconVisibilityOff, "swirl-icon-visibility-off", never, { "size": "size"; }, {}, never, ["*"], false>;
1236
+ }
1237
+ export declare interface SwirlIconWarning extends Components.SwirlIconWarning {
1238
+ }
1239
+ export declare class SwirlIconWarning {
1240
+ protected z: NgZone;
1241
+ protected el: HTMLElement;
1242
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1243
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconWarning, never>;
1244
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconWarning, "swirl-icon-warning", never, { "size": "size"; }, {}, never, ["*"], false>;
1245
+ }
1246
+ export declare interface SwirlInlineError extends Components.SwirlInlineError {
1247
+ }
1248
+ export declare class SwirlInlineError {
1249
+ protected z: NgZone;
1250
+ protected el: HTMLElement;
1251
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1252
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlInlineError, never>;
1253
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlInlineError, "swirl-inline-error", never, { "message": "message"; "size": "size"; }, {}, never, ["*"], false>;
1254
+ }
1255
+ export declare interface SwirlLightbox extends Components.SwirlLightbox {
1256
+ }
1257
+ export declare class SwirlLightbox {
1258
+ protected z: NgZone;
1259
+ protected el: HTMLElement;
1260
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1261
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlLightbox, never>;
1262
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlLightbox, "swirl-lightbox", never, { "closeButtonLabel": "closeButtonLabel"; "downloadButtonLabel": "downloadButtonLabel"; "label": "label"; "nextSlideButtonLabel": "nextSlideButtonLabel"; "previousSlideButtonLabel": "previousSlideButtonLabel"; }, {}, never, ["*"], false>;
1263
+ }
1264
+ export declare interface SwirlLink extends Components.SwirlLink {
1265
+ }
1266
+ export declare class SwirlLink {
1267
+ protected z: NgZone;
1268
+ protected el: HTMLElement;
1269
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1270
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlLink, never>;
1271
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlLink, "swirl-link", never, { "href": "href"; "label": "label"; "target": "target"; }, {}, never, ["*"], false>;
1272
+ }
1273
+ export declare interface SwirlList extends Components.SwirlList {
1274
+ }
1275
+ export declare class SwirlList {
1276
+ protected z: NgZone;
1277
+ protected el: HTMLElement;
1278
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1279
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlList, never>;
1280
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlList, "swirl-list", never, {}, {}, never, ["*"], false>;
1281
+ }
1282
+ export declare interface SwirlModal extends Components.SwirlModal {
1148
1283
  /**
1149
1284
  *
1150
1285
  */
@@ -1162,67 +1297,67 @@ export declare interface FlipModal extends Components.FlipModal {
1162
1297
  */
1163
1298
  secondaryAction: EventEmitter<CustomEvent<MouseEvent>>;
1164
1299
  }
1165
- export declare class FlipModal {
1300
+ export declare class SwirlModal {
1166
1301
  protected z: NgZone;
1167
1302
  protected el: HTMLElement;
1168
1303
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1169
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipModal, never>;
1170
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipModal, "flip-modal", never, { "closeButtonLabel": "closeButtonLabel"; "label": "label"; "primaryActionLabel": "primaryActionLabel"; "secondaryActionLabel": "secondaryActionLabel"; }, {}, never, ["*"], false>;
1304
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlModal, never>;
1305
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlModal, "swirl-modal", never, { "closeButtonLabel": "closeButtonLabel"; "label": "label"; "primaryActionLabel": "primaryActionLabel"; "secondaryActionLabel": "secondaryActionLabel"; }, {}, never, ["*"], false>;
1171
1306
  }
1172
- export declare interface FlipOptionList extends Components.FlipOptionList {
1307
+ export declare interface SwirlOptionList extends Components.SwirlOptionList {
1173
1308
  /**
1174
1309
  *
1175
1310
  */
1176
1311
  valueChange: EventEmitter<CustomEvent<string[]>>;
1177
1312
  }
1178
- export declare class FlipOptionList {
1313
+ export declare class SwirlOptionList {
1179
1314
  protected z: NgZone;
1180
1315
  protected el: HTMLElement;
1181
1316
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1182
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipOptionList, never>;
1183
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipOptionList, "flip-option-list", never, { "disabled": "disabled"; "label": "label"; "multiSelect": "multiSelect"; "optionListId": "optionListId"; "value": "value"; }, {}, never, ["*"], false>;
1317
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlOptionList, never>;
1318
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlOptionList, "swirl-option-list", never, { "disabled": "disabled"; "label": "label"; "multiSelect": "multiSelect"; "optionListId": "optionListId"; "value": "value"; }, {}, never, ["*"], false>;
1184
1319
  }
1185
- export declare interface FlipOptionListItem extends Components.FlipOptionListItem {
1320
+ export declare interface SwirlOptionListItem extends Components.SwirlOptionListItem {
1186
1321
  }
1187
- export declare class FlipOptionListItem {
1322
+ export declare class SwirlOptionListItem {
1188
1323
  protected z: NgZone;
1189
1324
  protected el: HTMLElement;
1190
1325
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1191
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipOptionListItem, never>;
1192
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipOptionListItem, "flip-option-list-item", never, { "context": "context"; "disabled": "disabled"; "icon": "icon"; "label": "label"; "selected": "selected"; "value": "value"; }, {}, never, ["*"], false>;
1326
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlOptionListItem, never>;
1327
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlOptionListItem, "swirl-option-list-item", never, { "context": "context"; "disabled": "disabled"; "icon": "icon"; "label": "label"; "selected": "selected"; "value": "value"; }, {}, never, ["*"], false>;
1193
1328
  }
1194
- export declare interface FlipOptionListSection extends Components.FlipOptionListSection {
1329
+ export declare interface SwirlOptionListSection extends Components.SwirlOptionListSection {
1195
1330
  }
1196
- export declare class FlipOptionListSection {
1331
+ export declare class SwirlOptionListSection {
1197
1332
  protected z: NgZone;
1198
1333
  protected el: HTMLElement;
1199
1334
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1200
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipOptionListSection, never>;
1201
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipOptionListSection, "flip-option-list-section", never, { "label": "label"; }, {}, never, ["*"], false>;
1335
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlOptionListSection, never>;
1336
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlOptionListSection, "swirl-option-list-section", never, { "label": "label"; }, {}, never, ["*"], false>;
1202
1337
  }
1203
- export declare interface FlipPagination extends Components.FlipPagination {
1338
+ export declare interface SwirlPagination extends Components.SwirlPagination {
1204
1339
  /**
1205
1340
  *
1206
1341
  */
1207
1342
  setPage: EventEmitter<CustomEvent<number>>;
1208
1343
  }
1209
- export declare class FlipPagination {
1344
+ export declare class SwirlPagination {
1210
1345
  protected z: NgZone;
1211
1346
  protected el: HTMLElement;
1212
1347
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1213
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipPagination, never>;
1214
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipPagination, "flip-pagination", never, { "accessibleNextButtonLabel": "accessibleNextButtonLabel"; "accessiblePrevButtonLabel": "accessiblePrevButtonLabel"; "label": "label"; "nextButtonLabel": "nextButtonLabel"; "page": "page"; "pageLabel": "pageLabel"; "pageSelectLabel": "pageSelectLabel"; "pages": "pages"; "prevButtonLabel": "prevButtonLabel"; "variant": "variant"; }, {}, never, ["*"], false>;
1348
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlPagination, never>;
1349
+ 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>;
1215
1350
  }
1216
- export declare interface FlipPdfReader extends Components.FlipPdfReader {
1351
+ export declare interface SwirlPdfReader extends Components.SwirlPdfReader {
1217
1352
  }
1218
- export declare class FlipPdfReader {
1353
+ export declare class SwirlPdfReader {
1219
1354
  protected z: NgZone;
1220
1355
  protected el: HTMLElement;
1221
1356
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1222
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipPdfReader, never>;
1223
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipPdfReader, "flip-pdf-reader", never, { "autoZoomLabel": "autoZoomLabel"; "closeButtonLabel": "closeButtonLabel"; "downloadButtonLabel": "downloadButtonLabel"; "file": "file"; "label": "label"; "printButtonLabel": "printButtonLabel"; "zoomInButtonLabel": "zoomInButtonLabel"; "zoomOutButtonLabel": "zoomOutButtonLabel"; "zoomSelectLabel": "zoomSelectLabel"; }, {}, never, ["*"], false>;
1357
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlPdfReader, never>;
1358
+ 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>;
1224
1359
  }
1225
- export declare interface FlipPopover extends Components.FlipPopover {
1360
+ export declare interface SwirlPopover extends Components.SwirlPopover {
1226
1361
  /**
1227
1362
  *
1228
1363
  */
@@ -1232,84 +1367,84 @@ export declare interface FlipPopover extends Components.FlipPopover {
1232
1367
  */
1233
1368
  popoverOpen: EventEmitter<CustomEvent<void>>;
1234
1369
  }
1235
- export declare class FlipPopover {
1370
+ export declare class SwirlPopover {
1236
1371
  protected z: NgZone;
1237
1372
  protected el: HTMLElement;
1238
1373
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1239
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipPopover, never>;
1240
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipPopover, "flip-popover", never, { "animation": "animation"; "enableFlip": "enableFlip"; "label": "label"; "offset": "offset"; "placement": "placement"; "popoverId": "popoverId"; "trigger": "trigger"; "useContainerWidth": "useContainerWidth"; }, {}, never, ["*"], false>;
1374
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlPopover, never>;
1375
+ 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>;
1241
1376
  }
1242
- export declare interface FlipProgressIndicator extends Components.FlipProgressIndicator {
1377
+ export declare interface SwirlProgressIndicator extends Components.SwirlProgressIndicator {
1243
1378
  }
1244
- export declare class FlipProgressIndicator {
1379
+ export declare class SwirlProgressIndicator {
1245
1380
  protected z: NgZone;
1246
1381
  protected el: HTMLElement;
1247
1382
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1248
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipProgressIndicator, never>;
1249
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipProgressIndicator, "flip-progress-indicator", never, { "label": "label"; "size": "size"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
1383
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlProgressIndicator, never>;
1384
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlProgressIndicator, "swirl-progress-indicator", never, { "label": "label"; "size": "size"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
1250
1385
  }
1251
- export declare interface FlipRadio extends Components.FlipRadio {
1386
+ export declare interface SwirlRadio extends Components.SwirlRadio {
1252
1387
  /**
1253
1388
  *
1254
1389
  */
1255
1390
  valueChange: EventEmitter<CustomEvent<string>>;
1256
1391
  }
1257
- export declare class FlipRadio {
1392
+ export declare class SwirlRadio {
1258
1393
  protected z: NgZone;
1259
1394
  protected el: HTMLElement;
1260
1395
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1261
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipRadio, never>;
1262
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipRadio, "flip-radio", never, { "checked": "checked"; "description": "description"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "invalid": "invalid"; "label": "label"; "value": "value"; }, {}, never, ["*"], false>;
1396
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlRadio, never>;
1397
+ 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>;
1263
1398
  }
1264
- export declare interface FlipRadioGroup extends Components.FlipRadioGroup {
1399
+ export declare interface SwirlRadioGroup extends Components.SwirlRadioGroup {
1265
1400
  /**
1266
1401
  *
1267
1402
  */
1268
1403
  valueChange: EventEmitter<CustomEvent<string>>;
1269
1404
  }
1270
- export declare class FlipRadioGroup {
1405
+ export declare class SwirlRadioGroup {
1271
1406
  protected z: NgZone;
1272
1407
  protected el: HTMLElement;
1273
1408
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1274
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipRadioGroup, never>;
1275
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipRadioGroup, "flip-radio-group", never, { "flipAriaDescribedby": "flipAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
1409
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlRadioGroup, never>;
1410
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlRadioGroup, "swirl-radio-group", never, { "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
1276
1411
  }
1277
- export declare interface FlipResourceList extends Components.FlipResourceList {
1412
+ export declare interface SwirlResourceList extends Components.SwirlResourceList {
1278
1413
  }
1279
- export declare class FlipResourceList {
1414
+ export declare class SwirlResourceList {
1280
1415
  protected z: NgZone;
1281
1416
  protected el: HTMLElement;
1282
1417
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1283
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipResourceList, never>;
1284
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipResourceList, "flip-resource-list", never, { "label": "label"; }, {}, never, ["*"], false>;
1418
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlResourceList, never>;
1419
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlResourceList, "swirl-resource-list", never, { "label": "label"; }, {}, never, ["*"], false>;
1285
1420
  }
1286
- export declare interface FlipResourceListFileItem extends Components.FlipResourceListFileItem {
1421
+ export declare interface SwirlResourceListFileItem extends Components.SwirlResourceListFileItem {
1287
1422
  /**
1288
1423
  *
1289
1424
  */
1290
1425
  remove: EventEmitter<CustomEvent<MouseEvent>>;
1291
1426
  }
1292
- export declare class FlipResourceListFileItem {
1427
+ export declare class SwirlResourceListFileItem {
1293
1428
  protected z: NgZone;
1294
1429
  protected el: HTMLElement;
1295
1430
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1296
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipResourceListFileItem, never>;
1297
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipResourceListFileItem, "flip-resource-list-file-item", never, { "description": "description"; "errorMessage": "errorMessage"; "icon": "icon"; "label": "label"; "loading": "loading"; "removable": "removable"; "removeButtonLabel": "removeButtonLabel"; }, {}, never, ["*"], false>;
1431
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlResourceListFileItem, never>;
1432
+ 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>;
1298
1433
  }
1299
- export declare interface FlipResourceListItem extends Components.FlipResourceListItem {
1434
+ export declare interface SwirlResourceListItem extends Components.SwirlResourceListItem {
1300
1435
  /**
1301
1436
  *
1302
1437
  */
1303
1438
  valueChange: EventEmitter<CustomEvent<boolean>>;
1304
1439
  }
1305
- export declare class FlipResourceListItem {
1440
+ export declare class SwirlResourceListItem {
1306
1441
  protected z: NgZone;
1307
1442
  protected el: HTMLElement;
1308
1443
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1309
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipResourceListItem, never>;
1310
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipResourceListItem, "flip-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>;
1444
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlResourceListItem, never>;
1445
+ 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>;
1311
1446
  }
1312
- export declare interface FlipSearch extends Components.FlipSearch {
1447
+ export declare interface SwirlSearch extends Components.SwirlSearch {
1313
1448
  /**
1314
1449
  *
1315
1450
  */
@@ -1323,102 +1458,156 @@ export declare interface FlipSearch extends Components.FlipSearch {
1323
1458
  */
1324
1459
  valueChange: EventEmitter<CustomEvent<string>>;
1325
1460
  }
1326
- export declare class FlipSearch {
1461
+ export declare class SwirlSearch {
1327
1462
  protected z: NgZone;
1328
1463
  protected el: HTMLElement;
1329
1464
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1330
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipSearch, never>;
1331
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipSearch, "flip-search", never, { "autoFocus": "autoFocus"; "clearButtonLabel": "clearButtonLabel"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "label": "label"; "placeholder": "placeholder"; "value": "value"; }, {}, never, ["*"], false>;
1465
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSearch, never>;
1466
+ 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>;
1332
1467
  }
1333
- export declare interface FlipSelect extends Components.FlipSelect {
1468
+ export declare interface SwirlSelect extends Components.SwirlSelect {
1334
1469
  /**
1335
1470
  *
1336
1471
  */
1337
1472
  valueChange: EventEmitter<CustomEvent<string[]>>;
1338
1473
  }
1339
- export declare class FlipSelect {
1474
+ export declare class SwirlSelect {
1475
+ protected z: NgZone;
1476
+ protected el: HTMLElement;
1477
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1478
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSelect, never>;
1479
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSelect, "swirl-select", never, { "disabled": "disabled"; "invalid": "invalid"; "label": "label"; "multiSelect": "multiSelect"; "required": "required"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
1480
+ }
1481
+ export declare interface SwirlSeparator extends Components.SwirlSeparator {
1482
+ }
1483
+ export declare class SwirlSeparator {
1340
1484
  protected z: NgZone;
1341
1485
  protected el: HTMLElement;
1342
1486
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1343
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipSelect, never>;
1344
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipSelect, "flip-select", never, { "disabled": "disabled"; "flipAriaDescribedby": "flipAriaDescribedby"; "invalid": "invalid"; "label": "label"; "multiSelect": "multiSelect"; "required": "required"; "value": "value"; }, {}, never, ["*"], false>;
1487
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSeparator, never>;
1488
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSeparator, "swirl-separator", never, {}, {}, never, ["*"], false>;
1345
1489
  }
1346
- export declare interface FlipSpinner extends Components.FlipSpinner {
1490
+ export declare interface SwirlSpinner extends Components.SwirlSpinner {
1347
1491
  }
1348
- export declare class FlipSpinner {
1492
+ export declare class SwirlSpinner {
1349
1493
  protected z: NgZone;
1350
1494
  protected el: HTMLElement;
1351
1495
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1352
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipSpinner, never>;
1353
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipSpinner, "flip-spinner", never, { "label": "label"; "size": "size"; }, {}, never, ["*"], false>;
1496
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSpinner, never>;
1497
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSpinner, "swirl-spinner", never, { "label": "label"; "size": "size"; }, {}, never, ["*"], false>;
1354
1498
  }
1355
- export declare interface FlipStack extends Components.FlipStack {
1499
+ export declare interface SwirlStack extends Components.SwirlStack {
1356
1500
  }
1357
- export declare class FlipStack {
1501
+ export declare class SwirlStack {
1358
1502
  protected z: NgZone;
1359
1503
  protected el: HTMLElement;
1360
1504
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1361
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipStack, never>;
1362
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipStack, "flip-stack", never, { "align": "align"; "as": "as"; "justify": "justify"; "orientation": "orientation"; "spacing": "spacing"; "wrap": "wrap"; }, {}, never, ["*"], false>;
1505
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlStack, never>;
1506
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlStack, "swirl-stack", never, { "align": "align"; "as": "as"; "justify": "justify"; "orientation": "orientation"; "spacing": "spacing"; "wrap": "wrap"; }, {}, never, ["*"], false>;
1363
1507
  }
1364
- export declare interface FlipSwitch extends Components.FlipSwitch {
1508
+ export declare interface SwirlSwitch extends Components.SwirlSwitch {
1365
1509
  /**
1366
1510
  *
1367
1511
  */
1368
1512
  valueChange: EventEmitter<CustomEvent<boolean>>;
1369
1513
  }
1370
- export declare class FlipSwitch {
1514
+ export declare class SwirlSwitch {
1515
+ protected z: NgZone;
1516
+ protected el: HTMLElement;
1517
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1518
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSwitch, never>;
1519
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSwitch, "swirl-switch", never, { "checked": "checked"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "label": "label"; "size": "size"; "value": "value"; }, {}, never, ["*"], false>;
1520
+ }
1521
+ export declare interface SwirlTab extends Components.SwirlTab {
1522
+ }
1523
+ export declare class SwirlTab {
1524
+ protected z: NgZone;
1525
+ protected el: HTMLElement;
1526
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1527
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTab, never>;
1528
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTab, "swirl-tab", never, { "active": "active"; "label": "label"; "tabId": "tabId"; }, {}, never, ["*"], false>;
1529
+ }
1530
+ export declare interface SwirlTable extends Components.SwirlTable {
1531
+ }
1532
+ export declare class SwirlTable {
1533
+ protected z: NgZone;
1534
+ protected el: HTMLElement;
1535
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1536
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTable, never>;
1537
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTable, "swirl-table", never, { "caption": "caption"; "emptyStateLabel": "emptyStateLabel"; "label": "label"; }, {}, never, ["*"], false>;
1538
+ }
1539
+ export declare interface SwirlTableCell extends Components.SwirlTableCell {
1540
+ }
1541
+ export declare class SwirlTableCell {
1542
+ protected z: NgZone;
1543
+ protected el: HTMLElement;
1544
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1545
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTableCell, never>;
1546
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableCell, "swirl-table-cell", never, {}, {}, never, ["*"], false>;
1547
+ }
1548
+ export declare interface SwirlTableColumn extends Components.SwirlTableColumn {
1549
+ }
1550
+ export declare class SwirlTableColumn {
1551
+ protected z: NgZone;
1552
+ protected el: HTMLElement;
1553
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1554
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTableColumn, never>;
1555
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableColumn, "swirl-table-column", never, { "maxWidth": "maxWidth"; "minWidth": "minWidth"; "sort": "sort"; "sortable": "sortable"; "sticky": "sticky"; "width": "width"; }, {}, never, ["*"], false>;
1556
+ }
1557
+ export declare interface SwirlTableRow extends Components.SwirlTableRow {
1558
+ }
1559
+ export declare class SwirlTableRow {
1371
1560
  protected z: NgZone;
1372
1561
  protected el: HTMLElement;
1373
1562
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1374
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipSwitch, never>;
1375
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipSwitch, "flip-switch", never, { "checked": "checked"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "label": "label"; "size": "size"; "value": "value"; }, {}, never, ["*"], false>;
1563
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTableRow, never>;
1564
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableRow, "swirl-table-row", never, { "highlighted": "highlighted"; "index": "index"; }, {}, never, ["*"], false>;
1376
1565
  }
1377
- export declare interface FlipTab extends Components.FlipTab {
1566
+ export declare interface SwirlTableRowGroup extends Components.SwirlTableRowGroup {
1378
1567
  }
1379
- export declare class FlipTab {
1568
+ export declare class SwirlTableRowGroup {
1380
1569
  protected z: NgZone;
1381
1570
  protected el: HTMLElement;
1382
1571
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1383
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipTab, never>;
1384
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipTab, "flip-tab", never, { "active": "active"; "label": "label"; "tabId": "tabId"; }, {}, never, ["*"], false>;
1572
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTableRowGroup, never>;
1573
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableRowGroup, "swirl-table-row-group", never, { "label": "label"; }, {}, never, ["*"], false>;
1385
1574
  }
1386
- export declare interface FlipTabs extends Components.FlipTabs {
1575
+ export declare interface SwirlTabs extends Components.SwirlTabs {
1387
1576
  /**
1388
1577
  *
1389
1578
  */
1390
- tabActivated: EventEmitter<CustomEvent<HTMLFlipTabElement>>;
1579
+ tabActivated: EventEmitter<CustomEvent<HTMLSwirlTabElement>>;
1391
1580
  }
1392
- export declare class FlipTabs {
1581
+ export declare class SwirlTabs {
1393
1582
  protected z: NgZone;
1394
1583
  protected el: HTMLElement;
1395
1584
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1396
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipTabs, never>;
1397
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipTabs, "flip-tabs", never, { "initialTab": "initialTab"; "label": "label"; }, {}, never, ["*"], false>;
1585
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTabs, never>;
1586
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTabs, "swirl-tabs", never, { "initialTab": "initialTab"; "label": "label"; }, {}, never, ["*"], false>;
1398
1587
  }
1399
- export declare interface FlipTag extends Components.FlipTag {
1588
+ export declare interface SwirlTag extends Components.SwirlTag {
1400
1589
  /**
1401
1590
  *
1402
1591
  */
1403
1592
  remove: EventEmitter<CustomEvent<MouseEvent>>;
1404
1593
  }
1405
- export declare class FlipTag {
1594
+ export declare class SwirlTag {
1406
1595
  protected z: NgZone;
1407
1596
  protected el: HTMLElement;
1408
1597
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1409
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipTag, never>;
1410
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipTag, "flip-tag", never, { "intent": "intent"; "label": "label"; "removable": "removable"; "removalButtonLabel": "removalButtonLabel"; }, {}, never, ["*"], false>;
1598
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTag, never>;
1599
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTag, "swirl-tag", never, { "intent": "intent"; "label": "label"; "removable": "removable"; "removalButtonLabel": "removalButtonLabel"; }, {}, never, ["*"], false>;
1411
1600
  }
1412
- export declare interface FlipText extends Components.FlipText {
1601
+ export declare interface SwirlText extends Components.SwirlText {
1413
1602
  }
1414
- export declare class FlipText {
1603
+ export declare class SwirlText {
1415
1604
  protected z: NgZone;
1416
1605
  protected el: HTMLElement;
1417
1606
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1418
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipText, never>;
1419
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipText, "flip-text", never, { "align": "align"; "as": "as"; "color": "color"; "fontStyle": "fontStyle"; "size": "size"; "truncate": "truncate"; "weight": "weight"; }, {}, never, ["*"], false>;
1607
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlText, never>;
1608
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlText, "swirl-text", never, { "align": "align"; "as": "as"; "color": "color"; "fontStyle": "fontStyle"; "size": "size"; "truncate": "truncate"; "weight": "weight"; }, {}, never, ["*"], false>;
1420
1609
  }
1421
- export declare interface FlipTextInput extends Components.FlipTextInput {
1610
+ export declare interface SwirlTextInput extends Components.SwirlTextInput {
1422
1611
  /**
1423
1612
  *
1424
1613
  */
@@ -1432,90 +1621,90 @@ export declare interface FlipTextInput extends Components.FlipTextInput {
1432
1621
  */
1433
1622
  valueChange: EventEmitter<CustomEvent<string>>;
1434
1623
  }
1435
- export declare class FlipTextInput {
1624
+ export declare class SwirlTextInput {
1436
1625
  protected z: NgZone;
1437
1626
  protected el: HTMLElement;
1438
1627
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1439
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipTextInput, never>;
1440
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipTextInput, "flip-text-input", never, { "autoComplete": "autoComplete"; "autoFocus": "autoFocus"; "autoSelect": "autoSelect"; "clearButtonLabel": "clearButtonLabel"; "clearable": "clearable"; "disableDynamicWidth": "disableDynamicWidth"; "disabled": "disabled"; "flipAriaAutocomplete": "flipAriaAutocomplete"; "flipAriaControls": "flipAriaControls"; "flipAriaDescribedby": "flipAriaDescribedby"; "flipAriaExpanded": "flipAriaExpanded"; "flipRole": "flipRole"; "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"; "type": "type"; "value": "value"; }, {}, never, ["*"], false>;
1628
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTextInput, never>;
1629
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTextInput, "swirl-text-input", never, { "autoComplete": "autoComplete"; "autoFocus": "autoFocus"; "autoSelect": "autoSelect"; "clearButtonLabel": "clearButtonLabel"; "clearable": "clearable"; "disableDynamicWidth": "disableDynamicWidth"; "disabled": "disabled"; "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>;
1441
1630
  }
1442
- export declare interface FlipThemeProvider extends Components.FlipThemeProvider {
1631
+ export declare interface SwirlThemeProvider extends Components.SwirlThemeProvider {
1443
1632
  /**
1444
1633
  *
1445
1634
  */
1446
- themeChange: EventEmitter<CustomEvent<IFlipThemeProviderFlipThemeChangeEventData>>;
1635
+ themeChange: EventEmitter<CustomEvent<ISwirlThemeProviderSwirlThemeChangeEventData>>;
1447
1636
  }
1448
- export declare class FlipThemeProvider {
1637
+ export declare class SwirlThemeProvider {
1449
1638
  protected z: NgZone;
1450
1639
  protected el: HTMLElement;
1451
1640
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1452
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipThemeProvider, never>;
1453
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipThemeProvider, "flip-theme-provider", never, { "config": "config"; }, {}, never, ["*"], false>;
1641
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlThemeProvider, never>;
1642
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlThemeProvider, "swirl-theme-provider", never, { "config": "config"; }, {}, never, ["*"], false>;
1454
1643
  }
1455
- export declare interface FlipThumbnail extends Components.FlipThumbnail {
1644
+ export declare interface SwirlThumbnail extends Components.SwirlThumbnail {
1456
1645
  }
1457
- export declare class FlipThumbnail {
1646
+ export declare class SwirlThumbnail {
1458
1647
  protected z: NgZone;
1459
1648
  protected el: HTMLElement;
1460
1649
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1461
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipThumbnail, never>;
1462
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipThumbnail, "flip-thumbnail", never, { "alt": "alt"; "format": "format"; "size": "size"; "src": "src"; }, {}, never, ["*"], false>;
1650
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlThumbnail, never>;
1651
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlThumbnail, "swirl-thumbnail", never, { "alt": "alt"; "format": "format"; "size": "size"; "src": "src"; }, {}, never, ["*"], false>;
1463
1652
  }
1464
- export declare interface FlipToast extends Components.FlipToast {
1653
+ export declare interface SwirlToast extends Components.SwirlToast {
1465
1654
  /**
1466
1655
  *
1467
1656
  */
1468
1657
  dismiss: EventEmitter<CustomEvent<string>>;
1469
1658
  }
1470
- export declare class FlipToast {
1659
+ export declare class SwirlToast {
1471
1660
  protected z: NgZone;
1472
1661
  protected el: HTMLElement;
1473
1662
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1474
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipToast, never>;
1475
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipToast, "flip-toast", never, { "accessibleDismissLabel": "accessibleDismissLabel"; "content": "content"; "dismissLabel": "dismissLabel"; "duration": "duration"; "icon": "icon"; "intent": "intent"; "toastId": "toastId"; }, {}, never, ["*"], false>;
1663
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlToast, never>;
1664
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlToast, "swirl-toast", never, { "accessibleDismissLabel": "accessibleDismissLabel"; "content": "content"; "dismissLabel": "dismissLabel"; "duration": "duration"; "icon": "icon"; "intent": "intent"; "toastId": "toastId"; }, {}, never, ["*"], false>;
1476
1665
  }
1477
- export declare interface FlipToastProvider extends Components.FlipToastProvider {
1666
+ export declare interface SwirlToastProvider extends Components.SwirlToastProvider {
1478
1667
  }
1479
- export declare class FlipToastProvider {
1668
+ export declare class SwirlToastProvider {
1480
1669
  protected z: NgZone;
1481
1670
  protected el: HTMLElement;
1482
1671
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1483
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipToastProvider, never>;
1484
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipToastProvider, "flip-toast-provider", never, { "globalDuration": "globalDuration"; }, {}, never, ["*"], false>;
1672
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlToastProvider, never>;
1673
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlToastProvider, "swirl-toast-provider", never, { "globalDuration": "globalDuration"; }, {}, never, ["*"], false>;
1485
1674
  }
1486
- export declare interface FlipTooltip extends Components.FlipTooltip {
1675
+ export declare interface SwirlTooltip extends Components.SwirlTooltip {
1487
1676
  }
1488
- export declare class FlipTooltip {
1677
+ export declare class SwirlTooltip {
1489
1678
  protected z: NgZone;
1490
1679
  protected el: HTMLElement;
1491
1680
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1492
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipTooltip, never>;
1493
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipTooltip, "flip-tooltip", never, { "content": "content"; "delay": "delay"; "position": "position"; }, {}, never, ["*"], false>;
1681
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTooltip, never>;
1682
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTooltip, "swirl-tooltip", never, { "content": "content"; "delay": "delay"; "position": "position"; }, {}, never, ["*"], false>;
1494
1683
  }
1495
- export declare interface FlipTreeNavigationItem extends Components.FlipTreeNavigationItem {
1684
+ export declare interface SwirlTreeNavigationItem extends Components.SwirlTreeNavigationItem {
1496
1685
  }
1497
- export declare class FlipTreeNavigationItem {
1686
+ export declare class SwirlTreeNavigationItem {
1498
1687
  protected z: NgZone;
1499
1688
  protected el: HTMLElement;
1500
1689
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1501
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipTreeNavigationItem, never>;
1502
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipTreeNavigationItem, "flip-tree-navigation-item", never, { "active": "active"; "icon": "icon"; "label": "label"; }, {}, never, ["*"], false>;
1690
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTreeNavigationItem, never>;
1691
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTreeNavigationItem, "swirl-tree-navigation-item", never, { "active": "active"; "icon": "icon"; "label": "label"; }, {}, never, ["*"], false>;
1503
1692
  }
1504
- export declare interface FlipVideoThumbnail extends Components.FlipVideoThumbnail {
1693
+ export declare interface SwirlVideoThumbnail extends Components.SwirlVideoThumbnail {
1505
1694
  }
1506
- export declare class FlipVideoThumbnail {
1695
+ export declare class SwirlVideoThumbnail {
1507
1696
  protected z: NgZone;
1508
1697
  protected el: HTMLElement;
1509
1698
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1510
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipVideoThumbnail, never>;
1511
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipVideoThumbnail, "flip-video-thumbnail", never, { "duration": "duration"; "durationLabel": "durationLabel"; "label": "label"; "src": "src"; }, {}, never, ["*"], false>;
1699
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlVideoThumbnail, never>;
1700
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlVideoThumbnail, "swirl-video-thumbnail", never, { "duration": "duration"; "durationLabel": "durationLabel"; "label": "label"; "src": "src"; }, {}, never, ["*"], false>;
1512
1701
  }
1513
- export declare interface FlipVisuallyHidden extends Components.FlipVisuallyHidden {
1702
+ export declare interface SwirlVisuallyHidden extends Components.SwirlVisuallyHidden {
1514
1703
  }
1515
- export declare class FlipVisuallyHidden {
1704
+ export declare class SwirlVisuallyHidden {
1516
1705
  protected z: NgZone;
1517
1706
  protected el: HTMLElement;
1518
1707
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1519
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipVisuallyHidden, never>;
1520
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipVisuallyHidden, "flip-visually-hidden", never, {}, {}, never, ["*"], false>;
1708
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlVisuallyHidden, never>;
1709
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlVisuallyHidden, "swirl-visually-hidden", never, {}, {}, never, ["*"], false>;
1521
1710
  }