fomantic-ui 2.9.1-beta.27 → 2.9.1-beta.29

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 (269) hide show
  1. package/.eslintrc.js +0 -1
  2. package/.github/workflows/ci.yml +6 -0
  3. package/.prettierrc.js +12 -0
  4. package/.stylelintrc.js +13 -7
  5. package/README.md +1 -1
  6. package/dist/components/accordion.css +9 -21
  7. package/dist/components/accordion.js +3 -3
  8. package/dist/components/accordion.min.css +2 -2
  9. package/dist/components/accordion.min.js +2 -2
  10. package/dist/components/ad.css +2 -3
  11. package/dist/components/ad.min.css +2 -2
  12. package/dist/components/api.js +3 -3
  13. package/dist/components/api.min.js +2 -2
  14. package/dist/components/breadcrumb.css +1 -1
  15. package/dist/components/breadcrumb.min.css +1 -1
  16. package/dist/components/button.css +336 -713
  17. package/dist/components/button.min.css +2 -2
  18. package/dist/components/calendar.css +5 -10
  19. package/dist/components/calendar.js +3 -3
  20. package/dist/components/calendar.min.css +2 -2
  21. package/dist/components/calendar.min.js +2 -2
  22. package/dist/components/card.css +88 -201
  23. package/dist/components/card.min.css +2 -2
  24. package/dist/components/checkbox.css +35 -86
  25. package/dist/components/checkbox.js +3 -3
  26. package/dist/components/checkbox.min.css +2 -2
  27. package/dist/components/checkbox.min.js +2 -2
  28. package/dist/components/comment.css +4 -8
  29. package/dist/components/comment.min.css +2 -2
  30. package/dist/components/container.css +1 -1
  31. package/dist/components/container.min.css +1 -1
  32. package/dist/components/dimmer.css +20 -129
  33. package/dist/components/dimmer.js +3 -3
  34. package/dist/components/dimmer.min.css +2 -2
  35. package/dist/components/dimmer.min.js +2 -2
  36. package/dist/components/divider.css +3 -6
  37. package/dist/components/divider.min.css +2 -2
  38. package/dist/components/dropdown.css +51 -149
  39. package/dist/components/dropdown.js +13 -7
  40. package/dist/components/dropdown.min.css +2 -2
  41. package/dist/components/dropdown.min.js +2 -2
  42. package/dist/components/embed.css +2 -7
  43. package/dist/components/embed.js +3 -3
  44. package/dist/components/embed.min.css +2 -2
  45. package/dist/components/embed.min.js +2 -2
  46. package/dist/components/emoji.css +1 -2
  47. package/dist/components/emoji.min.css +1 -1
  48. package/dist/components/feed.css +7 -21
  49. package/dist/components/feed.min.css +2 -2
  50. package/dist/components/flag.css +1 -1
  51. package/dist/components/flag.min.css +1 -1
  52. package/dist/components/flyout.css +30 -71
  53. package/dist/components/flyout.js +3 -16
  54. package/dist/components/flyout.min.css +2 -2
  55. package/dist/components/flyout.min.js +2 -2
  56. package/dist/components/form.css +32 -101
  57. package/dist/components/form.js +3 -3
  58. package/dist/components/form.min.css +2 -2
  59. package/dist/components/form.min.js +2 -2
  60. package/dist/components/grid.css +72 -182
  61. package/dist/components/grid.min.css +2 -2
  62. package/dist/components/header.css +5 -11
  63. package/dist/components/header.min.css +2 -2
  64. package/dist/components/icon.css +37 -74
  65. package/dist/components/icon.min.css +2 -2
  66. package/dist/components/image.css +8 -21
  67. package/dist/components/image.min.css +2 -2
  68. package/dist/components/input.css +15 -50
  69. package/dist/components/input.min.css +2 -2
  70. package/dist/components/item.css +13 -38
  71. package/dist/components/item.min.css +2 -2
  72. package/dist/components/label.css +18 -45
  73. package/dist/components/label.min.css +2 -2
  74. package/dist/components/list.css +1 -7
  75. package/dist/components/list.min.css +2 -2
  76. package/dist/components/loader.css +21 -103
  77. package/dist/components/loader.min.css +2 -2
  78. package/dist/components/menu.css +49 -145
  79. package/dist/components/menu.min.css +1 -1
  80. package/dist/components/message.css +50 -114
  81. package/dist/components/message.min.css +2 -2
  82. package/dist/components/modal.css +20 -54
  83. package/dist/components/modal.js +3 -11
  84. package/dist/components/modal.min.css +2 -2
  85. package/dist/components/modal.min.js +2 -2
  86. package/dist/components/nag.css +2 -5
  87. package/dist/components/nag.js +3 -3
  88. package/dist/components/nag.min.css +2 -2
  89. package/dist/components/nag.min.js +2 -2
  90. package/dist/components/placeholder.css +7 -25
  91. package/dist/components/placeholder.min.css +2 -2
  92. package/dist/components/popup.css +68 -139
  93. package/dist/components/popup.js +16 -7
  94. package/dist/components/popup.min.css +2 -2
  95. package/dist/components/popup.min.js +2 -2
  96. package/dist/components/progress.css +25 -120
  97. package/dist/components/progress.js +3 -3
  98. package/dist/components/progress.min.css +2 -2
  99. package/dist/components/progress.min.js +2 -2
  100. package/dist/components/rail.css +1 -1
  101. package/dist/components/rail.min.css +1 -1
  102. package/dist/components/rating.css +2 -39
  103. package/dist/components/rating.js +3 -3
  104. package/dist/components/rating.min.css +2 -2
  105. package/dist/components/rating.min.js +2 -2
  106. package/dist/components/reset.css +6 -11
  107. package/dist/components/reset.min.css +2 -2
  108. package/dist/components/reveal.css +26 -58
  109. package/dist/components/reveal.min.css +2 -2
  110. package/dist/components/search.css +8 -22
  111. package/dist/components/search.js +3 -3
  112. package/dist/components/search.min.css +2 -2
  113. package/dist/components/search.min.js +2 -2
  114. package/dist/components/segment.css +32 -89
  115. package/dist/components/segment.min.css +2 -2
  116. package/dist/components/shape.css +4 -16
  117. package/dist/components/shape.js +3 -15
  118. package/dist/components/shape.min.css +2 -2
  119. package/dist/components/shape.min.js +2 -2
  120. package/dist/components/sidebar.css +59 -147
  121. package/dist/components/sidebar.js +3 -16
  122. package/dist/components/sidebar.min.css +2 -2
  123. package/dist/components/sidebar.min.js +2 -2
  124. package/dist/components/site.css +1 -14
  125. package/dist/components/site.js +11 -38
  126. package/dist/components/site.min.css +2 -2
  127. package/dist/components/site.min.js +2 -2
  128. package/dist/components/slider.css +8 -26
  129. package/dist/components/slider.js +3 -3
  130. package/dist/components/slider.min.css +1 -1
  131. package/dist/components/slider.min.js +2 -2
  132. package/dist/components/state.js +3 -3
  133. package/dist/components/state.min.js +2 -2
  134. package/dist/components/statistic.css +11 -43
  135. package/dist/components/statistic.min.css +2 -2
  136. package/dist/components/step.css +26 -89
  137. package/dist/components/step.min.css +2 -2
  138. package/dist/components/sticky.css +1 -5
  139. package/dist/components/sticky.js +3 -11
  140. package/dist/components/sticky.min.css +2 -2
  141. package/dist/components/sticky.min.js +2 -2
  142. package/dist/components/tab.css +3 -5
  143. package/dist/components/tab.js +3 -3
  144. package/dist/components/tab.min.css +2 -2
  145. package/dist/components/tab.min.js +2 -2
  146. package/dist/components/table.css +202 -409
  147. package/dist/components/table.min.css +2 -2
  148. package/dist/components/text.css +1 -1
  149. package/dist/components/text.min.css +1 -1
  150. package/dist/components/toast.css +32 -108
  151. package/dist/components/toast.js +3 -3
  152. package/dist/components/toast.min.css +2 -2
  153. package/dist/components/toast.min.js +2 -2
  154. package/dist/components/transition.css +264 -1312
  155. package/dist/components/transition.js +3 -3
  156. package/dist/components/transition.min.css +2 -2
  157. package/dist/components/transition.min.js +2 -2
  158. package/dist/components/visibility.js +3 -11
  159. package/dist/components/visibility.min.js +2 -2
  160. package/dist/semantic.css +51 -3547
  161. package/dist/semantic.js +107 -181
  162. package/dist/semantic.min.css +2 -2
  163. package/dist/semantic.min.js +2 -2
  164. package/examples/fixed.html +1 -1
  165. package/examples/grid.html +1 -1
  166. package/package.json +2 -2
  167. package/src/definitions/behaviors/api.js +2 -2
  168. package/src/definitions/behaviors/form.js +2 -2
  169. package/src/definitions/behaviors/state.js +2 -2
  170. package/src/definitions/behaviors/visibility.js +2 -10
  171. package/src/definitions/collections/table.less +4 -0
  172. package/src/definitions/elements/button.less +7 -2
  173. package/src/definitions/elements/icon.less +19 -27
  174. package/src/definitions/elements/image.less +0 -4
  175. package/src/definitions/elements/loader.less +2 -0
  176. package/src/definitions/elements/segment.less +3 -1
  177. package/src/definitions/globals/site.js +10 -37
  178. package/src/definitions/modules/accordion.js +2 -2
  179. package/src/definitions/modules/calendar.js +2 -2
  180. package/src/definitions/modules/checkbox.js +2 -2
  181. package/src/definitions/modules/dimmer.js +2 -2
  182. package/src/definitions/modules/dimmer.less +2 -10
  183. package/src/definitions/modules/dropdown.js +12 -6
  184. package/src/definitions/modules/dropdown.less +1 -4
  185. package/src/definitions/modules/embed.js +2 -2
  186. package/src/definitions/modules/flyout.js +2 -15
  187. package/src/definitions/modules/flyout.less +0 -1
  188. package/src/definitions/modules/modal.js +2 -10
  189. package/src/definitions/modules/modal.less +0 -2
  190. package/src/definitions/modules/nag.js +2 -2
  191. package/src/definitions/modules/popup.js +15 -6
  192. package/src/definitions/modules/popup.less +2 -0
  193. package/src/definitions/modules/progress.js +2 -2
  194. package/src/definitions/modules/rating.js +2 -2
  195. package/src/definitions/modules/rating.less +2 -4
  196. package/src/definitions/modules/search.js +2 -2
  197. package/src/definitions/modules/search.less +0 -1
  198. package/src/definitions/modules/shape.js +2 -14
  199. package/src/definitions/modules/sidebar.js +2 -15
  200. package/src/definitions/modules/sidebar.less +0 -1
  201. package/src/definitions/modules/slider.js +2 -2
  202. package/src/definitions/modules/sticky.js +2 -10
  203. package/src/definitions/modules/sticky.less +0 -7
  204. package/src/definitions/modules/tab.js +2 -2
  205. package/src/definitions/modules/toast.js +2 -2
  206. package/src/definitions/modules/toast.less +3 -1
  207. package/src/definitions/modules/transition.js +2 -2
  208. package/src/definitions/views/card.less +4 -15
  209. package/src/semantic.less +6 -6
  210. package/src/themes/amazon/elements/button.variables +4 -9
  211. package/src/themes/bootstrap3/elements/button.variables +3 -7
  212. package/src/themes/classic/elements/button.variables +6 -12
  213. package/src/themes/classic/views/card.overrides +2 -4
  214. package/src/themes/colored/modules/checkbox.variables +1 -3
  215. package/src/themes/default/collections/form.variables +1 -2
  216. package/src/themes/default/collections/menu.variables +2 -4
  217. package/src/themes/default/collections/message.variables +38 -76
  218. package/src/themes/default/collections/table.variables +2 -4
  219. package/src/themes/default/elements/button.variables +6 -12
  220. package/src/themes/default/elements/flag.variables +3 -3
  221. package/src/themes/default/elements/icon.variables +9 -11
  222. package/src/themes/default/elements/input.variables +1 -2
  223. package/src/themes/default/elements/list.variables +3 -7
  224. package/src/themes/default/elements/placeholder.variables +12 -8
  225. package/src/themes/default/elements/segment.variables +5 -6
  226. package/src/themes/default/elements/step.variables +1 -2
  227. package/src/themes/default/globals/site.variables +41 -83
  228. package/src/themes/default/modules/accordion.variables +4 -8
  229. package/src/themes/default/modules/checkbox.variables +4 -8
  230. package/src/themes/default/modules/dimmer.variables +1 -3
  231. package/src/themes/default/modules/dropdown.variables +1 -2
  232. package/src/themes/default/modules/embed.variables +2 -5
  233. package/src/themes/default/modules/modal.variables +3 -6
  234. package/src/themes/default/modules/progress.variables +1 -2
  235. package/src/themes/default/modules/rating.variables +1 -2
  236. package/src/themes/default/modules/search.variables +3 -6
  237. package/src/themes/default/modules/shape.variables +1 -2
  238. package/src/themes/default/modules/slider.variables +3 -1
  239. package/src/themes/default/views/card.variables +8 -18
  240. package/src/themes/github/collections/form.variables +1 -2
  241. package/src/themes/github/collections/menu.variables +1 -2
  242. package/src/themes/github/collections/message.variables +2 -4
  243. package/src/themes/github/elements/button.variables +4 -8
  244. package/src/themes/github/elements/input.variables +1 -2
  245. package/src/themes/github/modules/dropdown.variables +1 -3
  246. package/src/themes/material/elements/button.variables +2 -4
  247. package/src/themes/material/elements/icon.variables +1 -2
  248. package/src/themes/pulsar/elements/loader.overrides +0 -38
  249. package/src/themes/raised/elements/button.variables +1 -2
  250. package/src/themes/round/elements/button.variables +1 -3
  251. package/src/themes/striped/modules/progress.overrides +11 -11
  252. package/tasks/README.md +2 -2
  253. package/tasks/admin/components/create.js +2 -2
  254. package/tasks/build/assets.js +1 -1
  255. package/tasks/build/css.js +1 -1
  256. package/tasks/build/javascript.js +1 -1
  257. package/tasks/build.js +2 -2
  258. package/tasks/collections/docs.js +1 -1
  259. package/tasks/collections/install.js +2 -2
  260. package/tasks/collections/various.js +1 -1
  261. package/tasks/config/admin/release.js +5 -5
  262. package/tasks/config/admin/templates/README.md +8 -8
  263. package/tasks/config/admin/templates/bower.json +3 -2
  264. package/tasks/config/admin/templates/component-package.js +3 -3
  265. package/tasks/config/admin/templates/package.json +5 -5
  266. package/tasks/config/tasks.js +15 -11
  267. package/tasks/docs/build.js +2 -2
  268. package/tasks/install.js +2 -3
  269. package/tasks/watch.js +1 -1
