@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.
Files changed (544) hide show
  1. package/assets/icons/ilustration/bg-warning.svg +3 -0
  2. package/assets/icons/ilustration/default.svg +4 -0
  3. package/assets/icons/ilustration/error.svg +10 -0
  4. package/assets/icons/ilustration/exclusive.svg +9 -0
  5. package/assets/icons/ilustration/info.svg +10 -0
  6. package/assets/icons/ilustration/loading.svg +4 -0
  7. package/assets/icons/ilustration/love.svg +9 -0
  8. package/assets/icons/ilustration/premium-new.svg +14 -0
  9. package/assets/icons/ilustration/premium.svg +5 -0
  10. package/assets/icons/ilustration/sorry.svg +4 -0
  11. package/assets/icons/ilustration/success.svg +11 -0
  12. package/assets/icons/ilustration/verified-new.svg +9 -0
  13. package/assets/icons/ilustration/verified.svg +4 -0
  14. package/assets/icons/ilustration/warning.svg +9 -0
  15. package/assets/lottie-files/loading.json +1 -0
  16. package/dist/cjs/dropi-accordion-item.cjs.entry.js +54 -0
  17. package/dist/cjs/dropi-accordion.cjs.entry.js +5 -39
  18. package/dist/cjs/dropi-alert-legacy.cjs.entry.js +39 -0
  19. package/dist/cjs/dropi-alert-modal.cjs.entry.js +128 -0
  20. package/dist/cjs/dropi-alert.cjs.entry.js +21 -15
  21. package/dist/cjs/dropi-avatars.cjs.entry.js +3 -3
  22. package/dist/cjs/dropi-badge-legacy.cjs.entry.js +30 -0
  23. package/dist/cjs/dropi-badge.cjs.entry.js +4 -4
  24. package/dist/cjs/dropi-banner-external.cjs.entry.js +53 -0
  25. package/dist/cjs/dropi-breadcrumb.cjs.entry.js +48 -0
  26. package/dist/cjs/dropi-button.cjs.entry.js +13 -7
  27. package/dist/cjs/dropi-card-checkbox.cjs.entry.js +48 -0
  28. package/dist/cjs/dropi-card-product.cjs.entry.js +76 -0
  29. package/dist/cjs/dropi-card-section.cjs.entry.js +17 -17
  30. package/dist/cjs/dropi-carousel.cjs.entry.js +148 -0
  31. package/dist/cjs/dropi-checkbox-selection-list.cjs.entry.js +17 -15
  32. package/dist/cjs/dropi-checkbox.cjs.entry.js +6 -6
  33. package/dist/cjs/dropi-chips.cjs.entry.js +9 -9
  34. package/dist/cjs/dropi-city-selector.cjs.entry.js +96 -0
  35. package/dist/cjs/dropi-color-picker.cjs.entry.js +319 -0
  36. package/dist/cjs/dropi-country-flags.cjs.entry.js +37 -0
  37. package/dist/cjs/dropi-country-selector.cjs.entry.js +197 -0
  38. package/dist/cjs/dropi-date-picker-range.cjs.entry.js +115 -0
  39. package/dist/cjs/dropi-date-picker.cjs.entry.js +223 -0
  40. package/dist/cjs/dropi-drawer.cjs.entry.js +76 -0
  41. package/dist/cjs/dropi-dropdown.cjs.entry.js +22 -15
  42. package/dist/cjs/dropi-empty-state.cjs.entry.js +16 -15
  43. package/dist/cjs/dropi-favorite-button.cjs.entry.js +5 -5
  44. package/dist/cjs/dropi-file-upload-progress-bar.cjs.entry.js +75 -0
  45. package/dist/cjs/dropi-file-upload.cjs.entry.js +236 -0
  46. package/dist/cjs/dropi-icon.cjs.entry.js +2 -2
  47. package/dist/cjs/dropi-ilustration-icon.cjs.entry.js +39 -0
  48. package/dist/cjs/dropi-image-miniature.cjs.entry.js +3 -3
  49. package/dist/cjs/dropi-image-overlay.cjs.entry.js +4 -4
  50. package/dist/cjs/dropi-input_3.cjs.entry.js +390 -0
  51. package/dist/cjs/dropi-languages-selector.cjs.entry.js +57 -0
  52. package/dist/cjs/dropi-logo.cjs.entry.js +3 -3
  53. package/dist/cjs/dropi-lottie-loader.cjs.entry.js +7 -7
  54. package/dist/cjs/dropi-media-player.cjs.entry.js +189 -0
  55. package/dist/cjs/dropi-modal.cjs.entry.js +36 -14
  56. package/dist/cjs/dropi-navbar.cjs.entry.js +54 -0
  57. package/dist/cjs/dropi-otp-send-code.cjs.entry.js +10 -10
  58. package/dist/cjs/dropi-phone-input.cjs.entry.js +197 -0
  59. package/dist/cjs/dropi-radio-button.cjs.entry.js +7 -7
  60. package/dist/cjs/dropi-radio-selection-list.cjs.entry.js +17 -13
  61. package/dist/cjs/dropi-read-more.cjs.entry.js +8 -4
  62. package/dist/cjs/dropi-search.cjs.entry.js +52 -38
  63. package/dist/cjs/dropi-select.cjs.entry.js +98 -55
  64. package/dist/cjs/dropi-sidebar.cjs.entry.js +78 -0
  65. package/dist/cjs/dropi-simple-stepper.cjs.entry.js +8 -6
  66. package/dist/cjs/dropi-skeleton.cjs.entry.js +16 -6
  67. package/dist/cjs/dropi-steps.cjs.entry.js +6 -4
  68. package/dist/cjs/dropi-switch.cjs.entry.js +5 -5
  69. package/dist/cjs/dropi-table.cjs.entry.js +292 -0
  70. package/dist/cjs/dropi-tabs.cjs.entry.js +13 -11
  71. package/dist/cjs/dropi-tag-type-product.cjs.entry.js +19 -0
  72. package/dist/cjs/dropi-text-area.cjs.entry.js +49 -18
  73. package/dist/cjs/dropi-time-line.cjs.entry.js +3 -3
  74. package/dist/cjs/dropi-toast.cjs.entry.js +4 -4
  75. package/dist/cjs/dropi-tooltip-v2.cjs.entry.js +131 -0
  76. package/dist/cjs/dropi-tooltip.cjs.entry.js +5 -26
  77. package/dist/cjs/dropi-ui.cjs.js +2 -2
  78. package/dist/cjs/dropi-vertical-steps.cjs.entry.js +6 -6
  79. package/dist/cjs/dropi-youtube-lazy-video.cjs.entry.js +33 -0
  80. package/dist/cjs/{index-B6R6Ojma.js → index-077kM98l.js} +6 -3
  81. package/dist/cjs/loader.cjs.js +2 -2
  82. package/dist/collection/collection-manifest.json +30 -2
  83. package/dist/collection/components/dropi-accordion/dropi-accordion-item.css +45 -0
  84. package/dist/collection/components/dropi-accordion/dropi-accordion-item.js +172 -0
  85. package/dist/collection/components/dropi-accordion/dropi-accordion.css +3 -3
  86. package/dist/collection/components/dropi-accordion/dropi-accordion.js +7 -129
  87. package/dist/collection/components/dropi-alert/dropi-alert.css +26 -15
  88. package/dist/collection/components/dropi-alert/dropi-alert.js +87 -21
  89. package/dist/collection/components/dropi-alert-legacy/dropi-alert-legacy.css +31 -0
  90. package/dist/collection/components/dropi-alert-legacy/dropi-alert-legacy.js +128 -0
  91. package/dist/collection/components/dropi-alert-modal/dropi-alert-modal.css +96 -0
  92. package/dist/collection/components/dropi-alert-modal/dropi-alert-modal.js +526 -0
  93. package/dist/collection/components/dropi-avatars/dropi-avatars.js +3 -3
  94. package/dist/collection/components/dropi-badge/dropi-badge.css +1 -1
  95. package/dist/collection/components/dropi-badge/dropi-badge.js +3 -4
  96. package/dist/collection/components/dropi-badge-legacy/dropi-badge-legacy.css +17 -0
  97. package/dist/collection/components/dropi-badge-legacy/dropi-badge-legacy.js +119 -0
  98. package/dist/collection/components/dropi-banner-external/dropi-banner-external.css +56 -0
  99. package/dist/collection/components/dropi-banner-external/dropi-banner-external.js +243 -0
  100. package/dist/collection/components/dropi-breadcrumb/dropi-breadcrumb.css +69 -0
  101. package/dist/collection/components/dropi-breadcrumb/dropi-breadcrumb.js +171 -0
  102. package/dist/collection/components/dropi-button/dropi-button.css +21 -19
  103. package/dist/collection/components/dropi-button/dropi-button.js +53 -7
  104. package/dist/collection/components/dropi-card-checkbox/dropi-card-checkbox.css +92 -0
  105. package/dist/collection/components/dropi-card-checkbox/dropi-card-checkbox.js +222 -0
  106. package/dist/collection/components/dropi-card-product/dropi-card-product.css +235 -0
  107. package/dist/collection/components/dropi-card-product/dropi-card-product.js +384 -0
  108. package/dist/collection/components/dropi-card-section/dropi-card-section.css +2 -2
  109. package/dist/collection/components/dropi-card-section/dropi-card-section.js +25 -25
  110. package/dist/collection/components/dropi-carousel/dropi-carousel.css +148 -0
  111. package/dist/collection/components/dropi-carousel/dropi-carousel.js +374 -0
  112. package/dist/collection/components/dropi-checkbox/dropi-checkbox.js +6 -6
  113. package/dist/collection/components/dropi-checkbox-selection-list/dropi-checkbox-selection-list.js +42 -20
  114. package/dist/collection/components/dropi-chips/dropi-chips.css +2 -0
  115. package/dist/collection/components/dropi-chips/dropi-chips.js +15 -15
  116. package/dist/collection/components/dropi-city-selector/dropi-city-selector.css +218 -0
  117. package/dist/collection/components/dropi-city-selector/dropi-city-selector.js +234 -0
  118. package/dist/collection/components/dropi-color-picker/dropi-color-picker.css +210 -0
  119. package/dist/collection/components/dropi-color-picker/dropi-color-picker.js +393 -0
  120. package/dist/collection/components/dropi-country-flags/dropi-country-flags.css +30 -0
  121. package/dist/collection/components/dropi-country-flags/dropi-country-flags.js +129 -0
  122. package/dist/collection/components/dropi-country-selector/dropi-country-selector.css +211 -0
  123. package/dist/collection/components/dropi-country-selector/dropi-country-selector.js +429 -0
  124. package/dist/collection/components/dropi-date-picker/dropi-date-picker.css +215 -0
  125. package/dist/collection/components/dropi-date-picker/dropi-date-picker.js +516 -0
  126. package/dist/collection/components/dropi-date-picker-range/dropi-date-picker-range.css +143 -0
  127. package/dist/collection/components/dropi-date-picker-range/dropi-date-picker-range.js +327 -0
  128. package/dist/collection/components/dropi-drawer/dropi-drawer.css +129 -0
  129. package/dist/collection/components/dropi-drawer/dropi-drawer.js +284 -0
  130. package/dist/collection/components/dropi-dropdown/dropi-dropdown.css +1 -1
  131. package/dist/collection/components/dropi-dropdown/dropi-dropdown.js +51 -26
  132. package/dist/collection/components/dropi-empty-state/dropi-empty-state.css +1 -0
  133. package/dist/collection/components/dropi-empty-state/dropi-empty-state.js +65 -38
  134. package/dist/collection/components/dropi-favorite-button/dropi-favorite-button.js +5 -5
  135. package/dist/collection/components/dropi-file-upload/dropi-file-upload.css +464 -0
  136. package/dist/collection/components/dropi-file-upload/dropi-file-upload.js +516 -0
  137. package/dist/collection/components/dropi-file-upload-progress-bar/dropi-file-upload-progress-bar.css +115 -0
  138. package/dist/collection/components/dropi-file-upload-progress-bar/dropi-file-upload-progress-bar.js +256 -0
  139. package/dist/collection/components/dropi-icon/dropi-icon.js +1 -1
  140. package/dist/collection/components/dropi-ilustration-icon/dropi-ilustration-icon.css +91 -0
  141. package/dist/collection/components/dropi-ilustration-icon/dropi-ilustration-icon.js +150 -0
  142. package/dist/collection/components/dropi-image-miniature/dropi-image-miniature.js +1 -1
  143. package/dist/collection/components/dropi-image-overlay/dropi-image-overlay.css +86 -41
  144. package/dist/collection/components/dropi-image-overlay/dropi-image-overlay.js +1 -1
  145. package/dist/collection/components/dropi-input/dropi-input.css +1 -1
  146. package/dist/collection/components/dropi-input/dropi-input.js +158 -87
  147. package/dist/collection/components/dropi-languages-selector/dropi-languages-selector.css +79 -0
  148. package/dist/collection/components/dropi-languages-selector/dropi-languages-selector.js +154 -0
  149. package/dist/collection/components/dropi-logo/dropi-logo.js +2 -2
  150. package/dist/collection/components/dropi-lottie-loader/dropi-lottie-loader.css +8 -2
  151. package/dist/collection/components/dropi-lottie-loader/dropi-lottie-loader.js +11 -11
  152. package/dist/collection/components/dropi-media-player/dropi-media-player.css +320 -0
  153. package/dist/collection/components/dropi-media-player/dropi-media-player.js +391 -0
  154. package/dist/collection/components/dropi-modal/dropi-modal.css +20 -4
  155. package/dist/collection/components/dropi-modal/dropi-modal.js +300 -18
  156. package/dist/collection/components/dropi-navbar/dropi-navbar.css +166 -0
  157. package/dist/collection/components/dropi-navbar/dropi-navbar.js +302 -0
  158. package/dist/collection/components/dropi-otp-send-code/dropi-otp-send-code.css +17 -10
  159. package/dist/collection/components/dropi-otp-send-code/dropi-otp-send-code.js +9 -9
  160. package/dist/collection/components/dropi-paginator/dropi-paginator.css +2 -2
  161. package/dist/collection/components/dropi-paginator/dropi-paginator.js +51 -99
  162. package/dist/collection/components/dropi-phone-input/dropi-phone-input.css +209 -0
  163. package/dist/collection/components/dropi-phone-input/dropi-phone-input.js +442 -0
  164. package/dist/collection/components/dropi-radio-button/dropi-radio-button.js +13 -20
  165. package/dist/collection/components/dropi-radio-selection-list/dropi-radio-selection-list.css +3 -3
  166. package/dist/collection/components/dropi-radio-selection-list/dropi-radio-selection-list.js +69 -19
  167. package/dist/collection/components/dropi-read-more/dropi-read-more.css +5 -8
  168. package/dist/collection/components/dropi-read-more/dropi-read-more.js +46 -2
  169. package/dist/collection/components/dropi-search/dropi-search.css +2 -2
  170. package/dist/collection/components/dropi-search/dropi-search.js +194 -60
  171. package/dist/collection/components/dropi-select/dropi-select.css +7 -7
  172. package/dist/collection/components/dropi-select/dropi-select.js +166 -84
  173. package/dist/collection/components/dropi-sidebar/dropi-sidebar.css +76 -0
  174. package/dist/collection/components/dropi-sidebar/dropi-sidebar.js +143 -0
  175. package/dist/collection/components/dropi-simple-stepper/dropi-simple-stepper.css +2 -2
  176. package/dist/collection/components/dropi-simple-stepper/dropi-simple-stepper.js +29 -7
  177. package/dist/collection/components/dropi-skeleton/dropi-skeleton.js +40 -10
  178. package/dist/collection/components/dropi-steps/dropi-steps.css +3 -3
  179. package/dist/collection/components/dropi-steps/dropi-steps.js +31 -3
  180. package/dist/collection/components/dropi-switch/dropi-switch.js +5 -5
  181. package/dist/collection/components/dropi-table/dropi-table.css +540 -0
  182. package/dist/collection/components/dropi-table/dropi-table.js +966 -0
  183. package/dist/collection/components/dropi-tabs/dropi-tabs.css +10 -5
  184. package/dist/collection/components/dropi-tabs/dropi-tabs.js +35 -13
  185. package/dist/collection/components/dropi-tag/dropi-tag.css +1 -2
  186. package/dist/collection/components/dropi-tag/dropi-tag.js +1 -1
  187. package/dist/collection/components/dropi-tag-type-product/dropi-tag-type-product.css +14 -0
  188. package/dist/collection/components/dropi-tag-type-product/dropi-tag-type-product.js +48 -0
  189. package/dist/collection/components/dropi-text-area/dropi-text-area.css +6 -2
  190. package/dist/collection/components/dropi-text-area/dropi-text-area.js +87 -32
  191. package/dist/collection/components/dropi-time-line/dropi-time-line.css +2 -2
  192. package/dist/collection/components/dropi-time-line/dropi-time-line.js +1 -1
  193. package/dist/collection/components/dropi-toast/dropi-toast.css +2 -2
  194. package/dist/collection/components/dropi-toast/dropi-toast.js +3 -3
  195. package/dist/collection/components/dropi-tooltip/dropi-tooltip.css +28 -63
  196. package/dist/collection/components/dropi-tooltip/dropi-tooltip.js +11 -88
  197. package/dist/collection/components/dropi-tooltip-v2/dropi-tooltip.css +67 -0
  198. package/dist/collection/components/dropi-tooltip-v2/dropi-tooltip.js +468 -0
  199. package/dist/collection/components/dropi-vertical-steps/dropi-vertical-steps.css +3 -3
  200. package/dist/collection/components/dropi-vertical-steps/dropi-vertical-steps.js +5 -5
  201. package/dist/collection/components/dropi-youtube-lazy-video/dropi-youtube-lazy-video.css +73 -0
  202. package/dist/collection/components/dropi-youtube-lazy-video/dropi-youtube-lazy-video.js +110 -0
  203. package/dist/components/dropi-accordion-item.d.ts +11 -0
  204. package/dist/components/dropi-accordion-item.js +1 -0
  205. package/dist/components/dropi-accordion.js +1 -1
  206. package/dist/components/dropi-alert-legacy.d.ts +11 -0
  207. package/dist/components/dropi-alert-legacy.js +1 -0
  208. package/dist/components/dropi-alert-modal.d.ts +11 -0
  209. package/dist/components/dropi-alert-modal.js +1 -0
  210. package/dist/components/dropi-alert.js +1 -1
  211. package/dist/components/dropi-avatars.js +1 -1
  212. package/dist/components/dropi-badge-legacy.d.ts +11 -0
  213. package/dist/components/dropi-badge-legacy.js +1 -0
  214. package/dist/components/dropi-badge.js +1 -1
  215. package/dist/components/dropi-banner-external.d.ts +11 -0
  216. package/dist/components/dropi-banner-external.js +1 -0
  217. package/dist/components/dropi-breadcrumb.d.ts +11 -0
  218. package/dist/components/dropi-breadcrumb.js +1 -0
  219. package/dist/components/dropi-button.js +1 -1
  220. package/dist/components/dropi-card-checkbox.d.ts +11 -0
  221. package/dist/components/dropi-card-checkbox.js +1 -0
  222. package/dist/components/dropi-card-product.d.ts +11 -0
  223. package/dist/components/dropi-card-product.js +1 -0
  224. package/dist/components/dropi-card-section.js +1 -1
  225. package/dist/components/dropi-carousel.d.ts +11 -0
  226. package/dist/components/dropi-carousel.js +1 -0
  227. package/dist/components/dropi-checkbox-selection-list.js +1 -1
  228. package/dist/components/dropi-checkbox.js +1 -1
  229. package/dist/components/dropi-chips.js +1 -1
  230. package/dist/components/dropi-city-selector.d.ts +11 -0
  231. package/dist/components/dropi-city-selector.js +1 -0
  232. package/dist/components/dropi-color-picker.d.ts +11 -0
  233. package/dist/components/dropi-color-picker.js +1 -0
  234. package/dist/components/dropi-country-flags.d.ts +11 -0
  235. package/dist/components/dropi-country-flags.js +1 -0
  236. package/dist/components/dropi-country-selector.d.ts +11 -0
  237. package/dist/components/dropi-country-selector.js +1 -0
  238. package/dist/components/dropi-date-picker-range.d.ts +11 -0
  239. package/dist/components/dropi-date-picker-range.js +1 -0
  240. package/dist/components/dropi-date-picker.d.ts +11 -0
  241. package/dist/components/dropi-date-picker.js +1 -0
  242. package/dist/components/dropi-drawer.d.ts +11 -0
  243. package/dist/components/dropi-drawer.js +1 -0
  244. package/dist/components/dropi-dropdown.js +1 -1
  245. package/dist/components/dropi-empty-state.js +1 -1
  246. package/dist/components/dropi-favorite-button.js +1 -1
  247. package/dist/components/dropi-file-upload-progress-bar.d.ts +11 -0
  248. package/dist/components/dropi-file-upload-progress-bar.js +1 -0
  249. package/dist/components/dropi-file-upload.d.ts +11 -0
  250. package/dist/components/dropi-file-upload.js +1 -0
  251. package/dist/components/dropi-icon.js +1 -1
  252. package/dist/components/dropi-ilustration-icon.d.ts +11 -0
  253. package/dist/components/dropi-ilustration-icon.js +1 -0
  254. package/dist/components/dropi-image-miniature.js +1 -1
  255. package/dist/components/dropi-image-overlay.js +1 -1
  256. package/dist/components/dropi-input.js +1 -1
  257. package/dist/components/dropi-languages-selector.d.ts +11 -0
  258. package/dist/components/dropi-languages-selector.js +1 -0
  259. package/dist/components/dropi-logo.js +1 -1
  260. package/dist/components/dropi-lottie-loader.js +1 -1
  261. package/dist/components/dropi-media-player.d.ts +11 -0
  262. package/dist/components/dropi-media-player.js +1 -0
  263. package/dist/components/dropi-modal.js +1 -1
  264. package/dist/components/dropi-navbar.d.ts +11 -0
  265. package/dist/components/dropi-navbar.js +1 -0
  266. package/dist/components/dropi-otp-send-code.js +1 -1
  267. package/dist/components/dropi-paginator.js +1 -1
  268. package/dist/components/dropi-phone-input.d.ts +11 -0
  269. package/dist/components/dropi-phone-input.js +1 -0
  270. package/dist/components/dropi-radio-button.js +1 -1
  271. package/dist/components/dropi-radio-selection-list.js +1 -1
  272. package/dist/components/dropi-read-more.js +1 -1
  273. package/dist/components/dropi-search.js +1 -1
  274. package/dist/components/dropi-select.js +1 -1
  275. package/dist/components/dropi-sidebar.d.ts +11 -0
  276. package/dist/components/dropi-sidebar.js +1 -0
  277. package/dist/components/dropi-simple-stepper.js +1 -1
  278. package/dist/components/dropi-skeleton.js +1 -1
  279. package/dist/components/dropi-steps.js +1 -1
  280. package/dist/components/dropi-switch.js +1 -1
  281. package/dist/components/dropi-table.d.ts +11 -0
  282. package/dist/components/dropi-table.js +1 -0
  283. package/dist/components/dropi-tabs.js +1 -1
  284. package/dist/components/dropi-tag-type-product.d.ts +11 -0
  285. package/dist/components/dropi-tag-type-product.js +1 -0
  286. package/dist/components/dropi-tag.js +1 -1
  287. package/dist/components/dropi-text-area.js +1 -1
  288. package/dist/components/dropi-time-line.js +1 -1
  289. package/dist/components/dropi-toast.js +1 -1
  290. package/dist/components/dropi-tooltip-v2.d.ts +11 -0
  291. package/dist/components/dropi-tooltip-v2.js +1 -0
  292. package/dist/components/dropi-tooltip.js +1 -1
  293. package/dist/components/dropi-vertical-steps.js +1 -1
  294. package/dist/components/dropi-youtube-lazy-video.d.ts +11 -0
  295. package/dist/components/dropi-youtube-lazy-video.js +1 -0
  296. package/dist/components/index.js +1 -1
  297. package/dist/components/p-9KLpSviZ.js +1 -0
  298. package/dist/components/p-BVekazGL.js +1 -0
  299. package/dist/components/p-BYRcOZS4.js +1 -0
  300. package/dist/components/p-BuDg1d0S.js +1 -0
  301. package/dist/components/p-C2paYEIp.js +1 -0
  302. package/dist/components/p-CDvkvedb.js +1 -0
  303. package/dist/components/{p-CPs3fHRc.js → p-CnALA9z_.js} +1 -1
  304. package/dist/components/p-CtzCJQVR.js +1 -0
  305. package/dist/components/p-CzHupXu8.js +1 -0
  306. package/dist/components/p-DWzWYR5X.js +1 -0
  307. package/dist/components/p-D_Y7tuEH.js +1 -0
  308. package/dist/components/p-DjO9xpVc.js +1 -0
  309. package/dist/dropi-ui/dropi-ui.esm.js +1 -1
  310. package/dist/dropi-ui/p-0966c363.entry.js +1 -0
  311. package/dist/dropi-ui/p-0c541a53.entry.js +1 -0
  312. package/dist/dropi-ui/p-0cd1fb7a.entry.js +1 -0
  313. package/dist/dropi-ui/p-0f161461.entry.js +1 -0
  314. package/dist/dropi-ui/p-10e363a2.entry.js +1 -0
  315. package/dist/dropi-ui/p-1d4c5364.entry.js +1 -0
  316. package/dist/dropi-ui/p-2e0623ba.entry.js +1 -0
  317. package/dist/dropi-ui/p-2e4efb72.entry.js +1 -0
  318. package/dist/dropi-ui/p-36cdd4fc.entry.js +1 -0
  319. package/dist/dropi-ui/{p-c2316d4d.entry.js → p-37c86c74.entry.js} +1 -1
  320. package/dist/dropi-ui/p-392654b7.entry.js +1 -0
  321. package/dist/dropi-ui/p-39904430.entry.js +1 -0
  322. package/dist/dropi-ui/p-3a3b778f.entry.js +1 -0
  323. package/dist/dropi-ui/p-3cbe953f.entry.js +1 -0
  324. package/dist/dropi-ui/p-40b69ccd.entry.js +1 -0
  325. package/dist/dropi-ui/p-443ed5bd.entry.js +1 -0
  326. package/dist/dropi-ui/p-475a16f2.entry.js +1 -0
  327. package/dist/dropi-ui/p-4967b619.entry.js +1 -0
  328. package/dist/dropi-ui/p-4de83790.entry.js +1 -0
  329. package/dist/dropi-ui/p-59188dd5.entry.js +1 -0
  330. package/dist/dropi-ui/p-6178190b.entry.js +1 -0
  331. package/dist/dropi-ui/p-623759eb.entry.js +1 -0
  332. package/dist/dropi-ui/p-645da978.entry.js +1 -0
  333. package/dist/dropi-ui/p-6e727fb0.entry.js +1 -0
  334. package/dist/dropi-ui/p-7036c073.entry.js +1 -0
  335. package/dist/dropi-ui/p-710312bd.entry.js +1 -0
  336. package/dist/dropi-ui/p-74dfe8d1.entry.js +1 -0
  337. package/dist/dropi-ui/p-770afae3.entry.js +1 -0
  338. package/dist/dropi-ui/p-7c0bc6dd.entry.js +1 -0
  339. package/dist/dropi-ui/p-7f8d3642.entry.js +1 -0
  340. package/dist/dropi-ui/p-7fc02d98.entry.js +1 -0
  341. package/dist/dropi-ui/p-8188cca4.entry.js +1 -0
  342. package/dist/dropi-ui/p-858bedcf.entry.js +1 -0
  343. package/dist/dropi-ui/p-87e9ba6d.entry.js +1 -0
  344. package/dist/dropi-ui/p-8b4d4d2d.entry.js +1 -0
  345. package/dist/dropi-ui/p-9062f0de.entry.js +1 -0
  346. package/dist/dropi-ui/p-925852b1.entry.js +1 -0
  347. package/dist/dropi-ui/{p-724a2aea.entry.js → p-99943b7d.entry.js} +1 -1
  348. package/dist/dropi-ui/p-TXz_09YZ.js +2 -0
  349. package/dist/dropi-ui/p-a1f2383d.entry.js +1 -0
  350. package/dist/dropi-ui/p-a6939701.entry.js +1 -0
  351. package/dist/dropi-ui/p-aa8d2aec.entry.js +1 -0
  352. package/dist/dropi-ui/p-aafaffa3.entry.js +1 -0
  353. package/dist/dropi-ui/{p-30fdd316.entry.js → p-ac345a0e.entry.js} +1 -1
  354. package/dist/dropi-ui/p-acfa17ef.entry.js +1 -0
  355. package/dist/dropi-ui/p-af3691a0.entry.js +1 -0
  356. package/dist/dropi-ui/p-b207fc92.entry.js +1 -0
  357. package/dist/dropi-ui/p-ba3ad28e.entry.js +1 -0
  358. package/dist/dropi-ui/p-bd0ffb4a.entry.js +1 -0
  359. package/dist/dropi-ui/p-c2e96728.entry.js +1 -0
  360. package/dist/dropi-ui/p-c664f99f.entry.js +1 -0
  361. package/dist/dropi-ui/p-c7e3a5e0.entry.js +1 -0
  362. package/dist/dropi-ui/{p-061e1ad4.entry.js → p-cfc19ca0.entry.js} +1 -1
  363. package/dist/dropi-ui/p-d36a0c37.entry.js +1 -0
  364. package/dist/dropi-ui/p-dd4c6b40.entry.js +1 -0
  365. package/dist/dropi-ui/p-e0351b61.entry.js +1 -0
  366. package/dist/dropi-ui/p-e2361547.entry.js +1 -0
  367. package/dist/dropi-ui/p-e25b2680.entry.js +1 -0
  368. package/dist/dropi-ui/p-e6943d7c.entry.js +1 -0
  369. package/dist/dropi-ui/p-e7b59811.entry.js +1 -0
  370. package/dist/dropi-ui/p-eac7777f.entry.js +1 -0
  371. package/dist/dropi-ui/p-ed94b5fe.entry.js +1 -0
  372. package/dist/dropi-ui/p-f0ddf569.entry.js +1 -0
  373. package/dist/dropi-ui/p-f95c11f8.entry.js +1 -0
  374. package/dist/esm/dropi-accordion-item.entry.js +52 -0
  375. package/dist/esm/dropi-accordion.entry.js +5 -39
  376. package/dist/esm/dropi-alert-legacy.entry.js +37 -0
  377. package/dist/esm/dropi-alert-modal.entry.js +126 -0
  378. package/dist/esm/dropi-alert.entry.js +21 -15
  379. package/dist/esm/dropi-avatars.entry.js +3 -3
  380. package/dist/esm/dropi-badge-legacy.entry.js +28 -0
  381. package/dist/esm/dropi-badge.entry.js +4 -4
  382. package/dist/esm/dropi-banner-external.entry.js +51 -0
  383. package/dist/esm/dropi-breadcrumb.entry.js +46 -0
  384. package/dist/esm/dropi-button.entry.js +13 -7
  385. package/dist/esm/dropi-card-checkbox.entry.js +46 -0
  386. package/dist/esm/dropi-card-product.entry.js +74 -0
  387. package/dist/esm/dropi-card-section.entry.js +17 -17
  388. package/dist/esm/dropi-carousel.entry.js +146 -0
  389. package/dist/esm/dropi-checkbox-selection-list.entry.js +17 -15
  390. package/dist/esm/dropi-checkbox.entry.js +6 -6
  391. package/dist/esm/dropi-chips.entry.js +9 -9
  392. package/dist/esm/dropi-city-selector.entry.js +94 -0
  393. package/dist/esm/dropi-color-picker.entry.js +317 -0
  394. package/dist/esm/dropi-country-flags.entry.js +35 -0
  395. package/dist/esm/dropi-country-selector.entry.js +195 -0
  396. package/dist/esm/dropi-date-picker-range.entry.js +113 -0
  397. package/dist/esm/dropi-date-picker.entry.js +221 -0
  398. package/dist/esm/dropi-drawer.entry.js +74 -0
  399. package/dist/esm/dropi-dropdown.entry.js +22 -15
  400. package/dist/esm/dropi-empty-state.entry.js +16 -15
  401. package/dist/esm/dropi-favorite-button.entry.js +5 -5
  402. package/dist/esm/dropi-file-upload-progress-bar.entry.js +73 -0
  403. package/dist/esm/dropi-file-upload.entry.js +234 -0
  404. package/dist/esm/dropi-icon.entry.js +2 -2
  405. package/dist/esm/dropi-ilustration-icon.entry.js +37 -0
  406. package/dist/esm/dropi-image-miniature.entry.js +3 -3
  407. package/dist/esm/dropi-image-overlay.entry.js +4 -4
  408. package/dist/esm/dropi-input_3.entry.js +386 -0
  409. package/dist/esm/dropi-languages-selector.entry.js +55 -0
  410. package/dist/esm/dropi-logo.entry.js +3 -3
  411. package/dist/esm/dropi-lottie-loader.entry.js +7 -7
  412. package/dist/esm/dropi-media-player.entry.js +187 -0
  413. package/dist/esm/dropi-modal.entry.js +36 -14
  414. package/dist/esm/dropi-navbar.entry.js +52 -0
  415. package/dist/esm/dropi-otp-send-code.entry.js +10 -10
  416. package/dist/esm/dropi-phone-input.entry.js +195 -0
  417. package/dist/esm/dropi-radio-button.entry.js +7 -7
  418. package/dist/esm/dropi-radio-selection-list.entry.js +17 -13
  419. package/dist/esm/dropi-read-more.entry.js +8 -4
  420. package/dist/esm/dropi-search.entry.js +52 -38
  421. package/dist/esm/dropi-select.entry.js +98 -55
  422. package/dist/esm/dropi-sidebar.entry.js +76 -0
  423. package/dist/esm/dropi-simple-stepper.entry.js +8 -6
  424. package/dist/esm/dropi-skeleton.entry.js +16 -6
  425. package/dist/esm/dropi-steps.entry.js +6 -4
  426. package/dist/esm/dropi-switch.entry.js +5 -5
  427. package/dist/esm/dropi-table.entry.js +290 -0
  428. package/dist/esm/dropi-tabs.entry.js +13 -11
  429. package/dist/esm/dropi-tag-type-product.entry.js +17 -0
  430. package/dist/esm/dropi-text-area.entry.js +49 -18
  431. package/dist/esm/dropi-time-line.entry.js +3 -3
  432. package/dist/esm/dropi-toast.entry.js +4 -4
  433. package/dist/esm/dropi-tooltip-v2.entry.js +129 -0
  434. package/dist/esm/dropi-tooltip.entry.js +5 -26
  435. package/dist/esm/dropi-ui.js +3 -3
  436. package/dist/esm/dropi-vertical-steps.entry.js +6 -6
  437. package/dist/esm/dropi-youtube-lazy-video.entry.js +31 -0
  438. package/dist/esm/{index-Twbb5MNM.js → index-TXz_09YZ.js} +6 -3
  439. package/dist/esm/loader.js +3 -3
  440. package/dist/types/components/dropi-accordion/dropi-accordion-item.d.ts +24 -0
  441. package/dist/types/components/dropi-accordion/dropi-accordion.d.ts +3 -23
  442. package/dist/types/components/dropi-alert/dropi-alert.d.ts +9 -3
  443. package/dist/types/components/dropi-alert-legacy/dropi-alert-legacy.d.ts +18 -0
  444. package/dist/types/components/dropi-alert-modal/dropi-alert-modal.d.ts +66 -0
  445. package/dist/types/components/dropi-badge-legacy/dropi-badge-legacy.d.ts +15 -0
  446. package/dist/types/components/dropi-banner-external/dropi-banner-external.d.ts +36 -0
  447. package/dist/types/components/dropi-breadcrumb/dropi-breadcrumb.d.ts +31 -0
  448. package/dist/types/components/dropi-button/dropi-button.d.ts +6 -2
  449. package/dist/types/components/dropi-card-checkbox/dropi-card-checkbox.d.ts +34 -0
  450. package/dist/types/components/dropi-card-product/dropi-card-product.d.ts +43 -0
  451. package/dist/types/components/dropi-card-section/dropi-card-section.d.ts +5 -5
  452. package/dist/types/components/dropi-carousel/dropi-carousel.d.ts +44 -0
  453. package/dist/types/components/dropi-checkbox/dropi-checkbox.d.ts +1 -1
  454. package/dist/types/components/dropi-checkbox-selection-list/dropi-checkbox-selection-list.d.ts +7 -5
  455. package/dist/types/components/dropi-chips/dropi-chips.d.ts +4 -4
  456. package/dist/types/components/dropi-city-selector/dropi-city-selector.d.ts +48 -0
  457. package/dist/types/components/dropi-color-picker/dropi-color-picker.d.ts +56 -0
  458. package/dist/types/components/dropi-country-flags/dropi-country-flags.d.ts +19 -0
  459. package/dist/types/components/dropi-country-selector/dropi-country-selector.d.ts +50 -0
  460. package/dist/types/components/dropi-date-picker/dropi-date-picker.d.ts +55 -0
  461. package/dist/types/components/dropi-date-picker-range/dropi-date-picker-range.d.ts +50 -0
  462. package/dist/types/components/dropi-drawer/dropi-drawer.d.ts +31 -0
  463. package/dist/types/components/dropi-dropdown/dropi-dropdown.d.ts +12 -6
  464. package/dist/types/components/dropi-empty-state/dropi-empty-state.d.ts +12 -10
  465. package/dist/types/components/dropi-favorite-button/dropi-favorite-button.d.ts +1 -1
  466. package/dist/types/components/dropi-file-upload/dropi-file-upload.d.ts +76 -0
  467. package/dist/types/components/dropi-file-upload-progress-bar/dropi-file-upload-progress-bar.d.ts +33 -0
  468. package/dist/types/components/dropi-ilustration-icon/dropi-ilustration-icon.d.ts +24 -0
  469. package/dist/types/components/dropi-input/dropi-input.d.ts +28 -18
  470. package/dist/types/components/dropi-languages-selector/dropi-languages-selector.d.ts +31 -0
  471. package/dist/types/components/dropi-lottie-loader/dropi-lottie-loader.d.ts +1 -1
  472. package/dist/types/components/dropi-media-player/dropi-media-player.d.ts +51 -0
  473. package/dist/types/components/dropi-modal/dropi-modal.d.ts +22 -3
  474. package/dist/types/components/dropi-navbar/dropi-navbar.d.ts +42 -0
  475. package/dist/types/components/dropi-otp-send-code/dropi-otp-send-code.d.ts +1 -1
  476. package/dist/types/components/dropi-paginator/dropi-paginator.d.ts +10 -20
  477. package/dist/types/components/dropi-phone-input/dropi-phone-input.d.ts +49 -0
  478. package/dist/types/components/dropi-radio-button/dropi-radio-button.d.ts +2 -2
  479. package/dist/types/components/dropi-radio-selection-list/dropi-radio-selection-list.d.ts +11 -4
  480. package/dist/types/components/dropi-read-more/dropi-read-more.d.ts +4 -0
  481. package/dist/types/components/dropi-search/dropi-search.d.ts +24 -12
  482. package/dist/types/components/dropi-select/dropi-select.d.ts +26 -15
  483. package/dist/types/components/dropi-sidebar/dropi-sidebar.d.ts +41 -0
  484. package/dist/types/components/dropi-simple-stepper/dropi-simple-stepper.d.ts +2 -0
  485. package/dist/types/components/dropi-skeleton/dropi-skeleton.d.ts +4 -1
  486. package/dist/types/components/dropi-steps/dropi-steps.d.ts +3 -0
  487. package/dist/types/components/dropi-switch/dropi-switch.d.ts +1 -1
  488. package/dist/types/components/dropi-table/dropi-table.d.ts +131 -0
  489. package/dist/types/components/dropi-tabs/dropi-tabs.d.ts +5 -3
  490. package/dist/types/components/dropi-tag-type-product/dropi-tag-type-product.d.ts +9 -0
  491. package/dist/types/components/dropi-text-area/dropi-text-area.d.ts +27 -6
  492. package/dist/types/components/dropi-tooltip/dropi-tooltip.d.ts +3 -17
  493. package/dist/types/components/dropi-tooltip-v2/dropi-tooltip.d.ts +59 -0
  494. package/dist/types/components/dropi-vertical-steps/dropi-vertical-steps.d.ts +1 -1
  495. package/dist/types/components/dropi-youtube-lazy-video/dropi-youtube-lazy-video.d.ts +19 -0
  496. package/dist/types/components.d.ts +4694 -688
  497. package/dist/types/index.d.ts +1 -0
  498. package/package.json +25 -3
  499. package/readme.md +56 -7
  500. package/scripts/setup.js +121 -23
  501. package/skills/install-dropi-ui/skill.md +15 -10
  502. package/dist/cjs/dropi-input.cjs.entry.js +0 -210
  503. package/dist/cjs/dropi-paginator.cjs.entry.js +0 -91
  504. package/dist/cjs/dropi-tag.cjs.entry.js +0 -68
  505. package/dist/components/p-DKXrREI4.js +0 -1
  506. package/dist/components/p-Ds74ZOlC.js +0 -1
  507. package/dist/components/p-WZTFyFH2.js +0 -1
  508. package/dist/dropi-ui/p-0c13dded.entry.js +0 -1
  509. package/dist/dropi-ui/p-121c8a09.entry.js +0 -1
  510. package/dist/dropi-ui/p-291a1416.entry.js +0 -1
  511. package/dist/dropi-ui/p-2cee44f9.entry.js +0 -1
  512. package/dist/dropi-ui/p-3537ee5a.entry.js +0 -1
  513. package/dist/dropi-ui/p-3d859657.entry.js +0 -1
  514. package/dist/dropi-ui/p-433d161d.entry.js +0 -1
  515. package/dist/dropi-ui/p-4bdfad16.entry.js +0 -1
  516. package/dist/dropi-ui/p-4ea7d3a7.entry.js +0 -1
  517. package/dist/dropi-ui/p-51c8ef68.entry.js +0 -1
  518. package/dist/dropi-ui/p-54780c90.entry.js +0 -1
  519. package/dist/dropi-ui/p-66deb85e.entry.js +0 -1
  520. package/dist/dropi-ui/p-68f81080.entry.js +0 -1
  521. package/dist/dropi-ui/p-74c37688.entry.js +0 -1
  522. package/dist/dropi-ui/p-7cec1cea.entry.js +0 -1
  523. package/dist/dropi-ui/p-7daa2677.entry.js +0 -1
  524. package/dist/dropi-ui/p-8906a68d.entry.js +0 -1
  525. package/dist/dropi-ui/p-Twbb5MNM.js +0 -2
  526. package/dist/dropi-ui/p-a4204ece.entry.js +0 -1
  527. package/dist/dropi-ui/p-a5650d8f.entry.js +0 -1
  528. package/dist/dropi-ui/p-a9116dbe.entry.js +0 -1
  529. package/dist/dropi-ui/p-b0d3442e.entry.js +0 -1
  530. package/dist/dropi-ui/p-b36b819f.entry.js +0 -1
  531. package/dist/dropi-ui/p-c10cbb8d.entry.js +0 -1
  532. package/dist/dropi-ui/p-cb5fd7a9.entry.js +0 -1
  533. package/dist/dropi-ui/p-d1e1b716.entry.js +0 -1
  534. package/dist/dropi-ui/p-d5ecc394.entry.js +0 -1
  535. package/dist/dropi-ui/p-db6c9828.entry.js +0 -1
  536. package/dist/dropi-ui/p-e721127d.entry.js +0 -1
  537. package/dist/dropi-ui/p-e8557da0.entry.js +0 -1
  538. package/dist/dropi-ui/p-ebfd4665.entry.js +0 -1
  539. package/dist/dropi-ui/p-f3cef35a.entry.js +0 -1
  540. package/dist/dropi-ui/p-f6a69c4e.entry.js +0 -1
  541. package/dist/dropi-ui/p-ff45e7c8.entry.js +0 -1
  542. package/dist/esm/dropi-input.entry.js +0 -208
  543. package/dist/esm/dropi-paginator.entry.js +0 -89
  544. package/dist/esm/dropi-tag.entry.js +0 -66
