@getflip/swirl-components-angular 0.10.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (24) hide show
  1. package/.turbo/turbo-build.log +2 -2
  2. package/CHANGELOG.md +88 -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 +1583 -1286
  6. package/dist/component-library/esm2020/lib/stencil-generated/index.mjs +170 -158
  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 +1591 -1294
  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 +1591 -1294
  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 +752 -633
  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 +764 -505
  22. package/projects/component-library/src/lib/stencil-generated/index.ts +169 -157
  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"; "inline": "inline"; "invalid": "invalid"; "maxLength": "maxLength"; "menuLabel": "menuLabel"; "mode": "mode"; "required": "required"; "spellCheck": "spellCheck"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
79
79
  }
80
- export declare interface 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"; "datePickerTriggerLabel": "datePickerTriggerLabel"; "disabled": "disabled"; "format": "format"; "inline": "inline"; "invalid": "invalid"; "labels": "labels"; "locale": "locale"; "placeholder": "placeholder"; "required": "required"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
211
211
  }
212
- export declare interface 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, { "labels": "labels"; "locale": "locale"; "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,991 +250,1045 @@ 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"; "inline": "inline"; "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"; "balance": "balance"; "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 FlipIconChatsFilled extends Components.FlipIconChatsFilled {
508
+ export declare interface SwirlIconCancel extends Components.SwirlIconCancel {
509
509
  }
510
- export declare class FlipIconChatsFilled {
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<FlipIconChatsFilled, never>;
515
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconChatsFilled, "flip-icon-chats-filled", 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 FlipIconChatsOutlined extends Components.FlipIconChatsOutlined {
517
+ export declare interface SwirlIconChatBubble extends Components.SwirlIconChatBubble {
518
518
  }
519
- export declare class FlipIconChatsOutlined {
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<FlipIconChatsOutlined, never>;
524
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconChatsOutlined, "flip-icon-chats-outlined", 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 FlipIconCheck extends Components.FlipIconCheck {
526
+ export declare interface SwirlIconChatsFilled extends Components.SwirlIconChatsFilled {
527
527
  }
528
- export declare class FlipIconCheck {
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<FlipIconCheck, never>;
533
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCheck, "flip-icon-check", 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 FlipIconCheckCircle extends Components.FlipIconCheckCircle {
535
+ export declare interface SwirlIconChatsOutlined extends Components.SwirlIconChatsOutlined {
536
536
  }
537
- export declare class FlipIconCheckCircle {
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<FlipIconCheckCircle, never>;
542
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCheckCircle, "flip-icon-check-circle", 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 FlipIconCheckSmall extends Components.FlipIconCheckSmall {
544
+ export declare interface SwirlIconCheck extends Components.SwirlIconCheck {
545
545
  }
546
- export declare class FlipIconCheckSmall {
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<FlipIconCheckSmall, never>;
551
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCheckSmall, "flip-icon-check-small", 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 FlipIconCheckStrong extends Components.FlipIconCheckStrong {
553
+ export declare interface SwirlIconCheckCircle extends Components.SwirlIconCheckCircle {
554
554
  }
555
- export declare class FlipIconCheckStrong {
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<FlipIconCheckStrong, never>;
560
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCheckStrong, "flip-icon-check-strong", 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 FlipIconChevronLeft extends Components.FlipIconChevronLeft {
562
+ export declare interface SwirlIconCheckSmall extends Components.SwirlIconCheckSmall {
563
563
  }
564
- export declare class FlipIconChevronLeft {
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<FlipIconChevronLeft, never>;
569
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconChevronLeft, "flip-icon-chevron-left", 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 FlipIconChevronRight extends Components.FlipIconChevronRight {
571
+ export declare interface SwirlIconCheckStrong extends Components.SwirlIconCheckStrong {
572
572
  }
573
- export declare class FlipIconChevronRight {
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<FlipIconChevronRight, never>;
578
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconChevronRight, "flip-icon-chevron-right", 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 FlipIconClose extends Components.FlipIconClose {
580
+ export declare interface SwirlIconChevronLeft extends Components.SwirlIconChevronLeft {
581
581
  }
582
- export declare class FlipIconClose {
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<FlipIconClose, never>;
587
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconClose, "flip-icon-close", 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 FlipIconCloseSmall extends Components.FlipIconCloseSmall {
589
+ export declare interface SwirlIconChevronRight extends Components.SwirlIconChevronRight {
590
590
  }
591
- export declare class FlipIconCloseSmall {
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<FlipIconCloseSmall, never>;
596
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCloseSmall, "flip-icon-close-small", 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 FlipIconCloudUpload extends Components.FlipIconCloudUpload {
598
+ export declare interface SwirlIconClose extends Components.SwirlIconClose {
599
599
  }
600
- export declare class FlipIconCloudUpload {
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<FlipIconCloudUpload, never>;
605
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCloudUpload, "flip-icon-cloud-upload", 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 FlipIconComment extends Components.FlipIconComment {
607
+ export declare interface SwirlIconCloseSmall extends Components.SwirlIconCloseSmall {
608
608
  }
609
- export declare class FlipIconComment {
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<FlipIconComment, never>;
614
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconComment, "flip-icon-comment", 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 FlipIconCopy extends Components.FlipIconCopy {
616
+ export declare interface SwirlIconCloudUpload extends Components.SwirlIconCloudUpload {
617
617
  }
618
- export declare class FlipIconCopy {
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<FlipIconCopy, never>;
623
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCopy, "flip-icon-copy", 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 FlipIconDateRange extends Components.FlipIconDateRange {
625
+ export declare interface SwirlIconColumn extends Components.SwirlIconColumn {
626
626
  }
627
- export declare class FlipIconDateRange {
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<FlipIconDateRange, never>;
632
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconDateRange, "flip-icon-date-range", 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 FlipIconDelete extends Components.FlipIconDelete {
634
+ export declare interface SwirlIconComment extends Components.SwirlIconComment {
635
635
  }
636
- export declare class FlipIconDelete {
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<FlipIconDelete, never>;
641
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconDelete, "flip-icon-delete", 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 FlipIconDescription extends Components.FlipIconDescription {
643
+ export declare interface SwirlIconCopy extends Components.SwirlIconCopy {
644
644
  }
645
- export declare class FlipIconDescription {
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<FlipIconDescription, never>;
650
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconDescription, "flip-icon-description", 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 FlipIconDownload extends Components.FlipIconDownload {
652
+ export declare interface SwirlIconDateRange extends Components.SwirlIconDateRange {
653
653
  }
654
- export declare class FlipIconDownload {
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<FlipIconDownload, never>;
659
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconDownload, "flip-icon-download", 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 FlipIconEdit extends Components.FlipIconEdit {
661
+ export declare interface SwirlIconDelete extends Components.SwirlIconDelete {
662
662
  }
663
- export declare class FlipIconEdit {
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<FlipIconEdit, never>;
668
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconEdit, "flip-icon-edit", 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 FlipIconEmojiMood extends Components.FlipIconEmojiMood {
670
+ export declare interface SwirlIconDescription extends Components.SwirlIconDescription {
671
671
  }
672
- export declare class FlipIconEmojiMood {
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<FlipIconEmojiMood, never>;
677
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconEmojiMood, "flip-icon-emoji-mood", 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 FlipIconEmojiSatisfied extends Components.FlipIconEmojiSatisfied {
679
+ export declare interface SwirlIconDownload extends Components.SwirlIconDownload {
680
680
  }
681
- export declare class FlipIconEmojiSatisfied {
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<FlipIconEmojiSatisfied, never>;
686
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconEmojiSatisfied, "flip-icon-emoji-satisfied", 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 FlipIconError extends Components.FlipIconError {
688
+ export declare interface SwirlIconDragHandle extends Components.SwirlIconDragHandle {
689
689
  }
690
- export declare class FlipIconError {
690
+ export declare class SwirlIconDragHandle {
691
691
  protected z: NgZone;
692
692
  protected el: HTMLElement;
693
693
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
694
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconError, never>;
695
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconError, "flip-icon-error", never, { "size": "size"; }, {}, never, ["*"], false>;
694
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconDragHandle, never>;
695
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconDragHandle, "swirl-icon-drag-handle", never, { "size": "size"; }, {}, never, ["*"], false>;
696
696
  }
697
- export declare interface FlipIconExpandLess extends Components.FlipIconExpandLess {
697
+ export declare interface SwirlIconEdit extends Components.SwirlIconEdit {
698
698
  }
699
- export declare class FlipIconExpandLess {
699
+ export declare class SwirlIconEdit {
700
700
  protected z: NgZone;
701
701
  protected el: HTMLElement;
702
702
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
703
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconExpandLess, never>;
704
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconExpandLess, "flip-icon-expand-less", never, { "size": "size"; }, {}, never, ["*"], false>;
703
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconEdit, never>;
704
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconEdit, "swirl-icon-edit", never, { "size": "size"; }, {}, never, ["*"], false>;
705
705
  }
706
- export declare interface FlipIconExpandMore extends Components.FlipIconExpandMore {
706
+ export declare interface SwirlIconEmojiMood extends Components.SwirlIconEmojiMood {
707
707
  }
708
- export declare class FlipIconExpandMore {
708
+ export declare class SwirlIconEmojiMood {
709
709
  protected z: NgZone;
710
710
  protected el: HTMLElement;
711
711
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
712
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconExpandMore, never>;
713
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconExpandMore, "flip-icon-expand-more", never, { "size": "size"; }, {}, never, ["*"], false>;
712
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconEmojiMood, never>;
713
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconEmojiMood, "swirl-icon-emoji-mood", never, { "size": "size"; }, {}, never, ["*"], false>;
714
714
  }
715
- export declare interface FlipIconFile extends Components.FlipIconFile {
715
+ export declare interface SwirlIconEmojiSatisfied extends Components.SwirlIconEmojiSatisfied {
716
716
  }
717
- export declare class FlipIconFile {
717
+ export declare class SwirlIconEmojiSatisfied {
718
718
  protected z: NgZone;
719
719
  protected el: HTMLElement;
720
720
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
721
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconFile, never>;
722
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconFile, "flip-icon-file", never, { "size": "size"; }, {}, never, ["*"], false>;
721
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconEmojiSatisfied, never>;
722
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconEmojiSatisfied, "swirl-icon-emoji-satisfied", never, { "size": "size"; }, {}, never, ["*"], false>;
723
723
  }
724
- export declare interface FlipIconFolderShared extends Components.FlipIconFolderShared {
724
+ export declare interface SwirlIconError extends Components.SwirlIconError {
725
725
  }
726
- export declare class FlipIconFolderShared {
726
+ export declare class SwirlIconError {
727
727
  protected z: NgZone;
728
728
  protected el: HTMLElement;
729
729
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
730
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconFolderShared, never>;
731
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconFolderShared, "flip-icon-folder-shared", never, { "size": "size"; }, {}, never, ["*"], false>;
730
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconError, never>;
731
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconError, "swirl-icon-error", never, { "size": "size"; }, {}, never, ["*"], false>;
732
732
  }
733
- export declare interface FlipIconFullscreen extends Components.FlipIconFullscreen {
733
+ export declare interface SwirlIconExpandLess extends Components.SwirlIconExpandLess {
734
734
  }
735
- export declare class FlipIconFullscreen {
735
+ export declare class SwirlIconExpandLess {
736
736
  protected z: NgZone;
737
737
  protected el: HTMLElement;
738
738
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
739
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconFullscreen, never>;
740
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconFullscreen, "flip-icon-fullscreen", never, { "size": "size"; }, {}, never, ["*"], false>;
739
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconExpandLess, never>;
740
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconExpandLess, "swirl-icon-expand-less", never, { "size": "size"; }, {}, never, ["*"], false>;
741
741
  }
742
- export declare interface FlipIconFullscreenExit extends Components.FlipIconFullscreenExit {
742
+ export declare interface SwirlIconExpandMore extends Components.SwirlIconExpandMore {
743
743
  }
744
- export declare class FlipIconFullscreenExit {
744
+ export declare class SwirlIconExpandMore {
745
745
  protected z: NgZone;
746
746
  protected el: HTMLElement;
747
747
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
748
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconFullscreenExit, never>;
749
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconFullscreenExit, "flip-icon-fullscreen-exit", never, { "size": "size"; }, {}, never, ["*"], false>;
748
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconExpandMore, never>;
749
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconExpandMore, "swirl-icon-expand-more", never, { "size": "size"; }, {}, never, ["*"], false>;
750
750
  }
751
- export declare interface FlipIconGroupAssign extends Components.FlipIconGroupAssign {
751
+ export declare interface SwirlIconFile extends Components.SwirlIconFile {
752
752
  }
753
- export declare class FlipIconGroupAssign {
753
+ export declare class SwirlIconFile {
754
754
  protected z: NgZone;
755
755
  protected el: HTMLElement;
756
756
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
757
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconGroupAssign, never>;
758
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconGroupAssign, "flip-icon-group-assign", never, { "size": "size"; }, {}, never, ["*"], false>;
757
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFile, never>;
758
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFile, "swirl-icon-file", never, { "size": "size"; }, {}, never, ["*"], false>;
759
759
  }
760
- export declare interface FlipIconGroups extends Components.FlipIconGroups {
760
+ export declare interface SwirlIconFilter extends Components.SwirlIconFilter {
761
761
  }
762
- export declare class FlipIconGroups {
762
+ export declare class SwirlIconFilter {
763
763
  protected z: NgZone;
764
764
  protected el: HTMLElement;
765
765
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
766
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconGroups, never>;
767
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconGroups, "flip-icon-groups", never, { "size": "size"; }, {}, never, ["*"], false>;
766
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFilter, never>;
767
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFilter, "swirl-icon-filter", never, { "size": "size"; }, {}, never, ["*"], false>;
768
768
  }
769
- export declare interface FlipIconGroupsCustom extends Components.FlipIconGroupsCustom {
769
+ export declare interface SwirlIconFolderShared extends Components.SwirlIconFolderShared {
770
770
  }
771
- export declare class FlipIconGroupsCustom {
771
+ export declare class SwirlIconFolderShared {
772
772
  protected z: NgZone;
773
773
  protected el: HTMLElement;
774
774
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
775
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconGroupsCustom, never>;
776
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconGroupsCustom, "flip-icon-groups-custom", never, { "size": "size"; }, {}, never, ["*"], false>;
775
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFolderShared, never>;
776
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFolderShared, "swirl-icon-folder-shared", never, { "size": "size"; }, {}, never, ["*"], false>;
777
777
  }
778
- export declare interface FlipIconGroupsFilled extends Components.FlipIconGroupsFilled {
778
+ export declare interface SwirlIconFullscreen extends Components.SwirlIconFullscreen {
779
779
  }
780
- export declare class FlipIconGroupsFilled {
780
+ export declare class SwirlIconFullscreen {
781
781
  protected z: NgZone;
782
782
  protected el: HTMLElement;
783
783
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
784
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconGroupsFilled, never>;
785
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconGroupsFilled, "flip-icon-groups-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
784
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFullscreen, never>;
785
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFullscreen, "swirl-icon-fullscreen", never, { "size": "size"; }, {}, never, ["*"], false>;
786
786
  }
787
- export declare interface FlipIconGroupsOutlined extends Components.FlipIconGroupsOutlined {
787
+ export declare interface SwirlIconFullscreenExit extends Components.SwirlIconFullscreenExit {
788
788
  }
789
- export declare class FlipIconGroupsOutlined {
789
+ export declare class SwirlIconFullscreenExit {
790
790
  protected z: NgZone;
791
791
  protected el: HTMLElement;
792
792
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
793
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconGroupsOutlined, never>;
794
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconGroupsOutlined, "flip-icon-groups-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
793
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconFullscreenExit, never>;
794
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconFullscreenExit, "swirl-icon-fullscreen-exit", never, { "size": "size"; }, {}, never, ["*"], false>;
795
795
  }
796
- export declare interface FlipIconHelp extends Components.FlipIconHelp {
796
+ export declare interface SwirlIconGroupAssign extends Components.SwirlIconGroupAssign {
797
797
  }
798
- export declare class FlipIconHelp {
798
+ export declare class SwirlIconGroupAssign {
799
799
  protected z: NgZone;
800
800
  protected el: HTMLElement;
801
801
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
802
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconHelp, never>;
803
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconHelp, "flip-icon-help", never, { "size": "size"; }, {}, never, ["*"], false>;
802
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconGroupAssign, never>;
803
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroupAssign, "swirl-icon-group-assign", never, { "size": "size"; }, {}, never, ["*"], false>;
804
804
  }
805
- export declare interface FlipIconImage extends Components.FlipIconImage {
805
+ export declare interface SwirlIconGroups extends Components.SwirlIconGroups {
806
806
  }
807
- export declare class FlipIconImage {
807
+ export declare class SwirlIconGroups {
808
808
  protected z: NgZone;
809
809
  protected el: HTMLElement;
810
810
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
811
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconImage, never>;
812
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconImage, "flip-icon-image", never, { "size": "size"; }, {}, never, ["*"], false>;
811
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconGroups, never>;
812
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroups, "swirl-icon-groups", never, { "size": "size"; }, {}, never, ["*"], false>;
813
813
  }
814
- export declare interface FlipIconInfo extends Components.FlipIconInfo {
814
+ export declare interface SwirlIconGroupsCustom extends Components.SwirlIconGroupsCustom {
815
815
  }
816
- export declare class FlipIconInfo {
816
+ export declare class SwirlIconGroupsCustom {
817
817
  protected z: NgZone;
818
818
  protected el: HTMLElement;
819
819
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
820
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconInfo, never>;
821
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconInfo, "flip-icon-info", never, { "size": "size"; }, {}, never, ["*"], false>;
820
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconGroupsCustom, never>;
821
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroupsCustom, "swirl-icon-groups-custom", never, { "size": "size"; }, {}, never, ["*"], false>;
822
822
  }
823
- export declare interface FlipIconInventory extends Components.FlipIconInventory {
823
+ export declare interface SwirlIconGroupsFilled extends Components.SwirlIconGroupsFilled {
824
824
  }
825
- export declare class FlipIconInventory {
825
+ export declare class SwirlIconGroupsFilled {
826
826
  protected z: NgZone;
827
827
  protected el: HTMLElement;
828
828
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
829
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconInventory, never>;
830
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconInventory, "flip-icon-inventory", never, { "size": "size"; }, {}, never, ["*"], false>;
829
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconGroupsFilled, never>;
830
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroupsFilled, "swirl-icon-groups-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
831
831
  }
832
- export declare interface FlipIconLike extends Components.FlipIconLike {
832
+ export declare interface SwirlIconGroupsOutlined extends Components.SwirlIconGroupsOutlined {
833
833
  }
834
- export declare class FlipIconLike {
834
+ export declare class SwirlIconGroupsOutlined {
835
835
  protected z: NgZone;
836
836
  protected el: HTMLElement;
837
837
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
838
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconLike, never>;
839
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconLike, "flip-icon-like", never, { "size": "size"; }, {}, never, ["*"], false>;
838
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconGroupsOutlined, never>;
839
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconGroupsOutlined, "swirl-icon-groups-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
840
840
  }
841
- export declare interface FlipIconLink extends Components.FlipIconLink {
841
+ export declare interface SwirlIconHelp extends Components.SwirlIconHelp {
842
842
  }
843
- export declare class FlipIconLink {
843
+ export declare class SwirlIconHelp {
844
844
  protected z: NgZone;
845
845
  protected el: HTMLElement;
846
846
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
847
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconLink, never>;
848
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconLink, "flip-icon-link", never, { "size": "size"; }, {}, never, ["*"], false>;
847
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconHelp, never>;
848
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconHelp, "swirl-icon-help", never, { "size": "size"; }, {}, never, ["*"], false>;
849
849
  }
850
- export declare interface FlipIconLock extends Components.FlipIconLock {
850
+ export declare interface SwirlIconImage extends Components.SwirlIconImage {
851
851
  }
852
- export declare class FlipIconLock {
852
+ export declare class SwirlIconImage {
853
853
  protected z: NgZone;
854
854
  protected el: HTMLElement;
855
855
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
856
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconLock, never>;
857
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconLock, "flip-icon-lock", never, { "size": "size"; }, {}, never, ["*"], false>;
856
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconImage, never>;
857
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconImage, "swirl-icon-image", never, { "size": "size"; }, {}, never, ["*"], false>;
858
858
  }
859
- export declare interface FlipIconLogout extends Components.FlipIconLogout {
859
+ export declare interface SwirlIconInfo extends Components.SwirlIconInfo {
860
860
  }
861
- export declare class FlipIconLogout {
861
+ export declare class SwirlIconInfo {
862
862
  protected z: NgZone;
863
863
  protected el: HTMLElement;
864
864
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
865
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconLogout, never>;
866
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconLogout, "flip-icon-logout", never, { "size": "size"; }, {}, never, ["*"], false>;
865
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconInfo, never>;
866
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconInfo, "swirl-icon-info", never, { "size": "size"; }, {}, never, ["*"], false>;
867
867
  }
868
- export declare interface FlipIconMail extends Components.FlipIconMail {
868
+ export declare interface SwirlIconInventory extends Components.SwirlIconInventory {
869
869
  }
870
- export declare class FlipIconMail {
870
+ export declare class SwirlIconInventory {
871
871
  protected z: NgZone;
872
872
  protected el: HTMLElement;
873
873
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
874
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconMail, never>;
875
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconMail, "flip-icon-mail", never, { "size": "size"; }, {}, never, ["*"], false>;
874
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconInventory, never>;
875
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconInventory, "swirl-icon-inventory", never, { "size": "size"; }, {}, never, ["*"], false>;
876
876
  }
877
- export declare interface FlipIconManageAccounts extends Components.FlipIconManageAccounts {
877
+ export declare interface SwirlIconLike extends Components.SwirlIconLike {
878
878
  }
879
- export declare class FlipIconManageAccounts {
879
+ export declare class SwirlIconLike {
880
880
  protected z: NgZone;
881
881
  protected el: HTMLElement;
882
882
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
883
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconManageAccounts, never>;
884
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconManageAccounts, "flip-icon-manage-accounts", never, { "size": "size"; }, {}, never, ["*"], false>;
883
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLike, never>;
884
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLike, "swirl-icon-like", never, { "size": "size"; }, {}, never, ["*"], false>;
885
885
  }
886
- export declare interface FlipIconMention extends Components.FlipIconMention {
886
+ export declare interface SwirlIconLink extends Components.SwirlIconLink {
887
887
  }
888
- export declare class FlipIconMention {
888
+ export declare class SwirlIconLink {
889
889
  protected z: NgZone;
890
890
  protected el: HTMLElement;
891
891
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
892
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconMention, never>;
893
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconMention, "flip-icon-mention", never, { "size": "size"; }, {}, never, ["*"], false>;
892
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLink, never>;
893
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLink, "swirl-icon-link", never, { "size": "size"; }, {}, never, ["*"], false>;
894
894
  }
895
- export declare interface FlipIconMenu extends Components.FlipIconMenu {
895
+ export declare interface SwirlIconLock extends Components.SwirlIconLock {
896
896
  }
897
- export declare class FlipIconMenu {
897
+ export declare class SwirlIconLock {
898
898
  protected z: NgZone;
899
899
  protected el: HTMLElement;
900
900
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
901
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconMenu, never>;
902
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconMenu, "flip-icon-menu", never, { "size": "size"; }, {}, never, ["*"], false>;
901
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLock, never>;
902
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLock, "swirl-icon-lock", never, { "size": "size"; }, {}, never, ["*"], false>;
903
903
  }
904
- export declare interface FlipIconMenuFilled extends Components.FlipIconMenuFilled {
904
+ export declare interface SwirlIconLogout extends Components.SwirlIconLogout {
905
905
  }
906
- export declare class FlipIconMenuFilled {
906
+ export declare class SwirlIconLogout {
907
907
  protected z: NgZone;
908
908
  protected el: HTMLElement;
909
909
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
910
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconMenuFilled, never>;
911
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconMenuFilled, "flip-icon-menu-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
910
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconLogout, never>;
911
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconLogout, "swirl-icon-logout", never, { "size": "size"; }, {}, never, ["*"], false>;
912
912
  }
913
- export declare interface FlipIconMenuOutlined extends Components.FlipIconMenuOutlined {
913
+ export declare interface SwirlIconMail extends Components.SwirlIconMail {
914
914
  }
915
- export declare class FlipIconMenuOutlined {
915
+ export declare class SwirlIconMail {
916
916
  protected z: NgZone;
917
917
  protected el: HTMLElement;
918
918
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
919
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconMenuOutlined, never>;
920
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconMenuOutlined, "flip-icon-menu-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
919
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMail, never>;
920
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMail, "swirl-icon-mail", never, { "size": "size"; }, {}, never, ["*"], false>;
921
921
  }
922
- export declare interface FlipIconMessage extends Components.FlipIconMessage {
922
+ export declare interface SwirlIconManageAccounts extends Components.SwirlIconManageAccounts {
923
923
  }
924
- export declare class FlipIconMessage {
924
+ export declare class SwirlIconManageAccounts {
925
925
  protected z: NgZone;
926
926
  protected el: HTMLElement;
927
927
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
928
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconMessage, never>;
929
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconMessage, "flip-icon-message", never, { "size": "size"; }, {}, never, ["*"], false>;
928
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconManageAccounts, never>;
929
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconManageAccounts, "swirl-icon-manage-accounts", never, { "size": "size"; }, {}, never, ["*"], false>;
930
930
  }
931
- export declare interface FlipIconMoreHorizontal extends Components.FlipIconMoreHorizontal {
931
+ export declare interface SwirlIconMention extends Components.SwirlIconMention {
932
932
  }
933
- export declare class FlipIconMoreHorizontal {
933
+ export declare class SwirlIconMention {
934
934
  protected z: NgZone;
935
935
  protected el: HTMLElement;
936
936
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
937
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconMoreHorizontal, never>;
938
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconMoreHorizontal, "flip-icon-more-horizontal", never, { "size": "size"; }, {}, never, ["*"], false>;
937
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMention, never>;
938
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMention, "swirl-icon-mention", never, { "size": "size"; }, {}, never, ["*"], false>;
939
939
  }
940
- export declare interface FlipIconMoreVertikal extends Components.FlipIconMoreVertikal {
940
+ export declare interface SwirlIconMenu extends Components.SwirlIconMenu {
941
941
  }
942
- export declare class FlipIconMoreVertikal {
942
+ export declare class SwirlIconMenu {
943
943
  protected z: NgZone;
944
944
  protected el: HTMLElement;
945
945
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
946
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconMoreVertikal, never>;
947
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconMoreVertikal, "flip-icon-more-vertikal", never, { "size": "size"; }, {}, never, ["*"], false>;
946
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMenu, never>;
947
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMenu, "swirl-icon-menu", never, { "size": "size"; }, {}, never, ["*"], false>;
948
948
  }
949
- export declare interface FlipIconNewsFilled extends Components.FlipIconNewsFilled {
949
+ export declare interface SwirlIconMenuFilled extends Components.SwirlIconMenuFilled {
950
950
  }
951
- export declare class FlipIconNewsFilled {
951
+ export declare class SwirlIconMenuFilled {
952
952
  protected z: NgZone;
953
953
  protected el: HTMLElement;
954
954
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
955
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconNewsFilled, never>;
956
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconNewsFilled, "flip-icon-news-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
955
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMenuFilled, never>;
956
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMenuFilled, "swirl-icon-menu-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
957
957
  }
958
- export declare interface FlipIconNewsOutlined extends Components.FlipIconNewsOutlined {
958
+ export declare interface SwirlIconMenuOutlined extends Components.SwirlIconMenuOutlined {
959
959
  }
960
- export declare class FlipIconNewsOutlined {
960
+ export declare class SwirlIconMenuOutlined {
961
961
  protected z: NgZone;
962
962
  protected el: HTMLElement;
963
963
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
964
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconNewsOutlined, never>;
965
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconNewsOutlined, "flip-icon-news-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
964
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMenuOutlined, never>;
965
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMenuOutlined, "swirl-icon-menu-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
966
966
  }
967
- export declare interface FlipIconNotifications extends Components.FlipIconNotifications {
967
+ export declare interface SwirlIconMessage extends Components.SwirlIconMessage {
968
968
  }
969
- export declare class FlipIconNotifications {
969
+ export declare class SwirlIconMessage {
970
970
  protected z: NgZone;
971
971
  protected el: HTMLElement;
972
972
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
973
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconNotifications, never>;
974
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconNotifications, "flip-icon-notifications", never, { "size": "size"; }, {}, never, ["*"], false>;
973
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMessage, never>;
974
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMessage, "swirl-icon-message", never, { "size": "size"; }, {}, never, ["*"], false>;
975
975
  }
976
- export declare interface FlipIconNotificationsActive extends Components.FlipIconNotificationsActive {
976
+ export declare interface SwirlIconMoreHorizontal extends Components.SwirlIconMoreHorizontal {
977
977
  }
978
- export declare class FlipIconNotificationsActive {
978
+ export declare class SwirlIconMoreHorizontal {
979
979
  protected z: NgZone;
980
980
  protected el: HTMLElement;
981
981
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
982
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconNotificationsActive, never>;
983
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconNotificationsActive, "flip-icon-notifications-active", never, { "size": "size"; }, {}, never, ["*"], false>;
982
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMoreHorizontal, never>;
983
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMoreHorizontal, "swirl-icon-more-horizontal", never, { "size": "size"; }, {}, never, ["*"], false>;
984
984
  }
985
- export declare interface FlipIconNotificationsOff extends Components.FlipIconNotificationsOff {
985
+ export declare interface SwirlIconMoreVertikal extends Components.SwirlIconMoreVertikal {
986
986
  }
987
- export declare class FlipIconNotificationsOff {
987
+ export declare class SwirlIconMoreVertikal {
988
988
  protected z: NgZone;
989
989
  protected el: HTMLElement;
990
990
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
991
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconNotificationsOff, never>;
992
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconNotificationsOff, "flip-icon-notifications-off", never, { "size": "size"; }, {}, never, ["*"], false>;
991
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconMoreVertikal, never>;
992
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconMoreVertikal, "swirl-icon-more-vertikal", never, { "size": "size"; }, {}, never, ["*"], false>;
993
993
  }
994
- export declare interface FlipIconOpenInNew extends Components.FlipIconOpenInNew {
994
+ export declare interface SwirlIconNewsFilled extends Components.SwirlIconNewsFilled {
995
995
  }
996
- export declare class FlipIconOpenInNew {
996
+ export declare class SwirlIconNewsFilled {
997
997
  protected z: NgZone;
998
998
  protected el: HTMLElement;
999
999
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1000
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconOpenInNew, never>;
1001
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconOpenInNew, "flip-icon-open-in-new", never, { "size": "size"; }, {}, never, ["*"], false>;
1000
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNewsFilled, never>;
1001
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNewsFilled, "swirl-icon-news-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
1002
1002
  }
1003
- export declare interface FlipIconPeopleAlt extends Components.FlipIconPeopleAlt {
1003
+ export declare interface SwirlIconNewsOutlined extends Components.SwirlIconNewsOutlined {
1004
1004
  }
1005
- export declare class FlipIconPeopleAlt {
1005
+ export declare class SwirlIconNewsOutlined {
1006
1006
  protected z: NgZone;
1007
1007
  protected el: HTMLElement;
1008
1008
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1009
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconPeopleAlt, never>;
1010
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconPeopleAlt, "flip-icon-people-alt", never, { "size": "size"; }, {}, never, ["*"], false>;
1009
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNewsOutlined, never>;
1010
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNewsOutlined, "swirl-icon-news-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
1011
1011
  }
1012
- export declare interface FlipIconPerson extends Components.FlipIconPerson {
1012
+ export declare interface SwirlIconNotifications extends Components.SwirlIconNotifications {
1013
1013
  }
1014
- export declare class FlipIconPerson {
1014
+ export declare class SwirlIconNotifications {
1015
1015
  protected z: NgZone;
1016
1016
  protected el: HTMLElement;
1017
1017
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1018
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconPerson, never>;
1019
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconPerson, "flip-icon-person", never, { "size": "size"; }, {}, never, ["*"], false>;
1018
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNotifications, never>;
1019
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNotifications, "swirl-icon-notifications", never, { "size": "size"; }, {}, never, ["*"], false>;
1020
1020
  }
1021
- export declare interface FlipIconPersonOff extends Components.FlipIconPersonOff {
1021
+ export declare interface SwirlIconNotificationsActive extends Components.SwirlIconNotificationsActive {
1022
1022
  }
1023
- export declare class FlipIconPersonOff {
1023
+ export declare class SwirlIconNotificationsActive {
1024
1024
  protected z: NgZone;
1025
1025
  protected el: HTMLElement;
1026
1026
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1027
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconPersonOff, never>;
1028
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconPersonOff, "flip-icon-person-off", never, { "size": "size"; }, {}, never, ["*"], false>;
1027
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNotificationsActive, never>;
1028
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNotificationsActive, "swirl-icon-notifications-active", never, { "size": "size"; }, {}, never, ["*"], false>;
1029
1029
  }
1030
- export declare interface FlipIconPhone extends Components.FlipIconPhone {
1030
+ export declare interface SwirlIconNotificationsOff extends Components.SwirlIconNotificationsOff {
1031
1031
  }
1032
- export declare class FlipIconPhone {
1032
+ export declare class SwirlIconNotificationsOff {
1033
1033
  protected z: NgZone;
1034
1034
  protected el: HTMLElement;
1035
1035
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1036
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconPhone, never>;
1037
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconPhone, "flip-icon-phone", never, { "size": "size"; }, {}, never, ["*"], false>;
1036
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconNotificationsOff, never>;
1037
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconNotificationsOff, "swirl-icon-notifications-off", never, { "size": "size"; }, {}, never, ["*"], false>;
1038
1038
  }
1039
- export declare interface FlipIconPoll extends Components.FlipIconPoll {
1039
+ export declare interface SwirlIconOpenInNew extends Components.SwirlIconOpenInNew {
1040
1040
  }
1041
- export declare class FlipIconPoll {
1041
+ export declare class SwirlIconOpenInNew {
1042
1042
  protected z: NgZone;
1043
1043
  protected el: HTMLElement;
1044
1044
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1045
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconPoll, never>;
1046
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconPoll, "flip-icon-poll", never, { "size": "size"; }, {}, never, ["*"], false>;
1045
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconOpenInNew, never>;
1046
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconOpenInNew, "swirl-icon-open-in-new", never, { "size": "size"; }, {}, never, ["*"], false>;
1047
1047
  }
1048
- export declare interface FlipIconPrint extends Components.FlipIconPrint {
1048
+ export declare interface SwirlIconPeopleAlt extends Components.SwirlIconPeopleAlt {
1049
1049
  }
1050
- export declare class FlipIconPrint {
1050
+ export declare class SwirlIconPeopleAlt {
1051
1051
  protected z: NgZone;
1052
1052
  protected el: HTMLElement;
1053
1053
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1054
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconPrint, never>;
1055
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconPrint, "flip-icon-print", never, { "size": "size"; }, {}, never, ["*"], false>;
1054
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPeopleAlt, never>;
1055
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPeopleAlt, "swirl-icon-people-alt", never, { "size": "size"; }, {}, never, ["*"], false>;
1056
1056
  }
1057
- export declare interface FlipIconRecieved extends Components.FlipIconRecieved {
1057
+ export declare interface SwirlIconPerson extends Components.SwirlIconPerson {
1058
1058
  }
1059
- export declare class FlipIconRecieved {
1059
+ export declare class SwirlIconPerson {
1060
1060
  protected z: NgZone;
1061
1061
  protected el: HTMLElement;
1062
1062
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1063
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconRecieved, never>;
1064
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconRecieved, "flip-icon-recieved", never, { "size": "size"; }, {}, never, ["*"], false>;
1063
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPerson, never>;
1064
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPerson, "swirl-icon-person", never, { "size": "size"; }, {}, never, ["*"], false>;
1065
1065
  }
1066
- export declare interface FlipIconRemove extends Components.FlipIconRemove {
1066
+ export declare interface SwirlIconPersonOff extends Components.SwirlIconPersonOff {
1067
1067
  }
1068
- export declare class FlipIconRemove {
1068
+ export declare class SwirlIconPersonOff {
1069
1069
  protected z: NgZone;
1070
1070
  protected el: HTMLElement;
1071
1071
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1072
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconRemove, never>;
1073
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconRemove, "flip-icon-remove", never, { "size": "size"; }, {}, never, ["*"], false>;
1072
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPersonOff, never>;
1073
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPersonOff, "swirl-icon-person-off", never, { "size": "size"; }, {}, never, ["*"], false>;
1074
1074
  }
1075
- export declare interface FlipIconSearch extends Components.FlipIconSearch {
1075
+ export declare interface SwirlIconPhone extends Components.SwirlIconPhone {
1076
1076
  }
1077
- export declare class FlipIconSearch {
1077
+ export declare class SwirlIconPhone {
1078
1078
  protected z: NgZone;
1079
1079
  protected el: HTMLElement;
1080
1080
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1081
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconSearch, never>;
1082
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconSearch, "flip-icon-search", never, { "size": "size"; }, {}, never, ["*"], false>;
1081
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPhone, never>;
1082
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPhone, "swirl-icon-phone", never, { "size": "size"; }, {}, never, ["*"], false>;
1083
1083
  }
1084
- export declare interface FlipIconSearchStrong extends Components.FlipIconSearchStrong {
1084
+ export declare interface SwirlIconPoll extends Components.SwirlIconPoll {
1085
1085
  }
1086
- export declare class FlipIconSearchStrong {
1086
+ export declare class SwirlIconPoll {
1087
1087
  protected z: NgZone;
1088
1088
  protected el: HTMLElement;
1089
1089
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1090
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconSearchStrong, never>;
1091
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconSearchStrong, "flip-icon-search-strong", never, { "size": "size"; }, {}, never, ["*"], false>;
1090
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPoll, never>;
1091
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPoll, "swirl-icon-poll", never, { "size": "size"; }, {}, never, ["*"], false>;
1092
1092
  }
1093
- export declare interface FlipIconSend extends Components.FlipIconSend {
1093
+ export declare interface SwirlIconPrint extends Components.SwirlIconPrint {
1094
1094
  }
1095
- export declare class FlipIconSend {
1095
+ export declare class SwirlIconPrint {
1096
1096
  protected z: NgZone;
1097
1097
  protected el: HTMLElement;
1098
1098
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1099
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconSend, never>;
1100
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconSend, "flip-icon-send", never, { "size": "size"; }, {}, never, ["*"], false>;
1099
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconPrint, never>;
1100
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconPrint, "swirl-icon-print", never, { "size": "size"; }, {}, never, ["*"], false>;
1101
1101
  }
1102
- export declare interface FlipIconSettings extends Components.FlipIconSettings {
1102
+ export declare interface SwirlIconRecieved extends Components.SwirlIconRecieved {
1103
1103
  }
1104
- export declare class FlipIconSettings {
1104
+ export declare class SwirlIconRecieved {
1105
1105
  protected z: NgZone;
1106
1106
  protected el: HTMLElement;
1107
1107
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1108
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconSettings, never>;
1109
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconSettings, "flip-icon-settings", never, { "size": "size"; }, {}, never, ["*"], false>;
1108
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconRecieved, never>;
1109
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconRecieved, "swirl-icon-recieved", never, { "size": "size"; }, {}, never, ["*"], false>;
1110
1110
  }
1111
- export declare interface FlipIconTasksFilled extends Components.FlipIconTasksFilled {
1111
+ export declare interface SwirlIconRemove extends Components.SwirlIconRemove {
1112
1112
  }
1113
- export declare class FlipIconTasksFilled {
1113
+ export declare class SwirlIconRemove {
1114
1114
  protected z: NgZone;
1115
1115
  protected el: HTMLElement;
1116
1116
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1117
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconTasksFilled, never>;
1118
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconTasksFilled, "flip-icon-tasks-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
1117
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconRemove, never>;
1118
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconRemove, "swirl-icon-remove", never, { "size": "size"; }, {}, never, ["*"], false>;
1119
1119
  }
1120
- export declare interface FlipIconTasksOutlined extends Components.FlipIconTasksOutlined {
1120
+ export declare interface SwirlIconSearch extends Components.SwirlIconSearch {
1121
1121
  }
1122
- export declare class FlipIconTasksOutlined {
1122
+ export declare class SwirlIconSearch {
1123
1123
  protected z: NgZone;
1124
1124
  protected el: HTMLElement;
1125
1125
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1126
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconTasksOutlined, never>;
1127
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconTasksOutlined, "flip-icon-tasks-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
1126
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSearch, never>;
1127
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSearch, "swirl-icon-search", never, { "size": "size"; }, {}, never, ["*"], false>;
1128
1128
  }
1129
- export declare interface FlipIconTimeFilled extends Components.FlipIconTimeFilled {
1129
+ export declare interface SwirlIconSearchStrong extends Components.SwirlIconSearchStrong {
1130
1130
  }
1131
- export declare class FlipIconTimeFilled {
1131
+ export declare class SwirlIconSearchStrong {
1132
1132
  protected z: NgZone;
1133
1133
  protected el: HTMLElement;
1134
1134
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1135
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconTimeFilled, never>;
1136
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconTimeFilled, "flip-icon-time-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
1135
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSearchStrong, never>;
1136
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSearchStrong, "swirl-icon-search-strong", never, { "size": "size"; }, {}, never, ["*"], false>;
1137
1137
  }
1138
- export declare interface FlipIconTimeOutlined extends Components.FlipIconTimeOutlined {
1138
+ export declare interface SwirlIconSend extends Components.SwirlIconSend {
1139
1139
  }
1140
- export declare class FlipIconTimeOutlined {
1140
+ export declare class SwirlIconSend {
1141
1141
  protected z: NgZone;
1142
1142
  protected el: HTMLElement;
1143
1143
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1144
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconTimeOutlined, never>;
1145
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconTimeOutlined, "flip-icon-time-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
1144
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSend, never>;
1145
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSend, "swirl-icon-send", never, { "size": "size"; }, {}, never, ["*"], false>;
1146
1146
  }
1147
- export declare interface FlipIconToday extends Components.FlipIconToday {
1147
+ export declare interface SwirlIconSettings extends Components.SwirlIconSettings {
1148
1148
  }
1149
- export declare class FlipIconToday {
1149
+ export declare class SwirlIconSettings {
1150
1150
  protected z: NgZone;
1151
1151
  protected el: HTMLElement;
1152
1152
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1153
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconToday, never>;
1154
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconToday, "flip-icon-today", never, { "size": "size"; }, {}, never, ["*"], false>;
1153
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSettings, never>;
1154
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSettings, "swirl-icon-settings", never, { "size": "size"; }, {}, never, ["*"], false>;
1155
1155
  }
1156
- export declare interface FlipIconUserAssign extends Components.FlipIconUserAssign {
1156
+ export declare interface SwirlIconSync extends Components.SwirlIconSync {
1157
1157
  }
1158
- export declare class FlipIconUserAssign {
1158
+ export declare class SwirlIconSync {
1159
1159
  protected z: NgZone;
1160
1160
  protected el: HTMLElement;
1161
1161
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1162
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconUserAssign, never>;
1163
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconUserAssign, "flip-icon-user-assign", never, { "size": "size"; }, {}, never, ["*"], false>;
1162
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconSync, never>;
1163
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconSync, "swirl-icon-sync", never, { "size": "size"; }, {}, never, ["*"], false>;
1164
1164
  }
1165
- export declare interface FlipIconVideoCamera extends Components.FlipIconVideoCamera {
1165
+ export declare interface SwirlIconTasksFilled extends Components.SwirlIconTasksFilled {
1166
1166
  }
1167
- export declare class FlipIconVideoCamera {
1167
+ export declare class SwirlIconTasksFilled {
1168
1168
  protected z: NgZone;
1169
1169
  protected el: HTMLElement;
1170
1170
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1171
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconVideoCamera, never>;
1172
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconVideoCamera, "flip-icon-video-camera", never, { "size": "size"; }, {}, never, ["*"], false>;
1171
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconTasksFilled, never>;
1172
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTasksFilled, "swirl-icon-tasks-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
1173
1173
  }
1174
- export declare interface FlipIconVisibility extends Components.FlipIconVisibility {
1174
+ export declare interface SwirlIconTasksOutlined extends Components.SwirlIconTasksOutlined {
1175
1175
  }
1176
- export declare class FlipIconVisibility {
1176
+ export declare class SwirlIconTasksOutlined {
1177
1177
  protected z: NgZone;
1178
1178
  protected el: HTMLElement;
1179
1179
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1180
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconVisibility, never>;
1181
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconVisibility, "flip-icon-visibility", never, { "size": "size"; }, {}, never, ["*"], false>;
1180
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconTasksOutlined, never>;
1181
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTasksOutlined, "swirl-icon-tasks-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
1182
1182
  }
1183
- export declare interface FlipIconVisibilityOff extends Components.FlipIconVisibilityOff {
1183
+ export declare interface SwirlIconTimeFilled extends Components.SwirlIconTimeFilled {
1184
1184
  }
1185
- export declare class FlipIconVisibilityOff {
1185
+ export declare class SwirlIconTimeFilled {
1186
1186
  protected z: NgZone;
1187
1187
  protected el: HTMLElement;
1188
1188
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1189
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconVisibilityOff, never>;
1190
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconVisibilityOff, "flip-icon-visibility-off", never, { "size": "size"; }, {}, never, ["*"], false>;
1189
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconTimeFilled, never>;
1190
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTimeFilled, "swirl-icon-time-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
1191
1191
  }
1192
- export declare interface FlipIconWarning extends Components.FlipIconWarning {
1192
+ export declare interface SwirlIconTimeOutlined extends Components.SwirlIconTimeOutlined {
1193
1193
  }
1194
- export declare class FlipIconWarning {
1194
+ export declare class SwirlIconTimeOutlined {
1195
1195
  protected z: NgZone;
1196
1196
  protected el: HTMLElement;
1197
1197
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1198
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconWarning, never>;
1199
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconWarning, "flip-icon-warning", never, { "size": "size"; }, {}, never, ["*"], false>;
1198
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconTimeOutlined, never>;
1199
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconTimeOutlined, "swirl-icon-time-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
1200
1200
  }
1201
- export declare interface FlipInlineError extends Components.FlipInlineError {
1201
+ export declare interface SwirlIconToday extends Components.SwirlIconToday {
1202
1202
  }
1203
- export declare class FlipInlineError {
1203
+ export declare class SwirlIconToday {
1204
1204
  protected z: NgZone;
1205
1205
  protected el: HTMLElement;
1206
1206
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1207
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipInlineError, never>;
1208
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipInlineError, "flip-inline-error", never, { "message": "message"; "size": "size"; }, {}, never, ["*"], false>;
1207
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconToday, never>;
1208
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconToday, "swirl-icon-today", never, { "size": "size"; }, {}, never, ["*"], false>;
1209
1209
  }
1210
- export declare interface FlipLightbox extends Components.FlipLightbox {
1210
+ export declare interface SwirlIconUserAssign extends Components.SwirlIconUserAssign {
1211
1211
  }
1212
- export declare class FlipLightbox {
1212
+ export declare class SwirlIconUserAssign {
1213
1213
  protected z: NgZone;
1214
1214
  protected el: HTMLElement;
1215
1215
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1216
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipLightbox, never>;
1217
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipLightbox, "flip-lightbox", never, { "closeButtonLabel": "closeButtonLabel"; "downloadButtonLabel": "downloadButtonLabel"; "label": "label"; "nextSlideButtonLabel": "nextSlideButtonLabel"; "previousSlideButtonLabel": "previousSlideButtonLabel"; }, {}, never, ["*"], false>;
1216
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconUserAssign, never>;
1217
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconUserAssign, "swirl-icon-user-assign", never, { "size": "size"; }, {}, never, ["*"], false>;
1218
1218
  }
1219
- export declare interface FlipLink extends Components.FlipLink {
1219
+ export declare interface SwirlIconVideoCamera extends Components.SwirlIconVideoCamera {
1220
1220
  }
1221
- export declare class FlipLink {
1221
+ export declare class SwirlIconVideoCamera {
1222
1222
  protected z: NgZone;
1223
1223
  protected el: HTMLElement;
1224
1224
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1225
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipLink, never>;
1226
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipLink, "flip-link", never, { "href": "href"; "label": "label"; "target": "target"; }, {}, never, ["*"], false>;
1225
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconVideoCamera, never>;
1226
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconVideoCamera, "swirl-icon-video-camera", never, { "size": "size"; }, {}, never, ["*"], false>;
1227
1227
  }
1228
- export declare interface FlipList extends Components.FlipList {
1228
+ export declare interface SwirlIconVisibility extends Components.SwirlIconVisibility {
1229
1229
  }
1230
- export declare class FlipList {
1230
+ export declare class SwirlIconVisibility {
1231
1231
  protected z: NgZone;
1232
1232
  protected el: HTMLElement;
1233
1233
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1234
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipList, never>;
1235
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipList, "flip-list", never, {}, {}, never, ["*"], false>;
1234
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconVisibility, never>;
1235
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconVisibility, "swirl-icon-visibility", never, { "size": "size"; }, {}, never, ["*"], false>;
1236
1236
  }
1237
- export declare interface FlipModal extends Components.FlipModal {
1237
+ export declare interface SwirlIconVisibilityOff extends Components.SwirlIconVisibilityOff {
1238
+ }
1239
+ export declare class SwirlIconVisibilityOff {
1240
+ protected z: NgZone;
1241
+ protected el: HTMLElement;
1242
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1243
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconVisibilityOff, never>;
1244
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconVisibilityOff, "swirl-icon-visibility-off", never, { "size": "size"; }, {}, never, ["*"], false>;
1245
+ }
1246
+ export declare interface SwirlIconWarning extends Components.SwirlIconWarning {
1247
+ }
1248
+ export declare class SwirlIconWarning {
1249
+ protected z: NgZone;
1250
+ protected el: HTMLElement;
1251
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1252
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlIconWarning, never>;
1253
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlIconWarning, "swirl-icon-warning", never, { "size": "size"; }, {}, never, ["*"], false>;
1254
+ }
1255
+ export declare interface SwirlInlineError extends Components.SwirlInlineError {
1256
+ }
1257
+ export declare class SwirlInlineError {
1258
+ protected z: NgZone;
1259
+ protected el: HTMLElement;
1260
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1261
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlInlineError, never>;
1262
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlInlineError, "swirl-inline-error", never, { "message": "message"; "size": "size"; }, {}, never, ["*"], false>;
1263
+ }
1264
+ export declare interface SwirlLightbox extends Components.SwirlLightbox {
1265
+ }
1266
+ export declare class SwirlLightbox {
1267
+ protected z: NgZone;
1268
+ protected el: HTMLElement;
1269
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1270
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlLightbox, never>;
1271
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlLightbox, "swirl-lightbox", never, { "closeButtonLabel": "closeButtonLabel"; "downloadButtonLabel": "downloadButtonLabel"; "label": "label"; "nextSlideButtonLabel": "nextSlideButtonLabel"; "previousSlideButtonLabel": "previousSlideButtonLabel"; }, {}, never, ["*"], false>;
1272
+ }
1273
+ export declare interface SwirlLink extends Components.SwirlLink {
1274
+ }
1275
+ export declare class SwirlLink {
1276
+ protected z: NgZone;
1277
+ protected el: HTMLElement;
1278
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1279
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlLink, never>;
1280
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlLink, "swirl-link", never, { "href": "href"; "label": "label"; "target": "target"; }, {}, never, ["*"], false>;
1281
+ }
1282
+ export declare interface SwirlList extends Components.SwirlList {
1283
+ }
1284
+ export declare class SwirlList {
1285
+ protected z: NgZone;
1286
+ protected el: HTMLElement;
1287
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1288
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlList, never>;
1289
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlList, "swirl-list", never, {}, {}, never, ["*"], false>;
1290
+ }
1291
+ export declare interface SwirlModal extends Components.SwirlModal {
1238
1292
  /**
1239
1293
  *
1240
1294
  */
@@ -1252,67 +1306,78 @@ export declare interface FlipModal extends Components.FlipModal {
1252
1306
  */
1253
1307
  secondaryAction: EventEmitter<CustomEvent<MouseEvent>>;
1254
1308
  }
1255
- export declare class FlipModal {
1309
+ export declare class SwirlModal {
1256
1310
  protected z: NgZone;
1257
1311
  protected el: HTMLElement;
1258
1312
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1259
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipModal, never>;
1260
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipModal, "flip-modal", never, { "closeButtonLabel": "closeButtonLabel"; "label": "label"; "primaryActionLabel": "primaryActionLabel"; "secondaryActionLabel": "secondaryActionLabel"; }, {}, never, ["*"], false>;
1313
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlModal, never>;
1314
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlModal, "swirl-modal", never, { "closeButtonLabel": "closeButtonLabel"; "label": "label"; "primaryActionLabel": "primaryActionLabel"; "secondaryActionLabel": "secondaryActionLabel"; }, {}, never, ["*"], false>;
1261
1315
  }
1262
- export declare interface FlipOptionList extends Components.FlipOptionList {
1316
+ export declare interface SwirlOptionList extends Components.SwirlOptionList {
1317
+ /**
1318
+ *
1319
+ */
1320
+ itemDrop: EventEmitter<CustomEvent<{
1321
+ oldIndex: number;
1322
+ newIndex: number;
1323
+ }>>;
1263
1324
  /**
1264
1325
  *
1265
1326
  */
1266
1327
  valueChange: EventEmitter<CustomEvent<string[]>>;
1267
1328
  }
1268
- export declare class FlipOptionList {
1329
+ export declare class SwirlOptionList {
1269
1330
  protected z: NgZone;
1270
1331
  protected el: HTMLElement;
1271
1332
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1272
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipOptionList, never>;
1273
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipOptionList, "flip-option-list", never, { "disabled": "disabled"; "label": "label"; "multiSelect": "multiSelect"; "optionListId": "optionListId"; "value": "value"; }, {}, never, ["*"], false>;
1333
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlOptionList, never>;
1334
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlOptionList, "swirl-option-list", never, { "allowDrag": "allowDrag"; "assistiveTextItemGrabbed": "assistiveTextItemGrabbed"; "assistiveTextItemMoved": "assistiveTextItemMoved"; "assistiveTextItemMoving": "assistiveTextItemMoving"; "disabled": "disabled"; "label": "label"; "multiSelect": "multiSelect"; "optionListId": "optionListId"; "value": "value"; }, {}, never, ["*"], false>;
1274
1335
  }
1275
- export declare interface FlipOptionListItem extends Components.FlipOptionListItem {
1336
+ export declare interface SwirlOptionListItem extends Components.SwirlOptionListItem {
1337
+ /**
1338
+ *
1339
+ */
1340
+ toggleDrag: EventEmitter<CustomEvent<HTMLSwirlOptionListItemElement>>;
1276
1341
  }
1277
- export declare class FlipOptionListItem {
1342
+ export declare class SwirlOptionListItem {
1278
1343
  protected z: NgZone;
1279
1344
  protected el: HTMLElement;
1280
1345
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1281
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipOptionListItem, never>;
1282
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipOptionListItem, "flip-option-list-item", never, { "context": "context"; "disabled": "disabled"; "icon": "icon"; "label": "label"; "selected": "selected"; "value": "value"; }, {}, never, ["*"], false>;
1346
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlOptionListItem, never>;
1347
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlOptionListItem, "swirl-option-list-item", never, { "allowDrag": "allowDrag"; "context": "context"; "disabled": "disabled"; "dragHandleDescription": "dragHandleDescription"; "dragHandleLabel": "dragHandleLabel"; "dragging": "dragging"; "icon": "icon"; "label": "label"; "selected": "selected"; "value": "value"; }, {}, never, ["*"], false>;
1283
1348
  }
1284
- export declare interface FlipOptionListSection extends Components.FlipOptionListSection {
1349
+ export declare interface SwirlOptionListSection extends Components.SwirlOptionListSection {
1285
1350
  }
1286
- export declare class FlipOptionListSection {
1351
+ export declare class SwirlOptionListSection {
1287
1352
  protected z: NgZone;
1288
1353
  protected el: HTMLElement;
1289
1354
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1290
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipOptionListSection, never>;
1291
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipOptionListSection, "flip-option-list-section", never, { "label": "label"; }, {}, never, ["*"], false>;
1355
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlOptionListSection, never>;
1356
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlOptionListSection, "swirl-option-list-section", never, { "label": "label"; }, {}, never, ["*"], false>;
1292
1357
  }
1293
- export declare interface FlipPagination extends Components.FlipPagination {
1358
+ export declare interface SwirlPagination extends Components.SwirlPagination {
1294
1359
  /**
1295
1360
  *
1296
1361
  */
1297
1362
  setPage: EventEmitter<CustomEvent<number>>;
1298
1363
  }
1299
- export declare class FlipPagination {
1364
+ export declare class SwirlPagination {
1300
1365
  protected z: NgZone;
1301
1366
  protected el: HTMLElement;
1302
1367
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1303
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipPagination, never>;
1304
- 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>;
1368
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlPagination, never>;
1369
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPagination, "swirl-pagination", never, { "accessibleNextButtonLabel": "accessibleNextButtonLabel"; "accessiblePrevButtonLabel": "accessiblePrevButtonLabel"; "label": "label"; "nextButtonLabel": "nextButtonLabel"; "page": "page"; "pageLabel": "pageLabel"; "pageSelectLabel": "pageSelectLabel"; "pages": "pages"; "prevButtonLabel": "prevButtonLabel"; "variant": "variant"; }, {}, never, ["*"], false>;
1305
1370
  }
1306
- export declare interface FlipPdfReader extends Components.FlipPdfReader {
1371
+ export declare interface SwirlPdfReader extends Components.SwirlPdfReader {
1307
1372
  }
1308
- export declare class FlipPdfReader {
1373
+ export declare class SwirlPdfReader {
1309
1374
  protected z: NgZone;
1310
1375
  protected el: HTMLElement;
1311
1376
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1312
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipPdfReader, never>;
1313
- 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>;
1377
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlPdfReader, never>;
1378
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPdfReader, "swirl-pdf-reader", never, { "autoZoomLabel": "autoZoomLabel"; "closeButtonLabel": "closeButtonLabel"; "downloadButtonLabel": "downloadButtonLabel"; "file": "file"; "label": "label"; "printButtonLabel": "printButtonLabel"; "zoomInButtonLabel": "zoomInButtonLabel"; "zoomOutButtonLabel": "zoomOutButtonLabel"; "zoomSelectLabel": "zoomSelectLabel"; }, {}, never, ["*"], false>;
1314
1379
  }
1315
- export declare interface FlipPopover extends Components.FlipPopover {
1380
+ export declare interface SwirlPopover extends Components.SwirlPopover {
1316
1381
  /**
1317
1382
  *
1318
1383
  */
@@ -1322,84 +1387,84 @@ export declare interface FlipPopover extends Components.FlipPopover {
1322
1387
  */
1323
1388
  popoverOpen: EventEmitter<CustomEvent<void>>;
1324
1389
  }
1325
- export declare class FlipPopover {
1390
+ export declare class SwirlPopover {
1326
1391
  protected z: NgZone;
1327
1392
  protected el: HTMLElement;
1328
1393
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1329
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipPopover, never>;
1330
- 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>;
1394
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlPopover, never>;
1395
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPopover, "swirl-popover", never, { "animation": "animation"; "enableFlip": "enableFlip"; "label": "label"; "offset": "offset"; "placement": "placement"; "popoverId": "popoverId"; "trigger": "trigger"; "useContainerWidth": "useContainerWidth"; }, {}, never, ["*"], false>;
1331
1396
  }
1332
- export declare interface FlipProgressIndicator extends Components.FlipProgressIndicator {
1397
+ export declare interface SwirlProgressIndicator extends Components.SwirlProgressIndicator {
1333
1398
  }
1334
- export declare class FlipProgressIndicator {
1399
+ export declare class SwirlProgressIndicator {
1335
1400
  protected z: NgZone;
1336
1401
  protected el: HTMLElement;
1337
1402
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1338
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipProgressIndicator, never>;
1339
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipProgressIndicator, "flip-progress-indicator", never, { "label": "label"; "size": "size"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
1403
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlProgressIndicator, never>;
1404
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlProgressIndicator, "swirl-progress-indicator", never, { "label": "label"; "size": "size"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
1340
1405
  }
1341
- export declare interface FlipRadio extends Components.FlipRadio {
1406
+ export declare interface SwirlRadio extends Components.SwirlRadio {
1342
1407
  /**
1343
1408
  *
1344
1409
  */
1345
1410
  valueChange: EventEmitter<CustomEvent<string>>;
1346
1411
  }
1347
- export declare class FlipRadio {
1412
+ export declare class SwirlRadio {
1348
1413
  protected z: NgZone;
1349
1414
  protected el: HTMLElement;
1350
1415
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1351
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipRadio, never>;
1352
- 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>;
1416
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlRadio, never>;
1417
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlRadio, "swirl-radio", never, { "checked": "checked"; "description": "description"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "invalid": "invalid"; "label": "label"; "value": "value"; }, {}, never, ["*"], false>;
1353
1418
  }
1354
- export declare interface FlipRadioGroup extends Components.FlipRadioGroup {
1419
+ export declare interface SwirlRadioGroup extends Components.SwirlRadioGroup {
1355
1420
  /**
1356
1421
  *
1357
1422
  */
1358
1423
  valueChange: EventEmitter<CustomEvent<string>>;
1359
1424
  }
1360
- export declare class FlipRadioGroup {
1425
+ export declare class SwirlRadioGroup {
1361
1426
  protected z: NgZone;
1362
1427
  protected el: HTMLElement;
1363
1428
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1364
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipRadioGroup, never>;
1365
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipRadioGroup, "flip-radio-group", never, { "flipAriaDescribedby": "flipAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
1429
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlRadioGroup, never>;
1430
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlRadioGroup, "swirl-radio-group", never, { "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
1366
1431
  }
1367
- export declare interface FlipResourceList extends Components.FlipResourceList {
1432
+ export declare interface SwirlResourceList extends Components.SwirlResourceList {
1368
1433
  }
1369
- export declare class FlipResourceList {
1434
+ export declare class SwirlResourceList {
1370
1435
  protected z: NgZone;
1371
1436
  protected el: HTMLElement;
1372
1437
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1373
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipResourceList, never>;
1374
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipResourceList, "flip-resource-list", never, { "label": "label"; }, {}, never, ["*"], false>;
1438
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlResourceList, never>;
1439
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlResourceList, "swirl-resource-list", never, { "label": "label"; }, {}, never, ["*"], false>;
1375
1440
  }
1376
- export declare interface FlipResourceListFileItem extends Components.FlipResourceListFileItem {
1441
+ export declare interface SwirlResourceListFileItem extends Components.SwirlResourceListFileItem {
1377
1442
  /**
1378
1443
  *
1379
1444
  */
1380
1445
  remove: EventEmitter<CustomEvent<MouseEvent>>;
1381
1446
  }
1382
- export declare class FlipResourceListFileItem {
1447
+ export declare class SwirlResourceListFileItem {
1383
1448
  protected z: NgZone;
1384
1449
  protected el: HTMLElement;
1385
1450
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1386
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipResourceListFileItem, never>;
1387
- 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>;
1451
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlResourceListFileItem, never>;
1452
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlResourceListFileItem, "swirl-resource-list-file-item", never, { "description": "description"; "errorMessage": "errorMessage"; "icon": "icon"; "label": "label"; "loading": "loading"; "removable": "removable"; "removeButtonLabel": "removeButtonLabel"; }, {}, never, ["*"], false>;
1388
1453
  }
1389
- export declare interface FlipResourceListItem extends Components.FlipResourceListItem {
1454
+ export declare interface SwirlResourceListItem extends Components.SwirlResourceListItem {
1390
1455
  /**
1391
1456
  *
1392
1457
  */
1393
1458
  valueChange: EventEmitter<CustomEvent<boolean>>;
1394
1459
  }
1395
- export declare class FlipResourceListItem {
1460
+ export declare class SwirlResourceListItem {
1396
1461
  protected z: NgZone;
1397
1462
  protected el: HTMLElement;
1398
1463
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1399
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipResourceListItem, never>;
1400
- 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>;
1464
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlResourceListItem, never>;
1465
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlResourceListItem, "swirl-resource-list-item", never, { "checked": "checked"; "description": "description"; "disabled": "disabled"; "hideDivider": "hideDivider"; "href": "href"; "label": "label"; "media": "media"; "menuTriggerId": "menuTriggerId"; "menuTriggerLabel": "menuTriggerLabel"; "meta": "meta"; "selectable": "selectable"; "value": "value"; }, {}, never, ["*"], false>;
1401
1466
  }
1402
- export declare interface FlipSearch extends Components.FlipSearch {
1467
+ export declare interface SwirlSearch extends Components.SwirlSearch {
1403
1468
  /**
1404
1469
  *
1405
1470
  */
@@ -1413,102 +1478,156 @@ export declare interface FlipSearch extends Components.FlipSearch {
1413
1478
  */
1414
1479
  valueChange: EventEmitter<CustomEvent<string>>;
1415
1480
  }
1416
- export declare class FlipSearch {
1481
+ export declare class SwirlSearch {
1417
1482
  protected z: NgZone;
1418
1483
  protected el: HTMLElement;
1419
1484
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1420
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipSearch, never>;
1421
- 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>;
1485
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSearch, never>;
1486
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSearch, "swirl-search", never, { "autoFocus": "autoFocus"; "clearButtonLabel": "clearButtonLabel"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "label": "label"; "placeholder": "placeholder"; "value": "value"; }, {}, never, ["*"], false>;
1422
1487
  }
1423
- export declare interface FlipSelect extends Components.FlipSelect {
1488
+ export declare interface SwirlSelect extends Components.SwirlSelect {
1424
1489
  /**
1425
1490
  *
1426
1491
  */
1427
1492
  valueChange: EventEmitter<CustomEvent<string[]>>;
1428
1493
  }
1429
- export declare class FlipSelect {
1494
+ export declare class SwirlSelect {
1430
1495
  protected z: NgZone;
1431
1496
  protected el: HTMLElement;
1432
1497
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1433
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipSelect, never>;
1434
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipSelect, "flip-select", never, { "disabled": "disabled"; "flipAriaDescribedby": "flipAriaDescribedby"; "invalid": "invalid"; "label": "label"; "multiSelect": "multiSelect"; "required": "required"; "value": "value"; }, {}, never, ["*"], false>;
1498
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSelect, never>;
1499
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSelect, "swirl-select", never, { "disabled": "disabled"; "inline": "inline"; "invalid": "invalid"; "label": "label"; "multiSelect": "multiSelect"; "required": "required"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
1435
1500
  }
1436
- export declare interface FlipSpinner extends Components.FlipSpinner {
1501
+ export declare interface SwirlSeparator extends Components.SwirlSeparator {
1437
1502
  }
1438
- export declare class FlipSpinner {
1503
+ export declare class SwirlSeparator {
1439
1504
  protected z: NgZone;
1440
1505
  protected el: HTMLElement;
1441
1506
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1442
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipSpinner, never>;
1443
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipSpinner, "flip-spinner", never, { "label": "label"; "size": "size"; }, {}, never, ["*"], false>;
1507
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSeparator, never>;
1508
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSeparator, "swirl-separator", never, {}, {}, never, ["*"], false>;
1444
1509
  }
1445
- export declare interface FlipStack extends Components.FlipStack {
1510
+ export declare interface SwirlSpinner extends Components.SwirlSpinner {
1446
1511
  }
1447
- export declare class FlipStack {
1512
+ export declare class SwirlSpinner {
1448
1513
  protected z: NgZone;
1449
1514
  protected el: HTMLElement;
1450
1515
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1451
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipStack, never>;
1452
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipStack, "flip-stack", never, { "align": "align"; "as": "as"; "justify": "justify"; "orientation": "orientation"; "spacing": "spacing"; "wrap": "wrap"; }, {}, never, ["*"], false>;
1516
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSpinner, never>;
1517
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSpinner, "swirl-spinner", never, { "label": "label"; "size": "size"; }, {}, never, ["*"], false>;
1453
1518
  }
1454
- export declare interface FlipSwitch extends Components.FlipSwitch {
1519
+ export declare interface SwirlStack extends Components.SwirlStack {
1520
+ }
1521
+ export declare class SwirlStack {
1522
+ protected z: NgZone;
1523
+ protected el: HTMLElement;
1524
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1525
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlStack, never>;
1526
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlStack, "swirl-stack", never, { "align": "align"; "as": "as"; "justify": "justify"; "orientation": "orientation"; "spacing": "spacing"; "wrap": "wrap"; }, {}, never, ["*"], false>;
1527
+ }
1528
+ export declare interface SwirlSwitch extends Components.SwirlSwitch {
1455
1529
  /**
1456
1530
  *
1457
1531
  */
1458
1532
  valueChange: EventEmitter<CustomEvent<boolean>>;
1459
1533
  }
1460
- export declare class FlipSwitch {
1534
+ export declare class SwirlSwitch {
1535
+ protected z: NgZone;
1536
+ protected el: HTMLElement;
1537
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1538
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSwitch, never>;
1539
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSwitch, "swirl-switch", never, { "checked": "checked"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "label": "label"; "size": "size"; "value": "value"; }, {}, never, ["*"], false>;
1540
+ }
1541
+ export declare interface SwirlTab extends Components.SwirlTab {
1542
+ }
1543
+ export declare class SwirlTab {
1544
+ protected z: NgZone;
1545
+ protected el: HTMLElement;
1546
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1547
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTab, never>;
1548
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTab, "swirl-tab", never, { "active": "active"; "label": "label"; "tabId": "tabId"; }, {}, never, ["*"], false>;
1549
+ }
1550
+ export declare interface SwirlTable extends Components.SwirlTable {
1551
+ }
1552
+ export declare class SwirlTable {
1553
+ protected z: NgZone;
1554
+ protected el: HTMLElement;
1555
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1556
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTable, never>;
1557
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTable, "swirl-table", never, { "caption": "caption"; "emptyStateLabel": "emptyStateLabel"; "label": "label"; }, {}, never, ["*"], false>;
1558
+ }
1559
+ export declare interface SwirlTableCell extends Components.SwirlTableCell {
1560
+ }
1561
+ export declare class SwirlTableCell {
1562
+ protected z: NgZone;
1563
+ protected el: HTMLElement;
1564
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1565
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTableCell, never>;
1566
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableCell, "swirl-table-cell", never, {}, {}, never, ["*"], false>;
1567
+ }
1568
+ export declare interface SwirlTableColumn extends Components.SwirlTableColumn {
1569
+ }
1570
+ export declare class SwirlTableColumn {
1571
+ protected z: NgZone;
1572
+ protected el: HTMLElement;
1573
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1574
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTableColumn, never>;
1575
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableColumn, "swirl-table-column", never, { "maxWidth": "maxWidth"; "minWidth": "minWidth"; "sort": "sort"; "sortable": "sortable"; "sticky": "sticky"; "width": "width"; }, {}, never, ["*"], false>;
1576
+ }
1577
+ export declare interface SwirlTableRow extends Components.SwirlTableRow {
1578
+ }
1579
+ export declare class SwirlTableRow {
1461
1580
  protected z: NgZone;
1462
1581
  protected el: HTMLElement;
1463
1582
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1464
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipSwitch, never>;
1465
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipSwitch, "flip-switch", never, { "checked": "checked"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "label": "label"; "size": "size"; "value": "value"; }, {}, never, ["*"], false>;
1583
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTableRow, never>;
1584
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableRow, "swirl-table-row", never, { "highlighted": "highlighted"; "index": "index"; }, {}, never, ["*"], false>;
1466
1585
  }
1467
- export declare interface FlipTab extends Components.FlipTab {
1586
+ export declare interface SwirlTableRowGroup extends Components.SwirlTableRowGroup {
1468
1587
  }
1469
- export declare class FlipTab {
1588
+ export declare class SwirlTableRowGroup {
1470
1589
  protected z: NgZone;
1471
1590
  protected el: HTMLElement;
1472
1591
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1473
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipTab, never>;
1474
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipTab, "flip-tab", never, { "active": "active"; "label": "label"; "tabId": "tabId"; }, {}, never, ["*"], false>;
1592
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTableRowGroup, never>;
1593
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableRowGroup, "swirl-table-row-group", never, { "label": "label"; }, {}, never, ["*"], false>;
1475
1594
  }
1476
- export declare interface FlipTabs extends Components.FlipTabs {
1595
+ export declare interface SwirlTabs extends Components.SwirlTabs {
1477
1596
  /**
1478
1597
  *
1479
1598
  */
1480
- tabActivated: EventEmitter<CustomEvent<HTMLFlipTabElement>>;
1599
+ tabActivated: EventEmitter<CustomEvent<HTMLSwirlTabElement>>;
1481
1600
  }
1482
- export declare class FlipTabs {
1601
+ export declare class SwirlTabs {
1483
1602
  protected z: NgZone;
1484
1603
  protected el: HTMLElement;
1485
1604
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1486
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipTabs, never>;
1487
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipTabs, "flip-tabs", never, { "initialTab": "initialTab"; "label": "label"; }, {}, never, ["*"], false>;
1605
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTabs, never>;
1606
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTabs, "swirl-tabs", never, { "initialTab": "initialTab"; "label": "label"; }, {}, never, ["*"], false>;
1488
1607
  }
1489
- export declare interface FlipTag extends Components.FlipTag {
1608
+ export declare interface SwirlTag extends Components.SwirlTag {
1490
1609
  /**
1491
1610
  *
1492
1611
  */
1493
1612
  remove: EventEmitter<CustomEvent<MouseEvent>>;
1494
1613
  }
1495
- export declare class FlipTag {
1614
+ export declare class SwirlTag {
1496
1615
  protected z: NgZone;
1497
1616
  protected el: HTMLElement;
1498
1617
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1499
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipTag, never>;
1500
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipTag, "flip-tag", never, { "intent": "intent"; "label": "label"; "removable": "removable"; "removalButtonLabel": "removalButtonLabel"; }, {}, never, ["*"], false>;
1618
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTag, never>;
1619
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTag, "swirl-tag", never, { "intent": "intent"; "label": "label"; "removable": "removable"; "removalButtonLabel": "removalButtonLabel"; }, {}, never, ["*"], false>;
1501
1620
  }
1502
- export declare interface FlipText extends Components.FlipText {
1621
+ export declare interface SwirlText extends Components.SwirlText {
1503
1622
  }
1504
- export declare class FlipText {
1623
+ export declare class SwirlText {
1505
1624
  protected z: NgZone;
1506
1625
  protected el: HTMLElement;
1507
1626
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1508
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipText, never>;
1509
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipText, "flip-text", never, { "align": "align"; "as": "as"; "color": "color"; "fontStyle": "fontStyle"; "size": "size"; "truncate": "truncate"; "weight": "weight"; }, {}, never, ["*"], false>;
1627
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlText, never>;
1628
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlText, "swirl-text", never, { "align": "align"; "as": "as"; "balance": "balance"; "color": "color"; "fontStyle": "fontStyle"; "size": "size"; "truncate": "truncate"; "weight": "weight"; }, {}, never, ["*"], false>;
1510
1629
  }
1511
- export declare interface FlipTextInput extends Components.FlipTextInput {
1630
+ export declare interface SwirlTextInput extends Components.SwirlTextInput {
1512
1631
  /**
1513
1632
  *
1514
1633
  */
@@ -1522,90 +1641,90 @@ export declare interface FlipTextInput extends Components.FlipTextInput {
1522
1641
  */
1523
1642
  valueChange: EventEmitter<CustomEvent<string>>;
1524
1643
  }
1525
- export declare class FlipTextInput {
1644
+ export declare class SwirlTextInput {
1526
1645
  protected z: NgZone;
1527
1646
  protected el: HTMLElement;
1528
1647
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1529
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipTextInput, never>;
1530
- 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>;
1648
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTextInput, never>;
1649
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTextInput, "swirl-text-input", never, { "autoComplete": "autoComplete"; "autoFocus": "autoFocus"; "autoSelect": "autoSelect"; "clearButtonLabel": "clearButtonLabel"; "clearable": "clearable"; "disableDynamicWidth": "disableDynamicWidth"; "disabled": "disabled"; "inline": "inline"; "invalid": "invalid"; "max": "max"; "maxLength": "maxLength"; "min": "min"; "mode": "mode"; "passwordToggleLabel": "passwordToggleLabel"; "prefixLabel": "prefixLabel"; "required": "required"; "rows": "rows"; "showCharacterCounter": "showCharacterCounter"; "spellCheck": "spellCheck"; "step": "step"; "suffixLabel": "suffixLabel"; "swirlAriaAutocomplete": "swirlAriaAutocomplete"; "swirlAriaControls": "swirlAriaControls"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "swirlAriaExpanded": "swirlAriaExpanded"; "swirlRole": "swirlRole"; "type": "type"; "value": "value"; }, {}, never, ["*"], false>;
1531
1650
  }
1532
- export declare interface FlipThemeProvider extends Components.FlipThemeProvider {
1651
+ export declare interface SwirlThemeProvider extends Components.SwirlThemeProvider {
1533
1652
  /**
1534
1653
  *
1535
1654
  */
1536
- themeChange: EventEmitter<CustomEvent<IFlipThemeProviderFlipThemeChangeEventData>>;
1655
+ themeChange: EventEmitter<CustomEvent<ISwirlThemeProviderSwirlThemeChangeEventData>>;
1537
1656
  }
1538
- export declare class FlipThemeProvider {
1657
+ export declare class SwirlThemeProvider {
1539
1658
  protected z: NgZone;
1540
1659
  protected el: HTMLElement;
1541
1660
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1542
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipThemeProvider, never>;
1543
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipThemeProvider, "flip-theme-provider", never, { "config": "config"; }, {}, never, ["*"], false>;
1661
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlThemeProvider, never>;
1662
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlThemeProvider, "swirl-theme-provider", never, { "config": "config"; }, {}, never, ["*"], false>;
1544
1663
  }
1545
- export declare interface FlipThumbnail extends Components.FlipThumbnail {
1664
+ export declare interface SwirlThumbnail extends Components.SwirlThumbnail {
1546
1665
  }
1547
- export declare class FlipThumbnail {
1666
+ export declare class SwirlThumbnail {
1548
1667
  protected z: NgZone;
1549
1668
  protected el: HTMLElement;
1550
1669
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1551
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipThumbnail, never>;
1552
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipThumbnail, "flip-thumbnail", never, { "alt": "alt"; "format": "format"; "size": "size"; "src": "src"; }, {}, never, ["*"], false>;
1670
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlThumbnail, never>;
1671
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlThumbnail, "swirl-thumbnail", never, { "alt": "alt"; "format": "format"; "size": "size"; "src": "src"; }, {}, never, ["*"], false>;
1553
1672
  }
1554
- export declare interface FlipToast extends Components.FlipToast {
1673
+ export declare interface SwirlToast extends Components.SwirlToast {
1555
1674
  /**
1556
1675
  *
1557
1676
  */
1558
1677
  dismiss: EventEmitter<CustomEvent<string>>;
1559
1678
  }
1560
- export declare class FlipToast {
1679
+ export declare class SwirlToast {
1561
1680
  protected z: NgZone;
1562
1681
  protected el: HTMLElement;
1563
1682
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1564
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipToast, never>;
1565
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipToast, "flip-toast", never, { "accessibleDismissLabel": "accessibleDismissLabel"; "content": "content"; "dismissLabel": "dismissLabel"; "duration": "duration"; "icon": "icon"; "intent": "intent"; "toastId": "toastId"; }, {}, never, ["*"], false>;
1683
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlToast, never>;
1684
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlToast, "swirl-toast", never, { "accessibleDismissLabel": "accessibleDismissLabel"; "content": "content"; "dismissLabel": "dismissLabel"; "duration": "duration"; "icon": "icon"; "intent": "intent"; "toastId": "toastId"; }, {}, never, ["*"], false>;
1566
1685
  }
1567
- export declare interface FlipToastProvider extends Components.FlipToastProvider {
1686
+ export declare interface SwirlToastProvider extends Components.SwirlToastProvider {
1568
1687
  }
1569
- export declare class FlipToastProvider {
1688
+ export declare class SwirlToastProvider {
1570
1689
  protected z: NgZone;
1571
1690
  protected el: HTMLElement;
1572
1691
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1573
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipToastProvider, never>;
1574
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipToastProvider, "flip-toast-provider", never, { "globalDuration": "globalDuration"; }, {}, never, ["*"], false>;
1692
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlToastProvider, never>;
1693
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlToastProvider, "swirl-toast-provider", never, { "globalDuration": "globalDuration"; }, {}, never, ["*"], false>;
1575
1694
  }
1576
- export declare interface FlipTooltip extends Components.FlipTooltip {
1695
+ export declare interface SwirlTooltip extends Components.SwirlTooltip {
1577
1696
  }
1578
- export declare class FlipTooltip {
1697
+ export declare class SwirlTooltip {
1579
1698
  protected z: NgZone;
1580
1699
  protected el: HTMLElement;
1581
1700
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1582
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipTooltip, never>;
1583
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipTooltip, "flip-tooltip", never, { "content": "content"; "delay": "delay"; "position": "position"; }, {}, never, ["*"], false>;
1701
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTooltip, never>;
1702
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTooltip, "swirl-tooltip", never, { "content": "content"; "delay": "delay"; "position": "position"; }, {}, never, ["*"], false>;
1584
1703
  }
1585
- export declare interface FlipTreeNavigationItem extends Components.FlipTreeNavigationItem {
1704
+ export declare interface SwirlTreeNavigationItem extends Components.SwirlTreeNavigationItem {
1586
1705
  }
1587
- export declare class FlipTreeNavigationItem {
1706
+ export declare class SwirlTreeNavigationItem {
1588
1707
  protected z: NgZone;
1589
1708
  protected el: HTMLElement;
1590
1709
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1591
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipTreeNavigationItem, never>;
1592
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipTreeNavigationItem, "flip-tree-navigation-item", never, { "active": "active"; "icon": "icon"; "label": "label"; }, {}, never, ["*"], false>;
1710
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTreeNavigationItem, never>;
1711
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTreeNavigationItem, "swirl-tree-navigation-item", never, { "active": "active"; "icon": "icon"; "label": "label"; }, {}, never, ["*"], false>;
1593
1712
  }
1594
- export declare interface FlipVideoThumbnail extends Components.FlipVideoThumbnail {
1713
+ export declare interface SwirlVideoThumbnail extends Components.SwirlVideoThumbnail {
1595
1714
  }
1596
- export declare class FlipVideoThumbnail {
1715
+ export declare class SwirlVideoThumbnail {
1597
1716
  protected z: NgZone;
1598
1717
  protected el: HTMLElement;
1599
1718
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1600
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipVideoThumbnail, never>;
1601
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipVideoThumbnail, "flip-video-thumbnail", never, { "duration": "duration"; "durationLabel": "durationLabel"; "label": "label"; "src": "src"; }, {}, never, ["*"], false>;
1719
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlVideoThumbnail, never>;
1720
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlVideoThumbnail, "swirl-video-thumbnail", never, { "duration": "duration"; "durationLabel": "durationLabel"; "label": "label"; "src": "src"; }, {}, never, ["*"], false>;
1602
1721
  }
1603
- export declare interface FlipVisuallyHidden extends Components.FlipVisuallyHidden {
1722
+ export declare interface SwirlVisuallyHidden extends Components.SwirlVisuallyHidden {
1604
1723
  }
1605
- export declare class FlipVisuallyHidden {
1724
+ export declare class SwirlVisuallyHidden {
1606
1725
  protected z: NgZone;
1607
1726
  protected el: HTMLElement;
1608
1727
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1609
- static ɵfac: i0.ɵɵFactoryDeclaration<FlipVisuallyHidden, never>;
1610
- static ɵcmp: i0.ɵɵComponentDeclaration<FlipVisuallyHidden, "flip-visually-hidden", never, {}, {}, never, ["*"], false>;
1728
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwirlVisuallyHidden, never>;
1729
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlVisuallyHidden, "swirl-visually-hidden", never, {}, {}, never, ["*"], false>;
1611
1730
  }