@northdata/fomantic-ui 2.8.722 → 2.9.401

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 (157) hide show
  1. package/lib/semantic-ui/dist/components/accordion.css +62 -69
  2. package/lib/semantic-ui/dist/components/accordion.js +595 -618
  3. package/lib/semantic-ui/dist/components/accordion.min.css +4 -4
  4. package/lib/semantic-ui/dist/components/accordion.min.js +6 -6
  5. package/lib/semantic-ui/dist/components/api.js +1225 -1177
  6. package/lib/semantic-ui/dist/components/api.min.js +6 -6
  7. package/lib/semantic-ui/dist/components/button.css +291 -634
  8. package/lib/semantic-ui/dist/components/button.min.css +4 -4
  9. package/lib/semantic-ui/dist/components/calendar.css +149 -33
  10. package/lib/semantic-ui/dist/components/calendar.js +2045 -1774
  11. package/lib/semantic-ui/dist/components/calendar.min.css +4 -4
  12. package/lib/semantic-ui/dist/components/calendar.min.js +6 -6
  13. package/lib/semantic-ui/dist/components/card.css +147 -537
  14. package/lib/semantic-ui/dist/components/card.min.css +4 -4
  15. package/lib/semantic-ui/dist/components/checkbox.css +215 -405
  16. package/lib/semantic-ui/dist/components/checkbox.js +888 -876
  17. package/lib/semantic-ui/dist/components/checkbox.min.css +4 -4
  18. package/lib/semantic-ui/dist/components/checkbox.min.js +6 -6
  19. package/lib/semantic-ui/dist/components/container.css +20 -21
  20. package/lib/semantic-ui/dist/components/container.min.css +4 -4
  21. package/lib/semantic-ui/dist/components/dimmer.css +76 -184
  22. package/lib/semantic-ui/dist/components/dimmer.js +732 -753
  23. package/lib/semantic-ui/dist/components/dimmer.min.css +4 -4
  24. package/lib/semantic-ui/dist/components/dimmer.min.js +6 -6
  25. package/lib/semantic-ui/dist/components/divider.css +81 -88
  26. package/lib/semantic-ui/dist/components/divider.min.css +4 -4
  27. package/lib/semantic-ui/dist/components/dropdown.css +431 -450
  28. package/lib/semantic-ui/dist/components/dropdown.js +4432 -4238
  29. package/lib/semantic-ui/dist/components/dropdown.min.css +4 -4
  30. package/lib/semantic-ui/dist/components/dropdown.min.js +6 -6
  31. package/lib/semantic-ui/dist/components/feed.css +130 -87
  32. package/lib/semantic-ui/dist/components/feed.min.css +4 -4
  33. package/lib/semantic-ui/dist/components/flag.css +541 -511
  34. package/lib/semantic-ui/dist/components/flag.min.css +4 -4
  35. package/lib/semantic-ui/dist/components/form.css +437 -476
  36. package/lib/semantic-ui/dist/components/form.js +2199 -2033
  37. package/lib/semantic-ui/dist/components/form.min.css +4 -4
  38. package/lib/semantic-ui/dist/components/form.min.js +6 -6
  39. package/lib/semantic-ui/dist/components/grid.css +151 -306
  40. package/lib/semantic-ui/dist/components/grid.min.css +4 -4
  41. package/lib/semantic-ui/dist/components/header.css +82 -99
  42. package/lib/semantic-ui/dist/components/header.min.css +4 -4
  43. package/lib/semantic-ui/dist/components/icon.css +2744 -2706
  44. package/lib/semantic-ui/dist/components/icon.min.css +4 -4
  45. package/lib/semantic-ui/dist/components/image.css +38 -73
  46. package/lib/semantic-ui/dist/components/image.min.css +4 -4
  47. package/lib/semantic-ui/dist/components/input.css +344 -254
  48. package/lib/semantic-ui/dist/components/input.min.css +4 -4
  49. package/lib/semantic-ui/dist/components/item.css +91 -139
  50. package/lib/semantic-ui/dist/components/item.min.css +4 -4
  51. package/lib/semantic-ui/dist/components/label.css +244 -267
  52. package/lib/semantic-ui/dist/components/label.min.css +4 -4
  53. package/lib/semantic-ui/dist/components/list.css +75 -113
  54. package/lib/semantic-ui/dist/components/list.min.css +4 -4
  55. package/lib/semantic-ui/dist/components/loader.css +142 -601
  56. package/lib/semantic-ui/dist/components/loader.min.css +4 -4
  57. package/lib/semantic-ui/dist/components/menu.css +398 -638
  58. package/lib/semantic-ui/dist/components/menu.min.css +9 -1
  59. package/lib/semantic-ui/dist/components/message.css +116 -332
  60. package/lib/semantic-ui/dist/components/message.min.css +4 -4
  61. package/lib/semantic-ui/dist/components/modal.css +149 -138
  62. package/lib/semantic-ui/dist/components/modal.js +1637 -1209
  63. package/lib/semantic-ui/dist/components/modal.min.css +4 -4
  64. package/lib/semantic-ui/dist/components/modal.min.js +6 -6
  65. package/lib/semantic-ui/dist/components/popup.css +284 -277
  66. package/lib/semantic-ui/dist/components/popup.js +1561 -1541
  67. package/lib/semantic-ui/dist/components/popup.min.css +4 -4
  68. package/lib/semantic-ui/dist/components/popup.min.js +6 -6
  69. package/lib/semantic-ui/dist/components/reset.css +12 -17
  70. package/lib/semantic-ui/dist/components/reset.min.css +4 -4
  71. package/lib/semantic-ui/dist/components/search.css +99 -137
  72. package/lib/semantic-ui/dist/components/search.js +1641 -1565
  73. package/lib/semantic-ui/dist/components/search.min.css +4 -4
  74. package/lib/semantic-ui/dist/components/search.min.js +6 -6
  75. package/lib/semantic-ui/dist/components/segment.css +149 -275
  76. package/lib/semantic-ui/dist/components/segment.min.css +4 -4
  77. package/lib/semantic-ui/dist/components/site.css +40 -48
  78. package/lib/semantic-ui/dist/components/site.js +455 -493
  79. package/lib/semantic-ui/dist/components/site.min.css +4 -4
  80. package/lib/semantic-ui/dist/components/site.min.js +6 -6
  81. package/lib/semantic-ui/dist/components/tab.css +16 -20
  82. package/lib/semantic-ui/dist/components/tab.js +967 -1001
  83. package/lib/semantic-ui/dist/components/tab.min.css +4 -4
  84. package/lib/semantic-ui/dist/components/tab.min.js +6 -6
  85. package/lib/semantic-ui/dist/components/table.css +465 -424
  86. package/lib/semantic-ui/dist/components/table.min.css +4 -4
  87. package/lib/semantic-ui/dist/components/transition.css +264 -1282
  88. package/lib/semantic-ui/dist/components/transition.js +1034 -1109
  89. package/lib/semantic-ui/dist/components/transition.min.css +4 -4
  90. package/lib/semantic-ui/dist/components/transition.min.js +6 -6
  91. package/lib/semantic-ui/dist/semantic-packed.css +5610 -6590
  92. package/lib/semantic-ui/dist/semantic.css +8547 -11697
  93. package/lib/semantic-ui/dist/semantic.full.css +14698 -11227
  94. package/lib/semantic-ui/dist/semantic.full.min.css +6 -262
  95. package/lib/semantic-ui/dist/semantic.js +19428 -19253
  96. package/lib/semantic-ui/dist/semantic.min.css +128 -128
  97. package/lib/semantic-ui/dist/semantic.min.js +6 -6
  98. package/lib/semantic-ui/dist/themes/basic/assets/fonts/LICENSE.txt +91 -0
  99. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.woff2 +0 -0
  100. package/lib/semantic-ui/dist/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  101. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
  102. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  103. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.woff +0 -0
  104. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.woff2 +0 -0
  105. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
  106. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  107. package/lib/semantic-ui/types/fomantic-ui-accordion.d.ts +244 -0
  108. package/lib/semantic-ui/types/fomantic-ui-api.d.ts +561 -0
  109. package/lib/semantic-ui/types/fomantic-ui-calendar.d.ts +867 -0
  110. package/lib/semantic-ui/types/fomantic-ui-checkbox.d.ts +342 -0
  111. package/lib/semantic-ui/types/fomantic-ui-dimmer.d.ts +408 -0
  112. package/lib/semantic-ui/types/fomantic-ui-dropdown.d.ts +1221 -0
  113. package/lib/semantic-ui/types/fomantic-ui-embed.d.ts +343 -0
  114. package/lib/semantic-ui/types/fomantic-ui-flyout.d.ts +539 -0
  115. package/lib/semantic-ui/types/fomantic-ui-form.d.ts +759 -0
  116. package/lib/semantic-ui/types/fomantic-ui-modal.d.ts +567 -0
  117. package/lib/semantic-ui/types/fomantic-ui-nag.d.ts +270 -0
  118. package/lib/semantic-ui/types/fomantic-ui-popup.d.ts +549 -0
  119. package/lib/semantic-ui/types/fomantic-ui-progress.d.ts +465 -0
  120. package/lib/semantic-ui/types/fomantic-ui-rating.d.ts +187 -0
  121. package/lib/semantic-ui/types/fomantic-ui-search.d.ts +612 -0
  122. package/lib/semantic-ui/types/fomantic-ui-shape.d.ts +274 -0
  123. package/lib/semantic-ui/types/fomantic-ui-sidebar.d.ts +402 -0
  124. package/lib/semantic-ui/types/fomantic-ui-slider.d.ts +368 -0
  125. package/lib/semantic-ui/types/fomantic-ui-sticky.d.ts +215 -0
  126. package/lib/semantic-ui/types/fomantic-ui-tab.d.ts +361 -0
  127. package/lib/semantic-ui/types/fomantic-ui-toast.d.ts +526 -0
  128. package/lib/semantic-ui/types/fomantic-ui-transition.d.ts +389 -0
  129. package/lib/semantic-ui/types/fomantic-ui-visibility.d.ts +355 -0
  130. package/lib/semantic-ui/types/index.d.ts +63 -0
  131. package/package.json +19 -8
  132. package/lib/semantic-ui/dist/components/shape.css +0 -160
  133. package/lib/semantic-ui/dist/components/shape.js +0 -848
  134. package/lib/semantic-ui/dist/components/shape.min.css +0 -9
  135. package/lib/semantic-ui/dist/components/shape.min.js +0 -11
  136. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.eot +0 -0
  137. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.svg +0 -450
  138. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.ttf +0 -0
  139. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
  140. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.svg +0 -3570
  141. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
  142. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.eot +0 -0
  143. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.svg +0 -4938
  144. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.ttf +0 -0
  145. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
  146. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.svg +0 -803
  147. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
  148. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons-local.ttf +0 -0
  149. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.svg +0 -200
  150. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.ttf +0 -0
  151. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.woff +0 -0
  152. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.eot +0 -0
  153. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.svg +0 -2373
  154. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.ttf +0 -0
  155. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.woff +0 -0
  156. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.woff2 +0 -0
  157. /package/lib/semantic-ui/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
