@dropi/ui 0.1.37 → 0.1.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/icons/symbol/svg/sprite.css.svg +1 -1
- package/dist/cjs/dropi-accordion-item.cjs.entry.js +2 -2
- package/dist/cjs/dropi-accordion.cjs.entry.js +2 -2
- package/dist/cjs/dropi-alert-legacy.cjs.entry.js +1 -1
- package/dist/cjs/dropi-alert-modal.cjs.entry.js +20 -16
- package/dist/cjs/dropi-alert.cjs.entry.js +12 -12
- package/dist/cjs/dropi-avatars.cjs.entry.js +1 -1
- package/dist/cjs/dropi-badge-legacy.cjs.entry.js +2 -2
- package/dist/cjs/dropi-badge.cjs.entry.js +1 -1
- package/dist/cjs/dropi-banner-external.cjs.entry.js +4 -4
- package/dist/cjs/dropi-breadcrumb.cjs.entry.js +4 -4
- package/dist/cjs/dropi-button.cjs.entry.js +7 -7
- package/dist/cjs/dropi-card-checkbox.cjs.entry.js +6 -6
- package/dist/cjs/dropi-card-product.cjs.entry.js +12 -12
- package/dist/cjs/dropi-card-section.cjs.entry.js +9 -9
- package/dist/cjs/dropi-carousel.cjs.entry.js +8 -8
- package/dist/cjs/dropi-checkbox-selection-list.cjs.entry.js +9 -9
- package/dist/cjs/dropi-checkbox.cjs.entry.js +6 -6
- package/dist/cjs/dropi-chips.cjs.entry.js +4 -4
- package/dist/cjs/dropi-city-selector.cjs.entry.js +4 -4
- package/dist/cjs/dropi-color-picker.cjs.entry.js +4 -4
- package/dist/cjs/dropi-country-flags.cjs.entry.js +2 -2
- package/dist/cjs/dropi-country-selector.cjs.entry.js +6 -6
- package/dist/cjs/dropi-date-picker-range.cjs.entry.js +4 -4
- package/dist/cjs/dropi-date-picker.cjs.entry.js +12 -12
- package/dist/cjs/dropi-drawer.cjs.entry.js +4 -4
- package/dist/cjs/dropi-dropdown.cjs.entry.js +2 -2
- package/dist/cjs/dropi-empty-state.cjs.entry.js +3 -3
- package/dist/cjs/dropi-favorite-button.cjs.entry.js +3 -3
- package/dist/cjs/dropi-file-upload-progress-bar.cjs.entry.js +5 -5
- package/dist/cjs/dropi-file-upload.cjs.entry.js +4 -4
- package/dist/cjs/dropi-icon.cjs.entry.js +33 -21
- package/dist/cjs/dropi-ilustration-icon.cjs.entry.js +5 -5
- package/dist/cjs/dropi-image-miniature.cjs.entry.js +3 -3
- package/dist/cjs/dropi-image-overlay.cjs.entry.js +3 -3
- package/dist/cjs/dropi-input_3.cjs.entry.js +56 -26
- package/dist/cjs/dropi-languages-selector.cjs.entry.js +5 -5
- package/dist/cjs/dropi-logo.cjs.entry.js +2 -2
- package/dist/cjs/dropi-lottie-loader.cjs.entry.js +1 -1
- package/dist/cjs/dropi-media-player.cjs.entry.js +5 -5
- package/dist/cjs/dropi-modal.cjs.entry.js +38 -33
- package/dist/cjs/dropi-navbar.cjs.entry.js +7 -7
- package/dist/cjs/dropi-otp-send-code.cjs.entry.js +43 -20
- package/dist/cjs/dropi-phone-input.cjs.entry.js +14 -14
- package/dist/cjs/dropi-progress-bar.cjs.entry.js +43 -0
- package/dist/cjs/dropi-radio-button.cjs.entry.js +5 -5
- package/dist/cjs/dropi-radio-selection-list.cjs.entry.js +9 -9
- package/dist/cjs/dropi-read-more.cjs.entry.js +2 -2
- package/dist/cjs/dropi-search.cjs.entry.js +21 -21
- package/dist/cjs/dropi-select.cjs.entry.js +55 -27
- package/dist/cjs/dropi-sidebar.cjs.entry.js +8 -8
- package/dist/cjs/dropi-simple-stepper.cjs.entry.js +1 -1
- package/dist/cjs/dropi-skeleton.cjs.entry.js +1 -1
- package/dist/cjs/dropi-steps.cjs.entry.js +2 -2
- package/dist/cjs/dropi-switch.cjs.entry.js +5 -5
- package/dist/cjs/dropi-table.cjs.entry.js +41 -33
- package/dist/cjs/dropi-tabs.cjs.entry.js +6 -6
- package/dist/cjs/dropi-tag-type-product.cjs.entry.js +2 -2
- package/dist/cjs/dropi-text-area.cjs.entry.js +7 -7
- package/dist/cjs/dropi-time-line.cjs.entry.js +3 -3
- package/dist/cjs/dropi-toast.cjs.entry.js +2 -2
- package/dist/cjs/dropi-tooltip-v2.cjs.entry.js +3 -3
- package/dist/cjs/dropi-tooltip.cjs.entry.js +2 -2
- package/dist/cjs/dropi-ui.cjs.js +2 -2
- package/dist/cjs/dropi-vertical-steps.cjs.entry.js +4 -4
- package/dist/cjs/dropi-youtube-lazy-video.cjs.entry.js +2 -2
- package/dist/cjs/index-CEWSDq65.js +2773 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/assets/icons/symbol/svg/sprite.css.svg +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/dropi-accordion/dropi-accordion-item.js +1 -1
- package/dist/collection/components/dropi-accordion/dropi-accordion.js +1 -1
- package/dist/collection/components/dropi-alert/dropi-alert.js +16 -16
- package/dist/collection/components/dropi-alert-modal/dropi-alert-modal.js +43 -19
- package/dist/collection/components/dropi-badge-legacy/dropi-badge-legacy.js +1 -1
- package/dist/collection/components/dropi-banner-external/dropi-banner-external.js +1 -1
- package/dist/collection/components/dropi-breadcrumb/dropi-breadcrumb.js +2 -2
- package/dist/collection/components/dropi-button/dropi-button.css +6 -3
- package/dist/collection/components/dropi-button/dropi-button.js +6 -6
- package/dist/collection/components/dropi-card-checkbox/dropi-card-checkbox.js +6 -6
- package/dist/collection/components/dropi-card-product/dropi-card-product.js +11 -11
- package/dist/collection/components/dropi-card-section/dropi-card-section.js +10 -10
- package/dist/collection/components/dropi-carousel/dropi-carousel.js +9 -9
- package/dist/collection/components/dropi-checkbox/dropi-checkbox.js +6 -6
- package/dist/collection/components/dropi-checkbox-selection-list/dropi-checkbox-selection-list.js +10 -10
- package/dist/collection/components/dropi-chips/dropi-chips.js +4 -4
- package/dist/collection/components/dropi-city-selector/dropi-city-selector.js +2 -2
- package/dist/collection/components/dropi-color-picker/dropi-color-picker.js +2 -2
- package/dist/collection/components/dropi-country-flags/dropi-country-flags.js +1 -1
- package/dist/collection/components/dropi-country-selector/dropi-country-selector.js +6 -6
- package/dist/collection/components/dropi-date-picker/dropi-date-picker.js +12 -12
- package/dist/collection/components/dropi-drawer/dropi-drawer.js +2 -2
- package/dist/collection/components/dropi-empty-state/dropi-empty-state.js +1 -1
- package/dist/collection/components/dropi-favorite-button/dropi-favorite-button.js +1 -1
- package/dist/collection/components/dropi-file-upload/dropi-file-upload.js +2 -2
- package/dist/collection/components/dropi-file-upload-progress-bar/dropi-file-upload-progress-bar.js +1 -1
- package/dist/collection/components/dropi-icon/dropi-icon.css +2 -2
- package/dist/collection/components/dropi-icon/dropi-icon.js +59 -27
- package/dist/collection/components/dropi-ilustration-icon/dropi-ilustration-icon.js +4 -4
- package/dist/collection/components/dropi-image-miniature/dropi-image-miniature.js +1 -1
- package/dist/collection/components/dropi-image-overlay/dropi-image-overlay.js +1 -1
- package/dist/collection/components/dropi-input/dropi-input.css +13 -5
- package/dist/collection/components/dropi-input/dropi-input.js +25 -23
- package/dist/collection/components/dropi-languages-selector/dropi-languages-selector.js +5 -5
- package/dist/collection/components/dropi-logo/dropi-logo.js +1 -1
- package/dist/collection/components/dropi-media-player/dropi-media-player.js +2 -2
- package/dist/collection/components/dropi-modal/dropi-modal.css +12 -6
- package/dist/collection/components/dropi-modal/dropi-modal.js +50 -45
- package/dist/collection/components/dropi-navbar/dropi-navbar.js +2 -2
- package/dist/collection/components/dropi-otp-send-code/dropi-otp-send-code.js +77 -19
- package/dist/collection/components/dropi-paginator/dropi-paginator.js +6 -6
- package/dist/collection/components/dropi-phone-input/dropi-phone-input.js +17 -17
- package/dist/collection/components/dropi-progress-bar/dropi-progress-bar.css +35 -0
- package/dist/collection/components/dropi-progress-bar/dropi-progress-bar.js +168 -0
- package/dist/collection/components/dropi-radio-button/dropi-radio-button.js +5 -5
- package/dist/collection/components/dropi-radio-selection-list/dropi-radio-selection-list.js +10 -10
- package/dist/collection/components/dropi-read-more/dropi-read-more.js +1 -1
- package/dist/collection/components/dropi-search/dropi-search.js +26 -26
- package/dist/collection/components/dropi-select/dropi-select.css +4 -0
- package/dist/collection/components/dropi-select/dropi-select.js +90 -30
- package/dist/collection/components/dropi-sidebar/dropi-sidebar.js +8 -8
- package/dist/collection/components/dropi-steps/dropi-steps.js +1 -1
- package/dist/collection/components/dropi-switch/dropi-switch.js +5 -5
- package/dist/collection/components/dropi-table/dropi-table.js +40 -32
- package/dist/collection/components/dropi-tabs/dropi-tabs.js +6 -6
- package/dist/collection/components/dropi-tag/dropi-tag.css +16 -7
- package/dist/collection/components/dropi-tag/dropi-tag.js +55 -1
- package/dist/collection/components/dropi-tag-type-product/dropi-tag-type-product.js +1 -1
- package/dist/collection/components/dropi-text-area/dropi-text-area.js +2 -2
- package/dist/collection/components/dropi-time-line/dropi-time-line.js +2 -2
- package/dist/collection/components/dropi-toast/dropi-toast.js +1 -1
- package/dist/collection/components/dropi-tooltip/dropi-tooltip.js +1 -1
- package/dist/collection/components/dropi-tooltip-v2/dropi-tooltip.js +2 -2
- package/dist/collection/components/dropi-vertical-steps/dropi-vertical-steps.js +2 -2
- package/dist/collection/components/dropi-youtube-lazy-video/dropi-youtube-lazy-video.js +1 -1
- package/dist/components/dropi-accordion-item.js +1 -1
- package/dist/components/dropi-accordion.js +1 -1
- package/dist/components/dropi-alert-modal.js +1 -1
- package/dist/components/dropi-alert.js +1 -1
- package/dist/components/dropi-badge-legacy.js +1 -1
- package/dist/components/dropi-banner-external.js +1 -1
- package/dist/components/dropi-breadcrumb.js +1 -1
- package/dist/components/dropi-button.js +1 -1
- package/dist/components/dropi-card-checkbox.js +1 -1
- package/dist/components/dropi-card-product.js +1 -1
- package/dist/components/dropi-card-section.js +1 -1
- package/dist/components/dropi-carousel.js +1 -1
- package/dist/components/dropi-checkbox-selection-list.js +1 -1
- package/dist/components/dropi-checkbox.js +1 -1
- package/dist/components/dropi-chips.js +1 -1
- package/dist/components/dropi-city-selector.js +1 -1
- package/dist/components/dropi-color-picker.js +1 -1
- package/dist/components/dropi-country-flags.js +1 -1
- package/dist/components/dropi-country-selector.js +1 -1
- package/dist/components/dropi-date-picker-range.js +1 -1
- package/dist/components/dropi-date-picker.js +1 -1
- package/dist/components/dropi-drawer.js +1 -1
- package/dist/components/dropi-dropdown.js +1 -1
- package/dist/components/dropi-empty-state.js +1 -1
- package/dist/components/dropi-favorite-button.js +1 -1
- package/dist/components/dropi-file-upload-progress-bar.js +1 -1
- package/dist/components/dropi-file-upload.js +1 -1
- package/dist/components/dropi-icon.js +1 -1
- package/dist/components/dropi-ilustration-icon.js +1 -1
- package/dist/components/dropi-image-miniature.js +1 -1
- package/dist/components/dropi-image-overlay.js +1 -1
- package/dist/components/dropi-input.js +1 -1
- package/dist/components/dropi-languages-selector.js +1 -1
- package/dist/components/dropi-logo.js +1 -1
- package/dist/components/dropi-media-player.js +1 -1
- package/dist/components/dropi-modal.js +1 -1
- package/dist/components/dropi-navbar.js +1 -1
- package/dist/components/dropi-otp-send-code.js +1 -1
- package/dist/components/dropi-paginator.js +1 -1
- package/dist/components/dropi-phone-input.js +1 -1
- package/dist/components/dropi-progress-bar.d.ts +11 -0
- package/dist/components/dropi-progress-bar.js +1 -0
- package/dist/components/dropi-radio-button.js +1 -1
- package/dist/components/dropi-radio-selection-list.js +1 -1
- package/dist/components/dropi-read-more.js +1 -1
- package/dist/components/dropi-search.js +1 -1
- package/dist/components/dropi-select.js +1 -1
- package/dist/components/dropi-sidebar.js +1 -1
- package/dist/components/dropi-steps.js +1 -1
- package/dist/components/dropi-switch.js +1 -1
- package/dist/components/dropi-table.js +1 -1
- package/dist/components/dropi-tabs.js +1 -1
- package/dist/components/dropi-tag-type-product.js +1 -1
- package/dist/components/dropi-tag.js +1 -1
- package/dist/components/dropi-text-area.js +1 -1
- package/dist/components/dropi-time-line.js +1 -1
- package/dist/components/dropi-toast.js +1 -1
- package/dist/components/dropi-tooltip-v2.js +1 -1
- package/dist/components/dropi-tooltip.js +1 -1
- package/dist/components/dropi-vertical-steps.js +1 -1
- package/dist/components/dropi-youtube-lazy-video.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/p-1YjHPRto.js +1 -0
- package/dist/components/p-2YgFOle2.js +1 -0
- package/dist/components/p-9CkX3ALN.js +1 -0
- package/dist/components/p-B9-h_ikq.js +1 -0
- package/dist/components/p-B9rJd-Rf.js +1 -0
- package/dist/components/p-BDYn1JDe.js +1 -0
- package/dist/components/p-BGb7xtJN.js +1 -0
- package/dist/components/p-BHV6BYSS.js +1 -0
- package/dist/components/p-BKTMBQVw.js +1 -0
- package/dist/components/p-BSB5Ar-y.js +1 -0
- package/dist/components/p-BSHROiHb.js +1 -0
- package/dist/components/p-BT99axEq.js +1 -0
- package/dist/components/p-BVgUVZyu.js +1 -0
- package/dist/components/p-BhRjfHZ3.js +1 -0
- package/dist/components/p-Bimspdte.js +1 -0
- package/dist/components/p-BmuWhHN-.js +1 -0
- package/dist/components/p-BqJ52YOH.js +1 -0
- package/dist/components/p-BrR1YjVi.js +1 -0
- package/dist/components/p-BrnGRyf0.js +1 -0
- package/dist/components/p-BtkDdEAq.js +1 -0
- package/dist/components/p-Btsw7sPN.js +1 -0
- package/dist/components/p-BvIwy9Yl.js +1 -0
- package/dist/components/p-BzCPv3ND.js +1 -0
- package/dist/components/p-C44-ijf2.js +1 -0
- package/dist/components/p-CHb992Wr.js +1 -0
- package/dist/components/p-CJ4s6SQT.js +1 -0
- package/dist/components/p-CKflT57p.js +1 -0
- package/dist/components/p-CWT7wT9m.js +1 -0
- package/dist/components/p-CWWFRdg7.js +1 -0
- package/dist/components/p-CWwDNt3V.js +1 -0
- package/dist/components/p-CXUiN3Rj.js +1 -0
- package/dist/components/p-C_zOkGR5.js +1 -0
- package/dist/components/p-CgRY3n1J.js +1 -0
- package/dist/components/p-Cjq4FTif.js +1 -0
- package/dist/components/p-Cujt3jky.js +1 -0
- package/dist/components/p-D5UeShUa.js +1 -0
- package/dist/components/p-D7GP-lmt.js +1 -0
- package/dist/components/p-DFNI0UID.js +1 -0
- package/dist/components/p-DG5fe-Ke.js +1 -0
- package/dist/components/p-DKWuIsc_.js +1 -0
- package/dist/components/p-DLyzE3Kh.js +1 -0
- package/dist/components/p-DN_IcU8H.js +1 -0
- package/dist/components/p-DON3zW51.js +1 -0
- package/dist/components/p-DQzskhll.js +1 -0
- package/dist/components/p-DYAsdhfM.js +1 -0
- package/dist/components/p-DYYToiO9.js +1 -0
- package/dist/components/p-DehWQyi5.js +1 -0
- package/dist/components/p-DfSe-tBr.js +1 -0
- package/dist/components/p-DfdhNT9F.js +1 -0
- package/dist/components/p-Dgeh9Yg8.js +1 -0
- package/dist/components/p-DlaiuH5K.js +1 -0
- package/dist/components/p-DvLWbKsf.js +1 -0
- package/dist/components/p-DvaFep4Y.js +1 -0
- package/dist/components/p-Dz9uN5Nw.js +1 -0
- package/dist/components/p-ETg0qC-7.js +1 -0
- package/dist/components/p-FAhcOdS-.js +1 -0
- package/dist/components/p-HCtk4_Dq.js +1 -0
- package/dist/components/p-QezfyBk4.js +1 -0
- package/dist/components/p-RD09_3LO.js +1 -0
- package/dist/components/p-RQjw5hdz.js +1 -0
- package/dist/components/p-dbZuh0Uq.js +1 -0
- package/dist/components/p-emzVHCws.js +1 -0
- package/dist/components/p-im7kgtnS.js +1 -0
- package/dist/components/p-kC6NU5nP.js +1 -0
- package/dist/components/p-lX2uCKEi.js +1 -0
- package/dist/components/p-ndQSfLKF.js +1 -0
- package/dist/components/p-plWZwD4h.js +1 -0
- package/dist/components/p-t0lkpFmw.js +1 -0
- package/dist/components/p-ujToMKti.js +1 -0
- package/dist/dropi-ui/dropi-accordion-item.entry.js +58 -0
- package/dist/dropi-ui/dropi-accordion-item.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-accordion.entry.js +20 -0
- package/dist/dropi-ui/dropi-accordion.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-alert-legacy.entry.js +40 -0
- package/dist/dropi-ui/dropi-alert-legacy.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-alert-modal.entry.js +133 -0
- package/dist/dropi-ui/dropi-alert-modal.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-alert.entry.js +65 -0
- package/dist/dropi-ui/dropi-alert.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-avatars.entry.js +32 -0
- package/dist/dropi-ui/dropi-avatars.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-badge-legacy.entry.js +31 -0
- package/dist/dropi-ui/dropi-badge-legacy.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-badge.entry.js +38 -0
- package/dist/dropi-ui/dropi-badge.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-banner-external.entry.js +64 -0
- package/dist/dropi-ui/dropi-banner-external.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-breadcrumb.entry.js +49 -0
- package/dist/dropi-ui/dropi-breadcrumb.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-button.entry.js +88 -0
- package/dist/dropi-ui/dropi-button.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-card-checkbox.entry.js +49 -0
- package/dist/dropi-ui/dropi-card-checkbox.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-card-product.entry.js +79 -0
- package/dist/dropi-ui/dropi-card-product.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-card-section.entry.js +39 -0
- package/dist/dropi-ui/dropi-card-section.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-carousel.entry.js +154 -0
- package/dist/dropi-ui/dropi-carousel.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-checkbox-selection-list.entry.js +74 -0
- package/dist/dropi-ui/dropi-checkbox-selection-list.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-checkbox.entry.js +37 -0
- package/dist/dropi-ui/dropi-checkbox.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-chips.entry.js +31 -0
- package/dist/dropi-ui/dropi-chips.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-city-selector.entry.js +105 -0
- package/dist/dropi-ui/dropi-city-selector.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-color-picker.entry.js +320 -0
- package/dist/dropi-ui/dropi-color-picker.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-country-flags.entry.js +38 -0
- package/dist/dropi-ui/dropi-country-flags.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-country-selector.entry.js +198 -0
- package/dist/dropi-ui/dropi-country-selector.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-date-picker-range.entry.js +116 -0
- package/dist/dropi-ui/dropi-date-picker-range.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-date-picker.entry.js +224 -0
- package/dist/dropi-ui/dropi-date-picker.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-drawer.entry.js +80 -0
- package/dist/dropi-ui/dropi-drawer.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-dropdown.entry.js +66 -0
- package/dist/dropi-ui/dropi-dropdown.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-empty-state.entry.js +37 -0
- package/dist/dropi-ui/dropi-empty-state.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-favorite-button.entry.js +28 -0
- package/dist/dropi-ui/dropi-favorite-button.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-file-upload-progress-bar.entry.js +78 -0
- package/dist/dropi-ui/dropi-file-upload-progress-bar.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-file-upload.entry.js +238 -0
- package/dist/dropi-ui/dropi-file-upload.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-icon.entry.js +80 -0
- package/dist/dropi-ui/dropi-icon.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-ilustration-icon.entry.js +40 -0
- package/dist/dropi-ui/dropi-ilustration-icon.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-image-miniature.entry.js +45 -0
- package/dist/dropi-ui/dropi-image-miniature.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-image-overlay.entry.js +64 -0
- package/dist/dropi-ui/dropi-image-overlay.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-input.entry.js +266 -0
- package/dist/dropi-ui/dropi-input.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-languages-selector.entry.js +62 -0
- package/dist/dropi-ui/dropi-languages-selector.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-logo.entry.js +38 -0
- package/dist/dropi-ui/dropi-logo.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-lottie-loader.entry.js +28 -0
- package/dist/dropi-ui/dropi-lottie-loader.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-media-player.entry.js +193 -0
- package/dist/dropi-ui/dropi-media-player.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-modal.entry.js +148 -0
- package/dist/dropi-ui/dropi-modal.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-navbar.entry.js +55 -0
- package/dist/dropi-ui/dropi-navbar.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-otp-send-code.entry.js +116 -0
- package/dist/dropi-ui/dropi-otp-send-code.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-paginator.entry.js +70 -0
- package/dist/dropi-ui/dropi-paginator.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-phone-input.entry.js +198 -0
- package/dist/dropi-ui/dropi-phone-input.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-progress-bar.entry.js +44 -0
- package/dist/dropi-ui/dropi-progress-bar.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-radio-button.entry.js +48 -0
- package/dist/dropi-ui/dropi-radio-button.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-radio-selection-list.entry.js +61 -0
- package/dist/dropi-ui/dropi-radio-selection-list.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-read-more.entry.js +41 -0
- package/dist/dropi-ui/dropi-read-more.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-search.entry.js +125 -0
- package/dist/dropi-ui/dropi-search.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-select.entry.js +411 -0
- package/dist/dropi-ui/dropi-select.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-sidebar.entry.js +79 -0
- package/dist/dropi-ui/dropi-sidebar.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-simple-stepper.entry.js +54 -0
- package/dist/dropi-ui/dropi-simple-stepper.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-skeleton.entry.js +58 -0
- package/dist/dropi-ui/dropi-skeleton.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-steps.entry.js +53 -0
- package/dist/dropi-ui/dropi-steps.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-switch.entry.js +31 -0
- package/dist/dropi-ui/dropi-switch.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-table.entry.js +308 -0
- package/dist/dropi-ui/dropi-table.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-tabs.entry.js +52 -0
- package/dist/dropi-ui/dropi-tabs.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-tag-type-product.entry.js +20 -0
- package/dist/dropi-ui/dropi-tag-type-product.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-tag.entry.js +97 -0
- package/dist/dropi-ui/dropi-tag.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-text-area.entry.js +135 -0
- package/dist/dropi-ui/dropi-text-area.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-time-line.entry.js +35 -0
- package/dist/dropi-ui/dropi-time-line.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-toast.entry.js +57 -0
- package/dist/dropi-ui/dropi-toast.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-tooltip-v2.entry.js +132 -0
- package/dist/dropi-ui/dropi-tooltip-v2.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-tooltip.entry.js +22 -0
- package/dist/dropi-ui/dropi-tooltip.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-ui.esm.js +1 -1
- package/dist/dropi-ui/dropi-ui.esm.js.map +1 -0
- package/dist/dropi-ui/dropi-vertical-steps.entry.js +56 -0
- package/dist/dropi-ui/dropi-vertical-steps.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-youtube-lazy-video.entry.js +34 -0
- package/dist/dropi-ui/dropi-youtube-lazy-video.entry.js.map +1 -0
- package/dist/dropi-ui/index-Cvp2LQOM.js +4585 -0
- package/dist/dropi-ui/index-Cvp2LQOM.js.map +1 -0
- package/dist/dropi-ui/index.esm.js.map +1 -0
- package/dist/dropi-ui/p-019c2c37.entry.js +1 -0
- package/dist/dropi-ui/p-01c57627.entry.js +1 -0
- package/dist/dropi-ui/{p-db38bf16.entry.js → p-01e4fe42.entry.js} +1 -1
- package/dist/dropi-ui/p-03515548.entry.js +1 -0
- package/dist/dropi-ui/p-0366349e.entry.js +1 -0
- package/dist/dropi-ui/p-06bdd006.entry.js +1 -0
- package/dist/dropi-ui/p-086a6f5f.entry.js +1 -0
- package/dist/dropi-ui/p-088616e6.entry.js +1 -0
- package/dist/dropi-ui/p-08bc8fb2.entry.js +1 -0
- package/dist/dropi-ui/p-0946a1f7.entry.js +1 -0
- package/dist/dropi-ui/p-099f4475.entry.js +1 -0
- package/dist/dropi-ui/p-09aa9a3c.entry.js +1 -0
- package/dist/dropi-ui/p-0a76c15c.entry.js +1 -0
- package/dist/dropi-ui/p-0d188f2c.entry.js +1 -0
- package/dist/dropi-ui/p-0e026afe.entry.js +1 -0
- package/dist/dropi-ui/p-0ef73e45.entry.js +1 -0
- package/dist/dropi-ui/p-0f1b13e5.entry.js +1 -0
- package/dist/dropi-ui/p-1107c210.entry.js +1 -0
- package/dist/dropi-ui/p-13a6dd72.entry.js +1 -0
- package/dist/dropi-ui/p-1558c22f.entry.js +1 -0
- package/dist/dropi-ui/p-16674c7c.entry.js +1 -0
- package/dist/dropi-ui/p-17b16a74.entry.js +1 -0
- package/dist/dropi-ui/p-17c53e19.entry.js +1 -0
- package/dist/dropi-ui/p-1a07b3a6.entry.js +1 -0
- package/dist/dropi-ui/p-1cd4d630.entry.js +1 -0
- package/dist/dropi-ui/p-1ce00757.entry.js +1 -0
- package/dist/dropi-ui/p-1d75dff6.entry.js +1 -0
- package/dist/dropi-ui/p-20a6a2aa.entry.js +1 -0
- package/dist/dropi-ui/p-229dddb0.entry.js +1 -0
- package/dist/dropi-ui/p-256bf069.entry.js +1 -0
- package/dist/dropi-ui/p-25f0c2c9.entry.js +1 -0
- package/dist/dropi-ui/p-278281d2.entry.js +1 -0
- package/dist/dropi-ui/p-28f960a1.entry.js +1 -0
- package/dist/dropi-ui/p-2d356767.entry.js +1 -0
- package/dist/dropi-ui/p-2d9978c1.entry.js +1 -0
- package/dist/dropi-ui/p-2f9072e7.entry.js +1 -0
- package/dist/dropi-ui/p-30377b7e.entry.js +1 -0
- package/dist/dropi-ui/p-342eaf9e.entry.js +1 -0
- package/dist/dropi-ui/p-3496cc01.entry.js +1 -0
- package/dist/dropi-ui/p-35b37d1a.entry.js +1 -0
- package/dist/dropi-ui/p-37bdbadc.entry.js +1 -0
- package/dist/dropi-ui/p-38ea66e4.entry.js +1 -0
- package/dist/dropi-ui/p-393867c2.entry.js +1 -0
- package/dist/dropi-ui/p-3a28b79c.entry.js +1 -0
- package/dist/dropi-ui/p-3aefce2b.entry.js +1 -0
- package/dist/dropi-ui/p-3f76c680.entry.js +1 -0
- package/dist/dropi-ui/p-488a3113.entry.js +1 -0
- package/dist/dropi-ui/p-497e4eff.entry.js +1 -0
- package/dist/dropi-ui/p-4a72e4c8.entry.js +1 -0
- package/dist/dropi-ui/p-4b169817.entry.js +1 -0
- package/dist/dropi-ui/p-4d31eab8.entry.js +1 -0
- package/dist/dropi-ui/p-4e401fbc.entry.js +1 -0
- package/dist/dropi-ui/p-508cfd38.entry.js +1 -0
- package/dist/dropi-ui/p-50e851b7.entry.js +1 -0
- package/dist/dropi-ui/p-53d2905c.entry.js +1 -0
- package/dist/dropi-ui/p-54bfb072.entry.js +1 -0
- package/dist/dropi-ui/p-5730ca4e.entry.js +1 -0
- package/dist/dropi-ui/p-575e1951.entry.js +1 -0
- package/dist/dropi-ui/p-57c3b667.entry.js +1 -0
- package/dist/dropi-ui/p-5915d227.entry.js +1 -0
- package/dist/dropi-ui/p-5c0cd221.entry.js +1 -0
- package/dist/dropi-ui/p-5e0da387.entry.js +1 -0
- package/dist/dropi-ui/p-5eb75ddf.entry.js +1 -0
- package/dist/dropi-ui/p-5f735166.entry.js +1 -0
- package/dist/dropi-ui/p-61f8905c.entry.js +1 -0
- package/dist/dropi-ui/p-648e5340.entry.js +1 -0
- package/dist/dropi-ui/p-650a7679.entry.js +1 -0
- package/dist/dropi-ui/p-66d7d67b.entry.js +1 -0
- package/dist/dropi-ui/p-673a5cfd.entry.js +1 -0
- package/dist/dropi-ui/p-67ba7d35.entry.js +1 -0
- package/dist/dropi-ui/p-692b665a.entry.js +1 -0
- package/dist/dropi-ui/p-69cf66c1.entry.js +1 -0
- package/dist/dropi-ui/p-6a148627.entry.js +1 -0
- package/dist/dropi-ui/p-6b925a36.entry.js +1 -0
- package/dist/dropi-ui/p-6cb6cfe0.entry.js +1 -0
- package/dist/dropi-ui/p-6dbce3d3.entry.js +1 -0
- package/dist/dropi-ui/p-70f75e92.entry.js +1 -0
- package/dist/dropi-ui/p-7140309a.entry.js +1 -0
- package/dist/dropi-ui/p-719a01cb.entry.js +1 -0
- package/dist/dropi-ui/p-72ec96d0.entry.js +1 -0
- package/dist/dropi-ui/p-7369b3b4.entry.js +1 -0
- package/dist/dropi-ui/p-7450d195.entry.js +1 -0
- package/dist/dropi-ui/p-754aed1c.entry.js +1 -0
- package/dist/dropi-ui/p-76fa02a1.entry.js +1 -0
- package/dist/dropi-ui/p-770b0195.entry.js +1 -0
- package/dist/dropi-ui/{p-e3ad21f8.entry.js → p-77cd2fcb.entry.js} +1 -1
- package/dist/dropi-ui/p-7822b081.entry.js +1 -0
- package/dist/dropi-ui/p-78282471.entry.js +1 -0
- package/dist/dropi-ui/p-78aa7fb3.entry.js +1 -0
- package/dist/dropi-ui/p-7a18b7a0.entry.js +1 -0
- package/dist/dropi-ui/p-7a25f595.entry.js +1 -0
- package/dist/dropi-ui/p-7c0f959f.entry.js +1 -0
- package/dist/dropi-ui/p-7c5ea4c5.entry.js +1 -0
- package/dist/dropi-ui/p-7f02ae47.entry.js +1 -0
- package/dist/dropi-ui/p-7f0f828d.entry.js +1 -0
- package/dist/dropi-ui/p-80f0f6e6.entry.js +1 -0
- package/dist/dropi-ui/p-813678a2.entry.js +1 -0
- package/dist/dropi-ui/p-819d810e.entry.js +1 -0
- package/dist/dropi-ui/p-83887880.entry.js +1 -0
- package/dist/dropi-ui/p-83dbc407.entry.js +1 -0
- package/dist/dropi-ui/p-84019422.entry.js +1 -0
- package/dist/dropi-ui/p-85c637bd.entry.js +1 -0
- package/dist/dropi-ui/{p-e6e766ed.entry.js → p-87cc4dcd.entry.js} +1 -1
- package/dist/dropi-ui/p-899089f0.entry.js +1 -0
- package/dist/dropi-ui/p-8b8dc399.entry.js +1 -0
- package/dist/dropi-ui/p-8c107dbe.entry.js +1 -0
- package/dist/dropi-ui/p-8cf27f13.entry.js +1 -0
- package/dist/dropi-ui/p-8d6313c0.entry.js +1 -0
- package/dist/dropi-ui/p-8dbc6bc8.entry.js +1 -0
- package/dist/dropi-ui/p-8fc3dbcb.entry.js +1 -0
- package/dist/dropi-ui/p-90abda79.entry.js +1 -0
- package/dist/dropi-ui/p-928b59e8.entry.js +1 -0
- package/dist/dropi-ui/p-929bc2b6.entry.js +1 -0
- package/dist/dropi-ui/p-92c9e3c5.entry.js +1 -0
- package/dist/dropi-ui/p-94144382.entry.js +1 -0
- package/dist/dropi-ui/p-94a58087.entry.js +1 -0
- package/dist/dropi-ui/p-9645d628.entry.js +1 -0
- package/dist/dropi-ui/p-96f72e50.entry.js +1 -0
- package/dist/dropi-ui/p-9ac8caea.entry.js +1 -0
- package/dist/dropi-ui/p-9b24e8fd.entry.js +1 -0
- package/dist/dropi-ui/p-9b288982.entry.js +1 -0
- package/dist/dropi-ui/p-9b55c8ad.entry.js +1 -0
- package/dist/dropi-ui/p-9bcde3a5.entry.js +1 -0
- package/dist/dropi-ui/p-9c73b4ce.entry.js +1 -0
- package/dist/dropi-ui/p-9e8615de.entry.js +1 -0
- package/dist/dropi-ui/p-a0ade2e7.entry.js +1 -0
- package/dist/dropi-ui/p-a2fb4CHk.js +2 -0
- package/dist/dropi-ui/p-a3b729fe.entry.js +1 -0
- package/dist/dropi-ui/p-a3d602fd.entry.js +1 -0
- package/dist/dropi-ui/p-a470a24a.entry.js +1 -0
- package/dist/dropi-ui/p-a50c8339.entry.js +1 -0
- package/dist/dropi-ui/p-a524ef3d.entry.js +1 -0
- package/dist/dropi-ui/p-a580e8c8.entry.js +1 -0
- package/dist/dropi-ui/p-a62c691f.entry.js +1 -0
- package/dist/dropi-ui/p-a745529a.entry.js +1 -0
- package/dist/dropi-ui/p-a96c54ed.entry.js +1 -0
- package/dist/dropi-ui/p-a9f93e82.entry.js +1 -0
- package/dist/dropi-ui/p-aa0f5964.entry.js +1 -0
- package/dist/dropi-ui/p-aadd5863.entry.js +1 -0
- package/dist/dropi-ui/p-ab3c52a4.entry.js +1 -0
- package/dist/dropi-ui/p-abd327ed.entry.js +1 -0
- package/dist/dropi-ui/p-ac79e805.entry.js +1 -0
- package/dist/dropi-ui/p-ac9d2149.entry.js +1 -0
- package/dist/dropi-ui/p-ad73631e.entry.js +1 -0
- package/dist/dropi-ui/p-b20f7dde.entry.js +1 -0
- package/dist/dropi-ui/p-b25faf92.entry.js +1 -0
- package/dist/dropi-ui/p-b2e7cf4f.entry.js +1 -0
- package/dist/dropi-ui/p-b325f7cf.entry.js +1 -0
- package/dist/dropi-ui/p-b605d3d9.entry.js +1 -0
- package/dist/dropi-ui/p-b63f5d03.entry.js +1 -0
- package/dist/dropi-ui/p-b7748488.entry.js +1 -0
- package/dist/dropi-ui/p-b8050ef5.entry.js +1 -0
- package/dist/dropi-ui/p-b99fee29.entry.js +1 -0
- package/dist/dropi-ui/p-ba3779a2.entry.js +1 -0
- package/dist/dropi-ui/p-bbb5e0ae.entry.js +1 -0
- package/dist/dropi-ui/p-bd0d1a29.entry.js +1 -0
- package/dist/dropi-ui/p-bef43920.entry.js +1 -0
- package/dist/dropi-ui/p-bfd43bdf.entry.js +1 -0
- package/dist/dropi-ui/p-c173db8c.entry.js +1 -0
- package/dist/dropi-ui/p-c218524f.entry.js +1 -0
- package/dist/dropi-ui/p-c4d2881d.entry.js +1 -0
- package/dist/dropi-ui/p-c4fbbb5a.entry.js +1 -0
- package/dist/dropi-ui/p-c51fcf75.entry.js +1 -0
- package/dist/dropi-ui/p-c662bce3.entry.js +1 -0
- package/dist/dropi-ui/p-c6ac1b6d.entry.js +1 -0
- package/dist/dropi-ui/p-ca2e462a.entry.js +1 -0
- package/dist/dropi-ui/p-ca90e108.entry.js +1 -0
- package/dist/dropi-ui/p-cb87d3c7.entry.js +1 -0
- package/dist/dropi-ui/p-cc954850.entry.js +1 -0
- package/dist/dropi-ui/p-cf7cd408.entry.js +1 -0
- package/dist/dropi-ui/p-d02dfc6a.entry.js +1 -0
- package/dist/dropi-ui/p-d11524ca.entry.js +1 -0
- package/dist/dropi-ui/p-d1aeb373.entry.js +1 -0
- package/dist/dropi-ui/p-d46f3328.entry.js +1 -0
- package/dist/dropi-ui/p-d693bbb8.entry.js +1 -0
- package/dist/dropi-ui/p-d724ced4.entry.js +1 -0
- package/dist/dropi-ui/p-d813969b.entry.js +1 -0
- package/dist/dropi-ui/p-d899d4e1.entry.js +1 -0
- package/dist/dropi-ui/p-da038b5d.entry.js +1 -0
- package/dist/dropi-ui/p-db6af92e.entry.js +1 -0
- package/dist/dropi-ui/p-dc53a798.entry.js +1 -0
- package/dist/dropi-ui/p-dc920aff.entry.js +1 -0
- package/dist/dropi-ui/p-e1126498.entry.js +1 -0
- package/dist/dropi-ui/p-e163bf7f.entry.js +1 -0
- package/dist/dropi-ui/p-e1b3c9a3.entry.js +1 -0
- package/dist/dropi-ui/p-e1b40bda.entry.js +1 -0
- package/dist/dropi-ui/p-e22a3b45.entry.js +1 -0
- package/dist/dropi-ui/p-e3c120ba.entry.js +1 -0
- package/dist/dropi-ui/p-e524fed1.entry.js +1 -0
- package/dist/dropi-ui/p-e53b23dd.entry.js +1 -0
- package/dist/dropi-ui/p-e629fdc7.entry.js +1 -0
- package/dist/dropi-ui/p-e97d3704.entry.js +1 -0
- package/dist/dropi-ui/p-e9a64ecc.entry.js +1 -0
- package/dist/dropi-ui/p-ea13bfee.entry.js +1 -0
- package/dist/dropi-ui/p-edcf5623.entry.js +1 -0
- package/dist/dropi-ui/p-edeacd44.entry.js +1 -0
- package/dist/dropi-ui/p-edef4506.entry.js +1 -0
- package/dist/dropi-ui/p-edf796ee.entry.js +1 -0
- package/dist/dropi-ui/p-eec49ea3.entry.js +1 -0
- package/dist/dropi-ui/p-f057bd98.entry.js +1 -0
- package/dist/dropi-ui/p-f0893459.entry.js +1 -0
- package/dist/dropi-ui/p-f0ace417.entry.js +1 -0
- package/dist/dropi-ui/p-f23e1df7.entry.js +1 -0
- package/dist/dropi-ui/p-f2527a45.entry.js +1 -0
- package/dist/dropi-ui/p-f4bd8568.entry.js +1 -0
- package/dist/dropi-ui/p-f6c9057d.entry.js +1 -0
- package/dist/dropi-ui/p-f7a605f8.entry.js +1 -0
- package/dist/dropi-ui/p-f7df0f43.entry.js +1 -0
- package/dist/dropi-ui/p-f7fd7832.entry.js +1 -0
- package/dist/dropi-ui/p-f80fa01d.entry.js +1 -0
- package/dist/dropi-ui/p-f9084a2c.entry.js +1 -0
- package/dist/dropi-ui/p-f9888cea.entry.js +1 -0
- package/dist/dropi-ui/p-f9af2041.entry.js +1 -0
- package/dist/dropi-ui/p-f9d05b69.entry.js +1 -0
- package/dist/dropi-ui/p-faa59cd8.entry.js +1 -0
- package/dist/dropi-ui/p-fb39dfdc.entry.js +1 -0
- package/dist/dropi-ui/p-fcba49ca.entry.js +1 -0
- package/dist/dropi-ui/p-fdbdedd0.entry.js +1 -0
- package/dist/dropi-ui/p-fef3673d.entry.js +1 -0
- package/dist/dropi-ui/p-ffd415a2.entry.js +1 -0
- package/dist/esm/dropi-accordion-item.entry.js +2 -2
- package/dist/esm/dropi-accordion.entry.js +2 -2
- package/dist/esm/dropi-alert-legacy.entry.js +1 -1
- package/dist/esm/dropi-alert-modal.entry.js +20 -16
- package/dist/esm/dropi-alert.entry.js +12 -12
- package/dist/esm/dropi-avatars.entry.js +1 -1
- package/dist/esm/dropi-badge-legacy.entry.js +2 -2
- package/dist/esm/dropi-badge.entry.js +1 -1
- package/dist/esm/dropi-banner-external.entry.js +4 -4
- package/dist/esm/dropi-breadcrumb.entry.js +4 -4
- package/dist/esm/dropi-button.entry.js +7 -7
- package/dist/esm/dropi-card-checkbox.entry.js +6 -6
- package/dist/esm/dropi-card-product.entry.js +12 -12
- package/dist/esm/dropi-card-section.entry.js +9 -9
- package/dist/esm/dropi-carousel.entry.js +8 -8
- package/dist/esm/dropi-checkbox-selection-list.entry.js +9 -9
- package/dist/esm/dropi-checkbox.entry.js +6 -6
- package/dist/esm/dropi-chips.entry.js +4 -4
- package/dist/esm/dropi-city-selector.entry.js +4 -4
- package/dist/esm/dropi-color-picker.entry.js +4 -4
- package/dist/esm/dropi-country-flags.entry.js +2 -2
- package/dist/esm/dropi-country-selector.entry.js +6 -6
- package/dist/esm/dropi-date-picker-range.entry.js +4 -4
- package/dist/esm/dropi-date-picker.entry.js +12 -12
- package/dist/esm/dropi-drawer.entry.js +4 -4
- package/dist/esm/dropi-dropdown.entry.js +2 -2
- package/dist/esm/dropi-empty-state.entry.js +3 -3
- package/dist/esm/dropi-favorite-button.entry.js +3 -3
- package/dist/esm/dropi-file-upload-progress-bar.entry.js +5 -5
- package/dist/esm/dropi-file-upload.entry.js +4 -4
- package/dist/esm/dropi-icon.entry.js +33 -21
- package/dist/esm/dropi-ilustration-icon.entry.js +5 -5
- package/dist/esm/dropi-image-miniature.entry.js +3 -3
- package/dist/esm/dropi-image-overlay.entry.js +3 -3
- package/dist/esm/dropi-input_3.entry.js +56 -26
- package/dist/esm/dropi-languages-selector.entry.js +5 -5
- package/dist/esm/dropi-logo.entry.js +2 -2
- package/dist/esm/dropi-lottie-loader.entry.js +1 -1
- package/dist/esm/dropi-media-player.entry.js +5 -5
- package/dist/esm/dropi-modal.entry.js +38 -33
- package/dist/esm/dropi-navbar.entry.js +7 -7
- package/dist/esm/dropi-otp-send-code.entry.js +43 -20
- package/dist/esm/dropi-phone-input.entry.js +14 -14
- package/dist/esm/dropi-progress-bar.entry.js +41 -0
- package/dist/esm/dropi-radio-button.entry.js +5 -5
- package/dist/esm/dropi-radio-selection-list.entry.js +9 -9
- package/dist/esm/dropi-read-more.entry.js +2 -2
- package/dist/esm/dropi-search.entry.js +21 -21
- package/dist/esm/dropi-select.entry.js +55 -27
- package/dist/esm/dropi-sidebar.entry.js +8 -8
- package/dist/esm/dropi-simple-stepper.entry.js +1 -1
- package/dist/esm/dropi-skeleton.entry.js +1 -1
- package/dist/esm/dropi-steps.entry.js +2 -2
- package/dist/esm/dropi-switch.entry.js +5 -5
- package/dist/esm/dropi-table.entry.js +41 -33
- package/dist/esm/dropi-tabs.entry.js +6 -6
- package/dist/esm/dropi-tag-type-product.entry.js +2 -2
- package/dist/esm/dropi-text-area.entry.js +7 -7
- package/dist/esm/dropi-time-line.entry.js +3 -3
- package/dist/esm/dropi-toast.entry.js +2 -2
- package/dist/esm/dropi-tooltip-v2.entry.js +3 -3
- package/dist/esm/dropi-tooltip.entry.js +2 -2
- package/dist/esm/dropi-ui.js +3 -3
- package/dist/esm/dropi-vertical-steps.entry.js +4 -4
- package/dist/esm/dropi-youtube-lazy-video.entry.js +2 -2
- package/dist/esm/index-a2fb4CHk.js +2763 -0
- package/dist/esm/loader.js +3 -3
- package/dist/types/components/dropi-alert/dropi-alert.d.ts +3 -3
- package/dist/types/components/dropi-alert-modal/dropi-alert-modal.d.ts +8 -4
- package/dist/types/components/dropi-button/dropi-button.d.ts +1 -1
- package/dist/types/components/dropi-card-checkbox/dropi-card-checkbox.d.ts +1 -1
- package/dist/types/components/dropi-card-product/dropi-card-product.d.ts +2 -2
- package/dist/types/components/dropi-card-section/dropi-card-section.d.ts +2 -2
- package/dist/types/components/dropi-carousel/dropi-carousel.d.ts +2 -2
- package/dist/types/components/dropi-checkbox/dropi-checkbox.d.ts +1 -1
- package/dist/types/components/dropi-checkbox-selection-list/dropi-checkbox-selection-list.d.ts +2 -2
- package/dist/types/components/dropi-chips/dropi-chips.d.ts +1 -1
- package/dist/types/components/dropi-country-selector/dropi-country-selector.d.ts +1 -1
- package/dist/types/components/dropi-date-picker/dropi-date-picker.d.ts +2 -2
- package/dist/types/components/dropi-icon/dropi-icon.d.ts +8 -9
- package/dist/types/components/dropi-input/dropi-input.d.ts +5 -5
- package/dist/types/components/dropi-languages-selector/dropi-languages-selector.d.ts +1 -1
- package/dist/types/components/dropi-modal/dropi-modal.d.ts +10 -9
- package/dist/types/components/dropi-otp-send-code/dropi-otp-send-code.d.ts +8 -2
- package/dist/types/components/dropi-paginator/dropi-paginator.d.ts +1 -1
- package/dist/types/components/dropi-phone-input/dropi-phone-input.d.ts +4 -4
- package/dist/types/components/dropi-progress-bar/dropi-progress-bar.d.ts +16 -0
- package/dist/types/components/dropi-radio-button/dropi-radio-button.d.ts +1 -1
- package/dist/types/components/dropi-radio-selection-list/dropi-radio-selection-list.d.ts +2 -2
- package/dist/types/components/dropi-search/dropi-search.d.ts +6 -6
- package/dist/types/components/dropi-select/dropi-select.d.ts +10 -5
- package/dist/types/components/dropi-sidebar/dropi-sidebar.d.ts +1 -1
- package/dist/types/components/dropi-switch/dropi-switch.d.ts +1 -1
- package/dist/types/components/dropi-table/dropi-table.d.ts +7 -7
- package/dist/types/components/dropi-tabs/dropi-tabs.d.ts +1 -1
- package/dist/types/components/dropi-tag/dropi-tag.d.ts +5 -0
- package/dist/types/components.d.ts +336 -199
- package/hydrate/index.js +570 -401
- package/hydrate/index.mjs +570 -401
- package/package.json +1 -1
- package/scripts/setup.js +25 -4
- package/dist/components/p-B_Ace02i.js +0 -1
- package/dist/components/p-BrjO_JXp.js +0 -1
- package/dist/components/p-BwhxWL4p.js +0 -1
- package/dist/components/p-Bz2jXX3R.js +0 -1
- package/dist/components/p-D-vQQQNz.js +0 -1
- package/dist/components/p-D13d88W3.js +0 -1
- package/dist/components/p-I3w7xF7Q.js +0 -1
- package/dist/components/p-o5gyrbbD.js +0 -1
- package/dist/dropi-ui/p-00e5a2de.entry.js +0 -1
- package/dist/dropi-ui/p-0188e07a.entry.js +0 -1
- package/dist/dropi-ui/p-02710049.entry.js +0 -1
- package/dist/dropi-ui/p-18adf694.entry.js +0 -1
- package/dist/dropi-ui/p-1a3619c3.entry.js +0 -1
- package/dist/dropi-ui/p-25640777.entry.js +0 -1
- package/dist/dropi-ui/p-2674d901.entry.js +0 -1
- package/dist/dropi-ui/p-2af538b9.entry.js +0 -1
- package/dist/dropi-ui/p-3013f3b8.entry.js +0 -1
- package/dist/dropi-ui/p-3321ca70.entry.js +0 -1
- package/dist/dropi-ui/p-33d242ec.entry.js +0 -1
- package/dist/dropi-ui/p-39af6478.entry.js +0 -1
- package/dist/dropi-ui/p-446a481d.entry.js +0 -1
- package/dist/dropi-ui/p-50e0d44f.entry.js +0 -1
- package/dist/dropi-ui/p-5c0bd7c2.entry.js +0 -1
- package/dist/dropi-ui/p-5ddf6e93.entry.js +0 -1
- package/dist/dropi-ui/p-5fb33ae4.entry.js +0 -1
- package/dist/dropi-ui/p-665ef7ba.entry.js +0 -1
- package/dist/dropi-ui/p-66b80371.entry.js +0 -1
- package/dist/dropi-ui/p-7bfc1c27.entry.js +0 -1
- package/dist/dropi-ui/p-7c0d2edf.entry.js +0 -1
- package/dist/dropi-ui/p-7eb27836.entry.js +0 -1
- package/dist/dropi-ui/p-8bf5d8ee.entry.js +0 -1
- package/dist/dropi-ui/p-9212f544.entry.js +0 -1
- package/dist/dropi-ui/p-955e52f8.entry.js +0 -1
- package/dist/dropi-ui/p-976a15e3.entry.js +0 -1
- package/dist/dropi-ui/p-a1c93e55.entry.js +0 -1
- package/dist/dropi-ui/p-a232c6a7.entry.js +0 -1
- package/dist/dropi-ui/p-a822a23e.entry.js +0 -1
- package/dist/dropi-ui/p-af8e2157.entry.js +0 -1
- package/dist/dropi-ui/p-c3614c4a.entry.js +0 -1
- package/dist/dropi-ui/p-cc527d91.entry.js +0 -1
- package/dist/dropi-ui/p-cdde481b.entry.js +0 -1
- package/dist/dropi-ui/p-dd5d8b1b.entry.js +0 -1
- package/dist/dropi-ui/p-efc2fc35.entry.js +0 -1
- package/dist/dropi-ui/p-f41cd9b5.entry.js +0 -1
- package/dist/dropi-ui/p-fa3d0267.entry.js +0 -1
|
@@ -30,7 +30,7 @@ import { SkeletonVariant } from "./components/dropi-skeleton/dropi-skeleton";
|
|
|
30
30
|
import { StepLabel, StepState } from "./components/dropi-steps/dropi-steps";
|
|
31
31
|
import { SortDir, TableColumn, TableRow } from "./components/dropi-table/dropi-table";
|
|
32
32
|
import { TabItem } from "./components/dropi-tabs/dropi-tabs";
|
|
33
|
-
import { TagState, TagType } from "./components/dropi-tag/dropi-tag";
|
|
33
|
+
import { TagState, TagType, TagVariant } from "./components/dropi-tag/dropi-tag";
|
|
34
34
|
import { ResizeMode, TextAreaProperties } from "./components/dropi-text-area/dropi-text-area";
|
|
35
35
|
import { TimelineStep } from "./components/dropi-time-line/dropi-time-line";
|
|
36
36
|
import { ToastMessage } from "./components/dropi-toast/dropi-toast";
|
|
@@ -61,7 +61,7 @@ export { SkeletonVariant } from "./components/dropi-skeleton/dropi-skeleton";
|
|
|
61
61
|
export { StepLabel, StepState } from "./components/dropi-steps/dropi-steps";
|
|
62
62
|
export { SortDir, TableColumn, TableRow } from "./components/dropi-table/dropi-table";
|
|
63
63
|
export { TabItem } from "./components/dropi-tabs/dropi-tabs";
|
|
64
|
-
export { TagState, TagType } from "./components/dropi-tag/dropi-tag";
|
|
64
|
+
export { TagState, TagType, TagVariant } from "./components/dropi-tag/dropi-tag";
|
|
65
65
|
export { ResizeMode, TextAreaProperties } from "./components/dropi-text-area/dropi-text-area";
|
|
66
66
|
export { TimelineStep } from "./components/dropi-time-line/dropi-time-line";
|
|
67
67
|
export { ToastMessage } from "./components/dropi-toast/dropi-toast";
|
|
@@ -117,12 +117,12 @@ export namespace Components {
|
|
|
117
117
|
interface DropiAlert {
|
|
118
118
|
/**
|
|
119
119
|
* Anchor/link label
|
|
120
|
-
* @default '
|
|
120
|
+
* @default ''
|
|
121
121
|
*/
|
|
122
122
|
"anchorText": string;
|
|
123
123
|
/**
|
|
124
124
|
* Anchor href
|
|
125
|
-
* @default '
|
|
125
|
+
* @default ''
|
|
126
126
|
*/
|
|
127
127
|
"anchorUrl": string;
|
|
128
128
|
/**
|
|
@@ -231,6 +231,11 @@ export namespace Components {
|
|
|
231
231
|
* @default false
|
|
232
232
|
*/
|
|
233
233
|
"isStep": boolean;
|
|
234
|
+
/**
|
|
235
|
+
* Use White Label (MB) illustration style instead of Lottie animation.
|
|
236
|
+
* @default false
|
|
237
|
+
*/
|
|
238
|
+
"isWhiteLabel": boolean;
|
|
234
239
|
/**
|
|
235
240
|
* Show loading state with loading.json Lottie
|
|
236
241
|
* @default false
|
|
@@ -1232,25 +1237,28 @@ export namespace Components {
|
|
|
1232
1237
|
*/
|
|
1233
1238
|
interface DropiIcon {
|
|
1234
1239
|
/**
|
|
1235
|
-
* Color of the icon. Accepts: - Hex color: `#ff0000` - CSS variable name without `--`: `Primary-Primary-500` - `currentColor` to inherit
|
|
1236
1240
|
* @default 'currentColor'
|
|
1237
1241
|
*/
|
|
1238
1242
|
"color": string;
|
|
1239
1243
|
/**
|
|
1240
|
-
*
|
|
1241
|
-
* @default '24px'
|
|
1244
|
+
* @default '20px'
|
|
1242
1245
|
*/
|
|
1243
|
-
"
|
|
1246
|
+
"iconHeight": string;
|
|
1247
|
+
/**
|
|
1248
|
+
* Width of the icon (CSS value)
|
|
1249
|
+
* @default '20px'
|
|
1250
|
+
*/
|
|
1251
|
+
"iconWidth": string;
|
|
1244
1252
|
/**
|
|
1245
1253
|
* Icon name matching the id in the SVG sprite
|
|
1246
1254
|
* @default ''
|
|
1247
1255
|
*/
|
|
1248
1256
|
"name": string;
|
|
1249
1257
|
/**
|
|
1250
|
-
*
|
|
1251
|
-
* @default '
|
|
1258
|
+
* Stroke width for icons that use strokes
|
|
1259
|
+
* @default ''
|
|
1252
1260
|
*/
|
|
1253
|
-
"
|
|
1261
|
+
"strokeWidth": string;
|
|
1254
1262
|
}
|
|
1255
1263
|
/**
|
|
1256
1264
|
* @component dropi-ilustration-icon
|
|
@@ -1375,7 +1383,7 @@ export namespace Components {
|
|
|
1375
1383
|
* Input id. Defaults to label label.
|
|
1376
1384
|
* @default ''
|
|
1377
1385
|
*/
|
|
1378
|
-
"
|
|
1386
|
+
"inputId": string;
|
|
1379
1387
|
/**
|
|
1380
1388
|
* Keyboard input mode hint
|
|
1381
1389
|
* @default 'text'
|
|
@@ -1581,6 +1589,7 @@ export namespace Components {
|
|
|
1581
1589
|
* @default true
|
|
1582
1590
|
*/
|
|
1583
1591
|
"closeOnEscape": boolean;
|
|
1592
|
+
"dismiss": () => Promise<void>;
|
|
1584
1593
|
/**
|
|
1585
1594
|
* @default true
|
|
1586
1595
|
*/
|
|
@@ -1593,11 +1602,6 @@ export namespace Components {
|
|
|
1593
1602
|
* @default true
|
|
1594
1603
|
*/
|
|
1595
1604
|
"dismissible": boolean;
|
|
1596
|
-
/**
|
|
1597
|
-
* No-op — kept for API parity with Angular (matches Angular `draggable`)
|
|
1598
|
-
* @default false
|
|
1599
|
-
*/
|
|
1600
|
-
"draggable": boolean;
|
|
1601
1605
|
/**
|
|
1602
1606
|
* Enable a before-close hook (matches Angular `enableBeforeClose`)
|
|
1603
1607
|
* @default false
|
|
@@ -1607,7 +1611,11 @@ export namespace Components {
|
|
|
1607
1611
|
* @default null
|
|
1608
1612
|
*/
|
|
1609
1613
|
"header": string | null;
|
|
1610
|
-
|
|
1614
|
+
/**
|
|
1615
|
+
* No-op — kept for API parity with Angular (matches Angular `draggable`)
|
|
1616
|
+
* @default false
|
|
1617
|
+
*/
|
|
1618
|
+
"isDraggable": boolean;
|
|
1611
1619
|
/**
|
|
1612
1620
|
* @default null
|
|
1613
1621
|
*/
|
|
@@ -1616,6 +1624,7 @@ export namespace Components {
|
|
|
1616
1624
|
* @default true
|
|
1617
1625
|
*/
|
|
1618
1626
|
"modal": boolean;
|
|
1627
|
+
"openModalExternally": () => Promise<void>;
|
|
1619
1628
|
/**
|
|
1620
1629
|
* @default 'center'
|
|
1621
1630
|
*/
|
|
@@ -1625,7 +1634,6 @@ export namespace Components {
|
|
|
1625
1634
|
* @default false
|
|
1626
1635
|
*/
|
|
1627
1636
|
"resizable": boolean;
|
|
1628
|
-
"show": () => Promise<void>;
|
|
1629
1637
|
/**
|
|
1630
1638
|
* @default true
|
|
1631
1639
|
*/
|
|
@@ -1654,7 +1662,7 @@ export namespace Components {
|
|
|
1654
1662
|
/**
|
|
1655
1663
|
* @default false
|
|
1656
1664
|
*/
|
|
1657
|
-
"visible":
|
|
1665
|
+
"visible": boolean;
|
|
1658
1666
|
}
|
|
1659
1667
|
/**
|
|
1660
1668
|
* @component dropi-navbar
|
|
@@ -1709,9 +1717,14 @@ export namespace Components {
|
|
|
1709
1717
|
}
|
|
1710
1718
|
/**
|
|
1711
1719
|
* @component dropi-otp-send-code
|
|
1712
|
-
*
|
|
1720
|
+
* OTP input with configurable length, countdown timer and resend capability.
|
|
1713
1721
|
*/
|
|
1714
1722
|
interface DropiOtpSendCode {
|
|
1723
|
+
/**
|
|
1724
|
+
* Number of digits for the OTP
|
|
1725
|
+
* @default 6
|
|
1726
|
+
*/
|
|
1727
|
+
"digitsCount": number;
|
|
1715
1728
|
/**
|
|
1716
1729
|
* Delivery method label
|
|
1717
1730
|
* @default 'email'
|
|
@@ -1816,6 +1829,38 @@ export namespace Components {
|
|
|
1816
1829
|
*/
|
|
1817
1830
|
"validateOnInit": boolean;
|
|
1818
1831
|
}
|
|
1832
|
+
interface DropiProgressBar {
|
|
1833
|
+
/**
|
|
1834
|
+
* Custom color for the progress fill (overrides severity)
|
|
1835
|
+
* @default ''
|
|
1836
|
+
*/
|
|
1837
|
+
"color": string;
|
|
1838
|
+
/**
|
|
1839
|
+
* Height of the progress bar
|
|
1840
|
+
* @default '8px'
|
|
1841
|
+
*/
|
|
1842
|
+
"height": string;
|
|
1843
|
+
/**
|
|
1844
|
+
* The color scheme of the progress bar
|
|
1845
|
+
* @default 'primary'
|
|
1846
|
+
*/
|
|
1847
|
+
"severity": 'primary' | 'success' | 'warning' | 'error' | 'info' | 'neutral';
|
|
1848
|
+
/**
|
|
1849
|
+
* Whether to show the value as text
|
|
1850
|
+
* @default false
|
|
1851
|
+
*/
|
|
1852
|
+
"showValue": boolean;
|
|
1853
|
+
/**
|
|
1854
|
+
* Background color of the track (optional, defaults to gray-100)
|
|
1855
|
+
* @default 'var(--Gray-Gray-100, #F7F8FA)'
|
|
1856
|
+
*/
|
|
1857
|
+
"trackColor": string;
|
|
1858
|
+
/**
|
|
1859
|
+
* The progress value (0-100)
|
|
1860
|
+
* @default 0
|
|
1861
|
+
*/
|
|
1862
|
+
"value": number;
|
|
1863
|
+
}
|
|
1819
1864
|
/**
|
|
1820
1865
|
* @component dropi-radio-button
|
|
1821
1866
|
* Styled radio button with label.
|
|
@@ -2122,6 +2167,11 @@ export namespace Components {
|
|
|
2122
2167
|
* @default ''
|
|
2123
2168
|
*/
|
|
2124
2169
|
"textHelper": string;
|
|
2170
|
+
/**
|
|
2171
|
+
* If true, uses absolute positioning instead of fixed (better for modals with transforms)
|
|
2172
|
+
* @default false
|
|
2173
|
+
*/
|
|
2174
|
+
"withinModal": boolean;
|
|
2125
2175
|
}
|
|
2126
2176
|
/**
|
|
2127
2177
|
* @component dropi-sidebar
|
|
@@ -2353,7 +2403,7 @@ export namespace Components {
|
|
|
2353
2403
|
* Table title
|
|
2354
2404
|
* @default ''
|
|
2355
2405
|
*/
|
|
2356
|
-
"
|
|
2406
|
+
"tableTitle": string;
|
|
2357
2407
|
/**
|
|
2358
2408
|
* Total pages
|
|
2359
2409
|
* @default 1
|
|
@@ -2425,6 +2475,11 @@ export namespace Components {
|
|
|
2425
2475
|
* @default 'primary'
|
|
2426
2476
|
*/
|
|
2427
2477
|
"type": TagType;
|
|
2478
|
+
/**
|
|
2479
|
+
* tag (default) | dot (status dot + text) | text (colored text only)
|
|
2480
|
+
* @default 'tag'
|
|
2481
|
+
*/
|
|
2482
|
+
"variant": TagVariant;
|
|
2428
2483
|
}
|
|
2429
2484
|
/**
|
|
2430
2485
|
* @component dropi-tag-type-product
|
|
@@ -2898,9 +2953,9 @@ declare global {
|
|
|
2898
2953
|
new (): HTMLDropiAccordionItemElement;
|
|
2899
2954
|
};
|
|
2900
2955
|
interface HTMLDropiAlertElementEventMap {
|
|
2901
|
-
"
|
|
2902
|
-
"
|
|
2903
|
-
"
|
|
2956
|
+
"dropiClose": void;
|
|
2957
|
+
"dropiButtonClick": void;
|
|
2958
|
+
"dropiLinkClick": void;
|
|
2904
2959
|
}
|
|
2905
2960
|
/**
|
|
2906
2961
|
* @component dropi-alert
|
|
@@ -2932,10 +2987,10 @@ declare global {
|
|
|
2932
2987
|
new (): HTMLDropiAlertLegacyElement;
|
|
2933
2988
|
};
|
|
2934
2989
|
interface HTMLDropiAlertModalElementEventMap {
|
|
2935
|
-
"
|
|
2936
|
-
"
|
|
2937
|
-
"
|
|
2938
|
-
"
|
|
2990
|
+
"dropiPrimaryClick": boolean;
|
|
2991
|
+
"dropiSecondaryClick": boolean;
|
|
2992
|
+
"dropiVisibleChange": boolean;
|
|
2993
|
+
"dropiHide": void;
|
|
2939
2994
|
}
|
|
2940
2995
|
/**
|
|
2941
2996
|
* @component dropi-alert-modal
|
|
@@ -3040,7 +3095,7 @@ declare global {
|
|
|
3040
3095
|
new (): HTMLDropiBreadcrumbElement;
|
|
3041
3096
|
};
|
|
3042
3097
|
interface HTMLDropiButtonElementEventMap {
|
|
3043
|
-
"
|
|
3098
|
+
"dropiClick": MouseEvent;
|
|
3044
3099
|
}
|
|
3045
3100
|
/**
|
|
3046
3101
|
* @component dropi-button
|
|
@@ -3062,7 +3117,7 @@ declare global {
|
|
|
3062
3117
|
new (): HTMLDropiButtonElement;
|
|
3063
3118
|
};
|
|
3064
3119
|
interface HTMLDropiCardCheckboxElementEventMap {
|
|
3065
|
-
"
|
|
3120
|
+
"dropiChange": boolean;
|
|
3066
3121
|
}
|
|
3067
3122
|
/**
|
|
3068
3123
|
* @component dropi-card-checkbox
|
|
@@ -3089,8 +3144,8 @@ declare global {
|
|
|
3089
3144
|
new (): HTMLDropiCardCheckboxElement;
|
|
3090
3145
|
};
|
|
3091
3146
|
interface HTMLDropiCardProductElementEventMap {
|
|
3092
|
-
"
|
|
3093
|
-
"
|
|
3147
|
+
"dropiProductClick": void;
|
|
3148
|
+
"dropiFavoriteChange": boolean;
|
|
3094
3149
|
"dropiAddProduct": void;
|
|
3095
3150
|
"dropiSupplierClick": void;
|
|
3096
3151
|
}
|
|
@@ -3113,8 +3168,8 @@ declare global {
|
|
|
3113
3168
|
new (): HTMLDropiCardProductElement;
|
|
3114
3169
|
};
|
|
3115
3170
|
interface HTMLDropiCardSectionElementEventMap {
|
|
3116
|
-
"
|
|
3117
|
-
"
|
|
3171
|
+
"dropiChange": boolean;
|
|
3172
|
+
"dropiClick": void;
|
|
3118
3173
|
}
|
|
3119
3174
|
/**
|
|
3120
3175
|
* @component dropi-card-section
|
|
@@ -3135,8 +3190,8 @@ declare global {
|
|
|
3135
3190
|
new (): HTMLDropiCardSectionElement;
|
|
3136
3191
|
};
|
|
3137
3192
|
interface HTMLDropiCarouselElementEventMap {
|
|
3138
|
-
"
|
|
3139
|
-
"
|
|
3193
|
+
"dropiPageChange": number;
|
|
3194
|
+
"dropiPage": any;
|
|
3140
3195
|
}
|
|
3141
3196
|
interface HTMLDropiCarouselElement extends Components.DropiCarousel, HTMLStencilElement {
|
|
3142
3197
|
addEventListener<K extends keyof HTMLDropiCarouselElementEventMap>(type: K, listener: (this: HTMLDropiCarouselElement, ev: DropiCarouselCustomEvent<HTMLDropiCarouselElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -3153,7 +3208,7 @@ declare global {
|
|
|
3153
3208
|
new (): HTMLDropiCarouselElement;
|
|
3154
3209
|
};
|
|
3155
3210
|
interface HTMLDropiCheckboxElementEventMap {
|
|
3156
|
-
"
|
|
3211
|
+
"dropiChange": boolean;
|
|
3157
3212
|
}
|
|
3158
3213
|
/**
|
|
3159
3214
|
* @component dropi-checkbox
|
|
@@ -3175,8 +3230,8 @@ declare global {
|
|
|
3175
3230
|
new (): HTMLDropiCheckboxElement;
|
|
3176
3231
|
};
|
|
3177
3232
|
interface HTMLDropiCheckboxSelectionListElementEventMap {
|
|
3178
|
-
"
|
|
3179
|
-
"
|
|
3233
|
+
"dropiCheckedValues": (string | number)[];
|
|
3234
|
+
"dropiSearch": string;
|
|
3180
3235
|
}
|
|
3181
3236
|
/**
|
|
3182
3237
|
* @component dropi-checkbox-selection-list
|
|
@@ -3197,7 +3252,7 @@ declare global {
|
|
|
3197
3252
|
new (): HTMLDropiCheckboxSelectionListElement;
|
|
3198
3253
|
};
|
|
3199
3254
|
interface HTMLDropiChipsElementEventMap {
|
|
3200
|
-
"
|
|
3255
|
+
"dropiClose": void;
|
|
3201
3256
|
}
|
|
3202
3257
|
/**
|
|
3203
3258
|
* @component dropi-chips
|
|
@@ -3273,7 +3328,7 @@ declare global {
|
|
|
3273
3328
|
new (): HTMLDropiCountryFlagsElement;
|
|
3274
3329
|
};
|
|
3275
3330
|
interface HTMLDropiCountrySelectorElementEventMap {
|
|
3276
|
-
"
|
|
3331
|
+
"dropiChange": CountryItem;
|
|
3277
3332
|
}
|
|
3278
3333
|
/**
|
|
3279
3334
|
* @component dropi-country-selector
|
|
@@ -3295,8 +3350,8 @@ declare global {
|
|
|
3295
3350
|
new (): HTMLDropiCountrySelectorElement;
|
|
3296
3351
|
};
|
|
3297
3352
|
interface HTMLDropiDatePickerElementEventMap {
|
|
3298
|
-
"
|
|
3299
|
-
"
|
|
3353
|
+
"dropiChangeDate": string;
|
|
3354
|
+
"dropiClosePanel": void;
|
|
3300
3355
|
"dropiRangeChange": { start: string; end: string };
|
|
3301
3356
|
}
|
|
3302
3357
|
/**
|
|
@@ -3540,10 +3595,10 @@ declare global {
|
|
|
3540
3595
|
new (): HTMLDropiImageOverlayElement;
|
|
3541
3596
|
};
|
|
3542
3597
|
interface HTMLDropiInputElementEventMap {
|
|
3543
|
-
"
|
|
3544
|
-
"
|
|
3545
|
-
"
|
|
3546
|
-
"
|
|
3598
|
+
"dropiInput": string;
|
|
3599
|
+
"dropiChange": string;
|
|
3600
|
+
"dropiFocus": void;
|
|
3601
|
+
"dropiBlur": void;
|
|
3547
3602
|
}
|
|
3548
3603
|
/**
|
|
3549
3604
|
* @component dropi-input
|
|
@@ -3573,7 +3628,7 @@ declare global {
|
|
|
3573
3628
|
new (): HTMLDropiInputElement;
|
|
3574
3629
|
};
|
|
3575
3630
|
interface HTMLDropiLanguagesSelectorElementEventMap {
|
|
3576
|
-
"
|
|
3631
|
+
"dropiLanguageChange": LanguageOption;
|
|
3577
3632
|
}
|
|
3578
3633
|
/**
|
|
3579
3634
|
* @component dropi-languages-selector
|
|
@@ -3635,9 +3690,9 @@ declare global {
|
|
|
3635
3690
|
new (): HTMLDropiMediaPlayerElement;
|
|
3636
3691
|
};
|
|
3637
3692
|
interface HTMLDropiModalElementEventMap {
|
|
3638
|
-
"
|
|
3639
|
-
"
|
|
3640
|
-
"
|
|
3693
|
+
"dropiShow": void;
|
|
3694
|
+
"dropiHide": void;
|
|
3695
|
+
"dropiVisibleChange": boolean;
|
|
3641
3696
|
}
|
|
3642
3697
|
/**
|
|
3643
3698
|
* @component dropi-modal
|
|
@@ -3684,11 +3739,12 @@ declare global {
|
|
|
3684
3739
|
};
|
|
3685
3740
|
interface HTMLDropiOtpSendCodeElementEventMap {
|
|
3686
3741
|
"codeCompleted": string;
|
|
3742
|
+
"codeAccepted": string;
|
|
3687
3743
|
"dropiResend": void;
|
|
3688
3744
|
}
|
|
3689
3745
|
/**
|
|
3690
3746
|
* @component dropi-otp-send-code
|
|
3691
|
-
*
|
|
3747
|
+
* OTP input with configurable length, countdown timer and resend capability.
|
|
3692
3748
|
*/
|
|
3693
3749
|
interface HTMLDropiOtpSendCodeElement extends Components.DropiOtpSendCode, HTMLStencilElement {
|
|
3694
3750
|
addEventListener<K extends keyof HTMLDropiOtpSendCodeElementEventMap>(type: K, listener: (this: HTMLDropiOtpSendCodeElement, ev: DropiOtpSendCodeCustomEvent<HTMLDropiOtpSendCodeElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -3705,7 +3761,7 @@ declare global {
|
|
|
3705
3761
|
new (): HTMLDropiOtpSendCodeElement;
|
|
3706
3762
|
};
|
|
3707
3763
|
interface HTMLDropiPaginatorElementEventMap {
|
|
3708
|
-
"
|
|
3764
|
+
"dropiPageChange": number;
|
|
3709
3765
|
}
|
|
3710
3766
|
/**
|
|
3711
3767
|
* @component dropi-paginator
|
|
@@ -3726,10 +3782,10 @@ declare global {
|
|
|
3726
3782
|
new (): HTMLDropiPaginatorElement;
|
|
3727
3783
|
};
|
|
3728
3784
|
interface HTMLDropiPhoneInputElementEventMap {
|
|
3729
|
-
"
|
|
3730
|
-
"
|
|
3731
|
-
"
|
|
3732
|
-
"
|
|
3785
|
+
"dropiCodChange": string;
|
|
3786
|
+
"dropiPhoneChange": string;
|
|
3787
|
+
"dropiVerify": void;
|
|
3788
|
+
"dropiChangeSelect": any;
|
|
3733
3789
|
}
|
|
3734
3790
|
/**
|
|
3735
3791
|
* @component dropi-phone-input
|
|
@@ -3750,8 +3806,14 @@ declare global {
|
|
|
3750
3806
|
prototype: HTMLDropiPhoneInputElement;
|
|
3751
3807
|
new (): HTMLDropiPhoneInputElement;
|
|
3752
3808
|
};
|
|
3809
|
+
interface HTMLDropiProgressBarElement extends Components.DropiProgressBar, HTMLStencilElement {
|
|
3810
|
+
}
|
|
3811
|
+
var HTMLDropiProgressBarElement: {
|
|
3812
|
+
prototype: HTMLDropiProgressBarElement;
|
|
3813
|
+
new (): HTMLDropiProgressBarElement;
|
|
3814
|
+
};
|
|
3753
3815
|
interface HTMLDropiRadioButtonElementEventMap {
|
|
3754
|
-
"
|
|
3816
|
+
"dropiChange": any;
|
|
3755
3817
|
}
|
|
3756
3818
|
/**
|
|
3757
3819
|
* @component dropi-radio-button
|
|
@@ -3772,8 +3834,8 @@ declare global {
|
|
|
3772
3834
|
new (): HTMLDropiRadioButtonElement;
|
|
3773
3835
|
};
|
|
3774
3836
|
interface HTMLDropiRadioSelectionListElementEventMap {
|
|
3775
|
-
"
|
|
3776
|
-
"
|
|
3837
|
+
"dropiChange": string | number;
|
|
3838
|
+
"dropiSearch": { searchValue: string; filteredOptions: RadioOption[] };
|
|
3777
3839
|
}
|
|
3778
3840
|
/**
|
|
3779
3841
|
* @component dropi-radio-selection-list
|
|
@@ -3804,12 +3866,12 @@ declare global {
|
|
|
3804
3866
|
new (): HTMLDropiReadMoreElement;
|
|
3805
3867
|
};
|
|
3806
3868
|
interface HTMLDropiSearchElementEventMap {
|
|
3807
|
-
"
|
|
3808
|
-
"
|
|
3809
|
-
"
|
|
3810
|
-
"
|
|
3811
|
-
"
|
|
3812
|
-
"
|
|
3869
|
+
"dropiInput": string;
|
|
3870
|
+
"dropiBlur": void;
|
|
3871
|
+
"dropiKeyEnter": string;
|
|
3872
|
+
"dropiChange": string;
|
|
3873
|
+
"dropiClear": void;
|
|
3874
|
+
"dropiModelChange": SearchOption[];
|
|
3813
3875
|
}
|
|
3814
3876
|
/**
|
|
3815
3877
|
* @component dropi-search
|
|
@@ -3831,11 +3893,11 @@ declare global {
|
|
|
3831
3893
|
new (): HTMLDropiSearchElement;
|
|
3832
3894
|
};
|
|
3833
3895
|
interface HTMLDropiSelectElementEventMap {
|
|
3834
|
-
"
|
|
3835
|
-
"
|
|
3836
|
-
"
|
|
3837
|
-
"
|
|
3838
|
-
"
|
|
3896
|
+
"dropiChangeSelect": SelectOption | SelectOption[];
|
|
3897
|
+
"dropiClear": void;
|
|
3898
|
+
"dropiSearch": string;
|
|
3899
|
+
"dropiScrollEnd": void;
|
|
3900
|
+
"dropiKeyEnter": KeyboardEvent;
|
|
3839
3901
|
}
|
|
3840
3902
|
/**
|
|
3841
3903
|
* @component dropi-select
|
|
@@ -3871,7 +3933,7 @@ declare global {
|
|
|
3871
3933
|
new (): HTMLDropiSelectElement;
|
|
3872
3934
|
};
|
|
3873
3935
|
interface HTMLDropiSidebarElementEventMap {
|
|
3874
|
-
"
|
|
3936
|
+
"dropiIndexChange": SidebarProperties;
|
|
3875
3937
|
}
|
|
3876
3938
|
/**
|
|
3877
3939
|
* @component dropi-sidebar
|
|
@@ -3923,7 +3985,7 @@ declare global {
|
|
|
3923
3985
|
new (): HTMLDropiStepsElement;
|
|
3924
3986
|
};
|
|
3925
3987
|
interface HTMLDropiSwitchElementEventMap {
|
|
3926
|
-
"
|
|
3988
|
+
"dropiChange": boolean;
|
|
3927
3989
|
}
|
|
3928
3990
|
/**
|
|
3929
3991
|
* @component dropi-switch
|
|
@@ -3951,12 +4013,12 @@ declare global {
|
|
|
3951
4013
|
"dropiPageChange": number;
|
|
3952
4014
|
"dropiPageSizeChange": number;
|
|
3953
4015
|
"dropiAction": { row: TableRow; action: any };
|
|
3954
|
-
"
|
|
3955
|
-
"
|
|
3956
|
-
"
|
|
3957
|
-
"
|
|
3958
|
-
"
|
|
3959
|
-
"
|
|
4016
|
+
"dropiRowsSelected": any[];
|
|
4017
|
+
"dropiActionClick": { row: any; action: any };
|
|
4018
|
+
"dropiPageChangeAngular": number;
|
|
4019
|
+
"dropiSizeChangeAngular": number;
|
|
4020
|
+
"dropiSortChangeAngular": any;
|
|
4021
|
+
"dropiSearchChangeAngular": string;
|
|
3960
4022
|
"expandChildren": { row: any };
|
|
3961
4023
|
}
|
|
3962
4024
|
/**
|
|
@@ -3978,7 +4040,7 @@ declare global {
|
|
|
3978
4040
|
new (): HTMLDropiTableElement;
|
|
3979
4041
|
};
|
|
3980
4042
|
interface HTMLDropiTabsElementEventMap {
|
|
3981
|
-
"
|
|
4043
|
+
"dropiIndexChange": TabItem;
|
|
3982
4044
|
}
|
|
3983
4045
|
/**
|
|
3984
4046
|
* @component dropi-tabs
|
|
@@ -4169,6 +4231,7 @@ declare global {
|
|
|
4169
4231
|
"dropi-otp-send-code": HTMLDropiOtpSendCodeElement;
|
|
4170
4232
|
"dropi-paginator": HTMLDropiPaginatorElement;
|
|
4171
4233
|
"dropi-phone-input": HTMLDropiPhoneInputElement;
|
|
4234
|
+
"dropi-progress-bar": HTMLDropiProgressBarElement;
|
|
4172
4235
|
"dropi-radio-button": HTMLDropiRadioButtonElement;
|
|
4173
4236
|
"dropi-radio-selection-list": HTMLDropiRadioSelectionListElement;
|
|
4174
4237
|
"dropi-read-more": HTMLDropiReadMoreElement;
|
|
@@ -4242,12 +4305,12 @@ declare namespace LocalJSX {
|
|
|
4242
4305
|
interface DropiAlert {
|
|
4243
4306
|
/**
|
|
4244
4307
|
* Anchor/link label
|
|
4245
|
-
* @default '
|
|
4308
|
+
* @default ''
|
|
4246
4309
|
*/
|
|
4247
4310
|
"anchorText"?: string;
|
|
4248
4311
|
/**
|
|
4249
4312
|
* Anchor href
|
|
4250
|
-
* @default '
|
|
4313
|
+
* @default ''
|
|
4251
4314
|
*/
|
|
4252
4315
|
"anchorUrl"?: string;
|
|
4253
4316
|
/**
|
|
@@ -4278,15 +4341,15 @@ declare namespace LocalJSX {
|
|
|
4278
4341
|
/**
|
|
4279
4342
|
* Emitted when the action button is clicked
|
|
4280
4343
|
*/
|
|
4281
|
-
"
|
|
4344
|
+
"onDropiButtonClick"?: (event: DropiAlertCustomEvent<void>) => void;
|
|
4282
4345
|
/**
|
|
4283
|
-
* Emitted when the
|
|
4346
|
+
* Emitted when the alert is dismissed
|
|
4284
4347
|
*/
|
|
4285
|
-
"
|
|
4348
|
+
"onDropiClose"?: (event: DropiAlertCustomEvent<void>) => void;
|
|
4286
4349
|
/**
|
|
4287
|
-
* Emitted when the
|
|
4350
|
+
* Emitted when the anchor link is clicked
|
|
4288
4351
|
*/
|
|
4289
|
-
"
|
|
4352
|
+
"onDropiLinkClick"?: (event: DropiAlertCustomEvent<void>) => void;
|
|
4290
4353
|
/**
|
|
4291
4354
|
* Whether the alert is visible
|
|
4292
4355
|
* @default true
|
|
@@ -4367,6 +4430,11 @@ declare namespace LocalJSX {
|
|
|
4367
4430
|
* @default false
|
|
4368
4431
|
*/
|
|
4369
4432
|
"isStep"?: boolean;
|
|
4433
|
+
/**
|
|
4434
|
+
* Use White Label (MB) illustration style instead of Lottie animation.
|
|
4435
|
+
* @default false
|
|
4436
|
+
*/
|
|
4437
|
+
"isWhiteLabel"?: boolean;
|
|
4370
4438
|
/**
|
|
4371
4439
|
* Show loading state with loading.json Lottie
|
|
4372
4440
|
* @default false
|
|
@@ -4387,22 +4455,22 @@ declare namespace LocalJSX {
|
|
|
4387
4455
|
* @default ''
|
|
4388
4456
|
*/
|
|
4389
4457
|
"message"?: string;
|
|
4390
|
-
/**
|
|
4391
|
-
* Emitted when modal open state changes — matches Angular 'modalOpenChange'
|
|
4392
|
-
*/
|
|
4393
|
-
"onModalOpenChange"?: (event: DropiAlertModalCustomEvent<boolean>) => void;
|
|
4394
4458
|
/**
|
|
4395
4459
|
* Emitted when modal is hidden — matches Angular 'onHide'
|
|
4396
4460
|
*/
|
|
4397
|
-
"
|
|
4461
|
+
"onDropiHide"?: (event: DropiAlertModalCustomEvent<void>) => void;
|
|
4398
4462
|
/**
|
|
4399
4463
|
* Emitted when primary button is clicked — matches Angular 'primaryButtonEvent'
|
|
4400
4464
|
*/
|
|
4401
|
-
"
|
|
4465
|
+
"onDropiPrimaryClick"?: (event: DropiAlertModalCustomEvent<boolean>) => void;
|
|
4402
4466
|
/**
|
|
4403
4467
|
* Emitted when secondary button is clicked — matches Angular 'secondaryButtonEvent'
|
|
4404
4468
|
*/
|
|
4405
|
-
"
|
|
4469
|
+
"onDropiSecondaryClick"?: (event: DropiAlertModalCustomEvent<boolean>) => void;
|
|
4470
|
+
/**
|
|
4471
|
+
* Emitted when modal open state changes — matches Angular 'modalOpenChange'
|
|
4472
|
+
*/
|
|
4473
|
+
"onDropiVisibleChange"?: (event: DropiAlertModalCustomEvent<boolean>) => void;
|
|
4406
4474
|
/**
|
|
4407
4475
|
* Convenience object prop — matches Angular `params: ModalParams`. Fields: tittle, type, message, primaryButton, secondaryButton, loadingTitle, loadingMessage, closable, displayButtons. When provided, its values override the corresponding individual props.
|
|
4408
4476
|
* @default null
|
|
@@ -4602,7 +4670,7 @@ declare namespace LocalJSX {
|
|
|
4602
4670
|
/**
|
|
4603
4671
|
* Emitted on click (not emitted when disabled or loading)
|
|
4604
4672
|
*/
|
|
4605
|
-
"
|
|
4673
|
+
"onDropiClick"?: (event: DropiButtonCustomEvent<MouseEvent>) => void;
|
|
4606
4674
|
/**
|
|
4607
4675
|
* Icon name to show after the text
|
|
4608
4676
|
* @default ''
|
|
@@ -4673,7 +4741,7 @@ declare namespace LocalJSX {
|
|
|
4673
4741
|
/**
|
|
4674
4742
|
* Emitted with the new checked state when clicked
|
|
4675
4743
|
*/
|
|
4676
|
-
"
|
|
4744
|
+
"onDropiChange"?: (event: DropiCardCheckboxCustomEvent<boolean>) => void;
|
|
4677
4745
|
/**
|
|
4678
4746
|
* Whether the checkbox is checked — matches Angular 'state'
|
|
4679
4747
|
* @default 'checked'
|
|
@@ -4715,22 +4783,22 @@ declare namespace LocalJSX {
|
|
|
4715
4783
|
* @default false
|
|
4716
4784
|
*/
|
|
4717
4785
|
"isFavorite"?: boolean;
|
|
4718
|
-
/**
|
|
4719
|
-
* Emitted when favorite toggled — matches Angular 'changeFavorite'
|
|
4720
|
-
*/
|
|
4721
|
-
"onChangeFavorite"?: (event: DropiCardProductCustomEvent<boolean>) => void;
|
|
4722
4786
|
/**
|
|
4723
4787
|
* Emitted when "Enviar a cliente" button clicked
|
|
4724
4788
|
*/
|
|
4725
4789
|
"onDropiAddProduct"?: (event: DropiCardProductCustomEvent<void>) => void;
|
|
4726
4790
|
/**
|
|
4727
|
-
* Emitted when
|
|
4791
|
+
* Emitted when favorite toggled — matches Angular 'changeFavorite'
|
|
4728
4792
|
*/
|
|
4729
|
-
"
|
|
4793
|
+
"onDropiFavoriteChange"?: (event: DropiCardProductCustomEvent<boolean>) => void;
|
|
4730
4794
|
/**
|
|
4731
4795
|
* Emitted when card is clicked — matches Angular 'onProductClick'
|
|
4732
4796
|
*/
|
|
4733
|
-
"
|
|
4797
|
+
"onDropiProductClick"?: (event: DropiCardProductCustomEvent<void>) => void;
|
|
4798
|
+
/**
|
|
4799
|
+
* Emitted when supplier name clicked
|
|
4800
|
+
*/
|
|
4801
|
+
"onDropiSupplierClick"?: (event: DropiCardProductCustomEvent<void>) => void;
|
|
4734
4802
|
/**
|
|
4735
4803
|
* Product name
|
|
4736
4804
|
* @default ''
|
|
@@ -4790,11 +4858,11 @@ declare namespace LocalJSX {
|
|
|
4790
4858
|
/**
|
|
4791
4859
|
* Emitted when switch changes
|
|
4792
4860
|
*/
|
|
4793
|
-
"
|
|
4861
|
+
"onDropiChange"?: (event: DropiCardSectionCustomEvent<boolean>) => void;
|
|
4794
4862
|
/**
|
|
4795
4863
|
* Emitted when dropdown icon is clicked
|
|
4796
4864
|
*/
|
|
4797
|
-
"
|
|
4865
|
+
"onDropiClick"?: (event: DropiCardSectionCustomEvent<void>) => void;
|
|
4798
4866
|
/**
|
|
4799
4867
|
* Section title — matches Angular 'title'
|
|
4800
4868
|
* @default 'title'
|
|
@@ -4832,8 +4900,8 @@ declare namespace LocalJSX {
|
|
|
4832
4900
|
* @default 1
|
|
4833
4901
|
*/
|
|
4834
4902
|
"numVisible"?: number;
|
|
4835
|
-
"
|
|
4836
|
-
"
|
|
4903
|
+
"onDropiPage"?: (event: DropiCarouselCustomEvent<any>) => void;
|
|
4904
|
+
"onDropiPageChange"?: (event: DropiCarouselCustomEvent<number>) => void;
|
|
4837
4905
|
/**
|
|
4838
4906
|
* Orientation of the carousel
|
|
4839
4907
|
* @default 'horizontal'
|
|
@@ -4887,7 +4955,7 @@ declare namespace LocalJSX {
|
|
|
4887
4955
|
/**
|
|
4888
4956
|
* Emitted when the checked state changes
|
|
4889
4957
|
*/
|
|
4890
|
-
"
|
|
4958
|
+
"onDropiChange"?: (event: DropiCheckboxCustomEvent<boolean>) => void;
|
|
4891
4959
|
}
|
|
4892
4960
|
/**
|
|
4893
4961
|
* @component dropi-checkbox-selection-list
|
|
@@ -4912,11 +4980,11 @@ declare namespace LocalJSX {
|
|
|
4912
4980
|
/**
|
|
4913
4981
|
* Emitted when selection changes — matches Angular 'checkedValues'
|
|
4914
4982
|
*/
|
|
4915
|
-
"
|
|
4983
|
+
"onDropiCheckedValues"?: (event: DropiCheckboxSelectionListCustomEvent<(string | number)[]>) => void;
|
|
4916
4984
|
/**
|
|
4917
4985
|
* Emitted on search — matches Angular 'onSearch'
|
|
4918
4986
|
*/
|
|
4919
|
-
"
|
|
4987
|
+
"onDropiSearch"?: (event: DropiCheckboxSelectionListCustomEvent<string>) => void;
|
|
4920
4988
|
/**
|
|
4921
4989
|
* Options array or JSON string
|
|
4922
4990
|
* @default []
|
|
@@ -4957,7 +5025,7 @@ declare namespace LocalJSX {
|
|
|
4957
5025
|
/**
|
|
4958
5026
|
* Emitted when the close icon is clicked
|
|
4959
5027
|
*/
|
|
4960
|
-
"
|
|
5028
|
+
"onDropiClose"?: (event: DropiChipsCustomEvent<void>) => void;
|
|
4961
5029
|
/**
|
|
4962
5030
|
* Show the close/remove icon
|
|
4963
5031
|
* @default false
|
|
@@ -5076,7 +5144,7 @@ declare namespace LocalJSX {
|
|
|
5076
5144
|
/**
|
|
5077
5145
|
* Emitted when a country is selected. Detail is the CountryItem.
|
|
5078
5146
|
*/
|
|
5079
|
-
"
|
|
5147
|
+
"onDropiChange"?: (event: DropiCountrySelectorCustomEvent<CountryItem>) => void;
|
|
5080
5148
|
/**
|
|
5081
5149
|
* Placeholder when nothing is selected
|
|
5082
5150
|
* @default 'Selecciona un país'
|
|
@@ -5144,18 +5212,18 @@ declare namespace LocalJSX {
|
|
|
5144
5212
|
* @default ''
|
|
5145
5213
|
*/
|
|
5146
5214
|
"minDate"?: string;
|
|
5147
|
-
/**
|
|
5148
|
-
* Emitted when range selected
|
|
5149
|
-
*/
|
|
5150
|
-
"onDropiRangeChange"?: (event: DropiDatePickerCustomEvent<{ start: string; end: string }>) => void;
|
|
5151
5215
|
/**
|
|
5152
5216
|
* Emitted when date selected — matches Angular 'onChangeDate'
|
|
5153
5217
|
*/
|
|
5154
|
-
"
|
|
5218
|
+
"onDropiChangeDate"?: (event: DropiDatePickerCustomEvent<string>) => void;
|
|
5155
5219
|
/**
|
|
5156
5220
|
* Emitted when panel closes — matches Angular 'onClosePanel'
|
|
5157
5221
|
*/
|
|
5158
|
-
"
|
|
5222
|
+
"onDropiClosePanel"?: (event: DropiDatePickerCustomEvent<void>) => void;
|
|
5223
|
+
/**
|
|
5224
|
+
* Emitted when range selected
|
|
5225
|
+
*/
|
|
5226
|
+
"onDropiRangeChange"?: (event: DropiDatePickerCustomEvent<{ start: string; end: string }>) => void;
|
|
5159
5227
|
/**
|
|
5160
5228
|
* Placeholder
|
|
5161
5229
|
* @default 'DD/MM/YYYY'
|
|
@@ -5518,25 +5586,28 @@ declare namespace LocalJSX {
|
|
|
5518
5586
|
*/
|
|
5519
5587
|
interface DropiIcon {
|
|
5520
5588
|
/**
|
|
5521
|
-
* Color of the icon. Accepts: - Hex color: `#ff0000` - CSS variable name without `--`: `Primary-Primary-500` - `currentColor` to inherit
|
|
5522
5589
|
* @default 'currentColor'
|
|
5523
5590
|
*/
|
|
5524
5591
|
"color"?: string;
|
|
5525
5592
|
/**
|
|
5526
|
-
*
|
|
5527
|
-
* @default '24px'
|
|
5593
|
+
* @default '20px'
|
|
5528
5594
|
*/
|
|
5529
|
-
"
|
|
5595
|
+
"iconHeight"?: string;
|
|
5596
|
+
/**
|
|
5597
|
+
* Width of the icon (CSS value)
|
|
5598
|
+
* @default '20px'
|
|
5599
|
+
*/
|
|
5600
|
+
"iconWidth"?: string;
|
|
5530
5601
|
/**
|
|
5531
5602
|
* Icon name matching the id in the SVG sprite
|
|
5532
5603
|
* @default ''
|
|
5533
5604
|
*/
|
|
5534
5605
|
"name"?: string;
|
|
5535
5606
|
/**
|
|
5536
|
-
*
|
|
5537
|
-
* @default '
|
|
5607
|
+
* Stroke width for icons that use strokes
|
|
5608
|
+
* @default ''
|
|
5538
5609
|
*/
|
|
5539
|
-
"
|
|
5610
|
+
"strokeWidth"?: string;
|
|
5540
5611
|
}
|
|
5541
5612
|
/**
|
|
5542
5613
|
* @component dropi-ilustration-icon
|
|
@@ -5673,7 +5744,7 @@ declare namespace LocalJSX {
|
|
|
5673
5744
|
* Input id. Defaults to label label.
|
|
5674
5745
|
* @default ''
|
|
5675
5746
|
*/
|
|
5676
|
-
"
|
|
5747
|
+
"inputId"?: string;
|
|
5677
5748
|
/**
|
|
5678
5749
|
* Keyboard input mode hint
|
|
5679
5750
|
* @default 'text'
|
|
@@ -5721,19 +5792,19 @@ declare namespace LocalJSX {
|
|
|
5721
5792
|
/**
|
|
5722
5793
|
* Emitted on blur
|
|
5723
5794
|
*/
|
|
5724
|
-
"
|
|
5795
|
+
"onDropiBlur"?: (event: DropiInputCustomEvent<void>) => void;
|
|
5725
5796
|
/**
|
|
5726
5797
|
* Emitted on blur with the final value
|
|
5727
5798
|
*/
|
|
5728
|
-
"
|
|
5799
|
+
"onDropiChange"?: (event: DropiInputCustomEvent<string>) => void;
|
|
5729
5800
|
/**
|
|
5730
5801
|
* Emitted on focus
|
|
5731
5802
|
*/
|
|
5732
|
-
"
|
|
5803
|
+
"onDropiFocus"?: (event: DropiInputCustomEvent<void>) => void;
|
|
5733
5804
|
/**
|
|
5734
5805
|
* Emitted on every keystroke with the current value
|
|
5735
5806
|
*/
|
|
5736
|
-
"
|
|
5807
|
+
"onDropiInput"?: (event: DropiInputCustomEvent<string>) => void;
|
|
5737
5808
|
/**
|
|
5738
5809
|
* Show password visibility toggle (renders as password field)
|
|
5739
5810
|
* @default false
|
|
@@ -5783,7 +5854,7 @@ declare namespace LocalJSX {
|
|
|
5783
5854
|
* @default []
|
|
5784
5855
|
*/
|
|
5785
5856
|
"languages"?: LanguageOption[] | string;
|
|
5786
|
-
"
|
|
5857
|
+
"onDropiLanguageChange"?: (event: DropiLanguagesSelectorCustomEvent<LanguageOption>) => void;
|
|
5787
5858
|
/**
|
|
5788
5859
|
* Currently selected language (LanguageOption or JSON string)
|
|
5789
5860
|
* @default null
|
|
@@ -5910,11 +5981,6 @@ declare namespace LocalJSX {
|
|
|
5910
5981
|
* @default true
|
|
5911
5982
|
*/
|
|
5912
5983
|
"dismissible"?: boolean;
|
|
5913
|
-
/**
|
|
5914
|
-
* No-op — kept for API parity with Angular (matches Angular `draggable`)
|
|
5915
|
-
* @default false
|
|
5916
|
-
*/
|
|
5917
|
-
"draggable"?: boolean;
|
|
5918
5984
|
/**
|
|
5919
5985
|
* Enable a before-close hook (matches Angular `enableBeforeClose`)
|
|
5920
5986
|
* @default false
|
|
@@ -5924,6 +5990,11 @@ declare namespace LocalJSX {
|
|
|
5924
5990
|
* @default null
|
|
5925
5991
|
*/
|
|
5926
5992
|
"header"?: string | null;
|
|
5993
|
+
/**
|
|
5994
|
+
* No-op — kept for API parity with Angular (matches Angular `draggable`)
|
|
5995
|
+
* @default false
|
|
5996
|
+
*/
|
|
5997
|
+
"isDraggable"?: boolean;
|
|
5927
5998
|
/**
|
|
5928
5999
|
* @default null
|
|
5929
6000
|
*/
|
|
@@ -5932,9 +6003,9 @@ declare namespace LocalJSX {
|
|
|
5932
6003
|
* @default true
|
|
5933
6004
|
*/
|
|
5934
6005
|
"modal"?: boolean;
|
|
5935
|
-
"
|
|
5936
|
-
"
|
|
5937
|
-
"
|
|
6006
|
+
"onDropiHide"?: (event: DropiModalCustomEvent<void>) => void;
|
|
6007
|
+
"onDropiShow"?: (event: DropiModalCustomEvent<void>) => void;
|
|
6008
|
+
"onDropiVisibleChange"?: (event: DropiModalCustomEvent<boolean>) => void;
|
|
5938
6009
|
/**
|
|
5939
6010
|
* @default 'center'
|
|
5940
6011
|
*/
|
|
@@ -5972,7 +6043,7 @@ declare namespace LocalJSX {
|
|
|
5972
6043
|
/**
|
|
5973
6044
|
* @default false
|
|
5974
6045
|
*/
|
|
5975
|
-
"visible"?:
|
|
6046
|
+
"visible"?: boolean;
|
|
5976
6047
|
}
|
|
5977
6048
|
/**
|
|
5978
6049
|
* @component dropi-navbar
|
|
@@ -6043,9 +6114,14 @@ declare namespace LocalJSX {
|
|
|
6043
6114
|
}
|
|
6044
6115
|
/**
|
|
6045
6116
|
* @component dropi-otp-send-code
|
|
6046
|
-
*
|
|
6117
|
+
* OTP input with configurable length, countdown timer and resend capability.
|
|
6047
6118
|
*/
|
|
6048
6119
|
interface DropiOtpSendCode {
|
|
6120
|
+
/**
|
|
6121
|
+
* Number of digits for the OTP
|
|
6122
|
+
* @default 6
|
|
6123
|
+
*/
|
|
6124
|
+
"digitsCount"?: number;
|
|
6049
6125
|
/**
|
|
6050
6126
|
* Delivery method label
|
|
6051
6127
|
* @default 'email'
|
|
@@ -6062,7 +6138,11 @@ declare namespace LocalJSX {
|
|
|
6062
6138
|
*/
|
|
6063
6139
|
"labelContact"?: string;
|
|
6064
6140
|
/**
|
|
6065
|
-
* Emitted when all
|
|
6141
|
+
* Emitted when all digits are entered (alternative event).
|
|
6142
|
+
*/
|
|
6143
|
+
"onCodeAccepted"?: (event: DropiOtpSendCodeCustomEvent<string>) => void;
|
|
6144
|
+
/**
|
|
6145
|
+
* Emitted when all digits are entered.
|
|
6066
6146
|
*/
|
|
6067
6147
|
"onCodeCompleted"?: (event: DropiOtpSendCodeCustomEvent<string>) => void;
|
|
6068
6148
|
/**
|
|
@@ -6108,7 +6188,7 @@ declare namespace LocalJSX {
|
|
|
6108
6188
|
/**
|
|
6109
6189
|
* Emitted when page changes. e.detail = new page number
|
|
6110
6190
|
*/
|
|
6111
|
-
"
|
|
6191
|
+
"onDropiPageChange"?: (event: DropiPaginatorCustomEvent<number>) => void;
|
|
6112
6192
|
/**
|
|
6113
6193
|
* Total number of pages
|
|
6114
6194
|
* @default 1
|
|
@@ -6142,21 +6222,21 @@ declare namespace LocalJSX {
|
|
|
6142
6222
|
*/
|
|
6143
6223
|
"ngModelPhone"?: string;
|
|
6144
6224
|
/**
|
|
6145
|
-
* Emitted when country
|
|
6225
|
+
* Emitted when country selection changes — matches Angular 'onChangeSelect'
|
|
6146
6226
|
*/
|
|
6147
|
-
"
|
|
6227
|
+
"onDropiChangeSelect"?: (event: DropiPhoneInputCustomEvent<any>) => void;
|
|
6148
6228
|
/**
|
|
6149
|
-
* Emitted when
|
|
6229
|
+
* Emitted when country dial code changes — matches Angular 'ngModelChangeCod'
|
|
6150
6230
|
*/
|
|
6151
|
-
"
|
|
6231
|
+
"onDropiCodChange"?: (event: DropiPhoneInputCustomEvent<string>) => void;
|
|
6152
6232
|
/**
|
|
6153
|
-
* Emitted when
|
|
6233
|
+
* Emitted when phone number changes — matches Angular 'ngModelChangePhone'
|
|
6154
6234
|
*/
|
|
6155
|
-
"
|
|
6235
|
+
"onDropiPhoneChange"?: (event: DropiPhoneInputCustomEvent<string>) => void;
|
|
6156
6236
|
/**
|
|
6157
6237
|
* Emitted on field verification — matches Angular 'verifiedField'
|
|
6158
6238
|
*/
|
|
6159
|
-
"
|
|
6239
|
+
"onDropiVerify"?: (event: DropiPhoneInputCustomEvent<void>) => void;
|
|
6160
6240
|
/**
|
|
6161
6241
|
* Input placeholder — matches Angular 'phoneNumberPlaceholder'
|
|
6162
6242
|
* @default null
|
|
@@ -6178,6 +6258,38 @@ declare namespace LocalJSX {
|
|
|
6178
6258
|
*/
|
|
6179
6259
|
"validateOnInit"?: boolean;
|
|
6180
6260
|
}
|
|
6261
|
+
interface DropiProgressBar {
|
|
6262
|
+
/**
|
|
6263
|
+
* Custom color for the progress fill (overrides severity)
|
|
6264
|
+
* @default ''
|
|
6265
|
+
*/
|
|
6266
|
+
"color"?: string;
|
|
6267
|
+
/**
|
|
6268
|
+
* Height of the progress bar
|
|
6269
|
+
* @default '8px'
|
|
6270
|
+
*/
|
|
6271
|
+
"height"?: string;
|
|
6272
|
+
/**
|
|
6273
|
+
* The color scheme of the progress bar
|
|
6274
|
+
* @default 'primary'
|
|
6275
|
+
*/
|
|
6276
|
+
"severity"?: 'primary' | 'success' | 'warning' | 'error' | 'info' | 'neutral';
|
|
6277
|
+
/**
|
|
6278
|
+
* Whether to show the value as text
|
|
6279
|
+
* @default false
|
|
6280
|
+
*/
|
|
6281
|
+
"showValue"?: boolean;
|
|
6282
|
+
/**
|
|
6283
|
+
* Background color of the track (optional, defaults to gray-100)
|
|
6284
|
+
* @default 'var(--Gray-Gray-100, #F7F8FA)'
|
|
6285
|
+
*/
|
|
6286
|
+
"trackColor"?: string;
|
|
6287
|
+
/**
|
|
6288
|
+
* The progress value (0-100)
|
|
6289
|
+
* @default 0
|
|
6290
|
+
*/
|
|
6291
|
+
"value"?: number;
|
|
6292
|
+
}
|
|
6181
6293
|
/**
|
|
6182
6294
|
* @component dropi-radio-button
|
|
6183
6295
|
* Styled radio button with label.
|
|
@@ -6214,7 +6326,7 @@ declare namespace LocalJSX {
|
|
|
6214
6326
|
/**
|
|
6215
6327
|
* Emitted when the radio is selected
|
|
6216
6328
|
*/
|
|
6217
|
-
"
|
|
6329
|
+
"onDropiChange"?: (event: DropiRadioButtonCustomEvent<any>) => void;
|
|
6218
6330
|
/**
|
|
6219
6331
|
* Set to true to programmatically reset this radio to unchecked. Useful when the parent needs to clear a group.
|
|
6220
6332
|
* @default false
|
|
@@ -6237,13 +6349,13 @@ declare namespace LocalJSX {
|
|
|
6237
6349
|
*/
|
|
6238
6350
|
"filterPlaceholder"?: string;
|
|
6239
6351
|
/**
|
|
6240
|
-
* Emitted on
|
|
6352
|
+
* Emitted on selection change. e.detail = selected option id
|
|
6241
6353
|
*/
|
|
6242
|
-
"
|
|
6354
|
+
"onDropiChange"?: (event: DropiRadioSelectionListCustomEvent<string | number>) => void;
|
|
6243
6355
|
/**
|
|
6244
|
-
* Emitted on
|
|
6356
|
+
* Emitted on search — matches Angular 'onSearch'
|
|
6245
6357
|
*/
|
|
6246
|
-
"
|
|
6358
|
+
"onDropiSearch"?: (event: DropiRadioSelectionListCustomEvent<{ searchValue: string; filteredOptions: RadioOption[] }>) => void;
|
|
6247
6359
|
/**
|
|
6248
6360
|
* Options array or JSON string
|
|
6249
6361
|
* @default []
|
|
@@ -6341,30 +6453,30 @@ declare namespace LocalJSX {
|
|
|
6341
6453
|
* @default true
|
|
6342
6454
|
*/
|
|
6343
6455
|
"multipleSelectModel"?: boolean;
|
|
6344
|
-
/**
|
|
6345
|
-
* Emitted when selection changes. e.detail = selected items
|
|
6346
|
-
*/
|
|
6347
|
-
"onModelChange"?: (event: DropiSearchCustomEvent<SearchOption[]>) => void;
|
|
6348
6456
|
/**
|
|
6349
6457
|
* Emitted on blur
|
|
6350
6458
|
*/
|
|
6351
|
-
"
|
|
6459
|
+
"onDropiBlur"?: (event: DropiSearchCustomEvent<void>) => void;
|
|
6352
6460
|
/**
|
|
6353
6461
|
* Emitted on change event of the native input (matches Angular `onChange`)
|
|
6354
6462
|
*/
|
|
6355
|
-
"
|
|
6463
|
+
"onDropiChange"?: (event: DropiSearchCustomEvent<string>) => void;
|
|
6356
6464
|
/**
|
|
6357
6465
|
* Emitted when clear button clicked
|
|
6358
6466
|
*/
|
|
6359
|
-
"
|
|
6467
|
+
"onDropiClear"?: (event: DropiSearchCustomEvent<void>) => void;
|
|
6360
6468
|
/**
|
|
6361
6469
|
* Emitted on input change. e.detail = current text
|
|
6362
6470
|
*/
|
|
6363
|
-
"
|
|
6471
|
+
"onDropiInput"?: (event: DropiSearchCustomEvent<string>) => void;
|
|
6364
6472
|
/**
|
|
6365
6473
|
* Emitted when Enter is pressed. e.detail = current text
|
|
6366
6474
|
*/
|
|
6367
|
-
"
|
|
6475
|
+
"onDropiKeyEnter"?: (event: DropiSearchCustomEvent<string>) => void;
|
|
6476
|
+
/**
|
|
6477
|
+
* Emitted when selection changes. e.detail = selected items
|
|
6478
|
+
*/
|
|
6479
|
+
"onDropiModelChange"?: (event: DropiSearchCustomEvent<SearchOption[]>) => void;
|
|
6368
6480
|
/**
|
|
6369
6481
|
* Placeholder text
|
|
6370
6482
|
* @default 'Search...'
|
|
@@ -6462,23 +6574,23 @@ declare namespace LocalJSX {
|
|
|
6462
6574
|
/**
|
|
6463
6575
|
* Emitted when an option is selected — matches Angular 'onChangeSelect'
|
|
6464
6576
|
*/
|
|
6465
|
-
"
|
|
6577
|
+
"onDropiChangeSelect"?: (event: DropiSelectCustomEvent<SelectOption | SelectOption[]>) => void;
|
|
6466
6578
|
/**
|
|
6467
6579
|
* Emitted when the selection is cleared — matches Angular 'onClear'
|
|
6468
6580
|
*/
|
|
6469
|
-
"
|
|
6581
|
+
"onDropiClear"?: (event: DropiSelectCustomEvent<void>) => void;
|
|
6470
6582
|
/**
|
|
6471
6583
|
* Emitted on Enter key inside search — matches Angular 'onKeyEnter'
|
|
6472
6584
|
*/
|
|
6473
|
-
"
|
|
6585
|
+
"onDropiKeyEnter"?: (event: DropiSelectCustomEvent<KeyboardEvent>) => void;
|
|
6474
6586
|
/**
|
|
6475
|
-
* Emitted
|
|
6587
|
+
* Emitted when the list is scrolled to the end — matches Angular 'scrolledToEnd'
|
|
6476
6588
|
*/
|
|
6477
|
-
"
|
|
6589
|
+
"onDropiScrollEnd"?: (event: DropiSelectCustomEvent<void>) => void;
|
|
6478
6590
|
/**
|
|
6479
|
-
* Emitted
|
|
6591
|
+
* Emitted on search input — matches Angular 'onSearch'
|
|
6480
6592
|
*/
|
|
6481
|
-
"
|
|
6593
|
+
"onDropiSearch"?: (event: DropiSelectCustomEvent<string>) => void;
|
|
6482
6594
|
/**
|
|
6483
6595
|
* Array of SelectOption or SelectOptionGroup
|
|
6484
6596
|
* @default []
|
|
@@ -6536,6 +6648,11 @@ declare namespace LocalJSX {
|
|
|
6536
6648
|
* @default ''
|
|
6537
6649
|
*/
|
|
6538
6650
|
"textHelper"?: string;
|
|
6651
|
+
/**
|
|
6652
|
+
* If true, uses absolute positioning instead of fixed (better for modals with transforms)
|
|
6653
|
+
* @default false
|
|
6654
|
+
*/
|
|
6655
|
+
"withinModal"?: boolean;
|
|
6539
6656
|
}
|
|
6540
6657
|
/**
|
|
6541
6658
|
* @component dropi-sidebar
|
|
@@ -6546,7 +6663,7 @@ declare namespace LocalJSX {
|
|
|
6546
6663
|
/**
|
|
6547
6664
|
* Evento emitido cuando se selecciona una opción en el menú o un sub-hijo.
|
|
6548
6665
|
*/
|
|
6549
|
-
"
|
|
6666
|
+
"onDropiIndexChange"?: (event: DropiSidebarCustomEvent<SidebarProperties>) => void;
|
|
6550
6667
|
/**
|
|
6551
6668
|
* Define las propiedades y la cantidad de elementos a renderizar. Pasarlo como JSON string o directamente como array de SidebarProperties.
|
|
6552
6669
|
* @default []
|
|
@@ -6682,7 +6799,7 @@ declare namespace LocalJSX {
|
|
|
6682
6799
|
/**
|
|
6683
6800
|
* Emitted when the toggle state changes
|
|
6684
6801
|
*/
|
|
6685
|
-
"
|
|
6802
|
+
"onDropiChange"?: (event: DropiSwitchCustomEvent<boolean>) => void;
|
|
6686
6803
|
}
|
|
6687
6804
|
/**
|
|
6688
6805
|
* @component dropi-table
|
|
@@ -6739,41 +6856,41 @@ declare namespace LocalJSX {
|
|
|
6739
6856
|
* @default false
|
|
6740
6857
|
*/
|
|
6741
6858
|
"loading"?: boolean;
|
|
6859
|
+
"onDropiAction"?: (event: DropiTableCustomEvent<{ row: TableRow; action: any }>) => void;
|
|
6742
6860
|
/**
|
|
6743
6861
|
* Matches Angular `actionClicked`
|
|
6744
6862
|
*/
|
|
6745
|
-
"
|
|
6746
|
-
"onDropiAction"?: (event: DropiTableCustomEvent<{ row: TableRow; action: any }>) => void;
|
|
6863
|
+
"onDropiActionClick"?: (event: DropiTableCustomEvent<{ row: any; action: any }>) => void;
|
|
6747
6864
|
"onDropiPageChange"?: (event: DropiTableCustomEvent<number>) => void;
|
|
6748
|
-
"onDropiPageSizeChange"?: (event: DropiTableCustomEvent<number>) => void;
|
|
6749
|
-
"onDropiRowClick"?: (event: DropiTableCustomEvent<{ row: TableRow; index: number }>) => void;
|
|
6750
|
-
"onDropiSearch"?: (event: DropiTableCustomEvent<string>) => void;
|
|
6751
|
-
"onDropiSelection"?: (event: DropiTableCustomEvent<number[]>) => void;
|
|
6752
|
-
"onDropiSort"?: (event: DropiTableCustomEvent<{ key: string; dir: SortDir }>) => void;
|
|
6753
6865
|
/**
|
|
6754
|
-
* Matches Angular `
|
|
6866
|
+
* Matches Angular `onPageChange`
|
|
6755
6867
|
*/
|
|
6756
|
-
"
|
|
6868
|
+
"onDropiPageChangeAngular"?: (event: DropiTableCustomEvent<number>) => void;
|
|
6869
|
+
"onDropiPageSizeChange"?: (event: DropiTableCustomEvent<number>) => void;
|
|
6870
|
+
"onDropiRowClick"?: (event: DropiTableCustomEvent<{ row: TableRow; index: number }>) => void;
|
|
6757
6871
|
/**
|
|
6758
|
-
* Matches Angular `
|
|
6872
|
+
* Matches Angular `rowsSelected`
|
|
6759
6873
|
*/
|
|
6760
|
-
"
|
|
6874
|
+
"onDropiRowsSelected"?: (event: DropiTableCustomEvent<any[]>) => void;
|
|
6875
|
+
"onDropiSearch"?: (event: DropiTableCustomEvent<string>) => void;
|
|
6761
6876
|
/**
|
|
6762
6877
|
* Matches Angular `onSearchChange`
|
|
6763
6878
|
*/
|
|
6764
|
-
"
|
|
6879
|
+
"onDropiSearchChangeAngular"?: (event: DropiTableCustomEvent<string>) => void;
|
|
6880
|
+
"onDropiSelection"?: (event: DropiTableCustomEvent<number[]>) => void;
|
|
6765
6881
|
/**
|
|
6766
6882
|
* Matches Angular `onSizeChange`
|
|
6767
6883
|
*/
|
|
6768
|
-
"
|
|
6884
|
+
"onDropiSizeChangeAngular"?: (event: DropiTableCustomEvent<number>) => void;
|
|
6885
|
+
"onDropiSort"?: (event: DropiTableCustomEvent<{ key: string; dir: SortDir }>) => void;
|
|
6769
6886
|
/**
|
|
6770
6887
|
* Matches Angular `onSortChange`
|
|
6771
6888
|
*/
|
|
6772
|
-
"
|
|
6889
|
+
"onDropiSortChangeAngular"?: (event: DropiTableCustomEvent<any>) => void;
|
|
6773
6890
|
/**
|
|
6774
|
-
* Matches Angular `
|
|
6891
|
+
* Matches Angular `expandChildren`
|
|
6775
6892
|
*/
|
|
6776
|
-
"
|
|
6893
|
+
"onExpandChildren"?: (event: DropiTableCustomEvent<{ row: any }>) => void;
|
|
6777
6894
|
/**
|
|
6778
6895
|
* Page sizes options
|
|
6779
6896
|
* @default [5, 10, 25, 50]
|
|
@@ -6818,7 +6935,7 @@ declare namespace LocalJSX {
|
|
|
6818
6935
|
* Table title
|
|
6819
6936
|
* @default ''
|
|
6820
6937
|
*/
|
|
6821
|
-
"
|
|
6938
|
+
"tableTitle"?: string;
|
|
6822
6939
|
/**
|
|
6823
6940
|
* Total pages
|
|
6824
6941
|
* @default 1
|
|
@@ -6852,7 +6969,7 @@ declare namespace LocalJSX {
|
|
|
6852
6969
|
/**
|
|
6853
6970
|
* Emitted on tab click. e.detail = TabItem
|
|
6854
6971
|
*/
|
|
6855
|
-
"
|
|
6972
|
+
"onDropiIndexChange"?: (event: DropiTabsCustomEvent<TabItem>) => void;
|
|
6856
6973
|
/**
|
|
6857
6974
|
* Whether to show a check/pending icon per tab
|
|
6858
6975
|
* @default false
|
|
@@ -6894,6 +7011,11 @@ declare namespace LocalJSX {
|
|
|
6894
7011
|
* @default 'primary'
|
|
6895
7012
|
*/
|
|
6896
7013
|
"type"?: TagType;
|
|
7014
|
+
/**
|
|
7015
|
+
* tag (default) | dot (status dot + text) | text (colored text only)
|
|
7016
|
+
* @default 'tag'
|
|
7017
|
+
*/
|
|
7018
|
+
"variant"?: TagVariant;
|
|
6897
7019
|
}
|
|
6898
7020
|
/**
|
|
6899
7021
|
* @component dropi-tag-type-product
|
|
@@ -7227,6 +7349,7 @@ declare namespace LocalJSX {
|
|
|
7227
7349
|
"loadingMessage": string;
|
|
7228
7350
|
"isStep": boolean;
|
|
7229
7351
|
"baseZIndex": number;
|
|
7352
|
+
"isWhiteLabel": boolean;
|
|
7230
7353
|
"params": string;
|
|
7231
7354
|
}
|
|
7232
7355
|
interface DropiAvatarsAttributes {
|
|
@@ -7433,9 +7556,10 @@ declare namespace LocalJSX {
|
|
|
7433
7556
|
}
|
|
7434
7557
|
interface DropiIconAttributes {
|
|
7435
7558
|
"name": string;
|
|
7436
|
-
"
|
|
7437
|
-
"
|
|
7559
|
+
"iconWidth": string;
|
|
7560
|
+
"iconHeight": string;
|
|
7438
7561
|
"color": string;
|
|
7562
|
+
"strokeWidth": string;
|
|
7439
7563
|
}
|
|
7440
7564
|
interface DropiIlustrationIconAttributes {
|
|
7441
7565
|
"type": IlustrationType;
|
|
@@ -7455,7 +7579,7 @@ declare namespace LocalJSX {
|
|
|
7455
7579
|
"activeIndex": number;
|
|
7456
7580
|
}
|
|
7457
7581
|
interface DropiInputAttributes {
|
|
7458
|
-
"
|
|
7582
|
+
"inputId": string;
|
|
7459
7583
|
"name": string;
|
|
7460
7584
|
"label": string;
|
|
7461
7585
|
"placeholder": string;
|
|
@@ -7504,7 +7628,7 @@ declare namespace LocalJSX {
|
|
|
7504
7628
|
"format": 'mobile-vertical' | 'mobile-compact' | 'desktop';
|
|
7505
7629
|
}
|
|
7506
7630
|
interface DropiModalAttributes {
|
|
7507
|
-
"visible":
|
|
7631
|
+
"visible": boolean;
|
|
7508
7632
|
"header": string | null;
|
|
7509
7633
|
"showCloseIcon": boolean;
|
|
7510
7634
|
"dismissable": boolean;
|
|
@@ -7524,7 +7648,7 @@ declare namespace LocalJSX {
|
|
|
7524
7648
|
"baseZIndex": number;
|
|
7525
7649
|
"transitionOptions": string;
|
|
7526
7650
|
"enableBeforeClose": boolean;
|
|
7527
|
-
"
|
|
7651
|
+
"isDraggable": boolean;
|
|
7528
7652
|
"resizable": boolean;
|
|
7529
7653
|
}
|
|
7530
7654
|
interface DropiNavbarAttributes {
|
|
@@ -7543,6 +7667,7 @@ declare namespace LocalJSX {
|
|
|
7543
7667
|
"labelContact": string;
|
|
7544
7668
|
"showLabelContact": boolean;
|
|
7545
7669
|
"errorMessage": string;
|
|
7670
|
+
"digitsCount": number;
|
|
7546
7671
|
}
|
|
7547
7672
|
interface DropiPaginatorAttributes {
|
|
7548
7673
|
"totalPages": number;
|
|
@@ -7562,6 +7687,14 @@ declare namespace LocalJSX {
|
|
|
7562
7687
|
"selectedOption": string;
|
|
7563
7688
|
"selectProperties": string;
|
|
7564
7689
|
}
|
|
7690
|
+
interface DropiProgressBarAttributes {
|
|
7691
|
+
"value": number;
|
|
7692
|
+
"severity": 'primary' | 'success' | 'warning' | 'error' | 'info' | 'neutral';
|
|
7693
|
+
"height": string;
|
|
7694
|
+
"showValue": boolean;
|
|
7695
|
+
"trackColor": string;
|
|
7696
|
+
"color": string;
|
|
7697
|
+
}
|
|
7565
7698
|
interface DropiRadioButtonAttributes {
|
|
7566
7699
|
"label": string;
|
|
7567
7700
|
"name": string;
|
|
@@ -7619,6 +7752,7 @@ declare namespace LocalJSX {
|
|
|
7619
7752
|
"preIcon": string;
|
|
7620
7753
|
"defaultSelectedId": string;
|
|
7621
7754
|
"overlayClass": string;
|
|
7755
|
+
"withinModal": boolean;
|
|
7622
7756
|
"selectProperties": string;
|
|
7623
7757
|
}
|
|
7624
7758
|
interface DropiSidebarAttributes {
|
|
@@ -7657,7 +7791,7 @@ declare namespace LocalJSX {
|
|
|
7657
7791
|
"showCheckbox": boolean;
|
|
7658
7792
|
"loading": boolean;
|
|
7659
7793
|
"emptyMessage": string;
|
|
7660
|
-
"
|
|
7794
|
+
"tableTitle": string;
|
|
7661
7795
|
"showSearch": boolean;
|
|
7662
7796
|
"showColumnSelector": boolean;
|
|
7663
7797
|
"showPaginator": boolean;
|
|
@@ -7680,6 +7814,7 @@ declare namespace LocalJSX {
|
|
|
7680
7814
|
"stopAction": boolean;
|
|
7681
7815
|
}
|
|
7682
7816
|
interface DropiTagAttributes {
|
|
7817
|
+
"variant": TagVariant;
|
|
7683
7818
|
"type": TagType;
|
|
7684
7819
|
"state": TagState;
|
|
7685
7820
|
"showIcon": boolean;
|
|
@@ -7790,6 +7925,7 @@ declare namespace LocalJSX {
|
|
|
7790
7925
|
"dropi-otp-send-code": Omit<DropiOtpSendCode, keyof DropiOtpSendCodeAttributes> & { [K in keyof DropiOtpSendCode & keyof DropiOtpSendCodeAttributes]?: DropiOtpSendCode[K] } & { [K in keyof DropiOtpSendCode & keyof DropiOtpSendCodeAttributes as `attr:${K}`]?: DropiOtpSendCodeAttributes[K] } & { [K in keyof DropiOtpSendCode & keyof DropiOtpSendCodeAttributes as `prop:${K}`]?: DropiOtpSendCode[K] };
|
|
7791
7926
|
"dropi-paginator": Omit<DropiPaginator, keyof DropiPaginatorAttributes> & { [K in keyof DropiPaginator & keyof DropiPaginatorAttributes]?: DropiPaginator[K] } & { [K in keyof DropiPaginator & keyof DropiPaginatorAttributes as `attr:${K}`]?: DropiPaginatorAttributes[K] } & { [K in keyof DropiPaginator & keyof DropiPaginatorAttributes as `prop:${K}`]?: DropiPaginator[K] };
|
|
7792
7927
|
"dropi-phone-input": Omit<DropiPhoneInput, keyof DropiPhoneInputAttributes> & { [K in keyof DropiPhoneInput & keyof DropiPhoneInputAttributes]?: DropiPhoneInput[K] } & { [K in keyof DropiPhoneInput & keyof DropiPhoneInputAttributes as `attr:${K}`]?: DropiPhoneInputAttributes[K] } & { [K in keyof DropiPhoneInput & keyof DropiPhoneInputAttributes as `prop:${K}`]?: DropiPhoneInput[K] };
|
|
7928
|
+
"dropi-progress-bar": Omit<DropiProgressBar, keyof DropiProgressBarAttributes> & { [K in keyof DropiProgressBar & keyof DropiProgressBarAttributes]?: DropiProgressBar[K] } & { [K in keyof DropiProgressBar & keyof DropiProgressBarAttributes as `attr:${K}`]?: DropiProgressBarAttributes[K] } & { [K in keyof DropiProgressBar & keyof DropiProgressBarAttributes as `prop:${K}`]?: DropiProgressBar[K] };
|
|
7793
7929
|
"dropi-radio-button": Omit<DropiRadioButton, keyof DropiRadioButtonAttributes> & { [K in keyof DropiRadioButton & keyof DropiRadioButtonAttributes]?: DropiRadioButton[K] } & { [K in keyof DropiRadioButton & keyof DropiRadioButtonAttributes as `attr:${K}`]?: DropiRadioButtonAttributes[K] } & { [K in keyof DropiRadioButton & keyof DropiRadioButtonAttributes as `prop:${K}`]?: DropiRadioButton[K] };
|
|
7794
7930
|
"dropi-radio-selection-list": Omit<DropiRadioSelectionList, keyof DropiRadioSelectionListAttributes> & { [K in keyof DropiRadioSelectionList & keyof DropiRadioSelectionListAttributes]?: DropiRadioSelectionList[K] } & { [K in keyof DropiRadioSelectionList & keyof DropiRadioSelectionListAttributes as `attr:${K}`]?: DropiRadioSelectionListAttributes[K] } & { [K in keyof DropiRadioSelectionList & keyof DropiRadioSelectionListAttributes as `prop:${K}`]?: DropiRadioSelectionList[K] };
|
|
7795
7931
|
"dropi-read-more": Omit<DropiReadMore, keyof DropiReadMoreAttributes> & { [K in keyof DropiReadMore & keyof DropiReadMoreAttributes]?: DropiReadMore[K] } & { [K in keyof DropiReadMore & keyof DropiReadMoreAttributes as `attr:${K}`]?: DropiReadMoreAttributes[K] } & { [K in keyof DropiReadMore & keyof DropiReadMoreAttributes as `prop:${K}`]?: DropiReadMore[K] };
|
|
@@ -8062,7 +8198,7 @@ declare module "@stencil/core" {
|
|
|
8062
8198
|
"dropi-navbar": LocalJSX.IntrinsicElements["dropi-navbar"] & JSXBase.HTMLAttributes<HTMLDropiNavbarElement>;
|
|
8063
8199
|
/**
|
|
8064
8200
|
* @component dropi-otp-send-code
|
|
8065
|
-
*
|
|
8201
|
+
* OTP input with configurable length, countdown timer and resend capability.
|
|
8066
8202
|
*/
|
|
8067
8203
|
"dropi-otp-send-code": LocalJSX.IntrinsicElements["dropi-otp-send-code"] & JSXBase.HTMLAttributes<HTMLDropiOtpSendCodeElement>;
|
|
8068
8204
|
/**
|
|
@@ -8076,6 +8212,7 @@ declare module "@stencil/core" {
|
|
|
8076
8212
|
* Syncs perfectly with dropi-core_front natively
|
|
8077
8213
|
*/
|
|
8078
8214
|
"dropi-phone-input": LocalJSX.IntrinsicElements["dropi-phone-input"] & JSXBase.HTMLAttributes<HTMLDropiPhoneInputElement>;
|
|
8215
|
+
"dropi-progress-bar": LocalJSX.IntrinsicElements["dropi-progress-bar"] & JSXBase.HTMLAttributes<HTMLDropiProgressBarElement>;
|
|
8079
8216
|
/**
|
|
8080
8217
|
* @component dropi-radio-button
|
|
8081
8218
|
* Styled radio button with label.
|