@baloise/ds-core 19.2.0 → 19.3.0-nightly.20250630
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/_commonjsHelpers.js +5 -1
- package/components/all.d.ts +2 -0
- package/components/all.js +3 -0
- package/components/animation.decorator.js +1 -1
- package/components/array.js +3 -3
- package/components/attributes.js +0 -3
- package/components/bal-accordion-details.js +16 -5
- package/components/bal-accordion-summary.js +17 -6
- package/components/bal-accordion-trigger.js +49 -17
- package/components/bal-accordion.js +43 -15
- package/components/bal-app.js +1 -93
- package/components/bal-app2.js +100 -0
- package/components/bal-badge2.js +10 -3
- package/components/bal-button-group2.js +10 -0
- package/components/bal-button2.js +106 -32
- package/components/bal-card-actions.js +3 -0
- package/components/bal-card-button.js +19 -1
- package/components/bal-card-subtitle.js +13 -8
- package/components/bal-card-title.js +3 -0
- package/components/bal-card2.js +30 -4
- package/components/bal-carousel-item.js +36 -18
- package/components/bal-carousel.js +59 -10
- package/components/bal-check2.js +23 -2
- package/components/bal-checkbox-group.js +63 -23
- package/components/bal-checkbox2.js +94 -33
- package/components/bal-close2.js +9 -4
- package/components/bal-content2.js +24 -2
- package/components/bal-data-item.js +6 -0
- package/components/bal-data-label.js +3 -0
- package/components/bal-data-value.js +14 -5
- package/components/bal-data.js +8 -3
- package/components/bal-date-calendar-cell2.js +3 -8
- package/components/bal-date-calendar2.js +28 -32
- package/components/bal-date.js +72 -34
- package/components/bal-divider.js +18 -2
- package/components/bal-doc-app.d.ts +11 -0
- package/components/bal-doc-app.js +262 -0
- package/components/bal-dropdown.js +107 -43
- package/components/bal-field-control.js +14 -0
- package/components/bal-field-hint.js +9 -0
- package/components/bal-field-label.js +32 -0
- package/components/bal-field-message.js +15 -0
- package/components/bal-field.js +32 -11
- package/components/bal-file-upload.js +103 -52
- package/components/bal-footer.js +22 -7
- package/components/bal-form-grid.js +1 -2
- package/components/bal-form.js +11 -3
- package/components/bal-heading2.js +25 -6
- package/components/bal-hint2.js +13 -12
- package/components/bal-icon2.js +965 -906
- package/components/bal-input-date2.js +45 -11
- package/components/bal-input-group2.js +10 -2
- package/components/bal-input-slider.js +57 -19
- package/components/bal-input-stepper.js +1105 -1081
- package/components/bal-input.js +87 -37
- package/components/bal-label2.js +52 -4
- package/components/bal-list-item-accordion-body2.js +13 -7
- package/components/bal-list-item-accordion-head2.js +17 -7
- package/components/bal-list-item-content2.js +0 -1
- package/components/bal-list-item-icon2.js +3 -0
- package/components/bal-list-item-title2.js +3 -1
- package/components/bal-list-item2.js +34 -11
- package/components/bal-list2.js +16 -2
- package/components/bal-logo.animation.js +2 -2
- package/components/bal-logo2.js +15 -3
- package/components/bal-modal.js +38 -10
- package/components/bal-nav-link-grid-col2.js +8 -2
- package/components/bal-nav-link-grid2.js +1 -2
- package/components/bal-nav-link-group.js +8 -2
- package/components/bal-nav-link2.js +18 -4
- package/components/bal-nav-menu-bar2.js +11 -2
- package/components/bal-nav-menu-flyout2.js +20 -6
- package/components/bal-nav-meta-bar2.js +24 -4
- package/components/bal-nav.js +186 -80
- package/components/bal-navbar-brand.js +29 -6
- package/components/bal-navbar-menu-end.js +6 -0
- package/components/bal-navbar-menu-start.js +6 -0
- package/components/bal-navbar-menu.js +7 -1
- package/components/bal-navbar.js +12 -2
- package/components/bal-notices.js +10 -2
- package/components/bal-notification.js +11 -2
- package/components/bal-number-input.js +66 -150
- package/components/bal-option-list.js +27 -7
- package/components/bal-option.js +40 -13
- package/components/bal-pagination.js +84 -64
- package/components/bal-popover-content2.js +28 -1
- package/components/bal-popover2.js +50 -13
- package/components/bal-popup2.js +58 -26
- package/components/bal-progress-bar.js +17 -4
- package/components/bal-radio-group.js +59 -23
- package/components/bal-radio-icon2.js +23 -2
- package/components/bal-radio2.js +79 -30
- package/components/bal-segment-item.js +35 -16
- package/components/bal-segment.js +45 -24
- package/components/bal-select-option2.js +7 -2
- package/components/bal-select2.js +113 -58
- package/components/bal-shape2.js +13 -5
- package/components/bal-sheet.js +4 -2
- package/components/bal-snackbar.js +35 -9
- package/components/bal-spinner.animation.js +1927 -1917
- package/components/bal-spinner2.js +27 -9
- package/components/bal-stack2.js +37 -4
- package/components/bal-stage-back-link.js +6 -2
- package/components/bal-stage-image.js +1 -3
- package/components/bal-stage.js +17 -8
- package/components/bal-step-item.js +31 -1
- package/components/bal-steps.js +30 -12
- package/components/bal-switch.js +20 -2
- package/components/bal-tab-item.js +50 -6
- package/components/bal-table.js +4 -2
- package/components/bal-tabs2.js +107 -46
- package/components/bal-tag2.js +26 -2
- package/components/bal-text.js +136 -1
- package/components/bal-textarea.js +52 -24
- package/components/bal-time-input.js +42 -19
- package/components/bal-toast.js +18 -3
- package/components/bal-tooltip.js +21 -4
- package/components/breakpoints.subject.js +5 -79
- package/components/config.default.js +1 -1
- package/components/config.utils.js +1 -1
- package/components/date.js +3212 -3825
- package/components/element-states.decorator.js +1 -1
- package/components/floating-ui.js +2 -2
- package/components/focus-visible.js +2 -2
- package/components/focus.decorator.js +1 -1
- package/components/form-input.js +2 -6
- package/components/helpers.js +2 -2
- package/components/index.esm.js +122 -118
- package/components/index.js +20 -326
- package/components/index2.js +44 -588
- package/components/index3.js +561 -27
- package/components/index4.js +591 -1849
- package/components/index5.js +1814 -506
- package/components/index6.js +125 -0
- package/{dist/esm/initialize-be160cc4.js → components/initialize.js} +6 -6
- package/components/keyboard.helpers.js +1 -1
- package/components/lottie_light_html.js +11694 -11684
- package/components/mutation.decorator.js +1 -1
- package/components/overlays.js +2 -2
- package/components/purify.es.js +1328 -0
- package/components/resize.decorator.js +1 -1
- package/components/swipe.subject.js +1 -1
- package/components/swiper.util.js +2 -2
- package/components/tokens.esm.js +3 -2
- package/components/tslib.es6.js +2 -0
- package/components/utils.js +6 -6
- package/components/visibility.decorator.js +1 -1
- package/components/window-resize.decorator.js +1 -24
- package/components/window-resize.listener.js +80 -0
- package/components/window-resize.subject.js +26 -0
- package/dist/baloise-design-system/baloise-design-system.esm.js +1 -1
- package/dist/baloise-design-system/baloise-design-system.js +1 -1
- package/dist/baloise-design-system/index.esm.js +1 -1
- package/dist/baloise-design-system/p--k0G90SD.system.js +1 -0
- package/dist/baloise-design-system/p-01d073573f.system.entry.js +1 -0
- package/dist/baloise-design-system/p-02b8352ee5.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-240e3621c6.entry.js → p-059c584e1d.entry.js} +1 -1
- package/dist/baloise-design-system/p-07c4c0a34a.entry.js +1 -0
- package/dist/baloise-design-system/p-087771a0aa.system.entry.js +1 -0
- package/dist/baloise-design-system/p-0c68f0d2a7.system.entry.js +1 -0
- package/dist/baloise-design-system/p-0d6922d234.entry.js +1 -0
- package/dist/baloise-design-system/p-11c78979ba.entry.js +1 -0
- package/dist/baloise-design-system/p-1207b9753b.entry.js +1 -0
- package/dist/baloise-design-system/p-14658a1116.system.entry.js +1 -0
- package/dist/baloise-design-system/p-1660c717dd.entry.js +1 -0
- package/dist/baloise-design-system/p-17be27154f.system.entry.js +1 -0
- package/dist/baloise-design-system/p-189a96c522.entry.js +1 -0
- package/dist/baloise-design-system/p-1bd65d3478.entry.js +1 -0
- package/dist/baloise-design-system/p-1e314f5765.entry.js +1 -0
- package/dist/baloise-design-system/p-21e94d929c.entry.js +1 -0
- package/dist/baloise-design-system/p-21f00c06f7.system.entry.js +1 -0
- package/dist/baloise-design-system/p-220bd32622.entry.js +1 -0
- package/dist/baloise-design-system/{p-1e517d518d.system.entry.js → p-2552306487.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-26d97d1341.entry.js +1 -0
- package/dist/baloise-design-system/p-2bedf5525c.entry.js +1 -0
- package/dist/baloise-design-system/p-2e7fc3dd31.entry.js +1 -0
- package/dist/baloise-design-system/p-31d57d6b98.system.entry.js +1 -0
- package/dist/baloise-design-system/p-32aa95a155.entry.js +1 -0
- package/dist/baloise-design-system/{p-7632019f26.system.entry.js → p-333e7be9dd.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-356178f198.entry.js +1 -0
- package/dist/baloise-design-system/{p-d112488f3c.system.entry.js → p-361a85ce79.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-3758b52b14.system.entry.js +1 -0
- package/dist/baloise-design-system/p-378f6ac033.entry.js +1 -0
- package/dist/baloise-design-system/p-37d5ef6005.system.entry.js +1 -0
- package/dist/baloise-design-system/p-3a2cd4b9b9.system.entry.js +1 -0
- package/dist/baloise-design-system/p-3a7b577d1e.entry.js +1 -0
- package/dist/baloise-design-system/p-4346a5deb1.entry.js +1 -0
- package/dist/baloise-design-system/p-45df3e8f55.system.entry.js +1 -0
- package/dist/baloise-design-system/p-46ebaa5408.entry.js +1 -0
- package/dist/baloise-design-system/p-47e172daa0.entry.js +1 -0
- package/dist/baloise-design-system/{p-6077b576a9.system.entry.js → p-48fca0b00b.system.entry.js} +1 -1
- package/dist/baloise-design-system/{p-9df40521e4.system.entry.js → p-4c1dd77065.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-4ea67d4f4e.system.entry.js +1 -0
- package/dist/baloise-design-system/p-5355439141.system.entry.js +1 -0
- package/dist/baloise-design-system/p-5537773b45.system.entry.js +1 -0
- package/dist/baloise-design-system/p-565686db22.entry.js +1 -0
- package/dist/baloise-design-system/p-57fb8b5eb2.system.entry.js +1 -0
- package/dist/baloise-design-system/p-58783a0d8d.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-160c193287.entry.js → p-5b4c5cfff6.entry.js} +1 -1
- package/dist/baloise-design-system/p-61cb6b71ac.system.entry.js +1 -0
- package/dist/baloise-design-system/p-61f27901e6.entry.js +1 -0
- package/dist/baloise-design-system/p-64ddc16b67.system.entry.js +1 -0
- package/dist/baloise-design-system/p-6588e93372.entry.js +1 -0
- package/dist/baloise-design-system/p-6653708bd4.system.entry.js +1 -0
- package/dist/baloise-design-system/p-6699111bc2.system.entry.js +1 -0
- package/dist/baloise-design-system/p-673efab0fd.entry.js +1 -0
- package/dist/baloise-design-system/p-6ba67cb715.entry.js +1 -0
- package/dist/baloise-design-system/p-6e52cbd8c5.entry.js +1 -0
- package/dist/baloise-design-system/{p-279dbfbe05.entry.js → p-6f3e3ce12e.entry.js} +1 -1
- package/dist/baloise-design-system/p-6lvI43hh.js +1 -0
- package/dist/baloise-design-system/{p-05a5de36af.entry.js → p-71f9f1ca2e.entry.js} +1 -1
- package/dist/baloise-design-system/p-72eadd5113.entry.js +1 -0
- package/dist/baloise-design-system/p-756c6d31b2.system.entry.js +1 -0
- package/dist/baloise-design-system/p-758ffe7e03.entry.js +1 -0
- package/dist/baloise-design-system/p-77d927595c.entry.js +1 -0
- package/dist/baloise-design-system/p-79a2093f09.entry.js +1 -0
- package/dist/baloise-design-system/p-7b5cdd7059.system.entry.js +1 -0
- package/dist/baloise-design-system/p-7de6dfad79.entry.js +1 -0
- package/dist/baloise-design-system/p-7e25c45a92.system.entry.js +1 -0
- package/dist/baloise-design-system/p-8143d673eb.system.entry.js +1 -0
- package/dist/baloise-design-system/p-8195485035.entry.js +1 -0
- package/dist/baloise-design-system/p-8281fff44e.system.entry.js +1 -0
- package/dist/baloise-design-system/p-83e5034e65.entry.js +1 -0
- package/dist/baloise-design-system/p-8416fd07c5.system.entry.js +1 -0
- package/dist/baloise-design-system/p-8b9e2d1b0b.entry.js +1 -0
- package/dist/baloise-design-system/p-8ba1580831.system.entry.js +1 -0
- package/dist/baloise-design-system/p-8caeac83b7.entry.js +1 -0
- package/dist/baloise-design-system/p-8eb2cfd0a5.system.entry.js +1 -0
- package/dist/baloise-design-system/p-8f57e7854a.system.entry.js +1 -0
- package/dist/baloise-design-system/p-979f0a41e7.system.entry.js +1 -0
- package/dist/baloise-design-system/p-B1a79Kak.system.js +1 -0
- package/dist/baloise-design-system/p-B33S9saU.system.js +1 -0
- package/dist/baloise-design-system/{p-8fc7e9ca.js → p-B3C_UjgS.js} +1 -1
- package/dist/baloise-design-system/p-B3Q-Lii3.js +2 -0
- package/dist/baloise-design-system/p-BA7E5K4H.system.js +1 -0
- package/dist/baloise-design-system/p-BAaDJIzy.js +1 -0
- package/dist/baloise-design-system/p-BC9JH89x.js +1 -0
- package/dist/baloise-design-system/p-BFTU3MAI.js +1 -0
- package/dist/baloise-design-system/{p-c0c91eb1.js → p-BG4j3FEv.js} +1 -1
- package/dist/baloise-design-system/{p-53e09ecb.js → p-BHFw3KrT.js} +1 -1
- package/dist/baloise-design-system/p-BMcNt3mv.js +1 -0
- package/dist/baloise-design-system/{p-1c41de53.system.js → p-BPUKeAhO.system.js} +1 -1
- package/dist/baloise-design-system/{p-20eba37f.js → p-B_VNoLFI.js} +1 -1
- package/dist/baloise-design-system/p-BctAKt9s.system.js +1 -0
- package/dist/baloise-design-system/p-BfslJCJ1.system.js +1 -0
- package/dist/baloise-design-system/p-Bl6JuZha.js +1 -0
- package/dist/baloise-design-system/p-BnVL_HEz.js +1 -0
- package/dist/baloise-design-system/{p-01f07b49.system.js → p-BomCpG-1.system.js} +1 -1
- package/dist/baloise-design-system/p-BpPN4QPC.system.js +1 -0
- package/dist/baloise-design-system/p-Bzy18UgU.system.js +1 -0
- package/dist/baloise-design-system/{p-063808d7.js → p-C4sZQbkT.js} +1 -1
- package/dist/baloise-design-system/p-C78VTo3I.js +1 -0
- package/dist/baloise-design-system/p-CEOTg0oT.system.js +1 -0
- package/dist/baloise-design-system/p-CHdm2a6D.js +1 -0
- package/dist/baloise-design-system/p-COVugZnr.system.js +1 -0
- package/dist/baloise-design-system/{p-cb0ff37f.js → p-CQIRFXKv.js} +1 -1
- package/dist/baloise-design-system/p-CTtLY-pQ.system.js +1 -0
- package/dist/baloise-design-system/{p-9f7a1215.system.js → p-CaFT5PQ1.system.js} +1 -1
- package/dist/baloise-design-system/{p-b2f7e364.js → p-CbIltJfj.js} +1 -1
- package/dist/baloise-design-system/p-CbvOgU0G.js +1 -0
- package/dist/baloise-design-system/p-CcLsMAnx.system.js +1 -0
- package/dist/baloise-design-system/p-Ci4fBM5Q.system.js +1 -0
- package/dist/baloise-design-system/p-Cj6DXhmQ.js +1 -0
- package/dist/baloise-design-system/p-CkTFeT_v.system.js +1 -0
- package/dist/baloise-design-system/p-Ckgicaeo.js +1 -0
- package/dist/baloise-design-system/p-CodEKsLR.js +1 -0
- package/dist/baloise-design-system/p-CpWDVANq.system.js +1 -0
- package/dist/baloise-design-system/{p-96216bd1.js → p-CrVMeGPj.js} +1 -1
- package/dist/baloise-design-system/{p-d0537382.system.js → p-Cu1ebAbd.system.js} +1 -1
- package/dist/baloise-design-system/p-CwvovJM0.system.js +3 -0
- package/dist/baloise-design-system/p-CzKsK_-N.js +1 -0
- package/dist/baloise-design-system/p-Czl2AFQD.system.js +1 -0
- package/dist/baloise-design-system/p-D-yL3ygS.system.js +1 -0
- package/dist/baloise-design-system/p-D2IpojJH.js +1 -0
- package/dist/baloise-design-system/p-D3fFHb3d.system.js +1 -0
- package/dist/baloise-design-system/p-D619YWaH.system.js +1 -0
- package/dist/baloise-design-system/{p-38aa6fee.js → p-DBQiNMvy.js} +1 -1
- package/dist/baloise-design-system/{p-3c15fb83.system.js → p-DEH0fPxN.system.js} +1 -1
- package/dist/baloise-design-system/{p-83ac9b11.js → p-DExQyjsY.js} +1 -1
- package/dist/baloise-design-system/{p-50f3b012.js → p-DKxvaA1I.js} +1 -1
- package/dist/baloise-design-system/p-DObNWWwI.js +1 -0
- package/dist/baloise-design-system/{p-c0173fff.js → p-DWG-IuAM.js} +1 -1
- package/dist/baloise-design-system/p-DXglhVgP.js +1 -0
- package/dist/baloise-design-system/p-DdsDTeMh.js +1 -0
- package/dist/baloise-design-system/{p-b50f4c4e.system.js → p-DgNrhl33.system.js} +1 -1
- package/dist/baloise-design-system/p-DgPiq0y0.js +2 -0
- package/dist/baloise-design-system/p-Dnw9w0vR.system.js +1 -0
- package/dist/baloise-design-system/{p-b79d8942.system.js → p-Dou6adza.system.js} +1 -1
- package/dist/baloise-design-system/p-DpQhsHDk.system.js +9 -0
- package/dist/baloise-design-system/p-DpZ1EJms.system.js +1 -0
- package/dist/baloise-design-system/p-DqCbGYzv.js +1 -0
- package/dist/baloise-design-system/p-DxjqC_a1.system.js +1 -0
- package/dist/baloise-design-system/p-Dxz8zGB7.system.js +1 -0
- package/dist/baloise-design-system/p-HNsXrTcK.system.js +1 -0
- package/dist/baloise-design-system/{p-acf222fd.js → p-N2wlH4Xn.js} +1 -1
- package/dist/baloise-design-system/p-NtpXzgnf.system.js +1 -0
- package/dist/baloise-design-system/p-RzJv7e7Y.system.js +1 -0
- package/dist/baloise-design-system/p-S5-HQnxq.js +1 -0
- package/dist/baloise-design-system/{p-ec9a7cf5.system.js → p-SeKJ5o8j.system.js} +1 -1
- package/dist/baloise-design-system/p-UHSJaF1l.system.js +2 -0
- package/dist/baloise-design-system/{p-eecefb0a.system.js → p-YF2lEyTF.system.js} +1 -1
- package/dist/baloise-design-system/p-a3fc7283ce.system.entry.js +1 -0
- package/dist/baloise-design-system/p-a490a7c071.entry.js +1 -0
- package/dist/baloise-design-system/p-a9bbd841f4.entry.js +1 -0
- package/dist/baloise-design-system/p-aa419a2a08.entry.js +1 -0
- package/dist/baloise-design-system/p-b13add005c.entry.js +1 -0
- package/dist/baloise-design-system/p-b219f3a83c.system.entry.js +1 -0
- package/dist/baloise-design-system/p-b25e4a85a2.system.entry.js +1 -0
- package/dist/baloise-design-system/p-b5bc57a5cc.entry.js +1 -0
- package/dist/baloise-design-system/p-b5fa8d0dfd.entry.js +1 -0
- package/dist/baloise-design-system/p-b673357398.system.entry.js +1 -0
- package/dist/baloise-design-system/p-b782a8351d.system.entry.js +1 -0
- package/dist/baloise-design-system/p-b798847724.entry.js +1 -0
- package/dist/baloise-design-system/p-b7b40ed5a6.system.entry.js +1 -0
- package/dist/baloise-design-system/p-bb62fc0b8b.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-00e75d0c35.system.entry.js → p-bbf0ab0d94.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-c26e50d86b.system.entry.js +1 -0
- package/dist/baloise-design-system/p-c5kwQsXB.system.js +1 -0
- package/dist/baloise-design-system/p-c7370c3bcd.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-de8600efe8.system.entry.js → p-c82575cbe6.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-c99d479c7d.system.entry.js +1 -0
- package/dist/baloise-design-system/p-ca2c7c3b2b.entry.js +1 -0
- package/dist/baloise-design-system/p-cc45f0d261.system.entry.js +1 -0
- package/dist/baloise-design-system/p-ccafad087a.entry.js +1 -0
- package/dist/baloise-design-system/{p-92964b4937.entry.js → p-cf02b070a7.entry.js} +1 -1
- package/dist/baloise-design-system/{p-0d07e6caf8.entry.js → p-d093a0ccff.entry.js} +1 -1
- package/dist/baloise-design-system/p-d3adf6cb39.entry.js +1 -0
- package/dist/baloise-design-system/p-d3be77ed4e.entry.js +1 -0
- package/dist/baloise-design-system/p-d5fe0de8dd.system.entry.js +1 -0
- package/dist/baloise-design-system/p-d98fef5c6d.system.entry.js +1 -0
- package/dist/baloise-design-system/p-d99135bfae.system.entry.js +1 -0
- package/dist/baloise-design-system/p-dace8501ae.system.entry.js +1 -0
- package/dist/baloise-design-system/p-db401e5eca.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-0b39e3fc7f.system.entry.js → p-e0161a8c00.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-e1a35bc526.entry.js +1 -0
- package/dist/baloise-design-system/p-e264cbf7ab.entry.js +1 -0
- package/dist/baloise-design-system/{p-a06f682955.entry.js → p-e527a619c0.entry.js} +1 -1
- package/dist/baloise-design-system/p-eba28c44f3.entry.js +1 -0
- package/dist/baloise-design-system/p-ebacacaadb.system.entry.js +1 -0
- package/dist/baloise-design-system/p-f1f4340a3d.entry.js +1 -0
- package/dist/baloise-design-system/p-f2e7b54fd6.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-1a99fea403.system.entry.js → p-f32f4ce4d1.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-f3a820890f.entry.js +1 -0
- package/dist/baloise-design-system/p-fa1e4a4d20.system.entry.js +1 -0
- package/dist/baloise-design-system/p-fa5c522e5d.entry.js +1 -0
- package/dist/baloise-design-system/p-fe3f059990.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-18cab6ff5b.entry.js → p-fe8e5a5649.entry.js} +1 -1
- package/dist/baloise-design-system/p-jv0tWyso.js +1 -0
- package/dist/baloise-design-system/p-lFDHYLJ4.system.js +1 -0
- package/dist/baloise-design-system/p-m5GX4h3i.system.js +1 -0
- package/dist/baloise-design-system/p-nz7BJ7x8.js +1 -0
- package/dist/baloise-design-system/{p-ad14e9f9.js → p-pZ7tokLV.js} +1 -1
- package/dist/baloise-design-system/p-v8tPBXUI.js +1 -0
- package/dist/baloise-design-system/p-xbSOW78W.js +1 -0
- package/dist/cjs/{_commonjsHelpers-68cdf74f.js → _commonjsHelpers-BJu3ubxk.js} +5 -0
- package/dist/cjs/{animation.decorator-40bdfb52.js → animation.decorator-Ct7aiy8a.js} +9 -9
- package/dist/cjs/{array-ae164ca3.js → array-Db63Hhl1.js} +3 -3
- package/dist/cjs/{attributes-11acd153.js → attributes-Cp0kpySW.js} +0 -3
- package/dist/cjs/bal-accordion_4.cjs.entry.js +142 -67
- package/dist/cjs/bal-app.cjs.entry.js +23 -24
- package/dist/cjs/bal-badge.cjs.entry.js +12 -7
- package/dist/cjs/bal-button_2.cjs.entry.js +121 -45
- package/dist/cjs/bal-card_6.cjs.entry.js +69 -10
- package/dist/cjs/bal-carousel_2.cjs.entry.js +113 -54
- package/dist/cjs/bal-check.cjs.entry.js +25 -6
- package/dist/cjs/bal-checkbox_2.cjs.entry.js +180 -85
- package/dist/cjs/bal-close.cjs.entry.js +14 -15
- package/dist/cjs/bal-content.cjs.entry.js +28 -10
- package/dist/cjs/bal-data_4.cjs.entry.js +37 -15
- package/dist/cjs/bal-date-calendar-cell.cjs.entry.js +8 -18
- package/dist/cjs/bal-date-calendar_2.cjs.entry.js +90 -67
- package/dist/cjs/bal-date.cjs.entry.js +109 -76
- package/dist/cjs/bal-divider.cjs.entry.js +22 -10
- package/dist/cjs/bal-doc-app.cjs.entry.js +224 -0
- package/dist/cjs/bal-dropdown.cjs.entry.js +139 -82
- package/dist/cjs/bal-field_5.cjs.entry.js +109 -23
- package/dist/cjs/bal-file-upload.cjs.entry.js +120 -76
- package/dist/cjs/bal-footer.cjs.entry.js +34 -24
- package/dist/cjs/bal-form-col_2.cjs.entry.js +2 -5
- package/dist/cjs/bal-form.cjs.entry.js +14 -11
- package/dist/cjs/bal-heading_2.cjs.entry.js +74 -14
- package/dist/cjs/bal-hint_5.cjs.entry.js +110 -50
- package/dist/cjs/bal-icon.cjs.entry.js +969 -916
- package/dist/cjs/bal-input-group.cjs.entry.js +12 -6
- package/dist/cjs/bal-input-slider.cjs.entry.js +68 -34
- package/dist/cjs/bal-input-stepper.cjs.entry.js +1112 -1089
- package/dist/cjs/bal-input.cjs.entry.js +102 -57
- package/dist/cjs/bal-label.cjs.entry.js +59 -17
- package/dist/cjs/bal-list_8.cjs.entry.js +109 -59
- package/dist/cjs/{bal-logo.animation-9704970d.js → bal-logo.animation-q2TTdoP3.js} +4 -3
- package/dist/cjs/bal-logo.cjs.entry.js +26 -20
- package/dist/cjs/bal-modal_3.cjs.entry.js +48 -25
- package/dist/cjs/bal-nav_8.cjs.entry.js +290 -125
- package/dist/cjs/bal-navbar_5.cjs.entry.js +74 -30
- package/dist/cjs/bal-notices_3.cjs.entry.js +65 -18
- package/dist/cjs/bal-notification.cjs.entry.js +13 -6
- package/dist/cjs/bal-number-input.cjs.entry.js +83 -174
- package/dist/cjs/bal-option_2.cjs.entry.js +91 -49
- package/dist/cjs/bal-pagination.cjs.entry.js +87 -68
- package/dist/cjs/bal-popup.cjs.entry.js +72 -46
- package/dist/cjs/bal-progress-bar.cjs.entry.js +25 -17
- package/dist/cjs/bal-radio-icon.cjs.entry.js +25 -6
- package/dist/cjs/bal-radio_2.cjs.entry.js +163 -82
- package/dist/cjs/bal-segment_2.cjs.entry.js +101 -68
- package/dist/cjs/bal-select_2.cjs.entry.js +143 -89
- package/dist/cjs/bal-shape.cjs.entry.js +16 -10
- package/dist/cjs/bal-sheet.cjs.entry.js +6 -6
- package/dist/cjs/{bal-spinner.animation-a81cf10f.js → bal-spinner.animation-BL6PkxOx.js} +1929 -1919
- package/dist/cjs/bal-spinner.cjs.entry.js +34 -23
- package/dist/cjs/bal-stack.cjs.entry.js +41 -12
- package/dist/cjs/bal-stage_6.cjs.entry.js +27 -21
- package/dist/cjs/bal-step-item.cjs.entry.js +34 -6
- package/dist/cjs/bal-steps.cjs.entry.js +45 -33
- package/dist/cjs/bal-switch.cjs.entry.js +22 -6
- package/dist/cjs/bal-tab-item_2.cjs.entry.js +188 -90
- package/dist/cjs/bal-table.cjs.entry.js +6 -6
- package/dist/cjs/bal-tag_2.cjs.entry.js +31 -9
- package/dist/cjs/bal-textarea.cjs.entry.js +63 -40
- package/dist/cjs/bal-time-input.cjs.entry.js +58 -41
- package/dist/cjs/bal-tooltip.cjs.entry.js +31 -20
- package/dist/cjs/baloise-design-system.cjs.js +7 -14
- package/dist/cjs/{breakpoints.decorator-e93836f7.js → breakpoints.decorator-BvW42Q0T.js} +1 -1
- package/dist/cjs/{breakpoints.subject-46e29594.js → breakpoints.subject-BO2zDz46.js} +16 -17
- package/dist/cjs/{config.decorator-de244188.js → config.decorator-D_FjiIar.js} +3 -3
- package/dist/cjs/{date-ce9c7f3f.js → date-TPRfNe4M.js} +3217 -3830
- package/dist/cjs/{device-9f97a845.js → device-PwXgHi--.js} +5 -5
- package/dist/cjs/{element-states.decorator-aa5126e2.js → element-states.decorator-B-8GoxSa.js} +12 -13
- package/dist/cjs/{floating-ui-4a4a1aed.js → floating-ui-l3NjU516.js} +3 -3
- package/dist/cjs/{focus-visible-a434c91f.js → focus-visible-DFZa8IIA.js} +2 -2
- package/dist/cjs/{focus.decorator-14a4a576.js → focus.decorator-C6zfsYu-.js} +9 -10
- package/dist/cjs/{form-input-e9974433.js → form-input-B660-bjw.js} +2 -7
- package/dist/cjs/index-BZ67Dcnb.js +50 -0
- package/dist/cjs/index-BobQkZjn.js +1868 -0
- package/dist/cjs/index-C413E-IK.js +571 -0
- package/dist/cjs/index-CuY5w2n4.js +602 -0
- package/dist/cjs/index-D4vG8k57.js +2885 -0
- package/dist/cjs/index-ifu9fMyU.js +127 -0
- package/dist/cjs/index.cjs.js +69 -78
- package/dist/cjs/index.esm-CKDqUwIC.js +216 -0
- package/dist/cjs/{listener-52d2e5fd.js → listener-B7XPbb55.js} +2 -2
- package/dist/cjs/loader.cjs.js +3 -12
- package/dist/cjs/lottie_light_html-OP40Exqq.js +11704 -0
- package/dist/cjs/{mutation.decorator-485e250e.js → mutation.decorator-CugZMhs4.js} +5 -5
- package/dist/cjs/{number-24bf265b.js → number-hhFX3aKU.js} +3 -4
- package/dist/cjs/{overlays-94ebb271.js → overlays-D69-iSa6.js} +5 -6
- package/dist/cjs/purify.es-CJTp6uKN.js +1330 -0
- package/dist/cjs/{resize.decorator-e4a92322.js → resize.decorator-D7f4FbeF.js} +5 -6
- package/dist/cjs/{scroll-dc37ea84.js → scroll-D7ot6_a-.js} +5 -5
- package/dist/cjs/{swipe.decorator-9c105f90.js → swipe.decorator-aP7AIbLE.js} +1 -1
- package/dist/cjs/{swipe.subject-191f7d8a.js → swipe.subject-BhMYr3OO.js} +5 -5
- package/dist/cjs/{swiper.util-d23b8eb0.js → swiper.util-Dh50nc_s.js} +15 -16
- package/dist/cjs/{tokens.esm-b4bf229a.js → tokens.esm-BPYitgVY.js} +2 -1
- package/dist/cjs/{tslib.es6-a680968e.js → tslib.es6-DrfCPgT9.js} +2 -0
- package/dist/cjs/{utils-9ea175af.js → utils-Bl0u6rg1.js} +6 -6
- package/dist/cjs/{visibility.decorator-a218aab9.js → visibility.decorator-kwm3v9pQ.js} +5 -5
- package/dist/cjs/window-resize.decorator-00Vkgoqz.js +25 -0
- package/dist/cjs/window-resize.subject-D9DR__EJ.js +28 -0
- package/dist/collection/collection-manifest.json +3 -2
- package/dist/collection/components/bal-accordion/bal-accordion-details/bal-accordion-details.js +18 -6
- package/dist/collection/components/bal-accordion/bal-accordion-summary/bal-accordion-summary.js +19 -7
- package/dist/collection/components/bal-accordion/bal-accordion-trigger/bal-accordion-trigger.js +57 -24
- package/dist/collection/components/bal-accordion/bal-accordion.js +47 -18
- package/dist/collection/components/bal-app/bal-app.js +10 -4
- package/dist/collection/components/bal-badge/bal-badge.js +13 -5
- package/dist/collection/components/bal-button/bal-button-group/bal-button-group.js +13 -3
- package/dist/collection/components/bal-button/bal-button.js +192 -63
- package/dist/collection/components/bal-card/bal-card-actions/bal-card-actions.js +4 -1
- package/dist/collection/components/bal-card/bal-card-button/bal-card-button.js +26 -8
- package/dist/collection/components/bal-card/bal-card-subtitle/bal-card-subtitle.js +16 -5
- package/dist/collection/components/bal-card/bal-card-title/bal-card-title.js +4 -1
- package/dist/collection/components/bal-card/bal-card.css +1 -1
- package/dist/collection/components/bal-card/bal-card.js +36 -9
- package/dist/collection/components/bal-carousel/bal-carousel-item/bal-carousel-item.js +45 -27
- package/dist/collection/components/bal-carousel/bal-carousel.js +64 -15
- package/dist/collection/components/bal-checkbox/bal-check/bal-check.js +28 -6
- package/dist/collection/components/bal-checkbox/bal-checkbox-group/bal-checkbox-group.js +74 -31
- package/dist/collection/components/bal-checkbox/bal-checkbox.js +109 -47
- package/dist/collection/components/bal-checkbox/bal-switch/bal-switch.js +24 -5
- package/dist/collection/components/bal-close/bal-close.js +8 -2
- package/dist/collection/components/bal-content/bal-content.js +28 -5
- package/dist/collection/components/bal-data/bal-data-item/bal-data-item.js +8 -2
- package/dist/collection/components/bal-data/bal-data-label/bal-data-label.js +4 -1
- package/dist/collection/components/bal-data/bal-data-value/bal-data-value.js +15 -6
- package/dist/collection/components/bal-data/bal-data.js +9 -3
- package/dist/collection/components/bal-date/bal-date-calendar/bal-date-calendar.js +24 -26
- package/dist/collection/components/bal-date/bal-date-calendar-cell/bal-date-calendar-cell.js +11 -16
- package/dist/collection/components/bal-date/bal-date.js +85 -45
- package/dist/collection/components/bal-divider/bal-divider.js +21 -4
- package/dist/collection/components/bal-dropdown/bal-dropdown.js +118 -52
- package/dist/collection/components/bal-field/bal-field-control/bal-field-control.js +18 -4
- package/dist/collection/components/bal-field/bal-field-hint/bal-field-hint.js +12 -3
- package/dist/collection/components/bal-field/bal-field-label/bal-field-label.js +40 -8
- package/dist/collection/components/bal-field/bal-field-message/bal-field-message.js +20 -5
- package/dist/collection/components/bal-field/bal-field.js +36 -14
- package/dist/collection/components/bal-file-upload/bal-file-upload.js +67 -33
- package/dist/collection/components/bal-footer/bal-footer.js +20 -3
- package/dist/collection/components/bal-form/bal-form.js +12 -3
- package/dist/collection/components/bal-form-grid/bal-form-col/bal-form-col.js +1 -1
- package/dist/collection/components/bal-heading/bal-heading.js +33 -13
- package/dist/collection/components/bal-hint/bal-hint.css +1 -1
- package/dist/collection/components/bal-hint/bal-hint.js +9 -7
- package/dist/collection/components/bal-icon/bal-icon.js +82 -36
- package/dist/collection/components/bal-input/bal-input-date/bal-input-date.js +54 -19
- package/dist/collection/components/bal-input/bal-input.js +111 -60
- package/dist/collection/components/bal-input-group/bal-input-group.js +12 -3
- package/dist/collection/components/bal-input-slider/bal-input-slider.js +66 -27
- package/dist/collection/components/bal-input-stepper/bal-input-stepper.css +1 -1
- package/dist/collection/components/bal-input-stepper/bal-input-stepper.js +62 -40
- package/dist/collection/components/bal-label/bal-label.js +62 -13
- package/dist/collection/components/bal-list/bal-list-item/bal-list-item.js +42 -19
- package/dist/collection/components/bal-list/bal-list-item-accordion-body/bal-list-item-accordion-body.js +12 -7
- package/dist/collection/components/bal-list/bal-list-item-accordion-head/bal-list-item-accordion-head.js +16 -6
- package/dist/collection/components/bal-list/bal-list-item-content/bal-list-item-content.js +1 -4
- package/dist/collection/components/bal-list/bal-list-item-icon/bal-list-item-icon.js +4 -1
- package/dist/collection/components/bal-list/bal-list-item-title/bal-list-item-title.js +5 -3
- package/dist/collection/components/bal-list/bal-list.js +20 -5
- package/dist/collection/components/bal-logo/bal-logo.js +16 -3
- package/dist/collection/components/bal-modal/bal-modal.js +48 -17
- package/dist/collection/components/bal-nav/bal-nav-focus.util.js +87 -0
- package/dist/collection/components/bal-nav/bal-nav-link/bal-nav-link.js +23 -8
- package/dist/collection/components/bal-nav/bal-nav-link-grid-col/bal-nav-link-grid-col.js +8 -1
- package/dist/collection/components/bal-nav/bal-nav-link-group/bal-nav-link-group.js +8 -1
- package/dist/collection/components/bal-nav/bal-nav-menu-bar/bal-nav-menu-bar.js +12 -2
- package/dist/collection/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.js +48 -3
- package/dist/collection/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.css +1 -1
- package/dist/collection/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.js +45 -5
- package/dist/collection/components/bal-nav/bal-nav.css +1 -1
- package/dist/collection/components/bal-nav/bal-nav.js +61 -20
- package/dist/collection/components/bal-nav/models/bal-nav-menu-link-item.js +6 -5
- package/dist/collection/components/bal-nav/models/bal-nav-meta-button.js +7 -25
- package/dist/collection/components/bal-nav/models/bal-nav-meta-link-item.js +2 -2
- package/dist/collection/components/bal-navbar/bal-navbar-brand/bal-navbar-brand.js +36 -13
- package/dist/collection/components/bal-navbar/bal-navbar-menu/bal-navbar-menu.js +7 -1
- package/dist/collection/components/bal-navbar/bal-navbar-menu-end/bal-navbar-menu-end.js +7 -1
- package/dist/collection/components/bal-navbar/bal-navbar-menu-start/bal-navbar-menu-start.js +7 -1
- package/dist/collection/components/bal-navbar/bal-navbar.js +14 -3
- package/dist/collection/components/bal-notices/bal-notices.js +12 -3
- package/dist/collection/components/bal-notification/bal-notification.js +13 -3
- package/dist/collection/components/bal-number-input/bal-number-input.js +65 -36
- package/dist/collection/components/bal-option/bal-option.js +46 -18
- package/dist/collection/components/bal-option-list/bal-option-list.js +29 -8
- package/dist/collection/components/bal-pagination/bal-pagination.css +1 -1
- package/dist/collection/components/bal-pagination/bal-pagination.js +42 -15
- package/dist/collection/components/bal-popover/bal-popover-content/bal-popover-content.js +36 -9
- package/dist/collection/components/bal-popover/bal-popover.js +52 -12
- package/dist/collection/components/bal-popup/bal-popup.js +64 -31
- package/dist/collection/components/bal-progress-bar/bal-progress-bar.js +16 -3
- package/dist/collection/components/bal-radio/bal-radio-group/bal-radio-group.js +70 -32
- package/dist/collection/components/bal-radio/bal-radio-icon/bal-radio-icon.js +28 -6
- package/dist/collection/components/bal-radio/bal-radio.js +93 -43
- package/dist/collection/components/bal-segment/bal-segment-item/bal-segment-item.js +39 -19
- package/dist/collection/components/bal-segment/bal-segment.js +43 -23
- package/dist/collection/components/bal-select/bal-select-option/bal-select-option.js +11 -6
- package/dist/collection/components/bal-select/bal-select.js +115 -59
- package/dist/collection/components/bal-shape/bal-shape.js +15 -6
- package/dist/collection/components/bal-sheet/bal-sheet.js +4 -1
- package/dist/collection/components/bal-snackbar/bal-snackbar.js +42 -13
- package/dist/collection/components/bal-spinner/bal-spinner.js +30 -11
- package/dist/collection/components/bal-stack/bal-stack.js +47 -13
- package/dist/collection/components/bal-stage/bal-stage-back-link/bal-stage-back-link.js +10 -6
- package/dist/collection/components/bal-stage/bal-stage-image/bal-stage-image.js +2 -4
- package/dist/collection/components/bal-stage/bal-stage.js +22 -12
- package/dist/collection/components/bal-steps/bal-step-item/bal-step-item.js +42 -12
- package/dist/collection/components/bal-steps/bal-steps.js +31 -11
- package/dist/collection/components/bal-table/bal-table.js +4 -1
- package/dist/collection/components/bal-tabs/bal-tab-item/bal-tab-item.js +90 -30
- package/dist/collection/components/bal-tabs/bal-tabs.js +111 -52
- package/dist/collection/components/bal-tabs/components/tab-button.js +6 -3
- package/dist/collection/components/bal-tag/bal-tag.js +33 -8
- package/dist/collection/components/bal-text/bal-text.js +58 -13
- package/dist/collection/components/bal-textarea/bal-textarea.js +69 -40
- package/dist/collection/components/bal-time-input/bal-time-input.js +44 -20
- package/dist/collection/components/bal-toast/bal-toast.js +21 -4
- package/dist/collection/components/bal-tooltip/bal-tooltip.js +24 -6
- package/dist/collection/components/docs/bal-doc-app/bal-doc-app.css +1 -0
- package/dist/collection/components/docs/bal-doc-app/bal-doc-app.js +248 -0
- package/dist/collection/index.js +27 -21
- package/dist/collection/utils/constants/version.constant.js +1 -1
- package/dist/esm/_commonjsHelpers-BFTU3MAI.js +7 -0
- package/dist/esm/{animation.decorator-49923a4a.js → animation.decorator-BRrK54mN.js} +2 -2
- package/dist/esm/{array-4c09dfe3.js → array-CDfSqLEo.js} +3 -3
- package/dist/esm/{attributes-a3e70948.js → attributes-C4sZQbkT.js} +0 -3
- package/dist/esm/bal-accordion_4.entry.js +130 -53
- package/dist/esm/bal-app.entry.js +13 -12
- package/dist/esm/bal-badge.entry.js +12 -5
- package/dist/esm/bal-button_2.entry.js +120 -42
- package/dist/esm/bal-card_6.entry.js +69 -8
- package/dist/esm/bal-carousel_2.entry.js +110 -49
- package/dist/esm/bal-check.entry.js +25 -4
- package/dist/esm/bal-checkbox_2.entry.js +174 -77
- package/dist/esm/bal-close.entry.js +12 -11
- package/dist/esm/bal-content.entry.js +27 -7
- package/dist/esm/bal-data_4.entry.js +37 -13
- package/dist/esm/bal-date-calendar-cell.entry.js +8 -16
- package/dist/esm/bal-date-calendar_2.entry.js +86 -61
- package/dist/esm/bal-date.entry.js +92 -57
- package/dist/esm/bal-divider.entry.js +21 -7
- package/dist/esm/bal-doc-app.entry.js +222 -0
- package/dist/esm/bal-dropdown.entry.js +120 -61
- package/dist/esm/bal-field_5.entry.js +107 -19
- package/dist/esm/bal-file-upload.entry.js +119 -73
- package/dist/esm/bal-footer.entry.js +27 -15
- package/dist/esm/bal-form-col_2.entry.js +2 -3
- package/dist/esm/bal-form.entry.js +12 -7
- package/dist/esm/bal-heading_2.entry.js +73 -11
- package/dist/esm/bal-hint_5.entry.js +105 -43
- package/dist/esm/bal-icon.entry.js +969 -914
- package/dist/esm/bal-input-group.entry.js +12 -4
- package/dist/esm/bal-input-slider.entry.js +67 -31
- package/dist/esm/bal-input-stepper.entry.js +1108 -1083
- package/dist/esm/bal-input.entry.js +100 -53
- package/dist/esm/bal-label.entry.js +56 -12
- package/dist/esm/bal-list_8.entry.js +97 -45
- package/dist/esm/{bal-logo.animation-560601c6.js → bal-logo.animation-Bm-_mal3.js} +4 -3
- package/dist/esm/bal-logo.entry.js +24 -16
- package/dist/esm/bal-modal_3.entry.js +43 -18
- package/dist/esm/bal-nav_8.entry.js +276 -109
- package/dist/esm/bal-navbar_5.entry.js +69 -23
- package/dist/esm/bal-notices_3.entry.js +65 -16
- package/dist/esm/bal-notification.entry.js +13 -4
- package/dist/esm/bal-number-input.entry.js +78 -167
- package/dist/esm/bal-option_2.entry.js +77 -33
- package/dist/esm/bal-pagination.entry.js +87 -66
- package/dist/esm/bal-popup.entry.js +64 -36
- package/dist/esm/bal-progress-bar.entry.js +24 -14
- package/dist/esm/bal-radio-icon.entry.js +25 -4
- package/dist/esm/bal-radio_2.entry.js +157 -74
- package/dist/esm/bal-segment_2.entry.js +94 -59
- package/dist/esm/bal-select_2.entry.js +136 -80
- package/dist/esm/bal-shape.entry.js +16 -8
- package/dist/esm/bal-sheet.entry.js +6 -4
- package/dist/esm/{bal-spinner.animation-81d4326e.js → bal-spinner.animation-Bv2Ow6xu.js} +1929 -1919
- package/dist/esm/bal-spinner.entry.js +31 -18
- package/dist/esm/bal-stack.entry.js +40 -9
- package/dist/esm/bal-stage_6.entry.js +26 -18
- package/dist/esm/bal-step-item.entry.js +34 -4
- package/dist/esm/bal-steps.entry.js +43 -29
- package/dist/esm/bal-switch.entry.js +22 -4
- package/dist/esm/bal-tab-item_2.entry.js +175 -75
- package/dist/esm/bal-table.entry.js +6 -4
- package/dist/esm/bal-tag_2.entry.js +31 -7
- package/dist/esm/bal-textarea.entry.js +62 -37
- package/dist/esm/bal-time-input.entry.js +56 -37
- package/dist/esm/bal-tooltip.entry.js +28 -15
- package/dist/esm/baloise-design-system.js +5 -11
- package/dist/esm/{breakpoints.decorator-133a72bf.js → breakpoints.decorator-D65T7jyo.js} +1 -1
- package/dist/esm/{breakpoints.subject-76dd4b56.js → breakpoints.subject-D4ei1woI.js} +4 -5
- package/dist/esm/{config.decorator-42dba864.js → config.decorator-g255X8DE.js} +1 -1
- package/dist/esm/{date-a9304ff8.js → date-CzITO5fO.js} +3213 -3826
- package/dist/esm/{device-8c6d2881.js → device-dF5vUTps.js} +1 -1
- package/dist/esm/{element-states.decorator-0688a178.js → element-states.decorator-Dk8OIOdm.js} +2 -3
- package/dist/esm/{floating-ui-775ee3d1.js → floating-ui-ITd61PST.js} +2 -2
- package/dist/esm/{focus-visible-c1d6b5b8.js → focus-visible-DqCbGYzv.js} +2 -2
- package/dist/esm/{focus.decorator-5575312f.js → focus.decorator-MIxVqnNR.js} +2 -3
- package/dist/esm/{form-input-263e6f5b.js → form-input-DyU_I7Nf.js} +2 -6
- package/dist/esm/index-B4k_dH6V.js +1866 -0
- package/dist/esm/index-BU7FUSdu.js +569 -0
- package/dist/esm/index-D6JOtC1P.js +125 -0
- package/dist/esm/index-DgPiq0y0.js +2829 -0
- package/dist/esm/index-dYcsHLfj.js +600 -0
- package/dist/esm/index-zWZxKBfo.js +48 -0
- package/dist/esm/index.esm-Btc0yydR.js +210 -0
- package/dist/esm/index.js +24 -30
- package/dist/esm/{listener-04842ae9.js → listener-BRXdr5Mk.js} +1 -1
- package/dist/esm/loader.js +3 -10
- package/dist/esm/lottie_light_html-DuyI5RA6.js +11702 -0
- package/dist/esm/{mutation.decorator-e915d053.js → mutation.decorator-CFRV3n5T.js} +2 -2
- package/dist/esm/{number-d75635a2.js → number-DI8U2zZ7.js} +1 -2
- package/dist/esm/{overlays-3f81f45d.js → overlays-BE8fsAF4.js} +2 -3
- package/dist/esm/purify.es-B3Q-Lii3.js +1328 -0
- package/dist/esm/{resize.decorator-08f6286b.js → resize.decorator-CdfVlqf4.js} +2 -3
- package/dist/esm/{scroll-521224a9.js → scroll-ytafAebU.js} +1 -1
- package/dist/esm/{swipe.decorator-902c4936.js → swipe.decorator-LAK4VYA0.js} +1 -1
- package/dist/esm/{swipe.subject-fbdb665a.js → swipe.subject-2eHkUcpg.js} +4 -4
- package/dist/esm/{swiper.util-5f92ac1c.js → swiper.util-Dy8CWRH7.js} +4 -5
- package/dist/esm/{tokens.esm-dc280d50.js → tokens.esm-nz7BJ7x8.js} +3 -2
- package/dist/esm/{tslib.es6-654e2c24.js → tslib.es6-dfXERft2.js} +2 -0
- package/dist/esm/{utils-9fbab1d3.js → utils-C_qktPg7.js} +6 -6
- package/dist/esm/{visibility.decorator-ee4b6682.js → visibility.decorator-B1BbAwZf.js} +2 -2
- package/dist/esm/{window-resize.decorator-aa625d55.js → window-resize.decorator-DhkgwtOY.js} +1 -24
- package/dist/esm/window-resize.subject-DYiVCopc.js +26 -0
- package/dist/esm-es5/_commonjsHelpers-BFTU3MAI.js +1 -0
- package/dist/esm-es5/animation.decorator-BRrK54mN.js +1 -0
- package/dist/esm-es5/array-CDfSqLEo.js +1 -0
- package/dist/esm-es5/{attributes-a3e70948.js → attributes-C4sZQbkT.js} +1 -1
- package/dist/esm-es5/bal-accordion_4.entry.js +1 -1
- package/dist/esm-es5/bal-app.entry.js +1 -1
- package/dist/esm-es5/bal-badge.entry.js +1 -1
- package/dist/esm-es5/bal-button_2.entry.js +1 -1
- package/dist/esm-es5/bal-card_6.entry.js +1 -1
- package/dist/esm-es5/bal-carousel_2.entry.js +1 -1
- package/dist/esm-es5/bal-check.entry.js +1 -1
- package/dist/esm-es5/bal-checkbox_2.entry.js +1 -1
- package/dist/esm-es5/bal-close.entry.js +1 -1
- package/dist/esm-es5/bal-content.entry.js +1 -1
- package/dist/esm-es5/bal-data_4.entry.js +1 -1
- package/dist/esm-es5/bal-date-calendar-cell.entry.js +1 -1
- package/dist/esm-es5/bal-date-calendar_2.entry.js +1 -1
- package/dist/esm-es5/bal-date.entry.js +1 -1
- package/dist/esm-es5/bal-divider.entry.js +1 -1
- package/dist/esm-es5/bal-doc-app.entry.js +1 -0
- package/dist/esm-es5/bal-dropdown.entry.js +1 -1
- package/dist/esm-es5/bal-field_5.entry.js +1 -1
- package/dist/esm-es5/bal-file-upload.entry.js +1 -1
- package/dist/esm-es5/bal-footer.entry.js +1 -1
- package/dist/esm-es5/bal-form-col_2.entry.js +1 -1
- package/dist/esm-es5/bal-form.entry.js +1 -1
- package/dist/esm-es5/bal-heading_2.entry.js +1 -1
- package/dist/esm-es5/bal-hint_5.entry.js +1 -1
- package/dist/esm-es5/bal-icon.entry.js +1 -1
- package/dist/esm-es5/bal-input-group.entry.js +1 -1
- package/dist/esm-es5/bal-input-slider.entry.js +1 -1
- package/dist/esm-es5/bal-input-stepper.entry.js +1 -1
- package/dist/esm-es5/bal-input.entry.js +1 -1
- package/dist/esm-es5/bal-label.entry.js +1 -1
- package/dist/esm-es5/bal-list_8.entry.js +1 -1
- package/dist/esm-es5/bal-logo.animation-Bm-_mal3.js +1 -0
- package/dist/esm-es5/bal-logo.entry.js +1 -1
- package/dist/esm-es5/bal-modal_3.entry.js +1 -1
- package/dist/esm-es5/bal-nav_8.entry.js +1 -1
- package/dist/esm-es5/bal-navbar_5.entry.js +1 -1
- package/dist/esm-es5/bal-notices_3.entry.js +1 -1
- package/dist/esm-es5/bal-notification.entry.js +1 -1
- package/dist/esm-es5/bal-number-input.entry.js +1 -1
- package/dist/esm-es5/bal-option_2.entry.js +1 -1
- package/dist/esm-es5/bal-pagination.entry.js +1 -1
- package/dist/esm-es5/bal-popup.entry.js +1 -1
- package/dist/esm-es5/bal-progress-bar.entry.js +1 -1
- package/dist/esm-es5/bal-radio-icon.entry.js +1 -1
- package/dist/esm-es5/bal-radio_2.entry.js +1 -1
- package/dist/esm-es5/bal-segment_2.entry.js +1 -1
- package/dist/esm-es5/bal-select_2.entry.js +1 -1
- package/dist/esm-es5/bal-shape.entry.js +1 -1
- package/dist/esm-es5/bal-sheet.entry.js +1 -1
- package/dist/esm-es5/{bal-spinner.animation-81d4326e.js → bal-spinner.animation-Bv2Ow6xu.js} +1 -1
- package/dist/esm-es5/bal-spinner.entry.js +1 -1
- package/dist/esm-es5/bal-stack.entry.js +1 -1
- package/dist/esm-es5/bal-stage_6.entry.js +1 -1
- package/dist/esm-es5/bal-step-item.entry.js +1 -1
- package/dist/esm-es5/bal-steps.entry.js +1 -1
- package/dist/esm-es5/bal-switch.entry.js +1 -1
- package/dist/esm-es5/bal-tab-item_2.entry.js +1 -1
- package/dist/esm-es5/bal-table.entry.js +1 -1
- package/dist/esm-es5/bal-tag_2.entry.js +1 -1
- package/dist/esm-es5/bal-textarea.entry.js +1 -1
- package/dist/esm-es5/bal-time-input.entry.js +1 -1
- package/dist/esm-es5/bal-tooltip.entry.js +1 -1
- package/dist/esm-es5/baloise-design-system.js +1 -1
- package/dist/esm-es5/breakpoints.decorator-D65T7jyo.js +1 -0
- package/dist/esm-es5/breakpoints.subject-D4ei1woI.js +1 -0
- package/dist/esm-es5/config.decorator-g255X8DE.js +1 -0
- package/dist/esm-es5/date-CzITO5fO.js +1 -0
- package/dist/esm-es5/device-dF5vUTps.js +1 -0
- package/dist/esm-es5/element-states.decorator-Dk8OIOdm.js +1 -0
- package/dist/esm-es5/floating-ui-ITd61PST.js +1 -0
- package/dist/esm-es5/focus-visible-DqCbGYzv.js +1 -0
- package/dist/esm-es5/focus.decorator-MIxVqnNR.js +1 -0
- package/dist/esm-es5/form-input-DyU_I7Nf.js +1 -0
- package/dist/esm-es5/index-B4k_dH6V.js +1 -0
- package/dist/esm-es5/index-BU7FUSdu.js +1 -0
- package/dist/esm-es5/index-D6JOtC1P.js +1 -0
- package/dist/esm-es5/index-DgPiq0y0.js +2 -0
- package/dist/esm-es5/index-dYcsHLfj.js +1 -0
- package/dist/esm-es5/index-zWZxKBfo.js +1 -0
- package/dist/esm-es5/index.esm-Btc0yydR.js +1 -0
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/listener-BRXdr5Mk.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/lottie_light_html-DuyI5RA6.js +9 -0
- package/dist/esm-es5/mutation.decorator-CFRV3n5T.js +1 -0
- package/dist/esm-es5/number-DI8U2zZ7.js +1 -0
- package/dist/esm-es5/overlays-BE8fsAF4.js +1 -0
- package/dist/esm-es5/purify.es-B3Q-Lii3.js +2 -0
- package/dist/esm-es5/resize.decorator-CdfVlqf4.js +1 -0
- package/dist/esm-es5/scroll-ytafAebU.js +1 -0
- package/dist/esm-es5/{swipe.decorator-902c4936.js → swipe.decorator-LAK4VYA0.js} +1 -1
- package/dist/esm-es5/swipe.subject-2eHkUcpg.js +1 -0
- package/dist/esm-es5/swiper.util-Dy8CWRH7.js +1 -0
- package/dist/esm-es5/{tokens.esm-dc280d50.js → tokens.esm-nz7BJ7x8.js} +1 -1
- package/dist/esm-es5/utils-C_qktPg7.js +1 -0
- package/dist/esm-es5/visibility.decorator-B1BbAwZf.js +1 -0
- package/dist/esm-es5/window-resize.decorator-DhkgwtOY.js +1 -0
- package/dist/esm-es5/window-resize.subject-DYiVCopc.js +1 -0
- package/dist/html.html-data.json +86 -1
- package/dist/types/components/bal-button/bal-button.d.ts +13 -1
- package/dist/types/components/bal-checkbox/bal-checkbox-group/bal-checkbox-group.d.ts +2 -2
- package/dist/types/components/bal-input-stepper/bal-input-stepper.d.ts +1 -1
- package/dist/types/components/bal-nav/bal-nav-focus.util.d.ts +33 -0
- package/dist/types/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.d.ts +6 -1
- package/dist/types/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.d.ts +4 -0
- package/dist/types/components/bal-nav/bal-nav.interfaces.d.ts +7 -1
- package/dist/types/components/bal-nav/models/bal-nav-menu-link-item.d.ts +1 -0
- package/dist/types/components/bal-nav/models/bal-nav-meta-button.d.ts +1 -1
- package/dist/types/components/bal-pagination/bal-pagination.d.ts +1 -1
- package/dist/types/components/bal-radio/bal-radio-group/bal-radio-group.d.ts +2 -2
- package/dist/types/components/bal-segment/bal-segment.d.ts +2 -2
- package/dist/types/components/bal-tabs/bal-tab-item/bal-tab-item.d.ts +8 -3
- package/dist/types/components/bal-tabs/bal-tab.type.d.ts +1 -0
- package/dist/types/components/bal-tabs/bal-tabs.interfaces.d.ts +2 -0
- package/dist/types/components/docs/bal-doc-app/bal-doc-app.d.ts +21 -0
- package/dist/types/components.d.ts +1551 -10
- package/dist/types/home/runner/work/design-system/design-system/packages/core/.stencil/packages/icons/src/index.d.ts +82 -0
- package/dist/types/index.d.ts +25 -23
- package/dist/types/stencil-public-runtime.d.ts +23 -1
- package/package.json +7 -7
- package/components/bal-text2.js +0 -94
- package/components/purify.js +0 -1353
- package/dist/baloise-design-system/p-002d7bb9.js +0 -1
- package/dist/baloise-design-system/p-00b37ea2.js +0 -1
- package/dist/baloise-design-system/p-00c2788841.entry.js +0 -1
- package/dist/baloise-design-system/p-00e36bd710.system.entry.js +0 -1
- package/dist/baloise-design-system/p-0193364e31.entry.js +0 -1
- package/dist/baloise-design-system/p-056b22a7.system.js +0 -1
- package/dist/baloise-design-system/p-06d14aacfc.system.entry.js +0 -1
- package/dist/baloise-design-system/p-088aef322b.system.entry.js +0 -1
- package/dist/baloise-design-system/p-0c40a0d86b.entry.js +0 -1
- package/dist/baloise-design-system/p-0d3584a65f.system.entry.js +0 -1
- package/dist/baloise-design-system/p-1345eac467.system.entry.js +0 -1
- package/dist/baloise-design-system/p-16395ece.system.js +0 -1
- package/dist/baloise-design-system/p-166d571e.js +0 -1
- package/dist/baloise-design-system/p-1846561401.system.entry.js +0 -1
- package/dist/baloise-design-system/p-191cb463ef.entry.js +0 -1
- package/dist/baloise-design-system/p-19821082de.entry.js +0 -1
- package/dist/baloise-design-system/p-1a3fd0b20d.system.entry.js +0 -1
- package/dist/baloise-design-system/p-1bd08e1e63.system.entry.js +0 -1
- package/dist/baloise-design-system/p-1d4ea7e42b.system.entry.js +0 -1
- package/dist/baloise-design-system/p-1d7c3cf2.system.js +0 -1
- package/dist/baloise-design-system/p-1f91745ab3.system.entry.js +0 -1
- package/dist/baloise-design-system/p-20bc89d933.entry.js +0 -1
- package/dist/baloise-design-system/p-210cd438.system.js +0 -9
- package/dist/baloise-design-system/p-211a37e8.js +0 -1
- package/dist/baloise-design-system/p-211fd73b2d.entry.js +0 -1
- package/dist/baloise-design-system/p-237de03b.system.js +0 -1
- package/dist/baloise-design-system/p-23bdd8dc.system.js +0 -1
- package/dist/baloise-design-system/p-242625df10.system.entry.js +0 -1
- package/dist/baloise-design-system/p-24fe64c5.js +0 -1
- package/dist/baloise-design-system/p-2880433e.system.js +0 -1
- package/dist/baloise-design-system/p-2a27350c.js +0 -1
- package/dist/baloise-design-system/p-2c5c5716e7.system.entry.js +0 -1
- package/dist/baloise-design-system/p-2c909ec2ed.entry.js +0 -1
- package/dist/baloise-design-system/p-2ccbe55a.js +0 -2
- package/dist/baloise-design-system/p-301a6b23.js +0 -1
- package/dist/baloise-design-system/p-3032d4ad66.entry.js +0 -1
- package/dist/baloise-design-system/p-3153f3e507.system.entry.js +0 -1
- package/dist/baloise-design-system/p-3156541849.system.entry.js +0 -1
- package/dist/baloise-design-system/p-31baba8382.system.entry.js +0 -1
- package/dist/baloise-design-system/p-32db85222c.entry.js +0 -1
- package/dist/baloise-design-system/p-345aa92d.system.js +0 -1
- package/dist/baloise-design-system/p-34b6d66663.entry.js +0 -1
- package/dist/baloise-design-system/p-38bca05d45.system.entry.js +0 -1
- package/dist/baloise-design-system/p-3913c6ae.js +0 -1
- package/dist/baloise-design-system/p-39cbb5b4.system.js +0 -1
- package/dist/baloise-design-system/p-3b6395d90b.system.entry.js +0 -1
- package/dist/baloise-design-system/p-3c39fe4b16.system.entry.js +0 -1
- package/dist/baloise-design-system/p-3ccf4ae8.js +0 -1
- package/dist/baloise-design-system/p-3e0254a61f.entry.js +0 -1
- package/dist/baloise-design-system/p-3f01fc8b.js +0 -1
- package/dist/baloise-design-system/p-41f36f7375.entry.js +0 -1
- package/dist/baloise-design-system/p-456114b8.system.js +0 -1
- package/dist/baloise-design-system/p-4573c419.js +0 -1
- package/dist/baloise-design-system/p-45d69189d4.system.entry.js +0 -1
- package/dist/baloise-design-system/p-472a8efc29.entry.js +0 -1
- package/dist/baloise-design-system/p-4743791e3f.entry.js +0 -1
- package/dist/baloise-design-system/p-47825fdf.system.js +0 -1
- package/dist/baloise-design-system/p-48bee822ce.entry.js +0 -1
- package/dist/baloise-design-system/p-4b3b969747.entry.js +0 -1
- package/dist/baloise-design-system/p-4d4dd885fc.entry.js +0 -1
- package/dist/baloise-design-system/p-4f49822899.system.entry.js +0 -1
- package/dist/baloise-design-system/p-5298de0e.system.js +0 -1
- package/dist/baloise-design-system/p-5569e7774f.entry.js +0 -1
- package/dist/baloise-design-system/p-5638fe223b.entry.js +0 -1
- package/dist/baloise-design-system/p-565f9976.system.js +0 -1
- package/dist/baloise-design-system/p-56f686f295.system.entry.js +0 -1
- package/dist/baloise-design-system/p-57b41c6504.system.entry.js +0 -1
- package/dist/baloise-design-system/p-5b20afcac4.system.entry.js +0 -1
- package/dist/baloise-design-system/p-5b81a72518.system.entry.js +0 -1
- package/dist/baloise-design-system/p-5bb661c59b.entry.js +0 -1
- package/dist/baloise-design-system/p-5ce42985d4.system.entry.js +0 -1
- package/dist/baloise-design-system/p-5f32b4f3.system.js +0 -1
- package/dist/baloise-design-system/p-5fcfbec540.system.entry.js +0 -1
- package/dist/baloise-design-system/p-6149950bb1.system.entry.js +0 -1
- package/dist/baloise-design-system/p-61b67b07b2.system.entry.js +0 -1
- package/dist/baloise-design-system/p-654bc5873c.entry.js +0 -1
- package/dist/baloise-design-system/p-659ecadc.system.js +0 -1
- package/dist/baloise-design-system/p-6700e35d71.entry.js +0 -1
- package/dist/baloise-design-system/p-6913b916.system.js +0 -1
- package/dist/baloise-design-system/p-6b690346.system.js +0 -1
- package/dist/baloise-design-system/p-6bb4e22ace.system.entry.js +0 -1
- package/dist/baloise-design-system/p-6c1136af87.entry.js +0 -1
- package/dist/baloise-design-system/p-6e85cd1a.js +0 -1
- package/dist/baloise-design-system/p-72414b93ef.system.entry.js +0 -1
- package/dist/baloise-design-system/p-72c837904a.system.entry.js +0 -1
- package/dist/baloise-design-system/p-748e3f7c7d.entry.js +0 -1
- package/dist/baloise-design-system/p-7625d0abde.system.entry.js +0 -1
- package/dist/baloise-design-system/p-7720b262.system.js +0 -1
- package/dist/baloise-design-system/p-78b209fdb3.system.entry.js +0 -1
- package/dist/baloise-design-system/p-7961e095.system.js +0 -2
- package/dist/baloise-design-system/p-79f6f58b.js +0 -1
- package/dist/baloise-design-system/p-7cbb14c480.entry.js +0 -1
- package/dist/baloise-design-system/p-7d4fac85.js +0 -1
- package/dist/baloise-design-system/p-848aa73224.entry.js +0 -1
- package/dist/baloise-design-system/p-863f4e4e.system.js +0 -1
- package/dist/baloise-design-system/p-875de117.js +0 -1
- package/dist/baloise-design-system/p-8ebf048b7b.system.entry.js +0 -1
- package/dist/baloise-design-system/p-92b665e7.system.js +0 -1
- package/dist/baloise-design-system/p-9577a33b58.entry.js +0 -1
- package/dist/baloise-design-system/p-97bb957512.entry.js +0 -1
- package/dist/baloise-design-system/p-9a3d9e17.js +0 -1
- package/dist/baloise-design-system/p-9a5b77d8.system.js +0 -1
- package/dist/baloise-design-system/p-9c3f458e6c.entry.js +0 -1
- package/dist/baloise-design-system/p-9c8bb7777c.system.entry.js +0 -1
- package/dist/baloise-design-system/p-9df176a81a.system.entry.js +0 -1
- package/dist/baloise-design-system/p-a1449d0827.system.entry.js +0 -1
- package/dist/baloise-design-system/p-a1f6e944.system.js +0 -1
- package/dist/baloise-design-system/p-a255c9b3.js +0 -1
- package/dist/baloise-design-system/p-a35a951800.entry.js +0 -1
- package/dist/baloise-design-system/p-a397da94.system.js +0 -1
- package/dist/baloise-design-system/p-a64c7a3b82.system.entry.js +0 -1
- package/dist/baloise-design-system/p-a65354df.js +0 -1
- package/dist/baloise-design-system/p-a7963df92a.entry.js +0 -1
- package/dist/baloise-design-system/p-a7be57b6.js +0 -1
- package/dist/baloise-design-system/p-a7de0bf339.system.entry.js +0 -1
- package/dist/baloise-design-system/p-a86c09c64f.system.entry.js +0 -1
- package/dist/baloise-design-system/p-a8955719.system.js +0 -1
- package/dist/baloise-design-system/p-a8f4c51f7d.entry.js +0 -1
- package/dist/baloise-design-system/p-abaa6b209d.entry.js +0 -1
- package/dist/baloise-design-system/p-abd6896e.system.js +0 -1
- package/dist/baloise-design-system/p-ade92c8b.js +0 -2
- package/dist/baloise-design-system/p-ade9437f.system.js +0 -1
- package/dist/baloise-design-system/p-ae3df5bebc.system.entry.js +0 -1
- package/dist/baloise-design-system/p-aee1b9619a.system.entry.js +0 -1
- package/dist/baloise-design-system/p-af0585f6.js +0 -1
- package/dist/baloise-design-system/p-af1086f717.entry.js +0 -1
- package/dist/baloise-design-system/p-afd41db0.js +0 -1
- package/dist/baloise-design-system/p-b147ff1ced.entry.js +0 -1
- package/dist/baloise-design-system/p-b3a9499f8e.entry.js +0 -1
- package/dist/baloise-design-system/p-b5b4c144a0.system.entry.js +0 -1
- package/dist/baloise-design-system/p-b77e3348.js +0 -1
- package/dist/baloise-design-system/p-b794110da2.system.entry.js +0 -1
- package/dist/baloise-design-system/p-b80f4f2be5.entry.js +0 -1
- package/dist/baloise-design-system/p-bb0bea1a12.entry.js +0 -1
- package/dist/baloise-design-system/p-bdec7c17.system.js +0 -1
- package/dist/baloise-design-system/p-c1181d7258.entry.js +0 -1
- package/dist/baloise-design-system/p-c24c3e208f.entry.js +0 -1
- package/dist/baloise-design-system/p-c43a56b7.system.js +0 -1
- package/dist/baloise-design-system/p-c5fc0e842c.system.entry.js +0 -1
- package/dist/baloise-design-system/p-c90cd86f85.entry.js +0 -1
- package/dist/baloise-design-system/p-ce4f5a6a.js +0 -1
- package/dist/baloise-design-system/p-cec9dcd5f0.system.entry.js +0 -1
- package/dist/baloise-design-system/p-d0cee779.system.js +0 -2
- package/dist/baloise-design-system/p-d2b585ae74.entry.js +0 -1
- package/dist/baloise-design-system/p-d41614f898.entry.js +0 -1
- package/dist/baloise-design-system/p-d4e5093b.js +0 -1
- package/dist/baloise-design-system/p-da804f45a6.system.entry.js +0 -1
- package/dist/baloise-design-system/p-da86fecd46.entry.js +0 -1
- package/dist/baloise-design-system/p-dba2c7bb14.system.entry.js +0 -1
- package/dist/baloise-design-system/p-de44e8a65c.entry.js +0 -1
- package/dist/baloise-design-system/p-df907af8.system.js +0 -1
- package/dist/baloise-design-system/p-df94de7fb8.system.entry.js +0 -1
- package/dist/baloise-design-system/p-e0248dd3.js +0 -1
- package/dist/baloise-design-system/p-e2c982954d.entry.js +0 -1
- package/dist/baloise-design-system/p-e3fb1f185f.system.entry.js +0 -1
- package/dist/baloise-design-system/p-e581de20.js +0 -1
- package/dist/baloise-design-system/p-e75452d8.system.js +0 -1
- package/dist/baloise-design-system/p-e87f91527f.entry.js +0 -1
- package/dist/baloise-design-system/p-eaed1f800c.entry.js +0 -1
- package/dist/baloise-design-system/p-ec375851.js +0 -1
- package/dist/baloise-design-system/p-f1052416.js +0 -1
- package/dist/baloise-design-system/p-f35655f3.js +0 -1
- package/dist/baloise-design-system/p-f52a27c1.system.js +0 -1
- package/dist/baloise-design-system/p-f817eedc81.entry.js +0 -1
- package/dist/baloise-design-system/p-fa4494e0.system.js +0 -1
- package/dist/baloise-design-system/p-fa5198a0.system.js +0 -1
- package/dist/baloise-design-system/p-fa6b5cde.system.js +0 -1
- package/dist/baloise-design-system/p-fd6073b5.system.js +0 -1
- package/dist/baloise-design-system/p-ff36efab94.entry.js +0 -1
- package/dist/cjs/app-globals-0d8db19e.js +0 -11
- package/dist/cjs/browser-1d542d0f.js +0 -64
- package/dist/cjs/config.default-7e96eb95.js +0 -48
- package/dist/cjs/config.utils-df30e424.js +0 -140
- package/dist/cjs/helpers-debb881a.js +0 -331
- package/dist/cjs/index-24d802b4.js +0 -594
- package/dist/cjs/index-3b7f8988.js +0 -1860
- package/dist/cjs/index-758765f7.js +0 -560
- package/dist/cjs/index-84f42282.js +0 -1810
- package/dist/cjs/index-e6a233be.js +0 -37
- package/dist/cjs/index.esm-a38eebac.js +0 -212
- package/dist/cjs/initialize-2e8978a4.js +0 -319
- package/dist/cjs/log-33398c2a.js +0 -80
- package/dist/cjs/lottie_light_html-cbfdf82e.js +0 -11694
- package/dist/cjs/purify-b01229e2.js +0 -1355
- package/dist/cjs/window-resize.decorator-6954c7a2.js +0 -48
- package/dist/esm/_commonjsHelpers-1c8beb5f.js +0 -3
- package/dist/esm/app-globals-5dd5fe6b.js +0 -9
- package/dist/esm/browser-a8073d92.js +0 -62
- package/dist/esm/config.default-8e11a860.js +0 -45
- package/dist/esm/config.utils-cd529084.js +0 -101
- package/dist/esm/helpers-94c3fbac.js +0 -307
- package/dist/esm/index-82aff103.js +0 -35
- package/dist/esm/index-8d2a7ce7.js +0 -1779
- package/dist/esm/index-95ee0c4b.js +0 -1858
- package/dist/esm/index-bba06972.js +0 -558
- package/dist/esm/index-db06fb0e.js +0 -592
- package/dist/esm/index.esm-9079680d.js +0 -206
- package/dist/esm/log-dfd1c19f.js +0 -77
- package/dist/esm/lottie_light_html-ab90e4a2.js +0 -11692
- package/dist/esm/purify-8cb49f16.js +0 -1353
- package/dist/esm-es5/_commonjsHelpers-1c8beb5f.js +0 -1
- package/dist/esm-es5/animation.decorator-49923a4a.js +0 -1
- package/dist/esm-es5/app-globals-5dd5fe6b.js +0 -1
- package/dist/esm-es5/array-4c09dfe3.js +0 -1
- package/dist/esm-es5/bal-logo.animation-560601c6.js +0 -1
- package/dist/esm-es5/breakpoints.decorator-133a72bf.js +0 -1
- package/dist/esm-es5/breakpoints.subject-76dd4b56.js +0 -1
- package/dist/esm-es5/browser-a8073d92.js +0 -1
- package/dist/esm-es5/config.decorator-42dba864.js +0 -1
- package/dist/esm-es5/config.default-8e11a860.js +0 -1
- package/dist/esm-es5/config.utils-cd529084.js +0 -1
- package/dist/esm-es5/date-a9304ff8.js +0 -1
- package/dist/esm-es5/device-8c6d2881.js +0 -1
- package/dist/esm-es5/element-states.decorator-0688a178.js +0 -1
- package/dist/esm-es5/floating-ui-775ee3d1.js +0 -1
- package/dist/esm-es5/focus-visible-c1d6b5b8.js +0 -1
- package/dist/esm-es5/focus.decorator-5575312f.js +0 -1
- package/dist/esm-es5/form-input-263e6f5b.js +0 -1
- package/dist/esm-es5/helpers-94c3fbac.js +0 -1
- package/dist/esm-es5/index-82aff103.js +0 -1
- package/dist/esm-es5/index-8d2a7ce7.js +0 -2
- package/dist/esm-es5/index-95ee0c4b.js +0 -1
- package/dist/esm-es5/index-bba06972.js +0 -1
- package/dist/esm-es5/index-db06fb0e.js +0 -1
- package/dist/esm-es5/index.esm-9079680d.js +0 -1
- package/dist/esm-es5/initialize-be160cc4.js +0 -1
- package/dist/esm-es5/listener-04842ae9.js +0 -1
- package/dist/esm-es5/log-dfd1c19f.js +0 -1
- package/dist/esm-es5/lottie_light_html-ab90e4a2.js +0 -9
- package/dist/esm-es5/mutation.decorator-e915d053.js +0 -1
- package/dist/esm-es5/number-d75635a2.js +0 -1
- package/dist/esm-es5/overlays-3f81f45d.js +0 -1
- package/dist/esm-es5/purify-8cb49f16.js +0 -2
- package/dist/esm-es5/resize.decorator-08f6286b.js +0 -1
- package/dist/esm-es5/scroll-521224a9.js +0 -1
- package/dist/esm-es5/swipe.subject-fbdb665a.js +0 -1
- package/dist/esm-es5/swiper.util-5f92ac1c.js +0 -1
- package/dist/esm-es5/utils-9fbab1d3.js +0 -1
- package/dist/esm-es5/visibility.decorator-ee4b6682.js +0 -1
- package/dist/esm-es5/window-resize.decorator-aa625d55.js +0 -1
- package/loader/package.json +0 -11
- /package/components/{floating-ui.dom.esm.js → floating-ui.dom.js} +0 -0
- /package/dist/baloise-design-system/{p-8dc7ee30.js → p-B4aDEwd8.js} +0 -0
- /package/dist/baloise-design-system/{p-5ed239cc.js → p-BLp4ll3i.js} +0 -0
- /package/dist/baloise-design-system/{p-db0895e2.system.js → p-BbAtjg9Y.system.js} +0 -0
- /package/dist/baloise-design-system/{p-11f970ba.js → p-BkEdlCZJ.js} +0 -0
- /package/dist/baloise-design-system/{p-4c0bad70.system.js → p-BktTDSq4.system.js} +0 -0
- /package/dist/baloise-design-system/{p-f3f5ce4f.js → p-BmVI6cLw.js} +0 -0
- /package/dist/baloise-design-system/{p-ae86d0a0.js → p-ByiN-QjD.js} +0 -0
- /package/dist/baloise-design-system/{p-3ecc7d9a.system.js → p-CDt5sRVY.system.js} +0 -0
- /package/dist/baloise-design-system/{p-5f26e92f.system.js → p-CGJ8YYiA.system.js} +0 -0
- /package/dist/baloise-design-system/{p-907368ff.system.js → p-CLfE_o7e.system.js} +0 -0
- /package/dist/baloise-design-system/{p-8a2bab70.system.js → p-CTl0uAFp.system.js} +0 -0
- /package/dist/baloise-design-system/{p-6dbef894.system.js → p-Cjiw70Dk.system.js} +0 -0
- /package/dist/baloise-design-system/{p-a0fe8d65.js → p-Ct27z6g9.js} +0 -0
- /package/dist/baloise-design-system/{p-dc98854c.js → p-D1VPLQ5z.js} +0 -0
- /package/dist/baloise-design-system/{p-e7d72d7c.system.js → p-D5Gy6WbU.system.js} +0 -0
- /package/dist/baloise-design-system/{p-6b45db53.system.js → p-DAOAbG5Y.system.js} +0 -0
- /package/dist/baloise-design-system/{p-8f2e9a7f.js → p-DBsOHTWj.js} +0 -0
- /package/dist/baloise-design-system/{p-ad81b8ea.js → p-DEb5iNGc.js} +0 -0
- /package/dist/baloise-design-system/{p-06ecf846.js → p-DIC_sxLd.js} +0 -0
- /package/dist/baloise-design-system/{p-2da669b4.system.js → p-DKjTFqnu.system.js} +0 -0
- /package/dist/baloise-design-system/{p-14d0c5f3.system.js → p-DPYRyPTD.system.js} +0 -0
- /package/dist/baloise-design-system/{p-278aed95.system.js → p-DWgCJRpS.system.js} +0 -0
- /package/dist/baloise-design-system/{p-ba579059.system.js → p-Dd7xQwRJ.system.js} +0 -0
- /package/dist/baloise-design-system/{p-fe76780d.system.js → p-DkfWaTsH.system.js} +0 -0
- /package/dist/baloise-design-system/{p-1a158488.js → p-DuObDTix.js} +0 -0
- /package/dist/baloise-design-system/{p-59d9918c.system.js → p-Dz-E2PRm.system.js} +0 -0
- /package/dist/baloise-design-system/{p-5eb3fbb9.js → p-FCLKfv6B.js} +0 -0
- /package/dist/baloise-design-system/{p-09ab29d6.js → p-JHAE10yr.js} +0 -0
- /package/dist/baloise-design-system/{p-4e642b63.system.js → p-SdtgSPca.system.js} +0 -0
- /package/dist/baloise-design-system/{p-43c9f5e9.js → p-dfXERft2.js} +0 -0
- /package/dist/baloise-design-system/{p-a65bc5e2.js → p-rBUN7c88.js} +0 -0
- /package/dist/baloise-design-system/{p-99cfab9c.system.js → p-wTePExHL.system.js} +0 -0
- /package/dist/baloise-design-system/{p-ec1efe3d.js → p-xVPGsAdF.js} +0 -0
- /package/dist/cjs/{aria-7672033f.js → aria-BzkqcV7W.js} +0 -0
- /package/dist/cjs/{bal-close.i18n-56dddd35.js → bal-close.i18n-B3X5xlkl.js} +0 -0
- /package/dist/cjs/{bal-file-upload.type-616d69d9.js → bal-file-upload.type-BzNkF3YQ.js} +0 -0
- /package/dist/cjs/{bal-input-stepper.i18n-dbcd32ab.js → bal-input-stepper.i18n-D57DHpYR.js} +0 -0
- /package/dist/cjs/{bal-label.i18n-a25878af.js → bal-label.i18n-BcNNm9Es.js} +0 -0
- /package/dist/cjs/{bal-step.util-3c009db9.js → bal-step.util-DQcaqybX.js} +0 -0
- /package/dist/cjs/{bal-tab.util-d0785ef4.js → bal-tab.util-DFGwGbfr.js} +0 -0
- /package/dist/cjs/{bal-time-input.i18n-b2bb9182.js → bal-time-input.i18n-Bfr3EMVD.js} +0 -0
- /package/dist/cjs/{bem-81bc6a2d.js → bem-p0PWVN8n.js} +0 -0
- /package/dist/cjs/{contact-61b41246.js → contact-qHJM5IBh.js} +0 -0
- /package/dist/cjs/{floating-ui.dom.esm-13e3f667.js → floating-ui.dom-BPU3HWKX.js} +0 -0
- /package/dist/cjs/{form-17c98ac2.js → form-BSlIiqcR.js} +0 -0
- /package/dist/cjs/{keyboard.helpers-2093e793.js → keyboard.helpers-BkZpVT-9.js} +0 -0
- /package/dist/cjs/{keys.constant-b53da545.js → keys.constant-LnwxHAZo.js} +0 -0
- /package/dist/cjs/{mask-util-19c28b4a.js → mask-util-B8hrxmqO.js} +0 -0
- /package/dist/cjs/{option-85af0921.js → option-kGk4eTdA.js} +0 -0
- /package/dist/esm/{aria-ea150568.js → aria-DBsOHTWj.js} +0 -0
- /package/dist/esm/{bal-close.i18n-f2daa707.js → bal-close.i18n-Ct27z6g9.js} +0 -0
- /package/dist/esm/{bal-file-upload.type-2a70f4ec.js → bal-file-upload.type-rBUN7c88.js} +0 -0
- /package/dist/esm/{bal-input-stepper.i18n-aaa4a009.js → bal-input-stepper.i18n-DEb5iNGc.js} +0 -0
- /package/dist/esm/{bal-label.i18n-4212be56.js → bal-label.i18n-JHAE10yr.js} +0 -0
- /package/dist/esm/{bal-step.util-3905ad56.js → bal-step.util-DIC_sxLd.js} +0 -0
- /package/dist/esm/{bal-tab.util-933315fe.js → bal-tab.util-BmVI6cLw.js} +0 -0
- /package/dist/esm/{bal-time-input.i18n-157c7092.js → bal-time-input.i18n-B4aDEwd8.js} +0 -0
- /package/dist/esm/{bem-8c7d2eb0.js → bem-ByiN-QjD.js} +0 -0
- /package/dist/esm/{contact-91a44c8c.js → contact-BkEdlCZJ.js} +0 -0
- /package/dist/esm/{floating-ui.dom.esm-efb93616.js → floating-ui.dom-DKxvaA1I.js} +0 -0
- /package/dist/esm/{form-841232ff.js → form-FCLKfv6B.js} +0 -0
- /package/dist/esm/{keyboard.helpers-159e517d.js → keyboard.helpers-D1VPLQ5z.js} +0 -0
- /package/dist/esm/{keys.constant-0eb059e0.js → keys.constant-xVPGsAdF.js} +0 -0
- /package/dist/esm/{mask-util-71edc2b8.js → mask-util-DuObDTix.js} +0 -0
- /package/dist/esm/{option-367a5341.js → option-BLp4ll3i.js} +0 -0
- /package/dist/esm-es5/{aria-ea150568.js → aria-DBsOHTWj.js} +0 -0
- /package/dist/esm-es5/{bal-close.i18n-f2daa707.js → bal-close.i18n-Ct27z6g9.js} +0 -0
- /package/dist/esm-es5/{bal-file-upload.type-2a70f4ec.js → bal-file-upload.type-rBUN7c88.js} +0 -0
- /package/dist/esm-es5/{bal-input-stepper.i18n-aaa4a009.js → bal-input-stepper.i18n-DEb5iNGc.js} +0 -0
- /package/dist/esm-es5/{bal-label.i18n-4212be56.js → bal-label.i18n-JHAE10yr.js} +0 -0
- /package/dist/esm-es5/{bal-step.util-3905ad56.js → bal-step.util-DIC_sxLd.js} +0 -0
- /package/dist/esm-es5/{bal-tab.util-933315fe.js → bal-tab.util-BmVI6cLw.js} +0 -0
- /package/dist/esm-es5/{bal-time-input.i18n-157c7092.js → bal-time-input.i18n-B4aDEwd8.js} +0 -0
- /package/dist/esm-es5/{bem-8c7d2eb0.js → bem-ByiN-QjD.js} +0 -0
- /package/dist/esm-es5/{contact-91a44c8c.js → contact-BkEdlCZJ.js} +0 -0
- /package/dist/esm-es5/{floating-ui.dom.esm-efb93616.js → floating-ui.dom-DKxvaA1I.js} +0 -0
- /package/dist/esm-es5/{form-841232ff.js → form-FCLKfv6B.js} +0 -0
- /package/dist/esm-es5/{keyboard.helpers-159e517d.js → keyboard.helpers-D1VPLQ5z.js} +0 -0
- /package/dist/esm-es5/{keys.constant-0eb059e0.js → keys.constant-xVPGsAdF.js} +0 -0
- /package/dist/esm-es5/{mask-util-71edc2b8.js → mask-util-DuObDTix.js} +0 -0
- /package/dist/esm-es5/{option-367a5341.js → option-BLp4ll3i.js} +0 -0
- /package/dist/esm-es5/{tslib.es6-654e2c24.js → tslib.es6-dfXERft2.js} +0 -0
|
@@ -1,25 +1,18 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
var index = require('./index-D4vG8k57.js');
|
|
4
|
+
var tslib_es6 = require('./tslib.es6-DrfCPgT9.js');
|
|
5
|
+
var _commonjsHelpers = require('./_commonjsHelpers-BJu3ubxk.js');
|
|
6
|
+
var aria = require('./aria-BzkqcV7W.js');
|
|
7
|
+
var attributes = require('./attributes-Cp0kpySW.js');
|
|
8
|
+
var bem = require('./bem-p0PWVN8n.js');
|
|
9
|
+
var config_decorator = require('./config.decorator-D_FjiIar.js');
|
|
10
|
+
var form = require('./form-BSlIiqcR.js');
|
|
11
|
+
var formInput = require('./form-input-B660-bjw.js');
|
|
12
|
+
var number = require('./number-hhFX3aKU.js');
|
|
13
|
+
var balInputStepper_i18n = require('./bal-input-stepper.i18n-D57DHpYR.js');
|
|
4
14
|
|
|
5
|
-
|
|
6
|
-
const tslib_es6 = require('./tslib.es6-a680968e.js');
|
|
7
|
-
const _commonjsHelpers = require('./_commonjsHelpers-68cdf74f.js');
|
|
8
|
-
const number = require('./number-24bf265b.js');
|
|
9
|
-
const helpers = require('./helpers-debb881a.js');
|
|
10
|
-
const attributes = require('./attributes-11acd153.js');
|
|
11
|
-
const formInput = require('./form-input-e9974433.js');
|
|
12
|
-
const bem = require('./bem-81bc6a2d.js');
|
|
13
|
-
const form = require('./form-17c98ac2.js');
|
|
14
|
-
const balInputStepper_i18n = require('./bal-input-stepper.i18n-dbcd32ab.js');
|
|
15
|
-
const log = require('./log-33398c2a.js');
|
|
16
|
-
const aria = require('./aria-7672033f.js');
|
|
17
|
-
const config_default = require('./config.default-7e96eb95.js');
|
|
18
|
-
const config_decorator = require('./config.decorator-de244188.js');
|
|
19
|
-
require('./config.utils-df30e424.js');
|
|
20
|
-
require('./browser-1d542d0f.js');
|
|
21
|
-
|
|
22
|
-
var big = {exports: {}};
|
|
15
|
+
var big$1 = {exports: {}};
|
|
23
16
|
|
|
24
17
|
/*
|
|
25
18
|
* big.js v6.2.1
|
|
@@ -27,1061 +20,1113 @@ var big = {exports: {}};
|
|
|
27
20
|
* Copyright (c) 2022 Michael Mclaughlin
|
|
28
21
|
* https://github.com/MikeMcl/big.js/LICENCE.md
|
|
29
22
|
*/
|
|
23
|
+
var big = big$1.exports;
|
|
24
|
+
|
|
25
|
+
var hasRequiredBig;
|
|
30
26
|
|
|
31
|
-
|
|
27
|
+
function requireBig () {
|
|
28
|
+
if (hasRequiredBig) return big$1.exports;
|
|
29
|
+
hasRequiredBig = 1;
|
|
30
|
+
(function (module) {
|
|
32
31
|
(function (GLOBAL) {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
/************************************** EDITABLE DEFAULTS *****************************************/
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
/**************************************************************************************************/
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
})(
|
|
1064
|
-
}(big));
|
|
32
|
+
var Big,
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
/************************************** EDITABLE DEFAULTS *****************************************/
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
// The default values below must be integers within the stated ranges.
|
|
39
|
+
|
|
40
|
+
/*
|
|
41
|
+
* The maximum number of decimal places (DP) of the results of operations involving division:
|
|
42
|
+
* div and sqrt, and pow with negative exponents.
|
|
43
|
+
*/
|
|
44
|
+
DP = 20, // 0 to MAX_DP
|
|
45
|
+
|
|
46
|
+
/*
|
|
47
|
+
* The rounding mode (RM) used when rounding to the above decimal places.
|
|
48
|
+
*
|
|
49
|
+
* 0 Towards zero (i.e. truncate, no rounding). (ROUND_DOWN)
|
|
50
|
+
* 1 To nearest neighbour. If equidistant, round up. (ROUND_HALF_UP)
|
|
51
|
+
* 2 To nearest neighbour. If equidistant, to even. (ROUND_HALF_EVEN)
|
|
52
|
+
* 3 Away from zero. (ROUND_UP)
|
|
53
|
+
*/
|
|
54
|
+
RM = 1, // 0, 1, 2 or 3
|
|
55
|
+
|
|
56
|
+
// The maximum value of DP and Big.DP.
|
|
57
|
+
MAX_DP = 1E6, // 0 to 1000000
|
|
58
|
+
|
|
59
|
+
// The maximum magnitude of the exponent argument to the pow method.
|
|
60
|
+
MAX_POWER = 1E6, // 1 to 1000000
|
|
61
|
+
|
|
62
|
+
/*
|
|
63
|
+
* The negative exponent (NE) at and beneath which toString returns exponential notation.
|
|
64
|
+
* (JavaScript numbers: -7)
|
|
65
|
+
* -1000000 is the minimum recommended exponent value of a Big.
|
|
66
|
+
*/
|
|
67
|
+
NE = -7, // 0 to -1000000
|
|
68
|
+
|
|
69
|
+
/*
|
|
70
|
+
* The positive exponent (PE) at and above which toString returns exponential notation.
|
|
71
|
+
* (JavaScript numbers: 21)
|
|
72
|
+
* 1000000 is the maximum recommended exponent value of a Big, but this limit is not enforced.
|
|
73
|
+
*/
|
|
74
|
+
PE = 21, // 0 to 1000000
|
|
75
|
+
|
|
76
|
+
/*
|
|
77
|
+
* When true, an error will be thrown if a primitive number is passed to the Big constructor,
|
|
78
|
+
* or if valueOf is called, or if toNumber is called on a Big which cannot be converted to a
|
|
79
|
+
* primitive number without a loss of precision.
|
|
80
|
+
*/
|
|
81
|
+
STRICT = false, // true or false
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
/**************************************************************************************************/
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
// Error messages.
|
|
88
|
+
NAME = '[big.js] ',
|
|
89
|
+
INVALID = NAME + 'Invalid ',
|
|
90
|
+
INVALID_DP = INVALID + 'decimal places',
|
|
91
|
+
INVALID_RM = INVALID + 'rounding mode',
|
|
92
|
+
DIV_BY_ZERO = NAME + 'Division by zero',
|
|
93
|
+
|
|
94
|
+
// The shared prototype object.
|
|
95
|
+
P = {},
|
|
96
|
+
UNDEFINED = void 0,
|
|
97
|
+
NUMERIC = /^-?(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i;
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
/*
|
|
101
|
+
* Create and return a Big constructor.
|
|
102
|
+
*/
|
|
103
|
+
function _Big_() {
|
|
104
|
+
|
|
105
|
+
/*
|
|
106
|
+
* The Big constructor and exported function.
|
|
107
|
+
* Create and return a new instance of a Big number object.
|
|
108
|
+
*
|
|
109
|
+
* n {number|string|Big} A numeric value.
|
|
110
|
+
*/
|
|
111
|
+
function Big(n) {
|
|
112
|
+
var x = this;
|
|
113
|
+
|
|
114
|
+
// Enable constructor usage without new.
|
|
115
|
+
if (!(x instanceof Big)) return n === UNDEFINED ? _Big_() : new Big(n);
|
|
116
|
+
|
|
117
|
+
// Duplicate.
|
|
118
|
+
if (n instanceof Big) {
|
|
119
|
+
x.s = n.s;
|
|
120
|
+
x.e = n.e;
|
|
121
|
+
x.c = n.c.slice();
|
|
122
|
+
} else {
|
|
123
|
+
if (typeof n !== 'string') {
|
|
124
|
+
if (Big.strict === true && typeof n !== 'bigint') {
|
|
125
|
+
throw TypeError(INVALID + 'value');
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
// Minus zero?
|
|
129
|
+
n = n === 0 && 1 / n < 0 ? '-0' : String(n);
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
parse(x, n);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
// Retain a reference to this Big constructor.
|
|
136
|
+
// Shadow Big.prototype.constructor which points to Object.
|
|
137
|
+
x.constructor = Big;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
Big.prototype = P;
|
|
141
|
+
Big.DP = DP;
|
|
142
|
+
Big.RM = RM;
|
|
143
|
+
Big.NE = NE;
|
|
144
|
+
Big.PE = PE;
|
|
145
|
+
Big.strict = STRICT;
|
|
146
|
+
Big.roundDown = 0;
|
|
147
|
+
Big.roundHalfUp = 1;
|
|
148
|
+
Big.roundHalfEven = 2;
|
|
149
|
+
Big.roundUp = 3;
|
|
150
|
+
|
|
151
|
+
return Big;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
/*
|
|
156
|
+
* Parse the number or string value passed to a Big constructor.
|
|
157
|
+
*
|
|
158
|
+
* x {Big} A Big number instance.
|
|
159
|
+
* n {number|string} A numeric value.
|
|
160
|
+
*/
|
|
161
|
+
function parse(x, n) {
|
|
162
|
+
var e, i, nl;
|
|
163
|
+
|
|
164
|
+
if (!NUMERIC.test(n)) {
|
|
165
|
+
throw Error(INVALID + 'number');
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
// Determine sign.
|
|
169
|
+
x.s = n.charAt(0) == '-' ? (n = n.slice(1), -1) : 1;
|
|
170
|
+
|
|
171
|
+
// Decimal point?
|
|
172
|
+
if ((e = n.indexOf('.')) > -1) n = n.replace('.', '');
|
|
173
|
+
|
|
174
|
+
// Exponential form?
|
|
175
|
+
if ((i = n.search(/e/i)) > 0) {
|
|
176
|
+
|
|
177
|
+
// Determine exponent.
|
|
178
|
+
if (e < 0) e = i;
|
|
179
|
+
e += +n.slice(i + 1);
|
|
180
|
+
n = n.substring(0, i);
|
|
181
|
+
} else if (e < 0) {
|
|
182
|
+
|
|
183
|
+
// Integer.
|
|
184
|
+
e = n.length;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
nl = n.length;
|
|
188
|
+
|
|
189
|
+
// Determine leading zeros.
|
|
190
|
+
for (i = 0; i < nl && n.charAt(i) == '0';) ++i;
|
|
191
|
+
|
|
192
|
+
if (i == nl) {
|
|
193
|
+
|
|
194
|
+
// Zero.
|
|
195
|
+
x.c = [x.e = 0];
|
|
196
|
+
} else {
|
|
197
|
+
|
|
198
|
+
// Determine trailing zeros.
|
|
199
|
+
for (; nl > 0 && n.charAt(--nl) == '0';);
|
|
200
|
+
x.e = e - i - 1;
|
|
201
|
+
x.c = [];
|
|
202
|
+
|
|
203
|
+
// Convert string to array of digits without leading/trailing zeros.
|
|
204
|
+
for (e = 0; i <= nl;) x.c[e++] = +n.charAt(i++);
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
return x;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
/*
|
|
212
|
+
* Round Big x to a maximum of sd significant digits using rounding mode rm.
|
|
213
|
+
*
|
|
214
|
+
* x {Big} The Big to round.
|
|
215
|
+
* sd {number} Significant digits: integer, 0 to MAX_DP inclusive.
|
|
216
|
+
* rm {number} Rounding mode: 0 (down), 1 (half-up), 2 (half-even) or 3 (up).
|
|
217
|
+
* [more] {boolean} Whether the result of division was truncated.
|
|
218
|
+
*/
|
|
219
|
+
function round(x, sd, rm, more) {
|
|
220
|
+
var xc = x.c;
|
|
221
|
+
|
|
222
|
+
if (rm === UNDEFINED) rm = x.constructor.RM;
|
|
223
|
+
if (rm !== 0 && rm !== 1 && rm !== 2 && rm !== 3) {
|
|
224
|
+
throw Error(INVALID_RM);
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
if (sd < 1) {
|
|
228
|
+
more =
|
|
229
|
+
rm === 3 && (more || !!xc[0]) || sd === 0 && (
|
|
230
|
+
rm === 1 && xc[0] >= 5 ||
|
|
231
|
+
rm === 2 && (xc[0] > 5 || xc[0] === 5 && (more || xc[1] !== UNDEFINED))
|
|
232
|
+
);
|
|
233
|
+
|
|
234
|
+
xc.length = 1;
|
|
235
|
+
|
|
236
|
+
if (more) {
|
|
237
|
+
|
|
238
|
+
// 1, 0.1, 0.01, 0.001, 0.0001 etc.
|
|
239
|
+
x.e = x.e - sd + 1;
|
|
240
|
+
xc[0] = 1;
|
|
241
|
+
} else {
|
|
242
|
+
|
|
243
|
+
// Zero.
|
|
244
|
+
xc[0] = x.e = 0;
|
|
245
|
+
}
|
|
246
|
+
} else if (sd < xc.length) {
|
|
247
|
+
|
|
248
|
+
// xc[sd] is the digit after the digit that may be rounded up.
|
|
249
|
+
more =
|
|
250
|
+
rm === 1 && xc[sd] >= 5 ||
|
|
251
|
+
rm === 2 && (xc[sd] > 5 || xc[sd] === 5 &&
|
|
252
|
+
(more || xc[sd + 1] !== UNDEFINED || xc[sd - 1] & 1)) ||
|
|
253
|
+
rm === 3 && (more || !!xc[0]);
|
|
254
|
+
|
|
255
|
+
// Remove any digits after the required precision.
|
|
256
|
+
xc.length = sd;
|
|
257
|
+
|
|
258
|
+
// Round up?
|
|
259
|
+
if (more) {
|
|
260
|
+
|
|
261
|
+
// Rounding up may mean the previous digit has to be rounded up.
|
|
262
|
+
for (; ++xc[--sd] > 9;) {
|
|
263
|
+
xc[sd] = 0;
|
|
264
|
+
if (sd === 0) {
|
|
265
|
+
++x.e;
|
|
266
|
+
xc.unshift(1);
|
|
267
|
+
break;
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
// Remove trailing zeros.
|
|
273
|
+
for (sd = xc.length; !xc[--sd];) xc.pop();
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
return x;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
/*
|
|
281
|
+
* Return a string representing the value of Big x in normal or exponential notation.
|
|
282
|
+
* Handles P.toExponential, P.toFixed, P.toJSON, P.toPrecision, P.toString and P.valueOf.
|
|
283
|
+
*/
|
|
284
|
+
function stringify(x, doExponential, isNonzero) {
|
|
285
|
+
var e = x.e,
|
|
286
|
+
s = x.c.join(''),
|
|
287
|
+
n = s.length;
|
|
288
|
+
|
|
289
|
+
// Exponential notation?
|
|
290
|
+
if (doExponential) {
|
|
291
|
+
s = s.charAt(0) + (n > 1 ? '.' + s.slice(1) : '') + (e < 0 ? 'e' : 'e+') + e;
|
|
292
|
+
|
|
293
|
+
// Normal notation.
|
|
294
|
+
} else if (e < 0) {
|
|
295
|
+
for (; ++e;) s = '0' + s;
|
|
296
|
+
s = '0.' + s;
|
|
297
|
+
} else if (e > 0) {
|
|
298
|
+
if (++e > n) {
|
|
299
|
+
for (e -= n; e--;) s += '0';
|
|
300
|
+
} else if (e < n) {
|
|
301
|
+
s = s.slice(0, e) + '.' + s.slice(e);
|
|
302
|
+
}
|
|
303
|
+
} else if (n > 1) {
|
|
304
|
+
s = s.charAt(0) + '.' + s.slice(1);
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
return x.s < 0 && isNonzero ? '-' + s : s;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
// Prototype/instance methods
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
/*
|
|
315
|
+
* Return a new Big whose value is the absolute value of this Big.
|
|
316
|
+
*/
|
|
317
|
+
P.abs = function () {
|
|
318
|
+
var x = new this.constructor(this);
|
|
319
|
+
x.s = 1;
|
|
320
|
+
return x;
|
|
321
|
+
};
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
/*
|
|
325
|
+
* Return 1 if the value of this Big is greater than the value of Big y,
|
|
326
|
+
* -1 if the value of this Big is less than the value of Big y, or
|
|
327
|
+
* 0 if they have the same value.
|
|
328
|
+
*/
|
|
329
|
+
P.cmp = function (y) {
|
|
330
|
+
var isneg,
|
|
331
|
+
x = this,
|
|
332
|
+
xc = x.c,
|
|
333
|
+
yc = (y = new x.constructor(y)).c,
|
|
334
|
+
i = x.s,
|
|
335
|
+
j = y.s,
|
|
336
|
+
k = x.e,
|
|
337
|
+
l = y.e;
|
|
338
|
+
|
|
339
|
+
// Either zero?
|
|
340
|
+
if (!xc[0] || !yc[0]) return !xc[0] ? !yc[0] ? 0 : -j : i;
|
|
341
|
+
|
|
342
|
+
// Signs differ?
|
|
343
|
+
if (i != j) return i;
|
|
344
|
+
|
|
345
|
+
isneg = i < 0;
|
|
346
|
+
|
|
347
|
+
// Compare exponents.
|
|
348
|
+
if (k != l) return k > l ^ isneg ? 1 : -1;
|
|
349
|
+
|
|
350
|
+
j = (k = xc.length) < (l = yc.length) ? k : l;
|
|
351
|
+
|
|
352
|
+
// Compare digit by digit.
|
|
353
|
+
for (i = -1; ++i < j;) {
|
|
354
|
+
if (xc[i] != yc[i]) return xc[i] > yc[i] ^ isneg ? 1 : -1;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
// Compare lengths.
|
|
358
|
+
return k == l ? 0 : k > l ^ isneg ? 1 : -1;
|
|
359
|
+
};
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
/*
|
|
363
|
+
* Return a new Big whose value is the value of this Big divided by the value of Big y, rounded,
|
|
364
|
+
* if necessary, to a maximum of Big.DP decimal places using rounding mode Big.RM.
|
|
365
|
+
*/
|
|
366
|
+
P.div = function (y) {
|
|
367
|
+
var x = this,
|
|
368
|
+
Big = x.constructor,
|
|
369
|
+
a = x.c, // dividend
|
|
370
|
+
b = (y = new Big(y)).c, // divisor
|
|
371
|
+
k = x.s == y.s ? 1 : -1,
|
|
372
|
+
dp = Big.DP;
|
|
373
|
+
|
|
374
|
+
if (dp !== ~~dp || dp < 0 || dp > MAX_DP) {
|
|
375
|
+
throw Error(INVALID_DP);
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
// Divisor is zero?
|
|
379
|
+
if (!b[0]) {
|
|
380
|
+
throw Error(DIV_BY_ZERO);
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
// Dividend is 0? Return +-0.
|
|
384
|
+
if (!a[0]) {
|
|
385
|
+
y.s = k;
|
|
386
|
+
y.c = [y.e = 0];
|
|
387
|
+
return y;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
var bl, bt, n, cmp, ri,
|
|
391
|
+
bz = b.slice(),
|
|
392
|
+
ai = bl = b.length,
|
|
393
|
+
al = a.length,
|
|
394
|
+
r = a.slice(0, bl), // remainder
|
|
395
|
+
rl = r.length,
|
|
396
|
+
q = y, // quotient
|
|
397
|
+
qc = q.c = [],
|
|
398
|
+
qi = 0,
|
|
399
|
+
p = dp + (q.e = x.e - y.e) + 1; // precision of the result
|
|
400
|
+
|
|
401
|
+
q.s = k;
|
|
402
|
+
k = p < 0 ? 0 : p;
|
|
403
|
+
|
|
404
|
+
// Create version of divisor with leading zero.
|
|
405
|
+
bz.unshift(0);
|
|
406
|
+
|
|
407
|
+
// Add zeros to make remainder as long as divisor.
|
|
408
|
+
for (; rl++ < bl;) r.push(0);
|
|
409
|
+
|
|
410
|
+
do {
|
|
411
|
+
|
|
412
|
+
// n is how many times the divisor goes into current remainder.
|
|
413
|
+
for (n = 0; n < 10; n++) {
|
|
414
|
+
|
|
415
|
+
// Compare divisor and remainder.
|
|
416
|
+
if (bl != (rl = r.length)) {
|
|
417
|
+
cmp = bl > rl ? 1 : -1;
|
|
418
|
+
} else {
|
|
419
|
+
for (ri = -1, cmp = 0; ++ri < bl;) {
|
|
420
|
+
if (b[ri] != r[ri]) {
|
|
421
|
+
cmp = b[ri] > r[ri] ? 1 : -1;
|
|
422
|
+
break;
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
// If divisor < remainder, subtract divisor from remainder.
|
|
428
|
+
if (cmp < 0) {
|
|
429
|
+
|
|
430
|
+
// Remainder can't be more than 1 digit longer than divisor.
|
|
431
|
+
// Equalise lengths using divisor with extra leading zero?
|
|
432
|
+
for (bt = rl == bl ? b : bz; rl;) {
|
|
433
|
+
if (r[--rl] < bt[rl]) {
|
|
434
|
+
ri = rl;
|
|
435
|
+
for (; ri && !r[--ri];) r[ri] = 9;
|
|
436
|
+
--r[ri];
|
|
437
|
+
r[rl] += 10;
|
|
438
|
+
}
|
|
439
|
+
r[rl] -= bt[rl];
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
for (; !r[0];) r.shift();
|
|
443
|
+
} else {
|
|
444
|
+
break;
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
// Add the digit n to the result array.
|
|
449
|
+
qc[qi++] = cmp ? n : ++n;
|
|
450
|
+
|
|
451
|
+
// Update the remainder.
|
|
452
|
+
if (r[0] && cmp) r[rl] = a[ai] || 0;
|
|
453
|
+
else r = [a[ai]];
|
|
454
|
+
|
|
455
|
+
} while ((ai++ < al || r[0] !== UNDEFINED) && k--);
|
|
456
|
+
|
|
457
|
+
// Leading zero? Do not remove if result is simply zero (qi == 1).
|
|
458
|
+
if (!qc[0] && qi != 1) {
|
|
459
|
+
|
|
460
|
+
// There can't be more than one zero.
|
|
461
|
+
qc.shift();
|
|
462
|
+
q.e--;
|
|
463
|
+
p--;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
// Round?
|
|
467
|
+
if (qi > p) round(q, p, Big.RM, r[0] !== UNDEFINED);
|
|
468
|
+
|
|
469
|
+
return q;
|
|
470
|
+
};
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
/*
|
|
474
|
+
* Return true if the value of this Big is equal to the value of Big y, otherwise return false.
|
|
475
|
+
*/
|
|
476
|
+
P.eq = function (y) {
|
|
477
|
+
return this.cmp(y) === 0;
|
|
478
|
+
};
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
/*
|
|
482
|
+
* Return true if the value of this Big is greater than the value of Big y, otherwise return
|
|
483
|
+
* false.
|
|
484
|
+
*/
|
|
485
|
+
P.gt = function (y) {
|
|
486
|
+
return this.cmp(y) > 0;
|
|
487
|
+
};
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
/*
|
|
491
|
+
* Return true if the value of this Big is greater than or equal to the value of Big y, otherwise
|
|
492
|
+
* return false.
|
|
493
|
+
*/
|
|
494
|
+
P.gte = function (y) {
|
|
495
|
+
return this.cmp(y) > -1;
|
|
496
|
+
};
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
/*
|
|
500
|
+
* Return true if the value of this Big is less than the value of Big y, otherwise return false.
|
|
501
|
+
*/
|
|
502
|
+
P.lt = function (y) {
|
|
503
|
+
return this.cmp(y) < 0;
|
|
504
|
+
};
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
/*
|
|
508
|
+
* Return true if the value of this Big is less than or equal to the value of Big y, otherwise
|
|
509
|
+
* return false.
|
|
510
|
+
*/
|
|
511
|
+
P.lte = function (y) {
|
|
512
|
+
return this.cmp(y) < 1;
|
|
513
|
+
};
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
/*
|
|
517
|
+
* Return a new Big whose value is the value of this Big minus the value of Big y.
|
|
518
|
+
*/
|
|
519
|
+
P.minus = P.sub = function (y) {
|
|
520
|
+
var i, j, t, xlty,
|
|
521
|
+
x = this,
|
|
522
|
+
Big = x.constructor,
|
|
523
|
+
a = x.s,
|
|
524
|
+
b = (y = new Big(y)).s;
|
|
525
|
+
|
|
526
|
+
// Signs differ?
|
|
527
|
+
if (a != b) {
|
|
528
|
+
y.s = -b;
|
|
529
|
+
return x.plus(y);
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
var xc = x.c.slice(),
|
|
533
|
+
xe = x.e,
|
|
534
|
+
yc = y.c,
|
|
535
|
+
ye = y.e;
|
|
536
|
+
|
|
537
|
+
// Either zero?
|
|
538
|
+
if (!xc[0] || !yc[0]) {
|
|
539
|
+
if (yc[0]) {
|
|
540
|
+
y.s = -b;
|
|
541
|
+
} else if (xc[0]) {
|
|
542
|
+
y = new Big(x);
|
|
543
|
+
} else {
|
|
544
|
+
y.s = 1;
|
|
545
|
+
}
|
|
546
|
+
return y;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
// Determine which is the bigger number. Prepend zeros to equalise exponents.
|
|
550
|
+
if (a = xe - ye) {
|
|
551
|
+
|
|
552
|
+
if (xlty = a < 0) {
|
|
553
|
+
a = -a;
|
|
554
|
+
t = xc;
|
|
555
|
+
} else {
|
|
556
|
+
ye = xe;
|
|
557
|
+
t = yc;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
t.reverse();
|
|
561
|
+
for (b = a; b--;) t.push(0);
|
|
562
|
+
t.reverse();
|
|
563
|
+
} else {
|
|
564
|
+
|
|
565
|
+
// Exponents equal. Check digit by digit.
|
|
566
|
+
j = ((xlty = xc.length < yc.length) ? xc : yc).length;
|
|
567
|
+
|
|
568
|
+
for (a = b = 0; b < j; b++) {
|
|
569
|
+
if (xc[b] != yc[b]) {
|
|
570
|
+
xlty = xc[b] < yc[b];
|
|
571
|
+
break;
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
// x < y? Point xc to the array of the bigger number.
|
|
577
|
+
if (xlty) {
|
|
578
|
+
t = xc;
|
|
579
|
+
xc = yc;
|
|
580
|
+
yc = t;
|
|
581
|
+
y.s = -y.s;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
/*
|
|
585
|
+
* Append zeros to xc if shorter. No need to add zeros to yc if shorter as subtraction only
|
|
586
|
+
* needs to start at yc.length.
|
|
587
|
+
*/
|
|
588
|
+
if ((b = (j = yc.length) - (i = xc.length)) > 0) for (; b--;) xc[i++] = 0;
|
|
589
|
+
|
|
590
|
+
// Subtract yc from xc.
|
|
591
|
+
for (b = i; j > a;) {
|
|
592
|
+
if (xc[--j] < yc[j]) {
|
|
593
|
+
for (i = j; i && !xc[--i];) xc[i] = 9;
|
|
594
|
+
--xc[i];
|
|
595
|
+
xc[j] += 10;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
xc[j] -= yc[j];
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
// Remove trailing zeros.
|
|
602
|
+
for (; xc[--b] === 0;) xc.pop();
|
|
603
|
+
|
|
604
|
+
// Remove leading zeros and adjust exponent accordingly.
|
|
605
|
+
for (; xc[0] === 0;) {
|
|
606
|
+
xc.shift();
|
|
607
|
+
--ye;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
if (!xc[0]) {
|
|
611
|
+
|
|
612
|
+
// n - n = +0
|
|
613
|
+
y.s = 1;
|
|
614
|
+
|
|
615
|
+
// Result must be zero.
|
|
616
|
+
xc = [ye = 0];
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
y.c = xc;
|
|
620
|
+
y.e = ye;
|
|
621
|
+
|
|
622
|
+
return y;
|
|
623
|
+
};
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
/*
|
|
627
|
+
* Return a new Big whose value is the value of this Big modulo the value of Big y.
|
|
628
|
+
*/
|
|
629
|
+
P.mod = function (y) {
|
|
630
|
+
var ygtx,
|
|
631
|
+
x = this,
|
|
632
|
+
Big = x.constructor,
|
|
633
|
+
a = x.s,
|
|
634
|
+
b = (y = new Big(y)).s;
|
|
635
|
+
|
|
636
|
+
if (!y.c[0]) {
|
|
637
|
+
throw Error(DIV_BY_ZERO);
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
x.s = y.s = 1;
|
|
641
|
+
ygtx = y.cmp(x) == 1;
|
|
642
|
+
x.s = a;
|
|
643
|
+
y.s = b;
|
|
644
|
+
|
|
645
|
+
if (ygtx) return new Big(x);
|
|
646
|
+
|
|
647
|
+
a = Big.DP;
|
|
648
|
+
b = Big.RM;
|
|
649
|
+
Big.DP = Big.RM = 0;
|
|
650
|
+
x = x.div(y);
|
|
651
|
+
Big.DP = a;
|
|
652
|
+
Big.RM = b;
|
|
653
|
+
|
|
654
|
+
return this.minus(x.times(y));
|
|
655
|
+
};
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
/*
|
|
659
|
+
* Return a new Big whose value is the value of this Big negated.
|
|
660
|
+
*/
|
|
661
|
+
P.neg = function () {
|
|
662
|
+
var x = new this.constructor(this);
|
|
663
|
+
x.s = -x.s;
|
|
664
|
+
return x;
|
|
665
|
+
};
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
/*
|
|
669
|
+
* Return a new Big whose value is the value of this Big plus the value of Big y.
|
|
670
|
+
*/
|
|
671
|
+
P.plus = P.add = function (y) {
|
|
672
|
+
var e, k, t,
|
|
673
|
+
x = this,
|
|
674
|
+
Big = x.constructor;
|
|
675
|
+
|
|
676
|
+
y = new Big(y);
|
|
677
|
+
|
|
678
|
+
// Signs differ?
|
|
679
|
+
if (x.s != y.s) {
|
|
680
|
+
y.s = -y.s;
|
|
681
|
+
return x.minus(y);
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
var xe = x.e,
|
|
685
|
+
xc = x.c,
|
|
686
|
+
ye = y.e,
|
|
687
|
+
yc = y.c;
|
|
688
|
+
|
|
689
|
+
// Either zero?
|
|
690
|
+
if (!xc[0] || !yc[0]) {
|
|
691
|
+
if (!yc[0]) {
|
|
692
|
+
if (xc[0]) {
|
|
693
|
+
y = new Big(x);
|
|
694
|
+
} else {
|
|
695
|
+
y.s = x.s;
|
|
696
|
+
}
|
|
697
|
+
}
|
|
698
|
+
return y;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
xc = xc.slice();
|
|
702
|
+
|
|
703
|
+
// Prepend zeros to equalise exponents.
|
|
704
|
+
// Note: reverse faster than unshifts.
|
|
705
|
+
if (e = xe - ye) {
|
|
706
|
+
if (e > 0) {
|
|
707
|
+
ye = xe;
|
|
708
|
+
t = yc;
|
|
709
|
+
} else {
|
|
710
|
+
e = -e;
|
|
711
|
+
t = xc;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
t.reverse();
|
|
715
|
+
for (; e--;) t.push(0);
|
|
716
|
+
t.reverse();
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
// Point xc to the longer array.
|
|
720
|
+
if (xc.length - yc.length < 0) {
|
|
721
|
+
t = yc;
|
|
722
|
+
yc = xc;
|
|
723
|
+
xc = t;
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
e = yc.length;
|
|
727
|
+
|
|
728
|
+
// Only start adding at yc.length - 1 as the further digits of xc can be left as they are.
|
|
729
|
+
for (k = 0; e; xc[e] %= 10) k = (xc[--e] = xc[e] + yc[e] + k) / 10 | 0;
|
|
730
|
+
|
|
731
|
+
// No need to check for zero, as +x + +y != 0 && -x + -y != 0
|
|
732
|
+
|
|
733
|
+
if (k) {
|
|
734
|
+
xc.unshift(k);
|
|
735
|
+
++ye;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
// Remove trailing zeros.
|
|
739
|
+
for (e = xc.length; xc[--e] === 0;) xc.pop();
|
|
740
|
+
|
|
741
|
+
y.c = xc;
|
|
742
|
+
y.e = ye;
|
|
743
|
+
|
|
744
|
+
return y;
|
|
745
|
+
};
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
/*
|
|
749
|
+
* Return a Big whose value is the value of this Big raised to the power n.
|
|
750
|
+
* If n is negative, round to a maximum of Big.DP decimal places using rounding
|
|
751
|
+
* mode Big.RM.
|
|
752
|
+
*
|
|
753
|
+
* n {number} Integer, -MAX_POWER to MAX_POWER inclusive.
|
|
754
|
+
*/
|
|
755
|
+
P.pow = function (n) {
|
|
756
|
+
var x = this,
|
|
757
|
+
one = new x.constructor('1'),
|
|
758
|
+
y = one,
|
|
759
|
+
isneg = n < 0;
|
|
760
|
+
|
|
761
|
+
if (n !== ~~n || n < -1e6 || n > MAX_POWER) {
|
|
762
|
+
throw Error(INVALID + 'exponent');
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
if (isneg) n = -n;
|
|
766
|
+
|
|
767
|
+
for (;;) {
|
|
768
|
+
if (n & 1) y = y.times(x);
|
|
769
|
+
n >>= 1;
|
|
770
|
+
if (!n) break;
|
|
771
|
+
x = x.times(x);
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
return isneg ? one.div(y) : y;
|
|
775
|
+
};
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
/*
|
|
779
|
+
* Return a new Big whose value is the value of this Big rounded to a maximum precision of sd
|
|
780
|
+
* significant digits using rounding mode rm, or Big.RM if rm is not specified.
|
|
781
|
+
*
|
|
782
|
+
* sd {number} Significant digits: integer, 1 to MAX_DP inclusive.
|
|
783
|
+
* rm? {number} Rounding mode: 0 (down), 1 (half-up), 2 (half-even) or 3 (up).
|
|
784
|
+
*/
|
|
785
|
+
P.prec = function (sd, rm) {
|
|
786
|
+
if (sd !== ~~sd || sd < 1 || sd > MAX_DP) {
|
|
787
|
+
throw Error(INVALID + 'precision');
|
|
788
|
+
}
|
|
789
|
+
return round(new this.constructor(this), sd, rm);
|
|
790
|
+
};
|
|
791
|
+
|
|
792
|
+
|
|
793
|
+
/*
|
|
794
|
+
* Return a new Big whose value is the value of this Big rounded to a maximum of dp decimal places
|
|
795
|
+
* using rounding mode rm, or Big.RM if rm is not specified.
|
|
796
|
+
* If dp is negative, round to an integer which is a multiple of 10**-dp.
|
|
797
|
+
* If dp is not specified, round to 0 decimal places.
|
|
798
|
+
*
|
|
799
|
+
* dp? {number} Integer, -MAX_DP to MAX_DP inclusive.
|
|
800
|
+
* rm? {number} Rounding mode: 0 (down), 1 (half-up), 2 (half-even) or 3 (up).
|
|
801
|
+
*/
|
|
802
|
+
P.round = function (dp, rm) {
|
|
803
|
+
if (dp === UNDEFINED) dp = 0;
|
|
804
|
+
else if (dp !== ~~dp || dp < -1e6 || dp > MAX_DP) {
|
|
805
|
+
throw Error(INVALID_DP);
|
|
806
|
+
}
|
|
807
|
+
return round(new this.constructor(this), dp + this.e + 1, rm);
|
|
808
|
+
};
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
/*
|
|
812
|
+
* Return a new Big whose value is the square root of the value of this Big, rounded, if
|
|
813
|
+
* necessary, to a maximum of Big.DP decimal places using rounding mode Big.RM.
|
|
814
|
+
*/
|
|
815
|
+
P.sqrt = function () {
|
|
816
|
+
var r, c, t,
|
|
817
|
+
x = this,
|
|
818
|
+
Big = x.constructor,
|
|
819
|
+
s = x.s,
|
|
820
|
+
e = x.e,
|
|
821
|
+
half = new Big('0.5');
|
|
822
|
+
|
|
823
|
+
// Zero?
|
|
824
|
+
if (!x.c[0]) return new Big(x);
|
|
825
|
+
|
|
826
|
+
// Negative?
|
|
827
|
+
if (s < 0) {
|
|
828
|
+
throw Error(NAME + 'No square root');
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
// Estimate.
|
|
832
|
+
s = Math.sqrt(x + '');
|
|
833
|
+
|
|
834
|
+
// Math.sqrt underflow/overflow?
|
|
835
|
+
// Re-estimate: pass x coefficient to Math.sqrt as integer, then adjust the result exponent.
|
|
836
|
+
if (s === 0 || s === 1 / 0) {
|
|
837
|
+
c = x.c.join('');
|
|
838
|
+
if (!(c.length + e & 1)) c += '0';
|
|
839
|
+
s = Math.sqrt(c);
|
|
840
|
+
e = ((e + 1) / 2 | 0) - (e < 0 || e & 1);
|
|
841
|
+
r = new Big((s == 1 / 0 ? '5e' : (s = s.toExponential()).slice(0, s.indexOf('e') + 1)) + e);
|
|
842
|
+
} else {
|
|
843
|
+
r = new Big(s + '');
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
e = r.e + (Big.DP += 4);
|
|
847
|
+
|
|
848
|
+
// Newton-Raphson iteration.
|
|
849
|
+
do {
|
|
850
|
+
t = r;
|
|
851
|
+
r = half.times(t.plus(x.div(t)));
|
|
852
|
+
} while (t.c.slice(0, e).join('') !== r.c.slice(0, e).join(''));
|
|
853
|
+
|
|
854
|
+
return round(r, (Big.DP -= 4) + r.e + 1, Big.RM);
|
|
855
|
+
};
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
/*
|
|
859
|
+
* Return a new Big whose value is the value of this Big times the value of Big y.
|
|
860
|
+
*/
|
|
861
|
+
P.times = P.mul = function (y) {
|
|
862
|
+
var c,
|
|
863
|
+
x = this,
|
|
864
|
+
Big = x.constructor,
|
|
865
|
+
xc = x.c,
|
|
866
|
+
yc = (y = new Big(y)).c,
|
|
867
|
+
a = xc.length,
|
|
868
|
+
b = yc.length,
|
|
869
|
+
i = x.e,
|
|
870
|
+
j = y.e;
|
|
871
|
+
|
|
872
|
+
// Determine sign of result.
|
|
873
|
+
y.s = x.s == y.s ? 1 : -1;
|
|
874
|
+
|
|
875
|
+
// Return signed 0 if either 0.
|
|
876
|
+
if (!xc[0] || !yc[0]) {
|
|
877
|
+
y.c = [y.e = 0];
|
|
878
|
+
return y;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
// Initialise exponent of result as x.e + y.e.
|
|
882
|
+
y.e = i + j;
|
|
883
|
+
|
|
884
|
+
// If array xc has fewer digits than yc, swap xc and yc, and lengths.
|
|
885
|
+
if (a < b) {
|
|
886
|
+
c = xc;
|
|
887
|
+
xc = yc;
|
|
888
|
+
yc = c;
|
|
889
|
+
j = a;
|
|
890
|
+
a = b;
|
|
891
|
+
b = j;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
// Initialise coefficient array of result with zeros.
|
|
895
|
+
for (c = new Array(j = a + b); j--;) c[j] = 0;
|
|
896
|
+
|
|
897
|
+
// Multiply.
|
|
898
|
+
|
|
899
|
+
// i is initially xc.length.
|
|
900
|
+
for (i = b; i--;) {
|
|
901
|
+
b = 0;
|
|
902
|
+
|
|
903
|
+
// a is yc.length.
|
|
904
|
+
for (j = a + i; j > i;) {
|
|
905
|
+
|
|
906
|
+
// Current sum of products at this digit position, plus carry.
|
|
907
|
+
b = c[j] + yc[i] * xc[j - i - 1] + b;
|
|
908
|
+
c[j--] = b % 10;
|
|
909
|
+
|
|
910
|
+
// carry
|
|
911
|
+
b = b / 10 | 0;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
c[j] = b;
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
// Increment result exponent if there is a final carry, otherwise remove leading zero.
|
|
918
|
+
if (b) ++y.e;
|
|
919
|
+
else c.shift();
|
|
920
|
+
|
|
921
|
+
// Remove trailing zeros.
|
|
922
|
+
for (i = c.length; !c[--i];) c.pop();
|
|
923
|
+
y.c = c;
|
|
924
|
+
|
|
925
|
+
return y;
|
|
926
|
+
};
|
|
927
|
+
|
|
928
|
+
|
|
929
|
+
/*
|
|
930
|
+
* Return a string representing the value of this Big in exponential notation rounded to dp fixed
|
|
931
|
+
* decimal places using rounding mode rm, or Big.RM if rm is not specified.
|
|
932
|
+
*
|
|
933
|
+
* dp? {number} Decimal places: integer, 0 to MAX_DP inclusive.
|
|
934
|
+
* rm? {number} Rounding mode: 0 (down), 1 (half-up), 2 (half-even) or 3 (up).
|
|
935
|
+
*/
|
|
936
|
+
P.toExponential = function (dp, rm) {
|
|
937
|
+
var x = this,
|
|
938
|
+
n = x.c[0];
|
|
939
|
+
|
|
940
|
+
if (dp !== UNDEFINED) {
|
|
941
|
+
if (dp !== ~~dp || dp < 0 || dp > MAX_DP) {
|
|
942
|
+
throw Error(INVALID_DP);
|
|
943
|
+
}
|
|
944
|
+
x = round(new x.constructor(x), ++dp, rm);
|
|
945
|
+
for (; x.c.length < dp;) x.c.push(0);
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
return stringify(x, true, !!n);
|
|
949
|
+
};
|
|
950
|
+
|
|
951
|
+
|
|
952
|
+
/*
|
|
953
|
+
* Return a string representing the value of this Big in normal notation rounded to dp fixed
|
|
954
|
+
* decimal places using rounding mode rm, or Big.RM if rm is not specified.
|
|
955
|
+
*
|
|
956
|
+
* dp? {number} Decimal places: integer, 0 to MAX_DP inclusive.
|
|
957
|
+
* rm? {number} Rounding mode: 0 (down), 1 (half-up), 2 (half-even) or 3 (up).
|
|
958
|
+
*
|
|
959
|
+
* (-0).toFixed(0) is '0', but (-0.1).toFixed(0) is '-0'.
|
|
960
|
+
* (-0).toFixed(1) is '0.0', but (-0.01).toFixed(1) is '-0.0'.
|
|
961
|
+
*/
|
|
962
|
+
P.toFixed = function (dp, rm) {
|
|
963
|
+
var x = this,
|
|
964
|
+
n = x.c[0];
|
|
965
|
+
|
|
966
|
+
if (dp !== UNDEFINED) {
|
|
967
|
+
if (dp !== ~~dp || dp < 0 || dp > MAX_DP) {
|
|
968
|
+
throw Error(INVALID_DP);
|
|
969
|
+
}
|
|
970
|
+
x = round(new x.constructor(x), dp + x.e + 1, rm);
|
|
971
|
+
|
|
972
|
+
// x.e may have changed if the value is rounded up.
|
|
973
|
+
for (dp = dp + x.e + 1; x.c.length < dp;) x.c.push(0);
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
return stringify(x, false, !!n);
|
|
977
|
+
};
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
/*
|
|
981
|
+
* Return a string representing the value of this Big.
|
|
982
|
+
* Return exponential notation if this Big has a positive exponent equal to or greater than
|
|
983
|
+
* Big.PE, or a negative exponent equal to or less than Big.NE.
|
|
984
|
+
* Omit the sign for negative zero.
|
|
985
|
+
*/
|
|
986
|
+
P.toJSON = P.toString = function () {
|
|
987
|
+
var x = this,
|
|
988
|
+
Big = x.constructor;
|
|
989
|
+
return stringify(x, x.e <= Big.NE || x.e >= Big.PE, !!x.c[0]);
|
|
990
|
+
};
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
/*
|
|
994
|
+
* Return the value of this Big as a primitve number.
|
|
995
|
+
*/
|
|
996
|
+
P.toNumber = function () {
|
|
997
|
+
var n = Number(stringify(this, true, true));
|
|
998
|
+
if (this.constructor.strict === true && !this.eq(n.toString())) {
|
|
999
|
+
throw Error(NAME + 'Imprecise conversion');
|
|
1000
|
+
}
|
|
1001
|
+
return n;
|
|
1002
|
+
};
|
|
1003
|
+
|
|
1004
|
+
|
|
1005
|
+
/*
|
|
1006
|
+
* Return a string representing the value of this Big rounded to sd significant digits using
|
|
1007
|
+
* rounding mode rm, or Big.RM if rm is not specified.
|
|
1008
|
+
* Use exponential notation if sd is less than the number of digits necessary to represent
|
|
1009
|
+
* the integer part of the value in normal notation.
|
|
1010
|
+
*
|
|
1011
|
+
* sd {number} Significant digits: integer, 1 to MAX_DP inclusive.
|
|
1012
|
+
* rm? {number} Rounding mode: 0 (down), 1 (half-up), 2 (half-even) or 3 (up).
|
|
1013
|
+
*/
|
|
1014
|
+
P.toPrecision = function (sd, rm) {
|
|
1015
|
+
var x = this,
|
|
1016
|
+
Big = x.constructor,
|
|
1017
|
+
n = x.c[0];
|
|
1018
|
+
|
|
1019
|
+
if (sd !== UNDEFINED) {
|
|
1020
|
+
if (sd !== ~~sd || sd < 1 || sd > MAX_DP) {
|
|
1021
|
+
throw Error(INVALID + 'precision');
|
|
1022
|
+
}
|
|
1023
|
+
x = round(new Big(x), sd, rm);
|
|
1024
|
+
for (; x.c.length < sd;) x.c.push(0);
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
return stringify(x, sd <= x.e || x.e <= Big.NE || x.e >= Big.PE, !!n);
|
|
1028
|
+
};
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
/*
|
|
1032
|
+
* Return a string representing the value of this Big.
|
|
1033
|
+
* Return exponential notation if this Big has a positive exponent equal to or greater than
|
|
1034
|
+
* Big.PE, or a negative exponent equal to or less than Big.NE.
|
|
1035
|
+
* Include the sign for negative zero.
|
|
1036
|
+
*/
|
|
1037
|
+
P.valueOf = function () {
|
|
1038
|
+
var x = this,
|
|
1039
|
+
Big = x.constructor;
|
|
1040
|
+
if (Big.strict === true) {
|
|
1041
|
+
throw Error(NAME + 'valueOf disallowed');
|
|
1042
|
+
}
|
|
1043
|
+
return stringify(x, x.e <= Big.NE || x.e >= Big.PE, true);
|
|
1044
|
+
};
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
// Export
|
|
1048
|
+
|
|
1049
|
+
|
|
1050
|
+
Big = _Big_();
|
|
1051
|
+
|
|
1052
|
+
Big['default'] = Big.Big = Big;
|
|
1053
|
+
|
|
1054
|
+
//AMD.
|
|
1055
|
+
if (module.exports) {
|
|
1056
|
+
module.exports = Big;
|
|
1057
|
+
|
|
1058
|
+
//Browser.
|
|
1059
|
+
} else {
|
|
1060
|
+
GLOBAL.Big = Big;
|
|
1061
|
+
}
|
|
1062
|
+
})(big);
|
|
1063
|
+
} (big$1));
|
|
1064
|
+
return big$1.exports;
|
|
1065
|
+
}
|
|
1065
1066
|
|
|
1066
|
-
|
|
1067
|
+
var bigExports = requireBig();
|
|
1068
|
+
var Big = /*@__PURE__*/_commonjsHelpers.getDefaultExportFromCjs(bigExports);
|
|
1067
1069
|
|
|
1068
|
-
const balInputStepperCss = ".bal-input-stepper{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:static;display:inline-block}.bal-input-stepper__inner{display:-ms-flexbox;display:flex;gap:.25rem;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.bal-input-stepper__inner__text{min-width:3rem;text-align:center}.bal-input-stepper__input{position:absolute;width:0;height:0;left:0;top:0;margin:0;padding:0;opacity:0;outline:0}";
|
|
1069
|
-
const BalInputStepperStyle0 = balInputStepperCss;
|
|
1070
|
+
const balInputStepperCss = ".bal-input-stepper{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:static;display:inline-block}.bal-input-stepper__inner{display:-ms-flexbox;display:flex;gap:.25rem;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.bal-input-stepper__inner__text{min-width:3rem;text-align:center;font-weight:700}.bal-input-stepper__inner__text--invalid{color:var(--bal-color-text-danger)}.bal-input-stepper__inner__text--disabled{color:var(--bal-color-text-grey)}.bal-input-stepper__input{position:absolute;width:0;height:0;left:0;top:0;margin:0;padding:0;opacity:0;outline:0}";
|
|
1070
1071
|
|
|
1071
1072
|
const InputStepper = class {
|
|
1072
1073
|
constructor(hostRef) {
|
|
1073
1074
|
index.registerInstance(this, hostRef);
|
|
1074
|
-
this.balChange = index.createEvent(this, "balChange"
|
|
1075
|
-
this.balInput = index.createEvent(this, "balInput"
|
|
1076
|
-
this.balIncrease = index.createEvent(this, "balIncrease"
|
|
1077
|
-
this.balDecrease = index.createEvent(this, "balDecrease"
|
|
1078
|
-
this.balFocus = index.createEvent(this, "balFocus"
|
|
1079
|
-
this.balBlur = index.createEvent(this, "balBlur"
|
|
1075
|
+
this.balChange = index.createEvent(this, "balChange");
|
|
1076
|
+
this.balInput = index.createEvent(this, "balInput");
|
|
1077
|
+
this.balIncrease = index.createEvent(this, "balIncrease");
|
|
1078
|
+
this.balDecrease = index.createEvent(this, "balDecrease");
|
|
1079
|
+
this.balFocus = index.createEvent(this, "balFocus");
|
|
1080
|
+
this.balBlur = index.createEvent(this, "balBlur");
|
|
1080
1081
|
this.inputId = `bal-input-stepper-${InputStepperIds++}`;
|
|
1081
1082
|
this.inheritedAttributes = {};
|
|
1082
1083
|
this.decreaseHasFocus = false;
|
|
1083
1084
|
this.increaseHasFocus = false;
|
|
1085
|
+
this.focused = false;
|
|
1086
|
+
this.language = index.defaultConfig.language;
|
|
1087
|
+
this.region = index.defaultConfig.region;
|
|
1088
|
+
this.ariaForm = form.defaultBalAriaForm;
|
|
1089
|
+
/**
|
|
1090
|
+
* The name of the control, which is submitted with the form data.
|
|
1091
|
+
*/
|
|
1092
|
+
this.name = this.inputId;
|
|
1093
|
+
/**
|
|
1094
|
+
* The min value the input can have
|
|
1095
|
+
*/
|
|
1096
|
+
this.min = 0;
|
|
1097
|
+
/**
|
|
1098
|
+
* The max value the input can have
|
|
1099
|
+
*/
|
|
1100
|
+
this.max = 10;
|
|
1101
|
+
/**
|
|
1102
|
+
* The steps in which the input increases or decreases
|
|
1103
|
+
*/
|
|
1104
|
+
this.steps = 1;
|
|
1105
|
+
/**
|
|
1106
|
+
* If `true`, the element is not mutable, focusable, or even submitted with the form. The user can neither edit nor focus on the control, nor its form control descendants.
|
|
1107
|
+
*/
|
|
1108
|
+
this.disabled = false;
|
|
1109
|
+
/**
|
|
1110
|
+
* If `true` the element can not mutated, meaning the user can not edit the control.
|
|
1111
|
+
*/
|
|
1112
|
+
this.readonly = false;
|
|
1113
|
+
/**
|
|
1114
|
+
* If `true` the input is shown as invalid
|
|
1115
|
+
*/
|
|
1116
|
+
this.invalid = false;
|
|
1117
|
+
/**
|
|
1118
|
+
* Set the amount of time, in milliseconds, to wait to trigger the `balChange` event after each keystroke. This also impacts form bindings such as `ngModel` or `v-model`.
|
|
1119
|
+
*/
|
|
1120
|
+
this.debounce = 0;
|
|
1121
|
+
/**
|
|
1122
|
+
* The value of the input. Only allows values in the range of the min max attribute.
|
|
1123
|
+
*/
|
|
1124
|
+
this.value = 0;
|
|
1084
1125
|
this.initialValue = 0;
|
|
1126
|
+
/**
|
|
1127
|
+
* If `true`, in Angular reactive forms the control will not be set invalid
|
|
1128
|
+
*/
|
|
1129
|
+
this.autoInvalidOff = false;
|
|
1085
1130
|
this.onFocusDecrease = (ev) => {
|
|
1086
1131
|
this.decreaseHasFocus = true;
|
|
1087
1132
|
this.onFocus(ev);
|
|
@@ -1097,38 +1142,24 @@ const InputStepper = class {
|
|
|
1097
1142
|
this.onBlurDecrease = (ev) => {
|
|
1098
1143
|
formInput.stopEventBubbling(ev);
|
|
1099
1144
|
this.decreaseHasFocus = false;
|
|
1100
|
-
|
|
1145
|
+
index.rIC(() => this.onBlur(ev.detail));
|
|
1101
1146
|
};
|
|
1102
1147
|
this.onBlurIncrease = (ev) => {
|
|
1103
1148
|
formInput.stopEventBubbling(ev);
|
|
1104
1149
|
this.increaseHasFocus = false;
|
|
1105
|
-
|
|
1150
|
+
index.rIC(() => this.onBlur(ev.detail));
|
|
1106
1151
|
};
|
|
1107
1152
|
this.onBlur = (ev) => {
|
|
1108
1153
|
if (!(this.decreaseHasFocus || this.increaseHasFocus)) {
|
|
1109
1154
|
this.balBlur.emit(ev);
|
|
1110
1155
|
}
|
|
1111
1156
|
};
|
|
1112
|
-
this.focused = false;
|
|
1113
|
-
this.language = config_default.defaultConfig.language;
|
|
1114
|
-
this.region = config_default.defaultConfig.region;
|
|
1115
|
-
this.ariaForm = form.defaultBalAriaForm;
|
|
1116
|
-
this.name = this.inputId;
|
|
1117
|
-
this.min = 0;
|
|
1118
|
-
this.max = 10;
|
|
1119
|
-
this.steps = 1;
|
|
1120
|
-
this.disabled = false;
|
|
1121
|
-
this.readonly = false;
|
|
1122
|
-
this.invalid = false;
|
|
1123
|
-
this.debounce = 0;
|
|
1124
|
-
this.value = 0;
|
|
1125
|
-
this.autoInvalidOff = false;
|
|
1126
1157
|
}
|
|
1127
1158
|
createLogger(log) {
|
|
1128
1159
|
this.log = log;
|
|
1129
1160
|
}
|
|
1130
1161
|
debounceChanged() {
|
|
1131
|
-
this.balChange =
|
|
1162
|
+
this.balChange = index.debounceEvent(this.balChange, this.debounce);
|
|
1132
1163
|
}
|
|
1133
1164
|
listenOnClick(ev) {
|
|
1134
1165
|
formInput.inputListenOnClick(this, ev);
|
|
@@ -1194,15 +1225,7 @@ const InputStepper = class {
|
|
|
1194
1225
|
const elText = elInner.element('text');
|
|
1195
1226
|
const increaseLabel = balInputStepper_i18n.i18nBalInputStepper[this.language].increase;
|
|
1196
1227
|
const decreaseLabel = balInputStepper_i18n.i18nBalInputStepper[this.language].decrease;
|
|
1197
|
-
return (index.h(index.Host, { key: 'cfa84687c890114f02d591a21a46a07661469a48', "aria-disabled": aria.ariaBooleanToString(this.disabled), "aria-focused": this.focused ? 'true' : null, class: Object.assign({}, block.class()) }, index.h("div", { key: '5335fcef9736cd54bc837ec55ab8431aac73ad49', class: Object.assign({}, elInner.class()) }, index.h("bal-button", { key: '
|
|
1198
|
-
title: decreaseLabel,
|
|
1199
|
-
label: decreaseLabel,
|
|
1200
|
-
controls: this.ariaForm.controlId || this.inputId,
|
|
1201
|
-
}, size: "small", square: true, "data-testid": "bal-input-stepper-decrease", outlined: !this.invalid, icon: "minus", color: this.invalid ? 'danger' : 'info', disabled: this.disabled || this.readonly || this.value <= this.min, onClick: _ => this.decrease(), onBalFocus: ev => this.onFocusDecrease(ev), onBalBlur: ev => this.onBlurDecrease(ev) }), index.h("bal-text", { key: 'b04e1e5118df414fe27ad18b27c63f9d1f8296c4', space: "none", color: this.disabled || this.readonly ? 'grey' : this.invalid ? 'danger' : '', bold: true, class: Object.assign({}, elText.class()), "data-testid": "bal-input-stepper-text" }, number.formatLocaleNumber(this.value)), index.h("bal-button", { key: '72d30a316782c5a7b2a3b024ae6b1d0b2dddf218', aria: {
|
|
1202
|
-
title: increaseLabel,
|
|
1203
|
-
label: increaseLabel,
|
|
1204
|
-
controls: this.ariaForm.controlId || this.inputId,
|
|
1205
|
-
}, size: "small", "data-testid": "bal-input-stepper-increase", square: true, outlined: !this.invalid, icon: "plus", color: this.invalid ? 'danger' : 'info', disabled: this.disabled || this.readonly || this.value >= this.max, onClick: _ => this.increase(), onBalFocus: ev => this.onFocusIncrease(ev), onBalBlur: ev => this.onBlurIncrease(ev) })), index.h("input", Object.assign({ key: 'fc24fd180574bc350584e3375682a079278362ec', class: Object.assign({}, elInput.class()), 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": aria.ariaBooleanToString(this.disabled), "data-testid": "bal-input-stepper", type: "text", value: this.value, name: this.name, tabindex: "-1", ref: inputEl => (this.nativeInput = inputEl), readonly: this.readonly, disabled: this.disabled }, this.inheritedAttributes))));
|
|
1228
|
+
return (index.h(index.Host, { key: 'cfa84687c890114f02d591a21a46a07661469a48', "aria-disabled": aria.ariaBooleanToString(this.disabled), "aria-focused": this.focused ? 'true' : null, class: Object.assign({}, block.class()) }, index.h("div", { key: '5335fcef9736cd54bc837ec55ab8431aac73ad49', class: Object.assign({}, elInner.class()) }, index.h("bal-button", { key: 'a55658ae806919db98ad1b388f0bf7314c7a744f', a11yTitle: decreaseLabel, a11yLabel: decreaseLabel, a11yControls: this.ariaForm.controlId || this.inputId, size: "small", square: true, "data-testid": "bal-input-stepper-decrease", outlined: !this.invalid, icon: "minus", color: this.invalid ? 'danger' : 'info', disabled: this.disabled || this.readonly || this.value <= this.min, onClick: _ => this.decrease(), onBalFocus: ev => this.onFocusDecrease(ev), onBalBlur: ev => this.onBlurDecrease(ev) }), index.h("span", { key: '0a30ea1ba1435fe86b090d9aff393cb7520939aa', "data-testid": "bal-input-stepper-text", class: Object.assign(Object.assign(Object.assign({}, elText.class()), elText.modifier('invalid').class(this.invalid)), elText.modifier('disabled').class(this.disabled || this.readonly)) }, number.formatLocaleNumber(this.value)), index.h("bal-button", { key: '06004c24961ea016ef35fd0e1d029d08588b12e8', a11yTitle: increaseLabel, a11yLabel: increaseLabel, a11yControls: this.ariaForm.controlId || this.inputId, size: "small", "data-testid": "bal-input-stepper-increase", square: true, outlined: !this.invalid, icon: "plus", color: this.invalid ? 'danger' : 'info', disabled: this.disabled || this.readonly || this.value >= this.max, onClick: _ => this.increase(), onBalFocus: ev => this.onFocusIncrease(ev), onBalBlur: ev => this.onBlurIncrease(ev) })), index.h("input", Object.assign({ key: '4b6c8ec2e19eb957d080fa79aef07667dc79a2ad', class: Object.assign({}, elInput.class()), 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": aria.ariaBooleanToString(this.disabled), "data-testid": "bal-input-stepper", type: "text", value: this.value, name: this.name, tabindex: "-1", ref: inputEl => (this.nativeInput = inputEl), readonly: this.readonly, disabled: this.disabled }, this.inheritedAttributes))));
|
|
1206
1229
|
}
|
|
1207
1230
|
get el() { return index.getElement(this); }
|
|
1208
1231
|
static get watchers() { return {
|
|
@@ -1210,7 +1233,7 @@ const InputStepper = class {
|
|
|
1210
1233
|
}; }
|
|
1211
1234
|
};
|
|
1212
1235
|
tslib_es6.__decorate([
|
|
1213
|
-
|
|
1236
|
+
index.Logger('bal-input-stepper'),
|
|
1214
1237
|
tslib_es6.__metadata("design:type", Function),
|
|
1215
1238
|
tslib_es6.__metadata("design:paramtypes", [Function]),
|
|
1216
1239
|
tslib_es6.__metadata("design:returntype", void 0)
|
|
@@ -1222,6 +1245,6 @@ tslib_es6.__decorate([
|
|
|
1222
1245
|
tslib_es6.__metadata("design:returntype", Promise)
|
|
1223
1246
|
], InputStepper.prototype, "configChanged", null);
|
|
1224
1247
|
let InputStepperIds = 0;
|
|
1225
|
-
InputStepper.style =
|
|
1248
|
+
InputStepper.style = balInputStepperCss;
|
|
1226
1249
|
|
|
1227
1250
|
exports.bal_input_stepper = InputStepper;
|