@dnb/eufemia 9.45.1 → 9.45.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/cjs/components/slider/style/_slider.scss +9 -4
  3. package/cjs/components/slider/style/dnb-slider.css +8 -4
  4. package/cjs/components/slider/style/dnb-slider.min.css +1 -1
  5. package/cjs/components/table/useHandleSortState.js +2 -0
  6. package/cjs/fragments/drawer-list/style/_drawer-list.scss +2 -2
  7. package/cjs/shared/Eufemia.js +1 -1
  8. package/cjs/style/dnb-ui-components.css +12 -8
  9. package/cjs/style/dnb-ui-components.min.css +2 -2
  10. package/cjs/style/dnb-ui-fragments.css +4 -4
  11. package/cjs/style/dnb-ui-fragments.min.css +1 -1
  12. package/components/slider/style/_slider.scss +9 -4
  13. package/components/slider/style/dnb-slider.css +8 -4
  14. package/components/slider/style/dnb-slider.min.css +1 -1
  15. package/components/table/useHandleSortState.js +2 -0
  16. package/es/components/slider/style/_slider.scss +9 -4
  17. package/es/components/slider/style/dnb-slider.css +8 -4
  18. package/es/components/slider/style/dnb-slider.min.css +1 -1
  19. package/es/components/table/useHandleSortState.js +2 -0
  20. package/es/fragments/drawer-list/style/_drawer-list.scss +2 -2
  21. package/es/shared/Eufemia.js +1 -1
  22. package/es/style/dnb-ui-components.css +12 -8
  23. package/es/style/dnb-ui-components.min.css +2 -2
  24. package/es/style/dnb-ui-fragments.css +4 -4
  25. package/es/style/dnb-ui-fragments.min.css +1 -1
  26. package/esm/dnb-ui-basis.min.mjs +1 -1
  27. package/esm/dnb-ui-components.min.mjs +1 -1
  28. package/esm/dnb-ui-elements.min.mjs +1 -1
  29. package/esm/dnb-ui-extensions.min.mjs +1 -1
  30. package/esm/dnb-ui-lib.min.mjs +1 -1
  31. package/esm/dnb-ui-web-components.min.mjs +1 -1
  32. package/fragments/drawer-list/style/_drawer-list.scss +2 -2
  33. package/package.json +1 -1
  34. package/shared/Eufemia.js +1 -1
  35. package/style/dnb-ui-components.css +12 -8
  36. package/style/dnb-ui-components.min.css +2 -2
  37. package/style/dnb-ui-fragments.css +4 -4
  38. package/style/dnb-ui-fragments.min.css +1 -1
  39. package/umd/dnb-ui-basis.min.js +1 -1
  40. package/umd/dnb-ui-components.min.js +1 -1
  41. package/umd/dnb-ui-elements.min.js +1 -1
  42. package/umd/dnb-ui-extensions.min.js +1 -1
  43. package/umd/dnb-ui-lib.min.js +1 -1
  44. package/umd/dnb-ui-web-components.min.js +1 -1
@@ -36,8 +36,8 @@
36
36
  transition: all 300ms var(--easing-default);
37
37
  z-index: 3200; }
38
38
  html[data-visual-test] .dnb-drawer-list__portal__style {
39
- -webkit-animation-duration: 1ms !important;
40
- animation-duration: 1ms !important; }
39
+ -webkit-transition: none !important;
40
+ transition: none !important; }
41
41
  .dnb-drawer-list__portal__style--fixed {
42
42
  position: fixed; }
43
43
  .dnb-drawer-list__root {
@@ -124,8 +124,8 @@
124
124
  scroll-behavior: auto !important; }
125
125
  html[data-visual-test] .dnb-drawer-list--scroll .dnb-drawer-list__options,
126
126
  .dnb-drawer-list--scroll.dnb-drawer-list--no-animation .dnb-drawer-list__options {
127
- -webkit-animation-duration: 1ms !important;
128
- animation-duration: 1ms !important; }
127
+ -webkit-transition: none !important;
128
+ transition: none !important; }
129
129
  .dnb-drawer-list--opened .dnb-drawer-list__options {
130
130
  scroll-behavior: smooth; }
