@getflip/swirl-components-angular 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +28 -0
- package/CHANGELOG.md +41 -0
- package/README.md +4 -0
- package/angular.json +38 -0
- package/dist/component-library/esm2020/getflip-swirl-components-angular.mjs +5 -0
- package/dist/component-library/esm2020/lib/component-library.module.mjs +20 -0
- package/dist/component-library/esm2020/lib/stencil-generated/angular-component-lib/utils.mjs +53 -0
- package/dist/component-library/esm2020/lib/stencil-generated/boolean-value-accessor.mjs +38 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +2463 -0
- package/dist/component-library/esm2020/lib/stencil-generated/index.mjs +102 -0
- package/dist/component-library/esm2020/lib/stencil-generated/text-value-accessor.mjs +35 -0
- package/dist/component-library/esm2020/lib/stencil-generated/value-accessor.mjs +40 -0
- package/dist/component-library/esm2020/public-api.mjs +8 -0
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +2644 -0
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -0
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +2644 -0
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -0
- package/dist/component-library/index.d.ts +5 -0
- package/dist/component-library/lib/component-library.module.d.ts +9 -0
- package/dist/component-library/lib/stencil-generated/angular-component-lib/utils.d.ts +9 -0
- package/dist/component-library/lib/stencil-generated/boolean-value-accessor.d.ts +9 -0
- package/dist/component-library/lib/stencil-generated/components.d.ts +937 -0
- package/dist/component-library/lib/stencil-generated/index.d.ts +2 -0
- package/dist/component-library/lib/stencil-generated/text-value-accessor.d.ts +8 -0
- package/dist/component-library/lib/stencil-generated/value-accessor.d.ts +18 -0
- package/dist/component-library/package.json +31 -0
- package/dist/component-library/public-api.d.ts +4 -0
- package/package.json +29 -0
- package/projects/component-library/ng-package.json +7 -0
- package/projects/component-library/package.json +11 -0
- package/projects/component-library/src/lib/component-library.module.ts +12 -0
- package/projects/component-library/src/lib/stencil-generated/angular-component-lib/utils.ts +63 -0
- package/projects/component-library/src/lib/stencil-generated/boolean-value-accessor.ts +27 -0
- package/projects/component-library/src/lib/stencil-generated/components.ts +2142 -0
- package/projects/component-library/src/lib/stencil-generated/index.ts +103 -0
- package/projects/component-library/src/lib/stencil-generated/text-value-accessor.ts +24 -0
- package/projects/component-library/src/lib/stencil-generated/value-accessor.ts +39 -0
- package/projects/component-library/src/public-api.ts +8 -0
- package/projects/component-library/tsconfig.lib.json +12 -0
- package/projects/component-library/tsconfig.lib.prod.json +10 -0
- package/projects/component-library/tsconfig.spec.json +10 -0
- package/tsconfig.json +32 -0
|
@@ -0,0 +1,937 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
+
import { Components } from '@getflip/swirl-components';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare interface FlipActionList extends Components.FlipActionList {
|
|
5
|
+
}
|
|
6
|
+
export declare class FlipActionList {
|
|
7
|
+
protected z: NgZone;
|
|
8
|
+
protected el: HTMLElement;
|
|
9
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipActionList, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipActionList, "flip-action-list", never, {}, {}, never, ["*"], false>;
|
|
12
|
+
}
|
|
13
|
+
export declare interface FlipActionListItem extends Components.FlipActionListItem {
|
|
14
|
+
}
|
|
15
|
+
export declare class FlipActionListItem {
|
|
16
|
+
protected z: NgZone;
|
|
17
|
+
protected el: HTMLElement;
|
|
18
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipActionListItem, never>;
|
|
20
|
+
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>;
|
|
21
|
+
}
|
|
22
|
+
export declare interface FlipActionListSection extends Components.FlipActionListSection {
|
|
23
|
+
}
|
|
24
|
+
export declare class FlipActionListSection {
|
|
25
|
+
protected z: NgZone;
|
|
26
|
+
protected el: HTMLElement;
|
|
27
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipActionListSection, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipActionListSection, "flip-action-list-section", never, { "label": "label"; }, {}, never, ["*"], false>;
|
|
30
|
+
}
|
|
31
|
+
export declare interface FlipAvatar extends Components.FlipAvatar {
|
|
32
|
+
}
|
|
33
|
+
export declare class FlipAvatar {
|
|
34
|
+
protected z: NgZone;
|
|
35
|
+
protected el: HTMLElement;
|
|
36
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipAvatar, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipAvatar, "flip-avatar", never, { "badge": "badge"; "badgePosition": "badgePosition"; "icon": "icon"; "initials": "initials"; "interactive": "interactive"; "label": "label"; "showLabel": "showLabel"; "size": "size"; "src": "src"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
39
|
+
}
|
|
40
|
+
export declare interface FlipAvatarGroup extends Components.FlipAvatarGroup {
|
|
41
|
+
}
|
|
42
|
+
export declare class FlipAvatarGroup {
|
|
43
|
+
protected z: NgZone;
|
|
44
|
+
protected el: HTMLElement;
|
|
45
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipAvatarGroup, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipAvatarGroup, "flip-avatar-group", never, { "badge": "badge"; }, {}, never, ["*"], false>;
|
|
48
|
+
}
|
|
49
|
+
export declare interface FlipBadge extends Components.FlipBadge {
|
|
50
|
+
}
|
|
51
|
+
export declare class FlipBadge {
|
|
52
|
+
protected z: NgZone;
|
|
53
|
+
protected el: HTMLElement;
|
|
54
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
55
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipBadge, never>;
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipBadge, "flip-badge", never, { "icon": "icon"; "intent": "intent"; "label": "label"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
57
|
+
}
|
|
58
|
+
export declare interface FlipBanner extends Components.FlipBanner {
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
action: EventEmitter<CustomEvent<MouseEvent>>;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
66
|
+
dismiss: EventEmitter<CustomEvent<MouseEvent>>;
|
|
67
|
+
}
|
|
68
|
+
export declare class FlipBanner {
|
|
69
|
+
protected z: NgZone;
|
|
70
|
+
protected el: HTMLElement;
|
|
71
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
72
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipBanner, never>;
|
|
73
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipBanner, "flip-banner", never, { "actionLabel": "actionLabel"; "content": "content"; "dismissLabel": "dismissLabel"; "dismissable": "dismissable"; "importance": "importance"; "intent": "intent"; "showIcon": "showIcon"; }, {}, never, ["*"], false>;
|
|
74
|
+
}
|
|
75
|
+
export declare interface FlipButton extends Components.FlipButton {
|
|
76
|
+
}
|
|
77
|
+
export declare class FlipButton {
|
|
78
|
+
protected z: NgZone;
|
|
79
|
+
protected el: HTMLElement;
|
|
80
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
81
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipButton, never>;
|
|
82
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipButton, "flip-button", never, { "disabled": "disabled"; "download": "download"; "form": "form"; "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "intent": "intent"; "label": "label"; "name": "name"; "size": "size"; "target": "target"; "type": "type"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
83
|
+
}
|
|
84
|
+
export declare interface FlipButtonGroup extends Components.FlipButtonGroup {
|
|
85
|
+
}
|
|
86
|
+
export declare class FlipButtonGroup {
|
|
87
|
+
protected z: NgZone;
|
|
88
|
+
protected el: HTMLElement;
|
|
89
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
90
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipButtonGroup, never>;
|
|
91
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipButtonGroup, "flip-button-group", never, { "orientation": "orientation"; "stretch": "stretch"; "wrap": "wrap"; }, {}, never, ["*"], false>;
|
|
92
|
+
}
|
|
93
|
+
export declare interface FlipCheckbox extends Components.FlipCheckbox {
|
|
94
|
+
/**
|
|
95
|
+
*
|
|
96
|
+
*/
|
|
97
|
+
valueChange: EventEmitter<CustomEvent<boolean>>;
|
|
98
|
+
}
|
|
99
|
+
export declare class FlipCheckbox {
|
|
100
|
+
protected z: NgZone;
|
|
101
|
+
protected el: HTMLElement;
|
|
102
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
103
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipCheckbox, never>;
|
|
104
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipCheckbox, "flip-checkbox", never, { "checked": "checked"; "description": "description"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "invalid": "invalid"; "label": "label"; "value": "value"; }, {}, never, ["*"], false>;
|
|
105
|
+
}
|
|
106
|
+
export declare interface FlipChip extends Components.FlipChip {
|
|
107
|
+
}
|
|
108
|
+
export declare class FlipChip {
|
|
109
|
+
protected z: NgZone;
|
|
110
|
+
protected el: HTMLElement;
|
|
111
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
112
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipChip, never>;
|
|
113
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipChip, "flip-chip", never, { "avatar": "avatar"; "icon": "icon"; "intent": "intent"; "interactive": "interactive"; "label": "label"; }, {}, never, ["*"], false>;
|
|
114
|
+
}
|
|
115
|
+
export declare interface FlipDescriptionList extends Components.FlipDescriptionList {
|
|
116
|
+
}
|
|
117
|
+
export declare class FlipDescriptionList {
|
|
118
|
+
protected z: NgZone;
|
|
119
|
+
protected el: HTMLElement;
|
|
120
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
121
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipDescriptionList, never>;
|
|
122
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipDescriptionList, "flip-description-list", never, {}, {}, never, ["*"], false>;
|
|
123
|
+
}
|
|
124
|
+
export declare interface FlipDescriptionListItem extends Components.FlipDescriptionListItem {
|
|
125
|
+
}
|
|
126
|
+
export declare class FlipDescriptionListItem {
|
|
127
|
+
protected z: NgZone;
|
|
128
|
+
protected el: HTMLElement;
|
|
129
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
130
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipDescriptionListItem, never>;
|
|
131
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipDescriptionListItem, "flip-description-list-item", never, { "term": "term"; }, {}, never, ["*"], false>;
|
|
132
|
+
}
|
|
133
|
+
export declare interface FlipDialog extends Components.FlipDialog {
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
*/
|
|
137
|
+
primaryAction: EventEmitter<CustomEvent<MouseEvent>>;
|
|
138
|
+
/**
|
|
139
|
+
*
|
|
140
|
+
*/
|
|
141
|
+
secondaryAction: EventEmitter<CustomEvent<MouseEvent>>;
|
|
142
|
+
}
|
|
143
|
+
export declare class FlipDialog {
|
|
144
|
+
protected z: NgZone;
|
|
145
|
+
protected el: HTMLElement;
|
|
146
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
147
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipDialog, never>;
|
|
148
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipDialog, "flip-dialog", never, { "hideLabel": "hideLabel"; "intent": "intent"; "label": "label"; "primaryActionLabel": "primaryActionLabel"; "secondaryActionLabel": "secondaryActionLabel"; }, {}, never, ["*"], false>;
|
|
149
|
+
}
|
|
150
|
+
export declare interface FlipIconAdd extends Components.FlipIconAdd {
|
|
151
|
+
}
|
|
152
|
+
export declare class FlipIconAdd {
|
|
153
|
+
protected z: NgZone;
|
|
154
|
+
protected el: HTMLElement;
|
|
155
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
156
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconAdd, never>;
|
|
157
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconAdd, "flip-icon-add", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
158
|
+
}
|
|
159
|
+
export declare interface FlipIconAddPhoto extends Components.FlipIconAddPhoto {
|
|
160
|
+
}
|
|
161
|
+
export declare class FlipIconAddPhoto {
|
|
162
|
+
protected z: NgZone;
|
|
163
|
+
protected el: HTMLElement;
|
|
164
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
165
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconAddPhoto, never>;
|
|
166
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconAddPhoto, "flip-icon-add-photo", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
167
|
+
}
|
|
168
|
+
export declare interface FlipIconAdminPanelSettings extends Components.FlipIconAdminPanelSettings {
|
|
169
|
+
}
|
|
170
|
+
export declare class FlipIconAdminPanelSettings {
|
|
171
|
+
protected z: NgZone;
|
|
172
|
+
protected el: HTMLElement;
|
|
173
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
174
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconAdminPanelSettings, never>;
|
|
175
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconAdminPanelSettings, "flip-icon-admin-panel-settings", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
176
|
+
}
|
|
177
|
+
export declare interface FlipIconArrowBack extends Components.FlipIconArrowBack {
|
|
178
|
+
}
|
|
179
|
+
export declare class FlipIconArrowBack {
|
|
180
|
+
protected z: NgZone;
|
|
181
|
+
protected el: HTMLElement;
|
|
182
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
183
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconArrowBack, never>;
|
|
184
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconArrowBack, "flip-icon-arrow-back", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
185
|
+
}
|
|
186
|
+
export declare interface FlipIconArrowForward extends Components.FlipIconArrowForward {
|
|
187
|
+
}
|
|
188
|
+
export declare class FlipIconArrowForward {
|
|
189
|
+
protected z: NgZone;
|
|
190
|
+
protected el: HTMLElement;
|
|
191
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
192
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconArrowForward, never>;
|
|
193
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconArrowForward, "flip-icon-arrow-forward", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
194
|
+
}
|
|
195
|
+
export declare interface FlipIconArrowRightSmall extends Components.FlipIconArrowRightSmall {
|
|
196
|
+
}
|
|
197
|
+
export declare class FlipIconArrowRightSmall {
|
|
198
|
+
protected z: NgZone;
|
|
199
|
+
protected el: HTMLElement;
|
|
200
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
201
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconArrowRightSmall, never>;
|
|
202
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconArrowRightSmall, "flip-icon-arrow-right-small", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
203
|
+
}
|
|
204
|
+
export declare interface FlipIconAttachment extends Components.FlipIconAttachment {
|
|
205
|
+
}
|
|
206
|
+
export declare class FlipIconAttachment {
|
|
207
|
+
protected z: NgZone;
|
|
208
|
+
protected el: HTMLElement;
|
|
209
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
210
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconAttachment, never>;
|
|
211
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconAttachment, "flip-icon-attachment", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
212
|
+
}
|
|
213
|
+
export declare interface FlipIconCancel extends Components.FlipIconCancel {
|
|
214
|
+
}
|
|
215
|
+
export declare class FlipIconCancel {
|
|
216
|
+
protected z: NgZone;
|
|
217
|
+
protected el: HTMLElement;
|
|
218
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
219
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconCancel, never>;
|
|
220
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCancel, "flip-icon-cancel", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
221
|
+
}
|
|
222
|
+
export declare interface FlipIconChatBubble extends Components.FlipIconChatBubble {
|
|
223
|
+
}
|
|
224
|
+
export declare class FlipIconChatBubble {
|
|
225
|
+
protected z: NgZone;
|
|
226
|
+
protected el: HTMLElement;
|
|
227
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
228
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconChatBubble, never>;
|
|
229
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconChatBubble, "flip-icon-chat-bubble", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
230
|
+
}
|
|
231
|
+
export declare interface FlipIconCheck extends Components.FlipIconCheck {
|
|
232
|
+
}
|
|
233
|
+
export declare class FlipIconCheck {
|
|
234
|
+
protected z: NgZone;
|
|
235
|
+
protected el: HTMLElement;
|
|
236
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
237
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconCheck, never>;
|
|
238
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCheck, "flip-icon-check", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
239
|
+
}
|
|
240
|
+
export declare interface FlipIconCheckCircle extends Components.FlipIconCheckCircle {
|
|
241
|
+
}
|
|
242
|
+
export declare class FlipIconCheckCircle {
|
|
243
|
+
protected z: NgZone;
|
|
244
|
+
protected el: HTMLElement;
|
|
245
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
246
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconCheckCircle, never>;
|
|
247
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCheckCircle, "flip-icon-check-circle", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
248
|
+
}
|
|
249
|
+
export declare interface FlipIconCheckSmall extends Components.FlipIconCheckSmall {
|
|
250
|
+
}
|
|
251
|
+
export declare class FlipIconCheckSmall {
|
|
252
|
+
protected z: NgZone;
|
|
253
|
+
protected el: HTMLElement;
|
|
254
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
255
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconCheckSmall, never>;
|
|
256
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCheckSmall, "flip-icon-check-small", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
257
|
+
}
|
|
258
|
+
export declare interface FlipIconCheckStrong extends Components.FlipIconCheckStrong {
|
|
259
|
+
}
|
|
260
|
+
export declare class FlipIconCheckStrong {
|
|
261
|
+
protected z: NgZone;
|
|
262
|
+
protected el: HTMLElement;
|
|
263
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
264
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconCheckStrong, never>;
|
|
265
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCheckStrong, "flip-icon-check-strong", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
266
|
+
}
|
|
267
|
+
export declare interface FlipIconChevronLeft extends Components.FlipIconChevronLeft {
|
|
268
|
+
}
|
|
269
|
+
export declare class FlipIconChevronLeft {
|
|
270
|
+
protected z: NgZone;
|
|
271
|
+
protected el: HTMLElement;
|
|
272
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
273
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconChevronLeft, never>;
|
|
274
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconChevronLeft, "flip-icon-chevron-left", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
275
|
+
}
|
|
276
|
+
export declare interface FlipIconChevronRight extends Components.FlipIconChevronRight {
|
|
277
|
+
}
|
|
278
|
+
export declare class FlipIconChevronRight {
|
|
279
|
+
protected z: NgZone;
|
|
280
|
+
protected el: HTMLElement;
|
|
281
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
282
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconChevronRight, never>;
|
|
283
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconChevronRight, "flip-icon-chevron-right", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
284
|
+
}
|
|
285
|
+
export declare interface FlipIconClose extends Components.FlipIconClose {
|
|
286
|
+
}
|
|
287
|
+
export declare class FlipIconClose {
|
|
288
|
+
protected z: NgZone;
|
|
289
|
+
protected el: HTMLElement;
|
|
290
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
291
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconClose, never>;
|
|
292
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconClose, "flip-icon-close", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
293
|
+
}
|
|
294
|
+
export declare interface FlipIconCloseSmall extends Components.FlipIconCloseSmall {
|
|
295
|
+
}
|
|
296
|
+
export declare class FlipIconCloseSmall {
|
|
297
|
+
protected z: NgZone;
|
|
298
|
+
protected el: HTMLElement;
|
|
299
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
300
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconCloseSmall, never>;
|
|
301
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCloseSmall, "flip-icon-close-small", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
302
|
+
}
|
|
303
|
+
export declare interface FlipIconComment extends Components.FlipIconComment {
|
|
304
|
+
}
|
|
305
|
+
export declare class FlipIconComment {
|
|
306
|
+
protected z: NgZone;
|
|
307
|
+
protected el: HTMLElement;
|
|
308
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
309
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconComment, never>;
|
|
310
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconComment, "flip-icon-comment", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
311
|
+
}
|
|
312
|
+
export declare interface FlipIconCopy extends Components.FlipIconCopy {
|
|
313
|
+
}
|
|
314
|
+
export declare class FlipIconCopy {
|
|
315
|
+
protected z: NgZone;
|
|
316
|
+
protected el: HTMLElement;
|
|
317
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
318
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconCopy, never>;
|
|
319
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconCopy, "flip-icon-copy", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
320
|
+
}
|
|
321
|
+
export declare interface FlipIconDateRange extends Components.FlipIconDateRange {
|
|
322
|
+
}
|
|
323
|
+
export declare class FlipIconDateRange {
|
|
324
|
+
protected z: NgZone;
|
|
325
|
+
protected el: HTMLElement;
|
|
326
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
327
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconDateRange, never>;
|
|
328
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconDateRange, "flip-icon-date-range", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
329
|
+
}
|
|
330
|
+
export declare interface FlipIconDelete extends Components.FlipIconDelete {
|
|
331
|
+
}
|
|
332
|
+
export declare class FlipIconDelete {
|
|
333
|
+
protected z: NgZone;
|
|
334
|
+
protected el: HTMLElement;
|
|
335
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
336
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconDelete, never>;
|
|
337
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconDelete, "flip-icon-delete", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
338
|
+
}
|
|
339
|
+
export declare interface FlipIconDescription extends Components.FlipIconDescription {
|
|
340
|
+
}
|
|
341
|
+
export declare class FlipIconDescription {
|
|
342
|
+
protected z: NgZone;
|
|
343
|
+
protected el: HTMLElement;
|
|
344
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
345
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconDescription, never>;
|
|
346
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconDescription, "flip-icon-description", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
347
|
+
}
|
|
348
|
+
export declare interface FlipIconDownload extends Components.FlipIconDownload {
|
|
349
|
+
}
|
|
350
|
+
export declare class FlipIconDownload {
|
|
351
|
+
protected z: NgZone;
|
|
352
|
+
protected el: HTMLElement;
|
|
353
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
354
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconDownload, never>;
|
|
355
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconDownload, "flip-icon-download", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
356
|
+
}
|
|
357
|
+
export declare interface FlipIconEdit extends Components.FlipIconEdit {
|
|
358
|
+
}
|
|
359
|
+
export declare class FlipIconEdit {
|
|
360
|
+
protected z: NgZone;
|
|
361
|
+
protected el: HTMLElement;
|
|
362
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
363
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconEdit, never>;
|
|
364
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconEdit, "flip-icon-edit", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
365
|
+
}
|
|
366
|
+
export declare interface FlipIconEmojiMood extends Components.FlipIconEmojiMood {
|
|
367
|
+
}
|
|
368
|
+
export declare class FlipIconEmojiMood {
|
|
369
|
+
protected z: NgZone;
|
|
370
|
+
protected el: HTMLElement;
|
|
371
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
372
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconEmojiMood, never>;
|
|
373
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconEmojiMood, "flip-icon-emoji-mood", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
374
|
+
}
|
|
375
|
+
export declare interface FlipIconEmojiSatisfied extends Components.FlipIconEmojiSatisfied {
|
|
376
|
+
}
|
|
377
|
+
export declare class FlipIconEmojiSatisfied {
|
|
378
|
+
protected z: NgZone;
|
|
379
|
+
protected el: HTMLElement;
|
|
380
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
381
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconEmojiSatisfied, never>;
|
|
382
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconEmojiSatisfied, "flip-icon-emoji-satisfied", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
383
|
+
}
|
|
384
|
+
export declare interface FlipIconError extends Components.FlipIconError {
|
|
385
|
+
}
|
|
386
|
+
export declare class FlipIconError {
|
|
387
|
+
protected z: NgZone;
|
|
388
|
+
protected el: HTMLElement;
|
|
389
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
390
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconError, never>;
|
|
391
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconError, "flip-icon-error", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
392
|
+
}
|
|
393
|
+
export declare interface FlipIconExpandLess extends Components.FlipIconExpandLess {
|
|
394
|
+
}
|
|
395
|
+
export declare class FlipIconExpandLess {
|
|
396
|
+
protected z: NgZone;
|
|
397
|
+
protected el: HTMLElement;
|
|
398
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
399
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconExpandLess, never>;
|
|
400
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconExpandLess, "flip-icon-expand-less", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
401
|
+
}
|
|
402
|
+
export declare interface FlipIconExpandMore extends Components.FlipIconExpandMore {
|
|
403
|
+
}
|
|
404
|
+
export declare class FlipIconExpandMore {
|
|
405
|
+
protected z: NgZone;
|
|
406
|
+
protected el: HTMLElement;
|
|
407
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
408
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconExpandMore, never>;
|
|
409
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconExpandMore, "flip-icon-expand-more", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
410
|
+
}
|
|
411
|
+
export declare interface FlipIconFile extends Components.FlipIconFile {
|
|
412
|
+
}
|
|
413
|
+
export declare class FlipIconFile {
|
|
414
|
+
protected z: NgZone;
|
|
415
|
+
protected el: HTMLElement;
|
|
416
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
417
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconFile, never>;
|
|
418
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconFile, "flip-icon-file", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
419
|
+
}
|
|
420
|
+
export declare interface FlipIconFolderShared extends Components.FlipIconFolderShared {
|
|
421
|
+
}
|
|
422
|
+
export declare class FlipIconFolderShared {
|
|
423
|
+
protected z: NgZone;
|
|
424
|
+
protected el: HTMLElement;
|
|
425
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
426
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconFolderShared, never>;
|
|
427
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconFolderShared, "flip-icon-folder-shared", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
428
|
+
}
|
|
429
|
+
export declare interface FlipIconGroupAssign extends Components.FlipIconGroupAssign {
|
|
430
|
+
}
|
|
431
|
+
export declare class FlipIconGroupAssign {
|
|
432
|
+
protected z: NgZone;
|
|
433
|
+
protected el: HTMLElement;
|
|
434
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
435
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconGroupAssign, never>;
|
|
436
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconGroupAssign, "flip-icon-group-assign", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
437
|
+
}
|
|
438
|
+
export declare interface FlipIconGroups extends Components.FlipIconGroups {
|
|
439
|
+
}
|
|
440
|
+
export declare class FlipIconGroups {
|
|
441
|
+
protected z: NgZone;
|
|
442
|
+
protected el: HTMLElement;
|
|
443
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
444
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconGroups, never>;
|
|
445
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconGroups, "flip-icon-groups", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
446
|
+
}
|
|
447
|
+
export declare interface FlipIconGroupsCustom extends Components.FlipIconGroupsCustom {
|
|
448
|
+
}
|
|
449
|
+
export declare class FlipIconGroupsCustom {
|
|
450
|
+
protected z: NgZone;
|
|
451
|
+
protected el: HTMLElement;
|
|
452
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
453
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconGroupsCustom, never>;
|
|
454
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconGroupsCustom, "flip-icon-groups-custom", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
455
|
+
}
|
|
456
|
+
export declare interface FlipIconImage extends Components.FlipIconImage {
|
|
457
|
+
}
|
|
458
|
+
export declare class FlipIconImage {
|
|
459
|
+
protected z: NgZone;
|
|
460
|
+
protected el: HTMLElement;
|
|
461
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
462
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconImage, never>;
|
|
463
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconImage, "flip-icon-image", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
464
|
+
}
|
|
465
|
+
export declare interface FlipIconInfo extends Components.FlipIconInfo {
|
|
466
|
+
}
|
|
467
|
+
export declare class FlipIconInfo {
|
|
468
|
+
protected z: NgZone;
|
|
469
|
+
protected el: HTMLElement;
|
|
470
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
471
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconInfo, never>;
|
|
472
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconInfo, "flip-icon-info", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
473
|
+
}
|
|
474
|
+
export declare interface FlipIconInventory extends Components.FlipIconInventory {
|
|
475
|
+
}
|
|
476
|
+
export declare class FlipIconInventory {
|
|
477
|
+
protected z: NgZone;
|
|
478
|
+
protected el: HTMLElement;
|
|
479
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
480
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconInventory, never>;
|
|
481
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconInventory, "flip-icon-inventory", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
482
|
+
}
|
|
483
|
+
export declare interface FlipIconLike extends Components.FlipIconLike {
|
|
484
|
+
}
|
|
485
|
+
export declare class FlipIconLike {
|
|
486
|
+
protected z: NgZone;
|
|
487
|
+
protected el: HTMLElement;
|
|
488
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
489
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconLike, never>;
|
|
490
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconLike, "flip-icon-like", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
491
|
+
}
|
|
492
|
+
export declare interface FlipIconLink extends Components.FlipIconLink {
|
|
493
|
+
}
|
|
494
|
+
export declare class FlipIconLink {
|
|
495
|
+
protected z: NgZone;
|
|
496
|
+
protected el: HTMLElement;
|
|
497
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
498
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconLink, never>;
|
|
499
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconLink, "flip-icon-link", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
500
|
+
}
|
|
501
|
+
export declare interface FlipIconLock extends Components.FlipIconLock {
|
|
502
|
+
}
|
|
503
|
+
export declare class FlipIconLock {
|
|
504
|
+
protected z: NgZone;
|
|
505
|
+
protected el: HTMLElement;
|
|
506
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
507
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconLock, never>;
|
|
508
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconLock, "flip-icon-lock", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
509
|
+
}
|
|
510
|
+
export declare interface FlipIconLogout extends Components.FlipIconLogout {
|
|
511
|
+
}
|
|
512
|
+
export declare class FlipIconLogout {
|
|
513
|
+
protected z: NgZone;
|
|
514
|
+
protected el: HTMLElement;
|
|
515
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
516
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconLogout, never>;
|
|
517
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconLogout, "flip-icon-logout", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
518
|
+
}
|
|
519
|
+
export declare interface FlipIconMail extends Components.FlipIconMail {
|
|
520
|
+
}
|
|
521
|
+
export declare class FlipIconMail {
|
|
522
|
+
protected z: NgZone;
|
|
523
|
+
protected el: HTMLElement;
|
|
524
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
525
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconMail, never>;
|
|
526
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconMail, "flip-icon-mail", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
527
|
+
}
|
|
528
|
+
export declare interface FlipIconManageAccounts extends Components.FlipIconManageAccounts {
|
|
529
|
+
}
|
|
530
|
+
export declare class FlipIconManageAccounts {
|
|
531
|
+
protected z: NgZone;
|
|
532
|
+
protected el: HTMLElement;
|
|
533
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
534
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconManageAccounts, never>;
|
|
535
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconManageAccounts, "flip-icon-manage-accounts", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
536
|
+
}
|
|
537
|
+
export declare interface FlipIconMention extends Components.FlipIconMention {
|
|
538
|
+
}
|
|
539
|
+
export declare class FlipIconMention {
|
|
540
|
+
protected z: NgZone;
|
|
541
|
+
protected el: HTMLElement;
|
|
542
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
543
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconMention, never>;
|
|
544
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconMention, "flip-icon-mention", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
545
|
+
}
|
|
546
|
+
export declare interface FlipIconMessage extends Components.FlipIconMessage {
|
|
547
|
+
}
|
|
548
|
+
export declare class FlipIconMessage {
|
|
549
|
+
protected z: NgZone;
|
|
550
|
+
protected el: HTMLElement;
|
|
551
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
552
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconMessage, never>;
|
|
553
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconMessage, "flip-icon-message", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
554
|
+
}
|
|
555
|
+
export declare interface FlipIconMoreHorizontal extends Components.FlipIconMoreHorizontal {
|
|
556
|
+
}
|
|
557
|
+
export declare class FlipIconMoreHorizontal {
|
|
558
|
+
protected z: NgZone;
|
|
559
|
+
protected el: HTMLElement;
|
|
560
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
561
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconMoreHorizontal, never>;
|
|
562
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconMoreHorizontal, "flip-icon-more-horizontal", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
563
|
+
}
|
|
564
|
+
export declare interface FlipIconMoreVertikal extends Components.FlipIconMoreVertikal {
|
|
565
|
+
}
|
|
566
|
+
export declare class FlipIconMoreVertikal {
|
|
567
|
+
protected z: NgZone;
|
|
568
|
+
protected el: HTMLElement;
|
|
569
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
570
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconMoreVertikal, never>;
|
|
571
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconMoreVertikal, "flip-icon-more-vertikal", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
572
|
+
}
|
|
573
|
+
export declare interface FlipIconNotifications extends Components.FlipIconNotifications {
|
|
574
|
+
}
|
|
575
|
+
export declare class FlipIconNotifications {
|
|
576
|
+
protected z: NgZone;
|
|
577
|
+
protected el: HTMLElement;
|
|
578
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
579
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconNotifications, never>;
|
|
580
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconNotifications, "flip-icon-notifications", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
581
|
+
}
|
|
582
|
+
export declare interface FlipIconNotificationsActive extends Components.FlipIconNotificationsActive {
|
|
583
|
+
}
|
|
584
|
+
export declare class FlipIconNotificationsActive {
|
|
585
|
+
protected z: NgZone;
|
|
586
|
+
protected el: HTMLElement;
|
|
587
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
588
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconNotificationsActive, never>;
|
|
589
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconNotificationsActive, "flip-icon-notifications-active", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
590
|
+
}
|
|
591
|
+
export declare interface FlipIconNotificationsOff extends Components.FlipIconNotificationsOff {
|
|
592
|
+
}
|
|
593
|
+
export declare class FlipIconNotificationsOff {
|
|
594
|
+
protected z: NgZone;
|
|
595
|
+
protected el: HTMLElement;
|
|
596
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
597
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconNotificationsOff, never>;
|
|
598
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconNotificationsOff, "flip-icon-notifications-off", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
599
|
+
}
|
|
600
|
+
export declare interface FlipIconPeopleAlt extends Components.FlipIconPeopleAlt {
|
|
601
|
+
}
|
|
602
|
+
export declare class FlipIconPeopleAlt {
|
|
603
|
+
protected z: NgZone;
|
|
604
|
+
protected el: HTMLElement;
|
|
605
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
606
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconPeopleAlt, never>;
|
|
607
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconPeopleAlt, "flip-icon-people-alt", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
608
|
+
}
|
|
609
|
+
export declare interface FlipIconPerson extends Components.FlipIconPerson {
|
|
610
|
+
}
|
|
611
|
+
export declare class FlipIconPerson {
|
|
612
|
+
protected z: NgZone;
|
|
613
|
+
protected el: HTMLElement;
|
|
614
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
615
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconPerson, never>;
|
|
616
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconPerson, "flip-icon-person", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
617
|
+
}
|
|
618
|
+
export declare interface FlipIconPersonOff extends Components.FlipIconPersonOff {
|
|
619
|
+
}
|
|
620
|
+
export declare class FlipIconPersonOff {
|
|
621
|
+
protected z: NgZone;
|
|
622
|
+
protected el: HTMLElement;
|
|
623
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
624
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconPersonOff, never>;
|
|
625
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconPersonOff, "flip-icon-person-off", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
626
|
+
}
|
|
627
|
+
export declare interface FlipIconPhone extends Components.FlipIconPhone {
|
|
628
|
+
}
|
|
629
|
+
export declare class FlipIconPhone {
|
|
630
|
+
protected z: NgZone;
|
|
631
|
+
protected el: HTMLElement;
|
|
632
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
633
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconPhone, never>;
|
|
634
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconPhone, "flip-icon-phone", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
635
|
+
}
|
|
636
|
+
export declare interface FlipIconPoll extends Components.FlipIconPoll {
|
|
637
|
+
}
|
|
638
|
+
export declare class FlipIconPoll {
|
|
639
|
+
protected z: NgZone;
|
|
640
|
+
protected el: HTMLElement;
|
|
641
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
642
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconPoll, never>;
|
|
643
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconPoll, "flip-icon-poll", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
644
|
+
}
|
|
645
|
+
export declare interface FlipIconRecieved extends Components.FlipIconRecieved {
|
|
646
|
+
}
|
|
647
|
+
export declare class FlipIconRecieved {
|
|
648
|
+
protected z: NgZone;
|
|
649
|
+
protected el: HTMLElement;
|
|
650
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
651
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconRecieved, never>;
|
|
652
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconRecieved, "flip-icon-recieved", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
653
|
+
}
|
|
654
|
+
export declare interface FlipIconSearch extends Components.FlipIconSearch {
|
|
655
|
+
}
|
|
656
|
+
export declare class FlipIconSearch {
|
|
657
|
+
protected z: NgZone;
|
|
658
|
+
protected el: HTMLElement;
|
|
659
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
660
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconSearch, never>;
|
|
661
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconSearch, "flip-icon-search", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
662
|
+
}
|
|
663
|
+
export declare interface FlipIconSearchStrong extends Components.FlipIconSearchStrong {
|
|
664
|
+
}
|
|
665
|
+
export declare class FlipIconSearchStrong {
|
|
666
|
+
protected z: NgZone;
|
|
667
|
+
protected el: HTMLElement;
|
|
668
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
669
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconSearchStrong, never>;
|
|
670
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconSearchStrong, "flip-icon-search-strong", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
671
|
+
}
|
|
672
|
+
export declare interface FlipIconSend extends Components.FlipIconSend {
|
|
673
|
+
}
|
|
674
|
+
export declare class FlipIconSend {
|
|
675
|
+
protected z: NgZone;
|
|
676
|
+
protected el: HTMLElement;
|
|
677
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
678
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconSend, never>;
|
|
679
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconSend, "flip-icon-send", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
680
|
+
}
|
|
681
|
+
export declare interface FlipIconSettings extends Components.FlipIconSettings {
|
|
682
|
+
}
|
|
683
|
+
export declare class FlipIconSettings {
|
|
684
|
+
protected z: NgZone;
|
|
685
|
+
protected el: HTMLElement;
|
|
686
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
687
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconSettings, never>;
|
|
688
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconSettings, "flip-icon-settings", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
689
|
+
}
|
|
690
|
+
export declare interface FlipIconTimeFilled extends Components.FlipIconTimeFilled {
|
|
691
|
+
}
|
|
692
|
+
export declare class FlipIconTimeFilled {
|
|
693
|
+
protected z: NgZone;
|
|
694
|
+
protected el: HTMLElement;
|
|
695
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
696
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconTimeFilled, never>;
|
|
697
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconTimeFilled, "flip-icon-time-filled", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
698
|
+
}
|
|
699
|
+
export declare interface FlipIconTimeOutlined extends Components.FlipIconTimeOutlined {
|
|
700
|
+
}
|
|
701
|
+
export declare class FlipIconTimeOutlined {
|
|
702
|
+
protected z: NgZone;
|
|
703
|
+
protected el: HTMLElement;
|
|
704
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
705
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconTimeOutlined, never>;
|
|
706
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconTimeOutlined, "flip-icon-time-outlined", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
707
|
+
}
|
|
708
|
+
export declare interface FlipIconToday extends Components.FlipIconToday {
|
|
709
|
+
}
|
|
710
|
+
export declare class FlipIconToday {
|
|
711
|
+
protected z: NgZone;
|
|
712
|
+
protected el: HTMLElement;
|
|
713
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
714
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconToday, never>;
|
|
715
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconToday, "flip-icon-today", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
716
|
+
}
|
|
717
|
+
export declare interface FlipIconUserAssign extends Components.FlipIconUserAssign {
|
|
718
|
+
}
|
|
719
|
+
export declare class FlipIconUserAssign {
|
|
720
|
+
protected z: NgZone;
|
|
721
|
+
protected el: HTMLElement;
|
|
722
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
723
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconUserAssign, never>;
|
|
724
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconUserAssign, "flip-icon-user-assign", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
725
|
+
}
|
|
726
|
+
export declare interface FlipIconVideoCamera extends Components.FlipIconVideoCamera {
|
|
727
|
+
}
|
|
728
|
+
export declare class FlipIconVideoCamera {
|
|
729
|
+
protected z: NgZone;
|
|
730
|
+
protected el: HTMLElement;
|
|
731
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
732
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconVideoCamera, never>;
|
|
733
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconVideoCamera, "flip-icon-video-camera", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
734
|
+
}
|
|
735
|
+
export declare interface FlipIconVisibility extends Components.FlipIconVisibility {
|
|
736
|
+
}
|
|
737
|
+
export declare class FlipIconVisibility {
|
|
738
|
+
protected z: NgZone;
|
|
739
|
+
protected el: HTMLElement;
|
|
740
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
741
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconVisibility, never>;
|
|
742
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconVisibility, "flip-icon-visibility", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
743
|
+
}
|
|
744
|
+
export declare interface FlipIconVisibilityOff extends Components.FlipIconVisibilityOff {
|
|
745
|
+
}
|
|
746
|
+
export declare class FlipIconVisibilityOff {
|
|
747
|
+
protected z: NgZone;
|
|
748
|
+
protected el: HTMLElement;
|
|
749
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
750
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconVisibilityOff, never>;
|
|
751
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconVisibilityOff, "flip-icon-visibility-off", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
752
|
+
}
|
|
753
|
+
export declare interface FlipIconWarning extends Components.FlipIconWarning {
|
|
754
|
+
}
|
|
755
|
+
export declare class FlipIconWarning {
|
|
756
|
+
protected z: NgZone;
|
|
757
|
+
protected el: HTMLElement;
|
|
758
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
759
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipIconWarning, never>;
|
|
760
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipIconWarning, "flip-icon-warning", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
761
|
+
}
|
|
762
|
+
export declare interface FlipInlineError extends Components.FlipInlineError {
|
|
763
|
+
}
|
|
764
|
+
export declare class FlipInlineError {
|
|
765
|
+
protected z: NgZone;
|
|
766
|
+
protected el: HTMLElement;
|
|
767
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
768
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipInlineError, never>;
|
|
769
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipInlineError, "flip-inline-error", never, { "message": "message"; "size": "size"; }, {}, never, ["*"], false>;
|
|
770
|
+
}
|
|
771
|
+
export declare interface FlipLink extends Components.FlipLink {
|
|
772
|
+
}
|
|
773
|
+
export declare class FlipLink {
|
|
774
|
+
protected z: NgZone;
|
|
775
|
+
protected el: HTMLElement;
|
|
776
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
777
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipLink, never>;
|
|
778
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipLink, "flip-link", never, { "href": "href"; "label": "label"; "target": "target"; }, {}, never, ["*"], false>;
|
|
779
|
+
}
|
|
780
|
+
export declare interface FlipPopover extends Components.FlipPopover {
|
|
781
|
+
}
|
|
782
|
+
export declare class FlipPopover {
|
|
783
|
+
protected z: NgZone;
|
|
784
|
+
protected el: HTMLElement;
|
|
785
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
786
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipPopover, never>;
|
|
787
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipPopover, "flip-popover", never, { "label": "label"; "popoverId": "popoverId"; "trigger": "trigger"; }, {}, never, ["*"], false>;
|
|
788
|
+
}
|
|
789
|
+
export declare interface FlipRadio extends Components.FlipRadio {
|
|
790
|
+
/**
|
|
791
|
+
*
|
|
792
|
+
*/
|
|
793
|
+
valueChange: EventEmitter<CustomEvent<string>>;
|
|
794
|
+
}
|
|
795
|
+
export declare class FlipRadio {
|
|
796
|
+
protected z: NgZone;
|
|
797
|
+
protected el: HTMLElement;
|
|
798
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
799
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipRadio, never>;
|
|
800
|
+
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>;
|
|
801
|
+
}
|
|
802
|
+
export declare interface FlipRadioGroup extends Components.FlipRadioGroup {
|
|
803
|
+
/**
|
|
804
|
+
*
|
|
805
|
+
*/
|
|
806
|
+
valueChange: EventEmitter<CustomEvent<string>>;
|
|
807
|
+
}
|
|
808
|
+
export declare class FlipRadioGroup {
|
|
809
|
+
protected z: NgZone;
|
|
810
|
+
protected el: HTMLElement;
|
|
811
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
812
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipRadioGroup, never>;
|
|
813
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipRadioGroup, "flip-radio-group", never, { "value": "value"; }, {}, never, ["*"], false>;
|
|
814
|
+
}
|
|
815
|
+
export declare interface FlipSearch extends Components.FlipSearch {
|
|
816
|
+
/**
|
|
817
|
+
*
|
|
818
|
+
*/
|
|
819
|
+
inputBlur: EventEmitter<CustomEvent<FocusEvent>>;
|
|
820
|
+
/**
|
|
821
|
+
*
|
|
822
|
+
*/
|
|
823
|
+
inputFocus: EventEmitter<CustomEvent<FocusEvent>>;
|
|
824
|
+
/**
|
|
825
|
+
*
|
|
826
|
+
*/
|
|
827
|
+
valueChange: EventEmitter<CustomEvent<string>>;
|
|
828
|
+
}
|
|
829
|
+
export declare class FlipSearch {
|
|
830
|
+
protected z: NgZone;
|
|
831
|
+
protected el: HTMLElement;
|
|
832
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
833
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipSearch, never>;
|
|
834
|
+
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>;
|
|
835
|
+
}
|
|
836
|
+
export declare interface FlipSpinner extends Components.FlipSpinner {
|
|
837
|
+
}
|
|
838
|
+
export declare class FlipSpinner {
|
|
839
|
+
protected z: NgZone;
|
|
840
|
+
protected el: HTMLElement;
|
|
841
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
842
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipSpinner, never>;
|
|
843
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipSpinner, "flip-spinner", never, { "label": "label"; "size": "size"; }, {}, never, ["*"], false>;
|
|
844
|
+
}
|
|
845
|
+
export declare interface FlipStack extends Components.FlipStack {
|
|
846
|
+
}
|
|
847
|
+
export declare class FlipStack {
|
|
848
|
+
protected z: NgZone;
|
|
849
|
+
protected el: HTMLElement;
|
|
850
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
851
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipStack, never>;
|
|
852
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipStack, "flip-stack", never, { "align": "align"; "as": "as"; "justify": "justify"; "orientation": "orientation"; "spacing": "spacing"; "wrap": "wrap"; }, {}, never, ["*"], false>;
|
|
853
|
+
}
|
|
854
|
+
export declare interface FlipSwitch extends Components.FlipSwitch {
|
|
855
|
+
/**
|
|
856
|
+
*
|
|
857
|
+
*/
|
|
858
|
+
valueChange: EventEmitter<CustomEvent<boolean>>;
|
|
859
|
+
}
|
|
860
|
+
export declare class FlipSwitch {
|
|
861
|
+
protected z: NgZone;
|
|
862
|
+
protected el: HTMLElement;
|
|
863
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
864
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipSwitch, never>;
|
|
865
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipSwitch, "flip-switch", never, { "checked": "checked"; "disabled": "disabled"; "inputId": "inputId"; "inputName": "inputName"; "label": "label"; "size": "size"; "value": "value"; }, {}, never, ["*"], false>;
|
|
866
|
+
}
|
|
867
|
+
export declare interface FlipTag extends Components.FlipTag {
|
|
868
|
+
/**
|
|
869
|
+
*
|
|
870
|
+
*/
|
|
871
|
+
remove: EventEmitter<CustomEvent<MouseEvent>>;
|
|
872
|
+
}
|
|
873
|
+
export declare class FlipTag {
|
|
874
|
+
protected z: NgZone;
|
|
875
|
+
protected el: HTMLElement;
|
|
876
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
877
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipTag, never>;
|
|
878
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipTag, "flip-tag", never, { "intent": "intent"; "label": "label"; "removable": "removable"; "removalButtonLabel": "removalButtonLabel"; }, {}, never, ["*"], false>;
|
|
879
|
+
}
|
|
880
|
+
export declare interface FlipThemeProvider extends Components.FlipThemeProvider {
|
|
881
|
+
}
|
|
882
|
+
export declare class FlipThemeProvider {
|
|
883
|
+
protected z: NgZone;
|
|
884
|
+
protected el: HTMLElement;
|
|
885
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
886
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipThemeProvider, never>;
|
|
887
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipThemeProvider, "flip-theme-provider", never, { "config": "config"; }, {}, never, ["*"], false>;
|
|
888
|
+
}
|
|
889
|
+
export declare interface FlipThumbnail extends Components.FlipThumbnail {
|
|
890
|
+
}
|
|
891
|
+
export declare class FlipThumbnail {
|
|
892
|
+
protected z: NgZone;
|
|
893
|
+
protected el: HTMLElement;
|
|
894
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
895
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipThumbnail, never>;
|
|
896
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipThumbnail, "flip-thumbnail", never, { "alt": "alt"; "format": "format"; "size": "size"; "src": "src"; }, {}, never, ["*"], false>;
|
|
897
|
+
}
|
|
898
|
+
export declare interface FlipToast extends Components.FlipToast {
|
|
899
|
+
/**
|
|
900
|
+
*
|
|
901
|
+
*/
|
|
902
|
+
dismiss: EventEmitter<CustomEvent<string>>;
|
|
903
|
+
}
|
|
904
|
+
export declare class FlipToast {
|
|
905
|
+
protected z: NgZone;
|
|
906
|
+
protected el: HTMLElement;
|
|
907
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
908
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipToast, never>;
|
|
909
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipToast, "flip-toast", never, { "accessibleDismissLabel": "accessibleDismissLabel"; "content": "content"; "dismissLabel": "dismissLabel"; "duration": "duration"; "icon": "icon"; "intent": "intent"; "toastId": "toastId"; }, {}, never, ["*"], false>;
|
|
910
|
+
}
|
|
911
|
+
export declare interface FlipToastProvider extends Components.FlipToastProvider {
|
|
912
|
+
}
|
|
913
|
+
export declare class FlipToastProvider {
|
|
914
|
+
protected z: NgZone;
|
|
915
|
+
protected el: HTMLElement;
|
|
916
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
917
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipToastProvider, never>;
|
|
918
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipToastProvider, "flip-toast-provider", never, { "globalDuration": "globalDuration"; }, {}, never, ["*"], false>;
|
|
919
|
+
}
|
|
920
|
+
export declare interface FlipTooltip extends Components.FlipTooltip {
|
|
921
|
+
}
|
|
922
|
+
export declare class FlipTooltip {
|
|
923
|
+
protected z: NgZone;
|
|
924
|
+
protected el: HTMLElement;
|
|
925
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
926
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipTooltip, never>;
|
|
927
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipTooltip, "flip-tooltip", never, { "content": "content"; "delay": "delay"; "position": "position"; }, {}, never, ["*"], false>;
|
|
928
|
+
}
|
|
929
|
+
export declare interface FlipVisuallyHidden extends Components.FlipVisuallyHidden {
|
|
930
|
+
}
|
|
931
|
+
export declare class FlipVisuallyHidden {
|
|
932
|
+
protected z: NgZone;
|
|
933
|
+
protected el: HTMLElement;
|
|
934
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
935
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FlipVisuallyHidden, never>;
|
|
936
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlipVisuallyHidden, "flip-visually-hidden", never, {}, {}, never, ["*"], false>;
|
|
937
|
+
}
|