@dnb/eufemia 9.16.2 → 9.17.2

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 (515) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/assets/assets/icons/above_the_line.svg +1 -1
  3. package/assets/assets/icons/eufemia-icons-pdf-categorized.tgz +0 -0
  4. package/assets/assets/icons/eufemia-icons-pdf.tgz +0 -0
  5. package/assets/assets/icons/facebook.svg +3 -0
  6. package/assets/assets/icons/facebook_medium.svg +3 -0
  7. package/assets/assets/icons/fridge.svg +1 -1
  8. package/assets/assets/icons/information_circled.svg +2 -1
  9. package/assets/assets/icons/information_circled_medium.svg +2 -1
  10. package/assets/assets/icons/instagram.svg +5 -0
  11. package/assets/assets/icons/instagram_medium.svg +12 -0
  12. package/assets/assets/icons/linkedin.svg +3 -0
  13. package/assets/assets/icons/linkedin_medium.svg +3 -0
  14. package/assets/assets/icons/motorcycle_medium.svg +2 -2
  15. package/assets/assets/icons/paragraph.svg +1 -1
  16. package/assets/assets/icons/scooter_medium.svg +2 -2
  17. package/assets/assets/icons/tag.svg +4 -0
  18. package/assets/assets/icons/tag_medium.svg +4 -0
  19. package/assets/icons/above_the_line.svg +1 -1
  20. package/assets/icons/eufemia-icons-pdf-categorized.tgz +0 -0
  21. package/assets/icons/eufemia-icons-pdf.tgz +0 -0
  22. package/assets/icons/facebook.svg +3 -0
  23. package/assets/icons/facebook_medium.svg +3 -0
  24. package/assets/icons/fridge.svg +1 -1
  25. package/assets/icons/information_circled.svg +2 -1
  26. package/assets/icons/information_circled_medium.svg +2 -1
  27. package/assets/icons/instagram.svg +5 -0
  28. package/assets/icons/instagram_medium.svg +12 -0
  29. package/assets/icons/linkedin.svg +3 -0
  30. package/assets/icons/linkedin_medium.svg +3 -0
  31. package/assets/icons/motorcycle_medium.svg +2 -2
  32. package/assets/icons/paragraph.svg +1 -1
  33. package/assets/icons/scooter_medium.svg +2 -2
  34. package/assets/icons/tag.svg +4 -0
  35. package/assets/icons/tag_medium.svg +4 -0
  36. package/cjs/components/accordion/Accordion.d.ts +1 -1
  37. package/cjs/components/autocomplete/style/dnb-autocomplete.css +0 -2
  38. package/cjs/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
  39. package/cjs/components/breadcrumb/Breadcrumb.js +5 -3
  40. package/cjs/components/breadcrumb/style/_breadcrumb.scss +7 -4
  41. package/cjs/components/breadcrumb/style/dnb-breadcrumb.css +10 -8
  42. package/cjs/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
  43. package/cjs/components/button/Button.js +1 -1
  44. package/cjs/components/button/style/_button.scss +0 -4
  45. package/cjs/components/button/style/dnb-button.css +0 -2
  46. package/cjs/components/button/style/dnb-button.min.css +1 -1
  47. package/cjs/components/button/style/themes/dnb-button-theme-open-banking.css +4 -13
  48. package/cjs/components/button/style/themes/dnb-button-theme-open-banking.min.css +1 -1
  49. package/cjs/components/button/style/themes/dnb-button-theme-ui.css +4 -13
  50. package/cjs/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  51. package/cjs/components/button/style/themes/dnb-button-theme-ui.scss +5 -18
  52. package/cjs/components/date-picker/style/dnb-date-picker.css +0 -6
  53. package/cjs/components/date-picker/style/dnb-date-picker.min.css +1 -1
  54. package/cjs/components/dropdown/style/dnb-dropdown.css +0 -2
  55. package/cjs/components/dropdown/style/dnb-dropdown.min.css +1 -1
  56. package/cjs/components/form-set/FormSet.d.ts +1 -1
  57. package/cjs/components/global-error/style/dnb-global-error.css +0 -2
  58. package/cjs/components/global-error/style/dnb-global-error.min.css +1 -1
  59. package/cjs/components/global-status/GlobalStatus.js +21 -73
  60. package/cjs/components/global-status/style/_global-status.scss +14 -12
  61. package/cjs/components/global-status/style/dnb-global-status.css +13 -17
  62. package/cjs/components/global-status/style/dnb-global-status.min.css +1 -1
  63. package/cjs/components/global-status/style/themes/dnb-global-status-theme-ui.css +2 -48
  64. package/cjs/components/global-status/style/themes/dnb-global-status-theme-ui.min.css +1 -1
  65. package/cjs/components/global-status/style/themes/dnb-global-status-theme-ui.scss +2 -36
  66. package/cjs/components/help-button/HelpButton.d.ts +200 -0
  67. package/cjs/components/input/style/dnb-input.css +0 -2
  68. package/cjs/components/input/style/dnb-input.min.css +1 -1
  69. package/cjs/components/input/style/themes/dnb-input-theme-ui.css +11 -2
  70. package/cjs/components/input/style/themes/dnb-input-theme-ui.min.css +1 -1
  71. package/cjs/components/input/style/themes/dnb-input-theme-ui.scss +4 -1
  72. package/cjs/components/input-masked/InputMaskedElement.js +1 -4
  73. package/cjs/components/input-masked/InputMaskedHooks.js +42 -19
  74. package/cjs/components/input-masked/InputMaskedUtils.js +8 -2
  75. package/cjs/components/input-masked/style/dnb-input-masked.css +0 -2
  76. package/cjs/components/input-masked/style/dnb-input-masked.min.css +1 -1
  77. package/cjs/components/modal/Modal.d.ts +4 -0
  78. package/cjs/components/modal/Modal.js +37 -31
  79. package/cjs/components/modal/ModalContent.js +48 -39
  80. package/cjs/components/modal/style/_modal-mixins.scss +4 -4
  81. package/cjs/components/modal/style/_modal.scss +13 -30
  82. package/cjs/components/modal/style/dnb-modal.css +27 -47
  83. package/cjs/components/modal/style/dnb-modal.min.css +1 -1
  84. package/cjs/components/pagination/Pagination.d.ts +6 -0
  85. package/cjs/components/pagination/Pagination.js +2 -0
  86. package/cjs/components/pagination/PaginationBar.js +1 -1
  87. package/cjs/components/pagination/PaginationInfinity.js +152 -89
  88. package/cjs/components/pagination/PaginationProvider.js +65 -68
  89. package/cjs/components/pagination/style/dnb-pagination.css +0 -2
  90. package/cjs/components/pagination/style/dnb-pagination.min.css +1 -1
  91. package/cjs/components/section/style/themes/dnb-section-theme-ui.css +77 -19
  92. package/cjs/components/section/style/themes/dnb-section-theme-ui.min.css +1 -1
  93. package/cjs/components/section/style/themes/dnb-section-theme-ui.scss +15 -2
  94. package/cjs/components/slider/style/dnb-slider.css +0 -2
  95. package/cjs/components/slider/style/dnb-slider.min.css +1 -1
  96. package/cjs/components/step-indicator/StepIndicator.d.ts +1 -1
  97. package/cjs/components/step-indicator/StepIndicator.js +4 -98
  98. package/cjs/components/step-indicator/StepIndicatorContext.d.ts +1 -0
  99. package/cjs/components/step-indicator/StepIndicatorContext.js +221 -19
  100. package/cjs/components/step-indicator/StepIndicatorItem.js +3 -6
  101. package/cjs/components/step-indicator/StepIndicatorModal.js +40 -49
  102. package/cjs/components/step-indicator/StepIndicatorProps.js +1 -1
  103. package/cjs/components/step-indicator/StepIndicatorSidebar.d.ts +39 -0
  104. package/cjs/components/step-indicator/StepIndicatorSidebar.js +57 -54
  105. package/cjs/components/step-indicator/StepIndicatorTriggerButton.js +1 -1
  106. package/cjs/components/step-indicator/style/_step-indicator.scss +17 -4
  107. package/cjs/components/step-indicator/style/dnb-step-indicator.css +14 -6
  108. package/cjs/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
  109. package/cjs/components/tabs/style/_tabs.scss +5 -1
  110. package/cjs/components/tabs/style/dnb-tabs.css +4 -1
  111. package/cjs/components/tabs/style/dnb-tabs.min.css +1 -1
  112. package/cjs/components/tabs/style/themes/dnb-tabs-theme-ui.css +37 -34
  113. package/cjs/components/tabs/style/themes/dnb-tabs-theme-ui.min.css +1 -1
  114. package/cjs/components/tabs/style/themes/dnb-tabs-theme-ui.scss +12 -9
  115. package/cjs/components/textarea/style/_textarea.scss +4 -0
  116. package/cjs/components/textarea/style/dnb-textarea.css +3 -0
  117. package/cjs/components/textarea/style/dnb-textarea.min.css +1 -1
  118. package/cjs/components/toggle-button/ToggleButton.js +6 -2
  119. package/cjs/components/toggle-button/style/dnb-toggle-button.css +0 -2
  120. package/cjs/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
  121. package/cjs/icons/above_the_line.js +1 -1
  122. package/cjs/icons/facebook.js +35 -0
  123. package/cjs/icons/facebook_medium.js +35 -0
  124. package/cjs/icons/fridge.js +1 -1
  125. package/cjs/icons/icons-meta.json +24 -0
  126. package/cjs/icons/icons-pdf.lock +1 -1
  127. package/cjs/icons/icons-svg.lock +1 -1
  128. package/cjs/icons/index.d.ts +16 -0
  129. package/cjs/icons/index.js +64 -0
  130. package/cjs/icons/information_circled.js +11 -4
  131. package/cjs/icons/information_circled_medium.js +10 -4
  132. package/cjs/icons/instagram.js +47 -0
  133. package/cjs/icons/instagram_medium.js +54 -0
  134. package/cjs/icons/linkedin.js +32 -0
  135. package/cjs/icons/linkedin_medium.js +32 -0
  136. package/cjs/icons/motorcycle_medium.js +2 -2
  137. package/cjs/icons/paragraph.js +1 -1
  138. package/cjs/icons/scooter_medium.js +2 -2
  139. package/cjs/icons/secondary_icons.js +32 -0
  140. package/cjs/icons/secondary_icons_medium.js +32 -0
  141. package/cjs/icons/tag.js +41 -0
  142. package/cjs/icons/tag_medium.js +41 -0
  143. package/cjs/shared/EventEmitter.js +6 -8
  144. package/cjs/shared/component-helper.js +108 -74
  145. package/cjs/shared/helpers.js +55 -19
  146. package/cjs/style/dnb-ui-components.css +71 -77
  147. package/cjs/style/dnb-ui-components.min.css +5 -5
  148. package/cjs/style/themes/theme-open-banking/dnb-theme-open-banking.css +135 -129
  149. package/cjs/style/themes/theme-open-banking/dnb-theme-open-banking.min.css +4 -4
  150. package/cjs/style/themes/theme-ui/dnb-theme-ui.css +131 -116
  151. package/cjs/style/themes/theme-ui/dnb-theme-ui.min.css +4 -4
  152. package/components/accordion/Accordion.d.ts +1 -1
  153. package/components/autocomplete/style/dnb-autocomplete.css +0 -2
  154. package/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
  155. package/components/breadcrumb/Breadcrumb.js +5 -3
  156. package/components/breadcrumb/Breadcrumb.tsx +9 -0
  157. package/components/breadcrumb/style/_breadcrumb.scss +7 -4
  158. package/components/breadcrumb/style/dnb-breadcrumb.css +10 -8
  159. package/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
  160. package/components/button/Button.js +1 -1
  161. package/components/button/style/_button.scss +0 -4
  162. package/components/button/style/dnb-button.css +0 -2
  163. package/components/button/style/dnb-button.min.css +1 -1
  164. package/components/button/style/themes/dnb-button-theme-open-banking.css +4 -13
  165. package/components/button/style/themes/dnb-button-theme-open-banking.min.css +1 -1
  166. package/components/button/style/themes/dnb-button-theme-ui.css +4 -13
  167. package/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  168. package/components/button/style/themes/dnb-button-theme-ui.scss +5 -18
  169. package/components/date-picker/style/dnb-date-picker.css +0 -6
  170. package/components/date-picker/style/dnb-date-picker.min.css +1 -1
  171. package/components/dropdown/style/dnb-dropdown.css +0 -2
  172. package/components/dropdown/style/dnb-dropdown.min.css +1 -1
  173. package/components/form-set/FormSet.d.ts +1 -1
  174. package/components/global-error/style/dnb-global-error.css +0 -2
  175. package/components/global-error/style/dnb-global-error.min.css +1 -1
  176. package/components/global-status/GlobalStatus.js +18 -71
  177. package/components/global-status/style/_global-status.scss +14 -12
  178. package/components/global-status/style/dnb-global-status.css +13 -17
  179. package/components/global-status/style/dnb-global-status.min.css +1 -1
  180. package/components/global-status/style/themes/dnb-global-status-theme-ui.css +2 -48
  181. package/components/global-status/style/themes/dnb-global-status-theme-ui.min.css +1 -1
  182. package/components/global-status/style/themes/dnb-global-status-theme-ui.scss +2 -36
  183. package/components/help-button/HelpButton.d.ts +200 -0
  184. package/components/input/style/dnb-input.css +0 -2
  185. package/components/input/style/dnb-input.min.css +1 -1
  186. package/components/input/style/themes/dnb-input-theme-ui.css +11 -2
  187. package/components/input/style/themes/dnb-input-theme-ui.min.css +1 -1
  188. package/components/input/style/themes/dnb-input-theme-ui.scss +4 -1
  189. package/components/input-masked/InputMaskedElement.js +1 -4
  190. package/components/input-masked/InputMaskedHooks.js +42 -19
  191. package/components/input-masked/InputMaskedUtils.js +9 -3
  192. package/components/input-masked/style/dnb-input-masked.css +0 -2
  193. package/components/input-masked/style/dnb-input-masked.min.css +1 -1
  194. package/components/modal/Modal.d.ts +4 -0
  195. package/components/modal/Modal.js +37 -31
  196. package/components/modal/ModalContent.js +46 -37
  197. package/components/modal/style/_modal-mixins.scss +4 -4
  198. package/components/modal/style/_modal.scss +13 -30
  199. package/components/modal/style/dnb-modal.css +27 -47
  200. package/components/modal/style/dnb-modal.min.css +1 -1
  201. package/components/pagination/Pagination.d.ts +6 -0
  202. package/components/pagination/Pagination.js +2 -0
  203. package/components/pagination/PaginationBar.js +1 -1
  204. package/components/pagination/PaginationInfinity.js +137 -67
  205. package/components/pagination/PaginationProvider.js +64 -68
  206. package/components/pagination/style/dnb-pagination.css +0 -2
  207. package/components/pagination/style/dnb-pagination.min.css +1 -1
  208. package/components/section/style/themes/dnb-section-theme-ui.css +77 -19
  209. package/components/section/style/themes/dnb-section-theme-ui.min.css +1 -1
  210. package/components/section/style/themes/dnb-section-theme-ui.scss +15 -2
  211. package/components/slider/style/dnb-slider.css +0 -2
  212. package/components/slider/style/dnb-slider.min.css +1 -1
  213. package/components/step-indicator/StepIndicator.d.ts +1 -1
  214. package/components/step-indicator/StepIndicator.js +4 -91
  215. package/components/step-indicator/StepIndicatorContext.d.ts +1 -0
  216. package/components/step-indicator/StepIndicatorContext.js +196 -18
  217. package/components/step-indicator/StepIndicatorItem.js +2 -5
  218. package/components/step-indicator/StepIndicatorModal.js +33 -32
  219. package/components/step-indicator/StepIndicatorProps.js +1 -1
  220. package/components/step-indicator/StepIndicatorSidebar.d.ts +39 -0
  221. package/components/step-indicator/StepIndicatorSidebar.js +54 -52
  222. package/components/step-indicator/StepIndicatorTriggerButton.js +1 -1
  223. package/components/step-indicator/style/_step-indicator.scss +17 -4
  224. package/components/step-indicator/style/dnb-step-indicator.css +14 -6
  225. package/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
  226. package/components/tabs/style/_tabs.scss +5 -1
  227. package/components/tabs/style/dnb-tabs.css +4 -1
  228. package/components/tabs/style/dnb-tabs.min.css +1 -1
  229. package/components/tabs/style/themes/dnb-tabs-theme-ui.css +37 -34
  230. package/components/tabs/style/themes/dnb-tabs-theme-ui.min.css +1 -1
  231. package/components/tabs/style/themes/dnb-tabs-theme-ui.scss +12 -9
  232. package/components/textarea/style/_textarea.scss +4 -0
  233. package/components/textarea/style/dnb-textarea.css +3 -0
  234. package/components/textarea/style/dnb-textarea.min.css +1 -1
  235. package/components/toggle-button/ToggleButton.js +6 -2
  236. package/components/toggle-button/style/dnb-toggle-button.css +0 -2
  237. package/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
  238. package/es/components/accordion/Accordion.d.ts +1 -1
  239. package/es/components/autocomplete/style/dnb-autocomplete.css +0 -2
  240. package/es/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
  241. package/es/components/breadcrumb/Breadcrumb.js +5 -3
  242. package/es/components/breadcrumb/Breadcrumb.tsx +9 -0
  243. package/es/components/breadcrumb/style/_breadcrumb.scss +7 -4
  244. package/es/components/breadcrumb/style/dnb-breadcrumb.css +10 -8
  245. package/es/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
  246. package/es/components/button/Button.js +2 -1
  247. package/es/components/button/style/_button.scss +0 -4
  248. package/es/components/button/style/dnb-button.css +0 -2
  249. package/es/components/button/style/dnb-button.min.css +1 -1
  250. package/es/components/button/style/themes/dnb-button-theme-open-banking.css +4 -13
  251. package/es/components/button/style/themes/dnb-button-theme-open-banking.min.css +1 -1
  252. package/es/components/button/style/themes/dnb-button-theme-ui.css +4 -13
  253. package/es/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  254. package/es/components/button/style/themes/dnb-button-theme-ui.scss +5 -18
  255. package/es/components/date-picker/style/dnb-date-picker.css +0 -6
  256. package/es/components/date-picker/style/dnb-date-picker.min.css +1 -1
  257. package/es/components/dropdown/style/dnb-dropdown.css +0 -2
  258. package/es/components/dropdown/style/dnb-dropdown.min.css +1 -1
  259. package/es/components/form-set/FormSet.d.ts +1 -1
  260. package/es/components/global-error/style/dnb-global-error.css +0 -2
  261. package/es/components/global-error/style/dnb-global-error.min.css +1 -1
  262. package/es/components/global-status/GlobalStatus.js +18 -67
  263. package/es/components/global-status/style/_global-status.scss +14 -12
  264. package/es/components/global-status/style/dnb-global-status.css +13 -17
  265. package/es/components/global-status/style/dnb-global-status.min.css +1 -1
  266. package/es/components/global-status/style/themes/dnb-global-status-theme-ui.css +2 -48
  267. package/es/components/global-status/style/themes/dnb-global-status-theme-ui.min.css +1 -1
  268. package/es/components/global-status/style/themes/dnb-global-status-theme-ui.scss +2 -36
  269. package/es/components/help-button/HelpButton.d.ts +200 -0
  270. package/es/components/input/style/dnb-input.css +0 -2
  271. package/es/components/input/style/dnb-input.min.css +1 -1
  272. package/es/components/input/style/themes/dnb-input-theme-ui.css +11 -2
  273. package/es/components/input/style/themes/dnb-input-theme-ui.min.css +1 -1
  274. package/es/components/input/style/themes/dnb-input-theme-ui.scss +4 -1
  275. package/es/components/input-masked/InputMaskedElement.js +1 -4
  276. package/es/components/input-masked/InputMaskedHooks.js +36 -15
  277. package/es/components/input-masked/InputMaskedUtils.js +9 -3
  278. package/es/components/input-masked/style/dnb-input-masked.css +0 -2
  279. package/es/components/input-masked/style/dnb-input-masked.min.css +1 -1
  280. package/es/components/modal/Modal.d.ts +4 -0
  281. package/es/components/modal/Modal.js +33 -27
  282. package/es/components/modal/ModalContent.js +39 -28
  283. package/es/components/modal/style/_modal-mixins.scss +4 -4
  284. package/es/components/modal/style/_modal.scss +13 -30
  285. package/es/components/modal/style/dnb-modal.css +27 -47
  286. package/es/components/modal/style/dnb-modal.min.css +1 -1
  287. package/es/components/pagination/Pagination.d.ts +6 -0
  288. package/es/components/pagination/Pagination.js +2 -0
  289. package/es/components/pagination/PaginationBar.js +1 -1
  290. package/es/components/pagination/PaginationInfinity.js +110 -37
  291. package/es/components/pagination/PaginationProvider.js +57 -61
  292. package/es/components/pagination/style/dnb-pagination.css +0 -2
  293. package/es/components/pagination/style/dnb-pagination.min.css +1 -1
  294. package/es/components/section/style/themes/dnb-section-theme-ui.css +77 -19
  295. package/es/components/section/style/themes/dnb-section-theme-ui.min.css +1 -1
  296. package/es/components/section/style/themes/dnb-section-theme-ui.scss +15 -2
  297. package/es/components/slider/style/dnb-slider.css +0 -2
  298. package/es/components/slider/style/dnb-slider.min.css +1 -1
  299. package/es/components/step-indicator/StepIndicator.d.ts +1 -1
  300. package/es/components/step-indicator/StepIndicator.js +3 -79
  301. package/es/components/step-indicator/StepIndicatorContext.d.ts +1 -0
  302. package/es/components/step-indicator/StepIndicatorContext.js +165 -17
  303. package/es/components/step-indicator/StepIndicatorItem.js +1 -5
  304. package/es/components/step-indicator/StepIndicatorModal.js +31 -34
  305. package/es/components/step-indicator/StepIndicatorProps.js +1 -1
  306. package/es/components/step-indicator/StepIndicatorSidebar.d.ts +39 -0
  307. package/es/components/step-indicator/StepIndicatorSidebar.js +44 -46
  308. package/es/components/step-indicator/StepIndicatorTriggerButton.js +1 -1
  309. package/es/components/step-indicator/style/_step-indicator.scss +17 -4
  310. package/es/components/step-indicator/style/dnb-step-indicator.css +14 -6
  311. package/es/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
  312. package/es/components/tabs/style/_tabs.scss +5 -1
  313. package/es/components/tabs/style/dnb-tabs.css +4 -1
  314. package/es/components/tabs/style/dnb-tabs.min.css +1 -1
  315. package/es/components/tabs/style/themes/dnb-tabs-theme-ui.css +37 -34
  316. package/es/components/tabs/style/themes/dnb-tabs-theme-ui.min.css +1 -1
  317. package/es/components/tabs/style/themes/dnb-tabs-theme-ui.scss +12 -9
  318. package/es/components/textarea/style/_textarea.scss +4 -0
  319. package/es/components/textarea/style/dnb-textarea.css +3 -0
  320. package/es/components/textarea/style/dnb-textarea.min.css +1 -1
  321. package/es/components/toggle-button/ToggleButton.js +6 -2
  322. package/es/components/toggle-button/style/dnb-toggle-button.css +0 -2
  323. package/es/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
  324. package/es/icons/above_the_line.js +1 -1
  325. package/es/icons/facebook.js +23 -0
  326. package/es/icons/facebook_medium.js +23 -0
  327. package/es/icons/fridge.js +1 -1
  328. package/es/icons/icons-meta.json +24 -0
  329. package/es/icons/icons-pdf.lock +1 -1
  330. package/es/icons/icons-svg.lock +1 -1
  331. package/es/icons/index.d.ts +16 -0
  332. package/es/icons/index.js +9 -1
  333. package/es/icons/information_circled.js +11 -4
  334. package/es/icons/information_circled_medium.js +10 -4
  335. package/es/icons/instagram.js +35 -0
  336. package/es/icons/instagram_medium.js +42 -0
  337. package/es/icons/linkedin.js +20 -0
  338. package/es/icons/linkedin_medium.js +20 -0
  339. package/es/icons/motorcycle_medium.js +2 -2
  340. package/es/icons/paragraph.js +1 -1
  341. package/es/icons/scooter_medium.js +2 -2
  342. package/es/icons/secondary_icons.js +5 -1
  343. package/es/icons/secondary_icons_medium.js +5 -1
  344. package/es/icons/tag.js +29 -0
  345. package/es/icons/tag_medium.js +29 -0
  346. package/es/shared/EventEmitter.js +5 -8
  347. package/es/shared/component-helper.js +58 -49
  348. package/es/shared/helpers.js +28 -12
  349. package/es/style/dnb-ui-components.css +71 -77
  350. package/es/style/dnb-ui-components.min.css +5 -5
  351. package/es/style/themes/theme-open-banking/dnb-theme-open-banking.css +135 -129
  352. package/es/style/themes/theme-open-banking/dnb-theme-open-banking.min.css +4 -4
  353. package/es/style/themes/theme-ui/dnb-theme-ui.css +131 -116
  354. package/es/style/themes/theme-ui/dnb-theme-ui.min.css +4 -4
  355. package/esm/components/accordion/Accordion.d.ts +1 -1
  356. package/esm/components/autocomplete/style/dnb-autocomplete.css +0 -2
  357. package/esm/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
  358. package/esm/components/breadcrumb/Breadcrumb.js +5 -3
  359. package/esm/components/breadcrumb/Breadcrumb.tsx +9 -0
  360. package/esm/components/breadcrumb/style/_breadcrumb.scss +7 -4
  361. package/esm/components/breadcrumb/style/dnb-breadcrumb.css +10 -8
  362. package/esm/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
  363. package/esm/components/button/Button.js +1 -1
  364. package/esm/components/button/style/_button.scss +0 -4
  365. package/esm/components/button/style/dnb-button.css +0 -2
  366. package/esm/components/button/style/dnb-button.min.css +1 -1
  367. package/esm/components/button/style/themes/dnb-button-theme-open-banking.css +4 -13
  368. package/esm/components/button/style/themes/dnb-button-theme-open-banking.min.css +1 -1
  369. package/esm/components/button/style/themes/dnb-button-theme-ui.css +4 -13
  370. package/esm/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  371. package/esm/components/button/style/themes/dnb-button-theme-ui.scss +5 -18
  372. package/esm/components/date-picker/style/dnb-date-picker.css +0 -6
  373. package/esm/components/date-picker/style/dnb-date-picker.min.css +1 -1
  374. package/esm/components/dropdown/style/dnb-dropdown.css +0 -2
  375. package/esm/components/dropdown/style/dnb-dropdown.min.css +1 -1
  376. package/esm/components/form-set/FormSet.d.ts +1 -1
  377. package/esm/components/global-error/style/dnb-global-error.css +0 -2
  378. package/esm/components/global-error/style/dnb-global-error.min.css +1 -1
  379. package/esm/components/global-status/GlobalStatus.js +18 -71
  380. package/esm/components/global-status/style/_global-status.scss +14 -12
  381. package/esm/components/global-status/style/dnb-global-status.css +13 -17
  382. package/esm/components/global-status/style/dnb-global-status.min.css +1 -1
  383. package/esm/components/global-status/style/themes/dnb-global-status-theme-ui.css +2 -48
  384. package/esm/components/global-status/style/themes/dnb-global-status-theme-ui.min.css +1 -1
  385. package/esm/components/global-status/style/themes/dnb-global-status-theme-ui.scss +2 -36
  386. package/esm/components/help-button/HelpButton.d.ts +200 -0
  387. package/esm/components/input/style/dnb-input.css +0 -2
  388. package/esm/components/input/style/dnb-input.min.css +1 -1
  389. package/esm/components/input/style/themes/dnb-input-theme-ui.css +11 -2
  390. package/esm/components/input/style/themes/dnb-input-theme-ui.min.css +1 -1
  391. package/esm/components/input/style/themes/dnb-input-theme-ui.scss +4 -1
  392. package/esm/components/input-masked/InputMaskedElement.js +1 -4
  393. package/esm/components/input-masked/InputMaskedHooks.js +42 -19
  394. package/esm/components/input-masked/InputMaskedUtils.js +9 -3
  395. package/esm/components/input-masked/style/dnb-input-masked.css +0 -2
  396. package/esm/components/input-masked/style/dnb-input-masked.min.css +1 -1
  397. package/esm/components/modal/Modal.d.ts +4 -0
  398. package/esm/components/modal/Modal.js +37 -31
  399. package/esm/components/modal/ModalContent.js +46 -37
  400. package/esm/components/modal/style/_modal-mixins.scss +4 -4
  401. package/esm/components/modal/style/_modal.scss +13 -30
  402. package/esm/components/modal/style/dnb-modal.css +27 -47
  403. package/esm/components/modal/style/dnb-modal.min.css +1 -1
  404. package/esm/components/pagination/Pagination.d.ts +6 -0
  405. package/esm/components/pagination/Pagination.js +2 -0
  406. package/esm/components/pagination/PaginationBar.js +1 -1
  407. package/esm/components/pagination/PaginationInfinity.js +137 -67
  408. package/esm/components/pagination/PaginationProvider.js +64 -68
  409. package/esm/components/pagination/style/dnb-pagination.css +0 -2
  410. package/esm/components/pagination/style/dnb-pagination.min.css +1 -1
  411. package/esm/components/section/style/themes/dnb-section-theme-ui.css +77 -19
  412. package/esm/components/section/style/themes/dnb-section-theme-ui.min.css +1 -1
  413. package/esm/components/section/style/themes/dnb-section-theme-ui.scss +15 -2
  414. package/esm/components/slider/style/dnb-slider.css +0 -2
  415. package/esm/components/slider/style/dnb-slider.min.css +1 -1
  416. package/esm/components/step-indicator/StepIndicator.d.ts +1 -1
  417. package/esm/components/step-indicator/StepIndicator.js +4 -91
  418. package/esm/components/step-indicator/StepIndicatorContext.d.ts +1 -0
  419. package/esm/components/step-indicator/StepIndicatorContext.js +196 -18
  420. package/esm/components/step-indicator/StepIndicatorItem.js +2 -5
  421. package/esm/components/step-indicator/StepIndicatorModal.js +33 -32
  422. package/esm/components/step-indicator/StepIndicatorProps.js +1 -1
  423. package/esm/components/step-indicator/StepIndicatorSidebar.d.ts +39 -0
  424. package/esm/components/step-indicator/StepIndicatorSidebar.js +54 -52
  425. package/esm/components/step-indicator/StepIndicatorTriggerButton.js +1 -1
  426. package/esm/components/step-indicator/style/_step-indicator.scss +17 -4
  427. package/esm/components/step-indicator/style/dnb-step-indicator.css +14 -6
  428. package/esm/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
  429. package/esm/components/tabs/style/_tabs.scss +5 -1
  430. package/esm/components/tabs/style/dnb-tabs.css +4 -1
  431. package/esm/components/tabs/style/dnb-tabs.min.css +1 -1
  432. package/esm/components/tabs/style/themes/dnb-tabs-theme-ui.css +37 -34
  433. package/esm/components/tabs/style/themes/dnb-tabs-theme-ui.min.css +1 -1
  434. package/esm/components/tabs/style/themes/dnb-tabs-theme-ui.scss +12 -9
  435. package/esm/components/textarea/style/_textarea.scss +4 -0
  436. package/esm/components/textarea/style/dnb-textarea.css +3 -0
  437. package/esm/components/textarea/style/dnb-textarea.min.css +1 -1
  438. package/esm/components/toggle-button/ToggleButton.js +6 -2
  439. package/esm/components/toggle-button/style/dnb-toggle-button.css +0 -2
  440. package/esm/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
  441. package/esm/dnb-ui-basis.min.mjs +2 -2
  442. package/esm/dnb-ui-components.min.mjs +3 -3
  443. package/esm/dnb-ui-elements.min.mjs +4 -4
  444. package/esm/dnb-ui-extensions.min.mjs +4 -4
  445. package/esm/dnb-ui-lib.min.mjs +4 -4
  446. package/esm/dnb-ui-web-components.min.mjs +4 -4
  447. package/esm/icons/above_the_line.js +1 -1
  448. package/esm/icons/facebook.js +23 -0
  449. package/esm/icons/facebook_medium.js +23 -0
  450. package/esm/icons/fridge.js +1 -1
  451. package/esm/icons/icons-meta.json +24 -0
  452. package/esm/icons/icons-pdf.lock +1 -1
  453. package/esm/icons/icons-svg.lock +1 -1
  454. package/esm/icons/index.d.ts +16 -0
  455. package/esm/icons/index.js +9 -1
  456. package/esm/icons/information_circled.js +11 -4
  457. package/esm/icons/information_circled_medium.js +10 -4
  458. package/esm/icons/instagram.js +35 -0
  459. package/esm/icons/instagram_medium.js +42 -0
  460. package/esm/icons/linkedin.js +20 -0
  461. package/esm/icons/linkedin_medium.js +20 -0
  462. package/esm/icons/motorcycle_medium.js +2 -2
  463. package/esm/icons/paragraph.js +1 -1
  464. package/esm/icons/scooter_medium.js +2 -2
  465. package/esm/icons/secondary_icons.js +5 -1
  466. package/esm/icons/secondary_icons_medium.js +5 -1
  467. package/esm/icons/tag.js +29 -0
  468. package/esm/icons/tag_medium.js +29 -0
  469. package/esm/shared/EventEmitter.js +6 -8
  470. package/esm/shared/component-helper.js +94 -58
  471. package/esm/shared/helpers.js +36 -12
  472. package/esm/style/dnb-ui-components.css +71 -77
  473. package/esm/style/dnb-ui-components.min.css +5 -5
  474. package/esm/style/themes/theme-open-banking/dnb-theme-open-banking.css +135 -129
  475. package/esm/style/themes/theme-open-banking/dnb-theme-open-banking.min.css +4 -4
  476. package/esm/style/themes/theme-ui/dnb-theme-ui.css +131 -116
  477. package/esm/style/themes/theme-ui/dnb-theme-ui.min.css +4 -4
  478. package/icons/above_the_line.js +1 -1
  479. package/icons/facebook.js +23 -0
  480. package/icons/facebook_medium.js +23 -0
  481. package/icons/fridge.js +1 -1
  482. package/icons/icons-meta.json +24 -0
  483. package/icons/icons-pdf.lock +1 -1
  484. package/icons/icons-svg.lock +1 -1
  485. package/icons/index.d.ts +16 -0
  486. package/icons/index.js +9 -1
  487. package/icons/information_circled.js +11 -4
  488. package/icons/information_circled_medium.js +10 -4
  489. package/icons/instagram.js +35 -0
  490. package/icons/instagram_medium.js +42 -0
  491. package/icons/linkedin.js +20 -0
  492. package/icons/linkedin_medium.js +20 -0
  493. package/icons/motorcycle_medium.js +2 -2
  494. package/icons/paragraph.js +1 -1
  495. package/icons/scooter_medium.js +2 -2
  496. package/icons/secondary_icons.js +5 -1
  497. package/icons/secondary_icons_medium.js +5 -1
  498. package/icons/tag.js +29 -0
  499. package/icons/tag_medium.js +29 -0
  500. package/package.json +2 -2
  501. package/shared/EventEmitter.js +6 -8
  502. package/shared/component-helper.js +94 -58
  503. package/shared/helpers.js +36 -12
  504. package/style/dnb-ui-components.css +71 -77
  505. package/style/dnb-ui-components.min.css +5 -5
  506. package/style/themes/theme-open-banking/dnb-theme-open-banking.css +135 -129
  507. package/style/themes/theme-open-banking/dnb-theme-open-banking.min.css +4 -4
  508. package/style/themes/theme-ui/dnb-theme-ui.css +131 -116
  509. package/style/themes/theme-ui/dnb-theme-ui.min.css +4 -4
  510. package/umd/dnb-ui-basis.min.js +3 -3
  511. package/umd/dnb-ui-components.min.js +5 -5
  512. package/umd/dnb-ui-elements.min.js +5 -5
  513. package/umd/dnb-ui-extensions.min.js +5 -5
  514. package/umd/dnb-ui-lib.min.js +5 -5
  515. package/umd/dnb-ui-web-components.min.js +5 -5