package/dist/semantic.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.1-beta.27+2ec6af4
2
+ * # Fomantic UI - 2.9.1-beta.29+70adac5
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * https://fomantic-ui.com/
5
5
  *
@@ -9,7 +9,7 @@
9
9
  *
10
10
  */
11
11
  /*!
12
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Site
12
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Site
13
13
  * https://github.com/fomantic/Fomantic-UI/
14
14
  *
15
15
  *
@@ -18,7 +18,7 @@
18
18
  *
19
19
  */
20
20
 
21
- (function ($, window, document, undefined) {
21
+ (function ($, window, document) {
22
22
  'use strict';
23
23
 
24
24
  function isFunction(obj) {
@@ -70,45 +70,16 @@
70
70
  },
71
71
 
72
72
  normalize: function () {
73
- module.fix.console();
74
- module.fix.requestAnimationFrame();
73
+ // keep the function for backward compatibility
74
+ // eslint-disable-next-line no-useless-return
75
+ return;
75
76
  },
76
77
 
77
78
  fix: {
78
- console: function () {
79
- module.debug('Normalizing window.console');
80
- if (console === undefined || console.log === undefined) {
81
- module.verbose('Console not available, normalizing events');
82
- module.disable.console();
83
- }
84
- if (console.group === undefined || console.groupEnd === undefined || console.groupCollapsed === undefined) {
85
- module.verbose('Console group not available, normalizing events');
86
- window.console.group = function () {};
87
- window.console.groupEnd = function () {};
88
- window.console.groupCollapsed = function () {};
89
- }
90
- if (console.markTimeline === undefined) {
91
- module.verbose('Mark timeline not available, normalizing events');
92
- window.console.markTimeline = function () {};
93
- }
94
- },
95
79
  consoleClear: function () {
96
80
  module.debug('Disabling programmatic console clearing');
97
81
  window.console.clear = function () {};
98
82
  },
99
- requestAnimationFrame: function () {
100
- module.debug('Normalizing requestAnimationFrame');
101
- if (window.requestAnimationFrame === undefined) {
102
- module.debug('RequestAnimationFrame not available, normalizing event');
103
- window.requestAnimationFrame = window.requestAnimationFrame
104
- || window.mozRequestAnimationFrame
105
- || window.webkitRequestAnimationFrame
106
- || window.msRequestAnimationFrame
107
- || function (callback) {
108
- setTimeout(callback, 0);
109
- };
110
- }
111
- },
112
83
  },
113
84
 
114
85
  moduleExists: function (name) {
@@ -254,7 +225,7 @@
254
225
  groupEnd: function () {},
255
226
  info: function () {},
256
227
  log: function () {},
257
- markTimeline: function () {},
228
+ table: function () {},
258
229
  warn: function () {},
259
230
  };
260
231
  }
@@ -344,7 +315,7 @@
344
315
  totalTime += data['Execution Time'];
345
316
  });
346
317
  title += ' ' + totalTime + 'ms';
347
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
318
+ if (performance.length > 0) {
348
319
  console.groupCollapsed(title);
349
320
  if (console.table) {
350
321
  console.table(performance);
@@ -451,21 +422,23 @@
451
422
  'dimmer',
452
423
  'dropdown',
453
424
  'embed',
425
+ 'flyout',
454
426
  'form',
455
427
  'modal',
456
428
  'nag',
457
429
  'popup',
458
- 'slider',
430
+ 'progress',
459
431
  'rating',
432
+ 'search',
460
433
  'shape',
461
434
  'sidebar',
435
+ 'slider',
462
436
  'state',
463
437
  'sticky',
464
438
  'tab',
465
439
  'toast',
466
440
  'transition',
467
441
  'visibility',
468
- 'visit',
469
442
  ],
470
443
 
471
444
  siteNamespace: 'site',
@@ -490,7 +463,7 @@
490
463
  })(jQuery, window, document);
