@baloise/ds-core 19.2.0 → 19.3.0-nightly.20250630
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/components/_commonjsHelpers.js +5 -1
- package/components/all.d.ts +2 -0
- package/components/all.js +3 -0
- package/components/animation.decorator.js +1 -1
- package/components/array.js +3 -3
- package/components/attributes.js +0 -3
- package/components/bal-accordion-details.js +16 -5
- package/components/bal-accordion-summary.js +17 -6
- package/components/bal-accordion-trigger.js +49 -17
- package/components/bal-accordion.js +43 -15
- package/components/bal-app.js +1 -93
- package/components/bal-app2.js +100 -0
- package/components/bal-badge2.js +10 -3
- package/components/bal-button-group2.js +10 -0
- package/components/bal-button2.js +106 -32
- package/components/bal-card-actions.js +3 -0
- package/components/bal-card-button.js +19 -1
- package/components/bal-card-subtitle.js +13 -8
- package/components/bal-card-title.js +3 -0
- package/components/bal-card2.js +30 -4
- package/components/bal-carousel-item.js +36 -18
- package/components/bal-carousel.js +59 -10
- package/components/bal-check2.js +23 -2
- package/components/bal-checkbox-group.js +63 -23
- package/components/bal-checkbox2.js +94 -33
- package/components/bal-close2.js +9 -4
- package/components/bal-content2.js +24 -2
- package/components/bal-data-item.js +6 -0
- package/components/bal-data-label.js +3 -0
- package/components/bal-data-value.js +14 -5
- package/components/bal-data.js +8 -3
- package/components/bal-date-calendar-cell2.js +3 -8
- package/components/bal-date-calendar2.js +28 -32
- package/components/bal-date.js +72 -34
- package/components/bal-divider.js +18 -2
- package/components/bal-doc-app.d.ts +11 -0
- package/components/bal-doc-app.js +262 -0
- package/components/bal-dropdown.js +107 -43
- package/components/bal-field-control.js +14 -0
- package/components/bal-field-hint.js +9 -0
- package/components/bal-field-label.js +32 -0
- package/components/bal-field-message.js +15 -0
- package/components/bal-field.js +32 -11
- package/components/bal-file-upload.js +103 -52
- package/components/bal-footer.js +22 -7
- package/components/bal-form-grid.js +1 -2
- package/components/bal-form.js +11 -3
- package/components/bal-heading2.js +25 -6
- package/components/bal-hint2.js +13 -12
- package/components/bal-icon2.js +965 -906
- package/components/bal-input-date2.js +45 -11
- package/components/bal-input-group2.js +10 -2
- package/components/bal-input-slider.js +57 -19
- package/components/bal-input-stepper.js +1105 -1081
- package/components/bal-input.js +87 -37
- package/components/bal-label2.js +52 -4
- package/components/bal-list-item-accordion-body2.js +13 -7
- package/components/bal-list-item-accordion-head2.js +17 -7
- package/components/bal-list-item-content2.js +0 -1
- package/components/bal-list-item-icon2.js +3 -0
- package/components/bal-list-item-title2.js +3 -1
- package/components/bal-list-item2.js +34 -11
- package/components/bal-list2.js +16 -2
- package/components/bal-logo.animation.js +2 -2
- package/components/bal-logo2.js +15 -3
- package/components/bal-modal.js +38 -10
- package/components/bal-nav-link-grid-col2.js +8 -2
- package/components/bal-nav-link-grid2.js +1 -2
- package/components/bal-nav-link-group.js +8 -2
- package/components/bal-nav-link2.js +18 -4
- package/components/bal-nav-menu-bar2.js +11 -2
- package/components/bal-nav-menu-flyout2.js +20 -6
- package/components/bal-nav-meta-bar2.js +24 -4
- package/components/bal-nav.js +186 -80
- package/components/bal-navbar-brand.js +29 -6
- package/components/bal-navbar-menu-end.js +6 -0
- package/components/bal-navbar-menu-start.js +6 -0
- package/components/bal-navbar-menu.js +7 -1
- package/components/bal-navbar.js +12 -2
- package/components/bal-notices.js +10 -2
- package/components/bal-notification.js +11 -2
- package/components/bal-number-input.js +66 -150
- package/components/bal-option-list.js +27 -7
- package/components/bal-option.js +40 -13
- package/components/bal-pagination.js +84 -64
- package/components/bal-popover-content2.js +28 -1
- package/components/bal-popover2.js +50 -13
- package/components/bal-popup2.js +58 -26
- package/components/bal-progress-bar.js +17 -4
- package/components/bal-radio-group.js +59 -23
- package/components/bal-radio-icon2.js +23 -2
- package/components/bal-radio2.js +79 -30
- package/components/bal-segment-item.js +35 -16
- package/components/bal-segment.js +45 -24
- package/components/bal-select-option2.js +7 -2
- package/components/bal-select2.js +113 -58
- package/components/bal-shape2.js +13 -5
- package/components/bal-sheet.js +4 -2
- package/components/bal-snackbar.js +35 -9
- package/components/bal-spinner.animation.js +1927 -1917
- package/components/bal-spinner2.js +27 -9
- package/components/bal-stack2.js +37 -4
- package/components/bal-stage-back-link.js +6 -2
- package/components/bal-stage-image.js +1 -3
- package/components/bal-stage.js +17 -8
- package/components/bal-step-item.js +31 -1
- package/components/bal-steps.js +30 -12
- package/components/bal-switch.js +20 -2
- package/components/bal-tab-item.js +50 -6
- package/components/bal-table.js +4 -2
- package/components/bal-tabs2.js +107 -46
- package/components/bal-tag2.js +26 -2
- package/components/bal-text.js +136 -1
- package/components/bal-textarea.js +52 -24
- package/components/bal-time-input.js +42 -19
- package/components/bal-toast.js +18 -3
- package/components/bal-tooltip.js +21 -4
- package/components/breakpoints.subject.js +5 -79
- package/components/config.default.js +1 -1
- package/components/config.utils.js +1 -1
- package/components/date.js +3212 -3825
- package/components/element-states.decorator.js +1 -1
- package/components/floating-ui.js +2 -2
- package/components/focus-visible.js +2 -2
- package/components/focus.decorator.js +1 -1
- package/components/form-input.js +2 -6
- package/components/helpers.js +2 -2
- package/components/index.esm.js +122 -118
- package/components/index.js +20 -326
- package/components/index2.js +44 -588
- package/components/index3.js +561 -27
- package/components/index4.js +591 -1849
- package/components/index5.js +1814 -506
- package/components/index6.js +125 -0
- package/{dist/esm/initialize-be160cc4.js → components/initialize.js} +6 -6
- package/components/keyboard.helpers.js +1 -1
- package/components/lottie_light_html.js +11694 -11684
- package/components/mutation.decorator.js +1 -1
- package/components/overlays.js +2 -2
- package/components/purify.es.js +1328 -0
- package/components/resize.decorator.js +1 -1
- package/components/swipe.subject.js +1 -1
- package/components/swiper.util.js +2 -2
- package/components/tokens.esm.js +3 -2
- package/components/tslib.es6.js +2 -0
- package/components/utils.js +6 -6
- package/components/visibility.decorator.js +1 -1
- package/components/window-resize.decorator.js +1 -24
- package/components/window-resize.listener.js +80 -0
- package/components/window-resize.subject.js +26 -0
- package/dist/baloise-design-system/baloise-design-system.esm.js +1 -1
- package/dist/baloise-design-system/baloise-design-system.js +1 -1
- package/dist/baloise-design-system/index.esm.js +1 -1
- package/dist/baloise-design-system/p--k0G90SD.system.js +1 -0
- package/dist/baloise-design-system/p-01d073573f.system.entry.js +1 -0
- package/dist/baloise-design-system/p-02b8352ee5.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-240e3621c6.entry.js → p-059c584e1d.entry.js} +1 -1
- package/dist/baloise-design-system/p-07c4c0a34a.entry.js +1 -0
- package/dist/baloise-design-system/p-087771a0aa.system.entry.js +1 -0
- package/dist/baloise-design-system/p-0c68f0d2a7.system.entry.js +1 -0
- package/dist/baloise-design-system/p-0d6922d234.entry.js +1 -0
- package/dist/baloise-design-system/p-11c78979ba.entry.js +1 -0
- package/dist/baloise-design-system/p-1207b9753b.entry.js +1 -0
- package/dist/baloise-design-system/p-14658a1116.system.entry.js +1 -0
- package/dist/baloise-design-system/p-1660c717dd.entry.js +1 -0
- package/dist/baloise-design-system/p-17be27154f.system.entry.js +1 -0
- package/dist/baloise-design-system/p-189a96c522.entry.js +1 -0
- package/dist/baloise-design-system/p-1bd65d3478.entry.js +1 -0
- package/dist/baloise-design-system/p-1e314f5765.entry.js +1 -0
- package/dist/baloise-design-system/p-21e94d929c.entry.js +1 -0
- package/dist/baloise-design-system/p-21f00c06f7.system.entry.js +1 -0
- package/dist/baloise-design-system/p-220bd32622.entry.js +1 -0
- package/dist/baloise-design-system/{p-1e517d518d.system.entry.js → p-2552306487.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-26d97d1341.entry.js +1 -0
- package/dist/baloise-design-system/p-2bedf5525c.entry.js +1 -0
- package/dist/baloise-design-system/p-2e7fc3dd31.entry.js +1 -0
- package/dist/baloise-design-system/p-31d57d6b98.system.entry.js +1 -0
- package/dist/baloise-design-system/p-32aa95a155.entry.js +1 -0
- package/dist/baloise-design-system/{p-7632019f26.system.entry.js → p-333e7be9dd.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-356178f198.entry.js +1 -0
- package/dist/baloise-design-system/{p-d112488f3c.system.entry.js → p-361a85ce79.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-3758b52b14.system.entry.js +1 -0
- package/dist/baloise-design-system/p-378f6ac033.entry.js +1 -0
- package/dist/baloise-design-system/p-37d5ef6005.system.entry.js +1 -0
- package/dist/baloise-design-system/p-3a2cd4b9b9.system.entry.js +1 -0
- package/dist/baloise-design-system/p-3a7b577d1e.entry.js +1 -0
- package/dist/baloise-design-system/p-4346a5deb1.entry.js +1 -0
- package/dist/baloise-design-system/p-45df3e8f55.system.entry.js +1 -0
- package/dist/baloise-design-system/p-46ebaa5408.entry.js +1 -0
- package/dist/baloise-design-system/p-47e172daa0.entry.js +1 -0
- package/dist/baloise-design-system/{p-6077b576a9.system.entry.js → p-48fca0b00b.system.entry.js} +1 -1
- package/dist/baloise-design-system/{p-9df40521e4.system.entry.js → p-4c1dd77065.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-4ea67d4f4e.system.entry.js +1 -0
- package/dist/baloise-design-system/p-5355439141.system.entry.js +1 -0
- package/dist/baloise-design-system/p-5537773b45.system.entry.js +1 -0
- package/dist/baloise-design-system/p-565686db22.entry.js +1 -0
- package/dist/baloise-design-system/p-57fb8b5eb2.system.entry.js +1 -0
- package/dist/baloise-design-system/p-58783a0d8d.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-160c193287.entry.js → p-5b4c5cfff6.entry.js} +1 -1
- package/dist/baloise-design-system/p-61cb6b71ac.system.entry.js +1 -0
- package/dist/baloise-design-system/p-61f27901e6.entry.js +1 -0
- package/dist/baloise-design-system/p-64ddc16b67.system.entry.js +1 -0
- package/dist/baloise-design-system/p-6588e93372.entry.js +1 -0
- package/dist/baloise-design-system/p-6653708bd4.system.entry.js +1 -0
- package/dist/baloise-design-system/p-6699111bc2.system.entry.js +1 -0
- package/dist/baloise-design-system/p-673efab0fd.entry.js +1 -0
- package/dist/baloise-design-system/p-6ba67cb715.entry.js +1 -0
- package/dist/baloise-design-system/p-6e52cbd8c5.entry.js +1 -0
- package/dist/baloise-design-system/{p-279dbfbe05.entry.js → p-6f3e3ce12e.entry.js} +1 -1
- package/dist/baloise-design-system/p-6lvI43hh.js +1 -0
- package/dist/baloise-design-system/{p-05a5de36af.entry.js → p-71f9f1ca2e.entry.js} +1 -1
- package/dist/baloise-design-system/p-72eadd5113.entry.js +1 -0
- package/dist/baloise-design-system/p-756c6d31b2.system.entry.js +1 -0
- package/dist/baloise-design-system/p-758ffe7e03.entry.js +1 -0
- package/dist/baloise-design-system/p-77d927595c.entry.js +1 -0
- package/dist/baloise-design-system/p-79a2093f09.entry.js +1 -0
- package/dist/baloise-design-system/p-7b5cdd7059.system.entry.js +1 -0
- package/dist/baloise-design-system/p-7de6dfad79.entry.js +1 -0
- package/dist/baloise-design-system/p-7e25c45a92.system.entry.js +1 -0
- package/dist/baloise-design-system/p-8143d673eb.system.entry.js +1 -0
- package/dist/baloise-design-system/p-8195485035.entry.js +1 -0
- package/dist/baloise-design-system/p-8281fff44e.system.entry.js +1 -0
- package/dist/baloise-design-system/p-83e5034e65.entry.js +1 -0
- package/dist/baloise-design-system/p-8416fd07c5.system.entry.js +1 -0
- package/dist/baloise-design-system/p-8b9e2d1b0b.entry.js +1 -0
- package/dist/baloise-design-system/p-8ba1580831.system.entry.js +1 -0
- package/dist/baloise-design-system/p-8caeac83b7.entry.js +1 -0
- package/dist/baloise-design-system/p-8eb2cfd0a5.system.entry.js +1 -0
- package/dist/baloise-design-system/p-8f57e7854a.system.entry.js +1 -0
- package/dist/baloise-design-system/p-979f0a41e7.system.entry.js +1 -0
- package/dist/baloise-design-system/p-B1a79Kak.system.js +1 -0
- package/dist/baloise-design-system/p-B33S9saU.system.js +1 -0
- package/dist/baloise-design-system/{p-8fc7e9ca.js → p-B3C_UjgS.js} +1 -1
- package/dist/baloise-design-system/p-B3Q-Lii3.js +2 -0
- package/dist/baloise-design-system/p-BA7E5K4H.system.js +1 -0
- package/dist/baloise-design-system/p-BAaDJIzy.js +1 -0
- package/dist/baloise-design-system/p-BC9JH89x.js +1 -0
- package/dist/baloise-design-system/p-BFTU3MAI.js +1 -0
- package/dist/baloise-design-system/{p-c0c91eb1.js → p-BG4j3FEv.js} +1 -1
- package/dist/baloise-design-system/{p-53e09ecb.js → p-BHFw3KrT.js} +1 -1
- package/dist/baloise-design-system/p-BMcNt3mv.js +1 -0
- package/dist/baloise-design-system/{p-1c41de53.system.js → p-BPUKeAhO.system.js} +1 -1
- package/dist/baloise-design-system/{p-20eba37f.js → p-B_VNoLFI.js} +1 -1
- package/dist/baloise-design-system/p-BctAKt9s.system.js +1 -0
- package/dist/baloise-design-system/p-BfslJCJ1.system.js +1 -0
- package/dist/baloise-design-system/p-Bl6JuZha.js +1 -0
- package/dist/baloise-design-system/p-BnVL_HEz.js +1 -0
- package/dist/baloise-design-system/{p-01f07b49.system.js → p-BomCpG-1.system.js} +1 -1
- package/dist/baloise-design-system/p-BpPN4QPC.system.js +1 -0
- package/dist/baloise-design-system/p-Bzy18UgU.system.js +1 -0
- package/dist/baloise-design-system/{p-063808d7.js → p-C4sZQbkT.js} +1 -1
- package/dist/baloise-design-system/p-C78VTo3I.js +1 -0
- package/dist/baloise-design-system/p-CEOTg0oT.system.js +1 -0
- package/dist/baloise-design-system/p-CHdm2a6D.js +1 -0
- package/dist/baloise-design-system/p-COVugZnr.system.js +1 -0
- package/dist/baloise-design-system/{p-cb0ff37f.js → p-CQIRFXKv.js} +1 -1
- package/dist/baloise-design-system/p-CTtLY-pQ.system.js +1 -0
- package/dist/baloise-design-system/{p-9f7a1215.system.js → p-CaFT5PQ1.system.js} +1 -1
- package/dist/baloise-design-system/{p-b2f7e364.js → p-CbIltJfj.js} +1 -1
- package/dist/baloise-design-system/p-CbvOgU0G.js +1 -0
- package/dist/baloise-design-system/p-CcLsMAnx.system.js +1 -0
- package/dist/baloise-design-system/p-Ci4fBM5Q.system.js +1 -0
- package/dist/baloise-design-system/p-Cj6DXhmQ.js +1 -0
- package/dist/baloise-design-system/p-CkTFeT_v.system.js +1 -0
- package/dist/baloise-design-system/p-Ckgicaeo.js +1 -0
- package/dist/baloise-design-system/p-CodEKsLR.js +1 -0
- package/dist/baloise-design-system/p-CpWDVANq.system.js +1 -0
- package/dist/baloise-design-system/{p-96216bd1.js → p-CrVMeGPj.js} +1 -1
- package/dist/baloise-design-system/{p-d0537382.system.js → p-Cu1ebAbd.system.js} +1 -1
- package/dist/baloise-design-system/p-CwvovJM0.system.js +3 -0
- package/dist/baloise-design-system/p-CzKsK_-N.js +1 -0
- package/dist/baloise-design-system/p-Czl2AFQD.system.js +1 -0
- package/dist/baloise-design-system/p-D-yL3ygS.system.js +1 -0
- package/dist/baloise-design-system/p-D2IpojJH.js +1 -0
- package/dist/baloise-design-system/p-D3fFHb3d.system.js +1 -0
- package/dist/baloise-design-system/p-D619YWaH.system.js +1 -0
- package/dist/baloise-design-system/{p-38aa6fee.js → p-DBQiNMvy.js} +1 -1
- package/dist/baloise-design-system/{p-3c15fb83.system.js → p-DEH0fPxN.system.js} +1 -1
- package/dist/baloise-design-system/{p-83ac9b11.js → p-DExQyjsY.js} +1 -1
- package/dist/baloise-design-system/{p-50f3b012.js → p-DKxvaA1I.js} +1 -1
- package/dist/baloise-design-system/p-DObNWWwI.js +1 -0
- package/dist/baloise-design-system/{p-c0173fff.js → p-DWG-IuAM.js} +1 -1
- package/dist/baloise-design-system/p-DXglhVgP.js +1 -0
- package/dist/baloise-design-system/p-DdsDTeMh.js +1 -0
- package/dist/baloise-design-system/{p-b50f4c4e.system.js → p-DgNrhl33.system.js} +1 -1
- package/dist/baloise-design-system/p-DgPiq0y0.js +2 -0
- package/dist/baloise-design-system/p-Dnw9w0vR.system.js +1 -0
- package/dist/baloise-design-system/{p-b79d8942.system.js → p-Dou6adza.system.js} +1 -1
- package/dist/baloise-design-system/p-DpQhsHDk.system.js +9 -0
- package/dist/baloise-design-system/p-DpZ1EJms.system.js +1 -0
- package/dist/baloise-design-system/p-DqCbGYzv.js +1 -0
- package/dist/baloise-design-system/p-DxjqC_a1.system.js +1 -0
- package/dist/baloise-design-system/p-Dxz8zGB7.system.js +1 -0
- package/dist/baloise-design-system/p-HNsXrTcK.system.js +1 -0
- package/dist/baloise-design-system/{p-acf222fd.js → p-N2wlH4Xn.js} +1 -1
- package/dist/baloise-design-system/p-NtpXzgnf.system.js +1 -0
- package/dist/baloise-design-system/p-RzJv7e7Y.system.js +1 -0
- package/dist/baloise-design-system/p-S5-HQnxq.js +1 -0
- package/dist/baloise-design-system/{p-ec9a7cf5.system.js → p-SeKJ5o8j.system.js} +1 -1
- package/dist/baloise-design-system/p-UHSJaF1l.system.js +2 -0
- package/dist/baloise-design-system/{p-eecefb0a.system.js → p-YF2lEyTF.system.js} +1 -1
- package/dist/baloise-design-system/p-a3fc7283ce.system.entry.js +1 -0
- package/dist/baloise-design-system/p-a490a7c071.entry.js +1 -0
- package/dist/baloise-design-system/p-a9bbd841f4.entry.js +1 -0
- package/dist/baloise-design-system/p-aa419a2a08.entry.js +1 -0
- package/dist/baloise-design-system/p-b13add005c.entry.js +1 -0
- package/dist/baloise-design-system/p-b219f3a83c.system.entry.js +1 -0
- package/dist/baloise-design-system/p-b25e4a85a2.system.entry.js +1 -0
- package/dist/baloise-design-system/p-b5bc57a5cc.entry.js +1 -0
- package/dist/baloise-design-system/p-b5fa8d0dfd.entry.js +1 -0
- package/dist/baloise-design-system/p-b673357398.system.entry.js +1 -0
- package/dist/baloise-design-system/p-b782a8351d.system.entry.js +1 -0
- package/dist/baloise-design-system/p-b798847724.entry.js +1 -0
- package/dist/baloise-design-system/p-b7b40ed5a6.system.entry.js +1 -0
- package/dist/baloise-design-system/p-bb62fc0b8b.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-00e75d0c35.system.entry.js → p-bbf0ab0d94.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-c26e50d86b.system.entry.js +1 -0
- package/dist/baloise-design-system/p-c5kwQsXB.system.js +1 -0
- package/dist/baloise-design-system/p-c7370c3bcd.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-de8600efe8.system.entry.js → p-c82575cbe6.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-c99d479c7d.system.entry.js +1 -0
- package/dist/baloise-design-system/p-ca2c7c3b2b.entry.js +1 -0
- package/dist/baloise-design-system/p-cc45f0d261.system.entry.js +1 -0
- package/dist/baloise-design-system/p-ccafad087a.entry.js +1 -0
- package/dist/baloise-design-system/{p-92964b4937.entry.js → p-cf02b070a7.entry.js} +1 -1
- package/dist/baloise-design-system/{p-0d07e6caf8.entry.js → p-d093a0ccff.entry.js} +1 -1
- package/dist/baloise-design-system/p-d3adf6cb39.entry.js +1 -0
- package/dist/baloise-design-system/p-d3be77ed4e.entry.js +1 -0
- package/dist/baloise-design-system/p-d5fe0de8dd.system.entry.js +1 -0
- package/dist/baloise-design-system/p-d98fef5c6d.system.entry.js +1 -0
- package/dist/baloise-design-system/p-d99135bfae.system.entry.js +1 -0
- package/dist/baloise-design-system/p-dace8501ae.system.entry.js +1 -0
- package/dist/baloise-design-system/p-db401e5eca.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-0b39e3fc7f.system.entry.js → p-e0161a8c00.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-e1a35bc526.entry.js +1 -0
- package/dist/baloise-design-system/p-e264cbf7ab.entry.js +1 -0
- package/dist/baloise-design-system/{p-a06f682955.entry.js → p-e527a619c0.entry.js} +1 -1
- package/dist/baloise-design-system/p-eba28c44f3.entry.js +1 -0
- package/dist/baloise-design-system/p-ebacacaadb.system.entry.js +1 -0
- package/dist/baloise-design-system/p-f1f4340a3d.entry.js +1 -0
- package/dist/baloise-design-system/p-f2e7b54fd6.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-1a99fea403.system.entry.js → p-f32f4ce4d1.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-f3a820890f.entry.js +1 -0
- package/dist/baloise-design-system/p-fa1e4a4d20.system.entry.js +1 -0
- package/dist/baloise-design-system/p-fa5c522e5d.entry.js +1 -0
- package/dist/baloise-design-system/p-fe3f059990.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-18cab6ff5b.entry.js → p-fe8e5a5649.entry.js} +1 -1
- package/dist/baloise-design-system/p-jv0tWyso.js +1 -0
- package/dist/baloise-design-system/p-lFDHYLJ4.system.js +1 -0
- package/dist/baloise-design-system/p-m5GX4h3i.system.js +1 -0
- package/dist/baloise-design-system/p-nz7BJ7x8.js +1 -0
- package/dist/baloise-design-system/{p-ad14e9f9.js → p-pZ7tokLV.js} +1 -1
- package/dist/baloise-design-system/p-v8tPBXUI.js +1 -0
- package/dist/baloise-design-system/p-xbSOW78W.js +1 -0
- package/dist/cjs/{_commonjsHelpers-68cdf74f.js → _commonjsHelpers-BJu3ubxk.js} +5 -0
- package/dist/cjs/{animation.decorator-40bdfb52.js → animation.decorator-Ct7aiy8a.js} +9 -9
- package/dist/cjs/{array-ae164ca3.js → array-Db63Hhl1.js} +3 -3
- package/dist/cjs/{attributes-11acd153.js → attributes-Cp0kpySW.js} +0 -3
- package/dist/cjs/bal-accordion_4.cjs.entry.js +142 -67
- package/dist/cjs/bal-app.cjs.entry.js +23 -24
- package/dist/cjs/bal-badge.cjs.entry.js +12 -7
- package/dist/cjs/bal-button_2.cjs.entry.js +121 -45
- package/dist/cjs/bal-card_6.cjs.entry.js +69 -10
- package/dist/cjs/bal-carousel_2.cjs.entry.js +113 -54
- package/dist/cjs/bal-check.cjs.entry.js +25 -6
- package/dist/cjs/bal-checkbox_2.cjs.entry.js +180 -85
- package/dist/cjs/bal-close.cjs.entry.js +14 -15
- package/dist/cjs/bal-content.cjs.entry.js +28 -10
- package/dist/cjs/bal-data_4.cjs.entry.js +37 -15
- package/dist/cjs/bal-date-calendar-cell.cjs.entry.js +8 -18
- package/dist/cjs/bal-date-calendar_2.cjs.entry.js +90 -67
- package/dist/cjs/bal-date.cjs.entry.js +109 -76
- package/dist/cjs/bal-divider.cjs.entry.js +22 -10
- package/dist/cjs/bal-doc-app.cjs.entry.js +224 -0
- package/dist/cjs/bal-dropdown.cjs.entry.js +139 -82
- package/dist/cjs/bal-field_5.cjs.entry.js +109 -23
- package/dist/cjs/bal-file-upload.cjs.entry.js +120 -76
- package/dist/cjs/bal-footer.cjs.entry.js +34 -24
- package/dist/cjs/bal-form-col_2.cjs.entry.js +2 -5
- package/dist/cjs/bal-form.cjs.entry.js +14 -11
- package/dist/cjs/bal-heading_2.cjs.entry.js +74 -14
- package/dist/cjs/bal-hint_5.cjs.entry.js +110 -50
- package/dist/cjs/bal-icon.cjs.entry.js +969 -916
- package/dist/cjs/bal-input-group.cjs.entry.js +12 -6
- package/dist/cjs/bal-input-slider.cjs.entry.js +68 -34
- package/dist/cjs/bal-input-stepper.cjs.entry.js +1112 -1089
- package/dist/cjs/bal-input.cjs.entry.js +102 -57
- package/dist/cjs/bal-label.cjs.entry.js +59 -17
- package/dist/cjs/bal-list_8.cjs.entry.js +109 -59
- package/dist/cjs/{bal-logo.animation-9704970d.js → bal-logo.animation-q2TTdoP3.js} +4 -3
- package/dist/cjs/bal-logo.cjs.entry.js +26 -20
- package/dist/cjs/bal-modal_3.cjs.entry.js +48 -25
- package/dist/cjs/bal-nav_8.cjs.entry.js +290 -125
- package/dist/cjs/bal-navbar_5.cjs.entry.js +74 -30
- package/dist/cjs/bal-notices_3.cjs.entry.js +65 -18
- package/dist/cjs/bal-notification.cjs.entry.js +13 -6
- package/dist/cjs/bal-number-input.cjs.entry.js +83 -174
- package/dist/cjs/bal-option_2.cjs.entry.js +91 -49
- package/dist/cjs/bal-pagination.cjs.entry.js +87 -68
- package/dist/cjs/bal-popup.cjs.entry.js +72 -46
- package/dist/cjs/bal-progress-bar.cjs.entry.js +25 -17
- package/dist/cjs/bal-radio-icon.cjs.entry.js +25 -6
- package/dist/cjs/bal-radio_2.cjs.entry.js +163 -82
- package/dist/cjs/bal-segment_2.cjs.entry.js +101 -68
- package/dist/cjs/bal-select_2.cjs.entry.js +143 -89
- package/dist/cjs/bal-shape.cjs.entry.js +16 -10
- package/dist/cjs/bal-sheet.cjs.entry.js +6 -6
- package/dist/cjs/{bal-spinner.animation-a81cf10f.js → bal-spinner.animation-BL6PkxOx.js} +1929 -1919
- package/dist/cjs/bal-spinner.cjs.entry.js +34 -23
- package/dist/cjs/bal-stack.cjs.entry.js +41 -12
- package/dist/cjs/bal-stage_6.cjs.entry.js +27 -21
- package/dist/cjs/bal-step-item.cjs.entry.js +34 -6
- package/dist/cjs/bal-steps.cjs.entry.js +45 -33
- package/dist/cjs/bal-switch.cjs.entry.js +22 -6
- package/dist/cjs/bal-tab-item_2.cjs.entry.js +188 -90
- package/dist/cjs/bal-table.cjs.entry.js +6 -6
- package/dist/cjs/bal-tag_2.cjs.entry.js +31 -9
- package/dist/cjs/bal-textarea.cjs.entry.js +63 -40
- package/dist/cjs/bal-time-input.cjs.entry.js +58 -41
- package/dist/cjs/bal-tooltip.cjs.entry.js +31 -20
- package/dist/cjs/baloise-design-system.cjs.js +7 -14
- package/dist/cjs/{breakpoints.decorator-e93836f7.js → breakpoints.decorator-BvW42Q0T.js} +1 -1
- package/dist/cjs/{breakpoints.subject-46e29594.js → breakpoints.subject-BO2zDz46.js} +16 -17
- package/dist/cjs/{config.decorator-de244188.js → config.decorator-D_FjiIar.js} +3 -3
- package/dist/cjs/{date-ce9c7f3f.js → date-TPRfNe4M.js} +3217 -3830
- package/dist/cjs/{device-9f97a845.js → device-PwXgHi--.js} +5 -5
- package/dist/cjs/{element-states.decorator-aa5126e2.js → element-states.decorator-B-8GoxSa.js} +12 -13
- package/dist/cjs/{floating-ui-4a4a1aed.js → floating-ui-l3NjU516.js} +3 -3
- package/dist/cjs/{focus-visible-a434c91f.js → focus-visible-DFZa8IIA.js} +2 -2
- package/dist/cjs/{focus.decorator-14a4a576.js → focus.decorator-C6zfsYu-.js} +9 -10
- package/dist/cjs/{form-input-e9974433.js → form-input-B660-bjw.js} +2 -7
- package/dist/cjs/index-BZ67Dcnb.js +50 -0
- package/dist/cjs/index-BobQkZjn.js +1868 -0
- package/dist/cjs/index-C413E-IK.js +571 -0
- package/dist/cjs/index-CuY5w2n4.js +602 -0
- package/dist/cjs/index-D4vG8k57.js +2885 -0
- package/dist/cjs/index-ifu9fMyU.js +127 -0
- package/dist/cjs/index.cjs.js +69 -78
- package/dist/cjs/index.esm-CKDqUwIC.js +216 -0
- package/dist/cjs/{listener-52d2e5fd.js → listener-B7XPbb55.js} +2 -2
- package/dist/cjs/loader.cjs.js +3 -12
- package/dist/cjs/lottie_light_html-OP40Exqq.js +11704 -0
- package/dist/cjs/{mutation.decorator-485e250e.js → mutation.decorator-CugZMhs4.js} +5 -5
- package/dist/cjs/{number-24bf265b.js → number-hhFX3aKU.js} +3 -4
- package/dist/cjs/{overlays-94ebb271.js → overlays-D69-iSa6.js} +5 -6
- package/dist/cjs/purify.es-CJTp6uKN.js +1330 -0
- package/dist/cjs/{resize.decorator-e4a92322.js → resize.decorator-D7f4FbeF.js} +5 -6
- package/dist/cjs/{scroll-dc37ea84.js → scroll-D7ot6_a-.js} +5 -5
- package/dist/cjs/{swipe.decorator-9c105f90.js → swipe.decorator-aP7AIbLE.js} +1 -1
- package/dist/cjs/{swipe.subject-191f7d8a.js → swipe.subject-BhMYr3OO.js} +5 -5
- package/dist/cjs/{swiper.util-d23b8eb0.js → swiper.util-Dh50nc_s.js} +15 -16
- package/dist/cjs/{tokens.esm-b4bf229a.js → tokens.esm-BPYitgVY.js} +2 -1
- package/dist/cjs/{tslib.es6-a680968e.js → tslib.es6-DrfCPgT9.js} +2 -0
- package/dist/cjs/{utils-9ea175af.js → utils-Bl0u6rg1.js} +6 -6
- package/dist/cjs/{visibility.decorator-a218aab9.js → visibility.decorator-kwm3v9pQ.js} +5 -5
- package/dist/cjs/window-resize.decorator-00Vkgoqz.js +25 -0
- package/dist/cjs/window-resize.subject-D9DR__EJ.js +28 -0
- package/dist/collection/collection-manifest.json +3 -2
- package/dist/collection/components/bal-accordion/bal-accordion-details/bal-accordion-details.js +18 -6
- package/dist/collection/components/bal-accordion/bal-accordion-summary/bal-accordion-summary.js +19 -7
- package/dist/collection/components/bal-accordion/bal-accordion-trigger/bal-accordion-trigger.js +57 -24
- package/dist/collection/components/bal-accordion/bal-accordion.js +47 -18
- package/dist/collection/components/bal-app/bal-app.js +10 -4
- package/dist/collection/components/bal-badge/bal-badge.js +13 -5
- package/dist/collection/components/bal-button/bal-button-group/bal-button-group.js +13 -3
- package/dist/collection/components/bal-button/bal-button.js +192 -63
- package/dist/collection/components/bal-card/bal-card-actions/bal-card-actions.js +4 -1
- package/dist/collection/components/bal-card/bal-card-button/bal-card-button.js +26 -8
- package/dist/collection/components/bal-card/bal-card-subtitle/bal-card-subtitle.js +16 -5
- package/dist/collection/components/bal-card/bal-card-title/bal-card-title.js +4 -1
- package/dist/collection/components/bal-card/bal-card.css +1 -1
- package/dist/collection/components/bal-card/bal-card.js +36 -9
- package/dist/collection/components/bal-carousel/bal-carousel-item/bal-carousel-item.js +45 -27
- package/dist/collection/components/bal-carousel/bal-carousel.js +64 -15
- package/dist/collection/components/bal-checkbox/bal-check/bal-check.js +28 -6
- package/dist/collection/components/bal-checkbox/bal-checkbox-group/bal-checkbox-group.js +74 -31
- package/dist/collection/components/bal-checkbox/bal-checkbox.js +109 -47
- package/dist/collection/components/bal-checkbox/bal-switch/bal-switch.js +24 -5
- package/dist/collection/components/bal-close/bal-close.js +8 -2
- package/dist/collection/components/bal-content/bal-content.js +28 -5
- package/dist/collection/components/bal-data/bal-data-item/bal-data-item.js +8 -2
- package/dist/collection/components/bal-data/bal-data-label/bal-data-label.js +4 -1
- package/dist/collection/components/bal-data/bal-data-value/bal-data-value.js +15 -6
- package/dist/collection/components/bal-data/bal-data.js +9 -3
- package/dist/collection/components/bal-date/bal-date-calendar/bal-date-calendar.js +24 -26
- package/dist/collection/components/bal-date/bal-date-calendar-cell/bal-date-calendar-cell.js +11 -16
- package/dist/collection/components/bal-date/bal-date.js +85 -45
- package/dist/collection/components/bal-divider/bal-divider.js +21 -4
- package/dist/collection/components/bal-dropdown/bal-dropdown.js +118 -52
- package/dist/collection/components/bal-field/bal-field-control/bal-field-control.js +18 -4
- package/dist/collection/components/bal-field/bal-field-hint/bal-field-hint.js +12 -3
- package/dist/collection/components/bal-field/bal-field-label/bal-field-label.js +40 -8
- package/dist/collection/components/bal-field/bal-field-message/bal-field-message.js +20 -5
- package/dist/collection/components/bal-field/bal-field.js +36 -14
- package/dist/collection/components/bal-file-upload/bal-file-upload.js +67 -33
- package/dist/collection/components/bal-footer/bal-footer.js +20 -3
- package/dist/collection/components/bal-form/bal-form.js +12 -3
- package/dist/collection/components/bal-form-grid/bal-form-col/bal-form-col.js +1 -1
- package/dist/collection/components/bal-heading/bal-heading.js +33 -13
- package/dist/collection/components/bal-hint/bal-hint.css +1 -1
- package/dist/collection/components/bal-hint/bal-hint.js +9 -7
- package/dist/collection/components/bal-icon/bal-icon.js +82 -36
- package/dist/collection/components/bal-input/bal-input-date/bal-input-date.js +54 -19
- package/dist/collection/components/bal-input/bal-input.js +111 -60
- package/dist/collection/components/bal-input-group/bal-input-group.js +12 -3
- package/dist/collection/components/bal-input-slider/bal-input-slider.js +66 -27
- package/dist/collection/components/bal-input-stepper/bal-input-stepper.css +1 -1
- package/dist/collection/components/bal-input-stepper/bal-input-stepper.js +62 -40
- package/dist/collection/components/bal-label/bal-label.js +62 -13
- package/dist/collection/components/bal-list/bal-list-item/bal-list-item.js +42 -19
- package/dist/collection/components/bal-list/bal-list-item-accordion-body/bal-list-item-accordion-body.js +12 -7
- package/dist/collection/components/bal-list/bal-list-item-accordion-head/bal-list-item-accordion-head.js +16 -6
- package/dist/collection/components/bal-list/bal-list-item-content/bal-list-item-content.js +1 -4
- package/dist/collection/components/bal-list/bal-list-item-icon/bal-list-item-icon.js +4 -1
- package/dist/collection/components/bal-list/bal-list-item-title/bal-list-item-title.js +5 -3
- package/dist/collection/components/bal-list/bal-list.js +20 -5
- package/dist/collection/components/bal-logo/bal-logo.js +16 -3
- package/dist/collection/components/bal-modal/bal-modal.js +48 -17
- package/dist/collection/components/bal-nav/bal-nav-focus.util.js +87 -0
- package/dist/collection/components/bal-nav/bal-nav-link/bal-nav-link.js +23 -8
- package/dist/collection/components/bal-nav/bal-nav-link-grid-col/bal-nav-link-grid-col.js +8 -1
- package/dist/collection/components/bal-nav/bal-nav-link-group/bal-nav-link-group.js +8 -1
- package/dist/collection/components/bal-nav/bal-nav-menu-bar/bal-nav-menu-bar.js +12 -2
- package/dist/collection/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.js +48 -3
- package/dist/collection/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.css +1 -1
- package/dist/collection/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.js +45 -5
- package/dist/collection/components/bal-nav/bal-nav.css +1 -1
- package/dist/collection/components/bal-nav/bal-nav.js +61 -20
- package/dist/collection/components/bal-nav/models/bal-nav-menu-link-item.js +6 -5
- package/dist/collection/components/bal-nav/models/bal-nav-meta-button.js +7 -25
- package/dist/collection/components/bal-nav/models/bal-nav-meta-link-item.js +2 -2
- package/dist/collection/components/bal-navbar/bal-navbar-brand/bal-navbar-brand.js +36 -13
- package/dist/collection/components/bal-navbar/bal-navbar-menu/bal-navbar-menu.js +7 -1
- package/dist/collection/components/bal-navbar/bal-navbar-menu-end/bal-navbar-menu-end.js +7 -1
- package/dist/collection/components/bal-navbar/bal-navbar-menu-start/bal-navbar-menu-start.js +7 -1
- package/dist/collection/components/bal-navbar/bal-navbar.js +14 -3
- package/dist/collection/components/bal-notices/bal-notices.js +12 -3
- package/dist/collection/components/bal-notification/bal-notification.js +13 -3
- package/dist/collection/components/bal-number-input/bal-number-input.js +65 -36
- package/dist/collection/components/bal-option/bal-option.js +46 -18
- package/dist/collection/components/bal-option-list/bal-option-list.js +29 -8
- package/dist/collection/components/bal-pagination/bal-pagination.css +1 -1
- package/dist/collection/components/bal-pagination/bal-pagination.js +42 -15
- package/dist/collection/components/bal-popover/bal-popover-content/bal-popover-content.js +36 -9
- package/dist/collection/components/bal-popover/bal-popover.js +52 -12
- package/dist/collection/components/bal-popup/bal-popup.js +64 -31
- package/dist/collection/components/bal-progress-bar/bal-progress-bar.js +16 -3
- package/dist/collection/components/bal-radio/bal-radio-group/bal-radio-group.js +70 -32
- package/dist/collection/components/bal-radio/bal-radio-icon/bal-radio-icon.js +28 -6
- package/dist/collection/components/bal-radio/bal-radio.js +93 -43
- package/dist/collection/components/bal-segment/bal-segment-item/bal-segment-item.js +39 -19
- package/dist/collection/components/bal-segment/bal-segment.js +43 -23
- package/dist/collection/components/bal-select/bal-select-option/bal-select-option.js +11 -6
- package/dist/collection/components/bal-select/bal-select.js +115 -59
- package/dist/collection/components/bal-shape/bal-shape.js +15 -6
- package/dist/collection/components/bal-sheet/bal-sheet.js +4 -1
- package/dist/collection/components/bal-snackbar/bal-snackbar.js +42 -13
- package/dist/collection/components/bal-spinner/bal-spinner.js +30 -11
- package/dist/collection/components/bal-stack/bal-stack.js +47 -13
- package/dist/collection/components/bal-stage/bal-stage-back-link/bal-stage-back-link.js +10 -6
- package/dist/collection/components/bal-stage/bal-stage-image/bal-stage-image.js +2 -4
- package/dist/collection/components/bal-stage/bal-stage.js +22 -12
- package/dist/collection/components/bal-steps/bal-step-item/bal-step-item.js +42 -12
- package/dist/collection/components/bal-steps/bal-steps.js +31 -11
- package/dist/collection/components/bal-table/bal-table.js +4 -1
- package/dist/collection/components/bal-tabs/bal-tab-item/bal-tab-item.js +90 -30
- package/dist/collection/components/bal-tabs/bal-tabs.js +111 -52
- package/dist/collection/components/bal-tabs/components/tab-button.js +6 -3
- package/dist/collection/components/bal-tag/bal-tag.js +33 -8
- package/dist/collection/components/bal-text/bal-text.js +58 -13
- package/dist/collection/components/bal-textarea/bal-textarea.js +69 -40
- package/dist/collection/components/bal-time-input/bal-time-input.js +44 -20
- package/dist/collection/components/bal-toast/bal-toast.js +21 -4
- package/dist/collection/components/bal-tooltip/bal-tooltip.js +24 -6
- package/dist/collection/components/docs/bal-doc-app/bal-doc-app.css +1 -0
- package/dist/collection/components/docs/bal-doc-app/bal-doc-app.js +248 -0
- package/dist/collection/index.js +27 -21
- package/dist/collection/utils/constants/version.constant.js +1 -1
- package/dist/esm/_commonjsHelpers-BFTU3MAI.js +7 -0
- package/dist/esm/{animation.decorator-49923a4a.js → animation.decorator-BRrK54mN.js} +2 -2
- package/dist/esm/{array-4c09dfe3.js → array-CDfSqLEo.js} +3 -3
- package/dist/esm/{attributes-a3e70948.js → attributes-C4sZQbkT.js} +0 -3
- package/dist/esm/bal-accordion_4.entry.js +130 -53
- package/dist/esm/bal-app.entry.js +13 -12
- package/dist/esm/bal-badge.entry.js +12 -5
- package/dist/esm/bal-button_2.entry.js +120 -42
- package/dist/esm/bal-card_6.entry.js +69 -8
- package/dist/esm/bal-carousel_2.entry.js +110 -49
- package/dist/esm/bal-check.entry.js +25 -4
- package/dist/esm/bal-checkbox_2.entry.js +174 -77
- package/dist/esm/bal-close.entry.js +12 -11
- package/dist/esm/bal-content.entry.js +27 -7
- package/dist/esm/bal-data_4.entry.js +37 -13
- package/dist/esm/bal-date-calendar-cell.entry.js +8 -16
- package/dist/esm/bal-date-calendar_2.entry.js +86 -61
- package/dist/esm/bal-date.entry.js +92 -57
- package/dist/esm/bal-divider.entry.js +21 -7
- package/dist/esm/bal-doc-app.entry.js +222 -0
- package/dist/esm/bal-dropdown.entry.js +120 -61
- package/dist/esm/bal-field_5.entry.js +107 -19
- package/dist/esm/bal-file-upload.entry.js +119 -73
- package/dist/esm/bal-footer.entry.js +27 -15
- package/dist/esm/bal-form-col_2.entry.js +2 -3
- package/dist/esm/bal-form.entry.js +12 -7
- package/dist/esm/bal-heading_2.entry.js +73 -11
- package/dist/esm/bal-hint_5.entry.js +105 -43
- package/dist/esm/bal-icon.entry.js +969 -914
- package/dist/esm/bal-input-group.entry.js +12 -4
- package/dist/esm/bal-input-slider.entry.js +67 -31
- package/dist/esm/bal-input-stepper.entry.js +1108 -1083
- package/dist/esm/bal-input.entry.js +100 -53
- package/dist/esm/bal-label.entry.js +56 -12
- package/dist/esm/bal-list_8.entry.js +97 -45
- package/dist/esm/{bal-logo.animation-560601c6.js → bal-logo.animation-Bm-_mal3.js} +4 -3
- package/dist/esm/bal-logo.entry.js +24 -16
- package/dist/esm/bal-modal_3.entry.js +43 -18
- package/dist/esm/bal-nav_8.entry.js +276 -109
- package/dist/esm/bal-navbar_5.entry.js +69 -23
- package/dist/esm/bal-notices_3.entry.js +65 -16
- package/dist/esm/bal-notification.entry.js +13 -4
- package/dist/esm/bal-number-input.entry.js +78 -167
- package/dist/esm/bal-option_2.entry.js +77 -33
- package/dist/esm/bal-pagination.entry.js +87 -66
- package/dist/esm/bal-popup.entry.js +64 -36
- package/dist/esm/bal-progress-bar.entry.js +24 -14
- package/dist/esm/bal-radio-icon.entry.js +25 -4
- package/dist/esm/bal-radio_2.entry.js +157 -74
- package/dist/esm/bal-segment_2.entry.js +94 -59
- package/dist/esm/bal-select_2.entry.js +136 -80
- package/dist/esm/bal-shape.entry.js +16 -8
- package/dist/esm/bal-sheet.entry.js +6 -4
- package/dist/esm/{bal-spinner.animation-81d4326e.js → bal-spinner.animation-Bv2Ow6xu.js} +1929 -1919
- package/dist/esm/bal-spinner.entry.js +31 -18
- package/dist/esm/bal-stack.entry.js +40 -9
- package/dist/esm/bal-stage_6.entry.js +26 -18
- package/dist/esm/bal-step-item.entry.js +34 -4
- package/dist/esm/bal-steps.entry.js +43 -29
- package/dist/esm/bal-switch.entry.js +22 -4
- package/dist/esm/bal-tab-item_2.entry.js +175 -75
- package/dist/esm/bal-table.entry.js +6 -4
- package/dist/esm/bal-tag_2.entry.js +31 -7
- package/dist/esm/bal-textarea.entry.js +62 -37
- package/dist/esm/bal-time-input.entry.js +56 -37
- package/dist/esm/bal-tooltip.entry.js +28 -15
- package/dist/esm/baloise-design-system.js +5 -11
- package/dist/esm/{breakpoints.decorator-133a72bf.js → breakpoints.decorator-D65T7jyo.js} +1 -1
- package/dist/esm/{breakpoints.subject-76dd4b56.js → breakpoints.subject-D4ei1woI.js} +4 -5
- package/dist/esm/{config.decorator-42dba864.js → config.decorator-g255X8DE.js} +1 -1
- package/dist/esm/{date-a9304ff8.js → date-CzITO5fO.js} +3213 -3826
- package/dist/esm/{device-8c6d2881.js → device-dF5vUTps.js} +1 -1
- package/dist/esm/{element-states.decorator-0688a178.js → element-states.decorator-Dk8OIOdm.js} +2 -3
- package/dist/esm/{floating-ui-775ee3d1.js → floating-ui-ITd61PST.js} +2 -2
- package/dist/esm/{focus-visible-c1d6b5b8.js → focus-visible-DqCbGYzv.js} +2 -2
- package/dist/esm/{focus.decorator-5575312f.js → focus.decorator-MIxVqnNR.js} +2 -3
- package/dist/esm/{form-input-263e6f5b.js → form-input-DyU_I7Nf.js} +2 -6
- package/dist/esm/index-B4k_dH6V.js +1866 -0
- package/dist/esm/index-BU7FUSdu.js +569 -0
- package/dist/esm/index-D6JOtC1P.js +125 -0
- package/dist/esm/index-DgPiq0y0.js +2829 -0
- package/dist/esm/index-dYcsHLfj.js +600 -0
- package/dist/esm/index-zWZxKBfo.js +48 -0
- package/dist/esm/index.esm-Btc0yydR.js +210 -0
- package/dist/esm/index.js +24 -30
- package/dist/esm/{listener-04842ae9.js → listener-BRXdr5Mk.js} +1 -1
- package/dist/esm/loader.js +3 -10
- package/dist/esm/lottie_light_html-DuyI5RA6.js +11702 -0
- package/dist/esm/{mutation.decorator-e915d053.js → mutation.decorator-CFRV3n5T.js} +2 -2
- package/dist/esm/{number-d75635a2.js → number-DI8U2zZ7.js} +1 -2
- package/dist/esm/{overlays-3f81f45d.js → overlays-BE8fsAF4.js} +2 -3
- package/dist/esm/purify.es-B3Q-Lii3.js +1328 -0
- package/dist/esm/{resize.decorator-08f6286b.js → resize.decorator-CdfVlqf4.js} +2 -3
- package/dist/esm/{scroll-521224a9.js → scroll-ytafAebU.js} +1 -1
- package/dist/esm/{swipe.decorator-902c4936.js → swipe.decorator-LAK4VYA0.js} +1 -1
- package/dist/esm/{swipe.subject-fbdb665a.js → swipe.subject-2eHkUcpg.js} +4 -4
- package/dist/esm/{swiper.util-5f92ac1c.js → swiper.util-Dy8CWRH7.js} +4 -5
- package/dist/esm/{tokens.esm-dc280d50.js → tokens.esm-nz7BJ7x8.js} +3 -2
- package/dist/esm/{tslib.es6-654e2c24.js → tslib.es6-dfXERft2.js} +2 -0
- package/dist/esm/{utils-9fbab1d3.js → utils-C_qktPg7.js} +6 -6
- package/dist/esm/{visibility.decorator-ee4b6682.js → visibility.decorator-B1BbAwZf.js} +2 -2
- package/dist/esm/{window-resize.decorator-aa625d55.js → window-resize.decorator-DhkgwtOY.js} +1 -24
- package/dist/esm/window-resize.subject-DYiVCopc.js +26 -0
- package/dist/esm-es5/_commonjsHelpers-BFTU3MAI.js +1 -0
- package/dist/esm-es5/animation.decorator-BRrK54mN.js +1 -0
- package/dist/esm-es5/array-CDfSqLEo.js +1 -0
- package/dist/esm-es5/{attributes-a3e70948.js → attributes-C4sZQbkT.js} +1 -1
- package/dist/esm-es5/bal-accordion_4.entry.js +1 -1
- package/dist/esm-es5/bal-app.entry.js +1 -1
- package/dist/esm-es5/bal-badge.entry.js +1 -1
- package/dist/esm-es5/bal-button_2.entry.js +1 -1
- package/dist/esm-es5/bal-card_6.entry.js +1 -1
- package/dist/esm-es5/bal-carousel_2.entry.js +1 -1
- package/dist/esm-es5/bal-check.entry.js +1 -1
- package/dist/esm-es5/bal-checkbox_2.entry.js +1 -1
- package/dist/esm-es5/bal-close.entry.js +1 -1
- package/dist/esm-es5/bal-content.entry.js +1 -1
- package/dist/esm-es5/bal-data_4.entry.js +1 -1
- package/dist/esm-es5/bal-date-calendar-cell.entry.js +1 -1
- package/dist/esm-es5/bal-date-calendar_2.entry.js +1 -1
- package/dist/esm-es5/bal-date.entry.js +1 -1
- package/dist/esm-es5/bal-divider.entry.js +1 -1
- package/dist/esm-es5/bal-doc-app.entry.js +1 -0
- package/dist/esm-es5/bal-dropdown.entry.js +1 -1
- package/dist/esm-es5/bal-field_5.entry.js +1 -1
- package/dist/esm-es5/bal-file-upload.entry.js +1 -1
- package/dist/esm-es5/bal-footer.entry.js +1 -1
- package/dist/esm-es5/bal-form-col_2.entry.js +1 -1
- package/dist/esm-es5/bal-form.entry.js +1 -1
- package/dist/esm-es5/bal-heading_2.entry.js +1 -1
- package/dist/esm-es5/bal-hint_5.entry.js +1 -1
- package/dist/esm-es5/bal-icon.entry.js +1 -1
- package/dist/esm-es5/bal-input-group.entry.js +1 -1
- package/dist/esm-es5/bal-input-slider.entry.js +1 -1
- package/dist/esm-es5/bal-input-stepper.entry.js +1 -1
- package/dist/esm-es5/bal-input.entry.js +1 -1
- package/dist/esm-es5/bal-label.entry.js +1 -1
- package/dist/esm-es5/bal-list_8.entry.js +1 -1
- package/dist/esm-es5/bal-logo.animation-Bm-_mal3.js +1 -0
- package/dist/esm-es5/bal-logo.entry.js +1 -1
- package/dist/esm-es5/bal-modal_3.entry.js +1 -1
- package/dist/esm-es5/bal-nav_8.entry.js +1 -1
- package/dist/esm-es5/bal-navbar_5.entry.js +1 -1
- package/dist/esm-es5/bal-notices_3.entry.js +1 -1
- package/dist/esm-es5/bal-notification.entry.js +1 -1
- package/dist/esm-es5/bal-number-input.entry.js +1 -1
- package/dist/esm-es5/bal-option_2.entry.js +1 -1
- package/dist/esm-es5/bal-pagination.entry.js +1 -1
- package/dist/esm-es5/bal-popup.entry.js +1 -1
- package/dist/esm-es5/bal-progress-bar.entry.js +1 -1
- package/dist/esm-es5/bal-radio-icon.entry.js +1 -1
- package/dist/esm-es5/bal-radio_2.entry.js +1 -1
- package/dist/esm-es5/bal-segment_2.entry.js +1 -1
- package/dist/esm-es5/bal-select_2.entry.js +1 -1
- package/dist/esm-es5/bal-shape.entry.js +1 -1
- package/dist/esm-es5/bal-sheet.entry.js +1 -1
- package/dist/esm-es5/{bal-spinner.animation-81d4326e.js → bal-spinner.animation-Bv2Ow6xu.js} +1 -1
- package/dist/esm-es5/bal-spinner.entry.js +1 -1
- package/dist/esm-es5/bal-stack.entry.js +1 -1
- package/dist/esm-es5/bal-stage_6.entry.js +1 -1
- package/dist/esm-es5/bal-step-item.entry.js +1 -1
- package/dist/esm-es5/bal-steps.entry.js +1 -1
- package/dist/esm-es5/bal-switch.entry.js +1 -1
- package/dist/esm-es5/bal-tab-item_2.entry.js +1 -1
- package/dist/esm-es5/bal-table.entry.js +1 -1
- package/dist/esm-es5/bal-tag_2.entry.js +1 -1
- package/dist/esm-es5/bal-textarea.entry.js +1 -1
- package/dist/esm-es5/bal-time-input.entry.js +1 -1
- package/dist/esm-es5/bal-tooltip.entry.js +1 -1
- package/dist/esm-es5/baloise-design-system.js +1 -1
- package/dist/esm-es5/breakpoints.decorator-D65T7jyo.js +1 -0
- package/dist/esm-es5/breakpoints.subject-D4ei1woI.js +1 -0
- package/dist/esm-es5/config.decorator-g255X8DE.js +1 -0
- package/dist/esm-es5/date-CzITO5fO.js +1 -0
- package/dist/esm-es5/device-dF5vUTps.js +1 -0
- package/dist/esm-es5/element-states.decorator-Dk8OIOdm.js +1 -0
- package/dist/esm-es5/floating-ui-ITd61PST.js +1 -0
- package/dist/esm-es5/focus-visible-DqCbGYzv.js +1 -0
- package/dist/esm-es5/focus.decorator-MIxVqnNR.js +1 -0
- package/dist/esm-es5/form-input-DyU_I7Nf.js +1 -0
- package/dist/esm-es5/index-B4k_dH6V.js +1 -0
- package/dist/esm-es5/index-BU7FUSdu.js +1 -0
- package/dist/esm-es5/index-D6JOtC1P.js +1 -0
- package/dist/esm-es5/index-DgPiq0y0.js +2 -0
- package/dist/esm-es5/index-dYcsHLfj.js +1 -0
- package/dist/esm-es5/index-zWZxKBfo.js +1 -0
- package/dist/esm-es5/index.esm-Btc0yydR.js +1 -0
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/listener-BRXdr5Mk.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/lottie_light_html-DuyI5RA6.js +9 -0
- package/dist/esm-es5/mutation.decorator-CFRV3n5T.js +1 -0
- package/dist/esm-es5/number-DI8U2zZ7.js +1 -0
- package/dist/esm-es5/overlays-BE8fsAF4.js +1 -0
- package/dist/esm-es5/purify.es-B3Q-Lii3.js +2 -0
- package/dist/esm-es5/resize.decorator-CdfVlqf4.js +1 -0
- package/dist/esm-es5/scroll-ytafAebU.js +1 -0
- package/dist/esm-es5/{swipe.decorator-902c4936.js → swipe.decorator-LAK4VYA0.js} +1 -1
- package/dist/esm-es5/swipe.subject-2eHkUcpg.js +1 -0
- package/dist/esm-es5/swiper.util-Dy8CWRH7.js +1 -0
- package/dist/esm-es5/{tokens.esm-dc280d50.js → tokens.esm-nz7BJ7x8.js} +1 -1
- package/dist/esm-es5/utils-C_qktPg7.js +1 -0
- package/dist/esm-es5/visibility.decorator-B1BbAwZf.js +1 -0
- package/dist/esm-es5/window-resize.decorator-DhkgwtOY.js +1 -0
- package/dist/esm-es5/window-resize.subject-DYiVCopc.js +1 -0
- package/dist/html.html-data.json +86 -1
- package/dist/types/components/bal-button/bal-button.d.ts +13 -1
- package/dist/types/components/bal-checkbox/bal-checkbox-group/bal-checkbox-group.d.ts +2 -2
- package/dist/types/components/bal-input-stepper/bal-input-stepper.d.ts +1 -1
- package/dist/types/components/bal-nav/bal-nav-focus.util.d.ts +33 -0
- package/dist/types/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.d.ts +6 -1
- package/dist/types/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.d.ts +4 -0
- package/dist/types/components/bal-nav/bal-nav.interfaces.d.ts +7 -1
- package/dist/types/components/bal-nav/models/bal-nav-menu-link-item.d.ts +1 -0
- package/dist/types/components/bal-nav/models/bal-nav-meta-button.d.ts +1 -1
- package/dist/types/components/bal-pagination/bal-pagination.d.ts +1 -1
- package/dist/types/components/bal-radio/bal-radio-group/bal-radio-group.d.ts +2 -2
- package/dist/types/components/bal-segment/bal-segment.d.ts +2 -2
- package/dist/types/components/bal-tabs/bal-tab-item/bal-tab-item.d.ts +8 -3
- package/dist/types/components/bal-tabs/bal-tab.type.d.ts +1 -0
- package/dist/types/components/bal-tabs/bal-tabs.interfaces.d.ts +2 -0
- package/dist/types/components/docs/bal-doc-app/bal-doc-app.d.ts +21 -0
- package/dist/types/components.d.ts +1551 -10
- package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/icons/src/index.d.ts +82 -0
- package/dist/types/index.d.ts +25 -23
- package/dist/types/stencil-public-runtime.d.ts +23 -1
- package/package.json +7 -7
- package/components/bal-text2.js +0 -94
- package/components/purify.js +0 -1353
- package/dist/baloise-design-system/p-002d7bb9.js +0 -1
- package/dist/baloise-design-system/p-00b37ea2.js +0 -1
- package/dist/baloise-design-system/p-00c2788841.entry.js +0 -1
- package/dist/baloise-design-system/p-00e36bd710.system.entry.js +0 -1
- package/dist/baloise-design-system/p-0193364e31.entry.js +0 -1
- package/dist/baloise-design-system/p-056b22a7.system.js +0 -1
- package/dist/baloise-design-system/p-06d14aacfc.system.entry.js +0 -1
- package/dist/baloise-design-system/p-088aef322b.system.entry.js +0 -1
- package/dist/baloise-design-system/p-0c40a0d86b.entry.js +0 -1
- package/dist/baloise-design-system/p-0d3584a65f.system.entry.js +0 -1
- package/dist/baloise-design-system/p-1345eac467.system.entry.js +0 -1
- package/dist/baloise-design-system/p-16395ece.system.js +0 -1
- package/dist/baloise-design-system/p-166d571e.js +0 -1
- package/dist/baloise-design-system/p-1846561401.system.entry.js +0 -1
- package/dist/baloise-design-system/p-191cb463ef.entry.js +0 -1
- package/dist/baloise-design-system/p-19821082de.entry.js +0 -1
- package/dist/baloise-design-system/p-1a3fd0b20d.system.entry.js +0 -1
- package/dist/baloise-design-system/p-1bd08e1e63.system.entry.js +0 -1
- package/dist/baloise-design-system/p-1d4ea7e42b.system.entry.js +0 -1
- package/dist/baloise-design-system/p-1d7c3cf2.system.js +0 -1
- package/dist/baloise-design-system/p-1f91745ab3.system.entry.js +0 -1
- package/dist/baloise-design-system/p-20bc89d933.entry.js +0 -1
- package/dist/baloise-design-system/p-210cd438.system.js +0 -9
- package/dist/baloise-design-system/p-211a37e8.js +0 -1
- package/dist/baloise-design-system/p-211fd73b2d.entry.js +0 -1
- package/dist/baloise-design-system/p-237de03b.system.js +0 -1
- package/dist/baloise-design-system/p-23bdd8dc.system.js +0 -1
- package/dist/baloise-design-system/p-242625df10.system.entry.js +0 -1
- package/dist/baloise-design-system/p-24fe64c5.js +0 -1
- package/dist/baloise-design-system/p-2880433e.system.js +0 -1
- package/dist/baloise-design-system/p-2a27350c.js +0 -1
- package/dist/baloise-design-system/p-2c5c5716e7.system.entry.js +0 -1
- package/dist/baloise-design-system/p-2c909ec2ed.entry.js +0 -1
- package/dist/baloise-design-system/p-2ccbe55a.js +0 -2
- package/dist/baloise-design-system/p-301a6b23.js +0 -1
- package/dist/baloise-design-system/p-3032d4ad66.entry.js +0 -1
- package/dist/baloise-design-system/p-3153f3e507.system.entry.js +0 -1
- package/dist/baloise-design-system/p-3156541849.system.entry.js +0 -1
- package/dist/baloise-design-system/p-31baba8382.system.entry.js +0 -1
- package/dist/baloise-design-system/p-32db85222c.entry.js +0 -1
- package/dist/baloise-design-system/p-345aa92d.system.js +0 -1
- package/dist/baloise-design-system/p-34b6d66663.entry.js +0 -1
- package/dist/baloise-design-system/p-38bca05d45.system.entry.js +0 -1
- package/dist/baloise-design-system/p-3913c6ae.js +0 -1
- package/dist/baloise-design-system/p-39cbb5b4.system.js +0 -1
- package/dist/baloise-design-system/p-3b6395d90b.system.entry.js +0 -1
- package/dist/baloise-design-system/p-3c39fe4b16.system.entry.js +0 -1
- package/dist/baloise-design-system/p-3ccf4ae8.js +0 -1
- package/dist/baloise-design-system/p-3e0254a61f.entry.js +0 -1
- package/dist/baloise-design-system/p-3f01fc8b.js +0 -1
- package/dist/baloise-design-system/p-41f36f7375.entry.js +0 -1
- package/dist/baloise-design-system/p-456114b8.system.js +0 -1
- package/dist/baloise-design-system/p-4573c419.js +0 -1
- package/dist/baloise-design-system/p-45d69189d4.system.entry.js +0 -1
- package/dist/baloise-design-system/p-472a8efc29.entry.js +0 -1
- package/dist/baloise-design-system/p-4743791e3f.entry.js +0 -1
- package/dist/baloise-design-system/p-47825fdf.system.js +0 -1
- package/dist/baloise-design-system/p-48bee822ce.entry.js +0 -1
- package/dist/baloise-design-system/p-4b3b969747.entry.js +0 -1
- package/dist/baloise-design-system/p-4d4dd885fc.entry.js +0 -1
- package/dist/baloise-design-system/p-4f49822899.system.entry.js +0 -1
- package/dist/baloise-design-system/p-5298de0e.system.js +0 -1
- package/dist/baloise-design-system/p-5569e7774f.entry.js +0 -1
- package/dist/baloise-design-system/p-5638fe223b.entry.js +0 -1
- package/dist/baloise-design-system/p-565f9976.system.js +0 -1
- package/dist/baloise-design-system/p-56f686f295.system.entry.js +0 -1
- package/dist/baloise-design-system/p-57b41c6504.system.entry.js +0 -1
- package/dist/baloise-design-system/p-5b20afcac4.system.entry.js +0 -1
- package/dist/baloise-design-system/p-5b81a72518.system.entry.js +0 -1
- package/dist/baloise-design-system/p-5bb661c59b.entry.js +0 -1
- package/dist/baloise-design-system/p-5ce42985d4.system.entry.js +0 -1
- package/dist/baloise-design-system/p-5f32b4f3.system.js +0 -1
- package/dist/baloise-design-system/p-5fcfbec540.system.entry.js +0 -1
- package/dist/baloise-design-system/p-6149950bb1.system.entry.js +0 -1
- package/dist/baloise-design-system/p-61b67b07b2.system.entry.js +0 -1
- package/dist/baloise-design-system/p-654bc5873c.entry.js +0 -1
- package/dist/baloise-design-system/p-659ecadc.system.js +0 -1
- package/dist/baloise-design-system/p-6700e35d71.entry.js +0 -1
- package/dist/baloise-design-system/p-6913b916.system.js +0 -1
- package/dist/baloise-design-system/p-6b690346.system.js +0 -1
- package/dist/baloise-design-system/p-6bb4e22ace.system.entry.js +0 -1
- package/dist/baloise-design-system/p-6c1136af87.entry.js +0 -1
- package/dist/baloise-design-system/p-6e85cd1a.js +0 -1
- package/dist/baloise-design-system/p-72414b93ef.system.entry.js +0 -1
- package/dist/baloise-design-system/p-72c837904a.system.entry.js +0 -1
- package/dist/baloise-design-system/p-748e3f7c7d.entry.js +0 -1
- package/dist/baloise-design-system/p-7625d0abde.system.entry.js +0 -1
- package/dist/baloise-design-system/p-7720b262.system.js +0 -1
- package/dist/baloise-design-system/p-78b209fdb3.system.entry.js +0 -1
- package/dist/baloise-design-system/p-7961e095.system.js +0 -2
- package/dist/baloise-design-system/p-79f6f58b.js +0 -1
- package/dist/baloise-design-system/p-7cbb14c480.entry.js +0 -1
- package/dist/baloise-design-system/p-7d4fac85.js +0 -1
- package/dist/baloise-design-system/p-848aa73224.entry.js +0 -1
- package/dist/baloise-design-system/p-863f4e4e.system.js +0 -1
- package/dist/baloise-design-system/p-875de117.js +0 -1
- package/dist/baloise-design-system/p-8ebf048b7b.system.entry.js +0 -1
- package/dist/baloise-design-system/p-92b665e7.system.js +0 -1
- package/dist/baloise-design-system/p-9577a33b58.entry.js +0 -1
- package/dist/baloise-design-system/p-97bb957512.entry.js +0 -1
- package/dist/baloise-design-system/p-9a3d9e17.js +0 -1
- package/dist/baloise-design-system/p-9a5b77d8.system.js +0 -1
- package/dist/baloise-design-system/p-9c3f458e6c.entry.js +0 -1
- package/dist/baloise-design-system/p-9c8bb7777c.system.entry.js +0 -1
- package/dist/baloise-design-system/p-9df176a81a.system.entry.js +0 -1
- package/dist/baloise-design-system/p-a1449d0827.system.entry.js +0 -1
- package/dist/baloise-design-system/p-a1f6e944.system.js +0 -1
- package/dist/baloise-design-system/p-a255c9b3.js +0 -1
- package/dist/baloise-design-system/p-a35a951800.entry.js +0 -1
- package/dist/baloise-design-system/p-a397da94.system.js +0 -1
- package/dist/baloise-design-system/p-a64c7a3b82.system.entry.js +0 -1
- package/dist/baloise-design-system/p-a65354df.js +0 -1
- package/dist/baloise-design-system/p-a7963df92a.entry.js +0 -1
- package/dist/baloise-design-system/p-a7be57b6.js +0 -1
- package/dist/baloise-design-system/p-a7de0bf339.system.entry.js +0 -1
- package/dist/baloise-design-system/p-a86c09c64f.system.entry.js +0 -1
- package/dist/baloise-design-system/p-a8955719.system.js +0 -1
- package/dist/baloise-design-system/p-a8f4c51f7d.entry.js +0 -1
- package/dist/baloise-design-system/p-abaa6b209d.entry.js +0 -1
- package/dist/baloise-design-system/p-abd6896e.system.js +0 -1
- package/dist/baloise-design-system/p-ade92c8b.js +0 -2
- package/dist/baloise-design-system/p-ade9437f.system.js +0 -1
- package/dist/baloise-design-system/p-ae3df5bebc.system.entry.js +0 -1
- package/dist/baloise-design-system/p-aee1b9619a.system.entry.js +0 -1
- package/dist/baloise-design-system/p-af0585f6.js +0 -1
- package/dist/baloise-design-system/p-af1086f717.entry.js +0 -1
- package/dist/baloise-design-system/p-afd41db0.js +0 -1
- package/dist/baloise-design-system/p-b147ff1ced.entry.js +0 -1
- package/dist/baloise-design-system/p-b3a9499f8e.entry.js +0 -1
- package/dist/baloise-design-system/p-b5b4c144a0.system.entry.js +0 -1
- package/dist/baloise-design-system/p-b77e3348.js +0 -1
- package/dist/baloise-design-system/p-b794110da2.system.entry.js +0 -1
- package/dist/baloise-design-system/p-b80f4f2be5.entry.js +0 -1
- package/dist/baloise-design-system/p-bb0bea1a12.entry.js +0 -1
- package/dist/baloise-design-system/p-bdec7c17.system.js +0 -1
- package/dist/baloise-design-system/p-c1181d7258.entry.js +0 -1
- package/dist/baloise-design-system/p-c24c3e208f.entry.js +0 -1
- package/dist/baloise-design-system/p-c43a56b7.system.js +0 -1
- package/dist/baloise-design-system/p-c5fc0e842c.system.entry.js +0 -1
- package/dist/baloise-design-system/p-c90cd86f85.entry.js +0 -1
- package/dist/baloise-design-system/p-ce4f5a6a.js +0 -1
- package/dist/baloise-design-system/p-cec9dcd5f0.system.entry.js +0 -1
- package/dist/baloise-design-system/p-d0cee779.system.js +0 -2
- package/dist/baloise-design-system/p-d2b585ae74.entry.js +0 -1
- package/dist/baloise-design-system/p-d41614f898.entry.js +0 -1
- package/dist/baloise-design-system/p-d4e5093b.js +0 -1
- package/dist/baloise-design-system/p-da804f45a6.system.entry.js +0 -1
- package/dist/baloise-design-system/p-da86fecd46.entry.js +0 -1
- package/dist/baloise-design-system/p-dba2c7bb14.system.entry.js +0 -1
- package/dist/baloise-design-system/p-de44e8a65c.entry.js +0 -1
- package/dist/baloise-design-system/p-df907af8.system.js +0 -1
- package/dist/baloise-design-system/p-df94de7fb8.system.entry.js +0 -1
- package/dist/baloise-design-system/p-e0248dd3.js +0 -1
- package/dist/baloise-design-system/p-e2c982954d.entry.js +0 -1
- package/dist/baloise-design-system/p-e3fb1f185f.system.entry.js +0 -1
- package/dist/baloise-design-system/p-e581de20.js +0 -1
- package/dist/baloise-design-system/p-e75452d8.system.js +0 -1
- package/dist/baloise-design-system/p-e87f91527f.entry.js +0 -1
- package/dist/baloise-design-system/p-eaed1f800c.entry.js +0 -1
- package/dist/baloise-design-system/p-ec375851.js +0 -1
- package/dist/baloise-design-system/p-f1052416.js +0 -1
- package/dist/baloise-design-system/p-f35655f3.js +0 -1
- package/dist/baloise-design-system/p-f52a27c1.system.js +0 -1
- package/dist/baloise-design-system/p-f817eedc81.entry.js +0 -1
- package/dist/baloise-design-system/p-fa4494e0.system.js +0 -1
- package/dist/baloise-design-system/p-fa5198a0.system.js +0 -1
- package/dist/baloise-design-system/p-fa6b5cde.system.js +0 -1
- package/dist/baloise-design-system/p-fd6073b5.system.js +0 -1
- package/dist/baloise-design-system/p-ff36efab94.entry.js +0 -1
- package/dist/cjs/app-globals-0d8db19e.js +0 -11
- package/dist/cjs/browser-1d542d0f.js +0 -64
- package/dist/cjs/config.default-7e96eb95.js +0 -48
- package/dist/cjs/config.utils-df30e424.js +0 -140
- package/dist/cjs/helpers-debb881a.js +0 -331
- package/dist/cjs/index-24d802b4.js +0 -594
- package/dist/cjs/index-3b7f8988.js +0 -1860
- package/dist/cjs/index-758765f7.js +0 -560
- package/dist/cjs/index-84f42282.js +0 -1810
- package/dist/cjs/index-e6a233be.js +0 -37
- package/dist/cjs/index.esm-a38eebac.js +0 -212
- package/dist/cjs/initialize-2e8978a4.js +0 -319
- package/dist/cjs/log-33398c2a.js +0 -80
- package/dist/cjs/lottie_light_html-cbfdf82e.js +0 -11694
- package/dist/cjs/purify-b01229e2.js +0 -1355
- package/dist/cjs/window-resize.decorator-6954c7a2.js +0 -48
- package/dist/esm/_commonjsHelpers-1c8beb5f.js +0 -3
- package/dist/esm/app-globals-5dd5fe6b.js +0 -9
- package/dist/esm/browser-a8073d92.js +0 -62
- package/dist/esm/config.default-8e11a860.js +0 -45
- package/dist/esm/config.utils-cd529084.js +0 -101
- package/dist/esm/helpers-94c3fbac.js +0 -307
- package/dist/esm/index-82aff103.js +0 -35
- package/dist/esm/index-8d2a7ce7.js +0 -1779
- package/dist/esm/index-95ee0c4b.js +0 -1858
- package/dist/esm/index-bba06972.js +0 -558
- package/dist/esm/index-db06fb0e.js +0 -592
- package/dist/esm/index.esm-9079680d.js +0 -206
- package/dist/esm/log-dfd1c19f.js +0 -77
- package/dist/esm/lottie_light_html-ab90e4a2.js +0 -11692
- package/dist/esm/purify-8cb49f16.js +0 -1353
- package/dist/esm-es5/_commonjsHelpers-1c8beb5f.js +0 -1
- package/dist/esm-es5/animation.decorator-49923a4a.js +0 -1
- package/dist/esm-es5/app-globals-5dd5fe6b.js +0 -1
- package/dist/esm-es5/array-4c09dfe3.js +0 -1
- package/dist/esm-es5/bal-logo.animation-560601c6.js +0 -1
- package/dist/esm-es5/breakpoints.decorator-133a72bf.js +0 -1
- package/dist/esm-es5/breakpoints.subject-76dd4b56.js +0 -1
- package/dist/esm-es5/browser-a8073d92.js +0 -1
- package/dist/esm-es5/config.decorator-42dba864.js +0 -1
- package/dist/esm-es5/config.default-8e11a860.js +0 -1
- package/dist/esm-es5/config.utils-cd529084.js +0 -1
- package/dist/esm-es5/date-a9304ff8.js +0 -1
- package/dist/esm-es5/device-8c6d2881.js +0 -1
- package/dist/esm-es5/element-states.decorator-0688a178.js +0 -1
- package/dist/esm-es5/floating-ui-775ee3d1.js +0 -1
- package/dist/esm-es5/focus-visible-c1d6b5b8.js +0 -1
- package/dist/esm-es5/focus.decorator-5575312f.js +0 -1
- package/dist/esm-es5/form-input-263e6f5b.js +0 -1
- package/dist/esm-es5/helpers-94c3fbac.js +0 -1
- package/dist/esm-es5/index-82aff103.js +0 -1
- package/dist/esm-es5/index-8d2a7ce7.js +0 -2
- package/dist/esm-es5/index-95ee0c4b.js +0 -1
- package/dist/esm-es5/index-bba06972.js +0 -1
- package/dist/esm-es5/index-db06fb0e.js +0 -1
- package/dist/esm-es5/index.esm-9079680d.js +0 -1
- package/dist/esm-es5/initialize-be160cc4.js +0 -1
- package/dist/esm-es5/listener-04842ae9.js +0 -1
- package/dist/esm-es5/log-dfd1c19f.js +0 -1
- package/dist/esm-es5/lottie_light_html-ab90e4a2.js +0 -9
- package/dist/esm-es5/mutation.decorator-e915d053.js +0 -1
- package/dist/esm-es5/number-d75635a2.js +0 -1
- package/dist/esm-es5/overlays-3f81f45d.js +0 -1
- package/dist/esm-es5/purify-8cb49f16.js +0 -2
- package/dist/esm-es5/resize.decorator-08f6286b.js +0 -1
- package/dist/esm-es5/scroll-521224a9.js +0 -1
- package/dist/esm-es5/swipe.subject-fbdb665a.js +0 -1
- package/dist/esm-es5/swiper.util-5f92ac1c.js +0 -1
- package/dist/esm-es5/utils-9fbab1d3.js +0 -1
- package/dist/esm-es5/visibility.decorator-ee4b6682.js +0 -1
- package/dist/esm-es5/window-resize.decorator-aa625d55.js +0 -1
- package/loader/package.json +0 -11
- /package/components/{floating-ui.dom.esm.js → floating-ui.dom.js} +0 -0
- /package/dist/baloise-design-system/{p-8dc7ee30.js → p-B4aDEwd8.js} +0 -0
- /package/dist/baloise-design-system/{p-5ed239cc.js → p-BLp4ll3i.js} +0 -0
- /package/dist/baloise-design-system/{p-db0895e2.system.js → p-BbAtjg9Y.system.js} +0 -0
- /package/dist/baloise-design-system/{p-11f970ba.js → p-BkEdlCZJ.js} +0 -0
- /package/dist/baloise-design-system/{p-4c0bad70.system.js → p-BktTDSq4.system.js} +0 -0
- /package/dist/baloise-design-system/{p-f3f5ce4f.js → p-BmVI6cLw.js} +0 -0
- /package/dist/baloise-design-system/{p-ae86d0a0.js → p-ByiN-QjD.js} +0 -0
- /package/dist/baloise-design-system/{p-3ecc7d9a.system.js → p-CDt5sRVY.system.js} +0 -0
- /package/dist/baloise-design-system/{p-5f26e92f.system.js → p-CGJ8YYiA.system.js} +0 -0
- /package/dist/baloise-design-system/{p-907368ff.system.js → p-CLfE_o7e.system.js} +0 -0
- /package/dist/baloise-design-system/{p-8a2bab70.system.js → p-CTl0uAFp.system.js} +0 -0
- /package/dist/baloise-design-system/{p-6dbef894.system.js → p-Cjiw70Dk.system.js} +0 -0
- /package/dist/baloise-design-system/{p-a0fe8d65.js → p-Ct27z6g9.js} +0 -0
- /package/dist/baloise-design-system/{p-dc98854c.js → p-D1VPLQ5z.js} +0 -0
- /package/dist/baloise-design-system/{p-e7d72d7c.system.js → p-D5Gy6WbU.system.js} +0 -0
- /package/dist/baloise-design-system/{p-6b45db53.system.js → p-DAOAbG5Y.system.js} +0 -0
- /package/dist/baloise-design-system/{p-8f2e9a7f.js → p-DBsOHTWj.js} +0 -0
- /package/dist/baloise-design-system/{p-ad81b8ea.js → p-DEb5iNGc.js} +0 -0
- /package/dist/baloise-design-system/{p-06ecf846.js → p-DIC_sxLd.js} +0 -0
- /package/dist/baloise-design-system/{p-2da669b4.system.js → p-DKjTFqnu.system.js} +0 -0
- /package/dist/baloise-design-system/{p-14d0c5f3.system.js → p-DPYRyPTD.system.js} +0 -0
- /package/dist/baloise-design-system/{p-278aed95.system.js → p-DWgCJRpS.system.js} +0 -0
- /package/dist/baloise-design-system/{p-ba579059.system.js → p-Dd7xQwRJ.system.js} +0 -0
- /package/dist/baloise-design-system/{p-fe76780d.system.js → p-DkfWaTsH.system.js} +0 -0
- /package/dist/baloise-design-system/{p-1a158488.js → p-DuObDTix.js} +0 -0
- /package/dist/baloise-design-system/{p-59d9918c.system.js → p-Dz-E2PRm.system.js} +0 -0
- /package/dist/baloise-design-system/{p-5eb3fbb9.js → p-FCLKfv6B.js} +0 -0
- /package/dist/baloise-design-system/{p-09ab29d6.js → p-JHAE10yr.js} +0 -0
- /package/dist/baloise-design-system/{p-4e642b63.system.js → p-SdtgSPca.system.js} +0 -0
- /package/dist/baloise-design-system/{p-43c9f5e9.js → p-dfXERft2.js} +0 -0
- /package/dist/baloise-design-system/{p-a65bc5e2.js → p-rBUN7c88.js} +0 -0
- /package/dist/baloise-design-system/{p-99cfab9c.system.js → p-wTePExHL.system.js} +0 -0
- /package/dist/baloise-design-system/{p-ec1efe3d.js → p-xVPGsAdF.js} +0 -0
- /package/dist/cjs/{aria-7672033f.js → aria-BzkqcV7W.js} +0 -0
- /package/dist/cjs/{bal-close.i18n-56dddd35.js → bal-close.i18n-B3X5xlkl.js} +0 -0
- /package/dist/cjs/{bal-file-upload.type-616d69d9.js → bal-file-upload.type-BzNkF3YQ.js} +0 -0
- /package/dist/cjs/{bal-input-stepper.i18n-dbcd32ab.js → bal-input-stepper.i18n-D57DHpYR.js} +0 -0
- /package/dist/cjs/{bal-label.i18n-a25878af.js → bal-label.i18n-BcNNm9Es.js} +0 -0
- /package/dist/cjs/{bal-step.util-3c009db9.js → bal-step.util-DQcaqybX.js} +0 -0
- /package/dist/cjs/{bal-tab.util-d0785ef4.js → bal-tab.util-DFGwGbfr.js} +0 -0
- /package/dist/cjs/{bal-time-input.i18n-b2bb9182.js → bal-time-input.i18n-Bfr3EMVD.js} +0 -0
- /package/dist/cjs/{bem-81bc6a2d.js → bem-p0PWVN8n.js} +0 -0
- /package/dist/cjs/{contact-61b41246.js → contact-qHJM5IBh.js} +0 -0
- /package/dist/cjs/{floating-ui.dom.esm-13e3f667.js → floating-ui.dom-BPU3HWKX.js} +0 -0
- /package/dist/cjs/{form-17c98ac2.js → form-BSlIiqcR.js} +0 -0
- /package/dist/cjs/{keyboard.helpers-2093e793.js → keyboard.helpers-BkZpVT-9.js} +0 -0
- /package/dist/cjs/{keys.constant-b53da545.js → keys.constant-LnwxHAZo.js} +0 -0
- /package/dist/cjs/{mask-util-19c28b4a.js → mask-util-B8hrxmqO.js} +0 -0
- /package/dist/cjs/{option-85af0921.js → option-kGk4eTdA.js} +0 -0
- /package/dist/esm/{aria-ea150568.js → aria-DBsOHTWj.js} +0 -0
- /package/dist/esm/{bal-close.i18n-f2daa707.js → bal-close.i18n-Ct27z6g9.js} +0 -0
- /package/dist/esm/{bal-file-upload.type-2a70f4ec.js → bal-file-upload.type-rBUN7c88.js} +0 -0
- /package/dist/esm/{bal-input-stepper.i18n-aaa4a009.js → bal-input-stepper.i18n-DEb5iNGc.js} +0 -0
- /package/dist/esm/{bal-label.i18n-4212be56.js → bal-label.i18n-JHAE10yr.js} +0 -0
- /package/dist/esm/{bal-step.util-3905ad56.js → bal-step.util-DIC_sxLd.js} +0 -0
- /package/dist/esm/{bal-tab.util-933315fe.js → bal-tab.util-BmVI6cLw.js} +0 -0
- /package/dist/esm/{bal-time-input.i18n-157c7092.js → bal-time-input.i18n-B4aDEwd8.js} +0 -0
- /package/dist/esm/{bem-8c7d2eb0.js → bem-ByiN-QjD.js} +0 -0
- /package/dist/esm/{contact-91a44c8c.js → contact-BkEdlCZJ.js} +0 -0
- /package/dist/esm/{floating-ui.dom.esm-efb93616.js → floating-ui.dom-DKxvaA1I.js} +0 -0
- /package/dist/esm/{form-841232ff.js → form-FCLKfv6B.js} +0 -0
- /package/dist/esm/{keyboard.helpers-159e517d.js → keyboard.helpers-D1VPLQ5z.js} +0 -0
- /package/dist/esm/{keys.constant-0eb059e0.js → keys.constant-xVPGsAdF.js} +0 -0
- /package/dist/esm/{mask-util-71edc2b8.js → mask-util-DuObDTix.js} +0 -0
- /package/dist/esm/{option-367a5341.js → option-BLp4ll3i.js} +0 -0
- /package/dist/esm-es5/{aria-ea150568.js → aria-DBsOHTWj.js} +0 -0
- /package/dist/esm-es5/{bal-close.i18n-f2daa707.js → bal-close.i18n-Ct27z6g9.js} +0 -0
- /package/dist/esm-es5/{bal-file-upload.type-2a70f4ec.js → bal-file-upload.type-rBUN7c88.js} +0 -0
- /package/dist/esm-es5/{bal-input-stepper.i18n-aaa4a009.js → bal-input-stepper.i18n-DEb5iNGc.js} +0 -0
- /package/dist/esm-es5/{bal-label.i18n-4212be56.js → bal-label.i18n-JHAE10yr.js} +0 -0
- /package/dist/esm-es5/{bal-step.util-3905ad56.js → bal-step.util-DIC_sxLd.js} +0 -0
- /package/dist/esm-es5/{bal-tab.util-933315fe.js → bal-tab.util-BmVI6cLw.js} +0 -0
- /package/dist/esm-es5/{bal-time-input.i18n-157c7092.js → bal-time-input.i18n-B4aDEwd8.js} +0 -0
- /package/dist/esm-es5/{bem-8c7d2eb0.js → bem-ByiN-QjD.js} +0 -0
- /package/dist/esm-es5/{contact-91a44c8c.js → contact-BkEdlCZJ.js} +0 -0
- /package/dist/esm-es5/{floating-ui.dom.esm-efb93616.js → floating-ui.dom-DKxvaA1I.js} +0 -0
- /package/dist/esm-es5/{form-841232ff.js → form-FCLKfv6B.js} +0 -0
- /package/dist/esm-es5/{keyboard.helpers-159e517d.js → keyboard.helpers-D1VPLQ5z.js} +0 -0
- /package/dist/esm-es5/{keys.constant-0eb059e0.js → keys.constant-xVPGsAdF.js} +0 -0
- /package/dist/esm-es5/{mask-util-71edc2b8.js → mask-util-DuObDTix.js} +0 -0
- /package/dist/esm-es5/{option-367a5341.js → option-BLp4ll3i.js} +0 -0
- /package/dist/esm-es5/{tslib.es6-654e2c24.js → tslib.es6-dfXERft2.js} +0 -0
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
const breakpoints_subject = require('./breakpoints.subject-46e29594.js');
|
|
4
|
-
const listener = require('./listener-52d2e5fd.js');
|
|
5
|
-
const browser = require('./browser-1d542d0f.js');
|
|
6
|
-
|
|
7
|
-
class BalWindowResizeSubject extends listener.SingleSubject {
|
|
8
|
-
constructor() {
|
|
9
|
-
super((observer, _data) => {
|
|
10
|
-
observer.windowResizeListener();
|
|
11
|
-
});
|
|
12
|
-
this.listener = new breakpoints_subject.BalWindowResizeListener();
|
|
13
|
-
}
|
|
14
|
-
attach(observer) {
|
|
15
|
-
super.attach(observer);
|
|
16
|
-
if (browser.balBrowser.hasWindow) {
|
|
17
|
-
this.listener.connect(window);
|
|
18
|
-
this.listener.add(() => super.notify());
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
detach() {
|
|
22
|
-
super.detach();
|
|
23
|
-
this.listener.disconnect();
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
new BalWindowResizeSubject();
|
|
27
|
-
|
|
28
|
-
function ListenToWindowResize() {
|
|
29
|
-
return function (target, _propertyKey, _descriptor) {
|
|
30
|
-
const { connectedCallback, disconnectedCallback } = target;
|
|
31
|
-
target.connectedCallback = function () {
|
|
32
|
-
if (!this._balWindowResizeSubject) {
|
|
33
|
-
this._balWindowResizeSubject = new BalWindowResizeSubject();
|
|
34
|
-
this._balWindowResizeSubject.attach(this);
|
|
35
|
-
}
|
|
36
|
-
return connectedCallback && connectedCallback.call(this);
|
|
37
|
-
};
|
|
38
|
-
target.disconnectedCallback = function () {
|
|
39
|
-
if (this._balWindowResizeSubject) {
|
|
40
|
-
this._balWindowResizeSubject.detach();
|
|
41
|
-
this._balWindowResizeSubject = undefined;
|
|
42
|
-
}
|
|
43
|
-
return disconnectedCallback && disconnectedCallback.call(this);
|
|
44
|
-
};
|
|
45
|
-
};
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
exports.ListenToWindowResize = ListenToWindowResize;
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
class BrowserWindow {
|
|
2
|
-
/**
|
|
3
|
-
* Returns the width of the window
|
|
4
|
-
*/
|
|
5
|
-
get width() {
|
|
6
|
-
if (balBrowser.hasWindow) {
|
|
7
|
-
return window.innerWidth;
|
|
8
|
-
}
|
|
9
|
-
return 0;
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* Returns the height of the window
|
|
13
|
-
*/
|
|
14
|
-
get height() {
|
|
15
|
-
if (balBrowser.hasWindow) {
|
|
16
|
-
return window.innerHeight;
|
|
17
|
-
}
|
|
18
|
-
return 0;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
class Browser {
|
|
22
|
-
constructor() {
|
|
23
|
-
this.window = new BrowserWindow();
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Is true when it is a Safari browser
|
|
27
|
-
*/
|
|
28
|
-
get isSafari() {
|
|
29
|
-
return /^((?!chrome|android).)*safari/i.test(this.userAgent);
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Is true when the window object is defined
|
|
33
|
-
*/
|
|
34
|
-
get hasWindow() {
|
|
35
|
-
return typeof window !== 'undefined';
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* Is true when the navigator object is defined
|
|
39
|
-
*/
|
|
40
|
-
get hasNavigator() {
|
|
41
|
-
return typeof navigator !== 'undefined';
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* Is true when the document object is defined
|
|
45
|
-
*/
|
|
46
|
-
get hasDocument() {
|
|
47
|
-
return typeof document !== 'undefined';
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
* Returns a string with the user agents
|
|
51
|
-
*/
|
|
52
|
-
get userAgent() {
|
|
53
|
-
var _a;
|
|
54
|
-
if (this.hasWindow && this.hasNavigator) {
|
|
55
|
-
return (_a = navigator.userAgent) !== null && _a !== void 0 ? _a : '';
|
|
56
|
-
}
|
|
57
|
-
return '';
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
const balBrowser = new Browser();
|
|
61
|
-
|
|
62
|
-
export { balBrowser as b };
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { d as defaultLoggerConfig } from './log-dfd1c19f.js';
|
|
2
|
-
import { b as balIconClose, a as balIconInfoCircle, c as balIconPlus, d as balIconMinus, e as balIconEdit, f as balIconTrash, g as balIconNavGoLeft, h as balIconNavGoRight, i as balIconNavGoDown, j as balIconNavGoUp, o as balIconCheck, p as balIconDate, q as balIconDocument, r as balIconUpload, s as balIconMenuBars, t as balIconFacebook, v as balIconInstagram, w as balIconLinkedin, x as balIconTwitter, y as balIconX, z as balIconXing, A as balIconYoutube, B as balIconWeb, l as balIconCaretDown, m as balIconCaretLeft, n as balIconCaretRight, k as balIconCaretUp } from './config.utils-cd529084.js';
|
|
3
|
-
|
|
4
|
-
const defaultIcons = {
|
|
5
|
-
balIconClose,
|
|
6
|
-
balIconInfoCircle,
|
|
7
|
-
balIconPlus,
|
|
8
|
-
balIconMinus,
|
|
9
|
-
balIconEdit,
|
|
10
|
-
balIconTrash,
|
|
11
|
-
balIconNavGoLeft,
|
|
12
|
-
balIconNavGoRight,
|
|
13
|
-
balIconNavGoDown,
|
|
14
|
-
balIconNavGoUp,
|
|
15
|
-
balIconCheck,
|
|
16
|
-
balIconDate,
|
|
17
|
-
balIconDocument,
|
|
18
|
-
balIconUpload,
|
|
19
|
-
balIconMenuBars,
|
|
20
|
-
balIconFacebook,
|
|
21
|
-
balIconInstagram,
|
|
22
|
-
balIconLinkedin,
|
|
23
|
-
balIconTwitter,
|
|
24
|
-
balIconX,
|
|
25
|
-
balIconXing,
|
|
26
|
-
balIconYoutube,
|
|
27
|
-
balIconWeb,
|
|
28
|
-
balIconCaretDown,
|
|
29
|
-
balIconCaretLeft,
|
|
30
|
-
balIconCaretRight,
|
|
31
|
-
balIconCaretUp,
|
|
32
|
-
};
|
|
33
|
-
const defaultConfig = {
|
|
34
|
-
region: 'CH',
|
|
35
|
-
language: 'de',
|
|
36
|
-
allowedLanguages: ['de', 'fr', 'it', 'en'],
|
|
37
|
-
icons: defaultIcons,
|
|
38
|
-
fallbackLanguage: 'de',
|
|
39
|
-
logger: defaultLoggerConfig,
|
|
40
|
-
animated: true,
|
|
41
|
-
httpFormSubmit: true,
|
|
42
|
-
};
|
|
43
|
-
const defaultLocale = `${defaultConfig.language}-${defaultConfig.region}`;
|
|
44
|
-
|
|
45
|
-
export { defaultLocale as a, defaultConfig as d };
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import { b as balBrowser } from './browser-a8073d92.js';
|
|
2
|
-
|
|
3
|
-
// generated file
|
|
4
|
-
const balIconYoutube = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M0 4C0 2.61929 1.11929 1.5 2.5 1.5H11.5C12.8807 1.5 14 2.61929 14 4V10C14 11.3807 12.8807 12.5 11.5 12.5H2.5C1.11929 12.5 0 11.3807 0 10V4ZM5.30998 5.11998V9.31998C5.30935 9.3905 5.32737 9.45993 5.36222 9.52124C5.39707 9.58255 5.4475 9.63356 5.50842 9.66909C5.56933 9.70462 5.63856 9.72342 5.70908 9.72358C5.7796 9.72374 5.84891 9.70524 5.90998 9.66998L9.50998 7.56998C9.57013 7.53469 9.62001 7.48428 9.65467 7.42377C9.68933 7.36325 9.70756 7.29472 9.70756 7.22498C9.70756 7.15524 9.68933 7.08671 9.65467 7.0262C9.62001 6.96568 9.57013 6.91527 9.50998 6.87998L5.90998 4.77998C5.85023 4.74175 5.78117 4.72055 5.71026 4.71865C5.63935 4.71675 5.56926 4.73422 5.50754 4.7692C5.44582 4.80417 5.39481 4.85532 5.36 4.91713C5.32519 4.97894 5.3079 5.04907 5.30998 5.11998Z" clip-rule="evenodd"/></svg>';
|
|
5
|
-
const balIconXing = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path d="M13.0056 0C13.385 0 13.6262 0.406033 13.4447 0.739215L9.3722 8.21397C9.28942 8.3659 9.29108 8.54984 9.37658 8.70026L11.9644 13.2529C12.1539 13.5862 11.9131 14 11.5297 14H8.88832C8.70848 14 8.5425 13.9034 8.45363 13.7471L5.58749 8.70478C5.50059 8.55191 5.50038 8.36464 5.58694 8.21157L10.0872 0.253872C10.1759 0.0969935 10.3422 0 10.5224 0H13.0056ZM5.60519 5.58358C5.68784 5.73855 5.68312 5.92552 5.59276 6.07613L3.43406 9.67396C3.3437 9.82456 3.18095 9.91671 3.00532 9.91671H0.500779C0.111209 9.91671 -0.128712 9.49091 0.0730986 9.15769L1.97318 6.02035C2.06519 5.86842 2.0697 5.67908 1.98502 5.52295L0.655558 3.07176C0.474862 2.7386 0.716068 2.33337 1.09507 2.33337H3.57175C3.7564 2.33337 3.92603 2.43515 4.01292 2.59808L5.60519 5.58358Z"/></svg>';
|
|
6
|
-
const balIconX = '<svg viewBox="0 0 14 15" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.3608 1.15369C13.4169 1.2059 13.4622 1.26865 13.494 1.33837C13.5259 1.40808 13.5436 1.48339 13.5464 1.55999C13.5491 1.63659 13.5367 1.71297 13.5098 1.78477C13.483 1.85656 13.4423 1.92236 13.39 1.97841L8.64428 7.06727L13.8824 14.0198C13.9477 14.1064 13.9876 14.2095 13.9975 14.3176C14.0075 14.4256 13.9871 14.5343 13.9386 14.6313C13.8902 14.7284 13.8156 14.81 13.7233 14.8671C13.631 14.9241 13.5246 14.9542 13.4161 14.9541H10.2207C10.1303 14.9542 10.0412 14.9333 9.96026 14.893C9.87935 14.8528 9.8089 14.7943 9.75447 14.7222L6.06784 9.8299L1.46336 14.7684C1.41113 14.8245 1.34837 14.8696 1.27867 14.9014C1.20897 14.9332 1.13369 14.9509 1.05714 14.9536C0.980585 14.9563 0.904251 14.9439 0.832496 14.9171C0.760741 14.8903 0.69497 14.8496 0.63894 14.7973C0.582909 14.7451 0.537715 14.6823 0.505938 14.6126C0.474162 14.5429 0.456425 14.4677 0.45374 14.3911C0.451056 14.3146 0.463476 14.2382 0.490292 14.1665C0.517108 14.0947 0.557794 14.029 0.610028 13.9729L5.35572 8.88407L0.117626 1.93154C0.0523114 1.84497 0.0124314 1.74191 0.00246702 1.63393C-0.00749732 1.52595 0.0128489 1.41733 0.0612194 1.32027C0.10959 1.22322 0.184068 1.14157 0.276285 1.08451C0.368503 1.02746 0.474805 0.997244 0.583248 0.997273H3.7793C3.86956 0.997249 3.9586 1.01818 4.0394 1.05842C4.1202 1.09866 4.19055 1.15711 4.24492 1.22917L7.93155 6.12144L12.5354 1.18291C12.5876 1.12679 12.6504 1.08151 12.7201 1.04966C12.7898 1.01782 12.8651 1.00003 12.9417 0.997314C13.0183 0.9946 13.0947 1.00702 13.1665 1.03385C13.2383 1.06068 13.3047 1.10141 13.3608 1.15369ZM7.44036 7.40872C7.42386 7.38964 7.40861 7.36951 7.39471 7.34846L3.48836 2.16343H1.75308L10.511 13.7885H12.2463L7.43975 7.40933L7.44036 7.40872Z"/></svg>';
|
|
7
|
-
const balIconWeb = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M5.04883 0.275541C2.32493 1.06453 0.285118 3.46373 0.0275269 6.375H3.22773C3.41606 4.22626 4.03911 2.14922 5.04883 0.275541ZM3.22773 7.625H0.0275269C0.285118 10.5363 2.32493 12.9355 5.04883 13.7245C4.0391 11.8508 3.41606 9.77374 3.22773 7.625ZM6.6522 13.9915C5.44618 12.0855 4.69968 9.90183 4.48294 7.625H9.51704C9.30031 9.90183 8.5538 12.0855 7.34777 13.9915C7.23256 13.9971 7.11661 14 7.00001 14C6.88338 14 6.76743 13.9971 6.6522 13.9915ZM8.95115 13.7245C11.6751 12.9355 13.7149 10.5363 13.9725 7.625H10.7722C10.5839 9.77375 9.96087 11.8508 8.95115 13.7245ZM10.7722 6.375H13.9725C13.7149 3.46372 11.6751 1.06451 8.95114 0.275533C9.96087 2.14921 10.5839 4.22625 10.7722 6.375ZM6.65221 0.00848953C6.76743 0.00285182 6.88339 0 7.00001 0C7.11661 0 7.23256 0.0028513 7.34777 0.008488C8.5538 1.91446 9.3003 4.09817 9.51704 6.375H4.48294C4.69968 4.09817 5.44618 1.91446 6.65221 0.00848953Z" clip-rule="evenodd"/></svg>';
|
|
8
|
-
const balIconUpload = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M8.99999 4C9.2883 4 9.55108 3.83474 9.67597 3.57489C9.80086 3.31504 9.76575 3.00661 9.58564 2.78148L7.58564 0.281479C7.44331 0.103567 7.22783 0 6.99999 0C6.77215 0 6.55667 0.103567 6.41434 0.281479L4.41434 2.78148C4.23424 3.00661 4.19912 3.31504 4.32401 3.57489C4.4489 3.83474 4.71169 4 4.99999 4H6L6 9.5C6 10.0523 6.44772 10.5 7 10.5C7.55228 10.5 8 10.0523 8 9.5L8 4H8.99999ZM3 12V5.99998C3.55228 5.99998 4 5.55227 4 4.99998C4 4.4477 3.55228 3.99998 3 3.99998H2.5C2.10217 3.99998 1.72064 4.15802 1.43934 4.43932C1.15804 4.72062 1 5.10216 1 5.49998V12.5C1 12.8979 1.15804 13.2794 1.43934 13.5607C1.72065 13.842 2.10218 14 2.5 14L11.5 14.0001C11.8978 14.0001 12.2794 13.842 12.5607 13.5607C12.842 13.2794 13 12.8979 13 12.5001V5.5C13 5.10218 12.842 4.72065 12.5607 4.43934C12.2794 4.15804 11.8978 4 11.5 4H11C10.4477 4 10 4.44772 10 5C10 5.55228 10.4477 6 11 6V12.0001L3 12Z" clip-rule="evenodd"/></svg>';
|
|
9
|
-
const balIconTwitter = '<svg viewBox="0 0 14 15" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.3608 1.15369C13.4169 1.2059 13.4622 1.26865 13.494 1.33837C13.5259 1.40808 13.5436 1.48339 13.5464 1.55999C13.5491 1.63659 13.5367 1.71297 13.5098 1.78477C13.483 1.85656 13.4423 1.92236 13.39 1.97841L8.64428 7.06727L13.8824 14.0198C13.9477 14.1064 13.9876 14.2095 13.9975 14.3176C14.0075 14.4256 13.9871 14.5343 13.9386 14.6313C13.8902 14.7284 13.8156 14.81 13.7233 14.8671C13.631 14.9241 13.5246 14.9542 13.4161 14.9541H10.2207C10.1303 14.9542 10.0412 14.9333 9.96026 14.893C9.87935 14.8528 9.8089 14.7943 9.75447 14.7222L6.06784 9.8299L1.46336 14.7684C1.41113 14.8245 1.34837 14.8696 1.27867 14.9014C1.20897 14.9332 1.13369 14.9509 1.05714 14.9536C0.980585 14.9563 0.904251 14.9439 0.832496 14.9171C0.760741 14.8903 0.69497 14.8496 0.63894 14.7973C0.582909 14.7451 0.537715 14.6823 0.505938 14.6126C0.474162 14.5429 0.456425 14.4677 0.45374 14.3911C0.451056 14.3146 0.463476 14.2382 0.490292 14.1665C0.517108 14.0947 0.557794 14.029 0.610028 13.9729L5.35572 8.88407L0.117626 1.93154C0.0523114 1.84497 0.0124314 1.74191 0.00246702 1.63393C-0.00749732 1.52595 0.0128489 1.41733 0.0612194 1.32027C0.10959 1.22322 0.184068 1.14157 0.276285 1.08451C0.368503 1.02746 0.474805 0.997244 0.583248 0.997273H3.7793C3.86956 0.997249 3.9586 1.01818 4.0394 1.05842C4.1202 1.09866 4.19055 1.15711 4.24492 1.22917L7.93155 6.12144L12.5354 1.18291C12.5876 1.12679 12.6504 1.08151 12.7201 1.04966C12.7898 1.01782 12.8651 1.00003 12.9417 0.997314C13.0183 0.9946 13.0947 1.00702 13.1665 1.03385C13.2383 1.06068 13.3047 1.10141 13.3608 1.15369ZM7.44036 7.40872C7.42386 7.38964 7.40861 7.36951 7.39471 7.34846L3.48836 2.16343H1.75308L10.511 13.7885H12.2463L7.43975 7.40933L7.44036 7.40872Z"/></svg>';
|
|
10
|
-
const balIconTrash = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M5.76256 2.01256C6.09075 1.68437 6.53587 1.5 7 1.5C7.46413 1.5 7.90925 1.68437 8.23744 2.01256C8.4448 2.21993 8.59475 2.47397 8.67705 2.75H5.32295C5.40525 2.47397 5.5552 2.21993 5.76256 2.01256ZM3.78868 2.75C3.89405 2.07321 4.21153 1.44227 4.7019 0.951903C5.3114 0.34241 6.13805 0 7 0C7.86195 0 8.6886 0.34241 9.2981 0.951903C9.78847 1.44227 10.106 2.07321 10.2113 2.75H13C13.4142 2.75 13.75 3.08579 13.75 3.5C13.75 3.91422 13.4142 4.25 13 4.25H12V12.5C12 12.8978 11.842 13.2794 11.5607 13.5607C11.2794 13.842 10.8978 14 10.5 14H3.5C3.10217 14 2.72064 13.842 2.43934 13.5607C2.15804 13.2794 2 12.8978 2 12.5V4.25H1C0.585786 4.25 0.25 3.91422 0.25 3.5C0.25 3.08579 0.585786 2.75 1 2.75H3.78868ZM5 5.87646C5.34518 5.87646 5.625 6.15629 5.625 6.50146V10.503C5.625 10.8481 5.34518 11.128 5 11.128C4.65482 11.128 4.375 10.8481 4.375 10.503V6.50146C4.375 6.15629 4.65482 5.87646 5 5.87646ZM9.625 6.50146C9.625 6.15629 9.34518 5.87646 9 5.87646C8.65482 5.87646 8.375 6.15629 8.375 6.50146V10.503C8.375 10.8481 8.65482 11.128 9 11.128C9.34518 11.128 9.625 10.8481 9.625 10.503V6.50146Z" clip-rule="evenodd"/></svg>';
|
|
11
|
-
const balIconPlus = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M8 1C8 0.447715 7.55228 0 7 0C6.44772 0 6 0.447715 6 1V6H1C0.447715 6 0 6.44772 0 7C0 7.55228 0.447715 8 1 8H6V13C6 13.5523 6.44772 14 7 14C7.55228 14 8 13.5523 8 13V8H13C13.5523 8 14 7.55228 14 7C14 6.44772 13.5523 6 13 6H8V1Z" clip-rule="evenodd"/></svg>';
|
|
12
|
-
const balIconNavGoUp = '<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M9.794,6.607,5.884,2.49A1.255,1.255,0,0,0,4.1,2.5l-3.9,4.1A.75.75,0,1,0,1.294,7.641L4.819,3.928a.249.249,0,0,1,.362,0L8.706,7.641A.75.75,0,1,0,9.794,6.607Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>';
|
|
13
|
-
const balIconNavGoRight = '<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M7.5,4.1l-4.1-3.9A.75.75,0,1,0,2.36,1.294L6.072,4.819a.249.249,0,0,1,0,.362L2.36,8.706A.75.75,0,0,0,3.393,9.794L7.51,5.884A1.256,1.256,0,0,0,7.5,4.1Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>';
|
|
14
|
-
const balIconNavGoLeft = '<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M7.124,10a.749.749,0,0,1-.517-.206L2.5,5.9A1.257,1.257,0,0,1,2.49,4.116L6.607.206A.75.75,0,1,1,7.64,1.294L3.928,4.819a.249.249,0,0,0,0,.362L7.64,8.706A.75.75,0,0,1,7.124,10Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>';
|
|
15
|
-
const balIconNavGoDown = '<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M5,7.874a1.238,1.238,0,0,1-.879-.364L.206,3.393A.75.75,0,1,1,1.294,2.36L4.819,6.072a.249.249,0,0,0,.362,0L8.706,2.36A.75.75,0,1,1,9.794,3.393L5.9,7.5A1.269,1.269,0,0,1,5,7.874Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>';
|
|
16
|
-
const balIconMinus = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M0 7C0 6.44772 0.447715 6 1 6H13C13.5523 6 14 6.44772 14 7C14 7.55228 13.5523 8 13 8H1C0.447715 8 0 7.55228 0 7Z" clip-rule="evenodd"/></svg>';
|
|
17
|
-
const balIconMenuBars = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M0 2a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1zm0 5a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1zm1 4a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2H1z" clip-rule="evenodd"/></svg>';
|
|
18
|
-
const balIconLinkedin = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path d="M3.31334 1.36381C3.31624 1.73602 3.17257 2.09441 2.9134 2.36157C2.65422 2.62872 2.30034 2.78317 1.92822 2.79156C1.55687 2.77793 1.20495 2.62217 0.945182 2.35645C0.685414 2.09073 0.537655 1.73538 0.53244 1.36381C0.548583 1.0018 0.701774 0.659474 0.96096 0.406224C1.22015 0.152974 1.56593 0.00775305 1.92822 0C2.28945 0.00789779 2.63402 0.153479 2.89148 0.40698C3.14894 0.66048 3.29985 1.00275 3.31334 1.36381ZM0.681607 5.3274C0.681607 4.50698 1.20369 4.63484 1.92822 4.63484C2.65275 4.63484 3.16418 4.50698 3.16418 5.3274V13.3185C3.16418 14.1496 2.64209 13.9791 1.92822 13.9791C1.21435 13.9791 0.681607 14.1496 0.681607 13.3185V5.3274Z"/><path d="M5.31647 5.32741C5.31647 4.86926 5.48694 4.69878 5.75331 4.64551C6.01968 4.59223 6.936 4.64551 7.25564 4.64551C7.57528 4.64551 7.70314 5.16759 7.69249 5.56182C7.96591 5.19486 8.32892 4.9042 8.7468 4.71765C9.16467 4.5311 9.62342 4.4549 10.0792 4.49634C10.5267 4.46898 10.975 4.53608 11.3949 4.69327C11.8148 4.85046 12.1969 5.09424 12.5165 5.40876C12.836 5.72328 13.0858 6.1015 13.2496 6.51887C13.4135 6.93623 13.4877 7.38339 13.4674 7.83129V13.2865C13.4674 14.1176 12.956 13.9471 12.2314 13.9471C11.5069 13.9471 10.9955 14.1176 10.9955 13.2865V9.02463C11.0142 8.80528 10.9855 8.58447 10.9114 8.3772C10.8372 8.16992 10.7193 7.98103 10.5657 7.82335C10.412 7.66568 10.2263 7.54291 10.021 7.46339C9.8157 7.38387 9.59571 7.34945 9.37595 7.36248C9.1572 7.35692 8.93978 7.3979 8.73806 7.48268C8.53635 7.56747 8.35494 7.69414 8.20586 7.85431C8.05677 8.01447 7.94341 8.20447 7.87328 8.41174C7.80314 8.61901 7.77784 8.83881 7.79904 9.05659V13.3185C7.79904 14.1496 7.27695 13.9791 6.55242 13.9791C5.8279 13.9791 5.31647 14.1496 5.31647 13.3185V5.32741Z"/></svg>';
|
|
19
|
-
const balIconInstagram = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M0.786499 3.39046C0.786499 1.95243 1.95225 0.786682 3.39027 0.786682H10.3337C11.7717 0.786682 12.9374 1.95243 12.9374 3.39046V10.3339C12.9374 11.7719 11.7717 12.9376 10.3337 12.9376H3.39027C1.95225 12.9376 0.786499 11.7719 0.786499 10.3339V3.39046ZM6.8621 4.78204C5.71332 4.78204 4.78204 5.71332 4.78204 6.8621C4.78204 8.01088 5.71332 8.94216 6.8621 8.94216C8.01088 8.94216 8.94216 8.01088 8.94216 6.8621C8.94216 5.71332 8.01088 4.78204 6.8621 4.78204ZM3.78204 6.8621C3.78204 5.16103 5.16103 3.78204 6.8621 3.78204C8.56317 3.78204 9.94216 5.16103 9.94216 6.8621C9.94216 8.56317 8.56317 9.94216 6.8621 9.94216C5.16103 9.94216 3.78204 8.56317 3.78204 6.8621ZM10.3349 3.98516C10.6842 3.98516 10.9673 3.70199 10.9673 3.35269C10.9673 3.00338 10.6842 2.72021 10.3349 2.72021C9.98556 2.72021 9.70239 3.00338 9.70239 3.35269C9.70239 3.70199 9.98556 3.98516 10.3349 3.98516Z" clip-rule="evenodd"/></svg>';
|
|
20
|
-
const balIconInfoCircle = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M7 14C10.866 14 14 10.866 14 7C14 3.13401 10.866 0 7 0C3.13401 0 0 3.13401 0 7C0 10.866 3.13401 14 7 14ZM5.5 9.375C5.15482 9.375 4.875 9.65482 4.875 10C4.875 10.3452 5.15482 10.625 5.5 10.625H7H8.5C8.84518 10.625 9.125 10.3452 9.125 10C9.125 9.65482 8.84518 9.375 8.5 9.375H7.625V6.5C7.625 6.15482 7.34518 5.875 7 5.875H6C5.65482 5.875 5.375 6.15482 5.375 6.5C5.375 6.84518 5.65482 7.125 6 7.125H6.375V9.375H5.5ZM8 4C8 4.55228 7.55228 5 7 5C6.44772 5 6 4.55228 6 4C6 3.44772 6.44772 3 7 3C7.55228 3 8 3.44772 8 4Z" clip-rule="evenodd"/></svg>';
|
|
21
|
-
const balIconFacebook = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path d="M8.06356 3.75515C8.06356 2.67675 8.60345 2.67675 9.14334 2.67675H9.79121C9.89938 2.6782 10.0067 2.65799 10.107 2.61732C10.2072 2.57664 10.2982 2.51633 10.3747 2.43993C10.4512 2.36353 10.5116 2.2726 10.5523 2.17251C10.5931 2.07242 10.6133 1.96519 10.6118 1.85716V0.84346C10.6119 0.734917 10.5903 0.627453 10.5484 0.527307C10.5064 0.42716 10.445 0.336327 10.3677 0.260078C10.2903 0.18383 10.1986 0.123686 10.0978 0.0831375C9.99696 0.0425893 9.88909 0.0224446 9.78041 0.0238728L8.24712 0.00230466C7.80066 -0.0149417 7.35577 0.0647696 6.94316 0.235937C6.53054 0.407104 6.16003 0.665651 5.8572 0.993733C5.55436 1.32181 5.32641 1.71162 5.18908 2.13624C5.05175 2.56086 5.00831 3.01018 5.06176 3.4532V5.01689H4.20873C3.99108 5.01689 3.78235 5.10324 3.62845 5.25694C3.47455 5.41064 3.38809 5.61911 3.38809 5.83648V6.85018C3.38809 7.06754 3.47455 7.27601 3.62845 7.42971C3.78235 7.58341 3.99108 7.66976 4.20873 7.66976H5.06176V13.4608C5.06176 13.6038 5.11864 13.741 5.21989 13.8421C5.32114 13.9432 5.45846 14 5.60165 14H7.55606C7.69356 13.9917 7.8227 13.9313 7.91705 13.8311C8.01139 13.7308 8.0638 13.5984 8.06356 13.4608V7.66976H9.01377C9.23141 7.66976 9.44014 7.58341 9.59404 7.42971C9.74794 7.27601 9.8344 7.06754 9.8344 6.85018V5.83648C9.8344 5.61911 9.74794 5.41064 9.59404 5.25694C9.44014 5.10324 9.23141 5.01689 9.01377 5.01689H8.06356V3.75515Z"/></svg>';
|
|
22
|
-
const balIconEdit = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path d="M10.715 -0.000976562C10.5152 -0.000976562 10.3174 0.0389464 10.1332 0.116448C9.95019 0.193468 9.78428 0.306058 9.64512 0.447676L1.40732 8.64549C1.34616 8.70635 1.30179 8.782 1.27853 8.86508L0.0185299 13.3651C-0.0301752 13.539 0.0187291 13.7257 0.146458 13.8535C0.274188 13.9812 0.46088 14.0301 0.634827 13.9814L5.13483 12.7214C5.21791 12.6981 5.29356 12.6537 5.35442 12.5926L13.5521 4.3549L13.5535 4.35355C13.6934 4.21438 13.8045 4.04896 13.8804 3.86676C13.9566 3.68398 13.9958 3.48792 13.9958 3.2899C13.9958 3.09188 13.9566 2.89582 13.8804 2.71303C13.8045 2.53083 13.6934 2.3654 13.5535 2.22624L13.5521 2.2249L11.7859 0.448721C11.6466 0.306611 11.4803 0.193657 11.2968 0.116448C11.1126 0.0389464 10.9148 -0.000976562 10.715 -0.000976562Z"/></svg>';
|
|
23
|
-
const balIconDocument = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M1.43934 0.43934C1.72064 0.158035 2.10218 0 2.5 0H7.5C7.63261 0 7.75979 0.0526784 7.85355 0.146447L12.8536 5.14645C12.9473 5.24021 13 5.36739 13 5.5V12.5C13 12.8978 12.842 13.2794 12.5607 13.5607C12.2794 13.842 11.8978 14 11.5 14H2.5C2.10217 14 1.72064 13.842 1.43934 13.5607C1.15804 13.2794 1 12.8978 1 12.5V1.5C1 1.10218 1.15804 0.720644 1.43934 0.43934ZM4.5 3.875C4.15482 3.875 3.875 4.15482 3.875 4.5C3.875 4.84518 4.15482 5.125 4.5 5.125H6.5C6.84518 5.125 7.125 4.84518 7.125 4.5C7.125 4.15482 6.84518 3.875 6.5 3.875H4.5ZM3.875 7.5C3.875 7.15482 4.15482 6.875 4.5 6.875H9.5C9.84518 6.875 10.125 7.15482 10.125 7.5C10.125 7.84518 9.84518 8.125 9.5 8.125H4.5C4.15482 8.125 3.875 7.84518 3.875 7.5ZM4.5 9.875C4.15482 9.875 3.875 10.1548 3.875 10.5C3.875 10.8452 4.15482 11.125 4.5 11.125H9.5C9.84518 11.125 10.125 10.8452 10.125 10.5C10.125 10.1548 9.84518 9.875 9.5 9.875H4.5Z" clip-rule="evenodd"/></svg>';
|
|
24
|
-
const balIconDate = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M10 0a.75.75 0 0 1 .75.75v.75h1.5c.966 0 1.75.784 1.75 1.75v9A1.75 1.75 0 0 1 12.25 14H1.75A1.75 1.75 0 0 1 0 12.25v-9C0 2.284.784 1.5 1.75 1.5h1.5V.75a.75.75 0 0 1 1.5 0v.75h4.5V.75A.75.75 0 0 1 10 0zM3.25 3v.75a.75.75 0 0 0 1.5 0V3h4.5v.75a.75.75 0 0 0 1.5 0V3h1.5a.25.25 0 0 1 .25.25v2.282a1.002 1.002 0 0 0-.25-.032H1.75c-.086 0-.17.01-.25.032V3.25A.25.25 0 0 1 1.75 3h1.5z" clip-rule="evenodd"/></svg>';
|
|
25
|
-
const balIconClose = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M1.70711 0.292893C1.31658 -0.0976311 0.683417 -0.0976311 0.292893 0.292893C-0.0976311 0.683417 -0.0976311 1.31658 0.292893 1.70711L5.58579 7L0.292893 12.2929C-0.0976311 12.6834 -0.0976311 13.3166 0.292893 13.7071C0.683417 14.0976 1.31658 14.0976 1.70711 13.7071L7 8.41421L12.2929 13.7071C12.6834 14.0976 13.3166 14.0976 13.7071 13.7071C14.0976 13.3166 14.0976 12.6834 13.7071 12.2929L8.41421 7L13.7071 1.70711C14.0976 1.31658 14.0976 0.683417 13.7071 0.292893C13.3166 -0.0976311 12.6834 -0.0976311 12.2929 0.292893L7 5.58579L1.70711 0.292893Z" clip-rule="evenodd"/></svg>';
|
|
26
|
-
const balIconCheck = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M13.637 1.19792C14.0627 1.54974 14.1227 2.18006 13.7708 2.60579L5.73084 12.335L5.72842 12.3379C5.54554 12.5575 5.31602 12.7336 5.05655 12.8534C4.79707 12.9731 4.51417 13.0336 4.22842 13.0302L4.22752 13.0302C3.93709 13.0266 3.65125 12.9573 3.39146 12.8274C3.13254 12.6979 2.9062 12.5117 2.72931 12.2826C2.72871 12.2818 2.72812 12.281 2.72752 12.2802L0.210633 9.04426C-0.128437 8.60831 -0.0499029 7.98003 0.386044 7.64096C0.821992 7.30189 1.45027 7.38043 1.78934 7.81638L4.25291 10.9838L12.2291 1.33176C12.5809 0.906034 13.2113 0.846112 13.637 1.19792Z" clip-rule="evenodd"/></svg>';
|
|
27
|
-
const balIconCaretUp = '<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M9.794,6.607,5.884,2.49A1.255,1.255,0,0,0,4.1,2.5l-3.9,4.1A.75.75,0,1,0,1.294,7.641L4.819,3.928a.249.249,0,0,1,.362,0L8.706,7.641A.75.75,0,1,0,9.794,6.607Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>';
|
|
28
|
-
const balIconCaretRight = '<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M7.5,4.1l-4.1-3.9A.75.75,0,1,0,2.36,1.294L6.072,4.819a.249.249,0,0,1,0,.362L2.36,8.706A.75.75,0,0,0,3.393,9.794L7.51,5.884A1.256,1.256,0,0,0,7.5,4.1Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>';
|
|
29
|
-
const balIconCaretLeft = '<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M7.124,10a.749.749,0,0,1-.517-.206L2.5,5.9A1.257,1.257,0,0,1,2.49,4.116L6.607.206A.75.75,0,1,1,7.64,1.294L3.928,4.819a.249.249,0,0,0,0,.362L7.64,8.706A.75.75,0,0,1,7.124,10Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>';
|
|
30
|
-
const balIconCaretDown = '<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path d="M5,7.874a1.238,1.238,0,0,1-.879-.364L.206,3.393A.75.75,0,1,1,1.294,2.36L4.819,6.072a.249.249,0,0,0,.362,0L8.706,2.36A.75.75,0,1,1,9.794,3.393L5.9,7.5A1.269,1.269,0,0,1,5,7.874Z" stroke-linecap="round" stroke-linejoin="round" stroke-width="0"/></svg>';
|
|
31
|
-
|
|
32
|
-
const onBalConfigChange = (callback) => {
|
|
33
|
-
attachToConfig({
|
|
34
|
-
configChanged(state) {
|
|
35
|
-
callback(state);
|
|
36
|
-
},
|
|
37
|
-
});
|
|
38
|
-
};
|
|
39
|
-
const useBalConfig = () => {
|
|
40
|
-
if (!balBrowser.hasWindow) {
|
|
41
|
-
return;
|
|
42
|
-
}
|
|
43
|
-
const win = window;
|
|
44
|
-
return win && win.BaloiseDesignSystem && win.BaloiseDesignSystem.config;
|
|
45
|
-
};
|
|
46
|
-
const attachToConfig = (observer) => {
|
|
47
|
-
const config = useBalConfig();
|
|
48
|
-
if (config) {
|
|
49
|
-
config.attach(observer);
|
|
50
|
-
}
|
|
51
|
-
};
|
|
52
|
-
const detachFromConfig = (observer) => {
|
|
53
|
-
const config = useBalConfig();
|
|
54
|
-
if (config) {
|
|
55
|
-
config.detach(observer);
|
|
56
|
-
}
|
|
57
|
-
};
|
|
58
|
-
const attachComponentToConfig = (observer) => {
|
|
59
|
-
const config = useBalConfig();
|
|
60
|
-
if (config) {
|
|
61
|
-
config.attachComponent(observer);
|
|
62
|
-
}
|
|
63
|
-
};
|
|
64
|
-
const detachComponentFromConfig = (observer) => {
|
|
65
|
-
const config = useBalConfig();
|
|
66
|
-
if (config) {
|
|
67
|
-
config.detachComponent(observer);
|
|
68
|
-
}
|
|
69
|
-
};
|
|
70
|
-
const updateBalLanguage = (language) => {
|
|
71
|
-
const config = useBalConfig();
|
|
72
|
-
if (config) {
|
|
73
|
-
config.language = language;
|
|
74
|
-
}
|
|
75
|
-
};
|
|
76
|
-
const updateBalRegion = (region) => {
|
|
77
|
-
const config = useBalConfig();
|
|
78
|
-
if (config) {
|
|
79
|
-
config.region = region;
|
|
80
|
-
}
|
|
81
|
-
};
|
|
82
|
-
const updateBalAllowedLanguages = (allowedLanguages) => {
|
|
83
|
-
const config = useBalConfig();
|
|
84
|
-
if (config) {
|
|
85
|
-
config.allowedLanguages = allowedLanguages;
|
|
86
|
-
}
|
|
87
|
-
};
|
|
88
|
-
const updateBalIcons = (icons) => {
|
|
89
|
-
const config = useBalConfig();
|
|
90
|
-
if (config) {
|
|
91
|
-
config.icons = Object.assign(Object.assign({}, config.icons), icons);
|
|
92
|
-
}
|
|
93
|
-
};
|
|
94
|
-
const updateBalAnimated = (animated) => {
|
|
95
|
-
const config = useBalConfig();
|
|
96
|
-
if (config) {
|
|
97
|
-
config.animated = animated;
|
|
98
|
-
}
|
|
99
|
-
};
|
|
100
|
-
|
|
101
|
-
export { balIconYoutube as A, balIconWeb as B, attachToConfig as C, detachFromConfig as D, updateBalAllowedLanguages as E, updateBalAnimated as F, updateBalIcons as G, updateBalLanguage as H, updateBalRegion as I, onBalConfigChange as J, attachComponentToConfig as K, detachComponentFromConfig as L, balIconInfoCircle as a, balIconClose as b, balIconPlus as c, balIconMinus as d, balIconEdit as e, balIconTrash as f, balIconNavGoLeft as g, balIconNavGoRight as h, balIconNavGoDown as i, balIconNavGoUp as j, balIconCaretUp as k, balIconCaretDown as l, balIconCaretLeft as m, balIconCaretRight as n, balIconCheck as o, balIconDate as p, balIconDocument as q, balIconUpload as r, balIconMenuBars as s, balIconFacebook as t, useBalConfig as u, balIconInstagram as v, balIconLinkedin as w, balIconTwitter as x, balIconX as y, balIconXing as z };
|
|
@@ -1,307 +0,0 @@
|
|
|
1
|
-
import { b as balBrowser } from './browser-a8073d92.js';
|
|
2
|
-
import { b as balIconClose, a as balIconInfoCircle, c as balIconPlus, d as balIconMinus, e as balIconEdit, f as balIconTrash, g as balIconNavGoLeft, h as balIconNavGoRight, i as balIconNavGoDown, j as balIconNavGoUp, k as balIconCaretUp, l as balIconCaretDown, m as balIconCaretLeft, n as balIconCaretRight, o as balIconCheck, p as balIconDate, q as balIconDocument, r as balIconUpload, s as balIconMenuBars, u as useBalConfig } from './config.utils-cd529084.js';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* Request Largest Contentful Paint (LCP) callback
|
|
6
|
-
*/
|
|
7
|
-
const rLCP = (callback, timeout = 3000) => {
|
|
8
|
-
let isLargestContentPatinDone = false;
|
|
9
|
-
if (!balBrowser.isSafari && balBrowser.hasWindow && 'PerformanceObserver' in window) {
|
|
10
|
-
const observer = new PerformanceObserver(entryList => {
|
|
11
|
-
const entries = entryList.getEntries();
|
|
12
|
-
const lcpEntry = entries[entries.length - 1]; // Get the last (largest) entry
|
|
13
|
-
if (lcpEntry) {
|
|
14
|
-
// Disconnect the observer as we only need the LCP
|
|
15
|
-
observer.disconnect();
|
|
16
|
-
// Load the script after LCP
|
|
17
|
-
isLargestContentPatinDone = true;
|
|
18
|
-
rIC(() => callback());
|
|
19
|
-
}
|
|
20
|
-
});
|
|
21
|
-
// Start observing for Largest Contentful Paint (LCP) entries
|
|
22
|
-
observer.observe({ type: 'largest-contentful-paint', buffered: true });
|
|
23
|
-
setTimeout(() => {
|
|
24
|
-
if (!isLargestContentPatinDone) {
|
|
25
|
-
observer.disconnect();
|
|
26
|
-
callback();
|
|
27
|
-
}
|
|
28
|
-
}, timeout);
|
|
29
|
-
}
|
|
30
|
-
else {
|
|
31
|
-
return setTimeout(callback, 32);
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
const rOnLoad = (callback, timeout = 32) => {
|
|
35
|
-
let called = false;
|
|
36
|
-
const callOnce = () => {
|
|
37
|
-
if (!called) {
|
|
38
|
-
called = true;
|
|
39
|
-
callback();
|
|
40
|
-
}
|
|
41
|
-
};
|
|
42
|
-
if (balBrowser.hasWindow) {
|
|
43
|
-
const timer = setTimeout(callOnce, timeout);
|
|
44
|
-
window.addEventListener('load', () => {
|
|
45
|
-
clearTimeout(timer);
|
|
46
|
-
callOnce();
|
|
47
|
-
});
|
|
48
|
-
}
|
|
49
|
-
else {
|
|
50
|
-
setTimeout(callOnce, 32);
|
|
51
|
-
}
|
|
52
|
-
};
|
|
53
|
-
const rIC = (callback, timeout = 5000) => {
|
|
54
|
-
if (balBrowser.hasWindow && 'requestIdleCallback' in window) {
|
|
55
|
-
window.requestIdleCallback(callback, { timeout });
|
|
56
|
-
}
|
|
57
|
-
else {
|
|
58
|
-
setTimeout(callback, 32);
|
|
59
|
-
}
|
|
60
|
-
};
|
|
61
|
-
const wait = (ms = 0) => {
|
|
62
|
-
return new Promise(resolve => {
|
|
63
|
-
setTimeout(() => resolve(), ms);
|
|
64
|
-
});
|
|
65
|
-
};
|
|
66
|
-
const debounceEvent = (ev, wait) => {
|
|
67
|
-
const original = ev._original || ev;
|
|
68
|
-
return {
|
|
69
|
-
_original: ev,
|
|
70
|
-
emit: debounce(original.emit.bind(original), wait),
|
|
71
|
-
};
|
|
72
|
-
};
|
|
73
|
-
const debounce = (func, wait = 0) => {
|
|
74
|
-
let timer;
|
|
75
|
-
return (...args) => {
|
|
76
|
-
clearTimeout(timer);
|
|
77
|
-
timer = setTimeout(func, wait, ...args);
|
|
78
|
-
};
|
|
79
|
-
};
|
|
80
|
-
const hasTagName = (element, tag) => {
|
|
81
|
-
return element && element.tagName && element.tagName === tag.toUpperCase();
|
|
82
|
-
};
|
|
83
|
-
const isDescendant = (parent, child) => {
|
|
84
|
-
let node = child.parentNode;
|
|
85
|
-
while (node != null) {
|
|
86
|
-
if (node == parent) {
|
|
87
|
-
return true;
|
|
88
|
-
}
|
|
89
|
-
node = node.parentNode;
|
|
90
|
-
}
|
|
91
|
-
return false;
|
|
92
|
-
};
|
|
93
|
-
const hasParent = (parentTag, child) => {
|
|
94
|
-
let node = child.parentNode;
|
|
95
|
-
while (node != null) {
|
|
96
|
-
if (node.tagName === parentTag.toUpperCase()) {
|
|
97
|
-
return true;
|
|
98
|
-
}
|
|
99
|
-
node = node.parentNode;
|
|
100
|
-
}
|
|
101
|
-
return false;
|
|
102
|
-
};
|
|
103
|
-
const getAppRoot = (doc) => {
|
|
104
|
-
return doc.querySelector('bal-app') || doc.body;
|
|
105
|
-
};
|
|
106
|
-
/**
|
|
107
|
-
* Waits for a component to be ready for
|
|
108
|
-
* both custom element and non-custom element builds.
|
|
109
|
-
* If non-custom element build, el.componentOnReady
|
|
110
|
-
* will be used.
|
|
111
|
-
* For custom element builds, we wait a frame
|
|
112
|
-
* so that the inner contents of the component
|
|
113
|
-
* have a chance to render.
|
|
114
|
-
*
|
|
115
|
-
* Use this utility rather than calling
|
|
116
|
-
* el.componentOnReady yourself.
|
|
117
|
-
*/
|
|
118
|
-
const componentOnReady = (el, callback) => {
|
|
119
|
-
if (el.componentOnReady !== null && el.componentOnReady !== undefined) {
|
|
120
|
-
el.componentOnReady().then((resolvedEl) => callback(resolvedEl));
|
|
121
|
-
}
|
|
122
|
-
else {
|
|
123
|
-
raf(() => callback(el));
|
|
124
|
-
}
|
|
125
|
-
};
|
|
126
|
-
/**
|
|
127
|
-
* Patched version of requestAnimationFrame that avoids ngzone
|
|
128
|
-
* Use only when you know ngzone should not run
|
|
129
|
-
*/
|
|
130
|
-
const raf = (h) => {
|
|
131
|
-
if (typeof __zone_symbol__requestAnimationFrame === 'function') {
|
|
132
|
-
return __zone_symbol__requestAnimationFrame(h);
|
|
133
|
-
}
|
|
134
|
-
if (typeof requestAnimationFrame === 'function') {
|
|
135
|
-
return requestAnimationFrame(h);
|
|
136
|
-
}
|
|
137
|
-
return setTimeout(h);
|
|
138
|
-
};
|
|
139
|
-
const transitionEndAsync = (el, expectedDuration = 0) => {
|
|
140
|
-
return new Promise(resolve => {
|
|
141
|
-
transitionEnd(el, expectedDuration, resolve);
|
|
142
|
-
});
|
|
143
|
-
};
|
|
144
|
-
/**
|
|
145
|
-
* Allows developer to wait for a transition
|
|
146
|
-
* to finish and fallback to a timer if the
|
|
147
|
-
* transition is cancelled or otherwise
|
|
148
|
-
* never finishes. Also see transitionEndAsync
|
|
149
|
-
* which is an await-able version of this.
|
|
150
|
-
*/
|
|
151
|
-
const transitionEnd = (el, expectedDuration = 0, callback) => {
|
|
152
|
-
let unRegTrans;
|
|
153
|
-
let animationTimeout;
|
|
154
|
-
const opts = { passive: true };
|
|
155
|
-
const ANIMATION_FALLBACK_TIMEOUT = 500;
|
|
156
|
-
const unregister = () => {
|
|
157
|
-
if (unRegTrans) {
|
|
158
|
-
unRegTrans();
|
|
159
|
-
}
|
|
160
|
-
};
|
|
161
|
-
const onTransitionEnd = (ev) => {
|
|
162
|
-
if (ev === undefined || el === ev.target) {
|
|
163
|
-
unregister();
|
|
164
|
-
callback(ev);
|
|
165
|
-
}
|
|
166
|
-
};
|
|
167
|
-
if (el) {
|
|
168
|
-
el.addEventListener('webkitTransitionEnd', onTransitionEnd, opts);
|
|
169
|
-
el.addEventListener('transitionend', onTransitionEnd, opts);
|
|
170
|
-
animationTimeout = setTimeout(onTransitionEnd, expectedDuration + ANIMATION_FALLBACK_TIMEOUT);
|
|
171
|
-
unRegTrans = () => {
|
|
172
|
-
if (animationTimeout) {
|
|
173
|
-
clearTimeout(animationTimeout);
|
|
174
|
-
animationTimeout = undefined;
|
|
175
|
-
}
|
|
176
|
-
el.removeEventListener('webkitTransitionEnd', onTransitionEnd, opts);
|
|
177
|
-
el.removeEventListener('transitionend', onTransitionEnd, opts);
|
|
178
|
-
};
|
|
179
|
-
}
|
|
180
|
-
return unregister;
|
|
181
|
-
};
|
|
182
|
-
const addEventListener = (el, eventName, callback, opts) => {
|
|
183
|
-
if (balBrowser.hasWindow) {
|
|
184
|
-
const config = useBalConfig();
|
|
185
|
-
if (config) {
|
|
186
|
-
const ael = config._ael;
|
|
187
|
-
if (ael) {
|
|
188
|
-
return ael(el, eventName, callback, opts);
|
|
189
|
-
}
|
|
190
|
-
else if (config._ael) {
|
|
191
|
-
return config._ael(el, eventName, callback, opts);
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
return el.addEventListener(eventName, callback, opts);
|
|
196
|
-
};
|
|
197
|
-
const removeEventListener = (el, eventName, callback, opts) => {
|
|
198
|
-
if (balBrowser.hasWindow) {
|
|
199
|
-
const config = useBalConfig();
|
|
200
|
-
if (config) {
|
|
201
|
-
const rel = config._rel;
|
|
202
|
-
if (rel) {
|
|
203
|
-
return rel(el, eventName, callback, opts);
|
|
204
|
-
}
|
|
205
|
-
else if (config._rel) {
|
|
206
|
-
return config._rel(el, eventName, callback, opts);
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
return el.removeEventListener(eventName, callback, opts);
|
|
211
|
-
};
|
|
212
|
-
const shallowReady = (el) => {
|
|
213
|
-
if (el) {
|
|
214
|
-
return new Promise(resolve => componentOnReady(el, resolve));
|
|
215
|
-
}
|
|
216
|
-
return Promise.resolve();
|
|
217
|
-
};
|
|
218
|
-
const deepReady = async (el, full = false) => {
|
|
219
|
-
const element = el;
|
|
220
|
-
if (element) {
|
|
221
|
-
if (element.componentOnReady !== null && element.componentOnReady !== undefined) {
|
|
222
|
-
const stencilEl = await element.componentOnReady();
|
|
223
|
-
if (!full && stencilEl !== null && stencilEl !== undefined) {
|
|
224
|
-
return;
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
await Promise.all(Array.from(element.children).map(child => deepReady(child, full)));
|
|
228
|
-
}
|
|
229
|
-
};
|
|
230
|
-
const waitForComponent = async (el) => {
|
|
231
|
-
await deepReady(el, true);
|
|
232
|
-
await waitAfterFramePaint();
|
|
233
|
-
await waitAfterIdleCallback();
|
|
234
|
-
};
|
|
235
|
-
const isChildOfEventTarget = async (ev, el, callback) => {
|
|
236
|
-
if (ev && ev.target && el && el !== ev.target) {
|
|
237
|
-
let target = ev.target;
|
|
238
|
-
// special case for the navbar case
|
|
239
|
-
const isNavbarBrand = ev.target.nodeName === 'BAL-NAVBAR-BRAND';
|
|
240
|
-
if (isNavbarBrand) {
|
|
241
|
-
target = target.closest('bal-navbar');
|
|
242
|
-
}
|
|
243
|
-
if (target && isDescendant(target, el)) {
|
|
244
|
-
callback(target);
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
};
|
|
248
|
-
const waitForDesignSystem = async (el, _config) => {
|
|
249
|
-
const config = Object.assign({ animated: false, icons: {
|
|
250
|
-
balIconClose,
|
|
251
|
-
balIconInfoCircle,
|
|
252
|
-
balIconPlus,
|
|
253
|
-
balIconMinus,
|
|
254
|
-
balIconEdit,
|
|
255
|
-
balIconTrash,
|
|
256
|
-
balIconNavGoLeft,
|
|
257
|
-
balIconNavGoRight,
|
|
258
|
-
balIconNavGoDown,
|
|
259
|
-
balIconNavGoUp,
|
|
260
|
-
balIconCaretUp,
|
|
261
|
-
balIconCaretDown,
|
|
262
|
-
balIconCaretLeft,
|
|
263
|
-
balIconCaretRight,
|
|
264
|
-
balIconCheck,
|
|
265
|
-
balIconDate,
|
|
266
|
-
balIconDocument,
|
|
267
|
-
balIconUpload,
|
|
268
|
-
balIconMenuBars,
|
|
269
|
-
} }, _config);
|
|
270
|
-
const element = el;
|
|
271
|
-
if (element !== null && element !== undefined) {
|
|
272
|
-
await deepReady(element, true);
|
|
273
|
-
const webComponents = Array.prototype.slice
|
|
274
|
-
.call(element.querySelectorAll('*'))
|
|
275
|
-
.filter(el => el.tagName.match(/^bal/i));
|
|
276
|
-
await Promise.all(webComponents.map(c => {
|
|
277
|
-
if (c.configChanged !== null && c.configChanged !== undefined) {
|
|
278
|
-
return c.configChanged(config);
|
|
279
|
-
}
|
|
280
|
-
}));
|
|
281
|
-
}
|
|
282
|
-
await Promise.all([waitAfterFramePaint(), waitAfterLargestContentfulPaintCallback(), waitAfterIdleCallback()]);
|
|
283
|
-
};
|
|
284
|
-
const waitAfterFramePaint = () => {
|
|
285
|
-
return new Promise(resolve => raf(() => runHighPrioritizedTask(resolve)));
|
|
286
|
-
};
|
|
287
|
-
const waitAfterIdleCallback = () => {
|
|
288
|
-
return new Promise(resolve => rIC(() => runHighPrioritizedTask(resolve)));
|
|
289
|
-
};
|
|
290
|
-
const waitAfterLargestContentfulPaintCallback = () => {
|
|
291
|
-
return new Promise(resolve => rLCP(() => runHighPrioritizedTask(resolve)));
|
|
292
|
-
};
|
|
293
|
-
const waitOnLoadEventCallback = () => {
|
|
294
|
-
return new Promise(resolve => rOnLoad(() => runHighPrioritizedTask(resolve)));
|
|
295
|
-
};
|
|
296
|
-
const runHighPrioritizedTask = (callback) => {
|
|
297
|
-
if (balBrowser.hasWindow && 'MessageChannel' in window) {
|
|
298
|
-
const messageChannel = new window.MessageChannel();
|
|
299
|
-
messageChannel.port1.onmessage = callback;
|
|
300
|
-
messageChannel.port2.postMessage(undefined);
|
|
301
|
-
}
|
|
302
|
-
else {
|
|
303
|
-
setTimeout(callback, 32);
|
|
304
|
-
}
|
|
305
|
-
};
|
|
306
|
-
|
|
307
|
-
export { waitForDesignSystem as a, waitAfterFramePaint as b, componentOnReady as c, waitAfterIdleCallback as d, waitAfterLargestContentfulPaintCallback as e, waitOnLoadEventCallback as f, getAppRoot as g, deepReady as h, wait as i, isDescendant as j, debounce as k, addEventListener as l, rOnLoad as m, rIC as n, raf as o, debounceEvent as p, isChildOfEventTarget as q, removeEventListener as r, shallowReady as s, transitionEndAsync as t, hasParent as u, hasTagName as v, waitForComponent as w };
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* lodash 4.0.0 (Custom Build) <https://lodash.com/>
|
|
3
|
-
* Build: `lodash modularize exports="npm" -o ./`
|
|
4
|
-
* Copyright 2012-2016 The Dojo Foundation <http://dojofoundation.org/>
|
|
5
|
-
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
6
|
-
* Copyright 2009-2016 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
7
|
-
* Available under MIT license <https://lodash.com/license>
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* Checks if `value` is `null` or `undefined`.
|
|
12
|
-
*
|
|
13
|
-
* @static
|
|
14
|
-
* @memberOf _
|
|
15
|
-
* @category Lang
|
|
16
|
-
* @param {*} value The value to check.
|
|
17
|
-
* @returns {boolean} Returns `true` if `value` is nullish, else `false`.
|
|
18
|
-
* @example
|
|
19
|
-
*
|
|
20
|
-
* _.isNil(null);
|
|
21
|
-
* // => true
|
|
22
|
-
*
|
|
23
|
-
* _.isNil(void 0);
|
|
24
|
-
* // => true
|
|
25
|
-
*
|
|
26
|
-
* _.isNil(NaN);
|
|
27
|
-
* // => false
|
|
28
|
-
*/
|
|
29
|
-
function isNil(value) {
|
|
30
|
-
return value == null;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
var lodash_isnil = isNil;
|
|
34
|
-
|
|
35
|
-
export { lodash_isnil as l };
|