@@ -1,12 +1,12 @@
1
- !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("react")):"function"==typeof define&&define.amd?define(["exports","react"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).dnbBasis={})}(this,(function(t){"use strict";var e="undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{};"function"==typeof e.setTimeout&&setTimeout,"function"==typeof e.clearTimeout&&clearTimeout;function n(t,e){this.fun=t,this.array=e}n.prototype.run=function(){this.fun.apply(null,this.array)};var r=e.performance||{};r.now||r.mozNow||r.msNow||r.oNow||r.webkitNow;new Date;var o=function(t){return t&&t.Math==Math&&t},i=o("object"==typeof globalThis&&globalThis)||o("object"==typeof window&&window)||o("object"==typeof self&&self)||o("object"==typeof i&&i)||function(){return this}()||Function("return this")(),u={},a=function(t){try{return!!t()}catch(t){return!0}},c=!a((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),f=Function.prototype.call,s=f.bind?f.bind(f):function(){return f.apply(f,arguments)},l={},d={}.propertyIsEnumerable,p=Object.getOwnPropertyDescriptor,v=p&&!d.call({1:2},1);l.f=v?function(t){var e=p(this,t);return!!e&&e.enumerable}:d;var h,g,y=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},m=Function.prototype,w=m.bind,b=m.call,x=w&&w.bind(b),E=w?function(t){return t&&x(b,t)}:function(t){return t&&function(){return b.apply(t,arguments)}},S=E,O=S({}.toString),k=S("".slice),A=function(t){return k(O(t),8,-1)},j=E,L=a,T=A,I=i.Object,P=j("".split),C=L((function(){return!I("z").propertyIsEnumerable(0)}))?function(t){return"String"==T(t)?P(t,""):I(t)}:I,R=i.TypeError,_=function(t){if(null==t)throw R("Can't call method on "+t);return t},M=C,N=_,D=function(t){return M(N(t))},F=function(t){return"function"==typeof t},G=F,$=function(t){return"object"==typeof t?null!==t:G(t)},B=i,U=F,K=function(t){return U(t)?t:void 0},Y=function(t,e){return arguments.length<2?K(B[t]):B[t]&&B[t][e]},z=E({}.isPrototypeOf),H=i,W=Y("navigator","userAgent")||"",V=H.process,q=H.Deno,X=V&&V.versions||q&&q.version,J=X&&X.v8;J&&(g=(h=J.split("."))[0]>0&&h[0]<4?1:+(h[0]+h[1])),!g&&W&&(!(h=W.match(/Edge\/(\d+)/))||h[1]>=74)&&(h=W.match(/Chrome\/(\d+)/))&&(g=+h[1]);var Q=g,Z=Q,tt=a,et=!!Object.getOwnPropertySymbols&&!tt((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&Z&&Z<41})),nt=et&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,rt=Y,ot=F,it=z,ut=nt,at=i.Object,ct=ut?function(t){return"symbol"==typeof t}:function(t){var e=rt("Symbol");return ot(e)&&it(e.prototype,at(t))},ft=i.String,st=function(t){try{return ft(t)}catch(t){return"Object"}},lt=F,dt=st,pt=i.TypeError,vt=function(t){if(lt(t))return t;throw pt(dt(t)+" is not a function")},ht=vt,gt=function(t,e){var n=t[e];return null==n?void 0:ht(n)},yt=s,mt=F,wt=$,bt=i.TypeError,xt={exports:{}},Et=i,St=Object.defineProperty,Ot=function(t,e){try{St(Et,t,{value:e,configurable:!0,writable:!0})}catch(n){Et[t]=e}return e},kt=Ot,At="__core-js_shared__",jt=i[At]||kt(At,{}),Lt=jt;(xt.exports=function(t,e){return Lt[t]||(Lt[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.19.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"});var Tt=_,It=i.Object,Pt=function(t){return It(Tt(t))},Ct=Pt,Rt=E({}.hasOwnProperty),_t=Object.hasOwn||function(t,e){return Rt(Ct(t),e)},Mt=E,Nt=0,Dt=Math.random(),Ft=Mt(1..toString),Gt=function(t){return"Symbol("+(void 0===t?"":t)+")_"+Ft(++Nt+Dt,36)},$t=i,Bt=xt.exports,Ut=_t,Kt=Gt,Yt=et,zt=nt,Ht=Bt("wks"),Wt=$t.Symbol,Vt=Wt&&Wt.for,qt=zt?Wt:Wt&&Wt.withoutSetter||Kt,Xt=function(t){if(!Ut(Ht,t)||!Yt&&"string"!=typeof Ht[t]){var e="Symbol."+t;Yt&&Ut(Wt,t)?Ht[t]=Wt[t]:Ht[t]=zt&&Vt?Vt(e):qt(e)}return Ht[t]},Jt=s,Qt=$,Zt=ct,te=gt,ee=function(t,e){var n,r;if("string"===e&&mt(n=t.toString)&&!wt(r=yt(n,t)))return r;if(mt(n=t.valueOf)&&!wt(r=yt(n,t)))return r;if("string"!==e&&mt(n=t.toString)&&!wt(r=yt(n,t)))return r;throw bt("Can't convert object to primitive value")},ne=Xt,re=i.TypeError,oe=ne("toPrimitive"),ie=function(t,e){if(!Qt(t)||Zt(t))return t;var n,r=te(t,oe);if(r){if(void 0===e&&(e="default"),n=Jt(r,t,e),!Qt(n)||Zt(n))return n;throw re("Can't convert object to primitive value")}return void 0===e&&(e="number"),ee(t,e)},ue=ct,ae=function(t){var e=ie(t,"string");return ue(e)?e:e+""},ce=$,fe=i.document,se=ce(fe)&&ce(fe.createElement),le=function(t){return se?fe.createElement(t):{}},de=le,pe=!c&&!a((function(){return 7!=Object.defineProperty(de("div"),"a",{get:function(){return 7}}).a})),ve=c,he=s,ge=l,ye=y,me=D,we=ae,be=_t,xe=pe,Ee=Object.getOwnPropertyDescriptor;u.f=ve?Ee:function(t,e){if(t=me(t),e=we(e),xe)try{return Ee(t,e)}catch(t){}if(be(t,e))return ye(!he(ge.f,t,e),t[e])};var Se={},Oe=i,ke=$,Ae=Oe.String,je=Oe.TypeError,Le=function(t){if(ke(t))return t;throw je(Ae(t)+" is not an object")},Te=c,Ie=pe,Pe=Le,Ce=ae,Re=i.TypeError,_e=Object.defineProperty;Se.f=Te?_e:function(t,e,n){if(Pe(t),e=Ce(e),Pe(n),Ie)try{return _e(t,e,n)}catch(t){}if("get"in n||"set"in n)throw Re("Accessors not supported");return"value"in n&&(t[e]=n.value),t};var Me=Se,Ne=y,De=c?function(t,e,n){return Me.f(t,e,Ne(1,n))}:function(t,e,n){return t[e]=n,t},Fe={exports:{}},Ge=F,$e=jt,Be=E(Function.toString);Ge($e.inspectSource)||($e.inspectSource=function(t){return Be(t)});var Ue,Ke,Ye,ze=$e.inspectSource,He=F,We=ze,Ve=i.WeakMap,qe=He(Ve)&&/native code/.test(We(Ve)),Xe=xt.exports,Je=Gt,Qe=Xe("keys"),Ze=function(t){return Qe[t]||(Qe[t]=Je(t))},tn={},en=qe,nn=i,rn=E,on=$,un=De,an=_t,cn=jt,fn=Ze,sn=tn,ln="Object already initialized",dn=nn.TypeError,pn=nn.WeakMap;if(en||cn.state){var vn=cn.state||(cn.state=new pn),hn=rn(vn.get),gn=rn(vn.has),yn=rn(vn.set);Ue=function(t,e){if(gn(vn,t))throw new dn(ln);return e.facade=t,yn(vn,t,e),e},Ke=function(t){return hn(vn,t)||{}},Ye=function(t){return gn(vn,t)}}else{var mn=fn("state");sn[mn]=!0,Ue=function(t,e){if(an(t,mn))throw new dn(ln);return e.facade=t,un(t,mn,e),e},Ke=function(t){return an(t,mn)?t[mn]:{}},Ye=function(t){return an(t,mn)}}var wn={set:Ue,get:Ke,has:Ye,enforce:function(t){return Ye(t)?Ke(t):Ue(t,{})},getterFor:function(t){return function(e){var n;if(!on(e)||(n=Ke(e)).type!==t)throw dn("Incompatible receiver, "+t+" required");return n}}},bn=c,xn=_t,En=Function.prototype,Sn=bn&&Object.getOwnPropertyDescriptor,On=xn(En,"name"),kn={EXISTS:On,PROPER:On&&"something"===function(){}.name,CONFIGURABLE:On&&(!bn||bn&&Sn(En,"name").configurable)},An=i,jn=F,Ln=_t,Tn=De,In=Ot,Pn=ze,Cn=kn.CONFIGURABLE,Rn=wn.get,_n=wn.enforce,Mn=String(String).split("String");(Fe.exports=function(t,e,n,r){var o,i=!!r&&!!r.unsafe,u=!!r&&!!r.enumerable,a=!!r&&!!r.noTargetGet,c=r&&void 0!==r.name?r.name:e;jn(n)&&("Symbol("===String(c).slice(0,7)&&(c="["+String(c).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!Ln(n,"name")||Cn&&n.name!==c)&&Tn(n,"name",c),(o=_n(n)).source||(o.source=Mn.join("string"==typeof c?c:""))),t!==An?(i?!a&&t[e]&&(u=!0):delete t[e],u?t[e]=n:Tn(t,e,n)):u?t[e]=n:In(e,n)})(Function.prototype,"toString",(function(){return jn(this)&&Rn(this).source||Pn(this)}));var Nn={},Dn=Math.ceil,Fn=Math.floor,Gn=function(t){var e=+t;return e!=e||0===e?0:(e>0?Fn:Dn)(e)},$n=Gn,Bn=Math.max,Un=Math.min,Kn=function(t,e){var n=$n(t);return n<0?Bn(n+e,0):Un(n,e)},Yn=Gn,zn=Math.min,Hn=function(t){return t>0?zn(Yn(t),9007199254740991):0},Wn=Hn,Vn=function(t){return Wn(t.length)},qn=D,Xn=Kn,Jn=Vn,Qn=function(t){return function(e,n,r){var o,i=qn(e),u=Jn(i),a=Xn(r,u);if(t&&n!=n){for(;u>a;)if((o=i[a++])!=o)return!0}else for(;u>a;a++)if((t||a in i)&&i[a]===n)return t||a||0;return!t&&-1}},Zn={includes:Qn(!0),indexOf:Qn(!1)},tr=_t,er=D,nr=Zn.indexOf,rr=tn,or=E([].push),ir=function(t,e){var n,r=er(t),o=0,i=[];for(n in r)!tr(rr,n)&&tr(r,n)&&or(i,n);for(;e.length>o;)tr(r,n=e[o++])&&(~nr(i,n)||or(i,n));return i},ur=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],ar=ir,cr=ur.concat("length","prototype");Nn.f=Object.getOwnPropertyNames||function(t){return ar(t,cr)};var fr={};fr.f=Object.getOwnPropertySymbols;var sr=Y,lr=Nn,dr=fr,pr=Le,vr=E([].concat),hr=sr("Reflect","ownKeys")||function(t){var e=lr.f(pr(t)),n=dr.f;return n?vr(e,n(t)):e},gr=_t,yr=hr,mr=u,wr=Se,br=a,xr=F,Er=/#|\.prototype\./,Sr=function(t,e){var n=kr[Or(t)];return n==jr||n!=Ar&&(xr(e)?br(e):!!e)},Or=Sr.normalize=function(t){return String(t).replace(Er,".").toLowerCase()},kr=Sr.data={},Ar=Sr.NATIVE="N",jr=Sr.POLYFILL="P",Lr=Sr,Tr=i,Ir=u.f,Pr=De,Cr=Fe.exports,Rr=Ot,_r=function(t,e){for(var n=yr(e),r=wr.f,o=mr.f,i=0;i<n.length;i++){var u=n[i];gr(t,u)||r(t,u,o(e,u))}},Mr=Lr,Nr=function(t,e){var n,r,o,i,u,a=t.target,c=t.global,f=t.stat;if(n=c?Tr:f?Tr[a]||Rr(a,{}):(Tr[a]||{}).prototype)for(r in e){if(i=e[r],o=t.noTargetGet?(u=Ir(n,r))&&u.value:n[r],!Mr(c?r:a+(f?".":"#")+r,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;_r(i,o)}(t.sham||o&&o.sham)&&Pr(i,"sham",!0),Cr(n,r,i,t)}},Dr=Function.prototype,Fr=Dr.apply,Gr=Dr.bind,$r=Dr.call,Br="object"==typeof Reflect&&Reflect.apply||(Gr?$r.bind(Fr):function(){return $r.apply(Fr,arguments)}),Ur=A,Kr=Array.isArray||function(t){return"Array"==Ur(t)},Yr={};Yr[Xt("toStringTag")]="z";var zr,Hr="[object z]"===String(Yr),Wr=i,Vr=Hr,qr=F,Xr=A,Jr=Xt("toStringTag"),Qr=Wr.Object,Zr="Arguments"==Xr(function(){return arguments}()),to=Vr?Xr:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Qr(t),Jr))?n:Zr?Xr(e):"Object"==(r=Xr(e))&&qr(e.callee)?"Arguments":r},eo=to,no=i.String,ro=function(t){if("Symbol"===eo(t))throw TypeError("Cannot convert a Symbol value to a string");return no(t)},oo=ir,io=ur,uo=Object.keys||function(t){return oo(t,io)},ao=Se,co=Le,fo=D,so=uo,lo=c?Object.defineProperties:function(t,e){co(t);for(var n,r=fo(e),o=so(e),i=o.length,u=0;i>u;)ao.f(t,n=o[u++],r[n]);return t},po=Y("document","documentElement"),vo=Le,ho=lo,go=ur,yo=tn,mo=po,wo=le,bo=Ze("IE_PROTO"),xo=function(){},Eo=function(t){return"<script>"+t+"</"+"script>"},So=function(t){t.write(Eo("")),t.close();var e=t.parentWindow.Object;return t=null,e},Oo=function(){try{zr=new ActiveXObject("htmlfile")}catch(t){}var t,e;Oo="undefined"!=typeof document?document.domain&&zr?So(zr):((e=wo("iframe")).style.display="none",mo.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(Eo("document.F=Object")),t.close(),t.F):So(zr);for(var n=go.length;n--;)delete Oo.prototype[go[n]];return Oo()};yo[bo]=!0;var ko=Object.create||function(t,e){var n;return null!==t?(xo.prototype=vo(t),n=new xo,xo.prototype=null,n[bo]=t):n=Oo(),void 0===e?n:ho(n,e)},Ao={},jo=E([].slice),Lo=A,To=D,Io=Nn.f,Po=jo,Co="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];Ao.f=function(t){return Co&&"Window"==Lo(t)?function(t){try{return Io(t)}catch(t){return Po(Co)}}(t):Io(To(t))};var Ro={},_o=Xt;Ro.f=_o;var Mo=i,No=_t,Do=Ro,Fo=Se.f,Go=Se.f,$o=_t,Bo=Xt("toStringTag"),Uo=function(t,e,n){t&&!$o(t=n?t:t.prototype,Bo)&&Go(t,Bo,{configurable:!0,value:e})},Ko=vt,Yo=E(E.bind),zo=function(t,e){return Ko(t),void 0===e?t:Yo?Yo(t,e):function(){return t.apply(e,arguments)}},Ho=E,Wo=a,Vo=F,qo=to,Xo=ze,Jo=function(){},Qo=[],Zo=Y("Reflect","construct"),ti=/^\s*(?:class|function)\b/,ei=Ho(ti.exec),ni=!ti.exec(Jo),ri=function(t){if(!Vo(t))return!1;try{return Zo(Jo,Qo,t),!0}catch(t){return!1}},oi=!Zo||Wo((function(){var t;return ri(ri.call)||!ri(Object)||!ri((function(){t=!0}))||t}))?function(t){if(!Vo(t))return!1;switch(qo(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return ni||!!ei(ti,Xo(t))}:ri,ii=i,ui=Kr,ai=oi,ci=$,fi=Xt("species"),si=ii.Array,li=function(t){var e;return ui(t)&&(e=t.constructor,(ai(e)&&(e===si||ui(e.prototype))||ci(e)&&null===(e=e[fi]))&&(e=void 0)),void 0===e?si:e},di=function(t,e){return new(li(t))(0===e?0:e)},pi=zo,vi=C,hi=Pt,gi=Vn,yi=di,mi=E([].push),wi=function(t){var e=1==t,n=2==t,r=3==t,o=4==t,i=6==t,u=7==t,a=5==t||i;return function(c,f,s,l){for(var d,p,v=hi(c),h=vi(v),g=pi(f,s),y=gi(h),m=0,w=l||yi,b=e?w(c,y):n||u?w(c,0):void 0;y>m;m++)if((a||m in h)&&(p=g(d=h[m],m,v),t))if(e)b[m]=p;else if(p)switch(t){case 3:return!0;case 5:return d;case 6:return m;case 2:mi(b,d)}else switch(t){case 4:return!1;case 7:mi(b,d)}return i?-1:r||o?o:b}},bi={forEach:wi(0),map:wi(1),filter:wi(2),some:wi(3),every:wi(4),find:wi(5),findIndex:wi(6),filterReject:wi(7)},xi=Nr,Ei=i,Si=Y,Oi=Br,ki=s,Ai=E,ji=c,Li=et,Ti=a,Ii=_t,Pi=Kr,Ci=F,Ri=$,_i=z,Mi=ct,Ni=Le,Di=Pt,Fi=D,Gi=ae,$i=ro,Bi=y,Ui=ko,Ki=uo,Yi=Nn,zi=Ao,Hi=fr,Wi=u,Vi=Se,qi=l,Xi=jo,Ji=Fe.exports,Qi=xt.exports,Zi=tn,tu=Gt,eu=Xt,nu=Ro,ru=function(t){var e=Mo.Symbol||(Mo.Symbol={});No(e,t)||Fo(e,t,{value:Do.f(t)})},ou=Uo,iu=wn,uu=bi.forEach,au=Ze("hidden"),cu="Symbol",fu=eu("toPrimitive"),su=iu.set,lu=iu.getterFor(cu),du=Object.prototype,pu=Ei.Symbol,vu=pu&&pu.prototype,hu=Ei.TypeError,gu=Ei.QObject,yu=Si("JSON","stringify"),mu=Wi.f,wu=Vi.f,bu=zi.f,xu=qi.f,Eu=Ai([].push),Su=Qi("symbols"),Ou=Qi("op-symbols"),ku=Qi("string-to-symbol-registry"),Au=Qi("symbol-to-string-registry"),ju=Qi("wks"),Lu=!gu||!gu.prototype||!gu.prototype.findChild,Tu=ji&&Ti((function(){return 7!=Ui(wu({},"a",{get:function(){return wu(this,"a",{value:7}).a}})).a}))?function(t,e,n){var r=mu(du,e);r&&delete du[e],wu(t,e,n),r&&t!==du&&wu(du,e,r)}:wu,Iu=function(t,e){var n=Su[t]=Ui(vu);return su(n,{type:cu,tag:t,description:e}),ji||(n.description=e),n},Pu=function(t,e,n){t===du&&Pu(Ou,e,n),Ni(t);var r=Gi(e);return Ni(n),Ii(Su,r)?(n.enumerable?(Ii(t,au)&&t[au][r]&&(t[au][r]=!1),n=Ui(n,{enumerable:Bi(0,!1)})):(Ii(t,au)||wu(t,au,Bi(1,{})),t[au][r]=!0),Tu(t,r,n)):wu(t,r,n)},Cu=function(t,e){Ni(t);var n=Fi(e),r=Ki(n).concat(Nu(n));return uu(r,(function(e){ji&&!ki(Ru,n,e)||Pu(t,e,n[e])})),t},Ru=function(t){var e=Gi(t),n=ki(xu,this,e);return!(this===du&&Ii(Su,e)&&!Ii(Ou,e))&&(!(n||!Ii(this,e)||!Ii(Su,e)||Ii(this,au)&&this[au][e])||n)},_u=function(t,e){var n=Fi(t),r=Gi(e);if(n!==du||!Ii(Su,r)||Ii(Ou,r)){var o=mu(n,r);return!o||!Ii(Su,r)||Ii(n,au)&&n[au][r]||(o.enumerable=!0),o}},Mu=function(t){var e=bu(Fi(t)),n=[];return uu(e,(function(t){Ii(Su,t)||Ii(Zi,t)||Eu(n,t)})),n},Nu=function(t){var e=t===du,n=bu(e?Ou:Fi(t)),r=[];return uu(n,(function(t){!Ii(Su,t)||e&&!Ii(du,t)||Eu(r,Su[t])})),r};(Li||(pu=function(){if(_i(vu,this))throw hu("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?$i(arguments[0]):void 0,e=tu(t),n=function(t){this===du&&ki(n,Ou,t),Ii(this,au)&&Ii(this[au],e)&&(this[au][e]=!1),Tu(this,e,Bi(1,t))};return ji&&Lu&&Tu(du,e,{configurable:!0,set:n}),Iu(e,t)},Ji(vu=pu.prototype,"toString",(function(){return lu(this).tag})),Ji(pu,"withoutSetter",(function(t){return Iu(tu(t),t)})),qi.f=Ru,Vi.f=Pu,Wi.f=_u,Yi.f=zi.f=Mu,Hi.f=Nu,nu.f=function(t){return Iu(eu(t),t)},ji&&(wu(vu,"description",{configurable:!0,get:function(){return lu(this).description}}),Ji(du,"propertyIsEnumerable",Ru,{unsafe:!0}))),xi({global:!0,wrap:!0,forced:!Li,sham:!Li},{Symbol:pu}),uu(Ki(ju),(function(t){ru(t)})),xi({target:cu,stat:!0,forced:!Li},{for:function(t){var e=$i(t);if(Ii(ku,e))return ku[e];var n=pu(e);return ku[e]=n,Au[n]=e,n},keyFor:function(t){if(!Mi(t))throw hu(t+" is not a symbol");if(Ii(Au,t))return Au[t]},useSetter:function(){Lu=!0},useSimple:function(){Lu=!1}}),xi({target:"Object",stat:!0,forced:!Li,sham:!ji},{create:function(t,e){return void 0===e?Ui(t):Cu(Ui(t),e)},defineProperty:Pu,defineProperties:Cu,getOwnPropertyDescriptor:_u}),xi({target:"Object",stat:!0,forced:!Li},{getOwnPropertyNames:Mu,getOwnPropertySymbols:Nu}),xi({target:"Object",stat:!0,forced:Ti((function(){Hi.f(1)}))},{getOwnPropertySymbols:function(t){return Hi.f(Di(t))}}),yu)&&xi({target:"JSON",stat:!0,forced:!Li||Ti((function(){var t=pu();return"[null]"!=yu([t])||"{}"!=yu({a:t})||"{}"!=yu(Object(t))}))},{stringify:function(t,e,n){var r=Xi(arguments),o=e;if((Ri(e)||void 0!==t)&&!Mi(t))return Pi(e)||(e=function(t,e){if(Ci(o)&&(e=ki(o,this,t,e)),!Mi(e))return e}),r[1]=e,Oi(yu,null,r)}});if(!vu[fu]){var Du=vu.valueOf;Ji(vu,fu,(function(t){return ki(Du,this)}))}ou(pu,cu),Zi[au]=!0;var Fu=Nr,Gu=a,$u=D,Bu=u.f,Uu=c,Ku=Gu((function(){Bu(1)}));Fu({target:"Object",stat:!0,forced:!Uu||Ku,sham:!Uu},{getOwnPropertyDescriptor:function(t,e){return Bu($u(t),e)}});var Yu=ae,zu=Se,Hu=y,Wu=function(t,e,n){var r=Yu(e);r in t?zu.f(t,r,Hu(0,n)):t[r]=n},Vu=hr,qu=D,Xu=u,Ju=Wu;function Qu(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Zu(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function ta(t,e,n){return e&&Zu(t.prototype,e),n&&Zu(t,n),t}function ea(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}Nr({target:"Object",stat:!0,sham:!c},{getOwnPropertyDescriptors:function(t){for(var e,n,r=qu(t),o=Xu.f,i=Vu(r),u={},a=0;i.length>a;)void 0!==(n=o(r,e=i[a++]))&&Ju(u,e,n);return u}});var na=Le,ra=function(){var t=na(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e},oa={},ia=a,ua=i.RegExp;oa.UNSUPPORTED_Y=ia((function(){var t=ua("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),oa.BROKEN_CARET=ia((function(){var t=ua("^r","gy");return t.lastIndex=2,null!=t.exec("str")}));var aa=a,ca=i.RegExp,fa=aa((function(){var t=ca(".","s");return!(t.dotAll&&t.exec("\n")&&"s"===t.flags)})),sa=a,la=i.RegExp,da=sa((function(){var t=la("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")})),pa=s,va=E,ha=ro,ga=ra,ya=oa,ma=xt.exports,wa=ko,ba=wn.get,xa=fa,Ea=da,Sa=ma("native-string-replace",String.prototype.replace),Oa=RegExp.prototype.exec,ka=Oa,Aa=va("".charAt),ja=va("".indexOf),La=va("".replace),Ta=va("".slice),Ia=function(){var t=/a/,e=/b*/g;return pa(Oa,t,"a"),pa(Oa,e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),Pa=ya.UNSUPPORTED_Y||ya.BROKEN_CARET,Ca=void 0!==/()??/.exec("")[1];(Ia||Ca||Pa||xa||Ea)&&(ka=function(t){var e,n,r,o,i,u,a,c=this,f=ba(c),s=ha(t),l=f.raw;if(l)return l.lastIndex=c.lastIndex,e=pa(ka,l,s),c.lastIndex=l.lastIndex,e;var d=f.groups,p=Pa&&c.sticky,v=pa(ga,c),h=c.source,g=0,y=s;if(p&&(v=La(v,"y",""),-1===ja(v,"g")&&(v+="g"),y=Ta(s,c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==Aa(s,c.lastIndex-1))&&(h="(?: "+h+")",y=" "+y,g++),n=new RegExp("^(?:"+h+")",v)),Ca&&(n=new RegExp("^"+h+"$(?!\\s)",v)),Ia&&(r=c.lastIndex),o=pa(Oa,p?n:c,y),p?o?(o.input=Ta(o.input,g),o[0]=Ta(o[0],g),o.index=c.lastIndex,c.lastIndex+=o[0].length):c.lastIndex=0:Ia&&o&&(c.lastIndex=c.global?o.index+o[0].length:r),Ca&&o&&o.length>1&&pa(Sa,o[0],n,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(o[i]=void 0)})),o&&d)for(o.groups=u=wa(null),i=0;i<d.length;i++)u[(a=d[i])[0]]=o[a[1]];return o});var Ra=ka;Nr({target:"RegExp",proto:!0,forced:/./.exec!==Ra},{exec:Ra});var _a=E,Ma=Fe.exports,Na=Ra,Da=a,Fa=Xt,Ga=De,$a=Fa("species"),Ba=RegExp.prototype,Ua=function(t,e,n,r){var o=Fa(t),i=!Da((function(){var e={};return e[o]=function(){return 7},7!=""[t](e)})),u=i&&!Da((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[$a]=function(){return n},n.flags="",n[o]=/./[o]),n.exec=function(){return e=!0,null},n[o](""),!e}));if(!i||!u||n){var a=_a(/./[o]),c=e(o,""[t],(function(t,e,n,r,o){var u=_a(t),c=e.exec;return c===Na||c===Ba.exec?i&&!o?{done:!0,value:a(e,n,r)}:{done:!0,value:u(n,e,r)}:{done:!1}}));Ma(String.prototype,t,c[0]),Ma(Ba,o,c[1])}r&&Ga(Ba[o],"sham",!0)},Ka=E,Ya=Gn,za=ro,Ha=_,Wa=Ka("".charAt),Va=Ka("".charCodeAt),qa=Ka("".slice),Xa=function(t){return function(e,n){var r,o,i=za(Ha(e)),u=Ya(n),a=i.length;return u<0||u>=a?t?"":void 0:(r=Va(i,u))<55296||r>56319||u+1===a||(o=Va(i,u+1))<56320||o>57343?t?Wa(i,u):r:t?qa(i,u,u+2):o-56320+(r-55296<<10)+65536}},Ja={codeAt:Xa(!1),charAt:Xa(!0)},Qa=Ja.charAt,Za=function(t,e,n){return e+(n?Qa(t,e).length:1)},tc=s,ec=Le,nc=F,rc=A,oc=Ra,ic=i.TypeError,uc=function(t,e){var n=t.exec;if(nc(n)){var r=tc(n,t,e);return null!==r&&ec(r),r}if("RegExp"===rc(t))return tc(oc,t,e);throw ic("RegExp#exec called on incompatible receiver")},ac=s,cc=Le,fc=Hn,sc=ro,lc=_,dc=gt,pc=Za,vc=uc;Ua("match",(function(t,e,n){return[function(e){var n=lc(this),r=null==e?void 0:dc(e,t);return r?ac(r,e,n):new RegExp(e)[t](sc(n))},function(t){var r=cc(this),o=sc(t),i=n(e,r,o);if(i.done)return i.value;if(!r.global)return vc(r,o);var u=r.unicode;r.lastIndex=0;for(var a,c=[],f=0;null!==(a=vc(r,o));){var s=sc(a[0]);c[f]=s,""===s&&(r.lastIndex=pc(o,fc(r.lastIndex),u)),f++}return 0===f?null:c}]}));var hc=i,gc=F,yc=hc.String,mc=hc.TypeError,wc=E,bc=Le,xc=function(t){if("object"==typeof t||gc(t))return t;throw mc("Can't set "+yc(t)+" as a prototype")},Ec=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=wc(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),e=n instanceof Array}catch(t){}return function(n,r){return bc(n),xc(r),e?t(n,r):n.__proto__=r,n}}():void 0),Sc=F,Oc=$,kc=Ec,Ac=$,jc=A,Lc=Xt("match"),Tc=function(t){var e;return Ac(t)&&(void 0!==(e=t[Lc])?!!e:"RegExp"==jc(t))},Ic=Y,Pc=Se,Cc=c,Rc=Xt("species"),_c=c,Mc=i,Nc=E,Dc=Lr,Fc=function(t,e,n){var r,o;return kc&&Sc(r=e.constructor)&&r!==n&&Oc(o=r.prototype)&&o!==n.prototype&&kc(t,o),t},Gc=De,$c=Se.f,Bc=Nn.f,Uc=z,Kc=Tc,Yc=ro,zc=ra,Hc=oa,Wc=Fe.exports,Vc=a,qc=_t,Xc=wn.enforce,Jc=function(t){var e=Ic(t),n=Pc.f;Cc&&e&&!e[Rc]&&n(e,Rc,{configurable:!0,get:function(){return this}})},Qc=fa,Zc=da,tf=Xt("match"),ef=Mc.RegExp,nf=ef.prototype,rf=Mc.SyntaxError,of=Nc(zc),uf=Nc(nf.exec),af=Nc("".charAt),cf=Nc("".replace),ff=Nc("".indexOf),sf=Nc("".slice),lf=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,df=/a/g,pf=/a/g,vf=new ef(df)!==df,hf=Hc.UNSUPPORTED_Y,gf=_c&&(!vf||hf||Qc||Zc||Vc((function(){return pf[tf]=!1,ef(df)!=df||ef(pf)==pf||"/a/i"!=ef(df,"i")})));if(Dc("RegExp",gf)){for(var yf=function(t,e){var n,r,o,i,u,a,c=Uc(nf,this),f=Kc(t),s=void 0===e,l=[],d=t;if(!c&&f&&s&&t.constructor===yf)return t;if((f||Uc(nf,t))&&(t=t.source,s&&(e="flags"in d?d.flags:of(d))),t=void 0===t?"":Yc(t),e=void 0===e?"":Yc(e),d=t,Qc&&"dotAll"in df&&(r=!!e&&ff(e,"s")>-1)&&(e=cf(e,/s/g,"")),n=e,hf&&"sticky"in df&&(o=!!e&&ff(e,"y")>-1)&&(e=cf(e,/y/g,"")),Zc&&(i=function(t){for(var e,n=t.length,r=0,o="",i=[],u={},a=!1,c=!1,f=0,s="";r<=n;r++){if("\\"===(e=af(t,r)))e+=af(t,++r);else if("]"===e)a=!1;else if(!a)switch(!0){case"["===e:a=!0;break;case"("===e:uf(lf,sf(t,r+1))&&(r+=2,c=!0),o+=e,f++;continue;case">"===e&&c:if(""===s||qc(u,s))throw new rf("Invalid capture group name");u[s]=!0,i[i.length]=[s,f],c=!1,s="";continue}c?s+=e:o+=e}return[o,i]}(t),t=i[0],l=i[1]),u=Fc(ef(t,e),c?this:nf,yf),(r||o||l.length)&&(a=Xc(u),r&&(a.dotAll=!0,a.raw=yf(function(t){for(var e,n=t.length,r=0,o="",i=!1;r<=n;r++)"\\"!==(e=af(t,r))?i||"."!==e?("["===e?i=!0:"]"===e&&(i=!1),o+=e):o+="[\\s\\S]":o+=e+af(t,++r);return o}(t),n)),o&&(a.sticky=!0),l.length&&(a.groups=l)),t!==d)try{Gc(u,"source",""===d?"(?:)":d)}catch(t){}return u},mf=function(t){t in yf||$c(yf,t,{configurable:!0,get:function(){return ef[t]},set:function(e){ef[t]=e}})},wf=Bc(ef),bf=0;wf.length>bf;)mf(wf[bf++]);nf.constructor=yf,yf.prototype=nf,Wc(Mc,"RegExp",yf)}Jc("RegExp");var xf=E,Ef=kn.PROPER,Sf=Fe.exports,Of=Le,kf=z,Af=ro,jf=a,Lf=ra,Tf="toString",If=RegExp.prototype,Pf=If.toString,Cf=xf(Lf),Rf=jf((function(){return"/a/b"!=Pf.call({source:"a",flags:"b"})})),_f=Ef&&Pf.name!=Tf;(Rf||_f)&&Sf(RegExp.prototype,Tf,(function(){var t=Of(this),e=Af(t.source),n=t.flags;return"/"+e+"/"+Af(void 0===n&&kf(If,t)&&!("flags"in If)?Cf(t):n)}),{unsafe:!0});var Mf=to,Nf=Hr?{}.toString:function(){return"[object "+Mf(this)+"]"},Df=Hr,Ff=Fe.exports,Gf=Nf;Df||Ff(Object.prototype,"toString",Gf,{unsafe:!0});var $f=le("span").classList,Bf=$f&&$f.constructor&&$f.constructor.prototype,Uf=Bf===Object.prototype?void 0:Bf,Kf=a,Yf=function(t,e){var n=[][t];return!!n&&Kf((function(){n.call(null,e||function(){throw 1},1)}))},zf=bi.forEach,Hf=Yf("forEach")?[].forEach:function(t){return zf(this,t,arguments.length>1?arguments[1]:void 0)},Wf=i,Vf={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},qf=Uf,Xf=Hf,Jf=De,Qf=function(t){if(t&&t.forEach!==Xf)try{Jf(t,"forEach",Xf)}catch(e){t.forEach=Xf}};for(var Zf in Vf)Vf[Zf]&&Qf(Wf[Zf]&&Wf[Zf].prototype);Qf(qf);var ts=c,es=E,ns=uo,rs=D,os=es(l.f),is=es([].push),us=function(t){return function(e){for(var n,r=rs(e),o=ns(r),i=o.length,u=0,a=[];i>u;)n=o[u++],ts&&!os(r,n)||is(a,t?[n,r[n]]:r[n]);return a}},as={entries:us(!0),values:us(!1)}.entries;Nr({target:"Object",stat:!0},{entries:function(t){return as(t)}});var cs=a,fs=Q,ss=Xt("species"),ls=function(t){return fs>=51||!cs((function(){var e=[];return(e.constructor={})[ss]=function(){return{foo:1}},1!==e[t](Boolean).foo}))},ds=bi.filter;Nr({target:"Array",proto:!0,forced:!ls("filter")},{filter:function(t){return ds(this,t,arguments.length>1?arguments[1]:void 0)}});var ps=bi.map;Nr({target:"Array",proto:!0,forced:!ls("map")},{map:function(t){return ps(this,t,arguments.length>1?arguments[1]:void 0)}});var vs=Nr,hs=Kr,gs=E([].reverse),ys=[1,2];vs({target:"Array",proto:!0,forced:String(ys)===String(ys.reverse())},{reverse:function(){return hs(this)&&(this.length=this.length),gs(this)}});var ms=ko,ws=Se,bs=Xt("unscopables"),xs=Array.prototype;null==xs[bs]&&ws.f(xs,bs,{configurable:!0,value:ms(null)});var Es=Zn.includes,Ss=function(t){xs[bs][t]=!0};Nr({target:"Array",proto:!0},{includes:function(t){return Es(this,t,arguments.length>1?arguments[1]:void 0)}}),Ss("includes");var Os=Tc,ks=i.TypeError,As=Xt("match"),js=Nr,Ls=function(t){if(Os(t))throw ks("The method doesn't accept regular expressions");return t},Ts=_,Is=ro,Ps=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[As]=!1,"/./"[t](e)}catch(t){}}return!1},Cs=E("".indexOf);js({target:"String",proto:!0,forced:!Ps("includes")},{includes:function(t){return!!~Cs(Is(Ts(this)),Is(Ls(t)),arguments.length>1?arguments[1]:void 0)}});var Rs=a((function(){if("function"==typeof ArrayBuffer){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}})),_s=Nr,Ms=a,Ns=$,Ds=A,Fs=Rs,Gs=Object.isFrozen;_s({target:"Object",stat:!0,forced:Ms((function(){Gs(1)}))||Fs},{isFrozen:function(t){return!Ns(t)||(!(!Fs||"ArrayBuffer"!=Ds(t))||!!Gs&&Gs(t))}});var $s=vt,Bs=Pt,Us=C,Ks=Vn,Ys=i.TypeError,zs=function(t){return function(e,n,r,o){$s(n);var i=Bs(e),u=Us(i),a=Ks(i),c=t?a-1:0,f=t?-1:1;if(r<2)for(;;){if(c in u){o=u[c],c+=f;break}if(c+=f,t?c<0:a<=c)throw Ys("Reduce of empty array with no initial value")}for(;t?c>=0:a>c;c+=f)c in u&&(o=n(o,u[c],c,i));return o}},Hs={left:zs(!1),right:zs(!0)},Ws="process"==A(i.process),Vs=Hs.left,qs=Q,Xs=Ws;Nr({target:"Array",proto:!0,forced:!Yf("reduce")||!Xs&&qs>79&&qs<83},{reduce:function(t){var e=arguments.length;return Vs(this,t,e,e>1?arguments[1]:void 0)}});var Js=Nr,Qs=C,Zs=D,tl=Yf,el=E([].join),nl=Qs!=Object,rl=tl("join",",");Js({target:"Array",proto:!0,forced:nl||!rl},{join:function(t){return el(Zs(this),void 0===t?",":t)}});var ol=Pt,il=uo;Nr({target:"Object",stat:!0,forced:a((function(){il(1)}))},{keys:function(t){return il(ol(t))}});var ul=E,al=Pt,cl=Math.floor,fl=ul("".charAt),sl=ul("".replace),ll=ul("".slice),dl=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,pl=/\$([$&'`]|\d{1,2})/g,vl=Br,hl=s,gl=E,yl=Ua,ml=a,wl=Le,bl=F,xl=Gn,El=Hn,Sl=ro,Ol=_,kl=Za,Al=gt,jl=function(t,e,n,r,o,i){var u=n+t.length,a=r.length,c=pl;return void 0!==o&&(o=al(o),c=dl),sl(i,c,(function(i,c){var f;switch(fl(c,0)){case"$":return"$";case"&":return t;case"`":return ll(e,0,n);case"'":return ll(e,u);case"<":f=o[ll(c,1,-1)];break;default:var s=+c;if(0===s)return i;if(s>a){var l=cl(s/10);return 0===l?i:l<=a?void 0===r[l-1]?fl(c,1):r[l-1]+fl(c,1):i}f=r[s-1]}return void 0===f?"":f}))},Ll=uc,Tl=Xt("replace"),Il=Math.max,Pl=Math.min,Cl=gl([].concat),Rl=gl([].push),_l=gl("".indexOf),Ml=gl("".slice),Nl="$0"==="a".replace(/./,"$0"),Dl=!!/./[Tl]&&""===/./[Tl]("a","$0");yl("replace",(function(t,e,n){var r=Dl?"$":"$0";return[function(t,n){var r=Ol(this),o=null==t?void 0:Al(t,Tl);return o?hl(o,t,r,n):hl(e,Sl(r),t,n)},function(t,o){var i=wl(this),u=Sl(t);if("string"==typeof o&&-1===_l(o,r)&&-1===_l(o,"$<")){var a=n(e,i,u,o);if(a.done)return a.value}var c=bl(o);c||(o=Sl(o));var f=i.global;if(f){var s=i.unicode;i.lastIndex=0}for(var l=[];;){var d=Ll(i,u);if(null===d)break;if(Rl(l,d),!f)break;""===Sl(d[0])&&(i.lastIndex=kl(u,El(i.lastIndex),s))}for(var p,v="",h=0,g=0;g<l.length;g++){for(var y=Sl((d=l[g])[0]),m=Il(Pl(xl(d.index),u.length),0),w=[],b=1;b<d.length;b++)Rl(w,void 0===(p=d[b])?p:String(p));var x=d.groups;if(c){var E=Cl([y],w,m,u);void 0!==x&&Rl(E,x);var S=Sl(vl(o,void 0,E))}else S=jl(y,u,m,w,x,o);m>=h&&(v+=Ml(u,h,m)+S,h=m+y.length)}return v+Ml(u,h)}]}),!!ml((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!Nl||Dl);var Fl=oi,Gl=st,$l=i.TypeError,Bl=Le,Ul=function(t){if(Fl(t))return t;throw $l(Gl(t)+" is not a constructor")},Kl=Xt("species"),Yl=function(t,e){var n,r=Bl(t).constructor;return void 0===r||null==(n=Bl(r)[Kl])?e:Ul(n)},zl=Br,Hl=s,Wl=E,Vl=Ua,ql=Tc,Xl=Le,Jl=_,Ql=Yl,Zl=Za,td=Hn,ed=ro,nd=gt,rd=jo,od=uc,id=Ra,ud=a,ad=oa.UNSUPPORTED_Y,cd=4294967295,fd=Math.min,sd=[].push,ld=Wl(/./.exec),dd=Wl(sd),pd=Wl("".slice),vd=!ud((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));Vl("split",(function(t,e,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,n){var r=ed(Jl(this)),o=void 0===n?cd:n>>>0;if(0===o)return[];if(void 0===t)return[r];if(!ql(t))return Hl(e,r,t,o);for(var i,u,a,c=[],f=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),s=0,l=new RegExp(t.source,f+"g");(i=Hl(id,l,r))&&!((u=l.lastIndex)>s&&(dd(c,pd(r,s,i.index)),i.length>1&&i.index<r.length&&zl(sd,c,rd(i,1)),a=i[0].length,s=u,c.length>=o));)l.lastIndex===i.index&&l.lastIndex++;return s===r.length?!a&&ld(l,"")||dd(c,""):dd(c,pd(r,s)),c.length>o?rd(c,0,o):c}:"0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:Hl(e,this,t,n)}:e,[function(e,n){var o=Jl(this),i=null==e?void 0:nd(e,t);return i?Hl(i,e,o,n):Hl(r,ed(o),e,n)},function(t,o){var i=Xl(this),u=ed(t),a=n(r,i,u,o,r!==e);if(a.done)return a.value;var c=Ql(i,RegExp),f=i.unicode,s=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(ad?"g":"y"),l=new c(ad?"^(?:"+i.source+")":i,s),d=void 0===o?cd:o>>>0;if(0===d)return[];if(0===u.length)return null===od(l,u)?[u]:[];for(var p=0,v=0,h=[];v<u.length;){l.lastIndex=ad?0:v;var g,y=od(l,ad?pd(u,v):u);if(null===y||(g=fd(td(l.lastIndex+(ad?v:0)),u.length))===p)v=Zl(u,v,f);else{if(dd(h,pd(u,p,v)),h.length===d)return h;for(var m=1;m<=y.length-1;m++)if(dd(h,y[m]),h.length===d)return h;v=p=g}}return dd(h,pd(u,p)),h}]}),!vd,ad);var hd=Nr,gd=i,yd=Kr,md=oi,wd=$,bd=Kn,xd=Vn,Ed=D,Sd=Wu,Od=Xt,kd=jo,Ad=ls("slice"),jd=Od("species"),Ld=gd.Array,Td=Math.max;hd({target:"Array",proto:!0,forced:!Ad},{slice:function(t,e){var n,r,o,i=Ed(this),u=xd(i),a=bd(t,u),c=bd(void 0===e?u:e,u);if(yd(i)&&(n=i.constructor,(md(n)&&(n===Ld||yd(n.prototype))||wd(n)&&null===(n=n[jd]))&&(n=void 0),n===Ld||void 0===n))return kd(i,a,c);for(r=new(void 0===n?Ld:n)(Td(c-a,0)),o=0;a<c;a++,o++)a in i&&Sd(r,o,i[a]);return r.length=o,r}});var Id,Pd,Cd,Rd=!a((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})),_d=i,Md=_t,Nd=F,Dd=Pt,Fd=Rd,Gd=Ze("IE_PROTO"),$d=_d.Object,Bd=$d.prototype,Ud=Fd?$d.getPrototypeOf:function(t){var e=Dd(t);if(Md(e,Gd))return e[Gd];var n=e.constructor;return Nd(n)&&e instanceof n?n.prototype:e instanceof $d?Bd:null},Kd=a,Yd=F,zd=Ud,Hd=Fe.exports,Wd=Xt("iterator"),Vd=!1;[].keys&&("next"in(Cd=[].keys())?(Pd=zd(zd(Cd)))!==Object.prototype&&(Id=Pd):Vd=!0);var qd=null==Id||Kd((function(){var t={};return Id[Wd].call(t)!==t}));qd&&(Id={}),Yd(Id[Wd])||Hd(Id,Wd,(function(){return this}));var Xd={IteratorPrototype:Id,BUGGY_SAFARI_ITERATORS:Vd},Jd={},Qd=Xd.IteratorPrototype,Zd=ko,tp=y,ep=Uo,np=Jd,rp=function(){return this},op=function(t,e,n){var r=e+" Iterator";return t.prototype=Zd(Qd,{next:tp(1,n)}),ep(t,r,!1),np[r]=rp,t},ip=Nr,up=i,ap=s,cp=E,fp=op,sp=_,lp=Hn,dp=ro,pp=Le,vp=z,hp=Tc,gp=ra,yp=gt,mp=Fe.exports,wp=a,bp=Yl,xp=Za,Ep=uc,Sp=wn,Op=Xt("matchAll"),kp="RegExp String",Ap="RegExp String Iterator",jp=Sp.set,Lp=Sp.getterFor(Ap),Tp=RegExp.prototype,Ip=up.TypeError,Pp=cp(gp),Cp=cp("".indexOf),Rp=cp("".matchAll),_p=!!Rp&&!wp((function(){Rp("a",/./)})),Mp=fp((function(t,e,n,r){jp(this,{type:Ap,regexp:t,string:e,global:n,unicode:r,done:!1})}),kp,(function(){var t=Lp(this);if(t.done)return{value:void 0,done:!0};var e=t.regexp,n=t.string,r=Ep(e,n);return null===r?{value:void 0,done:t.done=!0}:t.global?(""===dp(r[0])&&(e.lastIndex=xp(n,lp(e.lastIndex),t.unicode)),{value:r,done:!1}):(t.done=!0,{value:r,done:!1})})),Np=function(t){var e,n,r,o,i,u,a=pp(this),c=dp(t);return e=bp(a,RegExp),void 0===(n=a.flags)&&vp(Tp,a)&&!("flags"in Tp)&&(n=Pp(a)),r=void 0===n?"":dp(n),o=new e(e===RegExp?a.source:a,r),i=!!~Cp(r,"g"),u=!!~Cp(r,"u"),o.lastIndex=lp(a.lastIndex),new Mp(o,c,i,u)};ip({target:"String",proto:!0,forced:_p},{matchAll:function(t){var e,n,r,o=sp(this);if(null!=t){if(hp(t)&&(e=dp(sp("flags"in Tp?t.flags:Pp(t))),!~Cp(e,"g")))throw Ip("`.matchAll` does not allow non-global regexes");if(_p)return Rp(o,t);if(r=yp(t,Op))return ap(r,t,o)}else if(_p)return Rp(o,t);return n=dp(o),new RegExp(t,"g")[Op](n)}}),Op in Tp||mp(Tp,Op,Np);var Dp=s,Fp=Le,Gp=gt,$p=Le,Bp=function(t,e,n){var r,o;Fp(t);try{if(!(r=Gp(t,"return"))){if("throw"===e)throw n;return n}r=Dp(r,t)}catch(t){o=!0,r=t}if("throw"===e)throw n;if(o)throw r;return Fp(r),n},Up=Jd,Kp=Xt("iterator"),Yp=Array.prototype,zp=to,Hp=gt,Wp=Jd,Vp=Xt("iterator"),qp=function(t){if(null!=t)return Hp(t,Vp)||Hp(t,"@@iterator")||Wp[zp(t)]},Xp=s,Jp=vt,Qp=Le,Zp=st,tv=qp,ev=i.TypeError,nv=zo,rv=s,ov=Pt,iv=function(t,e,n,r){try{return r?e($p(n)[0],n[1]):e(n)}catch(e){Bp(t,"throw",e)}},uv=function(t){return void 0!==t&&(Up.Array===t||Yp[Kp]===t)},av=oi,cv=Vn,fv=Wu,sv=function(t,e){var n=arguments.length<2?tv(t):e;if(Jp(n))return Qp(Xp(n,t));throw ev(Zp(t)+" is not iterable")},lv=qp,dv=i.Array,pv=Xt("iterator"),vv=!1;try{var hv=0,gv={next:function(){return{done:!!hv++}},return:function(){vv=!0}};gv[pv]=function(){return this},Array.from(gv,(function(){throw 2}))}catch(t){}var yv=function(t){var e=ov(t),n=av(this),r=arguments.length,o=r>1?arguments[1]:void 0,i=void 0!==o;i&&(o=nv(o,r>2?arguments[2]:void 0));var u,a,c,f,s,l,d=lv(e),p=0;if(!d||this==dv&&uv(d))for(u=cv(e),a=n?new this(u):dv(u);u>p;p++)l=i?o(e[p],p):e[p],fv(a,p,l);else for(s=(f=sv(e,d)).next,a=n?new this:[];!(c=rv(s,f)).done;p++)l=i?iv(f,o,[c.value,p],!0):c.value,fv(a,p,l);return a.length=p,a},mv=function(t,e){if(!e&&!vv)return!1;var n=!1;try{var r={};r[pv]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(t){}return n};Nr({target:"Array",stat:!0,forced:!mv((function(t){Array.from(t)}))},{from:yv});var wv=Nr,bv=s,xv=kn,Ev=F,Sv=op,Ov=Ud,kv=Ec,Av=Uo,jv=De,Lv=Fe.exports,Tv=Jd,Iv=xv.PROPER,Pv=xv.CONFIGURABLE,Cv=Xd.IteratorPrototype,Rv=Xd.BUGGY_SAFARI_ITERATORS,_v=Xt("iterator"),Mv="keys",Nv="values",Dv="entries",Fv=function(){return this},Gv=Ja.charAt,$v=ro,Bv=wn,Uv=function(t,e,n,r,o,i,u){Sv(n,e,r);var a,c,f,s=function(t){if(t===o&&h)return h;if(!Rv&&t in p)return p[t];switch(t){case Mv:case Nv:case Dv:return function(){return new n(this,t)}}return function(){return new n(this)}},l=e+" Iterator",d=!1,p=t.prototype,v=p[_v]||p["@@iterator"]||o&&p[o],h=!Rv&&v||s(o),g="Array"==e&&p.entries||v;if(g&&(a=Ov(g.call(new t)))!==Object.prototype&&a.next&&(Ov(a)!==Cv&&(kv?kv(a,Cv):Ev(a[_v])||Lv(a,_v,Fv)),Av(a,l,!0)),Iv&&o==Nv&&v&&v.name!==Nv&&(Pv?jv(p,"name",Nv):(d=!0,h=function(){return bv(v,this)})),o)if(c={values:s(Nv),keys:i?h:s(Mv),entries:s(Dv)},u)for(f in c)(Rv||d||!(f in p))&&Lv(p,f,c[f]);else wv({target:e,proto:!0,forced:Rv||d},c);return p[_v]!==h&&Lv(p,_v,h,{name:o}),Tv[e]=h,c},Kv="String Iterator",Yv=Bv.set,zv=Bv.getterFor(Kv);Uv(String,"String",(function(t){Yv(this,{type:Kv,string:$v(t),index:0})}),(function(){var t,e=zv(this),n=e.string,r=e.index;return r>=n.length?{value:void 0,done:!0}:(t=Gv(n,r),e.index+=t.length,{value:t,done:!1})}));var Hv=Nr,Wv=i,Vv=a,qv=Kr,Xv=$,Jv=Pt,Qv=Vn,Zv=Wu,th=di,eh=ls,nh=Q,rh=Xt("isConcatSpreadable"),oh=9007199254740991,ih="Maximum allowed index exceeded",uh=Wv.TypeError,ah=nh>=51||!Vv((function(){var t=[];return t[rh]=!1,t.concat()[0]!==t})),ch=eh("concat"),fh=function(t){if(!Xv(t))return!1;var e=t[rh];return void 0!==e?!!e:qv(t)};Hv({target:"Array",proto:!0,forced:!ah||!ch},{concat:function(t){var e,n,r,o,i,u=Jv(this),a=th(u,0),c=0;for(e=-1,r=arguments.length;e<r;e++)if(fh(i=-1===e?u:arguments[e])){if(c+(o=Qv(i))>oh)throw uh(ih);for(n=0;n<o;n++,c++)n in i&&Zv(a,c,i[n])}else{if(c>=oh)throw uh(ih);Zv(a,c++,i)}return a.length=c,a}});var sh="\t\n\v\f\r                 \u2028\u2029\ufeff",lh=_,dh=ro,ph=E("".replace),vh="[\t\n\v\f\r                 \u2028\u2029\ufeff]",hh=RegExp("^"+vh+vh+"*"),gh=RegExp(vh+vh+"*$"),yh=function(t){return function(e){var n=dh(lh(e));return 1&t&&(n=ph(n,hh,"")),2&t&&(n=ph(n,gh,"")),n}},mh={start:yh(1),end:yh(2),trim:yh(3)},wh=kn.PROPER,bh=a,xh=sh,Eh=mh.trim;Nr({target:"String",proto:!0,forced:function(t){return bh((function(){return!!xh[t]()||"​…᠎"!=="​…᠎"[t]()||wh&&xh[t].name!==t}))}("trim")},{trim:function(){return Eh(this)}});var Sh={exports:{}};!function(t,e){function n(t){if(t&&"object"==typeof t){var e=t.which||t.keyCode||t.charCode;e&&(t=e)}if("number"==typeof t)return u[t];var n,i=String(t);return(n=r[i.toLowerCase()])?n:(n=o[i.toLowerCase()])||(1===i.length?i.charCodeAt(0):void 0)}n.isEventKey=function(t,e){if(t&&"object"==typeof t){var n=t.which||t.keyCode||t.charCode;if(null==n)return!1;if("string"==typeof e){var i;if(i=r[e.toLowerCase()])return i===n;if(i=o[e.toLowerCase()])return i===n}else if("number"==typeof e)return e===n;return!1}};var r=(e=t.exports=n).code=e.codes={backspace:8,tab:9,enter:13,shift:16,ctrl:17,alt:18,"pause/break":19,"caps lock":20,esc:27,space:32,"page up":33,"page down":34,end:35,home:36,left:37,up:38,right:39,down:40,insert:45,delete:46,command:91,"left command":91,"right command":93,"numpad *":106,"numpad +":107,"numpad -":109,"numpad .":110,"numpad /":111,"num lock":144,"scroll lock":145,"my computer":182,"my calculator":183,";":186,"=":187,",":188,"-":189,".":190,"/":191,"`":192,"[":219,"\\":220,"]":221,"'":222},o=e.aliases={windows:91,"⇧":16,"⌥":18,"⌃":17,"⌘":91,ctl:17,control:17,option:18,pause:19,break:19,caps:20,return:13,escape:27,spc:32,spacebar:32,pgup:33,pgdn:34,ins:45,del:46,cmd:91};
1
+ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("react")):"function"==typeof define&&define.amd?define(["exports","react"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).dnbBasis={})}(this,(function(t){"use strict";var e="undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{};"function"==typeof e.setTimeout&&setTimeout,"function"==typeof e.clearTimeout&&clearTimeout;function n(t,e){this.fun=t,this.array=e}n.prototype.run=function(){this.fun.apply(null,this.array)};var r=e.performance||{};r.now||r.mozNow||r.msNow||r.oNow||r.webkitNow;new Date;var o=function(t){return t&&t.Math==Math&&t},i=o("object"==typeof globalThis&&globalThis)||o("object"==typeof window&&window)||o("object"==typeof self&&self)||o("object"==typeof i&&i)||function(){return this}()||Function("return this")(),a={},u=function(t){try{return!!t()}catch(t){return!0}},c=!u((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),f=Function.prototype.call,s=f.bind?f.bind(f):function(){return f.apply(f,arguments)},l={},d={}.propertyIsEnumerable,p=Object.getOwnPropertyDescriptor,v=p&&!d.call({1:2},1);l.f=v?function(t){var e=p(this,t);return!!e&&e.enumerable}:d;var h,y,g=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},m=Function.prototype,w=m.bind,b=m.call,x=w&&w.bind(b),E=w?function(t){return t&&x(b,t)}:function(t){return t&&function(){return b.apply(t,arguments)}},S=E,O=S({}.toString),A=S("".slice),k=function(t){return A(O(t),8,-1)},L=E,j=u,T=k,I=i.Object,P=L("".split),R=j((function(){return!I("z").propertyIsEnumerable(0)}))?function(t){return"String"==T(t)?P(t,""):I(t)}:I,C=i.TypeError,_=function(t){if(null==t)throw C("Can't call method on "+t);return t},M=R,N=_,F=function(t){return M(N(t))},D=function(t){return"function"==typeof t},G=D,$=function(t){return"object"==typeof t?null!==t:G(t)},U=i,B=D,W=function(t){return B(t)?t:void 0},Y=function(t,e){return arguments.length<2?W(U[t]):U[t]&&U[t][e]},K=E({}.isPrototypeOf),z=i,H=Y("navigator","userAgent")||"",V=z.process,q=z.Deno,X=V&&V.versions||q&&q.version,J=X&&X.v8;J&&(y=(h=J.split("."))[0]>0&&h[0]<4?1:+(h[0]+h[1])),!y&&H&&(!(h=H.match(/Edge\/(\d+)/))||h[1]>=74)&&(h=H.match(/Chrome\/(\d+)/))&&(y=+h[1]);var Q=y,Z=Q,tt=u,et=!!Object.getOwnPropertySymbols&&!tt((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&Z&&Z<41})),nt=et&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,rt=Y,ot=D,it=K,at=nt,ut=i.Object,ct=at?function(t){return"symbol"==typeof t}:function(t){var e=rt("Symbol");return ot(e)&&it(e.prototype,ut(t))},ft=i.String,st=function(t){try{return ft(t)}catch(t){return"Object"}},lt=D,dt=st,pt=i.TypeError,vt=function(t){if(lt(t))return t;throw pt(dt(t)+" is not a function")},ht=vt,yt=function(t,e){var n=t[e];return null==n?void 0:ht(n)},gt=s,mt=D,wt=$,bt=i.TypeError,xt={exports:{}},Et=i,St=Object.defineProperty,Ot=function(t,e){try{St(Et,t,{value:e,configurable:!0,writable:!0})}catch(n){Et[t]=e}return e},At=Ot,kt="__core-js_shared__",Lt=i[kt]||At(kt,{}),jt=Lt;(xt.exports=function(t,e){return jt[t]||(jt[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.19.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"});var Tt=_,It=i.Object,Pt=function(t){return It(Tt(t))},Rt=Pt,Ct=E({}.hasOwnProperty),_t=Object.hasOwn||function(t,e){return Ct(Rt(t),e)},Mt=E,Nt=0,Ft=Math.random(),Dt=Mt(1..toString),Gt=function(t){return"Symbol("+(void 0===t?"":t)+")_"+Dt(++Nt+Ft,36)},$t=i,Ut=xt.exports,Bt=_t,Wt=Gt,Yt=et,Kt=nt,zt=Ut("wks"),Ht=$t.Symbol,Vt=Ht&&Ht.for,qt=Kt?Ht:Ht&&Ht.withoutSetter||Wt,Xt=function(t){if(!Bt(zt,t)||!Yt&&"string"!=typeof zt[t]){var e="Symbol."+t;Yt&&Bt(Ht,t)?zt[t]=Ht[t]:zt[t]=Kt&&Vt?Vt(e):qt(e)}return zt[t]},Jt=s,Qt=$,Zt=ct,te=yt,ee=function(t,e){var n,r;if("string"===e&&mt(n=t.toString)&&!wt(r=gt(n,t)))return r;if(mt(n=t.valueOf)&&!wt(r=gt(n,t)))return r;if("string"!==e&&mt(n=t.toString)&&!wt(r=gt(n,t)))return r;throw bt("Can't convert object to primitive value")},ne=Xt,re=i.TypeError,oe=ne("toPrimitive"),ie=function(t,e){if(!Qt(t)||Zt(t))return t;var n,r=te(t,oe);if(r){if(void 0===e&&(e="default"),n=Jt(r,t,e),!Qt(n)||Zt(n))return n;throw re("Can't convert object to primitive value")}return void 0===e&&(e="number"),ee(t,e)},ae=ct,ue=function(t){var e=ie(t,"string");return ae(e)?e:e+""},ce=$,fe=i.document,se=ce(fe)&&ce(fe.createElement),le=function(t){return se?fe.createElement(t):{}},de=le,pe=!c&&!u((function(){return 7!=Object.defineProperty(de("div"),"a",{get:function(){return 7}}).a})),ve=c,he=s,ye=l,ge=g,me=F,we=ue,be=_t,xe=pe,Ee=Object.getOwnPropertyDescriptor;a.f=ve?Ee:function(t,e){if(t=me(t),e=we(e),xe)try{return Ee(t,e)}catch(t){}if(be(t,e))return ge(!he(ye.f,t,e),t[e])};var Se={},Oe=i,Ae=$,ke=Oe.String,Le=Oe.TypeError,je=function(t){if(Ae(t))return t;throw Le(ke(t)+" is not an object")},Te=c,Ie=pe,Pe=je,Re=ue,Ce=i.TypeError,_e=Object.defineProperty;Se.f=Te?_e:function(t,e,n){if(Pe(t),e=Re(e),Pe(n),Ie)try{return _e(t,e,n)}catch(t){}if("get"in n||"set"in n)throw Ce("Accessors not supported");return"value"in n&&(t[e]=n.value),t};var Me=Se,Ne=g,Fe=c?function(t,e,n){return Me.f(t,e,Ne(1,n))}:function(t,e,n){return t[e]=n,t},De={exports:{}},Ge=D,$e=Lt,Ue=E(Function.toString);Ge($e.inspectSource)||($e.inspectSource=function(t){return Ue(t)});var Be,We,Ye,Ke=$e.inspectSource,ze=D,He=Ke,Ve=i.WeakMap,qe=ze(Ve)&&/native code/.test(He(Ve)),Xe=xt.exports,Je=Gt,Qe=Xe("keys"),Ze=function(t){return Qe[t]||(Qe[t]=Je(t))},tn={},en=qe,nn=i,rn=E,on=$,an=Fe,un=_t,cn=Lt,fn=Ze,sn=tn,ln="Object already initialized",dn=nn.TypeError,pn=nn.WeakMap;if(en||cn.state){var vn=cn.state||(cn.state=new pn),hn=rn(vn.get),yn=rn(vn.has),gn=rn(vn.set);Be=function(t,e){if(yn(vn,t))throw new dn(ln);return e.facade=t,gn(vn,t,e),e},We=function(t){return hn(vn,t)||{}},Ye=function(t){return yn(vn,t)}}else{var mn=fn("state");sn[mn]=!0,Be=function(t,e){if(un(t,mn))throw new dn(ln);return e.facade=t,an(t,mn,e),e},We=function(t){return un(t,mn)?t[mn]:{}},Ye=function(t){return un(t,mn)}}var wn={set:Be,get:We,has:Ye,enforce:function(t){return Ye(t)?We(t):Be(t,{})},getterFor:function(t){return function(e){var n;if(!on(e)||(n=We(e)).type!==t)throw dn("Incompatible receiver, "+t+" required");return n}}},bn=c,xn=_t,En=Function.prototype,Sn=bn&&Object.getOwnPropertyDescriptor,On=xn(En,"name"),An={EXISTS:On,PROPER:On&&"something"===function(){}.name,CONFIGURABLE:On&&(!bn||bn&&Sn(En,"name").configurable)},kn=i,Ln=D,jn=_t,Tn=Fe,In=Ot,Pn=Ke,Rn=An.CONFIGURABLE,Cn=wn.get,_n=wn.enforce,Mn=String(String).split("String");(De.exports=function(t,e,n,r){var o,i=!!r&&!!r.unsafe,a=!!r&&!!r.enumerable,u=!!r&&!!r.noTargetGet,c=r&&void 0!==r.name?r.name:e;Ln(n)&&("Symbol("===String(c).slice(0,7)&&(c="["+String(c).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!jn(n,"name")||Rn&&n.name!==c)&&Tn(n,"name",c),(o=_n(n)).source||(o.source=Mn.join("string"==typeof c?c:""))),t!==kn?(i?!u&&t[e]&&(a=!0):delete t[e],a?t[e]=n:Tn(t,e,n)):a?t[e]=n:In(e,n)})(Function.prototype,"toString",(function(){return Ln(this)&&Cn(this).source||Pn(this)}));var Nn={},Fn=Math.ceil,Dn=Math.floor,Gn=function(t){var e=+t;return e!=e||0===e?0:(e>0?Dn:Fn)(e)},$n=Gn,Un=Math.max,Bn=Math.min,Wn=function(t,e){var n=$n(t);return n<0?Un(n+e,0):Bn(n,e)},Yn=Gn,Kn=Math.min,zn=function(t){return t>0?Kn(Yn(t),9007199254740991):0},Hn=zn,Vn=function(t){return Hn(t.length)},qn=F,Xn=Wn,Jn=Vn,Qn=function(t){return function(e,n,r){var o,i=qn(e),a=Jn(i),u=Xn(r,a);if(t&&n!=n){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((t||u in i)&&i[u]===n)return t||u||0;return!t&&-1}},Zn={includes:Qn(!0),indexOf:Qn(!1)},tr=_t,er=F,nr=Zn.indexOf,rr=tn,or=E([].push),ir=function(t,e){var n,r=er(t),o=0,i=[];for(n in r)!tr(rr,n)&&tr(r,n)&&or(i,n);for(;e.length>o;)tr(r,n=e[o++])&&(~nr(i,n)||or(i,n));return i},ar=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],ur=ir,cr=ar.concat("length","prototype");Nn.f=Object.getOwnPropertyNames||function(t){return ur(t,cr)};var fr={};fr.f=Object.getOwnPropertySymbols;var sr=Y,lr=Nn,dr=fr,pr=je,vr=E([].concat),hr=sr("Reflect","ownKeys")||function(t){var e=lr.f(pr(t)),n=dr.f;return n?vr(e,n(t)):e},yr=_t,gr=hr,mr=a,wr=Se,br=function(t,e){for(var n=gr(e),r=wr.f,o=mr.f,i=0;i<n.length;i++){var a=n[i];yr(t,a)||r(t,a,o(e,a))}},xr=u,Er=D,Sr=/#|\.prototype\./,Or=function(t,e){var n=kr[Ar(t)];return n==jr||n!=Lr&&(Er(e)?xr(e):!!e)},Ar=Or.normalize=function(t){return String(t).replace(Sr,".").toLowerCase()},kr=Or.data={},Lr=Or.NATIVE="N",jr=Or.POLYFILL="P",Tr=Or,Ir=i,Pr=a.f,Rr=Fe,Cr=De.exports,_r=Ot,Mr=br,Nr=Tr,Fr=function(t,e){var n,r,o,i,a,u=t.target,c=t.global,f=t.stat;if(n=c?Ir:f?Ir[u]||_r(u,{}):(Ir[u]||{}).prototype)for(r in e){if(i=e[r],o=t.noTargetGet?(a=Pr(n,r))&&a.value:n[r],!Nr(c?r:u+(f?".":"#")+r,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;Mr(i,o)}(t.sham||o&&o.sham)&&Rr(i,"sham",!0),Cr(n,r,i,t)}},Dr=Function.prototype,Gr=Dr.apply,$r=Dr.bind,Ur=Dr.call,Br="object"==typeof Reflect&&Reflect.apply||($r?Ur.bind(Gr):function(){return Ur.apply(Gr,arguments)}),Wr=k,Yr=Array.isArray||function(t){return"Array"==Wr(t)},Kr={};Kr[Xt("toStringTag")]="z";var zr,Hr="[object z]"===String(Kr),Vr=i,qr=Hr,Xr=D,Jr=k,Qr=Xt("toStringTag"),Zr=Vr.Object,to="Arguments"==Jr(function(){return arguments}()),eo=qr?Jr:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Zr(t),Qr))?n:to?Jr(e):"Object"==(r=Jr(e))&&Xr(e.callee)?"Arguments":r},no=eo,ro=i.String,oo=function(t){if("Symbol"===no(t))throw TypeError("Cannot convert a Symbol value to a string");return ro(t)},io=ir,ao=ar,uo=Object.keys||function(t){return io(t,ao)},co=Se,fo=je,so=F,lo=uo,po=c?Object.defineProperties:function(t,e){fo(t);for(var n,r=so(e),o=lo(e),i=o.length,a=0;i>a;)co.f(t,n=o[a++],r[n]);return t},vo=Y("document","documentElement"),ho=je,yo=po,go=ar,mo=tn,wo=vo,bo=le,xo=Ze("IE_PROTO"),Eo=function(){},So=function(t){return"<script>"+t+"</"+"script>"},Oo=function(t){t.write(So("")),t.close();var e=t.parentWindow.Object;return t=null,e},Ao=function(){try{zr=new ActiveXObject("htmlfile")}catch(t){}var t,e;Ao="undefined"!=typeof document?document.domain&&zr?Oo(zr):((e=bo("iframe")).style.display="none",wo.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(So("document.F=Object")),t.close(),t.F):Oo(zr);for(var n=go.length;n--;)delete Ao.prototype[go[n]];return Ao()};mo[xo]=!0;var ko=Object.create||function(t,e){var n;return null!==t?(Eo.prototype=ho(t),n=new Eo,Eo.prototype=null,n[xo]=t):n=Ao(),void 0===e?n:yo(n,e)},Lo={},jo=E([].slice),To=k,Io=F,Po=Nn.f,Ro=jo,Co="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];Lo.f=function(t){return Co&&"Window"==To(t)?function(t){try{return Po(t)}catch(t){return Ro(Co)}}(t):Po(Io(t))};var _o={},Mo=Xt;_o.f=Mo;var No=i,Fo=_t,Do=_o,Go=Se.f,$o=function(t){var e=No.Symbol||(No.Symbol={});Fo(e,t)||Go(e,t,{value:Do.f(t)})},Uo=Se.f,Bo=_t,Wo=Xt("toStringTag"),Yo=function(t,e,n){t&&!Bo(t=n?t:t.prototype,Wo)&&Uo(t,Wo,{configurable:!0,value:e})},Ko=vt,zo=E(E.bind),Ho=function(t,e){return Ko(t),void 0===e?t:zo?zo(t,e):function(){return t.apply(e,arguments)}},Vo=E,qo=u,Xo=D,Jo=eo,Qo=Ke,Zo=function(){},ti=[],ei=Y("Reflect","construct"),ni=/^\s*(?:class|function)\b/,ri=Vo(ni.exec),oi=!ni.exec(Zo),ii=function(t){if(!Xo(t))return!1;try{return ei(Zo,ti,t),!0}catch(t){return!1}},ai=!ei||qo((function(){var t;return ii(ii.call)||!ii(Object)||!ii((function(){t=!0}))||t}))?function(t){if(!Xo(t))return!1;switch(Jo(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return oi||!!ri(ni,Qo(t))}:ii,ui=i,ci=Yr,fi=ai,si=$,li=Xt("species"),di=ui.Array,pi=function(t){var e;return ci(t)&&(e=t.constructor,(fi(e)&&(e===di||ci(e.prototype))||si(e)&&null===(e=e[li]))&&(e=void 0)),void 0===e?di:e},vi=function(t,e){return new(pi(t))(0===e?0:e)},hi=Ho,yi=R,gi=Pt,mi=Vn,wi=vi,bi=E([].push),xi=function(t){var e=1==t,n=2==t,r=3==t,o=4==t,i=6==t,a=7==t,u=5==t||i;return function(c,f,s,l){for(var d,p,v=gi(c),h=yi(v),y=hi(f,s),g=mi(h),m=0,w=l||wi,b=e?w(c,g):n||a?w(c,0):void 0;g>m;m++)if((u||m in h)&&(p=y(d=h[m],m,v),t))if(e)b[m]=p;else if(p)switch(t){case 3:return!0;case 5:return d;case 6:return m;case 2:bi(b,d)}else switch(t){case 4:return!1;case 7:bi(b,d)}return i?-1:r||o?o:b}},Ei={forEach:xi(0),map:xi(1),filter:xi(2),some:xi(3),every:xi(4),find:xi(5),findIndex:xi(6),filterReject:xi(7)},Si=Fr,Oi=i,Ai=Y,ki=Br,Li=s,ji=E,Ti=c,Ii=et,Pi=u,Ri=_t,Ci=Yr,_i=D,Mi=$,Ni=K,Fi=ct,Di=je,Gi=Pt,$i=F,Ui=ue,Bi=oo,Wi=g,Yi=ko,Ki=uo,zi=Nn,Hi=Lo,Vi=fr,qi=a,Xi=Se,Ji=l,Qi=jo,Zi=De.exports,ta=xt.exports,ea=tn,na=Gt,ra=Xt,oa=_o,ia=$o,aa=Yo,ua=wn,ca=Ei.forEach,fa=Ze("hidden"),sa="Symbol",la=ra("toPrimitive"),da=ua.set,pa=ua.getterFor(sa),va=Object.prototype,ha=Oi.Symbol,ya=ha&&ha.prototype,ga=Oi.TypeError,ma=Oi.QObject,wa=Ai("JSON","stringify"),ba=qi.f,xa=Xi.f,Ea=Hi.f,Sa=Ji.f,Oa=ji([].push),Aa=ta("symbols"),ka=ta("op-symbols"),La=ta("string-to-symbol-registry"),ja=ta("symbol-to-string-registry"),Ta=ta("wks"),Ia=!ma||!ma.prototype||!ma.prototype.findChild,Pa=Ti&&Pi((function(){return 7!=Yi(xa({},"a",{get:function(){return xa(this,"a",{value:7}).a}})).a}))?function(t,e,n){var r=ba(va,e);r&&delete va[e],xa(t,e,n),r&&t!==va&&xa(va,e,r)}:xa,Ra=function(t,e){var n=Aa[t]=Yi(ya);return da(n,{type:sa,tag:t,description:e}),Ti||(n.description=e),n},Ca=function(t,e,n){t===va&&Ca(ka,e,n),Di(t);var r=Ui(e);return Di(n),Ri(Aa,r)?(n.enumerable?(Ri(t,fa)&&t[fa][r]&&(t[fa][r]=!1),n=Yi(n,{enumerable:Wi(0,!1)})):(Ri(t,fa)||xa(t,fa,Wi(1,{})),t[fa][r]=!0),Pa(t,r,n)):xa(t,r,n)},_a=function(t,e){Di(t);var n=$i(e),r=Ki(n).concat(Da(n));return ca(r,(function(e){Ti&&!Li(Ma,n,e)||Ca(t,e,n[e])})),t},Ma=function(t){var e=Ui(t),n=Li(Sa,this,e);return!(this===va&&Ri(Aa,e)&&!Ri(ka,e))&&(!(n||!Ri(this,e)||!Ri(Aa,e)||Ri(this,fa)&&this[fa][e])||n)},Na=function(t,e){var n=$i(t),r=Ui(e);if(n!==va||!Ri(Aa,r)||Ri(ka,r)){var o=ba(n,r);return!o||!Ri(Aa,r)||Ri(n,fa)&&n[fa][r]||(o.enumerable=!0),o}},Fa=function(t){var e=Ea($i(t)),n=[];return ca(e,(function(t){Ri(Aa,t)||Ri(ea,t)||Oa(n,t)})),n},Da=function(t){var e=t===va,n=Ea(e?ka:$i(t)),r=[];return ca(n,(function(t){!Ri(Aa,t)||e&&!Ri(va,t)||Oa(r,Aa[t])})),r};(Ii||(ha=function(){if(Ni(ya,this))throw ga("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?Bi(arguments[0]):void 0,e=na(t),n=function(t){this===va&&Li(n,ka,t),Ri(this,fa)&&Ri(this[fa],e)&&(this[fa][e]=!1),Pa(this,e,Wi(1,t))};return Ti&&Ia&&Pa(va,e,{configurable:!0,set:n}),Ra(e,t)},Zi(ya=ha.prototype,"toString",(function(){return pa(this).tag})),Zi(ha,"withoutSetter",(function(t){return Ra(na(t),t)})),Ji.f=Ma,Xi.f=Ca,qi.f=Na,zi.f=Hi.f=Fa,Vi.f=Da,oa.f=function(t){return Ra(ra(t),t)},Ti&&(xa(ya,"description",{configurable:!0,get:function(){return pa(this).description}}),Zi(va,"propertyIsEnumerable",Ma,{unsafe:!0}))),Si({global:!0,wrap:!0,forced:!Ii,sham:!Ii},{Symbol:ha}),ca(Ki(Ta),(function(t){ia(t)})),Si({target:sa,stat:!0,forced:!Ii},{for:function(t){var e=Bi(t);if(Ri(La,e))return La[e];var n=ha(e);return La[e]=n,ja[n]=e,n},keyFor:function(t){if(!Fi(t))throw ga(t+" is not a symbol");if(Ri(ja,t))return ja[t]},useSetter:function(){Ia=!0},useSimple:function(){Ia=!1}}),Si({target:"Object",stat:!0,forced:!Ii,sham:!Ti},{create:function(t,e){return void 0===e?Yi(t):_a(Yi(t),e)},defineProperty:Ca,defineProperties:_a,getOwnPropertyDescriptor:Na}),Si({target:"Object",stat:!0,forced:!Ii},{getOwnPropertyNames:Fa,getOwnPropertySymbols:Da}),Si({target:"Object",stat:!0,forced:Pi((function(){Vi.f(1)}))},{getOwnPropertySymbols:function(t){return Vi.f(Gi(t))}}),wa)&&Si({target:"JSON",stat:!0,forced:!Ii||Pi((function(){var t=ha();return"[null]"!=wa([t])||"{}"!=wa({a:t})||"{}"!=wa(Object(t))}))},{stringify:function(t,e,n){var r=Qi(arguments),o=e;if((Mi(e)||void 0!==t)&&!Fi(t))return Ci(e)||(e=function(t,e){if(_i(o)&&(e=Li(o,this,t,e)),!Fi(e))return e}),r[1]=e,ki(wa,null,r)}});if(!ya[la]){var Ga=ya.valueOf;Zi(ya,la,(function(t){return Li(Ga,this)}))}aa(ha,sa),ea[fa]=!0;var $a=Fr,Ua=u,Ba=F,Wa=a.f,Ya=c,Ka=Ua((function(){Wa(1)}));$a({target:"Object",stat:!0,forced:!Ya||Ka,sham:!Ya},{getOwnPropertyDescriptor:function(t,e){return Wa(Ba(t),e)}});var za=ue,Ha=Se,Va=g,qa=function(t,e,n){var r=za(e);r in t?Ha.f(t,r,Va(0,n)):t[r]=n},Xa=hr,Ja=F,Qa=a,Za=qa;Fr({target:"Object",stat:!0,sham:!c},{getOwnPropertyDescriptors:function(t){for(var e,n,r=Ja(t),o=Qa.f,i=Xa(r),a={},u=0;i.length>u;)void 0!==(n=o(r,e=i[u++]))&&Za(a,e,n);return a}});var tu=c,eu=An.EXISTS,nu=E,ru=Se.f,ou=Function.prototype,iu=nu(ou.toString),au=/^\s*function ([^ (]*)/,uu=nu(au.exec);tu&&!eu&&ru(ou,"name",{configurable:!0,get:function(){try{return uu(au,iu(this))[1]}catch(t){return""}}});var cu=Fr,fu=c,su=i,lu=E,du=_t,pu=D,vu=K,hu=oo,yu=Se.f,gu=br,mu=su.Symbol,wu=mu&&mu.prototype;if(fu&&pu(mu)&&(!("description"in wu)||void 0!==mu().description)){var bu={},xu=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:hu(arguments[0]),e=vu(wu,this)?new mu(t):void 0===t?mu():mu(t);return""===t&&(bu[e]=!0),e};gu(xu,mu),xu.prototype=wu,wu.constructor=xu;var Eu="Symbol(test)"==String(mu("test")),Su=lu(wu.toString),Ou=lu(wu.valueOf),Au=/^Symbol\((.*)\)[^)]+$/,ku=lu("".replace),Lu=lu("".slice);yu(wu,"description",{configurable:!0,get:function(){var t=Ou(this),e=Su(t);if(du(bu,t))return"";var n=Eu?Lu(e,7,-1):ku(e,Au,"$1");return""===n?void 0:n}}),cu({global:!0,forced:!0},{Symbol:xu})}$o("iterator");var ju=ko,Tu=Se,Iu=Xt("unscopables"),Pu=Array.prototype;null==Pu[Iu]&&Tu.f(Pu,Iu,{configurable:!0,value:ju(null)});var Ru,Cu,_u,Mu=function(t){Pu[Iu][t]=!0},Nu={},Fu=!u((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})),Du=i,Gu=_t,$u=D,Uu=Pt,Bu=Fu,Wu=Ze("IE_PROTO"),Yu=Du.Object,Ku=Yu.prototype,zu=Bu?Yu.getPrototypeOf:function(t){var e=Uu(t);if(Gu(e,Wu))return e[Wu];var n=e.constructor;return $u(n)&&e instanceof n?n.prototype:e instanceof Yu?Ku:null},Hu=u,Vu=D,qu=zu,Xu=De.exports,Ju=Xt("iterator"),Qu=!1;[].keys&&("next"in(_u=[].keys())?(Cu=qu(qu(_u)))!==Object.prototype&&(Ru=Cu):Qu=!0);var Zu=null==Ru||Hu((function(){var t={};return Ru[Ju].call(t)!==t}));Zu&&(Ru={}),Vu(Ru[Ju])||Xu(Ru,Ju,(function(){return this}));var tc={IteratorPrototype:Ru,BUGGY_SAFARI_ITERATORS:Qu},ec=tc.IteratorPrototype,nc=ko,rc=g,oc=Yo,ic=Nu,ac=function(){return this},uc=function(t,e,n){var r=e+" Iterator";return t.prototype=nc(ec,{next:rc(1,n)}),oc(t,r,!1),ic[r]=ac,t},cc=i,fc=D,sc=cc.String,lc=cc.TypeError,dc=E,pc=je,vc=function(t){if("object"==typeof t||fc(t))return t;throw lc("Can't set "+sc(t)+" as a prototype")},hc=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=dc(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),e=n instanceof Array}catch(t){}return function(n,r){return pc(n),vc(r),e?t(n,r):n.__proto__=r,n}}():void 0),yc=Fr,gc=s,mc=An,wc=D,bc=uc,xc=zu,Ec=hc,Sc=Yo,Oc=Fe,Ac=De.exports,kc=Nu,Lc=mc.PROPER,jc=mc.CONFIGURABLE,Tc=tc.IteratorPrototype,Ic=tc.BUGGY_SAFARI_ITERATORS,Pc=Xt("iterator"),Rc="keys",Cc="values",_c="entries",Mc=function(){return this},Nc=function(t,e,n,r,o,i,a){bc(n,e,r);var u,c,f,s=function(t){if(t===o&&h)return h;if(!Ic&&t in p)return p[t];switch(t){case Rc:case Cc:case _c:return function(){return new n(this,t)}}return function(){return new n(this)}},l=e+" Iterator",d=!1,p=t.prototype,v=p[Pc]||p["@@iterator"]||o&&p[o],h=!Ic&&v||s(o),y="Array"==e&&p.entries||v;if(y&&(u=xc(y.call(new t)))!==Object.prototype&&u.next&&(xc(u)!==Tc&&(Ec?Ec(u,Tc):wc(u[Pc])||Ac(u,Pc,Mc)),Sc(u,l,!0)),Lc&&o==Cc&&v&&v.name!==Cc&&(jc?Oc(p,"name",Cc):(d=!0,h=function(){return gc(v,this)})),o)if(c={values:s(Cc),keys:i?h:s(Rc),entries:s(_c)},a)for(f in c)(Ic||d||!(f in p))&&Ac(p,f,c[f]);else yc({target:e,proto:!0,forced:Ic||d},c);return p[Pc]!==h&&Ac(p,Pc,h,{name:o}),kc[e]=h,c},Fc=F,Dc=Mu,Gc=Nu,$c=wn,Uc=Nc,Bc="Array Iterator",Wc=$c.set,Yc=$c.getterFor(Bc),Kc=Uc(Array,"Array",(function(t,e){Wc(this,{type:Bc,target:Fc(t),index:0,kind:e})}),(function(){var t=Yc(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}}),"values");Gc.Arguments=Gc.Array,Dc("keys"),Dc("values"),Dc("entries");var zc={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},Hc=le("span").classList,Vc=Hc&&Hc.constructor&&Hc.constructor.prototype,qc=Vc===Object.prototype?void 0:Vc,Xc=i,Jc=zc,Qc=qc,Zc=Kc,tf=Fe,ef=Xt,nf=ef("iterator"),rf=ef("toStringTag"),of=Zc.values,af=function(t,e){if(t){if(t[nf]!==of)try{tf(t,nf,of)}catch(e){t[nf]=of}if(t[rf]||tf(t,rf,e),Jc[e])for(var n in Zc)if(t[n]!==Zc[n])try{tf(t,n,Zc[n])}catch(e){t[n]=Zc[n]}}};for(var uf in Jc)af(Xc[uf]&&Xc[uf].prototype,uf);function cf(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function ff(t){return function(t){if(Array.isArray(t))return cf(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return cf(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?cf(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function sf(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function lf(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function df(t,e,n){return e&&lf(t.prototype,e),n&&lf(t,n),t}function pf(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}af(Qc,"DOMTokenList");var vf=je,hf=function(){var t=vf(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e},yf={},gf=u,mf=i.RegExp;yf.UNSUPPORTED_Y=gf((function(){var t=mf("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),yf.BROKEN_CARET=gf((function(){var t=mf("^r","gy");return t.lastIndex=2,null!=t.exec("str")}));var wf=u,bf=i.RegExp,xf=wf((function(){var t=bf(".","s");return!(t.dotAll&&t.exec("\n")&&"s"===t.flags)})),Ef=u,Sf=i.RegExp,Of=Ef((function(){var t=Sf("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")})),Af=s,kf=E,Lf=oo,jf=hf,Tf=yf,If=xt.exports,Pf=ko,Rf=wn.get,Cf=xf,_f=Of,Mf=If("native-string-replace",String.prototype.replace),Nf=RegExp.prototype.exec,Ff=Nf,Df=kf("".charAt),Gf=kf("".indexOf),$f=kf("".replace),Uf=kf("".slice),Bf=function(){var t=/a/,e=/b*/g;return Af(Nf,t,"a"),Af(Nf,e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),Wf=Tf.UNSUPPORTED_Y||Tf.BROKEN_CARET,Yf=void 0!==/()??/.exec("")[1];(Bf||Yf||Wf||Cf||_f)&&(Ff=function(t){var e,n,r,o,i,a,u,c=this,f=Rf(c),s=Lf(t),l=f.raw;if(l)return l.lastIndex=c.lastIndex,e=Af(Ff,l,s),c.lastIndex=l.lastIndex,e;var d=f.groups,p=Wf&&c.sticky,v=Af(jf,c),h=c.source,y=0,g=s;if(p&&(v=$f(v,"y",""),-1===Gf(v,"g")&&(v+="g"),g=Uf(s,c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==Df(s,c.lastIndex-1))&&(h="(?: "+h+")",g=" "+g,y++),n=new RegExp("^(?:"+h+")",v)),Yf&&(n=new RegExp("^"+h+"$(?!\\s)",v)),Bf&&(r=c.lastIndex),o=Af(Nf,p?n:c,g),p?o?(o.input=Uf(o.input,y),o[0]=Uf(o[0],y),o.index=c.lastIndex,c.lastIndex+=o[0].length):c.lastIndex=0:Bf&&o&&(c.lastIndex=c.global?o.index+o[0].length:r),Yf&&o&&o.length>1&&Af(Mf,o[0],n,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(o[i]=void 0)})),o&&d)for(o.groups=a=Pf(null),i=0;i<d.length;i++)a[(u=d[i])[0]]=o[u[1]];return o});var Kf=Ff;Fr({target:"RegExp",proto:!0,forced:/./.exec!==Kf},{exec:Kf});var zf=E,Hf=De.exports,Vf=Kf,qf=u,Xf=Xt,Jf=Fe,Qf=Xf("species"),Zf=RegExp.prototype,ts=function(t,e,n,r){var o=Xf(t),i=!qf((function(){var e={};return e[o]=function(){return 7},7!=""[t](e)})),a=i&&!qf((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[Qf]=function(){return n},n.flags="",n[o]=/./[o]),n.exec=function(){return e=!0,null},n[o](""),!e}));if(!i||!a||n){var u=zf(/./[o]),c=e(o,""[t],(function(t,e,n,r,o){var a=zf(t),c=e.exec;return c===Vf||c===Zf.exec?i&&!o?{done:!0,value:u(e,n,r)}:{done:!0,value:a(n,e,r)}:{done:!1}}));Hf(String.prototype,t,c[0]),Hf(Zf,o,c[1])}r&&Jf(Zf[o],"sham",!0)},es=E,ns=Gn,rs=oo,os=_,is=es("".charAt),as=es("".charCodeAt),us=es("".slice),cs=function(t){return function(e,n){var r,o,i=rs(os(e)),a=ns(n),u=i.length;return a<0||a>=u?t?"":void 0:(r=as(i,a))<55296||r>56319||a+1===u||(o=as(i,a+1))<56320||o>57343?t?is(i,a):r:t?us(i,a,a+2):o-56320+(r-55296<<10)+65536}},fs={codeAt:cs(!1),charAt:cs(!0)},ss=fs.charAt,ls=function(t,e,n){return e+(n?ss(t,e).length:1)},ds=s,ps=je,vs=D,hs=k,ys=Kf,gs=i.TypeError,ms=function(t,e){var n=t.exec;if(vs(n)){var r=ds(n,t,e);return null!==r&&ps(r),r}if("RegExp"===hs(t))return ds(ys,t,e);throw gs("RegExp#exec called on incompatible receiver")},ws=s,bs=je,xs=zn,Es=oo,Ss=_,Os=yt,As=ls,ks=ms;ts("match",(function(t,e,n){return[function(e){var n=Ss(this),r=null==e?void 0:Os(e,t);return r?ws(r,e,n):new RegExp(e)[t](Es(n))},function(t){var r=bs(this),o=Es(t),i=n(e,r,o);if(i.done)return i.value;if(!r.global)return ks(r,o);var a=r.unicode;r.lastIndex=0;for(var u,c=[],f=0;null!==(u=ks(r,o));){var s=Es(u[0]);c[f]=s,""===s&&(r.lastIndex=As(o,xs(r.lastIndex),a)),f++}return 0===f?null:c}]}));var Ls=D,js=$,Ts=hc,Is=$,Ps=k,Rs=Xt("match"),Cs=function(t){var e;return Is(t)&&(void 0!==(e=t[Rs])?!!e:"RegExp"==Ps(t))},_s=Y,Ms=Se,Ns=c,Fs=Xt("species"),Ds=c,Gs=i,$s=E,Us=Tr,Bs=function(t,e,n){var r,o;return Ts&&Ls(r=e.constructor)&&r!==n&&js(o=r.prototype)&&o!==n.prototype&&Ts(t,o),t},Ws=Fe,Ys=Se.f,Ks=Nn.f,zs=K,Hs=Cs,Vs=oo,qs=hf,Xs=yf,Js=De.exports,Qs=u,Zs=_t,tl=wn.enforce,el=function(t){var e=_s(t),n=Ms.f;Ns&&e&&!e[Fs]&&n(e,Fs,{configurable:!0,get:function(){return this}})},nl=xf,rl=Of,ol=Xt("match"),il=Gs.RegExp,al=il.prototype,ul=Gs.SyntaxError,cl=$s(qs),fl=$s(al.exec),sl=$s("".charAt),ll=$s("".replace),dl=$s("".indexOf),pl=$s("".slice),vl=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,hl=/a/g,yl=/a/g,gl=new il(hl)!==hl,ml=Xs.UNSUPPORTED_Y,wl=Ds&&(!gl||ml||nl||rl||Qs((function(){return yl[ol]=!1,il(hl)!=hl||il(yl)==yl||"/a/i"!=il(hl,"i")})));if(Us("RegExp",wl)){for(var bl=function(t,e){var n,r,o,i,a,u,c=zs(al,this),f=Hs(t),s=void 0===e,l=[],d=t;if(!c&&f&&s&&t.constructor===bl)return t;if((f||zs(al,t))&&(t=t.source,s&&(e="flags"in d?d.flags:cl(d))),t=void 0===t?"":Vs(t),e=void 0===e?"":Vs(e),d=t,nl&&"dotAll"in hl&&(r=!!e&&dl(e,"s")>-1)&&(e=ll(e,/s/g,"")),n=e,ml&&"sticky"in hl&&(o=!!e&&dl(e,"y")>-1)&&(e=ll(e,/y/g,"")),rl&&(i=function(t){for(var e,n=t.length,r=0,o="",i=[],a={},u=!1,c=!1,f=0,s="";r<=n;r++){if("\\"===(e=sl(t,r)))e+=sl(t,++r);else if("]"===e)u=!1;else if(!u)switch(!0){case"["===e:u=!0;break;case"("===e:fl(vl,pl(t,r+1))&&(r+=2,c=!0),o+=e,f++;continue;case">"===e&&c:if(""===s||Zs(a,s))throw new ul("Invalid capture group name");a[s]=!0,i[i.length]=[s,f],c=!1,s="";continue}c?s+=e:o+=e}return[o,i]}(t),t=i[0],l=i[1]),a=Bs(il(t,e),c?this:al,bl),(r||o||l.length)&&(u=tl(a),r&&(u.dotAll=!0,u.raw=bl(function(t){for(var e,n=t.length,r=0,o="",i=!1;r<=n;r++)"\\"!==(e=sl(t,r))?i||"."!==e?("["===e?i=!0:"]"===e&&(i=!1),o+=e):o+="[\\s\\S]":o+=e+sl(t,++r);return o}(t),n)),o&&(u.sticky=!0),l.length&&(u.groups=l)),t!==d)try{Ws(a,"source",""===d?"(?:)":d)}catch(t){}return a},xl=function(t){t in bl||Ys(bl,t,{configurable:!0,get:function(){return il[t]},set:function(e){il[t]=e}})},El=Ks(il),Sl=0;El.length>Sl;)xl(El[Sl++]);al.constructor=bl,bl.prototype=al,Js(Gs,"RegExp",bl)}el("RegExp");var Ol=E,Al=An.PROPER,kl=De.exports,Ll=je,jl=K,Tl=oo,Il=u,Pl=hf,Rl="toString",Cl=RegExp.prototype,_l=Cl.toString,Ml=Ol(Pl),Nl=Il((function(){return"/a/b"!=_l.call({source:"a",flags:"b"})})),Fl=Al&&_l.name!=Rl;(Nl||Fl)&&kl(RegExp.prototype,Rl,(function(){var t=Ll(this),e=Tl(t.source),n=t.flags;return"/"+e+"/"+Tl(void 0===n&&jl(Cl,t)&&!("flags"in Cl)?Ml(t):n)}),{unsafe:!0});var Dl=eo,Gl=Hr?{}.toString:function(){return"[object "+Dl(this)+"]"},$l=Hr,Ul=De.exports,Bl=Gl;$l||Ul(Object.prototype,"toString",Bl,{unsafe:!0});var Wl=u,Yl=function(t,e){var n=[][t];return!!n&&Wl((function(){n.call(null,e||function(){throw 1},1)}))},Kl=Ei.forEach,zl=Yl("forEach")?[].forEach:function(t){return Kl(this,t,arguments.length>1?arguments[1]:void 0)},Hl=i,Vl=zc,ql=qc,Xl=zl,Jl=Fe,Ql=function(t){if(t&&t.forEach!==Xl)try{Jl(t,"forEach",Xl)}catch(e){t.forEach=Xl}};for(var Zl in Vl)Vl[Zl]&&Ql(Hl[Zl]&&Hl[Zl].prototype);Ql(ql);var td=c,ed=E,nd=uo,rd=F,od=ed(l.f),id=ed([].push),ad=function(t){return function(e){for(var n,r=rd(e),o=nd(r),i=o.length,a=0,u=[];i>a;)n=o[a++],td&&!od(r,n)||id(u,t?[n,r[n]]:r[n]);return u}},ud={entries:ad(!0),values:ad(!1)}.entries;Fr({target:"Object",stat:!0},{entries:function(t){return ud(t)}});var cd=u,fd=Q,sd=Xt("species"),ld=function(t){return fd>=51||!cd((function(){var e=[];return(e.constructor={})[sd]=function(){return{foo:1}},1!==e[t](Boolean).foo}))},dd=Ei.filter;Fr({target:"Array",proto:!0,forced:!ld("filter")},{filter:function(t){return dd(this,t,arguments.length>1?arguments[1]:void 0)}});var pd=Ei.map;Fr({target:"Array",proto:!0,forced:!ld("map")},{map:function(t){return pd(this,t,arguments.length>1?arguments[1]:void 0)}});var vd=Fr,hd=Yr,yd=E([].reverse),gd=[1,2];vd({target:"Array",proto:!0,forced:String(gd)===String(gd.reverse())},{reverse:function(){return hd(this)&&(this.length=this.length),yd(this)}});var md=Zn.includes,wd=Mu;Fr({target:"Array",proto:!0},{includes:function(t){return md(this,t,arguments.length>1?arguments[1]:void 0)}}),wd("includes");var bd=Cs,xd=i.TypeError,Ed=function(t){if(bd(t))throw xd("The method doesn't accept regular expressions");return t},Sd=Xt("match"),Od=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[Sd]=!1,"/./"[t](e)}catch(t){}}return!1},Ad=Fr,kd=Ed,Ld=_,jd=oo,Td=Od,Id=E("".indexOf);Ad({target:"String",proto:!0,forced:!Td("includes")},{includes:function(t){return!!~Id(jd(Ld(this)),jd(kd(t)),arguments.length>1?arguments[1]:void 0)}});var Pd=u((function(){if("function"==typeof ArrayBuffer){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}})),Rd=Fr,Cd=u,_d=$,Md=k,Nd=Pd,Fd=Object.isFrozen;Rd({target:"Object",stat:!0,forced:Cd((function(){Fd(1)}))||Nd},{isFrozen:function(t){return!_d(t)||(!(!Nd||"ArrayBuffer"!=Md(t))||!!Fd&&Fd(t))}});var Dd=vt,Gd=Pt,$d=R,Ud=Vn,Bd=i.TypeError,Wd=function(t){return function(e,n,r,o){Dd(n);var i=Gd(e),a=$d(i),u=Ud(i),c=t?u-1:0,f=t?-1:1;if(r<2)for(;;){if(c in a){o=a[c],c+=f;break}if(c+=f,t?c<0:u<=c)throw Bd("Reduce of empty array with no initial value")}for(;t?c>=0:u>c;c+=f)c in a&&(o=n(o,a[c],c,i));return o}},Yd={left:Wd(!1),right:Wd(!0)},Kd="process"==k(i.process),zd=Yd.left,Hd=Q,Vd=Kd;Fr({target:"Array",proto:!0,forced:!Yl("reduce")||!Vd&&Hd>79&&Hd<83},{reduce:function(t){var e=arguments.length;return zd(this,t,e,e>1?arguments[1]:void 0)}});var qd=Fr,Xd=R,Jd=F,Qd=Yl,Zd=E([].join),tp=Xd!=Object,ep=Qd("join",",");qd({target:"Array",proto:!0,forced:tp||!ep},{join:function(t){return Zd(Jd(this),void 0===t?",":t)}});var np=Pt,rp=uo;Fr({target:"Object",stat:!0,forced:u((function(){rp(1)}))},{keys:function(t){return rp(np(t))}});var op=E,ip=Pt,ap=Math.floor,up=op("".charAt),cp=op("".replace),fp=op("".slice),sp=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,lp=/\$([$&'`]|\d{1,2})/g,dp=Br,pp=s,vp=E,hp=ts,yp=u,gp=je,mp=D,wp=Gn,bp=zn,xp=oo,Ep=_,Sp=ls,Op=yt,Ap=function(t,e,n,r,o,i){var a=n+t.length,u=r.length,c=lp;return void 0!==o&&(o=ip(o),c=sp),cp(i,c,(function(i,c){var f;switch(up(c,0)){case"$":return"$";case"&":return t;case"`":return fp(e,0,n);case"'":return fp(e,a);case"<":f=o[fp(c,1,-1)];break;default:var s=+c;if(0===s)return i;if(s>u){var l=ap(s/10);return 0===l?i:l<=u?void 0===r[l-1]?up(c,1):r[l-1]+up(c,1):i}f=r[s-1]}return void 0===f?"":f}))},kp=ms,Lp=Xt("replace"),jp=Math.max,Tp=Math.min,Ip=vp([].concat),Pp=vp([].push),Rp=vp("".indexOf),Cp=vp("".slice),_p="$0"==="a".replace(/./,"$0"),Mp=!!/./[Lp]&&""===/./[Lp]("a","$0");hp("replace",(function(t,e,n){var r=Mp?"$":"$0";return[function(t,n){var r=Ep(this),o=null==t?void 0:Op(t,Lp);return o?pp(o,t,r,n):pp(e,xp(r),t,n)},function(t,o){var i=gp(this),a=xp(t);if("string"==typeof o&&-1===Rp(o,r)&&-1===Rp(o,"$<")){var u=n(e,i,a,o);if(u.done)return u.value}var c=mp(o);c||(o=xp(o));var f=i.global;if(f){var s=i.unicode;i.lastIndex=0}for(var l=[];;){var d=kp(i,a);if(null===d)break;if(Pp(l,d),!f)break;""===xp(d[0])&&(i.lastIndex=Sp(a,bp(i.lastIndex),s))}for(var p,v="",h=0,y=0;y<l.length;y++){for(var g=xp((d=l[y])[0]),m=jp(Tp(wp(d.index),a.length),0),w=[],b=1;b<d.length;b++)Pp(w,void 0===(p=d[b])?p:String(p));var x=d.groups;if(c){var E=Ip([g],w,m,a);void 0!==x&&Pp(E,x);var S=xp(dp(o,void 0,E))}else S=Ap(g,a,m,w,x,o);m>=h&&(v+=Cp(a,h,m)+S,h=m+g.length)}return v+Cp(a,h)}]}),!!yp((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!_p||Mp);var Np=ai,Fp=st,Dp=i.TypeError,Gp=je,$p=function(t){if(Np(t))return t;throw Dp(Fp(t)+" is not a constructor")},Up=Xt("species"),Bp=function(t,e){var n,r=Gp(t).constructor;return void 0===r||null==(n=Gp(r)[Up])?e:$p(n)},Wp=Br,Yp=s,Kp=E,zp=ts,Hp=Cs,Vp=je,qp=_,Xp=Bp,Jp=ls,Qp=zn,Zp=oo,tv=yt,ev=jo,nv=ms,rv=Kf,ov=u,iv=yf.UNSUPPORTED_Y,av=4294967295,uv=Math.min,cv=[].push,fv=Kp(/./.exec),sv=Kp(cv),lv=Kp("".slice),dv=!ov((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));zp("split",(function(t,e,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,n){var r=Zp(qp(this)),o=void 0===n?av:n>>>0;if(0===o)return[];if(void 0===t)return[r];if(!Hp(t))return Yp(e,r,t,o);for(var i,a,u,c=[],f=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),s=0,l=new RegExp(t.source,f+"g");(i=Yp(rv,l,r))&&!((a=l.lastIndex)>s&&(sv(c,lv(r,s,i.index)),i.length>1&&i.index<r.length&&Wp(cv,c,ev(i,1)),u=i[0].length,s=a,c.length>=o));)l.lastIndex===i.index&&l.lastIndex++;return s===r.length?!u&&fv(l,"")||sv(c,""):sv(c,lv(r,s)),c.length>o?ev(c,0,o):c}:"0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:Yp(e,this,t,n)}:e,[function(e,n){var o=qp(this),i=null==e?void 0:tv(e,t);return i?Yp(i,e,o,n):Yp(r,Zp(o),e,n)},function(t,o){var i=Vp(this),a=Zp(t),u=n(r,i,a,o,r!==e);if(u.done)return u.value;var c=Xp(i,RegExp),f=i.unicode,s=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(iv?"g":"y"),l=new c(iv?"^(?:"+i.source+")":i,s),d=void 0===o?av:o>>>0;if(0===d)return[];if(0===a.length)return null===nv(l,a)?[a]:[];for(var p=0,v=0,h=[];v<a.length;){l.lastIndex=iv?0:v;var y,g=nv(l,iv?lv(a,v):a);if(null===g||(y=uv(Qp(l.lastIndex+(iv?v:0)),a.length))===p)v=Jp(a,v,f);else{if(sv(h,lv(a,p,v)),h.length===d)return h;for(var m=1;m<=g.length-1;m++)if(sv(h,g[m]),h.length===d)return h;v=p=y}}return sv(h,lv(a,p)),h}]}),!dv,iv);var pv=Fr,vv=i,hv=Yr,yv=ai,gv=$,mv=Wn,wv=Vn,bv=F,xv=qa,Ev=Xt,Sv=jo,Ov=ld("slice"),Av=Ev("species"),kv=vv.Array,Lv=Math.max;pv({target:"Array",proto:!0,forced:!Ov},{slice:function(t,e){var n,r,o,i=bv(this),a=wv(i),u=mv(t,a),c=mv(void 0===e?a:e,a);if(hv(i)&&(n=i.constructor,(yv(n)&&(n===kv||hv(n.prototype))||gv(n)&&null===(n=n[Av]))&&(n=void 0),n===kv||void 0===n))return Sv(i,u,c);for(r=new(void 0===n?kv:n)(Lv(c-u,0)),o=0;u<c;u++,o++)u in i&&xv(r,o,i[u]);return r.length=o,r}});var jv=Fr,Tv=i,Iv=s,Pv=E,Rv=uc,Cv=_,_v=zn,Mv=oo,Nv=je,Fv=K,Dv=Cs,Gv=hf,$v=yt,Uv=De.exports,Bv=u,Wv=Bp,Yv=ls,Kv=ms,zv=wn,Hv=Xt("matchAll"),Vv="RegExp String",qv="RegExp String Iterator",Xv=zv.set,Jv=zv.getterFor(qv),Qv=RegExp.prototype,Zv=Tv.TypeError,th=Pv(Gv),eh=Pv("".indexOf),nh=Pv("".matchAll),rh=!!nh&&!Bv((function(){nh("a",/./)})),oh=Rv((function(t,e,n,r){Xv(this,{type:qv,regexp:t,string:e,global:n,unicode:r,done:!1})}),Vv,(function(){var t=Jv(this);if(t.done)return{value:void 0,done:!0};var e=t.regexp,n=t.string,r=Kv(e,n);return null===r?{value:void 0,done:t.done=!0}:t.global?(""===Mv(r[0])&&(e.lastIndex=Yv(n,_v(e.lastIndex),t.unicode)),{value:r,done:!1}):(t.done=!0,{value:r,done:!1})})),ih=function(t){var e,n,r,o,i,a,u=Nv(this),c=Mv(t);return e=Wv(u,RegExp),void 0===(n=u.flags)&&Fv(Qv,u)&&!("flags"in Qv)&&(n=th(u)),r=void 0===n?"":Mv(n),o=new e(e===RegExp?u.source:u,r),i=!!~eh(r,"g"),a=!!~eh(r,"u"),o.lastIndex=_v(u.lastIndex),new oh(o,c,i,a)};jv({target:"String",proto:!0,forced:rh},{matchAll:function(t){var e,n,r,o=Cv(this);if(null!=t){if(Dv(t)&&(e=Mv(Cv("flags"in Qv?t.flags:th(t))),!~eh(e,"g")))throw Zv("`.matchAll` does not allow non-global regexes");if(rh)return nh(o,t);if(r=$v(t,Hv))return Iv(r,t,o)}else if(rh)return nh(o,t);return n=Mv(o),new RegExp(t,"g")[Hv](n)}}),Hv in Qv||Uv(Qv,Hv,ih);var ah=s,uh=je,ch=yt,fh=je,sh=function(t,e,n){var r,o;uh(t);try{if(!(r=ch(t,"return"))){if("throw"===e)throw n;return n}r=ah(r,t)}catch(t){o=!0,r=t}if("throw"===e)throw n;if(o)throw r;return uh(r),n},lh=Nu,dh=Xt("iterator"),ph=Array.prototype,vh=eo,hh=yt,yh=Nu,gh=Xt("iterator"),mh=function(t){if(null!=t)return hh(t,gh)||hh(t,"@@iterator")||yh[vh(t)]},wh=s,bh=vt,xh=je,Eh=st,Sh=mh,Oh=i.TypeError,Ah=Ho,kh=s,Lh=Pt,jh=function(t,e,n,r){try{return r?e(fh(n)[0],n[1]):e(n)}catch(e){sh(t,"throw",e)}},Th=function(t){return void 0!==t&&(lh.Array===t||ph[dh]===t)},Ih=ai,Ph=Vn,Rh=qa,Ch=function(t,e){var n=arguments.length<2?Sh(t):e;if(bh(n))return xh(wh(n,t));throw Oh(Eh(t)+" is not iterable")},_h=mh,Mh=i.Array,Nh=Xt("iterator"),Fh=!1;try{var Dh=0,Gh={next:function(){return{done:!!Dh++}},return:function(){Fh=!0}};Gh[Nh]=function(){return this},Array.from(Gh,(function(){throw 2}))}catch(t){}var $h=function(t){var e=Lh(t),n=Ih(this),r=arguments.length,o=r>1?arguments[1]:void 0,i=void 0!==o;i&&(o=Ah(o,r>2?arguments[2]:void 0));var a,u,c,f,s,l,d=_h(e),p=0;if(!d||this==Mh&&Th(d))for(a=Ph(e),u=n?new this(a):Mh(a);a>p;p++)l=i?o(e[p],p):e[p],Rh(u,p,l);else for(s=(f=Ch(e,d)).next,u=n?new this:[];!(c=kh(s,f)).done;p++)l=i?jh(f,o,[c.value,p],!0):c.value,Rh(u,p,l);return u.length=p,u},Uh=function(t,e){if(!e&&!Fh)return!1;var n=!1;try{var r={};r[Nh]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(t){}return n};Fr({target:"Array",stat:!0,forced:!Uh((function(t){Array.from(t)}))},{from:$h});var Bh=fs.charAt,Wh=oo,Yh=wn,Kh=Nc,zh="String Iterator",Hh=Yh.set,Vh=Yh.getterFor(zh);Kh(String,"String",(function(t){Hh(this,{type:zh,string:Wh(t),index:0})}),(function(){var t,e=Vh(this),n=e.string,r=e.index;return r>=n.length?{value:void 0,done:!0}:(t=Bh(n,r),e.index+=t.length,{value:t,done:!1})}));var qh="\t\n\v\f\r                 \u2028\u2029\ufeff",Xh=_,Jh=oo,Qh=E("".replace),Zh="[\t\n\v\f\r                 \u2028\u2029\ufeff]",ty=RegExp("^"+Zh+Zh+"*"),ey=RegExp(Zh+Zh+"*$"),ny=function(t){return function(e){var n=Jh(Xh(e));return 1&t&&(n=Qh(n,ty,"")),2&t&&(n=Qh(n,ey,"")),n}},ry={start:ny(1),end:ny(2),trim:ny(3)},oy=An.PROPER,iy=u,ay=qh,uy=ry.trim;Fr({target:"String",proto:!0,forced:function(t){return iy((function(){return!!ay[t]()||"​…᠎"!=="​…᠎"[t]()||oy&&ay[t].name!==t}))}("trim")},{trim:function(){return uy(this)}});var cy=Fr,fy=i,sy=u,ly=Yr,dy=$,py=Pt,vy=Vn,hy=qa,yy=vi,gy=ld,my=Q,wy=Xt("isConcatSpreadable"),by=9007199254740991,xy="Maximum allowed index exceeded",Ey=fy.TypeError,Sy=my>=51||!sy((function(){var t=[];return t[wy]=!1,t.concat()[0]!==t})),Oy=gy("concat"),Ay=function(t){if(!dy(t))return!1;var e=t[wy];return void 0!==e?!!e:ly(t)};cy({target:"Array",proto:!0,forced:!Sy||!Oy},{concat:function(t){var e,n,r,o,i,a=py(this),u=yy(a,0),c=0;for(e=-1,r=arguments.length;e<r;e++)if(Ay(i=-1===e?a:arguments[e])){if(c+(o=vy(i))>by)throw Ey(xy);for(n=0;n<o;n++,c++)n in i&&hy(u,c,i[n])}else{if(c>=by)throw Ey(xy);hy(u,c++,i)}return u.length=c,u}});var ky,Ly=Fr,jy=E,Ty=a.f,Iy=zn,Py=oo,Ry=Ed,Cy=_,_y=Od,My=jy("".endsWith),Ny=jy("".slice),Fy=Math.min,Dy=_y("endsWith");Ly({target:"String",proto:!0,forced:!!(Dy||(ky=Ty(String.prototype,"endsWith"),!ky||ky.writable))&&!Dy},{endsWith:function(t){var e=Py(Cy(this));Ry(t);var n=arguments.length>1?arguments[1]:void 0,r=e.length,o=void 0===n?r:Fy(Iy(n),r),i=Py(t);return My?My(e,i,o):Ny(e,o-i.length,o)===i}});var Gy={exports:{}};!function(t,e){function n(t){if(t&&"object"==typeof t){var e=t.which||t.keyCode||t.charCode;e&&(t=e)}if("number"==typeof t)return a[t];var n,i=String(t);return(n=r[i.toLowerCase()])?n:(n=o[i.toLowerCase()])||(1===i.length?i.charCodeAt(0):void 0)}n.isEventKey=function(t,e){if(t&&"object"==typeof t){var n=t.which||t.keyCode||t.charCode;if(null==n)return!1;if("string"==typeof e){var i;if(i=r[e.toLowerCase()])return i===n;if(i=o[e.toLowerCase()])return i===n}else if("number"==typeof e)return e===n;return!1}};var r=(e=t.exports=n).code=e.codes={backspace:8,tab:9,enter:13,shift:16,ctrl:17,alt:18,"pause/break":19,"caps lock":20,esc:27,space:32,"page up":33,"page down":34,end:35,home:36,left:37,up:38,right:39,down:40,insert:45,delete:46,command:91,"left command":91,"right command":93,"numpad *":106,"numpad +":107,"numpad -":109,"numpad .":110,"numpad /":111,"num lock":144,"scroll lock":145,"my computer":182,"my calculator":183,";":186,"=":187,",":188,"-":189,".":190,"/":191,"`":192,"[":219,"\\":220,"]":221,"'":222},o=e.aliases={windows:91,"⇧":16,"⌥":18,"⌃":17,"⌘":91,ctl:17,control:17,option:18,pause:19,break:19,caps:20,return:13,escape:27,spc:32,spacebar:32,pgup:33,pgdn:34,ins:45,del:46,cmd:91};
2
2
  /*!
3
3
  * Programatically add the following
4
4
  */
5
- for(i=97;i<123;i++)r[String.fromCharCode(i)]=i-32;for(var i=48;i<58;i++)r[i-48]=i;for(i=1;i<13;i++)r["f"+i]=i+111;for(i=0;i<10;i++)r["numpad "+i]=i+96;var u=e.names=e.title={};for(i in r)u[r[i]]=i;for(var a in o)r[a]=o[a]}(Sh,Sh.exports);var Oh=Sh.exports,kh={exports:{}};
5
+ for(i=97;i<123;i++)r[String.fromCharCode(i)]=i-32;for(var i=48;i<58;i++)r[i-48]=i;for(i=1;i<13;i++)r["f"+i]=i+111;for(i=0;i<10;i++)r["numpad "+i]=i+96;var a=e.names=e.title={};for(i in r)a[r[i]]=i;for(var u in o)r[u]=o[u]}(Gy,Gy.exports);var $y=Gy.exports,Uy={exports:{}};
6
6
  /**
7
7
  * what-input - A global utility for tracking the current input method (mouse, keyboard or touch).
8
8
  * @version v5.2.10
9
9
  * @link https://github.com/ten1seven/what-input
10
10
  * @license MIT
11
11
  */
