fomantic-ui 2.9.1-beta.17 → 2.9.1-beta.19

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 (252) hide show
  1. package/.eslintrc.js +109 -0
  2. package/.github/workflows/ci.yml +13 -3
  3. package/dist/components/accordion.css +1 -1
  4. package/dist/components/accordion.js +569 -598
  5. package/dist/components/accordion.min.css +1 -1
  6. package/dist/components/accordion.min.js +2 -2
  7. package/dist/components/ad.css +1 -1
  8. package/dist/components/ad.min.css +1 -1
  9. package/dist/components/api.js +1161 -1184
  10. package/dist/components/api.min.js +2 -2
  11. package/dist/components/breadcrumb.css +1 -1
  12. package/dist/components/breadcrumb.min.css +1 -1
  13. package/dist/components/button.css +1 -1
  14. package/dist/components/button.min.css +1 -1
  15. package/dist/components/calendar.css +1 -1
  16. package/dist/components/calendar.js +1895 -1818
  17. package/dist/components/calendar.min.css +1 -1
  18. package/dist/components/calendar.min.js +2 -2
  19. package/dist/components/card.css +1 -1
  20. package/dist/components/card.min.css +1 -1
  21. package/dist/components/checkbox.css +1 -1
  22. package/dist/components/checkbox.js +842 -841
  23. package/dist/components/checkbox.min.css +1 -1
  24. package/dist/components/checkbox.min.js +2 -2
  25. package/dist/components/comment.css +1 -1
  26. package/dist/components/comment.min.css +1 -1
  27. package/dist/components/container.css +3 -1
  28. package/dist/components/container.min.css +2 -2
  29. package/dist/components/dimmer.css +1 -1
  30. package/dist/components/dimmer.js +708 -737
  31. package/dist/components/dimmer.min.css +1 -1
  32. package/dist/components/dimmer.min.js +2 -2
  33. package/dist/components/divider.css +1 -1
  34. package/dist/components/divider.min.css +1 -1
  35. package/dist/components/dropdown.css +11 -8
  36. package/dist/components/dropdown.js +4161 -4238
  37. package/dist/components/dropdown.min.css +2 -2
  38. package/dist/components/dropdown.min.js +2 -2
  39. package/dist/components/embed.css +1 -1
  40. package/dist/components/embed.js +651 -675
  41. package/dist/components/embed.min.css +1 -1
  42. package/dist/components/embed.min.js +2 -2
  43. package/dist/components/feed.css +1 -1
  44. package/dist/components/feed.min.css +1 -1
  45. package/dist/components/flag.css +1 -1
  46. package/dist/components/flag.min.css +1 -1
  47. package/dist/components/flyout.css +6 -3
  48. package/dist/components/flyout.js +1464 -1467
  49. package/dist/components/flyout.min.css +2 -2
  50. package/dist/components/flyout.min.js +2 -2
  51. package/dist/components/form.css +1 -1
  52. package/dist/components/form.js +1979 -2004
  53. package/dist/components/form.min.css +1 -1
  54. package/dist/components/form.min.js +2 -2
  55. package/dist/components/grid.css +1 -1
  56. package/dist/components/grid.min.css +1 -1
  57. package/dist/components/header.css +1 -1
  58. package/dist/components/header.min.css +1 -1
  59. package/dist/components/icon.css +1 -1
  60. package/dist/components/icon.min.css +1 -1
  61. package/dist/components/image.css +1 -1
  62. package/dist/components/image.min.css +1 -1
  63. package/dist/components/input.css +1 -1
  64. package/dist/components/input.min.css +1 -1
  65. package/dist/components/item.css +1 -1
  66. package/dist/components/item.min.css +1 -1
  67. package/dist/components/label.css +1 -1
  68. package/dist/components/label.min.css +1 -1
  69. package/dist/components/list.css +1 -1
  70. package/dist/components/list.min.css +1 -1
  71. package/dist/components/loader.css +1 -1
  72. package/dist/components/loader.min.css +1 -1
  73. package/dist/components/message.css +1 -1
  74. package/dist/components/message.min.css +1 -1
  75. package/dist/components/modal.css +7 -1
  76. package/dist/components/modal.js +1491 -1487
  77. package/dist/components/modal.min.css +2 -2
  78. package/dist/components/modal.min.js +2 -2
  79. package/dist/components/nag.css +1 -1
  80. package/dist/components/nag.js +518 -529
  81. package/dist/components/nag.min.css +1 -1
  82. package/dist/components/nag.min.js +2 -2
  83. package/dist/components/placeholder.css +1 -1
  84. package/dist/components/placeholder.min.css +1 -1
  85. package/dist/components/popup.css +1 -1
  86. package/dist/components/popup.js +1437 -1456
  87. package/dist/components/popup.min.css +1 -1
  88. package/dist/components/popup.min.js +2 -2
  89. package/dist/components/progress.css +1 -1
  90. package/dist/components/progress.js +969 -997
  91. package/dist/components/progress.min.css +1 -1
  92. package/dist/components/progress.min.js +2 -2
  93. package/dist/components/rail.css +1 -1
  94. package/dist/components/rail.min.css +1 -1
  95. package/dist/components/rating.css +1 -1
  96. package/dist/components/rating.js +505 -523
  97. package/dist/components/rating.min.css +1 -1
  98. package/dist/components/rating.min.js +2 -2
  99. package/dist/components/reset.css +1 -1
  100. package/dist/components/reset.min.css +1 -1
  101. package/dist/components/reveal.css +1 -1
  102. package/dist/components/reveal.min.css +1 -1
  103. package/dist/components/search.css +3 -1
  104. package/dist/components/search.js +1498 -1534
  105. package/dist/components/search.min.css +2 -2
  106. package/dist/components/search.min.js +2 -2
  107. package/dist/components/segment.css +3 -1
  108. package/dist/components/segment.min.css +2 -2
  109. package/dist/components/shape.css +1 -1
  110. package/dist/components/shape.js +792 -809
  111. package/dist/components/shape.min.css +1 -1
  112. package/dist/components/shape.min.js +2 -2
  113. package/dist/components/sidebar.css +3 -1
  114. package/dist/components/sidebar.js +1071 -1098
  115. package/dist/components/sidebar.min.css +2 -2
  116. package/dist/components/sidebar.min.js +2 -2
  117. package/dist/components/site.css +1 -1
  118. package/dist/components/site.js +462 -471
  119. package/dist/components/site.min.css +1 -1
  120. package/dist/components/site.min.js +2 -2
  121. package/dist/components/slider.js +1287 -1311
  122. package/dist/components/slider.min.js +2 -2
  123. package/dist/components/state.js +639 -657
  124. package/dist/components/state.min.js +2 -2
  125. package/dist/components/statistic.css +1 -1
  126. package/dist/components/statistic.min.css +1 -1
  127. package/dist/components/step.css +1 -1
  128. package/dist/components/step.min.css +1 -1
  129. package/dist/components/sticky.css +1 -1
  130. package/dist/components/sticky.js +857 -903
  131. package/dist/components/sticky.min.css +1 -1
  132. package/dist/components/sticky.min.js +2 -2
  133. package/dist/components/tab.css +1 -1
  134. package/dist/components/tab.js +922 -963
  135. package/dist/components/tab.min.css +1 -1
  136. package/dist/components/tab.min.js +2 -2
  137. package/dist/components/table.css +5 -1
  138. package/dist/components/table.min.css +2 -2
  139. package/dist/components/text.css +1 -1
  140. package/dist/components/text.min.css +1 -1
  141. package/dist/components/toast.css +1 -1
  142. package/dist/components/toast.js +886 -890
  143. package/dist/components/toast.min.css +1 -1
  144. package/dist/components/toast.min.js +2 -2
  145. package/dist/components/transition.css +1 -1
  146. package/dist/components/transition.js +1041 -1077
  147. package/dist/components/transition.min.css +1 -1
  148. package/dist/components/transition.min.js +2 -2
  149. package/dist/components/visibility.js +1220 -1244
  150. package/dist/components/visibility.min.js +2 -2
  151. package/dist/semantic.css +84 -60
  152. package/dist/semantic.js +28949 -29435
  153. package/dist/semantic.min.css +2 -2
  154. package/dist/semantic.min.js +2 -2
  155. package/examples/assets/show-examples.js +13 -13
  156. package/gulpfile.js +9 -10
  157. package/package.json +5 -2
  158. package/scripts/nightly-version.js +81 -75
  159. package/src/definitions/behaviors/api.js +1162 -1185
  160. package/src/definitions/behaviors/form.js +1978 -2003
  161. package/src/definitions/behaviors/state.js +645 -663
  162. package/src/definitions/behaviors/visibility.js +1219 -1243
  163. package/src/definitions/collections/table.less +2 -0
  164. package/src/definitions/elements/container.less +1 -0
  165. package/src/definitions/elements/segment.less +1 -0
  166. package/src/definitions/globals/site.js +461 -470
  167. package/src/definitions/modules/accordion.js +568 -597
  168. package/src/definitions/modules/calendar.js +1894 -1817
  169. package/src/definitions/modules/checkbox.js +841 -840
  170. package/src/definitions/modules/dimmer.js +707 -736
  171. package/src/definitions/modules/dropdown.js +4160 -4237
  172. package/src/definitions/modules/dropdown.less +5 -8
  173. package/src/definitions/modules/embed.js +650 -674
  174. package/src/definitions/modules/flyout.js +1463 -1466
  175. package/src/definitions/modules/flyout.less +15 -12
  176. package/src/definitions/modules/modal.js +1490 -1486
  177. package/src/definitions/modules/modal.less +3 -0
  178. package/src/definitions/modules/nag.js +517 -528
  179. package/src/definitions/modules/popup.js +1436 -1455
  180. package/src/definitions/modules/progress.js +968 -996
  181. package/src/definitions/modules/rating.js +504 -522
  182. package/src/definitions/modules/search.js +1497 -1533
  183. package/src/definitions/modules/search.less +1 -0
  184. package/src/definitions/modules/shape.js +791 -808
  185. package/src/definitions/modules/sidebar.js +1070 -1097
  186. package/src/definitions/modules/sidebar.less +1 -0
  187. package/src/definitions/modules/slider.js +1286 -1310
  188. package/src/definitions/modules/sticky.js +873 -919
  189. package/src/definitions/modules/tab.js +921 -962
  190. package/src/definitions/modules/toast.js +885 -889
  191. package/src/definitions/modules/transition.js +1040 -1076
  192. package/src/themes/default/elements/container.variables +0 -7
  193. package/src/themes/default/elements/segment.variables +0 -7
  194. package/src/themes/default/globals/site.variables +7 -0
  195. package/src/themes/default/globals/variation.variables +1 -0
  196. package/tasks/admin/components/create.js +274 -276
  197. package/tasks/admin/components/init.js +123 -130
  198. package/tasks/admin/components/update.js +149 -157
  199. package/tasks/admin/distributions/create.js +184 -187
  200. package/tasks/admin/distributions/init.js +123 -130
  201. package/tasks/admin/distributions/update.js +145 -152
  202. package/tasks/admin/publish.js +5 -7
  203. package/tasks/admin/register.js +36 -38
  204. package/tasks/admin/release.js +8 -10
  205. package/tasks/build/assets.js +42 -39
  206. package/tasks/build/css.js +225 -216
  207. package/tasks/build/javascript.js +118 -113
  208. package/tasks/build.js +10 -10
  209. package/tasks/check-install.js +14 -16
  210. package/tasks/clean.js +5 -5
  211. package/tasks/collections/admin.js +34 -36
  212. package/tasks/collections/build.js +18 -20
  213. package/tasks/collections/docs.js +9 -11
  214. package/tasks/collections/install.js +9 -11
  215. package/tasks/collections/rtl.js +9 -11
  216. package/tasks/collections/various.js +8 -10
  217. package/tasks/config/admin/github.js +17 -17
  218. package/tasks/config/admin/oauth.example.js +4 -4
  219. package/tasks/config/admin/release.js +98 -98
  220. package/tasks/config/admin/templates/component-package.js +9 -10
  221. package/tasks/config/admin/templates/css-package.js +18 -20
  222. package/tasks/config/admin/templates/less-package.js +11 -13
  223. package/tasks/config/defaults.js +116 -116
  224. package/tasks/config/docs.js +23 -23
  225. package/tasks/config/npm/gulpfile.js +8 -9
  226. package/tasks/config/project/config.js +127 -134
  227. package/tasks/config/project/install.js +715 -713
  228. package/tasks/config/project/release.js +32 -38
  229. package/tasks/config/tasks.js +163 -164
  230. package/tasks/config/user.js +23 -29
  231. package/tasks/docs/build.js +97 -95
  232. package/tasks/docs/metadata.js +90 -96
  233. package/tasks/docs/serve.js +80 -81
  234. package/tasks/install.js +370 -378
  235. package/tasks/rtl/build.js +2 -2
  236. package/tasks/rtl/watch.js +2 -2
  237. package/tasks/version.js +4 -4
  238. package/tasks/watch.js +28 -30
  239. package/test/meteor/assets.js +10 -13
  240. package/test/meteor/fonts.js +12 -13
  241. package/test/modules/accordion.spec.js +6 -8
  242. package/test/modules/checkbox.spec.js +5 -7
  243. package/test/modules/dropdown.spec.js +5 -7
  244. package/test/modules/modal.spec.js +6 -8
  245. package/test/modules/module.spec.js +158 -178
  246. package/test/modules/popup.spec.js +5 -7
  247. package/test/modules/search.spec.js +5 -7
  248. package/test/modules/shape.spec.js +5 -7
  249. package/test/modules/sidebar.spec.js +5 -7
  250. package/test/modules/tab.spec.js +6 -8
  251. package/test/modules/transition.spec.js +5 -7
  252. package/test/modules/video.spec.js +5 -7
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1-beta.17+3767ba8 - Toast
2
+ * # Fomantic-UI 2.9.1-beta.19+e589cd1 - Toast
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -8,922 +8,918 @@
8
8
  *
