@adyen/bento-vue2 0.0.1
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.
- package/README.md +115 -0
- package/dist/@types/components/accordion/accordion.keys.d.ts +1 -0
- package/dist/@types/components/accordion/accordion.types.d.ts +24 -0
- package/dist/@types/components/accordion/accordion.vue.d.ts +57 -0
- package/dist/@types/components/accordion/components/accordion-item.vue.d.ts +35 -0
- package/dist/@types/components/accordion/index.d.ts +3 -0
- package/dist/@types/components/alert/alert.types.d.ts +6 -0
- package/dist/@types/components/alert/alert.vue.d.ts +34 -0
- package/dist/@types/components/alert/index.d.ts +2 -0
- package/dist/@types/components/badge/badge.types.d.ts +7 -0
- package/dist/@types/components/badge/badge.vue.d.ts +32 -0
- package/dist/@types/components/badge/index.d.ts +2 -0
- package/dist/@types/components/button/button.types.d.ts +11 -0
- package/dist/@types/components/button/button.vue.d.ts +68 -0
- package/dist/@types/components/button/components/button-actions/button-actions.types.d.ts +13 -0
- package/dist/@types/components/button/components/button-actions/button-actions.vue.d.ts +33 -0
- package/dist/@types/components/button/components/button-actions/index.d.ts +2 -0
- package/dist/@types/components/button/components/button-group.vue.d.ts +9 -0
- package/dist/@types/components/button/components/loading-button/index.d.ts +2 -0
- package/dist/@types/components/button/components/loading-button/loading-button.types.d.ts +9 -0
- package/dist/@types/components/button/components/loading-button/loading-button.vue.d.ts +55 -0
- package/dist/@types/components/button/index.d.ts +5 -0
- package/dist/@types/components/card/card.types.d.ts +10 -0
- package/dist/@types/components/card/card.vue.d.ts +44 -0
- package/dist/@types/components/card/components/card-image/card-image.vue.d.ts +20 -0
- package/dist/@types/components/card/index.d.ts +3 -0
- package/dist/@types/components/checkbox/checkbox.types.d.ts +2 -0
- package/dist/@types/components/checkbox/checkbox.vue.d.ts +59 -0
- package/dist/@types/components/checkbox/index.d.ts +2 -0
- package/dist/@types/components/data-grid/composables/useCalculateColumnWidth/useCalculateColumnWidth.d.ts +10 -0
- package/dist/@types/components/data-grid/composables/useCalculateColumnWidth/useCalculateColumnWidth.types.d.ts +10 -0
- package/dist/@types/components/data-grid/composables/useResizer.d.ts +17 -0
- package/dist/@types/components/data-grid/composables/useSelector.d.ts +11 -0
- package/dist/@types/components/data-grid/composables/useSorter.d.ts +8 -0
- package/dist/@types/components/data-grid/data-grid.types.d.ts +33 -0
- package/dist/@types/components/data-grid/data-grid.vue.d.ts +290 -0
- package/dist/@types/components/data-grid/index.d.ts +2 -0
- package/dist/@types/components/dropdown/components/dropdown-input-container/dropdown-input-container.vue.d.ts +68 -0
- package/dist/@types/components/dropdown/components/dropdown-input-container/index.d.ts +1 -0
- package/dist/@types/components/dropdown/components/dropdown-options-container/components/dropdown-option/dropdown-option.vue.d.ts +38 -0
- package/dist/@types/components/dropdown/components/dropdown-options-container/components/dropdown-option/index.d.ts +1 -0
- package/dist/@types/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +86 -0
- package/dist/@types/components/dropdown/components/dropdown-options-container/index.d.ts +1 -0
- package/dist/@types/components/dropdown/dropdown.types.d.ts +7 -0
- package/dist/@types/components/dropdown/dropdown.vue.d.ts +59 -0
- package/dist/@types/components/dropdown/index.d.ts +2 -0
- package/dist/@types/components/filter-bar/components/base-filter/base-filter.vue.d.ts +94 -0
- package/dist/@types/components/filter-bar/components/base-filter/composables/index.d.ts +9 -0
- package/dist/@types/components/filter-bar/components/base-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/text-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/text-filter/text-filter.vue.d.ts +49 -0
- package/dist/@types/components/filter-bar/filter-bar.types.d.ts +15 -0
- package/dist/@types/components/filter-bar/filter-bar.vue.d.ts +19 -0
- package/dist/@types/components/filter-bar/index.d.ts +2 -0
- package/dist/@types/components/focus-trap/focus-trap.types.d.ts +18 -0
- package/dist/@types/components/focus-trap/focus-trap.utils.d.ts +8 -0
- package/dist/@types/components/focus-trap/focus-trap.vue.d.ts +39 -0
- package/dist/@types/components/focus-trap/index.d.ts +1 -0
- package/dist/@types/components/input-field/index.d.ts +1 -0
- package/dist/@types/components/input-field/input-field.types.d.ts +13 -0
- package/dist/@types/components/input-field/input-field.vue.d.ts +74 -0
- package/dist/@types/components/input-radio/index.d.ts +1 -0
- package/dist/@types/components/input-radio/input-radio.vue.d.ts +45 -0
- package/dist/@types/components/link/index.d.ts +1 -0
- package/dist/@types/components/link/link.vue.d.ts +25 -0
- package/dist/@types/components/loading-indicator/index.d.ts +2 -0
- package/dist/@types/components/loading-indicator/loading-indicator.types.d.ts +4 -0
- package/dist/@types/components/loading-indicator/loading-indicator.vue.d.ts +39 -0
- package/dist/@types/components/page-header/components/title-item/title-item.vue.d.ts +12 -0
- package/dist/@types/components/page-header/index.d.ts +1 -0
- package/dist/@types/components/page-header/page-header.vue.d.ts +12 -0
- package/dist/@types/components/pagination/components/pagination-context/pagination-context.vue.d.ts +32 -0
- package/dist/@types/components/pagination/components/pagination-controls/pagination-controls.vue.d.ts +39 -0
- package/dist/@types/components/pagination/components/pagination-results-per-page/pagination-results-per-page.vue.d.ts +35 -0
- package/dist/@types/components/pagination/index.d.ts +1 -0
- package/dist/@types/components/pagination/pagination.vue.d.ts +59 -0
- package/dist/@types/components/popover/components/popover-dismiss-button/popover-dismiss-button.vue.d.ts +20 -0
- package/dist/@types/components/popover/components/popover-image/index.d.ts +1 -0
- package/dist/@types/components/popover/components/popover-image/popover-image.vue.d.ts +20 -0
- package/dist/@types/components/popover/index.d.ts +2 -0
- package/dist/@types/components/popover/popover.types.d.ts +19 -0
- package/dist/@types/components/popover/popover.vue.d.ts +131 -0
- package/dist/@types/components/popper-container/index.d.ts +2 -0
- package/dist/@types/components/popper-container/popper-container.types.d.ts +54 -0
- package/dist/@types/components/popper-container/popper-container.utils.d.ts +23 -0
- package/dist/@types/components/popper-container/popper-container.vue.d.ts +116 -0
- package/dist/@types/components/profile-picture/index.d.ts +2 -0
- package/dist/@types/components/profile-picture/profile-picture.types.d.ts +4 -0
- package/dist/@types/components/profile-picture/profile-picture.vue.d.ts +42 -0
- package/dist/@types/components/segmented-control/components/segmented-option.vue.d.ts +59 -0
- package/dist/@types/components/segmented-control/index.d.ts +3 -0
- package/dist/@types/components/segmented-control/segmented-control.keys.d.ts +1 -0
- package/dist/@types/components/segmented-control/segmented-control.types.d.ts +15 -0
- package/dist/@types/components/segmented-control/segmented-control.vue.d.ts +42 -0
- package/dist/@types/components/status/index.d.ts +2 -0
- package/dist/@types/components/status/status.types.d.ts +8 -0
- package/dist/@types/components/status/status.vue.d.ts +23 -0
- package/dist/@types/components/tabs/components/tab.vue.d.ts +59 -0
- package/dist/@types/components/tabs/index.d.ts +3 -0
- package/dist/@types/components/tabs/tabs.keys.d.ts +1 -0
- package/dist/@types/components/tabs/tabs.types.d.ts +9 -0
- package/dist/@types/components/tabs/tabs.vue.d.ts +17 -0
- package/dist/@types/components/tag/index.d.ts +2 -0
- package/dist/@types/components/tag/tag.types.d.ts +7 -0
- package/dist/@types/components/tag/tag.vue.d.ts +37 -0
- package/dist/@types/components/textarea/index.d.ts +1 -0
- package/dist/@types/components/textarea/textarea.vue.d.ts +43 -0
- package/dist/@types/components/toggle/index.d.ts +2 -0
- package/dist/@types/components/toggle/toggle.types.d.ts +3 -0
- package/dist/@types/components/toggle/toggle.vue.d.ts +60 -0
- package/dist/@types/components/tooltip/index.d.ts +2 -0
- package/dist/@types/components/tooltip/tooltip.types.d.ts +17 -0
- package/dist/@types/components/tooltip/tooltip.vue.d.ts +62 -0
- package/dist/@types/components/typography/index.d.ts +2 -0
- package/dist/@types/components/typography/typography.types.d.ts +27 -0
- package/dist/@types/components/typography/typography.vue.d.ts +78 -0
- package/dist/@types/components.d.ts +75 -0
- package/dist/@types/directives/index.d.ts +1 -0
- package/dist/@types/directives/tooltip.d.ts +3 -0
- package/dist/@types/i18n/index.d.ts +8 -0
- package/dist/@types/index.d.ts +20 -0
- package/dist/@types/install.d.ts +10 -0
- package/dist/@types/types/index.d.ts +1 -0
- package/dist/@types/types/label-position.d.ts +4 -0
- package/dist/@types/types/maybe-ref.d.ts +2 -0
- package/dist/@types/types/utils-events.d.ts +9 -0
- package/dist/@types/types/vue-node-element.d.ts +2 -0
- package/dist/@types/utils/ts/events.d.ts +2 -0
- package/dist/@types/utils/ts/i18n.d.ts +12 -0
- package/dist/@types/utils/ts/inject-css.d.ts +2 -0
- package/dist/@types/utils/ts/resize.d.ts +1 -0
- package/dist/@types/utils/ts/storybook.d.ts +8 -0
- package/dist/@types/utils/ts/unique-id.d.ts +1 -0
- package/dist/fonts/Inter-Bold.otf +0 -0
- package/dist/fonts/Inter-Bold.ttf +0 -0
- package/dist/fonts/Inter-Bold.woff +0 -0
- package/dist/fonts/Inter-Bold.woff2 +0 -0
- package/dist/fonts/Inter-ExtraBold.otf +0 -0
- package/dist/fonts/Inter-ExtraBold.ttf +0 -0
- package/dist/fonts/Inter-ExtraBold.woff +0 -0
- package/dist/fonts/Inter-ExtraBold.woff2 +0 -0
- package/dist/fonts/Inter-ExtraLight.otf +0 -0
- package/dist/fonts/Inter-ExtraLight.ttf +0 -0
- package/dist/fonts/Inter-ExtraLight.woff +0 -0
- package/dist/fonts/Inter-ExtraLight.woff2 +0 -0
- package/dist/fonts/Inter-Italic.woff +0 -0
- package/dist/fonts/Inter-Italic.woff2 +0 -0
- package/dist/fonts/Inter-Light.otf +0 -0
- package/dist/fonts/Inter-Light.ttf +0 -0
- package/dist/fonts/Inter-Light.woff +0 -0
- package/dist/fonts/Inter-Light.woff2 +0 -0
- package/dist/fonts/Inter-Medium.otf +0 -0
- package/dist/fonts/Inter-Medium.ttf +0 -0
- package/dist/fonts/Inter-Medium.woff +0 -0
- package/dist/fonts/Inter-Medium.woff2 +0 -0
- package/dist/fonts/Inter-Regular.otf +0 -0
- package/dist/fonts/Inter-Regular.ttf +0 -0
- package/dist/fonts/Inter-Regular.woff +0 -0
- package/dist/fonts/Inter-Regular.woff2 +0 -0
- package/dist/fonts/Inter-SemiBold.otf +0 -0
- package/dist/fonts/Inter-SemiBold.ttf +0 -0
- package/dist/fonts/Inter-SemiBold.woff +0 -0
- package/dist/fonts/Inter-SemiBold.woff2 +0 -0
- package/dist/fonts/Inter-Thin.otf +0 -0
- package/dist/fonts/Inter-Thin.ttf +0 -0
- package/dist/fonts/Inter-Thin.woff +0 -0
- package/dist/fonts/Inter-Thin.woff2 +0 -0
- package/dist/fonts/fonts.css +71 -0
- package/dist/index.js +3189 -0
- package/dist/index.js.map +1 -0
- package/dist/web-types.json +2703 -0
- package/package.json +101 -0
package/dist/index.js
ADDED
|
@@ -0,0 +1,3189 @@
|
|
|
1
|
+
(function(){"use strict";try{if(typeof document!="undefined"){var o=document.createElement("style");o.appendChild(document.createTextNode(':root{--b-spacer-090: 24px;--b-spacer-080: 20px;--b-spacer-070: 16px;--b-spacer-060: 12px;--b-spacer-050: 10px;--b-spacer-040: 8px;--b-spacer-030: 6px;--b-spacer-020: 4px;--b-spacer-010: 2px;--b-spacer-000: 0px;--b-spacer-140: 64px;--b-spacer-130: 56px;--b-spacer-120: 48px;--b-spacer-110: 40px;--b-spacer-100: 32px;--b-shadow-high-border: 0px 18px 36px rgba(0, 17, 44, .12), 0px 4px 8px rgba(0, 17, 44, .06), 0px 0px 0px 1px rgba(0, 17, 44, .06);--b-shadow-medium-border: 0px 6px 12px rgba(0, 17, 44, .08), 0px 2px 4px rgba(0, 17, 44, .04), 0px 0px 0px 1px rgba(0, 17, 44, .06);--b-shadow-low-border: 0px 2px 4px rgba(0, 17, 44, .04), 0px 1px 2px rgba(0, 17, 44, .02), 0px 0px 0px 1px rgba(0, 17, 44, .06);--b-shadow-high: 0px 18px 36px rgba(0, 17, 44, .12), 0px 4px 8px rgba(0, 17, 44, .06);--b-shadow-medium: 0px 6px 12px rgba(0, 17, 44, .08), 0px 2px 4px rgba(0, 17, 44, .04);--b-shadow-low: 0px 2px 4px rgba(0, 17, 44, .04), 0px 1px 2px rgba(0, 17, 44, .02);--b-media-query-xxl: 1920px;--b-media-query-xl-max: 1919px;--b-media-query-xl-min: 1280px;--b-media-query-l-max: 1279px;--b-media-query-l-min: 768px;--b-media-query-m-max: 767px;--b-media-query-m-min: 500px;--b-media-query-s-max: 499px;--b-media-query-s-min: 375px;--b-media-query-xs-max: 374px;--b-media-query-xs-min: 0px;--b-letter-spacing-000: 0;--b-letter-spacing-800: -2%;--b-letter-spacing-700: -1.5%;--b-letter-spacing-600: -1%;--b-letter-spacing-400: .5%;--b-letter-spacing-300: 1%;--b-letter-spacing-200: 1.5%;--b-letter-spacing-100: 2%;--b-line-height-800: 44px;--b-line-height-700: 34px;--b-line-height-600: 30px;--b-line-height-500: 28px;--b-line-height-400: 26px;--b-line-height-300: 24px;--b-line-height-200: 20px;--b-line-height-100: 18px;--b-font-family-secondary: Inter, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--b-font-family-primary: Inter, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--b-font-weight-800: 800;--b-font-weight-700: 700;--b-font-weight-600: 600;--b-font-weight-500: 500;--b-font-weight-400: 400;--b-font-weight-300: 300;--b-font-weight-200: 200;--b-font-weight-100: 100;--b-font-size-700: 32px;--b-font-size-600: 24px;--b-font-size-500: 20px;--b-font-size-400: 18px;--b-font-size-300: 16px;--b-font-size-200: 14px;--b-font-size-100: 12px;--b-border-width-l: 3px;--b-border-width-m: 2px;--b-border-width-s: 1px;--b-border-radius-xl: 24px;--b-border-radius-l: 12px;--b-border-radius-m: 8px;--b-border-radius-s: 4px;--b-border-radius-xs: 2px;--b-tooltip-max-width: 300px;--b-toggle-track-icon-display: block;--b-toggle-border-color: none;--b-status-indicator-size: 10px;--b-status-column-gap: 12px;--b-popover-border: unset;--b-loading-button-secondary-success-hover-box-shadow: unset;--b-link-hover-text-decoration: none;--b-link-text-decoration: none;--b-input-radio-knob-size: 8px;--b-input-radio-knob-offset: 3px;--b-input-radio-offset-top: 3px;--b-input-field-description-padding: 0;--b-input-field-input-box-height: 36px;--b-data-grid-resizer-width: 8px;--b-data-grid-column-seperator-height: 24px;--b-button-condensed-tertiary-height: auto;--b-button-condensed-icon-width: auto;--b-button-condensed-icon-height: auto;--b-button-condensed-line-height: 20px;--b-button-tertiary-critical-hover-box-shadow: unset;--b-button-tertiary-height: auto;--b-button-line-height: 20px;--b-color-focus: rgba(0, 112, 245, .8);--b-color-transparent: rgba(0, 0, 0, 0);--b-color-black: #000000;--b-color-yellow-700: #836300;--b-color-yellow-600: #957100;--b-color-yellow-500: #bb8e00;--b-color-yellow-400: #f7bc00;--b-color-yellow-300: #ffd039;--b-color-yellow-200: #ffefba;--b-color-yellow-100: #fff7dd;--b-color-white: #ffffff;--b-color-red-800: #791818;--b-color-red-700: #c72727;--b-color-red-600: #e22d2d;--b-color-red-500: #f66565;--b-color-red-400: #fbb2b2;--b-color-red-300: #fcc8c8;--b-color-red-200: #feeaea;--b-color-red-100: #fef4f4;--b-color-orange-700: #9b5700;--b-color-orange-600: #b06300;--b-color-orange-500: #dd7d00;--b-color-orange-400: #ffb658;--b-color-orange-300: #ffcc8a;--b-color-orange-200: #ffecd3;--b-color-orange-100: #fff5e9;--b-color-grey-900: #00112c;--b-color-grey-800: #2f3e56;--b-color-grey-700: #5c687c;--b-color-grey-600: #6d7789;--b-color-grey-500: #8d95a3;--b-color-grey-400: #c0c5cc;--b-color-grey-300: #d1d5da;--b-color-grey-200: #eeeff1;--b-color-grey-100: #f7f7f8;--b-color-green-800: #04481f;--b-color-green-700: #067934;--b-color-green-600: #07893c;--b-color-green-500: #09ab4b;--b-color-green-400: #6dd999;--b-color-green-300: #99e4b8;--b-color-green-200: #d7f5e3;--b-color-green-100: #edfaf3;--b-color-blue-800: #003c82;--b-color-blue-700: #0063d7;--b-color-blue-600: #0070f5;--b-color-blue-500: #3d96ff;--b-color-blue-400: #99c8ff;--b-color-blue-300: #b7d8ff;--b-color-blue-200: #e3f0ff;--b-color-blue-100: #f2f8ff;--b-tooltip-padding: var(--b-spacer-020) var(--b-spacer-040);--b-tooltip-border-radius: var(--b-border-radius-s);--b-toggle-sub-label-padding: var(--b-spacer-020);--b-toggle-label-padding: var(--b-spacer-060);--b-toggle-track-padding: var(--b-spacer-010);--b-toggle-handle-toggled-hover-outline-width: var(--b-spacer-010);--b-toggle-handle-toggled-focus-outline-width: var(--b-spacer-010);--b-toggle-handle-toggled-active-outline-width: var(--b-spacer-010);--b-toggle-handle-toggled-outline-width: var(--b-spacer-010);--b-toggle-handle-toggled-offset: var(--b-spacer-020);--b-toggle-handle-not-toggled-hover-outline-width: var(--b-spacer-010);--b-toggle-handle-not-toggled-focus-outline-width: var(--b-spacer-010);--b-toggle-handle-not-toggled-active-outline-width: var(--b-spacer-010);--b-toggle-handle-not-toggled-outline-width: var(--b-border-width-m);--b-tag-padding: var(--b-spacer-010) var(--b-spacer-040);--b-popover-footer-margin: var(--b-spacer-000) var(--b-spacer-070) var(--b-spacer-060) var(--b-spacer-070);--b-popover-image-dismiss-icon-top: var(--b-spacer-070);--b-popover-image-dismiss-icon-right: var(--b-spacer-070);--b-popover-image-header-margin: var(--b-spacer-070) var(--b-spacer-070) var(--b-spacer-000) var(--b-spacer-070);--b-popover-header-title-column-gap: var(--b-spacer-040);--b-popover-header-margin: var(--b-spacer-060) var(--b-spacer-070) var(--b-spacer-000) var(--b-spacer-070);--b-popover-content-margin: var(--b-spacer-070);--b-popover-box-shadow: var(--b-shadow-medium-border);--b-popover-border-radius: var(--b-border-radius-m);--b-pagination-results-per-page-margin: 0 var(--b-spacer-060);--b-pagination-divider-margin: 0 var(--b-spacer-070);--b-pagination-divider-border-width: var(--b-border-width-s);--b-pagination-controls-gap: var(--b-spacer-070);--b-pagination-context-margin: 0 var(--b-spacer-060);--b-loading-indicator-large-width: var(--b-spacer-120);--b-loading-indicator-large-height: var(--b-spacer-120);--b-loading-indicator-large-border-width: var(--b-spacer-020);--b-loading-indicator-small-width: var(--b-spacer-070);--b-loading-indicator-small-height: var(--b-spacer-070);--b-loading-indicator-small-border-width: var(--b-spacer-010);--b-loading-indicator-width: var(--b-spacer-090);--b-loading-indicator-height: var(--b-spacer-090);--b-loading-button-tertiary-active-background-color: var(--b-color-transparent);--b-link-border-radius: var(--b-border-radius-xs);--b-input-radio-description-row-gap: var(--b-spacer-020);--b-input-radio-description-padding: var(--b-spacer-060);--b-input-radio-space-around-increase: var(--b-spacer-020);--b-input-radio-border-radius: var(--b-border-radius-l);--b-input-field-description-margin-top: var(--b-spacer-040);--b-input-field-payment-method-margin-right: var(--b-spacer-060);--b-input-field-static-value-border-radius: var(--b-border-radius-s);--b-input-field-static-value-padding: var(--b-spacer-020) var(--b-spacer-030);--b-input-field-static-value-margin: var(--b-spacer-060);--b-input-field-icons-margin-right: var(--b-spacer-060);--b-input-field-input-box-padding: var(--b-spacer-030) var(--b-spacer-060);--b-input-field-input-box-border-radius: var(--b-border-radius-m);--b-input-field-label-margin-bottom: var(--b-spacer-040);--b-data-grid-filters-padding: var(--b-spacer-080) 0 var(--b-spacer-080) var(--b-spacer-090);--b-data-grid-filters-border-width: var(--b-border-width-s);--b-data-grid-pagination-padding: var(--b-spacer-070);--b-data-grid-pagination-border-width: var(--b-border-width-s);--b-data-grid-footer-padding: var(--b-spacer-040) var(--b-spacer-090);--b-data-grid-resizer-offset: -var(--b-spacer-020);--b-data-grid-cell-condensed-padding: var(--b-spacer-030) var(--b-spacer-070);--b-data-grid-cell-padding: 14px var(--b-spacer-070);--b-data-grid-row-border-width: var(--b-border-width-s);--b-data-grid-column-sort-icon-descending-icon-margin-top: var(--b-spacer-040);--b-data-grid-column-sort-icon-margin-top: var(--b-spacer-010);--b-data-grid-column-sort-padding: 0 0 0 var(--b-spacer-040);--b-data-grid-column-padding: 14px var(--b-spacer-070);--b-data-grid-column-border-color: var(--b-color-transparent);--b-data-grid-columns-border-width: var(--b-border-width-s);--b-data-grid-header-padding: var(--b-spacer-080) var(--b-spacer-090);--b-data-grid-border-width: var(--b-border-width-s);--b-data-grid-border-radius: var(--b-border-radius-m);--b-checkbox-text-margin-left: var(--b-spacer-060);--b-checkbox-text-gap: var(--b-spacer-020);--b-checkbox-outline-top-offset: var(--b-spacer-010);--b-checkbox-outline-border-width: var(--b-border-width-s);--b-checkbox-outline-border-radius: var(--b-border-radius-s);--b-button-icon-only-condensed-padding: var(--b-spacer-030);--b-button-icon-only-padding: var(--b-spacer-050);--b-button-condensed-tertiary-padding: var(--b-spacer-000);--b-button-condensed-padding: var(--b-spacer-020) var(--b-spacer-050);--b-button-condensed-border-radius: var(--b-border-radius-m);--b-button-tertiary-critical-hover-background-color: var(--b-color-transparent);--b-button-tertiary-critical-disabled-background-color: var(--b-color-transparent);--b-button-tertiary-critical-active-background-color: var(--b-color-transparent);--b-button-tertiary-critical-background-color: var(--b-color-transparent);--b-button-tertiary-disabled-background-color: var(--b-color-transparent);--b-button-tertiary-active-background-color: var(--b-color-transparent);--b-button-tertiary-hover-background-color: var(--b-color-transparent);--b-button-tertiary-padding: var(--b-spacer-000);--b-button-tertiary-box-shadow: inset 0 0 0 var(--b-border-width-s) var(--b-color-transparent);--b-button-tertiary-border-radius: var(--b-border-radius-xs);--b-button-tertiary-background-color: var(--b-color-transparent);--b-button-secondary-critical-hover-box-shadow: inset 0 0 0 var(--b-border-width-s) var(--b-color-interactive-critical-hovered);--b-button-secondary-critical-disabled-box-shadow: inset 0 0 0 var(--b-border-width-s) var(--b-color-outline-disabled);--b-button-secondary-critical-active-box-shadow: inset 0 0 0 var(--b-border-width-s) var(--b-color-interactive-critical-pressed);--b-button-secondary-critical-box-shadow: inset 0 0 0 var(--b-border-width-s) var(--b-color-interactive-critical);--b-button-secondary-disabled-box-shadow: inset 0 0 0 var(--b-border-width-s) var(--b-color-outline-disabled);--b-button-secondary-hover-box-shadow: inset 0 0 0 var(--b-border-width-s) var(--b-color-outline-secondary);--b-button-secondary-active-box-shadow: inset 0 0 0 var(--b-border-width-s) var(--b-color-outline-secondary);--b-button-secondary-box-shadow: inset 0 0 0 var(--b-border-width-s) var(--b-color-outline-secondary);--b-button-padding: var(--b-spacer-040) var(--b-spacer-060);--b-button-box-shadow: inset 0 0 0 var(--b-border-width-s) var(--b-color-transparent);--b-button-border-radius: var(--b-border-radius-m);--b-button-actions-vertical-stack-row-gap: var(--b-spacer-040);--b-button-actions-fill-container-column-gap: var(--b-spacer-040);--b-button-actions-buttons-end-column-gap: var(--b-spacer-040);--b-text-title-l-mobile-line-height: var(--b-line-height-700);--b-text-title-l-mobile-font-size: var(--b-font-size-600);--b-text-title-l-letter-spacing: 0;--b-text-title-l-line-height: var(--b-line-height-800);--b-text-title-l-font-weight: 600;--b-text-title-l-font-size: var(--b-font-size-700);--b-text-title-l-font-family: var(--b-font-family-primary);--b-text-title-m-mobile-line-height: var(--b-line-height-600);--b-text-title-m-mobile-font-size: var(--b-font-size-500);--b-text-title-m-letter-spacing: 0;--b-text-title-m-line-height: var(--b-line-height-700);--b-text-title-m-font-weight: 600;--b-text-title-m-font-size: var(--b-font-size-600);--b-text-title-m-font-family: var(--b-font-family-primary);--b-text-title-mobile-line-height: var(--b-line-height-500);--b-text-title-mobile-font-size: var(--b-font-size-400);--b-text-title-letter-spacing: 0;--b-text-title-line-height: var(--b-line-height-600);--b-text-title-font-weight: 600;--b-text-title-font-size: var(--b-font-size-500);--b-text-title-font-family: var(--b-font-family-primary);--b-text-subtitle-stronger-font-weight: 600;--b-text-subtitle-letter-spacing: 0;--b-text-subtitle-line-height: var(--b-line-height-400);--b-text-subtitle-font-weight: 500;--b-text-subtitle-font-size: var(--b-font-size-300);--b-text-subtitle-font-family: var(--b-font-family-primary);--b-text-body-strongest-wide-line-height: var(--b-line-height-300);--b-text-body-strongest-wide-font-weight: 600;--b-text-body-strongest-font-weight: 600;--b-text-body-stonger-wide-line-height: var(--b-line-height-300);--b-text-body-stonger-wide-font-weight: 500;--b-text-body-stonger-font-weight: 500;--b-text-body-wide-line-height: var(--b-line-height-300);--b-text-body-letter-spacing: 0;--b-text-body-line-height: var(--b-line-height-200);--b-text-body-font-weight: 400;--b-text-body-font-size: var(--b-font-size-200);--b-text-body-font-family: var(--b-font-family-primary);--b-text-caption-stonger-wide-line-height: var(--b-line-height-200);--b-text-caption-stonger-wide-font-weight: 500;--b-text-caption-stonger-font-weight: 500;--b-text-caption-wide-line-height: var(--b-line-height-200);--b-text-caption-letter-spacing: 0;--b-text-caption-line-height: var(--b-line-height-100);--b-text-caption-font-weight: 400;--b-text-caption-font-size: var(--b-font-size-100);--b-text-caption-font-family: var(--b-font-family-primary);--b-focus-ring-color: var(--b-color-focus);--b-color-support-shadow: var(--b-color-grey-900);--b-color-support-overlay: var(--b-color-grey-900);--b-color-decorative-grey: var(--b-color-grey-400);--b-color-decorative-red: var(--b-color-red-600);--b-color-decorative-orange: var(--b-color-orange-500);--b-color-decorative-yellow: var(--b-color-yellow-400);--b-color-decorative-blue: var(--b-color-blue-600);--b-color-decorative-green: var(--b-color-green-500);--b-color-separator-on-dark-secondary: var(--b-color-grey-700);--b-color-separator-on-dark-primary: var(--b-color-grey-800);--b-color-separator-secondary: var(--b-color-grey-300);--b-color-separator-primary: var(--b-color-grey-200);--b-color-outline-activated: var(--b-color-grey-900);--b-color-outline-success: var(--b-color-green-600);--b-color-outline-critical: var(--b-color-red-600);--b-color-outline-disabled: var(--b-color-grey-200);--b-color-outline-tertiary: var(--b-color-grey-500);--b-color-outline-secondary: var(--b-color-grey-300);--b-color-outline-primary: var(--b-color-grey-200);--b-color-link-highlight-pressed: var(--b-color-blue-800);--b-color-link-highlight-hovered: var(--b-color-blue-700);--b-color-link-highlight: var(--b-color-blue-600);--b-color-link-secondary-pressed: var(--b-color-grey-500);--b-color-link-secondary-hovered: var(--b-color-grey-600);--b-color-link-secondary: var(--b-color-grey-700);--b-color-link-primary-pressed: var(--b-color-grey-500);--b-color-link-primary-hovered: var(--b-color-grey-700);--b-color-link-primary: var(--b-color-grey-900);--b-color-on-interactive-disabled: var(--b-color-grey-400);--b-color-on-interactive-critical: var(--b-color-white);--b-color-on-interactive-secondary: var(--b-color-grey-900);--b-color-on-interactive-primary: var(--b-color-white);--b-color-interactive-disabled: var(--b-color-grey-200);--b-color-interactive-critical-pressed: var(--b-color-red-800);--b-color-interactive-critical-hovered: var(--b-color-red-700);--b-color-interactive-critical: var(--b-color-red-600);--b-color-interactive-secondary-pressed: var(--b-color-grey-200);--b-color-interactive-secondary-hovered: var(--b-color-grey-100);--b-color-interactive-secondary: var(--b-color-white);--b-color-interactive-primary-pressed: var(--b-color-grey-500);--b-color-interactive-primary-hovered: var(--b-color-grey-700);--b-color-interactive-primary: var(--b-color-grey-900);--b-color-label-on-surface-highlight-weak: var(--b-color-blue-700);--b-color-label-on-surface-success-weak: var(--b-color-green-700);--b-color-label-on-surface-warning-weak: var(--b-color-orange-700);--b-color-label-on-surface-critical-weak: var(--b-color-red-700);--b-color-label-on-color: var(--b-color-white);--b-color-label-success: var(--b-color-green-600);--b-color-label-highlight: var(--b-color-blue-600);--b-color-label-warning: var(--b-color-orange-600);--b-color-label-critical: var(--b-color-red-600);--b-color-label-disabled: var(--b-color-grey-400);--b-color-label-tertiary: var(--b-color-grey-500);--b-color-label-secondary: var(--b-color-grey-700);--b-color-label-primary: var(--b-color-grey-900);--b-color-surface-inverse: var(--b-color-grey-900);--b-color-surface-highlight-strong: var(--b-color-blue-600);--b-color-surface-highlight-weak: var(--b-color-blue-100);--b-color-surface-success-strong: var(--b-color-green-600);--b-color-surface-success-weak: var(--b-color-green-100);--b-color-surface-warning-strong: var(--b-color-orange-500);--b-color-surface-warning-weak: var(--b-color-orange-100);--b-color-surface-critical-strong: var(--b-color-red-600);--b-color-surface-critical-weak: var(--b-color-red-100);--b-color-surface-disabled: var(--b-color-grey-200);--b-color-surface-selected: var(--b-color-blue-100);--b-color-surface-quaternary: var(--b-color-grey-400);--b-color-surface-tertiary: var(--b-color-grey-200);--b-color-surface-secondary: var(--b-color-grey-100);--b-color-surface-primary: var(--b-color-white);--b-color-background-always-dark: var(--b-color-grey-900);--b-color-background-primary: var(--b-color-white);--b-tooltip-color: var(--b-color-label-on-color);--b-tooltip-background-color: var(--b-color-surface-inverse);--b-toggle-sub-label-color: var(--b-color-label-secondary);--b-toggle-track-toggled-hover-background-color: var(--b-color-interactive-primary-hovered);--b-toggle-track-toggled-disabled-background-color: var(--b-color-interactive-disabled);--b-toggle-track-toggled-active-background-color: var(--b-color-interactive-primary-pressed);--b-toggle-track-toggled-background-color: var(--b-color-interactive-primary);--b-toggle-track-not-toggled-hover-background-color: var(--b-color-surface-quaternary);--b-toggle-track-not-toggled-focus-background-color: var(--b-color-surface-quaternary);--b-toggle-track-not-toggled-disabled-background-color: var(--b-color-interactive-disabled);--b-toggle-track-not-toggled-active-background-color: var(--b-color-interactive-primary-hovered);--b-toggle-track-not-toggled-background-color: var(--b-color-surface-quaternary);--b-toggle-handle-toggled-hover-outline-color: var(--b-color-outline-activated);--b-toggle-handle-toggled-focus-outline-color: var(--b-color-outline-activated);--b-toggle-handle-toggled-disabled-background-color: var(--b-color-on-interactive-disabled);--b-toggle-handle-toggled-active-outline-color: var(--b-color-outline-activated);--b-toggle-handle-toggled-outline-color: var(--b-color-outline-activated);--b-toggle-handle-not-toggled-hover-outline-color: var(--b-color-outline-activated);--b-toggle-handle-not-toggled-focus-outline-color: var(--b-color-outline-activated);--b-toggle-handle-not-toggled-disabled-background-color: var(--b-color-on-interactive-disabled);--b-toggle-handle-not-toggled-active-outline-color: var(--b-color-outline-activated);--b-toggle-handle-not-toggled-outline-color: var(--b-color-outline-tertiary);--b-toggle-handle-background-color: var(--b-color-on-interactive-primary);--b-tag-red-background-color: var(--b-color-surface-critical-weak);--b-tag-red-color: var(--b-color-label-on-surface-critical-weak);--b-tag-orange-background-color: var(--b-color-surface-warning-weak);--b-tag-orange-color: var(--b-color-label-on-surface-warning-weak);--b-tag-green-background-color: var(--b-color-surface-success-weak);--b-tag-green-color: var(--b-color-label-on-surface-success-weak);--b-tag-blue-background-color: var(--b-color-surface-highlight-weak);--b-tag-blue-color: var(--b-color-label-on-surface-highlight-weak);--b-tag-default-background-color: var(--b-color-surface-secondary);--b-tag-default-color: var(--b-color-label-secondary);--b-status-indicator-yellow-background-color: var(--b-color-decorative-yellow);--b-status-indicator-red-background-color: var(--b-color-decorative-red);--b-status-indicator-orange-background-color: var(--b-color-decorative-orange);--b-status-indicator-grey-background-color: var(--b-color-decorative-grey);--b-status-indicator-green-background-color: var(--b-color-decorative-green);--b-status-indicator-blue-background-color: var(--b-color-decorative-blue);--b-popover-dismiss-button-on-image-icon-active-color: var(--b-color-interactive-secondary-pressed);--b-popover-dismiss-button-on-image-icon-hovered-color: var(--b-color-interactive-secondary-hovered);--b-popover-dismiss-button-on-image-icon-color: var(--b-color-interactive-secondary);--b-popover-background-color: var(--b-color-background-primary);--b-pagination-divider-border-color: var(--b-color-separator-primary);--b-loading-indicator-inverse-color: var(--b-color-surface-primary);--b-loading-indicator-inverse-background-color: var(--b-color-surface-primary);--b-loading-indicator-color: var(--b-color-surface-inverse);--b-loading-indicator-background-color: var(--b-color-surface-inverse);--b-loading-button-secondary-success-disabled-color: var(--b-color-on-interactive-disabled);--b-loading-button-secondary-success-disabled-border-color: var(--b-color-outline-disabled);--b-loading-button-secondary-success-disabled-background-color: var(--b-color-interactive-secondary);--b-loading-button-secondary-success-active-border-color: var(--b-color-outline-secondary);--b-loading-button-secondary-success-active-background-color: var(--b-color-interactive-secondary-pressed);--b-loading-button-secondary-success-hover-color: var(--b-color-interactive-primary-hovered);--b-loading-button-secondary-success-hover-border-color: var(--b-color-outline-secondary);--b-loading-button-secondary-success-hover-background-color: var(--b-color-interactive-secondary-hovered);--b-loading-button-secondary-success-color: var(--b-color-interactive-primary);--b-loading-button-secondary-success-border-color: var(--b-color-outline-secondary);--b-loading-button-secondary-success-background-color: var(--b-color-interactive-secondary);--b-loading-button-secondary-active-color: var(--b-color-interactive-primary-pressed);--b-loading-button-secondary-active-background-color: var(--b-color-interactive-secondary-pressed);--b-loading-button-primary-success-hover-background-color: var(--b-color-interactive-primary-hovered);--b-loading-button-primary-success-disabled-color: var(--b-color-on-interactive-disabled);--b-loading-button-primary-success-disabled-background-color: var(--b-color-interactive-disabled);--b-loading-button-primary-success-active-background-color: var(--b-color-interactive-primary-pressed);--b-loading-button-primary-success-color: var(--b-color-on-interactive-primary);--b-loading-button-primary-success-background-color: var(--b-color-interactive-primary);--b-loading-button-primary-active-background-color: var(--b-color-interactive-primary-pressed);--b-link-active-color: var(--b-color-link-highlight-pressed);--b-link-hover-color: var(--b-color-link-highlight-hovered);--b-link-color: var(--b-color-link-highlight);--b-input-radio-knob-disabled-color: var(--b-color-on-interactive-disabled);--b-input-radio-knob-color: var(--b-color-on-interactive-primary);--b-input-radio-sub-label-font-color: var(--b-color-label-secondary);--b-input-radio-label-disabled-font-color: var(--b-color-label-disabled);--b-input-radio-label-font-color: var(--b-color-label-primary);--b-input-radio-checked-disabled-border-color: var(--b-color-interactive-disabled);--b-input-radio-checked-disabled-background-color: var(--b-color-interactive-disabled);--b-input-radio-checked-active-border-color: var(--b-color-interactive-primary-pressed);--b-input-radio-checked-active-background-color: var(--b-color-interactive-primary-pressed);--b-input-radio-checked-hover-border-color: var(--b-color-interactive-primary-hovered);--b-input-radio-checked-hover-background-color: var(--b-color-interactive-primary-hovered);--b-input-radio-checked-border-color: var(--b-color-interactive-primary);--b-input-radio-checked-background-color: var(--b-color-interactive-primary);--b-input-radio-unchecked-disabled-border-color: var(--b-color-interactive-disabled);--b-input-radio-unchecked-disabled-background-color: var(--b-color-interactive-disabled);--b-input-radio-unchecked-active-background-color: var(--b-color-interactive-secondary-pressed);--b-input-radio-unchecked-hover-border-color: var(--b-color-outline-tertiary);--b-input-radio-unchecked-hover-background-color: var(--b-color-interactive-secondary-hovered);--b-input-radio-unchecked-border-color: var(--b-color-outline-tertiary);--b-input-radio-unchecked-background-color: var(--b-color-interactive-secondary);--b-input-field-description-error-color: var(--b-color-label-critical);--b-input-field-description-color: var(--b-color-label-secondary);--b-input-field-static-value-disabled-color: var(--b-color-on-interactive-disabled);--b-input-field-static-value-disabled-background-color: var(--b-color-interactive-disabled);--b-input-field-static-value-color: var(--b-color-label-primary);--b-input-field-static-value-background-color: var(--b-color-surface-secondary);--b-input-field-icons-background-color: var(--b-color-on-interactive-disabled);--b-input-field-input-disabled-color: var(--b-color-on-interactive-disabled);--b-input-field-input-disabled-background-color: var(--b-color-interactive-disabled);--b-input-field-input-color: var(--b-color-label-primary);--b-input-field-input-box-focus-border-color: var(--b-color-outline-activated);--b-input-field-input-box-error-background-color: var(--b-color-outline-critical);--b-input-field-input-box-disabled-border-color: var(--b-color-interactive-disabled);--b-input-field-input-box-disabled-background-color: var(--b-color-interactive-disabled);--b-input-field-input-box-hover-border-color: var(--b-color-outline-activated);--b-input-field-input-box-border-color: var(--b-color-outline-tertiary);--b-input-field-input-box-color: var(--b-color-label-primary);--b-input-field-label-color: var(--b-color-label-primary);--b-data-grid-filters-border-color: var(--b-color-separator-primary);--b-data-grid-pagination-border-color: var(--b-color-separator-primary);--b-data-grid-row-disabled-color: var(--b-color-label-primary);--b-data-grid-row-hover-background-color: var(--b-color-interactive-secondary-hovered);--b-data-grid-row-color: var(--b-color-label-primary);--b-data-grid-row-border-color: var(--b-color-separator-primary);--b-data-grid-row-background-color: var(--b-color-background-primary);--b-data-grid-column-seperator-resizeable-hover-color: var(--b-color-separator-secondary);--b-data-grid-column-seperator-color: var(--b-color-separator-primary);--b-data-grid-column-sort-icon-color: var(--b-color-label-disabled);--b-data-grid-column-hover-sort-icon-color: var(--b-color-label-tertiary);--b-data-grid-column-hover-background-color: var(--b-color-surface-tertiary);--b-data-grid-column-color: var(--b-color-label-primary);--b-data-grid-column-background-color: var(--b-color-background-primary);--b-data-grid-columns-border-color: var(--b-color-separator-secondary);--b-data-grid-border-color: var(--b-color-separator-primary);--b-checkbox-outline-unchecked-hover-border-color: var(--b-color-outline-tertiary);--b-checkbox-outline-unchecked-hover-background-color: var(--b-color-interactive-secondary-hovered);--b-checkbox-outline-unchecked-disabled-border-color: var(--b-color-outline-disabled);--b-checkbox-outline-unchecked-disabled-background-color: var(--b-color-interactive-disabled);--b-checkbox-outline-unchecked-active-border-color: var(--b-color-outline-tertiary);--b-checkbox-outline-unchecked-active-background-color: var(--b-color-interactive-secondary-pressed);--b-checkbox-outline-unchecked-border-color: var(--b-color-outline-tertiary);--b-checkbox-outline-unchecked-background-color: var(--b-color-interactive-secondary);--b-checkbox-outline-indeterminate-hover-border-color: var(--b-color-interactive-primary-hovered);--b-checkbox-outline-indeterminate-hover-background-color: var(--b-color-interactive-primary-hovered);--b-checkbox-outline-indeterminate-disabled-border-color: var(--b-color-interactive-disabled);--b-checkbox-outline-indeterminate-disabled-background-color: var(--b-color-interactive-disabled);--b-checkbox-outline-indeterminate-active-border-color: var(--b-color-interactive-primary-pressed);--b-checkbox-outline-indeterminate-active-background-color: var(--b-color-interactive-primary-pressed);--b-checkbox-outline-indeterminate-border-color: var(--b-color-interactive-primary);--b-checkbox-outline-indeterminate-background-color: var(--b-color-interactive-primary);--b-checkbox-outline-checked-hover-border-color: var(--b-color-interactive-primary-hovered);--b-checkbox-outline-checked-hover-background-color: var(--b-color-interactive-primary-hovered);--b-checkbox-outline-checked-disabled-border-color: var(--b-color-interactive-disabled);--b-checkbox-outline-checked-disabled-background-color: var(--b-color-interactive-disabled);--b-checkbox-outline-checked-active-border-color: var(--b-color-interactive-primary-pressed);--b-checkbox-outline-checked-active-background-color: var(--b-color-interactive-primary-pressed);--b-checkbox-outline-checked-border-color: var(--b-color-interactive-primary);--b-checkbox-outline-checked-background-color: var(--b-color-interactive-primary);--b-checkbox-label-disabled-color: var(--b-color-label-disabled);--b-checkbox-icon-disabled-color: var(--b-color-on-interactive-disabled);--b-checkbox-icon-color: var(--b-color-on-interactive-primary);--b-checkbox-description-disabled-color: var(--b-color-label-disabled);--b-checkbox-description-color: var(--b-color-label-secondary);--b-button-condensed-font-size: var(--b-text-body-font-size);--b-button-tertiary-critical-hover-color: var(--b-color-interactive-critical-hovered);--b-button-tertiary-critical-disabled-color: var(--b-color-on-interactive-disabled);--b-button-tertiary-critical-active-color: var(--b-color-interactive-critical-pressed);--b-button-tertiary-critical-color: var(--b-color-interactive-critical);--b-button-tertiary-disabled-color: var(--b-color-on-interactive-disabled);--b-button-tertiary-active-color: var(--b-color-interactive-primary-pressed);--b-button-tertiary-hover-color: var(--b-color-interactive-primary-hovered);--b-button-tertiary-color: var(--b-color-interactive-primary);--b-button-secondary-critical-hover-color: var(--b-color-interactive-critical-hovered);--b-button-secondary-critical-hover-background-color: var(--b-color-surface-critical-weak);--b-button-secondary-critical-disabled-color: var(--b-color-on-interactive-disabled);--b-button-secondary-critical-disabled-background-color: var(--b-color-interactive-secondary);--b-button-secondary-critical-active-color: var(--b-color-interactive-critical-pressed);--b-button-secondary-critical-active-background-color: var(--b-color-surface-critical-weak);--b-button-secondary-critical-color: var(--b-color-interactive-critical);--b-button-secondary-critical-background-color: var(--b-color-interactive-secondary);--b-button-secondary-disabled-color: var(--b-color-on-interactive-disabled);--b-button-secondary-disabled-background-color: var(--b-color-interactive-secondary);--b-button-secondary-hover-color: var(--b-color-interactive-primary-hovered);--b-button-secondary-hover-background-color: var(--b-color-interactive-secondary-hovered);--b-button-secondary-active-color: var(--b-color-interactive-primary-pressed);--b-button-secondary-active-background-color: var(--b-color-interactive-secondary-pressed);--b-button-secondary-color: var(--b-color-interactive-primary);--b-button-secondary-background-color: var(--b-color-interactive-secondary);--b-button-primary-critical-hover-background-color: var(--b-color-interactive-critical-hovered);--b-button-primary-critical-disabled-color: var(--b-color-on-interactive-disabled);--b-button-primary-critical-disabled-background-color: var(--b-color-interactive-disabled);--b-button-primary-critical-active-background-color: var(--b-color-interactive-critical-pressed);--b-button-primary-critical-color: var(--b-color-on-interactive-primary);--b-button-primary-critical-background-color: var(--b-color-interactive-critical);--b-button-primary-hover-background-color: var(--b-color-interactive-primary-hovered);--b-button-primary-disabled-color: var(--b-color-on-interactive-disabled);--b-button-primary-disabled-background-color: var(--b-color-interactive-disabled);--b-button-primary-active-background-color: var(--b-color-interactive-primary-pressed);--b-button-primary-color: var(--b-color-on-interactive-primary);--b-button-primary-background-color: var(--b-color-interactive-primary)}.b-legacy-theme{--b-color-background-primary: #ffffff;--b-color-background-always-dark: #00112c;--b-color-surface-primary: #ffffff;--b-color-surface-secondary: #00112c;--b-color-surface-tertiary: #eeeff1;--b-color-surface-quaternary: #c0c5cc;--b-color-surface-selected: #f2f8ff;--b-color-surface-disabled: #eeeff1;--b-color-surface-critical-weak: #fef4f4;--b-color-surface-critical-strong: #e22d2d;--b-color-surface-warning-weak: #fff5e9;--b-color-surface-warning-strong: #dd7d00;--b-color-surface-success-weak: #edfaf3;--b-color-surface-success-strong: #07893c;--b-color-surface-highlight-weak: #f2f8ff;--b-color-surface-highlight-strong: #0070f5;--b-color-surface-inverse: #00112c;--b-color-label-primary: #00112c;--b-color-label-secondary: #5c687c;--b-color-label-tertiary: #8d95a3;--b-color-label-disabled: #c0c5cc;--b-color-label-critical: #e22d2d;--b-color-label-warning: #b06300;--b-color-label-highlight: #0070f5;--b-color-label-success: #07893c;--b-color-label-on-color: #ffffff;--b-color-label-on-surface-critical-weak: #c72727;--b-color-label-on-surface-warning-weak: #9b5700;--b-color-label-on-surface-success-weak: #067934;--b-color-label-on-surface-highlight-weak: #0063d7;--b-color-interactive-primary: #00112c;--b-color-interactive-primary-hovered: #5c687c;--b-color-interactive-primary-pressed: #8d95a3;--b-color-interactive-secondary: #ffffff;--b-color-interactive-secondary-hovered: #00112c;--b-color-interactive-secondary-pressed: #eeeff1;--b-color-interactive-critical: #e22d2d;--b-color-interactive-critical-hovered: #c72727;--b-color-interactive-critical-pressed: #791818;--b-color-interactive-disabled: #eeeff1;--b-color-on-interactive-primary: #ffffff;--b-color-on-interactive-secondary: #00112c;--b-color-on-interactive-critical: #ffffff;--b-color-on-interactive-disabled: #c0c5cc;--b-color-link-primary: #00112c;--b-color-link-primary-hovered: #5c687c;--b-color-link-primary-pressed: #8d95a3;--b-color-link-secondary: #5c687c;--b-color-link-secondary-hovered: #6d7789;--b-color-link-secondary-pressed: #8d95a3;--b-color-link-highlight: #0070f5;--b-color-link-highlight-hovered: #0063d7;--b-color-link-highlight-pressed: #003c82;--b-color-outline-primary: #eeeff1;--b-color-outline-secondary: #d1d5da;--b-color-outline-tertiary: #8d95a3;--b-color-outline-disabled: #eeeff1;--b-color-outline-critical: #e22d2d;--b-color-outline-success: #07893c;--b-color-outline-activated: #00112c;--b-color-separator-primary: #eeeff1;--b-color-separator-secondary: #d1d5da;--b-color-separator-on-dark-primary: #2f3e56;--b-color-separator-on-dark-secondary: #5c687c;--b-color-decorative-green: #09ab4b;--b-color-decorative-blue: #0070f5;--b-color-decorative-yellow: #f7bc00;--b-color-decorative-orange: #dd7d00;--b-color-decorative-red: #e22d2d;--b-color-decorative-grey: #c0c5cc;--b-color-support-overlay: #00112c;--b-color-support-shadow: #00112c;--b-color-blue-10: #e5efff;--b-color-blue-20: #cce0ff;--b-color-blue-30: #599bff;--b-color-blue-40: #0066ff;--b-color-blue-50: #0048b3;--b-color-blue-60: #00337f;--b-color-blue-70: #002459;--b-color-blue-100: #f2f8ff;--b-color-blue-200: #e3f0ff;--b-color-blue-300: #b7d8ff;--b-color-blue-400: #99c8ff;--b-color-blue-500: #3d96ff;--b-color-blue-600: #0070f5;--b-color-blue-700: #0063d7;--b-color-blue-800: #003c82;--b-color-green-10: #e6f8ed;--b-color-green-20: #cef2dd;--b-color-green-40: #0abf53;--b-color-green-50: #08a648;--b-color-green-60: #055f29;--b-color-green-70: #03431d;--b-color-green-100: #edfaf3;--b-color-green-200: #d7f5e3;--b-color-green-300: #99e4b8;--b-color-green-400: #6dd999;--b-color-green-500: #09ab4b;--b-color-green-600: #07893c;--b-color-green-700: #067934;--b-color-green-800: #04481f;--b-color-grey-0: #ffffff;--b-color-grey-10: #f3f6f9;--b-color-grey-15: #eef1f5;--b-color-grey-20: #dce0e5;--b-color-grey-30: #a5afbd;--b-color-grey-40: #8390a3;--b-color-grey-50: #69778c;--b-color-grey-60: #818890;--b-color-grey-65: #6f7988;--b-color-grey-70: #707070;--b-color-grey-80: #404d61;--b-color-grey-90: #394962;--b-color-grey-100: #00112c;--b-color-grey-200: #eeeff1;--b-color-grey-300: #d1d5da;--b-color-grey-400: #c0c5cc;--b-color-grey-500: #8d95a3;--b-color-grey-600: #6d7789;--b-color-grey-700: #5c687c;--b-color-grey-800: #2f3e56;--b-color-grey-900: #00112c;--b-color-orange-10: #fff4e5;--b-color-orange-20: #ffeacc;--b-color-orange-50: #ff9500;--b-color-orange-100: #fff5e9;--b-color-orange-200: #ffecd3;--b-color-orange-300: #ffcc8a;--b-color-orange-400: #ffb658;--b-color-orange-500: #dd7d00;--b-color-orange-600: #b06300;--b-color-orange-700: #9b5700;--b-color-red-10: #fef5f5;--b-color-red-20: #facccc;--b-color-red-30: #e92929;--b-color-red-50: #e50000;--b-color-red-60: #a10000;--b-color-red-70: #720000;--b-color-red-80: #c00307;--b-color-red-100: #fef4f4;--b-color-red-200: #feeaea;--b-color-red-300: #fcc8c8;--b-color-red-400: #fbb2b2;--b-color-red-500: #f66565;--b-color-red-600: #e22d2d;--b-color-red-700: #c72727;--b-color-red-800: #791818;--b-color-white: #ffffff;--b-color-yellow-100: #fff7dd;--b-color-yellow-200: #ffefba;--b-color-yellow-300: #ffd039;--b-color-yellow-400: #f7bc00;--b-color-yellow-500: #bb8e00;--b-color-yellow-600: #957100;--b-color-yellow-700: #836300;--b-color-black: #000000;--b-color-transparent: rgba(0, 0, 0, 0);--b-color-focus: rgba(0, 102, 255, .4);--b-color-primary-10: #e5efff;--b-color-primary-20: #cce0ff;--b-color-primary-30: #599bff;--b-color-primary-40: #0066ff;--b-color-primary-50: #0048b3;--b-color-primary-60: #00337f;--b-color-attention-10: #e5efff;--b-color-warning-10: #fff4e5;--b-color-warning-20: #ffeacc;--b-color-error-10: #fef5f5;--b-color-error-20: #facccc;--b-color-error-50: #e50000;--b-color-error-60: #a10000;--b-color-error-70: #720000;--b-color-destructive-10: #fef5f5;--b-color-destructive-50: #e50000;--b-color-destructive-60: #a10000;--b-color-destructive-70: #720000;--b-color-neutral-0: #ffffff;--b-color-neutral-10: #f3f6f9;--b-color-neutral-20: #dce0e5;--b-color-neutral-30: #a5afbd;--b-color-neutral-40: #8390a3;--b-color-neutral-50: #69778c;--b-color-neutral-60: #818890;--b-color-neutral-65: #6f7988;--b-color-neutral-70: #707070;--b-color-neutral-80: #404d61;--b-color-neutral-90: #394962;--b-color-neutral-100: #00112c;--b-color-success-10: #e6f8ed;--b-color-success-20: #cef2dd;--b-color-success-40: #0abf53;--b-color-success-50: #08a648;--b-color-success-60: #055f29;--b-color-success-70: #03431d;--b-color-navy-30: #334156;--b-color-navy-40: #20304c;--b-color-navy-50: #00112c;--b-focus-ring-color: rgba(0, 102, 255, .4);--b-text-caption-font-family: Fakt, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--b-text-caption-font-size: 12px;--b-text-caption-font-weight: 400;--b-text-caption-line-height: 18px;--b-text-caption-letter-spacing: 0;--b-text-caption-wide-line-height: 20px;--b-text-caption-stonger-font-weight: 500;--b-text-caption-stonger-wide-font-weight: 500;--b-text-caption-stonger-wide-line-height: 20px;--b-text-body-font-family: Fakt, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--b-text-body-font-size: 15px;--b-text-body-font-weight: 500;--b-text-body-line-height: 1;--b-text-body-letter-spacing: normal;--b-text-body-wide-line-height: 24px;--b-text-body-stonger-font-weight: 600;--b-text-body-stonger-wide-font-weight: 500;--b-text-body-stonger-wide-line-height: 24px;--b-text-body-strongest-font-weight: 600;--b-text-body-strongest-wide-font-weight: 600;--b-text-body-strongest-wide-line-height: 24px;--b-text-subtitle-font-family: Fakt, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--b-text-subtitle-font-size: 16px;--b-text-subtitle-font-weight: 500;--b-text-subtitle-line-height: 26px;--b-text-subtitle-letter-spacing: 0;--b-text-subtitle-stronger-font-weight: 600;--b-text-title-font-family: Fakt, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--b-text-title-font-size: 20px;--b-text-title-font-weight: 600;--b-text-title-line-height: 30px;--b-text-title-letter-spacing: 0;--b-text-title-mobile-font-size: 18px;--b-text-title-mobile-line-height: 28px;--b-text-title-m-font-family: Fakt, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--b-text-title-m-font-size: 24px;--b-text-title-m-font-weight: 600;--b-text-title-m-line-height: 34px;--b-text-title-m-letter-spacing: 0;--b-text-title-m-mobile-font-size: 20px;--b-text-title-m-mobile-line-height: 30px;--b-text-title-l-font-family: Fakt, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--b-text-title-l-font-size: 32px;--b-text-title-l-font-weight: 600;--b-text-title-l-line-height: 44px;--b-text-title-l-letter-spacing: 0;--b-text-title-l-mobile-font-size: 24px;--b-text-title-l-mobile-line-height: 34px;--b-button-actions-buttons-end-column-gap: 8px;--b-button-actions-fill-container-column-gap: 8px;--b-button-actions-vertical-stack-row-gap: 8px;--b-button-border-radius: 6px;--b-button-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);--b-button-line-height: 21px;--b-button-padding: 9.5px 16px;--b-button-height: 40px;--b-button-primary-background-color: #0066ff;--b-button-primary-color: #ffffff;--b-button-primary-active-background-color: #00337f;--b-button-primary-disabled-background-color: #dce0e5;--b-button-primary-disabled-color: #a5afbd;--b-button-primary-hover-background-color: #0048b3;--b-button-primary-critical-background-color: #e50000;--b-button-primary-critical-color: #ffffff;--b-button-primary-critical-active-background-color: #c00307;--b-button-primary-critical-disabled-background-color: #dce0e5;--b-button-primary-critical-disabled-color: #a5afbd;--b-button-primary-critical-hover-background-color: #e92929;--b-button-primary-success-background-color: #08a648;--b-button-primary-success-color: #ffffff;--b-button-primary-success-active-background-color: #03431d;--b-button-primary-success-disabled-background-color: #8390a3;--b-button-primary-success-disabled-color: #ffffff;--b-button-primary-success-hover-background-color: #055f29;--b-button-secondary-background-color: #ffffff;--b-button-secondary-box-shadow: inset 0 0 0 1px #dce0e5;--b-button-secondary-color: #0066ff;--b-button-secondary-active-background-color: #f3f6f9;--b-button-secondary-active-box-shadow: inset 0 0 0 1px #dce0e5, inset 0 0 0 1px #dce0e5;--b-button-secondary-active-color: #0048b3;--b-button-secondary-hover-background-color: #ffffff;--b-button-secondary-hover-box-shadow: inset 0 0 0 1px #dce0e5, 0px 2px 4px rgba(0, 17, 44, .04), 0px 1px 2px rgba(0, 17, 44, .02);--b-button-secondary-hover-color: #0048b3;--b-button-secondary-disabled-background-color: #ffffff;--b-button-secondary-disabled-box-shadow: inset 0 0 0 1px #dce0e5;--b-button-secondary-disabled-color: #a5afbd;--b-button-secondary-critical-background-color: #ffffff;--b-button-secondary-critical-box-shadow: inset 0 0 0 1px #dce0e5;--b-button-secondary-critical-color: #e50000;--b-button-secondary-critical-active-background-color: #fef5f5;--b-button-secondary-critical-active-box-shadow: inset 0 0 0 1px #dce0e5;--b-button-secondary-critical-active-color: #791818;--b-button-secondary-critical-disabled-background-color: #ffffff;--b-button-secondary-critical-disabled-box-shadow: inset 0 0 0 1px #dce0e5;--b-button-secondary-critical-disabled-color: #a5afbd;--b-button-secondary-critical-hover-background-color: #fef4f4;--b-button-secondary-critical-hover-box-shadow: inset 0 0 0 1px #dce0e5, 0px 2px 4px rgba(0, 17, 44, .04), 0px 1px 2px rgba(0, 17, 44, .02);--b-button-secondary-critical-hover-color: #c72727;--b-button-tertiary-background-color: rgba(0, 0, 0, 0);--b-button-tertiary-border-radius: 6px;--b-button-tertiary-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);--b-button-tertiary-color: #394962;--b-button-tertiary-height: auto;--b-button-tertiary-padding: 0px;--b-button-tertiary-hover-background-color: #f3f6f9;--b-button-tertiary-hover-color: #394962;--b-button-tertiary-active-background-color: #eef1f5;--b-button-tertiary-active-color: #8d95a3;--b-button-tertiary-disabled-background-color: #dce0e5;--b-button-tertiary-disabled-color: #a5afbd;--b-button-tertiary-critical-background-color: #ffffff;--b-button-tertiary-critical-color: #e50000;--b-button-tertiary-critical-active-background-color: #fef5f5;--b-button-tertiary-critical-active-color: #e50000;--b-button-tertiary-critical-disabled-background-color: #ffffff;--b-button-tertiary-critical-disabled-color: #a5afbd;--b-button-tertiary-critical-hover-background-color: #ffffff;--b-button-tertiary-critical-hover-box-shadow: inset 0 0 0 1px #dce0e5, 0px 2px 4px rgba(0, 17, 44, .04), 0px 1px 2px rgba(0, 17, 44, .02);--b-button-tertiary-critical-hover-color: #e50000;--b-button-condensed-border-radius: 6px;--b-button-condensed-font-size: 13px;--b-button-condensed-line-height: 17px;--b-button-condensed-padding: 3.5px 8px;--b-button-condensed-icon-height: 10px;--b-button-condensed-icon-width: 10px;--b-button-condensed-tertiary-height: 24px;--b-button-condensed-tertiary-padding: 0px;--b-button-icon-only-padding: 10px;--b-button-icon-only-condensed-padding: 6px;--b-checkbox-description-color: #69778c;--b-checkbox-description-disabled-color: #8390a3;--b-checkbox-icon-color: #ffffff;--b-checkbox-icon-disabled-color: #69778c;--b-checkbox-label-disabled-color: #8390a3;--b-checkbox-outline-border-radius: 4px;--b-checkbox-outline-border-width: 1px;--b-checkbox-outline-top-offset: 0px;--b-checkbox-outline-checked-background-color: #0066ff;--b-checkbox-outline-checked-border-color: #0066ff;--b-checkbox-outline-checked-active-background-color: #0066ff;--b-checkbox-outline-checked-active-border-color: #dce0e5;--b-checkbox-outline-checked-disabled-background-color: #dce0e5;--b-checkbox-outline-checked-disabled-border-color: #dce0e5;--b-checkbox-outline-checked-hover-background-color: #0066ff;--b-checkbox-outline-checked-hover-border-color: #0048b3;--b-checkbox-outline-indeterminate-background-color: #0066ff;--b-checkbox-outline-indeterminate-border-color: #0066ff;--b-checkbox-outline-indeterminate-active-background-color: #0066ff;--b-checkbox-outline-indeterminate-active-border-color: #dce0e5;--b-checkbox-outline-indeterminate-disabled-background-color: #dce0e5;--b-checkbox-outline-indeterminate-disabled-border-color: #dce0e5;--b-checkbox-outline-indeterminate-hover-background-color: #0066ff;--b-checkbox-outline-indeterminate-hover-border-color: #0048b3;--b-checkbox-outline-unchecked-background-color: #ffffff;--b-checkbox-outline-unchecked-border-color: #dce0e5;--b-checkbox-outline-unchecked-active-background-color: #ffffff;--b-checkbox-outline-unchecked-active-border-color: #0066ff;--b-checkbox-outline-unchecked-disabled-background-color: #dce0e5;--b-checkbox-outline-unchecked-disabled-border-color: #dce0e5;--b-checkbox-outline-unchecked-hover-background-color: #ffffff;--b-checkbox-outline-unchecked-hover-border-color: #69778c;--b-checkbox-text-gap: 0px;--b-checkbox-text-margin-left: 8px;--b-data-grid-border-color: #dce0e5;--b-data-grid-border-radius: 8px;--b-data-grid-border-width: 1px;--b-data-grid-header-padding: 20px 24px;--b-data-grid-columns-border-color: #d1d5da;--b-data-grid-columns-border-width: 1px;--b-data-grid-column-background-color: #ffffff;--b-data-grid-column-border-color: rgba(0, 0, 0, 0);--b-data-grid-column-padding: 16px;--b-data-grid-column-color: #00112c;--b-data-grid-column-hover-background-color: #eeeff1;--b-data-grid-column-hover-sort-icon-color: #8d95a3;--b-data-grid-column-hover-border-left-color: #dce0e5;--b-data-grid-column-hover-border-right-color: #dce0e5;--b-data-grid-column-sort-padding: 0 0 0 8px;--b-data-grid-column-sort-icon-color: #a5afbd;--b-data-grid-column-sort-icon-margin-top: 2px;--b-data-grid-column-sort-icon-descending-icon-margin-top: 8px;--b-data-grid-column-seperator-color: #dce0e5;--b-data-grid-column-seperator-height: 100%;--b-data-grid-column-seperator-resizeable-hover-color: #d1d5da;--b-data-grid-column-height: 24px;--b-data-grid-row-background-color: #ffffff;--b-data-grid-row-border-color: #dce0e5;--b-data-grid-row-border-width: 1px;--b-data-grid-row-color: #00112c;--b-data-grid-row-hover-background-color: #f3f6f9;--b-data-grid-row-disabled-color: #8390a3;--b-data-grid-cell-padding: 16px 8px 16px 16px;--b-data-grid-cell-condensed-padding: 6px 16px;--b-data-grid-resizer-offset: -4px;--b-data-grid-resizer-width: 8px;--b-data-grid-footer-padding: 8px 0;--b-data-grid-pagination-border-color: #eeeff1;--b-data-grid-pagination-border-width: 1px;--b-data-grid-pagination-padding: 16px;--b-data-grid-filters-border-color: #eeeff1;--b-data-grid-filters-border-width: 1px;--b-data-grid-filters-padding: 20px 0 20px 24px;--b-input-field-label-color: #00112c;--b-input-field-label-margin-bottom: 8px;--b-input-field-input-box-color: #00112c;--b-input-field-input-box-border-color: #8d95a3;--b-input-field-input-box-border-radius: 8px;--b-input-field-input-box-height: 40px;--b-input-field-input-box-padding: 8px 16px;--b-input-field-input-box-hover-border-color: #00112c;--b-input-field-input-box-disabled-background-color: #eeeff1;--b-input-field-input-box-disabled-border-color: #eeeff1;--b-input-field-input-box-error-background-color: #e22d2d;--b-input-field-input-box-focus-border-color: #00112c;--b-input-field-input-color: #00112c;--b-input-field-input-disabled-background-color: #eeeff1;--b-input-field-input-disabled-color: #c0c5cc;--b-input-field-icons-background-color: #c0c5cc;--b-input-field-icons-margin-right: 12px;--b-input-field-static-value-background-color: #f3f6f9;--b-input-field-static-value-color: #00112c;--b-input-field-static-value-margin: 12px;--b-input-field-static-value-padding: 4px 6px;--b-input-field-static-value-border-radius: 4px;--b-input-field-static-value-disabled-background-color: #eeeff1;--b-input-field-static-value-disabled-color: #c0c5cc;--b-input-field-payment-method-margin-right: 12px;--b-input-field-description-color: #5c687c;--b-input-field-description-margin-top: 8px;--b-input-field-description-padding: 0;--b-input-field-description-error-color: #e22d2d;--b-input-radio-offset-top: 2px;--b-input-radio-border-radius: 12px;--b-input-radio-space-around-increase: 4px;--b-input-radio-unchecked-background-color: #ffffff;--b-input-radio-unchecked-border-color: #dce0e5;--b-input-radio-unchecked-hover-background-color: #ffffff;--b-input-radio-unchecked-hover-border-color: #8390a3;--b-input-radio-unchecked-active-background-color: #ffffff;--b-input-radio-unchecked-disabled-background-color: #dce0e5;--b-input-radio-unchecked-disabled-border-color: #dce0e5;--b-input-radio-checked-background-color: #00337f;--b-input-radio-checked-border-color: #69778c;--b-input-radio-checked-hover-background-color: #00337f;--b-input-radio-checked-hover-border-color: #00337f;--b-input-radio-checked-active-background-color: #00337f;--b-input-radio-checked-active-border-color: #00337f;--b-input-radio-checked-disabled-background-color: #dce0e5;--b-input-radio-checked-disabled-border-color: #dce0e5;--b-input-radio-description-padding: 12px;--b-input-radio-description-row-gap: 4px;--b-input-radio-label-font-color: #00112c;--b-input-radio-label-disabled-font-color: #8390a3;--b-input-radio-sub-label-font-color: #5c687c;--b-input-radio-knob-color: #ffffff;--b-input-radio-knob-offset: 4px;--b-input-radio-knob-size: 6px;--b-input-radio-knob-disabled-color: #8390a3;--b-link-border-radius: 2px;--b-link-color: #0066ff;--b-link-text-decoration: none;--b-link-hover-color: #0066ff;--b-link-hover-text-decoration: underline;--b-link-active-color: #0066ff;--b-loading-button-primary-active-background-color: #0048b3;--b-loading-button-primary-success-background-color: #0abf53;--b-loading-button-primary-success-color: #ffffff;--b-loading-button-primary-success-active-background-color: #0abf53;--b-loading-button-primary-success-disabled-background-color: #a5afbd;--b-loading-button-primary-success-disabled-color: #dce0e5;--b-loading-button-primary-success-hover-background-color: #0abf53;--b-loading-button-secondary-active-background-color: #ffffff;--b-loading-button-secondary-active-color: #a5afbd;--b-loading-button-secondary-success-background-color: #0abf53;--b-loading-button-secondary-success-border-color: rgba(0, 0, 0, 0);--b-loading-button-secondary-success-color: #ffffff;--b-loading-button-secondary-success-hover-background-color: #0abf53;--b-loading-button-secondary-success-hover-border-color: rgba(0, 0, 0, 0);--b-loading-button-secondary-success-hover-box-shadow: unset;--b-loading-button-secondary-success-hover-color: #ffffff;--b-loading-button-secondary-success-active-background-color: #0abf53;--b-loading-button-secondary-success-active-border-color: rgba(0, 0, 0, 0);--b-loading-button-secondary-success-disabled-background-color: #dce0e5;--b-loading-button-secondary-success-disabled-border-color: rgba(0, 0, 0, 0);--b-loading-button-secondary-success-disabled-color: #a5afbd;--b-loading-button-tertiary-active-background-color: #eef1f5;--b-loading-indicator-background-color: #dce0e5;--b-loading-indicator-color: #0048b3;--b-loading-indicator-height: 24px;--b-loading-indicator-width: 24px;--b-loading-indicator-small-border-width: 2px;--b-loading-indicator-small-height: 16px;--b-loading-indicator-small-width: 16px;--b-loading-indicator-large-border-width: 4px;--b-loading-indicator-large-height: 48px;--b-loading-indicator-large-width: 48px;--b-loading-indicator-inverse-background-color: #dce0e5;--b-loading-indicator-inverse-color: #0048b3;--b-pagination-context-margin: 0 12px;--b-pagination-controls-gap: 16px;--b-pagination-divider-border-color: #eeeff1;--b-pagination-divider-border-width: 1px;--b-pagination-divider-margin: 0 16px;--b-pagination-results-per-page-margin: 0 12px;--b-popover-background-color: #ffffff;--b-popover-border: 1px solid #dce0e5;--b-popover-border-radius: 4px;--b-popover-box-shadow: 0px 8px 8px rgba(0, 17, 44, .04), 0px 2px 4px rgba(0, 17, 44, .08);--b-popover-dismiss-button-on-image-icon-color: #ffffff;--b-popover-dismiss-button-on-image-icon-hovered-color: #00112c;--b-popover-dismiss-button-on-image-icon-active-color: #eeeff1;--b-popover-content-margin: 16px;--b-popover-header-margin: 12px 16px 0px 16px;--b-popover-header-title-column-gap: 8px;--b-popover-image-header-margin: 16px 16px 0px 16px;--b-popover-image-dismiss-icon-right: 16px;--b-popover-image-dismiss-icon-top: 16px;--b-popover-footer-margin: 0px 16px 12px 16px;--b-status-column-gap: 8px;--b-status-indicator-size: 12px;--b-status-indicator-blue-background-color: #0066ff;--b-status-indicator-green-background-color: #0abf53;--b-status-indicator-grey-background-color: #c0c5cc;--b-status-indicator-orange-background-color: #ff9500;--b-status-indicator-red-background-color: #e50000;--b-status-indicator-yellow-background-color: #f7bc00;--b-tag-padding: 0 8px;--b-tag-default-color: #394962;--b-tag-default-background-color: #dce0e5;--b-tag-blue-color: #0048b3;--b-tag-blue-background-color: #e5efff;--b-tag-green-color: #08a648;--b-tag-green-background-color: #e6f8ed;--b-tag-orange-color: #ff9500;--b-tag-orange-background-color: #fff4e5;--b-tag-red-color: #a10000;--b-tag-red-background-color: #fef5f5;--b-toggle-border-color: none;--b-toggle-handle-background-color: #ffffff;--b-toggle-handle-not-toggled-outline-color: #ffffff;--b-toggle-handle-not-toggled-outline-width: 0px;--b-toggle-handle-not-toggled-active-outline-color: #ffffff;--b-toggle-handle-not-toggled-active-outline-width: 0px;--b-toggle-handle-not-toggled-disabled-background-color: #8390a3;--b-toggle-handle-not-toggled-focus-outline-color: #ffffff;--b-toggle-handle-not-toggled-focus-outline-width: 0px;--b-toggle-handle-not-toggled-hover-outline-color: #0048b3;--b-toggle-handle-not-toggled-hover-outline-width: 1px;--b-toggle-handle-toggled-offset: 4px;--b-toggle-handle-toggled-outline-color: #ffffff;--b-toggle-handle-toggled-outline-width: 0px;--b-toggle-handle-toggled-active-outline-color: #0048b3;--b-toggle-handle-toggled-active-outline-width: 1px;--b-toggle-handle-toggled-disabled-background-color: #8390a3;--b-toggle-handle-toggled-focus-outline-color: #0048b3;--b-toggle-handle-toggled-focus-outline-width: 1px;--b-toggle-handle-toggled-hover-outline-color: #0048b3;--b-toggle-handle-toggled-hover-outline-width: 1px;--b-toggle-track-padding: 2px;--b-toggle-track-icon-display: none;--b-toggle-track-not-toggled-background-color: #a5afbd;--b-toggle-track-not-toggled-active-background-color: #a5afbd;--b-toggle-track-not-toggled-disabled-background-color: #dce0e5;--b-toggle-track-not-toggled-focus-background-color: #a5afbd;--b-toggle-track-not-toggled-hover-background-color: #a5afbd;--b-toggle-track-not-toggled-hover-border-color: #0048b3;--b-toggle-track-toggled-background-color: #0066ff;--b-toggle-track-toggled-active-background-color: #0066ff;--b-toggle-track-toggled-disabled-background-color: #dce0e5;--b-toggle-track-toggled-hover-background-color: #0066ff;--b-toggle-label-padding: 10px;--b-toggle-sub-label-color: #707070;--b-toggle-sub-label-padding: 4px;--b-tooltip-background-color: #20304c;--b-tooltip-border-radius: 4px;--b-tooltip-color: #ffffff;--b-tooltip-max-width: 400px;--b-tooltip-padding: 4px 8px;--b-border-radius-xs: 2px;--b-border-radius-s: 4px;--b-border-radius-m: 8px;--b-border-radius-l: 12px;--b-border-radius-xl: 24px;--b-border-width-s: 1px;--b-border-width-m: 2px;--b-border-width-l: 3px;--b-font-size-13: 13px;--b-font-size-15: 15px;--b-font-size-21: 21px;--b-font-size-30: 30px;--b-font-size-45: 45px;--b-font-size-100: 12px;--b-font-size-200: 14px;--b-font-size-300: 16px;--b-font-size-400: 18px;--b-font-size-500: 20px;--b-font-size-600: 24px;--b-font-size-700: 32px;--b-font-size-small: 13px;--b-font-size-regular: 15px;--b-font-size-medium: 21px;--b-font-size-large: 30px;--b-font-size-xlarge: 45px;--b-font-weight-100: 100;--b-font-weight-200: 200;--b-font-weight-300: 300;--b-font-weight-400: 400;--b-font-weight-500: 500;--b-font-weight-600: 600;--b-font-weight-700: 700;--b-font-weight-800: 800;--b-font-weight-thin: 100;--b-font-weight-regular: 400;--b-font-weight-medium: 500;--b-font-weight-semi-bold: 600;--b-font-family-primary: Fakt, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--b-font-family-secondary: Inter, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--b-line-height-100: 18px;--b-line-height-200: 20px;--b-line-height-300: 24px;--b-line-height-400: 26px;--b-line-height-500: 28px;--b-line-height-600: 30px;--b-line-height-700: 34px;--b-line-height-800: 44px;--b-letter-spacing-100: 2%;--b-letter-spacing-200: 1.5%;--b-letter-spacing-300: 1%;--b-letter-spacing-400: .5%;--b-letter-spacing-600: -1%;--b-letter-spacing-700: -1.5%;--b-letter-spacing-800: -2%;--b-letter-spacing-000: 0;--b-media-query-xs-min: 0px;--b-media-query-xs-max: 374px;--b-media-query-s-min: 375px;--b-media-query-s-max: 499px;--b-media-query-m-min: 500px;--b-media-query-m-max: 767px;--b-media-query-l-min: 768px;--b-media-query-l-max: 1279px;--b-media-query-xl-min: 1280px;--b-media-query-xl-max: 1919px;--b-media-query-xxl: 1920px;--b-shadow-low: 0px 2px 4px rgba(0, 17, 44, .04), 0px 1px 2px rgba(0, 17, 44, .02);--b-shadow-medium: 0px 6px 12px rgba(0, 17, 44, .08), 0px 2px 4px rgba(0, 17, 44, .04);--b-shadow-high: 0px 18px 36px rgba(0, 17, 44, .12), 0px 4px 8px rgba(0, 17, 44, .06);--b-shadow-low-border: 0px 2px 4px rgba(0, 17, 44, .04), 0px 1px 2px rgba(0, 17, 44, .02), 0px 0px 0px 1px rgba(0, 17, 44, .06);--b-shadow-medium-border: 0px 6px 12px rgba(0, 17, 44, .08), 0px 2px 4px rgba(0, 17, 44, .04), 0px 0px 0px 1px rgba(0, 17, 44, .06);--b-shadow-high-border: 0px 18px 36px rgba(0, 17, 44, .12), 0px 4px 8px rgba(0, 17, 44, .06), 0px 0px 0px 1px rgba(0, 17, 44, .06);--b-spacer-100: 32px;--b-spacer-110: 40px;--b-spacer-120: 48px;--b-spacer-130: 56px;--b-spacer-140: 64px;--b-spacer-000: 0px;--b-spacer-010: 2px;--b-spacer-020: 4px;--b-spacer-030: 6px;--b-spacer-040: 8px;--b-spacer-050: 10px;--b-spacer-060: 12px;--b-spacer-070: 16px;--b-spacer-080: 20px;--b-spacer-090: 24px}.b-typography[data-v-9eb470a5]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.b-typography[data-v-9eb470a5],.b-typography[data-v-9eb470a5]:before,.b-typography[data-v-9eb470a5]:after{box-sizing:border-box}.b-typography *[data-v-9eb470a5],.b-typography *[data-v-9eb470a5]:before,.b-typography *[data-v-9eb470a5]:after{box-sizing:border-box}.b-typography--caption[data-v-9eb470a5]{font-family:var(--b-text-caption-font-family);font-size:var(--b-text-caption-font-size);font-weight:var(--b-text-caption-font-weight);letter-spacing:var(--b-text-caption-letter-spacing);line-height:var(--b-text-caption-line-height)}.b-typography--caption-wide[data-v-9eb470a5]{line-height:var(--b-text-caption-wide-line-height)}.b-typography--caption-stronger[data-v-9eb470a5]{font-weight:var(--b-text-caption-stonger-font-weight)}.b-typography--body[data-v-9eb470a5]{font-family:var(--b-text-body-font-family);font-size:var(--b-text-body-font-size);font-weight:var(--b-text-body-font-weight);letter-spacing:var(--b-text-body-letter-spacing);line-height:var(--b-text-body-line-height)}.b-typography--body-wide[data-v-9eb470a5]{line-height:var(--b-text-body-wide-line-height)}.b-typography--body-stronger[data-v-9eb470a5]{font-weight:var(--b-text-body-stonger-font-weight)}.b-typography--body-strongest[data-v-9eb470a5]{font-weight:var(--b-text-body-strongest-font-weight)}.b-typography--subtitle[data-v-9eb470a5]{font-family:var(--b-text-subtitle-font-family);font-size:var(--b-text-subtitle-font-size);font-weight:var(--b-text-subtitle-font-weight);letter-spacing:var(--b-text-subtitle-letter-spacing);line-height:var(--b-text-subtitle-line-height)}.b-typography--subtitle-stronger[data-v-9eb470a5]{font-weight:var(--b-text-subtitle-stronger-font-weight)}.b-typography--title[data-v-9eb470a5]{font-family:var(--b-text-title-font-family);font-size:var(--b-text-title-mobile-font-size);font-weight:var(--b-text-title-font-weight);letter-spacing:var(--b-text-title-letter-spacing);line-height:var(--b-text-title-mobile-line-height)}@media (min-width: var(--b-media-query-s-min)){.b-typography--title[data-v-9eb470a5]{font-size:var(--b-text-title-font-size);line-height:var(--b-text-title-line-height)}}.b-typography--title-m[data-v-9eb470a5]{font-family:var(--b-text-title-m-font-family);font-size:var(--b-text-title-m-mobile-font-size);font-weight:var(--b-text-title-m-font-weight);letter-spacing:var(--b-text-title-m-letter-spacing);line-height:var(--b-text-title-m-mobile-line-height)}@media (min-width: var(--b-media-query-s-min)){.b-typography--title-m[data-v-9eb470a5]{font-size:var(--b-text-title-m-font-size);line-height:var(--b-text-title-m-line-height)}}.b-typography--title-l[data-v-9eb470a5]{font-family:var(--b-text-title-l-font-family);font-size:var(--b-text-title-l-mobile-font-size);font-weight:var(--b-text-title-l-font-weight);letter-spacing:var(--b-text-title-l-letter-spacing);line-height:var(--b-text-title-l-mobile-line-height)}@media (min-width: var(--b-media-query-s-min)){.b-typography--title-l[data-v-9eb470a5]{font-size:var(--b-text-title-l-font-size);line-height:var(--b-text-title-l-line-height)}}button[data-v-5b6b0e81]{background-color:transparent;border:0;font:inherit;text-align:inherit}button[data-v-5b6b0e81]:focus-visible{outline:none}.b-button[data-v-5b6b0e81]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;appearance:none;border-radius:var(--b-button-border-radius);box-shadow:var(--b-button-box-shadow);cursor:pointer;display:inline-flex;gap:8px;height:fit-content;justify-content:center;padding:var(--b-button-padding);text-decoration:none;transition:125ms cubic-bezier(.785,.135,.15,.86);transition-property:color,background-color,box-shadow;user-select:none}.b-button[data-v-5b6b0e81],.b-button[data-v-5b6b0e81]:before,.b-button[data-v-5b6b0e81]:after{box-sizing:border-box}.b-button *[data-v-5b6b0e81],.b-button *[data-v-5b6b0e81]:before,.b-button *[data-v-5b6b0e81]:after{box-sizing:border-box}.b-button__label[data-v-5b6b0e81]{display:inline-flex;line-height:var(--b-button-line-height);vertical-align:middle}.b-button[data-v-5b6b0e81]:focus-visible{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--b-focus-ring-color);transition:.1s cubic-bezier(.785,.135,.15,.86);z-index:1}.b-button--primary[data-v-5b6b0e81]{background-color:var(--b-button-primary-background-color);color:var(--b-button-primary-color)}.b-button--primary[data-v-5b6b0e81]:hover{background-color:var(--b-button-primary-hover-background-color)}.b-button--primary[data-v-5b6b0e81]:active{background-color:var(--b-button-primary-active-background-color)}.b-button--primary[data-v-5b6b0e81]:disabled{background-color:var(--b-button-primary-disabled-background-color);color:var(--b-button-primary-disabled-color)}.b-button--secondary[data-v-5b6b0e81]{background-color:var(--b-button-secondary-background-color);box-shadow:var(--b-button-secondary-box-shadow);color:var(--b-button-secondary-color)}.b-button--secondary[data-v-5b6b0e81]:hover{background-color:var(--b-button-secondary-hover-background-color);box-shadow:var(--b-button-secondary-hover-box-shadow);color:var(--b-button-secondary-hover-color)}.b-button--secondary[data-v-5b6b0e81]:hover:not(:focus){box-shadow:var(--b-button-secondary-hover-box-shadow)}.b-button--secondary[data-v-5b6b0e81]:active{background-color:var(--b-button-secondary-active-background-color);box-shadow:var(--b-button-secondary-active-box-shadow);color:var(--b-button-secondary-active-color)}.b-button--secondary[data-v-5b6b0e81]:disabled,.b-button--secondary[data-v-5b6b0e81]:disabled:not(:focus){background-color:var(--b-button-secondary-disabled-background-color);box-shadow:var(--b-button-secondary-disabled-box-shadow);color:var(--b-button-secondary-disabled-color)}.b-button--tertiary[data-v-5b6b0e81]{background-color:transparent;box-shadow:var(--b-button-tertiary-box-shadow);color:var(--b-button-tertiary-color);height:var(--b-button-tertiary-height);padding:var(--b-button-tertiary-padding)}.b-button--tertiary[data-v-5b6b0e81]:hover{background-color:var(--b-button-tertiary-hover-background-color);color:var(--b-button-tertiary-hover-color)}.b-button--tertiary[data-v-5b6b0e81]:active{background-color:var(--b-button-tertiary-active-background-color);color:var(--b-button-tertiary-active-color)}.b-button--tertiary[data-v-5b6b0e81]:disabled{background-color:var(--b-button-tertiary-disabled-background-color);color:var(--b-button-tertiary-disabled-color)}.b-button--primary-critical[data-v-5b6b0e81]{background-color:var(--b-button-primary-critical-background-color);color:var(--b-button-primary-critical-color)}.b-button--primary-critical[data-v-5b6b0e81]:hover{background-color:var(--b-button-primary-critical-hover-background-color)}.b-button--primary-critical[data-v-5b6b0e81]:active{background-color:var(--b-button-primary-critical-active-background-color)}.b-button--primary-critical[data-v-5b6b0e81]:disabled{background-color:var(--b-button-primary-critical-disabled-background-color);color:var(--b-button-primary-critical-disabled-color)}.b-button--secondary-critical[data-v-5b6b0e81]{background-color:var(--b-button-secondary-critical-background-color);box-shadow:var(--b-button-secondary-critical-box-shadow);color:var(--b-button-secondary-critical-color)}.b-button--secondary-critical[data-v-5b6b0e81]:hover{background-color:var(--b-button-secondary-critical-hover-background-color);box-shadow:var(--b-button-secondary-critical-hover-box-shadow);color:var(--b-button-secondary-critical-hover-color)}.b-button--secondary-critical[data-v-5b6b0e81]:active{background-color:var(--b-button-secondary-critical-active-background-color);box-shadow:var(--b-button-secondary-critical-active-box-shadow);color:var(--b-button-secondary-critical-active-color)}.b-button--secondary-critical[data-v-5b6b0e81]:disabled{background-color:var(--b-button-secondary-critical-disabled-background-color);box-shadow:var(--b-button-secondary-critical-disabled-box-shadow);color:var(--b-button-secondary-critical-disabled-color)}.b-button--tertiary-critical[data-v-5b6b0e81]{background-color:var(--b-button-tertiary-critical-background-color);color:var(--b-button-tertiary-critical-color);height:var(--b-button-tertiary-height);padding:var(--b-button-tertiary-padding)}.b-button--tertiary-critical[data-v-5b6b0e81]:hover{background-color:var(--b-button-tertiary-critical-hover-background-color);color:var(--b-button-tertiary-critical-hover-color)}.b-button--tertiary-critical[data-v-5b6b0e81]:active{background-color:var(--b-button-tertiary-critical-active-background-color);color:var(--b-button-tertiary-critical-active-color)}.b-button--tertiary-critical[data-v-5b6b0e81]:disabled{background-color:var(--b-button-tertiary-critical-disabled-background-color);box-shadow:unset;color:var(--b-button-tertiary-critical-disabled-color)}.b-button--primary-success[data-v-5b6b0e81]{background-color:var(--b-button-primary-success-background-color);color:var(--b-button-primary-success-color)}.b-button--primary-success[data-v-5b6b0e81]:hover{background-color:var(--b-button-primary-success-hover-background-color)}.b-button--primary-success[data-v-5b6b0e81]:active{background-color:var(--b-button-primary-success-active-background-color)}.b-button--primary-success[data-v-5b6b0e81]:disabled{background-color:var(--b-button-primary-success-disabled-background-color);color:var(--b-button-primary-success-disabled-color)}.b-button--block[data-v-5b6b0e81]{display:block;width:100%}.b-button[data-v-5b6b0e81]:disabled{cursor:not-allowed}.b-button--condensed[data-v-5b6b0e81]{border-radius:var(--b-button-condensed-border-radius);padding:var(--b-button-condensed-padding)}.b-button--condensed .b-button__label[data-v-5b6b0e81]{font-size:var(--b-button-condensed-font-size);line-height:var(--b-button-condensed-line-height)}.b-button--condensed .b-button__icon svg[data-v-5b6b0e81]{height:var(--b-button-condensed-icon-height);width:var(--b-button-condensed-icon-width)}.b-button--condensed.b-button--tertiary[data-v-5b6b0e81],.b-button--condensed.b-button--tertiary-critical[data-v-5b6b0e81]{padding:var(--b-button-tertiary-padding)}.b-button--circle[data-v-5b6b0e81]{border-radius:50%;height:40px;width:40px}.b-button--icon-only[data-v-5b6b0e81]{padding:var(--b-button-icon-only-padding)}.b-button--icon-only.b-button--condensed[data-v-5b6b0e81]{padding:var(--b-button-icon-only-condensed-padding)}.b-button--icon-only.b-button--tertiary[data-v-5b6b0e81],.b-button--icon-only.b-button--tertiary-critical[data-v-5b6b0e81]{height:var(--b-button-tertiary-height);padding:var(--b-button-tertiary-padding)}.b-button__icon-left[data-v-5b6b0e81],.b-button__icon-right[data-v-5b6b0e81]{display:inline-flex}.b-button-group[data-v-08f9732c]{display:flex}.b-button-group button[data-v-08f9732c]{border-radius:0;border-right-width:0;margin-right:-1px}.b-button-group button[data-v-08f9732c]:first-of-type{border-bottom-left-radius:var(--b-button-border-radius);border-top-left-radius:var(--b-button-border-radius)}.b-button-group button[data-v-08f9732c]:last-of-type{border-bottom-right-radius:var(--b-button-border-radius);border-right-width:var(--b-button-border-width);border-top-right-radius:var(--b-button-border-radius);margin-right:0}.b-button-actions[data-v-93631f0a]{display:flex}.b-button-actions--buttons-end[data-v-93631f0a]{column-gap:var(--b-button-actions-buttons-end-column-gap);justify-content:end}.b-button-actions--fill-container[data-v-93631f0a]{column-gap:var(--b-button-actions-fill-container-column-gap);display:grid;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column}.b-button-actions--space-between[data-v-93631f0a]{justify-content:space-between}.b-button-actions--vertical-stack[data-v-93631f0a]{display:grid;row-gap:var(--b-button-actions-vertical-stack-row-gap)}.b-loading-indicator[data-v-a2e77034]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;display:inline-block;min-height:var(--b-loading-indicator-height);min-width:var(--b-loading-indicator-width);position:relative}.b-loading-indicator[data-v-a2e77034],.b-loading-indicator[data-v-a2e77034]:before,.b-loading-indicator[data-v-a2e77034]:after{box-sizing:border-box}.b-loading-indicator *[data-v-a2e77034],.b-loading-indicator *[data-v-a2e77034]:before,.b-loading-indicator *[data-v-a2e77034]:after{box-sizing:border-box}@keyframes bento-progress-circular-rotate-a2e77034{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.b-loading-indicator[data-v-a2e77034]:before,.b-loading-indicator[data-v-a2e77034]:after{animation:bento-progress-circular-rotate-a2e77034 1s cubic-bezier(.785,.135,.15,.86) infinite;border:3px solid transparent;border-radius:50%;box-sizing:border-box;content:"";display:block;height:min-content;left:0;min-height:100%;min-width:100%;position:absolute;top:0;width:min-content}.b-loading-indicator[data-v-a2e77034]:before{border-color:var(--b-loading-indicator-background-color);border-top-color:transparent;opacity:.1}.b-loading-indicator[data-v-a2e77034]:after{border-color:transparent;border-top-color:var(--b-loading-indicator-color)}.b-loading-indicator--inverse[data-v-a2e77034]:before{border-color:var(--b-loading-indicator-inverse-background-color);border-top-color:transparent;opacity:.2}.b-loading-indicator--inverse[data-v-a2e77034]:after{border-color:transparent;border-top-color:var(--b-loading-indicator-inverse-color)}.b-loading-indicator--small[data-v-a2e77034]{min-height:var(--b-loading-indicator-small-height);min-width:var(--b-loading-indicator-small-width)}.b-loading-indicator--small[data-v-a2e77034]:before,.b-loading-indicator--small[data-v-a2e77034]:after{border-width:var(--b-loading-indicator-small-border-width)}.b-loading-indicator--large[data-v-a2e77034]{min-height:var(--b-loading-indicator-large-height);min-width:var(--b-loading-indicator-large-width)}.b-loading-indicator--large[data-v-a2e77034]:before,.b-loading-indicator--large[data-v-a2e77034]:after{border-width:var(--b-loading-indicator-large-border-width)}svg[data-v-d287ffae]{display:inline-flex;flex-shrink:0}svg[data-v-d287ffae],svg *[data-v-d287ffae]{fill:currentcolor}svg[data-v-f497be72]{display:inline-flex;flex-shrink:0}svg[data-v-f497be72],svg *[data-v-f497be72]{fill:currentcolor}@keyframes spin-faba320b{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.b-loading-button--primary-loading .b-button[data-v-faba320b]{background-color:var(--b-loading-button-primary-active-background-color)}.b-loading-button--primary-success .b-button[data-v-faba320b]{background-color:var(--b-loading-button-primary-success-background-color);color:var(--b-loading-button-primary-success-color)}.b-loading-button--primary-success .b-button[data-v-faba320b]:hover{background-color:var(--b-loading-button-primary-success-hover-background-color)}.b-loading-button--primary-success .b-button[data-v-faba320b]:active{background-color:var(--b-loading-button-primary-success-active-background-color)}.b-loading-button--primary-success .b-button[data-v-faba320b]:disabled{background-color:var(--b-loading-button-primary-success-disabled-background-color);color:var(--b-loading-button-primary-success-disabled-color)}.b-loading-button--secondary-loading .b-button[data-v-faba320b]{background-color:var(--b-loading-button-secondary-active-background-color);color:var(--b-loading-button-secondary-active-color)}.b-loading-button--secondary-loading .b-button[data-v-faba320b]:hover:not(:focus){box-shadow:none}.b-loading-button--secondary-success .b-button[data-v-faba320b]{background-color:var(--b-loading-button-secondary-success-background-color);border-color:var(--b-loading-button-secondary-success-border-color);color:var(--b-loading-button-secondary-success-color)}.b-loading-button--secondary-success .b-button[data-v-faba320b]:hover{border-color:var(--b-loading-button-secondary-success-hover-border-color);box-shadow:var(--b-loading-button-secondary-success-hover-box-shadow)}.b-loading-button--secondary-success .b-button[data-v-faba320b]:active{background-color:var(--b-loading-button-secondary-success-active-background-color);border-color:var(--b-loading-button-secondary-success-active-border-color)}.b-loading-button--secondary-success .b-button[data-v-faba320b]:disabled{background-color:var(--b-loading-button-secondary-success-disabled-background-color);border-color:var(--b-loading-button-secondary-success-disabled-border-color);box-shadow:unset;color:var(--b-loading-button-secondary-success-disabled-color)}.b-loading-button--tertiary-loading .b-button[data-v-faba320b]{background-color:var(--b-loading-button-tertiary-active-background-color)}.b-loading-button__icon[data-v-faba320b]{display:inline-flex}svg[data-v-4ebc0033]{display:inline-flex;flex-shrink:0}svg[data-v-4ebc0033],svg *[data-v-4ebc0033]{fill:currentcolor}svg[data-v-bda8fd91]{display:inline-flex;flex-shrink:0}svg[data-v-bda8fd91],svg *[data-v-bda8fd91]{fill:currentcolor}svg[data-v-50484a8e]{display:inline-flex;flex-shrink:0}svg[data-v-50484a8e],svg *[data-v-50484a8e]{fill:currentcolor}svg[data-v-f5e2bac7]{display:inline-flex;flex-shrink:0}svg[data-v-f5e2bac7],svg *[data-v-f5e2bac7]{fill:currentcolor}.b-checkbox[data-v-fab3da22]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-flex;vertical-align:baseline}.b-checkbox[data-v-fab3da22],.b-checkbox[data-v-fab3da22]:before,.b-checkbox[data-v-fab3da22]:after{box-sizing:border-box}.b-checkbox *[data-v-fab3da22],.b-checkbox *[data-v-fab3da22]:before,.b-checkbox *[data-v-fab3da22]:after{box-sizing:border-box}.b-checkbox:not(.b-checkbox--disabled) *[data-v-fab3da22]{cursor:pointer}.b-checkbox--disabled *[data-v-fab3da22]{cursor:not-allowed}.b-checkbox__outline[data-v-fab3da22]{appearance:none;border-radius:var(--b-checkbox-outline-border-radius);border-style:solid;border-width:var(--b-checkbox-outline-border-width);display:inline-block;flex-basis:16px;height:16px;margin:0;min-width:16px;outline:none;position:relative;text-align:center;top:var(--b-checkbox-outline-top-offset);width:16px}.b-checkbox__outline--unchecked[data-v-fab3da22]{background-color:var(--b-checkbox-outline-unchecked-background-color);border-color:var(--b-checkbox-outline-unchecked-border-color)}.b-checkbox__outline--unchecked[data-v-fab3da22]:hover{background-color:var(--b-checkbox-outline-unchecked-hover-background-color);border-color:var(--b-checkbox-outline-unchecked-hover-border-color)}.b-checkbox__outline--unchecked[data-v-fab3da22]:active{background-color:var(--b-checkbox-outline-unchecked-active-background-color);border-color:var(--b-checkbox-outline-unchecked-active-border-color)}.b-checkbox__outline--unchecked[data-v-fab3da22]:disabled{background-color:var(--b-checkbox-outline-unchecked-disabled-background-color);border-color:var(--b-checkbox-outline-unchecked-disabled-border-color)}.b-checkbox__outline[data-v-fab3da22]:checked{background-color:var(--b-checkbox-outline-checked-background-color);border-color:var(--b-checkbox-outline-checked-border-color)}.b-checkbox__outline[data-v-fab3da22]:checked:hover,.b-checkbox__icon:hover+.b-checkbox__outline[data-v-fab3da22]:checked:not(:disabled){background-color:var(--b-checkbox-outline-checked-hover-background-color);border-color:var(--b-checkbox-outline-checked-hover-border-color)}.b-checkbox__outline[data-v-fab3da22]:checked:active{background-color:var(--b-checkbox-outline-checked-active-background-color);border-color:var(--b-checkbox-outline-checked-active-border-color)}.b-checkbox__outline[data-v-fab3da22]:checked:disabled{background-color:var(--b-checkbox-outline-checked-disabled-background-color);border-color:var(--b-checkbox-outline-checked-disabled-background-color)}.b-checkbox__outline[data-v-fab3da22]:indeterminate{background-color:var(--b-checkbox-outline-indeterminate-background-color);border-color:var(--b-checkbox-outline-indeterminate-border-color)}.b-checkbox__outline[data-v-fab3da22]:indeterminate:hover{background-color:var(--b-checkbox-outline-indeterminate-hover-background-color);border-color:var(--b-checkbox-outline-indeterminate-hover-border-color)}.b-checkbox__outline[data-v-fab3da22]:indeterminate:active{background-color:var(--b-checkbox-outline-indeterminate-active-background-color);border-color:var(--b-checkbox-outline-indeterminate-active-border-color)}.b-checkbox__outline[data-v-fab3da22]:indeterminate:disabled{background-color:var(--b-checkbox-outline-indeterminate-disabled-background-color);border-color:var(--b-checkbox-outline-indeterminate-disabled-background-color)}.b-checkbox__outline[data-v-fab3da22]:focus-visible{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--b-focus-ring-color);transition:.1s cubic-bezier(.785,.135,.15,.86)}.b-checkbox__input-container[data-v-fab3da22]{position:relative}.b-checkbox__icon[data-v-fab3da22]{color:var(--b-checkbox-icon-color);left:0;position:absolute;top:var(--b-checkbox-outline-top-offset);transform:scale(.75);z-index:1}.b-checkbox--disabled .b-checkbox__icon[data-v-fab3da22]{color:var(--b-checkbox-icon-disabled-color)}.b-checkbox__text[data-v-fab3da22]{display:flex;flex-direction:column;gap:var(--b-checkbox-text-gap);margin-left:var(--b-checkbox-text-margin-left)}.b-checkbox--disabled .b-checkbox__label[data-v-fab3da22]{color:var(--b-checkbox-label-disabled-color)}.b-checkbox__description[data-v-fab3da22]{color:var(--b-checkbox-description-color)}.b-checkbox--disabled .b-checkbox__description[data-v-fab3da22]{color:var(--b-checkbox-description-disabled-color)}svg[data-v-58c18347]{display:inline-flex;flex-shrink:0}svg[data-v-58c18347],svg *[data-v-58c18347]{fill:currentcolor}svg[data-v-32f5f438]{display:inline-flex;flex-shrink:0}svg[data-v-32f5f438],svg *[data-v-32f5f438]{fill:currentcolor}.adl2-dropdown-input-container[data-v-0e234093]{color:var(--adl-component-base-text-color);font-family:var(--adl-component-base-font-family);font-size:var(--adl-component-base-font-size);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:var(--adl-component-base-font-weight);line-height:var(--adl-component-base-line-height);border:1px solid var(--adl-dropdown-input-container-border-color);border-radius:var(--adl-dropdown-border-radius);cursor:pointer;display:flex;flex-wrap:wrap;font-size:var(--adl-dropdown-input-container-font-size);font-weight:var(--adl-dropdown-input-container-font-weight);gap:4px;justify-content:space-between;line-height:var(--adl-dropdown-input-container-line-height);min-height:36px;padding:6px 14px}.adl2-dropdown-input-container[data-v-0e234093],.adl2-dropdown-input-container[data-v-0e234093]:before,.adl2-dropdown-input-container[data-v-0e234093]:after{box-sizing:border-box}.adl2-dropdown-input-container *[data-v-0e234093],.adl2-dropdown-input-container *[data-v-0e234093]:before,.adl2-dropdown-input-container *[data-v-0e234093]:after{box-sizing:border-box}.adl2-dropdown-input-container[data-v-0e234093]:focus-visible{outline:none}.adl2-dropdown-input-container[data-v-0e234093]:focus-visible:not(.adl2-dropdown-input-container--disabled){box-shadow:0 0 0 1px var(--adl-color-neutral-0),0 0 0 3px var(--adl-focus-ring-color);transition:.1s cubic-bezier(.785,.135,.15,.86)}.adl2-dropdown-input-container--disabled[data-v-0e234093]{background-color:var(--adl-dropdown-input-container-disabled-background-color);cursor:unset}.adl2-dropdown-input-container--opened[data-v-0e234093]{border-radius:var(--adl-dropdown-input-container-opened-border-radius)}.adl2-dropdown-input-container__content[data-v-0e234093]{flex:1;overflow:hidden;text-overflow:ellipsis}.adl2-dropdown-input-container__chevron[data-v-0e234093]{align-items:center;color:var(--adl-dropdown-input-container-chevron-color);display:flex;line-height:1;pointer-events:none}.adl2-dropdown-input-container__placeholder[data-v-0e234093]{color:var(--adl-dropdown-input-container-placeholder-color);pointer-events:none;user-select:none;white-space:nowrap}svg[data-v-4687fbd0]{display:inline-flex;flex-shrink:0}svg[data-v-4687fbd0],svg *[data-v-4687fbd0]{fill:currentcolor}.adl2-dropdown-option[data-v-b9228acb]{color:var(--adl-component-base-text-color);font-family:var(--adl-component-base-font-family);font-size:var(--adl-component-base-font-size);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:var(--adl-component-base-font-weight);line-height:var(--adl-component-base-line-height);align-items:center;cursor:pointer;display:flex;font-size:var(--adl-dropdown-option-font-size);font-weight:var(--adl-dropdown-option-font-weight);height:36px;justify-content:space-between;padding:6px 14px}.adl2-dropdown-option[data-v-b9228acb],.adl2-dropdown-option[data-v-b9228acb]:before,.adl2-dropdown-option[data-v-b9228acb]:after{box-sizing:border-box}.adl2-dropdown-option *[data-v-b9228acb],.adl2-dropdown-option *[data-v-b9228acb]:before,.adl2-dropdown-option *[data-v-b9228acb]:after{box-sizing:border-box}.adl2-dropdown-option[data-v-b9228acb]:hover{background:var(--adl-dropdown-option-hover-background-color);color:var(--adl-dropdown-option-hover-font-color)}.adl2-dropdown-option--selected[data-v-b9228acb]{background-color:var(--adl-dropdown-option-selected-background-color);color:var(--adl-dropdown-option-selected-font-color)}.b-popper-container[data-v-c30f0c14]{color:var(--adl-component-base-text-color);font-family:var(--adl-component-base-font-family);font-size:var(--adl-component-base-font-size);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:var(--adl-component-base-font-weight);line-height:var(--adl-component-base-line-height)}.b-popper-container[data-v-c30f0c14],.b-popper-container[data-v-c30f0c14]:before,.b-popper-container[data-v-c30f0c14]:after{box-sizing:border-box}.b-popper-container *[data-v-c30f0c14],.b-popper-container *[data-v-c30f0c14]:before,.b-popper-container *[data-v-c30f0c14]:after{box-sizing:border-box}.b-popper-container__arrow[data-v-c30f0c14]{visibility:hidden}.b-popper-container__arrow[data-v-c30f0c14],.b-popper-container__arrow[data-v-c30f0c14]:before{background-color:inherit;border-style:solid;border-width:1px;height:10px;position:absolute;width:10px}.b-popper-container__arrow[data-v-c30f0c14]:before{content:"";transform:rotate(45deg) scale(1);transition:transform .2s;visibility:visible}.b-popper-container__arrow[data-hide][data-v-c30f0c14]:before{transform:scale(.1)}[data-popper-placement^=top]>.b-popper-container__arrow[data-v-c30f0c14]{bottom:-4px}[data-popper-placement^=top]>.b-popper-container__arrow[data-v-c30f0c14]:before{border-color:transparent currentcolor currentcolor transparent}[data-popper-placement^=bottom]>.b-popper-container__arrow[data-v-c30f0c14]{top:-6px}[data-popper-placement^=bottom]>.b-popper-container__arrow[data-v-c30f0c14]:before{border-color:currentcolor transparent transparent currentcolor}[data-popper-placement^=left]>.b-popper-container__arrow[data-v-c30f0c14]{right:-4px}[data-popper-placement^=left]>.b-popper-container__arrow[data-v-c30f0c14]:before{border-color:currentcolor currentcolor transparent transparent}[data-popper-placement^=right]>.b-popper-container__arrow[data-v-c30f0c14]{left:-6px}[data-popper-placement^=right]>.b-popper-container__arrow[data-v-c30f0c14]:before{border-color:transparent transparent currentcolor currentcolor}.adl2-dropdown-options-container[data-v-3ea2e347]{color:var(--adl-component-base-text-color);font-family:var(--adl-component-base-font-family);font-size:var(--adl-component-base-font-size);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:var(--adl-component-base-font-weight);line-height:var(--adl-component-base-line-height);background-color:var(--adl-dropdown-options-container-background-color);border-color:var(--adl-dropdown-options-container-border-color);border-radius:var(--adl-dropdown-options-container-border-radius);border-style:solid;border-width:var(--adl-dropdown-options-container-border-width);box-shadow:var(--adl-dropdown-options-container-box-shadow);margin-top:var(--adl-dropdown-options-container-margin-top);max-height:300px;overflow-y:auto;padding:var(--adl-dropdown-options-container-padding)}.adl2-dropdown-options-container[data-v-3ea2e347],.adl2-dropdown-options-container[data-v-3ea2e347]:before,.adl2-dropdown-options-container[data-v-3ea2e347]:after{box-sizing:border-box}.adl2-dropdown-options-container *[data-v-3ea2e347],.adl2-dropdown-options-container *[data-v-3ea2e347]:before,.adl2-dropdown-options-container *[data-v-3ea2e347]:after{box-sizing:border-box}.adl2-dropdown[data-v-b91c21ae]{color:var(--adl-component-base-text-color);font-family:var(--adl-component-base-font-family);font-size:var(--adl-component-base-font-size);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:var(--adl-component-base-font-weight);line-height:var(--adl-component-base-line-height);display:flex;flex-direction:column}.adl2-dropdown[data-v-b91c21ae],.adl2-dropdown[data-v-b91c21ae]:before,.adl2-dropdown[data-v-b91c21ae]:after{box-sizing:border-box}.adl2-dropdown *[data-v-b91c21ae],.adl2-dropdown *[data-v-b91c21ae]:before,.adl2-dropdown *[data-v-b91c21ae]:after{box-sizing:border-box}.b-pagination-results-per-page[data-v-4f8a6562]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;display:flex}.b-pagination-results-per-page[data-v-4f8a6562],.b-pagination-results-per-page[data-v-4f8a6562]:before,.b-pagination-results-per-page[data-v-4f8a6562]:after{box-sizing:border-box}.b-pagination-results-per-page *[data-v-4f8a6562],.b-pagination-results-per-page *[data-v-4f8a6562]:before,.b-pagination-results-per-page *[data-v-4f8a6562]:after{box-sizing:border-box}.b-pagination-results-per-page__dropdown[data-v-4f8a6562]{display:inline-block;margin:var(--b-pagination-results-per-page-margin);width:80px}.b-pagination-context[data-v-1022a289]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.b-pagination-context[data-v-1022a289],.b-pagination-context[data-v-1022a289]:before,.b-pagination-context[data-v-1022a289]:after{box-sizing:border-box}.b-pagination-context *[data-v-1022a289],.b-pagination-context *[data-v-1022a289]:before,.b-pagination-context *[data-v-1022a289]:after{box-sizing:border-box}.b-pagination-context__dropdown[data-v-1022a289]{display:inline-block;margin:var(--b-pagination-context-margin);width:80px}svg[data-v-d0300c1f]{display:inline-flex;flex-shrink:0}svg[data-v-d0300c1f],svg *[data-v-d0300c1f]{fill:currentcolor}svg[data-v-526f9959]{display:inline-flex;flex-shrink:0}svg[data-v-526f9959],svg *[data-v-526f9959]{fill:currentcolor}svg[data-v-ad07f9f1]{display:inline-flex;flex-shrink:0}svg[data-v-ad07f9f1],svg *[data-v-ad07f9f1]{fill:currentcolor}svg[data-v-5d0b9449]{display:inline-flex;flex-shrink:0}svg[data-v-5d0b9449],svg *[data-v-5d0b9449]{fill:currentcolor}.b-pagination-controls[data-v-eb04a653]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;gap:var(--b-pagination-controls-gap)}.b-pagination-controls[data-v-eb04a653],.b-pagination-controls[data-v-eb04a653]:before,.b-pagination-controls[data-v-eb04a653]:after{box-sizing:border-box}.b-pagination-controls *[data-v-eb04a653],.b-pagination-controls *[data-v-eb04a653]:before,.b-pagination-controls *[data-v-eb04a653]:after{box-sizing:border-box}.b-pagination[data-v-542be0d2]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;display:flex;flex-direction:column}.b-pagination[data-v-542be0d2],.b-pagination[data-v-542be0d2]:before,.b-pagination[data-v-542be0d2]:after{box-sizing:border-box}.b-pagination *[data-v-542be0d2],.b-pagination *[data-v-542be0d2]:before,.b-pagination *[data-v-542be0d2]:after{box-sizing:border-box}.b-pagination__results-per-page[data-v-542be0d2]{display:none}.b-pagination__controls[data-v-542be0d2],.b-pagination__context[data-v-542be0d2]{display:flex;justify-content:center}.b-pagination__page-navigator[data-v-542be0d2]{display:flex;flex-direction:column-reverse;gap:22px}.b-pagination__divider[data-v-542be0d2]{display:none}@media (min-width: 410px){.b-pagination__page-navigator[data-v-542be0d2]{flex-direction:row;gap:0;justify-content:center}.b-pagination__divider[data-v-542be0d2]{border-right:var(--b-pagination-divider-border-width) solid var(--b-pagination-divider-border-color);display:block;margin:var(--b-pagination-divider-margin);width:0}}@media (min-width: 720px){.b-pagination[data-v-542be0d2]{flex-direction:row;justify-content:space-between}.b-pagination__page-navigator[data-v-542be0d2]{justify-content:unset}.b-pagination__results-per-page[data-v-542be0d2]{display:block}}.b-popover-dismiss-button[data-v-4e653c03]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer}.b-popover-dismiss-button[data-v-4e653c03],.b-popover-dismiss-button[data-v-4e653c03]:before,.b-popover-dismiss-button[data-v-4e653c03]:after{box-sizing:border-box}.b-popover-dismiss-button *[data-v-4e653c03],.b-popover-dismiss-button *[data-v-4e653c03]:before,.b-popover-dismiss-button *[data-v-4e653c03]:after{box-sizing:border-box}.b-popover-dismiss-button--on-image[data-v-4e653c03]{color:var(--b-popover-dismiss-button-on-image-icon-color)}.b-popover-dismiss-button--on-image[data-v-4e653c03]:hover{color:var(--b-popover-dismiss-button-on-image-icon-hovered-color)}.b-popover-dismiss-button--on-image[data-v-4e653c03]:active{color:var(--b-popover-dismiss-button-on-image-icon-active-color)}.b-popover[data-v-841e0a87]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--b-popover-background-color);border:var(--b-popover-border);border-radius:var(--b-popover-border-radius);box-shadow:var(--b-popover-box-shadow);overflow:hidden;width:320px}.b-popover[data-v-841e0a87],.b-popover[data-v-841e0a87]:before,.b-popover[data-v-841e0a87]:after{box-sizing:border-box}.b-popover *[data-v-841e0a87],.b-popover *[data-v-841e0a87]:before,.b-popover *[data-v-841e0a87]:after{box-sizing:border-box}.b-popover[data-v-841e0a87] .b-popover__arrow:before{color:transparent;display:none}.b-popover--small[data-v-841e0a87]{width:200px}.b-popover--large[data-v-841e0a87]{width:480px}.b-popover__content[data-v-841e0a87]{margin:var(--b-popover-content-margin)}.b-popover__header[data-v-841e0a87]{align-items:baseline;display:flex;justify-content:space-between;margin:var(--b-popover-header-margin)}.b-popover__header-title[data-v-841e0a87]{align-items:center;column-gap:var(--b-popover-header-title-column-gap);display:flex}.b-popover__image[data-v-841e0a87]{display:flex;overflow:hidden}.b-popover__image+.b-popover__header[data-v-841e0a87]{margin:var(--b-popover-image-header-margin)}.b-popover__image-dismiss-button[data-v-841e0a87]{position:absolute;right:var(--b-popover-image-dismiss-icon-right);top:var(--b-popover-image-dismiss-icon-top)}.b-popover__footer[data-v-841e0a87]{margin:var(--b-popover-footer-margin)}.b-tooltip[data-v-0fb45ccc]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--b-tooltip-background-color);border-radius:var(--b-tooltip-border-radius);color:var(--b-tooltip-color);max-width:var(--b-tooltip-max-width);padding:var(--b-tooltip-padding);pointer-events:none;text-align:center;z-index:602}.b-tooltip[data-v-0fb45ccc],.b-tooltip[data-v-0fb45ccc]:before,.b-tooltip[data-v-0fb45ccc]:after{box-sizing:border-box}.b-tooltip *[data-v-0fb45ccc],.b-tooltip *[data-v-0fb45ccc]:before,.b-tooltip *[data-v-0fb45ccc]:after{box-sizing:border-box}@media (max-width: var(--b-media-query-xs-max)){.b-tooltip[data-v-0fb45ccc]{max-width:100%;width:100%}}.b-tooltip--hidden[data-v-0fb45ccc]{display:none}.b-tooltip--hidden[data-v-0fb45ccc] .b-tooltip__arrow:before{display:none}.b-tooltip[data-v-0fb45ccc] .b-tooltip__arrow:before{color:var(--b-tooltip-background-color);display:block}svg[data-v-3b1e95e1]{display:inline-flex;flex-shrink:0}svg[data-v-3b1e95e1],svg *[data-v-3b1e95e1]{fill:currentcolor}.b-base-filter[data-v-d9d033aa]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}.b-base-filter[data-v-d9d033aa],.b-base-filter[data-v-d9d033aa]:before,.b-base-filter[data-v-d9d033aa]:after{box-sizing:border-box}.b-base-filter *[data-v-d9d033aa],.b-base-filter *[data-v-d9d033aa]:before,.b-base-filter *[data-v-d9d033aa]:after{box-sizing:border-box}.b-base-filter--inactive[data-v-d9d033aa]{margin-right:4px}.b-base-filter__popover-footer[data-v-d9d033aa]{display:flex;justify-content:space-between}.b-input-field[data-v-5e131263]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column}.b-input-field[data-v-5e131263],.b-input-field[data-v-5e131263]:before,.b-input-field[data-v-5e131263]:after{box-sizing:border-box}.b-input-field *[data-v-5e131263],.b-input-field *[data-v-5e131263]:before,.b-input-field *[data-v-5e131263]:after{box-sizing:border-box}.b-input-field--disabled *[data-v-5e131263]{cursor:not-allowed}.b-input-field--disabled .b-input-field__input-box[data-v-5e131263]{background-color:var(--b-input-field-input-box-disabled-background-color);border-color:var(--b-input-field-input-box-disabled-border-color)}.b-input-field--disabled .b-input-field__input-box[data-v-5e131263]:hover{border-color:var(--b-input-field-input-box-disabled-border-color)}.b-input-field--disabled .b-input-field__default-icon-before[data-v-5e131263],.b-input-field--disabled .b-input-field__icon-after[data-v-5e131263]{color:var(--b-input-field-icons-background-color)}.b-input-field--disabled .b-input-field__static-value[data-v-5e131263]{background-color:var(--b-input-field-static-value-disabled-background-color);color:var(--b-input-field-static-value-disabled-color)}.b-input-field--error .b-input-field__input-box[data-v-5e131263]{border-color:var(--b-input-field-input-box-error-background-color)}.b-input-field--error .b-input-field__input-box+.b-input-field__description[data-v-5e131263]{color:var(--b-input-field-description-error-color)}.b-input-field__label[data-v-5e131263]{color:var(--b-input-field-label-color);margin-bottom:var(--b-input-field-label-margin-bottom)}.b-input-field__input-box[data-v-5e131263]{align-items:center;border:1px var(--b-input-field-input-box-border-color) solid;border-radius:var(--b-input-field-input-box-border-radius);display:flex;flex-direction:row;height:var(--b-input-field-input-box-height);outline:none;padding:var(--b-input-field-input-box-padding)}.b-input-field__input-box[data-v-5e131263]:hover{border-color:var(--b-input-field-input-box-hover-border-color)}.b-input-field__input-box[data-v-5e131263]:focus-within{border-color:var(--b-input-field-input-box-focus-border-color)}.b-input-field__static-value[data-v-5e131263]{align-items:center;background-color:var(--b-input-field-static-value-background-color);border-radius:var(--b-input-field-static-value-border-radius);color:var(--b-input-field-static-value-color);display:flex;height:28px;padding:var(--b-input-field-static-value-padding)}.b-input-field__static-value--start[data-v-5e131263]{margin-right:var(--b-input-field-static-value-margin)}.b-input-field__static-value--end[data-v-5e131263]{margin-left:var(--b-input-field-static-value-margin)}.b-input-field__payment-method[data-v-5e131263]{height:16px;margin-right:var(--b-input-field-payment-method-margin-right)}.b-input-field__input[data-v-5e131263]{border:0;color:var(--b-input-field-input-color);flex:1}.b-input-field__input[data-v-5e131263]::placeholder{color:var(--b-input-field-input-placeholder-color);opacity:1}.b-input-field__input[data-v-5e131263]:focus-visible{box-shadow:none;outline:none}.b-input-field__input[data-v-5e131263]:disabled{color:var(--b-input-field-input-disabled-color)}.b-input-field__input[data-v-5e131263]:disabled::placeholder{background-color:var(--b-input-field-input-disabled-background-color)}.b-input-field__description[data-v-5e131263]{color:var(--b-input-field-description-color);display:block;margin-top:var(--b-input-field-description-margin-top)}.b-input-field__default-icon-before[data-v-5e131263]{display:flex;margin-right:var(--b-input-field-icons-margin-right)}.b-input-field__icon-after[data-v-5e131263]{display:flex}.b-text-filter[data-v-55e74930]{padding-bottom:16px;padding-top:8px}.b-filter-bar[data-v-85324f31]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-wrap:wrap;gap:8px}.b-filter-bar[data-v-85324f31],.b-filter-bar[data-v-85324f31]:before,.b-filter-bar[data-v-85324f31]:after{box-sizing:border-box}.b-filter-bar *[data-v-85324f31],.b-filter-bar *[data-v-85324f31]:before,.b-filter-bar *[data-v-85324f31]:after{box-sizing:border-box}.b-data-grid[data-v-082f2f19]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-y:auto;width:100%}.b-data-grid[data-v-082f2f19],.b-data-grid[data-v-082f2f19]:before,.b-data-grid[data-v-082f2f19]:after{box-sizing:border-box}.b-data-grid *[data-v-082f2f19],.b-data-grid *[data-v-082f2f19]:before,.b-data-grid *[data-v-082f2f19]:after{box-sizing:border-box}.b-data-grid--outline[data-v-082f2f19]{border:var(--b-data-grid-border-width) solid var(--b-data-grid-border-color);border-radius:var(--b-data-grid-border-radius)}.b-data-grid__header[data-v-082f2f19],.b-data-grid__columns[data-v-082f2f19]{border-bottom:var(--b-data-grid-columns-border-width) solid var(--b-data-grid-columns-border-color)}.b-data-grid__header[data-v-082f2f19]{padding:var(--b-data-grid-header-padding)}.b-data-grid__columns[data-v-082f2f19],.b-data-grid__row[data-v-082f2f19]{break-inside:avoid;display:grid;grid-auto-rows:min-content}.b-data-grid__row[data-v-082f2f19]{background-color:var(--b-data-grid-row-background-color);border-bottom:var(--b-data-grid-row-border-width) solid var(--b-data-grid-row-border-color);color:var(--b-data-grid-row-color)}.b-data-grid__row[data-v-082f2f19]:hover{background-color:var(--b-data-grid-row-hover-background-color)}.b-data-grid__row[data-v-082f2f19]:last-child{border-bottom:unset}.b-data-grid__row--disabled[data-v-082f2f19]{color:var(--b-data-grid-row-disabled-color);cursor:not-allowed}.b-data-grid__column[data-v-082f2f19]{background-color:var(--b-data-grid-column-background-color);color:var(--b-data-grid-column-color);display:flex;padding:var(--b-data-grid-column-padding);position:relative}.b-data-grid__column--sortable[data-v-082f2f19]{cursor:pointer}.b-data-grid__column--sortable[data-v-082f2f19]:hover{background-color:var(--b-data-grid-column-hover-background-color)}.b-data-grid__cell[data-v-082f2f19]{padding:var(--b-data-grid-cell-padding)}.b-data-grid__cell--condensed[data-v-082f2f19]{padding:var(--b-data-grid-cell-condensed-padding)}.b-data-grid__column--padding-left-unset[data-v-082f2f19],.b-data-grid__cell--padding-left-unset[data-v-082f2f19]{padding-left:0}.b-data-grid__column--padding-right-unset[data-v-082f2f19],.b-data-grid__cell--padding-right-unset[data-v-082f2f19]{padding-right:0}.b-data-grid__column-seperator-container[data-v-082f2f19]{align-items:center;cursor:auto;display:flex;height:100%;justify-content:center;position:absolute;right:-4px;top:0;width:var(--b-data-grid-resizer-width);z-index:1}.b-data-grid__column-seperator-container--is-resizeable[data-v-082f2f19]{cursor:ew-resize}.b-data-grid__column-seperator[data-v-082f2f19]{border-right:1px solid var(--b-data-grid-column-seperator-color);display:block;height:var(--b-data-grid-column-seperator-height);width:0}.b-data-grid__column-seperator-container--is-resizeable:hover .b-data-grid__column-seperator[data-v-082f2f19]{border-color:var(--b-data-grid-column-seperator-resizeable-hover-color)}.b-data-grid__column-sort[data-v-082f2f19]{align-items:center;display:flex;flex-direction:column;height:20px;margin-left:auto;padding:var(--b-data-grid-column-sort-padding)}.b-data-grid__column-sort-icon[data-v-082f2f19]{color:var(--b-data-grid-column-sort-icon-color);display:inline-flex;margin-top:-2px}.b-data-grid__column-sort-icon[data-v-082f2f19]:nth-child(2){margin-top:-8px}.b-data-grid__column--sortable:hover .b-data-grid__column-sort-icon[data-v-082f2f19]{color:var(--b-data-grid-column-hover-sort-icon-color)}.b-data-grid__column-sort-icon--sorted[data-v-082f2f19],.b-data-grid__column--sortable:hover .b-data-grid__column-sort-icon--sorted[data-v-082f2f19]{color:var(--b-data-grid-column-sort-icon-sorted-color)}.b-data-grid__footer[data-v-082f2f19]{padding:var(--b-data-grid-footer-padding)}.b-data-grid__filters[data-v-082f2f19]{border-bottom:var(--b-data-grid-filters-border-width) solid var(--b-data-grid-filters-border-color);padding:var(--b-data-grid-filters-padding);position:relative;z-index:2}.b-data-grid__pagination[data-v-082f2f19]{border-top:var(--b-data-grid-pagination-border-width) solid var(--b-data-grid-pagination-border-color);padding:var(--b-data-grid-pagination-padding)}.b-data-grid__pagination--padding-left-unset[data-v-082f2f19]{padding-left:0}.b-data-grid__pagination--padding-right-unset[data-v-082f2f19]{padding-right:0}.b-input-radio[data-v-a4e7a3bf]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer;display:inline-flex;line-height:24px}.b-input-radio[data-v-a4e7a3bf],.b-input-radio[data-v-a4e7a3bf]:before,.b-input-radio[data-v-a4e7a3bf]:after{box-sizing:border-box}.b-input-radio *[data-v-a4e7a3bf],.b-input-radio *[data-v-a4e7a3bf]:before,.b-input-radio *[data-v-a4e7a3bf]:after{box-sizing:border-box}.b-input-radio--disabled *[data-v-a4e7a3bf]{cursor:not-allowed}.b-input-radio__input[data-v-a4e7a3bf]{appearance:none;background-color:var(--b-input-radio-unchecked-background-color);border:1px solid var(--b-input-radio-unchecked-border-color);border-radius:var(--b-input-radio-border-radius);display:inline-block;height:16px;margin:0;outline:none;position:relative;top:var(--b-input-radio-offset-top);width:16px}.b-input-radio__input[data-v-a4e7a3bf]:after{content:"";display:block;inset:calc(var(--b-input-radio-space-around-increase) * -1);position:absolute}.b-input-radio__input[data-v-a4e7a3bf]:before{background-color:var(--b-input-radio-knob-color);border-radius:var(--b-input-radio-border-radius);content:"";display:block;height:var(--b-input-radio-knob-size);left:var(--b-input-radio-knob-offset);opacity:0;position:absolute;top:var(--b-input-radio-knob-offset);transform:scale(0);transition:transform .3s cubic-bezier(.175,.885,.32,1.275);width:var(--b-input-radio-knob-size)}.b-input-radio__input[data-v-a4e7a3bf]:hover{background-color:var(--b-input-radio-unchecked-hover-background-color);border-color:var(--b-input-radio-unchecked-hover-border-color)}.b-input-radio__input[data-v-a4e7a3bf]:active{background-color:var(--b-input-radio-unchecked-active-background-color)}.b-input-radio__input[data-v-a4e7a3bf]:focus-visible{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--b-focus-ring-color);transition:.1s cubic-bezier(.785,.135,.15,.86)}.b-input-radio__input[data-v-a4e7a3bf]:disabled{background-color:var(--b-input-radio-unchecked-disabled-background-color);border-color:var(--b-input-radio-unchecked-disabled-border-color)}.b-input-radio__input[data-v-a4e7a3bf]:disabled:before{background-color:var(--b-input-radio-knob-disabled-color)}.b-input-radio__input[data-v-a4e7a3bf]:checked{background-color:var(--b-input-radio-checked-background-color);border-color:var(--b-input-radio-checked-border-color)}.b-input-radio__input[data-v-a4e7a3bf]:checked:before{opacity:1;transform:scale(1)}.b-input-radio__input[data-v-a4e7a3bf]:checked:disabled{background-color:var(--b-input-radio-checked-disabled-background-color);border-color:var(--b-input-radio-checked-disabled-border-color)}.b-input-radio__input[data-v-a4e7a3bf]:checked:active:not(:disabled){background-color:var(--b-input-radio-checked-active-background-color);border-color:var(--b-input-radio-checked-active-border-color)}.b-input-radio__input[data-v-a4e7a3bf]:checked:hover:not(:disabled){background-color:var(--b-input-radio-checked-hover-background-color);border-color:var(--b-input-radio-checked-hover-border-color)}.b-input-radio__description[data-v-a4e7a3bf]{display:flex;flex-direction:column;padding-left:var(--b-input-radio-description-padding);row-gap:var(--b-input-radio-description-row-gap)}.b-input-radio--label-first>.b-input-radio__description[data-v-a4e7a3bf]{padding-left:0;padding-right:var(--b-input-radio-description-padding)}.b-input-radio__label[data-v-a4e7a3bf]{color:var(--b-input-radio-label-font-color);display:block}.b-input-radio__input:disabled+* .b-input-radio__label[data-v-a4e7a3bf]{color:var(--b-input-radio-label-disabled-font-color)}.b-input-radio__sub-label[data-v-a4e7a3bf]{color:var(--b-input-radio-sub-label-font-color);display:block}.b-input-radio__input:disabled+* .b-input-radio__sub-label[data-v-a4e7a3bf]{color:var(--b-input-radio-label-disabled-font-color)}.b-link[data-v-3bf088dc]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--b-link-color);text-decoration:none}.b-link[data-v-3bf088dc],.b-link[data-v-3bf088dc]:before,.b-link[data-v-3bf088dc]:after{box-sizing:border-box}.b-link *[data-v-3bf088dc],.b-link *[data-v-3bf088dc]:before,.b-link *[data-v-3bf088dc]:after{box-sizing:border-box}.b-link[data-v-3bf088dc]:focus-visible{outline:none}.b-link[data-v-3bf088dc]:hover{color:var(--b-link-hover-color)}.b-link[data-v-3bf088dc]:active{color:var(--b-link-active-color)}.b-link[data-v-3bf088dc]:focus-visible{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--b-focus-ring-color);transition:.1s cubic-bezier(.785,.135,.15,.86);border-radius:var(--b-link-border-radius)}.b-status[data-v-11ff8744]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;column-gap:var(--b-status-column-gap);display:flex}.b-status[data-v-11ff8744],.b-status[data-v-11ff8744]:before,.b-status[data-v-11ff8744]:after{box-sizing:border-box}.b-status *[data-v-11ff8744],.b-status *[data-v-11ff8744]:before,.b-status *[data-v-11ff8744]:after{box-sizing:border-box}.b-status__indicator[data-v-11ff8744]{border-radius:50%;flex-shrink:0;height:var(--b-status-indicator-size);order:0;width:var(--b-status-indicator-size)}.b-status__indicator--blue[data-v-11ff8744]{background:var(--b-status-indicator-blue-background-color)}.b-status__indicator--green[data-v-11ff8744]{background:var(--b-status-indicator-green-background-color)}.b-status__indicator--grey[data-v-11ff8744]{background:var(--b-status-indicator-grey-background-color)}.b-status__indicator--orange[data-v-11ff8744]{background:var(--b-status-indicator-orange-background-color)}.b-status__indicator--red[data-v-11ff8744]{background:var(--b-status-indicator-red-background-color)}.b-status__indicator--yellow[data-v-11ff8744]{background:var(--b-status-indicator-yellow-background-color)}.b-tag[data-v-c741fd07]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;border-radius:4px;cursor:default;display:inline-flex;flex-direction:row;gap:6px;height:24px;justify-content:center;padding:var(--b-tag-padding);width:fit-content}.b-tag[data-v-c741fd07],.b-tag[data-v-c741fd07]:before,.b-tag[data-v-c741fd07]:after{box-sizing:border-box}.b-tag *[data-v-c741fd07],.b-tag *[data-v-c741fd07]:before,.b-tag *[data-v-c741fd07]:after{box-sizing:border-box}.b-tag--default[data-v-c741fd07]{background-color:var(--b-tag-default-background-color)}.b-tag--default .b-tag__label[data-v-c741fd07]{color:var(--b-tag-default-color)}.b-tag--blue[data-v-c741fd07]{background-color:var(--b-tag-blue-background-color)}.b-tag--blue .b-tag__label[data-v-c741fd07]{color:var(--b-tag-blue-color)}.b-tag--green[data-v-c741fd07]{background-color:var(--b-tag-green-background-color)}.b-tag--green .b-tag__label[data-v-c741fd07]{color:var(--b-tag-green-color)}.b-tag--orange[data-v-c741fd07]{background-color:var(--b-tag-orange-background-color)}.b-tag--orange .b-tag__label[data-v-c741fd07]{color:var(--b-tag-orange-color)}.b-tag--red[data-v-c741fd07]{background-color:var(--b-tag-red-background-color)}.b-tag--red .b-tag__label[data-v-c741fd07]{color:var(--b-tag-red-color)}svg[data-v-7eda5e5d]{display:inline-flex;flex-shrink:0}svg[data-v-7eda5e5d],svg *[data-v-7eda5e5d]{fill:currentcolor}.b-toggle[data-v-ead8c189]{color:var(--adl-component-base-text-color);font-family:var(--adl-component-base-font-family);font-size:var(--adl-component-base-font-size);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:var(--adl-component-base-font-weight);line-height:var(--adl-component-base-line-height);color:inherit;cursor:pointer;display:flex;user-select:none;width:auto}.b-toggle[data-v-ead8c189],.b-toggle[data-v-ead8c189]:before,.b-toggle[data-v-ead8c189]:after{box-sizing:border-box}.b-toggle *[data-v-ead8c189],.b-toggle *[data-v-ead8c189]:before,.b-toggle *[data-v-ead8c189]:after{box-sizing:border-box}.b-toggle--disabled[data-v-ead8c189]{cursor:not-allowed;display:flex}.b-toggle--label-first[data-v-ead8c189]{align-items:flex-start;flex-direction:row-reverse;justify-content:flex-end}.b-toggle__input[data-v-ead8c189]{opacity:0;position:absolute}.b-toggle__track[data-v-ead8c189]{background-color:var(--b-toggle-track-not-toggled-background-color);border-radius:40px;display:inline-block;height:20px;padding:var(--b-toggle-track-padding);position:relative;text-align:left;top:-1px;vertical-align:middle;width:36px}.b-toggle__input:focus-visible+.b-toggle__track[data-v-ead8c189]{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--b-focus-ring-color);transition:.1s cubic-bezier(.785,.135,.15,.86)}.b-toggle__input:hover+.b-toggle__track[data-v-ead8c189]{background:var(--b-toggle-track-not-toggled-hover-background-color)}.b-toggle__input:checked+.b-toggle__track[data-v-ead8c189]{background:var(--b-toggle-track-toggled-background-color)}.b-toggle__input:checked:hover+.b-toggle__track[data-v-ead8c189]{background:var(--b-toggle-track-toggled-hover-background-color)}.b-toggle__input:checked:hover:enabled+.b-toggle__track[data-v-ead8c189]{background-color:var(--b-toggle-track-toggled-hover-background-color)}.b-toggle__input:disabled+.b-toggle__track[data-v-ead8c189]{background-color:var(--b-toggle-track-not-toggled-disabled-background-color);cursor:not-allowed}.b-toggle__input:checked:disabled+.b-toggle__track[data-v-ead8c189]{background:var(--b-toggle-track-toggled-disabled-background-color)}.b-toggle__input:active:enabled+.b-toggle__track[data-v-ead8c189]{background-color:var(--b-toggle-track-not-toggled-active-background-color)}.b-toggle__input:checked:active:enabled+.b-toggle__track[data-v-ead8c189]{background-color:var(--b-toggle-track-toggled-active-background-color)}.b-toggle__handle[data-v-ead8c189]{background-color:var(--b-toggle-handle-background-color);border-radius:40px;height:16px;outline:var(--b-toggle-handle-not-toggled-outline-width) solid var(--b-toggle-handle-not-toggled-outline-color);position:absolute;transform:translateZ(0);transition:transform .15s ease-out;width:16px}.b-toggle__input:disabled+* .b-toggle__handle[data-v-ead8c189]{background-color:var(--b-toggle-handle-not-toggled-disabled-background-color);cursor:not-allowed;outline:none}.b-toggle__input:checked:disabled+* .b-toggle__handle[data-v-ead8c189]{background-color:var(--b-toggle-handle-toggled-disabled-background-color);cursor:not-allowed;outline:none}.b-toggle__input:focus-visible+* .b-toggle__handle[data-v-ead8c189]{outline:var(--b-toggle-handle-not-toggled-focus-outline-width) solid var(--b-toggle-handle-not-toggled-focus-outline-color)}.b-toggle__input:hover:enabled+* .b-toggle__handle[data-v-ead8c189]{outline:var(--b-toggle-handle-not-toggled-hover-outline-width) solid var(--b-toggle-handle-not-toggled-hover-outline-color)}.b-toggle__input:active:enabled+* .b-toggle__handle[data-v-ead8c189]{outline:var(--b-toggle-handle-not-toggled-active-outline-width) solid var(--b-toggle-handle-not-toggled-active-outline-color)}.b-toggle__input:checked+* .b-toggle__handle[data-v-ead8c189]{display:block;outline:var(--b-toggle-handle-toggled-outline-width) solid var(--b-toggle-handle-toggled-outline-color);transform:translate(calc(36px - (16px + var(--b-toggle-handle-toggled-offset))))}.b-toggle__input:checked:active:enabled+* .b-toggle__handle[data-v-ead8c189]{outline:var(--b-toggle-handle-toggled-active-outline-width) solid var(--b-toggle-handle-toggled-actve-outline-color)}.b-toggle__input:checked:focus-visible+* .b-toggle__handle[data-v-ead8c189]{outline:var(--b-toggle-handle-toggled-focus-outline-width) solid var(--b-toggle-handle-toggled-focus-outline-color)}.b-toggle__input:checked:hover:enabled+* .b-toggle__handle[data-v-ead8c189]{outline:var(--b-toggle-handle-toggled-hover-outline-width) solid var(--b-toggle-handle-toggled-hover-outline-color)}.b-toggle__description[data-v-ead8c189]{display:flex;flex-direction:column;padding-left:var(--b-toggle-label-padding)}.b-toggle--label-first>.b-toggle__description[data-v-ead8c189]{padding-left:0;padding-right:var(--b-toggle-label-padding)}.b-toggle__label[data-v-ead8c189]{vertical-align:baseline}.b-toggle__sub-label[data-v-ead8c189]{color:var(--b-toggle-sub-label-color);padding-top:var(--b-toggle-sub-label-padding)}.b-toggle__icon-disabled[data-v-ead8c189]{color:var(--b-toggle-handle-not-toggled-disabled-background-color);display:var(--b-toggle-track-icon-display)}.b-toggle__icon-disabled--toggled[data-v-ead8c189]{float:left}.b-toggle__icon-disabled--not-toggled[data-v-ead8c189]{float:right}')),document.head.appendChild(o)}}catch(r){console.error("vite-plugin-css-injected-by-js",r)}})();
|
|
2
|
+
import G, { defineComponent as m, computed as l, onMounted as ze, onUnmounted as it, toRefs as de, ref as C, onBeforeMount as lt, nextTick as Q, reactive as ae, watchEffect as ct, toRef as U, useAttrs as st } from "vue";
|
|
3
|
+
import { createPopper as dt } from "@popperjs/core";
|
|
4
|
+
import { RouterLink as bt } from "vue-router";
|
|
5
|
+
const ut = `:root{--b-spacer-090: 24px;--b-spacer-080: 20px;--b-spacer-070: 16px;--b-spacer-060: 12px;--b-spacer-050: 10px;--b-spacer-040: 8px;--b-spacer-030: 6px;--b-spacer-020: 4px;--b-spacer-010: 2px;--b-spacer-000: 0px;--b-spacer-140: 64px;--b-spacer-130: 56px;--b-spacer-120: 48px;--b-spacer-110: 40px;--b-spacer-100: 32px;--b-shadow-high-border: 0px 18px 36px rgba(0, 17, 44, .12), 0px 4px 8px rgba(0, 17, 44, .06), 0px 0px 0px 1px rgba(0, 17, 44, .06);--b-shadow-medium-border: 0px 6px 12px rgba(0, 17, 44, .08), 0px 2px 4px rgba(0, 17, 44, .04), 0px 0px 0px 1px rgba(0, 17, 44, .06);--b-shadow-low-border: 0px 2px 4px rgba(0, 17, 44, .04), 0px 1px 2px rgba(0, 17, 44, .02), 0px 0px 0px 1px rgba(0, 17, 44, .06);--b-shadow-high: 0px 18px 36px rgba(0, 17, 44, .12), 0px 4px 8px rgba(0, 17, 44, .06);--b-shadow-medium: 0px 6px 12px rgba(0, 17, 44, .08), 0px 2px 4px rgba(0, 17, 44, .04);--b-shadow-low: 0px 2px 4px rgba(0, 17, 44, .04), 0px 1px 2px rgba(0, 17, 44, .02);--b-media-query-xxl: 1920px;--b-media-query-xl-max: 1919px;--b-media-query-xl-min: 1280px;--b-media-query-l-max: 1279px;--b-media-query-l-min: 768px;--b-media-query-m-max: 767px;--b-media-query-m-min: 500px;--b-media-query-s-max: 499px;--b-media-query-s-min: 375px;--b-media-query-xs-max: 374px;--b-media-query-xs-min: 0px;--b-letter-spacing-000: 0;--b-letter-spacing-800: -2%;--b-letter-spacing-700: -1.5%;--b-letter-spacing-600: -1%;--b-letter-spacing-400: .5%;--b-letter-spacing-300: 1%;--b-letter-spacing-200: 1.5%;--b-letter-spacing-100: 2%;--b-line-height-800: 44px;--b-line-height-700: 34px;--b-line-height-600: 30px;--b-line-height-500: 28px;--b-line-height-400: 26px;--b-line-height-300: 24px;--b-line-height-200: 20px;--b-line-height-100: 18px;--b-font-family-secondary: Inter, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--b-font-family-primary: Inter, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--b-font-weight-800: 800;--b-font-weight-700: 700;--b-font-weight-600: 600;--b-font-weight-500: 500;--b-font-weight-400: 400;--b-font-weight-300: 300;--b-font-weight-200: 200;--b-font-weight-100: 100;--b-font-size-700: 32px;--b-font-size-600: 24px;--b-font-size-500: 20px;--b-font-size-400: 18px;--b-font-size-300: 16px;--b-font-size-200: 14px;--b-font-size-100: 12px;--b-border-width-l: 3px;--b-border-width-m: 2px;--b-border-width-s: 1px;--b-border-radius-xl: 24px;--b-border-radius-l: 12px;--b-border-radius-m: 8px;--b-border-radius-s: 4px;--b-border-radius-xs: 2px;--b-tooltip-max-width: 300px;--b-toggle-track-icon-display: block;--b-toggle-border-color: none;--b-status-indicator-size: 10px;--b-status-column-gap: 12px;--b-popover-border: unset;--b-loading-button-secondary-success-hover-box-shadow: unset;--b-link-hover-text-decoration: none;--b-link-text-decoration: none;--b-input-radio-knob-size: 8px;--b-input-radio-knob-offset: 3px;--b-input-radio-offset-top: 3px;--b-input-field-description-padding: 0;--b-input-field-input-box-height: 36px;--b-data-grid-resizer-width: 8px;--b-data-grid-column-seperator-height: 24px;--b-button-condensed-tertiary-height: auto;--b-button-condensed-icon-width: auto;--b-button-condensed-icon-height: auto;--b-button-condensed-line-height: 20px;--b-button-tertiary-critical-hover-box-shadow: unset;--b-button-tertiary-height: auto;--b-button-line-height: 20px;--b-color-focus: rgba(0, 112, 245, .8);--b-color-transparent: rgba(0, 0, 0, 0);--b-color-black: #000000;--b-color-yellow-700: #836300;--b-color-yellow-600: #957100;--b-color-yellow-500: #bb8e00;--b-color-yellow-400: #f7bc00;--b-color-yellow-300: #ffd039;--b-color-yellow-200: #ffefba;--b-color-yellow-100: #fff7dd;--b-color-white: #ffffff;--b-color-red-800: #791818;--b-color-red-700: #c72727;--b-color-red-600: #e22d2d;--b-color-red-500: #f66565;--b-color-red-400: #fbb2b2;--b-color-red-300: #fcc8c8;--b-color-red-200: #feeaea;--b-color-red-100: #fef4f4;--b-color-orange-700: #9b5700;--b-color-orange-600: #b06300;--b-color-orange-500: #dd7d00;--b-color-orange-400: #ffb658;--b-color-orange-300: #ffcc8a;--b-color-orange-200: #ffecd3;--b-color-orange-100: #fff5e9;--b-color-grey-900: #00112c;--b-color-grey-800: #2f3e56;--b-color-grey-700: #5c687c;--b-color-grey-600: #6d7789;--b-color-grey-500: #8d95a3;--b-color-grey-400: #c0c5cc;--b-color-grey-300: #d1d5da;--b-color-grey-200: #eeeff1;--b-color-grey-100: #f7f7f8;--b-color-green-800: #04481f;--b-color-green-700: #067934;--b-color-green-600: #07893c;--b-color-green-500: #09ab4b;--b-color-green-400: #6dd999;--b-color-green-300: #99e4b8;--b-color-green-200: #d7f5e3;--b-color-green-100: #edfaf3;--b-color-blue-800: #003c82;--b-color-blue-700: #0063d7;--b-color-blue-600: #0070f5;--b-color-blue-500: #3d96ff;--b-color-blue-400: #99c8ff;--b-color-blue-300: #b7d8ff;--b-color-blue-200: #e3f0ff;--b-color-blue-100: #f2f8ff;--b-tooltip-padding: var(--b-spacer-020) var(--b-spacer-040);--b-tooltip-border-radius: var(--b-border-radius-s);--b-toggle-sub-label-padding: var(--b-spacer-020);--b-toggle-label-padding: var(--b-spacer-060);--b-toggle-track-padding: var(--b-spacer-010);--b-toggle-handle-toggled-hover-outline-width: var(--b-spacer-010);--b-toggle-handle-toggled-focus-outline-width: var(--b-spacer-010);--b-toggle-handle-toggled-active-outline-width: var(--b-spacer-010);--b-toggle-handle-toggled-outline-width: var(--b-spacer-010);--b-toggle-handle-toggled-offset: var(--b-spacer-020);--b-toggle-handle-not-toggled-hover-outline-width: var(--b-spacer-010);--b-toggle-handle-not-toggled-focus-outline-width: var(--b-spacer-010);--b-toggle-handle-not-toggled-active-outline-width: var(--b-spacer-010);--b-toggle-handle-not-toggled-outline-width: var(--b-border-width-m);--b-tag-padding: var(--b-spacer-010) var(--b-spacer-040);--b-popover-footer-margin: var(--b-spacer-000) var(--b-spacer-070) var(--b-spacer-060) var(--b-spacer-070);--b-popover-image-dismiss-icon-top: var(--b-spacer-070);--b-popover-image-dismiss-icon-right: var(--b-spacer-070);--b-popover-image-header-margin: var(--b-spacer-070) var(--b-spacer-070) var(--b-spacer-000) var(--b-spacer-070);--b-popover-header-title-column-gap: var(--b-spacer-040);--b-popover-header-margin: var(--b-spacer-060) var(--b-spacer-070) var(--b-spacer-000) var(--b-spacer-070);--b-popover-content-margin: var(--b-spacer-070);--b-popover-box-shadow: var(--b-shadow-medium-border);--b-popover-border-radius: var(--b-border-radius-m);--b-pagination-results-per-page-margin: 0 var(--b-spacer-060);--b-pagination-divider-margin: 0 var(--b-spacer-070);--b-pagination-divider-border-width: var(--b-border-width-s);--b-pagination-controls-gap: var(--b-spacer-070);--b-pagination-context-margin: 0 var(--b-spacer-060);--b-loading-indicator-large-width: var(--b-spacer-120);--b-loading-indicator-large-height: var(--b-spacer-120);--b-loading-indicator-large-border-width: var(--b-spacer-020);--b-loading-indicator-small-width: var(--b-spacer-070);--b-loading-indicator-small-height: var(--b-spacer-070);--b-loading-indicator-small-border-width: var(--b-spacer-010);--b-loading-indicator-width: var(--b-spacer-090);--b-loading-indicator-height: var(--b-spacer-090);--b-loading-button-tertiary-active-background-color: var(--b-color-transparent);--b-link-border-radius: var(--b-border-radius-xs);--b-input-radio-description-row-gap: var(--b-spacer-020);--b-input-radio-description-padding: var(--b-spacer-060);--b-input-radio-space-around-increase: var(--b-spacer-020);--b-input-radio-border-radius: var(--b-border-radius-l);--b-input-field-description-margin-top: var(--b-spacer-040);--b-input-field-payment-method-margin-right: var(--b-spacer-060);--b-input-field-static-value-border-radius: var(--b-border-radius-s);--b-input-field-static-value-padding: var(--b-spacer-020) var(--b-spacer-030);--b-input-field-static-value-margin: var(--b-spacer-060);--b-input-field-icons-margin-right: var(--b-spacer-060);--b-input-field-input-box-padding: var(--b-spacer-030) var(--b-spacer-060);--b-input-field-input-box-border-radius: var(--b-border-radius-m);--b-input-field-label-margin-bottom: var(--b-spacer-040);--b-data-grid-filters-padding: var(--b-spacer-080) 0 var(--b-spacer-080) var(--b-spacer-090);--b-data-grid-filters-border-width: var(--b-border-width-s);--b-data-grid-pagination-padding: var(--b-spacer-070);--b-data-grid-pagination-border-width: var(--b-border-width-s);--b-data-grid-footer-padding: var(--b-spacer-040) var(--b-spacer-090);--b-data-grid-resizer-offset: -var(--b-spacer-020);--b-data-grid-cell-condensed-padding: var(--b-spacer-030) var(--b-spacer-070);--b-data-grid-cell-padding: 14px var(--b-spacer-070);--b-data-grid-row-border-width: var(--b-border-width-s);--b-data-grid-column-sort-icon-descending-icon-margin-top: var(--b-spacer-040);--b-data-grid-column-sort-icon-margin-top: var(--b-spacer-010);--b-data-grid-column-sort-padding: 0 0 0 var(--b-spacer-040);--b-data-grid-column-padding: 14px var(--b-spacer-070);--b-data-grid-column-border-color: var(--b-color-transparent);--b-data-grid-columns-border-width: var(--b-border-width-s);--b-data-grid-header-padding: var(--b-spacer-080) var(--b-spacer-090);--b-data-grid-border-width: var(--b-border-width-s);--b-data-grid-border-radius: var(--b-border-radius-m);--b-checkbox-text-margin-left: var(--b-spacer-060);--b-checkbox-text-gap: var(--b-spacer-020);--b-checkbox-outline-top-offset: var(--b-spacer-010);--b-checkbox-outline-border-width: var(--b-border-width-s);--b-checkbox-outline-border-radius: var(--b-border-radius-s);--b-button-icon-only-condensed-padding: var(--b-spacer-030);--b-button-icon-only-padding: var(--b-spacer-050);--b-button-condensed-tertiary-padding: var(--b-spacer-000);--b-button-condensed-padding: var(--b-spacer-020) var(--b-spacer-050);--b-button-condensed-border-radius: var(--b-border-radius-m);--b-button-tertiary-critical-hover-background-color: var(--b-color-transparent);--b-button-tertiary-critical-disabled-background-color: var(--b-color-transparent);--b-button-tertiary-critical-active-background-color: var(--b-color-transparent);--b-button-tertiary-critical-background-color: var(--b-color-transparent);--b-button-tertiary-disabled-background-color: var(--b-color-transparent);--b-button-tertiary-active-background-color: var(--b-color-transparent);--b-button-tertiary-hover-background-color: var(--b-color-transparent);--b-button-tertiary-padding: var(--b-spacer-000);--b-button-tertiary-box-shadow: inset 0 0 0 var(--b-border-width-s) var(--b-color-transparent);--b-button-tertiary-border-radius: var(--b-border-radius-xs);--b-button-tertiary-background-color: var(--b-color-transparent);--b-button-secondary-critical-hover-box-shadow: inset 0 0 0 var(--b-border-width-s) var(--b-color-interactive-critical-hovered);--b-button-secondary-critical-disabled-box-shadow: inset 0 0 0 var(--b-border-width-s) var(--b-color-outline-disabled);--b-button-secondary-critical-active-box-shadow: inset 0 0 0 var(--b-border-width-s) var(--b-color-interactive-critical-pressed);--b-button-secondary-critical-box-shadow: inset 0 0 0 var(--b-border-width-s) var(--b-color-interactive-critical);--b-button-secondary-disabled-box-shadow: inset 0 0 0 var(--b-border-width-s) var(--b-color-outline-disabled);--b-button-secondary-hover-box-shadow: inset 0 0 0 var(--b-border-width-s) var(--b-color-outline-secondary);--b-button-secondary-active-box-shadow: inset 0 0 0 var(--b-border-width-s) var(--b-color-outline-secondary);--b-button-secondary-box-shadow: inset 0 0 0 var(--b-border-width-s) var(--b-color-outline-secondary);--b-button-padding: var(--b-spacer-040) var(--b-spacer-060);--b-button-box-shadow: inset 0 0 0 var(--b-border-width-s) var(--b-color-transparent);--b-button-border-radius: var(--b-border-radius-m);--b-button-actions-vertical-stack-row-gap: var(--b-spacer-040);--b-button-actions-fill-container-column-gap: var(--b-spacer-040);--b-button-actions-buttons-end-column-gap: var(--b-spacer-040);--b-text-title-l-mobile-line-height: var(--b-line-height-700);--b-text-title-l-mobile-font-size: var(--b-font-size-600);--b-text-title-l-letter-spacing: 0;--b-text-title-l-line-height: var(--b-line-height-800);--b-text-title-l-font-weight: 600;--b-text-title-l-font-size: var(--b-font-size-700);--b-text-title-l-font-family: var(--b-font-family-primary);--b-text-title-m-mobile-line-height: var(--b-line-height-600);--b-text-title-m-mobile-font-size: var(--b-font-size-500);--b-text-title-m-letter-spacing: 0;--b-text-title-m-line-height: var(--b-line-height-700);--b-text-title-m-font-weight: 600;--b-text-title-m-font-size: var(--b-font-size-600);--b-text-title-m-font-family: var(--b-font-family-primary);--b-text-title-mobile-line-height: var(--b-line-height-500);--b-text-title-mobile-font-size: var(--b-font-size-400);--b-text-title-letter-spacing: 0;--b-text-title-line-height: var(--b-line-height-600);--b-text-title-font-weight: 600;--b-text-title-font-size: var(--b-font-size-500);--b-text-title-font-family: var(--b-font-family-primary);--b-text-subtitle-stronger-font-weight: 600;--b-text-subtitle-letter-spacing: 0;--b-text-subtitle-line-height: var(--b-line-height-400);--b-text-subtitle-font-weight: 500;--b-text-subtitle-font-size: var(--b-font-size-300);--b-text-subtitle-font-family: var(--b-font-family-primary);--b-text-body-strongest-wide-line-height: var(--b-line-height-300);--b-text-body-strongest-wide-font-weight: 600;--b-text-body-strongest-font-weight: 600;--b-text-body-stonger-wide-line-height: var(--b-line-height-300);--b-text-body-stonger-wide-font-weight: 500;--b-text-body-stonger-font-weight: 500;--b-text-body-wide-line-height: var(--b-line-height-300);--b-text-body-letter-spacing: 0;--b-text-body-line-height: var(--b-line-height-200);--b-text-body-font-weight: 400;--b-text-body-font-size: var(--b-font-size-200);--b-text-body-font-family: var(--b-font-family-primary);--b-text-caption-stonger-wide-line-height: var(--b-line-height-200);--b-text-caption-stonger-wide-font-weight: 500;--b-text-caption-stonger-font-weight: 500;--b-text-caption-wide-line-height: var(--b-line-height-200);--b-text-caption-letter-spacing: 0;--b-text-caption-line-height: var(--b-line-height-100);--b-text-caption-font-weight: 400;--b-text-caption-font-size: var(--b-font-size-100);--b-text-caption-font-family: var(--b-font-family-primary);--b-focus-ring-color: var(--b-color-focus);--b-color-support-shadow: var(--b-color-grey-900);--b-color-support-overlay: var(--b-color-grey-900);--b-color-decorative-grey: var(--b-color-grey-400);--b-color-decorative-red: var(--b-color-red-600);--b-color-decorative-orange: var(--b-color-orange-500);--b-color-decorative-yellow: var(--b-color-yellow-400);--b-color-decorative-blue: var(--b-color-blue-600);--b-color-decorative-green: var(--b-color-green-500);--b-color-separator-on-dark-secondary: var(--b-color-grey-700);--b-color-separator-on-dark-primary: var(--b-color-grey-800);--b-color-separator-secondary: var(--b-color-grey-300);--b-color-separator-primary: var(--b-color-grey-200);--b-color-outline-activated: var(--b-color-grey-900);--b-color-outline-success: var(--b-color-green-600);--b-color-outline-critical: var(--b-color-red-600);--b-color-outline-disabled: var(--b-color-grey-200);--b-color-outline-tertiary: var(--b-color-grey-500);--b-color-outline-secondary: var(--b-color-grey-300);--b-color-outline-primary: var(--b-color-grey-200);--b-color-link-highlight-pressed: var(--b-color-blue-800);--b-color-link-highlight-hovered: var(--b-color-blue-700);--b-color-link-highlight: var(--b-color-blue-600);--b-color-link-secondary-pressed: var(--b-color-grey-500);--b-color-link-secondary-hovered: var(--b-color-grey-600);--b-color-link-secondary: var(--b-color-grey-700);--b-color-link-primary-pressed: var(--b-color-grey-500);--b-color-link-primary-hovered: var(--b-color-grey-700);--b-color-link-primary: var(--b-color-grey-900);--b-color-on-interactive-disabled: var(--b-color-grey-400);--b-color-on-interactive-critical: var(--b-color-white);--b-color-on-interactive-secondary: var(--b-color-grey-900);--b-color-on-interactive-primary: var(--b-color-white);--b-color-interactive-disabled: var(--b-color-grey-200);--b-color-interactive-critical-pressed: var(--b-color-red-800);--b-color-interactive-critical-hovered: var(--b-color-red-700);--b-color-interactive-critical: var(--b-color-red-600);--b-color-interactive-secondary-pressed: var(--b-color-grey-200);--b-color-interactive-secondary-hovered: var(--b-color-grey-100);--b-color-interactive-secondary: var(--b-color-white);--b-color-interactive-primary-pressed: var(--b-color-grey-500);--b-color-interactive-primary-hovered: var(--b-color-grey-700);--b-color-interactive-primary: var(--b-color-grey-900);--b-color-label-on-surface-highlight-weak: var(--b-color-blue-700);--b-color-label-on-surface-success-weak: var(--b-color-green-700);--b-color-label-on-surface-warning-weak: var(--b-color-orange-700);--b-color-label-on-surface-critical-weak: var(--b-color-red-700);--b-color-label-on-color: var(--b-color-white);--b-color-label-success: var(--b-color-green-600);--b-color-label-highlight: var(--b-color-blue-600);--b-color-label-warning: var(--b-color-orange-600);--b-color-label-critical: var(--b-color-red-600);--b-color-label-disabled: var(--b-color-grey-400);--b-color-label-tertiary: var(--b-color-grey-500);--b-color-label-secondary: var(--b-color-grey-700);--b-color-label-primary: var(--b-color-grey-900);--b-color-surface-inverse: var(--b-color-grey-900);--b-color-surface-highlight-strong: var(--b-color-blue-600);--b-color-surface-highlight-weak: var(--b-color-blue-100);--b-color-surface-success-strong: var(--b-color-green-600);--b-color-surface-success-weak: var(--b-color-green-100);--b-color-surface-warning-strong: var(--b-color-orange-500);--b-color-surface-warning-weak: var(--b-color-orange-100);--b-color-surface-critical-strong: var(--b-color-red-600);--b-color-surface-critical-weak: var(--b-color-red-100);--b-color-surface-disabled: var(--b-color-grey-200);--b-color-surface-selected: var(--b-color-blue-100);--b-color-surface-quaternary: var(--b-color-grey-400);--b-color-surface-tertiary: var(--b-color-grey-200);--b-color-surface-secondary: var(--b-color-grey-100);--b-color-surface-primary: var(--b-color-white);--b-color-background-always-dark: var(--b-color-grey-900);--b-color-background-primary: var(--b-color-white);--b-tooltip-color: var(--b-color-label-on-color);--b-tooltip-background-color: var(--b-color-surface-inverse);--b-toggle-sub-label-color: var(--b-color-label-secondary);--b-toggle-track-toggled-hover-background-color: var(--b-color-interactive-primary-hovered);--b-toggle-track-toggled-disabled-background-color: var(--b-color-interactive-disabled);--b-toggle-track-toggled-active-background-color: var(--b-color-interactive-primary-pressed);--b-toggle-track-toggled-background-color: var(--b-color-interactive-primary);--b-toggle-track-not-toggled-hover-background-color: var(--b-color-surface-quaternary);--b-toggle-track-not-toggled-focus-background-color: var(--b-color-surface-quaternary);--b-toggle-track-not-toggled-disabled-background-color: var(--b-color-interactive-disabled);--b-toggle-track-not-toggled-active-background-color: var(--b-color-interactive-primary-hovered);--b-toggle-track-not-toggled-background-color: var(--b-color-surface-quaternary);--b-toggle-handle-toggled-hover-outline-color: var(--b-color-outline-activated);--b-toggle-handle-toggled-focus-outline-color: var(--b-color-outline-activated);--b-toggle-handle-toggled-disabled-background-color: var(--b-color-on-interactive-disabled);--b-toggle-handle-toggled-active-outline-color: var(--b-color-outline-activated);--b-toggle-handle-toggled-outline-color: var(--b-color-outline-activated);--b-toggle-handle-not-toggled-hover-outline-color: var(--b-color-outline-activated);--b-toggle-handle-not-toggled-focus-outline-color: var(--b-color-outline-activated);--b-toggle-handle-not-toggled-disabled-background-color: var(--b-color-on-interactive-disabled);--b-toggle-handle-not-toggled-active-outline-color: var(--b-color-outline-activated);--b-toggle-handle-not-toggled-outline-color: var(--b-color-outline-tertiary);--b-toggle-handle-background-color: var(--b-color-on-interactive-primary);--b-tag-red-background-color: var(--b-color-surface-critical-weak);--b-tag-red-color: var(--b-color-label-on-surface-critical-weak);--b-tag-orange-background-color: var(--b-color-surface-warning-weak);--b-tag-orange-color: var(--b-color-label-on-surface-warning-weak);--b-tag-green-background-color: var(--b-color-surface-success-weak);--b-tag-green-color: var(--b-color-label-on-surface-success-weak);--b-tag-blue-background-color: var(--b-color-surface-highlight-weak);--b-tag-blue-color: var(--b-color-label-on-surface-highlight-weak);--b-tag-default-background-color: var(--b-color-surface-secondary);--b-tag-default-color: var(--b-color-label-secondary);--b-status-indicator-yellow-background-color: var(--b-color-decorative-yellow);--b-status-indicator-red-background-color: var(--b-color-decorative-red);--b-status-indicator-orange-background-color: var(--b-color-decorative-orange);--b-status-indicator-grey-background-color: var(--b-color-decorative-grey);--b-status-indicator-green-background-color: var(--b-color-decorative-green);--b-status-indicator-blue-background-color: var(--b-color-decorative-blue);--b-popover-dismiss-button-on-image-icon-active-color: var(--b-color-interactive-secondary-pressed);--b-popover-dismiss-button-on-image-icon-hovered-color: var(--b-color-interactive-secondary-hovered);--b-popover-dismiss-button-on-image-icon-color: var(--b-color-interactive-secondary);--b-popover-background-color: var(--b-color-background-primary);--b-pagination-divider-border-color: var(--b-color-separator-primary);--b-loading-indicator-inverse-color: var(--b-color-surface-primary);--b-loading-indicator-inverse-background-color: var(--b-color-surface-primary);--b-loading-indicator-color: var(--b-color-surface-inverse);--b-loading-indicator-background-color: var(--b-color-surface-inverse);--b-loading-button-secondary-success-disabled-color: var(--b-color-on-interactive-disabled);--b-loading-button-secondary-success-disabled-border-color: var(--b-color-outline-disabled);--b-loading-button-secondary-success-disabled-background-color: var(--b-color-interactive-secondary);--b-loading-button-secondary-success-active-border-color: var(--b-color-outline-secondary);--b-loading-button-secondary-success-active-background-color: var(--b-color-interactive-secondary-pressed);--b-loading-button-secondary-success-hover-color: var(--b-color-interactive-primary-hovered);--b-loading-button-secondary-success-hover-border-color: var(--b-color-outline-secondary);--b-loading-button-secondary-success-hover-background-color: var(--b-color-interactive-secondary-hovered);--b-loading-button-secondary-success-color: var(--b-color-interactive-primary);--b-loading-button-secondary-success-border-color: var(--b-color-outline-secondary);--b-loading-button-secondary-success-background-color: var(--b-color-interactive-secondary);--b-loading-button-secondary-active-color: var(--b-color-interactive-primary-pressed);--b-loading-button-secondary-active-background-color: var(--b-color-interactive-secondary-pressed);--b-loading-button-primary-success-hover-background-color: var(--b-color-interactive-primary-hovered);--b-loading-button-primary-success-disabled-color: var(--b-color-on-interactive-disabled);--b-loading-button-primary-success-disabled-background-color: var(--b-color-interactive-disabled);--b-loading-button-primary-success-active-background-color: var(--b-color-interactive-primary-pressed);--b-loading-button-primary-success-color: var(--b-color-on-interactive-primary);--b-loading-button-primary-success-background-color: var(--b-color-interactive-primary);--b-loading-button-primary-active-background-color: var(--b-color-interactive-primary-pressed);--b-link-active-color: var(--b-color-link-highlight-pressed);--b-link-hover-color: var(--b-color-link-highlight-hovered);--b-link-color: var(--b-color-link-highlight);--b-input-radio-knob-disabled-color: var(--b-color-on-interactive-disabled);--b-input-radio-knob-color: var(--b-color-on-interactive-primary);--b-input-radio-sub-label-font-color: var(--b-color-label-secondary);--b-input-radio-label-disabled-font-color: var(--b-color-label-disabled);--b-input-radio-label-font-color: var(--b-color-label-primary);--b-input-radio-checked-disabled-border-color: var(--b-color-interactive-disabled);--b-input-radio-checked-disabled-background-color: var(--b-color-interactive-disabled);--b-input-radio-checked-active-border-color: var(--b-color-interactive-primary-pressed);--b-input-radio-checked-active-background-color: var(--b-color-interactive-primary-pressed);--b-input-radio-checked-hover-border-color: var(--b-color-interactive-primary-hovered);--b-input-radio-checked-hover-background-color: var(--b-color-interactive-primary-hovered);--b-input-radio-checked-border-color: var(--b-color-interactive-primary);--b-input-radio-checked-background-color: var(--b-color-interactive-primary);--b-input-radio-unchecked-disabled-border-color: var(--b-color-interactive-disabled);--b-input-radio-unchecked-disabled-background-color: var(--b-color-interactive-disabled);--b-input-radio-unchecked-active-background-color: var(--b-color-interactive-secondary-pressed);--b-input-radio-unchecked-hover-border-color: var(--b-color-outline-tertiary);--b-input-radio-unchecked-hover-background-color: var(--b-color-interactive-secondary-hovered);--b-input-radio-unchecked-border-color: var(--b-color-outline-tertiary);--b-input-radio-unchecked-background-color: var(--b-color-interactive-secondary);--b-input-field-description-error-color: var(--b-color-label-critical);--b-input-field-description-color: var(--b-color-label-secondary);--b-input-field-static-value-disabled-color: var(--b-color-on-interactive-disabled);--b-input-field-static-value-disabled-background-color: var(--b-color-interactive-disabled);--b-input-field-static-value-color: var(--b-color-label-primary);--b-input-field-static-value-background-color: var(--b-color-surface-secondary);--b-input-field-icons-background-color: var(--b-color-on-interactive-disabled);--b-input-field-input-disabled-color: var(--b-color-on-interactive-disabled);--b-input-field-input-disabled-background-color: var(--b-color-interactive-disabled);--b-input-field-input-color: var(--b-color-label-primary);--b-input-field-input-box-focus-border-color: var(--b-color-outline-activated);--b-input-field-input-box-error-background-color: var(--b-color-outline-critical);--b-input-field-input-box-disabled-border-color: var(--b-color-interactive-disabled);--b-input-field-input-box-disabled-background-color: var(--b-color-interactive-disabled);--b-input-field-input-box-hover-border-color: var(--b-color-outline-activated);--b-input-field-input-box-border-color: var(--b-color-outline-tertiary);--b-input-field-input-box-color: var(--b-color-label-primary);--b-input-field-label-color: var(--b-color-label-primary);--b-data-grid-filters-border-color: var(--b-color-separator-primary);--b-data-grid-pagination-border-color: var(--b-color-separator-primary);--b-data-grid-row-disabled-color: var(--b-color-label-primary);--b-data-grid-row-hover-background-color: var(--b-color-interactive-secondary-hovered);--b-data-grid-row-color: var(--b-color-label-primary);--b-data-grid-row-border-color: var(--b-color-separator-primary);--b-data-grid-row-background-color: var(--b-color-background-primary);--b-data-grid-column-seperator-resizeable-hover-color: var(--b-color-separator-secondary);--b-data-grid-column-seperator-color: var(--b-color-separator-primary);--b-data-grid-column-sort-icon-color: var(--b-color-label-disabled);--b-data-grid-column-hover-sort-icon-color: var(--b-color-label-tertiary);--b-data-grid-column-hover-background-color: var(--b-color-surface-tertiary);--b-data-grid-column-color: var(--b-color-label-primary);--b-data-grid-column-background-color: var(--b-color-background-primary);--b-data-grid-columns-border-color: var(--b-color-separator-secondary);--b-data-grid-border-color: var(--b-color-separator-primary);--b-checkbox-outline-unchecked-hover-border-color: var(--b-color-outline-tertiary);--b-checkbox-outline-unchecked-hover-background-color: var(--b-color-interactive-secondary-hovered);--b-checkbox-outline-unchecked-disabled-border-color: var(--b-color-outline-disabled);--b-checkbox-outline-unchecked-disabled-background-color: var(--b-color-interactive-disabled);--b-checkbox-outline-unchecked-active-border-color: var(--b-color-outline-tertiary);--b-checkbox-outline-unchecked-active-background-color: var(--b-color-interactive-secondary-pressed);--b-checkbox-outline-unchecked-border-color: var(--b-color-outline-tertiary);--b-checkbox-outline-unchecked-background-color: var(--b-color-interactive-secondary);--b-checkbox-outline-indeterminate-hover-border-color: var(--b-color-interactive-primary-hovered);--b-checkbox-outline-indeterminate-hover-background-color: var(--b-color-interactive-primary-hovered);--b-checkbox-outline-indeterminate-disabled-border-color: var(--b-color-interactive-disabled);--b-checkbox-outline-indeterminate-disabled-background-color: var(--b-color-interactive-disabled);--b-checkbox-outline-indeterminate-active-border-color: var(--b-color-interactive-primary-pressed);--b-checkbox-outline-indeterminate-active-background-color: var(--b-color-interactive-primary-pressed);--b-checkbox-outline-indeterminate-border-color: var(--b-color-interactive-primary);--b-checkbox-outline-indeterminate-background-color: var(--b-color-interactive-primary);--b-checkbox-outline-checked-hover-border-color: var(--b-color-interactive-primary-hovered);--b-checkbox-outline-checked-hover-background-color: var(--b-color-interactive-primary-hovered);--b-checkbox-outline-checked-disabled-border-color: var(--b-color-interactive-disabled);--b-checkbox-outline-checked-disabled-background-color: var(--b-color-interactive-disabled);--b-checkbox-outline-checked-active-border-color: var(--b-color-interactive-primary-pressed);--b-checkbox-outline-checked-active-background-color: var(--b-color-interactive-primary-pressed);--b-checkbox-outline-checked-border-color: var(--b-color-interactive-primary);--b-checkbox-outline-checked-background-color: var(--b-color-interactive-primary);--b-checkbox-label-disabled-color: var(--b-color-label-disabled);--b-checkbox-icon-disabled-color: var(--b-color-on-interactive-disabled);--b-checkbox-icon-color: var(--b-color-on-interactive-primary);--b-checkbox-description-disabled-color: var(--b-color-label-disabled);--b-checkbox-description-color: var(--b-color-label-secondary);--b-button-condensed-font-size: var(--b-text-body-font-size);--b-button-tertiary-critical-hover-color: var(--b-color-interactive-critical-hovered);--b-button-tertiary-critical-disabled-color: var(--b-color-on-interactive-disabled);--b-button-tertiary-critical-active-color: var(--b-color-interactive-critical-pressed);--b-button-tertiary-critical-color: var(--b-color-interactive-critical);--b-button-tertiary-disabled-color: var(--b-color-on-interactive-disabled);--b-button-tertiary-active-color: var(--b-color-interactive-primary-pressed);--b-button-tertiary-hover-color: var(--b-color-interactive-primary-hovered);--b-button-tertiary-color: var(--b-color-interactive-primary);--b-button-secondary-critical-hover-color: var(--b-color-interactive-critical-hovered);--b-button-secondary-critical-hover-background-color: var(--b-color-surface-critical-weak);--b-button-secondary-critical-disabled-color: var(--b-color-on-interactive-disabled);--b-button-secondary-critical-disabled-background-color: var(--b-color-interactive-secondary);--b-button-secondary-critical-active-color: var(--b-color-interactive-critical-pressed);--b-button-secondary-critical-active-background-color: var(--b-color-surface-critical-weak);--b-button-secondary-critical-color: var(--b-color-interactive-critical);--b-button-secondary-critical-background-color: var(--b-color-interactive-secondary);--b-button-secondary-disabled-color: var(--b-color-on-interactive-disabled);--b-button-secondary-disabled-background-color: var(--b-color-interactive-secondary);--b-button-secondary-hover-color: var(--b-color-interactive-primary-hovered);--b-button-secondary-hover-background-color: var(--b-color-interactive-secondary-hovered);--b-button-secondary-active-color: var(--b-color-interactive-primary-pressed);--b-button-secondary-active-background-color: var(--b-color-interactive-secondary-pressed);--b-button-secondary-color: var(--b-color-interactive-primary);--b-button-secondary-background-color: var(--b-color-interactive-secondary);--b-button-primary-critical-hover-background-color: var(--b-color-interactive-critical-hovered);--b-button-primary-critical-disabled-color: var(--b-color-on-interactive-disabled);--b-button-primary-critical-disabled-background-color: var(--b-color-interactive-disabled);--b-button-primary-critical-active-background-color: var(--b-color-interactive-critical-pressed);--b-button-primary-critical-color: var(--b-color-on-interactive-primary);--b-button-primary-critical-background-color: var(--b-color-interactive-critical);--b-button-primary-hover-background-color: var(--b-color-interactive-primary-hovered);--b-button-primary-disabled-color: var(--b-color-on-interactive-disabled);--b-button-primary-disabled-background-color: var(--b-color-interactive-disabled);--b-button-primary-active-background-color: var(--b-color-interactive-primary-pressed);--b-button-primary-color: var(--b-color-on-interactive-primary);--b-button-primary-background-color: var(--b-color-interactive-primary)}
|
|
6
|
+
`, pt = `.b-legacy-theme{--b-color-background-primary: #ffffff;--b-color-background-always-dark: #00112c;--b-color-surface-primary: #ffffff;--b-color-surface-secondary: #00112c;--b-color-surface-tertiary: #eeeff1;--b-color-surface-quaternary: #c0c5cc;--b-color-surface-selected: #f2f8ff;--b-color-surface-disabled: #eeeff1;--b-color-surface-critical-weak: #fef4f4;--b-color-surface-critical-strong: #e22d2d;--b-color-surface-warning-weak: #fff5e9;--b-color-surface-warning-strong: #dd7d00;--b-color-surface-success-weak: #edfaf3;--b-color-surface-success-strong: #07893c;--b-color-surface-highlight-weak: #f2f8ff;--b-color-surface-highlight-strong: #0070f5;--b-color-surface-inverse: #00112c;--b-color-label-primary: #00112c;--b-color-label-secondary: #5c687c;--b-color-label-tertiary: #8d95a3;--b-color-label-disabled: #c0c5cc;--b-color-label-critical: #e22d2d;--b-color-label-warning: #b06300;--b-color-label-highlight: #0070f5;--b-color-label-success: #07893c;--b-color-label-on-color: #ffffff;--b-color-label-on-surface-critical-weak: #c72727;--b-color-label-on-surface-warning-weak: #9b5700;--b-color-label-on-surface-success-weak: #067934;--b-color-label-on-surface-highlight-weak: #0063d7;--b-color-interactive-primary: #00112c;--b-color-interactive-primary-hovered: #5c687c;--b-color-interactive-primary-pressed: #8d95a3;--b-color-interactive-secondary: #ffffff;--b-color-interactive-secondary-hovered: #00112c;--b-color-interactive-secondary-pressed: #eeeff1;--b-color-interactive-critical: #e22d2d;--b-color-interactive-critical-hovered: #c72727;--b-color-interactive-critical-pressed: #791818;--b-color-interactive-disabled: #eeeff1;--b-color-on-interactive-primary: #ffffff;--b-color-on-interactive-secondary: #00112c;--b-color-on-interactive-critical: #ffffff;--b-color-on-interactive-disabled: #c0c5cc;--b-color-link-primary: #00112c;--b-color-link-primary-hovered: #5c687c;--b-color-link-primary-pressed: #8d95a3;--b-color-link-secondary: #5c687c;--b-color-link-secondary-hovered: #6d7789;--b-color-link-secondary-pressed: #8d95a3;--b-color-link-highlight: #0070f5;--b-color-link-highlight-hovered: #0063d7;--b-color-link-highlight-pressed: #003c82;--b-color-outline-primary: #eeeff1;--b-color-outline-secondary: #d1d5da;--b-color-outline-tertiary: #8d95a3;--b-color-outline-disabled: #eeeff1;--b-color-outline-critical: #e22d2d;--b-color-outline-success: #07893c;--b-color-outline-activated: #00112c;--b-color-separator-primary: #eeeff1;--b-color-separator-secondary: #d1d5da;--b-color-separator-on-dark-primary: #2f3e56;--b-color-separator-on-dark-secondary: #5c687c;--b-color-decorative-green: #09ab4b;--b-color-decorative-blue: #0070f5;--b-color-decorative-yellow: #f7bc00;--b-color-decorative-orange: #dd7d00;--b-color-decorative-red: #e22d2d;--b-color-decorative-grey: #c0c5cc;--b-color-support-overlay: #00112c;--b-color-support-shadow: #00112c;--b-color-blue-10: #e5efff;--b-color-blue-20: #cce0ff;--b-color-blue-30: #599bff;--b-color-blue-40: #0066ff;--b-color-blue-50: #0048b3;--b-color-blue-60: #00337f;--b-color-blue-70: #002459;--b-color-blue-100: #f2f8ff;--b-color-blue-200: #e3f0ff;--b-color-blue-300: #b7d8ff;--b-color-blue-400: #99c8ff;--b-color-blue-500: #3d96ff;--b-color-blue-600: #0070f5;--b-color-blue-700: #0063d7;--b-color-blue-800: #003c82;--b-color-green-10: #e6f8ed;--b-color-green-20: #cef2dd;--b-color-green-40: #0abf53;--b-color-green-50: #08a648;--b-color-green-60: #055f29;--b-color-green-70: #03431d;--b-color-green-100: #edfaf3;--b-color-green-200: #d7f5e3;--b-color-green-300: #99e4b8;--b-color-green-400: #6dd999;--b-color-green-500: #09ab4b;--b-color-green-600: #07893c;--b-color-green-700: #067934;--b-color-green-800: #04481f;--b-color-grey-0: #ffffff;--b-color-grey-10: #f3f6f9;--b-color-grey-15: #eef1f5;--b-color-grey-20: #dce0e5;--b-color-grey-30: #a5afbd;--b-color-grey-40: #8390a3;--b-color-grey-50: #69778c;--b-color-grey-60: #818890;--b-color-grey-65: #6f7988;--b-color-grey-70: #707070;--b-color-grey-80: #404d61;--b-color-grey-90: #394962;--b-color-grey-100: #00112c;--b-color-grey-200: #eeeff1;--b-color-grey-300: #d1d5da;--b-color-grey-400: #c0c5cc;--b-color-grey-500: #8d95a3;--b-color-grey-600: #6d7789;--b-color-grey-700: #5c687c;--b-color-grey-800: #2f3e56;--b-color-grey-900: #00112c;--b-color-orange-10: #fff4e5;--b-color-orange-20: #ffeacc;--b-color-orange-50: #ff9500;--b-color-orange-100: #fff5e9;--b-color-orange-200: #ffecd3;--b-color-orange-300: #ffcc8a;--b-color-orange-400: #ffb658;--b-color-orange-500: #dd7d00;--b-color-orange-600: #b06300;--b-color-orange-700: #9b5700;--b-color-red-10: #fef5f5;--b-color-red-20: #facccc;--b-color-red-30: #e92929;--b-color-red-50: #e50000;--b-color-red-60: #a10000;--b-color-red-70: #720000;--b-color-red-80: #c00307;--b-color-red-100: #fef4f4;--b-color-red-200: #feeaea;--b-color-red-300: #fcc8c8;--b-color-red-400: #fbb2b2;--b-color-red-500: #f66565;--b-color-red-600: #e22d2d;--b-color-red-700: #c72727;--b-color-red-800: #791818;--b-color-white: #ffffff;--b-color-yellow-100: #fff7dd;--b-color-yellow-200: #ffefba;--b-color-yellow-300: #ffd039;--b-color-yellow-400: #f7bc00;--b-color-yellow-500: #bb8e00;--b-color-yellow-600: #957100;--b-color-yellow-700: #836300;--b-color-black: #000000;--b-color-transparent: rgba(0, 0, 0, 0);--b-color-focus: rgba(0, 102, 255, .4);--b-color-primary-10: #e5efff;--b-color-primary-20: #cce0ff;--b-color-primary-30: #599bff;--b-color-primary-40: #0066ff;--b-color-primary-50: #0048b3;--b-color-primary-60: #00337f;--b-color-attention-10: #e5efff;--b-color-warning-10: #fff4e5;--b-color-warning-20: #ffeacc;--b-color-error-10: #fef5f5;--b-color-error-20: #facccc;--b-color-error-50: #e50000;--b-color-error-60: #a10000;--b-color-error-70: #720000;--b-color-destructive-10: #fef5f5;--b-color-destructive-50: #e50000;--b-color-destructive-60: #a10000;--b-color-destructive-70: #720000;--b-color-neutral-0: #ffffff;--b-color-neutral-10: #f3f6f9;--b-color-neutral-20: #dce0e5;--b-color-neutral-30: #a5afbd;--b-color-neutral-40: #8390a3;--b-color-neutral-50: #69778c;--b-color-neutral-60: #818890;--b-color-neutral-65: #6f7988;--b-color-neutral-70: #707070;--b-color-neutral-80: #404d61;--b-color-neutral-90: #394962;--b-color-neutral-100: #00112c;--b-color-success-10: #e6f8ed;--b-color-success-20: #cef2dd;--b-color-success-40: #0abf53;--b-color-success-50: #08a648;--b-color-success-60: #055f29;--b-color-success-70: #03431d;--b-color-navy-30: #334156;--b-color-navy-40: #20304c;--b-color-navy-50: #00112c;--b-focus-ring-color: rgba(0, 102, 255, .4);--b-text-caption-font-family: Fakt, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--b-text-caption-font-size: 12px;--b-text-caption-font-weight: 400;--b-text-caption-line-height: 18px;--b-text-caption-letter-spacing: 0;--b-text-caption-wide-line-height: 20px;--b-text-caption-stonger-font-weight: 500;--b-text-caption-stonger-wide-font-weight: 500;--b-text-caption-stonger-wide-line-height: 20px;--b-text-body-font-family: Fakt, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--b-text-body-font-size: 15px;--b-text-body-font-weight: 500;--b-text-body-line-height: 1;--b-text-body-letter-spacing: normal;--b-text-body-wide-line-height: 24px;--b-text-body-stonger-font-weight: 600;--b-text-body-stonger-wide-font-weight: 500;--b-text-body-stonger-wide-line-height: 24px;--b-text-body-strongest-font-weight: 600;--b-text-body-strongest-wide-font-weight: 600;--b-text-body-strongest-wide-line-height: 24px;--b-text-subtitle-font-family: Fakt, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--b-text-subtitle-font-size: 16px;--b-text-subtitle-font-weight: 500;--b-text-subtitle-line-height: 26px;--b-text-subtitle-letter-spacing: 0;--b-text-subtitle-stronger-font-weight: 600;--b-text-title-font-family: Fakt, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--b-text-title-font-size: 20px;--b-text-title-font-weight: 600;--b-text-title-line-height: 30px;--b-text-title-letter-spacing: 0;--b-text-title-mobile-font-size: 18px;--b-text-title-mobile-line-height: 28px;--b-text-title-m-font-family: Fakt, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--b-text-title-m-font-size: 24px;--b-text-title-m-font-weight: 600;--b-text-title-m-line-height: 34px;--b-text-title-m-letter-spacing: 0;--b-text-title-m-mobile-font-size: 20px;--b-text-title-m-mobile-line-height: 30px;--b-text-title-l-font-family: Fakt, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--b-text-title-l-font-size: 32px;--b-text-title-l-font-weight: 600;--b-text-title-l-line-height: 44px;--b-text-title-l-letter-spacing: 0;--b-text-title-l-mobile-font-size: 24px;--b-text-title-l-mobile-line-height: 34px;--b-button-actions-buttons-end-column-gap: 8px;--b-button-actions-fill-container-column-gap: 8px;--b-button-actions-vertical-stack-row-gap: 8px;--b-button-border-radius: 6px;--b-button-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);--b-button-line-height: 21px;--b-button-padding: 9.5px 16px;--b-button-height: 40px;--b-button-primary-background-color: #0066ff;--b-button-primary-color: #ffffff;--b-button-primary-active-background-color: #00337f;--b-button-primary-disabled-background-color: #dce0e5;--b-button-primary-disabled-color: #a5afbd;--b-button-primary-hover-background-color: #0048b3;--b-button-primary-critical-background-color: #e50000;--b-button-primary-critical-color: #ffffff;--b-button-primary-critical-active-background-color: #c00307;--b-button-primary-critical-disabled-background-color: #dce0e5;--b-button-primary-critical-disabled-color: #a5afbd;--b-button-primary-critical-hover-background-color: #e92929;--b-button-primary-success-background-color: #08a648;--b-button-primary-success-color: #ffffff;--b-button-primary-success-active-background-color: #03431d;--b-button-primary-success-disabled-background-color: #8390a3;--b-button-primary-success-disabled-color: #ffffff;--b-button-primary-success-hover-background-color: #055f29;--b-button-secondary-background-color: #ffffff;--b-button-secondary-box-shadow: inset 0 0 0 1px #dce0e5;--b-button-secondary-color: #0066ff;--b-button-secondary-active-background-color: #f3f6f9;--b-button-secondary-active-box-shadow: inset 0 0 0 1px #dce0e5, inset 0 0 0 1px #dce0e5;--b-button-secondary-active-color: #0048b3;--b-button-secondary-hover-background-color: #ffffff;--b-button-secondary-hover-box-shadow: inset 0 0 0 1px #dce0e5, 0px 2px 4px rgba(0, 17, 44, .04), 0px 1px 2px rgba(0, 17, 44, .02);--b-button-secondary-hover-color: #0048b3;--b-button-secondary-disabled-background-color: #ffffff;--b-button-secondary-disabled-box-shadow: inset 0 0 0 1px #dce0e5;--b-button-secondary-disabled-color: #a5afbd;--b-button-secondary-critical-background-color: #ffffff;--b-button-secondary-critical-box-shadow: inset 0 0 0 1px #dce0e5;--b-button-secondary-critical-color: #e50000;--b-button-secondary-critical-active-background-color: #fef5f5;--b-button-secondary-critical-active-box-shadow: inset 0 0 0 1px #dce0e5;--b-button-secondary-critical-active-color: #791818;--b-button-secondary-critical-disabled-background-color: #ffffff;--b-button-secondary-critical-disabled-box-shadow: inset 0 0 0 1px #dce0e5;--b-button-secondary-critical-disabled-color: #a5afbd;--b-button-secondary-critical-hover-background-color: #fef4f4;--b-button-secondary-critical-hover-box-shadow: inset 0 0 0 1px #dce0e5, 0px 2px 4px rgba(0, 17, 44, .04), 0px 1px 2px rgba(0, 17, 44, .02);--b-button-secondary-critical-hover-color: #c72727;--b-button-tertiary-background-color: rgba(0, 0, 0, 0);--b-button-tertiary-border-radius: 6px;--b-button-tertiary-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);--b-button-tertiary-color: #394962;--b-button-tertiary-height: auto;--b-button-tertiary-padding: 0px;--b-button-tertiary-hover-background-color: #f3f6f9;--b-button-tertiary-hover-color: #394962;--b-button-tertiary-active-background-color: #eef1f5;--b-button-tertiary-active-color: #8d95a3;--b-button-tertiary-disabled-background-color: #dce0e5;--b-button-tertiary-disabled-color: #a5afbd;--b-button-tertiary-critical-background-color: #ffffff;--b-button-tertiary-critical-color: #e50000;--b-button-tertiary-critical-active-background-color: #fef5f5;--b-button-tertiary-critical-active-color: #e50000;--b-button-tertiary-critical-disabled-background-color: #ffffff;--b-button-tertiary-critical-disabled-color: #a5afbd;--b-button-tertiary-critical-hover-background-color: #ffffff;--b-button-tertiary-critical-hover-box-shadow: inset 0 0 0 1px #dce0e5, 0px 2px 4px rgba(0, 17, 44, .04), 0px 1px 2px rgba(0, 17, 44, .02);--b-button-tertiary-critical-hover-color: #e50000;--b-button-condensed-border-radius: 6px;--b-button-condensed-font-size: 13px;--b-button-condensed-line-height: 17px;--b-button-condensed-padding: 3.5px 8px;--b-button-condensed-icon-height: 10px;--b-button-condensed-icon-width: 10px;--b-button-condensed-tertiary-height: 24px;--b-button-condensed-tertiary-padding: 0px;--b-button-icon-only-padding: 10px;--b-button-icon-only-condensed-padding: 6px;--b-checkbox-description-color: #69778c;--b-checkbox-description-disabled-color: #8390a3;--b-checkbox-icon-color: #ffffff;--b-checkbox-icon-disabled-color: #69778c;--b-checkbox-label-disabled-color: #8390a3;--b-checkbox-outline-border-radius: 4px;--b-checkbox-outline-border-width: 1px;--b-checkbox-outline-top-offset: 0px;--b-checkbox-outline-checked-background-color: #0066ff;--b-checkbox-outline-checked-border-color: #0066ff;--b-checkbox-outline-checked-active-background-color: #0066ff;--b-checkbox-outline-checked-active-border-color: #dce0e5;--b-checkbox-outline-checked-disabled-background-color: #dce0e5;--b-checkbox-outline-checked-disabled-border-color: #dce0e5;--b-checkbox-outline-checked-hover-background-color: #0066ff;--b-checkbox-outline-checked-hover-border-color: #0048b3;--b-checkbox-outline-indeterminate-background-color: #0066ff;--b-checkbox-outline-indeterminate-border-color: #0066ff;--b-checkbox-outline-indeterminate-active-background-color: #0066ff;--b-checkbox-outline-indeterminate-active-border-color: #dce0e5;--b-checkbox-outline-indeterminate-disabled-background-color: #dce0e5;--b-checkbox-outline-indeterminate-disabled-border-color: #dce0e5;--b-checkbox-outline-indeterminate-hover-background-color: #0066ff;--b-checkbox-outline-indeterminate-hover-border-color: #0048b3;--b-checkbox-outline-unchecked-background-color: #ffffff;--b-checkbox-outline-unchecked-border-color: #dce0e5;--b-checkbox-outline-unchecked-active-background-color: #ffffff;--b-checkbox-outline-unchecked-active-border-color: #0066ff;--b-checkbox-outline-unchecked-disabled-background-color: #dce0e5;--b-checkbox-outline-unchecked-disabled-border-color: #dce0e5;--b-checkbox-outline-unchecked-hover-background-color: #ffffff;--b-checkbox-outline-unchecked-hover-border-color: #69778c;--b-checkbox-text-gap: 0px;--b-checkbox-text-margin-left: 8px;--b-data-grid-border-color: #dce0e5;--b-data-grid-border-radius: 8px;--b-data-grid-border-width: 1px;--b-data-grid-header-padding: 20px 24px;--b-data-grid-columns-border-color: #d1d5da;--b-data-grid-columns-border-width: 1px;--b-data-grid-column-background-color: #ffffff;--b-data-grid-column-border-color: rgba(0, 0, 0, 0);--b-data-grid-column-padding: 16px;--b-data-grid-column-color: #00112c;--b-data-grid-column-hover-background-color: #eeeff1;--b-data-grid-column-hover-sort-icon-color: #8d95a3;--b-data-grid-column-hover-border-left-color: #dce0e5;--b-data-grid-column-hover-border-right-color: #dce0e5;--b-data-grid-column-sort-padding: 0 0 0 8px;--b-data-grid-column-sort-icon-color: #a5afbd;--b-data-grid-column-sort-icon-margin-top: 2px;--b-data-grid-column-sort-icon-descending-icon-margin-top: 8px;--b-data-grid-column-seperator-color: #dce0e5;--b-data-grid-column-seperator-height: 100%;--b-data-grid-column-seperator-resizeable-hover-color: #d1d5da;--b-data-grid-column-height: 24px;--b-data-grid-row-background-color: #ffffff;--b-data-grid-row-border-color: #dce0e5;--b-data-grid-row-border-width: 1px;--b-data-grid-row-color: #00112c;--b-data-grid-row-hover-background-color: #f3f6f9;--b-data-grid-row-disabled-color: #8390a3;--b-data-grid-cell-padding: 16px 8px 16px 16px;--b-data-grid-cell-condensed-padding: 6px 16px;--b-data-grid-resizer-offset: -4px;--b-data-grid-resizer-width: 8px;--b-data-grid-footer-padding: 8px 0;--b-data-grid-pagination-border-color: #eeeff1;--b-data-grid-pagination-border-width: 1px;--b-data-grid-pagination-padding: 16px;--b-data-grid-filters-border-color: #eeeff1;--b-data-grid-filters-border-width: 1px;--b-data-grid-filters-padding: 20px 0 20px 24px;--b-input-field-label-color: #00112c;--b-input-field-label-margin-bottom: 8px;--b-input-field-input-box-color: #00112c;--b-input-field-input-box-border-color: #8d95a3;--b-input-field-input-box-border-radius: 8px;--b-input-field-input-box-height: 40px;--b-input-field-input-box-padding: 8px 16px;--b-input-field-input-box-hover-border-color: #00112c;--b-input-field-input-box-disabled-background-color: #eeeff1;--b-input-field-input-box-disabled-border-color: #eeeff1;--b-input-field-input-box-error-background-color: #e22d2d;--b-input-field-input-box-focus-border-color: #00112c;--b-input-field-input-color: #00112c;--b-input-field-input-disabled-background-color: #eeeff1;--b-input-field-input-disabled-color: #c0c5cc;--b-input-field-icons-background-color: #c0c5cc;--b-input-field-icons-margin-right: 12px;--b-input-field-static-value-background-color: #f3f6f9;--b-input-field-static-value-color: #00112c;--b-input-field-static-value-margin: 12px;--b-input-field-static-value-padding: 4px 6px;--b-input-field-static-value-border-radius: 4px;--b-input-field-static-value-disabled-background-color: #eeeff1;--b-input-field-static-value-disabled-color: #c0c5cc;--b-input-field-payment-method-margin-right: 12px;--b-input-field-description-color: #5c687c;--b-input-field-description-margin-top: 8px;--b-input-field-description-padding: 0;--b-input-field-description-error-color: #e22d2d;--b-input-radio-offset-top: 2px;--b-input-radio-border-radius: 12px;--b-input-radio-space-around-increase: 4px;--b-input-radio-unchecked-background-color: #ffffff;--b-input-radio-unchecked-border-color: #dce0e5;--b-input-radio-unchecked-hover-background-color: #ffffff;--b-input-radio-unchecked-hover-border-color: #8390a3;--b-input-radio-unchecked-active-background-color: #ffffff;--b-input-radio-unchecked-disabled-background-color: #dce0e5;--b-input-radio-unchecked-disabled-border-color: #dce0e5;--b-input-radio-checked-background-color: #00337f;--b-input-radio-checked-border-color: #69778c;--b-input-radio-checked-hover-background-color: #00337f;--b-input-radio-checked-hover-border-color: #00337f;--b-input-radio-checked-active-background-color: #00337f;--b-input-radio-checked-active-border-color: #00337f;--b-input-radio-checked-disabled-background-color: #dce0e5;--b-input-radio-checked-disabled-border-color: #dce0e5;--b-input-radio-description-padding: 12px;--b-input-radio-description-row-gap: 4px;--b-input-radio-label-font-color: #00112c;--b-input-radio-label-disabled-font-color: #8390a3;--b-input-radio-sub-label-font-color: #5c687c;--b-input-radio-knob-color: #ffffff;--b-input-radio-knob-offset: 4px;--b-input-radio-knob-size: 6px;--b-input-radio-knob-disabled-color: #8390a3;--b-link-border-radius: 2px;--b-link-color: #0066ff;--b-link-text-decoration: none;--b-link-hover-color: #0066ff;--b-link-hover-text-decoration: underline;--b-link-active-color: #0066ff;--b-loading-button-primary-active-background-color: #0048b3;--b-loading-button-primary-success-background-color: #0abf53;--b-loading-button-primary-success-color: #ffffff;--b-loading-button-primary-success-active-background-color: #0abf53;--b-loading-button-primary-success-disabled-background-color: #a5afbd;--b-loading-button-primary-success-disabled-color: #dce0e5;--b-loading-button-primary-success-hover-background-color: #0abf53;--b-loading-button-secondary-active-background-color: #ffffff;--b-loading-button-secondary-active-color: #a5afbd;--b-loading-button-secondary-success-background-color: #0abf53;--b-loading-button-secondary-success-border-color: rgba(0, 0, 0, 0);--b-loading-button-secondary-success-color: #ffffff;--b-loading-button-secondary-success-hover-background-color: #0abf53;--b-loading-button-secondary-success-hover-border-color: rgba(0, 0, 0, 0);--b-loading-button-secondary-success-hover-box-shadow: unset;--b-loading-button-secondary-success-hover-color: #ffffff;--b-loading-button-secondary-success-active-background-color: #0abf53;--b-loading-button-secondary-success-active-border-color: rgba(0, 0, 0, 0);--b-loading-button-secondary-success-disabled-background-color: #dce0e5;--b-loading-button-secondary-success-disabled-border-color: rgba(0, 0, 0, 0);--b-loading-button-secondary-success-disabled-color: #a5afbd;--b-loading-button-tertiary-active-background-color: #eef1f5;--b-loading-indicator-background-color: #dce0e5;--b-loading-indicator-color: #0048b3;--b-loading-indicator-height: 24px;--b-loading-indicator-width: 24px;--b-loading-indicator-small-border-width: 2px;--b-loading-indicator-small-height: 16px;--b-loading-indicator-small-width: 16px;--b-loading-indicator-large-border-width: 4px;--b-loading-indicator-large-height: 48px;--b-loading-indicator-large-width: 48px;--b-loading-indicator-inverse-background-color: #dce0e5;--b-loading-indicator-inverse-color: #0048b3;--b-pagination-context-margin: 0 12px;--b-pagination-controls-gap: 16px;--b-pagination-divider-border-color: #eeeff1;--b-pagination-divider-border-width: 1px;--b-pagination-divider-margin: 0 16px;--b-pagination-results-per-page-margin: 0 12px;--b-popover-background-color: #ffffff;--b-popover-border: 1px solid #dce0e5;--b-popover-border-radius: 4px;--b-popover-box-shadow: 0px 8px 8px rgba(0, 17, 44, .04), 0px 2px 4px rgba(0, 17, 44, .08);--b-popover-dismiss-button-on-image-icon-color: #ffffff;--b-popover-dismiss-button-on-image-icon-hovered-color: #00112c;--b-popover-dismiss-button-on-image-icon-active-color: #eeeff1;--b-popover-content-margin: 16px;--b-popover-header-margin: 12px 16px 0px 16px;--b-popover-header-title-column-gap: 8px;--b-popover-image-header-margin: 16px 16px 0px 16px;--b-popover-image-dismiss-icon-right: 16px;--b-popover-image-dismiss-icon-top: 16px;--b-popover-footer-margin: 0px 16px 12px 16px;--b-status-column-gap: 8px;--b-status-indicator-size: 12px;--b-status-indicator-blue-background-color: #0066ff;--b-status-indicator-green-background-color: #0abf53;--b-status-indicator-grey-background-color: #c0c5cc;--b-status-indicator-orange-background-color: #ff9500;--b-status-indicator-red-background-color: #e50000;--b-status-indicator-yellow-background-color: #f7bc00;--b-tag-padding: 0 8px;--b-tag-default-color: #394962;--b-tag-default-background-color: #dce0e5;--b-tag-blue-color: #0048b3;--b-tag-blue-background-color: #e5efff;--b-tag-green-color: #08a648;--b-tag-green-background-color: #e6f8ed;--b-tag-orange-color: #ff9500;--b-tag-orange-background-color: #fff4e5;--b-tag-red-color: #a10000;--b-tag-red-background-color: #fef5f5;--b-toggle-border-color: none;--b-toggle-handle-background-color: #ffffff;--b-toggle-handle-not-toggled-outline-color: #ffffff;--b-toggle-handle-not-toggled-outline-width: 0px;--b-toggle-handle-not-toggled-active-outline-color: #ffffff;--b-toggle-handle-not-toggled-active-outline-width: 0px;--b-toggle-handle-not-toggled-disabled-background-color: #8390a3;--b-toggle-handle-not-toggled-focus-outline-color: #ffffff;--b-toggle-handle-not-toggled-focus-outline-width: 0px;--b-toggle-handle-not-toggled-hover-outline-color: #0048b3;--b-toggle-handle-not-toggled-hover-outline-width: 1px;--b-toggle-handle-toggled-offset: 4px;--b-toggle-handle-toggled-outline-color: #ffffff;--b-toggle-handle-toggled-outline-width: 0px;--b-toggle-handle-toggled-active-outline-color: #0048b3;--b-toggle-handle-toggled-active-outline-width: 1px;--b-toggle-handle-toggled-disabled-background-color: #8390a3;--b-toggle-handle-toggled-focus-outline-color: #0048b3;--b-toggle-handle-toggled-focus-outline-width: 1px;--b-toggle-handle-toggled-hover-outline-color: #0048b3;--b-toggle-handle-toggled-hover-outline-width: 1px;--b-toggle-track-padding: 2px;--b-toggle-track-icon-display: none;--b-toggle-track-not-toggled-background-color: #a5afbd;--b-toggle-track-not-toggled-active-background-color: #a5afbd;--b-toggle-track-not-toggled-disabled-background-color: #dce0e5;--b-toggle-track-not-toggled-focus-background-color: #a5afbd;--b-toggle-track-not-toggled-hover-background-color: #a5afbd;--b-toggle-track-not-toggled-hover-border-color: #0048b3;--b-toggle-track-toggled-background-color: #0066ff;--b-toggle-track-toggled-active-background-color: #0066ff;--b-toggle-track-toggled-disabled-background-color: #dce0e5;--b-toggle-track-toggled-hover-background-color: #0066ff;--b-toggle-label-padding: 10px;--b-toggle-sub-label-color: #707070;--b-toggle-sub-label-padding: 4px;--b-tooltip-background-color: #20304c;--b-tooltip-border-radius: 4px;--b-tooltip-color: #ffffff;--b-tooltip-max-width: 400px;--b-tooltip-padding: 4px 8px;--b-border-radius-xs: 2px;--b-border-radius-s: 4px;--b-border-radius-m: 8px;--b-border-radius-l: 12px;--b-border-radius-xl: 24px;--b-border-width-s: 1px;--b-border-width-m: 2px;--b-border-width-l: 3px;--b-font-size-13: 13px;--b-font-size-15: 15px;--b-font-size-21: 21px;--b-font-size-30: 30px;--b-font-size-45: 45px;--b-font-size-100: 12px;--b-font-size-200: 14px;--b-font-size-300: 16px;--b-font-size-400: 18px;--b-font-size-500: 20px;--b-font-size-600: 24px;--b-font-size-700: 32px;--b-font-size-small: 13px;--b-font-size-regular: 15px;--b-font-size-medium: 21px;--b-font-size-large: 30px;--b-font-size-xlarge: 45px;--b-font-weight-100: 100;--b-font-weight-200: 200;--b-font-weight-300: 300;--b-font-weight-400: 400;--b-font-weight-500: 500;--b-font-weight-600: 600;--b-font-weight-700: 700;--b-font-weight-800: 800;--b-font-weight-thin: 100;--b-font-weight-regular: 400;--b-font-weight-medium: 500;--b-font-weight-semi-bold: 600;--b-font-family-primary: Fakt, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--b-font-family-secondary: Inter, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--b-line-height-100: 18px;--b-line-height-200: 20px;--b-line-height-300: 24px;--b-line-height-400: 26px;--b-line-height-500: 28px;--b-line-height-600: 30px;--b-line-height-700: 34px;--b-line-height-800: 44px;--b-letter-spacing-100: 2%;--b-letter-spacing-200: 1.5%;--b-letter-spacing-300: 1%;--b-letter-spacing-400: .5%;--b-letter-spacing-600: -1%;--b-letter-spacing-700: -1.5%;--b-letter-spacing-800: -2%;--b-letter-spacing-000: 0;--b-media-query-xs-min: 0px;--b-media-query-xs-max: 374px;--b-media-query-s-min: 375px;--b-media-query-s-max: 499px;--b-media-query-m-min: 500px;--b-media-query-m-max: 767px;--b-media-query-l-min: 768px;--b-media-query-l-max: 1279px;--b-media-query-xl-min: 1280px;--b-media-query-xl-max: 1919px;--b-media-query-xxl: 1920px;--b-shadow-low: 0px 2px 4px rgba(0, 17, 44, .04), 0px 1px 2px rgba(0, 17, 44, .02);--b-shadow-medium: 0px 6px 12px rgba(0, 17, 44, .08), 0px 2px 4px rgba(0, 17, 44, .04);--b-shadow-high: 0px 18px 36px rgba(0, 17, 44, .12), 0px 4px 8px rgba(0, 17, 44, .06);--b-shadow-low-border: 0px 2px 4px rgba(0, 17, 44, .04), 0px 1px 2px rgba(0, 17, 44, .02), 0px 0px 0px 1px rgba(0, 17, 44, .06);--b-shadow-medium-border: 0px 6px 12px rgba(0, 17, 44, .08), 0px 2px 4px rgba(0, 17, 44, .04), 0px 0px 0px 1px rgba(0, 17, 44, .06);--b-shadow-high-border: 0px 18px 36px rgba(0, 17, 44, .12), 0px 4px 8px rgba(0, 17, 44, .06), 0px 0px 0px 1px rgba(0, 17, 44, .06);--b-spacer-100: 32px;--b-spacer-110: 40px;--b-spacer-120: 48px;--b-spacer-130: 56px;--b-spacer-140: 64px;--b-spacer-000: 0px;--b-spacer-010: 2px;--b-spacer-020: 4px;--b-spacer-030: 6px;--b-spacer-040: 8px;--b-spacer-050: 10px;--b-spacer-060: 12px;--b-spacer-070: 16px;--b-spacer-080: 20px;--b-spacer-090: 24px}
|
|
7
|
+
`, pe = (t) => {
|
|
8
|
+
const e = JSON.stringify(t == null ? void 0 : t.trim());
|
|
9
|
+
try {
|
|
10
|
+
if (typeof document < "u") {
|
|
11
|
+
const o = document.createElement("style");
|
|
12
|
+
o.appendChild(document.createTextNode(e)), document.head.appendChild(o);
|
|
13
|
+
}
|
|
14
|
+
} catch (o) {
|
|
15
|
+
console.error("css vars injection error", o);
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
var gt = /* @__PURE__ */ ((t) => (t.LEGACY = "b-legacy-theme", t.BENTO = "", t))(gt || {});
|
|
19
|
+
const ft = () => {
|
|
20
|
+
document.body.classList.add(
|
|
21
|
+
"b-legacy-theme"
|
|
22
|
+
/* LEGACY */
|
|
23
|
+
);
|
|
24
|
+
}, vt = (t, e) => {
|
|
25
|
+
(e == null ? void 0 : e.theme) === "b-legacy-theme" ? (ft(), pe(pt)) : pe(ut);
|
|
26
|
+
}, qn = {
|
|
27
|
+
install: vt
|
|
28
|
+
};
|
|
29
|
+
var T = /* @__PURE__ */ ((t) => (t.PRIMARY = "primary", t.SECONDARY = "secondary", t.TERTIARY = "tertiary", t))(T || {}), Z = /* @__PURE__ */ ((t) => (t.CONDENSED = "condensed", t.GROUPED = "grouped", t.DESTRUCTIVE = "critical", t.ICON_ONLY = "icon-only", t))(Z || {}), _ = /* @__PURE__ */ ((t) => (t.CAPTION = "caption", t.BODY = "body", t.SUBTITLE = "subtitle", t.TITLE = "title", t))(_ || {}), I = /* @__PURE__ */ ((t) => (t.WIDE = "wide", t.STRONGER = "stronger", t.STRONGER_WIDE = "stronger-wide", t.STRONGEST = "strongest", t.STRONGEST_WIDE = "strongest-wide", t.MEDIUM = "m", t.LARGE = "l", t.MOBILE = "mobile", t))(I || {}), w = /* @__PURE__ */ ((t) => (t.H1 = "h1", t.H2 = "h2", t.H3 = "h3", t.H4 = "h4", t.H5 = "h5", t.H6 = "h6", t.DIV = "div", t.PARAGRAPH = "p", t.SPAN = "span", t))(w || {});
|
|
30
|
+
const _t = m({
|
|
31
|
+
name: "bento-typography",
|
|
32
|
+
inheritAttrs: !0,
|
|
33
|
+
props: {
|
|
34
|
+
/**
|
|
35
|
+
* Sets the HTML DOM element.
|
|
36
|
+
* @values h1, h2, h3, h4, h5, h6, div, p, span
|
|
37
|
+
*/
|
|
38
|
+
el: {
|
|
39
|
+
type: String,
|
|
40
|
+
default: w.PARAGRAPH,
|
|
41
|
+
validator: (t) => Object.values(w).includes(t)
|
|
42
|
+
},
|
|
43
|
+
/**
|
|
44
|
+
* Adds the stronger class modifier.
|
|
45
|
+
* Applicable to Caption, Body and Subtitle variants.
|
|
46
|
+
*/
|
|
47
|
+
stronger: {
|
|
48
|
+
type: Boolean,
|
|
49
|
+
default: !1
|
|
50
|
+
},
|
|
51
|
+
/**
|
|
52
|
+
* Adds the strongest class modifier.
|
|
53
|
+
* Applicable to Caption, Body and Subtitle variants.
|
|
54
|
+
*/
|
|
55
|
+
strongest: {
|
|
56
|
+
type: Boolean,
|
|
57
|
+
default: !1
|
|
58
|
+
},
|
|
59
|
+
/**
|
|
60
|
+
* Sets the type of typography variant.
|
|
61
|
+
* @values caption, body, subtitle, title.
|
|
62
|
+
*/
|
|
63
|
+
variant: {
|
|
64
|
+
type: String,
|
|
65
|
+
default: _.BODY,
|
|
66
|
+
validator: (t) => Object.values(_).includes(t)
|
|
67
|
+
},
|
|
68
|
+
/**
|
|
69
|
+
* Adds the medium class modifier.
|
|
70
|
+
* Applicable to the Title variant.
|
|
71
|
+
*/
|
|
72
|
+
medium: {
|
|
73
|
+
type: Boolean,
|
|
74
|
+
default: !1
|
|
75
|
+
},
|
|
76
|
+
/**
|
|
77
|
+
* Adds the large class modifier.
|
|
78
|
+
* Applicable to the Title variant.
|
|
79
|
+
*/
|
|
80
|
+
large: {
|
|
81
|
+
type: Boolean,
|
|
82
|
+
default: !1
|
|
83
|
+
},
|
|
84
|
+
/**
|
|
85
|
+
* Adds the medium class modifier.
|
|
86
|
+
* Applicable to tje Body variant.
|
|
87
|
+
*/
|
|
88
|
+
wide: {
|
|
89
|
+
type: Boolean,
|
|
90
|
+
default: !1
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
setup(t) {
|
|
94
|
+
return {
|
|
95
|
+
conditionalClasses: l(() => ({
|
|
96
|
+
// Caption
|
|
97
|
+
[`b-typography--${_.CAPTION}`]: t.variant === _.CAPTION,
|
|
98
|
+
[`b-typography--${_.CAPTION}-${I.WIDE}`]: t.variant === _.CAPTION && t.wide,
|
|
99
|
+
[`b-typography--${_.CAPTION}-${I.STRONGER}`]: t.variant === _.CAPTION && t.stronger,
|
|
100
|
+
// Body
|
|
101
|
+
[`b-typography--${_.BODY}`]: t.variant === _.BODY,
|
|
102
|
+
[`b-typography--${_.BODY}-${I.WIDE}`]: t.variant === _.BODY && t.wide,
|
|
103
|
+
[`b-typography--${_.BODY}-${I.STRONGER}`]: t.variant === _.BODY && t.stronger,
|
|
104
|
+
[`b-typography--${_.BODY}-${I.STRONGEST}`]: t.variant === _.BODY && t.strongest,
|
|
105
|
+
// Subtitle
|
|
106
|
+
[`b-typography--${_.SUBTITLE}`]: t.variant === _.SUBTITLE,
|
|
107
|
+
[`b-typography--${_.SUBTITLE}-${I.STRONGER}`]: t.variant === _.SUBTITLE && t.stronger,
|
|
108
|
+
// Title
|
|
109
|
+
[`b-typography--${_.TITLE}`]: t.variant === _.TITLE && !t.medium && !t.large,
|
|
110
|
+
[`b-typography--${_.TITLE}-${I.MEDIUM}`]: t.variant === _.TITLE && t.medium,
|
|
111
|
+
[`b-typography--${_.TITLE}-${I.LARGE}`]: t.variant === _.TITLE && t.large
|
|
112
|
+
}))
|
|
113
|
+
};
|
|
114
|
+
}
|
|
115
|
+
});
|
|
116
|
+
function u(t, e, o, r, a, i, n, s) {
|
|
117
|
+
var c = typeof t == "function" ? t.options : t;
|
|
118
|
+
e && (c.render = e, c.staticRenderFns = o, c._compiled = !0), r && (c.functional = !0), i && (c._scopeId = "data-v-" + i);
|
|
119
|
+
var d;
|
|
120
|
+
if (n ? (d = function(f) {
|
|
121
|
+
f = f || // cached call
|
|
122
|
+
this.$vnode && this.$vnode.ssrContext || // stateful
|
|
123
|
+
this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !f && typeof __VUE_SSR_CONTEXT__ < "u" && (f = __VUE_SSR_CONTEXT__), a && a.call(this, f), f && f._registeredComponents && f._registeredComponents.add(n);
|
|
124
|
+
}, c._ssrRegister = d) : a && (d = s ? function() {
|
|
125
|
+
a.call(
|
|
126
|
+
this,
|
|
127
|
+
(c.functional ? this.parent : this).$root.$options.shadowRoot
|
|
128
|
+
);
|
|
129
|
+
} : a), d)
|
|
130
|
+
if (c.functional) {
|
|
131
|
+
c._injectStyles = d;
|
|
132
|
+
var g = c.render;
|
|
133
|
+
c.render = function(b, v) {
|
|
134
|
+
return d.call(v), g(b, v);
|
|
135
|
+
};
|
|
136
|
+
} else {
|
|
137
|
+
var h = c.beforeCreate;
|
|
138
|
+
c.beforeCreate = h ? [].concat(h, d) : [d];
|
|
139
|
+
}
|
|
140
|
+
return {
|
|
141
|
+
exports: t,
|
|
142
|
+
options: c
|
|
143
|
+
};
|
|
144
|
+
}
|
|
145
|
+
var ht = function() {
|
|
146
|
+
var e = this, o = e._self._c;
|
|
147
|
+
return e._self._setupProxy, o(e.el, { tag: "component", staticClass: "b-typography", class: e.conditionalClasses, attrs: { "data-testid": "typography" } }, [e._t("default")], 2);
|
|
148
|
+
}, mt = [], yt = /* @__PURE__ */ u(
|
|
149
|
+
_t,
|
|
150
|
+
ht,
|
|
151
|
+
mt,
|
|
152
|
+
!1,
|
|
153
|
+
null,
|
|
154
|
+
"9eb470a5",
|
|
155
|
+
null,
|
|
156
|
+
null
|
|
157
|
+
);
|
|
158
|
+
const P = yt.exports, xt = m({
|
|
159
|
+
name: "bento-button",
|
|
160
|
+
components: { BentoTypography: P },
|
|
161
|
+
inheritAttrs: !1,
|
|
162
|
+
props: {
|
|
163
|
+
/**
|
|
164
|
+
* Disables button functonality
|
|
165
|
+
*/
|
|
166
|
+
disabled: {
|
|
167
|
+
type: Boolean,
|
|
168
|
+
default: !1
|
|
169
|
+
},
|
|
170
|
+
/**
|
|
171
|
+
* Displays button as critical
|
|
172
|
+
*/
|
|
173
|
+
critical: {
|
|
174
|
+
type: Boolean,
|
|
175
|
+
default: !1
|
|
176
|
+
},
|
|
177
|
+
/**
|
|
178
|
+
* The default behavior of the button.
|
|
179
|
+
* Possible values are: 'button', 'reset', 'submit'
|
|
180
|
+
*/
|
|
181
|
+
type: {
|
|
182
|
+
type: String,
|
|
183
|
+
default: "type"
|
|
184
|
+
},
|
|
185
|
+
/**
|
|
186
|
+
* Reduces sizing of button
|
|
187
|
+
*/
|
|
188
|
+
condensed: {
|
|
189
|
+
type: Boolean,
|
|
190
|
+
default: !1
|
|
191
|
+
},
|
|
192
|
+
/**
|
|
193
|
+
* Types of flavour of Button
|
|
194
|
+
* @values primary, secondary, tertiary
|
|
195
|
+
*/
|
|
196
|
+
variant: {
|
|
197
|
+
type: String,
|
|
198
|
+
default: T.PRIMARY,
|
|
199
|
+
validator: (t) => Object.values(T).includes(t)
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
data: () => ({ BentoTypographyElement: w, BentoTypographyVariant: _ }),
|
|
203
|
+
computed: {
|
|
204
|
+
ariaLabel() {
|
|
205
|
+
var t, e, o;
|
|
206
|
+
return (o = (e = (t = this.$slots) == null ? void 0 : t.default) == null ? void 0 : e[0]) == null ? void 0 : o.text;
|
|
207
|
+
},
|
|
208
|
+
conditionalClasses() {
|
|
209
|
+
var t;
|
|
210
|
+
return {
|
|
211
|
+
...this.variantClass,
|
|
212
|
+
[`b-button--${Z.CONDENSED}`]: this.condensed,
|
|
213
|
+
[`b-button--${Z.ICON_ONLY}`]: !((t = this.$slots) != null && t.default)
|
|
214
|
+
};
|
|
215
|
+
},
|
|
216
|
+
variantClass() {
|
|
217
|
+
return {
|
|
218
|
+
[`b-button--${this.variant}${this.critical ? `-${Z.DESTRUCTIVE}` : ""}`]: !0
|
|
219
|
+
};
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
methods: {
|
|
223
|
+
onClickButton() {
|
|
224
|
+
this.disabled || this.$emit("click");
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
});
|
|
228
|
+
var kt = function() {
|
|
229
|
+
var e = this, o = e._self._c;
|
|
230
|
+
return e._self._setupProxy, o("button", { staticClass: "b-button", class: e.conditionalClasses, attrs: { disabled: e.disabled, type: e.type, "aria-label": e.ariaLabel }, on: { click: e.onClickButton } }, [e.$slots.iconLeft ? o("span", { staticClass: "b-button__icon-left", attrs: { "data-testid": "icon-button-left" } }, [e._t("iconLeft")], 2) : e._e(), e.$slots.default ? o("bento-typography", { staticClass: "b-button__label", attrs: { el: e.BentoTypographyElement.SPAN, variant: e.BentoTypographyVariant.BODY, stronger: "" } }, [e._t("default")], 2) : e._e(), e.$slots.iconRight ? o("span", { staticClass: "b-button__icon-right", attrs: { "data-testid": "icon-button-right" } }, [e._t("iconRight")], 2) : e._e()], 1);
|
|
231
|
+
}, wt = [], Ct = /* @__PURE__ */ u(
|
|
232
|
+
xt,
|
|
233
|
+
kt,
|
|
234
|
+
wt,
|
|
235
|
+
!1,
|
|
236
|
+
null,
|
|
237
|
+
"5b6b0e81",
|
|
238
|
+
null,
|
|
239
|
+
null
|
|
240
|
+
);
|
|
241
|
+
const A = Ct.exports;
|
|
242
|
+
const St = {};
|
|
243
|
+
var $t = function() {
|
|
244
|
+
var e = this, o = e._self._c;
|
|
245
|
+
return o("div", { staticClass: "b-button-group" }, [e._t("default")], 2);
|
|
246
|
+
}, Tt = [], Pt = /* @__PURE__ */ u(
|
|
247
|
+
St,
|
|
248
|
+
$t,
|
|
249
|
+
Tt,
|
|
250
|
+
!1,
|
|
251
|
+
null,
|
|
252
|
+
"08f9732c",
|
|
253
|
+
null,
|
|
254
|
+
null
|
|
255
|
+
);
|
|
256
|
+
const Ot = Pt.exports;
|
|
257
|
+
var W = /* @__PURE__ */ ((t) => (t.BUTTONS_END = "buttons-end", t.FILL_CONTAINER = "fill-container", t.SPACE_BETWEEN = "space-between", t.VERTICAL_STACK = "vertical-stack", t))(W || {});
|
|
258
|
+
const It = m({
|
|
259
|
+
name: "bento-button-actions",
|
|
260
|
+
components: { BentoButton: A },
|
|
261
|
+
inheritAttrs: !1,
|
|
262
|
+
props: {
|
|
263
|
+
/**
|
|
264
|
+
* List of actions that will be used to render the buttons.
|
|
265
|
+
* First element in the list will be rendered as "primary".
|
|
266
|
+
* All elements after the first will be rendered as "secondary".
|
|
267
|
+
*
|
|
268
|
+
* Each object in the list should have a `title`, an `event` and
|
|
269
|
+
* (optional) a Vue `icon` from the library `@adyen/ui-assets-icons-16`.
|
|
270
|
+
*
|
|
271
|
+
* `title`: Button's text.
|
|
272
|
+
*
|
|
273
|
+
* `event`: Event triggered when clicking the Button.
|
|
274
|
+
*
|
|
275
|
+
* `icon`: Vue Icon from the library `@adyen/ui-assets-icons-16`.
|
|
276
|
+
*
|
|
277
|
+
* ```
|
|
278
|
+
* [{
|
|
279
|
+
* title: 'Primary',
|
|
280
|
+
* event: () => { ... },
|
|
281
|
+
* icon: FourPeopleIcon
|
|
282
|
+
* }, {
|
|
283
|
+
* title: 'Secondary',
|
|
284
|
+
* event: () => { ... }
|
|
285
|
+
* }]
|
|
286
|
+
* ```
|
|
287
|
+
*/
|
|
288
|
+
actions: {
|
|
289
|
+
type: Array,
|
|
290
|
+
required: !0
|
|
291
|
+
},
|
|
292
|
+
/**
|
|
293
|
+
* Defines the layout in which the button actions is presented.
|
|
294
|
+
* It can be one of:
|
|
295
|
+
*
|
|
296
|
+
* @values BUTTONS_END
|
|
297
|
+
* @values FILL_CONTAINER
|
|
298
|
+
* @values SPACE_BETWEEN
|
|
299
|
+
* @values VERTICAL_STACK
|
|
300
|
+
*/
|
|
301
|
+
layout: {
|
|
302
|
+
type: String,
|
|
303
|
+
default: W.BUTTONS_END,
|
|
304
|
+
validator: (t) => Object.values(W).includes(t)
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
setup(t) {
|
|
308
|
+
const e = l(() => t.actions.slice().reverse()), o = (a) => {
|
|
309
|
+
const i = t.actions.length - 1;
|
|
310
|
+
return a === i ? T.PRIMARY : T.SECONDARY;
|
|
311
|
+
};
|
|
312
|
+
return {
|
|
313
|
+
// Values
|
|
314
|
+
conditionalClasses: l(() => ({
|
|
315
|
+
[`b-button-actions--${t.layout}`]: !0
|
|
316
|
+
})),
|
|
317
|
+
reversedActionsList: e,
|
|
318
|
+
// Methods
|
|
319
|
+
generateButtonVariantByIndex: o
|
|
320
|
+
};
|
|
321
|
+
}
|
|
322
|
+
});
|
|
323
|
+
var Lt = function() {
|
|
324
|
+
var e = this, o = e._self._c;
|
|
325
|
+
return e._self._setupProxy, o("div", { staticClass: "b-button-actions", class: e.conditionalClasses, attrs: { role: "group" } }, [e._l(e.reversedActionsList, function(r, a) {
|
|
326
|
+
return [o("bento-button", { key: a, attrs: { variant: e.generateButtonVariantByIndex(a) }, on: { click: r.event }, scopedSlots: e._u([r.icon ? { key: "iconLeft", fn: function() {
|
|
327
|
+
return [o(r.icon, { tag: "component", attrs: { "svg-title": r.title } })];
|
|
328
|
+
}, proxy: !0 } : null], null, !0) }, [e._v(" " + e._s(r.title) + " ")])];
|
|
329
|
+
})], 2);
|
|
330
|
+
}, At = [], Rt = /* @__PURE__ */ u(
|
|
331
|
+
It,
|
|
332
|
+
Lt,
|
|
333
|
+
At,
|
|
334
|
+
!1,
|
|
335
|
+
null,
|
|
336
|
+
"93631f0a",
|
|
337
|
+
null,
|
|
338
|
+
null
|
|
339
|
+
);
|
|
340
|
+
const Et = Rt.exports;
|
|
341
|
+
var L = /* @__PURE__ */ ((t) => (t.START = "start", t.LOADING = "loading", t.SUCCESS = "success", t.FAIL = "fail", t))(L || {}), M = /* @__PURE__ */ ((t) => (t.START = "loading-start", t.END = "loading-end", t))(M || {});
|
|
342
|
+
const Dt = m({
|
|
343
|
+
name: "bento-loading-indicator",
|
|
344
|
+
inheritAttrs: !1,
|
|
345
|
+
props: {
|
|
346
|
+
/**
|
|
347
|
+
* Displays the loading indicator in a small size
|
|
348
|
+
*/
|
|
349
|
+
small: { type: Boolean, default: !1 },
|
|
350
|
+
/**
|
|
351
|
+
* Displays the loading indicator in a large size
|
|
352
|
+
*/
|
|
353
|
+
large: { type: Boolean, default: !1 },
|
|
354
|
+
/**
|
|
355
|
+
* Displays the loading indicator in a small size
|
|
356
|
+
*/
|
|
357
|
+
inverse: { type: Boolean, default: !1 }
|
|
358
|
+
},
|
|
359
|
+
emits: [M.START, M.END],
|
|
360
|
+
setup(t, { emit: e }) {
|
|
361
|
+
return ze(() => e(M.START)), it(() => e(M.END)), {
|
|
362
|
+
conditionalClasses: l(() => ({
|
|
363
|
+
"b-loading-indicator--inverse": t.inverse,
|
|
364
|
+
"b-loading-indicator--small": t.small,
|
|
365
|
+
"b-loading-indicator--large": t.large
|
|
366
|
+
}))
|
|
367
|
+
};
|
|
368
|
+
}
|
|
369
|
+
});
|
|
370
|
+
var Nt = function() {
|
|
371
|
+
var e = this, o = e._self._c;
|
|
372
|
+
return e._self._setupProxy, o("div", { staticClass: "b-loading-indicator", class: e.conditionalClasses, attrs: { "aria-hidden": "true", "data-testid": "loading-indicator" } });
|
|
373
|
+
}, Bt = [], Ft = /* @__PURE__ */ u(
|
|
374
|
+
Dt,
|
|
375
|
+
Nt,
|
|
376
|
+
Bt,
|
|
377
|
+
!1,
|
|
378
|
+
null,
|
|
379
|
+
"a2e77034",
|
|
380
|
+
null,
|
|
381
|
+
null
|
|
382
|
+
);
|
|
383
|
+
const zt = Ft.exports;
|
|
384
|
+
let ge = 0;
|
|
385
|
+
const Ut = {
|
|
386
|
+
beforeCreate() {
|
|
387
|
+
this.uuid = ge.toString(), ge += 1;
|
|
388
|
+
}
|
|
389
|
+
};
|
|
390
|
+
var Mt = function() {
|
|
391
|
+
var e = this, o = e._self._c;
|
|
392
|
+
return o("svg", e._b({ attrs: { role: "img", xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none" } }, "svg", e.$attrs, !1), [e.$attrs["svg-title"] ? o("title", [e._v(e._s(e.$attrs["svg-title"]))]) : e._e(), o("g", { attrs: { "clip-path": "url(#uia-icons-16-cross_circle_fill__a" + e.uuid + ")" } }, [o("path", { attrs: { fill: "#00112C", "fill-rule": "evenodd", d: "M0.25 8C0.25 3.71979 3.71979 0.25 8 0.25C12.2802 0.25 15.75 3.71979 15.75 8C15.75 12.2802 12.2802 15.75 8 15.75C3.71979 15.75 0.25 12.2802 0.25 8ZM5.46967 5.46967C5.76256 5.17678 6.23744 5.17678 6.53033 5.46967L8 6.93934L9.46967 5.46967C9.76256 5.17678 10.2374 5.17678 10.5303 5.46967C10.8232 5.76256 10.8232 6.23744 10.5303 6.53033L9.06066 8L10.5303 9.46967C10.8232 9.76256 10.8232 10.2374 10.5303 10.5303C10.2374 10.8232 9.76256 10.8232 9.46967 10.5303L8 9.06066L6.53033 10.5303C6.23744 10.8232 5.76256 10.8232 5.46967 10.5303C5.17678 10.2374 5.17678 9.76256 5.46967 9.46967L6.93934 8L5.46967 6.53033C5.17678 6.23744 5.17678 5.76256 5.46967 5.46967Z", "clip-rule": "evenodd" } })]), o("defs", [o("clipPath", { attrs: { id: "uia-icons-16-cross_circle_fill__a" + e.uuid } }, [o("rect", { attrs: { width: "16", height: "16", fill: "#fff" } })])])]);
|
|
393
|
+
}, Vt = [], Wt = /* @__PURE__ */ u(
|
|
394
|
+
Ut,
|
|
395
|
+
Mt,
|
|
396
|
+
Vt,
|
|
397
|
+
!1,
|
|
398
|
+
null,
|
|
399
|
+
"d287ffae",
|
|
400
|
+
null,
|
|
401
|
+
null
|
|
402
|
+
);
|
|
403
|
+
const Ue = Wt.exports;
|
|
404
|
+
let fe = 0;
|
|
405
|
+
const qt = {
|
|
406
|
+
beforeCreate() {
|
|
407
|
+
this.uuid = fe.toString(), fe += 1;
|
|
408
|
+
}
|
|
409
|
+
};
|
|
410
|
+
var Gt = function() {
|
|
411
|
+
var e = this, o = e._self._c;
|
|
412
|
+
return o("svg", e._b({ attrs: { role: "img", xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none" } }, "svg", e.$attrs, !1), [e.$attrs["svg-title"] ? o("title", [e._v(e._s(e.$attrs["svg-title"]))]) : e._e(), o("g", { attrs: { "clip-path": "url(#uia-icons-16-checkmark_circle_fill__a" + e.uuid + ")" } }, [o("path", { attrs: { fill: "#00112C", "fill-rule": "evenodd", d: "M0.249878 7.99988C0.249878 3.71967 3.71967 0.249878 7.99988 0.249878C12.2801 0.249878 15.7499 3.71967 15.7499 7.99988C15.7499 12.2801 12.2801 15.7499 7.99988 15.7499C3.71967 15.7499 0.249878 12.2801 0.249878 7.99988ZM11.5302 5.46955C11.8231 5.76244 11.8231 6.23731 11.5302 6.53021L7.53021 10.5302C7.27393 10.7865 6.87832 10.8185 6.5872 10.6263C6.54561 10.5989 6.50565 10.5663 6.46904 10.5297L4.46955 8.53021C4.17665 8.23732 4.17665 7.76244 4.46955 7.46955C4.76244 7.17665 5.23731 7.17665 5.53021 7.46955L6.99988 8.93922L10.4695 5.46955C10.7624 5.17665 11.2373 5.17665 11.5302 5.46955Z", "clip-rule": "evenodd" } })]), o("defs", [o("clipPath", { attrs: { id: "uia-icons-16-checkmark_circle_fill__a" + e.uuid } }, [o("rect", { attrs: { width: "16", height: "16", fill: "#fff" } })])])]);
|
|
413
|
+
}, Yt = [], Ht = /* @__PURE__ */ u(
|
|
414
|
+
qt,
|
|
415
|
+
Gt,
|
|
416
|
+
Yt,
|
|
417
|
+
!1,
|
|
418
|
+
null,
|
|
419
|
+
"f497be72",
|
|
420
|
+
null,
|
|
421
|
+
null
|
|
422
|
+
);
|
|
423
|
+
const jt = Ht.exports, Zt = m({
|
|
424
|
+
name: "bento-loading-button",
|
|
425
|
+
components: { BentoButton: A, Cross: Ue, Checkmark: jt, BentoLoadingIndicator: zt },
|
|
426
|
+
inheritAttrs: !1,
|
|
427
|
+
props: {
|
|
428
|
+
/**
|
|
429
|
+
* Reduces sizing of button
|
|
430
|
+
*/
|
|
431
|
+
condensed: {
|
|
432
|
+
type: A.props.condensed.type,
|
|
433
|
+
default: !1
|
|
434
|
+
},
|
|
435
|
+
/**
|
|
436
|
+
* Disables button functonality
|
|
437
|
+
*/
|
|
438
|
+
disabled: {
|
|
439
|
+
type: A.props.disabled.type,
|
|
440
|
+
default: !1
|
|
441
|
+
},
|
|
442
|
+
/**
|
|
443
|
+
* State of the button.
|
|
444
|
+
* @values start, loading, success, fail
|
|
445
|
+
*/
|
|
446
|
+
state: {
|
|
447
|
+
type: String,
|
|
448
|
+
default: L.START,
|
|
449
|
+
validator: (t) => Object.values(L).includes(t)
|
|
450
|
+
},
|
|
451
|
+
/**
|
|
452
|
+
* Types of flavour of Button
|
|
453
|
+
* @values primary, secondary, tertiary
|
|
454
|
+
*/
|
|
455
|
+
variant: {
|
|
456
|
+
type: A.props.variant.type,
|
|
457
|
+
default: T.PRIMARY,
|
|
458
|
+
validator: A.props.variant.validator
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
setup(t, { emit: e }) {
|
|
462
|
+
const o = l(() => ({
|
|
463
|
+
[`b-loading-button--${t.variant}-${L.LOADING}`]: t.state === L.LOADING && !t.disabled,
|
|
464
|
+
[`b-loading-button--${t.variant}-${L.SUCCESS}`]: t.state === L.SUCCESS
|
|
465
|
+
})), r = l(() => t.variant === T.PRIMARY);
|
|
466
|
+
return {
|
|
467
|
+
// Enums
|
|
468
|
+
BentoLoadingButtonState: L,
|
|
469
|
+
// Functions
|
|
470
|
+
onClick: () => {
|
|
471
|
+
t.state !== L.LOADING && e("click");
|
|
472
|
+
},
|
|
473
|
+
// Values
|
|
474
|
+
conditionalClasses: o,
|
|
475
|
+
isInverseLoadingIndicator: r
|
|
476
|
+
};
|
|
477
|
+
}
|
|
478
|
+
});
|
|
479
|
+
var Xt = function() {
|
|
480
|
+
var e = this, o = e._self._c;
|
|
481
|
+
return e._self._setupProxy, o("div", { staticClass: "b-loading-button", class: e.conditionalClasses, attrs: { "data-testid": "loading-button" } }, [o("bento-button", { attrs: { critical: e.state === e.BentoLoadingButtonState.FAIL, variant: e.variant, condensed: e.condensed, disabled: e.disabled }, on: { click: e.onClick }, scopedSlots: e._u([e.state !== e.BentoLoadingButtonState.START ? { key: "iconLeft", fn: function() {
|
|
482
|
+
return [o("span", { staticClass: "b-loading-button__icon", attrs: { "data-testid": "loading-button-rotating-icon" } }, [e.state === e.BentoLoadingButtonState.FAIL ? o("cross", { attrs: { "svg-title": "failed" } }) : e.state === e.BentoLoadingButtonState.SUCCESS ? o("checkmark", { attrs: { "svg-title": "succeded" } }) : e.state === e.BentoLoadingButtonState.LOADING ? o("bento-loading-indicator", { attrs: { small: "", inverse: e.isInverseLoadingIndicator } }) : e._e()], 1)];
|
|
483
|
+
}, proxy: !0 } : null], null, !0) }, [e._t("default")], 2)], 1);
|
|
484
|
+
}, Jt = [], Kt = /* @__PURE__ */ u(
|
|
485
|
+
Zt,
|
|
486
|
+
Xt,
|
|
487
|
+
Jt,
|
|
488
|
+
!1,
|
|
489
|
+
null,
|
|
490
|
+
"faba320b",
|
|
491
|
+
null,
|
|
492
|
+
null
|
|
493
|
+
);
|
|
494
|
+
const Gn = Kt.exports, ve = /* @__PURE__ */ new WeakMap(), Qt = /* @__PURE__ */ new WeakMap(), eo = (t, e) => {
|
|
495
|
+
if (!window.ResizeObserver)
|
|
496
|
+
return;
|
|
497
|
+
const o = t instanceof G ? t.$el : t, r = new ResizeObserver(([a]) => {
|
|
498
|
+
requestAnimationFrame(() => {
|
|
499
|
+
const i = ve.get(a.target);
|
|
500
|
+
i && i(a.target.getBoundingClientRect());
|
|
501
|
+
});
|
|
502
|
+
});
|
|
503
|
+
ve.set(o, e), Qt.set(o, r), r.observe(o);
|
|
504
|
+
};
|
|
505
|
+
let _e = 0;
|
|
506
|
+
const to = {
|
|
507
|
+
beforeCreate() {
|
|
508
|
+
this.uuid = _e.toString(), _e += 1;
|
|
509
|
+
}
|
|
510
|
+
};
|
|
511
|
+
var oo = function() {
|
|
512
|
+
var e = this, o = e._self._c;
|
|
513
|
+
return o("svg", e._b({ attrs: { role: "img", xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none" } }, "svg", e.$attrs, !1), [e.$attrs["svg-title"] ? o("title", [e._v(e._s(e.$attrs["svg-title"]))]) : e._e(), o("path", { attrs: { fill: "#00112C", "fill-rule": "evenodd", d: "M11 10.75C11.2841 10.75 11.5438 10.5895 11.6708 10.3354C11.7979 10.0813 11.7705 9.77726 11.6 9.55L8.6 5.55C8.45836 5.36115 8.23607 5.25 8.00001 5.25C7.76394 5.25 7.54165 5.36115 7.40001 5.55L4.4 9.55C4.22956 9.77726 4.20214 10.0813 4.32918 10.3354C4.45623 10.5895 4.71593 10.75 5 10.75L11 10.75Z", "clip-rule": "evenodd" } })]);
|
|
514
|
+
}, ro = [], ao = /* @__PURE__ */ u(
|
|
515
|
+
to,
|
|
516
|
+
oo,
|
|
517
|
+
ro,
|
|
518
|
+
!1,
|
|
519
|
+
null,
|
|
520
|
+
"4ebc0033",
|
|
521
|
+
null,
|
|
522
|
+
null
|
|
523
|
+
);
|
|
524
|
+
const no = ao.exports;
|
|
525
|
+
let he = 0;
|
|
526
|
+
const io = {
|
|
527
|
+
beforeCreate() {
|
|
528
|
+
this.uuid = he.toString(), he += 1;
|
|
529
|
+
}
|
|
530
|
+
};
|
|
531
|
+
var lo = function() {
|
|
532
|
+
var e = this, o = e._self._c;
|
|
533
|
+
return o("svg", e._b({ attrs: { role: "img", xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none" } }, "svg", e.$attrs, !1), [e.$attrs["svg-title"] ? o("title", [e._v(e._s(e.$attrs["svg-title"]))]) : e._e(), o("path", { attrs: { fill: "#00112C", "fill-rule": "evenodd", d: "M5 5.25C4.71593 5.25 4.45623 5.4105 4.32918 5.66459C4.20214 5.91868 4.22956 6.22274 4.4 6.45L7.4 10.45C7.54165 10.6389 7.76394 10.75 8 10.75C8.23607 10.75 8.45836 10.6389 8.6 10.45L11.6 6.45C11.7705 6.22274 11.7979 5.91868 11.6708 5.66459C11.5438 5.4105 11.2841 5.25 11 5.25H5Z", "clip-rule": "evenodd" } })]);
|
|
534
|
+
}, co = [], so = /* @__PURE__ */ u(
|
|
535
|
+
io,
|
|
536
|
+
lo,
|
|
537
|
+
co,
|
|
538
|
+
!1,
|
|
539
|
+
null,
|
|
540
|
+
"bda8fd91",
|
|
541
|
+
null,
|
|
542
|
+
null
|
|
543
|
+
);
|
|
544
|
+
const bo = so.exports;
|
|
545
|
+
let me = 0;
|
|
546
|
+
const uo = {
|
|
547
|
+
beforeCreate() {
|
|
548
|
+
this.uuid = me.toString(), me += 1;
|
|
549
|
+
}
|
|
550
|
+
};
|
|
551
|
+
var po = function() {
|
|
552
|
+
var e = this, o = e._self._c;
|
|
553
|
+
return o("svg", e._b({ attrs: { role: "img", xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none" } }, "svg", e.$attrs, !1), [e.$attrs["svg-title"] ? o("title", [e._v(e._s(e.$attrs["svg-title"]))]) : e._e(), o("path", { attrs: { fill: "#00112C", "fill-rule": "evenodd", d: "M11.5303 6.53033C11.8232 6.23744 11.8232 5.76256 11.5303 5.46967C11.2374 5.17678 10.7626 5.17678 10.4697 5.46967L7 8.93934L5.53033 7.46967C5.23744 7.17678 4.76256 7.17678 4.46967 7.46967C4.17678 7.76256 4.17678 8.23744 4.46967 8.53033L6.46967 10.5303C6.76256 10.8232 7.23744 10.8232 7.53033 10.5303C7.53021 10.5304 7.53045 10.5302 7.53033 10.5303L11.5303 6.53033Z", "clip-rule": "evenodd" } })]);
|
|
554
|
+
}, go = [], fo = /* @__PURE__ */ u(
|
|
555
|
+
uo,
|
|
556
|
+
po,
|
|
557
|
+
go,
|
|
558
|
+
!1,
|
|
559
|
+
null,
|
|
560
|
+
"50484a8e",
|
|
561
|
+
null,
|
|
562
|
+
null
|
|
563
|
+
);
|
|
564
|
+
const Me = fo.exports;
|
|
565
|
+
let ye = 0;
|
|
566
|
+
const vo = {
|
|
567
|
+
beforeCreate() {
|
|
568
|
+
this.uuid = ye.toString(), ye += 1;
|
|
569
|
+
}
|
|
570
|
+
};
|
|
571
|
+
var _o = function() {
|
|
572
|
+
var e = this, o = e._self._c;
|
|
573
|
+
return o("svg", e._b({ attrs: { role: "img", xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none" } }, "svg", e.$attrs, !1), [e.$attrs["svg-title"] ? o("title", [e._v(e._s(e.$attrs["svg-title"]))]) : e._e(), o("path", { attrs: { fill: "#00112C", "fill-rule": "evenodd", d: "M4.25 8C4.25 7.58579 4.58579 7.25 5 7.25H11C11.4142 7.25 11.75 7.58579 11.75 8C11.75 8.41421 11.4142 8.75 11 8.75H5C4.58579 8.75 4.25 8.41421 4.25 8Z", "clip-rule": "evenodd" } })]);
|
|
574
|
+
}, ho = [], mo = /* @__PURE__ */ u(
|
|
575
|
+
vo,
|
|
576
|
+
_o,
|
|
577
|
+
ho,
|
|
578
|
+
!1,
|
|
579
|
+
null,
|
|
580
|
+
"f5e2bac7",
|
|
581
|
+
null,
|
|
582
|
+
null
|
|
583
|
+
);
|
|
584
|
+
const yo = mo.exports, xo = m({
|
|
585
|
+
name: "bento-checkbox",
|
|
586
|
+
components: {
|
|
587
|
+
BentoTypography: P,
|
|
588
|
+
CheckmarkSmallIcon: Me,
|
|
589
|
+
MinusSmallIcon: yo
|
|
590
|
+
},
|
|
591
|
+
inheritAttrs: !1,
|
|
592
|
+
model: { prop: "modelValue" },
|
|
593
|
+
props: {
|
|
594
|
+
/**
|
|
595
|
+
* The value of the component. The DOM API casts this to a string.
|
|
596
|
+
* The browser uses "on" as the default value.
|
|
597
|
+
*
|
|
598
|
+
* In the case of multiple checkboxes this value is used as a unique key.
|
|
599
|
+
*/
|
|
600
|
+
value: { type: [String, Number], default: null },
|
|
601
|
+
/**
|
|
602
|
+
* When handling a single checkbox with a singular state, use a boolean.
|
|
603
|
+
*
|
|
604
|
+
* When handling multiple checkboxes, use an array of keys.
|
|
605
|
+
* These keys exist as a set "value" prop for each checkbox.
|
|
606
|
+
*/
|
|
607
|
+
modelValue: { type: [Boolean, Array], default: !1 },
|
|
608
|
+
/**
|
|
609
|
+
* Setting this property to true will disable the checkbox in your form.
|
|
610
|
+
*/
|
|
611
|
+
disabled: { type: Boolean, default: !1 },
|
|
612
|
+
/**
|
|
613
|
+
* The :indeterminate CSS pseudo-class represents any form element
|
|
614
|
+
* whose state is indeterminate, such as checkboxes which have their HTML indeterminate attribute
|
|
615
|
+
* set to true, radio buttons which are members of a group in which all radio buttons are unchecked,
|
|
616
|
+
* and indeterminate <progress> elements. https://developer.mozilla.org/en-US/docs/Web/CSS/:indeterminate
|
|
617
|
+
* This property lets you control the input.indeterminate native property.
|
|
618
|
+
*/
|
|
619
|
+
indeterminate: { type: Boolean, default: !1 }
|
|
620
|
+
},
|
|
621
|
+
emits: ["input"],
|
|
622
|
+
setup(t, { emit: e, slots: o }) {
|
|
623
|
+
const { disabled: r, indeterminate: a, modelValue: i, value: n } = de(t), s = l(() => Array.isArray(i.value)), c = l(() => s.value ? i.value.some((k) => k === n.value) : i.value), d = l(() => !c.value && a.value), g = l(
|
|
624
|
+
() => d.value ? "mixed" : `${!!c.value}`
|
|
625
|
+
), h = l(
|
|
626
|
+
() => {
|
|
627
|
+
var k, D, O, R;
|
|
628
|
+
return ((D = (k = o.default) == null ? void 0 : k.call(o)[0]) == null ? void 0 : D.text) || ((R = (O = o.description) == null ? void 0 : O.call(o)[0]) == null ? void 0 : R.text) || "checkbox";
|
|
629
|
+
}
|
|
630
|
+
), f = l(() => ({ "b-checkbox--disabled": r.value })), b = l(() => ({
|
|
631
|
+
"b-checkbox__outline--unchecked": !c.value && !d.value
|
|
632
|
+
}));
|
|
633
|
+
return {
|
|
634
|
+
// Values
|
|
635
|
+
ariaLabel: h,
|
|
636
|
+
ariaChecked: g,
|
|
637
|
+
isCheckboxGroup: s,
|
|
638
|
+
isChecked: c,
|
|
639
|
+
isIndeterminate: d,
|
|
640
|
+
conditionalClass: f,
|
|
641
|
+
conditionalClassOutline: b,
|
|
642
|
+
// Enums
|
|
643
|
+
BentoTypographyElement: w,
|
|
644
|
+
BentoTypographyVariant: _,
|
|
645
|
+
// Events
|
|
646
|
+
onChange: (k) => {
|
|
647
|
+
if (r.value)
|
|
648
|
+
return;
|
|
649
|
+
const D = k.target.checked;
|
|
650
|
+
if (s.value) {
|
|
651
|
+
const O = [...i.value], R = O.indexOf(n.value);
|
|
652
|
+
R === -1 ? O.push(n.value) : O.splice(R, 1), e("input", O);
|
|
653
|
+
} else
|
|
654
|
+
e("input", D);
|
|
655
|
+
}
|
|
656
|
+
};
|
|
657
|
+
}
|
|
658
|
+
});
|
|
659
|
+
var ko = function() {
|
|
660
|
+
var e = this, o = e._self._c;
|
|
661
|
+
return e._self._setupProxy, o("label", { staticClass: "b-checkbox", class: e.conditionalClass }, [o("div", { staticClass: "b-checkbox__input-container" }, [e.isChecked ? o("checkmark-small-icon", { staticClass: "b-checkbox__icon", attrs: { "svg-title": "checked" } }) : e._e(), e.isIndeterminate ? o("minus-small-icon", { staticClass: "b-checkbox__icon", attrs: { "svg-title": "intermediate" } }) : e._e(), o("input", e._b({ ref: "input", staticClass: "b-checkbox__outline", class: e.conditionalClassOutline, attrs: { role: "checkbox", type: "checkbox", "aria-label": e.ariaLabel, "aria-checked": e.ariaChecked, disabled: e.disabled }, domProps: { checked: e.isChecked, indeterminate: e.isIndeterminate, value: e.value }, on: { change: e.onChange } }, "input", e.$attrs, !1))], 1), e.$slots.default || e.$slots.description ? o("span", { staticClass: "b-checkbox__text" }, [o("bento-typography", { staticClass: "b-checkbox__label", attrs: { el: e.BentoTypographyElement.SPAN, variant: e.BentoTypographyVariant.BODY, stronger: "" } }, [e._t("default")], 2), o("bento-typography", { staticClass: "b-checkbox__description", attrs: { el: e.BentoTypographyElement.SPAN, variant: e.BentoTypographyVariant.BODY } }, [e._t("description")], 2)], 1) : e._e()]);
|
|
662
|
+
}, wo = [], Co = /* @__PURE__ */ u(
|
|
663
|
+
xo,
|
|
664
|
+
ko,
|
|
665
|
+
wo,
|
|
666
|
+
!1,
|
|
667
|
+
null,
|
|
668
|
+
"fab3da22",
|
|
669
|
+
null,
|
|
670
|
+
null
|
|
671
|
+
);
|
|
672
|
+
const So = Co.exports;
|
|
673
|
+
let xe = 0;
|
|
674
|
+
const $o = {
|
|
675
|
+
beforeCreate() {
|
|
676
|
+
this.uuid = xe.toString(), xe += 1;
|
|
677
|
+
}
|
|
678
|
+
};
|
|
679
|
+
var To = function() {
|
|
680
|
+
var e = this, o = e._self._c;
|
|
681
|
+
return o("svg", e._b({ attrs: { role: "img", xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none" } }, "svg", e.$attrs, !1), [e.$attrs["svg-title"] ? o("title", [e._v(e._s(e.$attrs["svg-title"]))]) : e._e(), o("path", { attrs: { fill: "#00112C", "fill-rule": "evenodd", d: "M2.46967 4.96967C2.76256 4.67678 3.23744 4.67678 3.53033 4.96967L8 9.43934L12.4697 4.96967C12.7626 4.67678 13.2374 4.67678 13.5303 4.96967C13.8232 5.26257 13.8232 5.73744 13.5303 6.03033L8.53033 11.0303C8.23744 11.3232 7.76256 11.3232 7.46967 11.0303L2.46967 6.03033C2.17678 5.73744 2.17678 5.26256 2.46967 4.96967Z", "clip-rule": "evenodd" } })]);
|
|
682
|
+
}, Po = [], Oo = /* @__PURE__ */ u(
|
|
683
|
+
$o,
|
|
684
|
+
To,
|
|
685
|
+
Po,
|
|
686
|
+
!1,
|
|
687
|
+
null,
|
|
688
|
+
"58c18347",
|
|
689
|
+
null,
|
|
690
|
+
null
|
|
691
|
+
);
|
|
692
|
+
const Io = Oo.exports;
|
|
693
|
+
let ke = 0;
|
|
694
|
+
const Lo = {
|
|
695
|
+
beforeCreate() {
|
|
696
|
+
this.uuid = ke.toString(), ke += 1;
|
|
697
|
+
}
|
|
698
|
+
};
|
|
699
|
+
var Ao = function() {
|
|
700
|
+
var e = this, o = e._self._c;
|
|
701
|
+
return o("svg", e._b({ attrs: { role: "img", xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none" } }, "svg", e.$attrs, !1), [e.$attrs["svg-title"] ? o("title", [e._v(e._s(e.$attrs["svg-title"]))]) : e._e(), o("path", { attrs: { fill: "#00112C", "fill-rule": "evenodd", d: "M13.5303 11.0303C13.2374 11.3232 12.7626 11.3232 12.4697 11.0303L8 6.56066L3.53033 11.0303C3.23744 11.3232 2.76256 11.3232 2.46967 11.0303C2.17678 10.7374 2.17678 10.2626 2.46967 9.96967L7.46967 4.96967C7.76256 4.67678 8.23744 4.67678 8.53033 4.96967L13.5303 9.96967C13.8232 10.2626 13.8232 10.7374 13.5303 11.0303Z", "clip-rule": "evenodd" } })]);
|
|
702
|
+
}, Ro = [], Eo = /* @__PURE__ */ u(
|
|
703
|
+
Lo,
|
|
704
|
+
Ao,
|
|
705
|
+
Ro,
|
|
706
|
+
!1,
|
|
707
|
+
null,
|
|
708
|
+
"32f5f438",
|
|
709
|
+
null,
|
|
710
|
+
null
|
|
711
|
+
);
|
|
712
|
+
const Do = Eo.exports, No = m({
|
|
713
|
+
components: {
|
|
714
|
+
ChevronDownIcon: Io,
|
|
715
|
+
ChevronUpIcon: Do
|
|
716
|
+
},
|
|
717
|
+
inheritAttrs: !1,
|
|
718
|
+
props: {
|
|
719
|
+
/**
|
|
720
|
+
* Defines a string value that provides an accessible name for the dropdown.
|
|
721
|
+
*/
|
|
722
|
+
ariaLabel: { type: String, default: null },
|
|
723
|
+
/**
|
|
724
|
+
* Identifies the listbox whose contents are controlled by the the combobox on which this attribute is set.
|
|
725
|
+
*/
|
|
726
|
+
comboboxId: { type: String, required: !0 },
|
|
727
|
+
/**
|
|
728
|
+
* Disables dropdown functionality
|
|
729
|
+
*/
|
|
730
|
+
disabled: { type: Boolean, default: !1 },
|
|
731
|
+
/**
|
|
732
|
+
* Selected option's label.
|
|
733
|
+
*/
|
|
734
|
+
displayValue: { type: String, default: null },
|
|
735
|
+
/**
|
|
736
|
+
* Specifies a short hint that describes the expected value of the element.
|
|
737
|
+
*/
|
|
738
|
+
placeholder: { type: String, default: null },
|
|
739
|
+
/**
|
|
740
|
+
* Indicates if the dropdown is open so that
|
|
741
|
+
* the chevron can be turned around respectively.
|
|
742
|
+
*/
|
|
743
|
+
open: { type: Boolean, default: !1 }
|
|
744
|
+
},
|
|
745
|
+
setup(t, { emit: e }) {
|
|
746
|
+
const o = l(() => !t.displayValue && !!t.placeholder), r = l(() => t.open && !t.disabled), a = l(() => `${r.value}`), i = l(() => ({
|
|
747
|
+
"adl2-dropdown-input-container--disabled": t.disabled,
|
|
748
|
+
"adl2-dropdown-input-container--opened": t.open
|
|
749
|
+
})), n = () => t.disabled ? null : e("open"), s = () => t.open ? e("close") : null;
|
|
750
|
+
return {
|
|
751
|
+
// Values
|
|
752
|
+
ariaExpanded: a,
|
|
753
|
+
conditionalClasses: i,
|
|
754
|
+
isDropdownOpen: r,
|
|
755
|
+
shouldShowPlaceholder: o,
|
|
756
|
+
// Events
|
|
757
|
+
onCloseDropdown: s,
|
|
758
|
+
onToggleDropdown: () => t.open ? s() : n()
|
|
759
|
+
};
|
|
760
|
+
}
|
|
761
|
+
});
|
|
762
|
+
var Bo = function() {
|
|
763
|
+
var e = this, o = e._self._c;
|
|
764
|
+
return e._self._setupProxy, o("div", { staticClass: "adl2-dropdown-input-container", class: e.conditionalClasses, attrs: { tabindex: "0", role: "combobox", "aria-haspopup": "listbox", "aria-label": e.ariaLabel, "aria-controls": e.comboboxId, "aria-expanded": e.ariaExpanded }, on: { click: e.onToggleDropdown, keydown: [function(r) {
|
|
765
|
+
return !r.type.indexOf("key") && e._k(r.keyCode, "enter", 13, r.key, "Enter") ? null : e.onToggleDropdown.apply(null, arguments);
|
|
766
|
+
}, function(r) {
|
|
767
|
+
return !r.type.indexOf("key") && e._k(r.keyCode, "space", 32, r.key, [" ", "Spacebar"]) ? null : e.onToggleDropdown.apply(null, arguments);
|
|
768
|
+
}, function(r) {
|
|
769
|
+
return !r.type.indexOf("key") && e._k(r.keyCode, "esc", 27, r.key, ["Esc", "Escape"]) ? null : e.onCloseDropdown.apply(null, arguments);
|
|
770
|
+
}] } }, [o("div", { staticClass: "adl2-dropdown-input-container__content", attrs: { "aria-hidden": e.displayValue ? null : !0 } }, [o("span", { directives: [{ name: "show", rawName: "v-show", value: e.shouldShowPlaceholder, expression: "shouldShowPlaceholder" }], staticClass: "adl2-dropdown-input-container__placeholder" }, [e._v(" " + e._s(e.placeholder) + " ")]), o("span", { directives: [{ name: "show", rawName: "v-show", value: !e.shouldShowPlaceholder, expression: "!shouldShowPlaceholder" }] }, [e._v(" " + e._s(e.displayValue) + " ")])]), o("div", { staticClass: "adl2-dropdown-input-container__chevron", attrs: { "aria-hidden": "true" } }, [o("chevron-up-icon", { directives: [{ name: "show", rawName: "v-show", value: e.isDropdownOpen, expression: "isDropdownOpen" }], attrs: { "svg-title": "opened" } }), o("chevron-down-icon", { directives: [{ name: "show", rawName: "v-show", value: !e.isDropdownOpen, expression: "!isDropdownOpen" }], attrs: { "svg-title": "closed" } })], 1)]);
|
|
771
|
+
}, Fo = [], zo = /* @__PURE__ */ u(
|
|
772
|
+
No,
|
|
773
|
+
Bo,
|
|
774
|
+
Fo,
|
|
775
|
+
!1,
|
|
776
|
+
null,
|
|
777
|
+
"0e234093",
|
|
778
|
+
null,
|
|
779
|
+
null
|
|
780
|
+
);
|
|
781
|
+
const Uo = zo.exports;
|
|
782
|
+
let we = 0;
|
|
783
|
+
const Mo = {
|
|
784
|
+
beforeCreate() {
|
|
785
|
+
this.uuid = we.toString(), we += 1;
|
|
786
|
+
}
|
|
787
|
+
};
|
|
788
|
+
var Vo = function() {
|
|
789
|
+
var e = this, o = e._self._c;
|
|
790
|
+
return o("svg", e._b({ attrs: { role: "img", xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none" } }, "svg", e.$attrs, !1), [e.$attrs["svg-title"] ? o("title", [e._v(e._s(e.$attrs["svg-title"]))]) : e._e(), o("path", { attrs: { fill: "#00112C", "fill-rule": "evenodd", d: "M14.5303 4.53033C14.8232 4.23744 14.8232 3.76256 14.5303 3.46967C14.2374 3.17678 13.7626 3.17678 13.4697 3.46967L6 10.9393L2.53033 7.46967C2.23744 7.17678 1.76256 7.17678 1.46967 7.46967C1.17678 7.76256 1.17678 8.23744 1.46967 8.53033L5.46967 12.5303C5.50628 12.5669 5.54574 12.599 5.58732 12.6264C5.87844 12.8186 6.27405 12.7866 6.53033 12.5303L14.5303 4.53033Z", "clip-rule": "evenodd" } })]);
|
|
791
|
+
}, Wo = [], qo = /* @__PURE__ */ u(
|
|
792
|
+
Mo,
|
|
793
|
+
Vo,
|
|
794
|
+
Wo,
|
|
795
|
+
!1,
|
|
796
|
+
null,
|
|
797
|
+
"4687fbd0",
|
|
798
|
+
null,
|
|
799
|
+
null
|
|
800
|
+
);
|
|
801
|
+
const Go = qo.exports, Yo = m({
|
|
802
|
+
components: { AdlCheckmark: Go },
|
|
803
|
+
inheritAttrs: !1,
|
|
804
|
+
props: {
|
|
805
|
+
/**
|
|
806
|
+
* Text to be displayed in the option
|
|
807
|
+
*/
|
|
808
|
+
label: { type: String, required: !0 },
|
|
809
|
+
/**
|
|
810
|
+
* Value of the option
|
|
811
|
+
*/
|
|
812
|
+
value: { type: [String, Number], required: !0 },
|
|
813
|
+
/**
|
|
814
|
+
* Indicates if the value is selected. Only one element can be selected at a time.
|
|
815
|
+
*/
|
|
816
|
+
selected: { type: Boolean, default: !1 }
|
|
817
|
+
},
|
|
818
|
+
emits: ["select"],
|
|
819
|
+
setup(t, { emit: e }) {
|
|
820
|
+
const o = () => {
|
|
821
|
+
const { label: i, value: n } = t;
|
|
822
|
+
e("select", { label: i, value: n });
|
|
823
|
+
}, r = l(() => ({
|
|
824
|
+
"adl2-dropdown-option--selected": t.selected
|
|
825
|
+
})), a = l(() => t.selected ? !0 : null);
|
|
826
|
+
return {
|
|
827
|
+
// Values
|
|
828
|
+
conditionalClasses: r,
|
|
829
|
+
ariaSelected: a,
|
|
830
|
+
// Events
|
|
831
|
+
onOptionSelected: o
|
|
832
|
+
};
|
|
833
|
+
}
|
|
834
|
+
});
|
|
835
|
+
var Ho = function() {
|
|
836
|
+
var e = this, o = e._self._c;
|
|
837
|
+
return e._self._setupProxy, o("div", { staticClass: "adl2-dropdown-option", class: e.conditionalClasses, attrs: { role: "option", "aria-selected": e.ariaSelected }, on: { click: e.onOptionSelected } }, [o("span", [e._v(e._s(e.label))]), o("adl-checkmark", { directives: [{ name: "show", rawName: "v-show", value: e.selected, expression: "selected" }], attrs: { "svg-title": "selected" } })], 1);
|
|
838
|
+
}, jo = [], Zo = /* @__PURE__ */ u(
|
|
839
|
+
Yo,
|
|
840
|
+
Ho,
|
|
841
|
+
jo,
|
|
842
|
+
!1,
|
|
843
|
+
null,
|
|
844
|
+
"b9228acb",
|
|
845
|
+
null,
|
|
846
|
+
null
|
|
847
|
+
);
|
|
848
|
+
const Xo = Zo.exports;
|
|
849
|
+
var be = /* @__PURE__ */ ((t) => (t.TOP = "top", t.RIGHT = "right", t.BOTTOM = "bottom", t.LEFT = "left", t))(be || {}), Ve = /* @__PURE__ */ ((t) => (t.AUTO = "auto", t.AUTO_START = "auto-start", t.AUTO_END = "auto-end", t.TOP_START = "top-start", t.TOP_END = "top-end", t.RIGHT_START = "right-start", t.RIGHT_END = "right-end", t.BOTTOM_START = "bottom-start", t.BOTTOM_END = "bottom-end", t.LEFT_START = "left-start", t.LEFT_END = "left-end", t))(Ve || {}), oe = /* @__PURE__ */ ((t) => (t.TOOLTIP = "tooltip", t.POPOVER = "dialog", t))(oe || {});
|
|
850
|
+
const ee = { ...be, ...Ve }, Jo = (t, e) => ({
|
|
851
|
+
name: "arrow",
|
|
852
|
+
options: {
|
|
853
|
+
element: t,
|
|
854
|
+
padding: e.padding || 0
|
|
855
|
+
}
|
|
856
|
+
}), Ko = (t, e) => ({
|
|
857
|
+
name: "offset",
|
|
858
|
+
options: { offset: t ? [e[0], e[1] + 7] : e }
|
|
859
|
+
}), Qo = (t) => ({
|
|
860
|
+
name: "flip",
|
|
861
|
+
options: {
|
|
862
|
+
fallbackPlacements: Array.isArray(t) ? t : [t]
|
|
863
|
+
}
|
|
864
|
+
}), er = {
|
|
865
|
+
name: "applyArrowHide",
|
|
866
|
+
enabled: !0,
|
|
867
|
+
phase: "write",
|
|
868
|
+
fn({ state: t }) {
|
|
869
|
+
const { arrow: e } = t.elements;
|
|
870
|
+
e && (t.modifiersData.arrow.centerOffset !== 0 ? e.setAttribute("data-hide", "") : e.removeAttribute("data-hide"));
|
|
871
|
+
}
|
|
872
|
+
}, tr = {
|
|
873
|
+
name: "sameWidth",
|
|
874
|
+
enabled: !0,
|
|
875
|
+
phase: "beforeWrite",
|
|
876
|
+
requires: ["computeStyles"],
|
|
877
|
+
fn: ({ state: t }) => {
|
|
878
|
+
t.styles.popper.width = `${t.rects.reference.width}px`;
|
|
879
|
+
},
|
|
880
|
+
effect: ({ state: t }) => {
|
|
881
|
+
t.elements.popper.style.width = `${t.elements.reference.offsetWidth}px`;
|
|
882
|
+
}
|
|
883
|
+
}, or = m({
|
|
884
|
+
inheritAttrs: !1,
|
|
885
|
+
props: {
|
|
886
|
+
/**
|
|
887
|
+
* Defines a string value that provides an accessible name for the popper-container.
|
|
888
|
+
*/
|
|
889
|
+
ariaLabel: { type: String, default: null },
|
|
890
|
+
/**
|
|
891
|
+
* Reference to the DOM element or Vue component for positioning
|
|
892
|
+
*/
|
|
893
|
+
targetElement: { type: [Element, Object], required: !0 },
|
|
894
|
+
/**
|
|
895
|
+
* Position relative to the target element
|
|
896
|
+
* @see {@link https://popper.js.org/docs/v2/constructors/#placement}
|
|
897
|
+
*/
|
|
898
|
+
position: {
|
|
899
|
+
type: String,
|
|
900
|
+
default: ee.AUTO,
|
|
901
|
+
validator: (t) => Object.values(ee).includes(t)
|
|
902
|
+
},
|
|
903
|
+
/**
|
|
904
|
+
* Instructs popover to be visible outside of the containing container.
|
|
905
|
+
* Useful when component would be used in limited containers like Modal, Side panel, etc.
|
|
906
|
+
* https://popper.js.org/docs/v2/constructors/#strategy
|
|
907
|
+
*/
|
|
908
|
+
fixedPositioning: { type: Boolean, default: !1 },
|
|
909
|
+
/**
|
|
910
|
+
* Indicates if container should have additional arrow, pointing at target element
|
|
911
|
+
* Can be just a boolean flag, or an object with additional configuration:
|
|
912
|
+
* @property {Array<string>} arrow.classes – apply any additional classes to the arrow element.
|
|
913
|
+
* @property {string} arrow.padding – useful when content has rounded corners, https://popper.js.org/docs/v2/modifiers/arrow/#padding
|
|
914
|
+
*/
|
|
915
|
+
arrow: { type: Object, default: void 0 },
|
|
916
|
+
/**
|
|
917
|
+
* Allows to displace a popper container from its target element.
|
|
918
|
+
* @see {@link https://popper.js.org/docs/v2/modifiers/offset/}
|
|
919
|
+
*/
|
|
920
|
+
offset: {
|
|
921
|
+
type: Array,
|
|
922
|
+
default: () => [0, 0],
|
|
923
|
+
validator: (t) => (t == null ? void 0 : t.length) === 2
|
|
924
|
+
},
|
|
925
|
+
/**
|
|
926
|
+
* Instructs popper container to have the same width as target element.
|
|
927
|
+
*/
|
|
928
|
+
matchWidth: { type: Boolean, default: !1 },
|
|
929
|
+
// TODO: When focus trap component made, add this property in
|
|
930
|
+
// /**
|
|
931
|
+
// * Disables wrapping focus-trap component.
|
|
932
|
+
// * Mostly useful for the storybook demo.
|
|
933
|
+
// */
|
|
934
|
+
// disabledFocusTrap: { type: Boolean, default: false },
|
|
935
|
+
/**
|
|
936
|
+
* Custom set of modifiers. Useful for low-level control over Popper behavior in some really complex use cases.
|
|
937
|
+
*/
|
|
938
|
+
modifiers: { type: Array, default: null },
|
|
939
|
+
/**
|
|
940
|
+
* Allows to configure to fallback position to the one specified, it could be 'auto' or ['right', 'top', ...].
|
|
941
|
+
* Useful when not using auto as starting placement.
|
|
942
|
+
* https://popper.js.org/docs/v2/modifiers/flip/#fallbackplacements
|
|
943
|
+
*/
|
|
944
|
+
fallbackPosition: {
|
|
945
|
+
type: [Array, String],
|
|
946
|
+
default: null
|
|
947
|
+
},
|
|
948
|
+
/**
|
|
949
|
+
* The aria role assigned to the container. Defaults to null, which means it's not set if nothing is passed.
|
|
950
|
+
*/
|
|
951
|
+
ariaRole: {
|
|
952
|
+
type: String,
|
|
953
|
+
default: null,
|
|
954
|
+
validator: (t) => Object.values(oe).includes(t)
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
data: () => ({
|
|
958
|
+
popper: null,
|
|
959
|
+
emittedPosition: null
|
|
960
|
+
}),
|
|
961
|
+
computed: {
|
|
962
|
+
strategy() {
|
|
963
|
+
return this.fixedPositioning ? "fixed" : "absolute";
|
|
964
|
+
},
|
|
965
|
+
/**
|
|
966
|
+
* Retrieves all the popper modifiers to be applied to popover.
|
|
967
|
+
* Read utils file for more info on each modifier.
|
|
968
|
+
*/
|
|
969
|
+
allModifiers() {
|
|
970
|
+
const t = this.modifiers || [];
|
|
971
|
+
return [
|
|
972
|
+
// Create arrow modifier if arrow props are set
|
|
973
|
+
...this.arrow ? [Jo(this.$refs.arrow, this.arrow)] : [],
|
|
974
|
+
// Create offset modifier
|
|
975
|
+
Ko(this.arrow, this.offset),
|
|
976
|
+
// Apply data-hide attribute to arrow element depnding on center offset.
|
|
977
|
+
er,
|
|
978
|
+
// If matchWidth set to true, set the width of popover to same as target element.
|
|
979
|
+
...this.matchWidth ? [tr] : [],
|
|
980
|
+
// Emits position of popover when position is updated.
|
|
981
|
+
{
|
|
982
|
+
name: "trackPosition",
|
|
983
|
+
enabled: !0,
|
|
984
|
+
phase: "afterWrite",
|
|
985
|
+
fn: ({ state: o }) => {
|
|
986
|
+
this.emittedPosition !== o.placement && (this.emittedPosition = o.placement, this.$emit("position", this.emittedPosition));
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
// Sets Flip modifier if fallbackPosition is set
|
|
990
|
+
...this.fallbackPosition ? [Qo(this.fallbackPosition)] : [],
|
|
991
|
+
...t || []
|
|
992
|
+
];
|
|
993
|
+
},
|
|
994
|
+
/**
|
|
995
|
+
* Sets default arrow classes if none have been set.
|
|
996
|
+
*/
|
|
997
|
+
arrowClasses() {
|
|
998
|
+
var t;
|
|
999
|
+
return ((t = this == null ? void 0 : this.arrow) == null ? void 0 : t.classes) ?? [];
|
|
1000
|
+
}
|
|
1001
|
+
},
|
|
1002
|
+
watch: {
|
|
1003
|
+
targetElement(t) {
|
|
1004
|
+
this.destroyPopper(), this.$el && t && this.initPopper();
|
|
1005
|
+
},
|
|
1006
|
+
position(t) {
|
|
1007
|
+
this.updatePopperOptions({ placement: t });
|
|
1008
|
+
},
|
|
1009
|
+
strategy(t) {
|
|
1010
|
+
this.updatePopperOptions({ strategy: t });
|
|
1011
|
+
},
|
|
1012
|
+
async arrow(t) {
|
|
1013
|
+
t && await this.$nextTick(), this.updateModifiers();
|
|
1014
|
+
},
|
|
1015
|
+
offset: "updateModifiers",
|
|
1016
|
+
matchWidth: "updateModifiers"
|
|
1017
|
+
},
|
|
1018
|
+
mounted() {
|
|
1019
|
+
this.initPopper();
|
|
1020
|
+
},
|
|
1021
|
+
beforeDestroy() {
|
|
1022
|
+
this.destroyPopper();
|
|
1023
|
+
},
|
|
1024
|
+
methods: {
|
|
1025
|
+
initPopper() {
|
|
1026
|
+
const t = this.targetElement instanceof G ? this.targetElement.$el : this.targetElement;
|
|
1027
|
+
this.popper = dt(t, this.$el, {
|
|
1028
|
+
placement: this.position,
|
|
1029
|
+
strategy: this.strategy,
|
|
1030
|
+
modifiers: this.allModifiers
|
|
1031
|
+
});
|
|
1032
|
+
},
|
|
1033
|
+
destroyPopper() {
|
|
1034
|
+
this.popper && this.popper.destroy();
|
|
1035
|
+
},
|
|
1036
|
+
updatePopperOptions(t) {
|
|
1037
|
+
this.popper && this.popper.setOptions(t);
|
|
1038
|
+
},
|
|
1039
|
+
updateModifiers() {
|
|
1040
|
+
this.updatePopperOptions({ modifiers: this.allModifiers });
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1043
|
+
});
|
|
1044
|
+
var rr = function() {
|
|
1045
|
+
var e = this, o = e._self._c;
|
|
1046
|
+
return e._self._setupProxy, o("div", { staticClass: "b-popper-container", attrs: { role: e.ariaRole, "aria-label": e.ariaLabel } }, [e._t("default"), e.arrow ? o("span", { ref: "arrow", staticClass: "b-popper-container__arrow", class: e.arrowClasses, attrs: { "data-testid": "arrow" } }) : e._e()], 2);
|
|
1047
|
+
}, ar = [], nr = /* @__PURE__ */ u(
|
|
1048
|
+
or,
|
|
1049
|
+
rr,
|
|
1050
|
+
ar,
|
|
1051
|
+
!1,
|
|
1052
|
+
null,
|
|
1053
|
+
"c30f0c14",
|
|
1054
|
+
null,
|
|
1055
|
+
null
|
|
1056
|
+
);
|
|
1057
|
+
const B = nr.exports, ir = m({
|
|
1058
|
+
components: {
|
|
1059
|
+
AdlDropdownOption: Xo,
|
|
1060
|
+
PopperContainer: B
|
|
1061
|
+
},
|
|
1062
|
+
inheritAttrs: !1,
|
|
1063
|
+
props: {
|
|
1064
|
+
/**
|
|
1065
|
+
* Defines a string value that labels an interactive element.
|
|
1066
|
+
*/
|
|
1067
|
+
ariaLabel: { type: String, default: null },
|
|
1068
|
+
/**
|
|
1069
|
+
* Disables dropdown functionality
|
|
1070
|
+
*/
|
|
1071
|
+
disabled: { type: Boolean, default: !1 },
|
|
1072
|
+
/**
|
|
1073
|
+
* Identifies the listbox whose contents are controlled by the the combobox on which the aria-controls attribute is set.
|
|
1074
|
+
*/
|
|
1075
|
+
id: { type: String, required: !0 },
|
|
1076
|
+
/**
|
|
1077
|
+
* Indicates if the dropdown is open so that
|
|
1078
|
+
* the container can be displayed.
|
|
1079
|
+
*/
|
|
1080
|
+
open: {
|
|
1081
|
+
type: Boolean,
|
|
1082
|
+
required: !0
|
|
1083
|
+
},
|
|
1084
|
+
/**
|
|
1085
|
+
* The option elements to populate the dropdown with.
|
|
1086
|
+
* It must be an array of {@see AdlDropdownOptionItem }
|
|
1087
|
+
* * @property {string} value.label - Text to be displayed in the option
|
|
1088
|
+
* * @property {string,number} value.value - Value of the option
|
|
1089
|
+
*/
|
|
1090
|
+
items: {
|
|
1091
|
+
type: Array,
|
|
1092
|
+
required: !0
|
|
1093
|
+
},
|
|
1094
|
+
/**
|
|
1095
|
+
* The `input` value.
|
|
1096
|
+
* Providing an empty string will select no options.
|
|
1097
|
+
* Set to an empty string `''` if you don't want any of the available options to be selected.
|
|
1098
|
+
*/
|
|
1099
|
+
selectedValue: {
|
|
1100
|
+
type: [String, Number],
|
|
1101
|
+
default: null
|
|
1102
|
+
},
|
|
1103
|
+
/**
|
|
1104
|
+
* Reference to the DOM element or Vue component for positioning
|
|
1105
|
+
* the Dropdown container.
|
|
1106
|
+
*/
|
|
1107
|
+
targetElement: {
|
|
1108
|
+
type: B.props.targetElement.type,
|
|
1109
|
+
required: !0
|
|
1110
|
+
}
|
|
1111
|
+
},
|
|
1112
|
+
emits: ["select"],
|
|
1113
|
+
setup(t, { emit: e }) {
|
|
1114
|
+
return {
|
|
1115
|
+
// Values
|
|
1116
|
+
isDropdownOpen: l(() => t.open && !t.disabled),
|
|
1117
|
+
// Enums
|
|
1118
|
+
PopperContainerPosition: ee,
|
|
1119
|
+
// Events
|
|
1120
|
+
onOptionSelected: (a) => {
|
|
1121
|
+
e("select", a);
|
|
1122
|
+
}
|
|
1123
|
+
};
|
|
1124
|
+
}
|
|
1125
|
+
});
|
|
1126
|
+
var lr = function() {
|
|
1127
|
+
var e = this, o = e._self._c;
|
|
1128
|
+
return e._self._setupProxy, o("popper-container", { directives: [{ name: "show", rawName: "v-show", value: e.isDropdownOpen, expression: "isDropdownOpen" }], attrs: { "target-element": e.targetElement, position: e.PopperContainerPosition.BOTTOM_START, offset: [0, 8], "match-width": "", role: "listbox" } }, [o("div", { staticClass: "adl2-dropdown-options-container", attrs: { id: e.id, role: "listbox", tabindex: "-1", "aria-label": e.ariaLabel } }, e._l(e.items, function(r) {
|
|
1129
|
+
return o("adl-dropdown-option", { key: r.value, attrs: { label: r.label, value: r.value, selected: r.value === e.selectedValue }, on: { select: e.onOptionSelected } });
|
|
1130
|
+
}), 1)]);
|
|
1131
|
+
}, cr = [], sr = /* @__PURE__ */ u(
|
|
1132
|
+
ir,
|
|
1133
|
+
lr,
|
|
1134
|
+
cr,
|
|
1135
|
+
!1,
|
|
1136
|
+
null,
|
|
1137
|
+
"3ea2e347",
|
|
1138
|
+
null,
|
|
1139
|
+
null
|
|
1140
|
+
);
|
|
1141
|
+
const dr = sr.exports;
|
|
1142
|
+
let j;
|
|
1143
|
+
const br = new Uint8Array(16);
|
|
1144
|
+
function ur() {
|
|
1145
|
+
if (!j && (j = typeof crypto < "u" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto), !j))
|
|
1146
|
+
throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
|
|
1147
|
+
return j(br);
|
|
1148
|
+
}
|
|
1149
|
+
const y = [];
|
|
1150
|
+
for (let t = 0; t < 256; ++t)
|
|
1151
|
+
y.push((t + 256).toString(16).slice(1));
|
|
1152
|
+
function pr(t, e = 0) {
|
|
1153
|
+
return (y[t[e + 0]] + y[t[e + 1]] + y[t[e + 2]] + y[t[e + 3]] + "-" + y[t[e + 4]] + y[t[e + 5]] + "-" + y[t[e + 6]] + y[t[e + 7]] + "-" + y[t[e + 8]] + y[t[e + 9]] + "-" + y[t[e + 10]] + y[t[e + 11]] + y[t[e + 12]] + y[t[e + 13]] + y[t[e + 14]] + y[t[e + 15]]).toLowerCase();
|
|
1154
|
+
}
|
|
1155
|
+
const gr = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto), Ce = {
|
|
1156
|
+
randomUUID: gr
|
|
1157
|
+
};
|
|
1158
|
+
function Se(t, e, o) {
|
|
1159
|
+
if (Ce.randomUUID && !e && !t)
|
|
1160
|
+
return Ce.randomUUID();
|
|
1161
|
+
t = t || {};
|
|
1162
|
+
const r = t.random || (t.rng || ur)();
|
|
1163
|
+
if (r[6] = r[6] & 15 | 64, r[8] = r[8] & 63 | 128, e) {
|
|
1164
|
+
o = o || 0;
|
|
1165
|
+
for (let a = 0; a < 16; ++a)
|
|
1166
|
+
e[o + a] = r[a];
|
|
1167
|
+
return e;
|
|
1168
|
+
}
|
|
1169
|
+
return pr(r);
|
|
1170
|
+
}
|
|
1171
|
+
const Y = (t) => t ? `${t}-${Se()}` : Se(), fr = m({
|
|
1172
|
+
name: "adl-dropdown",
|
|
1173
|
+
components: {
|
|
1174
|
+
AdlDropdownInputContainer: Uo,
|
|
1175
|
+
AdlDropdownOptionsContainer: dr
|
|
1176
|
+
},
|
|
1177
|
+
inheritAttrs: !1,
|
|
1178
|
+
props: {
|
|
1179
|
+
/**
|
|
1180
|
+
* Defines a string value that labels an interactive element.
|
|
1181
|
+
*/
|
|
1182
|
+
ariaLabel: { type: String, default: null },
|
|
1183
|
+
/**
|
|
1184
|
+
* Disables dropdown functionality
|
|
1185
|
+
*/
|
|
1186
|
+
disabled: { type: Boolean, default: !1 },
|
|
1187
|
+
/**
|
|
1188
|
+
* Specifies a short hint that describes the expected value of the element.
|
|
1189
|
+
*/
|
|
1190
|
+
placeholder: { type: String, default: null },
|
|
1191
|
+
/**
|
|
1192
|
+
* The `input` value.
|
|
1193
|
+
* Providing an empty string will select no options.
|
|
1194
|
+
* Set to an empty string `''` if you don't want any of the available options to be selected.
|
|
1195
|
+
*/
|
|
1196
|
+
value: {
|
|
1197
|
+
type: [String, Number],
|
|
1198
|
+
default: null
|
|
1199
|
+
},
|
|
1200
|
+
/**
|
|
1201
|
+
* The option elements to populate the dropdown with.
|
|
1202
|
+
* It must be an array of {@see AdlDropdownOptionItem }
|
|
1203
|
+
* * @property {string} value.label - Text to be displayed in the option
|
|
1204
|
+
* * @property {string,number} value.value - Value of the option
|
|
1205
|
+
*/
|
|
1206
|
+
items: {
|
|
1207
|
+
type: Array,
|
|
1208
|
+
default: () => []
|
|
1209
|
+
}
|
|
1210
|
+
},
|
|
1211
|
+
emits: ["input"],
|
|
1212
|
+
setup(t, { emit: e }) {
|
|
1213
|
+
const o = C(null), r = C(!1), a = Y("adl-dropdown-options-cotainer"), i = l(() => {
|
|
1214
|
+
const c = t.items.find(({ value: d }) => d === t.value);
|
|
1215
|
+
return (c == null ? void 0 : c.label) || null;
|
|
1216
|
+
});
|
|
1217
|
+
return {
|
|
1218
|
+
// Values
|
|
1219
|
+
isDropdownOpen: r,
|
|
1220
|
+
displayValue: i,
|
|
1221
|
+
dropdownOptionsContainerId: a,
|
|
1222
|
+
// Refs
|
|
1223
|
+
inputContainerRef: o,
|
|
1224
|
+
// Events
|
|
1225
|
+
toggleDropdown: () => {
|
|
1226
|
+
r.value = !r.value;
|
|
1227
|
+
},
|
|
1228
|
+
onOptionSelected: (c) => {
|
|
1229
|
+
r.value = !1, e("input", c.value);
|
|
1230
|
+
}
|
|
1231
|
+
};
|
|
1232
|
+
}
|
|
1233
|
+
});
|
|
1234
|
+
var vr = function() {
|
|
1235
|
+
var e = this, o = e._self._c;
|
|
1236
|
+
return e._self._setupProxy, o("div", { staticClass: "adl2-dropdown" }, [o("adl-dropdown-input-container", { ref: "inputContainerRef", attrs: { "aria-label": e.ariaLabel, "combobox-id": e.dropdownOptionsContainerId, open: e.isDropdownOpen, placeholder: e.placeholder, disabled: e.disabled, "display-value": e.displayValue }, on: { open: e.toggleDropdown, close: e.toggleDropdown } }), e.inputContainerRef ? o("adl-dropdown-options-container", { attrs: { id: e.dropdownOptionsContainerId, "aria-label": e.ariaLabel, open: e.isDropdownOpen, disabled: e.disabled, "selected-value": e.value, items: e.items, "target-element": e.inputContainerRef }, on: { select: e.onOptionSelected } }) : e._e()], 1);
|
|
1237
|
+
}, _r = [], hr = /* @__PURE__ */ u(
|
|
1238
|
+
fr,
|
|
1239
|
+
vr,
|
|
1240
|
+
_r,
|
|
1241
|
+
!1,
|
|
1242
|
+
null,
|
|
1243
|
+
"b91c21ae",
|
|
1244
|
+
null,
|
|
1245
|
+
null
|
|
1246
|
+
);
|
|
1247
|
+
const We = hr.exports, mr = {
|
|
1248
|
+
"en-US": {
|
|
1249
|
+
showingItems: "Showing {itemCount} items",
|
|
1250
|
+
showingItemsWithTotal: "Showing {itemCount} of {totalCount} items"
|
|
1251
|
+
},
|
|
1252
|
+
"de-DE": {
|
|
1253
|
+
showingItems: "Zeigt {itemCount} Artikeln",
|
|
1254
|
+
showingItemsWithTotal: "Zeigt {itemCount} von {totalCount} Artikeln"
|
|
1255
|
+
},
|
|
1256
|
+
"fr-FR": {
|
|
1257
|
+
showingItems: "Affichage de {itemCount} élément(s)",
|
|
1258
|
+
showingItemsWithTotal: "Affichage de {itemCount} élément(s) sur {totalCount}"
|
|
1259
|
+
},
|
|
1260
|
+
"ja-JP": {
|
|
1261
|
+
showingItems: "{itemCount}個のアイテムを表示しています",
|
|
1262
|
+
showingItemsWithTotal: "{totalCount}件中{itemCount}件のアイテムを表示"
|
|
1263
|
+
},
|
|
1264
|
+
"pt-BR": {
|
|
1265
|
+
showingItems: "Mostrando {itemCount} itens",
|
|
1266
|
+
showingItemsWithTotal: "Mostrando {itemCount} de {totalCount} itens"
|
|
1267
|
+
},
|
|
1268
|
+
"es-ES": {
|
|
1269
|
+
showingItems: "Mostrando {itemCount} artículos",
|
|
1270
|
+
showingItemsWithTotal: "Mostrando {itemCount} de {totalCount} artículos"
|
|
1271
|
+
}
|
|
1272
|
+
}, yr = 50, $e = [
|
|
1273
|
+
{ label: "10", value: 10 },
|
|
1274
|
+
{ label: "25", value: 25 },
|
|
1275
|
+
{ label: "50", value: 50 },
|
|
1276
|
+
// DEFAULT_NUMBER_OF_RESULTS
|
|
1277
|
+
{ label: "75", value: 75 },
|
|
1278
|
+
{ label: "100", value: 100 }
|
|
1279
|
+
], xr = m({
|
|
1280
|
+
name: "bento-pagination-context-results-per-page",
|
|
1281
|
+
i18n: { messages: mr },
|
|
1282
|
+
components: {
|
|
1283
|
+
AdlDropdown: We,
|
|
1284
|
+
BentoTypography: P
|
|
1285
|
+
},
|
|
1286
|
+
inheritAttrs: !1,
|
|
1287
|
+
props: {
|
|
1288
|
+
/**
|
|
1289
|
+
* The amount of items the pager is paging through.
|
|
1290
|
+
*/
|
|
1291
|
+
itemsPerPage: {
|
|
1292
|
+
type: Number,
|
|
1293
|
+
default: yr,
|
|
1294
|
+
validator: (t) => $e.some(({ value: e }) => e === t)
|
|
1295
|
+
},
|
|
1296
|
+
/**
|
|
1297
|
+
* The total number of items the pager is paging through.
|
|
1298
|
+
*/
|
|
1299
|
+
totalCount: { type: Number, default: null }
|
|
1300
|
+
},
|
|
1301
|
+
emits: ["select"],
|
|
1302
|
+
setup(t, { emit: e }) {
|
|
1303
|
+
const o = Y("b-pagination-context-number-elements"), r = C($e), a = (n) => {
|
|
1304
|
+
e("select", n);
|
|
1305
|
+
}, i = l(() => t.totalCount ? "showingItemsWithTotal" : "showingItems");
|
|
1306
|
+
return {
|
|
1307
|
+
// Values
|
|
1308
|
+
dropdownId: o,
|
|
1309
|
+
dropdownOptions: r,
|
|
1310
|
+
translationPathKey: i,
|
|
1311
|
+
// Enums
|
|
1312
|
+
BentoTypographyElement: w,
|
|
1313
|
+
// Events
|
|
1314
|
+
onSelectChange: a
|
|
1315
|
+
};
|
|
1316
|
+
}
|
|
1317
|
+
});
|
|
1318
|
+
var kr = function() {
|
|
1319
|
+
var e = this, o = e._self._c;
|
|
1320
|
+
return e._self._setupProxy, o("div", { staticClass: "b-pagination-results-per-page" }, [o("bento-typography", { attrs: { el: e.BentoTypographyElement.DIV } }, [o("i18n", { attrs: { path: e.translationPathKey, tag: "div", plural: e.totalCount }, scopedSlots: e._u([{ key: "itemCount", fn: function() {
|
|
1321
|
+
return [o("adl-dropdown", { staticClass: "b-pagination-results-per-page__dropdown", attrs: { id: e.dropdownId, value: e.itemsPerPage, items: e.dropdownOptions, "aria-label": e.$t(e.translationPathKey, { itemCount: e.itemsPerPage, totalCount: e.totalCount }) }, on: { input: e.onSelectChange } })];
|
|
1322
|
+
}, proxy: !0 }, e.totalCount ? { key: "totalCount", fn: function() {
|
|
1323
|
+
return [e._v(e._s(e.totalCount))];
|
|
1324
|
+
}, proxy: !0 } : null], null, !0) })], 1)], 1);
|
|
1325
|
+
}, wr = [], Cr = /* @__PURE__ */ u(
|
|
1326
|
+
xr,
|
|
1327
|
+
kr,
|
|
1328
|
+
wr,
|
|
1329
|
+
!1,
|
|
1330
|
+
null,
|
|
1331
|
+
"4f8a6562",
|
|
1332
|
+
null,
|
|
1333
|
+
null
|
|
1334
|
+
);
|
|
1335
|
+
const Sr = Cr.exports, $r = {
|
|
1336
|
+
"en-US": {
|
|
1337
|
+
pageOfTotalPages: "Page {page} of {totalPages}",
|
|
1338
|
+
pageOneOfOne: "Page 1 of 1",
|
|
1339
|
+
pageNumber: "Page {page}"
|
|
1340
|
+
},
|
|
1341
|
+
"de-DE": {
|
|
1342
|
+
pageOfTotalPages: "Seite {page} von {totalPages}",
|
|
1343
|
+
pageOneOfOne: "Seite 1 von 1",
|
|
1344
|
+
pageNumber: "Seite {page}"
|
|
1345
|
+
},
|
|
1346
|
+
"fr-FR": {
|
|
1347
|
+
pageOfTotalPages: "Page {page} sur {totalPages}",
|
|
1348
|
+
pageOneOfOne: "Page 1 sur 1",
|
|
1349
|
+
pageNumber: "Page {page}"
|
|
1350
|
+
},
|
|
1351
|
+
"ja-JP": {
|
|
1352
|
+
pageOfTotalPages: "ページ{page}/{totalPages}",
|
|
1353
|
+
pageOneOfOne: "ページ1/1",
|
|
1354
|
+
pageNumber: "ページ{page}"
|
|
1355
|
+
},
|
|
1356
|
+
"pt-BR": {
|
|
1357
|
+
pageOfTotalPages: "Página {page} de {totalPages}",
|
|
1358
|
+
pageOneOfOne: "Página 1 de 1",
|
|
1359
|
+
pageNumber: "Página {page}"
|
|
1360
|
+
},
|
|
1361
|
+
"es-ES": {
|
|
1362
|
+
pageOfTotalPages: "Página {page} de {totalPages}",
|
|
1363
|
+
pageOneOfOne: "Página 1 de 1",
|
|
1364
|
+
pageNumber: "Página {page}"
|
|
1365
|
+
}
|
|
1366
|
+
}, Tr = m({
|
|
1367
|
+
i18n: { messages: $r },
|
|
1368
|
+
name: "bento-pagination-context",
|
|
1369
|
+
components: {
|
|
1370
|
+
AdlDropdown: We,
|
|
1371
|
+
BentoTypography: P
|
|
1372
|
+
},
|
|
1373
|
+
inheritAttrs: !1,
|
|
1374
|
+
props: {
|
|
1375
|
+
/**
|
|
1376
|
+
* The current page number of the pager.
|
|
1377
|
+
*/
|
|
1378
|
+
page: {
|
|
1379
|
+
type: Number,
|
|
1380
|
+
default: 1,
|
|
1381
|
+
validator: (t) => Number.isFinite(t) && t > 0
|
|
1382
|
+
},
|
|
1383
|
+
/**
|
|
1384
|
+
* The total number of items the pager is paging through.
|
|
1385
|
+
*/
|
|
1386
|
+
totalPages: { type: Number, default: null }
|
|
1387
|
+
},
|
|
1388
|
+
emits: ["page-selected"],
|
|
1389
|
+
setup(t, { emit: e }) {
|
|
1390
|
+
const o = Y("bento-pagination-context-current-page"), r = (s) => e("page-selected", s), a = (s) => ({
|
|
1391
|
+
label: s.toString(),
|
|
1392
|
+
value: s
|
|
1393
|
+
}), i = (s, c) => c + 1, n = l(
|
|
1394
|
+
() => Array.from(new Array(t.totalPages), i).map(a)
|
|
1395
|
+
);
|
|
1396
|
+
return {
|
|
1397
|
+
// Values
|
|
1398
|
+
dropdownId: o,
|
|
1399
|
+
listOfAvailablePages: n,
|
|
1400
|
+
// Events
|
|
1401
|
+
onPageSelectChange: r,
|
|
1402
|
+
// Enums
|
|
1403
|
+
BentoTypographyElement: w
|
|
1404
|
+
};
|
|
1405
|
+
}
|
|
1406
|
+
});
|
|
1407
|
+
var Pr = function() {
|
|
1408
|
+
var e = this, o = e._self._c;
|
|
1409
|
+
return e._self._setupProxy, o("div", { staticClass: "b-pagination-context" }, [e.totalPages > 1 ? o("bento-typography", { attrs: { el: e.BentoTypographyElement.DIV } }, [o("i18n", { attrs: { path: "pageOfTotalPages", tag: "div" }, scopedSlots: e._u([{ key: "page", fn: function() {
|
|
1410
|
+
return [o("adl-dropdown", { staticClass: "b-pagination-context__dropdown", attrs: { id: e.dropdownId, value: e.page, items: e.listOfAvailablePages, "aria-label": e.$t("pageOfTotalPages", { page: e.page, totalPages: e.totalPages }) }, on: { input: e.onPageSelectChange } })];
|
|
1411
|
+
}, proxy: !0 }, { key: "totalPages", fn: function() {
|
|
1412
|
+
return [e._v(e._s(e.totalPages))];
|
|
1413
|
+
}, proxy: !0 }], null, !1, 1035534293) })], 1) : e.totalPages === 1 ? o("bento-typography", { attrs: { el: e.BentoTypographyElement.SPAN } }, [e._v(" " + e._s(e.$t("pageOneOfOne")) + " ")]) : o("bento-typography", { attrs: { el: e.BentoTypographyElement.SPAN } }, [e._v(" " + e._s(e.$t("pageNumber", { page: e.page })) + " ")])], 1);
|
|
1414
|
+
}, Or = [], Ir = /* @__PURE__ */ u(
|
|
1415
|
+
Tr,
|
|
1416
|
+
Pr,
|
|
1417
|
+
Or,
|
|
1418
|
+
!1,
|
|
1419
|
+
null,
|
|
1420
|
+
"1022a289",
|
|
1421
|
+
null,
|
|
1422
|
+
null
|
|
1423
|
+
);
|
|
1424
|
+
const Lr = Ir.exports;
|
|
1425
|
+
let Te = 0;
|
|
1426
|
+
const Ar = {
|
|
1427
|
+
beforeCreate() {
|
|
1428
|
+
this.uuid = Te.toString(), Te += 1;
|
|
1429
|
+
}
|
|
1430
|
+
};
|
|
1431
|
+
var Rr = function() {
|
|
1432
|
+
var e = this, o = e._self._c;
|
|
1433
|
+
return o("svg", e._b({ attrs: { role: "img", xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none" } }, "svg", e.$attrs, !1), [e.$attrs["svg-title"] ? o("title", [e._v(e._s(e.$attrs["svg-title"]))]) : e._e(), o("path", { attrs: { fill: "#00112C", "fill-rule": "evenodd", d: "M4.25 11C4.25 11.4142 4.58579 11.75 5 11.75C5.41421 11.75 5.75 11.4142 5.75 11L5.75 4.99999C5.75 4.58577 5.41421 4.24999 5 4.24999C4.58579 4.24999 4.25 4.58577 4.25 4.99998L4.25 11Z", "clip-rule": "evenodd" } }), o("path", { attrs: { fill: "#00112C", "fill-rule": "evenodd", d: "M11.5303 5.53031C11.8232 5.23742 11.8232 4.76255 11.5303 4.46965C11.2374 4.17676 10.7626 4.17676 10.4697 4.46965L7.46967 7.46965C7.17678 7.76255 7.17678 8.23742 7.46967 8.53031L10.4697 11.5303C10.7626 11.8232 11.2374 11.8232 11.5303 11.5303C11.8232 11.2374 11.8232 10.7625 11.5303 10.4697L9.06066 7.99998L11.5303 5.53031Z", "clip-rule": "evenodd" } })]);
|
|
1434
|
+
}, Er = [], Dr = /* @__PURE__ */ u(
|
|
1435
|
+
Ar,
|
|
1436
|
+
Rr,
|
|
1437
|
+
Er,
|
|
1438
|
+
!1,
|
|
1439
|
+
null,
|
|
1440
|
+
"d0300c1f",
|
|
1441
|
+
null,
|
|
1442
|
+
null
|
|
1443
|
+
);
|
|
1444
|
+
const Nr = Dr.exports;
|
|
1445
|
+
let Pe = 0;
|
|
1446
|
+
const Br = {
|
|
1447
|
+
beforeCreate() {
|
|
1448
|
+
this.uuid = Pe.toString(), Pe += 1;
|
|
1449
|
+
}
|
|
1450
|
+
};
|
|
1451
|
+
var Fr = function() {
|
|
1452
|
+
var e = this, o = e._self._c;
|
|
1453
|
+
return o("svg", e._b({ attrs: { role: "img", xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none" } }, "svg", e.$attrs, !1), [e.$attrs["svg-title"] ? o("title", [e._v(e._s(e.$attrs["svg-title"]))]) : e._e(), o("path", { attrs: { fill: "#00112C", "fill-rule": "evenodd", d: "M4.46967 10.4697C4.17678 10.7626 4.17678 11.2374 4.46967 11.5303C4.76256 11.8232 5.23744 11.8232 5.53033 11.5303L8.53033 8.53032C8.82322 8.23743 8.82322 7.76256 8.53033 7.46966L5.53033 4.46966C5.23744 4.17677 4.76256 4.17677 4.46967 4.46966C4.17678 4.76256 4.17678 5.23743 4.46967 5.53032L6.93934 7.99999L4.46967 10.4697Z", "clip-rule": "evenodd" } }), o("path", { attrs: { fill: "#00112C", "fill-rule": "evenodd", d: "M11.75 4.99999C11.75 4.58578 11.4142 4.24999 11 4.24999C10.5858 4.24999 10.25 4.58578 10.25 4.99999V11C10.25 11.4142 10.5858 11.75 11 11.75C11.4142 11.75 11.75 11.4142 11.75 11L11.75 4.99999Z", "clip-rule": "evenodd" } })]);
|
|
1454
|
+
}, zr = [], Ur = /* @__PURE__ */ u(
|
|
1455
|
+
Br,
|
|
1456
|
+
Fr,
|
|
1457
|
+
zr,
|
|
1458
|
+
!1,
|
|
1459
|
+
null,
|
|
1460
|
+
"526f9959",
|
|
1461
|
+
null,
|
|
1462
|
+
null
|
|
1463
|
+
);
|
|
1464
|
+
const Mr = Ur.exports;
|
|
1465
|
+
let Oe = 0;
|
|
1466
|
+
const Vr = {
|
|
1467
|
+
beforeCreate() {
|
|
1468
|
+
this.uuid = Oe.toString(), Oe += 1;
|
|
1469
|
+
}
|
|
1470
|
+
};
|
|
1471
|
+
var Wr = function() {
|
|
1472
|
+
var e = this, o = e._self._c;
|
|
1473
|
+
return o("svg", e._b({ attrs: { role: "img", xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none" } }, "svg", e.$attrs, !1), [e.$attrs["svg-title"] ? o("title", [e._v(e._s(e.$attrs["svg-title"]))]) : e._e(), o("path", { attrs: { fill: "#00112C", "fill-rule": "evenodd", d: "M10.0303 4.46967C10.3232 4.76256 10.3232 5.23744 10.0303 5.53033L7.56066 8L10.0303 10.4697C10.3232 10.7626 10.3232 11.2374 10.0303 11.5303C9.73744 11.8232 9.26256 11.8232 8.96967 11.5303L5.96967 8.53033C5.67678 8.23744 5.67678 7.76256 5.96967 7.46967L8.96967 4.46967C9.26256 4.17678 9.73744 4.17678 10.0303 4.46967Z", "clip-rule": "evenodd" } })]);
|
|
1474
|
+
}, qr = [], Gr = /* @__PURE__ */ u(
|
|
1475
|
+
Vr,
|
|
1476
|
+
Wr,
|
|
1477
|
+
qr,
|
|
1478
|
+
!1,
|
|
1479
|
+
null,
|
|
1480
|
+
"ad07f9f1",
|
|
1481
|
+
null,
|
|
1482
|
+
null
|
|
1483
|
+
);
|
|
1484
|
+
const Yr = Gr.exports;
|
|
1485
|
+
let Ie = 0;
|
|
1486
|
+
const Hr = {
|
|
1487
|
+
beforeCreate() {
|
|
1488
|
+
this.uuid = Ie.toString(), Ie += 1;
|
|
1489
|
+
}
|
|
1490
|
+
};
|
|
1491
|
+
var jr = function() {
|
|
1492
|
+
var e = this, o = e._self._c;
|
|
1493
|
+
return o("svg", e._b({ attrs: { role: "img", xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none" } }, "svg", e.$attrs, !1), [e.$attrs["svg-title"] ? o("title", [e._v(e._s(e.$attrs["svg-title"]))]) : e._e(), o("path", { attrs: { fill: "#00112C", "fill-rule": "evenodd", d: "M5.96967 11.5303C5.67678 11.2374 5.67678 10.7626 5.96967 10.4697L8.43934 8L5.96967 5.53033C5.67678 5.23744 5.67678 4.76256 5.96967 4.46967C6.26256 4.17678 6.73744 4.17678 7.03033 4.46967L10.0303 7.46967C10.171 7.61032 10.25 7.80109 10.25 8C10.25 8.19891 10.171 8.38968 10.0303 8.53033L7.03033 11.5303C6.73744 11.8232 6.26256 11.8232 5.96967 11.5303Z", "clip-rule": "evenodd" } })]);
|
|
1494
|
+
}, Zr = [], Xr = /* @__PURE__ */ u(
|
|
1495
|
+
Hr,
|
|
1496
|
+
jr,
|
|
1497
|
+
Zr,
|
|
1498
|
+
!1,
|
|
1499
|
+
null,
|
|
1500
|
+
"5d0b9449",
|
|
1501
|
+
null,
|
|
1502
|
+
null
|
|
1503
|
+
);
|
|
1504
|
+
const Jr = Xr.exports, Kr = {
|
|
1505
|
+
"en-US": {
|
|
1506
|
+
navigateToTheFirstPage: "Navigate to the first page",
|
|
1507
|
+
navigateToThePreviousPage: "Navigate to the previous page",
|
|
1508
|
+
navigateToTheNextPage: "Navigate to the next page",
|
|
1509
|
+
navigateToTheLastPage: "Navigate to the last page"
|
|
1510
|
+
},
|
|
1511
|
+
"de-DE": {
|
|
1512
|
+
navigateToTheFirstPage: "Zur ersten Seite navigieren",
|
|
1513
|
+
navigateToThePreviousPage: "Zur vorherigen Seite navigieren",
|
|
1514
|
+
navigateToTheNextPage: "Zur nächsten Seite navigieren",
|
|
1515
|
+
navigateToTheLastPage: "Zur letzten Seite navigieren"
|
|
1516
|
+
},
|
|
1517
|
+
"fr-FR": {
|
|
1518
|
+
navigateToTheFirstPage: "Accéder à la première page",
|
|
1519
|
+
navigateToThePreviousPage: "Accéder à la page précédente",
|
|
1520
|
+
navigateToTheNextPage: "Accéder à la page suivante",
|
|
1521
|
+
navigateToTheLastPage: "Accéder à la dernière page"
|
|
1522
|
+
},
|
|
1523
|
+
"ja-JP": {
|
|
1524
|
+
navigateToTheFirstPage: "最初のページに移動",
|
|
1525
|
+
navigateToThePreviousPage: "前のページに移動",
|
|
1526
|
+
navigateToTheNextPage: "次のページに移動",
|
|
1527
|
+
navigateToTheLastPage: "最後のページに移動"
|
|
1528
|
+
},
|
|
1529
|
+
"pt-BR": {
|
|
1530
|
+
navigateToTheFirstPage: "Ir para a primeira página",
|
|
1531
|
+
navigateToThePreviousPage: "Ir para a página anterior",
|
|
1532
|
+
navigateToTheNextPage: "Ir para a próxima página",
|
|
1533
|
+
navigateToTheLastPage: "Ir para a última página"
|
|
1534
|
+
},
|
|
1535
|
+
"es-ES": {
|
|
1536
|
+
navigateToTheFirstPage: "Ir a la primera página",
|
|
1537
|
+
navigateToThePreviousPage: "Ir a la página anterior",
|
|
1538
|
+
navigateToTheNextPage: "Ir a la página siguiente",
|
|
1539
|
+
navigateToTheLastPage: "Ir a la última página"
|
|
1540
|
+
}
|
|
1541
|
+
}, Qr = m({
|
|
1542
|
+
i18n: { messages: Kr },
|
|
1543
|
+
name: "adl-pagination-controls",
|
|
1544
|
+
components: {
|
|
1545
|
+
BentoButton: A,
|
|
1546
|
+
SkipLeft: Nr,
|
|
1547
|
+
SkipRight: Mr,
|
|
1548
|
+
ChevronLeft: Yr,
|
|
1549
|
+
ChevronRight: Jr
|
|
1550
|
+
},
|
|
1551
|
+
inheritAttrs: !1,
|
|
1552
|
+
props: {
|
|
1553
|
+
/**
|
|
1554
|
+
* Use to determine if the pager has a "next page".
|
|
1555
|
+
*/
|
|
1556
|
+
hasNext: { type: Boolean, default: null },
|
|
1557
|
+
/**
|
|
1558
|
+
* The current page number of the pager.
|
|
1559
|
+
*/
|
|
1560
|
+
page: { type: Number, required: !0 },
|
|
1561
|
+
/**
|
|
1562
|
+
* The current page number of the pager.
|
|
1563
|
+
*/
|
|
1564
|
+
totalPages: { type: Number, default: null }
|
|
1565
|
+
},
|
|
1566
|
+
emits: ["navigate"],
|
|
1567
|
+
setup(t, { emit: e }) {
|
|
1568
|
+
const o = l(() => t.page === 1), r = l(() => t.page === t.totalPages), a = l(() => !t.hasNext || r.value), i = l(() => {
|
|
1569
|
+
const s = !t.hasNext, c = !t.totalPages;
|
|
1570
|
+
return s || r.value || c;
|
|
1571
|
+
});
|
|
1572
|
+
return {
|
|
1573
|
+
// Values
|
|
1574
|
+
isNextButtonDisabled: a,
|
|
1575
|
+
isCurrentPageFirst: o,
|
|
1576
|
+
isCurrentPageLast: r,
|
|
1577
|
+
isLastPageButtonDisabled: i,
|
|
1578
|
+
// Events
|
|
1579
|
+
navigate: (s) => {
|
|
1580
|
+
e("navigate", s);
|
|
1581
|
+
},
|
|
1582
|
+
// Enums
|
|
1583
|
+
BentoButtonVariant: T
|
|
1584
|
+
};
|
|
1585
|
+
}
|
|
1586
|
+
});
|
|
1587
|
+
var ea = function() {
|
|
1588
|
+
var e = this, o = e._self._c;
|
|
1589
|
+
return e._self._setupProxy, o("div", { staticClass: "b-pagination-controls" }, [o("bento-button", { attrs: { disabled: e.isCurrentPageFirst, variant: e.BentoButtonVariant.TERTIARY, tertiary: "", condensed: "" }, on: { click: function(r) {
|
|
1590
|
+
return e.navigate(1);
|
|
1591
|
+
} }, scopedSlots: e._u([{ key: "iconLeft", fn: function() {
|
|
1592
|
+
return [o("skip-left", { attrs: { "svg-title": e.$t("navigateToTheFirstPage") } })];
|
|
1593
|
+
}, proxy: !0 }]) }), o("bento-button", { attrs: { disabled: e.isCurrentPageFirst, variant: e.BentoButtonVariant.TERTIARY, tertiary: "", condensed: "" }, on: { click: function(r) {
|
|
1594
|
+
return e.navigate(e.page - 1);
|
|
1595
|
+
} }, scopedSlots: e._u([{ key: "iconLeft", fn: function() {
|
|
1596
|
+
return [o("chevron-left", { attrs: { "svg-title": e.$t("navigateToThePreviousPage") } })];
|
|
1597
|
+
}, proxy: !0 }]) }), o("bento-button", { attrs: { disabled: e.isNextButtonDisabled, variant: e.BentoButtonVariant.TERTIARY, tertiary: "", condensed: "" }, on: { click: function(r) {
|
|
1598
|
+
return e.navigate(e.page + 1);
|
|
1599
|
+
} }, scopedSlots: e._u([{ key: "iconLeft", fn: function() {
|
|
1600
|
+
return [o("chevron-right", { attrs: { "svg-title": e.$t("navigateToTheNextPage") } })];
|
|
1601
|
+
}, proxy: !0 }]) }), o("bento-button", { attrs: { disabled: e.isLastPageButtonDisabled, variant: e.BentoButtonVariant.TERTIARY, tertiary: "", condensed: "" }, on: { click: function(r) {
|
|
1602
|
+
return e.navigate(e.totalPages);
|
|
1603
|
+
} }, scopedSlots: e._u([{ key: "iconLeft", fn: function() {
|
|
1604
|
+
return [o("skip-right", { attrs: { "svg-title": e.$t("navigateToTheLastPage") } })];
|
|
1605
|
+
}, proxy: !0 }]) })], 1);
|
|
1606
|
+
}, ta = [], oa = /* @__PURE__ */ u(
|
|
1607
|
+
Qr,
|
|
1608
|
+
ea,
|
|
1609
|
+
ta,
|
|
1610
|
+
!1,
|
|
1611
|
+
null,
|
|
1612
|
+
"eb04a653",
|
|
1613
|
+
null,
|
|
1614
|
+
null
|
|
1615
|
+
);
|
|
1616
|
+
const ra = oa.exports, aa = {
|
|
1617
|
+
"en-US": {
|
|
1618
|
+
paginatedNavigation: "Paginated navigation",
|
|
1619
|
+
showingItemsWithTotal: "Showing {itemCount} of {totalCount} item | Showing {itemCount} of {totalCount} items"
|
|
1620
|
+
},
|
|
1621
|
+
"de-DE": {
|
|
1622
|
+
paginatedNavigation: "Paginierte Navigation",
|
|
1623
|
+
showingItemsWithTotal: "Zeigt {itemCount} Artikel von {totalCount} | Zeigt {itemCount} von {totalCount} Artikeln"
|
|
1624
|
+
},
|
|
1625
|
+
"fr-FR": {
|
|
1626
|
+
paginatedNavigation: "Navigation paginée",
|
|
1627
|
+
showingItemsWithTotal: "Affichage de {itemCount} élément sur {totalCount} | Affichage de {itemCount} élément(s) sur {totalCount}"
|
|
1628
|
+
},
|
|
1629
|
+
"ja-JP": {
|
|
1630
|
+
paginatedNavigation: "ページ分割ナビゲーション",
|
|
1631
|
+
showingItemsWithTotal: "{totalCount}件中{itemCount}件のアイテムを表示"
|
|
1632
|
+
},
|
|
1633
|
+
"pt-BR": {
|
|
1634
|
+
paginatedNavigation: "Navegação por página",
|
|
1635
|
+
showingItemsWithTotal: "Mostrando {itemCount} de {totalCount} item | Mostrando {itemCount} de {totalCount} itens"
|
|
1636
|
+
},
|
|
1637
|
+
"es-ES": {
|
|
1638
|
+
paginatedNavigation: "Navegación por páginas",
|
|
1639
|
+
showingItemsWithTotal: "Mostrando {itemCount} de {totalCount} artículo | Mostrando {itemCount} de {totalCount} artículos"
|
|
1640
|
+
}
|
|
1641
|
+
}, na = m({
|
|
1642
|
+
i18n: { messages: aa },
|
|
1643
|
+
name: "bento-pagination",
|
|
1644
|
+
components: {
|
|
1645
|
+
BentoPaginationContext: Lr,
|
|
1646
|
+
BentoPaginationControls: ra,
|
|
1647
|
+
BentoPaginationResultsPerPage: Sr
|
|
1648
|
+
},
|
|
1649
|
+
inheritAttrs: !1,
|
|
1650
|
+
props: {
|
|
1651
|
+
/**
|
|
1652
|
+
* A brief description of the purpose of the navigation (for a11y).
|
|
1653
|
+
* Omit the term "navigation", as the screen reader will read both the role and the contents of the label.
|
|
1654
|
+
*/
|
|
1655
|
+
ariaLabel: { type: String, default: null },
|
|
1656
|
+
/**
|
|
1657
|
+
* Use to determine if the pager has a "next page".
|
|
1658
|
+
*/
|
|
1659
|
+
hasNext: { type: Boolean, default: null },
|
|
1660
|
+
/**
|
|
1661
|
+
* The current page number of the pager.
|
|
1662
|
+
*/
|
|
1663
|
+
page: {
|
|
1664
|
+
type: Number,
|
|
1665
|
+
default: 1,
|
|
1666
|
+
validator: (t) => Number.isFinite(t) && t > 0
|
|
1667
|
+
},
|
|
1668
|
+
/**
|
|
1669
|
+
* The size of the items the pager is paging through.
|
|
1670
|
+
*/
|
|
1671
|
+
size: {
|
|
1672
|
+
type: Number,
|
|
1673
|
+
default: 50,
|
|
1674
|
+
validator: (t) => [10, 25, 50, 75, 100].includes(t)
|
|
1675
|
+
},
|
|
1676
|
+
/**
|
|
1677
|
+
* The total number of items the pager is paging through.
|
|
1678
|
+
*/
|
|
1679
|
+
totalCount: { type: Number, default: null }
|
|
1680
|
+
},
|
|
1681
|
+
emits: ["navigate", "items-page", "update:page", "update:size"],
|
|
1682
|
+
setup(t, { emit: e }) {
|
|
1683
|
+
const o = l(
|
|
1684
|
+
() => !t.totalCount || !t.size ? null : Math.ceil(t.totalCount / t.size)
|
|
1685
|
+
), r = (n) => {
|
|
1686
|
+
e("navigate", n), e("update:page", n);
|
|
1687
|
+
};
|
|
1688
|
+
return {
|
|
1689
|
+
// Values
|
|
1690
|
+
totalPages: o,
|
|
1691
|
+
// Events
|
|
1692
|
+
navigate: r,
|
|
1693
|
+
onItemsPerPageChange: (n) => {
|
|
1694
|
+
e("items-page", n), e("update:size", n), r(1);
|
|
1695
|
+
},
|
|
1696
|
+
onPageSelected: (n) => {
|
|
1697
|
+
r(n);
|
|
1698
|
+
}
|
|
1699
|
+
};
|
|
1700
|
+
}
|
|
1701
|
+
});
|
|
1702
|
+
var ia = function() {
|
|
1703
|
+
var e = this, o = e._self._c;
|
|
1704
|
+
return e._self._setupProxy, o("nav", { staticClass: "b-pagination", attrs: { "aria-label": e.ariaLabel } }, [o("bento-pagination-results-per-page", { staticClass: "b-pagination__results-per-page", attrs: { "items-per-page": e.size, "total-count": e.totalCount }, on: { select: e.onItemsPerPageChange } }), o("div", { staticClass: "b-pagination__page-navigator" }, [o("bento-pagination-context", { staticClass: "b-pagination__context", attrs: { "total-pages": e.totalPages, page: e.page, size: e.size, "total-count": e.totalCount }, on: { "page-selected": e.onPageSelected } }), o("div", { staticClass: "b-pagination__divider" }), o("bento-pagination-controls", { staticClass: "b-pagination__controls", attrs: { "has-next": e.hasNext, page: e.page, "total-pages": e.totalPages }, on: { navigate: e.navigate } })], 1)], 1);
|
|
1705
|
+
}, la = [], ca = /* @__PURE__ */ u(
|
|
1706
|
+
na,
|
|
1707
|
+
ia,
|
|
1708
|
+
la,
|
|
1709
|
+
!1,
|
|
1710
|
+
null,
|
|
1711
|
+
"542be0d2",
|
|
1712
|
+
null,
|
|
1713
|
+
null
|
|
1714
|
+
);
|
|
1715
|
+
const sa = ca.exports;
|
|
1716
|
+
var da = /* @__PURE__ */ ((t) => (t.TEXT = "BentoTextFilter", t))(da || {});
|
|
1717
|
+
const ne = { ...ee }, ba = m({
|
|
1718
|
+
name: "bento-popover-dismiss-button",
|
|
1719
|
+
components: { BentoButton: A, CrossCircleFillIcon: Ue },
|
|
1720
|
+
inheritAttrs: !1,
|
|
1721
|
+
props: {
|
|
1722
|
+
onImage: {
|
|
1723
|
+
type: Boolean,
|
|
1724
|
+
default: !1
|
|
1725
|
+
}
|
|
1726
|
+
},
|
|
1727
|
+
setup(t) {
|
|
1728
|
+
return {
|
|
1729
|
+
// Values
|
|
1730
|
+
conditionalClass: l(() => ({ "b-popover-dismiss-button--on-image": t.onImage })),
|
|
1731
|
+
// Enums
|
|
1732
|
+
BentoButtonVariant: T
|
|
1733
|
+
};
|
|
1734
|
+
}
|
|
1735
|
+
});
|
|
1736
|
+
var ua = function() {
|
|
1737
|
+
var e = this, o = e._self._c;
|
|
1738
|
+
return e._self._setupProxy, o("bento-button", { class: e.conditionalClass, attrs: { variant: e.BentoButtonVariant.TERTIARY }, on: { click: function(r) {
|
|
1739
|
+
return e.$emit("click");
|
|
1740
|
+
} }, scopedSlots: e._u([{ key: "iconLeft", fn: function() {
|
|
1741
|
+
return [o("cross-circle-fill-icon", { attrs: { "svg-title": "dismiss" } })];
|
|
1742
|
+
}, proxy: !0 }]) });
|
|
1743
|
+
}, pa = [], ga = /* @__PURE__ */ u(
|
|
1744
|
+
ba,
|
|
1745
|
+
ua,
|
|
1746
|
+
pa,
|
|
1747
|
+
!1,
|
|
1748
|
+
null,
|
|
1749
|
+
"4e653c03",
|
|
1750
|
+
null,
|
|
1751
|
+
null
|
|
1752
|
+
);
|
|
1753
|
+
const fa = ga.exports;
|
|
1754
|
+
var Be;
|
|
1755
|
+
const va = m({
|
|
1756
|
+
name: "bento-popover",
|
|
1757
|
+
components: {
|
|
1758
|
+
BentoPopoverDismissButton: fa,
|
|
1759
|
+
BentoButtonActions: Et,
|
|
1760
|
+
BentoTypography: P,
|
|
1761
|
+
PopperContainer: B
|
|
1762
|
+
},
|
|
1763
|
+
inheritAttrs: !1,
|
|
1764
|
+
props: {
|
|
1765
|
+
/**
|
|
1766
|
+
* List of actions that will be used to render the buttons.
|
|
1767
|
+
* First element in the list will be rendered as "primary".
|
|
1768
|
+
* All elements after the first will be rendered as "secondary".
|
|
1769
|
+
*
|
|
1770
|
+
* Each object in the list should have a `title`, an `event` and
|
|
1771
|
+
* (optional) a Vue `icon` from the library `@adyen/ui-assets-icons-16`.
|
|
1772
|
+
*
|
|
1773
|
+
* `title`: Button's text.
|
|
1774
|
+
*
|
|
1775
|
+
* `event`: Event triggered when clicking the Button.
|
|
1776
|
+
*
|
|
1777
|
+
* `icon`: Vue Icon from the library `@adyen/ui-assets-icons-16`.
|
|
1778
|
+
*
|
|
1779
|
+
* ```
|
|
1780
|
+
* [{
|
|
1781
|
+
* title: 'Primary',
|
|
1782
|
+
* event: () => { ... },
|
|
1783
|
+
* icon: FourPeopleIcon
|
|
1784
|
+
* }, {
|
|
1785
|
+
* title: 'Secondary',
|
|
1786
|
+
* event: () => { ... }
|
|
1787
|
+
* }]
|
|
1788
|
+
* ```
|
|
1789
|
+
*/
|
|
1790
|
+
actions: {
|
|
1791
|
+
type: Array,
|
|
1792
|
+
default: null
|
|
1793
|
+
},
|
|
1794
|
+
/**
|
|
1795
|
+
* Defines the layout in which the button actions is presented.
|
|
1796
|
+
* It can be one of:
|
|
1797
|
+
*
|
|
1798
|
+
* @values BUTTONS_END
|
|
1799
|
+
* @values FILL_CONTAINER
|
|
1800
|
+
* @values SPACE_BETWEEN
|
|
1801
|
+
* @values VERTICAL_STACK
|
|
1802
|
+
*/
|
|
1803
|
+
actionsLayout: {
|
|
1804
|
+
type: String,
|
|
1805
|
+
default: W.BUTTONS_END,
|
|
1806
|
+
validator: (t) => Object.values(W).includes(t)
|
|
1807
|
+
},
|
|
1808
|
+
/**
|
|
1809
|
+
* Defines a string value that provides an accessible name for the popover.
|
|
1810
|
+
*/
|
|
1811
|
+
ariaLabel: {
|
|
1812
|
+
type: String,
|
|
1813
|
+
default: null
|
|
1814
|
+
},
|
|
1815
|
+
/**
|
|
1816
|
+
* Supports disabling focus trap functionality to avoid scroll into view behavior when we don't need it.
|
|
1817
|
+
* */
|
|
1818
|
+
disableFocusTrap: {
|
|
1819
|
+
type: Boolean,
|
|
1820
|
+
default: !1
|
|
1821
|
+
},
|
|
1822
|
+
/**
|
|
1823
|
+
* Adds a "dismiss" icon that triggers the "dismiss" event.
|
|
1824
|
+
*/
|
|
1825
|
+
dismissible: {
|
|
1826
|
+
type: Boolean,
|
|
1827
|
+
default: !1
|
|
1828
|
+
},
|
|
1829
|
+
/**
|
|
1830
|
+
* Instructs popover to be visible outside of the containing container.
|
|
1831
|
+
* Useful when component would be used in limited containers like Modal, Side panel, etc.
|
|
1832
|
+
* https://popper.js.org/docs/v2/constructors/#strategy
|
|
1833
|
+
*/
|
|
1834
|
+
fixedPositioning: {
|
|
1835
|
+
type: Boolean,
|
|
1836
|
+
default: !1
|
|
1837
|
+
},
|
|
1838
|
+
/**
|
|
1839
|
+
* Displays the popover in a large size.
|
|
1840
|
+
*/
|
|
1841
|
+
large: {
|
|
1842
|
+
type: Boolean,
|
|
1843
|
+
default: !1
|
|
1844
|
+
},
|
|
1845
|
+
/**
|
|
1846
|
+
* Custom set of modifiers. Useful for low-level control over Popper behavior in some really complex use cases.
|
|
1847
|
+
*/
|
|
1848
|
+
modifiers: { type: Array, default: null },
|
|
1849
|
+
/**
|
|
1850
|
+
* Popover's position relative to the target element.
|
|
1851
|
+
* Possible values are:
|
|
1852
|
+
* 'auto', 'auto-start', 'auto-end',
|
|
1853
|
+
* 'top', 'top-start', 'top-end'
|
|
1854
|
+
* 'right', 'right-start', 'right-end'
|
|
1855
|
+
* 'bottom', 'bottom-start', 'bottom-end'
|
|
1856
|
+
* 'left', 'left-start', 'left-end'
|
|
1857
|
+
*/
|
|
1858
|
+
position: {
|
|
1859
|
+
type: String,
|
|
1860
|
+
default: ne.TOP,
|
|
1861
|
+
validator: (t) => Object.values(ne).includes(t)
|
|
1862
|
+
},
|
|
1863
|
+
/**
|
|
1864
|
+
* Displays the popover in a small size.
|
|
1865
|
+
*/
|
|
1866
|
+
small: {
|
|
1867
|
+
type: Boolean,
|
|
1868
|
+
default: !1
|
|
1869
|
+
},
|
|
1870
|
+
/**
|
|
1871
|
+
* Indicates the title you want to give the popover.
|
|
1872
|
+
*/
|
|
1873
|
+
title: {
|
|
1874
|
+
type: String,
|
|
1875
|
+
default: null
|
|
1876
|
+
},
|
|
1877
|
+
/**
|
|
1878
|
+
* Popover's target element.
|
|
1879
|
+
* The popover will position itself relatively to target element, in specified position.
|
|
1880
|
+
*/
|
|
1881
|
+
targetElement: {
|
|
1882
|
+
type: (Be = B.props) == null ? void 0 : Be.targetElement.type,
|
|
1883
|
+
required: !0
|
|
1884
|
+
}
|
|
1885
|
+
},
|
|
1886
|
+
emits: ["dismiss"],
|
|
1887
|
+
setup(t, { emit: e }) {
|
|
1888
|
+
const o = l(() => t.ariaLabel || t.title);
|
|
1889
|
+
return {
|
|
1890
|
+
// Values
|
|
1891
|
+
conditionalClasses: l(() => ({
|
|
1892
|
+
"b-popover--small": t.small && !t.large,
|
|
1893
|
+
"b-popover--large": t.large && !t.small
|
|
1894
|
+
})),
|
|
1895
|
+
computedAriaLabel: o,
|
|
1896
|
+
// Enums
|
|
1897
|
+
BentoTypographyElement: w,
|
|
1898
|
+
BentoTypographyVariant: _,
|
|
1899
|
+
PopperContainerAriaRole: oe,
|
|
1900
|
+
// Events
|
|
1901
|
+
dismissPopover: () => e("dismiss")
|
|
1902
|
+
};
|
|
1903
|
+
}
|
|
1904
|
+
});
|
|
1905
|
+
var _a = function() {
|
|
1906
|
+
var e = this, o = e._self._c;
|
|
1907
|
+
return e._self._setupProxy, o("popper-container", { staticClass: "b-popover", class: e.conditionalClasses, attrs: { "aria-role": e.PopperContainerAriaRole.POPOVER, "aria-label": e.computedAriaLabel, "target-element": e.targetElement, position: e.position, offset: [0, 2], modifiers: e.modifiers, "fixed-positioning": e.fixedPositioning, "disabled-focus-trap": e.disableFocusTrap, arrow: { classes: ["b-popover__arrow"] } } }, [e.$slots.image ? o("div", { staticClass: "b-popover__image" }, [e.dismissible ? o("div", { staticClass: "b-popover__image-dismiss-button" }, [o("bento-popover-dismiss-button", { attrs: { "on-image": "" }, on: { click: e.dismissPopover } })], 1) : e._e(), e._t("image")], 2) : e._e(), e.title ? o("div", { staticClass: "b-popover__header" }, [o("div", { staticClass: "b-popover__header-title" }, [e.$slots.headerIcon ? e._t("headerIcon") : e._e(), o("bento-typography", { attrs: { strongest: "", wide: "", variant: e.BentoTypographyVariant.BODY, el: e.BentoTypographyElement.SPAN } }, [e._v(" " + e._s(e.title) + " ")])], 2), e.dismissible && !e.$slots.image ? o("div", [o("bento-popover-dismiss-button", { on: { click: e.dismissPopover } })], 1) : e._e()]) : e._e(), e.$slots.default ? o("div", { staticClass: "b-popover__content" }, [e._t("default")], 2) : e._e(), e.actions ? o("div", { staticClass: "b-popover__footer" }, [o("bento-button-actions", { attrs: { actions: e.actions, layout: e.actionsLayout } })], 1) : e._e()]);
|
|
1908
|
+
}, ha = [], ma = /* @__PURE__ */ u(
|
|
1909
|
+
va,
|
|
1910
|
+
_a,
|
|
1911
|
+
ha,
|
|
1912
|
+
!1,
|
|
1913
|
+
null,
|
|
1914
|
+
"841e0a87",
|
|
1915
|
+
null,
|
|
1916
|
+
null
|
|
1917
|
+
);
|
|
1918
|
+
const ya = ma.exports, q = { ...be };
|
|
1919
|
+
var qe = /* @__PURE__ */ ((t) => (t.HIDDEN = "hidden", t))(qe || {}), Fe;
|
|
1920
|
+
const xa = m({
|
|
1921
|
+
name: "bento-tooltip",
|
|
1922
|
+
components: { BentoTypography: P, PopperContainer: B },
|
|
1923
|
+
inheritAttrs: !1,
|
|
1924
|
+
props: {
|
|
1925
|
+
/**
|
|
1926
|
+
* Tooltip's target reference to the DOM element or Vue component.
|
|
1927
|
+
* The tooltip will position itself relatively to target element, in specified position.
|
|
1928
|
+
*/
|
|
1929
|
+
targetElement: { type: (Fe = B.props) == null ? void 0 : Fe.targetElement.type, required: !0 },
|
|
1930
|
+
/**
|
|
1931
|
+
* Tooltip's position relative to the target element.
|
|
1932
|
+
* Possible values are: 'top', 'bottom', 'left' and 'right'.
|
|
1933
|
+
*/
|
|
1934
|
+
position: {
|
|
1935
|
+
type: String,
|
|
1936
|
+
default: q.TOP,
|
|
1937
|
+
validator: (t) => Object.values(q).includes(t)
|
|
1938
|
+
},
|
|
1939
|
+
/**
|
|
1940
|
+
* Tooltip's offset.
|
|
1941
|
+
* If specified, the tooltip will have an offset in pixels between it and the target element
|
|
1942
|
+
* in specified position.
|
|
1943
|
+
*/
|
|
1944
|
+
offset: { type: Number, default: 0 },
|
|
1945
|
+
/**
|
|
1946
|
+
* Tooltip's text content.
|
|
1947
|
+
*/
|
|
1948
|
+
content: { type: String, required: !0 },
|
|
1949
|
+
/**
|
|
1950
|
+
* Shows / Hides the Tooltip component
|
|
1951
|
+
*/
|
|
1952
|
+
isShown: { type: Boolean, default: !1 }
|
|
1953
|
+
},
|
|
1954
|
+
setup(t) {
|
|
1955
|
+
let e = "id-init";
|
|
1956
|
+
lt(() => {
|
|
1957
|
+
e = Y("tooltip");
|
|
1958
|
+
});
|
|
1959
|
+
const o = l(() => ({
|
|
1960
|
+
[`b-tooltip--${qe.HIDDEN}`]: !t.isShown
|
|
1961
|
+
})), r = l(() => t.isShown ? 1 : -1);
|
|
1962
|
+
return {
|
|
1963
|
+
// Enums
|
|
1964
|
+
BentoTypographyElement: w,
|
|
1965
|
+
BentoTypographyVariant: _,
|
|
1966
|
+
PopperContainerAriaRole: oe,
|
|
1967
|
+
// Values
|
|
1968
|
+
id: e,
|
|
1969
|
+
conditionalClasses: o,
|
|
1970
|
+
tabIndex: r
|
|
1971
|
+
};
|
|
1972
|
+
}
|
|
1973
|
+
});
|
|
1974
|
+
var ka = function() {
|
|
1975
|
+
var e = this, o = e._self._c;
|
|
1976
|
+
return e._self._setupProxy, o("popper-container", { staticClass: "b-tooltip", class: e.conditionalClasses, attrs: { "target-element": e.targetElement, position: e.position, offset: [0, 4], arrow: { classes: ["b-tooltip__arrow"] }, "aria-hidden": !e.isShown, tabindex: e.tabIndex, "aria-role": e.PopperContainerAriaRole.TOOLTIP } }, [o("bento-typography", { attrs: { el: e.BentoTypographyElement.SPAN, variant: e.BentoTypographyVariant.CAPTION } }, [e._v(" " + e._s(e.content) + " ")])], 1);
|
|
1977
|
+
}, wa = [], Ca = /* @__PURE__ */ u(
|
|
1978
|
+
xa,
|
|
1979
|
+
ka,
|
|
1980
|
+
wa,
|
|
1981
|
+
!1,
|
|
1982
|
+
null,
|
|
1983
|
+
"0fb45ccc",
|
|
1984
|
+
null,
|
|
1985
|
+
null
|
|
1986
|
+
);
|
|
1987
|
+
const Sa = Ca.exports, $a = (t, e, o) => ({ label: l(() => o.isActive.value ? o.alwaysShowNameInLabel.value ? `${t}: ${e.value}` : e.value : t) }), re = (() => {
|
|
1988
|
+
const t = {
|
|
1989
|
+
capture: !1,
|
|
1990
|
+
passive: !1,
|
|
1991
|
+
once: !1
|
|
1992
|
+
};
|
|
1993
|
+
try {
|
|
1994
|
+
const e = {
|
|
1995
|
+
get capture() {
|
|
1996
|
+
return t.capture = !0, !1;
|
|
1997
|
+
},
|
|
1998
|
+
get passive() {
|
|
1999
|
+
return t.passive = !0, !1;
|
|
2000
|
+
},
|
|
2001
|
+
get once() {
|
|
2002
|
+
return t.once = !0, !1;
|
|
2003
|
+
}
|
|
2004
|
+
};
|
|
2005
|
+
document.addEventListener("test", null, e), document.removeEventListener("test", null, e);
|
|
2006
|
+
} catch {
|
|
2007
|
+
}
|
|
2008
|
+
return t;
|
|
2009
|
+
})();
|
|
2010
|
+
function E(t, e, o, r) {
|
|
2011
|
+
if (e.indexOf(" ") >= 0) {
|
|
2012
|
+
const c = e.split(" ").map((d) => E(t, d, o, r));
|
|
2013
|
+
return () => c.forEach((d) => d && d());
|
|
2014
|
+
}
|
|
2015
|
+
let a, i, n = !1;
|
|
2016
|
+
const s = (c) => {
|
|
2017
|
+
if (!(r != null && r.self && c.target !== t))
|
|
2018
|
+
try {
|
|
2019
|
+
o(c);
|
|
2020
|
+
} finally {
|
|
2021
|
+
r != null && r.once && a();
|
|
2022
|
+
}
|
|
2023
|
+
};
|
|
2024
|
+
if (a = () => {
|
|
2025
|
+
var c, d;
|
|
2026
|
+
n || t.removeEventListener(e, s, i), (c = r == null ? void 0 : r.vm) == null || c.$off("hook:beforeDestroy", a), (d = r == null ? void 0 : r.onCleanup) == null || d.call(r);
|
|
2027
|
+
}, r != null && r.capture && (i = re.capture ? { capture: !0 } : !0), r != null && r.passive && re.passive && (i = { ...i, passive: !0 }), r != null && r.once && re.once && !(r != null && r.self) && !(r != null && r.vm) && !(r != null && r.onCleanup) && (n = !0, i = { ...i, once: !0 }), r != null && r.vm) {
|
|
2028
|
+
if (!(r.vm instanceof G))
|
|
2029
|
+
throw new TypeError("options.vm is not a Vue component instance");
|
|
2030
|
+
r.vm.$once("hook:beforeDestroy", a);
|
|
2031
|
+
}
|
|
2032
|
+
return t.addEventListener(e, s, i), a;
|
|
2033
|
+
}
|
|
2034
|
+
const Ta = G.extend(Sa), N = [], te = "aria-describedby";
|
|
2035
|
+
let x, ie = !1;
|
|
2036
|
+
const Pa = (t) => {
|
|
2037
|
+
x = new Ta({ propsData: { targetElement: t, content: "" } }).$mount(), document.body.appendChild(x.$el);
|
|
2038
|
+
}, Oa = () => {
|
|
2039
|
+
document.body.removeChild(x.$el), x.$destroy(), x = void 0;
|
|
2040
|
+
}, Le = (t) => Object.values(q).includes(t.arg) ? t.arg : q.TOP, le = (t) => N.find(
|
|
2041
|
+
(e) => (
|
|
2042
|
+
// isEqualNode doesn't work correct for svg element, hence the second check here
|
|
2043
|
+
e.target.isEqualNode(t) && e.target === t
|
|
2044
|
+
)
|
|
2045
|
+
), Ia = (t) => {
|
|
2046
|
+
const e = le(t);
|
|
2047
|
+
!e.content || !t || (t.getAttribute(te) || t.setAttribute(te, x.id), ie = !0, x.content = e.content, x.position = e.position, G.nextTick(() => {
|
|
2048
|
+
ie && (x.targetElement = t, x.isShown = !0);
|
|
2049
|
+
}));
|
|
2050
|
+
}, Ae = (t) => {
|
|
2051
|
+
ie = !1, t && t.getAttribute(te) === x.id && t.removeAttribute(te), x.isShown = !1;
|
|
2052
|
+
}, Ge = {
|
|
2053
|
+
bind(t, e) {
|
|
2054
|
+
N.length === 0 && Pa(t);
|
|
2055
|
+
const o = () => Ia(t), r = () => Ae(t), a = {
|
|
2056
|
+
target: t,
|
|
2057
|
+
content: e.value,
|
|
2058
|
+
position: Le(e),
|
|
2059
|
+
removeListeners: [
|
|
2060
|
+
E(t, "mouseenter", o),
|
|
2061
|
+
E(t, "mouseleave", r),
|
|
2062
|
+
E(t, "focus", o),
|
|
2063
|
+
E(t, "blur", r)
|
|
2064
|
+
]
|
|
2065
|
+
};
|
|
2066
|
+
N.push(a);
|
|
2067
|
+
},
|
|
2068
|
+
update(t, e) {
|
|
2069
|
+
const o = le(t);
|
|
2070
|
+
if (o.content !== e.value && (o.content = e.value, x.isShown && x.targetElement.isEqualNode(t) && (o.content ? x.content = e.value : x.isShown = !1)), o.position !== e.arg) {
|
|
2071
|
+
const r = Le(e);
|
|
2072
|
+
o.position = r, x.position = r;
|
|
2073
|
+
}
|
|
2074
|
+
},
|
|
2075
|
+
unbind(t) {
|
|
2076
|
+
const e = le(t);
|
|
2077
|
+
e.removeListeners.forEach((o) => {
|
|
2078
|
+
o();
|
|
2079
|
+
}), Ae(t), N.splice(N.indexOf(e), 1), N.length === 0 && Oa();
|
|
2080
|
+
}
|
|
2081
|
+
};
|
|
2082
|
+
let Re = 0;
|
|
2083
|
+
const La = {
|
|
2084
|
+
beforeCreate() {
|
|
2085
|
+
this.uuid = Re.toString(), Re += 1;
|
|
2086
|
+
}
|
|
2087
|
+
};
|
|
2088
|
+
var Aa = function() {
|
|
2089
|
+
var e = this, o = e._self._c;
|
|
2090
|
+
return o("svg", e._b({ attrs: { role: "img", xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none" } }, "svg", e.$attrs, !1), [e.$attrs["svg-title"] ? o("title", [e._v(e._s(e.$attrs["svg-title"]))]) : e._e(), o("path", { attrs: { fill: "#00112C", "fill-rule": "evenodd", d: "M11.4697 12.5303C11.7626 12.8232 12.2374 12.8232 12.5303 12.5303C12.8232 12.2374 12.8232 11.7626 12.5303 11.4697L9.06066 8L12.5303 4.53033C12.8232 4.23744 12.8232 3.76256 12.5303 3.46967C12.2374 3.17678 11.7626 3.17678 11.4697 3.46967L8 6.93934L4.53033 3.46967C4.23744 3.17678 3.76256 3.17678 3.46967 3.46967C3.17678 3.76256 3.17678 4.23744 3.46967 4.53033L6.93934 8L3.46967 11.4697C3.17678 11.7626 3.17678 12.2374 3.46967 12.5303C3.76256 12.8232 4.23744 12.8232 4.53033 12.5303L8 9.06066L11.4697 12.5303Z", "clip-rule": "evenodd" } })]);
|
|
2091
|
+
}, Ra = [], Ea = /* @__PURE__ */ u(
|
|
2092
|
+
La,
|
|
2093
|
+
Aa,
|
|
2094
|
+
Ra,
|
|
2095
|
+
!1,
|
|
2096
|
+
null,
|
|
2097
|
+
"3b1e95e1",
|
|
2098
|
+
null,
|
|
2099
|
+
null
|
|
2100
|
+
);
|
|
2101
|
+
const Da = Ea.exports, Na = {
|
|
2102
|
+
"en-US": {
|
|
2103
|
+
clear: "Clear",
|
|
2104
|
+
apply: "Apply"
|
|
2105
|
+
},
|
|
2106
|
+
"de-DE": {
|
|
2107
|
+
clear: "Alle löschen",
|
|
2108
|
+
apply: "Bewerben"
|
|
2109
|
+
},
|
|
2110
|
+
"fr-FR": {
|
|
2111
|
+
clear: "Effacer",
|
|
2112
|
+
apply: "Postuler"
|
|
2113
|
+
},
|
|
2114
|
+
"ja-JP": {
|
|
2115
|
+
clear: "クリア",
|
|
2116
|
+
apply: "適用"
|
|
2117
|
+
},
|
|
2118
|
+
"pt-BR": {
|
|
2119
|
+
clear: "Limpar",
|
|
2120
|
+
apply: "Candidatar-se"
|
|
2121
|
+
},
|
|
2122
|
+
"es-ES": {
|
|
2123
|
+
clear: "Borrar",
|
|
2124
|
+
apply: "Aplicar"
|
|
2125
|
+
}
|
|
2126
|
+
}, Ba = m({
|
|
2127
|
+
i18n: { messages: Na },
|
|
2128
|
+
name: "bento-base-filter",
|
|
2129
|
+
components: {
|
|
2130
|
+
BentoButton: A,
|
|
2131
|
+
BentoButtonGroup: Ot,
|
|
2132
|
+
BentoPopover: ya,
|
|
2133
|
+
CrossIcon: Da
|
|
2134
|
+
},
|
|
2135
|
+
directives: { BentoTooltipDirective: Ge },
|
|
2136
|
+
inheritAttrs: !1,
|
|
2137
|
+
props: {
|
|
2138
|
+
/**
|
|
2139
|
+
* Display the "label" prop alongside value when the filter is active
|
|
2140
|
+
*
|
|
2141
|
+
* E.g.
|
|
2142
|
+
* label: "Company"
|
|
2143
|
+
* value: "Adyen"
|
|
2144
|
+
*
|
|
2145
|
+
* "Company: Adyen"
|
|
2146
|
+
*/
|
|
2147
|
+
alwaysShowNameInLabel: {
|
|
2148
|
+
type: Boolean,
|
|
2149
|
+
default: !1
|
|
2150
|
+
},
|
|
2151
|
+
/**
|
|
2152
|
+
* Disable the apply button
|
|
2153
|
+
*/
|
|
2154
|
+
disableApplyButton: {
|
|
2155
|
+
type: Boolean,
|
|
2156
|
+
deafault: !1
|
|
2157
|
+
},
|
|
2158
|
+
/**
|
|
2159
|
+
* Filter name/key referencing the actual property name in the data set.
|
|
2160
|
+
* Should be unique per filter bar.
|
|
2161
|
+
*/
|
|
2162
|
+
field: {
|
|
2163
|
+
type: String,
|
|
2164
|
+
required: !0
|
|
2165
|
+
},
|
|
2166
|
+
/**
|
|
2167
|
+
* Label text to be displayed
|
|
2168
|
+
*/
|
|
2169
|
+
label: {
|
|
2170
|
+
type: String,
|
|
2171
|
+
required: !0
|
|
2172
|
+
},
|
|
2173
|
+
/**
|
|
2174
|
+
* Shows/hides the filter's popover content
|
|
2175
|
+
*/
|
|
2176
|
+
isOpen: {
|
|
2177
|
+
type: Boolean,
|
|
2178
|
+
required: !0
|
|
2179
|
+
},
|
|
2180
|
+
/**
|
|
2181
|
+
* Current value of the filter
|
|
2182
|
+
*/
|
|
2183
|
+
value: {
|
|
2184
|
+
type: String,
|
|
2185
|
+
default: null
|
|
2186
|
+
}
|
|
2187
|
+
},
|
|
2188
|
+
emits: ["apply", "clear", "open", "close", "dismiss"],
|
|
2189
|
+
setup(t, { emit: e }) {
|
|
2190
|
+
const o = C(null), r = l(() => t.value != null), a = l(() => !t.alwaysShowNameInLabel && r.value), { value: i, alwaysShowNameInLabel: n } = de(t), { label: s } = $a(t.label, i, { alwaysShowNameInLabel: n, isActive: r }), c = () => e("clear"), d = () => e("close"), g = () => {
|
|
2191
|
+
t.isOpen ? d() : e("open");
|
|
2192
|
+
}, h = () => {
|
|
2193
|
+
d(), e("dismiss");
|
|
2194
|
+
}, f = () => {
|
|
2195
|
+
d(), e("apply");
|
|
2196
|
+
}, b = l(() => ({
|
|
2197
|
+
"b-base-filter--inactive": !r.value
|
|
2198
|
+
})), v = l(
|
|
2199
|
+
() => r.value ? T.PRIMARY : T.SECONDARY
|
|
2200
|
+
);
|
|
2201
|
+
return {
|
|
2202
|
+
displayLabel: s,
|
|
2203
|
+
buttonVariant: v,
|
|
2204
|
+
isTooltipVisible: a,
|
|
2205
|
+
isActive: r,
|
|
2206
|
+
conditionalClasses: b,
|
|
2207
|
+
// Enums
|
|
2208
|
+
BentoPopoverPositions: ne,
|
|
2209
|
+
BentoTooltipPosition: q,
|
|
2210
|
+
// Events
|
|
2211
|
+
onClickFilter: g,
|
|
2212
|
+
onClickDismissFilter: h,
|
|
2213
|
+
onClickApply: f,
|
|
2214
|
+
onClickClear: c,
|
|
2215
|
+
// Refs
|
|
2216
|
+
filterButtonRef: o,
|
|
2217
|
+
// Enums
|
|
2218
|
+
BentoButtonVariant: T
|
|
2219
|
+
};
|
|
2220
|
+
}
|
|
2221
|
+
});
|
|
2222
|
+
var Fa = function() {
|
|
2223
|
+
var e = this, o = e._self._c;
|
|
2224
|
+
return e._self._setupProxy, o("div", { staticClass: "b-base-filter", class: e.conditionalClasses }, [o("bento-button-group", { directives: [{ name: "bento-tooltip-directive", rawName: "v-bento-tooltip-directive", value: e.isTooltipVisible ? e.label : null, expression: "isTooltipVisible ? label : null" }] }, [o("bento-button", { ref: "filterButtonRef", attrs: { condensed: "", variant: e.buttonVariant }, on: { click: e.onClickFilter } }, [e._v(" " + e._s(e.displayLabel) + " ")]), e.isActive ? o("bento-button", { attrs: { condensed: "", variant: e.buttonVariant }, on: { click: e.onClickDismissFilter }, scopedSlots: e._u([{ key: "iconLeft", fn: function() {
|
|
2225
|
+
return [o("cross-icon", { attrs: { "svg-title": "dismiss" } })];
|
|
2226
|
+
}, proxy: !0 }], null, !1, 794874009) }) : e._e()], 1), e.isOpen && e.filterButtonRef ? o("bento-popover", { attrs: { "target-element": e.filterButtonRef, position: e.BentoPopoverPositions.BOTTOM_START } }, [o("div", [e._t("default")], 2), o("div", { staticClass: "b-base-filter__popover-footer" }, [o("bento-button", { attrs: { condensed: "", variant: e.BentoButtonVariant.SECONDARY }, on: { click: e.onClickClear } }, [e._v(" " + e._s(e.$t("clear")) + " ")]), o("bento-button", { attrs: { condensed: "", disabled: e.disableApplyButton }, on: { click: e.onClickApply } }, [e._v(e._s(e.$t("apply")))])], 1)]) : e._e()], 1);
|
|
2227
|
+
}, za = [], Ua = /* @__PURE__ */ u(
|
|
2228
|
+
Ba,
|
|
2229
|
+
Fa,
|
|
2230
|
+
za,
|
|
2231
|
+
!1,
|
|
2232
|
+
null,
|
|
2233
|
+
"d9d033aa",
|
|
2234
|
+
null,
|
|
2235
|
+
null
|
|
2236
|
+
);
|
|
2237
|
+
const Ma = Ua.exports;
|
|
2238
|
+
var X = /* @__PURE__ */ ((t) => (t.DEFAULT = "default", t.PAYMENT_METHOD = "payment-method", t.STATIC_VALUE = "static-value", t))(X || {}), J = /* @__PURE__ */ ((t) => (t.START = "start", t.END = "end", t))(J || {}), ce = /* @__PURE__ */ ((t) => (t.DISABLED = "disabled", t.ERROR = "error", t))(ce || {});
|
|
2239
|
+
const Va = m({
|
|
2240
|
+
name: "bento-input-field",
|
|
2241
|
+
components: { BentoTypography: P },
|
|
2242
|
+
inheritAttrs: !1,
|
|
2243
|
+
props: {
|
|
2244
|
+
/**
|
|
2245
|
+
* Disables the possibility of changing value in the input-field
|
|
2246
|
+
*/
|
|
2247
|
+
disabled: {
|
|
2248
|
+
type: Boolean,
|
|
2249
|
+
default: !1
|
|
2250
|
+
},
|
|
2251
|
+
/**
|
|
2252
|
+
* Adds error validation class for outlining input-field
|
|
2253
|
+
*/
|
|
2254
|
+
error: {
|
|
2255
|
+
type: Boolean,
|
|
2256
|
+
default: !1
|
|
2257
|
+
},
|
|
2258
|
+
/**
|
|
2259
|
+
* Static text that displayed before or after input value
|
|
2260
|
+
* Applicable to the Static Value variant
|
|
2261
|
+
*/
|
|
2262
|
+
staticValue: {
|
|
2263
|
+
type: String,
|
|
2264
|
+
default: ""
|
|
2265
|
+
},
|
|
2266
|
+
/**
|
|
2267
|
+
* Position of Static Value before or after input value
|
|
2268
|
+
*/
|
|
2269
|
+
staticValuePosition: {
|
|
2270
|
+
type: String,
|
|
2271
|
+
default: J.START
|
|
2272
|
+
},
|
|
2273
|
+
/**
|
|
2274
|
+
* Text displayed as the value of the input-field
|
|
2275
|
+
*/
|
|
2276
|
+
value: {
|
|
2277
|
+
type: String,
|
|
2278
|
+
default: ""
|
|
2279
|
+
},
|
|
2280
|
+
/**
|
|
2281
|
+
* Describes the different variants for the input element
|
|
2282
|
+
*/
|
|
2283
|
+
variant: {
|
|
2284
|
+
type: String,
|
|
2285
|
+
default: X.DEFAULT
|
|
2286
|
+
}
|
|
2287
|
+
},
|
|
2288
|
+
emits: ["input"],
|
|
2289
|
+
setup(t, { slots: e, emit: o }) {
|
|
2290
|
+
const r = C(null), a = l(
|
|
2291
|
+
() => t.variant === X.STATIC_VALUE && e.staticValue
|
|
2292
|
+
), i = l(
|
|
2293
|
+
() => a.value && t.staticValuePosition === J.START
|
|
2294
|
+
), n = l(
|
|
2295
|
+
() => a.value && t.staticValuePosition === J.END
|
|
2296
|
+
), s = l(() => ({
|
|
2297
|
+
[`b-input-field--${ce.DISABLED}`]: t.disabled,
|
|
2298
|
+
[`b-input-field--${ce.ERROR}`]: t.error
|
|
2299
|
+
}));
|
|
2300
|
+
return {
|
|
2301
|
+
// Enums
|
|
2302
|
+
BentoTypographyVariant: _,
|
|
2303
|
+
BentoTypographyElement: w,
|
|
2304
|
+
BentoInputFieldVariant: X,
|
|
2305
|
+
// Functions
|
|
2306
|
+
onInput: (g) => {
|
|
2307
|
+
t.disabled || o("input", g.target.value);
|
|
2308
|
+
},
|
|
2309
|
+
focusInput: () => {
|
|
2310
|
+
r.value.focus();
|
|
2311
|
+
},
|
|
2312
|
+
// Values
|
|
2313
|
+
inputFieldConditionalClasses: s,
|
|
2314
|
+
inputFieldElement: r,
|
|
2315
|
+
shouldDisplayStaticValueAtStart: i,
|
|
2316
|
+
shouldDisplayStaticValueAtEnd: n
|
|
2317
|
+
};
|
|
2318
|
+
}
|
|
2319
|
+
});
|
|
2320
|
+
var Wa = function() {
|
|
2321
|
+
var e = this, o = e._self._c;
|
|
2322
|
+
return e._self._setupProxy, o("div", { staticClass: "b-input-field", class: e.inputFieldConditionalClasses, attrs: { "data-testid": "input-text-container" } }, [e.$slots.default ? o("label", { staticClass: "b-input-field__label", attrs: { "data-testid": "input-field-label" }, on: { click: e.focusInput } }, [o("bento-typography", { attrs: { el: e.BentoTypographyElement.SPAN, variant: e.BentoTypographyVariant.BODY, stronger: "" } }, [e._t("default")], 2)], 1) : e._e(), o("div", { staticClass: "b-input-field__input-box", attrs: { "aria-disabled": e.disabled } }, [e.variant === e.BentoInputFieldVariant.DEFAULT && e.$slots.defaultIconBefore ? o("span", { staticClass: "b-input-field__default-icon-before", attrs: { "aria-hidden": "true" } }, [e._t("defaultIconBefore")], 2) : e._e(), e.variant === e.BentoInputFieldVariant.PAYMENT_METHOD && e.$slots.paymentMethod ? o("span", { staticClass: "b-input-field__payment-method", attrs: { "aria-hidden": "true" } }, [e._t("paymentMethod")], 2) : e._e(), e.shouldDisplayStaticValueAtStart ? o("bento-typography", { staticClass: "b-input-field__static-value b-input-field__static-value--start", attrs: { el: e.BentoTypographyElement.SPAN, variant: e.BentoTypographyVariant.BODY } }, [e._t("staticValue")], 2) : e._e(), o("input", { ref: "inputFieldElement", staticClass: "b-input-field__input", attrs: { "aria-label": "input-field", type: "text", disabled: e.disabled }, domProps: { value: e.value }, on: { input: e.onInput } }), e.$slots.iconAfter ? o("span", { staticClass: "b-input-field__icon-after", attrs: { "aria-hidden": "true", "data-testid": "input-text__icon-after" } }, [e._t("iconAfter")], 2) : e._e(), e.shouldDisplayStaticValueAtEnd ? o("bento-typography", { staticClass: "b-input-field__static-value b-input-field__static-value--end", attrs: { el: e.BentoTypographyElement.SPAN, variant: e.BentoTypographyVariant.BODY } }, [e._t("staticValue")], 2) : e._e()], 1), o("span", { staticClass: "b-input-field__description", on: { click: e.focusInput } }, [e.$slots.description ? o("bento-typography", { attrs: { el: e.BentoTypographyElement.SPAN, variant: e.BentoTypographyVariant.BODY } }, [e._t("description")], 2) : e._e()], 1)]);
|
|
2323
|
+
}, qa = [], Ga = /* @__PURE__ */ u(
|
|
2324
|
+
Va,
|
|
2325
|
+
Wa,
|
|
2326
|
+
qa,
|
|
2327
|
+
!1,
|
|
2328
|
+
null,
|
|
2329
|
+
"5e131263",
|
|
2330
|
+
null,
|
|
2331
|
+
null
|
|
2332
|
+
);
|
|
2333
|
+
const Ya = Ga.exports, Ha = m({
|
|
2334
|
+
name: "bento-text-filter",
|
|
2335
|
+
components: {
|
|
2336
|
+
BentoBaseFilter: Ma,
|
|
2337
|
+
BentoInputField: Ya
|
|
2338
|
+
},
|
|
2339
|
+
inheritAttrs: !1,
|
|
2340
|
+
props: {
|
|
2341
|
+
/**
|
|
2342
|
+
* Display the "label" prop alongside its "value" when the filter is active
|
|
2343
|
+
*
|
|
2344
|
+
* E.g.
|
|
2345
|
+
* label: "Company"
|
|
2346
|
+
* value: "Adyen"
|
|
2347
|
+
*
|
|
2348
|
+
* "Company: Adyen"
|
|
2349
|
+
*/
|
|
2350
|
+
alwaysShowNameInLabel: {
|
|
2351
|
+
type: Boolean,
|
|
2352
|
+
default: !1
|
|
2353
|
+
},
|
|
2354
|
+
/**
|
|
2355
|
+
* Filter name/key referencing the actual property name in the data set.
|
|
2356
|
+
* Should be unique per filter bar.
|
|
2357
|
+
*/
|
|
2358
|
+
field: {
|
|
2359
|
+
type: String,
|
|
2360
|
+
required: !0
|
|
2361
|
+
},
|
|
2362
|
+
/**
|
|
2363
|
+
* Label text to be displayed
|
|
2364
|
+
*/
|
|
2365
|
+
label: {
|
|
2366
|
+
type: String,
|
|
2367
|
+
required: !0
|
|
2368
|
+
},
|
|
2369
|
+
/**
|
|
2370
|
+
* Current value of the filter
|
|
2371
|
+
*/
|
|
2372
|
+
value: {
|
|
2373
|
+
type: String,
|
|
2374
|
+
default: null
|
|
2375
|
+
}
|
|
2376
|
+
},
|
|
2377
|
+
emits: ["update", "dismiss"],
|
|
2378
|
+
setup(t, { emit: e }) {
|
|
2379
|
+
const o = C(t.value), r = C(!1), a = C(null), i = l(() => o.value === t.value), n = () => {
|
|
2380
|
+
r.value = !1;
|
|
2381
|
+
}, s = () => {
|
|
2382
|
+
o.value = null;
|
|
2383
|
+
}, c = () => {
|
|
2384
|
+
r.value = !0, o.value = t.value, Q(() => a.value.focusInput());
|
|
2385
|
+
}, d = () => {
|
|
2386
|
+
o.value = null, e("dismiss", { ...t, value: o.value });
|
|
2387
|
+
};
|
|
2388
|
+
return {
|
|
2389
|
+
// values
|
|
2390
|
+
internalValue: o,
|
|
2391
|
+
isFilterOpen: r,
|
|
2392
|
+
isApplyButtonDisabled: i,
|
|
2393
|
+
// refs
|
|
2394
|
+
inputTextRef: a,
|
|
2395
|
+
// actions
|
|
2396
|
+
updateFilter: () => {
|
|
2397
|
+
r.value = !1, o.value ? e("update", { ...t, value: o.value }) : d();
|
|
2398
|
+
},
|
|
2399
|
+
clearFilter: s,
|
|
2400
|
+
openFilter: c,
|
|
2401
|
+
closeFilter: n,
|
|
2402
|
+
dismissFilter: d
|
|
2403
|
+
};
|
|
2404
|
+
}
|
|
2405
|
+
});
|
|
2406
|
+
var ja = function() {
|
|
2407
|
+
var e = this, o = e._self._c;
|
|
2408
|
+
return e._self._setupProxy, o("bento-base-filter", e._b({ attrs: { "is-open": e.isFilterOpen, "disable-apply-button": e.isApplyButtonDisabled }, on: { apply: e.updateFilter, clear: e.clearFilter, close: e.closeFilter, dismiss: e.dismissFilter, open: e.openFilter } }, "bento-base-filter", e.$props, !1), [o("div", { staticClass: "b-text-filter", attrs: { "data-testid": "b-text-filter-content" }, on: { keydown: [function(r) {
|
|
2409
|
+
return !r.type.indexOf("key") && e._k(r.keyCode, "enter", 13, r.key, "Enter") ? null : e.updateFilter.apply(null, arguments);
|
|
2410
|
+
}, function(r) {
|
|
2411
|
+
return !r.type.indexOf("key") && e._k(r.keyCode, "esc", 27, r.key, ["Esc", "Escape"]) ? null : e.closeFilter.apply(null, arguments);
|
|
2412
|
+
}] } }, [o("bento-input-field", { ref: "inputTextRef", model: { value: e.internalValue, callback: function(r) {
|
|
2413
|
+
e.internalValue = r;
|
|
2414
|
+
}, expression: "internalValue" } }, [e._v(" " + e._s(e.label) + " ")])], 1)]);
|
|
2415
|
+
}, Za = [], Xa = /* @__PURE__ */ u(
|
|
2416
|
+
Ha,
|
|
2417
|
+
ja,
|
|
2418
|
+
Za,
|
|
2419
|
+
!1,
|
|
2420
|
+
null,
|
|
2421
|
+
"55e74930",
|
|
2422
|
+
null,
|
|
2423
|
+
null
|
|
2424
|
+
);
|
|
2425
|
+
const Ja = Xa.exports, Ka = m({
|
|
2426
|
+
name: "bento-filter-bar",
|
|
2427
|
+
components: {
|
|
2428
|
+
BentoTextFilter: Ja
|
|
2429
|
+
},
|
|
2430
|
+
inheritAttrs: !1,
|
|
2431
|
+
props: {
|
|
2432
|
+
/**
|
|
2433
|
+
* Array of filters based on {@see FilterBarModel}.
|
|
2434
|
+
* Each one of the elements in the array correspond to a filter that will
|
|
2435
|
+
* be created and rendered in the FilterBar.
|
|
2436
|
+
*
|
|
2437
|
+
* Can be used with v-model or independently with the @input event.
|
|
2438
|
+
*
|
|
2439
|
+
* @example
|
|
2440
|
+
* [{
|
|
2441
|
+
* field: 'company',
|
|
2442
|
+
* label: 'Company',
|
|
2443
|
+
* value: '200',
|
|
2444
|
+
* alwaysShowNameInLabel: true,
|
|
2445
|
+
* type: FilterType.TEXT,
|
|
2446
|
+
* }, {
|
|
2447
|
+
* field: 'name',
|
|
2448
|
+
* label: 'Name',
|
|
2449
|
+
* value: null,
|
|
2450
|
+
* type: FilterType.TEXT,
|
|
2451
|
+
* }]
|
|
2452
|
+
*/
|
|
2453
|
+
value: {
|
|
2454
|
+
type: Array,
|
|
2455
|
+
default: null
|
|
2456
|
+
}
|
|
2457
|
+
},
|
|
2458
|
+
emits: ["input"],
|
|
2459
|
+
setup(t, { emit: e }) {
|
|
2460
|
+
const o = (a) => {
|
|
2461
|
+
const i = t.value.findIndex((s) => s.field === a.field), n = t.value.slice();
|
|
2462
|
+
n[i].value = a.value, e("input", n);
|
|
2463
|
+
};
|
|
2464
|
+
return {
|
|
2465
|
+
dismissFilterHandler: (a) => {
|
|
2466
|
+
o(a);
|
|
2467
|
+
},
|
|
2468
|
+
updateFilterHandler: o
|
|
2469
|
+
};
|
|
2470
|
+
}
|
|
2471
|
+
});
|
|
2472
|
+
var Qa = function() {
|
|
2473
|
+
var e = this, o = e._self._c;
|
|
2474
|
+
return e._self._setupProxy, o("div", { staticClass: "b-filter-bar" }, e._l(e.value, function(r) {
|
|
2475
|
+
return o(r.type, { key: r.field, tag: "component", attrs: { field: r.field, value: r.value, label: r.label, "always-show-name-in-label": r.alwaysShowNameInLabel }, on: { update: e.updateFilterHandler, dismiss: e.dismissFilterHandler } });
|
|
2476
|
+
}), 1);
|
|
2477
|
+
}, en = [], tn = /* @__PURE__ */ u(
|
|
2478
|
+
Ka,
|
|
2479
|
+
Qa,
|
|
2480
|
+
en,
|
|
2481
|
+
!1,
|
|
2482
|
+
null,
|
|
2483
|
+
"85324f31",
|
|
2484
|
+
null,
|
|
2485
|
+
null
|
|
2486
|
+
);
|
|
2487
|
+
const Ee = tn.exports;
|
|
2488
|
+
var Ye = /* @__PURE__ */ ((t) => (t.OUTLINE = "outline", t))(Ye || {}), V = /* @__PURE__ */ ((t) => (t.ASCENDING = "asc", t.DESCENDING = "desc", t))(V || {});
|
|
2489
|
+
const on = (t, e) => {
|
|
2490
|
+
const o = t.value.reduce((f, b) => (f[b.field] = null, f), {}), r = ae(o), a = de(r), i = l(
|
|
2491
|
+
() => Object.fromEntries(t.value.map(({ field: f, width: b, minWidth: v }) => [f, { width: b, minWidth: v }]))
|
|
2492
|
+
), n = ae({
|
|
2493
|
+
resizingColumnField: "",
|
|
2494
|
+
offsetLeft: 0,
|
|
2495
|
+
stepPositionX: 0,
|
|
2496
|
+
resizedColumnsWidths: i.value
|
|
2497
|
+
});
|
|
2498
|
+
ct(() => n.resizedColumnsWidths = i.value);
|
|
2499
|
+
let s = null, c = null;
|
|
2500
|
+
const d = (f) => {
|
|
2501
|
+
const b = f.clientX - n.stepPositionX, v = n.resizingColumnField, k = n.resizedColumnsWidths[v].width + b;
|
|
2502
|
+
n.resizedColumnsWidths[v].width = k > n.resizedColumnsWidths[v].minWidth ? k : n.resizedColumnsWidths[v].minWidth, n.stepPositionX = f.clientX;
|
|
2503
|
+
}, g = () => {
|
|
2504
|
+
s == null || s(), c == null || c(), n != null && n.resizingColumnField && e("column-resize", {
|
|
2505
|
+
field: n.resizingColumnField,
|
|
2506
|
+
width: n.resizedColumnsWidths[n.resizingColumnField].width
|
|
2507
|
+
}), s = null, c = null, n.resizingColumnField = "", n.stepPositionX = null;
|
|
2508
|
+
};
|
|
2509
|
+
return { resizeData: n, allColumnRefs: a, startResize: (f, b, v) => {
|
|
2510
|
+
if (v.preventDefault(), f) {
|
|
2511
|
+
if (v.buttons !== 1) {
|
|
2512
|
+
g();
|
|
2513
|
+
return;
|
|
2514
|
+
}
|
|
2515
|
+
n.resizingColumnField = b, n.offsetLeft = r == null ? void 0 : r[b][0].getBoundingClientRect().right, n.stepPositionX = v.clientX, s = E(window, "mousemove", d), c = E(window, "mouseup", g);
|
|
2516
|
+
}
|
|
2517
|
+
} };
|
|
2518
|
+
}, rn = 100, De = 50, He = "b-select", an = (t, e, o) => {
|
|
2519
|
+
const r = {}, a = [], i = (s) => {
|
|
2520
|
+
const c = r[s];
|
|
2521
|
+
c && c.frozen !== !0 && (r[s].frozen = !0, a.push(s));
|
|
2522
|
+
};
|
|
2523
|
+
function n() {
|
|
2524
|
+
if (a.length === o.length)
|
|
2525
|
+
return;
|
|
2526
|
+
const s = { min: {}, max: {} };
|
|
2527
|
+
let c = t, d = e, g = 0;
|
|
2528
|
+
a.forEach((h) => {
|
|
2529
|
+
c -= r[h].computedWidth, d -= r[h].flex;
|
|
2530
|
+
});
|
|
2531
|
+
for (let h = 0, f = o.length; h < f; h += 1) {
|
|
2532
|
+
const b = o[h];
|
|
2533
|
+
if (r[b.field] && r[b.field].frozen === !0)
|
|
2534
|
+
continue;
|
|
2535
|
+
let k = c / d * b.flex;
|
|
2536
|
+
k < b.minWidth && (g += b.minWidth - k, k = b.minWidth, s.min[b.field] = !0), r[b.field] = {
|
|
2537
|
+
frozen: !1,
|
|
2538
|
+
computedWidth: k,
|
|
2539
|
+
flex: b.flex
|
|
2540
|
+
};
|
|
2541
|
+
}
|
|
2542
|
+
g > 0 ? Object.keys(s.min).forEach((h) => {
|
|
2543
|
+
i(h);
|
|
2544
|
+
}) : o.forEach(({ field: h }) => {
|
|
2545
|
+
i(h);
|
|
2546
|
+
}), n();
|
|
2547
|
+
}
|
|
2548
|
+
return n(), r;
|
|
2549
|
+
}, nn = (t, e, o) => {
|
|
2550
|
+
const r = C(t), a = C(e);
|
|
2551
|
+
return { caclulatedWidths: l(() => {
|
|
2552
|
+
const n = [];
|
|
2553
|
+
let s = 0, c = 0;
|
|
2554
|
+
const d = {};
|
|
2555
|
+
let g = r.value;
|
|
2556
|
+
o != null && o.hasSelectableColumn.value && (g = [{ field: He, label: "", width: 40 }, ...g]), g.forEach((f) => {
|
|
2557
|
+
const b = { ...f };
|
|
2558
|
+
let v;
|
|
2559
|
+
b.flex && b.flex > 0 ? (s += b.flex, v = 0, n.push(b)) : v = Math.max(
|
|
2560
|
+
(b == null ? void 0 : b.width) ?? rn,
|
|
2561
|
+
(b == null ? void 0 : b.minWidth) ?? De
|
|
2562
|
+
), c += v, b.width = v, b.minWidth = (b == null ? void 0 : b.minWidth) ?? De, d[b.field] = b;
|
|
2563
|
+
});
|
|
2564
|
+
const h = Math.max(a.value - c, 0);
|
|
2565
|
+
if (s > 0 && a.value > 0) {
|
|
2566
|
+
const f = an(h, s, n);
|
|
2567
|
+
Object.keys(f).forEach((b) => {
|
|
2568
|
+
d[b].width = f[b].computedWidth;
|
|
2569
|
+
});
|
|
2570
|
+
}
|
|
2571
|
+
return Object.values(d);
|
|
2572
|
+
}) };
|
|
2573
|
+
}, ln = (t, e, o) => ({ conditionalSortDirectionClasses: (i, n) => ({
|
|
2574
|
+
"b-data-grid__column-sort-icon--sorted": t.value.some(
|
|
2575
|
+
(s) => s.field === i && s.direction === n
|
|
2576
|
+
)
|
|
2577
|
+
}), sortByColumnField: (i) => {
|
|
2578
|
+
var c;
|
|
2579
|
+
if (!e.value.some((d) => d.field === i && d.sortable))
|
|
2580
|
+
return;
|
|
2581
|
+
const s = [{
|
|
2582
|
+
field: i,
|
|
2583
|
+
direction: ((c = t.value.find((d) => d.field === i)) == null ? void 0 : c.direction) === V.DESCENDING ? V.ASCENDING : V.DESCENDING
|
|
2584
|
+
}];
|
|
2585
|
+
o("sort", s);
|
|
2586
|
+
} }), cn = (t, e, o, r, a) => {
|
|
2587
|
+
const i = C(t.value), n = ae({
|
|
2588
|
+
allItemsSelected: !1,
|
|
2589
|
+
isIndeterminate: !1
|
|
2590
|
+
}), s = () => {
|
|
2591
|
+
e("select", i.value);
|
|
2592
|
+
};
|
|
2593
|
+
return { onAllRowSelect: () => {
|
|
2594
|
+
Q(() => {
|
|
2595
|
+
var g, h;
|
|
2596
|
+
n.allItemsSelected ? i.value = (h = (g = o.value) == null ? void 0 : g.filter((f) => !a(f))) == null ? void 0 : h.map((f) => r(f)) : i.value = [], n.isIndeterminate = !1, s();
|
|
2597
|
+
});
|
|
2598
|
+
}, onRowSelect: () => {
|
|
2599
|
+
Q(() => {
|
|
2600
|
+
const g = o.value.every((h) => i.value.includes(r(h)));
|
|
2601
|
+
n.isIndeterminate = i.value.length > 0 && !g, g ? n.allItemsSelected = !0 : (n.isIndeterminate || !g) && (n.allItemsSelected = !1), s();
|
|
2602
|
+
});
|
|
2603
|
+
}, allItemsSelectedState: n, selectedItems: i };
|
|
2604
|
+
}, sn = m({
|
|
2605
|
+
name: "bento-data-grid",
|
|
2606
|
+
components: {
|
|
2607
|
+
BentoCheckbox: So,
|
|
2608
|
+
BentoPagination: sa,
|
|
2609
|
+
BentoFilterBar: Ee,
|
|
2610
|
+
BentoTypography: P,
|
|
2611
|
+
TriangleUp: no,
|
|
2612
|
+
TriangleDown: bo
|
|
2613
|
+
},
|
|
2614
|
+
inheritAttrs: !1,
|
|
2615
|
+
props: {
|
|
2616
|
+
/**
|
|
2617
|
+
* Sets the row cells to the condensed padding state.
|
|
2618
|
+
*/
|
|
2619
|
+
condensed: {
|
|
2620
|
+
type: Boolean,
|
|
2621
|
+
default: !1
|
|
2622
|
+
},
|
|
2623
|
+
/**
|
|
2624
|
+
* Column definitions using 'key' to relate to data object.
|
|
2625
|
+
*/
|
|
2626
|
+
columns: {
|
|
2627
|
+
type: Array,
|
|
2628
|
+
required: !0
|
|
2629
|
+
},
|
|
2630
|
+
/**
|
|
2631
|
+
* An array of data objects to display.
|
|
2632
|
+
*/
|
|
2633
|
+
data: {
|
|
2634
|
+
type: Array,
|
|
2635
|
+
required: !0
|
|
2636
|
+
},
|
|
2637
|
+
/**
|
|
2638
|
+
* filter-bar value (i.e. filters) that will be passed down to inner filter-bar component
|
|
2639
|
+
*/
|
|
2640
|
+
filters: {
|
|
2641
|
+
type: Ee.props.value.type,
|
|
2642
|
+
default: void 0
|
|
2643
|
+
},
|
|
2644
|
+
/**
|
|
2645
|
+
* A customisable method to retrieve a unique identifier for a data item in the array of data supplied.
|
|
2646
|
+
* This is used selecting and performance reasons and must exist in each data item.
|
|
2647
|
+
*/
|
|
2648
|
+
getDataItemId: {
|
|
2649
|
+
type: Function,
|
|
2650
|
+
default: (t) => t.id
|
|
2651
|
+
},
|
|
2652
|
+
/**
|
|
2653
|
+
* If resize is enabled
|
|
2654
|
+
*/
|
|
2655
|
+
hasResizableColumns: {
|
|
2656
|
+
type: Boolean,
|
|
2657
|
+
default: !0
|
|
2658
|
+
},
|
|
2659
|
+
/**
|
|
2660
|
+
* A customisable method to determine if a row is not selectable.
|
|
2661
|
+
* The default is that every row is selectable.
|
|
2662
|
+
*/
|
|
2663
|
+
isDataItemDisabled: {
|
|
2664
|
+
type: Function,
|
|
2665
|
+
default: () => !1
|
|
2666
|
+
},
|
|
2667
|
+
/**
|
|
2668
|
+
* Enables / Disables the table's surrounding border.
|
|
2669
|
+
*/
|
|
2670
|
+
outline: {
|
|
2671
|
+
type: Boolean,
|
|
2672
|
+
default: !1
|
|
2673
|
+
},
|
|
2674
|
+
/**
|
|
2675
|
+
* pagination props that will passed down to inner pagination component
|
|
2676
|
+
*/
|
|
2677
|
+
pagination: {
|
|
2678
|
+
type: Object,
|
|
2679
|
+
default: void 0
|
|
2680
|
+
},
|
|
2681
|
+
/**
|
|
2682
|
+
* Enables / Disables rows to be selected via a checkbox. On select the "select" event will be emitted.
|
|
2683
|
+
*/
|
|
2684
|
+
selectable: {
|
|
2685
|
+
type: Boolean,
|
|
2686
|
+
default: !1
|
|
2687
|
+
},
|
|
2688
|
+
/**
|
|
2689
|
+
* Selected items
|
|
2690
|
+
*/
|
|
2691
|
+
selection: {
|
|
2692
|
+
type: Array,
|
|
2693
|
+
default: () => []
|
|
2694
|
+
},
|
|
2695
|
+
/**
|
|
2696
|
+
* Sortby handles proper rendering of sort icon in header. Sorting currently is only supported server side.
|
|
2697
|
+
* It does make sure the currently sorted column has a more visible sort icon, and the sort icon points in the right direction.
|
|
2698
|
+
*/
|
|
2699
|
+
sortBy: {
|
|
2700
|
+
type: Array,
|
|
2701
|
+
// NOTE: is an array to allow multi-sorting in the future
|
|
2702
|
+
default: () => []
|
|
2703
|
+
}
|
|
2704
|
+
},
|
|
2705
|
+
emits: ["column-resize", "sort", "select", "navigate", "update:filters", "items-page"],
|
|
2706
|
+
setup(t, { emit: e, slots: o }) {
|
|
2707
|
+
const r = C(null), a = C();
|
|
2708
|
+
ze(() => {
|
|
2709
|
+
Q(() => {
|
|
2710
|
+
eo(r.value, ({ width: p }) => {
|
|
2711
|
+
a.value = p;
|
|
2712
|
+
});
|
|
2713
|
+
});
|
|
2714
|
+
});
|
|
2715
|
+
const i = U(t, "data"), n = U(t, "selection"), { onAllRowSelect: s, onRowSelect: c, allItemsSelectedState: d, selectedItems: g } = cn(
|
|
2716
|
+
n,
|
|
2717
|
+
e,
|
|
2718
|
+
i,
|
|
2719
|
+
t.getDataItemId,
|
|
2720
|
+
t.isDataItemDisabled
|
|
2721
|
+
), h = U(t, "columns"), f = U(t, "selectable"), { caclulatedWidths: b } = nn(h, a, {
|
|
2722
|
+
hasSelectableColumn: f
|
|
2723
|
+
}), { resizeData: v, allColumnRefs: k, startResize: D } = on(b, e), O = U(t, "sortBy"), { conditionalSortDirectionClasses: R, sortByColumnField: Xe } = ln(O, h, e), H = l(
|
|
2724
|
+
() => b.value.map((p) => {
|
|
2725
|
+
var S, $, F, z;
|
|
2726
|
+
return {
|
|
2727
|
+
...p,
|
|
2728
|
+
// Override column width with resized ones
|
|
2729
|
+
width: (($ = (S = v.resizedColumnsWidths) == null ? void 0 : S[p.field]) == null ? void 0 : $.width) !== p.width ? (z = (F = v.resizedColumnsWidths) == null ? void 0 : F[p.field]) == null ? void 0 : z.width : p.width
|
|
2730
|
+
};
|
|
2731
|
+
})
|
|
2732
|
+
), Je = l(() => {
|
|
2733
|
+
const p = H.value.reduce((S, $) => $.width + S, 0);
|
|
2734
|
+
return a.value > p ? a.value : p;
|
|
2735
|
+
}), Ke = l(() => ({
|
|
2736
|
+
gridTemplateColumns: H.value.map(({ width: p }) => `${p}px`).join(" "),
|
|
2737
|
+
gridColumnEnd: H.value.length + 1,
|
|
2738
|
+
width: `${Je.value}px`
|
|
2739
|
+
})), Qe = l(() => ({
|
|
2740
|
+
[`b-data-grid--${Ye.OUTLINE}`]: t.outline
|
|
2741
|
+
})), et = (p) => {
|
|
2742
|
+
var S, $;
|
|
2743
|
+
return {
|
|
2744
|
+
"b-data-grid__column--sortable": p.sortable,
|
|
2745
|
+
"b-data-grid__column--padding-left-unset": ((S = p == null ? void 0 : p.padding) == null ? void 0 : S.left) === !1,
|
|
2746
|
+
"b-data-grid__column--padding-right-unset": (($ = p == null ? void 0 : p.padding) == null ? void 0 : $.right) === !1
|
|
2747
|
+
};
|
|
2748
|
+
}, tt = l(() => ({
|
|
2749
|
+
"b-data-grid__column-seperator-container--is-resizeable": t.hasResizableColumns
|
|
2750
|
+
})), ot = (p) => ({
|
|
2751
|
+
"b-data-grid__row--disabled": t.isDataItemDisabled(p)
|
|
2752
|
+
}), rt = (p) => {
|
|
2753
|
+
var S, $;
|
|
2754
|
+
return {
|
|
2755
|
+
"b-data-grid__cell--padding-left-unset": ((S = p == null ? void 0 : p.padding) == null ? void 0 : S.left) === !1,
|
|
2756
|
+
"b-data-grid__cell--padding-right-unset": (($ = p == null ? void 0 : p.padding) == null ? void 0 : $.right) === !1,
|
|
2757
|
+
"b-data-grid__cell--condensed": t.condensed
|
|
2758
|
+
};
|
|
2759
|
+
}, at = l(() => {
|
|
2760
|
+
var p, S, $, F, z, ue;
|
|
2761
|
+
return {
|
|
2762
|
+
"b-data-grid__pagination--padding-left-unset": (($ = (S = (p = t.columns) == null ? void 0 : p[0]) == null ? void 0 : S.padding) == null ? void 0 : $.left) === !1,
|
|
2763
|
+
"b-data-grid__pagination--padding-right-unset": ((ue = (z = (F = t.columns) == null ? void 0 : F[t.columns.length - 1]) == null ? void 0 : z.padding) == null ? void 0 : ue.right) === !1
|
|
2764
|
+
};
|
|
2765
|
+
}), nt = l(
|
|
2766
|
+
() => {
|
|
2767
|
+
var p;
|
|
2768
|
+
return ((o == null ? void 0 : o.header) && ((p = o == null ? void 0 : o.header()[0].text) == null ? void 0 : p.trim())) ?? "data grid";
|
|
2769
|
+
}
|
|
2770
|
+
);
|
|
2771
|
+
return {
|
|
2772
|
+
// Refs
|
|
2773
|
+
body: r,
|
|
2774
|
+
...k,
|
|
2775
|
+
processedColumns: H,
|
|
2776
|
+
// Labels and text
|
|
2777
|
+
ariaGridHeaderText: nt,
|
|
2778
|
+
// Styles and classes
|
|
2779
|
+
gridColumnWidthStyle: Ke,
|
|
2780
|
+
conditionalGridClasses: Qe,
|
|
2781
|
+
conditionalColumnClasses: et,
|
|
2782
|
+
conditionalRowClasses: ot,
|
|
2783
|
+
conditionalRowCellClasses: rt,
|
|
2784
|
+
conditionalColumnSeperatorClasses: tt,
|
|
2785
|
+
conditionalPaginationClasses: at,
|
|
2786
|
+
// Resizing
|
|
2787
|
+
resizeData: v,
|
|
2788
|
+
startResize: D,
|
|
2789
|
+
// Sorting
|
|
2790
|
+
conditionalSortDirectionClasses: R,
|
|
2791
|
+
sortByColumnField: Xe,
|
|
2792
|
+
// Select
|
|
2793
|
+
allItemsSelectedState: d,
|
|
2794
|
+
selectedItems: g,
|
|
2795
|
+
onAllRowSelect: s,
|
|
2796
|
+
onRowSelect: c,
|
|
2797
|
+
DATAGRID_SELECT_FIELD_NAME: He,
|
|
2798
|
+
// Enums
|
|
2799
|
+
BentoDatagridSortDirection: V,
|
|
2800
|
+
BentoTypographyElement: w,
|
|
2801
|
+
BentoTypographyVariant: _,
|
|
2802
|
+
// Pagination props and events
|
|
2803
|
+
paginationNavigate: (p) => e("navigate", p),
|
|
2804
|
+
onItemsPerPageChange: (p) => e("items-page", p)
|
|
2805
|
+
};
|
|
2806
|
+
}
|
|
2807
|
+
});
|
|
2808
|
+
var dn = function() {
|
|
2809
|
+
var e = this, o = e._self._c;
|
|
2810
|
+
return e._self._setupProxy, o("div", { staticClass: "b-data-grid", class: e.conditionalGridClasses, attrs: { role: "grid", tabindex: "0", "aria-rowcount": e.data.length, "aria-colcount": e.columns.length, "aria-label": e.ariaGridHeaderText } }, [e.filters ? o("div", { staticClass: "b-data-grid__filters" }, [o("bento-filter-bar", { attrs: { value: e.filters }, on: { input: (r) => e.$emit("update:filters", r) } })], 1) : e._e(), e.$slots.header ? o("div", { staticClass: "b-data-grid__header" }, [e._t("header")], 2) : e._e(), o("div", { ref: "body", staticClass: "b-data-grid__body" }, [o("div", { attrs: { role: "rowgroup" } }, [o("div", { staticClass: "b-data-grid__columns", style: e.gridColumnWidthStyle, attrs: { role: "row" } }, e._l(e.processedColumns, function(r, a) {
|
|
2811
|
+
return o("div", { key: r.field, ref: r.field, refInFor: !0, staticClass: "b-data-grid__column", class: e.conditionalColumnClasses(r), attrs: { "aria-colindex": a + 1, "aria-label": r.label, "data-testid": `${r.field}-column-header`, role: "columnheader" }, on: { click: function(i) {
|
|
2812
|
+
return e.sortByColumnField(r.field);
|
|
2813
|
+
} } }, [r.field !== e.DATAGRID_SELECT_FIELD_NAME ? [o("bento-typography", { attrs: { el: e.BentoTypographyElement.DIV, strongest: "" } }, [e._t(`head-${r.field}`, function() {
|
|
2814
|
+
return [o("span", [e._v(e._s(r.label))])];
|
|
2815
|
+
}, { column: r })], 2), r.sortable ? o("div", { staticClass: "b-data-grid__column-sort" }, [o("triangle-up", { staticClass: "b-data-grid__column-sort-icon", class: e.conditionalSortDirectionClasses(
|
|
2816
|
+
r.field,
|
|
2817
|
+
e.BentoDatagridSortDirection.ASCENDING
|
|
2818
|
+
), attrs: { "svg-title": `${r.field} sort ascending`, "data-testid": `${r.field}-sort-icon-asc` } }), o("triangle-down", { staticClass: "b-data-grid__column-sort-icon", class: e.conditionalSortDirectionClasses(
|
|
2819
|
+
r.field,
|
|
2820
|
+
e.BentoDatagridSortDirection.DESCENDING
|
|
2821
|
+
), attrs: { "svg-title": `${r.field}sort descending`, "data-testid": `${r.field}-sort-icon-desc` } })], 1) : e._e(), a !== e.columns.length - 1 ? o("div", { staticClass: "b-data-grid__column-seperator-container", class: e.conditionalColumnSeperatorClasses, attrs: { "data-testid": `data-grid-column-${r.field}`, role: "presentation" }, on: { mousedown: function(i) {
|
|
2822
|
+
return e.startResize(e.hasResizableColumns, r.field, i);
|
|
2823
|
+
}, click: function(i) {
|
|
2824
|
+
i.stopPropagation();
|
|
2825
|
+
} } }, [o("div", { staticClass: "b-data-grid__column-seperator" })]) : e._e()] : [o("bento-checkbox", { attrs: { "data-testid": "checkbox-select-all", indeterminate: e.allItemsSelectedState.isIndeterminate, value: "data-grid-select-all" }, on: { input: e.onAllRowSelect }, model: { value: e.allItemsSelectedState.allItemsSelected, callback: function(i) {
|
|
2826
|
+
e.$set(e.allItemsSelectedState, "allItemsSelected", i);
|
|
2827
|
+
}, expression: "allItemsSelectedState.allItemsSelected" } })]], 2);
|
|
2828
|
+
}), 0)]), o("div", { staticClass: "b-data-grid__rows", attrs: { role: "rowgroup" } }, e._l(e.data, function(r, a) {
|
|
2829
|
+
return o("div", { key: a, staticClass: "b-data-grid__row", class: e.conditionalRowClasses(r), style: e.gridColumnWidthStyle, attrs: { role: "row", "aria-rowindex": a + 1 } }, e._l(e.processedColumns, function(i) {
|
|
2830
|
+
return o("div", { key: `cell-${i.field}`, staticClass: "b-data-grid__cell", class: e.conditionalRowCellClasses(i), attrs: { "data-testid": `cell-${i.field}`, role: "gridcell" } }, [i.field !== e.DATAGRID_SELECT_FIELD_NAME ? [o("bento-typography", { attrs: { el: e.BentoTypographyElement.DIV } }, [e._t(`item-${i.field}`, function() {
|
|
2831
|
+
return [o("span", [e._v(e._s(r[i.field] || "-"))])];
|
|
2832
|
+
}, { item: r })], 2)] : [o("bento-checkbox", { attrs: { disabled: e.isDataItemDisabled(r), value: e.getDataItemId(r) }, on: { input: e.onRowSelect }, model: { value: e.selectedItems, callback: function(n) {
|
|
2833
|
+
e.selectedItems = n;
|
|
2834
|
+
}, expression: "selectedItems" } })]], 2);
|
|
2835
|
+
}), 0);
|
|
2836
|
+
}), 0)]), e.pagination ? o("div", { staticClass: "b-data-grid__pagination", class: e.conditionalPaginationClasses }, [o("bento-pagination", e._b({ attrs: { "aria-label": `${e.ariaGridHeaderText} navigation` }, on: { navigate: e.paginationNavigate, "items-page": e.onItemsPerPageChange } }, "bento-pagination", e.pagination, !1))], 1) : e._e(), e.$slots.footer ? o("div", { staticClass: "b-data-grid__footer" }, [e._t("footer")], 2) : e._e()]);
|
|
2837
|
+
}, bn = [], un = /* @__PURE__ */ u(
|
|
2838
|
+
sn,
|
|
2839
|
+
dn,
|
|
2840
|
+
bn,
|
|
2841
|
+
!1,
|
|
2842
|
+
null,
|
|
2843
|
+
"082f2f19",
|
|
2844
|
+
null,
|
|
2845
|
+
null
|
|
2846
|
+
);
|
|
2847
|
+
const Yn = un.exports, pn = m({
|
|
2848
|
+
name: "bento-input-radio",
|
|
2849
|
+
components: { BentoTypography: P },
|
|
2850
|
+
inheritAttrs: !1,
|
|
2851
|
+
model: { prop: "modelValue" },
|
|
2852
|
+
props: {
|
|
2853
|
+
/**
|
|
2854
|
+
* Disable the input radio (optional)
|
|
2855
|
+
*/
|
|
2856
|
+
disabled: {
|
|
2857
|
+
type: Boolean,
|
|
2858
|
+
default: !1
|
|
2859
|
+
},
|
|
2860
|
+
/**
|
|
2861
|
+
* Indicates the value of the input that will be returned when it's checked
|
|
2862
|
+
*/
|
|
2863
|
+
value: {
|
|
2864
|
+
type: [String, Number],
|
|
2865
|
+
required: !0
|
|
2866
|
+
},
|
|
2867
|
+
/**
|
|
2868
|
+
* This property should not be used directly.
|
|
2869
|
+
* It will be used by v-model directive on radio component.
|
|
2870
|
+
*/
|
|
2871
|
+
modelValue: {
|
|
2872
|
+
type: [String, Number],
|
|
2873
|
+
default: null
|
|
2874
|
+
}
|
|
2875
|
+
},
|
|
2876
|
+
emits: ["input"],
|
|
2877
|
+
setup(t, { slots: e, emit: o }) {
|
|
2878
|
+
const r = l(() => ({ "b-input-radio--disabled": t.disabled })), a = l(() => {
|
|
2879
|
+
var g;
|
|
2880
|
+
return ((g = e.default) == null ? void 0 : g.call(e)[0].text.trim()) || t.value;
|
|
2881
|
+
}), i = l(() => t.value === t.modelValue), n = l(() => {
|
|
2882
|
+
var g, h;
|
|
2883
|
+
return ((h = (g = e.default) == null ? void 0 : g.call(e)) == null ? void 0 : h[0].text.trim()) !== "";
|
|
2884
|
+
}), s = l(() => {
|
|
2885
|
+
var g, h;
|
|
2886
|
+
return ((h = (g = e.subLabel) == null ? void 0 : g.call(e)) == null ? void 0 : h[0].text.trim()) !== "";
|
|
2887
|
+
}), c = l(
|
|
2888
|
+
() => n.value || s.value
|
|
2889
|
+
);
|
|
2890
|
+
return {
|
|
2891
|
+
// Values
|
|
2892
|
+
ariaLabel: a,
|
|
2893
|
+
isChecked: i,
|
|
2894
|
+
shouldShowDescription: c,
|
|
2895
|
+
shouldShowLabel: n,
|
|
2896
|
+
shouldShowSubLabel: s,
|
|
2897
|
+
conditionalClass: r,
|
|
2898
|
+
// Events
|
|
2899
|
+
onClick: () => {
|
|
2900
|
+
t.disabled || o("input", t.value);
|
|
2901
|
+
},
|
|
2902
|
+
// Enums
|
|
2903
|
+
BentoTypographyVariant: _,
|
|
2904
|
+
BentoTypographyElement: w
|
|
2905
|
+
};
|
|
2906
|
+
}
|
|
2907
|
+
});
|
|
2908
|
+
var gn = function() {
|
|
2909
|
+
var e = this, o = e._self._c;
|
|
2910
|
+
return e._self._setupProxy, o("label", { staticClass: "b-input-radio", class: e.conditionalClass, attrs: { "data-testid": "input-radio-container" } }, [o("input", { staticClass: "b-input-radio__input", attrs: { "aria-checked": e.isChecked, "aria-label": e.ariaLabel, disabled: e.disabled, type: "radio", role: "radio" }, domProps: { checked: e.isChecked, value: e.value }, on: { change: e.onClick } }), e.shouldShowDescription ? o("span", { staticClass: "b-input-radio__description" }, [e.shouldShowLabel ? o("bento-typography", { staticClass: "b-input-radio__label", attrs: { el: e.BentoTypographyElement.SPAN, variant: e.BentoTypographyVariant.BODY, stronger: "" } }, [e._t("default")], 2) : e._e(), e.shouldShowSubLabel ? o("bento-typography", { staticClass: "b-input-radio__sub-label", attrs: { el: e.BentoTypographyElement.SPAN, variant: e.BentoTypographyVariant.BODY } }, [e._t("subLabel")], 2) : e._e()], 1) : e._e()]);
|
|
2911
|
+
}, fn = [], vn = /* @__PURE__ */ u(
|
|
2912
|
+
pn,
|
|
2913
|
+
gn,
|
|
2914
|
+
fn,
|
|
2915
|
+
!1,
|
|
2916
|
+
null,
|
|
2917
|
+
"a4e7a3bf",
|
|
2918
|
+
null,
|
|
2919
|
+
null
|
|
2920
|
+
);
|
|
2921
|
+
const Hn = vn.exports, _n = {
|
|
2922
|
+
name: "bento-link",
|
|
2923
|
+
inheritAttrs: !1
|
|
2924
|
+
}, hn = /* @__PURE__ */ m({
|
|
2925
|
+
..._n,
|
|
2926
|
+
props: {
|
|
2927
|
+
args: null,
|
|
2928
|
+
external: { type: Boolean }
|
|
2929
|
+
},
|
|
2930
|
+
setup(t) {
|
|
2931
|
+
const e = t, o = st();
|
|
2932
|
+
return { __sfc: !0, props: e, attributes: o, linkProps: o, RouterLink: bt };
|
|
2933
|
+
}
|
|
2934
|
+
});
|
|
2935
|
+
var mn = function() {
|
|
2936
|
+
var e = this, o = e._self._c, r = e._self._setupProxy;
|
|
2937
|
+
return e.external ? o("a", { staticClass: "b-link", attrs: { href: r.linkProps.to.toString(), target: "_blank" } }, [e._t("default")], 2) : o(r.RouterLink, e._b({ staticClass: "b-link", attrs: { to: r.linkProps.to }, scopedSlots: e._u([{ key: "default", fn: function(a) {
|
|
2938
|
+
return [o("a", e._b({ class: a.isActive ? r.linkProps.activeClass : "", attrs: { href: a.href }, on: { click: a.navigate } }, "a", e.$attrs, !1), [e._t("default", null, null, a)], 2)];
|
|
2939
|
+
} }], null, !0) }, "router-link", r.linkProps, !1));
|
|
2940
|
+
}, yn = [], xn = /* @__PURE__ */ u(
|
|
2941
|
+
hn,
|
|
2942
|
+
mn,
|
|
2943
|
+
yn,
|
|
2944
|
+
!1,
|
|
2945
|
+
null,
|
|
2946
|
+
"3bf088dc",
|
|
2947
|
+
null,
|
|
2948
|
+
null
|
|
2949
|
+
);
|
|
2950
|
+
const jn = xn.exports;
|
|
2951
|
+
var je = /* @__PURE__ */ ((t) => (t.BLUE = "blue", t.GREEN = "green", t.GREY = "grey", t.ORANGE = "orange", t.RED = "red", t.YELLOW = "yellow", t))(je || {});
|
|
2952
|
+
const kn = m({
|
|
2953
|
+
name: "bento-status",
|
|
2954
|
+
components: { BentoTypography: P },
|
|
2955
|
+
inheritAttrs: !1,
|
|
2956
|
+
props: {
|
|
2957
|
+
variant: {
|
|
2958
|
+
type: String,
|
|
2959
|
+
required: !0,
|
|
2960
|
+
validator: (t) => Object.values(je).includes(t)
|
|
2961
|
+
}
|
|
2962
|
+
},
|
|
2963
|
+
setup(t) {
|
|
2964
|
+
return {
|
|
2965
|
+
// Values
|
|
2966
|
+
conditionalClass: l(() => ({
|
|
2967
|
+
[`b-status__indicator--${t.variant}`]: !0
|
|
2968
|
+
})),
|
|
2969
|
+
// Enums
|
|
2970
|
+
BentoTypographyElement: w,
|
|
2971
|
+
BentoTypographyVariant: _
|
|
2972
|
+
};
|
|
2973
|
+
}
|
|
2974
|
+
});
|
|
2975
|
+
var wn = function() {
|
|
2976
|
+
var e = this, o = e._self._c;
|
|
2977
|
+
return e._self._setupProxy, o("div", { staticClass: "b-status", attrs: { role: "status" } }, [o("span", { staticClass: "b-status__indicator", class: e.conditionalClass, attrs: { role: "presentation" } }), o("bento-typography", { attrs: { el: e.BentoTypographyElement.SPAN, variant: e.BentoTypographyVariant.BODY } }, [e._t("default")], 2)], 1);
|
|
2978
|
+
}, Cn = [], Sn = /* @__PURE__ */ u(
|
|
2979
|
+
kn,
|
|
2980
|
+
wn,
|
|
2981
|
+
Cn,
|
|
2982
|
+
!1,
|
|
2983
|
+
null,
|
|
2984
|
+
"11ff8744",
|
|
2985
|
+
null,
|
|
2986
|
+
null
|
|
2987
|
+
);
|
|
2988
|
+
const Zn = Sn.exports;
|
|
2989
|
+
var se = /* @__PURE__ */ ((t) => (t.DEFAULT = "default", t.BLUE = "blue", t.GREEN = "green", t.ORANGE = "orange", t.RED = "red", t))(se || {});
|
|
2990
|
+
const $n = m({
|
|
2991
|
+
name: "bento-tag",
|
|
2992
|
+
components: { BentoTypography: P },
|
|
2993
|
+
directives: { BentoTooltipDirective: Ge },
|
|
2994
|
+
inheritAttrs: !1,
|
|
2995
|
+
props: {
|
|
2996
|
+
/**
|
|
2997
|
+
* The variant variant of tag
|
|
2998
|
+
*/
|
|
2999
|
+
variant: {
|
|
3000
|
+
type: String,
|
|
3001
|
+
default: se.DEFAULT,
|
|
3002
|
+
validator: (t) => Object.values(se).includes(t)
|
|
3003
|
+
},
|
|
3004
|
+
/**
|
|
3005
|
+
* The number of characters to limit the number of displayed characters for the tag text, truncating it with an ellipsis of three dots "...".
|
|
3006
|
+
*/
|
|
3007
|
+
truncate: { type: Number, default: null }
|
|
3008
|
+
},
|
|
3009
|
+
setup(t, { slots: e }) {
|
|
3010
|
+
var n;
|
|
3011
|
+
const o = l(() => ({
|
|
3012
|
+
[`b-tag--${t.variant}`]: t.variant
|
|
3013
|
+
})), r = ((n = e.default) == null ? void 0 : n.call(e)[0].text.trim()) || "tag", a = l(() => t.truncate && r.length > t.truncate), i = l(() => t.truncate && a.value ? `${r.slice(0, t.truncate)}...` : r);
|
|
3014
|
+
return {
|
|
3015
|
+
// Values
|
|
3016
|
+
textFromSlot: r,
|
|
3017
|
+
formattedText: i,
|
|
3018
|
+
tagConditionalClasses: o,
|
|
3019
|
+
shouldShowTooltip: a,
|
|
3020
|
+
// Enums
|
|
3021
|
+
BentoTypographyVariant: _,
|
|
3022
|
+
BentoTypographyElement: w
|
|
3023
|
+
};
|
|
3024
|
+
}
|
|
3025
|
+
});
|
|
3026
|
+
var Tn = function() {
|
|
3027
|
+
var e = this, o = e._self._c;
|
|
3028
|
+
return e._self._setupProxy, o("div", { directives: [{ name: "bento-tooltip-directive", rawName: "v-bento-tooltip-directive", value: e.shouldShowTooltip ? e.textFromSlot : null, expression: "shouldShowTooltip ? textFromSlot : null" }], staticClass: "b-tag", class: e.tagConditionalClasses, attrs: { "aria-label": e.textFromSlot, role: "mark" } }, [o("bento-typography", { staticClass: "b-tag__label", attrs: { el: e.BentoTypographyElement.SPAN, variant: e.BentoTypographyVariant.CAPTION, stronger: "" } }, [e._v(" " + e._s(e.formattedText) + " ")])], 1);
|
|
3029
|
+
}, Pn = [], On = /* @__PURE__ */ u(
|
|
3030
|
+
$n,
|
|
3031
|
+
Tn,
|
|
3032
|
+
Pn,
|
|
3033
|
+
!1,
|
|
3034
|
+
null,
|
|
3035
|
+
"c741fd07",
|
|
3036
|
+
null,
|
|
3037
|
+
null
|
|
3038
|
+
);
|
|
3039
|
+
const Xn = On.exports;
|
|
3040
|
+
let Ne = 0;
|
|
3041
|
+
const In = {
|
|
3042
|
+
beforeCreate() {
|
|
3043
|
+
this.uuid = Ne.toString(), Ne += 1;
|
|
3044
|
+
}
|
|
3045
|
+
};
|
|
3046
|
+
var Ln = function() {
|
|
3047
|
+
var e = this, o = e._self._c;
|
|
3048
|
+
return o("svg", e._b({ attrs: { role: "img", xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none" } }, "svg", e.$attrs, !1), [e.$attrs["svg-title"] ? o("title", [e._v(e._s(e.$attrs["svg-title"]))]) : e._e(), o("path", { attrs: { fill: "#00112C", "fill-rule": "evenodd", d: "M11.0303 6.03033C11.3232 5.73744 11.3232 5.26256 11.0303 4.96967C10.7374 4.67678 10.2626 4.67678 9.96967 4.96967L8 6.93934L6.03033 4.96967C5.73744 4.67678 5.26256 4.67678 4.96967 4.96967C4.67678 5.26256 4.67678 5.73744 4.96967 6.03033L6.93934 8L4.96967 9.96967C4.67678 10.2626 4.67678 10.7374 4.96967 11.0303C5.26256 11.3232 5.73744 11.3232 6.03033 11.0303L8 9.06066L9.96967 11.0303C10.2626 11.3232 10.7374 11.3232 11.0303 11.0303C11.3232 10.7374 11.3232 10.2626 11.0303 9.96967L9.06066 8L11.0303 6.03033Z", "clip-rule": "evenodd" } })]);
|
|
3049
|
+
}, An = [], Rn = /* @__PURE__ */ u(
|
|
3050
|
+
In,
|
|
3051
|
+
Ln,
|
|
3052
|
+
An,
|
|
3053
|
+
!1,
|
|
3054
|
+
null,
|
|
3055
|
+
"7eda5e5d",
|
|
3056
|
+
null,
|
|
3057
|
+
null
|
|
3058
|
+
);
|
|
3059
|
+
const En = Rn.exports;
|
|
3060
|
+
var Ze = /* @__PURE__ */ ((t) => (t.LABEL_FIRST = "label-first", t))(Ze || {}), K = /* @__PURE__ */ ((t) => (t.BEFORE = "before", t.AFTER = "after", t))(K || {});
|
|
3061
|
+
const Dn = m({
|
|
3062
|
+
name: "bento-toggle",
|
|
3063
|
+
components: { BentoTypography: P, CrossSmall: En, CheckmarkSmall: Me },
|
|
3064
|
+
inheritAttrs: !1,
|
|
3065
|
+
props: {
|
|
3066
|
+
/**
|
|
3067
|
+
* Disable the toggle (optional)
|
|
3068
|
+
*/
|
|
3069
|
+
disabled: {
|
|
3070
|
+
type: Boolean,
|
|
3071
|
+
default: !1
|
|
3072
|
+
},
|
|
3073
|
+
/**
|
|
3074
|
+
* Position of the label relative to the toggle (optional)
|
|
3075
|
+
* @values before, after
|
|
3076
|
+
*/
|
|
3077
|
+
labelPosition: {
|
|
3078
|
+
type: String,
|
|
3079
|
+
default: K.BEFORE,
|
|
3080
|
+
validator: (t) => Object.values(K).includes(t)
|
|
3081
|
+
},
|
|
3082
|
+
/**
|
|
3083
|
+
* Indicates if the switch is "on" or "off"
|
|
3084
|
+
*/
|
|
3085
|
+
value: {
|
|
3086
|
+
type: Boolean,
|
|
3087
|
+
default: !1
|
|
3088
|
+
},
|
|
3089
|
+
/**
|
|
3090
|
+
* Accessible name for the toggle. It is strongly recommended to pass such value when the toggle is used without a label
|
|
3091
|
+
*/
|
|
3092
|
+
ariaLabel: {
|
|
3093
|
+
type: String,
|
|
3094
|
+
default: void 0
|
|
3095
|
+
}
|
|
3096
|
+
},
|
|
3097
|
+
emits: ["input"],
|
|
3098
|
+
setup(t, { slots: e, emit: o }) {
|
|
3099
|
+
const r = C(), a = Y("toggle-description"), i = l(() => {
|
|
3100
|
+
var v;
|
|
3101
|
+
return e.default ? (v = e.default()[0]) == null ? void 0 : v.text : null;
|
|
3102
|
+
}), n = l(() => {
|
|
3103
|
+
var v;
|
|
3104
|
+
return e.subLabel ? (v = e.subLabel()[0]) == null ? void 0 : v.text : null;
|
|
3105
|
+
}), s = l(() => t.ariaLabel ? t.ariaLabel : i.value ? i.value : "toggle"), c = l(() => n.value ?? null), d = l(() => !!e.default), g = l(() => !!e.subLabel), h = l(() => ({
|
|
3106
|
+
[`b-toggle--${Ze.LABEL_FIRST}`]: t.labelPosition === K.BEFORE,
|
|
3107
|
+
"b-toggle--disabled": t.disabled
|
|
3108
|
+
}));
|
|
3109
|
+
return {
|
|
3110
|
+
// Refs
|
|
3111
|
+
toggleInput: r,
|
|
3112
|
+
// Types
|
|
3113
|
+
BentoTypographyElement: w,
|
|
3114
|
+
BentoTypographyVariant: _,
|
|
3115
|
+
// Values
|
|
3116
|
+
computedAriaLabel: s,
|
|
3117
|
+
computedDescription: c,
|
|
3118
|
+
shouldDisplayLabelSlot: d,
|
|
3119
|
+
shouldDisplaySubLabelSlot: g,
|
|
3120
|
+
conditionalClasses: h,
|
|
3121
|
+
descriptionId: a,
|
|
3122
|
+
// Methods
|
|
3123
|
+
isChecked: () => {
|
|
3124
|
+
var v;
|
|
3125
|
+
return (v = r == null ? void 0 : r.value) == null ? void 0 : v.checked;
|
|
3126
|
+
},
|
|
3127
|
+
// Events
|
|
3128
|
+
onChange: (v) => {
|
|
3129
|
+
o("input", v.target.checked);
|
|
3130
|
+
}
|
|
3131
|
+
};
|
|
3132
|
+
}
|
|
3133
|
+
});
|
|
3134
|
+
var Nn = function() {
|
|
3135
|
+
var e = this, o = e._self._c;
|
|
3136
|
+
return e._self._setupProxy, o("label", { staticClass: "b-toggle", class: e.conditionalClasses, attrs: { "data-testid": "label" } }, [o("input", { ref: "toggleInput", staticClass: "b-toggle__input", attrs: { "aria-label": e.computedAriaLabel, "aria-describedby": e.computedDescription, disabled: e.disabled, role: "switch", type: "checkbox" }, domProps: { checked: e.value, value: e.value }, on: { change: (r) => e.onChange(r) } }), o("span", { staticClass: "b-toggle__track", attrs: { "aria-hidden": "true" } }, [o("span", { staticClass: "b-toggle__handle" }), e.disabled && e.isChecked() ? o("checkmark-small", { staticClass: "b-toggle__icon-disabled b-toggle__icon-disabled--toggled" }) : e._e(), e.disabled && !e.isChecked() ? o("cross-small", { staticClass: "b-toggle__icon-disabled b-toggle__icon-disabled--not-toggled" }) : e._e()], 1), e.shouldDisplayLabelSlot || e.shouldDisplaySubLabelSlot ? o("span", { staticClass: "b-toggle__description" }, [e.shouldDisplayLabelSlot ? o("bento-typography", { attrs: { el: e.BentoTypographyElement.SPAN, variant: e.BentoTypographyVariant.BODY, stronger: "", "data-testid": "inner-label" } }, [e._t("default")], 2) : e._e(), e.shouldDisplaySubLabelSlot ? o("bento-typography", { staticClass: "b-toggle__sub-label", attrs: { id: e.descriptionId, el: e.BentoTypographyElement.SPAN, variant: e.BentoTypographyVariant.BODY } }, [e._t("subLabel")], 2) : e._e()], 1) : e._e()]);
|
|
3137
|
+
}, Bn = [], Fn = /* @__PURE__ */ u(
|
|
3138
|
+
Dn,
|
|
3139
|
+
Nn,
|
|
3140
|
+
Bn,
|
|
3141
|
+
!1,
|
|
3142
|
+
null,
|
|
3143
|
+
"ead8c189",
|
|
3144
|
+
null,
|
|
3145
|
+
null
|
|
3146
|
+
);
|
|
3147
|
+
const Jn = Fn.exports;
|
|
3148
|
+
export {
|
|
3149
|
+
K as AdlLabelPosition,
|
|
3150
|
+
A as BentoButton,
|
|
3151
|
+
Et as BentoButtonActions,
|
|
3152
|
+
W as BentoButtonActionsLayout,
|
|
3153
|
+
Ot as BentoButtonGroup,
|
|
3154
|
+
Z as BentoButtonPropClass,
|
|
3155
|
+
T as BentoButtonVariant,
|
|
3156
|
+
So as BentoCheckbox,
|
|
3157
|
+
Yn as BentoDataGrid,
|
|
3158
|
+
V as BentoDatagridSortDirection,
|
|
3159
|
+
Ye as BentoDatagridStyleState,
|
|
3160
|
+
Ee as BentoFilterBar,
|
|
3161
|
+
da as BentoFilterItemType,
|
|
3162
|
+
Ya as BentoInputField,
|
|
3163
|
+
Hn as BentoInputRadio,
|
|
3164
|
+
jn as BentoLink,
|
|
3165
|
+
Gn as BentoLoadingButton,
|
|
3166
|
+
L as BentoLoadingButtonState,
|
|
3167
|
+
zt as BentoLoadingIndicator,
|
|
3168
|
+
M as BentoLoadingIndicatorEvent,
|
|
3169
|
+
sa as BentoPagination,
|
|
3170
|
+
ya as BentoPopover,
|
|
3171
|
+
ne as BentoPopoverPositions,
|
|
3172
|
+
Zn as BentoStatus,
|
|
3173
|
+
je as BentoStatusVariant,
|
|
3174
|
+
Xn as BentoTag,
|
|
3175
|
+
se as BentoTagVariant,
|
|
3176
|
+
gt as BentoTheme,
|
|
3177
|
+
Jn as BentoToggle,
|
|
3178
|
+
Ze as BentoTogglePropClass,
|
|
3179
|
+
Sa as BentoTooltip,
|
|
3180
|
+
Ge as BentoTooltipDirective,
|
|
3181
|
+
q as BentoTooltipPosition,
|
|
3182
|
+
qe as BentoTooltipState,
|
|
3183
|
+
P as BentoTypography,
|
|
3184
|
+
w as BentoTypographyElement,
|
|
3185
|
+
I as BentoTypographyModifier,
|
|
3186
|
+
_ as BentoTypographyVariant,
|
|
3187
|
+
qn as default
|
|
3188
|
+
};
|
|
3189
|
+
//# sourceMappingURL=index.js.map
|