12
- !function(t,e){var n;n=function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}return n.m=t,n.c=e,n.p="",n(0)}([function(t,e){t.exports=function(){if("undefined"==typeof document||"undefined"==typeof window)return{ask:function(){return"initial"},element:function(){return null},ignoreKeys:function(){},specificKeys:function(){},registerOnChange:function(){},unRegisterOnChange:function(){}};var t=document.documentElement,e=null,n="initial",r=n,o=Date.now(),i="false",u=["button","input","select","textarea"],a=[],c=[16,17,18,91,93],f=[],s={keydown:"keyboard",keyup:"keyboard",mousedown:"mouse",mousemove:"mouse",MSPointerDown:"pointer",MSPointerMove:"pointer",pointerdown:"pointer",pointermove:"pointer",touchstart:"touch",touchend:"touch"},l=!1,d={x:null,y:null},p={2:"touch",3:"touch",4:"mouse"},v=!1;try{var h=Object.defineProperty({},"passive",{get:function(){v=!0}});window.addEventListener("test",null,h)}catch(t){}var g=function(){var t=!!v&&{passive:!0};document.addEventListener("DOMContentLoaded",y),window.PointerEvent?(window.addEventListener("pointerdown",m),window.addEventListener("pointermove",b)):window.MSPointerEvent?(window.addEventListener("MSPointerDown",m),window.addEventListener("MSPointerMove",b)):(window.addEventListener("mousedown",m),window.addEventListener("mousemove",b),"ontouchstart"in window&&(window.addEventListener("touchstart",m,t),window.addEventListener("touchend",m))),window.addEventListener(A(),b,t),window.addEventListener("keydown",m),window.addEventListener("keyup",m),window.addEventListener("focusin",x),window.addEventListener("focusout",E)},y=function(){if(i=!(t.getAttribute("data-whatpersist")||"false"===document.body.getAttribute("data-whatpersist")))try{window.sessionStorage.getItem("what-input")&&(n=window.sessionStorage.getItem("what-input")),window.sessionStorage.getItem("what-intent")&&(r=window.sessionStorage.getItem("what-intent"))}catch(t){}w("input"),w("intent")},m=function(t){var e=t.which,o=s[t.type];"pointer"===o&&(o=O(t));var i=!f.length&&-1===c.indexOf(e),a=f.length&&-1!==f.indexOf(e),l="keyboard"===o&&e&&(i||a)||"mouse"===o||"touch"===o;if(k(o)&&(l=!1),l&&n!==o&&(S("input",n=o),w("input")),l&&r!==o){var d=document.activeElement;d&&d.nodeName&&(-1===u.indexOf(d.nodeName.toLowerCase())||"button"===d.nodeName.toLowerCase()&&!T(d,"form"))&&(S("intent",r=o),w("intent"))}},w=function(e){t.setAttribute("data-what"+e,"input"===e?n:r),j(e)},b=function(t){var e=s[t.type];"pointer"===e&&(e=O(t)),L(t),(!l&&!k(e)||l&&"wheel"===t.type||"mousewheel"===t.type||"DOMMouseScroll"===t.type)&&r!==e&&(S("intent",r=e),w("intent"))},x=function(n){n.target.nodeName?(e=n.target.nodeName.toLowerCase(),t.setAttribute("data-whatelement",e),n.target.classList&&n.target.classList.length&&t.setAttribute("data-whatclasses",n.target.classList.toString().replace(" ",","))):E()},E=function(){e=null,t.removeAttribute("data-whatelement"),t.removeAttribute("data-whatclasses")},S=function(t,e){if(i)try{window.sessionStorage.setItem("what-"+t,e)}catch(t){}},O=function(t){return"number"==typeof t.pointerType?p[t.pointerType]:"pen"===t.pointerType?"touch":t.pointerType},k=function(t){var e=Date.now(),r="mouse"===t&&"touch"===n&&e-o<200;return o=e,r},A=function(){return"onwheel"in document.createElement("div")?"wheel":void 0!==document.onmousewheel?"mousewheel":"DOMMouseScroll"},j=function(t){for(var e=0,o=a.length;e<o;e++)a[e].type===t&&a[e].fn.call(void 0,"input"===t?n:r)},L=function(t){d.x!==t.screenX||d.y!==t.screenY?(l=!1,d.x=t.screenX,d.y=t.screenY):l=!0},T=function(t,e){var n=window.Element.prototype;if(n.matches||(n.matches=n.msMatchesSelector||n.webkitMatchesSelector),n.closest)return t.closest(e);do{if(t.matches(e))return t;t=t.parentElement||t.parentNode}while(null!==t&&1===t.nodeType);return null};return"addEventListener"in window&&Array.prototype.indexOf&&(s[A()]="mouse",g()),{ask:function(t){return"intent"===t?r:n},element:function(){return e},ignoreKeys:function(t){c=t},specificKeys:function(t){f=t},registerOnChange:function(t,e){a.push({fn:t,type:e||"input"})},unRegisterOnChange:function(t){var e=function(t){for(var e=0,n=a.length;e<n;e++)if(a[e].fn===t)return e}(t);(e||0===e)&&a.splice(e,1)},clearStorage:function(){window.sessionStorage.clear()}}}()}])},t.exports=n()}(kh);function Ah(){var t=function t(){if("undefined"!=typeof document&&"undefined"!=typeof window&&"undefined"!=typeof navigator){try{"undefined"!=typeof window&&window.IS_TEST?document.documentElement.setAttribute("data-os","other"):null!==navigator.platform.match(new RegExp("Mac|iPad|iPhone|iPod"))?document.documentElement.setAttribute("data-os","mac"):null!==navigator.platform.match(new RegExp("Win"))?document.documentElement.setAttribute("data-os","win"):null!==navigator.platform.match(new RegExp("Linux"))&&document.documentElement.setAttribute("data-os","linux")}catch(t){Th(t)}document.removeEventListener("DOMContentLoaded",t)}};"undefined"!=typeof document&&"loading"===document.readyState?document.addEventListener("DOMContentLoaded",t):t()}kh.exports.specificKeys([9]),Ah(),function(){function t(e,n){var r=this,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};Qu(this,t),ea(this,"checkOutsideClick",(function(t){var e=t.event,n=t.ignoreElements,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;try{var o=e.target;if("HTML"===(null==o?void 0:o.tagName)&&(e.pageX>document.documentElement.clientWidth-40||e.pageY>document.documentElement.clientHeight-40))return;if(jh(o))return;for(var i,u=0,a=n.length;u<a;++u)if(i=o,n[u])do{if(i===n[u])return;i=i&&i.parentNode}while(i);"function"==typeof r&&r()}catch(t){Th(t)}})),this.handleClickOutside||"undefined"==typeof document||"undefined"==typeof window||(Array.isArray(e)||(e=[e]),this.handleClickOutside=function(t){r.checkOutsideClick({event:t,ignoreElements:e},(function(){return"function"==typeof n&&n({event:t})}))},document.addEventListener("mousedown",this.handleClickOutside),this.keydownCallback=function(t){"esc"===Oh(t)&&(window.removeEventListener("keydown",r.keydownCallback),"function"==typeof n&&n({event:t}))},window.addEventListener("keydown",this.keydownCallback),o.includedKeys&&(this.keyupCallback=function(t){var e=Oh(t);o.includedKeys.includes(e)&&"function"==typeof r.handleClickOutside&&r.handleClickOutside(t,(function(){r.keyupCallback&&window.removeEventListener("keyup",r.keyupCallback)}))},window.addEventListener("keyup",this.keyupCallback)))}ta(t,[{key:"remove",value:function(){this.handleClickOutside&&"undefined"!=typeof document&&(document.removeEventListener("mousedown",this.handleClickOutside),this.handleClickOutside=null),this.keydownCallback&&"undefined"!=typeof window&&(window.removeEventListener("keydown",this.keydownCallback),this.keydownCallback=null),this.keyupCallback&&"undefined"!=typeof window&&(window.removeEventListener("keyup",this.keyupCallback),this.keyupCallback=null)}}])}();var jh=function(t){return t&&(t.scrollHeight>t.offsetHeight||t.scrollWidth>t.offsetWidth)&&Lh(t)},Lh=function(t){var e="undefined"!=typeof window?window.getComputedStyle(t):{};return/scroll|auto/i.test((e.overflow||"")+(e.overflowX||"")+(e.overflowY||""))},Th=function(){};!function(){function t(){return Qu(this,t),this.bypassElement=null,this.bypassSelectors=[],this}ta(t,[{key:"setBypassElement",value:function(t){return t instanceof HTMLElement&&(this.bypassElement=t),this}},{key:"setBypassSelector",value:function(t){return Array.isArray(t)||(t=[t]),this.bypassSelectors=t,this}},{key:"activate",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;this.nodesToInvalidate||this._runInvalidaiton(t)}},{key:"revert",value:function(){this._revertInvalidation(),this.nodesToInvalidate=null}},{key:"_runInvalidaiton",value:function(t){"undefined"!=typeof document&&(this.nodesToInvalidate=this.getNodesToInvalidate(t),Array.isArray(this.nodesToInvalidate)&&this.nodesToInvalidate.forEach((function(t){try{t&&void 0===t._orig_tabindex&&t.hasAttribute("tabindex")&&(t._orig_tabindex=t.getAttribute("tabindex")),t&&void 0===t._orig_ariahidden&&t.hasAttribute("aria-hidden")&&(t._orig_ariahidden=t.getAttribute("aria-hidden")),t.setAttribute("tabindex","-1"),t.setAttribute("aria-hidden","true")}catch(t){}})))}},{key:"_revertInvalidation",value:function(){this.nodesToInvalidate&&this.nodesToInvalidate.forEach((function(t){try{t&&void 0!==t._orig_tabindex?(t.setAttribute("tabindex",t._orig_tabindex),t._orig_tabindex=null,delete t._orig_tabindex):t.removeAttribute("tabindex"),t&&void 0!==t._orig_ariahidden?(t.setAttribute("aria-hidden",t._orig_ariahidden),t._orig_ariahidden=null,delete t._orig_ariahidden):t.removeAttribute("aria-hidden")}catch(t){}}))}},{key:"getNodesToInvalidate",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;if("undefined"!=typeof document){"string"==typeof t&&(t=document.querySelector(t));var e=this.bypassSelectors&&this.bypassSelectors.length>0?Array.from((this.bypassElement||document).querySelectorAll(this.bypassSelectors?this.bypassSelectors.map((function(t){return"".concat(t," *")})).join(", "):"*")):[],n=t?"*":"html *",r=this.bypassSelectors.map((function(t){return":not(".concat(t,")")})).join(""),o="".concat(n," ").concat(r,":not(script):not(style):not(path)");return Array.from((t||document.documentElement).querySelectorAll(o)).filter((function(t){return!e.includes(t)}))}}}])}(),t.defineNavigator=Ah,t.isTouchDevice=function(){if("undefined"!=typeof document){var t=!1;try{t=document.documentElement.getAttribute("data-whatintent")}catch(t){}return"touch"===t}return!1},Object.defineProperty(t,"__esModule",{value:!0})}));
12
+ !function(t,e){var n;n=function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}return n.m=t,n.c=e,n.p="",n(0)}([function(t,e){t.exports=function(){if("undefined"==typeof document||"undefined"==typeof window)return{ask:function(){return"initial"},element:function(){return null},ignoreKeys:function(){},specificKeys:function(){},registerOnChange:function(){},unRegisterOnChange:function(){}};var t=document.documentElement,e=null,n="initial",r=n,o=Date.now(),i="false",a=["button","input","select","textarea"],u=[],c=[16,17,18,91,93],f=[],s={keydown:"keyboard",keyup:"keyboard",mousedown:"mouse",mousemove:"mouse",MSPointerDown:"pointer",MSPointerMove:"pointer",pointerdown:"pointer",pointermove:"pointer",touchstart:"touch",touchend:"touch"},l=!1,d={x:null,y:null},p={2:"touch",3:"touch",4:"mouse"},v=!1;try{var h=Object.defineProperty({},"passive",{get:function(){v=!0}});window.addEventListener("test",null,h)}catch(t){}var y=function(){var t=!!v&&{passive:!0};document.addEventListener("DOMContentLoaded",g),window.PointerEvent?(window.addEventListener("pointerdown",m),window.addEventListener("pointermove",b)):window.MSPointerEvent?(window.addEventListener("MSPointerDown",m),window.addEventListener("MSPointerMove",b)):(window.addEventListener("mousedown",m),window.addEventListener("mousemove",b),"ontouchstart"in window&&(window.addEventListener("touchstart",m,t),window.addEventListener("touchend",m))),window.addEventListener(k(),b,t),window.addEventListener("keydown",m),window.addEventListener("keyup",m),window.addEventListener("focusin",x),window.addEventListener("focusout",E)},g=function(){if(i=!(t.getAttribute("data-whatpersist")||"false"===document.body.getAttribute("data-whatpersist")))try{window.sessionStorage.getItem("what-input")&&(n=window.sessionStorage.getItem("what-input")),window.sessionStorage.getItem("what-intent")&&(r=window.sessionStorage.getItem("what-intent"))}catch(t){}w("input"),w("intent")},m=function(t){var e=t.which,o=s[t.type];"pointer"===o&&(o=O(t));var i=!f.length&&-1===c.indexOf(e),u=f.length&&-1!==f.indexOf(e),l="keyboard"===o&&e&&(i||u)||"mouse"===o||"touch"===o;if(A(o)&&(l=!1),l&&n!==o&&(S("input",n=o),w("input")),l&&r!==o){var d=document.activeElement;d&&d.nodeName&&(-1===a.indexOf(d.nodeName.toLowerCase())||"button"===d.nodeName.toLowerCase()&&!T(d,"form"))&&(S("intent",r=o),w("intent"))}},w=function(e){t.setAttribute("data-what"+e,"input"===e?n:r),L(e)},b=function(t){var e=s[t.type];"pointer"===e&&(e=O(t)),j(t),(!l&&!A(e)||l&&"wheel"===t.type||"mousewheel"===t.type||"DOMMouseScroll"===t.type)&&r!==e&&(S("intent",r=e),w("intent"))},x=function(n){n.target.nodeName?(e=n.target.nodeName.toLowerCase(),t.setAttribute("data-whatelement",e),n.target.classList&&n.target.classList.length&&t.setAttribute("data-whatclasses",n.target.classList.toString().replace(" ",","))):E()},E=function(){e=null,t.removeAttribute("data-whatelement"),t.removeAttribute("data-whatclasses")},S=function(t,e){if(i)try{window.sessionStorage.setItem("what-"+t,e)}catch(t){}},O=function(t){return"number"==typeof t.pointerType?p[t.pointerType]:"pen"===t.pointerType?"touch":t.pointerType},A=function(t){var e=Date.now(),r="mouse"===t&&"touch"===n&&e-o<200;return o=e,r},k=function(){return"onwheel"in document.createElement("div")?"wheel":void 0!==document.onmousewheel?"mousewheel":"DOMMouseScroll"},L=function(t){for(var e=0,o=u.length;e<o;e++)u[e].type===t&&u[e].fn.call(void 0,"input"===t?n:r)},j=function(t){d.x!==t.screenX||d.y!==t.screenY?(l=!1,d.x=t.screenX,d.y=t.screenY):l=!0},T=function(t,e){var n=window.Element.prototype;if(n.matches||(n.matches=n.msMatchesSelector||n.webkitMatchesSelector),n.closest)return t.closest(e);do{if(t.matches(e))return t;t=t.parentElement||t.parentNode}while(null!==t&&1===t.nodeType);return null};return"addEventListener"in window&&Array.prototype.indexOf&&(s[k()]="mouse",y()),{ask:function(t){return"intent"===t?r:n},element:function(){return e},ignoreKeys:function(t){c=t},specificKeys:function(t){f=t},registerOnChange:function(t,e){u.push({fn:t,type:e||"input"})},unRegisterOnChange:function(t){var e=function(t){for(var e=0,n=u.length;e<n;e++)if(u[e].fn===t)return e}(t);(e||0===e)&&u.splice(e,1)},clearStorage:function(){window.sessionStorage.clear()}}}()}])},t.exports=n()}(Uy);var By=Uy.exports;!function(t){var e=function(t){var e,n=Object.prototype,r=n.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag";function c(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,n){return t[e]=n}}function f(t,e,n,r){var o=e&&e.prototype instanceof y?e:y,i=Object.create(o.prototype),a=new j(r||[]);return i._invoke=function(t,e,n){var r=l;return function(o,i){if(r===p)throw new Error("Generator is already running");if(r===v){if("throw"===o)throw i;return I()}for(n.method=o,n.arg=i;;){var a=n.delegate;if(a){var u=A(a,n);if(u){if(u===h)continue;return u}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===l)throw r=v,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=p;var c=s(t,e,n);if("normal"===c.type){if(r=n.done?v:d,c.arg===h)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r=v,n.method="throw",n.arg=c.arg)}}}(t,n,a),i}function s(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}t.wrap=f;var l="suspendedStart",d="suspendedYield",p="executing",v="completed",h={};function y(){}function g(){}function m(){}var w={};c(w,i,(function(){return this}));var b=Object.getPrototypeOf,x=b&&b(b(T([])));x&&x!==n&&r.call(x,i)&&(w=x);var E=m.prototype=y.prototype=Object.create(w);function S(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function O(t,e){function n(o,i,a,u){var c=s(t[o],t,i);if("throw"!==c.type){var f=c.arg,l=f.value;return l&&"object"==typeof l&&r.call(l,"__await")?e.resolve(l.__await).then((function(t){n("next",t,a,u)}),(function(t){n("throw",t,a,u)})):e.resolve(l).then((function(t){f.value=t,a(f)}),(function(t){return n("throw",t,a,u)}))}u(c.arg)}var o;this._invoke=function(t,r){function i(){return new e((function(e,o){n(t,r,e,o)}))}return o=o?o.then(i,i):i()}}function A(t,n){var r=t.iterator[n.method];if(r===e){if(n.delegate=null,"throw"===n.method){if(t.iterator.return&&(n.method="return",n.arg=e,A(t,n),"throw"===n.method))return h;n.method="throw",n.arg=new TypeError("The iterator does not provide a 'throw' method")}return h}var o=s(r,t.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,h;var i=o.arg;return i?i.done?(n[t.resultName]=i.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,h):i:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,h)}function k(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function L(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function j(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(k,this),this.reset(!0)}function T(t){if(t){var n=t[i];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,a=function n(){for(;++o<t.length;)if(r.call(t,o))return n.value=t[o],n.done=!1,n;return n.value=e,n.done=!0,n};return a.next=a}}return{next:I}}function I(){return{value:e,done:!0}}return g.prototype=m,c(E,"constructor",m),c(m,"constructor",g),g.displayName=c(m,u,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===g||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,m):(t.__proto__=m,c(t,u,"GeneratorFunction")),t.prototype=Object.create(E),t},t.awrap=function(t){return{__await:t}},S(O.prototype),c(O.prototype,a,(function(){return this})),t.AsyncIterator=O,t.async=function(e,n,r,o,i){void 0===i&&(i=Promise);var a=new O(f(e,n,r,o),i);return t.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},S(E),c(E,u,"Generator"),c(E,i,(function(){return this})),c(E,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=[];for(var n in t)e.push(n);return e.reverse(),function n(){for(;e.length;){var r=e.pop();if(r in t)return n.value=r,n.done=!1,n}return n.done=!0,n}},t.values=T,j.prototype={constructor:j,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(L),!t)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=e)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var n=this;function o(r,o){return u.type="throw",u.arg=t,n.next=r,o&&(n.method="next",n.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],u=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var c=r.call(a,"catchLoc"),f=r.call(a,"finallyLoc");if(c&&f){if(this.prev<a.catchLoc)return o(a.catchLoc,!0);if(this.prev<a.finallyLoc)return o(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return o(a.catchLoc,!0)}else{if(!f)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return o(a.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,h):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),h},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),L(n),h}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var o=r.arg;L(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:T(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),h}},t}(t.exports);try{regeneratorRuntime=e}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=e:Function("r","regeneratorRuntime = r")(e)}}({exports:{}});var Wy,Yy,Ky,zy,Hy,Vy,qy,Xy,Jy="Mac|iPad|iPhone|iPod",Qy="Linux",Zy=!1;Zy="undefined"!=typeof window&&"undefined"!=typeof document&&!!window.MSInputMethodContext&&!!document.documentMode,"undefined"!=typeof navigator&&/edge/i.test(null===(Wy=navigator)||void 0===Wy?void 0:Wy.userAgent),"undefined"!=typeof navigator&&new RegExp("iOS|iPhone|iPad|iPod","i").test(null===(Yy=navigator)||void 0===Yy?void 0:Yy.platform),"undefined"!=typeof navigator&&/safari/i.test(null===(Ky=navigator)||void 0===Ky?void 0:Ky.userAgent)&&/chrome/i.test(null===(zy=navigator)||void 0===zy?void 0:zy.userAgent),"undefined"!=typeof navigator&&new RegExp("Win","i").test(null===(Hy=navigator)||void 0===Hy?void 0:Hy.platform),"undefined"!=typeof navigator&&new RegExp("Android","i").test(null===(Vy=navigator)||void 0===Vy?void 0:Vy.userAgent),"undefined"!=typeof navigator&&new RegExp(Jy,"i").test(null===(qy=navigator)||void 0===qy?void 0:qy.platform),"undefined"!=typeof navigator&&new RegExp(Qy,"i").test(null===(Xy=navigator)||void 0===Xy?void 0:Xy.platform);function tg(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(!t)return;if("string"==typeof t)return eg(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return eg(t,e)}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var r=0,o=function(){};return{s:o,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,u=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return a=t.done,t},e:function(t){u=!0,i=t},f:function(){try{a||null==n.return||n.return()}finally{if(u)throw i}}}}function eg(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function ng(){var t=function t(){if("undefined"!=typeof document&&"undefined"!=typeof window&&"undefined"!=typeof navigator){try{"undefined"!=typeof window&&window.IS_TEST?document.documentElement.setAttribute("data-os","other"):null!==navigator.platform.match(new RegExp(Jy))?document.documentElement.setAttribute("data-os","mac"):null!==navigator.platform.match(new RegExp("Win"))?document.documentElement.setAttribute("data-os","win"):null!==navigator.platform.match(new RegExp(Qy))&&document.documentElement.setAttribute("data-os","linux")}catch(t){}document.removeEventListener("DOMContentLoaded",t)}};"undefined"!=typeof document&&"loading"===document.readyState?document.addEventListener("DOMContentLoaded",t):t()}By.specificKeys([9]),ng(),function(){function t(e,n){var r=this,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};sf(this,t),pf(this,"checkOutsideClick",(function(t){var e=t.event,n=t.ignoreElements,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;try{var o=e.target;if("HTML"===(null==o?void 0:o.tagName)&&(e.pageX>document.documentElement.clientWidth-40||e.pageY>document.documentElement.clientHeight-40))return;if(rg(o))return;for(var i,a=0,u=n.length;a<u;++a)if(i=o,n[a])do{if(i===n[a])return;i=i&&i.parentNode}while(i);"function"==typeof r&&r()}catch(t){}})),this.handleClickOutside||"undefined"==typeof document||"undefined"==typeof window||(Array.isArray(e)||(e=[e]),this.handleClickOutside=function(t){r.checkOutsideClick({event:t,ignoreElements:e},(function(){return"function"==typeof n&&n({event:t})}))},document.addEventListener("mousedown",this.handleClickOutside),this.keydownCallback=function(t){"esc"===$y(t)&&(window.removeEventListener("keydown",r.keydownCallback),"function"==typeof n&&n({event:t}))},window.addEventListener("keydown",this.keydownCallback),o.includedKeys&&(this.keyupCallback=function(t){var e=$y(t);o.includedKeys.includes(e)&&"function"==typeof r.handleClickOutside&&r.handleClickOutside(t,(function(){r.keyupCallback&&window.removeEventListener("keyup",r.keyupCallback)}))},window.addEventListener("keyup",this.keyupCallback)))}df(t,[{key:"remove",value:function(){this.handleClickOutside&&"undefined"!=typeof document&&(document.removeEventListener("mousedown",this.handleClickOutside),this.handleClickOutside=null),this.keydownCallback&&"undefined"!=typeof window&&(window.removeEventListener("keydown",this.keydownCallback),this.keydownCallback=null),this.keyupCallback&&"undefined"!=typeof window&&(window.removeEventListener("keyup",this.keyupCallback),this.keyupCallback=null)}}])}();var rg=function(t){return t&&(t.scrollHeight>t.offsetHeight||t.scrollWidth>t.offsetWidth)&&og(t)},og=function(t){var e="undefined"!=typeof window?window.getComputedStyle(t):{};return/scroll|auto/i.test((e.overflow||"")+(e.overflowX||"")+(e.overflowY||""))};!function(){function t(){return sf(this,t),this.bypassElement=null,this.bypassSelectors=[],this}df(t,[{key:"setBypassElement",value:function(t){return t instanceof HTMLElement&&(this.bypassElement=t),this}},{key:"setBypassSelector",value:function(t){return Array.isArray(t)||(t=[t]),this.bypassSelectors=t,this}},{key:"activate",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;this._nodesToInvalidate||this._runInvalidaiton(t)}},{key:"revert",value:function(){this._revertInvalidation(),this._nodesToInvalidate=null}},{key:"_runInvalidaiton",value:function(t){if("undefined"!=typeof document){this._nodesToInvalidate=this.getNodesToInvalidate(t);var e,n=tg(this._nodesToInvalidate);try{for(n.s();!(e=n.n()).done;){var r=e.value;if(r){var o=r.getAttribute("tabindex"),i=r.getAttribute("aria-hidden"),a=r.dataset;null!==o&&void 0===a._tabindex&&(r.dataset._tabindex=o),null!==i&&void 0===a._ariahidden&&(r.dataset._ariahidden=i),r.setAttribute("tabindex","-1"),r.setAttribute("aria-hidden","true")}}}catch(t){n.e(t)}finally{n.f()}}}},{key:"_revertInvalidation",value:function(){if(Array.isArray(this._nodesToInvalidate)){var t,e=tg(this._nodesToInvalidate);try{for(e.s();!(t=e.n()).done;){var n=t.value;n&&(void 0!==n.dataset._tabindex?(n.setAttribute("tabindex",n.dataset._tabindex),n.dataset._tabindex=null):n.removeAttribute("tabindex"),void 0!==n.dataset._ariahidden?(n.setAttribute("aria-hidden",n.dataset._ariahidden),n.dataset._ariahidden=null):n.removeAttribute("aria-hidden"))}}catch(t){e.e(t)}finally{e.f()}}}},{key:"getNodesToInvalidate",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;if("undefined"==typeof document)return[];"string"==typeof t&&(t=document.querySelector(t));var e=t?"*":"html *",n=this.bypassSelectors.map((function(t){return":not(".concat(t,")")})).join(""),r="".concat(e," ").concat(n,":not(script):not(style):not(path):not(head *)");if(Zy){var o=[],i=r.split(":").map((function(e){return e.endsWith(" *)")&&(o.push.apply(o,ff(Array.from((t||document.documentElement).querySelectorAll(e.match(/\(([^)]*)\)/)[1])))),e=e.replace(" *","")),e})).join(":");return Array.from((t||document.documentElement).querySelectorAll(i)).filter((function(t){return!o.includes(t)}))}return Array.from((t||document.documentElement).querySelectorAll(r))}}])}(),t.defineNavigator=ng,t.isTouchDevice=function(){if("undefined"!=typeof document){var t=!1;try{t=document.documentElement.getAttribute("data-whatintent")}catch(t){}return"touch"===t}return!1},Object.defineProperty(t,"__esModule",{value:!0})}));