9
9
  */
10
10
 
11
- ;(function ($, window, document, undefined) {
12
-
13
- 'use strict';
14
-
15
- function isFunction(obj) {
16
- return typeof obj === "function" && typeof obj.nodeType !== "number";
17
- }
18
-
19
- window = (typeof window != 'undefined' && window.Math == Math)
20
- ? window
21
- : (typeof self != 'undefined' && self.Math == Math)
22
- ? self
23
- : Function('return this')()
24
- ;
25
-
26
- $.toast = $.fn.toast = function(parameters) {
27
- var
28
- $allModules = $(this),
29
- moduleSelector = $allModules.selector || '',
30
-
31
- time = new Date().getTime(),
32
- performance = [],
33
-
34
- query = arguments[0],
35
- methodInvoked = (typeof query == 'string'),
36
- queryArguments = [].slice.call(arguments, 1),
37
- returnedValue
38
- ;
39
- $allModules
40
- .each(function() {
41
- var
42
- settings = ( $.isPlainObject(parameters) )
43
- ? $.extend(true, {}, $.fn.toast.settings, parameters)
44
- : $.extend({}, $.fn.toast.settings),
45
-
46
- className = settings.className,
47
- selector = settings.selector,
48
- error = settings.error,
49
- namespace = settings.namespace,
50
- fields = settings.fields,
51
-
52
- eventNamespace = '.' + namespace,
53
- moduleNamespace = namespace + '-module',
54
-
55
- $module = $(this),
56
- $toastBox,
57
- $toast,
58
- $actions,
59
- $progress,
60
- $progressBar,
61
- $animationObject,
62
- $close,
63
- $context = (settings.context)
64
- ? ([window,document].indexOf(settings.context) < 0 ? $(document).find(settings.context) : $(settings.context))
65
- : $('body'),
66
-
67
- isToastComponent = $module.hasClass('toast') || $module.hasClass('message') || $module.hasClass('card'),
68
-
69
- element = this,
70
- instance = isToastComponent ? $module.data(moduleNamespace) : undefined,
71
-
72
- id,
73
- module
74
- ;
75
- module = {
76
-
77
- initialize: function() {
78
- module.verbose('Initializing element');
79
- module.create.id();
80
- if (!module.has.container()) {
81
- module.create.container();
82
- }
83
- if(isToastComponent || settings.message !== '' || settings.title !== '' || module.get.iconClass() !== '' || settings.showImage || module.has.configActions()) {
84
- if(typeof settings.showProgress !== 'string' || [className.top,className.bottom].indexOf(settings.showProgress) === -1 ) {
85
- settings.showProgress = false;
86
- }
87
- module.create.toast();
88
- if(settings.closeOnClick && (settings.closeIcon || $($toast).find(selector.input).length > 0 || module.has.configActions())){
89
- settings.closeOnClick = false;
90
- }
91
- if(!settings.closeOnClick) {
92
- $toastBox.addClass(className.unclickable);
93
- }
94
- module.bind.events();
95
- }
96
- module.instantiate();
97
- if($toastBox) {
98
- module.show();
99
- }
100
- },
11
+ (function ($, window, document, undefined) {
12
+ 'use strict';
101
13
 
102
- instantiate: function() {
103
- module.verbose('Storing instance of toast');
104
- instance = module;
105
- $module
106
- .data(moduleNamespace, instance)
107
- ;
108
- },
14
+ function isFunction(obj) {
15
+ return typeof obj === 'function' && typeof obj.nodeType !== 'number';
16
+ }
109
17
 
110
- destroy: function() {
111
- if($toastBox) {
112
- module.debug('Removing toast', $toastBox);
113
- module.unbind.events();
114
- $toastBox.remove();
115
- $toastBox = undefined;
116
- $toast = undefined;
117
- $animationObject = undefined;
118
- settings.onRemove.call($toastBox, element);
119
- $progress = undefined;
120
- $progressBar = undefined;
121
- $close = undefined;
122
- }
123
- $module
124
- .removeData(moduleNamespace)
125
- ;
126
- },
18
+ window = (typeof window != 'undefined' && window.Math == Math)
19
+ ? window
20
+ : globalThis;
127
21
 
128
- show: function(callback) {
129
- if(settings.onShow.call($toastBox, element) === false) {
130
- module.debug('onShow callback returned false, cancelling toast animation');
131
- return;
132
- }
133
- callback = callback || function(){};
134
- module.debug('Showing toast');
135
- module.animate.show(callback);
136
- },
22
+ $.toast = $.fn.toast = function (parameters) {
23
+ var
24
+ $allModules = $(this),
25
+ moduleSelector = $allModules.selector || '',
137
26
 
138
- close: function(callback) {
139
- if(settings.onHide.call($toastBox, element) === false) {
140
- module.debug('onHide callback returned false, cancelling toast animation');
141
- return;
142
- }
143
- callback = callback || function(){};
144
- module.debug('Closing toast');
145
- module.remove.visible();
146
- module.unbind.events();
147
- module.animate.close(callback);
27
+ time = new Date().getTime(),
28
+ performance = [],
148
29
 
149
- },
30
+ query = arguments[0],
31
+ methodInvoked = (typeof query == 'string'),
32
+ queryArguments = [].slice.call(arguments, 1),
33
+ returnedValue
34
+ ;
35
+ $allModules.each(function () {
36
+ var
37
+ settings = ($.isPlainObject(parameters))
38
+ ? $.extend(true, {}, $.fn.toast.settings, parameters)
39
+ : $.extend({}, $.fn.toast.settings),
40
+
41
+ className = settings.className,
42
+ selector = settings.selector,
43
+ error = settings.error,
44
+ namespace = settings.namespace,
45
+ fields = settings.fields,
46
+
47
+ eventNamespace = '.' + namespace,
48
+ moduleNamespace = namespace + '-module',
49
+
50
+ $module = $(this),
51
+ $toastBox,
52
+ $toast,
53
+ $actions,
54
+ $progress,
55
+ $progressBar,
56
+ $animationObject,
57
+ $close,
58
+ $context = (settings.context)
59
+ ? ([window, document].indexOf(settings.context) < 0 ? $(document).find(settings.context) : $(settings.context))
60
+ : $('body'),
61
+
62
+ isToastComponent = $module.hasClass('toast') || $module.hasClass('message') || $module.hasClass('card'),
63
+
64
+ element = this,
65
+ instance = isToastComponent ? $module.data(moduleNamespace) : undefined,
66
+
67
+ id,
68
+ module
69
+ ;
70
+ module = {
150
71
 
151
- create: {
152
- container: function() {
153
- module.verbose('Creating container');
154
- $context.append($('<div/>',{class: settings.position + ' ' + className.container + ' ' +(settings.horizontal ? className.horizontal : '') + ' ' + (settings.context && settings.context !== 'body' ? className.absolute : '')}));
155
- },
156
- id: function() {
157
- id = (Math.random().toString(16) + '000000000').slice(2, 10);
158
- module.verbose('Creating unique id for element', id);
159
- },
160
- toast: function() {
161
- $toastBox = $('<div/>', {class: className.box});
162
- var iconClass = module.get.iconClass();
163
- if (!isToastComponent) {
164
- module.verbose('Creating toast');
165
- $toast = $('<div/>', {role: 'alert'});
166
- var $content = $('<div/>', {class: className.content});
167
- if (iconClass !== '') {
168
- $toast.append($('<i/>', {class: iconClass + ' ' + className.icon}));
169
- }
170
-
171
- if (settings.showImage) {
172
- $toast.append($('<img>', {
173
- class: className.image + ' ' + settings.classImage,
174
- src: settings.showImage
175
- }));
176
- }
177
- if (settings.title !== '') {
178
- var titleId = '_' + module.get.id() + 'title';
179
- $toast.attr('aria-labelledby', titleId);
180
- $content.append($('<div/>', {
181
- class: className.title,
182
- id: titleId,
183
- html: module.helpers.escape(settings.title, settings.preserveHTML)
184
- }));
185
- }
186
- var descId = '_' + module.get.id() + 'desc';
187
- $toast.attr('aria-describedby', descId);
188
- $content.append($('<div/>', {
189
- class: className.message,
190
- id: descId,
191
- html: module.helpers.escape(settings.message, settings.preserveHTML)
192
- }));
193
-
194
- $toast
195
- .addClass(settings.class + ' ' + className.toast)
196
- .append($content)
197
- ;
198
- $toast.css('opacity', String(settings.opacity));
199
- if (settings.closeIcon) {
200
- $close = $('<i/>', {class: className.close + ' ' + (typeof settings.closeIcon === 'string' ? settings.closeIcon : ''), role: 'button', tabindex: 0, 'aria-label': settings.text.close});
201
- if($close.hasClass(className.left)) {
202
- $toast.prepend($close);
203
- } else {
204
- $toast.append($close);
205
- }
206
- }
207
- } else {
208
- $toast = settings.cloneModule ? $module.clone().removeAttr('id') : $module;
209
- $close = $toast.find('> i'+module.helpers.toClass(className.close));
210
- settings.closeIcon = ($close.length > 0);
211
- if (iconClass !== '') {
212
- $toast.find(selector.icon).attr('class',iconClass + ' ' + className.icon);
213
- }
214
- if (settings.showImage) {
215
- $toast.find(selector.image).attr('src',settings.showImage);
216
- }
217
- if (settings.title !== '') {
218
- $toast.find(selector.title).html(module.helpers.escape(settings.title, settings.preserveHTML));
219
- }
220
- if (settings.message !== '') {
221
- $toast.find(selector.message).html(module.helpers.escape(settings.message, settings.preserveHTML));
222
- }
223
- }
224
- if ($toast.hasClass(className.compact)) {
225
- settings.compact = true;
226
- }
227
- if ($toast.hasClass('card')) {
228
- settings.compact = false;
229
- }
230
- $actions = $toast.find('.actions');
231
- if (module.has.configActions()) {
232
- if ($actions.length === 0) {
233
- $actions = $('<div/>', {class: className.actions + ' ' + (settings.classActions || '')}).appendTo($toast);
234
- }
235
- if($toast.hasClass('card') && !$actions.hasClass(className.attached)) {
236
- $actions.addClass(className.extraContent);
237
- if($actions.hasClass(className.vertical)) {
238
- $actions.removeClass(className.vertical);
239
- module.error(error.verticalCard);
240
- }
241
- }
242
- settings.actions.forEach(function (el) {
243
- var icon = el[fields.icon] ? '<i '+(el[fields.text] ? 'aria-hidden="true"' : '')+' class="' + module.helpers.deQuote(el[fields.icon]) + ' icon"></i>' : '',
244
- text = module.helpers.escape(el[fields.text] || '', settings.preserveHTML),
245
- cls = module.helpers.deQuote(el[fields.class] || ''),
246
- click = el[fields.click] && isFunction(el[fields.click]) ? el[fields.click] : function () {};
247
- $actions.append($('<button/>', {
248
- html: icon + text,
249
- 'aria-label': (el[fields.text] || el[fields.icon] || '').replace(/<[^>]+(>|$)/g,''),
250
- class: className.button + ' ' + cls,
251
- on: {
252
- click: function () {
253
- var $button = $(this);
254
- if ($button.is(selector.approve) || $button.is(selector.deny) || click.call(element, $module) === false) {
255
- return;
256
- }
257
- module.close();
72
+ initialize: function () {
73
+ module.verbose('Initializing element');
74
+ module.create.id();
75
+ if (!module.has.container()) {
76
+ module.create.container();
258
77
  }
259
- }
260
- }));
261
- });
262
- }
263
- if ($actions && $actions.hasClass(className.vertical)) {
264
- $toast.addClass(className.vertical);
265
- }
266
- if($actions.length > 0 && !$actions.hasClass(className.attached)) {
267
- if ($actions && (!$actions.hasClass(className.basic) || $actions.hasClass(className.left))) {
268
- $toast.addClass(className.actions);
269
- }
270
- }
271
- if(settings.displayTime === 'auto'){
272
- settings.displayTime = Math.max(settings.minDisplayTime, $toast.text().split(" ").length / settings.wordsPerMinute * 60000);
273
- }
274
- $toastBox.append($toast);
275
-
276
- if($actions.length > 0 && $actions.hasClass(className.attached)) {
277
- $actions.addClass(className.buttons);
278
- $actions.detach();
279
- $toast.addClass(className.attached);
280
- if (!$actions.hasClass(className.vertical)) {
281
- if ($actions.hasClass(className.top)) {
282
- $toastBox.prepend($actions);
283
- $toast.addClass(className.bottom);
284
- } else {
285
- $toastBox.append($actions);
286
- $toast.addClass(className.top);
287
- }
288
- } else {
289
- $toast.wrap(
290
- $('<div/>',{
291
- class:className.vertical + ' ' +
292
- className.attached + ' ' +
293
- (settings.compact ? className.compact : '')
294
- })
295
- );
296
- if($actions.hasClass(className.left)) {
297
- $toast.addClass(className.left).parent().addClass(className.left).prepend($actions);
298
- } else {
299
- $toast.parent().append($actions);
300
- }
301
- }
302
- }
303
- if($module !== $toast) {
304
- $module = $toast;
305
- element = $toast[0];
306
- }
307
- if(settings.displayTime > 0) {
308
- var progressingClass = className.progressing+' '+(settings.pauseOnHover ? className.pausable:'');
309
- if (!!settings.showProgress) {
310
- $progress = $('<div/>', {
311
- class: className.progress + ' ' + (settings.classProgress || settings.class),
312
- 'data-percent': ''
313
- });
314
- if(!settings.classProgress) {
315
- if ($toast.hasClass('toast') && !$toast.hasClass(className.inverted)) {
316
- $progress.addClass(className.inverted);
317
- } else {
318
- $progress.removeClass(className.inverted);
319
- }
320
- }
321
- $progressBar = $('<div/>', {class: 'bar '+(settings.progressUp ? 'up ' : 'down ')+progressingClass});
322
- $progress
323
- .addClass(settings.showProgress)
324
- .append($progressBar);
325
- if ($progress.hasClass(className.top)) {
326
- $toastBox.prepend($progress);
327
- } else {
328
- $toastBox.append($progress);
329
- }
330
- $progressBar.css('animation-duration', settings.displayTime / 1000 + 's');
331
- }
332
- $animationObject = $('<span/>',{class:'wait '+progressingClass});
333
- $animationObject.css('animation-duration', settings.displayTime / 1000 + 's');
334
- $animationObject.appendTo($toast);
335
- }
336
- if (settings.compact) {
337
- $toastBox.addClass(className.compact);
338
- $toast.addClass(className.compact);
339
- if($progress) {
340
- $progress.addClass(className.compact);
341
- }
342
- }
343
- if (settings.newestOnTop) {
344
- $toastBox.prependTo(module.get.container());
345
- }
346
- else {
347
- $toastBox.appendTo(module.get.container());
348
- }
349
- }
350
- },
78
+ if (isToastComponent || settings.message !== '' || settings.title !== '' || module.get.iconClass() !== '' || settings.showImage || module.has.configActions()) {
79
+ if (typeof settings.showProgress !== 'string' || [className.top, className.bottom].indexOf(settings.showProgress) === -1) {
80
+ settings.showProgress = false;
81
+ }
82
+ module.create.toast();
83
+ if (settings.closeOnClick && (settings.closeIcon || $($toast).find(selector.input).length > 0 || module.has.configActions())) {
84
+ settings.closeOnClick = false;
85
+ }
86
+ if (!settings.closeOnClick) {
87
+ $toastBox.addClass(className.unclickable);
88
+ }
89
+ module.bind.events();
90
+ }
91
+ module.instantiate();
92
+ if ($toastBox) {
93
+ module.show();
94
+ }
95
+ },
96
+
97
+ instantiate: function () {
98
+ module.verbose('Storing instance of toast');
99
+ instance = module;
100
+ $module
101
+ .data(moduleNamespace, instance)
102
+ ;
103
+ },
104
+
105
+ destroy: function () {
106
+ if ($toastBox) {
107
+ module.debug('Removing toast', $toastBox);
108
+ module.unbind.events();
109
+ $toastBox.remove();
110
+ $toastBox = undefined;
111
+ $toast = undefined;
112
+ $animationObject = undefined;
113
+ settings.onRemove.call($toastBox, element);
114
+ $progress = undefined;
115
+ $progressBar = undefined;
116
+ $close = undefined;
117
+ }
118
+ $module
119
+ .removeData(moduleNamespace)
120
+ ;
121
+ },
351
122
 
352
- bind: {
353
- events: function() {
354
- module.debug('Binding events to toast');
355
- if(settings.closeIcon) {
356
- $close.on('click' + eventNamespace, module.event.close);
357
- }
358
- $toast.on('click' + eventNamespace, module.event.click);
359
- if($animationObject) {
360
- $animationObject.on('animationend' + eventNamespace, module.event.close);
361
- }
362
- $toastBox
363
- .on('click' + eventNamespace, selector.approve, module.event.approve)
364
- .on('click' + eventNamespace, selector.deny, module.event.deny)
365
- ;
366
- }
367
- },
123
+ show: function (callback) {
124
+ if (settings.onShow.call($toastBox, element) === false) {
125
+ module.debug('onShow callback returned false, cancelling toast animation');
368
126
 
369
- unbind: {
370
- events: function() {
371
- module.debug('Unbinding events to toast');
372
- if(settings.closeIcon) {
373
- $close.off('click' + eventNamespace);
374
- }
375
- $toast.off('click' + eventNamespace);
376
- if($animationObject) {
377
- $animationObject.off('animationend' + eventNamespace);
378
- }
379
- $toastBox
380
- .off('click' + eventNamespace)
381
- ;
382
- }
383
- },
127
+ return;
128
+ }
129
+ callback = callback || function () {};
130
+ module.debug('Showing toast');
131
+ module.animate.show(callback);
132
+ },
384
133
 
385
- animate: {
386
- show: function(callback) {
387
- callback = isFunction(callback) ? callback : function(){};
388
- if(settings.transition && module.can.useElement('transition') && $module.transition('is supported')) {
389
- module.set.visible();
390
- $toastBox
391
- .transition({
392
- animation : settings.transition.showMethod + ' in',
393
- queue : false,
394
- debug : settings.debug,
395
- verbose : settings.verbose,
396
- silent : settings.silent,
397
- duration : settings.transition.showDuration,
398
- onComplete : function() {
399
- callback.call($toastBox, element);
400
- settings.onVisible.call($toastBox, element);
401
- }
402
- })
403
- ;
404
- }
405
- },
406
- close: function(callback) {
407
- callback = isFunction(callback) ? callback : function(){};
408
- if(settings.transition && $.fn.transition !== undefined && $module.transition('is supported')) {
409
- $toastBox
410
- .transition({
411
- animation : settings.transition.hideMethod + ' out',
412
- queue : false,
413
- duration : settings.transition.hideDuration,
414
- debug : settings.debug,
415
- verbose : settings.verbose,
416
- silent : settings.silent,
417
- interval : 50,
418
-
419
- onBeforeHide: function(callback){
420
- callback = isFunction(callback)?callback : function(){};
421
- if(settings.transition.closeEasing !== ''){
422
- if($toastBox) {
423
- $toastBox.css('opacity', '0');
424
- $toastBox.wrap('<div/>').parent().hide(settings.transition.closeDuration, settings.transition.closeEasing, function () {
425
- if ($toastBox) {
426
- $toastBox.parent().remove();
427
- callback.call($toastBox);
428
- }
134
+ close: function (callback) {
135
+ if (settings.onHide.call($toastBox, element) === false) {
136
+ module.debug('onHide callback returned false, cancelling toast animation');
137
+
138
+ return;
139
+ }
140
+ callback = callback || function () {};
141
+ module.debug('Closing toast');
142
+ module.remove.visible();
143
+ module.unbind.events();
144
+ module.animate.close(callback);
145
+ },
146
+
147
+ create: {
148
+ container: function () {
149
+ module.verbose('Creating container');
150
+ $context.append($('<div/>', { class: settings.position + ' ' + className.container + ' ' + (settings.horizontal ? className.horizontal : '') + ' ' + (settings.context && settings.context !== 'body' ? className.absolute : '') }));
151
+ },
152
+ id: function () {
153
+ id = (Math.random().toString(16) + '000000000').slice(2, 10);
154
+ module.verbose('Creating unique id for element', id);
155
+ },
156
+ toast: function () {
157
+ $toastBox = $('<div/>', { class: className.box });
158
+ var iconClass = module.get.iconClass();
159
+ if (!isToastComponent) {
160
+ module.verbose('Creating toast');
161
+ $toast = $('<div/>', { role: 'alert' });
162
+ var $content = $('<div/>', { class: className.content });
163
+ if (iconClass !== '') {
164
+ $toast.append($('<i/>', { class: iconClass + ' ' + className.icon }));
165
+ }
166
+
167
+ if (settings.showImage) {
168
+ $toast.append($('<img>', {
169
+ class: className.image + ' ' + settings.classImage,
170
+ src: settings.showImage,
171
+ }));
172
+ }
173
+ if (settings.title !== '') {
174
+ var titleId = '_' + module.get.id() + 'title';
175
+ $toast.attr('aria-labelledby', titleId);
176
+ $content.append($('<div/>', {
177
+ class: className.title,
178
+ id: titleId,
179
+ html: module.helpers.escape(settings.title, settings.preserveHTML),
180
+ }));
181
+ }
182
+ var descId = '_' + module.get.id() + 'desc';
183
+ $toast.attr('aria-describedby', descId);
184
+ $content.append($('<div/>', {
185
+ class: className.message,
186
+ id: descId,
187
+ html: module.helpers.escape(settings.message, settings.preserveHTML),
188
+ }));
189
+
190
+ $toast
191
+ .addClass(settings.class + ' ' + className.toast)
192
+ .append($content)
193
+ ;
194
+ $toast.css('opacity', String(settings.opacity));
195
+ if (settings.closeIcon) {
196
+ $close = $('<i/>', {
197
+ class: className.close + ' ' + (typeof settings.closeIcon === 'string' ? settings.closeIcon : ''),
198
+ role: 'button',
199
+ tabindex: 0,
200
+ 'aria-label': settings.text.close,
201
+ });
202
+ if ($close.hasClass(className.left)) {
203
+ $toast.prepend($close);
204
+ } else {
205
+ $toast.append($close);
206
+ }
207
+ }
208
+ } else {
209
+ $toast = settings.cloneModule ? $module.clone().removeAttr('id') : $module;
210
+ $close = $toast.find('> i' + module.helpers.toClass(className.close));
211
+ settings.closeIcon = ($close.length > 0);
212
+ if (iconClass !== '') {
213
+ $toast.find(selector.icon).attr('class', iconClass + ' ' + className.icon);
214
+ }
215
+ if (settings.showImage) {
216
+ $toast.find(selector.image).attr('src', settings.showImage);
217
+ }
218
+ if (settings.title !== '') {
219
+ $toast.find(selector.title).html(module.helpers.escape(settings.title, settings.preserveHTML));
220
+ }
221
+ if (settings.message !== '') {
222
+ $toast.find(selector.message).html(module.helpers.escape(settings.message, settings.preserveHTML));
223
+ }
224
+ }
225
+ if ($toast.hasClass(className.compact)) {
226
+ settings.compact = true;
227
+ }
228
+ if ($toast.hasClass('card')) {
229
+ settings.compact = false;
230
+ }
231
+ $actions = $toast.find('.actions');
232
+ if (module.has.configActions()) {
233
+ if ($actions.length === 0) {
234
+ $actions = $('<div/>', { class: className.actions + ' ' + (settings.classActions || '') }).appendTo($toast);
235
+ }
236
+ if ($toast.hasClass('card') && !$actions.hasClass(className.attached)) {
237
+ $actions.addClass(className.extraContent);
238
+ if ($actions.hasClass(className.vertical)) {
239
+ $actions.removeClass(className.vertical);
240
+ module.error(error.verticalCard);
241
+ }
242
+ }
243
+ settings.actions.forEach(function (el) {
244
+ var
245
+ icon = el[fields.icon] ? '<i ' + (el[fields.text] ? 'aria-hidden="true"' : '') + ' class="' + module.helpers.deQuote(el[fields.icon]) + ' icon"></i>' : '',
246
+ text = module.helpers.escape(el[fields.text] || '', settings.preserveHTML),
247
+ cls = module.helpers.deQuote(el[fields.class] || ''),
248
+ click = el[fields.click] && isFunction(el[fields.click]) ? el[fields.click] : function () {}
249
+ ;
250
+ $actions.append($('<button/>', {
251
+ html: icon + text,
252
+ 'aria-label': (el[fields.text] || el[fields.icon] || '').replace(/<[^>]+(>|$)/g, ''),
253
+ class: className.button + ' ' + cls,
254
+ on: {
255
+ click: function () {
256
+ var $button = $(this);
257
+ if ($button.is(selector.approve) || $button.is(selector.deny) || click.call(element, $module) === false) {
258
+ return;
259
+ }
260
+ module.close();
261
+ },
262
+ },
263
+ }));
429
264
  });
430
- }
431
- } else {
432
- callback.call($toastBox);
433
- }
434
- },
435
- onComplete : function() {
436
- callback.call($toastBox, element);
437
- settings.onHidden.call($toastBox, element);
438
- module.destroy();
439
- }
440
- })
441
- ;
442
- }
443
- else {
444
- module.error(error.noTransition);
445
- }
446
- },
447
- pause: function() {
448
- $animationObject.css('animationPlayState','paused');
449
- if($progressBar) {
450
- $progressBar.css('animationPlayState', 'paused');
451
- }
452
- },
453
- continue: function() {
454
- $animationObject.css('animationPlayState','running');
455
- if($progressBar) {
456
- $progressBar.css('animationPlayState', 'running');
457
- }
458
- }
459
- },
265
+ }
266
+ if ($actions && $actions.hasClass(className.vertical)) {
267
+ $toast.addClass(className.vertical);
268
+ }
269
+ if ($actions.length > 0 && !$actions.hasClass(className.attached)) {
270
+ if ($actions && (!$actions.hasClass(className.basic) || $actions.hasClass(className.left))) {
271
+ $toast.addClass(className.actions);
272
+ }
273
+ }
274
+ if (settings.displayTime === 'auto') {
275
+ settings.displayTime = Math.max(settings.minDisplayTime, $toast.text().split(' ').length / settings.wordsPerMinute * 60000);
276
+ }
277
+ $toastBox.append($toast);
278
+
279
+ if ($actions.length > 0 && $actions.hasClass(className.attached)) {
280
+ $actions.addClass(className.buttons);
281
+ $actions.detach();
282
+ $toast.addClass(className.attached);
283
+ if (!$actions.hasClass(className.vertical)) {
284
+ if ($actions.hasClass(className.top)) {
285
+ $toastBox.prepend($actions);
286
+ $toast.addClass(className.bottom);
287
+ } else {
288
+ $toastBox.append($actions);
289
+ $toast.addClass(className.top);
290
+ }
291
+ } else {
292
+ $toast.wrap(
293
+ $('<div/>', {
294
+ class: className.vertical + ' '
295
+ + className.attached + ' '
296
+ + (settings.compact ? className.compact : ''),
297
+ })
298
+ );
299
+ if ($actions.hasClass(className.left)) {
300
+ $toast.addClass(className.left).parent().addClass(className.left).prepend($actions);
301
+ } else {
302
+ $toast.parent().append($actions);
303
+ }
304
+ }
305
+ }
306
+ if ($module !== $toast) {
307
+ $module = $toast;
308
+ element = $toast[0];
309
+ }
310
+ if (settings.displayTime > 0) {
311
+ var progressingClass = className.progressing + ' ' + (settings.pauseOnHover ? className.pausable : '');
312
+ if (!!settings.showProgress) {
313
+ $progress = $('<div/>', {
314
+ class: className.progress + ' ' + (settings.classProgress || settings.class),
315
+ 'data-percent': '',
316
+ });
317
+ if (!settings.classProgress) {
318
+ if ($toast.hasClass('toast') && !$toast.hasClass(className.inverted)) {
319
+ $progress.addClass(className.inverted);
320
+ } else {
321
+ $progress.removeClass(className.inverted);
322
+ }
323
+ }
324
+ $progressBar = $('<div/>', { class: 'bar ' + (settings.progressUp ? 'up ' : 'down ') + progressingClass });
325
+ $progress
326
+ .addClass(settings.showProgress)
327
+ .append($progressBar)
328
+ ;
329
+ if ($progress.hasClass(className.top)) {
330
+ $toastBox.prepend($progress);
331
+ } else {
332
+ $toastBox.append($progress);
333
+ }
334
+ $progressBar.css('animation-duration', settings.displayTime / 1000 + 's');
335
+ }
336
+ $animationObject = $('<span/>', { class: 'wait ' + progressingClass });
337
+ $animationObject.css('animation-duration', settings.displayTime / 1000 + 's');
338
+ $animationObject.appendTo($toast);
339
+ }
340
+ if (settings.compact) {
341
+ $toastBox.addClass(className.compact);
342
+ $toast.addClass(className.compact);
343
+ if ($progress) {
344
+ $progress.addClass(className.compact);
345
+ }
346
+ }
347
+ if (settings.newestOnTop) {
348
+ $toastBox.prependTo(module.get.container());
349
+ } else {
350
+ $toastBox.appendTo(module.get.container());
351
+ }
352
+ },
353
+ },
354
+
355
+ bind: {
356
+ events: function () {
357
+ module.debug('Binding events to toast');
358
+ if (settings.closeIcon) {
359
+ $close.on('click' + eventNamespace, module.event.close);
360
+ }
361
+ $toast.on('click' + eventNamespace, module.event.click);
362
+ if ($animationObject) {
363
+ $animationObject.on('animationend' + eventNamespace, module.event.close);
364
+ }
365
+ $toastBox
366
+ .on('click' + eventNamespace, selector.approve, module.event.approve)
367
+ .on('click' + eventNamespace, selector.deny, module.event.deny)
368
+ ;
369
+ },
370
+ },
371
+
372
+ unbind: {
373
+ events: function () {
374
+ module.debug('Unbinding events to toast');
375
+ if (settings.closeIcon) {
376
+ $close.off('click' + eventNamespace);
377
+ }
378
+ $toast.off('click' + eventNamespace);
379
+ if ($animationObject) {
380
+ $animationObject.off('animationend' + eventNamespace);
381
+ }
382
+ $toastBox
383
+ .off('click' + eventNamespace)
384
+ ;
385
+ },
386
+ },
387
+
388
+ animate: {
389
+ show: function (callback) {
390
+ callback = isFunction(callback) ? callback : function () {};
391
+ if (settings.transition && module.can.useElement('transition') && $module.transition('is supported')) {
392
+ module.set.visible();
393
+ $toastBox
394
+ .transition({
395
+ animation: settings.transition.showMethod + ' in',
396
+ queue: false,
397
+ debug: settings.debug,
398
+ verbose: settings.verbose,
399
+ silent: settings.silent,
400
+ duration: settings.transition.showDuration,
401
+ onComplete: function () {
402
+ callback.call($toastBox, element);
403
+ settings.onVisible.call($toastBox, element);
404
+ },
405
+ })
406
+ ;
407
+ }
408
+ },
409
+ close: function (callback) {
410
+ callback = isFunction(callback) ? callback : function () {};
411
+ if (settings.transition && $.fn.transition !== undefined && $module.transition('is supported')) {
412
+ $toastBox
413
+ .transition({
414
+ animation: settings.transition.hideMethod + ' out',
415
+ queue: false,
416
+ duration: settings.transition.hideDuration,
417
+ debug: settings.debug,
418
+ verbose: settings.verbose,
419
+ silent: settings.silent,
420
+ interval: 50,
421
+
422
+ onBeforeHide: function (callback) {
423
+ callback = isFunction(callback) ? callback : function () {};
424
+ if (settings.transition.closeEasing !== '') {
425
+ if ($toastBox) {
426
+ $toastBox.css('opacity', '0');
427
+ $toastBox.wrap('<div/>').parent().hide(settings.transition.closeDuration, settings.transition.closeEasing, function () {
428
+ if ($toastBox) {
429
+ $toastBox.parent().remove();
430
+ callback.call($toastBox);
431
+ }
432
+ });
433
+ }
434
+ } else {
435
+ callback.call($toastBox);
436
+ }
437
+ },
438
+ onComplete: function () {
439
+ callback.call($toastBox, element);
440
+ settings.onHidden.call($toastBox, element);
441
+ module.destroy();
442
+ },
443
+ })
444
+ ;
445
+ } else {
446
+ module.error(error.noTransition);
447
+ }
448
+ },
449
+ pause: function () {
450
+ $animationObject.css('animationPlayState', 'paused');
451
+ if ($progressBar) {
452
+ $progressBar.css('animationPlayState', 'paused');
453
+ }
454
+ },
455
+ continue: function () {
456
+ $animationObject.css('animationPlayState', 'running');
457
+ if ($progressBar) {
458
+ $progressBar.css('animationPlayState', 'running');
459
+ }
460
+ },
461
+ },
462
+
463
+ has: {
464
+ container: function () {
465
+ module.verbose('Determining if there is already a container');
466
+
467
+ return module.get.containers().length > 0;
468
+ },
469
+ toast: function () {
470
+ return !!module.get.toast();
471
+ },
472
+ toasts: function () {
473
+ return module.get.toasts().length > 0;
474
+ },
475
+ configActions: function () {
476
+ return Array.isArray(settings.actions) && settings.actions.length > 0;
477
+ },
478
+ },
479
+
480
+ get: {
481
+ id: function () {
482
+ return id;
483
+ },
484
+ containers: function () {
485
+ return $context.children(module.helpers.toClass(settings.position) + selector.container + (settings.horizontal ? module.helpers.toClass(className.horizontal) : ':not(' + module.helpers.toClass(className.horizontal) + ')') + (settings.context && settings.context !== 'body' ? module.helpers.toClass(className.absolute) : ':not(' + module.helpers.toClass(className.absolute) + ')'));
486
+ },
487
+ container: function () {
488
+ return module.get.containers()[0];
489
+ },
490
+ toastBox: function () {
491
+ return $toastBox || null;
492
+ },
493
+ toast: function () {
494
+ return $toast || null;
495
+ },
496
+ toasts: function () {
497
+ return $(module.get.container()).find(selector.box);
498
+ },
499
+ iconClass: function () {
500
+ return typeof settings.showIcon === 'string' ? settings.showIcon : settings.showIcon && settings.icons[settings.class] ? settings.icons[settings.class] : '';
501
+ },
502
+ remainingTime: function () {
503
+ return $animationObject ? $animationObject.css('opacity') * settings.displayTime : 0;
504
+ },
505
+ },
506
+
507
+ set: {
508
+ visible: function () {
509
+ $toast.addClass(className.visible);
510
+ },
511
+ },
512
+
513
+ remove: {
514
+ visible: function () {
515
+ $toast.removeClass(className.visible);
516
+ },
517
+ },
518
+
519
+ event: {
520
+ close: function () {
521
+ module.close();
522
+ },
523
+ click: function (event) {
524
+ if ($(event.target).closest(selector.clickable).length === 0) {
525
+ if (settings.onClick.call($toastBox, element) === false || !settings.closeOnClick) {
526
+ module.verbose('Click callback returned false or close denied by setting cancelling close');
527
+
528
+ return;
529
+ }
530
+ module.close();
531
+ }
532
+ },
533
+ approve: function () {
534
+ if (settings.onApprove.call(element, $module) === false) {
535
+ module.verbose('Approve callback returned false cancelling close');
536
+
537
+ return;
538
+ }
539
+ module.close();
540
+ },
541
+ deny: function () {
542
+ if (settings.onDeny.call(element, $module) === false) {
543
+ module.verbose('Deny callback returned false cancelling close');
544
+
545
+ return;
546
+ }
547
+ module.close();
548
+ },
549
+ },
550
+
551
+ helpers: {
552
+ toClass: function (selector) {
553
+ var
554
+ classes = selector.trim().split(/\s+/),
555
+ result = ''
556
+ ;
557
+
558
+ classes.forEach(function (element) {
559
+ result += '.' + element;
560
+ });
561
+
562
+ return result;
563
+ },
564
+ deQuote: function (string) {
565
+ return String(string).replace(/"/g, '');
566
+ },
567
+ escape: function (string, preserveHTML) {
568
+ if (preserveHTML) {
569
+ return string;
570
+ }
571
+ var
572
+ badChars = /[<>"'`]/g,
573
+ shouldEscape = /[&<>"'`]/,
574
+ escape = {
575
+ '<': '&lt;',
576
+ '>': '&gt;',
577
+ '"': '&quot;',
578
+ "'": '&#x27;',
579
+ '`': '&#x60;',
580
+ },
581
+ escapedChar = function (chr) {
582
+ return escape[chr];
583
+ }
584
+ ;
585
+ if (shouldEscape.test(string)) {
586
+ string = string.replace(/&(?![a-z0-9#]{1,12};)/gi, '&amp;');
587
+
588
+ return string.replace(badChars, escapedChar);
589
+ }
590
+
591
+ return string;
592
+ },
593
+ },
594
+
595
+ can: {
596
+ useElement: function (element) {
597
+ if ($.fn[element] !== undefined) {
598
+ return true;
599
+ }
600
+ module.error(error.noElement.replace('{element}', element));
601
+
602
+ return false;
603
+ },
604
+ },
605
+
606
+ setting: function (name, value) {
607
+ module.debug('Changing setting', name, value);
608
+ if ($.isPlainObject(name)) {
609
+ $.extend(true, settings, name);
610
+ } else if (value !== undefined) {
611
+ if ($.isPlainObject(settings[name])) {
612
+ $.extend(true, settings[name], value);
613
+ } else {
614
+ settings[name] = value;
615
+ }
616
+ } else {
617
+ return settings[name];
618
+ }
619
+ },
620
+ internal: function (name, value) {
621
+ if ($.isPlainObject(name)) {
622
+ $.extend(true, module, name);
623
+ } else if (value !== undefined) {
624
+ module[name] = value;
625
+ } else {
626
+ return module[name];
627
+ }
628
+ },
629
+ debug: function () {
630
+ if (!settings.silent && settings.debug) {
631
+ if (settings.performance) {
632
+ module.performance.log(arguments);
633
+ } else {
634
+ module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':');
635
+ module.debug.apply(console, arguments);
636
+ }
637
+ }
638
+ },
639
+ verbose: function () {
640
+ if (!settings.silent && settings.verbose && settings.debug) {
641
+ if (settings.performance) {
642
+ module.performance.log(arguments);
643
+ } else {
644
+ module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':');
645
+ module.verbose.apply(console, arguments);
646
+ }
647
+ }
648
+ },
649
+ error: function () {
650
+ if (!settings.silent) {
651
+ module.error = Function.prototype.bind.call(console.error, console, settings.name + ':');
652
+ module.error.apply(console, arguments);
653
+ }
654
+ },
655
+ performance: {
656
+ log: function (message) {
657
+ var
658
+ currentTime,
659
+ executionTime,
660
+ previousTime
661
+ ;
662
+ if (settings.performance) {
663
+ currentTime = new Date().getTime();
664
+ previousTime = time || currentTime;
665
+ executionTime = currentTime - previousTime;
666
+ time = currentTime;
667
+ performance.push({
668
+ Name: message[0],
669
+ Arguments: [].slice.call(message, 1) || '',
670
+ Element: element,
671
+ 'Execution Time': executionTime,
672
+ });
673
+ }
674
+ clearTimeout(module.performance.timer);
675
+ module.performance.timer = setTimeout(module.performance.display, 500);
676
+ },
677
+ display: function () {
678
+ var
679
+ title = settings.name + ':',
680
+ totalTime = 0
681
+ ;
682
+ time = false;
683
+ clearTimeout(module.performance.timer);
684
+ $.each(performance, function (index, data) {
685
+ totalTime += data['Execution Time'];
686
+ });
687
+ title += ' ' + totalTime + 'ms';
688
+ if (moduleSelector) {
689
+ title += ' \'' + moduleSelector + '\'';
690
+ }
691
+ if ((console.group !== undefined || console.table !== undefined) && performance.length > 0) {
692
+ console.groupCollapsed(title);
693
+ if (console.table) {
694
+ console.table(performance);
695
+ } else {
696
+ $.each(performance, function (index, data) {
697
+ console.log(data.Name + ': ' + data['Execution Time'] + 'ms');
698
+ });
699
+ }
700
+ console.groupEnd();
701
+ }
702
+ performance = [];
703
+ },
704
+ },
705
+ invoke: function (query, passedArguments, context) {
706
+ var
707
+ object = instance,
708
+ maxDepth,
709
+ found,
710
+ response
711
+ ;
712
+ passedArguments = passedArguments || queryArguments;
713
+ context = context || element;
714
+ if (typeof query == 'string' && object !== undefined) {
715
+ query = query.split(/[\. ]/);
716
+ maxDepth = query.length - 1;
717
+ $.each(query, function (depth, value) {
718
+ var camelCaseValue = (depth != maxDepth)
719
+ ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1)
720
+ : query
721
+ ;
722
+ if ($.isPlainObject(object[camelCaseValue]) && (depth != maxDepth)) {
723
+ object = object[camelCaseValue];
724
+ } else if (object[camelCaseValue] !== undefined) {
725
+ found = object[camelCaseValue];
726
+
727
+ return false;
728
+ } else if ($.isPlainObject(object[value]) && (depth != maxDepth)) {
729
+ object = object[value];
730
+ } else if (object[value] !== undefined) {
731
+ found = object[value];
732
+
733
+ return false;
734
+ } else {
735
+ module.error(error.method, query);
736
+
737
+ return false;
738
+ }
739
+ });
740
+ }
741
+ if (isFunction(found)) {
742
+ response = found.apply(context, passedArguments);
743
+ } else if (found !== undefined) {
744
+ response = found;
745
+ }
746
+ if (Array.isArray(returnedValue)) {
747
+ returnedValue.push(response);
748
+ } else if (returnedValue !== undefined) {
749
+ returnedValue = [returnedValue, response];
750
+ } else if (response !== undefined) {
751
+ returnedValue = response;
752
+ }
460
753
 
461
- has: {
462
- container: function() {
463
- module.verbose('Determining if there is already a container');
464
- return module.get.containers().length > 0;
465
- },
466
- toast: function(){
467
- return !!module.get.toast();
468
- },
469
- toasts: function(){
470
- return module.get.toasts().length > 0;
471
- },
472
- configActions: function () {
473
- return Array.isArray(settings.actions) && settings.actions.length > 0;
474
- }
475
- },
754
+ return found;
755
+ },
756
+ };
476
757
 
477
- get: {
478
- id: function() {
479
- return id;
480
- },
481
- containers: function() {
482
- return $context.children(module.helpers.toClass(settings.position) + selector.container + (settings.horizontal ? module.helpers.toClass(className.horizontal) : ':not('+module.helpers.toClass(className.horizontal)+')') + (settings.context && settings.context !== 'body' ? module.helpers.toClass(className.absolute) : ':not('+module.helpers.toClass(className.absolute)+')'));
483
- },
484
- container: function() {
485
- return module.get.containers()[0];
486
- },
487
- toastBox: function() {
488
- return $toastBox || null;
489
- },
490
- toast: function() {
491
- return $toast || null;
492
- },
493
- toasts: function() {
494
- return $(module.get.container()).find(selector.box);
495
- },
496
- iconClass: function() {
497
- return typeof settings.showIcon === 'string' ? settings.showIcon : settings.showIcon && settings.icons[settings.class] ? settings.icons[settings.class] : '';
498
- },
499
- remainingTime: function() {
500
- return $animationObject ? $animationObject.css('opacity') * settings.displayTime : 0;
501
- }
758
+ if (methodInvoked) {
759
+ if (instance === undefined) {
760
+ module.initialize();
761
+ }
762
+ module.invoke(query);
763
+ } else {
764
+ if (instance !== undefined) {
765
+ instance.invoke('destroy');
766
+ }
767
+ module.initialize();
768
+ returnedValue = $module;
769
+ }
770
+ });
771
+
772
+ return (returnedValue !== undefined)
773
+ ? returnedValue
774
+ : this;
775
+ };
776
+
777
+ $.fn.toast.settings = {
778
+
779
+ name: 'Toast',
780
+ namespace: 'toast',
781
+
782
+ silent: false,
783
+ debug: false,
784
+ verbose: false,
785
+ performance: true,
786
+
787
+ context: 'body',
788
+
789
+ position: 'top right',
790
+ horizontal: false,
791
+ class: 'neutral',
792
+ classProgress: false,
793
+ classActions: false,
794
+ classImage: 'mini',
795
+
796
+ title: '',
797
+ message: '',
798
+ displayTime: 3000, // set to zero to require manually dismissal, otherwise hides on its own
799
+ minDisplayTime: 1000, // minimum displaytime in case displayTime is set to 'auto'
800
+ wordsPerMinute: 120,
801
+ showIcon: false,
802
+ newestOnTop: false,
803
+ showProgress: false,
804
+ pauseOnHover: true,
805
+ progressUp: false, // if true, the bar will start at 0% and increase to 100%
806
+ opacity: 1,
807
+ compact: true,
808
+ closeIcon: false,
809
+ closeOnClick: true,
810
+ cloneModule: true,
811
+ actions: false,
812
+ preserveHTML: true,
813
+ showImage: false,
814
+
815
+ // transition settings
816
+ transition: {
817
+ showMethod: 'scale',
818
+ showDuration: 500,
819
+ hideMethod: 'scale',
820
+ hideDuration: 500,
821
+ closeEasing: 'easeOutCubic', // Set to empty string to stack the closed toast area immediately (old behaviour)
822
+ closeDuration: 500,
502
823
  },
503
824
 
504
- set: {
505
- visible: function() {
506
- $toast.addClass(className.visible);
507
- }
825
+ error: {
826
+ method: 'The method you called is not defined.',
827
+ noElement: 'This module requires ui {element}',
828
+ verticalCard: 'Vertical but not attached actions are not supported for card layout',
508
829
  },
509
830
 
510
- remove: {
511
- visible: function() {
512
- $toast.removeClass(className.visible);
513
- }
831
+ className: {
832
+ container: 'ui toast-container',
833
+ absolute: 'absolute',
834
+ box: 'floating toast-box',
835
+ progress: 'ui attached active progress',
836
+ toast: 'ui toast',
837
+ icon: 'centered icon',
838
+ visible: 'visible',
839
+ content: 'content',
840
+ title: 'ui header',
841
+ message: 'message',
842
+ actions: 'actions',
843
+ extraContent: 'extra content',
844
+ button: 'ui button',
845
+ buttons: 'ui buttons',
846
+ close: 'close icon',
847
+ image: 'ui image',
848
+ vertical: 'vertical',
849
+ horizontal: 'horizontal',
850
+ attached: 'attached',
851
+ inverted: 'inverted',
852
+ compact: 'compact',
853
+ pausable: 'pausable',
854
+ progressing: 'progressing',
855
+ top: 'top',
856
+ bottom: 'bottom',
857
+ left: 'left',
858
+ basic: 'basic',
859
+ unclickable: 'unclickable',
514
860
  },
515
861
 
516
- event: {
517
- close: function(){
518
- module.close();
519
- },
520
- click: function(event) {
521
- if($(event.target).closest(selector.clickable).length === 0) {
522
- if(settings.onClick.call($toastBox, element) === false || !settings.closeOnClick) {
523
- module.verbose('Click callback returned false or close denied by setting cancelling close');
524
- return;
525
- }
526
- module.close();
527
- }
528
- },
529
- approve: function() {
530
- if(settings.onApprove.call(element, $module) === false) {
531
- module.verbose('Approve callback returned false cancelling close');
532
- return;
533
- }
534
- module.close();
535
- },
536
- deny: function() {
537
- if(settings.onDeny.call(element, $module) === false) {
538
- module.verbose('Deny callback returned false cancelling close');
539
- return;
540
- }
541
- module.close();
542
- }
862
+ text: {
863
+ close: 'Close',
543
864
  },
544
865
 
545
- helpers: {
546
- toClass: function(selector) {
547
- var
548
- classes = selector.trim().split(/\s+/),
549
- result = ''
550
- ;
551
-
552
- classes.forEach(function (element) {
553
- result += '.' + element;
554
- });
555
-
556
- return result;
557
- },
558
- deQuote: function(string) {
559
- return String(string).replace(/"/g,"");
560
- },
561
- escape: function(string, preserveHTML) {
562
- if (preserveHTML){
563
- return string;
564
- }
565
- var
566
- badChars = /[<>"'`]/g,
567
- shouldEscape = /[&<>"'`]/,
568
- escape = {
569
- "<": "&lt;",
570
- ">": "&gt;",
571
- '"': "&quot;",
572
- "'": "&#x27;",
573
- "`": "&#x60;"
574
- },
575
- escapedChar = function(chr) {
576
- return escape[chr];
577
- }
578
- ;
579
- if(shouldEscape.test(string)) {
580
- string = string.replace(/&(?![a-z0-9#]{1,12};)/gi, "&amp;");
581
- return string.replace(badChars, escapedChar);
582
- }
583
- return string;
584
- }
866
+ icons: {
867
+ info: 'info',
868
+ success: 'checkmark',
869
+ warning: 'warning',
870
+ error: 'times',
585
871
  },
586
872
 
587
- can: {
588
- useElement: function(element){
589
- if ($.fn[element] !== undefined) {
590
- return true;
591
- }
592
- module.error(error.noElement.replace('{element}',element));
593
- return false;
594
- }
873
+ selector: {
874
+ container: '.ui.toast-container',
875
+ box: '.toast-box',
876
+ toast: '.ui.toast',
877
+ title: '.header',
878
+ message: '.message:not(.ui)',
879
+ image: '> img.image, > .image > img',
880
+ icon: '> i.icon',
881
+ input: 'input:not([type="hidden"]), textarea, select, button, .ui.button, ui.dropdown',
882
+ clickable: 'a, details, .ui.accordion',
883
+ approve: '.actions .positive, .actions .approve, .actions .ok',
884
+ deny: '.actions .negative, .actions .deny, .actions .cancel',
595
885
  },
596
886
 
597
- setting: function(name, value) {
598
- module.debug('Changing setting', name, value);
599
- if( $.isPlainObject(name) ) {
600
- $.extend(true, settings, name);
601
- }
602
- else if(value !== undefined) {
603
- if($.isPlainObject(settings[name])) {
604
- $.extend(true, settings[name], value);
605
- }
606
- else {
607
- settings[name] = value;
608
- }
609
- }
610
- else {
611
- return settings[name];
612
- }
613
- },
614
- internal: function(name, value) {
615
- if( $.isPlainObject(name) ) {
616
- $.extend(true, module, name);
617
- }
618
- else if(value !== undefined) {
619
- module[name] = value;
620
- }
621
- else {
622
- return module[name];
623
- }
624
- },
625
- debug: function() {
626
- if(!settings.silent && settings.debug) {
627
- if(settings.performance) {
628
- module.performance.log(arguments);
629
- }
630
- else {
631
- module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':');
632
- module.debug.apply(console, arguments);
633
- }
634
- }
635
- },
636
- verbose: function() {
637
- if(!settings.silent && settings.verbose && settings.debug) {
638
- if(settings.performance) {
639
- module.performance.log(arguments);
640
- }
641
- else {
642
- module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':');
643
- module.verbose.apply(console, arguments);
644
- }
645
- }
646
- },
647
- error: function() {
648
- if(!settings.silent) {
649
- module.error = Function.prototype.bind.call(console.error, console, settings.name + ':');
650
- module.error.apply(console, arguments);
651
- }
887
+ fields: {
888
+ class: 'class',
889
+ text: 'text',
890
+ icon: 'icon',
891
+ click: 'click',
652
892
  },
653
- performance: {
654
- log: function(message) {
655
- var
656
- currentTime,
657
- executionTime,
658
- previousTime
659
- ;
660
- if(settings.performance) {
661
- currentTime = new Date().getTime();
662
- previousTime = time || currentTime;
663
- executionTime = currentTime - previousTime;
664
- time = currentTime;
665
- performance.push({
666
- 'Name' : message[0],
667
- 'Arguments' : [].slice.call(message, 1) || '',
668
- 'Element' : element,
669
- 'Execution Time' : executionTime
670
- });
671
- }
672
- clearTimeout(module.performance.timer);
673
- module.performance.timer = setTimeout(module.performance.display, 500);
674
- },
675
- display: function() {
893
+
894
+ // callbacks
895
+ onShow: function () {},
896
+ onVisible: function () {},
897
+ onClick: function () {},
898
+ onHide: function () {},
899
+ onHidden: function () {},
900
+ onRemove: function () {},
901
+ onApprove: function () {},
902
+ onDeny: function () {},
903
+ };
904
+
905
+ $.extend($.easing, {
906
+ easeOutBounce: function (x) {
676
907
  var
677
- title = settings.name + ':',
678
- totalTime = 0
908
+ n1 = 7.5625,
909
+ d1 = 2.75
679
910
  ;
680
- time = false;
681
- clearTimeout(module.performance.timer);
682
- $.each(performance, function(index, data) {
683
- totalTime += data['Execution Time'];
684
- });
685
- title += ' ' + totalTime + 'ms';
686
- if(moduleSelector) {
687
- title += ' \'' + moduleSelector + '\'';
688
- }
689
- if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) {
690
- console.groupCollapsed(title);
691
- if(console.table) {
692
- console.table(performance);
693
- }
694
- else {
695
- $.each(performance, function(index, data) {
696
- console.log(data['Name'] + ': ' + data['Execution Time']+'ms');
697
- });
698
- }
699
- console.groupEnd();
911
+ if (x < 1 / d1) {
912
+ return n1 * x * x;
913
+ } else if (x < 2 / d1) {
914
+ return n1 * (x -= 1.5 / d1) * x + 0.75;
915
+ } else if (x < 2.5 / d1) {
916
+ return n1 * (x -= 2.25 / d1) * x + 0.9375;
917
+ } else {
918
+ return n1 * (x -= 2.625 / d1) * x + 0.984375;
700
919
  }
701
- performance = [];
702
- }
703
920
  },
704
- invoke: function(query, passedArguments, context) {
705
- var
706
- object = instance,
707
- maxDepth,
708
- found,
709
- response
710
- ;
711
- passedArguments = passedArguments || queryArguments;
712
- context = context || element;
713
- if(typeof query == 'string' && object !== undefined) {
714
- query = query.split(/[\. ]/);
715
- maxDepth = query.length - 1;
716
- $.each(query, function(depth, value) {
717
- var camelCaseValue = (depth != maxDepth)
718
- ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1)
719
- : query
720
- ;
721
- if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) {
722
- object = object[camelCaseValue];
723
- }
724
- else if( object[camelCaseValue] !== undefined ) {
725
- found = object[camelCaseValue];
726
- return false;
727
- }
728
- else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) {
729
- object = object[value];
730
- }
731
- else if( object[value] !== undefined ) {
732
- found = object[value];
733
- return false;
734
- }
735
- else {
736
- module.error(error.method, query);
737
- return false;
738
- }
739
- });
740
- }
741
- if ( isFunction( found ) ) {
742
- response = found.apply(context, passedArguments);
743
- }
744
- else if(found !== undefined) {
745
- response = found;
746
- }
747
- if(Array.isArray(returnedValue)) {
748
- returnedValue.push(response);
749
- }
750
- else if(returnedValue !== undefined) {
751
- returnedValue = [returnedValue, response];
752
- }
753
- else if(response !== undefined) {
754
- returnedValue = response;
755
- }
756
- return found;
757
- }
758
- };
759
-
760
- if(methodInvoked) {
761
- if(instance === undefined) {
762
- module.initialize();
763
- }
764
- module.invoke(query);
765
- }
766
- else {
767
- if(instance !== undefined) {
768
- instance.invoke('destroy');
769
- }
770
- module.initialize();
771
- returnedValue = $module;
772
- }
773
- })
774
- ;
775
-
776
- return (returnedValue !== undefined)
777
- ? returnedValue
778
- : this
779
- ;
780
- };
781
-
782
- $.fn.toast.settings = {
783
-
784
- name : 'Toast',
785
- namespace : 'toast',
786
-
787
- silent : false,
788
- debug : false,
789
- verbose : false,
790
- performance : true,
791
-
792
- context : 'body',
793
-
794
- position : 'top right',
795
- horizontal : false,
796
- class : 'neutral',
797
- classProgress : false,
798
- classActions : false,
799
- classImage : 'mini',
800
-
801
- title : '',
802
- message : '',
803
- displayTime : 3000, // set to zero to require manually dismissal, otherwise hides on its own
804
- minDisplayTime : 1000, // minimum displaytime in case displayTime is set to 'auto'
805
- wordsPerMinute : 120,
806
- showIcon : false,
807
- newestOnTop : false,
808
- showProgress : false,
809
- pauseOnHover : true,
810
- progressUp : false, //if true, the bar will start at 0% and increase to 100%
811
- opacity : 1,
812
- compact : true,
813
- closeIcon : false,
814
- closeOnClick : true,
815
- cloneModule : true,
816
- actions : false,
817
- preserveHTML : true,
818
- showImage : false,
819
-
820
- // transition settings
821
- transition : {
822
- showMethod : 'scale',
823
- showDuration : 500,
824
- hideMethod : 'scale',
825
- hideDuration : 500,
826
- closeEasing : 'easeOutCubic', //Set to empty string to stack the closed toast area immediately (old behaviour)
827
- closeDuration: 500
828
- },
829
-
830
- error: {
831
- method : 'The method you called is not defined.',
832
- noElement : 'This module requires ui {element}',
833
- verticalCard : 'Vertical but not attached actions are not supported for card layout'
834
- },
835
-
836
- className : {
837
- container : 'ui toast-container',
838
- absolute : 'absolute',
839
- box : 'floating toast-box',
840
- progress : 'ui attached active progress',
841
- toast : 'ui toast',
842
- icon : 'centered icon',
843
- visible : 'visible',
844
- content : 'content',
845
- title : 'ui header',
846
- message : 'message',
847
- actions : 'actions',
848
- extraContent : 'extra content',
849
- button : 'ui button',
850
- buttons : 'ui buttons',
851
- close : 'close icon',
852
- image : 'ui image',
853
- vertical : 'vertical',
854
- horizontal : 'horizontal',
855
- attached : 'attached',
856
- inverted : 'inverted',
857
- compact : 'compact',
858
- pausable : 'pausable',
859
- progressing : 'progressing',
860
- top : 'top',
861
- bottom : 'bottom',
862
- left : 'left',
863
- basic : 'basic',
864
- unclickable : 'unclickable'
865
- },
866
-
867
- text: {
868
- close : 'Close'
869
- },
870
-
871
- icons : {
872
- info : 'info',
873
- success : 'checkmark',
874
- warning : 'warning',
875
- error : 'times'
876
- },
877
-
878
- selector : {
879
- container : '.ui.toast-container',
880
- box : '.toast-box',
881
- toast : '.ui.toast',
882
- title : '.header',
883
- message : '.message:not(.ui)',
884
- image : '> img.image, > .image > img',
885
- icon : '> i.icon',
886
- input : 'input:not([type="hidden"]), textarea, select, button, .ui.button, ui.dropdown',
887
- clickable : 'a, details, .ui.accordion',
888
- approve : '.actions .positive, .actions .approve, .actions .ok',
889
- deny : '.actions .negative, .actions .deny, .actions .cancel'
890
- },
891
-
892
- fields : {
893
- class : 'class',
894
- text : 'text',
895
- icon : 'icon',
896
- click : 'click'
897
- },
898
-
899
- // callbacks
900
- onShow : function(){},
901
- onVisible : function(){},
902
- onClick : function(){},
903
- onHide : function(){},
904
- onHidden : function(){},
905
- onRemove : function(){},
906
- onApprove : function(){},
907
- onDeny : function(){}
908
- };
909
-
910
- $.extend( $.easing, {
911
- easeOutBounce: function (x) {
912
- var n1 = 7.5625, d1 = 2.75;
913
- if (x < 1 / d1) {
914
- return n1 * x * x;
915
- } else if (x < 2 / d1) {
916
- return n1 * (x -= 1.5 / d1) * x + 0.75;
917
- } else if (x < 2.5 / d1) {
918
- return n1 * (x -= 2.25 / d1) * x + 0.9375;
919
- } else {
920
- return n1 * (x -= 2.625 / d1) * x + 0.984375;
921
- }
922
- },
923
- easeOutCubic: function (t) {
924
- return (--t)*t*t+1;
925
- }
926
- });
927
-
928
-
929
- })( jQuery, window, document );
921
+ easeOutCubic: function (t) {
922
+ return (--t) * t * t + 1;
923
+ },
924
+ });
925
+ })(jQuery, window, document);