@dropi/ui 0.1.26 → 0.1.28

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