@watermarkinsights/ripple 5.2.1-2 → 5.2.1

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 (374) hide show
  1. package/dist/cjs/{chartFunctions-e86ed63c.js → chartFunctions-51de43eb.js} +4 -4
  2. package/dist/cjs/{functions-698530be.js → functions-48a748f0.js} +6 -103
  3. package/dist/{esm/app-globals-f193ab33.js → cjs/global-c8dd677d.js} +2 -7
  4. package/dist/cjs/index-f8ef86de.js +2578 -0
  5. package/dist/cjs/{intl-6751b1c3.js → intl-29d2cc42.js} +1 -1
  6. package/dist/cjs/loader.cjs.js +3 -4
  7. package/dist/cjs/priv-chart-popover.cjs.entry.js +5 -6
  8. package/dist/cjs/priv-datepicker.cjs.entry.js +8 -9
  9. package/dist/cjs/priv-navigator-button.cjs.entry.js +3 -4
  10. package/dist/cjs/priv-navigator-item.cjs.entry.js +3 -4
  11. package/dist/cjs/ripple.cjs.js +11 -12
  12. package/dist/cjs/wm-action-menu_2.cjs.entry.js +6 -8
  13. package/dist/cjs/wm-button.cjs.entry.js +4 -5
  14. package/dist/cjs/wm-chart-slice.cjs.entry.js +1 -1
  15. package/dist/cjs/wm-chart.cjs.entry.js +6 -7
  16. package/dist/cjs/wm-datepicker.cjs.entry.js +4 -5
  17. package/dist/cjs/wm-file-list.cjs.entry.js +4 -5
  18. package/dist/cjs/wm-file.cjs.entry.js +4 -5
  19. package/dist/cjs/wm-input.cjs.entry.js +5 -6
  20. package/dist/cjs/wm-line-chart.cjs.entry.js +14 -15
  21. package/dist/cjs/wm-modal-footer.cjs.entry.js +3 -4
  22. package/dist/cjs/wm-modal-header.cjs.entry.js +5 -6
  23. package/dist/cjs/wm-modal.cjs.entry.js +6 -6
  24. package/dist/cjs/wm-navigation_3.cjs.entry.js +10 -13
  25. package/dist/cjs/wm-navigator.cjs.entry.js +3 -4
  26. package/dist/cjs/wm-option_2.cjs.entry.js +8 -10
  27. package/dist/cjs/wm-pagination.cjs.entry.js +4 -5
  28. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +7 -9
  29. package/dist/cjs/wm-search.cjs.entry.js +6 -7
  30. package/dist/cjs/wm-snackbar.cjs.entry.js +6 -7
  31. package/dist/cjs/wm-tab-item_3.cjs.entry.js +8 -11
  32. package/dist/cjs/wm-tag-input.cjs.entry.js +7 -8
  33. package/dist/cjs/wm-tag-option.cjs.entry.js +2 -2
  34. package/dist/cjs/wm-textarea.cjs.entry.js +5 -6
  35. package/dist/cjs/wm-timepicker.cjs.entry.js +5 -6
  36. package/dist/cjs/wm-toggletip.cjs.entry.js +5 -6
  37. package/dist/cjs/wm-uploader.cjs.entry.js +6 -7
  38. package/dist/cjs/wm-wrapper.cjs.entry.js +1 -1
  39. package/dist/collection/collection-manifest.json +2 -2
  40. package/dist/collection/components/charts/chartFunctions.js +2 -2
  41. package/dist/collection/components/charts/chartFunctions.spec.js +16 -0
  42. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.e2e.js +81 -0
  43. package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +2 -2
  44. package/dist/collection/components/charts/screenshots.e2e.js +96 -0
  45. package/dist/collection/components/charts/wm-chart/wm-chart.e2e.js +213 -0
  46. package/dist/collection/components/charts/wm-chart/wm-chart.js +1 -1
  47. package/dist/collection/components/charts/wm-chart/wm-chart.spec.js +37 -0
  48. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.e2e.js +176 -0
  49. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +9 -9
  50. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.spec.js +163 -0
  51. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +1 -1
  52. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.e2e.js +69 -0
  53. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +1 -1
  54. package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.spec.js +79 -0
  55. package/dist/collection/components/wm-action-menu/wm-action-menu.e2e.js +200 -0
  56. package/dist/collection/components/wm-action-menu/wm-action-menu.js +1 -1
  57. package/dist/collection/components/wm-action-menu/wm-action-menu.spec.js +48 -0
  58. package/dist/collection/components/wm-button/wm-button.e2e.js +55 -0
  59. package/dist/collection/components/wm-button/wm-button.js +1 -1
  60. package/dist/collection/components/wm-button/wm-button.spec.js +74 -0
  61. package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.js +5 -5
  62. package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.spec.js +76 -0
  63. package/dist/collection/components/wm-datepicker/wm-datepicker.e2e.js +382 -0
  64. package/dist/collection/components/wm-datepicker/wm-datepicker.js +9 -13
  65. package/dist/collection/components/wm-datepicker/wm-datepicker.spec.js +21 -0
  66. package/dist/collection/components/wm-file/wm-file.js +1 -1
  67. package/dist/collection/components/wm-file/wm-file.spec.js +194 -0
  68. package/dist/collection/components/wm-file-list/wm-file-list.js +5 -5
  69. package/dist/collection/components/wm-file-list/wm-file-list.spec.js +69 -0
  70. package/dist/collection/components/wm-input/wm-input.e2e.js +32 -0
  71. package/dist/collection/components/wm-input/wm-input.js +1 -1
  72. package/dist/collection/components/wm-input/wm-input.spec.js +173 -0
  73. package/dist/collection/components/wm-menuitem/wm-menuitem.e2e.js +23 -0
  74. package/dist/collection/components/wm-menuitem/wm-menuitem.js +1 -1
  75. package/dist/collection/components/wm-menuitem/wm-menuitem.spec.js +54 -0
  76. package/dist/collection/components/wm-modal/wm-modal-footer.js +1 -1
  77. package/dist/collection/components/wm-modal/wm-modal-footer.spec.js +11 -0
  78. package/dist/collection/components/wm-modal/wm-modal-header.js +1 -1
  79. package/dist/collection/components/wm-modal/wm-modal-header.spec.js +8 -0
  80. package/dist/collection/components/wm-modal/wm-modal.e2e.js +104 -0
  81. package/dist/collection/components/wm-modal/wm-modal.js +3 -2
  82. package/dist/collection/components/wm-modal/wm-modal.spec.js +30 -0
  83. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +1 -1
  84. package/dist/collection/components/wm-navigation/wm-navigation-item.js +1 -1
  85. package/dist/collection/components/wm-navigation/wm-navigation.e2e.js +102 -0
  86. package/dist/collection/components/wm-navigation/wm-navigation.js +2 -2
  87. package/dist/collection/components/wm-navigation/wm-navigation.spec.js +91 -0
  88. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.e2e.js +50 -0
  89. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +1 -1
  90. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +1 -1
  91. package/dist/collection/components/wm-navigator/wm-navigator.e2e.js +209 -0
  92. package/dist/collection/components/wm-navigator/wm-navigator.spec.js +177 -0
  93. package/dist/collection/components/wm-option/wm-option.e2e.js +22 -0
  94. package/dist/collection/components/wm-option/wm-option.js +1 -1
  95. package/dist/collection/components/wm-option/wm-option.spec.js +63 -0
  96. package/dist/collection/components/wm-pagination/wm-pagination.e2e.js +312 -0
  97. package/dist/collection/components/wm-pagination/wm-pagination.js +1 -1
  98. package/dist/collection/components/wm-search/wm-search.e2e.js +76 -0
  99. package/dist/collection/components/wm-search/wm-search.js +4 -5
  100. package/dist/collection/components/wm-search/wm-search.spec.js +71 -0
  101. package/dist/collection/components/wm-select/wm-select.e2e.js +521 -0
  102. package/dist/collection/components/wm-select/wm-select.js +2 -2
  103. package/dist/collection/components/wm-select/wm-select.spec.js +271 -0
  104. package/dist/collection/components/wm-snackbar/wm-snackbar.e2e.js +112 -0
  105. package/dist/collection/components/wm-snackbar/wm-snackbar.js +2 -2
  106. package/dist/collection/components/wm-snackbar/wm-snackbar.spec.js +9 -0
  107. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +1 -1
  108. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +1 -1
  109. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +1 -1
  110. package/dist/collection/components/wm-tabs/wm-tabs.e2e.js +91 -0
  111. package/dist/collection/components/wm-tabs/wm-tabs.spec.js +12 -0
  112. package/dist/collection/components/wm-tag-input/wm-tag-input.e2e.js +204 -0
  113. package/dist/collection/components/wm-tag-input/wm-tag-input.js +3 -3
  114. package/dist/collection/components/wm-tag-input/wm-tag-input.spec.js +195 -0
  115. package/dist/collection/components/wm-textarea/wm-textarea.e2e.js +41 -0
  116. package/dist/collection/components/wm-textarea/wm-textarea.js +1 -1
  117. package/dist/collection/components/wm-textarea/wm-textarea.spec.js +79 -0
  118. package/dist/collection/components/wm-timepicker/wm-timepicker.e2e.js +163 -0
  119. package/dist/collection/components/wm-timepicker/wm-timepicker.js +8 -11
  120. package/dist/collection/components/wm-timepicker/wm-timepicker.spec.js +147 -0
  121. package/dist/collection/components/wm-toggletip/wm-toggletip.e2e.js +69 -0
  122. package/dist/collection/components/wm-toggletip/wm-toggletip.js +2 -2
  123. package/dist/collection/components/wm-toggletip/wm-toggletip.spec.js +21 -0
  124. package/dist/collection/components/wm-uploader/wm-uploader.e2e.js +70 -0
  125. package/dist/collection/components/wm-uploader/wm-uploader.js +2 -2
  126. package/dist/collection/components/wm-uploader/wm-uploader.spec.js +234 -0
  127. package/dist/collection/dev/scripts.js +748 -31
  128. package/dist/collection/global/functions.spec.js +126 -0
  129. package/dist/collection/lang/lang.spec.js +20 -0
  130. package/dist/esm/{chartFunctions-8098e455.js → chartFunctions-cb845edd.js} +4 -4
  131. package/dist/esm/{functions-f317d2d6.js → functions-58918a32.js} +6 -103
  132. package/dist/{cjs/app-globals-46a0b37c.js → esm/global-7c286bb3.js} +1 -10
  133. package/dist/esm/index-f164fbca.js +2548 -0
  134. package/dist/esm/{intl-00a637cf.js → intl-f9d79dff.js} +1 -1
  135. package/dist/esm/loader.js +4 -5
  136. package/dist/esm/polyfills/core-js.js +0 -0
  137. package/dist/esm/polyfills/dom.js +0 -0
  138. package/dist/esm/polyfills/es5-html-element.js +0 -0
  139. package/dist/esm/polyfills/index.js +0 -0
  140. package/dist/esm/polyfills/system.js +0 -0
  141. package/dist/esm/priv-chart-popover.entry.js +5 -6
  142. package/dist/esm/priv-datepicker.entry.js +8 -9
  143. package/dist/esm/priv-navigator-button.entry.js +3 -4
  144. package/dist/esm/priv-navigator-item.entry.js +3 -4
  145. package/dist/esm/ripple.js +12 -13
  146. package/dist/esm/wm-action-menu_2.entry.js +6 -8
  147. package/dist/esm/wm-button.entry.js +4 -5
  148. package/dist/esm/wm-chart-slice.entry.js +1 -1
  149. package/dist/esm/wm-chart.entry.js +6 -7
  150. package/dist/esm/wm-datepicker.entry.js +4 -5
  151. package/dist/esm/wm-file-list.entry.js +4 -5
  152. package/dist/esm/wm-file.entry.js +4 -5
  153. package/dist/esm/wm-input.entry.js +5 -6
  154. package/dist/esm/wm-line-chart.entry.js +14 -15
  155. package/dist/esm/wm-modal-footer.entry.js +3 -4
  156. package/dist/esm/wm-modal-header.entry.js +5 -6
  157. package/dist/esm/wm-modal.entry.js +6 -6
  158. package/dist/esm/wm-navigation_3.entry.js +10 -13
  159. package/dist/esm/wm-navigator.entry.js +3 -4
  160. package/dist/esm/wm-option_2.entry.js +8 -10
  161. package/dist/esm/wm-pagination.entry.js +4 -5
  162. package/dist/esm/wm-progress-indicator_3.entry.js +7 -9
  163. package/dist/esm/wm-search.entry.js +6 -7
  164. package/dist/esm/wm-snackbar.entry.js +6 -7
  165. package/dist/esm/wm-tab-item_3.entry.js +8 -11
  166. package/dist/esm/wm-tag-input.entry.js +7 -8
  167. package/dist/esm/wm-tag-option.entry.js +2 -2
  168. package/dist/esm/wm-textarea.entry.js +5 -6
  169. package/dist/esm/wm-timepicker.entry.js +5 -6
  170. package/dist/esm/wm-toggletip.entry.js +5 -6
  171. package/dist/esm/wm-uploader.entry.js +6 -7
  172. package/dist/esm/wm-wrapper.entry.js +1 -1
  173. package/dist/esm-es5/{chartFunctions-8098e455.js → chartFunctions-cb845edd.js} +1 -1
  174. package/dist/esm-es5/functions-58918a32.js +1 -0
  175. package/dist/esm-es5/global-7c286bb3.js +1 -0
  176. package/dist/esm-es5/index-f164fbca.js +1 -0
  177. package/dist/esm-es5/{intl-00a637cf.js → intl-f9d79dff.js} +1 -1
  178. package/dist/esm-es5/loader.js +1 -1
  179. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  180. package/dist/esm-es5/priv-datepicker.entry.js +1 -1
  181. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  182. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  183. package/dist/esm-es5/ripple.js +1 -1
  184. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  185. package/dist/esm-es5/wm-button.entry.js +1 -1
  186. package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
  187. package/dist/esm-es5/wm-chart.entry.js +1 -1
  188. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  189. package/dist/esm-es5/wm-file-list.entry.js +1 -1
  190. package/dist/esm-es5/wm-file.entry.js +1 -1
  191. package/dist/esm-es5/wm-input.entry.js +1 -1
  192. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  193. package/dist/esm-es5/wm-modal-footer.entry.js +1 -1
  194. package/dist/esm-es5/wm-modal-header.entry.js +1 -1
  195. package/dist/esm-es5/wm-modal.entry.js +1 -1
  196. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  197. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  198. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  199. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  200. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  201. package/dist/esm-es5/wm-search.entry.js +1 -1
  202. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  203. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  204. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  205. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  206. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  207. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  208. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  209. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  210. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  211. package/dist/loader/cdn.js +2 -1
  212. package/dist/loader/index.cjs.js +2 -1
  213. package/dist/loader/index.d.ts +0 -3
  214. package/dist/loader/index.es2017.js +2 -1
  215. package/dist/loader/index.js +2 -1
  216. package/dist/ripple/{p-e0ff556b.system.entry.js → p-011a4acc.system.entry.js} +1 -1
  217. package/dist/ripple/{p-8151c39b.system.entry.js → p-02b625f6.system.entry.js} +1 -1
  218. package/dist/ripple/{p-636ca7f2.entry.js → p-071fde45.entry.js} +1 -1
  219. package/dist/ripple/{p-06c018cf.system.entry.js → p-0ba8d3b6.system.entry.js} +1 -1
  220. package/dist/ripple/{p-ed372e19.system.js → p-0d15e3f0.system.js} +1 -1
  221. package/dist/ripple/p-0fe97e85.system.js +2 -0
  222. package/dist/ripple/p-105f479a.system.entry.js +1 -0
  223. package/dist/ripple/p-1453ea51.system.entry.js +1 -0
  224. package/dist/ripple/p-194bdaa4.system.entry.js +1 -0
  225. package/dist/ripple/p-1b43e46e.js +1 -0
  226. package/dist/ripple/{p-2f39732e.entry.js → p-25446670.entry.js} +1 -1
  227. package/dist/ripple/{p-66a57d81.system.entry.js → p-29509665.system.entry.js} +1 -1
  228. package/dist/ripple/p-30a9ba6e.entry.js +1 -0
  229. package/dist/ripple/p-31f97455.system.entry.js +1 -0
  230. package/dist/ripple/p-32dd0a11.entry.js +1 -0
  231. package/dist/ripple/p-39dc88f3.system.entry.js +1 -0
  232. package/dist/ripple/{p-9d4ea9f8.entry.js → p-3a070f35.entry.js} +1 -1
  233. package/dist/ripple/{p-0bb464b1.entry.js → p-3e9fcb47.entry.js} +1 -1
  234. package/dist/ripple/p-45126063.system.entry.js +1 -0
  235. package/dist/ripple/p-4bc27adf.entry.js +1 -0
  236. package/dist/ripple/p-4de51706.js +2 -0
  237. package/dist/ripple/p-4ee9f962.entry.js +1 -0
  238. package/dist/ripple/p-4fb3748d.js +1 -0
  239. package/dist/ripple/{p-00f8637e.system.entry.js → p-4fc6019b.system.entry.js} +1 -1
  240. package/dist/ripple/p-568818bb.js +1 -0
  241. package/dist/ripple/p-5a4f76e1.entry.js +1 -0
  242. package/dist/ripple/p-5ca67373.entry.js +1 -0
  243. package/dist/ripple/p-5ceb9894.entry.js +1 -0
  244. package/dist/ripple/p-63d5db34.entry.js +1 -0
  245. package/dist/ripple/p-63fabfed.entry.js +1 -0
  246. package/dist/ripple/{p-18c1593b.entry.js → p-65420b71.entry.js} +1 -1
  247. package/dist/ripple/{p-7cb98aa5.entry.js → p-6a9f7651.entry.js} +1 -1
  248. package/dist/ripple/{p-0d0e0a1e.system.entry.js → p-6d70b692.system.entry.js} +1 -1
  249. package/dist/ripple/p-75592b7a.entry.js +1 -0
  250. package/dist/ripple/{p-9d8817a7.system.entry.js → p-7e56da2e.system.entry.js} +1 -1
  251. package/dist/ripple/p-7e8daaac.entry.js +1 -0
  252. package/dist/ripple/p-7ea95937.entry.js +1 -0
  253. package/dist/ripple/p-7f1efb21.entry.js +1 -0
  254. package/dist/ripple/p-82d5ea8d.system.entry.js +1 -0
  255. package/dist/ripple/{p-3639dbbc.system.entry.js → p-82f3bd04.system.entry.js} +1 -1
  256. package/dist/ripple/p-82f7eca7.entry.js +1 -0
  257. package/dist/ripple/p-88406560.system.entry.js +1 -0
  258. package/dist/ripple/{p-94a54d68.system.js → p-8d177669.system.js} +1 -1
  259. package/dist/ripple/p-8d840770.system.js +1 -0
  260. package/dist/ripple/p-8e1fd831.entry.js +1 -0
  261. package/dist/ripple/p-994dc497.system.entry.js +1 -0
  262. package/dist/ripple/p-9dff37db.system.entry.js +1 -0
  263. package/dist/ripple/p-a71bc14f.entry.js +1 -0
  264. package/dist/ripple/p-a768d7f1.system.js +1 -0
  265. package/dist/ripple/{p-edcb8f48.system.entry.js → p-a99b05de.system.entry.js} +1 -1
  266. package/dist/ripple/{p-49f94f8a.entry.js → p-abe3242c.entry.js} +1 -1
  267. package/dist/ripple/p-b0579a2a.system.entry.js +1 -0
  268. package/dist/ripple/p-b1a4f626.system.entry.js +1 -0
  269. package/dist/ripple/p-b3dfb34a.entry.js +1 -0
  270. package/dist/ripple/p-b4cb2b12.entry.js +1 -0
  271. package/dist/ripple/p-c3283bce.system.entry.js +1 -0
  272. package/dist/ripple/p-c717d895.entry.js +1 -0
  273. package/dist/ripple/{p-b02c0c41.system.entry.js → p-c9943d2e.system.entry.js} +1 -1
  274. package/dist/ripple/p-cd5fdcb1.entry.js +1 -0
  275. package/dist/ripple/p-cd659e3e.system.entry.js +1 -0
  276. package/dist/ripple/p-d02bc2f2.system.entry.js +1 -0
  277. package/dist/ripple/p-d87de822.system.entry.js +1 -0
  278. package/dist/ripple/p-dd479c47.entry.js +1 -0
  279. package/dist/ripple/p-df78942e.entry.js +1 -0
  280. package/dist/ripple/p-e1b60b9e.system.entry.js +1 -0
  281. package/dist/ripple/p-e5de7cae.system.entry.js +1 -0
  282. package/dist/ripple/p-eb9cb021.system.entry.js +1 -0
  283. package/dist/ripple/p-ef3e35fa.entry.js +1 -0
  284. package/dist/ripple/p-ef7b1f3d.system.js +1 -0
  285. package/dist/ripple/p-f2556f03.system.entry.js +1 -0
  286. package/dist/ripple/p-f7ac9698.system.entry.js +1 -0
  287. package/dist/ripple/{p-e3d8f2f6.entry.js → p-f9689d7a.entry.js} +1 -1
  288. package/dist/ripple/{p-644092fd.js → p-fa3d10db.js} +1 -1
  289. package/dist/ripple/ripple.esm.js +1 -1
  290. package/dist/ripple/ripple.js +1 -1
  291. package/dist/types/components/wm-file-list/wm-file-list.d.ts +1 -1
  292. package/dist/types/components.d.ts +2 -2
  293. package/dist/types/stencil-public-runtime.d.ts +10 -3
  294. package/package.json +1 -1
  295. package/dist/cjs/index-4853a7b4.js +0 -1800
  296. package/dist/collection/dev/action-menu.js +0 -0
  297. package/dist/collection/dev/button.js +0 -0
  298. package/dist/collection/dev/chart-small.js +0 -56
  299. package/dist/collection/dev/chart.js +0 -37
  300. package/dist/collection/dev/datepicker.js +0 -46
  301. package/dist/collection/dev/file-list.js +0 -16
  302. package/dist/collection/dev/file.js +0 -0
  303. package/dist/collection/dev/input.js +0 -6
  304. package/dist/collection/dev/line-chart.js +0 -0
  305. package/dist/collection/dev/modal.js +0 -45
  306. package/dist/collection/dev/navigation.js +0 -13
  307. package/dist/collection/dev/navigator.js +0 -34
  308. package/dist/collection/dev/pagination.js +0 -7
  309. package/dist/collection/dev/progress-monitor.js +0 -0
  310. package/dist/collection/dev/search.js +0 -72
  311. package/dist/collection/dev/select.js +0 -57
  312. package/dist/collection/dev/snackbar.js +0 -38
  313. package/dist/collection/dev/tabs.js +0 -44
  314. package/dist/collection/dev/tag-input.js +0 -32
  315. package/dist/collection/dev/textarea.js +0 -28
  316. package/dist/collection/dev/timepicker.js +0 -32
  317. package/dist/collection/dev/toggletip.js +0 -0
  318. package/dist/collection/dev/uploader.js +0 -139
  319. package/dist/esm/index-7923308f.js +0 -1770
  320. package/dist/esm-es5/app-globals-f193ab33.js +0 -1
  321. package/dist/esm-es5/functions-f317d2d6.js +0 -1
  322. package/dist/esm-es5/index-7923308f.js +0 -1
  323. package/dist/ripple/p-0707b4c2.entry.js +0 -1
  324. package/dist/ripple/p-0ec1e075.entry.js +0 -1
  325. package/dist/ripple/p-0f72ed3a.entry.js +0 -1
  326. package/dist/ripple/p-19f29a48.entry.js +0 -1
  327. package/dist/ripple/p-1ee68e06.system.entry.js +0 -1
  328. package/dist/ripple/p-1fcc8007.system.entry.js +0 -1
  329. package/dist/ripple/p-28119849.system.entry.js +0 -1
  330. package/dist/ripple/p-2849847d.system.entry.js +0 -1
  331. package/dist/ripple/p-2ec13501.entry.js +0 -1
  332. package/dist/ripple/p-3132d4d3.entry.js +0 -1
  333. package/dist/ripple/p-340f96b5.entry.js +0 -1
  334. package/dist/ripple/p-3e605541.entry.js +0 -1
  335. package/dist/ripple/p-439d839b.system.entry.js +0 -1
  336. package/dist/ripple/p-445d6915.entry.js +0 -1
  337. package/dist/ripple/p-48ed56a0.entry.js +0 -1
  338. package/dist/ripple/p-4978ff1b.system.entry.js +0 -1
  339. package/dist/ripple/p-4c3f4047.system.js +0 -1
  340. package/dist/ripple/p-4d511ecc.system.entry.js +0 -1
  341. package/dist/ripple/p-510fab1c.system.entry.js +0 -1
  342. package/dist/ripple/p-539b7be9.system.js +0 -2
  343. package/dist/ripple/p-58a286e8.system.entry.js +0 -1
  344. package/dist/ripple/p-5ff41948.entry.js +0 -1
  345. package/dist/ripple/p-681c1853.js +0 -1
  346. package/dist/ripple/p-6b71806b.entry.js +0 -1
  347. package/dist/ripple/p-7afa2fdc.system.entry.js +0 -1
  348. package/dist/ripple/p-7b329a58.system.js +0 -1
  349. package/dist/ripple/p-7dbc4abc.system.entry.js +0 -1
  350. package/dist/ripple/p-950edf62.entry.js +0 -1
  351. package/dist/ripple/p-9bda128e.system.entry.js +0 -1
  352. package/dist/ripple/p-9ca027b7.entry.js +0 -1
  353. package/dist/ripple/p-a1f60f8e.entry.js +0 -1
  354. package/dist/ripple/p-a431d6e5.js +0 -2
  355. package/dist/ripple/p-a6119885.system.entry.js +0 -1
  356. package/dist/ripple/p-a77f2168.entry.js +0 -1
  357. package/dist/ripple/p-adfaeeea.entry.js +0 -1
  358. package/dist/ripple/p-bbb8c02f.system.entry.js +0 -1
  359. package/dist/ripple/p-bd7e892d.entry.js +0 -1
  360. package/dist/ripple/p-c096b90c.system.js +0 -1
  361. package/dist/ripple/p-c9552e88.system.entry.js +0 -1
  362. package/dist/ripple/p-cd0a862f.system.entry.js +0 -1
  363. package/dist/ripple/p-d344e490.entry.js +0 -1
  364. package/dist/ripple/p-d87e105b.system.entry.js +0 -1
  365. package/dist/ripple/p-e19e1ece.system.entry.js +0 -1
  366. package/dist/ripple/p-e8eef357.entry.js +0 -1
  367. package/dist/ripple/p-eb596891.entry.js +0 -1
  368. package/dist/ripple/p-ec384895.system.entry.js +0 -1
  369. package/dist/ripple/p-eccb5aaf.entry.js +0 -1
  370. package/dist/ripple/p-f4bc9c19.entry.js +0 -1
  371. package/dist/ripple/p-f7c47815.js +0 -1
  372. package/dist/ripple/p-fa5a601e.system.entry.js +0 -1
  373. package/dist/ripple/p-fc710a30.js +0 -1
  374. package/dist/ripple/p-ff7dac66.system.entry.js +0 -1
