@verdocs/web-sdk 1.2.0 → 1.4.0

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 (475) hide show
  1. package/dist/cjs/Auth-0146ddd8.js +161 -0
  2. package/dist/cjs/{Token-1ea6d834.js → Token-b86e5335.js} +554 -156
  3. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  4. package/dist/cjs/{buffer-es6-ce0cdd81.js → buffer-es6-b2c1c885.js} +13 -0
  5. package/dist/cjs/css-shim-e9231523.js +6 -0
  6. package/dist/cjs/dom-7fb93981.js +75 -0
  7. package/dist/cjs/index-9c6e5f50.js +1976 -0
  8. package/dist/cjs/index-a24f3b6a.js +3096 -0
  9. package/dist/cjs/index-b5a86b04.js +4 -0
  10. package/dist/cjs/{index-4bf5cc66.js → index-c4be37e1.js} +9 -1
  11. package/dist/cjs/loader.cjs.js +19 -3
  12. package/dist/cjs/shadow-css-abc19485.js +389 -0
  13. package/dist/cjs/verdocs-auth.cjs.entry.js +201 -9
  14. package/dist/cjs/verdocs-button.cjs.entry.js +49 -0
  15. package/dist/cjs/verdocs-dropdown.cjs.entry.js +80 -0
  16. package/dist/cjs/verdocs-field-attachment.cjs.entry.js +59 -0
  17. package/dist/cjs/verdocs-field-checkbox.cjs.entry.js +39 -0
  18. package/dist/cjs/verdocs-field-date.cjs.entry.js +2968 -0
  19. package/dist/cjs/verdocs-field-dropdown.cjs.entry.js +59 -0
  20. package/dist/cjs/verdocs-field-initial.cjs.entry.js +52 -0
  21. package/dist/cjs/verdocs-field-payment.cjs.entry.js +86 -0
  22. package/dist/cjs/verdocs-field-radio-button.cjs.entry.js +48 -0
  23. package/dist/cjs/verdocs-field-signature.cjs.entry.js +52 -0
  24. package/dist/cjs/verdocs-field-textarea.cjs.entry.js +63 -0
  25. package/dist/cjs/verdocs-field-textbox.cjs.entry.js +63 -0
  26. package/dist/cjs/verdocs-initial-dialog.cjs.entry.js +3 -3
  27. package/dist/cjs/verdocs-kba-dialog.cjs.entry.js +81 -0
  28. package/dist/cjs/verdocs-loader.cjs.entry.js +2 -2
  29. package/dist/cjs/verdocs-ok-dialog.cjs.entry.js +3 -3
  30. package/dist/cjs/verdocs-organization-card.cjs.entry.js +3 -3
  31. package/dist/cjs/verdocs-quick-functions.cjs.entry.js +2 -2
  32. package/dist/cjs/{verdocs-search-activity_2.cjs.entry.js → verdocs-search-activity.cjs.entry.js} +116 -63
  33. package/dist/cjs/verdocs-search-box.cjs.entry.js +60 -0
  34. package/dist/cjs/verdocs-search-tabs.cjs.entry.js +2 -2
  35. package/dist/cjs/verdocs-search.cjs.entry.js +3 -3
  36. package/dist/cjs/verdocs-sign.cjs.entry.js +1523 -19
  37. package/dist/cjs/verdocs-signature-dialog.cjs.entry.js +4 -4
  38. package/dist/cjs/verdocs-status-indicator.cjs.entry.js +7615 -0
  39. package/dist/cjs/verdocs-template-card.cjs.entry.js +3 -3
  40. package/dist/cjs/verdocs-template-tags.cjs.entry.js +3 -3
  41. package/dist/cjs/verdocs-text-input.cjs.entry.js +62 -0
  42. package/dist/cjs/verdocs-toggle.cjs.entry.js +3 -3
  43. package/dist/cjs/verdocs-upload-dialog.cjs.entry.js +3 -3
  44. package/dist/cjs/{verdocs-dropdown_12.cjs.entry.js → verdocs-view.cjs.entry.js} +52 -5098
  45. package/dist/cjs/verdocs-web-sdk.cjs.js +117 -5
  46. package/dist/collection/collection-manifest.json +4 -3
  47. package/dist/collection/components/controls/verdocs-button/verdocs-button.css +110 -34
  48. package/dist/collection/components/controls/verdocs-button/verdocs-button.js +85 -13
  49. package/dist/collection/components/controls/verdocs-button/verdocs-button.stories.js +41 -2
  50. package/dist/collection/components/controls/verdocs-dropdown/verdocs-dropdown.css +7 -10
  51. package/dist/collection/components/controls/verdocs-dropdown/verdocs-dropdown.js +1 -15
  52. package/dist/collection/components/controls/verdocs-loader/verdocs-loader.js +3 -0
  53. package/dist/collection/components/controls/verdocs-organization-card/verdocs-organization-card.css +4 -6
  54. package/dist/collection/components/controls/verdocs-status-indicator/accepted-dark.svg +4 -0
  55. package/dist/collection/components/controls/verdocs-status-indicator/accepted-light.svg +4 -0
  56. package/dist/collection/components/controls/verdocs-status-indicator/arrowright.svg +3 -0
  57. package/dist/collection/components/controls/verdocs-status-indicator/canceled-dark.svg +3 -0
  58. package/dist/collection/components/controls/verdocs-status-indicator/canceled-light.svg +3 -0
  59. package/dist/collection/components/controls/verdocs-status-indicator/complete-dark.svg +3 -0
  60. package/dist/collection/components/controls/verdocs-status-indicator/complete-light.svg +3 -0
  61. package/dist/collection/components/controls/verdocs-status-indicator/declined-dark.svg +3 -0
  62. package/dist/collection/components/controls/verdocs-status-indicator/declined-light.svg +3 -0
  63. package/dist/collection/components/controls/verdocs-status-indicator/in-progress-dark.svg +3 -0
  64. package/dist/collection/components/controls/verdocs-status-indicator/in-progress-light.svg +3 -0
  65. package/dist/collection/components/controls/verdocs-status-indicator/opened-dark.svg +4 -0
  66. package/dist/collection/components/controls/verdocs-status-indicator/opened-light.svg +4 -0
  67. package/dist/collection/components/controls/verdocs-status-indicator/pending-dark.svg +3 -0
  68. package/dist/collection/components/controls/verdocs-status-indicator/pending-light.svg +3 -0
  69. package/dist/collection/components/controls/verdocs-status-indicator/recipient-flow.js +218 -0
  70. package/dist/collection/components/controls/verdocs-status-indicator/signed-dark.svg +4 -0
  71. package/dist/collection/components/controls/verdocs-status-indicator/signed-light.svg +4 -0
  72. package/dist/collection/components/controls/verdocs-status-indicator/some-signed-dark.svg +3 -0
  73. package/dist/collection/components/controls/verdocs-status-indicator/some-signed-light.svg +3 -0
  74. package/dist/collection/components/controls/verdocs-status-indicator/submitted-dark.svg +3 -0
  75. package/dist/collection/components/controls/verdocs-status-indicator/submitted-light.svg +3 -0
  76. package/dist/collection/components/controls/verdocs-status-indicator/verdocs-status-indicator.css +48 -0
  77. package/dist/collection/components/controls/verdocs-status-indicator/verdocs-status-indicator.js +344 -0
  78. package/dist/collection/components/controls/verdocs-status-indicator/verdocs-status-indicator.stories.js +69 -0
  79. package/dist/collection/components/controls/verdocs-template-card/verdocs-template-card.css +5 -7
  80. package/dist/collection/components/controls/verdocs-template-tags/verdocs-template-tags.css +5 -7
  81. package/dist/collection/components/controls/verdocs-text-input/verdocs-text-input.css +4 -6
  82. package/dist/collection/components/controls/verdocs-toggle/verdocs-toggle.css +4 -6
  83. package/dist/collection/components/controls/verdocs-toggle/verdocs-toggle.stories.js +1 -1
  84. package/dist/collection/components/dialogs/verdocs-initial-dialog/verdocs-initial-dialog.css +3 -4
  85. package/dist/collection/components/dialogs/verdocs-kba-dialog/question.svg +4 -0
  86. package/dist/collection/components/dialogs/verdocs-kba-dialog/verdocs-kba-dialog.css +95 -0
  87. package/dist/collection/components/dialogs/verdocs-kba-dialog/verdocs-kba-dialog.js +292 -0
  88. package/dist/collection/components/dialogs/verdocs-kba-dialog/verdocs-kba-dialog.stories.js +36 -0
  89. package/dist/collection/components/dialogs/verdocs-ok-dialog/verdocs-ok-dialog.css +1 -2
  90. package/dist/collection/components/dialogs/verdocs-signature-dialog/verdocs-signature-dialog.css +1 -2
  91. package/dist/collection/components/dialogs/verdocs-signature-dialog/verdocs-signature-dialog.js +2 -2
  92. package/dist/collection/components/dialogs/verdocs-upload-dialog/verdocs-upload-dialog.css +1 -2
  93. package/dist/collection/components/elements/verdocs-field-attachment/verdocs-field-attachment.stories.js +1 -1
  94. package/dist/collection/components/elements/verdocs-field-checkbox-group/verdocs-field-checkbox.stories.js +1 -1
  95. package/dist/collection/components/elements/verdocs-field-date/verdocs-field-date.stories.js +1 -1
  96. package/dist/collection/components/elements/verdocs-field-dropdown/verdocs-field-dropdown.stories.js +1 -1
  97. package/dist/collection/components/elements/verdocs-field-initial/verdocs-field-initial.stories.js +1 -1
  98. package/dist/collection/components/elements/verdocs-field-payment/verdocs-field-payment.stories.js +1 -1
  99. package/dist/collection/components/elements/verdocs-field-radio-button-group/verdocs-field-radio-button.stories.js +1 -1
  100. package/dist/collection/components/elements/verdocs-field-signature/verdocs-field-signature.stories.js +1 -1
  101. package/dist/collection/components/elements/verdocs-field-textarea/verdocs-field-textarea.stories.js +1 -1
  102. package/dist/collection/components/elements/verdocs-field-textbox/verdocs-field-textbox.stories.js +1 -1
  103. package/dist/collection/components/elements/verdocs-quick-functions/verdocs-quick-functions.stories.js +1 -1
  104. package/dist/collection/components/elements/verdocs-search-activity/verdocs-search-activity.stories.js +1 -1
  105. package/dist/collection/components/elements/verdocs-search-box/verdocs-search-box.stories.js +1 -1
  106. package/dist/collection/components/elements/verdocs-search-tabs/verdocs-search-tabs.stories.js +1 -1
  107. package/dist/collection/components/embeds/verdocs-auth/verdocs-auth.css +3 -5
  108. package/dist/collection/components/embeds/verdocs-search/verdocs-search.css +2 -4
  109. package/dist/collection/components/embeds/verdocs-sign/verdocs-sign.css +2 -3
  110. package/dist/collection/components/embeds/verdocs-sign/verdocs-sign.js +2 -5
  111. package/dist/collection/components/embeds/verdocs-sign/verdocs-sign.stories.js +2 -2
  112. package/dist/collection/components/embeds/verdocs-view/verdocs-view.css +1 -3
  113. package/dist/components/Auth.js +157 -0
  114. package/dist/{esm/Token-b82a8ea3.js → components/Token.js} +554 -156
  115. package/dist/{esm/buffer-es6-681a33da.js → components/buffer-es6.js} +13 -0
  116. package/dist/components/index.d.ts +53 -0
  117. package/dist/components/index.js +37 -0
  118. package/dist/components/index2.js +1 -0
  119. package/dist/components/index3.js +1974 -0
  120. package/dist/{esm/index-2b1938ea.js → components/index4.js} +10 -2
  121. package/dist/components/verdocs-auth.d.ts +11 -0
  122. package/dist/components/verdocs-auth.js +347 -0
  123. package/dist/components/verdocs-button.d.ts +11 -0
  124. package/dist/components/verdocs-button.js +6 -0
  125. package/dist/components/verdocs-button2.js +68 -0
  126. package/dist/components/verdocs-dropdown.d.ts +11 -0
  127. package/dist/components/verdocs-dropdown.js +6 -0
  128. package/dist/components/verdocs-dropdown2.js +94 -0
  129. package/dist/components/verdocs-field-attachment.d.ts +11 -0
  130. package/dist/components/verdocs-field-attachment.js +6 -0
  131. package/dist/components/verdocs-field-attachment2.js +88 -0
  132. package/dist/components/verdocs-field-checkbox.d.ts +11 -0
  133. package/dist/components/verdocs-field-checkbox.js +6 -0
  134. package/dist/components/verdocs-field-checkbox2.js +55 -0
  135. package/dist/components/verdocs-field-date.d.ts +11 -0
  136. package/dist/components/verdocs-field-date.js +6 -0
  137. package/dist/components/verdocs-field-date2.js +2987 -0
  138. package/dist/components/verdocs-field-dropdown.d.ts +11 -0
  139. package/dist/components/verdocs-field-dropdown.js +6 -0
  140. package/dist/components/verdocs-field-dropdown2.js +78 -0
  141. package/dist/components/verdocs-field-initial.d.ts +11 -0
  142. package/dist/components/verdocs-field-initial.js +6 -0
  143. package/dist/components/verdocs-field-initial2.js +86 -0
  144. package/dist/components/verdocs-field-payment.d.ts +11 -0
  145. package/dist/components/verdocs-field-payment.js +6 -0
  146. package/dist/components/verdocs-field-payment2.js +114 -0
  147. package/dist/components/verdocs-field-radio-button.d.ts +11 -0
  148. package/dist/components/verdocs-field-radio-button.js +6 -0
  149. package/dist/components/verdocs-field-radio-button2.js +66 -0
  150. package/dist/components/verdocs-field-signature.d.ts +11 -0
  151. package/dist/components/verdocs-field-signature.js +6 -0
  152. package/dist/components/verdocs-field-signature2.js +86 -0
  153. package/dist/components/verdocs-field-textarea.d.ts +11 -0
  154. package/dist/components/verdocs-field-textarea.js +6 -0
  155. package/dist/components/verdocs-field-textarea2.js +82 -0
  156. package/dist/components/verdocs-field-textbox.d.ts +11 -0
  157. package/dist/components/verdocs-field-textbox.js +6 -0
  158. package/dist/components/verdocs-field-textbox2.js +82 -0
  159. package/dist/components/verdocs-initial-dialog.d.ts +11 -0
  160. package/dist/components/verdocs-initial-dialog.js +6 -0
  161. package/dist/components/verdocs-initial-dialog2.js +272 -0
  162. package/dist/components/verdocs-kba-dialog.d.ts +11 -0
  163. package/dist/components/verdocs-kba-dialog.js +112 -0
  164. package/dist/components/verdocs-loader.d.ts +11 -0
  165. package/dist/components/verdocs-loader.js +6 -0
  166. package/dist/components/verdocs-loader2.js +30 -0
  167. package/dist/components/verdocs-ok-dialog.d.ts +11 -0
  168. package/dist/components/verdocs-ok-dialog.js +6 -0
  169. package/dist/components/verdocs-ok-dialog2.js +70 -0
  170. package/dist/components/verdocs-organization-card.d.ts +11 -0
  171. package/dist/components/verdocs-organization-card.js +38 -0
  172. package/dist/components/verdocs-quick-functions.d.ts +11 -0
  173. package/dist/components/verdocs-quick-functions.js +45 -0
  174. package/dist/components/verdocs-search-activity.d.ts +11 -0
  175. package/dist/components/verdocs-search-activity.js +6 -0
  176. package/dist/components/verdocs-search-activity2.js +281 -0
  177. package/dist/components/verdocs-search-box.d.ts +11 -0
  178. package/dist/components/verdocs-search-box.js +6 -0
  179. package/dist/components/verdocs-search-box2.js +75 -0
  180. package/dist/components/verdocs-search-tabs.d.ts +11 -0
  181. package/dist/components/verdocs-search-tabs.js +36 -0
  182. package/dist/components/verdocs-search.d.ts +11 -0
  183. package/dist/components/verdocs-search.js +45 -0
  184. package/dist/components/verdocs-sign.d.ts +11 -0
  185. package/dist/components/verdocs-sign.js +2135 -0
  186. package/dist/components/verdocs-signature-dialog.d.ts +11 -0
  187. package/dist/components/verdocs-signature-dialog.js +6 -0
  188. package/dist/components/verdocs-signature-dialog2.js +268 -0
  189. package/dist/components/verdocs-status-indicator.d.ts +11 -0
  190. package/dist/components/verdocs-status-indicator.js +7635 -0
  191. package/dist/components/verdocs-template-card.d.ts +11 -0
  192. package/dist/components/verdocs-template-card.js +54 -0
  193. package/dist/components/verdocs-template-tags.d.ts +11 -0
  194. package/dist/components/verdocs-template-tags.js +36 -0
  195. package/dist/components/verdocs-text-input.d.ts +11 -0
  196. package/dist/components/verdocs-text-input.js +6 -0
  197. package/dist/components/verdocs-text-input2.js +81 -0
  198. package/dist/components/verdocs-toggle.d.ts +11 -0
  199. package/dist/components/verdocs-toggle.js +53 -0
  200. package/dist/components/verdocs-upload-dialog.d.ts +11 -0
  201. package/dist/components/verdocs-upload-dialog.js +6 -0
  202. package/dist/components/verdocs-upload-dialog2.js +144 -0
  203. package/dist/components/verdocs-view.d.ts +11 -0
  204. package/dist/components/verdocs-view.js +6 -0
  205. package/dist/{custom-elements/index.js → components/verdocs-view2.js} +63 -11001
  206. package/dist/custom-elements.json +830 -0
  207. package/dist/docs.d.ts +3 -0
  208. package/dist/docs.json +407 -60
  209. package/dist/esm/Auth-4b21fced.js +157 -0
  210. package/dist/esm/Token-29eea56d.js +2458 -0
  211. package/dist/esm/app-globals-0f993ce5.js +3 -0
  212. package/dist/esm/buffer-es6-5cef4368.js +1985 -0
  213. package/dist/esm/css-shim-60f618b9.js +4 -0
  214. package/dist/esm/dom-4eeb3fee.js +73 -0
  215. package/dist/esm/index-432c65a6.js +1974 -0
  216. package/dist/esm/index-97ec070b.js +47 -0
  217. package/dist/esm/index-ddbd60b5.js +3059 -0
  218. package/dist/esm/index-ef172650.js +1 -0
  219. package/dist/esm/loader.js +19 -3
  220. package/dist/esm/polyfills/css-shim.js +1 -1
  221. package/dist/esm/shadow-css-02866686.js +387 -0
  222. package/dist/esm/verdocs-auth.entry.js +198 -6
  223. package/dist/esm/verdocs-button.entry.js +45 -0
  224. package/dist/esm/verdocs-dropdown.entry.js +76 -0
  225. package/dist/esm/verdocs-field-attachment.entry.js +55 -0
  226. package/dist/esm/verdocs-field-checkbox.entry.js +35 -0
  227. package/dist/esm/verdocs-field-date.entry.js +2964 -0
  228. package/dist/esm/verdocs-field-dropdown.entry.js +55 -0
  229. package/dist/esm/verdocs-field-initial.entry.js +48 -0
  230. package/dist/esm/verdocs-field-payment.entry.js +82 -0
  231. package/dist/esm/verdocs-field-radio-button.entry.js +44 -0
  232. package/dist/esm/verdocs-field-signature.entry.js +48 -0
  233. package/dist/esm/verdocs-field-textarea.entry.js +59 -0
  234. package/dist/esm/verdocs-field-textbox.entry.js +59 -0
  235. package/dist/esm/verdocs-initial-dialog.entry.js +3 -3
  236. package/dist/esm/verdocs-kba-dialog.entry.js +77 -0
  237. package/dist/esm/verdocs-loader.entry.js +2 -2
  238. package/dist/esm/verdocs-ok-dialog.entry.js +3 -3
  239. package/dist/esm/verdocs-organization-card.entry.js +3 -3
  240. package/dist/esm/verdocs-quick-functions.entry.js +2 -2
  241. package/dist/esm/{verdocs-search-activity_2.entry.js → verdocs-search-activity.entry.js} +117 -63
  242. package/dist/esm/verdocs-search-box.entry.js +56 -0
  243. package/dist/esm/verdocs-search-tabs.entry.js +2 -2
  244. package/dist/esm/verdocs-search.entry.js +3 -3
  245. package/dist/esm/verdocs-sign.entry.js +1523 -19
  246. package/dist/esm/verdocs-signature-dialog.entry.js +4 -4
  247. package/dist/esm/verdocs-status-indicator.entry.js +7611 -0
  248. package/dist/esm/verdocs-template-card.entry.js +3 -3
  249. package/dist/esm/verdocs-template-tags.entry.js +3 -3
  250. package/dist/esm/verdocs-text-input.entry.js +58 -0
  251. package/dist/esm/verdocs-toggle.entry.js +3 -3
  252. package/dist/esm/verdocs-upload-dialog.entry.js +3 -3
  253. package/dist/esm/{verdocs-dropdown_12.entry.js → verdocs-view.entry.js} +36 -5071
  254. package/dist/esm/verdocs-web-sdk.js +117 -5
  255. package/dist/esm-es5/Auth-4b21fced.js +1 -0
  256. package/dist/esm-es5/Token-29eea56d.js +1 -0
  257. package/dist/esm-es5/app-globals-0f993ce5.js +1 -0
  258. package/dist/esm-es5/buffer-es6-5cef4368.js +7 -0
  259. package/dist/esm-es5/css-shim-60f618b9.js +1 -0
  260. package/dist/esm-es5/dom-4eeb3fee.js +21 -0
  261. package/dist/esm-es5/index-432c65a6.js +1 -0
  262. package/dist/esm-es5/index-97ec070b.js +1 -0
  263. package/dist/esm-es5/index-ddbd60b5.js +2 -0
  264. package/dist/esm-es5/index-ef172650.js +1 -0
  265. package/dist/esm-es5/loader.js +1 -1
  266. package/dist/esm-es5/shadow-css-02866686.js +12 -0
  267. package/dist/esm-es5/verdocs-auth.entry.js +1 -1
  268. package/dist/esm-es5/verdocs-button.entry.js +1 -0
  269. package/dist/esm-es5/verdocs-dropdown.entry.js +1 -0
  270. package/dist/esm-es5/verdocs-field-attachment.entry.js +1 -0
  271. package/dist/esm-es5/verdocs-field-checkbox.entry.js +1 -0
  272. package/dist/esm-es5/verdocs-field-date.entry.js +1 -0
  273. package/dist/esm-es5/verdocs-field-dropdown.entry.js +1 -0
  274. package/dist/esm-es5/verdocs-field-initial.entry.js +1 -0
  275. package/dist/esm-es5/verdocs-field-payment.entry.js +1 -0
  276. package/dist/esm-es5/verdocs-field-radio-button.entry.js +1 -0
  277. package/dist/esm-es5/verdocs-field-signature.entry.js +1 -0
  278. package/dist/esm-es5/verdocs-field-textarea.entry.js +1 -0
  279. package/dist/esm-es5/verdocs-field-textbox.entry.js +1 -0
  280. package/dist/esm-es5/verdocs-initial-dialog.entry.js +1 -1
  281. package/dist/esm-es5/verdocs-kba-dialog.entry.js +1 -0
  282. package/dist/esm-es5/verdocs-loader.entry.js +1 -1
  283. package/dist/esm-es5/verdocs-ok-dialog.entry.js +1 -1
  284. package/dist/esm-es5/verdocs-organization-card.entry.js +1 -1
  285. package/dist/esm-es5/verdocs-quick-functions.entry.js +1 -1
  286. package/dist/esm-es5/verdocs-search-activity.entry.js +1 -0
  287. package/dist/esm-es5/verdocs-search-box.entry.js +1 -0
  288. package/dist/esm-es5/verdocs-search-tabs.entry.js +1 -1
  289. package/dist/esm-es5/verdocs-search.entry.js +1 -1
  290. package/dist/esm-es5/verdocs-sign.entry.js +1 -1
  291. package/dist/esm-es5/verdocs-signature-dialog.entry.js +1 -1
  292. package/dist/esm-es5/verdocs-status-indicator.entry.js +11 -0
  293. package/dist/esm-es5/verdocs-template-card.entry.js +1 -1
  294. package/dist/esm-es5/verdocs-template-tags.entry.js +1 -1
  295. package/dist/esm-es5/verdocs-text-input.entry.js +1 -0
  296. package/dist/esm-es5/verdocs-toggle.entry.js +1 -1
  297. package/dist/esm-es5/verdocs-upload-dialog.entry.js +1 -1
  298. package/dist/esm-es5/verdocs-view.entry.js +23 -0
  299. package/dist/esm-es5/verdocs-web-sdk.js +1 -1
  300. package/dist/types/components/controls/verdocs-button/verdocs-button.d.ts +26 -6
  301. package/dist/types/components/controls/verdocs-button/verdocs-button.stories.d.ts +4 -1
  302. package/dist/types/components/controls/verdocs-dropdown/verdocs-dropdown.d.ts +0 -14
  303. package/dist/types/components/controls/verdocs-loader/verdocs-loader.d.ts +3 -0
  304. package/dist/types/components/controls/verdocs-status-indicator/recipient-flow.d.ts +4 -0
  305. package/dist/types/components/controls/verdocs-status-indicator/verdocs-status-indicator.d.ts +42 -0
  306. package/dist/types/components/controls/{verdocs-document-status/verdocs-document-status.stories.d.ts → verdocs-status-indicator/verdocs-status-indicator.stories.d.ts} +4 -1
  307. package/dist/types/components/dialogs/verdocs-kba-dialog/verdocs-kba-dialog.d.ts +57 -0
  308. package/dist/types/components/dialogs/verdocs-kba-dialog/verdocs-kba-dialog.stories.d.ts +15 -0
  309. package/dist/types/components.d.ts +307 -74
  310. package/dist/verdocs-web-sdk/Auth-4b21fced.js +157 -0
  311. package/dist/verdocs-web-sdk/Auth-82e38539.system.js +1 -0
  312. package/dist/verdocs-web-sdk/Token-29eea56d.js +2458 -0
  313. package/dist/verdocs-web-sdk/Token-c1cf309e.system.js +1 -0
  314. package/dist/verdocs-web-sdk/app-globals-0f993ce5.js +3 -0
  315. package/dist/verdocs-web-sdk/app-globals-497eb362.system.js +1 -0
  316. package/dist/verdocs-web-sdk/buffer-es6-5cef4368.js +1985 -0
  317. package/dist/verdocs-web-sdk/buffer-es6-aa11181b.system.js +7 -0
  318. package/dist/verdocs-web-sdk/css-shim-60f618b9.js +4 -0
  319. package/dist/verdocs-web-sdk/css-shim-e41ceccc.system.js +1 -0
  320. package/dist/verdocs-web-sdk/dom-4eeb3fee.js +73 -0
  321. package/dist/verdocs-web-sdk/dom-89b5deb7.system.js +21 -0
  322. package/dist/verdocs-web-sdk/index-027b383e.system.js +1 -0
  323. package/dist/verdocs-web-sdk/index-06e036a1.system.js +1 -0
  324. package/dist/verdocs-web-sdk/index-432c65a6.js +1974 -0
  325. package/dist/verdocs-web-sdk/index-5d49316f.system.js +1 -0
  326. package/dist/verdocs-web-sdk/index-6465280a.system.js +2 -0
  327. package/dist/verdocs-web-sdk/index-97ec070b.js +47 -0
  328. package/dist/verdocs-web-sdk/index-ddbd60b5.js +3059 -0
  329. package/dist/verdocs-web-sdk/index-ef172650.js +1 -0
  330. package/dist/verdocs-web-sdk/index.esm.js +1 -0
  331. package/dist/verdocs-web-sdk/{p-50ea2036.system.js → index.system.js} +0 -0
  332. package/dist/verdocs-web-sdk/shadow-css-02866686.js +387 -0
  333. package/dist/verdocs-web-sdk/shadow-css-6207e159.system.js +13 -0
  334. package/dist/verdocs-web-sdk/verdocs-auth.entry.js +302 -0
  335. package/dist/verdocs-web-sdk/verdocs-auth.system.entry.js +1 -0
  336. package/dist/verdocs-web-sdk/verdocs-button.entry.js +45 -0
  337. package/dist/verdocs-web-sdk/verdocs-button.system.entry.js +1 -0
  338. package/dist/verdocs-web-sdk/verdocs-dropdown.entry.js +76 -0
  339. package/dist/verdocs-web-sdk/verdocs-dropdown.system.entry.js +1 -0
  340. package/dist/verdocs-web-sdk/verdocs-field-attachment.entry.js +55 -0
  341. package/dist/verdocs-web-sdk/verdocs-field-attachment.system.entry.js +1 -0
  342. package/dist/verdocs-web-sdk/verdocs-field-checkbox.entry.js +35 -0
  343. package/dist/verdocs-web-sdk/verdocs-field-checkbox.system.entry.js +1 -0
  344. package/dist/verdocs-web-sdk/verdocs-field-date.entry.js +2964 -0
  345. package/dist/verdocs-web-sdk/verdocs-field-date.system.entry.js +1 -0
  346. package/dist/verdocs-web-sdk/verdocs-field-dropdown.entry.js +55 -0
  347. package/dist/verdocs-web-sdk/verdocs-field-dropdown.system.entry.js +1 -0
  348. package/dist/verdocs-web-sdk/verdocs-field-initial.entry.js +48 -0
  349. package/dist/verdocs-web-sdk/verdocs-field-initial.system.entry.js +1 -0
  350. package/dist/verdocs-web-sdk/verdocs-field-payment.entry.js +82 -0
  351. package/dist/verdocs-web-sdk/verdocs-field-payment.system.entry.js +1 -0
  352. package/dist/verdocs-web-sdk/verdocs-field-radio-button.entry.js +44 -0
  353. package/dist/verdocs-web-sdk/verdocs-field-radio-button.system.entry.js +1 -0
  354. package/dist/verdocs-web-sdk/verdocs-field-signature.entry.js +48 -0
  355. package/dist/verdocs-web-sdk/verdocs-field-signature.system.entry.js +1 -0
  356. package/dist/verdocs-web-sdk/verdocs-field-textarea.entry.js +59 -0
  357. package/dist/verdocs-web-sdk/verdocs-field-textarea.system.entry.js +1 -0
  358. package/dist/verdocs-web-sdk/verdocs-field-textbox.entry.js +59 -0
  359. package/dist/verdocs-web-sdk/verdocs-field-textbox.system.entry.js +1 -0
  360. package/dist/verdocs-web-sdk/verdocs-initial-dialog.entry.js +239 -0
  361. package/dist/verdocs-web-sdk/verdocs-initial-dialog.system.entry.js +1 -0
  362. package/dist/verdocs-web-sdk/verdocs-kba-dialog.entry.js +77 -0
  363. package/dist/verdocs-web-sdk/verdocs-kba-dialog.system.entry.js +1 -0
  364. package/dist/verdocs-web-sdk/verdocs-loader.entry.js +15 -0
  365. package/dist/verdocs-web-sdk/verdocs-loader.system.entry.js +1 -0
  366. package/dist/verdocs-web-sdk/verdocs-ok-dialog.entry.js +44 -0
  367. package/dist/verdocs-web-sdk/verdocs-ok-dialog.system.entry.js +1 -0
  368. package/dist/verdocs-web-sdk/verdocs-organization-card.entry.js +18 -0
  369. package/dist/verdocs-web-sdk/verdocs-organization-card.system.entry.js +1 -0
  370. package/dist/verdocs-web-sdk/verdocs-quick-functions.entry.js +27 -0
  371. package/dist/verdocs-web-sdk/verdocs-quick-functions.system.entry.js +1 -0
  372. package/dist/verdocs-web-sdk/verdocs-search-activity.entry.js +259 -0
  373. package/dist/verdocs-web-sdk/verdocs-search-activity.system.entry.js +1 -0
  374. package/dist/verdocs-web-sdk/verdocs-search-box.entry.js +56 -0
  375. package/dist/verdocs-web-sdk/verdocs-search-box.system.entry.js +1 -0
  376. package/dist/verdocs-web-sdk/verdocs-search-tabs.entry.js +16 -0
  377. package/dist/verdocs-web-sdk/verdocs-search-tabs.system.entry.js +1 -0
  378. package/dist/verdocs-web-sdk/verdocs-search.entry.js +15 -0
  379. package/dist/verdocs-web-sdk/verdocs-search.system.entry.js +1 -0
  380. package/dist/verdocs-web-sdk/verdocs-sign.entry.js +1995 -0
  381. package/dist/verdocs-web-sdk/verdocs-sign.system.entry.js +1 -0
  382. package/dist/verdocs-web-sdk/verdocs-signature-dialog.entry.js +235 -0
  383. package/dist/verdocs-web-sdk/verdocs-signature-dialog.system.entry.js +1 -0
  384. package/dist/verdocs-web-sdk/verdocs-status-indicator.entry.js +7611 -0
  385. package/dist/verdocs-web-sdk/verdocs-status-indicator.system.entry.js +1 -0
  386. package/dist/verdocs-web-sdk/verdocs-template-card.entry.js +34 -0
  387. package/dist/verdocs-web-sdk/verdocs-template-card.system.entry.js +1 -0
  388. package/dist/verdocs-web-sdk/verdocs-template-tags.entry.js +16 -0
  389. package/dist/verdocs-web-sdk/verdocs-template-tags.system.entry.js +1 -0
  390. package/dist/verdocs-web-sdk/verdocs-text-input.entry.js +58 -0
  391. package/dist/verdocs-web-sdk/verdocs-text-input.system.entry.js +1 -0
  392. package/dist/verdocs-web-sdk/verdocs-toggle.entry.js +32 -0
  393. package/dist/verdocs-web-sdk/verdocs-toggle.system.entry.js +1 -0
  394. package/dist/verdocs-web-sdk/verdocs-upload-dialog.entry.js +119 -0
  395. package/dist/verdocs-web-sdk/verdocs-upload-dialog.system.entry.js +1 -0
  396. package/dist/verdocs-web-sdk/verdocs-view.entry.js +16118 -0
  397. package/dist/verdocs-web-sdk/verdocs-view.system.entry.js +23 -0
  398. package/dist/verdocs-web-sdk/verdocs-web-sdk.css +57 -1
  399. package/dist/verdocs-web-sdk/verdocs-web-sdk.esm.js +129 -1
  400. package/dist/verdocs-web-sdk/verdocs-web-sdk.js +1 -1
  401. package/dist/verdocs-web-sdk/verdocs-web-sdk.system.js +1 -0
  402. package/package.json +34 -31
  403. package/dist/cjs/Auth-0ba9a04b.js +0 -68
  404. package/dist/cjs/index-01e27102.js +0 -1287
  405. package/dist/cjs/verdocs-button_2.cjs.entry.js +0 -98
  406. package/dist/cjs/verdocs-document-status.cjs.entry.js +0 -54
  407. package/dist/collection/components/controls/verdocs-document-status/check.svg +0 -3
  408. package/dist/collection/components/controls/verdocs-document-status/pending.svg +0 -1
  409. package/dist/collection/components/controls/verdocs-document-status/stop.svg +0 -1
  410. package/dist/collection/components/controls/verdocs-document-status/verdocs-document-status.css +0 -18
  411. package/dist/collection/components/controls/verdocs-document-status/verdocs-document-status.js +0 -70
  412. package/dist/collection/components/controls/verdocs-document-status/verdocs-document-status.stories.js +0 -15
  413. package/dist/collection/components/controls/verdocs-document-status/x.svg +0 -1
  414. package/dist/custom-elements/index.d.ts +0 -225
  415. package/dist/esm/Auth-16761ea6.js +0 -64
  416. package/dist/esm/index-ade0ef1e.js +0 -1259
  417. package/dist/esm/verdocs-button_2.entry.js +0 -93
  418. package/dist/esm/verdocs-document-status.entry.js +0 -50
  419. package/dist/esm-es5/Auth-16761ea6.js +0 -1
  420. package/dist/esm-es5/Token-b82a8ea3.js +0 -1
  421. package/dist/esm-es5/buffer-es6-681a33da.js +0 -7
  422. package/dist/esm-es5/index-2b1938ea.js +0 -1
  423. package/dist/esm-es5/index-ade0ef1e.js +0 -1
  424. package/dist/esm-es5/verdocs-button_2.entry.js +0 -1
  425. package/dist/esm-es5/verdocs-document-status.entry.js +0 -1
  426. package/dist/esm-es5/verdocs-dropdown_12.entry.js +0 -23
  427. package/dist/esm-es5/verdocs-search-activity_2.entry.js +0 -1
  428. package/dist/types/components/controls/verdocs-document-status/verdocs-document-status.d.ts +0 -11
  429. package/dist/verdocs-web-sdk/p-063c4c71.entry.js +0 -1
  430. package/dist/verdocs-web-sdk/p-10e7c953.system.entry.js +0 -1
  431. package/dist/verdocs-web-sdk/p-183c7338.entry.js +0 -1
  432. package/dist/verdocs-web-sdk/p-25a138c4.entry.js +0 -1
  433. package/dist/verdocs-web-sdk/p-28b3017f.entry.js +0 -1
  434. package/dist/verdocs-web-sdk/p-29abe078.js +0 -1
  435. package/dist/verdocs-web-sdk/p-2ec1d8d8.entry.js +0 -1
  436. package/dist/verdocs-web-sdk/p-3ced6e3a.system.js +0 -1
  437. package/dist/verdocs-web-sdk/p-41383ebc.system.entry.js +0 -1
  438. package/dist/verdocs-web-sdk/p-44b75396.system.js +0 -1
  439. package/dist/verdocs-web-sdk/p-48b73707.system.entry.js +0 -1
  440. package/dist/verdocs-web-sdk/p-4bfe13e6.system.entry.js +0 -1
  441. package/dist/verdocs-web-sdk/p-556f577f.system.js +0 -1
  442. package/dist/verdocs-web-sdk/p-6e95da9d.js +0 -1
  443. package/dist/verdocs-web-sdk/p-6ef8ca10.system.entry.js +0 -1
  444. package/dist/verdocs-web-sdk/p-72ebb6e3.system.entry.js +0 -1
  445. package/dist/verdocs-web-sdk/p-817302a8.entry.js +0 -1
  446. package/dist/verdocs-web-sdk/p-8a1b9ad0.entry.js +0 -1
  447. package/dist/verdocs-web-sdk/p-91f87fa8.system.entry.js +0 -1
  448. package/dist/verdocs-web-sdk/p-95880bac.entry.js +0 -1
  449. package/dist/verdocs-web-sdk/p-9e0a07a7.js +0 -1
  450. package/dist/verdocs-web-sdk/p-a0fcbe6e.system.entry.js +0 -1
  451. package/dist/verdocs-web-sdk/p-ae37b970.entry.js +0 -1
  452. package/dist/verdocs-web-sdk/p-b3c30059.system.js +0 -1
  453. package/dist/verdocs-web-sdk/p-b567001f.entry.js +0 -1
  454. package/dist/verdocs-web-sdk/p-b8f5af91.system.entry.js +0 -1
  455. package/dist/verdocs-web-sdk/p-bc61d0ce.entry.js +0 -23
  456. package/dist/verdocs-web-sdk/p-c4add613.entry.js +0 -1
  457. package/dist/verdocs-web-sdk/p-ccad2089.system.entry.js +0 -1
  458. package/dist/verdocs-web-sdk/p-cec7e9ea.js +0 -1
  459. package/dist/verdocs-web-sdk/p-cfb1cad1.system.entry.js +0 -1
  460. package/dist/verdocs-web-sdk/p-d3a4e22e.system.entry.js +0 -1
  461. package/dist/verdocs-web-sdk/p-d3ae5318.system.entry.js +0 -1
  462. package/dist/verdocs-web-sdk/p-d9474f48.system.js +0 -7
  463. package/dist/verdocs-web-sdk/p-dc1f3572.entry.js +0 -1
  464. package/dist/verdocs-web-sdk/p-dcf25d2c.system.entry.js +0 -23
  465. package/dist/verdocs-web-sdk/p-df4ae522.entry.js +0 -1
  466. package/dist/verdocs-web-sdk/p-e0091c19.system.entry.js +0 -1
  467. package/dist/verdocs-web-sdk/p-e1887a75.system.entry.js +0 -1
  468. package/dist/verdocs-web-sdk/p-e9f5d6a6.js +0 -1
  469. package/dist/verdocs-web-sdk/p-ee14709c.system.js +0 -1
  470. package/dist/verdocs-web-sdk/p-efffddab.system.entry.js +0 -1
  471. package/dist/verdocs-web-sdk/p-f0d20c75.entry.js +0 -1
  472. package/dist/verdocs-web-sdk/p-f35c796c.entry.js +0 -1
  473. package/dist/verdocs-web-sdk/p-f5109d69.entry.js +0 -1
  474. package/dist/verdocs-web-sdk/p-f6938563.system.entry.js +0 -1
  475. package/dist/verdocs-web-sdk/p-fa8ae849.entry.js +0 -1
