@dropi/ui 0.1.41 → 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 +3 -3
- package/dist/cjs/dropi-breadcrumb.cjs.entry.js +2 -2
- 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 +2 -2
- 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 +3 -3
- package/dist/cjs/dropi-icon.cjs.entry.js +17 -3
- 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 +2 -2
- package/dist/cjs/dropi-input_3.cjs.entry.js +50 -22
- package/dist/cjs/dropi-languages-selector.cjs.entry.js +4 -4
- 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 +3 -3
- package/dist/cjs/dropi-modal.cjs.entry.js +37 -32
- package/dist/cjs/dropi-navbar.cjs.entry.js +7 -7
- package/dist/cjs/dropi-otp-send-code.cjs.entry.js +34 -19
- 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 +50 -22
- package/dist/cjs/dropi-sidebar.cjs.entry.js +6 -6
- 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 +1 -1
- package/dist/cjs/dropi-switch.cjs.entry.js +5 -5
- package/dist/cjs/dropi-table.cjs.entry.js +38 -30
- package/dist/cjs/dropi-tabs.cjs.entry.js +5 -5
- 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 +2 -2
- 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 +3 -3
- 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-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-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 +1 -1
- 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 -0
- package/dist/collection/components/dropi-icon/dropi-icon.js +35 -1
- 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-input/dropi-input.js +18 -18
- package/dist/collection/components/dropi-languages-selector/dropi-languages-selector.js +4 -4
- package/dist/collection/components/dropi-logo/dropi-logo.js +1 -1
- package/dist/collection/components/dropi-modal/dropi-modal.css +12 -6
- package/dist/collection/components/dropi-modal/dropi-modal.js +47 -42
- package/dist/collection/components/dropi-navbar/dropi-navbar.js +2 -2
- package/dist/collection/components/dropi-otp-send-code/dropi-otp-send-code.js +54 -18
- 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 +85 -25
- package/dist/collection/components/dropi-sidebar/dropi-sidebar.js +6 -6
- package/dist/collection/components/dropi-switch/dropi-switch.js +5 -5
- package/dist/collection/components/dropi-table/dropi-table.js +35 -27
- package/dist/collection/components/dropi-tabs/dropi-tabs.js +5 -5
- 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 +1 -1
- 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 +1 -1
- 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-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-BGb7xtJN.js +1 -0
- package/dist/components/p-BHV6BYSS.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-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-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-Dgeh9Yg8.js +1 -0
- package/dist/components/p-DlaiuH5K.js +1 -0
- package/dist/components/p-DvaFep4Y.js +1 -0
- package/dist/components/p-ETg0qC-7.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 +1 -1
- package/dist/dropi-ui/dropi-accordion.entry.js +1 -1
- package/dist/dropi-ui/dropi-alert-modal.entry.js +19 -15
- package/dist/dropi-ui/dropi-alert-modal.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-alert.entry.js +11 -11
- package/dist/dropi-ui/dropi-alert.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-badge-legacy.entry.js +1 -1
- package/dist/dropi-ui/dropi-button.entry.js +6 -6
- package/dist/dropi-ui/dropi-button.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-card-checkbox.entry.js +5 -5
- package/dist/dropi-ui/dropi-card-checkbox.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-card-product.entry.js +9 -9
- package/dist/dropi-ui/dropi-card-product.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-card-section.entry.js +8 -8
- package/dist/dropi-ui/dropi-card-section.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-carousel.entry.js +7 -7
- package/dist/dropi-ui/dropi-carousel.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-checkbox-selection-list.entry.js +8 -8
- package/dist/dropi-ui/dropi-checkbox-selection-list.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-checkbox.entry.js +5 -5
- package/dist/dropi-ui/dropi-checkbox.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-chips.entry.js +3 -3
- package/dist/dropi-ui/dropi-chips.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-color-picker.entry.js +2 -2
- package/dist/dropi-ui/dropi-country-flags.entry.js +1 -1
- package/dist/dropi-ui/dropi-country-selector.entry.js +5 -5
- package/dist/dropi-ui/dropi-country-selector.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-date-picker.entry.js +10 -10
- package/dist/dropi-ui/dropi-date-picker.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-drawer.entry.js +2 -2
- package/dist/dropi-ui/dropi-empty-state.entry.js +1 -1
- package/dist/dropi-ui/dropi-favorite-button.entry.js +1 -1
- package/dist/dropi-ui/dropi-file-upload-progress-bar.entry.js +1 -1
- package/dist/dropi-ui/dropi-file-upload.entry.js +1 -1
- package/dist/dropi-ui/dropi-file-upload.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-icon.entry.js +16 -2
- package/dist/dropi-ui/dropi-icon.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-ilustration-icon.entry.js +4 -4
- package/dist/dropi-ui/dropi-ilustration-icon.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-image-miniature.entry.js +1 -1
- package/dist/dropi-ui/dropi-input.entry.js +14 -14
- package/dist/dropi-ui/dropi-input.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-languages-selector.entry.js +3 -3
- package/dist/dropi-ui/dropi-languages-selector.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-logo.entry.js +1 -1
- package/dist/dropi-ui/dropi-modal.entry.js +36 -31
- package/dist/dropi-ui/dropi-modal.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-navbar.entry.js +2 -2
- package/dist/dropi-ui/dropi-otp-send-code.entry.js +30 -15
- package/dist/dropi-ui/dropi-otp-send-code.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-paginator.entry.js +5 -5
- package/dist/dropi-ui/dropi-paginator.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-phone-input.entry.js +13 -13
- package/dist/dropi-ui/dropi-phone-input.entry.js.map +1 -1
- 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 +4 -4
- package/dist/dropi-ui/dropi-radio-button.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-radio-selection-list.entry.js +8 -8
- package/dist/dropi-ui/dropi-radio-selection-list.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-read-more.entry.js +1 -1
- package/dist/dropi-ui/dropi-search.entry.js +20 -20
- package/dist/dropi-ui/dropi-search.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-select.entry.js +49 -21
- package/dist/dropi-ui/dropi-select.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-sidebar.entry.js +5 -5
- package/dist/dropi-ui/dropi-sidebar.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-switch.entry.js +4 -4
- package/dist/dropi-ui/dropi-switch.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-table.entry.js +29 -21
- package/dist/dropi-ui/dropi-table.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-tabs.entry.js +4 -4
- package/dist/dropi-ui/dropi-tabs.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-tag-type-product.entry.js +1 -1
- package/dist/dropi-ui/dropi-tag.entry.js +30 -2
- package/dist/dropi-ui/dropi-tag.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-text-area.entry.js +2 -2
- package/dist/dropi-ui/dropi-time-line.entry.js +1 -1
- package/dist/dropi-ui/dropi-toast.entry.js +1 -1
- package/dist/dropi-ui/dropi-tooltip-v2.entry.js +2 -2
- package/dist/dropi-ui/dropi-tooltip.entry.js +1 -1
- package/dist/dropi-ui/dropi-ui.css +1 -311
- package/dist/dropi-ui/dropi-ui.esm.js +1 -50
- package/dist/dropi-ui/dropi-vertical-steps.entry.js +1 -1
- package/dist/dropi-ui/dropi-youtube-lazy-video.entry.js +1 -1
- package/dist/dropi-ui/index.esm.js +0 -4
- 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-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-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-17c53e19.entry.js +1 -0
- package/dist/dropi-ui/p-1ce00757.entry.js +1 -0
- package/dist/dropi-ui/p-229dddb0.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-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-37bdbadc.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-508cfd38.entry.js +1 -0
- package/dist/dropi-ui/p-50e851b7.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-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-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-72ec96d0.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-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-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-84019422.entry.js +1 -0
- package/dist/dropi-ui/p-8b8dc399.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-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-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-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-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-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-b2e7cf4f.entry.js +1 -0
- package/dist/dropi-ui/p-b325f7cf.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-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-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-d46f3328.entry.js +1 -0
- package/dist/dropi-ui/p-d693bbb8.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-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-e1b40bda.entry.js +1 -0
- package/dist/dropi-ui/p-e22a3b45.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-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-f4bd8568.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-f80fa01d.entry.js +1 -0
- package/dist/dropi-ui/p-f9084a2c.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/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 +3 -3
- package/dist/esm/dropi-breadcrumb.entry.js +2 -2
- 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 +2 -2
- 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 +3 -3
- package/dist/esm/dropi-icon.entry.js +17 -3
- 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 +2 -2
- package/dist/esm/dropi-input_3.entry.js +50 -22
- package/dist/esm/dropi-languages-selector.entry.js +4 -4
- 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 +3 -3
- package/dist/esm/dropi-modal.entry.js +37 -32
- package/dist/esm/dropi-navbar.entry.js +7 -7
- package/dist/esm/dropi-otp-send-code.entry.js +34 -19
- 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 +50 -22
- package/dist/esm/dropi-sidebar.entry.js +6 -6
- 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 +1 -1
- package/dist/esm/dropi-switch.entry.js +5 -5
- package/dist/esm/dropi-table.entry.js +38 -30
- package/dist/esm/dropi-tabs.entry.js +5 -5
- 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 +2 -2
- 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 +3 -3
- 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 +4 -0
- package/dist/types/components/dropi-input/dropi-input.d.ts +4 -4
- package/dist/types/components/dropi-languages-selector/dropi-languages-selector.d.ts +1 -1
- package/dist/types/components/dropi-modal/dropi-modal.d.ts +9 -8
- package/dist/types/components/dropi-otp-send-code/dropi-otp-send-code.d.ts +7 -3
- 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 +6 -6
- 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 +303 -167
- package/hydrate/index.js +509 -348
- package/hydrate/index.mjs +509 -348
- package/package.json +1 -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], iconWidth: "18px", iconHeight: "18px", color: STATE_COLORS[this.state] }))), hAsync("div", { class: "alert__body" }, hAsync("span", { class: "alert__message" }, this.
|
|
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 = '';
|
|
@@ -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 = [];
|
|
@@ -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 = [];
|
|
@@ -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 = '';
|
|
@@ -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);overflow:hidden}svg{fill:inherit;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)}}`;
|
|
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
|
|
@@ -8429,6 +8434,8 @@ class DropiIcon {
|
|
|
8429
8434
|
iconWidth = '20px';
|
|
8430
8435
|
iconHeight = '20px';
|
|
8431
8436
|
color = 'currentColor';
|
|
8437
|
+
/** Stroke width for icons that use strokes */
|
|
8438
|
+
strokeWidth = '';
|
|
8432
8439
|
widthChanged() {
|
|
8433
8440
|
this.updateHostStyles();
|
|
8434
8441
|
}
|
|
@@ -8438,13 +8445,22 @@ class DropiIcon {
|
|
|
8438
8445
|
colorChanged() {
|
|
8439
8446
|
this.applyColor();
|
|
8440
8447
|
}
|
|
8448
|
+
strokeWidthChanged() {
|
|
8449
|
+
this.applyStrokeWidth();
|
|
8450
|
+
}
|
|
8441
8451
|
componentWillLoad() {
|
|
8442
8452
|
this.applyColor();
|
|
8453
|
+
this.applyStrokeWidth();
|
|
8443
8454
|
this.updateHostStyles();
|
|
8444
8455
|
}
|
|
8445
8456
|
componentDidUpdate() {
|
|
8446
8457
|
this.updateHostStyles();
|
|
8447
8458
|
}
|
|
8459
|
+
applyStrokeWidth() {
|
|
8460
|
+
if (this.strokeWidth) {
|
|
8461
|
+
this.el.style.setProperty('--icon-stroke-width', this.strokeWidth);
|
|
8462
|
+
}
|
|
8463
|
+
}
|
|
8448
8464
|
updateHostStyles() {
|
|
8449
8465
|
this.el.style.width = this.iconWidth;
|
|
8450
8466
|
this.el.style.height = this.iconHeight;
|
|
@@ -8460,7 +8476,7 @@ class DropiIcon {
|
|
|
8460
8476
|
this.el.style.setProperty('--icon-fill', fill);
|
|
8461
8477
|
}
|
|
8462
8478
|
render() {
|
|
8463
|
-
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 ?? ''}` })));
|
|
8464
8480
|
}
|
|
8465
8481
|
static get watchers() { return {
|
|
8466
8482
|
"iconWidth": [{
|
|
@@ -8471,6 +8487,9 @@ class DropiIcon {
|
|
|
8471
8487
|
}],
|
|
8472
8488
|
"color": [{
|
|
8473
8489
|
"colorChanged": 0
|
|
8490
|
+
}],
|
|
8491
|
+
"strokeWidth": [{
|
|
8492
|
+
"strokeWidthChanged": 0
|
|
8474
8493
|
}]
|
|
8475
8494
|
}; }
|
|
8476
8495
|
static get style() { return dropiIconCss(); }
|
|
@@ -8481,7 +8500,8 @@ class DropiIcon {
|
|
|
8481
8500
|
"name": [1],
|
|
8482
8501
|
"iconWidth": [1, "icon-width"],
|
|
8483
8502
|
"iconHeight": [1, "icon-height"],
|
|
8484
|
-
"color": [1]
|
|
8503
|
+
"color": [1],
|
|
8504
|
+
"strokeWidth": [1, "stroke-width"]
|
|
8485
8505
|
},
|
|
8486
8506
|
"$listeners$": undefined,
|
|
8487
8507
|
"$lazyBundleId$": "-",
|
|
@@ -8520,13 +8540,13 @@ class DropiIlustrationIcon {
|
|
|
8520
8540
|
const map = {
|
|
8521
8541
|
success: 'Check-circle',
|
|
8522
8542
|
error: 'Cross-circle',
|
|
8523
|
-
info: '
|
|
8524
|
-
warning: '
|
|
8543
|
+
info: 'Comment-round_info',
|
|
8544
|
+
warning: 'Comment-round_info',
|
|
8525
8545
|
};
|
|
8526
|
-
return map[state] || '
|
|
8546
|
+
return map[state] || 'Comment-round_info';
|
|
8527
8547
|
}
|
|
8528
8548
|
render() {
|
|
8529
|
-
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))))))));
|
|
8530
8550
|
}
|
|
8531
8551
|
static get style() { return dropiIlustrationIconCss(); }
|
|
8532
8552
|
static get cmpMeta() { return {
|
|
@@ -8553,7 +8573,7 @@ const dropiImageMiniatureCss = () => `:host{display:block}*,*::before,*::after{b
|
|
|
8553
8573
|
class DropiImageMiniature {
|
|
8554
8574
|
constructor(hostRef) {
|
|
8555
8575
|
registerInstance(this, hostRef);
|
|
8556
|
-
this.dropiImageClick = createEvent(this, "dropiImageClick"
|
|
8576
|
+
this.dropiImageClick = createEvent(this, "dropiImageClick");
|
|
8557
8577
|
}
|
|
8558
8578
|
/** Optional label above the grid */
|
|
8559
8579
|
label = '';
|
|
@@ -8582,7 +8602,7 @@ class DropiImageMiniature {
|
|
|
8582
8602
|
}
|
|
8583
8603
|
render() {
|
|
8584
8604
|
const imgs = this.parsedImages;
|
|
8585
|
-
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" }))))))));
|
|
8586
8606
|
}
|
|
8587
8607
|
static get style() { return dropiImageMiniatureCss(); }
|
|
8588
8608
|
static get cmpMeta() { return {
|
|
@@ -8609,7 +8629,7 @@ const dropiImageOverlayCss = () => `:host{display:block}.overlay{position:fixed;
|
|
|
8609
8629
|
class DropiImageOverlay {
|
|
8610
8630
|
constructor(hostRef) {
|
|
8611
8631
|
registerInstance(this, hostRef);
|
|
8612
|
-
this.dropiClose = createEvent(this, "dropiClose"
|
|
8632
|
+
this.dropiClose = createEvent(this, "dropiClose");
|
|
8613
8633
|
}
|
|
8614
8634
|
/** Whether the overlay is visible */
|
|
8615
8635
|
visible = false;
|
|
@@ -8696,10 +8716,10 @@ const dropiInputCss = () => `:host{display:block;width:100%}*,*::before,*::after
|
|
|
8696
8716
|
class DropiInput {
|
|
8697
8717
|
constructor(hostRef) {
|
|
8698
8718
|
registerInstance(this, hostRef);
|
|
8699
|
-
this.
|
|
8700
|
-
this.
|
|
8701
|
-
this.
|
|
8702
|
-
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");
|
|
8703
8723
|
if (hostRef.$hostElement$["s-ei"]) {
|
|
8704
8724
|
this.internals = hostRef.$hostElement$["s-ei"];
|
|
8705
8725
|
}
|
|
@@ -8774,13 +8794,13 @@ class DropiInput {
|
|
|
8774
8794
|
touched = false;
|
|
8775
8795
|
// ── Events ──────────────────────────────────────────────────
|
|
8776
8796
|
/** Emitted on every keystroke with the current value */
|
|
8777
|
-
|
|
8797
|
+
dropiInput;
|
|
8778
8798
|
/** Emitted on blur with the final value */
|
|
8779
|
-
|
|
8799
|
+
dropiChange;
|
|
8780
8800
|
/** Emitted on focus */
|
|
8781
|
-
|
|
8801
|
+
dropiFocus;
|
|
8782
8802
|
/** Emitted on blur */
|
|
8783
|
-
|
|
8803
|
+
dropiBlur;
|
|
8784
8804
|
inputPropertiesChanged(val) {
|
|
8785
8805
|
if (!val)
|
|
8786
8806
|
return;
|
|
@@ -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)
|
|
@@ -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)))))));
|
|
@@ -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,7 +9052,7 @@ 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)
|
|
@@ -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 = '';
|
|
@@ -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;
|
|
@@ -9408,25 +9428,25 @@ class DropiModal {
|
|
|
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],
|
|
@@ -9529,8 +9554,8 @@ class DropiModal {
|
|
|
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,18 +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.codeAccepted = createEvent(this, "codeAccepted"
|
|
9625
|
-
this.dropiResend = createEvent(this, "dropiResend"
|
|
9647
|
+
this.codeCompleted = createEvent(this, "codeCompleted");
|
|
9648
|
+
this.codeAccepted = createEvent(this, "codeAccepted");
|
|
9649
|
+
this.dropiResend = createEvent(this, "dropiResend");
|
|
9626
9650
|
}
|
|
9627
9651
|
/** Delivery method label */
|
|
9628
9652
|
engine = 'email';
|
|
@@ -9632,19 +9656,30 @@ class DropiOtpSendCode {
|
|
|
9632
9656
|
showLabelContact = false;
|
|
9633
9657
|
/** Error message to display */
|
|
9634
9658
|
errorMessage = '';
|
|
9635
|
-
digits
|
|
9636
|
-
|
|
9659
|
+
/** Number of digits for the OTP */
|
|
9660
|
+
digitsCount = 6;
|
|
9661
|
+
digits = [];
|
|
9662
|
+
digitStates = [];
|
|
9637
9663
|
countdown = RESEND_SECONDS;
|
|
9638
9664
|
canResend = false;
|
|
9639
9665
|
error = false;
|
|
9640
9666
|
inputs = [];
|
|
9641
9667
|
timer;
|
|
9642
|
-
|
|
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. */
|
|
9643
9674
|
codeCompleted;
|
|
9644
|
-
/** Emitted when all
|
|
9675
|
+
/** Emitted when all digits are entered (alternative event). */
|
|
9645
9676
|
codeAccepted;
|
|
9646
9677
|
/** Emitted when resend is requested */
|
|
9647
9678
|
dropiResend;
|
|
9679
|
+
componentWillLoad() {
|
|
9680
|
+
this.digits = Array(this.digitsCount).fill('');
|
|
9681
|
+
this.digitStates = Array(this.digitsCount).fill('idle');
|
|
9682
|
+
}
|
|
9648
9683
|
componentDidLoad() { this.startCountdown(); }
|
|
9649
9684
|
disconnectedCallback() { clearInterval(this.timer); }
|
|
9650
9685
|
startCountdown() {
|
|
@@ -9661,13 +9696,13 @@ class DropiOtpSendCode {
|
|
|
9661
9696
|
}
|
|
9662
9697
|
handleInput(e, index) {
|
|
9663
9698
|
const val = e.target.value.replace(/\D/g, '').slice(-1);
|
|
9664
|
-
const newDigits = [...
|
|
9699
|
+
const newDigits = [...this.digits];
|
|
9665
9700
|
newDigits[index] = val;
|
|
9666
9701
|
this.digits = newDigits;
|
|
9667
|
-
const newStates = [...
|
|
9702
|
+
const newStates = [...this.digitStates];
|
|
9668
9703
|
newStates[index] = val ? 'filled' : 'idle';
|
|
9669
9704
|
this.digitStates = newStates;
|
|
9670
|
-
if (val && index <
|
|
9705
|
+
if (val && index < this.digitsCount - 1)
|
|
9671
9706
|
this.inputs[index + 1]?.focus();
|
|
9672
9707
|
if (newDigits.every(d => d !== '')) {
|
|
9673
9708
|
const finalCode = newDigits.join('');
|
|
@@ -9676,18 +9711,18 @@ class DropiOtpSendCode {
|
|
|
9676
9711
|
}
|
|
9677
9712
|
}
|
|
9678
9713
|
handleKeyDown(e, index) {
|
|
9679
|
-
if (e.key === 'Backspace' && !
|
|
9714
|
+
if (e.key === 'Backspace' && !this.digits[index] && index > 0) {
|
|
9680
9715
|
this.inputs[index - 1]?.focus();
|
|
9681
9716
|
}
|
|
9682
9717
|
}
|
|
9683
9718
|
handlePaste(e) {
|
|
9684
9719
|
e.preventDefault();
|
|
9685
|
-
const text = e.clipboardData?.getData('text')?.replace(/\D/g, '').slice(0,
|
|
9686
|
-
const newDigits = Array(
|
|
9720
|
+
const text = e.clipboardData?.getData('text')?.replace(/\D/g, '').slice(0, this.digitsCount) || '';
|
|
9721
|
+
const newDigits = Array(this.digitsCount).fill('');
|
|
9687
9722
|
text.split('').forEach((c, i) => { newDigits[i] = c; });
|
|
9688
9723
|
this.digits = newDigits;
|
|
9689
9724
|
this.digitStates = newDigits.map(d => d ? 'filled' : 'idle');
|
|
9690
|
-
this.inputs[Math.min(text.length,
|
|
9725
|
+
this.inputs[Math.min(text.length, this.digitsCount - 1)]?.focus();
|
|
9691
9726
|
if (newDigits.every(d => d !== '')) {
|
|
9692
9727
|
const finalCode = newDigits.join('');
|
|
9693
9728
|
this.codeCompleted.emit(finalCode);
|
|
@@ -9696,15 +9731,20 @@ class DropiOtpSendCode {
|
|
|
9696
9731
|
}
|
|
9697
9732
|
render() {
|
|
9698
9733
|
const engineLabel = this.engine === 'sms' ? 'SMS' : this.engine === '2fa' ? 'autenticador' : 'correo';
|
|
9699
|
-
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) => {
|
|
9700
9735
|
if (el)
|
|
9701
9736
|
this.inputs[i] = el;
|
|
9702
9737
|
}, class: {
|
|
9703
9738
|
'otp__digit': true,
|
|
9704
|
-
'otp__digit--filled':
|
|
9739
|
+
'otp__digit--filled': this.digitStates[i] === 'filled',
|
|
9705
9740
|
'otp__digit--error': this.error,
|
|
9706
|
-
}, 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")))));
|
|
9707
9742
|
}
|
|
9743
|
+
static get watchers() { return {
|
|
9744
|
+
"digitsCount": [{
|
|
9745
|
+
"handleDigitsCountChange": 0
|
|
9746
|
+
}]
|
|
9747
|
+
}; }
|
|
9708
9748
|
static get style() { return dropiOtpSendCodeCss(); }
|
|
9709
9749
|
static get cmpMeta() { return {
|
|
9710
9750
|
"$flags$": 521,
|
|
@@ -9714,6 +9754,7 @@ class DropiOtpSendCode {
|
|
|
9714
9754
|
"labelContact": [1, "label-contact"],
|
|
9715
9755
|
"showLabelContact": [4, "show-label-contact"],
|
|
9716
9756
|
"errorMessage": [1, "error-message"],
|
|
9757
|
+
"digitsCount": [2, "digits-count"],
|
|
9717
9758
|
"digits": [32],
|
|
9718
9759
|
"digitStates": [32],
|
|
9719
9760
|
"countdown": [32],
|
|
@@ -9735,7 +9776,7 @@ const dropiPaginatorCss = () => `:host{display:block}*,*::before,*::after{box-si
|
|
|
9735
9776
|
class DropiPaginator {
|
|
9736
9777
|
constructor(hostRef) {
|
|
9737
9778
|
registerInstance(this, hostRef);
|
|
9738
|
-
this.
|
|
9779
|
+
this.dropiPageChange = createEvent(this, "dropiPageChange");
|
|
9739
9780
|
}
|
|
9740
9781
|
/** Total number of pages */
|
|
9741
9782
|
totalPages = 1;
|
|
@@ -9750,7 +9791,7 @@ class DropiPaginator {
|
|
|
9750
9791
|
/** Hide "Anterior"/"Siguiente" text labels, show only arrows */
|
|
9751
9792
|
noLabels = false;
|
|
9752
9793
|
/** Emitted when page changes. e.detail = new page number */
|
|
9753
|
-
|
|
9794
|
+
dropiPageChange;
|
|
9754
9795
|
get pageNumbers() {
|
|
9755
9796
|
const total = this.totalPages;
|
|
9756
9797
|
const cur = this.currentPage;
|
|
@@ -9781,15 +9822,15 @@ class DropiPaginator {
|
|
|
9781
9822
|
if (this.disabled || p < 1 || p > this.totalPages || p === this.currentPage)
|
|
9782
9823
|
return;
|
|
9783
9824
|
this.currentPage = p;
|
|
9784
|
-
this.
|
|
9825
|
+
this.dropiPageChange.emit(this.currentPage);
|
|
9785
9826
|
}
|
|
9786
9827
|
render() {
|
|
9787
9828
|
const pages = this.pageNumbers;
|
|
9788
9829
|
const isFirst = this.currentPage <= 1;
|
|
9789
9830
|
const isLast = this.currentPage >= this.totalPages;
|
|
9790
|
-
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 === '...'
|
|
9791
9832
|
? hAsync("span", { class: "paginator-ellipsis", key: `e${i}` }, "\u2026")
|
|
9792
|
-
: 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" }))))));
|
|
9793
9834
|
}
|
|
9794
9835
|
static get style() { return dropiPaginatorCss(); }
|
|
9795
9836
|
static get cmpMeta() { return {
|
|
@@ -9913,10 +9954,10 @@ const COUNTRIES = [
|
|
|
9913
9954
|
class DropiPhoneInput {
|
|
9914
9955
|
constructor(hostRef) {
|
|
9915
9956
|
registerInstance(this, hostRef);
|
|
9916
|
-
this.
|
|
9917
|
-
this.
|
|
9918
|
-
this.
|
|
9919
|
-
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");
|
|
9920
9961
|
}
|
|
9921
9962
|
get el() { return getElement(this); }
|
|
9922
9963
|
/** Initial country dial code (e.g. "57") — matches Angular 'CodArea' setter */
|
|
@@ -9944,13 +9985,13 @@ class DropiPhoneInput {
|
|
|
9944
9985
|
selectProperties = null;
|
|
9945
9986
|
open = false;
|
|
9946
9987
|
/** Emitted when country dial code changes — matches Angular 'ngModelChangeCod' */
|
|
9947
|
-
|
|
9988
|
+
dropiCodChange;
|
|
9948
9989
|
/** Emitted when phone number changes — matches Angular 'ngModelChangePhone' */
|
|
9949
|
-
|
|
9990
|
+
dropiPhoneChange;
|
|
9950
9991
|
/** Emitted on field verification — matches Angular 'verifiedField' */
|
|
9951
|
-
|
|
9992
|
+
dropiVerify;
|
|
9952
9993
|
/** Emitted when country selection changes — matches Angular 'onChangeSelect' */
|
|
9953
|
-
|
|
9994
|
+
dropiChangeSelect;
|
|
9954
9995
|
codAreaChanged() {
|
|
9955
9996
|
this.ngModelPhone = '';
|
|
9956
9997
|
}
|
|
@@ -9972,14 +10013,14 @@ class DropiPhoneInput {
|
|
|
9972
10013
|
selectCountry(c) {
|
|
9973
10014
|
this.codArea = c.code;
|
|
9974
10015
|
this.open = false;
|
|
9975
|
-
this.
|
|
9976
|
-
this.
|
|
10016
|
+
this.dropiCodChange.emit(c.code);
|
|
10017
|
+
this.dropiChangeSelect.emit(c);
|
|
9977
10018
|
}
|
|
9978
10019
|
handleInput(e) {
|
|
9979
10020
|
const raw = e.target.value.replace(/\D/g, '');
|
|
9980
10021
|
this.ngModelPhone = raw.slice(0, this.selectedCountry.maxLength);
|
|
9981
10022
|
e.target.value = this.ngModelPhone;
|
|
9982
|
-
this.
|
|
10023
|
+
this.dropiPhoneChange.emit(this.ngModelPhone);
|
|
9983
10024
|
}
|
|
9984
10025
|
handleWindowClick(ev) {
|
|
9985
10026
|
const path = ev.composedPath();
|
|
@@ -9990,10 +10031,10 @@ class DropiPhoneInput {
|
|
|
9990
10031
|
render() {
|
|
9991
10032
|
const country = this.selectedCountry;
|
|
9992
10033
|
const isInvalid = this.isValidPhone === false;
|
|
9993
|
-
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: () => {
|
|
9994
10035
|
if (!this.disabledInput)
|
|
9995
10036
|
this.open = !this.open;
|
|
9996
|
-
} }, 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) }))));
|
|
9997
10038
|
}
|
|
9998
10039
|
static get watchers() { return {
|
|
9999
10040
|
"codArea": [{
|
|
@@ -10024,6 +10065,59 @@ class DropiPhoneInput {
|
|
|
10024
10065
|
}; }
|
|
10025
10066
|
}
|
|
10026
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
|
+
|
|
10027
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}`;
|
|
10028
10122
|
|
|
10029
10123
|
/**
|
|
@@ -10033,7 +10127,7 @@ const dropiRadioButtonCss = () => `:host{display:inline-block}*,*::before,*::aft
|
|
|
10033
10127
|
class DropiRadioButton {
|
|
10034
10128
|
constructor(hostRef) {
|
|
10035
10129
|
registerInstance(this, hostRef);
|
|
10036
|
-
this.
|
|
10130
|
+
this.dropiChange = createEvent(this, "dropiChange");
|
|
10037
10131
|
}
|
|
10038
10132
|
/** Label text displayed next to the radio */
|
|
10039
10133
|
label = '';
|
|
@@ -10049,17 +10143,17 @@ class DropiRadioButton {
|
|
|
10049
10143
|
*/
|
|
10050
10144
|
resetTrigger = false;
|
|
10051
10145
|
/** Emitted when the radio is selected */
|
|
10052
|
-
|
|
10146
|
+
dropiChange;
|
|
10053
10147
|
onResetTrigger(val) {
|
|
10054
10148
|
if (val)
|
|
10055
10149
|
this.checked = false;
|
|
10056
10150
|
}
|
|
10057
10151
|
handleChange(e) {
|
|
10058
10152
|
this.checked = e.target.checked;
|
|
10059
|
-
this.
|
|
10153
|
+
this.dropiChange.emit(e);
|
|
10060
10154
|
}
|
|
10061
10155
|
render() {
|
|
10062
|
-
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)));
|
|
10063
10157
|
}
|
|
10064
10158
|
static get formAssociated() { return true; }
|
|
10065
10159
|
static get watchers() { return {
|
|
@@ -10093,8 +10187,8 @@ const dropiRadioSelectionListCss = () => `:host{display:block;width:100%}*,*::be
|
|
|
10093
10187
|
class DropiRadioSelectionList {
|
|
10094
10188
|
constructor(hostRef) {
|
|
10095
10189
|
registerInstance(this, hostRef);
|
|
10096
|
-
this.
|
|
10097
|
-
this.
|
|
10190
|
+
this.dropiChange = createEvent(this, "dropiChange");
|
|
10191
|
+
this.dropiSearch = createEvent(this, "dropiSearch");
|
|
10098
10192
|
}
|
|
10099
10193
|
/** Options array or JSON string */
|
|
10100
10194
|
options = [];
|
|
@@ -10113,9 +10207,9 @@ class DropiRadioSelectionList {
|
|
|
10113
10207
|
filterText = '';
|
|
10114
10208
|
parsedOptions = [];
|
|
10115
10209
|
/** Emitted on selection change. e.detail = selected option id */
|
|
10116
|
-
|
|
10210
|
+
dropiChange;
|
|
10117
10211
|
/** Emitted on search — matches Angular 'onSearch' */
|
|
10118
|
-
|
|
10212
|
+
dropiSearch;
|
|
10119
10213
|
optionsChanged(val) {
|
|
10120
10214
|
this.parsedOptions = typeof val === 'string' ? JSON.parse(val) : (val || []);
|
|
10121
10215
|
}
|
|
@@ -10127,12 +10221,12 @@ class DropiRadioSelectionList {
|
|
|
10127
10221
|
return this.parsedOptions.filter(o => o.name?.toLowerCase().includes(q));
|
|
10128
10222
|
}
|
|
10129
10223
|
render() {
|
|
10130
|
-
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) => {
|
|
10131
10225
|
this.filterText = e.target.value;
|
|
10132
|
-
this.
|
|
10133
|
-
} }))), 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 => {
|
|
10134
10228
|
const isSelected = opt.id === this.selectedOption;
|
|
10135
|
-
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)))));
|
|
10136
10230
|
}))));
|
|
10137
10231
|
}
|
|
10138
10232
|
static get watchers() { return {
|
|
@@ -10195,7 +10289,7 @@ class DropiReadMore {
|
|
|
10195
10289
|
}
|
|
10196
10290
|
render() {
|
|
10197
10291
|
const showToggle = this.needsTruncation && (this.expanded ? this.showSeeLess : true);
|
|
10198
|
-
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')))));
|
|
10199
10293
|
}
|
|
10200
10294
|
static get style() { return dropiReadMoreCss(); }
|
|
10201
10295
|
static get cmpMeta() { return {
|
|
@@ -10225,12 +10319,12 @@ const dropiSearchCss = () => `:host{display:block;width:100%;position:relative}*
|
|
|
10225
10319
|
class DropiSearch {
|
|
10226
10320
|
constructor(hostRef) {
|
|
10227
10321
|
registerInstance(this, hostRef);
|
|
10228
|
-
this.
|
|
10229
|
-
this.
|
|
10230
|
-
this.
|
|
10231
|
-
this.
|
|
10232
|
-
this.
|
|
10233
|
-
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");
|
|
10234
10328
|
}
|
|
10235
10329
|
/** Visual variant (matches Angular `type`) */
|
|
10236
10330
|
type = 'default';
|
|
@@ -10264,17 +10358,17 @@ class DropiSearch {
|
|
|
10264
10358
|
selected = [];
|
|
10265
10359
|
parsedOptions = [];
|
|
10266
10360
|
/** Emitted on input change. e.detail = current text */
|
|
10267
|
-
|
|
10361
|
+
dropiInput;
|
|
10268
10362
|
/** Emitted on blur */
|
|
10269
|
-
|
|
10363
|
+
dropiBlur;
|
|
10270
10364
|
/** Emitted when Enter is pressed. e.detail = current text */
|
|
10271
|
-
|
|
10365
|
+
dropiKeyEnter;
|
|
10272
10366
|
/** Emitted on change event of the native input (matches Angular `onChange`) */
|
|
10273
|
-
|
|
10367
|
+
dropiChange;
|
|
10274
10368
|
/** Emitted when clear button clicked */
|
|
10275
|
-
|
|
10369
|
+
dropiClear;
|
|
10276
10370
|
/** Emitted when selection changes. e.detail = selected items */
|
|
10277
|
-
|
|
10371
|
+
dropiModelChange;
|
|
10278
10372
|
optionsChanged(val) {
|
|
10279
10373
|
this.parsedOptions = typeof val === 'string' ? JSON.parse(val) : (val || []);
|
|
10280
10374
|
}
|
|
@@ -10290,20 +10384,20 @@ class DropiSearch {
|
|
|
10290
10384
|
handleInput(e) {
|
|
10291
10385
|
this.textInput = e.target.value;
|
|
10292
10386
|
this.open = this.parsedOptions.length > 0;
|
|
10293
|
-
this.
|
|
10294
|
-
this.
|
|
10387
|
+
this.dropiInput.emit(this.textInput);
|
|
10388
|
+
this.dropiChange.emit(this.textInput);
|
|
10295
10389
|
}
|
|
10296
10390
|
handleKeyDown(e) {
|
|
10297
10391
|
if (e.key === 'Enter')
|
|
10298
|
-
this.
|
|
10392
|
+
this.dropiKeyEnter.emit(this.textInput);
|
|
10299
10393
|
if (e.key === 'Escape')
|
|
10300
10394
|
this.open = false;
|
|
10301
10395
|
}
|
|
10302
10396
|
handleClear() {
|
|
10303
10397
|
this.textInput = '';
|
|
10304
10398
|
this.open = false;
|
|
10305
|
-
this.
|
|
10306
|
-
this.
|
|
10399
|
+
this.dropiClear.emit();
|
|
10400
|
+
this.dropiInput.emit('');
|
|
10307
10401
|
}
|
|
10308
10402
|
isSelected(opt) {
|
|
10309
10403
|
return this.selected.some(s => s[this.dataName] === opt[this.dataName]);
|
|
@@ -10322,14 +10416,14 @@ class DropiSearch {
|
|
|
10322
10416
|
this.selected = [opt];
|
|
10323
10417
|
this.open = false;
|
|
10324
10418
|
}
|
|
10325
|
-
this.
|
|
10419
|
+
this.dropiModelChange.emit(this.selected);
|
|
10326
10420
|
}
|
|
10327
10421
|
render() {
|
|
10328
10422
|
const showDropdown = this.open && this.parsedOptions.length > 0;
|
|
10329
|
-
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: () => {
|
|
10330
10424
|
if (this.parsedOptions.length)
|
|
10331
10425
|
this.open = true;
|
|
10332
|
-
}, 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])))))))));
|
|
10333
10427
|
}
|
|
10334
10428
|
static get watchers() { return {
|
|
10335
10429
|
"dataToSearch": [{
|
|
@@ -10365,7 +10459,7 @@ class DropiSearch {
|
|
|
10365
10459
|
}; }
|
|
10366
10460
|
}
|
|
10367
10461
|
|
|
10368
|
-
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}`;
|
|
10369
10463
|
|
|
10370
10464
|
/**
|
|
10371
10465
|
* @component dropi-select
|
|
@@ -10390,11 +10484,11 @@ const dropiSelectCss = () => `:host{display:block;width:100%;text-align:left}*,*
|
|
|
10390
10484
|
class DropiSelect {
|
|
10391
10485
|
constructor(hostRef) {
|
|
10392
10486
|
registerInstance(this, hostRef);
|
|
10393
|
-
this.
|
|
10394
|
-
this.
|
|
10395
|
-
this.
|
|
10396
|
-
this.
|
|
10397
|
-
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");
|
|
10398
10492
|
if (hostRef.$hostElement$["s-ei"]) {
|
|
10399
10493
|
this.internals = hostRef.$hostElement$["s-ei"];
|
|
10400
10494
|
}
|
|
@@ -10440,6 +10534,8 @@ class DropiSelect {
|
|
|
10440
10534
|
selectedOption = null;
|
|
10441
10535
|
/** Custom CSS class for the dropdown overlay */
|
|
10442
10536
|
overlayClass = '';
|
|
10537
|
+
/** If true, uses absolute positioning instead of fixed (better for modals with transforms) */
|
|
10538
|
+
withinModal = false;
|
|
10443
10539
|
/**
|
|
10444
10540
|
* Convenience object prop — matches Angular `selectProperties: SelectProperties`.
|
|
10445
10541
|
* Fields: label, placeholder, options, showObligatory, textHelper,
|
|
@@ -10459,15 +10555,15 @@ class DropiSelect {
|
|
|
10459
10555
|
};
|
|
10460
10556
|
// ── Events ───────────────────────────────────────────────────
|
|
10461
10557
|
/** Emitted when an option is selected — matches Angular 'onChangeSelect' */
|
|
10462
|
-
|
|
10558
|
+
dropiChangeSelect;
|
|
10463
10559
|
/** Emitted when the selection is cleared — matches Angular 'onClear' */
|
|
10464
|
-
|
|
10560
|
+
dropiClear;
|
|
10465
10561
|
/** Emitted on search input — matches Angular 'onSearch' */
|
|
10466
|
-
|
|
10562
|
+
dropiSearch;
|
|
10467
10563
|
/** Emitted when the list is scrolled to the end — matches Angular 'scrolledToEnd' */
|
|
10468
|
-
|
|
10564
|
+
dropiScrollEnd;
|
|
10469
10565
|
/** Emitted on Enter key inside search — matches Angular 'onKeyEnter' */
|
|
10470
|
-
|
|
10566
|
+
dropiKeyEnter;
|
|
10471
10567
|
// ── Lifecycle ────────────────────────────────────────────────
|
|
10472
10568
|
componentWillLoad() {
|
|
10473
10569
|
if (this.selectProperties)
|
|
@@ -10548,13 +10644,27 @@ class DropiSelect {
|
|
|
10548
10644
|
this._selectedOption = null;
|
|
10549
10645
|
this.multiSelected = [];
|
|
10550
10646
|
this.internals.setFormValue('');
|
|
10551
|
-
this.
|
|
10647
|
+
this.dropiClear.emit();
|
|
10552
10648
|
}
|
|
10553
10649
|
/** Reset multi-select state and show a placeholder label */
|
|
10554
10650
|
async resetMultiSelect(_placeholder) {
|
|
10555
10651
|
this.multiSelected = [];
|
|
10556
10652
|
this.internals.setFormValue('');
|
|
10557
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
|
+
}
|
|
10558
10668
|
// ── Click outside ────────────────────────────────────────────
|
|
10559
10669
|
handleOutsideClick(e) {
|
|
10560
10670
|
if (this.isOpen && !e.composedPath().includes(this.el)) {
|
|
@@ -10598,8 +10708,8 @@ class DropiSelect {
|
|
|
10598
10708
|
return this.placeholder;
|
|
10599
10709
|
}
|
|
10600
10710
|
// ── Dropdown positioning ─────────────────────────────────────
|
|
10601
|
-
|
|
10602
|
-
if (this.
|
|
10711
|
+
updateDropdownPosition() {
|
|
10712
|
+
if (!this.buttonRef)
|
|
10603
10713
|
return;
|
|
10604
10714
|
const rect = this.buttonRef.getBoundingClientRect();
|
|
10605
10715
|
const viewportHeight = window.innerHeight;
|
|
@@ -10613,6 +10723,18 @@ class DropiSelect {
|
|
|
10613
10723
|
left: `${rect.left}px`,
|
|
10614
10724
|
width: `${rect.width}px`,
|
|
10615
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
|
+
}
|
|
10616
10738
|
this.isOpen = true;
|
|
10617
10739
|
if (this.searchEnabled) {
|
|
10618
10740
|
setTimeout(() => {
|
|
@@ -10642,12 +10764,12 @@ class DropiSelect {
|
|
|
10642
10764
|
this.multiSelected = [...this.multiSelected, option];
|
|
10643
10765
|
}
|
|
10644
10766
|
this.internals.setFormValue(this.multiSelected.map(o => o.id).join(','));
|
|
10645
|
-
this.
|
|
10767
|
+
this.dropiChangeSelect.emit([...this.multiSelected]);
|
|
10646
10768
|
}
|
|
10647
10769
|
else {
|
|
10648
10770
|
this._selectedOption = option;
|
|
10649
10771
|
this.internals.setFormValue(String(option.id));
|
|
10650
|
-
this.
|
|
10772
|
+
this.dropiChangeSelect.emit(option);
|
|
10651
10773
|
this.closeDropdown();
|
|
10652
10774
|
}
|
|
10653
10775
|
}
|
|
@@ -10657,7 +10779,7 @@ class DropiSelect {
|
|
|
10657
10779
|
// ── Search ───────────────────────────────────────────────────
|
|
10658
10780
|
handleSearch(term) {
|
|
10659
10781
|
this.searchTerm = term;
|
|
10660
|
-
this.
|
|
10782
|
+
this.dropiSearch.emit(term);
|
|
10661
10783
|
const lower = term.toLowerCase().trim();
|
|
10662
10784
|
if (!lower) {
|
|
10663
10785
|
this.filteredOptions = [...this.options];
|
|
@@ -10685,7 +10807,7 @@ class DropiSelect {
|
|
|
10685
10807
|
this.hasEmittedScrollEnd = false;
|
|
10686
10808
|
this.lastScrollTop = el.scrollTop;
|
|
10687
10809
|
if (distFromBottom <= threshold && !this.hasEmittedScrollEnd) {
|
|
10688
|
-
this.
|
|
10810
|
+
this.dropiScrollEnd.emit();
|
|
10689
10811
|
this.hasEmittedScrollEnd = true;
|
|
10690
10812
|
setTimeout(() => { this.hasEmittedScrollEnd = false; }, 1000);
|
|
10691
10813
|
}
|
|
@@ -10733,16 +10855,16 @@ class DropiSelect {
|
|
|
10733
10855
|
renderDropdown() {
|
|
10734
10856
|
if (!this.isOpen)
|
|
10735
10857
|
return null;
|
|
10736
|
-
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", 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) => {
|
|
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) => {
|
|
10737
10859
|
if (e.key === 'Enter')
|
|
10738
|
-
this.
|
|
10860
|
+
this.dropiKeyEnter.emit(e);
|
|
10739
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 => [
|
|
10740
10862
|
hAsync("li", { class: "option-group-title" }, group.category),
|
|
10741
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))))),
|
|
10742
10864
|
]), !this.isGrouped && this.filteredOptions.map(opt => this.renderOption(opt)), this.filteredOptions.length === 0 && (hAsync("li", { class: "no-results" }, "Sin resultados"))));
|
|
10743
10865
|
}
|
|
10744
10866
|
render() {
|
|
10745
|
-
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()));
|
|
10746
10868
|
}
|
|
10747
10869
|
static get formAssociated() { return true; }
|
|
10748
10870
|
static get watchers() { return {
|
|
@@ -10783,6 +10905,7 @@ class DropiSelect {
|
|
|
10783
10905
|
"defaultSelectedId": [1032, "default-selected-id"],
|
|
10784
10906
|
"selectedOption": [1040],
|
|
10785
10907
|
"overlayClass": [1, "overlay-class"],
|
|
10908
|
+
"withinModal": [4, "within-modal"],
|
|
10786
10909
|
"selectProperties": [8, "select-properties"],
|
|
10787
10910
|
"isOpen": [32],
|
|
10788
10911
|
"_selectedOption": [32],
|
|
@@ -10795,7 +10918,7 @@ class DropiSelect {
|
|
|
10795
10918
|
"clearSelection": [64],
|
|
10796
10919
|
"resetMultiSelect": [64]
|
|
10797
10920
|
},
|
|
10798
|
-
"$listeners$": [[4, "click", "handleOutsideClick"]],
|
|
10921
|
+
"$listeners$": [[11, "scroll", "handleWindowScroll"], [9, "resize", "handleWindowResize"], [4, "click", "handleOutsideClick"]],
|
|
10799
10922
|
"$lazyBundleId$": "-",
|
|
10800
10923
|
"$attrsToReflect$": [["disabled", "disabled"]]
|
|
10801
10924
|
}; }
|
|
@@ -10811,7 +10934,7 @@ const dropiSidebarCss = () => `:host{display:block}.main-sidebar-container{margi
|
|
|
10811
10934
|
class DropiSidebar {
|
|
10812
10935
|
constructor(hostRef) {
|
|
10813
10936
|
registerInstance(this, hostRef);
|
|
10814
|
-
this.
|
|
10937
|
+
this.dropiIndexChange = createEvent(this, "dropiIndexChange");
|
|
10815
10938
|
}
|
|
10816
10939
|
/**
|
|
10817
10940
|
* Define las propiedades y la cantidad de elementos a renderizar.
|
|
@@ -10821,7 +10944,7 @@ class DropiSidebar {
|
|
|
10821
10944
|
/**
|
|
10822
10945
|
* Evento emitido cuando se selecciona una opción en el menú o un sub-hijo.
|
|
10823
10946
|
*/
|
|
10824
|
-
|
|
10947
|
+
dropiIndexChange;
|
|
10825
10948
|
parsedProperties = [];
|
|
10826
10949
|
watchPropHandler(newValue) {
|
|
10827
10950
|
this.parsedProperties = typeof newValue === 'string' ? JSON.parse(newValue) : (newValue || []);
|
|
@@ -10841,16 +10964,16 @@ class DropiSidebar {
|
|
|
10841
10964
|
}
|
|
10842
10965
|
}
|
|
10843
10966
|
onItemClick(itemClicked) {
|
|
10844
|
-
this.
|
|
10967
|
+
this.dropiIndexChange.emit(itemClicked);
|
|
10845
10968
|
if (itemClicked.subItems && itemClicked.subItems.length > 0) {
|
|
10846
10969
|
this.setExpandedPropertie(itemClicked.id);
|
|
10847
10970
|
}
|
|
10848
10971
|
}
|
|
10849
10972
|
onSubItemClick(itemClicked) {
|
|
10850
|
-
this.
|
|
10973
|
+
this.dropiIndexChange.emit(itemClicked);
|
|
10851
10974
|
}
|
|
10852
10975
|
render() {
|
|
10853
|
-
return (hAsync("div", { key: '
|
|
10976
|
+
return (hAsync("div", { key: '3e45416a116488871747c54c14cbb73ecf1d9a4d', class: "main-sidebar-container" }, this.parsedProperties.map(item => {
|
|
10854
10977
|
return [
|
|
10855
10978
|
/* Item Principal */
|
|
10856
10979
|
hAsync("div", { class: {
|
|
@@ -11102,21 +11225,21 @@ const dropiSwitchCss = () => `:host{display:inline-block}*,*::before,*::after{bo
|
|
|
11102
11225
|
class DropiSwitch {
|
|
11103
11226
|
constructor(hostRef) {
|
|
11104
11227
|
registerInstance(this, hostRef);
|
|
11105
|
-
this.
|
|
11228
|
+
this.dropiChange = createEvent(this, "dropiChange");
|
|
11106
11229
|
}
|
|
11107
11230
|
/** Whether the switch is on */
|
|
11108
11231
|
isChecked = false;
|
|
11109
11232
|
/** Whether the switch is disabled */
|
|
11110
11233
|
disabled = false;
|
|
11111
11234
|
/** Emitted when the toggle state changes */
|
|
11112
|
-
|
|
11235
|
+
dropiChange;
|
|
11113
11236
|
onToggleChange(event) {
|
|
11114
11237
|
const input = event.target;
|
|
11115
11238
|
this.isChecked = input.checked;
|
|
11116
|
-
this.
|
|
11239
|
+
this.dropiChange.emit(this.isChecked);
|
|
11117
11240
|
}
|
|
11118
11241
|
render() {
|
|
11119
|
-
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" })));
|
|
11120
11243
|
}
|
|
11121
11244
|
static get formAssociated() { return true; }
|
|
11122
11245
|
static get style() { return dropiSwitchCss(); }
|
|
@@ -11142,20 +11265,20 @@ const dropiTableCss = () => `:host{display:block;width:100%;min-width:0}*,*::bef
|
|
|
11142
11265
|
class DropiTable {
|
|
11143
11266
|
constructor(hostRef) {
|
|
11144
11267
|
registerInstance(this, hostRef);
|
|
11145
|
-
this.dropiSort = createEvent(this, "dropiSort"
|
|
11146
|
-
this.dropiSelection = createEvent(this, "dropiSelection"
|
|
11147
|
-
this.dropiRowClick = createEvent(this, "dropiRowClick"
|
|
11148
|
-
this.dropiSearch = createEvent(this, "dropiSearch"
|
|
11149
|
-
this.dropiPageChange = createEvent(this, "dropiPageChange"
|
|
11150
|
-
this.dropiPageSizeChange = createEvent(this, "dropiPageSizeChange"
|
|
11151
|
-
this.dropiAction = createEvent(this, "dropiAction"
|
|
11152
|
-
this.
|
|
11153
|
-
this.
|
|
11154
|
-
this.
|
|
11155
|
-
this.
|
|
11156
|
-
this.
|
|
11157
|
-
this.
|
|
11158
|
-
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");
|
|
11159
11282
|
}
|
|
11160
11283
|
/** Column definitions */
|
|
11161
11284
|
columns = [];
|
|
@@ -11228,17 +11351,17 @@ class DropiTable {
|
|
|
11228
11351
|
dropiAction;
|
|
11229
11352
|
// ── Angular-parity events ────────────────────────────────────
|
|
11230
11353
|
/** Matches Angular `rowsSelected` */
|
|
11231
|
-
|
|
11354
|
+
dropiRowsSelected;
|
|
11232
11355
|
/** Matches Angular `actionClicked` */
|
|
11233
|
-
|
|
11356
|
+
dropiActionClick;
|
|
11234
11357
|
/** Matches Angular `onPageChange` */
|
|
11235
|
-
|
|
11358
|
+
dropiPageChangeAngular;
|
|
11236
11359
|
/** Matches Angular `onSizeChange` */
|
|
11237
|
-
|
|
11360
|
+
dropiSizeChangeAngular;
|
|
11238
11361
|
/** Matches Angular `onSortChange` */
|
|
11239
|
-
|
|
11362
|
+
dropiSortChangeAngular;
|
|
11240
11363
|
/** Matches Angular `onSearchChange` */
|
|
11241
|
-
|
|
11364
|
+
dropiSearchChangeAngular;
|
|
11242
11365
|
/** Matches Angular `expandChildren` */
|
|
11243
11366
|
expandChildren;
|
|
11244
11367
|
columnsChanged(val) {
|
|
@@ -11330,7 +11453,7 @@ class DropiTable {
|
|
|
11330
11453
|
this.sortAsc = true;
|
|
11331
11454
|
}
|
|
11332
11455
|
this.dropiSort.emit({ key: this.sortKey, dir: this.sortDir });
|
|
11333
|
-
this.
|
|
11456
|
+
this.dropiSortChangeAngular.emit({ key: this.sortKey, dir: this.sortDir });
|
|
11334
11457
|
}
|
|
11335
11458
|
toggleRow(idx) {
|
|
11336
11459
|
const next = new Set(this.selectedKeys);
|
|
@@ -11341,13 +11464,13 @@ class DropiTable {
|
|
|
11341
11464
|
this.selectedKeys = next;
|
|
11342
11465
|
const selected = Array.from(next);
|
|
11343
11466
|
this.dropiSelection.emit(selected);
|
|
11344
|
-
this.
|
|
11467
|
+
this.dropiRowsSelected.emit(selected.map(i => this.pagedRows[i]));
|
|
11345
11468
|
}
|
|
11346
11469
|
toggleAll(checked) {
|
|
11347
11470
|
this.selectedKeys = checked ? new Set(this.pagedRows.map((_, i) => i)) : new Set();
|
|
11348
11471
|
const selected = Array.from(this.selectedKeys);
|
|
11349
11472
|
this.dropiSelection.emit(selected);
|
|
11350
|
-
this.
|
|
11473
|
+
this.dropiRowsSelected.emit(selected.map(i => this.pagedRows[i]));
|
|
11351
11474
|
}
|
|
11352
11475
|
renderCellValue(value) {
|
|
11353
11476
|
if (value === null || value === undefined)
|
|
@@ -11368,6 +11491,14 @@ class DropiTable {
|
|
|
11368
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)));
|
|
11369
11492
|
case 'textWrap':
|
|
11370
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
|
+
} }))));
|
|
11371
11502
|
default:
|
|
11372
11503
|
return hAsync("span", { class: "table-labels" }, String(value.value ?? '—'));
|
|
11373
11504
|
}
|
|
@@ -11382,10 +11513,10 @@ class DropiTable {
|
|
|
11382
11513
|
const allSelected = rows.length > 0 && this.selectedKeys.size === rows.length;
|
|
11383
11514
|
const hasActions = this.parsedRowActions.length > 0;
|
|
11384
11515
|
const cols = this.visibleColumns;
|
|
11385
|
-
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,
|
|
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) => {
|
|
11386
11517
|
this.searchTerm = e.detail;
|
|
11387
11518
|
this.dropiSearch.emit(e.detail);
|
|
11388
|
-
this.
|
|
11519
|
+
this.dropiSearchChangeAngular.emit(e.detail);
|
|
11389
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: () => {
|
|
11390
11521
|
const next = new Set(this.hiddenColumns);
|
|
11391
11522
|
if (next.has(col.key))
|
|
@@ -11397,15 +11528,15 @@ class DropiTable {
|
|
|
11397
11528
|
this.hiddenColumns = this.hiddenColumns.size === 0
|
|
11398
11529
|
? new Set(this.parsedColumns.map(c => c.key))
|
|
11399
11530
|
: new Set();
|
|
11400
|
-
} }, 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) => {
|
|
11401
11532
|
this.pageSize = Number(e.target.value);
|
|
11402
11533
|
this.currentPage = 1;
|
|
11403
11534
|
this.dropiPageSizeChange.emit(this.pageSize);
|
|
11404
|
-
this.
|
|
11405
|
-
} }, 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) => {
|
|
11406
11537
|
this.currentPage = e.detail;
|
|
11407
11538
|
this.dropiPageChange.emit(e.detail);
|
|
11408
|
-
this.
|
|
11539
|
+
this.dropiPageChangeAngular.emit(e.detail);
|
|
11409
11540
|
} })))));
|
|
11410
11541
|
}
|
|
11411
11542
|
static get watchers() { return {
|
|
@@ -11489,7 +11620,7 @@ const dropiTabsCss = () => `:host{display:block;width:100%}*,*::before,*::after{
|
|
|
11489
11620
|
class DropiTabs {
|
|
11490
11621
|
constructor(hostRef) {
|
|
11491
11622
|
registerInstance(this, hostRef);
|
|
11492
|
-
this.
|
|
11623
|
+
this.dropiIndexChange = createEvent(this, "dropiIndexChange");
|
|
11493
11624
|
}
|
|
11494
11625
|
/** Array of TabItem or JSON string (matches Angular 'configuration') */
|
|
11495
11626
|
configuration = [];
|
|
@@ -11500,7 +11631,7 @@ class DropiTabs {
|
|
|
11500
11631
|
/** Stop tab action programmatically */
|
|
11501
11632
|
stopAction = false;
|
|
11502
11633
|
/** Emitted on tab click. e.detail = TabItem */
|
|
11503
|
-
|
|
11634
|
+
dropiIndexChange;
|
|
11504
11635
|
parsedTabs = [];
|
|
11505
11636
|
tabsChanged(val) {
|
|
11506
11637
|
this.parsedTabs = typeof val === 'string' ? JSON.parse(val) : (val ?? []);
|
|
@@ -11512,10 +11643,10 @@ class DropiTabs {
|
|
|
11512
11643
|
if (tab.disabled || this.stopAction)
|
|
11513
11644
|
return;
|
|
11514
11645
|
this.activeTab = tab.id;
|
|
11515
|
-
this.
|
|
11646
|
+
this.dropiIndexChange.emit(tab);
|
|
11516
11647
|
}
|
|
11517
11648
|
render() {
|
|
11518
|
-
return (hAsync("div", { key: '
|
|
11649
|
+
return (hAsync("div", { key: '5e8facb7611d02c9b7fad97f676a50ce419c6852', class: "tabs-container", role: "tablist" }, this.parsedTabs.map(tab => {
|
|
11519
11650
|
const isActive = tab.id === this.activeTab;
|
|
11520
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
|
|
11521
11652
|
? hAsync("dropi-icon", { name: "Check-circle", iconWidth: "12px", iconHeight: "12px", color: "Success-Success-500" })
|
|
@@ -11544,7 +11675,7 @@ class DropiTabs {
|
|
|
11544
11675
|
}; }
|
|
11545
11676
|
}
|
|
11546
11677
|
|
|
11547
|
-
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)}}`;
|
|
11548
11679
|
|
|
11549
11680
|
/**
|
|
11550
11681
|
* @component dropi-tag
|
|
@@ -11554,6 +11685,8 @@ class DropiTag {
|
|
|
11554
11685
|
constructor(hostRef) {
|
|
11555
11686
|
registerInstance(this, hostRef);
|
|
11556
11687
|
}
|
|
11688
|
+
/** tag (default) | dot (status dot + text) | text (colored text only) */
|
|
11689
|
+
variant = 'tag';
|
|
11557
11690
|
/** primary (filled) | secondary (soft) */
|
|
11558
11691
|
type = 'primary';
|
|
11559
11692
|
/** Color state of the tag */
|
|
@@ -11582,11 +11715,25 @@ class DropiTag {
|
|
|
11582
11715
|
}
|
|
11583
11716
|
get textColor() {
|
|
11584
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
|
+
}
|
|
11585
11723
|
if (this.type === 'primary')
|
|
11586
11724
|
return `var(--Neutral-White)`;
|
|
11587
11725
|
const shade = this.state === 'default' ? '-500' : '-700';
|
|
11588
11726
|
return `var(--${base}${shade})`;
|
|
11589
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
|
+
}
|
|
11590
11737
|
get iconColor() {
|
|
11591
11738
|
if (this.type === 'primary')
|
|
11592
11739
|
return 'Neutral-White';
|
|
@@ -11598,7 +11745,16 @@ class DropiTag {
|
|
|
11598
11745
|
return typeof this.text === 'string' && this.text.trim().length > 0;
|
|
11599
11746
|
}
|
|
11600
11747
|
render() {
|
|
11601
|
-
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))));
|
|
11602
11758
|
}
|
|
11603
11759
|
static get watchers() { return {
|
|
11604
11760
|
"type": [{
|
|
@@ -11606,6 +11762,9 @@ class DropiTag {
|
|
|
11606
11762
|
}],
|
|
11607
11763
|
"state": [{
|
|
11608
11764
|
"propsChanged": 0
|
|
11765
|
+
}],
|
|
11766
|
+
"variant": [{
|
|
11767
|
+
"propsChanged": 0
|
|
11609
11768
|
}]
|
|
11610
11769
|
}; }
|
|
11611
11770
|
static get style() { return dropiTagCss(); }
|
|
@@ -11613,6 +11772,7 @@ class DropiTag {
|
|
|
11613
11772
|
"$flags$": 521,
|
|
11614
11773
|
"$tagName$": "dropi-tag",
|
|
11615
11774
|
"$members$": {
|
|
11775
|
+
"variant": [513],
|
|
11616
11776
|
"type": [513],
|
|
11617
11777
|
"state": [513],
|
|
11618
11778
|
"showIcon": [4, "show-icon"],
|
|
@@ -11621,7 +11781,7 @@ class DropiTag {
|
|
|
11621
11781
|
},
|
|
11622
11782
|
"$listeners$": undefined,
|
|
11623
11783
|
"$lazyBundleId$": "-",
|
|
11624
|
-
"$attrsToReflect$": [["type", "type"], ["state", "state"], ["icon", "icon"], ["text", "text"]]
|
|
11784
|
+
"$attrsToReflect$": [["variant", "variant"], ["type", "type"], ["state", "state"], ["icon", "icon"], ["text", "text"]]
|
|
11625
11785
|
}; }
|
|
11626
11786
|
}
|
|
11627
11787
|
|
|
@@ -11638,7 +11798,7 @@ class DropiTagTypeProduct {
|
|
|
11638
11798
|
/** Label text. Default: VARIABLE */
|
|
11639
11799
|
label = 'VARIABLE';
|
|
11640
11800
|
render() {
|
|
11641
|
-
return hAsync("div", { key: '
|
|
11801
|
+
return hAsync("div", { key: '6d27b4fc40c66e6bfd8400e4727aa9a9c2e8dc8c', class: "type-variation" }, this.label);
|
|
11642
11802
|
}
|
|
11643
11803
|
static get style() { return dropiTagTypeProductCss(); }
|
|
11644
11804
|
static get cmpMeta() { return {
|
|
@@ -11663,10 +11823,10 @@ const dropiTextAreaCss = () => `:host{display:flex;flex-direction:column;width:1
|
|
|
11663
11823
|
class DropiTextArea {
|
|
11664
11824
|
constructor(hostRef) {
|
|
11665
11825
|
registerInstance(this, hostRef);
|
|
11666
|
-
this.dropiInput = createEvent(this, "dropiInput"
|
|
11667
|
-
this.dropiChange = createEvent(this, "dropiChange"
|
|
11668
|
-
this.dropiFocus = createEvent(this, "dropiFocus"
|
|
11669
|
-
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");
|
|
11670
11830
|
if (hostRef.$hostElement$["s-ei"]) {
|
|
11671
11831
|
this.internals = hostRef.$hostElement$["s-ei"];
|
|
11672
11832
|
}
|
|
@@ -11768,12 +11928,12 @@ class DropiTextArea {
|
|
|
11768
11928
|
render() {
|
|
11769
11929
|
const showAsterisk = this.required && this.showObligatoryAsterisk && !this.disabled;
|
|
11770
11930
|
const showHelper = this.textHelper || this.isInvalid;
|
|
11771
|
-
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: {
|
|
11772
11932
|
'form-control': true,
|
|
11773
11933
|
'Body-M-Regular': true,
|
|
11774
11934
|
'form-control-valid': !this.isInvalid && this.touched && !!this.value,
|
|
11775
11935
|
'form-control-invalid': this.isInvalid,
|
|
11776
|
-
}, 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)))));
|
|
11777
11937
|
}
|
|
11778
11938
|
static get formAssociated() { return true; }
|
|
11779
11939
|
static get watchers() { return {
|
|
@@ -11837,7 +11997,7 @@ class DropiTimeLine {
|
|
|
11837
11997
|
}
|
|
11838
11998
|
render() {
|
|
11839
11999
|
const steps = this.parsedSteps;
|
|
11840
|
-
return (hAsync("div", { key: '
|
|
12000
|
+
return (hAsync("div", { key: '22a2f8ff7a33e892096c3aaf381e23b110ec6b0a', class: "timeline" }, steps.map((step, i) => {
|
|
11841
12001
|
const isLast = i === steps.length - 1;
|
|
11842
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))));
|
|
11843
12003
|
})));
|
|
@@ -11909,7 +12069,7 @@ class DropiToast {
|
|
|
11909
12069
|
return `<lottie-player src="${this.lottieMap[severity]}" background="transparent" speed="1" loop autoplay></lottie-player>`;
|
|
11910
12070
|
}
|
|
11911
12071
|
render() {
|
|
11912
|
-
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" })))))))));
|
|
11913
12073
|
}
|
|
11914
12074
|
static get style() { return dropiToastCss(); }
|
|
11915
12075
|
static get cmpMeta() { return {
|
|
@@ -11943,7 +12103,7 @@ class DropiTooltip {
|
|
|
11943
12103
|
/** Whether the tooltip has an outline style (matches Angular `outlined`) */
|
|
11944
12104
|
outlined = false;
|
|
11945
12105
|
render() {
|
|
11946
|
-
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))));
|
|
11947
12107
|
}
|
|
11948
12108
|
static get style() { return dropiTooltipCss$1(); }
|
|
11949
12109
|
static get cmpMeta() { return {
|
|
@@ -12084,12 +12244,12 @@ class DropiTooltipV2 {
|
|
|
12084
12244
|
const bubbleStyle = { maxWidth: this.maxWidth };
|
|
12085
12245
|
if (this.minWidth)
|
|
12086
12246
|
bubbleStyle.minWidth = this.minWidth;
|
|
12087
|
-
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: {
|
|
12088
12248
|
'tooltip-bubble': true,
|
|
12089
12249
|
[`tooltip-bubble--${this.position}`]: true,
|
|
12090
12250
|
[`tooltip-bubble--arrow-${this.arrowPosition}`]: true,
|
|
12091
12251
|
'tooltip-bubble--visible': this.visible,
|
|
12092
|
-
}, 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}` })))));
|
|
12093
12253
|
}
|
|
12094
12254
|
static get style() { return dropiTooltipCss(); }
|
|
12095
12255
|
static get cmpMeta() { return {
|
|
@@ -12128,7 +12288,7 @@ const dropiVerticalStepsCss = () => `:host{display:block}*,*::before,*::after{bo
|
|
|
12128
12288
|
class DropiVerticalSteps {
|
|
12129
12289
|
constructor(hostRef) {
|
|
12130
12290
|
registerInstance(this, hostRef);
|
|
12131
|
-
this.stepClick = createEvent(this, "stepClick"
|
|
12291
|
+
this.stepClick = createEvent(this, "stepClick");
|
|
12132
12292
|
}
|
|
12133
12293
|
/** Array of steps. Pass as JSON string or array */
|
|
12134
12294
|
steps = [];
|
|
@@ -12163,7 +12323,7 @@ class DropiVerticalSteps {
|
|
|
12163
12323
|
}
|
|
12164
12324
|
render() {
|
|
12165
12325
|
const steps = this.parsedSteps;
|
|
12166
|
-
return (hAsync("div", { key: '
|
|
12326
|
+
return (hAsync("div", { key: '9b0e19a21eaa78b51d82994747604623f9431d56', class: "vertical-steps" }, steps.map((step, i) => {
|
|
12167
12327
|
const state = this.resolveState(i, step);
|
|
12168
12328
|
const isLast = i === steps.length - 1;
|
|
12169
12329
|
const isClickable = this.clickable && state === 'completed';
|
|
@@ -12216,7 +12376,7 @@ class DropiYoutubeLazyVideo {
|
|
|
12216
12376
|
return `https://www.youtube.com/embed/${this.videoId}?autoplay=1&rel=0&modestbranding=1`;
|
|
12217
12377
|
}
|
|
12218
12378
|
render() {
|
|
12219
|
-
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" }))));
|
|
12220
12380
|
}
|
|
12221
12381
|
static get style() { return dropiYoutubeLazyVideoCss(); }
|
|
12222
12382
|
static get cmpMeta() { return {
|
|
@@ -12279,6 +12439,7 @@ registerComponents([
|
|
|
12279
12439
|
DropiOtpSendCode,
|
|
12280
12440
|
DropiPaginator,
|
|
12281
12441
|
DropiPhoneInput,
|
|
12442
|
+
DropiProgressBar,
|
|
12282
12443
|
DropiRadioButton,
|
|
12283
12444
|
DropiRadioSelectionList,
|
|
12284
12445
|
DropiReadMore,
|