@@ -0,0 +1,126 @@
1
+ import { csvToArray, getAcceptedMimeTypesList, intl, snakeCaseToCamelCase, getNewIndexToFocus, transposeMatrix, wrapAround, skipByInterval, getSmallestSkipInterval, calcPercentageInRange, } from "./functions";
2
+ describe("Global functions", () => {
3
+ it("converts the list of extensions into a list of MIME types", () => {
4
+ expect(getAcceptedMimeTypesList(["pdf", "doc", "txt"])).toMatchObject([
5
+ "application/pdf",
6
+ "application/msword",
7
+ "text/plain",
8
+ ]);
9
+ });
10
+ it("translates", () => {
11
+ expect(intl.formatMessage({ id: "date.Monday", defaultMessage: "Monday" })).toEqual("Monday"); // falls back to English when language attribute is not set
12
+ });
13
+ it("changes string from snake_case to camelCase", async () => {
14
+ expect(snakeCaseToCamelCase("snake_case")).toBe("snakeCase");
15
+ expect(snakeCaseToCamelCase("even_more_words")).toBe("evenMoreWords");
16
+ expect(snakeCaseToCamelCase("camelCase")).toBe("camelCase");
17
+ expect(snakeCaseToCamelCase("A regular sentence")).toBe("A regular sentence");
18
+ expect(snakeCaseToCamelCase("singleword")).toBe("singleword");
19
+ });
20
+ it("parses comma separated values properly", async () => {
21
+ expect(csvToArray("one, two, three")).toStrictEqual(["one", "two", "three"]);
22
+ expect(csvToArray("four,five, six")).toStrictEqual(["four", "five", "six"]);
23
+ expect(csvToArray("seven eight,nine ten eleven")).toStrictEqual(["seven eight", "nine ten eleven"]);
24
+ });
25
+ it("gets new index to focus correctly", async () => {
26
+ let index = 1;
27
+ let direction = "ArrowDown";
28
+ let listLength = 5;
29
+ // moves forward
30
+ expect(getNewIndexToFocus(index, direction, listLength)).toBe(index + 1);
31
+ // wraps backwards
32
+ index = 4;
33
+ expect(getNewIndexToFocus(index, direction, listLength)).toBe(0);
34
+ // moves backwards
35
+ direction = "ArrowUp";
36
+ index = 2;
37
+ expect(getNewIndexToFocus(index, direction, listLength)).toBe(index - 1);
38
+ // wraps forward
39
+ index = 0;
40
+ expect(getNewIndexToFocus(index, direction, listLength)).toBe(listLength - 1);
41
+ });
42
+ it("transposes matrices correctly", () => {
43
+ expect(transposeMatrix([
44
+ [0, 1, 2],
45
+ [3, 4, 5],
46
+ [6, 7, 8],
47
+ ])).toStrictEqual([
48
+ [0, 3, 6],
49
+ [1, 4, 7],
50
+ [2, 5, 8],
51
+ ]);
52
+ expect(transposeMatrix([
53
+ [0, 1, 2, 3],
54
+ [4, 5, 6, 7],
55
+ [8, 9, 10, 11],
56
+ ])).toStrictEqual([
57
+ [0, 4, 8],
58
+ [1, 5, 9],
59
+ [2, 6, 10],
60
+ [3, 7, 11],
61
+ ]);
62
+ expect(transposeMatrix([
63
+ ["0", "1", "2"],
64
+ ["3", "4", "5"],
65
+ ["6", "7", "8"],
66
+ ])).toStrictEqual([
67
+ ["0", "3", "6"],
68
+ ["1", "4", "7"],
69
+ ["2", "5", "8"],
70
+ ]);
71
+ expect(transposeMatrix([
72
+ [0, "1", 2],
73
+ [3, 4, [5]],
74
+ [{ key: "value" }, 7, 8],
75
+ ])).toStrictEqual([
76
+ [0, 3, { key: "value" }],
77
+ ["1", 4, 7],
78
+ [2, [5], 8],
79
+ ]);
80
+ });
81
+ it("wraps around indices correctly", () => {
82
+ // forward steps
83
+ expect(wrapAround(0, 1, 8)).toBe(1);
84
+ expect(wrapAround(2, 3, 8)).toBe(5);
85
+ expect(wrapAround(7, 1, 8)).toBe(8);
86
+ // forward to 0
87
+ expect(wrapAround(8, 1, 8)).toBe(0);
88
+ expect(wrapAround(2, 7, 8)).toBe(0);
89
+ // forward beyond 0
90
+ expect(wrapAround(8, 4, 8)).toBe(3);
91
+ expect(wrapAround(2, 10, 8)).toBe(3);
92
+ // backward steps
93
+ expect(wrapAround(8, -1, 8)).toBe(7);
94
+ expect(wrapAround(5, -3, 8)).toBe(2);
95
+ expect(wrapAround(1, -1, 8)).toBe(0);
96
+ // backward to end
97
+ expect(wrapAround(0, -1, 8)).toBe(8);
98
+ expect(wrapAround(7, -8, 8)).toBe(8);
99
+ // backward beyond end
100
+ expect(wrapAround(0, -7, 8)).toBe(2);
101
+ expect(wrapAround(2, -7, 8)).toBe(4);
102
+ // multiple wraps
103
+ expect(wrapAround(0, 10, 2)).toBe(1);
104
+ expect(wrapAround(0, -10, 2)).toBe(2);
105
+ });
106
+ it("skips by interval correctly", () => {
107
+ const list = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9];
108
+ expect(skipByInterval(list, 0)).toStrictEqual([0, 1, 2, 3, 4, 5, 6, 7, 8, 9]);
109
+ expect(skipByInterval(list, 1)).toStrictEqual([0, 2, 4, 6, 8]);
110
+ expect(skipByInterval(list, 2)).toStrictEqual([0, 3, 6, 9]);
111
+ expect(skipByInterval(list, 3)).toStrictEqual([0, 4, 8]);
112
+ expect(skipByInterval(list, 4)).toStrictEqual([0, 5]);
113
+ expect(skipByInterval(list, 5)).toStrictEqual([0, 6]);
114
+ expect(skipByInterval(list, 20)).toStrictEqual([0]);
115
+ expect(getSmallestSkipInterval(list, 6)).toStrictEqual({ skipInterval: 1, skippedList: [0, 2, 4, 6, 8] });
116
+ expect(getSmallestSkipInterval(list, 5)).toStrictEqual({ skipInterval: 1, skippedList: [0, 2, 4, 6, 8] });
117
+ expect(getSmallestSkipInterval(list, 3)).toStrictEqual({ skipInterval: 3, skippedList: [0, 4, 8] });
118
+ expect(getSmallestSkipInterval(list, 1)).toStrictEqual({ skipInterval: 9, skippedList: [0] });
119
+ });
120
+ it("calcs percentage in range properly", () => {
121
+ expect(calcPercentageInRange(13, 0, 100)).toBe(13);
122
+ expect(calcPercentageInRange(-75, -100, 0)).toBe(25);
123
+ expect(calcPercentageInRange(50, 25, 75)).toBe(50);
124
+ expect(calcPercentageInRange(150, 100, 300)).toBe(25);
125
+ });
126
+ });
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ const en = require("./en.json");
3
+ const fr = require("./fr.json");
4
+ const es = require("./es.json");
5
+ const pig = require("./pig.json");
6
+ describe("translations", () => {
7
+ it("has translated strings for every key", () => {
8
+ let missingFR = [];
9
+ let missingES = [];
10
+ let missingPIG = [];
11
+ for (let i = 0; i < Object.keys(en).length; i++) {
12
+ !Object.keys(fr).includes(Object.keys(en)[i]) && missingFR.push(Object.keys(en)[i]);
13
+ !Object.keys(es).includes(Object.keys(en)[i]) && missingES.push(Object.keys(en)[i]);
14
+ !Object.keys(pig).includes(Object.keys(en)[i]) && missingPIG.push(Object.keys(en)[i]);
15
+ }
16
+ expect(missingFR.length).toBe(0);
17
+ expect(missingES.length).toBe(0);
18
+ expect(missingPIG.length).toBe(0);
19
+ });
20
+ });
@@ -1,5 +1,5 @@
1
- import { h } from './index-7923308f.js';
2
- import { i as intl, c as safeMultiplyFloat, e as getPosition, f as checkForActiveElInShadow } from './functions-f317d2d6.js';
1
+ import { h } from './index-f164fbca.js';
2
+ import { i as intl, c as safeMultiplyFloat, e as getPosition, f as checkForActiveElInShadow } from './functions-58918a32.js';
3
3
 
