@baloise/ds-core 19.3.0 → 19.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/_commonjsHelpers.js +5 -1
- 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 +11 -6
- 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 +61 -21
- package/components/bal-checkbox2.js +93 -32
- 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 +27 -31
- package/components/bal-date.js +72 -34
- package/components/bal-divider.js +18 -2
- 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 +31 -10
- 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 +10 -2
- 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 +135 -42
- 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 +37 -9
- 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 +10 -3
- package/components/bal-nav-meta-bar2.js +20 -2
- package/components/bal-nav.js +33 -49
- package/components/bal-navbar-brand.js +28 -5
- package/components/bal-navbar-menu-end.js +6 -0
- package/components/bal-navbar-menu-start.js +6 -0
- package/components/bal-navbar-menu.js +6 -0
- 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 +57 -21
- package/components/bal-radio-icon2.js +23 -2
- package/components/bal-radio2.js +78 -29
- package/components/bal-segment-item.js +35 -16
- package/components/bal-segment.js +42 -21
- package/components/bal-select-option2.js +7 -2
- package/components/bal-select2.js +107 -50
- 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 +48 -6
- package/components/bal-table.js +4 -2
- package/components/bal-tabs2.js +103 -45
- 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 +2 -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 +1 -5
- package/components/helpers.js +2 -2
- package/components/index.esm.js +122 -118
- package/components/index.js +171 -21
- 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/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-017e7f7adf.entry.js +1 -0
- package/dist/baloise-design-system/{p-00e75d0c35.system.entry.js → p-040a6174c7.system.entry.js} +1 -1
- package/dist/baloise-design-system/{p-6077b576a9.system.entry.js → p-05e8130a9a.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-08bc0ab24d.system.entry.js +1 -0
- package/dist/baloise-design-system/p-0b9e84e4dd.system.entry.js +1 -0
- package/dist/baloise-design-system/p-0da4fe3026.entry.js +1 -0
- package/dist/baloise-design-system/p-0f679514b0.entry.js +1 -0
- package/dist/baloise-design-system/p-1112428fc6.entry.js +1 -0
- package/dist/baloise-design-system/p-152e669d59.system.entry.js +1 -0
- package/dist/baloise-design-system/p-166fa22c35.entry.js +1 -0
- package/dist/baloise-design-system/p-1799d59644.entry.js +1 -0
- package/dist/baloise-design-system/{p-1a99fea403.system.entry.js → p-19eda34a35.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-1a101b475e.system.entry.js +1 -0
- package/dist/baloise-design-system/p-1c13d69ca1.system.entry.js +1 -0
- package/dist/baloise-design-system/p-1ecb79b6b5.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-de8600efe8.system.entry.js → p-1f7d71e0f6.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-22026f3f57.system.entry.js +1 -0
- package/dist/baloise-design-system/p-2384eefce1.entry.js +1 -0
- package/dist/baloise-design-system/p-247b0b800a.system.entry.js +1 -0
- package/dist/baloise-design-system/p-2690f97b41.system.entry.js +1 -0
- package/dist/baloise-design-system/p-29cae69b8c.entry.js +1 -0
- package/dist/baloise-design-system/p-2f62e8007d.entry.js +1 -0
- package/dist/baloise-design-system/p-3125929936.entry.js +1 -0
- package/dist/baloise-design-system/p-3b5c4a42c4.system.entry.js +1 -0
- package/dist/baloise-design-system/p-417b6e0a0b.system.entry.js +1 -0
- package/dist/baloise-design-system/p-426a8d1128.entry.js +1 -0
- package/dist/baloise-design-system/p-4360835610.entry.js +1 -0
- package/dist/baloise-design-system/p-448a8ba385.entry.js +1 -0
- package/dist/baloise-design-system/p-46092a4585.entry.js +1 -0
- package/dist/baloise-design-system/{p-1e517d518d.system.entry.js → p-469d7c593e.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-4856c78a64.entry.js +1 -0
- package/dist/baloise-design-system/p-4b3fd230c6.system.entry.js +1 -0
- package/dist/baloise-design-system/p-503b4ce7d0.entry.js +1 -0
- package/dist/baloise-design-system/p-52fa3d7015.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-05a5de36af.entry.js → p-5391a66037.entry.js} +1 -1
- package/dist/baloise-design-system/p-558adf45a6.system.entry.js +1 -0
- package/dist/baloise-design-system/p-56951b4bb7.system.entry.js +1 -0
- package/dist/baloise-design-system/p-571b32fead.system.entry.js +1 -0
- package/dist/baloise-design-system/p-5792932f82.system.entry.js +1 -0
- package/dist/baloise-design-system/p-5aa8ca5691.entry.js +1 -0
- package/dist/baloise-design-system/p-5bc0576341.entry.js +1 -0
- package/dist/baloise-design-system/p-5da1420f1a.system.entry.js +1 -0
- package/dist/baloise-design-system/p-5ea15c8fda.entry.js +1 -0
- package/dist/baloise-design-system/{p-240e3621c6.entry.js → p-5ea5a9b3fa.entry.js} +1 -1
- package/dist/baloise-design-system/p-605048a7e8.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-d112488f3c.system.entry.js → p-605b22e87a.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-619670d086.system.entry.js +1 -0
- package/dist/baloise-design-system/p-61d215dcc5.entry.js +1 -0
- package/dist/baloise-design-system/p-653f4e4238.entry.js +1 -0
- package/dist/baloise-design-system/p-6542d12863.entry.js +1 -0
- package/dist/baloise-design-system/p-680fe70c1a.entry.js +1 -0
- package/dist/baloise-design-system/p-68162ab75a.entry.js +1 -0
- package/dist/baloise-design-system/p-6d511d8e8e.system.entry.js +1 -0
- package/dist/baloise-design-system/p-6d5bbdc67a.entry.js +1 -0
- package/dist/baloise-design-system/p-6d716224a8.entry.js +1 -0
- package/dist/baloise-design-system/p-6e463dc74b.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-7632019f26.system.entry.js → p-6eeb094b9d.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-6efb9d0430.system.entry.js +1 -0
- package/dist/baloise-design-system/p-6f40242a5d.entry.js +1 -0
- package/dist/baloise-design-system/p-74dd1a8023.entry.js +1 -0
- package/dist/baloise-design-system/p-750daedf10.system.entry.js +1 -0
- package/dist/baloise-design-system/p-7778560b6f.entry.js +1 -0
- package/dist/baloise-design-system/p-7b1dff4795.entry.js +1 -0
- package/dist/baloise-design-system/p-7cb21d670b.system.entry.js +1 -0
- package/dist/baloise-design-system/p-7e5c62d014.entry.js +1 -0
- package/dist/baloise-design-system/p-7e88d10258.system.entry.js +1 -0
- package/dist/baloise-design-system/p-833e1e02aa.entry.js +1 -0
- package/dist/baloise-design-system/p-83a6310bc0.entry.js +1 -0
- package/dist/baloise-design-system/{p-160c193287.entry.js → p-84f3cdac9b.entry.js} +1 -1
- package/dist/baloise-design-system/p-8c5aac149f.entry.js +1 -0
- package/dist/baloise-design-system/p-8f8bef4656.system.entry.js +1 -0
- package/dist/baloise-design-system/p-909bc3558a.system.entry.js +1 -0
- package/dist/baloise-design-system/p-925b31dca9.entry.js +1 -0
- package/dist/baloise-design-system/p-9276e4e5ca.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-0d07e6caf8.entry.js → p-9417181fc3.entry.js} +1 -1
- package/dist/baloise-design-system/p-96fbe5e737.entry.js +1 -0
- package/dist/baloise-design-system/p-99d1051abd.system.entry.js +1 -0
- package/dist/baloise-design-system/p-9bed353090.system.entry.js +1 -0
- package/dist/baloise-design-system/p-9f221cd147.system.entry.js +1 -0
- package/dist/baloise-design-system/p-B1TzZiNl.js +1 -0
- package/dist/baloise-design-system/p-B1a79Kak.system.js +1 -0
- package/dist/baloise-design-system/p-B23n0-TV.js +1 -0
- package/dist/baloise-design-system/p-B3Q-Lii3.js +2 -0
- package/dist/baloise-design-system/p-B4Kne3kP.system.js +1 -0
- package/dist/baloise-design-system/p-B71F7E77.js +1 -0
- package/dist/baloise-design-system/p-B7wsjSwt.system.js +1 -0
- package/dist/baloise-design-system/p-BANVEd3P.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-acf222fd.js → p-BHYxMhaq.js} +1 -1
- package/dist/baloise-design-system/p-BJQK_KjT.js +1 -0
- package/dist/baloise-design-system/{p-bb3d79e0.js → p-BLUHPuPg.js} +1 -1
- package/dist/baloise-design-system/{p-1c41de53.system.js → p-BPUKeAhO.system.js} +1 -1
- package/dist/baloise-design-system/{p-ec9a7cf5.system.js → p-BQvgbY93.system.js} +1 -1
- package/dist/baloise-design-system/p-BnVL_HEz.js +1 -0
- package/dist/baloise-design-system/{p-6c080ebc.system.js → p-Bnn4iNSc.system.js} +1 -1
- package/dist/baloise-design-system/{p-55ebd30d.js → p-Bp0dpjer.js} +1 -1
- package/dist/baloise-design-system/{p-5b163efa.js → p-BsGkq7do.js} +1 -1
- package/dist/baloise-design-system/p-BvmIi0Pf.js +1 -0
- package/dist/baloise-design-system/p-BzYBOtnf.js +1 -0
- package/dist/baloise-design-system/p-Bzy18UgU.system.js +1 -0
- package/dist/baloise-design-system/p-C2YKdNW7.system.js +1 -0
- package/dist/baloise-design-system/{p-924b576e.system.js → p-C4hsvc4v.system.js} +1 -1
- 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-C8S5XlJl.js +1 -0
- package/dist/baloise-design-system/p-CEOTg0oT.system.js +1 -0
- package/dist/baloise-design-system/p-CFSqydrN.system.js +1 -0
- package/dist/baloise-design-system/p-CKLuFkEh.js +1 -0
- package/dist/baloise-design-system/p-CbvOgU0G.js +1 -0
- package/dist/baloise-design-system/p-Ch5Ar_Aw.system.js +1 -0
- package/dist/baloise-design-system/p-CiWErrXI.system.js +1 -0
- package/dist/baloise-design-system/p-Cj6DXhmQ.js +1 -0
- package/dist/baloise-design-system/{p-96216bd1.js → p-Ck3aT69N.js} +1 -1
- package/dist/baloise-design-system/p-Clmofeob.js +1 -0
- package/dist/baloise-design-system/{p-fbce8119.system.js → p-Cm94K4OH.system.js} +1 -1
- package/dist/baloise-design-system/p-CoTulE_f.js +1 -0
- package/dist/baloise-design-system/p-CpWDVANq.system.js +1 -0
- package/dist/baloise-design-system/{p-d0537382.system.js → p-Cu1ebAbd.system.js} +1 -1
- package/dist/baloise-design-system/{p-b2f7e364.js → p-Cwb5cm_s.js} +1 -1
- package/dist/baloise-design-system/p-CwvovJM0.system.js +3 -0
- package/dist/baloise-design-system/{p-2509cd53.system.js → p-CyfydXgM.system.js} +1 -1
- 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-D0Jo39A5.system.js +1 -0
- package/dist/baloise-design-system/p-DA4RmE59.system.js +1 -0
- package/dist/baloise-design-system/{p-2908a4b8.system.js → p-DJopuiVl.system.js} +1 -1
- package/dist/baloise-design-system/{p-50f3b012.js → p-DKxvaA1I.js} +1 -1
- package/dist/baloise-design-system/p-DMUz15_s.system.js +1 -0
- package/dist/baloise-design-system/p-DPBQ5EN8.system.js +1 -0
- package/dist/baloise-design-system/p-DTDY1hlV.js +1 -0
- package/dist/baloise-design-system/p-DV-El3D9.js +1 -0
- package/dist/baloise-design-system/p-DWQYzEm7.system.js +1 -0
- package/dist/baloise-design-system/p-DY72UdN1.system.js +1 -0
- package/dist/baloise-design-system/p-DfEhX0m_.system.js +1 -0
- package/dist/baloise-design-system/p-DhSS4q-R.system.js +1 -0
- package/dist/baloise-design-system/{p-9f7a1215.system.js → p-DndeZqk_.system.js} +1 -1
- package/dist/baloise-design-system/{p-aae6003e.js → p-Do4k83YR.js} +1 -1
- 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-DqCbGYzv.js +1 -0
- package/dist/baloise-design-system/p-Dxz8zGB7.system.js +1 -0
- package/dist/baloise-design-system/p-MVgFPFA5.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-WkcLp-K_.system.js +1 -0
- package/dist/baloise-design-system/p-WmWy2rJ-.system.js +2 -0
- package/dist/baloise-design-system/{p-4a0012fa.js → p-XiJ1YYc9.js} +1 -1
- package/dist/baloise-design-system/p-a34dc82fd9.system.entry.js +1 -0
- package/dist/baloise-design-system/p-a5802e97d8.system.entry.js +1 -0
- package/dist/baloise-design-system/p-a913a946ea.entry.js +1 -0
- package/dist/baloise-design-system/p-aa9f1d22cd.system.entry.js +1 -0
- package/dist/baloise-design-system/p-aac9ec6687.system.entry.js +1 -0
- package/dist/baloise-design-system/p-ab6db026de.entry.js +1 -0
- package/dist/baloise-design-system/p-adcdd7eb63.entry.js +1 -0
- package/dist/baloise-design-system/p-b050e8a82d.entry.js +1 -0
- package/dist/baloise-design-system/p-b0d0cb1167.system.entry.js +1 -0
- package/dist/baloise-design-system/p-b0d2fd44ef.system.entry.js +1 -0
- package/dist/baloise-design-system/p-b5712e673a.entry.js +1 -0
- package/dist/baloise-design-system/p-be07e385c5.entry.js +1 -0
- package/dist/baloise-design-system/p-bf46f70999.entry.js +1 -0
- package/dist/baloise-design-system/p-c2a5d480b6.entry.js +1 -0
- package/dist/baloise-design-system/p-c4239a6ebb.entry.js +1 -0
- package/dist/baloise-design-system/{p-a06f682955.entry.js → p-c6a6f41844.entry.js} +1 -1
- package/dist/baloise-design-system/p-c819c5feef.system.entry.js +1 -0
- package/dist/baloise-design-system/p-c92ac7c2e0.system.entry.js +1 -0
- package/dist/baloise-design-system/p-cca697bd26.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-5420740f.system.js → p-cfEgJ3Y7.system.js} +1 -1
- package/dist/baloise-design-system/p-d4c44cc24e.entry.js +1 -0
- package/dist/baloise-design-system/{p-0b39e3fc7f.system.entry.js → p-d575fb9113.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-d5b648b0fc.system.entry.js +1 -0
- package/dist/baloise-design-system/p-d78505b4e8.entry.js +1 -0
- package/dist/baloise-design-system/p-d7a09b758f.entry.js +1 -0
- package/dist/baloise-design-system/p-dbcb876d25.entry.js +1 -0
- package/dist/baloise-design-system/p-dc3a6cd2e6.system.entry.js +1 -0
- package/dist/baloise-design-system/p-dd5aae489e.entry.js +1 -0
- package/dist/baloise-design-system/{p-eecefb0a.system.js → p-drmuT566.system.js} +1 -1
- package/dist/baloise-design-system/p-e016efc91a.entry.js +1 -0
- package/dist/baloise-design-system/p-e0c4414dd8.system.entry.js +1 -0
- package/dist/baloise-design-system/p-e15a90b22c.system.entry.js +1 -0
- package/dist/baloise-design-system/p-e57bc8a630.system.entry.js +1 -0
- package/dist/baloise-design-system/p-e92ad3fae1.system.entry.js +1 -0
- package/dist/baloise-design-system/{p-a82d082286.system.entry.js → p-eb68793baa.system.entry.js} +1 -1
- package/dist/baloise-design-system/p-ee43ce93b7.system.entry.js +1 -0
- package/dist/baloise-design-system/p-ee5156fb85.system.entry.js +1 -0
- package/dist/baloise-design-system/p-ee604e4bcc.system.entry.js +1 -0
- package/dist/baloise-design-system/p-f0957640f5.entry.js +1 -0
- package/dist/baloise-design-system/p-fa3aa15442.entry.js +1 -0
- package/dist/baloise-design-system/p-fd73720dcb.entry.js +1 -0
- package/dist/baloise-design-system/p-ft8ZtF1G.system.js +1 -0
- package/dist/baloise-design-system/{p-a7894ace.js → p-gnUWqxps.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-pkPHUz5e.js +2 -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-BeUy1FNI.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 +178 -83
- 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-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 +146 -58
- 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 +138 -102
- 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 +161 -80
- package/dist/cjs/bal-segment_2.cjs.entry.js +98 -65
- package/dist/cjs/bal-select_2.cjs.entry.js +137 -81
- 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 +183 -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-881dd92d.js → breakpoints.decorator-DLXGwQpP.js} +1 -1
- package/dist/cjs/{breakpoints.subject-485cf660.js → breakpoints.subject-CidQD5zH.js} +16 -17
- package/dist/cjs/{config.decorator-de244188.js → config.decorator-CDkNZ1Fo.js} +3 -3
- package/dist/cjs/{date-ce9c7f3f.js → date-C9_0qSTi.js} +3217 -3830
- package/dist/cjs/{device-9f97a845.js → device-CoI0V6AY.js} +5 -5
- package/dist/cjs/{element-states.decorator-aa5126e2.js → element-states.decorator-DGQNhvD6.js} +12 -13
- package/dist/cjs/{floating-ui-4a4a1aed.js → floating-ui-BEMfzblh.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-DFy3pFaT.js} +9 -10
- package/dist/cjs/{form-input-e9974433.js → form-input-BUGd2Bkz.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-COfbtsc7.js +3035 -0
- package/dist/cjs/index-CuY5w2n4.js +602 -0
- package/dist/cjs/index-ifu9fMyU.js +127 -0
- package/dist/cjs/index.cjs.js +65 -74
- package/dist/cjs/index.esm-CKDqUwIC.js +216 -0
- package/dist/cjs/{listener-52d2e5fd.js → listener-t3ifJtK5.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-DyFafPfX.js} +5 -5
- package/dist/cjs/{number-24bf265b.js → number-CYeUjdPM.js} +3 -4
- package/dist/cjs/{overlays-94ebb271.js → overlays-CZHV6VH9.js} +5 -6
- package/dist/cjs/purify.es-CJTp6uKN.js +1330 -0
- package/dist/cjs/{resize.decorator-e4a92322.js → resize.decorator-B_NiBCMZ.js} +5 -6
- package/dist/cjs/{scroll-dc37ea84.js → scroll-DY4kxt0j.js} +5 -5
- package/dist/cjs/{swipe.decorator-9c105f90.js → swipe.decorator-CNDcaR9i.js} +1 -1
- package/dist/cjs/{swipe.subject-191f7d8a.js → swipe.subject-DtAxEK8t.js} +5 -5
- package/dist/cjs/{swiper.util-d23b8eb0.js → swiper.util-nyFqwHcs.js} +15 -16
- package/dist/cjs/{tokens.esm-e14cedac.js → tokens.esm-DU04pfsc.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-C7uDX3Z3.js} +5 -5
- package/dist/cjs/window-resize.decorator-4PWq713L.js +25 -0
- package/dist/cjs/window-resize.subject-GSXXkOcC.js +28 -0
- package/dist/collection/collection-manifest.json +1 -1
- 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 +72 -29
- 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-util.js +29 -0
- package/dist/collection/components/bal-input/bal-input.js +134 -69
- 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-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 +8 -1
- package/dist/collection/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.js +24 -5
- package/dist/collection/components/bal-nav/bal-nav.js +18 -12
- package/dist/collection/components/bal-nav/models/bal-nav-menu-link-item.js +2 -2
- 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 +68 -30
- 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 +40 -20
- package/dist/collection/components/bal-select/bal-select-option/bal-select-option.js +11 -6
- package/dist/collection/components/bal-select/bal-select.js +109 -51
- 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 +69 -30
- package/dist/collection/components/bal-tabs/bal-tabs.js +111 -52
- 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/index.js +0 -4
- package/dist/collection/initialize.js +33 -2
- package/dist/collection/tags-all.js +119 -0
- package/dist/collection/utils/config/config.default.js +1 -0
- package/dist/collection/utils/constants/version.constant.js +1 -1
- package/dist/esm/_commonjsHelpers-BFTU3MAI.js +7 -0
- package/dist/esm/{animation.decorator-7fca988f.js → animation.decorator-DtxbEYY8.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 +172 -75
- 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-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 +144 -54
- 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 +117 -79
- 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 +155 -72
- package/dist/esm/bal-segment_2.entry.js +91 -56
- package/dist/esm/bal-select_2.entry.js +130 -72
- 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 +170 -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-4de4315f.js → breakpoints.decorator-SHkWCW_Y.js} +1 -1
- package/dist/esm/{breakpoints.subject-2f68e834.js → breakpoints.subject-C7fjILif.js} +4 -5
- package/dist/esm/{config.decorator-6795d1fe.js → config.decorator-T4wBa62Z.js} +1 -1
- package/dist/esm/{date-87bdb1d1.js → date-B9gcRx4E.js} +3213 -3826
- package/dist/esm/{device-8c6d2881.js → device-ClkcmLoi.js} +1 -1
- package/dist/esm/{element-states.decorator-d99dc83c.js → element-states.decorator-DH5waKVu.js} +2 -3
- package/dist/esm/{floating-ui-8ffbc979.js → floating-ui-CTp1F0dK.js} +2 -2
- package/dist/esm/{focus-visible-c1d6b5b8.js → focus-visible-DqCbGYzv.js} +2 -2
- package/dist/esm/{focus.decorator-988245d7.js → focus.decorator-DQpbKYaT.js} +2 -3
- package/dist/esm/{form-input-1ebdb905.js → form-input-CGW38ndP.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-dYcsHLfj.js +600 -0
- package/dist/esm/index-pkPHUz5e.js +2980 -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-tzACU3qe.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-6a69cedb.js → mutation.decorator-x6OeVGO1.js} +2 -2
- package/dist/esm/{number-ccf3fbd0.js → number-DZNVPmrJ.js} +1 -2
- package/dist/esm/{overlays-cee3838b.js → overlays-HStjSmzT.js} +2 -3
- package/dist/esm/purify.es-B3Q-Lii3.js +1328 -0
- package/dist/esm/{resize.decorator-3c8e5ee2.js → resize.decorator-D8jUH-n3.js} +2 -3
- package/dist/esm/{scroll-521224a9.js → scroll-CGUsHi6i.js} +1 -1
- package/dist/esm/{swipe.decorator-3d3585e7.js → swipe.decorator-CLIW6A6V.js} +1 -1
- package/dist/esm/{swipe.subject-26a9e5a5.js → swipe.subject-CgHMG_X7.js} +4 -4
- package/dist/esm/{swiper.util-8e17b8c4.js → swiper.util-lTWgy2NS.js} +4 -5
- package/dist/esm/{tokens.esm-4409ffbb.js → tokens.esm-BvmIi0Pf.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-5db91610.js → visibility.decorator-DOE3Mnqt.js} +2 -2
- package/dist/esm/{window-resize.decorator-03b1ed50.js → window-resize.decorator-C4aZFmLU.js} +1 -24
- package/dist/esm/window-resize.subject-DTS_9rk_.js +26 -0
- package/dist/esm-es5/_commonjsHelpers-BFTU3MAI.js +1 -0
- package/dist/esm-es5/animation.decorator-DtxbEYY8.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-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-SHkWCW_Y.js +1 -0
- package/dist/esm-es5/breakpoints.subject-C7fjILif.js +1 -0
- package/dist/esm-es5/config.decorator-T4wBa62Z.js +1 -0
- package/dist/esm-es5/date-B9gcRx4E.js +1 -0
- package/dist/esm-es5/device-ClkcmLoi.js +1 -0
- package/dist/esm-es5/element-states.decorator-DH5waKVu.js +1 -0
- package/dist/esm-es5/floating-ui-CTp1F0dK.js +1 -0
- package/dist/esm-es5/focus-visible-DqCbGYzv.js +1 -0
- package/dist/esm-es5/focus.decorator-DQpbKYaT.js +1 -0
- package/dist/esm-es5/form-input-CGW38ndP.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-dYcsHLfj.js +1 -0
- package/dist/esm-es5/index-pkPHUz5e.js +2 -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-tzACU3qe.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-x6OeVGO1.js +1 -0
- package/dist/esm-es5/number-DZNVPmrJ.js +1 -0
- package/dist/esm-es5/overlays-HStjSmzT.js +1 -0
- package/dist/esm-es5/purify.es-B3Q-Lii3.js +2 -0
- package/dist/esm-es5/resize.decorator-D8jUH-n3.js +1 -0
- package/dist/esm-es5/scroll-CGUsHi6i.js +1 -0
- package/dist/esm-es5/{swipe.decorator-3d3585e7.js → swipe.decorator-CLIW6A6V.js} +1 -1
- package/dist/esm-es5/swipe.subject-CgHMG_X7.js +1 -0
- package/dist/esm-es5/swiper.util-lTWgy2NS.js +1 -0
- package/dist/esm-es5/{tokens.esm-4409ffbb.js → tokens.esm-BvmIi0Pf.js} +1 -1
- package/dist/esm-es5/utils-C_qktPg7.js +1 -0
- package/dist/esm-es5/visibility.decorator-DOE3Mnqt.js +1 -0
- package/dist/esm-es5/window-resize.decorator-C4aZFmLU.js +1 -0
- package/dist/esm-es5/window-resize.subject-DTS_9rk_.js +1 -0
- package/dist/html.html-data.json +85 -1
- package/dist/types/components/bal-button/bal-button.d.ts +13 -1
- package/dist/types/components/bal-input/bal-input-util.d.ts +8 -0
- package/dist/types/components/bal-input/bal-input.d.ts +1 -1
- package/dist/types/components/bal-input/bal-input.interfaces.d.ts +1 -1
- package/dist/types/components/bal-input-stepper/bal-input-stepper.d.ts +1 -1
- 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-tabs/bal-tab-item/bal-tab-item.d.ts +3 -3
- package/dist/types/components.d.ts +1444 -10
- package/dist/types/index.d.ts +1 -1
- package/dist/types/stencil-public-runtime.d.ts +23 -1
- package/dist/types/tags-all.d.ts +1 -0
- package/dist/types/utils/config/config.types.d.ts +2 -0
- package/package.json +7 -7
- package/components/bal-text2.js +0 -94
- package/components/purify.js +0 -1353
- package/dist/baloise-design-system/p-00b37ea2.js +0 -1
- package/dist/baloise-design-system/p-00d6cf9a.system.js +0 -1
- package/dist/baloise-design-system/p-0193364e31.entry.js +0 -1
- package/dist/baloise-design-system/p-01cd830b.system.js +0 -1
- package/dist/baloise-design-system/p-02509f2aa1.system.entry.js +0 -1
- package/dist/baloise-design-system/p-04515987c7.system.entry.js +0 -1
- package/dist/baloise-design-system/p-056b22a7.system.js +0 -1
- package/dist/baloise-design-system/p-0783dc98dd.system.entry.js +0 -1
- package/dist/baloise-design-system/p-0833e523b1.entry.js +0 -1
- package/dist/baloise-design-system/p-0aa6f3518b.system.entry.js +0 -1
- package/dist/baloise-design-system/p-0ae449ae.system.js +0 -1
- package/dist/baloise-design-system/p-0b2b3dbe1b.entry.js +0 -1
- package/dist/baloise-design-system/p-0c336d76f5.entry.js +0 -1
- package/dist/baloise-design-system/p-0c34ba75.system.js +0 -1
- package/dist/baloise-design-system/p-11230944ba.system.entry.js +0 -1
- package/dist/baloise-design-system/p-1272e3f9c5.system.entry.js +0 -1
- package/dist/baloise-design-system/p-12b975fee6.system.entry.js +0 -1
- package/dist/baloise-design-system/p-13d44256.system.js +0 -1
- package/dist/baloise-design-system/p-14df54b760.entry.js +0 -1
- package/dist/baloise-design-system/p-15f86fd2.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-16f5c678f5.entry.js +0 -1
- package/dist/baloise-design-system/p-1846561401.system.entry.js +0 -1
- package/dist/baloise-design-system/p-18675e20.js +0 -1
- package/dist/baloise-design-system/p-18c6b14c.system.js +0 -1
- package/dist/baloise-design-system/p-18cab6ff5b.entry.js +0 -1
- package/dist/baloise-design-system/p-1cfbf3093b.entry.js +0 -1
- package/dist/baloise-design-system/p-1f7d1eb48e.entry.js +0 -1
- package/dist/baloise-design-system/p-1fa4cbaca6.system.entry.js +0 -1
- package/dist/baloise-design-system/p-210cd438.system.js +0 -9
- package/dist/baloise-design-system/p-211fd73b2d.entry.js +0 -1
- package/dist/baloise-design-system/p-21b2d5d33b.system.entry.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-24486c2cd6.entry.js +0 -1
- package/dist/baloise-design-system/p-2725c79107.system.entry.js +0 -1
- package/dist/baloise-design-system/p-27b9d8e173.entry.js +0 -1
- package/dist/baloise-design-system/p-2880433e.system.js +0 -1
- package/dist/baloise-design-system/p-28d0b9c851.system.entry.js +0 -1
- package/dist/baloise-design-system/p-2ccbe55a.js +0 -2
- package/dist/baloise-design-system/p-2d3770e7.system.js +0 -1
- package/dist/baloise-design-system/p-3131f323.system.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-350a85a9.js +0 -1
- package/dist/baloise-design-system/p-36c605b7ed.entry.js +0 -1
- package/dist/baloise-design-system/p-371f93bd95.system.entry.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-3d3aa421.js +0 -1
- package/dist/baloise-design-system/p-3f01fc8b.js +0 -1
- package/dist/baloise-design-system/p-3f6fcc1a25.system.entry.js +0 -1
- package/dist/baloise-design-system/p-3fcfe14a45.system.entry.js +0 -1
- package/dist/baloise-design-system/p-4191bdf0.js +0 -1
- package/dist/baloise-design-system/p-41c8319b5f.entry.js +0 -1
- package/dist/baloise-design-system/p-422f347380.entry.js +0 -1
- package/dist/baloise-design-system/p-42d1374d6f.system.entry.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-4936cce309.entry.js +0 -1
- package/dist/baloise-design-system/p-4a1237e8.js +0 -1
- package/dist/baloise-design-system/p-4ad57bd1ee.entry.js +0 -1
- package/dist/baloise-design-system/p-4af5f1f9.js +0 -1
- package/dist/baloise-design-system/p-4ca4dff6.js +0 -1
- package/dist/baloise-design-system/p-4d4dd885fc.entry.js +0 -1
- package/dist/baloise-design-system/p-4d5477db.js +0 -1
- package/dist/baloise-design-system/p-4e8633942b.entry.js +0 -1
- package/dist/baloise-design-system/p-4f1232cf16.system.entry.js +0 -1
- package/dist/baloise-design-system/p-537189e0.js +0 -1
- package/dist/baloise-design-system/p-548ca0b3.js +0 -1
- package/dist/baloise-design-system/p-5569e7774f.entry.js +0 -1
- package/dist/baloise-design-system/p-56f686f295.system.entry.js +0 -1
- package/dist/baloise-design-system/p-576fea8fe0.system.entry.js +0 -1
- package/dist/baloise-design-system/p-584601ed8d.entry.js +0 -1
- package/dist/baloise-design-system/p-599fe1aecd.system.entry.js +0 -1
- package/dist/baloise-design-system/p-5b81a72518.system.entry.js +0 -1
- package/dist/baloise-design-system/p-5c391c5415.system.entry.js +0 -1
- package/dist/baloise-design-system/p-5d26868b4c.system.entry.js +0 -1
- package/dist/baloise-design-system/p-5d94ecd9.system.js +0 -1
- package/dist/baloise-design-system/p-5e506fea89.entry.js +0 -1
- package/dist/baloise-design-system/p-5e7b2f7fa5.system.entry.js +0 -1
- package/dist/baloise-design-system/p-5fbe1e715b.entry.js +0 -1
- package/dist/baloise-design-system/p-6461e0dc8c.entry.js +0 -1
- package/dist/baloise-design-system/p-659270e6.system.js +0 -1
- package/dist/baloise-design-system/p-65a3f66bb1.entry.js +0 -1
- package/dist/baloise-design-system/p-6780a7ed.system.js +0 -1
- package/dist/baloise-design-system/p-68f3a1d5de.entry.js +0 -1
- package/dist/baloise-design-system/p-6913b916.system.js +0 -1
- package/dist/baloise-design-system/p-694808374d.system.entry.js +0 -1
- package/dist/baloise-design-system/p-6ca25be56c.entry.js +0 -1
- package/dist/baloise-design-system/p-6df2900b29.system.entry.js +0 -1
- package/dist/baloise-design-system/p-6e3ed83858.entry.js +0 -1
- package/dist/baloise-design-system/p-70a29a3cf9.system.entry.js +0 -1
- package/dist/baloise-design-system/p-7187bc892e.system.entry.js +0 -1
- package/dist/baloise-design-system/p-7720b262.system.js +0 -1
- package/dist/baloise-design-system/p-77c7a0b0.js +0 -1
- package/dist/baloise-design-system/p-7961e095.system.js +0 -2
- package/dist/baloise-design-system/p-7ace6bb2b2.system.entry.js +0 -1
- package/dist/baloise-design-system/p-7d4fac85.js +0 -1
- package/dist/baloise-design-system/p-7ee8e43a78.entry.js +0 -1
- package/dist/baloise-design-system/p-835cf9d5.system.js +0 -1
- package/dist/baloise-design-system/p-86621bd1a3.system.entry.js +0 -1
- package/dist/baloise-design-system/p-8de1cbc123.system.entry.js +0 -1
- package/dist/baloise-design-system/p-975f69e2.js +0 -1
- package/dist/baloise-design-system/p-9a3d9e17.js +0 -1
- package/dist/baloise-design-system/p-9bea0924af.entry.js +0 -1
- package/dist/baloise-design-system/p-9fe6f3f427.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-a65354df.js +0 -1
- package/dist/baloise-design-system/p-a6f19c8102.entry.js +0 -1
- package/dist/baloise-design-system/p-a7f480e29e.entry.js +0 -1
- package/dist/baloise-design-system/p-a8161761.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-ad848b32cc.entry.js +0 -1
- package/dist/baloise-design-system/p-ade92c8b.js +0 -2
- package/dist/baloise-design-system/p-b0471793.system.js +0 -1
- package/dist/baloise-design-system/p-b0cf4731.js +0 -1
- package/dist/baloise-design-system/p-b31ef16307.system.entry.js +0 -1
- package/dist/baloise-design-system/p-b3720a73.system.js +0 -1
- package/dist/baloise-design-system/p-b53635762a.entry.js +0 -1
- package/dist/baloise-design-system/p-b651c3be06.system.entry.js +0 -1
- package/dist/baloise-design-system/p-b77e3348.js +0 -1
- package/dist/baloise-design-system/p-ba04f59382.entry.js +0 -1
- package/dist/baloise-design-system/p-bb0bea1a12.entry.js +0 -1
- package/dist/baloise-design-system/p-bdf651c552.system.entry.js +0 -1
- package/dist/baloise-design-system/p-be4404d14f.entry.js +0 -1
- package/dist/baloise-design-system/p-c018e14208.system.entry.js +0 -1
- package/dist/baloise-design-system/p-c1df952485.entry.js +0 -1
- package/dist/baloise-design-system/p-c75b737789.system.entry.js +0 -1
- package/dist/baloise-design-system/p-c90cd86f85.entry.js +0 -1
- package/dist/baloise-design-system/p-c942d04f.system.js +0 -1
- package/dist/baloise-design-system/p-caf7e785da.system.entry.js +0 -1
- package/dist/baloise-design-system/p-cb9a61cf9f.entry.js +0 -1
- package/dist/baloise-design-system/p-ce0bb62f88.system.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-d41614f898.entry.js +0 -1
- package/dist/baloise-design-system/p-d4e5093b.js +0 -1
- package/dist/baloise-design-system/p-d96b1ee9.js +0 -1
- package/dist/baloise-design-system/p-dac493c4.system.js +0 -1
- package/dist/baloise-design-system/p-dc1f26ed82.entry.js +0 -1
- package/dist/baloise-design-system/p-ddfc39d563.system.entry.js +0 -1
- package/dist/baloise-design-system/p-de214c5ded.entry.js +0 -1
- package/dist/baloise-design-system/p-df907af8.system.js +0 -1
- package/dist/baloise-design-system/p-e004afb272.entry.js +0 -1
- package/dist/baloise-design-system/p-e0248dd3.js +0 -1
- package/dist/baloise-design-system/p-e1daa037f5.entry.js +0 -1
- package/dist/baloise-design-system/p-e442bfd948.entry.js +0 -1
- package/dist/baloise-design-system/p-e53cf246d6.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-e88286bed3.system.entry.js +0 -1
- package/dist/baloise-design-system/p-ea96959c66.system.entry.js +0 -1
- package/dist/baloise-design-system/p-ec1863d2.js +0 -1
- package/dist/baloise-design-system/p-edb1f50e6a.entry.js +0 -1
- package/dist/baloise-design-system/p-eec38fbd.system.js +0 -1
- package/dist/baloise-design-system/p-eed5aa27.system.js +0 -1
- package/dist/baloise-design-system/p-f19930db.js +0 -1
- package/dist/baloise-design-system/p-f8db562aa1.entry.js +0 -1
- package/dist/baloise-design-system/p-fa2ea8a4.system.js +0 -1
- package/dist/baloise-design-system/p-fa6b5cde.system.js +0 -1
- package/dist/baloise-design-system/p-fd273f8f1e.entry.js +0 -1
- package/dist/baloise-design-system/p-fe2ef334.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-56853e4c.js +0 -48
- package/dist/esm/_commonjsHelpers-1c8beb5f.js +0 -3
- package/dist/esm/app-globals-07bd529a.js +0 -9
- package/dist/esm/browser-a8073d92.js +0 -62
- package/dist/esm/config.default-53a04699.js +0 -45
- package/dist/esm/config.utils-f3793464.js +0 -101
- package/dist/esm/helpers-51d51cc5.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/initialize-c00194b2.js +0 -312
- 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-7fca988f.js +0 -1
- package/dist/esm-es5/app-globals-07bd529a.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-4de4315f.js +0 -1
- package/dist/esm-es5/breakpoints.subject-2f68e834.js +0 -1
- package/dist/esm-es5/browser-a8073d92.js +0 -1
- package/dist/esm-es5/config.decorator-6795d1fe.js +0 -1
- package/dist/esm-es5/config.default-53a04699.js +0 -1
- package/dist/esm-es5/config.utils-f3793464.js +0 -1
- package/dist/esm-es5/date-87bdb1d1.js +0 -1
- package/dist/esm-es5/device-8c6d2881.js +0 -1
- package/dist/esm-es5/element-states.decorator-d99dc83c.js +0 -1
- package/dist/esm-es5/floating-ui-8ffbc979.js +0 -1
- package/dist/esm-es5/focus-visible-c1d6b5b8.js +0 -1
- package/dist/esm-es5/focus.decorator-988245d7.js +0 -1
- package/dist/esm-es5/form-input-1ebdb905.js +0 -1
- package/dist/esm-es5/helpers-51d51cc5.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-c00194b2.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-6a69cedb.js +0 -1
- package/dist/esm-es5/number-ccf3fbd0.js +0 -1
- package/dist/esm-es5/overlays-cee3838b.js +0 -1
- package/dist/esm-es5/purify-8cb49f16.js +0 -2
- package/dist/esm-es5/resize.decorator-3c8e5ee2.js +0 -1
- package/dist/esm-es5/scroll-521224a9.js +0 -1
- package/dist/esm-es5/swipe.subject-26a9e5a5.js +0 -1
- package/dist/esm-es5/swiper.util-8e17b8c4.js +0 -1
- package/dist/esm-es5/utils-9fbab1d3.js +0 -1
- package/dist/esm-es5/visibility.decorator-5db91610.js +0 -1
- package/dist/esm-es5/window-resize.decorator-03b1ed50.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
package/components/index4.js
CHANGED
|
@@ -1,1858 +1,600 @@
|
|
|
1
|
-
import { c as commonjsGlobal } from './_commonjsHelpers.js';
|
|
1
|
+
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './_commonjsHelpers.js';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var lodash_isempty = {exports: {}};
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* lodash (Custom Build) <https://lodash.com/>
|
|
7
7
|
* Build: `lodash modularize exports="npm" -o ./`
|
|
8
|
-
* Copyright
|
|
8
|
+
* Copyright jQuery Foundation and other contributors <https://jquery.org/>
|
|
9
9
|
* Released under MIT license <https://lodash.com/license>
|
|
10
10
|
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
11
11
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
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
|
-
/** Used to
|
|
112
|
-
var
|
|
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
|
-
'map': new (Map || ListCache),
|
|
602
|
-
'string': new Hash
|
|
603
|
-
};
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
/**
|
|
607
|
-
* Removes `key` and its value from the map.
|
|
608
|
-
*
|
|
609
|
-
* @private
|
|
610
|
-
* @name delete
|
|
611
|
-
* @memberOf MapCache
|
|
612
|
-
* @param {string} key The key of the value to remove.
|
|
613
|
-
* @returns {boolean} Returns `true` if the entry was removed, else `false`.
|
|
614
|
-
*/
|
|
615
|
-
function mapCacheDelete(key) {
|
|
616
|
-
var result = getMapData(this, key)['delete'](key);
|
|
617
|
-
this.size -= result ? 1 : 0;
|
|
618
|
-
return result;
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
/**
|
|
622
|
-
* Gets the map value for `key`.
|
|
623
|
-
*
|
|
624
|
-
* @private
|
|
625
|
-
* @name get
|
|
626
|
-
* @memberOf MapCache
|
|
627
|
-
* @param {string} key The key of the value to get.
|
|
628
|
-
* @returns {*} Returns the entry value.
|
|
629
|
-
*/
|
|
630
|
-
function mapCacheGet(key) {
|
|
631
|
-
return getMapData(this, key).get(key);
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
/**
|
|
635
|
-
* Checks if a map value for `key` exists.
|
|
636
|
-
*
|
|
637
|
-
* @private
|
|
638
|
-
* @name has
|
|
639
|
-
* @memberOf MapCache
|
|
640
|
-
* @param {string} key The key of the entry to check.
|
|
641
|
-
* @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
|
|
642
|
-
*/
|
|
643
|
-
function mapCacheHas(key) {
|
|
644
|
-
return getMapData(this, key).has(key);
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
/**
|
|
648
|
-
* Sets the map `key` to `value`.
|
|
649
|
-
*
|
|
650
|
-
* @private
|
|
651
|
-
* @name set
|
|
652
|
-
* @memberOf MapCache
|
|
653
|
-
* @param {string} key The key of the value to set.
|
|
654
|
-
* @param {*} value The value to set.
|
|
655
|
-
* @returns {Object} Returns the map cache instance.
|
|
656
|
-
*/
|
|
657
|
-
function mapCacheSet(key, value) {
|
|
658
|
-
var data = getMapData(this, key),
|
|
659
|
-
size = data.size;
|
|
660
|
-
|
|
661
|
-
data.set(key, value);
|
|
662
|
-
this.size += data.size == size ? 0 : 1;
|
|
663
|
-
return this;
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
// Add methods to `MapCache`.
|
|
667
|
-
MapCache.prototype.clear = mapCacheClear;
|
|
668
|
-
MapCache.prototype['delete'] = mapCacheDelete;
|
|
669
|
-
MapCache.prototype.get = mapCacheGet;
|
|
670
|
-
MapCache.prototype.has = mapCacheHas;
|
|
671
|
-
MapCache.prototype.set = mapCacheSet;
|
|
672
|
-
|
|
673
|
-
/**
|
|
674
|
-
*
|
|
675
|
-
* Creates an array cache object to store unique values.
|
|
676
|
-
*
|
|
677
|
-
* @private
|
|
678
|
-
* @constructor
|
|
679
|
-
* @param {Array} [values] The values to cache.
|
|
680
|
-
*/
|
|
681
|
-
function SetCache(values) {
|
|
682
|
-
var index = -1,
|
|
683
|
-
length = values == null ? 0 : values.length;
|
|
684
|
-
|
|
685
|
-
this.__data__ = new MapCache;
|
|
686
|
-
while (++index < length) {
|
|
687
|
-
this.add(values[index]);
|
|
688
|
-
}
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
/**
|
|
692
|
-
* Adds `value` to the array cache.
|
|
693
|
-
*
|
|
694
|
-
* @private
|
|
695
|
-
* @name add
|
|
696
|
-
* @memberOf SetCache
|
|
697
|
-
* @alias push
|
|
698
|
-
* @param {*} value The value to cache.
|
|
699
|
-
* @returns {Object} Returns the cache instance.
|
|
700
|
-
*/
|
|
701
|
-
function setCacheAdd(value) {
|
|
702
|
-
this.__data__.set(value, HASH_UNDEFINED);
|
|
703
|
-
return this;
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
/**
|
|
707
|
-
* Checks if `value` is in the array cache.
|
|
708
|
-
*
|
|
709
|
-
* @private
|
|
710
|
-
* @name has
|
|
711
|
-
* @memberOf SetCache
|
|
712
|
-
* @param {*} value The value to search for.
|
|
713
|
-
* @returns {number} Returns `true` if `value` is found, else `false`.
|
|
714
|
-
*/
|
|
715
|
-
function setCacheHas(value) {
|
|
716
|
-
return this.__data__.has(value);
|
|
717
|
-
}
|
|
718
|
-
|
|
719
|
-
// Add methods to `SetCache`.
|
|
720
|
-
SetCache.prototype.add = SetCache.prototype.push = setCacheAdd;
|
|
721
|
-
SetCache.prototype.has = setCacheHas;
|
|
722
|
-
|
|
723
|
-
/**
|
|
724
|
-
* Creates a stack cache object to store key-value pairs.
|
|
725
|
-
*
|
|
726
|
-
* @private
|
|
727
|
-
* @constructor
|
|
728
|
-
* @param {Array} [entries] The key-value pairs to cache.
|
|
729
|
-
*/
|
|
730
|
-
function Stack(entries) {
|
|
731
|
-
var data = this.__data__ = new ListCache(entries);
|
|
732
|
-
this.size = data.size;
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
/**
|
|
736
|
-
* Removes all key-value entries from the stack.
|
|
737
|
-
*
|
|
738
|
-
* @private
|
|
739
|
-
* @name clear
|
|
740
|
-
* @memberOf Stack
|
|
741
|
-
*/
|
|
742
|
-
function stackClear() {
|
|
743
|
-
this.__data__ = new ListCache;
|
|
744
|
-
this.size = 0;
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
/**
|
|
748
|
-
* Removes `key` and its value from the stack.
|
|
749
|
-
*
|
|
750
|
-
* @private
|
|
751
|
-
* @name delete
|
|
752
|
-
* @memberOf Stack
|
|
753
|
-
* @param {string} key The key of the value to remove.
|
|
754
|
-
* @returns {boolean} Returns `true` if the entry was removed, else `false`.
|
|
755
|
-
*/
|
|
756
|
-
function stackDelete(key) {
|
|
757
|
-
var data = this.__data__,
|
|
758
|
-
result = data['delete'](key);
|
|
759
|
-
|
|
760
|
-
this.size = data.size;
|
|
761
|
-
return result;
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
/**
|
|
765
|
-
* Gets the stack value for `key`.
|
|
766
|
-
*
|
|
767
|
-
* @private
|
|
768
|
-
* @name get
|
|
769
|
-
* @memberOf Stack
|
|
770
|
-
* @param {string} key The key of the value to get.
|
|
771
|
-
* @returns {*} Returns the entry value.
|
|
772
|
-
*/
|
|
773
|
-
function stackGet(key) {
|
|
774
|
-
return this.__data__.get(key);
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
/**
|
|
778
|
-
* Checks if a stack value for `key` exists.
|
|
779
|
-
*
|
|
780
|
-
* @private
|
|
781
|
-
* @name has
|
|
782
|
-
* @memberOf Stack
|
|
783
|
-
* @param {string} key The key of the entry to check.
|
|
784
|
-
* @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
|
|
785
|
-
*/
|
|
786
|
-
function stackHas(key) {
|
|
787
|
-
return this.__data__.has(key);
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
/**
|
|
791
|
-
* Sets the stack `key` to `value`.
|
|
792
|
-
*
|
|
793
|
-
* @private
|
|
794
|
-
* @name set
|
|
795
|
-
* @memberOf Stack
|
|
796
|
-
* @param {string} key The key of the value to set.
|
|
797
|
-
* @param {*} value The value to set.
|
|
798
|
-
* @returns {Object} Returns the stack cache instance.
|
|
799
|
-
*/
|
|
800
|
-
function stackSet(key, value) {
|
|
801
|
-
var data = this.__data__;
|
|
802
|
-
if (data instanceof ListCache) {
|
|
803
|
-
var pairs = data.__data__;
|
|
804
|
-
if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {
|
|
805
|
-
pairs.push([key, value]);
|
|
806
|
-
this.size = ++data.size;
|
|
807
|
-
return this;
|
|
808
|
-
}
|
|
809
|
-
data = this.__data__ = new MapCache(pairs);
|
|
810
|
-
}
|
|
811
|
-
data.set(key, value);
|
|
812
|
-
this.size = data.size;
|
|
813
|
-
return this;
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
// Add methods to `Stack`.
|
|
817
|
-
Stack.prototype.clear = stackClear;
|
|
818
|
-
Stack.prototype['delete'] = stackDelete;
|
|
819
|
-
Stack.prototype.get = stackGet;
|
|
820
|
-
Stack.prototype.has = stackHas;
|
|
821
|
-
Stack.prototype.set = stackSet;
|
|
822
|
-
|
|
823
|
-
/**
|
|
824
|
-
* Creates an array of the enumerable property names of the array-like `value`.
|
|
825
|
-
*
|
|
826
|
-
* @private
|
|
827
|
-
* @param {*} value The value to query.
|
|
828
|
-
* @param {boolean} inherited Specify returning inherited property names.
|
|
829
|
-
* @returns {Array} Returns the array of property names.
|
|
830
|
-
*/
|
|
831
|
-
function arrayLikeKeys(value, inherited) {
|
|
832
|
-
var isArr = isArray(value),
|
|
833
|
-
isArg = !isArr && isArguments(value),
|
|
834
|
-
isBuff = !isArr && !isArg && isBuffer(value),
|
|
835
|
-
isType = !isArr && !isArg && !isBuff && isTypedArray(value),
|
|
836
|
-
skipIndexes = isArr || isArg || isBuff || isType,
|
|
837
|
-
result = skipIndexes ? baseTimes(value.length, String) : [],
|
|
838
|
-
length = result.length;
|
|
839
|
-
|
|
840
|
-
for (var key in value) {
|
|
841
|
-
if ((inherited || hasOwnProperty.call(value, key)) &&
|
|
842
|
-
!(skipIndexes && (
|
|
843
|
-
// Safari 9 has enumerable `arguments.length` in strict mode.
|
|
844
|
-
key == 'length' ||
|
|
845
|
-
// Node.js 0.10 has enumerable non-index properties on buffers.
|
|
846
|
-
(isBuff && (key == 'offset' || key == 'parent')) ||
|
|
847
|
-
// PhantomJS 2 has enumerable non-index properties on typed arrays.
|
|
848
|
-
(isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||
|
|
849
|
-
// Skip index properties.
|
|
850
|
-
isIndex(key, length)
|
|
851
|
-
))) {
|
|
852
|
-
result.push(key);
|
|
853
|
-
}
|
|
854
|
-
}
|
|
855
|
-
return result;
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
/**
|
|
859
|
-
* Gets the index at which the `key` is found in `array` of key-value pairs.
|
|
860
|
-
*
|
|
861
|
-
* @private
|
|
862
|
-
* @param {Array} array The array to inspect.
|
|
863
|
-
* @param {*} key The key to search for.
|
|
864
|
-
* @returns {number} Returns the index of the matched value, else `-1`.
|
|
865
|
-
*/
|
|
866
|
-
function assocIndexOf(array, key) {
|
|
867
|
-
var length = array.length;
|
|
868
|
-
while (length--) {
|
|
869
|
-
if (eq(array[length][0], key)) {
|
|
870
|
-
return length;
|
|
871
|
-
}
|
|
872
|
-
}
|
|
873
|
-
return -1;
|
|
874
|
-
}
|
|
875
|
-
|
|
876
|
-
/**
|
|
877
|
-
* The base implementation of `getAllKeys` and `getAllKeysIn` which uses
|
|
878
|
-
* `keysFunc` and `symbolsFunc` to get the enumerable property names and
|
|
879
|
-
* symbols of `object`.
|
|
880
|
-
*
|
|
881
|
-
* @private
|
|
882
|
-
* @param {Object} object The object to query.
|
|
883
|
-
* @param {Function} keysFunc The function to get the keys of `object`.
|
|
884
|
-
* @param {Function} symbolsFunc The function to get the symbols of `object`.
|
|
885
|
-
* @returns {Array} Returns the array of property names and symbols.
|
|
886
|
-
*/
|
|
887
|
-
function baseGetAllKeys(object, keysFunc, symbolsFunc) {
|
|
888
|
-
var result = keysFunc(object);
|
|
889
|
-
return isArray(object) ? result : arrayPush(result, symbolsFunc(object));
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
/**
|
|
893
|
-
* The base implementation of `getTag` without fallbacks for buggy environments.
|
|
894
|
-
*
|
|
895
|
-
* @private
|
|
896
|
-
* @param {*} value The value to query.
|
|
897
|
-
* @returns {string} Returns the `toStringTag`.
|
|
898
|
-
*/
|
|
899
|
-
function baseGetTag(value) {
|
|
900
|
-
if (value == null) {
|
|
901
|
-
return value === undefined ? undefinedTag : nullTag;
|
|
902
|
-
}
|
|
903
|
-
return (symToStringTag && symToStringTag in Object(value))
|
|
904
|
-
? getRawTag(value)
|
|
905
|
-
: objectToString(value);
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
/**
|
|
909
|
-
* The base implementation of `_.isArguments`.
|
|
910
|
-
*
|
|
911
|
-
* @private
|
|
912
|
-
* @param {*} value The value to check.
|
|
913
|
-
* @returns {boolean} Returns `true` if `value` is an `arguments` object,
|
|
914
|
-
*/
|
|
915
|
-
function baseIsArguments(value) {
|
|
916
|
-
return isObjectLike(value) && baseGetTag(value) == argsTag;
|
|
917
|
-
}
|
|
918
|
-
|
|
919
|
-
/**
|
|
920
|
-
* The base implementation of `_.isEqual` which supports partial comparisons
|
|
921
|
-
* and tracks traversed objects.
|
|
922
|
-
*
|
|
923
|
-
* @private
|
|
924
|
-
* @param {*} value The value to compare.
|
|
925
|
-
* @param {*} other The other value to compare.
|
|
926
|
-
* @param {boolean} bitmask The bitmask flags.
|
|
927
|
-
* 1 - Unordered comparison
|
|
928
|
-
* 2 - Partial comparison
|
|
929
|
-
* @param {Function} [customizer] The function to customize comparisons.
|
|
930
|
-
* @param {Object} [stack] Tracks traversed `value` and `other` objects.
|
|
931
|
-
* @returns {boolean} Returns `true` if the values are equivalent, else `false`.
|
|
932
|
-
*/
|
|
933
|
-
function baseIsEqual(value, other, bitmask, customizer, stack) {
|
|
934
|
-
if (value === other) {
|
|
935
|
-
return true;
|
|
936
|
-
}
|
|
937
|
-
if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) {
|
|
938
|
-
return value !== value && other !== other;
|
|
939
|
-
}
|
|
940
|
-
return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack);
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
/**
|
|
944
|
-
* A specialized version of `baseIsEqual` for arrays and objects which performs
|
|
945
|
-
* deep comparisons and tracks traversed objects enabling objects with circular
|
|
946
|
-
* references to be compared.
|
|
947
|
-
*
|
|
948
|
-
* @private
|
|
949
|
-
* @param {Object} object The object to compare.
|
|
950
|
-
* @param {Object} other The other object to compare.
|
|
951
|
-
* @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
|
|
952
|
-
* @param {Function} customizer The function to customize comparisons.
|
|
953
|
-
* @param {Function} equalFunc The function to determine equivalents of values.
|
|
954
|
-
* @param {Object} [stack] Tracks traversed `object` and `other` objects.
|
|
955
|
-
* @returns {boolean} Returns `true` if the objects are equivalent, else `false`.
|
|
956
|
-
*/
|
|
957
|
-
function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) {
|
|
958
|
-
var objIsArr = isArray(object),
|
|
959
|
-
othIsArr = isArray(other),
|
|
960
|
-
objTag = objIsArr ? arrayTag : getTag(object),
|
|
961
|
-
othTag = othIsArr ? arrayTag : getTag(other);
|
|
962
|
-
|
|
963
|
-
objTag = objTag == argsTag ? objectTag : objTag;
|
|
964
|
-
othTag = othTag == argsTag ? objectTag : othTag;
|
|
965
|
-
|
|
966
|
-
var objIsObj = objTag == objectTag,
|
|
967
|
-
othIsObj = othTag == objectTag,
|
|
968
|
-
isSameTag = objTag == othTag;
|
|
969
|
-
|
|
970
|
-
if (isSameTag && isBuffer(object)) {
|
|
971
|
-
if (!isBuffer(other)) {
|
|
972
|
-
return false;
|
|
973
|
-
}
|
|
974
|
-
objIsArr = true;
|
|
975
|
-
objIsObj = false;
|
|
976
|
-
}
|
|
977
|
-
if (isSameTag && !objIsObj) {
|
|
978
|
-
stack || (stack = new Stack);
|
|
979
|
-
return (objIsArr || isTypedArray(object))
|
|
980
|
-
? equalArrays(object, other, bitmask, customizer, equalFunc, stack)
|
|
981
|
-
: equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack);
|
|
982
|
-
}
|
|
983
|
-
if (!(bitmask & COMPARE_PARTIAL_FLAG)) {
|
|
984
|
-
var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'),
|
|
985
|
-
othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__');
|
|
986
|
-
|
|
987
|
-
if (objIsWrapped || othIsWrapped) {
|
|
988
|
-
var objUnwrapped = objIsWrapped ? object.value() : object,
|
|
989
|
-
othUnwrapped = othIsWrapped ? other.value() : other;
|
|
990
|
-
|
|
991
|
-
stack || (stack = new Stack);
|
|
992
|
-
return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack);
|
|
993
|
-
}
|
|
994
|
-
}
|
|
995
|
-
if (!isSameTag) {
|
|
996
|
-
return false;
|
|
997
|
-
}
|
|
998
|
-
stack || (stack = new Stack);
|
|
999
|
-
return equalObjects(object, other, bitmask, customizer, equalFunc, stack);
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
/**
|
|
1003
|
-
* The base implementation of `_.isNative` without bad shim checks.
|
|
1004
|
-
*
|
|
1005
|
-
* @private
|
|
1006
|
-
* @param {*} value The value to check.
|
|
1007
|
-
* @returns {boolean} Returns `true` if `value` is a native function,
|
|
1008
|
-
* else `false`.
|
|
1009
|
-
*/
|
|
1010
|
-
function baseIsNative(value) {
|
|
1011
|
-
if (!isObject(value) || isMasked(value)) {
|
|
1012
|
-
return false;
|
|
1013
|
-
}
|
|
1014
|
-
var pattern = isFunction(value) ? reIsNative : reIsHostCtor;
|
|
1015
|
-
return pattern.test(toSource(value));
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
|
-
/**
|
|
1019
|
-
* The base implementation of `_.isTypedArray` without Node.js optimizations.
|
|
1020
|
-
*
|
|
1021
|
-
* @private
|
|
1022
|
-
* @param {*} value The value to check.
|
|
1023
|
-
* @returns {boolean} Returns `true` if `value` is a typed array, else `false`.
|
|
1024
|
-
*/
|
|
1025
|
-
function baseIsTypedArray(value) {
|
|
1026
|
-
return isObjectLike(value) &&
|
|
1027
|
-
isLength(value.length) && !!typedArrayTags[baseGetTag(value)];
|
|
1028
|
-
}
|
|
1029
|
-
|
|
1030
|
-
/**
|
|
1031
|
-
* The base implementation of `_.keys` which doesn't treat sparse arrays as dense.
|
|
1032
|
-
*
|
|
1033
|
-
* @private
|
|
1034
|
-
* @param {Object} object The object to query.
|
|
1035
|
-
* @returns {Array} Returns the array of property names.
|
|
1036
|
-
*/
|
|
1037
|
-
function baseKeys(object) {
|
|
1038
|
-
if (!isPrototype(object)) {
|
|
1039
|
-
return nativeKeys(object);
|
|
1040
|
-
}
|
|
1041
|
-
var result = [];
|
|
1042
|
-
for (var key in Object(object)) {
|
|
1043
|
-
if (hasOwnProperty.call(object, key) && key != 'constructor') {
|
|
1044
|
-
result.push(key);
|
|
1045
|
-
}
|
|
1046
|
-
}
|
|
1047
|
-
return result;
|
|
1048
|
-
}
|
|
1049
|
-
|
|
1050
|
-
/**
|
|
1051
|
-
* A specialized version of `baseIsEqualDeep` for arrays with support for
|
|
1052
|
-
* partial deep comparisons.
|
|
1053
|
-
*
|
|
1054
|
-
* @private
|
|
1055
|
-
* @param {Array} array The array to compare.
|
|
1056
|
-
* @param {Array} other The other array to compare.
|
|
1057
|
-
* @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
|
|
1058
|
-
* @param {Function} customizer The function to customize comparisons.
|
|
1059
|
-
* @param {Function} equalFunc The function to determine equivalents of values.
|
|
1060
|
-
* @param {Object} stack Tracks traversed `array` and `other` objects.
|
|
1061
|
-
* @returns {boolean} Returns `true` if the arrays are equivalent, else `false`.
|
|
1062
|
-
*/
|
|
1063
|
-
function equalArrays(array, other, bitmask, customizer, equalFunc, stack) {
|
|
1064
|
-
var isPartial = bitmask & COMPARE_PARTIAL_FLAG,
|
|
1065
|
-
arrLength = array.length,
|
|
1066
|
-
othLength = other.length;
|
|
1067
|
-
|
|
1068
|
-
if (arrLength != othLength && !(isPartial && othLength > arrLength)) {
|
|
1069
|
-
return false;
|
|
1070
|
-
}
|
|
1071
|
-
// Assume cyclic values are equal.
|
|
1072
|
-
var stacked = stack.get(array);
|
|
1073
|
-
if (stacked && stack.get(other)) {
|
|
1074
|
-
return stacked == other;
|
|
1075
|
-
}
|
|
1076
|
-
var index = -1,
|
|
1077
|
-
result = true,
|
|
1078
|
-
seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new SetCache : undefined;
|
|
1079
|
-
|
|
1080
|
-
stack.set(array, other);
|
|
1081
|
-
stack.set(other, array);
|
|
1082
|
-
|
|
1083
|
-
// Ignore non-index properties.
|
|
1084
|
-
while (++index < arrLength) {
|
|
1085
|
-
var arrValue = array[index],
|
|
1086
|
-
othValue = other[index];
|
|
1087
|
-
|
|
1088
|
-
if (customizer) {
|
|
1089
|
-
var compared = isPartial
|
|
1090
|
-
? customizer(othValue, arrValue, index, other, array, stack)
|
|
1091
|
-
: customizer(arrValue, othValue, index, array, other, stack);
|
|
1092
|
-
}
|
|
1093
|
-
if (compared !== undefined) {
|
|
1094
|
-
if (compared) {
|
|
1095
|
-
continue;
|
|
1096
|
-
}
|
|
1097
|
-
result = false;
|
|
1098
|
-
break;
|
|
1099
|
-
}
|
|
1100
|
-
// Recursively compare arrays (susceptible to call stack limits).
|
|
1101
|
-
if (seen) {
|
|
1102
|
-
if (!arraySome(other, function(othValue, othIndex) {
|
|
1103
|
-
if (!cacheHas(seen, othIndex) &&
|
|
1104
|
-
(arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) {
|
|
1105
|
-
return seen.push(othIndex);
|
|
1106
|
-
}
|
|
1107
|
-
})) {
|
|
1108
|
-
result = false;
|
|
1109
|
-
break;
|
|
1110
|
-
}
|
|
1111
|
-
} else if (!(
|
|
1112
|
-
arrValue === othValue ||
|
|
1113
|
-
equalFunc(arrValue, othValue, bitmask, customizer, stack)
|
|
1114
|
-
)) {
|
|
1115
|
-
result = false;
|
|
1116
|
-
break;
|
|
1117
|
-
}
|
|
1118
|
-
}
|
|
1119
|
-
stack['delete'](array);
|
|
1120
|
-
stack['delete'](other);
|
|
1121
|
-
return result;
|
|
1122
|
-
}
|
|
1123
|
-
|
|
1124
|
-
/**
|
|
1125
|
-
* A specialized version of `baseIsEqualDeep` for comparing objects of
|
|
1126
|
-
* the same `toStringTag`.
|
|
1127
|
-
*
|
|
1128
|
-
* **Note:** This function only supports comparing values with tags of
|
|
1129
|
-
* `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.
|
|
1130
|
-
*
|
|
1131
|
-
* @private
|
|
1132
|
-
* @param {Object} object The object to compare.
|
|
1133
|
-
* @param {Object} other The other object to compare.
|
|
1134
|
-
* @param {string} tag The `toStringTag` of the objects to compare.
|
|
1135
|
-
* @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
|
|
1136
|
-
* @param {Function} customizer The function to customize comparisons.
|
|
1137
|
-
* @param {Function} equalFunc The function to determine equivalents of values.
|
|
1138
|
-
* @param {Object} stack Tracks traversed `object` and `other` objects.
|
|
1139
|
-
* @returns {boolean} Returns `true` if the objects are equivalent, else `false`.
|
|
1140
|
-
*/
|
|
1141
|
-
function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) {
|
|
1142
|
-
switch (tag) {
|
|
1143
|
-
case dataViewTag:
|
|
1144
|
-
if ((object.byteLength != other.byteLength) ||
|
|
1145
|
-
(object.byteOffset != other.byteOffset)) {
|
|
1146
|
-
return false;
|
|
1147
|
-
}
|
|
1148
|
-
object = object.buffer;
|
|
1149
|
-
other = other.buffer;
|
|
1150
|
-
|
|
1151
|
-
case arrayBufferTag:
|
|
1152
|
-
if ((object.byteLength != other.byteLength) ||
|
|
1153
|
-
!equalFunc(new Uint8Array(object), new Uint8Array(other))) {
|
|
1154
|
-
return false;
|
|
1155
|
-
}
|
|
1156
|
-
return true;
|
|
1157
|
-
|
|
1158
|
-
case boolTag:
|
|
1159
|
-
case dateTag:
|
|
1160
|
-
case numberTag:
|
|
1161
|
-
// Coerce booleans to `1` or `0` and dates to milliseconds.
|
|
1162
|
-
// Invalid dates are coerced to `NaN`.
|
|
1163
|
-
return eq(+object, +other);
|
|
1164
|
-
|
|
1165
|
-
case errorTag:
|
|
1166
|
-
return object.name == other.name && object.message == other.message;
|
|
1167
|
-
|
|
1168
|
-
case regexpTag:
|
|
1169
|
-
case stringTag:
|
|
1170
|
-
// Coerce regexes to strings and treat strings, primitives and objects,
|
|
1171
|
-
// as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring
|
|
1172
|
-
// for more details.
|
|
1173
|
-
return object == (other + '');
|
|
1174
|
-
|
|
1175
|
-
case mapTag:
|
|
1176
|
-
var convert = mapToArray;
|
|
1177
|
-
|
|
1178
|
-
case setTag:
|
|
1179
|
-
var isPartial = bitmask & COMPARE_PARTIAL_FLAG;
|
|
1180
|
-
convert || (convert = setToArray);
|
|
1181
|
-
|
|
1182
|
-
if (object.size != other.size && !isPartial) {
|
|
1183
|
-
return false;
|
|
1184
|
-
}
|
|
1185
|
-
// Assume cyclic values are equal.
|
|
1186
|
-
var stacked = stack.get(object);
|
|
1187
|
-
if (stacked) {
|
|
1188
|
-
return stacked == other;
|
|
1189
|
-
}
|
|
1190
|
-
bitmask |= COMPARE_UNORDERED_FLAG;
|
|
1191
|
-
|
|
1192
|
-
// Recursively compare objects (susceptible to call stack limits).
|
|
1193
|
-
stack.set(object, other);
|
|
1194
|
-
var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack);
|
|
1195
|
-
stack['delete'](object);
|
|
1196
|
-
return result;
|
|
1197
|
-
|
|
1198
|
-
case symbolTag:
|
|
1199
|
-
if (symbolValueOf) {
|
|
1200
|
-
return symbolValueOf.call(object) == symbolValueOf.call(other);
|
|
1201
|
-
}
|
|
1202
|
-
}
|
|
1203
|
-
return false;
|
|
1204
|
-
}
|
|
1205
|
-
|
|
1206
|
-
/**
|
|
1207
|
-
* A specialized version of `baseIsEqualDeep` for objects with support for
|
|
1208
|
-
* partial deep comparisons.
|
|
1209
|
-
*
|
|
1210
|
-
* @private
|
|
1211
|
-
* @param {Object} object The object to compare.
|
|
1212
|
-
* @param {Object} other The other object to compare.
|
|
1213
|
-
* @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
|
|
1214
|
-
* @param {Function} customizer The function to customize comparisons.
|
|
1215
|
-
* @param {Function} equalFunc The function to determine equivalents of values.
|
|
1216
|
-
* @param {Object} stack Tracks traversed `object` and `other` objects.
|
|
1217
|
-
* @returns {boolean} Returns `true` if the objects are equivalent, else `false`.
|
|
1218
|
-
*/
|
|
1219
|
-
function equalObjects(object, other, bitmask, customizer, equalFunc, stack) {
|
|
1220
|
-
var isPartial = bitmask & COMPARE_PARTIAL_FLAG,
|
|
1221
|
-
objProps = getAllKeys(object),
|
|
1222
|
-
objLength = objProps.length,
|
|
1223
|
-
othProps = getAllKeys(other),
|
|
1224
|
-
othLength = othProps.length;
|
|
1225
|
-
|
|
1226
|
-
if (objLength != othLength && !isPartial) {
|
|
1227
|
-
return false;
|
|
1228
|
-
}
|
|
1229
|
-
var index = objLength;
|
|
1230
|
-
while (index--) {
|
|
1231
|
-
var key = objProps[index];
|
|
1232
|
-
if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) {
|
|
1233
|
-
return false;
|
|
1234
|
-
}
|
|
1235
|
-
}
|
|
1236
|
-
// Assume cyclic values are equal.
|
|
1237
|
-
var stacked = stack.get(object);
|
|
1238
|
-
if (stacked && stack.get(other)) {
|
|
1239
|
-
return stacked == other;
|
|
1240
|
-
}
|
|
1241
|
-
var result = true;
|
|
1242
|
-
stack.set(object, other);
|
|
1243
|
-
stack.set(other, object);
|
|
1244
|
-
|
|
1245
|
-
var skipCtor = isPartial;
|
|
1246
|
-
while (++index < objLength) {
|
|
1247
|
-
key = objProps[index];
|
|
1248
|
-
var objValue = object[key],
|
|
1249
|
-
othValue = other[key];
|
|
1250
|
-
|
|
1251
|
-
if (customizer) {
|
|
1252
|
-
var compared = isPartial
|
|
1253
|
-
? customizer(othValue, objValue, key, other, object, stack)
|
|
1254
|
-
: customizer(objValue, othValue, key, object, other, stack);
|
|
1255
|
-
}
|
|
1256
|
-
// Recursively compare objects (susceptible to call stack limits).
|
|
1257
|
-
if (!(compared === undefined
|
|
1258
|
-
? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack))
|
|
1259
|
-
: compared
|
|
1260
|
-
)) {
|
|
1261
|
-
result = false;
|
|
1262
|
-
break;
|
|
1263
|
-
}
|
|
1264
|
-
skipCtor || (skipCtor = key == 'constructor');
|
|
1265
|
-
}
|
|
1266
|
-
if (result && !skipCtor) {
|
|
1267
|
-
var objCtor = object.constructor,
|
|
1268
|
-
othCtor = other.constructor;
|
|
1269
|
-
|
|
1270
|
-
// Non `Object` object instances with different constructors are not equal.
|
|
1271
|
-
if (objCtor != othCtor &&
|
|
1272
|
-
('constructor' in object && 'constructor' in other) &&
|
|
1273
|
-
!(typeof objCtor == 'function' && objCtor instanceof objCtor &&
|
|
1274
|
-
typeof othCtor == 'function' && othCtor instanceof othCtor)) {
|
|
1275
|
-
result = false;
|
|
1276
|
-
}
|
|
1277
|
-
}
|
|
1278
|
-
stack['delete'](object);
|
|
1279
|
-
stack['delete'](other);
|
|
1280
|
-
return result;
|
|
1281
|
-
}
|
|
1282
|
-
|
|
1283
|
-
/**
|
|
1284
|
-
* Creates an array of own enumerable property names and symbols of `object`.
|
|
1285
|
-
*
|
|
1286
|
-
* @private
|
|
1287
|
-
* @param {Object} object The object to query.
|
|
1288
|
-
* @returns {Array} Returns the array of property names and symbols.
|
|
1289
|
-
*/
|
|
1290
|
-
function getAllKeys(object) {
|
|
1291
|
-
return baseGetAllKeys(object, keys, getSymbols);
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
|
-
/**
|
|
1295
|
-
* Gets the data for `map`.
|
|
1296
|
-
*
|
|
1297
|
-
* @private
|
|
1298
|
-
* @param {Object} map The map to query.
|
|
1299
|
-
* @param {string} key The reference key.
|
|
1300
|
-
* @returns {*} Returns the map data.
|
|
1301
|
-
*/
|
|
1302
|
-
function getMapData(map, key) {
|
|
1303
|
-
var data = map.__data__;
|
|
1304
|
-
return isKeyable(key)
|
|
1305
|
-
? data[typeof key == 'string' ? 'string' : 'hash']
|
|
1306
|
-
: data.map;
|
|
1307
|
-
}
|
|
1308
|
-
|
|
1309
|
-
/**
|
|
1310
|
-
* Gets the native function at `key` of `object`.
|
|
1311
|
-
*
|
|
1312
|
-
* @private
|
|
1313
|
-
* @param {Object} object The object to query.
|
|
1314
|
-
* @param {string} key The key of the method to get.
|
|
1315
|
-
* @returns {*} Returns the function if it's native, else `undefined`.
|
|
1316
|
-
*/
|
|
1317
|
-
function getNative(object, key) {
|
|
1318
|
-
var value = getValue(object, key);
|
|
1319
|
-
return baseIsNative(value) ? value : undefined;
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1322
|
-
/**
|
|
1323
|
-
* A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.
|
|
1324
|
-
*
|
|
1325
|
-
* @private
|
|
1326
|
-
* @param {*} value The value to query.
|
|
1327
|
-
* @returns {string} Returns the raw `toStringTag`.
|
|
1328
|
-
*/
|
|
1329
|
-
function getRawTag(value) {
|
|
1330
|
-
var isOwn = hasOwnProperty.call(value, symToStringTag),
|
|
1331
|
-
tag = value[symToStringTag];
|
|
1332
|
-
|
|
1333
|
-
try {
|
|
1334
|
-
value[symToStringTag] = undefined;
|
|
1335
|
-
var unmasked = true;
|
|
1336
|
-
} catch (e) {}
|
|
1337
|
-
|
|
1338
|
-
var result = nativeObjectToString.call(value);
|
|
1339
|
-
if (unmasked) {
|
|
1340
|
-
if (isOwn) {
|
|
1341
|
-
value[symToStringTag] = tag;
|
|
1342
|
-
} else {
|
|
1343
|
-
delete value[symToStringTag];
|
|
1344
|
-
}
|
|
1345
|
-
}
|
|
1346
|
-
return result;
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
/**
|
|
1350
|
-
* Creates an array of the own enumerable symbols of `object`.
|
|
1351
|
-
*
|
|
1352
|
-
* @private
|
|
1353
|
-
* @param {Object} object The object to query.
|
|
1354
|
-
* @returns {Array} Returns the array of symbols.
|
|
1355
|
-
*/
|
|
1356
|
-
var getSymbols = !nativeGetSymbols ? stubArray : function(object) {
|
|
1357
|
-
if (object == null) {
|
|
1358
|
-
return [];
|
|
1359
|
-
}
|
|
1360
|
-
object = Object(object);
|
|
1361
|
-
return arrayFilter(nativeGetSymbols(object), function(symbol) {
|
|
1362
|
-
return propertyIsEnumerable.call(object, symbol);
|
|
1363
|
-
});
|
|
1364
|
-
};
|
|
1365
|
-
|
|
1366
|
-
/**
|
|
1367
|
-
* Gets the `toStringTag` of `value`.
|
|
1368
|
-
*
|
|
1369
|
-
* @private
|
|
1370
|
-
* @param {*} value The value to query.
|
|
1371
|
-
* @returns {string} Returns the `toStringTag`.
|
|
1372
|
-
*/
|
|
1373
|
-
var getTag = baseGetTag;
|
|
1374
|
-
|
|
1375
|
-
// Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6.
|
|
1376
|
-
if ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||
|
|
1377
|
-
(Map && getTag(new Map) != mapTag) ||
|
|
1378
|
-
(Promise && getTag(Promise.resolve()) != promiseTag) ||
|
|
1379
|
-
(Set && getTag(new Set) != setTag) ||
|
|
1380
|
-
(WeakMap && getTag(new WeakMap) != weakMapTag)) {
|
|
1381
|
-
getTag = function(value) {
|
|
1382
|
-
var result = baseGetTag(value),
|
|
1383
|
-
Ctor = result == objectTag ? value.constructor : undefined,
|
|
1384
|
-
ctorString = Ctor ? toSource(Ctor) : '';
|
|
1385
|
-
|
|
1386
|
-
if (ctorString) {
|
|
1387
|
-
switch (ctorString) {
|
|
1388
|
-
case dataViewCtorString: return dataViewTag;
|
|
1389
|
-
case mapCtorString: return mapTag;
|
|
1390
|
-
case promiseCtorString: return promiseTag;
|
|
1391
|
-
case setCtorString: return setTag;
|
|
1392
|
-
case weakMapCtorString: return weakMapTag;
|
|
1393
|
-
}
|
|
1394
|
-
}
|
|
1395
|
-
return result;
|
|
1396
|
-
};
|
|
1397
|
-
}
|
|
1398
|
-
|
|
1399
|
-
/**
|
|
1400
|
-
* Checks if `value` is a valid array-like index.
|
|
1401
|
-
*
|
|
1402
|
-
* @private
|
|
1403
|
-
* @param {*} value The value to check.
|
|
1404
|
-
* @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.
|
|
1405
|
-
* @returns {boolean} Returns `true` if `value` is a valid index, else `false`.
|
|
1406
|
-
*/
|
|
1407
|
-
function isIndex(value, length) {
|
|
1408
|
-
length = length == null ? MAX_SAFE_INTEGER : length;
|
|
1409
|
-
return !!length &&
|
|
1410
|
-
(typeof value == 'number' || reIsUint.test(value)) &&
|
|
1411
|
-
(value > -1 && value % 1 == 0 && value < length);
|
|
1412
|
-
}
|
|
1413
|
-
|
|
1414
|
-
/**
|
|
1415
|
-
* Checks if `value` is suitable for use as unique object key.
|
|
1416
|
-
*
|
|
1417
|
-
* @private
|
|
1418
|
-
* @param {*} value The value to check.
|
|
1419
|
-
* @returns {boolean} Returns `true` if `value` is suitable, else `false`.
|
|
1420
|
-
*/
|
|
1421
|
-
function isKeyable(value) {
|
|
1422
|
-
var type = typeof value;
|
|
1423
|
-
return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')
|
|
1424
|
-
? (value !== '__proto__')
|
|
1425
|
-
: (value === null);
|
|
1426
|
-
}
|
|
1427
|
-
|
|
1428
|
-
/**
|
|
1429
|
-
* Checks if `func` has its source masked.
|
|
1430
|
-
*
|
|
1431
|
-
* @private
|
|
1432
|
-
* @param {Function} func The function to check.
|
|
1433
|
-
* @returns {boolean} Returns `true` if `func` is masked, else `false`.
|
|
1434
|
-
*/
|
|
1435
|
-
function isMasked(func) {
|
|
1436
|
-
return !!maskSrcKey && (maskSrcKey in func);
|
|
1437
|
-
}
|
|
1438
|
-
|
|
1439
|
-
/**
|
|
1440
|
-
* Checks if `value` is likely a prototype object.
|
|
1441
|
-
*
|
|
1442
|
-
* @private
|
|
1443
|
-
* @param {*} value The value to check.
|
|
1444
|
-
* @returns {boolean} Returns `true` if `value` is a prototype, else `false`.
|
|
1445
|
-
*/
|
|
1446
|
-
function isPrototype(value) {
|
|
1447
|
-
var Ctor = value && value.constructor,
|
|
1448
|
-
proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;
|
|
1449
|
-
|
|
1450
|
-
return value === proto;
|
|
1451
|
-
}
|
|
1452
|
-
|
|
1453
|
-
/**
|
|
1454
|
-
* Converts `value` to a string using `Object.prototype.toString`.
|
|
1455
|
-
*
|
|
1456
|
-
* @private
|
|
1457
|
-
* @param {*} value The value to convert.
|
|
1458
|
-
* @returns {string} Returns the converted string.
|
|
1459
|
-
*/
|
|
1460
|
-
function objectToString(value) {
|
|
1461
|
-
return nativeObjectToString.call(value);
|
|
1462
|
-
}
|
|
1463
|
-
|
|
1464
|
-
/**
|
|
1465
|
-
* Converts `func` to its source code.
|
|
1466
|
-
*
|
|
1467
|
-
* @private
|
|
1468
|
-
* @param {Function} func The function to convert.
|
|
1469
|
-
* @returns {string} Returns the source code.
|
|
1470
|
-
*/
|
|
1471
|
-
function toSource(func) {
|
|
1472
|
-
if (func != null) {
|
|
1473
|
-
try {
|
|
1474
|
-
return funcToString.call(func);
|
|
1475
|
-
} catch (e) {}
|
|
1476
|
-
try {
|
|
1477
|
-
return (func + '');
|
|
1478
|
-
} catch (e) {}
|
|
1479
|
-
}
|
|
1480
|
-
return '';
|
|
1481
|
-
}
|
|
1482
|
-
|
|
1483
|
-
/**
|
|
1484
|
-
* Performs a
|
|
1485
|
-
* [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
|
|
1486
|
-
* comparison between two values to determine if they are equivalent.
|
|
1487
|
-
*
|
|
1488
|
-
* @static
|
|
1489
|
-
* @memberOf _
|
|
1490
|
-
* @since 4.0.0
|
|
1491
|
-
* @category Lang
|
|
1492
|
-
* @param {*} value The value to compare.
|
|
1493
|
-
* @param {*} other The other value to compare.
|
|
1494
|
-
* @returns {boolean} Returns `true` if the values are equivalent, else `false`.
|
|
1495
|
-
* @example
|
|
1496
|
-
*
|
|
1497
|
-
* var object = { 'a': 1 };
|
|
1498
|
-
* var other = { 'a': 1 };
|
|
1499
|
-
*
|
|
1500
|
-
* _.eq(object, object);
|
|
1501
|
-
* // => true
|
|
1502
|
-
*
|
|
1503
|
-
* _.eq(object, other);
|
|
1504
|
-
* // => false
|
|
1505
|
-
*
|
|
1506
|
-
* _.eq('a', 'a');
|
|
1507
|
-
* // => true
|
|
1508
|
-
*
|
|
1509
|
-
* _.eq('a', Object('a'));
|
|
1510
|
-
* // => false
|
|
1511
|
-
*
|
|
1512
|
-
* _.eq(NaN, NaN);
|
|
1513
|
-
* // => true
|
|
1514
|
-
*/
|
|
1515
|
-
function eq(value, other) {
|
|
1516
|
-
return value === other || (value !== value && other !== other);
|
|
1517
|
-
}
|
|
1518
|
-
|
|
1519
|
-
/**
|
|
1520
|
-
* Checks if `value` is likely an `arguments` object.
|
|
1521
|
-
*
|
|
1522
|
-
* @static
|
|
1523
|
-
* @memberOf _
|
|
1524
|
-
* @since 0.1.0
|
|
1525
|
-
* @category Lang
|
|
1526
|
-
* @param {*} value The value to check.
|
|
1527
|
-
* @returns {boolean} Returns `true` if `value` is an `arguments` object,
|
|
1528
|
-
* else `false`.
|
|
1529
|
-
* @example
|
|
1530
|
-
*
|
|
1531
|
-
* _.isArguments(function() { return arguments; }());
|
|
1532
|
-
* // => true
|
|
1533
|
-
*
|
|
1534
|
-
* _.isArguments([1, 2, 3]);
|
|
1535
|
-
* // => false
|
|
1536
|
-
*/
|
|
1537
|
-
var isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {
|
|
1538
|
-
return isObjectLike(value) && hasOwnProperty.call(value, 'callee') &&
|
|
1539
|
-
!propertyIsEnumerable.call(value, 'callee');
|
|
1540
|
-
};
|
|
1541
|
-
|
|
1542
|
-
/**
|
|
1543
|
-
* Checks if `value` is classified as an `Array` object.
|
|
1544
|
-
*
|
|
1545
|
-
* @static
|
|
1546
|
-
* @memberOf _
|
|
1547
|
-
* @since 0.1.0
|
|
1548
|
-
* @category Lang
|
|
1549
|
-
* @param {*} value The value to check.
|
|
1550
|
-
* @returns {boolean} Returns `true` if `value` is an array, else `false`.
|
|
1551
|
-
* @example
|
|
1552
|
-
*
|
|
1553
|
-
* _.isArray([1, 2, 3]);
|
|
1554
|
-
* // => true
|
|
1555
|
-
*
|
|
1556
|
-
* _.isArray(document.body.children);
|
|
1557
|
-
* // => false
|
|
1558
|
-
*
|
|
1559
|
-
* _.isArray('abc');
|
|
1560
|
-
* // => false
|
|
1561
|
-
*
|
|
1562
|
-
* _.isArray(_.noop);
|
|
1563
|
-
* // => false
|
|
1564
|
-
*/
|
|
1565
|
-
var isArray = Array.isArray;
|
|
1566
|
-
|
|
1567
|
-
/**
|
|
1568
|
-
* Checks if `value` is array-like. A value is considered array-like if it's
|
|
1569
|
-
* not a function and has a `value.length` that's an integer greater than or
|
|
1570
|
-
* equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
|
|
1571
|
-
*
|
|
1572
|
-
* @static
|
|
1573
|
-
* @memberOf _
|
|
1574
|
-
* @since 4.0.0
|
|
1575
|
-
* @category Lang
|
|
1576
|
-
* @param {*} value The value to check.
|
|
1577
|
-
* @returns {boolean} Returns `true` if `value` is array-like, else `false`.
|
|
1578
|
-
* @example
|
|
1579
|
-
*
|
|
1580
|
-
* _.isArrayLike([1, 2, 3]);
|
|
1581
|
-
* // => true
|
|
1582
|
-
*
|
|
1583
|
-
* _.isArrayLike(document.body.children);
|
|
1584
|
-
* // => true
|
|
1585
|
-
*
|
|
1586
|
-
* _.isArrayLike('abc');
|
|
1587
|
-
* // => true
|
|
1588
|
-
*
|
|
1589
|
-
* _.isArrayLike(_.noop);
|
|
1590
|
-
* // => false
|
|
1591
|
-
*/
|
|
1592
|
-
function isArrayLike(value) {
|
|
1593
|
-
return value != null && isLength(value.length) && !isFunction(value);
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
/**
|
|
1597
|
-
* Checks if `value` is a buffer.
|
|
1598
|
-
*
|
|
1599
|
-
* @static
|
|
1600
|
-
* @memberOf _
|
|
1601
|
-
* @since 4.3.0
|
|
1602
|
-
* @category Lang
|
|
1603
|
-
* @param {*} value The value to check.
|
|
1604
|
-
* @returns {boolean} Returns `true` if `value` is a buffer, else `false`.
|
|
1605
|
-
* @example
|
|
1606
|
-
*
|
|
1607
|
-
* _.isBuffer(new Buffer(2));
|
|
1608
|
-
* // => true
|
|
1609
|
-
*
|
|
1610
|
-
* _.isBuffer(new Uint8Array(2));
|
|
1611
|
-
* // => false
|
|
1612
|
-
*/
|
|
1613
|
-
var isBuffer = nativeIsBuffer || stubFalse;
|
|
1614
|
-
|
|
1615
|
-
/**
|
|
1616
|
-
* Performs a deep comparison between two values to determine if they are
|
|
1617
|
-
* equivalent.
|
|
1618
|
-
*
|
|
1619
|
-
* **Note:** This method supports comparing arrays, array buffers, booleans,
|
|
1620
|
-
* date objects, error objects, maps, numbers, `Object` objects, regexes,
|
|
1621
|
-
* sets, strings, symbols, and typed arrays. `Object` objects are compared
|
|
1622
|
-
* by their own, not inherited, enumerable properties. Functions and DOM
|
|
1623
|
-
* nodes are compared by strict equality, i.e. `===`.
|
|
1624
|
-
*
|
|
1625
|
-
* @static
|
|
1626
|
-
* @memberOf _
|
|
1627
|
-
* @since 0.1.0
|
|
1628
|
-
* @category Lang
|
|
1629
|
-
* @param {*} value The value to compare.
|
|
1630
|
-
* @param {*} other The other value to compare.
|
|
1631
|
-
* @returns {boolean} Returns `true` if the values are equivalent, else `false`.
|
|
1632
|
-
* @example
|
|
1633
|
-
*
|
|
1634
|
-
* var object = { 'a': 1 };
|
|
1635
|
-
* var other = { 'a': 1 };
|
|
1636
|
-
*
|
|
1637
|
-
* _.isEqual(object, other);
|
|
1638
|
-
* // => true
|
|
1639
|
-
*
|
|
1640
|
-
* object === other;
|
|
1641
|
-
* // => false
|
|
1642
|
-
*/
|
|
1643
|
-
function isEqual(value, other) {
|
|
1644
|
-
return baseIsEqual(value, other);
|
|
1645
|
-
}
|
|
1646
|
-
|
|
1647
|
-
/**
|
|
1648
|
-
* Checks if `value` is classified as a `Function` object.
|
|
1649
|
-
*
|
|
1650
|
-
* @static
|
|
1651
|
-
* @memberOf _
|
|
1652
|
-
* @since 0.1.0
|
|
1653
|
-
* @category Lang
|
|
1654
|
-
* @param {*} value The value to check.
|
|
1655
|
-
* @returns {boolean} Returns `true` if `value` is a function, else `false`.
|
|
1656
|
-
* @example
|
|
1657
|
-
*
|
|
1658
|
-
* _.isFunction(_);
|
|
1659
|
-
* // => true
|
|
1660
|
-
*
|
|
1661
|
-
* _.isFunction(/abc/);
|
|
1662
|
-
* // => false
|
|
1663
|
-
*/
|
|
1664
|
-
function isFunction(value) {
|
|
1665
|
-
if (!isObject(value)) {
|
|
1666
|
-
return false;
|
|
1667
|
-
}
|
|
1668
|
-
// The use of `Object#toString` avoids issues with the `typeof` operator
|
|
1669
|
-
// in Safari 9 which returns 'object' for typed arrays and other constructors.
|
|
1670
|
-
var tag = baseGetTag(value);
|
|
1671
|
-
return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;
|
|
1672
|
-
}
|
|
1673
|
-
|
|
1674
|
-
/**
|
|
1675
|
-
* Checks if `value` is a valid array-like length.
|
|
1676
|
-
*
|
|
1677
|
-
* **Note:** This method is loosely based on
|
|
1678
|
-
* [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).
|
|
1679
|
-
*
|
|
1680
|
-
* @static
|
|
1681
|
-
* @memberOf _
|
|
1682
|
-
* @since 4.0.0
|
|
1683
|
-
* @category Lang
|
|
1684
|
-
* @param {*} value The value to check.
|
|
1685
|
-
* @returns {boolean} Returns `true` if `value` is a valid length, else `false`.
|
|
1686
|
-
* @example
|
|
1687
|
-
*
|
|
1688
|
-
* _.isLength(3);
|
|
1689
|
-
* // => true
|
|
1690
|
-
*
|
|
1691
|
-
* _.isLength(Number.MIN_VALUE);
|
|
1692
|
-
* // => false
|
|
1693
|
-
*
|
|
1694
|
-
* _.isLength(Infinity);
|
|
1695
|
-
* // => false
|
|
1696
|
-
*
|
|
1697
|
-
* _.isLength('3');
|
|
1698
|
-
* // => false
|
|
1699
|
-
*/
|
|
1700
|
-
function isLength(value) {
|
|
1701
|
-
return typeof value == 'number' &&
|
|
1702
|
-
value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
|
|
1703
|
-
}
|
|
1704
|
-
|
|
1705
|
-
/**
|
|
1706
|
-
* Checks if `value` is the
|
|
1707
|
-
* [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)
|
|
1708
|
-
* of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
|
|
1709
|
-
*
|
|
1710
|
-
* @static
|
|
1711
|
-
* @memberOf _
|
|
1712
|
-
* @since 0.1.0
|
|
1713
|
-
* @category Lang
|
|
1714
|
-
* @param {*} value The value to check.
|
|
1715
|
-
* @returns {boolean} Returns `true` if `value` is an object, else `false`.
|
|
1716
|
-
* @example
|
|
1717
|
-
*
|
|
1718
|
-
* _.isObject({});
|
|
1719
|
-
* // => true
|
|
1720
|
-
*
|
|
1721
|
-
* _.isObject([1, 2, 3]);
|
|
1722
|
-
* // => true
|
|
1723
|
-
*
|
|
1724
|
-
* _.isObject(_.noop);
|
|
1725
|
-
* // => true
|
|
1726
|
-
*
|
|
1727
|
-
* _.isObject(null);
|
|
1728
|
-
* // => false
|
|
1729
|
-
*/
|
|
1730
|
-
function isObject(value) {
|
|
1731
|
-
var type = typeof value;
|
|
1732
|
-
return value != null && (type == 'object' || type == 'function');
|
|
1733
|
-
}
|
|
1734
|
-
|
|
1735
|
-
/**
|
|
1736
|
-
* Checks if `value` is object-like. A value is object-like if it's not `null`
|
|
1737
|
-
* and has a `typeof` result of "object".
|
|
1738
|
-
*
|
|
1739
|
-
* @static
|
|
1740
|
-
* @memberOf _
|
|
1741
|
-
* @since 4.0.0
|
|
1742
|
-
* @category Lang
|
|
1743
|
-
* @param {*} value The value to check.
|
|
1744
|
-
* @returns {boolean} Returns `true` if `value` is object-like, else `false`.
|
|
1745
|
-
* @example
|
|
1746
|
-
*
|
|
1747
|
-
* _.isObjectLike({});
|
|
1748
|
-
* // => true
|
|
1749
|
-
*
|
|
1750
|
-
* _.isObjectLike([1, 2, 3]);
|
|
1751
|
-
* // => true
|
|
1752
|
-
*
|
|
1753
|
-
* _.isObjectLike(_.noop);
|
|
1754
|
-
* // => false
|
|
1755
|
-
*
|
|
1756
|
-
* _.isObjectLike(null);
|
|
1757
|
-
* // => false
|
|
1758
|
-
*/
|
|
1759
|
-
function isObjectLike(value) {
|
|
1760
|
-
return value != null && typeof value == 'object';
|
|
1761
|
-
}
|
|
1762
|
-
|
|
1763
|
-
/**
|
|
1764
|
-
* Checks if `value` is classified as a typed array.
|
|
1765
|
-
*
|
|
1766
|
-
* @static
|
|
1767
|
-
* @memberOf _
|
|
1768
|
-
* @since 3.0.0
|
|
1769
|
-
* @category Lang
|
|
1770
|
-
* @param {*} value The value to check.
|
|
1771
|
-
* @returns {boolean} Returns `true` if `value` is a typed array, else `false`.
|
|
1772
|
-
* @example
|
|
1773
|
-
*
|
|
1774
|
-
* _.isTypedArray(new Uint8Array);
|
|
1775
|
-
* // => true
|
|
1776
|
-
*
|
|
1777
|
-
* _.isTypedArray([]);
|
|
1778
|
-
* // => false
|
|
1779
|
-
*/
|
|
1780
|
-
var isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;
|
|
1781
|
-
|
|
1782
|
-
/**
|
|
1783
|
-
* Creates an array of the own enumerable property names of `object`.
|
|
1784
|
-
*
|
|
1785
|
-
* **Note:** Non-object values are coerced to objects. See the
|
|
1786
|
-
* [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)
|
|
1787
|
-
* for more details.
|
|
1788
|
-
*
|
|
1789
|
-
* @static
|
|
1790
|
-
* @since 0.1.0
|
|
1791
|
-
* @memberOf _
|
|
1792
|
-
* @category Object
|
|
1793
|
-
* @param {Object} object The object to query.
|
|
1794
|
-
* @returns {Array} Returns the array of property names.
|
|
1795
|
-
* @example
|
|
1796
|
-
*
|
|
1797
|
-
* function Foo() {
|
|
1798
|
-
* this.a = 1;
|
|
1799
|
-
* this.b = 2;
|
|
1800
|
-
* }
|
|
1801
|
-
*
|
|
1802
|
-
* Foo.prototype.c = 3;
|
|
1803
|
-
*
|
|
1804
|
-
* _.keys(new Foo);
|
|
1805
|
-
* // => ['a', 'b'] (iteration order is not guaranteed)
|
|
1806
|
-
*
|
|
1807
|
-
* _.keys('hi');
|
|
1808
|
-
* // => ['0', '1']
|
|
1809
|
-
*/
|
|
1810
|
-
function keys(object) {
|
|
1811
|
-
return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);
|
|
1812
|
-
}
|
|
1813
|
-
|
|
1814
|
-
/**
|
|
1815
|
-
* This method returns a new empty array.
|
|
1816
|
-
*
|
|
1817
|
-
* @static
|
|
1818
|
-
* @memberOf _
|
|
1819
|
-
* @since 4.13.0
|
|
1820
|
-
* @category Util
|
|
1821
|
-
* @returns {Array} Returns the new empty array.
|
|
1822
|
-
* @example
|
|
1823
|
-
*
|
|
1824
|
-
* var arrays = _.times(2, _.stubArray);
|
|
1825
|
-
*
|
|
1826
|
-
* console.log(arrays);
|
|
1827
|
-
* // => [[], []]
|
|
1828
|
-
*
|
|
1829
|
-
* console.log(arrays[0] === arrays[1]);
|
|
1830
|
-
* // => false
|
|
1831
|
-
*/
|
|
1832
|
-
function stubArray() {
|
|
1833
|
-
return [];
|
|
1834
|
-
}
|
|
1835
|
-
|
|
1836
|
-
/**
|
|
1837
|
-
* This method returns `false`.
|
|
1838
|
-
*
|
|
1839
|
-
* @static
|
|
1840
|
-
* @memberOf _
|
|
1841
|
-
* @since 4.13.0
|
|
1842
|
-
* @category Util
|
|
1843
|
-
* @returns {boolean} Returns `false`.
|
|
1844
|
-
* @example
|
|
1845
|
-
*
|
|
1846
|
-
* _.times(2, _.stubFalse);
|
|
1847
|
-
* // => [false, false]
|
|
1848
|
-
*/
|
|
1849
|
-
function stubFalse() {
|
|
1850
|
-
return false;
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
|
-
module.exports = isEqual;
|
|
1854
|
-
}(lodash_isequal, lodash_isequal.exports));
|
|
1855
|
-
|
|
1856
|
-
const isEqual = lodash_isequal.exports;
|
|
1857
|
-
|
|
1858
|
-
export { isEqual as i };
|
|
14
|
+
var hasRequiredLodash_isempty;
|
|
15
|
+
|
|
16
|
+
function requireLodash_isempty () {
|
|
17
|
+
if (hasRequiredLodash_isempty) return lodash_isempty.exports;
|
|
18
|
+
hasRequiredLodash_isempty = 1;
|
|
19
|
+
(function (module, exports) {
|
|
20
|
+
/** Used as references for various `Number` constants. */
|
|
21
|
+
var MAX_SAFE_INTEGER = 9007199254740991;
|
|
22
|
+
|
|
23
|
+
/** `Object#toString` result references. */
|
|
24
|
+
var argsTag = '[object Arguments]',
|
|
25
|
+
funcTag = '[object Function]',
|
|
26
|
+
genTag = '[object GeneratorFunction]',
|
|
27
|
+
mapTag = '[object Map]',
|
|
28
|
+
objectTag = '[object Object]',
|
|
29
|
+
promiseTag = '[object Promise]',
|
|
30
|
+
setTag = '[object Set]',
|
|
31
|
+
weakMapTag = '[object WeakMap]';
|
|
32
|
+
|
|
33
|
+
var dataViewTag = '[object DataView]';
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* Used to match `RegExp`
|
|
37
|
+
* [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).
|
|
38
|
+
*/
|
|
39
|
+
var reRegExpChar = /[\\^$.*+?()[\]{}|]/g;
|
|
40
|
+
|
|
41
|
+
/** Used to detect host constructors (Safari). */
|
|
42
|
+
var reIsHostCtor = /^\[object .+?Constructor\]$/;
|
|
43
|
+
|
|
44
|
+
/** Detect free variable `global` from Node.js. */
|
|
45
|
+
var freeGlobal = typeof commonjsGlobal == 'object' && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
|
|
46
|
+
|
|
47
|
+
/** Detect free variable `self`. */
|
|
48
|
+
var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
|
|
49
|
+
|
|
50
|
+
/** Used as a reference to the global object. */
|
|
51
|
+
var root = freeGlobal || freeSelf || Function('return this')();
|
|
52
|
+
|
|
53
|
+
/** Detect free variable `exports`. */
|
|
54
|
+
var freeExports = exports && !exports.nodeType && exports;
|
|
55
|
+
|
|
56
|
+
/** Detect free variable `module`. */
|
|
57
|
+
var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
|
|
58
|
+
|
|
59
|
+
/** Detect the popular CommonJS extension `module.exports`. */
|
|
60
|
+
var moduleExports = freeModule && freeModule.exports === freeExports;
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Gets the value at `key` of `object`.
|
|
64
|
+
*
|
|
65
|
+
* @private
|
|
66
|
+
* @param {Object} [object] The object to query.
|
|
67
|
+
* @param {string} key The key of the property to get.
|
|
68
|
+
* @returns {*} Returns the property value.
|
|
69
|
+
*/
|
|
70
|
+
function getValue(object, key) {
|
|
71
|
+
return object == null ? undefined : object[key];
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Checks if `value` is a host object in IE < 9.
|
|
76
|
+
*
|
|
77
|
+
* @private
|
|
78
|
+
* @param {*} value The value to check.
|
|
79
|
+
* @returns {boolean} Returns `true` if `value` is a host object, else `false`.
|
|
80
|
+
*/
|
|
81
|
+
function isHostObject(value) {
|
|
82
|
+
// Many host objects are `Object` objects that can coerce to strings
|
|
83
|
+
// despite having improperly defined `toString` methods.
|
|
84
|
+
var result = false;
|
|
85
|
+
if (value != null && typeof value.toString != 'function') {
|
|
86
|
+
try {
|
|
87
|
+
result = !!(value + '');
|
|
88
|
+
} catch (e) {}
|
|
89
|
+
}
|
|
90
|
+
return result;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* Creates a unary function that invokes `func` with its argument transformed.
|
|
95
|
+
*
|
|
96
|
+
* @private
|
|
97
|
+
* @param {Function} func The function to wrap.
|
|
98
|
+
* @param {Function} transform The argument transform.
|
|
99
|
+
* @returns {Function} Returns the new function.
|
|
100
|
+
*/
|
|
101
|
+
function overArg(func, transform) {
|
|
102
|
+
return function(arg) {
|
|
103
|
+
return func(transform(arg));
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
/** Used for built-in method references. */
|
|
108
|
+
var funcProto = Function.prototype,
|
|
109
|
+
objectProto = Object.prototype;
|
|
110
|
+
|
|
111
|
+
/** Used to detect overreaching core-js shims. */
|
|
112
|
+
var coreJsData = root['__core-js_shared__'];
|
|
113
|
+
|
|
114
|
+
/** Used to detect methods masquerading as native. */
|
|
115
|
+
var maskSrcKey = (function() {
|
|
116
|
+
var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');
|
|
117
|
+
return uid ? ('Symbol(src)_1.' + uid) : '';
|
|
118
|
+
}());
|
|
119
|
+
|
|
120
|
+
/** Used to resolve the decompiled source of functions. */
|
|
121
|
+
var funcToString = funcProto.toString;
|
|
122
|
+
|
|
123
|
+
/** Used to check objects for own properties. */
|
|
124
|
+
var hasOwnProperty = objectProto.hasOwnProperty;
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* Used to resolve the
|
|
128
|
+
* [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
|
|
129
|
+
* of values.
|
|
130
|
+
*/
|
|
131
|
+
var objectToString = objectProto.toString;
|
|
132
|
+
|
|
133
|
+
/** Used to detect if a method is native. */
|
|
134
|
+
var reIsNative = RegExp('^' +
|
|
135
|
+
funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\$&')
|
|
136
|
+
.replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$'
|
|
137
|
+
);
|
|
138
|
+
|
|
139
|
+
/** Built-in value references. */
|
|
140
|
+
var Buffer = moduleExports ? root.Buffer : undefined,
|
|
141
|
+
propertyIsEnumerable = objectProto.propertyIsEnumerable;
|
|
142
|
+
|
|
143
|
+
/* Built-in method references for those with the same name as other `lodash` methods. */
|
|
144
|
+
var nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined,
|
|
145
|
+
nativeKeys = overArg(Object.keys, Object);
|
|
146
|
+
|
|
147
|
+
/* Built-in method references that are verified to be native. */
|
|
148
|
+
var DataView = getNative(root, 'DataView'),
|
|
149
|
+
Map = getNative(root, 'Map'),
|
|
150
|
+
Promise = getNative(root, 'Promise'),
|
|
151
|
+
Set = getNative(root, 'Set'),
|
|
152
|
+
WeakMap = getNative(root, 'WeakMap');
|
|
153
|
+
|
|
154
|
+
/** Detect if properties shadowing those on `Object.prototype` are non-enumerable. */
|
|
155
|
+
var nonEnumShadows = !propertyIsEnumerable.call({ 'valueOf': 1 }, 'valueOf');
|
|
156
|
+
|
|
157
|
+
/** Used to detect maps, sets, and weakmaps. */
|
|
158
|
+
var dataViewCtorString = toSource(DataView),
|
|
159
|
+
mapCtorString = toSource(Map),
|
|
160
|
+
promiseCtorString = toSource(Promise),
|
|
161
|
+
setCtorString = toSource(Set),
|
|
162
|
+
weakMapCtorString = toSource(WeakMap);
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* The base implementation of `getTag`.
|
|
166
|
+
*
|
|
167
|
+
* @private
|
|
168
|
+
* @param {*} value The value to query.
|
|
169
|
+
* @returns {string} Returns the `toStringTag`.
|
|
170
|
+
*/
|
|
171
|
+
function baseGetTag(value) {
|
|
172
|
+
return objectToString.call(value);
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* The base implementation of `_.isNative` without bad shim checks.
|
|
177
|
+
*
|
|
178
|
+
* @private
|
|
179
|
+
* @param {*} value The value to check.
|
|
180
|
+
* @returns {boolean} Returns `true` if `value` is a native function,
|
|
181
|
+
* else `false`.
|
|
182
|
+
*/
|
|
183
|
+
function baseIsNative(value) {
|
|
184
|
+
if (!isObject(value) || isMasked(value)) {
|
|
185
|
+
return false;
|
|
186
|
+
}
|
|
187
|
+
var pattern = (isFunction(value) || isHostObject(value)) ? reIsNative : reIsHostCtor;
|
|
188
|
+
return pattern.test(toSource(value));
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* Gets the native function at `key` of `object`.
|
|
193
|
+
*
|
|
194
|
+
* @private
|
|
195
|
+
* @param {Object} object The object to query.
|
|
196
|
+
* @param {string} key The key of the method to get.
|
|
197
|
+
* @returns {*} Returns the function if it's native, else `undefined`.
|
|
198
|
+
*/
|
|
199
|
+
function getNative(object, key) {
|
|
200
|
+
var value = getValue(object, key);
|
|
201
|
+
return baseIsNative(value) ? value : undefined;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* Gets the `toStringTag` of `value`.
|
|
206
|
+
*
|
|
207
|
+
* @private
|
|
208
|
+
* @param {*} value The value to query.
|
|
209
|
+
* @returns {string} Returns the `toStringTag`.
|
|
210
|
+
*/
|
|
211
|
+
var getTag = baseGetTag;
|
|
212
|
+
|
|
213
|
+
// Fallback for data views, maps, sets, and weak maps in IE 11,
|
|
214
|
+
// for data views in Edge < 14, and promises in Node.js.
|
|
215
|
+
if ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||
|
|
216
|
+
(Map && getTag(new Map) != mapTag) ||
|
|
217
|
+
(Promise && getTag(Promise.resolve()) != promiseTag) ||
|
|
218
|
+
(Set && getTag(new Set) != setTag) ||
|
|
219
|
+
(WeakMap && getTag(new WeakMap) != weakMapTag)) {
|
|
220
|
+
getTag = function(value) {
|
|
221
|
+
var result = objectToString.call(value),
|
|
222
|
+
Ctor = result == objectTag ? value.constructor : undefined,
|
|
223
|
+
ctorString = Ctor ? toSource(Ctor) : undefined;
|
|
224
|
+
|
|
225
|
+
if (ctorString) {
|
|
226
|
+
switch (ctorString) {
|
|
227
|
+
case dataViewCtorString: return dataViewTag;
|
|
228
|
+
case mapCtorString: return mapTag;
|
|
229
|
+
case promiseCtorString: return promiseTag;
|
|
230
|
+
case setCtorString: return setTag;
|
|
231
|
+
case weakMapCtorString: return weakMapTag;
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
return result;
|
|
235
|
+
};
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
* Checks if `func` has its source masked.
|
|
240
|
+
*
|
|
241
|
+
* @private
|
|
242
|
+
* @param {Function} func The function to check.
|
|
243
|
+
* @returns {boolean} Returns `true` if `func` is masked, else `false`.
|
|
244
|
+
*/
|
|
245
|
+
function isMasked(func) {
|
|
246
|
+
return !!maskSrcKey && (maskSrcKey in func);
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* Checks if `value` is likely a prototype object.
|
|
251
|
+
*
|
|
252
|
+
* @private
|
|
253
|
+
* @param {*} value The value to check.
|
|
254
|
+
* @returns {boolean} Returns `true` if `value` is a prototype, else `false`.
|
|
255
|
+
*/
|
|
256
|
+
function isPrototype(value) {
|
|
257
|
+
var Ctor = value && value.constructor,
|
|
258
|
+
proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;
|
|
259
|
+
|
|
260
|
+
return value === proto;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
/**
|
|
264
|
+
* Converts `func` to its source code.
|
|
265
|
+
*
|
|
266
|
+
* @private
|
|
267
|
+
* @param {Function} func The function to process.
|
|
268
|
+
* @returns {string} Returns the source code.
|
|
269
|
+
*/
|
|
270
|
+
function toSource(func) {
|
|
271
|
+
if (func != null) {
|
|
272
|
+
try {
|
|
273
|
+
return funcToString.call(func);
|
|
274
|
+
} catch (e) {}
|
|
275
|
+
try {
|
|
276
|
+
return (func + '');
|
|
277
|
+
} catch (e) {}
|
|
278
|
+
}
|
|
279
|
+
return '';
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
/**
|
|
283
|
+
* Checks if `value` is likely an `arguments` object.
|
|
284
|
+
*
|
|
285
|
+
* @static
|
|
286
|
+
* @memberOf _
|
|
287
|
+
* @since 0.1.0
|
|
288
|
+
* @category Lang
|
|
289
|
+
* @param {*} value The value to check.
|
|
290
|
+
* @returns {boolean} Returns `true` if `value` is an `arguments` object,
|
|
291
|
+
* else `false`.
|
|
292
|
+
* @example
|
|
293
|
+
*
|
|
294
|
+
* _.isArguments(function() { return arguments; }());
|
|
295
|
+
* // => true
|
|
296
|
+
*
|
|
297
|
+
* _.isArguments([1, 2, 3]);
|
|
298
|
+
* // => false
|
|
299
|
+
*/
|
|
300
|
+
function isArguments(value) {
|
|
301
|
+
// Safari 8.1 makes `arguments.callee` enumerable in strict mode.
|
|
302
|
+
return isArrayLikeObject(value) && hasOwnProperty.call(value, 'callee') &&
|
|
303
|
+
(!propertyIsEnumerable.call(value, 'callee') || objectToString.call(value) == argsTag);
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
/**
|
|
307
|
+
* Checks if `value` is classified as an `Array` object.
|
|
308
|
+
*
|
|
309
|
+
* @static
|
|
310
|
+
* @memberOf _
|
|
311
|
+
* @since 0.1.0
|
|
312
|
+
* @category Lang
|
|
313
|
+
* @param {*} value The value to check.
|
|
314
|
+
* @returns {boolean} Returns `true` if `value` is an array, else `false`.
|
|
315
|
+
* @example
|
|
316
|
+
*
|
|
317
|
+
* _.isArray([1, 2, 3]);
|
|
318
|
+
* // => true
|
|
319
|
+
*
|
|
320
|
+
* _.isArray(document.body.children);
|
|
321
|
+
* // => false
|
|
322
|
+
*
|
|
323
|
+
* _.isArray('abc');
|
|
324
|
+
* // => false
|
|
325
|
+
*
|
|
326
|
+
* _.isArray(_.noop);
|
|
327
|
+
* // => false
|
|
328
|
+
*/
|
|
329
|
+
var isArray = Array.isArray;
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* Checks if `value` is array-like. A value is considered array-like if it's
|
|
333
|
+
* not a function and has a `value.length` that's an integer greater than or
|
|
334
|
+
* equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
|
|
335
|
+
*
|
|
336
|
+
* @static
|
|
337
|
+
* @memberOf _
|
|
338
|
+
* @since 4.0.0
|
|
339
|
+
* @category Lang
|
|
340
|
+
* @param {*} value The value to check.
|
|
341
|
+
* @returns {boolean} Returns `true` if `value` is array-like, else `false`.
|
|
342
|
+
* @example
|
|
343
|
+
*
|
|
344
|
+
* _.isArrayLike([1, 2, 3]);
|
|
345
|
+
* // => true
|
|
346
|
+
*
|
|
347
|
+
* _.isArrayLike(document.body.children);
|
|
348
|
+
* // => true
|
|
349
|
+
*
|
|
350
|
+
* _.isArrayLike('abc');
|
|
351
|
+
* // => true
|
|
352
|
+
*
|
|
353
|
+
* _.isArrayLike(_.noop);
|
|
354
|
+
* // => false
|
|
355
|
+
*/
|
|
356
|
+
function isArrayLike(value) {
|
|
357
|
+
return value != null && isLength(value.length) && !isFunction(value);
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
/**
|
|
361
|
+
* This method is like `_.isArrayLike` except that it also checks if `value`
|
|
362
|
+
* is an object.
|
|
363
|
+
*
|
|
364
|
+
* @static
|
|
365
|
+
* @memberOf _
|
|
366
|
+
* @since 4.0.0
|
|
367
|
+
* @category Lang
|
|
368
|
+
* @param {*} value The value to check.
|
|
369
|
+
* @returns {boolean} Returns `true` if `value` is an array-like object,
|
|
370
|
+
* else `false`.
|
|
371
|
+
* @example
|
|
372
|
+
*
|
|
373
|
+
* _.isArrayLikeObject([1, 2, 3]);
|
|
374
|
+
* // => true
|
|
375
|
+
*
|
|
376
|
+
* _.isArrayLikeObject(document.body.children);
|
|
377
|
+
* // => true
|
|
378
|
+
*
|
|
379
|
+
* _.isArrayLikeObject('abc');
|
|
380
|
+
* // => false
|
|
381
|
+
*
|
|
382
|
+
* _.isArrayLikeObject(_.noop);
|
|
383
|
+
* // => false
|
|
384
|
+
*/
|
|
385
|
+
function isArrayLikeObject(value) {
|
|
386
|
+
return isObjectLike(value) && isArrayLike(value);
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
/**
|
|
390
|
+
* Checks if `value` is a buffer.
|
|
391
|
+
*
|
|
392
|
+
* @static
|
|
393
|
+
* @memberOf _
|
|
394
|
+
* @since 4.3.0
|
|
395
|
+
* @category Lang
|
|
396
|
+
* @param {*} value The value to check.
|
|
397
|
+
* @returns {boolean} Returns `true` if `value` is a buffer, else `false`.
|
|
398
|
+
* @example
|
|
399
|
+
*
|
|
400
|
+
* _.isBuffer(new Buffer(2));
|
|
401
|
+
* // => true
|
|
402
|
+
*
|
|
403
|
+
* _.isBuffer(new Uint8Array(2));
|
|
404
|
+
* // => false
|
|
405
|
+
*/
|
|
406
|
+
var isBuffer = nativeIsBuffer || stubFalse;
|
|
407
|
+
|
|
408
|
+
/**
|
|
409
|
+
* Checks if `value` is an empty object, collection, map, or set.
|
|
410
|
+
*
|
|
411
|
+
* Objects are considered empty if they have no own enumerable string keyed
|
|
412
|
+
* properties.
|
|
413
|
+
*
|
|
414
|
+
* Array-like values such as `arguments` objects, arrays, buffers, strings, or
|
|
415
|
+
* jQuery-like collections are considered empty if they have a `length` of `0`.
|
|
416
|
+
* Similarly, maps and sets are considered empty if they have a `size` of `0`.
|
|
417
|
+
*
|
|
418
|
+
* @static
|
|
419
|
+
* @memberOf _
|
|
420
|
+
* @since 0.1.0
|
|
421
|
+
* @category Lang
|
|
422
|
+
* @param {*} value The value to check.
|
|
423
|
+
* @returns {boolean} Returns `true` if `value` is empty, else `false`.
|
|
424
|
+
* @example
|
|
425
|
+
*
|
|
426
|
+
* _.isEmpty(null);
|
|
427
|
+
* // => true
|
|
428
|
+
*
|
|
429
|
+
* _.isEmpty(true);
|
|
430
|
+
* // => true
|
|
431
|
+
*
|
|
432
|
+
* _.isEmpty(1);
|
|
433
|
+
* // => true
|
|
434
|
+
*
|
|
435
|
+
* _.isEmpty([1, 2, 3]);
|
|
436
|
+
* // => false
|
|
437
|
+
*
|
|
438
|
+
* _.isEmpty({ 'a': 1 });
|
|
439
|
+
* // => false
|
|
440
|
+
*/
|
|
441
|
+
function isEmpty(value) {
|
|
442
|
+
if (isArrayLike(value) &&
|
|
443
|
+
(isArray(value) || typeof value == 'string' ||
|
|
444
|
+
typeof value.splice == 'function' || isBuffer(value) || isArguments(value))) {
|
|
445
|
+
return !value.length;
|
|
446
|
+
}
|
|
447
|
+
var tag = getTag(value);
|
|
448
|
+
if (tag == mapTag || tag == setTag) {
|
|
449
|
+
return !value.size;
|
|
450
|
+
}
|
|
451
|
+
if (nonEnumShadows || isPrototype(value)) {
|
|
452
|
+
return !nativeKeys(value).length;
|
|
453
|
+
}
|
|
454
|
+
for (var key in value) {
|
|
455
|
+
if (hasOwnProperty.call(value, key)) {
|
|
456
|
+
return false;
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
return true;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
/**
|
|
463
|
+
* Checks if `value` is classified as a `Function` object.
|
|
464
|
+
*
|
|
465
|
+
* @static
|
|
466
|
+
* @memberOf _
|
|
467
|
+
* @since 0.1.0
|
|
468
|
+
* @category Lang
|
|
469
|
+
* @param {*} value The value to check.
|
|
470
|
+
* @returns {boolean} Returns `true` if `value` is a function, else `false`.
|
|
471
|
+
* @example
|
|
472
|
+
*
|
|
473
|
+
* _.isFunction(_);
|
|
474
|
+
* // => true
|
|
475
|
+
*
|
|
476
|
+
* _.isFunction(/abc/);
|
|
477
|
+
* // => false
|
|
478
|
+
*/
|
|
479
|
+
function isFunction(value) {
|
|
480
|
+
// The use of `Object#toString` avoids issues with the `typeof` operator
|
|
481
|
+
// in Safari 8-9 which returns 'object' for typed array and other constructors.
|
|
482
|
+
var tag = isObject(value) ? objectToString.call(value) : '';
|
|
483
|
+
return tag == funcTag || tag == genTag;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
/**
|
|
487
|
+
* Checks if `value` is a valid array-like length.
|
|
488
|
+
*
|
|
489
|
+
* **Note:** This method is loosely based on
|
|
490
|
+
* [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).
|
|
491
|
+
*
|
|
492
|
+
* @static
|
|
493
|
+
* @memberOf _
|
|
494
|
+
* @since 4.0.0
|
|
495
|
+
* @category Lang
|
|
496
|
+
* @param {*} value The value to check.
|
|
497
|
+
* @returns {boolean} Returns `true` if `value` is a valid length, else `false`.
|
|
498
|
+
* @example
|
|
499
|
+
*
|
|
500
|
+
* _.isLength(3);
|
|
501
|
+
* // => true
|
|
502
|
+
*
|
|
503
|
+
* _.isLength(Number.MIN_VALUE);
|
|
504
|
+
* // => false
|
|
505
|
+
*
|
|
506
|
+
* _.isLength(Infinity);
|
|
507
|
+
* // => false
|
|
508
|
+
*
|
|
509
|
+
* _.isLength('3');
|
|
510
|
+
* // => false
|
|
511
|
+
*/
|
|
512
|
+
function isLength(value) {
|
|
513
|
+
return typeof value == 'number' &&
|
|
514
|
+
value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
/**
|
|
518
|
+
* Checks if `value` is the
|
|
519
|
+
* [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)
|
|
520
|
+
* of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
|
|
521
|
+
*
|
|
522
|
+
* @static
|
|
523
|
+
* @memberOf _
|
|
524
|
+
* @since 0.1.0
|
|
525
|
+
* @category Lang
|
|
526
|
+
* @param {*} value The value to check.
|
|
527
|
+
* @returns {boolean} Returns `true` if `value` is an object, else `false`.
|
|
528
|
+
* @example
|
|
529
|
+
*
|
|
530
|
+
* _.isObject({});
|
|
531
|
+
* // => true
|
|
532
|
+
*
|
|
533
|
+
* _.isObject([1, 2, 3]);
|
|
534
|
+
* // => true
|
|
535
|
+
*
|
|
536
|
+
* _.isObject(_.noop);
|
|
537
|
+
* // => true
|
|
538
|
+
*
|
|
539
|
+
* _.isObject(null);
|
|
540
|
+
* // => false
|
|
541
|
+
*/
|
|
542
|
+
function isObject(value) {
|
|
543
|
+
var type = typeof value;
|
|
544
|
+
return !!value && (type == 'object' || type == 'function');
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
/**
|
|
548
|
+
* Checks if `value` is object-like. A value is object-like if it's not `null`
|
|
549
|
+
* and has a `typeof` result of "object".
|
|
550
|
+
*
|
|
551
|
+
* @static
|
|
552
|
+
* @memberOf _
|
|
553
|
+
* @since 4.0.0
|
|
554
|
+
* @category Lang
|
|
555
|
+
* @param {*} value The value to check.
|
|
556
|
+
* @returns {boolean} Returns `true` if `value` is object-like, else `false`.
|
|
557
|
+
* @example
|
|
558
|
+
*
|
|
559
|
+
* _.isObjectLike({});
|
|
560
|
+
* // => true
|
|
561
|
+
*
|
|
562
|
+
* _.isObjectLike([1, 2, 3]);
|
|
563
|
+
* // => true
|
|
564
|
+
*
|
|
565
|
+
* _.isObjectLike(_.noop);
|
|
566
|
+
* // => false
|
|
567
|
+
*
|
|
568
|
+
* _.isObjectLike(null);
|
|
569
|
+
* // => false
|
|
570
|
+
*/
|
|
571
|
+
function isObjectLike(value) {
|
|
572
|
+
return !!value && typeof value == 'object';
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
/**
|
|
576
|
+
* This method returns `false`.
|
|
577
|
+
*
|
|
578
|
+
* @static
|
|
579
|
+
* @memberOf _
|
|
580
|
+
* @since 4.13.0
|
|
581
|
+
* @category Util
|
|
582
|
+
* @returns {boolean} Returns `false`.
|
|
583
|
+
* @example
|
|
584
|
+
*
|
|
585
|
+
* _.times(2, _.stubFalse);
|
|
586
|
+
* // => [false, false]
|
|
587
|
+
*/
|
|
588
|
+
function stubFalse() {
|
|
589
|
+
return false;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
module.exports = isEmpty;
|
|
593
|
+
} (lodash_isempty, lodash_isempty.exports));
|
|
594
|
+
return lodash_isempty.exports;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
var lodash_isemptyExports = requireLodash_isempty();
|
|
598
|
+
var isEmpty = /*@__PURE__*/getDefaultExportFromCjs(lodash_isemptyExports);
|
|
599
|
+
|
|
600
|
+
export { isEmpty as i };
|