@@ -0,0 +1,290 @@
1
+ import { r as registerInstance, c as createEvent, h } from './index-TXz_09YZ.js';
2
+
3
+ const dropiTableCss = () => `:host{display:block;width:100%;min-width:0}*,*::before,*::after{box-sizing:border-box}.table-container{width:100%;min-width:0;border-radius:var(--Border-3);padding:0 var(--Size-4) var(--Size-4) var(--Size-4);background-color:var(--Neutral-White)}.search-container{margin-block:var(--Size-5);display:flex;flex-direction:column;gap:var(--Size-4)}.table-title{padding-block:var(--Size-2);font-size:var(--font-size-m);font-weight:var(--font-weight-bold);color:var(--Gray-Gray-700);margin:0}.search-actions{display:flex;align-items:flex-end;gap:var(--Size-3);width:100%}.search-actions dropi-input{flex:1}.search-actions.only-filter{justify-content:flex-end}.table-tools{display:flex;justify-content:flex-end}.column-selector-container{position:relative}.column-selector-btn{min-width:40px;width:40px;height:40px;padding:0;border:1px solid var(--Gray-Gray-200);border-radius:var(--Border-2);background:var(--Neutral-White);cursor:pointer;display:flex;align-items:center;justify-content:center}.column-selector-btn:hover{background:var(--Gray-Gray-50)}.column-selector-menu{position:absolute;top:calc(100% + 8px);right:0;width:min(320px, 88vw);border:1px solid var(--Gray-Gray-200);border-radius:var(--Border-2);background:var(--Neutral-White);box-shadow:var(--Shadow-medium);z-index:20;padding:var(--Size-1)}.column-selector-footer{border-top:1px solid var(--Gray-Gray-100);margin-top:var(--Size-1);padding:var(--Size-2) var(--Size-4);display:flex;align-items:center}.column-selector-all{display:inline-flex;align-items:center;gap:var(--Size-2);color:var(--Gray-Gray-700);font-size:var(--font-size-s);cursor:pointer;user-select:none}.column-selector-option{display:flex;align-items:center;gap:var(--Size-2);padding:var(--Size-2) var(--Size-3);font-size:var(--font-size-s);color:var(--Gray-Gray-700);cursor:pointer;border-radius:var(--Border-1)}.column-selector-option:hover{background:var(--Gray-Gray-50)}.table-wrapper{overflow-x:auto;width:100%;position:relative}.table-wrapper.has-sticky-actions{width:100%}.table-wrapper::-webkit-scrollbar{height:6px}.table-wrapper::-webkit-scrollbar-track{background:transparent}.table-wrapper::-webkit-scrollbar-thumb{background:var(--Gray-Gray-200, #c3c9d9);border-radius:3px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:var(--Gray-Gray-400, #858ea6)}.custom-table{width:100%;border-collapse:collapse}.custom-table th,.custom-table td{position:relative;padding:var(--Size-3);font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);color:var(--Gray-Gray-700)}.custom-table th::after,.custom-table td::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:var(--Gray-Gray-100)}.custom-table th{height:55px;user-select:none}.custom-table th.sortable{cursor:pointer}.custom-table td{height:80px;min-width:100px;font-weight:var(--font-weight-regular);font-size:var(--font-size-s)}.headers-container{display:flex;flex-direction:column;align-items:center;gap:var(--Size-1)}.headers-container.align-left{align-items:flex-start}.headers-container.align-right{align-items:flex-end}.headers{display:flex;flex-wrap:nowrap;justify-content:space-around;align-items:center;gap:4px}.headers span{font-weight:var(--font-weight-bold);color:var(--Gray-Gray-600);font-size:var(--font-size-xs);text-align:center}.headers.align-left span{text-align:left}.headers.align-right span{text-align:right}.order-icons{display:flex;flex-direction:column}.order-icons dropi-icon{height:6px;display:flex}.checkbox-header{width:fit-content;min-width:fit-content;max-width:fit-content;text-align:center;padding:var(--Size-3) !important}.custom-table.has-checkbox td:first-child{width:fit-content;min-width:fit-content;max-width:fit-content;text-align:center;padding:8px !important}.table-row:hover{background-color:var(--Gray-Gray-50);transition:background-color 0.3s ease}.table-row:hover td:last-child{background-color:var(--Gray-Gray-50);transition:background-color 0.3s ease}.table-row.sub-row td:first-child{padding-left:2rem !important}.cell-content{display:inline-block;width:100%;text-align:left}td.actions,th.actions{position:sticky;right:0;z-index:2;background-color:var(--Neutral-White);width:120px;min-width:120px;max-width:120px;text-align:center}td.actions{vertical-align:middle}td.actions>div{display:flex !important;justify-content:center !important;align-items:center !important;width:100%;height:100%}.table-row:hover td.actions{background-color:var(--Gray-Gray-50);transition:background-color 0.3s ease}.actions-header{width:100%;text-align:center;user-select:none}.short-actions{display:flex;gap:var(--Size-2);align-items:center;justify-content:center}.action-icon{cursor:pointer}.action-button{position:relative}.actions-menu{position:absolute;top:0;right:80px;padding:var(--Size-2);border-radius:var(--Border-2);background-color:var(--Neutral-White);box-shadow:var(--Shadow-medium);z-index:10;animation:fadeIn 0.3s ease-in-out forwards}.action-item{padding:var(--Size-2);font-size:var(--font-size-xs);color:var(--Gray-Gray-600);height:45px;width:190px;display:flex;gap:var(--Size-4);align-items:center;justify-content:left;cursor:pointer;border-radius:var(--Border-1)}.action-item:hover{background-color:var(--Gray-Gray-50)}.table-labels{color:var(--Gray-Gray-600);font-weight:var(--font-weight-regular);font-size:var(--font-size-s);white-space:nowrap}.table-labels.multiline{white-space:pre;line-height:1.6}.text-wrap-label{color:var(--Gray-Gray-600);font-weight:var(--font-weight-regular);font-size:var(--font-size-s);white-space:normal;word-break:break-word;overflow-wrap:break-word;line-height:1.5}.date-label{display:inline-flex;flex-direction:column}.date-label span{font-weight:var(--font-weight-regular);color:var(--Gray-Gray-600);white-space:nowrap;font-size:var(--font-size-s)}.flag-container{display:inline-flex;align-items:center;gap:var(--Size-3)}.flag-container span{color:var(--Gray-Gray-600);font-weight:var(--font-weight-regular);font-size:var(--font-size-s)}.text-icon-label{display:inline-flex;flex-wrap:nowrap;gap:var(--Size-2);align-items:center}.text-icon-label span{color:var(--Gray-Gray-600);font-weight:var(--font-weight-regular);font-size:var(--font-size-s)}.image-label{display:inline-flex;flex-direction:column;justify-content:center}.img-container{display:flex;width:24px;padding-bottom:var(--Size-1);align-items:center}.img-container img{border-radius:60px;height:24px;width:24px;object-fit:cover}.container-cell{display:inline-flex;flex-direction:column}.status-label{display:inline-flex;flex-direction:column;gap:var(--Size-1)}.status-dot{display:flex;gap:var(--Size-2);align-items:center}.status-text{font-weight:var(--font-weight-regular);font-size:var(--font-size-xs);color:var(--Gray-Gray-700)}.status-description{font-weight:var(--font-weight-regular);font-size:var(--font-size-s);color:var(--Gray-Gray-600)}.dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.dot-low{background-color:var(--Success-Success-500)}.dot-medium{background-color:var(--Warning-Warning-500)}.dot-high{background-color:var(--Error-Error-500)}.low-opacity{opacity:0.5}.highlight-column{background:var(--Primary-Primary-50)}.text-link-label{display:flex;flex-wrap:nowrap;white-space:nowrap;gap:var(--Size-1)}.text-link-label span{color:var(--Gray-Gray-600);font-weight:var(--font-weight-regular);font-size:var(--font-size-s)}.text-link-label a{color:var(--Info-Info-500);font-weight:var(--font-weight-regular);font-size:var(--font-size-s)}.empty-table{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:400px}.empty-message-container{display:flex;width:420px;padding:var(--Size-4);flex-direction:column;align-items:center;gap:var(--Size-4);text-align:center;color:var(--Gray-Gray-500);font-size:var(--font-size-s)}.pagination{margin-top:var(--Size-4);display:flex;justify-content:space-between;align-items:center}.page-size-selector{display:flex;gap:5px;align-items:baseline}.page-size-selector label{font-weight:var(--font-weight-regular);font-size:var(--font-size-xs);color:var(--Gray-Gray-700)}.page-size-selector select{width:fit-content;height:29px;border-radius:var(--Border-2);padding:var(--Size-1);border:1px solid var(--Gray-Gray-200);color:var(--Gray-Gray-500);background:var(--Neutral-White);font-size:var(--font-size-xs);cursor:pointer}.total-results{font-weight:var(--font-weight-regular);font-size:var(--font-size-xs);color:var(--Gray-Gray-600)}.skeleton{height:14px;background:linear-gradient(90deg, var(--Gray-Gray-100) 25%, var(--Gray-Gray-50) 50%, var(--Gray-Gray-100) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:var(--Border-1)}.skeleton--sm{width:20px}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.search-actions{flex-direction:column;align-items:stretch}.column-selector-menu{left:0;right:0;width:100%;max-height:45vh;overflow-y:auto}.pagination{flex-direction:column;align-items:center;gap:var(--Size-3)}td.actions,th.actions{width:60px;min-width:60px}.table-wrapper.has-sticky-actions{width:calc(100% - 60px)}}`;
4
+
5
+ const DropiTable = class {
6
+ constructor(hostRef) {
7
+ registerInstance(this, hostRef);
8
+ this.dropiSort = createEvent(this, "dropiSort", 7);
9
+ this.dropiSelection = createEvent(this, "dropiSelection", 7);
10
+ this.dropiRowClick = createEvent(this, "dropiRowClick", 7);
11
+ this.dropiSearch = createEvent(this, "dropiSearch", 7);
12
+ this.dropiPageChange = createEvent(this, "dropiPageChange", 7);
13
+ this.dropiPageSizeChange = createEvent(this, "dropiPageSizeChange", 7);
14
+ this.dropiAction = createEvent(this, "dropiAction", 7);
15
+ this.rowsSelected = createEvent(this, "rowsSelected", 7);
16
+ this.actionClicked = createEvent(this, "actionClicked", 7);
17
+ this.onPageChange = createEvent(this, "onPageChange", 7);
18
+ this.onSizeChange = createEvent(this, "onSizeChange", 7);
19
+ this.onSortChange = createEvent(this, "onSortChange", 7);
20
+ this.onSearchChange = createEvent(this, "onSearchChange", 7);
21
+ this.expandChildren = createEvent(this, "expandChildren", 7);
22
+ }
23
+ /** Column definitions */
24
+ columns = [];
25
+ /** Row data */
26
+ rows = [];
27
+ /** Show checkbox column */
28
+ showCheckbox = false;
29
+ /** Show loading skeleton */
30
+ loading = false;
31
+ /** Empty state message */
32
+ emptyMessage = 'No hay datos disponibles';
33
+ /** Table title */
34
+ title = '';
35
+ /** Show search input */
36
+ showSearch = false;
37
+ /** Show column selector button */
38
+ showColumnSelector = false;
39
+ /** Show paginator */
40
+ showPaginator = false;
41
+ /** Page sizes options */
42
+ pageSizes = [5, 10, 25, 50];
43
+ /** Current page (1-based) */
44
+ currentPage = 1;
45
+ /** Total pages */
46
+ totalPages = 1;
47
+ /** Show row actions (3-dot menu or inline icons) */
48
+ rowActions = [];
49
+ // ── Angular-parity props ─────────────────────────────────────
50
+ /**
51
+ * Column definitions — matches Angular `headers: DropiTableColumn[]`.
52
+ * Alias of `columns`; when provided, takes precedence.
53
+ */
54
+ headers = [];
55
+ /**
56
+ * Row data — matches Angular `data: DropiTableRow[]`.
57
+ * Alias of `rows`; when provided, takes precedence.
58
+ */
59
+ data = [];
60
+ /** Pre-selected row ids (matches Angular `selectedRowIds`) */
61
+ selectedRowIds = null;
62
+ /** Child / expanded rows data (matches Angular `childData`) */
63
+ childData = [];
64
+ /** Visible child rows (matches Angular `visibleRowsChildrens`) */
65
+ visibleRowsChildrens = [];
66
+ /** Table-level configuration object (matches Angular `dropiTableConfiguration`) */
67
+ dropiTableConfiguration = null;
68
+ /** Backend pagination / filter params (matches Angular `dropiTableBackendParams`) */
69
+ dropiTableBackendParams = null;
70
+ /** Use cursor-based pagination instead of offset (matches Angular `isCursorPagination`) */
71
+ isCursorPagination = false;
72
+ parsedColumns = [];
73
+ parsedRows = [];
74
+ parsedPageSizes = [5, 10, 25, 50];
75
+ parsedRowActions = [];
76
+ sortKey = '';
77
+ sortDir = null;
78
+ sortAsc = true;
79
+ selectedKeys = new Set();
80
+ searchTerm = '';
81
+ pageSize = 5;
82
+ showColumnMenu = false;
83
+ hiddenColumns = new Set();
84
+ openActionRow = -1;
85
+ dropiSort;
86
+ dropiSelection;
87
+ dropiRowClick;
88
+ dropiSearch;
89
+ dropiPageChange;
90
+ dropiPageSizeChange;
91
+ dropiAction;
92
+ // ── Angular-parity events ────────────────────────────────────
93
+ /** Matches Angular `rowsSelected` */
94
+ rowsSelected;
95
+ /** Matches Angular `actionClicked` */
96
+ actionClicked;
97
+ /** Matches Angular `onPageChange` */
98
+ onPageChange;
99
+ /** Matches Angular `onSizeChange` */
100
+ onSizeChange;
101
+ /** Matches Angular `onSortChange` */
102
+ onSortChange;
103
+ /** Matches Angular `onSearchChange` */
104
+ onSearchChange;
105
+ /** Matches Angular `expandChildren` */
106
+ expandChildren;
107
+ columnsChanged(val) {
108
+ this.parsedColumns = typeof val === 'string' ? JSON.parse(val) : (val || []);
109
+ }
110
+ rowsChanged(val) {
111
+ this.parsedRows = typeof val === 'string' ? JSON.parse(val) : (val || []);
112
+ this.selectedKeys = new Set();
113
+ }
114
+ pageSizesChanged(val) {
115
+ this.parsedPageSizes = typeof val === 'string' ? JSON.parse(val) : (val || [5, 10, 25, 50]);
116
+ this.pageSize = this.parsedPageSizes[0] ?? 5;
117
+ }
118
+ rowActionsChanged(val) {
119
+ this.parsedRowActions = typeof val === 'string' ? JSON.parse(val) : (val || []);
120
+ }
121
+ headersChanged(val) {
122
+ // `headers` is an alias for `columns`
123
+ const parsed = typeof val === 'string' ? JSON.parse(val) : (val || []);
124
+ if (parsed.length > 0)
125
+ this.parsedColumns = parsed;
126
+ }
127
+ dataChanged(val) {
128
+ // `data` is an alias for `rows`
129
+ const parsed = typeof val === 'string' ? JSON.parse(val) : (val || []);
130
+ if (parsed.length > 0) {
131
+ this.parsedRows = parsed;
132
+ this.selectedKeys = new Set();
133
+ }
134
+ }
135
+ componentWillLoad() {
136
+ // headers/data take precedence over columns/rows when provided
137
+ const headersSrc = (Array.isArray(this.headers) ? this.headers : []).length
138
+ ? this.headers : this.columns;
139
+ const dataSrc = (Array.isArray(this.data) ? this.data : []).length
140
+ ? this.data : this.rows;
141
+ this.columnsChanged(headersSrc);
142
+ this.rowsChanged(dataSrc);
143
+ this.pageSizesChanged(this.pageSizes);
144
+ this.rowActionsChanged(this.rowActions);
145
+ }
146
+ get visibleColumns() {
147
+ return this.parsedColumns.filter(c => !this.hiddenColumns.has(c.key));
148
+ }
149
+ get filteredRows() {
150
+ if (!this.searchTerm)
151
+ return this.parsedRows;
152
+ const q = this.searchTerm.toLowerCase();
153
+ return this.parsedRows.filter(row => Object.values(row).some(v => String(v ?? '').toLowerCase().includes(q)));
154
+ }
155
+ get sortedRows() {
156
+ const rows = this.filteredRows;
157
+ if (!this.sortKey || !this.sortDir)
158
+ return rows;
159
+ const key = this.sortKey;
160
+ const dir = this.sortDir === 'asc' ? 1 : -1;
161
+ return [...rows].sort((a, b) => {
162
+ const av = a[key] ?? '';
163
+ const bv = b[key] ?? '';
164
+ if (av < bv)
165
+ return -dir;
166
+ if (av > bv)
167
+ return dir;
168
+ return 0;
169
+ });
170
+ }
171
+ get pagedRows() {
172
+ if (!this.showPaginator)
173
+ return this.sortedRows;
174
+ const start = (this.currentPage - 1) * this.pageSize;
175
+ return this.sortedRows.slice(start, start + this.pageSize);
176
+ }
177
+ handleSort(col) {
178
+ if (!col.sortable)
179
+ return;
180
+ if (this.sortKey === col.key) {
181
+ this.sortDir = this.sortDir === 'asc' ? 'desc' : this.sortDir === 'desc' ? null : 'asc';
182
+ this.sortAsc = this.sortDir !== 'desc';
183
+ if (this.sortDir === null)
184
+ this.sortKey = '';
185
+ }
186
+ else {
187
+ this.sortKey = col.key;
188
+ this.sortDir = 'asc';
189
+ this.sortAsc = true;
190
+ }
191
+ this.dropiSort.emit({ key: this.sortKey, dir: this.sortDir });
192
+ this.onSortChange.emit({ key: this.sortKey, dir: this.sortDir });
193
+ }
194
+ toggleRow(idx) {
195
+ const next = new Set(this.selectedKeys);
196
+ if (next.has(idx))
197
+ next.delete(idx);
198
+ else
199
+ next.add(idx);
200
+ this.selectedKeys = next;
201
+ const selected = Array.from(next);
202
+ this.dropiSelection.emit(selected);
203
+ this.rowsSelected.emit(selected.map(i => this.pagedRows[i]));
204
+ }
205
+ toggleAll(checked) {
206
+ this.selectedKeys = checked ? new Set(this.pagedRows.map((_, i) => i)) : new Set();
207
+ const selected = Array.from(this.selectedKeys);
208
+ this.dropiSelection.emit(selected);
209
+ this.rowsSelected.emit(selected.map(i => this.pagedRows[i]));
210
+ }
211
+ renderCellValue(value) {
212
+ if (value === null || value === undefined)
213
+ return '—';
214
+ if (typeof value === 'object' && value.type) {
215
+ switch (value.type) {
216
+ case 'tag':
217
+ return h("dropi-tag", { type: "secondary", state: value.typeTag, text: value.value });
218
+ case 'date':
219
+ return (h("div", { class: "date-label" }, h("span", null, new Date(value.value).toLocaleDateString('es-CO')), !value.hideTime && h("span", null, new Date(value.value).toLocaleTimeString('es-CO', { hour: '2-digit', minute: '2-digit' }))));
220
+ case 'country':
221
+ return (h("div", { class: "flag-container" }, value.flag && h("dropi-country-flags", { width: "24", height: "24", country: value.flag, style: { display: 'inline-flex' } }), h("span", null, value.value)));
222
+ case 'textIcon':
223
+ return (h("div", { class: "text-icon-label" }, h("dropi-icon", { name: value.icon, width: "24px", height: "24px", color: value.iconColor || 'Gray-Gray-500' }), value.value && h("span", null, value.value)));
224
+ case 'status':
225
+ return (h("div", { class: "status-label" }, h("div", { class: "status-dot" }, h("div", { class: `dot dot-${(value.status || '').toLowerCase()}` }), h("span", { class: "status-text" }, value.status)), value.value && h("span", { class: "status-description" }, value.value)));
226
+ case 'image':
227
+ return (h("div", { class: "image-label" }, h("div", { class: "img-container" }, h("img", { src: value.imageUrl, alt: value.value })), h("span", null, value.value)));
228
+ case 'textWrap':
229
+ return h("div", { class: "text-wrap-label", style: { maxWidth: value.maxWidth || '220px' } }, value.value);
230
+ default:
231
+ return h("span", { class: "table-labels" }, String(value.value ?? '—'));
232
+ }
233
+ }
234
+ return h("span", { class: "table-labels" }, String(value));
235
+ }
236
+ render() {
237
+ const rows = this.pagedRows;
238
+ const allSelected = rows.length > 0 && this.selectedKeys.size === rows.length;
239
+ const hasActions = this.parsedRowActions.length > 0;
240
+ const cols = this.visibleColumns;
241
+ return (h("div", { key: '0568597a39d8f4b111c99e38a3559c0ebabe3f7d', class: "table-container" }, (this.showSearch || this.showColumnSelector || this.title) && (h("div", { key: '6b47b6eb27cb3354fae130a642515ee4efbe96e6', class: "search-container" }, this.title && h("h3", { key: 'e88c0cfccd3008cebd479069e6ebf28135aa30dc', class: "table-title" }, this.title), h("div", { key: '9798ab26988d090edd5c14c0dc62c9d0273995cf', class: `search-actions${this.showSearch ? '' : ' only-filter'}` }, this.showSearch && (h("dropi-input", { key: 'c8871b9eae75d6fb24d4161c2e38278697d23ac0', placeholder: "Buscar", value: this.searchTerm, onOnInput: (e) => {
242
+ this.searchTerm = e.detail;
243
+ this.dropiSearch.emit(e.detail);
244
+ this.onSearchChange.emit(e.detail);
245
+ } })), this.showColumnSelector && (h("div", { key: 'dc96780a72dca620aa1ed7349f59d837a31602fc', class: "table-tools" }, h("div", { key: 'e0b71a0018af5bba4e56b51e5df98c149f547b22', class: "column-selector-container" }, h("button", { key: '3b5639c4df44eb5f15d69999dae601e639afa2e4', class: "column-selector-btn", onClick: () => this.showColumnMenu = !this.showColumnMenu }, h("dropi-icon", { key: '3c8eb5df52c0494b1080d2e5fc6cf8b219b7b56d', name: "list-table", width: "20px", height: "20px", color: "Gray-Gray-500" })), this.showColumnMenu && (h("div", { key: 'a8229fa0100fe68a4b232a06584c3de1a9a90b6f', class: "column-selector-menu" }, this.parsedColumns.map(col => (h("div", { class: "column-selector-option", onClick: () => {
246
+ const next = new Set(this.hiddenColumns);
247
+ if (next.has(col.key))
248
+ next.delete(col.key);
249
+ else
250
+ next.add(col.key);
251
+ this.hiddenColumns = next;
252
+ } }, h("dropi-checkbox", { checked: !this.hiddenColumns.has(col.key) }), h("span", null, col.label)))), h("div", { key: '6a8fa71f8540202baaa24e2facf797149efd353b', class: "column-selector-footer" }, h("div", { key: '70b646908dcd172ae459cca680b0dcc7c5663cb8', class: "column-selector-all", onClick: () => {
253
+ this.hiddenColumns = this.hiddenColumns.size === 0
254
+ ? new Set(this.parsedColumns.map(c => c.key))
255
+ : new Set();
256
+ } }, h("dropi-checkbox", { key: '295ad4f783c7a1737d7ad0e488881b37919c40f6', checked: this.hiddenColumns.size === 0 }), h("span", { key: '838ffe74c4c35363127e9e5daacc25da8cccf76d' }, "Mostrar / Ocultar todo"))))))))))), h("div", { key: '9cd8d7cc6ce997d53b3459065b5b8bef275ec5ea', class: `table-wrapper${hasActions ? ' has-sticky-actions' : ''}` }, h("table", { key: 'dd65672ad724cc2becf91099383b2892022b9f25', class: `custom-table${this.showCheckbox ? ' has-checkbox' : ''}` }, h("thead", { key: 'd509b97f349b30e08380a3d1e7470d609e854539' }, h("tr", { key: 'f5e27a7b1e191e569f2a396bcaf118e338ff36a6' }, this.showCheckbox && (h("th", { key: 'c99ac20618519207e15556b706c4872bc92edf42', class: "checkbox-header" }, h("dropi-checkbox", { key: 'affd77ad7b0fdaece95e83993d6acff582161cf5', checked: allSelected, onOnChange: (e) => this.toggleAll(e.detail) }))), cols.map(col => (h("th", { class: { sortable: !!col.sortable, 'low-opacity': !!col.disabledColumn, 'highlight-column': !!col.highlightColumn }, style: { textAlign: col.align || 'center' }, onClick: () => this.handleSort(col) }, h("div", { class: `headers-container${col.align === 'left' ? ' align-left' : col.align === 'right' ? ' align-right' : ''}` }, h("div", { class: `headers${col.align === 'left' ? ' align-left' : col.align === 'right' ? ' align-right' : ''}` }, h("span", null, col.label), col.sortable && (h("div", { class: "order-icons" }, h("dropi-icon", { name: "Caret-up", width: "12px", height: "12px", color: this.sortAsc ? 'Gray-Gray-500' : 'Gray-Gray-200' }), h("dropi-icon", { name: "Caret-down", width: "12px", height: "12px", color: !this.sortAsc ? 'Gray-Gray-500' : 'Gray-Gray-200' })))))))), hasActions && h("th", { key: 'ad41355f347d7d94ea6de4ddfa4e23ebffd7a7b8', class: "actions-header actions" }, "Acciones"))), h("tbody", { key: '7f3dfbd3fd7aa0b29eb55c5a5825492a1ed0e063' }, this.loading ? (Array.from({ length: 5 }).map(() => (h("tr", { class: "table-row" }, this.showCheckbox && h("td", null, h("div", { class: "skeleton skeleton--sm" })), cols.map(() => h("td", null, h("div", { class: "skeleton" }))), hasActions && h("td", null))))) : rows.length === 0 ? (h("tr", null, h("td", { colSpan: cols.length + (this.showCheckbox ? 1 : 0) + (hasActions ? 1 : 0) }, h("div", { class: "empty-table" }, h("div", { class: "empty-message-container" }, this.emptyMessage))))) : (rows.map((row, i) => (h("tr", { class: "table-row", onClick: () => this.dropiRowClick.emit({ row, index: i }) }, this.showCheckbox && (h("td", { onClick: (e) => e.stopPropagation() }, h("dropi-checkbox", { checked: this.selectedKeys.has(i), onOnChange: () => this.toggleRow(i) }))), cols.map(col => (h("td", { class: { 'low-opacity': !!col.disabledColumn, 'highlight-column': !!col.highlightColumn } }, h("div", { class: "cell-content", style: { textAlign: col.align || 'center' } }, this.renderCellValue(row[col.key]))))), hasActions && (h("td", { class: "action-button actions", onClick: (e) => e.stopPropagation() }, this.parsedRowActions.length > 3 ? (h("div", { style: { display: "flex", justifyContent: "center", width: "100%" } }, h("dropi-icon", { class: "action-icon", name: "Menu-dots-vertical", width: "24px", height: "24px", color: "Gray-Gray-500", onClick: () => this.openActionRow = this.openActionRow === i ? -1 : i }), this.openActionRow === i && (h("div", { class: "actions-menu" }, this.parsedRowActions.map(action => (h("div", { class: "action-item", onClick: () => { this.openActionRow = -1; this.dropiAction.emit({ row, action }); this.actionClicked.emit({ row, action }); } }, h("dropi-icon", { name: action.icon, width: "20px", height: "20px", color: action.iconColor || 'Gray-Gray-500' }), action.label))))))) : (h("div", { class: "short-actions" }, this.parsedRowActions.map(action => (h("dropi-icon", { class: "action-icon", name: action.icon, width: "24px", height: "24px", color: action.iconColor || 'Gray-Gray-500', onClick: () => { this.dropiAction.emit({ row, action }); this.actionClicked.emit({ row, action }); } })))))))))))))), this.showPaginator && (h("div", { key: '20e2f504d995f8875e42ceedfeb3977d777044a6', class: "pagination" }, h("div", { key: '898f69b7801af32df0bdfa9a23cfc7fc5adcac84', class: "page-size-selector" }, h("label", { key: '4871de9ed4a35fa60ac2ac824c96a278ffdf7496' }, "Mostrar"), h("select", { key: '8c2cb250c724ff0914c69135c054c25c9aa857f2', onChange: (e) => {
257
+ this.pageSize = Number(e.target.value);
258
+ this.currentPage = 1;
259
+ this.dropiPageSizeChange.emit(this.pageSize);
260
+ this.onSizeChange.emit(this.pageSize);
261
+ } }, this.parsedPageSizes.map(s => (h("option", { value: s, selected: this.pageSize === s }, s))))), h("dropi-paginator", { key: '82a4e645ab197a52ec7985614e53fcae749e8ed4', totalPages: this.totalPages, currentPage: this.currentPage, onPageChange: (e) => {
262
+ this.currentPage = e.detail;
263
+ this.dropiPageChange.emit(e.detail);
264
+ this.onPageChange.emit(e.detail);
265
+ } })))));
266
+ }
267
+ static get watchers() { return {
268
+ "columns": [{
269
+ "columnsChanged": 0
270
+ }],
271
+ "rows": [{
272
+ "rowsChanged": 0
273
+ }],
274
+ "pageSizes": [{
275
+ "pageSizesChanged": 0
276
+ }],
277
+ "rowActions": [{
278
+ "rowActionsChanged": 0
279
+ }],
280
+ "headers": [{
281
+ "headersChanged": 0
282
+ }],
283
+ "data": [{
284
+ "dataChanged": 0
285
+ }]
286
+ }; }
287
+ };
288
+ DropiTable.style = dropiTableCss();
289
+
290
+ export { DropiTable as dropi_table };
@@ -1,35 +1,37 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-Twbb5MNM.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-TXz_09YZ.js';
2
2
 