131
131
  .dnb-drawer-list--no-scroll-animation .dnb-drawer-list__options {
@@ -1 +1 @@
1
- :root{--drawer-list-width:16rem;--drawer-list-height:2rem;--drawer-list-padding-horizontal:1rem;--drawer-list-focus-border-width:0.125rem;--drawer-list-text-padding:0.5rem;--drawer-list-height--small:1.5rem;--drawer-list-height--medium:2.5rem;--drawer-list-height--large:3rem}.dnb-drawer-list{display:block;font-size:1rem;font-size:var(--font-size-small);min-width:inherit;position:relative;width:inherit}.dnb-drawer-list__portal__style{position:absolute;-webkit-transition:all .3s cubic-bezier(.42,0,0,1);transition:all .3s cubic-bezier(.42,0,0,1);-webkit-transition:all .3s var(--easing-default);transition:all .3s var(--easing-default);z-index:3200}html[data-visual-test] .dnb-drawer-list__portal__style{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}.dnb-drawer-list__portal__style--fixed{position:fixed}.dnb-drawer-list__root{min-width:inherit;width:inherit}.dnb-drawer-list__root--portal{left:0;position:absolute;top:0}.dnb-drawer-list__content{padding:0;width:100%}.dnb-drawer-list__list{background-color:transparent;bottom:auto;font-size:1.125rem;font-size:var(--font-size-basis);left:0;line-height:1.5rem;line-height:var(--line-height-basis);margin:0;min-width:inherit;padding:0;position:absolute;right:0;top:0;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity .16s ease-out,-webkit-transform .2s;transition:opacity .16s ease-out,-webkit-transform .2s;transition:transform .2s,opacity .16s ease-out;transition:transform .2s,opacity .16s ease-out,-webkit-transform .2s;width:inherit;z-index:3}.dnb-drawer-list__options{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;list-style:none;margin:0;max-height:90vh;padding:0;width:100%}.dnb-spacing .dnb-drawer-list__options li.dnb-drawer-list__option{margin:0}.dnb-drawer-list--scroll .dnb-drawer-list__options{-ms-scroll-chaining:none;-webkit-overflow-scrolling:touch;-ms-overflow-style:auto;max-height:70vh;min-height:2rem;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:#007272 transparent;scrollbar-color:var(--color-sea-green) transparent;scrollbar-width:thin;-webkit-transition:max-height .3s cubic-bezier(.42,0,0,1);transition:max-height .3s cubic-bezier(.42,0,0,1);-webkit-transition:max-height .3s var(--easing-default);transition:max-height .3s var(--easing-default)}@supports not (scrollbar-color:auto){.dnb-drawer-list--scroll .dnb-drawer-list__options::-webkit-scrollbar{background-color:#ebebeb;background-color:var(--color-black-8)}.dnb-drawer-list--scroll .dnb-drawer-list__options::-webkit-scrollbar:vertical{width:.5rem}.dnb-drawer-list--scroll .dnb-drawer-list__options::-webkit-scrollbar:horizontal{height:.5rem}.dnb-drawer-list--scroll .dnb-drawer-list__options::-webkit-scrollbar-thumb{background-color:#007272;background-color:var(--color-sea-green);border-radius:.5rem}.dnb-drawer-list--scroll .dnb-drawer-list__options::-webkit-scrollbar-thumb:hover{background-color:#14555a;background-color:var(--color-emerald-green)}}html:not([data-visual-test]) .dnb-drawer-list--scroll .dnb-drawer-list__options{scroll-behavior:smooth}html[data-visual-test] .dnb-drawer-list--scroll .dnb-drawer-list__options{scroll-behavior:auto!important}.dnb-drawer-list--scroll.dnb-drawer-list--no-animation .dnb-drawer-list__options,html[data-visual-test] .dnb-drawer-list--scroll .dnb-drawer-list__options{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}.dnb-drawer-list--opened .dnb-drawer-list__options{scroll-behavior:smooth}.dnb-drawer-list--no-scroll-animation .dnb-drawer-list__options{scroll-behavior:auto}.dnb-drawer-list__option{cursor:pointer;padding:0}.dnb-drawer-list__option,.dnb-drawer-list__option__inner{background-color:#fff;background-color:var(--color-white);color:inherit;margin:0;outline:none;position:relative}.dnb-drawer-list__option__inner{padding:1rem;z-index:1}@supports not (display:grid){.dnb-drawer-list__option__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center}}@supports (display:grid){.dnb-drawer-list__option__inner{display:grid;grid-template-columns:1fr auto;grid-template-rows:repeat(10,-webkit-min-content);grid-template-rows:repeat(10,min-content)}}.dnb-drawer-list__option__inner>*{-ms-flex-item-align:self-start;align-self:self-start}.dnb-drawer-list__option__item{display:block;grid-column:1;text-overflow:ellipsis}.dnb-drawer-list__option__item--horizontal{display:-webkit-box;display:-ms-flexbox;display:flex}.dnb-drawer-list__option__item>.dnb-icon{vertical-align:baseline;vertical-align:initial}.dnb-drawer-list__option__item .dnb-anchor{display:inline-block;font-size:inherit;margin-right:.5rem;white-space:nowrap;word-break:break-word}@media screen and (min-width:40em){.dnb-drawer-list__option__suffix{align-self:center;grid-column:2;grid-row:1/-1;justify-self:end}}.dnb-drawer-list__option--ignore{cursor:default;pointer-events:none}.dnb-drawer-list__triangle{left:auto;margin:0 1rem;margin:0 var(--drawer-list-padding-horizontal);overflow:hidden;pointer-events:none;right:0;top:-.875rem;top:calc(var(--drawer-list-focus-border-width) - var(--drawer-list-height)/2)}.dnb-drawer-list__triangle,.dnb-drawer-list__triangle:before{height:1rem;height:calc(var(--drawer-list-height)/2);position:absolute;width:1rem;width:calc(var(--drawer-list-height)/2)}.dnb-drawer-list__triangle:before{background-color:#fff;background-color:var(--color-white);border:1px solid #cdcdcd;border:1px solid var(--color-black-border);content:"";left:0;top:0;-webkit-transform:translateY(60%) rotate(45deg);transform:translateY(60%) rotate(45deg)}.dnb-drawer-list--triangle-position-left .dnb-drawer-list__triangle{left:0;right:auto}.dnb-drawer-list--top .dnb-drawer-list__triangle{bottom:calc(-.875rem - 2px);bottom:calc(var(--drawer-list-focus-border-width) - var(--drawer-list-height)/2 - 2px);top:auto;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dnb-drawer-list--top .dnb-drawer-list__triangle:before{-webkit-transform:translateY(65%) rotate(45deg);transform:translateY(65%) rotate(45deg)}.dnb-drawer-list--is-popup.dnb-drawer-list--right{left:auto;position:absolute;right:0}.dnb-drawer-list--is-popup.dnb-drawer-list--left .dnb-drawer-list__list{left:-.5rem}.dnb-drawer-list--is-popup.dnb-drawer-list--right .dnb-drawer-list__list{right:-.5rem}.dnb-drawer-list--opened .dnb-drawer-list__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-animation:drawer-list-slide-top-down .2s ease-out 1 forwards;animation:drawer-list-slide-top-down .2s ease-out 1 forwards;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;z-index:100}.dnb-drawer-list--opened .dnb-drawer-list__list--no-animation,html[data-visual-test] .dnb-drawer-list--opened .dnb-drawer-list__list{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}@media screen and (max-height:40em),screen and (max-width:40em){.dnb-drawer-list__portal .dnb-drawer-list--mobile-view.dnb-drawer-list--opened .dnb-drawer-list__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-animation:drawer-list-scale-in .2s ease-out 1 forwards;animation:drawer-list-scale-in .2s ease-out 1 forwards;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;z-index:100}}.dnb-drawer-list--hidden .dnb-drawer-list__list{display:none}.dnb-drawer-list--bottom .dnb-drawer-list__list{bottom:auto;top:0}.dnb-drawer-list--top .dnb-drawer-list__list{bottom:2rem;bottom:var(--drawer-list-height);top:auto}.dnb-drawer-list__portal .dnb-drawer-list--bottom .dnb-drawer-list__list{bottom:auto;top:2rem;top:var(--drawer-list-height)}.dnb-drawer-list__portal .dnb-drawer-list--small .dnb-drawer-list__list{top:1.5rem;top:var(--drawer-list-height--small)}.dnb-drawer-list--small.dnb-drawer-list--top .dnb-drawer-list__list{bottom:1.5rem;bottom:var(--drawer-list-height--small)}.dnb-drawer-list--small.dnb-drawer-list--is-popup.dnb-drawer-list--left .dnb-drawer-list__list{left:-.75rem}.dnb-drawer-list--small.dnb-drawer-list--is-popup.dnb-drawer-list--right .dnb-drawer-list__list{right:-.75rem}.dnb-drawer-list__portal .dnb-drawer-list--medium .dnb-drawer-list__list{top:2.5rem;top:var(--drawer-list-height--medium)}.dnb-drawer-list--medium.dnb-drawer-list--top .dnb-drawer-list__list{bottom:2.5rem;bottom:var(--drawer-list-height--medium)}.dnb-drawer-list--medium.dnb-drawer-list--is-popup.dnb-drawer-list--left .dnb-drawer-list__list{left:-.25rem}.dnb-drawer-list--medium.dnb-drawer-list--is-popup.dnb-drawer-list--right .dnb-drawer-list__list{right:-.25rem}.dnb-drawer-list__portal .dnb-drawer-list--large .dnb-drawer-list__list{top:3rem;top:var(--drawer-list-height--large)}.dnb-drawer-list--large.dnb-drawer-list--top .dnb-drawer-list__list{bottom:3rem;bottom:var(--drawer-list-height--large)}.dnb-drawer-list--large .dnb-drawer-list__triangle{margin:0 1.25rem}.dnb-drawer-list--large.dnb-drawer-list--is-popup.dnb-drawer-list--left .dnb-drawer-list__list{left:-.25rem}.dnb-drawer-list--large.dnb-drawer-list--is-popup.dnb-drawer-list--right .dnb-drawer-list__list{right:-.25rem}.dnb-drawer-list--is-popup.dnb-drawer-list--right .dnb-drawer-list__list{left:auto}.dnb-drawer-list__root>.dnb-drawer-list--right{left:auto;position:absolute;right:0}.dnb-drawer-list__portal .dnb-drawer-list--right{right:100%}.dnb-drawer-list__portal .dnb-drawer-list--top .dnb-drawer-list__list{bottom:0;top:auto}@media screen and (max-height:40em),screen and (max-width:40em){.dnb-drawer-list__portal .dnb-drawer-list--mobile-view,.dnb-drawer-list__portal__style--mobile-view{left:auto!important;right:0!important;top:0!important}.dnb-drawer-list__portal__style--mobile-view{position:fixed}.dnb-drawer-list__portal .dnb-drawer-list--mobile-view .dnb-drawer-list__list,.dnb-drawer-list__portal .dnb-drawer-list--mobile-view .dnb-drawer-list__options{border-radius:0;height:100vh;max-height:100vh!important;top:0!important}}.dnb-drawer-list:not(.dnb-drawer-list--opened) .dnb-drawer-list__list{-webkit-animation:drawer-list-slide-top-up .15s ease-out 1 forwards;animation:drawer-list-slide-top-up .15s ease-out 1 forwards}.dnb-drawer-list:not(.dnb-drawer-list--opened) .dnb-drawer-list__list--no-animation,html[data-visual-test] .dnb-drawer-list:not(.dnb-drawer-list--opened) .dnb-drawer-list__list{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}@media screen and (max-height:40em),screen and (max-width:40em){.dnb-drawer-list__portal .dnb-drawer-list--mobile-view.dnb-drawer-list:not(.dnb-drawer-list--opened) .dnb-drawer-list__list{-webkit-animation:drawer-list-scale-out .15s ease-out 1 forwards;animation:drawer-list-scale-out .15s ease-out 1 forwards}}.dnb-drawer-list--action-menu .dnb-drawer-list__option__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;justify-content:flex-start}@media screen and (min-width:40em){.dnb-drawer-list--action-menu.dnb-drawer-list--is-popup.dnb-drawer-list--left .dnb-drawer-list__list{left:0}.dnb-drawer-list--action-menu.dnb-drawer-list--is-popup.dnb-drawer-list--right .dnb-drawer-list__list{right:0}}@media screen and (max-height:40em),screen and (max-width:40em){.dnb-drawer-list__portal .dnb-drawer-list--mobile-view.dnb-drawer-list--action-menu .dnb-drawer-list__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-animation:drawer-list-slide-bottom-up .2s ease-out 1 forwards;animation:drawer-list-slide-bottom-up .2s ease-out 1 forwards;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;z-index:100}.dnb-drawer-list__portal .dnb-drawer-list--mobile-view.dnb-drawer-list--action-menu.dnb-drawer-list:not(.dnb-drawer-list--opened) .dnb-drawer-list__list{-webkit-animation:drawer-list-slide-bottom-down .2s ease-out 1 forwards;animation:drawer-list-slide-bottom-down .2s ease-out 1 forwards}.dnb-drawer-list__portal .dnb-drawer-list--mobile-view.dnb-drawer-list--action-menu .dnb-drawer-list__list,.dnb-drawer-list__portal .dnb-drawer-list--mobile-view.dnb-drawer-list--action-menu .dnb-drawer-list__options{bottom:0!important;-webkit-box-shadow:0 -4px 4px rgba(0,0,0,.16);box-shadow:0 -4px 4px rgba(0,0,0,.16);height:auto!important;left:0!important;position:fixed;right:0!important;top:auto!important;width:100vw!important}}@media screen and (-ms-high-contrast:none){.dnb-drawer-list{-webkit-box-flex:0;-ms-flex:none;flex:none;vertical-align:baseline}.dnb-drawer-list__shell{top:0}.dnb-drawer-list__options{display:block}}@-webkit-keyframes drawer-list-scale-in{0%{opacity:0;-webkit-transform:scale(.8) translateX(calc(1px - 16rem));transform:scale(.8) translateX(calc(1px - 16rem));-webkit-transform:scale(.8) translateX(calc(1px - var(--drawer-list-width)));transform:scale(.8) translateX(calc(1px - var(--drawer-list-width)))}to{opacity:1;-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}}@keyframes drawer-list-scale-in{0%{opacity:0;-webkit-transform:scale(.8) translateX(calc(1px - 16rem));transform:scale(.8) translateX(calc(1px - 16rem));-webkit-transform:scale(.8) translateX(calc(1px - var(--drawer-list-width)));transform:scale(.8) translateX(calc(1px - var(--drawer-list-width)))}to{opacity:1;-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}}@-webkit-keyframes drawer-list-scale-out{0%{opacity:1;-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}to{opacity:0;-webkit-transform:scale(.8) translateX(calc(1px - 16rem));transform:scale(.8) translateX(calc(1px - 16rem));-webkit-transform:scale(.8) translateX(calc(1px - var(--drawer-list-width)));transform:scale(.8) translateX(calc(1px - var(--drawer-list-width)))}}@keyframes drawer-list-scale-out{0%{opacity:1;-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}to{opacity:0;-webkit-transform:scale(.8) translateX(calc(1px - 16rem));transform:scale(.8) translateX(calc(1px - 16rem));-webkit-transform:scale(.8) translateX(calc(1px - var(--drawer-list-width)));transform:scale(.8) translateX(calc(1px - var(--drawer-list-width)))}}@-webkit-keyframes drawer-list-slide-top-down{0%{opacity:0;-webkit-transform:translateY(calc(1px - 2rem));transform:translateY(calc(1px - 2rem));-webkit-transform:translateY(calc(1px - var(--drawer-list-height)));transform:translateY(calc(1px - var(--drawer-list-height)))}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes drawer-list-slide-top-down{0%{opacity:0;-webkit-transform:translateY(calc(1px - 2rem));transform:translateY(calc(1px - 2rem));-webkit-transform:translateY(calc(1px - var(--drawer-list-height)));transform:translateY(calc(1px - var(--drawer-list-height)))}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes drawer-list-slide-top-up{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(calc(1px - 2rem));transform:translateY(calc(1px - 2rem));-webkit-transform:translateY(calc(1px - var(--drawer-list-height)));transform:translateY(calc(1px - var(--drawer-list-height)))}}@keyframes drawer-list-slide-top-up{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(calc(1px - 2rem));transform:translateY(calc(1px - 2rem));-webkit-transform:translateY(calc(1px - var(--drawer-list-height)));transform:translateY(calc(1px - var(--drawer-list-height)))}}@-webkit-keyframes drawer-list-slide-bottom-down{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(calc(1px + 2rem));transform:translateY(calc(1px + 2rem));-webkit-transform:translateY(calc(1px + var(--drawer-list-height)));transform:translateY(calc(1px + var(--drawer-list-height)))}}@keyframes drawer-list-slide-bottom-down{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(calc(1px + 2rem));transform:translateY(calc(1px + 2rem));-webkit-transform:translateY(calc(1px + var(--drawer-list-height)));transform:translateY(calc(1px + var(--drawer-list-height)))}}@-webkit-keyframes drawer-list-slide-bottom-up{0%{opacity:0;-webkit-transform:translateY(calc(1px + 2rem));transform:translateY(calc(1px + 2rem));-webkit-transform:translateY(calc(1px + var(--drawer-list-height)));transform:translateY(calc(1px + var(--drawer-list-height)))}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes drawer-list-slide-bottom-up{0%{opacity:0;-webkit-transform:translateY(calc(1px + 2rem));transform:translateY(calc(1px + 2rem));-webkit-transform:translateY(calc(1px + var(--drawer-list-height)));transform:translateY(calc(1px + var(--drawer-list-height)))}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.dnb-scroll-view{-ms-scroll-chaining:none;-webkit-overflow-scrolling:touch;-ms-overflow-style:auto;-ms-scroll-chaining:chained;overflow-x:auto;overflow-y:auto;overscroll-behavior:contain;overscroll-behavior:auto;scrollbar-color:#007272 transparent;scrollbar-color:var(--color-sea-green) transparent;scrollbar-width:thin}@supports not (scrollbar-color:auto){.dnb-scroll-view::-webkit-scrollbar{background-color:#ebebeb;background-color:var(--color-black-8)}.dnb-scroll-view::-webkit-scrollbar:vertical{width:.5rem}.dnb-scroll-view::-webkit-scrollbar:horizontal{height:.5rem}.dnb-scroll-view::-webkit-scrollbar-thumb{background-color:#007272;background-color:var(--color-sea-green);border-radius:.5rem}.dnb-scroll-view::-webkit-scrollbar-thumb:hover{background-color:#14555a;background-color:var(--color-emerald-green)}}html:not([data-visual-test]) .dnb-scroll-view{scroll-behavior:smooth}html[data-visual-test] .dnb-scroll-view{scroll-behavior:auto!important}.dnb-scroll-view[tabindex="0"]:focus{outline:none}html[data-whatinput=keyboard] .dnb-scroll-view[tabindex="0"]:focus{--border-color:var(--color-emerald-green);border-color:transparent;-webkit-box-shadow:0 0 0 .125rem var(--border-color);box-shadow:0 0 0 .125rem var(--border-color)}@media screen and (-ms-high-contrast:none){html[data-whatinput=keyboard] .dnb-scroll-view[tabindex="0"]:focus{-webkit-box-shadow:0 0 0 .125rem #14555a;box-shadow:0 0 0 .125rem #14555a;-webkit-box-shadow:0 0 0 .125rem var(--color-emerald-green);box-shadow:0 0 0 .125rem var(--color-emerald-green)}}
1
+ :root{--drawer-list-width:16rem;--drawer-list-height:2rem;--drawer-list-padding-horizontal:1rem;--drawer-list-focus-border-width:0.125rem;--drawer-list-text-padding:0.5rem;--drawer-list-height--small:1.5rem;--drawer-list-height--medium:2.5rem;--drawer-list-height--large:3rem}.dnb-drawer-list{display:block;font-size:1rem;font-size:var(--font-size-small);min-width:inherit;position:relative;width:inherit}.dnb-drawer-list__portal__style{position:absolute;-webkit-transition:all .3s cubic-bezier(.42,0,0,1);transition:all .3s cubic-bezier(.42,0,0,1);-webkit-transition:all .3s var(--easing-default);transition:all .3s var(--easing-default);z-index:3200}html[data-visual-test] .dnb-drawer-list__portal__style{-webkit-transition:none!important;transition:none!important}.dnb-drawer-list__portal__style--fixed{position:fixed}.dnb-drawer-list__root{min-width:inherit;width:inherit}.dnb-drawer-list__root--portal{left:0;position:absolute;top:0}.dnb-drawer-list__content{padding:0;width:100%}.dnb-drawer-list__list{background-color:transparent;bottom:auto;font-size:1.125rem;font-size:var(--font-size-basis);left:0;line-height:1.5rem;line-height:var(--line-height-basis);margin:0;min-width:inherit;padding:0;position:absolute;right:0;top:0;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity .16s ease-out,-webkit-transform .2s;transition:opacity .16s ease-out,-webkit-transform .2s;transition:transform .2s,opacity .16s ease-out;transition:transform .2s,opacity .16s ease-out,-webkit-transform .2s;width:inherit;z-index:3}.dnb-drawer-list__options{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;list-style:none;margin:0;max-height:90vh;padding:0;width:100%}.dnb-spacing .dnb-drawer-list__options li.dnb-drawer-list__option{margin:0}.dnb-drawer-list--scroll .dnb-drawer-list__options{-ms-scroll-chaining:none;-webkit-overflow-scrolling:touch;-ms-overflow-style:auto;max-height:70vh;min-height:2rem;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:#007272 transparent;scrollbar-color:var(--color-sea-green) transparent;scrollbar-width:thin;-webkit-transition:max-height .3s cubic-bezier(.42,0,0,1);transition:max-height .3s cubic-bezier(.42,0,0,1);-webkit-transition:max-height .3s var(--easing-default);transition:max-height .3s var(--easing-default)}@supports not (scrollbar-color:auto){.dnb-drawer-list--scroll .dnb-drawer-list__options::-webkit-scrollbar{background-color:#ebebeb;background-color:var(--color-black-8)}.dnb-drawer-list--scroll .dnb-drawer-list__options::-webkit-scrollbar:vertical{width:.5rem}.dnb-drawer-list--scroll .dnb-drawer-list__options::-webkit-scrollbar:horizontal{height:.5rem}.dnb-drawer-list--scroll .dnb-drawer-list__options::-webkit-scrollbar-thumb{background-color:#007272;background-color:var(--color-sea-green);border-radius:.5rem}.dnb-drawer-list--scroll .dnb-drawer-list__options::-webkit-scrollbar-thumb:hover{background-color:#14555a;background-color:var(--color-emerald-green)}}html:not([data-visual-test]) .dnb-drawer-list--scroll .dnb-drawer-list__options{scroll-behavior:smooth}html[data-visual-test] .dnb-drawer-list--scroll .dnb-drawer-list__options{scroll-behavior:auto!important}.dnb-drawer-list--scroll.dnb-drawer-list--no-animation .dnb-drawer-list__options,html[data-visual-test] .dnb-drawer-list--scroll .dnb-drawer-list__options{-webkit-transition:none!important;transition:none!important}.dnb-drawer-list--opened .dnb-drawer-list__options{scroll-behavior:smooth}.dnb-drawer-list--no-scroll-animation .dnb-drawer-list__options{scroll-behavior:auto}.dnb-drawer-list__option{cursor:pointer;padding:0}.dnb-drawer-list__option,.dnb-drawer-list__option__inner{background-color:#fff;background-color:var(--color-white);color:inherit;margin:0;outline:none;position:relative}.dnb-drawer-list__option__inner{padding:1rem;z-index:1}@supports not (display:grid){.dnb-drawer-list__option__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center}}@supports (display:grid){.dnb-drawer-list__option__inner{display:grid;grid-template-columns:1fr auto;grid-template-rows:repeat(10,-webkit-min-content);grid-template-rows:repeat(10,min-content)}}.dnb-drawer-list__option__inner>*{-ms-flex-item-align:self-start;align-self:self-start}.dnb-drawer-list__option__item{display:block;grid-column:1;text-overflow:ellipsis}.dnb-drawer-list__option__item--horizontal{display:-webkit-box;display:-ms-flexbox;display:flex}.dnb-drawer-list__option__item>.dnb-icon{vertical-align:baseline;vertical-align:initial}.dnb-drawer-list__option__item .dnb-anchor{display:inline-block;font-size:inherit;margin-right:.5rem;white-space:nowrap;word-break:break-word}@media screen and (min-width:40em){.dnb-drawer-list__option__suffix{align-self:center;grid-column:2;grid-row:1/-1;justify-self:end}}.dnb-drawer-list__option--ignore{cursor:default;pointer-events:none}.dnb-drawer-list__triangle{left:auto;margin:0 1rem;margin:0 var(--drawer-list-padding-horizontal);overflow:hidden;pointer-events:none;right:0;top:-.875rem;top:calc(var(--drawer-list-focus-border-width) - var(--drawer-list-height)/2)}.dnb-drawer-list__triangle,.dnb-drawer-list__triangle:before{height:1rem;height:calc(var(--drawer-list-height)/2);position:absolute;width:1rem;width:calc(var(--drawer-list-height)/2)}.dnb-drawer-list__triangle:before{background-color:#fff;background-color:var(--color-white);border:1px solid #cdcdcd;border:1px solid var(--color-black-border);content:"";left:0;top:0;-webkit-transform:translateY(60%) rotate(45deg);transform:translateY(60%) rotate(45deg)}.dnb-drawer-list--triangle-position-left .dnb-drawer-list__triangle{left:0;right:auto}.dnb-drawer-list--top .dnb-drawer-list__triangle{bottom:calc(-.875rem - 2px);bottom:calc(var(--drawer-list-focus-border-width) - var(--drawer-list-height)/2 - 2px);top:auto;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dnb-drawer-list--top .dnb-drawer-list__triangle:before{-webkit-transform:translateY(65%) rotate(45deg);transform:translateY(65%) rotate(45deg)}.dnb-drawer-list--is-popup.dnb-drawer-list--right{left:auto;position:absolute;right:0}.dnb-drawer-list--is-popup.dnb-drawer-list--left .dnb-drawer-list__list{left:-.5rem}.dnb-drawer-list--is-popup.dnb-drawer-list--right .dnb-drawer-list__list{right:-.5rem}.dnb-drawer-list--opened .dnb-drawer-list__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-animation:drawer-list-slide-top-down .2s ease-out 1 forwards;animation:drawer-list-slide-top-down .2s ease-out 1 forwards;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;z-index:100}.dnb-drawer-list--opened .dnb-drawer-list__list--no-animation,html[data-visual-test] .dnb-drawer-list--opened .dnb-drawer-list__list{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}@media screen and (max-height:40em),screen and (max-width:40em){.dnb-drawer-list__portal .dnb-drawer-list--mobile-view.dnb-drawer-list--opened .dnb-drawer-list__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-animation:drawer-list-scale-in .2s ease-out 1 forwards;animation:drawer-list-scale-in .2s ease-out 1 forwards;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;z-index:100}}.dnb-drawer-list--hidden .dnb-drawer-list__list{display:none}.dnb-drawer-list--bottom .dnb-drawer-list__list{bottom:auto;top:0}.dnb-drawer-list--top .dnb-drawer-list__list{bottom:2rem;bottom:var(--drawer-list-height);top:auto}.dnb-drawer-list__portal .dnb-drawer-list--bottom .dnb-drawer-list__list{bottom:auto;top:2rem;top:var(--drawer-list-height)}.dnb-drawer-list__portal .dnb-drawer-list--small .dnb-drawer-list__list{top:1.5rem;top:var(--drawer-list-height--small)}.dnb-drawer-list--small.dnb-drawer-list--top .dnb-drawer-list__list{bottom:1.5rem;bottom:var(--drawer-list-height--small)}.dnb-drawer-list--small.dnb-drawer-list--is-popup.dnb-drawer-list--left .dnb-drawer-list__list{left:-.75rem}.dnb-drawer-list--small.dnb-drawer-list--is-popup.dnb-drawer-list--right .dnb-drawer-list__list{right:-.75rem}.dnb-drawer-list__portal .dnb-drawer-list--medium .dnb-drawer-list__list{top:2.5rem;top:var(--drawer-list-height--medium)}.dnb-drawer-list--medium.dnb-drawer-list--top .dnb-drawer-list__list{bottom:2.5rem;bottom:var(--drawer-list-height--medium)}.dnb-drawer-list--medium.dnb-drawer-list--is-popup.dnb-drawer-list--left .dnb-drawer-list__list{left:-.25rem}.dnb-drawer-list--medium.dnb-drawer-list--is-popup.dnb-drawer-list--right .dnb-drawer-list__list{right:-.25rem}.dnb-drawer-list__portal .dnb-drawer-list--large .dnb-drawer-list__list{top:3rem;top:var(--drawer-list-height--large)}.dnb-drawer-list--large.dnb-drawer-list--top .dnb-drawer-list__list{bottom:3rem;bottom:var(--drawer-list-height--large)}.dnb-drawer-list--large .dnb-drawer-list__triangle{margin:0 1.25rem}.dnb-drawer-list--large.dnb-drawer-list--is-popup.dnb-drawer-list--left .dnb-drawer-list__list{left:-.25rem}.dnb-drawer-list--large.dnb-drawer-list--is-popup.dnb-drawer-list--right .dnb-drawer-list__list{right:-.25rem}.dnb-drawer-list--is-popup.dnb-drawer-list--right .dnb-drawer-list__list{left:auto}.dnb-drawer-list__root>.dnb-drawer-list--right{left:auto;position:absolute;right:0}.dnb-drawer-list__portal .dnb-drawer-list--right{right:100%}.dnb-drawer-list__portal .dnb-drawer-list--top .dnb-drawer-list__list{bottom:0;top:auto}@media screen and (max-height:40em),screen and (max-width:40em){.dnb-drawer-list__portal .dnb-drawer-list--mobile-view,.dnb-drawer-list__portal__style--mobile-view{left:auto!important;right:0!important;top:0!important}.dnb-drawer-list__portal__style--mobile-view{position:fixed}.dnb-drawer-list__portal .dnb-drawer-list--mobile-view .dnb-drawer-list__list,.dnb-drawer-list__portal .dnb-drawer-list--mobile-view .dnb-drawer-list__options{border-radius:0;height:100vh;max-height:100vh!important;top:0!important}}.dnb-drawer-list:not(.dnb-drawer-list--opened) .dnb-drawer-list__list{-webkit-animation:drawer-list-slide-top-up .15s ease-out 1 forwards;animation:drawer-list-slide-top-up .15s ease-out 1 forwards}.dnb-drawer-list:not(.dnb-drawer-list--opened) .dnb-drawer-list__list--no-animation,html[data-visual-test] .dnb-drawer-list:not(.dnb-drawer-list--opened) .dnb-drawer-list__list{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}@media screen and (max-height:40em),screen and (max-width:40em){.dnb-drawer-list__portal .dnb-drawer-list--mobile-view.dnb-drawer-list:not(.dnb-drawer-list--opened) .dnb-drawer-list__list{-webkit-animation:drawer-list-scale-out .15s ease-out 1 forwards;animation:drawer-list-scale-out .15s ease-out 1 forwards}}.dnb-drawer-list--action-menu .dnb-drawer-list__option__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;justify-content:flex-start}@media screen and (min-width:40em){.dnb-drawer-list--action-menu.dnb-drawer-list--is-popup.dnb-drawer-list--left .dnb-drawer-list__list{left:0}.dnb-drawer-list--action-menu.dnb-drawer-list--is-popup.dnb-drawer-list--right .dnb-drawer-list__list{right:0}}@media screen and (max-height:40em),screen and (max-width:40em){.dnb-drawer-list__portal .dnb-drawer-list--mobile-view.dnb-drawer-list--action-menu .dnb-drawer-list__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-animation:drawer-list-slide-bottom-up .2s ease-out 1 forwards;animation:drawer-list-slide-bottom-up .2s ease-out 1 forwards;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;z-index:100}.dnb-drawer-list__portal .dnb-drawer-list--mobile-view.dnb-drawer-list--action-menu.dnb-drawer-list:not(.dnb-drawer-list--opened) .dnb-drawer-list__list{-webkit-animation:drawer-list-slide-bottom-down .2s ease-out 1 forwards;animation:drawer-list-slide-bottom-down .2s ease-out 1 forwards}.dnb-drawer-list__portal .dnb-drawer-list--mobile-view.dnb-drawer-list--action-menu .dnb-drawer-list__list,.dnb-drawer-list__portal .dnb-drawer-list--mobile-view.dnb-drawer-list--action-menu .dnb-drawer-list__options{bottom:0!important;-webkit-box-shadow:0 -4px 4px rgba(0,0,0,.16);box-shadow:0 -4px 4px rgba(0,0,0,.16);height:auto!important;left:0!important;position:fixed;right:0!important;top:auto!important;width:100vw!important}}@media screen and (-ms-high-contrast:none){.dnb-drawer-list{-webkit-box-flex:0;-ms-flex:none;flex:none;vertical-align:baseline}.dnb-drawer-list__shell{top:0}.dnb-drawer-list__options{display:block}}@-webkit-keyframes drawer-list-scale-in{0%{opacity:0;-webkit-transform:scale(.8) translateX(calc(1px - 16rem));transform:scale(.8) translateX(calc(1px - 16rem));-webkit-transform:scale(.8) translateX(calc(1px - var(--drawer-list-width)));transform:scale(.8) translateX(calc(1px - var(--drawer-list-width)))}to{opacity:1;-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}}@keyframes drawer-list-scale-in{0%{opacity:0;-webkit-transform:scale(.8) translateX(calc(1px - 16rem));transform:scale(.8) translateX(calc(1px - 16rem));-webkit-transform:scale(.8) translateX(calc(1px - var(--drawer-list-width)));transform:scale(.8) translateX(calc(1px - var(--drawer-list-width)))}to{opacity:1;-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}}@-webkit-keyframes drawer-list-scale-out{0%{opacity:1;-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}to{opacity:0;-webkit-transform:scale(.8) translateX(calc(1px - 16rem));transform:scale(.8) translateX(calc(1px - 16rem));-webkit-transform:scale(.8) translateX(calc(1px - var(--drawer-list-width)));transform:scale(.8) translateX(calc(1px - var(--drawer-list-width)))}}@keyframes drawer-list-scale-out{0%{opacity:1;-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}to{opacity:0;-webkit-transform:scale(.8) translateX(calc(1px - 16rem));transform:scale(.8) translateX(calc(1px - 16rem));-webkit-transform:scale(.8) translateX(calc(1px - var(--drawer-list-width)));transform:scale(.8) translateX(calc(1px - var(--drawer-list-width)))}}@-webkit-keyframes drawer-list-slide-top-down{0%{opacity:0;-webkit-transform:translateY(calc(1px - 2rem));transform:translateY(calc(1px - 2rem));-webkit-transform:translateY(calc(1px - var(--drawer-list-height)));transform:translateY(calc(1px - var(--drawer-list-height)))}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes drawer-list-slide-top-down{0%{opacity:0;-webkit-transform:translateY(calc(1px - 2rem));transform:translateY(calc(1px - 2rem));-webkit-transform:translateY(calc(1px - var(--drawer-list-height)));transform:translateY(calc(1px - var(--drawer-list-height)))}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes drawer-list-slide-top-up{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(calc(1px - 2rem));transform:translateY(calc(1px - 2rem));-webkit-transform:translateY(calc(1px - var(--drawer-list-height)));transform:translateY(calc(1px - var(--drawer-list-height)))}}@keyframes drawer-list-slide-top-up{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(calc(1px - 2rem));transform:translateY(calc(1px - 2rem));-webkit-transform:translateY(calc(1px - var(--drawer-list-height)));transform:translateY(calc(1px - var(--drawer-list-height)))}}@-webkit-keyframes drawer-list-slide-bottom-down{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(calc(1px + 2rem));transform:translateY(calc(1px + 2rem));-webkit-transform:translateY(calc(1px + var(--drawer-list-height)));transform:translateY(calc(1px + var(--drawer-list-height)))}}@keyframes drawer-list-slide-bottom-down{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(calc(1px + 2rem));transform:translateY(calc(1px + 2rem));-webkit-transform:translateY(calc(1px + var(--drawer-list-height)));transform:translateY(calc(1px + var(--drawer-list-height)))}}@-webkit-keyframes drawer-list-slide-bottom-up{0%{opacity:0;-webkit-transform:translateY(calc(1px + 2rem));transform:translateY(calc(1px + 2rem));-webkit-transform:translateY(calc(1px + var(--drawer-list-height)));transform:translateY(calc(1px + var(--drawer-list-height)))}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes drawer-list-slide-bottom-up{0%{opacity:0;-webkit-transform:translateY(calc(1px + 2rem));transform:translateY(calc(1px + 2rem));-webkit-transform:translateY(calc(1px + var(--drawer-list-height)));transform:translateY(calc(1px + var(--drawer-list-height)))}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.dnb-scroll-view{-ms-scroll-chaining:none;-webkit-overflow-scrolling:touch;-ms-overflow-style:auto;-ms-scroll-chaining:chained;overflow-x:auto;overflow-y:auto;overscroll-behavior:contain;overscroll-behavior:auto;scrollbar-color:#007272 transparent;scrollbar-color:var(--color-sea-green) transparent;scrollbar-width:thin}@supports not (scrollbar-color:auto){.dnb-scroll-view::-webkit-scrollbar{background-color:#ebebeb;background-color:var(--color-black-8)}.dnb-scroll-view::-webkit-scrollbar:vertical{width:.5rem}.dnb-scroll-view::-webkit-scrollbar:horizontal{height:.5rem}.dnb-scroll-view::-webkit-scrollbar-thumb{background-color:#007272;background-color:var(--color-sea-green);border-radius:.5rem}.dnb-scroll-view::-webkit-scrollbar-thumb:hover{background-color:#14555a;background-color:var(--color-emerald-green)}}html:not([data-visual-test]) .dnb-scroll-view{scroll-behavior:smooth}html[data-visual-test] .dnb-scroll-view{scroll-behavior:auto!important}.dnb-scroll-view[tabindex="0"]:focus{outline:none}html[data-whatinput=keyboard] .dnb-scroll-view[tabindex="0"]:focus{--border-color:var(--color-emerald-green);border-color:transparent;-webkit-box-shadow:0 0 0 .125rem var(--border-color);box-shadow:0 0 0 .125rem var(--border-color)}@media screen and (-ms-high-contrast:none){html[data-whatinput=keyboard] .dnb-scroll-view[tabindex="0"]:focus{-webkit-box-shadow:0 0 0 .125rem #14555a;box-shadow:0 0 0 .125rem #14555a;-webkit-box-shadow:0 0 0 .125rem var(--color-emerald-green);box-shadow:0 0 0 .125rem var(--color-emerald-green)}}
@@ -2,4 +2,4 @@ import"react";var t="undefined"!=typeof global?global:"undefined"!=typeof self?s
2
2
  /*!
3
3
  * Programatically add the following
4
4
  */
5
- for(i=97;i<123;i++)r[String.fromCharCode(i)]=i-32;for(var i=48;i<58;i++)r[i-48]=i;for(i=1;i<13;i++)r["f"+i]=i+111;for(i=0;i<10;i++)r["numpad "+i]=i+96;var u=e.names=e.title={};for(i in r)u[r[i]]=i;for(var a in o)r[a]=o[a]}(Qv,Qv.exports);var Zv,ty=Qv.exports,ey={exports:{}};Zv=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 y=function(){var t=!!h&&{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),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&&(S("input",n=o),w("input")),l&&r!==o){var d=document.activeElement;d&&d.nodeName&&(-1===u.indexOf(d.nodeName.toLowerCase())||"button"===d.nodeName.toLowerCase()&&!P(d,"form"))&&(S("intent",r=o),w("intent"))}},w=function(e){t.setAttribute("data-what"+e,"input"===e?n:r),j(e)},b=function(t){var e=s[t.type];"pointer"===e&&(e=O(t)),A(t),(!l&&!L(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},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",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){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()}}}()}])};var ny=ey.exports=Zv();!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 y?e:y,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 C()}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 y(){}function g(){}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=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,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:C}}function C(){return{value:e,done:!0}}return g.prototype=m,c(E,"constructor",m),c(m,"constructor",g),g.displayName=c(m,a,"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,a,"GeneratorFunction")),t.prototype=Object.create(E),t},t.awrap=function(t){return{__await:t}},S(O.prototype),c(O.prototype,u,(function(){return this})),t.AsyncIterator=O,t.async=function(e,n,r,o,i){void 0===i&&(i=Promise);var u=new O(f(e,n,r,o),i);return t.isGeneratorFunction(n)?u:u.next().then((function(t){return t.done?t.value:u.next()}))},S(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 ry=TypeError,oy=zr,iy=u,uy=di,ay=H,cy=Ft,fy=nr,sy=function(t){if(t>9007199254740991)throw ry("Maximum allowed index exceeded");return t},ly=Io,dy=Ti,py=fl,hy=ot,vy=ee("isConcatSpreadable"),yy=hy>=51||!iy((function(){var t=[];return t[vy]=!1,t.concat()[0]!==t})),gy=py("concat"),my=function(t){if(!ay(t))return!1;var e=t[vy];return void 0!==e?!!e:uy(t)};oy({target:"Array",proto:!0,arity:1,forced:!yy||!gy},{concat:function(t){var e,n,r,o,i,u=cy(this),a=dy(u,0),c=0;for(e=-1,r=arguments.length;e<r;e++)if(my(i=-1===e?u:arguments[e]))for(o=fy(i),sy(c+o),n=0;n<o;n++,c++)n in i&&ly(a,c,i[n]);else sy(c+1),ly(a,c++,i);return a.length=c,a}});var wy,by,xy,Ey,Sy,Oy,Ly,ky;"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===(by=navigator)||void 0===by?void 0:by.platform),"undefined"!=typeof navigator&&/safari/i.test(null===(xy=navigator)||void 0===xy?void 0:xy.userAgent)&&/chrome/i.test(null===(Ey=navigator)||void 0===Ey?void 0:Ey.userAgent),"undefined"!=typeof navigator&&new RegExp("Win","i").test(null===(Sy=navigator)||void 0===Sy?void 0:Sy.platform),"undefined"!=typeof navigator&&new RegExp("Android","i").test(null===(Oy=navigator)||void 0===Oy?void 0:Oy.userAgent),"undefined"!=typeof navigator&&new RegExp("Mac|iPad|iPhone|iPod","i").test(null===(Ly=navigator)||void 0===Ly?void 0:Ly.platform),"undefined"!=typeof navigator&&new RegExp("Linux","i").test(null===(ky=navigator)||void 0===ky?void 0:ky.platform);function jy(){if("undefined"!=typeof document){var t=!1;try{t=document.documentElement.getAttribute("data-whatintent")}catch(t){}return"touch"===t}return!1}function Ay(){var t=function t(){if("undefined"!=typeof document&&"undefined"!=typeof window&&"undefined"!=typeof navigator){try{"undefined"!=typeof window&&window.IS_TEST?document.documentElement.setAttribute("data-os","other"):null!==navigator.platform.match(new RegExp("Mac|iPad|iPhone|iPod"))?document.documentElement.setAttribute("data-os","mac"):null!==navigator.platform.match(new RegExp("Win"))?document.documentElement.setAttribute("data-os","win"):null!==navigator.platform.match(new RegExp("Linux"))&&document.documentElement.setAttribute("data-os","linux")}catch(t){}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(){Ja(this,t)}return Za(t,[{key:"version",get:function(){return"9.45.1"}}]),t}();window.Eufemia=new t}}(),ny.specificKeys([9]),Ay(),function(){function t(e,n){var r=this,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};Ja(this,t),tc(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(Py(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"===ty(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=ty(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)))}Za(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 Py=function(t){return t&&(t.scrollHeight>t.offsetHeight||t.scrollWidth>t.offsetWidth)&&Cy(t)},Cy=function(t){var e="undefined"!=typeof window?window.getComputedStyle(t):{};return/scroll|auto/i.test((e.overflow||"")+(e.overflowX||"")+(e.overflowY||""))};export{Ay as defineNavigator,jy as isTouchDevice};
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]}(Qv,Qv.exports);var Zv,ty=Qv.exports,ey={exports:{}};Zv=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 y=function(){var t=!!h&&{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),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&&(S("input",n=o),w("input")),l&&r!==o){var d=document.activeElement;d&&d.nodeName&&(-1===u.indexOf(d.nodeName.toLowerCase())||"button"===d.nodeName.toLowerCase()&&!P(d,"form"))&&(S("intent",r=o),w("intent"))}},w=function(e){t.setAttribute("data-what"+e,"input"===e?n:r),j(e)},b=function(t){var e=s[t.type];"pointer"===e&&(e=O(t)),A(t),(!l&&!L(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},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",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){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()}}}()}])};var ny=ey.exports=Zv();!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 y?e:y,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 C()}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 y(){}function g(){}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=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,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:C}}function C(){return{value:e,done:!0}}return g.prototype=m,c(E,"constructor",m),c(m,"constructor",g),g.displayName=c(m,a,"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,a,"GeneratorFunction")),t.prototype=Object.create(E),t},t.awrap=function(t){return{__await:t}},S(O.prototype),c(O.prototype,u,(function(){return this})),t.AsyncIterator=O,t.async=function(e,n,r,o,i){void 0===i&&(i=Promise);var u=new O(f(e,n,r,o),i);return t.isGeneratorFunction(n)?u:u.next().then((function(t){return t.done?t.value:u.next()}))},S(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 ry=TypeError,oy=zr,iy=u,uy=di,ay=H,cy=Ft,fy=nr,sy=function(t){if(t>9007199254740991)throw ry("Maximum allowed index exceeded");return t},ly=Io,dy=Ti,py=fl,hy=ot,vy=ee("isConcatSpreadable"),yy=hy>=51||!iy((function(){var t=[];return t[vy]=!1,t.concat()[0]!==t})),gy=py("concat"),my=function(t){if(!ay(t))return!1;var e=t[vy];return void 0!==e?!!e:uy(t)};oy({target:"Array",proto:!0,arity:1,forced:!yy||!gy},{concat:function(t){var e,n,r,o,i,u=cy(this),a=dy(u,0),c=0;for(e=-1,r=arguments.length;e<r;e++)if(my(i=-1===e?u:arguments[e]))for(o=fy(i),sy(c+o),n=0;n<o;n++,c++)n in i&&ly(a,c,i[n]);else sy(c+1),ly(a,c++,i);return a.length=c,a}});var wy,by,xy,Ey,Sy,Oy,Ly,ky;"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===(by=navigator)||void 0===by?void 0:by.platform),"undefined"!=typeof navigator&&/safari/i.test(null===(xy=navigator)||void 0===xy?void 0:xy.userAgent)&&/chrome/i.test(null===(Ey=navigator)||void 0===Ey?void 0:Ey.userAgent),"undefined"!=typeof navigator&&new RegExp("Win","i").test(null===(Sy=navigator)||void 0===Sy?void 0:Sy.platform),"undefined"!=typeof navigator&&new RegExp("Android","i").test(null===(Oy=navigator)||void 0===Oy?void 0:Oy.userAgent),"undefined"!=typeof navigator&&new RegExp("Mac|iPad|iPhone|iPod","i").test(null===(Ly=navigator)||void 0===Ly?void 0:Ly.platform),"undefined"!=typeof navigator&&new RegExp("Linux","i").test(null===(ky=navigator)||void 0===ky?void 0:ky.platform);function jy(){if("undefined"!=typeof document){var t=!1;try{t=document.documentElement.getAttribute("data-whatintent")}catch(t){}return"touch"===t}return!1}function Ay(){var t=function t(){if("undefined"!=typeof document&&"undefined"!=typeof window&&"undefined"!=typeof navigator){try{"undefined"!=typeof window&&window.IS_TEST?document.documentElement.setAttribute("data-os","other"):null!==navigator.platform.match(new RegExp("Mac|iPad|iPhone|iPod"))?document.documentElement.setAttribute("data-os","mac"):null!==navigator.platform.match(new RegExp("Win"))?document.documentElement.setAttribute("data-os","win"):null!==navigator.platform.match(new RegExp("Linux"))&&document.documentElement.setAttribute("data-os","linux")}catch(t){}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(){Ja(this,t)}return Za(t,[{key:"version",get:function(){return"9.45.2"}}]),t}();window.Eufemia=new t}}(),ny.specificKeys([9]),Ay(),function(){function t(e,n){var r=this,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};Ja(this,t),tc(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(Py(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"===ty(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=ty(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)))}Za(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 Py=function(t){return t&&(t.scrollHeight>t.offsetHeight||t.scrollWidth>t.offsetWidth)&&Cy(t)},Cy=function(t){var e="undefined"!=typeof window?window.getComputedStyle(t):{};return/scroll|auto/i.test((e.overflow||"")+(e.overflowX||"")+(e.overflowY||""))};export{Ay as defineNavigator,jy as isTouchDevice};