ext_yarn 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (347) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +41 -47
  3. data/README.md +10 -0
  4. data/bin/yarn_after +12 -0
  5. data/lib/ext_yarn/version.rb +1 -1
  6. data/package.json +14 -13
  7. data/vendor/.yarn-integrity +35 -39
  8. data/vendor/bootswatch-sass/package.json +1 -1
  9. data/vendor/chart.js/dist/Chart.bundle.js +5754 -5711
  10. data/vendor/chart.js/dist/Chart.js +2118 -2046
  11. data/vendor/chart.js/package.json +1 -1
  12. data/vendor/chartkick/LICENSE.txt +1 -1
  13. data/vendor/chartkick/dist/chartkick.js +2239 -0
  14. data/vendor/chartkick/package.json +18 -8
  15. data/vendor/file-saver/dist/FileSaver.js +180 -0
  16. data/vendor/file-saver/package.json +16 -4
  17. data/vendor/jquery/dist/jquery.js +453 -342
  18. data/vendor/jquery/dist/jquery.slim.js +428 -319
  19. data/vendor/jquery/package.json +32 -21
  20. data/vendor/{tempusdominus-bootstrap-4 → jquery-touch-events}/LICENSE +21 -21
  21. data/vendor/jquery-touch-events/package.json +32 -0
  22. data/vendor/jquery-touch-events/src/jquery.mobile-events.js +920 -0
  23. data/vendor/jquery-ui-touch-punch-zoom-fork/jquery.ui.touch-punch.js +186 -0
  24. data/vendor/jquery-ujs/package.json +1 -1
  25. data/vendor/jquery-ujs/src/rails.js +14 -4
  26. data/vendor/{bootswatch → jquery.iframe-transport}/LICENSE +2 -2
  27. data/vendor/jquery.iframe-transport/jquery.iframe-transport.js +247 -0
  28. data/vendor/jquery.iframe-transport/package.json +28 -0
  29. data/vendor/jstz/dist/jstz.js +9 -1
  30. data/vendor/jstz/package.json +6 -4
  31. data/vendor/lazysizes/LICENSE +22 -0
  32. data/vendor/lazysizes/lazysizes-umd.js +706 -0
  33. data/vendor/lazysizes/lazysizes.js +703 -0
  34. data/vendor/lazysizes/package.json +65 -0
  35. data/vendor/lazysizes/plugins/artdirect/ls.artdirect.js +160 -0
  36. data/vendor/lazysizes/plugins/aspectratio/ls.aspectratio.js +209 -0
  37. data/vendor/lazysizes/plugins/attrchange/ls.attrchange.js +129 -0
  38. data/vendor/lazysizes/plugins/bgset/ls.bgset.js +198 -0
  39. data/vendor/lazysizes/plugins/blur-up/ls.blur-up.js +191 -0
  40. data/vendor/lazysizes/plugins/custommedia/ls.custommedia.js +75 -0
  41. data/vendor/lazysizes/plugins/fix-ios-sizes/fix-ios-sizes.js +80 -0
  42. data/vendor/lazysizes/plugins/include/ls.include.js +589 -0
  43. data/vendor/lazysizes/plugins/noscript/ls.noscript.js +87 -0
  44. data/vendor/lazysizes/plugins/object-fit/ls.object-fit.js +149 -0
  45. data/vendor/lazysizes/plugins/optimumx/ls.optimumx.js +273 -0
  46. data/vendor/lazysizes/plugins/parent-fit/ls.parent-fit.js +157 -0
  47. data/vendor/lazysizes/plugins/print/ls.print.js +51 -0
  48. data/vendor/lazysizes/plugins/progressive/ls.progressive.js +49 -0
  49. data/vendor/lazysizes/plugins/respimg/ls.respimg.js +314 -0
  50. data/vendor/lazysizes/plugins/rias/ls.rias.js +391 -0
  51. data/vendor/lazysizes/plugins/static-gecko-picture/ls.static-gecko-picture.js +82 -0
  52. data/vendor/lazysizes/plugins/twitter/ls.twitter.js +63 -0
  53. data/vendor/lazysizes/plugins/unload/ls.unload.js +155 -0
  54. data/vendor/lazysizes/plugins/unveilhooks/ls.unveilhooks.js +145 -0
  55. data/vendor/lazysizes/plugins/video-embed/ls.video-embed.js +114 -0
  56. data/vendor/lodash/core.js +75 -57
  57. data/vendor/lodash/lodash.js +105 -82
  58. data/vendor/lodash/package.json +2 -2
  59. data/vendor/moment/locale/af.js +58 -60
  60. data/vendor/moment/locale/ar-dz.js +45 -47
  61. data/vendor/moment/locale/ar-kw.js +45 -47
  62. data/vendor/moment/locale/ar-ly.js +106 -112
  63. data/vendor/moment/locale/ar-ma.js +45 -48
  64. data/vendor/moment/locale/ar-sa.js +88 -91
  65. data/vendor/moment/locale/ar-tn.js +45 -47
  66. data/vendor/moment/locale/ar.js +119 -128
  67. data/vendor/moment/locale/az.js +89 -91
  68. data/vendor/moment/locale/be.js +111 -115
  69. data/vendor/moment/locale/bg.js +73 -75
  70. data/vendor/moment/locale/bm.js +44 -47
  71. data/vendor/moment/locale/bn.js +103 -105
  72. data/vendor/moment/locale/bo.js +103 -105
  73. data/vendor/moment/locale/br.js +88 -90
  74. data/vendor/moment/locale/bs.js +133 -136
  75. data/vendor/moment/locale/ca.js +68 -70
  76. data/vendor/moment/locale/cs.js +160 -162
  77. data/vendor/moment/locale/cv.js +48 -50
  78. data/vendor/moment/locale/cy.js +64 -67
  79. data/vendor/moment/locale/da.js +46 -48
  80. data/vendor/moment/locale/de-at.js +61 -66
  81. data/vendor/moment/locale/de-ch.js +61 -65
  82. data/vendor/moment/locale/de.js +61 -65
  83. data/vendor/moment/locale/dv.js +82 -85
  84. data/vendor/moment/locale/el.js +82 -84
  85. data/vendor/moment/locale/en-au.js +53 -55
  86. data/vendor/moment/locale/en-ca.js +49 -51
  87. data/vendor/moment/locale/en-gb.js +53 -55
  88. data/vendor/moment/locale/en-ie.js +53 -55
  89. data/vendor/moment/locale/en-il.js +61 -0
  90. data/vendor/moment/locale/en-nz.js +53 -55
  91. data/vendor/moment/locale/eo.js +56 -60
  92. data/vendor/moment/locale/es-do.js +72 -73
  93. data/vendor/moment/locale/es-us.js +64 -66
  94. data/vendor/moment/locale/es.js +72 -74
  95. data/vendor/moment/locale/et.js +64 -67
  96. data/vendor/moment/locale/eu.js +52 -54
  97. data/vendor/moment/locale/fa.js +90 -93
  98. data/vendor/moment/locale/fi.js +93 -95
  99. data/vendor/moment/locale/fo.js +46 -48
  100. data/vendor/moment/locale/fr-ca.js +58 -60
  101. data/vendor/moment/locale/fr-ch.js +62 -64
  102. data/vendor/moment/locale/fr.js +66 -68
  103. data/vendor/moment/locale/fy.js +59 -61
  104. data/vendor/moment/locale/gd.js +57 -59
  105. data/vendor/moment/locale/gl.js +60 -62
  106. data/vendor/moment/locale/gom-latn.js +107 -109
  107. data/vendor/moment/locale/gu.js +108 -110
  108. data/vendor/moment/locale/he.js +77 -81
  109. data/vendor/moment/locale/hi.js +108 -110
  110. data/vendor/moment/locale/hr.js +136 -138
  111. data/vendor/moment/locale/hu.js +92 -94
  112. data/vendor/moment/locale/hy-am.js +78 -80
  113. data/vendor/moment/locale/id.js +67 -70
  114. data/vendor/moment/locale/is.js +110 -112
  115. data/vendor/moment/locale/it.js +53 -56
  116. data/vendor/moment/locale/ja.js +77 -67
  117. data/vendor/moment/locale/jv.js +67 -70
  118. data/vendor/moment/locale/ka.js +70 -72
  119. data/vendor/moment/locale/kk.js +72 -74
  120. data/vendor/moment/locale/km.js +96 -46
  121. data/vendor/moment/locale/kn.js +110 -112
  122. data/vendor/moment/locale/ko.js +66 -69
  123. data/vendor/moment/locale/ky.js +72 -75
  124. data/vendor/moment/locale/lb.js +113 -116
  125. data/vendor/moment/locale/lo.js +55 -57
  126. data/vendor/moment/locale/lt.js +100 -102
  127. data/vendor/moment/locale/lv.js +81 -84
  128. data/vendor/moment/locale/me.js +93 -95
  129. data/vendor/moment/locale/mi.js +50 -52
  130. data/vendor/moment/locale/mk.js +73 -75
  131. data/vendor/moment/locale/ml.js +66 -68
  132. data/vendor/moment/locale/mn.js +103 -0
  133. data/vendor/moment/locale/mr.js +140 -143
  134. data/vendor/moment/locale/ms-my.js +67 -70
  135. data/vendor/moment/locale/ms.js +67 -69
  136. data/vendor/moment/locale/mt.js +46 -48
  137. data/vendor/moment/locale/my.js +77 -82
  138. data/vendor/moment/locale/nb.js +48 -51
  139. data/vendor/moment/locale/ne.js +107 -109
  140. data/vendor/moment/locale/nl-be.js +68 -71
  141. data/vendor/moment/locale/nl.js +68 -71
  142. data/vendor/moment/locale/nn.js +46 -48
  143. data/vendor/moment/locale/pa-in.js +108 -110
  144. data/vendor/moment/locale/pl.js +104 -106
  145. data/vendor/moment/locale/pt-br.js +46 -48
  146. data/vendor/moment/locale/pt.js +50 -52
  147. data/vendor/moment/locale/ro.js +59 -62
  148. data/vendor/moment/locale/ru.js +153 -157
  149. data/vendor/moment/locale/sd.js +82 -84
  150. data/vendor/moment/locale/se.js +46 -49
  151. data/vendor/moment/locale/si.js +56 -58
  152. data/vendor/moment/locale/sk.js +138 -141
  153. data/vendor/moment/locale/sl.js +154 -156
  154. data/vendor/moment/locale/sq.js +54 -58
  155. data/vendor/moment/locale/sr-cyrl.js +93 -95
  156. data/vendor/moment/locale/sr.js +93 -95
  157. data/vendor/moment/locale/ss.js +72 -75
  158. data/vendor/moment/locale/sv.js +55 -57
  159. data/vendor/moment/locale/sw.js +45 -47
  160. data/vendor/moment/locale/ta.js +113 -116
  161. data/vendor/moment/locale/te.js +74 -76
  162. data/vendor/moment/locale/tet.js +53 -56
  163. data/vendor/moment/locale/tg.js +115 -0
  164. data/vendor/moment/locale/th.js +52 -54
  165. data/vendor/moment/locale/tl-ph.js +48 -50
  166. data/vendor/moment/locale/tlh.js +101 -103
  167. data/vendor/moment/locale/tr.js +80 -78
  168. data/vendor/moment/locale/tzl.js +75 -78
  169. data/vendor/moment/locale/tzm-latn.js +44 -46
  170. data/vendor/moment/locale/tzm.js +44 -46
  171. data/vendor/moment/locale/ug-cn.js +118 -0
  172. data/vendor/moment/locale/uk.js +129 -132
  173. data/vendor/moment/locale/ur.js +82 -85
  174. data/vendor/moment/locale/uz-latn.js +44 -46
  175. data/vendor/moment/locale/uz.js +44 -46
  176. data/vendor/moment/locale/vi.js +64 -66
  177. data/vendor/moment/locale/x-pseudo.js +54 -56
  178. data/vendor/moment/locale/yo.js +46 -48
  179. data/vendor/moment/locale/zh-cn.js +95 -98
  180. data/vendor/moment/locale/zh-hk.js +88 -92
  181. data/vendor/moment/locale/zh-tw.js +88 -91
  182. data/vendor/moment/min/locales.js +9701 -9581
  183. data/vendor/moment/min/moment-with-locales.js +13426 -13335
  184. data/vendor/moment/moment.js +3780 -3809
  185. data/vendor/moment/package.json +10 -10
  186. data/vendor/moment-timezone/builds/moment-timezone-with-data-2012-2022.js +43 -35
  187. data/vendor/moment-timezone/builds/moment-timezone-with-data.js +290 -282
  188. data/vendor/moment-timezone/moment-timezone-utils.js +12 -10
  189. data/vendor/moment-timezone/moment-timezone.js +15 -7
  190. data/vendor/moment-timezone/package.json +5 -3
  191. data/vendor/{bootstrap → pako}/LICENSE +2 -3
  192. data/vendor/pako/dist/pako.js +6811 -0
  193. data/vendor/pako/dist/pako_deflate.js +3995 -0
  194. data/vendor/pako/dist/pako_inflate.js +3295 -0
  195. data/vendor/pako/package.json +48 -0
  196. data/yarn.lock +51 -78
  197. metadata +45 -155
  198. data/vendor/bootstrap/dist/js/bootstrap.bundle.js +0 -6461
  199. data/vendor/bootstrap/dist/js/bootstrap.js +0 -3944
  200. data/vendor/bootstrap/js/dist/alert.js +0 -204
  201. data/vendor/bootstrap/js/dist/button.js +0 -192
  202. data/vendor/bootstrap/js/dist/carousel.js +0 -567
  203. data/vendor/bootstrap/js/dist/collapse.js +0 -431
  204. data/vendor/bootstrap/js/dist/dropdown.js +0 -552
  205. data/vendor/bootstrap/js/dist/index.js +0 -23
  206. data/vendor/bootstrap/js/dist/modal.js +0 -634
  207. data/vendor/bootstrap/js/dist/popover.js +0 -266
  208. data/vendor/bootstrap/js/dist/scrollspy.js +0 -379
  209. data/vendor/bootstrap/js/dist/tab.js +0 -278
  210. data/vendor/bootstrap/js/dist/tooltip.js +0 -734
  211. data/vendor/bootstrap/js/dist/util.js +0 -144
  212. data/vendor/bootstrap/package.json +0 -217
  213. data/vendor/bootstrap/scss/_alert.scss +0 -51
  214. data/vendor/bootstrap/scss/_badge.scss +0 -47
  215. data/vendor/bootstrap/scss/_breadcrumb.scss +0 -41
  216. data/vendor/bootstrap/scss/_button-group.scss +0 -172
  217. data/vendor/bootstrap/scss/_buttons.scss +0 -143
  218. data/vendor/bootstrap/scss/_card.scss +0 -301
  219. data/vendor/bootstrap/scss/_carousel.scss +0 -236
  220. data/vendor/bootstrap/scss/_close.scss +0 -35
  221. data/vendor/bootstrap/scss/_code.scss +0 -48
  222. data/vendor/bootstrap/scss/_custom-forms.scss +0 -433
  223. data/vendor/bootstrap/scss/_dropdown.scss +0 -166
  224. data/vendor/bootstrap/scss/_forms.scss +0 -333
  225. data/vendor/bootstrap/scss/_functions.scss +0 -86
  226. data/vendor/bootstrap/scss/_grid.scss +0 -52
  227. data/vendor/bootstrap/scss/_images.scss +0 -42
  228. data/vendor/bootstrap/scss/_input-group.scss +0 -173
  229. data/vendor/bootstrap/scss/_jumbotron.scss +0 -16
  230. data/vendor/bootstrap/scss/_list-group.scss +0 -115
  231. data/vendor/bootstrap/scss/_media.scss +0 -8
  232. data/vendor/bootstrap/scss/_mixins.scss +0 -41
  233. data/vendor/bootstrap/scss/_modal.scss +0 -180
  234. data/vendor/bootstrap/scss/_nav.scss +0 -118
  235. data/vendor/bootstrap/scss/_navbar.scss +0 -299
  236. data/vendor/bootstrap/scss/_pagination.scss +0 -78
  237. data/vendor/bootstrap/scss/_popover.scss +0 -183
  238. data/vendor/bootstrap/scss/_print.scss +0 -141
  239. data/vendor/bootstrap/scss/_progress.scss +0 -34
  240. data/vendor/bootstrap/scss/_reboot.scss +0 -483
  241. data/vendor/bootstrap/scss/_root.scss +0 -19
  242. data/vendor/bootstrap/scss/_tables.scss +0 -187
  243. data/vendor/bootstrap/scss/_tooltip.scss +0 -115
  244. data/vendor/bootstrap/scss/_transitions.scss +0 -22
  245. data/vendor/bootstrap/scss/_type.scss +0 -125
  246. data/vendor/bootstrap/scss/_utilities.scss +0 -15
  247. data/vendor/bootstrap/scss/_variables.scss +0 -952
  248. data/vendor/bootstrap/scss/bootstrap-grid.scss +0 -32
  249. data/vendor/bootstrap/scss/bootstrap-reboot.scss +0 -12
  250. data/vendor/bootstrap/scss/bootstrap.scss +0 -42
  251. data/vendor/bootstrap/scss/mixins/_alert.scss +0 -13
  252. data/vendor/bootstrap/scss/mixins/_background-variant.scss +0 -21
  253. data/vendor/bootstrap/scss/mixins/_badge.scss +0 -12
  254. data/vendor/bootstrap/scss/mixins/_border-radius.scss +0 -35
  255. data/vendor/bootstrap/scss/mixins/_box-shadow.scss +0 -5
  256. data/vendor/bootstrap/scss/mixins/_breakpoints.scss +0 -123
  257. data/vendor/bootstrap/scss/mixins/_buttons.scss +0 -109
  258. data/vendor/bootstrap/scss/mixins/_caret.scss +0 -66
  259. data/vendor/bootstrap/scss/mixins/_clearfix.scss +0 -7
  260. data/vendor/bootstrap/scss/mixins/_float.scss +0 -11
  261. data/vendor/bootstrap/scss/mixins/_forms.scss +0 -147
  262. data/vendor/bootstrap/scss/mixins/_gradients.scss +0 -45
  263. data/vendor/bootstrap/scss/mixins/_grid-framework.scss +0 -67
  264. data/vendor/bootstrap/scss/mixins/_grid.scss +0 -52
  265. data/vendor/bootstrap/scss/mixins/_hover.scss +0 -37
  266. data/vendor/bootstrap/scss/mixins/_image.scss +0 -36
  267. data/vendor/bootstrap/scss/mixins/_list-group.scss +0 -21
  268. data/vendor/bootstrap/scss/mixins/_lists.scss +0 -7
  269. data/vendor/bootstrap/scss/mixins/_nav-divider.scss +0 -10
  270. data/vendor/bootstrap/scss/mixins/_pagination.scss +0 -22
  271. data/vendor/bootstrap/scss/mixins/_reset-text.scss +0 -17
  272. data/vendor/bootstrap/scss/mixins/_resize.scss +0 -6
  273. data/vendor/bootstrap/scss/mixins/_screen-reader.scss +0 -33
  274. data/vendor/bootstrap/scss/mixins/_size.scss +0 -6
  275. data/vendor/bootstrap/scss/mixins/_table-row.scss +0 -30
  276. data/vendor/bootstrap/scss/mixins/_text-emphasis.scss +0 -14
  277. data/vendor/bootstrap/scss/mixins/_text-hide.scss +0 -13
  278. data/vendor/bootstrap/scss/mixins/_text-truncate.scss +0 -8
  279. data/vendor/bootstrap/scss/mixins/_transition.scss +0 -13
  280. data/vendor/bootstrap/scss/mixins/_visibility.scss +0 -7
  281. data/vendor/bootstrap/scss/utilities/_align.scss +0 -8
  282. data/vendor/bootstrap/scss/utilities/_background.scss +0 -19
  283. data/vendor/bootstrap/scss/utilities/_borders.scss +0 -59
  284. data/vendor/bootstrap/scss/utilities/_clearfix.scss +0 -3
  285. data/vendor/bootstrap/scss/utilities/_display.scss +0 -38
  286. data/vendor/bootstrap/scss/utilities/_embed.scss +0 -52
  287. data/vendor/bootstrap/scss/utilities/_flex.scss +0 -51
  288. data/vendor/bootstrap/scss/utilities/_float.scss +0 -9
  289. data/vendor/bootstrap/scss/utilities/_position.scss +0 -37
  290. data/vendor/bootstrap/scss/utilities/_screenreaders.scss +0 -11
  291. data/vendor/bootstrap/scss/utilities/_shadows.scss +0 -6
  292. data/vendor/bootstrap/scss/utilities/_sizing.scss +0 -12
  293. data/vendor/bootstrap/scss/utilities/_spacing.scss +0 -51
  294. data/vendor/bootstrap/scss/utilities/_text.scss +0 -58
  295. data/vendor/bootstrap/scss/utilities/_visibility.scss +0 -11
  296. data/vendor/bootswatch/dist/cerulean/_bootswatch.scss +0 -99
  297. data/vendor/bootswatch/dist/cerulean/_variables.scss +0 -57
  298. data/vendor/bootswatch/dist/cosmo/_bootswatch.scss +0 -38
  299. data/vendor/bootswatch/dist/cosmo/_variables.scss +0 -68
  300. data/vendor/bootswatch/dist/cyborg/_bootswatch.scss +0 -230
  301. data/vendor/bootswatch/dist/cyborg/_variables.scss +0 -173
  302. data/vendor/bootswatch/dist/darkly/_bootswatch.scss +0 -186
  303. data/vendor/bootswatch/dist/darkly/_variables.scss +0 -178
  304. data/vendor/bootswatch/dist/flatly/_bootswatch.scss +0 -185
  305. data/vendor/bootswatch/dist/flatly/_variables.scss +0 -113
  306. data/vendor/bootswatch/dist/journal/_bootswatch.scss +0 -73
  307. data/vendor/bootswatch/dist/journal/_variables.scss +0 -60
  308. data/vendor/bootswatch/dist/litera/_bootswatch.scss +0 -212
  309. data/vendor/bootswatch/dist/litera/_variables.scss +0 -77
  310. data/vendor/bootswatch/dist/lumen/_bootswatch.scss +0 -429
  311. data/vendor/bootswatch/dist/lumen/_variables.scss +0 -82
  312. data/vendor/bootswatch/dist/lux/_bootswatch.scss +0 -157
  313. data/vendor/bootswatch/dist/lux/_variables.scss +0 -120
  314. data/vendor/bootswatch/dist/materia/_bootswatch.scss +0 -677
  315. data/vendor/bootswatch/dist/materia/_variables.scss +0 -131
  316. data/vendor/bootswatch/dist/minty/_bootswatch.scss +0 -258
  317. data/vendor/bootswatch/dist/minty/_variables.scss +0 -97
  318. data/vendor/bootswatch/dist/pulse/_bootswatch.scss +0 -154
  319. data/vendor/bootswatch/dist/pulse/_variables.scss +0 -100
  320. data/vendor/bootswatch/dist/sandstone/_bootswatch.scss +0 -235
  321. data/vendor/bootswatch/dist/sandstone/_variables.scss +0 -143
  322. data/vendor/bootswatch/dist/simplex/_bootswatch.scss +0 -130
  323. data/vendor/bootswatch/dist/simplex/_variables.scss +0 -108
  324. data/vendor/bootswatch/dist/sketchy/_bootswatch.scss +0 -411
  325. data/vendor/bootswatch/dist/sketchy/_variables.scss +0 -164
  326. data/vendor/bootswatch/dist/slate/_bootswatch.scss +0 -425
  327. data/vendor/bootswatch/dist/slate/_variables.scss +0 -160
  328. data/vendor/bootswatch/dist/solar/_bootswatch.scss +0 -119
  329. data/vendor/bootswatch/dist/solar/_variables.scss +0 -175
  330. data/vendor/bootswatch/dist/spacelab/_bootswatch.scss +0 -167
  331. data/vendor/bootswatch/dist/spacelab/_variables.scss +0 -63
  332. data/vendor/bootswatch/dist/superhero/_bootswatch.scss +0 -200
  333. data/vendor/bootswatch/dist/superhero/_variables.scss +0 -148
  334. data/vendor/bootswatch/dist/united/_bootswatch.scss +0 -26
  335. data/vendor/bootswatch/dist/united/_variables.scss +0 -53
  336. data/vendor/bootswatch/dist/yeti/_bootswatch.scss +0 -468
  337. data/vendor/bootswatch/dist/yeti/_variables.scss +0 -110
  338. data/vendor/bootswatch/package.json +0 -38
  339. data/vendor/chartkick/chartkick.js +0 -1872
  340. data/vendor/file-saver/FileSaver.js +0 -188
  341. data/vendor/popper.js/dist/umd/popper-utils.js +0 -1133
  342. data/vendor/popper.js/dist/umd/popper.js +0 -2540
  343. data/vendor/popper.js/package.json +0 -54
  344. data/vendor/tempusdominus-bootstrap-4/build/js/tempusdominus-bootstrap-4.js +0 -2779
  345. data/vendor/tempusdominus-bootstrap-4/package.json +0 -79
  346. data/vendor/tempusdominus-bootstrap-4/src/sass/_tempusdominus-bootstrap-4.scss +0 -342
  347. data/vendor/tempusdominus-bootstrap-4/src/sass/tempusdominus-bootstrap-4-build.scss +0 -12
