fomantic-ui 2.9.1-beta.23 → 2.9.1-beta.24

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 (214) hide show
  1. package/.eslint/index.js +23 -0
  2. package/.eslint/no-extra-parens-rule.js +17 -0
  3. package/.eslint/package.json +11 -0
  4. package/.eslintrc.js +6 -11
  5. package/dist/components/accordion.css +1 -1
  6. package/dist/components/accordion.js +22 -22
  7. package/dist/components/accordion.min.css +1 -1
  8. package/dist/components/accordion.min.js +1 -1
  9. package/dist/components/ad.css +1 -1
  10. package/dist/components/ad.min.css +1 -1
  11. package/dist/components/api.js +47 -47
  12. package/dist/components/api.min.js +1 -1
  13. package/dist/components/breadcrumb.css +1 -1
  14. package/dist/components/breadcrumb.min.css +1 -1
  15. package/dist/components/button.css +1 -1
  16. package/dist/components/button.min.css +1 -1
  17. package/dist/components/calendar.css +1 -1
  18. package/dist/components/calendar.js +69 -58
  19. package/dist/components/calendar.min.css +1 -1
  20. package/dist/components/calendar.min.js +2 -2
  21. package/dist/components/card.css +1 -1
  22. package/dist/components/card.min.css +1 -1
  23. package/dist/components/checkbox.css +1 -1
  24. package/dist/components/checkbox.js +9 -9
  25. package/dist/components/checkbox.min.css +1 -1
  26. package/dist/components/checkbox.min.js +1 -1
  27. package/dist/components/comment.css +1 -1
  28. package/dist/components/comment.min.css +1 -1
  29. package/dist/components/container.css +1 -1
  30. package/dist/components/container.min.css +1 -1
  31. package/dist/components/dimmer.css +1 -1
  32. package/dist/components/dimmer.js +11 -11
  33. package/dist/components/dimmer.min.css +1 -1
  34. package/dist/components/dimmer.min.js +1 -1
  35. package/dist/components/divider.css +1 -1
  36. package/dist/components/divider.min.css +1 -1
  37. package/dist/components/dropdown.css +1 -1
  38. package/dist/components/dropdown.js +171 -173
  39. package/dist/components/dropdown.min.css +1 -1
  40. package/dist/components/dropdown.min.js +1 -1
  41. package/dist/components/embed.css +1 -1
  42. package/dist/components/embed.js +16 -16
  43. package/dist/components/embed.min.css +1 -1
  44. package/dist/components/embed.min.js +1 -1
  45. package/dist/components/feed.css +1 -1
  46. package/dist/components/feed.min.css +1 -1
  47. package/dist/components/flag.css +1 -1
  48. package/dist/components/flag.min.css +1 -1
  49. package/dist/components/flyout.css +1 -1
  50. package/dist/components/flyout.js +21 -17
  51. package/dist/components/flyout.min.css +1 -1
  52. package/dist/components/flyout.min.js +1 -1
  53. package/dist/components/form.css +1 -1
  54. package/dist/components/form.js +87 -87
  55. package/dist/components/form.min.css +1 -1
  56. package/dist/components/form.min.js +1 -1
  57. package/dist/components/grid.css +1 -1
  58. package/dist/components/grid.min.css +1 -1
  59. package/dist/components/header.css +1 -1
  60. package/dist/components/header.min.css +1 -1
  61. package/dist/components/icon.css +1 -1
  62. package/dist/components/icon.min.css +1 -1
  63. package/dist/components/image.css +1 -1
  64. package/dist/components/image.min.css +1 -1
  65. package/dist/components/input.css +1 -1
  66. package/dist/components/input.min.css +1 -1
  67. package/dist/components/item.css +1 -1
  68. package/dist/components/item.min.css +1 -1
  69. package/dist/components/label.css +1 -1
  70. package/dist/components/label.min.css +1 -1
  71. package/dist/components/list.css +1 -1
  72. package/dist/components/list.min.css +1 -1
  73. package/dist/components/loader.css +1 -1
  74. package/dist/components/loader.min.css +1 -1
  75. package/dist/components/message.css +1 -1
  76. package/dist/components/message.min.css +1 -1
  77. package/dist/components/modal.css +1 -1
  78. package/dist/components/modal.js +30 -26
  79. package/dist/components/modal.min.css +1 -1
  80. package/dist/components/modal.min.js +1 -1
  81. package/dist/components/nag.css +1 -1
  82. package/dist/components/nag.js +7 -7
  83. package/dist/components/nag.min.css +1 -1
  84. package/dist/components/nag.min.js +1 -1
  85. package/dist/components/placeholder.css +1 -1
  86. package/dist/components/placeholder.min.css +1 -1
  87. package/dist/components/popup.css +1 -1
  88. package/dist/components/popup.js +45 -45
  89. package/dist/components/popup.min.css +1 -1
  90. package/dist/components/popup.min.js +1 -1
  91. package/dist/components/progress.css +1 -1
  92. package/dist/components/progress.js +30 -32
  93. package/dist/components/progress.min.css +1 -1
  94. package/dist/components/progress.min.js +1 -1
  95. package/dist/components/rail.css +1 -1
  96. package/dist/components/rail.min.css +1 -1
  97. package/dist/components/rating.css +1 -1
  98. package/dist/components/rating.js +10 -10
  99. package/dist/components/rating.min.css +1 -1
  100. package/dist/components/rating.min.js +1 -1
  101. package/dist/components/reset.css +1 -1
  102. package/dist/components/reset.min.css +1 -1
  103. package/dist/components/reveal.css +1 -1
  104. package/dist/components/reveal.min.css +1 -1
  105. package/dist/components/search.css +1 -1
  106. package/dist/components/search.js +31 -31
  107. package/dist/components/search.min.css +1 -1
  108. package/dist/components/search.min.js +1 -1
  109. package/dist/components/segment.css +1 -1
  110. package/dist/components/segment.min.css +1 -1
  111. package/dist/components/shape.css +1 -1
  112. package/dist/components/shape.js +34 -34
  113. package/dist/components/shape.min.css +1 -1
  114. package/dist/components/shape.min.js +1 -1
  115. package/dist/components/sidebar.css +1 -1
  116. package/dist/components/sidebar.js +21 -21
  117. package/dist/components/sidebar.min.css +1 -1
  118. package/dist/components/sidebar.min.js +1 -1
  119. package/dist/components/site.css +1 -1
  120. package/dist/components/site.js +14 -14
  121. package/dist/components/site.min.css +1 -1
  122. package/dist/components/site.min.js +1 -1
  123. package/dist/components/slider.js +33 -25
  124. package/dist/components/slider.min.js +1 -1
  125. package/dist/components/state.js +11 -11
  126. package/dist/components/state.min.js +1 -1
  127. package/dist/components/statistic.css +1 -1
  128. package/dist/components/statistic.min.css +1 -1
  129. package/dist/components/step.css +1 -1
  130. package/dist/components/step.min.css +1 -1
  131. package/dist/components/sticky.css +1 -1
  132. package/dist/components/sticky.js +21 -21
  133. package/dist/components/sticky.min.css +1 -1
  134. package/dist/components/sticky.min.js +1 -1
  135. package/dist/components/tab.css +1 -1
  136. package/dist/components/tab.js +23 -23
  137. package/dist/components/tab.min.css +1 -1
  138. package/dist/components/tab.min.js +1 -1
  139. package/dist/components/table.css +1 -1
  140. package/dist/components/table.min.css +1 -1
  141. package/dist/components/text.css +1 -1
  142. package/dist/components/text.min.css +1 -1
  143. package/dist/components/toast.css +1 -1
  144. package/dist/components/toast.js +41 -17
  145. package/dist/components/toast.min.css +1 -1
  146. package/dist/components/toast.min.js +1 -1
  147. package/dist/components/transition.css +1 -1
  148. package/dist/components/transition.js +21 -21
  149. package/dist/components/transition.min.css +1 -1
  150. package/dist/components/transition.min.js +1 -1
  151. package/dist/components/visibility.js +21 -21
  152. package/dist/components/visibility.min.js +1 -1
  153. package/dist/semantic.css +50 -50
  154. package/dist/semantic.js +847 -800
  155. package/dist/semantic.min.css +1 -1
  156. package/dist/semantic.min.js +2 -2
  157. package/gulpfile.js +1 -1
  158. package/package.json +2 -1
  159. package/scripts/nightly-version.js +3 -1
  160. package/src/definitions/behaviors/api.js +46 -46
  161. package/src/definitions/behaviors/form.js +86 -86
  162. package/src/definitions/behaviors/state.js +10 -10
  163. package/src/definitions/behaviors/visibility.js +20 -20
  164. package/src/definitions/globals/site.js +13 -13
  165. package/src/definitions/modules/accordion.js +21 -21
  166. package/src/definitions/modules/calendar.js +68 -57
  167. package/src/definitions/modules/checkbox.js +8 -8
  168. package/src/definitions/modules/dimmer.js +10 -10
  169. package/src/definitions/modules/dropdown.js +170 -172
  170. package/src/definitions/modules/embed.js +15 -15
  171. package/src/definitions/modules/flyout.js +20 -16
  172. package/src/definitions/modules/modal.js +29 -25
  173. package/src/definitions/modules/nag.js +6 -6
  174. package/src/definitions/modules/popup.js +44 -44
  175. package/src/definitions/modules/progress.js +29 -31
  176. package/src/definitions/modules/rating.js +9 -9
  177. package/src/definitions/modules/search.js +30 -30
  178. package/src/definitions/modules/shape.js +33 -33
  179. package/src/definitions/modules/sidebar.js +20 -20
  180. package/src/definitions/modules/slider.js +32 -24
  181. package/src/definitions/modules/sticky.js +20 -20
  182. package/src/definitions/modules/tab.js +22 -22
  183. package/src/definitions/modules/toast.js +40 -16
  184. package/src/definitions/modules/transition.js +20 -20
  185. package/tasks/admin/components/create.js +1 -1
  186. package/tasks/admin/components/init.js +1 -1
  187. package/tasks/admin/components/update.js +4 -4
  188. package/tasks/admin/distributions/create.js +2 -2
  189. package/tasks/admin/distributions/init.js +1 -1
  190. package/tasks/admin/distributions/update.js +4 -4
  191. package/tasks/admin/publish.js +1 -3
  192. package/tasks/admin/register.js +5 -5
  193. package/tasks/admin/release.js +1 -3
  194. package/tasks/build/assets.js +1 -1
  195. package/tasks/build.js +1 -1
  196. package/tasks/check-install.js +1 -1
  197. package/tasks/clean.js +1 -1
  198. package/tasks/collections/admin.js +1 -1
  199. package/tasks/collections/rtl.js +1 -1
  200. package/tasks/config/admin/github.js +3 -4
  201. package/tasks/config/npm/gulpfile.js +1 -1
  202. package/tasks/config/project/config.js +8 -6
  203. package/tasks/config/project/install.js +10 -10
  204. package/tasks/config/project/release.js +3 -2
  205. package/tasks/config/tasks.js +2 -2
  206. package/tasks/config/user.js +5 -3
  207. package/tasks/docs/build.js +1 -1
  208. package/tasks/docs/metadata.js +1 -1
  209. package/tasks/docs/serve.js +2 -1
  210. package/tasks/install.js +2 -2
  211. package/tasks/rtl/build.js +1 -3
  212. package/tasks/rtl/watch.js +1 -3
  213. package/tasks/version.js +1 -3
  214. package/tasks/watch.js +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1-beta.23+27384cb - Dropdown