3
- const dropiTabsCss = () => `:host{display:block;width:100%}*,*::before,*::after{box-sizing:border-box}.tabs-container{display:flex;flex-wrap:nowrap;overflow-x:auto;width:100%;height:52px;scrollbar-width:none}.tabs-container::-webkit-scrollbar{width:0;height:0}.tab-item{padding:var(--Size-4,16px) var(--Size-5,20px);background:var(--Neutral-White,#fff);border-bottom:2px solid var(--Gray-Gray-100,#e6eaf2);cursor:pointer;display:flex;gap:16px;align-items:center;white-space:nowrap;flex-shrink:0;transition:border-color 0.15s ease;user-select:none}.tab-item:hover:not(.tab-item--disabled):not(.tab-item--active){border-color:var(--Gray-Gray-300,#a3abbf)}.tab-item--active{border-bottom:2px solid var(--Primary-Primary-500,#f49a3d)}.tab-item--disabled{background:rgba(223,228,237,0.22);cursor:not-allowed;opacity:0.7;pointer-events:none}.tab-label-row{display:flex;align-items:center;gap:8px}.tab-label{font-size:var(--font-size-m,14px);font-weight:var(--font-weight-bold,700);color:var(--Gray-Gray-400,#858ea6);line-height:20px}.tab-item--active .tab-label{color:var(--Gray-Gray-600,#475066)}.tab-item--disabled .tab-label{font-weight:300;color:var(--Gray-Gray-300,#a3abbf)}.tab-counter{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:20px;font-size:var(--font-size-xs,10px);font-weight:var(--font-weight-medium,500);background:var(--Gray-Gray-100,#e6eaf2);color:var(--Gray-Gray-500,#69738c)}.tab-counter--active{background:var(--Primary-Primary-100,#fde8d0);color:var(--Primary-Primary-500,#f49a3d)}.tab-status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background-color:var(--Primary-Primary-500, #f49a3d);flex-shrink:0}`;
3
+ const dropiTabsCss = () => `:host{display:block;width:100%}*,*::before,*::after{box-sizing:border-box}.tabs-container{display:flex;flex-wrap:nowrap;overflow-x:auto;width:100%;height:52px;scrollbar-width:none}.tabs-container::-webkit-scrollbar{width:0;height:0}.tab-item{padding:var(--Size-4,16px) var(--Size-5,20px);background:var(--Neutral-White, #ffffff);border-bottom:2px solid var(--Gray-Gray-100,#e6eaf2);cursor:pointer;display:flex;gap:16px;align-items:center;white-space:nowrap;flex-shrink:0;transition:border-color 0.15s ease;user-select:none}.tab-item:hover:not(.tab-item--disabled):not(.tab-item--active){border-color:var(--Gray-Gray-300,#a3abbf)}.tab-item--active{border-bottom:2px solid var(--Primary-Primary-500,#f49a3d)}.tab-item--disabled{background:rgba(223,228,237,0.22);cursor:not-allowed;opacity:0.7;pointer-events:none}.tab-label-row{display:flex;align-items:center;gap:8px}.tab-label{font-size:var(--font-size-s,14px);font-weight:var(--font-weight-bold,700);color:var(--Gray-Gray-400,#858ea6);line-height:20px}.tab-item--active .tab-label{color:var(--Gray-Gray-600,#475066)}.tab-item--disabled .tab-label{font-weight:var(--font-weight-light);color:var(--Gray-Gray-300,#a3abbf)}.tab-counter{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:20px;font-size:var(--font-size-xxs);font-weight:var(--font-weight-bold);line-height:var(--lineheight-simple);background:var(--Gray-Gray-100,#e6eaf2);color:var(--Gray-Gray-500,#69738c)}.tab-counter--active{background-color:var(--Primary-Primary-500, #F49A3D);color:var(--Neutral-White)}.tab-status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background-color:var(--Primary-Primary-500, #f49a3d);flex-shrink:0}`;
4
4
 
