@baloise/ds-core 16.8.0 → 17.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/all.d.ts +0 -2
- package/components/all.js +0 -3
- package/components/array.js +1875 -0
- package/components/bal-accordion-details.js +1 -1
- package/components/bal-accordion-summary.js +2 -2
- package/components/bal-accordion-trigger.js +1 -1
- package/components/bal-accordion.js +1 -1
- package/components/bal-app.js +11 -5
- package/components/bal-badge2.js +1 -1
- package/components/bal-button-group2.js +2 -2
- package/components/bal-button2.js +18 -4
- package/components/bal-card-actions.js +1 -1
- package/components/bal-card-button.js +1 -1
- package/components/bal-card-content2.js +1 -1
- package/components/bal-card-subtitle.js +1 -1
- package/components/bal-card-title.js +1 -1
- package/components/bal-card2.js +3 -3
- package/components/bal-carousel-item2.js +14 -3
- package/components/bal-carousel2.js +30 -7
- package/components/bal-checkbox-button.js +1 -1
- package/components/bal-checkbox-group.js +28 -3
- package/components/bal-checkbox2.js +16 -3
- package/components/bal-close2.js +1 -1
- package/components/bal-content2.js +1 -1
- package/components/bal-data-item.js +1 -1
- package/components/bal-data-label.js +1 -1
- package/components/bal-data-value.js +2 -2
- package/components/bal-data.js +1 -1
- package/components/bal-date-calendar-cell2.js +1 -1
- package/components/bal-date-calendar2.js +3 -3
- package/components/bal-date.js +39 -10
- package/components/bal-divider.js +1 -1
- package/components/bal-dropdown2.js +57 -32
- package/components/bal-field-control.js +2 -2
- package/components/bal-field-hint.js +1 -1
- package/components/bal-field-label.js +1 -1
- package/components/bal-field-message.js +2 -2
- package/components/bal-field.js +3 -5
- package/components/bal-file-upload.js +14 -7
- package/components/bal-footer.js +196 -6
- package/components/bal-form-col.js +2 -2
- package/components/bal-form-grid.js +1 -1
- package/components/bal-form.js +1 -1
- package/components/bal-heading2.js +1 -1
- package/components/bal-hint-text2.js +1 -1
- package/components/bal-hint-title2.js +1 -1
- package/components/bal-icon2.js +13 -1
- package/components/bal-input-date2.js +18 -6
- package/components/bal-input-group2.js +1 -1
- package/components/bal-input-slider.js +20 -6
- package/components/bal-input-stepper.js +20 -7
- package/components/bal-input.js +18 -5
- package/components/bal-label2.js +1 -1
- package/components/bal-list-item-accordion-body2.js +4 -4
- package/components/bal-list-item-accordion-head2.js +3 -3
- package/components/bal-list-item-content2.js +2 -2
- package/components/bal-list-item-icon2.js +2 -2
- package/components/bal-list-item-subtitle2.js +1 -1
- package/components/bal-list-item-title2.js +1 -1
- package/components/bal-list-item2.js +1 -1
- package/components/bal-list2.js +1 -1
- package/components/bal-logo2.js +2 -2
- package/components/bal-modal-body.js +1 -1
- package/components/bal-modal-header.js +1 -1
- package/components/bal-modal.js +33 -7
- package/components/bal-nav-link-grid-col2.js +1 -1
- package/components/bal-nav-link-grid2.js +1 -1
- package/components/bal-nav-link-group.js +1 -1
- package/components/bal-nav-link2.js +2 -2
- package/components/bal-nav-menu-bar2.js +1 -1
- package/components/bal-nav-menu-flyout2.js +1 -1
- package/components/bal-nav-meta-bar2.js +10 -3
- package/components/bal-nav.js +16 -3
- package/components/bal-navbar-brand.js +2 -2
- package/components/bal-navbar-menu-end.js +1 -1
- package/components/bal-navbar-menu-start.js +1 -1
- package/components/bal-navbar-menu.js +2 -2
- package/components/bal-navbar.js +1 -1
- package/components/bal-notices.js +2 -2
- package/components/bal-notification.js +1 -1
- package/components/bal-number-input.js +21 -26
- package/components/bal-option-list.js +17 -4
- package/components/bal-option2.js +9 -2
- package/components/bal-pagination2.js +4 -4
- package/components/bal-popover-content2.js +1 -1
- package/components/bal-popover2.js +38 -13
- package/components/bal-popup.js +47 -12
- package/components/bal-progress-bar.js +2 -2
- package/components/bal-radio-button.js +1 -1
- package/components/bal-radio-group.js +33 -2
- package/components/bal-radio2.js +10 -3
- package/components/bal-segment-item.js +2 -2
- package/components/bal-segment.js +17 -4
- package/components/bal-select-option2.js +1 -1
- package/components/bal-select2.js +29 -9
- package/components/bal-shape2.js +4 -4
- package/components/bal-sheet.js +1 -1
- package/components/bal-snackbar.js +1 -1
- package/components/bal-spinner2.js +3 -3
- package/components/bal-stack2.js +1 -1
- package/components/bal-stage-back-link.js +2 -2
- package/components/bal-stage-body.js +1 -1
- package/components/bal-stage-foot.js +1 -1
- package/components/bal-stage-head.js +1 -1
- package/components/bal-stage-image.js +11 -2
- package/components/bal-stage.js +1 -1
- package/components/bal-step-item.js +2 -2
- package/components/bal-steps.js +2 -2
- package/components/bal-tab-item.js +2 -2
- package/components/bal-table.js +1 -1
- package/components/bal-tabs2.js +45 -18
- package/components/bal-tag-group.js +1 -1
- package/components/bal-tag2.js +1 -1
- package/components/bal-text2.js +2 -2
- package/components/bal-textarea.js +18 -4
- package/components/bal-time-input.js +20 -7
- package/components/bal-toast.js +1 -1
- package/components/bal-tooltip.js +13 -9
- package/components/breakpoints.subject.js +1 -1
- package/components/date.js +32 -2
- package/components/element-states.decorator.js +1 -1
- package/components/floating-ui.dom.esm.js +493 -1
- package/components/floating-ui.js +26 -0
- package/components/focus.decorator.js +1 -1
- package/components/form-input.js +1 -1
- package/components/helpers.js +35 -3
- package/components/index.js +2 -3
- package/components/index2.js +570 -13
- package/components/index3.js +13 -570
- package/components/index4.js +558 -0
- package/components/keyboard.helpers.js +62 -0
- package/components/listen.js +58 -0
- package/components/mutation.decorator.js +13 -11
- package/components/number.js +30 -0
- package/components/overlays.js +1 -1
- package/components/resize.decorator.js +1 -1
- package/components/swipe.subject.js +2 -2
- package/components/tokens.esm.js +1 -1
- package/components/utils.js +1 -1
- 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-00b37ea2.js +1 -0
- package/dist/baloise-design-system/p-01cdb12b31.entry.js +1 -0
- package/dist/baloise-design-system/p-0215ccdca9.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-2db9030ad9.system.entry.js → p-063f4fc96f.system.entry.js} +1 -1
- package/dist/baloise-design-system/{p-a6e7599e.js → p-06d357bd.js} +1 -1
- package/dist/baloise-design-system/p-075bcd8c56.system.entry.js +1 -0
- package/dist/baloise-design-system/p-0935940ea0.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-a01f3206.system.js → p-0aa1d6a4.system.js} +1 -1
- package/dist/baloise-design-system/p-0c51c999.js +1 -0
- package/dist/baloise-design-system/p-0dc26bfe1f.entry.js +1 -0
- package/dist/baloise-design-system/p-0ede0fa9b2.entry.js +1 -0
- package/dist/baloise-design-system/p-10151a65a4.entry.js +1 -0
- package/dist/baloise-design-system/{p-cd378385.system.js → p-10985d5e.system.js} +1 -1
- package/dist/baloise-design-system/p-12701030b2.system.entry.js +1 -0
- package/dist/baloise-design-system/p-1400a7e9cc.entry.js +1 -0
- package/dist/baloise-design-system/{p-0970cac46c.system.entry.js → p-14eef425da.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-166d571e.js +1 -0
- package/dist/baloise-design-system/p-16ff8c81bf.entry.js +1 -0
- package/dist/baloise-design-system/{p-8f89168b60.system.entry.js → p-17c73b8f48.system.entry.js} +1 -1
- package/dist/baloise-design-system/{p-49fe011f.js → p-1c09c9b0.js} +1 -1
- package/dist/baloise-design-system/p-1c41de53.system.js +1 -0
- package/dist/baloise-design-system/{p-bcbb5b59f3.system.entry.js → p-1e344a8c28.system.entry.js} +1 -1
- package/dist/baloise-design-system/{p-2ea21f9c.system.js → p-1e688639.system.js} +1 -1
- package/dist/baloise-design-system/p-218f416b89.entry.js +1 -0
- package/dist/baloise-design-system/p-2539ba43.js +2 -0
- package/dist/baloise-design-system/p-2767b62167.system.entry.js +1 -0
- package/dist/baloise-design-system/p-29273a2be9.entry.js +1 -0
- package/dist/baloise-design-system/p-2af8b73858.entry.js +1 -0
- package/dist/baloise-design-system/p-2f6c32ca97.entry.js +1 -0
- package/dist/baloise-design-system/p-30679d51bd.system.entry.js +1 -0
- package/dist/baloise-design-system/p-30f41bab1a.system.entry.js +1 -0
- package/dist/baloise-design-system/p-3114a84410.entry.js +1 -0
- package/dist/baloise-design-system/p-3149162e9e.entry.js +1 -0
- package/dist/baloise-design-system/p-33101c54.js +1 -0
- package/dist/baloise-design-system/p-3508444fc8.entry.js +1 -0
- package/dist/baloise-design-system/{p-abd9c578.system.js → p-365fc134.system.js} +1 -1
- package/dist/baloise-design-system/p-3814316946.entry.js +1 -0
- package/dist/baloise-design-system/p-3c504ddf38.system.entry.js +1 -0
- package/dist/baloise-design-system/p-3f01fc8b.js +1 -0
- package/dist/baloise-design-system/p-4b6481e692.entry.js +1 -0
- package/dist/baloise-design-system/p-4bbe4ba6ba.entry.js +1 -0
- package/dist/baloise-design-system/p-4d807f18.system.js +1 -0
- package/dist/baloise-design-system/p-4d84f90534.entry.js +1 -0
- package/dist/baloise-design-system/p-4dad7840.js +1 -0
- package/dist/baloise-design-system/p-4e4fe533.js +1 -0
- package/dist/baloise-design-system/{p-2e9934393d.system.entry.js → p-4e75ee3c87.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-50927d70.js +1 -0
- package/dist/baloise-design-system/{p-54f81c32.js → p-50b2a9c6.js} +1 -1
- package/dist/baloise-design-system/p-51e22c0c.js +1 -0
- package/dist/baloise-design-system/{p-e61fa225.js → p-51fa7a76.js} +1 -1
- package/dist/baloise-design-system/{p-baf64616.system.js → p-533956b7.system.js} +1 -1
- package/dist/baloise-design-system/p-5353ba1263.entry.js +1 -0
- package/dist/baloise-design-system/p-53b859d3c4.entry.js +1 -0
- package/dist/baloise-design-system/p-54c8a63b7c.system.entry.js +1 -0
- package/dist/baloise-design-system/p-579855c6.system.js +1 -0
- package/dist/baloise-design-system/p-5b78557886.entry.js +1 -0
- package/dist/baloise-design-system/p-6116192a.js +1 -0
- package/dist/baloise-design-system/p-61c48963c7.system.entry.js +1 -0
- package/dist/baloise-design-system/p-62936f4a8b.entry.js +1 -0
- package/dist/baloise-design-system/{p-de08fd27.js → p-63b52c0f.js} +1 -1
- package/dist/baloise-design-system/p-678ebde2de.entry.js +1 -0
- package/dist/baloise-design-system/p-68392bc0e8.system.entry.js +1 -0
- package/dist/baloise-design-system/p-69f82b9b22.entry.js +1 -0
- package/dist/baloise-design-system/p-6c3a60ddf6.entry.js +1 -0
- package/dist/baloise-design-system/p-6cadcbe4bb.entry.js +1 -0
- package/dist/baloise-design-system/{p-438787a3f4.system.entry.js → p-6d27c4949f.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-6d6a2f64f2.entry.js +1 -0
- package/dist/baloise-design-system/p-6e79b03ef3.entry.js +1 -0
- package/dist/baloise-design-system/{p-84da5fdc6d.system.entry.js → p-6fb26bd060.system.entry.js} +1 -1
- package/dist/baloise-design-system/{p-29ba4f9afe.system.entry.js → p-70ff6660e5.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-72ffb739.system.js +1 -0
- package/dist/baloise-design-system/p-738ca720.system.js +1 -0
- package/dist/baloise-design-system/p-73bd9055.system.js +1 -0
- package/dist/baloise-design-system/{p-10351b73.js → p-7607c59d.js} +1 -1
- package/dist/baloise-design-system/p-7752fa10ea.system.entry.js +1 -0
- package/dist/baloise-design-system/p-799a292492.entry.js +1 -0
- package/dist/baloise-design-system/p-7a883fd6ed.system.entry.js +1 -0
- package/dist/baloise-design-system/p-7eaff7954d.entry.js +1 -0
- package/dist/baloise-design-system/p-7f9fe862b6.system.entry.js +1 -0
- package/dist/baloise-design-system/p-802216cd.system.js +1 -0
- package/dist/baloise-design-system/{p-1920d4af.js → p-802c6111.js} +1 -1
- package/dist/baloise-design-system/p-8096d040b2.system.entry.js +1 -0
- package/dist/baloise-design-system/p-85b6c500d8.entry.js +1 -0
- package/dist/baloise-design-system/p-85d9ea863b.system.entry.js +1 -0
- package/dist/baloise-design-system/p-85ed9bd051.entry.js +1 -0
- package/dist/baloise-design-system/p-8669493951.system.entry.js +1 -0
- package/dist/baloise-design-system/p-88be14c716.entry.js +1 -0
- package/dist/baloise-design-system/p-8a1bb350f1.system.entry.js +1 -0
- package/dist/baloise-design-system/p-8a73c9b8.js +1 -0
- package/dist/baloise-design-system/{p-b7ceb9e59e.system.entry.js → p-8ac5772a60.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-8b8d19171d.entry.js +1 -0
- package/dist/baloise-design-system/p-8d370d87cb.entry.js +1 -0
- package/dist/baloise-design-system/{p-fad86a959d.system.entry.js → p-9311066eb2.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-93e2638280.system.entry.js +1 -0
- package/dist/baloise-design-system/p-950bd476.js +1 -0
- package/dist/baloise-design-system/{p-2692caf4.js → p-95a4f1be.js} +1 -1
- package/dist/baloise-design-system/p-98267a7765.entry.js +1 -0
- package/dist/baloise-design-system/{p-049f6f9bc3.system.entry.js → p-98a58cff41.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-98f7403c7f.entry.js +1 -0
- package/dist/baloise-design-system/p-992c49c23e.system.entry.js +1 -0
- package/dist/baloise-design-system/p-9b8ca7ead8.entry.js +1 -0
- package/dist/baloise-design-system/p-9d29364f13.entry.js +1 -0
- package/dist/baloise-design-system/p-9d3f19c6af.system.entry.js +1 -0
- package/dist/baloise-design-system/p-9f54cfc70b.entry.js +1 -0
- package/dist/baloise-design-system/p-9f83acd71d.entry.js +1 -0
- package/dist/baloise-design-system/p-a7d15ec66b.entry.js +1 -0
- package/dist/baloise-design-system/{p-333ef156.system.js → p-a898208e.system.js} +1 -1
- package/dist/baloise-design-system/p-ad58876e8c.entry.js +1 -0
- package/dist/baloise-design-system/p-ae2292f251.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-c2de2596d1.system.entry.js → p-aebb3198c4.system.entry.js} +1 -1
- package/dist/baloise-design-system/{p-dfccf59e11.system.entry.js → p-af3fb420b3.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-af4c6af2.js +1 -0
- package/dist/baloise-design-system/p-af5e974f4c.system.entry.js +1 -0
- package/dist/baloise-design-system/p-b0120babb2.entry.js +1 -0
- package/dist/baloise-design-system/{p-ae9b85f1.system.js → p-b0fd473a.system.js} +1 -1
- package/dist/baloise-design-system/p-b136739bec.entry.js +1 -0
- package/dist/baloise-design-system/p-b4ecd87960.system.entry.js +1 -0
- package/dist/baloise-design-system/p-b57c473d.system.js +1 -0
- package/dist/baloise-design-system/{p-45b4b4fcd6.system.entry.js → p-b8658ffb85.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-b86876e144.entry.js +1 -0
- package/dist/baloise-design-system/p-ba9c735428.entry.js +1 -0
- package/dist/baloise-design-system/p-be61baa681.entry.js +1 -0
- package/dist/baloise-design-system/p-be6d3bde8f.entry.js +1 -0
- package/dist/baloise-design-system/{p-7957c3c0.system.js → p-bf139fe5.system.js} +1 -1
- package/dist/baloise-design-system/p-bf1b5db620.system.entry.js +1 -0
- package/dist/baloise-design-system/p-c045d5a57c.system.entry.js +1 -0
- package/dist/baloise-design-system/p-c2157cabd4.entry.js +1 -0
- package/dist/baloise-design-system/p-c416afcd52.entry.js +1 -0
- package/dist/baloise-design-system/{p-c7cdb944f3.system.entry.js → p-c589d05bc6.system.entry.js} +1 -1
- package/dist/baloise-design-system/{p-328e32e1.js → p-c61080a6.js} +1 -1
- package/dist/baloise-design-system/{p-014286df.system.js → p-c72bd76c.system.js} +1 -1
- package/dist/baloise-design-system/p-c7e93ad3c1.entry.js +1 -0
- package/dist/baloise-design-system/p-c7efc6d470.entry.js +1 -0
- package/dist/baloise-design-system/{p-81f848c6.js → p-c8caa835.js} +1 -1
- package/dist/baloise-design-system/p-c9dce0f3ea.system.entry.js +1 -0
- package/dist/baloise-design-system/p-cfd4370f6b.system.entry.js +1 -0
- package/dist/baloise-design-system/p-cfe42ac458.system.entry.js +1 -0
- package/dist/baloise-design-system/p-d0d162c677.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-2e8b4edc.system.js → p-d1ec4d6e.system.js} +1 -1
- package/dist/baloise-design-system/{p-1509eaa7.system.js → p-d2f9ed2b.system.js} +1 -1
- package/dist/baloise-design-system/p-d404537f.system.js +1 -0
- package/dist/baloise-design-system/p-d532d41212.system.entry.js +1 -0
- package/dist/baloise-design-system/p-d67f7321.system.js +2 -0
- package/dist/baloise-design-system/p-d88acac29e.system.entry.js +1 -0
- package/dist/baloise-design-system/p-d97dc6a8.system.js +1 -0
- package/dist/baloise-design-system/{p-7662250151.system.entry.js → p-d9bb74c913.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-dbc0b7c370.entry.js +1 -0
- package/dist/baloise-design-system/p-df907af8.system.js +1 -0
- package/dist/baloise-design-system/{p-15c5fe4d6d.system.entry.js → p-dfcca29bc9.system.entry.js} +1 -1
- package/dist/baloise-design-system/{p-f2e0ee98af.system.entry.js → p-e0e123ffec.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-e1b2f86b.system.js +1 -0
- package/dist/baloise-design-system/{p-13c885d840.system.entry.js → p-e2ba4d18bc.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-e3a563de25.system.entry.js +1 -0
- package/dist/baloise-design-system/p-e8f93d80ca.system.entry.js +1 -0
- package/dist/baloise-design-system/p-ec286609dd.entry.js +1 -0
- package/dist/baloise-design-system/p-ec4cf5cec6.entry.js +1 -0
- package/dist/baloise-design-system/p-edbd880ce1.entry.js +1 -0
- package/dist/baloise-design-system/p-ee3c7a38.system.js +1 -0
- package/dist/baloise-design-system/p-f1c41da029.entry.js +1 -0
- package/dist/baloise-design-system/p-f3ef269852.entry.js +1 -0
- package/dist/baloise-design-system/{p-d800ecde35.system.entry.js → p-f8d828383b.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-fa363ba3f9.system.entry.js +1 -0
- package/dist/baloise-design-system/p-fa6b5cde.system.js +1 -0
- package/dist/baloise-design-system/p-faaf77375f.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-ee9c988a19.system.entry.js → p-faf5c89145.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-fd118a1752.system.entry.js +1 -0
- package/dist/cjs/{app-globals-ae3a8623.js → app-globals-f5a609c1.js} +1 -1
- package/dist/cjs/array-ae164ca3.js +22 -0
- package/dist/cjs/bal-accordion_4.cjs.entry.js +8 -10
- package/dist/cjs/bal-app.cjs.entry.js +12 -6
- package/dist/cjs/bal-badge.cjs.entry.js +2 -2
- package/dist/cjs/bal-button_2.cjs.entry.js +21 -5
- package/dist/cjs/bal-card_6.cjs.entry.js +8 -8
- package/dist/cjs/bal-carousel_2.cjs.entry.js +49 -17
- package/dist/cjs/bal-checkbox-button.cjs.entry.js +5 -5
- package/dist/cjs/bal-checkbox_2.cjs.entry.js +50 -11
- package/dist/cjs/bal-close.cjs.entry.js +2 -2
- package/dist/cjs/bal-content.cjs.entry.js +2 -2
- package/dist/cjs/bal-data_4.cjs.entry.js +5 -5
- package/dist/cjs/bal-date-calendar-cell.cjs.entry.js +4 -4
- package/dist/cjs/bal-date-calendar_2.cjs.entry.js +55 -42
- package/dist/cjs/bal-date.cjs.entry.js +42 -15
- package/dist/cjs/bal-divider.cjs.entry.js +2 -2
- package/dist/cjs/bal-dropdown.cjs.entry.js +66 -41
- package/dist/cjs/bal-field_5.cjs.entry.js +11 -13
- package/dist/cjs/bal-file-upload.cjs.entry.js +17 -9
- package/dist/cjs/bal-footer.cjs.entry.js +200 -12
- package/dist/cjs/bal-form-col_2.cjs.entry.js +4 -4
- package/dist/cjs/bal-form.cjs.entry.js +3 -3
- package/dist/cjs/bal-heading_2.cjs.entry.js +4 -4
- package/dist/cjs/bal-hint_5.cjs.entry.js +45 -20
- package/dist/cjs/bal-icon.cjs.entry.js +14 -3
- package/dist/cjs/bal-input-group.cjs.entry.js +2 -2
- package/dist/cjs/bal-input-slider.cjs.entry.js +20 -6
- package/dist/cjs/bal-input-stepper.cjs.entry.js +21 -9
- package/dist/cjs/bal-input.cjs.entry.js +17 -4
- package/dist/cjs/bal-label.cjs.entry.js +2 -2
- package/dist/cjs/bal-list_8.cjs.entry.js +20 -22
- package/dist/cjs/bal-logo.cjs.entry.js +6 -6
- package/dist/cjs/bal-modal_3.cjs.entry.js +36 -10
- package/dist/cjs/bal-nav_8.cjs.entry.js +37 -18
- package/dist/cjs/bal-navbar_5.cjs.entry.js +11 -11
- package/dist/cjs/bal-notices_3.cjs.entry.js +5 -5
- package/dist/cjs/bal-notification.cjs.entry.js +2 -2
- package/dist/cjs/bal-number-input.cjs.entry.js +39 -43
- package/dist/cjs/bal-option_2.cjs.entry.js +25 -6
- package/dist/cjs/bal-pagination.cjs.entry.js +9 -9
- package/dist/cjs/bal-popup.cjs.entry.js +49 -16
- package/dist/cjs/bal-progress-bar.cjs.entry.js +7 -7
- package/dist/cjs/bal-radio-button.cjs.entry.js +5 -5
- package/dist/cjs/bal-radio_2.cjs.entry.js +45 -10
- package/dist/cjs/bal-segment_2.cjs.entry.js +29 -18
- package/dist/cjs/bal-select_2.cjs.entry.js +41 -20
- package/dist/cjs/bal-shape.cjs.entry.js +6 -6
- package/dist/cjs/bal-sheet.cjs.entry.js +2 -2
- package/dist/cjs/bal-spinner.cjs.entry.js +4 -4
- package/dist/cjs/bal-stack.cjs.entry.js +2 -2
- package/dist/cjs/bal-stage_6.cjs.entry.js +19 -8
- package/dist/cjs/bal-step-item.cjs.entry.js +3 -3
- package/dist/cjs/bal-steps.cjs.entry.js +10 -9
- package/dist/cjs/bal-tab-item_2.cjs.entry.js +54 -27
- package/dist/cjs/bal-table.cjs.entry.js +2 -2
- package/dist/cjs/bal-tag_2.cjs.entry.js +3 -3
- package/dist/cjs/bal-textarea.cjs.entry.js +18 -4
- package/dist/cjs/bal-time-input.cjs.entry.js +19 -6
- package/dist/cjs/bal-tooltip.cjs.entry.js +17 -10
- package/dist/cjs/baloise-design-system.cjs.js +14 -14
- package/dist/cjs/{breakpoints.decorator-3e39d424.js → breakpoints.decorator-967c2fd2.js} +1 -1
- package/dist/cjs/{breakpoints.subject-04e46eae.js → breakpoints.subject-679bdc55.js} +2 -2
- package/dist/cjs/{date-20be7524.js → date-c2a815e4.js} +33 -2
- package/dist/cjs/{element-states.decorator-9ce5ff3b.js → element-states.decorator-5aa9bf46.js} +1 -1
- package/dist/cjs/floating-ui-9f03e1cf.js +28 -0
- package/dist/{esm/floating-ui.dom.esm-f1cf1077.js → cjs/floating-ui.dom.esm-2ece9686.js} +508 -1
- package/dist/cjs/{focus.decorator-afaf9ac4.js → focus.decorator-ec3a858c.js} +1 -1
- package/dist/cjs/{form-input-b61eb894.js → form-input-35653e8f.js} +1 -1
- package/dist/cjs/{helpers-2a8c8333.js → helpers-393c2183.js} +36 -2
- package/dist/cjs/index-3b7f8988.js +1860 -0
- package/dist/cjs/index-758765f7.js +560 -0
- package/dist/cjs/index-96c178a6.js +1689 -0
- package/dist/cjs/index.cjs.js +9 -13
- package/dist/cjs/{initialize-2a19d091.js → initialize-e7570bc6.js} +2 -2
- package/dist/cjs/keyboard.helpers-3c105b0c.js +73 -0
- package/dist/cjs/listen-b42a4134.js +60 -0
- package/dist/cjs/loader.cjs.js +6 -6
- package/dist/cjs/{mutation.decorator-af043b68.js → mutation.decorator-d2ce6c1a.js} +13 -11
- package/dist/cjs/number-111783eb.js +35 -0
- package/dist/cjs/{overlays-3e4cf786.js → overlays-e6d14274.js} +1 -1
- package/dist/cjs/{resize.decorator-ae91ead2.js → resize.decorator-981b6817.js} +1 -1
- package/dist/cjs/{swipe.decorator-5206d283.js → swipe.decorator-391a0941.js} +1 -1
- package/dist/cjs/{swipe.subject-4ec94271.js → swipe.subject-48bf62a1.js} +2 -2
- package/dist/cjs/{tokens.esm-c5d8ed82.js → tokens.esm-e4edac35.js} +1 -1
- package/dist/cjs/{window-resize.decorator-f34ad3f4.js → window-resize.decorator-bb2ea6d8.js} +1 -1
- package/dist/collection/collection-manifest.json +3 -9
- package/dist/collection/components/bal-accordion/bal-accordion-details/bal-accordion-details.js +1 -1
- package/dist/collection/components/bal-accordion/bal-accordion-summary/bal-accordion-summary.js +2 -2
- package/dist/collection/components/bal-accordion/bal-accordion-trigger/bal-accordion-trigger.js +1 -1
- package/dist/collection/components/bal-app/bal-app.css +1 -1
- package/dist/collection/components/bal-app/bal-app.js +10 -4
- package/dist/collection/components/bal-badge/bal-badge.js +1 -1
- package/dist/collection/components/bal-button/bal-button-group/bal-button-group.js +2 -2
- package/dist/collection/components/bal-button/bal-button.js +20 -11
- package/dist/collection/components/bal-card/bal-card-actions/bal-card-actions.js +1 -1
- package/dist/collection/components/bal-card/bal-card-button/bal-card-button.js +1 -1
- package/dist/collection/components/bal-card/bal-card-content/bal-card-content.js +1 -1
- package/dist/collection/components/bal-card/bal-card-subtitle/bal-card-subtitle.js +1 -1
- package/dist/collection/components/bal-card/bal-card-title/bal-card-title.js +1 -1
- package/dist/collection/components/bal-card/bal-card.js +2 -2
- package/dist/collection/components/bal-carousel/bal-carousel-item/bal-carousel-item.js +19 -4
- package/dist/collection/components/bal-carousel/bal-carousel.js +29 -21
- package/dist/collection/components/bal-checkbox/bal-checkbox-button/bal-checkbox-button.js +1 -1
- package/dist/collection/components/bal-checkbox/bal-checkbox-group/bal-checkbox-group.js +26 -28
- package/dist/collection/components/bal-checkbox/bal-checkbox.js +15 -17
- package/dist/collection/components/bal-close/bal-close.js +1 -1
- package/dist/collection/components/bal-content/bal-content.js +1 -1
- package/dist/collection/components/bal-data/bal-data-item/bal-data-item.js +1 -1
- package/dist/collection/components/bal-data/bal-data-label/bal-data-label.js +1 -1
- package/dist/collection/components/bal-data/bal-data-value/bal-data-value.js +1 -1
- package/dist/collection/components/bal-data/bal-data.js +1 -1
- package/dist/collection/components/bal-date/bal-date-calendar/bal-date-calendar.js +1 -1
- package/dist/collection/components/bal-date/bal-date-calendar-cell/bal-date-calendar-cell.js +1 -1
- package/dist/collection/components/bal-date/bal-date.js +37 -35
- package/dist/collection/components/bal-divider/bal-divider.js +1 -1
- package/dist/collection/components/bal-dropdown/bal-dropdown.js +44 -44
- package/dist/collection/components/bal-field/bal-field-control/bal-field-control.js +2 -2
- package/dist/collection/components/bal-field/bal-field-hint/bal-field-hint.js +1 -1
- package/dist/collection/components/bal-field/bal-field-label/bal-field-label.js +1 -1
- package/dist/collection/components/bal-field/bal-field-message/bal-field-message.js +2 -2
- package/dist/collection/components/bal-field/bal-field.js +2 -4
- package/dist/collection/components/bal-file-upload/bal-file-upload.js +12 -14
- package/dist/collection/components/bal-footer/bal-footer.js +4 -4
- package/dist/collection/components/bal-form/bal-form.js +1 -1
- package/dist/collection/components/bal-form-grid/bal-form-col/bal-form-col.js +2 -2
- package/dist/collection/components/bal-form-grid/bal-form-grid.js +1 -1
- package/dist/collection/components/bal-heading/bal-heading.js +1 -1
- package/dist/collection/components/bal-hint/bal-hint-text/bal-hint-text.js +1 -1
- package/dist/collection/components/bal-hint/bal-hint-title/bal-hint-title.js +1 -1
- package/dist/collection/components/bal-icon/bal-icon.js +14 -2
- package/dist/collection/components/bal-input/bal-input-date/bal-input-date.js +15 -17
- package/dist/collection/components/bal-input/bal-input.js +14 -16
- package/dist/collection/components/bal-input-group/bal-input-group.js +1 -1
- package/dist/collection/components/bal-input-slider/bal-input-slider.js +17 -18
- package/dist/collection/components/bal-input-stepper/bal-input-stepper.js +17 -19
- package/dist/collection/components/bal-label/bal-label.js +1 -1
- package/dist/collection/components/bal-list/bal-list-item-accordion-body/bal-list-item-accordion-body.js +3 -3
- package/dist/collection/components/bal-list/bal-list-item-accordion-head/bal-list-item-accordion-head.js +3 -3
- package/dist/collection/components/bal-list/bal-list-item-content/bal-list-item-content.js +2 -2
- package/dist/collection/components/bal-list/bal-list-item-icon/bal-list-item-icon.js +2 -2
- package/dist/collection/components/bal-list/bal-list-item-subtitle/bal-list-item-subtitle.js +1 -1
- package/dist/collection/components/bal-list/bal-list-item-title/bal-list-item-title.js +1 -1
- package/dist/collection/components/bal-list/bal-list.js +1 -1
- package/dist/collection/components/bal-logo/bal-logo.js +2 -2
- package/dist/collection/components/bal-modal/bal-modal-body/bal-modal-body.js +1 -1
- package/dist/collection/components/bal-modal/bal-modal-header/bal-modal-header.js +1 -1
- package/dist/collection/components/bal-modal/bal-modal.js +31 -32
- package/dist/collection/components/bal-nav/bal-nav-link/bal-nav-link.js +2 -2
- package/dist/collection/components/bal-nav/bal-nav-link-grid/bal-nav-link-grid.js +1 -1
- package/dist/collection/components/bal-nav/bal-nav-link-grid-col/bal-nav-link-grid-col.js +1 -1
- package/dist/collection/components/bal-nav/bal-nav-link-group/bal-nav-link-group.js +1 -1
- package/dist/collection/components/bal-nav/bal-nav-menu-bar/bal-nav-menu-bar.js +1 -1
- package/dist/collection/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.js +1 -1
- 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 +8 -10
- package/dist/collection/components/bal-nav/bal-nav.js +15 -17
- package/dist/collection/components/bal-navbar/bal-navbar-brand/bal-navbar-brand.js +2 -2
- package/dist/collection/components/bal-navbar/bal-navbar-menu/bal-navbar-menu.js +1 -1
- package/dist/collection/components/bal-navbar/bal-navbar-menu-end/bal-navbar-menu-end.js +1 -1
- package/dist/collection/components/bal-navbar/bal-navbar-menu-start/bal-navbar-menu-start.js +1 -1
- package/dist/collection/components/bal-navbar/bal-navbar.js +1 -1
- package/dist/collection/components/bal-notices/bal-notices.js +2 -2
- package/dist/collection/components/bal-notification/bal-notification.js +1 -1
- package/dist/collection/components/bal-number-input/bal-number-input.js +14 -16
- package/dist/collection/components/bal-option/bal-option.js +8 -10
- package/dist/collection/components/bal-option-list/bal-option-list.js +14 -16
- package/dist/collection/components/bal-pagination/bal-pagination.js +4 -4
- package/dist/collection/components/bal-popover/bal-popover-content/bal-popover-content.js +1 -1
- package/dist/collection/components/bal-popover/bal-popover.js +37 -39
- package/dist/collection/components/bal-popup/bal-popup.js +33 -35
- package/dist/collection/components/bal-popup/variants/popover-variant.renderer.js +12 -8
- package/dist/collection/components/bal-progress-bar/bal-progress-bar.js +1 -1
- package/dist/collection/components/bal-radio/bal-radio-button/bal-radio-button.js +1 -1
- package/dist/collection/components/bal-radio/bal-radio-group/bal-radio-group.js +31 -33
- package/dist/collection/components/bal-radio/bal-radio.js +9 -11
- package/dist/collection/components/bal-segment/bal-segment-item/bal-segment-item.js +1 -1
- package/dist/collection/components/bal-segment/bal-segment.js +15 -17
- package/dist/collection/components/bal-select/bal-select-option/bal-select-option.js +1 -1
- package/dist/collection/components/bal-select/bal-select.js +26 -27
- package/dist/collection/components/bal-shape/bal-shape.js +4 -4
- package/dist/collection/components/bal-sheet/bal-sheet.js +1 -1
- package/dist/collection/components/bal-snackbar/bal-snackbar.js +1 -1
- package/dist/collection/components/bal-spinner/bal-spinner.js +3 -3
- package/dist/collection/components/bal-stack/bal-stack.js +1 -1
- package/dist/collection/components/bal-stage/bal-stage-back-link/bal-stage-back-link.js +2 -2
- package/dist/collection/components/bal-stage/bal-stage-body/bal-stage-body.js +1 -1
- package/dist/collection/components/bal-stage/bal-stage-foot/bal-stage-foot.js +1 -1
- package/dist/collection/components/bal-stage/bal-stage-head/bal-stage-head.js +1 -1
- package/dist/collection/components/bal-stage/bal-stage-image/bal-stage-image.js +14 -1
- package/dist/collection/components/bal-stage/bal-stage.js +1 -1
- package/dist/collection/components/bal-steps/bal-step-item/bal-step-item.js +2 -2
- package/dist/collection/components/bal-steps/bal-steps.js +1 -1
- package/dist/collection/components/bal-table/bal-table.js +1 -1
- package/dist/collection/components/bal-tabs/bal-tab-item/bal-tab-item.js +2 -2
- package/dist/collection/components/bal-tabs/bal-tabs.js +44 -38
- package/dist/collection/components/bal-tag/bal-tag-group/bal-tag-group.js +1 -1
- package/dist/collection/components/bal-tag/bal-tag.js +1 -1
- package/dist/collection/components/bal-text/bal-text.js +2 -2
- package/dist/collection/components/bal-textarea/bal-textarea.js +15 -16
- package/dist/collection/components/bal-time-input/bal-time-input.css +1 -1
- package/dist/collection/components/bal-time-input/bal-time-input.js +15 -17
- package/dist/collection/components/bal-toast/bal-toast.js +1 -1
- package/dist/collection/components/bal-tooltip/bal-tooltip.js +13 -9
- package/dist/collection/index.js +1 -2
- package/dist/collection/utils/array.js +17 -0
- package/dist/collection/utils/constants/version.constant.js +1 -1
- package/dist/collection/utils/date/date.helpers.js +30 -0
- package/dist/collection/utils/date/date.js +1 -1
- package/dist/collection/utils/date/index.js +1 -0
- package/dist/collection/utils/dropdown/auto-fill.js +1 -1
- package/dist/collection/utils/dropdown/icon.js +1 -1
- package/dist/collection/utils/dropdown/popup.js +9 -6
- package/dist/collection/utils/dropdown/value.js +1 -1
- package/dist/collection/utils/floating-ui.js +23 -0
- package/dist/collection/utils/helpers.js +41 -2
- package/dist/collection/utils/keyboard/index.js +1 -0
- package/dist/collection/utils/keyboard/keyboard.helpers.js +60 -0
- package/dist/collection/utils/listen.js +55 -0
- package/dist/collection/utils/mask/types/mask-date.js +1 -1
- package/dist/collection/utils/mutation/mutation.subject.js +13 -11
- package/dist/collection/utils/number.js +18 -10
- package/dist/collection/utils/swipe/swipe.listener.js +2 -2
- package/dist/esm/{app-globals-b0dd0fc4.js → app-globals-4d0448ee.js} +1 -1
- package/dist/esm/array-4c09dfe3.js +20 -0
- package/dist/esm/bal-accordion_4.entry.js +7 -9
- package/dist/esm/bal-app.entry.js +12 -6
- package/dist/esm/bal-badge.entry.js +2 -2
- package/dist/esm/bal-button_2.entry.js +21 -5
- package/dist/esm/bal-card_6.entry.js +8 -8
- package/dist/esm/bal-carousel_2.entry.js +49 -17
- package/dist/esm/bal-checkbox-button.entry.js +5 -5
- package/dist/esm/bal-checkbox_2.entry.js +46 -7
- package/dist/esm/bal-close.entry.js +2 -2
- package/dist/esm/bal-content.entry.js +2 -2
- package/dist/esm/bal-data_4.entry.js +5 -5
- package/dist/esm/bal-date-calendar-cell.entry.js +4 -4
- package/dist/esm/bal-date-calendar_2.entry.js +23 -10
- package/dist/esm/bal-date.entry.js +41 -14
- package/dist/esm/bal-divider.entry.js +2 -2
- package/dist/esm/bal-dropdown.entry.js +59 -34
- package/dist/esm/bal-field_5.entry.js +11 -13
- package/dist/esm/bal-file-upload.entry.js +16 -8
- package/dist/esm/bal-footer.entry.js +198 -10
- package/dist/esm/bal-form-col_2.entry.js +4 -4
- package/dist/esm/bal-form.entry.js +3 -3
- package/dist/esm/bal-heading_2.entry.js +4 -4
- package/dist/esm/bal-hint_5.entry.js +45 -20
- package/dist/esm/bal-icon.entry.js +14 -3
- package/dist/esm/bal-input-group.entry.js +2 -2
- package/dist/esm/bal-input-slider.entry.js +20 -6
- package/dist/esm/bal-input-stepper.entry.js +21 -9
- package/dist/esm/bal-input.entry.js +17 -4
- package/dist/esm/bal-label.entry.js +2 -2
- package/dist/esm/bal-list_8.entry.js +19 -21
- package/dist/esm/bal-logo.entry.js +6 -6
- package/dist/esm/bal-modal_3.entry.js +36 -10
- package/dist/esm/bal-nav_8.entry.js +37 -18
- package/dist/esm/bal-navbar_5.entry.js +11 -11
- package/dist/esm/bal-notices_3.entry.js +5 -5
- package/dist/esm/bal-notification.entry.js +2 -2
- package/dist/esm/bal-number-input.entry.js +20 -24
- package/dist/esm/bal-option_2.entry.js +25 -6
- package/dist/esm/bal-pagination.entry.js +9 -9
- package/dist/esm/bal-popup.entry.js +48 -15
- package/dist/esm/bal-progress-bar.entry.js +7 -7
- package/dist/esm/bal-radio-button.entry.js +5 -5
- package/dist/esm/bal-radio_2.entry.js +44 -9
- package/dist/esm/bal-segment_2.entry.js +24 -13
- package/dist/esm/bal-select_2.entry.js +31 -10
- package/dist/esm/bal-shape.entry.js +6 -6
- package/dist/esm/bal-sheet.entry.js +2 -2
- package/dist/esm/bal-spinner.entry.js +4 -4
- package/dist/esm/bal-stack.entry.js +2 -2
- package/dist/esm/bal-stage_6.entry.js +19 -8
- package/dist/esm/bal-step-item.entry.js +3 -3
- package/dist/esm/bal-steps.entry.js +9 -8
- package/dist/esm/bal-tab-item_2.entry.js +53 -26
- package/dist/esm/bal-table.entry.js +2 -2
- package/dist/esm/bal-tag_2.entry.js +3 -3
- package/dist/esm/bal-textarea.entry.js +18 -4
- package/dist/esm/bal-time-input.entry.js +19 -6
- package/dist/esm/bal-tooltip.entry.js +17 -10
- package/dist/esm/baloise-design-system.js +15 -15
- package/dist/esm/{breakpoints.decorator-f08ad280.js → breakpoints.decorator-9981606e.js} +1 -1
- package/dist/esm/{breakpoints.subject-d2b4fd79.js → breakpoints.subject-ae98d0fa.js} +2 -2
- package/dist/esm/{date-6e8f5617.js → date-3b88d03c.js} +32 -2
- package/dist/esm/{element-states.decorator-071e2b6b.js → element-states.decorator-0f2107d8.js} +1 -1
- package/dist/esm/floating-ui-82413f23.js +26 -0
- package/dist/{cjs/floating-ui.dom.esm-5dbdcff9.js → esm/floating-ui.dom.esm-8dcdb8d6.js} +493 -8
- package/dist/esm/{focus.decorator-8acd79c3.js → focus.decorator-dc333802.js} +1 -1
- package/dist/esm/{form-input-a8fdaaef.js → form-input-264ad739.js} +2 -2
- package/dist/esm/{helpers-c201154e.js → helpers-72ae7307.js} +35 -3
- package/dist/esm/index-5b1faf93.js +1658 -0
- package/dist/esm/index-95ee0c4b.js +1858 -0
- package/dist/esm/index-bba06972.js +558 -0
- package/dist/esm/index.js +10 -14
- package/dist/esm/{initialize-e216cfe4.js → initialize-f93872c4.js} +2 -2
- package/dist/esm/keyboard.helpers-b2dd6393.js +62 -0
- package/dist/esm/listen-d1712e70.js +58 -0
- package/dist/esm/loader.js +7 -7
- package/dist/esm/{mutation.decorator-c7b24839.js → mutation.decorator-985cc0a1.js} +13 -11
- package/dist/esm/number-54693efa.js +30 -0
- package/dist/esm/{overlays-9d49a4a5.js → overlays-73dcc4a8.js} +1 -1
- package/dist/esm/{resize.decorator-f70563b5.js → resize.decorator-f2d8461d.js} +1 -1
- package/dist/esm/{swipe.decorator-9d904794.js → swipe.decorator-56b6d574.js} +1 -1
- package/dist/esm/{swipe.subject-f1d64e8d.js → swipe.subject-683f7c7b.js} +2 -2
- package/dist/esm/{tokens.esm-cada8a2a.js → tokens.esm-ed9fb455.js} +1 -1
- package/dist/esm/{window-resize.decorator-6ef9be6a.js → window-resize.decorator-a88002f7.js} +1 -1
- package/dist/esm-es5/app-globals-4d0448ee.js +1 -0
- package/dist/esm-es5/array-4c09dfe3.js +1 -0
- 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-checkbox-button.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-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.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-button.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.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-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-9981606e.js +1 -0
- package/dist/esm-es5/{breakpoints.subject-d2b4fd79.js → breakpoints.subject-ae98d0fa.js} +1 -1
- package/dist/esm-es5/date-3b88d03c.js +1 -0
- package/dist/esm-es5/{element-states.decorator-071e2b6b.js → element-states.decorator-0f2107d8.js} +1 -1
- package/dist/esm-es5/floating-ui-82413f23.js +1 -0
- package/dist/esm-es5/floating-ui.dom.esm-8dcdb8d6.js +1 -0
- package/dist/esm-es5/{focus.decorator-8acd79c3.js → focus.decorator-dc333802.js} +1 -1
- package/dist/esm-es5/{form-input-a8fdaaef.js → form-input-264ad739.js} +1 -1
- package/dist/esm-es5/helpers-72ae7307.js +1 -0
- package/dist/esm-es5/index-5b1faf93.js +2 -0
- package/dist/esm-es5/index-95ee0c4b.js +1 -0
- package/dist/esm-es5/index-bba06972.js +1 -0
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/{initialize-e216cfe4.js → initialize-f93872c4.js} +1 -1
- package/dist/esm-es5/keyboard.helpers-b2dd6393.js +1 -0
- package/dist/esm-es5/listen-d1712e70.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mutation.decorator-985cc0a1.js +1 -0
- package/dist/esm-es5/number-54693efa.js +1 -0
- package/dist/esm-es5/{overlays-9d49a4a5.js → overlays-73dcc4a8.js} +1 -1
- package/dist/esm-es5/{resize.decorator-f70563b5.js → resize.decorator-f2d8461d.js} +1 -1
- package/dist/esm-es5/{swipe.decorator-9d904794.js → swipe.decorator-56b6d574.js} +1 -1
- package/dist/esm-es5/swipe.subject-683f7c7b.js +1 -0
- package/dist/esm-es5/{window-resize.decorator-6ef9be6a.js → window-resize.decorator-a88002f7.js} +1 -1
- package/dist/html.html-data.json +0 -83
- package/dist/types/components/bal-accordion/bal-accordion.interfaces.d.ts +0 -1
- package/dist/types/components/bal-app/bal-app.interfaces.d.ts +0 -1
- package/dist/types/components/bal-badge/bal-badge.interfaces.d.ts +0 -1
- package/dist/types/components/bal-button/bal-button.d.ts +2 -0
- package/dist/types/components/bal-button/bal-button.interfaces.d.ts +0 -1
- package/dist/types/components/bal-card/bal-card.interfaces.d.ts +0 -1
- package/dist/types/components/bal-carousel/bal-carousel-item/bal-carousel-item.d.ts +6 -0
- package/dist/types/components/bal-carousel/bal-carousel.d.ts +3 -0
- package/dist/types/components/bal-carousel/bal-carousel.interfaces.d.ts +0 -1
- package/dist/types/components/bal-checkbox/bal-checkbox.interfaces.d.ts +0 -1
- package/dist/types/components/bal-close/bal-close.interfaces.d.ts +0 -1
- package/dist/types/components/bal-content/bal-content.interfaces.d.ts +0 -1
- package/dist/types/components/bal-data/bal-data.interfaces.d.ts +0 -1
- package/dist/types/components/bal-date/bal-date-calendar/bal-date-calendar.interfaces.d.ts +0 -1
- package/dist/types/components/bal-date/bal-date.interfaces.d.ts +0 -1
- package/dist/types/components/bal-divider/bal-divider.interfaces.d.ts +0 -1
- package/dist/types/components/bal-dropdown/bal-dropdown.d.ts +6 -4
- package/dist/types/components/bal-dropdown/bal-dropdown.interfaces.d.ts +0 -1
- package/dist/types/components/bal-field/bal-field.interfaces.d.ts +0 -1
- package/dist/types/components/bal-file-upload/bal-file-upload.interfaces.d.ts +0 -1
- package/dist/types/components/bal-form-grid/bal-form-gird.interfaces.d.ts +0 -1
- package/dist/types/components/bal-heading/bal-heading.interfaces.d.ts +0 -1
- package/dist/types/components/bal-icon/bal-icon.d.ts +6 -0
- package/dist/types/components/bal-icon/bal-icon.interfaces.d.ts +0 -1
- package/dist/types/components/bal-input/bal-input.interfaces.d.ts +0 -1
- package/dist/types/components/bal-input-slider/bal-input-slider.interfaces.d.ts +0 -1
- package/dist/types/components/bal-input-stepper/bal-input-stepper.interfaces.d.ts +0 -1
- package/dist/types/components/bal-label/bal-label.interfaces.d.ts +0 -1
- package/dist/types/components/bal-list/bal-list.interfaces.d.ts +0 -1
- package/dist/types/components/bal-logo/bal-logo.animation.d.ts +1 -1
- package/dist/types/components/bal-logo/bal-logo.interfaces.d.ts +0 -1
- package/dist/types/components/bal-modal/bal-modal.interfaces.d.ts +0 -1
- package/dist/types/components/bal-nav/bal-nav-link/bal-nav-link.interfaces.d.ts +0 -1
- package/dist/types/components/bal-nav/bal-nav-link-grid-col/bal-nav-link-grid-col.interfaces.d.ts +0 -1
- package/dist/types/components/bal-nav/bal-nav-link-group/bal-nav-link-group.interfaces.d.ts +0 -1
- package/dist/types/components/bal-nav/bal-nav-menu-bar/bal-nav-menu-bar.interfaces.d.ts +0 -1
- package/dist/types/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.interfaces.d.ts +0 -1
- package/dist/types/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.interfaces.d.ts +0 -1
- package/dist/types/components/bal-nav/bal-nav.interfaces.d.ts +0 -1
- package/dist/types/components/bal-navbar/bal-navbar.interfaces.d.ts +0 -1
- package/dist/types/components/bal-notification/bal-notification.interfaces.d.ts +0 -1
- package/dist/types/components/bal-number-input/bal-number-input.interfaces.d.ts +0 -1
- package/dist/types/components/bal-option/bal-option.interfaces.d.ts +0 -1
- package/dist/types/components/bal-option-list/bal-option-list.interfaces.d.ts +0 -1
- package/dist/types/components/bal-pagination/bal-pagination.interfaces.d.ts +0 -1
- package/dist/types/components/bal-popover/bal-popover.d.ts +1 -2
- package/dist/types/components/bal-popover/bal-popover.interfaces.d.ts +0 -1
- package/dist/types/components/bal-popup/bal-popup.interfaces.d.ts +0 -1
- package/dist/types/components/bal-progress-bar/bal-progress-bar.interfaces.d.ts +0 -1
- package/dist/types/components/bal-radio/bal-radio.interfaces.d.ts +0 -1
- package/dist/types/components/bal-segment/bal-segment.interfaces.d.ts +0 -1
- package/dist/types/components/bal-select/bal-select.d.ts +1 -1
- package/dist/types/components/bal-select/bal-select.interfaces.d.ts +0 -1
- package/dist/types/components/bal-select/utils/watch-options.d.ts +1 -1
- package/dist/types/components/bal-shape/bal-shape.interfaces.d.ts +0 -1
- package/dist/types/components/bal-sheet/bal-sheet.interfaces.d.ts +0 -1
- package/dist/types/components/bal-snackbar/bal-snackbar.interfaces.d.ts +0 -1
- package/dist/types/components/bal-spinner/bal-spinner.interfaces.d.ts +0 -1
- package/dist/types/components/bal-stack/bal-stack.interfaces.d.ts +0 -1
- package/dist/types/components/bal-stage/bal-stage-image/bal-stage-image.d.ts +2 -0
- package/dist/types/components/bal-stage/bal-stage.interfaces.d.ts +0 -1
- package/dist/types/components/bal-steps/bal-steps.interfaces.d.ts +0 -1
- package/dist/types/components/bal-tabs/bal-tabs.d.ts +2 -0
- package/dist/types/components/bal-tabs/bal-tabs.interfaces.d.ts +0 -1
- package/dist/types/components/bal-tag/bal-tag.interfaces.d.ts +0 -1
- package/dist/types/components/bal-text/bal-text.interfaces.d.ts +0 -1
- package/dist/types/components/bal-textarea/bal-textarea.interfaces.d.ts +0 -1
- package/dist/types/components/bal-time-input/bal-time-input.interfaces.d.ts +0 -1
- package/dist/types/components/bal-toast/bal-toast.d.ts +0 -1
- package/dist/types/components/bal-toast/bal-toast.interfaces.d.ts +0 -1
- package/dist/types/components/bal-tooltip/bal-tooltip.interfaces.d.ts +0 -1
- package/dist/types/components.d.ts +0 -227
- package/dist/types/index.d.ts +1 -2
- package/dist/types/interfaces.d.ts +0 -1
- package/dist/types/stencil-public-runtime.d.ts +9 -10
- package/dist/types/utils/array.d.ts +8 -0
- package/dist/types/utils/date/date.helpers.d.ts +9 -0
- package/dist/types/utils/date/index.d.ts +1 -0
- package/dist/types/utils/dropdown/popup.d.ts +2 -1
- package/dist/types/utils/floating-ui.d.ts +15 -0
- package/dist/types/utils/form-input.d.ts +1 -5
- package/dist/types/utils/helpers.d.ts +6 -0
- package/dist/types/utils/keyboard/index.d.ts +1 -0
- package/dist/types/utils/keyboard/keyboard.helpers.d.ts +40 -0
- package/dist/types/utils/legacy.d.ts +1 -1
- package/dist/types/utils/listen.d.ts +12 -0
- package/dist/types/utils/mask/__test__/mask-component.mock.d.ts +6 -6
- package/dist/types/utils/mask/__test__/mask.mock.d.ts +9 -9
- package/dist/types/utils/number.d.ts +3 -3
- package/loader/cdn.js +1 -2
- package/loader/index.cjs.js +1 -2
- package/loader/index.d.ts +3 -0
- package/loader/index.es2017.js +1 -2
- package/loader/index.js +1 -2
- package/package.json +9 -9
- package/components/bal-datepicker.d.ts +0 -11
- package/components/bal-datepicker.i18n.js +0 -74
- package/components/bal-datepicker.js +0 -1152
- package/components/index.esm.js +0 -7397
- package/dist/baloise-design-system/p-00014af866.system.entry.js +0 -1
- package/dist/baloise-design-system/p-004e4a0f4d.system.entry.js +0 -1
- package/dist/baloise-design-system/p-013b4c72.system.js +0 -1
- package/dist/baloise-design-system/p-09c9dcdf39.entry.js +0 -1
- package/dist/baloise-design-system/p-0f611b4158.system.entry.js +0 -1
- package/dist/baloise-design-system/p-10c13a369c.system.entry.js +0 -1
- package/dist/baloise-design-system/p-119b9e4909.entry.js +0 -1
- package/dist/baloise-design-system/p-16b1404ab3.system.entry.js +0 -1
- package/dist/baloise-design-system/p-1876e0cbba.entry.js +0 -1
- package/dist/baloise-design-system/p-26c8f676d0.system.entry.js +0 -1
- package/dist/baloise-design-system/p-2aa4f352d9.system.entry.js +0 -1
- package/dist/baloise-design-system/p-2b1171b384.entry.js +0 -1
- package/dist/baloise-design-system/p-2de8a7d2f2.entry.js +0 -1
- package/dist/baloise-design-system/p-2ea7550d1b.system.entry.js +0 -1
- package/dist/baloise-design-system/p-3231863d.js +0 -1
- package/dist/baloise-design-system/p-33028eda8b.entry.js +0 -1
- package/dist/baloise-design-system/p-360937c857.entry.js +0 -1
- package/dist/baloise-design-system/p-368bd6ac.system.js +0 -1
- package/dist/baloise-design-system/p-38e8a5093f.entry.js +0 -1
- package/dist/baloise-design-system/p-3b02994202.entry.js +0 -1
- package/dist/baloise-design-system/p-3b96381383.system.entry.js +0 -1
- package/dist/baloise-design-system/p-414d9ac8db.entry.js +0 -1
- package/dist/baloise-design-system/p-456fc561.system.js +0 -2
- package/dist/baloise-design-system/p-462b20f382.entry.js +0 -1
- package/dist/baloise-design-system/p-474fb49244.system.entry.js +0 -1
- package/dist/baloise-design-system/p-4ae121b6.js +0 -1
- package/dist/baloise-design-system/p-4b12d35824.entry.js +0 -1
- package/dist/baloise-design-system/p-4e05616242.entry.js +0 -1
- package/dist/baloise-design-system/p-4f083c5352.entry.js +0 -1
- package/dist/baloise-design-system/p-50b18f1f90.entry.js +0 -1
- package/dist/baloise-design-system/p-52351c7b9b.system.entry.js +0 -1
- package/dist/baloise-design-system/p-5b5d1c626d.system.entry.js +0 -1
- package/dist/baloise-design-system/p-5c0b0099.system.js +0 -1
- package/dist/baloise-design-system/p-5ef256a316.system.entry.js +0 -1
- package/dist/baloise-design-system/p-60e74d3515.system.entry.js +0 -1
- package/dist/baloise-design-system/p-6139ff78d7.system.entry.js +0 -1
- package/dist/baloise-design-system/p-619afa0ba5.system.entry.js +0 -1
- package/dist/baloise-design-system/p-635bc3259a.entry.js +0 -1
- package/dist/baloise-design-system/p-63c685b62d.entry.js +0 -1
- package/dist/baloise-design-system/p-648814edf8.entry.js +0 -1
- package/dist/baloise-design-system/p-648cafc450.entry.js +0 -1
- package/dist/baloise-design-system/p-663cc3242c.entry.js +0 -1
- package/dist/baloise-design-system/p-68828341e5.entry.js +0 -1
- package/dist/baloise-design-system/p-6a5d6e4680.entry.js +0 -1
- package/dist/baloise-design-system/p-6a8f612c6f.entry.js +0 -1
- package/dist/baloise-design-system/p-6aafd1a509.entry.js +0 -1
- package/dist/baloise-design-system/p-6c4b01f0a3.system.entry.js +0 -1
- package/dist/baloise-design-system/p-6c4b79bd09.entry.js +0 -1
- package/dist/baloise-design-system/p-6f18ca5500.entry.js +0 -1
- package/dist/baloise-design-system/p-6fb7d22ecb.system.entry.js +0 -1
- package/dist/baloise-design-system/p-73d0e3b2a7.system.entry.js +0 -1
- package/dist/baloise-design-system/p-749c516acc.system.entry.js +0 -1
- package/dist/baloise-design-system/p-760797ae02.system.entry.js +0 -1
- package/dist/baloise-design-system/p-7cd815d3e8.entry.js +0 -1
- package/dist/baloise-design-system/p-7d2709b193.system.entry.js +0 -1
- package/dist/baloise-design-system/p-7e54ecfcf8.system.entry.js +0 -1
- package/dist/baloise-design-system/p-8152631cd8.entry.js +0 -1
- package/dist/baloise-design-system/p-82333c3ce3.entry.js +0 -1
- package/dist/baloise-design-system/p-82afff07ac.system.entry.js +0 -1
- package/dist/baloise-design-system/p-82dea9a1e3.entry.js +0 -1
- package/dist/baloise-design-system/p-83c70a6b53.entry.js +0 -1
- package/dist/baloise-design-system/p-863d57eb.js +0 -1
- package/dist/baloise-design-system/p-87e2b8fad8.entry.js +0 -1
- package/dist/baloise-design-system/p-88f18fbc.js +0 -1
- package/dist/baloise-design-system/p-8954495d.system.js +0 -1
- package/dist/baloise-design-system/p-898f7862e4.entry.js +0 -1
- package/dist/baloise-design-system/p-8da6d9dae1.entry.js +0 -1
- package/dist/baloise-design-system/p-950dd794aa.system.entry.js +0 -1
- package/dist/baloise-design-system/p-959fc8c170.system.entry.js +0 -1
- package/dist/baloise-design-system/p-9e9e42ca3a.system.entry.js +0 -1
- package/dist/baloise-design-system/p-9f5eda0e22.entry.js +0 -1
- package/dist/baloise-design-system/p-a4dacc2d.system.js +0 -1
- package/dist/baloise-design-system/p-a7767b9500.system.entry.js +0 -1
- package/dist/baloise-design-system/p-a78d1ca569.system.entry.js +0 -1
- package/dist/baloise-design-system/p-a7fc2da7.system.js +0 -1
- package/dist/baloise-design-system/p-a8b35d33fe.entry.js +0 -1
- package/dist/baloise-design-system/p-ac24ebaa.system.js +0 -1
- package/dist/baloise-design-system/p-ac6d5570d8.system.entry.js +0 -1
- package/dist/baloise-design-system/p-b239069aea.entry.js +0 -1
- package/dist/baloise-design-system/p-b4c5b5e53f.entry.js +0 -1
- package/dist/baloise-design-system/p-b51665840d.entry.js +0 -1
- package/dist/baloise-design-system/p-b6624cd6f3.entry.js +0 -1
- package/dist/baloise-design-system/p-b7cef472.js +0 -1
- package/dist/baloise-design-system/p-b80d9e4d.js +0 -1
- package/dist/baloise-design-system/p-b87c29c80b.entry.js +0 -1
- package/dist/baloise-design-system/p-bcca1ed3.system.js +0 -1
- package/dist/baloise-design-system/p-bd5de78b2c.entry.js +0 -1
- package/dist/baloise-design-system/p-bd74623f0b.system.entry.js +0 -1
- package/dist/baloise-design-system/p-be366c8428.entry.js +0 -1
- package/dist/baloise-design-system/p-bffc03a66d.entry.js +0 -1
- package/dist/baloise-design-system/p-c442bb2db2.entry.js +0 -1
- package/dist/baloise-design-system/p-c4e11d3813.entry.js +0 -1
- package/dist/baloise-design-system/p-c539ee8edf.entry.js +0 -1
- package/dist/baloise-design-system/p-c64f74a007.entry.js +0 -1
- package/dist/baloise-design-system/p-c7338c255f.entry.js +0 -1
- package/dist/baloise-design-system/p-cb29a218db.entry.js +0 -1
- package/dist/baloise-design-system/p-cc0073c153.entry.js +0 -1
- package/dist/baloise-design-system/p-ce37dba1.js +0 -1
- package/dist/baloise-design-system/p-d14e28eb84.system.entry.js +0 -1
- package/dist/baloise-design-system/p-d5c02240d5.entry.js +0 -1
- package/dist/baloise-design-system/p-d7c752c6.js +0 -2
- package/dist/baloise-design-system/p-dbcf60eced.entry.js +0 -1
- package/dist/baloise-design-system/p-de69e6ded1.system.entry.js +0 -1
- package/dist/baloise-design-system/p-dec8453a4d.entry.js +0 -1
- package/dist/baloise-design-system/p-e088800e47.system.entry.js +0 -1
- package/dist/baloise-design-system/p-e6162b978e.entry.js +0 -1
- package/dist/baloise-design-system/p-e6f257c59c.entry.js +0 -1
- package/dist/baloise-design-system/p-e78a6409.js +0 -1
- package/dist/baloise-design-system/p-e7bcca66c5.system.entry.js +0 -1
- package/dist/baloise-design-system/p-e833841822.entry.js +0 -1
- package/dist/baloise-design-system/p-ec297b3c54.system.entry.js +0 -1
- package/dist/baloise-design-system/p-f00b5e9fa4.system.entry.js +0 -1
- package/dist/baloise-design-system/p-f0e432e19a.entry.js +0 -1
- package/dist/baloise-design-system/p-f22c8e0c59.entry.js +0 -1
- package/dist/baloise-design-system/p-f4e7616005.system.entry.js +0 -1
- package/dist/baloise-design-system/p-f8c5e9e7.system.js +0 -1
- package/dist/cjs/bal-datepicker.cjs.entry.js +0 -1071
- package/dist/cjs/bal-datepicker.i18n-8c3dd510.js +0 -76
- package/dist/cjs/index-219b2f52.js +0 -2521
- package/dist/cjs/index.esm-54a3d84e.js +0 -7429
- package/dist/collection/components/bal-date/utils/calendar.spec.js +0 -304
- package/dist/collection/components/bal-datepicker/bal-datepicker.css +0 -1
- package/dist/collection/components/bal-datepicker/bal-datepicker.i18n.js +0 -72
- package/dist/collection/components/bal-datepicker/bal-datepicker.interfaces.js +0 -4
- package/dist/collection/components/bal-datepicker/bal-datepicker.js +0 -1240
- package/dist/collection/components/bal-datepicker/bal-datepicker.type.js +0 -1
- package/dist/collection/components/bal-file-upload/test/file-validation.util.spec.js +0 -102
- package/dist/collection/components/bal-input/test/bal-input-util.spec.js +0 -141
- package/dist/collection/components/bal-number-input/bal-number-input.utils.spec.js +0 -402
- package/dist/collection/components/bal-pagination/bal-pagination.spec.js +0 -349
- package/dist/collection/components/bal-select/test/bal-select-utils.spec.js +0 -99
- package/dist/collection/components/bal-time-input/test/bal-time-input.util.spec.js +0 -27
- package/dist/collection/utils/date/date.spec.js +0 -137
- package/dist/collection/utils/form-input.spec.js +0 -30
- package/dist/collection/utils/mask/blocks/mask-block-list.spec.js +0 -73
- package/dist/collection/utils/mask/blocks/mask-blocks.spec.js +0 -48
- package/dist/collection/utils/mask/component/mask-component-adapter.spec.js +0 -192
- package/dist/collection/utils/mask/mask.spec.js +0 -332
- package/dist/collection/utils/mask/types/mask-date.spec.js +0 -48
- package/dist/collection/utils/string.spec.js +0 -24
- package/dist/esm/bal-datepicker.entry.js +0 -1067
- package/dist/esm/bal-datepicker.i18n-63a3cb67.js +0 -74
- package/dist/esm/index-b6003bc7.js +0 -2490
- package/dist/esm/index.esm-cc299511.js +0 -7397
- package/dist/esm-es5/app-globals-b0dd0fc4.js +0 -1
- package/dist/esm-es5/bal-datepicker.entry.js +0 -1
- package/dist/esm-es5/bal-datepicker.i18n-63a3cb67.js +0 -1
- package/dist/esm-es5/breakpoints.decorator-f08ad280.js +0 -1
- package/dist/esm-es5/date-6e8f5617.js +0 -1
- package/dist/esm-es5/floating-ui.dom.esm-f1cf1077.js +0 -1
- package/dist/esm-es5/helpers-c201154e.js +0 -1
- package/dist/esm-es5/index-b6003bc7.js +0 -2
- package/dist/esm-es5/index.esm-cc299511.js +0 -1
- package/dist/esm-es5/mutation.decorator-c7b24839.js +0 -1
- package/dist/esm-es5/swipe.subject-f1d64e8d.js +0 -1
- package/dist/types/components/bal-datepicker/bal-datepicker.d.ts +0 -221
- package/dist/types/components/bal-datepicker/bal-datepicker.i18n.d.ts +0 -10
- package/dist/types/components/bal-datepicker/bal-datepicker.interfaces.d.ts +0 -22
- package/dist/types/components/bal-datepicker/bal-datepicker.type.d.ts +0 -14
- /package/dist/baloise-design-system/{p-3486c48d.system.js → p-923b2e35.system.js} +0 -0
- /package/dist/baloise-design-system/{p-8088b32a.js → p-fc542e26.js} +0 -0
- /package/dist/esm-es5/{tokens.esm-cada8a2a.js → tokens.esm-ed9fb455.js} +0 -0
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
1
|
/**
|
|
4
2
|
* Custom positioning reference element.
|
|
5
3
|
* @see https://floating-ui.com/docs/virtual-elements
|
|
6
4
|
*/
|
|
5
|
+
|
|
6
|
+
const sides = ['top', 'right', 'bottom', 'left'];
|
|
7
|
+
const alignments = ['start', 'end'];
|
|
8
|
+
const placements = /*#__PURE__*/sides.reduce((acc, side) => acc.concat(side, side + "-" + alignments[0], side + "-" + alignments[1]), []);
|
|
7
9
|
const min = Math.min;
|
|
8
10
|
const max = Math.max;
|
|
9
11
|
const round = Math.round;
|
|
@@ -417,6 +419,109 @@ const arrow$1 = options => ({
|
|
|
417
419
|
}
|
|
418
420
|
});
|
|
419
421
|
|
|
422
|
+
function getPlacementList(alignment, autoAlignment, allowedPlacements) {
|
|
423
|
+
const allowedPlacementsSortedByAlignment = alignment ? [...allowedPlacements.filter(placement => getAlignment(placement) === alignment), ...allowedPlacements.filter(placement => getAlignment(placement) !== alignment)] : allowedPlacements.filter(placement => getSide(placement) === placement);
|
|
424
|
+
return allowedPlacementsSortedByAlignment.filter(placement => {
|
|
425
|
+
if (alignment) {
|
|
426
|
+
return getAlignment(placement) === alignment || (autoAlignment ? getOppositeAlignmentPlacement(placement) !== placement : false);
|
|
427
|
+
}
|
|
428
|
+
return true;
|
|
429
|
+
});
|
|
430
|
+
}
|
|
431
|
+
/**
|
|
432
|
+
* Optimizes the visibility of the floating element by choosing the placement
|
|
433
|
+
* that has the most space available automatically, without needing to specify a
|
|
434
|
+
* preferred placement. Alternative to `flip`.
|
|
435
|
+
* @see https://floating-ui.com/docs/autoPlacement
|
|
436
|
+
*/
|
|
437
|
+
const autoPlacement$1 = function (options) {
|
|
438
|
+
if (options === void 0) {
|
|
439
|
+
options = {};
|
|
440
|
+
}
|
|
441
|
+
return {
|
|
442
|
+
name: 'autoPlacement',
|
|
443
|
+
options,
|
|
444
|
+
async fn(state) {
|
|
445
|
+
var _middlewareData$autoP, _middlewareData$autoP2, _placementsThatFitOnE;
|
|
446
|
+
const {
|
|
447
|
+
rects,
|
|
448
|
+
middlewareData,
|
|
449
|
+
placement,
|
|
450
|
+
platform,
|
|
451
|
+
elements
|
|
452
|
+
} = state;
|
|
453
|
+
const {
|
|
454
|
+
crossAxis = false,
|
|
455
|
+
alignment,
|
|
456
|
+
allowedPlacements = placements,
|
|
457
|
+
autoAlignment = true,
|
|
458
|
+
...detectOverflowOptions
|
|
459
|
+
} = evaluate(options, state);
|
|
460
|
+
const placements$1 = alignment !== undefined || allowedPlacements === placements ? getPlacementList(alignment || null, autoAlignment, allowedPlacements) : allowedPlacements;
|
|
461
|
+
const overflow = await detectOverflow(state, detectOverflowOptions);
|
|
462
|
+
const currentIndex = ((_middlewareData$autoP = middlewareData.autoPlacement) == null ? void 0 : _middlewareData$autoP.index) || 0;
|
|
463
|
+
const currentPlacement = placements$1[currentIndex];
|
|
464
|
+
if (currentPlacement == null) {
|
|
465
|
+
return {};
|
|
466
|
+
}
|
|
467
|
+
const alignmentSides = getAlignmentSides(currentPlacement, rects, await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating)));
|
|
468
|
+
|
|
469
|
+
// Make `computeCoords` start from the right place.
|
|
470
|
+
if (placement !== currentPlacement) {
|
|
471
|
+
return {
|
|
472
|
+
reset: {
|
|
473
|
+
placement: placements$1[0]
|
|
474
|
+
}
|
|
475
|
+
};
|
|
476
|
+
}
|
|
477
|
+
const currentOverflows = [overflow[getSide(currentPlacement)], overflow[alignmentSides[0]], overflow[alignmentSides[1]]];
|
|
478
|
+
const allOverflows = [...(((_middlewareData$autoP2 = middlewareData.autoPlacement) == null ? void 0 : _middlewareData$autoP2.overflows) || []), {
|
|
479
|
+
placement: currentPlacement,
|
|
480
|
+
overflows: currentOverflows
|
|
481
|
+
}];
|
|
482
|
+
const nextPlacement = placements$1[currentIndex + 1];
|
|
483
|
+
|
|
484
|
+
// There are more placements to check.
|
|
485
|
+
if (nextPlacement) {
|
|
486
|
+
return {
|
|
487
|
+
data: {
|
|
488
|
+
index: currentIndex + 1,
|
|
489
|
+
overflows: allOverflows
|
|
490
|
+
},
|
|
491
|
+
reset: {
|
|
492
|
+
placement: nextPlacement
|
|
493
|
+
}
|
|
494
|
+
};
|
|
495
|
+
}
|
|
496
|
+
const placementsSortedByMostSpace = allOverflows.map(d => {
|
|
497
|
+
const alignment = getAlignment(d.placement);
|
|
498
|
+
return [d.placement, alignment && crossAxis ?
|
|
499
|
+
// Check along the mainAxis and main crossAxis side.
|
|
500
|
+
d.overflows.slice(0, 2).reduce((acc, v) => acc + v, 0) :
|
|
501
|
+
// Check only the mainAxis.
|
|
502
|
+
d.overflows[0], d.overflows];
|
|
503
|
+
}).sort((a, b) => a[1] - b[1]);
|
|
504
|
+
const placementsThatFitOnEachSide = placementsSortedByMostSpace.filter(d => d[2].slice(0,
|
|
505
|
+
// Aligned placements should not check their opposite crossAxis
|
|
506
|
+
// side.
|
|
507
|
+
getAlignment(d[0]) ? 2 : 3).every(v => v <= 0));
|
|
508
|
+
const resetPlacement = ((_placementsThatFitOnE = placementsThatFitOnEachSide[0]) == null ? void 0 : _placementsThatFitOnE[0]) || placementsSortedByMostSpace[0][0];
|
|
509
|
+
if (resetPlacement !== placement) {
|
|
510
|
+
return {
|
|
511
|
+
data: {
|
|
512
|
+
index: currentIndex + 1,
|
|
513
|
+
overflows: allOverflows
|
|
514
|
+
},
|
|
515
|
+
reset: {
|
|
516
|
+
placement: resetPlacement
|
|
517
|
+
}
|
|
518
|
+
};
|
|
519
|
+
}
|
|
520
|
+
return {};
|
|
521
|
+
}
|
|
522
|
+
};
|
|
523
|
+
};
|
|
524
|
+
|
|
420
525
|
/**
|
|
421
526
|
* Optimizes the visibility of the floating element by flipping the `placement`
|
|
422
527
|
* in order to keep it in view when the preferred placement(s) will overflow the
|
|
@@ -532,6 +637,206 @@ const flip$1 = function (options) {
|
|
|
532
637
|
};
|
|
533
638
|
};
|
|
534
639
|
|
|
640
|
+
function getSideOffsets(overflow, rect) {
|
|
641
|
+
return {
|
|
642
|
+
top: overflow.top - rect.height,
|
|
643
|
+
right: overflow.right - rect.width,
|
|
644
|
+
bottom: overflow.bottom - rect.height,
|
|
645
|
+
left: overflow.left - rect.width
|
|
646
|
+
};
|
|
647
|
+
}
|
|
648
|
+
function isAnySideFullyClipped(overflow) {
|
|
649
|
+
return sides.some(side => overflow[side] >= 0);
|
|
650
|
+
}
|
|
651
|
+
/**
|
|
652
|
+
* Provides data to hide the floating element in applicable situations, such as
|
|
653
|
+
* when it is not in the same clipping context as the reference element.
|
|
654
|
+
* @see https://floating-ui.com/docs/hide
|
|
655
|
+
*/
|
|
656
|
+
const hide$1 = function (options) {
|
|
657
|
+
if (options === void 0) {
|
|
658
|
+
options = {};
|
|
659
|
+
}
|
|
660
|
+
return {
|
|
661
|
+
name: 'hide',
|
|
662
|
+
options,
|
|
663
|
+
async fn(state) {
|
|
664
|
+
const {
|
|
665
|
+
rects
|
|
666
|
+
} = state;
|
|
667
|
+
const {
|
|
668
|
+
strategy = 'referenceHidden',
|
|
669
|
+
...detectOverflowOptions
|
|
670
|
+
} = evaluate(options, state);
|
|
671
|
+
switch (strategy) {
|
|
672
|
+
case 'referenceHidden':
|
|
673
|
+
{
|
|
674
|
+
const overflow = await detectOverflow(state, {
|
|
675
|
+
...detectOverflowOptions,
|
|
676
|
+
elementContext: 'reference'
|
|
677
|
+
});
|
|
678
|
+
const offsets = getSideOffsets(overflow, rects.reference);
|
|
679
|
+
return {
|
|
680
|
+
data: {
|
|
681
|
+
referenceHiddenOffsets: offsets,
|
|
682
|
+
referenceHidden: isAnySideFullyClipped(offsets)
|
|
683
|
+
}
|
|
684
|
+
};
|
|
685
|
+
}
|
|
686
|
+
case 'escaped':
|
|
687
|
+
{
|
|
688
|
+
const overflow = await detectOverflow(state, {
|
|
689
|
+
...detectOverflowOptions,
|
|
690
|
+
altBoundary: true
|
|
691
|
+
});
|
|
692
|
+
const offsets = getSideOffsets(overflow, rects.floating);
|
|
693
|
+
return {
|
|
694
|
+
data: {
|
|
695
|
+
escapedOffsets: offsets,
|
|
696
|
+
escaped: isAnySideFullyClipped(offsets)
|
|
697
|
+
}
|
|
698
|
+
};
|
|
699
|
+
}
|
|
700
|
+
default:
|
|
701
|
+
{
|
|
702
|
+
return {};
|
|
703
|
+
}
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
};
|
|
707
|
+
};
|
|
708
|
+
|
|
709
|
+
function getBoundingRect(rects) {
|
|
710
|
+
const minX = min(...rects.map(rect => rect.left));
|
|
711
|
+
const minY = min(...rects.map(rect => rect.top));
|
|
712
|
+
const maxX = max(...rects.map(rect => rect.right));
|
|
713
|
+
const maxY = max(...rects.map(rect => rect.bottom));
|
|
714
|
+
return {
|
|
715
|
+
x: minX,
|
|
716
|
+
y: minY,
|
|
717
|
+
width: maxX - minX,
|
|
718
|
+
height: maxY - minY
|
|
719
|
+
};
|
|
720
|
+
}
|
|
721
|
+
function getRectsByLine(rects) {
|
|
722
|
+
const sortedRects = rects.slice().sort((a, b) => a.y - b.y);
|
|
723
|
+
const groups = [];
|
|
724
|
+
let prevRect = null;
|
|
725
|
+
for (let i = 0; i < sortedRects.length; i++) {
|
|
726
|
+
const rect = sortedRects[i];
|
|
727
|
+
if (!prevRect || rect.y - prevRect.y > prevRect.height / 2) {
|
|
728
|
+
groups.push([rect]);
|
|
729
|
+
} else {
|
|
730
|
+
groups[groups.length - 1].push(rect);
|
|
731
|
+
}
|
|
732
|
+
prevRect = rect;
|
|
733
|
+
}
|
|
734
|
+
return groups.map(rect => rectToClientRect(getBoundingRect(rect)));
|
|
735
|
+
}
|
|
736
|
+
/**
|
|
737
|
+
* Provides improved positioning for inline reference elements that can span
|
|
738
|
+
* over multiple lines, such as hyperlinks or range selections.
|
|
739
|
+
* @see https://floating-ui.com/docs/inline
|
|
740
|
+
*/
|
|
741
|
+
const inline$1 = function (options) {
|
|
742
|
+
if (options === void 0) {
|
|
743
|
+
options = {};
|
|
744
|
+
}
|
|
745
|
+
return {
|
|
746
|
+
name: 'inline',
|
|
747
|
+
options,
|
|
748
|
+
async fn(state) {
|
|
749
|
+
const {
|
|
750
|
+
placement,
|
|
751
|
+
elements,
|
|
752
|
+
rects,
|
|
753
|
+
platform,
|
|
754
|
+
strategy
|
|
755
|
+
} = state;
|
|
756
|
+
// A MouseEvent's client{X,Y} coords can be up to 2 pixels off a
|
|
757
|
+
// ClientRect's bounds, despite the event listener being triggered. A
|
|
758
|
+
// padding of 2 seems to handle this issue.
|
|
759
|
+
const {
|
|
760
|
+
padding = 2,
|
|
761
|
+
x,
|
|
762
|
+
y
|
|
763
|
+
} = evaluate(options, state);
|
|
764
|
+
const nativeClientRects = Array.from((await (platform.getClientRects == null ? void 0 : platform.getClientRects(elements.reference))) || []);
|
|
765
|
+
const clientRects = getRectsByLine(nativeClientRects);
|
|
766
|
+
const fallback = rectToClientRect(getBoundingRect(nativeClientRects));
|
|
767
|
+
const paddingObject = getPaddingObject(padding);
|
|
768
|
+
function getBoundingClientRect() {
|
|
769
|
+
// There are two rects and they are disjoined.
|
|
770
|
+
if (clientRects.length === 2 && clientRects[0].left > clientRects[1].right && x != null && y != null) {
|
|
771
|
+
// Find the first rect in which the point is fully inside.
|
|
772
|
+
return clientRects.find(rect => x > rect.left - paddingObject.left && x < rect.right + paddingObject.right && y > rect.top - paddingObject.top && y < rect.bottom + paddingObject.bottom) || fallback;
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
// There are 2 or more connected rects.
|
|
776
|
+
if (clientRects.length >= 2) {
|
|
777
|
+
if (getSideAxis(placement) === 'y') {
|
|
778
|
+
const firstRect = clientRects[0];
|
|
779
|
+
const lastRect = clientRects[clientRects.length - 1];
|
|
780
|
+
const isTop = getSide(placement) === 'top';
|
|
781
|
+
const top = firstRect.top;
|
|
782
|
+
const bottom = lastRect.bottom;
|
|
783
|
+
const left = isTop ? firstRect.left : lastRect.left;
|
|
784
|
+
const right = isTop ? firstRect.right : lastRect.right;
|
|
785
|
+
const width = right - left;
|
|
786
|
+
const height = bottom - top;
|
|
787
|
+
return {
|
|
788
|
+
top,
|
|
789
|
+
bottom,
|
|
790
|
+
left,
|
|
791
|
+
right,
|
|
792
|
+
width,
|
|
793
|
+
height,
|
|
794
|
+
x: left,
|
|
795
|
+
y: top
|
|
796
|
+
};
|
|
797
|
+
}
|
|
798
|
+
const isLeftSide = getSide(placement) === 'left';
|
|
799
|
+
const maxRight = max(...clientRects.map(rect => rect.right));
|
|
800
|
+
const minLeft = min(...clientRects.map(rect => rect.left));
|
|
801
|
+
const measureRects = clientRects.filter(rect => isLeftSide ? rect.left === minLeft : rect.right === maxRight);
|
|
802
|
+
const top = measureRects[0].top;
|
|
803
|
+
const bottom = measureRects[measureRects.length - 1].bottom;
|
|
804
|
+
const left = minLeft;
|
|
805
|
+
const right = maxRight;
|
|
806
|
+
const width = right - left;
|
|
807
|
+
const height = bottom - top;
|
|
808
|
+
return {
|
|
809
|
+
top,
|
|
810
|
+
bottom,
|
|
811
|
+
left,
|
|
812
|
+
right,
|
|
813
|
+
width,
|
|
814
|
+
height,
|
|
815
|
+
x: left,
|
|
816
|
+
y: top
|
|
817
|
+
};
|
|
818
|
+
}
|
|
819
|
+
return fallback;
|
|
820
|
+
}
|
|
821
|
+
const resetRects = await platform.getElementRects({
|
|
822
|
+
reference: {
|
|
823
|
+
getBoundingClientRect
|
|
824
|
+
},
|
|
825
|
+
floating: elements.floating,
|
|
826
|
+
strategy
|
|
827
|
+
});
|
|
828
|
+
if (rects.reference.x !== resetRects.reference.x || rects.reference.y !== resetRects.reference.y || rects.reference.width !== resetRects.reference.width || rects.reference.height !== resetRects.reference.height) {
|
|
829
|
+
return {
|
|
830
|
+
reset: {
|
|
831
|
+
rects: resetRects
|
|
832
|
+
}
|
|
833
|
+
};
|
|
834
|
+
}
|
|
835
|
+
return {};
|
|
836
|
+
}
|
|
837
|
+
};
|
|
838
|
+
};
|
|
839
|
+
|
|
535
840
|
// For type backwards-compatibility, the `OffsetOptions` type was also
|
|
536
841
|
// Derivable.
|
|
537
842
|
|
|
@@ -688,6 +993,156 @@ const shift$1 = function (options) {
|
|
|
688
993
|
}
|
|
689
994
|
};
|
|
690
995
|
};
|
|
996
|
+
/**
|
|
997
|
+
* Built-in `limiter` that will stop `shift()` at a certain point.
|
|
998
|
+
*/
|
|
999
|
+
const limitShift$1 = function (options) {
|
|
1000
|
+
if (options === void 0) {
|
|
1001
|
+
options = {};
|
|
1002
|
+
}
|
|
1003
|
+
return {
|
|
1004
|
+
options,
|
|
1005
|
+
fn(state) {
|
|
1006
|
+
const {
|
|
1007
|
+
x,
|
|
1008
|
+
y,
|
|
1009
|
+
placement,
|
|
1010
|
+
rects,
|
|
1011
|
+
middlewareData
|
|
1012
|
+
} = state;
|
|
1013
|
+
const {
|
|
1014
|
+
offset = 0,
|
|
1015
|
+
mainAxis: checkMainAxis = true,
|
|
1016
|
+
crossAxis: checkCrossAxis = true
|
|
1017
|
+
} = evaluate(options, state);
|
|
1018
|
+
const coords = {
|
|
1019
|
+
x,
|
|
1020
|
+
y
|
|
1021
|
+
};
|
|
1022
|
+
const crossAxis = getSideAxis(placement);
|
|
1023
|
+
const mainAxis = getOppositeAxis(crossAxis);
|
|
1024
|
+
let mainAxisCoord = coords[mainAxis];
|
|
1025
|
+
let crossAxisCoord = coords[crossAxis];
|
|
1026
|
+
const rawOffset = evaluate(offset, state);
|
|
1027
|
+
const computedOffset = typeof rawOffset === 'number' ? {
|
|
1028
|
+
mainAxis: rawOffset,
|
|
1029
|
+
crossAxis: 0
|
|
1030
|
+
} : {
|
|
1031
|
+
mainAxis: 0,
|
|
1032
|
+
crossAxis: 0,
|
|
1033
|
+
...rawOffset
|
|
1034
|
+
};
|
|
1035
|
+
if (checkMainAxis) {
|
|
1036
|
+
const len = mainAxis === 'y' ? 'height' : 'width';
|
|
1037
|
+
const limitMin = rects.reference[mainAxis] - rects.floating[len] + computedOffset.mainAxis;
|
|
1038
|
+
const limitMax = rects.reference[mainAxis] + rects.reference[len] - computedOffset.mainAxis;
|
|
1039
|
+
if (mainAxisCoord < limitMin) {
|
|
1040
|
+
mainAxisCoord = limitMin;
|
|
1041
|
+
} else if (mainAxisCoord > limitMax) {
|
|
1042
|
+
mainAxisCoord = limitMax;
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
if (checkCrossAxis) {
|
|
1046
|
+
var _middlewareData$offse, _middlewareData$offse2;
|
|
1047
|
+
const len = mainAxis === 'y' ? 'width' : 'height';
|
|
1048
|
+
const isOriginSide = ['top', 'left'].includes(getSide(placement));
|
|
1049
|
+
const limitMin = rects.reference[crossAxis] - rects.floating[len] + (isOriginSide ? ((_middlewareData$offse = middlewareData.offset) == null ? void 0 : _middlewareData$offse[crossAxis]) || 0 : 0) + (isOriginSide ? 0 : computedOffset.crossAxis);
|
|
1050
|
+
const limitMax = rects.reference[crossAxis] + rects.reference[len] + (isOriginSide ? 0 : ((_middlewareData$offse2 = middlewareData.offset) == null ? void 0 : _middlewareData$offse2[crossAxis]) || 0) - (isOriginSide ? computedOffset.crossAxis : 0);
|
|
1051
|
+
if (crossAxisCoord < limitMin) {
|
|
1052
|
+
crossAxisCoord = limitMin;
|
|
1053
|
+
} else if (crossAxisCoord > limitMax) {
|
|
1054
|
+
crossAxisCoord = limitMax;
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1057
|
+
return {
|
|
1058
|
+
[mainAxis]: mainAxisCoord,
|
|
1059
|
+
[crossAxis]: crossAxisCoord
|
|
1060
|
+
};
|
|
1061
|
+
}
|
|
1062
|
+
};
|
|
1063
|
+
};
|
|
1064
|
+
|
|
1065
|
+
/**
|
|
1066
|
+
* Provides data that allows you to change the size of the floating element —
|
|
1067
|
+
* for instance, prevent it from overflowing the clipping boundary or match the
|
|
1068
|
+
* width of the reference element.
|
|
1069
|
+
* @see https://floating-ui.com/docs/size
|
|
1070
|
+
*/
|
|
1071
|
+
const size$1 = function (options) {
|
|
1072
|
+
if (options === void 0) {
|
|
1073
|
+
options = {};
|
|
1074
|
+
}
|
|
1075
|
+
return {
|
|
1076
|
+
name: 'size',
|
|
1077
|
+
options,
|
|
1078
|
+
async fn(state) {
|
|
1079
|
+
const {
|
|
1080
|
+
placement,
|
|
1081
|
+
rects,
|
|
1082
|
+
platform,
|
|
1083
|
+
elements
|
|
1084
|
+
} = state;
|
|
1085
|
+
const {
|
|
1086
|
+
apply = () => {},
|
|
1087
|
+
...detectOverflowOptions
|
|
1088
|
+
} = evaluate(options, state);
|
|
1089
|
+
const overflow = await detectOverflow(state, detectOverflowOptions);
|
|
1090
|
+
const side = getSide(placement);
|
|
1091
|
+
const alignment = getAlignment(placement);
|
|
1092
|
+
const isYAxis = getSideAxis(placement) === 'y';
|
|
1093
|
+
const {
|
|
1094
|
+
width,
|
|
1095
|
+
height
|
|
1096
|
+
} = rects.floating;
|
|
1097
|
+
let heightSide;
|
|
1098
|
+
let widthSide;
|
|
1099
|
+
if (side === 'top' || side === 'bottom') {
|
|
1100
|
+
heightSide = side;
|
|
1101
|
+
widthSide = alignment === ((await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating))) ? 'start' : 'end') ? 'left' : 'right';
|
|
1102
|
+
} else {
|
|
1103
|
+
widthSide = side;
|
|
1104
|
+
heightSide = alignment === 'end' ? 'top' : 'bottom';
|
|
1105
|
+
}
|
|
1106
|
+
const overflowAvailableHeight = height - overflow[heightSide];
|
|
1107
|
+
const overflowAvailableWidth = width - overflow[widthSide];
|
|
1108
|
+
const noShift = !state.middlewareData.shift;
|
|
1109
|
+
let availableHeight = overflowAvailableHeight;
|
|
1110
|
+
let availableWidth = overflowAvailableWidth;
|
|
1111
|
+
if (isYAxis) {
|
|
1112
|
+
const maximumClippingWidth = width - overflow.left - overflow.right;
|
|
1113
|
+
availableWidth = alignment || noShift ? min(overflowAvailableWidth, maximumClippingWidth) : maximumClippingWidth;
|
|
1114
|
+
} else {
|
|
1115
|
+
const maximumClippingHeight = height - overflow.top - overflow.bottom;
|
|
1116
|
+
availableHeight = alignment || noShift ? min(overflowAvailableHeight, maximumClippingHeight) : maximumClippingHeight;
|
|
1117
|
+
}
|
|
1118
|
+
if (noShift && !alignment) {
|
|
1119
|
+
const xMin = max(overflow.left, 0);
|
|
1120
|
+
const xMax = max(overflow.right, 0);
|
|
1121
|
+
const yMin = max(overflow.top, 0);
|
|
1122
|
+
const yMax = max(overflow.bottom, 0);
|
|
1123
|
+
if (isYAxis) {
|
|
1124
|
+
availableWidth = width - 2 * (xMin !== 0 || xMax !== 0 ? xMin + xMax : max(overflow.left, overflow.right));
|
|
1125
|
+
} else {
|
|
1126
|
+
availableHeight = height - 2 * (yMin !== 0 || yMax !== 0 ? yMin + yMax : max(overflow.top, overflow.bottom));
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
await apply({
|
|
1130
|
+
...state,
|
|
1131
|
+
availableWidth,
|
|
1132
|
+
availableHeight
|
|
1133
|
+
});
|
|
1134
|
+
const nextDimensions = await platform.getDimensions(elements.floating);
|
|
1135
|
+
if (width !== nextDimensions.width || height !== nextDimensions.height) {
|
|
1136
|
+
return {
|
|
1137
|
+
reset: {
|
|
1138
|
+
rects: true
|
|
1139
|
+
}
|
|
1140
|
+
};
|
|
1141
|
+
}
|
|
1142
|
+
return {};
|
|
1143
|
+
}
|
|
1144
|
+
};
|
|
1145
|
+
};
|
|
691
1146
|
|
|
692
1147
|
function getNodeName(node) {
|
|
693
1148
|
if (isNode(node)) {
|
|
@@ -1408,6 +1863,14 @@ function autoUpdate(reference, floating, update, options) {
|
|
|
1408
1863
|
};
|
|
1409
1864
|
}
|
|
1410
1865
|
|
|
1866
|
+
/**
|
|
1867
|
+
* Optimizes the visibility of the floating element by choosing the placement
|
|
1868
|
+
* that has the most space available automatically, without needing to specify a
|
|
1869
|
+
* preferred placement. Alternative to `flip`.
|
|
1870
|
+
* @see https://floating-ui.com/docs/autoPlacement
|
|
1871
|
+
*/
|
|
1872
|
+
const autoPlacement = autoPlacement$1;
|
|
1873
|
+
|
|
1411
1874
|
/**
|
|
1412
1875
|
* Optimizes the visibility of the floating element by shifting it in order to
|
|
1413
1876
|
* keep it in view when it will overflow the clipping boundary.
|
|
@@ -1423,6 +1886,21 @@ const shift = shift$1;
|
|
|
1423
1886
|
*/
|
|
1424
1887
|
const flip = flip$1;
|
|
1425
1888
|
|
|
1889
|
+
/**
|
|
1890
|
+
* Provides data that allows you to change the size of the floating element —
|
|
1891
|
+
* for instance, prevent it from overflowing the clipping boundary or match the
|
|
1892
|
+
* width of the reference element.
|
|
1893
|
+
* @see https://floating-ui.com/docs/size
|
|
1894
|
+
*/
|
|
1895
|
+
const size = size$1;
|
|
1896
|
+
|
|
1897
|
+
/**
|
|
1898
|
+
* Provides data to hide the floating element in applicable situations, such as
|
|
1899
|
+
* when it is not in the same clipping context as the reference element.
|
|
1900
|
+
* @see https://floating-ui.com/docs/hide
|
|
1901
|
+
*/
|
|
1902
|
+
const hide = hide$1;
|
|
1903
|
+
|
|
1426
1904
|
/**
|
|
1427
1905
|
* Provides data to position an inner element of the floating element so that it
|
|
1428
1906
|
* appears centered to the reference element.
|
|
@@ -1430,6 +1908,18 @@ const flip = flip$1;
|
|
|
1430
1908
|
*/
|
|
1431
1909
|
const arrow = arrow$1;
|
|
1432
1910
|
|
|
1911
|
+
/**
|
|
1912
|
+
* Provides improved positioning for inline reference elements that can span
|
|
1913
|
+
* over multiple lines, such as hyperlinks or range selections.
|
|
1914
|
+
* @see https://floating-ui.com/docs/inline
|
|
1915
|
+
*/
|
|
1916
|
+
const inline = inline$1;
|
|
1917
|
+
|
|
1918
|
+
/**
|
|
1919
|
+
* Built-in `limiter` that will stop `shift()` at a certain point.
|
|
1920
|
+
*/
|
|
1921
|
+
const limitShift = limitShift$1;
|
|
1922
|
+
|
|
1433
1923
|
/**
|
|
1434
1924
|
* Computes the `x` and `y` coordinates that will place the floating element
|
|
1435
1925
|
* next to a given reference element.
|
|
@@ -1453,9 +1943,4 @@ const computePosition = (reference, floating, options) => {
|
|
|
1453
1943
|
});
|
|
1454
1944
|
};
|
|
1455
1945
|
|
|
1456
|
-
|
|
1457
|
-
exports.autoUpdate = autoUpdate;
|
|
1458
|
-
exports.computePosition = computePosition;
|
|
1459
|
-
exports.flip = flip;
|
|
1460
|
-
exports.offset = offset;
|
|
1461
|
-
exports.shift = shift;
|
|
1946
|
+
export { arrow, autoPlacement, autoUpdate, computePosition, detectOverflow, flip, getOverflowAncestors, hide, inline, limitShift, offset, platform, shift, size };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { L as ListenerAbstract, a as SingleSubject } from './listener-04842ae9.js';
|
|
2
2
|
import { b as balBrowser } from './browser-a8073d92.js';
|
|
3
|
-
import { d as waitAfterIdleCallback, i as isDescendant,
|
|
3
|
+
import { d as waitAfterIdleCallback, i as isDescendant, k as addEventListener, r as removeEventListener } from './helpers-72ae7307.js';
|
|
4
4
|
|
|
5
5
|
class BalFocusListener extends ListenerAbstract {
|
|
6
6
|
constructor() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as waitAfterIdleCallback } from './helpers-
|
|
1
|
+
import { d as waitAfterIdleCallback } from './helpers-72ae7307.js';
|
|
2
2
|
|
|
3
3
|
const stopEventBubbling = (ev) => {
|
|
4
4
|
if (ev) {
|
|
@@ -87,4 +87,4 @@ const hasValueChanged = (oldValue, newValue) => {
|
|
|
87
87
|
return parseValue(oldValue) !== parseValue(newValue);
|
|
88
88
|
};
|
|
89
89
|
|
|
90
|
-
export {
|
|
90
|
+
export { inputHandleFocus as a, inputHandleBlur as b, inputSetFocus as c, inputSetBlur as d, inputHandleChange as e, inputHandleClick as f, getInputTarget as g, inputListenOnClick as h, inputHandleHostClick as i, inputHandleReset as j, getNativeInputValue as k, getUpcomingValue as l, hasValueChanged as m, stopEventBubbling as s };
|
|
@@ -2,6 +2,36 @@ import { b as balBrowser } from './browser-a8073d92.js';
|
|
|
2
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, A as balIconCaretUp, x as balIconCaretDown, y as balIconCaretLeft, z as balIconCaretRight, k as balIconCheck, l as balIconDate, m as balIconDocument, n as balIconUpload, o as balIconMenuBars } from './icons.constant-a7885631.js';
|
|
3
3
|
import { g as useBalConfig } from './config.utils-6ac6c9bd.js';
|
|
4
4
|
|
|
5
|
+
/**
|
|
6
|
+
* Request Largest Contentful Paint (LCP) callback
|
|
7
|
+
*/
|
|
8
|
+
const rLCP = (callback, timeout = 3000) => {
|
|
9
|
+
let isLargestContentPatinDone = false;
|
|
10
|
+
if (!balBrowser.isSafari && balBrowser.hasWindow && 'PerformanceObserver' in window) {
|
|
11
|
+
const observer = new PerformanceObserver(entryList => {
|
|
12
|
+
const entries = entryList.getEntries();
|
|
13
|
+
const lcpEntry = entries[entries.length - 1]; // Get the last (largest) entry
|
|
14
|
+
if (lcpEntry) {
|
|
15
|
+
// Disconnect the observer as we only need the LCP
|
|
16
|
+
observer.disconnect();
|
|
17
|
+
// Load the script after LCP
|
|
18
|
+
isLargestContentPatinDone = true;
|
|
19
|
+
rIC(() => callback());
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
// Start observing for Largest Contentful Paint (LCP) entries
|
|
23
|
+
observer.observe({ type: 'largest-contentful-paint', buffered: true });
|
|
24
|
+
setTimeout(() => {
|
|
25
|
+
if (!isLargestContentPatinDone) {
|
|
26
|
+
observer.disconnect();
|
|
27
|
+
callback();
|
|
28
|
+
}
|
|
29
|
+
}, timeout);
|
|
30
|
+
}
|
|
31
|
+
else {
|
|
32
|
+
return setTimeout(callback, 32);
|
|
33
|
+
}
|
|
34
|
+
};
|
|
5
35
|
const rIC = (callback, timeout = 5000) => {
|
|
6
36
|
if (balBrowser.hasWindow && 'requestIdleCallback' in window) {
|
|
7
37
|
window.requestIdleCallback(callback, { timeout });
|
|
@@ -223,8 +253,7 @@ const waitForDesignSystem = async (el, _config) => {
|
|
|
223
253
|
}
|
|
224
254
|
}));
|
|
225
255
|
}
|
|
226
|
-
await waitAfterFramePaint();
|
|
227
|
-
await waitAfterIdleCallback();
|
|
256
|
+
await Promise.all([waitAfterFramePaint(), waitAfterLargestContentfulPaintCallback(), waitAfterIdleCallback()]);
|
|
228
257
|
};
|
|
229
258
|
const waitAfterFramePaint = () => {
|
|
230
259
|
return new Promise(resolve => raf(() => runHighPrioritizedTask(resolve)));
|
|
@@ -232,6 +261,9 @@ const waitAfterFramePaint = () => {
|
|
|
232
261
|
const waitAfterIdleCallback = () => {
|
|
233
262
|
return new Promise(resolve => rIC(() => runHighPrioritizedTask(resolve)));
|
|
234
263
|
};
|
|
264
|
+
const waitAfterLargestContentfulPaintCallback = () => {
|
|
265
|
+
return new Promise(resolve => rLCP(() => runHighPrioritizedTask(resolve)));
|
|
266
|
+
};
|
|
235
267
|
const runHighPrioritizedTask = (callback) => {
|
|
236
268
|
if (balBrowser.hasWindow && 'MessageChannel' in window) {
|
|
237
269
|
const messageChannel = new window.MessageChannel();
|
|
@@ -243,4 +275,4 @@ const runHighPrioritizedTask = (callback) => {
|
|
|
243
275
|
}
|
|
244
276
|
};
|
|
245
277
|
|
|
246
|
-
export { waitForDesignSystem as a, waitAfterFramePaint as b, componentOnReady as c, waitAfterIdleCallback as d,
|
|
278
|
+
export { waitForDesignSystem as a, waitAfterFramePaint as b, componentOnReady as c, waitAfterIdleCallback as d, waitAfterLargestContentfulPaintCallback as e, deepReady as f, getAppRoot as g, wait as h, isDescendant as i, debounce as j, addEventListener as k, rLCP as l, rIC as m, raf as n, debounceEvent as o, hasParent as p, isChildOfEventTarget as q, removeEventListener as r, shallowReady as s, transitionEndAsync as t, hasTagName as u, waitForComponent as w };
|