@dropi/ui 0.1.19 → 0.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/icons/ilustration/bg-warning.svg +3 -0
- package/assets/icons/ilustration/default.svg +4 -0
- package/assets/icons/ilustration/error.svg +10 -0
- package/assets/icons/ilustration/exclusive.svg +9 -0
- package/assets/icons/ilustration/info.svg +10 -0
- package/assets/icons/ilustration/loading.svg +4 -0
- package/assets/icons/ilustration/love.svg +9 -0
- package/assets/icons/ilustration/premium-new.svg +14 -0
- package/assets/icons/ilustration/premium.svg +5 -0
- package/assets/icons/ilustration/sorry.svg +4 -0
- package/assets/icons/ilustration/success.svg +11 -0
- package/assets/icons/ilustration/verified-new.svg +9 -0
- package/assets/icons/ilustration/verified.svg +4 -0
- package/assets/icons/ilustration/warning.svg +9 -0
- package/assets/lottie-files/loading.json +1 -0
- package/dist/cjs/dropi-accordion-item.cjs.entry.js +54 -0
- package/dist/cjs/dropi-accordion.cjs.entry.js +5 -39
- 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 +21 -15
- package/dist/cjs/dropi-avatars.cjs.entry.js +3 -3
- package/dist/cjs/dropi-badge-legacy.cjs.entry.js +30 -0
- package/dist/cjs/dropi-badge.cjs.entry.js +4 -4
- package/dist/cjs/dropi-banner-external.cjs.entry.js +53 -0
- package/dist/cjs/dropi-breadcrumb.cjs.entry.js +48 -0
- package/dist/cjs/dropi-button.cjs.entry.js +13 -7
- package/dist/cjs/dropi-card-checkbox.cjs.entry.js +48 -0
- package/dist/cjs/dropi-card-product.cjs.entry.js +76 -0
- package/dist/cjs/dropi-card-section.cjs.entry.js +17 -17
- package/dist/cjs/dropi-carousel.cjs.entry.js +148 -0
- package/dist/cjs/dropi-checkbox-selection-list.cjs.entry.js +17 -15
- package/dist/cjs/dropi-checkbox.cjs.entry.js +6 -6
- package/dist/cjs/dropi-chips.cjs.entry.js +9 -9
- package/dist/cjs/dropi-city-selector.cjs.entry.js +96 -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 +76 -0
- package/dist/cjs/dropi-dropdown.cjs.entry.js +22 -15
- package/dist/cjs/dropi-empty-state.cjs.entry.js +16 -15
- package/dist/cjs/dropi-favorite-button.cjs.entry.js +5 -5
- package/dist/cjs/dropi-file-upload-progress-bar.cjs.entry.js +75 -0
- package/dist/cjs/dropi-file-upload.cjs.entry.js +236 -0
- package/dist/cjs/dropi-icon.cjs.entry.js +2 -2
- package/dist/cjs/dropi-ilustration-icon.cjs.entry.js +39 -0
- package/dist/cjs/dropi-image-miniature.cjs.entry.js +3 -3
- package/dist/cjs/dropi-image-overlay.cjs.entry.js +4 -4
- package/dist/cjs/dropi-input_3.cjs.entry.js +390 -0
- package/dist/cjs/dropi-languages-selector.cjs.entry.js +57 -0
- package/dist/cjs/dropi-logo.cjs.entry.js +3 -3
- package/dist/cjs/dropi-lottie-loader.cjs.entry.js +7 -7
- package/dist/cjs/dropi-media-player.cjs.entry.js +189 -0
- package/dist/cjs/dropi-modal.cjs.entry.js +36 -14
- package/dist/cjs/dropi-navbar.cjs.entry.js +54 -0
- package/dist/cjs/dropi-otp-send-code.cjs.entry.js +10 -10
- package/dist/cjs/dropi-phone-input.cjs.entry.js +197 -0
- package/dist/cjs/dropi-radio-button.cjs.entry.js +7 -7
- package/dist/cjs/dropi-radio-selection-list.cjs.entry.js +17 -13
- package/dist/cjs/dropi-read-more.cjs.entry.js +8 -4
- package/dist/cjs/dropi-search.cjs.entry.js +52 -38
- package/dist/cjs/dropi-select.cjs.entry.js +98 -55
- package/dist/cjs/dropi-sidebar.cjs.entry.js +78 -0
- package/dist/cjs/dropi-simple-stepper.cjs.entry.js +8 -6
- package/dist/cjs/dropi-skeleton.cjs.entry.js +16 -6
- package/dist/cjs/dropi-steps.cjs.entry.js +6 -4
- package/dist/cjs/dropi-switch.cjs.entry.js +5 -5
- package/dist/cjs/dropi-table.cjs.entry.js +292 -0
- package/dist/cjs/dropi-tabs.cjs.entry.js +13 -11
- package/dist/cjs/dropi-tag-type-product.cjs.entry.js +19 -0
- package/dist/cjs/dropi-text-area.cjs.entry.js +49 -18
- package/dist/cjs/dropi-time-line.cjs.entry.js +3 -3
- package/dist/cjs/dropi-toast.cjs.entry.js +4 -4
- package/dist/cjs/dropi-tooltip-v2.cjs.entry.js +131 -0
- package/dist/cjs/dropi-tooltip.cjs.entry.js +5 -26
- package/dist/cjs/dropi-ui.cjs.js +2 -2
- package/dist/cjs/dropi-vertical-steps.cjs.entry.js +6 -6
- package/dist/cjs/dropi-youtube-lazy-video.cjs.entry.js +33 -0
- package/dist/cjs/{index-B6R6Ojma.js → index-077kM98l.js} +6 -3
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +30 -2
- 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 +3 -3
- package/dist/collection/components/dropi-accordion/dropi-accordion.js +7 -129
- package/dist/collection/components/dropi-alert/dropi-alert.css +26 -15
- package/dist/collection/components/dropi-alert/dropi-alert.js +87 -21
- 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 +96 -0
- package/dist/collection/components/dropi-alert-modal/dropi-alert-modal.js +526 -0
- package/dist/collection/components/dropi-avatars/dropi-avatars.js +3 -3
- package/dist/collection/components/dropi-badge/dropi-badge.css +1 -1
- package/dist/collection/components/dropi-badge/dropi-badge.js +3 -4
- 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 +243 -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 +21 -19
- package/dist/collection/components/dropi-button/dropi-button.js +53 -7
- 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 +384 -0
- package/dist/collection/components/dropi-card-section/dropi-card-section.css +2 -2
- package/dist/collection/components/dropi-card-section/dropi-card-section.js +25 -25
- package/dist/collection/components/dropi-carousel/dropi-carousel.css +148 -0
- package/dist/collection/components/dropi-carousel/dropi-carousel.js +374 -0
- package/dist/collection/components/dropi-checkbox/dropi-checkbox.js +6 -6
- package/dist/collection/components/dropi-checkbox-selection-list/dropi-checkbox-selection-list.js +42 -20
- package/dist/collection/components/dropi-chips/dropi-chips.css +2 -0
- package/dist/collection/components/dropi-chips/dropi-chips.js +15 -15
- package/dist/collection/components/dropi-city-selector/dropi-city-selector.css +218 -0
- package/dist/collection/components/dropi-city-selector/dropi-city-selector.js +234 -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 +284 -0
- package/dist/collection/components/dropi-dropdown/dropi-dropdown.css +1 -1
- package/dist/collection/components/dropi-dropdown/dropi-dropdown.js +51 -26
- package/dist/collection/components/dropi-empty-state/dropi-empty-state.css +1 -0
- package/dist/collection/components/dropi-empty-state/dropi-empty-state.js +65 -38
- package/dist/collection/components/dropi-favorite-button/dropi-favorite-button.js +5 -5
- package/dist/collection/components/dropi-file-upload/dropi-file-upload.css +464 -0
- package/dist/collection/components/dropi-file-upload/dropi-file-upload.js +516 -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 +256 -0
- package/dist/collection/components/dropi-icon/dropi-icon.js +1 -1
- 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.js +1 -1
- package/dist/collection/components/dropi-image-overlay/dropi-image-overlay.css +86 -41
- package/dist/collection/components/dropi-image-overlay/dropi-image-overlay.js +1 -1
- package/dist/collection/components/dropi-input/dropi-input.css +1 -1
- package/dist/collection/components/dropi-input/dropi-input.js +158 -87
- package/dist/collection/components/dropi-languages-selector/dropi-languages-selector.css +79 -0
- package/dist/collection/components/dropi-languages-selector/dropi-languages-selector.js +154 -0
- package/dist/collection/components/dropi-logo/dropi-logo.js +2 -2
- package/dist/collection/components/dropi-lottie-loader/dropi-lottie-loader.css +8 -2
- package/dist/collection/components/dropi-lottie-loader/dropi-lottie-loader.js +11 -11
- package/dist/collection/components/dropi-media-player/dropi-media-player.css +320 -0
- package/dist/collection/components/dropi-media-player/dropi-media-player.js +391 -0
- package/dist/collection/components/dropi-modal/dropi-modal.css +20 -4
- package/dist/collection/components/dropi-modal/dropi-modal.js +300 -18
- 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 +17 -10
- package/dist/collection/components/dropi-otp-send-code/dropi-otp-send-code.js +9 -9
- package/dist/collection/components/dropi-paginator/dropi-paginator.css +2 -2
- package/dist/collection/components/dropi-paginator/dropi-paginator.js +51 -99
- 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.js +13 -20
- package/dist/collection/components/dropi-radio-selection-list/dropi-radio-selection-list.css +3 -3
- package/dist/collection/components/dropi-radio-selection-list/dropi-radio-selection-list.js +69 -19
- package/dist/collection/components/dropi-read-more/dropi-read-more.css +5 -8
- package/dist/collection/components/dropi-read-more/dropi-read-more.js +46 -2
- package/dist/collection/components/dropi-search/dropi-search.css +2 -2
- package/dist/collection/components/dropi-search/dropi-search.js +194 -60
- package/dist/collection/components/dropi-select/dropi-select.css +7 -7
- package/dist/collection/components/dropi-select/dropi-select.js +166 -84
- 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 +2 -2
- package/dist/collection/components/dropi-simple-stepper/dropi-simple-stepper.js +29 -7
- package/dist/collection/components/dropi-skeleton/dropi-skeleton.js +40 -10
- package/dist/collection/components/dropi-steps/dropi-steps.css +3 -3
- package/dist/collection/components/dropi-steps/dropi-steps.js +31 -3
- package/dist/collection/components/dropi-switch/dropi-switch.js +5 -5
- package/dist/collection/components/dropi-table/dropi-table.css +540 -0
- package/dist/collection/components/dropi-table/dropi-table.js +966 -0
- package/dist/collection/components/dropi-tabs/dropi-tabs.css +10 -5
- package/dist/collection/components/dropi-tabs/dropi-tabs.js +35 -13
- package/dist/collection/components/dropi-tag/dropi-tag.css +1 -2
- package/dist/collection/components/dropi-tag/dropi-tag.js +1 -1
- 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 +6 -2
- package/dist/collection/components/dropi-text-area/dropi-text-area.js +87 -32
- package/dist/collection/components/dropi-time-line/dropi-time-line.css +2 -2
- package/dist/collection/components/dropi-time-line/dropi-time-line.js +1 -1
- package/dist/collection/components/dropi-toast/dropi-toast.css +2 -2
- package/dist/collection/components/dropi-toast/dropi-toast.js +3 -3
- package/dist/collection/components/dropi-tooltip/dropi-tooltip.css +28 -63
- package/dist/collection/components/dropi-tooltip/dropi-tooltip.js +11 -88
- 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 +3 -3
- package/dist/collection/components/dropi-vertical-steps/dropi-vertical-steps.js +5 -5
- 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/components/dropi-accordion-item.d.ts +11 -0
- package/dist/components/dropi-accordion-item.js +1 -0
- package/dist/components/dropi-accordion.js +1 -1
- package/dist/components/dropi-alert-legacy.d.ts +11 -0
- package/dist/components/dropi-alert-legacy.js +1 -0
- package/dist/components/dropi-alert-modal.d.ts +11 -0
- package/dist/components/dropi-alert-modal.js +1 -0
- package/dist/components/dropi-alert.js +1 -1
- package/dist/components/dropi-avatars.js +1 -1
- package/dist/components/dropi-badge-legacy.d.ts +11 -0
- package/dist/components/dropi-badge-legacy.js +1 -0
- package/dist/components/dropi-badge.js +1 -1
- package/dist/components/dropi-banner-external.d.ts +11 -0
- package/dist/components/dropi-banner-external.js +1 -0
- package/dist/components/dropi-breadcrumb.d.ts +11 -0
- package/dist/components/dropi-breadcrumb.js +1 -0
- package/dist/components/dropi-button.js +1 -1
- package/dist/components/dropi-card-checkbox.d.ts +11 -0
- package/dist/components/dropi-card-checkbox.js +1 -0
- package/dist/components/dropi-card-product.d.ts +11 -0
- package/dist/components/dropi-card-product.js +1 -0
- package/dist/components/dropi-card-section.js +1 -1
- package/dist/components/dropi-carousel.d.ts +11 -0
- package/dist/components/dropi-carousel.js +1 -0
- package/dist/components/dropi-checkbox-selection-list.js +1 -1
- package/dist/components/dropi-checkbox.js +1 -1
- package/dist/components/dropi-chips.js +1 -1
- package/dist/components/dropi-city-selector.d.ts +11 -0
- package/dist/components/dropi-city-selector.js +1 -0
- package/dist/components/dropi-color-picker.d.ts +11 -0
- package/dist/components/dropi-color-picker.js +1 -0
- package/dist/components/dropi-country-flags.d.ts +11 -0
- package/dist/components/dropi-country-flags.js +1 -0
- package/dist/components/dropi-country-selector.d.ts +11 -0
- package/dist/components/dropi-country-selector.js +1 -0
- package/dist/components/dropi-date-picker-range.d.ts +11 -0
- package/dist/components/dropi-date-picker-range.js +1 -0
- package/dist/components/dropi-date-picker.d.ts +11 -0
- package/dist/components/dropi-date-picker.js +1 -0
- package/dist/components/dropi-drawer.d.ts +11 -0
- package/dist/components/dropi-drawer.js +1 -0
- package/dist/components/dropi-dropdown.js +1 -1
- package/dist/components/dropi-empty-state.js +1 -1
- package/dist/components/dropi-favorite-button.js +1 -1
- package/dist/components/dropi-file-upload-progress-bar.d.ts +11 -0
- package/dist/components/dropi-file-upload-progress-bar.js +1 -0
- package/dist/components/dropi-file-upload.d.ts +11 -0
- package/dist/components/dropi-file-upload.js +1 -0
- package/dist/components/dropi-icon.js +1 -1
- package/dist/components/dropi-ilustration-icon.d.ts +11 -0
- package/dist/components/dropi-ilustration-icon.js +1 -0
- package/dist/components/dropi-image-miniature.js +1 -1
- package/dist/components/dropi-image-overlay.js +1 -1
- package/dist/components/dropi-input.js +1 -1
- package/dist/components/dropi-languages-selector.d.ts +11 -0
- package/dist/components/dropi-languages-selector.js +1 -0
- package/dist/components/dropi-logo.js +1 -1
- package/dist/components/dropi-lottie-loader.js +1 -1
- package/dist/components/dropi-media-player.d.ts +11 -0
- package/dist/components/dropi-media-player.js +1 -0
- package/dist/components/dropi-modal.js +1 -1
- package/dist/components/dropi-navbar.d.ts +11 -0
- package/dist/components/dropi-navbar.js +1 -0
- package/dist/components/dropi-otp-send-code.js +1 -1
- package/dist/components/dropi-paginator.js +1 -1
- package/dist/components/dropi-phone-input.d.ts +11 -0
- package/dist/components/dropi-phone-input.js +1 -0
- package/dist/components/dropi-radio-button.js +1 -1
- package/dist/components/dropi-radio-selection-list.js +1 -1
- package/dist/components/dropi-read-more.js +1 -1
- package/dist/components/dropi-search.js +1 -1
- package/dist/components/dropi-select.js +1 -1
- package/dist/components/dropi-sidebar.d.ts +11 -0
- package/dist/components/dropi-sidebar.js +1 -0
- package/dist/components/dropi-simple-stepper.js +1 -1
- package/dist/components/dropi-skeleton.js +1 -1
- package/dist/components/dropi-steps.js +1 -1
- package/dist/components/dropi-switch.js +1 -1
- package/dist/components/dropi-table.d.ts +11 -0
- package/dist/components/dropi-table.js +1 -0
- package/dist/components/dropi-tabs.js +1 -1
- package/dist/components/dropi-tag-type-product.d.ts +11 -0
- package/dist/components/dropi-tag-type-product.js +1 -0
- package/dist/components/dropi-tag.js +1 -1
- package/dist/components/dropi-text-area.js +1 -1
- package/dist/components/dropi-time-line.js +1 -1
- package/dist/components/dropi-toast.js +1 -1
- package/dist/components/dropi-tooltip-v2.d.ts +11 -0
- package/dist/components/dropi-tooltip-v2.js +1 -0
- package/dist/components/dropi-tooltip.js +1 -1
- package/dist/components/dropi-vertical-steps.js +1 -1
- package/dist/components/dropi-youtube-lazy-video.d.ts +11 -0
- package/dist/components/dropi-youtube-lazy-video.js +1 -0
- package/dist/components/index.js +1 -1
- package/dist/components/p-9KLpSviZ.js +1 -0
- package/dist/components/p-BVekazGL.js +1 -0
- package/dist/components/p-BYRcOZS4.js +1 -0
- package/dist/components/p-BuDg1d0S.js +1 -0
- package/dist/components/p-C2paYEIp.js +1 -0
- package/dist/components/p-CDvkvedb.js +1 -0
- package/dist/components/{p-CPs3fHRc.js → p-CnALA9z_.js} +1 -1
- package/dist/components/p-CtzCJQVR.js +1 -0
- package/dist/components/p-CzHupXu8.js +1 -0
- package/dist/components/p-DWzWYR5X.js +1 -0
- package/dist/components/p-D_Y7tuEH.js +1 -0
- package/dist/components/p-DjO9xpVc.js +1 -0
- package/dist/dropi-ui/dropi-ui.esm.js +1 -1
- package/dist/dropi-ui/p-0966c363.entry.js +1 -0
- package/dist/dropi-ui/p-0c541a53.entry.js +1 -0
- package/dist/dropi-ui/p-0cd1fb7a.entry.js +1 -0
- package/dist/dropi-ui/p-0f161461.entry.js +1 -0
- package/dist/dropi-ui/p-10e363a2.entry.js +1 -0
- package/dist/dropi-ui/p-1d4c5364.entry.js +1 -0
- package/dist/dropi-ui/p-2e0623ba.entry.js +1 -0
- package/dist/dropi-ui/p-2e4efb72.entry.js +1 -0
- package/dist/dropi-ui/p-36cdd4fc.entry.js +1 -0
- package/dist/dropi-ui/{p-c2316d4d.entry.js → p-37c86c74.entry.js} +1 -1
- package/dist/dropi-ui/p-392654b7.entry.js +1 -0
- package/dist/dropi-ui/p-39904430.entry.js +1 -0
- package/dist/dropi-ui/p-3a3b778f.entry.js +1 -0
- package/dist/dropi-ui/p-3cbe953f.entry.js +1 -0
- package/dist/dropi-ui/p-40b69ccd.entry.js +1 -0
- package/dist/dropi-ui/p-443ed5bd.entry.js +1 -0
- package/dist/dropi-ui/p-475a16f2.entry.js +1 -0
- package/dist/dropi-ui/p-4967b619.entry.js +1 -0
- package/dist/dropi-ui/p-4de83790.entry.js +1 -0
- package/dist/dropi-ui/p-59188dd5.entry.js +1 -0
- package/dist/dropi-ui/p-6178190b.entry.js +1 -0
- package/dist/dropi-ui/p-623759eb.entry.js +1 -0
- package/dist/dropi-ui/p-645da978.entry.js +1 -0
- package/dist/dropi-ui/p-6e727fb0.entry.js +1 -0
- package/dist/dropi-ui/p-7036c073.entry.js +1 -0
- package/dist/dropi-ui/p-710312bd.entry.js +1 -0
- package/dist/dropi-ui/p-74dfe8d1.entry.js +1 -0
- package/dist/dropi-ui/p-770afae3.entry.js +1 -0
- package/dist/dropi-ui/p-7c0bc6dd.entry.js +1 -0
- package/dist/dropi-ui/p-7f8d3642.entry.js +1 -0
- package/dist/dropi-ui/p-7fc02d98.entry.js +1 -0
- package/dist/dropi-ui/p-8188cca4.entry.js +1 -0
- package/dist/dropi-ui/p-858bedcf.entry.js +1 -0
- package/dist/dropi-ui/p-87e9ba6d.entry.js +1 -0
- package/dist/dropi-ui/p-8b4d4d2d.entry.js +1 -0
- package/dist/dropi-ui/p-9062f0de.entry.js +1 -0
- package/dist/dropi-ui/p-925852b1.entry.js +1 -0
- package/dist/dropi-ui/{p-724a2aea.entry.js → p-99943b7d.entry.js} +1 -1
- package/dist/dropi-ui/p-TXz_09YZ.js +2 -0
- package/dist/dropi-ui/p-a1f2383d.entry.js +1 -0
- package/dist/dropi-ui/p-a6939701.entry.js +1 -0
- package/dist/dropi-ui/p-aa8d2aec.entry.js +1 -0
- package/dist/dropi-ui/p-aafaffa3.entry.js +1 -0
- package/dist/dropi-ui/{p-30fdd316.entry.js → p-ac345a0e.entry.js} +1 -1
- package/dist/dropi-ui/p-acfa17ef.entry.js +1 -0
- package/dist/dropi-ui/p-af3691a0.entry.js +1 -0
- package/dist/dropi-ui/p-b207fc92.entry.js +1 -0
- package/dist/dropi-ui/p-ba3ad28e.entry.js +1 -0
- package/dist/dropi-ui/p-bd0ffb4a.entry.js +1 -0
- package/dist/dropi-ui/p-c2e96728.entry.js +1 -0
- package/dist/dropi-ui/p-c664f99f.entry.js +1 -0
- package/dist/dropi-ui/p-c7e3a5e0.entry.js +1 -0
- package/dist/dropi-ui/{p-061e1ad4.entry.js → p-cfc19ca0.entry.js} +1 -1
- package/dist/dropi-ui/p-d36a0c37.entry.js +1 -0
- package/dist/dropi-ui/p-dd4c6b40.entry.js +1 -0
- package/dist/dropi-ui/p-e0351b61.entry.js +1 -0
- package/dist/dropi-ui/p-e2361547.entry.js +1 -0
- package/dist/dropi-ui/p-e25b2680.entry.js +1 -0
- package/dist/dropi-ui/p-e6943d7c.entry.js +1 -0
- package/dist/dropi-ui/p-e7b59811.entry.js +1 -0
- package/dist/dropi-ui/p-eac7777f.entry.js +1 -0
- package/dist/dropi-ui/p-ed94b5fe.entry.js +1 -0
- package/dist/dropi-ui/p-f0ddf569.entry.js +1 -0
- package/dist/dropi-ui/p-f95c11f8.entry.js +1 -0
- package/dist/esm/dropi-accordion-item.entry.js +52 -0
- package/dist/esm/dropi-accordion.entry.js +5 -39
- package/dist/esm/dropi-alert-legacy.entry.js +37 -0
- package/dist/esm/dropi-alert-modal.entry.js +126 -0
- package/dist/esm/dropi-alert.entry.js +21 -15
- package/dist/esm/dropi-avatars.entry.js +3 -3
- package/dist/esm/dropi-badge-legacy.entry.js +28 -0
- package/dist/esm/dropi-badge.entry.js +4 -4
- package/dist/esm/dropi-banner-external.entry.js +51 -0
- package/dist/esm/dropi-breadcrumb.entry.js +46 -0
- package/dist/esm/dropi-button.entry.js +13 -7
- package/dist/esm/dropi-card-checkbox.entry.js +46 -0
- package/dist/esm/dropi-card-product.entry.js +74 -0
- package/dist/esm/dropi-card-section.entry.js +17 -17
- package/dist/esm/dropi-carousel.entry.js +146 -0
- package/dist/esm/dropi-checkbox-selection-list.entry.js +17 -15
- package/dist/esm/dropi-checkbox.entry.js +6 -6
- package/dist/esm/dropi-chips.entry.js +9 -9
- package/dist/esm/dropi-city-selector.entry.js +94 -0
- package/dist/esm/dropi-color-picker.entry.js +317 -0
- package/dist/esm/dropi-country-flags.entry.js +35 -0
- package/dist/esm/dropi-country-selector.entry.js +195 -0
- package/dist/esm/dropi-date-picker-range.entry.js +113 -0
- package/dist/esm/dropi-date-picker.entry.js +221 -0
- package/dist/esm/dropi-drawer.entry.js +74 -0
- package/dist/esm/dropi-dropdown.entry.js +22 -15
- package/dist/esm/dropi-empty-state.entry.js +16 -15
- package/dist/esm/dropi-favorite-button.entry.js +5 -5
- package/dist/esm/dropi-file-upload-progress-bar.entry.js +73 -0
- package/dist/esm/dropi-file-upload.entry.js +234 -0
- package/dist/esm/dropi-icon.entry.js +2 -2
- package/dist/esm/dropi-ilustration-icon.entry.js +37 -0
- package/dist/esm/dropi-image-miniature.entry.js +3 -3
- package/dist/esm/dropi-image-overlay.entry.js +4 -4
- package/dist/esm/dropi-input_3.entry.js +386 -0
- package/dist/esm/dropi-languages-selector.entry.js +55 -0
- package/dist/esm/dropi-logo.entry.js +3 -3
- package/dist/esm/dropi-lottie-loader.entry.js +7 -7
- package/dist/esm/dropi-media-player.entry.js +187 -0
- package/dist/esm/dropi-modal.entry.js +36 -14
- package/dist/esm/dropi-navbar.entry.js +52 -0
- package/dist/esm/dropi-otp-send-code.entry.js +10 -10
- package/dist/esm/dropi-phone-input.entry.js +195 -0
- package/dist/esm/dropi-radio-button.entry.js +7 -7
- package/dist/esm/dropi-radio-selection-list.entry.js +17 -13
- package/dist/esm/dropi-read-more.entry.js +8 -4
- package/dist/esm/dropi-search.entry.js +52 -38
- package/dist/esm/dropi-select.entry.js +98 -55
- package/dist/esm/dropi-sidebar.entry.js +76 -0
- package/dist/esm/dropi-simple-stepper.entry.js +8 -6
- package/dist/esm/dropi-skeleton.entry.js +16 -6
- package/dist/esm/dropi-steps.entry.js +6 -4
- package/dist/esm/dropi-switch.entry.js +5 -5
- package/dist/esm/dropi-table.entry.js +290 -0
- package/dist/esm/dropi-tabs.entry.js +13 -11
- package/dist/esm/dropi-tag-type-product.entry.js +17 -0
- package/dist/esm/dropi-text-area.entry.js +49 -18
- package/dist/esm/dropi-time-line.entry.js +3 -3
- package/dist/esm/dropi-toast.entry.js +4 -4
- package/dist/esm/dropi-tooltip-v2.entry.js +129 -0
- package/dist/esm/dropi-tooltip.entry.js +5 -26
- package/dist/esm/dropi-ui.js +3 -3
- package/dist/esm/dropi-vertical-steps.entry.js +6 -6
- package/dist/esm/dropi-youtube-lazy-video.entry.js +31 -0
- package/dist/esm/{index-Twbb5MNM.js → index-TXz_09YZ.js} +6 -3
- package/dist/esm/loader.js +3 -3
- package/dist/types/components/dropi-accordion/dropi-accordion-item.d.ts +24 -0
- package/dist/types/components/dropi-accordion/dropi-accordion.d.ts +3 -23
- package/dist/types/components/dropi-alert/dropi-alert.d.ts +9 -3
- package/dist/types/components/dropi-alert-legacy/dropi-alert-legacy.d.ts +18 -0
- package/dist/types/components/dropi-alert-modal/dropi-alert-modal.d.ts +66 -0
- package/dist/types/components/dropi-badge-legacy/dropi-badge-legacy.d.ts +15 -0
- package/dist/types/components/dropi-banner-external/dropi-banner-external.d.ts +36 -0
- package/dist/types/components/dropi-breadcrumb/dropi-breadcrumb.d.ts +31 -0
- package/dist/types/components/dropi-button/dropi-button.d.ts +6 -2
- package/dist/types/components/dropi-card-checkbox/dropi-card-checkbox.d.ts +34 -0
- package/dist/types/components/dropi-card-product/dropi-card-product.d.ts +43 -0
- package/dist/types/components/dropi-card-section/dropi-card-section.d.ts +5 -5
- package/dist/types/components/dropi-carousel/dropi-carousel.d.ts +44 -0
- package/dist/types/components/dropi-checkbox/dropi-checkbox.d.ts +1 -1
- package/dist/types/components/dropi-checkbox-selection-list/dropi-checkbox-selection-list.d.ts +7 -5
- package/dist/types/components/dropi-chips/dropi-chips.d.ts +4 -4
- package/dist/types/components/dropi-city-selector/dropi-city-selector.d.ts +48 -0
- package/dist/types/components/dropi-color-picker/dropi-color-picker.d.ts +56 -0
- package/dist/types/components/dropi-country-flags/dropi-country-flags.d.ts +19 -0
- package/dist/types/components/dropi-country-selector/dropi-country-selector.d.ts +50 -0
- package/dist/types/components/dropi-date-picker/dropi-date-picker.d.ts +55 -0
- package/dist/types/components/dropi-date-picker-range/dropi-date-picker-range.d.ts +50 -0
- package/dist/types/components/dropi-drawer/dropi-drawer.d.ts +31 -0
- package/dist/types/components/dropi-dropdown/dropi-dropdown.d.ts +12 -6
- package/dist/types/components/dropi-empty-state/dropi-empty-state.d.ts +12 -10
- package/dist/types/components/dropi-favorite-button/dropi-favorite-button.d.ts +1 -1
- package/dist/types/components/dropi-file-upload/dropi-file-upload.d.ts +76 -0
- package/dist/types/components/dropi-file-upload-progress-bar/dropi-file-upload-progress-bar.d.ts +33 -0
- package/dist/types/components/dropi-ilustration-icon/dropi-ilustration-icon.d.ts +24 -0
- package/dist/types/components/dropi-input/dropi-input.d.ts +28 -18
- package/dist/types/components/dropi-languages-selector/dropi-languages-selector.d.ts +31 -0
- package/dist/types/components/dropi-lottie-loader/dropi-lottie-loader.d.ts +1 -1
- package/dist/types/components/dropi-media-player/dropi-media-player.d.ts +51 -0
- package/dist/types/components/dropi-modal/dropi-modal.d.ts +22 -3
- package/dist/types/components/dropi-navbar/dropi-navbar.d.ts +42 -0
- package/dist/types/components/dropi-otp-send-code/dropi-otp-send-code.d.ts +1 -1
- package/dist/types/components/dropi-paginator/dropi-paginator.d.ts +10 -20
- package/dist/types/components/dropi-phone-input/dropi-phone-input.d.ts +49 -0
- package/dist/types/components/dropi-radio-button/dropi-radio-button.d.ts +2 -2
- package/dist/types/components/dropi-radio-selection-list/dropi-radio-selection-list.d.ts +11 -4
- package/dist/types/components/dropi-read-more/dropi-read-more.d.ts +4 -0
- package/dist/types/components/dropi-search/dropi-search.d.ts +24 -12
- package/dist/types/components/dropi-select/dropi-select.d.ts +26 -15
- package/dist/types/components/dropi-sidebar/dropi-sidebar.d.ts +41 -0
- package/dist/types/components/dropi-simple-stepper/dropi-simple-stepper.d.ts +2 -0
- package/dist/types/components/dropi-skeleton/dropi-skeleton.d.ts +4 -1
- package/dist/types/components/dropi-steps/dropi-steps.d.ts +3 -0
- package/dist/types/components/dropi-switch/dropi-switch.d.ts +1 -1
- package/dist/types/components/dropi-table/dropi-table.d.ts +131 -0
- package/dist/types/components/dropi-tabs/dropi-tabs.d.ts +5 -3
- package/dist/types/components/dropi-tag-type-product/dropi-tag-type-product.d.ts +9 -0
- package/dist/types/components/dropi-text-area/dropi-text-area.d.ts +27 -6
- package/dist/types/components/dropi-tooltip/dropi-tooltip.d.ts +3 -17
- package/dist/types/components/dropi-tooltip-v2/dropi-tooltip.d.ts +59 -0
- package/dist/types/components/dropi-vertical-steps/dropi-vertical-steps.d.ts +1 -1
- package/dist/types/components/dropi-youtube-lazy-video/dropi-youtube-lazy-video.d.ts +19 -0
- package/dist/types/components.d.ts +4694 -688
- package/dist/types/index.d.ts +1 -0
- package/package.json +25 -3
- package/readme.md +56 -7
- package/scripts/setup.js +121 -23
- package/skills/install-dropi-ui/skill.md +15 -10
- package/dist/cjs/dropi-input.cjs.entry.js +0 -210
- package/dist/cjs/dropi-paginator.cjs.entry.js +0 -91
- package/dist/cjs/dropi-tag.cjs.entry.js +0 -68
- package/dist/components/p-DKXrREI4.js +0 -1
- package/dist/components/p-Ds74ZOlC.js +0 -1
- package/dist/components/p-WZTFyFH2.js +0 -1
- package/dist/dropi-ui/p-0c13dded.entry.js +0 -1
- package/dist/dropi-ui/p-121c8a09.entry.js +0 -1
- package/dist/dropi-ui/p-291a1416.entry.js +0 -1
- package/dist/dropi-ui/p-2cee44f9.entry.js +0 -1
- package/dist/dropi-ui/p-3537ee5a.entry.js +0 -1
- package/dist/dropi-ui/p-3d859657.entry.js +0 -1
- package/dist/dropi-ui/p-433d161d.entry.js +0 -1
- package/dist/dropi-ui/p-4bdfad16.entry.js +0 -1
- package/dist/dropi-ui/p-4ea7d3a7.entry.js +0 -1
- package/dist/dropi-ui/p-51c8ef68.entry.js +0 -1
- package/dist/dropi-ui/p-54780c90.entry.js +0 -1
- package/dist/dropi-ui/p-66deb85e.entry.js +0 -1
- package/dist/dropi-ui/p-68f81080.entry.js +0 -1
- package/dist/dropi-ui/p-74c37688.entry.js +0 -1
- package/dist/dropi-ui/p-7cec1cea.entry.js +0 -1
- package/dist/dropi-ui/p-7daa2677.entry.js +0 -1
- package/dist/dropi-ui/p-8906a68d.entry.js +0 -1
- package/dist/dropi-ui/p-Twbb5MNM.js +0 -2
- package/dist/dropi-ui/p-a4204ece.entry.js +0 -1
- package/dist/dropi-ui/p-a5650d8f.entry.js +0 -1
- package/dist/dropi-ui/p-a9116dbe.entry.js +0 -1
- package/dist/dropi-ui/p-b0d3442e.entry.js +0 -1
- package/dist/dropi-ui/p-b36b819f.entry.js +0 -1
- package/dist/dropi-ui/p-c10cbb8d.entry.js +0 -1
- package/dist/dropi-ui/p-cb5fd7a9.entry.js +0 -1
- package/dist/dropi-ui/p-d1e1b716.entry.js +0 -1
- package/dist/dropi-ui/p-d5ecc394.entry.js +0 -1
- package/dist/dropi-ui/p-db6c9828.entry.js +0 -1
- package/dist/dropi-ui/p-e721127d.entry.js +0 -1
- package/dist/dropi-ui/p-e8557da0.entry.js +0 -1
- package/dist/dropi-ui/p-ebfd4665.entry.js +0 -1
- package/dist/dropi-ui/p-f3cef35a.entry.js +0 -1
- package/dist/dropi-ui/p-f6a69c4e.entry.js +0 -1
- package/dist/dropi-ui/p-ff45e7c8.entry.js +0 -1
- package/dist/esm/dropi-input.entry.js +0 -208
- package/dist/esm/dropi-paginator.entry.js +0 -89
- package/dist/esm/dropi-tag.entry.js +0 -66
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('./index-077kM98l.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: '5b1c2871c8e203384a7e4110002436131e9b6540', class: "custom-select" }, this.label && (index.h("label", { key: '40b4b1e5e3d245466ac66b0e5b2fbadaf476a45f' }, this.label, this.showObligatory && index.h("span", { key: '22734f66b235e18548862c756b005c8f5d901a7d', class: "required" }, "*"))), index.h("button", { key: '02aaf6f7c145d4e55d347f92cc1228c2623bfb52', 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: '1dd83df0cdbfe0c3b767fa0f7b431ce0a414cb14', 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: '8b990d7ad946d88da7a67b142a4420cd80e3deb2', name: this.isOpen ? 'Arrow-Up-2' : 'Arrow-Down-2', width: "20px", height: "20px", color: "Gray-Gray-500" })), index.h("ul", { key: 'b2641514578d7ea447bd7cd5db191dc1b21bc9f1', class: `select-dropdown${this.isOpen ? ' expanded' : ' collapsed'}` }, index.h("li", { key: 'd743ec97af3cb4044b48ef4e98bbe90a59fffc35', class: "search-li" }, index.h("div", { key: '771cbb86ce07908b5e59fa21899d8156180430d8', class: "search-field" }, index.h("input", { key: '9e5c11ad1ae3e650e3cb10011e1c87e889be65cd', 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: '56ebb7e45e8898eed09ddd82c770ad30648b8b73', class: "search-icon" }, index.h("dropi-icon", { key: 'a80e581cd1b3590dc66290a3f43cee9ee5bc5e66', 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: 'b9b87b146ef9261ef540a7d39761e6793194baf0', class: { 'select-helper': true, 'select-helper-error': this.hasError } }, this.hasError && index.h("dropi-icon", { key: '7a5aec8d924adcaf7b3381f486ef7b4ed6245059', name: "Warning-circle", width: "12px", height: "12px", color: "Error-Error-500" }), index.h("span", { key: 'bd953f772c39334b217229f0c0a887641830a2eb' }, 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;
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('./index-077kM98l.js');
|
|
4
|
+
|
|
5
|
+
const dropiDatePickerRangeCss = () => `:host{display:block;width:100%;max-width:380px}*,*::before,*::after{box-sizing:border-box}.date-picker-range{width:100%;font-family:inherit}.label{font-size:11px;font-weight:var(--font-weight-medium);color:#7b8190;margin-bottom:8px}.inputs-row{display:flex;align-items:flex-end;gap:8px}.input-group{flex:1;display:flex;flex-direction:column;gap:4px}.input-label{font-size:var(--font-size-xs, 11px);color:var(--Gray-Gray-500, #69738c);font-weight:var(--font-weight-medium, 500)}.date-input{width:100%;height:40px;padding:0 10px;border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);background:var(--Neutral-White, #ffffff);color:var(--Gray-Gray-600, #475066);font-size:13px;font-family:inherit;outline:none;cursor:pointer;transition:border-color 0.15s ease}.date-input:focus{border-color:var(--Primary-Primary-500, #f49a3d)}.separator{padding-bottom:8px;color:var(--Gray-Gray-400, #858ea6);font-size:var(--font-size-m)}.shortcuts{display:flex;flex-direction:column;gap:2px;margin-top:10px;border-left:1px solid var(--Gray-Gray-100, #e6eaf2);padding-left:10px}.shortcut-btn{background:transparent;border:none;padding:4px 6px;font-size:13px;font-family:inherit;color:var(--Gray-Gray-700, #32394d);cursor:pointer;text-align:left;border-radius:5px;transition:background 0.1s ease;font-weight:var(--font-weight-regular)}.shortcut-btn:hover{background:var(--Gray-Gray-50, #f5f6f8)}.shortcut-btn.active{background:var(--Gray-Gray-50, #f5f6f8);font-weight:var(--font-weight-semibold)}.warning-box{margin-top:8px;padding:4px 8px;border:1px solid var(--Warning-Warning-400);border-radius:4px;background:var(--Warning-Warning-50)}.warning-message{color:#495057;font-size:var(--font-size-xxs);line-height:16px}@keyframes shimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}.skeleton{height:40px;width:100%;min-width:180px;border-radius:6px;animation:shimmer 1s linear infinite;background:linear-gradient(to right, #f5f6f8 8%, #e3e7ef 28%, #f5f6f8 77%);background-size:800px 104px}@media screen and (max-width: 480px){.inputs-row{flex-direction:column}.separator{display:none}.shortcuts{flex-direction:row;flex-wrap:wrap;border-left:none;padding-left:0;border-top:1px solid var(--Gray-Gray-100, #e6eaf2);padding-top:8px}}`;
|
|
6
|
+
|
|
7
|
+
const DropiDatePickerRange = class {
|
|
8
|
+
constructor(hostRef) {
|
|
9
|
+
index.registerInstance(this, hostRef);
|
|
10
|
+
this.startDateChange = index.createEvent(this, "startDateChange", 7);
|
|
11
|
+
this.endDateChange = index.createEvent(this, "endDateChange", 7);
|
|
12
|
+
this.dropiRangeChange = index.createEvent(this, "dropiRangeChange", 7);
|
|
13
|
+
}
|
|
14
|
+
/** Start date (YYYY-MM-DD) */
|
|
15
|
+
startDate = '';
|
|
16
|
+
/** End date (YYYY-MM-DD) */
|
|
17
|
+
endDate = '';
|
|
18
|
+
/** Show "Rango de fechas" label */
|
|
19
|
+
showLabel = true;
|
|
20
|
+
/** Input placeholder */
|
|
21
|
+
placeholder = '';
|
|
22
|
+
/** Show loading skeleton */
|
|
23
|
+
loading = false;
|
|
24
|
+
/** Max allowed range in days (0 = unlimited) */
|
|
25
|
+
maxDaysRange = 0;
|
|
26
|
+
/** Hide "Hoy" shortcut */
|
|
27
|
+
hideTodayRangeShortcut = false;
|
|
28
|
+
/** Emitted when start date changes */
|
|
29
|
+
startDateChange;
|
|
30
|
+
/** Emitted when end date changes */
|
|
31
|
+
endDateChange;
|
|
32
|
+
/** Emitted with full range when both dates are set */
|
|
33
|
+
dropiRangeChange;
|
|
34
|
+
start = '';
|
|
35
|
+
end = '';
|
|
36
|
+
activeRange = -1;
|
|
37
|
+
showWarning = false;
|
|
38
|
+
onStartPropChange(val) { this.start = val; }
|
|
39
|
+
onEndPropChange(val) { this.end = val; }
|
|
40
|
+
componentWillLoad() {
|
|
41
|
+
this.start = this.startDate;
|
|
42
|
+
this.end = this.endDate;
|
|
43
|
+
}
|
|
44
|
+
get today() {
|
|
45
|
+
return new Date().toISOString().split('T')[0];
|
|
46
|
+
}
|
|
47
|
+
daysAgo(n) {
|
|
48
|
+
const d = new Date();
|
|
49
|
+
d.setDate(d.getDate() - n);
|
|
50
|
+
return d.toISOString().split('T')[0];
|
|
51
|
+
}
|
|
52
|
+
get shortcuts() {
|
|
53
|
+
const all = [
|
|
54
|
+
{ label: 'Hoy', start: this.today, end: this.today },
|
|
55
|
+
{ label: 'Últimos 7 días', start: this.daysAgo(6), end: this.today },
|
|
56
|
+
{ label: 'Últimos 15 días', start: this.daysAgo(14), end: this.today },
|
|
57
|
+
{ label: 'Últimos 30 días', start: this.daysAgo(29), end: this.today },
|
|
58
|
+
{ label: 'Últimos 90 días', start: this.daysAgo(89), end: this.today },
|
|
59
|
+
];
|
|
60
|
+
return this.hideTodayRangeShortcut ? all.slice(1) : all;
|
|
61
|
+
}
|
|
62
|
+
selectShortcut(idx) {
|
|
63
|
+
const s = this.shortcuts[idx];
|
|
64
|
+
this.start = s.start;
|
|
65
|
+
this.end = s.end;
|
|
66
|
+
this.activeRange = idx;
|
|
67
|
+
this.showWarning = false;
|
|
68
|
+
this.emit();
|
|
69
|
+
}
|
|
70
|
+
onStartChange(e) {
|
|
71
|
+
this.start = e.target.value;
|
|
72
|
+
this.activeRange = -1;
|
|
73
|
+
this.checkRange();
|
|
74
|
+
if (this.start && this.end)
|
|
75
|
+
this.emit();
|
|
76
|
+
}
|
|
77
|
+
onEndChange(e) {
|
|
78
|
+
this.end = e.target.value;
|
|
79
|
+
this.activeRange = -1;
|
|
80
|
+
this.checkRange();
|
|
81
|
+
if (this.start && this.end)
|
|
82
|
+
this.emit();
|
|
83
|
+
}
|
|
84
|
+
checkRange() {
|
|
85
|
+
if (this.start && this.end && this.maxDaysRange > 0) {
|
|
86
|
+
const diff = (new Date(this.end).getTime() - new Date(this.start).getTime()) / 86400000;
|
|
87
|
+
this.showWarning = diff > this.maxDaysRange;
|
|
88
|
+
}
|
|
89
|
+
else {
|
|
90
|
+
this.showWarning = false;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
emit() {
|
|
94
|
+
this.startDateChange.emit(this.start);
|
|
95
|
+
this.endDateChange.emit(this.end);
|
|
96
|
+
this.dropiRangeChange.emit({ start: this.start, end: this.end });
|
|
97
|
+
}
|
|
98
|
+
render() {
|
|
99
|
+
if (this.loading) {
|
|
100
|
+
return index.h("div", { class: "skeleton" });
|
|
101
|
+
}
|
|
102
|
+
return (index.h("div", { class: "date-picker-range" }, this.showLabel && index.h("div", { class: "label" }, "Rango de fechas"), index.h("div", { class: "inputs-row" }, index.h("div", { class: "input-group" }, index.h("label", { class: "input-label" }, "Desde"), index.h("input", { type: "date", class: "date-input", value: this.start, max: this.end || this.today, onChange: (e) => this.onStartChange(e) })), index.h("span", { class: "separator" }, "\u2014"), index.h("div", { class: "input-group" }, index.h("label", { class: "input-label" }, "Hasta"), index.h("input", { type: "date", class: "date-input", value: this.end, min: this.start, max: this.today, onChange: (e) => this.onEndChange(e) }))), index.h("div", { class: "shortcuts" }, this.shortcuts.map((s, i) => (index.h("button", { key: i, class: `shortcut-btn${this.activeRange === i ? ' active' : ''}`, onClick: () => this.selectShortcut(i) }, s.label)))), this.showWarning && (index.h("div", { class: "warning-box" }, index.h("span", { class: "warning-message" }, "Solo puedes filtrar en un rango m\u00E1ximo de ", this.maxDaysRange, " d\u00EDas.")))));
|
|
103
|
+
}
|
|
104
|
+
static get watchers() { return {
|
|
105
|
+
"startDate": [{
|
|
106
|
+
"onStartPropChange": 0
|
|
107
|
+
}],
|
|
108
|
+
"endDate": [{
|
|
109
|
+
"onEndPropChange": 0
|
|
110
|
+
}]
|
|
111
|
+
}; }
|
|
112
|
+
};
|
|
113
|
+
DropiDatePickerRange.style = dropiDatePickerRangeCss();
|
|
114
|
+
|
|
115
|
+
exports.dropi_date_picker_range = DropiDatePickerRange;
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('./index-077kM98l.js');
|
|
4
|
+
|
|
5
|
+
const dropiDatePickerCss = () => `:host{display:block;width:100%;position:relative}*,*::before,*::after{box-sizing:border-box}.dp-label{display:block;font-size:var(--font-size-xxs, 10px);color:var(--Gray-Gray-600, #475066);margin-bottom:4px}.dp-trigger{width:100%;height:44px;display:flex;align-items:center;gap:var(--Size-2, 8px);padding:0 var(--Size-3, 12px);border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);background:var(--Neutral-White, #ffffff);cursor:pointer;font-family:inherit;transition:border-color 0.2s}.dp-trigger:hover:not(:disabled){border-color:var(--Info-Info-500, #50a5f1)}.dp-trigger--disabled{background:var(--Gray-Gray-50, #f7f8fa);cursor:not-allowed;opacity:0.6}.dp-trigger__value{flex:1;text-align:left;font-size:var(--font-size-xs, 12px);color:var(--Gray-Gray-700, #32394d);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dp-trigger__placeholder{color:var(--Gray-Gray-400, #858ea6)}.dp-popup{position:absolute;top:calc(100% + 8px);left:0;width:320px;background:var(--Neutral-White, #ffffff);border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-3, 12px);box-shadow:0 4px 16px rgba(0,0,0,0.08);z-index:300;padding:var(--Size-4, 16px)}.dp-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--Size-4, 16px)}.dp-nav__btn{background:none;border:none;padding:0;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;width:32px;height:32px;transition:background 0.15s}.dp-nav__btn:hover{background:var(--Gray-Gray-50, #f7f8fa)}.dp-nav__title{font-size:var(--font-size-s, 14px);font-weight:var(--font-weight-bold, 700);color:var(--Gray-Gray-700, #32394d);display:flex;gap:8px}.dp-grid{display:grid;grid-template-columns:repeat(7, 1fr);row-gap:8px;column-gap:4px}.dp-day-header{font-size:var(--font-size-s, 14px);color:var(--Gray-Gray-700, #32394d);text-align:center;padding:8px 0;font-weight:var(--font-weight-bold, 700)}.dp-cell{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-xs, 12px);font-family:inherit;border:none;cursor:pointer;background:transparent;color:var(--Gray-Gray-600, #475066);width:100%;position:relative;z-index:1;padding:0}.dp-cell::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;transition:all 0.2s;z-index:-1;background:transparent}.dp-cell::before{content:"";position:absolute;top:0;bottom:0;z-index:-2;border-radius:0;background:transparent}.dp-cell:hover:not(:disabled)::after{background:var(--Gray-Gray-100, #e6eaf2)}.dp-cell--other-month{color:var(--Gray-Gray-300, #a0a9c0)}.dp-cell--today{font-weight:var(--font-weight-bold, 700)}.dp-cell--today::after{background:var(--Gray-Gray-100, #e6eaf2)}.dp-cell--selected{color:var(--Neutral-White, #ffffff);font-weight:var(--font-weight-bold, 700)}.dp-cell--selected::after{background:var(--Orange-orange-500, #f49a3d) !important}.dp-cell--range-start,.dp-cell--range-end{color:var(--Neutral-White, #ffffff);font-weight:var(--font-weight-bold, 700)}.dp-cell--range-start::after,.dp-cell--range-end::after{background:var(--Orange-orange-500, #f49a3d) !important}.dp-cell--in-range{color:var(--Orange-orange-500, #f49a3d);font-weight:var(--font-weight-bold, 700)}.dp-cell--in-range::before{left:-2px;right:-2px;background:var(--Orange-orange-50, #fef5ec)}.dp-cell--range-start::before{left:50%;right:-2px;background:var(--Orange-orange-50, #fef5ec)}.dp-cell--range-end::before{left:-2px;right:50%;background:var(--Orange-orange-50, #fef5ec)}.dp-cell--range-start.dp-cell--range-end::before{background:transparent}.dp-cell--disabled{opacity:0.35;cursor:not-allowed}.dp-footer{display:flex;justify-content:space-between;margin-top:var(--Size-3, 12px);border-top:1px solid var(--Gray-Gray-100, #e6eaf2);padding-top:var(--Size-2, 8px)}.dp-footer__clear,.dp-footer__today{background:none;border:none;padding:4px 8px;font-size:var(--font-size-xxs, 10px);font-family:inherit;cursor:pointer;border-radius:var(--Border-1, 4px);transition:background 0.15s}.dp-footer__clear{color:var(--Gray-Gray-500, #69738c)}.dp-footer__today{color:var(--Orange-orange-500, #f49a3d);font-weight:var(--font-weight-bold, 700)}.dp-footer__clear:hover{background:var(--Gray-Gray-50, #f7f8fa)}.dp-footer__today:hover{background:var(--Orange-orange-50, #fef5ec)}`;
|
|
6
|
+
|
|
7
|
+
const MONTHS_ES = [
|
|
8
|
+
'Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio',
|
|
9
|
+
'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre'
|
|
10
|
+
];
|
|
11
|
+
const DAYS_ES = ['Do', 'Lu', 'Ma', 'Mi', 'Ju', 'Vi', 'Sa'];
|
|
12
|
+
const DropiDatePicker = class {
|
|
13
|
+
constructor(hostRef) {
|
|
14
|
+
index.registerInstance(this, hostRef);
|
|
15
|
+
this.onChangeDate = index.createEvent(this, "onChangeDate", 7);
|
|
16
|
+
this.onClosePanel = index.createEvent(this, "onClosePanel", 7);
|
|
17
|
+
this.dropiRangeChange = index.createEvent(this, "dropiRangeChange", 7);
|
|
18
|
+
}
|
|
19
|
+
/** Selected date (ISO string, single mode) - matches Angular 'selectedDate' */
|
|
20
|
+
selectedDate = '';
|
|
21
|
+
/** Range start date (ISO string, range mode) */
|
|
22
|
+
startDate = '';
|
|
23
|
+
/** Range end date (ISO string, range mode) */
|
|
24
|
+
endDate = '';
|
|
25
|
+
/** Enable range selection - matches Angular selectionMode */
|
|
26
|
+
selectionMode = 'single';
|
|
27
|
+
/** Min selectable date (ISO string) */
|
|
28
|
+
minDate = '';
|
|
29
|
+
/** Max selectable date (ISO string) */
|
|
30
|
+
maxDate = '';
|
|
31
|
+
/** Label */
|
|
32
|
+
label = null;
|
|
33
|
+
/** Placeholder */
|
|
34
|
+
placeholder = 'DD/MM/YYYY';
|
|
35
|
+
/** Disabled */
|
|
36
|
+
disabled = false;
|
|
37
|
+
/** Is invalid state - matches Angular */
|
|
38
|
+
isInvalid = false;
|
|
39
|
+
/** Loading state - matches Angular */
|
|
40
|
+
loading = false;
|
|
41
|
+
open = false;
|
|
42
|
+
viewYear = new Date().getFullYear();
|
|
43
|
+
viewMonth = new Date().getMonth();
|
|
44
|
+
hoverDate = '';
|
|
45
|
+
get el() { return index.getElement(this); }
|
|
46
|
+
handleDocClick(e) {
|
|
47
|
+
if (this.open && !e.composedPath().includes(this.el)) {
|
|
48
|
+
this.open = false;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
/** Emitted when date selected — matches Angular 'onChangeDate' */
|
|
52
|
+
onChangeDate;
|
|
53
|
+
/** Emitted when panel closes — matches Angular 'onClosePanel' */
|
|
54
|
+
onClosePanel;
|
|
55
|
+
/** Emitted when range selected */
|
|
56
|
+
dropiRangeChange;
|
|
57
|
+
get displayValue() {
|
|
58
|
+
if (this.selectionMode === 'range') {
|
|
59
|
+
if (this.startDate && this.endDate)
|
|
60
|
+
return `${this.startDate} – ${this.endDate}`;
|
|
61
|
+
if (this.startDate)
|
|
62
|
+
return this.startDate;
|
|
63
|
+
return '';
|
|
64
|
+
}
|
|
65
|
+
return this.selectedDate;
|
|
66
|
+
}
|
|
67
|
+
open_() {
|
|
68
|
+
if (this.disabled)
|
|
69
|
+
return;
|
|
70
|
+
if (this.selectedDate) {
|
|
71
|
+
const d = new Date(this.selectedDate);
|
|
72
|
+
this.viewYear = d.getFullYear();
|
|
73
|
+
this.viewMonth = d.getMonth();
|
|
74
|
+
}
|
|
75
|
+
else if (this.startDate) {
|
|
76
|
+
const d = new Date(this.startDate);
|
|
77
|
+
this.viewYear = d.getFullYear();
|
|
78
|
+
this.viewMonth = d.getMonth();
|
|
79
|
+
}
|
|
80
|
+
this.open = true;
|
|
81
|
+
}
|
|
82
|
+
prevMonth() {
|
|
83
|
+
if (this.viewMonth === 0) {
|
|
84
|
+
this.viewMonth = 11;
|
|
85
|
+
this.viewYear--;
|
|
86
|
+
}
|
|
87
|
+
else
|
|
88
|
+
this.viewMonth--;
|
|
89
|
+
}
|
|
90
|
+
nextMonth() {
|
|
91
|
+
if (this.viewMonth === 11) {
|
|
92
|
+
this.viewMonth = 0;
|
|
93
|
+
this.viewYear++;
|
|
94
|
+
}
|
|
95
|
+
else
|
|
96
|
+
this.viewMonth++;
|
|
97
|
+
}
|
|
98
|
+
toISO(year, month, day) {
|
|
99
|
+
return `${year}-${String(month + 1).padStart(2, '0')}-${String(day).padStart(2, '0')}`;
|
|
100
|
+
}
|
|
101
|
+
isDisabled(iso) {
|
|
102
|
+
if (this.minDate && iso < this.minDate)
|
|
103
|
+
return true;
|
|
104
|
+
if (this.maxDate && iso > this.maxDate)
|
|
105
|
+
return true;
|
|
106
|
+
return false;
|
|
107
|
+
}
|
|
108
|
+
isInRange(iso) {
|
|
109
|
+
if (this.selectionMode !== 'range')
|
|
110
|
+
return false;
|
|
111
|
+
const start = this.startDate;
|
|
112
|
+
const end = this.endDate || this.hoverDate;
|
|
113
|
+
if (!start || !end)
|
|
114
|
+
return false;
|
|
115
|
+
const [s, e] = start <= end ? [start, end] : [end, start];
|
|
116
|
+
return iso > s && iso < e;
|
|
117
|
+
}
|
|
118
|
+
selectDate(iso) {
|
|
119
|
+
if (this.isDisabled(iso))
|
|
120
|
+
return;
|
|
121
|
+
if (this.selectionMode !== 'range') {
|
|
122
|
+
this.selectedDate = iso;
|
|
123
|
+
this.open = false;
|
|
124
|
+
this.onChangeDate.emit(iso);
|
|
125
|
+
return;
|
|
126
|
+
}
|
|
127
|
+
// Range mode
|
|
128
|
+
if (!this.startDate || (this.startDate && this.endDate)) {
|
|
129
|
+
this.startDate = iso;
|
|
130
|
+
this.endDate = '';
|
|
131
|
+
}
|
|
132
|
+
else {
|
|
133
|
+
if (iso < this.startDate) {
|
|
134
|
+
this.endDate = this.startDate;
|
|
135
|
+
this.startDate = iso;
|
|
136
|
+
}
|
|
137
|
+
else {
|
|
138
|
+
this.endDate = iso;
|
|
139
|
+
}
|
|
140
|
+
this.open = false;
|
|
141
|
+
this.dropiRangeChange.emit({ start: this.startDate, end: this.endDate });
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
buildDays() {
|
|
145
|
+
const year = this.viewYear;
|
|
146
|
+
const month = this.viewMonth;
|
|
147
|
+
const firstDay = new Date(year, month, 1).getDay();
|
|
148
|
+
// Adjust to Sunday-first
|
|
149
|
+
const startOffset = firstDay;
|
|
150
|
+
const daysInMonth = new Date(year, month + 1, 0).getDate();
|
|
151
|
+
const daysInPrevMonth = new Date(year, month, 0).getDate();
|
|
152
|
+
const cells = [];
|
|
153
|
+
// Previous month filler
|
|
154
|
+
for (let i = startOffset - 1; i >= 0; i--) {
|
|
155
|
+
const d = daysInPrevMonth - i;
|
|
156
|
+
const m = month === 0 ? 11 : month - 1;
|
|
157
|
+
const y = month === 0 ? year - 1 : year;
|
|
158
|
+
cells.push({ iso: this.toISO(y, m, d), day: d, currentMonth: false });
|
|
159
|
+
}
|
|
160
|
+
// Current month
|
|
161
|
+
for (let d = 1; d <= daysInMonth; d++) {
|
|
162
|
+
cells.push({ iso: this.toISO(year, month, d), day: d, currentMonth: true });
|
|
163
|
+
}
|
|
164
|
+
// Next month filler
|
|
165
|
+
const remaining = 42 - cells.length;
|
|
166
|
+
for (let d = 1; d <= remaining; d++) {
|
|
167
|
+
const m = month === 11 ? 0 : month + 1;
|
|
168
|
+
const y = month === 11 ? year + 1 : year;
|
|
169
|
+
cells.push({ iso: this.toISO(y, m, d), day: d, currentMonth: false });
|
|
170
|
+
}
|
|
171
|
+
return cells;
|
|
172
|
+
}
|
|
173
|
+
render() {
|
|
174
|
+
const days = this.buildDays();
|
|
175
|
+
const today = new Date().toISOString().slice(0, 10);
|
|
176
|
+
return (index.h("div", { key: 'fc10fdf1b3621b61fa1ee929f759c23ccfafa0e9', class: "dp-wrap" }, this.label && index.h("label", { key: '7e7be5c6ed8cc9e4a273defc7f3c5ba41861ee2f', class: "dp-label" }, this.label), index.h("button", { key: '52f190e283341a0836df16c2bd375e45b684ffe7', class: {
|
|
177
|
+
'dp-trigger': true,
|
|
178
|
+
'dp-trigger--disabled': this.disabled,
|
|
179
|
+
'dp-trigger--invalid': this.isInvalid,
|
|
180
|
+
'dp-trigger--loading': this.loading
|
|
181
|
+
}, onClick: () => this.open ? this.open = false : this.open_(), disabled: this.disabled || this.loading, type: "button" }, index.h("dropi-icon", { key: '2e79e9e6ed80a52d8a70efd69bb5ebaf5fc6e901', name: "Calendar", width: "16px", height: "16px", color: "Gray-Gray-400" }), index.h("span", { key: '8667a6b56e73506aa9cf171d61f3425a7143d3f6', class: { 'dp-trigger__value': true, 'dp-trigger__placeholder': !this.displayValue } }, this.displayValue || this.placeholder), index.h("dropi-icon", { key: 'c42b1e91c5f8c830c5f758c6f4a6f6513aae4296', name: "Arrow-Down-2", width: "12px", height: "12px", color: "Gray-Gray-400" })), this.open && (index.h("div", { key: '1096c4ded79202c51d2df4ce1b72f4afe3da9171', class: "dp-popup" }, index.h("div", { key: '1f6cb906f32af2ab4bb894e67672657983ff16b6', class: "dp-nav" }, index.h("button", { key: 'd85f4f8fab9e9112cd2b22e353d4e7afe55874a2', class: "dp-nav__btn", onClick: () => this.prevMonth(), type: "button" }, index.h("dropi-icon", { key: '48e06f17915b6ac2016f20f6d5c45c2ecc8ce77b', name: "Arrow-Left-2", width: "16px", height: "16px", color: "Gray-Gray-600" })), index.h("span", { key: 'efe6cd99ddbf872ad69da22a3c8df08d9258beb6', class: "dp-nav__title" }, index.h("span", { key: '4752259d25443430a4f67cce19d129ef123c55c7' }, MONTHS_ES[this.viewMonth]), index.h("span", { key: '1b47d475123adf6eef19dfca84530cf03086bbcb' }, this.viewYear)), index.h("button", { key: 'e2979317eb2c3483be9e648ae3c4f33b9f139e68', class: "dp-nav__btn", onClick: () => this.nextMonth(), type: "button" }, index.h("dropi-icon", { key: '00dd3b6b6c8ed941db4d6e1a1241b25a196522f8', name: "Arrow-Right-2", width: "16px", height: "16px", color: "Gray-Gray-600" }))), index.h("div", { key: '9c1404d125cd5c63f84d97e7b67c257a5aea1a6f', class: "dp-grid" }, DAYS_ES.map(d => (index.h("div", { class: "dp-day-header" }, d))), days.map(({ iso, day, currentMonth }) => {
|
|
182
|
+
const isSelected = this.selectionMode !== 'range'
|
|
183
|
+
? iso === this.selectedDate
|
|
184
|
+
: iso === this.startDate || iso === this.endDate;
|
|
185
|
+
const isRangeStart = this.selectionMode === 'range' && iso === this.startDate;
|
|
186
|
+
const isRangeEnd = this.selectionMode === 'range' && iso === this.endDate;
|
|
187
|
+
const inRange = this.isInRange(iso);
|
|
188
|
+
const disabled = this.isDisabled(iso);
|
|
189
|
+
const isToday = iso === today;
|
|
190
|
+
return (index.h("button", { class: {
|
|
191
|
+
'dp-cell': true,
|
|
192
|
+
'dp-cell--other-month': !currentMonth,
|
|
193
|
+
'dp-cell--today': isToday,
|
|
194
|
+
'dp-cell--selected': isSelected,
|
|
195
|
+
'dp-cell--range-start': isRangeStart,
|
|
196
|
+
'dp-cell--range-end': isRangeEnd,
|
|
197
|
+
'dp-cell--in-range': inRange,
|
|
198
|
+
'dp-cell--disabled': disabled,
|
|
199
|
+
}, type: "button", disabled: disabled, onClick: () => this.selectDate(iso), onMouseEnter: () => {
|
|
200
|
+
if (this.selectionMode === 'range' && this.startDate && !this.endDate)
|
|
201
|
+
this.hoverDate = iso;
|
|
202
|
+
}, onMouseLeave: () => this.hoverDate = '' }, day));
|
|
203
|
+
})), index.h("div", { key: '2b5b0438fdaa782c1ba6f3f6d99870c6bdef9c09', class: "dp-footer" }, index.h("button", { key: 'd7645b65bd581ddb6c827a4361fc413b1978b08b', class: "dp-footer__clear", type: "button", onClick: () => {
|
|
204
|
+
this.selectedDate = '';
|
|
205
|
+
this.startDate = '';
|
|
206
|
+
this.endDate = '';
|
|
207
|
+
this.open = false;
|
|
208
|
+
} }, "Limpiar"), index.h("button", { key: '855675f6fdb35aa564b469a772d0fcd5d704ed52', class: "dp-footer__today", type: "button", onClick: () => {
|
|
209
|
+
if (this.selectionMode !== 'range') {
|
|
210
|
+
this.selectedDate = today;
|
|
211
|
+
this.open = false;
|
|
212
|
+
this.onChangeDate.emit(today);
|
|
213
|
+
}
|
|
214
|
+
else {
|
|
215
|
+
this.startDate = today;
|
|
216
|
+
this.endDate = '';
|
|
217
|
+
}
|
|
218
|
+
} }, "Hoy"))))));
|
|
219
|
+
}
|
|
220
|
+
};
|
|
221
|
+
DropiDatePicker.style = dropiDatePickerCss();
|
|
222
|
+
|
|
223
|
+
exports.dropi_date_picker = DropiDatePicker;
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('./index-077kM98l.js');
|
|
4
|
+
|
|
5
|
+
const dropiDrawerCss = () => `:host{display:contents;font-family:'Inter', sans-serif}*,*::before,*::after{box-sizing:border-box}.drawer-host{position:fixed;inset:0;z-index:1000;pointer-events:none;visibility:hidden}.drawer-host--open{pointer-events:all;visibility:visible}.drawer-backdrop{position:absolute;inset:0;background:rgba(0, 0, 0, 0.5);opacity:0;transition:opacity 0.25s}.drawer-host--open .drawer-backdrop{opacity:1}.drawer-panel{position:absolute;background:var(--Neutral-White, #ffffff);display:flex;flex-direction:column;transition:transform 0.25s ease;overflow:hidden;max-width:100%;min-width:auto}.drawer-panel--right{top:0;right:0;bottom:0;transform:translateX(100%);box-shadow:-4px 0 24px rgba(0, 0, 0, 0.12)}.drawer-host--open .drawer-panel--right{transform:translateX(0)}.drawer-panel--left{top:0;left:0;bottom:0;transform:translateX(-100%);box-shadow:4px 0 24px rgba(0, 0, 0, 0.12)}.drawer-host--open .drawer-panel--left{transform:translateX(0)}.drawer-panel--bottom{bottom:0;left:0;right:0;transform:translateY(100%);border-radius:var(--Border-2, 8px) var(--Border-2, 8px) 0 0;box-shadow:0 -4px 24px rgba(0, 0, 0, 0.12)}.drawer-host--open .drawer-panel--bottom{transform:translateY(0)}.drawer-panel--top{top:0;left:0;right:0;transform:translateY(-100%);border-radius:0 0 var(--Border-2, 8px) var(--Border-2, 8px);box-shadow:0 4px 24px rgba(0, 0, 0, 0.12)}.drawer-host--open .drawer-panel--top{transform:translateY(0)}.drawer-panel--size-m{width:550px}.drawer-panel--size-l{width:1137px}.drawer-panel--size-xl{width:1280px}.drawer-panel--size-xxl{width:1330px}.drawer-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:var(--Size-4, 16px) var(--Size-4, 16px) var(--Size-3, 12px);border-bottom:1px solid var(--Gray-Gray-100, #eceef4);flex-shrink:0}.drawer-header--headless{display:none}.drawer-header__title{color:var(--Gray-700, #32394d);font-family:Inter, sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:110%;margin:0}.drawer-header__close{width:var(--Size-6, 32px);height:var(--Size-6, 32px);background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--Gray-400, #858ea6);border-radius:var(--Border-1, 4px);transition:background 0.15s;flex-shrink:0}.drawer-header__close:hover{background:var(--Gray-Gray-50, #f7f8fa)}.drawer-body{flex:1;overflow-y:auto;padding:var(--Size-4, 16px);display:flex;flex-direction:column}.drawer-footer{display:none}`;
|
|
6
|
+
|
|
7
|
+
const DropiDrawer = class {
|
|
8
|
+
constructor(hostRef) {
|
|
9
|
+
index.registerInstance(this, hostRef);
|
|
10
|
+
this.dropiClose = index.createEvent(this, "dropiClose", 7);
|
|
11
|
+
}
|
|
12
|
+
drawerTitle = '';
|
|
13
|
+
/** Controls visibility (alias of open for Angular parity) */
|
|
14
|
+
drawerIsOpen = false;
|
|
15
|
+
/** Controls visibility */
|
|
16
|
+
open = false;
|
|
17
|
+
/** Side from which the drawer slides in */
|
|
18
|
+
position = 'right';
|
|
19
|
+
/** Preset size (overrides width when set): 'm' | 'l' | 'xl' | 'xxl' */
|
|
20
|
+
size = '';
|
|
21
|
+
/** Custom width for left/right drawers (used when size is not set) */
|
|
22
|
+
width = '400px';
|
|
23
|
+
/** Custom height for top/bottom drawers */
|
|
24
|
+
height = '50vh';
|
|
25
|
+
/** Hide the header (headless mode) */
|
|
26
|
+
headless = false;
|
|
27
|
+
/** Close on backdrop click */
|
|
28
|
+
closeOnBackdrop = true;
|
|
29
|
+
/** Emitted when drawer closes */
|
|
30
|
+
dropiClose;
|
|
31
|
+
openChanged(val) {
|
|
32
|
+
this.open = val;
|
|
33
|
+
this.drawerIsOpen = val;
|
|
34
|
+
if (typeof document !== 'undefined') {
|
|
35
|
+
document.body.style.overflow = val ? 'hidden' : '';
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
componentWillLoad() {
|
|
39
|
+
if (this.drawerIsOpen)
|
|
40
|
+
this.open = true;
|
|
41
|
+
if (this.open)
|
|
42
|
+
this.drawerIsOpen = true;
|
|
43
|
+
}
|
|
44
|
+
close() {
|
|
45
|
+
this.open = false;
|
|
46
|
+
this.dropiClose.emit();
|
|
47
|
+
}
|
|
48
|
+
render() {
|
|
49
|
+
const isHorizontal = this.position === 'left' || this.position === 'right';
|
|
50
|
+
// Clase de tamaño según prop size
|
|
51
|
+
const sizeClass = this.size ? `drawer-panel--size-${this.size}` : '';
|
|
52
|
+
// Estilo inline solo cuando no hay size preset
|
|
53
|
+
const panelStyle = {};
|
|
54
|
+
if (!this.size) {
|
|
55
|
+
if (isHorizontal)
|
|
56
|
+
panelStyle['width'] = this.width;
|
|
57
|
+
else
|
|
58
|
+
panelStyle['height'] = this.height;
|
|
59
|
+
}
|
|
60
|
+
return (index.h("div", { key: '2236d22981ab82b57de3d442194403d5d79ce1c8', class: { 'drawer-host': true, 'drawer-host--open': this.open } }, index.h("div", { key: 'c0132eefbe379fab8c6dc2fb084acf0390fc8d7a', class: "drawer-backdrop", onClick: () => {
|
|
61
|
+
if (this.closeOnBackdrop)
|
|
62
|
+
this.close();
|
|
63
|
+
} }), index.h("div", { key: '111dbff06af3627ef8e9c593b2fb8598da636009', class: `drawer-panel drawer-panel--${this.position}${sizeClass ? ' ' + sizeClass : ''}`, style: panelStyle, role: "dialog", "aria-modal": "true" }, index.h("div", { key: '41e891fe77ba69f3e5f3a450da6e4017f0764b59', class: { 'drawer-header': true, 'drawer-header--headless': this.headless } }, index.h("h3", { key: '10212f728327670142b23949eb2698e4937d7c27', class: "drawer-header__title" }, this.drawerTitle), index.h("button", { key: '0736447705965fb9222edeb993d85c5e1d567476', class: "drawer-header__close", onClick: () => this.close(), "aria-label": "Cerrar" }, index.h("dropi-icon", { key: '1d8d27869bd79c5095f56f85b56127673e89d509', name: "Close-small", width: "32px", height: "32px", color: "Gray-Gray-400" }))), index.h("div", { key: '398f9a7e3e5dd1bf861ca7b14961a0d1a217a229', class: "drawer-body" }, index.h("slot", { key: '2555a218f61c56c017ae1ed2ea1f34048d5e5b51' })), index.h("div", { key: '88e430bdcba47e50760051e0310788336f11a8c1', class: "drawer-footer" }, index.h("slot", { key: '2de19e6270c61ba5a43d39707db6ea669d9037d1', name: "footer" })))));
|
|
64
|
+
}
|
|
65
|
+
static get watchers() { return {
|
|
66
|
+
"open": [{
|
|
67
|
+
"openChanged": 0
|
|
68
|
+
}],
|
|
69
|
+
"drawerIsOpen": [{
|
|
70
|
+
"openChanged": 0
|
|
71
|
+
}]
|
|
72
|
+
}; }
|
|
73
|
+
};
|
|
74
|
+
DropiDrawer.style = dropiDrawerCss();
|
|
75
|
+
|
|
76
|
+
exports.dropi_drawer = DropiDrawer;
|