@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
|
@@ -19,14 +19,14 @@ const FieldMessage = /*@__PURE__*/ proxyCustomElement(class FieldMessage extends
|
|
|
19
19
|
this.ariaForm = Object.assign({}, ariaForm);
|
|
20
20
|
}
|
|
21
21
|
render() {
|
|
22
|
-
return (h(Host, { id: this.ariaForm.messageId, class: {
|
|
22
|
+
return (h(Host, { key: '962c48c52992d5689c6de2ce866863bdd8436a68', id: this.ariaForm.messageId, class: {
|
|
23
23
|
'bal-field-message': true,
|
|
24
24
|
'help': true,
|
|
25
25
|
'is-danger': this.invalid,
|
|
26
26
|
'is-success': this.valid,
|
|
27
27
|
'is-disabled': this.disabled || this.readonly,
|
|
28
28
|
[`is-${this.color}`]: !!this.color,
|
|
29
|
-
} }, h("slot",
|
|
29
|
+
} }, h("slot", { key: 'e82266f5abc43308bf05401fd24f581e2138c3c4' })));
|
|
30
30
|
}
|
|
31
31
|
}, [4, "bal-field-message", {
|
|
32
32
|
"color": [1],
|
package/components/bal-field.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
import { _ as __decorate, a as __metadata } from './tslib.es6.js';
|
|
3
|
-
import {
|
|
3
|
+
import { f as deepReady, b as waitAfterFramePaint } from './helpers.js';
|
|
4
4
|
import { d as defaultBalAriaForm } from './form.js';
|
|
5
5
|
import { L as ListenToMutation } from './mutation.decorator.js';
|
|
6
6
|
|
|
@@ -19,7 +19,6 @@ const Field = /*@__PURE__*/ proxyCustomElement(class Field extends HTMLElement {
|
|
|
19
19
|
'bal-number-input',
|
|
20
20
|
'bal-textarea',
|
|
21
21
|
'bal-select',
|
|
22
|
-
'bal-datepicker',
|
|
23
22
|
'bal-checkbox',
|
|
24
23
|
'bal-radio',
|
|
25
24
|
'bal-input-group',
|
|
@@ -125,7 +124,6 @@ const Field = /*@__PURE__*/ proxyCustomElement(class Field extends HTMLElement {
|
|
|
125
124
|
'bal-field-control bal-radio-group',
|
|
126
125
|
'bal-field-control bal-number-input',
|
|
127
126
|
'bal-field-control bal-time-input',
|
|
128
|
-
'bal-field-control bal-datepicker',
|
|
129
127
|
'bal-field-control bal-input-slider',
|
|
130
128
|
'bal-field-control bal-input-stepper',
|
|
131
129
|
'bal-field-control bal-textarea',
|
|
@@ -175,12 +173,12 @@ const Field = /*@__PURE__*/ proxyCustomElement(class Field extends HTMLElement {
|
|
|
175
173
|
components.forEach(c => callback(c));
|
|
176
174
|
}
|
|
177
175
|
render() {
|
|
178
|
-
return (h(Host, { id: this.fieldId, class: {
|
|
176
|
+
return (h(Host, { key: '61d8be020fb71526ad0175d75880eb155cb15623', id: this.fieldId, class: {
|
|
179
177
|
'bal-field': true,
|
|
180
178
|
'field': true,
|
|
181
179
|
'bal-field--invalid': this.invalid === true,
|
|
182
180
|
'bal-field--horizontal': this.horizontal === true,
|
|
183
|
-
} }, h("slot",
|
|
181
|
+
} }, h("slot", { key: 'b174f1bdd65a1fb7b63b833c3bf8532e1733d708' }), h("span", { key: '570886a9234a9e3a2ef941a419d35d5451d0227a', class: "bal-field-hidden" })));
|
|
184
182
|
}
|
|
185
183
|
get el() { return this; }
|
|
186
184
|
static get watchers() { return {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { h, proxyCustomElement, HTMLElement, createEvent, Host } from '@stencil/core/internal/client';
|
|
2
2
|
import { _ as __decorate, a as __metadata } from './tslib.es6.js';
|
|
3
|
-
import {
|
|
4
|
-
import { s as stopEventBubbling,
|
|
3
|
+
import { a as areArraysEqual } from './array.js';
|
|
4
|
+
import { s as stopEventBubbling, b as inputHandleHostClick, c as inputHandleFocus, d as inputHandleBlur, i as inputSetFocus, a as inputSetBlur } from './form-input.js';
|
|
5
5
|
import { L as Logger } from './log.js';
|
|
6
6
|
import { B as BEM } from './bem.js';
|
|
7
7
|
import { F as FileUploadRejectionReason } from './bal-file-upload.type.js';
|
|
8
8
|
import { d as defaultBalAriaForm } from './form.js';
|
|
9
|
+
import { L as ListenTo } from './listen.js';
|
|
9
10
|
import { d as defineCustomElement$b } from './bal-card2.js';
|
|
10
11
|
import { d as defineCustomElement$a } from './bal-heading2.js';
|
|
11
12
|
import { d as defineCustomElement$9 } from './bal-icon2.js';
|
|
@@ -339,16 +340,16 @@ const FileUpload = /*@__PURE__*/ proxyCustomElement(class FileUpload extends HTM
|
|
|
339
340
|
*/
|
|
340
341
|
render() {
|
|
341
342
|
const id = this.ariaForm.controlId || this.fileUploadId;
|
|
342
|
-
return (h(Host, { onClick: this.onHostClick, "aria-disabled": this.disabled ? 'true' : null, class: {
|
|
343
|
+
return (h(Host, { key: '474742770b56c2c9200dc402db53bb4266592c72', onClick: this.onHostClick, "aria-disabled": this.disabled ? 'true' : null, class: {
|
|
343
344
|
'bal-file-upload': true,
|
|
344
|
-
} }, h("div", { class: {
|
|
345
|
+
} }, h("div", { key: '8ce2bbbf975c8fb0dfa9b177d1a107401b7d0a33', class: {
|
|
345
346
|
'file': true,
|
|
346
347
|
'is-disabled': this.disabled || this.readonly || this.loading,
|
|
347
348
|
'is-danger': this.invalid,
|
|
348
|
-
} }, h("label", { htmlFor: id, ref: el => (this.labelEl = el), class: {
|
|
349
|
+
} }, h("label", { key: 'c1e836840cf74f73702af305f1d99ebca2de52b8', htmlFor: id, ref: el => (this.labelEl = el), class: {
|
|
349
350
|
'file-label': true,
|
|
350
351
|
'is-disabled': this.disabled || this.loading || this.readonly,
|
|
351
|
-
} }, h("input", { class: "file-input", type: "file", id: id, "aria-labelledby": this.ariaForm.labelId, "aria-describedby": this.ariaForm.messageId, "aria-invalid": this.invalid === true ? 'true' : 'false', "aria-disabled": this.disabled ? 'true' : null, name: this.name, multiple: this.multiple, disabled: this.disabled || this.loading || this.readonly, readonly: this.readonly, required: this.required, accept: this.accept, onClick: this.onInputClick, onChange: this.onInputChange, onFocus: this.onInputFocus, onBlur: this.onInputBlur, ref: el => (this.nativeInput = el), "data-testid": "bal-file-upload-input" }), this.loading ? (h("span", { class: "file-cta" }, h("bal-spinner", null))) : (h("span", { class: "file-cta" }, h("span", { class: "file-icon" }, h("bal-icon", { name: "upload", size: "medium", color: this.disabled || this.loading || this.readonly ? 'grey-light' : this.invalid ? 'danger' : 'blue' })), h("span", { class: "file-label", "data-testid": "bal-file-upload-label" }, this.label))))), this.hasFileList && this.files.length > 0 ? (h(FileListComponent, { files: this.files, disabled: this.disabled || this.readonly || this.loading, subTitle: this.subTitle, onRemoveFile: this.onRemoveFile })) : ('')));
|
|
352
|
+
} }, h("input", { key: '3ae311e7c1c0e550b3551e9f1e70ce65c54c0c83', class: "file-input", type: "file", id: id, "aria-labelledby": this.ariaForm.labelId, "aria-describedby": this.ariaForm.messageId, "aria-invalid": this.invalid === true ? 'true' : 'false', "aria-disabled": this.disabled ? 'true' : null, name: this.name, multiple: this.multiple, disabled: this.disabled || this.loading || this.readonly, readonly: this.readonly, required: this.required, accept: this.accept, onClick: this.onInputClick, onChange: this.onInputChange, onFocus: this.onInputFocus, onBlur: this.onInputBlur, ref: el => (this.nativeInput = el), "data-testid": "bal-file-upload-input" }), this.loading ? (h("span", { class: "file-cta" }, h("bal-spinner", null))) : (h("span", { class: "file-cta" }, h("span", { class: "file-icon" }, h("bal-icon", { name: "upload", size: "medium", color: this.disabled || this.loading || this.readonly ? 'grey-light' : this.invalid ? 'danger' : 'blue' })), h("span", { class: "file-label", "data-testid": "bal-file-upload-label" }, this.label))))), this.hasFileList && this.files.length > 0 ? (h(FileListComponent, { files: this.files, disabled: this.disabled || this.readonly || this.loading, subTitle: this.subTitle, onRemoveFile: this.onRemoveFile })) : ('')));
|
|
352
353
|
}
|
|
353
354
|
get el() { return this; }
|
|
354
355
|
static get watchers() { return {
|
|
@@ -380,7 +381,7 @@ const FileUpload = /*@__PURE__*/ proxyCustomElement(class FileUpload extends HTM
|
|
|
380
381
|
"setBlur": [64],
|
|
381
382
|
"getInputElement": [64],
|
|
382
383
|
"setAriaForm": [64]
|
|
383
|
-
},
|
|
384
|
+
}, undefined, {
|
|
384
385
|
"value": ["onValueChange"]
|
|
385
386
|
}]);
|
|
386
387
|
__decorate([
|
|
@@ -389,6 +390,12 @@ __decorate([
|
|
|
389
390
|
__metadata("design:paramtypes", [Function]),
|
|
390
391
|
__metadata("design:returntype", void 0)
|
|
391
392
|
], FileUpload.prototype, "createLogger", null);
|
|
393
|
+
__decorate([
|
|
394
|
+
ListenTo('reset', { capture: true, target: 'document' }),
|
|
395
|
+
__metadata("design:type", Function),
|
|
396
|
+
__metadata("design:paramtypes", [UIEvent]),
|
|
397
|
+
__metadata("design:returntype", void 0)
|
|
398
|
+
], FileUpload.prototype, "resetHandler", null);
|
|
392
399
|
let FileUploadIds = 0;
|
|
393
400
|
function defineCustomElement$1() {
|
|
394
401
|
if (typeof customElements === "undefined") {
|
package/components/bal-footer.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
import { _ as __decorate, a as __metadata } from './tslib.es6.js';
|
|
3
|
-
import
|
|
3
|
+
import './array.js';
|
|
4
|
+
import './index4.js';
|
|
5
|
+
import { c as commonjsGlobal } from './_commonjsHelpers.js';
|
|
4
6
|
import { B as BEM } from './bem.js';
|
|
5
7
|
import { L as Logger } from './log.js';
|
|
6
|
-
import {
|
|
8
|
+
import { o as rIC } from './helpers.js';
|
|
7
9
|
import { s as stopEventBubbling } from './form-input.js';
|
|
8
10
|
import { d as defineCustomElement$8 } from './bal-checkbox2.js';
|
|
9
11
|
import { d as defineCustomElement$7 } from './bal-dropdown2.js';
|
|
@@ -16,6 +18,194 @@ import { e as updateBalLanguage } from './config.utils.js';
|
|
|
16
18
|
import { d as defaultConfig } from './config.default.js';
|
|
17
19
|
import { L as ListenToConfig } from './config.decorator.js';
|
|
18
20
|
|
|
21
|
+
var lodash_isdate = {exports: {}};
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* lodash (Custom Build) <https://lodash.com/>
|
|
25
|
+
* Build: `lodash modularize exports="npm" -o ./`
|
|
26
|
+
* Copyright jQuery Foundation and other contributors <https://jquery.org/>
|
|
27
|
+
* Released under MIT license <https://lodash.com/license>
|
|
28
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
29
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
30
|
+
*/
|
|
31
|
+
|
|
32
|
+
(function (module, exports) {
|
|
33
|
+
/** `Object#toString` result references. */
|
|
34
|
+
var dateTag = '[object Date]';
|
|
35
|
+
|
|
36
|
+
/** Detect free variable `global` from Node.js. */
|
|
37
|
+
var freeGlobal = typeof commonjsGlobal == 'object' && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
|
|
38
|
+
|
|
39
|
+
/** Detect free variable `exports`. */
|
|
40
|
+
var freeExports = exports && !exports.nodeType && exports;
|
|
41
|
+
|
|
42
|
+
/** Detect free variable `module`. */
|
|
43
|
+
var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
|
|
44
|
+
|
|
45
|
+
/** Detect the popular CommonJS extension `module.exports`. */
|
|
46
|
+
var moduleExports = freeModule && freeModule.exports === freeExports;
|
|
47
|
+
|
|
48
|
+
/** Detect free variable `process` from Node.js. */
|
|
49
|
+
var freeProcess = moduleExports && freeGlobal.process;
|
|
50
|
+
|
|
51
|
+
/** Used to access faster Node.js helpers. */
|
|
52
|
+
var nodeUtil = (function() {
|
|
53
|
+
try {
|
|
54
|
+
return freeProcess && freeProcess.binding('util');
|
|
55
|
+
} catch (e) {}
|
|
56
|
+
}());
|
|
57
|
+
|
|
58
|
+
/* Node.js helper references. */
|
|
59
|
+
var nodeIsDate = nodeUtil && nodeUtil.isDate;
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* The base implementation of `_.unary` without support for storing metadata.
|
|
63
|
+
*
|
|
64
|
+
* @private
|
|
65
|
+
* @param {Function} func The function to cap arguments for.
|
|
66
|
+
* @returns {Function} Returns the new capped function.
|
|
67
|
+
*/
|
|
68
|
+
function baseUnary(func) {
|
|
69
|
+
return function(value) {
|
|
70
|
+
return func(value);
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
/** Used for built-in method references. */
|
|
75
|
+
var objectProto = Object.prototype;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Used to resolve the
|
|
79
|
+
* [`toStringTag`](http://ecma-international.org/ecma-262/6.0/#sec-object.prototype.tostring)
|
|
80
|
+
* of values.
|
|
81
|
+
*/
|
|
82
|
+
var objectToString = objectProto.toString;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* The base implementation of `_.isDate` without Node.js optimizations.
|
|
86
|
+
*
|
|
87
|
+
* @private
|
|
88
|
+
* @param {*} value The value to check.
|
|
89
|
+
* @returns {boolean} Returns `true` if `value` is a date object, else `false`.
|
|
90
|
+
*/
|
|
91
|
+
function baseIsDate(value) {
|
|
92
|
+
return isObjectLike(value) && objectToString.call(value) == dateTag;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* Checks if `value` is classified as a `Date` object.
|
|
97
|
+
*
|
|
98
|
+
* @static
|
|
99
|
+
* @memberOf _
|
|
100
|
+
* @since 0.1.0
|
|
101
|
+
* @category Lang
|
|
102
|
+
* @param {*} value The value to check.
|
|
103
|
+
* @returns {boolean} Returns `true` if `value` is a date object, else `false`.
|
|
104
|
+
* @example
|
|
105
|
+
*
|
|
106
|
+
* _.isDate(new Date);
|
|
107
|
+
* // => true
|
|
108
|
+
*
|
|
109
|
+
* _.isDate('Mon April 23 2012');
|
|
110
|
+
* // => false
|
|
111
|
+
*/
|
|
112
|
+
var isDate = nodeIsDate ? baseUnary(nodeIsDate) : baseIsDate;
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* Checks if `value` is object-like. A value is object-like if it's not `null`
|
|
116
|
+
* and has a `typeof` result of "object".
|
|
117
|
+
*
|
|
118
|
+
* @static
|
|
119
|
+
* @memberOf _
|
|
120
|
+
* @since 4.0.0
|
|
121
|
+
* @category Lang
|
|
122
|
+
* @param {*} value The value to check.
|
|
123
|
+
* @returns {boolean} Returns `true` if `value` is object-like, else `false`.
|
|
124
|
+
* @example
|
|
125
|
+
*
|
|
126
|
+
* _.isObjectLike({});
|
|
127
|
+
* // => true
|
|
128
|
+
*
|
|
129
|
+
* _.isObjectLike([1, 2, 3]);
|
|
130
|
+
* // => true
|
|
131
|
+
*
|
|
132
|
+
* _.isObjectLike(_.noop);
|
|
133
|
+
* // => false
|
|
134
|
+
*
|
|
135
|
+
* _.isObjectLike(null);
|
|
136
|
+
* // => false
|
|
137
|
+
*/
|
|
138
|
+
function isObjectLike(value) {
|
|
139
|
+
return !!value && typeof value == 'object';
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
module.exports = isDate;
|
|
143
|
+
}(lodash_isdate, lodash_isdate.exports));
|
|
144
|
+
|
|
145
|
+
var RequestState;
|
|
146
|
+
(function (RequestState) {
|
|
147
|
+
RequestState[RequestState["INIT"] = 0] = "INIT";
|
|
148
|
+
RequestState[RequestState["RUNNING"] = 1] = "RUNNING";
|
|
149
|
+
RequestState[RequestState["SUCCESS"] = 2] = "SUCCESS";
|
|
150
|
+
RequestState[RequestState["ERROR"] = 3] = "ERROR";
|
|
151
|
+
})(RequestState || (RequestState = {}));
|
|
152
|
+
|
|
153
|
+
class Language {
|
|
154
|
+
constructor(key) {
|
|
155
|
+
this.key = key;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
new Language('de');
|
|
160
|
+
new Language('fr');
|
|
161
|
+
new Language('it');
|
|
162
|
+
new Language('en');
|
|
163
|
+
new Language('nl');
|
|
164
|
+
new Language('lb');
|
|
165
|
+
|
|
166
|
+
const INTEGRATION_BASE_URL = 'https://www.baloise.ch';
|
|
167
|
+
const INTEGRATION_BASE_PATH = '/app-integration';
|
|
168
|
+
const getIntegrationBaseUrl = () => {
|
|
169
|
+
const host = getHost();
|
|
170
|
+
if (host && host.indexOf('www.baloise.ch') >= 0) {
|
|
171
|
+
return `https://${host}`;
|
|
172
|
+
}
|
|
173
|
+
return INTEGRATION_BASE_URL;
|
|
174
|
+
};
|
|
175
|
+
const getIntegrationUrl = (lang, region = 'CH', type = IntegrationType.FOOTER, version = 'v2') => {
|
|
176
|
+
let langPath = lang.key;
|
|
177
|
+
if (type === IntegrationType.ONETRUST) {
|
|
178
|
+
langPath = 'all';
|
|
179
|
+
}
|
|
180
|
+
else {
|
|
181
|
+
if (region === 'DE') {
|
|
182
|
+
langPath = 'de';
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
return `${getIntegrationBaseUrl()}${INTEGRATION_BASE_PATH}/${version}/${region.toLowerCase()}/${type}/${langPath}.json`;
|
|
186
|
+
};
|
|
187
|
+
const getHost = () => { var _a; return ((_a = window === null || window === void 0 ? void 0 : window.location) === null || _a === void 0 ? void 0 : _a.host) || undefined; };
|
|
188
|
+
var IntegrationType;
|
|
189
|
+
(function (IntegrationType) {
|
|
190
|
+
IntegrationType["FOOTER"] = "footer";
|
|
191
|
+
IntegrationType["SOCIAL_MEDIA"] = "socialmediachannels";
|
|
192
|
+
IntegrationType["ONETRUST"] = "onetrust";
|
|
193
|
+
})(IntegrationType || (IntegrationType = {}));
|
|
194
|
+
|
|
195
|
+
const loadFooterLinks = (lang, region = 'CH') => {
|
|
196
|
+
const url = getIntegrationUrl(lang, region, IntegrationType.FOOTER);
|
|
197
|
+
return fetch(url)
|
|
198
|
+
.then(res => res.json())
|
|
199
|
+
.then(res => res);
|
|
200
|
+
};
|
|
201
|
+
|
|
202
|
+
const loadSocialMediaLinks = (lang, region = 'CH') => {
|
|
203
|
+
const url = getIntegrationUrl(lang, region, IntegrationType.SOCIAL_MEDIA, 'v1');
|
|
204
|
+
return fetch(url)
|
|
205
|
+
.then(res => res.json())
|
|
206
|
+
.then(res => res);
|
|
207
|
+
};
|
|
208
|
+
|
|
19
209
|
const balFooterCss = ":root{--bal-footer-font-family:var(--bal-font-family-text);--bal-footer-background:var(--bal-color-primary);--bal-footer-color:var(--bal-color-text-white);--bal-footer-language-color-hover:var(--bal-color-light-blue-2);--bal-footer-language-background-hover:var(--bal-color-light-blue-2);--bal-footer-language-color-active:var(--bal-color-light-blue-3);--bal-footer-language-background-active:var(--bal-color-light-blue-3)}bal-footer{--bal-dropdown-control-background:transparent;--bal-dropdown-control-input-background:transparent;--bal-dropdown-control-border-color:transparent;--bal-dropdown-popover-empty-text-color:var(--bal-color-white);--bal-dropdown-control-text-color:var(--bal-color-white);--bal-dropdown-control-text-color-focused:var(---bal-color-white)}.bal-footer{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;position:static;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.bal-footer__slot{color:var(--bal-footer-color)}.bal-footer__inner{position:relative;font-family:var(--bal-footer-font-family);background-color:var(--bal-footer-background);padding-top:var(--bal-space-x-small);padding-bottom:var(--bal-space-large)}@media screen and (min-width: 769px),print{.bal-footer__inner{padding-top:var(--bal-space-large);padding-bottom:var(--bal-space-large)}}@media screen and (min-width: 1024px){.bal-footer__inner{padding-top:var(--bal-space-large);padding-bottom:var(--bal-space-large)}}.bal-footer__inner__wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:var(--bal-space-large)}@media screen and (min-width: 769px)and (max-width: 1023px){.bal-footer__inner__wrapper{gap:var(--bal-space-medium-tablet)}}@media screen and (max-width: 768px){.bal-footer__inner__wrapper{gap:var(--bal-space-medium-tablet)}}.bal-footer__inner__wrapper__header-container{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row}.bal-footer__inner__wrapper__header-container__language{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:center;align-items:center}.bal-footer__inner__wrapper__header-container__language .bal-dropdown__list{min-width:105%;right:0 !important;left:auto !important}.bal-footer__inner__wrapper__header-container__language bal-icon,.bal-footer__inner__wrapper__header-container__language .input{cursor:pointer;min-width:auto !important}.bal-footer__inner__wrapper__header-container__language .bal-dropdown__rear svg,.bal-footer__inner__wrapper__header-container__language .bal-dropdown__rear g,.bal-footer__inner__wrapper__header-container__language .bal-dropdown__rear path,.bal-footer__inner__wrapper__header-container__language .bal-dropdown__rear circle{fill:var(--bal-color-white)}.bal-footer__inner__wrapper__header-container__language:hover .bal-dropdown__rear svg,.bal-footer__inner__wrapper__header-container__language:hover .bal-dropdown__rear g,.bal-footer__inner__wrapper__header-container__language:hover .bal-dropdown__rear path,.bal-footer__inner__wrapper__header-container__language:hover .bal-dropdown__rear circle{fill:var(--bal-footer-language-background-hover)}.bal-footer__inner__wrapper__header-container__language:hover .input,.bal-footer__inner__wrapper__header-container__language:hover .bal-dropdown__root__content{color:var(--bal-footer-language-color-hover)}.bal-footer__inner__wrapper__header-container__language:active .bal-dropdown__rear svg,.bal-footer__inner__wrapper__header-container__language:active .bal-dropdown__rear g,.bal-footer__inner__wrapper__header-container__language:active .bal-dropdown__rear path,.bal-footer__inner__wrapper__header-container__language:active .bal-dropdown__rear circle{fill:var(--bal-footer-language-background-active)}.bal-footer__inner__wrapper__header-container__language:active .input,.bal-footer__inner__wrapper__header-container__language:active .bal-dropdown__root__content{color:var(--bal-footer-language-color-active)}.bal-footer__inner__wrapper__header-container__language__wrapper .bal-input-group{background:rgba(0,0,0,0);border:none;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.bal-footer__inner__wrapper__header-container__language__wrapper .bal-input-group:hover{background:rgba(0,0,0,0) !important}.bal-footer__inner__wrapper__header-container__language__wrapper .bal-input-group bal-dropdown{min-width:5rem}.bal-footer__inner__wrapper__header-container__logo{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.bal-footer__inner__wrapper__links-container{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width: 769px),print{.bal-footer__inner__wrapper__links-container{-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width: 1024px){.bal-footer__inner__wrapper__links-container{-ms-flex-direction:row;flex-direction:row}}.bal-footer__inner__wrapper__links-container__legal-links{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:var(--bal-space-large-desktop)}.bal-footer__inner__wrapper__links-container__legal-links a{font-size:var(--bal-text-size-small) !important}@media screen and (max-width: 768px){.bal-footer__inner__wrapper__links-container__legal-links{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;width:100%;gap:var(--bal-space-normal)}}.bal-footer__inner__wrapper__links-container__social-media-links{-ms-flex-align:center;align-items:center;gap:var(--bal-space-large-desktop);padding:var(--bal-space-normal) var(--bal-space-normal) var(--bal-space-normal) 0}@media screen and (min-width: 769px)and (max-width: 1023px){.bal-footer__inner__wrapper__links-container__social-media-links{padding-bottom:var(--bal-space-large)}}@media screen and (max-width: 768px){.bal-footer__inner__wrapper__links-container__social-media-links{padding-bottom:var(--bal-space-large);-ms-flex-pack:center;justify-content:center;width:100%;padding:var(--bal-space-normal) 0 var(--bal-space-normal) 0}}";
|
|
20
210
|
const BalFooterStyle0 = balFooterCss;
|
|
21
211
|
|
|
@@ -102,18 +292,18 @@ const Footer = /*@__PURE__*/ proxyCustomElement(class Footer extends HTMLElement
|
|
|
102
292
|
elLanguage.element('icon');
|
|
103
293
|
const elLegalLinks = elLinksContainer.element('legal-links');
|
|
104
294
|
const elSocialMediaLinks = elLinksContainer.element('social-media-links');
|
|
105
|
-
return (h(Host, { class: Object.assign({}, block.class()) }, h("footer", { class: Object.assign({}, elInner.class()) }, h("div", { class: Object.assign({}, elInnerWrapper.class()) }, h("div", { class: Object.assign(Object.assign({ container: true }, elContainer.class()), elHeaderContainer.class()) }, h("div", { class: Object.assign({}, elLogo.class()) }, h("bal-logo", { color: "white" })), h("div", { class: Object.assign({}, elLanguage.class()), style: {
|
|
295
|
+
return (h(Host, { key: '92247adf5c1f59dd1dd83184368dcf6bd34d7a67', class: Object.assign({}, block.class()) }, h("footer", { key: '41a39bb0693ff7d61d6cf331dbd91d1923feed24', class: Object.assign({}, elInner.class()) }, h("div", { key: 'd68120abd008a0a2746c00a055037bc4e2b21865', class: Object.assign({}, elInnerWrapper.class()) }, h("div", { key: 'b61b0e9cc643139dfeb7f935b8a29beb50e9dda6', class: Object.assign(Object.assign({ container: true }, elContainer.class()), elHeaderContainer.class()) }, h("div", { key: '41a5007f0e8a4069d540c34cf3603b732ab1f2e4', class: Object.assign({}, elLogo.class()) }, h("bal-logo", { key: '97df5a202cd54287a97343b304e895b096c6c454', color: "white" })), h("div", { key: 'e93ac339f277de74477fc598eb6a1628dd9d70d4', class: Object.assign({}, elLanguage.class()), style: {
|
|
106
296
|
display: this.hideLanguageSelection || this.allowedLanguages.length <= 1 ? 'none' : 'flex',
|
|
107
|
-
} }, h("div", { class: Object.assign({}, elWrapper.class()) }, h("bal-input-group",
|
|
297
|
+
} }, h("div", { key: 'c9dede4f4cd0d9e62a533632422e07e912df22e1', class: Object.assign({}, elWrapper.class()) }, h("bal-input-group", { key: '7666a59e6f1a78b5c6c77c2e4f97cfc698ad59cc' }, h("bal-icon", { key: 'fd170603ffd0c8ba4debdf9cad85bfce0741a444', class: 'bal-dropdown__rear', name: "web", color: "white", onClick: el => {
|
|
108
298
|
var _a;
|
|
109
299
|
stopEventBubbling(el);
|
|
110
300
|
(_a = this.selectEl) === null || _a === void 0 ? void 0 : _a.open();
|
|
111
|
-
} }), h("bal-dropdown", { ref: el => (this.selectEl = el), value: this.language, onBalChange: event => this.changeLanguage(event.detail), "data-testid": "bal-footer-language" }, this.allowedLanguages.map(language => (h("bal-option", { key: language, label: language.toLocaleUpperCase(), value: language }, language.toLocaleUpperCase())))))))), h("div", { class: Object.assign({}, elSlot.class()) }, h("slot",
|
|
301
|
+
} }), h("bal-dropdown", { key: '4fcc14f8473e4a35b1fd0f5df6ce550b611c5d84', ref: el => (this.selectEl = el), value: this.language, onBalChange: event => this.changeLanguage(event.detail), "data-testid": "bal-footer-language" }, this.allowedLanguages.map(language => (h("bal-option", { key: language, label: language.toLocaleUpperCase(), value: language }, language.toLocaleUpperCase())))))))), h("div", { key: '16878b31dfaec22a49c3dbd7369a6527f0890e42', class: Object.assign({}, elSlot.class()) }, h("slot", { key: 'e4855a9897a36f4bdb6759e29337e234658eb3dc' })), h("div", { key: '4ce76b3d2c4b1bb672a0c059f773d30beffdbd4b', class: Object.assign(Object.assign({ container: true }, elContainer.class()), elLinksContainer.class()) }, h("div", { key: '4a1f975285422c0fce884e087416053830b73d57', class: Object.assign({}, elSocialMediaLinks.class()), style: {
|
|
112
302
|
display: !this.showSocialMedia ? 'none' : 'flex',
|
|
113
303
|
} }, this.socialMediaLinks.map(link => (h("a", { key: link.link, href: link.link, target: "_blank", class: {
|
|
114
304
|
'link': true,
|
|
115
305
|
'is-inverted': true,
|
|
116
|
-
} }, h("bal-icon", { name: link.label.toLowerCase() }))))), h("div", { class: Object.assign({}, elLegalLinks.class()), style: { display: this.hideLinks ? 'none' : 'flex' } }, this.links.map(link => (h("a", { key: link.link, href: link.link, target: "_blank", class: {
|
|
306
|
+
} }, h("bal-icon", { name: link.label.toLowerCase() }))))), h("div", { key: '3cd4ce1eb946f2de35ebd6683f127c17f669e92c', class: Object.assign({}, elLegalLinks.class()), style: { display: this.hideLinks ? 'none' : 'flex' } }, this.links.map(link => (h("a", { key: link.link, href: link.link, target: "_blank", class: {
|
|
117
307
|
'link': true,
|
|
118
308
|
'is-light': true,
|
|
119
309
|
} }, link.label)))))))));
|
|
@@ -8,7 +8,7 @@ const FormCol = /*@__PURE__*/ proxyCustomElement(class FormCol extends HTMLEleme
|
|
|
8
8
|
this.size = 'full';
|
|
9
9
|
}
|
|
10
10
|
render() {
|
|
11
|
-
return (h(Host, { class: {
|
|
11
|
+
return (h(Host, { key: 'dcfd707ec14153525343b28de33215360552d67d', class: {
|
|
12
12
|
[`${this.colClass}`]: true,
|
|
13
13
|
'py-none': true,
|
|
14
14
|
'touch:is-12': true,
|
|
@@ -18,7 +18,7 @@ const FormCol = /*@__PURE__*/ proxyCustomElement(class FormCol extends HTMLEleme
|
|
|
18
18
|
'is-8': this.size === 'two-thirds',
|
|
19
19
|
'is-3': this.size === 'one-quarter',
|
|
20
20
|
'is-9': this.size === 'three-quarters',
|
|
21
|
-
} }, h("slot",
|
|
21
|
+
} }, h("slot", { key: 'eb9686534cb834601ec756657e8576dc0aaac9b4' })));
|
|
22
22
|
}
|
|
23
23
|
get el() { return this; }
|
|
24
24
|
}, [4, "bal-form-col", {
|
|
@@ -9,7 +9,7 @@ const FormGrid = /*@__PURE__*/ proxyCustomElement(class FormGrid extends HTMLEle
|
|
|
9
9
|
this.__registerHost();
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (h(Host, { class: `bal-form-grid grid is-multiline my-none py-none` }, h("slot",
|
|
12
|
+
return (h(Host, { key: '35f3c7ca48f2c64d89c90909bca5894d6f578e64', class: `bal-form-grid grid is-multiline my-none py-none` }, h("slot", { key: 'dde03d5928d665ada0f41230ff6c01e8f20c1dd1' })));
|
|
13
13
|
}
|
|
14
14
|
static get style() { return BalFormGridStyle0; }
|
|
15
15
|
}, [4, "bal-form-grid"]);
|
package/components/bal-form.js
CHANGED
|
@@ -29,7 +29,7 @@ const Form = /*@__PURE__*/ proxyCustomElement(class Form extends HTMLElement {
|
|
|
29
29
|
novalidate: this.novalidate,
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
|
-
return (h(Host,
|
|
32
|
+
return (h(Host, { key: '6e18df8ae00274664abd91bce9318de7c9fbd1e3' }, h(NativeEl, Object.assign({ key: '48bee97b1a0e11629d70a562ff7020cb753a258a' }, attrs, { class: this.formClass }), h("slot", { key: '8dae2c5837fead69d624ae443934bb7fa6f7dfe8' }))));
|
|
33
33
|
}
|
|
34
34
|
get el() { return this; }
|
|
35
35
|
static get style() { return BalFormStyle0; }
|
|
@@ -143,7 +143,7 @@ const Heading = /*@__PURE__*/ proxyCustomElement(class Heading extends HTMLEleme
|
|
|
143
143
|
const bemTextEl = block.element('text');
|
|
144
144
|
const Heading = this.tag;
|
|
145
145
|
const fontColor = this.fontColor;
|
|
146
|
-
return (h(Host, { class: Object.assign(Object.assign(Object.assign({}, block.class()), block.modifier(`space-${this.space}`).class(this.space !== undefined)), block.modifier(`level-${this.level}`).class()) }, h(Heading, { class: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, bemTextEl.class()), bemTextEl.modifier('no-wrap').class(this.noWrap)), bemTextEl.modifier('subtitle').class(this.subtitle)), bemTextEl.modifier('shadow').class(this.shadow)), bemTextEl.modifier(`color-${fontColor}`).class()), bemTextEl.modifier(`size-${this.autoFontSize}`).class()), ref: (headingEl) => (this.headingEl = headingEl), "data-testid": "bal-heading" }, h("slot",
|
|
146
|
+
return (h(Host, { key: '8086cde36ed3f4ca517135aad6210dccc9e59039', class: Object.assign(Object.assign(Object.assign({}, block.class()), block.modifier(`space-${this.space}`).class(this.space !== undefined)), block.modifier(`level-${this.level}`).class()) }, h(Heading, { key: '7ed342b861b33bdcb93daec513e593c531e891b5', class: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, bemTextEl.class()), bemTextEl.modifier('no-wrap').class(this.noWrap)), bemTextEl.modifier('subtitle').class(this.subtitle)), bemTextEl.modifier('shadow').class(this.shadow)), bemTextEl.modifier(`color-${fontColor}`).class()), bemTextEl.modifier(`size-${this.autoFontSize}`).class()), ref: (headingEl) => (this.headingEl = headingEl), "data-testid": "bal-heading" }, h("slot", { key: 'b189e37f7d994616493e86512f6748c85d00ba18' }))));
|
|
147
147
|
}
|
|
148
148
|
get el() { return this; }
|
|
149
149
|
static get watchers() { return {
|
|
@@ -11,7 +11,7 @@ const HintText = /*@__PURE__*/ proxyCustomElement(class HintText extends HTMLEle
|
|
|
11
11
|
const elContent = block.element('content');
|
|
12
12
|
const elText = elContent.element('text');
|
|
13
13
|
const elTextField = elText.element('field');
|
|
14
|
-
return (h(Host, { class: Object.assign({}, elText.class()) }, h("p", { class: Object.assign({}, elTextField.class()) }, h("slot",
|
|
14
|
+
return (h(Host, { key: '10515eb783c2a6feba7f88cc419e7cfa57295231', class: Object.assign({}, elText.class()) }, h("p", { key: '5a2c68d72075d729f72527e2bf6a7afcfa18c29e', class: Object.assign({}, elTextField.class()) }, h("slot", { key: '8da0f8ccdb88e88206c2b87ccae42d2636fc5586' }))));
|
|
15
15
|
}
|
|
16
16
|
}, [4, "bal-hint-text"]);
|
|
17
17
|
function defineCustomElement() {
|
|
@@ -11,7 +11,7 @@ const HintTitle = /*@__PURE__*/ proxyCustomElement(class HintTitle extends HTMLE
|
|
|
11
11
|
const elContent = block.element('content');
|
|
12
12
|
const elTitle = elContent.element('title');
|
|
13
13
|
const elHeading = elTitle.element('heading');
|
|
14
|
-
return (h(Host, { class: Object.assign({}, elTitle.class()) }, h("h3", { class: Object.assign({}, elHeading.class()) }, h("span",
|
|
14
|
+
return (h(Host, { key: '8f29a6b15159586bb953a76e446574facc9e258a', class: Object.assign({}, elTitle.class()) }, h("h3", { key: '9edc67f39610f47e3adad25fb931809cef09b908', class: Object.assign({}, elHeading.class()) }, h("span", { key: '30b258cb3ec7ffe8463c7fe5364ab61093611015' }, h("slot", { key: '9b8eb3d881e5393c757362c0e66be4debd4031b4' })))));
|
|
15
15
|
}
|
|
16
16
|
}, [4, "bal-hint-title"]);
|
|
17
17
|
function defineCustomElement() {
|
package/components/bal-icon2.js
CHANGED
|
@@ -2,6 +2,7 @@ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal
|
|
|
2
2
|
import { _ as __decorate, a as __metadata } from './tslib.es6.js';
|
|
3
3
|
import { c as commonjsGlobal } from './_commonjsHelpers.js';
|
|
4
4
|
import { B as BEM } from './bem.js';
|
|
5
|
+
import { l as rLCP } from './helpers.js';
|
|
5
6
|
import { d as defaultConfig } from './config.default.js';
|
|
6
7
|
import { L as ListenToConfig } from './config.decorator.js';
|
|
7
8
|
|
|
@@ -938,6 +939,7 @@ const Icon = /*@__PURE__*/ proxyCustomElement(class Icon extends HTMLElement {
|
|
|
938
939
|
return this.svg || '';
|
|
939
940
|
};
|
|
940
941
|
this.icons = defaultConfig.icons;
|
|
942
|
+
this.isLargestContentfulPaintDone = false;
|
|
941
943
|
this.name = '';
|
|
942
944
|
this.svg = '';
|
|
943
945
|
this.size = '';
|
|
@@ -951,6 +953,15 @@ const Icon = /*@__PURE__*/ proxyCustomElement(class Icon extends HTMLElement {
|
|
|
951
953
|
this.hovered = false;
|
|
952
954
|
this.pressed = false;
|
|
953
955
|
}
|
|
956
|
+
/**
|
|
957
|
+
* LIFECYCLE
|
|
958
|
+
* ------------------------------------------------------
|
|
959
|
+
*/
|
|
960
|
+
componentDidLoad() {
|
|
961
|
+
rLCP(() => {
|
|
962
|
+
this.isLargestContentfulPaintDone = true;
|
|
963
|
+
});
|
|
964
|
+
}
|
|
954
965
|
/**
|
|
955
966
|
* LISTENERS
|
|
956
967
|
* ------------------------------------------------------
|
|
@@ -1014,7 +1025,7 @@ const Icon = /*@__PURE__*/ proxyCustomElement(class Icon extends HTMLElement {
|
|
|
1014
1025
|
const color = this.parseColor();
|
|
1015
1026
|
const block = BEM.block('icon');
|
|
1016
1027
|
const svgContent = this.svgContent(this.name);
|
|
1017
|
-
return (h(Host, { "aria-hidden": "true", class: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, block.class()), block.modifier('is-inverted').class(this.inverted)), block.modifier('is-inline').class(this.inline)), block.modifier('shadow').class(this.shadow)), block.modifier(`is-${this.size}`).class(!!this.size)), block.modifier(`is-${color}`).class()) }, h("div", { class: Object.assign(Object.assign(Object.assign({}, block.element('inner').class()), block.element('inner').modifier(`turn-${this.name}`).class(this.turn)), block.modifier(`is-${this.size}`).class(!!this.size)), innerHTML: svgContent })));
|
|
1028
|
+
return (h(Host, { key: '6aa25caeb32d3b55b35b7bc563823b6bcaa477f0', "aria-hidden": "true", class: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, block.class()), block.modifier('is-inverted').class(this.inverted)), block.modifier('is-inline').class(this.inline)), block.modifier('shadow').class(this.shadow)), block.modifier(`is-${this.size}`).class(!!this.size)), block.modifier(`is-${color}`).class()) }, this.isLargestContentfulPaintDone ? (h("div", { class: Object.assign(Object.assign(Object.assign({}, block.element('inner').class()), block.element('inner').modifier(`turn-${this.name}`).class(this.turn)), block.modifier(`is-${this.size}`).class(!!this.size)), innerHTML: svgContent })) : ('')));
|
|
1018
1029
|
}
|
|
1019
1030
|
static get style() { return BalIconStyle0; }
|
|
1020
1031
|
}, [0, "bal-icon", {
|
|
@@ -1031,6 +1042,7 @@ const Icon = /*@__PURE__*/ proxyCustomElement(class Icon extends HTMLElement {
|
|
|
1031
1042
|
"hovered": [4],
|
|
1032
1043
|
"pressed": [4],
|
|
1033
1044
|
"icons": [32],
|
|
1045
|
+
"isLargestContentfulPaintDone": [32],
|
|
1034
1046
|
"configChanged": [64]
|
|
1035
1047
|
}]);
|
|
1036
1048
|
__decorate([
|
|
@@ -3,13 +3,13 @@ import { _ as __decorate, a as __metadata } from './tslib.es6.js';
|
|
|
3
3
|
import { B as BEM } from './bem.js';
|
|
4
4
|
import { L as Logger } from './log.js';
|
|
5
5
|
import { i as inheritAttributes } from './attributes.js';
|
|
6
|
-
import {
|
|
6
|
+
import { q as hasParent } from './helpers.js';
|
|
7
7
|
import { h as hasValueChanged, i as inputSetFocus, a as inputSetBlur } from './form-input.js';
|
|
8
8
|
import { d as defaultBalAriaForm } from './form.js';
|
|
9
|
-
import {
|
|
9
|
+
import { L as ListenTo } from './listen.js';
|
|
10
10
|
import { N as NUMBER_KEYS } from './keys.constant.js';
|
|
11
11
|
import { I as INVALID_VALUE } from './mask-util.js';
|
|
12
|
-
import { B as BalDate } from './date.js';
|
|
12
|
+
import { d as dateSeparator, B as BalDate } from './date.js';
|
|
13
13
|
import { L as ListenToConfig } from './config.decorator.js';
|
|
14
14
|
|
|
15
15
|
class MaskPosition {
|
|
@@ -989,14 +989,14 @@ const InputDate = /*@__PURE__*/ proxyCustomElement(class InputDate extends HTMLE
|
|
|
989
989
|
render() {
|
|
990
990
|
const block = BEM.block('input-date');
|
|
991
991
|
const native = block.element('native');
|
|
992
|
-
return (h(Host, { onClick: (event) => this.maskAdapter.bindHostClick(event), class: Object.assign({}, block.class()) }, h("input", Object.assign({ class: {
|
|
992
|
+
return (h(Host, { key: 'c19d0b61364480bbcb5067bf0c5d68b83dab6fa7', onClick: (event) => this.maskAdapter.bindHostClick(event), class: Object.assign({}, block.class()) }, h("input", Object.assign({ key: 'e8cbf0a3372a06823953459eeb754f2c22fc0b22', class: {
|
|
993
993
|
'input': true,
|
|
994
994
|
'is-disabled': this.disabled || this.readonly,
|
|
995
995
|
'is-danger': this.invalid,
|
|
996
996
|
'is-clickable': this.clickable && !(this.disabled || this.readonly),
|
|
997
997
|
'bal-focusable': !this.disabled,
|
|
998
998
|
'has-icon-right': this.hasIconRight,
|
|
999
|
-
}, "data-testid": "bal-date-input", ref: el => (this.nativeInput = el), id: this.ariaForm.controlId || this.inputId, "aria-labelledby": this.ariaForm.labelId, "aria-describedby": this.ariaForm.messageId, "aria-invalid": this.invalid === true ? 'true' : 'false', "aria-disabled": this.disabled ? 'true' : null, required: this.required, disabled: this.disabled, readonly: this.readonly, autoComplete: this.autocomplete }, this.maskAdapter.attributes, this.inheritedAttributes, { placeholder: this.placeholder, value: this.inputValue, onKeyDown: event => this.maskAdapter.bindKeyDown(event), onClick: event => this.maskAdapter.bindClick(event), onFocus: event => this.maskAdapter.bindFocus(event), onBlur: event => this.maskAdapter.bindBlur(event), onPaste: event => this.maskAdapter.bindPaste(event) })), h("input", { type: "date", class: Object.assign({}, native.class()), name: this.name, min: this.min, max: this.max, value: this.value, tabindex: -1, "aria-hidden": "true" })));
|
|
999
|
+
}, "data-testid": "bal-date-input", ref: el => (this.nativeInput = el), id: this.ariaForm.controlId || this.inputId, "aria-labelledby": this.ariaForm.labelId, "aria-describedby": this.ariaForm.messageId, "aria-invalid": this.invalid === true ? 'true' : 'false', "aria-disabled": this.disabled ? 'true' : null, required: this.required, disabled: this.disabled, readonly: this.readonly, autoComplete: this.autocomplete }, this.maskAdapter.attributes, this.inheritedAttributes, { placeholder: this.placeholder, value: this.inputValue, onKeyDown: event => this.maskAdapter.bindKeyDown(event), onClick: event => this.maskAdapter.bindClick(event), onFocus: event => this.maskAdapter.bindFocus(event), onBlur: event => this.maskAdapter.bindBlur(event), onPaste: event => this.maskAdapter.bindPaste(event) })), h("input", { key: 'b6acc3e893caf68b4823addac74e4cea27fdc98b', type: "date", class: Object.assign({}, native.class()), name: this.name, min: this.min, max: this.max, value: this.value, tabindex: -1, "aria-hidden": "true" })));
|
|
1000
1000
|
}
|
|
1001
1001
|
get el() { return this; }
|
|
1002
1002
|
static get watchers() { return {
|
|
@@ -1026,7 +1026,7 @@ const InputDate = /*@__PURE__*/ proxyCustomElement(class InputDate extends HTMLE
|
|
|
1026
1026
|
"setBlur": [64],
|
|
1027
1027
|
"getInputElement": [64],
|
|
1028
1028
|
"setAriaForm": [64]
|
|
1029
|
-
},
|
|
1029
|
+
}, undefined, {
|
|
1030
1030
|
"value": ["valueChanged"]
|
|
1031
1031
|
}]);
|
|
1032
1032
|
__decorate([
|
|
@@ -1041,6 +1041,18 @@ __decorate([
|
|
|
1041
1041
|
__metadata("design:paramtypes", [Object]),
|
|
1042
1042
|
__metadata("design:returntype", Promise)
|
|
1043
1043
|
], InputDate.prototype, "configChanged", null);
|
|
1044
|
+
__decorate([
|
|
1045
|
+
ListenTo('reset', { capture: true, target: 'document' }),
|
|
1046
|
+
__metadata("design:type", Function),
|
|
1047
|
+
__metadata("design:paramtypes", [UIEvent]),
|
|
1048
|
+
__metadata("design:returntype", void 0)
|
|
1049
|
+
], InputDate.prototype, "resetHandler", null);
|
|
1050
|
+
__decorate([
|
|
1051
|
+
ListenTo('click', { capture: true, target: 'document' }),
|
|
1052
|
+
__metadata("design:type", Function),
|
|
1053
|
+
__metadata("design:paramtypes", [MouseEvent]),
|
|
1054
|
+
__metadata("design:returntype", void 0)
|
|
1055
|
+
], InputDate.prototype, "listenOnClick", null);
|
|
1044
1056
|
let inputDateIds = 0;
|
|
1045
1057
|
function defineCustomElement() {
|
|
1046
1058
|
if (typeof customElements === "undefined") {
|
|
@@ -18,7 +18,7 @@ const InputGroup = /*@__PURE__*/ proxyCustomElement(class InputGroup extends HTM
|
|
|
18
18
|
const hasDanger = this.invalid;
|
|
19
19
|
const disabledClass = 'is-disabled';
|
|
20
20
|
const hasDisabled = this.disabled || this.readonly;
|
|
21
|
-
return (h(Host, { class: Object.assign(Object.assign(Object.assign({}, block.class()), block.modifier(dangerClass).class(hasDanger)), block.modifier(disabledClass).class(hasDisabled)) }, h("slot",
|
|
21
|
+
return (h(Host, { key: 'b5038db22ec5c61a3f23e8d49e7e010c1095caf7', class: Object.assign(Object.assign(Object.assign({}, block.class()), block.modifier(dangerClass).class(hasDanger)), block.modifier(disabledClass).class(hasDisabled)) }, h("slot", { key: '190951b467b003b066c34894295a5ef15304353b' })));
|
|
22
22
|
}
|
|
23
23
|
get el() { return this; }
|
|
24
24
|
static get style() { return BalInputGroupStyle0; }
|