5
5
  const DropiTabs = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
- this.dropiTabChange = createEvent(this, "dropiTabChange");
8
+ this.onIndexChanged = createEvent(this, "onIndexChanged", 7);
9
9
  }
10
- /** Array of TabItem or JSON string */
11
- tabs = [];
10
+ /** Array of TabItem or JSON string (matches Angular 'configuration') */
11
+ configuration = [];
12
12
  /** Id of the active tab */
13
13
  activeTab = 0;
14
14
  /** Whether to show a check/pending icon per tab */
15
15
  showIcon = false;
16
+ /** Stop tab action programmatically */
17
+ stopAction = false;
16
18
  /** Emitted on tab click. e.detail = TabItem */
17
- dropiTabChange;
19
+ onIndexChanged;
18
20
  parsedTabs = [];
19
21
  tabsChanged(val) {
20
22
  this.parsedTabs = typeof val === 'string' ? JSON.parse(val) : (val ?? []);
21
23
  }
22
24
  componentWillLoad() {
23
- this.tabsChanged(this.tabs);
25
+ this.tabsChanged(this.configuration);
24
26
  }
25
27
  handleClick(tab) {
26
- if (tab.disabled)
28
+ if (tab.disabled || this.stopAction)
27
29
  return;
28
30
  this.activeTab = tab.id;
29
- this.dropiTabChange.emit(tab);
31
+ this.onIndexChanged.emit(tab);
30
32
  }
