@dropi/ui 0.1.27 → 0.1.29
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/dist/cjs/dropi-accordion-item.cjs.entry.js +54 -0
- package/dist/cjs/dropi-accordion.cjs.entry.js +19 -0
- package/dist/cjs/dropi-alert-legacy.cjs.entry.js +39 -0
- package/dist/cjs/dropi-alert-modal.cjs.entry.js +128 -0
- package/dist/cjs/dropi-alert.cjs.entry.js +64 -0
- package/dist/cjs/dropi-avatars.cjs.entry.js +31 -0
- package/dist/cjs/dropi-badge-legacy.cjs.entry.js +30 -0
- package/dist/cjs/dropi-badge.cjs.entry.js +37 -0
- package/dist/cjs/dropi-banner-external.cjs.entry.js +63 -0
- package/dist/cjs/dropi-breadcrumb.cjs.entry.js +48 -0
- package/dist/cjs/dropi-button.cjs.entry.js +87 -0
- package/dist/cjs/dropi-card-checkbox.cjs.entry.js +48 -0
- package/dist/cjs/dropi-card-product.cjs.entry.js +78 -0
- package/dist/cjs/dropi-card-section.cjs.entry.js +38 -0
- package/dist/cjs/dropi-carousel.cjs.entry.js +153 -0
- package/dist/cjs/dropi-checkbox-selection-list.cjs.entry.js +73 -0
- package/dist/cjs/dropi-checkbox.cjs.entry.js +36 -0
- package/dist/cjs/dropi-chips.cjs.entry.js +30 -0
- package/dist/cjs/dropi-city-selector.cjs.entry.js +104 -0
- package/dist/cjs/dropi-color-picker.cjs.entry.js +319 -0
- package/dist/cjs/dropi-country-flags.cjs.entry.js +37 -0
- package/dist/cjs/dropi-country-selector.cjs.entry.js +197 -0
- package/dist/cjs/dropi-date-picker-range.cjs.entry.js +115 -0
- package/dist/cjs/dropi-date-picker.cjs.entry.js +223 -0
- package/dist/cjs/dropi-drawer.cjs.entry.js +79 -0
- package/dist/cjs/dropi-dropdown.cjs.entry.js +65 -0
- package/dist/cjs/dropi-empty-state.cjs.entry.js +36 -0
- package/dist/cjs/dropi-favorite-button.cjs.entry.js +27 -0
- package/dist/cjs/dropi-file-upload-progress-bar.cjs.entry.js +77 -0
- package/dist/cjs/dropi-file-upload.cjs.entry.js +237 -0
- package/dist/cjs/dropi-icon.cjs.entry.js +67 -0
- package/dist/cjs/dropi-ilustration-icon.cjs.entry.js +39 -0
- package/dist/cjs/dropi-image-miniature.cjs.entry.js +44 -0
- package/dist/cjs/dropi-image-overlay.cjs.entry.js +63 -0
- package/dist/cjs/dropi-input_3.cjs.entry.js +392 -0
- package/dist/cjs/dropi-languages-selector.cjs.entry.js +61 -0
- package/dist/cjs/dropi-logo.cjs.entry.js +37 -0
- package/dist/cjs/dropi-lottie-loader.cjs.entry.js +27 -0
- package/dist/cjs/dropi-media-player.cjs.entry.js +192 -0
- package/dist/cjs/dropi-modal.cjs.entry.js +142 -0
- package/dist/cjs/dropi-navbar.cjs.entry.js +54 -0
- package/dist/cjs/dropi-otp-send-code.cjs.entry.js +92 -0
- package/dist/cjs/dropi-phone-input.cjs.entry.js +197 -0
- package/dist/cjs/dropi-radio-button.cjs.entry.js +47 -0
- package/dist/cjs/dropi-radio-selection-list.cjs.entry.js +60 -0
- package/dist/cjs/dropi-read-more.cjs.entry.js +40 -0
- package/dist/cjs/dropi-search.cjs.entry.js +124 -0
- package/dist/cjs/dropi-select.cjs.entry.js +382 -0
- package/dist/cjs/dropi-sidebar.cjs.entry.js +78 -0
- package/dist/cjs/dropi-simple-stepper.cjs.entry.js +53 -0
- package/dist/cjs/dropi-skeleton.cjs.entry.js +57 -0
- package/dist/cjs/dropi-steps.cjs.entry.js +52 -0
- package/dist/cjs/dropi-switch.cjs.entry.js +30 -0
- package/dist/cjs/dropi-table.cjs.entry.js +299 -0
- package/dist/cjs/dropi-tabs.cjs.entry.js +51 -0
- package/dist/cjs/dropi-tag-type-product.cjs.entry.js +19 -0
- package/dist/cjs/dropi-text-area.cjs.entry.js +134 -0
- package/dist/cjs/dropi-time-line.cjs.entry.js +34 -0
- package/dist/cjs/dropi-toast.cjs.entry.js +56 -0
- package/dist/cjs/dropi-tooltip-v2.cjs.entry.js +131 -0
- package/dist/cjs/dropi-tooltip.cjs.entry.js +21 -0
- package/dist/cjs/dropi-ui.cjs.js +24 -0
- package/dist/cjs/dropi-vertical-steps.cjs.entry.js +55 -0
- package/dist/cjs/dropi-youtube-lazy-video.cjs.entry.js +33 -0
- package/dist/cjs/index-C8kwDvpf.js +2773 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/loader.cjs.js +12 -0
- package/dist/collection/assets/icons/symbol/svg/sprite.css.svg +1 -0
- package/dist/collection/collection-manifest.json +77 -0
- package/dist/collection/components/dropi-accordion/dropi-accordion-item.css +45 -0
- package/dist/collection/components/dropi-accordion/dropi-accordion-item.js +172 -0
- package/dist/collection/components/dropi-accordion/dropi-accordion.css +21 -0
- package/dist/collection/components/dropi-accordion/dropi-accordion.js +48 -0
- package/dist/collection/components/dropi-alert/dropi-alert.css +128 -0
- package/dist/collection/components/dropi-alert/dropi-alert.js +371 -0
- package/dist/collection/components/dropi-alert-legacy/dropi-alert-legacy.css +31 -0
- package/dist/collection/components/dropi-alert-legacy/dropi-alert-legacy.js +128 -0
- package/dist/collection/components/dropi-alert-modal/dropi-alert-modal.css +105 -0
- package/dist/collection/components/dropi-alert-modal/dropi-alert-modal.js +525 -0
- package/dist/collection/components/dropi-avatars/dropi-avatars.css +55 -0
- package/dist/collection/components/dropi-avatars/dropi-avatars.js +126 -0
- package/dist/collection/components/dropi-badge/dropi-badge.css +41 -0
- package/dist/collection/components/dropi-badge/dropi-badge.js +71 -0
- package/dist/collection/components/dropi-badge-legacy/dropi-badge-legacy.css +17 -0
- package/dist/collection/components/dropi-badge-legacy/dropi-badge-legacy.js +119 -0
- package/dist/collection/components/dropi-banner-external/dropi-banner-external.css +56 -0
- package/dist/collection/components/dropi-banner-external/dropi-banner-external.js +254 -0
- package/dist/collection/components/dropi-breadcrumb/dropi-breadcrumb.css +69 -0
- package/dist/collection/components/dropi-breadcrumb/dropi-breadcrumb.js +171 -0
- package/dist/collection/components/dropi-button/dropi-button.css +177 -0
- package/dist/collection/components/dropi-button/dropi-button.js +323 -0
- package/dist/collection/components/dropi-card-checkbox/dropi-card-checkbox.css +92 -0
- package/dist/collection/components/dropi-card-checkbox/dropi-card-checkbox.js +222 -0
- package/dist/collection/components/dropi-card-product/dropi-card-product.css +235 -0
- package/dist/collection/components/dropi-card-product/dropi-card-product.js +386 -0
- package/dist/collection/components/dropi-card-section/dropi-card-section.css +42 -0
- package/dist/collection/components/dropi-card-section/dropi-card-section.js +178 -0
- package/dist/collection/components/dropi-carousel/dropi-carousel.css +148 -0
- package/dist/collection/components/dropi-carousel/dropi-carousel.js +379 -0
- package/dist/collection/components/dropi-checkbox/dropi-checkbox.css +47 -0
- package/dist/collection/components/dropi-checkbox/dropi-checkbox.js +103 -0
- package/dist/collection/components/dropi-checkbox-selection-list/dropi-checkbox-selection-list.css +44 -0
- package/dist/collection/components/dropi-checkbox-selection-list/dropi-checkbox-selection-list.js +267 -0
- package/dist/collection/components/dropi-chips/dropi-chips.css +68 -0
- package/dist/collection/components/dropi-chips/dropi-chips.js +169 -0
- package/dist/collection/components/dropi-city-selector/dropi-city-selector.css +218 -0
- package/dist/collection/components/dropi-city-selector/dropi-city-selector.js +242 -0
- package/dist/collection/components/dropi-color-picker/dropi-color-picker.css +210 -0
- package/dist/collection/components/dropi-color-picker/dropi-color-picker.js +393 -0
- package/dist/collection/components/dropi-country-flags/dropi-country-flags.css +30 -0
- package/dist/collection/components/dropi-country-flags/dropi-country-flags.js +129 -0
- package/dist/collection/components/dropi-country-selector/dropi-country-selector.css +211 -0
- package/dist/collection/components/dropi-country-selector/dropi-country-selector.js +429 -0
- package/dist/collection/components/dropi-date-picker/dropi-date-picker.css +215 -0
- package/dist/collection/components/dropi-date-picker/dropi-date-picker.js +516 -0
- package/dist/collection/components/dropi-date-picker-range/dropi-date-picker-range.css +143 -0
- package/dist/collection/components/dropi-date-picker-range/dropi-date-picker-range.js +327 -0
- package/dist/collection/components/dropi-drawer/dropi-drawer.css +129 -0
- package/dist/collection/components/dropi-drawer/dropi-drawer.js +287 -0
- package/dist/collection/components/dropi-dropdown/dropi-dropdown.css +51 -0
- package/dist/collection/components/dropi-dropdown/dropi-dropdown.js +209 -0
- package/dist/collection/components/dropi-empty-state/dropi-empty-state.css +59 -0
- package/dist/collection/components/dropi-empty-state/dropi-empty-state.js +222 -0
- package/dist/collection/components/dropi-favorite-button/dropi-favorite-button.css +24 -0
- package/dist/collection/components/dropi-favorite-button/dropi-favorite-button.js +78 -0
- package/dist/collection/components/dropi-file-upload/dropi-file-upload.css +464 -0
- package/dist/collection/components/dropi-file-upload/dropi-file-upload.js +517 -0
- package/dist/collection/components/dropi-file-upload-progress-bar/dropi-file-upload-progress-bar.css +115 -0
- package/dist/collection/components/dropi-file-upload-progress-bar/dropi-file-upload-progress-bar.js +258 -0
- package/dist/collection/components/dropi-icon/dropi-icon.css +26 -0
- package/dist/collection/components/dropi-icon/dropi-icon.js +159 -0
- package/dist/collection/components/dropi-ilustration-icon/dropi-ilustration-icon.css +91 -0
- package/dist/collection/components/dropi-ilustration-icon/dropi-ilustration-icon.js +150 -0
- package/dist/collection/components/dropi-image-miniature/dropi-image-miniature.css +45 -0
- package/dist/collection/components/dropi-image-miniature/dropi-image-miniature.js +150 -0
- package/dist/collection/components/dropi-image-overlay/dropi-image-overlay.css +127 -0
- package/dist/collection/components/dropi-image-overlay/dropi-image-overlay.js +156 -0
- package/dist/collection/components/dropi-input/dropi-input.css +185 -0
- package/dist/collection/components/dropi-input/dropi-input.js +808 -0
- package/dist/collection/components/dropi-languages-selector/dropi-languages-selector.css +79 -0
- package/dist/collection/components/dropi-languages-selector/dropi-languages-selector.js +158 -0
- package/dist/collection/components/dropi-logo/dropi-logo.css +26 -0
- package/dist/collection/components/dropi-logo/dropi-logo.js +107 -0
- package/dist/collection/components/dropi-lottie-loader/dropi-lottie-loader.css +56 -0
- package/dist/collection/components/dropi-lottie-loader/dropi-lottie-loader.js +116 -0
- package/dist/collection/components/dropi-media-player/dropi-media-player.css +320 -0
- package/dist/collection/components/dropi-media-player/dropi-media-player.js +394 -0
- package/dist/collection/components/dropi-modal/dropi-modal.css +140 -0
- package/dist/collection/components/dropi-modal/dropi-modal.js +695 -0
- package/dist/collection/components/dropi-navbar/dropi-navbar.css +166 -0
- package/dist/collection/components/dropi-navbar/dropi-navbar.js +302 -0
- package/dist/collection/components/dropi-otp-send-code/dropi-otp-send-code.css +67 -0
- package/dist/collection/components/dropi-otp-send-code/dropi-otp-send-code.js +221 -0
- package/dist/collection/components/dropi-paginator/dropi-paginator.css +103 -0
- package/dist/collection/components/dropi-paginator/dropi-paginator.js +215 -0
- package/dist/collection/components/dropi-phone-input/dropi-phone-input.css +209 -0
- package/dist/collection/components/dropi-phone-input/dropi-phone-input.js +442 -0
- package/dist/collection/components/dropi-radio-button/dropi-radio-button.css +62 -0
- package/dist/collection/components/dropi-radio-button/dropi-radio-button.js +174 -0
- package/dist/collection/components/dropi-radio-selection-list/dropi-radio-selection-list.css +64 -0
- package/dist/collection/components/dropi-radio-selection-list/dropi-radio-selection-list.js +259 -0
- package/dist/collection/components/dropi-read-more/dropi-read-more.css +25 -0
- package/dist/collection/components/dropi-read-more/dropi-read-more.js +154 -0
- package/dist/collection/components/dropi-search/dropi-search.css +112 -0
- package/dist/collection/components/dropi-search/dropi-search.js +526 -0
- package/dist/collection/components/dropi-select/dropi-select.css +366 -0
- package/dist/collection/components/dropi-select/dropi-select.js +1018 -0
- package/dist/collection/components/dropi-select/select.types.js +1 -0
- package/dist/collection/components/dropi-sidebar/dropi-sidebar.css +76 -0
- package/dist/collection/components/dropi-sidebar/dropi-sidebar.js +143 -0
- package/dist/collection/components/dropi-simple-stepper/dropi-simple-stepper.css +94 -0
- package/dist/collection/components/dropi-simple-stepper/dropi-simple-stepper.js +194 -0
- package/dist/collection/components/dropi-skeleton/dropi-skeleton.css +27 -0
- package/dist/collection/components/dropi-skeleton/dropi-skeleton.js +192 -0
- package/dist/collection/components/dropi-steps/dropi-steps.css +95 -0
- package/dist/collection/components/dropi-steps/dropi-steps.js +173 -0
- package/dist/collection/components/dropi-switch/dropi-switch.css +57 -0
- package/dist/collection/components/dropi-switch/dropi-switch.js +96 -0
- package/dist/collection/components/dropi-table/dropi-table.css +540 -0
- package/dist/collection/components/dropi-table/dropi-table.js +973 -0
- package/dist/collection/components/dropi-tabs/dropi-tabs.css +47 -0
- package/dist/collection/components/dropi-tabs/dropi-tabs.js +181 -0
- package/dist/collection/components/dropi-tag/dropi-tag.css +39 -0
- package/dist/collection/components/dropi-tag/dropi-tag.js +190 -0
- package/dist/collection/components/dropi-tag-type-product/dropi-tag-type-product.css +14 -0
- package/dist/collection/components/dropi-tag-type-product/dropi-tag-type-product.js +48 -0
- package/dist/collection/components/dropi-text-area/dropi-text-area.css +100 -0
- package/dist/collection/components/dropi-text-area/dropi-text-area.js +512 -0
- package/dist/collection/components/dropi-time-line/dropi-time-line.css +108 -0
- package/dist/collection/components/dropi-time-line/dropi-time-line.js +69 -0
- package/dist/collection/components/dropi-toast/dropi-toast.css +63 -0
- package/dist/collection/components/dropi-toast/dropi-toast.js +165 -0
- package/dist/collection/components/dropi-tooltip/dropi-tooltip.css +32 -0
- package/dist/collection/components/dropi-tooltip/dropi-tooltip.js +70 -0
- package/dist/collection/components/dropi-tooltip-v2/dropi-tooltip.css +67 -0
- package/dist/collection/components/dropi-tooltip-v2/dropi-tooltip.js +468 -0
- package/dist/collection/components/dropi-vertical-steps/dropi-vertical-steps.css +95 -0
- package/dist/collection/components/dropi-vertical-steps/dropi-vertical-steps.js +167 -0
- package/dist/collection/components/dropi-youtube-lazy-video/dropi-youtube-lazy-video.css +73 -0
- package/dist/collection/components/dropi-youtube-lazy-video/dropi-youtube-lazy-video.js +110 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/utils/utils.js +3 -0
- package/dist/collection/utils/utils.unit.test.js +16 -0
- package/dist/components/dropi-accordion-item.js +1 -0
- package/dist/components/dropi-accordion.js +1 -0
- package/dist/components/dropi-alert-legacy.js +1 -0
- package/dist/components/dropi-alert-modal.js +1 -0
- package/dist/components/dropi-alert.js +1 -0
- package/dist/components/dropi-avatars.js +1 -0
- package/dist/components/dropi-badge-legacy.js +1 -0
- package/dist/components/dropi-badge.js +1 -0
- package/dist/components/dropi-banner-external.js +1 -0
- package/dist/components/dropi-breadcrumb.js +1 -0
- package/dist/components/dropi-button.js +1 -0
- package/dist/components/dropi-card-checkbox.js +1 -0
- package/dist/components/dropi-card-product.js +1 -0
- package/dist/components/dropi-card-section.js +1 -0
- package/dist/components/dropi-carousel.js +1 -0
- package/dist/components/dropi-checkbox-selection-list.js +1 -0
- package/dist/components/dropi-checkbox.js +1 -0
- package/dist/components/dropi-chips.js +1 -0
- package/dist/components/dropi-city-selector.js +1 -0
- package/dist/components/dropi-color-picker.js +1 -0
- package/dist/components/dropi-country-flags.js +1 -0
- package/dist/components/dropi-country-selector.js +1 -0
- package/dist/components/dropi-date-picker-range.js +1 -0
- package/dist/components/dropi-date-picker.js +1 -0
- package/dist/components/dropi-drawer.js +1 -0
- package/dist/components/dropi-dropdown.js +1 -0
- package/dist/components/dropi-empty-state.js +1 -0
- package/dist/components/dropi-favorite-button.js +1 -0
- package/dist/components/dropi-file-upload-progress-bar.js +1 -0
- package/dist/components/dropi-file-upload.js +1 -0
- package/dist/components/dropi-icon.js +1 -0
- package/dist/components/dropi-ilustration-icon.js +1 -0
- package/dist/components/dropi-image-miniature.js +1 -0
- package/dist/components/dropi-image-overlay.js +1 -0
- package/dist/components/dropi-input.js +1 -0
- package/dist/components/dropi-languages-selector.js +1 -0
- package/dist/components/dropi-logo.js +1 -0
- package/dist/components/dropi-lottie-loader.js +1 -0
- package/dist/components/dropi-media-player.js +1 -0
- package/dist/components/dropi-modal.js +1 -0
- package/dist/components/dropi-navbar.js +1 -0
- package/dist/components/dropi-otp-send-code.js +1 -0
- package/dist/components/dropi-paginator.js +1 -0
- package/dist/components/dropi-phone-input.js +1 -0
- package/dist/components/dropi-radio-button.js +1 -0
- package/dist/components/dropi-radio-selection-list.js +1 -0
- package/dist/components/dropi-read-more.js +1 -0
- package/dist/components/dropi-search.js +1 -0
- package/dist/components/dropi-select.js +1 -0
- package/dist/components/dropi-sidebar.js +1 -0
- package/dist/components/dropi-simple-stepper.js +1 -0
- package/dist/components/dropi-skeleton.js +1 -0
- package/dist/components/dropi-steps.js +1 -0
- package/dist/components/dropi-switch.js +1 -0
- package/dist/components/dropi-table.js +1 -0
- package/dist/components/dropi-tabs.js +1 -0
- package/dist/components/dropi-tag-type-product.js +1 -0
- package/dist/components/dropi-tag.js +1 -0
- package/dist/components/dropi-text-area.js +1 -0
- package/dist/components/dropi-time-line.js +1 -0
- package/dist/components/dropi-toast.js +1 -0
- package/dist/components/dropi-tooltip-v2.js +1 -0
- package/dist/components/dropi-tooltip.js +1 -0
- package/dist/components/dropi-vertical-steps.js +1 -0
- package/dist/components/dropi-youtube-lazy-video.js +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/p-B9R8Apw7.js +1 -0
- package/dist/components/p-B_Ace02i.js +1 -0
- package/dist/components/p-BrjO_JXp.js +1 -0
- package/dist/components/p-BwhxWL4p.js +1 -0
- package/dist/components/p-Bz2jXX3R.js +1 -0
- package/dist/components/p-CV_oz45O.js +1 -0
- package/dist/components/p-D-vQQQNz.js +1 -0
- package/dist/components/p-D13d88W3.js +1 -0
- package/dist/components/p-DGUfr98Z.js +1 -0
- package/dist/components/p-QOZr7tU8.js +1 -0
- package/dist/components/p-a-hGQrJd.js +1 -0
- package/dist/components/p-o5gyrbbD.js +1 -0
- package/dist/dropi-ui/dropi-ui.css +1 -311
- package/dist/dropi-ui/dropi-ui.esm.js +1 -50
- package/dist/dropi-ui/index.esm.js +0 -4
- package/dist/dropi-ui/p-00e5a2de.entry.js +1 -0
- package/dist/dropi-ui/p-0188e07a.entry.js +1 -0
- package/dist/dropi-ui/p-02710049.entry.js +1 -0
- package/dist/dropi-ui/p-17c56074.entry.js +1 -0
- package/dist/dropi-ui/p-18adf694.entry.js +1 -0
- package/dist/dropi-ui/p-1a3619c3.entry.js +1 -0
- package/dist/dropi-ui/p-1d3d6a32.entry.js +1 -0
- package/dist/dropi-ui/p-25640777.entry.js +1 -0
- package/dist/dropi-ui/p-2674d901.entry.js +1 -0
- package/dist/dropi-ui/p-2af538b9.entry.js +1 -0
- package/dist/dropi-ui/p-3013f3b8.entry.js +1 -0
- package/dist/dropi-ui/p-3321ca70.entry.js +1 -0
- package/dist/dropi-ui/p-33d242ec.entry.js +1 -0
- package/dist/dropi-ui/p-34b66ca2.entry.js +1 -0
- package/dist/dropi-ui/p-39af6478.entry.js +1 -0
- package/dist/dropi-ui/p-3e36c8b8.entry.js +1 -0
- package/dist/dropi-ui/p-3ebc9b7b.entry.js +1 -0
- package/dist/dropi-ui/p-446a481d.entry.js +1 -0
- package/dist/dropi-ui/p-50e0d44f.entry.js +1 -0
- package/dist/dropi-ui/p-53a7a37d.entry.js +1 -0
- package/dist/dropi-ui/p-5c0bd7c2.entry.js +1 -0
- package/dist/dropi-ui/p-5cee6721.entry.js +1 -0
- package/dist/dropi-ui/p-5fb33ae4.entry.js +1 -0
- package/dist/dropi-ui/p-665ef7ba.entry.js +1 -0
- package/dist/dropi-ui/p-66b80371.entry.js +1 -0
- package/dist/dropi-ui/p-7bfc1c27.entry.js +1 -0
- package/dist/dropi-ui/p-7c0d2edf.entry.js +1 -0
- package/dist/dropi-ui/p-7eb27836.entry.js +1 -0
- package/dist/dropi-ui/p-85444414.entry.js +1 -0
- package/dist/dropi-ui/p-86283e99.entry.js +1 -0
- package/dist/dropi-ui/p-8bf5d8ee.entry.js +1 -0
- package/dist/dropi-ui/p-9032ba00.entry.js +1 -0
- package/dist/dropi-ui/p-9212f544.entry.js +1 -0
- package/dist/dropi-ui/p-92291873.entry.js +1 -0
- package/dist/dropi-ui/p-955e52f8.entry.js +1 -0
- package/dist/dropi-ui/p-976a15e3.entry.js +1 -0
- package/dist/dropi-ui/p-9b037086.entry.js +1 -0
- package/dist/dropi-ui/p-9e0129cc.entry.js +1 -0
- package/dist/dropi-ui/p-9ffec3f7.entry.js +1 -0
- package/dist/dropi-ui/p-D5SAM1O2.js +2 -0
- package/dist/dropi-ui/p-a1c93e55.entry.js +1 -0
- package/dist/dropi-ui/p-a232c6a7.entry.js +1 -0
- package/dist/dropi-ui/p-a3c4d677.entry.js +1 -0
- package/dist/dropi-ui/p-a457e8ca.entry.js +1 -0
- package/dist/dropi-ui/p-a4e1df5e.entry.js +1 -0
- package/dist/dropi-ui/p-a822a23e.entry.js +1 -0
- package/dist/dropi-ui/p-a8f24270.entry.js +1 -0
- package/dist/dropi-ui/p-ae35d538.entry.js +1 -0
- package/dist/dropi-ui/p-af8e2157.entry.js +1 -0
- package/dist/dropi-ui/p-b2623a5c.entry.js +1 -0
- package/dist/dropi-ui/p-b3d3c72e.entry.js +1 -0
- package/dist/dropi-ui/p-c3614c4a.entry.js +1 -0
- package/dist/dropi-ui/p-cbf5367e.entry.js +1 -0
- package/dist/dropi-ui/p-cc527d91.entry.js +1 -0
- package/dist/dropi-ui/p-cdde481b.entry.js +1 -0
- package/dist/dropi-ui/p-d42d4ef7.entry.js +1 -0
- package/dist/dropi-ui/p-db38bf16.entry.js +1 -0
- package/dist/dropi-ui/p-dd5d8b1b.entry.js +1 -0
- package/dist/dropi-ui/p-e3ad21f8.entry.js +1 -0
- package/dist/dropi-ui/p-e6e766ed.entry.js +1 -0
- package/dist/dropi-ui/p-ec263862.entry.js +1 -0
- package/dist/dropi-ui/p-efc2fc35.entry.js +1 -0
- package/dist/dropi-ui/p-f41cd9b5.entry.js +1 -0
- package/dist/dropi-ui/p-fa3d0267.entry.js +1 -0
- package/dist/{dropi-ui → esm}/dropi-accordion-item.entry.js +2 -8
- package/dist/{dropi-ui → esm}/dropi-accordion.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-alert-legacy.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-alert-modal.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-alert.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-avatars.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-badge-legacy.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-badge.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-banner-external.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-breadcrumb.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-button.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-card-checkbox.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-card-product.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-card-section.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-carousel.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-checkbox-selection-list.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-checkbox.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-chips.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-city-selector.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-color-picker.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-country-flags.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-country-selector.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-date-picker-range.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-date-picker.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-drawer.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-dropdown.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-empty-state.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-favorite-button.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-file-upload-progress-bar.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-file-upload.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-icon.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-ilustration-icon.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-image-miniature.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-image-overlay.entry.js +1 -4
- package/dist/{dropi-ui/dropi-input.entry.js → esm/dropi-input_3.entry.js} +128 -4
- package/dist/{dropi-ui → esm}/dropi-languages-selector.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-logo.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-lottie-loader.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-media-player.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-modal.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-navbar.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-otp-send-code.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-phone-input.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-radio-button.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-radio-selection-list.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-read-more.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-search.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-select.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-sidebar.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-simple-stepper.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-skeleton.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-steps.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-switch.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-table.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-tabs.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-tag-type-product.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-text-area.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-time-line.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-toast.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-tooltip-v2.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-tooltip.entry.js +1 -4
- package/dist/esm/dropi-ui.js +20 -0
- package/dist/{dropi-ui → esm}/dropi-vertical-steps.entry.js +1 -4
- package/dist/{dropi-ui → esm}/dropi-youtube-lazy-video.entry.js +1 -4
- package/dist/esm/index-D5SAM1O2.js +2763 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/loader.js +10 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
- package/dist/dropi-ui/dropi-accordion-item.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-accordion.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-alert-legacy.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-alert-modal.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-alert.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-avatars.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-badge-legacy.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-badge.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-banner-external.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-breadcrumb.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-button.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-card-checkbox.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-card-product.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-card-section.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-carousel.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-checkbox-selection-list.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-checkbox.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-chips.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-city-selector.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-color-picker.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-country-flags.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-country-selector.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-date-picker-range.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-date-picker.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-drawer.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-dropdown.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-empty-state.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-favorite-button.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-file-upload-progress-bar.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-file-upload.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-icon.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-ilustration-icon.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-image-miniature.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-image-overlay.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-input.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-languages-selector.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-logo.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-lottie-loader.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-media-player.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-modal.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-navbar.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-otp-send-code.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-paginator.entry.js +0 -70
- package/dist/dropi-ui/dropi-paginator.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-phone-input.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-radio-button.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-radio-selection-list.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-read-more.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-search.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-select.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-sidebar.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-simple-stepper.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-skeleton.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-steps.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-switch.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-table.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-tabs.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-tag-type-product.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-tag.entry.js +0 -69
- package/dist/dropi-ui/dropi-tag.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-text-area.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-time-line.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-toast.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-tooltip-v2.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-tooltip.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-ui.esm.js.map +0 -1
- package/dist/dropi-ui/dropi-vertical-steps.entry.js.map +0 -1
- package/dist/dropi-ui/dropi-youtube-lazy-video.entry.js.map +0 -1
- package/dist/dropi-ui/index-Cvp2LQOM.js +0 -4585
- package/dist/dropi-ui/index-Cvp2LQOM.js.map +0 -1
- package/dist/dropi-ui/index.esm.js.map +0 -1
|
@@ -0,0 +1,1018 @@
|
|
|
1
|
+
import { h, } from "@stencil/core";
|
|
2
|
+
/**
|
|
3
|
+
* @component dropi-select
|
|
4
|
+
* Feature-rich select with support for:
|
|
5
|
+
* - Single / multi select
|
|
6
|
+
* - Grouped options
|
|
7
|
+
* - Search / filter
|
|
8
|
+
* - Country flags
|
|
9
|
+
* - Radio-style options with images
|
|
10
|
+
* - Inline (dropdownType) or bordered trigger
|
|
11
|
+
* - Native form association
|
|
12
|
+
*
|
|
13
|
+
* ## Usage
|
|
14
|
+
* Options must be set via JS property (not HTML attribute) for object arrays:
|
|
15
|
+
* ```js
|
|
16
|
+
* document.querySelector('dropi-select').options = [
|
|
17
|
+
* { id: 1, label: 'Option A' },
|
|
18
|
+
* { id: 2, label: 'Option B' },
|
|
19
|
+
* ];
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
export class DropiSelect {
|
|
23
|
+
el;
|
|
24
|
+
internals;
|
|
25
|
+
buttonRef;
|
|
26
|
+
scrollDebounce;
|
|
27
|
+
hasEmittedScrollEnd = false;
|
|
28
|
+
lastScrollTop = 0;
|
|
29
|
+
// ── Props ────────────────────────────────────────────────────
|
|
30
|
+
label = '';
|
|
31
|
+
placeholder = 'Select';
|
|
32
|
+
/** Array of SelectOption or SelectOptionGroup */
|
|
33
|
+
options = [];
|
|
34
|
+
name = '';
|
|
35
|
+
disabled = false;
|
|
36
|
+
hasError = false;
|
|
37
|
+
errorText = '';
|
|
38
|
+
textHelper = '';
|
|
39
|
+
showObligatory = false;
|
|
40
|
+
/** Enables text search inside the dropdown */
|
|
41
|
+
searchEnabled = false;
|
|
42
|
+
/** Allows selecting multiple options */
|
|
43
|
+
multiSelect = false;
|
|
44
|
+
/** Renders trigger without border (inline/dropdown style) */
|
|
45
|
+
dropdownType = false;
|
|
46
|
+
/** Show country flags next to option labels */
|
|
47
|
+
showCountryFlags = false;
|
|
48
|
+
/** Renders options as radio buttons with optional image */
|
|
49
|
+
radioOptions = false;
|
|
50
|
+
/** Placeholder inside the search field */
|
|
51
|
+
placeHolderSearch = 'Buscar';
|
|
52
|
+
/** Icon name shown before the trigger label */
|
|
53
|
+
preIcon = '';
|
|
54
|
+
/** Pre-select an option by id */
|
|
55
|
+
defaultSelectedId;
|
|
56
|
+
/** Controlled selected option (single select) - matches Angular 'selectedOption' */
|
|
57
|
+
selectedOption = null;
|
|
58
|
+
/** Custom CSS class for the dropdown overlay */
|
|
59
|
+
overlayClass = '';
|
|
60
|
+
/**
|
|
61
|
+
* Convenience object prop — matches Angular `selectProperties: SelectProperties`.
|
|
62
|
+
* Fields: label, placeholder, options, showObligatory, textHelper,
|
|
63
|
+
* searchEnabled, multiSelect, dropdownType, hasError, errorText,
|
|
64
|
+
* radioOptions, preIcon.
|
|
65
|
+
* When provided, its non-null fields override individual props.
|
|
66
|
+
*/
|
|
67
|
+
selectProperties = null;
|
|
68
|
+
// ── State ────────────────────────────────────────────────────
|
|
69
|
+
isOpen = false;
|
|
70
|
+
_selectedOption = null;
|
|
71
|
+
multiSelected = [];
|
|
72
|
+
filteredOptions = [];
|
|
73
|
+
searchTerm = '';
|
|
74
|
+
dropdownStyle = {
|
|
75
|
+
top: '0px', left: '0px', width: '0px',
|
|
76
|
+
};
|
|
77
|
+
// ── Events ───────────────────────────────────────────────────
|
|
78
|
+
/** Emitted when an option is selected — matches Angular 'onChangeSelect' */
|
|
79
|
+
onChangeSelect;
|
|
80
|
+
/** Emitted when the selection is cleared — matches Angular 'onClear' */
|
|
81
|
+
onClear;
|
|
82
|
+
/** Emitted on search input — matches Angular 'onSearch' */
|
|
83
|
+
onSearch;
|
|
84
|
+
/** Emitted when the list is scrolled to the end — matches Angular 'scrolledToEnd' */
|
|
85
|
+
scrolledToEnd;
|
|
86
|
+
/** Emitted on Enter key inside search — matches Angular 'onKeyEnter' */
|
|
87
|
+
onKeyEnter;
|
|
88
|
+
// ── Lifecycle ────────────────────────────────────────────────
|
|
89
|
+
componentWillLoad() {
|
|
90
|
+
if (this.selectProperties)
|
|
91
|
+
this.selectPropertiesChanged(this.selectProperties);
|
|
92
|
+
this.normalizeOptions();
|
|
93
|
+
this.filteredOptions = [...this.options];
|
|
94
|
+
this.applyDefaultSelection();
|
|
95
|
+
}
|
|
96
|
+
selectPropertiesChanged(val) {
|
|
97
|
+
if (!val)
|
|
98
|
+
return;
|
|
99
|
+
if (val.label !== undefined)
|
|
100
|
+
this.label = val.label;
|
|
101
|
+
if (val.placeholder !== undefined)
|
|
102
|
+
this.placeholder = val.placeholder;
|
|
103
|
+
if (val.options !== undefined)
|
|
104
|
+
this.options = val.options;
|
|
105
|
+
if (val.showObligatory !== undefined)
|
|
106
|
+
this.showObligatory = val.showObligatory;
|
|
107
|
+
if (val.textHelper !== undefined)
|
|
108
|
+
this.textHelper = val.textHelper;
|
|
109
|
+
if (val.searchEnabled !== undefined)
|
|
110
|
+
this.searchEnabled = val.searchEnabled;
|
|
111
|
+
if (val.multiSelect !== undefined)
|
|
112
|
+
this.multiSelect = val.multiSelect;
|
|
113
|
+
if (val.dropdownType !== undefined)
|
|
114
|
+
this.dropdownType = val.dropdownType;
|
|
115
|
+
if (val.hasError !== undefined)
|
|
116
|
+
this.hasError = val.hasError;
|
|
117
|
+
if (val.errorText !== undefined)
|
|
118
|
+
this.errorText = val.errorText;
|
|
119
|
+
if (val.radioOptions !== undefined)
|
|
120
|
+
this.radioOptions = val.radioOptions;
|
|
121
|
+
if (val.preIcon !== undefined)
|
|
122
|
+
this.preIcon = val.preIcon;
|
|
123
|
+
}
|
|
124
|
+
optionsChanged() {
|
|
125
|
+
this.normalizeOptions();
|
|
126
|
+
this.filteredOptions = [...this.options];
|
|
127
|
+
this.applyDefaultSelection();
|
|
128
|
+
}
|
|
129
|
+
normalizeOptions() {
|
|
130
|
+
if (!this.options) {
|
|
131
|
+
this.options = [];
|
|
132
|
+
return;
|
|
133
|
+
}
|
|
134
|
+
if (typeof this.options === 'string') {
|
|
135
|
+
try {
|
|
136
|
+
this.options = JSON.parse(this.options);
|
|
137
|
+
}
|
|
138
|
+
catch (_) {
|
|
139
|
+
this.options = [];
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
defaultChanged(newId) {
|
|
144
|
+
this.applyDefaultSelection(newId);
|
|
145
|
+
}
|
|
146
|
+
valueChanged(v) {
|
|
147
|
+
this._selectedOption = v;
|
|
148
|
+
this.internals.setFormValue(v ? String(v.id) : '');
|
|
149
|
+
}
|
|
150
|
+
// ── Public Methods ───────────────────────────────────────────
|
|
151
|
+
/** Select an option by its id */
|
|
152
|
+
async setById(id) {
|
|
153
|
+
const opt = this.options.find(o => o.id === id || String(o.id) === String(id));
|
|
154
|
+
if (opt)
|
|
155
|
+
this.selectOption(opt);
|
|
156
|
+
}
|
|
157
|
+
/** Select an option by its label */
|
|
158
|
+
async setByLabel(label) {
|
|
159
|
+
const opt = this.options.find(o => o.label === label);
|
|
160
|
+
if (opt)
|
|
161
|
+
this.selectOption(opt);
|
|
162
|
+
}
|
|
163
|
+
/** Clear the current selection */
|
|
164
|
+
async clearSelection() {
|
|
165
|
+
this._selectedOption = null;
|
|
166
|
+
this.multiSelected = [];
|
|
167
|
+
this.internals.setFormValue('');
|
|
168
|
+
this.onClear.emit();
|
|
169
|
+
}
|
|
170
|
+
/** Reset multi-select state and show a placeholder label */
|
|
171
|
+
async resetMultiSelect(_placeholder) {
|
|
172
|
+
this.multiSelected = [];
|
|
173
|
+
this.internals.setFormValue('');
|
|
174
|
+
}
|
|
175
|
+
// ── Click outside ────────────────────────────────────────────
|
|
176
|
+
handleOutsideClick(e) {
|
|
177
|
+
if (this.isOpen && !e.composedPath().includes(this.el)) {
|
|
178
|
+
this.closeDropdown();
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
// ── Helpers ──────────────────────────────────────────────────
|
|
182
|
+
applyDefaultSelection(id) {
|
|
183
|
+
const targetId = id ?? this.defaultSelectedId;
|
|
184
|
+
if (targetId === '' || targetId === undefined || targetId === null)
|
|
185
|
+
return;
|
|
186
|
+
const flat = this.flatOptions();
|
|
187
|
+
const found = flat.find(o => o.id === targetId || String(o.id) === String(targetId));
|
|
188
|
+
if (found) {
|
|
189
|
+
this._selectedOption = found;
|
|
190
|
+
this.internals.setFormValue(String(found.id));
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
flatOptions() {
|
|
194
|
+
if (!this.options?.length)
|
|
195
|
+
return [];
|
|
196
|
+
if ('category' in this.options[0]) {
|
|
197
|
+
return this.options.flatMap(g => g.options);
|
|
198
|
+
}
|
|
199
|
+
return this.options;
|
|
200
|
+
}
|
|
201
|
+
get isGrouped() {
|
|
202
|
+
return this.options?.length > 0 && 'category' in this.options[0];
|
|
203
|
+
}
|
|
204
|
+
get triggerLabel() {
|
|
205
|
+
if (this.multiSelect) {
|
|
206
|
+
return this.multiSelected.length
|
|
207
|
+
? this.multiSelected.map(o => o.label).join(', ')
|
|
208
|
+
: this.placeholder;
|
|
209
|
+
}
|
|
210
|
+
if (this._selectedOption) {
|
|
211
|
+
return this.showCountryFlags && this._selectedOption.shortLabel
|
|
212
|
+
? this._selectedOption.shortLabel
|
|
213
|
+
: this._selectedOption.label;
|
|
214
|
+
}
|
|
215
|
+
return this.placeholder;
|
|
216
|
+
}
|
|
217
|
+
// ── Dropdown positioning ─────────────────────────────────────
|
|
218
|
+
openDropdown() {
|
|
219
|
+
if (this.disabled)
|
|
220
|
+
return;
|
|
221
|
+
const rect = this.buttonRef.getBoundingClientRect();
|
|
222
|
+
const viewportHeight = window.innerHeight;
|
|
223
|
+
const dropdownHeight = 250;
|
|
224
|
+
const spaceBelow = viewportHeight - rect.bottom;
|
|
225
|
+
const top = spaceBelow >= dropdownHeight
|
|
226
|
+
? rect.bottom + 4
|
|
227
|
+
: rect.top - dropdownHeight - 4;
|
|
228
|
+
this.dropdownStyle = {
|
|
229
|
+
top: `${top}px`,
|
|
230
|
+
left: `${rect.left}px`,
|
|
231
|
+
width: `${rect.width}px`,
|
|
232
|
+
};
|
|
233
|
+
this.isOpen = true;
|
|
234
|
+
if (this.searchEnabled) {
|
|
235
|
+
setTimeout(() => {
|
|
236
|
+
const searchInput = this.el.shadowRoot?.querySelector('.search-input');
|
|
237
|
+
searchInput?.focus();
|
|
238
|
+
}, 50);
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
closeDropdown() {
|
|
242
|
+
this.isOpen = false;
|
|
243
|
+
this.searchTerm = '';
|
|
244
|
+
this.filteredOptions = [...this.options];
|
|
245
|
+
}
|
|
246
|
+
toggleDropdown() {
|
|
247
|
+
this.isOpen ? this.closeDropdown() : this.openDropdown();
|
|
248
|
+
}
|
|
249
|
+
// ── Option selection ─────────────────────────────────────────
|
|
250
|
+
selectOption(option) {
|
|
251
|
+
if (option.disabled)
|
|
252
|
+
return;
|
|
253
|
+
if (this.multiSelect) {
|
|
254
|
+
const idx = this.multiSelected.findIndex(o => o.id === option.id);
|
|
255
|
+
if (idx >= 0) {
|
|
256
|
+
this.multiSelected = this.multiSelected.filter(o => o.id !== option.id);
|
|
257
|
+
}
|
|
258
|
+
else {
|
|
259
|
+
this.multiSelected = [...this.multiSelected, option];
|
|
260
|
+
}
|
|
261
|
+
this.internals.setFormValue(this.multiSelected.map(o => o.id).join(','));
|
|
262
|
+
this.onChangeSelect.emit([...this.multiSelected]);
|
|
263
|
+
}
|
|
264
|
+
else {
|
|
265
|
+
this._selectedOption = option;
|
|
266
|
+
this.internals.setFormValue(String(option.id));
|
|
267
|
+
this.onChangeSelect.emit(option);
|
|
268
|
+
this.closeDropdown();
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
isOptionChecked(option) {
|
|
272
|
+
return this.multiSelected.some(o => o.id === option.id);
|
|
273
|
+
}
|
|
274
|
+
// ── Search ───────────────────────────────────────────────────
|
|
275
|
+
handleSearch(term) {
|
|
276
|
+
this.searchTerm = term;
|
|
277
|
+
this.onSearch.emit(term);
|
|
278
|
+
const lower = term.toLowerCase().trim();
|
|
279
|
+
if (!lower) {
|
|
280
|
+
this.filteredOptions = [...this.options];
|
|
281
|
+
return;
|
|
282
|
+
}
|
|
283
|
+
if (this.isGrouped) {
|
|
284
|
+
this.filteredOptions = this.options
|
|
285
|
+
.map(g => ({ ...g, options: g.options.filter(o => o.label.toLowerCase().includes(lower)) }))
|
|
286
|
+
.filter(g => g.options.length > 0);
|
|
287
|
+
}
|
|
288
|
+
else {
|
|
289
|
+
this.filteredOptions = this.options.filter(o => o.label.toLowerCase().includes(lower));
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
// ── Scroll to end ─────────────────────────────────────────────
|
|
293
|
+
handleScroll(e) {
|
|
294
|
+
const el = e.target;
|
|
295
|
+
clearTimeout(this.scrollDebounce);
|
|
296
|
+
this.scrollDebounce = setTimeout(() => {
|
|
297
|
+
if (!el)
|
|
298
|
+
return;
|
|
299
|
+
const distFromBottom = el.scrollHeight - el.scrollTop - el.clientHeight;
|
|
300
|
+
const threshold = Math.min(50, el.clientHeight / 2);
|
|
301
|
+
if (el.scrollTop < this.lastScrollTop)
|
|
302
|
+
this.hasEmittedScrollEnd = false;
|
|
303
|
+
this.lastScrollTop = el.scrollTop;
|
|
304
|
+
if (distFromBottom <= threshold && !this.hasEmittedScrollEnd) {
|
|
305
|
+
this.scrolledToEnd.emit();
|
|
306
|
+
this.hasEmittedScrollEnd = true;
|
|
307
|
+
setTimeout(() => { this.hasEmittedScrollEnd = false; }, 1000);
|
|
308
|
+
}
|
|
309
|
+
}, 100);
|
|
310
|
+
}
|
|
311
|
+
// ── Render helpers ───────────────────────────────────────────
|
|
312
|
+
renderTrigger() {
|
|
313
|
+
const isCompleted = this.multiSelect ? this.multiSelected.length > 0 : !!this._selectedOption;
|
|
314
|
+
const iconColor = this.disabled ? 'Gray-Gray-300' : this.dropdownType ? 'Gray-Gray-600' : 'Gray-Gray-400';
|
|
315
|
+
const iconSize = this.dropdownType ? '24px' : '20px';
|
|
316
|
+
return (h("button", { type: "button", class: {
|
|
317
|
+
'select-button': true,
|
|
318
|
+
'select-completed': isCompleted,
|
|
319
|
+
'select-button-error': this.hasError,
|
|
320
|
+
'no-border': this.dropdownType,
|
|
321
|
+
}, disabled: this.disabled, ref: el => (this.buttonRef = el), onClick: () => this.toggleDropdown() }, h("div", { class: {
|
|
322
|
+
'button-content': true,
|
|
323
|
+
'option-radio': this.radioOptions && !!this._selectedOption && !this.multiSelect,
|
|
324
|
+
} }, this.preIcon && (h("dropi-icon", { name: this.preIcon, width: "20px", height: "20px", color: "Gray-Gray-500" })), this.radioOptions && this._selectedOption && !this.multiSelect && [
|
|
325
|
+
this._selectedOption.imageUrl && !this._selectedOption.isFallback
|
|
326
|
+
? h("img", { class: "option-image small-image", src: this._selectedOption.imageUrl, alt: "", onError: () => {
|
|
327
|
+
if (this._selectedOption)
|
|
328
|
+
this._selectedOption = { ...this._selectedOption, isFallback: true };
|
|
329
|
+
} })
|
|
330
|
+
: this._selectedOption.isFallback
|
|
331
|
+
? h("span", { class: "option-image-fallback small-image" }, this._selectedOption.label.charAt(0).toUpperCase())
|
|
332
|
+
: null,
|
|
333
|
+
h("div", { class: "labels-container elipsis" }, h("span", null, this._selectedOption.label), this._selectedOption.secondLabel && h("span", { class: "option-second-label" }, this._selectedOption.secondLabel)),
|
|
334
|
+
], !(this.radioOptions && this._selectedOption && !this.multiSelect) && (h("div", { class: "elipsis" }, this.triggerLabel))), h("dropi-icon", { name: this.isOpen ? 'Dropdown-up' : 'Dropdown-down', width: iconSize, height: iconSize, color: iconColor })));
|
|
335
|
+
}
|
|
336
|
+
renderOption(option) {
|
|
337
|
+
const isSelected = this.multiSelect
|
|
338
|
+
? this.isOptionChecked(option)
|
|
339
|
+
: this._selectedOption?.id === option.id;
|
|
340
|
+
return (h("li", { key: option.id }, h("button", { type: "button", class: {
|
|
341
|
+
option: true,
|
|
342
|
+
'option-radio': this.radioOptions,
|
|
343
|
+
'option-with-flag': this.showCountryFlags && !!option.countryCode,
|
|
344
|
+
'disabled-option': !!option.disabled,
|
|
345
|
+
'selected-option': isSelected,
|
|
346
|
+
}, disabled: option.disabled, onClick: () => this.selectOption(option) }, this.multiSelect && (h("span", { class: { 'multi-checkbox': true, checked: isSelected } }, isSelected && (h("svg", { width: "10", height: "10", viewBox: "0 0 24 24", fill: "none" }, h("path", { d: "M20.6 5.7L9.1 17.2c-.2.2-.5.3-.8.3s-.6-.1-.8-.3L3 12.8c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l3.9 3.9L19.2 4.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4z", fill: "white" }))))), this.radioOptions && (h("div", { class: { radio: true, selected: isSelected } }, isSelected && h("div", { class: "circle" }))), !this.radioOptions && option.preIcon && (h("dropi-icon", { name: option.preIcon, width: "20px", height: "20px", color: "Gray-Gray-500" })), this.radioOptions && option.imageUrl && !option.isFallback && (h("img", { class: "option-image", src: option.imageUrl, alt: "", onError: () => { option.isFallback = true; this.options = [...this.options]; } })), this.radioOptions && option.isFallback && (h("span", { class: "option-image-fallback" }, option.label.charAt(0).toUpperCase())), this.showCountryFlags && option.countryCode && (h("span", { class: "flag-placeholder" }, option.countryCode)), this.radioOptions
|
|
347
|
+
? (h("div", { class: "labels-container" }, h("span", { class: "elipsis" }, option.label), option.secondLabel && h("span", { class: "option-second-label" }, option.secondLabel)))
|
|
348
|
+
: (h("span", { class: "elipsis" }, this.showCountryFlags && option.shortLabel ? option.shortLabel : option.label)))));
|
|
349
|
+
}
|
|
350
|
+
renderDropdown() {
|
|
351
|
+
if (!this.isOpen)
|
|
352
|
+
return null;
|
|
353
|
+
return (h("ul", { class: `select-dropdown-overlay ${this.overlayClass}`, style: this.dropdownStyle, onScroll: (e) => this.handleScroll(e) }, this.searchEnabled && (h("li", { class: "sticky-search" }, h("div", { class: "search-wrapper" }, h("dropi-icon", { name: "Search", width: "16px", height: "16px", color: "Gray-Gray-400" }), h("input", { class: "search-input", type: "text", placeholder: this.placeHolderSearch, value: this.searchTerm, onInput: (e) => this.handleSearch(e.target.value), onKeyDown: (e) => {
|
|
354
|
+
if (e.key === 'Enter')
|
|
355
|
+
this.onKeyEnter.emit(e);
|
|
356
|
+
} }), this.searchTerm && (h("button", { type: "button", class: "search-clear", onClick: () => this.handleSearch('') }, h("dropi-icon", { name: "Close", width: "14px", height: "14px", color: "Gray-Gray-400" })))))), this.isGrouped && this.filteredOptions.map(group => [
|
|
357
|
+
h("li", { class: "option-group-title" }, group.category),
|
|
358
|
+
...group.options.map(opt => (h("li", { key: opt.id }, h("button", { type: "button", class: { option: true, 'option-group': true, 'disabled-option': !!opt.disabled }, disabled: opt.disabled, onClick: () => this.selectOption(opt) }, opt.preIcon && h("dropi-icon", { name: opt.preIcon, width: "20px", height: "20px", color: "Gray-Gray-500" }), h("span", { class: "elipsis" }, opt.label))))),
|
|
359
|
+
]), !this.isGrouped && this.filteredOptions.map(opt => this.renderOption(opt)), this.filteredOptions.length === 0 && (h("li", { class: "no-results" }, "Sin resultados"))));
|
|
360
|
+
}
|
|
361
|
+
render() {
|
|
362
|
+
return (h("div", { key: '932cad965441a784f51d6b82ffc5a100cf438fb6', class: "custom-select" }, !this.dropdownType && this.label && (h("label", { key: '1c46242dcbd7862b32a36e2132bc4689b3c95aab', class: { 'disabled-label': this.disabled } }, this.label, this.showObligatory && !this.disabled && h("span", { key: '79e2df6ae0a55c4e51ff7354486903d58bdb7d36', class: "asterisk" }, " *"))), h("div", { key: 'd4a48dcc513b5ae7171598709b0d00c3ffd7f42b', class: "dropdown-container" }, this.dropdownType && this.label && (h("div", { key: 'f9d8b6f87dcc8438c00ec04edabe10ebb2cceb79', class: "left-label" }, this.label)), this.renderTrigger()), this.textHelper && !this.hasError && (h("div", { key: 'e8cc2e4ccb3a5919fe30411003153bfe6434b0d0', class: "select-helper" }, h("span", { key: '2fe857a4efac70882ec58835534bb22739c4fb26' }, this.textHelper))), this.hasError && this.errorText && (h("div", { key: 'e357992bf4a391052fe3a8444b24777292f71bf0', class: "select-helper-error" }, h("dropi-icon", { key: '9a32ef1f5ae2ccf18996bdc451e5de4e2c923a0a', name: "Warning-circle", width: "12px", height: "12px", color: "Error-Error-500" }), h("span", { key: '919259f76022b34162f680234a3c1cf93492666b' }, this.errorText))), this.renderDropdown()));
|
|
363
|
+
}
|
|
364
|
+
static get is() { return "dropi-select"; }
|
|
365
|
+
static get encapsulation() { return "shadow"; }
|
|
366
|
+
static get formAssociated() { return true; }
|
|
367
|
+
static get originalStyleUrls() {
|
|
368
|
+
return {
|
|
369
|
+
"$": ["dropi-select.css"]
|
|
370
|
+
};
|
|
371
|
+
}
|
|
372
|
+
static get styleUrls() {
|
|
373
|
+
return {
|
|
374
|
+
"$": ["dropi-select.css"]
|
|
375
|
+
};
|
|
376
|
+
}
|
|
377
|
+
static get properties() {
|
|
378
|
+
return {
|
|
379
|
+
"label": {
|
|
380
|
+
"type": "string",
|
|
381
|
+
"mutable": true,
|
|
382
|
+
"complexType": {
|
|
383
|
+
"original": "string",
|
|
384
|
+
"resolved": "string",
|
|
385
|
+
"references": {}
|
|
386
|
+
},
|
|
387
|
+
"required": false,
|
|
388
|
+
"optional": false,
|
|
389
|
+
"docs": {
|
|
390
|
+
"tags": [],
|
|
391
|
+
"text": ""
|
|
392
|
+
},
|
|
393
|
+
"getter": false,
|
|
394
|
+
"setter": false,
|
|
395
|
+
"reflect": false,
|
|
396
|
+
"attribute": "label",
|
|
397
|
+
"defaultValue": "''"
|
|
398
|
+
},
|
|
399
|
+
"placeholder": {
|
|
400
|
+
"type": "string",
|
|
401
|
+
"mutable": true,
|
|
402
|
+
"complexType": {
|
|
403
|
+
"original": "string",
|
|
404
|
+
"resolved": "string",
|
|
405
|
+
"references": {}
|
|
406
|
+
},
|
|
407
|
+
"required": false,
|
|
408
|
+
"optional": false,
|
|
409
|
+
"docs": {
|
|
410
|
+
"tags": [],
|
|
411
|
+
"text": ""
|
|
412
|
+
},
|
|
413
|
+
"getter": false,
|
|
414
|
+
"setter": false,
|
|
415
|
+
"reflect": false,
|
|
416
|
+
"attribute": "placeholder",
|
|
417
|
+
"defaultValue": "'Select'"
|
|
418
|
+
},
|
|
419
|
+
"options": {
|
|
420
|
+
"type": "unknown",
|
|
421
|
+
"mutable": true,
|
|
422
|
+
"complexType": {
|
|
423
|
+
"original": "SelectOption[] | SelectOptionGroup[]",
|
|
424
|
+
"resolved": "SelectOptionGroup[] | SelectOption[]",
|
|
425
|
+
"references": {
|
|
426
|
+
"SelectOption": {
|
|
427
|
+
"location": "import",
|
|
428
|
+
"path": "./select.types",
|
|
429
|
+
"id": "src/components/dropi-select/select.types.ts::SelectOption",
|
|
430
|
+
"referenceLocation": "SelectOption"
|
|
431
|
+
},
|
|
432
|
+
"SelectOptionGroup": {
|
|
433
|
+
"location": "import",
|
|
434
|
+
"path": "./select.types",
|
|
435
|
+
"id": "src/components/dropi-select/select.types.ts::SelectOptionGroup",
|
|
436
|
+
"referenceLocation": "SelectOptionGroup"
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
"required": false,
|
|
441
|
+
"optional": false,
|
|
442
|
+
"docs": {
|
|
443
|
+
"tags": [],
|
|
444
|
+
"text": "Array of SelectOption or SelectOptionGroup"
|
|
445
|
+
},
|
|
446
|
+
"getter": false,
|
|
447
|
+
"setter": false,
|
|
448
|
+
"defaultValue": "[]"
|
|
449
|
+
},
|
|
450
|
+
"name": {
|
|
451
|
+
"type": "string",
|
|
452
|
+
"mutable": false,
|
|
453
|
+
"complexType": {
|
|
454
|
+
"original": "string",
|
|
455
|
+
"resolved": "string",
|
|
456
|
+
"references": {}
|
|
457
|
+
},
|
|
458
|
+
"required": false,
|
|
459
|
+
"optional": false,
|
|
460
|
+
"docs": {
|
|
461
|
+
"tags": [],
|
|
462
|
+
"text": ""
|
|
463
|
+
},
|
|
464
|
+
"getter": false,
|
|
465
|
+
"setter": false,
|
|
466
|
+
"reflect": false,
|
|
467
|
+
"attribute": "name",
|
|
468
|
+
"defaultValue": "''"
|
|
469
|
+
},
|
|
470
|
+
"disabled": {
|
|
471
|
+
"type": "boolean",
|
|
472
|
+
"mutable": false,
|
|
473
|
+
"complexType": {
|
|
474
|
+
"original": "boolean",
|
|
475
|
+
"resolved": "boolean",
|
|
476
|
+
"references": {}
|
|
477
|
+
},
|
|
478
|
+
"required": false,
|
|
479
|
+
"optional": false,
|
|
480
|
+
"docs": {
|
|
481
|
+
"tags": [],
|
|
482
|
+
"text": ""
|
|
483
|
+
},
|
|
484
|
+
"getter": false,
|
|
485
|
+
"setter": false,
|
|
486
|
+
"reflect": true,
|
|
487
|
+
"attribute": "disabled",
|
|
488
|
+
"defaultValue": "false"
|
|
489
|
+
},
|
|
490
|
+
"hasError": {
|
|
491
|
+
"type": "boolean",
|
|
492
|
+
"mutable": true,
|
|
493
|
+
"complexType": {
|
|
494
|
+
"original": "boolean",
|
|
495
|
+
"resolved": "boolean",
|
|
496
|
+
"references": {}
|
|
497
|
+
},
|
|
498
|
+
"required": false,
|
|
499
|
+
"optional": false,
|
|
500
|
+
"docs": {
|
|
501
|
+
"tags": [],
|
|
502
|
+
"text": ""
|
|
503
|
+
},
|
|
504
|
+
"getter": false,
|
|
505
|
+
"setter": false,
|
|
506
|
+
"reflect": false,
|
|
507
|
+
"attribute": "has-error",
|
|
508
|
+
"defaultValue": "false"
|
|
509
|
+
},
|
|
510
|
+
"errorText": {
|
|
511
|
+
"type": "string",
|
|
512
|
+
"mutable": true,
|
|
513
|
+
"complexType": {
|
|
514
|
+
"original": "string",
|
|
515
|
+
"resolved": "string",
|
|
516
|
+
"references": {}
|
|
517
|
+
},
|
|
518
|
+
"required": false,
|
|
519
|
+
"optional": false,
|
|
520
|
+
"docs": {
|
|
521
|
+
"tags": [],
|
|
522
|
+
"text": ""
|
|
523
|
+
},
|
|
524
|
+
"getter": false,
|
|
525
|
+
"setter": false,
|
|
526
|
+
"reflect": false,
|
|
527
|
+
"attribute": "error-text",
|
|
528
|
+
"defaultValue": "''"
|
|
529
|
+
},
|
|
530
|
+
"textHelper": {
|
|
531
|
+
"type": "string",
|
|
532
|
+
"mutable": true,
|
|
533
|
+
"complexType": {
|
|
534
|
+
"original": "string",
|
|
535
|
+
"resolved": "string",
|
|
536
|
+
"references": {}
|
|
537
|
+
},
|
|
538
|
+
"required": false,
|
|
539
|
+
"optional": false,
|
|
540
|
+
"docs": {
|
|
541
|
+
"tags": [],
|
|
542
|
+
"text": ""
|
|
543
|
+
},
|
|
544
|
+
"getter": false,
|
|
545
|
+
"setter": false,
|
|
546
|
+
"reflect": false,
|
|
547
|
+
"attribute": "text-helper",
|
|
548
|
+
"defaultValue": "''"
|
|
549
|
+
},
|
|
550
|
+
"showObligatory": {
|
|
551
|
+
"type": "boolean",
|
|
552
|
+
"mutable": true,
|
|
553
|
+
"complexType": {
|
|
554
|
+
"original": "boolean",
|
|
555
|
+
"resolved": "boolean",
|
|
556
|
+
"references": {}
|
|
557
|
+
},
|
|
558
|
+
"required": false,
|
|
559
|
+
"optional": false,
|
|
560
|
+
"docs": {
|
|
561
|
+
"tags": [],
|
|
562
|
+
"text": ""
|
|
563
|
+
},
|
|
564
|
+
"getter": false,
|
|
565
|
+
"setter": false,
|
|
566
|
+
"reflect": false,
|
|
567
|
+
"attribute": "show-obligatory",
|
|
568
|
+
"defaultValue": "false"
|
|
569
|
+
},
|
|
570
|
+
"searchEnabled": {
|
|
571
|
+
"type": "boolean",
|
|
572
|
+
"mutable": true,
|
|
573
|
+
"complexType": {
|
|
574
|
+
"original": "boolean",
|
|
575
|
+
"resolved": "boolean",
|
|
576
|
+
"references": {}
|
|
577
|
+
},
|
|
578
|
+
"required": false,
|
|
579
|
+
"optional": false,
|
|
580
|
+
"docs": {
|
|
581
|
+
"tags": [],
|
|
582
|
+
"text": "Enables text search inside the dropdown"
|
|
583
|
+
},
|
|
584
|
+
"getter": false,
|
|
585
|
+
"setter": false,
|
|
586
|
+
"reflect": false,
|
|
587
|
+
"attribute": "search-enabled",
|
|
588
|
+
"defaultValue": "false"
|
|
589
|
+
},
|
|
590
|
+
"multiSelect": {
|
|
591
|
+
"type": "boolean",
|
|
592
|
+
"mutable": true,
|
|
593
|
+
"complexType": {
|
|
594
|
+
"original": "boolean",
|
|
595
|
+
"resolved": "boolean",
|
|
596
|
+
"references": {}
|
|
597
|
+
},
|
|
598
|
+
"required": false,
|
|
599
|
+
"optional": false,
|
|
600
|
+
"docs": {
|
|
601
|
+
"tags": [],
|
|
602
|
+
"text": "Allows selecting multiple options"
|
|
603
|
+
},
|
|
604
|
+
"getter": false,
|
|
605
|
+
"setter": false,
|
|
606
|
+
"reflect": false,
|
|
607
|
+
"attribute": "multi-select",
|
|
608
|
+
"defaultValue": "false"
|
|
609
|
+
},
|
|
610
|
+
"dropdownType": {
|
|
611
|
+
"type": "boolean",
|
|
612
|
+
"mutable": true,
|
|
613
|
+
"complexType": {
|
|
614
|
+
"original": "boolean",
|
|
615
|
+
"resolved": "boolean",
|
|
616
|
+
"references": {}
|
|
617
|
+
},
|
|
618
|
+
"required": false,
|
|
619
|
+
"optional": false,
|
|
620
|
+
"docs": {
|
|
621
|
+
"tags": [],
|
|
622
|
+
"text": "Renders trigger without border (inline/dropdown style)"
|
|
623
|
+
},
|
|
624
|
+
"getter": false,
|
|
625
|
+
"setter": false,
|
|
626
|
+
"reflect": false,
|
|
627
|
+
"attribute": "dropdown-type",
|
|
628
|
+
"defaultValue": "false"
|
|
629
|
+
},
|
|
630
|
+
"showCountryFlags": {
|
|
631
|
+
"type": "boolean",
|
|
632
|
+
"mutable": false,
|
|
633
|
+
"complexType": {
|
|
634
|
+
"original": "boolean",
|
|
635
|
+
"resolved": "boolean",
|
|
636
|
+
"references": {}
|
|
637
|
+
},
|
|
638
|
+
"required": false,
|
|
639
|
+
"optional": false,
|
|
640
|
+
"docs": {
|
|
641
|
+
"tags": [],
|
|
642
|
+
"text": "Show country flags next to option labels"
|
|
643
|
+
},
|
|
644
|
+
"getter": false,
|
|
645
|
+
"setter": false,
|
|
646
|
+
"reflect": false,
|
|
647
|
+
"attribute": "show-country-flags",
|
|
648
|
+
"defaultValue": "false"
|
|
649
|
+
},
|
|
650
|
+
"radioOptions": {
|
|
651
|
+
"type": "boolean",
|
|
652
|
+
"mutable": true,
|
|
653
|
+
"complexType": {
|
|
654
|
+
"original": "boolean",
|
|
655
|
+
"resolved": "boolean",
|
|
656
|
+
"references": {}
|
|
657
|
+
},
|
|
658
|
+
"required": false,
|
|
659
|
+
"optional": false,
|
|
660
|
+
"docs": {
|
|
661
|
+
"tags": [],
|
|
662
|
+
"text": "Renders options as radio buttons with optional image"
|
|
663
|
+
},
|
|
664
|
+
"getter": false,
|
|
665
|
+
"setter": false,
|
|
666
|
+
"reflect": false,
|
|
667
|
+
"attribute": "radio-options",
|
|
668
|
+
"defaultValue": "false"
|
|
669
|
+
},
|
|
670
|
+
"placeHolderSearch": {
|
|
671
|
+
"type": "string",
|
|
672
|
+
"mutable": false,
|
|
673
|
+
"complexType": {
|
|
674
|
+
"original": "string",
|
|
675
|
+
"resolved": "string",
|
|
676
|
+
"references": {}
|
|
677
|
+
},
|
|
678
|
+
"required": false,
|
|
679
|
+
"optional": false,
|
|
680
|
+
"docs": {
|
|
681
|
+
"tags": [],
|
|
682
|
+
"text": "Placeholder inside the search field"
|
|
683
|
+
},
|
|
684
|
+
"getter": false,
|
|
685
|
+
"setter": false,
|
|
686
|
+
"reflect": false,
|
|
687
|
+
"attribute": "place-holder-search",
|
|
688
|
+
"defaultValue": "'Buscar'"
|
|
689
|
+
},
|
|
690
|
+
"preIcon": {
|
|
691
|
+
"type": "string",
|
|
692
|
+
"mutable": true,
|
|
693
|
+
"complexType": {
|
|
694
|
+
"original": "string",
|
|
695
|
+
"resolved": "string",
|
|
696
|
+
"references": {}
|
|
697
|
+
},
|
|
698
|
+
"required": false,
|
|
699
|
+
"optional": false,
|
|
700
|
+
"docs": {
|
|
701
|
+
"tags": [],
|
|
702
|
+
"text": "Icon name shown before the trigger label"
|
|
703
|
+
},
|
|
704
|
+
"getter": false,
|
|
705
|
+
"setter": false,
|
|
706
|
+
"reflect": false,
|
|
707
|
+
"attribute": "pre-icon",
|
|
708
|
+
"defaultValue": "''"
|
|
709
|
+
},
|
|
710
|
+
"defaultSelectedId": {
|
|
711
|
+
"type": "any",
|
|
712
|
+
"mutable": true,
|
|
713
|
+
"complexType": {
|
|
714
|
+
"original": "string | number",
|
|
715
|
+
"resolved": "number | string",
|
|
716
|
+
"references": {}
|
|
717
|
+
},
|
|
718
|
+
"required": false,
|
|
719
|
+
"optional": false,
|
|
720
|
+
"docs": {
|
|
721
|
+
"tags": [],
|
|
722
|
+
"text": "Pre-select an option by id"
|
|
723
|
+
},
|
|
724
|
+
"getter": false,
|
|
725
|
+
"setter": false,
|
|
726
|
+
"reflect": false,
|
|
727
|
+
"attribute": "default-selected-id"
|
|
728
|
+
},
|
|
729
|
+
"selectedOption": {
|
|
730
|
+
"type": "unknown",
|
|
731
|
+
"mutable": true,
|
|
732
|
+
"complexType": {
|
|
733
|
+
"original": "SelectOption | null",
|
|
734
|
+
"resolved": "SelectOption",
|
|
735
|
+
"references": {
|
|
736
|
+
"SelectOption": {
|
|
737
|
+
"location": "import",
|
|
738
|
+
"path": "./select.types",
|
|
739
|
+
"id": "src/components/dropi-select/select.types.ts::SelectOption",
|
|
740
|
+
"referenceLocation": "SelectOption"
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
"required": false,
|
|
745
|
+
"optional": false,
|
|
746
|
+
"docs": {
|
|
747
|
+
"tags": [],
|
|
748
|
+
"text": "Controlled selected option (single select) - matches Angular 'selectedOption'"
|
|
749
|
+
},
|
|
750
|
+
"getter": false,
|
|
751
|
+
"setter": false,
|
|
752
|
+
"defaultValue": "null"
|
|
753
|
+
},
|
|
754
|
+
"overlayClass": {
|
|
755
|
+
"type": "string",
|
|
756
|
+
"mutable": false,
|
|
757
|
+
"complexType": {
|
|
758
|
+
"original": "string",
|
|
759
|
+
"resolved": "string",
|
|
760
|
+
"references": {}
|
|
761
|
+
},
|
|
762
|
+
"required": false,
|
|
763
|
+
"optional": false,
|
|
764
|
+
"docs": {
|
|
765
|
+
"tags": [],
|
|
766
|
+
"text": "Custom CSS class for the dropdown overlay"
|
|
767
|
+
},
|
|
768
|
+
"getter": false,
|
|
769
|
+
"setter": false,
|
|
770
|
+
"reflect": false,
|
|
771
|
+
"attribute": "overlay-class",
|
|
772
|
+
"defaultValue": "''"
|
|
773
|
+
},
|
|
774
|
+
"selectProperties": {
|
|
775
|
+
"type": "any",
|
|
776
|
+
"mutable": false,
|
|
777
|
+
"complexType": {
|
|
778
|
+
"original": "any",
|
|
779
|
+
"resolved": "any",
|
|
780
|
+
"references": {}
|
|
781
|
+
},
|
|
782
|
+
"required": false,
|
|
783
|
+
"optional": false,
|
|
784
|
+
"docs": {
|
|
785
|
+
"tags": [],
|
|
786
|
+
"text": "Convenience object prop \u2014 matches Angular `selectProperties: SelectProperties`.\nFields: label, placeholder, options, showObligatory, textHelper,\nsearchEnabled, multiSelect, dropdownType, hasError, errorText,\nradioOptions, preIcon.\nWhen provided, its non-null fields override individual props."
|
|
787
|
+
},
|
|
788
|
+
"getter": false,
|
|
789
|
+
"setter": false,
|
|
790
|
+
"reflect": false,
|
|
791
|
+
"attribute": "select-properties",
|
|
792
|
+
"defaultValue": "null"
|
|
793
|
+
}
|
|
794
|
+
};
|
|
795
|
+
}
|
|
796
|
+
static get states() {
|
|
797
|
+
return {
|
|
798
|
+
"isOpen": {},
|
|
799
|
+
"_selectedOption": {},
|
|
800
|
+
"multiSelected": {},
|
|
801
|
+
"filteredOptions": {},
|
|
802
|
+
"searchTerm": {},
|
|
803
|
+
"dropdownStyle": {}
|
|
804
|
+
};
|
|
805
|
+
}
|
|
806
|
+
static get events() {
|
|
807
|
+
return [{
|
|
808
|
+
"method": "onChangeSelect",
|
|
809
|
+
"name": "onChangeSelect",
|
|
810
|
+
"bubbles": true,
|
|
811
|
+
"cancelable": true,
|
|
812
|
+
"composed": true,
|
|
813
|
+
"docs": {
|
|
814
|
+
"tags": [],
|
|
815
|
+
"text": "Emitted when an option is selected \u2014 matches Angular 'onChangeSelect'"
|
|
816
|
+
},
|
|
817
|
+
"complexType": {
|
|
818
|
+
"original": "SelectOption | SelectOption[]",
|
|
819
|
+
"resolved": "SelectOption | SelectOption[]",
|
|
820
|
+
"references": {
|
|
821
|
+
"SelectOption": {
|
|
822
|
+
"location": "import",
|
|
823
|
+
"path": "./select.types",
|
|
824
|
+
"id": "src/components/dropi-select/select.types.ts::SelectOption",
|
|
825
|
+
"referenceLocation": "SelectOption"
|
|
826
|
+
}
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
}, {
|
|
830
|
+
"method": "onClear",
|
|
831
|
+
"name": "onClear",
|
|
832
|
+
"bubbles": true,
|
|
833
|
+
"cancelable": true,
|
|
834
|
+
"composed": true,
|
|
835
|
+
"docs": {
|
|
836
|
+
"tags": [],
|
|
837
|
+
"text": "Emitted when the selection is cleared \u2014 matches Angular 'onClear'"
|
|
838
|
+
},
|
|
839
|
+
"complexType": {
|
|
840
|
+
"original": "void",
|
|
841
|
+
"resolved": "void",
|
|
842
|
+
"references": {}
|
|
843
|
+
}
|
|
844
|
+
}, {
|
|
845
|
+
"method": "onSearch",
|
|
846
|
+
"name": "onSearch",
|
|
847
|
+
"bubbles": true,
|
|
848
|
+
"cancelable": true,
|
|
849
|
+
"composed": true,
|
|
850
|
+
"docs": {
|
|
851
|
+
"tags": [],
|
|
852
|
+
"text": "Emitted on search input \u2014 matches Angular 'onSearch'"
|
|
853
|
+
},
|
|
854
|
+
"complexType": {
|
|
855
|
+
"original": "string",
|
|
856
|
+
"resolved": "string",
|
|
857
|
+
"references": {}
|
|
858
|
+
}
|
|
859
|
+
}, {
|
|
860
|
+
"method": "scrolledToEnd",
|
|
861
|
+
"name": "scrolledToEnd",
|
|
862
|
+
"bubbles": true,
|
|
863
|
+
"cancelable": true,
|
|
864
|
+
"composed": true,
|
|
865
|
+
"docs": {
|
|
866
|
+
"tags": [],
|
|
867
|
+
"text": "Emitted when the list is scrolled to the end \u2014 matches Angular 'scrolledToEnd'"
|
|
868
|
+
},
|
|
869
|
+
"complexType": {
|
|
870
|
+
"original": "void",
|
|
871
|
+
"resolved": "void",
|
|
872
|
+
"references": {}
|
|
873
|
+
}
|
|
874
|
+
}, {
|
|
875
|
+
"method": "onKeyEnter",
|
|
876
|
+
"name": "onKeyEnter",
|
|
877
|
+
"bubbles": true,
|
|
878
|
+
"cancelable": true,
|
|
879
|
+
"composed": true,
|
|
880
|
+
"docs": {
|
|
881
|
+
"tags": [],
|
|
882
|
+
"text": "Emitted on Enter key inside search \u2014 matches Angular 'onKeyEnter'"
|
|
883
|
+
},
|
|
884
|
+
"complexType": {
|
|
885
|
+
"original": "KeyboardEvent",
|
|
886
|
+
"resolved": "KeyboardEvent",
|
|
887
|
+
"references": {
|
|
888
|
+
"KeyboardEvent": {
|
|
889
|
+
"location": "global",
|
|
890
|
+
"id": "global::KeyboardEvent"
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
}];
|
|
895
|
+
}
|
|
896
|
+
static get methods() {
|
|
897
|
+
return {
|
|
898
|
+
"setById": {
|
|
899
|
+
"complexType": {
|
|
900
|
+
"signature": "(id: string | number) => Promise<void>",
|
|
901
|
+
"parameters": [{
|
|
902
|
+
"name": "id",
|
|
903
|
+
"type": "string | number",
|
|
904
|
+
"docs": ""
|
|
905
|
+
}],
|
|
906
|
+
"references": {
|
|
907
|
+
"Promise": {
|
|
908
|
+
"location": "global",
|
|
909
|
+
"id": "global::Promise"
|
|
910
|
+
},
|
|
911
|
+
"SelectOption": {
|
|
912
|
+
"location": "import",
|
|
913
|
+
"path": "./select.types",
|
|
914
|
+
"id": "src/components/dropi-select/select.types.ts::SelectOption",
|
|
915
|
+
"referenceLocation": "SelectOption"
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
"return": "Promise<void>"
|
|
919
|
+
},
|
|
920
|
+
"docs": {
|
|
921
|
+
"text": "Select an option by its id",
|
|
922
|
+
"tags": []
|
|
923
|
+
}
|
|
924
|
+
},
|
|
925
|
+
"setByLabel": {
|
|
926
|
+
"complexType": {
|
|
927
|
+
"signature": "(label: string) => Promise<void>",
|
|
928
|
+
"parameters": [{
|
|
929
|
+
"name": "label",
|
|
930
|
+
"type": "string",
|
|
931
|
+
"docs": ""
|
|
932
|
+
}],
|
|
933
|
+
"references": {
|
|
934
|
+
"Promise": {
|
|
935
|
+
"location": "global",
|
|
936
|
+
"id": "global::Promise"
|
|
937
|
+
},
|
|
938
|
+
"SelectOption": {
|
|
939
|
+
"location": "import",
|
|
940
|
+
"path": "./select.types",
|
|
941
|
+
"id": "src/components/dropi-select/select.types.ts::SelectOption",
|
|
942
|
+
"referenceLocation": "SelectOption"
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
"return": "Promise<void>"
|
|
946
|
+
},
|
|
947
|
+
"docs": {
|
|
948
|
+
"text": "Select an option by its label",
|
|
949
|
+
"tags": []
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
"clearSelection": {
|
|
953
|
+
"complexType": {
|
|
954
|
+
"signature": "() => Promise<void>",
|
|
955
|
+
"parameters": [],
|
|
956
|
+
"references": {
|
|
957
|
+
"Promise": {
|
|
958
|
+
"location": "global",
|
|
959
|
+
"id": "global::Promise"
|
|
960
|
+
}
|
|
961
|
+
},
|
|
962
|
+
"return": "Promise<void>"
|
|
963
|
+
},
|
|
964
|
+
"docs": {
|
|
965
|
+
"text": "Clear the current selection",
|
|
966
|
+
"tags": []
|
|
967
|
+
}
|
|
968
|
+
},
|
|
969
|
+
"resetMultiSelect": {
|
|
970
|
+
"complexType": {
|
|
971
|
+
"signature": "(_placeholder?: string) => Promise<void>",
|
|
972
|
+
"parameters": [{
|
|
973
|
+
"name": "_placeholder",
|
|
974
|
+
"type": "string",
|
|
975
|
+
"docs": ""
|
|
976
|
+
}],
|
|
977
|
+
"references": {
|
|
978
|
+
"Promise": {
|
|
979
|
+
"location": "global",
|
|
980
|
+
"id": "global::Promise"
|
|
981
|
+
}
|
|
982
|
+
},
|
|
983
|
+
"return": "Promise<void>"
|
|
984
|
+
},
|
|
985
|
+
"docs": {
|
|
986
|
+
"text": "Reset multi-select state and show a placeholder label",
|
|
987
|
+
"tags": []
|
|
988
|
+
}
|
|
989
|
+
}
|
|
990
|
+
};
|
|
991
|
+
}
|
|
992
|
+
static get elementRef() { return "el"; }
|
|
993
|
+
static get watchers() {
|
|
994
|
+
return [{
|
|
995
|
+
"propName": "selectProperties",
|
|
996
|
+
"methodName": "selectPropertiesChanged"
|
|
997
|
+
}, {
|
|
998
|
+
"propName": "options",
|
|
999
|
+
"methodName": "optionsChanged"
|
|
1000
|
+
}, {
|
|
1001
|
+
"propName": "defaultSelectedId",
|
|
1002
|
+
"methodName": "defaultChanged"
|
|
1003
|
+
}, {
|
|
1004
|
+
"propName": "selectedOption",
|
|
1005
|
+
"methodName": "valueChanged"
|
|
1006
|
+
}];
|
|
1007
|
+
}
|
|
1008
|
+
static get listeners() {
|
|
1009
|
+
return [{
|
|
1010
|
+
"name": "click",
|
|
1011
|
+
"method": "handleOutsideClick",
|
|
1012
|
+
"target": "document",
|
|
1013
|
+
"capture": false,
|
|
1014
|
+
"passive": false
|
|
1015
|
+
}];
|
|
1016
|
+
}
|
|
1017
|
+
static get attachInternalsMemberName() { return "internals"; }
|
|
1018
|
+
}
|