@@ -0,0 +1,7 @@
1
+ System.register([],(function(t){"use strict";return{execute:function(){t("B",E);var r=typeof global!=="undefined"?global:typeof self!=="undefined"?self:typeof window!=="undefined"?window:{};var e=[];var n=[];var i=typeof Uint8Array!=="undefined"?Uint8Array:Array;var f=false;function o(){f=true;var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(var r=0,i=t.length;r<i;++r){e[r]=t[r];n[t.charCodeAt(r)]=r}n["-".charCodeAt(0)]=62;n["_".charCodeAt(0)]=63}function u(t){if(!f){o()}var r,e,u,s,a,h;var l=t.length;if(l%4>0){throw new Error("Invalid string. Length must be a multiple of 4")}a=t[l-2]==="="?2:t[l-1]==="="?1:0;h=new i(l*3/4-a);u=a>0?l-4:l;var c=0;for(r=0,e=0;r<u;r+=4,e+=3){s=n[t.charCodeAt(r)]<<18|n[t.charCodeAt(r+1)]<<12|n[t.charCodeAt(r+2)]<<6|n[t.charCodeAt(r+3)];h[c++]=s>>16&255;h[c++]=s>>8&255;h[c++]=s&255}if(a===2){s=n[t.charCodeAt(r)]<<2|n[t.charCodeAt(r+1)]>>4;h[c++]=s&255}else if(a===1){s=n[t.charCodeAt(r)]<<10|n[t.charCodeAt(r+1)]<<4|n[t.charCodeAt(r+2)]>>2;h[c++]=s>>8&255;h[c++]=s&255}return h}function s(t){return e[t>>18&63]+e[t>>12&63]+e[t>>6&63]+e[t&63]}function a(t,r,e){var n;var i=[];for(var f=r;f<e;f+=3){n=(t[f]<<16)+(t[f+1]<<8)+t[f+2];i.push(s(n))}return i.join("")}function h(t){if(!f){o()}var r;var n=t.length;var i=n%3;var u="";var s=[];var h=16383;for(var l=0,c=n-i;l<c;l+=h){s.push(a(t,l,l+h>c?c:l+h))}if(i===1){r=t[n-1];u+=e[r>>2];u+=e[r<<4&63];u+="=="}else if(i===2){r=(t[n-2]<<8)+t[n-1];u+=e[r>>10];u+=e[r>>4&63];u+=e[r<<2&63];u+="="}s.push(u);return s.join("")}function l(t,r,e,n,i){var f,o;var u=i*8-n-1;var s=(1<<u)-1;var a=s>>1;var h=-7;var l=e?i-1:0;var c=e?-1:1;var p=t[r+l];l+=c;f=p&(1<<-h)-1;p>>=-h;h+=u;for(;h>0;f=f*256+t[r+l],l+=c,h-=8){}o=f&(1<<-h)-1;f>>=-h;h+=n;for(;h>0;o=o*256+t[r+l],l+=c,h-=8){}if(f===0){f=1-a}else if(f===s){return o?NaN:(p?-1:1)*Infinity}else{o=o+Math.pow(2,n);f=f-a}return(p?-1:1)*o*Math.pow(2,f-n)}function c(t,r,e,n,i,f){var o,u,s;var a=f*8-i-1;var h=(1<<a)-1;var l=h>>1;var c=i===23?Math.pow(2,-24)-Math.pow(2,-77):0;var p=n?0:f-1;var g=n?1:-1;var y=r<0||r===0&&1/r<0?1:0;r=Math.abs(r);if(isNaN(r)||r===Infinity){u=isNaN(r)?1:0;o=h}else{o=Math.floor(Math.log(r)/Math.LN2);if(r*(s=Math.pow(2,-o))<1){o--;s*=2}if(o+l>=1){r+=c/s}else{r+=c*Math.pow(2,1-l)}if(r*s>=2){o++;s/=2}if(o+l>=h){u=0;o=h}else if(o+l>=1){u=(r*s-1)*Math.pow(2,i);o=o+l}else{u=r*Math.pow(2,l-1)*Math.pow(2,i);o=0}}for(;i>=8;t[e+p]=u&255,p+=g,u/=256,i-=8){}o=o<<i|u;a+=i;for(;a>0;t[e+p]=o&255,p+=g,o/=256,a-=8){}t[e+p-g]|=y*128}var p={}.toString;var g=Array.isArray||function(t){return p.call(t)=="[object Array]"};
2
+ /*!
3
+ * The buffer module from node.js, for the browser.
4
+ *
5
+ * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
6
+ * @license MIT
7
+ */var y=50;E.TYPED_ARRAY_SUPPORT=r.TYPED_ARRAY_SUPPORT!==undefined?r.TYPED_ARRAY_SUPPORT:true;var v=w();function w(){return E.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function d(t,r){if(w()<r){throw new RangeError("Invalid typed array length")}if(E.TYPED_ARRAY_SUPPORT){t=new Uint8Array(r);t.__proto__=E.prototype}else{if(t===null){t=new E(r)}t.length=r}return t}function E(t,r,e){if(!E.TYPED_ARRAY_SUPPORT&&!(this instanceof E)){return new E(t,r,e)}if(typeof t==="number"){if(typeof r==="string"){throw new Error("If encoding is specified then the first argument must be a string")}return _(this,t)}return A(this,t,r,e)}E.poolSize=8192;E._augment=function(t){t.__proto__=E.prototype;return t};function A(t,r,e,n){if(typeof r==="number"){throw new TypeError('"value" argument must not be a number')}if(typeof ArrayBuffer!=="undefined"&&r instanceof ArrayBuffer){return T(t,r,e,n)}if(typeof r==="string"){return m(t,r,e)}return U(t,r)}E.from=function(t,r,e){return A(null,t,r,e)};if(E.TYPED_ARRAY_SUPPORT){E.prototype.__proto__=Uint8Array.prototype;E.__proto__=Uint8Array}function R(t){if(typeof t!=="number"){throw new TypeError('"size" argument must be a number')}else if(t<0){throw new RangeError('"size" argument must not be negative')}}function b(t,r,e,n){R(r);if(r<=0){return d(t,r)}if(e!==undefined){return typeof n==="string"?d(t,r).fill(e,n):d(t,r).fill(e)}return d(t,r)}E.alloc=function(t,r,e){return b(null,t,r,e)};function _(t,r){R(r);t=d(t,r<0?0:B(r)|0);if(!E.TYPED_ARRAY_SUPPORT){for(var e=0;e<r;++e){t[e]=0}}return t}E.allocUnsafe=function(t){return _(null,t)};E.allocUnsafeSlow=function(t){return _(null,t)};function m(t,r,e){if(typeof e!=="string"||e===""){e="utf8"}if(!E.isEncoding(e)){throw new TypeError('"encoding" must be a valid string encoding')}var n=I(r,e)|0;t=d(t,n);var i=t.write(r,e);if(i!==n){t=t.slice(0,i)}return t}function P(t,r){var e=r.length<0?0:B(r.length)|0;t=d(t,e);for(var n=0;n<e;n+=1){t[n]=r[n]&255}return t}function T(t,r,e,n){r.byteLength;if(e<0||r.byteLength<e){throw new RangeError("'offset' is out of bounds")}if(r.byteLength<e+(n||0)){throw new RangeError("'length' is out of bounds")}if(e===undefined&&n===undefined){r=new Uint8Array(r)}else if(n===undefined){r=new Uint8Array(r,e)}else{r=new Uint8Array(r,e,n)}if(E.TYPED_ARRAY_SUPPORT){t=r;t.__proto__=E.prototype}else{t=P(t,r)}return t}function U(t,r){if(Y(r)){var e=B(r.length)|0;t=d(t,e);if(t.length===0){return t}r.copy(t,0,0,e);return t}if(r){if(typeof ArrayBuffer!=="undefined"&&r.buffer instanceof ArrayBuffer||"length"in r){if(typeof r.length!=="number"||ct(r.length)){return d(t,0)}return P(t,r)}if(r.type==="Buffer"&&g(r.data)){return P(t,r.data)}}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function B(t){if(t>=w()){throw new RangeError("Attempt to allocate Buffer larger than maximum "+"size: 0x"+w().toString(16)+" bytes")}return t|0}function S(t){if(+t!=t){t=0}return E.alloc(+t)}E.isBuffer=pt;function Y(t){return!!(t!=null&&t._isBuffer)}E.compare=function t(r,e){if(!Y(r)||!Y(e)){throw new TypeError("Arguments must be Buffers")}if(r===e)return 0;var n=r.length;var i=e.length;for(var f=0,o=Math.min(n,i);f<o;++f){if(r[f]!==e[f]){n=r[f];i=e[f];break}}if(n<i)return-1;if(i<n)return 1;return 0};E.isEncoding=function t(r){switch(String(r).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return true;default:return false}};E.concat=function t(r,e){if(!g(r)){throw new TypeError('"list" argument must be an Array of Buffers')}if(r.length===0){return E.alloc(0)}var n;if(e===undefined){e=0;for(n=0;n<r.length;++n){e+=r[n].length}}var i=E.allocUnsafe(e);var f=0;for(n=0;n<r.length;++n){var o=r[n];if(!Y(o)){throw new TypeError('"list" argument must be an Array of Buffers')}o.copy(i,f);f+=o.length}return i};function I(t,r){if(Y(t)){return t.length}if(typeof ArrayBuffer!=="undefined"&&typeof ArrayBuffer.isView==="function"&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer)){return t.byteLength}if(typeof t!=="string"){t=""+t}var e=t.length;if(e===0)return 0;var n=false;for(;;){switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":case undefined:return ut(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return ht(t).length;default:if(n)return ut(t).length;r=(""+r).toLowerCase();n=true}}}E.byteLength=I;function C(t,r,e){var n=false;if(r===undefined||r<0){r=0}if(r>this.length){return""}if(e===undefined||e>this.length){e=this.length}if(e<=0){return""}e>>>=0;r>>>=0;if(e<=r){return""}if(!t)t="utf8";while(true){switch(t){case"hex":return H(this,r,e);case"utf8":case"utf-8":return V(this,r,e);case"ascii":return Z(this,r,e);case"latin1":case"binary":return G(this,r,e);case"base64":return j(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return K(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase();n=true}}}E.prototype._isBuffer=true;function O(t,r,e){var n=t[r];t[r]=t[e];t[e]=n}E.prototype.swap16=function t(){var r=this.length;if(r%2!==0){throw new RangeError("Buffer size must be a multiple of 16-bits")}for(var e=0;e<r;e+=2){O(this,e,e+1)}return this};E.prototype.swap32=function t(){var r=this.length;if(r%4!==0){throw new RangeError("Buffer size must be a multiple of 32-bits")}for(var e=0;e<r;e+=4){O(this,e,e+3);O(this,e+1,e+2)}return this};E.prototype.swap64=function t(){var r=this.length;if(r%8!==0){throw new RangeError("Buffer size must be a multiple of 64-bits")}for(var e=0;e<r;e+=8){O(this,e,e+7);O(this,e+1,e+6);O(this,e+2,e+5);O(this,e+3,e+4)}return this};E.prototype.toString=function t(){var r=this.length|0;if(r===0)return"";if(arguments.length===0)return V(this,0,r);return C.apply(this,arguments)};E.prototype.equals=function t(r){if(!Y(r))throw new TypeError("Argument must be a Buffer");if(this===r)return true;return E.compare(this,r)===0};E.prototype.inspect=function t(){var r="";var e=y;if(this.length>0){r=this.toString("hex",0,e).match(/.{2}/g).join(" ");if(this.length>e)r+=" ... "}return"<Buffer "+r+">"};E.prototype.compare=function t(r,e,n,i,f){if(!Y(r)){throw new TypeError("Argument must be a Buffer")}if(e===undefined){e=0}if(n===undefined){n=r?r.length:0}if(i===undefined){i=0}if(f===undefined){f=this.length}if(e<0||n>r.length||i<0||f>this.length){throw new RangeError("out of range index")}if(i>=f&&e>=n){return 0}if(i>=f){return-1}if(e>=n){return 1}e>>>=0;n>>>=0;i>>>=0;f>>>=0;if(this===r)return 0;var o=f-i;var u=n-e;var s=Math.min(o,u);var a=this.slice(i,f);var h=r.slice(e,n);for(var l=0;l<s;++l){if(a[l]!==h[l]){o=a[l];u=h[l];break}}if(o<u)return-1;if(u<o)return 1;return 0};function L(t,r,e,n,i){if(t.length===0)return-1;if(typeof e==="string"){n=e;e=0}else if(e>2147483647){e=2147483647}else if(e<-2147483648){e=-2147483648}e=+e;if(isNaN(e)){e=i?0:t.length-1}if(e<0)e=t.length+e;if(e>=t.length){if(i)return-1;else e=t.length-1}else if(e<0){if(i)e=0;else return-1}if(typeof r==="string"){r=E.from(r,n)}if(Y(r)){if(r.length===0){return-1}return M(t,r,e,n,i)}else if(typeof r==="number"){r=r&255;if(E.TYPED_ARRAY_SUPPORT&&typeof Uint8Array.prototype.indexOf==="function"){if(i){return Uint8Array.prototype.indexOf.call(t,r,e)}else{return Uint8Array.prototype.lastIndexOf.call(t,r,e)}}return M(t,[r],e,n,i)}throw new TypeError("val must be string, number or Buffer")}function M(t,r,e,n,i){var f=1;var o=t.length;var u=r.length;if(n!==undefined){n=String(n).toLowerCase();if(n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le"){if(t.length<2||r.length<2){return-1}f=2;o/=2;u/=2;e/=2}}function s(t,r){if(f===1){return t[r]}else{return t.readUInt16BE(r*f)}}var a;if(i){var h=-1;for(a=e;a<o;a++){if(s(t,a)===s(r,h===-1?0:a-h)){if(h===-1)h=a;if(a-h+1===u)return h*f}else{if(h!==-1)a-=a-h;h=-1}}}else{if(e+u>o)e=o-u;for(a=e;a>=0;a--){var l=true;for(var c=0;c<u;c++){if(s(t,a+c)!==s(r,c)){l=false;break}}if(l)return a}}return-1}E.prototype.includes=function t(r,e,n){return this.indexOf(r,e,n)!==-1};E.prototype.indexOf=function t(r,e,n){return L(this,r,e,n,true)};E.prototype.lastIndexOf=function t(r,e,n){return L(this,r,e,n,false)};function D(t,r,e,n){e=Number(e)||0;var i=t.length-e;if(!n){n=i}else{n=Number(n);if(n>i){n=i}}var f=r.length;if(f%2!==0)throw new TypeError("Invalid hex string");if(n>f/2){n=f/2}for(var o=0;o<n;++o){var u=parseInt(r.substr(o*2,2),16);if(isNaN(u))return o;t[e+o]=u}return o}function x(t,r,e,n){return lt(ut(r,t.length-e),t,e,n)}function k(t,r,e,n){return lt(st(r),t,e,n)}function N(t,r,e,n){return k(t,r,e,n)}function z(t,r,e,n){return lt(ht(r),t,e,n)}function F(t,r,e,n){return lt(at(r,t.length-e),t,e,n)}E.prototype.write=function t(r,e,n,i){if(e===undefined){i="utf8";n=this.length;e=0}else if(n===undefined&&typeof e==="string"){i=e;n=this.length;e=0}else if(isFinite(e)){e=e|0;if(isFinite(n)){n=n|0;if(i===undefined)i="utf8"}else{i=n;n=undefined}}else{throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported")}var f=this.length-e;if(n===undefined||n>f)n=f;if(r.length>0&&(n<0||e<0)||e>this.length){throw new RangeError("Attempt to write outside buffer bounds")}if(!i)i="utf8";var o=false;for(;;){switch(i){case"hex":return D(this,r,e,n);case"utf8":case"utf-8":return x(this,r,e,n);case"ascii":return k(this,r,e,n);case"latin1":case"binary":return N(this,r,e,n);case"base64":return z(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return F(this,r,e,n);default:if(o)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase();o=true}}};E.prototype.toJSON=function t(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function j(t,r,e){if(r===0&&e===t.length){return h(t)}else{return h(t.slice(r,e))}}function V(t,r,e){e=Math.min(t.length,e);var n=[];var i=r;while(i<e){var f=t[i];var o=null;var u=f>239?4:f>223?3:f>191?2:1;if(i+u<=e){var s,a,h,l;switch(u){case 1:if(f<128){o=f}break;case 2:s=t[i+1];if((s&192)===128){l=(f&31)<<6|s&63;if(l>127){o=l}}break;case 3:s=t[i+1];a=t[i+2];if((s&192)===128&&(a&192)===128){l=(f&15)<<12|(s&63)<<6|a&63;if(l>2047&&(l<55296||l>57343)){o=l}}break;case 4:s=t[i+1];a=t[i+2];h=t[i+3];if((s&192)===128&&(a&192)===128&&(h&192)===128){l=(f&15)<<18|(s&63)<<12|(a&63)<<6|h&63;if(l>65535&&l<1114112){o=l}}}}if(o===null){o=65533;u=1}else if(o>65535){o-=65536;n.push(o>>>10&1023|55296);o=56320|o&1023}n.push(o);i+=u}return J(n)}var q=4096;function J(t){var r=t.length;if(r<=q){return String.fromCharCode.apply(String,t)}var e="";var n=0;while(n<r){e+=String.fromCharCode.apply(String,t.slice(n,n+=q))}return e}function Z(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i){n+=String.fromCharCode(t[i]&127)}return n}function G(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i){n+=String.fromCharCode(t[i])}return n}function H(t,r,e){var n=t.length;if(!r||r<0)r=0;if(!e||e<0||e>n)e=n;var i="";for(var f=r;f<e;++f){i+=ot(t[f])}return i}function K(t,r,e){var n=t.slice(r,e);var i="";for(var f=0;f<n.length;f+=2){i+=String.fromCharCode(n[f]+n[f+1]*256)}return i}E.prototype.slice=function t(r,e){var n=this.length;r=~~r;e=e===undefined?n:~~e;if(r<0){r+=n;if(r<0)r=0}else if(r>n){r=n}if(e<0){e+=n;if(e<0)e=0}else if(e>n){e=n}if(e<r)e=r;var i;if(E.TYPED_ARRAY_SUPPORT){i=this.subarray(r,e);i.__proto__=E.prototype}else{var f=e-r;i=new E(f,undefined);for(var o=0;o<f;++o){i[o]=this[o+r]}}return i};function Q(t,r,e){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}E.prototype.readUIntLE=function t(r,e,n){r=r|0;e=e|0;if(!n)Q(r,e,this.length);var i=this[r];var f=1;var o=0;while(++o<e&&(f*=256)){i+=this[r+o]*f}return i};E.prototype.readUIntBE=function t(r,e,n){r=r|0;e=e|0;if(!n){Q(r,e,this.length)}var i=this[r+--e];var f=1;while(e>0&&(f*=256)){i+=this[r+--e]*f}return i};E.prototype.readUInt8=function t(r,e){if(!e)Q(r,1,this.length);return this[r]};E.prototype.readUInt16LE=function t(r,e){if(!e)Q(r,2,this.length);return this[r]|this[r+1]<<8};E.prototype.readUInt16BE=function t(r,e){if(!e)Q(r,2,this.length);return this[r]<<8|this[r+1]};E.prototype.readUInt32LE=function t(r,e){if(!e)Q(r,4,this.length);return(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};E.prototype.readUInt32BE=function t(r,e){if(!e)Q(r,4,this.length);return this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};E.prototype.readIntLE=function t(r,e,n){r=r|0;e=e|0;if(!n)Q(r,e,this.length);var i=this[r];var f=1;var o=0;while(++o<e&&(f*=256)){i+=this[r+o]*f}f*=128;if(i>=f)i-=Math.pow(2,8*e);return i};E.prototype.readIntBE=function t(r,e,n){r=r|0;e=e|0;if(!n)Q(r,e,this.length);var i=e;var f=1;var o=this[r+--i];while(i>0&&(f*=256)){o+=this[r+--i]*f}f*=128;if(o>=f)o-=Math.pow(2,8*e);return o};E.prototype.readInt8=function t(r,e){if(!e)Q(r,1,this.length);if(!(this[r]&128))return this[r];return(255-this[r]+1)*-1};E.prototype.readInt16LE=function t(r,e){if(!e)Q(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};E.prototype.readInt16BE=function t(r,e){if(!e)Q(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};E.prototype.readInt32LE=function t(r,e){if(!e)Q(r,4,this.length);return this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};E.prototype.readInt32BE=function t(r,e){if(!e)Q(r,4,this.length);return this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};E.prototype.readFloatLE=function t(r,e){if(!e)Q(r,4,this.length);return l(this,r,true,23,4)};E.prototype.readFloatBE=function t(r,e){if(!e)Q(r,4,this.length);return l(this,r,false,23,4)};E.prototype.readDoubleLE=function t(r,e){if(!e)Q(r,8,this.length);return l(this,r,true,52,8)};E.prototype.readDoubleBE=function t(r,e){if(!e)Q(r,8,this.length);return l(this,r,false,52,8)};function W(t,r,e,n,i,f){if(!Y(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<f)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}E.prototype.writeUIntLE=function t(r,e,n,i){r=+r;e=e|0;n=n|0;if(!i){var f=Math.pow(2,8*n)-1;W(this,r,e,n,f,0)}var o=1;var u=0;this[e]=r&255;while(++u<n&&(o*=256)){this[e+u]=r/o&255}return e+n};E.prototype.writeUIntBE=function t(r,e,n,i){r=+r;e=e|0;n=n|0;if(!i){var f=Math.pow(2,8*n)-1;W(this,r,e,n,f,0)}var o=n-1;var u=1;this[e+o]=r&255;while(--o>=0&&(u*=256)){this[e+o]=r/u&255}return e+n};E.prototype.writeUInt8=function t(r,e,n){r=+r;e=e|0;if(!n)W(this,r,e,1,255,0);if(!E.TYPED_ARRAY_SUPPORT)r=Math.floor(r);this[e]=r&255;return e+1};function X(t,r,e,n){if(r<0)r=65535+r+1;for(var i=0,f=Math.min(t.length-e,2);i<f;++i){t[e+i]=(r&255<<8*(n?i:1-i))>>>(n?i:1-i)*8}}E.prototype.writeUInt16LE=function t(r,e,n){r=+r;e=e|0;if(!n)W(this,r,e,2,65535,0);if(E.TYPED_ARRAY_SUPPORT){this[e]=r&255;this[e+1]=r>>>8}else{X(this,r,e,true)}return e+2};E.prototype.writeUInt16BE=function t(r,e,n){r=+r;e=e|0;if(!n)W(this,r,e,2,65535,0);if(E.TYPED_ARRAY_SUPPORT){this[e]=r>>>8;this[e+1]=r&255}else{X(this,r,e,false)}return e+2};function $(t,r,e,n){if(r<0)r=4294967295+r+1;for(var i=0,f=Math.min(t.length-e,4);i<f;++i){t[e+i]=r>>>(n?i:3-i)*8&255}}E.prototype.writeUInt32LE=function t(r,e,n){r=+r;e=e|0;if(!n)W(this,r,e,4,4294967295,0);if(E.TYPED_ARRAY_SUPPORT){this[e+3]=r>>>24;this[e+2]=r>>>16;this[e+1]=r>>>8;this[e]=r&255}else{$(this,r,e,true)}return e+4};E.prototype.writeUInt32BE=function t(r,e,n){r=+r;e=e|0;if(!n)W(this,r,e,4,4294967295,0);if(E.TYPED_ARRAY_SUPPORT){this[e]=r>>>24;this[e+1]=r>>>16;this[e+2]=r>>>8;this[e+3]=r&255}else{$(this,r,e,false)}return e+4};E.prototype.writeIntLE=function t(r,e,n,i){r=+r;e=e|0;if(!i){var f=Math.pow(2,8*n-1);W(this,r,e,n,f-1,-f)}var o=0;var u=1;var s=0;this[e]=r&255;while(++o<n&&(u*=256)){if(r<0&&s===0&&this[e+o-1]!==0){s=1}this[e+o]=(r/u>>0)-s&255}return e+n};E.prototype.writeIntBE=function t(r,e,n,i){r=+r;e=e|0;if(!i){var f=Math.pow(2,8*n-1);W(this,r,e,n,f-1,-f)}var o=n-1;var u=1;var s=0;this[e+o]=r&255;while(--o>=0&&(u*=256)){if(r<0&&s===0&&this[e+o+1]!==0){s=1}this[e+o]=(r/u>>0)-s&255}return e+n};E.prototype.writeInt8=function t(r,e,n){r=+r;e=e|0;if(!n)W(this,r,e,1,127,-128);if(!E.TYPED_ARRAY_SUPPORT)r=Math.floor(r);if(r<0)r=255+r+1;this[e]=r&255;return e+1};E.prototype.writeInt16LE=function t(r,e,n){r=+r;e=e|0;if(!n)W(this,r,e,2,32767,-32768);if(E.TYPED_ARRAY_SUPPORT){this[e]=r&255;this[e+1]=r>>>8}else{X(this,r,e,true)}return e+2};E.prototype.writeInt16BE=function t(r,e,n){r=+r;e=e|0;if(!n)W(this,r,e,2,32767,-32768);if(E.TYPED_ARRAY_SUPPORT){this[e]=r>>>8;this[e+1]=r&255}else{X(this,r,e,false)}return e+2};E.prototype.writeInt32LE=function t(r,e,n){r=+r;e=e|0;if(!n)W(this,r,e,4,2147483647,-2147483648);if(E.TYPED_ARRAY_SUPPORT){this[e]=r&255;this[e+1]=r>>>8;this[e+2]=r>>>16;this[e+3]=r>>>24}else{$(this,r,e,true)}return e+4};E.prototype.writeInt32BE=function t(r,e,n){r=+r;e=e|0;if(!n)W(this,r,e,4,2147483647,-2147483648);if(r<0)r=4294967295+r+1;if(E.TYPED_ARRAY_SUPPORT){this[e]=r>>>24;this[e+1]=r>>>16;this[e+2]=r>>>8;this[e+3]=r&255}else{$(this,r,e,false)}return e+4};function tt(t,r,e,n,i,f){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function rt(t,r,e,n,i){if(!i){tt(t,r,e,4)}c(t,r,e,n,23,4);return e+4}E.prototype.writeFloatLE=function t(r,e,n){return rt(this,r,e,true,n)};E.prototype.writeFloatBE=function t(r,e,n){return rt(this,r,e,false,n)};function et(t,r,e,n,i){if(!i){tt(t,r,e,8)}c(t,r,e,n,52,8);return e+8}E.prototype.writeDoubleLE=function t(r,e,n){return et(this,r,e,true,n)};E.prototype.writeDoubleBE=function t(r,e,n){return et(this,r,e,false,n)};E.prototype.copy=function t(r,e,n,i){if(!n)n=0;if(!i&&i!==0)i=this.length;if(e>=r.length)e=r.length;if(!e)e=0;if(i>0&&i<n)i=n;if(i===n)return 0;if(r.length===0||this.length===0)return 0;if(e<0){throw new RangeError("targetStart out of bounds")}if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(i<0)throw new RangeError("sourceEnd out of bounds");if(i>this.length)i=this.length;if(r.length-e<i-n){i=r.length-e+n}var f=i-n;var o;if(this===r&&n<e&&e<i){for(o=f-1;o>=0;--o){r[o+e]=this[o+n]}}else if(f<1e3||!E.TYPED_ARRAY_SUPPORT){for(o=0;o<f;++o){r[o+e]=this[o+n]}}else{Uint8Array.prototype.set.call(r,this.subarray(n,n+f),e)}return f};E.prototype.fill=function t(r,e,n,i){if(typeof r==="string"){if(typeof e==="string"){i=e;e=0;n=this.length}else if(typeof n==="string"){i=n;n=this.length}if(r.length===1){var f=r.charCodeAt(0);if(f<256){r=f}}if(i!==undefined&&typeof i!=="string"){throw new TypeError("encoding must be a string")}if(typeof i==="string"&&!E.isEncoding(i)){throw new TypeError("Unknown encoding: "+i)}}else if(typeof r==="number"){r=r&255}if(e<0||this.length<e||this.length<n){throw new RangeError("Out of range index")}if(n<=e){return this}e=e>>>0;n=n===undefined?this.length:n>>>0;if(!r)r=0;var o;if(typeof r==="number"){for(o=e;o<n;++o){this[o]=r}}else{var u=Y(r)?r:ut(new E(r,i).toString());var s=u.length;for(o=0;o<n-e;++o){this[o+e]=u[o%s]}}return this};var nt=/[^+\/0-9A-Za-z-_]/g;function it(t){t=ft(t).replace(nt,"");if(t.length<2)return"";while(t.length%4!==0){t=t+"="}return t}function ft(t){if(t.trim)return t.trim();return t.replace(/^\s+|\s+$/g,"")}function ot(t){if(t<16)return"0"+t.toString(16);return t.toString(16)}function ut(t,r){r=r||Infinity;var e;var n=t.length;var i=null;var f=[];for(var o=0;o<n;++o){e=t.charCodeAt(o);if(e>55295&&e<57344){if(!i){if(e>56319){if((r-=3)>-1)f.push(239,191,189);continue}else if(o+1===n){if((r-=3)>-1)f.push(239,191,189);continue}i=e;continue}if(e<56320){if((r-=3)>-1)f.push(239,191,189);i=e;continue}e=(i-55296<<10|e-56320)+65536}else if(i){if((r-=3)>-1)f.push(239,191,189)}i=null;if(e<128){if((r-=1)<0)break;f.push(e)}else if(e<2048){if((r-=2)<0)break;f.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;f.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;f.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else{throw new Error("Invalid code point")}}return f}function st(t){var r=[];for(var e=0;e<t.length;++e){r.push(t.charCodeAt(e)&255)}return r}function at(t,r){var e,n,i;var f=[];for(var o=0;o<t.length;++o){if((r-=2)<0)break;e=t.charCodeAt(o);n=e>>8;i=e%256;f.push(i);f.push(n)}return f}function ht(t){return u(it(t))}function lt(t,r,e,n){for(var i=0;i<n;++i){if(i+e>=r.length||i>=t.length)break;r[i+e]=t[i]}return i}function ct(t){return t!==t}function pt(t){return t!=null&&(!!t._isBuffer||gt(t)||yt(t))}function gt(t){return!!t.constructor&&typeof t.constructor.isBuffer==="function"&&t.constructor.isBuffer(t)}function yt(t){return typeof t.readFloatLE==="function"&&typeof t.slice==="function"&&gt(t.slice(0,0))}}}}));
@@ -0,0 +1,4 @@
1
+ /*
2
+ Stencil Client Patch Esm v2.17.0 | MIT Licensed | https://stenciljs.com
3
+ */
4
+ var __assign=undefined&&undefined.__assign||function(){return (__assign=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var s in t=arguments[r])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e}).apply(this,arguments)},StyleNode=function(){this.start=0,this.end=0,this.previous=null,this.parent=null,this.rules=null,this.parsedCssText="",this.cssText="",this.atRule=!1,this.type=0,this.keyframesName="",this.selector="",this.parsedSelector="";};function parse(e){return parseCss(lex(e=clean(e)),e)}function clean(e){return e.replace(RX.comments,"").replace(RX.port,"")}function lex(e){var t=new StyleNode;t.start=0,t.end=e.length;for(var r=t,n=0,s=e.length;n<s;n++)if(e[n]===OPEN_BRACE){r.rules||(r.rules=[]);var o=r,a=o.rules[o.rules.length-1]||null;(r=new StyleNode).start=n+1,r.parent=o,r.previous=a,o.rules.push(r);}else e[n]===CLOSE_BRACE&&(r.end=n+1,r=r.parent||t);return t}function parseCss(e,t){var r=t.substring(e.start,e.end-1);if(e.parsedCssText=e.cssText=r.trim(),e.parent){var n=e.previous?e.previous.end:e.parent.start;r=(r=(r=_expandUnicodeEscapes(r=t.substring(n,e.start-1))).replace(RX.multipleSpaces," ")).substring(r.lastIndexOf(";")+1);var s=e.parsedSelector=e.selector=r.trim();e.atRule=0===s.indexOf(AT_START),e.atRule?0===s.indexOf(MEDIA_START)?e.type=types.MEDIA_RULE:s.match(RX.keyframesRule)&&(e.type=types.KEYFRAMES_RULE,e.keyframesName=e.selector.split(RX.multipleSpaces).pop()):0===s.indexOf(VAR_START)?e.type=types.MIXIN_RULE:e.type=types.STYLE_RULE;}var o=e.rules;if(o)for(var a=0,i=o.length,l=void 0;a<i&&(l=o[a]);a++)parseCss(l,t);return e}function _expandUnicodeEscapes(e){return e.replace(/\\([0-9a-f]{1,6})\s/gi,(function(){for(var e=arguments[1],t=6-e.length;t--;)e="0"+e;return "\\"+e}))}var types={STYLE_RULE:1,KEYFRAMES_RULE:7,MEDIA_RULE:4,MIXIN_RULE:1e3},OPEN_BRACE="{",CLOSE_BRACE="}",RX={comments:/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,port:/@import[^;]*;/gim,customProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?(?:[;\n]|$)/gim,mixinProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?{[^}]*?}(?:[;\n]|$)?/gim,mixinApply:/@apply\s*\(?[^);]*\)?\s*(?:[;\n]|$)?/gim,varApply:/[^;:]*?:[^;]*?var\([^;]*\)(?:[;\n]|$)?/gim,keyframesRule:/^@[^\s]*keyframes/,multipleSpaces:/\s+/g},VAR_START="--",MEDIA_START="@media",AT_START="@";function findRegex(e,t,r){e.lastIndex=0;var n=t.substring(r).match(e);if(n){var s=r+n.index;return {start:s,end:s+n[0].length}}return null}var VAR_USAGE_START=/\bvar\(/,VAR_ASSIGN_START=/\B--[\w-]+\s*:/,COMMENTS=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,TRAILING_LINES=/^[\t ]+\n/gm;function resolveVar(e,t,r){return e[t]?e[t]:r?executeTemplate(r,e):""}function findVarEndIndex(e,t){for(var r=0,n=t;n<e.length;n++){var s=e[n];if("("===s)r++;else if(")"===s&&--r<=0)return n+1}return n}function parseVar(e,t){var r=findRegex(VAR_USAGE_START,e,t);if(!r)return null;var n=findVarEndIndex(e,r.start),s=e.substring(r.end,n-1).split(","),o=s[0],a=s.slice(1);return {start:r.start,end:n,propName:o.trim(),fallback:a.length>0?a.join(",").trim():void 0}}function compileVar(e,t,r){var n=parseVar(e,r);if(!n)return t.push(e.substring(r,e.length)),e.length;var s=n.propName,o=null!=n.fallback?compileTemplate(n.fallback):void 0;return t.push(e.substring(r,n.start),(function(e){return resolveVar(e,s,o)})),n.end}function executeTemplate(e,t){for(var r="",n=0;n<e.length;n++){var s=e[n];r+="string"==typeof s?s:s(t);}return r}function findEndValue(e,t){for(var r=!1,n=!1,s=t;s<e.length;s++){var o=e[s];if(r)n&&'"'===o&&(r=!1),n||"'"!==o||(r=!1);else if('"'===o)r=!0,n=!0;else if("'"===o)r=!0,n=!1;else {if(";"===o)return s+1;if("}"===o)return s}}return s}function removeCustomAssigns(e){for(var t="",r=0;;){var n=findRegex(VAR_ASSIGN_START,e,r),s=n?n.start:e.length;if(t+=e.substring(r,s),!n)break;r=findEndValue(e,s);}return t}function compileTemplate(e){var t=0;e=removeCustomAssigns(e=e.replace(COMMENTS,"")).replace(TRAILING_LINES,"");for(var r=[];t<e.length;)t=compileVar(e,r,t);return r}function resolveValues(e){var t={};e.forEach((function(e){e.declarations.forEach((function(e){t[e.prop]=e.value;}));}));for(var r={},n=Object.entries(t),s=function(e){var t=!1;if(n.forEach((function(e){var n=e[0],s=executeTemplate(e[1],r);s!==r[n]&&(r[n]=s,t=!0);})),!t)return "break"},o=0;o<10;o++){if("break"===s())break}return r}function getSelectors(e,t){if(void 0===t&&(t=0),!e.rules)return [];var r=[];return e.rules.filter((function(e){return e.type===types.STYLE_RULE})).forEach((function(e){var n=getDeclarations(e.cssText);n.length>0&&e.parsedSelector.split(",").forEach((function(e){e=e.trim(),r.push({selector:e,declarations:n,specificity:computeSpecificity(),nu:t});})),t++;})),r}function computeSpecificity(e){return 1}var IMPORTANT="!important",FIND_DECLARATIONS=/(?:^|[;\s{]\s*)(--[\w-]*?)\s*:\s*(?:((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};{])+)|\{([^}]*)\}(?:(?=[;\s}])|$))/gm;function getDeclarations(e){for(var t,r=[];t=FIND_DECLARATIONS.exec(e.trim());){var n=normalizeValue(t[2]),s=n.value,o=n.important;r.push({prop:t[1].trim(),value:compileTemplate(s),important:o});}return r}function normalizeValue(e){var t=(e=e.replace(/\s+/gim," ").trim()).endsWith(IMPORTANT);return t&&(e=e.slice(0,e.length-IMPORTANT.length).trim()),{value:e,important:t}}function getActiveSelectors(e,t,r){var n=[],s=getScopesForElement(t,e);return r.forEach((function(e){return n.push(e)})),s.forEach((function(e){return n.push(e)})),sortSelectors(getSelectorsForScopes(n).filter((function(t){return matches(e,t.selector)})))}function getScopesForElement(e,t){for(var r=[];t;){var n=e.get(t);n&&r.push(n),t=t.parentElement;}return r}function getSelectorsForScopes(e){var t=[];return e.forEach((function(e){t.push.apply(t,e.selectors);})),t}function sortSelectors(e){return e.sort((function(e,t){return e.specificity===t.specificity?e.nu-t.nu:e.specificity-t.specificity})),e}function matches(e,t){return ":root"===t||"html"===t||e.matches(t)}function parseCSS(e){var t=parse(e),r=compileTemplate(e);return {original:e,template:r,selectors:getSelectors(t),usesCssVars:r.length>1}}function addGlobalStyle(e,t){if(e.some((function(e){return e.styleEl===t})))return !1;var r=parseCSS(t.textContent);return r.styleEl=t,e.push(r),!0}function updateGlobalScopes(e){var t=resolveValues(getSelectorsForScopes(e));e.forEach((function(e){e.usesCssVars&&(e.styleEl.textContent=executeTemplate(e.template,t));}));}function reScope(e,t){var r=e.template.map((function(r){return "string"==typeof r?replaceScope(r,e.scopeId,t):r})),n=e.selectors.map((function(r){return __assign(__assign({},r),{selector:replaceScope(r.selector,e.scopeId,t)})}));return __assign(__assign({},e),{template:r,selectors:n,scopeId:t})}function replaceScope(e,t,r){return e=replaceAll(e,"\\.".concat(t),".".concat(r))}function replaceAll(e,t,r){return e.replace(new RegExp(t,"g"),r)}function loadDocument(e,t){return loadDocumentStyles(e,t),loadDocumentLinks(e,t).then((function(){updateGlobalScopes(t);}))}function startWatcher(e,t){"undefined"!=typeof MutationObserver&&new MutationObserver((function(){loadDocumentStyles(e,t)&&updateGlobalScopes(t);})).observe(document.head,{childList:!0});}function loadDocumentLinks(e,t){for(var r=[],n=e.querySelectorAll('link[rel="stylesheet"][href]:not([data-no-shim])'),s=0;s<n.length;s++)r.push(addGlobalLink(e,t,n[s]));return Promise.all(r)}function loadDocumentStyles(e,t){return Array.from(e.querySelectorAll("style:not([data-styles]):not([data-no-shim])")).map((function(e){return addGlobalStyle(t,e)})).some(Boolean)}function addGlobalLink(e,t,r){var n=r.href;return fetch(n).then((function(e){return e.text()})).then((function(s){if(hasCssVariables(s)&&r.parentNode){hasRelativeUrls(s)&&(s=fixRelativeUrls(s,n));var o=e.createElement("style");o.setAttribute("data-styles",""),o.textContent=s,addGlobalStyle(t,o),r.parentNode.insertBefore(o,r),r.remove();}})).catch((function(e){console.error(e);}))}var CSS_VARIABLE_REGEXP=/[\s;{]--[-a-zA-Z0-9]+\s*:/m;function hasCssVariables(e){return e.indexOf("var(")>-1||CSS_VARIABLE_REGEXP.test(e)}var CSS_URL_REGEXP=/url[\s]*\([\s]*['"]?(?!(?:https?|data)\:|\/)([^\'\"\)]*)[\s]*['"]?\)[\s]*/gim;function hasRelativeUrls(e){return CSS_URL_REGEXP.lastIndex=0,CSS_URL_REGEXP.test(e)}function fixRelativeUrls(e,t){var r=t.replace(/[^/]*$/,"");return e.replace(CSS_URL_REGEXP,(function(e,t){var n=r+t;return e.replace(t,n)}))}var CustomStyle=function(){function e(e,t){this.win=e,this.doc=t,this.count=0,this.hostStyleMap=new WeakMap,this.hostScopeMap=new WeakMap,this.globalScopes=[],this.scopesMap=new Map,this.didInit=!1;}return e.prototype.i=function(){var e=this;return this.didInit||!this.win.requestAnimationFrame?Promise.resolve():(this.didInit=!0,new Promise((function(t){e.win.requestAnimationFrame((function(){startWatcher(e.doc,e.globalScopes),loadDocument(e.doc,e.globalScopes).then((function(){return t()}));}));})))},e.prototype.addLink=function(e){var t=this;return addGlobalLink(this.doc,this.globalScopes,e).then((function(){t.updateGlobal();}))},e.prototype.addGlobalStyle=function(e){addGlobalStyle(this.globalScopes,e)&&this.updateGlobal();},e.prototype.createHostStyle=function(e,t,r,n){if(this.hostScopeMap.has(e))throw new Error("host style already created");var s=this.registerHostTemplate(r,t,n),o=this.doc.createElement("style");return o.setAttribute("data-no-shim",""),s.usesCssVars?n?(o["s-sc"]=t="".concat(s.scopeId,"-").concat(this.count),o.textContent="/*needs update*/",this.hostStyleMap.set(e,o),this.hostScopeMap.set(e,reScope(s,t)),this.count++):(s.styleEl=o,s.usesCssVars||(o.textContent=executeTemplate(s.template,{})),this.globalScopes.push(s),this.updateGlobal(),this.hostScopeMap.set(e,s)):o.textContent=r,o},e.prototype.removeHost=function(e){var t=this.hostStyleMap.get(e);t&&t.remove(),this.hostStyleMap.delete(e),this.hostScopeMap.delete(e);},e.prototype.updateHost=function(e){var t=this.hostScopeMap.get(e);if(t&&t.usesCssVars&&t.isScoped){var r=this.hostStyleMap.get(e);if(r){var n=resolveValues(getActiveSelectors(e,this.hostScopeMap,this.globalScopes));r.textContent=executeTemplate(t.template,n);}}},e.prototype.updateGlobal=function(){updateGlobalScopes(this.globalScopes);},e.prototype.registerHostTemplate=function(e,t,r){var n=this.scopesMap.get(t);return n||((n=parseCSS(e)).scopeId=t,n.isScoped=r,this.scopesMap.set(t,n)),n},e}();!function(e){!e||e.__cssshim||e.CSS&&e.CSS.supports&&e.CSS.supports("color","var(--c)")||(e.__cssshim=new CustomStyle(e,e.document));}("undefined"!=typeof window&&window);
@@ -0,0 +1 @@
1
+ System.register([],(function(){"use strict";return{execute:function(){var t=undefined&&undefined.__assign||function(){return(t=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var s in e=arguments[r])Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s]);return t}).apply(this,arguments)},e=function(){this.start=0,this.end=0,this.previous=null,this.parent=null,this.rules=null,this.parsedCssText="",this.cssText="",this.atRule=!1,this.type=0,this.keyframesName="",this.selector="",this.parsedSelector=""};function r(t){return o(s(t=n(t)),t)}function n(t){return t.replace(l.comments,"").replace(l.port,"")}function s(t){var r=new e;r.start=0,r.end=t.length;for(var n=r,s=0,o=t.length;s<o;s++)if(t[s]===u){n.rules||(n.rules=[]);var i=n,a=i.rules[i.rules.length-1]||null;(n=new e).start=s+1,n.parent=i,n.previous=a,i.rules.push(n)}else t[s]===c&&(n.end=s+1,n=n.parent||r);return r}function o(t,e){var r=e.substring(t.start,t.end-1);if(t.parsedCssText=t.cssText=r.trim(),t.parent){var n=t.previous?t.previous.end:t.parent.start;r=(r=(r=i(r=e.substring(n,t.start-1))).replace(l.multipleSpaces," ")).substring(r.lastIndexOf(";")+1);var s=t.parsedSelector=t.selector=r.trim();t.atRule=0===s.indexOf(h),t.atRule?0===s.indexOf(f)?t.type=a.MEDIA_RULE:s.match(l.keyframesRule)&&(t.type=a.KEYFRAMES_RULE,t.keyframesName=t.selector.split(l.multipleSpaces).pop()):0===s.indexOf(p)?t.type=a.MIXIN_RULE:t.type=a.STYLE_RULE}var u=t.rules;if(u)for(var c=0,v=u.length,d=void 0;c<v&&(d=u[c]);c++)o(d,e);return t}function i(t){return t.replace(/\\([0-9a-f]{1,6})\s/gi,(function(){for(var t=arguments[1],e=6-t.length;e--;)t="0"+t;return"\\"+t}))}var a={STYLE_RULE:1,KEYFRAMES_RULE:7,MEDIA_RULE:4,MIXIN_RULE:1e3},u="{",c="}",l={comments:/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,port:/@import[^;]*;/gim,customProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?(?:[;\n]|$)/gim,mixinProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?{[^}]*?}(?:[;\n]|$)?/gim,mixinApply:/@apply\s*\(?[^);]*\)?\s*(?:[;\n]|$)?/gim,varApply:/[^;:]*?:[^;]*?var\([^;]*\)(?:[;\n]|$)?/gim,keyframesRule:/^@[^\s]*keyframes/,multipleSpaces:/\s+/g},p="--",f="@media",h="@";function v(t,e,r){t.lastIndex=0;var n=e.substring(r).match(t);if(n){var s=r+n.index;return{start:s,end:s+n[0].length}}return null}var d=/\bvar\(/,m=/\B--[\w-]+\s*:/,g=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,y=/^[\t ]+\n/gm;function S(t,e,r){return t[e]?t[e]:r?M(r,t):""}function b(t,e){for(var r=0,n=e;n<t.length;n++){var s=t[n];if("("===s)r++;else if(")"===s&&--r<=0)return n+1}return n}function E(t,e){var r=v(d,t,e);if(!r)return null;var n=b(t,r.start),s=t.substring(r.end,n-1).split(","),o=s[0],i=s.slice(1);return{start:r.start,end:n,propName:o.trim(),fallback:i.length>0?i.join(",").trim():void 0}}function x(t,e,r){var n=E(t,r);if(!n)return e.push(t.substring(r,t.length)),t.length;var s=n.propName,o=null!=n.fallback?I(n.fallback):void 0;return e.push(t.substring(r,n.start),(function(t){return S(t,s,o)})),n.end}function M(t,e){for(var r="",n=0;n<t.length;n++){var s=t[n];r+="string"==typeof s?s:s(e)}return r}function w(t,e){for(var r=!1,n=!1,s=e;s<t.length;s++){var o=t[s];if(r)n&&'"'===o&&(r=!1),n||"'"!==o||(r=!1);else if('"'===o)r=!0,n=!0;else if("'"===o)r=!0,n=!1;else{if(";"===o)return s+1;if("}"===o)return s}}return s}function C(t){for(var e="",r=0;;){var n=v(m,t,r),s=n?n.start:t.length;if(e+=t.substring(r,s),!n)break;r=w(t,s)}return e}function I(t){var e=0;t=C(t=t.replace(g,"")).replace(y,"");for(var r=[];e<t.length;)e=x(t,r,e);return r}function R(t){var e={};t.forEach((function(t){t.declarations.forEach((function(t){e[t.prop]=t.value}))}));for(var r={},n=Object.entries(e),s=function(t){var e=!1;if(n.forEach((function(t){var n=t[0],s=M(t[1],r);s!==r[n]&&(r[n]=s,e=!0)})),!e)return"break"},o=0;o<10;o++){if("break"===s())break}return r}function k(t,e){if(void 0===e&&(e=0),!t.rules)return[];var r=[];return t.rules.filter((function(t){return t.type===a.STYLE_RULE})).forEach((function(t){var n=O(t.cssText);n.length>0&&t.parsedSelector.split(",").forEach((function(t){t=t.trim(),r.push({selector:t,declarations:n,specificity:_(),nu:e})})),e++})),r}function _(t){return 1}var A="!important",L=/(?:^|[;\s{]\s*)(--[\w-]*?)\s*:\s*(?:((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};{])+)|\{([^}]*)\}(?:(?=[;\s}])|$))/gm;function O(t){for(var e,r=[];e=L.exec(t.trim());){var n=T(e[2]),s=n.value,o=n.important;r.push({prop:e[1].trim(),value:I(s),important:o})}return r}function T(t){var e=(t=t.replace(/\s+/gim," ").trim()).endsWith(A);return e&&(t=t.slice(0,t.length-A.length).trim()),{value:t,important:e}}function U(t,e,r){var n=[],s=N(e,t);return r.forEach((function(t){return n.push(t)})),s.forEach((function(t){return n.push(t)})),$(P(n).filter((function(e){return G(t,e.selector)})))}function N(t,e){for(var r=[];e;){var n=t.get(e);n&&r.push(n),e=e.parentElement}return r}function P(t){var e=[];return t.forEach((function(t){e.push.apply(e,t.selectors)})),e}function $(t){return t.sort((function(t,e){return t.specificity===e.specificity?t.nu-e.nu:t.specificity-e.specificity})),t}function G(t,e){return":root"===e||"html"===e||t.matches(e)}function H(t){var e=r(t),n=I(t);return{original:t,template:n,selectors:k(e),usesCssVars:n.length>1}}function V(t,e){if(t.some((function(t){return t.styleEl===e})))return!1;var r=H(e.textContent);return r.styleEl=e,t.push(r),!0}function Y(t){var e=R(P(t));t.forEach((function(t){t.usesCssVars&&(t.styleEl.textContent=M(t.template,e))}))}function j(e,r){var n=e.template.map((function(t){return"string"==typeof t?q(t,e.scopeId,r):t})),s=e.selectors.map((function(n){return t(t({},n),{selector:q(n.selector,e.scopeId,r)})}));return t(t({},e),{template:n,selectors:s,scopeId:r})}function q(t,e,r){return t=F(t,"\\.".concat(e),".".concat(r))}function F(t,e,r){return t.replace(new RegExp(e,"g"),r)}function B(t,e){return K(t,e),D(t,e).then((function(){Y(e)}))}function W(t,e){"undefined"!=typeof MutationObserver&&new MutationObserver((function(){K(t,e)&&Y(e)})).observe(document.head,{childList:!0})}function D(t,e){for(var r=[],n=t.querySelectorAll('link[rel="stylesheet"][href]:not([data-no-shim])'),s=0;s<n.length;s++)r.push(X(t,e,n[s]));return Promise.all(r)}function K(t,e){return Array.from(t.querySelectorAll("style:not([data-styles]):not([data-no-shim])")).map((function(t){return V(e,t)})).some(Boolean)}function X(t,e,r){var n=r.href;return fetch(n).then((function(t){return t.text()})).then((function(s){if(Z(s)&&r.parentNode){Q(s)&&(s=tt(s,n));var o=t.createElement("style");o.setAttribute("data-styles",""),o.textContent=s,V(e,o),r.parentNode.insertBefore(o,r),r.remove()}})).catch((function(t){console.error(t)}))}var z=/[\s;{]--[-a-zA-Z0-9]+\s*:/m;function Z(t){return t.indexOf("var(")>-1||z.test(t)}var J=/url[\s]*\([\s]*['"]?(?!(?:https?|data)\:|\/)([^\'\"\)]*)[\s]*['"]?\)[\s]*/gim;function Q(t){return J.lastIndex=0,J.test(t)}function tt(t,e){var r=e.replace(/[^/]*$/,"");return t.replace(J,(function(t,e){var n=r+e;return t.replace(e,n)}))}var et=function(){function t(t,e){this.win=t,this.doc=e,this.count=0,this.hostStyleMap=new WeakMap,this.hostScopeMap=new WeakMap,this.globalScopes=[],this.scopesMap=new Map,this.didInit=!1}return t.prototype.i=function(){var t=this;return this.didInit||!this.win.requestAnimationFrame?Promise.resolve():(this.didInit=!0,new Promise((function(e){t.win.requestAnimationFrame((function(){W(t.doc,t.globalScopes),B(t.doc,t.globalScopes).then((function(){return e()}))}))})))},t.prototype.addLink=function(t){var e=this;return X(this.doc,this.globalScopes,t).then((function(){e.updateGlobal()}))},t.prototype.addGlobalStyle=function(t){V(this.globalScopes,t)&&this.updateGlobal()},t.prototype.createHostStyle=function(t,e,r,n){if(this.hostScopeMap.has(t))throw new Error("host style already created");var s=this.registerHostTemplate(r,e,n),o=this.doc.createElement("style");return o.setAttribute("data-no-shim",""),s.usesCssVars?n?(o["s-sc"]=e="".concat(s.scopeId,"-").concat(this.count),o.textContent="/*needs update*/",this.hostStyleMap.set(t,o),this.hostScopeMap.set(t,j(s,e)),this.count++):(s.styleEl=o,s.usesCssVars||(o.textContent=M(s.template,{})),this.globalScopes.push(s),this.updateGlobal(),this.hostScopeMap.set(t,s)):o.textContent=r,o},t.prototype.removeHost=function(t){var e=this.hostStyleMap.get(t);e&&e.remove(),this.hostStyleMap.delete(t),this.hostScopeMap.delete(t)},t.prototype.updateHost=function(t){var e=this.hostScopeMap.get(t);if(e&&e.usesCssVars&&e.isScoped){var r=this.hostStyleMap.get(t);if(r){var n=R(U(t,this.hostScopeMap,this.globalScopes));r.textContent=M(e.template,n)}}},t.prototype.updateGlobal=function(){Y(this.globalScopes)},t.prototype.registerHostTemplate=function(t,e,r){var n=this.scopesMap.get(e);return n||((n=H(t)).scopeId=e,n.isScoped=r,this.scopesMap.set(e,n)),n},t}();!function(t){!t||t.__cssshim||t.CSS&&t.CSS.supports&&t.CSS.supports("color","var(--c)")||(t.__cssshim=new et(t,t.document))}("undefined"!=typeof window&&window)}}}));
@@ -0,0 +1,73 @@
1
+ /*
2
+ Stencil Client Patch Browser v2.17.0 | MIT Licensed | https://stenciljs.com
3
+ */
4
+ (function(){
5
+ var aa=new Set("annotation-xml color-profile font-face font-face-src font-face-uri font-face-format font-face-name missing-glyph".split(" "));function g(a){var b=aa.has(a);a=/^[a-z][.0-9_a-z]*-[\-.0-9_a-z]*$/.test(a);return !b&&a}function l(a){var b=a.isConnected;if(void 0!==b)return b;for(;a&&!(a.__CE_isImportDocument||a instanceof Document);)a=a.parentNode||(window.ShadowRoot&&a instanceof ShadowRoot?a.host:void 0);return !(!a||!(a.__CE_isImportDocument||a instanceof Document))}
6
+ function n(a,b){for(;b&&b!==a&&!b.nextSibling;)b=b.parentNode;return b&&b!==a?b.nextSibling:null}
7
+ function p(a,b,d){d=void 0===d?new Set:d;for(var c=a;c;){if(c.nodeType===Node.ELEMENT_NODE){var e=c;b(e);var f=e.localName;if("link"===f&&"import"===e.getAttribute("rel")){c=e.import;if(c instanceof Node&&!d.has(c))for(d.add(c),c=c.firstChild;c;c=c.nextSibling)p(c,b,d);c=n(a,e);continue}else if("template"===f){c=n(a,e);continue}if(e=e.__CE_shadowRoot)for(e=e.firstChild;e;e=e.nextSibling)p(e,b,d);}c=c.firstChild?c.firstChild:n(a,c);}}function r(a,b,d){a[b]=d;}function u(){this.a=new Map;this.g=new Map;this.c=[];this.f=[];this.b=!1;}function ba(a,b,d){a.a.set(b,d);a.g.set(d.constructorFunction,d);}function ca(a,b){a.b=!0;a.c.push(b);}function da(a,b){a.b=!0;a.f.push(b);}function v(a,b){a.b&&p(b,function(b){return w(a,b)});}function w(a,b){if(a.b&&!b.__CE_patched){b.__CE_patched=!0;for(var d=0;d<a.c.length;d++)a.c[d](b);for(d=0;d<a.f.length;d++)a.f[d](b);}}
8
+ function x(a,b){var d=[];p(b,function(b){return d.push(b)});for(b=0;b<d.length;b++){var c=d[b];1===c.__CE_state?a.connectedCallback(c):y(a,c);}}function z(a,b){var d=[];p(b,function(b){return d.push(b)});for(b=0;b<d.length;b++){var c=d[b];1===c.__CE_state&&a.disconnectedCallback(c);}}
9
+ function A(a,b,d){d=void 0===d?{}:d;var c=d.u||new Set,e=d.i||function(b){return y(a,b)},f=[];p(b,function(b){if("link"===b.localName&&"import"===b.getAttribute("rel")){var d=b.import;d instanceof Node&&(d.__CE_isImportDocument=!0,d.__CE_hasRegistry=!0);d&&"complete"===d.readyState?d.__CE_documentLoadHandled=!0:b.addEventListener("load",function(){var d=b.import;if(!d.__CE_documentLoadHandled){d.__CE_documentLoadHandled=!0;var f=new Set(c);f.delete(d);A(a,d,{u:f,i:e});}});}else f.push(b);},c);if(a.b)for(b=
10
+ 0;b<f.length;b++)w(a,f[b]);for(b=0;b<f.length;b++)e(f[b]);}
11
+ function y(a,b){if(void 0===b.__CE_state){var d=b.ownerDocument;if(d.defaultView||d.__CE_isImportDocument&&d.__CE_hasRegistry)if(d=a.a.get(b.localName)){d.constructionStack.push(b);var c=d.constructorFunction;try{try{if(new c!==b)throw Error("The custom element constructor did not produce the element being upgraded.");}finally{d.constructionStack.pop();}}catch(t){throw b.__CE_state=2,t;}b.__CE_state=1;b.__CE_definition=d;if(d.attributeChangedCallback)for(d=d.observedAttributes,c=0;c<d.length;c++){var e=
12
+ d[c],f=b.getAttribute(e);null!==f&&a.attributeChangedCallback(b,e,null,f,null);}l(b)&&a.connectedCallback(b);}}}u.prototype.connectedCallback=function(a){var b=a.__CE_definition;b.connectedCallback&&b.connectedCallback.call(a);};u.prototype.disconnectedCallback=function(a){var b=a.__CE_definition;b.disconnectedCallback&&b.disconnectedCallback.call(a);};
13
+ u.prototype.attributeChangedCallback=function(a,b,d,c,e){var f=a.__CE_definition;f.attributeChangedCallback&&-1<f.observedAttributes.indexOf(b)&&f.attributeChangedCallback.call(a,b,d,c,e);};function B(a){var b=document;this.c=a;this.a=b;this.b=void 0;A(this.c,this.a);"loading"===this.a.readyState&&(this.b=new MutationObserver(this.f.bind(this)),this.b.observe(this.a,{childList:!0,subtree:!0}));}function C(a){a.b&&a.b.disconnect();}B.prototype.f=function(a){var b=this.a.readyState;"interactive"!==b&&"complete"!==b||C(this);for(b=0;b<a.length;b++)for(var d=a[b].addedNodes,c=0;c<d.length;c++)A(this.c,d[c]);};function ea(){var a=this;this.b=this.a=void 0;this.c=new Promise(function(b){a.b=b;a.a&&b(a.a);});}function D(a){if(a.a)throw Error("Already resolved.");a.a=void 0;a.b&&a.b(void 0);}function E(a){this.c=!1;this.a=a;this.j=new Map;this.f=function(b){return b()};this.b=!1;this.g=[];this.o=new B(a);}
14
+ E.prototype.l=function(a,b){var d=this;if(!(b instanceof Function))throw new TypeError("Custom element constructors must be functions.");if(!g(a))throw new SyntaxError("The element name '"+a+"' is not valid.");if(this.a.a.get(a))throw Error("A custom element with name '"+a+"' has already been defined.");if(this.c)throw Error("A custom element is already being defined.");this.c=!0;try{var c=function(b){var a=e[b];if(void 0!==a&&!(a instanceof Function))throw Error("The '"+b+"' callback must be a function.");
15
+ return a},e=b.prototype;if(!(e instanceof Object))throw new TypeError("The custom element constructor's prototype is not an object.");var f=c("connectedCallback");var t=c("disconnectedCallback");var k=c("adoptedCallback");var h=c("attributeChangedCallback");var m=b.observedAttributes||[];}catch(q){return}finally{this.c=!1;}b={localName:a,constructorFunction:b,connectedCallback:f,disconnectedCallback:t,adoptedCallback:k,attributeChangedCallback:h,observedAttributes:m,constructionStack:[]};ba(this.a,
16
+ a,b);this.g.push(b);this.b||(this.b=!0,this.f(function(){return fa(d)}));};E.prototype.i=function(a){A(this.a,a);};
17
+ function fa(a){if(!1!==a.b){a.b=!1;for(var b=a.g,d=[],c=new Map,e=0;e<b.length;e++)c.set(b[e].localName,[]);A(a.a,document,{i:function(b){if(void 0===b.__CE_state){var e=b.localName,f=c.get(e);f?f.push(b):a.a.a.get(e)&&d.push(b);}}});for(e=0;e<d.length;e++)y(a.a,d[e]);for(;0<b.length;){var f=b.shift();e=f.localName;f=c.get(f.localName);for(var t=0;t<f.length;t++)y(a.a,f[t]);(e=a.j.get(e))&&D(e);}}}E.prototype.get=function(a){if(a=this.a.a.get(a))return a.constructorFunction};
18
+ E.prototype.m=function(a){if(!g(a))return Promise.reject(new SyntaxError("'"+a+"' is not a valid custom element name."));var b=this.j.get(a);if(b)return b.c;b=new ea;this.j.set(a,b);this.a.a.get(a)&&!this.g.some(function(b){return b.localName===a})&&D(b);return b.c};E.prototype.s=function(a){C(this.o);var b=this.f;this.f=function(d){return a(function(){return b(d)})};};window.CustomElementRegistry=E;E.prototype.define=E.prototype.l;E.prototype.upgrade=E.prototype.i;E.prototype.get=E.prototype.get;
19
+ E.prototype.whenDefined=E.prototype.m;E.prototype.polyfillWrapFlushCallback=E.prototype.s;var F=window.Document.prototype.createElement,G=window.Document.prototype.createElementNS,ha=window.Document.prototype.importNode,ia=window.Document.prototype.prepend,ja=window.Document.prototype.append,ka=window.DocumentFragment.prototype.prepend,la=window.DocumentFragment.prototype.append,H=window.Node.prototype.cloneNode,I=window.Node.prototype.appendChild,J=window.Node.prototype.insertBefore,K=window.Node.prototype.removeChild,L=window.Node.prototype.replaceChild,M=Object.getOwnPropertyDescriptor(window.Node.prototype,
20
+ "textContent"),N=window.Element.prototype.attachShadow,O=Object.getOwnPropertyDescriptor(window.Element.prototype,"innerHTML"),P=window.Element.prototype.getAttribute,Q=window.Element.prototype.setAttribute,R=window.Element.prototype.removeAttribute,S=window.Element.prototype.getAttributeNS,T=window.Element.prototype.setAttributeNS,U=window.Element.prototype.removeAttributeNS,ma=window.Element.prototype.insertAdjacentElement,na=window.Element.prototype.insertAdjacentHTML,oa=window.Element.prototype.prepend,
21
+ pa=window.Element.prototype.append,V=window.Element.prototype.before,qa=window.Element.prototype.after,ra=window.Element.prototype.replaceWith,sa=window.Element.prototype.remove,ta=window.HTMLElement,W=Object.getOwnPropertyDescriptor(window.HTMLElement.prototype,"innerHTML"),ua=window.HTMLElement.prototype.insertAdjacentElement,va=window.HTMLElement.prototype.insertAdjacentHTML;var wa=new function(){};function xa(){var a=X;window.HTMLElement=function(){function b(){var b=this.constructor,c=a.g.get(b);if(!c)throw Error("The custom element being constructed was not registered with `customElements`.");var e=c.constructionStack;if(0===e.length)return e=F.call(document,c.localName),Object.setPrototypeOf(e,b.prototype),e.__CE_state=1,e.__CE_definition=c,w(a,e),e;c=e.length-1;var f=e[c];if(f===wa)throw Error("The HTMLElement constructor was either called reentrantly for this constructor or called multiple times.");
22
+ e[c]=wa;Object.setPrototypeOf(f,b.prototype);w(a,f);return f}b.prototype=ta.prototype;Object.defineProperty(b.prototype,"constructor",{writable:!0,configurable:!0,enumerable:!1,value:b});return b}();}function Y(a,b,d){function c(b){return function(d){for(var e=[],c=0;c<arguments.length;++c)e[c]=arguments[c];c=[];for(var f=[],m=0;m<e.length;m++){var q=e[m];q instanceof Element&&l(q)&&f.push(q);if(q instanceof DocumentFragment)for(q=q.firstChild;q;q=q.nextSibling)c.push(q);else c.push(q);}b.apply(this,e);for(e=0;e<f.length;e++)z(a,f[e]);if(l(this))for(e=0;e<c.length;e++)f=c[e],f instanceof Element&&x(a,f);}}void 0!==d.h&&(b.prepend=c(d.h));void 0!==d.append&&(b.append=c(d.append));}function ya(){var a=X;r(Document.prototype,"createElement",function(b){if(this.__CE_hasRegistry){var d=a.a.get(b);if(d)return new d.constructorFunction}b=F.call(this,b);w(a,b);return b});r(Document.prototype,"importNode",function(b,d){b=ha.call(this,b,!!d);this.__CE_hasRegistry?A(a,b):v(a,b);return b});r(Document.prototype,"createElementNS",function(b,d){if(this.__CE_hasRegistry&&(null===b||"http://www.w3.org/1999/xhtml"===b)){var c=a.a.get(d);if(c)return new c.constructorFunction}b=G.call(this,b,
23
+ d);w(a,b);return b});Y(a,Document.prototype,{h:ia,append:ja});}function za(){function a(a,c){Object.defineProperty(a,"textContent",{enumerable:c.enumerable,configurable:!0,get:c.get,set:function(a){if(this.nodeType===Node.TEXT_NODE)c.set.call(this,a);else {var d=void 0;if(this.firstChild){var e=this.childNodes,k=e.length;if(0<k&&l(this)){d=Array(k);for(var h=0;h<k;h++)d[h]=e[h];}}c.set.call(this,a);if(d)for(a=0;a<d.length;a++)z(b,d[a]);}}});}var b=X;r(Node.prototype,"insertBefore",function(a,c){if(a instanceof DocumentFragment){var e=Array.prototype.slice.apply(a.childNodes);
24
+ a=J.call(this,a,c);if(l(this))for(c=0;c<e.length;c++)x(b,e[c]);return a}e=l(a);c=J.call(this,a,c);e&&z(b,a);l(this)&&x(b,a);return c});r(Node.prototype,"appendChild",function(a){if(a instanceof DocumentFragment){var c=Array.prototype.slice.apply(a.childNodes);a=I.call(this,a);if(l(this))for(var e=0;e<c.length;e++)x(b,c[e]);return a}c=l(a);e=I.call(this,a);c&&z(b,a);l(this)&&x(b,a);return e});r(Node.prototype,"cloneNode",function(a){a=H.call(this,!!a);this.ownerDocument.__CE_hasRegistry?A(b,a):v(b,
25
+ a);return a});r(Node.prototype,"removeChild",function(a){var c=l(a),e=K.call(this,a);c&&z(b,a);return e});r(Node.prototype,"replaceChild",function(a,c){if(a instanceof DocumentFragment){var e=Array.prototype.slice.apply(a.childNodes);a=L.call(this,a,c);if(l(this))for(z(b,c),c=0;c<e.length;c++)x(b,e[c]);return a}e=l(a);var f=L.call(this,a,c),d=l(this);d&&z(b,c);e&&z(b,a);d&&x(b,a);return f});M&&M.get?a(Node.prototype,M):ca(b,function(b){a(b,{enumerable:!0,configurable:!0,get:function(){for(var a=[],
26
+ b=0;b<this.childNodes.length;b++){var f=this.childNodes[b];f.nodeType!==Node.COMMENT_NODE&&a.push(f.textContent);}return a.join("")},set:function(a){for(;this.firstChild;)K.call(this,this.firstChild);null!=a&&""!==a&&I.call(this,document.createTextNode(a));}});});}function Aa(a){function b(b){return function(e){for(var c=[],d=0;d<arguments.length;++d)c[d]=arguments[d];d=[];for(var k=[],h=0;h<c.length;h++){var m=c[h];m instanceof Element&&l(m)&&k.push(m);if(m instanceof DocumentFragment)for(m=m.firstChild;m;m=m.nextSibling)d.push(m);else d.push(m);}b.apply(this,c);for(c=0;c<k.length;c++)z(a,k[c]);if(l(this))for(c=0;c<d.length;c++)k=d[c],k instanceof Element&&x(a,k);}}var d=Element.prototype;void 0!==V&&(d.before=b(V));void 0!==V&&(d.after=b(qa));void 0!==ra&&
27
+ r(d,"replaceWith",function(b){for(var e=[],c=0;c<arguments.length;++c)e[c]=arguments[c];c=[];for(var d=[],k=0;k<e.length;k++){var h=e[k];h instanceof Element&&l(h)&&d.push(h);if(h instanceof DocumentFragment)for(h=h.firstChild;h;h=h.nextSibling)c.push(h);else c.push(h);}k=l(this);ra.apply(this,e);for(e=0;e<d.length;e++)z(a,d[e]);if(k)for(z(a,this),e=0;e<c.length;e++)d=c[e],d instanceof Element&&x(a,d);});void 0!==sa&&r(d,"remove",function(){var b=l(this);sa.call(this);b&&z(a,this);});}function Ba(){function a(a,b){Object.defineProperty(a,"innerHTML",{enumerable:b.enumerable,configurable:!0,get:b.get,set:function(a){var e=this,d=void 0;l(this)&&(d=[],p(this,function(a){a!==e&&d.push(a);}));b.set.call(this,a);if(d)for(var f=0;f<d.length;f++){var t=d[f];1===t.__CE_state&&c.disconnectedCallback(t);}this.ownerDocument.__CE_hasRegistry?A(c,this):v(c,this);return a}});}function b(a,b){r(a,"insertAdjacentElement",function(a,e){var d=l(e);a=b.call(this,a,e);d&&z(c,e);l(a)&&x(c,e);return a});}
28
+ function d(a,b){function e(a,b){for(var e=[];a!==b;a=a.nextSibling)e.push(a);for(b=0;b<e.length;b++)A(c,e[b]);}r(a,"insertAdjacentHTML",function(a,c){a=a.toLowerCase();if("beforebegin"===a){var d=this.previousSibling;b.call(this,a,c);e(d||this.parentNode.firstChild,this);}else if("afterbegin"===a)d=this.firstChild,b.call(this,a,c),e(this.firstChild,d);else if("beforeend"===a)d=this.lastChild,b.call(this,a,c),e(d||this.firstChild,null);else if("afterend"===a)d=this.nextSibling,b.call(this,a,c),e(this.nextSibling,
29
+ d);else throw new SyntaxError("The value provided ("+String(a)+") is not one of 'beforebegin', 'afterbegin', 'beforeend', or 'afterend'.");});}var c=X;N&&r(Element.prototype,"attachShadow",function(a){a=N.call(this,a);var b=c;if(b.b&&!a.__CE_patched){a.__CE_patched=!0;for(var e=0;e<b.c.length;e++)b.c[e](a);}return this.__CE_shadowRoot=a});O&&O.get?a(Element.prototype,O):W&&W.get?a(HTMLElement.prototype,W):da(c,function(b){a(b,{enumerable:!0,configurable:!0,get:function(){return H.call(this,!0).innerHTML},
30
+ set:function(a){var b="template"===this.localName,c=b?this.content:this,e=G.call(document,this.namespaceURI,this.localName);for(e.innerHTML=a;0<c.childNodes.length;)K.call(c,c.childNodes[0]);for(a=b?e.content:e;0<a.childNodes.length;)I.call(c,a.childNodes[0]);}});});r(Element.prototype,"setAttribute",function(a,b){if(1!==this.__CE_state)return Q.call(this,a,b);var e=P.call(this,a);Q.call(this,a,b);b=P.call(this,a);c.attributeChangedCallback(this,a,e,b,null);});r(Element.prototype,"setAttributeNS",function(a,
31
+ b,d){if(1!==this.__CE_state)return T.call(this,a,b,d);var e=S.call(this,a,b);T.call(this,a,b,d);d=S.call(this,a,b);c.attributeChangedCallback(this,b,e,d,a);});r(Element.prototype,"removeAttribute",function(a){if(1!==this.__CE_state)return R.call(this,a);var b=P.call(this,a);R.call(this,a);null!==b&&c.attributeChangedCallback(this,a,b,null,null);});r(Element.prototype,"removeAttributeNS",function(a,b){if(1!==this.__CE_state)return U.call(this,a,b);var d=S.call(this,a,b);U.call(this,a,b);var e=S.call(this,
32
+ a,b);d!==e&&c.attributeChangedCallback(this,b,d,e,a);});ua?b(HTMLElement.prototype,ua):ma?b(Element.prototype,ma):console.warn("Custom Elements: `Element#insertAdjacentElement` was not patched.");va?d(HTMLElement.prototype,va):na?d(Element.prototype,na):console.warn("Custom Elements: `Element#insertAdjacentHTML` was not patched.");Y(c,Element.prototype,{h:oa,append:pa});Aa(c);}var Z=window.customElements;if(!Z||Z.forcePolyfill||"function"!=typeof Z.define||"function"!=typeof Z.get){var X=new u;xa();ya();Y(X,DocumentFragment.prototype,{h:ka,append:la});za();Ba();document.__CE_hasRegistry=!0;var customElements=new E(X);Object.defineProperty(window,"customElements",{configurable:!0,enumerable:!0,value:customElements});}}).call(self);
33
+
34
+ // Polyfill document.baseURI
35
+ "string"!==typeof document.baseURI&&Object.defineProperty(Document.prototype,"baseURI",{enumerable:!0,configurable:!0,get:function(){var a=document.querySelector("base");return a&&a.href?a.href:document.URL}});
36
+
37
+ // Polyfill CustomEvent
38
+ "function"!==typeof window.CustomEvent&&(window.CustomEvent=function(c,a){a=a||{bubbles:!1,cancelable:!1,detail:void 0};var b=document.createEvent("CustomEvent");b.initCustomEvent(c,a.bubbles,a.cancelable,a.detail);return b},window.CustomEvent.prototype=window.Event.prototype);
39
+
40
+ // Event.composedPath
41
+ (function(b,c,d){b.composedPath||(b.composedPath=function(){if(this.path)return this.path;var a=this.target;for(this.path=[];null!==a.parentNode;)this.path.push(a),a=a.parentNode;this.path.push(c,d);return this.path});})(Event.prototype,document,window);
42
+
43
+ /*!
44
+ Element.closest and Element.matches
45
+ https://github.com/jonathantneal/closest
46
+ Creative Commons Zero v1.0 Universal
47
+ */
48
+ (function(a){"function"!==typeof a.matches&&(a.matches=a.msMatchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||function(a){a=(this.document||this.ownerDocument).querySelectorAll(a);for(var b=0;a[b]&&a[b]!==this;)++b;return !!a[b]});"function"!==typeof a.closest&&(a.closest=function(a){for(var b=this;b&&1===b.nodeType;){if(b.matches(a))return b;b=b.parentNode;}return null});})(window.Element.prototype);
49
+
50
+ /*!
51
+ Element.getRootNode()
52
+ */
53
+ (function(c){function d(a){a=b(a);return a&&11===a.nodeType?d(a.host):a}function b(a){return a&&a.parentNode?b(a.parentNode):a}"function"!==typeof c.getRootNode&&(c.getRootNode=function(a){return a&&a.composed?d(this):b(this)});})(Element.prototype);
54
+
55
+ /*!
56
+ Element.isConnected()
57
+ */
58
+ (function(a){"isConnected"in a||Object.defineProperty(a,"isConnected",{configurable:!0,enumerable:!0,get:function(){var a=this.getRootNode({composed:!0});return a&&9===a.nodeType}});})(Element.prototype);
59
+
60
+ /*!
61
+ Element.remove()
62
+ */
63
+ (function(b){b.forEach(function(a){a.hasOwnProperty("remove")||Object.defineProperty(a,"remove",{configurable:!0,enumerable:!0,writable:!0,value:function(){null!==this.parentNode&&this.parentNode.removeChild(this);}});});})([Element.prototype,CharacterData.prototype,DocumentType.prototype]);
64
+
65
+ /*!
66
+ Element.classList
67
+ */
68
+ !function(e){'classList'in e||Object.defineProperty(e,"classList",{get:function(){var e=this,t=(e.getAttribute("class")||"").replace(/^\s+|\s$/g,"").split(/\s+/g);function n(){t.length>0?e.setAttribute("class",t.join(" ")):e.removeAttribute("class");}return ""===t[0]&&t.splice(0,1),t.toggle=function(e,i){void 0!==i?i?t.add(e):t.remove(e):-1!==t.indexOf(e)?t.splice(t.indexOf(e),1):t.push(e),n();},t.add=function(){for(var e=[].slice.call(arguments),i=0,s=e.length;i<s;i++)-1===t.indexOf(e[i])&&t.push(e[i]);n();},t.remove=function(){for(var e=[].slice.call(arguments),i=0,s=e.length;i<s;i++)-1!==t.indexOf(e[i])&&t.splice(t.indexOf(e[i]),1);n();},t.item=function(e){return t[e]},t.contains=function(e){return -1!==t.indexOf(e)},t.replace=function(e,i){-1!==t.indexOf(e)&&t.splice(t.indexOf(e),1,i),n();},t.value=e.getAttribute("class")||"",t}});}(Element.prototype);
69
+
70
+ /*!
71
+ DOMTokenList
72
+ */
73
+ (function(b){try{document.body.classList.add();}catch(e){var c=b.add,d=b.remove;b.add=function(){for(var a=0;a<arguments.length;a++)c.call(this,arguments[a]);};b.remove=function(){for(var a=0;a<arguments.length;a++)d.call(this,arguments[a]);};}})(DOMTokenList.prototype);
@@ -0,0 +1,21 @@
1
+ System.register([],(function(){"use strict";return{execute:function(){(function(){var t=new Set("annotation-xml color-profile font-face font-face-src font-face-uri font-face-format font-face-name missing-glyph".split(" "));function e(e){var n=t.has(e);e=/^[a-z][.0-9_a-z]*-[\-.0-9_a-z]*$/.test(e);return!n&&e}function n(t){var e=t.isConnected;if(void 0!==e)return e;for(;t&&!(t.__CE_isImportDocument||t instanceof Document);)t=t.parentNode||(window.ShadowRoot&&t instanceof ShadowRoot?t.host:void 0);return!(!t||!(t.__CE_isImportDocument||t instanceof Document))}function o(t,e){for(;e&&e!==t&&!e.nextSibling;)e=e.parentNode;return e&&e!==t?e.nextSibling:null}function i(t,e,n){n=void 0===n?new Set:n;for(var r=t;r;){if(r.nodeType===Node.ELEMENT_NODE){var a=r;e(a);var c=a.localName;if("link"===c&&"import"===a.getAttribute("rel")){r=a.import;if(r instanceof Node&&!n.has(r))for(n.add(r),r=r.firstChild;r;r=r.nextSibling)i(r,e,n);r=o(t,a);continue}else if("template"===c){r=o(t,a);continue}if(a=a.__CE_shadowRoot)for(a=a.firstChild;a;a=a.nextSibling)i(a,e,n)}r=r.firstChild?r.firstChild:o(t,r)}}function r(t,e,n){t[e]=n}function a(){this.a=new Map;this.g=new Map;this.c=[];this.f=[];this.b=!1}function c(t,e,n){t.a.set(e,n);t.g.set(n.constructorFunction,n)}function l(t,e){t.b=!0;t.c.push(e)}function s(t,e){t.b=!0;t.f.push(e)}function u(t,e){t.b&&i(e,(function(e){return f(t,e)}))}function f(t,e){if(t.b&&!e.__CE_patched){e.__CE_patched=!0;for(var n=0;n<t.c.length;n++)t.c[n](e);for(n=0;n<t.f.length;n++)t.f[n](e)}}function p(t,e){var n=[];i(e,(function(t){return n.push(t)}));for(e=0;e<n.length;e++){var o=n[e];1===o.__CE_state?t.connectedCallback(o):m(t,o)}}function h(t,e){var n=[];i(e,(function(t){return n.push(t)}));for(e=0;e<n.length;e++){var o=n[e];1===o.__CE_state&&t.disconnectedCallback(o)}}function d(t,e,n){n=void 0===n?{}:n;var o=n.u||new Set,r=n.i||function(e){return m(t,e)},a=[];i(e,(function(e){if("link"===e.localName&&"import"===e.getAttribute("rel")){var n=e.import;n instanceof Node&&(n.__CE_isImportDocument=!0,n.__CE_hasRegistry=!0);n&&"complete"===n.readyState?n.__CE_documentLoadHandled=!0:e.addEventListener("load",(function(){var n=e.import;if(!n.__CE_documentLoadHandled){n.__CE_documentLoadHandled=!0;var i=new Set(o);i.delete(n);d(t,n,{u:i,i:r})}}))}else a.push(e)}),o);if(t.b)for(e=0;e<a.length;e++)f(t,a[e]);for(e=0;e<a.length;e++)r(a[e])}function m(t,e){if(void 0===e.__CE_state){var o=e.ownerDocument;if(o.defaultView||o.__CE_isImportDocument&&o.__CE_hasRegistry)if(o=t.a.get(e.localName)){o.constructionStack.push(e);var i=o.constructorFunction;try{try{if(new i!==e)throw Error("The custom element constructor did not produce the element being upgraded.")}finally{o.constructionStack.pop()}}catch(t){throw e.__CE_state=2,t}e.__CE_state=1;e.__CE_definition=o;if(o.attributeChangedCallback)for(o=o.observedAttributes,i=0;i<o.length;i++){var r=o[i],a=e.getAttribute(r);null!==a&&t.attributeChangedCallback(e,r,null,a,null)}n(e)&&t.connectedCallback(e)}}}a.prototype.connectedCallback=function(t){var e=t.__CE_definition;e.connectedCallback&&e.connectedCallback.call(t)};a.prototype.disconnectedCallback=function(t){var e=t.__CE_definition;e.disconnectedCallback&&e.disconnectedCallback.call(t)};a.prototype.attributeChangedCallback=function(t,e,n,o,i){var r=t.__CE_definition;r.attributeChangedCallback&&-1<r.observedAttributes.indexOf(e)&&r.attributeChangedCallback.call(t,e,n,o,i)};function y(t){var e=document;this.c=t;this.a=e;this.b=void 0;d(this.c,this.a);"loading"===this.a.readyState&&(this.b=new MutationObserver(this.f.bind(this)),this.b.observe(this.a,{childList:!0,subtree:!0}))}function b(t){t.b&&t.b.disconnect()}y.prototype.f=function(t){var e=this.a.readyState;"interactive"!==e&&"complete"!==e||b(this);for(e=0;e<t.length;e++)for(var n=t[e].addedNodes,o=0;o<n.length;o++)d(this.c,n[o])};function v(){var t=this;this.b=this.a=void 0;this.c=new Promise((function(e){t.b=e;t.a&&e(t.a)}))}function g(t){if(t.a)throw Error("Already resolved.");t.a=void 0;t.b&&t.b(void 0)}function w(t){this.c=!1;this.a=t;this.j=new Map;this.f=function(t){return t()};this.b=!1;this.g=[];this.o=new y(t)}w.prototype.l=function(t,n){var o=this;if(!(n instanceof Function))throw new TypeError("Custom element constructors must be functions.");if(!e(t))throw new SyntaxError("The element name '"+t+"' is not valid.");if(this.a.a.get(t))throw Error("A custom element with name '"+t+"' has already been defined.");if(this.c)throw Error("A custom element is already being defined.");this.c=!0;try{var i=function(t){var e=r[t];if(void 0!==e&&!(e instanceof Function))throw Error("The '"+t+"' callback must be a function.");return e},r=n.prototype;if(!(r instanceof Object))throw new TypeError("The custom element constructor's prototype is not an object.");var a=i("connectedCallback");var l=i("disconnectedCallback");var s=i("adoptedCallback");var u=i("attributeChangedCallback");var f=n.observedAttributes||[]}catch(t){return}finally{this.c=!1}n={localName:t,constructorFunction:n,connectedCallback:a,disconnectedCallback:l,adoptedCallback:s,attributeChangedCallback:u,observedAttributes:f,constructionStack:[]};c(this.a,t,n);this.g.push(n);this.b||(this.b=!0,this.f((function(){return E(o)})))};w.prototype.i=function(t){d(this.a,t)};function E(t){if(!1!==t.b){t.b=!1;for(var e=t.g,n=[],o=new Map,i=0;i<e.length;i++)o.set(e[i].localName,[]);d(t.a,document,{i:function(e){if(void 0===e.__CE_state){var i=e.localName,r=o.get(i);r?r.push(e):t.a.a.get(i)&&n.push(e)}}});for(i=0;i<n.length;i++)m(t.a,n[i]);for(;0<e.length;){var r=e.shift();i=r.localName;r=o.get(r.localName);for(var a=0;a<r.length;a++)m(t.a,r[a]);(i=t.j.get(i))&&g(i)}}}w.prototype.get=function(t){if(t=this.a.a.get(t))return t.constructorFunction};w.prototype.m=function(t){if(!e(t))return Promise.reject(new SyntaxError("'"+t+"' is not a valid custom element name."));var n=this.j.get(t);if(n)return n.c;n=new v;this.j.set(t,n);this.a.a.get(t)&&!this.g.some((function(e){return e.localName===t}))&&g(n);return n.c};w.prototype.s=function(t){b(this.o);var e=this.f;this.f=function(n){return t((function(){return e(n)}))}};window.CustomElementRegistry=w;w.prototype.define=w.prototype.l;w.prototype.upgrade=w.prototype.i;w.prototype.get=w.prototype.get;w.prototype.whenDefined=w.prototype.m;w.prototype.polyfillWrapFlushCallback=w.prototype.s;var _=window.Document.prototype.createElement,C=window.Document.prototype.createElementNS,N=window.Document.prototype.importNode,S=window.Document.prototype.prepend,T=window.Document.prototype.append,D=window.DocumentFragment.prototype.prepend,k=window.DocumentFragment.prototype.append,A=window.Node.prototype.cloneNode,O=window.Node.prototype.appendChild,j=window.Node.prototype.insertBefore,L=window.Node.prototype.removeChild,M=window.Node.prototype.replaceChild,x=Object.getOwnPropertyDescriptor(window.Node.prototype,"textContent"),H=window.Element.prototype.attachShadow,R=Object.getOwnPropertyDescriptor(window.Element.prototype,"innerHTML"),P=window.Element.prototype.getAttribute,F=window.Element.prototype.setAttribute,I=window.Element.prototype.removeAttribute,z=window.Element.prototype.getAttributeNS,U=window.Element.prototype.setAttributeNS,W=window.Element.prototype.removeAttributeNS,q=window.Element.prototype.insertAdjacentElement,B=window.Element.prototype.insertAdjacentHTML,$=window.Element.prototype.prepend,V=window.Element.prototype.append,X=window.Element.prototype.before,G=window.Element.prototype.after,J=window.Element.prototype.replaceWith,K=window.Element.prototype.remove,Q=window.HTMLElement,Y=Object.getOwnPropertyDescriptor(window.HTMLElement.prototype,"innerHTML"),Z=window.HTMLElement.prototype.insertAdjacentElement,tt=window.HTMLElement.prototype.insertAdjacentHTML;var et=new function(){};function nt(){var t=st;window.HTMLElement=function(){function e(){var e=this.constructor,n=t.g.get(e);if(!n)throw Error("The custom element being constructed was not registered with `customElements`.");var o=n.constructionStack;if(0===o.length)return o=_.call(document,n.localName),Object.setPrototypeOf(o,e.prototype),o.__CE_state=1,o.__CE_definition=n,f(t,o),o;n=o.length-1;var i=o[n];if(i===et)throw Error("The HTMLElement constructor was either called reentrantly for this constructor or called multiple times.");o[n]=et;Object.setPrototypeOf(i,e.prototype);f(t,i);return i}e.prototype=Q.prototype;Object.defineProperty(e.prototype,"constructor",{writable:!0,configurable:!0,enumerable:!1,value:e});return e}()}function ot(t,e,o){function i(e){return function(o){for(var i=[],r=0;r<arguments.length;++r)i[r]=arguments[r];r=[];for(var a=[],c=0;c<i.length;c++){var l=i[c];l instanceof Element&&n(l)&&a.push(l);if(l instanceof DocumentFragment)for(l=l.firstChild;l;l=l.nextSibling)r.push(l);else r.push(l)}e.apply(this,i);for(i=0;i<a.length;i++)h(t,a[i]);if(n(this))for(i=0;i<r.length;i++)a=r[i],a instanceof Element&&p(t,a)}}void 0!==o.h&&(e.prepend=i(o.h));void 0!==o.append&&(e.append=i(o.append))}function it(){var t=st;r(Document.prototype,"createElement",(function(e){if(this.__CE_hasRegistry){var n=t.a.get(e);if(n)return new n.constructorFunction}e=_.call(this,e);f(t,e);return e}));r(Document.prototype,"importNode",(function(e,n){e=N.call(this,e,!!n);this.__CE_hasRegistry?d(t,e):u(t,e);return e}));r(Document.prototype,"createElementNS",(function(e,n){if(this.__CE_hasRegistry&&(null===e||"http://www.w3.org/1999/xhtml"===e)){var o=t.a.get(n);if(o)return new o.constructorFunction}e=C.call(this,e,n);f(t,e);return e}));ot(t,Document.prototype,{h:S,append:T})}function rt(){function t(t,o){Object.defineProperty(t,"textContent",{enumerable:o.enumerable,configurable:!0,get:o.get,set:function(t){if(this.nodeType===Node.TEXT_NODE)o.set.call(this,t);else{var i=void 0;if(this.firstChild){var r=this.childNodes,a=r.length;if(0<a&&n(this)){i=Array(a);for(var c=0;c<a;c++)i[c]=r[c]}}o.set.call(this,t);if(i)for(t=0;t<i.length;t++)h(e,i[t])}}})}var e=st;r(Node.prototype,"insertBefore",(function(t,o){if(t instanceof DocumentFragment){var i=Array.prototype.slice.apply(t.childNodes);t=j.call(this,t,o);if(n(this))for(o=0;o<i.length;o++)p(e,i[o]);return t}i=n(t);o=j.call(this,t,o);i&&h(e,t);n(this)&&p(e,t);return o}));r(Node.prototype,"appendChild",(function(t){if(t instanceof DocumentFragment){var o=Array.prototype.slice.apply(t.childNodes);t=O.call(this,t);if(n(this))for(var i=0;i<o.length;i++)p(e,o[i]);return t}o=n(t);i=O.call(this,t);o&&h(e,t);n(this)&&p(e,t);return i}));r(Node.prototype,"cloneNode",(function(t){t=A.call(this,!!t);this.ownerDocument.__CE_hasRegistry?d(e,t):u(e,t);return t}));r(Node.prototype,"removeChild",(function(t){var o=n(t),i=L.call(this,t);o&&h(e,t);return i}));r(Node.prototype,"replaceChild",(function(t,o){if(t instanceof DocumentFragment){var i=Array.prototype.slice.apply(t.childNodes);t=M.call(this,t,o);if(n(this))for(h(e,o),o=0;o<i.length;o++)p(e,i[o]);return t}i=n(t);var r=M.call(this,t,o),a=n(this);a&&h(e,o);i&&h(e,t);a&&p(e,t);return r}));x&&x.get?t(Node.prototype,x):l(e,(function(e){t(e,{enumerable:!0,configurable:!0,get:function(){for(var t=[],e=0;e<this.childNodes.length;e++){var n=this.childNodes[e];n.nodeType!==Node.COMMENT_NODE&&t.push(n.textContent)}return t.join("")},set:function(t){for(;this.firstChild;)L.call(this,this.firstChild);null!=t&&""!==t&&O.call(this,document.createTextNode(t))}})}))}function at(t){function e(e){return function(o){for(var i=[],r=0;r<arguments.length;++r)i[r]=arguments[r];r=[];for(var a=[],c=0;c<i.length;c++){var l=i[c];l instanceof Element&&n(l)&&a.push(l);if(l instanceof DocumentFragment)for(l=l.firstChild;l;l=l.nextSibling)r.push(l);else r.push(l)}e.apply(this,i);for(i=0;i<a.length;i++)h(t,a[i]);if(n(this))for(i=0;i<r.length;i++)a=r[i],a instanceof Element&&p(t,a)}}var o=Element.prototype;void 0!==X&&(o.before=e(X));void 0!==X&&(o.after=e(G));void 0!==J&&r(o,"replaceWith",(function(e){for(var o=[],i=0;i<arguments.length;++i)o[i]=arguments[i];i=[];for(var r=[],a=0;a<o.length;a++){var c=o[a];c instanceof Element&&n(c)&&r.push(c);if(c instanceof DocumentFragment)for(c=c.firstChild;c;c=c.nextSibling)i.push(c);else i.push(c)}a=n(this);J.apply(this,o);for(o=0;o<r.length;o++)h(t,r[o]);if(a)for(h(t,this),o=0;o<i.length;o++)r=i[o],r instanceof Element&&p(t,r)}));void 0!==K&&r(o,"remove",(function(){var e=n(this);K.call(this);e&&h(t,this)}))}function ct(){function t(t,e){Object.defineProperty(t,"innerHTML",{enumerable:e.enumerable,configurable:!0,get:e.get,set:function(t){var o=this,r=void 0;n(this)&&(r=[],i(this,(function(t){t!==o&&r.push(t)})));e.set.call(this,t);if(r)for(var c=0;c<r.length;c++){var l=r[c];1===l.__CE_state&&a.disconnectedCallback(l)}this.ownerDocument.__CE_hasRegistry?d(a,this):u(a,this);return t}})}function e(t,e){r(t,"insertAdjacentElement",(function(t,o){var i=n(o);t=e.call(this,t,o);i&&h(a,o);n(t)&&p(a,o);return t}))}function o(t,e){function n(t,e){for(var n=[];t!==e;t=t.nextSibling)n.push(t);for(e=0;e<n.length;e++)d(a,n[e])}r(t,"insertAdjacentHTML",(function(t,o){t=t.toLowerCase();if("beforebegin"===t){var i=this.previousSibling;e.call(this,t,o);n(i||this.parentNode.firstChild,this)}else if("afterbegin"===t)i=this.firstChild,e.call(this,t,o),n(this.firstChild,i);else if("beforeend"===t)i=this.lastChild,e.call(this,t,o),n(i||this.firstChild,null);else if("afterend"===t)i=this.nextSibling,e.call(this,t,o),n(this.nextSibling,i);else throw new SyntaxError("The value provided ("+String(t)+") is not one of 'beforebegin', 'afterbegin', 'beforeend', or 'afterend'.")}))}var a=st;H&&r(Element.prototype,"attachShadow",(function(t){t=H.call(this,t);var e=a;if(e.b&&!t.__CE_patched){t.__CE_patched=!0;for(var n=0;n<e.c.length;n++)e.c[n](t)}return this.__CE_shadowRoot=t}));R&&R.get?t(Element.prototype,R):Y&&Y.get?t(HTMLElement.prototype,Y):s(a,(function(e){t(e,{enumerable:!0,configurable:!0,get:function(){return A.call(this,!0).innerHTML},set:function(t){var e="template"===this.localName,n=e?this.content:this,o=C.call(document,this.namespaceURI,this.localName);for(o.innerHTML=t;0<n.childNodes.length;)L.call(n,n.childNodes[0]);for(t=e?o.content:o;0<t.childNodes.length;)O.call(n,t.childNodes[0])}})}));r(Element.prototype,"setAttribute",(function(t,e){if(1!==this.__CE_state)return F.call(this,t,e);var n=P.call(this,t);F.call(this,t,e);e=P.call(this,t);a.attributeChangedCallback(this,t,n,e,null)}));r(Element.prototype,"setAttributeNS",(function(t,e,n){if(1!==this.__CE_state)return U.call(this,t,e,n);var o=z.call(this,t,e);U.call(this,t,e,n);n=z.call(this,t,e);a.attributeChangedCallback(this,e,o,n,t)}));r(Element.prototype,"removeAttribute",(function(t){if(1!==this.__CE_state)return I.call(this,t);var e=P.call(this,t);I.call(this,t);null!==e&&a.attributeChangedCallback(this,t,e,null,null)}));r(Element.prototype,"removeAttributeNS",(function(t,e){if(1!==this.__CE_state)return W.call(this,t,e);var n=z.call(this,t,e);W.call(this,t,e);var o=z.call(this,t,e);n!==o&&a.attributeChangedCallback(this,e,n,o,t)}));Z?e(HTMLElement.prototype,Z):q?e(Element.prototype,q):console.warn("Custom Elements: `Element#insertAdjacentElement` was not patched.");tt?o(HTMLElement.prototype,tt):B?o(Element.prototype,B):console.warn("Custom Elements: `Element#insertAdjacentHTML` was not patched.");ot(a,Element.prototype,{h:$,append:V});at(a)}var lt=window.customElements;if(!lt||lt.forcePolyfill||"function"!=typeof lt.define||"function"!=typeof lt.get){var st=new a;nt();it();ot(st,DocumentFragment.prototype,{h:D,append:k});rt();ct();document.__CE_hasRegistry=!0;var ut=new w(st);Object.defineProperty(window,"customElements",{configurable:!0,enumerable:!0,value:ut})}}).call(self);"string"!==typeof document.baseURI&&Object.defineProperty(Document.prototype,"baseURI",{enumerable:!0,configurable:!0,get:function(){var t=document.querySelector("base");return t&&t.href?t.href:document.URL}});"function"!==typeof window.CustomEvent&&(window.CustomEvent=function(t,e){e=e||{bubbles:!1,cancelable:!1,detail:void 0};var n=document.createEvent("CustomEvent");n.initCustomEvent(t,e.bubbles,e.cancelable,e.detail);return n},window.CustomEvent.prototype=window.Event.prototype);(function(t,e,n){t.composedPath||(t.composedPath=function(){if(this.path)return this.path;var t=this.target;for(this.path=[];null!==t.parentNode;)this.path.push(t),t=t.parentNode;this.path.push(e,n);return this.path})})(Event.prototype,document,window);
2
+ /*!
3
+ Element.closest and Element.matches
4
+ https://github.com/jonathantneal/closest
5
+ Creative Commons Zero v1.0 Universal
6
+ */(function(t){"function"!==typeof t.matches&&(t.matches=t.msMatchesSelector||t.mozMatchesSelector||t.webkitMatchesSelector||function(t){t=(this.document||this.ownerDocument).querySelectorAll(t);for(var e=0;t[e]&&t[e]!==this;)++e;return!!t[e]});"function"!==typeof t.closest&&(t.closest=function(t){for(var e=this;e&&1===e.nodeType;){if(e.matches(t))return e;e=e.parentNode}return null})})(window.Element.prototype);
7
+ /*!
8
+ Element.getRootNode()
9
+ */(function(t){function e(t){t=n(t);return t&&11===t.nodeType?e(t.host):t}function n(t){return t&&t.parentNode?n(t.parentNode):t}"function"!==typeof t.getRootNode&&(t.getRootNode=function(t){return t&&t.composed?e(this):n(this)})})(Element.prototype);
10
+ /*!
11
+ Element.isConnected()
12
+ */(function(t){"isConnected"in t||Object.defineProperty(t,"isConnected",{configurable:!0,enumerable:!0,get:function(){var t=this.getRootNode({composed:!0});return t&&9===t.nodeType}})})(Element.prototype);
13
+ /*!
14
+ Element.remove()
15
+ */(function(t){t.forEach((function(t){t.hasOwnProperty("remove")||Object.defineProperty(t,"remove",{configurable:!0,enumerable:!0,writable:!0,value:function(){null!==this.parentNode&&this.parentNode.removeChild(this)}})}))})([Element.prototype,CharacterData.prototype,DocumentType.prototype]);
16
+ /*!
17
+ Element.classList
18
+ */!function(t){"classList"in t||Object.defineProperty(t,"classList",{get:function(){var t=this,e=(t.getAttribute("class")||"").replace(/^\s+|\s$/g,"").split(/\s+/g);function n(){e.length>0?t.setAttribute("class",e.join(" ")):t.removeAttribute("class")}return""===e[0]&&e.splice(0,1),e.toggle=function(t,o){void 0!==o?o?e.add(t):e.remove(t):-1!==e.indexOf(t)?e.splice(e.indexOf(t),1):e.push(t),n()},e.add=function(){for(var t=[].slice.call(arguments),o=0,i=t.length;o<i;o++)-1===e.indexOf(t[o])&&e.push(t[o]);n()},e.remove=function(){for(var t=[].slice.call(arguments),o=0,i=t.length;o<i;o++)-1!==e.indexOf(t[o])&&e.splice(e.indexOf(t[o]),1);n()},e.item=function(t){return e[t]},e.contains=function(t){return-1!==e.indexOf(t)},e.replace=function(t,o){-1!==e.indexOf(t)&&e.splice(e.indexOf(t),1,o),n()},e.value=t.getAttribute("class")||"",e}})}(Element.prototype);
19
+ /*!
20
+ DOMTokenList
21
+ */(function(t){try{document.body.classList.add()}catch(o){var e=t.add,n=t.remove;t.add=function(){for(var t=0;t<arguments.length;t++)e.call(this,arguments[t])};t.remove=function(){for(var t=0;t<arguments.length;t++)n.call(this,arguments[t])}}})(DOMTokenList.prototype)}}}));
@@ -0,0 +1 @@
1
+ System.register([],(function(e){"use strict";return{execute:function(){e({b:f,c:n,d:r,g:l});var t=e("a",typeof globalThis!=="undefined"?globalThis:typeof window!=="undefined"?window:typeof global!=="undefined"?global:typeof self!=="undefined"?self:{});function r(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e["default"]:e}function n(e,t,r){return r={path:t,exports:{},require:function(e,t){return f(e,t===undefined||t===null?r.path:t)}},e(r,r.exports),r.exports}function o(e){return e&&Object.prototype.hasOwnProperty.call(e,"default")?e["default"]:e}function u(e){return e&&Object.prototype.hasOwnProperty.call(e,"default")&&Object.keys(e).length===1?e["default"]:e}function l(e){if(e.__esModule)return e;var t=Object.defineProperty({},"__esModule",{value:true});Object.keys(e).forEach((function(r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:true,get:function(){return e[r]}})}));return t}function f(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}var c=e("p",t.process)}}}));
@@ -0,0 +1 @@
1
+ System.register(["./index-027b383e.system.js"],(function(e){"use strict";return{setters:[function(){}],execute:function(){var t="top";var r="bottom";var n="right";var a="left";var o="auto";var i=[t,r,n,a];var f="start";var s="end";var c="clippingParents";var u="viewport";var p="popper";var l="reference";var v=i.reduce((function(e,t){return e.concat([t+"-"+f,t+"-"+s])}),[]);var d=[].concat(i,[o]).reduce((function(e,t){return e.concat([t,t+"-"+f,t+"-"+s])}),[]);var m="beforeRead";var h="read";var g="afterRead";var y="beforeMain";var b="main";var w="afterMain";var x="beforeWrite";var O="write";var j="afterWrite";var E=[m,h,g,y,b,w,x,O,j];function S(e){return e?(e.nodeName||"").toLowerCase():null}function k(e){if(e==null){return window}if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t?t.defaultView||window:window}return e}function A(e){var t=k(e).Element;return e instanceof t||e instanceof Element}function D(e){var t=k(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function P(e){if(typeof ShadowRoot==="undefined"){return false}var t=k(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function q(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var r=t.styles[e]||{};var n=t.attributes[e]||{};var a=t.elements[e];if(!D(a)||!S(a)){return}Object.assign(a.style,r);Object.keys(n).forEach((function(e){var t=n[e];if(t===false){a.removeAttribute(e)}else{a.setAttribute(e,t===true?"":t)}}))}))}function L(e){var t=e.state;var r={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(t.elements.popper.style,r.popper);t.styles=r;if(t.elements.arrow){Object.assign(t.elements.arrow.style,r.arrow)}return function(){Object.keys(t.elements).forEach((function(e){var n=t.elements[e];var a=t.attributes[e]||{};var o=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:r[e]);var i=o.reduce((function(e,t){e[t]="";return e}),{});if(!D(n)||!S(n)){return}Object.assign(n.style,i);Object.keys(a).forEach((function(e){n.removeAttribute(e)}))}))}}var M={name:"applyStyles",enabled:true,phase:"write",fn:q,effect:L,requires:["computeStyles"]};function T(e){return e.split("-")[0]}var W=Math.max;var B=Math.min;var H=Math.round;function C(e,t){if(t===void 0){t=false}var r=e.getBoundingClientRect();var n=1;var a=1;if(D(e)&&t){var o=e.offsetHeight;var i=e.offsetWidth;if(i>0){n=H(r.width)/i||1}if(o>0){a=H(r.height)/o||1}}return{width:r.width/n,height:r.height/a,top:r.top/a,right:r.right/n,bottom:r.bottom/a,left:r.left/n,x:r.left/n,y:r.top/a}}function R(e){var t=C(e);var r=e.offsetWidth;var n=e.offsetHeight;if(Math.abs(t.width-r)<=1){r=t.width}if(Math.abs(t.height-n)<=1){n=t.height}return{x:e.offsetLeft,y:e.offsetTop,width:r,height:n}}function V(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t)){return true}else if(r&&P(r)){var n=t;do{if(n&&e.isSameNode(n)){return true}n=n.parentNode||n.host}while(n)}return false}function I(e){return k(e).getComputedStyle(e)}function N(e){return["table","td","th"].indexOf(S(e))>=0}function F(e){return((A(e)?e.ownerDocument:e.document)||window.document).documentElement}function U(e){if(S(e)==="html"){return e}return e.assignedSlot||e.parentNode||(P(e)?e.host:null)||F(e)}function z(e){if(!D(e)||I(e).position==="fixed"){return null}return e.offsetParent}function _(e){var t=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1;var r=navigator.userAgent.indexOf("Trident")!==-1;if(r&&D(e)){var n=I(e);if(n.position==="fixed"){return null}}var a=U(e);if(P(a)){a=a.host}while(D(a)&&["html","body"].indexOf(S(a))<0){var o=I(a);if(o.transform!=="none"||o.perspective!=="none"||o.contain==="paint"||["transform","perspective"].indexOf(o.willChange)!==-1||t&&o.willChange==="filter"||t&&o.filter&&o.filter!=="none"){return a}else{a=a.parentNode}}return null}function G(e){var t=k(e);var r=z(e);while(r&&N(r)&&I(r).position==="static"){r=z(r)}if(r&&(S(r)==="html"||S(r)==="body"&&I(r).position==="static")){return t}return r||_(e)||t}function X(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function Y(e,t,r){return W(e,B(t,r))}function J(e,t,r){var n=Y(e,t,r);return n>r?r:n}function K(){return{top:0,right:0,bottom:0,left:0}}function Q(e){return Object.assign({},K(),e)}function Z(e,t){return t.reduce((function(t,r){t[r]=e;return t}),{})}var $=function e(t,r){t=typeof t==="function"?t(Object.assign({},r.rects,{placement:r.placement})):t;return Q(typeof t!=="number"?t:Z(t,i))};function ee(e){var o;var i=e.state,f=e.name,s=e.options;var c=i.elements.arrow;var u=i.modifiersData.popperOffsets;var p=T(i.placement);var l=X(p);var v=[a,n].indexOf(p)>=0;var d=v?"height":"width";if(!c||!u){return}var m=$(s.padding,i);var h=R(c);var g=l==="y"?t:a;var y=l==="y"?r:n;var b=i.rects.reference[d]+i.rects.reference[l]-u[l]-i.rects.popper[d];var w=u[l]-i.rects.reference[l];var x=G(c);var O=x?l==="y"?x.clientHeight||0:x.clientWidth||0:0;var j=b/2-w/2;var E=m[g];var S=O-h[d]-m[y];var k=O/2-h[d]/2+j;var A=Y(E,k,S);var D=l;i.modifiersData[f]=(o={},o[D]=A,o.centerOffset=A-k,o)}function te(e){var t=e.state,r=e.options;var n=r.element,a=n===void 0?"[data-popper-arrow]":n;if(a==null){return}if(typeof a==="string"){a=t.elements.popper.querySelector(a);if(!a){return}}if("development"!=="production"){if(!D(a)){console.error(['Popper: "arrow" element must be an HTMLElement (not an SVGElement).',"To use an SVG arrow, wrap it in an HTMLElement that will be used as","the arrow."].join(" "))}}if(!V(t.elements.popper,a)){if("development"!=="production"){console.error(['Popper: "arrow" modifier\'s `element` must be a child of the popper',"element."].join(" "))}return}t.elements.arrow=a}var re={name:"arrow",enabled:true,phase:"main",fn:ee,effect:te,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function ne(e){return e.split("-")[1]}var ae={top:"auto",right:"auto",bottom:"auto",left:"auto"};function oe(e){var t=e.x,r=e.y;var n=window;var a=n.devicePixelRatio||1;return{x:H(t*a)/a||0,y:H(r*a)/a||0}}function ie(e){var o;var i=e.popper,f=e.popperRect,c=e.placement,u=e.variation,p=e.offsets,l=e.position,v=e.gpuAcceleration,d=e.adaptive,m=e.roundOffsets,h=e.isFixed;var g=p.x,y=g===void 0?0:g,b=p.y,w=b===void 0?0:b;var x=typeof m==="function"?m({x:y,y:w}):{x:y,y:w};y=x.x;w=x.y;var O=p.hasOwnProperty("x");var j=p.hasOwnProperty("y");var E=a;var S=t;var A=window;if(d){var D=G(i);var P="clientHeight";var q="clientWidth";if(D===k(i)){D=F(i);if(I(D).position!=="static"&&l==="absolute"){P="scrollHeight";q="scrollWidth"}}D=D;if(c===t||(c===a||c===n)&&u===s){S=r;var L=h&&D===A&&A.visualViewport?A.visualViewport.height:D[P];w-=L-f.height;w*=v?1:-1}if(c===a||(c===t||c===r)&&u===s){E=n;var M=h&&D===A&&A.visualViewport?A.visualViewport.width:D[q];y-=M-f.width;y*=v?1:-1}}var T=Object.assign({position:l},d&&ae);var W=m===true?oe({x:y,y:w}):{x:y,y:w};y=W.x;w=W.y;if(v){var B;return Object.assign({},T,(B={},B[S]=j?"0":"",B[E]=O?"0":"",B.transform=(A.devicePixelRatio||1)<=1?"translate("+y+"px, "+w+"px)":"translate3d("+y+"px, "+w+"px, 0)",B))}return Object.assign({},T,(o={},o[S]=j?w+"px":"",o[E]=O?y+"px":"",o.transform="",o))}function fe(e){var t=e.state,r=e.options;var n=r.gpuAcceleration,a=n===void 0?true:n,o=r.adaptive,i=o===void 0?true:o,f=r.roundOffsets,s=f===void 0?true:f;if("development"!=="production"){var c=I(t.elements.popper).transitionProperty||"";if(i&&["transform","top","right","bottom","left"].some((function(e){return c.indexOf(e)>=0}))){console.warn(["Popper: Detected CSS transitions on at least one of the following",'CSS properties: "transform", "top", "right", "bottom", "left".',"\n\n",'Disable the "computeStyles" modifier\'s `adaptive` option to allow',"for smooth transitions, or remove these properties from the CSS","transition declaration on the popper element if only transitioning","opacity or background-color for example.","\n\n","We recommend using the popper element as a wrapper around an inner","element that can have any CSS property transitioned for animations."].join(" "))}}var u={placement:T(t.placement),variation:ne(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:a,isFixed:t.options.strategy==="fixed"};if(t.modifiersData.popperOffsets!=null){t.styles.popper=Object.assign({},t.styles.popper,ie(Object.assign({},u,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:i,roundOffsets:s})))}if(t.modifiersData.arrow!=null){t.styles.arrow=Object.assign({},t.styles.arrow,ie(Object.assign({},u,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:false,roundOffsets:s})))}t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var se={name:"computeStyles",enabled:true,phase:"beforeWrite",fn:fe,data:{}};var ce={passive:true};function ue(e){var t=e.state,r=e.instance,n=e.options;var a=n.scroll,o=a===void 0?true:a,i=n.resize,f=i===void 0?true:i;var s=k(t.elements.popper);var c=[].concat(t.scrollParents.reference,t.scrollParents.popper);if(o){c.forEach((function(e){e.addEventListener("scroll",r.update,ce)}))}if(f){s.addEventListener("resize",r.update,ce)}return function(){if(o){c.forEach((function(e){e.removeEventListener("scroll",r.update,ce)}))}if(f){s.removeEventListener("resize",r.update,ce)}}}var pe={name:"eventListeners",enabled:true,phase:"write",fn:function e(){},effect:ue,data:{}};var le={left:"right",right:"left",bottom:"top",top:"bottom"};function ve(e){return e.replace(/left|right|bottom|top/g,(function(e){return le[e]}))}var de={start:"end",end:"start"};function me(e){return e.replace(/start|end/g,(function(e){return de[e]}))}function he(e){var t=k(e);var r=t.pageXOffset;var n=t.pageYOffset;return{scrollLeft:r,scrollTop:n}}function ge(e){return C(F(e)).left+he(e).scrollLeft}function ye(e){var t=k(e);var r=F(e);var n=t.visualViewport;var a=r.clientWidth;var o=r.clientHeight;var i=0;var f=0;if(n){a=n.width;o=n.height;if(!/^((?!chrome|android).)*safari/i.test(navigator.userAgent)){i=n.offsetLeft;f=n.offsetTop}}return{width:a,height:o,x:i+ge(e),y:f}}function be(e){var t;var r=F(e);var n=he(e);var a=(t=e.ownerDocument)==null?void 0:t.body;var o=W(r.scrollWidth,r.clientWidth,a?a.scrollWidth:0,a?a.clientWidth:0);var i=W(r.scrollHeight,r.clientHeight,a?a.scrollHeight:0,a?a.clientHeight:0);var f=-n.scrollLeft+ge(e);var s=-n.scrollTop;if(I(a||r).direction==="rtl"){f+=W(r.clientWidth,a?a.clientWidth:0)-o}return{width:o,height:i,x:f,y:s}}function we(e){var t=I(e),r=t.overflow,n=t.overflowX,a=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+a+n)}function xe(e){if(["html","body","#document"].indexOf(S(e))>=0){return e.ownerDocument.body}if(D(e)&&we(e)){return e}return xe(U(e))}function Oe(e,t){var r;if(t===void 0){t=[]}var n=xe(e);var a=n===((r=e.ownerDocument)==null?void 0:r.body);var o=k(n);var i=a?[o].concat(o.visualViewport||[],we(n)?n:[]):n;var f=t.concat(i);return a?f:f.concat(Oe(U(i)))}function je(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function Ee(e){var t=C(e);t.top=t.top+e.clientTop;t.left=t.left+e.clientLeft;t.bottom=t.top+e.clientHeight;t.right=t.left+e.clientWidth;t.width=e.clientWidth;t.height=e.clientHeight;t.x=t.left;t.y=t.top;return t}function Se(e,t){return t===u?je(ye(e)):A(t)?Ee(t):je(be(F(e)))}function ke(e){var t=Oe(U(e));var r=["absolute","fixed"].indexOf(I(e).position)>=0;var n=r&&D(e)?G(e):e;if(!A(n)){return[]}return t.filter((function(e){return A(e)&&V(e,n)&&S(e)!=="body"}))}function Ae(e,t,r){var n=t==="clippingParents"?ke(e):[].concat(t);var a=[].concat(n,[r]);var o=a[0];var i=a.reduce((function(t,r){var n=Se(e,r);t.top=W(n.top,t.top);t.right=B(n.right,t.right);t.bottom=B(n.bottom,t.bottom);t.left=W(n.left,t.left);return t}),Se(e,o));i.width=i.right-i.left;i.height=i.bottom-i.top;i.x=i.left;i.y=i.top;return i}function De(e){var o=e.reference,i=e.element,c=e.placement;var u=c?T(c):null;var p=c?ne(c):null;var l=o.x+o.width/2-i.width/2;var v=o.y+o.height/2-i.height/2;var d;switch(u){case t:d={x:l,y:o.y-i.height};break;case r:d={x:l,y:o.y+o.height};break;case n:d={x:o.x+o.width,y:v};break;case a:d={x:o.x-i.width,y:v};break;default:d={x:o.x,y:o.y}}var m=u?X(u):null;if(m!=null){var h=m==="y"?"height":"width";switch(p){case f:d[m]=d[m]-(o[h]/2-i[h]/2);break;case s:d[m]=d[m]+(o[h]/2-i[h]/2);break;default:}}return d}function Pe(e,a){if(a===void 0){a={}}var o=a,f=o.placement,s=f===void 0?e.placement:f,v=o.boundary,d=v===void 0?c:v,m=o.rootBoundary,h=m===void 0?u:m,g=o.elementContext,y=g===void 0?p:g,b=o.altBoundary,w=b===void 0?false:b,x=o.padding,O=x===void 0?0:x;var j=Q(typeof O!=="number"?O:Z(O,i));var E=y===p?l:p;var S=e.rects.popper;var k=e.elements[w?E:y];var D=Ae(A(k)?k:k.contextElement||F(e.elements.popper),d,h);var P=C(e.elements.reference);var q=De({reference:P,element:S,strategy:"absolute",placement:s});var L=je(Object.assign({},S,q));var M=y===p?L:P;var T={top:D.top-M.top+j.top,bottom:M.bottom-D.bottom+j.bottom,left:D.left-M.left+j.left,right:M.right-D.right+j.right};var W=e.modifiersData.offset;if(y===p&&W){var B=W[s];Object.keys(T).forEach((function(e){var a=[n,r].indexOf(e)>=0?1:-1;var o=[t,r].indexOf(e)>=0?"y":"x";T[e]+=B[o]*a}))}return T}function qe(e,t){if(t===void 0){t={}}var r=t,n=r.placement,a=r.boundary,o=r.rootBoundary,f=r.padding,s=r.flipVariations,c=r.allowedAutoPlacements,u=c===void 0?d:c;var p=ne(n);var l=p?s?v:v.filter((function(e){return ne(e)===p})):i;var m=l.filter((function(e){return u.indexOf(e)>=0}));if(m.length===0){m=l;if("development"!=="production"){console.error(["Popper: The `allowedAutoPlacements` option did not allow any","placements. Ensure the `placement` option matches the variation","of the allowed placements.",'For example, "auto" cannot be used to allow "bottom-start".','Use "auto-start" instead.'].join(" "))}}var h=m.reduce((function(t,r){t[r]=Pe(e,{placement:r,boundary:a,rootBoundary:o,padding:f})[T(r)];return t}),{});return Object.keys(h).sort((function(e,t){return h[e]-h[t]}))}function Le(e){if(T(e)===o){return[]}var t=ve(e);return[me(e),t,me(t)]}function Me(e){var i=e.state,s=e.options,c=e.name;if(i.modifiersData[c]._skip){return}var u=s.mainAxis,p=u===void 0?true:u,l=s.altAxis,v=l===void 0?true:l,d=s.fallbackPlacements,m=s.padding,h=s.boundary,g=s.rootBoundary,y=s.altBoundary,b=s.flipVariations,w=b===void 0?true:b,x=s.allowedAutoPlacements;var O=i.options.placement;var j=T(O);var E=j===O;var S=d||(E||!w?[ve(O)]:Le(O));var k=[O].concat(S).reduce((function(e,t){return e.concat(T(t)===o?qe(i,{placement:t,boundary:h,rootBoundary:g,padding:m,flipVariations:w,allowedAutoPlacements:x}):t)}),[]);var A=i.rects.reference;var D=i.rects.popper;var P=new Map;var q=true;var L=k[0];for(var M=0;M<k.length;M++){var W=k[M];var B=T(W);var H=ne(W)===f;var C=[t,r].indexOf(B)>=0;var R=C?"width":"height";var V=Pe(i,{placement:W,boundary:h,rootBoundary:g,altBoundary:y,padding:m});var I=C?H?n:a:H?r:t;if(A[R]>D[R]){I=ve(I)}var N=ve(I);var F=[];if(p){F.push(V[B]<=0)}if(v){F.push(V[I]<=0,V[N]<=0)}if(F.every((function(e){return e}))){L=W;q=false;break}P.set(W,F)}if(q){var U=w?3:1;var z=function e(t){var r=k.find((function(e){var r=P.get(e);if(r){return r.slice(0,t).every((function(e){return e}))}}));if(r){L=r;return"break"}};for(var _=U;_>0;_--){var G=z(_);if(G==="break")break}}if(i.placement!==L){i.modifiersData[c]._skip=true;i.placement=L;i.reset=true}}var Te={name:"flip",enabled:true,phase:"main",fn:Me,requiresIfExists:["offset"],data:{_skip:false}};function We(e,t,r){if(r===void 0){r={x:0,y:0}}return{top:e.top-t.height-r.y,right:e.right-t.width+r.x,bottom:e.bottom-t.height+r.y,left:e.left-t.width-r.x}}function Be(e){return[t,n,r,a].some((function(t){return e[t]>=0}))}function He(e){var t=e.state,r=e.name;var n=t.rects.reference;var a=t.rects.popper;var o=t.modifiersData.preventOverflow;var i=Pe(t,{elementContext:"reference"});var f=Pe(t,{altBoundary:true});var s=We(i,n);var c=We(f,a,o);var u=Be(s);var p=Be(c);t.modifiersData[r]={referenceClippingOffsets:s,popperEscapeOffsets:c,isReferenceHidden:u,hasPopperEscaped:p};t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":p})}var Ce={name:"hide",enabled:true,phase:"main",requiresIfExists:["preventOverflow"],fn:He};function Re(e,r,o){var i=T(e);var f=[a,t].indexOf(i)>=0?-1:1;var s=typeof o==="function"?o(Object.assign({},r,{placement:e})):o,c=s[0],u=s[1];c=c||0;u=(u||0)*f;return[a,n].indexOf(i)>=0?{x:u,y:c}:{x:c,y:u}}function Ve(e){var t=e.state,r=e.options,n=e.name;var a=r.offset,o=a===void 0?[0,0]:a;var i=d.reduce((function(e,r){e[r]=Re(r,t.rects,o);return e}),{});var f=i[t.placement],s=f.x,c=f.y;if(t.modifiersData.popperOffsets!=null){t.modifiersData.popperOffsets.x+=s;t.modifiersData.popperOffsets.y+=c}t.modifiersData[n]=i}var Ie={name:"offset",enabled:true,phase:"main",requires:["popperOffsets"],fn:Ve};function Ne(e){var t=e.state,r=e.name;t.modifiersData[r]=De({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}var Fe={name:"popperOffsets",enabled:true,phase:"read",fn:Ne,data:{}};function Ue(e){return e==="x"?"y":"x"}function ze(e){var o=e.state,i=e.options,s=e.name;var c=i.mainAxis,u=c===void 0?true:c,p=i.altAxis,l=p===void 0?false:p,v=i.boundary,d=i.rootBoundary,m=i.altBoundary,h=i.padding,g=i.tether,y=g===void 0?true:g,b=i.tetherOffset,w=b===void 0?0:b;var x=Pe(o,{boundary:v,rootBoundary:d,padding:h,altBoundary:m});var O=T(o.placement);var j=ne(o.placement);var E=!j;var S=X(O);var k=Ue(S);var A=o.modifiersData.popperOffsets;var D=o.rects.reference;var P=o.rects.popper;var q=typeof w==="function"?w(Object.assign({},o.rects,{placement:o.placement})):w;var L=typeof q==="number"?{mainAxis:q,altAxis:q}:Object.assign({mainAxis:0,altAxis:0},q);var M=o.modifiersData.offset?o.modifiersData.offset[o.placement]:null;var H={x:0,y:0};if(!A){return}if(u){var C;var V=S==="y"?t:a;var I=S==="y"?r:n;var N=S==="y"?"height":"width";var F=A[S];var U=F+x[V];var z=F-x[I];var _=y?-P[N]/2:0;var Q=j===f?D[N]:P[N];var Z=j===f?-P[N]:-D[N];var $=o.elements.arrow;var ee=y&&$?R($):{width:0,height:0};var te=o.modifiersData["arrow#persistent"]?o.modifiersData["arrow#persistent"].padding:K();var re=te[V];var ae=te[I];var oe=Y(0,D[N],ee[N]);var ie=E?D[N]/2-_-oe-re-L.mainAxis:Q-oe-re-L.mainAxis;var fe=E?-D[N]/2+_+oe+ae+L.mainAxis:Z+oe+ae+L.mainAxis;var se=o.elements.arrow&&G(o.elements.arrow);var ce=se?S==="y"?se.clientTop||0:se.clientLeft||0:0;var ue=(C=M==null?void 0:M[S])!=null?C:0;var pe=F+ie-ue-ce;var le=F+fe-ue;var ve=Y(y?B(U,pe):U,F,y?W(z,le):z);A[S]=ve;H[S]=ve-F}if(l){var de;var me=S==="x"?t:a;var he=S==="x"?r:n;var ge=A[k];var ye=k==="y"?"height":"width";var be=ge+x[me];var we=ge-x[he];var xe=[t,a].indexOf(O)!==-1;var Oe=(de=M==null?void 0:M[k])!=null?de:0;var je=xe?be:ge-D[ye]-P[ye]-Oe+L.altAxis;var Ee=xe?ge+D[ye]+P[ye]-Oe-L.altAxis:we;var Se=y&&xe?J(je,ge,Ee):Y(y?je:be,ge,y?Ee:we);A[k]=Se;H[k]=Se-ge}o.modifiersData[s]=H}var _e={name:"preventOverflow",enabled:true,phase:"main",fn:ze,requiresIfExists:["offset"]};function Ge(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function Xe(e){if(e===k(e)||!D(e)){return he(e)}else{return Ge(e)}}function Ye(e){var t=e.getBoundingClientRect();var r=H(t.width)/e.offsetWidth||1;var n=H(t.height)/e.offsetHeight||1;return r!==1||n!==1}function Je(e,t,r){if(r===void 0){r=false}var n=D(t);var a=D(t)&&Ye(t);var o=F(t);var i=C(e,a);var f={scrollLeft:0,scrollTop:0};var s={x:0,y:0};if(n||!n&&!r){if(S(t)!=="body"||we(o)){f=Xe(t)}if(D(t)){s=C(t,true);s.x+=t.clientLeft;s.y+=t.clientTop}else if(o){s.x=ge(o)}}return{x:i.left+f.scrollLeft-s.x,y:i.top+f.scrollTop-s.y,width:i.width,height:i.height}}function Ke(e){var t=new Map;var r=new Set;var n=[];e.forEach((function(e){t.set(e.name,e)}));function a(e){r.add(e.name);var o=[].concat(e.requires||[],e.requiresIfExists||[]);o.forEach((function(e){if(!r.has(e)){var n=t.get(e);if(n){a(n)}}}));n.push(e)}e.forEach((function(e){if(!r.has(e.name)){a(e)}}));return n}function Qe(e){var t=Ke(e);return E.reduce((function(e,r){return e.concat(t.filter((function(e){return e.phase===r})))}),[])}function Ze(e){var t;return function(){if(!t){t=new Promise((function(r){Promise.resolve().then((function(){t=undefined;r(e())}))}))}return t}}function $e(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++){r[n-1]=arguments[n]}return[].concat(r).reduce((function(e,t){return e.replace(/%s/,t)}),e)}var et='Popper: modifier "%s" provided an invalid %s property, expected %s but got %s';var tt='Popper: modifier "%s" requires "%s", but "%s" modifier is not available';var rt=["name","enabled","phase","fn","effect","requires","options"];function nt(e){e.forEach((function(t){[].concat(Object.keys(t),rt).filter((function(e,t,r){return r.indexOf(e)===t})).forEach((function(r){switch(r){case"name":if(typeof t.name!=="string"){console.error($e(et,String(t.name),'"name"','"string"','"'+String(t.name)+'"'))}break;case"enabled":if(typeof t.enabled!=="boolean"){console.error($e(et,t.name,'"enabled"','"boolean"','"'+String(t.enabled)+'"'))}break;case"phase":if(E.indexOf(t.phase)<0){console.error($e(et,t.name,'"phase"',"either "+E.join(", "),'"'+String(t.phase)+'"'))}break;case"fn":if(typeof t.fn!=="function"){console.error($e(et,t.name,'"fn"','"function"','"'+String(t.fn)+'"'))}break;case"effect":if(t.effect!=null&&typeof t.effect!=="function"){console.error($e(et,t.name,'"effect"','"function"','"'+String(t.fn)+'"'))}break;case"requires":if(t.requires!=null&&!Array.isArray(t.requires)){console.error($e(et,t.name,'"requires"','"array"','"'+String(t.requires)+'"'))}break;case"requiresIfExists":if(!Array.isArray(t.requiresIfExists)){console.error($e(et,t.name,'"requiresIfExists"','"array"','"'+String(t.requiresIfExists)+'"'))}break;case"options":case"data":break;default:console.error('PopperJS: an invalid property has been provided to the "'+t.name+'" modifier, valid properties are '+rt.map((function(e){return'"'+e+'"'})).join(", ")+'; but "'+r+'" was provided.')}t.requires&&t.requires.forEach((function(r){if(e.find((function(e){return e.name===r}))==null){console.error($e(tt,String(t.name),r,r))}}))}))}))}function at(e,t){var r=new Set;return e.filter((function(e){var n=t(e);if(!r.has(n)){r.add(n);return true}}))}function ot(e){var t=e.reduce((function(e,t){var r=e[t.name];e[t.name]=r?Object.assign({},r,t,{options:Object.assign({},r.options,t.options),data:Object.assign({},r.data,t.data)}):t;return e}),{});return Object.keys(t).map((function(e){return t[e]}))}var it="Popper: Invalid reference or popper argument provided. They must be either a DOM element or virtual element.";var ft="Popper: An infinite loop in the modifiers cycle has been detected! The cycle has been interrupted to prevent a browser crash.";var st={placement:"bottom",modifiers:[],strategy:"absolute"};function ct(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return!t.some((function(e){return!(e&&typeof e.getBoundingClientRect==="function")}))}function ut(e){if(e===void 0){e={}}var t=e,r=t.defaultModifiers,n=r===void 0?[]:r,a=t.defaultOptions,i=a===void 0?st:a;return function e(t,r,a){if(a===void 0){a=i}var f={placement:"bottom",orderedModifiers:[],options:Object.assign({},st,i),modifiersData:{},elements:{reference:t,popper:r},attributes:{},styles:{}};var s=[];var c=false;var u={state:f,setOptions:function e(a){var s=typeof a==="function"?a(f.options):a;l();f.options=Object.assign({},i,f.options,s);f.scrollParents={reference:A(t)?Oe(t):t.contextElement?Oe(t.contextElement):[],popper:Oe(r)};var c=Qe(ot([].concat(n,f.options.modifiers)));f.orderedModifiers=c.filter((function(e){return e.enabled}));if("development"!=="production"){var v=at([].concat(c,f.options.modifiers),(function(e){var t=e.name;return t}));nt(v);if(T(f.options.placement)===o){var d=f.orderedModifiers.find((function(e){var t=e.name;return t==="flip"}));if(!d){console.error(['Popper: "auto" placements require the "flip" modifier be',"present and enabled to work."].join(" "))}}var m=I(r),h=m.marginTop,g=m.marginRight,y=m.marginBottom,b=m.marginLeft;if([h,g,y,b].some((function(e){return parseFloat(e)}))){console.warn(['Popper: CSS "margin" styles cannot be used to apply padding',"between the popper and its reference element or boundary.","To replicate margin, use the `offset` modifier, as well as","the `padding` option in the `preventOverflow` and `flip`","modifiers."].join(" "))}}p();return u.update()},forceUpdate:function e(){if(c){return}var t=f.elements,r=t.reference,n=t.popper;if(!ct(r,n)){if("development"!=="production"){console.error(it)}return}f.rects={reference:Je(r,G(n),f.options.strategy==="fixed"),popper:R(n)};f.reset=false;f.placement=f.options.placement;f.orderedModifiers.forEach((function(e){return f.modifiersData[e.name]=Object.assign({},e.data)}));var a=0;for(var o=0;o<f.orderedModifiers.length;o++){if("development"!=="production"){a+=1;if(a>100){console.error(ft);break}}if(f.reset===true){f.reset=false;o=-1;continue}var i=f.orderedModifiers[o],s=i.fn,p=i.options,l=p===void 0?{}:p,v=i.name;if(typeof s==="function"){f=s({state:f,options:l,name:v,instance:u})||f}}},update:Ze((function(){return new Promise((function(e){u.forceUpdate();e(f)}))})),destroy:function e(){l();c=true}};if(!ct(t,r)){if("development"!=="production"){console.error(it)}return u}u.setOptions(a).then((function(e){if(!c&&a.onFirstUpdate){a.onFirstUpdate(e)}}));function p(){f.orderedModifiers.forEach((function(e){var t=e.name,r=e.options,n=r===void 0?{}:r,a=e.effect;if(typeof a==="function"){var o=a({state:f,name:t,instance:u,options:n});var i=function e(){};s.push(o||i)}}))}function l(){s.forEach((function(e){return e()}));s=[]}return u}}var pt=ut();var lt=[pe,Fe,se,M];var vt=ut({defaultModifiers:lt});var dt=[pe,Fe,se,M,Ie,Te,_e,re,Ce];var mt=e("c",ut({defaultModifiers:dt}))}}}));