4
4
  const colors = {
5
5
  salmon: "#ff5f4e",
@@ -84,7 +84,7 @@ const allChartsDetails = {
84
84
  bar5: {
85
85
  size: 400,
86
86
  colors: [
87
- colors.gray, // this is only used if prop notStartedColor is set
87
+ colors.gray,
88
88
  colors.lavender,
89
89
  colors.midnight,
90
90
  "#0089e4",
@@ -541,7 +541,7 @@ function renderStackedBar(chartType) {
541
541
  }
542
542
  return (h("div", { class: "chart-wrapper bar-wrapper" },
543
543
  isHybridBar ? (h("div", { class: "single-perc" }, amountToPercent(this.slicesDetails[0].amount, this.total, true) + "%")) : (""),
544
- this.drawAxis(),
544
+ this.chartType === "bar3" && this.drawAxis(),
545
545
  h("div", { class: `inner-stacked-bar-wrapper ${showValue(this.valueFormat)}` },
546
546
  !isHybridBar ? (h("div", { class: "values" }, this.slicesDetails.map((s) => this.renderBarText(s, 5)))) : (""),
547
547
  h("div", { class: "stacked-bar-segments-wrapper" }, this.slicesDetails.map((s) => renderStackedBarSegment.call(this, s, 5))),
@@ -3344,7 +3344,7 @@ function parseDateTimeSkeleton(skeleton) {
3344
3344
  throw new RangeError('`D/F/g` (day) patterns are not supported, use `d` instead');
3345
3345
  // Weekday
3346
3346
  case 'E':
3347
- result.weekday = len === 4 ? 'long' : len === 5 ? 'narrow' : 'short';
3347
+ result.weekday = len === 4 ? 'short' : len === 5 ? 'narrow' : 'short';
3348
3348
  break;
3349
3349
  case 'e':
3350
3350
  if (len < 4) {
@@ -3402,7 +3402,7 @@ function parseDateTimeSkeleton(skeleton) {
3402
3402
  result.timeZoneName = len < 4 ? 'short' : 'long';
3403
3403
  break;
3404
3404
  case 'Z': // 1..3, 4, 5: The ISO8601 varios formats
3405
- case 'O': // 1, 4: milliseconds in day short, long
3405
+ case 'O': // 1, 4: miliseconds in day short, long
3406
3406
  case 'v': // 1, 4: generic non-location format
3407
3407
  case 'V': // 1, 2, 3, 4: time zone ID or city
3408
3408
  case 'X': // 1, 2, 3, 4: The ISO8601 varios formats
@@ -3633,27 +3633,6 @@ function parseNumberSkeleton(tokens) {
3633
3633
  case 'scale':
3634
3634
  result.scale = parseFloat(token.options[0]);
3635
3635
  continue;
3636
- case 'rounding-mode-floor':
3637
- result.roundingMode = 'floor';
3638
- continue;
3639
- case 'rounding-mode-ceiling':
3640
- result.roundingMode = 'ceil';
3641
- continue;
3642
- case 'rounding-mode-down':
3643
- result.roundingMode = 'trunc';
3644
- continue;
3645
- case 'rounding-mode-up':
3646
- result.roundingMode = 'expand';
3647
- continue;
3648
- case 'rounding-mode-half-even':
3649
- result.roundingMode = 'halfEven';
3650
- continue;
3651
- case 'rounding-mode-half-down':
3652
- result.roundingMode = 'halfTrunc';
3653
- continue;
3654
- case 'rounding-mode-half-up':
3655
- result.roundingMode = 'halfExpand';
3656
- continue;
3657
3636
  // https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
3658
3637
  case 'integer-width':
3659
3638
  if (token.options.length > 1) {
@@ -3853,10 +3832,6 @@ var timeData = {
3853
3832
  "hb",
3854
3833
  "H"
3855
3834
  ],
3856
- "BI": [
3857
- "H",
3858
- "h"
3859
- ],
3860
3835
  "BJ": [
3861
3836
  "H",
3862
3837
  "hB"
@@ -3906,10 +3881,6 @@ var timeData = {
3906
3881
  "hb",
3907
3882
  "hB"
3908
3883
  ],
3909
- "BY": [
3910
- "H",
3911
- "h"
3912
- ],
3913
3884
  "BZ": [
3914
3885
  "H",
3915
3886
  "h",
@@ -3998,10 +3969,6 @@ var timeData = {
3998
3969
  "H",
3999
3970
  "hB"
4000
3971
  ],
4001
- "CW": [
4002
- "H",
4003
- "hB"
4004
- ],
4005
3972
  "CX": [
4006
3973
  "H",
4007
3974
  "h",
@@ -4117,10 +4084,6 @@ var timeData = {
4117
4084
  "H",
4118
4085
  "hB"
4119
4086
  ],
4120
- "FO": [
4121
- "H",
4122
- "h"
4123
- ],
4124
4087
  "FR": [
4125
4088
  "H",
4126
4089
  "hB"
@@ -4166,10 +4129,6 @@ var timeData = {
4166
4129
  "hb",
4167
4130
  "hB"
4168
4131
  ],
4169
- "GL": [
4170
- "H",
4171
- "h"
4172
- ],
4173
4132
  "GM": [
4174
4133
  "h",
4175
4134
  "hb",
@@ -4234,10 +4193,6 @@ var timeData = {
4234
4193
  "H",
4235
4194
  "hB"
4236
4195
  ],
4237
- "HU": [
4238
- "H",
4239
- "h"
4240
- ],
4241
4196
  "IC": [
4242
4197
  "H",
4243
4198
  "h",
@@ -4310,8 +4265,8 @@ var timeData = {
4310
4265
  ],
4311
4266
  "JP": [
4312
4267
  "H",
4313
- "K",
4314
- "h"
4268
+ "h",
4269
+ "K"
4315
4270
  ],
4316
4271
  "KE": [
4317
4272
  "hB",
@@ -4462,10 +4417,6 @@ var timeData = {
4462
4417
  "H",
4463
4418
  "hB"
4464
4419
  ],
4465
- "MG": [
4466
- "H",
4467
- "h"
4468
- ],
4469
4420
  "MH": [
4470
4421
  "h",
4471
4422
  "hb",
@@ -4521,18 +4472,6 @@ var timeData = {
4521
4472
  "hb",
4522
4473
  "hB"
4523
4474
  ],
4524
- "MT": [
4525
- "H",
4526
- "h"
4527
- ],
4528
- "MU": [
4529
- "H",
4530
- "h"
4531
- ],
4532
- "MV": [
4533
- "H",
4534
- "h"
4535
- ],
4536
4475
  "MW": [
4537
4476
  "h",
4538
4477
  "hb",
@@ -4590,10 +4529,6 @@ var timeData = {
4590
4529
  "H",
4591
4530
  "hB"
4592
4531
  ],
4593
- "NO": [
4594
- "H",
4595
- "h"
4596
- ],
4597
4532
  "NP": [
4598
4533
  "H",
4599
4534
  "h",
@@ -4655,10 +4590,6 @@ var timeData = {
4655
4590
  "hB",
4656
4591
  "H"
4657
4592
  ],
4658
- "PL": [
4659
- "H",
4660
- "h"
4661
- ],
4662
4593
  "PM": [
4663
4594
  "H",
4664
4595
  "hB"
@@ -4717,10 +4648,6 @@ var timeData = {
4717
4648
  "RU": [
4718
4649
  "H"
4719
4650
  ],
4720
- "RW": [
4721
- "H",
4722
- "h"
4723
- ],
4724
4651
  "SA": [
4725
4652
  "h",
4726
4653
  "hB",
@@ -4853,24 +4780,12 @@ var timeData = {
4853
4780
  "H",
4854
4781
  "hB"
4855
4782
  ],
4856
- "TH": [
4857
- "H",
4858
- "h"
4859
- ],
4860
- "TJ": [
4861
- "H",
4862
- "h"
4863
- ],
4864
4783
  "TL": [
4865
4784
  "H",
4866
4785
  "hB",
4867
4786
  "hb",
4868
4787
  "h"
4869
4788
  ],
4870
- "TM": [
4871
- "H",
4872
- "h"
4873
- ],
4874
4789
  "TN": [
4875
4790
  "h",
4876
4791
  "hB",
@@ -4966,10 +4881,6 @@ var timeData = {
4966
4881
  "H",
4967
4882
  "hB"
4968
4883
  ],
4969
- "VN": [
4970
- "H",
4971
- "h"
4972
- ],
4973
4884
  "VU": [
4974
4885
  "h",
4975
4886
  "H"
@@ -5009,10 +4920,6 @@ var timeData = {
5009
4920
  "H",
5010
4921
  "hB"
5011
4922
  ],
5012
- "ZW": [
5013
- "H",
5014
- "h"
5015
- ],
5016
4923
  "af-ZA": [
5017
4924
  "H",
5018
4925
  "h",
@@ -6916,8 +6823,8 @@ function createDefaultFormatters(cache) {
6916
6823
  }
6917
6824
  var IntlMessageFormat = /** @class */ (function () {
6918
6825
  function IntlMessageFormat(message, locales, overrideFormats, opts) {
6919
- var _this = this;
6920
6826
  if (locales === void 0) { locales = IntlMessageFormat.defaultLocale; }
6827
+ var _this = this;
6921
6828
  this.formatterCache = {
6922
6829
  number: {},
6923
6830
  dateTime: {},
@@ -7654,6 +7561,7 @@ function formatRelativeTime(config, getRelativeTimeFormat, value, unit, options)
7654
7561
  var NUMBER_FORMAT_OPTIONS = [
7655
7562
  'style',
7656
7563
  'currency',
7564
+ 'currencyDisplay',
7657
7565
  'unit',
7658
7566
  'unitDisplay',
7659
7567
  'useGrouping',
@@ -7671,11 +7579,6 @@ var NUMBER_FORMAT_OPTIONS = [
7671
7579
  'unit',
7672
7580
  'unitDisplay',
7673
7581
  'numberingSystem',
7674
- // ES2023 NumberFormat
7675
- 'trailingZeroDisplay',
7676
- 'roundingPriority',
7677
- 'roundingIncrement',
7678
- 'roundingMode',
7679
7582
  ];
7680
7583
  function getFormatter(_a, getNumberFormat, options) {
7681
7584
  var locale = _a.locale, formats = _a.formats, onError = _a.onError;
@@ -1,8 +1,4 @@
1
- 'use strict';
2
-
3
- require('./index-4853a7b4.js');
4
-
5
- const version = "5.2.1-2";
1
+ const version = "5.2.1";
6
2
 
7
3
  // PRINT RIPPLE VERSION IN CONSOLE
8
4
  // test envs return 0 for plugin.length
@@ -85,8 +81,3 @@ tooltipStyles.textContent = `
85
81
  document.head.appendChild(tooltipStyles);
86
82
  tooltipContainer.appendChild(tooltipEl);
87
83
  document.querySelector("body").appendChild(tooltipContainer);
88
- const globalFn = () => { };
89
-
90
- const globalScripts = globalFn;
91
-
92
- exports.globalScripts = globalScripts;