31
33
  render() {
32
- return (h("div", { key: '73bb4c928411c00cd9c6cfa6c0ed591c4573bbb1', class: "tabs-container", role: "tablist" }, this.parsedTabs.map(tab => {
34
+ return (h("div", { key: '35d0e29a1b788e7895d31ed6040cd86ecc6a28b3', class: "tabs-container", role: "tablist" }, this.parsedTabs.map(tab => {
33
35
  const isActive = tab.id === this.activeTab;
34
36
  return (h("div", { role: "tab", "aria-selected": String(isActive), class: { 'tab-item': true, 'tab-item--active': isActive && !tab.disabled, 'tab-item--disabled': !!tab.disabled }, onClick: () => this.handleClick(tab) }, h("span", { class: "tab-label-row" }, h("span", { class: "tab-label" }, tab.label), tab.counter !== undefined && tab.counter !== null && (h("span", { class: { 'tab-counter': true, 'tab-counter--active': isActive } }, tab.counter))), this.showIcon && (tab.completed
35
37
  ? h("dropi-icon", { name: "Check-circle", width: "12px", height: "12px", color: "Success-Success-500" })
@@ -37,7 +39,7 @@ const DropiTabs = class {
37
39
  })));
38
40
  }
39
41
  static get watchers() { return {
40
- "tabs": [{
42
+ "configuration": [{
41
43
  "tabsChanged": 0
42
44
  }]
43
45
  }; }
@@ -0,0 +1,17 @@
1
+ import { r as registerInstance, h } from './index-TXz_09YZ.js';
2
+
3
+ const dropiTagTypeProductCss = () => `:host{display:inline-block}.type-variation{border-radius:4px;background:var(--Warning-Warning-500);padding:2px 6px;font-size:var(--font-size-xs);color:var(--Neutral-White);text-transform:capitalize;font-weight:var(--font-weight-regular);width:fit-content}`;
4
+
5
+ const DropiTagTypeProduct = class {
6
+ constructor(hostRef) {
7
+ registerInstance(this, hostRef);
8
+ }
9
+ /** Label text. Default: VARIABLE */
10
+ label = 'VARIABLE';
11
+ render() {
12
+ return h("div", { key: '505c4833064fa691575e38aa16b6046bc101c7eb', class: "type-variation" }, this.label);
13
+ }
14
+ };
15
+ DropiTagTypeProduct.style = dropiTagTypeProductCss();
16
+
17
+ export { DropiTagTypeProduct as dropi_tag_type_product };
@@ -1,14 +1,14 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-Twbb5MNM.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-TXz_09YZ.js';
2
2
 
3
- const dropiTextAreaCss = () => `:host{display:block;width:100%}*,*::before,*::after{box-sizing:border-box}.textarea-wrapper{position:relative;width:100%;display:flex;flex-direction:column;gap:4px}.textarea-wrapper label{font-size:var(--font-size-xs, 10px);font-weight:var(--font-weight-regular, 400);color:var(--Gray-Gray-600, #475066)}.asterisk{color:var(--Error-Error-500, #f46a6b)}.textarea-container{position:relative}textarea.form-control{box-sizing:border-box;width:100%;overflow:auto;padding:var(--Size-3, 12px);border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);font-size:var(--font-size-s, 12px);font-family:inherit;color:var(--Gray-Gray-700, #32394d);background:var(--Neutral-White, #fff);transition:border-color 0.3s ease-in-out;outline:none;appearance:none}textarea.form-control:focus{border-color:var(--Info-Info-500, #50a5f1)}textarea.form-control:focus::placeholder{color:var(--Gray-Gray-400, #858ea6)}textarea.form-control-valid{border-color:var(--Gray-Gray-400, #858ea6) !important;color:var(--Gray-Gray-600, #475066)}textarea.form-control-invalid{border-color:var(--Error-Error-500, #f46a6b) !important;color:var(--Gray-Gray-600, #475066)}textarea.form-control:disabled{border-color:var(--Gray-Gray-200, #c3c9d9) !important;color:var(--Gray-Gray-400, #858ea6);background-color:var(--Gray-Gray-50, #f7f8fa);cursor:not-allowed}.char-counter{position:absolute;bottom:10px;right:16px;font-size:var(--font-size-xs, 10px);color:var(--Gray-Gray-500, #69738c);pointer-events:none}.form-control-helper{display:flex;gap:4px;align-items:center}.form-control-helper span{display:block;color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-xs, 10px)}.invalid-color{color:var(--Error-Error-500, #f46a6b) !important}`;
3
+ const dropiTextAreaCss = () => `:host{display:flex;flex-direction:column;width:100%}*,*::before,*::after{box-sizing:border-box}.textarea-wrapper{position:relative;width:100%;display:flex;flex-direction:column;gap:4px}.textarea-wrapper label{font-size:var(--font-size-xs, 10px);font-weight:var(--font-weight-regular, 400);color:var(--Gray-Gray-600, #475066)}.asterisk{color:var(--Error-Error-500, #f46a6b)}.textarea-container{position:relative;display:flex;flex-direction:column}textarea.form-control{box-sizing:border-box;width:100%;flex:1;overflow:auto;padding:var(--Size-3, 12px);border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);font-size:var(--font-size-s, 12px);font-family:inherit;color:var(--Gray-Gray-700, #32394d);background:var(--Neutral-White, #ffffff);transition:border-color 0.3s ease-in-out;outline:none;appearance:none}textarea.form-control:focus{border-color:var(--Info-Info-500, #50a5f1)}textarea.form-control:focus::placeholder{color:var(--Gray-Gray-400, #858ea6)}textarea.form-control-valid{border-color:var(--Gray-Gray-400, #858ea6) !important;color:var(--Gray-Gray-600, #475066)}textarea.form-control-invalid{border-color:var(--Error-Error-500, #f46a6b) !important;color:var(--Gray-Gray-600, #475066)}textarea.form-control:disabled{border-color:var(--Gray-Gray-200, #c3c9d9) !important;color:var(--Gray-Gray-400, #858ea6);background-color:var(--Gray-Gray-50, #f7f8fa);cursor:not-allowed}.char-counter{position:absolute;bottom:10px;right:16px;font-size:var(--font-size-xs, 10px);color:var(--Gray-Gray-500, #69738c);pointer-events:none}.form-control-helper{display:flex;gap:4px;align-items:center}.form-control-helper span{display:block;color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-xs, 10px)}.invalid-color{color:var(--Error-Error-500, #f46a6b) !important}`;
4
4
 
5
5
  const DropiTextArea = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
- this.dropiInput = createEvent(this, "dropiInput");
9
- this.dropiChange = createEvent(this, "dropiChange");
10
- this.dropiFocus = createEvent(this, "dropiFocus");
11
- this.dropiBlur = createEvent(this, "dropiBlur");
8
+ this.dropiInput = createEvent(this, "dropiInput", 7);
9
+ this.dropiChange = createEvent(this, "dropiChange", 7);
10
+ this.dropiFocus = createEvent(this, "dropiFocus", 7);
11
+ this.dropiBlur = createEvent(this, "dropiBlur", 7);
12
12
  if (hostRef.$hostElement$["s-ei"]) {
13
13
  this.internals = hostRef.$hostElement$["s-ei"];
14
14
  }
@@ -19,7 +19,7 @@ const DropiTextArea = class {
19
19
  }
20
20
  internals;
21
21
  /** Input id. Defaults to label. */
22
- inputId = '';
22
+ id = '';
23
23
  /** Name for native form submission */
24
24
  name = '';
25
25
  /** Label shown above the textarea */
@@ -29,9 +29,9 @@ const DropiTextArea = class {
29
29
  /** Current value (controlled) */
30
30
  value = '';
31
31
  /** Max character length */
32
- maxlength;
32
+ maxLength;
33
33
  /** Min character length */
34
- minlength = 0;
34
+ minLength = 0;
35
35
  /** Number of visible rows */
36
36
  rows = 4;
37
37
  /** Resize behavior */
@@ -41,11 +41,37 @@ const DropiTextArea = class {
41
41
  /** Mark as required */
42
42
  required = false;
43
43
  /** Show the required asterisk */
44
- showAsterisk = false;
44
+ showObligatoryAsterisk = false;
45
45
  /** Helper / error text below the field */
46
- helperText = '';
46
+ textHelper = '';
47
47
  /** Mark the field as invalid (consumer-controlled) */
48
- invalid = false;
48
+ hasError = false;
49
+ /**
50
+ * Convenience object prop — matches Angular `textAreaProperties: TextAreaProperties`.
51
+ * When provided, its non-null fields override individual props.
52
+ * Note: `formControl` is not supported in web components; use `value` + dropiInput instead.
53
+ */
54
+ textAreaProperties = null;
55
+ textAreaPropertiesChanged(val) {
56
+ if (!val)
57
+ return;
58
+ if (val.id !== undefined)
59
+ this.id = val.id;
60
+ if (val.label !== undefined)
61
+ this.label = val.label;
62
+ if (val.placeholder !== undefined)
63
+ this.placeholder = val.placeholder;
64
+ if (val.maxLength !== undefined)
65
+ this.maxLength = val.maxLength;
66
+ if (val.minLength !== undefined)
67
+ this.minLength = val.minLength;
68
+ if (val.textHelper !== undefined)
69
+ this.textHelper = val.textHelper;
70
+ if (val.rows !== undefined)
71
+ this.rows = val.rows;
72
+ if (val.resize !== undefined)
73
+ this.resize = val.resize;
74
+ }
49
75
  touched = false;
50
76
  /** Emitted on every keystroke */
51
77
  dropiInput;
@@ -58,6 +84,8 @@ const DropiTextArea = class {
58
84
  }
59
85
  componentWillLoad() {
60
86
  this.internals.setFormValue(this.value ?? '');
87
+ if (this.textAreaProperties)
88
+ this.textAreaPropertiesChanged(this.textAreaProperties);
61
89
  }
62
90
  handleInput(e) {
63
91
  const val = e.target.value;
@@ -71,26 +99,29 @@ const DropiTextArea = class {
71
99
  this.dropiBlur.emit();
72
100
  }
73
101
  get resolvedId() {
74
- return this.inputId || this.label;
102
+ return this.id || this.label;
75
103
  }
76
104
  get isInvalid() {
77
- return this.invalid && this.touched;
105
+ return this.hasError && this.touched;
78
106
  }
79
107
  get charCount() {
80
108
  return this.value?.length ?? 0;
81
109
  }
82
110
  render() {
83
- const showAsterisk = this.required && this.showAsterisk && !this.disabled;
84
- const showHelper = this.helperText || this.isInvalid;
85
- return (h("div", { key: 'e61f93feb18b6ed2fd3a9e2b7a301b3383c59ef1', class: "textarea-wrapper" }, this.label && (h("label", { key: '3dce1ef5e6335f838778c09de911235115111623', htmlFor: this.resolvedId, style: { color: this.disabled ? 'var(--Gray-Gray-400)' : 'var(--Gray-Gray-600)' } }, this.label, showAsterisk && h("span", { key: 'bdeb923cb358ea947bbf22cb0a76545aef5d7b80', class: "asterisk" }, " *"))), h("div", { key: '402aae3d238a559ac670e69aa3a003baa36fd2c2', class: "textarea-container" }, h("textarea", { key: 'afe5dae36cb27dbd461ab9d4f998f83a43babf90', id: this.resolvedId, class: {
111
+ const showAsterisk = this.required && this.showObligatoryAsterisk && !this.disabled;
112
+ const showHelper = this.textHelper || this.isInvalid;
113
+ return (h("div", { key: '8afff91e57583589acbc62da64543b522141fe4e', class: "textarea-wrapper" }, this.label && (h("label", { key: 'b80d26f1a0231b101b475c525aca3c759aa89912', htmlFor: this.resolvedId, style: { color: this.disabled ? 'var(--Gray-Gray-400)' : 'var(--Gray-Gray-600)' } }, this.label, showAsterisk && h("span", { key: 'fa331063536907c43d869079edad0ed3be1989c5', class: "asterisk" }, " *"))), h("div", { key: 'a98ca8f71bb5165115785c41d5ba58e846cd8d64', class: "textarea-container" }, h("textarea", { key: 'dd21883e18ab5819cbac034371036afb9566e902', id: this.resolvedId, class: {
86
114
  'form-control': true,
87
115
  'Body-M-Regular': true,
88
116
  'form-control-valid': !this.isInvalid && this.touched && !!this.value,
89
117
  'form-control-invalid': this.isInvalid,
90
- }, rows: this.rows, placeholder: this.placeholder, maxLength: this.maxlength, minLength: this.minlength, disabled: this.disabled, required: this.required, style: { resize: this.resize }, onInput: (e) => this.handleInput(e), onFocus: () => this.dropiFocus.emit(), onBlur: () => this.handleBlur() }, this.value), this.maxlength > 0 && (h("div", { key: '0c9a7c6555594e7101f72b47c819838e2ffe5236', class: "char-counter" }, this.charCount, "/", this.maxlength))), showHelper && (h("div", { key: 'ad4d6435c21ec013a271b490c74f66839de4d6c2', class: "form-control-helper" }, this.isInvalid && (h("dropi-icon", { key: '11e480a0cb3f59f1838915850d09a0758160b2fc', name: "Warning-circle", width: "12px", height: "12px", color: "Error-Error-500" })), h("span", { key: '461e0f727feecb2fd6d5f21e51f39d017ff275b3', class: { 'invalid-color': this.isInvalid }, style: { color: this.disabled ? 'var(--Gray-Gray-400)' : undefined } }, this.helperText)))));
118
+ }, rows: this.rows, placeholder: this.placeholder, maxLength: this.maxLength, minLength: this.minLength, disabled: this.disabled, required: this.required, style: { resize: this.resize }, onInput: (e) => this.handleInput(e), onFocus: () => this.dropiFocus.emit(), onBlur: () => this.handleBlur() }, this.value), this.maxLength > 0 && (h("div", { key: '3955ef2341745b33a1e6fe88d4b6cf8ac6eecdca', class: "char-counter" }, this.charCount, "/", this.maxLength))), showHelper && (h("div", { key: '03c4f4c51fb653a09dd81cb4f4b0114ffcdf414c', class: "form-control-helper" }, this.isInvalid && (h("dropi-icon", { key: 'e85cfdc13637d349f679132bc88d2bdfa18878da', name: "Warning-circle", width: "12px", height: "12px", color: "Error-Error-500" })), h("span", { key: 'e4724f2509681e3c72b8e1b5df7e9f8f5e042dc0', class: { 'invalid-color': this.isInvalid }, style: { color: this.disabled ? 'var(--Gray-Gray-400)' : undefined } }, this.textHelper)))));
91
119
  }
92
120
  static get formAssociated() { return true; }
93
121
  static get watchers() { return {
122
+ "textAreaProperties": [{
123
+ "textAreaPropertiesChanged": 0
124
+ }],
94
125
  "value": [{
95
126
  "valueChanged": 0
96
127
  }]
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, h } from './index-Twbb5MNM.js';
1
+ import { r as registerInstance, h } from './index-TXz_09YZ.js';
2
2
 
3
- const dropiTimeLineCss = () => `:host{display:block}*,*::before,*::after{box-sizing:border-box}.timeline{display:flex;flex-direction:column}.tl-step{display:flex;align-items:flex-start;gap:var(--Size-3, 12px)}.tl-step__marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.tl-step__icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background 0.2s, border-color 0.2s}.tl-step--pending .tl-step__icon{background:var(--Gray-Gray-100, #e6eaf2);border:2px solid var(--Gray-Gray-200, #c3c9d9)}.tl-step--active .tl-step__icon{background:var(--Neutral-White, #fff);border:2px solid var(--Primary-Primary-500, #f49a3d);box-shadow:0 0 0 4px var(--Primary-Primary-100, #fde9d0)}.tl-step--done .tl-step__icon{background:var(--Primary-Primary-500, #f49a3d);border:2px solid var(--Primary-Primary-500, #f49a3d)}.tl-step__dot{width:8px;height:8px;border-radius:50%;display:block}.tl-step--pending .tl-step__dot{background:var(--Gray-Gray-300, #a3abbf)}.tl-step--active .tl-step__dot{background:var(--Primary-Primary-500, #f49a3d)}.tl-step--done .tl-step__dot{background:var(--Neutral-White, #fff)}.tl-step__line{flex:1;width:2px;min-height:24px;margin:4px 0;background:var(--Gray-Gray-200, #c3c9d9)}.tl-step--done+.tl-step .tl-step__line,.tl-step--done .tl-step__line{background:var(--Primary-Primary-500, #f49a3d)}.tl-step__content{display:flex;flex-direction:column;gap:2px;padding-top:6px;padding-bottom:var(--Size-4, 16px)}.tl-step__label{font-size:var(--font-size-s, 12px);font-weight:var(--font-weight-bold, 700);color:var(--Gray-Gray-700, #32394d)}.tl-step--pending .tl-step__label{color:var(--Gray-Gray-400, #858ea6);font-weight:var(--font-weight-regular, 400)}.tl-step__subtitle{font-size:var(--font-size-xs, 10px);color:var(--Gray-Gray-500, #69738c)}`;
3
+ const dropiTimeLineCss = () => `:host{display:block}*,*::before,*::after{box-sizing:border-box}.timeline{display:flex;flex-direction:column}.tl-step{display:flex;align-items:flex-start;gap:var(--Size-3, 12px)}.tl-step__marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.tl-step__icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background 0.2s, border-color 0.2s}.tl-step--pending .tl-step__icon{background:var(--Gray-Gray-100, #e6eaf2);border:2px solid var(--Gray-Gray-200, #c3c9d9)}.tl-step--active .tl-step__icon{background:var(--Neutral-White, #ffffff);border:2px solid var(--Primary-Primary-500, #f49a3d);box-shadow:0 0 0 4px var(--Primary-Primary-100, #fde9d0)}.tl-step--done .tl-step__icon{background:var(--Primary-Primary-500, #f49a3d);border:2px solid var(--Primary-Primary-500, #f49a3d)}.tl-step__dot{width:8px;height:8px;border-radius:50%;display:block}.tl-step--pending .tl-step__dot{background:var(--Gray-Gray-300, #a3abbf)}.tl-step--active .tl-step__dot{background:var(--Primary-Primary-500, #f49a3d)}.tl-step--done .tl-step__dot{background:var(--Neutral-White, #ffffff)}.tl-step__line{flex:1;width:2px;min-height:24px;margin:4px 0;background:var(--Gray-Gray-200, #c3c9d9)}.tl-step--done+.tl-step .tl-step__line,.tl-step--done .tl-step__line{background:var(--Primary-Primary-500, #f49a3d)}.tl-step__content{display:flex;flex-direction:column;gap:2px;padding-top:6px;padding-bottom:var(--Size-4, 16px)}.tl-step__label{font-size:var(--font-size-s, 12px);font-weight:var(--font-weight-bold, 700);color:var(--Gray-Gray-700, #32394d)}.tl-step--pending .tl-step__label{color:var(--Gray-Gray-400, #858ea6);font-weight:var(--font-weight-regular, 400)}.tl-step__subtitle{font-size:var(--font-size-xs, 10px);color:var(--Gray-Gray-500, #69738c)}`;
4
4
 
5
5
  const DropiTimeLine = class {
6
6
  constructor(hostRef) {
@@ -21,7 +21,7 @@ const DropiTimeLine = class {
21
21
  }
22
22
  render() {
23
23
  const steps = this.parsedSteps;
24
- return (h("div", { key: '9391536f472117d8788456df24de433fc9f6ae1e', class: "timeline" }, steps.map((step, i) => {
24
+ return (h("div", { key: '988abfa70af8e37135bc70ca4f5727e5a5eb1295', class: "timeline" }, steps.map((step, i) => {
25
25
  const isLast = i === steps.length - 1;
26
26
  return (h("div", { class: { 'tl-step': true, [`tl-step--${step.status}`]: true }, key: step.id || i }, h("div", { class: "tl-step__marker" }, h("div", { class: "tl-step__icon" }, step.icon ? (h("dropi-icon", { name: step.icon, width: "16px", height: "16px", color: step.status === 'done' ? 'Neutral-White' : step.status === 'active' ? 'Primary-Primary-500' : 'Gray-Gray-400' })) : (h("span", { class: "tl-step__dot" }))), !isLast && h("div", { class: "tl-step__line" })), h("div", { class: "tl-step__content" }, h("span", { class: "tl-step__label" }, step.label), step.subtitle && h("span", { class: "tl-step__subtitle" }, step.subtitle))));
27
27
  })));
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, h } from './index-Twbb5MNM.js';
1
+ import { r as registerInstance, h } from './index-TXz_09YZ.js';
2
2
 
3
- const dropiToastCss = () => `:host{display:contents}*,*::before,*::after{box-sizing:border-box}.toast-container{position:fixed;z-index:9999;display:flex;flex-direction:column;gap:8px;max-width:380px;width:100%;pointer-events:none}.toast-container--top-right{top:80px;right:0;padding:var(--Size-2, 8px)}.toast-container--top-left{top:80px;left:0;padding:var(--Size-2, 8px)}.toast-container--bottom-right{bottom:24px;right:0;padding:var(--Size-2, 8px);flex-direction:column-reverse}.toast-container--bottom-left{bottom:24px;left:0;padding:var(--Size-2, 8px);flex-direction:column-reverse}.toast-container--top-center{top:80px;left:50%;transform:translateX(-50%);padding:var(--Size-2, 8px)}.toast-container--bottom-center{bottom:24px;left:50%;transform:translateX(-50%);padding:var(--Size-2, 8px);flex-direction:column-reverse}.toast-wrapper{pointer-events:auto;animation:toast-in 0.28s ease;transition:opacity 0.28s ease, transform 0.28s ease, max-height 0.32s ease;overflow:hidden;max-height:200px}.toast-wrapper--leaving{opacity:0;transform:translateX(20px);max-height:0;pointer-events:none}@keyframes toast-in{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.toast{position:relative;display:flex;align-items:flex-start;border-radius:var(--Border-2,8px);background:var(--Neutral-White,#fff);box-shadow:0.5px -1px 7px 0px rgba(0, 0, 0, 0.06);border-left:var(--Size-2, 8px) solid;overflow:hidden;min-width:300px}.toast--success{border-color:var(--Success-Success-500,#34c38f)}.toast--error{border-color:var(--Error-Error-500,#f46a6b)}.toast--warn{border-color:var(--Warning-Warning-500,#f1b44c)}.toast--info{border-color:var(--Info-Info-500,#50a5f1)}.toast-content{display:flex;flex-direction:row;align-items:flex-start;padding:var(--Size-5) var(--Size-5) var(--Size-5) calc(var(--Size-5) - var(--Size-2, 8px));gap:var(--Size-4, 16px)}.lottie-img{width:50px;height:50px;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative}.lottie-player-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:flex;align-items:center;justify-content:center}lottie-player{width:100%;height:100%;display:block}.info-container{flex:1;min-width:0;align-self:center;display:flex;flex-direction:column;gap:var(--Size-1, 4px)}.title{margin:0;font-size:var(--font-size-l,18px);font-weight:var(--font-weight-bold,700);color:var(--Gray-Gray-700,#32394d);line-height:1.1;text-align:left;max-width:250px}.description{margin:0;font-size:var(--font-size-s,14px);color:var(--Gray-Gray-500,#6b7280);line-height:1.4;text-align:left;max-width:250px}.toast-close{position:absolute;top:18px;right:10px;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0;display:flex;align-items:center;justify-content:center}.toast-close:hover{opacity:0.7}`;
3
+ const dropiToastCss = () => `:host{display:contents}*,*::before,*::after{box-sizing:border-box}.toast-container{position:fixed;z-index:9999;display:flex;flex-direction:column;gap:8px;max-width:380px;width:100%;pointer-events:none}.toast-container--top-right{top:80px;right:0;padding:var(--Size-2, 8px)}.toast-container--top-left{top:80px;left:0;padding:var(--Size-2, 8px)}.toast-container--bottom-right{bottom:24px;right:0;padding:var(--Size-2, 8px);flex-direction:column-reverse}.toast-container--bottom-left{bottom:24px;left:0;padding:var(--Size-2, 8px);flex-direction:column-reverse}.toast-container--top-center{top:80px;left:50%;transform:translateX(-50%);padding:var(--Size-2, 8px)}.toast-container--bottom-center{bottom:24px;left:50%;transform:translateX(-50%);padding:var(--Size-2, 8px);flex-direction:column-reverse}.toast-wrapper{pointer-events:auto;animation:toast-in 0.28s ease;transition:opacity 0.28s ease, transform 0.28s ease, max-height 0.32s ease;overflow:hidden;max-height:200px}.toast-wrapper--leaving{opacity:0;transform:translateX(20px);max-height:0;pointer-events:none}@keyframes toast-in{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.toast{position:relative;display:flex;align-items:flex-start;border-radius:var(--Border-2,8px);background:var(--Neutral-White, #ffffff);box-shadow:0.5px -1px 7px 0px rgba(0, 0, 0, 0.06);border-left:var(--Size-2, 8px) solid;overflow:hidden;min-width:300px}.toast--success{border-color:var(--Success-Success-500,#34c38f)}.toast--error{border-color:var(--Error-Error-500,#f46a6b)}.toast--warn{border-color:var(--Warning-Warning-500,#f1b44c)}.toast--info{border-color:var(--Info-Info-500,#50a5f1)}.toast-content{display:flex;flex-direction:row;align-items:flex-start;padding:var(--Size-5) var(--Size-5) var(--Size-5) calc(var(--Size-5) - var(--Size-2, 8px));gap:var(--Size-4, 16px)}.lottie-img{width:50px;height:50px;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative}.lottie-player-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:flex;align-items:center;justify-content:center}lottie-player{width:100%;height:100%;display:block}.info-container{flex:1;min-width:0;align-self:center;display:flex;flex-direction:column;gap:var(--Size-1, 4px)}.title{margin:0;font-size:var(--font-size-l,18px);font-weight:var(--font-weight-bold,700);color:var(--Gray-Gray-700,#32394d);line-height:1.1;text-align:left;max-width:250px}.description{margin:0;font-size:var(--font-size-s,14px);color:var(--Gray-Gray-500, #69738c);line-height:1.4;text-align:left;max-width:250px}.toast-close{position:absolute;top:18px;right:10px;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0;display:flex;align-items:center;justify-content:center}.toast-close:hover{opacity:0.7}`;
4
4
 
5
5
  const DropiToast = class {
6
6
  constructor(hostRef) {
@@ -9,7 +9,7 @@ const DropiToast = class {
9
9
  /** Toast position */
10
10
  position = 'top-right';
11
11
  /** Default auto-close ms (0 = manual) */
12
- life = 4000;
12
+ life = 3000;
13
13
  items = [];
14
14
  idCounter = 0;
15
15
  /** Show a toast */
@@ -45,7 +45,7 @@ const DropiToast = class {
45
45
  return `<lottie-player src="${this.lottieMap[severity]}" background="transparent" speed="1" loop autoplay></lottie-player>`;
46
46
  }
47
47
  render() {
48
- return (h("div", { key: 'ee7e397e3ae32ac5a30b9a37777823315d2e653d', class: `toast-container toast-container--${this.position}` }, this.items.map(item => (h("div", { key: item.msg.id, class: { 'toast-wrapper': true, 'toast-wrapper--leaving': item.leaving } }, h("div", { class: `toast toast--${item.msg.severity}` }, h("div", { class: "toast-content" }, h("div", { class: "lottie-img" }, h("div", { class: "lottie-player-container", innerHTML: this.getLottieHtml(item.msg.severity) })), h("div", { class: "info-container" }, h("p", { class: "title" }, item.msg.summary), item.msg.detail && h("p", { class: "description" }, item.msg.detail))), item.msg.closable && (h("button", { class: "toast-close", onClick: () => this.remove(item.msg.id) }, h("dropi-icon", { name: "Close-small", width: "20px", height: "20px", color: "Gray-Gray-400" })))))))));
48
+ return (h("div", { key: '468855704e1a9dcb00b0927423326b312a2ca900', class: `toast-container toast-container--${this.position}` }, this.items.map(item => (h("div", { key: item.msg.id, class: { 'toast-wrapper': true, 'toast-wrapper--leaving': item.leaving } }, h("div", { class: `toast toast--${item.msg.severity}` }, h("div", { class: "toast-content" }, h("div", { class: "lottie-img" }, h("div", { class: "lottie-player-container", innerHTML: this.getLottieHtml(item.msg.severity) })), h("div", { class: "info-container" }, h("p", { class: "title" }, item.msg.summary), item.msg.detail && h("p", { class: "description" }, item.msg.detail))), item.msg.closable && (h("button", { class: "toast-close", onClick: () => this.remove(item.msg.id) }, h("dropi-icon", { name: "Close-small", width: "20px", height: "20px", color: "Gray-Gray-400" })))))))));
49
49
  }
50
50
  };
51
51
  DropiToast.style = dropiToastCss();