@dropi/ui 0.1.37 → 0.1.42
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/assets/icons/symbol/svg/sprite.css.svg +1 -1
- package/dist/cjs/dropi-accordion-item.cjs.entry.js +2 -2
- package/dist/cjs/dropi-accordion.cjs.entry.js +2 -2
- package/dist/cjs/dropi-alert-legacy.cjs.entry.js +1 -1
- package/dist/cjs/dropi-alert-modal.cjs.entry.js +20 -16
- package/dist/cjs/dropi-alert.cjs.entry.js +12 -12
- package/dist/cjs/dropi-avatars.cjs.entry.js +1 -1
- package/dist/cjs/dropi-badge-legacy.cjs.entry.js +2 -2
- package/dist/cjs/dropi-badge.cjs.entry.js +1 -1
- package/dist/cjs/dropi-banner-external.cjs.entry.js +4 -4
- package/dist/cjs/dropi-breadcrumb.cjs.entry.js +4 -4
- package/dist/cjs/dropi-button.cjs.entry.js +7 -7
- package/dist/cjs/dropi-card-checkbox.cjs.entry.js +6 -6
- package/dist/cjs/dropi-card-product.cjs.entry.js +12 -12
- package/dist/cjs/dropi-card-section.cjs.entry.js +9 -9
- package/dist/cjs/dropi-carousel.cjs.entry.js +8 -8
- package/dist/cjs/dropi-checkbox-selection-list.cjs.entry.js +9 -9
- package/dist/cjs/dropi-checkbox.cjs.entry.js +6 -6
- package/dist/cjs/dropi-chips.cjs.entry.js +4 -4
- package/dist/cjs/dropi-city-selector.cjs.entry.js +4 -4
- package/dist/cjs/dropi-color-picker.cjs.entry.js +4 -4
- package/dist/cjs/dropi-country-flags.cjs.entry.js +2 -2
- package/dist/cjs/dropi-country-selector.cjs.entry.js +6 -6
- package/dist/cjs/dropi-date-picker-range.cjs.entry.js +4 -4
- package/dist/cjs/dropi-date-picker.cjs.entry.js +12 -12
- package/dist/cjs/dropi-drawer.cjs.entry.js +4 -4
- package/dist/cjs/dropi-dropdown.cjs.entry.js +2 -2
- package/dist/cjs/dropi-empty-state.cjs.entry.js +3 -3
- package/dist/cjs/dropi-favorite-button.cjs.entry.js +3 -3
- package/dist/cjs/dropi-file-upload-progress-bar.cjs.entry.js +5 -5
- package/dist/cjs/dropi-file-upload.cjs.entry.js +4 -4
- package/dist/cjs/dropi-icon.cjs.entry.js +33 -21
- package/dist/cjs/dropi-ilustration-icon.cjs.entry.js +5 -5
- package/dist/cjs/dropi-image-miniature.cjs.entry.js +3 -3
- package/dist/cjs/dropi-image-overlay.cjs.entry.js +3 -3
- package/dist/cjs/dropi-input_3.cjs.entry.js +56 -26
- package/dist/cjs/dropi-languages-selector.cjs.entry.js +5 -5
- package/dist/cjs/dropi-logo.cjs.entry.js +2 -2
- package/dist/cjs/dropi-lottie-loader.cjs.entry.js +1 -1
- package/dist/cjs/dropi-media-player.cjs.entry.js +5 -5
- package/dist/cjs/dropi-modal.cjs.entry.js +38 -33
- package/dist/cjs/dropi-navbar.cjs.entry.js +7 -7
- package/dist/cjs/dropi-otp-send-code.cjs.entry.js +43 -20
- package/dist/cjs/dropi-phone-input.cjs.entry.js +14 -14
- package/dist/cjs/dropi-progress-bar.cjs.entry.js +43 -0
- package/dist/cjs/dropi-radio-button.cjs.entry.js +5 -5
- package/dist/cjs/dropi-radio-selection-list.cjs.entry.js +9 -9
- package/dist/cjs/dropi-read-more.cjs.entry.js +2 -2
- package/dist/cjs/dropi-search.cjs.entry.js +21 -21
- package/dist/cjs/dropi-select.cjs.entry.js +55 -27
- package/dist/cjs/dropi-sidebar.cjs.entry.js +8 -8
- package/dist/cjs/dropi-simple-stepper.cjs.entry.js +1 -1
- package/dist/cjs/dropi-skeleton.cjs.entry.js +1 -1
- package/dist/cjs/dropi-steps.cjs.entry.js +2 -2
- package/dist/cjs/dropi-switch.cjs.entry.js +5 -5
- package/dist/cjs/dropi-table.cjs.entry.js +41 -33
- package/dist/cjs/dropi-tabs.cjs.entry.js +6 -6
- package/dist/cjs/dropi-tag-type-product.cjs.entry.js +2 -2
- package/dist/cjs/dropi-text-area.cjs.entry.js +7 -7
- package/dist/cjs/dropi-time-line.cjs.entry.js +3 -3
- package/dist/cjs/dropi-toast.cjs.entry.js +2 -2
- package/dist/cjs/dropi-tooltip-v2.cjs.entry.js +3 -3
- package/dist/cjs/dropi-tooltip.cjs.entry.js +2 -2
- package/dist/cjs/dropi-ui.cjs.js +2 -2
- package/dist/cjs/dropi-vertical-steps.cjs.entry.js +4 -4
- package/dist/cjs/dropi-youtube-lazy-video.cjs.entry.js +2 -2
- package/dist/cjs/index-CEWSDq65.js +2773 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/assets/icons/symbol/svg/sprite.css.svg +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/dropi-accordion/dropi-accordion-item.js +1 -1
- package/dist/collection/components/dropi-accordion/dropi-accordion.js +1 -1
- package/dist/collection/components/dropi-alert/dropi-alert.js +16 -16
- package/dist/collection/components/dropi-alert-modal/dropi-alert-modal.js +43 -19
- package/dist/collection/components/dropi-badge-legacy/dropi-badge-legacy.js +1 -1
- package/dist/collection/components/dropi-banner-external/dropi-banner-external.js +1 -1
- package/dist/collection/components/dropi-breadcrumb/dropi-breadcrumb.js +2 -2
- package/dist/collection/components/dropi-button/dropi-button.css +6 -3
- package/dist/collection/components/dropi-button/dropi-button.js +6 -6
- package/dist/collection/components/dropi-card-checkbox/dropi-card-checkbox.js +6 -6
- package/dist/collection/components/dropi-card-product/dropi-card-product.js +11 -11
- package/dist/collection/components/dropi-card-section/dropi-card-section.js +10 -10
- package/dist/collection/components/dropi-carousel/dropi-carousel.js +9 -9
- package/dist/collection/components/dropi-checkbox/dropi-checkbox.js +6 -6
- package/dist/collection/components/dropi-checkbox-selection-list/dropi-checkbox-selection-list.js +10 -10
- package/dist/collection/components/dropi-chips/dropi-chips.js +4 -4
- package/dist/collection/components/dropi-city-selector/dropi-city-selector.js +2 -2
- package/dist/collection/components/dropi-color-picker/dropi-color-picker.js +2 -2
- package/dist/collection/components/dropi-country-flags/dropi-country-flags.js +1 -1
- package/dist/collection/components/dropi-country-selector/dropi-country-selector.js +6 -6
- package/dist/collection/components/dropi-date-picker/dropi-date-picker.js +12 -12
- package/dist/collection/components/dropi-drawer/dropi-drawer.js +2 -2
- package/dist/collection/components/dropi-empty-state/dropi-empty-state.js +1 -1
- package/dist/collection/components/dropi-favorite-button/dropi-favorite-button.js +1 -1
- package/dist/collection/components/dropi-file-upload/dropi-file-upload.js +2 -2
- package/dist/collection/components/dropi-file-upload-progress-bar/dropi-file-upload-progress-bar.js +1 -1
- package/dist/collection/components/dropi-icon/dropi-icon.css +2 -2
- package/dist/collection/components/dropi-icon/dropi-icon.js +59 -27
- package/dist/collection/components/dropi-ilustration-icon/dropi-ilustration-icon.js +4 -4
- package/dist/collection/components/dropi-image-miniature/dropi-image-miniature.js +1 -1
- package/dist/collection/components/dropi-image-overlay/dropi-image-overlay.js +1 -1
- package/dist/collection/components/dropi-input/dropi-input.css +13 -5
- package/dist/collection/components/dropi-input/dropi-input.js +25 -23
- package/dist/collection/components/dropi-languages-selector/dropi-languages-selector.js +5 -5
- package/dist/collection/components/dropi-logo/dropi-logo.js +1 -1
- package/dist/collection/components/dropi-media-player/dropi-media-player.js +2 -2
- package/dist/collection/components/dropi-modal/dropi-modal.css +12 -6
- package/dist/collection/components/dropi-modal/dropi-modal.js +50 -45
- package/dist/collection/components/dropi-navbar/dropi-navbar.js +2 -2
- package/dist/collection/components/dropi-otp-send-code/dropi-otp-send-code.js +77 -19
- package/dist/collection/components/dropi-paginator/dropi-paginator.js +6 -6
- package/dist/collection/components/dropi-phone-input/dropi-phone-input.js +17 -17
- package/dist/collection/components/dropi-progress-bar/dropi-progress-bar.css +35 -0
- package/dist/collection/components/dropi-progress-bar/dropi-progress-bar.js +168 -0
- package/dist/collection/components/dropi-radio-button/dropi-radio-button.js +5 -5
- package/dist/collection/components/dropi-radio-selection-list/dropi-radio-selection-list.js +10 -10
- package/dist/collection/components/dropi-read-more/dropi-read-more.js +1 -1
- package/dist/collection/components/dropi-search/dropi-search.js +26 -26
- package/dist/collection/components/dropi-select/dropi-select.css +4 -0
- package/dist/collection/components/dropi-select/dropi-select.js +90 -30
- package/dist/collection/components/dropi-sidebar/dropi-sidebar.js +8 -8
- package/dist/collection/components/dropi-steps/dropi-steps.js +1 -1
- package/dist/collection/components/dropi-switch/dropi-switch.js +5 -5
- package/dist/collection/components/dropi-table/dropi-table.js +40 -32
- package/dist/collection/components/dropi-tabs/dropi-tabs.js +6 -6
- package/dist/collection/components/dropi-tag/dropi-tag.css +16 -7
- package/dist/collection/components/dropi-tag/dropi-tag.js +55 -1
- package/dist/collection/components/dropi-tag-type-product/dropi-tag-type-product.js +1 -1
- package/dist/collection/components/dropi-text-area/dropi-text-area.js +2 -2
- package/dist/collection/components/dropi-time-line/dropi-time-line.js +2 -2
- package/dist/collection/components/dropi-toast/dropi-toast.js +1 -1
- package/dist/collection/components/dropi-tooltip/dropi-tooltip.js +1 -1
- package/dist/collection/components/dropi-tooltip-v2/dropi-tooltip.js +2 -2
- package/dist/collection/components/dropi-vertical-steps/dropi-vertical-steps.js +2 -2
- package/dist/collection/components/dropi-youtube-lazy-video/dropi-youtube-lazy-video.js +1 -1
- package/dist/components/dropi-accordion-item.js +1 -1
- package/dist/components/dropi-accordion.js +1 -1
- package/dist/components/dropi-alert-modal.js +1 -1
- package/dist/components/dropi-alert.js +1 -1
- package/dist/components/dropi-badge-legacy.js +1 -1
- package/dist/components/dropi-banner-external.js +1 -1
- package/dist/components/dropi-breadcrumb.js +1 -1
- package/dist/components/dropi-button.js +1 -1
- package/dist/components/dropi-card-checkbox.js +1 -1
- package/dist/components/dropi-card-product.js +1 -1
- package/dist/components/dropi-card-section.js +1 -1
- package/dist/components/dropi-carousel.js +1 -1
- package/dist/components/dropi-checkbox-selection-list.js +1 -1
- package/dist/components/dropi-checkbox.js +1 -1
- package/dist/components/dropi-chips.js +1 -1
- package/dist/components/dropi-city-selector.js +1 -1
- package/dist/components/dropi-color-picker.js +1 -1
- package/dist/components/dropi-country-flags.js +1 -1
- package/dist/components/dropi-country-selector.js +1 -1
- package/dist/components/dropi-date-picker-range.js +1 -1
- package/dist/components/dropi-date-picker.js +1 -1
- package/dist/components/dropi-drawer.js +1 -1
- package/dist/components/dropi-dropdown.js +1 -1
- package/dist/components/dropi-empty-state.js +1 -1
- package/dist/components/dropi-favorite-button.js +1 -1
- package/dist/components/dropi-file-upload-progress-bar.js +1 -1
- package/dist/components/dropi-file-upload.js +1 -1
- package/dist/components/dropi-icon.js +1 -1
- package/dist/components/dropi-ilustration-icon.js +1 -1
- package/dist/components/dropi-image-miniature.js +1 -1
- package/dist/components/dropi-image-overlay.js +1 -1
- package/dist/components/dropi-input.js +1 -1
- package/dist/components/dropi-languages-selector.js +1 -1
- package/dist/components/dropi-logo.js +1 -1
- package/dist/components/dropi-media-player.js +1 -1
- package/dist/components/dropi-modal.js +1 -1
- package/dist/components/dropi-navbar.js +1 -1
- package/dist/components/dropi-otp-send-code.js +1 -1
- package/dist/components/dropi-paginator.js +1 -1
- package/dist/components/dropi-phone-input.js +1 -1
- package/dist/components/dropi-progress-bar.d.ts +11 -0
- package/dist/components/dropi-progress-bar.js +1 -0
- package/dist/components/dropi-radio-button.js +1 -1
- package/dist/components/dropi-radio-selection-list.js +1 -1
- package/dist/components/dropi-read-more.js +1 -1
- package/dist/components/dropi-search.js +1 -1
- package/dist/components/dropi-select.js +1 -1
- package/dist/components/dropi-sidebar.js +1 -1
- package/dist/components/dropi-steps.js +1 -1
- package/dist/components/dropi-switch.js +1 -1
- package/dist/components/dropi-table.js +1 -1
- package/dist/components/dropi-tabs.js +1 -1
- package/dist/components/dropi-tag-type-product.js +1 -1
- package/dist/components/dropi-tag.js +1 -1
- package/dist/components/dropi-text-area.js +1 -1
- package/dist/components/dropi-time-line.js +1 -1
- package/dist/components/dropi-toast.js +1 -1
- package/dist/components/dropi-tooltip-v2.js +1 -1
- package/dist/components/dropi-tooltip.js +1 -1
- package/dist/components/dropi-vertical-steps.js +1 -1
- package/dist/components/dropi-youtube-lazy-video.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/p-1YjHPRto.js +1 -0
- package/dist/components/p-2YgFOle2.js +1 -0
- package/dist/components/p-9CkX3ALN.js +1 -0
- package/dist/components/p-B9-h_ikq.js +1 -0
- package/dist/components/p-B9rJd-Rf.js +1 -0
- package/dist/components/p-BDYn1JDe.js +1 -0
- package/dist/components/p-BGb7xtJN.js +1 -0
- package/dist/components/p-BHV6BYSS.js +1 -0
- package/dist/components/p-BKTMBQVw.js +1 -0
- package/dist/components/p-BSB5Ar-y.js +1 -0
- package/dist/components/p-BSHROiHb.js +1 -0
- package/dist/components/p-BT99axEq.js +1 -0
- package/dist/components/p-BVgUVZyu.js +1 -0
- package/dist/components/p-BhRjfHZ3.js +1 -0
- package/dist/components/p-Bimspdte.js +1 -0
- package/dist/components/p-BmuWhHN-.js +1 -0
- package/dist/components/p-BqJ52YOH.js +1 -0
- package/dist/components/p-BrR1YjVi.js +1 -0
- package/dist/components/p-BrnGRyf0.js +1 -0
- package/dist/components/p-BtkDdEAq.js +1 -0
- package/dist/components/p-Btsw7sPN.js +1 -0
- package/dist/components/p-BvIwy9Yl.js +1 -0
- package/dist/components/p-BzCPv3ND.js +1 -0
- package/dist/components/p-C44-ijf2.js +1 -0
- package/dist/components/p-CHb992Wr.js +1 -0
- package/dist/components/p-CJ4s6SQT.js +1 -0
- package/dist/components/p-CKflT57p.js +1 -0
- package/dist/components/p-CWT7wT9m.js +1 -0
- package/dist/components/p-CWWFRdg7.js +1 -0
- package/dist/components/p-CWwDNt3V.js +1 -0
- package/dist/components/p-CXUiN3Rj.js +1 -0
- package/dist/components/p-C_zOkGR5.js +1 -0
- package/dist/components/p-CgRY3n1J.js +1 -0
- package/dist/components/p-Cjq4FTif.js +1 -0
- package/dist/components/p-Cujt3jky.js +1 -0
- package/dist/components/p-D5UeShUa.js +1 -0
- package/dist/components/p-D7GP-lmt.js +1 -0
- package/dist/components/p-DFNI0UID.js +1 -0
- package/dist/components/p-DG5fe-Ke.js +1 -0
- package/dist/components/p-DKWuIsc_.js +1 -0
- package/dist/components/p-DLyzE3Kh.js +1 -0
- package/dist/components/p-DN_IcU8H.js +1 -0
- package/dist/components/p-DON3zW51.js +1 -0
- package/dist/components/p-DQzskhll.js +1 -0
- package/dist/components/p-DYAsdhfM.js +1 -0
- package/dist/components/p-DYYToiO9.js +1 -0
- package/dist/components/p-DehWQyi5.js +1 -0
- package/dist/components/p-DfSe-tBr.js +1 -0
- package/dist/components/p-DfdhNT9F.js +1 -0
- package/dist/components/p-Dgeh9Yg8.js +1 -0
- package/dist/components/p-DlaiuH5K.js +1 -0
- package/dist/components/p-DvLWbKsf.js +1 -0
- package/dist/components/p-DvaFep4Y.js +1 -0
- package/dist/components/p-Dz9uN5Nw.js +1 -0
- package/dist/components/p-ETg0qC-7.js +1 -0
- package/dist/components/p-FAhcOdS-.js +1 -0
- package/dist/components/p-HCtk4_Dq.js +1 -0
- package/dist/components/p-QezfyBk4.js +1 -0
- package/dist/components/p-RD09_3LO.js +1 -0
- package/dist/components/p-RQjw5hdz.js +1 -0
- package/dist/components/p-dbZuh0Uq.js +1 -0
- package/dist/components/p-emzVHCws.js +1 -0
- package/dist/components/p-im7kgtnS.js +1 -0
- package/dist/components/p-kC6NU5nP.js +1 -0
- package/dist/components/p-lX2uCKEi.js +1 -0
- package/dist/components/p-ndQSfLKF.js +1 -0
- package/dist/components/p-plWZwD4h.js +1 -0
- package/dist/components/p-t0lkpFmw.js +1 -0
- package/dist/components/p-ujToMKti.js +1 -0
- package/dist/dropi-ui/dropi-accordion-item.entry.js +58 -0
- package/dist/dropi-ui/dropi-accordion-item.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-accordion.entry.js +20 -0
- package/dist/dropi-ui/dropi-accordion.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-alert-legacy.entry.js +40 -0
- package/dist/dropi-ui/dropi-alert-legacy.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-alert-modal.entry.js +133 -0
- package/dist/dropi-ui/dropi-alert-modal.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-alert.entry.js +65 -0
- package/dist/dropi-ui/dropi-alert.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-avatars.entry.js +32 -0
- package/dist/dropi-ui/dropi-avatars.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-badge-legacy.entry.js +31 -0
- package/dist/dropi-ui/dropi-badge-legacy.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-badge.entry.js +38 -0
- package/dist/dropi-ui/dropi-badge.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-banner-external.entry.js +64 -0
- package/dist/dropi-ui/dropi-banner-external.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-breadcrumb.entry.js +49 -0
- package/dist/dropi-ui/dropi-breadcrumb.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-button.entry.js +88 -0
- package/dist/dropi-ui/dropi-button.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-card-checkbox.entry.js +49 -0
- package/dist/dropi-ui/dropi-card-checkbox.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-card-product.entry.js +79 -0
- package/dist/dropi-ui/dropi-card-product.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-card-section.entry.js +39 -0
- package/dist/dropi-ui/dropi-card-section.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-carousel.entry.js +154 -0
- package/dist/dropi-ui/dropi-carousel.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-checkbox-selection-list.entry.js +74 -0
- package/dist/dropi-ui/dropi-checkbox-selection-list.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-checkbox.entry.js +37 -0
- package/dist/dropi-ui/dropi-checkbox.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-chips.entry.js +31 -0
- package/dist/dropi-ui/dropi-chips.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-city-selector.entry.js +105 -0
- package/dist/dropi-ui/dropi-city-selector.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-color-picker.entry.js +320 -0
- package/dist/dropi-ui/dropi-color-picker.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-country-flags.entry.js +38 -0
- package/dist/dropi-ui/dropi-country-flags.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-country-selector.entry.js +198 -0
- package/dist/dropi-ui/dropi-country-selector.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-date-picker-range.entry.js +116 -0
- package/dist/dropi-ui/dropi-date-picker-range.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-date-picker.entry.js +224 -0
- package/dist/dropi-ui/dropi-date-picker.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-drawer.entry.js +80 -0
- package/dist/dropi-ui/dropi-drawer.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-dropdown.entry.js +66 -0
- package/dist/dropi-ui/dropi-dropdown.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-empty-state.entry.js +37 -0
- package/dist/dropi-ui/dropi-empty-state.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-favorite-button.entry.js +28 -0
- package/dist/dropi-ui/dropi-favorite-button.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-file-upload-progress-bar.entry.js +78 -0
- package/dist/dropi-ui/dropi-file-upload-progress-bar.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-file-upload.entry.js +238 -0
- package/dist/dropi-ui/dropi-file-upload.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-icon.entry.js +80 -0
- package/dist/dropi-ui/dropi-icon.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-ilustration-icon.entry.js +40 -0
- package/dist/dropi-ui/dropi-ilustration-icon.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-image-miniature.entry.js +45 -0
- package/dist/dropi-ui/dropi-image-miniature.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-image-overlay.entry.js +64 -0
- package/dist/dropi-ui/dropi-image-overlay.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-input.entry.js +266 -0
- package/dist/dropi-ui/dropi-input.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-languages-selector.entry.js +62 -0
- package/dist/dropi-ui/dropi-languages-selector.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-logo.entry.js +38 -0
- package/dist/dropi-ui/dropi-logo.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-lottie-loader.entry.js +28 -0
- package/dist/dropi-ui/dropi-lottie-loader.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-media-player.entry.js +193 -0
- package/dist/dropi-ui/dropi-media-player.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-modal.entry.js +148 -0
- package/dist/dropi-ui/dropi-modal.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-navbar.entry.js +55 -0
- package/dist/dropi-ui/dropi-navbar.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-otp-send-code.entry.js +116 -0
- package/dist/dropi-ui/dropi-otp-send-code.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-paginator.entry.js +70 -0
- package/dist/dropi-ui/dropi-paginator.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-phone-input.entry.js +198 -0
- package/dist/dropi-ui/dropi-phone-input.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-progress-bar.entry.js +44 -0
- package/dist/dropi-ui/dropi-progress-bar.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-radio-button.entry.js +48 -0
- package/dist/dropi-ui/dropi-radio-button.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-radio-selection-list.entry.js +61 -0
- package/dist/dropi-ui/dropi-radio-selection-list.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-read-more.entry.js +41 -0
- package/dist/dropi-ui/dropi-read-more.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-search.entry.js +125 -0
- package/dist/dropi-ui/dropi-search.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-select.entry.js +411 -0
- package/dist/dropi-ui/dropi-select.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-sidebar.entry.js +79 -0
- package/dist/dropi-ui/dropi-sidebar.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-simple-stepper.entry.js +54 -0
- package/dist/dropi-ui/dropi-simple-stepper.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-skeleton.entry.js +58 -0
- package/dist/dropi-ui/dropi-skeleton.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-steps.entry.js +53 -0
- package/dist/dropi-ui/dropi-steps.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-switch.entry.js +31 -0
- package/dist/dropi-ui/dropi-switch.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-table.entry.js +308 -0
- package/dist/dropi-ui/dropi-table.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-tabs.entry.js +52 -0
- package/dist/dropi-ui/dropi-tabs.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-tag-type-product.entry.js +20 -0
- package/dist/dropi-ui/dropi-tag-type-product.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-tag.entry.js +97 -0
- package/dist/dropi-ui/dropi-tag.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-text-area.entry.js +135 -0
- package/dist/dropi-ui/dropi-text-area.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-time-line.entry.js +35 -0
- package/dist/dropi-ui/dropi-time-line.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-toast.entry.js +57 -0
- package/dist/dropi-ui/dropi-toast.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-tooltip-v2.entry.js +132 -0
- package/dist/dropi-ui/dropi-tooltip-v2.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-tooltip.entry.js +22 -0
- package/dist/dropi-ui/dropi-tooltip.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-ui.esm.js +1 -1
- package/dist/dropi-ui/dropi-ui.esm.js.map +1 -0
- package/dist/dropi-ui/dropi-vertical-steps.entry.js +56 -0
- package/dist/dropi-ui/dropi-vertical-steps.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-youtube-lazy-video.entry.js +34 -0
- package/dist/dropi-ui/dropi-youtube-lazy-video.entry.js.map +1 -0
- package/dist/dropi-ui/index-Cvp2LQOM.js +4585 -0
- package/dist/dropi-ui/index-Cvp2LQOM.js.map +1 -0
- package/dist/dropi-ui/index.esm.js.map +1 -0
- package/dist/dropi-ui/p-019c2c37.entry.js +1 -0
- package/dist/dropi-ui/p-01c57627.entry.js +1 -0
- package/dist/dropi-ui/{p-db38bf16.entry.js → p-01e4fe42.entry.js} +1 -1
- package/dist/dropi-ui/p-03515548.entry.js +1 -0
- package/dist/dropi-ui/p-0366349e.entry.js +1 -0
- package/dist/dropi-ui/p-06bdd006.entry.js +1 -0
- package/dist/dropi-ui/p-086a6f5f.entry.js +1 -0
- package/dist/dropi-ui/p-088616e6.entry.js +1 -0
- package/dist/dropi-ui/p-08bc8fb2.entry.js +1 -0
- package/dist/dropi-ui/p-0946a1f7.entry.js +1 -0
- package/dist/dropi-ui/p-099f4475.entry.js +1 -0
- package/dist/dropi-ui/p-09aa9a3c.entry.js +1 -0
- package/dist/dropi-ui/p-0a76c15c.entry.js +1 -0
- package/dist/dropi-ui/p-0d188f2c.entry.js +1 -0
- package/dist/dropi-ui/p-0e026afe.entry.js +1 -0
- package/dist/dropi-ui/p-0ef73e45.entry.js +1 -0
- package/dist/dropi-ui/p-0f1b13e5.entry.js +1 -0
- package/dist/dropi-ui/p-1107c210.entry.js +1 -0
- package/dist/dropi-ui/p-13a6dd72.entry.js +1 -0
- package/dist/dropi-ui/p-1558c22f.entry.js +1 -0
- package/dist/dropi-ui/p-16674c7c.entry.js +1 -0
- package/dist/dropi-ui/p-17b16a74.entry.js +1 -0
- package/dist/dropi-ui/p-17c53e19.entry.js +1 -0
- package/dist/dropi-ui/p-1a07b3a6.entry.js +1 -0
- package/dist/dropi-ui/p-1cd4d630.entry.js +1 -0
- package/dist/dropi-ui/p-1ce00757.entry.js +1 -0
- package/dist/dropi-ui/p-1d75dff6.entry.js +1 -0
- package/dist/dropi-ui/p-20a6a2aa.entry.js +1 -0
- package/dist/dropi-ui/p-229dddb0.entry.js +1 -0
- package/dist/dropi-ui/p-256bf069.entry.js +1 -0
- package/dist/dropi-ui/p-25f0c2c9.entry.js +1 -0
- package/dist/dropi-ui/p-278281d2.entry.js +1 -0
- package/dist/dropi-ui/p-28f960a1.entry.js +1 -0
- package/dist/dropi-ui/p-2d356767.entry.js +1 -0
- package/dist/dropi-ui/p-2d9978c1.entry.js +1 -0
- package/dist/dropi-ui/p-2f9072e7.entry.js +1 -0
- package/dist/dropi-ui/p-30377b7e.entry.js +1 -0
- package/dist/dropi-ui/p-342eaf9e.entry.js +1 -0
- package/dist/dropi-ui/p-3496cc01.entry.js +1 -0
- package/dist/dropi-ui/p-35b37d1a.entry.js +1 -0
- package/dist/dropi-ui/p-37bdbadc.entry.js +1 -0
- package/dist/dropi-ui/p-38ea66e4.entry.js +1 -0
- package/dist/dropi-ui/p-393867c2.entry.js +1 -0
- package/dist/dropi-ui/p-3a28b79c.entry.js +1 -0
- package/dist/dropi-ui/p-3aefce2b.entry.js +1 -0
- package/dist/dropi-ui/p-3f76c680.entry.js +1 -0
- package/dist/dropi-ui/p-488a3113.entry.js +1 -0
- package/dist/dropi-ui/p-497e4eff.entry.js +1 -0
- package/dist/dropi-ui/p-4a72e4c8.entry.js +1 -0
- package/dist/dropi-ui/p-4b169817.entry.js +1 -0
- package/dist/dropi-ui/p-4d31eab8.entry.js +1 -0
- package/dist/dropi-ui/p-4e401fbc.entry.js +1 -0
- package/dist/dropi-ui/p-508cfd38.entry.js +1 -0
- package/dist/dropi-ui/p-50e851b7.entry.js +1 -0
- package/dist/dropi-ui/p-53d2905c.entry.js +1 -0
- package/dist/dropi-ui/p-54bfb072.entry.js +1 -0
- package/dist/dropi-ui/p-5730ca4e.entry.js +1 -0
- package/dist/dropi-ui/p-575e1951.entry.js +1 -0
- package/dist/dropi-ui/p-57c3b667.entry.js +1 -0
- package/dist/dropi-ui/p-5915d227.entry.js +1 -0
- package/dist/dropi-ui/p-5c0cd221.entry.js +1 -0
- package/dist/dropi-ui/p-5e0da387.entry.js +1 -0
- package/dist/dropi-ui/p-5eb75ddf.entry.js +1 -0
- package/dist/dropi-ui/p-5f735166.entry.js +1 -0
- package/dist/dropi-ui/p-61f8905c.entry.js +1 -0
- package/dist/dropi-ui/p-648e5340.entry.js +1 -0
- package/dist/dropi-ui/p-650a7679.entry.js +1 -0
- package/dist/dropi-ui/p-66d7d67b.entry.js +1 -0
- package/dist/dropi-ui/p-673a5cfd.entry.js +1 -0
- package/dist/dropi-ui/p-67ba7d35.entry.js +1 -0
- package/dist/dropi-ui/p-692b665a.entry.js +1 -0
- package/dist/dropi-ui/p-69cf66c1.entry.js +1 -0
- package/dist/dropi-ui/p-6a148627.entry.js +1 -0
- package/dist/dropi-ui/p-6b925a36.entry.js +1 -0
- package/dist/dropi-ui/p-6cb6cfe0.entry.js +1 -0
- package/dist/dropi-ui/p-6dbce3d3.entry.js +1 -0
- package/dist/dropi-ui/p-70f75e92.entry.js +1 -0
- package/dist/dropi-ui/p-7140309a.entry.js +1 -0
- package/dist/dropi-ui/p-719a01cb.entry.js +1 -0
- package/dist/dropi-ui/p-72ec96d0.entry.js +1 -0
- package/dist/dropi-ui/p-7369b3b4.entry.js +1 -0
- package/dist/dropi-ui/p-7450d195.entry.js +1 -0
- package/dist/dropi-ui/p-754aed1c.entry.js +1 -0
- package/dist/dropi-ui/p-76fa02a1.entry.js +1 -0
- package/dist/dropi-ui/p-770b0195.entry.js +1 -0
- package/dist/dropi-ui/{p-e3ad21f8.entry.js → p-77cd2fcb.entry.js} +1 -1
- package/dist/dropi-ui/p-7822b081.entry.js +1 -0
- package/dist/dropi-ui/p-78282471.entry.js +1 -0
- package/dist/dropi-ui/p-78aa7fb3.entry.js +1 -0
- package/dist/dropi-ui/p-7a18b7a0.entry.js +1 -0
- package/dist/dropi-ui/p-7a25f595.entry.js +1 -0
- package/dist/dropi-ui/p-7c0f959f.entry.js +1 -0
- package/dist/dropi-ui/p-7c5ea4c5.entry.js +1 -0
- package/dist/dropi-ui/p-7f02ae47.entry.js +1 -0
- package/dist/dropi-ui/p-7f0f828d.entry.js +1 -0
- package/dist/dropi-ui/p-80f0f6e6.entry.js +1 -0
- package/dist/dropi-ui/p-813678a2.entry.js +1 -0
- package/dist/dropi-ui/p-819d810e.entry.js +1 -0
- package/dist/dropi-ui/p-83887880.entry.js +1 -0
- package/dist/dropi-ui/p-83dbc407.entry.js +1 -0
- package/dist/dropi-ui/p-84019422.entry.js +1 -0
- package/dist/dropi-ui/p-85c637bd.entry.js +1 -0
- package/dist/dropi-ui/{p-e6e766ed.entry.js → p-87cc4dcd.entry.js} +1 -1
- package/dist/dropi-ui/p-899089f0.entry.js +1 -0
- package/dist/dropi-ui/p-8b8dc399.entry.js +1 -0
- package/dist/dropi-ui/p-8c107dbe.entry.js +1 -0
- package/dist/dropi-ui/p-8cf27f13.entry.js +1 -0
- package/dist/dropi-ui/p-8d6313c0.entry.js +1 -0
- package/dist/dropi-ui/p-8dbc6bc8.entry.js +1 -0
- package/dist/dropi-ui/p-8fc3dbcb.entry.js +1 -0
- package/dist/dropi-ui/p-90abda79.entry.js +1 -0
- package/dist/dropi-ui/p-928b59e8.entry.js +1 -0
- package/dist/dropi-ui/p-929bc2b6.entry.js +1 -0
- package/dist/dropi-ui/p-92c9e3c5.entry.js +1 -0
- package/dist/dropi-ui/p-94144382.entry.js +1 -0
- package/dist/dropi-ui/p-94a58087.entry.js +1 -0
- package/dist/dropi-ui/p-9645d628.entry.js +1 -0
- package/dist/dropi-ui/p-96f72e50.entry.js +1 -0
- package/dist/dropi-ui/p-9ac8caea.entry.js +1 -0
- package/dist/dropi-ui/p-9b24e8fd.entry.js +1 -0
- package/dist/dropi-ui/p-9b288982.entry.js +1 -0
- package/dist/dropi-ui/p-9b55c8ad.entry.js +1 -0
- package/dist/dropi-ui/p-9bcde3a5.entry.js +1 -0
- package/dist/dropi-ui/p-9c73b4ce.entry.js +1 -0
- package/dist/dropi-ui/p-9e8615de.entry.js +1 -0
- package/dist/dropi-ui/p-a0ade2e7.entry.js +1 -0
- package/dist/dropi-ui/p-a2fb4CHk.js +2 -0
- package/dist/dropi-ui/p-a3b729fe.entry.js +1 -0
- package/dist/dropi-ui/p-a3d602fd.entry.js +1 -0
- package/dist/dropi-ui/p-a470a24a.entry.js +1 -0
- package/dist/dropi-ui/p-a50c8339.entry.js +1 -0
- package/dist/dropi-ui/p-a524ef3d.entry.js +1 -0
- package/dist/dropi-ui/p-a580e8c8.entry.js +1 -0
- package/dist/dropi-ui/p-a62c691f.entry.js +1 -0
- package/dist/dropi-ui/p-a745529a.entry.js +1 -0
- package/dist/dropi-ui/p-a96c54ed.entry.js +1 -0
- package/dist/dropi-ui/p-a9f93e82.entry.js +1 -0
- package/dist/dropi-ui/p-aa0f5964.entry.js +1 -0
- package/dist/dropi-ui/p-aadd5863.entry.js +1 -0
- package/dist/dropi-ui/p-ab3c52a4.entry.js +1 -0
- package/dist/dropi-ui/p-abd327ed.entry.js +1 -0
- package/dist/dropi-ui/p-ac79e805.entry.js +1 -0
- package/dist/dropi-ui/p-ac9d2149.entry.js +1 -0
- package/dist/dropi-ui/p-ad73631e.entry.js +1 -0
- package/dist/dropi-ui/p-b20f7dde.entry.js +1 -0
- package/dist/dropi-ui/p-b25faf92.entry.js +1 -0
- package/dist/dropi-ui/p-b2e7cf4f.entry.js +1 -0
- package/dist/dropi-ui/p-b325f7cf.entry.js +1 -0
- package/dist/dropi-ui/p-b605d3d9.entry.js +1 -0
- package/dist/dropi-ui/p-b63f5d03.entry.js +1 -0
- package/dist/dropi-ui/p-b7748488.entry.js +1 -0
- package/dist/dropi-ui/p-b8050ef5.entry.js +1 -0
- package/dist/dropi-ui/p-b99fee29.entry.js +1 -0
- package/dist/dropi-ui/p-ba3779a2.entry.js +1 -0
- package/dist/dropi-ui/p-bbb5e0ae.entry.js +1 -0
- package/dist/dropi-ui/p-bd0d1a29.entry.js +1 -0
- package/dist/dropi-ui/p-bef43920.entry.js +1 -0
- package/dist/dropi-ui/p-bfd43bdf.entry.js +1 -0
- package/dist/dropi-ui/p-c173db8c.entry.js +1 -0
- package/dist/dropi-ui/p-c218524f.entry.js +1 -0
- package/dist/dropi-ui/p-c4d2881d.entry.js +1 -0
- package/dist/dropi-ui/p-c4fbbb5a.entry.js +1 -0
- package/dist/dropi-ui/p-c51fcf75.entry.js +1 -0
- package/dist/dropi-ui/p-c662bce3.entry.js +1 -0
- package/dist/dropi-ui/p-c6ac1b6d.entry.js +1 -0
- package/dist/dropi-ui/p-ca2e462a.entry.js +1 -0
- package/dist/dropi-ui/p-ca90e108.entry.js +1 -0
- package/dist/dropi-ui/p-cb87d3c7.entry.js +1 -0
- package/dist/dropi-ui/p-cc954850.entry.js +1 -0
- package/dist/dropi-ui/p-cf7cd408.entry.js +1 -0
- package/dist/dropi-ui/p-d02dfc6a.entry.js +1 -0
- package/dist/dropi-ui/p-d11524ca.entry.js +1 -0
- package/dist/dropi-ui/p-d1aeb373.entry.js +1 -0
- package/dist/dropi-ui/p-d46f3328.entry.js +1 -0
- package/dist/dropi-ui/p-d693bbb8.entry.js +1 -0
- package/dist/dropi-ui/p-d724ced4.entry.js +1 -0
- package/dist/dropi-ui/p-d813969b.entry.js +1 -0
- package/dist/dropi-ui/p-d899d4e1.entry.js +1 -0
- package/dist/dropi-ui/p-da038b5d.entry.js +1 -0
- package/dist/dropi-ui/p-db6af92e.entry.js +1 -0
- package/dist/dropi-ui/p-dc53a798.entry.js +1 -0
- package/dist/dropi-ui/p-dc920aff.entry.js +1 -0
- package/dist/dropi-ui/p-e1126498.entry.js +1 -0
- package/dist/dropi-ui/p-e163bf7f.entry.js +1 -0
- package/dist/dropi-ui/p-e1b3c9a3.entry.js +1 -0
- package/dist/dropi-ui/p-e1b40bda.entry.js +1 -0
- package/dist/dropi-ui/p-e22a3b45.entry.js +1 -0
- package/dist/dropi-ui/p-e3c120ba.entry.js +1 -0
- package/dist/dropi-ui/p-e524fed1.entry.js +1 -0
- package/dist/dropi-ui/p-e53b23dd.entry.js +1 -0
- package/dist/dropi-ui/p-e629fdc7.entry.js +1 -0
- package/dist/dropi-ui/p-e97d3704.entry.js +1 -0
- package/dist/dropi-ui/p-e9a64ecc.entry.js +1 -0
- package/dist/dropi-ui/p-ea13bfee.entry.js +1 -0
- package/dist/dropi-ui/p-edcf5623.entry.js +1 -0
- package/dist/dropi-ui/p-edeacd44.entry.js +1 -0
- package/dist/dropi-ui/p-edef4506.entry.js +1 -0
- package/dist/dropi-ui/p-edf796ee.entry.js +1 -0
- package/dist/dropi-ui/p-eec49ea3.entry.js +1 -0
- package/dist/dropi-ui/p-f057bd98.entry.js +1 -0
- package/dist/dropi-ui/p-f0893459.entry.js +1 -0
- package/dist/dropi-ui/p-f0ace417.entry.js +1 -0
- package/dist/dropi-ui/p-f23e1df7.entry.js +1 -0
- package/dist/dropi-ui/p-f2527a45.entry.js +1 -0
- package/dist/dropi-ui/p-f4bd8568.entry.js +1 -0
- package/dist/dropi-ui/p-f6c9057d.entry.js +1 -0
- package/dist/dropi-ui/p-f7a605f8.entry.js +1 -0
- package/dist/dropi-ui/p-f7df0f43.entry.js +1 -0
- package/dist/dropi-ui/p-f7fd7832.entry.js +1 -0
- package/dist/dropi-ui/p-f80fa01d.entry.js +1 -0
- package/dist/dropi-ui/p-f9084a2c.entry.js +1 -0
- package/dist/dropi-ui/p-f9888cea.entry.js +1 -0
- package/dist/dropi-ui/p-f9af2041.entry.js +1 -0
- package/dist/dropi-ui/p-f9d05b69.entry.js +1 -0
- package/dist/dropi-ui/p-faa59cd8.entry.js +1 -0
- package/dist/dropi-ui/p-fb39dfdc.entry.js +1 -0
- package/dist/dropi-ui/p-fcba49ca.entry.js +1 -0
- package/dist/dropi-ui/p-fdbdedd0.entry.js +1 -0
- package/dist/dropi-ui/p-fef3673d.entry.js +1 -0
- package/dist/dropi-ui/p-ffd415a2.entry.js +1 -0
- package/dist/esm/dropi-accordion-item.entry.js +2 -2
- package/dist/esm/dropi-accordion.entry.js +2 -2
- package/dist/esm/dropi-alert-legacy.entry.js +1 -1
- package/dist/esm/dropi-alert-modal.entry.js +20 -16
- package/dist/esm/dropi-alert.entry.js +12 -12
- package/dist/esm/dropi-avatars.entry.js +1 -1
- package/dist/esm/dropi-badge-legacy.entry.js +2 -2
- package/dist/esm/dropi-badge.entry.js +1 -1
- package/dist/esm/dropi-banner-external.entry.js +4 -4
- package/dist/esm/dropi-breadcrumb.entry.js +4 -4
- package/dist/esm/dropi-button.entry.js +7 -7
- package/dist/esm/dropi-card-checkbox.entry.js +6 -6
- package/dist/esm/dropi-card-product.entry.js +12 -12
- package/dist/esm/dropi-card-section.entry.js +9 -9
- package/dist/esm/dropi-carousel.entry.js +8 -8
- package/dist/esm/dropi-checkbox-selection-list.entry.js +9 -9
- package/dist/esm/dropi-checkbox.entry.js +6 -6
- package/dist/esm/dropi-chips.entry.js +4 -4
- package/dist/esm/dropi-city-selector.entry.js +4 -4
- package/dist/esm/dropi-color-picker.entry.js +4 -4
- package/dist/esm/dropi-country-flags.entry.js +2 -2
- package/dist/esm/dropi-country-selector.entry.js +6 -6
- package/dist/esm/dropi-date-picker-range.entry.js +4 -4
- package/dist/esm/dropi-date-picker.entry.js +12 -12
- package/dist/esm/dropi-drawer.entry.js +4 -4
- package/dist/esm/dropi-dropdown.entry.js +2 -2
- package/dist/esm/dropi-empty-state.entry.js +3 -3
- package/dist/esm/dropi-favorite-button.entry.js +3 -3
- package/dist/esm/dropi-file-upload-progress-bar.entry.js +5 -5
- package/dist/esm/dropi-file-upload.entry.js +4 -4
- package/dist/esm/dropi-icon.entry.js +33 -21
- package/dist/esm/dropi-ilustration-icon.entry.js +5 -5
- package/dist/esm/dropi-image-miniature.entry.js +3 -3
- package/dist/esm/dropi-image-overlay.entry.js +3 -3
- package/dist/esm/dropi-input_3.entry.js +56 -26
- package/dist/esm/dropi-languages-selector.entry.js +5 -5
- package/dist/esm/dropi-logo.entry.js +2 -2
- package/dist/esm/dropi-lottie-loader.entry.js +1 -1
- package/dist/esm/dropi-media-player.entry.js +5 -5
- package/dist/esm/dropi-modal.entry.js +38 -33
- package/dist/esm/dropi-navbar.entry.js +7 -7
- package/dist/esm/dropi-otp-send-code.entry.js +43 -20
- package/dist/esm/dropi-phone-input.entry.js +14 -14
- package/dist/esm/dropi-progress-bar.entry.js +41 -0
- package/dist/esm/dropi-radio-button.entry.js +5 -5
- package/dist/esm/dropi-radio-selection-list.entry.js +9 -9
- package/dist/esm/dropi-read-more.entry.js +2 -2
- package/dist/esm/dropi-search.entry.js +21 -21
- package/dist/esm/dropi-select.entry.js +55 -27
- package/dist/esm/dropi-sidebar.entry.js +8 -8
- package/dist/esm/dropi-simple-stepper.entry.js +1 -1
- package/dist/esm/dropi-skeleton.entry.js +1 -1
- package/dist/esm/dropi-steps.entry.js +2 -2
- package/dist/esm/dropi-switch.entry.js +5 -5
- package/dist/esm/dropi-table.entry.js +41 -33
- package/dist/esm/dropi-tabs.entry.js +6 -6
- package/dist/esm/dropi-tag-type-product.entry.js +2 -2
- package/dist/esm/dropi-text-area.entry.js +7 -7
- package/dist/esm/dropi-time-line.entry.js +3 -3
- package/dist/esm/dropi-toast.entry.js +2 -2
- package/dist/esm/dropi-tooltip-v2.entry.js +3 -3
- package/dist/esm/dropi-tooltip.entry.js +2 -2
- package/dist/esm/dropi-ui.js +3 -3
- package/dist/esm/dropi-vertical-steps.entry.js +4 -4
- package/dist/esm/dropi-youtube-lazy-video.entry.js +2 -2
- package/dist/esm/index-a2fb4CHk.js +2763 -0
- package/dist/esm/loader.js +3 -3
- package/dist/types/components/dropi-alert/dropi-alert.d.ts +3 -3
- package/dist/types/components/dropi-alert-modal/dropi-alert-modal.d.ts +8 -4
- package/dist/types/components/dropi-button/dropi-button.d.ts +1 -1
- package/dist/types/components/dropi-card-checkbox/dropi-card-checkbox.d.ts +1 -1
- package/dist/types/components/dropi-card-product/dropi-card-product.d.ts +2 -2
- package/dist/types/components/dropi-card-section/dropi-card-section.d.ts +2 -2
- package/dist/types/components/dropi-carousel/dropi-carousel.d.ts +2 -2
- package/dist/types/components/dropi-checkbox/dropi-checkbox.d.ts +1 -1
- package/dist/types/components/dropi-checkbox-selection-list/dropi-checkbox-selection-list.d.ts +2 -2
- package/dist/types/components/dropi-chips/dropi-chips.d.ts +1 -1
- package/dist/types/components/dropi-country-selector/dropi-country-selector.d.ts +1 -1
- package/dist/types/components/dropi-date-picker/dropi-date-picker.d.ts +2 -2
- package/dist/types/components/dropi-icon/dropi-icon.d.ts +8 -9
- package/dist/types/components/dropi-input/dropi-input.d.ts +5 -5
- package/dist/types/components/dropi-languages-selector/dropi-languages-selector.d.ts +1 -1
- package/dist/types/components/dropi-modal/dropi-modal.d.ts +10 -9
- package/dist/types/components/dropi-otp-send-code/dropi-otp-send-code.d.ts +8 -2
- package/dist/types/components/dropi-paginator/dropi-paginator.d.ts +1 -1
- package/dist/types/components/dropi-phone-input/dropi-phone-input.d.ts +4 -4
- package/dist/types/components/dropi-progress-bar/dropi-progress-bar.d.ts +16 -0
- package/dist/types/components/dropi-radio-button/dropi-radio-button.d.ts +1 -1
- package/dist/types/components/dropi-radio-selection-list/dropi-radio-selection-list.d.ts +2 -2
- package/dist/types/components/dropi-search/dropi-search.d.ts +6 -6
- package/dist/types/components/dropi-select/dropi-select.d.ts +10 -5
- package/dist/types/components/dropi-sidebar/dropi-sidebar.d.ts +1 -1
- package/dist/types/components/dropi-switch/dropi-switch.d.ts +1 -1
- package/dist/types/components/dropi-table/dropi-table.d.ts +7 -7
- package/dist/types/components/dropi-tabs/dropi-tabs.d.ts +1 -1
- package/dist/types/components/dropi-tag/dropi-tag.d.ts +5 -0
- package/dist/types/components.d.ts +336 -199
- package/hydrate/index.js +570 -401
- package/hydrate/index.mjs +570 -401
- package/package.json +1 -1
- package/scripts/setup.js +25 -4
- package/dist/components/p-B_Ace02i.js +0 -1
- package/dist/components/p-BrjO_JXp.js +0 -1
- package/dist/components/p-BwhxWL4p.js +0 -1
- package/dist/components/p-Bz2jXX3R.js +0 -1
- package/dist/components/p-D-vQQQNz.js +0 -1
- package/dist/components/p-D13d88W3.js +0 -1
- package/dist/components/p-I3w7xF7Q.js +0 -1
- package/dist/components/p-o5gyrbbD.js +0 -1
- package/dist/dropi-ui/p-00e5a2de.entry.js +0 -1
- package/dist/dropi-ui/p-0188e07a.entry.js +0 -1
- package/dist/dropi-ui/p-02710049.entry.js +0 -1
- package/dist/dropi-ui/p-18adf694.entry.js +0 -1
- package/dist/dropi-ui/p-1a3619c3.entry.js +0 -1
- package/dist/dropi-ui/p-25640777.entry.js +0 -1
- package/dist/dropi-ui/p-2674d901.entry.js +0 -1
- package/dist/dropi-ui/p-2af538b9.entry.js +0 -1
- package/dist/dropi-ui/p-3013f3b8.entry.js +0 -1
- package/dist/dropi-ui/p-3321ca70.entry.js +0 -1
- package/dist/dropi-ui/p-33d242ec.entry.js +0 -1
- package/dist/dropi-ui/p-39af6478.entry.js +0 -1
- package/dist/dropi-ui/p-446a481d.entry.js +0 -1
- package/dist/dropi-ui/p-50e0d44f.entry.js +0 -1
- package/dist/dropi-ui/p-5c0bd7c2.entry.js +0 -1
- package/dist/dropi-ui/p-5ddf6e93.entry.js +0 -1
- package/dist/dropi-ui/p-5fb33ae4.entry.js +0 -1
- package/dist/dropi-ui/p-665ef7ba.entry.js +0 -1
- package/dist/dropi-ui/p-66b80371.entry.js +0 -1
- package/dist/dropi-ui/p-7bfc1c27.entry.js +0 -1
- package/dist/dropi-ui/p-7c0d2edf.entry.js +0 -1
- package/dist/dropi-ui/p-7eb27836.entry.js +0 -1
- package/dist/dropi-ui/p-8bf5d8ee.entry.js +0 -1
- package/dist/dropi-ui/p-9212f544.entry.js +0 -1
- package/dist/dropi-ui/p-955e52f8.entry.js +0 -1
- package/dist/dropi-ui/p-976a15e3.entry.js +0 -1
- package/dist/dropi-ui/p-a1c93e55.entry.js +0 -1
- package/dist/dropi-ui/p-a232c6a7.entry.js +0 -1
- package/dist/dropi-ui/p-a822a23e.entry.js +0 -1
- package/dist/dropi-ui/p-af8e2157.entry.js +0 -1
- package/dist/dropi-ui/p-c3614c4a.entry.js +0 -1
- package/dist/dropi-ui/p-cc527d91.entry.js +0 -1
- package/dist/dropi-ui/p-cdde481b.entry.js +0 -1
- package/dist/dropi-ui/p-dd5d8b1b.entry.js +0 -1
- package/dist/dropi-ui/p-efc2fc35.entry.js +0 -1
- package/dist/dropi-ui/p-f41cd9b5.entry.js +0 -1
- package/dist/dropi-ui/p-fa3d0267.entry.js +0 -1
package/hydrate/index.mjs
CHANGED
|
@@ -1770,9 +1770,9 @@ var createEvent = (ref, name, flags) => {
|
|
|
1770
1770
|
return {
|
|
1771
1771
|
emit: (detail) => {
|
|
1772
1772
|
return emitEvent(elm, name, {
|
|
1773
|
-
bubbles:
|
|
1774
|
-
composed:
|
|
1775
|
-
cancelable:
|
|
1773
|
+
bubbles: true,
|
|
1774
|
+
composed: true,
|
|
1775
|
+
cancelable: true,
|
|
1776
1776
|
detail
|
|
1777
1777
|
});
|
|
1778
1778
|
}
|
|
@@ -5341,7 +5341,7 @@ class DropiAccordion {
|
|
|
5341
5341
|
/** Allows multiple sections to be open at the same time. If false, only one section can be open. */
|
|
5342
5342
|
multiple = false;
|
|
5343
5343
|
render() {
|
|
5344
|
-
return (hAsync("div", { key: '
|
|
5344
|
+
return (hAsync("div", { key: 'c8c70f9c2210e1bc6de7d0933f082a0d1c008837', class: "accordion-container" }, hAsync("slot", { key: '9fe1055ed6f5a2fc5c3e8dde47b694ea0acdbcb9' })));
|
|
5345
5345
|
}
|
|
5346
5346
|
static get style() { return dropiAccordionCss(); }
|
|
5347
5347
|
static get cmpMeta() { return {
|
|
@@ -5399,7 +5399,7 @@ class DropiAccordionItem {
|
|
|
5399
5399
|
setTimeout(() => this.updateHeight(this.open), 0);
|
|
5400
5400
|
}
|
|
5401
5401
|
render() {
|
|
5402
|
-
return (hAsync("div", { key: '
|
|
5402
|
+
return (hAsync("div", { key: '98de1df9b82f0e4e5e72702b7eaca12c0ed92586', class: { 'accordion-item': true, 'accordion-item--open': this.open, 'accordion-item--disabled': this.disabled } }, hAsync("button", { key: 'bd5c3e6ea29feb33e5280908c98929369dc7377e', class: "accordion-header", onClick: () => this.handleToggle(), "aria-expanded": String(this.open), disabled: this.disabled }, hAsync("span", { key: 'ced161eb1187d50b7eb2002081cd3fc008c9a16f', class: "accordion-header-left" }, this.preIcon && hAsync("dropi-icon", { key: '09a157623f0978153b57e85a79d7beeca3faf9ab', name: this.preIcon, iconWidth: "20px", iconHeight: "20px", color: "Gray-Gray-600" }), hAsync("span", { key: '649617f263370d1314e3145c07a3a29ce5c807b5', class: "accordion-title" }, this.sectionTitle)), hAsync("span", { key: 'd99e3933a40ffa4b1da8091a8b6d767011f1bf6f', class: { 'accordion-chevron': true, 'accordion-chevron--open': this.open } }, hAsync("dropi-icon", { key: '3d12ae988429fea2612c0c32c12cd81a486ad255', name: "Dropdown-down", iconWidth: "20px", iconHeight: "20px", color: "Gray-Gray-500" }))), hAsync("div", { key: 'cedff4803c6fa83ae9dc5cb3ce68f48150cdef67', class: "accordion-body", style: { maxHeight: this.contentHeight }, ref: (el) => this.contentRef = el }, hAsync("div", { key: 'a37dd42bf39cf08479d847286860e78a1d80a233', class: "accordion-content" }, hAsync("slot", { key: 'd797eac747716be1af2a6addbefe583be4a816b1' })))));
|
|
5403
5403
|
}
|
|
5404
5404
|
static get watchers() { return {
|
|
5405
5405
|
"open": [{
|
|
@@ -5428,8 +5428,8 @@ const dropiAlertCss = () => `:host{display:block;width:100%}*,*::before,*::after
|
|
|
5428
5428
|
|
|
5429
5429
|
const STATE_ICONS = {
|
|
5430
5430
|
success: 'Check-circle',
|
|
5431
|
-
error: '
|
|
5432
|
-
warning: 'Warning-
|
|
5431
|
+
error: 'Cross-circle',
|
|
5432
|
+
warning: 'Warning-circle',
|
|
5433
5433
|
info: 'Info',
|
|
5434
5434
|
};
|
|
5435
5435
|
const STATE_COLORS = {
|
|
@@ -5446,9 +5446,9 @@ const STATE_COLORS = {
|
|
|
5446
5446
|
class DropiAlert {
|
|
5447
5447
|
constructor(hostRef) {
|
|
5448
5448
|
registerInstance(this, hostRef);
|
|
5449
|
-
this.
|
|
5450
|
-
this.
|
|
5451
|
-
this.
|
|
5449
|
+
this.dropiClose = createEvent(this, "dropiClose");
|
|
5450
|
+
this.dropiButtonClick = createEvent(this, "dropiButtonClick");
|
|
5451
|
+
this.dropiLinkClick = createEvent(this, "dropiLinkClick");
|
|
5452
5452
|
}
|
|
5453
5453
|
/** Alert message text (supports plain text) */
|
|
5454
5454
|
message = '';
|
|
@@ -5463,9 +5463,9 @@ class DropiAlert {
|
|
|
5463
5463
|
/** Action button label */
|
|
5464
5464
|
buttonText = 'Close';
|
|
5465
5465
|
/** Anchor/link label */
|
|
5466
|
-
anchorText = '
|
|
5466
|
+
anchorText = '';
|
|
5467
5467
|
/** Anchor href */
|
|
5468
|
-
anchorUrl = '
|
|
5468
|
+
anchorUrl = '';
|
|
5469
5469
|
/** Whether the alert is visible */
|
|
5470
5470
|
showAlert = true;
|
|
5471
5471
|
/** Link text (alternative to anchorText) */
|
|
@@ -5475,15 +5475,15 @@ class DropiAlert {
|
|
|
5475
5475
|
/** Clicked text tracking */
|
|
5476
5476
|
clickedText = '';
|
|
5477
5477
|
/** Emitted when the alert is dismissed */
|
|
5478
|
-
|
|
5478
|
+
dropiClose;
|
|
5479
5479
|
/** Emitted when the action button is clicked */
|
|
5480
|
-
|
|
5480
|
+
dropiButtonClick;
|
|
5481
5481
|
/** Emitted when the anchor link is clicked */
|
|
5482
|
-
|
|
5482
|
+
dropiLinkClick;
|
|
5483
5483
|
render() {
|
|
5484
5484
|
if (!this.showAlert)
|
|
5485
5485
|
return null;
|
|
5486
|
-
return (hAsync("div", { class: { 'alert': true, [`alert--${this.type}`]: true, [`alert--${this.state}`]: true } }, this.type !== 'flag' && (hAsync("div", { class: "alert__icon" }, hAsync("dropi-icon", { name: STATE_ICONS[this.state],
|
|
5486
|
+
return (hAsync("div", { class: { 'alert': true, [`alert--${this.type}`]: true, [`alert--${this.state}`]: true } }, this.type !== 'flag' && (hAsync("div", { class: "alert__icon" }, hAsync("dropi-icon", { name: STATE_ICONS[this.state], iconWidth: "18px", iconHeight: "18px", color: STATE_COLORS[this.state] }))), hAsync("div", { class: "alert__body" }, hAsync("span", { class: "alert__message", innerHTML: this.message }), this.clickedText && (hAsync("a", { class: "alert__link", href: "#", onClick: (e) => { e.preventDefault(); this.dropiLinkClick.emit(); } }, this.clickedText)), (this.anchorText || this.textLink) && (hAsync("a", { class: "alert__link", href: this.anchorUrl || this.linkUrl || '#', onClick: (e) => { e.preventDefault(); this.dropiLinkClick.emit(); } }, this.anchorText || this.textLink))), hAsync("div", { class: "alert__actions" }, this.showButton && this.buttonText && this.type !== 'flag' && (hAsync("button", { class: "alert__btn", onClick: () => this.dropiButtonClick.emit() }, this.buttonText)), this.dismissable && (hAsync("button", { class: "alert__close", onClick: () => { this.showAlert = false; this.dropiClose.emit(); }, "aria-label": "Cerrar" }, hAsync("dropi-icon", { name: "Close-small", iconWidth: "18px", iconHeight: "18px", color: "Gray-Gray-500" }))))));
|
|
5487
5487
|
}
|
|
5488
5488
|
static get style() { return dropiAlertCss(); }
|
|
5489
5489
|
static get cmpMeta() { return {
|
|
@@ -5574,10 +5574,10 @@ const dropiAlertModalCss = () => `:host{display:contents}.body-alert{display:fle
|
|
|
5574
5574
|
class DropiAlertModal {
|
|
5575
5575
|
constructor(hostRef) {
|
|
5576
5576
|
registerInstance(this, hostRef);
|
|
5577
|
-
this.
|
|
5578
|
-
this.
|
|
5579
|
-
this.
|
|
5580
|
-
this.
|
|
5577
|
+
this.dropiPrimaryClick = createEvent(this, "dropiPrimaryClick");
|
|
5578
|
+
this.dropiSecondaryClick = createEvent(this, "dropiSecondaryClick");
|
|
5579
|
+
this.dropiVisibleChange = createEvent(this, "dropiVisibleChange");
|
|
5580
|
+
this.dropiHide = createEvent(this, "dropiHide");
|
|
5581
5581
|
}
|
|
5582
5582
|
/** Controls visibility */
|
|
5583
5583
|
visible = false;
|
|
@@ -5608,6 +5608,10 @@ class DropiAlertModal {
|
|
|
5608
5608
|
isStep = false;
|
|
5609
5609
|
/** Base z-index for the internal modal overlay (matches Angular `baseZIndex`) */
|
|
5610
5610
|
baseZIndex = 0;
|
|
5611
|
+
/**
|
|
5612
|
+
* Use White Label (MB) illustration style instead of Lottie animation.
|
|
5613
|
+
*/
|
|
5614
|
+
isWhiteLabel = false;
|
|
5611
5615
|
/**
|
|
5612
5616
|
* Convenience object prop — matches Angular `params: ModalParams`.
|
|
5613
5617
|
* Fields: tittle, type, message, primaryButton, secondaryButton, loadingTitle,
|
|
@@ -5638,13 +5642,13 @@ class DropiAlertModal {
|
|
|
5638
5642
|
this.displayButtons = val.displayButtons;
|
|
5639
5643
|
}
|
|
5640
5644
|
/** Emitted when primary button is clicked — matches Angular 'primaryButtonEvent' */
|
|
5641
|
-
|
|
5645
|
+
dropiPrimaryClick;
|
|
5642
5646
|
/** Emitted when secondary button is clicked — matches Angular 'secondaryButtonEvent' */
|
|
5643
|
-
|
|
5647
|
+
dropiSecondaryClick;
|
|
5644
5648
|
/** Emitted when modal open state changes — matches Angular 'modalOpenChange' */
|
|
5645
|
-
|
|
5649
|
+
dropiVisibleChange;
|
|
5646
5650
|
/** Emitted when modal is hidden — matches Angular 'onHide' */
|
|
5647
|
-
|
|
5651
|
+
dropiHide;
|
|
5648
5652
|
lottieMap = {
|
|
5649
5653
|
question: '/assets/lottie-files/question.json',
|
|
5650
5654
|
warning: '/assets/lottie-files/warning.json',
|
|
@@ -5663,26 +5667,26 @@ class DropiAlertModal {
|
|
|
5663
5667
|
this.visible = false;
|
|
5664
5668
|
}
|
|
5665
5669
|
handlePrimary() {
|
|
5666
|
-
this.
|
|
5670
|
+
this.dropiPrimaryClick.emit(true);
|
|
5667
5671
|
if (!this.isStep) {
|
|
5668
5672
|
this.visible = false;
|
|
5669
|
-
this.
|
|
5673
|
+
this.dropiVisibleChange.emit(false);
|
|
5670
5674
|
}
|
|
5671
5675
|
}
|
|
5672
5676
|
handleSecondary() {
|
|
5673
|
-
this.
|
|
5677
|
+
this.dropiSecondaryClick.emit(true);
|
|
5674
5678
|
this.visible = false;
|
|
5675
|
-
this.
|
|
5679
|
+
this.dropiVisibleChange.emit(false);
|
|
5676
5680
|
}
|
|
5677
5681
|
onModalHide() {
|
|
5678
5682
|
this.visible = false;
|
|
5679
|
-
this.
|
|
5680
|
-
this.
|
|
5683
|
+
this.dropiVisibleChange.emit(false);
|
|
5684
|
+
this.dropiHide.emit();
|
|
5681
5685
|
}
|
|
5682
5686
|
render() {
|
|
5683
5687
|
const lottieKey = this.loading ? 'loading' : this.type;
|
|
5684
5688
|
const isLottieLoading = lottieKey === 'loading';
|
|
5685
|
-
return (hAsync("dropi-modal", { key: '
|
|
5689
|
+
return (hAsync("dropi-modal", { key: '322c59ea0a067a4c0cb28a5ffbe9cbc0c642eee6', visible: this.visible, showHeader: this.closable, showCloseIcon: this.closable, dismissable: false, closeOnEscape: false, showFooter: false, size: "s", onDropiHide: () => this.onModalHide() }, hAsync("div", { key: '06530f3da45738d1ed75a4e8b5b8b0b80dfd2647', class: "body-alert" }, this.lottieMap[lottieKey] && (hAsync("div", { key: '7a4ab4fbbdf3cbbacfa22f918d212b788f4392a4', class: `lottie-img${isLottieLoading ? ' lottie-img--loading' : ''}` }, hAsync("lottie-player", { key: lottieKey, src: this.lottieMap[lottieKey], background: "transparent", speed: "1", loop: true, autoplay: true }))), hAsync("div", { key: '0e72f42d10c59047e82df8b2842affd38ab60fc7', class: "content-alert" }, hAsync("h2", { key: '8262de8fbcf5b87fbac34740d34d99d0b6ff921d' }, this.loading ? this.loadingTitle : this.tittle), hAsync("p", { key: 'ca9c734e0b9686bff7e2616ae98224446ac0ca33' }, this.loading ? this.loadingMessage : this.message)), hAsync("div", { key: '1b5edb3af1044cb0dd0b57a425517b1d824672be', class: "custom-content" }, hAsync("slot", { key: '57f4a8acdbcf8a11445f7c8233355bb4ac46c9ab' })), !this.loading && this.displayButtons && (hAsync("div", { key: '32580f42d98f628b4c1d1f300b5a3aaaa1be2486', class: "actions" }, this.secondaryButton && hAsync("dropi-button", { key: 'dcf8707a7f4d8b80126a10022dd6de1c0ea44dc7', text: this.secondaryButton, severity: "secondary", onDropiClick: () => this.handleSecondary(), fullWidth: true }), hAsync("dropi-button", { key: '3ed494fc7a83021174c4d006ae4327348d400e93', text: this.primaryButton, severity: "primary", onDropiClick: () => this.handlePrimary(), fullWidth: true }))))));
|
|
5686
5690
|
}
|
|
5687
5691
|
static get watchers() { return {
|
|
5688
5692
|
"params": [{
|
|
@@ -5707,6 +5711,7 @@ class DropiAlertModal {
|
|
|
5707
5711
|
"loadingMessage": [1025, "loading-message"],
|
|
5708
5712
|
"isStep": [4, "is-step"],
|
|
5709
5713
|
"baseZIndex": [2, "base-z-index"],
|
|
5714
|
+
"isWhiteLabel": [4, "is-white-label"],
|
|
5710
5715
|
"params": [8],
|
|
5711
5716
|
"show": [64],
|
|
5712
5717
|
"hide": [64]
|
|
@@ -5826,7 +5831,7 @@ class DropiBadgeLegacy {
|
|
|
5826
5831
|
count = 0;
|
|
5827
5832
|
render() {
|
|
5828
5833
|
const isCounter = this.type === 'counter';
|
|
5829
|
-
return (hAsync("div", { key: '
|
|
5834
|
+
return (hAsync("div", { key: '58bb5c6625539109f010cccdcaafc37ab6da38ba', class: {
|
|
5830
5835
|
'badge-legacy': true,
|
|
5831
5836
|
[`badge-legacy--${this.variant}`]: true,
|
|
5832
5837
|
[`badge-legacy--${this.type}`]: true
|
|
@@ -5864,8 +5869,8 @@ const dropiBannerExternalCss = () => `:host{display:block;width:100%}.dropi-bann
|
|
|
5864
5869
|
class DropiBannerExternal {
|
|
5865
5870
|
constructor(hostRef) {
|
|
5866
5871
|
registerInstance(this, hostRef);
|
|
5867
|
-
this.bannerClick = createEvent(this, "bannerClick"
|
|
5868
|
-
this.isVisible = createEvent(this, "isVisible"
|
|
5872
|
+
this.bannerClick = createEvent(this, "bannerClick");
|
|
5873
|
+
this.isVisible = createEvent(this, "isVisible");
|
|
5869
5874
|
}
|
|
5870
5875
|
/** Image URL to display */
|
|
5871
5876
|
imageUrl = '';
|
|
@@ -5911,7 +5916,7 @@ class DropiBannerExternal {
|
|
|
5911
5916
|
render() {
|
|
5912
5917
|
if (this.closed || !this.imageUrl)
|
|
5913
5918
|
return null;
|
|
5914
|
-
const inner = (hAsync("div", { class: "inner" }, hAsync("img", { src: this.imageUrl, alt: this.alt }), hAsync("button", { class: "close-btn", "aria-label": "Cerrar banner", onClick: (e) => this.closeBanner(e) }, hAsync("dropi-icon", { name: "Close-small",
|
|
5919
|
+
const inner = (hAsync("div", { class: "inner" }, hAsync("img", { src: this.imageUrl, alt: this.alt }), hAsync("button", { class: "close-btn", "aria-label": "Cerrar banner", onClick: (e) => this.closeBanner(e) }, hAsync("dropi-icon", { name: "Close-small", iconWidth: "20px", iconHeight: "20px", color: "Gray-Gray-600" }))));
|
|
5915
5920
|
return (hAsync("div", { class: "dropi-banner-external", style: { background: this.backgroundColor } }, this.link ? (hAsync("a", { href: this.link, target: "_blank", rel: "noopener noreferrer", onClick: (e) => this.handleClick(e) }, inner)) : (hAsync("div", { class: "click-wrapper", onClick: (e) => this.handleClick(e) }, inner))));
|
|
5916
5921
|
}
|
|
5917
5922
|
static get style() { return dropiBannerExternalCss(); }
|
|
@@ -5948,7 +5953,7 @@ const dropiBreadcrumbCss = () => `:host{display:block}*,*::before,*::after{box-s
|
|
|
5948
5953
|
class DropiBreadcrumb {
|
|
5949
5954
|
constructor(hostRef) {
|
|
5950
5955
|
registerInstance(this, hostRef);
|
|
5951
|
-
this.dropiNavigate = createEvent(this, "dropiNavigate"
|
|
5956
|
+
this.dropiNavigate = createEvent(this, "dropiNavigate");
|
|
5952
5957
|
}
|
|
5953
5958
|
/** Breadcrumb items (array or JSON string). Last item is rendered as current. */
|
|
5954
5959
|
items = [];
|
|
@@ -5973,14 +5978,14 @@ class DropiBreadcrumb {
|
|
|
5973
5978
|
}
|
|
5974
5979
|
render() {
|
|
5975
5980
|
const items = this.parsedItems;
|
|
5976
|
-
return (hAsync("nav", { key: 'c4546d7a0c7852e01f685176b5365f1e0082ad24', class: "breadcrumb", "aria-label": "Breadcrumb" }, hAsync("div", { key: '924ab634ae4e71f6bd39a67b4b3889cdca20234d', class: "crumb-list" }, hAsync("div", { key: 'e7b1b285bdd497a028a041ada1eb8b34f77384b0', class: "crumb-home" }, hAsync("a", { key: '9e288d5f5761daed20b35dbf056c7de9c2e7b8e3', href: this.homeRoute, class: "home-link", "aria-label": "Inicio", onClick: (e) => { e.preventDefault(); this.dropiNavigate.emit(this.homeRoute); } }, hAsync("dropi-icon", { key: '
|
|
5981
|
+
return (hAsync("nav", { key: 'c4546d7a0c7852e01f685176b5365f1e0082ad24', class: "breadcrumb", "aria-label": "Breadcrumb" }, hAsync("div", { key: '924ab634ae4e71f6bd39a67b4b3889cdca20234d', class: "crumb-list" }, hAsync("div", { key: 'e7b1b285bdd497a028a041ada1eb8b34f77384b0', class: "crumb-home" }, hAsync("a", { key: '9e288d5f5761daed20b35dbf056c7de9c2e7b8e3', href: this.homeRoute, class: "home-link", "aria-label": "Inicio", onClick: (e) => { e.preventDefault(); this.dropiNavigate.emit(this.homeRoute); } }, hAsync("dropi-icon", { key: '803ab6d710976b341f19ad7d49fde670acc2c466', name: this.homeIconName, iconWidth: "16px", color: "Gray-Gray-500" })), items.length > 0 && (hAsync("dropi-icon", { key: '44d1cad9efa9cbc6a52bc26a2229af6680cd8733', name: "Dropdown-Right", iconWidth: "16px", color: "Gray-Gray-500" }))), items.map((item, idx) => {
|
|
5977
5982
|
const isLast = idx === items.length - 1;
|
|
5978
5983
|
const href = item.url || item.routerLink || '#';
|
|
5979
5984
|
return (hAsync("div", { class: "crumb", key: idx }, (!isLast || this.lastItemClickable) ? (hAsync("a", { class: `crumb-link Body-S-Regular${item.disabled ? ' disabled' : ''}`, href: href, onClick: (e) => {
|
|
5980
5985
|
e.preventDefault();
|
|
5981
5986
|
if (!item.disabled)
|
|
5982
5987
|
this.dropiNavigate.emit(item);
|
|
5983
|
-
} }, item.label)) : (hAsync("span", { class: "current Body-S-Regular", "aria-current": "page" }, item.label)), !isLast && (hAsync("dropi-icon", { name: "Dropdown-Right",
|
|
5988
|
+
} }, item.label)) : (hAsync("span", { class: "current Body-S-Regular", "aria-current": "page" }, item.label)), !isLast && (hAsync("dropi-icon", { name: "Dropdown-Right", iconWidth: "16px", iconHeight: "16px", color: "Gray-Gray-500" }))));
|
|
5984
5989
|
}))));
|
|
5985
5990
|
}
|
|
5986
5991
|
static get style() { return dropiBreadcrumbCss(); }
|
|
@@ -5999,7 +6004,7 @@ class DropiBreadcrumb {
|
|
|
5999
6004
|
}; }
|
|
6000
6005
|
}
|
|
6001
6006
|
|
|
6002
|
-
const dropiButtonCss = () => `:host{display:inline-block}:host([full-width]){display:flex;width:100%}:host([full-width]) .btn{width:100%}*,*::before,*::after{box-sizing:border-box}.btn{all:unset;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:var(--Size-1, 4px);border-radius:var(--Border-2, 8px);font-weight:var(--font-weight-bold);min-width:33px;line-height:110%;cursor:pointer;white-space:nowrap;transition:background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease}.btn:active{transition:transform 0.01s ease-out;transform:scale(0.98)}.btn:hover:not(:active){transform:scale(1.01)}.btn.without-text{gap:0}.btn.large{padding:var(--Size-4, 16px);font-size:var(--Size-4, 16px);height:48px}.btn.normal{padding:var(--Size-3, 12px);font-size:var(--font-size-s, 12px);height:40px}.btn.small{padding:var(--Size-2, 8px);font-size:var(--font-size-s, 12px);height:29px}.btn.disabled,.btn.loading{cursor:not-allowed;pointer-events:none}.btn.primary.default{background:var(--Primary-Primary-500, #f49a3d);color:var(--Neutral-White, #ffffff)}.btn.primary.default:hover{background:var(--Primary-Primary-600, #e58017)}.btn.primary.success{background:var(--Success-Success-500, #0abb87);color:var(--Neutral-White, #ffffff)}.btn.primary.success:hover{background:var(--Success-Success-600, #09aa7b)}.btn.primary.info{background:var(--Info-Info-500, #50a5f1);color:var(--Neutral-White, #ffffff)}.btn.primary.info:hover{background:var(--Info-Info-600, #4996db)}.btn.primary.error{background:var(--Error-Error-500, #f46a6b);color:var(--Neutral-White, #ffffff)}.btn.primary.error:hover{background:var(--Error-Error-600, #de6061)}.btn.primary.warning{background:var(--Warning-Warning-500, #f1b44c);color:var(--Neutral-White, #ffffff)}.btn.primary.warning:hover{background:var(--Warning-Warning-600, #dba445)}.btn.primary.legacy{background:var(--Secondary-Secondary-500, #008dbf);color:var(--Neutral-White, #ffffff)}.btn.primary.legacy:hover{background:var(--Secondary-Secondary-600, #007199)}.btn.primary.disabled.default{background:var(--Primary-Primary-300, #f2bc85);color:var(--Neutral-White, #ffffff)}.btn.primary.disabled.success{background:var(--Success-Success-300, #5bd1af);color:var(--Neutral-White, #ffffff)}.btn.primary.disabled.info{background:var(--Info-Info-300, #8ac3f6);color:var(--Neutral-White, #ffffff)}.btn.primary.disabled.error{background:var(--Error-Error-300, #f89b9c);color:var(--Neutral-White, #ffffff)}.btn.primary.disabled.warning{background:var(--Warning-Warning-300, #f6cd87);color:var(--Neutral-White, #ffffff)}.btn.primary.disabled.legacy{background:var(--Secondary-Secondary-300, #62bad9);color:var(--Neutral-White, #ffffff)}.btn.secondary{background:var(--Neutral-White, #ffffff);border:1px solid}.btn.secondary.default{border-color:var(--Primary-Primary-500, #f49a3d);color:var(--Primary-Primary-500, #f49a3d)}.btn.secondary.default:hover{color:var(--Primary-Primary-600, #e58017);border-color:var(--Primary-Primary-600, #e58017)}.btn.secondary.success{border-color:var(--Success-Success-500, #0abb87);color:var(--Success-Success-500, #0abb87)}.btn.secondary.success:hover{color:var(--Success-Success-600, #09aa7b);border-color:var(--Success-Success-600, #09aa7b)}.btn.secondary.info{border-color:var(--Info-Info-500, #50a5f1);color:var(--Info-Info-500, #50a5f1)}.btn.secondary.info:hover{color:var(--Info-Info-600, #4996db);border-color:var(--Info-Info-600, #4996db)}.btn.secondary.error{border-color:var(--Error-Error-500, #f46a6b);color:var(--Error-Error-500, #f46a6b)}.btn.secondary.error:hover{color:var(--Error-Error-600, #de6061);border-color:var(--Error-Error-600, #de6061)}.btn.secondary.warning{border-color:var(--Warning-Warning-500, #f1b44c);color:var(--Warning-Warning-500, #f1b44c)}.btn.secondary.warning:hover{color:var(--Warning-Warning-600, #dba445);border-color:var(--Warning-Warning-600, #dba445)}.btn.secondary.legacy{border-color:var(--Secondary-Secondary-500, #008dbf);color:var(--Secondary-Secondary-500, #008dbf)}.btn.secondary.legacy:hover{color:var(--Secondary-Secondary-600, #007199);border-color:var(--Secondary-Secondary-600, #007199)}.btn.secondary.disabled.default{border-color:var(--Primary-Primary-300, #f2bc85);color:var(--Primary-Primary-300, #f2bc85)}.btn.secondary.disabled.success{border-color:var(--Success-Success-300, #5bd1af);color:var(--Success-Success-300, #5bd1af)}.btn.secondary.disabled.info{border-color:var(--Info-Info-300, #8ac3f6);color:var(--Info-Info-300, #8ac3f6)}.btn.secondary.disabled.error{border-color:var(--Error-Error-300, #f89b9c);color:var(--Error-Error-300, #f89b9c)}.btn.secondary.disabled.warning{border-color:var(--Warning-Warning-300, #f6cd87);color:var(--Warning-Warning-300, #f6cd87)}.btn.secondary.disabled.legacy{border-color:var(--Secondary-Secondary-300, #62bad9);color:var(--Secondary-Secondary-300, #62bad9)}.btn.tertiary{background:none;border:none}.btn.tertiary.default,.btn.tertiary.legacy{border:
|
|
6007
|
+
const dropiButtonCss = () => `:host{display:inline-block;border:0}:host([full-width]){display:flex;width:100%}:host([full-width]) .btn{width:100%}*,*::before,*::after{box-sizing:border-box}.btn{all:unset;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:var(--Size-1, 4px);border-radius:var(--Border-2, 8px);font-weight:var(--font-weight-bold);min-width:33px;line-height:110%;cursor:pointer;white-space:nowrap;transition:background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease}.btn:active{transition:transform 0.01s ease-out;transform:scale(0.98)}.btn:hover:not(:active){transform:scale(1.01)}.btn.without-text{gap:0}.btn.large{padding:var(--Size-4, 16px);font-size:var(--Size-4, 16px);height:48px}.btn.normal{padding:var(--Size-3, 12px);font-size:var(--font-size-s, 12px);height:40px}.btn.small{padding:var(--Size-2, 8px);font-size:var(--font-size-s, 12px);height:29px}.btn.disabled,.btn.loading{cursor:not-allowed;pointer-events:none}.btn.primary.default{background:var(--Primary-Primary-500, #f49a3d);color:var(--Neutral-White, #ffffff)}.btn.primary.default:hover{background:var(--Primary-Primary-600, #e58017)}.btn.primary.success{background:var(--Success-Success-500, #0abb87);color:var(--Neutral-White, #ffffff)}.btn.primary.success:hover{background:var(--Success-Success-600, #09aa7b)}.btn.primary.info{background:var(--Info-Info-500, #50a5f1);color:var(--Neutral-White, #ffffff)}.btn.primary.info:hover{background:var(--Info-Info-600, #4996db)}.btn.primary.error{background:var(--Error-Error-500, #f46a6b);color:var(--Neutral-White, #ffffff)}.btn.primary.error:hover{background:var(--Error-Error-600, #de6061)}.btn.primary.warning{background:var(--Warning-Warning-500, #f1b44c);color:var(--Neutral-White, #ffffff)}.btn.primary.warning:hover{background:var(--Warning-Warning-600, #dba445)}.btn.primary.legacy{background:var(--Secondary-Secondary-500, #008dbf);color:var(--Neutral-White, #ffffff)}.btn.primary.legacy:hover{background:var(--Secondary-Secondary-600, #007199)}.btn.primary.disabled.default{background:var(--Primary-Primary-300, #f2bc85);color:var(--Neutral-White, #ffffff)}.btn.primary.disabled.success{background:var(--Success-Success-300, #5bd1af);color:var(--Neutral-White, #ffffff)}.btn.primary.disabled.info{background:var(--Info-Info-300, #8ac3f6);color:var(--Neutral-White, #ffffff)}.btn.primary.disabled.error{background:var(--Error-Error-300, #f89b9c);color:var(--Neutral-White, #ffffff)}.btn.primary.disabled.warning{background:var(--Warning-Warning-300, #f6cd87);color:var(--Neutral-White, #ffffff)}.btn.primary.disabled.legacy{background:var(--Secondary-Secondary-300, #62bad9);color:var(--Neutral-White, #ffffff)}.btn.secondary{background:var(--Neutral-White, #ffffff);border:1px solid}.btn.secondary.default{border-color:var(--Primary-Primary-500, #f49a3d);color:var(--Primary-Primary-500, #f49a3d)}.btn.secondary.default:hover{color:var(--Primary-Primary-600, #e58017);border-color:var(--Primary-Primary-600, #e58017)}.btn.secondary.success{border-color:var(--Success-Success-500, #0abb87);color:var(--Success-Success-500, #0abb87)}.btn.secondary.success:hover{color:var(--Success-Success-600, #09aa7b);border-color:var(--Success-Success-600, #09aa7b)}.btn.secondary.info{border-color:var(--Info-Info-500, #50a5f1);color:var(--Info-Info-500, #50a5f1)}.btn.secondary.info:hover{color:var(--Info-Info-600, #4996db);border-color:var(--Info-Info-600, #4996db)}.btn.secondary.error{border-color:var(--Error-Error-500, #f46a6b);color:var(--Error-Error-500, #f46a6b)}.btn.secondary.error:hover{color:var(--Error-Error-600, #de6061);border-color:var(--Error-Error-600, #de6061)}.btn.secondary.warning{border-color:var(--Warning-Warning-500, #f1b44c);color:var(--Warning-Warning-500, #f1b44c)}.btn.secondary.warning:hover{color:var(--Warning-Warning-600, #dba445);border-color:var(--Warning-Warning-600, #dba445)}.btn.secondary.legacy{border-color:var(--Secondary-Secondary-500, #008dbf);color:var(--Secondary-Secondary-500, #008dbf)}.btn.secondary.legacy:hover{color:var(--Secondary-Secondary-600, #007199);border-color:var(--Secondary-Secondary-600, #007199)}.btn.secondary.disabled.default{border-color:var(--Primary-Primary-300, #f2bc85);color:var(--Primary-Primary-300, #f2bc85)}.btn.secondary.disabled.success{border-color:var(--Success-Success-300, #5bd1af);color:var(--Success-Success-300, #5bd1af)}.btn.secondary.disabled.info{border-color:var(--Info-Info-300, #8ac3f6);color:var(--Info-Info-300, #8ac3f6)}.btn.secondary.disabled.error{border-color:var(--Error-Error-300, #f89b9c);color:var(--Error-Error-300, #f89b9c)}.btn.secondary.disabled.warning{border-color:var(--Warning-Warning-300, #f6cd87);color:var(--Warning-Warning-300, #f6cd87)}.btn.secondary.disabled.legacy{border-color:var(--Secondary-Secondary-300, #62bad9);color:var(--Secondary-Secondary-300, #62bad9)}.btn.tertiary{background:none;border:none}.btn.tertiary.default,.btn.tertiary.legacy{border:none !important;box-shadow:none !important;color:var(--Gray-Gray-500, #69738c)}.btn.tertiary.default:hover,.btn.tertiary.legacy:hover{background:var(--Gray-Gray-50, #f5f6f8);box-shadow:none !important;color:var(--Gray-Gray-600, #475066)}.btn.tertiary.success{color:var(--Success-Success-500, #0abb87)}.btn.tertiary.success:hover{background:var(--Success-Success-50, #e7f8f3)}.btn.tertiary.info{color:var(--Info-Info-500, #50a5f1)}.btn.tertiary.info:hover{background:var(--Info-Info-50, #eef6fe)}.btn.tertiary.error{color:var(--Error-Error-500, #f46a6b)}.btn.tertiary.error:hover{background:var(--Error-Error-50, #fef0f0)}.btn.tertiary.warning{color:var(--Warning-Warning-500, #f1b44c)}.btn.tertiary.warning:hover{background:var(--Warning-Warning-50, #fef8ed)}.btn.tertiary.dropdown{color:var(--Gray-Gray-500, #69738c);font-weight:var(--font-weight-regular);font-size:var(--font-size-s);background:transparent}.btn.tertiary.disabled.default,.btn.tertiary.disabled.legacy{border:none !important;color:var(--Gray-Gray-400, #858ea6)}.btn.tertiary.disabled.success{color:var(--Success-Success-300, #5bd1af)}.btn.tertiary.disabled.info{color:var(--Info-Info-300, #8ac3f6)}.btn.tertiary.disabled.error{color:var(--Error-Error-300, #f89b9c)}.btn.tertiary.disabled.warning{color:var(--Warning-Warning-300, #f6cd87)}.spin{animation:spin 1s linear infinite}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}`;
|
|
6003
6008
|
|
|
6004
6009
|
/**
|
|
6005
6010
|
* @component dropi-button
|
|
@@ -6009,7 +6014,7 @@ const dropiButtonCss = () => `:host{display:inline-block}:host([full-width]){dis
|
|
|
6009
6014
|
class DropiButton {
|
|
6010
6015
|
constructor(hostRef) {
|
|
6011
6016
|
registerInstance(this, hostRef);
|
|
6012
|
-
this.
|
|
6017
|
+
this.dropiClick = createEvent(this, "dropiClick");
|
|
6013
6018
|
}
|
|
6014
6019
|
/** Visual color palette */
|
|
6015
6020
|
type = 'default';
|
|
@@ -6030,7 +6035,7 @@ class DropiButton {
|
|
|
6030
6035
|
/** Button label */
|
|
6031
6036
|
text = '';
|
|
6032
6037
|
/** Emitted on click (not emitted when disabled or loading) */
|
|
6033
|
-
|
|
6038
|
+
dropiClick;
|
|
6034
6039
|
colorMap = {
|
|
6035
6040
|
default: 'Primary-Primary-',
|
|
6036
6041
|
success: 'Success-Success-',
|
|
@@ -6062,7 +6067,7 @@ class DropiButton {
|
|
|
6062
6067
|
}
|
|
6063
6068
|
handleClick(e) {
|
|
6064
6069
|
if (this.state !== 'disabled' && this.state !== 'loading') {
|
|
6065
|
-
this.
|
|
6070
|
+
this.dropiClick.emit(e);
|
|
6066
6071
|
}
|
|
6067
6072
|
}
|
|
6068
6073
|
renderLoadingSpinner() {
|
|
@@ -6073,7 +6078,7 @@ class DropiButton {
|
|
|
6073
6078
|
const hasText = (this.text ?? '') !== '';
|
|
6074
6079
|
const showPostIcon = (this.postIcon ?? '') !== '' || (this.type ?? 'default') === 'dropdown';
|
|
6075
6080
|
const dropdownIcon = (this.type ?? 'default') === 'dropdown' ? 'Dropdown-down' : (this.postIcon ?? '');
|
|
6076
|
-
return (hAsync("button", { key: '
|
|
6081
|
+
return (hAsync("button", { key: 'eefda6c7ac5090173a545d67e72073dc410ff05c', class: {
|
|
6077
6082
|
btn: true,
|
|
6078
6083
|
'without-text': !hasText,
|
|
6079
6084
|
[this.severity ?? 'primary']: true,
|
|
@@ -6081,7 +6086,7 @@ class DropiButton {
|
|
|
6081
6086
|
[this.size ?? 'normal']: true,
|
|
6082
6087
|
[this.state ?? 'default']: true,
|
|
6083
6088
|
'full-width': this.fullWidth,
|
|
6084
|
-
}, disabled: isDisabled, onClick: (e) => this.handleClick(e) }, this.preIcon && (hAsync("dropi-icon", { key: '
|
|
6089
|
+
}, disabled: isDisabled, onClick: (e) => this.handleClick(e) }, this.preIcon && (hAsync("dropi-icon", { key: '869ee8fc34dee93de0381a86db643c0fa9dc6918', name: this.preIcon, iconWidth: this.iconSize, iconHeight: this.iconSize, color: this.fontColor })), hasText && hAsync("span", { key: '927ef142b4c549d01b087722e9f6759cff44e6b2', class: "text" }, this.text), showPostIcon && (hAsync("dropi-icon", { key: 'cda1f5d0fa59a87abc1d3d73a87d4390f05f79eb', name: dropdownIcon, iconWidth: this.iconSize, iconHeight: this.iconSize, color: this.fontColor })), this.state === 'loading' && this.renderLoadingSpinner(), hAsync("slot", { key: 'c83dd79efe5d858361815878192c0c554a9234ca' })));
|
|
6085
6090
|
}
|
|
6086
6091
|
static get style() { return dropiButtonCss(); }
|
|
6087
6092
|
static get cmpMeta() { return {
|
|
@@ -6121,7 +6126,7 @@ const dropiCardCheckboxCss = () => `:host{display:block;width:100%}*,*::before,*
|
|
|
6121
6126
|
class DropiCardCheckbox {
|
|
6122
6127
|
constructor(hostRef) {
|
|
6123
6128
|
registerInstance(this, hostRef);
|
|
6124
|
-
this.
|
|
6129
|
+
this.dropiChange = createEvent(this, "dropiChange");
|
|
6125
6130
|
}
|
|
6126
6131
|
/** Visual type — matches Angular: 'default' | 'with card' */
|
|
6127
6132
|
type = 'default';
|
|
@@ -6138,7 +6143,7 @@ class DropiCardCheckbox {
|
|
|
6138
6143
|
/** Disables interaction */
|
|
6139
6144
|
disabled = false;
|
|
6140
6145
|
/** Emitted with the new checked state when clicked */
|
|
6141
|
-
|
|
6146
|
+
dropiChange;
|
|
6142
6147
|
get isChecked() {
|
|
6143
6148
|
return this.state === 'checked';
|
|
6144
6149
|
}
|
|
@@ -6146,15 +6151,15 @@ class DropiCardCheckbox {
|
|
|
6146
6151
|
if (this.disabled)
|
|
6147
6152
|
return;
|
|
6148
6153
|
this.state = this.isChecked ? 'default' : 'checked';
|
|
6149
|
-
this.
|
|
6154
|
+
this.dropiChange.emit(this.isChecked);
|
|
6150
6155
|
}
|
|
6151
6156
|
render() {
|
|
6152
|
-
return (hAsync("div", { key: '
|
|
6157
|
+
return (hAsync("div", { key: 'b9004c813a03956904cfed8484cac2d8290be86f', class: {
|
|
6153
6158
|
'container-card-check': true,
|
|
6154
6159
|
'default-card': this.type === 'default',
|
|
6155
6160
|
'is-checked': this.isChecked && this.type === 'with card',
|
|
6156
6161
|
'disabled': this.disabled,
|
|
6157
|
-
}, onClick: () => this.handleClick() }, hAsync("dropi-checkbox", { key: '
|
|
6162
|
+
}, onClick: () => this.handleClick() }, hAsync("dropi-checkbox", { key: '0c5c50811559c6472173fced2f04eee4626f118f', checked: this.isChecked, disabled: this.disabled }), hAsync("div", { key: '1cb17bf8aea55a498d451922942b4fba6d99492c', class: "container-text" }, hAsync("div", { key: '6e2eab2ae82c13cb4e7a654cc989530cee1122c6', class: "title-check" }, this.title), this.description && hAsync("div", { key: '040e5d8f633975bf3eb806835aae8aa308b1d4f8', class: "description-text" }, this.description)), (this.extraInfo || this.extraInfoDescription) && (hAsync("div", { key: 'a5c794b5f2fa249b309b2fb00a759aea5b9e0d6c', class: "extra-info" }, this.extraInfo && hAsync("div", { key: '1587e1a0801312fa8e759af2a367b36f842e1354' }, this.extraInfo), this.extraInfoDescription && hAsync("h4", { key: '930811071657dfbbeff7c2bdc4cd2c2776d38177' }, this.extraInfoDescription)))));
|
|
6158
6163
|
}
|
|
6159
6164
|
static get style() { return dropiCardCheckboxCss(); }
|
|
6160
6165
|
static get cmpMeta() { return {
|
|
@@ -6184,10 +6189,10 @@ const dropiCardProductCss = () => `:host{display:block;font-family:'Inter', sans
|
|
|
6184
6189
|
class DropiCardProduct {
|
|
6185
6190
|
constructor(hostRef) {
|
|
6186
6191
|
registerInstance(this, hostRef);
|
|
6187
|
-
this.
|
|
6188
|
-
this.
|
|
6189
|
-
this.dropiAddProduct = createEvent(this, "dropiAddProduct"
|
|
6190
|
-
this.dropiSupplierClick = createEvent(this, "dropiSupplierClick"
|
|
6192
|
+
this.dropiProductClick = createEvent(this, "dropiProductClick");
|
|
6193
|
+
this.dropiFavoriteChange = createEvent(this, "dropiFavoriteChange");
|
|
6194
|
+
this.dropiAddProduct = createEvent(this, "dropiAddProduct");
|
|
6195
|
+
this.dropiSupplierClick = createEvent(this, "dropiSupplierClick");
|
|
6191
6196
|
}
|
|
6192
6197
|
/** Product image URL */
|
|
6193
6198
|
image = '';
|
|
@@ -6214,9 +6219,9 @@ class DropiCardProduct {
|
|
|
6214
6219
|
/** Show "Enviar a cliente" button */
|
|
6215
6220
|
showAddButton = true;
|
|
6216
6221
|
/** Emitted when card is clicked — matches Angular 'onProductClick' */
|
|
6217
|
-
|
|
6222
|
+
dropiProductClick;
|
|
6218
6223
|
/** Emitted when favorite toggled — matches Angular 'changeFavorite' */
|
|
6219
|
-
|
|
6224
|
+
dropiFavoriteChange;
|
|
6220
6225
|
/** Emitted when "Enviar a cliente" button clicked */
|
|
6221
6226
|
dropiAddProduct;
|
|
6222
6227
|
/** Emitted when supplier name clicked */
|
|
@@ -6237,17 +6242,17 @@ class DropiCardProduct {
|
|
|
6237
6242
|
return 'var(--Success-Success-500, #0abb87)';
|
|
6238
6243
|
}
|
|
6239
6244
|
render() {
|
|
6240
|
-
return (hAsync("div", { key: '
|
|
6245
|
+
return (hAsync("div", { key: '2fe4ce42e1c331a99fd1171c82e6e48bfb5dbff0', class: "dropi-card-product", onClick: () => this.dropiProductClick.emit() }, hAsync("div", { key: '3f94077ee059e347f3ff4fff808a3a3f3a0ac827', class: "product-image-container" }, hAsync("div", { key: '1d6e8181cc630ab03efc90e316c349dfe9765b46', class: "product-image" }, hAsync("img", { key: 'f6647c21ac24d378482c6e6fe5220d6d18ff694b', src: this.image || '', alt: this.productName, onError: (e) => {
|
|
6241
6246
|
e.target.src = './assets/utils/no-image.jpg';
|
|
6242
|
-
}, class: !this.image ? 'error-img' : '' }), this.showFavorite && (hAsync("button", { key: '
|
|
6247
|
+
}, class: !this.image ? 'error-img' : '' }), this.showFavorite && (hAsync("button", { key: '37c23af5e1345e2f2b2ac42dd38f88eb17254889', class: { 'favorite-button': true, 'favorite-active': this.isFavorite }, onClick: (e) => {
|
|
6243
6248
|
e.stopPropagation();
|
|
6244
6249
|
this.isFavorite = !this.isFavorite;
|
|
6245
|
-
this.
|
|
6246
|
-
}, "aria-label": "Favorito" }, hAsync("dropi-icon", { key: '
|
|
6250
|
+
this.dropiFavoriteChange.emit(this.isFavorite);
|
|
6251
|
+
}, "aria-label": "Favorito" }, hAsync("dropi-icon", { key: 'c6d6c87dcb5ae0f9a0d416667a3d39c7e153b7a6', name: this.isFavorite ? 'Heart-solid' : 'Heart', iconWidth: "18px", iconHeight: "18px", color: this.isFavorite ? '#fff' : '#858ea6' }))))), hAsync("div", { key: '66dbcb028acb35e9a43502e9ff9a00fd2ebf8bf2', class: "product-info" }, this.supplierCategory && (hAsync("dropi-ilustration-icon", { key: 'fd3d94e953a6b91418decc09ed426755a85bac1b', class: "supplier-insignia", type: "insignia", stateInsignia: this.supplierCategory, tagProduct: true })), hAsync("div", { key: '45817e3bb0bfdaa0ec8cb4a23fdac1bb943e93dc', class: "product-header" }, this.category && (hAsync("span", { key: 'c721519a5339a2ac40d20c283bbe8797b78e4b27', class: "category" }, this.category)), hAsync("div", { key: '49f5013738dfffcdb83dfde628f5d1d21164c3d2', class: "stock-info" }, hAsync("span", { key: 'bd49d5069d07b3ae10ac9c85a4b84bbb573f926e', class: "stock-label" }, "Stock:"), hAsync("span", { key: 'd0eefb88240c13c9c56e7470e79cbacc9d86caf4', class: "stock-value", style: { color: this.getStockColor() } }, this.stock === 0 ? 'Agotado' : this.stock))), hAsync("h3", { key: 'a880d0df13af0b75d553daf18e876905b93e6ef1', class: "product-name" }, this.productName), this.supplier && (hAsync("div", { key: 'faa82e269979084e7510b6a17fb1f3caee8ad181', class: "supplier-info" }, hAsync("span", { key: 'b4b223620c58cb30945b1c6be50559614937eb5f', class: "supplier-label" }, "Proveedor:"), hAsync("span", { key: '989580f42383c3b6adb6484a493d1293a2a11904', class: "supplier-name", onClick: (e) => { e.stopPropagation(); this.dropiSupplierClick.emit(); } }, this.supplier))), hAsync("div", { key: '451c1ab830c7ab38c4e414e94f11f63ffcf86162', class: "price-container" }, hAsync("div", { key: '755f3f8aac6f7b1d458d28b74dec2734b42794a6', class: "price-item" }, hAsync("span", { key: 'fff0a718b4f22641adcd28bbcb7e81a0f21755e9', class: "price-label" }, "Precio proveedor"), hAsync("span", { key: '5bb6843a4a293195f0dbda5c3eccfc4f38c719b1', class: "price-value" }, this.currency, " ", this.formatPrice(this.salePrice))), hAsync("div", { key: '468b1d7596ec5d727846a087b5d89461c5fef858', class: "price-item" }, hAsync("span", { key: '91b15e4d58d27997b2dfdb9c73fd417a8f8ba5fb', class: "price-label" }, "Precio sugerido"), hAsync("span", { key: '378483760ffac07491f5b65b37d5e27d41423ec5', class: "price-value" }, this.currency, " ", this.formatPrice(this.suggestedPrice))))), hAsync("div", { key: '71467832049894083ea3454618a12d082cb15844', class: "separator" }), this.showAddButton && (hAsync("div", { key: 'f9f0450e3dfa2b91ae7caa468811cc739d7a280e', class: { 'action-button': true, 'action-button--disabled': !this.inStock }, onClick: (e) => {
|
|
6247
6252
|
e.stopPropagation();
|
|
6248
6253
|
if (this.inStock)
|
|
6249
6254
|
this.dropiAddProduct.emit();
|
|
6250
|
-
} }, hAsync("dropi-icon", { key: '
|
|
6255
|
+
} }, hAsync("dropi-icon", { key: '50a9fad974460c2728fb1fca74628d093cbb1875', name: "Shopping-cart-arrow-rigth", iconWidth: "20px", iconHeight: "20px", color: "#f49a3d" }), hAsync("span", { key: 'f5ac44dd20e01bc644e863c3cbf51e3493821e70', class: "button-text" }, "Enviar a cliente")))));
|
|
6251
6256
|
}
|
|
6252
6257
|
static get style() { return dropiCardProductCss(); }
|
|
6253
6258
|
static get cmpMeta() { return {
|
|
@@ -6282,8 +6287,8 @@ const dropiCardSectionCss = () => `:host{display:block;width:100%}*,*::before,*:
|
|
|
6282
6287
|
class DropiCardSection {
|
|
6283
6288
|
constructor(hostRef) {
|
|
6284
6289
|
registerInstance(this, hostRef);
|
|
6285
|
-
this.
|
|
6286
|
-
this.
|
|
6290
|
+
this.dropiChange = createEvent(this, "dropiChange");
|
|
6291
|
+
this.dropiClick = createEvent(this, "dropiClick");
|
|
6287
6292
|
}
|
|
6288
6293
|
/** Section title — matches Angular 'title' */
|
|
6289
6294
|
title = 'title';
|
|
@@ -6296,16 +6301,16 @@ class DropiCardSection {
|
|
|
6296
6301
|
/** Switch checked state */
|
|
6297
6302
|
isChecked = false;
|
|
6298
6303
|
/** Emitted when switch changes */
|
|
6299
|
-
|
|
6304
|
+
dropiChange;
|
|
6300
6305
|
/** Emitted when dropdown icon is clicked */
|
|
6301
|
-
|
|
6306
|
+
dropiClick;
|
|
6302
6307
|
render() {
|
|
6303
|
-
return (hAsync("div", { key: '
|
|
6308
|
+
return (hAsync("div", { key: '06fe2a580fb23484419ea4b1c41a265facb722de', class: "card-section" }, hAsync("div", { key: '1020ea256b0311a200a721387b3ecb8d0f3809ab', class: "card-section__text" }, this.type === 'important'
|
|
6304
6309
|
? hAsync("h5", { class: "card-section__title card-section__title--important" }, this.title)
|
|
6305
|
-
: hAsync("h6", { class: "card-section__title" }, this.title), this.description && hAsync("p", { key: '
|
|
6310
|
+
: hAsync("h6", { class: "card-section__title" }, this.title), this.description && hAsync("p", { key: '52ea93b6b2736c4c6e3ebb953c2878db90d34b4c', class: "card-section__desc" }, this.description)), hAsync("div", { key: '7ec0ed96e43b45256fd5dec5ee24b0dfd6488403', class: "card-section__control" }, this.typeElement === 'switch' ? (hAsync("dropi-switch", { isChecked: this.isChecked, onDropiChange: (e) => {
|
|
6306
6311
|
this.isChecked = e.detail;
|
|
6307
|
-
this.
|
|
6308
|
-
} })) : (hAsync("button", { class: "card-section__dropdown-btn", onClick: () => this.
|
|
6312
|
+
this.dropiChange.emit(e.detail);
|
|
6313
|
+
} })) : (hAsync("button", { class: "card-section__dropdown-btn", onClick: () => this.dropiClick.emit(), "aria-label": "Expandir" }, hAsync("dropi-icon", { name: "Dropdown-down", iconWidth: "20px", iconHeight: "20px", color: "Gray-Gray-500" }))))));
|
|
6309
6314
|
}
|
|
6310
6315
|
static get style() { return dropiCardSectionCss(); }
|
|
6311
6316
|
static get cmpMeta() { return {
|
|
@@ -6329,8 +6334,8 @@ const dropiCarouselCss = () => `:host{display:block;width:100%}*,*::before,*::af
|
|
|
6329
6334
|
class DropiCarousel {
|
|
6330
6335
|
constructor(hostRef) {
|
|
6331
6336
|
registerInstance(this, hostRef);
|
|
6332
|
-
this.
|
|
6333
|
-
this.
|
|
6337
|
+
this.dropiPageChange = createEvent(this, "dropiPageChange");
|
|
6338
|
+
this.dropiPage = createEvent(this, "dropiPage");
|
|
6334
6339
|
}
|
|
6335
6340
|
get el() { return getElement(this); }
|
|
6336
6341
|
/** Items to display (Array of URLs or objects) */
|
|
@@ -6357,8 +6362,8 @@ class DropiCarousel {
|
|
|
6357
6362
|
totalPages = 0;
|
|
6358
6363
|
itemsContainer;
|
|
6359
6364
|
timer;
|
|
6360
|
-
|
|
6361
|
-
|
|
6365
|
+
dropiPageChange;
|
|
6366
|
+
dropiPage;
|
|
6362
6367
|
handleValue(val) {
|
|
6363
6368
|
this.parsedValue = typeof val === 'string' ? JSON.parse(val) : (val || []);
|
|
6364
6369
|
this.updateTotalPages();
|
|
@@ -6430,7 +6435,7 @@ class DropiCarousel {
|
|
|
6430
6435
|
this.internalPage = (this.internalPage + 1) % this.totalPages;
|
|
6431
6436
|
this.page = this.internalPage;
|
|
6432
6437
|
this.updateTransform();
|
|
6433
|
-
this.
|
|
6438
|
+
this.dropiPageChange.emit(this.internalPage);
|
|
6434
6439
|
setTimeout(() => (this.isAnimating = false), 500);
|
|
6435
6440
|
}
|
|
6436
6441
|
};
|
|
@@ -6442,7 +6447,7 @@ class DropiCarousel {
|
|
|
6442
6447
|
this.internalPage = (this.internalPage - 1 + this.totalPages) % this.totalPages;
|
|
6443
6448
|
this.page = this.internalPage;
|
|
6444
6449
|
this.updateTransform();
|
|
6445
|
-
this.
|
|
6450
|
+
this.dropiPageChange.emit(this.internalPage);
|
|
6446
6451
|
setTimeout(() => (this.isAnimating = false), 500);
|
|
6447
6452
|
}
|
|
6448
6453
|
};
|
|
@@ -6451,7 +6456,7 @@ class DropiCarousel {
|
|
|
6451
6456
|
this.internalPage = index;
|
|
6452
6457
|
this.page = this.internalPage;
|
|
6453
6458
|
this.updateTransform();
|
|
6454
|
-
this.
|
|
6459
|
+
this.dropiPageChange.emit(this.internalPage);
|
|
6455
6460
|
setTimeout(() => (this.isAnimating = false), 500);
|
|
6456
6461
|
}
|
|
6457
6462
|
render() {
|
|
@@ -6504,27 +6509,27 @@ const dropiCheckboxCss = () => `:host{display:inline-block}*,*::before,*::after{
|
|
|
6504
6509
|
class DropiCheckbox {
|
|
6505
6510
|
constructor(hostRef) {
|
|
6506
6511
|
registerInstance(this, hostRef);
|
|
6507
|
-
this.
|
|
6512
|
+
this.dropiChange = createEvent(this, "dropiChange");
|
|
6508
6513
|
}
|
|
6509
6514
|
/** Whether the checkbox is checked */
|
|
6510
6515
|
checked = false;
|
|
6511
6516
|
/** Whether the checkbox is disabled */
|
|
6512
6517
|
disabled = false;
|
|
6513
6518
|
/** Emitted when the checked state changes */
|
|
6514
|
-
|
|
6519
|
+
dropiChange;
|
|
6515
6520
|
changeState() {
|
|
6516
6521
|
if (this.disabled)
|
|
6517
6522
|
return;
|
|
6518
6523
|
this.checked = !this.checked;
|
|
6519
|
-
this.
|
|
6524
|
+
this.dropiChange.emit(this.checked);
|
|
6520
6525
|
}
|
|
6521
6526
|
render() {
|
|
6522
|
-
return (hAsync("div", { key: '
|
|
6527
|
+
return (hAsync("div", { key: '071505574decbf6b138256f73affe101c01080ef', class: "container-dropi-checkbox", onClick: () => this.changeState() }, hAsync("div", { key: '03e7ec24a87e22c4a5fe1d94cc4ca1fe349d6e6f', class: {
|
|
6523
6528
|
check: true,
|
|
6524
6529
|
isCheck: this.checked,
|
|
6525
6530
|
noCheck: !this.checked,
|
|
6526
6531
|
disabled: this.disabled,
|
|
6527
|
-
} }, hAsync("svg", { key: '
|
|
6532
|
+
} }, hAsync("svg", { key: 'c56f01268919995cc7aac0173edf44a01a62e13e', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "12", viewBox: "0 0 24 24", fill: "none" }, hAsync("path", { key: '575f863c9e82e862ea7049bf633b0d86ba374bb2', d: "M20.5991 5.69251L9.08325 17.2075C9.00583 17.2852 8.91382 17.3469 8.8125 17.389C8.71118 17.4311 8.60255 17.4527 8.49283 17.4527C8.38312 17.4527 8.27449 17.4311 8.17317 17.389C8.07185 17.3469 7.97984 17.2852 7.90242 17.2075L3.44908 12.75C3.37166 12.6723 3.27965 12.6106 3.17833 12.5685C3.07701 12.5264 2.96838 12.5048 2.85867 12.5048C2.74896 12.5048 2.64032 12.5264 2.53901 12.5685C2.43769 12.6106 2.34568 12.6723 2.26825 12.75C2.19052 12.8274 2.12884 12.9194 2.08676 13.0208C2.04467 13.1221 2.02301 13.2307 2.02301 13.3404C2.02301 13.4501 2.04467 13.5588 2.08676 13.6601C2.12884 13.7614 2.19052 13.8534 2.26825 13.9308L6.72325 18.385C7.19321 18.8541 7.83008 19.1175 8.49408 19.1175C9.15809 19.1175 9.79496 18.8541 10.2649 18.385L21.7799 6.87251C21.8575 6.7951 21.9191 6.70314 21.9611 6.6019C22.0031 6.50065 22.0247 6.39212 22.0247 6.28251C22.0247 6.17289 22.0031 6.06436 21.9611 5.96312C21.9191 5.86188 21.8575 5.76992 21.7799 5.69251C21.7025 5.61478 21.6105 5.5531 21.5092 5.51101C21.4078 5.46893 21.2992 5.44727 21.1895 5.44727C21.0798 5.44727 20.9712 5.46893 20.8698 5.51101C20.7685 5.5531 20.6765 5.61478 20.5991 5.69251Z", fill: "#FFFFFF" })))));
|
|
6528
6533
|
}
|
|
6529
6534
|
static get formAssociated() { return true; }
|
|
6530
6535
|
static get style() { return dropiCheckboxCss(); }
|
|
@@ -6550,8 +6555,8 @@ const dropiCheckboxSelectionListCss = () => `:host{display:block;width:100%}*,*:
|
|
|
6550
6555
|
class DropiCheckboxSelectionList {
|
|
6551
6556
|
constructor(hostRef) {
|
|
6552
6557
|
registerInstance(this, hostRef);
|
|
6553
|
-
this.
|
|
6554
|
-
this.
|
|
6558
|
+
this.dropiCheckedValues = createEvent(this, "dropiCheckedValues");
|
|
6559
|
+
this.dropiSearch = createEvent(this, "dropiSearch");
|
|
6555
6560
|
}
|
|
6556
6561
|
/** Options array or JSON string */
|
|
6557
6562
|
options = [];
|
|
@@ -6571,9 +6576,9 @@ class DropiCheckboxSelectionList {
|
|
|
6571
6576
|
selected = [];
|
|
6572
6577
|
parsedOptions = [];
|
|
6573
6578
|
/** Emitted when selection changes — matches Angular 'checkedValues' */
|
|
6574
|
-
|
|
6579
|
+
dropiCheckedValues;
|
|
6575
6580
|
/** Emitted on search — matches Angular 'onSearch' */
|
|
6576
|
-
|
|
6581
|
+
dropiSearch;
|
|
6577
6582
|
optionsChanged(val) {
|
|
6578
6583
|
this.parsedOptions = typeof val === 'string' ? JSON.parse(val) : (val || []);
|
|
6579
6584
|
}
|
|
@@ -6593,14 +6598,14 @@ class DropiCheckboxSelectionList {
|
|
|
6593
6598
|
else {
|
|
6594
6599
|
this.selected = this.selected.includes(id) ? [] : [id];
|
|
6595
6600
|
}
|
|
6596
|
-
this.
|
|
6601
|
+
this.dropiCheckedValues.emit(this.selected);
|
|
6597
6602
|
}
|
|
6598
6603
|
render() {
|
|
6599
6604
|
const items = this.filtered;
|
|
6600
|
-
return (hAsync("div", { key: '
|
|
6605
|
+
return (hAsync("div", { key: '95774833547807d6001525158bf199883661b649', class: "csl" }, this.showFilter && (hAsync("div", { key: '13f6bfd33150cdf138e90b93fc8121dfcc311050', class: "csl__search" }, hAsync("dropi-icon", { key: '4edf5c21eeac0aa442e58845621b7715d8484c1b', name: "Search", iconWidth: "16px", iconHeight: "16px", color: "Gray-Gray-400" }), hAsync("input", { key: '40071d0c189c7fd1f1bf8090ebe1d64ce9605602', class: "csl__search-input", type: "text", placeholder: this.filterPlaceholder, value: this.filterText, onInput: (e) => {
|
|
6601
6606
|
this.filterText = e.target.value;
|
|
6602
|
-
this.
|
|
6603
|
-
} }), this.filterText && (hAsync("button", { key: '
|
|
6607
|
+
this.dropiSearch.emit(this.filterText);
|
|
6608
|
+
} }), this.filterText && (hAsync("button", { key: 'a560cab7ce53e57e036696194054286aa1dd6fd9', class: "csl__clear", onClick: () => { this.filterText = ''; this.dropiSearch.emit(''); } }, hAsync("dropi-icon", { key: 'f1ae7e38fcb954761edb02bb32af139fb5eea610', name: "Close-small", iconWidth: "14px", iconHeight: "14px", color: "Gray-Gray-400" }))))), hAsync("div", { key: 'e93dfccc8215e96640ebe8c69f33f0bff5f655f2', class: "csl__list" }, items.length === 0 && this.showNotFound ? (hAsync("div", { class: "csl__empty" }, this.notFoundMessage)) : (items.map(opt => {
|
|
6604
6609
|
const checked = this.selected.includes(opt.id);
|
|
6605
6610
|
return (hAsync("div", { class: "csl__item", key: opt.id, onClick: () => this.toggle(opt.id) }, hAsync("dropi-checkbox", { checked: checked }), opt.icon && hAsync("img", { class: "csl__icon", src: opt.icon, alt: opt.label }), hAsync("span", { class: "csl__label" }, opt.label)));
|
|
6606
6611
|
})))));
|
|
@@ -6642,7 +6647,7 @@ const dropiChipsCss = () => `:host{display:inline-flex}*,*::before,*::after{box-
|
|
|
6642
6647
|
class DropiChips {
|
|
6643
6648
|
constructor(hostRef) {
|
|
6644
6649
|
registerInstance(this, hostRef);
|
|
6645
|
-
this.
|
|
6650
|
+
this.dropiClose = createEvent(this, "dropiClose");
|
|
6646
6651
|
}
|
|
6647
6652
|
/** Visual style (named customStyle to avoid conflict with HTMLElement.style) */
|
|
6648
6653
|
customStyle = 'fill';
|
|
@@ -6655,9 +6660,9 @@ class DropiChips {
|
|
|
6655
6660
|
/** Icon name (when type = 'icon') */
|
|
6656
6661
|
icon = '';
|
|
6657
6662
|
/** Emitted when the close icon is clicked */
|
|
6658
|
-
|
|
6663
|
+
dropiClose;
|
|
6659
6664
|
render() {
|
|
6660
|
-
return (hAsync("div", { key: '
|
|
6665
|
+
return (hAsync("div", { key: '394a3ff5219535e9f4e1d6c9fbb320c32f1ce2e7', class: { 'chip': true, [`chip--${this.customStyle}`]: true } }, this.type === 'avatar' && this.urlImg && (hAsync("img", { key: 'c7ea7ce319e2ab0a179f7b0b61ad9fe39be7c1ec', class: "chip__avatar", src: this.urlImg, alt: "" })), this.type === 'icon' && this.icon && (hAsync("dropi-icon", { key: '67e2edfbe37af83868a665cf65a85ecc27b7cfb5', class: "chip__pre-icon", name: this.icon, iconWidth: "14px", iconHeight: "14px", color: "currentColor" })), hAsync("span", { key: '1916b1796d69cf6742177b8f4013315323bdf16f', class: "chip__text" }, hAsync("slot", { key: '167e1b230b1c4406ba3f40ba7783966c6b523c96' })), this.showIcon && (hAsync("button", { key: '118d46db1615e9ed14485500b5a754407c361139', class: "chip__close", onClick: () => this.dropiClose.emit(), "aria-label": "Eliminar" }, hAsync("dropi-icon", { key: '1639e4ae068d0361512469d2915b392101b2b923', name: "Cross-circle", iconWidth: "14px", iconHeight: "14px", color: "currentColor" })))));
|
|
6661
6666
|
}
|
|
6662
6667
|
static get style() { return dropiChipsCss(); }
|
|
6663
6668
|
static get cmpMeta() { return {
|
|
@@ -6692,7 +6697,7 @@ const dropiCitySelectorCss = () => `:host{display:block;width:100%;position:rela
|
|
|
6692
6697
|
class DropiCitySelector {
|
|
6693
6698
|
constructor(hostRef) {
|
|
6694
6699
|
registerInstance(this, hostRef);
|
|
6695
|
-
this.selectedCitiesChange = createEvent(this, "selectedCitiesChange"
|
|
6700
|
+
this.selectedCitiesChange = createEvent(this, "selectedCitiesChange");
|
|
6696
6701
|
}
|
|
6697
6702
|
/** Grouped city options (array or JSON string) */
|
|
6698
6703
|
options = [];
|
|
@@ -6770,9 +6775,9 @@ class DropiCitySelector {
|
|
|
6770
6775
|
}
|
|
6771
6776
|
render() {
|
|
6772
6777
|
const groups = this.filtered;
|
|
6773
|
-
return (hAsync("div", { key: '5b1e27677c34d0dc85dc9c8544e4b0ba9a66216b', class: { 'city-selector': true, 'city-selector--disabled': this.disabled } }, hAsync("button", { key: 'e359c1baff0a255cd396ee35836430486bc67cd3', type: "button", class: "selector-trigger", disabled: this.disabled, onClick: () => this.toggle(), "aria-haspopup": "listbox", "aria-expanded": this.isOpen }, hAsync("div", { key: '082246999f826e8cfe1b2d09fd801a5d7db7e1b2', class: "chips-area" }, this.selected.length === 0 && (hAsync("span", { key: '90453c84cae3561412f795ec1ffc01923cd87040', class: "placeholder" }, this.placeholder)), this.selected.map(val => (hAsync("span", { class: "chip", key: String(val) }, this.getLabel(val), hAsync("button", { type: "button", class: "chip-remove", "aria-label": "Quitar", onClick: (e) => this.removeCity(val, e) }, hAsync("dropi-icon", { name: "Close-small",
|
|
6778
|
+
return (hAsync("div", { key: '5b1e27677c34d0dc85dc9c8544e4b0ba9a66216b', class: { 'city-selector': true, 'city-selector--disabled': this.disabled } }, hAsync("button", { key: 'e359c1baff0a255cd396ee35836430486bc67cd3', type: "button", class: "selector-trigger", disabled: this.disabled, onClick: () => this.toggle(), "aria-haspopup": "listbox", "aria-expanded": this.isOpen }, hAsync("div", { key: '082246999f826e8cfe1b2d09fd801a5d7db7e1b2', class: "chips-area" }, this.selected.length === 0 && (hAsync("span", { key: '90453c84cae3561412f795ec1ffc01923cd87040', class: "placeholder" }, this.placeholder)), this.selected.map(val => (hAsync("span", { class: "chip", key: String(val) }, this.getLabel(val), hAsync("button", { type: "button", class: "chip-remove", "aria-label": "Quitar", onClick: (e) => this.removeCity(val, e) }, hAsync("dropi-icon", { name: "Close-small", iconWidth: "10px", iconHeight: "10px", color: "Primary-Primary-500" })))))), hAsync("dropi-icon", { key: 'f99675449127fb19fdea950db057d8c14ca62644', name: this.isOpen ? 'Arrow-Up-2' : 'Arrow-Down-2', iconWidth: "16px", iconHeight: "16px", color: "Gray-Gray-500" })), this.isOpen && (hAsync("div", { key: '2a14a55016c19128fde45359f4b29b6f04f9b035', class: "dropdown", role: "listbox" }, hAsync("div", { key: '1321152ed7b0d3f50b04c7f28b05f1523c41cce4', class: "search-wrap" }, hAsync("div", { key: '7c94a7506d44cd89b83e5782cce16319f266f82c', class: "search-field" }, hAsync("input", { key: '5f40db9a8df0adc09776b4adcfe03a4a6d1d1467', class: "search-input", type: "text", placeholder: "Buscar...", value: this.searchTerm, onInput: (e) => { this.searchTerm = e.target.value; }, autoComplete: "off" }), hAsync("span", { key: '3140903ef4355b970c8f348e4f55d43f852e247d', class: "search-icon" }, hAsync("dropi-icon", { key: 'b59235b0d7a685000033d2a294fbce246d0ba4c2', name: "Search", iconWidth: "16px", iconHeight: "16px", color: "Gray-Gray-400" })))), hAsync("div", { key: 'bfd40e336b402bd92ec212466cf89e1cffb0d4be', class: "options-list" }, groups.length === 0 && (hAsync("div", { key: '9fce9b4df1ffb122278480f0ab60255ea0c795ec', class: "no-results" }, "Sin resultados")), groups.map(group => (hAsync("div", { key: group.value, class: "group" }, hAsync("div", { class: "group-label" }, group.label), group.items.map(city => {
|
|
6774
6779
|
const isSelected = this.selected.includes(city.value);
|
|
6775
|
-
return (hAsync("div", { key: String(city.value), class: { 'city-option': true, 'city-option--selected': isSelected }, onClick: (e) => this.toggleCity(city.value, e), role: "option", "aria-selected": isSelected }, hAsync("span", { class: { 'checkbox': true, 'checkbox--checked': isSelected } }, isSelected && (hAsync("dropi-icon", { name: "Check",
|
|
6780
|
+
return (hAsync("div", { key: String(city.value), class: { 'city-option': true, 'city-option--selected': isSelected }, onClick: (e) => this.toggleCity(city.value, e), role: "option", "aria-selected": isSelected }, hAsync("span", { class: { 'checkbox': true, 'checkbox--checked': isSelected } }, isSelected && (hAsync("dropi-icon", { name: "Check", iconWidth: "10px", iconHeight: "10px", color: "Neutral-White" }))), hAsync("span", { class: "city-label" }, city.label)));
|
|
6776
6781
|
})))))))));
|
|
6777
6782
|
}
|
|
6778
6783
|
static get watchers() { return {
|
|
@@ -6808,7 +6813,7 @@ const dropiColorPickerCss = () => `:host{display:block}.general-container{positi
|
|
|
6808
6813
|
class DropiColorPicker {
|
|
6809
6814
|
constructor(hostRef) {
|
|
6810
6815
|
registerInstance(this, hostRef);
|
|
6811
|
-
this.colorChange = createEvent(this, "colorChange"
|
|
6816
|
+
this.colorChange = createEvent(this, "colorChange");
|
|
6812
6817
|
}
|
|
6813
6818
|
get el() { return getElement(this); }
|
|
6814
6819
|
currentColor = '#ffffff';
|
|
@@ -7104,10 +7109,10 @@ class DropiColorPicker {
|
|
|
7104
7109
|
}
|
|
7105
7110
|
}
|
|
7106
7111
|
render() {
|
|
7107
|
-
return (hAsync("div", { key: '
|
|
7112
|
+
return (hAsync("div", { key: '18ea41f637e46cb88d57cb2bc513f5e6e3ef9617', class: "general-container" }, hAsync("div", { key: '653748e883bc4deaf05739ced8e516f857a7a26b', class: "main-input-container" }, hAsync("div", { key: 'b8a4e60b25d6017c3987fa4ea3420c78e3400db0', class: "overlay", onClick: () => this.showEditor() }), hAsync("div", { key: 'e22f4b3e95f099e2444a46ee560fefb9f6556b65', class: "line-color-preview" }, hAsync("div", { key: 'cf513dbb5ee9652a6d20aad0608508cae3e000af', class: "color-preview", style: { background: this.currentColor } })), hAsync("div", { key: '025b264ae8aca0fca79f662c58250eea43ccf0e7', class: "color-info" }, hAsync("input", { key: '60a379b53bd0cf0bb1f80d5e1bd5b4c4038686f9', type: "text", class: "color-input", value: this.currentColor, maxLength: 9, readOnly: true }))), hAsync("div", { key: '06e15b97ba156a9aa9dec9f60f2b24c924c0ac53', class: `color-picker-container position-${this.position} ${this.showEdit ? 'show' : ''}` }, hAsync("div", { key: 'ea9df13cdf62ae1378b600dc7689df61bec5fc9b', class: "main-color-canvas-container" }, hAsync("canvas", { key: '5d73426ccfcccca44102300588472fe5e54744f9', ref: (el) => this.colorCanvas = el, width: 256, height: 150, onMouseDown: (e) => this.onColorMouseDown(e) }), hAsync("div", { key: 'e710e7f8c1558ad20dcfb0f03c98969d9aee5e91', class: "color-selector-pointer", style: {
|
|
7108
7113
|
left: `${(this.saturation / 100) * 256}px`,
|
|
7109
7114
|
top: `${((100 - this.currentVal) / 100) * 150}px`
|
|
7110
|
-
} })), hAsync("div", { key: '
|
|
7115
|
+
} })), hAsync("div", { key: '239c7986572fade46b913629bbd374ec6f15e6fb', class: "slider-container" }, hAsync("div", { key: '35c4231f321c42fa95f362da5bf211daf1671c79', class: "slider-group" }, hAsync("div", { key: '20be2dc7eff210e31ab3215da10473a23db921f1', class: "hue-slider-container" }, hAsync("canvas", { key: '0795238e2a59747c4bfbd3437a2a2fd9396dc9e2', ref: (el) => this.hueCanvas = el, width: 256, height: 20, onMouseDown: (e) => this.onHueMouseDown(e) }), hAsync("div", { key: '17296210ecef2a958a46f23971a04da61d59402e', class: "slider-pointer", style: { left: `${(this.hue / 360) * 234}px` } }))), hAsync("div", { key: 'af7504663561d0e811ae7ef163cce80cfa256187', class: "slider-group" }, hAsync("div", { key: '7f3f01cfb0e4ca93403dad15787ab8acd7c1cd82', class: "opacity-slider-container" }, hAsync("canvas", { key: '9bac8eca65bfba529748eb9788fc749b87115ca6', ref: (el) => this.opacityCanvas = el, width: 256, height: 20, onMouseDown: (e) => this.onOpacityMouseDown(e) }), hAsync("div", { key: '34166bf45efd6f4148395ede39680164662f8a33', class: "slider-pointer", style: { left: `${(this.opacity / 100) * 234}px` } }))), hAsync("div", { key: 'b43c40db224a560adb19fd91a8790efe11719ff9', class: "color-info" }, hAsync("div", { key: 'aad6ef925f30835b5d8f51d23f872560bcb62360', class: "color-label" }, "HEX"), hAsync("input", { key: 'bdb5fd6ca689251a7c566f32bc6c308873117b2c', type: "text", class: "color-input", value: this.color, onInput: (e) => this.onHexInputChange(e), maxLength: 9 }))))));
|
|
7111
7116
|
}
|
|
7112
7117
|
static get watchers() { return {
|
|
7113
7118
|
"value": [{
|
|
@@ -7168,7 +7173,7 @@ class DropiCountryFlags {
|
|
|
7168
7173
|
style['width'] = this.width.includes('px') ? this.width : `${this.width}px`;
|
|
7169
7174
|
if (this.height)
|
|
7170
7175
|
style['height'] = this.height.includes('px') ? this.height : `${this.height}px`;
|
|
7171
|
-
return (hAsync("figure", { key: '
|
|
7176
|
+
return (hAsync("figure", { key: '451765b675d5b27dc0357a1a2b6dd338690361c8', class: `flag ${this.customStyle ?? 'flat'}` }, hAsync("img", { key: 'f58a64e7d78298d328be2ba625c852a5eddc392f', src: this.src, style: style, alt: `flag-${this.country}` })));
|
|
7172
7177
|
}
|
|
7173
7178
|
static get style() { return dropiCountryFlagsCss(); }
|
|
7174
7179
|
static get cmpMeta() { return {
|
|
@@ -7289,7 +7294,7 @@ const COUNTRIES$1 = [
|
|
|
7289
7294
|
class DropiCountrySelector {
|
|
7290
7295
|
constructor(hostRef) {
|
|
7291
7296
|
registerInstance(this, hostRef);
|
|
7292
|
-
this.
|
|
7297
|
+
this.dropiChange = createEvent(this, "dropiChange");
|
|
7293
7298
|
}
|
|
7294
7299
|
/** Label above the select */
|
|
7295
7300
|
label = '';
|
|
@@ -7313,7 +7318,7 @@ class DropiCountrySelector {
|
|
|
7313
7318
|
*/
|
|
7314
7319
|
selectProperties = null;
|
|
7315
7320
|
/** Emitted when a country is selected. Detail is the CountryItem. */
|
|
7316
|
-
|
|
7321
|
+
dropiChange;
|
|
7317
7322
|
isOpen = false;
|
|
7318
7323
|
selected = null;
|
|
7319
7324
|
get el() { return getElement(this); }
|
|
@@ -7365,14 +7370,14 @@ class DropiCountrySelector {
|
|
|
7365
7370
|
this.isOpen = false;
|
|
7366
7371
|
this.searchTerm = '';
|
|
7367
7372
|
this.currentSelection = country.code;
|
|
7368
|
-
this.
|
|
7373
|
+
this.dropiChange.emit(country);
|
|
7369
7374
|
}
|
|
7370
7375
|
render() {
|
|
7371
|
-
return (hAsync("div", { key: '
|
|
7376
|
+
return (hAsync("div", { key: '036ea5668f8ff842f69f13c9d94000ecdc96126b', class: "custom-select" }, this.label && (hAsync("label", { key: '457b2a26a2e9ea425aa95a2a162f2f3e547376e3' }, this.label, this.showObligatory && hAsync("span", { key: 'fc2b04e48d9372e0e5c1f593e57797558dc2e359', class: "required" }, "*"))), hAsync("button", { key: '0239ee64b4859e45a9b8dcff0e175124d16cdc09', type: "button", class: {
|
|
7372
7377
|
'select-button': true,
|
|
7373
7378
|
'select-completed': !!this.selected,
|
|
7374
7379
|
'select-invalid': this.hasError,
|
|
7375
|
-
}, disabled: this.disabled, onClick: () => this.open() }, hAsync("div", { key: '
|
|
7380
|
+
}, disabled: this.disabled, onClick: () => this.open() }, hAsync("div", { key: 'dd468a1977089ada40f93e1e76f0d55349c5f80d', class: "selected-content" }, this.selected ? (hAsync("span", { class: "selected-option" }, hAsync("img", { class: "flag-img", src: `https://flagsapi.com/${this.selected.code}/shiny/24.png`, alt: this.selected.name }), this.selected.name)) : (hAsync("span", { class: "placeholder-text" }, this.placeholder))), hAsync("dropi-icon", { key: '397055b90b0dab05effdcd2bc26a9839f963fa89', name: this.isOpen ? 'Arrow-Up-2' : 'Arrow-Down-2', iconWidth: "20px", iconHeight: "20px", color: "Gray-Gray-500" })), hAsync("ul", { key: 'cac3fd861f38331eb4fada4f65ee897d1017cc52', class: `select-dropdown${this.isOpen ? ' expanded' : ' collapsed'}` }, hAsync("li", { key: '0ccd958e816ff47fd53647d59f078483c7dbb3eb', class: "search-li" }, hAsync("div", { key: '7ad42859a5743aa27aea9a001f1424e50cdc9f60', class: "search-field" }, hAsync("input", { key: 'cb599f62e811383caeda0e329b688123f74fa571', ref: (el) => { this.searchInputRef = el; }, type: "text", class: "country-search", placeholder: "Buscar pa\u00EDs...", value: this.searchTerm, onInput: (e) => { this.searchTerm = e.target.value; } }), hAsync("span", { key: 'c60f6af4051d721a9c4c9b09f562f80d72a538eb', class: "search-icon" }, hAsync("dropi-icon", { key: '93477b3d42c8022424ea886820db795c5dc1194a', name: "Search", iconWidth: "16px", iconHeight: "16px", color: "Gray-Gray-400" })))), this.filtered.map(country => (hAsync("li", { key: country.code }, hAsync("button", { class: "option", type: "button", onClick: () => this.select(country) }, hAsync("img", { class: "flag-img", src: `https://flagsapi.com/${country.code}/shiny/24.png`, alt: country.name }), country.name))))), this.textHelper && (hAsync("div", { key: 'e8fd998ffea654db0bac5e91b40ebd221781b12d', class: { 'select-helper': true, 'select-helper-error': this.hasError } }, this.hasError && hAsync("dropi-icon", { key: 'c7a334f5c2813cd0c4db5c8d36157b14ed2bdb11', name: "Warning-circle", iconWidth: "12px", iconHeight: "12px", color: "Error-Error-500" }), hAsync("span", { key: '04c7b006f67d6a4a3564fbe39c214f2fe9708cb4' }, this.textHelper)))));
|
|
7376
7381
|
}
|
|
7377
7382
|
static get watchers() { return {
|
|
7378
7383
|
"currentSelection": [{
|
|
@@ -7420,9 +7425,9 @@ const DAYS_ES = ['Do', 'Lu', 'Ma', 'Mi', 'Ju', 'Vi', 'Sa'];
|
|
|
7420
7425
|
class DropiDatePicker {
|
|
7421
7426
|
constructor(hostRef) {
|
|
7422
7427
|
registerInstance(this, hostRef);
|
|
7423
|
-
this.
|
|
7424
|
-
this.
|
|
7425
|
-
this.dropiRangeChange = createEvent(this, "dropiRangeChange"
|
|
7428
|
+
this.dropiChangeDate = createEvent(this, "dropiChangeDate");
|
|
7429
|
+
this.dropiClosePanel = createEvent(this, "dropiClosePanel");
|
|
7430
|
+
this.dropiRangeChange = createEvent(this, "dropiRangeChange");
|
|
7426
7431
|
}
|
|
7427
7432
|
/** Selected date (ISO string, single mode) - matches Angular 'selectedDate' */
|
|
7428
7433
|
selectedDate = '';
|
|
@@ -7457,9 +7462,9 @@ class DropiDatePicker {
|
|
|
7457
7462
|
}
|
|
7458
7463
|
}
|
|
7459
7464
|
/** Emitted when date selected — matches Angular 'onChangeDate' */
|
|
7460
|
-
|
|
7465
|
+
dropiChangeDate;
|
|
7461
7466
|
/** Emitted when panel closes — matches Angular 'onClosePanel' */
|
|
7462
|
-
|
|
7467
|
+
dropiClosePanel;
|
|
7463
7468
|
/** Emitted when range selected */
|
|
7464
7469
|
dropiRangeChange;
|
|
7465
7470
|
get displayValue() {
|
|
@@ -7529,7 +7534,7 @@ class DropiDatePicker {
|
|
|
7529
7534
|
if (this.selectionMode !== 'range') {
|
|
7530
7535
|
this.selectedDate = iso;
|
|
7531
7536
|
this.open = false;
|
|
7532
|
-
this.
|
|
7537
|
+
this.dropiChangeDate.emit(iso);
|
|
7533
7538
|
return;
|
|
7534
7539
|
}
|
|
7535
7540
|
// Range mode
|
|
@@ -7581,12 +7586,12 @@ class DropiDatePicker {
|
|
|
7581
7586
|
render() {
|
|
7582
7587
|
const days = this.buildDays();
|
|
7583
7588
|
const today = new Date().toISOString().slice(0, 10);
|
|
7584
|
-
return (hAsync("div", { key: '
|
|
7589
|
+
return (hAsync("div", { key: '0c3cb89d77d6d8e7d3f955354d6be4b7a1f507fb', class: "dp-wrap" }, this.label && hAsync("label", { key: '672ad3d08337ed0df7c7e7d582ba8fe5af8d2b23', class: "dp-label" }, this.label), hAsync("button", { key: '848428a5ce236b37e8e988223c9ef8bd91ea16b3', class: {
|
|
7585
7590
|
'dp-trigger': true,
|
|
7586
7591
|
'dp-trigger--disabled': this.disabled,
|
|
7587
7592
|
'dp-trigger--invalid': this.isInvalid,
|
|
7588
7593
|
'dp-trigger--loading': this.loading
|
|
7589
|
-
}, onClick: () => this.open ? this.open = false : this.open_(), disabled: this.disabled || this.loading, type: "button" }, hAsync("dropi-icon", { key: '
|
|
7594
|
+
}, onClick: () => this.open ? this.open = false : this.open_(), disabled: this.disabled || this.loading, type: "button" }, hAsync("dropi-icon", { key: 'c51b9238996ec454f64f53d4e9ede35bf494fd95', name: "Calendar", iconWidth: "16px", iconHeight: "16px", color: "Gray-Gray-400" }), hAsync("span", { key: 'b34ed963710695296a2986b0e790457b90a3ee60', class: { 'dp-trigger__value': true, 'dp-trigger__placeholder': !this.displayValue } }, this.displayValue || this.placeholder), hAsync("dropi-icon", { key: '8cbefce39dab39a5cba941f4538f46cf97db1c06', name: "Arrow-Down-2", iconWidth: "12px", iconHeight: "12px", color: "Gray-Gray-400" })), this.open && (hAsync("div", { key: '36a5db42655b136cee1abf31bb5e206a6d118beb', class: "dp-popup" }, hAsync("div", { key: '456c2778f035fae19450841baa20df5092f6dca4', class: "dp-nav" }, hAsync("button", { key: '8f05a6aa4e1f4e0dda08ee9dad89f189c130eef0', class: "dp-nav__btn", onClick: () => this.prevMonth(), type: "button" }, hAsync("dropi-icon", { key: '41f4e9b157e56669fa179cfed62d960ff1eadfd6', name: "Arrow-Left-2", iconWidth: "16px", iconHeight: "16px", color: "Gray-Gray-600" })), hAsync("span", { key: '53556f3a356e1d2b63b59d4edda40ddf5fda9e5f', class: "dp-nav__title" }, hAsync("span", { key: '4bad1d735d4235b2ddaac33f3fa8f6335e753984' }, MONTHS_ES[this.viewMonth]), hAsync("span", { key: 'c7af6bb7edc5dead7751c65ee024485aa2a6cf65' }, this.viewYear)), hAsync("button", { key: '5ff7b70b69732c01ae7a45c7b65336982ea6eed8', class: "dp-nav__btn", onClick: () => this.nextMonth(), type: "button" }, hAsync("dropi-icon", { key: '718725e17a530de4e8081c97e639342ff7fd9a96', name: "Arrow-Right-2", iconWidth: "16px", iconHeight: "16px", color: "Gray-Gray-600" }))), hAsync("div", { key: 'd3d899342a15a9a0f2b508dbd39945831ebbad0d', class: "dp-grid" }, DAYS_ES.map(d => (hAsync("div", { class: "dp-day-header" }, d))), days.map(({ iso, day, currentMonth }) => {
|
|
7590
7595
|
const isSelected = this.selectionMode !== 'range'
|
|
7591
7596
|
? iso === this.selectedDate
|
|
7592
7597
|
: iso === this.startDate || iso === this.endDate;
|
|
@@ -7608,16 +7613,16 @@ class DropiDatePicker {
|
|
|
7608
7613
|
if (this.selectionMode === 'range' && this.startDate && !this.endDate)
|
|
7609
7614
|
this.hoverDate = iso;
|
|
7610
7615
|
}, onMouseLeave: () => this.hoverDate = '' }, day));
|
|
7611
|
-
})), hAsync("div", { key: '
|
|
7616
|
+
})), hAsync("div", { key: '84c799762393b9de0161795f20188a680490d4d8', class: "dp-footer" }, hAsync("button", { key: '4696558b1be6bf8abe8461f341c129c640af46ce', class: "dp-footer__clear", type: "button", onClick: () => {
|
|
7612
7617
|
this.selectedDate = '';
|
|
7613
7618
|
this.startDate = '';
|
|
7614
7619
|
this.endDate = '';
|
|
7615
7620
|
this.open = false;
|
|
7616
|
-
} }, "Limpiar"), hAsync("button", { key: '
|
|
7621
|
+
} }, "Limpiar"), hAsync("button", { key: 'a87f6f92fa10829560d223835e70fd2951edc482', class: "dp-footer__today", type: "button", onClick: () => {
|
|
7617
7622
|
if (this.selectionMode !== 'range') {
|
|
7618
7623
|
this.selectedDate = today;
|
|
7619
7624
|
this.open = false;
|
|
7620
|
-
this.
|
|
7625
|
+
this.dropiChangeDate.emit(today);
|
|
7621
7626
|
}
|
|
7622
7627
|
else {
|
|
7623
7628
|
this.startDate = today;
|
|
@@ -7664,9 +7669,9 @@ const dropiDatePickerRangeCss = () => `:host{display:block;width:100%;max-width:
|
|
|
7664
7669
|
class DropiDatePickerRange {
|
|
7665
7670
|
constructor(hostRef) {
|
|
7666
7671
|
registerInstance(this, hostRef);
|
|
7667
|
-
this.startDateChange = createEvent(this, "startDateChange"
|
|
7668
|
-
this.endDateChange = createEvent(this, "endDateChange"
|
|
7669
|
-
this.dropiRangeChange = createEvent(this, "dropiRangeChange"
|
|
7672
|
+
this.startDateChange = createEvent(this, "startDateChange");
|
|
7673
|
+
this.endDateChange = createEvent(this, "endDateChange");
|
|
7674
|
+
this.dropiRangeChange = createEvent(this, "dropiRangeChange");
|
|
7670
7675
|
}
|
|
7671
7676
|
/** Start date (YYYY-MM-DD) */
|
|
7672
7677
|
startDate = '';
|
|
@@ -7799,7 +7804,7 @@ const dropiDrawerCss = () => `:host{display:contents;font-family:'Inter', sans-s
|
|
|
7799
7804
|
class DropiDrawer {
|
|
7800
7805
|
constructor(hostRef) {
|
|
7801
7806
|
registerInstance(this, hostRef);
|
|
7802
|
-
this.dropiClose = createEvent(this, "dropiClose"
|
|
7807
|
+
this.dropiClose = createEvent(this, "dropiClose");
|
|
7803
7808
|
}
|
|
7804
7809
|
drawerTitle = '';
|
|
7805
7810
|
/** Controls visibility (alias of open for Angular parity) */
|
|
@@ -7852,10 +7857,10 @@ class DropiDrawer {
|
|
|
7852
7857
|
else
|
|
7853
7858
|
panelStyle['height'] = this.height;
|
|
7854
7859
|
}
|
|
7855
|
-
return (hAsync("div", { key: '
|
|
7860
|
+
return (hAsync("div", { key: 'e5138752d1821a27ec3b0396cdc3d09bc15f7c73', class: { 'drawer-host': true, 'drawer-host--open': this.open } }, hAsync("div", { key: 'ca7f2dff57eee0cc1d5a71486c8ce765b27c7307', class: "drawer-backdrop", onClick: () => {
|
|
7856
7861
|
if (this.closeOnBackdrop)
|
|
7857
7862
|
this.close();
|
|
7858
|
-
} }), hAsync("div", { key: '
|
|
7863
|
+
} }), hAsync("div", { key: '985b7c295391fa2326ee5880bed829910c56d082', class: `drawer-panel drawer-panel--${this.position}${sizeClass ? ' ' + sizeClass : ''}`, style: panelStyle, role: "dialog", "aria-modal": "true" }, hAsync("div", { key: 'be62a0009ab8c829cd20643552a66d17b8e877cf', class: { 'drawer-header': true, 'drawer-header--headless': this.headless } }, hAsync("h3", { key: 'e6f6a03c224c83fe8de9a2895a07bf93b9dbdea4', class: "drawer-header__title" }, this.drawerTitle), hAsync("button", { key: '66c251c8d8da1e0a0036f9bdeaeb6f09514dbfd4', class: "drawer-header__close", onClick: () => this.close(), "aria-label": "Cerrar" }, hAsync("dropi-icon", { key: '150a59e552636ec623d31926fc419ec36443cc22', name: "Close-small", iconWidth: "32px", iconHeight: "32px", color: "Gray-Gray-400" }))), hAsync("div", { key: '6982100fcf4e5ce4193bbff79baea9c557ad0722', class: "drawer-body" }, hAsync("slot", { key: '6ae61a0451322969ddb4684b77eb5851b942dd9a' })), hAsync("div", { key: '5d4df79ea4044d86edd51331a6c1cdd3a43bfc5d', class: "drawer-footer" }, hAsync("slot", { key: '49de1183444123c36076e20e882952b9d802a567', name: "footer" })))));
|
|
7859
7864
|
}
|
|
7860
7865
|
static get watchers() { return {
|
|
7861
7866
|
"open": [{
|
|
@@ -7896,7 +7901,7 @@ const dropiDropdownCss = () => `:host{display:block;width:100%}*,*::before,*::af
|
|
|
7896
7901
|
class DropiDropdown {
|
|
7897
7902
|
constructor(hostRef) {
|
|
7898
7903
|
registerInstance(this, hostRef);
|
|
7899
|
-
this.modelChange = createEvent(this, "modelChange"
|
|
7904
|
+
this.modelChange = createEvent(this, "modelChange");
|
|
7900
7905
|
}
|
|
7901
7906
|
/** Options array or JSON string */
|
|
7902
7907
|
options = [];
|
|
@@ -7976,7 +7981,7 @@ const dropiEmptyStateCss = () => `:host{display:block}*,*::before,*::after{box-s
|
|
|
7976
7981
|
class DropiEmptyState {
|
|
7977
7982
|
constructor(hostRef) {
|
|
7978
7983
|
registerInstance(this, hostRef);
|
|
7979
|
-
this.buttonClickEvent = createEvent(this, "buttonClickEvent"
|
|
7984
|
+
this.buttonClickEvent = createEvent(this, "buttonClickEvent");
|
|
7980
7985
|
}
|
|
7981
7986
|
/** Title text (matches Angular 'title') */
|
|
7982
7987
|
title = '';
|
|
@@ -7997,7 +8002,7 @@ class DropiEmptyState {
|
|
|
7997
8002
|
/** Emitted when button is clicked — matches Angular 'buttonClickEvent' */
|
|
7998
8003
|
buttonClickEvent;
|
|
7999
8004
|
render() {
|
|
8000
|
-
return (hAsync("div", { key: '
|
|
8005
|
+
return (hAsync("div", { key: '50a720a8b293a19dbabccce8f7aa0fa996e5fd63', class: "empty-state" }, hAsync("div", { key: 'd13894b011225337234301bd514891d89caac3d7', class: "empty-state-visual" }, this.imageUrl ? (hAsync("img", { class: "empty-state-img", src: this.imageUrl, alt: this.imageAlt })) : (hAsync("img", { class: "empty-state-img", src: `assets/icons/ilustration/${(!this.dropiIcon || String(this.dropiIcon) === 'undefined' || String(this.dropiIcon) === 'null') ? 'default' : this.dropiIcon}.svg`, alt: this.imageAlt, onError: (e) => e.target.src = 'assets/icons/ilustration/default.svg' }))), this.title && hAsync("h3", { key: 'eb40395b4bd3c623f27bc3290bb37427420c5e94', class: "empty-state-title" }, this.title), this.description && hAsync("p", { key: 'f942c17f7a8d320bbe81dfcd45d13e56d7ea8eba', class: "empty-state-description" }, this.description), hAsync("slot", { key: '513f49ffeeb77e2be1318d6d251a1bcabff2689a' }), this.buttonText && (hAsync("div", { key: 'f6d9c391feee26eac44a8904e1768678bbb1604c', class: "empty-state-actions" }, hAsync("dropi-button", { key: 'f9ea9563a76a80bd29b6e6aaf8405092046a62a8', text: this.buttonText, preIcon: this.buttonIcon, severity: this.buttonSeverity, onClick: () => this.buttonClickEvent.emit() })))));
|
|
8001
8006
|
}
|
|
8002
8007
|
static get style() { return dropiEmptyStateCss(); }
|
|
8003
8008
|
static get cmpMeta() { return {
|
|
@@ -8028,7 +8033,7 @@ const dropiFavoriteButtonCss = () => `:host{display:inline-flex}.fav-btn{display
|
|
|
8028
8033
|
class DropiFavoriteButton {
|
|
8029
8034
|
constructor(hostRef) {
|
|
8030
8035
|
registerInstance(this, hostRef);
|
|
8031
|
-
this.toggleFavorite = createEvent(this, "toggleFavorite"
|
|
8036
|
+
this.toggleFavorite = createEvent(this, "toggleFavorite");
|
|
8032
8037
|
}
|
|
8033
8038
|
/** Whether the item is currently marked as favorite */
|
|
8034
8039
|
isFavorite = false;
|
|
@@ -8040,7 +8045,7 @@ class DropiFavoriteButton {
|
|
|
8040
8045
|
this.toggleFavorite.emit(this.isFavorite);
|
|
8041
8046
|
}
|
|
8042
8047
|
render() {
|
|
8043
|
-
return (hAsync("button", { key: '
|
|
8048
|
+
return (hAsync("button", { key: 'da3d3c03b4c297f1d4bb754f8ade9222d3edc39d', class: { 'fav-btn': true, 'fav-btn--active': this.isFavorite }, onClick: () => this.toggle(), onMouseEnter: () => this.hovered = true, onMouseLeave: () => this.hovered = false, "aria-label": this.isFavorite ? 'Quitar de favoritos' : 'Agregar a favoritos', "aria-pressed": String(this.isFavorite) }, hAsync("dropi-icon", { key: '857967dd6982df82f5ac29db4370fa607369da34', name: this.isFavorite || this.hovered ? 'Heart-solid' : 'Heart', iconWidth: "19px", iconHeight: "19px", color: this.isFavorite || this.hovered ? 'Primary-Primary-500' : 'Gray-Gray-800' })));
|
|
8044
8049
|
}
|
|
8045
8050
|
static get style() { return dropiFavoriteButtonCss(); }
|
|
8046
8051
|
static get cmpMeta() { return {
|
|
@@ -8066,7 +8071,7 @@ const dropiFileUploadCss = () => `:host{display:block;width:100%}*,*::before,*::
|
|
|
8066
8071
|
class DropiFileUpload {
|
|
8067
8072
|
constructor(hostRef) {
|
|
8068
8073
|
registerInstance(this, hostRef);
|
|
8069
|
-
this.uploadedUrlsChange = createEvent(this, "uploadedUrlsChange"
|
|
8074
|
+
this.uploadedUrlsChange = createEvent(this, "uploadedUrlsChange");
|
|
8070
8075
|
}
|
|
8071
8076
|
/** Título mostrado arriba del componente */
|
|
8072
8077
|
title = '';
|
|
@@ -8276,7 +8281,7 @@ class DropiFileUpload {
|
|
|
8276
8281
|
renderCardItem(item) {
|
|
8277
8282
|
const isImage = item.fileType === 'image' && item.previewUrl && !item.previewUrl.includes('.pdf');
|
|
8278
8283
|
const isPdf = item.file?.type?.includes('pdf');
|
|
8279
|
-
return (hAsync("div", { key: item.id, class: `file-card ${item.state} ${this.getFileTypeClass(item)}` }, isImage ? (hAsync("div", { class: "preview-wrapper" }, hAsync("img", { class: `preview ${item.state}`, src: item.previewUrl, alt: item.file?.name }), item.state === 'complete' && (hAsync("div", { class: "overlay-icon" }, this.renderCheckSvg())))) : (hAsync("div", { class: "file-icon" }, isPdf ? this.renderPdfSvg() : this.renderDocSvg())), item.state !== 'confirm-delete' && item.state !== 'deleting' && (hAsync("div", { class: "info-container" }, hAsync("div", { class: `file-name${item.state === 'error' ? ' error-text' : ''}` }, item.file?.name ?? item.previewUrl?.split('/').pop()), item.state === 'uploading' && (hAsync("div", { class: "progress-bar-container" }, hAsync("div", { class: "progress-bar", style: { width: `${item.progress}%` } }))), item.state === 'error' && (hAsync("div", { class: "error-label" }, "Error al subir el archivo")))), item.state === 'deleting' && (hAsync("div", { class: "deleting-container" }, hAsync("span", { class: "deleting-label" }, "Eliminando..."))), item.state !== 'confirm-delete' && item.state !== 'error' && item.state !== 'deleting' && (hAsync("div", { class: "preview-image", onClick: () => { } }, hAsync("dropi-icon", { name: "Eye",
|
|
8284
|
+
return (hAsync("div", { key: item.id, class: `file-card ${item.state} ${this.getFileTypeClass(item)}` }, isImage ? (hAsync("div", { class: "preview-wrapper" }, hAsync("img", { class: `preview ${item.state}`, src: item.previewUrl, alt: item.file?.name }), item.state === 'complete' && (hAsync("div", { class: "overlay-icon" }, this.renderCheckSvg())))) : (hAsync("div", { class: "file-icon" }, isPdf ? this.renderPdfSvg() : this.renderDocSvg())), item.state !== 'confirm-delete' && item.state !== 'deleting' && (hAsync("div", { class: "info-container" }, hAsync("div", { class: `file-name${item.state === 'error' ? ' error-text' : ''}` }, item.file?.name ?? item.previewUrl?.split('/').pop()), item.state === 'uploading' && (hAsync("div", { class: "progress-bar-container" }, hAsync("div", { class: "progress-bar", style: { width: `${item.progress}%` } }))), item.state === 'error' && (hAsync("div", { class: "error-label" }, "Error al subir el archivo")))), item.state === 'deleting' && (hAsync("div", { class: "deleting-container" }, hAsync("span", { class: "deleting-label" }, "Eliminando..."))), item.state !== 'confirm-delete' && item.state !== 'error' && item.state !== 'deleting' && (hAsync("div", { class: "preview-image", onClick: () => { } }, hAsync("dropi-icon", { name: "Eye", iconWidth: "20px", iconHeight: "20px", color: "Gray-Gray-600" }))), item.state !== 'confirm-delete' && item.state !== 'deleting' && !this.onlyView && (hAsync("div", { class: "delete", onClick: () => this.handleFileAction(item, 'delete') }, this.renderTrashSvg())), item.state === 'confirm-delete' && (hAsync("div", { class: "delete-confirm" }, hAsync("span", { class: "message" }, item.previewUrl ? '¿Eliminar imagen?' : '¿Eliminar archivo?'), hAsync("div", { class: "actions" }, hAsync("dropi-button", { size: "small", text: "S\u00ED", onClick: () => this.handleFileAction(item, 'confirm-delete') }), hAsync("dropi-button", { text: "No", size: "small", severity: "secondary", onClick: () => this.handleFileAction(item, 'cancel-delete') }))))));
|
|
8280
8285
|
}
|
|
8281
8286
|
renderGridItem(item) {
|
|
8282
8287
|
return (hAsync("div", { key: item.id, class: `img-view ${item.state} ${this.getFileTypeClass(item)}` }, hAsync("div", { class: "preview-wrapper" }, hAsync("div", { class: "preview-container" }, hAsync("img", { class: `preview ${item.state}`, src: item.previewUrl || '', alt: "preview" })), item.state === 'complete' && (hAsync("div", { class: "overlay-icon" }, this.renderCheckSvg())), item.state !== 'confirm-delete' && item.state !== 'deleting' && (hAsync("div", { class: "delete", onClick: () => this.handleFileAction(item, 'confirm-delete') }, this.renderTrashGridSvg()))), item.state === 'uploading' && (hAsync("div", { class: "progress-bar-container" }, hAsync("div", { class: "progress-bar", style: { width: `${item.progress}%` } }))), item.state === 'deleting' && (hAsync("div", { class: "deleting-info" }, hAsync("span", { class: "deleting-info-label" }, "Eliminando...")))));
|
|
@@ -8288,7 +8293,7 @@ class DropiFileUpload {
|
|
|
8288
8293
|
const cardFiles = files.filter(f => f.typeView === 'card');
|
|
8289
8294
|
const showDropZone = files.length < (this.maxFiles ?? 1) && !this.isDropZoneHidden();
|
|
8290
8295
|
const isSmall = this.dragAndDropSize === 'small';
|
|
8291
|
-
return (hAsync("div", { key: '
|
|
8296
|
+
return (hAsync("div", { key: 'e5f37c05ca644260f8c2ba4c549cdde8e908a570', class: "upload-container" }, (this.title || this.label) && (hAsync("div", { key: '493ff72b35f924431d94b6906d654a2413a59c47', class: "upload-header" }, this.title && hAsync("div", { key: '8fe37e760e44f5db9a5e42578a92d9a939661bf9', class: "text title" }, this.title), this.label && hAsync("div", { key: '3329bea57a935a907e47d2f40f82d3044e5992ad', class: "text label" }, this.label))), this.error && (hAsync("dropi-alert", { key: '1551176ccb8ec320df5eeea8b42f937a795c02a8', message: this.errorMessage, type: "default", state: "error", dismissable: true, showButton: false, onDropiClose: () => { this.error = false; } })), showDropZone && (hAsync("div", { key: '2522e795c006794c20bfea3534014227636cc4bd', class: { 'file-upload': true, 'drag-over': this.dragging }, onDragOver: (e) => this.onDragOver(e), onDragEnter: (e) => this.onDragEnter(e), onDragLeave: () => this.onDragLeave(), onDrop: (e) => this.onDrop(e) }, hAsync("div", { key: 'da75ce3acdf2d3490079c0d8c25bfadcdda49586', class: `file-upload__zone${this.dragging ? ' drag-over' : ''}` }, !isSmall && (hAsync("svg", { key: 'e9fb52b7ceda0e0e463ab26739b294bffdf9ea34', width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, hAsync("path", { key: 'dfec7aa24e681811dfc8d6ff3b721dec084aa4a0', d: "M0 20C0 8.95431 8.95431 0 20 0C31.0457 0 40 8.95431 40 20C40 31.0457 31.0457 40 20 40C8.95431 40 0 31.0457 0 20Z", fill: "#FEF8F1" }), hAsync("g", { key: '9fffcd3ce8931d8b7beeb6417585a7eb7f222f96', "clip-path": "url(#up)" }, hAsync("path", { key: '6f1aec8a5a60f26c09645b2655e51c6aa7b34ca2', d: "M19.3379 13.7187L19.3332 24.0107C19.3332 24.1875 19.4035 24.357 19.5285 24.4821C19.6535 24.6071 19.8231 24.6773 19.9999 24.6773C20.1767 24.6773 20.3463 24.6071 20.4713 24.4821C20.5963 24.357 20.6666 24.1875 20.6666 24.0107L20.6712 13.73L22.6126 15.672C22.7376 15.797 22.9071 15.8672 23.0839 15.8672C23.2607 15.8672 23.4302 15.797 23.5552 15.672C23.6802 15.547 23.7504 15.3774 23.7504 15.2007C23.7504 15.0239 23.6802 14.8543 23.5552 14.7293L21.4145 12.586C21.2288 12.4001 21.0083 12.2527 20.7655 12.1521C20.5228 12.0515 20.2626 11.9998 19.9999 11.9998C19.7371 11.9998 19.477 12.0515 19.2342 12.1521C18.9915 12.2527 18.771 12.4001 18.5852 12.586L16.4445 14.7273C16.3196 14.8523 16.2494 15.0219 16.2494 15.1987C16.2494 15.3754 16.3196 15.545 16.4445 15.67C16.5696 15.795 16.7391 15.8652 16.9159 15.8652C17.0927 15.8652 17.2622 15.795 17.3872 15.67L19.3379 13.7187Z", fill: "#F49A3D" }), hAsync("path", { key: '0c194dc527a19345b9fabc55e24cca08987a486a', d: "M26.6667 23.3329V25.9996C26.6667 26.1764 26.5964 26.346 26.4714 26.471C26.3464 26.596 26.1768 26.6663 26 26.6663H14C13.8232 26.6663 13.6536 26.596 13.5286 26.471C13.4036 26.346 13.3333 26.1764 13.3333 25.9996V23.3329C13.3333 23.1561 13.2631 22.9865 13.1381 22.8615C13.013 22.7365 12.8435 22.6663 12.6667 22.6663C12.4899 22.6663 12.3203 22.7365 12.1953 22.8615C12.0702 22.9865 12 23.1561 12 23.3329V25.9996C12 26.53 12.2107 27.0387 12.5858 27.4138C12.9609 27.7889 13.4696 27.9996 14 27.9996H26C26.5304 27.9996 27.0391 27.7889 27.4142 27.4138C27.7893 27.0387 28 26.53 28 25.9996V23.3329C28 23.1561 27.9298 22.9865 27.8047 22.8615C27.6797 22.7365 27.5101 22.6663 27.3333 22.6663C27.1565 22.6663 26.987 22.7365 26.8619 22.8615C26.7369 22.9865 26.6667 23.1561 26.6667 23.3329Z", fill: "#F49A3D" })), hAsync("defs", { key: '9b8c3526d936553239141c3cb4f81212377b5811' }, hAsync("clipPath", { key: '1be0970786af27a069ea237ec5bbd5292891b0cd', id: "up" }, hAsync("rect", { key: '5dbf5e86d6a7a9f07f9ada6e0c2d132b4eebd969', width: "16", height: "16", fill: "white", transform: "translate(12 12)" }))))), hAsync("div", { key: '5d06acbe6b129e60a49ae97c04bcd906e9abdfb9', class: isSmall ? 'info size-small-upload' : 'info' }, hAsync("div", { key: '30faf6e1ce359a4f2ed477a84c062994c3713506', class: "title" }, this.textDropZone), isSmall && (hAsync("dropi-button", { key: 'e6c3d40ff6c4c8b6381a7f0f49eedfbd407c0687', text: this.textButton, size: "small", onClick: (e) => { e.stopPropagation(); this.openFilePicker(); } }))), !isSmall && (hAsync("div", { key: '2680ec20dc360e2ccadb9a677569a5d51ebe2009', class: "info-desc" }, this.accept && hAsync("div", { key: '2ced48c536a4c9385b6941141f78566cf1624db6', class: "description" }, "Formatos admitidos: ", this.accept), hAsync("div", { key: '58bf63818e70de35113be94c9bf20bcd728d88ae', class: "description" }, "Tama\u00F1o m\u00E1ximo: ", this.maxFileSizeMB, "MB"))), !isSmall && (hAsync("dropi-button", { key: '96b20bf6d68b8e3f2572784ed8f27ffff4336cd1', text: this.textButton, size: "small", onClick: (e) => { e.stopPropagation(); this.openFilePicker(); } })), hAsync("input", { key: '3fefcd08176ad885be131d5be25b8a25e874da47', ref: (el) => this.inputRef = el, type: "file", accept: this.accept, multiple: this.multiple, class: "upload-hidden", onChange: (e) => this.onInputChange(e) })))), this.selectedFiles.length > 0 && (hAsync("div", { key: 'ab0c9d2d0067e594a2c5047f86ed4ca0a9f576cb', class: "files-container" }, gridFiles.length > 0 && (hAsync("div", { key: '13894a0c569b88051fe0dc695839562e054862e2', class: "grid-list" }, gridFiles.map(f => this.renderGridItem(f)), gridFiles.length < this.maxFiles && (hAsync("div", { key: 'ba4ff34d4e686891b056cd4f189741ace807294c', class: "add-img", onClick: () => this.addImage() }, hAsync("div", { key: '95c341ae449bb857fc39563ba3fec9764139d429', class: "icon" }, hAsync("svg", { key: '28dcdb54a5856683c455d11864af4e2f7ecc0414', width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, hAsync("path", { key: '50514d670498a1fbdaee785b0a883aebc5f4b66c', d: "M9.77774 6.4444H7.55551V4.22218C7.55551 4.07484 7.49698 3.93353 7.3928 3.82934C7.28861 3.72516 7.1473 3.66663 6.99996 3.66663C6.85262 3.66663 6.71131 3.72516 6.60712 3.82934C6.50294 3.93353 6.4444 4.07484 6.4444 4.22218V6.4444H4.22218C4.07484 6.4444 3.93353 6.50294 3.82934 6.60712C3.72516 6.71131 3.66663 6.85262 3.66663 6.99996C3.66663 7.1473 3.72516 7.28861 3.82934 7.3928C3.93353 7.49698 4.07484 7.55551 4.22218 7.55551H6.4444V9.77774C6.4444 9.92508 6.50294 10.0664 6.60712 10.1706C6.71131 10.2748 6.85262 10.3333 6.99996 10.3333C7.1473 10.3333 7.28861 10.2748 7.3928 10.1706C7.49698 10.0664 7.55551 9.92508 7.55551 9.77774V7.55551H9.77774C9.92508 7.55551 10.0664 7.49698 10.1706 7.3928C10.2748 7.28861 10.3333 7.1473 10.3333 6.99996C10.3333 6.85262 10.2748 6.71131 10.1706 6.60712C10.0664 6.50294 9.92508 6.4444 9.77774 6.4444Z", fill: "#32394D" }))), hAsync("div", { key: '44a13026e2324e33d1a5432b371fc89019e1909e', class: "text" }, "Agregar"))))), cardFiles.length > 0 && (hAsync("div", { key: 'e66fbbc9aad1dc78030e62e89c2470b018563655', class: "card-list" }, cardFiles.map(f => this.renderCardItem(f))))))));
|
|
8292
8297
|
}
|
|
8293
8298
|
static get style() { return dropiFileUploadCss(); }
|
|
8294
8299
|
static get cmpMeta() { return {
|
|
@@ -8328,9 +8333,9 @@ const dropiFileUploadProgressBarCss = () => `:host{display:block;width:100%}*,*:
|
|
|
8328
8333
|
class DropiFileUploadProgressBar {
|
|
8329
8334
|
constructor(hostRef) {
|
|
8330
8335
|
registerInstance(this, hostRef);
|
|
8331
|
-
this.deleteFile = createEvent(this, "deleteFile"
|
|
8332
|
-
this.uploadComplete = createEvent(this, "uploadComplete"
|
|
8333
|
-
this.viewFile = createEvent(this, "viewFile"
|
|
8336
|
+
this.deleteFile = createEvent(this, "deleteFile");
|
|
8337
|
+
this.uploadComplete = createEvent(this, "uploadComplete");
|
|
8338
|
+
this.viewFile = createEvent(this, "viewFile");
|
|
8334
8339
|
}
|
|
8335
8340
|
/** File name to display */
|
|
8336
8341
|
textFile = 'Nombre del archivo.xlsx';
|
|
@@ -8382,7 +8387,7 @@ class DropiFileUploadProgressBar {
|
|
|
8382
8387
|
};
|
|
8383
8388
|
}
|
|
8384
8389
|
render() {
|
|
8385
|
-
return (hAsync("div", { key: '
|
|
8390
|
+
return (hAsync("div", { key: '7de4db6162b6c7cea620c37bbd9dca5ae48ac26c', class: "container-progress-bar" }, hAsync("div", { key: '17f46bfb02d60643be4fea506aec6b00947a3700', class: "container-icon-info", style: { display: this.fileExtension !== 'pdf' ? 'flex' : 'none' } }, this.type !== 'image' && (hAsync("dropi-icon", { key: '43a34efb7bb1f5915758c9f04f06d354c028c8fd', name: "File-text", iconWidth: "24px", iconHeight: "24px", color: "Info-Info-600" })), this.type === 'image' && !this.urlImage && (hAsync("div", { key: 'a55ea895221f090db621162a265373c4cb71879b', style: { width: '34px', height: '34px', borderRadius: '8px', background: 'var(--Gray-Gray-100)' } })), this.type === 'image' && this.urlImage && (hAsync("img", { key: '85a7a6b045aa4447c03aef43060189eab84743d3', src: this.urlImage, class: "image-to-view", width: "34", height: "34", alt: "" }))), this.fileExtension === 'pdf' && (hAsync("div", { key: '4736fdefc583b44b9d19e397cc6662aa4bb71ef6', class: "icon-pdf" }, hAsync("svg", { key: '9e6e7074855d676bac56d856c94ed37534256193', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, hAsync("g", { key: '91fd32e4f2946a6cf4ddfbb7febbc43977d7a3e4', "clip-path": "url(#clip0_6227_22223)" }, hAsync("path", { key: 'bb19f6eea9ccc07d2c74cca23a20902e228ec876', d: "M16.6243 4.61667L13.716 1.70833C12.616 0.608333 11.1493 0 9.59102 0H5.83268C3.53268 0 1.66602 1.86667 1.66602 4.16667V15.8333C1.66602 18.1333 3.53268 20 5.83268 20H14.166C16.466 20 18.3327 18.1333 18.3327 15.8333V8.74167C18.3327 7.18333 17.7243 5.71667 16.6243 4.61667ZM15.4493 5.79167C15.716 6.05833 15.941 6.35 16.1243 6.66667H12.5077C12.0493 6.66667 11.6743 6.29167 11.6743 5.83333V2.21667C11.991 2.4 12.2827 2.625 12.5493 2.89167L15.4577 5.8L15.4493 5.79167ZM16.666 15.8333C16.666 17.2083 15.541 18.3333 14.166 18.3333H5.83268C4.45768 18.3333 3.33268 17.2083 3.33268 15.8333V4.16667C3.33268 2.79167 4.45768 1.66667 5.83268 1.66667H9.59102C9.72435 1.66667 9.86602 1.66667 9.99935 1.68333V5.83333C9.99935 7.20833 11.1243 8.33333 12.4993 8.33333H16.6493C16.666 8.46667 16.666 8.6 16.666 8.74167V15.8333ZM5.90768 10.8333H4.99935C4.54102 10.8333 4.16602 11.2083 4.16602 11.6667V15.3667C4.16602 15.6583 4.39935 15.8833 4.68268 15.8833C4.96602 15.8833 5.19935 15.65 5.19935 15.3667V14.35H5.89935C6.88268 14.35 7.68268 13.5583 7.68268 12.5917C7.68268 11.625 6.88268 10.8333 5.89935 10.8333H5.90768ZM5.90768 13.3083H5.21602V11.875H5.91602C6.31602 11.875 6.65768 12.2 6.65768 12.5917C6.65768 12.9833 6.31602 13.3083 5.91602 13.3083H5.90768ZM15.8493 11.3583C15.8493 11.65 15.616 11.875 15.3327 11.875H13.9243V12.825H14.9577C15.2493 12.825 15.4743 13.0583 15.4743 13.3417C15.4743 13.625 15.241 13.8583 14.9577 13.8583H13.9243V15.3583C13.9243 15.65 13.691 15.875 13.4077 15.875C13.1243 15.875 12.891 15.6417 12.891 15.3583V11.35C12.891 11.0583 13.1243 10.8333 13.4077 10.8333H15.3327C15.6243 10.8333 15.8493 11.0667 15.8493 11.35V11.3583ZM10.0743 10.8417H9.16602C8.70768 10.8417 8.33268 11.2167 8.33268 11.675V15.375C8.33268 15.6667 8.56602 15.8417 8.84935 15.8417C9.13268 15.8417 10.066 15.8417 10.066 15.8417C11.0493 15.8417 11.8493 15.05 11.8493 14.0833V12.6C11.8493 11.6333 11.0493 10.8417 10.066 10.8417H10.0743ZM10.816 14.0833C10.816 14.475 10.4743 14.8 10.0743 14.8H9.38268V11.8833H10.0827C10.4827 11.8833 10.8243 12.2083 10.8243 12.6V14.0833H10.816Z", fill: "#DE6061" })), hAsync("defs", { key: '6b761a9e96b13b85dbd2d87b0b1c108450f3c3a0' }, hAsync("clipPath", { key: 'c019250b1926e389eb053c10f9c1c67e0b11e55a', id: "clip0_6227_22223" }, hAsync("rect", { key: 'ced06b676a19158d7e93f41a8c4a47c7cd355dd2', width: "20", height: "20", fill: "white" })))))), hAsync("div", { key: 'c1ddf6e727ce42bf5be1f534f706195fae7fdd3d', class: "container-bar-title" }, hAsync("p", { key: 'a6707326b8351ba93f61d969347db84c9627d597' }, this.textFile), hAsync("progress", { key: 'b118931b77a2f51b3a8813bfc7676147d189d566', value: this.progress, max: "100" })), this.progress === 100 && this.isPreview && (hAsync("div", { key: '648edb23c1a2cba83ea7fda5dd02471b5e4dfb35', class: "view-icon", onClick: () => this.viewFile.emit() }, hAsync("svg", { key: '134717d673466a552625eaf167951f1d6c0942c0', xmlns: "http://www.w3.org/2000/svg", width: "18", height: "14", viewBox: "0 0 18 14", fill: "none" }, hAsync("path", { key: 'a80c09f43697d6fe264fdd6df7e43e004dce9f0c', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M7.07148 4.14758C7.64227 3.76618 8.31334 3.56262 8.99983 3.56262C9.92004 3.56372 10.8022 3.92976 11.4529 4.58045C12.1036 5.23114 12.4697 6.11334 12.4708 7.03355C12.4708 7.72004 12.2672 8.39111 11.8858 8.9619C11.5044 9.53269 10.9623 9.97757 10.3281 10.2403C9.69387 10.503 8.99598 10.5717 8.32268 10.4378C7.64939 10.3039 7.03092 9.9733 6.54551 9.48788C6.06009 9.00246 5.72951 8.384 5.59558 7.7107C5.46166 7.0374 5.53039 6.33951 5.7931 5.70528C6.05581 5.07105 6.50069 4.52897 7.07148 4.14758ZM7.84282 8.76514C8.18529 8.99398 8.58794 9.11612 8.99983 9.11612C9.55216 9.11612 10.0819 8.8967 10.4724 8.50615C10.863 8.11559 11.0824 7.58588 11.0824 7.03355C11.0824 6.62166 10.9602 6.21902 10.7314 5.87654C10.5026 5.53407 10.1773 5.26714 9.79679 5.10952C9.41625 4.95189 8.99752 4.91065 8.59354 4.99101C8.18956 5.07136 7.81849 5.26971 7.52723 5.56096C7.23598 5.85221 7.03764 6.22329 6.95728 6.62727C6.87693 7.03124 6.91817 7.44998 7.07579 7.83052C7.23342 8.21105 7.50034 8.53631 7.84282 8.76514Z", fill: "#475066" }), hAsync("path", { key: '12fc2332c38fd8c41319d47744e0f5e0b40c1f6b', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.99996 0.546387C13.2984 0.546387 15.7475 3.48835 16.8241 5.24187C17.157 5.78022 17.3333 6.40064 17.3333 7.03357C17.3333 7.6665 17.157 8.28692 16.8241 8.82526C15.7475 10.5788 13.2984 13.5207 8.99996 13.5207C4.70155 13.5207 2.25246 10.5788 1.17577 8.82526C0.842931 8.28692 0.666626 7.6665 0.666626 7.03357C0.666626 6.40064 0.842931 5.78022 1.17577 5.24187C2.25246 3.48835 4.70155 0.546387 8.99996 0.546387ZM8.99996 12.1324C12.6229 12.1324 14.7159 9.60206 15.6406 8.09845C15.8383 7.77846 15.943 7.40973 15.943 7.03357C15.943 6.6574 15.8383 6.28867 15.6406 5.96868C14.7159 4.4623 12.6229 1.93476 8.99996 1.93476C5.377 1.93476 3.28402 4.46507 2.35936 5.96868C2.16161 6.28867 2.05687 6.6574 2.05687 7.03357C2.05687 7.40973 2.16161 7.77846 2.35936 8.09845C3.28402 9.60206 5.377 12.1324 8.99996 12.1324Z", fill: "#475066" })))), this.progress === 100 && !this.disabled && (hAsync("div", { key: '1b93e90541615b5b45cabff2262cfc1668563f82', class: "container-icon-trash", onClick: () => this.deleteFile.emit() }, hAsync("svg", { key: 'b95127b8ee2ba3aeb6aaeb4050f194097a8dfa05', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "21", viewBox: "0 0 20 21", fill: "none" }, hAsync("path", { key: '33534ae79504bfa0c1d1ee3f9c132ba4bc1a3a82', d: "M16.2501 4.94477H14.0973C13.9362 4.16103 13.5097 3.45682 12.8899 2.95082C12.27 2.44483 11.4947 2.168 10.6946 2.16699H9.30566C8.50552 2.168 7.73019 2.44483 7.11035 2.95082C6.49051 3.45682 6.06406 4.16103 5.90289 4.94477H3.75011C3.56593 4.94477 3.3893 5.01793 3.25906 5.14817C3.12883 5.2784 3.05566 5.45504 3.05566 5.63921C3.05566 5.82339 3.12883 6.00003 3.25906 6.13026C3.3893 6.26049 3.56593 6.33366 3.75011 6.33366H4.44455V15.3614C4.44566 16.282 4.81183 17.1645 5.46276 17.8155C6.11369 18.4664 6.99622 18.8326 7.91677 18.8337H12.0834C13.004 18.8326 13.8865 18.4664 14.5375 17.8155C15.1884 17.1645 15.5546 16.282 15.5557 15.3614V6.33366H16.2501C16.4343 6.33366 16.6109 6.26049 16.7412 6.13026C16.8714 6.00003 16.9446 5.82339 16.9446 5.63921C16.9446 5.45504 16.8714 5.2784 16.7412 5.14817C16.6109 5.01793 16.4343 4.94477 16.2501 4.94477ZM9.30566 3.55588H10.6946C11.1253 3.55641 11.5453 3.69017 11.8971 3.93883C12.2488 4.18749 12.515 4.53886 12.6591 4.94477H7.34108C7.48524 4.53886 7.75143 4.18749 8.10315 3.93883C8.45488 3.69017 8.87492 3.55641 9.30566 3.55588ZM14.1668 15.3614C14.1668 15.914 13.9473 16.4439 13.5566 16.8346C13.1659 17.2253 12.636 17.4448 12.0834 17.4448H7.91677C7.36424 17.4448 6.83434 17.2253 6.44364 16.8346C6.05294 16.4439 5.83344 15.914 5.83344 15.3614V6.33366H14.1668V15.3614Z", fill: "#DE6061" }), hAsync("path", { key: '56a2b6323d63c9d06fcb5044cb4aae51823fb357', d: "M8.61128 14.6666C8.79545 14.6666 8.97209 14.5934 9.10232 14.4632C9.23256 14.3329 9.30572 14.1563 9.30572 13.9721V9.80545C9.30572 9.62127 9.23256 9.44464 9.10232 9.3144C8.97209 9.18417 8.79545 9.11101 8.61128 9.11101C8.4271 9.11101 8.25046 9.18417 8.12023 9.3144C7.99 9.44464 7.91683 9.62127 7.91683 9.80545V13.9721C7.91683 14.1563 7.99 14.3329 8.12023 14.4632C8.25046 14.5934 8.4271 14.6666 8.61128 14.6666Z", fill: "#DE6061" }), hAsync("path", { key: '2487b04fb28c8d9f6e4cc2d325b9983e2c8c4cf5', d: "M11.389 14.6666C11.5731 14.6666 11.7498 14.5934 11.88 14.4632C12.0102 14.3329 12.0834 14.1563 12.0834 13.9721V9.80545C12.0834 9.62127 12.0102 9.44464 11.88 9.3144C11.7498 9.18417 11.5731 9.11101 11.389 9.11101C11.2048 9.11101 11.0281 9.18417 10.8979 9.3144C10.7677 9.44464 10.6945 9.62127 10.6945 9.80545V13.9721C10.6945 14.1563 10.7677 14.3329 10.8979 14.4632C11.0281 14.5934 11.2048 14.6666 11.389 14.6666Z", fill: "#DE6061" }))))));
|
|
8386
8391
|
}
|
|
8387
8392
|
static get watchers() { return {
|
|
8388
8393
|
"progress": [{
|
|
@@ -8411,7 +8416,7 @@ class DropiFileUploadProgressBar {
|
|
|
8411
8416
|
}; }
|
|
8412
8417
|
}
|
|
8413
8418
|
|
|
8414
|
-
const dropiIconCss = () => `:host{display:inline-flex;align-items:center;justify-content:center;fill:var(--icon-fill, currentColor);
|
|
8419
|
+
const dropiIconCss = () => `:host{display:inline-flex;align-items:center;justify-content:center;fill:var(--icon-fill, currentColor);overflow:hidden}svg{fill:inherit;stroke:var(--icon-fill, currentColor);stroke-width:var(--icon-stroke-width, 0);display:block;width:100%;height:100%;vertical-align:middle}.spin{animation:spin 1s linear infinite}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}`;
|
|
8415
8420
|
|
|
8416
8421
|
/**
|
|
8417
8422
|
* @component dropi-icon
|
|
@@ -8426,36 +8431,39 @@ class DropiIcon {
|
|
|
8426
8431
|
/** Icon name matching the id in the SVG sprite */
|
|
8427
8432
|
name = '';
|
|
8428
8433
|
/** Width of the icon (CSS value) */
|
|
8429
|
-
|
|
8430
|
-
|
|
8431
|
-
height = '24px';
|
|
8432
|
-
/**
|
|
8433
|
-
* Color of the icon. Accepts:
|
|
8434
|
-
* - Hex color: `#ff0000`
|
|
8435
|
-
* - CSS variable name without `--`: `Primary-Primary-500`
|
|
8436
|
-
* - `currentColor` to inherit
|
|
8437
|
-
*/
|
|
8434
|
+
iconWidth = '20px';
|
|
8435
|
+
iconHeight = '20px';
|
|
8438
8436
|
color = 'currentColor';
|
|
8437
|
+
/** Stroke width for icons that use strokes */
|
|
8438
|
+
strokeWidth = '';
|
|
8439
|
+
widthChanged() {
|
|
8440
|
+
this.updateHostStyles();
|
|
8441
|
+
}
|
|
8442
|
+
heightChanged() {
|
|
8443
|
+
this.updateHostStyles();
|
|
8444
|
+
}
|
|
8439
8445
|
colorChanged() {
|
|
8440
8446
|
this.applyColor();
|
|
8441
8447
|
}
|
|
8448
|
+
strokeWidthChanged() {
|
|
8449
|
+
this.applyStrokeWidth();
|
|
8450
|
+
}
|
|
8442
8451
|
componentWillLoad() {
|
|
8443
|
-
// SSR Fallback: Read attributes if props are not yet synced by hydration
|
|
8444
|
-
if (!this.el.style.width && !this.el.style.height) {
|
|
8445
|
-
const attrW = this.el.getAttribute('width') || '24px';
|
|
8446
|
-
const attrH = this.el.getAttribute('height') || '24px';
|
|
8447
|
-
this.width = attrW;
|
|
8448
|
-
this.height = attrH;
|
|
8449
|
-
}
|
|
8450
8452
|
this.applyColor();
|
|
8453
|
+
this.applyStrokeWidth();
|
|
8451
8454
|
this.updateHostStyles();
|
|
8452
8455
|
}
|
|
8453
8456
|
componentDidUpdate() {
|
|
8454
8457
|
this.updateHostStyles();
|
|
8455
8458
|
}
|
|
8459
|
+
applyStrokeWidth() {
|
|
8460
|
+
if (this.strokeWidth) {
|
|
8461
|
+
this.el.style.setProperty('--icon-stroke-width', this.strokeWidth);
|
|
8462
|
+
}
|
|
8463
|
+
}
|
|
8456
8464
|
updateHostStyles() {
|
|
8457
|
-
this.el.style.width = this.
|
|
8458
|
-
this.el.style.height = this.
|
|
8465
|
+
this.el.style.width = this.iconWidth;
|
|
8466
|
+
this.el.style.height = this.iconHeight;
|
|
8459
8467
|
}
|
|
8460
8468
|
applyColor() {
|
|
8461
8469
|
if (!this.color)
|
|
@@ -8468,11 +8476,20 @@ class DropiIcon {
|
|
|
8468
8476
|
this.el.style.setProperty('--icon-fill', fill);
|
|
8469
8477
|
}
|
|
8470
8478
|
render() {
|
|
8471
|
-
return (hAsync("svg", { key: '
|
|
8479
|
+
return (hAsync("svg", { key: '99f511720c6654b3f97490c966061520ee17d27f', width: this.iconWidth, height: this.iconHeight, class: { spin: (this.name ?? '') === 'Spinner' }, "aria-hidden": "true" }, hAsync("use", { key: '04792170d8c23b3606249d051f8cc903bd5d1211', href: `/assets/icons/symbol/svg/sprite.css.svg#${this.name ?? ''}` })));
|
|
8472
8480
|
}
|
|
8473
8481
|
static get watchers() { return {
|
|
8482
|
+
"iconWidth": [{
|
|
8483
|
+
"widthChanged": 0
|
|
8484
|
+
}],
|
|
8485
|
+
"iconHeight": [{
|
|
8486
|
+
"heightChanged": 0
|
|
8487
|
+
}],
|
|
8474
8488
|
"color": [{
|
|
8475
8489
|
"colorChanged": 0
|
|
8490
|
+
}],
|
|
8491
|
+
"strokeWidth": [{
|
|
8492
|
+
"strokeWidthChanged": 0
|
|
8476
8493
|
}]
|
|
8477
8494
|
}; }
|
|
8478
8495
|
static get style() { return dropiIconCss(); }
|
|
@@ -8481,9 +8498,10 @@ class DropiIcon {
|
|
|
8481
8498
|
"$tagName$": "dropi-icon",
|
|
8482
8499
|
"$members$": {
|
|
8483
8500
|
"name": [1],
|
|
8484
|
-
"
|
|
8485
|
-
"
|
|
8486
|
-
"color": [1]
|
|
8501
|
+
"iconWidth": [1, "icon-width"],
|
|
8502
|
+
"iconHeight": [1, "icon-height"],
|
|
8503
|
+
"color": [1],
|
|
8504
|
+
"strokeWidth": [1, "stroke-width"]
|
|
8487
8505
|
},
|
|
8488
8506
|
"$listeners$": undefined,
|
|
8489
8507
|
"$lazyBundleId$": "-",
|
|
@@ -8522,13 +8540,13 @@ class DropiIlustrationIcon {
|
|
|
8522
8540
|
const map = {
|
|
8523
8541
|
success: 'Check-circle',
|
|
8524
8542
|
error: 'Cross-circle',
|
|
8525
|
-
info: '
|
|
8526
|
-
warning: '
|
|
8543
|
+
info: 'Comment-round_info',
|
|
8544
|
+
warning: 'Comment-round_info',
|
|
8527
8545
|
};
|
|
8528
|
-
return map[state] || '
|
|
8546
|
+
return map[state] || 'Comment-round_info';
|
|
8529
8547
|
}
|
|
8530
8548
|
render() {
|
|
8531
|
-
return (hAsync("div", { key: '
|
|
8549
|
+
return (hAsync("div", { key: 'd7fa7fce7346d3496ae99c580dee9de5fea934b8', class: "dropi-ilustration" }, this.type === 'dropi' && (hAsync("figure", { key: 'faa5686e775ac3a373037b6e1f9bf32076cfb495', class: "dropi-ilustration__image" }, hAsync("img", { key: '209017a72b774b3e14c8e34f7e3bface75ba592b', src: `assets/icons/ilustration/${(!this.state || String(this.state) === 'undefined' || String(this.state) === 'null') ? 'default' : this.state}.svg`, alt: this.state ?? 'default', onError: (e) => { e.target.src = 'assets/icons/ilustration/default.svg'; } }))), this.type === 'mb' && (hAsync("figure", { key: '75c82f5356c427d4ed35db3e9697d232e7f1b132', class: `dropi-ilustration__image-mb ${this.state}` }, ['success', 'error', 'info', 'warning'].includes(this.state) && (hAsync("dropi-icon", { key: '86a371bef276d6c945959405d39cea3a8dcecde3', name: this.getIconName(this.state), iconWidth: "24px", iconHeight: "24px", color: "Neutral-White" })))), this.type === 'insignia' && (hAsync("figure", { key: 'c1bef5162ba49d8493a1c8d6b16d886543215046', class: this.tagProduct ? 'dropi-ilustration-insignia-tag' : 'dropi-ilustration-insignia' }, hAsync("img", { key: '8d1313457cda0f356f278f095b42d75d960a1c27', src: this.insigniaIcons[this.stateInsignia], alt: this.stateInsignia }), this.tagProduct && (hAsync("p", { key: '303cce4a3a632e9e36f8c7e6d186b56cec9c5ed6', class: `tag tag--${this.stateInsignia}` }, hAsync("span", { key: '3c2b051198e41dcfc2944aa7b1f869ba30e56c2a', class: "Caption-S" }, this.stateInsignia.charAt(0).toUpperCase() + this.stateInsignia.slice(1))))))));
|
|
8532
8550
|
}
|
|
8533
8551
|
static get style() { return dropiIlustrationIconCss(); }
|
|
8534
8552
|
static get cmpMeta() { return {
|
|
@@ -8555,7 +8573,7 @@ const dropiImageMiniatureCss = () => `:host{display:block}*,*::before,*::after{b
|
|
|
8555
8573
|
class DropiImageMiniature {
|
|
8556
8574
|
constructor(hostRef) {
|
|
8557
8575
|
registerInstance(this, hostRef);
|
|
8558
|
-
this.dropiImageClick = createEvent(this, "dropiImageClick"
|
|
8576
|
+
this.dropiImageClick = createEvent(this, "dropiImageClick");
|
|
8559
8577
|
}
|
|
8560
8578
|
/** Optional label above the grid */
|
|
8561
8579
|
label = '';
|
|
@@ -8584,7 +8602,7 @@ class DropiImageMiniature {
|
|
|
8584
8602
|
}
|
|
8585
8603
|
render() {
|
|
8586
8604
|
const imgs = this.parsedImages;
|
|
8587
|
-
return (hAsync("div", { key: '
|
|
8605
|
+
return (hAsync("div", { key: 'aefd44eab41f586a8a5bf4bbc1675b6c9cc67124', class: "miniature" }, this.label && hAsync("span", { key: 'f61ea53ad1dfa354a93781877e0f02c120e0f445', class: "miniature__label" }, this.label), hAsync("div", { key: 'fbde49689bed4e93c63cab97e787e6d877a7fcb2', class: "miniature__grid" }, imgs.map((src, i) => (hAsync("div", { class: "miniature__item", style: { width: this.width, height: this.height }, key: i, onClick: () => this.dropiImageClick.emit({ images: imgs, index: i }) }, hAsync("img", { src: src, alt: `imagen ${i + 1}`, loading: "lazy", onError: (e) => this.handleError(e) }), hAsync("div", { class: "miniature__zoom" }, hAsync("dropi-icon", { name: "Search", iconWidth: "16px", iconHeight: "16px", color: "Neutral-White" }))))))));
|
|
8588
8606
|
}
|
|
8589
8607
|
static get style() { return dropiImageMiniatureCss(); }
|
|
8590
8608
|
static get cmpMeta() { return {
|
|
@@ -8611,7 +8629,7 @@ const dropiImageOverlayCss = () => `:host{display:block}.overlay{position:fixed;
|
|
|
8611
8629
|
class DropiImageOverlay {
|
|
8612
8630
|
constructor(hostRef) {
|
|
8613
8631
|
registerInstance(this, hostRef);
|
|
8614
|
-
this.dropiClose = createEvent(this, "dropiClose"
|
|
8632
|
+
this.dropiClose = createEvent(this, "dropiClose");
|
|
8615
8633
|
}
|
|
8616
8634
|
/** Whether the overlay is visible */
|
|
8617
8635
|
visible = false;
|
|
@@ -8648,7 +8666,7 @@ class DropiImageOverlay {
|
|
|
8648
8666
|
return null;
|
|
8649
8667
|
const imgs = this.parsedImages;
|
|
8650
8668
|
const multi = imgs.length > 1;
|
|
8651
|
-
return (hAsync("div", { class: "overlay", onClick: () => this.close() }, hAsync("button", { class: "overlay__close", onClick: (e) => { e.stopPropagation(); this.close(); }, "aria-label": "Cerrar" }, hAsync("dropi-icon", { name: "Close-large",
|
|
8669
|
+
return (hAsync("div", { class: "overlay", onClick: () => this.close() }, hAsync("button", { class: "overlay__close", onClick: (e) => { e.stopPropagation(); this.close(); }, "aria-label": "Cerrar" }, hAsync("dropi-icon", { name: "Close-large", iconWidth: "24px", iconHeight: "24px", color: "Neutral-White" })), hAsync("div", { class: { 'overlay__body': true, 'overlay__body--single': !multi }, onClick: (e) => e.stopPropagation() }, multi && (hAsync("div", { class: "overlay__thumbs" }, imgs.map((src, i) => (hAsync("div", { key: i, class: { 'overlay__thumb-box': true, 'overlay__thumb-box--active': i === this.current }, onClick: () => this.current = i }, hAsync("img", { src: src, alt: `miniatura ${i + 1}`, class: "overlay__thumb-img", onError: (e) => this.handleError(e) })))))), hAsync("div", { class: "overlay__content" }, multi && (hAsync("button", { class: "overlay__nav overlay__nav--prev", onClick: () => this.prev(), "aria-label": "Anterior" }, hAsync("dropi-icon", { name: "Dropdown-left", iconWidth: "18px", iconHeight: "18px", color: "Gray-Gray-500" }))), hAsync("img", { class: "overlay__main-image", src: imgs[this.current], alt: `imagen ${this.current + 1}`, onError: (e) => this.handleError(e) }), multi && (hAsync("button", { class: "overlay__nav overlay__nav--next", onClick: () => this.next(), "aria-label": "Siguiente" }, hAsync("dropi-icon", { name: "Dropdown-Right", iconWidth: "18px", iconHeight: "18px", color: "Gray-Gray-500" })))))));
|
|
8652
8670
|
}
|
|
8653
8671
|
static get watchers() { return {
|
|
8654
8672
|
"images": [{
|
|
@@ -8678,7 +8696,7 @@ class DropiImageOverlay {
|
|
|
8678
8696
|
}; }
|
|
8679
8697
|
}
|
|
8680
8698
|
|
|
8681
|
-
const dropiInputCss = () => `:host{display:block;width:100%}*,*::before,*::after{box-sizing:border-box}.fixed-label-container{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:8px}.input-label{color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-xs, 10px);font-weight:var(--font-weight-regular, 400);text-align:left}.asterisk{color:var(--Error-Error-500, #f46a6b)}.form-group{position:relative;width:100%}.input-container{position:relative}.icon-input{position:absolute;top:
|
|
8699
|
+
const dropiInputCss = () => `:host{display:block;width:100%}*,*::before,*::after{box-sizing:border-box}.fixed-label-container{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:8px}.input-label{color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-xs, 10px);font-weight:var(--font-weight-regular, 400);text-align:left}.asterisk{color:var(--Error-Error-500, #f46a6b)}.form-group{position:relative;width:100%}.input-container{position:relative}.icon-input{position:absolute;top:50%;left:12px;transform:translateY(-50%);z-index:1;display:flex;align-items:center;justify-content:center}.icon-input-password{position:absolute;top:50%;right:13px;transform:translateY(-50%);cursor:pointer;z-index:1;display:flex;align-items:center;justify-content:center}.form-control{box-sizing:border-box;width:100%;padding:var(--Size-2, 8px);border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);background:var(--Neutral-White, #ffffff);font-size:var(--font-size-s, 12px);font-family:inherit;color:var(--Gray-Gray-700, #32394d);transition:border-color 0.3s ease-in-out;height:40px;outline:none;appearance:none;text-align:left}.form-control::placeholder{color:transparent;transition:color 0.2s ease-in-out}.form-control:focus::placeholder,.fixed-label-input::placeholder{color:var(--Gray-Gray-400, #858ea6)}.form-control:focus{border-color:var(--Info-Info-500, #50a5f1)}.form-control-valid{border-color:var(--Gray-Gray-400, #858ea6) !important;color:var(--Gray-Gray-600, #475066)}.form-control-invalid{border-color:var(--Error-Error-500, #f46a6b) !important;color:var(--Gray-Gray-600, #475066)}.form-control:disabled{border-color:var(--Gray-Gray-200, #c3c9d9) !important;color:var(--Gray-Gray-400, #858ea6);background-color:var(--Gray-Gray-50, #f7f8fa);cursor:not-allowed}.padding-icon{padding-left:40px}.input-container--has-icon label.label-bottom{left:40px}.input-container--has-icon .form-control:focus+label.label-bottom,.input-container--has-icon .form-control:not(:placeholder-shown)+label.label-bottom{left:0}.text-password{-webkit-text-security:disc;text-security:disc}label.label-bottom{position:absolute;font-weight:var(--font-weight-regular, 400);top:10px;font-size:var(--font-size-s, 12px);color:var(--Gray-Gray-500, #69738c);left:10px;transition:all 0.2s ease-in-out;pointer-events:none;overflow:hidden;width:90%;white-space:nowrap}.form-control:focus+label.label-bottom,.form-control:not(:placeholder-shown)+label.label-bottom{top:-22px;left:0;font-size:var(--font-size-xs, 10px);color:var(--Gray-Gray-600, #475066);width:unset}.form-control:disabled+label.label-bottom{color:var(--Gray-Gray-400, #858ea6)}.form-control-helper{display:flex;position:absolute;top:100%;left:0;gap:4px;align-items:center;margin-top:4px}.form-control-helper span{display:block;color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-xs, 10px)}.invalid-color{color:var(--Error-Error-500, #f46a6b) !important}.disabled-helper{color:var(--Gray-Gray-400, #858ea6) !important}.disabled-helper{color:var(--Gray-Gray-400, #858ea6) !important}`;
|
|
8682
8700
|
|
|
8683
8701
|
/**
|
|
8684
8702
|
* @component dropi-input
|
|
@@ -8698,10 +8716,10 @@ const dropiInputCss = () => `:host{display:block;width:100%}*,*::before,*::after
|
|
|
8698
8716
|
class DropiInput {
|
|
8699
8717
|
constructor(hostRef) {
|
|
8700
8718
|
registerInstance(this, hostRef);
|
|
8701
|
-
this.
|
|
8702
|
-
this.
|
|
8703
|
-
this.
|
|
8704
|
-
this.
|
|
8719
|
+
this.dropiInput = createEvent(this, "dropiInput");
|
|
8720
|
+
this.dropiChange = createEvent(this, "dropiChange");
|
|
8721
|
+
this.dropiFocus = createEvent(this, "dropiFocus");
|
|
8722
|
+
this.dropiBlur = createEvent(this, "dropiBlur");
|
|
8705
8723
|
if (hostRef.$hostElement$["s-ei"]) {
|
|
8706
8724
|
this.internals = hostRef.$hostElement$["s-ei"];
|
|
8707
8725
|
}
|
|
@@ -8713,7 +8731,7 @@ class DropiInput {
|
|
|
8713
8731
|
internals;
|
|
8714
8732
|
// ── Identification ──────────────────────────────────────────
|
|
8715
8733
|
/** Input id. Defaults to label label. */
|
|
8716
|
-
|
|
8734
|
+
inputId = '';
|
|
8717
8735
|
/** Name attribute for native form submission */
|
|
8718
8736
|
name = '';
|
|
8719
8737
|
// ── Content ─────────────────────────────────────────────────
|
|
@@ -8776,18 +8794,20 @@ class DropiInput {
|
|
|
8776
8794
|
touched = false;
|
|
8777
8795
|
// ── Events ──────────────────────────────────────────────────
|
|
8778
8796
|
/** Emitted on every keystroke with the current value */
|
|
8779
|
-
|
|
8797
|
+
dropiInput;
|
|
8780
8798
|
/** Emitted on blur with the final value */
|
|
8781
|
-
|
|
8799
|
+
dropiChange;
|
|
8782
8800
|
/** Emitted on focus */
|
|
8783
|
-
|
|
8801
|
+
dropiFocus;
|
|
8784
8802
|
/** Emitted on blur */
|
|
8785
|
-
|
|
8803
|
+
dropiBlur;
|
|
8786
8804
|
inputPropertiesChanged(val) {
|
|
8787
8805
|
if (!val)
|
|
8788
8806
|
return;
|
|
8789
8807
|
if (val.id !== undefined)
|
|
8790
|
-
this.
|
|
8808
|
+
this.inputId = val.id;
|
|
8809
|
+
if (val.inputId !== undefined)
|
|
8810
|
+
this.inputId = val.inputId;
|
|
8791
8811
|
if (val.label !== undefined)
|
|
8792
8812
|
this.label = val.label;
|
|
8793
8813
|
if (val.placeholder !== undefined)
|
|
@@ -8843,7 +8863,7 @@ class DropiInput {
|
|
|
8843
8863
|
val = this.formatThousands(val, this.isMoneyInput);
|
|
8844
8864
|
this.value = val;
|
|
8845
8865
|
this.internals.setFormValue(val);
|
|
8846
|
-
this.
|
|
8866
|
+
this.dropiInput.emit(val);
|
|
8847
8867
|
}
|
|
8848
8868
|
handleKeyDown(e) {
|
|
8849
8869
|
if ((this.isNumericInput || this.isMoneyInput || this.isThousandSeparator) && !this.isAllowedNumberKey(e)) {
|
|
@@ -8854,12 +8874,12 @@ class DropiInput {
|
|
|
8854
8874
|
}
|
|
8855
8875
|
}
|
|
8856
8876
|
handleFocus() {
|
|
8857
|
-
this.
|
|
8877
|
+
this.dropiFocus.emit();
|
|
8858
8878
|
}
|
|
8859
8879
|
handleBlur() {
|
|
8860
8880
|
this.touched = true;
|
|
8861
|
-
this.
|
|
8862
|
-
this.
|
|
8881
|
+
this.dropiChange.emit(this.value);
|
|
8882
|
+
this.dropiBlur.emit();
|
|
8863
8883
|
}
|
|
8864
8884
|
togglePassword() {
|
|
8865
8885
|
if (this.disabled)
|
|
@@ -8903,7 +8923,7 @@ class DropiInput {
|
|
|
8903
8923
|
}
|
|
8904
8924
|
// ── Computed ─────────────────────────────────────────────────
|
|
8905
8925
|
get resolvedId() {
|
|
8906
|
-
return this.
|
|
8926
|
+
return this.inputId || this.label;
|
|
8907
8927
|
}
|
|
8908
8928
|
get inputType() {
|
|
8909
8929
|
if (this.passwordInput)
|
|
@@ -8924,14 +8944,14 @@ class DropiInput {
|
|
|
8924
8944
|
render() {
|
|
8925
8945
|
const showObligatoryAsterisk = this.required && this.showObligatoryAsterisk && !this.disabled;
|
|
8926
8946
|
const showIconInline = !!this.icon;
|
|
8927
|
-
return (hAsync("div", { key: '
|
|
8947
|
+
return (hAsync("div", { key: '36a33fdb7048e3ba43dae3c2d3d71c9f69643cac', class: { 'fixed-label-container': this.fixedLabel } }, this.fixedLabel && (hAsync("div", { key: '699adfe37d662ed328cd13fdad428e857b70f01d', class: "input-label Body-S-Regular" }, this.label, showObligatoryAsterisk && hAsync("span", { key: 'b2d6f4757cdb50eacfb7879e4a878e30adf5235d', class: "asterisk" }, " *"))), hAsync("div", { key: 'dc080fc5d0ab12f0eadf7e1bb30cae5539f76640', class: "form-group" }, hAsync("div", { key: 'cf228d5e4c7e0a04735d38ba239a2b989f5247ca', class: { 'input-container': true, 'input-container--has-icon': showIconInline } }, showIconInline && (hAsync("dropi-icon", { key: '049e396ea1f2f11625de73bc074c0e0aecea96ab', class: "icon-input", name: this.icon, color: this.iconColor, iconWidth: "20px", iconHeight: "20px", style: { width: '20px', height: '20px' } })), this.passwordInput && (hAsync("dropi-icon", { key: '544316f6e7a284acf65d3a2b7fb3a2654c80d95b', class: "icon-input-password", name: this.showPassword ? 'Eye' : 'Eye-crossed', iconWidth: "20px", iconHeight: "20px", style: { width: '20px', height: '20px' }, color: "Gray-Gray-500", onClick: () => this.togglePassword() })), hAsync("input", { key: '6d23ac748d0768d6eea0eb347bde7b13d8f20321', id: this.resolvedId, class: {
|
|
8928
8948
|
'form-control': true,
|
|
8929
8949
|
'form-control-valid': !this.isInvalid && this.touched && !!this.value,
|
|
8930
8950
|
'form-control-invalid': this.isInvalid,
|
|
8931
8951
|
'padding-icon': showIconInline,
|
|
8932
8952
|
'text-password': this.passwordInput && !this.showPassword,
|
|
8933
8953
|
'fixed-label-input': this.fixedLabel,
|
|
8934
|
-
}, type: this.inputType, value: this.value, placeholder: this.fixedLabel ? this.placeholder : ' ', disabled: this.disabled, required: this.required, maxLength: this.maxLength, inputMode: this.inputMode, "data-cy": undefined, onInput: e => this.handleInput(e), onKeyDown: e => this.handleKeyDown(e), onFocus: () => this.handleFocus(), onBlur: () => this.handleBlur() }), !this.fixedLabel && (hAsync("label", { key: '
|
|
8954
|
+
}, type: this.inputType, value: this.value, placeholder: this.fixedLabel ? this.placeholder : ' ', disabled: this.disabled, required: this.required, maxLength: this.maxLength, inputMode: this.inputMode, "data-cy": undefined, onInput: e => this.handleInput(e), onKeyDown: e => this.handleKeyDown(e), onFocus: () => this.handleFocus(), onBlur: () => this.handleBlur() }), !this.fixedLabel && (hAsync("label", { key: '8f26c9430cbc1c6b55286d62c2a350724dd0101f', class: "Body-S-Regular label-bottom", htmlFor: this.resolvedId }, this.label, showObligatoryAsterisk && hAsync("span", { key: '95d953c160cf22457b0e1d6265b8137a24d4092b', class: "asterisk" }, " *"))), this.showHelper && (hAsync("div", { key: 'ad3d4b5230fd32e97c661c64deadf97830caa550', class: "form-control-helper" }, this.isInvalid && hAsync("dropi-icon", { key: '7c28120d1cc46ccd288948b1d2d9e5cc24521af7', name: "Warning-circle", iconWidth: "12px", iconHeight: "12px", color: "Error-Error-500" }), hAsync("span", { key: '40eb1eedd2a204975aed61fcd24ccadd26d8aaef', class: {
|
|
8935
8955
|
'disabled-helper': this.disabled,
|
|
8936
8956
|
'invalid-color': this.isInvalid,
|
|
8937
8957
|
} }, this.textHelper)))))));
|
|
@@ -8953,7 +8973,7 @@ class DropiInput {
|
|
|
8953
8973
|
"$flags$": 585,
|
|
8954
8974
|
"$tagName$": "dropi-input",
|
|
8955
8975
|
"$members$": {
|
|
8956
|
-
"
|
|
8976
|
+
"inputId": [1025, "input-id"],
|
|
8957
8977
|
"name": [1],
|
|
8958
8978
|
"label": [1025],
|
|
8959
8979
|
"placeholder": [1025],
|
|
@@ -8999,13 +9019,13 @@ const dropiLanguagesSelectorCss = () => `:host{display:inline-block;position:rel
|
|
|
8999
9019
|
class DropiLanguagesSelector {
|
|
9000
9020
|
constructor(hostRef) {
|
|
9001
9021
|
registerInstance(this, hostRef);
|
|
9002
|
-
this.
|
|
9022
|
+
this.dropiLanguageChange = createEvent(this, "dropiLanguageChange");
|
|
9003
9023
|
}
|
|
9004
9024
|
/** Language options (array or JSON string) */
|
|
9005
9025
|
languages = [];
|
|
9006
9026
|
/** Currently selected language (LanguageOption or JSON string) */
|
|
9007
9027
|
selectedLang = null;
|
|
9008
|
-
|
|
9028
|
+
dropiLanguageChange;
|
|
9009
9029
|
isOpen = false;
|
|
9010
9030
|
parsedLanguages = [];
|
|
9011
9031
|
currentLang = null;
|
|
@@ -9032,12 +9052,12 @@ class DropiLanguagesSelector {
|
|
|
9032
9052
|
select(lang) {
|
|
9033
9053
|
this.currentLang = lang;
|
|
9034
9054
|
this.isOpen = false;
|
|
9035
|
-
this.
|
|
9055
|
+
this.dropiLanguageChange.emit(lang);
|
|
9036
9056
|
}
|
|
9037
9057
|
render() {
|
|
9038
9058
|
if (!this.currentLang)
|
|
9039
9059
|
return null;
|
|
9040
|
-
return (hAsync("div", { class: `custom-dropdown${this.isOpen ? ' open' : ''}` }, hAsync("div", { class: "selected-option", onClick: () => { this.isOpen = !this.isOpen; } }, hAsync("dropi-country-flags", { country: this.currentLang.flag, "flag-style": "rectangle", width: "20", height: "15" }), hAsync("span", { class: "Body-S-Regular" }, this.currentLang.label), hAsync("dropi-icon", { name: "Caret-down",
|
|
9060
|
+
return (hAsync("div", { class: `custom-dropdown${this.isOpen ? ' open' : ''}` }, hAsync("div", { class: "selected-option", onClick: () => { this.isOpen = !this.isOpen; } }, hAsync("dropi-country-flags", { country: this.currentLang.flag, "flag-style": "rectangle", width: "20", height: "15" }), hAsync("span", { class: "Body-S-Regular" }, this.currentLang.label), hAsync("dropi-icon", { name: "Caret-down", iconWidth: "16px", iconHeight: "16px", color: "Gray-Gray-500" })), hAsync("ul", { class: `dropdown-options${this.isOpen ? ' dropdown-open' : ''}` }, this.parsedLanguages.map(lang => (hAsync("li", { key: lang.code, class: lang.code === this.currentLang?.code ? 'active' : '', onClick: () => this.select(lang) }, hAsync("dropi-country-flags", { country: lang.flag, "flag-style": "rectangle", width: "20", height: "15" }), hAsync("span", { class: "Body-S-Regular" }, lang.label)))))));
|
|
9041
9061
|
}
|
|
9042
9062
|
static get watchers() { return {
|
|
9043
9063
|
"languages": [{
|
|
@@ -9095,7 +9115,7 @@ class DropiLogo {
|
|
|
9095
9115
|
e.target.src = FALLBACK_SVG;
|
|
9096
9116
|
}
|
|
9097
9117
|
render() {
|
|
9098
|
-
return (hAsync("figure", { key: '
|
|
9118
|
+
return (hAsync("figure", { key: '2a5ed49bd2ac8592db5b06256ff4e911e26ee6fd', class: { 'dropi-logo': true, [`dropi-logo--${this.size}`]: true } }, hAsync("img", { key: 'f0f63e2e5ceb30c24eac3f7f5a3446858b632f90', src: this.urlLogo || FALLBACK_SVG, alt: "Dropi logo", onError: (e) => this.handleError(e) })));
|
|
9099
9119
|
}
|
|
9100
9120
|
static get style() { return dropiLogoCss(); }
|
|
9101
9121
|
static get cmpMeta() { return {
|
|
@@ -9156,8 +9176,8 @@ const dropiMediaPlayerCss = () => `:host{display:block;width:100%}*,*::before,*:
|
|
|
9156
9176
|
class DropiMediaPlayer {
|
|
9157
9177
|
constructor(hostRef) {
|
|
9158
9178
|
registerInstance(this, hostRef);
|
|
9159
|
-
this.dropiPlay = createEvent(this, "dropiPlay"
|
|
9160
|
-
this.dropiEnded = createEvent(this, "dropiEnded"
|
|
9179
|
+
this.dropiPlay = createEvent(this, "dropiPlay");
|
|
9180
|
+
this.dropiEnded = createEvent(this, "dropiEnded");
|
|
9161
9181
|
}
|
|
9162
9182
|
get el() { return getElement(this); }
|
|
9163
9183
|
src = '';
|
|
@@ -9330,10 +9350,10 @@ class DropiMediaPlayer {
|
|
|
9330
9350
|
}, onMouseMove: () => this.onMouseMove(), onMouseLeave: () => this.onMouseLeave() }, hAsync("div", { class: "dropi-media-player__blur-bg", style: { backgroundImage: `url(${this.poster})` } }), hAsync("div", { class: "dropi-media-player__blur-overlay" }), hAsync("video", { class: "dropi-media-player__video", ref: (el) => this.mediaEl = el, src: this.src, poster: this.poster, onClick: () => this.togglePlay(), onPlay: () => { this.playing = true; this.startHideControlsTimer(); this.dropiPlay.emit(true); }, onPause: () => { this.playing = false; this.showControls = true; clearTimeout(this.controlsTimeout); this.dropiPlay.emit(false); }, onEnded: () => { this.playing = false; this.showControls = true; this.dropiEnded.emit(); }, onTimeUpdate: () => this.handleTimeUpdate(), onLoadedMetaData: () => this.handleLoadedMetadata() }), hAsync("div", { class: {
|
|
9331
9351
|
'dropi-media-player__center-play': true,
|
|
9332
9352
|
'dropi-media-player__center-play--hidden': this.playing && !this.showControls
|
|
9333
|
-
}, style: { width: `${this.playButtonSize}px`, height: `${this.playButtonSize}px` }, onClick: (e) => { e.stopPropagation(); this.togglePlay(); } }, this.playing ? (hAsync("svg", { width: `${this.playIconSize}px`, height: `${this.playIconSize}px`, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", "stroke-width": "1.5", style: { color: '#ffffff' } }, hAsync("rect", { x: "6.5", y: "4", width: "3.5", height: "16", rx: "1.75" }), hAsync("rect", { x: "14", y: "4", width: "3.5", height: "16", rx: "1.75" }))) : (hAsync("dropi-icon", { name: "Play", color: "Neutral-White",
|
|
9353
|
+
}, style: { width: `${this.playButtonSize}px`, height: `${this.playButtonSize}px` }, onClick: (e) => { e.stopPropagation(); this.togglePlay(); } }, this.playing ? (hAsync("svg", { width: `${this.playIconSize}px`, height: `${this.playIconSize}px`, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", "stroke-width": "1.5", style: { color: '#ffffff' } }, hAsync("rect", { x: "6.5", y: "4", width: "3.5", height: "16", rx: "1.75" }), hAsync("rect", { x: "14", y: "4", width: "3.5", height: "16", rx: "1.75" }))) : (hAsync("dropi-icon", { name: "Play", color: "Neutral-White", iconWidth: `${this.playIconSize}px`, iconHeight: `${this.playIconSize}px` }))), hAsync("div", { class: {
|
|
9334
9354
|
'dropi-media-player__controls-bar': true,
|
|
9335
9355
|
'dropi-media-player__controls-bar--hidden': !this.showControls
|
|
9336
|
-
}, onClick: (e) => e.stopPropagation() }, hAsync("span", { class: "dropi-media-player__timestamp" }, this.currentTimeStr, " / ", this.durationStr), hAsync("div", { class: "dropi-media-player__progress", onClick: (e) => { e.stopPropagation(); this.handleSeek(e); } }, hAsync("div", { class: "dropi-media-player__progress-track" }, hAsync("div", { class: "dropi-media-player__progress-fill", style: { width: `${this.progress}%` } }), hAsync("div", { class: "dropi-media-player__progress-thumb", style: { left: `${this.progress}%` } }))), hAsync("div", { class: "dropi-media-player__actions" }, hAsync("div", { class: "dropi-media-player__speed-control", onClick: (e) => e.stopPropagation() }, this.showSpeedMenu && (hAsync("div", { class: "dropi-media-player__speed-menu" }, this.speeds.map(s => (hAsync("button", { type: "button", class: { 'dropi-media-player__speed-option': true, 'dropi-media-player__speed-option--active': this.speed === s }, onClick: (e) => { e.stopPropagation(); this.selectSpeed(s); } }, "x", s))))), hAsync("button", { class: "dropi-media-player__btn dropi-media-player__btn--speed", onClick: (e) => { e.stopPropagation(); this.toggleSpeedMenu(); }, type: "button" }, "x", this.speed)), hAsync("button", { class: "dropi-media-player__btn", onClick: (e) => { e.stopPropagation(); this.toggleFullscreen(); }, type: "button" }, hAsync("dropi-icon", { name: this.isFullscreen ? 'Compress' : 'Expand', color: "Neutral-White",
|
|
9356
|
+
}, onClick: (e) => e.stopPropagation() }, hAsync("span", { class: "dropi-media-player__timestamp" }, this.currentTimeStr, " / ", this.durationStr), hAsync("div", { class: "dropi-media-player__progress", onClick: (e) => { e.stopPropagation(); this.handleSeek(e); } }, hAsync("div", { class: "dropi-media-player__progress-track" }, hAsync("div", { class: "dropi-media-player__progress-fill", style: { width: `${this.progress}%` } }), hAsync("div", { class: "dropi-media-player__progress-thumb", style: { left: `${this.progress}%` } }))), hAsync("div", { class: "dropi-media-player__actions" }, hAsync("div", { class: "dropi-media-player__speed-control", onClick: (e) => e.stopPropagation() }, this.showSpeedMenu && (hAsync("div", { class: "dropi-media-player__speed-menu" }, this.speeds.map(s => (hAsync("button", { type: "button", class: { 'dropi-media-player__speed-option': true, 'dropi-media-player__speed-option--active': this.speed === s }, onClick: (e) => { e.stopPropagation(); this.selectSpeed(s); } }, "x", s))))), hAsync("button", { class: "dropi-media-player__btn dropi-media-player__btn--speed", onClick: (e) => { e.stopPropagation(); this.toggleSpeedMenu(); }, type: "button" }, "x", this.speed)), hAsync("button", { class: "dropi-media-player__btn", onClick: (e) => { e.stopPropagation(); this.toggleFullscreen(); }, type: "button" }, hAsync("dropi-icon", { name: this.isFullscreen ? 'Compress' : 'Expand', color: "Neutral-White", iconWidth: "20px", iconHeight: "20px" })), hAsync("div", { class: "dropi-media-player__volume-control", onClick: (e) => e.stopPropagation() }, this.showVolumeSlider && (hAsync("div", { class: "dropi-media-player__volume-popup" }, hAsync("input", { type: "range", class: "dropi-media-player__volume-slider", min: "0", max: "1", step: "0.01", value: this.muted ? 0 : this.volume, style: { background: this.volumeGradient }, onInput: (e) => this.handleVolume(e) }))), hAsync("button", { class: "dropi-media-player__btn", onClick: (e) => { e.stopPropagation(); this.toggleVolume(); }, type: "button" }, hAsync("dropi-icon", { name: this.volumeIcon, color: "Neutral-White", iconWidth: "20px", iconHeight: "20px" })))))));
|
|
9337
9357
|
}
|
|
9338
9358
|
static get style() { return dropiMediaPlayerCss(); }
|
|
9339
9359
|
static get cmpMeta() { return {
|
|
@@ -9366,7 +9386,7 @@ class DropiMediaPlayer {
|
|
|
9366
9386
|
}; }
|
|
9367
9387
|
}
|
|
9368
9388
|
|
|
9369
|
-
const dropiModalCss = () => `:host{display:contents}*,*::before,*::after{box-sizing:border-box}.modal-root{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;transition:opacity 0.18s ease;z-index:
|
|
9389
|
+
const dropiModalCss = () => `:host{display:contents}*,*::before,*::after{box-sizing:border-box}.modal-root{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;transition:opacity 0.18s ease;z-index:9999;visibility:hidden}.modal-root--open{opacity:1;pointer-events:auto;visibility:visible}.modal-root--closing{opacity:1;pointer-events:none;visibility:visible}.modal-mask{position:absolute;inset:0;background:rgba(6,11,16,0.66);pointer-events:auto;opacity:0;transition:opacity 0.18s ease}.modal-root--open .modal-mask{opacity:1}.modal-root--closing .modal-mask{opacity:0}.modal-panel{position:relative;pointer-events:auto;display:flex;flex-direction:column;border-radius:var(--Border-2, 8px);background:var(--Neutral-White, #ffffff);box-shadow:0 0 60px rgba(0,0,0,0.06);overflow:hidden;padding:var(--Size-6, 32px);gap:var(--Size-5, 24px);max-height:calc(100vh - 60px);opacity:0;transform:translateY(16px) scale(0.92);transition:opacity 0.18s ease, transform 0.18s ease}.modal-root--open .modal-panel{opacity:1;transform:none}.modal-root--closing .modal-panel{opacity:0;transform:translateY(-12px) scale(1.06)}.modal-header{display:flex;align-items:center;gap:4px}.modal-title{color:var(--Gray-Gray-700,#32394d);font-size:var(--Size-5, 24px);font-weight:var(--font-weight-bold);flex:1;text-align:left}.modal-close{margin-left:auto;border:0;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:var(--font-size-xxl);line-height:1;color:var(--Gray-Gray-400)}.modal-close:hover{opacity:0.7}.modal-content{padding-right:8px;overflow:auto;flex:1;display:flex;flex-direction:column;scrollbar-width:thin;scrollbar-color:var(--Gray-Gray-300,#a3abbf) var(--Gray-Gray-50,#f7f8fa)}.modal-content::-webkit-scrollbar{width:4px}.modal-content::-webkit-scrollbar-track{background:var(--Gray-Gray-50,#f7f8fa);border-radius:16px}.modal-content::-webkit-scrollbar-thumb{background:var(--Gray-Gray-300,#a3abbf);border-radius:16px}.modal-footer{display:flex;justify-content:flex-end;align-items:flex-start;gap:var(--Size-1, 4px);width:100%;margin-top:auto;flex-shrink:0}.modal-footer:empty{display:none}::slotted(.button-container){display:grid;grid-template-columns:1fr 1fr;gap:var(--Size-4, 16px);min-width:470px;width:100%}::slotted(.button-container)>*{width:100%}::slotted(.button-container) dropi-button{width:100%}.modal-panel.size-m .modal-footer,.modal-panel.size-s .modal-footer,.modal-panel.size-xs .modal-footer{justify-content:flex-end}.modal-panel.size-m .modal-footer ::slotted(.button-container),.modal-panel.size-s .modal-footer ::slotted(.button-container),.modal-panel.size-xs .modal-footer ::slotted(.button-container){min-width:unset !important;width:100%}.modal-panel.size-drawer-s .modal-footer ::slotted(.button-container){min-width:unset;display:flex;flex-direction:column-reverse;gap:var(--Size-4, 16px)}.modal-panel.size-full{width:100%;height:100vh;max-height:100vh;border-radius:0}.modal-panel.size-xxl{width:calc(100% - 60px);max-width:1520px;height:calc(100vh - 120px);max-height:900px}.modal-panel.size-l{width:1137px;max-width:1137px;max-height:754px}.modal-panel.size-m{max-width:550px;width:550px}.modal-panel.size-s{width:454px}.modal-panel.size-xs{width:320px;padding:24px;gap:16px}.modal-root--right{align-items:stretch;justify-content:flex-end}.modal-root--right .modal-panel{height:100vh;max-height:100vh;border-radius:0;gap:0;opacity:1;transform:translateX(100%);transition:transform 0.32s cubic-bezier(0.4,0,0.2,1)}.modal-root--open.modal-root--right .modal-panel{transform:translateX(0)}.modal-root--closing.modal-root--right .modal-panel{transform:translateX(100%)}.modal-root--right .modal-panel.size-drawer-s{width:351px;padding:20px;box-shadow:0 8px 40px rgba(0,0,0,0.16)}.modal-root--right .modal-panel.size-drawer-m{width:550px;box-shadow:0 8px 40px rgba(0,0,0,0.16)}.modal-root--right .modal-panel.size-drawer-l{width:1137px;box-shadow:0 8px 40px rgba(0,0,0,0.16)}.modal-root--right .modal-panel.size-drawer-xxl{width:1214px;box-shadow:0 8px 40px rgba(0,0,0,0.16)}.modal-root--right .modal-panel.size-sidebar-half{width:50vw;min-width:600px;box-shadow:0 8px 40px rgba(0,0,0,0.16)}@media (max-width: 768px){.modal-root--right .modal-panel.size-drawer-s,.modal-root--right .modal-panel.size-drawer-m,.modal-root--right .modal-panel.size-drawer-l,.modal-root--right .modal-panel.size-drawer-xxl,.modal-root--right .modal-panel.size-sidebar-half{width:100vw;min-width:unset}}.modal-root--left{align-items:stretch;justify-content:flex-start}.modal-root--left .modal-panel{height:100vh;max-height:100vh;border-radius:0;gap:0;opacity:1;transform:translateX(-100%);transition:transform 0.32s cubic-bezier(0.4,0,0.2,1)}.modal-root--open.modal-root--left .modal-panel{transform:translateX(0)}.modal-root--closing.modal-root--left .modal-panel{transform:translateX(-100%)}.modal-root--top{align-items:flex-start}.modal-root--bottom{align-items:flex-end}@media (max-width: 599px){.modal-panel{padding:20px;width:100% !important}.modal-panel:not(.size-s){border-radius:0 !important;height:100% !important;max-height:unset !important}.modal-root--right .modal-panel{width:100vw !important;min-width:unset !important}.modal-footer{justify-content:center}.modal-footer ::slotted(.button-container){width:100%;min-width:unset !important;display:flex;flex-direction:column-reverse;gap:var(--Size-4, 16px)}}@media (prefers-reduced-motion: reduce){.modal-root,.modal-mask,.modal-panel{transition:none !important}}`;
|
|
9370
9390
|
|
|
9371
9391
|
/**
|
|
9372
9392
|
* @component dropi-modal
|
|
@@ -9376,9 +9396,9 @@ const dropiModalCss = () => `:host{display:contents}*,*::before,*::after{box-siz
|
|
|
9376
9396
|
class DropiModal {
|
|
9377
9397
|
constructor(hostRef) {
|
|
9378
9398
|
registerInstance(this, hostRef);
|
|
9379
|
-
this.
|
|
9380
|
-
this.
|
|
9381
|
-
this.
|
|
9399
|
+
this.dropiShow = createEvent(this, "dropiShow");
|
|
9400
|
+
this.dropiHide = createEvent(this, "dropiHide");
|
|
9401
|
+
this.dropiVisibleChange = createEvent(this, "dropiVisibleChange");
|
|
9382
9402
|
}
|
|
9383
9403
|
visible = false;
|
|
9384
9404
|
header = null;
|
|
@@ -9405,28 +9425,28 @@ class DropiModal {
|
|
|
9405
9425
|
/** Enable a before-close hook (matches Angular `enableBeforeClose`) */
|
|
9406
9426
|
enableBeforeClose = false;
|
|
9407
9427
|
/** No-op — kept for API parity with Angular (matches Angular `draggable`) */
|
|
9408
|
-
|
|
9428
|
+
isDraggable = false;
|
|
9409
9429
|
/** No-op — kept for API parity with Angular (matches Angular `resizable`) */
|
|
9410
9430
|
resizable = false;
|
|
9411
|
-
|
|
9412
|
-
|
|
9413
|
-
|
|
9431
|
+
dropiShow;
|
|
9432
|
+
dropiHide;
|
|
9433
|
+
dropiVisibleChange;
|
|
9414
9434
|
isOpen = false;
|
|
9415
9435
|
isClosing = false;
|
|
9416
9436
|
mounted = false;
|
|
9417
9437
|
closeTimer = null;
|
|
9418
9438
|
keyHandler = null;
|
|
9419
|
-
|
|
9420
|
-
|
|
9421
|
-
|
|
9422
|
-
|
|
9423
|
-
|
|
9424
|
-
|
|
9425
|
-
|
|
9439
|
+
canDismiss = false;
|
|
9440
|
+
visibleChanged(val) {
|
|
9441
|
+
if (val) {
|
|
9442
|
+
this.openModal();
|
|
9443
|
+
}
|
|
9444
|
+
else {
|
|
9445
|
+
this.startClose();
|
|
9446
|
+
}
|
|
9426
9447
|
}
|
|
9427
9448
|
componentDidLoad() {
|
|
9428
|
-
|
|
9429
|
-
if (isVisible)
|
|
9449
|
+
if (this.visible)
|
|
9430
9450
|
this.openModal();
|
|
9431
9451
|
}
|
|
9432
9452
|
disconnectedCallback() {
|
|
@@ -9437,32 +9457,37 @@ class DropiModal {
|
|
|
9437
9457
|
document.body.classList.remove('dropi-modal-open');
|
|
9438
9458
|
}
|
|
9439
9459
|
}
|
|
9440
|
-
async
|
|
9441
|
-
this.visible
|
|
9442
|
-
|
|
9443
|
-
|
|
9460
|
+
async dismiss() {
|
|
9461
|
+
if (this.visible) {
|
|
9462
|
+
this.visible = false;
|
|
9463
|
+
this.dropiVisibleChange.emit(false);
|
|
9464
|
+
}
|
|
9465
|
+
else {
|
|
9466
|
+
this.startClose();
|
|
9467
|
+
}
|
|
9444
9468
|
}
|
|
9445
|
-
async
|
|
9469
|
+
async openModalExternally() {
|
|
9446
9470
|
this.visible = true;
|
|
9447
|
-
this.
|
|
9448
|
-
this.openModal();
|
|
9471
|
+
this.dropiVisibleChange.emit(true);
|
|
9449
9472
|
}
|
|
9450
9473
|
openModal() {
|
|
9451
9474
|
if (this.closeTimer) {
|
|
9452
9475
|
clearTimeout(this.closeTimer);
|
|
9453
9476
|
this.closeTimer = null;
|
|
9454
9477
|
}
|
|
9455
|
-
|
|
9478
|
+
// Safety: ensure it's not already open or in a closing state
|
|
9456
9479
|
this.isClosing = false;
|
|
9457
|
-
this.
|
|
9480
|
+
this.mounted = true;
|
|
9458
9481
|
requestAnimationFrame(() => requestAnimationFrame(() => {
|
|
9459
9482
|
this.isOpen = true;
|
|
9460
|
-
this.
|
|
9483
|
+
this.dropiShow.emit();
|
|
9461
9484
|
}));
|
|
9462
9485
|
this.addKeyHandler();
|
|
9486
|
+
this.canDismiss = false;
|
|
9487
|
+
setTimeout(() => { this.canDismiss = true; }, 300);
|
|
9463
9488
|
}
|
|
9464
9489
|
startClose() {
|
|
9465
|
-
if (this.isClosing)
|
|
9490
|
+
if (this.isClosing || !this.mounted)
|
|
9466
9491
|
return;
|
|
9467
9492
|
this.isClosing = true;
|
|
9468
9493
|
this.isOpen = false;
|
|
@@ -9473,15 +9498,15 @@ class DropiModal {
|
|
|
9473
9498
|
this.mounted = false;
|
|
9474
9499
|
this.isClosing = false;
|
|
9475
9500
|
this.closeTimer = null;
|
|
9476
|
-
this.
|
|
9501
|
+
this.dropiHide.emit();
|
|
9477
9502
|
}, 200);
|
|
9478
9503
|
}
|
|
9479
9504
|
addKeyHandler() {
|
|
9480
9505
|
if (!this.closeOnEscape)
|
|
9481
9506
|
return;
|
|
9482
9507
|
this.keyHandler = (e) => {
|
|
9483
|
-
if (e.key === 'Escape' && this.visible && this.dismissable)
|
|
9484
|
-
this.
|
|
9508
|
+
if (e.key === 'Escape' && this.visible && this.dismissable && this.canDismiss)
|
|
9509
|
+
this.dismiss();
|
|
9485
9510
|
};
|
|
9486
9511
|
document.addEventListener('keydown', this.keyHandler);
|
|
9487
9512
|
}
|
|
@@ -9492,7 +9517,7 @@ class DropiModal {
|
|
|
9492
9517
|
}
|
|
9493
9518
|
}
|
|
9494
9519
|
render() {
|
|
9495
|
-
return (hAsync("div", { key: '
|
|
9520
|
+
return (hAsync("div", { key: '95847ba48baae69b93888cb59ecaa9d2130ae17a', class: `modal-root modal-root--${this.position}${this.isOpen ? ' modal-root--open' : ''}${this.isClosing ? ' modal-root--closing' : ''}` }, (this.modal ?? true) && hAsync("div", { key: '78acc3c2f1b7327b6fc1770a9536cdf0c2c57f99', class: "modal-mask", onClick: () => this.canDismiss && this.dismissable && this.dismiss() }), hAsync("div", { key: '63906a7ed0432879c3256a659ddd9773099244bc', class: `modal-panel size-${this.size || 'm'}`, role: "dialog", "aria-modal": "true", style: this.maxWidth ? { maxWidth: this.maxWidth, width: '100%' } : {} }, this.showHeader && (hAsync("div", { key: '7d960505ea8fd7804ac67ceb88b9195e6ad1998d', class: "modal-header" }, this.header && hAsync("span", { key: 'fed4b8a2e6c89fca39a8766d0e843db7c184be59', class: "modal-title" }, this.header), hAsync("slot", { key: 'b2c6c5cc1f019229c3ad5028e42b1fd887494abd', name: "header" }), this.showCloseIcon && (hAsync("button", { key: '24fc8ff422ea5c7e6a8c0737acbb29c1d7467f40', class: "modal-close", onClick: () => this.dismiss(), "aria-label": "Cerrar" }, "\u00D7")))), hAsync("div", { key: '472a7dfe704b0b8d129b00bc88204602ead66403', class: "modal-content" }, hAsync("slot", { key: '6b3e6fdefca0c6510d4fdbbccce53a5efa52e4c8' })), this.showFooter && hAsync("div", { key: '5bd3c15d4d1fb2ebffad79c9314d03d1d72dae29', class: "modal-footer" }, hAsync("slot", { key: '1980d019b142e2a00f55a3a755e9e08d0393c5e5', name: "footer" })))));
|
|
9496
9521
|
}
|
|
9497
9522
|
static get watchers() { return {
|
|
9498
9523
|
"visible": [{
|
|
@@ -9504,7 +9529,7 @@ class DropiModal {
|
|
|
9504
9529
|
"$flags$": 777,
|
|
9505
9530
|
"$tagName$": "dropi-modal",
|
|
9506
9531
|
"$members$": {
|
|
9507
|
-
"visible": [
|
|
9532
|
+
"visible": [1540],
|
|
9508
9533
|
"header": [1],
|
|
9509
9534
|
"showCloseIcon": [4, "show-close-icon"],
|
|
9510
9535
|
"dismissable": [4],
|
|
@@ -9524,13 +9549,13 @@ class DropiModal {
|
|
|
9524
9549
|
"baseZIndex": [2, "base-z-index"],
|
|
9525
9550
|
"transitionOptions": [1, "transition-options"],
|
|
9526
9551
|
"enableBeforeClose": [4, "enable-before-close"],
|
|
9527
|
-
"
|
|
9552
|
+
"isDraggable": [4, "is-draggable"],
|
|
9528
9553
|
"resizable": [4],
|
|
9529
9554
|
"isOpen": [32],
|
|
9530
9555
|
"isClosing": [32],
|
|
9531
9556
|
"mounted": [32],
|
|
9532
|
-
"
|
|
9533
|
-
"
|
|
9557
|
+
"dismiss": [64],
|
|
9558
|
+
"openModalExternally": [64]
|
|
9534
9559
|
},
|
|
9535
9560
|
"$listeners$": undefined,
|
|
9536
9561
|
"$lazyBundleId$": "-",
|
|
@@ -9547,10 +9572,10 @@ const dropiNavbarCss = () => `:host{display:block;width:100%}*,*::before,*::afte
|
|
|
9547
9572
|
class DropiNavbar {
|
|
9548
9573
|
constructor(hostRef) {
|
|
9549
9574
|
registerInstance(this, hostRef);
|
|
9550
|
-
this.clickLoadItem = createEvent(this, "clickLoadItem"
|
|
9551
|
-
this.dropiNotificationsClick = createEvent(this, "dropiNotificationsClick"
|
|
9552
|
-
this.dropiUserClick = createEvent(this, "dropiUserClick"
|
|
9553
|
-
this.dropiMenuToggle = createEvent(this, "dropiMenuToggle"
|
|
9575
|
+
this.clickLoadItem = createEvent(this, "clickLoadItem");
|
|
9576
|
+
this.dropiNotificationsClick = createEvent(this, "dropiNotificationsClick");
|
|
9577
|
+
this.dropiUserClick = createEvent(this, "dropiUserClick");
|
|
9578
|
+
this.dropiMenuToggle = createEvent(this, "dropiMenuToggle");
|
|
9554
9579
|
}
|
|
9555
9580
|
/** Logo URL */
|
|
9556
9581
|
logoUrl = '';
|
|
@@ -9584,9 +9609,9 @@ class DropiNavbar {
|
|
|
9584
9609
|
}
|
|
9585
9610
|
render() {
|
|
9586
9611
|
const items = this.parsedData;
|
|
9587
|
-
return (hAsync("nav", { key: '
|
|
9612
|
+
return (hAsync("nav", { key: '83ec218a7545739c65d8f1f61197b429b0e7d407', class: "navbar" }, hAsync("div", { key: 'e40038630c33a280f3c231b3dd26643f1c853ea3', class: "navbar__left" }, this.showMenuToggle && (hAsync("button", { key: '0ecbae684b9324c48cd01a6081fd1951b3ba7cf8', class: "navbar__menu-btn", onClick: () => this.dropiMenuToggle.emit(), "aria-label": "Men\u00FA" }, hAsync("dropi-icon", { key: '9edea72a4508a984be2e6785f3f0fa6abe0625c4', name: "Menu", iconWidth: "20px", iconHeight: "20px", color: "Gray-Gray-700" }))), this.logoUrl && (hAsync("img", { key: 'b8cd9896736d505dad05b8df5f10928d40f250dd', class: "navbar__logo", src: this.logoUrl, alt: this.logoAlt })), this.title && hAsync("span", { key: '4e5dae851fe28f1bc913d7a5d4d42a2413342635', class: "navbar__title" }, this.title)), items.length > 0 && (hAsync("ul", { key: 'b951cc880b8aaf718b85403e3420d73ac976aa60', class: "navbar__items" }, items.map(item => (hAsync("li", null, hAsync("button", { class: { 'navbar__item': true, 'navbar__item--active': item.id === this.activeId }, onClick: () => this.clickLoadItem.emit(item), type: "button" }, item.icon && hAsync("dropi-icon", { name: item.icon, iconWidth: "16px", iconHeight: "16px", color: item.id === this.activeId ? 'Primary-Primary-500' : 'Gray-Gray-600' }), hAsync("span", null, item.name?.value || item.label), item.badge != null && String(item.badge) !== '0' && (hAsync("span", { class: "navbar__badge" }, item.badge)))))))), hAsync("div", { key: '8fe68f93af722982bac11890b106a35a292b3d98', class: "navbar__right" }, hAsync("button", { key: 'a4d0ff928dca2502384cd21e0bc852cacc895a30', class: "navbar__icon-btn", onClick: () => this.dropiNotificationsClick.emit(), "aria-label": "Notificaciones" }, hAsync("dropi-icon", { key: '41007746a151c27059d41db7c4672a2b551882d1', name: "Bell", iconWidth: "20px", iconHeight: "20px", color: "Gray-Gray-600" }), this.notifications > 0 && (hAsync("span", { key: 'a0e5c6c9f8e2aaf3e67cc22bdff2ae65472b7cb5', class: "navbar__notif-badge" }, this.notifications > 99 ? '99+' : this.notifications))), hAsync("button", { key: 'e1996f9e1fa922cd03a4e9c5721f5be838a941d3', class: "navbar__user-btn", onClick: () => this.dropiUserClick.emit(), type: "button" }, this.userAvatar
|
|
9588
9613
|
? hAsync("img", { class: "navbar__avatar", src: this.userAvatar, alt: this.userName })
|
|
9589
|
-
: hAsync("div", { class: "navbar__avatar-placeholder" }, this.userName ? this.userName[0].toUpperCase() : '?'), this.userName && hAsync("span", { key: '
|
|
9614
|
+
: hAsync("div", { class: "navbar__avatar-placeholder" }, this.userName ? this.userName[0].toUpperCase() : '?'), this.userName && hAsync("span", { key: 'd539c8f456564aa8d3a29e9d2e2ed6250241f411', class: "navbar__user-name" }, this.userName), hAsync("dropi-icon", { key: 'd32cba548201f28a051142e889f6de207a4e67d2', name: "Arrow-Down-2", iconWidth: "12px", iconHeight: "12px", color: "Gray-Gray-400" })))));
|
|
9590
9615
|
}
|
|
9591
9616
|
static get style() { return dropiNavbarCss(); }
|
|
9592
9617
|
static get cmpMeta() { return {
|
|
@@ -9611,17 +9636,17 @@ class DropiNavbar {
|
|
|
9611
9636
|
|
|
9612
9637
|
const dropiOtpSendCodeCss = () => `:host{display:block;width:100%}*,*::before,*::after{box-sizing:border-box}.otp{display:flex;flex-direction:column;align-items:center;gap:var(--Size-4, 16px)}.otp__label{font-size:var(--font-size-s, 12px);color:var(--Gray-Gray-600, #475066);text-align:center;margin:0}.otp__inputs{display:flex;gap:var(--Size-4, 16px)}.otp__digit{width:56px;height:56px;border:1.5px solid var(--Gray-Gray-200, #d3d7de);border-radius:var(--Border-2, 8px);text-align:center;font-size:22px;font-weight:var(--font-weight-bold, 700);font-family:inherit;color:var(--Gray-Gray-800, #1f2433);outline:none;transition:border-color 0.15s ease;background:var(--Neutral-White, #ffffff)}.otp__digit:focus{border:2px solid var(--Primary-Primary-500, #f49a3d)}.otp__digit--filled{border:1px solid var(--Success-Success-500, #0abb87);color:var(--Neutral-Neutral-900, #0e111a)}.otp__digit--error{border:1px solid var(--Error-Error-500, #f46a6b)}.otp__error{margin:0;font-size:var(--font-size-xs, 10px);color:var(--Error-Error-500, #f46a6b);text-align:center}.otp__resend{text-align:center}.otp__countdown{font-size:var(--font-size-xs, 10px);color:var(--Gray-Gray-400, #858ea6)}.otp__resend-btn{background:none;border:none;padding:0;font-size:var(--font-size-s, 12px);font-weight:var(--font-weight-bold, 700);color:var(--Primary-Primary-500, #f49a3d);cursor:pointer;text-decoration:underline}`;
|
|
9613
9638
|
|
|
9614
|
-
const OTP_LENGTH = 6;
|
|
9615
9639
|
const RESEND_SECONDS = 30;
|
|
9616
9640
|
/**
|
|
9617
9641
|
* @component dropi-otp-send-code
|
|
9618
|
-
*
|
|
9642
|
+
* OTP input with configurable length, countdown timer and resend capability.
|
|
9619
9643
|
*/
|
|
9620
9644
|
class DropiOtpSendCode {
|
|
9621
9645
|
constructor(hostRef) {
|
|
9622
9646
|
registerInstance(this, hostRef);
|
|
9623
|
-
this.codeCompleted = createEvent(this, "codeCompleted"
|
|
9624
|
-
this.
|
|
9647
|
+
this.codeCompleted = createEvent(this, "codeCompleted");
|
|
9648
|
+
this.codeAccepted = createEvent(this, "codeAccepted");
|
|
9649
|
+
this.dropiResend = createEvent(this, "dropiResend");
|
|
9625
9650
|
}
|
|
9626
9651
|
/** Delivery method label */
|
|
9627
9652
|
engine = 'email';
|
|
@@ -9631,17 +9656,30 @@ class DropiOtpSendCode {
|
|
|
9631
9656
|
showLabelContact = false;
|
|
9632
9657
|
/** Error message to display */
|
|
9633
9658
|
errorMessage = '';
|
|
9634
|
-
digits
|
|
9635
|
-
|
|
9659
|
+
/** Number of digits for the OTP */
|
|
9660
|
+
digitsCount = 6;
|
|
9661
|
+
digits = [];
|
|
9662
|
+
digitStates = [];
|
|
9636
9663
|
countdown = RESEND_SECONDS;
|
|
9637
9664
|
canResend = false;
|
|
9638
9665
|
error = false;
|
|
9639
9666
|
inputs = [];
|
|
9640
9667
|
timer;
|
|
9641
|
-
|
|
9668
|
+
handleDigitsCountChange(newValue) {
|
|
9669
|
+
this.digits = Array(newValue).fill('');
|
|
9670
|
+
this.digitStates = Array(newValue).fill('idle');
|
|
9671
|
+
this.inputs = [];
|
|
9672
|
+
}
|
|
9673
|
+
/** Emitted when all digits are entered. */
|
|
9642
9674
|
codeCompleted;
|
|
9675
|
+
/** Emitted when all digits are entered (alternative event). */
|
|
9676
|
+
codeAccepted;
|
|
9643
9677
|
/** Emitted when resend is requested */
|
|
9644
9678
|
dropiResend;
|
|
9679
|
+
componentWillLoad() {
|
|
9680
|
+
this.digits = Array(this.digitsCount).fill('');
|
|
9681
|
+
this.digitStates = Array(this.digitsCount).fill('idle');
|
|
9682
|
+
}
|
|
9645
9683
|
componentDidLoad() { this.startCountdown(); }
|
|
9646
9684
|
disconnectedCallback() { clearInterval(this.timer); }
|
|
9647
9685
|
startCountdown() {
|
|
@@ -9658,45 +9696,55 @@ class DropiOtpSendCode {
|
|
|
9658
9696
|
}
|
|
9659
9697
|
handleInput(e, index) {
|
|
9660
9698
|
const val = e.target.value.replace(/\D/g, '').slice(-1);
|
|
9661
|
-
const newDigits = [...
|
|
9699
|
+
const newDigits = [...this.digits];
|
|
9662
9700
|
newDigits[index] = val;
|
|
9663
9701
|
this.digits = newDigits;
|
|
9664
|
-
const newStates = [...
|
|
9702
|
+
const newStates = [...this.digitStates];
|
|
9665
9703
|
newStates[index] = val ? 'filled' : 'idle';
|
|
9666
9704
|
this.digitStates = newStates;
|
|
9667
|
-
if (val && index <
|
|
9705
|
+
if (val && index < this.digitsCount - 1)
|
|
9668
9706
|
this.inputs[index + 1]?.focus();
|
|
9669
9707
|
if (newDigits.every(d => d !== '')) {
|
|
9670
|
-
|
|
9708
|
+
const finalCode = newDigits.join('');
|
|
9709
|
+
this.codeCompleted.emit(finalCode);
|
|
9710
|
+
this.codeAccepted.emit(finalCode);
|
|
9671
9711
|
}
|
|
9672
9712
|
}
|
|
9673
9713
|
handleKeyDown(e, index) {
|
|
9674
|
-
if (e.key === 'Backspace' && !
|
|
9714
|
+
if (e.key === 'Backspace' && !this.digits[index] && index > 0) {
|
|
9675
9715
|
this.inputs[index - 1]?.focus();
|
|
9676
9716
|
}
|
|
9677
9717
|
}
|
|
9678
9718
|
handlePaste(e) {
|
|
9679
9719
|
e.preventDefault();
|
|
9680
|
-
const text = e.clipboardData?.getData('text')?.replace(/\D/g, '').slice(0,
|
|
9681
|
-
const newDigits = Array(
|
|
9720
|
+
const text = e.clipboardData?.getData('text')?.replace(/\D/g, '').slice(0, this.digitsCount) || '';
|
|
9721
|
+
const newDigits = Array(this.digitsCount).fill('');
|
|
9682
9722
|
text.split('').forEach((c, i) => { newDigits[i] = c; });
|
|
9683
9723
|
this.digits = newDigits;
|
|
9684
9724
|
this.digitStates = newDigits.map(d => d ? 'filled' : 'idle');
|
|
9685
|
-
this.inputs[Math.min(text.length,
|
|
9686
|
-
if (newDigits.every(d => d !== ''))
|
|
9687
|
-
|
|
9725
|
+
this.inputs[Math.min(text.length, this.digitsCount - 1)]?.focus();
|
|
9726
|
+
if (newDigits.every(d => d !== '')) {
|
|
9727
|
+
const finalCode = newDigits.join('');
|
|
9728
|
+
this.codeCompleted.emit(finalCode);
|
|
9729
|
+
this.codeAccepted.emit(finalCode);
|
|
9730
|
+
}
|
|
9688
9731
|
}
|
|
9689
9732
|
render() {
|
|
9690
9733
|
const engineLabel = this.engine === 'sms' ? 'SMS' : this.engine === '2fa' ? 'autenticador' : 'correo';
|
|
9691
|
-
return (hAsync("div", { key: '
|
|
9734
|
+
return (hAsync("div", { key: 'c9c6c3387cec2371049c547d87742563268bf28d', class: "otp" }, this.showLabelContact && (hAsync("p", { key: 'c3f36c62d7502eff8f86ef8202c3dfc65d846ba1', class: "otp__label" }, "Ingresa el c\u00F3digo enviado a tu ", engineLabel, this.labelContact && hAsync("strong", { key: '25c05d8f0773bf6f2af83f6154ac76638499e4d7' }, " ", this.labelContact))), hAsync("div", { key: '3ca2687723735b3eb6ada997f622a4a50c2d7ee9', class: "otp__inputs", onPaste: (e) => this.handlePaste(e) }, this.digits.map((_, i) => (hAsync("input", { key: i, ref: (el) => {
|
|
9692
9735
|
if (el)
|
|
9693
9736
|
this.inputs[i] = el;
|
|
9694
9737
|
}, class: {
|
|
9695
9738
|
'otp__digit': true,
|
|
9696
|
-
'otp__digit--filled':
|
|
9739
|
+
'otp__digit--filled': this.digitStates[i] === 'filled',
|
|
9697
9740
|
'otp__digit--error': this.error,
|
|
9698
|
-
}, type: "text", inputMode: "numeric", maxLength: 1, value:
|
|
9741
|
+
}, type: "text", inputMode: "numeric", maxLength: 1, value: this.digits[i] ?? '', onInput: (e) => this.handleInput(e, i), onKeyDown: (e) => this.handleKeyDown(e, i) })))), this.error && this.errorMessage && (hAsync("p", { key: 'ddcdd5dacc533b73e6353c2670f762168c2803d3', class: "otp__error" }, this.errorMessage)), hAsync("div", { key: 'a21650c43d7a62f9e187bd9f4eb307d275ff37be', class: "otp__resend" }, this.canResend ? (hAsync("button", { class: "otp__resend-btn", onClick: () => { this.startCountdown(); this.dropiResend.emit(); } }, "Reenviar c\u00F3digo")) : (hAsync("span", { class: "otp__countdown" }, "Reenviar en ", this.countdown, "s")))));
|
|
9699
9742
|
}
|
|
9743
|
+
static get watchers() { return {
|
|
9744
|
+
"digitsCount": [{
|
|
9745
|
+
"handleDigitsCountChange": 0
|
|
9746
|
+
}]
|
|
9747
|
+
}; }
|
|
9700
9748
|
static get style() { return dropiOtpSendCodeCss(); }
|
|
9701
9749
|
static get cmpMeta() { return {
|
|
9702
9750
|
"$flags$": 521,
|
|
@@ -9706,6 +9754,7 @@ class DropiOtpSendCode {
|
|
|
9706
9754
|
"labelContact": [1, "label-contact"],
|
|
9707
9755
|
"showLabelContact": [4, "show-label-contact"],
|
|
9708
9756
|
"errorMessage": [1, "error-message"],
|
|
9757
|
+
"digitsCount": [2, "digits-count"],
|
|
9709
9758
|
"digits": [32],
|
|
9710
9759
|
"digitStates": [32],
|
|
9711
9760
|
"countdown": [32],
|
|
@@ -9727,7 +9776,7 @@ const dropiPaginatorCss = () => `:host{display:block}*,*::before,*::after{box-si
|
|
|
9727
9776
|
class DropiPaginator {
|
|
9728
9777
|
constructor(hostRef) {
|
|
9729
9778
|
registerInstance(this, hostRef);
|
|
9730
|
-
this.
|
|
9779
|
+
this.dropiPageChange = createEvent(this, "dropiPageChange");
|
|
9731
9780
|
}
|
|
9732
9781
|
/** Total number of pages */
|
|
9733
9782
|
totalPages = 1;
|
|
@@ -9742,7 +9791,7 @@ class DropiPaginator {
|
|
|
9742
9791
|
/** Hide "Anterior"/"Siguiente" text labels, show only arrows */
|
|
9743
9792
|
noLabels = false;
|
|
9744
9793
|
/** Emitted when page changes. e.detail = new page number */
|
|
9745
|
-
|
|
9794
|
+
dropiPageChange;
|
|
9746
9795
|
get pageNumbers() {
|
|
9747
9796
|
const total = this.totalPages;
|
|
9748
9797
|
const cur = this.currentPage;
|
|
@@ -9773,15 +9822,15 @@ class DropiPaginator {
|
|
|
9773
9822
|
if (this.disabled || p < 1 || p > this.totalPages || p === this.currentPage)
|
|
9774
9823
|
return;
|
|
9775
9824
|
this.currentPage = p;
|
|
9776
|
-
this.
|
|
9825
|
+
this.dropiPageChange.emit(this.currentPage);
|
|
9777
9826
|
}
|
|
9778
9827
|
render() {
|
|
9779
9828
|
const pages = this.pageNumbers;
|
|
9780
9829
|
const isFirst = this.currentPage <= 1;
|
|
9781
9830
|
const isLast = this.currentPage >= this.totalPages;
|
|
9782
|
-
return (hAsync("div", { key: '
|
|
9831
|
+
return (hAsync("div", { key: 'af6614df5a241ef536b6723d30bde12c8a6f474f', class: "paginator" }, hAsync("div", { key: '8b5405baa717a36042fc03ca2e68370799c01ff7', class: "paginator-pages" }, !isFirst && !this.noLabels && (hAsync("button", { key: 'c340304b29d658ef9eaa8105a91540660c829048', class: { 'paginator-btn': true, 'paginator-btn--arrow': true }, onClick: () => this.goTo(1), "aria-label": "Primera p\u00E1gina", disabled: this.disabled }, hAsync("dropi-icon", { key: '3adfc1508cbcedbb91f99e467db2270c40a4ac83', name: "Arrow-double-small-left", iconWidth: "16px", iconHeight: "16px", color: "Gray-Gray-600" }))), !isFirst && (hAsync("button", { key: '5936642c4b9e5b72546229996fbc72fe973e6f5f', class: { 'paginator-btn': true, 'paginator-btn--arrow': true }, onClick: () => this.goTo(this.currentPage - 1), "aria-label": "Anterior", disabled: this.disabled }, hAsync("dropi-icon", { key: 'c9f7eb1c0c27a738ee31e859617964fc75e514cc', name: "Dropdown-left", iconWidth: "16px", iconHeight: "16px", color: "Gray-Gray-600" }), !this.noLabels && hAsync("span", { key: '5d448a9a6536c90c56fafd700e7c5998a85d6fdf', class: "paginator-label" }, "Anterior"))), pages.map((p, i) => p === '...'
|
|
9783
9832
|
? hAsync("span", { class: "paginator-ellipsis", key: `e${i}` }, "\u2026")
|
|
9784
|
-
: hAsync("button", { key: p, class: { 'paginator-btn': true, 'paginator-btn--active': p === this.currentPage }, onClick: () => this.goTo(p), "aria-current": p === this.currentPage ? 'page' : undefined, disabled: this.disabled }, p)), !isLast && (hAsync("button", { key: '
|
|
9833
|
+
: hAsync("button", { key: p, class: { 'paginator-btn': true, 'paginator-btn--active': p === this.currentPage }, onClick: () => this.goTo(p), "aria-current": p === this.currentPage ? 'page' : undefined, disabled: this.disabled }, p)), !isLast && (hAsync("button", { key: '1a43d8dde37cdbc40527eb1c66bc5001a64cf59f', class: { 'paginator-btn': true, 'paginator-btn--arrow': true }, onClick: () => this.goTo(this.currentPage + 1), "aria-label": "Siguiente", disabled: this.disabled }, !this.noLabels && hAsync("span", { key: 'f76ccd791d02b25d78c509341b73e1c1bca0b986', class: "paginator-label" }, "Siguiente"), hAsync("dropi-icon", { key: '822a3a7e4ac651e00c469b565e300a7efcc5614b', name: "Dropdown-Right", iconWidth: "16px", iconHeight: "16px", color: "Gray-Gray-600" }))), !isLast && !this.noLabels && (hAsync("button", { key: '2b4f7435f9083ab9c4d9ce81be5c259eda830e4a', class: { 'paginator-btn': true, 'paginator-btn--arrow': true }, onClick: () => this.goTo(this.totalPages), "aria-label": "\u00DAltima p\u00E1gina", disabled: this.disabled }, hAsync("dropi-icon", { key: '63ab5568c44ed3cbda917842defe4dc4254bb3f1', name: "Arrow-double-small-right", iconWidth: "16px", iconHeight: "16px", color: "Gray-Gray-600" }))))));
|
|
9785
9834
|
}
|
|
9786
9835
|
static get style() { return dropiPaginatorCss(); }
|
|
9787
9836
|
static get cmpMeta() { return {
|
|
@@ -9905,10 +9954,10 @@ const COUNTRIES = [
|
|
|
9905
9954
|
class DropiPhoneInput {
|
|
9906
9955
|
constructor(hostRef) {
|
|
9907
9956
|
registerInstance(this, hostRef);
|
|
9908
|
-
this.
|
|
9909
|
-
this.
|
|
9910
|
-
this.
|
|
9911
|
-
this.
|
|
9957
|
+
this.dropiCodChange = createEvent(this, "dropiCodChange");
|
|
9958
|
+
this.dropiPhoneChange = createEvent(this, "dropiPhoneChange");
|
|
9959
|
+
this.dropiVerify = createEvent(this, "dropiVerify");
|
|
9960
|
+
this.dropiChangeSelect = createEvent(this, "dropiChangeSelect");
|
|
9912
9961
|
}
|
|
9913
9962
|
get el() { return getElement(this); }
|
|
9914
9963
|
/** Initial country dial code (e.g. "57") — matches Angular 'CodArea' setter */
|
|
@@ -9936,13 +9985,13 @@ class DropiPhoneInput {
|
|
|
9936
9985
|
selectProperties = null;
|
|
9937
9986
|
open = false;
|
|
9938
9987
|
/** Emitted when country dial code changes — matches Angular 'ngModelChangeCod' */
|
|
9939
|
-
|
|
9988
|
+
dropiCodChange;
|
|
9940
9989
|
/** Emitted when phone number changes — matches Angular 'ngModelChangePhone' */
|
|
9941
|
-
|
|
9990
|
+
dropiPhoneChange;
|
|
9942
9991
|
/** Emitted on field verification — matches Angular 'verifiedField' */
|
|
9943
|
-
|
|
9992
|
+
dropiVerify;
|
|
9944
9993
|
/** Emitted when country selection changes — matches Angular 'onChangeSelect' */
|
|
9945
|
-
|
|
9994
|
+
dropiChangeSelect;
|
|
9946
9995
|
codAreaChanged() {
|
|
9947
9996
|
this.ngModelPhone = '';
|
|
9948
9997
|
}
|
|
@@ -9964,14 +10013,14 @@ class DropiPhoneInput {
|
|
|
9964
10013
|
selectCountry(c) {
|
|
9965
10014
|
this.codArea = c.code;
|
|
9966
10015
|
this.open = false;
|
|
9967
|
-
this.
|
|
9968
|
-
this.
|
|
10016
|
+
this.dropiCodChange.emit(c.code);
|
|
10017
|
+
this.dropiChangeSelect.emit(c);
|
|
9969
10018
|
}
|
|
9970
10019
|
handleInput(e) {
|
|
9971
10020
|
const raw = e.target.value.replace(/\D/g, '');
|
|
9972
10021
|
this.ngModelPhone = raw.slice(0, this.selectedCountry.maxLength);
|
|
9973
10022
|
e.target.value = this.ngModelPhone;
|
|
9974
|
-
this.
|
|
10023
|
+
this.dropiPhoneChange.emit(this.ngModelPhone);
|
|
9975
10024
|
}
|
|
9976
10025
|
handleWindowClick(ev) {
|
|
9977
10026
|
const path = ev.composedPath();
|
|
@@ -9982,10 +10031,10 @@ class DropiPhoneInput {
|
|
|
9982
10031
|
render() {
|
|
9983
10032
|
const country = this.selectedCountry;
|
|
9984
10033
|
const isInvalid = this.isValidPhone === false;
|
|
9985
|
-
return (hAsync("div", { key: '
|
|
10034
|
+
return (hAsync("div", { key: 'a377fcfcfdb239d79f319f0e058f5d54cbcfac02', class: "phone-wrap" }, hAsync("div", { key: '83719d2b76b491f1f7a9f3e202eb61c61abb2c31', class: "phone-input-container" }, hAsync("div", { key: 'c92ff5d9f260b80ad4e7b8f7e290b7b4e1f595f0', class: "custom-select" }, hAsync("button", { key: '35c56642c1828d86b7f211face2845dc79878fd4', type: "button", class: { 'select-button': true, 'select-invalid': isInvalid }, disabled: this.disabledInput, onClick: () => {
|
|
9986
10035
|
if (!this.disabledInput)
|
|
9987
10036
|
this.open = !this.open;
|
|
9988
|
-
} }, hAsync("span", { key: '
|
|
10037
|
+
} }, hAsync("span", { key: 'e39cdac451df1c9a47c6552e7f133cb7662cae7f', style: { display: 'flex', gap: '0.5rem', alignItems: 'center' } }, hAsync("img", { key: '620c8efc2695ee26fed0c2bcd7f6132af05cdbed', src: `https://flagsapi.com/${country.flag}/flat/24.png`, alt: "flag" }), country.code), hAsync("dropi-icon", { key: 'cf57cc1ef06e12b0112fdbbb063fb8f045c17e39', name: this.open ? 'Dropdown-up' : 'Dropdown-down', iconWidth: "14px", iconHeight: "14px", color: "Gray-Gray-500" })), hAsync("ul", { key: '1009d2e4212267bbfaf4aa26c0c2152606a8d092', class: { 'select-dropdown': true, 'expanded-select': this.open, 'collapsed-select': !this.open } }, COUNTRIES.map(option => (hAsync("li", null, hAsync("button", { type: "button", class: "option", onMouseDown: (e) => { e.preventDefault(); this.selectCountry(option); } }, hAsync("img", { src: `https://flagsapi.com/${option.flag}/flat/24.png`, alt: option.flag }), option.code)))))), hAsync("input", { key: '87be58fc820c63741b076b04d807b7410e292344', id: "phone-input", type: "tel", inputmode: "numeric", class: { 'form-control': true, 'is-invalid': isInvalid }, placeholder: this.phoneNumberPlaceholder, value: this.ngModelPhone, disabled: this.disabledInput, maxLength: country.maxLength, onInput: (e) => this.handleInput(e) }))));
|
|
9989
10038
|
}
|
|
9990
10039
|
static get watchers() { return {
|
|
9991
10040
|
"codArea": [{
|
|
@@ -10016,6 +10065,59 @@ class DropiPhoneInput {
|
|
|
10016
10065
|
}; }
|
|
10017
10066
|
}
|
|
10018
10067
|
|
|
10068
|
+
const dropiProgressBarCss = () => `:host{display:block;width:100%}.progress-container{width:100%;display:flex;flex-direction:column;gap:4px}.progress-header{display:flex;justify-content:flex-end}.progress-value{font-size:var(--font-size-xs, 12px);color:var(--Gray-Gray-600, #475066);font-weight:500}.progress-track{width:100%;border-radius:999px;overflow:hidden;position:relative}.progress-fill{height:100%;border-radius:999px;transition:width 0.3s ease-in-out, background-color 0.3s ease-in-out}`;
|
|
10069
|
+
|
|
10070
|
+
class DropiProgressBar {
|
|
10071
|
+
constructor(hostRef) {
|
|
10072
|
+
registerInstance(this, hostRef);
|
|
10073
|
+
}
|
|
10074
|
+
/** The progress value (0-100) */
|
|
10075
|
+
value = 0;
|
|
10076
|
+
/** The color scheme of the progress bar */
|
|
10077
|
+
severity = 'primary';
|
|
10078
|
+
/** Height of the progress bar */
|
|
10079
|
+
height = '8px';
|
|
10080
|
+
/** Whether to show the value as text */
|
|
10081
|
+
showValue = false;
|
|
10082
|
+
/** Background color of the track (optional, defaults to gray-100) */
|
|
10083
|
+
trackColor = 'var(--Gray-Gray-100, #F7F8FA)';
|
|
10084
|
+
/** Custom color for the progress fill (overrides severity) */
|
|
10085
|
+
color = '';
|
|
10086
|
+
render() {
|
|
10087
|
+
const fillStyle = {
|
|
10088
|
+
width: `${Math.min(100, Math.max(0, this.value))}%`,
|
|
10089
|
+
backgroundColor: this.color || `var(--${this.getSeverityVariable()}, #50A5F1)`,
|
|
10090
|
+
};
|
|
10091
|
+
return (hAsync("div", { key: 'f68b88240ebc188f1f0378424b8d1617c2e7440e', class: "progress-container" }, this.showValue && (hAsync("div", { key: 'f8116e4eb824031d4bd1ac9d694e2bd3bca1ed6d', class: "progress-header" }, hAsync("span", { key: '892813f8e0a028ce286c00edd0489d489dd271c4', class: "progress-value" }, this.value, "%"))), hAsync("div", { key: '2e740487a59df1ec7def96565a9ee64d53b773b8', class: "progress-track", style: { height: this.height, backgroundColor: this.trackColor } }, hAsync("div", { key: '4f6fd1c436563cacac31e385d84c4a21945f6e10', class: "progress-fill", style: fillStyle }))));
|
|
10092
|
+
}
|
|
10093
|
+
getSeverityVariable() {
|
|
10094
|
+
switch (this.severity) {
|
|
10095
|
+
case 'success': return 'Success-Success-500';
|
|
10096
|
+
case 'warning': return 'Warning-Warning-500';
|
|
10097
|
+
case 'error': return 'Error-Error-500';
|
|
10098
|
+
case 'info': return 'Info-Info-500';
|
|
10099
|
+
case 'neutral': return 'Gray-Gray-400';
|
|
10100
|
+
default: return 'Primary-Primary-500';
|
|
10101
|
+
}
|
|
10102
|
+
}
|
|
10103
|
+
static get style() { return dropiProgressBarCss(); }
|
|
10104
|
+
static get cmpMeta() { return {
|
|
10105
|
+
"$flags$": 521,
|
|
10106
|
+
"$tagName$": "dropi-progress-bar",
|
|
10107
|
+
"$members$": {
|
|
10108
|
+
"value": [2],
|
|
10109
|
+
"severity": [1],
|
|
10110
|
+
"height": [1],
|
|
10111
|
+
"showValue": [4, "show-value"],
|
|
10112
|
+
"trackColor": [1, "track-color"],
|
|
10113
|
+
"color": [1]
|
|
10114
|
+
},
|
|
10115
|
+
"$listeners$": undefined,
|
|
10116
|
+
"$lazyBundleId$": "-",
|
|
10117
|
+
"$attrsToReflect$": []
|
|
10118
|
+
}; }
|
|
10119
|
+
}
|
|
10120
|
+
|
|
10019
10121
|
const dropiRadioButtonCss = () => `:host{display:inline-block}*,*::before,*::after{box-sizing:border-box}.dropi-radio-button{display:flex;align-items:center;justify-content:flex-start;gap:20px}label{display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer;color:var(--Gray-Gray-700, #32394d);font-size:var(--font-size-s, 12px);font-weight:var(--font-weight-regular, 400);line-height:1.5}input[type='radio']{appearance:none;-webkit-appearance:none;width:20px;height:20px;min-width:20px;border:2px solid var(--Gray-Gray-200, #c3c9d9);border-radius:50%;background-color:transparent;position:relative;cursor:pointer;outline:none;flex-shrink:0;align-self:center;vertical-align:middle;margin:0}input[type='radio']::before{content:'';position:absolute;top:3px;left:3px;width:10px;height:10px;background-color:var(--Primary-Primary-400, #f7b46f);border-radius:50%;display:none}input[type='radio']:checked{border:2px solid var(--Primary-Primary-500, #f49a3d)}input[type='radio']:checked::before{display:block}`;
|
|
10020
10122
|
|
|
10021
10123
|
/**
|
|
@@ -10025,7 +10127,7 @@ const dropiRadioButtonCss = () => `:host{display:inline-block}*,*::before,*::aft
|
|
|
10025
10127
|
class DropiRadioButton {
|
|
10026
10128
|
constructor(hostRef) {
|
|
10027
10129
|
registerInstance(this, hostRef);
|
|
10028
|
-
this.
|
|
10130
|
+
this.dropiChange = createEvent(this, "dropiChange");
|
|
10029
10131
|
}
|
|
10030
10132
|
/** Label text displayed next to the radio */
|
|
10031
10133
|
label = '';
|
|
@@ -10041,17 +10143,17 @@ class DropiRadioButton {
|
|
|
10041
10143
|
*/
|
|
10042
10144
|
resetTrigger = false;
|
|
10043
10145
|
/** Emitted when the radio is selected */
|
|
10044
|
-
|
|
10146
|
+
dropiChange;
|
|
10045
10147
|
onResetTrigger(val) {
|
|
10046
10148
|
if (val)
|
|
10047
10149
|
this.checked = false;
|
|
10048
10150
|
}
|
|
10049
10151
|
handleChange(e) {
|
|
10050
10152
|
this.checked = e.target.checked;
|
|
10051
|
-
this.
|
|
10153
|
+
this.dropiChange.emit(e);
|
|
10052
10154
|
}
|
|
10053
10155
|
render() {
|
|
10054
|
-
return (hAsync("div", { key: '
|
|
10156
|
+
return (hAsync("div", { key: '9f4c4f3be63c0aa0bcd1c48dacb97cec903db98d', class: "dropi-radio-button" }, hAsync("label", { key: 'c29bd1ccc6c468b57fdcb4dd6c15cf541255cb71', htmlFor: this.id }, hAsync("input", { key: '19533ffd5e5eb1b43d7e0f42971aa81652c8c926', id: this.id, type: "radio", name: this.name, checked: this.checked, onChange: (e) => this.handleChange(e) }), this.label)));
|
|
10055
10157
|
}
|
|
10056
10158
|
static get formAssociated() { return true; }
|
|
10057
10159
|
static get watchers() { return {
|
|
@@ -10085,8 +10187,8 @@ const dropiRadioSelectionListCss = () => `:host{display:block;width:100%}*,*::be
|
|
|
10085
10187
|
class DropiRadioSelectionList {
|
|
10086
10188
|
constructor(hostRef) {
|
|
10087
10189
|
registerInstance(this, hostRef);
|
|
10088
|
-
this.
|
|
10089
|
-
this.
|
|
10190
|
+
this.dropiChange = createEvent(this, "dropiChange");
|
|
10191
|
+
this.dropiSearch = createEvent(this, "dropiSearch");
|
|
10090
10192
|
}
|
|
10091
10193
|
/** Options array or JSON string */
|
|
10092
10194
|
options = [];
|
|
@@ -10105,9 +10207,9 @@ class DropiRadioSelectionList {
|
|
|
10105
10207
|
filterText = '';
|
|
10106
10208
|
parsedOptions = [];
|
|
10107
10209
|
/** Emitted on selection change. e.detail = selected option id */
|
|
10108
|
-
|
|
10210
|
+
dropiChange;
|
|
10109
10211
|
/** Emitted on search — matches Angular 'onSearch' */
|
|
10110
|
-
|
|
10212
|
+
dropiSearch;
|
|
10111
10213
|
optionsChanged(val) {
|
|
10112
10214
|
this.parsedOptions = typeof val === 'string' ? JSON.parse(val) : (val || []);
|
|
10113
10215
|
}
|
|
@@ -10119,12 +10221,12 @@ class DropiRadioSelectionList {
|
|
|
10119
10221
|
return this.parsedOptions.filter(o => o.name?.toLowerCase().includes(q));
|
|
10120
10222
|
}
|
|
10121
10223
|
render() {
|
|
10122
|
-
return (hAsync("div", { key: '
|
|
10224
|
+
return (hAsync("div", { key: '296bdc955d13b8163ca954f6d399543343e7e121', class: "rsl" }, this.showFilter && (hAsync("div", { key: '4cdd3764411f389d2b6ce1145f5b6759bb20fc7b', class: "rsl__search" }, hAsync("dropi-icon", { key: '81af80a3dddb6176625b6ba575b084501741cd81', name: "Search", iconWidth: "16px", iconHeight: "16px", color: "Gray-Gray-400" }), hAsync("input", { key: 'aa0e762f4403431225375f95c792af8596529588', class: "rsl__search-input", type: "text", placeholder: this.filterPlaceholder, value: this.filterText, onInput: (e) => {
|
|
10123
10225
|
this.filterText = e.target.value;
|
|
10124
|
-
this.
|
|
10125
|
-
} }))), hAsync("div", { key: '
|
|
10226
|
+
this.dropiSearch.emit({ searchValue: this.filterText, filteredOptions: this.filtered });
|
|
10227
|
+
} }))), hAsync("div", { key: 'd153875a1c09957b74648f61f70320968ea6cd40', class: "rsl__list" }, this.filtered.map(opt => {
|
|
10126
10228
|
const isSelected = opt.id === this.selectedOption;
|
|
10127
|
-
return (hAsync("div", { class: { 'rsl__item': true, 'rsl__item--selected': isSelected }, key: opt.id, onClick: () => { this.selectedOption = opt.id; this.
|
|
10229
|
+
return (hAsync("div", { class: { 'rsl__item': true, 'rsl__item--selected': isSelected }, key: opt.id, onClick: () => { this.selectedOption = opt.id; this.dropiChange.emit(opt.id); } }, hAsync("div", { class: { 'rsl__radio': true, 'rsl__radio--checked': isSelected } }, isSelected && hAsync("div", { class: "rsl__radio-dot" })), hAsync("div", { class: "rsl__content" }, hAsync("span", { class: "rsl__name" }, opt.name), (isSelected || this.alwaysShowDescription) && opt.description && (hAsync("span", { class: "rsl__desc" }, opt.description)))));
|
|
10128
10230
|
}))));
|
|
10129
10231
|
}
|
|
10130
10232
|
static get watchers() { return {
|
|
@@ -10187,7 +10289,7 @@ class DropiReadMore {
|
|
|
10187
10289
|
}
|
|
10188
10290
|
render() {
|
|
10189
10291
|
const showToggle = this.needsTruncation && (this.expanded ? this.showSeeLess : true);
|
|
10190
|
-
return (hAsync("div", { key: '
|
|
10292
|
+
return (hAsync("div", { key: '6accf9aa0a6f7377c7de6e8cbcb9e2a7ee99573a', class: "read-more" }, hAsync("p", { key: '96e5493df8b065008f9bc45cea1ba768eabfc0a2', class: "read-more__text", style: this.textStyle ? this.textStyle : undefined }, this.displayText, showToggle && (hAsync("button", { key: '195d962715c5c618701c3e86df618289915e3a9b', class: "read-more__toggle", style: this.buttonStyle ? this.buttonStyle : undefined, onClick: () => this.expanded = !this.expanded }, this.expanded ? ' Ver menos' : '... Ver más')))));
|
|
10191
10293
|
}
|
|
10192
10294
|
static get style() { return dropiReadMoreCss(); }
|
|
10193
10295
|
static get cmpMeta() { return {
|
|
@@ -10217,12 +10319,12 @@ const dropiSearchCss = () => `:host{display:block;width:100%;position:relative}*
|
|
|
10217
10319
|
class DropiSearch {
|
|
10218
10320
|
constructor(hostRef) {
|
|
10219
10321
|
registerInstance(this, hostRef);
|
|
10220
|
-
this.
|
|
10221
|
-
this.
|
|
10222
|
-
this.
|
|
10223
|
-
this.
|
|
10224
|
-
this.
|
|
10225
|
-
this.
|
|
10322
|
+
this.dropiInput = createEvent(this, "dropiInput");
|
|
10323
|
+
this.dropiBlur = createEvent(this, "dropiBlur");
|
|
10324
|
+
this.dropiKeyEnter = createEvent(this, "dropiKeyEnter");
|
|
10325
|
+
this.dropiChange = createEvent(this, "dropiChange");
|
|
10326
|
+
this.dropiClear = createEvent(this, "dropiClear");
|
|
10327
|
+
this.dropiModelChange = createEvent(this, "dropiModelChange");
|
|
10226
10328
|
}
|
|
10227
10329
|
/** Visual variant (matches Angular `type`) */
|
|
10228
10330
|
type = 'default';
|
|
@@ -10256,17 +10358,17 @@ class DropiSearch {
|
|
|
10256
10358
|
selected = [];
|
|
10257
10359
|
parsedOptions = [];
|
|
10258
10360
|
/** Emitted on input change. e.detail = current text */
|
|
10259
|
-
|
|
10361
|
+
dropiInput;
|
|
10260
10362
|
/** Emitted on blur */
|
|
10261
|
-
|
|
10363
|
+
dropiBlur;
|
|
10262
10364
|
/** Emitted when Enter is pressed. e.detail = current text */
|
|
10263
|
-
|
|
10365
|
+
dropiKeyEnter;
|
|
10264
10366
|
/** Emitted on change event of the native input (matches Angular `onChange`) */
|
|
10265
|
-
|
|
10367
|
+
dropiChange;
|
|
10266
10368
|
/** Emitted when clear button clicked */
|
|
10267
|
-
|
|
10369
|
+
dropiClear;
|
|
10268
10370
|
/** Emitted when selection changes. e.detail = selected items */
|
|
10269
|
-
|
|
10371
|
+
dropiModelChange;
|
|
10270
10372
|
optionsChanged(val) {
|
|
10271
10373
|
this.parsedOptions = typeof val === 'string' ? JSON.parse(val) : (val || []);
|
|
10272
10374
|
}
|
|
@@ -10282,20 +10384,20 @@ class DropiSearch {
|
|
|
10282
10384
|
handleInput(e) {
|
|
10283
10385
|
this.textInput = e.target.value;
|
|
10284
10386
|
this.open = this.parsedOptions.length > 0;
|
|
10285
|
-
this.
|
|
10286
|
-
this.
|
|
10387
|
+
this.dropiInput.emit(this.textInput);
|
|
10388
|
+
this.dropiChange.emit(this.textInput);
|
|
10287
10389
|
}
|
|
10288
10390
|
handleKeyDown(e) {
|
|
10289
10391
|
if (e.key === 'Enter')
|
|
10290
|
-
this.
|
|
10392
|
+
this.dropiKeyEnter.emit(this.textInput);
|
|
10291
10393
|
if (e.key === 'Escape')
|
|
10292
10394
|
this.open = false;
|
|
10293
10395
|
}
|
|
10294
10396
|
handleClear() {
|
|
10295
10397
|
this.textInput = '';
|
|
10296
10398
|
this.open = false;
|
|
10297
|
-
this.
|
|
10298
|
-
this.
|
|
10399
|
+
this.dropiClear.emit();
|
|
10400
|
+
this.dropiInput.emit('');
|
|
10299
10401
|
}
|
|
10300
10402
|
isSelected(opt) {
|
|
10301
10403
|
return this.selected.some(s => s[this.dataName] === opt[this.dataName]);
|
|
@@ -10314,14 +10416,14 @@ class DropiSearch {
|
|
|
10314
10416
|
this.selected = [opt];
|
|
10315
10417
|
this.open = false;
|
|
10316
10418
|
}
|
|
10317
|
-
this.
|
|
10419
|
+
this.dropiModelChange.emit(this.selected);
|
|
10318
10420
|
}
|
|
10319
10421
|
render() {
|
|
10320
10422
|
const showDropdown = this.open && this.parsedOptions.length > 0;
|
|
10321
|
-
return (hAsync("div", { key: '
|
|
10423
|
+
return (hAsync("div", { key: '594b15b4b31044f4a02376dc773ea36da893d773', class: "search-wrap" }, this.label && hAsync("label", { key: '297a989441ad892715b09421f9a53618851c1b52', class: "search-label" }, this.label), hAsync("div", { key: '6bbaf4ea5c1bc6ff831626117fccde647e68ba19', class: `search-input-row search-input-row--${this.type}` }, this.showIcon && hAsync("dropi-icon", { key: 'e94c3a3895a14e950a018023d5d7a281a230abae', class: "search-icon", name: "Search", iconWidth: "16px", iconHeight: "16px", color: "Gray-Gray-400" }), hAsync("input", { key: '820bf2f4c9ecaf9907aceaaa08bd3fa309606e90', class: "search-input", type: this.typeInput, placeholder: this.placeholder, value: this.textInput, maxLength: this.maxLength, onInput: (e) => this.handleInput(e), onKeyDown: (e) => this.handleKeyDown(e), onFocus: () => {
|
|
10322
10424
|
if (this.parsedOptions.length)
|
|
10323
10425
|
this.open = true;
|
|
10324
|
-
}, onBlur: () => { setTimeout(() => this.open = false, 150); this.
|
|
10426
|
+
}, onBlur: () => { setTimeout(() => this.open = false, 150); this.dropiBlur.emit(); } }), this.showClear && this.textInput && (hAsync("button", { key: 'e2fd7c3d5fee45a83f030589f58d4fee9f3af69c', class: "search-clear", onClick: () => this.handleClear(), "aria-label": "Limpiar" }, hAsync("dropi-icon", { key: 'a530b0adb83d76b205cd2b22792f14229950836e', name: "Close-small", iconWidth: "16px", iconHeight: "16px", color: "Gray-Gray-400" })))), showDropdown && (hAsync("div", { key: '8c062d43dccb41c84b2a599ed6d1a5e049a75b65', class: `search-dropdown search-dropdown--${this.position}`, style: { '--dropdown-height': `${this.heightOverlay}px` } }, this.filtered.length === 0 ? (hAsync("div", { class: "search-no-results" }, "Sin resultados")) : (this.filtered.map((opt, i) => (hAsync("div", { class: { 'search-option': true, 'search-option--selected': this.isSelected(opt) }, key: i, onMouseDown: (e) => { e.preventDefault(); this.selectOption(opt); } }, this.multipleSelectModel && hAsync("dropi-checkbox", { checked: this.isSelected(opt) }), hAsync("span", { class: "search-option__label" }, opt[this.dataName])))))))));
|
|
10325
10427
|
}
|
|
10326
10428
|
static get watchers() { return {
|
|
10327
10429
|
"dataToSearch": [{
|
|
@@ -10357,7 +10459,7 @@ class DropiSearch {
|
|
|
10357
10459
|
}; }
|
|
10358
10460
|
}
|
|
10359
10461
|
|
|
10360
|
-
const dropiSelectCss = () => `:host{display:block;width:100%;text-align:left}*,*::before,*::after{box-sizing:border-box}.custom-select{position:relative;width:100%}.custom-select label{display:block;font-size:var(--font-size-xs, 10px);font-weight:var(--font-weight-regular, 400);color:var(--Gray-Gray-600, #475066)}.disabled-label{color:var(--Gray-Gray-400, #858ea6) !important}.asterisk{color:var(--Error-Error-500, #f46a6b)}.dropdown-container{display:flex;align-items:center;gap:4px}.left-label{color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-m, 14px);white-space:nowrap}.select-button{box-sizing:border-box;width:100%;height:40px;padding:0 0.75rem;border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);background:var(--Neutral-White, #ffffff);color:var(--Gray-Gray-500, #69738c);font-size:var(--font-size-s, 12px);font-family:inherit;display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer;transition:border-color 0.2s ease;gap:8px}.select-button:focus{outline:none;border-color:var(--Info-Info-500, #50a5f1)}.select-button:disabled{border-color:var(--Gray-Gray-200, #c3c9d9);color:var(--Gray-Gray-400, #858ea6);background-color:var(--Gray-Gray-50, #f7f8fa);cursor:not-allowed}.select-completed{border-color:var(--Gray-Gray-400, #858ea6);color:var(--Gray-Gray-600, #475066)}.select-button-error{border-color:var(--Error-Error-500, #f46a6b) !important}.no-border{border:none !important;color:var(--Gray-Gray-600, #475066);padding:var(--Size-4, 16px);background-color:transparent !important;gap:var(--Size-2, 8px)}.no-border:disabled{background-color:transparent !important}.button-content{display:flex;align-items:center;gap:8px;overflow:hidden;flex:1;min-width:0}.elipsis{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-dropdown-overlay{position:fixed;max-height:250px;overflow-y:auto;list-style:none;padding:var(--Size-4, 16px) var(--Size-4, 16px) var(--Size-3, 12px);margin:0;border-radius:var(--Border-2, 8px);background:var(--Neutral-White, #ffffff);box-shadow:0px 8px 24px rgba(0, 0, 0, 0.12);z-index:9999;animation:dropdown-open 120ms ease-out}@keyframes dropdown-open{from{opacity:0;transform:scaleY(0.95);transform-origin:top}to{opacity:1;transform:scaleY(1);transform-origin:top}}.option{box-sizing:border-box;width:100%;min-height:40px;border-radius:var(--Border-2, 8px);padding:var(--Size-3, 12px) var(--Size-4, 16px);border:none;background:transparent;text-align:left;color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-s, 12px);font-family:inherit;cursor:pointer;display:flex;align-items:center;gap:var(--Size-2, 8px);transition:background 0.15s ease}.option:hover:not(:disabled){background:var(--Gray-Gray-50, #f7f8fa)}.option:disabled,.disabled-option{opacity:0.5;cursor:not-allowed}.option.selected-option:not(.option-radio){background:var(--Primary-Primary-50, #fef8f2);color:var(--Primary-Primary-500, #f49a3d)}.option-group-title{padding:var(--Size-3, 12px) var(--Size-4, 16px);font-size:var(--font-size-s, 12px);font-weight:var(--font-weight-medium, 500);color:var(--Gray-Gray-500, #69738c);list-style:none}.option-group{padding-left:var(--Size-6, 32px)}.sticky-search{position:sticky;top:calc(-1 * var(--Size-4, 16px));background:var(--Neutral-White, #ffffff);z-index:10;margin:calc(-1 * var(--Size-4, 16px)) calc(-1 * var(--Size-4, 16px)) 0;padding:var(--Size-2, 8px) var(--Size-4, 16px);border-bottom:1px solid var(--Gray-Gray-100, #e6eaf2);list-style:none}.search-wrapper{display:flex;align-items:center;gap:8px;border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);padding:6px 10px;background:var(--Neutral-White, #ffffff)}.search-input{flex:1;border:none;outline:none;font-size:var(--font-size-s, 12px);font-family:inherit;color:var(--Gray-Gray-700, #32394d);background:transparent}.search-input::placeholder{color:var(--Gray-Gray-400, #858ea6)}.search-clear{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.multi-checkbox{width:18px;height:18px;min-width:18px;border-radius:var(--Border-1, 4px);border:2px solid var(--Gray-Gray-200, #c3c9d9);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.15s, border-color 0.15s}.multi-checkbox.checked{background:var(--Primary-Primary-500, #f49a3d);border-color:var(--Primary-Primary-500, #f49a3d)}.option-radio{display:flex;align-items:center;gap:12px}.option-radio.selected-option{border-radius:var(--Border-2, 8px);background:var(--Primary-Primary-50, #fef8f2);color:var(--Primary-Primary-500, #f49a3d)}.option-radio.selected-option .option-second-label{color:var(--Primary-Primary-500, #f49a3d)}.radio{width:20px;height:20px;min-width:20px;border-radius:50%;border:2px solid var(--Gray-Gray-200, #c3c9d9);display:flex;align-items:center;justify-content:center;flex-shrink:0}.radio.selected{border-color:var(--Primary-Primary-500, #f49a3d)}.circle{width:12px;height:12px;border-radius:50%;background:var(--Primary-Primary-500, #f49a3d)}.labels-container{display:flex;justify-content:space-between;width:100%;min-width:0}.option-image{width:24px;height:24px;border-radius:60px;object-fit:cover;flex-shrink:0}.small-image{width:20px;height:20px}.option-image-fallback{width:24px;height:24px;border-radius:60px;background:var(--Primary-Primary-500, #f49a3d);color:white;font-size:13px;font-weight:var(--font-weight-bold);display:flex;justify-content:center;align-items:center;flex-shrink:0}.small-image.option-image-fallback{width:20px;height:20px}.option-second-label{color:var(--Gray-Gray-700, #32394d);font-weight:var(--font-weight-bold);white-space:nowrap}.flag-placeholder{font-size:11px;font-weight:var(--font-weight-semibold);color:var(--Gray-Gray-500, #69738c);flex-shrink:0}.select-helper,.select-helper-error{display:flex;gap:var(--Size-1, 4px);align-items:center;margin-top:var(--Size-1, 4px)}.select-helper span{color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-xs, 10px)}.select-helper-error span{color:var(--Error-Error-500, #f46a6b);font-size:var(--font-size-xs, 10px)}.no-results{padding:var(--Size-3, 12px) var(--Size-4, 16px);color:var(--Gray-Gray-400, #858ea6);font-size:var(--font-size-s, 12px);list-style:none;text-align:center}`;
|
|
10462
|
+
const dropiSelectCss = () => `:host{display:block;width:100%;text-align:left}*,*::before,*::after{box-sizing:border-box}.custom-select{position:relative;width:100%}.custom-select label{display:block;font-size:var(--font-size-xs, 10px);font-weight:var(--font-weight-regular, 400);color:var(--Gray-Gray-600, #475066)}.disabled-label{color:var(--Gray-Gray-400, #858ea6) !important}.asterisk{color:var(--Error-Error-500, #f46a6b)}.dropdown-container{display:flex;align-items:center;gap:4px}.left-label{color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-m, 14px);white-space:nowrap}.select-button{box-sizing:border-box;width:100%;height:40px;padding:0 0.75rem;border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);background:var(--Neutral-White, #ffffff);color:var(--Gray-Gray-500, #69738c);font-size:var(--font-size-s, 12px);font-family:inherit;display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer;transition:border-color 0.2s ease;gap:8px}.select-button:focus{outline:none;border-color:var(--Info-Info-500, #50a5f1)}.select-button:disabled{border-color:var(--Gray-Gray-200, #c3c9d9);color:var(--Gray-Gray-400, #858ea6);background-color:var(--Gray-Gray-50, #f7f8fa);cursor:not-allowed}.select-completed{border-color:var(--Gray-Gray-400, #858ea6);color:var(--Gray-Gray-600, #475066)}.select-button-error{border-color:var(--Error-Error-500, #f46a6b) !important}.no-border{border:none !important;color:var(--Gray-Gray-600, #475066);padding:var(--Size-4, 16px);background-color:transparent !important;gap:var(--Size-2, 8px)}.no-border:disabled{background-color:transparent !important}.button-content{display:flex;align-items:center;gap:8px;overflow:hidden;flex:1;min-width:0}.elipsis{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-dropdown-overlay{position:fixed;max-height:250px;overflow-y:auto;list-style:none;padding:var(--Size-4, 16px) var(--Size-4, 16px) var(--Size-3, 12px);margin:0;border-radius:var(--Border-2, 8px);background:var(--Neutral-White, #ffffff);box-shadow:0px 8px 24px rgba(0, 0, 0, 0.12);z-index:9999;animation:dropdown-open 120ms ease-out}.select-dropdown-overlay.within-modal{position:absolute}@keyframes dropdown-open{from{opacity:0;transform:scaleY(0.95);transform-origin:top}to{opacity:1;transform:scaleY(1);transform-origin:top}}.option{box-sizing:border-box;width:100%;min-height:40px;border-radius:var(--Border-2, 8px);padding:var(--Size-3, 12px) var(--Size-4, 16px);border:none;background:transparent;text-align:left;color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-s, 12px);font-family:inherit;cursor:pointer;display:flex;align-items:center;gap:var(--Size-2, 8px);transition:background 0.15s ease}.option:hover:not(:disabled){background:var(--Gray-Gray-50, #f7f8fa)}.option:disabled,.disabled-option{opacity:0.5;cursor:not-allowed}.option.selected-option:not(.option-radio){background:var(--Primary-Primary-50, #fef8f2);color:var(--Primary-Primary-500, #f49a3d)}.option-group-title{padding:var(--Size-3, 12px) var(--Size-4, 16px);font-size:var(--font-size-s, 12px);font-weight:var(--font-weight-medium, 500);color:var(--Gray-Gray-500, #69738c);list-style:none}.option-group{padding-left:var(--Size-6, 32px)}.sticky-search{position:sticky;top:calc(-1 * var(--Size-4, 16px));background:var(--Neutral-White, #ffffff);z-index:10;margin:calc(-1 * var(--Size-4, 16px)) calc(-1 * var(--Size-4, 16px)) 0;padding:var(--Size-2, 8px) var(--Size-4, 16px);border-bottom:1px solid var(--Gray-Gray-100, #e6eaf2);list-style:none}.search-wrapper{display:flex;align-items:center;gap:8px;border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);padding:6px 10px;background:var(--Neutral-White, #ffffff)}.search-input{flex:1;border:none;outline:none;font-size:var(--font-size-s, 12px);font-family:inherit;color:var(--Gray-Gray-700, #32394d);background:transparent}.search-input::placeholder{color:var(--Gray-Gray-400, #858ea6)}.search-clear{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.multi-checkbox{width:18px;height:18px;min-width:18px;border-radius:var(--Border-1, 4px);border:2px solid var(--Gray-Gray-200, #c3c9d9);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.15s, border-color 0.15s}.multi-checkbox.checked{background:var(--Primary-Primary-500, #f49a3d);border-color:var(--Primary-Primary-500, #f49a3d)}.option-radio{display:flex;align-items:center;gap:12px}.option-radio.selected-option{border-radius:var(--Border-2, 8px);background:var(--Primary-Primary-50, #fef8f2);color:var(--Primary-Primary-500, #f49a3d)}.option-radio.selected-option .option-second-label{color:var(--Primary-Primary-500, #f49a3d)}.radio{width:20px;height:20px;min-width:20px;border-radius:50%;border:2px solid var(--Gray-Gray-200, #c3c9d9);display:flex;align-items:center;justify-content:center;flex-shrink:0}.radio.selected{border-color:var(--Primary-Primary-500, #f49a3d)}.circle{width:12px;height:12px;border-radius:50%;background:var(--Primary-Primary-500, #f49a3d)}.labels-container{display:flex;justify-content:space-between;width:100%;min-width:0}.option-image{width:24px;height:24px;border-radius:60px;object-fit:cover;flex-shrink:0}.small-image{width:20px;height:20px}.option-image-fallback{width:24px;height:24px;border-radius:60px;background:var(--Primary-Primary-500, #f49a3d);color:white;font-size:13px;font-weight:var(--font-weight-bold);display:flex;justify-content:center;align-items:center;flex-shrink:0}.small-image.option-image-fallback{width:20px;height:20px}.option-second-label{color:var(--Gray-Gray-700, #32394d);font-weight:var(--font-weight-bold);white-space:nowrap}.flag-placeholder{font-size:11px;font-weight:var(--font-weight-semibold);color:var(--Gray-Gray-500, #69738c);flex-shrink:0}.select-helper,.select-helper-error{display:flex;gap:var(--Size-1, 4px);align-items:center;margin-top:var(--Size-1, 4px)}.select-helper span{color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-xs, 10px)}.select-helper-error span{color:var(--Error-Error-500, #f46a6b);font-size:var(--font-size-xs, 10px)}.no-results{padding:var(--Size-3, 12px) var(--Size-4, 16px);color:var(--Gray-Gray-400, #858ea6);font-size:var(--font-size-s, 12px);list-style:none;text-align:center}`;
|
|
10361
10463
|
|
|
10362
10464
|
/**
|
|
10363
10465
|
* @component dropi-select
|
|
@@ -10382,11 +10484,11 @@ const dropiSelectCss = () => `:host{display:block;width:100%;text-align:left}*,*
|
|
|
10382
10484
|
class DropiSelect {
|
|
10383
10485
|
constructor(hostRef) {
|
|
10384
10486
|
registerInstance(this, hostRef);
|
|
10385
|
-
this.
|
|
10386
|
-
this.
|
|
10387
|
-
this.
|
|
10388
|
-
this.
|
|
10389
|
-
this.
|
|
10487
|
+
this.dropiChangeSelect = createEvent(this, "dropiChangeSelect");
|
|
10488
|
+
this.dropiClear = createEvent(this, "dropiClear");
|
|
10489
|
+
this.dropiSearch = createEvent(this, "dropiSearch");
|
|
10490
|
+
this.dropiScrollEnd = createEvent(this, "dropiScrollEnd");
|
|
10491
|
+
this.dropiKeyEnter = createEvent(this, "dropiKeyEnter");
|
|
10390
10492
|
if (hostRef.$hostElement$["s-ei"]) {
|
|
10391
10493
|
this.internals = hostRef.$hostElement$["s-ei"];
|
|
10392
10494
|
}
|
|
@@ -10432,6 +10534,8 @@ class DropiSelect {
|
|
|
10432
10534
|
selectedOption = null;
|
|
10433
10535
|
/** Custom CSS class for the dropdown overlay */
|
|
10434
10536
|
overlayClass = '';
|
|
10537
|
+
/** If true, uses absolute positioning instead of fixed (better for modals with transforms) */
|
|
10538
|
+
withinModal = false;
|
|
10435
10539
|
/**
|
|
10436
10540
|
* Convenience object prop — matches Angular `selectProperties: SelectProperties`.
|
|
10437
10541
|
* Fields: label, placeholder, options, showObligatory, textHelper,
|
|
@@ -10451,15 +10555,15 @@ class DropiSelect {
|
|
|
10451
10555
|
};
|
|
10452
10556
|
// ── Events ───────────────────────────────────────────────────
|
|
10453
10557
|
/** Emitted when an option is selected — matches Angular 'onChangeSelect' */
|
|
10454
|
-
|
|
10558
|
+
dropiChangeSelect;
|
|
10455
10559
|
/** Emitted when the selection is cleared — matches Angular 'onClear' */
|
|
10456
|
-
|
|
10560
|
+
dropiClear;
|
|
10457
10561
|
/** Emitted on search input — matches Angular 'onSearch' */
|
|
10458
|
-
|
|
10562
|
+
dropiSearch;
|
|
10459
10563
|
/** Emitted when the list is scrolled to the end — matches Angular 'scrolledToEnd' */
|
|
10460
|
-
|
|
10564
|
+
dropiScrollEnd;
|
|
10461
10565
|
/** Emitted on Enter key inside search — matches Angular 'onKeyEnter' */
|
|
10462
|
-
|
|
10566
|
+
dropiKeyEnter;
|
|
10463
10567
|
// ── Lifecycle ────────────────────────────────────────────────
|
|
10464
10568
|
componentWillLoad() {
|
|
10465
10569
|
if (this.selectProperties)
|
|
@@ -10540,13 +10644,27 @@ class DropiSelect {
|
|
|
10540
10644
|
this._selectedOption = null;
|
|
10541
10645
|
this.multiSelected = [];
|
|
10542
10646
|
this.internals.setFormValue('');
|
|
10543
|
-
this.
|
|
10647
|
+
this.dropiClear.emit();
|
|
10544
10648
|
}
|
|
10545
10649
|
/** Reset multi-select state and show a placeholder label */
|
|
10546
10650
|
async resetMultiSelect(_placeholder) {
|
|
10547
10651
|
this.multiSelected = [];
|
|
10548
10652
|
this.internals.setFormValue('');
|
|
10549
10653
|
}
|
|
10654
|
+
// ── Scroll & Resize listeners ──────────────────────────────
|
|
10655
|
+
handleWindowScroll(e) {
|
|
10656
|
+
if (!this.isOpen || this.withinModal)
|
|
10657
|
+
return;
|
|
10658
|
+
// When scroll originates inside shadow DOM, e.target is retargeted to the host element
|
|
10659
|
+
if (e.target === this.el)
|
|
10660
|
+
return;
|
|
10661
|
+
this.closeDropdown();
|
|
10662
|
+
}
|
|
10663
|
+
handleWindowResize() {
|
|
10664
|
+
if (this.isOpen && !this.withinModal) {
|
|
10665
|
+
this.closeDropdown();
|
|
10666
|
+
}
|
|
10667
|
+
}
|
|
10550
10668
|
// ── Click outside ────────────────────────────────────────────
|
|
10551
10669
|
handleOutsideClick(e) {
|
|
10552
10670
|
if (this.isOpen && !e.composedPath().includes(this.el)) {
|
|
@@ -10590,8 +10708,8 @@ class DropiSelect {
|
|
|
10590
10708
|
return this.placeholder;
|
|
10591
10709
|
}
|
|
10592
10710
|
// ── Dropdown positioning ─────────────────────────────────────
|
|
10593
|
-
|
|
10594
|
-
if (this.
|
|
10711
|
+
updateDropdownPosition() {
|
|
10712
|
+
if (!this.buttonRef)
|
|
10595
10713
|
return;
|
|
10596
10714
|
const rect = this.buttonRef.getBoundingClientRect();
|
|
10597
10715
|
const viewportHeight = window.innerHeight;
|
|
@@ -10605,6 +10723,18 @@ class DropiSelect {
|
|
|
10605
10723
|
left: `${rect.left}px`,
|
|
10606
10724
|
width: `${rect.width}px`,
|
|
10607
10725
|
};
|
|
10726
|
+
}
|
|
10727
|
+
openDropdown() {
|
|
10728
|
+
if (this.withinModal) {
|
|
10729
|
+
this.dropdownStyle = {
|
|
10730
|
+
top: `${this.el.offsetHeight}px`,
|
|
10731
|
+
left: '0px',
|
|
10732
|
+
width: '100%',
|
|
10733
|
+
};
|
|
10734
|
+
}
|
|
10735
|
+
else {
|
|
10736
|
+
this.updateDropdownPosition();
|
|
10737
|
+
}
|
|
10608
10738
|
this.isOpen = true;
|
|
10609
10739
|
if (this.searchEnabled) {
|
|
10610
10740
|
setTimeout(() => {
|
|
@@ -10634,12 +10764,12 @@ class DropiSelect {
|
|
|
10634
10764
|
this.multiSelected = [...this.multiSelected, option];
|
|
10635
10765
|
}
|
|
10636
10766
|
this.internals.setFormValue(this.multiSelected.map(o => o.id).join(','));
|
|
10637
|
-
this.
|
|
10767
|
+
this.dropiChangeSelect.emit([...this.multiSelected]);
|
|
10638
10768
|
}
|
|
10639
10769
|
else {
|
|
10640
10770
|
this._selectedOption = option;
|
|
10641
10771
|
this.internals.setFormValue(String(option.id));
|
|
10642
|
-
this.
|
|
10772
|
+
this.dropiChangeSelect.emit(option);
|
|
10643
10773
|
this.closeDropdown();
|
|
10644
10774
|
}
|
|
10645
10775
|
}
|
|
@@ -10649,7 +10779,7 @@ class DropiSelect {
|
|
|
10649
10779
|
// ── Search ───────────────────────────────────────────────────
|
|
10650
10780
|
handleSearch(term) {
|
|
10651
10781
|
this.searchTerm = term;
|
|
10652
|
-
this.
|
|
10782
|
+
this.dropiSearch.emit(term);
|
|
10653
10783
|
const lower = term.toLowerCase().trim();
|
|
10654
10784
|
if (!lower) {
|
|
10655
10785
|
this.filteredOptions = [...this.options];
|
|
@@ -10677,7 +10807,7 @@ class DropiSelect {
|
|
|
10677
10807
|
this.hasEmittedScrollEnd = false;
|
|
10678
10808
|
this.lastScrollTop = el.scrollTop;
|
|
10679
10809
|
if (distFromBottom <= threshold && !this.hasEmittedScrollEnd) {
|
|
10680
|
-
this.
|
|
10810
|
+
this.dropiScrollEnd.emit();
|
|
10681
10811
|
this.hasEmittedScrollEnd = true;
|
|
10682
10812
|
setTimeout(() => { this.hasEmittedScrollEnd = false; }, 1000);
|
|
10683
10813
|
}
|
|
@@ -10696,7 +10826,7 @@ class DropiSelect {
|
|
|
10696
10826
|
}, disabled: this.disabled, ref: el => (this.buttonRef = el), onClick: () => this.toggleDropdown() }, hAsync("div", { class: {
|
|
10697
10827
|
'button-content': true,
|
|
10698
10828
|
'option-radio': this.radioOptions && !!this._selectedOption && !this.multiSelect,
|
|
10699
|
-
} }, this.preIcon && (hAsync("dropi-icon", { name: this.preIcon,
|
|
10829
|
+
} }, this.preIcon && (hAsync("dropi-icon", { name: this.preIcon, iconWidth: "20px", iconHeight: "20px", color: "Gray-Gray-500" })), this.radioOptions && this._selectedOption && !this.multiSelect && [
|
|
10700
10830
|
this._selectedOption.imageUrl && !this._selectedOption.isFallback
|
|
10701
10831
|
? hAsync("img", { class: "option-image small-image", src: this._selectedOption.imageUrl, alt: "", onError: () => {
|
|
10702
10832
|
if (this._selectedOption)
|
|
@@ -10706,7 +10836,7 @@ class DropiSelect {
|
|
|
10706
10836
|
? hAsync("span", { class: "option-image-fallback small-image" }, this._selectedOption.label.charAt(0).toUpperCase())
|
|
10707
10837
|
: null,
|
|
10708
10838
|
hAsync("div", { class: "labels-container elipsis" }, hAsync("span", null, this._selectedOption.label), this._selectedOption.secondLabel && hAsync("span", { class: "option-second-label" }, this._selectedOption.secondLabel)),
|
|
10709
|
-
], !(this.radioOptions && this._selectedOption && !this.multiSelect) && (hAsync("div", { class: "elipsis" }, this.triggerLabel))), hAsync("dropi-icon", { name: this.isOpen ? 'Dropdown-up' : 'Dropdown-down',
|
|
10839
|
+
], !(this.radioOptions && this._selectedOption && !this.multiSelect) && (hAsync("div", { class: "elipsis" }, this.triggerLabel))), hAsync("dropi-icon", { name: this.isOpen ? 'Dropdown-up' : 'Dropdown-down', iconWidth: iconSize, iconHeight: iconSize, color: iconColor })));
|
|
10710
10840
|
}
|
|
10711
10841
|
renderOption(option) {
|
|
10712
10842
|
const isSelected = this.multiSelect
|
|
@@ -10718,23 +10848,23 @@ class DropiSelect {
|
|
|
10718
10848
|
'option-with-flag': this.showCountryFlags && !!option.countryCode,
|
|
10719
10849
|
'disabled-option': !!option.disabled,
|
|
10720
10850
|
'selected-option': isSelected,
|
|
10721
|
-
}, disabled: option.disabled, onClick: () => this.selectOption(option) }, this.multiSelect && (hAsync("span", { class: { 'multi-checkbox': true, checked: isSelected } }, isSelected && (hAsync("svg", { width: "10", height: "10", viewBox: "0 0 24 24", fill: "none" }, hAsync("path", { d: "M20.6 5.7L9.1 17.2c-.2.2-.5.3-.8.3s-.6-.1-.8-.3L3 12.8c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l3.9 3.9L19.2 4.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4z", fill: "white" }))))), this.radioOptions && (hAsync("div", { class: { radio: true, selected: isSelected } }, isSelected && hAsync("div", { class: "circle" }))), !this.radioOptions && option.preIcon && (hAsync("dropi-icon", { name: option.preIcon,
|
|
10851
|
+
}, disabled: option.disabled, onClick: () => this.selectOption(option) }, this.multiSelect && (hAsync("span", { class: { 'multi-checkbox': true, checked: isSelected } }, isSelected && (hAsync("svg", { width: "10", height: "10", viewBox: "0 0 24 24", fill: "none" }, hAsync("path", { d: "M20.6 5.7L9.1 17.2c-.2.2-.5.3-.8.3s-.6-.1-.8-.3L3 12.8c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l3.9 3.9L19.2 4.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4z", fill: "white" }))))), this.radioOptions && (hAsync("div", { class: { radio: true, selected: isSelected } }, isSelected && hAsync("div", { class: "circle" }))), !this.radioOptions && option.preIcon && (hAsync("dropi-icon", { name: option.preIcon, iconWidth: "20px", iconHeight: "20px", color: "Gray-Gray-500" })), this.radioOptions && option.imageUrl && !option.isFallback && (hAsync("img", { class: "option-image", src: option.imageUrl, alt: "", onError: () => { option.isFallback = true; this.options = [...this.options]; } })), this.radioOptions && option.isFallback && (hAsync("span", { class: "option-image-fallback" }, option.label.charAt(0).toUpperCase())), this.showCountryFlags && option.countryCode && (hAsync("span", { class: "flag-placeholder" }, option.countryCode)), this.radioOptions
|
|
10722
10852
|
? (hAsync("div", { class: "labels-container" }, hAsync("span", { class: "elipsis" }, option.label), option.secondLabel && hAsync("span", { class: "option-second-label" }, option.secondLabel)))
|
|
10723
10853
|
: (hAsync("span", { class: "elipsis" }, this.showCountryFlags && option.shortLabel ? option.shortLabel : option.label)))));
|
|
10724
10854
|
}
|
|
10725
10855
|
renderDropdown() {
|
|
10726
10856
|
if (!this.isOpen)
|
|
10727
10857
|
return null;
|
|
10728
|
-
return (hAsync("ul", { class: `select-dropdown-overlay ${this.overlayClass}`, style: this.dropdownStyle, onScroll: (e) => this.handleScroll(e) }, this.searchEnabled && (hAsync("li", { class: "sticky-search" }, hAsync("div", { class: "search-wrapper" }, hAsync("dropi-icon", { name: "Search",
|
|
10858
|
+
return (hAsync("ul", { class: `select-dropdown-overlay ${this.overlayClass} ${this.withinModal ? 'within-modal' : ''}`, style: this.dropdownStyle, onScroll: (e) => this.handleScroll(e) }, this.searchEnabled && (hAsync("li", { class: "sticky-search" }, hAsync("div", { class: "search-wrapper" }, hAsync("dropi-icon", { name: "Search", iconWidth: "16px", iconHeight: "16px", color: "Gray-Gray-400" }), hAsync("input", { class: "search-input", type: "text", placeholder: this.placeHolderSearch, value: this.searchTerm, onInput: (e) => this.handleSearch(e.target.value), onKeyDown: (e) => {
|
|
10729
10859
|
if (e.key === 'Enter')
|
|
10730
|
-
this.
|
|
10731
|
-
} }), this.searchTerm && (hAsync("button", { type: "button", class: "search-clear", onClick: () => this.handleSearch('') }, hAsync("dropi-icon", { name: "Close",
|
|
10860
|
+
this.dropiKeyEnter.emit(e);
|
|
10861
|
+
} }), this.searchTerm && (hAsync("button", { type: "button", class: "search-clear", onClick: () => this.handleSearch('') }, hAsync("dropi-icon", { name: "Close", iconWidth: "14px", iconHeight: "14px", color: "Gray-Gray-400" })))))), this.isGrouped && this.filteredOptions.map(group => [
|
|
10732
10862
|
hAsync("li", { class: "option-group-title" }, group.category),
|
|
10733
|
-
...group.options.map(opt => (hAsync("li", { key: opt.id }, hAsync("button", { type: "button", class: { option: true, 'option-group': true, 'disabled-option': !!opt.disabled }, disabled: opt.disabled, onClick: () => this.selectOption(opt) }, opt.preIcon && hAsync("dropi-icon", { name: opt.preIcon,
|
|
10863
|
+
...group.options.map(opt => (hAsync("li", { key: opt.id }, hAsync("button", { type: "button", class: { option: true, 'option-group': true, 'disabled-option': !!opt.disabled }, disabled: opt.disabled, onClick: () => this.selectOption(opt) }, opt.preIcon && hAsync("dropi-icon", { name: opt.preIcon, iconWidth: "20px", iconHeight: "20px", color: "Gray-Gray-500" }), hAsync("span", { class: "elipsis" }, opt.label))))),
|
|
10734
10864
|
]), !this.isGrouped && this.filteredOptions.map(opt => this.renderOption(opt)), this.filteredOptions.length === 0 && (hAsync("li", { class: "no-results" }, "Sin resultados"))));
|
|
10735
10865
|
}
|
|
10736
10866
|
render() {
|
|
10737
|
-
return (hAsync("div", { key: '
|
|
10867
|
+
return (hAsync("div", { key: '4f34c329d9993926758230f0e9ca0f8d0e57ef6e', class: "custom-select" }, !this.dropdownType && this.label && (hAsync("label", { key: '743013592658ee415d4a9e3db8ec648472a3428e', class: { 'disabled-label': this.disabled } }, this.label, this.showObligatory && !this.disabled && hAsync("span", { key: '56183248733eb18956664c859c8f7d4057f3fa11', class: "asterisk" }, " *"))), hAsync("div", { key: 'c93f45456478ac5419d542512092e877a04f28b7', class: "dropdown-container" }, this.dropdownType && this.label && (hAsync("div", { key: '0632779b9ba71f1fb91944b54b477999f607a3f5', class: "left-label" }, this.label)), this.renderTrigger()), this.textHelper && !this.hasError && (hAsync("div", { key: '3e57fc2b53715abb9800db573119cf77b0333d37', class: "select-helper" }, hAsync("span", { key: 'baf3d1f0ae4d535acae2a08df8d2079996afdcff' }, this.textHelper))), this.hasError && this.errorText && (hAsync("div", { key: '8b25aae92b9370a02fcfd81f50b98df145d3cb0e', class: "select-helper-error" }, hAsync("dropi-icon", { key: '60643f0b7e54f8533dc9fd7dd17715aec59d851c', name: "Warning-circle", iconWidth: "12px", iconHeight: "12px", color: "Error-Error-500" }), hAsync("span", { key: '35bcdfd3c9825cbac269b1085d4c552df694f33a' }, this.errorText))), this.renderDropdown()));
|
|
10738
10868
|
}
|
|
10739
10869
|
static get formAssociated() { return true; }
|
|
10740
10870
|
static get watchers() { return {
|
|
@@ -10775,6 +10905,7 @@ class DropiSelect {
|
|
|
10775
10905
|
"defaultSelectedId": [1032, "default-selected-id"],
|
|
10776
10906
|
"selectedOption": [1040],
|
|
10777
10907
|
"overlayClass": [1, "overlay-class"],
|
|
10908
|
+
"withinModal": [4, "within-modal"],
|
|
10778
10909
|
"selectProperties": [8, "select-properties"],
|
|
10779
10910
|
"isOpen": [32],
|
|
10780
10911
|
"_selectedOption": [32],
|
|
@@ -10787,7 +10918,7 @@ class DropiSelect {
|
|
|
10787
10918
|
"clearSelection": [64],
|
|
10788
10919
|
"resetMultiSelect": [64]
|
|
10789
10920
|
},
|
|
10790
|
-
"$listeners$": [[4, "click", "handleOutsideClick"]],
|
|
10921
|
+
"$listeners$": [[11, "scroll", "handleWindowScroll"], [9, "resize", "handleWindowResize"], [4, "click", "handleOutsideClick"]],
|
|
10791
10922
|
"$lazyBundleId$": "-",
|
|
10792
10923
|
"$attrsToReflect$": [["disabled", "disabled"]]
|
|
10793
10924
|
}; }
|
|
@@ -10803,7 +10934,7 @@ const dropiSidebarCss = () => `:host{display:block}.main-sidebar-container{margi
|
|
|
10803
10934
|
class DropiSidebar {
|
|
10804
10935
|
constructor(hostRef) {
|
|
10805
10936
|
registerInstance(this, hostRef);
|
|
10806
|
-
this.
|
|
10937
|
+
this.dropiIndexChange = createEvent(this, "dropiIndexChange");
|
|
10807
10938
|
}
|
|
10808
10939
|
/**
|
|
10809
10940
|
* Define las propiedades y la cantidad de elementos a renderizar.
|
|
@@ -10813,7 +10944,7 @@ class DropiSidebar {
|
|
|
10813
10944
|
/**
|
|
10814
10945
|
* Evento emitido cuando se selecciona una opción en el menú o un sub-hijo.
|
|
10815
10946
|
*/
|
|
10816
|
-
|
|
10947
|
+
dropiIndexChange;
|
|
10817
10948
|
parsedProperties = [];
|
|
10818
10949
|
watchPropHandler(newValue) {
|
|
10819
10950
|
this.parsedProperties = typeof newValue === 'string' ? JSON.parse(newValue) : (newValue || []);
|
|
@@ -10833,26 +10964,26 @@ class DropiSidebar {
|
|
|
10833
10964
|
}
|
|
10834
10965
|
}
|
|
10835
10966
|
onItemClick(itemClicked) {
|
|
10836
|
-
this.
|
|
10967
|
+
this.dropiIndexChange.emit(itemClicked);
|
|
10837
10968
|
if (itemClicked.subItems && itemClicked.subItems.length > 0) {
|
|
10838
10969
|
this.setExpandedPropertie(itemClicked.id);
|
|
10839
10970
|
}
|
|
10840
10971
|
}
|
|
10841
10972
|
onSubItemClick(itemClicked) {
|
|
10842
|
-
this.
|
|
10973
|
+
this.dropiIndexChange.emit(itemClicked);
|
|
10843
10974
|
}
|
|
10844
10975
|
render() {
|
|
10845
|
-
return (hAsync("div", { key: '
|
|
10976
|
+
return (hAsync("div", { key: '3e45416a116488871747c54c14cbb73ecf1d9a4d', class: "main-sidebar-container" }, this.parsedProperties.map(item => {
|
|
10846
10977
|
return [
|
|
10847
10978
|
/* Item Principal */
|
|
10848
10979
|
hAsync("div", { class: {
|
|
10849
10980
|
'sidebar-option': true,
|
|
10850
10981
|
'sidebar-active-option': !!item.active,
|
|
10851
10982
|
'sidebar-default-option': !item.active
|
|
10852
|
-
}, onClick: () => this.onItemClick(item) }, hAsync("dropi-icon", { name: item.icon || 'Cube',
|
|
10983
|
+
}, onClick: () => this.onItemClick(item) }, hAsync("dropi-icon", { name: item.icon || 'Cube', iconWidth: "20px", iconHeight: "20px", color: item.active ? 'Primary-Primary-500' : 'Gray-Gray-500' }), hAsync("span", null, item.text), item.subItems && item.subItems.length > 0 && (hAsync("dropi-icon", { class: {
|
|
10853
10984
|
'arrow': true,
|
|
10854
10985
|
'arrow-expanded': !!item.expandedMenu
|
|
10855
|
-
}, name: "Dropdown-down",
|
|
10986
|
+
}, name: "Dropdown-down", iconWidth: "20px", iconHeight: "20px", color: item.active ? 'Primary-Primary-500' : 'Gray-Gray-500' }))),
|
|
10856
10987
|
/* SubItems Renderizados al mismo nivel DOM que instruye Angular ng-container */
|
|
10857
10988
|
item.subItems && item.subItems.length > 0 && (item.subItems.map(subOption => (hAsync("div", { class: {
|
|
10858
10989
|
'sidebar-sub-item': true,
|
|
@@ -11065,7 +11196,7 @@ class DropiSteps {
|
|
|
11065
11196
|
const state = this.stepState(step);
|
|
11066
11197
|
const label = labels[step - 1];
|
|
11067
11198
|
const isLast = step === this.stepsCount;
|
|
11068
|
-
return (hAsync("div", { class: "stepper__step", key: step }, hAsync("div", { class: "stepper__circle-wrap" }, hAsync("div", { class: { 'stepper__circle': true, [`stepper__circle--${state}`]: true } }, state === 'completed' ? (hAsync("dropi-icon", { name: "Check",
|
|
11199
|
+
return (hAsync("div", { class: "stepper__step", key: step }, hAsync("div", { class: "stepper__circle-wrap" }, hAsync("div", { class: { 'stepper__circle': true, [`stepper__circle--${state}`]: true } }, state === 'completed' ? (hAsync("dropi-icon", { name: "Check", iconWidth: "12px", iconHeight: "12px", color: "Neutral-White" })) : (this.showNumberOfStep ? hAsync("span", null, step) : null)), !isLast && hAsync("div", { class: { 'stepper__line': true, 'stepper__line--done': state === 'completed' } })), label && (hAsync("div", { class: "stepper__label" }, label.title && hAsync("span", { class: "stepper__title" }, label.title), label.description && hAsync("span", { class: "stepper__desc" }, label.description)))));
|
|
11069
11200
|
})));
|
|
11070
11201
|
}
|
|
11071
11202
|
static get style() { return dropiStepsCss(); }
|
|
@@ -11094,21 +11225,21 @@ const dropiSwitchCss = () => `:host{display:inline-block}*,*::before,*::after{bo
|
|
|
11094
11225
|
class DropiSwitch {
|
|
11095
11226
|
constructor(hostRef) {
|
|
11096
11227
|
registerInstance(this, hostRef);
|
|
11097
|
-
this.
|
|
11228
|
+
this.dropiChange = createEvent(this, "dropiChange");
|
|
11098
11229
|
}
|
|
11099
11230
|
/** Whether the switch is on */
|
|
11100
11231
|
isChecked = false;
|
|
11101
11232
|
/** Whether the switch is disabled */
|
|
11102
11233
|
disabled = false;
|
|
11103
11234
|
/** Emitted when the toggle state changes */
|
|
11104
|
-
|
|
11235
|
+
dropiChange;
|
|
11105
11236
|
onToggleChange(event) {
|
|
11106
11237
|
const input = event.target;
|
|
11107
11238
|
this.isChecked = input.checked;
|
|
11108
|
-
this.
|
|
11239
|
+
this.dropiChange.emit(this.isChecked);
|
|
11109
11240
|
}
|
|
11110
11241
|
render() {
|
|
11111
|
-
return (hAsync("label", { key: '
|
|
11242
|
+
return (hAsync("label", { key: '977f209e9d6411bf386637c1073dca0f5d1c72f3', class: "toggle-switch" }, hAsync("input", { key: '8deef7c0c079d8d5662bd05372eb74d5cc68429f', type: "checkbox", checked: this.isChecked, disabled: this.disabled, onChange: (e) => this.onToggleChange(e) }), hAsync("span", { key: '2f6dd3b87996271d0c6abddc86697791de4da9b1', class: "slider" })));
|
|
11112
11243
|
}
|
|
11113
11244
|
static get formAssociated() { return true; }
|
|
11114
11245
|
static get style() { return dropiSwitchCss(); }
|
|
@@ -11134,20 +11265,20 @@ const dropiTableCss = () => `:host{display:block;width:100%;min-width:0}*,*::bef
|
|
|
11134
11265
|
class DropiTable {
|
|
11135
11266
|
constructor(hostRef) {
|
|
11136
11267
|
registerInstance(this, hostRef);
|
|
11137
|
-
this.dropiSort = createEvent(this, "dropiSort"
|
|
11138
|
-
this.dropiSelection = createEvent(this, "dropiSelection"
|
|
11139
|
-
this.dropiRowClick = createEvent(this, "dropiRowClick"
|
|
11140
|
-
this.dropiSearch = createEvent(this, "dropiSearch"
|
|
11141
|
-
this.dropiPageChange = createEvent(this, "dropiPageChange"
|
|
11142
|
-
this.dropiPageSizeChange = createEvent(this, "dropiPageSizeChange"
|
|
11143
|
-
this.dropiAction = createEvent(this, "dropiAction"
|
|
11144
|
-
this.
|
|
11145
|
-
this.
|
|
11146
|
-
this.
|
|
11147
|
-
this.
|
|
11148
|
-
this.
|
|
11149
|
-
this.
|
|
11150
|
-
this.expandChildren = createEvent(this, "expandChildren"
|
|
11268
|
+
this.dropiSort = createEvent(this, "dropiSort");
|
|
11269
|
+
this.dropiSelection = createEvent(this, "dropiSelection");
|
|
11270
|
+
this.dropiRowClick = createEvent(this, "dropiRowClick");
|
|
11271
|
+
this.dropiSearch = createEvent(this, "dropiSearch");
|
|
11272
|
+
this.dropiPageChange = createEvent(this, "dropiPageChange");
|
|
11273
|
+
this.dropiPageSizeChange = createEvent(this, "dropiPageSizeChange");
|
|
11274
|
+
this.dropiAction = createEvent(this, "dropiAction");
|
|
11275
|
+
this.dropiRowsSelected = createEvent(this, "dropiRowsSelected");
|
|
11276
|
+
this.dropiActionClick = createEvent(this, "dropiActionClick");
|
|
11277
|
+
this.dropiPageChangeAngular = createEvent(this, "dropiPageChangeAngular");
|
|
11278
|
+
this.dropiSizeChangeAngular = createEvent(this, "dropiSizeChangeAngular");
|
|
11279
|
+
this.dropiSortChangeAngular = createEvent(this, "dropiSortChangeAngular");
|
|
11280
|
+
this.dropiSearchChangeAngular = createEvent(this, "dropiSearchChangeAngular");
|
|
11281
|
+
this.expandChildren = createEvent(this, "expandChildren");
|
|
11151
11282
|
}
|
|
11152
11283
|
/** Column definitions */
|
|
11153
11284
|
columns = [];
|
|
@@ -11160,7 +11291,7 @@ class DropiTable {
|
|
|
11160
11291
|
/** Empty state message */
|
|
11161
11292
|
emptyMessage = 'No hay datos disponibles';
|
|
11162
11293
|
/** Table title */
|
|
11163
|
-
|
|
11294
|
+
tableTitle = '';
|
|
11164
11295
|
/** Show search input */
|
|
11165
11296
|
showSearch = false;
|
|
11166
11297
|
/** Show column selector button */
|
|
@@ -11220,17 +11351,17 @@ class DropiTable {
|
|
|
11220
11351
|
dropiAction;
|
|
11221
11352
|
// ── Angular-parity events ────────────────────────────────────
|
|
11222
11353
|
/** Matches Angular `rowsSelected` */
|
|
11223
|
-
|
|
11354
|
+
dropiRowsSelected;
|
|
11224
11355
|
/** Matches Angular `actionClicked` */
|
|
11225
|
-
|
|
11356
|
+
dropiActionClick;
|
|
11226
11357
|
/** Matches Angular `onPageChange` */
|
|
11227
|
-
|
|
11358
|
+
dropiPageChangeAngular;
|
|
11228
11359
|
/** Matches Angular `onSizeChange` */
|
|
11229
|
-
|
|
11360
|
+
dropiSizeChangeAngular;
|
|
11230
11361
|
/** Matches Angular `onSortChange` */
|
|
11231
|
-
|
|
11362
|
+
dropiSortChangeAngular;
|
|
11232
11363
|
/** Matches Angular `onSearchChange` */
|
|
11233
|
-
|
|
11364
|
+
dropiSearchChangeAngular;
|
|
11234
11365
|
/** Matches Angular `expandChildren` */
|
|
11235
11366
|
expandChildren;
|
|
11236
11367
|
columnsChanged(val) {
|
|
@@ -11322,7 +11453,7 @@ class DropiTable {
|
|
|
11322
11453
|
this.sortAsc = true;
|
|
11323
11454
|
}
|
|
11324
11455
|
this.dropiSort.emit({ key: this.sortKey, dir: this.sortDir });
|
|
11325
|
-
this.
|
|
11456
|
+
this.dropiSortChangeAngular.emit({ key: this.sortKey, dir: this.sortDir });
|
|
11326
11457
|
}
|
|
11327
11458
|
toggleRow(idx) {
|
|
11328
11459
|
const next = new Set(this.selectedKeys);
|
|
@@ -11333,13 +11464,13 @@ class DropiTable {
|
|
|
11333
11464
|
this.selectedKeys = next;
|
|
11334
11465
|
const selected = Array.from(next);
|
|
11335
11466
|
this.dropiSelection.emit(selected);
|
|
11336
|
-
this.
|
|
11467
|
+
this.dropiRowsSelected.emit(selected.map(i => this.pagedRows[i]));
|
|
11337
11468
|
}
|
|
11338
11469
|
toggleAll(checked) {
|
|
11339
11470
|
this.selectedKeys = checked ? new Set(this.pagedRows.map((_, i) => i)) : new Set();
|
|
11340
11471
|
const selected = Array.from(this.selectedKeys);
|
|
11341
11472
|
this.dropiSelection.emit(selected);
|
|
11342
|
-
this.
|
|
11473
|
+
this.dropiRowsSelected.emit(selected.map(i => this.pagedRows[i]));
|
|
11343
11474
|
}
|
|
11344
11475
|
renderCellValue(value) {
|
|
11345
11476
|
if (value === null || value === undefined)
|
|
@@ -11353,13 +11484,21 @@ class DropiTable {
|
|
|
11353
11484
|
case 'country':
|
|
11354
11485
|
return (hAsync("div", { class: "flag-container" }, value.flag && hAsync("dropi-country-flags", { width: "24", height: "24", country: value.flag, style: { display: 'inline-flex' } }), hAsync("span", null, value.value)));
|
|
11355
11486
|
case 'textIcon':
|
|
11356
|
-
return (hAsync("div", { class: "text-icon-label" }, hAsync("dropi-icon", { name: value.icon,
|
|
11487
|
+
return (hAsync("div", { class: "text-icon-label" }, hAsync("dropi-icon", { name: value.icon, iconWidth: "24px", iconHeight: "24px", color: value.iconColor || 'Gray-Gray-500' }), value.value && hAsync("span", null, value.value)));
|
|
11357
11488
|
case 'status':
|
|
11358
11489
|
return (hAsync("div", { class: "status-label" }, hAsync("div", { class: "status-dot" }, hAsync("div", { class: `dot dot-${(value.status || '').toLowerCase()}` }), hAsync("span", { class: "status-text" }, value.status)), value.value && hAsync("span", { class: "status-description" }, value.value)));
|
|
11359
11490
|
case 'image':
|
|
11360
11491
|
return (hAsync("div", { class: "image-label" }, hAsync("div", { class: "img-container" }, hAsync("img", { src: value.imageUrl, alt: value.value })), hAsync("span", null, value.value)));
|
|
11361
11492
|
case 'textWrap':
|
|
11362
11493
|
return hAsync("div", { class: "text-wrap-label", style: { maxWidth: value.maxWidth || '220px' } }, value.value);
|
|
11494
|
+
case 'textCopy':
|
|
11495
|
+
case 'tokenAction':
|
|
11496
|
+
return (hAsync("div", { class: "text-icon-label", style: { display: 'flex', alignItems: 'center' } }, hAsync("div", { style: { display: 'flex', alignItems: 'center' } }, hAsync("span", { style: { overflow: 'hidden', textOverflow: 'ellipsis', whiteSpace: 'nowrap' } }, value.value)), hAsync("div", { style: { display: 'flex', justifyContent: 'flex-start', paddingLeft: '0.5rem' } }, hAsync("dropi-icon", { name: value.revealed ? "Clon" : "Eye", iconWidth: "18px", iconHeight: "18px", color: "Gray-Gray-500", style: { cursor: 'pointer', flexShrink: '0' }, onClick: (e) => {
|
|
11497
|
+
e.stopPropagation();
|
|
11498
|
+
const actionId = value.revealed ? 'copy' : 'reveal';
|
|
11499
|
+
this.dropiAction.emit({ row: value.row, action: { id: actionId, value: value.value } });
|
|
11500
|
+
this.dropiActionClick.emit({ row: value.row, action: { id: actionId, value: value.value } });
|
|
11501
|
+
} }))));
|
|
11363
11502
|
default:
|
|
11364
11503
|
return hAsync("span", { class: "table-labels" }, String(value.value ?? '—'));
|
|
11365
11504
|
}
|
|
@@ -11374,11 +11513,11 @@ class DropiTable {
|
|
|
11374
11513
|
const allSelected = rows.length > 0 && this.selectedKeys.size === rows.length;
|
|
11375
11514
|
const hasActions = this.parsedRowActions.length > 0;
|
|
11376
11515
|
const cols = this.visibleColumns;
|
|
11377
|
-
return (hAsync("div", { class: "table-container" }, (this.showSearch || this.showColumnSelector || this.
|
|
11516
|
+
return (hAsync("div", { class: "table-container" }, (this.showSearch || this.showColumnSelector || this.tableTitle) && (hAsync("div", { class: "search-container" }, this.tableTitle && hAsync("div", { class: "table-title Body-L-Bold" }, this.tableTitle), hAsync("div", { class: `search-actions${this.showSearch ? '' : ' only-filter'}` }, this.showSearch && (hAsync("dropi-input", { placeholder: "Buscar", value: this.searchTerm, onDropiInput: (e) => {
|
|
11378
11517
|
this.searchTerm = e.detail;
|
|
11379
11518
|
this.dropiSearch.emit(e.detail);
|
|
11380
|
-
this.
|
|
11381
|
-
} })), this.showColumnSelector && (hAsync("div", { class: "table-tools" }, hAsync("div", { class: "column-selector-container" }, hAsync("button", { class: "column-selector-btn", onClick: () => this.showColumnMenu = !this.showColumnMenu }, hAsync("dropi-icon", { name: "list-table",
|
|
11519
|
+
this.dropiSearchChangeAngular.emit(e.detail);
|
|
11520
|
+
} })), this.showColumnSelector && (hAsync("div", { class: "table-tools" }, hAsync("div", { class: "column-selector-container" }, hAsync("button", { class: "column-selector-btn", onClick: () => this.showColumnMenu = !this.showColumnMenu }, hAsync("dropi-icon", { name: "list-table", iconWidth: "20px", iconHeight: "20px", color: "Gray-Gray-500" })), this.showColumnMenu && (hAsync("div", { class: "column-selector-menu" }, this.parsedColumns.map(col => (hAsync("div", { class: "column-selector-option", onClick: () => {
|
|
11382
11521
|
const next = new Set(this.hiddenColumns);
|
|
11383
11522
|
if (next.has(col.key))
|
|
11384
11523
|
next.delete(col.key);
|
|
@@ -11389,15 +11528,15 @@ class DropiTable {
|
|
|
11389
11528
|
this.hiddenColumns = this.hiddenColumns.size === 0
|
|
11390
11529
|
? new Set(this.parsedColumns.map(c => c.key))
|
|
11391
11530
|
: new Set();
|
|
11392
|
-
} }, hAsync("dropi-checkbox", { checked: this.hiddenColumns.size === 0 }), hAsync("span", null, "Mostrar / Ocultar todo"))))))))))), hAsync("div", { class: `table-wrapper${hasActions ? ' has-sticky-actions' : ''}` }, hAsync("table", { class: `custom-table${this.showCheckbox ? ' has-checkbox' : ''}` }, hAsync("thead", null, hAsync("tr", null, this.showCheckbox && (hAsync("th", { class: "checkbox-header" }, hAsync("dropi-checkbox", { checked: allSelected,
|
|
11531
|
+
} }, hAsync("dropi-checkbox", { checked: this.hiddenColumns.size === 0 }), hAsync("span", null, "Mostrar / Ocultar todo"))))))))))), hAsync("div", { class: `table-wrapper${hasActions ? ' has-sticky-actions' : ''}` }, hAsync("table", { class: `custom-table${this.showCheckbox ? ' has-checkbox' : ''}` }, hAsync("thead", null, hAsync("tr", null, this.showCheckbox && (hAsync("th", { class: "checkbox-header" }, hAsync("dropi-checkbox", { checked: allSelected, onDropiChange: (e) => this.toggleAll(e.detail) }))), cols.map(col => (hAsync("th", { class: { sortable: !!col.sortable, 'low-opacity': !!col.disabledColumn, 'highlight-column': !!col.highlightColumn }, style: { textAlign: col.align || 'center', minWidth: col.minWidth, maxWidth: col.maxWidth }, onClick: () => this.handleSort(col) }, hAsync("div", { class: `headers-container${col.align === 'left' ? ' align-left' : col.align === 'right' ? ' align-right' : ''}` }, hAsync("div", { class: `headers${col.align === 'left' ? ' align-left' : col.align === 'right' ? ' align-right' : ''}` }, hAsync("span", null, col.label), col.sortable && (hAsync("div", { class: "order-icons" }, hAsync("dropi-icon", { name: "Caret-up", iconWidth: "12px", iconHeight: "12px", color: this.sortAsc ? 'Gray-Gray-500' : 'Gray-Gray-200' }), hAsync("dropi-icon", { name: "Caret-down", iconWidth: "12px", iconHeight: "12px", color: !this.sortAsc ? 'Gray-Gray-500' : 'Gray-Gray-200' })))))))), hasActions && hAsync("th", { class: "actions-header actions" }, "Acciones"))), hAsync("tbody", null, this.loading ? (Array.from({ length: 5 }).map(() => (hAsync("tr", { class: "table-row" }, this.showCheckbox && hAsync("td", null, hAsync("div", { class: "skeleton skeleton--sm" })), cols.map(() => hAsync("td", null, hAsync("div", { class: "skeleton" }))), hasActions && hAsync("td", null))))) : rows.length === 0 ? (hAsync("tr", null, hAsync("td", { colSpan: cols.length + (this.showCheckbox ? 1 : 0) + (hasActions ? 1 : 0) }, hAsync("div", { class: "empty-table" }, hAsync("div", { class: "empty-message-container" }, this.emptyMessage))))) : (rows.map((row, i) => (hAsync("tr", { class: "table-row", onClick: () => this.dropiRowClick.emit({ row, index: i }) }, this.showCheckbox && (hAsync("td", { onClick: (e) => e.stopPropagation() }, hAsync("dropi-checkbox", { checked: this.selectedKeys.has(i), onDropiChange: () => this.toggleRow(i) }))), cols.map(col => (hAsync("td", { class: { 'low-opacity': !!col.disabledColumn, 'highlight-column': !!col.highlightColumn }, style: { minWidth: col.minWidth, maxWidth: col.maxWidth, overflow: col.maxWidth ? 'hidden' : undefined } }, hAsync("div", { class: "cell-content", style: { textAlign: col.align || 'center' } }, this.renderCellValue(row[col.key]))))), hasActions && (hAsync("td", { class: "action-button actions", onClick: (e) => e.stopPropagation() }, this.parsedRowActions.length > 2 ? (hAsync("div", { style: { display: "flex", justifyContent: "center", width: "100%" } }, hAsync("dropi-icon", { class: "action-icon", name: "Menu-dots-vertical", iconWidth: "24px", iconHeight: "24px", color: "Gray-Gray-500", onClick: () => this.openActionRow = this.openActionRow === i ? -1 : i }), this.openActionRow === i && (hAsync("div", { class: "actions-menu" }, this.parsedRowActions.map(action => (hAsync("div", { class: "action-item", onClick: () => { this.openActionRow = -1; this.dropiAction.emit({ row, action }); this.dropiActionClick.emit({ row, action }); } }, hAsync("dropi-icon", { name: action.icon, iconWidth: "20px", iconHeight: "20px", color: action.iconColor || 'Gray-Gray-500' }), action.label))))))) : (hAsync("div", { class: "short-actions" }, this.parsedRowActions.map(action => (hAsync("dropi-icon", { class: "action-icon", name: action.icon, iconWidth: "24px", iconHeight: "24px", color: action.iconColor || 'Gray-Gray-500', onClick: () => { this.dropiAction.emit({ row, action }); this.dropiActionClick.emit({ row, action }); } })))))))))))))), this.showPaginator && (hAsync("div", { class: "pagination" }, hAsync("div", { class: "page-size-selector" }, hAsync("label", null, "Mostrar"), hAsync("select", { onChange: (e) => {
|
|
11393
11532
|
this.pageSize = Number(e.target.value);
|
|
11394
11533
|
this.currentPage = 1;
|
|
11395
11534
|
this.dropiPageSizeChange.emit(this.pageSize);
|
|
11396
|
-
this.
|
|
11397
|
-
} }, this.parsedPageSizes.map(s => (hAsync("option", { value: s, selected: this.pageSize === s }, s))))), hAsync("dropi-paginator", { totalPages: this.totalPages, currentPage: this.currentPage,
|
|
11535
|
+
this.dropiSizeChangeAngular.emit(this.pageSize);
|
|
11536
|
+
} }, this.parsedPageSizes.map(s => (hAsync("option", { value: s, selected: this.pageSize === s }, s))))), hAsync("dropi-paginator", { totalPages: this.totalPages, currentPage: this.currentPage, onDropiPageChange: (e) => {
|
|
11398
11537
|
this.currentPage = e.detail;
|
|
11399
11538
|
this.dropiPageChange.emit(e.detail);
|
|
11400
|
-
this.
|
|
11539
|
+
this.dropiPageChangeAngular.emit(e.detail);
|
|
11401
11540
|
} })))));
|
|
11402
11541
|
}
|
|
11403
11542
|
static get watchers() { return {
|
|
@@ -11430,7 +11569,7 @@ class DropiTable {
|
|
|
11430
11569
|
"showCheckbox": [4, "show-checkbox"],
|
|
11431
11570
|
"loading": [4],
|
|
11432
11571
|
"emptyMessage": [1, "empty-message"],
|
|
11433
|
-
"
|
|
11572
|
+
"tableTitle": [1, "table-title"],
|
|
11434
11573
|
"showSearch": [4, "show-search"],
|
|
11435
11574
|
"showColumnSelector": [4, "show-column-selector"],
|
|
11436
11575
|
"showPaginator": [4, "show-paginator"],
|
|
@@ -11481,7 +11620,7 @@ const dropiTabsCss = () => `:host{display:block;width:100%}*,*::before,*::after{
|
|
|
11481
11620
|
class DropiTabs {
|
|
11482
11621
|
constructor(hostRef) {
|
|
11483
11622
|
registerInstance(this, hostRef);
|
|
11484
|
-
this.
|
|
11623
|
+
this.dropiIndexChange = createEvent(this, "dropiIndexChange");
|
|
11485
11624
|
}
|
|
11486
11625
|
/** Array of TabItem or JSON string (matches Angular 'configuration') */
|
|
11487
11626
|
configuration = [];
|
|
@@ -11492,7 +11631,7 @@ class DropiTabs {
|
|
|
11492
11631
|
/** Stop tab action programmatically */
|
|
11493
11632
|
stopAction = false;
|
|
11494
11633
|
/** Emitted on tab click. e.detail = TabItem */
|
|
11495
|
-
|
|
11634
|
+
dropiIndexChange;
|
|
11496
11635
|
parsedTabs = [];
|
|
11497
11636
|
tabsChanged(val) {
|
|
11498
11637
|
this.parsedTabs = typeof val === 'string' ? JSON.parse(val) : (val ?? []);
|
|
@@ -11504,13 +11643,13 @@ class DropiTabs {
|
|
|
11504
11643
|
if (tab.disabled || this.stopAction)
|
|
11505
11644
|
return;
|
|
11506
11645
|
this.activeTab = tab.id;
|
|
11507
|
-
this.
|
|
11646
|
+
this.dropiIndexChange.emit(tab);
|
|
11508
11647
|
}
|
|
11509
11648
|
render() {
|
|
11510
|
-
return (hAsync("div", { key: '
|
|
11649
|
+
return (hAsync("div", { key: '5e8facb7611d02c9b7fad97f676a50ce419c6852', class: "tabs-container", role: "tablist" }, this.parsedTabs.map(tab => {
|
|
11511
11650
|
const isActive = tab.id === this.activeTab;
|
|
11512
11651
|
return (hAsync("div", { role: "tab", "aria-selected": String(isActive), class: { 'tab-item': true, 'tab-item--active': isActive && !tab.disabled, 'tab-item--disabled': !!tab.disabled }, onClick: () => this.handleClick(tab) }, hAsync("span", { class: "tab-label-row" }, hAsync("span", { class: "tab-label" }, tab.label), tab.counter !== undefined && tab.counter !== null && (hAsync("span", { class: { 'tab-counter': true, 'tab-counter--active': isActive } }, tab.counter))), this.showIcon && (tab.completed
|
|
11513
|
-
? hAsync("dropi-icon", { name: "Check-circle",
|
|
11652
|
+
? hAsync("dropi-icon", { name: "Check-circle", iconWidth: "12px", iconHeight: "12px", color: "Success-Success-500" })
|
|
11514
11653
|
: hAsync("span", { class: "tab-status-dot" }))));
|
|
11515
11654
|
})));
|
|
11516
11655
|
}
|
|
@@ -11536,7 +11675,7 @@ class DropiTabs {
|
|
|
11536
11675
|
}; }
|
|
11537
11676
|
}
|
|
11538
11677
|
|
|
11539
|
-
const dropiTagCss = () => `:host{display:inline-flex}*,*::before,*::after{box-sizing:border-box}.container-chips{display:
|
|
11678
|
+
const dropiTagCss = () => `:host{display:inline-flex}*,*::before,*::after{box-sizing:border-box}.container-chips{display:flex;align-items:center;justify-content:center}.tags{display:inline-flex;padding:4px 8px;justify-content:center;align-items:center;gap:4px;border-radius:var(--Border-5, 9999px);overflow:hidden;text-align:center;text-overflow:ellipsis;font-size:var(--font-size-xs, 12px);font-weight:var(--font-weight-medium, 500);line-height:var(--lineheight-large, 150%);animation:fade-in 200ms ease-out}.tags.dot-variant,.tags.text-variant{padding:0;gap:8px;background-color:transparent !important;line-height:normal}.dot-indicator{width:10px;height:10px;border-radius:50%;flex-shrink:0}@keyframes fade-in{from{opacity:0;transform:scale(0.8)}to{opacity:1;transform:scale(1)}}`;
|
|
11540
11679
|
|
|
11541
11680
|
/**
|
|
11542
11681
|
* @component dropi-tag
|
|
@@ -11546,6 +11685,8 @@ class DropiTag {
|
|
|
11546
11685
|
constructor(hostRef) {
|
|
11547
11686
|
registerInstance(this, hostRef);
|
|
11548
11687
|
}
|
|
11688
|
+
/** tag (default) | dot (status dot + text) | text (colored text only) */
|
|
11689
|
+
variant = 'tag';
|
|
11549
11690
|
/** primary (filled) | secondary (soft) */
|
|
11550
11691
|
type = 'primary';
|
|
11551
11692
|
/** Color state of the tag */
|
|
@@ -11574,11 +11715,25 @@ class DropiTag {
|
|
|
11574
11715
|
}
|
|
11575
11716
|
get textColor() {
|
|
11576
11717
|
const base = this.colorMap[this.state];
|
|
11718
|
+
if (this.variant === 'text')
|
|
11719
|
+
return this.dotColor;
|
|
11720
|
+
if (this.variant === 'dot' || this.showIcon) {
|
|
11721
|
+
return 'var(--Gray-Gray-500)';
|
|
11722
|
+
}
|
|
11577
11723
|
if (this.type === 'primary')
|
|
11578
11724
|
return `var(--Neutral-White)`;
|
|
11579
11725
|
const shade = this.state === 'default' ? '-500' : '-700';
|
|
11580
11726
|
return `var(--${base}${shade})`;
|
|
11581
11727
|
}
|
|
11728
|
+
get dotColor() {
|
|
11729
|
+
const base = this.colorMap[this.state];
|
|
11730
|
+
return `var(--${base}-500)`;
|
|
11731
|
+
}
|
|
11732
|
+
get fontWeight() {
|
|
11733
|
+
if (this.type === 'secondary' && !this.showIcon)
|
|
11734
|
+
return '300';
|
|
11735
|
+
return '500';
|
|
11736
|
+
}
|
|
11582
11737
|
get iconColor() {
|
|
11583
11738
|
if (this.type === 'primary')
|
|
11584
11739
|
return 'Neutral-White';
|
|
@@ -11590,7 +11745,16 @@ class DropiTag {
|
|
|
11590
11745
|
return typeof this.text === 'string' && this.text.trim().length > 0;
|
|
11591
11746
|
}
|
|
11592
11747
|
render() {
|
|
11593
|
-
return (hAsync("div", { key: '
|
|
11748
|
+
return (hAsync("div", { key: '6a50111c0057b7ef3380dde9f639e9409b7fbea9', class: "container-chips" }, hAsync("div", { key: 'f2f78c3682aa2e8bef5f3f1b43a1729cae8ae293', class: {
|
|
11749
|
+
tags: true,
|
|
11750
|
+
'icon-only': this.showIcon && !this.hasContent,
|
|
11751
|
+
'dot-variant': this.variant === 'dot',
|
|
11752
|
+
'text-variant': this.variant === 'text'
|
|
11753
|
+
}, style: {
|
|
11754
|
+
backgroundColor: (this.variant === 'dot' || this.variant === 'text') ? 'transparent' : this.bgColor,
|
|
11755
|
+
color: this.textColor,
|
|
11756
|
+
fontWeight: this.fontWeight
|
|
11757
|
+
} }, this.variant === 'dot' && (hAsync("div", { key: '5364569230575b79b1160e06cc29046220bdf198', class: "dot-indicator", style: { backgroundColor: this.dotColor } })), this.showIcon && this.icon && (hAsync("dropi-icon", { key: '8ea74f9ad58e7892405e3e748289b71456945de6', class: "file-icon", name: this.icon, iconWidth: "16px", iconHeight: "16px", color: this.variant === 'dot' ? 'Gray-Gray-500' : this.iconColor })), this.hasContent && hAsync("span", { key: '99409549735fd48cf0a40e411f1f236716e53939' }, this.text))));
|
|
11594
11758
|
}
|
|
11595
11759
|
static get watchers() { return {
|
|
11596
11760
|
"type": [{
|
|
@@ -11598,6 +11762,9 @@ class DropiTag {
|
|
|
11598
11762
|
}],
|
|
11599
11763
|
"state": [{
|
|
11600
11764
|
"propsChanged": 0
|
|
11765
|
+
}],
|
|
11766
|
+
"variant": [{
|
|
11767
|
+
"propsChanged": 0
|
|
11601
11768
|
}]
|
|
11602
11769
|
}; }
|
|
11603
11770
|
static get style() { return dropiTagCss(); }
|
|
@@ -11605,6 +11772,7 @@ class DropiTag {
|
|
|
11605
11772
|
"$flags$": 521,
|
|
11606
11773
|
"$tagName$": "dropi-tag",
|
|
11607
11774
|
"$members$": {
|
|
11775
|
+
"variant": [513],
|
|
11608
11776
|
"type": [513],
|
|
11609
11777
|
"state": [513],
|
|
11610
11778
|
"showIcon": [4, "show-icon"],
|
|
@@ -11613,7 +11781,7 @@ class DropiTag {
|
|
|
11613
11781
|
},
|
|
11614
11782
|
"$listeners$": undefined,
|
|
11615
11783
|
"$lazyBundleId$": "-",
|
|
11616
|
-
"$attrsToReflect$": [["type", "type"], ["state", "state"], ["icon", "icon"], ["text", "text"]]
|
|
11784
|
+
"$attrsToReflect$": [["variant", "variant"], ["type", "type"], ["state", "state"], ["icon", "icon"], ["text", "text"]]
|
|
11617
11785
|
}; }
|
|
11618
11786
|
}
|
|
11619
11787
|
|
|
@@ -11630,7 +11798,7 @@ class DropiTagTypeProduct {
|
|
|
11630
11798
|
/** Label text. Default: VARIABLE */
|
|
11631
11799
|
label = 'VARIABLE';
|
|
11632
11800
|
render() {
|
|
11633
|
-
return hAsync("div", { key: '
|
|
11801
|
+
return hAsync("div", { key: '6d27b4fc40c66e6bfd8400e4727aa9a9c2e8dc8c', class: "type-variation" }, this.label);
|
|
11634
11802
|
}
|
|
11635
11803
|
static get style() { return dropiTagTypeProductCss(); }
|
|
11636
11804
|
static get cmpMeta() { return {
|
|
@@ -11655,10 +11823,10 @@ const dropiTextAreaCss = () => `:host{display:flex;flex-direction:column;width:1
|
|
|
11655
11823
|
class DropiTextArea {
|
|
11656
11824
|
constructor(hostRef) {
|
|
11657
11825
|
registerInstance(this, hostRef);
|
|
11658
|
-
this.dropiInput = createEvent(this, "dropiInput"
|
|
11659
|
-
this.dropiChange = createEvent(this, "dropiChange"
|
|
11660
|
-
this.dropiFocus = createEvent(this, "dropiFocus"
|
|
11661
|
-
this.dropiBlur = createEvent(this, "dropiBlur"
|
|
11826
|
+
this.dropiInput = createEvent(this, "dropiInput");
|
|
11827
|
+
this.dropiChange = createEvent(this, "dropiChange");
|
|
11828
|
+
this.dropiFocus = createEvent(this, "dropiFocus");
|
|
11829
|
+
this.dropiBlur = createEvent(this, "dropiBlur");
|
|
11662
11830
|
if (hostRef.$hostElement$["s-ei"]) {
|
|
11663
11831
|
this.internals = hostRef.$hostElement$["s-ei"];
|
|
11664
11832
|
}
|
|
@@ -11760,12 +11928,12 @@ class DropiTextArea {
|
|
|
11760
11928
|
render() {
|
|
11761
11929
|
const showAsterisk = this.required && this.showObligatoryAsterisk && !this.disabled;
|
|
11762
11930
|
const showHelper = this.textHelper || this.isInvalid;
|
|
11763
|
-
return (hAsync("div", { key: '
|
|
11931
|
+
return (hAsync("div", { key: 'cd317dd0e813d6ce6ae659b56ddac00fa822e68e', class: "textarea-wrapper" }, this.label && (hAsync("label", { key: '220344751b55843a6d1ee3a8188b53e8d0fc5d34', htmlFor: this.resolvedId, style: { color: this.disabled ? 'var(--Gray-Gray-400)' : 'var(--Gray-Gray-600)' } }, this.label, showAsterisk && hAsync("span", { key: '3ddb9f3adac61fa8990f81e16ae6334de8552849', class: "asterisk" }, " *"))), hAsync("div", { key: '1a6d603bd7cfe7e6b37fd20c4dad6c7bc2bf0278', class: "textarea-container" }, hAsync("textarea", { key: '3eb838fece4e03cc68be9e01eeb1e02709a926f9', id: this.resolvedId, class: {
|
|
11764
11932
|
'form-control': true,
|
|
11765
11933
|
'Body-M-Regular': true,
|
|
11766
11934
|
'form-control-valid': !this.isInvalid && this.touched && !!this.value,
|
|
11767
11935
|
'form-control-invalid': this.isInvalid,
|
|
11768
|
-
}, rows: this.rows, placeholder: this.placeholder, maxLength: this.maxLength, minLength: this.minLength, disabled: this.disabled, required: this.required, style: { resize: this.resize }, onInput: (e) => this.handleInput(e), onFocus: () => this.dropiFocus.emit(), onBlur: () => this.handleBlur() }, this.value), this.maxLength > 0 && (hAsync("div", { key: '
|
|
11936
|
+
}, rows: this.rows, placeholder: this.placeholder, maxLength: this.maxLength, minLength: this.minLength, disabled: this.disabled, required: this.required, style: { resize: this.resize }, onInput: (e) => this.handleInput(e), onFocus: () => this.dropiFocus.emit(), onBlur: () => this.handleBlur() }, this.value), this.maxLength > 0 && (hAsync("div", { key: '49dfd2cb7fe373769a945c405e58e7716e9489f2', class: "char-counter" }, this.charCount, "/", this.maxLength))), showHelper && (hAsync("div", { key: 'e1388e815c35baab42466029ae17914da28c9294', class: "form-control-helper" }, this.isInvalid && (hAsync("dropi-icon", { key: '39aebce7cca327e9c535ce918d053eb5f106f734', name: "Warning-circle", iconWidth: "12px", iconHeight: "12px", color: "Error-Error-500" })), hAsync("span", { key: 'ae255ca0db1e35e0069ef8b68fa901bced14ba8a', class: { 'invalid-color': this.isInvalid }, style: { color: this.disabled ? 'var(--Gray-Gray-400)' : undefined } }, this.textHelper)))));
|
|
11769
11937
|
}
|
|
11770
11938
|
static get formAssociated() { return true; }
|
|
11771
11939
|
static get watchers() { return {
|
|
@@ -11829,9 +11997,9 @@ class DropiTimeLine {
|
|
|
11829
11997
|
}
|
|
11830
11998
|
render() {
|
|
11831
11999
|
const steps = this.parsedSteps;
|
|
11832
|
-
return (hAsync("div", { key: '
|
|
12000
|
+
return (hAsync("div", { key: '22a2f8ff7a33e892096c3aaf381e23b110ec6b0a', class: "timeline" }, steps.map((step, i) => {
|
|
11833
12001
|
const isLast = i === steps.length - 1;
|
|
11834
|
-
return (hAsync("div", { class: { 'tl-step': true, [`tl-step--${step.status}`]: true }, key: step.id || i }, hAsync("div", { class: "tl-step__marker" }, hAsync("div", { class: "tl-step__icon" }, step.icon ? (hAsync("dropi-icon", { name: step.icon,
|
|
12002
|
+
return (hAsync("div", { class: { 'tl-step': true, [`tl-step--${step.status}`]: true }, key: step.id || i }, hAsync("div", { class: "tl-step__marker" }, hAsync("div", { class: "tl-step__icon" }, step.icon ? (hAsync("dropi-icon", { name: step.icon, iconWidth: "16px", iconHeight: "16px", color: step.status === 'done' ? 'Neutral-White' : step.status === 'active' ? 'Primary-Primary-500' : 'Gray-Gray-400' })) : (hAsync("span", { class: "tl-step__dot" }))), !isLast && hAsync("div", { class: "tl-step__line" })), hAsync("div", { class: "tl-step__content" }, hAsync("span", { class: "tl-step__label" }, step.label), step.subtitle && hAsync("span", { class: "tl-step__subtitle" }, step.subtitle))));
|
|
11835
12003
|
})));
|
|
11836
12004
|
}
|
|
11837
12005
|
static get style() { return dropiTimeLineCss(); }
|
|
@@ -11901,7 +12069,7 @@ class DropiToast {
|
|
|
11901
12069
|
return `<lottie-player src="${this.lottieMap[severity]}" background="transparent" speed="1" loop autoplay></lottie-player>`;
|
|
11902
12070
|
}
|
|
11903
12071
|
render() {
|
|
11904
|
-
return (hAsync("div", { key: '
|
|
12072
|
+
return (hAsync("div", { key: '962972e53e84a968b538feb28c2588f9051276ff', class: `toast-container toast-container--${this.position}` }, (this.items ?? []).map(item => (hAsync("div", { key: item.msg.id, class: { 'toast-wrapper': true, 'toast-wrapper--leaving': item.leaving } }, hAsync("div", { class: `toast toast--${item.msg.severity}` }, hAsync("div", { class: "toast-content" }, hAsync("div", { class: "lottie-img" }, hAsync("div", { class: "lottie-player-container", innerHTML: this.getLottieHtml(item.msg.severity) })), hAsync("div", { class: "info-container" }, hAsync("p", { class: "title" }, item.msg.summary), item.msg.detail && hAsync("p", { class: "description" }, item.msg.detail))), item.msg.closable && (hAsync("button", { class: "toast-close", onClick: () => this.remove(item.msg.id) }, hAsync("dropi-icon", { name: "Close-small", iconWidth: "20px", iconHeight: "20px", color: "Gray-Gray-400" })))))))));
|
|
11905
12073
|
}
|
|
11906
12074
|
static get style() { return dropiToastCss(); }
|
|
11907
12075
|
static get cmpMeta() { return {
|
|
@@ -11935,7 +12103,7 @@ class DropiTooltip {
|
|
|
11935
12103
|
/** Whether the tooltip has an outline style (matches Angular `outlined`) */
|
|
11936
12104
|
outlined = false;
|
|
11937
12105
|
render() {
|
|
11938
|
-
return (hAsync("div", { key: '
|
|
12106
|
+
return (hAsync("div", { key: '1c580849e5fdfc99ecfedc7c14508dfd50b789c9', class: { 'tooltip-simple': true, 'tooltip-simple--outlined': this.outlined } }, hAsync("slot", { key: '8881e587966e67408a725e36a5a45828755e10a6' }), this.text && (hAsync("div", { key: 'f4f1c4a1d47e3324fe4d9af25d46342c4c650a0f', class: "tooltip-simple-bubble" }, this.text))));
|
|
11939
12107
|
}
|
|
11940
12108
|
static get style() { return dropiTooltipCss$1(); }
|
|
11941
12109
|
static get cmpMeta() { return {
|
|
@@ -12076,12 +12244,12 @@ class DropiTooltipV2 {
|
|
|
12076
12244
|
const bubbleStyle = { maxWidth: this.maxWidth };
|
|
12077
12245
|
if (this.minWidth)
|
|
12078
12246
|
bubbleStyle.minWidth = this.minWidth;
|
|
12079
|
-
return (hAsync("div", { key: '
|
|
12247
|
+
return (hAsync("div", { key: 'e2ce31df52e00568920e754904b1f5910ff4c8ba', class: "tooltip-wrapper", onMouseEnter: this.handleMouseEnter, onMouseLeave: this.handleMouseLeave, onClick: this.handleClick, onFocusin: this.handleFocusin, onFocusout: this.handleFocusout }, this.showIcon && (hAsync("dropi-icon", { key: 'aa3213451bcfb60561043b0c3854bb20c3a4703a', name: this.iconName, iconWidth: `${this.iconSize}px`, iconHeight: `${this.iconSize}px`, color: this.iconColor })), hAsync("slot", { key: '5ce4929e6f96d4c605d149a970aba1746e82078a' }), this.displayContent && (hAsync("div", { key: '66a1193abf25ce4161ec35f1ca0c344ec418cce8', class: {
|
|
12080
12248
|
'tooltip-bubble': true,
|
|
12081
12249
|
[`tooltip-bubble--${this.position}`]: true,
|
|
12082
12250
|
[`tooltip-bubble--arrow-${this.arrowPosition}`]: true,
|
|
12083
12251
|
'tooltip-bubble--visible': this.visible,
|
|
12084
|
-
}, style: bubbleStyle, role: "tooltip" }, this.showX && (hAsync("button", { key: '
|
|
12252
|
+
}, style: bubbleStyle, role: "tooltip" }, this.showX && (hAsync("button", { key: '168741ebb1986f7235aee5be58695ae7cfacfe7b', class: "tooltip-close", onClick: this.handleClose, "aria-label": "Cerrar" }, hAsync("dropi-icon", { key: 'c9154dada59cced1056f24689591f0fead22328f', name: "Close-small", iconWidth: "12px", iconHeight: "12px", color: "Gray-Gray-500" }))), this.title && !this.text && hAsync("strong", { key: 'cd432eb19d7616f50d27613b55c191d59f70732e', class: "tooltip-title" }, this.title), this.label && !this.text && hAsync("span", { key: 'c443cab1372947d0219a7384f491184fb1a7c5b3', class: "tooltip-label" }, this.label), this.text && hAsync("span", { key: 'ea5dafb67ec9533052a66cf045b288cbefdf9d69' }, this.text), hAsync("span", { key: '977257d29af4688c8a264685a1687c048faac9e5', class: `tooltip-arrow tooltip-arrow--${this.position}` })))));
|
|
12085
12253
|
}
|
|
12086
12254
|
static get style() { return dropiTooltipCss(); }
|
|
12087
12255
|
static get cmpMeta() { return {
|
|
@@ -12120,7 +12288,7 @@ const dropiVerticalStepsCss = () => `:host{display:block}*,*::before,*::after{bo
|
|
|
12120
12288
|
class DropiVerticalSteps {
|
|
12121
12289
|
constructor(hostRef) {
|
|
12122
12290
|
registerInstance(this, hostRef);
|
|
12123
|
-
this.stepClick = createEvent(this, "stepClick"
|
|
12291
|
+
this.stepClick = createEvent(this, "stepClick");
|
|
12124
12292
|
}
|
|
12125
12293
|
/** Array of steps. Pass as JSON string or array */
|
|
12126
12294
|
steps = [];
|
|
@@ -12155,11 +12323,11 @@ class DropiVerticalSteps {
|
|
|
12155
12323
|
}
|
|
12156
12324
|
render() {
|
|
12157
12325
|
const steps = this.parsedSteps;
|
|
12158
|
-
return (hAsync("div", { key: '
|
|
12326
|
+
return (hAsync("div", { key: '9b0e19a21eaa78b51d82994747604623f9431d56', class: "vertical-steps" }, steps.map((step, i) => {
|
|
12159
12327
|
const state = this.resolveState(i, step);
|
|
12160
12328
|
const isLast = i === steps.length - 1;
|
|
12161
12329
|
const isClickable = this.clickable && state === 'completed';
|
|
12162
|
-
return (hAsync("div", { class: { 'v-step': true, 'v-step--clickable': isClickable }, key: i, onClick: () => isClickable && this.stepClick.emit(i + 1) }, hAsync("div", { class: "v-step__indicator" }, hAsync("div", { class: { 'v-step__circle': true, [`v-step__circle--${state}`]: true } }, state === 'completed' && this.showCheckIcon ? (hAsync("dropi-icon", { name: "Check",
|
|
12330
|
+
return (hAsync("div", { class: { 'v-step': true, 'v-step--clickable': isClickable }, key: i, onClick: () => isClickable && this.stepClick.emit(i + 1) }, hAsync("div", { class: "v-step__indicator" }, hAsync("div", { class: { 'v-step__circle': true, [`v-step__circle--${state}`]: true } }, state === 'completed' && this.showCheckIcon ? (hAsync("dropi-icon", { name: "Check", iconWidth: "12px", iconHeight: "12px", color: "Neutral-White" })) : (hAsync("span", { class: "v-step__number" }, i + 1))), !isLast && hAsync("div", { class: { 'v-step__line': true, 'v-step__line--done': state === 'completed' } })), hAsync("span", { class: { 'v-step__label': true, [`v-step__label--${state}`]: true } }, step.label)));
|
|
12163
12331
|
})));
|
|
12164
12332
|
}
|
|
12165
12333
|
static get style() { return dropiVerticalStepsCss(); }
|
|
@@ -12208,7 +12376,7 @@ class DropiYoutubeLazyVideo {
|
|
|
12208
12376
|
return `https://www.youtube.com/embed/${this.videoId}?autoplay=1&rel=0&modestbranding=1`;
|
|
12209
12377
|
}
|
|
12210
12378
|
render() {
|
|
12211
|
-
return (hAsync("div", { key: '
|
|
12379
|
+
return (hAsync("div", { key: 'c3fadb91dcf1c32964ed0f0cb847ab3d874f2d7a', class: `video-wrapper${this.isPlaying ? ' playing' : ''}` }, !this.isPlaying && (hAsync("div", { key: '7bc533e24d3221d8c4dd763e629ec836642d504f', class: "thumbnail", onClick: () => { this.isPlaying = true; } }, hAsync("img", { key: '6e47aefd8e8fab4ecf8b6a7160bc5557ecace088', src: this.thumbnail, alt: `Video thumbnail ${this.videoId}` }), hAsync("button", { key: '1acb93790a95117c78d5855807f24dac76b98008', class: "play-button", "aria-label": "Reproducir video" }, hAsync("dropi-icon", { key: '09974fac159a0c88b160c8044f88e1c3dfab79c0', name: "Play", iconWidth: "17px", iconHeight: "21px", color: "Neutral-White" })))), this.isPlaying && (hAsync("iframe", { key: '7650e6f8f8591cc1b24e0958e0924e5eff118ad9', src: this.videoUrl, title: this.videoTitle, frameborder: "0", allow: "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture", allowFullScreen: true, loading: "lazy" }))));
|
|
12212
12380
|
}
|
|
12213
12381
|
static get style() { return dropiYoutubeLazyVideoCss(); }
|
|
12214
12382
|
static get cmpMeta() { return {
|
|
@@ -12271,6 +12439,7 @@ registerComponents([
|
|
|
12271
12439
|
DropiOtpSendCode,
|
|
12272
12440
|
DropiPaginator,
|
|
12273
12441
|
DropiPhoneInput,
|
|
12442
|
+
DropiProgressBar,
|
|
12274
12443
|
DropiRadioButton,
|
|
12275
12444
|
DropiRadioSelectionList,
|
|
12276
12445
|
DropiReadMore,
|