@@ -1,734 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('jquery'), require('popper.js'), require('./util.js')) :
3
- typeof define === 'function' && define.amd ? define(['jquery', 'popper.js', './util.js'], factory) :
4
- (global.Tooltip = factory(global.jQuery,global.Popper,global.Util));
5
- }(this, (function ($,Popper,Util) { 'use strict';
6
-
7
- $ = $ && $.hasOwnProperty('default') ? $['default'] : $;
8
- Popper = Popper && Popper.hasOwnProperty('default') ? Popper['default'] : Popper;
9
- Util = Util && Util.hasOwnProperty('default') ? Util['default'] : Util;
10
-
11
- function _defineProperties(target, props) {
12
- for (var i = 0; i < props.length; i++) {
13
- var descriptor = props[i];
14
- descriptor.enumerable = descriptor.enumerable || false;
15
- descriptor.configurable = true;
16
- if ("value" in descriptor) descriptor.writable = true;
17
- Object.defineProperty(target, descriptor.key, descriptor);
18
- }
19
- }
20
-
21
- function _createClass(Constructor, protoProps, staticProps) {
22
- if (protoProps) _defineProperties(Constructor.prototype, protoProps);
23
- if (staticProps) _defineProperties(Constructor, staticProps);
24
- return Constructor;
25
- }
26
-
27
- function _defineProperty(obj, key, value) {
28
- if (key in obj) {
29
- Object.defineProperty(obj, key, {
30
- value: value,
31
- enumerable: true,
32
- configurable: true,
33
- writable: true
34
- });
35
- } else {
36
- obj[key] = value;
37
- }
38
-
39
- return obj;
40
- }
41
-
42
- function _objectSpread(target) {
43
- for (var i = 1; i < arguments.length; i++) {
44
- var source = arguments[i] != null ? arguments[i] : {};
45
- var ownKeys = Object.keys(source);
46
-
47
- if (typeof Object.getOwnPropertySymbols === 'function') {
48
- ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) {
49
- return Object.getOwnPropertyDescriptor(source, sym).enumerable;
50
- }));
51
- }
52
-
53
- ownKeys.forEach(function (key) {
54
- _defineProperty(target, key, source[key]);
55
- });
56
- }
57
-
58
- return target;
59
- }
60
-
61
- /**
62
- * --------------------------------------------------------------------------
63
- * Bootstrap (v4.1.3): tooltip.js
64
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
65
- * --------------------------------------------------------------------------
66
- */
67
-
68
- var Tooltip = function ($$$1) {
69
- /**
70
- * ------------------------------------------------------------------------
71
- * Constants
72
- * ------------------------------------------------------------------------
73
- */
74
- var NAME = 'tooltip';
75
- var VERSION = '4.1.3';
76
- var DATA_KEY = 'bs.tooltip';
77
- var EVENT_KEY = "." + DATA_KEY;
78
- var JQUERY_NO_CONFLICT = $$$1.fn[NAME];
79
- var CLASS_PREFIX = 'bs-tooltip';
80
- var BSCLS_PREFIX_REGEX = new RegExp("(^|\\s)" + CLASS_PREFIX + "\\S+", 'g');
81
- var DefaultType = {
82
- animation: 'boolean',
83
- template: 'string',
84
- title: '(string|element|function)',
85
- trigger: 'string',
86
- delay: '(number|object)',
87
- html: 'boolean',
88
- selector: '(string|boolean)',
89
- placement: '(string|function)',
90
- offset: '(number|string)',
91
- container: '(string|element|boolean)',
92
- fallbackPlacement: '(string|array)',
93
- boundary: '(string|element)'
94
- };
95
- var AttachmentMap = {
96
- AUTO: 'auto',
97
- TOP: 'top',
98
- RIGHT: 'right',
99
- BOTTOM: 'bottom',
100
- LEFT: 'left'
101
- };
102
- var Default = {
103
- animation: true,
104
- template: '<div class="tooltip" role="tooltip">' + '<div class="arrow"></div>' + '<div class="tooltip-inner"></div></div>',
105
- trigger: 'hover focus',
106
- title: '',
107
- delay: 0,
108
- html: false,
109
- selector: false,
110
- placement: 'top',
111
- offset: 0,
112
- container: false,
113
- fallbackPlacement: 'flip',
114
- boundary: 'scrollParent'
115
- };
116
- var HoverState = {
117
- SHOW: 'show',
118
- OUT: 'out'
119
- };
120
- var Event = {
121
- HIDE: "hide" + EVENT_KEY,
122
- HIDDEN: "hidden" + EVENT_KEY,
123
- SHOW: "show" + EVENT_KEY,
124
- SHOWN: "shown" + EVENT_KEY,
125
- INSERTED: "inserted" + EVENT_KEY,
126
- CLICK: "click" + EVENT_KEY,
127
- FOCUSIN: "focusin" + EVENT_KEY,
128
- FOCUSOUT: "focusout" + EVENT_KEY,
129
- MOUSEENTER: "mouseenter" + EVENT_KEY,
130
- MOUSELEAVE: "mouseleave" + EVENT_KEY
131
- };
132
- var ClassName = {
133
- FADE: 'fade',
134
- SHOW: 'show'
135
- };
136
- var Selector = {
137
- TOOLTIP: '.tooltip',
138
- TOOLTIP_INNER: '.tooltip-inner',
139
- ARROW: '.arrow'
140
- };
141
- var Trigger = {
142
- HOVER: 'hover',
143
- FOCUS: 'focus',
144
- CLICK: 'click',
145
- MANUAL: 'manual'
146
- /**
147
- * ------------------------------------------------------------------------
148
- * Class Definition
149
- * ------------------------------------------------------------------------
150
- */
151
-
152
- };
153
-
154
- var Tooltip =
155
- /*#__PURE__*/
156
- function () {
157
- function Tooltip(element, config) {
158
- /**
159
- * Check for Popper dependency
160
- * Popper - https://popper.js.org
161
- */
162
- if (typeof Popper === 'undefined') {
163
- throw new TypeError('Bootstrap tooltips require Popper.js (https://popper.js.org)');
164
- } // private
165
-
166
-
167
- this._isEnabled = true;
168
- this._timeout = 0;
169
- this._hoverState = '';
170
- this._activeTrigger = {};
171
- this._popper = null; // Protected
172
-
173
- this.element = element;
174
- this.config = this._getConfig(config);
175
- this.tip = null;
176
-
177
- this._setListeners();
178
- } // Getters
179
-
180
-
181
- var _proto = Tooltip.prototype;
182
-
183
- // Public
184
- _proto.enable = function enable() {
185
- this._isEnabled = true;
186
- };
187
-
188
- _proto.disable = function disable() {
189
- this._isEnabled = false;
190
- };
191
-
192
- _proto.toggleEnabled = function toggleEnabled() {
193
- this._isEnabled = !this._isEnabled;
194
- };
195
-
196
- _proto.toggle = function toggle(event) {
197
- if (!this._isEnabled) {
198
- return;
199
- }
200
-
201
- if (event) {
202
- var dataKey = this.constructor.DATA_KEY;
203
- var context = $$$1(event.currentTarget).data(dataKey);
204
-
205
- if (!context) {
206
- context = new this.constructor(event.currentTarget, this._getDelegateConfig());
207
- $$$1(event.currentTarget).data(dataKey, context);
208
- }
209
-
210
- context._activeTrigger.click = !context._activeTrigger.click;
211
-
212
- if (context._isWithActiveTrigger()) {
213
- context._enter(null, context);
214
- } else {
215
- context._leave(null, context);
216
- }
217
- } else {
218
- if ($$$1(this.getTipElement()).hasClass(ClassName.SHOW)) {
219
- this._leave(null, this);
220
-
221
- return;
222
- }
223
-
224
- this._enter(null, this);
225
- }
226
- };
227
-
228
- _proto.dispose = function dispose() {
229
- clearTimeout(this._timeout);
230
- $$$1.removeData(this.element, this.constructor.DATA_KEY);
231
- $$$1(this.element).off(this.constructor.EVENT_KEY);
232
- $$$1(this.element).closest('.modal').off('hide.bs.modal');
233
-
234
- if (this.tip) {
235
- $$$1(this.tip).remove();
236
- }
237
-
238
- this._isEnabled = null;
239
- this._timeout = null;
240
- this._hoverState = null;
241
- this._activeTrigger = null;
242
-
243
- if (this._popper !== null) {
244
- this._popper.destroy();
245
- }
246
-
247
- this._popper = null;
248
- this.element = null;
249
- this.config = null;
250
- this.tip = null;
251
- };
252
-
253
- _proto.show = function show() {
254
- var _this = this;
255
-
256
- if ($$$1(this.element).css('display') === 'none') {
257
- throw new Error('Please use show on visible elements');
258
- }
259
-
260
- var showEvent = $$$1.Event(this.constructor.Event.SHOW);
261
-
262
- if (this.isWithContent() && this._isEnabled) {
263
- $$$1(this.element).trigger(showEvent);
264
- var isInTheDom = $$$1.contains(this.element.ownerDocument.documentElement, this.element);
265
-
266
- if (showEvent.isDefaultPrevented() || !isInTheDom) {
267
- return;
268
- }
269
-
270
- var tip = this.getTipElement();
271
- var tipId = Util.getUID(this.constructor.NAME);
272
- tip.setAttribute('id', tipId);
273
- this.element.setAttribute('aria-describedby', tipId);
274
- this.setContent();
275
-
276
- if (this.config.animation) {
277
- $$$1(tip).addClass(ClassName.FADE);
278
- }
279
-
280
- var placement = typeof this.config.placement === 'function' ? this.config.placement.call(this, tip, this.element) : this.config.placement;
281
-
282
- var attachment = this._getAttachment(placement);
283
-
284
- this.addAttachmentClass(attachment);
285
- var container = this.config.container === false ? document.body : $$$1(document).find(this.config.container);
286
- $$$1(tip).data(this.constructor.DATA_KEY, this);
287
-
288
- if (!$$$1.contains(this.element.ownerDocument.documentElement, this.tip)) {
289
- $$$1(tip).appendTo(container);
290
- }
291
-
292
- $$$1(this.element).trigger(this.constructor.Event.INSERTED);
293
- this._popper = new Popper(this.element, tip, {
294
- placement: attachment,
295
- modifiers: {
296
- offset: {
297
- offset: this.config.offset
298
- },
299
- flip: {
300
- behavior: this.config.fallbackPlacement
301
- },
302
- arrow: {
303
- element: Selector.ARROW
304
- },
305
- preventOverflow: {
306
- boundariesElement: this.config.boundary
307
- }
308
- },
309
- onCreate: function onCreate(data) {
310
- if (data.originalPlacement !== data.placement) {
311
- _this._handlePopperPlacementChange(data);
312
- }
313
- },
314
- onUpdate: function onUpdate(data) {
315
- _this._handlePopperPlacementChange(data);
316
- }
317
- });
318
- $$$1(tip).addClass(ClassName.SHOW); // If this is a touch-enabled device we add extra
319
- // empty mouseover listeners to the body's immediate children;
320
- // only needed because of broken event delegation on iOS
321
- // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html
322
-
323
- if ('ontouchstart' in document.documentElement) {
324
- $$$1(document.body).children().on('mouseover', null, $$$1.noop);
325
- }
326
-
327
- var complete = function complete() {
328
- if (_this.config.animation) {
329
- _this._fixTransition();
330
- }
331
-
332
- var prevHoverState = _this._hoverState;
333
- _this._hoverState = null;
334
- $$$1(_this.element).trigger(_this.constructor.Event.SHOWN);
335
-
336
- if (prevHoverState === HoverState.OUT) {
337
- _this._leave(null, _this);
338
- }
339
- };
340
-
341
- if ($$$1(this.tip).hasClass(ClassName.FADE)) {
342
- var transitionDuration = Util.getTransitionDurationFromElement(this.tip);
343
- $$$1(this.tip).one(Util.TRANSITION_END, complete).emulateTransitionEnd(transitionDuration);
344
- } else {
345
- complete();
346
- }
347
- }
348
- };
349
-
350
- _proto.hide = function hide(callback) {
351
- var _this2 = this;
352
-
353
- var tip = this.getTipElement();
354
- var hideEvent = $$$1.Event(this.constructor.Event.HIDE);
355
-
356
- var complete = function complete() {
357
- if (_this2._hoverState !== HoverState.SHOW && tip.parentNode) {
358
- tip.parentNode.removeChild(tip);
359
- }
360
-
361
- _this2._cleanTipClass();
362
-
363
- _this2.element.removeAttribute('aria-describedby');
364
-
365
- $$$1(_this2.element).trigger(_this2.constructor.Event.HIDDEN);
366
-
367
- if (_this2._popper !== null) {
368
- _this2._popper.destroy();
369
- }
370
-
371
- if (callback) {
372
- callback();
373
- }
374
- };
375
-
376
- $$$1(this.element).trigger(hideEvent);
377
-
378
- if (hideEvent.isDefaultPrevented()) {
379
- return;
380
- }
381
-
382
- $$$1(tip).removeClass(ClassName.SHOW); // If this is a touch-enabled device we remove the extra
383
- // empty mouseover listeners we added for iOS support
384
-
385
- if ('ontouchstart' in document.documentElement) {
386
- $$$1(document.body).children().off('mouseover', null, $$$1.noop);
387
- }
388
-
389
- this._activeTrigger[Trigger.CLICK] = false;
390
- this._activeTrigger[Trigger.FOCUS] = false;
391
- this._activeTrigger[Trigger.HOVER] = false;
392
-
393
- if ($$$1(this.tip).hasClass(ClassName.FADE)) {
394
- var transitionDuration = Util.getTransitionDurationFromElement(tip);
395
- $$$1(tip).one(Util.TRANSITION_END, complete).emulateTransitionEnd(transitionDuration);
396
- } else {
397
- complete();
398
- }
399
-
400
- this._hoverState = '';
401
- };
402
-
403
- _proto.update = function update() {
404
- if (this._popper !== null) {
405
- this._popper.scheduleUpdate();
406
- }
407
- }; // Protected
408
-
409
-
410
- _proto.isWithContent = function isWithContent() {
411
- return Boolean(this.getTitle());
412
- };
413
-
414
- _proto.addAttachmentClass = function addAttachmentClass(attachment) {
415
- $$$1(this.getTipElement()).addClass(CLASS_PREFIX + "-" + attachment);
416
- };
417
-
418
- _proto.getTipElement = function getTipElement() {
419
- this.tip = this.tip || $$$1(this.config.template)[0];
420
- return this.tip;
421
- };
422
-
423
- _proto.setContent = function setContent() {
424
- var tip = this.getTipElement();
425
- this.setElementContent($$$1(tip.querySelectorAll(Selector.TOOLTIP_INNER)), this.getTitle());
426
- $$$1(tip).removeClass(ClassName.FADE + " " + ClassName.SHOW);
427
- };
428
-
429
- _proto.setElementContent = function setElementContent($element, content) {
430
- var html = this.config.html;
431
-
432
- if (typeof content === 'object' && (content.nodeType || content.jquery)) {
433
- // Content is a DOM node or a jQuery
434
- if (html) {
435
- if (!$$$1(content).parent().is($element)) {
436
- $element.empty().append(content);
437
- }
438
- } else {
439
- $element.text($$$1(content).text());
440
- }
441
- } else {
442
- $element[html ? 'html' : 'text'](content);
443
- }
444
- };
445
-
446
- _proto.getTitle = function getTitle() {
447
- var title = this.element.getAttribute('data-original-title');
448
-
449
- if (!title) {
450
- title = typeof this.config.title === 'function' ? this.config.title.call(this.element) : this.config.title;
451
- }
452
-
453
- return title;
454
- }; // Private
455
-
456
-
457
- _proto._getAttachment = function _getAttachment(placement) {
458
- return AttachmentMap[placement.toUpperCase()];
459
- };
460
-
461
- _proto._setListeners = function _setListeners() {
462
- var _this3 = this;
463
-
464
- var triggers = this.config.trigger.split(' ');
465
- triggers.forEach(function (trigger) {
466
- if (trigger === 'click') {
467
- $$$1(_this3.element).on(_this3.constructor.Event.CLICK, _this3.config.selector, function (event) {
468
- return _this3.toggle(event);
469
- });
470
- } else if (trigger !== Trigger.MANUAL) {
471
- var eventIn = trigger === Trigger.HOVER ? _this3.constructor.Event.MOUSEENTER : _this3.constructor.Event.FOCUSIN;
472
- var eventOut = trigger === Trigger.HOVER ? _this3.constructor.Event.MOUSELEAVE : _this3.constructor.Event.FOCUSOUT;
473
- $$$1(_this3.element).on(eventIn, _this3.config.selector, function (event) {
474
- return _this3._enter(event);
475
- }).on(eventOut, _this3.config.selector, function (event) {
476
- return _this3._leave(event);
477
- });
478
- }
479
-
480
- $$$1(_this3.element).closest('.modal').on('hide.bs.modal', function () {
481
- return _this3.hide();
482
- });
483
- });
484
-
485
- if (this.config.selector) {
486
- this.config = _objectSpread({}, this.config, {
487
- trigger: 'manual',
488
- selector: ''
489
- });
490
- } else {
491
- this._fixTitle();
492
- }
493
- };
494
-
495
- _proto._fixTitle = function _fixTitle() {
496
- var titleType = typeof this.element.getAttribute('data-original-title');
497
-
498
- if (this.element.getAttribute('title') || titleType !== 'string') {
499
- this.element.setAttribute('data-original-title', this.element.getAttribute('title') || '');
500
- this.element.setAttribute('title', '');
501
- }
502
- };
503
-
504
- _proto._enter = function _enter(event, context) {
505
- var dataKey = this.constructor.DATA_KEY;
506
- context = context || $$$1(event.currentTarget).data(dataKey);
507
-
508
- if (!context) {
509
- context = new this.constructor(event.currentTarget, this._getDelegateConfig());
510
- $$$1(event.currentTarget).data(dataKey, context);
511
- }
512
-
513
- if (event) {
514
- context._activeTrigger[event.type === 'focusin' ? Trigger.FOCUS : Trigger.HOVER] = true;
515
- }
516
-
517
- if ($$$1(context.getTipElement()).hasClass(ClassName.SHOW) || context._hoverState === HoverState.SHOW) {
518
- context._hoverState = HoverState.SHOW;
519
- return;
520
- }
521
-
522
- clearTimeout(context._timeout);
523
- context._hoverState = HoverState.SHOW;
524
-
525
- if (!context.config.delay || !context.config.delay.show) {
526
- context.show();
527
- return;
528
- }
529
-
530
- context._timeout = setTimeout(function () {
531
- if (context._hoverState === HoverState.SHOW) {
532
- context.show();
533
- }
534
- }, context.config.delay.show);
535
- };
536
-
537
- _proto._leave = function _leave(event, context) {
538
- var dataKey = this.constructor.DATA_KEY;
539
- context = context || $$$1(event.currentTarget).data(dataKey);
540
-
541
- if (!context) {
542
- context = new this.constructor(event.currentTarget, this._getDelegateConfig());
543
- $$$1(event.currentTarget).data(dataKey, context);
544
- }
545
-
546
- if (event) {
547
- context._activeTrigger[event.type === 'focusout' ? Trigger.FOCUS : Trigger.HOVER] = false;
548
- }
549
-
550
- if (context._isWithActiveTrigger()) {
551
- return;
552
- }
553
-
554
- clearTimeout(context._timeout);
555
- context._hoverState = HoverState.OUT;
556
-
557
- if (!context.config.delay || !context.config.delay.hide) {
558
- context.hide();
559
- return;
560
- }
561
-
562
- context._timeout = setTimeout(function () {
563
- if (context._hoverState === HoverState.OUT) {
564
- context.hide();
565
- }
566
- }, context.config.delay.hide);
567
- };
568
-
569
- _proto._isWithActiveTrigger = function _isWithActiveTrigger() {
570
- for (var trigger in this._activeTrigger) {
571
- if (this._activeTrigger[trigger]) {
572
- return true;
573
- }
574
- }
575
-
576
- return false;
577
- };
578
-
579
- _proto._getConfig = function _getConfig(config) {
580
- config = _objectSpread({}, this.constructor.Default, $$$1(this.element).data(), typeof config === 'object' && config ? config : {});
581
-
582
- if (typeof config.delay === 'number') {
583
- config.delay = {
584
- show: config.delay,
585
- hide: config.delay
586
- };
587
- }
588
-
589
- if (typeof config.title === 'number') {
590
- config.title = config.title.toString();
591
- }
592
-
593
- if (typeof config.content === 'number') {
594
- config.content = config.content.toString();
595
- }
596
-
597
- Util.typeCheckConfig(NAME, config, this.constructor.DefaultType);
598
- return config;
599
- };
600
-
601
- _proto._getDelegateConfig = function _getDelegateConfig() {
602
- var config = {};
603
-
604
- if (this.config) {
605
- for (var key in this.config) {
606
- if (this.constructor.Default[key] !== this.config[key]) {
607
- config[key] = this.config[key];
608
- }
609
- }
610
- }
611
-
612
- return config;
613
- };
614
-
615
- _proto._cleanTipClass = function _cleanTipClass() {
616
- var $tip = $$$1(this.getTipElement());
617
- var tabClass = $tip.attr('class').match(BSCLS_PREFIX_REGEX);
618
-
619
- if (tabClass !== null && tabClass.length) {
620
- $tip.removeClass(tabClass.join(''));
621
- }
622
- };
623
-
624
- _proto._handlePopperPlacementChange = function _handlePopperPlacementChange(popperData) {
625
- var popperInstance = popperData.instance;
626
- this.tip = popperInstance.popper;
627
-
628
- this._cleanTipClass();
629
-
630
- this.addAttachmentClass(this._getAttachment(popperData.placement));
631
- };
632
-
633
- _proto._fixTransition = function _fixTransition() {
634
- var tip = this.getTipElement();
635
- var initConfigAnimation = this.config.animation;
636
-
637
- if (tip.getAttribute('x-placement') !== null) {
638
- return;
639
- }
640
-
641
- $$$1(tip).removeClass(ClassName.FADE);
642
- this.config.animation = false;
643
- this.hide();
644
- this.show();
645
- this.config.animation = initConfigAnimation;
646
- }; // Static
647
-
648
-
649
- Tooltip._jQueryInterface = function _jQueryInterface(config) {
650
- return this.each(function () {
651
- var data = $$$1(this).data(DATA_KEY);
652
-
653
- var _config = typeof config === 'object' && config;
654
-
655
- if (!data && /dispose|hide/.test(config)) {
656
- return;
657
- }
658
-
659
- if (!data) {
660
- data = new Tooltip(this, _config);
661
- $$$1(this).data(DATA_KEY, data);
662
- }
663
-
664
- if (typeof config === 'string') {
665
- if (typeof data[config] === 'undefined') {
666
- throw new TypeError("No method named \"" + config + "\"");
667
- }
668
-
669
- data[config]();
670
- }
671
- });
672
- };
673
-
674
- _createClass(Tooltip, null, [{
675
- key: "VERSION",
676
- get: function get() {
677
- return VERSION;
678
- }
679
- }, {
680
- key: "Default",
681
- get: function get() {
682
- return Default;
683
- }
684
- }, {
685
- key: "NAME",
686
- get: function get() {
687
- return NAME;
688
- }
689
- }, {
690
- key: "DATA_KEY",
691
- get: function get() {
692
- return DATA_KEY;
693
- }
694
- }, {
695
- key: "Event",
696
- get: function get() {
697
- return Event;
698
- }
699
- }, {
700
- key: "EVENT_KEY",
701
- get: function get() {
702
- return EVENT_KEY;
703
- }
704
- }, {
705
- key: "DefaultType",
706
- get: function get() {
707
- return DefaultType;
708
- }
709
- }]);
710
-
711
- return Tooltip;
712
- }();
713
- /**
714
- * ------------------------------------------------------------------------
715
- * jQuery
716
- * ------------------------------------------------------------------------
717
- */
718
-
719
-
720
- $$$1.fn[NAME] = Tooltip._jQueryInterface;
721
- $$$1.fn[NAME].Constructor = Tooltip;
722
-
723
- $$$1.fn[NAME].noConflict = function () {
724
- $$$1.fn[NAME] = JQUERY_NO_CONFLICT;
725
- return Tooltip._jQueryInterface;
726
- };
727
-
728
- return Tooltip;
729
- }($, Popper);
730
-
731
- return Tooltip;
732
-
733
- })));
734
- //# sourceMappingURL=tooltip.js.map