2
+ * # Fomantic-UI 2.9.1-beta.24+029436f - Dropdown
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.1-beta.23+27384cb
2
+ * # Fomantic UI - 2.9.1-beta.24+029436f
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * https://fomantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1-beta.23+27384cb - Video
2
+ * # Fomantic-UI 2.9.1-beta.24+029436f - Video
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1-beta.23+27384cb - Embed
2
+ * # Fomantic-UI 2.9.1-beta.24+029436f - Embed
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -15,7 +15,7 @@
15
15
  return typeof obj === 'function' && typeof obj.nodeType !== 'number';
16
16
  }
17
17
 
18
- window = (window !== undefined && window.Math === Math)
18
+ window = window !== undefined && window.Math === Math
19
19
  ? window
20
20
  : globalThis;
21
21
 
@@ -29,7 +29,7 @@
29
29
  performance = [],
30
30
 
31
31
  query = arguments[0],
32
- methodInvoked = (typeof query === 'string'),
32
+ methodInvoked = typeof query === 'string',
33
33
  queryArguments = [].slice.call(arguments, 1),
34
34
 
35
35
  returnedValue
@@ -37,7 +37,7 @@
37
37
 
38
38
  $allModules.each(function () {
39
39
  var
40
- settings = ($.isPlainObject(parameters))
40
+ settings = $.isPlainObject(parameters)
41
41
  ? $.extend(true, {}, $.fn.embed.settings, parameters)
42
42
  : $.extend({}, $.fn.embed.settings),
43
43
 
@@ -206,24 +206,24 @@
206
206
  return settings.placeholder || $module.data(metadata.placeholder);
207
207
  },
208
208
  icon: function () {
209
- return settings.icon || (($module.data(metadata.icon) !== undefined)
209
+ return settings.icon || ($module.data(metadata.icon) !== undefined
210
210
  ? $module.data(metadata.icon)
211
211
  : module.determine.icon());
212
212
  },
213
213
  source: function (url) {
214
- return settings.source || (($module.data(metadata.source) !== undefined)
214
+ return settings.source || ($module.data(metadata.source) !== undefined
215
215
  ? $module.data(metadata.source)
216
216
  : module.determine.source());
217
217
  },
218
218
  type: function () {
219
219
  var source = module.get.source();
220
220
 
221
- return (sources[source] !== undefined)
221
+ return sources[source] !== undefined
222
222
  ? sources[source].type
223
223
  : false;
224
224
  },
225
225
  url: function () {
226
- return settings.url || (($module.data(metadata.url) !== undefined)
226
+ return settings.url || ($module.data(metadata.url) !== undefined
227
227
  ? $module.data(metadata.url)
228
228
  : module.determine.url());
229
229
  },
@@ -257,7 +257,7 @@
257
257
  source = module.get.source()
258
258
  ;
259
259
 
260
- return (sources[source] !== undefined)
260
+ return sources[source] !== undefined
261
261
  ? sources[source].icon
262
262
  : false;
263
263
  },
@@ -267,7 +267,7 @@
267
267
  source = settings.source || $module.data(metadata.source),
268
268
  url
269
269
  ;
270
- url = (sources[source] !== undefined)
270
+ url = sources[source] !== undefined
271
271
  ? sources[source].url.replace('{id}', id)
272
272
  : false;
273
273
  if (url) {
@@ -336,7 +336,7 @@
336
336
  },
337
337
  parameters: function (source, extraParameters) {
338
338
  var
339
- parameters = (sources[source] && sources[source].parameters !== undefined)
339
+ parameters = sources[source] && sources[source].parameters !== undefined
340
340
  ? sources[source].parameters(settings)
341
341
  : {}
342
342
  ;
@@ -352,7 +352,7 @@
352
352
 
353
353
  has: {
354
354
  embed: function () {
355
- return ($embed.length > 0);
355
+ return $embed.length > 0;
356
356
  },
357
357
  placeholder: function () {
358
358
  return settings.placeholder || $module.data(metadata.placeholder);
@@ -361,8 +361,8 @@
361
361
 
362
362
  should: {
363
363
  autoplay: function () {
364
- return (settings.autoplay === 'auto')
365
- ? (settings.placeholder || $module.data(metadata.placeholder) !== undefined)
364
+ return settings.autoplay === 'auto'
365
+ ? settings.placeholder || $module.data(metadata.placeholder) !== undefined
366
366
  : settings.autoplay;
367
367
  },
368
368
  },
@@ -488,7 +488,7 @@
488
488
  query = query.split(/[ .]/);
489
489
  maxDepth = query.length - 1;
490
490
  $.each(query, function (depth, value) {
491
- var camelCaseValue = (depth != maxDepth)
491
+ var camelCaseValue = depth != maxDepth
492
492
  ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1)
493
493
  : query
494
494
  ;
@@ -541,7 +541,7 @@
541
541
  }
542
542
  });
543
543
 
544
- return (returnedValue !== undefined)
544
+ return returnedValue !== undefined
545
545
  ? returnedValue
546
546
  : this;
547
547
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1-beta.23+27384cb - Video
2
+ * # Fomantic-UI 2.9.1-beta.24+029436f - Video
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.1-beta.23+27384cb
2
+ * # Fomantic UI - 2.9.1-beta.24+029436f
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * https://fomantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1-beta.23+27384cb - Feed
2
+ * # Fomantic-UI 2.9.1-beta.24+029436f - Feed
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1-beta.23+27384cb - Feed
2
+ * # Fomantic-UI 2.9.1-beta.24+029436f - Feed
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1-beta.23+27384cb - Flag
2
+ * # Fomantic-UI 2.9.1-beta.24+029436f - Flag
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1-beta.23+27384cb - Flag
2
+ * # Fomantic-UI 2.9.1-beta.24+029436f - Flag
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1-beta.23+27384cb - Flyout
2
+ * # Fomantic-UI 2.9.1-beta.24+029436f - Flyout
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1-beta.23+27384cb - Flyout
2
+ * # Fomantic-UI 2.9.1-beta.24+029436f - Flyout
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -15,7 +15,7 @@
15
15
  return typeof obj === 'function' && typeof obj.nodeType !== 'number';
16
16
  }
17
17
 
18
- window = (window !== undefined && window.Math === Math)
18
+ window = window !== undefined && window.Math === Math
19
19
  ? window
20
20
  : globalThis;
21
21
 
@@ -34,7 +34,7 @@
34
34
  performance = [],
35
35
 
36
36
  query = arguments[0],
37
- methodInvoked = (typeof query === 'string'),
37
+ methodInvoked = typeof query === 'string',
38
38
  queryArguments = [].slice.call(arguments, 1),
39
39
 
40
40
  requestAnimationFrame = window.requestAnimationFrame
@@ -50,7 +50,7 @@
50
50
 
51
51
  $allModules.each(function () {
52
52
  var
53
- settings = ($.isPlainObject(parameters))
53
+ settings = $.isPlainObject(parameters)
54
54
  ? $.extend(true, {}, $.fn.flyout.settings, parameters)
55
55
  : $.extend({}, $.fn.flyout.settings),
56
56
 
@@ -128,10 +128,14 @@
128
128
  }
129
129
  settings.actions.forEach(function (el) {
130
130
  var
131
- icon = el[fields.icon] ? '<i ' + (el[fields.text] ? 'aria-hidden="true"' : '') + ' class="' + module.helpers.deQuote(el[fields.icon]) + ' icon"></i>' : '',
131
+ icon = el[fields.icon]
132
+ ? '<i ' + (el[fields.text] ? 'aria-hidden="true"' : '') + ' class="' + module.helpers.deQuote(el[fields.icon]) + ' icon"></i>'
133
+ : '',
132
134
  text = module.helpers.escape(el[fields.text] || '', settings.preserveHTML),
133
135
  cls = module.helpers.deQuote(el[fields.class] || ''),
134
- click = el[fields.click] && isFunction(el[fields.click]) ? el[fields.click] : function () {}
136
+ click = el[fields.click] && isFunction(el[fields.click])
137
+ ? el[fields.click]
138
+ : function () {}
135
139
  ;
136
140
  $actions.append($('<button/>', {
137
141
  html: icon + text,
@@ -262,8 +266,8 @@
262
266
  clickaway: function (event) {
263
267
  if (settings.closable) {
264
268
  var
265
- clickedInPusher = ($pusher.find(event.target).length > 0 || $pusher.is(event.target)),
266
- clickedContext = ($context.is(event.target))
269
+ clickedInPusher = $pusher.find(event.target).length > 0 || $pusher.is(event.target),
270
+ clickedContext = $context.is(event.target)
267
271
  ;
268
272
  if (clickedInPusher) {
269
273
  module.verbose('User clicked on dimmed page');
@@ -652,13 +656,13 @@
652
656
  },
653
657
 
654
658
  othersAnimating: function () {
655
- return ($flyouts.not($module).filter('.' + className.animating).length > 0);
659
+ return $flyouts.not($module).filter('.' + className.animating).length > 0;
656
660
  },
657
661
  othersVisible: function () {
658
- return ($flyouts.not($module).filter('.' + className.visible).length > 0);
662
+ return $flyouts.not($module).filter('.' + className.visible).length > 0;
659
663
  },
660
664
  othersActive: function () {
661
- return (module.othersVisible() || module.othersAnimating());
665
+ return module.othersVisible() || module.othersAnimating();
662
666
  },
663
667
 
664
668
  hideOthers: function (callback) {
@@ -794,7 +798,7 @@
794
798
  autofocus: function () {
795
799
  var
796
800
  $autofocus = $inputs.filter('[autofocus]'),
797
- $input = ($autofocus.length > 0)
801
+ $input = $autofocus.length > 0
798
802
  ? $autofocus.first()
799
803
  : ($inputs.length > 1 ? $inputs.filter(':not(i.close)') : $inputs).first()
800
804
  ;
@@ -1011,10 +1015,10 @@
1011
1015
  ie: function () {
1012
1016
  if (module.cache.isIE === undefined) {
1013
1017
  var
1014
- isIE11 = (!(window.ActiveXObject) && 'ActiveXObject' in window),
1015
- isIE = ('ActiveXObject' in window)
1018
+ isIE11 = !window.ActiveXObject && 'ActiveXObject' in window,
1019
+ isIE = 'ActiveXObject' in window
1016
1020
  ;
1017
- module.cache.isIE = (isIE11 || isIE);
1021
+ module.cache.isIE = isIE11 || isIE;
1018
1022
  }
1019
1023
 
1020
1024
  return module.cache.isIE;
@@ -1238,7 +1242,7 @@
1238
1242
  query = query.split(/[ .]/);
1239
1243
  maxDepth = query.length - 1;
1240
1244
  $.each(query, function (depth, value) {
1241
- var camelCaseValue = (depth != maxDepth)
1245
+ var camelCaseValue = depth != maxDepth
1242
1246
  ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1)
1243
1247
  : query
1244
1248
  ;
@@ -1305,7 +1309,7 @@
1305
1309
  }
1306
1310
  });
1307
1311
 
1308
- return (returnedValue !== undefined)
1312
+ return returnedValue !== undefined
1309
1313
  ? returnedValue
1310
1314
  : this;
1311
1315
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1-beta.23+27384cb - Flyout
2
+ * # Fomantic-UI 2.9.1-beta.24+029436f - Flyout
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.1-beta.23+27384cb
2
+ * # Fomantic UI - 2.9.1-beta.24+029436f
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * https://fomantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1-beta.23+27384cb - Form
2
+ * # Fomantic-UI 2.9.1-beta.24+029436f - Form
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *