@dnb/eufemia 9.29.0 → 9.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1177) hide show
  1. package/CHANGELOG.md +63 -0
  2. package/assets/icons/add.svg +1 -1
  3. package/assets/icons/add_circled.svg +1 -1
  4. package/assets/icons/add_circled_medium.svg +1 -1
  5. package/assets/icons/add_medium.svg +1 -1
  6. package/assets/icons/boat.svg +1 -1
  7. package/assets/icons/boat_medium.svg +1 -1
  8. package/assets/icons/calculator.svg +1 -1
  9. package/assets/icons/card.svg +1 -1
  10. package/assets/icons/card_medium.svg +1 -1
  11. package/assets/icons/cat_medium.svg +1 -1
  12. package/assets/icons/chatbot.svg +1 -1
  13. package/assets/icons/chatbot_medium.svg +1 -1
  14. package/assets/icons/chip.svg +1 -1
  15. package/assets/icons/chip_medium.svg +1 -1
  16. package/assets/icons/cloud_download.svg +1 -1
  17. package/assets/icons/cloud_download_medium.svg +1 -1
  18. package/assets/icons/cloud_rain.svg +1 -1
  19. package/assets/icons/cloud_rain_medium.svg +1 -1
  20. package/assets/icons/cloud_sync.svg +1 -1
  21. package/assets/icons/cloud_sync_medium.svg +1 -1
  22. package/assets/icons/cloud_transfer.svg +1 -1
  23. package/assets/icons/cloud_transfer_medium.svg +1 -1
  24. package/assets/icons/cloud_upload.svg +1 -1
  25. package/assets/icons/cloud_upload_medium.svg +1 -1
  26. package/assets/icons/cookie.svg +1 -1
  27. package/assets/icons/cookie_medium.svg +1 -1
  28. package/assets/icons/diamond.svg +1 -1
  29. package/assets/icons/dog.svg +1 -1
  30. package/assets/icons/dog_medium.svg +1 -1
  31. package/assets/icons/eufemia-icons-pdf-categorized.tgz +0 -0
  32. package/assets/icons/eufemia-icons-pdf.tgz +0 -0
  33. package/assets/icons/exclamation_circled.svg +1 -1
  34. package/assets/icons/exclamation_circled_medium.svg +1 -1
  35. package/assets/icons/file_jpg.svg +1 -0
  36. package/assets/icons/file_jpg_medium.svg +1 -0
  37. package/assets/icons/file_png.svg +1 -0
  38. package/assets/icons/file_png_medium.svg +1 -0
  39. package/assets/icons/fish.svg +1 -0
  40. package/assets/icons/fish_medium.svg +1 -0
  41. package/assets/icons/hourglass.svg +1 -1
  42. package/assets/icons/instagram.svg +1 -1
  43. package/assets/icons/linkedin.svg +1 -1
  44. package/assets/icons/linkedin_medium.svg +1 -1
  45. package/assets/icons/loupe.svg +1 -1
  46. package/assets/icons/loupe_medium.svg +1 -1
  47. package/assets/icons/mastercard_card.svg +1 -1
  48. package/assets/icons/mastercard_card_medium.svg +1 -1
  49. package/assets/icons/news.svg +1 -1
  50. package/assets/icons/news_medium.svg +1 -1
  51. package/assets/icons/newspaper.svg +1 -0
  52. package/assets/icons/newspaper_medium.svg +1 -0
  53. package/assets/icons/phone.svg +1 -1
  54. package/assets/icons/phone_medium.svg +1 -1
  55. package/assets/icons/photo.svg +1 -1
  56. package/assets/icons/photo_medium.svg +1 -1
  57. package/assets/icons/pin.svg +1 -1
  58. package/assets/icons/pin_medium.svg +1 -1
  59. package/assets/icons/play.svg +1 -1
  60. package/assets/icons/savings_account.svg +1 -1
  61. package/assets/icons/sort.svg +1 -0
  62. package/assets/icons/sort_medium.svg +1 -0
  63. package/assets/icons/subtract.svg +1 -1
  64. package/assets/icons/subtract_circled.svg +1 -1
  65. package/assets/icons/subtract_circled_medium.svg +1 -1
  66. package/assets/icons/subtract_medium.svg +1 -1
  67. package/assets/icons/tag.svg +1 -1
  68. package/assets/icons/tag_medium.svg +1 -1
  69. package/assets/icons/thumbs_down.svg +1 -1
  70. package/assets/icons/thumbs_up.svg +1 -1
  71. package/assets/icons/video.svg +1 -1
  72. package/assets/icons/video_medium.svg +1 -1
  73. package/assets/icons/wallet_medium.svg +1 -1
  74. package/cjs/components/HeightAnimation.d.ts +3 -0
  75. package/cjs/components/HeightAnimation.js +52 -0
  76. package/cjs/components/accordion/Accordion.js +2 -2
  77. package/cjs/components/accordion/AccordionHeader.js +1 -1
  78. package/cjs/components/accordion/AccordionProvider.js +3 -1
  79. package/cjs/components/accordion/style/_accordion.scss +14 -15
  80. package/cjs/components/accordion/style/dnb-accordion.css +9 -6
  81. package/cjs/components/accordion/style/dnb-accordion.min.css +1 -1
  82. package/cjs/components/accordion/style/themes/dnb-accordion-theme-ui.css +102 -95
  83. package/cjs/components/accordion/style/themes/dnb-accordion-theme-ui.min.css +3 -3
  84. package/cjs/components/accordion/style/themes/dnb-accordion-theme-ui.scss +37 -37
  85. package/cjs/components/autocomplete/Autocomplete.d.ts +0 -10
  86. package/cjs/components/autocomplete/Autocomplete.js +3 -4
  87. package/cjs/components/autocomplete/style/_autocomplete.scss +2 -2
  88. package/cjs/components/autocomplete/style/dnb-autocomplete.css +46 -46
  89. package/cjs/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
  90. package/cjs/components/avatar/Avatar.d.ts +3 -1
  91. package/cjs/components/avatar/Avatar.js +1 -3
  92. package/cjs/components/avatar/AvatarGroup.js +8 -10
  93. package/cjs/components/avatar/style/themes/dnb-avatar-theme-ui.css +0 -10
  94. package/cjs/components/avatar/style/themes/dnb-avatar-theme-ui.min.css +1 -1
  95. package/cjs/components/avatar/style/themes/dnb-avatar-theme-ui.scss +0 -8
  96. package/cjs/components/badge/Badge.js +1 -17
  97. package/cjs/components/breadcrumb/Breadcrumb.d.ts +10 -4
  98. package/cjs/components/breadcrumb/Breadcrumb.js +26 -28
  99. package/cjs/components/breadcrumb/BreadcrumbItem.d.ts +1 -0
  100. package/cjs/components/breadcrumb/BreadcrumbItem.js +13 -11
  101. package/cjs/components/breadcrumb/BreadcrumbMultiple.d.ts +10 -0
  102. package/cjs/components/breadcrumb/BreadcrumbMultiple.js +50 -0
  103. package/cjs/components/breadcrumb/style/_breadcrumb.scss +25 -12
  104. package/cjs/components/breadcrumb/style/dnb-breadcrumb.css +933 -17
  105. package/cjs/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
  106. package/cjs/components/breadcrumb/style/dnb-breadcrumb.scss +4 -0
  107. package/cjs/components/button/Button.d.ts +6 -8
  108. package/cjs/components/button/Button.js +5 -3
  109. package/cjs/components/button/style/dnb-button.css +14 -14
  110. package/cjs/components/button/style/dnb-button.min.css +1 -1
  111. package/cjs/components/button/style/themes/dnb-button-theme-eiendom.css +22 -2
  112. package/cjs/components/button/style/themes/dnb-button-theme-eiendom.min.css +3 -3
  113. package/cjs/components/button/style/themes/dnb-button-theme-eiendom.scss +8 -0
  114. package/cjs/components/button/style/themes/dnb-button-theme-ui.css +2 -2
  115. package/cjs/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  116. package/cjs/components/button/style/themes/dnb-button-theme-ui.scss +2 -2
  117. package/cjs/components/checkbox/Checkbox.js +4 -2
  118. package/cjs/components/date-picker/DatePicker.js +4 -2
  119. package/cjs/components/date-picker/style/dnb-date-picker.css +56 -56
  120. package/cjs/components/date-picker/style/dnb-date-picker.min.css +1 -1
  121. package/cjs/components/dialog/Dialog.js +2 -2
  122. package/cjs/components/dialog/parts/DialogBody.d.ts +2 -1
  123. package/cjs/components/dialog/style/_dialog.scss +1 -1
  124. package/cjs/components/dialog/style/dnb-dialog.css +26 -26
  125. package/cjs/components/dialog/style/dnb-dialog.min.css +1 -1
  126. package/cjs/components/drawer/DrawerContent.d.ts +1 -1
  127. package/cjs/components/drawer/DrawerContent.js +2 -4
  128. package/cjs/components/drawer/parts/DrawerBody.d.ts +2 -1
  129. package/cjs/components/drawer/style/dnb-drawer.css +22 -22
  130. package/cjs/components/drawer/style/dnb-drawer.min.css +1 -1
  131. package/cjs/components/dropdown/Dropdown.d.ts +0 -4
  132. package/cjs/components/dropdown/Dropdown.js +4 -2
  133. package/cjs/components/dropdown/style/dnb-dropdown.css +14 -14
  134. package/cjs/components/dropdown/style/dnb-dropdown.min.css +1 -1
  135. package/cjs/components/form-label/FormLabel.js +4 -2
  136. package/cjs/components/form-row/FormRow.js +9 -3
  137. package/cjs/components/form-row/style/_form-row.scss +4 -1
  138. package/cjs/components/form-row/style/dnb-form-row.css +4 -3
  139. package/cjs/components/form-row/style/dnb-form-row.min.css +1 -1
  140. package/cjs/components/form-set/FormSet.js +1 -1
  141. package/cjs/components/form-status/FormStatus.js +4 -2
  142. package/cjs/components/global-error/style/dnb-global-error.css +14 -14
  143. package/cjs/components/global-error/style/dnb-global-error.min.css +1 -1
  144. package/cjs/components/global-status/GlobalStatus.js +3 -3
  145. package/cjs/components/global-status/style/dnb-global-status.css +24 -38
  146. package/cjs/components/global-status/style/dnb-global-status.min.css +1 -1
  147. package/cjs/components/height-animation/HeightAnimation.d.ts +27 -0
  148. package/cjs/components/height-animation/HeightAnimation.js +86 -0
  149. package/cjs/components/height-animation/index.d.ts +3 -0
  150. package/cjs/components/height-animation/index.js +52 -0
  151. package/cjs/components/height-animation/style/_height-animation.scss +12 -0
  152. package/cjs/components/height-animation/style/dnb-height-animation.css +81 -0
  153. package/cjs/components/height-animation/style/dnb-height-animation.min.css +1 -0
  154. package/cjs/components/height-animation/style/dnb-height-animation.scss +12 -0
  155. package/cjs/components/height-animation/style/index.d.ts +1 -0
  156. package/cjs/components/height-animation/style/index.js +3 -0
  157. package/cjs/components/height-animation/style.d.ts +1 -0
  158. package/cjs/components/height-animation/style.js +3 -0
  159. package/cjs/components/height-animation/useHeightAnimation.d.ts +40 -0
  160. package/cjs/components/height-animation/useHeightAnimation.js +245 -0
  161. package/cjs/components/help-button/HelpButton.d.ts +10 -236
  162. package/cjs/components/help-button/HelpButton.js +31 -124
  163. package/cjs/components/help-button/HelpButtonInstance.d.ts +5 -100
  164. package/cjs/components/help-button/HelpButtonInstance.js +54 -129
  165. package/cjs/components/help-button/style/dnb-help-button.css +14 -14
  166. package/cjs/components/help-button/style/dnb-help-button.min.css +1 -1
  167. package/cjs/components/icon/Icon.js +5 -3
  168. package/cjs/components/icon-primary/IconPrimary.js +4 -2
  169. package/cjs/components/index.d.ts +2 -1
  170. package/cjs/components/index.js +8 -0
  171. package/cjs/components/info-card/InfoCard.d.ts +0 -2
  172. package/cjs/components/info-card/InfoCard.js +23 -25
  173. package/cjs/components/input/Input.js +5 -3
  174. package/cjs/components/input/InputPassword.js +4 -2
  175. package/cjs/components/input/style/dnb-input.css +28 -28
  176. package/cjs/components/input/style/dnb-input.min.css +1 -1
  177. package/cjs/components/input-masked/style/dnb-input-masked.css +28 -28
  178. package/cjs/components/input-masked/style/dnb-input-masked.min.css +1 -1
  179. package/cjs/components/lib.d.ts +27 -9
  180. package/cjs/components/lib.js +9 -0
  181. package/cjs/components/logo/Logo.d.ts +5 -0
  182. package/cjs/components/logo/Logo.js +8 -3
  183. package/cjs/components/logo/style/_logo.scss +3 -0
  184. package/cjs/components/logo/style/dnb-logo.css +2 -0
  185. package/cjs/components/logo/style/dnb-logo.min.css +1 -1
  186. package/cjs/components/modal/Modal.d.ts +1 -1
  187. package/cjs/components/modal/Modal.js +5 -2
  188. package/cjs/components/modal/ModalRoot.d.ts +1 -1
  189. package/cjs/components/modal/parts/CloseButton.js +1 -1
  190. package/cjs/components/modal/style/_modal.scss +1 -2
  191. package/cjs/components/modal/style/dnb-modal.css +22 -22
  192. package/cjs/components/modal/style/dnb-modal.min.css +1 -1
  193. package/cjs/components/number-format/NumberFormat.js +2 -2
  194. package/cjs/components/number-format/style/dnb-number-format.css +14 -14
  195. package/cjs/components/number-format/style/dnb-number-format.min.css +1 -1
  196. package/cjs/components/number-format/useNumberFormat.js +2 -2
  197. package/cjs/components/pagination/Pagination.d.ts +0 -6
  198. package/cjs/components/pagination/Pagination.js +3 -3
  199. package/cjs/components/pagination/PaginationInfinity.js +0 -26
  200. package/cjs/components/pagination/PaginationProvider.js +11 -5
  201. package/cjs/components/pagination/style/dnb-pagination.css +14 -14
  202. package/cjs/components/pagination/style/dnb-pagination.min.css +1 -1
  203. package/cjs/components/progress-indicator/ProgressIndicator.js +3 -1
  204. package/cjs/components/radio/Radio.js +5 -2
  205. package/cjs/components/radio/RadioGroup.js +3 -1
  206. package/cjs/components/section/Section.d.ts +30 -83
  207. package/cjs/components/section/Section.js +33 -123
  208. package/cjs/components/section/style/_section.scss +8 -25
  209. package/cjs/components/section/style/dnb-section.css +10 -24
  210. package/cjs/components/section/style/dnb-section.min.css +1 -1
  211. package/cjs/components/section/style/themes/dnb-section-theme-ui.scss +1 -5
  212. package/cjs/components/skeleton/Skeleton.js +1 -1
  213. package/cjs/components/slider/Slider.d.ts +3 -4
  214. package/cjs/components/slider/Slider.js +21 -0
  215. package/cjs/components/slider/SliderHelpers.d.ts +8 -6
  216. package/cjs/components/slider/SliderHelpers.js +28 -26
  217. package/cjs/components/slider/SliderInstance.js +6 -5
  218. package/cjs/components/slider/SliderProvider.d.ts +2 -2
  219. package/cjs/components/slider/SliderProvider.js +89 -36
  220. package/cjs/components/slider/SliderThumb.js +130 -66
  221. package/cjs/components/slider/SliderTrack.js +11 -12
  222. package/cjs/components/slider/hooks/useSliderEvents.d.ts +1 -3
  223. package/cjs/components/slider/hooks/useSliderEvents.js +24 -41
  224. package/cjs/components/slider/hooks/useSliderProps.d.ts +1 -1
  225. package/cjs/components/slider/style/_range.scss +6 -0
  226. package/cjs/components/slider/style/_slider.scss +9 -12
  227. package/cjs/components/slider/style/dnb-range.css +10 -0
  228. package/cjs/components/slider/style/dnb-range.scss +6 -0
  229. package/cjs/components/slider/style/dnb-slider.css +212 -28
  230. package/cjs/components/slider/style/dnb-slider.min.css +1 -1
  231. package/cjs/components/slider/style/dnb-slider.scss +1 -0
  232. package/cjs/components/slider/types.d.ts +40 -7
  233. package/cjs/components/space/Space.d.ts +3 -2
  234. package/cjs/components/space/Space.js +17 -22
  235. package/cjs/components/step-indicator/StepIndicatorContext.js +4 -2
  236. package/cjs/components/step-indicator/StepIndicatorSidebar.js +1 -1
  237. package/cjs/components/step-indicator/StepIndicatorTriggerButton.js +2 -2
  238. package/cjs/components/step-indicator/style/dnb-step-indicator.css +14 -14
  239. package/cjs/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
  240. package/cjs/components/switch/Switch.js +4 -2
  241. package/cjs/components/table/Table.js +1 -3
  242. package/cjs/components/tabs/Tabs.js +2 -2
  243. package/cjs/components/tabs/TabsContentWrapper.js +1 -1
  244. package/cjs/components/tabs/style/themes/dnb-tabs-theme-eiendom.css +148 -0
  245. package/cjs/components/tabs/style/themes/dnb-tabs-theme-eiendom.min.css +1 -0
  246. package/cjs/components/tabs/style/themes/dnb-tabs-theme-eiendom.scss +14 -0
  247. package/cjs/components/tag/Tag.d.ts +8 -1
  248. package/cjs/components/tag/Tag.js +8 -9
  249. package/cjs/components/tag/TagGroup.js +5 -7
  250. package/cjs/components/tag/style/dnb-tag.css +14 -14
  251. package/cjs/components/tag/style/dnb-tag.min.css +1 -1
  252. package/cjs/components/textarea/Textarea.js +4 -2
  253. package/cjs/components/timeline/Timeline.js +1 -3
  254. package/cjs/components/timeline/TimelineItem.js +2 -2
  255. package/cjs/components/toggle-button/ToggleButton.js +4 -1
  256. package/cjs/components/toggle-button/ToggleButtonGroup.js +3 -1
  257. package/cjs/components/toggle-button/style/dnb-toggle-button.css +14 -14
  258. package/cjs/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
  259. package/cjs/components/tooltip/Tooltip.d.ts +8 -154
  260. package/cjs/components/tooltip/Tooltip.js +84 -166
  261. package/cjs/components/tooltip/TooltipContainer.d.ts +15 -68
  262. package/cjs/components/tooltip/TooltipContainer.js +207 -323
  263. package/cjs/components/tooltip/TooltipHelpers.d.ts +31 -1
  264. package/cjs/components/tooltip/TooltipHelpers.js +85 -1
  265. package/cjs/components/tooltip/TooltipPortal.d.ts +13 -31
  266. package/cjs/components/tooltip/TooltipPortal.js +152 -206
  267. package/cjs/components/tooltip/TooltipWithEvents.d.ts +11 -35
  268. package/cjs/components/tooltip/TooltipWithEvents.js +159 -195
  269. package/cjs/components/tooltip/style/_tooltip.scss +8 -7
  270. package/cjs/components/tooltip/style/dnb-tooltip.css +14 -14
  271. package/cjs/components/tooltip/style/dnb-tooltip.min.css +1 -1
  272. package/cjs/components/tooltip/types.d.ts +28 -0
  273. package/cjs/components/tooltip/types.js +1 -0
  274. package/cjs/components/visually-hidden/VisuallyHidden.d.ts +2 -3
  275. package/cjs/components/visually-hidden/VisuallyHidden.js +2 -20
  276. package/cjs/elements/Anchor.d.ts +3 -1
  277. package/cjs/elements/Anchor.js +3 -5
  278. package/cjs/elements/Dd.d.ts +10 -26
  279. package/cjs/elements/Dd.js +0 -31
  280. package/cjs/elements/Dl.d.ts +19 -26
  281. package/cjs/elements/Dl.js +24 -26
  282. package/cjs/elements/Dt.d.ts +10 -26
  283. package/cjs/elements/Dt.js +0 -31
  284. package/cjs/elements/Element.js +1 -3
  285. package/cjs/elements/Link.d.ts +3 -1
  286. package/cjs/elements/lib.d.ts +18 -5
  287. package/cjs/extensions/payment-card/PaymentCard.js +2 -2
  288. package/cjs/fragments/drawer-list/DrawerList.js +3 -1
  289. package/cjs/fragments/drawer-list/style/_drawer-list.scss +1 -1
  290. package/cjs/fragments/lib.d.ts +8 -1
  291. package/cjs/fragments/scroll-view/ScrollView.d.ts +13 -6
  292. package/cjs/fragments/scroll-view/ScrollView.js +29 -99
  293. package/cjs/icons/add.js +5 -2
  294. package/cjs/icons/add_circled.js +5 -2
  295. package/cjs/icons/add_circled_medium.js +5 -2
  296. package/cjs/icons/add_medium.js +5 -2
  297. package/cjs/icons/boat.js +10 -3
  298. package/cjs/icons/boat_medium.js +10 -3
  299. package/cjs/icons/calculator.js +10 -3
  300. package/cjs/icons/card.js +4 -2
  301. package/cjs/icons/card_medium.js +4 -2
  302. package/cjs/icons/cat_medium.js +10 -3
  303. package/cjs/icons/chatbot.js +5 -2
  304. package/cjs/icons/chatbot_medium.js +5 -2
  305. package/cjs/icons/chip.js +10 -3
  306. package/cjs/icons/chip_medium.js +10 -3
  307. package/cjs/icons/cloud_download.js +10 -3
  308. package/cjs/icons/cloud_download_medium.js +10 -3
  309. package/cjs/icons/cloud_rain.js +10 -3
  310. package/cjs/icons/cloud_rain_medium.js +10 -3
  311. package/cjs/icons/cloud_sync.js +10 -3
  312. package/cjs/icons/cloud_sync_medium.js +10 -3
  313. package/cjs/icons/cloud_transfer.js +10 -3
  314. package/cjs/icons/cloud_transfer_medium.js +10 -3
  315. package/cjs/icons/cloud_upload.js +10 -3
  316. package/cjs/icons/cloud_upload_medium.js +10 -3
  317. package/cjs/icons/cookie.js +10 -3
  318. package/cjs/icons/cookie_medium.js +10 -3
  319. package/cjs/icons/diamond.js +10 -3
  320. package/cjs/icons/dog.js +10 -3
  321. package/cjs/icons/dog_medium.js +10 -3
  322. package/cjs/icons/exclamation_circled.js +5 -2
  323. package/cjs/icons/exclamation_circled_medium.js +5 -2
  324. package/cjs/icons/file_jpg.d.ts +2 -0
  325. package/cjs/icons/file_jpg.js +32 -0
  326. package/cjs/icons/file_jpg_medium.d.ts +2 -0
  327. package/cjs/icons/file_jpg_medium.js +38 -0
  328. package/cjs/icons/file_png.d.ts +2 -0
  329. package/cjs/icons/file_png.js +32 -0
  330. package/cjs/icons/file_png_medium.d.ts +2 -0
  331. package/cjs/icons/file_png_medium.js +38 -0
  332. package/cjs/icons/fish.d.ts +2 -0
  333. package/cjs/icons/fish.js +40 -0
  334. package/cjs/icons/fish_medium.d.ts +2 -0
  335. package/cjs/icons/fish_medium.js +40 -0
  336. package/cjs/icons/hourglass.js +10 -3
  337. package/cjs/icons/icons-meta.json +71 -1
  338. package/cjs/icons/icons-pdf.lock +1098 -968
  339. package/cjs/icons/icons-svg.lock +1098 -968
  340. package/cjs/icons/index.d.ts +11 -1
  341. package/cjs/icons/index.js +80 -0
  342. package/cjs/icons/instagram.js +10 -3
  343. package/cjs/icons/linkedin.js +10 -3
  344. package/cjs/icons/linkedin_medium.js +10 -3
  345. package/cjs/icons/loupe.js +4 -2
  346. package/cjs/icons/loupe_medium.js +4 -2
  347. package/cjs/icons/mastercard_card.js +4 -2
  348. package/cjs/icons/mastercard_card_medium.js +4 -2
  349. package/cjs/icons/news.js +10 -3
  350. package/cjs/icons/news_medium.js +10 -3
  351. package/cjs/icons/newspaper.d.ts +2 -0
  352. package/cjs/icons/newspaper.js +35 -0
  353. package/cjs/icons/newspaper_medium.d.ts +2 -0
  354. package/cjs/icons/newspaper_medium.js +35 -0
  355. package/cjs/icons/phone.js +10 -3
  356. package/cjs/icons/phone_medium.js +10 -3
  357. package/cjs/icons/photo.js +10 -3
  358. package/cjs/icons/photo_medium.js +10 -3
  359. package/cjs/icons/pin.js +10 -3
  360. package/cjs/icons/pin_medium.js +10 -3
  361. package/cjs/icons/play.js +10 -3
  362. package/cjs/icons/savings_account.js +5 -2
  363. package/cjs/icons/secondary_icons.d.ts +6 -1
  364. package/cjs/icons/secondary_icons.js +40 -0
  365. package/cjs/icons/secondary_icons_medium.d.ts +6 -1
  366. package/cjs/icons/secondary_icons_medium.js +40 -0
  367. package/cjs/icons/sort.d.ts +2 -0
  368. package/cjs/icons/sort.js +35 -0
  369. package/cjs/icons/sort_medium.d.ts +2 -0
  370. package/cjs/icons/sort_medium.js +35 -0
  371. package/cjs/icons/subtract.js +5 -2
  372. package/cjs/icons/subtract_circled.js +5 -2
  373. package/cjs/icons/subtract_circled_medium.js +5 -2
  374. package/cjs/icons/subtract_medium.js +5 -2
  375. package/cjs/icons/tag.js +13 -10
  376. package/cjs/icons/tag_medium.js +13 -10
  377. package/cjs/icons/thumbs_down.js +10 -3
  378. package/cjs/icons/thumbs_up.js +10 -3
  379. package/cjs/icons/video.js +10 -3
  380. package/cjs/icons/video_medium.js +10 -3
  381. package/cjs/icons/wallet_medium.js +4 -2
  382. package/cjs/index.d.ts +2 -1
  383. package/cjs/index.js +8 -0
  384. package/cjs/shared/AnimateHeight.d.ts +46 -32
  385. package/cjs/shared/AnimateHeight.js +104 -66
  386. package/cjs/shared/Context.d.ts +9 -3
  387. package/cjs/shared/Eufemia.js +1 -1
  388. package/cjs/shared/MediaQueryUtils.d.ts +5 -1
  389. package/cjs/shared/MediaQueryUtils.js +5 -3
  390. package/cjs/shared/component-helper.d.ts +7 -18
  391. package/cjs/shared/component-helper.js +55 -260
  392. package/cjs/shared/helpers/EventEmitter.d.ts +46 -0
  393. package/cjs/shared/{EventEmitter.js → helpers/EventEmitter.js} +31 -26
  394. package/cjs/shared/helpers/InteractionInvalidation.d.ts +30 -0
  395. package/cjs/shared/helpers/InteractionInvalidation.js +256 -0
  396. package/{shared/hooks/usePropsWithContext.d.ts → cjs/shared/helpers/extendPropsWithContext.d.ts} +2 -3
  397. package/cjs/shared/{hooks/usePropsWithContext.js → helpers/extendPropsWithContext.js} +36 -15
  398. package/cjs/shared/helpers/filterValidProps.d.ts +1 -1
  399. package/cjs/shared/helpers/filterValidProps.js +1 -1
  400. package/cjs/shared/helpers/getPreviousSibling.d.ts +10 -0
  401. package/cjs/shared/helpers/getPreviousSibling.js +47 -0
  402. package/cjs/shared/helpers/useEventEmitter.d.ts +14 -0
  403. package/cjs/shared/helpers/useEventEmitter.js +92 -0
  404. package/cjs/shared/helpers/withCamelCaseProps.js +7 -0
  405. package/cjs/shared/helpers.d.ts +2 -0
  406. package/cjs/shared/interfaces.d.ts +6 -4
  407. package/cjs/shared/locales/en-GB.d.ts +3 -0
  408. package/cjs/shared/locales/en-GB.js +3 -0
  409. package/cjs/shared/locales/en-US.d.ts +3 -0
  410. package/cjs/shared/locales/index.d.ts +6 -0
  411. package/cjs/shared/locales/nb-NO.d.ts +3 -0
  412. package/cjs/shared/locales/nb-NO.js +3 -0
  413. package/cjs/shared/useMediaQuery.js +19 -12
  414. package/cjs/style/core/helper-classes/helper-classes.scss +4 -0
  415. package/cjs/style/dnb-ui-basis.css +3 -0
  416. package/cjs/style/dnb-ui-basis.min.css +1 -1
  417. package/cjs/style/dnb-ui-components.css +113 -91
  418. package/cjs/style/dnb-ui-components.min.css +5 -5
  419. package/cjs/style/dnb-ui-components.scss +1 -0
  420. package/cjs/style/dnb-ui-core.css +3 -0
  421. package/cjs/style/dnb-ui-core.min.css +1 -1
  422. package/cjs/style/dnb-ui-elements.css +25 -4
  423. package/cjs/style/dnb-ui-elements.min.css +1 -1
  424. package/cjs/style/dnb-ui-fragments.css +1 -1
  425. package/cjs/style/dnb-ui-fragments.min.css +1 -1
  426. package/cjs/style/dnb-ui-tags.css +50 -8
  427. package/cjs/style/dnb-ui-tags.min.css +1 -1
  428. package/cjs/style/elements/lists.scss +27 -5
  429. package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.css +300 -113
  430. package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +8 -8
  431. package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.scss +1 -0
  432. package/cjs/style/themes/theme-ui/dnb-theme-ui.css +129 -111
  433. package/cjs/style/themes/theme-ui/dnb-theme-ui.min.css +5 -5
  434. package/components/HeightAnimation.d.ts +3 -0
  435. package/components/HeightAnimation.js +3 -0
  436. package/components/accordion/Accordion.js +3 -3
  437. package/components/accordion/AccordionHeader.js +2 -2
  438. package/components/accordion/AccordionProvider.js +3 -2
  439. package/components/accordion/style/_accordion.scss +14 -15
  440. package/components/accordion/style/dnb-accordion.css +9 -6
  441. package/components/accordion/style/dnb-accordion.min.css +1 -1
  442. package/components/accordion/style/themes/dnb-accordion-theme-ui.css +102 -95
  443. package/components/accordion/style/themes/dnb-accordion-theme-ui.min.css +3 -3
  444. package/components/accordion/style/themes/dnb-accordion-theme-ui.scss +37 -37
  445. package/components/autocomplete/Autocomplete.d.ts +0 -10
  446. package/components/autocomplete/Autocomplete.js +3 -5
  447. package/components/autocomplete/style/_autocomplete.scss +2 -2
  448. package/components/autocomplete/style/dnb-autocomplete.css +46 -46
  449. package/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
  450. package/components/avatar/Avatar.d.ts +3 -1
  451. package/components/avatar/Avatar.js +2 -3
  452. package/components/avatar/AvatarGroup.js +9 -10
  453. package/components/avatar/style/themes/dnb-avatar-theme-ui.css +0 -10
  454. package/components/avatar/style/themes/dnb-avatar-theme-ui.min.css +1 -1
  455. package/components/avatar/style/themes/dnb-avatar-theme-ui.scss +0 -8
  456. package/components/badge/Badge.js +2 -16
  457. package/components/breadcrumb/Breadcrumb.d.ts +10 -4
  458. package/components/breadcrumb/Breadcrumb.js +26 -27
  459. package/components/breadcrumb/BreadcrumbItem.d.ts +1 -0
  460. package/components/breadcrumb/BreadcrumbItem.js +13 -11
  461. package/components/breadcrumb/BreadcrumbMultiple.d.ts +10 -0
  462. package/components/breadcrumb/BreadcrumbMultiple.js +31 -0
  463. package/components/breadcrumb/style/_breadcrumb.scss +25 -12
  464. package/components/breadcrumb/style/dnb-breadcrumb.css +933 -17
  465. package/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
  466. package/components/breadcrumb/style/dnb-breadcrumb.scss +4 -0
  467. package/components/button/Button.d.ts +6 -8
  468. package/components/button/Button.js +5 -4
  469. package/components/button/style/dnb-button.css +14 -14
  470. package/components/button/style/dnb-button.min.css +1 -1
  471. package/components/button/style/themes/dnb-button-theme-eiendom.css +22 -2
  472. package/components/button/style/themes/dnb-button-theme-eiendom.min.css +3 -3
  473. package/components/button/style/themes/dnb-button-theme-eiendom.scss +8 -0
  474. package/components/button/style/themes/dnb-button-theme-ui.css +2 -2
  475. package/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  476. package/components/button/style/themes/dnb-button-theme-ui.scss +2 -2
  477. package/components/checkbox/Checkbox.js +4 -3
  478. package/components/date-picker/DatePicker.js +4 -3
  479. package/components/date-picker/style/dnb-date-picker.css +56 -56
  480. package/components/date-picker/style/dnb-date-picker.min.css +1 -1
  481. package/components/dialog/Dialog.js +2 -2
  482. package/components/dialog/parts/DialogBody.d.ts +2 -1
  483. package/components/dialog/style/_dialog.scss +1 -1
  484. package/components/dialog/style/dnb-dialog.css +26 -26
  485. package/components/dialog/style/dnb-dialog.min.css +1 -1
  486. package/components/drawer/DrawerContent.d.ts +1 -1
  487. package/components/drawer/DrawerContent.js +2 -4
  488. package/components/drawer/parts/DrawerBody.d.ts +2 -1
  489. package/components/drawer/style/dnb-drawer.css +22 -22
  490. package/components/drawer/style/dnb-drawer.min.css +1 -1
  491. package/components/dropdown/Dropdown.d.ts +0 -4
  492. package/components/dropdown/Dropdown.js +4 -3
  493. package/components/dropdown/style/dnb-dropdown.css +14 -14
  494. package/components/dropdown/style/dnb-dropdown.min.css +1 -1
  495. package/components/form-label/FormLabel.js +4 -3
  496. package/components/form-row/FormRow.js +9 -4
  497. package/components/form-row/style/_form-row.scss +4 -1
  498. package/components/form-row/style/dnb-form-row.css +4 -3
  499. package/components/form-row/style/dnb-form-row.min.css +1 -1
  500. package/components/form-set/FormSet.js +2 -2
  501. package/components/form-status/FormStatus.js +4 -3
  502. package/components/global-error/style/dnb-global-error.css +14 -14
  503. package/components/global-error/style/dnb-global-error.min.css +1 -1
  504. package/components/global-status/GlobalStatus.js +4 -4
  505. package/components/global-status/style/dnb-global-status.css +24 -38
  506. package/components/global-status/style/dnb-global-status.min.css +1 -1
  507. package/components/height-animation/HeightAnimation.d.ts +27 -0
  508. package/components/height-animation/HeightAnimation.js +60 -0
  509. package/components/height-animation/index.d.ts +3 -0
  510. package/components/height-animation/index.js +3 -0
  511. package/components/height-animation/style/_height-animation.scss +12 -0
  512. package/components/height-animation/style/dnb-height-animation.css +81 -0
  513. package/components/height-animation/style/dnb-height-animation.min.css +1 -0
  514. package/components/height-animation/style/dnb-height-animation.scss +12 -0
  515. package/components/height-animation/style/index.d.ts +1 -0
  516. package/components/height-animation/style/index.js +1 -0
  517. package/components/height-animation/style.d.ts +1 -0
  518. package/components/height-animation/style.js +1 -0
  519. package/components/height-animation/useHeightAnimation.d.ts +40 -0
  520. package/components/height-animation/useHeightAnimation.js +196 -0
  521. package/components/help-button/HelpButton.d.ts +10 -236
  522. package/components/help-button/HelpButton.js +30 -94
  523. package/components/help-button/HelpButtonInstance.d.ts +5 -100
  524. package/components/help-button/HelpButtonInstance.js +56 -101
  525. package/components/help-button/style/dnb-help-button.css +14 -14
  526. package/components/help-button/style/dnb-help-button.min.css +1 -1
  527. package/components/icon/Icon.js +5 -4
  528. package/components/icon-primary/IconPrimary.js +4 -3
  529. package/components/index.d.ts +2 -1
  530. package/components/index.js +2 -1
  531. package/components/info-card/InfoCard.d.ts +0 -2
  532. package/components/info-card/InfoCard.js +20 -22
  533. package/components/input/Input.js +5 -4
  534. package/components/input/InputPassword.js +4 -3
  535. package/components/input/style/dnb-input.css +28 -28
  536. package/components/input/style/dnb-input.min.css +1 -1
  537. package/components/input-masked/style/dnb-input-masked.css +28 -28
  538. package/components/input-masked/style/dnb-input-masked.min.css +1 -1
  539. package/components/lib.d.ts +27 -9
  540. package/components/lib.js +3 -1
  541. package/components/logo/Logo.d.ts +5 -0
  542. package/components/logo/Logo.js +8 -4
  543. package/components/logo/style/_logo.scss +3 -0
  544. package/components/logo/style/dnb-logo.css +2 -0
  545. package/components/logo/style/dnb-logo.min.css +1 -1
  546. package/components/modal/Modal.d.ts +1 -1
  547. package/components/modal/Modal.js +5 -3
  548. package/components/modal/ModalRoot.d.ts +1 -1
  549. package/components/modal/parts/CloseButton.js +2 -2
  550. package/components/modal/style/_modal.scss +1 -2
  551. package/components/modal/style/dnb-modal.css +22 -22
  552. package/components/modal/style/dnb-modal.min.css +1 -1
  553. package/components/number-format/NumberFormat.js +3 -3
  554. package/components/number-format/style/dnb-number-format.css +14 -14
  555. package/components/number-format/style/dnb-number-format.min.css +1 -1
  556. package/components/number-format/useNumberFormat.js +2 -2
  557. package/components/pagination/Pagination.d.ts +0 -6
  558. package/components/pagination/Pagination.js +3 -4
  559. package/components/pagination/PaginationInfinity.js +0 -26
  560. package/components/pagination/PaginationProvider.js +11 -5
  561. package/components/pagination/style/dnb-pagination.css +14 -14
  562. package/components/pagination/style/dnb-pagination.min.css +1 -1
  563. package/components/progress-indicator/ProgressIndicator.js +3 -2
  564. package/components/radio/Radio.js +5 -3
  565. package/components/radio/RadioGroup.js +3 -2
  566. package/components/section/Section.d.ts +30 -83
  567. package/components/section/Section.js +36 -99
  568. package/components/section/style/_section.scss +8 -25
  569. package/components/section/style/dnb-section.css +10 -24
  570. package/components/section/style/dnb-section.min.css +1 -1
  571. package/components/section/style/themes/dnb-section-theme-ui.scss +1 -5
  572. package/components/skeleton/Skeleton.js +2 -2
  573. package/components/slider/Slider.d.ts +3 -4
  574. package/components/slider/Slider.js +1 -0
  575. package/components/slider/SliderHelpers.d.ts +8 -6
  576. package/components/slider/SliderHelpers.js +26 -21
  577. package/components/slider/SliderInstance.js +8 -7
  578. package/components/slider/SliderProvider.d.ts +2 -2
  579. package/components/slider/SliderProvider.js +92 -38
  580. package/components/slider/SliderThumb.js +107 -68
  581. package/components/slider/SliderTrack.js +13 -14
  582. package/components/slider/hooks/useSliderEvents.d.ts +1 -3
  583. package/components/slider/hooks/useSliderEvents.js +24 -41
  584. package/components/slider/hooks/useSliderProps.d.ts +1 -1
  585. package/components/slider/style/_range.scss +6 -0
  586. package/components/slider/style/_slider.scss +9 -12
  587. package/components/slider/style/dnb-range.css +10 -0
  588. package/components/slider/style/dnb-range.scss +6 -0
  589. package/components/slider/style/dnb-slider.css +212 -28
  590. package/components/slider/style/dnb-slider.min.css +1 -1
  591. package/components/slider/style/dnb-slider.scss +1 -0
  592. package/components/slider/types.d.ts +40 -7
  593. package/components/space/Space.d.ts +3 -2
  594. package/components/space/Space.js +18 -23
  595. package/components/step-indicator/StepIndicatorContext.js +4 -3
  596. package/components/step-indicator/StepIndicatorSidebar.js +2 -2
  597. package/components/step-indicator/StepIndicatorTriggerButton.js +2 -2
  598. package/components/step-indicator/style/dnb-step-indicator.css +14 -14
  599. package/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
  600. package/components/switch/Switch.js +4 -3
  601. package/components/table/Table.js +2 -3
  602. package/components/tabs/Tabs.js +3 -3
  603. package/components/tabs/TabsContentWrapper.js +1 -1
  604. package/components/tabs/style/themes/dnb-tabs-theme-eiendom.css +148 -0
  605. package/components/tabs/style/themes/dnb-tabs-theme-eiendom.min.css +1 -0
  606. package/components/tabs/style/themes/dnb-tabs-theme-eiendom.scss +14 -0
  607. package/components/tag/Tag.d.ts +8 -1
  608. package/components/tag/Tag.js +9 -9
  609. package/components/tag/TagGroup.js +6 -7
  610. package/components/tag/style/dnb-tag.css +14 -14
  611. package/components/tag/style/dnb-tag.min.css +1 -1
  612. package/components/textarea/Textarea.js +4 -3
  613. package/components/timeline/Timeline.js +2 -3
  614. package/components/timeline/TimelineItem.js +2 -2
  615. package/components/toggle-button/ToggleButton.js +4 -2
  616. package/components/toggle-button/ToggleButtonGroup.js +3 -2
  617. package/components/toggle-button/style/dnb-toggle-button.css +14 -14
  618. package/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
  619. package/components/tooltip/Tooltip.d.ts +8 -154
  620. package/components/tooltip/Tooltip.js +63 -150
  621. package/components/tooltip/TooltipContainer.d.ts +15 -68
  622. package/components/tooltip/TooltipContainer.js +188 -313
  623. package/components/tooltip/TooltipHelpers.d.ts +31 -1
  624. package/components/tooltip/TooltipHelpers.js +67 -1
  625. package/components/tooltip/TooltipPortal.d.ts +13 -31
  626. package/components/tooltip/TooltipPortal.js +139 -200
  627. package/components/tooltip/TooltipWithEvents.d.ts +11 -35
  628. package/components/tooltip/TooltipWithEvents.js +148 -191
  629. package/components/tooltip/style/_tooltip.scss +8 -7
  630. package/components/tooltip/style/dnb-tooltip.css +14 -14
  631. package/components/tooltip/style/dnb-tooltip.min.css +1 -1
  632. package/components/tooltip/types.d.ts +28 -0
  633. package/components/tooltip/types.js +1 -0
  634. package/components/visually-hidden/VisuallyHidden.d.ts +2 -3
  635. package/components/visually-hidden/VisuallyHidden.js +2 -17
  636. package/elements/Anchor.d.ts +3 -1
  637. package/elements/Anchor.js +4 -5
  638. package/elements/Dd.d.ts +10 -26
  639. package/elements/Dd.js +0 -22
  640. package/elements/Dl.d.ts +19 -26
  641. package/elements/Dl.js +19 -23
  642. package/elements/Dt.d.ts +10 -26
  643. package/elements/Dt.js +0 -22
  644. package/elements/Element.js +2 -3
  645. package/elements/Link.d.ts +3 -1
  646. package/elements/lib.d.ts +18 -5
  647. package/es/components/HeightAnimation.d.ts +3 -0
  648. package/es/components/HeightAnimation.js +3 -0
  649. package/es/components/accordion/Accordion.js +3 -3
  650. package/es/components/accordion/AccordionHeader.js +2 -2
  651. package/es/components/accordion/AccordionProvider.js +3 -2
  652. package/es/components/accordion/style/_accordion.scss +14 -15
  653. package/es/components/accordion/style/dnb-accordion.css +9 -6
  654. package/es/components/accordion/style/dnb-accordion.min.css +1 -1
  655. package/es/components/accordion/style/themes/dnb-accordion-theme-ui.css +102 -95
  656. package/es/components/accordion/style/themes/dnb-accordion-theme-ui.min.css +3 -3
  657. package/es/components/accordion/style/themes/dnb-accordion-theme-ui.scss +37 -37
  658. package/es/components/autocomplete/Autocomplete.d.ts +0 -10
  659. package/es/components/autocomplete/Autocomplete.js +3 -5
  660. package/es/components/autocomplete/style/_autocomplete.scss +2 -2
  661. package/es/components/autocomplete/style/dnb-autocomplete.css +46 -46
  662. package/es/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
  663. package/es/components/avatar/Avatar.d.ts +3 -1
  664. package/es/components/avatar/Avatar.js +2 -3
  665. package/es/components/avatar/AvatarGroup.js +4 -5
  666. package/es/components/avatar/style/themes/dnb-avatar-theme-ui.css +0 -10
  667. package/es/components/avatar/style/themes/dnb-avatar-theme-ui.min.css +1 -1
  668. package/es/components/avatar/style/themes/dnb-avatar-theme-ui.scss +0 -8
  669. package/es/components/badge/Badge.js +2 -9
  670. package/es/components/breadcrumb/Breadcrumb.d.ts +10 -4
  671. package/es/components/breadcrumb/Breadcrumb.js +26 -22
  672. package/es/components/breadcrumb/BreadcrumbItem.d.ts +1 -0
  673. package/es/components/breadcrumb/BreadcrumbItem.js +9 -7
  674. package/es/components/breadcrumb/BreadcrumbMultiple.d.ts +10 -0
  675. package/es/components/breadcrumb/BreadcrumbMultiple.js +31 -0
  676. package/es/components/breadcrumb/style/_breadcrumb.scss +25 -12
  677. package/es/components/breadcrumb/style/dnb-breadcrumb.css +933 -17
  678. package/es/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
  679. package/es/components/breadcrumb/style/dnb-breadcrumb.scss +4 -0
  680. package/es/components/button/Button.d.ts +6 -8
  681. package/es/components/button/Button.js +5 -4
  682. package/es/components/button/style/dnb-button.css +14 -14
  683. package/es/components/button/style/dnb-button.min.css +1 -1
  684. package/es/components/button/style/themes/dnb-button-theme-eiendom.css +22 -2
  685. package/es/components/button/style/themes/dnb-button-theme-eiendom.min.css +3 -3
  686. package/es/components/button/style/themes/dnb-button-theme-eiendom.scss +8 -0
  687. package/es/components/button/style/themes/dnb-button-theme-ui.css +2 -2
  688. package/es/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  689. package/es/components/button/style/themes/dnb-button-theme-ui.scss +2 -2
  690. package/es/components/checkbox/Checkbox.js +4 -3
  691. package/es/components/date-picker/DatePicker.js +4 -3
  692. package/es/components/date-picker/style/dnb-date-picker.css +56 -56
  693. package/es/components/date-picker/style/dnb-date-picker.min.css +1 -1
  694. package/es/components/dialog/Dialog.js +2 -2
  695. package/es/components/dialog/parts/DialogBody.d.ts +2 -1
  696. package/es/components/dialog/style/_dialog.scss +1 -1
  697. package/es/components/dialog/style/dnb-dialog.css +26 -26
  698. package/es/components/dialog/style/dnb-dialog.min.css +1 -1
  699. package/es/components/drawer/DrawerContent.d.ts +1 -1
  700. package/es/components/drawer/DrawerContent.js +2 -3
  701. package/es/components/drawer/parts/DrawerBody.d.ts +2 -1
  702. package/es/components/drawer/style/dnb-drawer.css +22 -22
  703. package/es/components/drawer/style/dnb-drawer.min.css +1 -1
  704. package/es/components/dropdown/Dropdown.d.ts +0 -4
  705. package/es/components/dropdown/Dropdown.js +4 -3
  706. package/es/components/dropdown/style/dnb-dropdown.css +14 -14
  707. package/es/components/dropdown/style/dnb-dropdown.min.css +1 -1
  708. package/es/components/form-label/FormLabel.js +4 -3
  709. package/es/components/form-row/FormRow.js +9 -4
  710. package/es/components/form-row/style/_form-row.scss +4 -1
  711. package/es/components/form-row/style/dnb-form-row.css +4 -3
  712. package/es/components/form-row/style/dnb-form-row.min.css +1 -1
  713. package/es/components/form-set/FormSet.js +2 -2
  714. package/es/components/form-status/FormStatus.js +4 -3
  715. package/es/components/global-error/style/dnb-global-error.css +14 -14
  716. package/es/components/global-error/style/dnb-global-error.min.css +1 -1
  717. package/es/components/global-status/GlobalStatus.js +4 -4
  718. package/es/components/global-status/style/dnb-global-status.css +24 -38
  719. package/es/components/global-status/style/dnb-global-status.min.css +1 -1
  720. package/es/components/height-animation/HeightAnimation.d.ts +27 -0
  721. package/es/components/height-animation/HeightAnimation.js +56 -0
  722. package/es/components/height-animation/index.d.ts +3 -0
  723. package/es/components/height-animation/index.js +3 -0
  724. package/es/components/height-animation/style/_height-animation.scss +12 -0
  725. package/es/components/height-animation/style/dnb-height-animation.css +81 -0
  726. package/es/components/height-animation/style/dnb-height-animation.min.css +1 -0
  727. package/es/components/height-animation/style/dnb-height-animation.scss +12 -0
  728. package/es/components/height-animation/style/index.d.ts +1 -0
  729. package/es/components/height-animation/style/index.js +1 -0
  730. package/es/components/height-animation/style.d.ts +1 -0
  731. package/es/components/height-animation/style.js +1 -0
  732. package/es/components/height-animation/useHeightAnimation.d.ts +40 -0
  733. package/es/components/height-animation/useHeightAnimation.js +168 -0
  734. package/es/components/help-button/HelpButton.d.ts +10 -236
  735. package/es/components/help-button/HelpButton.js +28 -57
  736. package/es/components/help-button/HelpButtonInstance.d.ts +5 -100
  737. package/es/components/help-button/HelpButtonInstance.js +55 -74
  738. package/es/components/help-button/style/dnb-help-button.css +14 -14
  739. package/es/components/help-button/style/dnb-help-button.min.css +1 -1
  740. package/es/components/icon/Icon.js +5 -4
  741. package/es/components/icon-primary/IconPrimary.js +4 -3
  742. package/es/components/index.d.ts +2 -1
  743. package/es/components/index.js +2 -1
  744. package/es/components/info-card/InfoCard.d.ts +0 -2
  745. package/es/components/info-card/InfoCard.js +6 -8
  746. package/es/components/input/Input.js +5 -4
  747. package/es/components/input/InputPassword.js +4 -3
  748. package/es/components/input/style/dnb-input.css +28 -28
  749. package/es/components/input/style/dnb-input.min.css +1 -1
  750. package/es/components/input-masked/style/dnb-input-masked.css +28 -28
  751. package/es/components/input-masked/style/dnb-input-masked.min.css +1 -1
  752. package/es/components/lib.d.ts +27 -9
  753. package/es/components/lib.js +3 -1
  754. package/es/components/logo/Logo.d.ts +5 -0
  755. package/es/components/logo/Logo.js +8 -4
  756. package/es/components/logo/style/_logo.scss +3 -0
  757. package/es/components/logo/style/dnb-logo.css +2 -0
  758. package/es/components/logo/style/dnb-logo.min.css +1 -1
  759. package/es/components/modal/Modal.d.ts +1 -1
  760. package/es/components/modal/Modal.js +5 -3
  761. package/es/components/modal/ModalRoot.d.ts +1 -1
  762. package/es/components/modal/parts/CloseButton.js +2 -2
  763. package/es/components/modal/style/_modal.scss +1 -2
  764. package/es/components/modal/style/dnb-modal.css +22 -22
  765. package/es/components/modal/style/dnb-modal.min.css +1 -1
  766. package/es/components/number-format/NumberFormat.js +3 -3
  767. package/es/components/number-format/style/dnb-number-format.css +14 -14
  768. package/es/components/number-format/style/dnb-number-format.min.css +1 -1
  769. package/es/components/number-format/useNumberFormat.js +2 -2
  770. package/es/components/pagination/Pagination.d.ts +0 -6
  771. package/es/components/pagination/Pagination.js +3 -4
  772. package/es/components/pagination/PaginationInfinity.js +0 -26
  773. package/es/components/pagination/PaginationProvider.js +11 -5
  774. package/es/components/pagination/style/dnb-pagination.css +14 -14
  775. package/es/components/pagination/style/dnb-pagination.min.css +1 -1
  776. package/es/components/progress-indicator/ProgressIndicator.js +3 -2
  777. package/es/components/radio/Radio.js +5 -3
  778. package/es/components/radio/RadioGroup.js +3 -2
  779. package/es/components/section/Section.d.ts +30 -83
  780. package/es/components/section/Section.js +35 -70
  781. package/es/components/section/style/_section.scss +8 -25
  782. package/es/components/section/style/dnb-section.css +10 -24
  783. package/es/components/section/style/dnb-section.min.css +1 -1
  784. package/es/components/section/style/themes/dnb-section-theme-ui.scss +1 -5
  785. package/es/components/skeleton/Skeleton.js +2 -2
  786. package/es/components/slider/Slider.d.ts +3 -4
  787. package/es/components/slider/Slider.js +1 -0
  788. package/es/components/slider/SliderHelpers.d.ts +8 -6
  789. package/es/components/slider/SliderHelpers.js +26 -18
  790. package/es/components/slider/SliderInstance.js +8 -7
  791. package/es/components/slider/SliderProvider.d.ts +2 -2
  792. package/es/components/slider/SliderProvider.js +71 -26
  793. package/es/components/slider/SliderThumb.js +100 -59
  794. package/es/components/slider/SliderTrack.js +13 -14
  795. package/es/components/slider/hooks/useSliderEvents.d.ts +1 -3
  796. package/es/components/slider/hooks/useSliderEvents.js +24 -37
  797. package/es/components/slider/hooks/useSliderProps.d.ts +1 -1
  798. package/es/components/slider/style/_range.scss +6 -0
  799. package/es/components/slider/style/_slider.scss +9 -12
  800. package/es/components/slider/style/dnb-range.css +10 -0
  801. package/es/components/slider/style/dnb-range.scss +6 -0
  802. package/es/components/slider/style/dnb-slider.css +212 -28
  803. package/es/components/slider/style/dnb-slider.min.css +1 -1
  804. package/es/components/slider/style/dnb-slider.scss +1 -0
  805. package/es/components/slider/types.d.ts +40 -7
  806. package/es/components/space/Space.d.ts +3 -2
  807. package/es/components/space/Space.js +20 -25
  808. package/es/components/step-indicator/StepIndicatorContext.js +4 -3
  809. package/es/components/step-indicator/StepIndicatorSidebar.js +2 -2
  810. package/es/components/step-indicator/StepIndicatorTriggerButton.js +2 -2
  811. package/es/components/step-indicator/style/dnb-step-indicator.css +14 -14
  812. package/es/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
  813. package/es/components/switch/Switch.js +4 -3
  814. package/es/components/table/Table.js +2 -3
  815. package/es/components/tabs/Tabs.js +3 -3
  816. package/es/components/tabs/TabsContentWrapper.js +1 -1
  817. package/es/components/tabs/style/themes/dnb-tabs-theme-eiendom.css +148 -0
  818. package/es/components/tabs/style/themes/dnb-tabs-theme-eiendom.min.css +1 -0
  819. package/es/components/tabs/style/themes/dnb-tabs-theme-eiendom.scss +14 -0
  820. package/es/components/tag/Tag.d.ts +8 -1
  821. package/es/components/tag/Tag.js +10 -10
  822. package/es/components/tag/TagGroup.js +4 -5
  823. package/es/components/tag/style/dnb-tag.css +14 -14
  824. package/es/components/tag/style/dnb-tag.min.css +1 -1
  825. package/es/components/textarea/Textarea.js +4 -3
  826. package/es/components/timeline/Timeline.js +2 -3
  827. package/es/components/timeline/TimelineItem.js +2 -2
  828. package/es/components/toggle-button/ToggleButton.js +4 -2
  829. package/es/components/toggle-button/ToggleButtonGroup.js +3 -2
  830. package/es/components/toggle-button/style/dnb-toggle-button.css +14 -14
  831. package/es/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
  832. package/es/components/tooltip/Tooltip.d.ts +8 -154
  833. package/es/components/tooltip/Tooltip.js +57 -122
  834. package/es/components/tooltip/TooltipContainer.d.ts +15 -68
  835. package/es/components/tooltip/TooltipContainer.js +162 -262
  836. package/es/components/tooltip/TooltipHelpers.d.ts +31 -1
  837. package/es/components/tooltip/TooltipHelpers.js +66 -1
  838. package/es/components/tooltip/TooltipPortal.d.ts +13 -31
  839. package/es/components/tooltip/TooltipPortal.js +122 -163
  840. package/es/components/tooltip/TooltipWithEvents.d.ts +11 -35
  841. package/es/components/tooltip/TooltipWithEvents.js +126 -150
  842. package/es/components/tooltip/style/_tooltip.scss +8 -7
  843. package/es/components/tooltip/style/dnb-tooltip.css +14 -14
  844. package/es/components/tooltip/style/dnb-tooltip.min.css +1 -1
  845. package/es/components/tooltip/types.d.ts +28 -0
  846. package/es/components/tooltip/types.js +1 -0
  847. package/es/components/visually-hidden/VisuallyHidden.d.ts +2 -3
  848. package/es/components/visually-hidden/VisuallyHidden.js +2 -10
  849. package/es/elements/Anchor.d.ts +3 -1
  850. package/es/elements/Anchor.js +4 -5
  851. package/es/elements/Dd.d.ts +10 -26
  852. package/es/elements/Dd.js +0 -15
  853. package/es/elements/Dl.d.ts +19 -26
  854. package/es/elements/Dl.js +27 -19
  855. package/es/elements/Dt.d.ts +10 -26
  856. package/es/elements/Dt.js +0 -15
  857. package/es/elements/Element.js +2 -3
  858. package/es/elements/Link.d.ts +3 -1
  859. package/es/elements/lib.d.ts +18 -5
  860. package/es/extensions/payment-card/PaymentCard.js +3 -3
  861. package/es/fragments/drawer-list/DrawerList.js +3 -2
  862. package/es/fragments/drawer-list/style/_drawer-list.scss +1 -1
  863. package/es/fragments/lib.d.ts +8 -1
  864. package/es/fragments/scroll-view/ScrollView.d.ts +13 -6
  865. package/es/fragments/scroll-view/ScrollView.js +30 -52
  866. package/es/icons/add.js +5 -2
  867. package/es/icons/add_circled.js +5 -2
  868. package/es/icons/add_circled_medium.js +5 -2
  869. package/es/icons/add_medium.js +5 -2
  870. package/es/icons/boat.js +10 -3
  871. package/es/icons/boat_medium.js +10 -3
  872. package/es/icons/calculator.js +10 -3
  873. package/es/icons/card.js +4 -2
  874. package/es/icons/card_medium.js +4 -2
  875. package/es/icons/cat_medium.js +10 -3
  876. package/es/icons/chatbot.js +5 -2
  877. package/es/icons/chatbot_medium.js +5 -2
  878. package/es/icons/chip.js +10 -3
  879. package/es/icons/chip_medium.js +10 -3
  880. package/es/icons/cloud_download.js +10 -3
  881. package/es/icons/cloud_download_medium.js +10 -3
  882. package/es/icons/cloud_rain.js +10 -3
  883. package/es/icons/cloud_rain_medium.js +10 -3
  884. package/es/icons/cloud_sync.js +10 -3
  885. package/es/icons/cloud_sync_medium.js +10 -3
  886. package/es/icons/cloud_transfer.js +10 -3
  887. package/es/icons/cloud_transfer_medium.js +10 -3
  888. package/es/icons/cloud_upload.js +10 -3
  889. package/es/icons/cloud_upload_medium.js +10 -3
  890. package/es/icons/cookie.js +10 -3
  891. package/es/icons/cookie_medium.js +10 -3
  892. package/es/icons/diamond.js +10 -3
  893. package/es/icons/dog.js +10 -3
  894. package/es/icons/dog_medium.js +10 -3
  895. package/es/icons/exclamation_circled.js +5 -2
  896. package/es/icons/exclamation_circled_medium.js +5 -2
  897. package/es/icons/file_jpg.d.ts +2 -0
  898. package/es/icons/file_jpg.js +18 -0
  899. package/es/icons/file_jpg_medium.d.ts +2 -0
  900. package/es/icons/file_jpg_medium.js +24 -0
  901. package/es/icons/file_png.d.ts +2 -0
  902. package/es/icons/file_png.js +18 -0
  903. package/es/icons/file_png_medium.d.ts +2 -0
  904. package/es/icons/file_png_medium.js +24 -0
  905. package/es/icons/fish.d.ts +2 -0
  906. package/es/icons/fish.js +26 -0
  907. package/es/icons/fish_medium.d.ts +2 -0
  908. package/es/icons/fish_medium.js +26 -0
  909. package/es/icons/hourglass.js +10 -3
  910. package/es/icons/icons-meta.json +71 -1
  911. package/es/icons/icons-pdf.lock +1098 -968
  912. package/es/icons/icons-svg.lock +1098 -968
  913. package/es/icons/index.d.ts +11 -1
  914. package/es/icons/index.js +11 -1
  915. package/es/icons/instagram.js +10 -3
  916. package/es/icons/linkedin.js +10 -3
  917. package/es/icons/linkedin_medium.js +10 -3
  918. package/es/icons/loupe.js +4 -2
  919. package/es/icons/loupe_medium.js +4 -2
  920. package/es/icons/mastercard_card.js +4 -2
  921. package/es/icons/mastercard_card_medium.js +4 -2
  922. package/es/icons/news.js +10 -3
  923. package/es/icons/news_medium.js +10 -3
  924. package/es/icons/newspaper.d.ts +2 -0
  925. package/es/icons/newspaper.js +21 -0
  926. package/es/icons/newspaper_medium.d.ts +2 -0
  927. package/es/icons/newspaper_medium.js +21 -0
  928. package/es/icons/phone.js +10 -3
  929. package/es/icons/phone_medium.js +10 -3
  930. package/es/icons/photo.js +10 -3
  931. package/es/icons/photo_medium.js +10 -3
  932. package/es/icons/pin.js +10 -3
  933. package/es/icons/pin_medium.js +10 -3
  934. package/es/icons/play.js +10 -3
  935. package/es/icons/savings_account.js +5 -2
  936. package/es/icons/secondary_icons.d.ts +6 -1
  937. package/es/icons/secondary_icons.js +6 -1
  938. package/es/icons/secondary_icons_medium.d.ts +6 -1
  939. package/es/icons/secondary_icons_medium.js +6 -1
  940. package/es/icons/sort.d.ts +2 -0
  941. package/es/icons/sort.js +21 -0
  942. package/es/icons/sort_medium.d.ts +2 -0
  943. package/es/icons/sort_medium.js +21 -0
  944. package/es/icons/subtract.js +5 -2
  945. package/es/icons/subtract_circled.js +5 -2
  946. package/es/icons/subtract_circled_medium.js +5 -2
  947. package/es/icons/subtract_medium.js +5 -2
  948. package/es/icons/tag.js +13 -10
  949. package/es/icons/tag_medium.js +13 -10
  950. package/es/icons/thumbs_down.js +10 -3
  951. package/es/icons/thumbs_up.js +10 -3
  952. package/es/icons/video.js +10 -3
  953. package/es/icons/video_medium.js +10 -3
  954. package/es/icons/wallet_medium.js +4 -2
  955. package/es/index.d.ts +2 -1
  956. package/es/index.js +2 -1
  957. package/es/shared/AnimateHeight.d.ts +46 -32
  958. package/es/shared/AnimateHeight.js +68 -38
  959. package/es/shared/Context.d.ts +9 -3
  960. package/es/shared/Eufemia.js +1 -1
  961. package/es/shared/MediaQueryUtils.d.ts +5 -1
  962. package/es/shared/MediaQueryUtils.js +4 -3
  963. package/es/shared/component-helper.d.ts +7 -18
  964. package/es/shared/component-helper.js +7 -167
  965. package/es/shared/helpers/EventEmitter.d.ts +46 -0
  966. package/es/shared/{EventEmitter.js → helpers/EventEmitter.js} +27 -21
  967. package/es/shared/helpers/InteractionInvalidation.d.ts +30 -0
  968. package/es/shared/helpers/InteractionInvalidation.js +141 -0
  969. package/{cjs/shared/hooks/usePropsWithContext.d.ts → es/shared/helpers/extendPropsWithContext.d.ts} +2 -3
  970. package/es/shared/{hooks/usePropsWithContext.js → helpers/extendPropsWithContext.js} +22 -10
  971. package/es/shared/helpers/filterValidProps.d.ts +1 -1
  972. package/es/shared/helpers/filterValidProps.js +1 -1
  973. package/es/shared/helpers/getPreviousSibling.d.ts +10 -0
  974. package/es/shared/helpers/getPreviousSibling.js +33 -0
  975. package/es/shared/helpers/useEventEmitter.d.ts +14 -0
  976. package/es/shared/helpers/useEventEmitter.js +30 -0
  977. package/es/shared/helpers/withCamelCaseProps.js +7 -0
  978. package/es/shared/helpers.d.ts +2 -0
  979. package/es/shared/interfaces.d.ts +6 -4
  980. package/es/shared/locales/en-GB.d.ts +3 -0
  981. package/es/shared/locales/en-GB.js +3 -0
  982. package/es/shared/locales/en-US.d.ts +3 -0
  983. package/es/shared/locales/index.d.ts +6 -0
  984. package/es/shared/locales/nb-NO.d.ts +3 -0
  985. package/es/shared/locales/nb-NO.js +3 -0
  986. package/es/shared/useMediaQuery.js +15 -4
  987. package/es/style/core/helper-classes/helper-classes.scss +4 -0
  988. package/es/style/dnb-ui-basis.css +3 -0
  989. package/es/style/dnb-ui-basis.min.css +1 -1
  990. package/es/style/dnb-ui-components.css +113 -91
  991. package/es/style/dnb-ui-components.min.css +5 -5
  992. package/es/style/dnb-ui-components.scss +1 -0
  993. package/es/style/dnb-ui-core.css +3 -0
  994. package/es/style/dnb-ui-core.min.css +1 -1
  995. package/es/style/dnb-ui-elements.css +25 -4
  996. package/es/style/dnb-ui-elements.min.css +1 -1
  997. package/es/style/dnb-ui-fragments.css +1 -1
  998. package/es/style/dnb-ui-fragments.min.css +1 -1
  999. package/es/style/dnb-ui-tags.css +50 -8
  1000. package/es/style/dnb-ui-tags.min.css +1 -1
  1001. package/es/style/elements/lists.scss +27 -5
  1002. package/es/style/themes/theme-eiendom/dnb-theme-eiendom.css +300 -113
  1003. package/es/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +8 -8
  1004. package/es/style/themes/theme-eiendom/dnb-theme-eiendom.scss +1 -0
  1005. package/es/style/themes/theme-ui/dnb-theme-ui.css +129 -111
  1006. package/es/style/themes/theme-ui/dnb-theme-ui.min.css +5 -5
  1007. package/esm/dnb-ui-basis.min.mjs +2 -2
  1008. package/esm/dnb-ui-components.min.mjs +3 -3
  1009. package/esm/dnb-ui-elements.min.mjs +4 -4
  1010. package/esm/dnb-ui-extensions.min.mjs +4 -4
  1011. package/esm/dnb-ui-icons.min.mjs +1 -1
  1012. package/esm/dnb-ui-lib.min.mjs +4 -4
  1013. package/esm/dnb-ui-web-components.min.mjs +4 -4
  1014. package/extensions/payment-card/PaymentCard.js +3 -3
  1015. package/fragments/drawer-list/DrawerList.js +3 -2
  1016. package/fragments/drawer-list/style/_drawer-list.scss +1 -1
  1017. package/fragments/lib.d.ts +8 -1
  1018. package/fragments/scroll-view/ScrollView.d.ts +13 -6
  1019. package/fragments/scroll-view/ScrollView.js +31 -79
  1020. package/icons/add.js +5 -2
  1021. package/icons/add_circled.js +5 -2
  1022. package/icons/add_circled_medium.js +5 -2
  1023. package/icons/add_medium.js +5 -2
  1024. package/icons/boat.js +10 -3
  1025. package/icons/boat_medium.js +10 -3
  1026. package/icons/calculator.js +10 -3
  1027. package/icons/card.js +4 -2
  1028. package/icons/card_medium.js +4 -2
  1029. package/icons/cat_medium.js +10 -3
  1030. package/icons/chatbot.js +5 -2
  1031. package/icons/chatbot_medium.js +5 -2
  1032. package/icons/chip.js +10 -3
  1033. package/icons/chip_medium.js +10 -3
  1034. package/icons/cloud_download.js +10 -3
  1035. package/icons/cloud_download_medium.js +10 -3
  1036. package/icons/cloud_rain.js +10 -3
  1037. package/icons/cloud_rain_medium.js +10 -3
  1038. package/icons/cloud_sync.js +10 -3
  1039. package/icons/cloud_sync_medium.js +10 -3
  1040. package/icons/cloud_transfer.js +10 -3
  1041. package/icons/cloud_transfer_medium.js +10 -3
  1042. package/icons/cloud_upload.js +10 -3
  1043. package/icons/cloud_upload_medium.js +10 -3
  1044. package/icons/cookie.js +10 -3
  1045. package/icons/cookie_medium.js +10 -3
  1046. package/icons/diamond.js +10 -3
  1047. package/icons/dog.js +10 -3
  1048. package/icons/dog_medium.js +10 -3
  1049. package/icons/exclamation_circled.js +5 -2
  1050. package/icons/exclamation_circled_medium.js +5 -2
  1051. package/icons/file_jpg.d.ts +2 -0
  1052. package/icons/file_jpg.js +20 -0
  1053. package/icons/file_jpg_medium.d.ts +2 -0
  1054. package/icons/file_jpg_medium.js +26 -0
  1055. package/icons/file_png.d.ts +2 -0
  1056. package/icons/file_png.js +20 -0
  1057. package/icons/file_png_medium.d.ts +2 -0
  1058. package/icons/file_png_medium.js +26 -0
  1059. package/icons/fish.d.ts +2 -0
  1060. package/icons/fish.js +28 -0
  1061. package/icons/fish_medium.d.ts +2 -0
  1062. package/icons/fish_medium.js +28 -0
  1063. package/icons/hourglass.js +10 -3
  1064. package/icons/icons-meta.json +71 -1
  1065. package/icons/icons-pdf.lock +1098 -968
  1066. package/icons/icons-svg.lock +1098 -968
  1067. package/icons/index.d.ts +11 -1
  1068. package/icons/index.js +11 -1
  1069. package/icons/instagram.js +10 -3
  1070. package/icons/linkedin.js +10 -3
  1071. package/icons/linkedin_medium.js +10 -3
  1072. package/icons/loupe.js +4 -2
  1073. package/icons/loupe_medium.js +4 -2
  1074. package/icons/mastercard_card.js +4 -2
  1075. package/icons/mastercard_card_medium.js +4 -2
  1076. package/icons/news.js +10 -3
  1077. package/icons/news_medium.js +10 -3
  1078. package/icons/newspaper.d.ts +2 -0
  1079. package/icons/newspaper.js +23 -0
  1080. package/icons/newspaper_medium.d.ts +2 -0
  1081. package/icons/newspaper_medium.js +23 -0
  1082. package/icons/phone.js +10 -3
  1083. package/icons/phone_medium.js +10 -3
  1084. package/icons/photo.js +10 -3
  1085. package/icons/photo_medium.js +10 -3
  1086. package/icons/pin.js +10 -3
  1087. package/icons/pin_medium.js +10 -3
  1088. package/icons/play.js +10 -3
  1089. package/icons/savings_account.js +5 -2
  1090. package/icons/secondary_icons.d.ts +6 -1
  1091. package/icons/secondary_icons.js +6 -1
  1092. package/icons/secondary_icons_medium.d.ts +6 -1
  1093. package/icons/secondary_icons_medium.js +6 -1
  1094. package/icons/sort.d.ts +2 -0
  1095. package/icons/sort.js +23 -0
  1096. package/icons/sort_medium.d.ts +2 -0
  1097. package/icons/sort_medium.js +23 -0
  1098. package/icons/subtract.js +5 -2
  1099. package/icons/subtract_circled.js +5 -2
  1100. package/icons/subtract_circled_medium.js +5 -2
  1101. package/icons/subtract_medium.js +5 -2
  1102. package/icons/tag.js +13 -10
  1103. package/icons/tag_medium.js +13 -10
  1104. package/icons/thumbs_down.js +10 -3
  1105. package/icons/thumbs_up.js +10 -3
  1106. package/icons/video.js +10 -3
  1107. package/icons/video_medium.js +10 -3
  1108. package/icons/wallet_medium.js +4 -2
  1109. package/index.d.ts +2 -1
  1110. package/index.js +2 -1
  1111. package/package.json +1 -1
  1112. package/shared/AnimateHeight.d.ts +46 -32
  1113. package/shared/AnimateHeight.js +102 -66
  1114. package/shared/Context.d.ts +9 -3
  1115. package/shared/Eufemia.js +1 -1
  1116. package/shared/MediaQueryUtils.d.ts +5 -1
  1117. package/shared/MediaQueryUtils.js +5 -3
  1118. package/shared/component-helper.d.ts +7 -18
  1119. package/shared/component-helper.js +18 -248
  1120. package/shared/helpers/EventEmitter.d.ts +46 -0
  1121. package/shared/{EventEmitter.js → helpers/EventEmitter.js} +30 -25
  1122. package/shared/helpers/InteractionInvalidation.d.ts +30 -0
  1123. package/shared/helpers/InteractionInvalidation.js +215 -0
  1124. package/{es/shared/hooks/usePropsWithContext.d.ts → shared/helpers/extendPropsWithContext.d.ts} +2 -3
  1125. package/shared/{hooks/usePropsWithContext.js → helpers/extendPropsWithContext.js} +36 -17
  1126. package/shared/helpers/filterValidProps.d.ts +1 -1
  1127. package/shared/helpers/filterValidProps.js +1 -1
  1128. package/shared/helpers/getPreviousSibling.d.ts +10 -0
  1129. package/shared/helpers/getPreviousSibling.js +35 -0
  1130. package/shared/helpers/useEventEmitter.d.ts +14 -0
  1131. package/shared/helpers/useEventEmitter.js +45 -0
  1132. package/shared/helpers/withCamelCaseProps.js +7 -0
  1133. package/shared/helpers.d.ts +2 -0
  1134. package/shared/interfaces.d.ts +6 -4
  1135. package/shared/locales/en-GB.d.ts +3 -0
  1136. package/shared/locales/en-GB.js +3 -0
  1137. package/shared/locales/en-US.d.ts +3 -0
  1138. package/shared/locales/index.d.ts +6 -0
  1139. package/shared/locales/nb-NO.d.ts +3 -0
  1140. package/shared/locales/nb-NO.js +3 -0
  1141. package/shared/useMediaQuery.js +18 -13
  1142. package/style/core/helper-classes/helper-classes.scss +4 -0
  1143. package/style/dnb-ui-basis.css +3 -0
  1144. package/style/dnb-ui-basis.min.css +1 -1
  1145. package/style/dnb-ui-components.css +113 -91
  1146. package/style/dnb-ui-components.min.css +5 -5
  1147. package/style/dnb-ui-components.scss +1 -0
  1148. package/style/dnb-ui-core.css +3 -0
  1149. package/style/dnb-ui-core.min.css +1 -1
  1150. package/style/dnb-ui-elements.css +25 -4
  1151. package/style/dnb-ui-elements.min.css +1 -1
  1152. package/style/dnb-ui-fragments.css +1 -1
  1153. package/style/dnb-ui-fragments.min.css +1 -1
  1154. package/style/dnb-ui-tags.css +50 -8
  1155. package/style/dnb-ui-tags.min.css +1 -1
  1156. package/style/elements/lists.scss +27 -5
  1157. package/style/themes/theme-eiendom/dnb-theme-eiendom.css +300 -113
  1158. package/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +8 -8
  1159. package/style/themes/theme-eiendom/dnb-theme-eiendom.scss +1 -0
  1160. package/style/themes/theme-ui/dnb-theme-ui.css +129 -111
  1161. package/style/themes/theme-ui/dnb-theme-ui.min.css +5 -5
  1162. package/umd/dnb-ui-basis.min.js +3 -3
  1163. package/umd/dnb-ui-components.min.js +4 -4
  1164. package/umd/dnb-ui-elements.min.js +4 -4
  1165. package/umd/dnb-ui-extensions.min.js +5 -5
  1166. package/umd/dnb-ui-icons.min.js +1 -1
  1167. package/umd/dnb-ui-lib.min.js +5 -5
  1168. package/umd/dnb-ui-web-components.min.js +5 -5
  1169. package/cjs/shared/EventEmitter.d.ts +0 -27
  1170. package/cjs/shared/hooks/index.d.ts +0 -1
  1171. package/cjs/shared/hooks/index.js +0 -13
  1172. package/es/shared/EventEmitter.d.ts +0 -27
  1173. package/es/shared/hooks/index.d.ts +0 -1
  1174. package/es/shared/hooks/index.js +0 -1
  1175. package/shared/EventEmitter.d.ts +0 -27
  1176. package/shared/hooks/index.d.ts +0 -1
  1177. package/shared/hooks/index.js +0 -1