@@ -0,0 +1,539 @@
1
+ declare namespace FomanticUI {
2
+ interface Flyout {
3
+ settings: FlyoutSettings;
4
+
5
+ /**
6
+ * Attaches flyout action to given selector.
7
+ * Default event if none specified is toggle.
8
+ */
9
+ (behavior: 'attach events', selector: JQuery, event?: string): JQuery;
10
+
11
+ /**
12
+ * Shows the flyout.
13
+ */
14
+ (behavior: 'show'): JQuery;
15
+
16
+ /**
17
+ * Hides the flyout.
18
+ */
19
+ (behavior: 'hide'): JQuery;
20
+
21
+ /**
22
+ * Toggles the flyout.
23
+ */
24
+ (behavior: 'toggle'): JQuery;
25
+
26
+ /**
27
+ * Hides all other displayed flyouts.
28
+ */
29
+ (behavior: 'hide others'): JQuery;
30
+
31
+ /**
32
+ * Returns whether the flyout is visible.
33
+ */
34
+ (behavior: 'is visible'): boolean;
35
+
36
+ /**
37
+ * Returns whether the flyout is hidden.
38
+ */
39
+ (behavior: 'is hidden'): boolean;
40
+
41
+ /**
42
+ * Returns direction of current flyout.
43
+ */
44
+ (behavior: 'get direction'): string;
45
+
46
+ /**
47
+ * Returns current flyout's settings.
48
+ */
49
+ (behavior: 'get settings'): FlyoutSettings;
50
+
51
+ /**
52
+ * Templates handling
53
+ */
54
+ (behavior: keyof Flyout.TemplatesSettings, ...args: any): Partial<Pick<FlyoutSettings, keyof FlyoutSettings>>;
55
+
56
+ (behavior: 'destroy'): JQuery;
57
+ <K extends keyof FlyoutSettings>(behavior: 'setting', name: K, value?: undefined,): Partial<Pick<FlyoutSettings, keyof FlyoutSettings>>;
58
+ <K extends keyof FlyoutSettings>(behavior: 'setting', name: K, value: FlyoutSettings[K]): JQuery;
59
+ (behavior: 'setting', value: Partial<Pick<FlyoutSettings, keyof FlyoutSettings>>): JQuery;
60
+ (settings?: Partial<Pick<FlyoutSettings, keyof FlyoutSettings>>): JQuery;
61
+ }
62
+
63
+ /**
64
+ * @see {@link https://fomantic-ui.com/modules/flyout.html#/settings}
65
+ */
66
+ interface FlyoutSettings {
67
+ // region Accordion Settings
68
+
69
+ /**
70
+ * Selector or jquery object specifying the area to dim.
71
+ * @default 'body'
72
+ */
73
+ context: string | JQuery;
74
+
75
+ /**
76
+ * Opening another flyout will dismiss the one displayed.
77
+ * Set to 'true' to allow multiple flyout at the same time.
78
+ * @default false
79
+ */
80
+ exclusive: boolean;
81
+
82
+ /**
83
+ * Setting to 'false' will not allow you to close the flyout by clicking on the dimmer.
84
+ * @default true
85
+ */
86
+ closable: boolean;
87
+
88
+ /**
89
+ * Whether to dim 'context' contents when flyout is visible.
90
+ * @default true
91
+ */
92
+ dimPage: boolean;
93
+
94
+ /**
95
+ * If dimmer should blur background.
96
+ * @default false
97
+ */
98
+ blurring: boolean;
99
+
100
+ /**
101
+ * When 'true', the first form input inside the flyout will receive focus when shown.
102
+ * Set this to 'false' to prevent this behavior.
103
+ * @default true
104
+ */
105
+ autofocus: boolean;
106
+
107
+ /**
108
+ * When 'false', the last focused element, before the flyout was shown, will not get refocused again when the flyout hides.
109
+ * This could prevent unwanted scrolling behaviors after closing a flyout.
110
+ * @default true
111
+ */
112
+ keyboardShortcuts: boolean;
113
+
114
+ /**
115
+ * Whether to automatically bind keyboard shortcuts.
116
+ * This will close the flyout when the 'ESC-key' is pressed.
117
+ * @default true
118
+ */
119
+ restoreFocus: boolean;
120
+
121
+ /**
122
+ * Whether to lock page scroll when flyout is visible.
123
+ * @default false
124
+ */
125
+ scrollLock: boolean;
126
+
127
+ /**
128
+ * Whether to return to original scroll position when flyout is hidden.
129
+ * @default false
130
+ */
131
+ returnScroll: boolean;
132
+
133
+ /**
134
+ * When flyout is initialized without the proper HTML, using this option will defer creation of DOM to use 'requestAnimationFrame'.
135
+ * @default false
136
+ */
137
+ delaySetup: boolean;
138
+
139
+ /**
140
+ * When 'true', immediately shows the flyout at instantiation time.
141
+ * @default false
142
+ */
143
+ autoShow: boolean;
144
+
145
+ // endregion
146
+
147
+ // region Config Template Settings
148
+
149
+ /**
150
+ * Content of the flyout header.
151
+ * @default ''
152
+ */
153
+ title: string;
154
+
155
+ /**
156
+ * Content of the flyout content.
157
+ * @default ''
158
+ */
159
+ content: string;
160
+
161
+ /**
162
+ * Can hold a string to be added to the flyout class to control its appearance.
163
+ * @default ''
164
+ */
165
+ class: string;
166
+
167
+ /**
168
+ * Can hold a string to be added to the title class to control its appearance.
169
+ * @default ''
170
+ */
171
+ classTitle: string;
172
+
173
+ /**
174
+ * Can hold a string to be added to the content class to control its appearance.
175
+ * @default ''
176
+ */
177
+ classContent: string;
178
+
179
+ /**
180
+ * Can hold a string to be added to the actions class to control its appearance.
181
+ * @default ''
182
+ */
183
+ classActions: string;
184
+
185
+ /**
186
+ * Can hold a string to be added to the actions class to control its appearance.
187
+ * @default false
188
+ */
189
+ closeIcon: boolean | string;
190
+
191
+ /**
192
+ * An array of objects. Each object defines an action with properties `text`, `class`, `icon` and `click`.
193
+ * @default false
194
+ */
195
+ actions: false | object[];
196
+
197
+ /**
198
+ * Whether HTML included in given title, content or actions should be preserved.
199
+ * Set to `false` in case you work with untrusted 3rd party content.
200
+ * @default true
201
+ */
202
+ preserveHTML: boolean;
203
+
204
+ // endregion
205
+
206
+ // region Callbacks
207
+
208
+ /**
209
+ * Is called when a flyout is either shown or hidden.
210
+ */
211
+ onChange(this: JQuery): void;
212
+
213
+ /**
214
+ * Is called when a flyout starts to show.
215
+ */
216
+ onShow(this: JQuery): void;
217
+
218
+ /**
219
+ * Is called after a flyout starts to hide.
220
+ */
221
+ onHide(this: JQuery): void;
222
+
223
+ /**
224
+ * Is called after a flyout has finished showing animating.
225
+ */
226
+ onVisible(this: JQuery): void;
227
+
228
+ /**
229
+ * Is called after a flyout has finished hiding animation.
230
+ */
231
+ onHidden(this: JQuery): void;
232
+
233
+ /**
234
+ * Is called after a positive, approve or ok button is pressed.
235
+ * If the function returns 'false', the flyout will not hide.
236
+ */
237
+ onApprove(this: JQuery): void;
238
+
239
+ /**
240
+ * Is called after a negative, deny or cancel button is pressed.
241
+ * If the function 'returns' false, the flyout will not hide.
242
+ */
243
+ onDeny(this: JQuery): void;
244
+
245
+ // endregion
246
+
247
+ // region DOM Settings
248
+
249
+ /**
250
+ * DOM Selectors used internally.
251
+ * Selectors used to find parts of a module.
252
+ */
253
+ selector: Flyout.SelectorSettings;
254
+
255
+ /**
256
+ * Class names used to determine element state.
257
+ */
258
+ className: Flyout.ClassNameSettings;
259
+
260
+ /**
261
+ *
262
+ */
263
+ regExp: Flyout.RegExpSettings;
264
+
265
+ // endregion
266
+
267
+ // region Config Template Settings
268
+
269
+ templates: Flyout.TemplatesSettings;
270
+
271
+ // endregion
272
+
273
+ // region Debug Settings
274
+
275
+ /**
276
+ * Name used in log statements
277
+ * @default 'Flyout'
278
+ */
279
+ name: string;
280
+
281
+ /**
282
+ * Event namespace. Makes sure module teardown does not effect other events attached to an element.
283
+ * @default 'flyout'
284
+ */
285
+ namespace: string;
286
+
287
+ /**
288
+ * Silences all console output including error messages, regardless of other debug settings.
289
+ * @default false
290
+ */
291
+ silent: boolean;
292
+
293
+ /**
294
+ * Debug output to console
295
+ * @default false
296
+ */
297
+ debug: boolean;
298
+
299
+ /**
300
+ * Show console.table output with performance metrics
301
+ * @default true
302
+ */
303
+ performance: boolean;
304
+
305
+ /**
306
+ * Debug output includes all internal behaviors
307
+ * @default false
308
+ */
309
+ verbose: boolean;
310
+
311
+ error: Flyout.ErrorSettings;
312
+
313
+ // endregion
314
+ }
315
+
316
+ namespace Flyout {
317
+ type SelectorSettings = Partial<Pick<Settings.Selectors, keyof Settings.Selectors>>;
318
+ type ClassNameSettings = Partial<Pick<Settings.ClassNames, keyof Settings.ClassNames>>;
319
+ type RegExpSettings = Partial<Pick<Settings.RegExps, keyof Settings.RegExps>>;
320
+ type ErrorSettings = Partial<Pick<Settings.Errors, keyof Settings.Errors>>;
321
+ type TemplatesSettings = Partial<Pick<Settings.Templates, keyof Settings.Templates>> & {[key: string]: (...args: any) => Partial<Pick<FlyoutSettings, keyof FlyoutSettings>>};
322
+
323
+ namespace Settings {
324
+ interface Selectors {
325
+ /**
326
+ * @default '.fixed'
327
+ */
328
+ fixed: string;
329
+
330
+ /**
331
+ * @default 'script, link, style, .ui.modal, .ui.dimmer, .ui.nag, .ui.fixed'
332
+ */
333
+ omitted: string;
334
+
335
+ /**
336
+ * @default '.pusher'
337
+ */
338
+ pusher: string;
339
+
340
+ /**
341
+ * @default '.ui.flyout'
342
+ */
343
+ flyout: string;
344
+
345
+ /**
346
+ * @default '.ui.header'
347
+ */
348
+ header: string;
349
+
350
+ /**
351
+ * @default '.content'
352
+ */
353
+ content: string;
354
+
355
+ /**
356
+ * @default '.actions'
357
+ */
358
+ actions: string;
359
+
360
+ /**
361
+ * @default '.close'
362
+ */
363
+ close: string;
364
+
365
+ /**
366
+ * @default '.actions .positive, .actions .approve, .actions .ok'
367
+ */
368
+ approve: string;
369
+
370
+ /**
371
+ * @default '.actions .negative, .actions .deny, .actions .cancel'
372
+ */
373
+ deny: string;
374
+ }
375
+
376
+ interface ClassNames {
377
+ /**
378
+ * @default 'ui flyout'
379
+ */
380
+ flyout: string;
381
+
382
+ /**
383
+ * @default 'close icon'
384
+ */
385
+ close: string;
386
+
387
+ /**
388
+ * @default 'ui header'
389
+ */
390
+ header: string;
391
+
392
+ /**
393
+ * @default 'content'
394
+ */
395
+ content: string;
396
+
397
+ /**
398
+ * @default 'actions'
399
+ */
400
+ actions: string;
401
+
402
+ /**
403
+ * @default 'active'
404
+ */
405
+ active: string;
406
+
407
+ /**
408
+ * @default 'animating'
409
+ */
410
+ animating: string;
411
+
412
+ /**
413
+ * @default 'dimmed'
414
+ */
415
+ dimmed: string;
416
+
417
+ /**
418
+ * @default 'ios'
419
+ */
420
+ ios: string;
421
+
422
+ /**
423
+ * @default 'pushable'
424
+ */
425
+ pushable: string;
426
+
427
+ /**
428
+ * @default 'pushed'
429
+ */
430
+ pushed: string;
431
+
432
+ /**
433
+ * @default 'right'
434
+ */
435
+ right: string;
436
+
437
+ /**
438
+ * @default 'top'
439
+ */
440
+ top: string;
441
+
442
+ /**
443
+ * @default 'left'
444
+ */
445
+ left: string;
446
+
447
+ /**
448
+ * @default 'bottom'
449
+ */
450
+ bottom: string;
451
+
452
+ /**
453
+ * @default 'visible'
454
+ */
455
+ visible: string;
456
+
457
+ /**
458
+ * @default 'overlay'
459
+ */
460
+ overlay: string;
461
+
462
+ /**
463
+ * @default 'fullscreen'
464
+ */
465
+ fullscreen: string;
466
+
467
+ /**
468
+ * @default 'ui flyout'
469
+ */
470
+ template: string;
471
+
472
+ /**
473
+ * @default 'ui button'
474
+ */
475
+ button: string;
476
+
477
+ /**
478
+ * @default 'positive'
479
+ */
480
+ ok: string;
481
+
482
+ /**
483
+ * @default 'negative'
484
+ */
485
+ cancel: string;
486
+
487
+ /**
488
+ * @default 'ui fluid input'
489
+ */
490
+ prompt: string;
491
+ }
492
+
493
+ interface RegExps {
494
+ /**
495
+ * @default /(iPad|iPhone|iPod)/g
496
+ */
497
+ ios: RegExp;
498
+
499
+ /**
500
+ * @default /(CriOS)/g
501
+ */
502
+ mobileChrome: RegExp;
503
+
504
+ /**
505
+ * @default /Mobile|iP(hone|od|ad)|Android|BlackBerry|IEMobile|Kindle|NetFront|Silk-Accelerated|(hpw|web)OS|Fennec|Minimo|Opera M(obi|ini)|Blazer|Dolfin|Dolphin|Skyfire|Zune/g
506
+ */
507
+ mobile: RegExp;
508
+ }
509
+
510
+ interface Errors {
511
+ /**
512
+ * @default 'The method you called is not defined.'
513
+ */
514
+ method: string;
515
+
516
+ /**
517
+ * @default 'Had to add pusher element. For optimal performance make sure body content is inside a pusher element'
518
+ */
519
+ pusher: string;
520
+
521
+ /**
522
+ * @default 'Had to move flyout. For optimal performance make sure flyout and pusher are direct children of your body tag'
523
+ */
524
+ movedFlyout: string;
525
+
526
+ /**
527
+ * @default 'There were no elements that matched the specified selector'
528
+ */
529
+ notFound: string;
530
+ }
531
+
532
+ interface Templates {
533
+ alert(): Partial<Pick<FlyoutSettings, keyof FlyoutSettings>>;
534
+ confirm(): Partial<Pick<FlyoutSettings, keyof FlyoutSettings>>;
535
+ prompt(): Partial<Pick<FlyoutSettings, keyof FlyoutSettings>>;
536
+ }
537
+ }
538
+ }
539
+ }