@dropi/ui 0.1.41 → 0.1.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/icons/symbol/svg/sprite.css.svg +1 -1
- package/dist/cjs/dropi-accordion-item.cjs.entry.js +2 -2
- package/dist/cjs/dropi-accordion.cjs.entry.js +2 -2
- package/dist/cjs/dropi-alert-legacy.cjs.entry.js +1 -1
- package/dist/cjs/dropi-alert-modal.cjs.entry.js +20 -16
- package/dist/cjs/dropi-alert.cjs.entry.js +12 -12
- package/dist/cjs/dropi-avatars.cjs.entry.js +1 -1
- package/dist/cjs/dropi-badge-legacy.cjs.entry.js +2 -2
- package/dist/cjs/dropi-badge.cjs.entry.js +1 -1
- package/dist/cjs/dropi-banner-external.cjs.entry.js +3 -3
- package/dist/cjs/dropi-breadcrumb.cjs.entry.js +2 -2
- package/dist/cjs/dropi-button.cjs.entry.js +7 -7
- package/dist/cjs/dropi-card-checkbox.cjs.entry.js +6 -6
- package/dist/cjs/dropi-card-product.cjs.entry.js +12 -12
- package/dist/cjs/dropi-card-section.cjs.entry.js +9 -9
- package/dist/cjs/dropi-carousel.cjs.entry.js +8 -8
- package/dist/cjs/dropi-checkbox-selection-list.cjs.entry.js +9 -9
- package/dist/cjs/dropi-checkbox.cjs.entry.js +6 -6
- package/dist/cjs/dropi-chips.cjs.entry.js +4 -4
- package/dist/cjs/dropi-city-selector.cjs.entry.js +2 -2
- package/dist/cjs/dropi-color-picker.cjs.entry.js +4 -4
- package/dist/cjs/dropi-country-flags.cjs.entry.js +2 -2
- package/dist/cjs/dropi-country-selector.cjs.entry.js +6 -6
- package/dist/cjs/dropi-date-picker-range.cjs.entry.js +4 -4
- package/dist/cjs/dropi-date-picker.cjs.entry.js +12 -12
- package/dist/cjs/dropi-drawer.cjs.entry.js +4 -4
- package/dist/cjs/dropi-dropdown.cjs.entry.js +2 -2
- package/dist/cjs/dropi-empty-state.cjs.entry.js +3 -3
- package/dist/cjs/dropi-favorite-button.cjs.entry.js +3 -3
- package/dist/cjs/dropi-file-upload-progress-bar.cjs.entry.js +5 -5
- package/dist/cjs/dropi-file-upload.cjs.entry.js +3 -3
- package/dist/cjs/dropi-icon.cjs.entry.js +17 -3
- package/dist/cjs/dropi-ilustration-icon.cjs.entry.js +5 -5
- package/dist/cjs/dropi-image-miniature.cjs.entry.js +3 -3
- package/dist/cjs/dropi-image-overlay.cjs.entry.js +2 -2
- package/dist/cjs/dropi-input_3.cjs.entry.js +50 -22
- package/dist/cjs/dropi-languages-selector.cjs.entry.js +4 -4
- package/dist/cjs/dropi-logo.cjs.entry.js +2 -2
- package/dist/cjs/dropi-lottie-loader.cjs.entry.js +1 -1
- package/dist/cjs/dropi-media-player.cjs.entry.js +3 -3
- package/dist/cjs/dropi-modal.cjs.entry.js +37 -32
- package/dist/cjs/dropi-navbar.cjs.entry.js +7 -7
- package/dist/cjs/dropi-otp-send-code.cjs.entry.js +34 -19
- package/dist/cjs/dropi-phone-input.cjs.entry.js +14 -14
- package/dist/cjs/dropi-progress-bar.cjs.entry.js +43 -0
- package/dist/cjs/dropi-radio-button.cjs.entry.js +5 -5
- package/dist/cjs/dropi-radio-selection-list.cjs.entry.js +9 -9
- package/dist/cjs/dropi-read-more.cjs.entry.js +2 -2
- package/dist/cjs/dropi-search.cjs.entry.js +21 -21
- package/dist/cjs/dropi-select.cjs.entry.js +50 -22
- package/dist/cjs/dropi-sidebar.cjs.entry.js +6 -6
- package/dist/cjs/dropi-simple-stepper.cjs.entry.js +1 -1
- package/dist/cjs/dropi-skeleton.cjs.entry.js +1 -1
- package/dist/cjs/dropi-steps.cjs.entry.js +1 -1
- package/dist/cjs/dropi-switch.cjs.entry.js +5 -5
- package/dist/cjs/dropi-table.cjs.entry.js +38 -30
- package/dist/cjs/dropi-tabs.cjs.entry.js +5 -5
- package/dist/cjs/dropi-tag-type-product.cjs.entry.js +2 -2
- package/dist/cjs/dropi-text-area.cjs.entry.js +7 -7
- package/dist/cjs/dropi-time-line.cjs.entry.js +2 -2
- package/dist/cjs/dropi-toast.cjs.entry.js +2 -2
- package/dist/cjs/dropi-tooltip-v2.cjs.entry.js +3 -3
- package/dist/cjs/dropi-tooltip.cjs.entry.js +2 -2
- package/dist/cjs/dropi-ui.cjs.js +2 -2
- package/dist/cjs/dropi-vertical-steps.cjs.entry.js +3 -3
- package/dist/cjs/dropi-youtube-lazy-video.cjs.entry.js +2 -2
- package/dist/cjs/index-CEWSDq65.js +2773 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/assets/icons/symbol/svg/sprite.css.svg +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/dropi-accordion/dropi-accordion-item.js +1 -1
- package/dist/collection/components/dropi-accordion/dropi-accordion.js +1 -1
- package/dist/collection/components/dropi-alert/dropi-alert.js +16 -16
- package/dist/collection/components/dropi-alert-modal/dropi-alert-modal.js +43 -19
- package/dist/collection/components/dropi-badge-legacy/dropi-badge-legacy.js +1 -1
- package/dist/collection/components/dropi-button/dropi-button.css +6 -3
- package/dist/collection/components/dropi-button/dropi-button.js +6 -6
- package/dist/collection/components/dropi-card-checkbox/dropi-card-checkbox.js +6 -6
- package/dist/collection/components/dropi-card-product/dropi-card-product.js +11 -11
- package/dist/collection/components/dropi-card-section/dropi-card-section.js +10 -10
- package/dist/collection/components/dropi-carousel/dropi-carousel.js +9 -9
- package/dist/collection/components/dropi-checkbox/dropi-checkbox.js +6 -6
- package/dist/collection/components/dropi-checkbox-selection-list/dropi-checkbox-selection-list.js +10 -10
- package/dist/collection/components/dropi-chips/dropi-chips.js +4 -4
- package/dist/collection/components/dropi-color-picker/dropi-color-picker.js +2 -2
- package/dist/collection/components/dropi-country-flags/dropi-country-flags.js +1 -1
- package/dist/collection/components/dropi-country-selector/dropi-country-selector.js +6 -6
- package/dist/collection/components/dropi-date-picker/dropi-date-picker.js +12 -12
- package/dist/collection/components/dropi-drawer/dropi-drawer.js +2 -2
- package/dist/collection/components/dropi-empty-state/dropi-empty-state.js +1 -1
- package/dist/collection/components/dropi-favorite-button/dropi-favorite-button.js +1 -1
- package/dist/collection/components/dropi-file-upload/dropi-file-upload.js +1 -1
- package/dist/collection/components/dropi-file-upload-progress-bar/dropi-file-upload-progress-bar.js +1 -1
- package/dist/collection/components/dropi-icon/dropi-icon.css +2 -0
- package/dist/collection/components/dropi-icon/dropi-icon.js +35 -1
- package/dist/collection/components/dropi-ilustration-icon/dropi-ilustration-icon.js +4 -4
- package/dist/collection/components/dropi-image-miniature/dropi-image-miniature.js +1 -1
- package/dist/collection/components/dropi-input/dropi-input.js +18 -18
- package/dist/collection/components/dropi-languages-selector/dropi-languages-selector.js +4 -4
- package/dist/collection/components/dropi-logo/dropi-logo.js +1 -1
- package/dist/collection/components/dropi-modal/dropi-modal.css +12 -6
- package/dist/collection/components/dropi-modal/dropi-modal.js +47 -42
- package/dist/collection/components/dropi-navbar/dropi-navbar.js +2 -2
- package/dist/collection/components/dropi-otp-send-code/dropi-otp-send-code.js +54 -18
- package/dist/collection/components/dropi-paginator/dropi-paginator.js +6 -6
- package/dist/collection/components/dropi-phone-input/dropi-phone-input.js +17 -17
- package/dist/collection/components/dropi-progress-bar/dropi-progress-bar.css +35 -0
- package/dist/collection/components/dropi-progress-bar/dropi-progress-bar.js +168 -0
- package/dist/collection/components/dropi-radio-button/dropi-radio-button.js +5 -5
- package/dist/collection/components/dropi-radio-selection-list/dropi-radio-selection-list.js +10 -10
- package/dist/collection/components/dropi-read-more/dropi-read-more.js +1 -1
- package/dist/collection/components/dropi-search/dropi-search.js +26 -26
- package/dist/collection/components/dropi-select/dropi-select.css +4 -0
- package/dist/collection/components/dropi-select/dropi-select.js +85 -25
- package/dist/collection/components/dropi-sidebar/dropi-sidebar.js +6 -6
- package/dist/collection/components/dropi-switch/dropi-switch.js +5 -5
- package/dist/collection/components/dropi-table/dropi-table.js +35 -27
- package/dist/collection/components/dropi-tabs/dropi-tabs.js +5 -5
- package/dist/collection/components/dropi-tag/dropi-tag.css +16 -7
- package/dist/collection/components/dropi-tag/dropi-tag.js +55 -1
- package/dist/collection/components/dropi-tag-type-product/dropi-tag-type-product.js +1 -1
- package/dist/collection/components/dropi-text-area/dropi-text-area.js +2 -2
- package/dist/collection/components/dropi-time-line/dropi-time-line.js +1 -1
- package/dist/collection/components/dropi-toast/dropi-toast.js +1 -1
- package/dist/collection/components/dropi-tooltip/dropi-tooltip.js +1 -1
- package/dist/collection/components/dropi-tooltip-v2/dropi-tooltip.js +2 -2
- package/dist/collection/components/dropi-vertical-steps/dropi-vertical-steps.js +1 -1
- package/dist/collection/components/dropi-youtube-lazy-video/dropi-youtube-lazy-video.js +1 -1
- package/dist/components/dropi-accordion-item.js +1 -1
- package/dist/components/dropi-accordion.js +1 -1
- package/dist/components/dropi-alert-modal.js +1 -1
- package/dist/components/dropi-alert.js +1 -1
- package/dist/components/dropi-badge-legacy.js +1 -1
- package/dist/components/dropi-banner-external.js +1 -1
- package/dist/components/dropi-breadcrumb.js +1 -1
- package/dist/components/dropi-button.js +1 -1
- package/dist/components/dropi-card-checkbox.js +1 -1
- package/dist/components/dropi-card-product.js +1 -1
- package/dist/components/dropi-card-section.js +1 -1
- package/dist/components/dropi-carousel.js +1 -1
- package/dist/components/dropi-checkbox-selection-list.js +1 -1
- package/dist/components/dropi-checkbox.js +1 -1
- package/dist/components/dropi-chips.js +1 -1
- package/dist/components/dropi-city-selector.js +1 -1
- package/dist/components/dropi-color-picker.js +1 -1
- package/dist/components/dropi-country-flags.js +1 -1
- package/dist/components/dropi-country-selector.js +1 -1
- package/dist/components/dropi-date-picker-range.js +1 -1
- package/dist/components/dropi-date-picker.js +1 -1
- package/dist/components/dropi-drawer.js +1 -1
- package/dist/components/dropi-dropdown.js +1 -1
- package/dist/components/dropi-empty-state.js +1 -1
- package/dist/components/dropi-favorite-button.js +1 -1
- package/dist/components/dropi-file-upload-progress-bar.js +1 -1
- package/dist/components/dropi-file-upload.js +1 -1
- package/dist/components/dropi-icon.js +1 -1
- package/dist/components/dropi-ilustration-icon.js +1 -1
- package/dist/components/dropi-image-miniature.js +1 -1
- package/dist/components/dropi-image-overlay.js +1 -1
- package/dist/components/dropi-input.js +1 -1
- package/dist/components/dropi-languages-selector.js +1 -1
- package/dist/components/dropi-logo.js +1 -1
- package/dist/components/dropi-media-player.js +1 -1
- package/dist/components/dropi-modal.js +1 -1
- package/dist/components/dropi-navbar.js +1 -1
- package/dist/components/dropi-otp-send-code.js +1 -1
- package/dist/components/dropi-paginator.js +1 -1
- package/dist/components/dropi-phone-input.js +1 -1
- package/dist/components/dropi-progress-bar.d.ts +11 -0
- package/dist/components/dropi-progress-bar.js +1 -0
- package/dist/components/dropi-radio-button.js +1 -1
- package/dist/components/dropi-radio-selection-list.js +1 -1
- package/dist/components/dropi-read-more.js +1 -1
- package/dist/components/dropi-search.js +1 -1
- package/dist/components/dropi-select.js +1 -1
- package/dist/components/dropi-sidebar.js +1 -1
- package/dist/components/dropi-steps.js +1 -1
- package/dist/components/dropi-switch.js +1 -1
- package/dist/components/dropi-table.js +1 -1
- package/dist/components/dropi-tabs.js +1 -1
- package/dist/components/dropi-tag-type-product.js +1 -1
- package/dist/components/dropi-tag.js +1 -1
- package/dist/components/dropi-text-area.js +1 -1
- package/dist/components/dropi-time-line.js +1 -1
- package/dist/components/dropi-toast.js +1 -1
- package/dist/components/dropi-tooltip-v2.js +1 -1
- package/dist/components/dropi-tooltip.js +1 -1
- package/dist/components/dropi-vertical-steps.js +1 -1
- package/dist/components/dropi-youtube-lazy-video.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/p-1YjHPRto.js +1 -0
- package/dist/components/p-9CkX3ALN.js +1 -0
- package/dist/components/p-B9-h_ikq.js +1 -0
- package/dist/components/p-B9rJd-Rf.js +1 -0
- package/dist/components/p-BGb7xtJN.js +1 -0
- package/dist/components/p-BHV6BYSS.js +1 -0
- package/dist/components/p-BSB5Ar-y.js +1 -0
- package/dist/components/p-BSHROiHb.js +1 -0
- package/dist/components/p-BT99axEq.js +1 -0
- package/dist/components/p-BVgUVZyu.js +1 -0
- package/dist/components/p-BhRjfHZ3.js +1 -0
- package/dist/components/p-Bimspdte.js +1 -0
- package/dist/components/p-BmuWhHN-.js +1 -0
- package/dist/components/p-BqJ52YOH.js +1 -0
- package/dist/components/p-BrR1YjVi.js +1 -0
- package/dist/components/p-BrnGRyf0.js +1 -0
- package/dist/components/p-BtkDdEAq.js +1 -0
- package/dist/components/p-BvIwy9Yl.js +1 -0
- package/dist/components/p-BzCPv3ND.js +1 -0
- package/dist/components/p-C44-ijf2.js +1 -0
- package/dist/components/p-CHb992Wr.js +1 -0
- package/dist/components/p-CJ4s6SQT.js +1 -0
- package/dist/components/p-CKflT57p.js +1 -0
- package/dist/components/p-CWT7wT9m.js +1 -0
- package/dist/components/p-CWWFRdg7.js +1 -0
- package/dist/components/p-CWwDNt3V.js +1 -0
- package/dist/components/p-CXUiN3Rj.js +1 -0
- package/dist/components/p-C_zOkGR5.js +1 -0
- package/dist/components/p-Cujt3jky.js +1 -0
- package/dist/components/p-D5UeShUa.js +1 -0
- package/dist/components/p-D7GP-lmt.js +1 -0
- package/dist/components/p-DFNI0UID.js +1 -0
- package/dist/components/p-DG5fe-Ke.js +1 -0
- package/dist/components/p-DKWuIsc_.js +1 -0
- package/dist/components/p-DLyzE3Kh.js +1 -0
- package/dist/components/p-DN_IcU8H.js +1 -0
- package/dist/components/p-DON3zW51.js +1 -0
- package/dist/components/p-DQzskhll.js +1 -0
- package/dist/components/p-DYAsdhfM.js +1 -0
- package/dist/components/p-DYYToiO9.js +1 -0
- package/dist/components/p-DehWQyi5.js +1 -0
- package/dist/components/p-DfSe-tBr.js +1 -0
- package/dist/components/p-Dgeh9Yg8.js +1 -0
- package/dist/components/p-DlaiuH5K.js +1 -0
- package/dist/components/p-DvaFep4Y.js +1 -0
- package/dist/components/p-ETg0qC-7.js +1 -0
- package/dist/components/p-HCtk4_Dq.js +1 -0
- package/dist/components/p-QezfyBk4.js +1 -0
- package/dist/components/p-RD09_3LO.js +1 -0
- package/dist/components/p-RQjw5hdz.js +1 -0
- package/dist/components/p-dbZuh0Uq.js +1 -0
- package/dist/components/p-emzVHCws.js +1 -0
- package/dist/components/p-im7kgtnS.js +1 -0
- package/dist/components/p-kC6NU5nP.js +1 -0
- package/dist/components/p-lX2uCKEi.js +1 -0
- package/dist/components/p-ndQSfLKF.js +1 -0
- package/dist/components/p-plWZwD4h.js +1 -0
- package/dist/components/p-t0lkpFmw.js +1 -0
- package/dist/components/p-ujToMKti.js +1 -0
- package/dist/dropi-ui/dropi-accordion-item.entry.js +1 -1
- package/dist/dropi-ui/dropi-accordion.entry.js +1 -1
- package/dist/dropi-ui/dropi-alert-modal.entry.js +19 -15
- package/dist/dropi-ui/dropi-alert-modal.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-alert.entry.js +11 -11
- package/dist/dropi-ui/dropi-alert.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-badge-legacy.entry.js +1 -1
- package/dist/dropi-ui/dropi-button.entry.js +6 -6
- package/dist/dropi-ui/dropi-button.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-card-checkbox.entry.js +5 -5
- package/dist/dropi-ui/dropi-card-checkbox.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-card-product.entry.js +9 -9
- package/dist/dropi-ui/dropi-card-product.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-card-section.entry.js +8 -8
- package/dist/dropi-ui/dropi-card-section.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-carousel.entry.js +7 -7
- package/dist/dropi-ui/dropi-carousel.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-checkbox-selection-list.entry.js +8 -8
- package/dist/dropi-ui/dropi-checkbox-selection-list.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-checkbox.entry.js +5 -5
- package/dist/dropi-ui/dropi-checkbox.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-chips.entry.js +3 -3
- package/dist/dropi-ui/dropi-chips.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-color-picker.entry.js +2 -2
- package/dist/dropi-ui/dropi-country-flags.entry.js +1 -1
- package/dist/dropi-ui/dropi-country-selector.entry.js +5 -5
- package/dist/dropi-ui/dropi-country-selector.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-date-picker.entry.js +10 -10
- package/dist/dropi-ui/dropi-date-picker.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-drawer.entry.js +2 -2
- package/dist/dropi-ui/dropi-empty-state.entry.js +1 -1
- package/dist/dropi-ui/dropi-favorite-button.entry.js +1 -1
- package/dist/dropi-ui/dropi-file-upload-progress-bar.entry.js +1 -1
- package/dist/dropi-ui/dropi-file-upload.entry.js +1 -1
- package/dist/dropi-ui/dropi-file-upload.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-icon.entry.js +16 -2
- package/dist/dropi-ui/dropi-icon.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-ilustration-icon.entry.js +4 -4
- package/dist/dropi-ui/dropi-ilustration-icon.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-image-miniature.entry.js +1 -1
- package/dist/dropi-ui/dropi-input.entry.js +14 -14
- package/dist/dropi-ui/dropi-input.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-languages-selector.entry.js +3 -3
- package/dist/dropi-ui/dropi-languages-selector.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-logo.entry.js +1 -1
- package/dist/dropi-ui/dropi-modal.entry.js +36 -31
- package/dist/dropi-ui/dropi-modal.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-navbar.entry.js +2 -2
- package/dist/dropi-ui/dropi-otp-send-code.entry.js +30 -15
- package/dist/dropi-ui/dropi-otp-send-code.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-paginator.entry.js +5 -5
- package/dist/dropi-ui/dropi-paginator.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-phone-input.entry.js +13 -13
- package/dist/dropi-ui/dropi-phone-input.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-progress-bar.entry.js +44 -0
- package/dist/dropi-ui/dropi-progress-bar.entry.js.map +1 -0
- package/dist/dropi-ui/dropi-radio-button.entry.js +4 -4
- package/dist/dropi-ui/dropi-radio-button.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-radio-selection-list.entry.js +8 -8
- package/dist/dropi-ui/dropi-radio-selection-list.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-read-more.entry.js +1 -1
- package/dist/dropi-ui/dropi-search.entry.js +20 -20
- package/dist/dropi-ui/dropi-search.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-select.entry.js +49 -21
- package/dist/dropi-ui/dropi-select.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-sidebar.entry.js +5 -5
- package/dist/dropi-ui/dropi-sidebar.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-switch.entry.js +4 -4
- package/dist/dropi-ui/dropi-switch.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-table.entry.js +29 -21
- package/dist/dropi-ui/dropi-table.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-tabs.entry.js +4 -4
- package/dist/dropi-ui/dropi-tabs.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-tag-type-product.entry.js +1 -1
- package/dist/dropi-ui/dropi-tag.entry.js +30 -2
- package/dist/dropi-ui/dropi-tag.entry.js.map +1 -1
- package/dist/dropi-ui/dropi-text-area.entry.js +2 -2
- package/dist/dropi-ui/dropi-time-line.entry.js +1 -1
- package/dist/dropi-ui/dropi-toast.entry.js +1 -1
- package/dist/dropi-ui/dropi-tooltip-v2.entry.js +2 -2
- package/dist/dropi-ui/dropi-tooltip.entry.js +1 -1
- package/dist/dropi-ui/dropi-ui.css +1 -311
- package/dist/dropi-ui/dropi-ui.esm.js +1 -50
- package/dist/dropi-ui/dropi-vertical-steps.entry.js +1 -1
- package/dist/dropi-ui/dropi-youtube-lazy-video.entry.js +1 -1
- package/dist/dropi-ui/index.esm.js +0 -4
- package/dist/dropi-ui/p-019c2c37.entry.js +1 -0
- package/dist/dropi-ui/p-01c57627.entry.js +1 -0
- package/dist/dropi-ui/p-03515548.entry.js +1 -0
- package/dist/dropi-ui/p-0366349e.entry.js +1 -0
- package/dist/dropi-ui/p-06bdd006.entry.js +1 -0
- package/dist/dropi-ui/p-086a6f5f.entry.js +1 -0
- package/dist/dropi-ui/p-088616e6.entry.js +1 -0
- package/dist/dropi-ui/p-08bc8fb2.entry.js +1 -0
- package/dist/dropi-ui/p-0946a1f7.entry.js +1 -0
- package/dist/dropi-ui/p-09aa9a3c.entry.js +1 -0
- package/dist/dropi-ui/p-0a76c15c.entry.js +1 -0
- package/dist/dropi-ui/p-0d188f2c.entry.js +1 -0
- package/dist/dropi-ui/p-0e026afe.entry.js +1 -0
- package/dist/dropi-ui/p-0ef73e45.entry.js +1 -0
- package/dist/dropi-ui/p-0f1b13e5.entry.js +1 -0
- package/dist/dropi-ui/p-1107c210.entry.js +1 -0
- package/dist/dropi-ui/p-13a6dd72.entry.js +1 -0
- package/dist/dropi-ui/p-1558c22f.entry.js +1 -0
- package/dist/dropi-ui/p-16674c7c.entry.js +1 -0
- package/dist/dropi-ui/p-17c53e19.entry.js +1 -0
- package/dist/dropi-ui/p-1ce00757.entry.js +1 -0
- package/dist/dropi-ui/p-229dddb0.entry.js +1 -0
- package/dist/dropi-ui/p-278281d2.entry.js +1 -0
- package/dist/dropi-ui/p-28f960a1.entry.js +1 -0
- package/dist/dropi-ui/p-2d356767.entry.js +1 -0
- package/dist/dropi-ui/p-2f9072e7.entry.js +1 -0
- package/dist/dropi-ui/p-30377b7e.entry.js +1 -0
- package/dist/dropi-ui/p-342eaf9e.entry.js +1 -0
- package/dist/dropi-ui/p-3496cc01.entry.js +1 -0
- package/dist/dropi-ui/p-37bdbadc.entry.js +1 -0
- package/dist/dropi-ui/p-393867c2.entry.js +1 -0
- package/dist/dropi-ui/p-3a28b79c.entry.js +1 -0
- package/dist/dropi-ui/p-3aefce2b.entry.js +1 -0
- package/dist/dropi-ui/p-3f76c680.entry.js +1 -0
- package/dist/dropi-ui/p-488a3113.entry.js +1 -0
- package/dist/dropi-ui/p-497e4eff.entry.js +1 -0
- package/dist/dropi-ui/p-4a72e4c8.entry.js +1 -0
- package/dist/dropi-ui/p-4b169817.entry.js +1 -0
- package/dist/dropi-ui/p-4d31eab8.entry.js +1 -0
- package/dist/dropi-ui/p-508cfd38.entry.js +1 -0
- package/dist/dropi-ui/p-50e851b7.entry.js +1 -0
- package/dist/dropi-ui/p-5730ca4e.entry.js +1 -0
- package/dist/dropi-ui/p-575e1951.entry.js +1 -0
- package/dist/dropi-ui/p-57c3b667.entry.js +1 -0
- package/dist/dropi-ui/p-5c0cd221.entry.js +1 -0
- package/dist/dropi-ui/p-5e0da387.entry.js +1 -0
- package/dist/dropi-ui/p-5eb75ddf.entry.js +1 -0
- package/dist/dropi-ui/p-5f735166.entry.js +1 -0
- package/dist/dropi-ui/p-61f8905c.entry.js +1 -0
- package/dist/dropi-ui/p-648e5340.entry.js +1 -0
- package/dist/dropi-ui/p-66d7d67b.entry.js +1 -0
- package/dist/dropi-ui/p-673a5cfd.entry.js +1 -0
- package/dist/dropi-ui/p-67ba7d35.entry.js +1 -0
- package/dist/dropi-ui/p-692b665a.entry.js +1 -0
- package/dist/dropi-ui/p-69cf66c1.entry.js +1 -0
- package/dist/dropi-ui/p-6a148627.entry.js +1 -0
- package/dist/dropi-ui/p-6b925a36.entry.js +1 -0
- package/dist/dropi-ui/p-6cb6cfe0.entry.js +1 -0
- package/dist/dropi-ui/p-6dbce3d3.entry.js +1 -0
- package/dist/dropi-ui/p-70f75e92.entry.js +1 -0
- package/dist/dropi-ui/p-7140309a.entry.js +1 -0
- package/dist/dropi-ui/p-72ec96d0.entry.js +1 -0
- package/dist/dropi-ui/p-7450d195.entry.js +1 -0
- package/dist/dropi-ui/p-754aed1c.entry.js +1 -0
- package/dist/dropi-ui/p-76fa02a1.entry.js +1 -0
- package/dist/dropi-ui/p-770b0195.entry.js +1 -0
- package/dist/dropi-ui/p-7822b081.entry.js +1 -0
- package/dist/dropi-ui/p-78282471.entry.js +1 -0
- package/dist/dropi-ui/p-78aa7fb3.entry.js +1 -0
- package/dist/dropi-ui/p-7a25f595.entry.js +1 -0
- package/dist/dropi-ui/p-7c0f959f.entry.js +1 -0
- package/dist/dropi-ui/p-7c5ea4c5.entry.js +1 -0
- package/dist/dropi-ui/p-7f02ae47.entry.js +1 -0
- package/dist/dropi-ui/p-7f0f828d.entry.js +1 -0
- package/dist/dropi-ui/p-80f0f6e6.entry.js +1 -0
- package/dist/dropi-ui/p-813678a2.entry.js +1 -0
- package/dist/dropi-ui/p-819d810e.entry.js +1 -0
- package/dist/dropi-ui/p-84019422.entry.js +1 -0
- package/dist/dropi-ui/p-8b8dc399.entry.js +1 -0
- package/dist/dropi-ui/p-8cf27f13.entry.js +1 -0
- package/dist/dropi-ui/p-8d6313c0.entry.js +1 -0
- package/dist/dropi-ui/p-8dbc6bc8.entry.js +1 -0
- package/dist/dropi-ui/p-8fc3dbcb.entry.js +1 -0
- package/dist/dropi-ui/p-90abda79.entry.js +1 -0
- package/dist/dropi-ui/p-928b59e8.entry.js +1 -0
- package/dist/dropi-ui/p-92c9e3c5.entry.js +1 -0
- package/dist/dropi-ui/p-94144382.entry.js +1 -0
- package/dist/dropi-ui/p-94a58087.entry.js +1 -0
- package/dist/dropi-ui/p-9645d628.entry.js +1 -0
- package/dist/dropi-ui/p-96f72e50.entry.js +1 -0
- package/dist/dropi-ui/p-9b288982.entry.js +1 -0
- package/dist/dropi-ui/p-9b55c8ad.entry.js +1 -0
- package/dist/dropi-ui/p-9bcde3a5.entry.js +1 -0
- package/dist/dropi-ui/p-9e8615de.entry.js +1 -0
- package/dist/dropi-ui/p-a0ade2e7.entry.js +1 -0
- package/dist/dropi-ui/p-a2fb4CHk.js +2 -0
- package/dist/dropi-ui/p-a3b729fe.entry.js +1 -0
- package/dist/dropi-ui/p-a3d602fd.entry.js +1 -0
- package/dist/dropi-ui/p-a470a24a.entry.js +1 -0
- package/dist/dropi-ui/p-a50c8339.entry.js +1 -0
- package/dist/dropi-ui/p-a524ef3d.entry.js +1 -0
- package/dist/dropi-ui/p-a62c691f.entry.js +1 -0
- package/dist/dropi-ui/p-a745529a.entry.js +1 -0
- package/dist/dropi-ui/p-a96c54ed.entry.js +1 -0
- package/dist/dropi-ui/p-ab3c52a4.entry.js +1 -0
- package/dist/dropi-ui/p-abd327ed.entry.js +1 -0
- package/dist/dropi-ui/p-ac79e805.entry.js +1 -0
- package/dist/dropi-ui/p-ac9d2149.entry.js +1 -0
- package/dist/dropi-ui/p-ad73631e.entry.js +1 -0
- package/dist/dropi-ui/p-b20f7dde.entry.js +1 -0
- package/dist/dropi-ui/p-b2e7cf4f.entry.js +1 -0
- package/dist/dropi-ui/p-b325f7cf.entry.js +1 -0
- package/dist/dropi-ui/p-b63f5d03.entry.js +1 -0
- package/dist/dropi-ui/p-b7748488.entry.js +1 -0
- package/dist/dropi-ui/p-b8050ef5.entry.js +1 -0
- package/dist/dropi-ui/p-b99fee29.entry.js +1 -0
- package/dist/dropi-ui/p-ba3779a2.entry.js +1 -0
- package/dist/dropi-ui/p-bd0d1a29.entry.js +1 -0
- package/dist/dropi-ui/p-bef43920.entry.js +1 -0
- package/dist/dropi-ui/p-bfd43bdf.entry.js +1 -0
- package/dist/dropi-ui/p-c173db8c.entry.js +1 -0
- package/dist/dropi-ui/p-c218524f.entry.js +1 -0
- package/dist/dropi-ui/p-c4fbbb5a.entry.js +1 -0
- package/dist/dropi-ui/p-c51fcf75.entry.js +1 -0
- package/dist/dropi-ui/p-c662bce3.entry.js +1 -0
- package/dist/dropi-ui/p-c6ac1b6d.entry.js +1 -0
- package/dist/dropi-ui/p-ca2e462a.entry.js +1 -0
- package/dist/dropi-ui/p-ca90e108.entry.js +1 -0
- package/dist/dropi-ui/p-cb87d3c7.entry.js +1 -0
- package/dist/dropi-ui/p-cc954850.entry.js +1 -0
- package/dist/dropi-ui/p-cf7cd408.entry.js +1 -0
- package/dist/dropi-ui/p-d02dfc6a.entry.js +1 -0
- package/dist/dropi-ui/p-d11524ca.entry.js +1 -0
- package/dist/dropi-ui/p-d46f3328.entry.js +1 -0
- package/dist/dropi-ui/p-d693bbb8.entry.js +1 -0
- package/dist/dropi-ui/p-d813969b.entry.js +1 -0
- package/dist/dropi-ui/p-d899d4e1.entry.js +1 -0
- package/dist/dropi-ui/p-da038b5d.entry.js +1 -0
- package/dist/dropi-ui/p-db6af92e.entry.js +1 -0
- package/dist/dropi-ui/p-dc920aff.entry.js +1 -0
- package/dist/dropi-ui/p-e1126498.entry.js +1 -0
- package/dist/dropi-ui/p-e163bf7f.entry.js +1 -0
- package/dist/dropi-ui/p-e1b40bda.entry.js +1 -0
- package/dist/dropi-ui/p-e22a3b45.entry.js +1 -0
- package/dist/dropi-ui/p-e524fed1.entry.js +1 -0
- package/dist/dropi-ui/p-e53b23dd.entry.js +1 -0
- package/dist/dropi-ui/p-e629fdc7.entry.js +1 -0
- package/dist/dropi-ui/p-e97d3704.entry.js +1 -0
- package/dist/dropi-ui/p-e9a64ecc.entry.js +1 -0
- package/dist/dropi-ui/p-ea13bfee.entry.js +1 -0
- package/dist/dropi-ui/p-edcf5623.entry.js +1 -0
- package/dist/dropi-ui/p-edeacd44.entry.js +1 -0
- package/dist/dropi-ui/p-edef4506.entry.js +1 -0
- package/dist/dropi-ui/p-eec49ea3.entry.js +1 -0
- package/dist/dropi-ui/p-f057bd98.entry.js +1 -0
- package/dist/dropi-ui/p-f0893459.entry.js +1 -0
- package/dist/dropi-ui/p-f0ace417.entry.js +1 -0
- package/dist/dropi-ui/p-f23e1df7.entry.js +1 -0
- package/dist/dropi-ui/p-f4bd8568.entry.js +1 -0
- package/dist/dropi-ui/p-f7a605f8.entry.js +1 -0
- package/dist/dropi-ui/p-f7df0f43.entry.js +1 -0
- package/dist/dropi-ui/p-f80fa01d.entry.js +1 -0
- package/dist/dropi-ui/p-f9084a2c.entry.js +1 -0
- package/dist/dropi-ui/p-f9af2041.entry.js +1 -0
- package/dist/dropi-ui/p-f9d05b69.entry.js +1 -0
- package/dist/dropi-ui/p-faa59cd8.entry.js +1 -0
- package/dist/dropi-ui/p-fb39dfdc.entry.js +1 -0
- package/dist/dropi-ui/p-fcba49ca.entry.js +1 -0
- package/dist/dropi-ui/p-fdbdedd0.entry.js +1 -0
- package/dist/dropi-ui/p-fef3673d.entry.js +1 -0
- package/dist/esm/dropi-accordion-item.entry.js +2 -2
- package/dist/esm/dropi-accordion.entry.js +2 -2
- package/dist/esm/dropi-alert-legacy.entry.js +1 -1
- package/dist/esm/dropi-alert-modal.entry.js +20 -16
- package/dist/esm/dropi-alert.entry.js +12 -12
- package/dist/esm/dropi-avatars.entry.js +1 -1
- package/dist/esm/dropi-badge-legacy.entry.js +2 -2
- package/dist/esm/dropi-badge.entry.js +1 -1
- package/dist/esm/dropi-banner-external.entry.js +3 -3
- package/dist/esm/dropi-breadcrumb.entry.js +2 -2
- package/dist/esm/dropi-button.entry.js +7 -7
- package/dist/esm/dropi-card-checkbox.entry.js +6 -6
- package/dist/esm/dropi-card-product.entry.js +12 -12
- package/dist/esm/dropi-card-section.entry.js +9 -9
- package/dist/esm/dropi-carousel.entry.js +8 -8
- package/dist/esm/dropi-checkbox-selection-list.entry.js +9 -9
- package/dist/esm/dropi-checkbox.entry.js +6 -6
- package/dist/esm/dropi-chips.entry.js +4 -4
- package/dist/esm/dropi-city-selector.entry.js +2 -2
- package/dist/esm/dropi-color-picker.entry.js +4 -4
- package/dist/esm/dropi-country-flags.entry.js +2 -2
- package/dist/esm/dropi-country-selector.entry.js +6 -6
- package/dist/esm/dropi-date-picker-range.entry.js +4 -4
- package/dist/esm/dropi-date-picker.entry.js +12 -12
- package/dist/esm/dropi-drawer.entry.js +4 -4
- package/dist/esm/dropi-dropdown.entry.js +2 -2
- package/dist/esm/dropi-empty-state.entry.js +3 -3
- package/dist/esm/dropi-favorite-button.entry.js +3 -3
- package/dist/esm/dropi-file-upload-progress-bar.entry.js +5 -5
- package/dist/esm/dropi-file-upload.entry.js +3 -3
- package/dist/esm/dropi-icon.entry.js +17 -3
- package/dist/esm/dropi-ilustration-icon.entry.js +5 -5
- package/dist/esm/dropi-image-miniature.entry.js +3 -3
- package/dist/esm/dropi-image-overlay.entry.js +2 -2
- package/dist/esm/dropi-input_3.entry.js +50 -22
- package/dist/esm/dropi-languages-selector.entry.js +4 -4
- package/dist/esm/dropi-logo.entry.js +2 -2
- package/dist/esm/dropi-lottie-loader.entry.js +1 -1
- package/dist/esm/dropi-media-player.entry.js +3 -3
- package/dist/esm/dropi-modal.entry.js +37 -32
- package/dist/esm/dropi-navbar.entry.js +7 -7
- package/dist/esm/dropi-otp-send-code.entry.js +34 -19
- package/dist/esm/dropi-phone-input.entry.js +14 -14
- package/dist/esm/dropi-progress-bar.entry.js +41 -0
- package/dist/esm/dropi-radio-button.entry.js +5 -5
- package/dist/esm/dropi-radio-selection-list.entry.js +9 -9
- package/dist/esm/dropi-read-more.entry.js +2 -2
- package/dist/esm/dropi-search.entry.js +21 -21
- package/dist/esm/dropi-select.entry.js +50 -22
- package/dist/esm/dropi-sidebar.entry.js +6 -6
- package/dist/esm/dropi-simple-stepper.entry.js +1 -1
- package/dist/esm/dropi-skeleton.entry.js +1 -1
- package/dist/esm/dropi-steps.entry.js +1 -1
- package/dist/esm/dropi-switch.entry.js +5 -5
- package/dist/esm/dropi-table.entry.js +38 -30
- package/dist/esm/dropi-tabs.entry.js +5 -5
- package/dist/esm/dropi-tag-type-product.entry.js +2 -2
- package/dist/esm/dropi-text-area.entry.js +7 -7
- package/dist/esm/dropi-time-line.entry.js +2 -2
- package/dist/esm/dropi-toast.entry.js +2 -2
- package/dist/esm/dropi-tooltip-v2.entry.js +3 -3
- package/dist/esm/dropi-tooltip.entry.js +2 -2
- package/dist/esm/dropi-ui.js +3 -3
- package/dist/esm/dropi-vertical-steps.entry.js +3 -3
- package/dist/esm/dropi-youtube-lazy-video.entry.js +2 -2
- package/dist/esm/index-a2fb4CHk.js +2763 -0
- package/dist/esm/loader.js +3 -3
- package/dist/types/components/dropi-alert/dropi-alert.d.ts +3 -3
- package/dist/types/components/dropi-alert-modal/dropi-alert-modal.d.ts +8 -4
- package/dist/types/components/dropi-button/dropi-button.d.ts +1 -1
- package/dist/types/components/dropi-card-checkbox/dropi-card-checkbox.d.ts +1 -1
- package/dist/types/components/dropi-card-product/dropi-card-product.d.ts +2 -2
- package/dist/types/components/dropi-card-section/dropi-card-section.d.ts +2 -2
- package/dist/types/components/dropi-carousel/dropi-carousel.d.ts +2 -2
- package/dist/types/components/dropi-checkbox/dropi-checkbox.d.ts +1 -1
- package/dist/types/components/dropi-checkbox-selection-list/dropi-checkbox-selection-list.d.ts +2 -2
- package/dist/types/components/dropi-chips/dropi-chips.d.ts +1 -1
- package/dist/types/components/dropi-country-selector/dropi-country-selector.d.ts +1 -1
- package/dist/types/components/dropi-date-picker/dropi-date-picker.d.ts +2 -2
- package/dist/types/components/dropi-icon/dropi-icon.d.ts +4 -0
- package/dist/types/components/dropi-input/dropi-input.d.ts +4 -4
- package/dist/types/components/dropi-languages-selector/dropi-languages-selector.d.ts +1 -1
- package/dist/types/components/dropi-modal/dropi-modal.d.ts +9 -8
- package/dist/types/components/dropi-otp-send-code/dropi-otp-send-code.d.ts +7 -3
- package/dist/types/components/dropi-paginator/dropi-paginator.d.ts +1 -1
- package/dist/types/components/dropi-phone-input/dropi-phone-input.d.ts +4 -4
- package/dist/types/components/dropi-progress-bar/dropi-progress-bar.d.ts +16 -0
- package/dist/types/components/dropi-radio-button/dropi-radio-button.d.ts +1 -1
- package/dist/types/components/dropi-radio-selection-list/dropi-radio-selection-list.d.ts +2 -2
- package/dist/types/components/dropi-search/dropi-search.d.ts +6 -6
- package/dist/types/components/dropi-select/dropi-select.d.ts +10 -5
- package/dist/types/components/dropi-sidebar/dropi-sidebar.d.ts +1 -1
- package/dist/types/components/dropi-switch/dropi-switch.d.ts +1 -1
- package/dist/types/components/dropi-table/dropi-table.d.ts +6 -6
- package/dist/types/components/dropi-tabs/dropi-tabs.d.ts +1 -1
- package/dist/types/components/dropi-tag/dropi-tag.d.ts +5 -0
- package/dist/types/components.d.ts +303 -167
- package/hydrate/index.js +509 -348
- package/hydrate/index.mjs +509 -348
- package/package.json +1 -1
|
@@ -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
|
|
@@ -1249,6 +1254,11 @@ export namespace Components {
|
|
|
1249
1254
|
* @default ''
|
|
1250
1255
|
*/
|
|
1251
1256
|
"name": string;
|
|
1257
|
+
/**
|
|
1258
|
+
* Stroke width for icons that use strokes
|
|
1259
|
+
* @default ''
|
|
1260
|
+
*/
|
|
1261
|
+
"strokeWidth": string;
|
|
1252
1262
|
}
|
|
1253
1263
|
/**
|
|
1254
1264
|
* @component dropi-ilustration-icon
|
|
@@ -1579,6 +1589,7 @@ export namespace Components {
|
|
|
1579
1589
|
* @default true
|
|
1580
1590
|
*/
|
|
1581
1591
|
"closeOnEscape": boolean;
|
|
1592
|
+
"dismiss": () => Promise<void>;
|
|
1582
1593
|
/**
|
|
1583
1594
|
* @default true
|
|
1584
1595
|
*/
|
|
@@ -1600,7 +1611,6 @@ export namespace Components {
|
|
|
1600
1611
|
* @default null
|
|
1601
1612
|
*/
|
|
1602
1613
|
"header": string | null;
|
|
1603
|
-
"hide": () => Promise<void>;
|
|
1604
1614
|
/**
|
|
1605
1615
|
* No-op — kept for API parity with Angular (matches Angular `draggable`)
|
|
1606
1616
|
* @default false
|
|
@@ -1614,6 +1624,7 @@ export namespace Components {
|
|
|
1614
1624
|
* @default true
|
|
1615
1625
|
*/
|
|
1616
1626
|
"modal": boolean;
|
|
1627
|
+
"openModalExternally": () => Promise<void>;
|
|
1617
1628
|
/**
|
|
1618
1629
|
* @default 'center'
|
|
1619
1630
|
*/
|
|
@@ -1623,7 +1634,6 @@ export namespace Components {
|
|
|
1623
1634
|
* @default false
|
|
1624
1635
|
*/
|
|
1625
1636
|
"resizable": boolean;
|
|
1626
|
-
"show": () => Promise<void>;
|
|
1627
1637
|
/**
|
|
1628
1638
|
* @default true
|
|
1629
1639
|
*/
|
|
@@ -1652,7 +1662,7 @@ export namespace Components {
|
|
|
1652
1662
|
/**
|
|
1653
1663
|
* @default false
|
|
1654
1664
|
*/
|
|
1655
|
-
"visible":
|
|
1665
|
+
"visible": boolean;
|
|
1656
1666
|
}
|
|
1657
1667
|
/**
|
|
1658
1668
|
* @component dropi-navbar
|
|
@@ -1707,9 +1717,14 @@ export namespace Components {
|
|
|
1707
1717
|
}
|
|
1708
1718
|
/**
|
|
1709
1719
|
* @component dropi-otp-send-code
|
|
1710
|
-
*
|
|
1720
|
+
* OTP input with configurable length, countdown timer and resend capability.
|
|
1711
1721
|
*/
|
|
1712
1722
|
interface DropiOtpSendCode {
|
|
1723
|
+
/**
|
|
1724
|
+
* Number of digits for the OTP
|
|
1725
|
+
* @default 6
|
|
1726
|
+
*/
|
|
1727
|
+
"digitsCount": number;
|
|
1713
1728
|
/**
|
|
1714
1729
|
* Delivery method label
|
|
1715
1730
|
* @default 'email'
|
|
@@ -1814,6 +1829,38 @@ export namespace Components {
|
|
|
1814
1829
|
*/
|
|
1815
1830
|
"validateOnInit": boolean;
|
|
1816
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
|
+
}
|
|
1817
1864
|
/**
|
|
1818
1865
|
* @component dropi-radio-button
|
|
1819
1866
|
* Styled radio button with label.
|
|
@@ -2120,6 +2167,11 @@ export namespace Components {
|
|
|
2120
2167
|
* @default ''
|
|
2121
2168
|
*/
|
|
2122
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;
|
|
2123
2175
|
}
|
|
2124
2176
|
/**
|
|
2125
2177
|
* @component dropi-sidebar
|
|
@@ -2423,6 +2475,11 @@ export namespace Components {
|
|
|
2423
2475
|
* @default 'primary'
|
|
2424
2476
|
*/
|
|
2425
2477
|
"type": TagType;
|
|
2478
|
+
/**
|
|
2479
|
+
* tag (default) | dot (status dot + text) | text (colored text only)
|
|
2480
|
+
* @default 'tag'
|
|
2481
|
+
*/
|
|
2482
|
+
"variant": TagVariant;
|
|
2426
2483
|
}
|
|
2427
2484
|
/**
|
|
2428
2485
|
* @component dropi-tag-type-product
|
|
@@ -2896,9 +2953,9 @@ declare global {
|
|
|
2896
2953
|
new (): HTMLDropiAccordionItemElement;
|
|
2897
2954
|
};
|
|
2898
2955
|
interface HTMLDropiAlertElementEventMap {
|
|
2899
|
-
"
|
|
2900
|
-
"
|
|
2901
|
-
"
|
|
2956
|
+
"dropiClose": void;
|
|
2957
|
+
"dropiButtonClick": void;
|
|
2958
|
+
"dropiLinkClick": void;
|
|
2902
2959
|
}
|
|
2903
2960
|
/**
|
|
2904
2961
|
* @component dropi-alert
|
|
@@ -2930,10 +2987,10 @@ declare global {
|
|
|
2930
2987
|
new (): HTMLDropiAlertLegacyElement;
|
|
2931
2988
|
};
|
|
2932
2989
|
interface HTMLDropiAlertModalElementEventMap {
|
|
2933
|
-
"
|
|
2934
|
-
"
|
|
2935
|
-
"
|
|
2936
|
-
"
|
|
2990
|
+
"dropiPrimaryClick": boolean;
|
|
2991
|
+
"dropiSecondaryClick": boolean;
|
|
2992
|
+
"dropiVisibleChange": boolean;
|
|
2993
|
+
"dropiHide": void;
|
|
2937
2994
|
}
|
|
2938
2995
|
/**
|
|
2939
2996
|
* @component dropi-alert-modal
|
|
@@ -3038,7 +3095,7 @@ declare global {
|
|
|
3038
3095
|
new (): HTMLDropiBreadcrumbElement;
|
|
3039
3096
|
};
|
|
3040
3097
|
interface HTMLDropiButtonElementEventMap {
|
|
3041
|
-
"
|
|
3098
|
+
"dropiClick": MouseEvent;
|
|
3042
3099
|
}
|
|
3043
3100
|
/**
|
|
3044
3101
|
* @component dropi-button
|
|
@@ -3060,7 +3117,7 @@ declare global {
|
|
|
3060
3117
|
new (): HTMLDropiButtonElement;
|
|
3061
3118
|
};
|
|
3062
3119
|
interface HTMLDropiCardCheckboxElementEventMap {
|
|
3063
|
-
"
|
|
3120
|
+
"dropiChange": boolean;
|
|
3064
3121
|
}
|
|
3065
3122
|
/**
|
|
3066
3123
|
* @component dropi-card-checkbox
|
|
@@ -3087,8 +3144,8 @@ declare global {
|
|
|
3087
3144
|
new (): HTMLDropiCardCheckboxElement;
|
|
3088
3145
|
};
|
|
3089
3146
|
interface HTMLDropiCardProductElementEventMap {
|
|
3090
|
-
"
|
|
3091
|
-
"
|
|
3147
|
+
"dropiProductClick": void;
|
|
3148
|
+
"dropiFavoriteChange": boolean;
|
|
3092
3149
|
"dropiAddProduct": void;
|
|
3093
3150
|
"dropiSupplierClick": void;
|
|
3094
3151
|
}
|
|
@@ -3111,8 +3168,8 @@ declare global {
|
|
|
3111
3168
|
new (): HTMLDropiCardProductElement;
|
|
3112
3169
|
};
|
|
3113
3170
|
interface HTMLDropiCardSectionElementEventMap {
|
|
3114
|
-
"
|
|
3115
|
-
"
|
|
3171
|
+
"dropiChange": boolean;
|
|
3172
|
+
"dropiClick": void;
|
|
3116
3173
|
}
|
|
3117
3174
|
/**
|
|
3118
3175
|
* @component dropi-card-section
|
|
@@ -3133,8 +3190,8 @@ declare global {
|
|
|
3133
3190
|
new (): HTMLDropiCardSectionElement;
|
|
3134
3191
|
};
|
|
3135
3192
|
interface HTMLDropiCarouselElementEventMap {
|
|
3136
|
-
"
|
|
3137
|
-
"
|
|
3193
|
+
"dropiPageChange": number;
|
|
3194
|
+
"dropiPage": any;
|
|
3138
3195
|
}
|
|
3139
3196
|
interface HTMLDropiCarouselElement extends Components.DropiCarousel, HTMLStencilElement {
|
|
3140
3197
|
addEventListener<K extends keyof HTMLDropiCarouselElementEventMap>(type: K, listener: (this: HTMLDropiCarouselElement, ev: DropiCarouselCustomEvent<HTMLDropiCarouselElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -3151,7 +3208,7 @@ declare global {
|
|
|
3151
3208
|
new (): HTMLDropiCarouselElement;
|
|
3152
3209
|
};
|
|
3153
3210
|
interface HTMLDropiCheckboxElementEventMap {
|
|
3154
|
-
"
|
|
3211
|
+
"dropiChange": boolean;
|
|
3155
3212
|
}
|
|
3156
3213
|
/**
|
|
3157
3214
|
* @component dropi-checkbox
|
|
@@ -3173,8 +3230,8 @@ declare global {
|
|
|
3173
3230
|
new (): HTMLDropiCheckboxElement;
|
|
3174
3231
|
};
|
|
3175
3232
|
interface HTMLDropiCheckboxSelectionListElementEventMap {
|
|
3176
|
-
"
|
|
3177
|
-
"
|
|
3233
|
+
"dropiCheckedValues": (string | number)[];
|
|
3234
|
+
"dropiSearch": string;
|
|
3178
3235
|
}
|
|
3179
3236
|
/**
|
|
3180
3237
|
* @component dropi-checkbox-selection-list
|
|
@@ -3195,7 +3252,7 @@ declare global {
|
|
|
3195
3252
|
new (): HTMLDropiCheckboxSelectionListElement;
|
|
3196
3253
|
};
|
|
3197
3254
|
interface HTMLDropiChipsElementEventMap {
|
|
3198
|
-
"
|
|
3255
|
+
"dropiClose": void;
|
|
3199
3256
|
}
|
|
3200
3257
|
/**
|
|
3201
3258
|
* @component dropi-chips
|
|
@@ -3271,7 +3328,7 @@ declare global {
|
|
|
3271
3328
|
new (): HTMLDropiCountryFlagsElement;
|
|
3272
3329
|
};
|
|
3273
3330
|
interface HTMLDropiCountrySelectorElementEventMap {
|
|
3274
|
-
"
|
|
3331
|
+
"dropiChange": CountryItem;
|
|
3275
3332
|
}
|
|
3276
3333
|
/**
|
|
3277
3334
|
* @component dropi-country-selector
|
|
@@ -3293,8 +3350,8 @@ declare global {
|
|
|
3293
3350
|
new (): HTMLDropiCountrySelectorElement;
|
|
3294
3351
|
};
|
|
3295
3352
|
interface HTMLDropiDatePickerElementEventMap {
|
|
3296
|
-
"
|
|
3297
|
-
"
|
|
3353
|
+
"dropiChangeDate": string;
|
|
3354
|
+
"dropiClosePanel": void;
|
|
3298
3355
|
"dropiRangeChange": { start: string; end: string };
|
|
3299
3356
|
}
|
|
3300
3357
|
/**
|
|
@@ -3538,10 +3595,10 @@ declare global {
|
|
|
3538
3595
|
new (): HTMLDropiImageOverlayElement;
|
|
3539
3596
|
};
|
|
3540
3597
|
interface HTMLDropiInputElementEventMap {
|
|
3541
|
-
"
|
|
3542
|
-
"
|
|
3543
|
-
"
|
|
3544
|
-
"
|
|
3598
|
+
"dropiInput": string;
|
|
3599
|
+
"dropiChange": string;
|
|
3600
|
+
"dropiFocus": void;
|
|
3601
|
+
"dropiBlur": void;
|
|
3545
3602
|
}
|
|
3546
3603
|
/**
|
|
3547
3604
|
* @component dropi-input
|
|
@@ -3571,7 +3628,7 @@ declare global {
|
|
|
3571
3628
|
new (): HTMLDropiInputElement;
|
|
3572
3629
|
};
|
|
3573
3630
|
interface HTMLDropiLanguagesSelectorElementEventMap {
|
|
3574
|
-
"
|
|
3631
|
+
"dropiLanguageChange": LanguageOption;
|
|
3575
3632
|
}
|
|
3576
3633
|
/**
|
|
3577
3634
|
* @component dropi-languages-selector
|
|
@@ -3633,9 +3690,9 @@ declare global {
|
|
|
3633
3690
|
new (): HTMLDropiMediaPlayerElement;
|
|
3634
3691
|
};
|
|
3635
3692
|
interface HTMLDropiModalElementEventMap {
|
|
3636
|
-
"
|
|
3637
|
-
"
|
|
3638
|
-
"
|
|
3693
|
+
"dropiShow": void;
|
|
3694
|
+
"dropiHide": void;
|
|
3695
|
+
"dropiVisibleChange": boolean;
|
|
3639
3696
|
}
|
|
3640
3697
|
/**
|
|
3641
3698
|
* @component dropi-modal
|
|
@@ -3687,7 +3744,7 @@ declare global {
|
|
|
3687
3744
|
}
|
|
3688
3745
|
/**
|
|
3689
3746
|
* @component dropi-otp-send-code
|
|
3690
|
-
*
|
|
3747
|
+
* OTP input with configurable length, countdown timer and resend capability.
|
|
3691
3748
|
*/
|
|
3692
3749
|
interface HTMLDropiOtpSendCodeElement extends Components.DropiOtpSendCode, HTMLStencilElement {
|
|
3693
3750
|
addEventListener<K extends keyof HTMLDropiOtpSendCodeElementEventMap>(type: K, listener: (this: HTMLDropiOtpSendCodeElement, ev: DropiOtpSendCodeCustomEvent<HTMLDropiOtpSendCodeElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -3704,7 +3761,7 @@ declare global {
|
|
|
3704
3761
|
new (): HTMLDropiOtpSendCodeElement;
|
|
3705
3762
|
};
|
|
3706
3763
|
interface HTMLDropiPaginatorElementEventMap {
|
|
3707
|
-
"
|
|
3764
|
+
"dropiPageChange": number;
|
|
3708
3765
|
}
|
|
3709
3766
|
/**
|
|
3710
3767
|
* @component dropi-paginator
|
|
@@ -3725,10 +3782,10 @@ declare global {
|
|
|
3725
3782
|
new (): HTMLDropiPaginatorElement;
|
|
3726
3783
|
};
|
|
3727
3784
|
interface HTMLDropiPhoneInputElementEventMap {
|
|
3728
|
-
"
|
|
3729
|
-
"
|
|
3730
|
-
"
|
|
3731
|
-
"
|
|
3785
|
+
"dropiCodChange": string;
|
|
3786
|
+
"dropiPhoneChange": string;
|
|
3787
|
+
"dropiVerify": void;
|
|
3788
|
+
"dropiChangeSelect": any;
|
|
3732
3789
|
}
|
|
3733
3790
|
/**
|
|
3734
3791
|
* @component dropi-phone-input
|
|
@@ -3749,8 +3806,14 @@ declare global {
|
|
|
3749
3806
|
prototype: HTMLDropiPhoneInputElement;
|
|
3750
3807
|
new (): HTMLDropiPhoneInputElement;
|
|
3751
3808
|
};
|
|
3809
|
+
interface HTMLDropiProgressBarElement extends Components.DropiProgressBar, HTMLStencilElement {
|
|
3810
|
+
}
|
|
3811
|
+
var HTMLDropiProgressBarElement: {
|
|
3812
|
+
prototype: HTMLDropiProgressBarElement;
|
|
3813
|
+
new (): HTMLDropiProgressBarElement;
|
|
3814
|
+
};
|
|
3752
3815
|
interface HTMLDropiRadioButtonElementEventMap {
|
|
3753
|
-
"
|
|
3816
|
+
"dropiChange": any;
|
|
3754
3817
|
}
|
|
3755
3818
|
/**
|
|
3756
3819
|
* @component dropi-radio-button
|
|
@@ -3771,8 +3834,8 @@ declare global {
|
|
|
3771
3834
|
new (): HTMLDropiRadioButtonElement;
|
|
3772
3835
|
};
|
|
3773
3836
|
interface HTMLDropiRadioSelectionListElementEventMap {
|
|
3774
|
-
"
|
|
3775
|
-
"
|
|
3837
|
+
"dropiChange": string | number;
|
|
3838
|
+
"dropiSearch": { searchValue: string; filteredOptions: RadioOption[] };
|
|
3776
3839
|
}
|
|
3777
3840
|
/**
|
|
3778
3841
|
* @component dropi-radio-selection-list
|
|
@@ -3803,12 +3866,12 @@ declare global {
|
|
|
3803
3866
|
new (): HTMLDropiReadMoreElement;
|
|
3804
3867
|
};
|
|
3805
3868
|
interface HTMLDropiSearchElementEventMap {
|
|
3806
|
-
"
|
|
3807
|
-
"
|
|
3808
|
-
"
|
|
3809
|
-
"
|
|
3810
|
-
"
|
|
3811
|
-
"
|
|
3869
|
+
"dropiInput": string;
|
|
3870
|
+
"dropiBlur": void;
|
|
3871
|
+
"dropiKeyEnter": string;
|
|
3872
|
+
"dropiChange": string;
|
|
3873
|
+
"dropiClear": void;
|
|
3874
|
+
"dropiModelChange": SearchOption[];
|
|
3812
3875
|
}
|
|
3813
3876
|
/**
|
|
3814
3877
|
* @component dropi-search
|
|
@@ -3830,11 +3893,11 @@ declare global {
|
|
|
3830
3893
|
new (): HTMLDropiSearchElement;
|
|
3831
3894
|
};
|
|
3832
3895
|
interface HTMLDropiSelectElementEventMap {
|
|
3833
|
-
"
|
|
3834
|
-
"
|
|
3835
|
-
"
|
|
3836
|
-
"
|
|
3837
|
-
"
|
|
3896
|
+
"dropiChangeSelect": SelectOption | SelectOption[];
|
|
3897
|
+
"dropiClear": void;
|
|
3898
|
+
"dropiSearch": string;
|
|
3899
|
+
"dropiScrollEnd": void;
|
|
3900
|
+
"dropiKeyEnter": KeyboardEvent;
|
|
3838
3901
|
}
|
|
3839
3902
|
/**
|
|
3840
3903
|
* @component dropi-select
|
|
@@ -3870,7 +3933,7 @@ declare global {
|
|
|
3870
3933
|
new (): HTMLDropiSelectElement;
|
|
3871
3934
|
};
|
|
3872
3935
|
interface HTMLDropiSidebarElementEventMap {
|
|
3873
|
-
"
|
|
3936
|
+
"dropiIndexChange": SidebarProperties;
|
|
3874
3937
|
}
|
|
3875
3938
|
/**
|
|
3876
3939
|
* @component dropi-sidebar
|
|
@@ -3922,7 +3985,7 @@ declare global {
|
|
|
3922
3985
|
new (): HTMLDropiStepsElement;
|
|
3923
3986
|
};
|
|
3924
3987
|
interface HTMLDropiSwitchElementEventMap {
|
|
3925
|
-
"
|
|
3988
|
+
"dropiChange": boolean;
|
|
3926
3989
|
}
|
|
3927
3990
|
/**
|
|
3928
3991
|
* @component dropi-switch
|
|
@@ -3950,12 +4013,12 @@ declare global {
|
|
|
3950
4013
|
"dropiPageChange": number;
|
|
3951
4014
|
"dropiPageSizeChange": number;
|
|
3952
4015
|
"dropiAction": { row: TableRow; action: any };
|
|
3953
|
-
"
|
|
3954
|
-
"
|
|
3955
|
-
"
|
|
3956
|
-
"
|
|
3957
|
-
"
|
|
3958
|
-
"
|
|
4016
|
+
"dropiRowsSelected": any[];
|
|
4017
|
+
"dropiActionClick": { row: any; action: any };
|
|
4018
|
+
"dropiPageChangeAngular": number;
|
|
4019
|
+
"dropiSizeChangeAngular": number;
|
|
4020
|
+
"dropiSortChangeAngular": any;
|
|
4021
|
+
"dropiSearchChangeAngular": string;
|
|
3959
4022
|
"expandChildren": { row: any };
|
|
3960
4023
|
}
|
|
3961
4024
|
/**
|
|
@@ -3977,7 +4040,7 @@ declare global {
|
|
|
3977
4040
|
new (): HTMLDropiTableElement;
|
|
3978
4041
|
};
|
|
3979
4042
|
interface HTMLDropiTabsElementEventMap {
|
|
3980
|
-
"
|
|
4043
|
+
"dropiIndexChange": TabItem;
|
|
3981
4044
|
}
|
|
3982
4045
|
/**
|
|
3983
4046
|
* @component dropi-tabs
|
|
@@ -4168,6 +4231,7 @@ declare global {
|
|
|
4168
4231
|
"dropi-otp-send-code": HTMLDropiOtpSendCodeElement;
|
|
4169
4232
|
"dropi-paginator": HTMLDropiPaginatorElement;
|
|
4170
4233
|
"dropi-phone-input": HTMLDropiPhoneInputElement;
|
|
4234
|
+
"dropi-progress-bar": HTMLDropiProgressBarElement;
|
|
4171
4235
|
"dropi-radio-button": HTMLDropiRadioButtonElement;
|
|
4172
4236
|
"dropi-radio-selection-list": HTMLDropiRadioSelectionListElement;
|
|
4173
4237
|
"dropi-read-more": HTMLDropiReadMoreElement;
|
|
@@ -4241,12 +4305,12 @@ declare namespace LocalJSX {
|
|
|
4241
4305
|
interface DropiAlert {
|
|
4242
4306
|
/**
|
|
4243
4307
|
* Anchor/link label
|
|
4244
|
-
* @default '
|
|
4308
|
+
* @default ''
|
|
4245
4309
|
*/
|
|
4246
4310
|
"anchorText"?: string;
|
|
4247
4311
|
/**
|
|
4248
4312
|
* Anchor href
|
|
4249
|
-
* @default '
|
|
4313
|
+
* @default ''
|
|
4250
4314
|
*/
|
|
4251
4315
|
"anchorUrl"?: string;
|
|
4252
4316
|
/**
|
|
@@ -4277,15 +4341,15 @@ declare namespace LocalJSX {
|
|
|
4277
4341
|
/**
|
|
4278
4342
|
* Emitted when the action button is clicked
|
|
4279
4343
|
*/
|
|
4280
|
-
"
|
|
4344
|
+
"onDropiButtonClick"?: (event: DropiAlertCustomEvent<void>) => void;
|
|
4281
4345
|
/**
|
|
4282
|
-
* Emitted when the
|
|
4346
|
+
* Emitted when the alert is dismissed
|
|
4283
4347
|
*/
|
|
4284
|
-
"
|
|
4348
|
+
"onDropiClose"?: (event: DropiAlertCustomEvent<void>) => void;
|
|
4285
4349
|
/**
|
|
4286
|
-
* Emitted when the
|
|
4350
|
+
* Emitted when the anchor link is clicked
|
|
4287
4351
|
*/
|
|
4288
|
-
"
|
|
4352
|
+
"onDropiLinkClick"?: (event: DropiAlertCustomEvent<void>) => void;
|
|
4289
4353
|
/**
|
|
4290
4354
|
* Whether the alert is visible
|
|
4291
4355
|
* @default true
|
|
@@ -4366,6 +4430,11 @@ declare namespace LocalJSX {
|
|
|
4366
4430
|
* @default false
|
|
4367
4431
|
*/
|
|
4368
4432
|
"isStep"?: boolean;
|
|
4433
|
+
/**
|
|
4434
|
+
* Use White Label (MB) illustration style instead of Lottie animation.
|
|
4435
|
+
* @default false
|
|
4436
|
+
*/
|
|
4437
|
+
"isWhiteLabel"?: boolean;
|
|
4369
4438
|
/**
|
|
4370
4439
|
* Show loading state with loading.json Lottie
|
|
4371
4440
|
* @default false
|
|
@@ -4386,22 +4455,22 @@ declare namespace LocalJSX {
|
|
|
4386
4455
|
* @default ''
|
|
4387
4456
|
*/
|
|
4388
4457
|
"message"?: string;
|
|
4389
|
-
/**
|
|
4390
|
-
* Emitted when modal open state changes — matches Angular 'modalOpenChange'
|
|
4391
|
-
*/
|
|
4392
|
-
"onModalOpenChange"?: (event: DropiAlertModalCustomEvent<boolean>) => void;
|
|
4393
4458
|
/**
|
|
4394
4459
|
* Emitted when modal is hidden — matches Angular 'onHide'
|
|
4395
4460
|
*/
|
|
4396
|
-
"
|
|
4461
|
+
"onDropiHide"?: (event: DropiAlertModalCustomEvent<void>) => void;
|
|
4397
4462
|
/**
|
|
4398
4463
|
* Emitted when primary button is clicked — matches Angular 'primaryButtonEvent'
|
|
4399
4464
|
*/
|
|
4400
|
-
"
|
|
4465
|
+
"onDropiPrimaryClick"?: (event: DropiAlertModalCustomEvent<boolean>) => void;
|
|
4401
4466
|
/**
|
|
4402
4467
|
* Emitted when secondary button is clicked — matches Angular 'secondaryButtonEvent'
|
|
4403
4468
|
*/
|
|
4404
|
-
"
|
|
4469
|
+
"onDropiSecondaryClick"?: (event: DropiAlertModalCustomEvent<boolean>) => void;
|
|
4470
|
+
/**
|
|
4471
|
+
* Emitted when modal open state changes — matches Angular 'modalOpenChange'
|
|
4472
|
+
*/
|
|
4473
|
+
"onDropiVisibleChange"?: (event: DropiAlertModalCustomEvent<boolean>) => void;
|
|
4405
4474
|
/**
|
|
4406
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.
|
|
4407
4476
|
* @default null
|
|
@@ -4601,7 +4670,7 @@ declare namespace LocalJSX {
|
|
|
4601
4670
|
/**
|
|
4602
4671
|
* Emitted on click (not emitted when disabled or loading)
|
|
4603
4672
|
*/
|
|
4604
|
-
"
|
|
4673
|
+
"onDropiClick"?: (event: DropiButtonCustomEvent<MouseEvent>) => void;
|
|
4605
4674
|
/**
|
|
4606
4675
|
* Icon name to show after the text
|
|
4607
4676
|
* @default ''
|
|
@@ -4672,7 +4741,7 @@ declare namespace LocalJSX {
|
|
|
4672
4741
|
/**
|
|
4673
4742
|
* Emitted with the new checked state when clicked
|
|
4674
4743
|
*/
|
|
4675
|
-
"
|
|
4744
|
+
"onDropiChange"?: (event: DropiCardCheckboxCustomEvent<boolean>) => void;
|
|
4676
4745
|
/**
|
|
4677
4746
|
* Whether the checkbox is checked — matches Angular 'state'
|
|
4678
4747
|
* @default 'checked'
|
|
@@ -4714,22 +4783,22 @@ declare namespace LocalJSX {
|
|
|
4714
4783
|
* @default false
|
|
4715
4784
|
*/
|
|
4716
4785
|
"isFavorite"?: boolean;
|
|
4717
|
-
/**
|
|
4718
|
-
* Emitted when favorite toggled — matches Angular 'changeFavorite'
|
|
4719
|
-
*/
|
|
4720
|
-
"onChangeFavorite"?: (event: DropiCardProductCustomEvent<boolean>) => void;
|
|
4721
4786
|
/**
|
|
4722
4787
|
* Emitted when "Enviar a cliente" button clicked
|
|
4723
4788
|
*/
|
|
4724
4789
|
"onDropiAddProduct"?: (event: DropiCardProductCustomEvent<void>) => void;
|
|
4725
4790
|
/**
|
|
4726
|
-
* Emitted when
|
|
4791
|
+
* Emitted when favorite toggled — matches Angular 'changeFavorite'
|
|
4727
4792
|
*/
|
|
4728
|
-
"
|
|
4793
|
+
"onDropiFavoriteChange"?: (event: DropiCardProductCustomEvent<boolean>) => void;
|
|
4729
4794
|
/**
|
|
4730
4795
|
* Emitted when card is clicked — matches Angular 'onProductClick'
|
|
4731
4796
|
*/
|
|
4732
|
-
"
|
|
4797
|
+
"onDropiProductClick"?: (event: DropiCardProductCustomEvent<void>) => void;
|
|
4798
|
+
/**
|
|
4799
|
+
* Emitted when supplier name clicked
|
|
4800
|
+
*/
|
|
4801
|
+
"onDropiSupplierClick"?: (event: DropiCardProductCustomEvent<void>) => void;
|
|
4733
4802
|
/**
|
|
4734
4803
|
* Product name
|
|
4735
4804
|
* @default ''
|
|
@@ -4789,11 +4858,11 @@ declare namespace LocalJSX {
|
|
|
4789
4858
|
/**
|
|
4790
4859
|
* Emitted when switch changes
|
|
4791
4860
|
*/
|
|
4792
|
-
"
|
|
4861
|
+
"onDropiChange"?: (event: DropiCardSectionCustomEvent<boolean>) => void;
|
|
4793
4862
|
/**
|
|
4794
4863
|
* Emitted when dropdown icon is clicked
|
|
4795
4864
|
*/
|
|
4796
|
-
"
|
|
4865
|
+
"onDropiClick"?: (event: DropiCardSectionCustomEvent<void>) => void;
|
|
4797
4866
|
/**
|
|
4798
4867
|
* Section title — matches Angular 'title'
|
|
4799
4868
|
* @default 'title'
|
|
@@ -4831,8 +4900,8 @@ declare namespace LocalJSX {
|
|
|
4831
4900
|
* @default 1
|
|
4832
4901
|
*/
|
|
4833
4902
|
"numVisible"?: number;
|
|
4834
|
-
"
|
|
4835
|
-
"
|
|
4903
|
+
"onDropiPage"?: (event: DropiCarouselCustomEvent<any>) => void;
|
|
4904
|
+
"onDropiPageChange"?: (event: DropiCarouselCustomEvent<number>) => void;
|
|
4836
4905
|
/**
|
|
4837
4906
|
* Orientation of the carousel
|
|
4838
4907
|
* @default 'horizontal'
|
|
@@ -4886,7 +4955,7 @@ declare namespace LocalJSX {
|
|
|
4886
4955
|
/**
|
|
4887
4956
|
* Emitted when the checked state changes
|
|
4888
4957
|
*/
|
|
4889
|
-
"
|
|
4958
|
+
"onDropiChange"?: (event: DropiCheckboxCustomEvent<boolean>) => void;
|
|
4890
4959
|
}
|
|
4891
4960
|
/**
|
|
4892
4961
|
* @component dropi-checkbox-selection-list
|
|
@@ -4911,11 +4980,11 @@ declare namespace LocalJSX {
|
|
|
4911
4980
|
/**
|
|
4912
4981
|
* Emitted when selection changes — matches Angular 'checkedValues'
|
|
4913
4982
|
*/
|
|
4914
|
-
"
|
|
4983
|
+
"onDropiCheckedValues"?: (event: DropiCheckboxSelectionListCustomEvent<(string | number)[]>) => void;
|
|
4915
4984
|
/**
|
|
4916
4985
|
* Emitted on search — matches Angular 'onSearch'
|
|
4917
4986
|
*/
|
|
4918
|
-
"
|
|
4987
|
+
"onDropiSearch"?: (event: DropiCheckboxSelectionListCustomEvent<string>) => void;
|
|
4919
4988
|
/**
|
|
4920
4989
|
* Options array or JSON string
|
|
4921
4990
|
* @default []
|
|
@@ -4956,7 +5025,7 @@ declare namespace LocalJSX {
|
|
|
4956
5025
|
/**
|
|
4957
5026
|
* Emitted when the close icon is clicked
|
|
4958
5027
|
*/
|
|
4959
|
-
"
|
|
5028
|
+
"onDropiClose"?: (event: DropiChipsCustomEvent<void>) => void;
|
|
4960
5029
|
/**
|
|
4961
5030
|
* Show the close/remove icon
|
|
4962
5031
|
* @default false
|
|
@@ -5075,7 +5144,7 @@ declare namespace LocalJSX {
|
|
|
5075
5144
|
/**
|
|
5076
5145
|
* Emitted when a country is selected. Detail is the CountryItem.
|
|
5077
5146
|
*/
|
|
5078
|
-
"
|
|
5147
|
+
"onDropiChange"?: (event: DropiCountrySelectorCustomEvent<CountryItem>) => void;
|
|
5079
5148
|
/**
|
|
5080
5149
|
* Placeholder when nothing is selected
|
|
5081
5150
|
* @default 'Selecciona un país'
|
|
@@ -5143,18 +5212,18 @@ declare namespace LocalJSX {
|
|
|
5143
5212
|
* @default ''
|
|
5144
5213
|
*/
|
|
5145
5214
|
"minDate"?: string;
|
|
5146
|
-
/**
|
|
5147
|
-
* Emitted when range selected
|
|
5148
|
-
*/
|
|
5149
|
-
"onDropiRangeChange"?: (event: DropiDatePickerCustomEvent<{ start: string; end: string }>) => void;
|
|
5150
5215
|
/**
|
|
5151
5216
|
* Emitted when date selected — matches Angular 'onChangeDate'
|
|
5152
5217
|
*/
|
|
5153
|
-
"
|
|
5218
|
+
"onDropiChangeDate"?: (event: DropiDatePickerCustomEvent<string>) => void;
|
|
5154
5219
|
/**
|
|
5155
5220
|
* Emitted when panel closes — matches Angular 'onClosePanel'
|
|
5156
5221
|
*/
|
|
5157
|
-
"
|
|
5222
|
+
"onDropiClosePanel"?: (event: DropiDatePickerCustomEvent<void>) => void;
|
|
5223
|
+
/**
|
|
5224
|
+
* Emitted when range selected
|
|
5225
|
+
*/
|
|
5226
|
+
"onDropiRangeChange"?: (event: DropiDatePickerCustomEvent<{ start: string; end: string }>) => void;
|
|
5158
5227
|
/**
|
|
5159
5228
|
* Placeholder
|
|
5160
5229
|
* @default 'DD/MM/YYYY'
|
|
@@ -5534,6 +5603,11 @@ declare namespace LocalJSX {
|
|
|
5534
5603
|
* @default ''
|
|
5535
5604
|
*/
|
|
5536
5605
|
"name"?: string;
|
|
5606
|
+
/**
|
|
5607
|
+
* Stroke width for icons that use strokes
|
|
5608
|
+
* @default ''
|
|
5609
|
+
*/
|
|
5610
|
+
"strokeWidth"?: string;
|
|
5537
5611
|
}
|
|
5538
5612
|
/**
|
|
5539
5613
|
* @component dropi-ilustration-icon
|
|
@@ -5718,19 +5792,19 @@ declare namespace LocalJSX {
|
|
|
5718
5792
|
/**
|
|
5719
5793
|
* Emitted on blur
|
|
5720
5794
|
*/
|
|
5721
|
-
"
|
|
5795
|
+
"onDropiBlur"?: (event: DropiInputCustomEvent<void>) => void;
|
|
5722
5796
|
/**
|
|
5723
5797
|
* Emitted on blur with the final value
|
|
5724
5798
|
*/
|
|
5725
|
-
"
|
|
5799
|
+
"onDropiChange"?: (event: DropiInputCustomEvent<string>) => void;
|
|
5726
5800
|
/**
|
|
5727
5801
|
* Emitted on focus
|
|
5728
5802
|
*/
|
|
5729
|
-
"
|
|
5803
|
+
"onDropiFocus"?: (event: DropiInputCustomEvent<void>) => void;
|
|
5730
5804
|
/**
|
|
5731
5805
|
* Emitted on every keystroke with the current value
|
|
5732
5806
|
*/
|
|
5733
|
-
"
|
|
5807
|
+
"onDropiInput"?: (event: DropiInputCustomEvent<string>) => void;
|
|
5734
5808
|
/**
|
|
5735
5809
|
* Show password visibility toggle (renders as password field)
|
|
5736
5810
|
* @default false
|
|
@@ -5780,7 +5854,7 @@ declare namespace LocalJSX {
|
|
|
5780
5854
|
* @default []
|
|
5781
5855
|
*/
|
|
5782
5856
|
"languages"?: LanguageOption[] | string;
|
|
5783
|
-
"
|
|
5857
|
+
"onDropiLanguageChange"?: (event: DropiLanguagesSelectorCustomEvent<LanguageOption>) => void;
|
|
5784
5858
|
/**
|
|
5785
5859
|
* Currently selected language (LanguageOption or JSON string)
|
|
5786
5860
|
* @default null
|
|
@@ -5929,9 +6003,9 @@ declare namespace LocalJSX {
|
|
|
5929
6003
|
* @default true
|
|
5930
6004
|
*/
|
|
5931
6005
|
"modal"?: boolean;
|
|
5932
|
-
"
|
|
5933
|
-
"
|
|
5934
|
-
"
|
|
6006
|
+
"onDropiHide"?: (event: DropiModalCustomEvent<void>) => void;
|
|
6007
|
+
"onDropiShow"?: (event: DropiModalCustomEvent<void>) => void;
|
|
6008
|
+
"onDropiVisibleChange"?: (event: DropiModalCustomEvent<boolean>) => void;
|
|
5935
6009
|
/**
|
|
5936
6010
|
* @default 'center'
|
|
5937
6011
|
*/
|
|
@@ -5969,7 +6043,7 @@ declare namespace LocalJSX {
|
|
|
5969
6043
|
/**
|
|
5970
6044
|
* @default false
|
|
5971
6045
|
*/
|
|
5972
|
-
"visible"?:
|
|
6046
|
+
"visible"?: boolean;
|
|
5973
6047
|
}
|
|
5974
6048
|
/**
|
|
5975
6049
|
* @component dropi-navbar
|
|
@@ -6040,9 +6114,14 @@ declare namespace LocalJSX {
|
|
|
6040
6114
|
}
|
|
6041
6115
|
/**
|
|
6042
6116
|
* @component dropi-otp-send-code
|
|
6043
|
-
*
|
|
6117
|
+
* OTP input with configurable length, countdown timer and resend capability.
|
|
6044
6118
|
*/
|
|
6045
6119
|
interface DropiOtpSendCode {
|
|
6120
|
+
/**
|
|
6121
|
+
* Number of digits for the OTP
|
|
6122
|
+
* @default 6
|
|
6123
|
+
*/
|
|
6124
|
+
"digitsCount"?: number;
|
|
6046
6125
|
/**
|
|
6047
6126
|
* Delivery method label
|
|
6048
6127
|
* @default 'email'
|
|
@@ -6059,11 +6138,11 @@ declare namespace LocalJSX {
|
|
|
6059
6138
|
*/
|
|
6060
6139
|
"labelContact"?: string;
|
|
6061
6140
|
/**
|
|
6062
|
-
* Emitted when all
|
|
6141
|
+
* Emitted when all digits are entered (alternative event).
|
|
6063
6142
|
*/
|
|
6064
6143
|
"onCodeAccepted"?: (event: DropiOtpSendCodeCustomEvent<string>) => void;
|
|
6065
6144
|
/**
|
|
6066
|
-
* Emitted when all
|
|
6145
|
+
* Emitted when all digits are entered.
|
|
6067
6146
|
*/
|
|
6068
6147
|
"onCodeCompleted"?: (event: DropiOtpSendCodeCustomEvent<string>) => void;
|
|
6069
6148
|
/**
|
|
@@ -6109,7 +6188,7 @@ declare namespace LocalJSX {
|
|
|
6109
6188
|
/**
|
|
6110
6189
|
* Emitted when page changes. e.detail = new page number
|
|
6111
6190
|
*/
|
|
6112
|
-
"
|
|
6191
|
+
"onDropiPageChange"?: (event: DropiPaginatorCustomEvent<number>) => void;
|
|
6113
6192
|
/**
|
|
6114
6193
|
* Total number of pages
|
|
6115
6194
|
* @default 1
|
|
@@ -6143,21 +6222,21 @@ declare namespace LocalJSX {
|
|
|
6143
6222
|
*/
|
|
6144
6223
|
"ngModelPhone"?: string;
|
|
6145
6224
|
/**
|
|
6146
|
-
* Emitted when country
|
|
6225
|
+
* Emitted when country selection changes — matches Angular 'onChangeSelect'
|
|
6147
6226
|
*/
|
|
6148
|
-
"
|
|
6227
|
+
"onDropiChangeSelect"?: (event: DropiPhoneInputCustomEvent<any>) => void;
|
|
6149
6228
|
/**
|
|
6150
|
-
* Emitted when
|
|
6229
|
+
* Emitted when country dial code changes — matches Angular 'ngModelChangeCod'
|
|
6151
6230
|
*/
|
|
6152
|
-
"
|
|
6231
|
+
"onDropiCodChange"?: (event: DropiPhoneInputCustomEvent<string>) => void;
|
|
6153
6232
|
/**
|
|
6154
|
-
* Emitted when
|
|
6233
|
+
* Emitted when phone number changes — matches Angular 'ngModelChangePhone'
|
|
6155
6234
|
*/
|
|
6156
|
-
"
|
|
6235
|
+
"onDropiPhoneChange"?: (event: DropiPhoneInputCustomEvent<string>) => void;
|
|
6157
6236
|
/**
|
|
6158
6237
|
* Emitted on field verification — matches Angular 'verifiedField'
|
|
6159
6238
|
*/
|
|
6160
|
-
"
|
|
6239
|
+
"onDropiVerify"?: (event: DropiPhoneInputCustomEvent<void>) => void;
|
|
6161
6240
|
/**
|
|
6162
6241
|
* Input placeholder — matches Angular 'phoneNumberPlaceholder'
|
|
6163
6242
|
* @default null
|
|
@@ -6179,6 +6258,38 @@ declare namespace LocalJSX {
|
|
|
6179
6258
|
*/
|
|
6180
6259
|
"validateOnInit"?: boolean;
|
|
6181
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
|
+
}
|
|
6182
6293
|
/**
|
|
6183
6294
|
* @component dropi-radio-button
|
|
6184
6295
|
* Styled radio button with label.
|
|
@@ -6215,7 +6326,7 @@ declare namespace LocalJSX {
|
|
|
6215
6326
|
/**
|
|
6216
6327
|
* Emitted when the radio is selected
|
|
6217
6328
|
*/
|
|
6218
|
-
"
|
|
6329
|
+
"onDropiChange"?: (event: DropiRadioButtonCustomEvent<any>) => void;
|
|
6219
6330
|
/**
|
|
6220
6331
|
* Set to true to programmatically reset this radio to unchecked. Useful when the parent needs to clear a group.
|
|
6221
6332
|
* @default false
|
|
@@ -6238,13 +6349,13 @@ declare namespace LocalJSX {
|
|
|
6238
6349
|
*/
|
|
6239
6350
|
"filterPlaceholder"?: string;
|
|
6240
6351
|
/**
|
|
6241
|
-
* Emitted on
|
|
6352
|
+
* Emitted on selection change. e.detail = selected option id
|
|
6242
6353
|
*/
|
|
6243
|
-
"
|
|
6354
|
+
"onDropiChange"?: (event: DropiRadioSelectionListCustomEvent<string | number>) => void;
|
|
6244
6355
|
/**
|
|
6245
|
-
* Emitted on
|
|
6356
|
+
* Emitted on search — matches Angular 'onSearch'
|
|
6246
6357
|
*/
|
|
6247
|
-
"
|
|
6358
|
+
"onDropiSearch"?: (event: DropiRadioSelectionListCustomEvent<{ searchValue: string; filteredOptions: RadioOption[] }>) => void;
|
|
6248
6359
|
/**
|
|
6249
6360
|
* Options array or JSON string
|
|
6250
6361
|
* @default []
|
|
@@ -6342,30 +6453,30 @@ declare namespace LocalJSX {
|
|
|
6342
6453
|
* @default true
|
|
6343
6454
|
*/
|
|
6344
6455
|
"multipleSelectModel"?: boolean;
|
|
6345
|
-
/**
|
|
6346
|
-
* Emitted when selection changes. e.detail = selected items
|
|
6347
|
-
*/
|
|
6348
|
-
"onModelChange"?: (event: DropiSearchCustomEvent<SearchOption[]>) => void;
|
|
6349
6456
|
/**
|
|
6350
6457
|
* Emitted on blur
|
|
6351
6458
|
*/
|
|
6352
|
-
"
|
|
6459
|
+
"onDropiBlur"?: (event: DropiSearchCustomEvent<void>) => void;
|
|
6353
6460
|
/**
|
|
6354
6461
|
* Emitted on change event of the native input (matches Angular `onChange`)
|
|
6355
6462
|
*/
|
|
6356
|
-
"
|
|
6463
|
+
"onDropiChange"?: (event: DropiSearchCustomEvent<string>) => void;
|
|
6357
6464
|
/**
|
|
6358
6465
|
* Emitted when clear button clicked
|
|
6359
6466
|
*/
|
|
6360
|
-
"
|
|
6467
|
+
"onDropiClear"?: (event: DropiSearchCustomEvent<void>) => void;
|
|
6361
6468
|
/**
|
|
6362
6469
|
* Emitted on input change. e.detail = current text
|
|
6363
6470
|
*/
|
|
6364
|
-
"
|
|
6471
|
+
"onDropiInput"?: (event: DropiSearchCustomEvent<string>) => void;
|
|
6365
6472
|
/**
|
|
6366
6473
|
* Emitted when Enter is pressed. e.detail = current text
|
|
6367
6474
|
*/
|
|
6368
|
-
"
|
|
6475
|
+
"onDropiKeyEnter"?: (event: DropiSearchCustomEvent<string>) => void;
|
|
6476
|
+
/**
|
|
6477
|
+
* Emitted when selection changes. e.detail = selected items
|
|
6478
|
+
*/
|
|
6479
|
+
"onDropiModelChange"?: (event: DropiSearchCustomEvent<SearchOption[]>) => void;
|
|
6369
6480
|
/**
|
|
6370
6481
|
* Placeholder text
|
|
6371
6482
|
* @default 'Search...'
|
|
@@ -6463,23 +6574,23 @@ declare namespace LocalJSX {
|
|
|
6463
6574
|
/**
|
|
6464
6575
|
* Emitted when an option is selected — matches Angular 'onChangeSelect'
|
|
6465
6576
|
*/
|
|
6466
|
-
"
|
|
6577
|
+
"onDropiChangeSelect"?: (event: DropiSelectCustomEvent<SelectOption | SelectOption[]>) => void;
|
|
6467
6578
|
/**
|
|
6468
6579
|
* Emitted when the selection is cleared — matches Angular 'onClear'
|
|
6469
6580
|
*/
|
|
6470
|
-
"
|
|
6581
|
+
"onDropiClear"?: (event: DropiSelectCustomEvent<void>) => void;
|
|
6471
6582
|
/**
|
|
6472
6583
|
* Emitted on Enter key inside search — matches Angular 'onKeyEnter'
|
|
6473
6584
|
*/
|
|
6474
|
-
"
|
|
6585
|
+
"onDropiKeyEnter"?: (event: DropiSelectCustomEvent<KeyboardEvent>) => void;
|
|
6475
6586
|
/**
|
|
6476
|
-
* Emitted
|
|
6587
|
+
* Emitted when the list is scrolled to the end — matches Angular 'scrolledToEnd'
|
|
6477
6588
|
*/
|
|
6478
|
-
"
|
|
6589
|
+
"onDropiScrollEnd"?: (event: DropiSelectCustomEvent<void>) => void;
|
|
6479
6590
|
/**
|
|
6480
|
-
* Emitted
|
|
6591
|
+
* Emitted on search input — matches Angular 'onSearch'
|
|
6481
6592
|
*/
|
|
6482
|
-
"
|
|
6593
|
+
"onDropiSearch"?: (event: DropiSelectCustomEvent<string>) => void;
|
|
6483
6594
|
/**
|
|
6484
6595
|
* Array of SelectOption or SelectOptionGroup
|
|
6485
6596
|
* @default []
|
|
@@ -6537,6 +6648,11 @@ declare namespace LocalJSX {
|
|
|
6537
6648
|
* @default ''
|
|
6538
6649
|
*/
|
|
6539
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;
|
|
6540
6656
|
}
|
|
6541
6657
|
/**
|
|
6542
6658
|
* @component dropi-sidebar
|
|
@@ -6547,7 +6663,7 @@ declare namespace LocalJSX {
|
|
|
6547
6663
|
/**
|
|
6548
6664
|
* Evento emitido cuando se selecciona una opción en el menú o un sub-hijo.
|
|
6549
6665
|
*/
|
|
6550
|
-
"
|
|
6666
|
+
"onDropiIndexChange"?: (event: DropiSidebarCustomEvent<SidebarProperties>) => void;
|
|
6551
6667
|
/**
|
|
6552
6668
|
* Define las propiedades y la cantidad de elementos a renderizar. Pasarlo como JSON string o directamente como array de SidebarProperties.
|
|
6553
6669
|
* @default []
|
|
@@ -6683,7 +6799,7 @@ declare namespace LocalJSX {
|
|
|
6683
6799
|
/**
|
|
6684
6800
|
* Emitted when the toggle state changes
|
|
6685
6801
|
*/
|
|
6686
|
-
"
|
|
6802
|
+
"onDropiChange"?: (event: DropiSwitchCustomEvent<boolean>) => void;
|
|
6687
6803
|
}
|
|
6688
6804
|
/**
|
|
6689
6805
|
* @component dropi-table
|
|
@@ -6740,41 +6856,41 @@ declare namespace LocalJSX {
|
|
|
6740
6856
|
* @default false
|
|
6741
6857
|
*/
|
|
6742
6858
|
"loading"?: boolean;
|
|
6859
|
+
"onDropiAction"?: (event: DropiTableCustomEvent<{ row: TableRow; action: any }>) => void;
|
|
6743
6860
|
/**
|
|
6744
6861
|
* Matches Angular `actionClicked`
|
|
6745
6862
|
*/
|
|
6746
|
-
"
|
|
6747
|
-
"onDropiAction"?: (event: DropiTableCustomEvent<{ row: TableRow; action: any }>) => void;
|
|
6863
|
+
"onDropiActionClick"?: (event: DropiTableCustomEvent<{ row: any; action: any }>) => void;
|
|
6748
6864
|
"onDropiPageChange"?: (event: DropiTableCustomEvent<number>) => void;
|
|
6749
|
-
"onDropiPageSizeChange"?: (event: DropiTableCustomEvent<number>) => void;
|
|
6750
|
-
"onDropiRowClick"?: (event: DropiTableCustomEvent<{ row: TableRow; index: number }>) => void;
|
|
6751
|
-
"onDropiSearch"?: (event: DropiTableCustomEvent<string>) => void;
|
|
6752
|
-
"onDropiSelection"?: (event: DropiTableCustomEvent<number[]>) => void;
|
|
6753
|
-
"onDropiSort"?: (event: DropiTableCustomEvent<{ key: string; dir: SortDir }>) => void;
|
|
6754
6865
|
/**
|
|
6755
|
-
* Matches Angular `
|
|
6866
|
+
* Matches Angular `onPageChange`
|
|
6756
6867
|
*/
|
|
6757
|
-
"
|
|
6868
|
+
"onDropiPageChangeAngular"?: (event: DropiTableCustomEvent<number>) => void;
|
|
6869
|
+
"onDropiPageSizeChange"?: (event: DropiTableCustomEvent<number>) => void;
|
|
6870
|
+
"onDropiRowClick"?: (event: DropiTableCustomEvent<{ row: TableRow; index: number }>) => void;
|
|
6758
6871
|
/**
|
|
6759
|
-
* Matches Angular `
|
|
6872
|
+
* Matches Angular `rowsSelected`
|
|
6760
6873
|
*/
|
|
6761
|
-
"
|
|
6874
|
+
"onDropiRowsSelected"?: (event: DropiTableCustomEvent<any[]>) => void;
|
|
6875
|
+
"onDropiSearch"?: (event: DropiTableCustomEvent<string>) => void;
|
|
6762
6876
|
/**
|
|
6763
6877
|
* Matches Angular `onSearchChange`
|
|
6764
6878
|
*/
|
|
6765
|
-
"
|
|
6879
|
+
"onDropiSearchChangeAngular"?: (event: DropiTableCustomEvent<string>) => void;
|
|
6880
|
+
"onDropiSelection"?: (event: DropiTableCustomEvent<number[]>) => void;
|
|
6766
6881
|
/**
|
|
6767
6882
|
* Matches Angular `onSizeChange`
|
|
6768
6883
|
*/
|
|
6769
|
-
"
|
|
6884
|
+
"onDropiSizeChangeAngular"?: (event: DropiTableCustomEvent<number>) => void;
|
|
6885
|
+
"onDropiSort"?: (event: DropiTableCustomEvent<{ key: string; dir: SortDir }>) => void;
|
|
6770
6886
|
/**
|
|
6771
6887
|
* Matches Angular `onSortChange`
|
|
6772
6888
|
*/
|
|
6773
|
-
"
|
|
6889
|
+
"onDropiSortChangeAngular"?: (event: DropiTableCustomEvent<any>) => void;
|
|
6774
6890
|
/**
|
|
6775
|
-
* Matches Angular `
|
|
6891
|
+
* Matches Angular `expandChildren`
|
|
6776
6892
|
*/
|
|
6777
|
-
"
|
|
6893
|
+
"onExpandChildren"?: (event: DropiTableCustomEvent<{ row: any }>) => void;
|
|
6778
6894
|
/**
|
|
6779
6895
|
* Page sizes options
|
|
6780
6896
|
* @default [5, 10, 25, 50]
|
|
@@ -6853,7 +6969,7 @@ declare namespace LocalJSX {
|
|
|
6853
6969
|
/**
|
|
6854
6970
|
* Emitted on tab click. e.detail = TabItem
|
|
6855
6971
|
*/
|
|
6856
|
-
"
|
|
6972
|
+
"onDropiIndexChange"?: (event: DropiTabsCustomEvent<TabItem>) => void;
|
|
6857
6973
|
/**
|
|
6858
6974
|
* Whether to show a check/pending icon per tab
|
|
6859
6975
|
* @default false
|
|
@@ -6895,6 +7011,11 @@ declare namespace LocalJSX {
|
|
|
6895
7011
|
* @default 'primary'
|
|
6896
7012
|
*/
|
|
6897
7013
|
"type"?: TagType;
|
|
7014
|
+
/**
|
|
7015
|
+
* tag (default) | dot (status dot + text) | text (colored text only)
|
|
7016
|
+
* @default 'tag'
|
|
7017
|
+
*/
|
|
7018
|
+
"variant"?: TagVariant;
|
|
6898
7019
|
}
|
|
6899
7020
|
/**
|
|
6900
7021
|
* @component dropi-tag-type-product
|
|
@@ -7228,6 +7349,7 @@ declare namespace LocalJSX {
|
|
|
7228
7349
|
"loadingMessage": string;
|
|
7229
7350
|
"isStep": boolean;
|
|
7230
7351
|
"baseZIndex": number;
|
|
7352
|
+
"isWhiteLabel": boolean;
|
|
7231
7353
|
"params": string;
|
|
7232
7354
|
}
|
|
7233
7355
|
interface DropiAvatarsAttributes {
|
|
@@ -7437,6 +7559,7 @@ declare namespace LocalJSX {
|
|
|
7437
7559
|
"iconWidth": string;
|
|
7438
7560
|
"iconHeight": string;
|
|
7439
7561
|
"color": string;
|
|
7562
|
+
"strokeWidth": string;
|
|
7440
7563
|
}
|
|
7441
7564
|
interface DropiIlustrationIconAttributes {
|
|
7442
7565
|
"type": IlustrationType;
|
|
@@ -7505,7 +7628,7 @@ declare namespace LocalJSX {
|
|
|
7505
7628
|
"format": 'mobile-vertical' | 'mobile-compact' | 'desktop';
|
|
7506
7629
|
}
|
|
7507
7630
|
interface DropiModalAttributes {
|
|
7508
|
-
"visible":
|
|
7631
|
+
"visible": boolean;
|
|
7509
7632
|
"header": string | null;
|
|
7510
7633
|
"showCloseIcon": boolean;
|
|
7511
7634
|
"dismissable": boolean;
|
|
@@ -7544,6 +7667,7 @@ declare namespace LocalJSX {
|
|
|
7544
7667
|
"labelContact": string;
|
|
7545
7668
|
"showLabelContact": boolean;
|
|
7546
7669
|
"errorMessage": string;
|
|
7670
|
+
"digitsCount": number;
|
|
7547
7671
|
}
|
|
7548
7672
|
interface DropiPaginatorAttributes {
|
|
7549
7673
|
"totalPages": number;
|
|
@@ -7563,6 +7687,14 @@ declare namespace LocalJSX {
|
|
|
7563
7687
|
"selectedOption": string;
|
|
7564
7688
|
"selectProperties": string;
|
|
7565
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
|
+
}
|
|
7566
7698
|
interface DropiRadioButtonAttributes {
|
|
7567
7699
|
"label": string;
|
|
7568
7700
|
"name": string;
|
|
@@ -7620,6 +7752,7 @@ declare namespace LocalJSX {
|
|
|
7620
7752
|
"preIcon": string;
|
|
7621
7753
|
"defaultSelectedId": string;
|
|
7622
7754
|
"overlayClass": string;
|
|
7755
|
+
"withinModal": boolean;
|
|
7623
7756
|
"selectProperties": string;
|
|
7624
7757
|
}
|
|
7625
7758
|
interface DropiSidebarAttributes {
|
|
@@ -7681,6 +7814,7 @@ declare namespace LocalJSX {
|
|
|
7681
7814
|
"stopAction": boolean;
|
|
7682
7815
|
}
|
|
7683
7816
|
interface DropiTagAttributes {
|
|
7817
|
+
"variant": TagVariant;
|
|
7684
7818
|
"type": TagType;
|
|
7685
7819
|
"state": TagState;
|
|
7686
7820
|
"showIcon": boolean;
|
|
@@ -7791,6 +7925,7 @@ declare namespace LocalJSX {
|
|
|
7791
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] };
|
|
7792
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] };
|
|
7793
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] };
|
|
7794
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] };
|
|
7795
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] };
|
|
7796
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] };
|
|
@@ -8063,7 +8198,7 @@ declare module "@stencil/core" {
|
|
|
8063
8198
|
"dropi-navbar": LocalJSX.IntrinsicElements["dropi-navbar"] & JSXBase.HTMLAttributes<HTMLDropiNavbarElement>;
|
|
8064
8199
|
/**
|
|
8065
8200
|
* @component dropi-otp-send-code
|
|
8066
|
-
*
|
|
8201
|
+
* OTP input with configurable length, countdown timer and resend capability.
|
|
8067
8202
|
*/
|
|
8068
8203
|
"dropi-otp-send-code": LocalJSX.IntrinsicElements["dropi-otp-send-code"] & JSXBase.HTMLAttributes<HTMLDropiOtpSendCodeElement>;
|
|
8069
8204
|
/**
|
|
@@ -8077,6 +8212,7 @@ declare module "@stencil/core" {
|
|
|
8077
8212
|
* Syncs perfectly with dropi-core_front natively
|
|
8078
8213
|
*/
|
|
8079
8214
|
"dropi-phone-input": LocalJSX.IntrinsicElements["dropi-phone-input"] & JSXBase.HTMLAttributes<HTMLDropiPhoneInputElement>;
|
|
8215
|
+
"dropi-progress-bar": LocalJSX.IntrinsicElements["dropi-progress-bar"] & JSXBase.HTMLAttributes<HTMLDropiProgressBarElement>;
|
|
8080
8216
|
/**
|
|
8081
8217
|
* @component dropi-radio-button
|
|
8082
8218
|
* Styled radio button with label.
|