@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,319 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('./index-C8kwDvpf.js');
|
|
4
|
+
|
|
5
|
+
const dropiColorPickerCss = () => `:host{display:block}.general-container{position:relative;width:fit-content}.main-input-container{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:var(--Size-3);position:relative;width:fit-content}.main-input-container .overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;cursor:pointer}.line-color-preview{width:40px;height:40px;border-radius:50%;border:1px solid var(--Gray-Gray-200);display:flex;justify-content:center;align-items:center;padding:5px}.line-color-preview .color-preview{width:100%;height:100%;border-radius:50%;border:1px solid var(--Gray-Gray-200)}.position-right{top:0;left:250px}.position-left{top:0;right:200px}.position-top{bottom:55px}.position-bottom{top:55px}.position-bottom::before{transform:rotate(90deg);left:50%;top:-15px}.position-right::before{left:-6px;top:10px}.position-top::before{transform:rotate(270deg);left:50%;bottom:-15px}.position-left::before{transform:rotate(180deg);right:-9px}.color-picker-container::before{content:'';position:absolute;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid var(--Neutral-White);z-index:1}.color-picker-container{width:280px;padding:var(--Size-4);background:var(--Neutral-White);border-radius:var(--Size-2);box-shadow:var(--Shadow-large);position:absolute;z-index:100;transform-origin:top left;opacity:0;transition:transform 0.2s ease-out, opacity 0.2s ease-out;pointer-events:none}.color-picker-container .main-color-canvas-container{position:relative;margin-bottom:var(--Size-4);border:1px solid var(--Gray-Gray-200);border-radius:var(--Size-1);display:flex;justify-self:center;align-items:center}.color-picker-container .main-color-canvas-container canvas{display:block;border-radius:var(--Size-1)}.color-picker-container .main-color-canvas-container .color-selector-pointer{position:absolute;width:var(--Size-3);height:var(--Size-3);border:2px solid var(--Neutral-White);border-radius:50%;transform:translate(-6px, -6px);pointer-events:none}.color-picker-container .slider-container{display:flex;flex-direction:column;gap:var(--Size-3)}.color-picker-container .slider-container .slider-group{display:flex;flex-direction:column;gap:var(--Size-1)}.color-picker-container .slider-container .slider-group label{font-size:var(--font-size-xs);color:var(--Gray-Gray-500);font-weight:var(--font-weight-bold)}.color-picker-container .slider-container .slider-group .hue-slider-container,.color-picker-container .slider-container .slider-group .opacity-slider-container{position:relative;height:var(--Size-3);border-radius:var(--Size-4);overflow:hidden}.color-picker-container .slider-container .slider-group .hue-slider-container canvas,.color-picker-container .slider-container .slider-group .opacity-slider-container canvas{display:block;width:100%;height:100%}.color-picker-container .slider-container .slider-group .hue-slider-container .slider-pointer,.color-picker-container .slider-container .slider-group .opacity-slider-container .slider-pointer{position:absolute;top:0;height:var(--Size-3);width:var(--Size-3);background:transparent;border:2px solid var(--Neutral-White);border-radius:50%;pointer-events:none}.color-picker-container.show{transform:scale(1);opacity:1;pointer-events:auto}.color-info .color-label{font-size:var(--font-size-xs);color:var(--Gray-Gray-500);font-weight:var(--font-weight-bold);text-transform:uppercase;margin-bottom:var(--Size-2)}.color-info .color-input{border:1px solid var(--Gray-Gray-200, #ddd);border-radius:var(--Size-1);padding:6px 8px;font-size:var(--font-size-s);width:100%;font-family:monospace;text-transform:uppercase;background-color:var(--Neutral-White, #ffffff);color:var(--Gray-Gray-800, #1f2433);outline:none}`;
|
|
6
|
+
|
|
7
|
+
const DropiColorPicker = class {
|
|
8
|
+
constructor(hostRef) {
|
|
9
|
+
index.registerInstance(this, hostRef);
|
|
10
|
+
this.colorChange = index.createEvent(this, "colorChange", 7);
|
|
11
|
+
}
|
|
12
|
+
get el() { return index.getElement(this); }
|
|
13
|
+
currentColor = '#ffffff';
|
|
14
|
+
position = 'right';
|
|
15
|
+
colorChange;
|
|
16
|
+
color = '';
|
|
17
|
+
hue = 0;
|
|
18
|
+
saturation = 0;
|
|
19
|
+
currentVal = 0;
|
|
20
|
+
opacity = 100;
|
|
21
|
+
showEdit = false;
|
|
22
|
+
isDragging = false;
|
|
23
|
+
isHueDragging = false;
|
|
24
|
+
isOpacityDragging = false;
|
|
25
|
+
colorCanvas;
|
|
26
|
+
hueCanvas;
|
|
27
|
+
opacityCanvas;
|
|
28
|
+
onValueChange(newValue) {
|
|
29
|
+
if (!this.showEdit) {
|
|
30
|
+
this.color = newValue;
|
|
31
|
+
this.syncFromHex();
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
componentWillLoad() {
|
|
35
|
+
this.color = this.currentColor;
|
|
36
|
+
this.syncFromHex();
|
|
37
|
+
}
|
|
38
|
+
componentDidLoad() {
|
|
39
|
+
document.addEventListener('mousemove', this.onMouseMove.bind(this));
|
|
40
|
+
document.addEventListener('mouseup', this.onMouseUp.bind(this));
|
|
41
|
+
document.addEventListener('click', this.handleClickOutside.bind(this));
|
|
42
|
+
// Defer canvas drawing slightly to ensure elements are rendered
|
|
43
|
+
setTimeout(() => {
|
|
44
|
+
if (this.hueCanvas)
|
|
45
|
+
this.drawHueCanvas();
|
|
46
|
+
if (this.colorCanvas)
|
|
47
|
+
this.drawColorCanvas();
|
|
48
|
+
if (this.opacityCanvas)
|
|
49
|
+
this.drawOpacityCanvas();
|
|
50
|
+
}, 50);
|
|
51
|
+
}
|
|
52
|
+
disconnectedCallback() {
|
|
53
|
+
document.removeEventListener('mousemove', this.onMouseMove.bind(this));
|
|
54
|
+
document.removeEventListener('mouseup', this.onMouseUp.bind(this));
|
|
55
|
+
document.removeEventListener('click', this.handleClickOutside.bind(this));
|
|
56
|
+
}
|
|
57
|
+
onMouseMove(event) {
|
|
58
|
+
if (this.isDragging) {
|
|
59
|
+
this.updateColorFromPosition(event);
|
|
60
|
+
return;
|
|
61
|
+
}
|
|
62
|
+
if (this.isHueDragging) {
|
|
63
|
+
this.updateHueFromPosition(event);
|
|
64
|
+
return;
|
|
65
|
+
}
|
|
66
|
+
if (this.isOpacityDragging) {
|
|
67
|
+
this.updateOpacityFromPosition(event);
|
|
68
|
+
return;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
onMouseUp() {
|
|
72
|
+
this.isDragging = false;
|
|
73
|
+
this.isHueDragging = false;
|
|
74
|
+
this.isOpacityDragging = false;
|
|
75
|
+
}
|
|
76
|
+
handleClickOutside(event) {
|
|
77
|
+
// Determine if the click target is outside the host element
|
|
78
|
+
const clickedInside = event.composedPath().includes(this.el);
|
|
79
|
+
if (!clickedInside && this.showEdit) {
|
|
80
|
+
this.showEdit = false;
|
|
81
|
+
this.currentColor = this.color;
|
|
82
|
+
this.colorChange.emit(this.color);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
drawColorCanvas() {
|
|
86
|
+
if (!this.colorCanvas)
|
|
87
|
+
return;
|
|
88
|
+
const ctx = this.colorCanvas.getContext('2d');
|
|
89
|
+
const width = this.colorCanvas.width;
|
|
90
|
+
const height = this.colorCanvas.height;
|
|
91
|
+
const saturationGradient = ctx.createLinearGradient(0, 0, width, 0);
|
|
92
|
+
saturationGradient.addColorStop(0, '#FFFFFF');
|
|
93
|
+
saturationGradient.addColorStop(1, `hsl(${this.hue ?? 0}, 100%, 50%)`);
|
|
94
|
+
const valueGradient = ctx.createLinearGradient(0, 0, 0, height);
|
|
95
|
+
valueGradient.addColorStop(0, 'rgba(0, 0, 0, 0)');
|
|
96
|
+
valueGradient.addColorStop(1, '#000000');
|
|
97
|
+
ctx.fillStyle = saturationGradient;
|
|
98
|
+
ctx.fillRect(0, 0, width, height);
|
|
99
|
+
ctx.fillStyle = valueGradient;
|
|
100
|
+
ctx.fillRect(0, 0, width, height);
|
|
101
|
+
}
|
|
102
|
+
drawHueCanvas() {
|
|
103
|
+
if (!this.hueCanvas)
|
|
104
|
+
return;
|
|
105
|
+
const ctx = this.hueCanvas.getContext('2d');
|
|
106
|
+
const width = this.hueCanvas.width;
|
|
107
|
+
const height = this.hueCanvas.height;
|
|
108
|
+
const hueGradient = ctx.createLinearGradient(0, 0, width, 0);
|
|
109
|
+
for (let i = 0; i <= 360; i += 60) {
|
|
110
|
+
hueGradient.addColorStop(i / 360, `hsl(${i}, 100%, 50%)`);
|
|
111
|
+
}
|
|
112
|
+
ctx.fillStyle = hueGradient;
|
|
113
|
+
ctx.fillRect(0, 0, width, height);
|
|
114
|
+
}
|
|
115
|
+
drawOpacityCanvas() {
|
|
116
|
+
if (!this.opacityCanvas)
|
|
117
|
+
return;
|
|
118
|
+
const ctx = this.opacityCanvas.getContext('2d');
|
|
119
|
+
const width = this.opacityCanvas.width;
|
|
120
|
+
const height = this.opacityCanvas.height;
|
|
121
|
+
ctx.clearRect(0, 0, width, height);
|
|
122
|
+
ctx.fillStyle = '#FFFFFF';
|
|
123
|
+
ctx.fillRect(0, 0, width, height);
|
|
124
|
+
const rgb = this.hsvToRgb(this.hue, this.saturation, this.currentVal);
|
|
125
|
+
const opacityGradient = ctx.createLinearGradient(0, 0, width, 0);
|
|
126
|
+
opacityGradient.addColorStop(0, `rgba(${rgb.r}, ${rgb.g}, ${rgb.b}, 0)`);
|
|
127
|
+
opacityGradient.addColorStop(1, `rgba(${rgb.r}, ${rgb.g}, ${rgb.b}, 1)`);
|
|
128
|
+
ctx.fillStyle = opacityGradient;
|
|
129
|
+
ctx.fillRect(0, 0, width, height);
|
|
130
|
+
}
|
|
131
|
+
updateColor() {
|
|
132
|
+
const rgb = this.hsvToRgb(this.hue, this.saturation, this.currentVal);
|
|
133
|
+
const hex = this.rgbToHex(rgb.r, rgb.g, rgb.b, this.opacity);
|
|
134
|
+
this.color = hex;
|
|
135
|
+
this.drawColorCanvas();
|
|
136
|
+
this.drawOpacityCanvas();
|
|
137
|
+
this.currentColor = hex;
|
|
138
|
+
this.colorChange.emit(this.color);
|
|
139
|
+
}
|
|
140
|
+
hsvToRgb(h, s, v) {
|
|
141
|
+
s /= 100;
|
|
142
|
+
v /= 100;
|
|
143
|
+
const c = v * s;
|
|
144
|
+
const x = c * (1 - Math.abs(((h / 60) % 2) - 1));
|
|
145
|
+
const m = v - c;
|
|
146
|
+
let r = 0, g = 0, b = 0;
|
|
147
|
+
if (h >= 0 && h < 60) {
|
|
148
|
+
r = c;
|
|
149
|
+
g = x;
|
|
150
|
+
b = 0;
|
|
151
|
+
}
|
|
152
|
+
else if (h >= 60 && h < 120) {
|
|
153
|
+
r = x;
|
|
154
|
+
g = c;
|
|
155
|
+
b = 0;
|
|
156
|
+
}
|
|
157
|
+
else if (h >= 120 && h < 180) {
|
|
158
|
+
r = 0;
|
|
159
|
+
g = c;
|
|
160
|
+
b = x;
|
|
161
|
+
}
|
|
162
|
+
else if (h >= 180 && h < 240) {
|
|
163
|
+
r = 0;
|
|
164
|
+
g = x;
|
|
165
|
+
b = c;
|
|
166
|
+
}
|
|
167
|
+
else if (h >= 240 && h < 300) {
|
|
168
|
+
r = x;
|
|
169
|
+
g = 0;
|
|
170
|
+
b = c;
|
|
171
|
+
}
|
|
172
|
+
else if (h >= 300 && h <= 360) {
|
|
173
|
+
r = c;
|
|
174
|
+
g = 0;
|
|
175
|
+
b = x;
|
|
176
|
+
}
|
|
177
|
+
return {
|
|
178
|
+
r: Math.round((r + m) * 255),
|
|
179
|
+
g: Math.round((g + m) * 255),
|
|
180
|
+
b: Math.round((b + m) * 255),
|
|
181
|
+
};
|
|
182
|
+
}
|
|
183
|
+
rgbToHex(red, green, black, opacity = 100) {
|
|
184
|
+
const toHex = (val) => {
|
|
185
|
+
const hex = Math.round(val).toString(16);
|
|
186
|
+
return hex.padStart(2, '0');
|
|
187
|
+
};
|
|
188
|
+
const rHex = toHex(red);
|
|
189
|
+
const gHex = toHex(green);
|
|
190
|
+
const bHex = toHex(black);
|
|
191
|
+
const alpha = Math.round((opacity / 100) * 255);
|
|
192
|
+
const aHex = toHex(alpha);
|
|
193
|
+
return `#${rHex}${gHex}${bHex}${aHex}`;
|
|
194
|
+
}
|
|
195
|
+
syncFromHex() {
|
|
196
|
+
if (/^#?[0-9A-F]{6}([0-9A-F]{2})?$/i.test(this.color)) {
|
|
197
|
+
if (!this.color.startsWith('#')) {
|
|
198
|
+
this.color = '#' + this.color;
|
|
199
|
+
}
|
|
200
|
+
const hex = this.color.substring(1);
|
|
201
|
+
const r = parseInt(hex.substring(0, 2), 16);
|
|
202
|
+
const g = parseInt(hex.substring(2, 4), 16);
|
|
203
|
+
const b = parseInt(hex.substring(4, 6), 16);
|
|
204
|
+
const a = hex.length === 8 ? parseInt(hex.substring(6, 8), 16) / 255 : 1;
|
|
205
|
+
const hsv = this.rgbToHsv(r, g, b, a);
|
|
206
|
+
this.hue = hsv.h;
|
|
207
|
+
this.saturation = hsv.s;
|
|
208
|
+
this.currentVal = hsv.v;
|
|
209
|
+
this.opacity = a * 100;
|
|
210
|
+
this.drawColorCanvas();
|
|
211
|
+
this.drawOpacityCanvas();
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
onHexInputChange(event) {
|
|
215
|
+
this.color = event.target.value;
|
|
216
|
+
this.syncFromHex();
|
|
217
|
+
}
|
|
218
|
+
rgbToHsv(r, g, b, a = 1) {
|
|
219
|
+
r /= 255;
|
|
220
|
+
g /= 255;
|
|
221
|
+
b /= 255;
|
|
222
|
+
const max = Math.max(r, g, b);
|
|
223
|
+
const min = Math.min(r, g, b);
|
|
224
|
+
const delta = max - min;
|
|
225
|
+
let h = 0;
|
|
226
|
+
if (delta !== 0) {
|
|
227
|
+
if (max === r)
|
|
228
|
+
h = 60 * (((g - b) / delta) % 6);
|
|
229
|
+
else if (max === g)
|
|
230
|
+
h = 60 * ((b - r) / delta + 2);
|
|
231
|
+
else if (max === b)
|
|
232
|
+
h = 60 * ((r - g) / delta + 4);
|
|
233
|
+
}
|
|
234
|
+
if (h < 0)
|
|
235
|
+
h += 360;
|
|
236
|
+
const s = max === 0 ? 0 : (delta / max) * 100;
|
|
237
|
+
const v = max * 100;
|
|
238
|
+
return {
|
|
239
|
+
h: Math.round(h),
|
|
240
|
+
s: Math.round(s),
|
|
241
|
+
v: Math.round(v),
|
|
242
|
+
a: parseFloat(a.toFixed(3)),
|
|
243
|
+
};
|
|
244
|
+
}
|
|
245
|
+
getCanvasPosition(canvas, event) {
|
|
246
|
+
const rect = canvas.getBoundingClientRect();
|
|
247
|
+
const scaleX = canvas.width / rect.width;
|
|
248
|
+
const scaleY = canvas.height / rect.height;
|
|
249
|
+
return {
|
|
250
|
+
x: (event.clientX - rect.left) * scaleX,
|
|
251
|
+
y: (event.clientY - rect.top) * scaleY,
|
|
252
|
+
};
|
|
253
|
+
}
|
|
254
|
+
onColorMouseDown(event) {
|
|
255
|
+
this.isDragging = true;
|
|
256
|
+
this.updateColorFromPosition(event);
|
|
257
|
+
}
|
|
258
|
+
onHueMouseDown(event) {
|
|
259
|
+
this.isHueDragging = true;
|
|
260
|
+
this.updateHueFromPosition(event);
|
|
261
|
+
}
|
|
262
|
+
onOpacityMouseDown(event) {
|
|
263
|
+
this.isOpacityDragging = true;
|
|
264
|
+
this.updateOpacityFromPosition(event);
|
|
265
|
+
}
|
|
266
|
+
updateColorFromPosition(event) {
|
|
267
|
+
if (!this.colorCanvas)
|
|
268
|
+
return;
|
|
269
|
+
const pos = this.getCanvasPosition(this.colorCanvas, event);
|
|
270
|
+
const x = Math.max(0, Math.min(pos.x, 256));
|
|
271
|
+
const y = Math.max(0, Math.min(pos.y, 150));
|
|
272
|
+
this.saturation = Math.round((x / 256) * 100);
|
|
273
|
+
this.currentVal = 100 - Math.round((y / 150) * 100);
|
|
274
|
+
this.updateColor();
|
|
275
|
+
}
|
|
276
|
+
updateHueFromPosition(event) {
|
|
277
|
+
if (!this.hueCanvas)
|
|
278
|
+
return;
|
|
279
|
+
const pos = this.getCanvasPosition(this.hueCanvas, event);
|
|
280
|
+
const x = Math.max(0, Math.min(pos.x, 256));
|
|
281
|
+
this.hue = Math.round((x / 256) * 360);
|
|
282
|
+
this.drawColorCanvas();
|
|
283
|
+
this.updateColor();
|
|
284
|
+
}
|
|
285
|
+
updateOpacityFromPosition(event) {
|
|
286
|
+
if (!this.opacityCanvas)
|
|
287
|
+
return;
|
|
288
|
+
const pos = this.getCanvasPosition(this.opacityCanvas, event);
|
|
289
|
+
const x = Math.max(0, Math.min(pos.x, 256));
|
|
290
|
+
this.opacity = Math.round((x / 256) * 100);
|
|
291
|
+
this.updateColor();
|
|
292
|
+
}
|
|
293
|
+
showEditor() {
|
|
294
|
+
this.showEdit = !this.showEdit;
|
|
295
|
+
this.color = this.currentColor;
|
|
296
|
+
if (this.showEdit) {
|
|
297
|
+
setTimeout(() => {
|
|
298
|
+
this.drawHueCanvas();
|
|
299
|
+
this.drawColorCanvas();
|
|
300
|
+
this.drawOpacityCanvas();
|
|
301
|
+
this.syncFromHex();
|
|
302
|
+
}, 100);
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
render() {
|
|
306
|
+
return (index.h("div", { key: '2ee2bd6abd837388d8169961f6b1024da228b453', class: "general-container" }, index.h("div", { key: '15416c1a844daf774dda53f1c08bbe6b15435b64', class: "main-input-container" }, index.h("div", { key: 'e08aacd3ebb059a8467cf6f597d2b3bb3419e286', class: "overlay", onClick: () => this.showEditor() }), index.h("div", { key: 'dda8addee7afb351fb1f6c18dda516d29259220d', class: "line-color-preview" }, index.h("div", { key: 'b242eac802dc0c1d0a9965fb6fc9b6f010408ae2', class: "color-preview", style: { background: this.currentColor } })), index.h("div", { key: '8dddc6632dddae52cc58d964ee50cae1e6460b12', class: "color-info" }, index.h("input", { key: '7181e30bddae8005260d285653425cd5cad2386e', type: "text", class: "color-input", value: this.currentColor, maxLength: 9, readOnly: true }))), index.h("div", { key: '0ad3b547299fc1a4ccab9ddb7efebd7962fd7855', class: `color-picker-container position-${this.position} ${this.showEdit ? 'show' : ''}` }, index.h("div", { key: 'c49847d5a6ca7a90f27889afe26f6c30c1959676', class: "main-color-canvas-container" }, index.h("canvas", { key: '44531a25415492782d70d070aacf17797f9e3818', ref: (el) => this.colorCanvas = el, width: 256, height: 150, onMouseDown: (e) => this.onColorMouseDown(e) }), index.h("div", { key: '325bc14afacafa6dddd0a9bc837c6448ff803bd8', class: "color-selector-pointer", style: {
|
|
307
|
+
left: `${(this.saturation / 100) * 256}px`,
|
|
308
|
+
top: `${((100 - this.currentVal) / 100) * 150}px`
|
|
309
|
+
} })), index.h("div", { key: 'ab6d2a987b4c317fa218e70a1602ea829505fe0a', class: "slider-container" }, index.h("div", { key: 'fe9ae897de10c04322653870cb9e5b79f61a2b86', class: "slider-group" }, index.h("div", { key: 'f39f1935c0410509f6ecbf69b718730201d70be7', class: "hue-slider-container" }, index.h("canvas", { key: '6a08c8dd36f3c9d70aa0f0438006bc4efa4df401', ref: (el) => this.hueCanvas = el, width: 256, height: 20, onMouseDown: (e) => this.onHueMouseDown(e) }), index.h("div", { key: 'a91a4f4469e3152b24bf1e7dfd3d4738eb17f661', class: "slider-pointer", style: { left: `${(this.hue / 360) * 234}px` } }))), index.h("div", { key: '2a45b1e24dcb447e515d8dbfac2ecd4032661af8', class: "slider-group" }, index.h("div", { key: 'ec945cd912ecf046ca16e7520bae48d3e998f8fd', class: "opacity-slider-container" }, index.h("canvas", { key: 'f181f9a8b16274d94377f3dd300c3bff231088df', ref: (el) => this.opacityCanvas = el, width: 256, height: 20, onMouseDown: (e) => this.onOpacityMouseDown(e) }), index.h("div", { key: '2e246b9e62991569c60024ac4f8b1ae32543e03e', class: "slider-pointer", style: { left: `${(this.opacity / 100) * 234}px` } }))), index.h("div", { key: 'c8c539dda06f8ce70b4c669a32e56cb693132f49', class: "color-info" }, index.h("div", { key: '5939e97e1331e57a5837e868ea6088b069e3c3eb', class: "color-label" }, "HEX"), index.h("input", { key: '321cebcb041223d4cb6c072f310720edcdb2391c', type: "text", class: "color-input", value: this.color, onInput: (e) => this.onHexInputChange(e), maxLength: 9 }))))));
|
|
310
|
+
}
|
|
311
|
+
static get watchers() { return {
|
|
312
|
+
"value": [{
|
|
313
|
+
"onValueChange": 0
|
|
314
|
+
}]
|
|
315
|
+
}; }
|
|
316
|
+
};
|
|
317
|
+
DropiColorPicker.style = dropiColorPickerCss();
|
|
318
|
+
|
|
319
|
+
exports.dropi_color_picker = DropiColorPicker;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('./index-C8kwDvpf.js');
|
|
4
|
+
|
|
5
|
+
const dropiCountryFlagsCss = () => `:host{display:inline-flex}.flag{max-width:40px;max-height:40px;margin:0;display:flex;align-items:center;justify-content:center}.flag img{width:100%;height:100%;object-fit:cover}.circle{border-radius:50%;overflow:hidden}.rectangle{border-radius:4px;overflow:hidden;max-width:32px !important;max-height:24px !important}`;
|
|
6
|
+
|
|
7
|
+
const DropiCountryFlags = class {
|
|
8
|
+
constructor(hostRef) {
|
|
9
|
+
index.registerInstance(this, hostRef);
|
|
10
|
+
}
|
|
11
|
+
/** ISO 3166-1 alpha-2 country code (e.g. "CO", "US") */
|
|
12
|
+
country = '';
|
|
13
|
+
/** Visual style: circle uses circle-flags CDN, rectangle/flat uses flagsapi */
|
|
14
|
+
customStyle = 'flat';
|
|
15
|
+
/** Width in px */
|
|
16
|
+
width = '';
|
|
17
|
+
/** Height in px */
|
|
18
|
+
height = '';
|
|
19
|
+
get src() {
|
|
20
|
+
const code = (this.country || '').toUpperCase();
|
|
21
|
+
if (this.customStyle === 'circle') {
|
|
22
|
+
return `https://hatscripts.github.io/circle-flags/flags/${code.toLowerCase()}.svg`;
|
|
23
|
+
}
|
|
24
|
+
return `https://flagsapi.com/${code}/flat/64.png`;
|
|
25
|
+
}
|
|
26
|
+
render() {
|
|
27
|
+
const style = {};
|
|
28
|
+
if (this.width)
|
|
29
|
+
style['width'] = this.width.includes('px') ? this.width : `${this.width}px`;
|
|
30
|
+
if (this.height)
|
|
31
|
+
style['height'] = this.height.includes('px') ? this.height : `${this.height}px`;
|
|
32
|
+
return (index.h("figure", { key: '924adeb5372e2c02ce1c0471a162b57fc53616bd', class: `flag ${this.customStyle ?? 'flat'}` }, index.h("img", { key: '8433b69bbfc51aa5e72f8bd7166382e1d7907cfa', src: this.src, style: style, alt: `flag-${this.country}` })));
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
DropiCountryFlags.style = dropiCountryFlagsCss();
|
|
36
|
+
|
|
37
|
+
exports.dropi_country_flags = DropiCountryFlags;
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('./index-C8kwDvpf.js');
|
|
4
|
+
|
|
5
|
+
const dropiCountrySelectorCss = () => `:host{display:block;width:100%;text-align:left}*,*::before,*::after{box-sizing:border-box}.custom-select{position:relative;width:100%}label{display:block;font-size:var(--font-size-xs, 11px);font-weight:var(--font-weight-regular, 400);color:var(--Gray-Gray-600, #475066);margin-bottom:6px}.required{color:var(--Error-Error-500, #ef4444);margin-left:2px}.select-button{width:100%;height:44px;padding:0 12px;border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);background:var(--Neutral-White, #ffffff);color:var(--Gray-Gray-500, #69738c);font-size:var(--font-size-s, 14px);font-family:inherit;display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer;transition:border-color 0.15s ease}.select-button:focus{outline:none;border-color:var(--Info-Info-500, #3b82f6)}.select-button:disabled{border-color:var(--Gray-Gray-200, #c3c9d9);color:var(--Gray-Gray-400, #858ea6);background:var(--Gray-Gray-50, #f7f8fa);cursor:not-allowed}.select-button.select-completed{color:var(--Gray-Gray-700, #32394d)}.select-button.select-invalid{border-color:var(--Error-Error-500, #ef4444)}.selected-content{display:flex;align-items:center;gap:8px;overflow:hidden;flex:1}.selected-option{display:flex;align-items:center;gap:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--Gray-Gray-700, #32394d);font-size:var(--font-size-s, 14px)}.placeholder-text{color:var(--Gray-Gray-400, #858ea6);font-size:var(--font-size-s, 14px)}.flag-img{border-radius:var(--Border-1, 4px);width:24px;height:24px;object-fit:cover;flex-shrink:0}.select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--Neutral-White, #ffffff);border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);z-index:200;list-style:none;padding:0;margin:0;box-shadow:0 8px 24px rgba(0, 0, 0, 0.10);overflow:hidden;transition:max-height 0.2s ease, opacity 0.2s ease}.select-dropdown.expanded{max-height:300px;opacity:1;overflow-y:auto}.select-dropdown.collapsed{max-height:0;opacity:0;pointer-events:none;border-color:transparent;box-shadow:none}.select-dropdown::-webkit-scrollbar{width:6px}.select-dropdown::-webkit-scrollbar-track{background:transparent}.select-dropdown::-webkit-scrollbar-thumb{background:var(--Gray-Gray-200, #c3c9d9);border-radius:4px}.select-dropdown::-webkit-scrollbar-thumb:hover{background:var(--Gray-Gray-300, #a3abbf)}.search-li{padding:10px 12px;position:sticky;top:0;background:var(--Neutral-White, #ffffff);z-index:1;border-bottom:1px solid var(--Gray-Gray-100, #e6eaf2)}.search-field{position:relative;display:flex;align-items:center}.country-search{width:100%;height:36px;padding:0 36px 0 12px;border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);outline:none;font-size:var(--font-size-s, 14px);font-family:inherit;color:var(--Gray-Gray-700, #32394d);background:var(--Gray-Gray-50, #f7f8fa);transition:border-color 0.15s, background 0.15s}.country-search:focus{border-color:var(--Info-Info-500, #50a5f1);background:var(--Neutral-White, #ffffff)}.country-search::placeholder{color:var(--Gray-Gray-400, #858ea6)}.search-icon{position:absolute;right:10px;display:flex;align-items:center;pointer-events:none}.option{width:100%;min-height:44px;padding:10px 16px;border:none;background:transparent;text-align:left;color:var(--Gray-Gray-700, #32394d);font-size:var(--font-size-s, 14px);font-family:inherit;cursor:pointer;display:flex;align-items:center;gap:10px;transition:background 0.1s ease;white-space:nowrap}.option:hover{background:var(--Gray-Gray-50, #f7f8fa)}`;
|
|
6
|
+
|
|
7
|
+
const COUNTRIES = [
|
|
8
|
+
{ name: 'Afghanistan', code: 'AF', codePhone: '93' },
|
|
9
|
+
{ name: 'Albania', code: 'AL', codePhone: '355' },
|
|
10
|
+
{ name: 'Algeria', code: 'DZ', codePhone: '213' },
|
|
11
|
+
{ name: 'Argentina', code: 'AR', codePhone: '54' },
|
|
12
|
+
{ name: 'Australia', code: 'AU', codePhone: '61' },
|
|
13
|
+
{ name: 'Austria', code: 'AT', codePhone: '43' },
|
|
14
|
+
{ name: 'Azerbaijan', code: 'AZ', codePhone: '994' },
|
|
15
|
+
{ name: 'Bahamas', code: 'BS', codePhone: '1242' },
|
|
16
|
+
{ name: 'Bahrain', code: 'BH', codePhone: '973' },
|
|
17
|
+
{ name: 'Bangladesh', code: 'BD', codePhone: '880' },
|
|
18
|
+
{ name: 'Belgium', code: 'BE', codePhone: '32' },
|
|
19
|
+
{ name: 'Bolivia', code: 'BO', codePhone: '591' },
|
|
20
|
+
{ name: 'Brazil', code: 'BR', codePhone: '55' },
|
|
21
|
+
{ name: 'Cambodia', code: 'KH', codePhone: '855' },
|
|
22
|
+
{ name: 'Canada', code: 'CA', codePhone: '1' },
|
|
23
|
+
{ name: 'Chile', code: 'CL', codePhone: '56' },
|
|
24
|
+
{ name: 'China', code: 'CN', codePhone: '86' },
|
|
25
|
+
{ name: 'Colombia', code: 'CO', codePhone: '57' },
|
|
26
|
+
{ name: 'Costa Rica', code: 'CR', codePhone: '506' },
|
|
27
|
+
{ name: 'Cuba', code: 'CU', codePhone: '53' },
|
|
28
|
+
{ name: 'Czech Republic', code: 'CZ', codePhone: '420' },
|
|
29
|
+
{ name: 'Denmark', code: 'DK', codePhone: '45' },
|
|
30
|
+
{ name: 'Dominican Republic', code: 'DO', codePhone: '1' },
|
|
31
|
+
{ name: 'Ecuador', code: 'EC', codePhone: '593' },
|
|
32
|
+
{ name: 'Egypt', code: 'EG', codePhone: '20' },
|
|
33
|
+
{ name: 'El Salvador', code: 'SV', codePhone: '503' },
|
|
34
|
+
{ name: 'Estonia', code: 'EE', codePhone: '372' },
|
|
35
|
+
{ name: 'Ethiopia', code: 'ET', codePhone: '251' },
|
|
36
|
+
{ name: 'Finland', code: 'FI', codePhone: '358' },
|
|
37
|
+
{ name: 'France', code: 'FR', codePhone: '33' },
|
|
38
|
+
{ name: 'Germany', code: 'DE', codePhone: '49' },
|
|
39
|
+
{ name: 'Ghana', code: 'GH', codePhone: '233' },
|
|
40
|
+
{ name: 'Greece', code: 'GR', codePhone: '30' },
|
|
41
|
+
{ name: 'Guatemala', code: 'GT', codePhone: '502' },
|
|
42
|
+
{ name: 'Honduras', code: 'HN', codePhone: '504' },
|
|
43
|
+
{ name: 'Hong Kong', code: 'HK', codePhone: '852' },
|
|
44
|
+
{ name: 'Hungary', code: 'HU', codePhone: '36' },
|
|
45
|
+
{ name: 'India', code: 'IN', codePhone: '91' },
|
|
46
|
+
{ name: 'Indonesia', code: 'ID', codePhone: '62' },
|
|
47
|
+
{ name: 'Iran, Islamic Republic Of', code: 'IR', codePhone: '98' },
|
|
48
|
+
{ name: 'Iraq', code: 'IQ', codePhone: '964' },
|
|
49
|
+
{ name: 'Ireland', code: 'IE', codePhone: '353' },
|
|
50
|
+
{ name: 'Israel', code: 'IL', codePhone: '972' },
|
|
51
|
+
{ name: 'Italy', code: 'IT', codePhone: '39' },
|
|
52
|
+
{ name: 'Jamaica', code: 'JM', codePhone: '1876' },
|
|
53
|
+
{ name: 'Japan', code: 'JP', codePhone: '81' },
|
|
54
|
+
{ name: 'Jordan', code: 'JO', codePhone: '962' },
|
|
55
|
+
{ name: 'Kazakhstan', code: 'KZ', codePhone: '7' },
|
|
56
|
+
{ name: 'Kenya', code: 'KE', codePhone: '254' },
|
|
57
|
+
{ name: 'Kuwait', code: 'KW', codePhone: '965' },
|
|
58
|
+
{ name: 'Lebanon', code: 'LB', codePhone: '961' },
|
|
59
|
+
{ name: 'Malaysia', code: 'MY', codePhone: '60' },
|
|
60
|
+
{ name: 'Mexico', code: 'MX', codePhone: '52' },
|
|
61
|
+
{ name: 'Morocco', code: 'MA', codePhone: '212' },
|
|
62
|
+
{ name: 'Netherlands', code: 'NL', codePhone: '31' },
|
|
63
|
+
{ name: 'New Zealand', code: 'NZ', codePhone: '64' },
|
|
64
|
+
{ name: 'Nicaragua', code: 'NI', codePhone: '505' },
|
|
65
|
+
{ name: 'Nigeria', code: 'NG', codePhone: '234' },
|
|
66
|
+
{ name: 'Norway', code: 'NO', codePhone: '47' },
|
|
67
|
+
{ name: 'Pakistan', code: 'PK', codePhone: '92' },
|
|
68
|
+
{ name: 'Panama', code: 'PA', codePhone: '507' },
|
|
69
|
+
{ name: 'Paraguay', code: 'PY', codePhone: '595' },
|
|
70
|
+
{ name: 'Peru', code: 'PE', codePhone: '51' },
|
|
71
|
+
{ name: 'Philippines', code: 'PH', codePhone: '63' },
|
|
72
|
+
{ name: 'Poland', code: 'PL', codePhone: '48' },
|
|
73
|
+
{ name: 'Portugal', code: 'PT', codePhone: '351' },
|
|
74
|
+
{ name: 'Qatar', code: 'QA', codePhone: '974' },
|
|
75
|
+
{ name: 'Romania', code: 'RO', codePhone: '40' },
|
|
76
|
+
{ name: 'Russian Federation', code: 'RU', codePhone: '7' },
|
|
77
|
+
{ name: 'Saudi Arabia', code: 'SA', codePhone: '966' },
|
|
78
|
+
{ name: 'Singapore', code: 'SG', codePhone: '65' },
|
|
79
|
+
{ name: 'South Africa', code: 'ZA', codePhone: '27' },
|
|
80
|
+
{ name: 'Spain', code: 'ES', codePhone: '34' },
|
|
81
|
+
{ name: 'Sri Lanka', code: 'LK', codePhone: '94' },
|
|
82
|
+
{ name: 'Sweden', code: 'SE', codePhone: '46' },
|
|
83
|
+
{ name: 'Switzerland', code: 'CH', codePhone: '41' },
|
|
84
|
+
{ name: 'Taiwan, Province of China', code: 'TW', codePhone: '886' },
|
|
85
|
+
{ name: 'Thailand', code: 'TH', codePhone: '66' },
|
|
86
|
+
{ name: 'Tunisia', code: 'TN', codePhone: '216' },
|
|
87
|
+
{ name: 'Turkey', code: 'TR', codePhone: '90' },
|
|
88
|
+
{ name: 'Uganda', code: 'UG', codePhone: '256' },
|
|
89
|
+
{ name: 'Ukraine', code: 'UA', codePhone: '380' },
|
|
90
|
+
{ name: 'United Arab Emirates', code: 'AE', codePhone: '971' },
|
|
91
|
+
{ name: 'United Kingdom', code: 'GB', codePhone: '44' },
|
|
92
|
+
{ name: 'United States', code: 'US', codePhone: '1' },
|
|
93
|
+
{ name: 'Uruguay', code: 'UY', codePhone: '598' },
|
|
94
|
+
{ name: 'Venezuela', code: 'VE', codePhone: '58' },
|
|
95
|
+
{ name: 'Viet Nam', code: 'VN', codePhone: '84' },
|
|
96
|
+
{ name: 'Zimbabwe', code: 'ZW', codePhone: '263' },
|
|
97
|
+
];
|
|
98
|
+
const DropiCountrySelector = class {
|
|
99
|
+
constructor(hostRef) {
|
|
100
|
+
index.registerInstance(this, hostRef);
|
|
101
|
+
this.onChangeSelect = index.createEvent(this, "onChangeSelect", 7);
|
|
102
|
+
}
|
|
103
|
+
/** Label above the select */
|
|
104
|
+
label = '';
|
|
105
|
+
/** Placeholder when nothing is selected */
|
|
106
|
+
placeholder = 'Selecciona un país';
|
|
107
|
+
/** Pre-selected country code (ISO 3166-1 alpha-2) */
|
|
108
|
+
currentSelection = '';
|
|
109
|
+
/** Whether the selector is disabled */
|
|
110
|
+
disabled = false;
|
|
111
|
+
/** Show asterisk for required field */
|
|
112
|
+
showObligatory = false;
|
|
113
|
+
/** Show error border */
|
|
114
|
+
hasError = false;
|
|
115
|
+
/** Helper text below the select */
|
|
116
|
+
textHelper = '';
|
|
117
|
+
/** Search term for filtering (matches Angular `searchTerm`) */
|
|
118
|
+
searchTerm = '';
|
|
119
|
+
/**
|
|
120
|
+
* Convenience object prop — matches Angular `selectProperties: SelectProperties`.
|
|
121
|
+
* When provided, its non-null fields override individual props.
|
|
122
|
+
*/
|
|
123
|
+
selectProperties = null;
|
|
124
|
+
/** Emitted when a country is selected. Detail is the CountryItem. */
|
|
125
|
+
onChangeSelect;
|
|
126
|
+
isOpen = false;
|
|
127
|
+
selected = null;
|
|
128
|
+
get el() { return index.getElement(this); }
|
|
129
|
+
handleDocClick(e) {
|
|
130
|
+
if (this.isOpen && !e.composedPath().includes(this.el)) {
|
|
131
|
+
this.isOpen = false;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
searchInputRef;
|
|
135
|
+
currentSelectionChanged(val) {
|
|
136
|
+
this.selected = COUNTRIES.find(c => c.code === val) || null;
|
|
137
|
+
}
|
|
138
|
+
selectPropertiesChanged(val) {
|
|
139
|
+
if (!val)
|
|
140
|
+
return;
|
|
141
|
+
if (val.label !== undefined)
|
|
142
|
+
this.label = val.label;
|
|
143
|
+
if (val.placeholder !== undefined)
|
|
144
|
+
this.placeholder = val.placeholder;
|
|
145
|
+
if (val.showObligatory !== undefined)
|
|
146
|
+
this.showObligatory = val.showObligatory;
|
|
147
|
+
if (val.textHelper !== undefined)
|
|
148
|
+
this.textHelper = val.textHelper;
|
|
149
|
+
if (val.hasError !== undefined)
|
|
150
|
+
this.hasError = val.hasError;
|
|
151
|
+
}
|
|
152
|
+
componentWillLoad() {
|
|
153
|
+
if (this.selectProperties)
|
|
154
|
+
this.selectPropertiesChanged(this.selectProperties);
|
|
155
|
+
if (this.currentSelection)
|
|
156
|
+
this.currentSelectionChanged(this.currentSelection);
|
|
157
|
+
}
|
|
158
|
+
get filtered() {
|
|
159
|
+
if (!this.searchTerm)
|
|
160
|
+
return COUNTRIES;
|
|
161
|
+
const t = this.searchTerm.toLowerCase();
|
|
162
|
+
return COUNTRIES.filter(c => c.name.toLowerCase().includes(t));
|
|
163
|
+
}
|
|
164
|
+
open() {
|
|
165
|
+
if (this.disabled)
|
|
166
|
+
return;
|
|
167
|
+
this.isOpen = !this.isOpen;
|
|
168
|
+
if (this.isOpen) {
|
|
169
|
+
setTimeout(() => this.searchInputRef?.focus(), 50);
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
select(country) {
|
|
173
|
+
this.selected = country;
|
|
174
|
+
this.isOpen = false;
|
|
175
|
+
this.searchTerm = '';
|
|
176
|
+
this.currentSelection = country.code;
|
|
177
|
+
this.onChangeSelect.emit(country);
|
|
178
|
+
}
|
|
179
|
+
render() {
|
|
180
|
+
return (index.h("div", { key: '78179f7b5e30c4eb7d5345431f476f625a60534a', class: "custom-select" }, this.label && (index.h("label", { key: '13566e714a55c3820facffab298a97fc37c97133' }, this.label, this.showObligatory && index.h("span", { key: '7772ddd762bd50da043ed030b5a3442e10de47b0', class: "required" }, "*"))), index.h("button", { key: '649759c1d921318a48fd1abf8e71977d52b6ae2d', type: "button", class: {
|
|
181
|
+
'select-button': true,
|
|
182
|
+
'select-completed': !!this.selected,
|
|
183
|
+
'select-invalid': this.hasError,
|
|
184
|
+
}, disabled: this.disabled, onClick: () => this.open() }, index.h("div", { key: '79df14d64f598d312a1cd82f294edf8aa14ed32e', class: "selected-content" }, this.selected ? (index.h("span", { class: "selected-option" }, index.h("img", { class: "flag-img", src: `https://flagsapi.com/${this.selected.code}/shiny/24.png`, alt: this.selected.name }), this.selected.name)) : (index.h("span", { class: "placeholder-text" }, this.placeholder))), index.h("dropi-icon", { key: 'dfa717ce51975386fab6a3af796637a27a8cb039', name: this.isOpen ? 'Arrow-Up-2' : 'Arrow-Down-2', width: "20px", height: "20px", color: "Gray-Gray-500" })), index.h("ul", { key: '4f72db336c9d1bc1ce149279970cdaa4dcaa4f77', class: `select-dropdown${this.isOpen ? ' expanded' : ' collapsed'}` }, index.h("li", { key: '3badbda75f609e979f5edf7ad3f5783bf9cdf001', class: "search-li" }, index.h("div", { key: 'cae7ee12d3d3d40a3bb9728f4c109cd0ba513995', class: "search-field" }, index.h("input", { key: '82b7703b0531c80d51b5fb70d3e2f0b804e3089f', ref: (el) => { this.searchInputRef = el; }, type: "text", class: "country-search", placeholder: "Buscar pa\u00EDs...", value: this.searchTerm, onInput: (e) => { this.searchTerm = e.target.value; } }), index.h("span", { key: '45378fac8b73b656fc8c5bb16d7f072398890508', class: "search-icon" }, index.h("dropi-icon", { key: '39c3a426407fd68367a3494c3d319bdbcf9692bb', name: "Search", width: "16px", height: "16px", color: "Gray-Gray-400" })))), this.filtered.map(country => (index.h("li", { key: country.code }, index.h("button", { class: "option", type: "button", onClick: () => this.select(country) }, index.h("img", { class: "flag-img", src: `https://flagsapi.com/${country.code}/shiny/24.png`, alt: country.name }), country.name))))), this.textHelper && (index.h("div", { key: '58f747d7cfecd23d3bdc166f21c3560e642f336d', class: { 'select-helper': true, 'select-helper-error': this.hasError } }, this.hasError && index.h("dropi-icon", { key: 'fb68e291bd8dcfe5955281504b3de80699fa0ff0', name: "Warning-circle", width: "12px", height: "12px", color: "Error-Error-500" }), index.h("span", { key: '9d5287f387f09f2b90b41f14f05c3572a44d74a3' }, this.textHelper)))));
|
|
185
|
+
}
|
|
186
|
+
static get watchers() { return {
|
|
187
|
+
"currentSelection": [{
|
|
188
|
+
"currentSelectionChanged": 0
|
|
189
|
+
}],
|
|
190
|
+
"selectProperties": [{
|
|
191
|
+
"selectPropertiesChanged": 0
|
|
192
|
+
}]
|
|
193
|
+
}; }
|
|
194
|
+
};
|
|
195
|
+
DropiCountrySelector.style = dropiCountrySelectorCss();
|
|
196
|
+
|
|
197
|
+
exports.dropi_country_selector = DropiCountrySelector;
|