@@ -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")(),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,_=i.TypeError,C=function(t){if(null==t)throw _("Can't call method on "+t);return t},M=R,N=C,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=C,It=i.Object,Pt=function(t){return It(Tt(t))},Rt=Pt,_t=E({}.hasOwnProperty),Ct=Object.hasOwn||function(t,e){return _t(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=Ct,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=Ct,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,_e=i.TypeError,Ce=Object.defineProperty;Se.f=Te?Ce:function(t,e,n){if(Pe(t),e=Re(e),Pe(n),Ie)try{return Ce(t,e,n)}catch(t){}if("get"in n||"set"in n)throw _e("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=Ct,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=Ct,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=Ct,Tn=Fe,In=Ot,Pn=Ke,Rn=An.CONFIGURABLE,_n=wn.get,Cn=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=Cn(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)&&_n(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=Ct,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=Ct,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,_r=De.exports,Cr=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]||Cr(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),_r(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,_o="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];Lo.f=function(t){return _o&&"Window"==To(t)?function(t){try{return Po(t)}catch(t){return Ro(_o)}}(t):Po(Io(t))};var Co={},Mo=Xt;Co.f=Mo;var No=i,Fo=Ct,Do=Co,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=Ct,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=Ct,_i=Yr,Ci=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=Co,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},_a=function(t,e,n){t===va&&_a(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)},Ca=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)||_a(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=_a,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):Ca(Yi(t),e)},defineProperty:_a,defineProperties:Ca,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 _i(e)||(e=function(t,e){if(Ci(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=Ct,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,_u,Cu,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=Ct,$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(Cu=[].keys())?(_u=qu(qu(Cu)))!==Object.prototype&&(Ru=_u):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",_c="values",Cc="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 _c:case Cc: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==_c&&v&&v.name!==_c&&(jc?Oc(p,"name",_c):(d=!0,h=function(){return gc(v,this)})),o)if(c={values:s(_c),keys:i?h:s(Rc),entries:s(Cc)},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,_f=xf,Cf=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||_f||Cf)&&(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=C,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=C,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"),_s=function(t){var e;return Is(t)&&(void 0!==(e=t[Rs])?!!e:"RegExp"==Ps(t))},Cs=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=_s,Vs=oo,qs=hf,Xs=yf,Js=De.exports,Qs=u,Zs=Ct,tl=wn.enforce,el=function(t){var e=Cs(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",_l=RegExp.prototype,Cl=_l.toString,Ml=Ol(Pl),Nl=Il((function(){return"/a/b"!=Cl.call({source:"a",flags:"b"})})),Fl=Al&&Cl.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(_l,t)&&!("flags"in _l)?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=_s,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=C,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,_d=u,Cd=$,Md=k,Nd=Pd,Fd=Object.isFrozen;Rd({target:"Object",stat:!0,forced:_d((function(){Fd(1)}))||Nd},{isFrozen:function(t){return!Cd(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=C,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),_p=vp("".slice),Cp="$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+=_p(a,h,m)+S,h=m+g.length)}return v+_p(a,h)}]}),!!yp((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!Cp||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=_s,Vp=je,qp=C,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,_v=C,Cv=zn,Mv=oo,Nv=je,Fv=K,Dv=_s,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,Cv(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=Cv(u.lastIndex),new oh(o,c,i,a)};jv({target:"String",proto:!0,forced:rh},{matchAll:function(t){var e,n,r,o=_v(this);if(null!=t){if(Dv(t)&&(e=Mv(_v("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,_h=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")},Ch=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=Ch(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=_h(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=C,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,_y=C,Cy=Od,My=jy("".endsWith),Ny=jy("".slice),Fy=Math.min,Dy=Cy("endsWith");Ly({target:"String",proto:!0,forced:!!(Dy||(ky=Ty(String.prototype,"endsWith"),!ky||ky.writable))&&!Dy},{endsWith:function(t){var e=Py(_y(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};
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,h=p&&!d.call({1:2},1);l.f=h?function(t){var e=p(this,t);return!!e&&e.enumerable}:d;var v,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)}},O=E,S=O({}.toString),L=O("".slice),k=function(t){return L(S(t),8,-1)},j=E,A=a,P=k,R=i.Object,T=j("".split),C=A((function(){return!R("z").propertyIsEnumerable(0)}))?function(t){return"String"==P(t)?T(t,""):R(t)}:R,I=i.TypeError,_=function(t){if(null==t)throw I("Can't call method on "+t);return t},M=C,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,Y=function(t){return B(t)?t:void 0},K=function(t,e){return arguments.length<2?Y(U[t]):U[t]&&U[t][e]},W=E({}.isPrototypeOf),z=i,H=K("navigator","userAgent")||"",V=z.process,X=z.Deno,q=V&&V.versions||X&&X.version,J=q&&q.v8;J&&(g=(v=J.split("."))[0]>0&&v[0]<4?1:+(v[0]+v[1])),!g&&H&&(!(v=H.match(/Edge\/(\d+)/))||v[1]>=74)&&(v=H.match(/Chrome\/(\d+)/))&&(g=+v[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=K,ot=D,it=W,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=D,dt=st,pt=i.TypeError,ht=function(t){if(lt(t))return t;throw pt(dt(t)+" is not a function")},vt=ht,gt=function(t,e){var n=t[e];return null==n?void 0:vt(n)},yt=s,mt=D,wt=$,bt=i.TypeError,xt={exports:{}},Et=i,Ot=Object.defineProperty,St=function(t,e){try{Ot(Et,t,{value:e,configurable:!0,writable:!0})}catch(n){Et[t]=e}return e},Lt=St,kt="__core-js_shared__",jt=i[kt]||Lt(kt,{}),At=jt;(xt.exports=function(t,e){return At[t]||(At[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.19.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"});var Pt=_,Rt=i.Object,Tt=function(t){return Rt(Pt(t))},Ct=Tt,It=E({}.hasOwnProperty),_t=Object.hasOwn||function(t,e){return It(Ct(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,Yt=Gt,Kt=et,Wt=nt,zt=Ut("wks"),Ht=$t.Symbol,Vt=Ht&&Ht.for,Xt=Wt?Ht:Ht&&Ht.withoutSetter||Yt,qt=function(t){if(!Bt(zt,t)||!Kt&&"string"!=typeof zt[t]){var e="Symbol."+t;Kt&&Bt(Ht,t)?zt[t]=Ht[t]:zt[t]=Wt&&Vt?Vt(e):Xt(e)}return zt[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=qt,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})),he=c,ve=s,ge=l,ye=y,me=F,we=ae,be=_t,xe=pe,Ee=Object.getOwnPropertyDescriptor;u.f=he?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(!ve(ge.f,t,e),t[e])};var Oe={},Se=i,Le=$,ke=Se.String,je=Se.TypeError,Ae=function(t){if(Le(t))return t;throw je(ke(t)+" is not an object")},Pe=c,Re=pe,Te=Ae,Ce=ae,Ie=i.TypeError,_e=Object.defineProperty;Oe.f=Pe?_e:function(t,e,n){if(Te(t),e=Ce(e),Te(n),Re)try{return _e(t,e,n)}catch(t){}if("get"in n||"set"in n)throw Ie("Accessors not supported");return"value"in n&&(t[e]=n.value),t};var Me=Oe,Ne=y,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=jt,Ue=E(Function.toString);Ge($e.inspectSource)||($e.inspectSource=function(t){return Ue(t)});var Be,Ye,Ke,We=$e.inspectSource,ze=D,He=We,Ve=i.WeakMap,Xe=ze(Ve)&&/native code/.test(He(Ve)),qe=xt.exports,Je=Gt,Qe=qe("keys"),Ze=function(t){return Qe[t]||(Qe[t]=Je(t))},tn={},en=Xe,nn=i,rn=E,on=$,un=Fe,an=_t,cn=jt,fn=Ze,sn=tn,ln="Object already initialized",dn=nn.TypeError,pn=nn.WeakMap;if(en||cn.state){var hn=cn.state||(cn.state=new pn),vn=rn(hn.get),gn=rn(hn.has),yn=rn(hn.set);Be=function(t,e){if(gn(hn,t))throw new dn(ln);return e.facade=t,yn(hn,t,e),e},Ye=function(t){return vn(hn,t)||{}},Ke=function(t){return gn(hn,t)}}else{var mn=fn("state");sn[mn]=!0,Be=function(t,e){if(an(t,mn))throw new dn(ln);return e.facade=t,un(t,mn,e),e},Ye=function(t){return an(t,mn)?t[mn]:{}},Ke=function(t){return an(t,mn)}}var wn={set:Be,get:Ye,has:Ke,enforce:function(t){return Ke(t)?Ye(t):Be(t,{})},getterFor:function(t){return function(e){var n;if(!on(e)||(n=Ye(e)).type!==t)throw dn("Incompatible receiver, "+t+" required");return n}}},bn=c,xn=_t,En=Function.prototype,On=bn&&Object.getOwnPropertyDescriptor,Sn=xn(En,"name"),Ln={EXISTS:Sn,PROPER:Sn&&"something"===function(){}.name,CONFIGURABLE:Sn&&(!bn||bn&&On(En,"name").configurable)},kn=i,jn=D,An=_t,Pn=Fe,Rn=St,Tn=We,Cn=Ln.CONFIGURABLE,In=wn.get,_n=wn.enforce,Mn=String(String).split("String");(De.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")+"]"),(!An(n,"name")||Cn&&n.name!==c)&&Pn(n,"name",c),(o=_n(n)).source||(o.source=Mn.join("string"==typeof c?c:""))),t!==kn?(i?!a&&t[e]&&(u=!0):delete t[e],u?t[e]=n:Pn(t,e,n)):u?t[e]=n:Rn(e,n)})(Function.prototype,"toString",(function(){return jn(this)&&In(this).source||Tn(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,Yn=function(t,e){var n=$n(t);return n<0?Un(n+e,0):Bn(n,e)},Kn=Gn,Wn=Math.min,zn=function(t){return t>0?Wn(Kn(t),9007199254740991):0},Hn=zn,Vn=function(t){return Hn(t.length)},Xn=F,qn=Yn,Jn=Vn,Qn=function(t){return function(e,n,r){var o,i=Xn(e),u=Jn(i),a=qn(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=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},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=K,lr=Nn,dr=fr,pr=Ae,hr=E([].concat),vr=sr("Reflect","ownKeys")||function(t){var e=lr.f(pr(t)),n=dr.f;return n?hr(e,n(t)):e},gr=_t,yr=vr,mr=u,wr=Oe,br=a,xr=D,Er=/#|\.prototype\./,Or=function(t,e){var n=Lr[Sr(t)];return n==jr||n!=kr&&(xr(e)?br(e):!!e)},Sr=Or.normalize=function(t){return String(t).replace(Er,".").toLowerCase()},Lr=Or.data={},kr=Or.NATIVE="N",jr=Or.POLYFILL="P",Ar=Or,Pr=i,Rr=u.f,Tr=Fe,Cr=De.exports,Ir=St,_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=Ar,Nr=function(t,e){var n,r,o,i,u,a=t.target,c=t.global,f=t.stat;if(n=c?Pr:f?Pr[a]||Ir(a,{}):(Pr[a]||{}).prototype)for(r in e){if(i=e[r],o=t.noTargetGet?(u=Rr(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)&&Tr(i,"sham",!0),Cr(n,r,i,t)}},Fr=Function.prototype,Dr=Fr.apply,Gr=Fr.bind,$r=Fr.call,Ur="object"==typeof Reflect&&Reflect.apply||(Gr?$r.bind(Dr):function(){return $r.apply(Dr,arguments)}),Br=k,Yr=Array.isArray||function(t){return"Array"==Br(t)},Kr={};Kr[qt("toStringTag")]="z";var Wr,zr="[object z]"===String(Kr),Hr=i,Vr=zr,Xr=D,qr=k,Jr=qt("toStringTag"),Qr=Hr.Object,Zr="Arguments"==qr(function(){return arguments}()),to=Vr?qr: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?qr(e):"Object"==(r=qr(e))&&Xr(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=Oe,co=Ae,fo=F,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=K("document","documentElement"),ho=Ae,vo=lo,go=ur,yo=tn,mo=po,wo=le,bo=Ze("IE_PROTO"),xo=function(){},Eo=function(t){return"<script>"+t+"</"+"script>"},Oo=function(t){t.write(Eo("")),t.close();var e=t.parentWindow.Object;return t=null,e},So=function(){try{Wr=new ActiveXObject("htmlfile")}catch(t){}var t,e;So="undefined"!=typeof document?document.domain&&Wr?Oo(Wr):((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):Oo(Wr);for(var n=go.length;n--;)delete So.prototype[go[n]];return So()};yo[bo]=!0;var Lo=Object.create||function(t,e){var n;return null!==t?(xo.prototype=ho(t),n=new xo,xo.prototype=null,n[bo]=t):n=So(),void 0===e?n:vo(n,e)},ko={},jo=E([].slice),Ao=k,Po=F,Ro=Nn.f,To=jo,Co="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];ko.f=function(t){return Co&&"Window"==Ao(t)?function(t){try{return Ro(t)}catch(t){return To(Co)}}(t):Ro(Po(t))};var Io={},_o=qt;Io.f=_o;var Mo=i,No=_t,Fo=Io,Do=Oe.f,Go=Oe.f,$o=_t,Uo=qt("toStringTag"),Bo=function(t,e,n){t&&!$o(t=n?t:t.prototype,Uo)&&Go(t,Uo,{configurable:!0,value:e})},Yo=ht,Ko=E(E.bind),Wo=function(t,e){return Yo(t),void 0===e?t:Ko?Ko(t,e):function(){return t.apply(e,arguments)}},zo=E,Ho=a,Vo=D,Xo=to,qo=We,Jo=function(){},Qo=[],Zo=K("Reflect","construct"),ti=/^\s*(?:class|function)\b/,ei=zo(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||Ho((function(){var t;return ri(ri.call)||!ri(Object)||!ri((function(){t=!0}))||t}))?function(t){if(!Vo(t))return!1;switch(Xo(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return ni||!!ei(ti,qo(t))}:ri,ii=i,ui=Yr,ai=oi,ci=$,fi=qt("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=Wo,hi=C,vi=Tt,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,h=vi(c),v=hi(h),g=pi(f,s),y=gi(v),m=0,w=l||yi,b=e?w(c,y):n||u?w(c,0):void 0;y>m;m++)if((a||m in v)&&(p=g(d=v[m],m,h),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,Oi=K,Si=Ur,Li=s,ki=E,ji=c,Ai=et,Pi=a,Ri=_t,Ti=Yr,Ci=D,Ii=$,_i=W,Mi=ct,Ni=Ae,Fi=Tt,Di=F,Gi=ae,$i=ro,Ui=y,Bi=Lo,Yi=uo,Ki=Nn,Wi=ko,zi=fr,Hi=u,Vi=Oe,Xi=l,qi=jo,Ji=De.exports,Qi=xt.exports,Zi=tn,tu=Gt,eu=qt,nu=Io,ru=function(t){var e=Mo.Symbol||(Mo.Symbol={});No(e,t)||Do(e,t,{value:Fo.f(t)})},ou=Bo,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,hu=pu&&pu.prototype,vu=Ei.TypeError,gu=Ei.QObject,yu=Oi("JSON","stringify"),mu=Hi.f,wu=Vi.f,bu=Wi.f,xu=Xi.f,Eu=ki([].push),Ou=Qi("symbols"),Su=Qi("op-symbols"),Lu=Qi("string-to-symbol-registry"),ku=Qi("symbol-to-string-registry"),ju=Qi("wks"),Au=!gu||!gu.prototype||!gu.prototype.findChild,Pu=ji&&Pi((function(){return 7!=Bi(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,Ru=function(t,e){var n=Ou[t]=Bi(hu);return su(n,{type:cu,tag:t,description:e}),ji||(n.description=e),n},Tu=function(t,e,n){t===du&&Tu(Su,e,n),Ni(t);var r=Gi(e);return Ni(n),Ri(Ou,r)?(n.enumerable?(Ri(t,au)&&t[au][r]&&(t[au][r]=!1),n=Bi(n,{enumerable:Ui(0,!1)})):(Ri(t,au)||wu(t,au,Ui(1,{})),t[au][r]=!0),Pu(t,r,n)):wu(t,r,n)},Cu=function(t,e){Ni(t);var n=Di(e),r=Yi(n).concat(Nu(n));return uu(r,(function(e){ji&&!Li(Iu,n,e)||Tu(t,e,n[e])})),t},Iu=function(t){var e=Gi(t),n=Li(xu,this,e);return!(this===du&&Ri(Ou,e)&&!Ri(Su,e))&&(!(n||!Ri(this,e)||!Ri(Ou,e)||Ri(this,au)&&this[au][e])||n)},_u=function(t,e){var n=Di(t),r=Gi(e);if(n!==du||!Ri(Ou,r)||Ri(Su,r)){var o=mu(n,r);return!o||!Ri(Ou,r)||Ri(n,au)&&n[au][r]||(o.enumerable=!0),o}},Mu=function(t){var e=bu(Di(t)),n=[];return uu(e,(function(t){Ri(Ou,t)||Ri(Zi,t)||Eu(n,t)})),n},Nu=function(t){var e=t===du,n=bu(e?Su:Di(t)),r=[];return uu(n,(function(t){!Ri(Ou,t)||e&&!Ri(du,t)||Eu(r,Ou[t])})),r};(Ai||(pu=function(){if(_i(hu,this))throw vu("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&&Li(n,Su,t),Ri(this,au)&&Ri(this[au],e)&&(this[au][e]=!1),Pu(this,e,Ui(1,t))};return ji&&Au&&Pu(du,e,{configurable:!0,set:n}),Ru(e,t)},Ji(hu=pu.prototype,"toString",(function(){return lu(this).tag})),Ji(pu,"withoutSetter",(function(t){return Ru(tu(t),t)})),Xi.f=Iu,Vi.f=Tu,Hi.f=_u,Ki.f=Wi.f=Mu,zi.f=Nu,nu.f=function(t){return Ru(eu(t),t)},ji&&(wu(hu,"description",{configurable:!0,get:function(){return lu(this).description}}),Ji(du,"propertyIsEnumerable",Iu,{unsafe:!0}))),xi({global:!0,wrap:!0,forced:!Ai,sham:!Ai},{Symbol:pu}),uu(Yi(ju),(function(t){ru(t)})),xi({target:cu,stat:!0,forced:!Ai},{for:function(t){var e=$i(t);if(Ri(Lu,e))return Lu[e];var n=pu(e);return Lu[e]=n,ku[n]=e,n},keyFor:function(t){if(!Mi(t))throw vu(t+" is not a symbol");if(Ri(ku,t))return ku[t]},useSetter:function(){Au=!0},useSimple:function(){Au=!1}}),xi({target:"Object",stat:!0,forced:!Ai,sham:!ji},{create:function(t,e){return void 0===e?Bi(t):Cu(Bi(t),e)},defineProperty:Tu,defineProperties:Cu,getOwnPropertyDescriptor:_u}),xi({target:"Object",stat:!0,forced:!Ai},{getOwnPropertyNames:Mu,getOwnPropertySymbols:Nu}),xi({target:"Object",stat:!0,forced:Pi((function(){zi.f(1)}))},{getOwnPropertySymbols:function(t){return zi.f(Fi(t))}}),yu)&&xi({target:"JSON",stat:!0,forced:!Ai||Pi((function(){var t=pu();return"[null]"!=yu([t])||"{}"!=yu({a:t})||"{}"!=yu(Object(t))}))},{stringify:function(t,e,n){var r=qi(arguments),o=e;if((Ii(e)||void 0!==t)&&!Mi(t))return Ti(e)||(e=function(t,e){if(Ci(o)&&(e=Li(o,this,t,e)),!Mi(e))return e}),r[1]=e,Si(yu,null,r)}});if(!hu[fu]){var Fu=hu.valueOf;Ji(hu,fu,(function(t){return Li(Fu,this)}))}ou(pu,cu),Zi[au]=!0;var Du=Nr,Gu=a,$u=F,Uu=u.f,Bu=c,Yu=Gu((function(){Uu(1)}));Du({target:"Object",stat:!0,forced:!Bu||Yu,sham:!Bu},{getOwnPropertyDescriptor:function(t,e){return Uu($u(t),e)}});var Ku=ae,Wu=Oe,zu=y,Hu=function(t,e,n){var r=Ku(e);r in t?Wu.f(t,r,zu(0,n)):t[r]=n},Vu=vr,Xu=F,qu=u,Ju=Hu;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=Xu(t),o=qu.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=Ae,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,ha=E,va=ro,ga=ra,ya=oa,ma=xt.exports,wa=Lo,ba=wn.get,xa=fa,Ea=da,Oa=ma("native-string-replace",String.prototype.replace),Sa=RegExp.prototype.exec,La=Sa,ka=ha("".charAt),ja=ha("".indexOf),Aa=ha("".replace),Pa=ha("".slice),Ra=function(){var t=/a/,e=/b*/g;return pa(Sa,t,"a"),pa(Sa,e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),Ta=ya.UNSUPPORTED_Y||ya.BROKEN_CARET,Ca=void 0!==/()??/.exec("")[1];(Ra||Ca||Ta||xa||Ea)&&(La=function(t){var e,n,r,o,i,u,a,c=this,f=ba(c),s=va(t),l=f.raw;if(l)return l.lastIndex=c.lastIndex,e=pa(La,l,s),c.lastIndex=l.lastIndex,e;var d=f.groups,p=Ta&&c.sticky,h=pa(ga,c),v=c.source,g=0,y=s;if(p&&(h=Aa(h,"y",""),-1===ja(h,"g")&&(h+="g"),y=Pa(s,c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==ka(s,c.lastIndex-1))&&(v="(?: "+v+")",y=" "+y,g++),n=new RegExp("^(?:"+v+")",h)),Ca&&(n=new RegExp("^"+v+"$(?!\\s)",h)),Ra&&(r=c.lastIndex),o=pa(Sa,p?n:c,y),p?o?(o.input=Pa(o.input,g),o[0]=Pa(o[0],g),o.index=c.lastIndex,c.lastIndex+=o[0].length):c.lastIndex=0:Ra&&o&&(c.lastIndex=c.global?o.index+o[0].length:r),Ca&&o&&o.length>1&&pa(Oa,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 Ia=La;Nr({target:"RegExp",proto:!0,forced:/./.exec!==Ia},{exec:Ia});var _a=E,Ma=De.exports,Na=Ia,Fa=a,Da=qt,Ga=Fe,$a=Da("species"),Ua=RegExp.prototype,Ba=function(t,e,n,r){var o=Da(t),i=!Fa((function(){var e={};return e[o]=function(){return 7},7!=""[t](e)})),u=i&&!Fa((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===Ua.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(Ua,o,c[1])}r&&Ga(Ua[o],"sham",!0)},Ya=E,Ka=Gn,Wa=ro,za=_,Ha=Ya("".charAt),Va=Ya("".charCodeAt),Xa=Ya("".slice),qa=function(t){return function(e,n){var r,o,i=Wa(za(e)),u=Ka(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?Ha(i,u):r:t?Xa(i,u,u+2):o-56320+(r-55296<<10)+65536}},Ja={codeAt:qa(!1),charAt:qa(!0)},Qa=Ja.charAt,Za=function(t,e,n){return e+(n?Qa(t,e).length:1)},tc=s,ec=Ae,nc=D,rc=k,oc=Ia,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=Ae,fc=zn,sc=ro,lc=_,dc=gt,pc=Za,hc=uc;Ba("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 hc(r,o);var u=r.unicode;r.lastIndex=0;for(var a,c=[],f=0;null!==(a=hc(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 vc=i,gc=D,yc=vc.String,mc=vc.TypeError,wc=E,bc=Ae,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),Oc=D,Sc=$,Lc=Ec,kc=$,jc=k,Ac=qt("match"),Pc=function(t){var e;return kc(t)&&(void 0!==(e=t[Ac])?!!e:"RegExp"==jc(t))},Rc=K,Tc=Oe,Cc=c,Ic=qt("species"),_c=c,Mc=i,Nc=E,Fc=Ar,Dc=function(t,e,n){var r,o;return Lc&&Oc(r=e.constructor)&&r!==n&&Sc(o=r.prototype)&&o!==n.prototype&&Lc(t,o),t},Gc=Fe,$c=Oe.f,Uc=Nn.f,Bc=W,Yc=Pc,Kc=ro,Wc=ra,zc=oa,Hc=De.exports,Vc=a,Xc=_t,qc=wn.enforce,Jc=function(t){var e=Rc(t),n=Tc.f;Cc&&e&&!e[Ic]&&n(e,Ic,{configurable:!0,get:function(){return this}})},Qc=fa,Zc=da,tf=qt("match"),ef=Mc.RegExp,nf=ef.prototype,rf=Mc.SyntaxError,of=Nc(Wc),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,hf=new ef(df)!==df,vf=zc.UNSUPPORTED_Y,gf=_c&&(!hf||vf||Qc||Zc||Vc((function(){return pf[tf]=!1,ef(df)!=df||ef(pf)==pf||"/a/i"!=ef(df,"i")})));if(Fc("RegExp",gf)){for(var yf=function(t,e){var n,r,o,i,u,a,c=Bc(nf,this),f=Yc(t),s=void 0===e,l=[],d=t;if(!c&&f&&s&&t.constructor===yf)return t;if((f||Bc(nf,t))&&(t=t.source,s&&(e="flags"in d?d.flags:of(d))),t=void 0===t?"":Kc(t),e=void 0===e?"":Kc(e),d=t,Qc&&"dotAll"in df&&(r=!!e&&ff(e,"s")>-1)&&(e=cf(e,/s/g,"")),n=e,vf&&"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||Xc(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=Dc(ef(t,e),c?this:nf,yf),(r||o||l.length)&&(a=qc(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=Uc(ef),bf=0;wf.length>bf;)mf(wf[bf++]);nf.constructor=yf,yf.prototype=nf,Hc(Mc,"RegExp",yf)}Jc("RegExp");var xf=E,Ef=Ln.PROPER,Of=De.exports,Sf=Ae,Lf=W,kf=ro,jf=a,Af=ra,Pf="toString",Rf=RegExp.prototype,Tf=Rf.toString,Cf=xf(Af),If=jf((function(){return"/a/b"!=Tf.call({source:"a",flags:"b"})})),_f=Ef&&Tf.name!=Pf;(If||_f)&&Of(RegExp.prototype,Pf,(function(){var t=Sf(this),e=kf(t.source),n=t.flags;return"/"+e+"/"+kf(void 0===n&&Lf(Rf,t)&&!("flags"in Rf)?Cf(t):n)}),{unsafe:!0});var Mf=to,Nf=zr?{}.toString:function(){return"[object "+Mf(this)+"]"},Ff=zr,Df=De.exports,Gf=Nf;Ff||Df(Object.prototype,"toString",Gf,{unsafe:!0});var $f=le("span").classList,Uf=$f&&$f.constructor&&$f.constructor.prototype,Bf=Uf===Object.prototype?void 0:Uf,Yf=a,Kf=function(t,e){var n=[][t];return!!n&&Yf((function(){n.call(null,e||function(){throw 1},1)}))},Wf=bi.forEach,zf=Kf("forEach")?[].forEach:function(t){return Wf(this,t,arguments.length>1?arguments[1]:void 0)},Hf=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},Xf=Bf,qf=zf,Jf=Fe,Qf=function(t){if(t&&t.forEach!==qf)try{Jf(t,"forEach",qf)}catch(e){t.forEach=qf}};for(var Zf in Vf)Vf[Zf]&&Qf(Hf[Zf]&&Hf[Zf].prototype);Qf(Xf);var ts=c,es=E,ns=uo,rs=F,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=qt("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 hs=Nr,vs=Yr,gs=E([].reverse),ys=[1,2];hs({target:"Array",proto:!0,forced:String(ys)===String(ys.reverse())},{reverse:function(){return vs(this)&&(this.length=this.length),gs(this)}});var ms=Lo,ws=Oe,bs=qt("unscopables"),xs=Array.prototype;null==xs[bs]&&ws.f(xs,bs,{configurable:!0,value:ms(null)});var Es=Zn.includes,Os=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)}}),Os("includes");var Ss=Pc,Ls=i.TypeError,ks=qt("match"),js=Nr,As=function(t){if(Ss(t))throw Ls("The method doesn't accept regular expressions");return t},Ps=_,Rs=ro,Ts=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[ks]=!1,"/./"[t](e)}catch(t){}}return!1},Cs=E("".indexOf);js({target:"String",proto:!0,forced:!Ts("includes")},{includes:function(t){return!!~Cs(Rs(Ps(this)),Rs(As(t)),arguments.length>1?arguments[1]:void 0)}});var Is=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=$,Fs=k,Ds=Is,Gs=Object.isFrozen;_s({target:"Object",stat:!0,forced:Ms((function(){Gs(1)}))||Ds},{isFrozen:function(t){return!Ns(t)||(!(!Ds||"ArrayBuffer"!=Fs(t))||!!Gs&&Gs(t))}});var $s=ht,Us=Tt,Bs=C,Ys=Vn,Ks=i.TypeError,Ws=function(t){return function(e,n,r,o){$s(n);var i=Us(e),u=Bs(i),a=Ys(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 Ks("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}},zs={left:Ws(!1),right:Ws(!0)},Hs="process"==k(i.process),Vs=zs.left,Xs=Q,qs=Hs;Nr({target:"Array",proto:!0,forced:!Kf("reduce")||!qs&&Xs>79&&Xs<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=F,tl=Kf,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=Tt,il=uo;Nr({target:"Object",stat:!0,forced:a((function(){il(1)}))},{keys:function(t){return il(ol(t))}});var ul=E,al=Tt,cl=Math.floor,fl=ul("".charAt),sl=ul("".replace),ll=ul("".slice),dl=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,pl=/\$([$&'`]|\d{1,2})/g,hl=Ur,vl=s,gl=E,yl=Ba,ml=a,wl=Ae,bl=D,xl=Gn,El=zn,Ol=ro,Sl=_,Ll=Za,kl=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}))},Al=uc,Pl=qt("replace"),Rl=Math.max,Tl=Math.min,Cl=gl([].concat),Il=gl([].push),_l=gl("".indexOf),Ml=gl("".slice),Nl="$0"==="a".replace(/./,"$0"),Fl=!!/./[Pl]&&""===/./[Pl]("a","$0");yl("replace",(function(t,e,n){var r=Fl?"$":"$0";return[function(t,n){var r=Sl(this),o=null==t?void 0:kl(t,Pl);return o?vl(o,t,r,n):vl(e,Ol(r),t,n)},function(t,o){var i=wl(this),u=Ol(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=Ol(o));var f=i.global;if(f){var s=i.unicode;i.lastIndex=0}for(var l=[];;){var d=Al(i,u);if(null===d)break;if(Il(l,d),!f)break;""===Ol(d[0])&&(i.lastIndex=Ll(u,El(i.lastIndex),s))}for(var p,h="",v=0,g=0;g<l.length;g++){for(var y=Ol((d=l[g])[0]),m=Rl(Tl(xl(d.index),u.length),0),w=[],b=1;b<d.length;b++)Il(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&&Il(E,x);var O=Ol(hl(o,void 0,E))}else O=jl(y,u,m,w,x,o);m>=v&&(h+=Ml(u,v,m)+O,v=m+y.length)}return h+Ml(u,v)}]}),!!ml((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!Nl||Fl);var Dl=oi,Gl=st,$l=i.TypeError,Ul=Ae,Bl=function(t){if(Dl(t))return t;throw $l(Gl(t)+" is not a constructor")},Yl=qt("species"),Kl=function(t,e){var n,r=Ul(t).constructor;return void 0===r||null==(n=Ul(r)[Yl])?e:Bl(n)},Wl=Ur,zl=s,Hl=E,Vl=Ba,Xl=Pc,ql=Ae,Jl=_,Ql=Kl,Zl=Za,td=zn,ed=ro,nd=gt,rd=jo,od=uc,id=Ia,ud=a,ad=oa.UNSUPPORTED_Y,cd=4294967295,fd=Math.min,sd=[].push,ld=Hl(/./.exec),dd=Hl(sd),pd=Hl("".slice),hd=!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(!Xl(t))return zl(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=zl(id,l,r))&&!((u=l.lastIndex)>s&&(dd(c,pd(r,s,i.index)),i.length>1&&i.index<r.length&&Wl(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?[]:zl(e,this,t,n)}:e,[function(e,n){var o=Jl(this),i=null==e?void 0:nd(e,t);return i?zl(i,e,o,n):zl(r,ed(o),e,n)},function(t,o){var i=ql(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,h=0,v=[];h<u.length;){l.lastIndex=ad?0:h;var g,y=od(l,ad?pd(u,h):u);if(null===y||(g=fd(td(l.lastIndex+(ad?h:0)),u.length))===p)h=Zl(u,h,f);else{if(dd(v,pd(u,p,h)),v.length===d)return v;for(var m=1;m<=y.length-1;m++)if(dd(v,y[m]),v.length===d)return v;h=p=g}}return dd(v,pd(u,p)),v}]}),!hd,ad);var vd=Nr,gd=i,yd=Yr,md=oi,wd=$,bd=Yn,xd=Vn,Ed=F,Od=Hu,Sd=qt,Ld=jo,kd=ls("slice"),jd=Sd("species"),Ad=gd.Array,Pd=Math.max;vd({target:"Array",proto:!0,forced:!kd},{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===Ad||yd(n.prototype))||wd(n)&&null===(n=n[jd]))&&(n=void 0),n===Ad||void 0===n))return Ld(i,a,c);for(r=new(void 0===n?Ad:n)(Pd(c-a,0)),o=0;a<c;a++,o++)a in i&&Od(r,o,i[a]);return r.length=o,r}});var Rd,Td,Cd,Id=!a((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})),_d=i,Md=_t,Nd=D,Fd=Tt,Dd=Id,Gd=Ze("IE_PROTO"),$d=_d.Object,Ud=$d.prototype,Bd=Dd?$d.getPrototypeOf:function(t){var e=Fd(t);if(Md(e,Gd))return e[Gd];var n=e.constructor;return Nd(n)&&e instanceof n?n.prototype:e instanceof $d?Ud:null},Yd=a,Kd=D,Wd=Bd,zd=De.exports,Hd=qt("iterator"),Vd=!1;[].keys&&("next"in(Cd=[].keys())?(Td=Wd(Wd(Cd)))!==Object.prototype&&(Rd=Td):Vd=!0);var Xd=null==Rd||Yd((function(){var t={};return Rd[Hd].call(t)!==t}));Xd&&(Rd={}),Kd(Rd[Hd])||zd(Rd,Hd,(function(){return this}));var qd={IteratorPrototype:Rd,BUGGY_SAFARI_ITERATORS:Vd},Jd={},Qd=qd.IteratorPrototype,Zd=Lo,tp=y,ep=Bo,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=zn,dp=ro,pp=Ae,hp=W,vp=Pc,gp=ra,yp=gt,mp=De.exports,wp=a,bp=Kl,xp=Za,Ep=uc,Op=wn,Sp=qt("matchAll"),Lp="RegExp String",kp="RegExp String Iterator",jp=Op.set,Ap=Op.getterFor(kp),Pp=RegExp.prototype,Rp=up.TypeError,Tp=cp(gp),Cp=cp("".indexOf),Ip=cp("".matchAll),_p=!!Ip&&!wp((function(){Ip("a",/./)})),Mp=fp((function(t,e,n,r){jp(this,{type:kp,regexp:t,string:e,global:n,unicode:r,done:!1})}),Lp,(function(){var t=Ap(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)&&hp(Pp,a)&&!("flags"in Pp)&&(n=Tp(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(vp(t)&&(e=dp(sp("flags"in Pp?t.flags:Tp(t))),!~Cp(e,"g")))throw Rp("`.matchAll` does not allow non-global regexes");if(_p)return Ip(o,t);if(r=yp(t,Sp))return ap(r,t,o)}else if(_p)return Ip(o,t);return n=dp(o),new RegExp(t,"g")[Sp](n)}}),Sp in Pp||mp(Pp,Sp,Np);var Fp=s,Dp=Ae,Gp=gt,$p=Ae,Up=function(t,e,n){var r,o;Dp(t);try{if(!(r=Gp(t,"return"))){if("throw"===e)throw n;return n}r=Fp(r,t)}catch(t){o=!0,r=t}if("throw"===e)throw n;if(o)throw r;return Dp(r),n},Bp=Jd,Yp=qt("iterator"),Kp=Array.prototype,Wp=to,zp=gt,Hp=Jd,Vp=qt("iterator"),Xp=function(t){if(null!=t)return zp(t,Vp)||zp(t,"@@iterator")||Hp[Wp(t)]},qp=s,Jp=ht,Qp=Ae,Zp=st,th=Xp,eh=i.TypeError,nh=Wo,rh=s,oh=Tt,ih=function(t,e,n,r){try{return r?e($p(n)[0],n[1]):e(n)}catch(e){Up(t,"throw",e)}},uh=function(t){return void 0!==t&&(Bp.Array===t||Kp[Yp]===t)},ah=oi,ch=Vn,fh=Hu,sh=function(t,e){var n=arguments.length<2?th(t):e;if(Jp(n))return Qp(qp(n,t));throw eh(Zp(t)+" is not iterable")},lh=Xp,dh=i.Array,ph=qt("iterator"),hh=!1;try{var vh=0,gh={next:function(){return{done:!!vh++}},return:function(){hh=!0}};gh[ph]=function(){return this},Array.from(gh,(function(){throw 2}))}catch(t){}var yh=function(t){var e=oh(t),n=ah(this),r=arguments.length,o=r>1?arguments[1]:void 0,i=void 0!==o;i&&(o=nh(o,r>2?arguments[2]:void 0));var u,a,c,f,s,l,d=lh(e),p=0;if(!d||this==dh&&uh(d))for(u=ch(e),a=n?new this(u):dh(u);u>p;p++)l=i?o(e[p],p):e[p],fh(a,p,l);else for(s=(f=sh(e,d)).next,a=n?new this:[];!(c=rh(s,f)).done;p++)l=i?ih(f,o,[c.value,p],!0):c.value,fh(a,p,l);return a.length=p,a},mh=function(t,e){if(!e&&!hh)return!1;var n=!1;try{var r={};r[ph]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(t){}return n};Nr({target:"Array",stat:!0,forced:!mh((function(t){Array.from(t)}))},{from:yh});var wh=Nr,bh=s,xh=Ln,Eh=D,Oh=op,Sh=Bd,Lh=Ec,kh=Bo,jh=Fe,Ah=De.exports,Ph=Jd,Rh=xh.PROPER,Th=xh.CONFIGURABLE,Ch=qd.IteratorPrototype,Ih=qd.BUGGY_SAFARI_ITERATORS,_h=qt("iterator"),Mh="keys",Nh="values",Fh="entries",Dh=function(){return this},Gh=Ja.charAt,$h=ro,Uh=wn,Bh=function(t,e,n,r,o,i,u){Oh(n,e,r);var a,c,f,s=function(t){if(t===o&&v)return v;if(!Ih&&t in p)return p[t];switch(t){case Mh:case Nh:case Fh:return function(){return new n(this,t)}}return function(){return new n(this)}},l=e+" Iterator",d=!1,p=t.prototype,h=p[_h]||p["@@iterator"]||o&&p[o],v=!Ih&&h||s(o),g="Array"==e&&p.entries||h;if(g&&(a=Sh(g.call(new t)))!==Object.prototype&&a.next&&(Sh(a)!==Ch&&(Lh?Lh(a,Ch):Eh(a[_h])||Ah(a,_h,Dh)),kh(a,l,!0)),Rh&&o==Nh&&h&&h.name!==Nh&&(Th?jh(p,"name",Nh):(d=!0,v=function(){return bh(h,this)})),o)if(c={values:s(Nh),keys:i?v:s(Mh),entries:s(Fh)},u)for(f in c)(Ih||d||!(f in p))&&Ah(p,f,c[f]);else wh({target:e,proto:!0,forced:Ih||d},c);return p[_h]!==v&&Ah(p,_h,v,{name:o}),Ph[e]=v,c},Yh="String Iterator",Kh=Uh.set,Wh=Uh.getterFor(Yh);Bh(String,"String",(function(t){Kh(this,{type:Yh,string:$h(t),index:0})}),(function(){var t,e=Wh(this),n=e.string,r=e.index;return r>=n.length?{value:void 0,done:!0}:(t=Gh(n,r),e.index+=t.length,{value:t,done:!1})}));var zh="\t\n\v\f\r                 \u2028\u2029\ufeff",Hh=_,Vh=ro,Xh=E("".replace),qh="[\t\n\v\f\r                 \u2028\u2029\ufeff]",Jh=RegExp("^"+qh+qh+"*"),Qh=RegExp(qh+qh+"*$"),Zh=function(t){return function(e){var n=Vh(Hh(e));return 1&t&&(n=Xh(n,Jh,"")),2&t&&(n=Xh(n,Qh,"")),n}},tv={start:Zh(1),end:Zh(2),trim:Zh(3)},ev=Ln.PROPER,nv=a,rv=zh,ov=tv.trim;Nr({target:"String",proto:!0,forced:function(t){return nv((function(){return!!rv[t]()||"​…᠎"!=="​…᠎"[t]()||ev&&rv[t].name!==t}))}("trim")},{trim:function(){return ov(this)}});var iv={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};
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 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:{}};
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]}(iv,iv.exports);var uv=iv.exports,av={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",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()}!function(){if("undefined"!=typeof window){var t=function(){function t(){sf(this,t)}return df(t,[{key:"version",get:function(){return"9.29.0"}}]),t}();window.Eufemia=new 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");null!==o&&void 0===r.__tabindex&&(r.__tabindex=o),null!==i&&void 0===r.__ariahidden&&(r.__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.__tabindex?(n.setAttribute("tabindex",n.__tabindex),delete n.__tabindex):n.removeAttribute("tabindex"),void 0!==n.__ariahidden?(n.setAttribute("aria-hidden",n.__ariahidden),delete n.__ariahidden):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})}));
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"},h=!1;try{var v=Object.defineProperty({},"passive",{get:function(){h=!0}});window.addEventListener("test",null,v)}catch(t){}var g=function(){var t=!!h&&{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(k(),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=S(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(L(o)&&(l=!1),l&&n!==o&&(O("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()&&!P(d,"form"))&&(O("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=S(t)),A(t),(!l&&!L(e)||l&&"wheel"===t.type||"mousewheel"===t.type||"DOMMouseScroll"===t.type)&&r!==e&&(O("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")},O=function(t,e){if(i)try{window.sessionStorage.setItem("what-"+t,e)}catch(t){}},S=function(t){return"number"==typeof t.pointerType?p[t.pointerType]:"pen"===t.pointerType?"touch":t.pointerType},L=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"},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)},A=function(t){d.x!==t.screenX||d.y!==t.screenY?(l=!1,d.x=t.screenX,d.y=t.screenY):l=!0},P=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",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()}(av);var cv=av.exports;!function(t){var e=function(t){var e,n=Object.prototype,r=n.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",u=o.asyncIterator||"@@asyncIterator",a=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 g?e:g,i=Object.create(o.prototype),u=new A(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===h){if("throw"===o)throw i;return R()}for(n.method=o,n.arg=i;;){var u=n.delegate;if(u){var a=L(u,n);if(a){if(a===v)continue;return a}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===l)throw r=h,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?h:d,c.arg===v)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r=h,n.method="throw",n.arg=c.arg)}}}(t,n,u),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",h="completed",v={};function g(){}function y(){}function m(){}var w={};c(w,i,(function(){return this}));var b=Object.getPrototypeOf,x=b&&b(b(P([])));x&&x!==n&&r.call(x,i)&&(w=x);var E=m.prototype=g.prototype=Object.create(w);function O(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function S(t,e){function n(o,i,u,a){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,u,a)}),(function(t){n("throw",t,u,a)})):e.resolve(l).then((function(t){f.value=t,u(f)}),(function(t){return n("throw",t,u,a)}))}a(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 L(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,L(t,n),"throw"===n.method))return v;n.method="throw",n.arg=new TypeError("The iterator does not provide a 'throw' method")}return v}var o=s(r,t.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,v;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,v):i:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,v)}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 j(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function A(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(k,this),this.reset(!0)}function P(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,u=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 u.next=u}}return{next:R}}function R(){return{value:e,done:!0}}return y.prototype=m,c(E,"constructor",m),c(m,"constructor",y),y.displayName=c(m,a,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===y||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,m):(t.__proto__=m,c(t,a,"GeneratorFunction")),t.prototype=Object.create(E),t},t.awrap=function(t){return{__await:t}},O(S.prototype),c(S.prototype,u,(function(){return this})),t.AsyncIterator=S,t.async=function(e,n,r,o,i){void 0===i&&(i=Promise);var u=new S(f(e,n,r,o),i);return t.isGeneratorFunction(n)?u:u.next().then((function(t){return t.done?t.value:u.next()}))},O(E),c(E,a,"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=P,A.prototype={constructor:A,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(j),!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 a.type="throw",a.arg=t,n.next=r,o&&(n.method="next",n.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var u=this.tryEntries[i],a=u.completion;if("root"===u.tryLoc)return o("end");if(u.tryLoc<=this.prev){var c=r.call(u,"catchLoc"),f=r.call(u,"finallyLoc");if(c&&f){if(this.prev<u.catchLoc)return o(u.catchLoc,!0);if(this.prev<u.finallyLoc)return o(u.finallyLoc)}else if(c){if(this.prev<u.catchLoc)return o(u.catchLoc,!0)}else{if(!f)throw new Error("try statement without catch or finally");if(this.prev<u.finallyLoc)return o(u.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 u=i?i.completion:{};return u.type=t,u.arg=e,i?(this.method="next",this.next=i.finallyLoc,v):this.complete(u)},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),v},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),j(n),v}},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;j(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:P(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),v}},t}(t.exports);try{regeneratorRuntime=e}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=e:Function("r","regeneratorRuntime = r")(e)}}({exports:{}});var fv=Nr,sv=i,lv=a,dv=Yr,pv=$,hv=Tt,vv=Vn,gv=Hu,yv=di,mv=ls,wv=Q,bv=qt("isConcatSpreadable"),xv=9007199254740991,Ev="Maximum allowed index exceeded",Ov=sv.TypeError,Sv=wv>=51||!lv((function(){var t=[];return t[bv]=!1,t.concat()[0]!==t})),Lv=mv("concat"),kv=function(t){if(!pv(t))return!1;var e=t[bv];return void 0!==e?!!e:dv(t)};fv({target:"Array",proto:!0,forced:!Sv||!Lv},{concat:function(t){var e,n,r,o,i,u=hv(this),a=yv(u,0),c=0;for(e=-1,r=arguments.length;e<r;e++)if(kv(i=-1===e?u:arguments[e])){if(c+(o=vv(i))>xv)throw Ov(Ev);for(n=0;n<o;n++,c++)n in i&&gv(a,c,i[n])}else{if(c>=xv)throw Ov(Ev);gv(a,c++,i)}return a.length=c,a}});var jv,Av,Pv,Rv,Tv,Cv,Iv,_v,Mv="Mac|iPad|iPhone|iPod",Nv="Linux";"undefined"!=typeof navigator&&/edge/i.test(null===(jv=navigator)||void 0===jv?void 0:jv.userAgent),"undefined"!=typeof navigator&&new RegExp("iOS|iPhone|iPad|iPod","i").test(null===(Av=navigator)||void 0===Av?void 0:Av.platform),"undefined"!=typeof navigator&&/safari/i.test(null===(Pv=navigator)||void 0===Pv?void 0:Pv.userAgent)&&/chrome/i.test(null===(Rv=navigator)||void 0===Rv?void 0:Rv.userAgent),"undefined"!=typeof navigator&&new RegExp("Win","i").test(null===(Tv=navigator)||void 0===Tv?void 0:Tv.platform),"undefined"!=typeof navigator&&new RegExp("Android","i").test(null===(Cv=navigator)||void 0===Cv?void 0:Cv.userAgent),"undefined"!=typeof navigator&&new RegExp(Mv,"i").test(null===(Iv=navigator)||void 0===Iv?void 0:Iv.platform),"undefined"!=typeof navigator&&new RegExp(Nv,"i").test(null===(_v=navigator)||void 0===_v?void 0:_v.platform);function Fv(){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(Mv))?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(Nv))&&document.documentElement.setAttribute("data-os","linux")}catch(t){}document.removeEventListener("DOMContentLoaded",t)}};"undefined"!=typeof document&&"loading"===document.readyState?document.addEventListener("DOMContentLoaded",t):t()}!function(){if("undefined"!=typeof window){var t=function(){function t(){Qu(this,t)}return ta(t,[{key:"version",get:function(){return"9.31.0"}}]),t}();window.Eufemia=new t}}(),cv.specificKeys([9]),Fv(),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(Dv(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){}})),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"===uv(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=uv(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 Dv=function(t){return t&&(t.scrollHeight>t.offsetHeight||t.scrollWidth>t.offsetWidth)&&Gv(t)},Gv=function(t){var e="undefined"!=typeof window?window.getComputedStyle(t):{};return/scroll|auto/i.test((e.overflow||"")+(e.overflowX||"")+(e.overflowY||""))};t.defineNavigator=Fv,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})}));