491
464
 
492
465
  /*!
493
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Form Validation
466
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Form Validation
494
467
  * https://github.com/fomantic/Fomantic-UI/
495
468
  *
496
469
  *
@@ -499,7 +472,7 @@
499
472
  *
500
473
  */
501
474
 
502
- (function ($, window, document, undefined) {
475
+ (function ($, window, document) {
503
476
  'use strict';
504
477
 
505
478
  function isFunction(obj) {
@@ -1917,7 +1890,7 @@
1917
1890
  if ($allModules.length > 1) {
1918
1891
  title += ' (' + $allModules.length + ')';
1919
1892
  }
1920
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
1893
+ if (performance.length > 0) {
1921
1894
  console.groupCollapsed(title);
1922
1895
  if (console.table) {
1923
1896
  console.table(performance);
@@ -2584,7 +2557,7 @@
2584
2557
  })(jQuery, window, document);
2585
2558
 
2586
2559
  /*!
2587
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Accordion
2560
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Accordion
2588
2561
  * https://github.com/fomantic/Fomantic-UI/
2589
2562
  *
2590
2563
  *
@@ -2593,7 +2566,7 @@
2593
2566
  *
2594
2567
  */
2595
2568
 
2596
- (function ($, window, document, undefined) {
2569
+ (function ($, window, document) {
2597
2570
  'use strict';
2598
2571
 
2599
2572
  function isFunction(obj) {
@@ -3040,7 +3013,7 @@
3040
3013
  if (moduleSelector) {
3041
3014
  title += ' \'' + moduleSelector + '\'';
3042
3015
  }
3043
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
3016
+ if (performance.length > 0) {
3044
3017
  console.groupCollapsed(title);
3045
3018
  if (console.table) {
3046
3019
  console.table(performance);
@@ -3182,7 +3155,7 @@
3182
3155
  })(jQuery, window, document);
3183
3156
 
3184
3157
  /*!
3185
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Calendar
3158
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Calendar
3186
3159
  * https://github.com/fomantic/Fomantic-UI/
3187
3160
  *
3188
3161
  *
@@ -3191,7 +3164,7 @@
3191
3164
  *
3192
3165
  */
3193
3166
 
3194
- (function ($, window, document, undefined) {
3167
+ (function ($, window, document) {
3195
3168
  'use strict';
3196
3169
 
3197
3170
  function isFunction(obj) {
@@ -4680,7 +4653,7 @@
4680
4653
  if (moduleSelector) {
4681
4654
  title += ' \'' + moduleSelector + '\'';
4682
4655
  }
4683
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
4656
+ if (performance.length > 0) {
4684
4657
  console.groupCollapsed(title);
4685
4658
  if (console.table) {
4686
4659
  console.table(performance);
@@ -5198,7 +5171,7 @@
5198
5171
  })(jQuery, window, document);
5199
5172
 
5200
5173
  /*!
5201
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Checkbox
5174
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Checkbox
5202
5175
  * https://github.com/fomantic/Fomantic-UI/
5203
5176
  *
5204
5177
  *
@@ -5207,7 +5180,7 @@
5207
5180
  *
5208
5181
  */
5209
5182
 
5210
- (function ($, window, document, undefined) {
5183
+ (function ($, window, document) {
5211
5184
  'use strict';
5212
5185
 
5213
5186
  function isFunction(obj) {
@@ -5939,7 +5912,7 @@
5939
5912
  if (moduleSelector) {
5940
5913
  title += ' \'' + moduleSelector + '\'';
5941
5914
  }
5942
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
5915
+ if (performance.length > 0) {
5943
5916
  console.groupCollapsed(title);
5944
5917
  if (console.table) {
5945
5918
  console.table(performance);
@@ -6083,7 +6056,7 @@
6083
6056
  })(jQuery, window, document);
6084
6057
 
6085
6058
  /*!
6086
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Dimmer
6059
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Dimmer
6087
6060
  * https://github.com/fomantic/Fomantic-UI/
6088
6061
  *
6089
6062
  *
@@ -6092,7 +6065,7 @@
6092
6065
  *
6093
6066
  */
6094
6067
 
6095
- (function ($, window, document, undefined) {
6068
+ (function ($, window, document) {
6096
6069
  'use strict';
6097
6070
 
6098
6071
  function isFunction(obj) {
@@ -6632,7 +6605,7 @@
6632
6605
  if ($allModules.length > 1) {
6633
6606
  title += ' (' + $allModules.length + ')';
6634
6607
  }
6635
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
6608
+ if (performance.length > 0) {
6636
6609
  console.groupCollapsed(title);
6637
6610
  if (console.table) {
6638
6611
  console.table(performance);
@@ -6818,7 +6791,7 @@
6818
6791
  })(jQuery, window, document);
6819
6792
 
6820
6793
  /*!
6821
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Dropdown
6794
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Dropdown
6822
6795
  * https://github.com/fomantic/Fomantic-UI/
6823
6796
  *
6824
6797
  *
@@ -6827,7 +6800,7 @@
6827
6800
  *
6828
6801
  */
6829
6802
 
6830
- (function ($, window, document, undefined) {
6803
+ (function ($, window, document) {
6831
6804
  'use strict';
6832
6805
 
6833
6806
  function isFunction(obj) {
@@ -10401,6 +10374,14 @@
10401
10374
  useAPI: function () {
10402
10375
  return $.fn.api !== undefined;
10403
10376
  },
10377
+ useElement: function (element) {
10378
+ if ($.fn[element] !== undefined) {
10379
+ return true;
10380
+ }
10381
+ module.error(error.noElement.replace('{element}', element));
10382
+
10383
+ return false;
10384
+ },
10404
10385
  },
10405
10386
 
10406
10387
  animate: {
@@ -10432,7 +10413,7 @@
10432
10413
  displayType: module.get.displayType(),
10433
10414
  }).transition('show');
10434
10415
  callback.call(element);
10435
- } else if ($.fn.transition !== undefined && $module.transition('is supported')) {
10416
+ } else if (module.can.useElement('transition') && $module.transition('is supported')) {
10436
10417
  $currentMenu
10437
10418
  .transition({
10438
10419
  animation: transition + ' in',
@@ -10448,8 +10429,6 @@
10448
10429
  },
10449
10430
  })
10450
10431
  ;
10451
- } else {
10452
- module.error(error.noTransition, transition);
10453
10432
  }
10454
10433
  }
10455
10434
  },
@@ -10664,7 +10643,7 @@
10664
10643
  if (moduleSelector) {
10665
10644
  title += ' \'' + moduleSelector + '\'';
10666
10645
  }
10667
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
10646
+ if (performance.length > 0) {
10668
10647
  console.groupCollapsed(title);
10669
10648
  if (console.table) {
10670
10649
  console.table(performance);
@@ -10867,7 +10846,7 @@
10867
10846
  method: 'The method you called is not defined.',
10868
10847
  noAPI: 'The API module is required to load resources remotely',
10869
10848
  noStorage: 'Saving remote data requires session storage',
10870
- noTransition: 'This module requires ui transitions <https://github.com/Semantic-Org/UI-Transition>',
10849
+ noElement: 'This module requires ui {element}',
10871
10850
  noNormalize: '"ignoreDiacritics" setting will be ignored. Browser does not support String().normalize(). You may consider including <https://cdn.jsdelivr.net/npm/unorm@1.4.1/lib/unorm.min.js> as a polyfill.',
10872
10851
  },
10873
10852
 
@@ -11131,7 +11110,7 @@
11131
11110
  })(jQuery, window, document);
11132
11111
 
11133
11112
  /*!
11134
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Embed
11113
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Embed
11135
11114
  * https://github.com/fomantic/Fomantic-UI/
11136
11115
  *
11137
11116
  *
@@ -11140,7 +11119,7 @@
11140
11119
  *
11141
11120
  */
11142
11121
 
11143
- (function ($, window, document, undefined) {
11122
+ (function ($, window, document) {
11144
11123
  'use strict';
11145
11124
 
11146
11125
  function isFunction(obj) {
@@ -11593,7 +11572,7 @@
11593
11572
  if ($allModules.length > 1) {
11594
11573
  title += ' (' + $allModules.length + ')';
11595
11574
  }
11596
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
11575
+ if (performance.length > 0) {
11597
11576
  console.groupCollapsed(title);
11598
11577
  if (console.table) {
11599
11578
  console.table(performance);
@@ -11815,7 +11794,7 @@
11815
11794
  })(jQuery, window, document);
11816
11795
 
11817
11796
  /*!
11818
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Flyout
11797
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Flyout
11819
11798
  * https://github.com/fomantic/Fomantic-UI/
11820
11799
  *
11821
11800
  *
@@ -11824,7 +11803,7 @@
11824
11803
  *
11825
11804
  */
11826
11805
 
11827
- (function ($, window, document, undefined) {
11806
+ (function ($, window, document) {
11828
11807
  'use strict';
11829
11808
 
11830
11809
  function isFunction(obj) {
@@ -11853,14 +11832,6 @@
11853
11832
  methodInvoked = typeof query === 'string',
11854
11833
  queryArguments = [].slice.call(arguments, 1),
11855
11834
 
11856
- requestAnimationFrame = window.requestAnimationFrame
11857
- || window.mozRequestAnimationFrame
11858
- || window.webkitRequestAnimationFrame
11859
- || window.msRequestAnimationFrame
11860
- || function (callback) {
11861
- setTimeout(callback, 0);
11862
- },
11863
-
11864
11835
  returnedValue
11865
11836
  ;
11866
11837
 
@@ -12253,14 +12224,12 @@
12253
12224
  style += ''
12254
12225
  + ' .ui.visible.' + direction + '.flyout ~ .fixed,'
12255
12226
  + ' .ui.visible.' + direction + '.flyout ~ .pusher {'
12256
- + ' -webkit-transform: translate3d(' + distance[direction] + 'px, 0, 0);'
12257
12227
  + ' transform: translate3d(' + distance[direction] + 'px, 0, 0);'
12258
12228
  + ' }';
12259
12229
  } else if (direction === 'top' || direction === 'bottom') {
12260
12230
  style += ''
12261
12231
  + ' .ui.visible.' + direction + '.flyout ~ .fixed,'
12262
12232
  + ' .ui.visible.' + direction + '.flyout ~ .pusher {'
12263
- + ' -webkit-transform: translate3d(0, ' + distance[direction] + 'px, 0);'
12264
12233
  + ' transform: translate3d(0, ' + distance[direction] + 'px, 0);'
12265
12234
  + ' }';
12266
12235
  }
@@ -12272,13 +12241,11 @@
12272
12241
  module.debug('Adding CSS rules for animation distance', width);
12273
12242
  style += ''
12274
12243
  + ' body.pushable > .ui.visible.' + direction + '.flyout ~ .pusher::after {'
12275
- + ' -webkit-transform: translate3d(' + distance[direction] + 'px, 0, 0);'
12276
12244
  + ' transform: translate3d(' + distance[direction] + 'px, 0, 0);'
12277
12245
  + ' }';
12278
12246
  } else if (direction === 'top' || direction === 'bottom') {
12279
12247
  style += ''
12280
12248
  + ' body.pushable > .ui.visible.' + direction + '.flyout ~ .pusher::after {'
12281
- + ' -webkit-transform: translate3d(0, ' + distance[direction] + 'px, 0);'
12282
12249
  + ' transform: translate3d(0, ' + distance[direction] + 'px, 0);'
12283
12250
  + ' }';
12284
12251
  }
@@ -12286,7 +12253,6 @@
12286
12253
  style += ''
12287
12254
  + ' body.pushable > .ui.visible.left.flyout ~ .ui.visible.right.flyout ~ .pusher::after,'
12288
12255
  + ' body.pushable > .ui.visible.right.flyout ~ .ui.visible.left.flyout ~ .pusher::after {'
12289
- + ' -webkit-transform: translate3d(0, 0, 0);'
12290
12256
  + ' transform: translate3d(0, 0, 0);'
12291
12257
  + ' }';
12292
12258
  }
@@ -13031,7 +12997,7 @@
13031
12997
  if (moduleSelector) {
13032
12998
  title += ' \'' + moduleSelector + '\'';
13033
12999
  }
13034
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
13000
+ if (performance.length > 0) {
13035
13001
  console.groupCollapsed(title);
13036
13002
  if (console.table) {
13037
13003
  console.table(performance);
@@ -13351,7 +13317,7 @@
13351
13317
  })(jQuery, window, document);
13352
13318
 
13353
13319
  /*!
13354
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Modal
13320
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Modal
13355
13321
  * https://github.com/fomantic/Fomantic-UI/
13356
13322
  *
13357
13323
  *
@@ -13360,7 +13326,7 @@
13360
13326
  *
13361
13327
  */
13362
13328
 
13363
- (function ($, window, document, undefined) {
13329
+ (function ($, window, document) {
13364
13330
  'use strict';
13365
13331
 
13366
13332
  function isFunction(obj) {
@@ -13387,14 +13353,6 @@
13387
13353
  methodInvoked = typeof query === 'string',
13388
13354
  queryArguments = [].slice.call(arguments, 1),
13389
13355
 
13390
- requestAnimationFrame = window.requestAnimationFrame
13391
- || window.mozRequestAnimationFrame
13392
- || window.webkitRequestAnimationFrame
13393
- || window.msRequestAnimationFrame
13394
- || function (callback) {
13395
- setTimeout(callback, 0);
13396
- },
13397
-
13398
13356
  returnedValue
13399
13357
  ;
13400
13358
 
@@ -14573,7 +14531,7 @@
14573
14531
  if (moduleSelector) {
14574
14532
  title += ' \'' + moduleSelector + '\'';
14575
14533
  }
14576
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
14534
+ if (performance.length > 0) {
14577
14535
  console.groupCollapsed(title);
14578
14536
  if (console.table) {
14579
14537
  console.table(performance);
@@ -14918,7 +14876,7 @@
14918
14876
  })(jQuery, window, document);
14919
14877
 
14920
14878
  /*!
14921
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Nag
14879
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Nag
14922
14880
  * https://github.com/fomantic/Fomantic-UI/
14923
14881
  *
14924
14882
  *
@@ -14927,7 +14885,7 @@
14927
14885
  *
14928
14886
  */
14929
14887
 
14930
- (function ($, window, document, undefined) {
14888
+ (function ($, window, document) {
14931
14889
  'use strict';
14932
14890
 
14933
14891
  function isFunction(obj) {
@@ -15301,7 +15259,7 @@
15301
15259
  if (moduleSelector) {
15302
15260
  title += ' \'' + moduleSelector + '\'';
15303
15261
  }
15304
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
15262
+ if (performance.length > 0) {
15305
15263
  console.groupCollapsed(title);
15306
15264
  if (console.table) {
15307
15265
  console.table(performance);
@@ -15471,7 +15429,7 @@
15471
15429
  })(jQuery, window, document);
15472
15430
 
15473
15431
  /*!
15474
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Popup
15432
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Popup
15475
15433
  * https://github.com/fomantic/Fomantic-UI/
15476
15434
  *
15477
15435
  *
@@ -15480,7 +15438,7 @@
15480
15438
  *
15481
15439
  */
15482
15440
 
15483
- (function ($, window, document, undefined) {
15441
+ (function ($, window, document) {
15484
15442
  'use strict';
15485
15443
 
15486
15444
  function isFunction(obj) {
@@ -15886,7 +15844,7 @@
15886
15844
  animate: {
15887
15845
  show: function (callback) {
15888
15846
  callback = isFunction(callback) ? callback : function () {};
15889
- if (settings.transition && $.fn.transition !== undefined && $module.transition('is supported')) {
15847
+ if (settings.transition && module.can.useElement('transition') && $module.transition('is supported')) {
15890
15848
  module.set.visible();
15891
15849
  $popup
15892
15850
  .transition({
@@ -15903,8 +15861,6 @@
15903
15861
  },
15904
15862
  })
15905
15863
  ;
15906
- } else {
15907
- module.error(error.noTransition);
15908
15864
  }
15909
15865
  },
15910
15866
  hide: function (callback) {
@@ -16545,6 +16501,17 @@
16545
16501
  },
16546
16502
  },
16547
16503
 
16504
+ can: {
16505
+ useElement: function (element) {
16506
+ if ($.fn[element] !== undefined) {
16507
+ return true;
16508
+ }
16509
+ module.error(error.noElement.replace('{element}', element));
16510
+
16511
+ return false;
16512
+ },
16513
+ },
16514
+
16548
16515
  has: {
16549
16516
  popup: function () {
16550
16517
  return $popup && $popup.length > 0;
@@ -16701,7 +16668,7 @@
16701
16668
  if (moduleSelector) {
16702
16669
  title += ' \'' + moduleSelector + '\'';
16703
16670
  }
16704
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
16671
+ if (performance.length > 0) {
16705
16672
  console.groupCollapsed(title);
16706
16673
  if (console.table) {
16707
16674
  console.table(performance);
@@ -16917,7 +16884,7 @@
16917
16884
  invalidPosition: 'The position you specified is not a valid position',
16918
16885
  cannotPlace: 'Popup does not fit within the boundaries of the viewport',
16919
16886
  method: 'The method you called is not defined.',
16920
- noTransition: 'This module requires ui transitions <https://github.com/Semantic-Org/UI-Transition>',
16887
+ noElement: 'This module requires ui {element}',
16921
16888
  notFound: 'The target or popup you specified does not exist on the page',
16922
16889
  },
16923
16890
 
@@ -16996,7 +16963,7 @@
16996
16963
  })(jQuery, window, document);
16997
16964
 
16998
16965
  /*!
16999
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Progress
16966
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Progress
17000
16967
  * https://github.com/fomantic/Fomantic-UI/
17001
16968
  *
17002
16969
  *
@@ -17005,7 +16972,7 @@
17005
16972
  *
17006
16973
  */
17007
16974
 
17008
- (function ($, window, document, undefined) {
16975
+ (function ($, window, document) {
17009
16976
  'use strict';
17010
16977
 
17011
16978
  function isFunction(obj) {
@@ -17832,7 +17799,7 @@
17832
17799
  if (moduleSelector) {
17833
17800
  title += ' \'' + moduleSelector + '\'';
17834
17801
  }
17835
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
17802
+ if (performance.length > 0) {
17836
17803
  console.groupCollapsed(title);
17837
17804
  if (console.table) {
17838
17805
  console.table(performance);
@@ -18005,7 +17972,7 @@
18005
17972
  })(jQuery, window, document);
18006
17973
 
18007
17974
  /*!
18008
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Slider
17975
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Slider
18009
17976
  * https://github.com/fomantic/Fomantic-UI/
18010
17977
  *
18011
17978
  *
@@ -18014,7 +17981,7 @@
18014
17981
  *
18015
17982
  */
18016
17983
 
18017
- (function ($, window, document, undefined) {
17984
+ (function ($, window, document) {
18018
17985
  'use strict';
18019
17986
 
18020
17987
  function isFunction(obj) {
@@ -19200,7 +19167,7 @@
19200
19167
  if (moduleSelector) {
19201
19168
  title += ' \'' + moduleSelector + '\'';
19202
19169
  }
19203
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
19170
+ if (performance.length > 0) {
19204
19171
  console.groupCollapsed(title);
19205
19172
  if (console.table) {
19206
19173
  console.table(performance);
@@ -19358,7 +19325,7 @@
19358
19325
  })(jQuery, window, document);
19359
19326
 
19360
19327
  /*!
19361
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Rating
19328
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Rating
19362
19329
  * https://github.com/fomantic/Fomantic-UI/
19363
19330
  *
19364
19331
  *
@@ -19367,7 +19334,7 @@
19367
19334
  *
19368
19335
  */
19369
19336
 
19370
- (function ($, window, document, undefined) {
19337
+ (function ($, window, document) {
19371
19338
  'use strict';
19372
19339
 
19373
19340
  function isFunction(obj) {
@@ -19746,7 +19713,7 @@
19746
19713
  if ($allModules.length > 1) {
19747
19714
  title += ' (' + $allModules.length + ')';
19748
19715
  }
19749
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
19716
+ if (performance.length > 0) {
19750
19717
  console.groupCollapsed(title);
19751
19718
  if (console.table) {
19752
19719
  console.table(performance);
@@ -19899,7 +19866,7 @@
19899
19866
  })(jQuery, window, document);
19900
19867
 
19901
19868
  /*!
19902
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Search
19869
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Search
19903
19870
  * https://github.com/fomantic/Fomantic-UI/
19904
19871
  *
19905
19872
  *
@@ -19908,7 +19875,7 @@
19908
19875
  *
19909
19876
  */
19910
19877
 
19911
- (function ($, window, document, undefined) {
19878
+ (function ($, window, document) {
19912
19879
  'use strict';
19913
19880
 
19914
19881
  function isFunction(obj) {
@@ -21063,7 +21030,7 @@
21063
21030
  if ($allModules.length > 1) {
21064
21031
  title += ' (' + $allModules.length + ')';
21065
21032
  }
21066
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
21033
+ if (performance.length > 0) {
21067
21034
  console.groupCollapsed(title);
21068
21035
  if (console.table) {
21069
21036
  console.table(performance);
@@ -21453,7 +21420,7 @@
21453
21420
  })(jQuery, window, document);
21454
21421
 
21455
21422
  /*!
21456
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Shape
21423
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Shape
21457
21424
  * https://github.com/fomantic/Fomantic-UI/
21458
21425
  *
21459
21426
  *
@@ -21462,7 +21429,7 @@
21462
21429
  *
21463
21430
  */
21464
21431
 
21465
- (function ($, window, document, undefined) {
21432
+ (function ($, window, document) {
21466
21433
  'use strict';
21467
21434
 
21468
21435
  function isFunction(obj) {
@@ -21484,14 +21451,6 @@
21484
21451
  methodInvoked = typeof query === 'string',
21485
21452
  queryArguments = [].slice.call(arguments, 1),
21486
21453
 
21487
- requestAnimationFrame = window.requestAnimationFrame
21488
- || window.mozRequestAnimationFrame
21489
- || window.webkitRequestAnimationFrame
21490
- || window.msRequestAnimationFrame
21491
- || function (callback) {
21492
- setTimeout(callback, 0);
21493
- },
21494
-
21495
21454
  returnedValue
21496
21455
  ;
21497
21456
 
@@ -21670,10 +21629,6 @@
21670
21629
  if (settings.duration || settings.duration === 0) {
21671
21630
  $sides.add($side)
21672
21631
  .css({
21673
- '-webkit-transition-duration': duration,
21674
- '-moz-transition-duration': duration,
21675
- '-ms-transition-duration': duration,
21676
- '-o-transition-duration': duration,
21677
21632
  'transition-duration': duration,
21678
21633
  })
21679
21634
  ;
@@ -22131,7 +22086,7 @@
22131
22086
  if ($allModules.length > 1) {
22132
22087
  title += ' (' + $allModules.length + ')';
22133
22088
  }
22134
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
22089
+ if (performance.length > 0) {
22135
22090
  console.groupCollapsed(title);
22136
22091
  if (console.table) {
22137
22092
  console.table(performance);
@@ -22285,7 +22240,7 @@
22285
22240
  })(jQuery, window, document);
22286
22241
 
22287
22242
  /*!
22288
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Sidebar
22243
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Sidebar
22289
22244
  * https://github.com/fomantic/Fomantic-UI/
22290
22245
  *
22291
22246
  *
@@ -22294,7 +22249,7 @@
22294
22249
  *
22295
22250
  */
22296
22251
 
22297
- (function ($, window, document, undefined) {
22252
+ (function ($, window, document) {
22298
22253
  'use strict';
22299
22254
 
22300
22255
  function isFunction(obj) {
@@ -22323,14 +22278,6 @@
22323
22278
  methodInvoked = typeof query === 'string',
22324
22279
  queryArguments = [].slice.call(arguments, 1),
22325
22280
 
22326
- requestAnimationFrame = window.requestAnimationFrame
22327
- || window.mozRequestAnimationFrame
22328
- || window.webkitRequestAnimationFrame
22329
- || window.msRequestAnimationFrame
22330
- || function (callback) {
22331
- setTimeout(callback, 0);
22332
- },
22333
-
22334
22281
  returnedValue;
22335
22282
 
22336
22283
  $allModules.each(function () {
@@ -22532,14 +22479,12 @@
22532
22479
  style += ''
22533
22480
  + ' .ui.visible.' + direction + '.sidebar ~ .fixed,'
22534
22481
  + ' .ui.visible.' + direction + '.sidebar ~ .pusher {'
22535
- + ' -webkit-transform: translate3d(' + distance[direction] + 'px, 0, 0);'
22536
22482
  + ' transform: translate3d(' + distance[direction] + 'px, 0, 0);'
22537
22483
  + ' }';
22538
22484
  } else if (direction === 'top' || direction === 'bottom') {
22539
22485
  style += ''
22540
22486
  + ' .ui.visible.' + direction + '.sidebar ~ .fixed,'
22541
22487
  + ' .ui.visible.' + direction + '.sidebar ~ .pusher {'
22542
- + ' -webkit-transform: translate3d(0, ' + distance[direction] + 'px, 0);'
22543
22488
  + ' transform: translate3d(0, ' + distance[direction] + 'px, 0);'
22544
22489
  + ' }';
22545
22490
  }
@@ -22551,13 +22496,11 @@
22551
22496
  module.debug('Adding CSS rules for animation distance', width);
22552
22497
  style += ''
22553
22498
  + ' body.pushable > .ui.visible.' + direction + '.sidebar ~ .pusher::after {'
22554
- + ' -webkit-transform: translate3d(' + distance[direction] + 'px, 0, 0);'
22555
22499
  + ' transform: translate3d(' + distance[direction] + 'px, 0, 0);'
22556
22500
  + ' }';
22557
22501
  } else if (direction === 'top' || direction === 'bottom') {
22558
22502
  style += ''
22559
22503
  + ' body.pushable > .ui.visible.' + direction + '.sidebar ~ .pusher::after {'
22560
- + ' -webkit-transform: translate3d(0, ' + distance[direction] + 'px, 0);'
22561
22504
  + ' transform: translate3d(0, ' + distance[direction] + 'px, 0);'
22562
22505
  + ' }';
22563
22506
  }
@@ -22565,7 +22508,6 @@
22565
22508
  style += ''
22566
22509
  + ' body.pushable > .ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher::after,'
22567
22510
  + ' body.pushable > .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher::after {'
22568
- + ' -webkit-transform: translate3d(0, 0, 0);'
22569
22511
  + ' transform: translate3d(0, 0, 0);'
22570
22512
  + ' }';
22571
22513
  }
@@ -23223,7 +23165,7 @@
23223
23165
  if (moduleSelector) {
23224
23166
  title += ' \'' + moduleSelector + '\'';
23225
23167
  }
23226
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
23168
+ if (performance.length > 0) {
23227
23169
  console.groupCollapsed(title);
23228
23170
  if (console.table) {
23229
23171
  console.table(performance);
@@ -23394,7 +23336,7 @@
23394
23336
  })(jQuery, window, document);
23395
23337
 
23396
23338
  /*!
23397
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Sticky
23339
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Sticky
23398
23340
  * https://github.com/fomantic/Fomantic-UI/
23399
23341
  *
23400
23342
  *
@@ -23403,7 +23345,7 @@
23403
23345
  *
23404
23346
  */
23405
23347
 
23406
- (function ($, window, document, undefined) {
23348
+ (function ($, window, document) {
23407
23349
  'use strict';
23408
23350
 
23409
23351
  function isFunction(obj) {
@@ -23450,14 +23392,6 @@
23450
23392
 
23451
23393
  instance = $module.data(moduleNamespace),
23452
23394
 
23453
- requestAnimationFrame = window.requestAnimationFrame
23454
- || window.mozRequestAnimationFrame
23455
- || window.webkitRequestAnimationFrame
23456
- || window.msRequestAnimationFrame
23457
- || function (callback) {
23458
- setTimeout(callback, 0);
23459
- },
23460
-
23461
23395
  element = this,
23462
23396
 
23463
23397
  documentObserver,
@@ -24163,7 +24097,7 @@
24163
24097
  if (moduleSelector) {
24164
24098
  title += ' \'' + moduleSelector + '\'';
24165
24099
  }
24166
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
24100
+ if (performance.length > 0) {
24167
24101
  console.groupCollapsed(title);
24168
24102
  if (console.table) {
24169
24103
  console.table(performance);
@@ -24318,7 +24252,7 @@
24318
24252
  })(jQuery, window, document);
24319
24253
 
24320
24254
  /*!
24321
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Tab
24255
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Tab
24322
24256
  * https://github.com/fomantic/Fomantic-UI/
24323
24257
  *
24324
24258
  *
@@ -24327,7 +24261,7 @@
24327
24261
  *
24328
24262
  */
24329
24263
 
24330
- (function ($, window, document, undefined) {
24264
+ (function ($, window, document) {
24331
24265
  'use strict';
24332
24266
 
24333
24267
  function isWindow(obj) {
@@ -25129,7 +25063,7 @@
25129
25063
  if (moduleSelector) {
25130
25064
  title += ' \'' + moduleSelector + '\'';
25131
25065
  }
25132
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
25066
+ if (performance.length > 0) {
25133
25067
  console.groupCollapsed(title);
25134
25068
  if (console.table) {
25135
25069
  console.table(performance);
@@ -25295,7 +25229,7 @@
25295
25229
  })(jQuery, window, document);
25296
25230
 
25297
25231
  /*!
25298
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Toast
25232
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Toast
25299
25233
  * https://github.com/fomantic/Fomantic-UI/
25300
25234
  *
25301
25235
  *
@@ -25304,7 +25238,7 @@
25304
25238
  *
25305
25239
  */
25306
25240
 
25307
- (function ($, window, document, undefined) {
25241
+ (function ($, window, document) {
25308
25242
  'use strict';
25309
25243
 
25310
25244
  function isFunction(obj) {
@@ -26003,7 +25937,7 @@
26003
25937
  if (moduleSelector) {
26004
25938
  title += ' \'' + moduleSelector + '\'';
26005
25939
  }
26006
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
25940
+ if (performance.length > 0) {
26007
25941
  console.groupCollapsed(title);
26008
25942
  if (console.table) {
26009
25943
  console.table(performance);
@@ -26248,7 +26182,7 @@
26248
26182
  })(jQuery, window, document);
26249
26183
 
26250
26184
  /*!
26251
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Transition
26185
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Transition
26252
26186
  * https://github.com/fomantic/Fomantic-UI/
26253
26187
  *
26254
26188
  *
@@ -26257,7 +26191,7 @@
26257
26191
  *
26258
26192
  */
26259
26193
 
26260
- (function ($, window, document, undefined) {
26194
+ (function ($, window, document) {
26261
26195
  'use strict';
26262
26196
 
26263
26197
  function isFunction(obj) {
@@ -27164,7 +27098,7 @@
27164
27098
  if ($allModules.length > 1) {
27165
27099
  title += ' (' + $allModules.length + ')';
27166
27100
  }
27167
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
27101
+ if (performance.length > 0) {
27168
27102
  console.groupCollapsed(title);
27169
27103
  if (console.table) {
27170
27104
  console.table(performance);
@@ -27333,7 +27267,7 @@
27333
27267
  })(jQuery, window, document);
27334
27268
 
27335
27269
  /*!
27336
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - API
27270
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - API
27337
27271
  * https://github.com/fomantic/Fomantic-UI/
27338
27272
  *
27339
27273
  *
@@ -27342,7 +27276,7 @@
27342
27276
  *
27343
27277
  */
27344
27278
 
27345
- (function ($, window, document, undefined) {
27279
+ (function ($, window, document) {
27346
27280
  'use strict';
27347
27281
 
27348
27282
  function isWindow(obj) {
@@ -28311,7 +28245,7 @@
28311
28245
  if (moduleSelector) {
28312
28246
  title += ' \'' + moduleSelector + '\'';
28313
28247
  }
28314
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
28248
+ if (performance.length > 0) {
28315
28249
  console.groupCollapsed(title);
28316
28250
  if (console.table) {
28317
28251
  console.table(performance);
@@ -28548,7 +28482,7 @@
28548
28482
  })(jQuery, window, document);
28549
28483
 
28550
28484
  /*!
28551
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - State
28485
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - State
28552
28486
  * https://github.com/fomantic/Fomantic-UI/
28553
28487
  *
28554
28488
  *
@@ -28557,7 +28491,7 @@
28557
28491
  *
28558
28492
  */
28559
28493
 
28560
- (function ($, window, document, undefined) {
28494
+ (function ($, window, document) {
28561
28495
  'use strict';
28562
28496
 
28563
28497
  function isFunction(obj) {
@@ -29041,7 +28975,7 @@
29041
28975
  if (moduleSelector) {
29042
28976
  title += ' \'' + moduleSelector + '\'';
29043
28977
  }
29044
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
28978
+ if (performance.length > 0) {
29045
28979
  console.groupCollapsed(title);
29046
28980
  if (console.table) {
29047
28981
  console.table(performance);
@@ -29242,7 +29176,7 @@
29242
29176
  })(jQuery, window, document);
29243
29177
 
29244
29178
  /*!
29245
- * # Fomantic-UI 2.9.1-beta.27+2ec6af4 - Visibility
29179
+ * # Fomantic-UI 2.9.1-beta.29+70adac5 - Visibility
29246
29180
  * https://github.com/fomantic/Fomantic-UI/
29247
29181
  *
29248
29182
  *
@@ -29251,7 +29185,7 @@
29251
29185
  *
29252
29186
  */
29253
29187
 
29254
- (function ($, window, document, undefined) {
29188
+ (function ($, window, document) {
29255
29189
  'use strict';
29256
29190
 
29257
29191
  function isFunction(obj) {
@@ -29302,14 +29236,6 @@
29302
29236
 
29303
29237
  instance = $module.data(moduleNamespace),
29304
29238
 
29305
- requestAnimationFrame = window.requestAnimationFrame
29306
- || window.mozRequestAnimationFrame
29307
- || window.webkitRequestAnimationFrame
29308
- || window.msRequestAnimationFrame
29309
- || function (callback) {
29310
- setTimeout(callback, 0);
29311
- },
29312
-
29313
29239
  element = this,
29314
29240
  disabled = false,
29315
29241
 
@@ -30343,7 +30269,7 @@
30343
30269
  if (moduleSelector) {
30344
30270
  title += ' \'' + moduleSelector + '\'';
30345
30271
  }
30346
- if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
30272
+ if (performance.length > 0) {
30347
30273
  console.groupCollapsed(title);
30348
30274
  if (console.table) {
30349
30275
  console.table(performance);