@litigiovirtual/ius-design-components 1.0.265 → 1.0.267

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 (942) hide show
  1. package/ng-package.json +10 -0
  2. package/package.json +18 -28
  3. package/src/lib/alert/alert.component.html +19 -0
  4. package/src/lib/alert/alert.component.scss +47 -0
  5. package/src/lib/alert/alert.component.spec.ts +23 -0
  6. package/src/lib/alert/alert.component.ts +73 -0
  7. package/src/lib/alert/index.ts +2 -0
  8. package/src/lib/avatar-business/avatar-business.component.html +39 -0
  9. package/src/lib/avatar-business/avatar-business.component.scss +89 -0
  10. package/src/lib/avatar-business/avatar-business.component.spec.ts +23 -0
  11. package/src/lib/avatar-business/avatar-business.component.ts +42 -0
  12. package/src/lib/avatar-business/index.ts +2 -0
  13. package/src/lib/avatar-icon/avatar-icon.component.html +20 -0
  14. package/src/lib/avatar-icon/avatar-icon.component.scss +29 -0
  15. package/src/lib/avatar-icon/avatar-icon.component.spec.ts +23 -0
  16. package/src/lib/avatar-icon/avatar-icon.component.ts +24 -0
  17. package/src/lib/avatar-icon/index.ts +2 -0
  18. package/src/lib/avatar-v2/avatar-v2.component.html +41 -0
  19. package/src/lib/avatar-v2/avatar-v2.component.scss +107 -0
  20. package/src/lib/avatar-v2/avatar-v2.component.spec.ts +23 -0
  21. package/src/lib/avatar-v2/avatar-v2.component.ts +65 -0
  22. package/src/lib/avatar-v2/index.ts +2 -0
  23. package/src/lib/badge/badge.component.html +3 -0
  24. package/src/lib/badge/badge.component.scss +29 -0
  25. package/src/lib/badge/badge.component.spec.ts +23 -0
  26. package/src/lib/badge/badge.component.ts +24 -0
  27. package/src/lib/badge/index.ts +2 -0
  28. package/src/lib/breadcrumb/breadcrumb.component.html +24 -0
  29. package/src/lib/breadcrumb/breadcrumb.component.scss +41 -0
  30. package/src/lib/breadcrumb/breadcrumb.component.spec.ts +23 -0
  31. package/src/lib/breadcrumb/breadcrumb.component.ts +25 -0
  32. package/src/lib/breadcrumb/index.ts +2 -0
  33. package/src/lib/button-accounts/button-accounts.component.html +39 -0
  34. package/src/lib/button-accounts/button-accounts.component.scss +110 -0
  35. package/src/lib/button-accounts/button-accounts.component.spec.ts +23 -0
  36. package/src/lib/button-accounts/button-accounts.component.ts +69 -0
  37. package/src/lib/button-accounts/index.ts +1 -0
  38. package/src/lib/button-auth/button-auth.component.html +4 -0
  39. package/src/lib/button-auth/button-auth.component.scss +39 -0
  40. package/src/lib/button-auth/button-auth.component.spec.ts +23 -0
  41. package/src/lib/button-auth/button-auth.component.ts +116 -0
  42. package/src/lib/button-auth/index.ts +1 -0
  43. package/src/lib/button-circle-secondary/button-circle-secondary.component.html +3 -0
  44. package/src/lib/button-circle-secondary/button-circle-secondary.component.scss +39 -0
  45. package/src/lib/button-circle-secondary/button-circle-secondary.component.spec.ts +23 -0
  46. package/src/lib/button-circle-secondary/button-circle-secondary.component.ts +25 -0
  47. package/src/lib/button-circle-secondary/index.ts +2 -0
  48. package/src/lib/button-circle-tertiary/button-circle-tertiary.component.html +3 -0
  49. package/src/lib/button-circle-tertiary/button-circle-tertiary.component.scss +38 -0
  50. package/src/lib/button-circle-tertiary/button-circle-tertiary.component.spec.ts +23 -0
  51. package/src/lib/button-circle-tertiary/button-circle-tertiary.component.ts +22 -0
  52. package/src/lib/button-circle-tertiary/index.ts +2 -0
  53. package/src/lib/button-dynamic/button-dynamic.component.html +19 -0
  54. package/src/lib/button-dynamic/button-dynamic.component.scss +56 -0
  55. package/src/lib/button-dynamic/button-dynamic.component.spec.ts +23 -0
  56. package/src/lib/button-dynamic/button-dynamic.component.ts +113 -0
  57. package/src/lib/button-dynamic/index.ts +2 -0
  58. package/src/lib/button-filter/button-filter.component.html +22 -0
  59. package/src/lib/button-filter/button-filter.component.scss +90 -0
  60. package/src/lib/button-filter/button-filter.component.spec.ts +23 -0
  61. package/src/lib/button-filter/button-filter.component.ts +94 -0
  62. package/src/lib/button-filter/index.ts +2 -0
  63. package/src/lib/button-menu-link/button-menu-link.component.html +3 -0
  64. package/src/lib/button-menu-link/button-menu-link.component.scss +33 -0
  65. package/src/lib/button-menu-link/button-menu-link.component.spec.ts +23 -0
  66. package/src/lib/button-menu-link/button-menu-link.component.ts +23 -0
  67. package/src/lib/button-menu-link/index.ts +2 -0
  68. package/src/lib/button-order/button-order.component.html +27 -0
  69. package/src/lib/button-order/button-order.component.scss +75 -0
  70. package/src/lib/button-order/button-order.component.spec.ts +23 -0
  71. package/src/lib/button-order/button-order.component.ts +84 -0
  72. package/src/lib/button-order/index.ts +2 -0
  73. package/src/lib/button-squared-secondary/button-squared-secondary.component.html +3 -0
  74. package/src/lib/button-squared-secondary/button-squared-secondary.component.scss +43 -0
  75. package/src/lib/button-squared-secondary/button-squared-secondary.component.spec.ts +23 -0
  76. package/src/lib/button-squared-secondary/button-squared-secondary.component.ts +23 -0
  77. package/src/lib/button-squared-secondary/index.ts +2 -0
  78. package/src/lib/button-squared-tertiary/button-squared-tertiary.component.html +3 -0
  79. package/src/lib/button-squared-tertiary/button-squared-tertiary.component.scss +42 -0
  80. package/src/lib/button-squared-tertiary/button-squared-tertiary.component.spec.ts +23 -0
  81. package/src/lib/button-squared-tertiary/button-squared-tertiary.component.ts +21 -0
  82. package/src/lib/button-squared-tertiary/index.ts +2 -0
  83. package/src/lib/button-standard-outline/button-standard-outline.component.html +6 -0
  84. package/src/lib/button-standard-outline/button-standard-outline.component.scss +51 -0
  85. package/src/lib/button-standard-outline/button-standard-outline.component.spec.ts +23 -0
  86. package/src/lib/button-standard-outline/button-standard-outline.component.ts +24 -0
  87. package/src/lib/button-standard-outline/index.ts +1 -0
  88. package/src/lib/button-standard-primary/button-standard-primary.component.html +6 -0
  89. package/src/lib/button-standard-primary/button-standard-primary.component.scss +41 -0
  90. package/src/lib/button-standard-primary/button-standard-primary.component.spec.ts +23 -0
  91. package/src/lib/button-standard-primary/button-standard-primary.component.ts +24 -0
  92. package/src/lib/button-standard-primary/index.ts +2 -0
  93. package/src/lib/button-standard-secondary/button-standard-secondary.component.html +3 -0
  94. package/src/lib/button-standard-secondary/button-standard-secondary.component.scss +39 -0
  95. package/src/lib/button-standard-secondary/button-standard-secondary.component.spec.ts +23 -0
  96. package/src/lib/button-standard-secondary/button-standard-secondary.component.ts +21 -0
  97. package/src/lib/button-standard-secondary/index.ts +2 -0
  98. package/src/lib/button-standard-tertiary/button-standard-tertiary.component.html +6 -0
  99. package/src/lib/button-standard-tertiary/button-standard-tertiary.component.scss +48 -0
  100. package/src/lib/button-standard-tertiary/button-standard-tertiary.component.spec.ts +23 -0
  101. package/src/lib/button-standard-tertiary/button-standard-tertiary.component.ts +22 -0
  102. package/src/lib/button-standard-tertiary/index.ts +2 -0
  103. package/src/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.html +9 -0
  104. package/src/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.scss +47 -0
  105. package/src/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.spec.ts +23 -0
  106. package/src/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.ts +22 -0
  107. package/src/lib/button-standard-tertiary-small/index.ts +2 -0
  108. package/src/lib/calification/calification.component.html +19 -0
  109. package/src/lib/calification/calification.component.scss +50 -0
  110. package/src/lib/calification/calification.component.spec.ts +23 -0
  111. package/src/lib/calification/calification.component.ts +35 -0
  112. package/src/lib/calification/index.ts +2 -0
  113. package/src/lib/card-actividad-evento/card-actividad-evento.component.html +77 -0
  114. package/src/lib/card-actividad-evento/card-actividad-evento.component.scss +192 -0
  115. package/src/lib/card-actividad-evento/card-actividad-evento.component.spec.ts +23 -0
  116. package/src/lib/card-actividad-evento/card-actividad-evento.component.ts +142 -0
  117. package/src/lib/card-actividad-evento/index.ts +2 -0
  118. package/src/lib/card-agenda-judicial/card-agenda-judicial.component.html +53 -0
  119. package/src/lib/card-agenda-judicial/card-agenda-judicial.component.scss +151 -0
  120. package/src/lib/card-agenda-judicial/card-agenda-judicial.component.spec.ts +23 -0
  121. package/src/lib/card-agenda-judicial/card-agenda-judicial.component.ts +51 -0
  122. package/src/lib/card-agenda-judicial/index.ts +2 -0
  123. package/src/lib/card-block/card-block.component.html +56 -0
  124. package/src/lib/card-block/card-block.component.scss +116 -0
  125. package/src/lib/card-block/card-block.component.spec.ts +23 -0
  126. package/src/lib/card-block/card-block.component.ts +43 -0
  127. package/src/lib/card-block/index.ts +2 -0
  128. package/src/lib/card-button-checkbox/card-button-checkbox.component.html +15 -0
  129. package/src/lib/card-button-checkbox/card-button-checkbox.component.scss +98 -0
  130. package/src/lib/card-button-checkbox/card-button-checkbox.component.spec.ts +23 -0
  131. package/src/lib/card-button-checkbox/card-button-checkbox.component.ts +29 -0
  132. package/src/lib/card-button-checkbox/index.ts +2 -0
  133. package/src/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.html +19 -0
  134. package/src/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.scss +104 -0
  135. package/src/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.spec.ts +23 -0
  136. package/src/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.ts +26 -0
  137. package/src/lib/card-collapse-detalle-proceso/index.ts +1 -0
  138. package/src/lib/card-dynamic-content/card-dynamic-content.component.html +9 -0
  139. package/src/lib/card-dynamic-content/card-dynamic-content.component.scss +22 -0
  140. package/src/lib/card-dynamic-content/card-dynamic-content.component.spec.ts +23 -0
  141. package/src/lib/card-dynamic-content/card-dynamic-content.component.ts +15 -0
  142. package/src/lib/card-dynamic-content/index.ts +2 -0
  143. package/src/lib/card-etapa-subetapa/card-etapa-subetapa.component.html +66 -0
  144. package/src/lib/card-etapa-subetapa/card-etapa-subetapa.component.scss +158 -0
  145. package/src/lib/card-etapa-subetapa/card-etapa-subetapa.component.spec.ts +23 -0
  146. package/src/lib/card-etapa-subetapa/card-etapa-subetapa.component.ts +102 -0
  147. package/src/lib/card-etapa-subetapa/index.ts +2 -0
  148. package/src/lib/card-gestion-cupo/card-gestion-cupo.component.html +21 -0
  149. package/src/lib/card-gestion-cupo/card-gestion-cupo.component.scss +88 -0
  150. package/src/lib/card-gestion-cupo/card-gestion-cupo.component.spec.ts +23 -0
  151. package/src/lib/card-gestion-cupo/card-gestion-cupo.component.ts +22 -0
  152. package/src/lib/card-gestion-cupo/index.ts +2 -0
  153. package/src/lib/card-impulso-procesal/card-impulso-procesal.component.html +62 -0
  154. package/src/lib/card-impulso-procesal/card-impulso-procesal.component.scss +158 -0
  155. package/src/lib/card-impulso-procesal/card-impulso-procesal.component.spec.ts +23 -0
  156. package/src/lib/card-impulso-procesal/card-impulso-procesal.component.ts +100 -0
  157. package/src/lib/card-impulso-procesal/index.ts +2 -0
  158. package/src/lib/card-info-facturacion/card-info-facturacion.component.html +63 -0
  159. package/src/lib/card-info-facturacion/card-info-facturacion.component.scss +126 -0
  160. package/src/lib/card-info-facturacion/card-info-facturacion.component.spec.ts +23 -0
  161. package/src/lib/card-info-facturacion/card-info-facturacion.component.ts +31 -0
  162. package/src/lib/card-info-facturacion/index.ts +2 -0
  163. package/src/lib/card-list-consumo/card-list-consumo.component.html +23 -0
  164. package/src/lib/card-list-consumo/card-list-consumo.component.scss +132 -0
  165. package/src/lib/card-list-consumo/card-list-consumo.component.spec.ts +23 -0
  166. package/src/lib/card-list-consumo/card-list-consumo.component.ts +39 -0
  167. package/src/lib/card-list-consumo/index.ts +2 -0
  168. package/src/lib/card-list-drag-on/card-list-drag-on.component.html +64 -0
  169. package/src/lib/card-list-drag-on/card-list-drag-on.component.scss +159 -0
  170. package/src/lib/card-list-drag-on/card-list-drag-on.component.spec.ts +23 -0
  171. package/src/lib/card-list-drag-on/card-list-drag-on.component.ts +60 -0
  172. package/src/lib/card-list-drag-on/index.ts +2 -0
  173. package/src/lib/card-list-movimientos/card-list-movimientos.component.html +154 -0
  174. package/src/lib/card-list-movimientos/card-list-movimientos.component.scss +150 -0
  175. package/src/lib/card-list-movimientos/card-list-movimientos.component.spec.ts +23 -0
  176. package/src/lib/card-list-movimientos/card-list-movimientos.component.ts +28 -0
  177. package/src/lib/card-list-movimientos/index.ts +2 -0
  178. package/src/lib/card-list-proceso/card-list-proceso.component.html +27 -0
  179. package/src/lib/card-list-proceso/card-list-proceso.component.scss +131 -0
  180. package/src/lib/card-list-proceso/card-list-proceso.component.spec.ts +23 -0
  181. package/src/lib/card-list-proceso/card-list-proceso.component.ts +32 -0
  182. package/src/lib/card-list-proceso/index.ts +2 -0
  183. package/src/lib/card-log/card-log.component.html +30 -0
  184. package/src/lib/card-log/card-log.component.scss +114 -0
  185. package/src/lib/card-log/card-log.component.spec.ts +23 -0
  186. package/src/lib/card-log/card-log.component.ts +26 -0
  187. package/src/lib/card-log/index.ts +2 -0
  188. package/src/lib/card-plan-small/card-plan-small.component.html +12 -0
  189. package/src/lib/card-plan-small/card-plan-small.component.scss +80 -0
  190. package/src/lib/card-plan-small/card-plan-small.component.spec.ts +23 -0
  191. package/src/lib/card-plan-small/card-plan-small.component.ts +17 -0
  192. package/src/lib/card-plan-small/index.ts +2 -0
  193. package/src/lib/card-plan-subscription/card-plan-subscription.component.html +65 -0
  194. package/src/lib/card-plan-subscription/card-plan-subscription.component.scss +273 -0
  195. package/src/lib/card-plan-subscription/card-plan-subscription.component.spec.ts +23 -0
  196. package/src/lib/card-plan-subscription/card-plan-subscription.component.ts +45 -0
  197. package/src/lib/card-plan-subscription/index.ts +2 -0
  198. package/src/lib/card-ticket/card-ticket.component.html +40 -0
  199. package/src/lib/card-ticket/card-ticket.component.scss +253 -0
  200. package/src/lib/card-ticket/card-ticket.component.spec.ts +23 -0
  201. package/src/lib/card-ticket/card-ticket.component.ts +44 -0
  202. package/src/lib/card-ticket/index.ts +2 -0
  203. package/src/lib/card-tipo-proceso/card-tipo-proceso.component.html +61 -0
  204. package/src/lib/card-tipo-proceso/card-tipo-proceso.component.scss +179 -0
  205. package/src/lib/card-tipo-proceso/card-tipo-proceso.component.spec.ts +23 -0
  206. package/src/lib/card-tipo-proceso/card-tipo-proceso.component.ts +58 -0
  207. package/src/lib/card-tipo-proceso/index.ts +2 -0
  208. package/src/lib/card-uso-plan/card-uso-plan.component.html +74 -0
  209. package/src/lib/card-uso-plan/card-uso-plan.component.scss +143 -0
  210. package/src/lib/card-uso-plan/card-uso-plan.component.spec.ts +23 -0
  211. package/src/lib/card-uso-plan/card-uso-plan.component.ts +31 -0
  212. package/src/lib/card-uso-plan/index.ts +2 -0
  213. package/src/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.html +76 -0
  214. package/src/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.scss +161 -0
  215. package/src/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.spec.ts +23 -0
  216. package/src/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.ts +111 -0
  217. package/src/lib/card-vigilancia-judicial/index.ts +2 -0
  218. package/src/lib/categories/categories.component.html +13 -0
  219. package/src/lib/categories/categories.component.scss +51 -0
  220. package/src/lib/categories/categories.component.spec.ts +23 -0
  221. package/src/lib/categories/categories.component.ts +31 -0
  222. package/src/lib/categories/index.ts +2 -0
  223. package/src/lib/charts-bar-grouped/charts-bar-grouped.component.html +79 -0
  224. package/src/lib/charts-bar-grouped/charts-bar-grouped.component.scss +141 -0
  225. package/src/lib/charts-bar-grouped/charts-bar-grouped.component.spec.ts +23 -0
  226. package/src/lib/charts-bar-grouped/charts-bar-grouped.component.ts +284 -0
  227. package/src/lib/charts-bar-grouped/index.ts +2 -0
  228. package/src/lib/charts-donut/charts-donut.component.html +57 -0
  229. package/src/lib/charts-donut/charts-donut.component.scss +125 -0
  230. package/src/lib/charts-donut/charts-donut.component.spec.ts +23 -0
  231. package/src/lib/charts-donut/charts-donut.component.ts +148 -0
  232. package/src/lib/charts-donut/index.ts +2 -0
  233. package/src/lib/checkbox/checkbox.component.html +9 -0
  234. package/src/lib/checkbox/checkbox.component.scss +67 -0
  235. package/src/lib/checkbox/checkbox.component.spec.ts +23 -0
  236. package/src/lib/checkbox/checkbox.component.ts +27 -0
  237. package/src/lib/checkbox/index.ts +2 -0
  238. package/src/lib/checkbox-radio/checkbox-radio.component.html +19 -0
  239. package/src/lib/checkbox-radio/checkbox-radio.component.scss +126 -0
  240. package/src/lib/checkbox-radio/checkbox-radio.component.spec.ts +23 -0
  241. package/src/lib/checkbox-radio/checkbox-radio.component.ts +70 -0
  242. package/src/lib/checkbox-radio/index.ts +2 -0
  243. package/src/lib/chip/chip.component.html +16 -0
  244. package/src/lib/chip/chip.component.scss +74 -0
  245. package/src/lib/chip/chip.component.spec.ts +21 -0
  246. package/src/lib/chip/chip.component.ts +23 -0
  247. package/src/lib/chip/index.ts +1 -0
  248. package/src/lib/chip-user/chip-user.component.html +13 -0
  249. package/src/lib/chip-user/chip-user.component.scss +66 -0
  250. package/src/lib/chip-user/chip-user.component.spec.ts +23 -0
  251. package/src/lib/chip-user/chip-user.component.ts +22 -0
  252. package/src/lib/chip-user/index.ts +2 -0
  253. package/src/lib/create-ticket/create-ticket.component.html +57 -0
  254. package/src/lib/create-ticket/create-ticket.component.scss +54 -0
  255. package/src/lib/create-ticket/create-ticket.component.ts +119 -0
  256. package/src/lib/create-ticket/index.ts +1 -0
  257. package/src/lib/custom-dropdown/custom-dropdown.component.html +89 -0
  258. package/src/lib/custom-dropdown/custom-dropdown.component.scss +209 -0
  259. package/src/lib/custom-dropdown/custom-dropdown.component.spec.ts +23 -0
  260. package/src/lib/custom-dropdown/custom-dropdown.component.ts +122 -0
  261. package/src/lib/custom-dropdown/index.ts +2 -0
  262. package/src/lib/date-hour-picker/date-hour-picker.component.html +216 -0
  263. package/src/lib/date-hour-picker/date-hour-picker.component.scss +516 -0
  264. package/src/lib/date-hour-picker/date-hour-picker.component.spec.ts +22 -0
  265. package/src/lib/date-hour-picker/date-hour-picker.component.ts +317 -0
  266. package/src/lib/date-hour-picker/index.ts +2 -0
  267. package/src/lib/date-picker/date-picker.component.html +121 -0
  268. package/src/lib/date-picker/date-picker.component.scss +337 -0
  269. package/src/lib/date-picker/date-picker.component.spec.ts +23 -0
  270. package/src/lib/date-picker/date-picker.component.ts +164 -0
  271. package/src/lib/date-picker/index.ts +2 -0
  272. package/src/lib/directives/infinite-scroll.directive.ts +60 -0
  273. package/src/lib/directives/popover.directive.ts +164 -0
  274. package/src/lib/double-date-picker/double-date-picker.component.html +176 -0
  275. package/src/lib/double-date-picker/double-date-picker.component.scss +365 -0
  276. package/src/lib/double-date-picker/double-date-picker.component.spec.ts +23 -0
  277. package/src/lib/double-date-picker/double-date-picker.component.ts +237 -0
  278. package/src/lib/double-date-picker/index.ts +2 -0
  279. package/src/lib/drawer-container-right/drawer-container-right.component.html +24 -0
  280. package/src/lib/drawer-container-right/drawer-container-right.component.scss +75 -0
  281. package/src/lib/drawer-container-right/drawer-container-right.component.spec.ts +23 -0
  282. package/src/lib/drawer-container-right/drawer-container-right.component.ts +49 -0
  283. package/src/lib/drawer-container-right/index.ts +1 -0
  284. package/src/lib/dropdown/dropdown.component.html +36 -0
  285. package/src/lib/dropdown/dropdown.component.scss +147 -0
  286. package/src/lib/dropdown/dropdown.component.spec.ts +23 -0
  287. package/src/lib/dropdown/dropdown.component.ts +81 -0
  288. package/src/lib/dropdown/index.ts +2 -0
  289. package/src/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.html +7 -0
  290. package/src/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.scss +20 -0
  291. package/src/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.spec.ts +23 -0
  292. package/src/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.ts +12 -0
  293. package/src/lib/dropdown-contextual-menu/index.ts +2 -0
  294. package/src/lib/dropdown-option-item/dropdown-option-item.component.html +6 -0
  295. package/src/lib/dropdown-option-item/dropdown-option-item.component.scss +40 -0
  296. package/src/lib/dropdown-option-item/dropdown-option-item.component.spec.ts +23 -0
  297. package/src/lib/dropdown-option-item/dropdown-option-item.component.ts +27 -0
  298. package/src/lib/dropdown-option-item/index.ts +2 -0
  299. package/src/lib/dropdown-user-menu/dropdown-user-menu.component.html +11 -0
  300. package/src/lib/dropdown-user-menu/dropdown-user-menu.component.scss +111 -0
  301. package/src/lib/dropdown-user-menu/dropdown-user-menu.component.spec.ts +23 -0
  302. package/src/lib/dropdown-user-menu/dropdown-user-menu.component.ts +57 -0
  303. package/src/lib/dropdown-user-menu/index.ts +2 -0
  304. package/src/lib/empty-list/empty-list.component.html +17 -0
  305. package/src/lib/empty-list/empty-list.component.scss +68 -0
  306. package/src/lib/empty-list/empty-list.component.spec.ts +23 -0
  307. package/src/lib/empty-list/empty-list.component.ts +15 -0
  308. package/src/lib/empty-list/index.ts +2 -0
  309. package/src/lib/filter-item/filter-item.component.html +6 -0
  310. package/src/lib/filter-item/filter-item.component.scss +38 -0
  311. package/src/lib/filter-item/filter-item.component.spec.ts +23 -0
  312. package/src/lib/filter-item/filter-item.component.ts +22 -0
  313. package/src/lib/filter-item/index.ts +1 -0
  314. package/src/lib/icon-lg/icon-lg.component.html +1 -0
  315. package/src/lib/icon-lg/icon-lg.component.scss +14 -0
  316. package/src/lib/icon-lg/icon-lg.component.spec.ts +23 -0
  317. package/src/lib/icon-lg/icon-lg.component.ts +25 -0
  318. package/src/lib/icon-lg/index.ts +2 -0
  319. package/src/lib/icon-md/icon-md.component.html +1 -0
  320. package/src/lib/icon-md/icon-md.component.scss +14 -0
  321. package/src/lib/icon-md/icon-md.component.spec.ts +23 -0
  322. package/src/lib/icon-md/icon-md.component.ts +25 -0
  323. package/src/lib/icon-md/index.ts +2 -0
  324. package/src/lib/icon-sm/icon-sm.component.html +1 -0
  325. package/src/lib/icon-sm/icon-sm.component.scss +14 -0
  326. package/src/lib/icon-sm/icon-sm.component.spec.ts +23 -0
  327. package/src/lib/icon-sm/icon-sm.component.ts +25 -0
  328. package/src/lib/icon-sm/index.ts +2 -0
  329. package/src/lib/icon-xl/icon-xl.component.html +1 -0
  330. package/src/lib/icon-xl/icon-xl.component.scss +14 -0
  331. package/src/lib/icon-xl/icon-xl.component.spec.ts +23 -0
  332. package/src/lib/icon-xl/icon-xl.component.ts +25 -0
  333. package/src/lib/icon-xl/index.ts +2 -0
  334. package/src/lib/icon-xs/icon-xs.component.html +1 -0
  335. package/src/lib/icon-xs/icon-xs.component.scss +14 -0
  336. package/src/lib/icon-xs/icon-xs.component.spec.ts +23 -0
  337. package/src/lib/icon-xs/icon-xs.component.ts +26 -0
  338. package/src/lib/icon-xs/index.ts +2 -0
  339. package/src/lib/icon-xxl/icon-xxl.component.html +1 -0
  340. package/src/lib/icon-xxl/icon-xxl.component.scss +14 -0
  341. package/src/lib/icon-xxl/icon-xxl.component.spec.ts +23 -0
  342. package/src/lib/icon-xxl/icon-xxl.component.ts +25 -0
  343. package/src/lib/icon-xxl/index.ts +2 -0
  344. package/src/lib/icons/icons-map.ts +1163 -0
  345. package/src/lib/input-card/index.ts +2 -0
  346. package/src/lib/input-card/input-card.component.html +67 -0
  347. package/src/lib/input-card/input-card.component.scss +221 -0
  348. package/src/lib/input-card/input-card.component.spec.ts +23 -0
  349. package/src/lib/input-card/input-card.component.ts +156 -0
  350. package/src/lib/input-large/index.ts +2 -0
  351. package/src/lib/input-large/input-large.component.html +46 -0
  352. package/src/lib/input-large/input-large.component.scss +152 -0
  353. package/src/lib/input-large/input-large.component.spec.ts +23 -0
  354. package/src/lib/input-large/input-large.component.ts +79 -0
  355. package/src/lib/input-otp/index.ts +2 -0
  356. package/src/lib/input-otp/input-otp.component.html +60 -0
  357. package/src/lib/input-otp/input-otp.component.scss +141 -0
  358. package/src/lib/input-otp/input-otp.component.spec.ts +23 -0
  359. package/src/lib/input-otp/input-otp.component.ts +161 -0
  360. package/src/lib/input-password/index.ts +2 -0
  361. package/src/lib/input-password/input-password.component.html +44 -0
  362. package/src/lib/input-password/input-password.component.scss +142 -0
  363. package/src/lib/input-password/input-password.component.spec.ts +23 -0
  364. package/src/lib/input-password/input-password.component.ts +73 -0
  365. package/src/lib/input-select/index.ts +2 -0
  366. package/src/lib/input-select/input-select.component.html +52 -0
  367. package/src/lib/input-select/input-select.component.scss +195 -0
  368. package/src/lib/input-select/input-select.component.spec.ts +23 -0
  369. package/src/lib/input-select/input-select.component.ts +181 -0
  370. package/src/lib/input-select-filter/index.ts +2 -0
  371. package/src/lib/input-select-filter/input-select-filter.component.html +56 -0
  372. package/src/lib/input-select-filter/input-select-filter.component.scss +266 -0
  373. package/src/lib/input-select-filter/input-select-filter.component.spec.ts +23 -0
  374. package/src/lib/input-select-filter/input-select-filter.component.ts +214 -0
  375. package/src/lib/input-select-number/index.ts +2 -0
  376. package/src/lib/input-select-number/input-select-number.component.html +24 -0
  377. package/src/lib/input-select-number/input-select-number.component.scss +128 -0
  378. package/src/lib/input-select-number/input-select-number.component.spec.ts +23 -0
  379. package/src/lib/input-select-number/input-select-number.component.ts +68 -0
  380. package/src/lib/input-textfield/index.ts +2 -0
  381. package/src/lib/input-textfield/input-textfield.component.html +65 -0
  382. package/src/lib/input-textfield/input-textfield.component.scss +167 -0
  383. package/src/lib/input-textfield/input-textfield.component.spec.ts +23 -0
  384. package/src/lib/input-textfield/input-textfield.component.ts +125 -0
  385. package/src/lib/item-document/index.ts +1 -0
  386. package/src/lib/item-document/item-document.component.html +53 -0
  387. package/src/lib/item-document/item-document.component.scss +72 -0
  388. package/src/lib/item-document/item-document.component.spec.ts +23 -0
  389. package/src/lib/item-document/item-document.component.ts +51 -0
  390. package/src/lib/linear-progress-bar/index.ts +2 -0
  391. package/src/lib/linear-progress-bar/linear-progress-bar.component.html +4 -0
  392. package/src/lib/linear-progress-bar/linear-progress-bar.component.scss +26 -0
  393. package/src/lib/linear-progress-bar/linear-progress-bar.component.spec.ts +23 -0
  394. package/src/lib/linear-progress-bar/linear-progress-bar.component.ts +12 -0
  395. package/src/lib/loading-circle/index.ts +2 -0
  396. package/src/lib/loading-circle/loading-circle.component.html +3 -0
  397. package/src/lib/loading-circle/loading-circle.component.scss +19 -0
  398. package/src/lib/loading-circle/loading-circle.component.spec.ts +23 -0
  399. package/src/lib/loading-circle/loading-circle.component.ts +14 -0
  400. package/src/lib/loading-component-dynamic/index.ts +2 -0
  401. package/src/lib/loading-component-dynamic/loading-animation.const.ts +274 -0
  402. package/src/lib/loading-component-dynamic/loading-component-dynamic.component.html +42 -0
  403. package/src/lib/loading-component-dynamic/loading-component-dynamic.component.scss +52 -0
  404. package/src/lib/loading-component-dynamic/loading-component-dynamic.component.spec.ts +23 -0
  405. package/src/lib/loading-component-dynamic/loading-component-dynamic.component.ts +44 -0
  406. package/src/lib/menu-item/index.ts +2 -0
  407. package/src/lib/menu-item/menu-item.component.html +9 -0
  408. package/src/lib/menu-item/menu-item.component.scss +55 -0
  409. package/src/lib/menu-item/menu-item.component.spec.ts +23 -0
  410. package/src/lib/menu-item/menu-item.component.ts +26 -0
  411. package/src/lib/nav-rail/index.ts +2 -0
  412. package/src/lib/nav-rail/nav-rail.component.html +14 -0
  413. package/src/lib/nav-rail/nav-rail.component.scss +58 -0
  414. package/src/lib/nav-rail/nav-rail.component.spec.ts +23 -0
  415. package/src/lib/nav-rail/nav-rail.component.ts +39 -0
  416. package/src/lib/notification-card/index.ts +2 -0
  417. package/src/lib/notification-card/notification-card.component.html +69 -0
  418. package/src/lib/notification-card/notification-card.component.scss +137 -0
  419. package/src/lib/notification-card/notification-card.component.spec.ts +23 -0
  420. package/src/lib/notification-card/notification-card.component.ts +76 -0
  421. package/src/lib/notifications/index.ts +2 -0
  422. package/src/lib/notifications/notifications.component.html +49 -0
  423. package/src/lib/notifications/notifications.component.scss +113 -0
  424. package/src/lib/notifications/notifications.component.spec.ts +23 -0
  425. package/src/lib/notifications/notifications.component.ts +64 -0
  426. package/src/lib/option/index.ts +2 -0
  427. package/src/lib/option/option.component.html +11 -0
  428. package/src/lib/option/option.component.scss +54 -0
  429. package/src/lib/option/option.component.spec.ts +23 -0
  430. package/src/lib/option/option.component.ts +27 -0
  431. package/src/lib/option-item/index.ts +1 -0
  432. package/src/lib/option-item/option-item.component.html +6 -0
  433. package/src/lib/option-item/option-item.component.scss +47 -0
  434. package/src/lib/option-item/option-item.component.spec.ts +23 -0
  435. package/src/lib/option-item/option-item.component.ts +22 -0
  436. package/src/lib/page-not-found/index.ts +2 -0
  437. package/src/lib/page-not-found/page-not-found.component.html +46 -0
  438. package/src/lib/page-not-found/page-not-found.component.scss +72 -0
  439. package/src/lib/page-not-found/page-not-found.component.spec.ts +23 -0
  440. package/src/lib/page-not-found/page-not-found.component.ts +23 -0
  441. package/src/lib/popover/popover.component.html +8 -0
  442. package/src/lib/popover/popover.component.scss +80 -0
  443. package/src/lib/popover/popover.component.spec.ts +23 -0
  444. package/src/lib/popover/popover.component.ts +18 -0
  445. package/src/lib/progress-bar/progress-bar.component.html +23 -0
  446. package/src/lib/progress-bar/progress-bar.component.scss +37 -0
  447. package/src/lib/progress-bar/progress-bar.component.spec.ts +23 -0
  448. package/src/lib/progress-bar/progress-bar.component.ts +109 -0
  449. package/src/lib/search-bar/index.ts +2 -0
  450. package/src/lib/search-bar/search-bar.component.html +26 -0
  451. package/src/lib/search-bar/search-bar.component.scss +100 -0
  452. package/src/lib/search-bar/search-bar.component.spec.ts +23 -0
  453. package/src/lib/search-bar/search-bar.component.ts +70 -0
  454. package/src/lib/section-collapse-drawer-child/index.ts +2 -0
  455. package/src/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.html +15 -0
  456. package/src/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.scss +52 -0
  457. package/src/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.spec.ts +23 -0
  458. package/src/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.ts +45 -0
  459. package/src/lib/section-collapse-drawer-parent/index.ts +2 -0
  460. package/src/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.html +16 -0
  461. package/src/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.scss +52 -0
  462. package/src/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.spec.ts +23 -0
  463. package/src/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.ts +46 -0
  464. package/src/lib/segment/index.ts +1 -0
  465. package/src/lib/segment/segment.component.html +15 -0
  466. package/src/lib/segment/segment.component.scss +62 -0
  467. package/src/lib/segment/segment.component.spec.ts +23 -0
  468. package/src/lib/segment/segment.component.ts +34 -0
  469. package/src/lib/simple-card-contador/index.ts +2 -0
  470. package/src/lib/simple-card-contador/simple-card-contador.component.html +39 -0
  471. package/src/lib/simple-card-contador/simple-card-contador.component.scss +110 -0
  472. package/src/lib/simple-card-contador/simple-card-contador.component.spec.ts +23 -0
  473. package/src/lib/simple-card-contador/simple-card-contador.component.ts +56 -0
  474. package/src/lib/simple-chip/index.ts +2 -0
  475. package/src/lib/simple-chip/simple-chip.component.html +8 -0
  476. package/src/lib/simple-chip/simple-chip.component.scss +49 -0
  477. package/src/lib/simple-chip/simple-chip.component.spec.ts +23 -0
  478. package/src/lib/simple-chip/simple-chip.component.ts +26 -0
  479. package/src/lib/simple-divider/index.ts +2 -0
  480. package/src/lib/simple-divider/simple-divider.component.html +1 -0
  481. package/src/lib/simple-divider/simple-divider.component.scss +9 -0
  482. package/src/lib/simple-divider/simple-divider.component.spec.ts +23 -0
  483. package/src/lib/simple-divider/simple-divider.component.ts +12 -0
  484. package/src/lib/simple-user-card/index.ts +2 -0
  485. package/src/lib/simple-user-card/simple-user-card.component.html +20 -0
  486. package/src/lib/simple-user-card/simple-user-card.component.scss +113 -0
  487. package/src/lib/simple-user-card/simple-user-card.component.spec.ts +23 -0
  488. package/src/lib/simple-user-card/simple-user-card.component.ts +17 -0
  489. package/src/lib/slide-toggle/index.ts +1 -0
  490. package/src/lib/slide-toggle/slide-toggle.component.html +6 -0
  491. package/src/lib/slide-toggle/slide-toggle.component.scss +49 -0
  492. package/src/lib/slide-toggle/slide-toggle.component.spec.ts +23 -0
  493. package/src/lib/slide-toggle/slide-toggle.component.ts +19 -0
  494. package/src/lib/snackbar/index.ts +1 -0
  495. package/src/lib/snackbar/snackbar.component.html +10 -0
  496. package/src/lib/snackbar/snackbar.component.scss +92 -0
  497. package/src/lib/snackbar/snackbar.component.spec.ts +23 -0
  498. package/src/lib/snackbar/snackbar.component.ts +34 -0
  499. package/src/lib/support-panel/index.ts +1 -0
  500. package/src/lib/support-panel/support-panel.component.html +30 -0
  501. package/src/lib/support-panel/support-panel.component.scss +72 -0
  502. package/src/lib/support-panel/support-panel.component.spec.ts +23 -0
  503. package/src/lib/support-panel/support-panel.component.ts +44 -0
  504. package/src/lib/toolbar/index.ts +1 -0
  505. package/src/lib/toolbar/toolbar.component.html +127 -0
  506. package/src/lib/toolbar/toolbar.component.scss +139 -0
  507. package/src/lib/toolbar/toolbar.component.spec.ts +23 -0
  508. package/src/lib/toolbar/toolbar.component.ts +388 -0
  509. package/src/lib/toolbar-user-menu/index.ts +1 -0
  510. package/src/lib/toolbar-user-menu/toolbar-user-menu.component.html +180 -0
  511. package/src/lib/toolbar-user-menu/toolbar-user-menu.component.scss +282 -0
  512. package/src/lib/toolbar-user-menu/toolbar-user-menu.component.spec.ts +23 -0
  513. package/src/lib/toolbar-user-menu/toolbar-user-menu.component.ts +111 -0
  514. package/src/lib/user-card/index.ts +1 -0
  515. package/src/lib/user-card/user-card.component.html +81 -0
  516. package/src/lib/user-card/user-card.component.scss +235 -0
  517. package/src/lib/user-card/user-card.component.spec.ts +23 -0
  518. package/src/lib/user-card/user-card.component.ts +67 -0
  519. package/src/public-api.ts +108 -0
  520. package/tsconfig.lib.json +14 -0
  521. package/tsconfig.lib.prod.json +10 -0
  522. package/tsconfig.spec.json +14 -0
  523. package/esm2022/lib/alert/alert.component.mjs +0 -76
  524. package/esm2022/lib/alert/index.mjs +0 -2
  525. package/esm2022/lib/avatar-business/avatar-business.component.mjs +0 -52
  526. package/esm2022/lib/avatar-business/index.mjs +0 -2
  527. package/esm2022/lib/avatar-icon/avatar-icon.component.mjs +0 -33
  528. package/esm2022/lib/avatar-icon/index.mjs +0 -2
  529. package/esm2022/lib/avatar-v2/avatar-v2.component.mjs +0 -74
  530. package/esm2022/lib/avatar-v2/index.mjs +0 -2
  531. package/esm2022/lib/badge/badge.component.mjs +0 -26
  532. package/esm2022/lib/badge/index.mjs +0 -2
  533. package/esm2022/lib/breadcrumb/breadcrumb.component.mjs +0 -22
  534. package/esm2022/lib/breadcrumb/index.mjs +0 -2
  535. package/esm2022/lib/button-accounts/button-accounts.component.mjs +0 -64
  536. package/esm2022/lib/button-accounts/index.mjs +0 -2
  537. package/esm2022/lib/button-auth/button-auth.component.mjs +0 -113
  538. package/esm2022/lib/button-auth/index.mjs +0 -2
  539. package/esm2022/lib/button-circle-secondary/button-circle-secondary.component.mjs +0 -28
  540. package/esm2022/lib/button-circle-secondary/index.mjs +0 -2
  541. package/esm2022/lib/button-circle-tertiary/button-circle-tertiary.component.mjs +0 -28
  542. package/esm2022/lib/button-circle-tertiary/index.mjs +0 -2
  543. package/esm2022/lib/button-dynamic/button-dynamic.component.mjs +0 -115
  544. package/esm2022/lib/button-dynamic/index.mjs +0 -2
  545. package/esm2022/lib/button-filter/button-filter.component.mjs +0 -90
  546. package/esm2022/lib/button-filter/index.mjs +0 -2
  547. package/esm2022/lib/button-menu-link/button-menu-link.component.mjs +0 -31
  548. package/esm2022/lib/button-menu-link/index.mjs +0 -2
  549. package/esm2022/lib/button-order/button-order.component.mjs +0 -75
  550. package/esm2022/lib/button-order/index.mjs +0 -2
  551. package/esm2022/lib/button-squared-secondary/button-squared-secondary.component.mjs +0 -28
  552. package/esm2022/lib/button-squared-secondary/index.mjs +0 -2
  553. package/esm2022/lib/button-squared-tertiary/button-squared-tertiary.component.mjs +0 -28
  554. package/esm2022/lib/button-squared-tertiary/index.mjs +0 -2
  555. package/esm2022/lib/button-standard-outline/button-standard-outline.component.mjs +0 -28
  556. package/esm2022/lib/button-standard-outline/index.mjs +0 -2
  557. package/esm2022/lib/button-standard-primary/button-standard-primary.component.mjs +0 -28
  558. package/esm2022/lib/button-standard-primary/index.mjs +0 -2
  559. package/esm2022/lib/button-standard-secondary/button-standard-secondary.component.mjs +0 -24
  560. package/esm2022/lib/button-standard-secondary/index.mjs +0 -2
  561. package/esm2022/lib/button-standard-tertiary/button-standard-tertiary.component.mjs +0 -28
  562. package/esm2022/lib/button-standard-tertiary/index.mjs +0 -2
  563. package/esm2022/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.mjs +0 -31
  564. package/esm2022/lib/button-standard-tertiary-small/index.mjs +0 -2
  565. package/esm2022/lib/calification/calification.component.mjs +0 -36
  566. package/esm2022/lib/calification/index.mjs +0 -2
  567. package/esm2022/lib/card-actividad-evento/card-actividad-evento.component.mjs +0 -172
  568. package/esm2022/lib/card-actividad-evento/index.mjs +0 -2
  569. package/esm2022/lib/card-agenda-judicial/card-agenda-judicial.component.mjs +0 -62
  570. package/esm2022/lib/card-agenda-judicial/index.mjs +0 -2
  571. package/esm2022/lib/card-block/card-block.component.mjs +0 -53
  572. package/esm2022/lib/card-block/index.mjs +0 -2
  573. package/esm2022/lib/card-button-checkbox/card-button-checkbox.component.mjs +0 -42
  574. package/esm2022/lib/card-button-checkbox/index.mjs +0 -2
  575. package/esm2022/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.mjs +0 -32
  576. package/esm2022/lib/card-collapse-detalle-proceso/index.mjs +0 -2
  577. package/esm2022/lib/card-dynamic-content/card-dynamic-content.component.mjs +0 -20
  578. package/esm2022/lib/card-dynamic-content/index.mjs +0 -2
  579. package/esm2022/lib/card-etapa-subetapa/card-etapa-subetapa.component.mjs +0 -124
  580. package/esm2022/lib/card-etapa-subetapa/index.mjs +0 -2
  581. package/esm2022/lib/card-gestion-cupo/card-gestion-cupo.component.mjs +0 -28
  582. package/esm2022/lib/card-gestion-cupo/index.mjs +0 -2
  583. package/esm2022/lib/card-impulso-procesal/card-impulso-procesal.component.mjs +0 -120
  584. package/esm2022/lib/card-impulso-procesal/index.mjs +0 -2
  585. package/esm2022/lib/card-info-facturacion/card-info-facturacion.component.mjs +0 -43
  586. package/esm2022/lib/card-info-facturacion/index.mjs +0 -2
  587. package/esm2022/lib/card-list-consumo/card-list-consumo.component.mjs +0 -39
  588. package/esm2022/lib/card-list-consumo/index.mjs +0 -2
  589. package/esm2022/lib/card-list-drag-on/card-list-drag-on.component.mjs +0 -84
  590. package/esm2022/lib/card-list-drag-on/index.mjs +0 -2
  591. package/esm2022/lib/card-list-movimientos/card-list-movimientos.component.mjs +0 -43
  592. package/esm2022/lib/card-list-movimientos/index.mjs +0 -2
  593. package/esm2022/lib/card-list-proceso/card-list-proceso.component.mjs +0 -44
  594. package/esm2022/lib/card-list-proceso/index.mjs +0 -2
  595. package/esm2022/lib/card-log/card-log.component.mjs +0 -36
  596. package/esm2022/lib/card-log/index.mjs +0 -2
  597. package/esm2022/lib/card-plan-small/card-plan-small.component.mjs +0 -18
  598. package/esm2022/lib/card-plan-small/index.mjs +0 -2
  599. package/esm2022/lib/card-plan-subscription/card-plan-subscription.component.mjs +0 -55
  600. package/esm2022/lib/card-plan-subscription/index.mjs +0 -2
  601. package/esm2022/lib/card-ticket/card-ticket.component.mjs +0 -54
  602. package/esm2022/lib/card-ticket/index.mjs +0 -2
  603. package/esm2022/lib/card-tipo-proceso/card-tipo-proceso.component.mjs +0 -67
  604. package/esm2022/lib/card-tipo-proceso/index.mjs +0 -2
  605. package/esm2022/lib/card-uso-plan/card-uso-plan.component.mjs +0 -43
  606. package/esm2022/lib/card-uso-plan/index.mjs +0 -2
  607. package/esm2022/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.mjs +0 -129
  608. package/esm2022/lib/card-vigilancia-judicial/index.mjs +0 -2
  609. package/esm2022/lib/categories/categories.component.mjs +0 -43
  610. package/esm2022/lib/categories/index.mjs +0 -2
  611. package/esm2022/lib/charts-bar-grouped/charts-bar-grouped.component.mjs +0 -238
  612. package/esm2022/lib/charts-bar-grouped/index.mjs +0 -2
  613. package/esm2022/lib/charts-donut/charts-donut.component.mjs +0 -137
  614. package/esm2022/lib/charts-donut/index.mjs +0 -2
  615. package/esm2022/lib/checkbox/checkbox.component.mjs +0 -31
  616. package/esm2022/lib/checkbox/index.mjs +0 -2
  617. package/esm2022/lib/checkbox-radio/checkbox-radio.component.mjs +0 -74
  618. package/esm2022/lib/checkbox-radio/index.mjs +0 -2
  619. package/esm2022/lib/chip/chip.component.mjs +0 -33
  620. package/esm2022/lib/chip/index.mjs +0 -2
  621. package/esm2022/lib/chip-user/chip-user.component.mjs +0 -30
  622. package/esm2022/lib/chip-user/index.mjs +0 -2
  623. package/esm2022/lib/create-ticket/create-ticket.component.mjs +0 -101
  624. package/esm2022/lib/create-ticket/index.mjs +0 -2
  625. package/esm2022/lib/custom-dropdown/custom-dropdown.component.mjs +0 -149
  626. package/esm2022/lib/custom-dropdown/index.mjs +0 -2
  627. package/esm2022/lib/date-hour-picker/date-hour-picker.component.mjs +0 -302
  628. package/esm2022/lib/date-hour-picker/index.mjs +0 -2
  629. package/esm2022/lib/date-picker/date-picker.component.mjs +0 -161
  630. package/esm2022/lib/date-picker/index.mjs +0 -2
  631. package/esm2022/lib/directives/infinite-scroll.directive.mjs +0 -52
  632. package/esm2022/lib/directives/popover.directive.mjs +0 -170
  633. package/esm2022/lib/double-date-picker/double-date-picker.component.mjs +0 -230
  634. package/esm2022/lib/double-date-picker/index.mjs +0 -2
  635. package/esm2022/lib/drawer-container-right/drawer-container-right.component.mjs +0 -71
  636. package/esm2022/lib/drawer-container-right/index.mjs +0 -2
  637. package/esm2022/lib/dropdown/dropdown.component.mjs +0 -77
  638. package/esm2022/lib/dropdown/index.mjs +0 -2
  639. package/esm2022/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.mjs +0 -11
  640. package/esm2022/lib/dropdown-contextual-menu/index.mjs +0 -2
  641. package/esm2022/lib/dropdown-option-item/dropdown-option-item.component.mjs +0 -31
  642. package/esm2022/lib/dropdown-option-item/index.mjs +0 -2
  643. package/esm2022/lib/dropdown-user-menu/dropdown-user-menu.component.mjs +0 -56
  644. package/esm2022/lib/dropdown-user-menu/index.mjs +0 -2
  645. package/esm2022/lib/empty-list/empty-list.component.mjs +0 -22
  646. package/esm2022/lib/empty-list/index.mjs +0 -2
  647. package/esm2022/lib/filter-item/filter-item.component.mjs +0 -28
  648. package/esm2022/lib/filter-item/index.mjs +0 -2
  649. package/esm2022/lib/icon-lg/icon-lg.component.mjs +0 -29
  650. package/esm2022/lib/icon-lg/index.mjs +0 -2
  651. package/esm2022/lib/icon-md/icon-md.component.mjs +0 -29
  652. package/esm2022/lib/icon-md/index.mjs +0 -2
  653. package/esm2022/lib/icon-sm/icon-sm.component.mjs +0 -29
  654. package/esm2022/lib/icon-sm/index.mjs +0 -2
  655. package/esm2022/lib/icon-xl/icon-xl.component.mjs +0 -29
  656. package/esm2022/lib/icon-xl/index.mjs +0 -2
  657. package/esm2022/lib/icon-xs/icon-xs.component.mjs +0 -29
  658. package/esm2022/lib/icon-xs/index.mjs +0 -2
  659. package/esm2022/lib/icon-xxl/icon-xxl.component.mjs +0 -29
  660. package/esm2022/lib/icon-xxl/index.mjs +0 -2
  661. package/esm2022/lib/icons/icons-map.mjs +0 -1164
  662. package/esm2022/lib/input-card/index.mjs +0 -2
  663. package/esm2022/lib/input-card/input-card.component.mjs +0 -158
  664. package/esm2022/lib/input-large/index.mjs +0 -2
  665. package/esm2022/lib/input-large/input-large.component.mjs +0 -98
  666. package/esm2022/lib/input-otp/index.mjs +0 -2
  667. package/esm2022/lib/input-otp/input-otp.component.mjs +0 -173
  668. package/esm2022/lib/input-password/index.mjs +0 -2
  669. package/esm2022/lib/input-password/input-password.component.mjs +0 -91
  670. package/esm2022/lib/input-select/index.mjs +0 -2
  671. package/esm2022/lib/input-select/input-select.component.mjs +0 -190
  672. package/esm2022/lib/input-select-filter/index.mjs +0 -2
  673. package/esm2022/lib/input-select-filter/input-select-filter.component.mjs +0 -202
  674. package/esm2022/lib/input-select-number/index.mjs +0 -2
  675. package/esm2022/lib/input-select-number/input-select-number.component.mjs +0 -68
  676. package/esm2022/lib/input-textfield/index.mjs +0 -2
  677. package/esm2022/lib/input-textfield/input-textfield.component.mjs +0 -143
  678. package/esm2022/lib/item-document/index.mjs +0 -2
  679. package/esm2022/lib/item-document/item-document.component.mjs +0 -61
  680. package/esm2022/lib/linear-progress-bar/index.mjs +0 -2
  681. package/esm2022/lib/linear-progress-bar/linear-progress-bar.component.mjs +0 -16
  682. package/esm2022/lib/loading-circle/index.mjs +0 -2
  683. package/esm2022/lib/loading-circle/loading-circle.component.mjs +0 -17
  684. package/esm2022/lib/loading-component-dynamic/index.mjs +0 -2
  685. package/esm2022/lib/loading-component-dynamic/loading-component-dynamic.component.mjs +0 -63
  686. package/esm2022/lib/menu-item/index.mjs +0 -2
  687. package/esm2022/lib/menu-item/menu-item.component.mjs +0 -33
  688. package/esm2022/lib/nav-rail/index.mjs +0 -2
  689. package/esm2022/lib/nav-rail/nav-rail.component.mjs +0 -53
  690. package/esm2022/lib/notification-card/index.mjs +0 -2
  691. package/esm2022/lib/notification-card/notification-card.component.mjs +0 -88
  692. package/esm2022/lib/notifications/index.mjs +0 -2
  693. package/esm2022/lib/notifications/notifications.component.mjs +0 -90
  694. package/esm2022/lib/option/index.mjs +0 -2
  695. package/esm2022/lib/option/option.component.mjs +0 -34
  696. package/esm2022/lib/option-item/index.mjs +0 -2
  697. package/esm2022/lib/option-item/option-item.component.mjs +0 -30
  698. package/esm2022/lib/page-not-found/index.mjs +0 -2
  699. package/esm2022/lib/page-not-found/page-not-found.component.mjs +0 -28
  700. package/esm2022/lib/popover/popover.component.mjs +0 -30
  701. package/esm2022/lib/progress-bar/progress-bar.component.mjs +0 -117
  702. package/esm2022/lib/search-bar/index.mjs +0 -2
  703. package/esm2022/lib/search-bar/search-bar.component.mjs +0 -79
  704. package/esm2022/lib/section-collapse-drawer-child/index.mjs +0 -2
  705. package/esm2022/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.mjs +0 -73
  706. package/esm2022/lib/section-collapse-drawer-parent/index.mjs +0 -2
  707. package/esm2022/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.mjs +0 -73
  708. package/esm2022/lib/segment/index.mjs +0 -2
  709. package/esm2022/lib/segment/segment.component.mjs +0 -43
  710. package/esm2022/lib/simple-card-contador/index.mjs +0 -2
  711. package/esm2022/lib/simple-card-contador/simple-card-contador.component.mjs +0 -53
  712. package/esm2022/lib/simple-chip/index.mjs +0 -2
  713. package/esm2022/lib/simple-chip/simple-chip.component.mjs +0 -38
  714. package/esm2022/lib/simple-divider/index.mjs +0 -2
  715. package/esm2022/lib/simple-divider/simple-divider.component.mjs +0 -11
  716. package/esm2022/lib/simple-user-card/index.mjs +0 -2
  717. package/esm2022/lib/simple-user-card/simple-user-card.component.mjs +0 -17
  718. package/esm2022/lib/slide-toggle/index.mjs +0 -2
  719. package/esm2022/lib/slide-toggle/slide-toggle.component.mjs +0 -26
  720. package/esm2022/lib/snackbar/index.mjs +0 -2
  721. package/esm2022/lib/snackbar/snackbar.component.mjs +0 -40
  722. package/esm2022/lib/support-panel/index.mjs +0 -2
  723. package/esm2022/lib/support-panel/support-panel.component.mjs +0 -45
  724. package/esm2022/lib/toolbar/index.mjs +0 -2
  725. package/esm2022/lib/toolbar/toolbar.component.mjs +0 -360
  726. package/esm2022/lib/toolbar-user-menu/index.mjs +0 -2
  727. package/esm2022/lib/toolbar-user-menu/toolbar-user-menu.component.mjs +0 -150
  728. package/esm2022/lib/user-card/index.mjs +0 -2
  729. package/esm2022/lib/user-card/user-card.component.mjs +0 -84
  730. package/esm2022/litigiovirtual-ius-design-components.mjs +0 -5
  731. package/esm2022/public-api.mjs +0 -105
  732. package/fesm2022/litigiovirtual-ius-design-components.mjs +0 -8088
  733. package/fesm2022/litigiovirtual-ius-design-components.mjs.map +0 -1
  734. package/index.d.ts +0 -5
  735. package/lib/alert/alert.component.d.ts +0 -22
  736. package/lib/alert/index.d.ts +0 -1
  737. package/lib/avatar-business/avatar-business.component.d.ts +0 -16
  738. package/lib/avatar-business/index.d.ts +0 -1
  739. package/lib/avatar-icon/avatar-icon.component.d.ts +0 -10
  740. package/lib/avatar-icon/index.d.ts +0 -1
  741. package/lib/avatar-v2/avatar-v2.component.d.ts +0 -23
  742. package/lib/avatar-v2/index.d.ts +0 -1
  743. package/lib/badge/badge.component.d.ts +0 -7
  744. package/lib/badge/index.d.ts +0 -1
  745. package/lib/breadcrumb/breadcrumb.component.d.ts +0 -16
  746. package/lib/breadcrumb/index.d.ts +0 -1
  747. package/lib/button-accounts/button-accounts.component.d.ts +0 -26
  748. package/lib/button-accounts/index.d.ts +0 -1
  749. package/lib/button-auth/button-auth.component.d.ts +0 -22
  750. package/lib/button-auth/index.d.ts +0 -1
  751. package/lib/button-circle-secondary/button-circle-secondary.component.d.ts +0 -10
  752. package/lib/button-circle-secondary/index.d.ts +0 -1
  753. package/lib/button-circle-tertiary/button-circle-tertiary.component.d.ts +0 -10
  754. package/lib/button-circle-tertiary/index.d.ts +0 -1
  755. package/lib/button-dynamic/button-dynamic.component.d.ts +0 -28
  756. package/lib/button-dynamic/index.d.ts +0 -1
  757. package/lib/button-filter/button-filter.component.d.ts +0 -25
  758. package/lib/button-filter/index.d.ts +0 -1
  759. package/lib/button-menu-link/button-menu-link.component.d.ts +0 -11
  760. package/lib/button-menu-link/index.d.ts +0 -1
  761. package/lib/button-order/button-order.component.d.ts +0 -29
  762. package/lib/button-order/index.d.ts +0 -1
  763. package/lib/button-squared-secondary/button-squared-secondary.component.d.ts +0 -10
  764. package/lib/button-squared-secondary/index.d.ts +0 -1
  765. package/lib/button-squared-tertiary/button-squared-tertiary.component.d.ts +0 -10
  766. package/lib/button-squared-tertiary/index.d.ts +0 -1
  767. package/lib/button-standard-outline/button-standard-outline.component.d.ts +0 -10
  768. package/lib/button-standard-outline/index.d.ts +0 -1
  769. package/lib/button-standard-primary/button-standard-primary.component.d.ts +0 -10
  770. package/lib/button-standard-primary/index.d.ts +0 -1
  771. package/lib/button-standard-secondary/button-standard-secondary.component.d.ts +0 -9
  772. package/lib/button-standard-secondary/index.d.ts +0 -1
  773. package/lib/button-standard-tertiary/button-standard-tertiary.component.d.ts +0 -10
  774. package/lib/button-standard-tertiary/index.d.ts +0 -1
  775. package/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.d.ts +0 -11
  776. package/lib/button-standard-tertiary-small/index.d.ts +0 -1
  777. package/lib/calification/calification.component.d.ts +0 -14
  778. package/lib/calification/index.d.ts +0 -1
  779. package/lib/card-actividad-evento/card-actividad-evento.component.d.ts +0 -40
  780. package/lib/card-actividad-evento/index.d.ts +0 -1
  781. package/lib/card-agenda-judicial/card-agenda-judicial.component.d.ts +0 -20
  782. package/lib/card-agenda-judicial/index.d.ts +0 -1
  783. package/lib/card-block/card-block.component.d.ts +0 -23
  784. package/lib/card-block/index.d.ts +0 -1
  785. package/lib/card-button-checkbox/card-button-checkbox.component.d.ts +0 -14
  786. package/lib/card-button-checkbox/index.d.ts +0 -1
  787. package/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.d.ts +0 -13
  788. package/lib/card-collapse-detalle-proceso/index.d.ts +0 -1
  789. package/lib/card-dynamic-content/card-dynamic-content.component.d.ts +0 -7
  790. package/lib/card-dynamic-content/index.d.ts +0 -1
  791. package/lib/card-etapa-subetapa/card-etapa-subetapa.component.d.ts +0 -32
  792. package/lib/card-etapa-subetapa/index.d.ts +0 -1
  793. package/lib/card-gestion-cupo/card-gestion-cupo.component.d.ts +0 -12
  794. package/lib/card-gestion-cupo/index.d.ts +0 -1
  795. package/lib/card-impulso-procesal/card-impulso-procesal.component.d.ts +0 -31
  796. package/lib/card-impulso-procesal/index.d.ts +0 -1
  797. package/lib/card-info-facturacion/card-info-facturacion.component.d.ts +0 -19
  798. package/lib/card-info-facturacion/index.d.ts +0 -1
  799. package/lib/card-list-consumo/card-list-consumo.component.d.ts +0 -16
  800. package/lib/card-list-consumo/index.d.ts +0 -1
  801. package/lib/card-list-drag-on/card-list-drag-on.component.d.ts +0 -28
  802. package/lib/card-list-drag-on/index.d.ts +0 -1
  803. package/lib/card-list-movimientos/card-list-movimientos.component.d.ts +0 -16
  804. package/lib/card-list-movimientos/index.d.ts +0 -1
  805. package/lib/card-list-proceso/card-list-proceso.component.d.ts +0 -19
  806. package/lib/card-list-proceso/index.d.ts +0 -1
  807. package/lib/card-log/card-log.component.d.ts +0 -18
  808. package/lib/card-log/index.d.ts +0 -1
  809. package/lib/card-plan-small/card-plan-small.component.d.ts +0 -8
  810. package/lib/card-plan-small/index.d.ts +0 -1
  811. package/lib/card-plan-subscription/card-plan-subscription.component.d.ts +0 -23
  812. package/lib/card-plan-subscription/index.d.ts +0 -1
  813. package/lib/card-ticket/card-ticket.component.d.ts +0 -22
  814. package/lib/card-ticket/index.d.ts +0 -1
  815. package/lib/card-tipo-proceso/card-tipo-proceso.component.d.ts +0 -25
  816. package/lib/card-tipo-proceso/index.d.ts +0 -1
  817. package/lib/card-uso-plan/card-uso-plan.component.d.ts +0 -19
  818. package/lib/card-uso-plan/index.d.ts +0 -1
  819. package/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.d.ts +0 -28
  820. package/lib/card-vigilancia-judicial/index.d.ts +0 -1
  821. package/lib/categories/categories.component.d.ts +0 -14
  822. package/lib/categories/index.d.ts +0 -1
  823. package/lib/charts-bar-grouped/charts-bar-grouped.component.d.ts +0 -98
  824. package/lib/charts-bar-grouped/index.d.ts +0 -1
  825. package/lib/charts-donut/charts-donut.component.d.ts +0 -47
  826. package/lib/charts-donut/index.d.ts +0 -1
  827. package/lib/checkbox/checkbox.component.d.ts +0 -10
  828. package/lib/checkbox/index.d.ts +0 -1
  829. package/lib/checkbox-radio/checkbox-radio.component.d.ts +0 -20
  830. package/lib/checkbox-radio/index.d.ts +0 -1
  831. package/lib/chip/chip.component.d.ts +0 -11
  832. package/lib/chip/index.d.ts +0 -1
  833. package/lib/chip-user/chip-user.component.d.ts +0 -12
  834. package/lib/chip-user/index.d.ts +0 -1
  835. package/lib/create-ticket/create-ticket.component.d.ts +0 -57
  836. package/lib/create-ticket/index.d.ts +0 -1
  837. package/lib/custom-dropdown/custom-dropdown.component.d.ts +0 -40
  838. package/lib/custom-dropdown/index.d.ts +0 -1
  839. package/lib/date-hour-picker/date-hour-picker.component.d.ts +0 -60
  840. package/lib/date-hour-picker/index.d.ts +0 -1
  841. package/lib/date-picker/date-picker.component.d.ts +0 -42
  842. package/lib/date-picker/index.d.ts +0 -1
  843. package/lib/directives/infinite-scroll.directive.d.ts +0 -15
  844. package/lib/directives/popover.directive.d.ts +0 -41
  845. package/lib/double-date-picker/double-date-picker.component.d.ts +0 -57
  846. package/lib/double-date-picker/index.d.ts +0 -1
  847. package/lib/drawer-container-right/drawer-container-right.component.d.ts +0 -13
  848. package/lib/drawer-container-right/index.d.ts +0 -1
  849. package/lib/dropdown/dropdown.component.d.ts +0 -28
  850. package/lib/dropdown/index.d.ts +0 -1
  851. package/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.d.ts +0 -5
  852. package/lib/dropdown-contextual-menu/index.d.ts +0 -1
  853. package/lib/dropdown-option-item/dropdown-option-item.component.d.ts +0 -13
  854. package/lib/dropdown-option-item/index.d.ts +0 -1
  855. package/lib/dropdown-user-menu/dropdown-user-menu.component.d.ts +0 -17
  856. package/lib/dropdown-user-menu/index.d.ts +0 -1
  857. package/lib/empty-list/empty-list.component.d.ts +0 -8
  858. package/lib/empty-list/index.d.ts +0 -1
  859. package/lib/filter-item/filter-item.component.d.ts +0 -10
  860. package/lib/filter-item/index.d.ts +0 -1
  861. package/lib/icon-lg/icon-lg.component.d.ts +0 -12
  862. package/lib/icon-lg/index.d.ts +0 -1
  863. package/lib/icon-md/icon-md.component.d.ts +0 -12
  864. package/lib/icon-md/index.d.ts +0 -1
  865. package/lib/icon-sm/icon-sm.component.d.ts +0 -13
  866. package/lib/icon-sm/index.d.ts +0 -1
  867. package/lib/icon-xl/icon-xl.component.d.ts +0 -12
  868. package/lib/icon-xl/index.d.ts +0 -1
  869. package/lib/icon-xs/icon-xs.component.d.ts +0 -12
  870. package/lib/icon-xs/index.d.ts +0 -1
  871. package/lib/icon-xxl/icon-xxl.component.d.ts +0 -12
  872. package/lib/icon-xxl/index.d.ts +0 -1
  873. package/lib/icons/icons-map.d.ts +0 -1
  874. package/lib/input-card/index.d.ts +0 -1
  875. package/lib/input-card/input-card.component.d.ts +0 -43
  876. package/lib/input-large/index.d.ts +0 -1
  877. package/lib/input-large/input-large.component.d.ts +0 -30
  878. package/lib/input-otp/index.d.ts +0 -1
  879. package/lib/input-otp/input-otp.component.d.ts +0 -34
  880. package/lib/input-password/index.d.ts +0 -1
  881. package/lib/input-password/input-password.component.d.ts +0 -29
  882. package/lib/input-select/index.d.ts +0 -1
  883. package/lib/input-select/input-select.component.d.ts +0 -47
  884. package/lib/input-select-filter/index.d.ts +0 -1
  885. package/lib/input-select-filter/input-select-filter.component.d.ts +0 -62
  886. package/lib/input-select-number/index.d.ts +0 -1
  887. package/lib/input-select-number/input-select-number.component.d.ts +0 -18
  888. package/lib/input-textfield/index.d.ts +0 -1
  889. package/lib/input-textfield/input-textfield.component.d.ts +0 -36
  890. package/lib/item-document/index.d.ts +0 -1
  891. package/lib/item-document/item-document.component.d.ts +0 -19
  892. package/lib/linear-progress-bar/index.d.ts +0 -1
  893. package/lib/linear-progress-bar/linear-progress-bar.component.d.ts +0 -6
  894. package/lib/loading-circle/index.d.ts +0 -1
  895. package/lib/loading-circle/loading-circle.component.d.ts +0 -6
  896. package/lib/loading-component-dynamic/index.d.ts +0 -1
  897. package/lib/loading-component-dynamic/loading-component-dynamic.component.d.ts +0 -22
  898. package/lib/menu-item/index.d.ts +0 -1
  899. package/lib/menu-item/menu-item.component.d.ts +0 -11
  900. package/lib/nav-rail/index.d.ts +0 -1
  901. package/lib/nav-rail/nav-rail.component.d.ts +0 -10
  902. package/lib/notification-card/index.d.ts +0 -1
  903. package/lib/notification-card/notification-card.component.d.ts +0 -30
  904. package/lib/notifications/index.d.ts +0 -1
  905. package/lib/notifications/notifications.component.d.ts +0 -19
  906. package/lib/option/index.d.ts +0 -1
  907. package/lib/option/option.component.d.ts +0 -13
  908. package/lib/option-item/index.d.ts +0 -1
  909. package/lib/option-item/option-item.component.d.ts +0 -11
  910. package/lib/page-not-found/index.d.ts +0 -1
  911. package/lib/page-not-found/page-not-found.component.d.ts +0 -12
  912. package/lib/popover/popover.component.d.ts +0 -10
  913. package/lib/progress-bar/progress-bar.component.d.ts +0 -43
  914. package/lib/search-bar/index.d.ts +0 -1
  915. package/lib/search-bar/search-bar.component.d.ts +0 -24
  916. package/lib/section-collapse-drawer-child/index.d.ts +0 -1
  917. package/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.d.ts +0 -12
  918. package/lib/section-collapse-drawer-parent/index.d.ts +0 -1
  919. package/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.d.ts +0 -12
  920. package/lib/segment/index.d.ts +0 -1
  921. package/lib/segment/segment.component.d.ts +0 -14
  922. package/lib/simple-card-contador/index.d.ts +0 -1
  923. package/lib/simple-card-contador/simple-card-contador.component.d.ts +0 -14
  924. package/lib/simple-chip/index.d.ts +0 -1
  925. package/lib/simple-chip/simple-chip.component.d.ts +0 -13
  926. package/lib/simple-divider/index.d.ts +0 -1
  927. package/lib/simple-divider/simple-divider.component.d.ts +0 -5
  928. package/lib/simple-user-card/index.d.ts +0 -1
  929. package/lib/simple-user-card/simple-user-card.component.d.ts +0 -8
  930. package/lib/slide-toggle/index.d.ts +0 -1
  931. package/lib/slide-toggle/slide-toggle.component.d.ts +0 -10
  932. package/lib/snackbar/index.d.ts +0 -1
  933. package/lib/snackbar/snackbar.component.d.ts +0 -16
  934. package/lib/support-panel/index.d.ts +0 -1
  935. package/lib/support-panel/support-panel.component.d.ts +0 -17
  936. package/lib/toolbar/index.d.ts +0 -1
  937. package/lib/toolbar/toolbar.component.d.ts +0 -136
  938. package/lib/toolbar-user-menu/index.d.ts +0 -1
  939. package/lib/toolbar-user-menu/toolbar-user-menu.component.d.ts +0 -48
  940. package/lib/user-card/index.d.ts +0 -1
  941. package/lib/user-card/user-card.component.d.ts +0 -32
  942. package/public-api.d.ts +0 -103
@@ -1,230 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { Component, EventEmitter, HostListener, Input, Output } from '@angular/core';
3
- import { IconMdComponent } from '../icon-md/icon-md.component';
4
- import { ButtonStandardTertiaryComponent } from '../button-standard-tertiary/button-standard-tertiary.component';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "@angular/common";
7
- export class DoubleDatePickerComponent {
8
- constructor(elRef) {
9
- this.elRef = elRef;
10
- this.label = 'Fecha de inicio y finalización';
11
- this.placeholder = 'Fecha inicio ';
12
- this.placeholder2 = 'Fecha fin ';
13
- this.error = false;
14
- this.iconHelp = false;
15
- this.helpText = '';
16
- this.helpTextError = '';
17
- this.disabled = false;
18
- this.isRequired = true;
19
- this.dateRangeSelected = new EventEmitter();
20
- this.dayLabels = ['Do', 'Lu', 'Ma', 'Mi', 'Ju', 'Vi', 'Sa'];
21
- this.months = ['Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic'];
22
- this.yearsArray = Array.from({ length: 12 }, (_, i) => i);
23
- this.startDate = null;
24
- this.endDate = null;
25
- this.isSelectingStart = true;
26
- this.calendarOpen = false;
27
- this.focused = false;
28
- this.viewDateLeft = new Date();
29
- this.viewDateRight = new Date(new Date().setMonth(new Date().getMonth() + 1));
30
- this.calendarViewLeft = 'day';
31
- this.calendarViewRight = 'day';
32
- this.calendarDaysLeft = [];
33
- this.calendarDaysRight = [];
34
- }
35
- ngOnInit() {
36
- this.generateCalendarDays();
37
- }
38
- toggleCalendar() {
39
- if (this.disabled)
40
- return;
41
- if (!this.calendarOpen) {
42
- this.error = false;
43
- }
44
- this.calendarOpen = !this.calendarOpen;
45
- this.focused = true;
46
- }
47
- generateCalendarDays() {
48
- this.calendarDaysLeft = this.getCalendarDays(this.viewDateLeft);
49
- this.calendarDaysRight = this.getCalendarDays(this.viewDateRight);
50
- }
51
- getCalendarDays(viewDate) {
52
- const days = [];
53
- const year = viewDate.getFullYear();
54
- const month = viewDate.getMonth();
55
- const firstDay = new Date(year, month, 1);
56
- const offset = firstDay.getDay();
57
- const startDate = new Date(year, month, 1 - offset);
58
- for (let i = 0; i < 42; i++) {
59
- const date = new Date(startDate);
60
- date.setDate(startDate.getDate() + i);
61
- days.push(date);
62
- }
63
- return days;
64
- }
65
- prevLeft() {
66
- this.shiftViewDate('left', -1);
67
- }
68
- nextLeft() {
69
- this.shiftViewDate('left', 1);
70
- }
71
- prevRight() {
72
- this.shiftViewDate('right', -1);
73
- }
74
- nextRight() {
75
- this.shiftViewDate('right', 1);
76
- }
77
- shiftViewDate(side, step) {
78
- const view = side === 'left' ? this.calendarViewLeft : this.calendarViewRight;
79
- const baseDate = side === 'left' ? this.viewDateLeft : this.viewDateRight;
80
- const month = baseDate.getMonth();
81
- const year = baseDate.getFullYear();
82
- let newDate;
83
- if (view === 'day') {
84
- newDate = new Date(year, month + step, 1);
85
- }
86
- else if (view === 'month') {
87
- newDate = new Date(year + step, month, 1);
88
- }
89
- else {
90
- newDate = new Date(year + step * 10, month, 1);
91
- }
92
- if (side === 'left') {
93
- this.viewDateLeft = newDate;
94
- }
95
- else {
96
- this.viewDateRight = newDate;
97
- }
98
- this.generateCalendarDays();
99
- }
100
- nextView(side) {
101
- if (side === 'left') {
102
- this.calendarViewLeft = this.calendarViewLeft === 'day' ? 'month' : this.calendarViewLeft === 'month' ? 'year' : 'day';
103
- }
104
- else {
105
- this.calendarViewRight = this.calendarViewRight === 'day' ? 'month' : this.calendarViewRight === 'month' ? 'year' : 'day';
106
- }
107
- }
108
- setMonth(side, month, event) {
109
- event?.stopPropagation();
110
- if (side === 'left') {
111
- this.viewDateLeft.setMonth(month);
112
- this.calendarViewLeft = 'day';
113
- }
114
- else {
115
- this.viewDateRight.setMonth(month);
116
- this.calendarViewRight = 'day';
117
- }
118
- this.generateCalendarDays();
119
- }
120
- setYear(side, year, event) {
121
- event?.stopPropagation();
122
- if (side === 'left') {
123
- this.viewDateLeft.setFullYear(year);
124
- this.calendarViewLeft = 'month';
125
- }
126
- else {
127
- this.viewDateRight.setFullYear(year);
128
- this.calendarViewRight = 'month';
129
- }
130
- this.generateCalendarDays();
131
- }
132
- selectDateFrom(side, date) {
133
- if (side === 'left') {
134
- this.startDate = date;
135
- this.endDate = null;
136
- }
137
- else {
138
- if (!this.startDate) {
139
- this.startDate = date;
140
- this.endDate = null;
141
- return;
142
- }
143
- if (date >= this.startDate) {
144
- this.endDate = date;
145
- this.calendarOpen = false;
146
- this.dateRangeSelected.emit({ start: this.startDate, end: this.endDate });
147
- }
148
- else {
149
- this.startDate = date;
150
- this.endDate = null;
151
- }
152
- }
153
- }
154
- isDisabledDate(date, side) {
155
- if (side === 'right') {
156
- if (!this.startDate) {
157
- return true;
158
- }
159
- return date <= this.startDate;
160
- }
161
- if (side === 'left') {
162
- return false;
163
- }
164
- return false;
165
- }
166
- isSameDate(d1, d2) {
167
- return d2 && d1.getDate() === d2.getDate() && d1.getMonth() === d2.getMonth() && d1.getFullYear() === d2.getFullYear();
168
- }
169
- isDateOutOfRange(date, viewDate) {
170
- return (date.getMonth() !== viewDate.getMonth() ||
171
- date.getFullYear() !== viewDate.getFullYear());
172
- }
173
- isInRange(date) {
174
- return this.startDate && this.endDate && date > this.startDate && date < this.endDate;
175
- }
176
- isInRangeForView(date, viewDate) {
177
- if (this.isDateOutOfRange(date, viewDate)) {
178
- return false;
179
- }
180
- return this.startDate && this.endDate && date > this.startDate && date < this.endDate;
181
- }
182
- getMonthName(index) {
183
- return this.months[index];
184
- }
185
- getDecadeStart(viewDate) {
186
- return Math.floor(viewDate.getFullYear() / 10) * 10;
187
- }
188
- closeCalendar() {
189
- this.calendarOpen = false;
190
- if (!this.startDate || !this.endDate) {
191
- this.error = true;
192
- }
193
- }
194
- handleOutsideClick(event) {
195
- const clickedInside = this.elRef.nativeElement.contains(event.target);
196
- if (!clickedInside && this.calendarOpen) {
197
- this.closeCalendar();
198
- }
199
- }
200
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DoubleDatePickerComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
201
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: DoubleDatePickerComponent, isStandalone: true, selector: "ius-double-date-picker", inputs: { label: "label", placeholder: "placeholder", placeholder2: "placeholder2", error: "error", iconHelp: "iconHelp", helpText: "helpText", helpTextError: "helpTextError", disabled: "disabled", isRequired: "isRequired" }, outputs: { dateRangeSelected: "dateRangeSelected" }, host: { listeners: { "document:click": "handleOutsideClick($event)" } }, ngImport: i0, template: "<div class=\"date-picker\" [class.disabled]=\"disabled\">\r\n <div class=\"text\">\r\n @if (isRequired) {\r\n <div class=\"required\"></div>\r\n }\r\n\r\n <label class=\"label\">{{ label }}</label>\r\n\r\n @if (iconHelp) {\r\n <div class=\"help-icon\">\r\n <ius-icon-md iconName=\"icon-help\"></ius-icon-md>\r\n </div>\r\n }\r\n\r\n <label class=\"label\">:</label>\r\n </div>\r\n\r\n <div class=\"input-wrapper\">\r\n <div\r\n class=\"container-textfield\"\r\n [ngClass]=\"{\r\n disabled: disabled,\r\n focused: calendarOpen || focused,\r\n alert: !calendarOpen && error && !disabled,\r\n selected: startDate && endDate\r\n }\"\r\n (click)=\"toggleCalendar()\"\r\n >\r\n <div class=\"input\">\r\n <div class=\"fechas\">\r\n <input\r\n [placeholder]=\"placeholder\"\r\n [value]=\"startDate ? (startDate | date : 'dd/MM/yyyy') : ''\"\r\n readonly\r\n [disabled]=\"disabled\"\r\n />\r\n </div>\r\n <div style=\"color: #595959;\">\r\n <ius-icon-md [iconName]=\"'icon-east'\" ></ius-icon-md>\r\n </div>\r\n <div class=\"fechas\">\r\n <input\r\n [placeholder]=\"placeholder\"\r\n [value]=\"endDate ? (endDate | date : 'dd/MM/yyyy') : ''\"\r\n readonly\r\n [disabled]=\"disabled\"\r\n />\r\n </div>\r\n <div class=\"cnt-icon-right\">\r\n <ius-icon-md iconName=\"icon-calendar-today\"></ius-icon-md>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n @if (calendarOpen) {\r\n <div class=\"calendar-overlay\">\r\n <div class=\"mes\">\r\n <div class=\"calendar-header\">\r\n <ius-button-standard-tertiary iconName=\"icon-keyboard-arrow-left\" (buttonClicked)=\"prevLeft()\"></ius-button-standard-tertiary>\r\n \r\n <span (click)=\"nextView('left')\">\r\n @switch (calendarViewLeft) {\r\n @case ('day') { {{ getMonthName(viewDateLeft.getMonth()) }} {{ viewDateLeft.getFullYear() }} }\r\n @case ('month') { {{ viewDateLeft.getFullYear() }} }\r\n @case ('year') { {{ getDecadeStart(viewDateLeft) }}\u2013{{ getDecadeStart(viewDateLeft) + 9 }} }\r\n }\r\n </span>\r\n \r\n <ius-button-standard-tertiary iconName=\"icon-keyboard-arrow-right\" (buttonClicked)=\"nextLeft()\"></ius-button-standard-tertiary>\r\n </div>\r\n \r\n <div class=\"calendar-body\">\r\n @switch (calendarViewLeft) {\r\n @case ('day') {\r\n <div class=\"grid days\">\r\n @for (day of dayLabels; track day) { <div class=\"header\">{{ day }}</div> }\r\n @for (date of calendarDaysLeft; track date) {\r\n <div class=\"cell\"\r\n [class.selected]=\"isSameDate(date, startDate)\"\r\n [class.range]=\"isInRangeForView(date, viewDateLeft)\"\r\n [class.out-of-range]=\"isDateOutOfRange(date, viewDateLeft)\"\r\n (click)=\"selectDateFrom('left', date)\">\r\n {{ date.getDate() }}\r\n </div>\r\n }\r\n </div>\r\n }\r\n @case ('month') {\r\n <div class=\"grid months\">\r\n @for (m of months; track m; let i = $index) {\r\n <div class=\"cell\" (click)=\"setMonth('left', i, $event)\">{{ m }}</div>\r\n }\r\n </div>\r\n }\r\n @case ('year') {\r\n <div class=\"grid years\">\r\n @for (i of yearsArray; track i) {\r\n <div class=\"cell\"\r\n [class.out-of-range]=\"i === 0 || i === 11\"\r\n (click)=\"setYear('left', getDecadeStart(viewDateLeft) - 1 + i, $event)\">\r\n {{ getDecadeStart(viewDateLeft) - 1 + i }}\r\n </div>\r\n }\r\n </div>\r\n }\r\n }\r\n </div>\r\n </div>\r\n\r\n <div class=\"mes\">\r\n <div class=\"calendar-header\">\r\n <ius-button-standard-tertiary iconName=\"icon-keyboard-arrow-left\" (buttonClicked)=\"prevRight()\"></ius-button-standard-tertiary>\r\n \r\n <span (click)=\"nextView('right')\">\r\n @switch (calendarViewRight) {\r\n @case ('day') { {{ getMonthName(viewDateRight.getMonth()) }} {{ viewDateRight.getFullYear() }} }\r\n @case ('month') { {{ viewDateRight.getFullYear() }} }\r\n @case ('year') { {{ getDecadeStart(viewDateRight) }}\u2013{{ getDecadeStart(viewDateRight) + 9 }} }\r\n }\r\n </span>\r\n \r\n <ius-button-standard-tertiary iconName=\"icon-keyboard-arrow-right\" (buttonClicked)=\"nextRight()\"></ius-button-standard-tertiary>\r\n </div>\r\n \r\n <div class=\"calendar-body\">\r\n @switch (calendarViewRight) {\r\n @case ('day') {\r\n <div class=\"grid days\">\r\n @for (day of dayLabels; track day) { <div class=\"header\">{{ day }}</div> }\r\n @for (date of calendarDaysRight; track date) {\r\n <div class=\"cell\"\r\n [class.selected]=\"isSameDate(date, endDate)\"\r\n [class.range]=\"isInRangeForView(date, viewDateRight)\"\r\n [class.out-of-range]=\"isDateOutOfRange(date, viewDateRight)\"\r\n [class.disabled]=\"isDisabledDate(date, 'right')\"\r\n (click)=\"!isDisabledDate(date, 'right') && selectDateFrom('right', date)\">\r\n {{ date.getDate() }}\r\n </div>\r\n }\r\n </div>\r\n }\r\n @case ('month') {\r\n <div class=\"grid months\">\r\n @for (m of months; track m; let i = $index) {\r\n <div class=\"cell\" (click)=\"setMonth('right', i, $event)\">{{ m }}</div>\r\n }\r\n </div>\r\n }\r\n @case ('year') {\r\n <div class=\"grid years\">\r\n @for (i of yearsArray; track i) {\r\n <div class=\"cell\"\r\n [class.out-of-range]=\"i === 0 || i === 11\"\r\n (click)=\"setYear('right', getDecadeStart(viewDateRight) - 1 + i, $event)\">\r\n {{ getDecadeStart(viewDateRight) - 1 + i }}\r\n </div>\r\n }\r\n </div>\r\n }\r\n }\r\n </div>\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n @if (helpText && focused && !error) {\r\n <div class=\"help-text\">\r\n {{helpText}}\r\n </div>\r\n }\r\n @if (helpTextError && error) {\r\n <div class=\"help-text-error\">\r\n {{helpTextError}}\r\n </div>\r\n }\r\n</div>", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.required{width:4px;height:4px;margin-right:4px;aspect-ratio:1/1;border-radius:50%;background-color:#ff4e3a}.text{display:flex;align-items:center}.date-picker{height:100%;display:flex;flex-direction:column;position:relative}.date-picker.disabled{opacity:.6;pointer-events:none}.date-picker .label{margin:0 4px;color:#333;font-family:Rubik;font-size:.875rem;font-weight:500;font-style:normal;line-height:20px;letter-spacing:.28px}.date-picker .help-icon{color:#595959}.date-picker .container-textfield{width:100%;align-items:flex-start;gap:4px}.date-picker .container-textfield .input{display:flex;justify-content:space-between;gap:4px;padding:12px;border-radius:8px;background:#f5f5f5;cursor:pointer;border:none}.date-picker .container-textfield .input .fechas{width:30%}.date-picker .container-textfield .input .fechas input{max-width:100%;flex:1;outline:none;border:none;background:#f5f5f5;color:#8c8c8c;font-family:Rubik;font-size:.875rem;font-weight:400;font-style:normal;line-height:20px;letter-spacing:.28px;cursor:pointer}.date-picker .container-textfield .cnt-icon-right{display:flex;align-items:center;justify-content:center;margin-left:3%;color:#333}.date-picker .container-textfield:hover .input,.date-picker .container-textfield:hover .input .fechas input{background-color:#edf6ff}.date-picker .container-textfield:hover .input .cnt-icon-right{color:#103ab7}.date-picker .container-textfield.focused .input{border:1px solid #0581BC;background:#edf6ff}.date-picker .container-textfield.focused .input .fechas input{background-color:#edf6ff;border:none}.date-picker .container-textfield.focused .input .cnt-icon-right{color:#103ab7}.date-picker .container-textfield.alert .input{border-radius:8px;border:1px solid #DB2E2A;background:#fff4f0}.date-picker .container-textfield.alert .input .fechas input{background:#fff4f0}.date-picker .container-textfield.alert .input .cnt-icon-right{color:#db2e2a}.date-picker .container-textfield.selected .input{background:#f5f5f5}.date-picker .container-textfield.selected .input .fechas input{background:#f5f5f5;border:none;color:#333;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.date-picker .container-textfield.selected .input .cnt-icon-right{color:#595959}.date-picker .container-textfield.disabled{background:#f5f5f5}.date-picker .container-textfield.disabled input::placeholder{color:#bfbfbf;opacity:1}.date-picker .container-textfield.disabled .cnt-icon-right{color:#bfbfbf}.date-picker .calendar-overlay{display:flex;align-items:center;align-self:stretch;min-width:540px;padding:0;gap:0;border-radius:8px;border:1px solid #f5f5f5;background:#fff;box-shadow:0 2px 6px #00000024,0 1px 10px #0000001a}.date-picker .calendar-overlay .calendars{display:flex}.date-picker .calendar-overlay .mes{display:flex;flex-direction:column;align-items:flex-start;padding:16px 12px}.date-picker .calendar-overlay .calendar-header{display:flex;align-items:center;align-self:stretch}.date-picker .calendar-overlay .calendar-header span{flex:1;display:flex;justify-content:center;align-items:center;color:#333;cursor:pointer;font-family:Roboto;font-size:1rem;font-weight:500;font-style:normal;line-height:22px}.date-picker .calendar-overlay .calendar-body{display:flex;flex-direction:column;gap:8px}.date-picker .calendar-overlay .grid{display:grid;gap:8px}.date-picker .calendar-overlay .grid.days{grid-template-columns:repeat(7,1fr)}.date-picker .calendar-overlay .grid.months,.date-picker .calendar-overlay .grid.years{margin-left:27px;grid-template-columns:repeat(3,1fr)}.date-picker .calendar-overlay .grid .header{display:flex;align-items:center;height:30px;padding:2px 4px;gap:16px;color:#333;font-family:Rubik;font-size:.75rem;font-weight:500;font-style:normal;line-height:16px;letter-spacing:.24px}.date-picker .calendar-overlay .grid .cell{display:flex;flex-direction:column;align-items:center;justify-content:center;align-self:stretch;padding:2px 4px;border-radius:10px;background:#fff;font-family:Rubik;font-size:.875rem;font-weight:400;font-style:normal;line-height:20px;letter-spacing:.28px;cursor:pointer}.date-picker .calendar-overlay .grid .cell:hover{background:#edf6ff}.date-picker .calendar-overlay .grid .cell.out-of-range{color:#bfbfbf;pointer-events:none}.date-picker .calendar-overlay .grid .cell.disabled{pointer-events:none;color:#bfbfbf;background:#fafafa;opacity:.6}.date-picker .calendar-overlay .grid .cell.range{padding:0;border-radius:0;margin:0;background-color:#edf6ff;color:#333}.date-picker .calendar-overlay .grid .cell.selected{border-radius:100px;border:1px solid #184FDB;background:#2167ff;color:#fff}.date-picker .calendar-overlay .today{margin-top:8px;width:100%;padding:8px;border:none;background:transparent;display:flex;justify-content:center;align-items:center;gap:4px;color:#333;cursor:pointer;font-family:Roboto;font-size:1rem;font-weight:500;font-style:normal;line-height:22px}.cell.empty{pointer-events:none;background:transparent;border:none}.help-text{display:flex;align-items:center;gap:10px;color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:italic;font-weight:500;line-height:16px;letter-spacing:.24px}.help-text-error{display:flex;align-items:center;gap:10px;color:#931224;font-family:Rubik,sans-serif;font-size:.75rem;font-style:italic;font-weight:500;line-height:16px;letter-spacing:.24px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: i1.DatePipe, name: "date" }, { kind: "component", type: IconMdComponent, selector: "ius-icon-md", inputs: ["iconName", "color"] }, { kind: "component", type: ButtonStandardTertiaryComponent, selector: "ius-button-standard-tertiary", inputs: ["disabled", "iconName"], outputs: ["buttonClicked"] }] }); }
202
- }
203
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DoubleDatePickerComponent, decorators: [{
204
- type: Component,
205
- args: [{ selector: 'ius-double-date-picker', standalone: true, imports: [CommonModule, IconMdComponent, ButtonStandardTertiaryComponent], template: "<div class=\"date-picker\" [class.disabled]=\"disabled\">\r\n <div class=\"text\">\r\n @if (isRequired) {\r\n <div class=\"required\"></div>\r\n }\r\n\r\n <label class=\"label\">{{ label }}</label>\r\n\r\n @if (iconHelp) {\r\n <div class=\"help-icon\">\r\n <ius-icon-md iconName=\"icon-help\"></ius-icon-md>\r\n </div>\r\n }\r\n\r\n <label class=\"label\">:</label>\r\n </div>\r\n\r\n <div class=\"input-wrapper\">\r\n <div\r\n class=\"container-textfield\"\r\n [ngClass]=\"{\r\n disabled: disabled,\r\n focused: calendarOpen || focused,\r\n alert: !calendarOpen && error && !disabled,\r\n selected: startDate && endDate\r\n }\"\r\n (click)=\"toggleCalendar()\"\r\n >\r\n <div class=\"input\">\r\n <div class=\"fechas\">\r\n <input\r\n [placeholder]=\"placeholder\"\r\n [value]=\"startDate ? (startDate | date : 'dd/MM/yyyy') : ''\"\r\n readonly\r\n [disabled]=\"disabled\"\r\n />\r\n </div>\r\n <div style=\"color: #595959;\">\r\n <ius-icon-md [iconName]=\"'icon-east'\" ></ius-icon-md>\r\n </div>\r\n <div class=\"fechas\">\r\n <input\r\n [placeholder]=\"placeholder\"\r\n [value]=\"endDate ? (endDate | date : 'dd/MM/yyyy') : ''\"\r\n readonly\r\n [disabled]=\"disabled\"\r\n />\r\n </div>\r\n <div class=\"cnt-icon-right\">\r\n <ius-icon-md iconName=\"icon-calendar-today\"></ius-icon-md>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n @if (calendarOpen) {\r\n <div class=\"calendar-overlay\">\r\n <div class=\"mes\">\r\n <div class=\"calendar-header\">\r\n <ius-button-standard-tertiary iconName=\"icon-keyboard-arrow-left\" (buttonClicked)=\"prevLeft()\"></ius-button-standard-tertiary>\r\n \r\n <span (click)=\"nextView('left')\">\r\n @switch (calendarViewLeft) {\r\n @case ('day') { {{ getMonthName(viewDateLeft.getMonth()) }} {{ viewDateLeft.getFullYear() }} }\r\n @case ('month') { {{ viewDateLeft.getFullYear() }} }\r\n @case ('year') { {{ getDecadeStart(viewDateLeft) }}\u2013{{ getDecadeStart(viewDateLeft) + 9 }} }\r\n }\r\n </span>\r\n \r\n <ius-button-standard-tertiary iconName=\"icon-keyboard-arrow-right\" (buttonClicked)=\"nextLeft()\"></ius-button-standard-tertiary>\r\n </div>\r\n \r\n <div class=\"calendar-body\">\r\n @switch (calendarViewLeft) {\r\n @case ('day') {\r\n <div class=\"grid days\">\r\n @for (day of dayLabels; track day) { <div class=\"header\">{{ day }}</div> }\r\n @for (date of calendarDaysLeft; track date) {\r\n <div class=\"cell\"\r\n [class.selected]=\"isSameDate(date, startDate)\"\r\n [class.range]=\"isInRangeForView(date, viewDateLeft)\"\r\n [class.out-of-range]=\"isDateOutOfRange(date, viewDateLeft)\"\r\n (click)=\"selectDateFrom('left', date)\">\r\n {{ date.getDate() }}\r\n </div>\r\n }\r\n </div>\r\n }\r\n @case ('month') {\r\n <div class=\"grid months\">\r\n @for (m of months; track m; let i = $index) {\r\n <div class=\"cell\" (click)=\"setMonth('left', i, $event)\">{{ m }}</div>\r\n }\r\n </div>\r\n }\r\n @case ('year') {\r\n <div class=\"grid years\">\r\n @for (i of yearsArray; track i) {\r\n <div class=\"cell\"\r\n [class.out-of-range]=\"i === 0 || i === 11\"\r\n (click)=\"setYear('left', getDecadeStart(viewDateLeft) - 1 + i, $event)\">\r\n {{ getDecadeStart(viewDateLeft) - 1 + i }}\r\n </div>\r\n }\r\n </div>\r\n }\r\n }\r\n </div>\r\n </div>\r\n\r\n <div class=\"mes\">\r\n <div class=\"calendar-header\">\r\n <ius-button-standard-tertiary iconName=\"icon-keyboard-arrow-left\" (buttonClicked)=\"prevRight()\"></ius-button-standard-tertiary>\r\n \r\n <span (click)=\"nextView('right')\">\r\n @switch (calendarViewRight) {\r\n @case ('day') { {{ getMonthName(viewDateRight.getMonth()) }} {{ viewDateRight.getFullYear() }} }\r\n @case ('month') { {{ viewDateRight.getFullYear() }} }\r\n @case ('year') { {{ getDecadeStart(viewDateRight) }}\u2013{{ getDecadeStart(viewDateRight) + 9 }} }\r\n }\r\n </span>\r\n \r\n <ius-button-standard-tertiary iconName=\"icon-keyboard-arrow-right\" (buttonClicked)=\"nextRight()\"></ius-button-standard-tertiary>\r\n </div>\r\n \r\n <div class=\"calendar-body\">\r\n @switch (calendarViewRight) {\r\n @case ('day') {\r\n <div class=\"grid days\">\r\n @for (day of dayLabels; track day) { <div class=\"header\">{{ day }}</div> }\r\n @for (date of calendarDaysRight; track date) {\r\n <div class=\"cell\"\r\n [class.selected]=\"isSameDate(date, endDate)\"\r\n [class.range]=\"isInRangeForView(date, viewDateRight)\"\r\n [class.out-of-range]=\"isDateOutOfRange(date, viewDateRight)\"\r\n [class.disabled]=\"isDisabledDate(date, 'right')\"\r\n (click)=\"!isDisabledDate(date, 'right') && selectDateFrom('right', date)\">\r\n {{ date.getDate() }}\r\n </div>\r\n }\r\n </div>\r\n }\r\n @case ('month') {\r\n <div class=\"grid months\">\r\n @for (m of months; track m; let i = $index) {\r\n <div class=\"cell\" (click)=\"setMonth('right', i, $event)\">{{ m }}</div>\r\n }\r\n </div>\r\n }\r\n @case ('year') {\r\n <div class=\"grid years\">\r\n @for (i of yearsArray; track i) {\r\n <div class=\"cell\"\r\n [class.out-of-range]=\"i === 0 || i === 11\"\r\n (click)=\"setYear('right', getDecadeStart(viewDateRight) - 1 + i, $event)\">\r\n {{ getDecadeStart(viewDateRight) - 1 + i }}\r\n </div>\r\n }\r\n </div>\r\n }\r\n }\r\n </div>\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n @if (helpText && focused && !error) {\r\n <div class=\"help-text\">\r\n {{helpText}}\r\n </div>\r\n }\r\n @if (helpTextError && error) {\r\n <div class=\"help-text-error\">\r\n {{helpTextError}}\r\n </div>\r\n }\r\n</div>", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.required{width:4px;height:4px;margin-right:4px;aspect-ratio:1/1;border-radius:50%;background-color:#ff4e3a}.text{display:flex;align-items:center}.date-picker{height:100%;display:flex;flex-direction:column;position:relative}.date-picker.disabled{opacity:.6;pointer-events:none}.date-picker .label{margin:0 4px;color:#333;font-family:Rubik;font-size:.875rem;font-weight:500;font-style:normal;line-height:20px;letter-spacing:.28px}.date-picker .help-icon{color:#595959}.date-picker .container-textfield{width:100%;align-items:flex-start;gap:4px}.date-picker .container-textfield .input{display:flex;justify-content:space-between;gap:4px;padding:12px;border-radius:8px;background:#f5f5f5;cursor:pointer;border:none}.date-picker .container-textfield .input .fechas{width:30%}.date-picker .container-textfield .input .fechas input{max-width:100%;flex:1;outline:none;border:none;background:#f5f5f5;color:#8c8c8c;font-family:Rubik;font-size:.875rem;font-weight:400;font-style:normal;line-height:20px;letter-spacing:.28px;cursor:pointer}.date-picker .container-textfield .cnt-icon-right{display:flex;align-items:center;justify-content:center;margin-left:3%;color:#333}.date-picker .container-textfield:hover .input,.date-picker .container-textfield:hover .input .fechas input{background-color:#edf6ff}.date-picker .container-textfield:hover .input .cnt-icon-right{color:#103ab7}.date-picker .container-textfield.focused .input{border:1px solid #0581BC;background:#edf6ff}.date-picker .container-textfield.focused .input .fechas input{background-color:#edf6ff;border:none}.date-picker .container-textfield.focused .input .cnt-icon-right{color:#103ab7}.date-picker .container-textfield.alert .input{border-radius:8px;border:1px solid #DB2E2A;background:#fff4f0}.date-picker .container-textfield.alert .input .fechas input{background:#fff4f0}.date-picker .container-textfield.alert .input .cnt-icon-right{color:#db2e2a}.date-picker .container-textfield.selected .input{background:#f5f5f5}.date-picker .container-textfield.selected .input .fechas input{background:#f5f5f5;border:none;color:#333;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.date-picker .container-textfield.selected .input .cnt-icon-right{color:#595959}.date-picker .container-textfield.disabled{background:#f5f5f5}.date-picker .container-textfield.disabled input::placeholder{color:#bfbfbf;opacity:1}.date-picker .container-textfield.disabled .cnt-icon-right{color:#bfbfbf}.date-picker .calendar-overlay{display:flex;align-items:center;align-self:stretch;min-width:540px;padding:0;gap:0;border-radius:8px;border:1px solid #f5f5f5;background:#fff;box-shadow:0 2px 6px #00000024,0 1px 10px #0000001a}.date-picker .calendar-overlay .calendars{display:flex}.date-picker .calendar-overlay .mes{display:flex;flex-direction:column;align-items:flex-start;padding:16px 12px}.date-picker .calendar-overlay .calendar-header{display:flex;align-items:center;align-self:stretch}.date-picker .calendar-overlay .calendar-header span{flex:1;display:flex;justify-content:center;align-items:center;color:#333;cursor:pointer;font-family:Roboto;font-size:1rem;font-weight:500;font-style:normal;line-height:22px}.date-picker .calendar-overlay .calendar-body{display:flex;flex-direction:column;gap:8px}.date-picker .calendar-overlay .grid{display:grid;gap:8px}.date-picker .calendar-overlay .grid.days{grid-template-columns:repeat(7,1fr)}.date-picker .calendar-overlay .grid.months,.date-picker .calendar-overlay .grid.years{margin-left:27px;grid-template-columns:repeat(3,1fr)}.date-picker .calendar-overlay .grid .header{display:flex;align-items:center;height:30px;padding:2px 4px;gap:16px;color:#333;font-family:Rubik;font-size:.75rem;font-weight:500;font-style:normal;line-height:16px;letter-spacing:.24px}.date-picker .calendar-overlay .grid .cell{display:flex;flex-direction:column;align-items:center;justify-content:center;align-self:stretch;padding:2px 4px;border-radius:10px;background:#fff;font-family:Rubik;font-size:.875rem;font-weight:400;font-style:normal;line-height:20px;letter-spacing:.28px;cursor:pointer}.date-picker .calendar-overlay .grid .cell:hover{background:#edf6ff}.date-picker .calendar-overlay .grid .cell.out-of-range{color:#bfbfbf;pointer-events:none}.date-picker .calendar-overlay .grid .cell.disabled{pointer-events:none;color:#bfbfbf;background:#fafafa;opacity:.6}.date-picker .calendar-overlay .grid .cell.range{padding:0;border-radius:0;margin:0;background-color:#edf6ff;color:#333}.date-picker .calendar-overlay .grid .cell.selected{border-radius:100px;border:1px solid #184FDB;background:#2167ff;color:#fff}.date-picker .calendar-overlay .today{margin-top:8px;width:100%;padding:8px;border:none;background:transparent;display:flex;justify-content:center;align-items:center;gap:4px;color:#333;cursor:pointer;font-family:Roboto;font-size:1rem;font-weight:500;font-style:normal;line-height:22px}.cell.empty{pointer-events:none;background:transparent;border:none}.help-text{display:flex;align-items:center;gap:10px;color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:italic;font-weight:500;line-height:16px;letter-spacing:.24px}.help-text-error{display:flex;align-items:center;gap:10px;color:#931224;font-family:Rubik,sans-serif;font-size:.75rem;font-style:italic;font-weight:500;line-height:16px;letter-spacing:.24px}\n"] }]
206
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { label: [{
207
- type: Input
208
- }], placeholder: [{
209
- type: Input
210
- }], placeholder2: [{
211
- type: Input
212
- }], error: [{
213
- type: Input
214
- }], iconHelp: [{
215
- type: Input
216
- }], helpText: [{
217
- type: Input
218
- }], helpTextError: [{
219
- type: Input
220
- }], disabled: [{
221
- type: Input
222
- }], isRequired: [{
223
- type: Input
224
- }], dateRangeSelected: [{
225
- type: Output
226
- }], handleOutsideClick: [{
227
- type: HostListener,
228
- args: ['document:click', ['$event']]
229
- }] } });
230
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG91YmxlLWRhdGUtcGlja2VyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2l1cy1kZXNpZ24tY29tcG9uZW50cy9zcmMvbGliL2RvdWJsZS1kYXRlLXBpY2tlci9kb3VibGUtZGF0ZS1waWNrZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvZG91YmxlLWRhdGUtcGlja2VyL2RvdWJsZS1kYXRlLXBpY2tlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFNBQVMsRUFBYyxZQUFZLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDakcsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQy9ELE9BQU8sRUFBRSwrQkFBK0IsRUFBRSxNQUFNLGdFQUFnRSxDQUFDOzs7QUFTakgsTUFBTSxPQUFPLHlCQUF5QjtJQWlDcEMsWUFBb0IsS0FBaUI7UUFBakIsVUFBSyxHQUFMLEtBQUssQ0FBWTtRQWhDNUIsVUFBSyxHQUFHLGdDQUFnQyxDQUFDO1FBQ3pDLGdCQUFXLEdBQUcsZUFBZSxDQUFDO1FBQzlCLGlCQUFZLEdBQUcsWUFBWSxDQUFDO1FBQzVCLFVBQUssR0FBRyxLQUFLLENBQUM7UUFDZCxhQUFRLEdBQUcsS0FBSyxDQUFDO1FBQ2pCLGFBQVEsR0FBRyxFQUFFLENBQUM7UUFDZCxrQkFBYSxHQUFHLEVBQUUsQ0FBQztRQUNuQixhQUFRLEdBQUcsS0FBSyxDQUFDO1FBQ2pCLGVBQVUsR0FBRyxJQUFJLENBQUM7UUFFakIsc0JBQWlCLEdBQUcsSUFBSSxZQUFZLEVBQThCLENBQUM7UUFFcEUsY0FBUyxHQUFHLENBQUMs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QU0sQ0FBQyxDQUFDO1FBQ3RFLElBQUksQ0FBQyxhQUFhLElBQUksSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO1lBQ3hDLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztRQUN2QixDQUFDO0lBQ0gsQ0FBQzsrR0EvTlUseUJBQXlCO21HQUF6Qix5QkFBeUIsa2JDWnRDLDhuT0ErS00sZ3hORHZLTSxZQUFZLGdMQUFFLGVBQWUsdUZBQUUsK0JBQStCOzs0RkFJN0QseUJBQXlCO2tCQVByQyxTQUFTOytCQUNFLHdCQUF3QixjQUN0QixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsZUFBZSxFQUFFLCtCQUErQixDQUFDOytFQUtoRSxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFDRyxZQUFZO3NCQUFwQixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csYUFBYTtzQkFBckIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBRUksaUJBQWlCO3NCQUExQixNQUFNO2dCQStNUCxrQkFBa0I7c0JBRGpCLFlBQVk7dUJBQUMsZ0JBQWdCLEVBQUUsQ0FBQyxRQUFRLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBDb21wb25lbnQsIEVsZW1lbnRSZWYsIEV2ZW50RW1pdHRlciwgSG9zdExpc3RlbmVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEljb25NZENvbXBvbmVudCB9IGZyb20gJy4uL2ljb24tbWQvaWNvbi1tZC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBCdXR0b25TdGFuZGFyZFRlcnRpYXJ5Q29tcG9uZW50IH0gZnJvbSAnLi4vYnV0dG9uLXN0YW5kYXJkLXRlcnRpYXJ5L2J1dHRvbi1zdGFuZGFyZC10ZXJ0aWFyeS5jb21wb25lbnQnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdpdXMtZG91YmxlLWRhdGUtcGlja2VyJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEljb25NZENvbXBvbmVudCwgQnV0dG9uU3RhbmRhcmRUZXJ0aWFyeUNvbXBvbmVudF0sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2RvdWJsZS1kYXRlLXBpY2tlci5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2RvdWJsZS1kYXRlLXBpY2tlci5jb21wb25lbnQuc2NzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIERvdWJsZURhdGVQaWNrZXJDb21wb25lbnQge1xyXG4gIEBJbnB1dCgpIGxhYmVsID0gJ0ZlY2hhIGRlIGluaWNpbyB5IGZpbmFsaXphY2nDs24nO1xyXG4gIEBJbnB1dCgpIHBsYWNlaG9sZGVyID0gJ0ZlY2hhIGluaWNpbyAnO1xyXG4gIEBJbnB1dCgpIHBsYWNlaG9sZGVyMiA9ICdGZWNoYSBmaW4gJztcclxuICBASW5wdXQoKSBlcnJvciA9IGZhbHNlO1xyXG4gIEBJbnB1dCgpIGljb25IZWxwID0gZmFsc2U7XHJcbiAgQElucHV0KCkgaGVscFRleHQgPSAnJztcclxuICBASW5wdXQoKSBoZWxwVGV4dEVycm9yID0gJyc7XHJcbiAgQElucHV0KCkgZGlzYWJsZWQgPSBmYWxzZTtcclxuICBASW5wdXQoKSBpc1JlcXVpcmVkID0gdHJ1ZTtcclxuXHJcbiAgQE91dHB1dCgpIGRhdGVSYW5nZVNlbGVjdGVkID0gbmV3IEV2ZW50RW1pdHRlcjx7IHN0YXJ0OiBEYXRlOyBlbmQ6IERhdGUgfT4oKTtcclxuXHJcbiAgcmVhZG9ubHkgZGF5TGFiZWxzID0gWydEbycsICdMdScsICdNYScsICdNaScsICdKdScsICdWaScsICdTYSddO1xyXG4gIHJlYWRvbmx5IG1vbnRocyA9IFsnRW5lJywgJ0ZlYicsICdNYXInLCAnQWJyJywgJ01heScsICdKdW4nLCAnSnVsJywgJ0FnbycsICdTZXAnLCAnT2N0JywgJ05vdicsICdEaWMnXTtcclxuICByZWFkb25seSB5ZWFyc0FycmF5ID0gQXJyYXkuZnJvbSh7IGxlbmd0aDogMTIgfSwgKF8sIGkpID0+IGkpO1xyXG5cclxuICBzdGFydERhdGU6IERhdGUgfCBudWxsID0gbnVsbDtcclxuICBlbmREYXRlOiBEYXRlIHwgbnVsbCA9IG51bGw7XHJcbiAgaXNTZWxlY3RpbmdTdGFydCA9IHRydWU7XHJcblxyXG4gIGNhbGVuZGFyT3BlbiA9IGZhbHNlO1xyXG4gIGZvY3VzZWQgPSBmYWxzZTtcclxuXHJcbiAgdmlld0RhdGVMZWZ0ID0gbmV3IERhdGUoKTtcclxuICB2aWV3RGF0ZVJpZ2h0ID0gbmV3IERhdGUobmV3IERhdGUoKS5zZXRNb250aChuZXcgRGF0ZSgpLmdldE1vbnRoKCkgKyAxKSk7XHJcblxyXG4gIGNhbGVuZGFyVmlld0xlZnQ6ICdkYXknIHwgJ21vbnRoJyB8ICd5ZWFyJyA9ICdkYXknO1xyXG4gIGNhbGVuZGFyVmlld1JpZ2h0OiAnZGF5JyB8ICdtb250aCcgfCAneWVhcicgPSAnZGF5JztcclxuXHJcbiAgY2FsZW5kYXJEYXlzTGVmdDogRGF0ZVtdID0gW107XHJcbiAgY2FsZW5kYXJEYXlzUmlnaHQ6IERhdGVbXSA9IFtdO1xyXG5cclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGVsUmVmOiBFbGVtZW50UmVmKSB7fVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICAgIHRoaXMuZ2VuZXJhdGVDYWxlbmRhckRheXMoKTtcclxuICB9XHJcblxyXG4gIHRvZ2dsZUNhbGVuZGFyKCk6IHZvaWQge1xyXG4gICAgaWYgKHRoaXMuZGlzYWJsZWQpIHJldHVybjtcclxuICAgIGlmICghdGhpcy5jYWxlbmRhck9wZW4pIHtcclxuICAgICAgdGhpcy5lcnJvciA9IGZhbHNlO1xyXG4gICAgfVxyXG4gICAgdGhpcy5jYWxlbmRhck9wZW4gPSAhdGhpcy5jYWxlbmRhck9wZW47XHJcbiAgICB0aGlzLmZvY3VzZWQgPSB0cnVlO1xyXG4gIH1cclxuXHJcbiAgZ2VuZXJhdGVDYWxlbmRhckRheXMoKTogdm9pZCB7XHJcbiAgICB0aGlzLmNhbGVuZGFyRGF5c0xlZnQgPSB0aGlzLmdldENhbGVuZGFyRGF5cyh0aGlzLnZpZXdEYXRlTGVmdCk7XHJcbiAgICB0aGlzLmNhbGVuZGFyRGF5c1JpZ2h0ID0gdGhpcy5nZXRDYWxlbmRhckRheXModGhpcy52aWV3RGF0ZVJpZ2h0KTtcclxuICB9XHJcblxyXG4gIGdldENhbGVuZGFyRGF5cyh2aWV3RGF0ZTogRGF0ZSk6IERhdGVbXSB7XHJcbiAgICBjb25zdCBkYXlzOiBEYXRlW10gPSBbXTtcclxuICAgIGNvbnN0IHllYXIgPSB2aWV3RGF0ZS5nZXRGdWxsWWVhcigpO1xyXG4gICAgY29uc3QgbW9udGggPSB2aWV3RGF0ZS5nZXRNb250aCgpO1xyXG4gICAgY29uc3QgZmlyc3REYXkgPSBuZXcgRGF0ZSh5ZWFyLCBtb250aCwgMSk7XHJcbiAgICBjb25zdCBvZmZzZXQgPSBmaXJzdERheS5nZXREYXkoKTtcclxuICAgIGNvbnN0IHN0YXJ0RGF0ZSA9IG5ldyBEYXRlKHllYXIsIG1vbnRoLCAxIC0gb2Zmc2V0KTtcclxuICBcclxuICAgIGZvciAobGV0IGkgPSAwOyBpIDwgNDI7IGkrKykge1xyXG4gICAgICBjb25zdCBkYXRlID0gbmV3IERhdGUoc3RhcnREYXRlKTtcclxuICAgICAgZGF0ZS5zZXREYXRlKHN0YXJ0RGF0ZS5nZXREYXRlKCkgKyBpKTtcclxuICAgICAgZGF5cy5wdXNoKGRhdGUpO1xyXG4gICAgfVxyXG4gIFxyXG4gICAgcmV0dXJuIGRheXM7XHJcbiAgfVxyXG4gIFxyXG4gIHByZXZMZWZ0KCk6IHZvaWQge1xyXG4gICAgdGhpcy5zaGlmdFZpZXdEYXRlKCdsZWZ0JywgLTEpO1xyXG4gIH1cclxuXHJcbiAgbmV4dExlZnQoKTogdm9pZCB7XHJcbiAgICB0aGlzLnNoaWZ0Vmlld0RhdGUoJ2xlZnQnLCAxKTtcclxuICB9XHJcblxyXG4gIHByZXZSaWdodCgpOiB2b2lkIHtcclxuICAgIHRoaXMuc2hpZnRWaWV3RGF0ZSgncmlnaHQnLCAtMSk7XHJcbiAgfVxyXG5cclxuICBuZXh0UmlnaHQoKTogdm9pZCB7XHJcbiAgICB0aGlzLnNoaWZ0Vmlld0RhdGUoJ3JpZ2h0JywgMSk7XHJcbiAgfVxyXG5cclxuICBzaGlmdFZpZXdEYXRlKHNpZGU6ICdsZWZ0JyB8ICdyaWdodCcsIHN0ZXA6IG51bWJlcik6IHZvaWQge1xyXG4gICAgY29uc3QgdmlldyA9IHNpZGUgPT09ICdsZWZ0JyA/IHRoaXMuY2FsZW5kYXJWaWV3TGVmdCA6IHRoaXMuY2FsZW5kYXJWaWV3UmlnaHQ7XHJcbiAgICBjb25zdCBiYXNlRGF0ZSA9IHNpZGUgPT09ICdsZWZ0JyA/IHRoaXMudmlld0RhdGVMZWZ0IDogdGhpcy52aWV3RGF0ZVJpZ2h0O1xyXG4gICAgY29uc3QgbW9udGggPSBiYXNlRGF0ZS5nZXRNb250aCgpO1xyXG4gICAgY29uc3QgeWVhciA9IGJhc2VEYXRlLmdldEZ1bGxZZWFyKCk7XHJcblxyXG4gICAgbGV0IG5ld0RhdGU6IERhdGU7XHJcbiAgICBpZiAodmlldyA9PT0gJ2RheScpIHtcclxuICAgICAgbmV3RGF0ZSA9IG5ldyBEYXRlKHllYXIsIG1vbnRoICsgc3RlcCwgMSk7XHJcbiAgICB9IGVsc2UgaWYgKHZpZXcgPT09ICdtb250aCcpIHtcclxuICAgICAgbmV3RGF0ZSA9IG5ldyBEYXRlKHllYXIgKyBzdGVwLCBtb250aCwgMSk7XHJcbiAgICB9IGVsc2Uge1xyXG4gICAgICBuZXdEYXRlID0gbmV3IERhdGUoeWVhciArIHN0ZXAgKiAxMCwgbW9udGgsIDEpO1xyXG4gICAgfVxyXG5cclxuICAgIGlmIChzaWRlID09PSAnbGVmdCcpIHtcclxuICAgICAgdGhpcy52aWV3RGF0ZUxlZnQgPSBuZXdEYXRlO1xyXG4gICAgfSBlbHNlIHtcclxuICAgICAgdGhpcy52aWV3RGF0ZVJpZ2h0ID0gbmV3RGF0ZTtcclxuICAgIH1cclxuXHJcbiAgICB0aGlzLmdlbmVyYXRlQ2FsZW5kYXJEYXlzKCk7XHJcbiAgfVxyXG5cclxuICBuZXh0VmlldyhzaWRlOiAnbGVmdCcgfCAncmlnaHQnKTogdm9pZCB7XHJcbiAgICBpZiAoc2lkZSA9PT0gJ2xlZnQnKSB7XHJcbiAgICAgIHRoaXMuY2FsZW5kYXJWaWV3TGVmdCA9IHRoaXMuY2FsZW5kYXJWaWV3TGVmdCA9PT0gJ2RheScgPyAnbW9udGgnIDogdGhpcy5jYWxlbmRhclZpZXdMZWZ0ID09PSAnbW9udGgnID8gJ3llYXInIDogJ2RheSc7XHJcbiAgICB9IGVsc2Uge1xyXG4gICAgICB0aGlzLmNhbGVuZGFyVmlld1JpZ2h0ID0gdGhpcy5jYWxlbmRhclZpZXdSaWdodCA9PT0gJ2RheScgPyAnbW9udGgnIDogdGhpcy5jYWxlbmRhclZpZXdSaWdodCA9PT0gJ21vbnRoJyA/ICd5ZWFyJyA6ICdkYXknO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgc2V0TW9udGgoc2lkZTogJ2xlZnQnIHwgJ3JpZ2h0JywgbW9udGg6IG51bWJlciwgZXZlbnQ/OiBNb3VzZUV2ZW50KTogdm9pZCB7XHJcbiAgICBldmVudD8uc3RvcFByb3BhZ2F0aW9uKCk7XHJcbiAgICBpZiAoc2lkZSA9PT0gJ2xlZnQnKSB7XHJcbiAgICAgIHRoaXMudmlld0RhdGVMZWZ0LnNldE1vbnRoKG1vbnRoKTtcclxuICAgICAgdGhpcy5jYWxlbmRhclZpZXdMZWZ0ID0gJ2RheSc7XHJcbiAgICB9IGVsc2Uge1xyXG4gICAgICB0aGlzLnZpZXdEYXRlUmlnaHQuc2V0TW9udGgobW9udGgpO1xyXG4gICAgICB0aGlzLmNhbGVuZGFyVmlld1JpZ2h0ID0gJ2RheSc7XHJcbiAgICB9XHJcbiAgICB0aGlzLmdlbmVyYXRlQ2FsZW5kYXJEYXlzKCk7XHJcbiAgfVxyXG4gIFxyXG4gIHNldFllYXIoc2lkZTogJ2xlZnQnIHwgJ3JpZ2h0JywgeWVhcjogbnVtYmVyLCBldmVudD86IE1vdXNlRXZlbnQpOiB2b2lkIHtcclxuICAgIGV2ZW50Py5zdG9wUHJvcGFnYXRpb24oKTtcclxuICAgIGlmIChzaWRlID09PSAnbGVmdCcpIHtcclxuICAgICAgdGhpcy52aWV3RGF0ZUxlZnQuc2V0RnVsbFllYXIoeWVhcik7XHJcbiAgICAgIHRoaXMuY2FsZW5kYXJWaWV3TGVmdCA9ICdtb250aCc7XHJcbiAgICB9IGVsc2Uge1xyXG4gICAgICB0aGlzLnZpZXdEYXRlUmlnaHQuc2V0RnVsbFllYXIoeWVhcik7XHJcbiAgICAgIHRoaXMuY2FsZW5kYXJWaWV3UmlnaHQgPSAnbW9udGgnO1xyXG4gICAgfVxyXG4gICAgdGhpcy5nZW5lcmF0ZUNhbGVuZGFyRGF5cygpO1xyXG4gIH1cclxuXHJcbiAgc2VsZWN0RGF0ZUZyb20oc2lkZTogJ2xlZnQnIHwgJ3JpZ2h0JywgZGF0ZTogRGF0ZSk6IHZvaWQge1xyXG4gICAgaWYgKHNpZGUgPT09ICdsZWZ0Jykge1xyXG4gICAgICB0aGlzLnN0YXJ0RGF0ZSA9IGRhdGU7XHJcbiAgICAgIHRoaXMuZW5kRGF0ZSA9IG51bGw7XHJcbiAgICB9IGVsc2Uge1xyXG4gICAgICBpZiAoIXRoaXMuc3RhcnREYXRlKSB7XHJcbiAgICAgICAgdGhpcy5zdGFydERhdGUgPSBkYXRlO1xyXG4gICAgICAgIHRoaXMuZW5kRGF0ZSA9IG51bGw7XHJcbiAgICAgICAgcmV0dXJuO1xyXG4gICAgICB9XHJcbiAgICAgIFxyXG4gICAgICBpZiAoZGF0ZSA+PSB0aGlzLnN0YXJ0RGF0ZSkge1xyXG4gICAgICAgIHRoaXMuZW5kRGF0ZSA9IGRhdGU7XHJcbiAgICAgICAgdGhpcy5jYWxlbmRhck9wZW4gPSBmYWxzZTtcclxuICAgICAgICB0aGlzLmRhdGVSYW5nZVNlbGVjdGVkLmVtaXQoeyBzdGFydDogdGhpcy5zdGFydERhdGUsIGVuZDogdGhpcy5lbmREYXRlIH0pO1xyXG4gICAgICB9IGVsc2Uge1xyXG4gICAgICAgIHRoaXMuc3RhcnREYXRlID0gZGF0ZTtcclxuICAgICAgICB0aGlzLmVuZERhdGUgPSBudWxsO1xyXG4gICAgICB9XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBpc0Rpc2FibGVkRGF0ZShkYXRlOiBEYXRlLCBzaWRlOiAnbGVmdCcgfCAncmlnaHQnKTogYm9vbGVhbiB7XHJcbiAgICBpZiAoc2lkZSA9PT0gJ3JpZ2h0Jykge1xyXG4gICAgICBpZiAoIXRoaXMuc3RhcnREYXRlKSB7XHJcbiAgICAgICAgcmV0dXJuIHRydWU7XHJcbiAgICAgIH1cclxuICAgICAgcmV0dXJuIGRhdGUgPD0gdGhpcy5zdGFydERhdGU7XHJcbiAgICB9XHJcbiAgXHJcbiAgICBpZiAoc2lkZSA9PT0gJ2xlZnQnKSB7XHJcbiAgICAgIHJldHVybiBmYWxzZTtcclxuICAgIH1cclxuICBcclxuICAgIHJldHVybiBmYWxzZTtcclxuICB9XHJcblxyXG4gIFxyXG4gIGlzU2FtZURhdGUoZDE6IERhdGUsIGQyOiBEYXRlIHwgbnVsbCk6IGJvb2xlYW4ge1xyXG4gICAgcmV0dXJuIGQyISAmJiBkMS5nZXREYXRlKCkgPT09IGQyLmdldERhdGUoKSAmJiBkMS5nZXRNb250aCgpID09PSBkMi5nZXRNb250aCgpICYmIGQxLmdldEZ1bGxZZWFyKCkgPT09IGQyLmdldEZ1bGxZZWFyKCk7XHJcbiAgfVxyXG5cclxuICBpc0RhdGVPdXRPZlJhbmdlKGRhdGU6IERhdGUsIHZpZXdEYXRlOiBEYXRlKTogYm9vbGVhbiB7XHJcbiAgICByZXR1cm4gKFxyXG4gICAgICBkYXRlLmdldE1vbnRoKCkgIT09IHZpZXdEYXRlLmdldE1vbnRoKCkgfHxcclxuICAgICAgZGF0ZS5nZXRGdWxsWWVhcigpICE9PSB2aWV3RGF0ZS5nZXRGdWxsWWVhcigpXHJcbiAgICApO1xyXG4gIH1cclxuXHJcbiAgaXNJblJhbmdlKGRhdGU6IERhdGUpOiBib29sZWFuIHtcclxuICAgIHJldHVybiB0aGlzLnN0YXJ0RGF0ZSEgJiYgdGhpcy5lbmREYXRlISAmJiBkYXRlID4gdGhpcy5zdGFydERhdGUgJiYgZGF0ZSA8IHRoaXMuZW5kRGF0ZTtcclxuICB9XHJcblxyXG4gIGlzSW5SYW5nZUZvclZpZXcoZGF0ZTogRGF0ZSwgdmlld0RhdGU6IERhdGUpOiBib29sZWFuIHtcclxuICAgIGlmICh0aGlzLmlzRGF0ZU91dE9mUmFuZ2UoZGF0ZSwgdmlld0RhdGUpKSB7XHJcbiAgICAgIHJldHVybiBmYWxzZTtcclxuICAgIH1cclxuICAgIHJldHVybiB0aGlzLnN0YXJ0RGF0ZSEgJiYgdGhpcy5lbmREYXRlISAmJiBkYXRlID4gdGhpcy5zdGFydERhdGUgJiYgZGF0ZSA8IHRoaXMuZW5kRGF0ZTtcclxuICB9XHJcblxyXG4gIGdldE1vbnRoTmFtZShpbmRleDogbnVtYmVyKTogc3RyaW5nIHtcclxuICAgIHJldHVybiB0aGlzLm1vbnRoc1tpbmRleF07XHJcbiAgfVxyXG5cclxuICBnZXREZWNhZGVTdGFydCh2aWV3RGF0ZTogRGF0ZSk6IG51bWJlciB7XHJcbiAgICByZXR1cm4gTWF0aC5mbG9vcih2aWV3RGF0ZS5nZXRGdWxsWWVhcigpIC8gMTApICogMTA7XHJcbiAgfVxyXG5cclxuICBjbG9zZUNhbGVuZGFyKCk6IHZvaWQge1xyXG4gICAgdGhpcy5jYWxlbmRhck9wZW4gPSBmYWxzZTtcclxuICAgIGlmICghdGhpcy5zdGFydERhdGUgfHwgIXRoaXMuZW5kRGF0ZSkge1xyXG4gICAgICB0aGlzLmVycm9yID0gdHJ1ZTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIEBIb3N0TGlzdGVuZXIoJ2RvY3VtZW50OmNsaWNrJywgWyckZXZlbnQnXSlcclxuICBoYW5kbGVPdXRzaWRlQ2xpY2soZXZlbnQ6IE1vdXNlRXZlbnQpOiB2b2lkIHtcclxuICAgIGNvbnN0IGNsaWNrZWRJbnNpZGUgPSB0aGlzLmVsUmVmLm5hdGl2ZUVsZW1lbnQuY29udGFpbnMoZXZlbnQudGFyZ2V0KTtcclxuICAgIGlmICghY2xpY2tlZEluc2lkZSAmJiB0aGlzLmNhbGVuZGFyT3Blbikge1xyXG4gICAgICB0aGlzLmNsb3NlQ2FsZW5kYXIoKTtcclxuICAgIH1cclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImRhdGUtcGlja2VyXCIgW2NsYXNzLmRpc2FibGVkXT1cImRpc2FibGVkXCI+XHJcbiAgPGRpdiBjbGFzcz1cInRleHRcIj5cclxuICAgIEBpZiAoaXNSZXF1aXJlZCkge1xyXG4gICAgICA8ZGl2IGNsYXNzPVwicmVxdWlyZWRcIj48L2Rpdj5cclxuICAgIH1cclxuXHJcbiAgICA8bGFiZWwgY2xhc3M9XCJsYWJlbFwiPnt7IGxhYmVsIH19PC9sYWJlbD5cclxuXHJcbiAgICBAaWYgKGljb25IZWxwKSB7XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJoZWxwLWljb25cIj5cclxuICAgICAgICA8aXVzLWljb24tbWQgaWNvbk5hbWU9XCJpY29uLWhlbHBcIj48L2l1cy1pY29uLW1kPlxyXG4gICAgICA8L2Rpdj5cclxuICAgICAgfVxyXG5cclxuICAgIDxsYWJlbCBjbGFzcz1cImxhYmVsXCI+OjwvbGFiZWw+XHJcbiAgPC9kaXY+XHJcblxyXG4gIDxkaXYgY2xhc3M9XCJpbnB1dC13cmFwcGVyXCI+XHJcbiAgICA8ZGl2XHJcbiAgICAgIGNsYXNzPVwiY29udGFpbmVyLXRleHRmaWVsZFwiXHJcbiAgICAgIFtuZ0NsYXNzXT1cIntcclxuICAgICAgICBkaXNhYmxlZDogZGlzYWJsZWQsXHJcbiAgICAgICAgZm9jdXNlZDogY2FsZW5kYXJPcGVuIHx8IGZvY3VzZWQsXHJcbiAgICAgICAgYWxlcnQ6ICFjYWxlbmRhck9wZW4gJiYgZXJyb3IgJiYgIWRpc2FibGVkLFxyXG4gICAgICAgIHNlbGVjdGVkOiBzdGFydERhdGUgJiYgZW5kRGF0ZVxyXG4gICAgICB9XCJcclxuICAgICAgKGNsaWNrKT1cInRvZ2dsZUNhbGVuZGFyKClcIlxyXG4gICAgPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiaW5wdXRcIj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJmZWNoYXNcIj5cclxuICAgICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgICAgW3BsYWNlaG9sZGVyXT1cInBsYWNlaG9sZGVyXCJcclxuICAgICAgICAgICAgICBbdmFsdWVdPVwic3RhcnREYXRlID8gKHN0YXJ0RGF0ZSB8IGRhdGUgOiAnZGQvTU0veXl5eScpIDogJydcIlxyXG4gICAgICAgICAgICAgIHJlYWRvbmx5XHJcbiAgICAgICAgICAgICAgW2Rpc2FibGVkXT1cImRpc2FibGVkXCJcclxuICAgICAgICAgICAgLz5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPGRpdiBzdHlsZT1cImNvbG9yOiAjNTk1OTU5O1wiPlxyXG4gICAgICAgICAgICA8aXVzLWljb24tbWQgW2ljb25OYW1lXT1cIidpY29uLWVhc3QnXCIgPjwvaXVzLWljb24tbWQ+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJmZWNoYXNcIj5cclxuICAgICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgICAgW3BsYWNlaG9sZGVyXT1cInBsYWNlaG9sZGVyXCJcclxuICAgICAgICAgICAgICBbdmFsdWVdPVwiZW5kRGF0ZSA/IChlbmREYXRlIHwgZGF0ZSA6ICdkZC9NTS95eXl5JykgOiAnJ1wiXHJcbiAgICAgICAgICAgICAgcmVhZG9ubHlcclxuICAgICAgICAgICAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIlxyXG4gICAgICAgICAgICAvPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNudC1pY29uLXJpZ2h0XCI+XHJcbiAgICAgICAgICA8aXVzLWljb24tbWQgaWNvbk5hbWU9XCJpY29uLWNhbGVuZGFyLXRvZGF5XCI+PC9pdXMtaWNvbi1tZD5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuXHJcbiAgICBAaWYgKGNhbGVuZGFyT3Blbikge1xyXG4gICAgICA8ZGl2IGNsYXNzPVwiY2FsZW5kYXItb3ZlcmxheVwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJtZXNcIj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjYWxlbmRhci1oZWFkZXJcIj5cclxuICAgICAgICAgICAgPGl1cy1idXR0b24tc3RhbmRhcmQtdGVydGlhcnkgaWNvbk5hbWU9XCJpY29uLWtleWJvYXJkLWFycm93LWxlZnRcIiAoYnV0dG9uQ2xpY2tlZCk9XCJwcmV2TGVmdCgpXCI+PC9pdXMtYnV0dG9uLXN0YW5kYXJkLXRlcnRpYXJ5PlxyXG4gICAgICBcclxuICAgICAgICAgICAgPHNwYW4gKGNsaWNrKT1cIm5leHRWaWV3KCdsZWZ0JylcIj5cclxuICAgICAgICAgICAgICBAc3dpdGNoIChjYWxlbmRhclZpZXdMZWZ0KSB7XHJcbiAgICAgICAgICAgICAgICBAY2FzZSAoJ2RheScpIHsge3sgZ2V0TW9udGhOYW1lKHZpZXdEYXRlTGVmdC5nZXRNb250aCgpKSB9fSB7eyB2aWV3RGF0ZUxlZnQuZ2V0RnVsbFllYXIoKSB9fSB9XHJcbiAgICAgICAgICAgICAgICBAY2FzZSAoJ21vbnRoJykgeyB7eyB2aWV3RGF0ZUxlZnQuZ2V0RnVsbFllYXIoKSB9fSB9XHJcbiAgICAgICAgICAgICAgICBAY2FzZSAoJ3llYXInKSB7IHt7IGdldERlY2FkZVN0YXJ0KHZpZXdEYXRlTGVmdCkgfX3igJN7eyBnZXREZWNhZGVTdGFydCh2aWV3RGF0ZUxlZnQpICsgOSB9fSB9XHJcbiAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICA8L3NwYW4+XHJcbiAgICAgIFxyXG4gICAgICAgICAgICA8aXVzLWJ1dHRvbi1zdGFuZGFyZC10ZXJ0aWFyeSBpY29uTmFtZT1cImljb24ta2V5Ym9hcmQtYXJyb3ctcmlnaHRcIiAoYnV0dG9uQ2xpY2tlZCk9XCJuZXh0TGVmdCgpXCI+PC9pdXMtYnV0dG9uLXN0YW5kYXJkLXRlcnRpYXJ5PlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgIFxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNhbGVuZGFyLWJvZHlcIj5cclxuICAgICAgICAgICAgQHN3aXRjaCAoY2FsZW5kYXJWaWV3TGVmdCkge1xyXG4gICAgICAgICAgICAgIEBjYXNlICgnZGF5Jykge1xyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImdyaWQgZGF5c1wiPlxyXG4gICAgICAgICAgICAgICAgICBAZm9yIChkYXkgb2YgZGF5TGFiZWxzOyB0cmFjayBkYXkpIHsgPGRpdiBjbGFzcz1cImhlYWRlclwiPnt7IGRheSB9fTwvZGl2PiB9XHJcbiAgICAgICAgICAgICAgICAgIEBmb3IgKGRhdGUgb2YgY2FsZW5kYXJEYXlzTGVmdDsgdHJhY2sgZGF0ZSkge1xyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjZWxsXCJcclxuICAgICAgICAgICAgICAgICAgICAgIFtjbGFzcy5zZWxlY3RlZF09XCJpc1NhbWVEYXRlKGRhdGUsIHN0YXJ0RGF0ZSlcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgW2NsYXNzLnJhbmdlXT1cImlzSW5SYW5nZUZvclZpZXcoZGF0ZSwgdmlld0RhdGVMZWZ0KVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICBbY2xhc3Mub3V0LW9mLXJhbmdlXT1cImlzRGF0ZU91dE9mUmFuZ2UoZGF0ZSwgdmlld0RhdGVMZWZ0KVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwic2VsZWN0RGF0ZUZyb20oJ2xlZnQnLCBkYXRlKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAge3sgZGF0ZS5nZXREYXRlKCkgfX1cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgIEBjYXNlICgnbW9udGgnKSB7XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZ3JpZCBtb250aHNcIj5cclxuICAgICAgICAgICAgICAgICAgQGZvciAobSBvZiBtb250aHM7IHRyYWNrIG07IGxldCBpID0gJGluZGV4KSB7XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNlbGxcIiAoY2xpY2spPVwic2V0TW9udGgoJ2xlZnQnLCBpLCAkZXZlbnQpXCI+e3sgbSB9fTwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgQGNhc2UgKCd5ZWFyJykge1xyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImdyaWQgeWVhcnNcIj5cclxuICAgICAgICAgICAgICAgICAgQGZvciAoaSBvZiB5ZWFyc0FycmF5OyB0cmFjayBpKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNlbGxcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgW2NsYXNzLm91dC1vZi1yYW5nZV09XCJpID09PSAwIHx8IGkgPT09IDExXCJcclxuICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJzZXRZZWFyKCdsZWZ0JywgZ2V0RGVjYWRlU3RhcnQodmlld0RhdGVMZWZ0KSAtIDEgKyBpLCAkZXZlbnQpXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICB7eyBnZXREZWNhZGVTdGFydCh2aWV3RGF0ZUxlZnQpIC0gMSArIGkgfX1cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgPGRpdiBjbGFzcz1cIm1lc1wiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNhbGVuZGFyLWhlYWRlclwiPlxyXG4gICAgICAgICAgICA8aXVzLWJ1dHRvbi1zdGFuZGFyZC10ZXJ0aWFyeSBpY29uTmFtZT1cImljb24ta2V5Ym9hcmQtYXJyb3ctbGVmdFwiIChidXR0b25DbGlja2VkKT1cInByZXZSaWdodCgpXCI+PC9pdXMtYnV0dG9uLXN0YW5kYXJkLXRlcnRpYXJ5PlxyXG4gICAgICBcclxuICAgICAgICAgICAgPHNwYW4gKGNsaWNrKT1cIm5leHRWaWV3KCdyaWdodCcpXCI+XHJcbiAgICAgICAgICAgICAgQHN3aXRjaCAoY2FsZW5kYXJWaWV3UmlnaHQpIHtcclxuICAgICAgICAgICAgICAgIEBjYXNlICgnZGF5JykgeyB7eyBnZXRNb250aE5hbWUodmlld0RhdGVSaWdodC5nZXRNb250aCgpKSB9fSB7eyB2aWV3RGF0ZVJpZ2h0LmdldEZ1bGxZZWFyKCkgfX0gfVxyXG4gICAgICAgICAgICAgICAgQGNhc2UgKCdtb250aCcpIHsge3sgdmlld0RhdGVSaWdodC5nZXRGdWxsWWVhcigpIH19IH1cclxuICAgICAgICAgICAgICAgIEBjYXNlICgneWVhcicpIHsge3sgZ2V0RGVjYWRlU3RhcnQodmlld0RhdGVSaWdodCkgfX3igJN7eyBnZXREZWNhZGVTdGFydCh2aWV3RGF0ZVJpZ2h0KSArIDkgfX0gfVxyXG4gICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgPC9zcGFuPlxyXG4gICAgICBcclxuICAgICAgICAgICAgPGl1cy1idXR0b24tc3RhbmRhcmQtdGVydGlhcnkgaWNvbk5hbWU9XCJpY29uLWtleWJvYXJkLWFycm93LXJpZ2h0XCIgKGJ1dHRvbkNsaWNrZWQpPVwibmV4dFJpZ2h0KClcIj48L2l1cy1idXR0b24tc3RhbmRhcmQtdGVydGlhcnk+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgXHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2FsZW5kYXItYm9keVwiPlxyXG4gICAgICAgICAgICBAc3dpdGNoIChjYWxlbmRhclZpZXdSaWdodCkge1xyXG4gICAgICAgICAgICAgIEBjYXNlICgnZGF5Jykge1xyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImdyaWQgZGF5c1wiPlxyXG4gICAgICAgICAgICAgICAgICBAZm9yIChkYXkgb2YgZGF5TGFiZWxzOyB0cmFjayBkYXkpIHsgPGRpdiBjbGFzcz1cImhlYWRlclwiPnt7IGRheSB9fTwvZGl2PiB9XHJcbiAgICAgICAgICAgICAgICAgIEBmb3IgKGRhdGUgb2YgY2FsZW5kYXJEYXlzUmlnaHQ7IHRyYWNrIGRhdGUpIHtcclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2VsbFwiXHJcbiAgICAgICAgICAgICAgICAgICAgW2NsYXNzLnNlbGVjdGVkXT1cImlzU2FtZURhdGUoZGF0ZSwgZW5kRGF0ZSlcIlxyXG4gICAgICAgICAgICAgICAgICAgIFtjbGFzcy5yYW5nZV09XCJpc0luUmFuZ2VGb3JWaWV3KGRhdGUsIHZpZXdEYXRlUmlnaHQpXCJcclxuICAgICAgICAgICAgICAgICAgICBbY2xhc3Mub3V0LW9mLXJhbmdlXT1cImlzRGF0ZU91dE9mUmFuZ2UoZGF0ZSwgdmlld0RhdGVSaWdodClcIlxyXG4gICAgICAgICAgICAgICAgICAgIFtjbGFzcy5kaXNhYmxlZF09XCJpc0Rpc2FibGVkRGF0ZShkYXRlLCAncmlnaHQnKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cIiFpc0Rpc2FibGVkRGF0ZShkYXRlLCAncmlnaHQnKSAmJiBzZWxlY3REYXRlRnJvbSgncmlnaHQnLCBkYXRlKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIHt7IGRhdGUuZ2V0RGF0ZSgpIH19XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICBAY2FzZSAoJ21vbnRoJykge1xyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImdyaWQgbW9udGhzXCI+XHJcbiAgICAgICAgICAgICAgICAgIEBmb3IgKG0gb2YgbW9udGhzOyB0cmFjayBtOyBsZXQgaSA9ICRpbmRleCkge1xyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjZWxsXCIgKGNsaWNrKT1cInNldE1vbnRoKCdyaWdodCcsIGksICRldmVudClcIj57eyBtIH19PC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICBAY2FzZSAoJ3llYXInKSB7XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZ3JpZCB5ZWFyc1wiPlxyXG4gICAgICAgICAgICAgICAgICBAZm9yIChpIG9mIHllYXJzQXJyYXk7IHRyYWNrIGkpIHtcclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2VsbFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICBbY2xhc3Mub3V0LW9mLXJhbmdlXT1cImkgPT09IDAgfHwgaSA9PT0gMTFcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cInNldFllYXIoJ3JpZ2h0JywgZ2V0RGVjYWRlU3RhcnQodmlld0RhdGVSaWdodCkgLSAxICsgaSwgJGV2ZW50KVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAge3sgZ2V0RGVjYWRlU3RhcnQodmlld0RhdGVSaWdodCkgLSAxICsgaSB9fVxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgIH1cclxuICA8L2Rpdj5cclxuICBAaWYgKGhlbHBUZXh0ICYmIGZvY3VzZWQgJiYgIWVycm9yKSB7XHJcbiAgICA8ZGl2IGNsYXNzPVwiaGVscC10ZXh0XCI+XHJcbiAgICAgIHt7aGVscFRleHR9fVxyXG4gICAgPC9kaXY+XHJcbiAgfVxyXG4gIEBpZiAoaGVscFRleHRFcnJvciAmJiBlcnJvcikge1xyXG4gICAgPGRpdiBjbGFzcz1cImhlbHAtdGV4dC1lcnJvclwiPlxyXG4gICAgICB7e2hlbHBUZXh0RXJyb3J9fVxyXG4gICAgPC9kaXY+XHJcbiAgfVxyXG48L2Rpdj4iXX0=
@@ -1,2 +0,0 @@
1
- export * from './double-date-picker.component';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9kb3VibGUtZGF0ZS1waWNrZXIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxnQ0FBZ0MsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vZG91YmxlLWRhdGUtcGlja2VyLmNvbXBvbmVudCc7XHJcblxyXG4iXX0=
@@ -1,71 +0,0 @@
1
- import { animate, state, style, transition, trigger } from '@angular/animations';
2
- import { Component, EventEmitter, Input, Output } from '@angular/core';
3
- import { LinearProgressBarComponent } from "../linear-progress-bar/linear-progress-bar.component";
4
- import { ButtonCircleTertiaryComponent } from "../button-circle-tertiary/button-circle-tertiary.component";
5
- import * as i0 from "@angular/core";
6
- export class DrawerContainerRightComponent {
7
- constructor() {
8
- this.titleDrawer = "Title Drawer";
9
- this.percentProgressBar = 50;
10
- this.onPressedBackEvent = new EventEmitter();
11
- this.onDrawerClosed = new EventEmitter();
12
- this.isVisible = true;
13
- }
14
- close() {
15
- this.isVisible = false;
16
- }
17
- onAnimDone(event) {
18
- if (event.toState === 'void') {
19
- this.onDrawerClosed.emit();
20
- }
21
- }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DrawerContainerRightComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
23
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: DrawerContainerRightComponent, isStandalone: true, selector: "ius-drawer-container-right", inputs: { titleDrawer: "titleDrawer", percentProgressBar: "percentProgressBar" }, outputs: { onPressedBackEvent: "onPressedBackEvent", onDrawerClosed: "onDrawerClosed" }, ngImport: i0, template: "<div class=\"background-drawer\">\r\n @if (isVisible) {\r\n <div class=\"create-container\" @slideInOut (@slideInOut.done)=\"onAnimDone($event)\">\r\n <div class=\"header-drawer\">\r\n <div class=\"button-header-drawer\">\r\n <ius-button-circle-tertiary\r\n (buttonClicked)=\"close()\"\r\n iconName=\"icon-arrow-left-alt\"\r\n ></ius-button-circle-tertiary>\r\n </div>\r\n <div class=\"title-header-drawer\">{{ titleDrawer }}</div>\r\n </div>\r\n <ius-linear-progress-bar\r\n [porcentaje]=\"percentProgressBar\"\r\n ></ius-linear-progress-bar>\r\n <div\r\n class=\"scrollable\"\r\n style=\"height: calc(100% - 69px); overflow-y:auto;\"\r\n >\r\n <ng-content></ng-content>\r\n </div>\r\n </div>\r\n }\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.background-drawer{position:absolute;top:0;left:0;display:flex;height:100%;width:100%;justify-content:center;background-color:#0003;transition:.2s ease-in-out;align-items:center;z-index:900}.create-container{height:calc(100vh - 60px);position:absolute;z-index:1000;width:390px;top:60px;right:0;background-color:#fff;border-radius:8px 0 0 8px;box-shadow:0 2px 6px 3px #00000026,0 1px 3px #0000004d}.header-drawer{display:flex;padding:12px 16px}.title-header-drawer{width:100%;font-family:Roboto,sans-serif;font-size:1.25rem;color:#333;line-height:26px;letter-spacing:.2px;padding-top:10px;font-weight:700;display:flex;justify-content:center;overflow:hidden;white-space:normal;text-overflow:ellipsis}.button-header-drawer{margin-left:3px;margin-top:1px}.scrollable{overflow-y:auto;overflow-x:hidden}.scrollable::-webkit-scrollbar{-webkit-appearance:none}.scrollable::-webkit-scrollbar:vertical{width:7px}.scrollable::-webkit-scrollbar-thumb{background-color:#d8d6d6;border-radius:20px}\n"], dependencies: [{ kind: "component", type: LinearProgressBarComponent, selector: "ius-linear-progress-bar", inputs: ["porcentaje"] }, { kind: "component", type: ButtonCircleTertiaryComponent, selector: "ius-button-circle-tertiary", inputs: ["disabled", "iconName"], outputs: ["buttonClicked"] }], animations: [
24
- trigger('slideInOut', [
25
- state('void', style({
26
- transform: 'translateX(100%)',
27
- opacity: 0
28
- })),
29
- state('*', style({
30
- transform: 'translateX(0)',
31
- opacity: 1
32
- })),
33
- transition('void => *', [
34
- animate('300ms ease-in')
35
- ]),
36
- transition('* => void', [
37
- animate('300ms ease-out')
38
- ])
39
- ])
40
- ] }); }
41
- }
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DrawerContainerRightComponent, decorators: [{
43
- type: Component,
44
- args: [{ selector: 'ius-drawer-container-right', standalone: true, imports: [LinearProgressBarComponent, ButtonCircleTertiaryComponent], animations: [
45
- trigger('slideInOut', [
46
- state('void', style({
47
- transform: 'translateX(100%)',
48
- opacity: 0
49
- })),
50
- state('*', style({
51
- transform: 'translateX(0)',
52
- opacity: 1
53
- })),
54
- transition('void => *', [
55
- animate('300ms ease-in')
56
- ]),
57
- transition('* => void', [
58
- animate('300ms ease-out')
59
- ])
60
- ])
61
- ], template: "<div class=\"background-drawer\">\r\n @if (isVisible) {\r\n <div class=\"create-container\" @slideInOut (@slideInOut.done)=\"onAnimDone($event)\">\r\n <div class=\"header-drawer\">\r\n <div class=\"button-header-drawer\">\r\n <ius-button-circle-tertiary\r\n (buttonClicked)=\"close()\"\r\n iconName=\"icon-arrow-left-alt\"\r\n ></ius-button-circle-tertiary>\r\n </div>\r\n <div class=\"title-header-drawer\">{{ titleDrawer }}</div>\r\n </div>\r\n <ius-linear-progress-bar\r\n [porcentaje]=\"percentProgressBar\"\r\n ></ius-linear-progress-bar>\r\n <div\r\n class=\"scrollable\"\r\n style=\"height: calc(100% - 69px); overflow-y:auto;\"\r\n >\r\n <ng-content></ng-content>\r\n </div>\r\n </div>\r\n }\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.background-drawer{position:absolute;top:0;left:0;display:flex;height:100%;width:100%;justify-content:center;background-color:#0003;transition:.2s ease-in-out;align-items:center;z-index:900}.create-container{height:calc(100vh - 60px);position:absolute;z-index:1000;width:390px;top:60px;right:0;background-color:#fff;border-radius:8px 0 0 8px;box-shadow:0 2px 6px 3px #00000026,0 1px 3px #0000004d}.header-drawer{display:flex;padding:12px 16px}.title-header-drawer{width:100%;font-family:Roboto,sans-serif;font-size:1.25rem;color:#333;line-height:26px;letter-spacing:.2px;padding-top:10px;font-weight:700;display:flex;justify-content:center;overflow:hidden;white-space:normal;text-overflow:ellipsis}.button-header-drawer{margin-left:3px;margin-top:1px}.scrollable{overflow-y:auto;overflow-x:hidden}.scrollable::-webkit-scrollbar{-webkit-appearance:none}.scrollable::-webkit-scrollbar:vertical{width:7px}.scrollable::-webkit-scrollbar-thumb{background-color:#d8d6d6;border-radius:20px}\n"] }]
62
- }], propDecorators: { titleDrawer: [{
63
- type: Input
64
- }], percentProgressBar: [{
65
- type: Input
66
- }], onPressedBackEvent: [{
67
- type: Output
68
- }], onDrawerClosed: [{
69
- type: Output
70
- }] } });
71
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhd2VyLWNvbnRhaW5lci1yaWdodC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9kcmF3ZXItY29udGFpbmVyLXJpZ2h0L2RyYXdlci1jb250YWluZXItcmlnaHQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvZHJhd2VyLWNvbnRhaW5lci1yaWdodC9kcmF3ZXItY29udGFpbmVyLXJpZ2h0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLEtBQUssRUFBRSxVQUFVLEVBQUUsT0FBTyxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDakYsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN2RSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxzREFBc0QsQ0FBQztBQUNsRyxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSw0REFBNEQsQ0FBQzs7QUEyQjNHLE1BQU0sT0FBTyw2QkFBNkI7SUF6QjFDO1FBMEJXLGdCQUFXLEdBQVcsY0FBYyxDQUFDO1FBQ3JDLHVCQUFrQixHQUFXLEVBQUUsQ0FBQztRQUUvQix1QkFBa0IsR0FBc0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUMzRCxtQkFBYyxHQUFHLElBQUksWUFBWSxFQUFRLENBQUM7UUFFcEQsY0FBUyxHQUFZLElBQUksQ0FBQztLQVczQjtJQVRDLEtBQUs7UUFDSCxJQUFJLENBQUMsU0FBUyxHQUFHLEtBQUssQ0FBQztJQUN6QixDQUFDO0lBRUQsVUFBVSxDQUFDLEtBQVU7UUFDbkIsSUFBSSxLQUFLLENBQUMsT0FBTyxLQUFLLE1BQU0sRUFBRSxDQUFDO1lBQzdCLElBQUksQ0FBQyxjQUFjLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDN0IsQ0FBQztJQUNILENBQUM7K0dBakJVLDZCQUE2QjttR0FBN0IsNkJBQTZCLGlRQzlCMUMsdXlCQXdCQSx1K0VEaEJZLDBCQUEwQiw0RkFBRSw2QkFBNkIsdUhBR3ZEO1lBQ1YsT0FBTyxDQUFDLFlBQVksRUFBRTtnQkFDcEIsS0FBSyxDQUFDLE1BQU0sRUFBRSxLQUFLLENBQUM7b0JBQ2xCLFNBQVMsRUFBRSxrQkFBa0I7b0JBQzdCLE9BQU8sRUFBRSxDQUFDO2lCQUNYLENBQUMsQ0FBQztnQkFDSCxLQUFLLENBQUMsR0FBRyxFQUFFLEtBQUssQ0FBQztvQkFDZixTQUFTLEVBQUUsZUFBZTtvQkFDMUIsT0FBTyxFQUFFLENBQUM7aUJBQ1gsQ0FBQyxDQUFDO2dCQUNILFVBQVUsQ0FBQyxXQUFXLEVBQUU7b0JBQ3RCLE9BQU8sQ0FBQyxlQUFlLENBQUM7aUJBQ3pCLENBQUM7Z0JBQ0YsVUFBVSxDQUFDLFdBQVcsRUFBRTtvQkFDdEIsT0FBTyxDQUFDLGdCQUFnQixDQUFDO2lCQUMxQixDQUFDO2FBQ0gsQ0FBQztTQUNIOzs0RkFFVSw2QkFBNkI7a0JBekJ6QyxTQUFTOytCQUNFLDRCQUE0QixjQUMxQixJQUFJLFdBQ1AsQ0FBQywwQkFBMEIsRUFBRSw2QkFBNkIsQ0FBQyxjQUd4RDt3QkFDVixPQUFPLENBQUMsWUFBWSxFQUFFOzRCQUNwQixLQUFLLENBQUMsTUFBTSxFQUFFLEtBQUssQ0FBQztnQ0FDbEIsU0FBUyxFQUFFLGtCQUFrQjtnQ0FDN0IsT0FBTyxFQUFFLENBQUM7NkJBQ1gsQ0FBQyxDQUFDOzRCQUNILEtBQUssQ0FBQyxHQUFHLEVBQUUsS0FBSyxDQUFDO2dDQUNmLFNBQVMsRUFBRSxlQUFlO2dDQUMxQixPQUFPLEVBQUUsQ0FBQzs2QkFDWCxDQUFDLENBQUM7NEJBQ0gsVUFBVSxDQUFDLFdBQVcsRUFBRTtnQ0FDdEIsT0FBTyxDQUFDLGVBQWUsQ0FBQzs2QkFDekIsQ0FBQzs0QkFDRixVQUFVLENBQUMsV0FBVyxFQUFFO2dDQUN0QixPQUFPLENBQUMsZ0JBQWdCLENBQUM7NkJBQzFCLENBQUM7eUJBQ0gsQ0FBQztxQkFDSDs4QkFHUSxXQUFXO3NCQUFuQixLQUFLO2dCQUNHLGtCQUFrQjtzQkFBMUIsS0FBSztnQkFFSSxrQkFBa0I7c0JBQTNCLE1BQU07Z0JBQ0csY0FBYztzQkFBdkIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGFuaW1hdGUsIHN0YXRlLCBzdHlsZSwgdHJhbnNpdGlvbiwgdHJpZ2dlciB9IGZyb20gJ0Bhbmd1bGFyL2FuaW1hdGlvbnMnO1xyXG5pbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBMaW5lYXJQcm9ncmVzc0JhckNvbXBvbmVudCB9IGZyb20gXCIuLi9saW5lYXItcHJvZ3Jlc3MtYmFyL2xpbmVhci1wcm9ncmVzcy1iYXIuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IEJ1dHRvbkNpcmNsZVRlcnRpYXJ5Q29tcG9uZW50IH0gZnJvbSBcIi4uL2J1dHRvbi1jaXJjbGUtdGVydGlhcnkvYnV0dG9uLWNpcmNsZS10ZXJ0aWFyeS5jb21wb25lbnRcIjtcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnaXVzLWRyYXdlci1jb250YWluZXItcmlnaHQnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW0xpbmVhclByb2dyZXNzQmFyQ29tcG9uZW50LCBCdXR0b25DaXJjbGVUZXJ0aWFyeUNvbXBvbmVudF0sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2RyYXdlci1jb250YWluZXItcmlnaHQuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9kcmF3ZXItY29udGFpbmVyLXJpZ2h0LmNvbXBvbmVudC5zY3NzJyxcclxuICBhbmltYXRpb25zOiBbXHJcbiAgICB0cmlnZ2VyKCdzbGlkZUluT3V0JywgW1xyXG4gICAgICBzdGF0ZSgndm9pZCcsIHN0eWxlKHtcclxuICAgICAgICB0cmFuc2Zvcm06ICd0cmFuc2xhdGVYKDEwMCUpJyxcclxuICAgICAgICBvcGFjaXR5OiAwXHJcbiAgICAgIH0pKSxcclxuICAgICAgc3RhdGUoJyonLCBzdHlsZSh7XHJcbiAgICAgICAgdHJhbnNmb3JtOiAndHJhbnNsYXRlWCgwKScsXHJcbiAgICAgICAgb3BhY2l0eTogMVxyXG4gICAgICB9KSksXHJcbiAgICAgIHRyYW5zaXRpb24oJ3ZvaWQgPT4gKicsIFtcclxuICAgICAgICBhbmltYXRlKCczMDBtcyBlYXNlLWluJylcclxuICAgICAgXSksXHJcbiAgICAgIHRyYW5zaXRpb24oJyogPT4gdm9pZCcsIFtcclxuICAgICAgICBhbmltYXRlKCczMDBtcyBlYXNlLW91dCcpXHJcbiAgICAgIF0pXHJcbiAgICBdKVxyXG4gIF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBEcmF3ZXJDb250YWluZXJSaWdodENvbXBvbmVudCB7XHJcbiAgQElucHV0KCkgdGl0bGVEcmF3ZXI6IHN0cmluZyA9IFwiVGl0bGUgRHJhd2VyXCI7XHJcbiAgQElucHV0KCkgcGVyY2VudFByb2dyZXNzQmFyOiBudW1iZXIgPSA1MDtcclxuXHJcbiAgQE91dHB1dCgpIG9uUHJlc3NlZEJhY2tFdmVudDogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcbiAgQE91dHB1dCgpIG9uRHJhd2VyQ2xvc2VkID0gbmV3IEV2ZW50RW1pdHRlcjx2b2lkPigpO1xyXG4gIFxyXG4gIGlzVmlzaWJsZTogYm9vbGVhbiA9IHRydWU7XHJcblxyXG4gIGNsb3NlKCkge1xyXG4gICAgdGhpcy5pc1Zpc2libGUgPSBmYWxzZTtcclxuICB9XHJcblxyXG4gIG9uQW5pbURvbmUoZXZlbnQ6IGFueSkge1xyXG4gICAgaWYgKGV2ZW50LnRvU3RhdGUgPT09ICd2b2lkJykge1xyXG4gICAgICB0aGlzLm9uRHJhd2VyQ2xvc2VkLmVtaXQoKTtcclxuICAgIH1cclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImJhY2tncm91bmQtZHJhd2VyXCI+XHJcbiAgQGlmIChpc1Zpc2libGUpIHtcclxuICA8ZGl2IGNsYXNzPVwiY3JlYXRlLWNvbnRhaW5lclwiIEBzbGlkZUluT3V0IChAc2xpZGVJbk91dC5kb25lKT1cIm9uQW5pbURvbmUoJGV2ZW50KVwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImhlYWRlci1kcmF3ZXJcIj5cclxuICAgICAgPGRpdiBjbGFzcz1cImJ1dHRvbi1oZWFkZXItZHJhd2VyXCI+XHJcbiAgICAgICAgPGl1cy1idXR0b24tY2lyY2xlLXRlcnRpYXJ5XHJcbiAgICAgICAgICAoYnV0dG9uQ2xpY2tlZCk9XCJjbG9zZSgpXCJcclxuICAgICAgICAgIGljb25OYW1lPVwiaWNvbi1hcnJvdy1sZWZ0LWFsdFwiXHJcbiAgICAgICAgPjwvaXVzLWJ1dHRvbi1jaXJjbGUtdGVydGlhcnk+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICA8ZGl2IGNsYXNzPVwidGl0bGUtaGVhZGVyLWRyYXdlclwiPnt7IHRpdGxlRHJhd2VyIH19PC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxpdXMtbGluZWFyLXByb2dyZXNzLWJhclxyXG4gICAgICBbcG9yY2VudGFqZV09XCJwZXJjZW50UHJvZ3Jlc3NCYXJcIlxyXG4gICAgPjwvaXVzLWxpbmVhci1wcm9ncmVzcy1iYXI+XHJcbiAgICA8ZGl2XHJcbiAgICAgIGNsYXNzPVwic2Nyb2xsYWJsZVwiXHJcbiAgICAgIHN0eWxlPVwiaGVpZ2h0OiBjYWxjKDEwMCUgLSA2OXB4KTsgb3ZlcmZsb3cteTphdXRvO1wiXHJcbiAgICA+XHJcbiAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG4gIH1cclxuPC9kaXY+XHJcbiJdfQ==
@@ -1,2 +0,0 @@
1
- export * from './drawer-container-right.component';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9kcmF3ZXItY29udGFpbmVyLXJpZ2h0L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsb0NBQW9DLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2RyYXdlci1jb250YWluZXItcmlnaHQuY29tcG9uZW50JztcclxuIl19
@@ -1,77 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { Component, EventEmitter, HostListener, Input, Output, } from '@angular/core';
3
- import { IconSmComponent } from '../icon-sm/icon-sm.component';
4
- import { IconMdComponent } from "../icon-md/icon-md.component";
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "@angular/common";
7
- export class DropdownComponent {
8
- get currentLabel() {
9
- if (this.selectedIndex !== null && this.options[this.selectedIndex]) {
10
- return this.options[this.selectedIndex].label;
11
- }
12
- return this.defaultLabel;
13
- }
14
- constructor(elementRef) {
15
- this.elementRef = elementRef;
16
- this.isActive = false;
17
- this.iconName = '';
18
- this.disabled = false;
19
- this.defaultLabel = '';
20
- this.options = [];
21
- this.buttonClicked = new EventEmitter();
22
- this.optionSelected = new EventEmitter();
23
- this.isOpen = false;
24
- this.selectedIndex = null;
25
- }
26
- ngOnChanges(changes) {
27
- if (changes['options']) {
28
- const checkedIndex = this.options.findIndex(opt => opt.checked && !opt.disabled);
29
- this.selectedIndex = checkedIndex !== -1 ? checkedIndex : null;
30
- }
31
- }
32
- onDocumentClick(event) {
33
- if (!this.isOpen) {
34
- return;
35
- }
36
- const target = event.target;
37
- if (!this.elementRef.nativeElement.contains(target)) {
38
- this.isOpen = false;
39
- }
40
- }
41
- onClick() {
42
- this.isOpen = !this.isOpen;
43
- this.buttonClicked.emit();
44
- }
45
- onSelectOption(index, option) {
46
- if (option.disabled)
47
- return;
48
- this.selectedIndex = index;
49
- this.options = this.options.map((opt, i) => ({ ...opt, checked: i === index }));
50
- this.optionSelected.emit(option);
51
- this.isOpen = false;
52
- }
53
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DropdownComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
54
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: DropdownComponent, isStandalone: true, selector: "ius-dropdown", inputs: { isActive: "isActive", iconName: "iconName", disabled: "disabled", defaultLabel: "defaultLabel", options: "options" }, outputs: { buttonClicked: "buttonClicked", optionSelected: "optionSelected" }, host: { listeners: { "document:click": "onDocumentClick($event)" } }, usesOnChanges: true, ngImport: i0, template: "<div class=\"dropdown-container\">\r\n <button [disabled]=\"disabled\" (click)=\"onClick()\" class=\"ius-btn\" [ngClass]=\"{ isActive: isActive || isOpen }\">\r\n @if(iconName){\r\n <ius-icon-md [iconName]=\"iconName\" class=\"icon-color\"></ius-icon-md>\r\n }\r\n <span class=\"btn-label\">{{ currentLabel }}</span>\r\n <ius-icon-sm\r\n class=\"arrow\"\r\n [iconName]=\"\r\n isOpen ? 'icon-keyboard-arrow-up' : 'icon-keyboard-arrow-down'\r\n \"\r\n ></ius-icon-sm>\r\n </button>\r\n \r\n @if (isOpen) {\r\n <div class=\"dropdown-menu\">\r\n @for (option of options; track option; let i = $index) {\r\n <div\r\n class=\"dropdown-option\"\r\n [ngClass]=\"{\r\n isDisabled: option.disabled,\r\n isSelected: selectedIndex === i\r\n }\"\r\n (click)=\"onSelectOption(i, option)\"\r\n >\r\n <ius-icon-md iconName=\"icon-docs-2\" class=\"icon-doc-color\"></ius-icon-md>\r\n <span>{{ option.label }}</span>\r\n @if (selectedIndex === i && !option.disabled) {\r\n <ius-icon-sm iconName=\"icon-check-circle\" class=\"selected-check\"></ius-icon-sm>\r\n }\r\n </div>\r\n }\r\n </div>\r\n }\r\n </div>\r\n ", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}:host{display:block;width:100%;min-width:0}.icon-color,.icon-doc-color{color:#5892ff}.arrow{margin-left:auto;padding-bottom:5px}.btn-label{flex:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}.ius-btn{display:flex;width:100%;height:40px;padding:4px 8px;align-items:center;gap:8px;border-radius:8px;background-color:#f5f5f5;color:#595959;border:none;cursor:pointer;font-family:Roboto,sans-serif;font-size:1.125rem;line-height:24px;letter-spacing:.18px;justify-content:space-between}.ius-btn:hover:not(:disabled){background-color:#f0f0f0}.ius-btn:active:not(:disabled){background-color:#eaeaea}.ius-btn:disabled{color:#bfbfbf;background-color:#f5f5f5;cursor:not-allowed}.ius-btn:disabled .icon-color{color:#bfbfbf}.ius-btn.isActive{border:.5px solid #0A2893;background-color:#f5f5f5}.dropdown-container{position:relative;display:block;width:100%;min-width:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:10;margin-top:4px;display:flex;flex-direction:column;border-radius:8px;box-shadow:0 2px 6px #00000024,0 1px 10px #0000001a;background-color:#fff;padding:4px;width:100%;box-sizing:border-box}.dropdown-option{display:flex;height:38px;padding:8px 20px 8px 12px;align-items:center;gap:8px;border-radius:8px;background-color:#fafafa;font-family:Rubik,sans-serif;font-size:1rem;line-height:22px;font-weight:400;border:none;cursor:pointer;min-width:0}.dropdown-option span{flex:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dropdown-option:hover:not(:disabled){background-color:#f0f0f0}.dropdown-option:active:not(:disabled){background-color:#c4dfff}.dropdown-option.isDisabled{cursor:not-allowed;color:#bfbfbf}.dropdown-option.isDisabled .icon-doc-color{color:#bfbfbf}.dropdown-option.isSelected .selected-check{margin-left:auto;color:#2167ff}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: IconSmComponent, selector: "ius-icon-sm", inputs: ["iconName", "color"] }, { kind: "component", type: IconMdComponent, selector: "ius-icon-md", inputs: ["iconName", "color"] }] }); }
55
- }
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DropdownComponent, decorators: [{
57
- type: Component,
58
- args: [{ selector: 'ius-dropdown', standalone: true, imports: [CommonModule, IconSmComponent, IconMdComponent], template: "<div class=\"dropdown-container\">\r\n <button [disabled]=\"disabled\" (click)=\"onClick()\" class=\"ius-btn\" [ngClass]=\"{ isActive: isActive || isOpen }\">\r\n @if(iconName){\r\n <ius-icon-md [iconName]=\"iconName\" class=\"icon-color\"></ius-icon-md>\r\n }\r\n <span class=\"btn-label\">{{ currentLabel }}</span>\r\n <ius-icon-sm\r\n class=\"arrow\"\r\n [iconName]=\"\r\n isOpen ? 'icon-keyboard-arrow-up' : 'icon-keyboard-arrow-down'\r\n \"\r\n ></ius-icon-sm>\r\n </button>\r\n \r\n @if (isOpen) {\r\n <div class=\"dropdown-menu\">\r\n @for (option of options; track option; let i = $index) {\r\n <div\r\n class=\"dropdown-option\"\r\n [ngClass]=\"{\r\n isDisabled: option.disabled,\r\n isSelected: selectedIndex === i\r\n }\"\r\n (click)=\"onSelectOption(i, option)\"\r\n >\r\n <ius-icon-md iconName=\"icon-docs-2\" class=\"icon-doc-color\"></ius-icon-md>\r\n <span>{{ option.label }}</span>\r\n @if (selectedIndex === i && !option.disabled) {\r\n <ius-icon-sm iconName=\"icon-check-circle\" class=\"selected-check\"></ius-icon-sm>\r\n }\r\n </div>\r\n }\r\n </div>\r\n }\r\n </div>\r\n ", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}:host{display:block;width:100%;min-width:0}.icon-color,.icon-doc-color{color:#5892ff}.arrow{margin-left:auto;padding-bottom:5px}.btn-label{flex:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}.ius-btn{display:flex;width:100%;height:40px;padding:4px 8px;align-items:center;gap:8px;border-radius:8px;background-color:#f5f5f5;color:#595959;border:none;cursor:pointer;font-family:Roboto,sans-serif;font-size:1.125rem;line-height:24px;letter-spacing:.18px;justify-content:space-between}.ius-btn:hover:not(:disabled){background-color:#f0f0f0}.ius-btn:active:not(:disabled){background-color:#eaeaea}.ius-btn:disabled{color:#bfbfbf;background-color:#f5f5f5;cursor:not-allowed}.ius-btn:disabled .icon-color{color:#bfbfbf}.ius-btn.isActive{border:.5px solid #0A2893;background-color:#f5f5f5}.dropdown-container{position:relative;display:block;width:100%;min-width:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:10;margin-top:4px;display:flex;flex-direction:column;border-radius:8px;box-shadow:0 2px 6px #00000024,0 1px 10px #0000001a;background-color:#fff;padding:4px;width:100%;box-sizing:border-box}.dropdown-option{display:flex;height:38px;padding:8px 20px 8px 12px;align-items:center;gap:8px;border-radius:8px;background-color:#fafafa;font-family:Rubik,sans-serif;font-size:1rem;line-height:22px;font-weight:400;border:none;cursor:pointer;min-width:0}.dropdown-option span{flex:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dropdown-option:hover:not(:disabled){background-color:#f0f0f0}.dropdown-option:active:not(:disabled){background-color:#c4dfff}.dropdown-option.isDisabled{cursor:not-allowed;color:#bfbfbf}.dropdown-option.isDisabled .icon-doc-color{color:#bfbfbf}.dropdown-option.isSelected .selected-check{margin-left:auto;color:#2167ff}\n"] }]
59
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { isActive: [{
60
- type: Input
61
- }], iconName: [{
62
- type: Input
63
- }], disabled: [{
64
- type: Input
65
- }], defaultLabel: [{
66
- type: Input
67
- }], options: [{
68
- type: Input
69
- }], buttonClicked: [{
70
- type: Output
71
- }], optionSelected: [{
72
- type: Output
73
- }], onDocumentClick: [{
74
- type: HostListener,
75
- args: ['document:click', ['$event']]
76
- }] } });
77
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJvcGRvd24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvZHJvcGRvd24vZHJvcGRvd24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvZHJvcGRvd24vZHJvcGRvd24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFDTCxTQUFTLEVBRVQsWUFBWSxFQUNaLFlBQVksRUFDWixLQUFLLEVBRUwsTUFBTSxHQUVQLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUMvRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sOEJBQThCLENBQUM7OztBQWdCL0QsTUFBTSxPQUFPLGlCQUFpQjtJQVk1QixJQUFJLFlBQVk7UUFDZCxJQUFJLElBQUksQ0FBQyxhQUFhLEtBQUssSUFBSSxJQUFJLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxFQUFFLENBQUM7WUFDcEUsT0FBTyxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQyxLQUFLLENBQUM7UUFDaEQsQ0FBQztRQUNELE9BQU8sSUFBSSxDQUFDLFlBQVksQ0FBQztJQUMzQixDQUFDO0lBRUQsWUFBb0IsVUFBc0I7UUFBdEIsZUFBVSxHQUFWLFVBQVUsQ0FBWTtRQWxCakMsYUFBUSxHQUFHLEtBQUssQ0FBQztRQUNqQixhQUFRLEdBQUcsRUFBRSxDQUFDO1FBQ2QsYUFBUSxHQUFHLEtBQUssQ0FBQztRQUNqQixpQkFBWSxHQUFHLEVBQUUsQ0FBQztRQUNsQixZQUFPLEdBQXFCLEVBQUUsQ0FBQztRQUM5QixrQkFBYSxHQUF1QixJQUFJLFlBQVksRUFBRSxDQUFDO1FBQ3ZELG1CQUFjLEdBQWlDLElBQUksWUFBWSxFQUFFLENBQUM7UUFFNUUsV0FBTSxHQUFHLEtBQUssQ0FBQztRQUNmLGtCQUFhLEdBQWtCLElBQUksQ0FBQztJQVNTLENBQUM7SUFFOUMsV0FBVyxDQUFDLE9BQXNCO1FBQ2hDLElBQUksT0FBTyxDQUFDLFNBQVMsQ0FBQyxFQUFFLENBQUM7WUFDdkIsTUFBTSxZQUFZLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxHQUFHLENBQUMsT0FBTyxJQUFJLENBQUMsR0FBRyxDQUFDLFFBQVEsQ0FBQyxDQUFDO1lBQ2pGLElBQUksQ0FBQyxhQUFhLEdBQUcsWUFBWSxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQztRQUNqRSxDQUFDO0lBQ0gsQ0FBQztJQUdELGVBQWUsQ0FBQyxLQUFZO1FBQzFCLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxFQUFFLENBQUM7WUFDakIsT0FBTztRQUNULENBQUM7UUFDRCxNQUFNLE1BQU0sR0FBRyxLQUFLLENBQUMsTUFBcUIsQ0FBQztRQUMzQyxJQUFJLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUM7WUFDcEQsSUFBSSxDQUFDLE1BQU0sR0FBRyxLQUFLLENBQUM7UUFDdEIsQ0FBQztJQUNILENBQUM7SUFFRCxPQUFPO1FBQ0wsSUFBSSxDQUFDLE1BQU0sR0FBRyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUM7UUFDM0IsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUM1QixDQUFDO0lBRUQsY0FBYyxDQUFDLEtBQWEsRUFBRSxNQUFzQjtRQUNsRCxJQUFJLE1BQU0sQ0FBQyxRQUFRO1lBQUUsT0FBTztRQUU1QixJQUFJLENBQUMsYUFBYSxHQUFHLEtBQUssQ0FBQztRQUMzQixJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsR0FBRyxDQUFDLENBQUMsR0FBRyxFQUFFLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxFQUFFLEdBQUcsR0FBRyxFQUFFLE9BQU8sRUFBRSxDQUFDLEtBQUssS0FBSyxFQUFFLENBQUMsQ0FBQyxDQUFDO1FBQ2hGLElBQUksQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ2pDLElBQUksQ0FBQyxNQUFNLEdBQUcsS0FBSyxDQUFDO0lBQ3RCLENBQUM7K0dBbkRVLGlCQUFpQjttR0FBakIsaUJBQWlCLGtYQzVCOUIscXlDQW1DRSx3eUdEWFUsWUFBWSw2SEFBRSxlQUFlLHVGQUFFLGVBQWU7OzRGQUk3QyxpQkFBaUI7a0JBUDdCLFNBQVM7K0JBQ0UsY0FBYyxjQUNaLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxlQUFlLEVBQUUsZUFBZSxDQUFDOytFQUtoRCxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxZQUFZO3NCQUFwQixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDSSxhQUFhO3NCQUF0QixNQUFNO2dCQUNHLGNBQWM7c0JBQXZCLE1BQU07Z0JBc0JQLGVBQWU7c0JBRGQsWUFBWTt1QkFBQyxnQkFBZ0IsRUFBRSxDQUFDLFFBQVEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7XHJcbiAgQ29tcG9uZW50LFxyXG4gIEVsZW1lbnRSZWYsXHJcbiAgRXZlbnRFbWl0dGVyLFxyXG4gIEhvc3RMaXN0ZW5lcixcclxuICBJbnB1dCxcclxuICBPbkNoYW5nZXMsXHJcbiAgT3V0cHV0LFxyXG4gIFNpbXBsZUNoYW5nZXMsXHJcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEljb25TbUNvbXBvbmVudCB9IGZyb20gJy4uL2ljb24tc20vaWNvbi1zbS5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBJY29uTWRDb21wb25lbnQgfSBmcm9tIFwiLi4vaWNvbi1tZC9pY29uLW1kLmNvbXBvbmVudFwiO1xyXG5cclxuZXhwb3J0IGludGVyZmFjZSBEcm9wZG93bk9wdGlvbiB7XHJcbiAgaWQ6IG51bWJlcjtcclxuICBsYWJlbDogc3RyaW5nO1xyXG4gIGRpc2FibGVkOiBib29sZWFuO1xyXG4gIGNoZWNrZWQ/OiBib29sZWFuO1xyXG59XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2l1cy1kcm9wZG93bicsXHJcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBJY29uU21Db21wb25lbnQsIEljb25NZENvbXBvbmVudF0sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2Ryb3Bkb3duLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vZHJvcGRvd24uY29tcG9uZW50LnNjc3MnLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgRHJvcGRvd25Db21wb25lbnQgaW1wbGVtZW50cyBPbkNoYW5nZXMge1xyXG4gIEBJbnB1dCgpIGlzQWN0aXZlID0gZmFsc2U7XHJcbiAgQElucHV0KCkgaWNvbk5hbWUgPSAnJztcclxuICBASW5wdXQoKSBkaXNhYmxlZCA9IGZhbHNlO1xyXG4gIEBJbnB1dCgpIGRlZmF1bHRMYWJlbCA9ICcnO1xyXG4gIEBJbnB1dCgpIG9wdGlvbnM6IERyb3Bkb3duT3B0aW9uW10gPSBbXTtcclxuICBAT3V0cHV0KCkgYnV0dG9uQ2xpY2tlZDogRXZlbnRFbWl0dGVyPHZvaWQ+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG4gIEBPdXRwdXQoKSBvcHRpb25TZWxlY3RlZDogRXZlbnRFbWl0dGVyPERyb3Bkb3duT3B0aW9uPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbiAgaXNPcGVuID0gZmFsc2U7XHJcbiAgc2VsZWN0ZWRJbmRleDogbnVtYmVyIHwgbnVsbCA9IG51bGw7XHJcblxyXG4gIGdldCBjdXJyZW50TGFiZWwoKTogc3RyaW5nIHtcclxuICAgIGlmICh0aGlzLnNlbGVjdGVkSW5kZXggIT09IG51bGwgJiYgdGhpcy5vcHRpb25zW3RoaXMuc2VsZWN0ZWRJbmRleF0pIHtcclxuICAgICAgcmV0dXJuIHRoaXMub3B0aW9uc1t0aGlzLnNlbGVjdGVkSW5kZXhdLmxhYmVsO1xyXG4gICAgfVxyXG4gICAgcmV0dXJuIHRoaXMuZGVmYXVsdExhYmVsO1xyXG4gIH1cclxuXHJcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBlbGVtZW50UmVmOiBFbGVtZW50UmVmKSB7fVxyXG5cclxuICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiBTaW1wbGVDaGFuZ2VzKTogdm9pZCB7XHJcbiAgICBpZiAoY2hhbmdlc1snb3B0aW9ucyddKSB7XHJcbiAgICAgIGNvbnN0IGNoZWNrZWRJbmRleCA9IHRoaXMub3B0aW9ucy5maW5kSW5kZXgob3B0ID0+IG9wdC5jaGVja2VkICYmICFvcHQuZGlzYWJsZWQpO1xyXG4gICAgICB0aGlzLnNlbGVjdGVkSW5kZXggPSBjaGVja2VkSW5kZXggIT09IC0xID8gY2hlY2tlZEluZGV4IDogbnVsbDtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIEBIb3N0TGlzdGVuZXIoJ2RvY3VtZW50OmNsaWNrJywgWyckZXZlbnQnXSlcclxuICBvbkRvY3VtZW50Q2xpY2soZXZlbnQ6IEV2ZW50KSB7XHJcbiAgICBpZiAoIXRoaXMuaXNPcGVuKSB7XHJcbiAgICAgIHJldHVybjtcclxuICAgIH1cclxuICAgIGNvbnN0IHRhcmdldCA9IGV2ZW50LnRhcmdldCBhcyBIVE1MRWxlbWVudDtcclxuICAgIGlmICghdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuY29udGFpbnModGFyZ2V0KSkge1xyXG4gICAgICB0aGlzLmlzT3BlbiA9IGZhbHNlO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgb25DbGljaygpIHtcclxuICAgIHRoaXMuaXNPcGVuID0gIXRoaXMuaXNPcGVuO1xyXG4gICAgdGhpcy5idXR0b25DbGlja2VkLmVtaXQoKTtcclxuICB9XHJcblxyXG4gIG9uU2VsZWN0T3B0aW9uKGluZGV4OiBudW1iZXIsIG9wdGlvbjogRHJvcGRvd25PcHRpb24pIHtcclxuICAgIGlmIChvcHRpb24uZGlzYWJsZWQpIHJldHVybjtcclxuXHJcbiAgICB0aGlzLnNlbGVjdGVkSW5kZXggPSBpbmRleDtcclxuICAgIHRoaXMub3B0aW9ucyA9IHRoaXMub3B0aW9ucy5tYXAoKG9wdCwgaSkgPT4gKHsgLi4ub3B0LCBjaGVja2VkOiBpID09PSBpbmRleCB9KSk7XHJcbiAgICB0aGlzLm9wdGlvblNlbGVjdGVkLmVtaXQob3B0aW9uKTtcclxuICAgIHRoaXMuaXNPcGVuID0gZmFsc2U7XHJcbiAgfVxyXG59XHJcbiIsIjxkaXYgY2xhc3M9XCJkcm9wZG93bi1jb250YWluZXJcIj5cclxuICAgIDxidXR0b24gW2Rpc2FibGVkXT1cImRpc2FibGVkXCIgKGNsaWNrKT1cIm9uQ2xpY2soKVwiIGNsYXNzPVwiaXVzLWJ0blwiIFtuZ0NsYXNzXT1cInsgaXNBY3RpdmU6IGlzQWN0aXZlIHx8IGlzT3BlbiB9XCI+XHJcbiAgICAgIEBpZihpY29uTmFtZSl7XHJcbiAgICAgICAgPGl1cy1pY29uLW1kIFtpY29uTmFtZV09XCJpY29uTmFtZVwiIGNsYXNzPVwiaWNvbi1jb2xvclwiPjwvaXVzLWljb24tbWQ+XHJcbiAgICAgIH1cclxuICAgICAgPHNwYW4gY2xhc3M9XCJidG4tbGFiZWxcIj57eyBjdXJyZW50TGFiZWwgfX08L3NwYW4+XHJcbiAgICAgIDxpdXMtaWNvbi1zbVxyXG4gICAgICAgIGNsYXNzPVwiYXJyb3dcIlxyXG4gICAgICAgIFtpY29uTmFtZV09XCJcclxuICAgICAgICAgIGlzT3BlbiA/ICdpY29uLWtleWJvYXJkLWFycm93LXVwJyA6ICdpY29uLWtleWJvYXJkLWFycm93LWRvd24nXHJcbiAgICAgICAgXCJcclxuICAgICAgPjwvaXVzLWljb24tc20+XHJcbiAgICA8L2J1dHRvbj5cclxuICAgIFxyXG4gICAgQGlmIChpc09wZW4pIHtcclxuICAgIDxkaXYgY2xhc3M9XCJkcm9wZG93bi1tZW51XCI+XHJcbiAgICAgIEBmb3IgKG9wdGlvbiBvZiBvcHRpb25zOyB0cmFjayBvcHRpb247IGxldCBpID0gJGluZGV4KSB7XHJcbiAgICAgICAgPGRpdlxyXG4gICAgICAgICAgY2xhc3M9XCJkcm9wZG93bi1vcHRpb25cIlxyXG4gICAgICAgICAgW25nQ2xhc3NdPVwie1xyXG4gICAgICAgICAgICBpc0Rpc2FibGVkOiBvcHRpb24uZGlzYWJsZWQsXHJcbiAgICAgICAgICAgIGlzU2VsZWN0ZWQ6IHNlbGVjdGVkSW5kZXggPT09IGlcclxuICAgICAgICAgIH1cIlxyXG4gICAgICAgICAgKGNsaWNrKT1cIm9uU2VsZWN0T3B0aW9uKGksIG9wdGlvbilcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxpdXMtaWNvbi1tZCBpY29uTmFtZT1cImljb24tZG9jcy0yXCIgY2xhc3M9XCJpY29uLWRvYy1jb2xvclwiPjwvaXVzLWljb24tbWQ+XHJcbiAgICAgICAgICA8c3Bhbj57eyBvcHRpb24ubGFiZWwgfX08L3NwYW4+XHJcbiAgICAgICAgICBAaWYgKHNlbGVjdGVkSW5kZXggPT09IGkgJiYgIW9wdGlvbi5kaXNhYmxlZCkge1xyXG4gICAgICAgICAgICA8aXVzLWljb24tc20gaWNvbk5hbWU9XCJpY29uLWNoZWNrLWNpcmNsZVwiIGNsYXNzPVwic2VsZWN0ZWQtY2hlY2tcIj48L2l1cy1pY29uLXNtPlxyXG4gICAgICAgICAgfVxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICB9XHJcbiAgICA8L2Rpdj5cclxuICAgIH1cclxuICA8L2Rpdj5cclxuICAiXX0=
@@ -1,2 +0,0 @@
1
- export * from './dropdown.component';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9kcm9wZG93bi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHNCQUFzQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9kcm9wZG93bi5jb21wb25lbnQnO1xyXG5cclxuIl19
@@ -1,11 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class DropdownContextualMenuComponent {
4
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DropdownContextualMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: DropdownContextualMenuComponent, isStandalone: true, selector: "ius-dropdown-contextual-menu", ngImport: i0, template: "<div style=\"position: relative;\">\r\n <div class=\"container-general\">\r\n <div class=\"section\">\r\n <ng-content></ng-content>\r\n </div>\r\n </div>\r\n</div>", styles: [".container-general{display:flex;padding:var(--Spacing-Spacing-xxs, 4px);flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--Spacing-Spacing-xxs, 4px);border-radius:var(--Border-Radius-Radius-md, 8px);background:var(--N-WHITE, #fff);box-shadow:0 2px 6px #00000024,0 1px 10px #0000001a}.section{display:flex;flex-direction:column;align-items:flex-start}\n"] }); }
6
- }
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DropdownContextualMenuComponent, decorators: [{
8
- type: Component,
9
- args: [{ selector: 'ius-dropdown-contextual-menu', standalone: true, imports: [], template: "<div style=\"position: relative;\">\r\n <div class=\"container-general\">\r\n <div class=\"section\">\r\n <ng-content></ng-content>\r\n </div>\r\n </div>\r\n</div>", styles: [".container-general{display:flex;padding:var(--Spacing-Spacing-xxs, 4px);flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--Spacing-Spacing-xxs, 4px);border-radius:var(--Border-Radius-Radius-md, 8px);background:var(--N-WHITE, #fff);box-shadow:0 2px 6px #00000024,0 1px 10px #0000001a}.section{display:flex;flex-direction:column;align-items:flex-start}\n"] }]
10
- }] });
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJvcGRvd24tY29udGV4dHVhbC1tZW51LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2l1cy1kZXNpZ24tY29tcG9uZW50cy9zcmMvbGliL2Ryb3Bkb3duLWNvbnRleHR1YWwtbWVudS9kcm9wZG93bi1jb250ZXh0dWFsLW1lbnUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvZHJvcGRvd24tY29udGV4dHVhbC1tZW51L2Ryb3Bkb3duLWNvbnRleHR1YWwtbWVudS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVMxQyxNQUFNLE9BQU8sK0JBQStCOytHQUEvQiwrQkFBK0I7bUdBQS9CLCtCQUErQix3RkNUNUMsb01BTU07OzRGREdPLCtCQUErQjtrQkFQM0MsU0FBUzsrQkFDRSw4QkFBOEIsY0FDNUIsSUFBSSxXQUNQLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnaXVzLWRyb3Bkb3duLWNvbnRleHR1YWwtbWVudScsXHJcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICBpbXBvcnRzOiBbXSxcclxuICB0ZW1wbGF0ZVVybDogJy4vZHJvcGRvd24tY29udGV4dHVhbC1tZW51LmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vZHJvcGRvd24tY29udGV4dHVhbC1tZW51LmNvbXBvbmVudC5zY3NzJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgRHJvcGRvd25Db250ZXh0dWFsTWVudUNvbXBvbmVudCB7XHJcblxyXG59XHJcbiIsIjxkaXYgc3R5bGU9XCJwb3NpdGlvbjogcmVsYXRpdmU7XCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWdlbmVyYWxcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwic2VjdGlvblwiPlxyXG4gICAgICAgICAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9kaXY+Il19
@@ -1,2 +0,0 @@
1
- export * from './dropdown-contextual-menu.component';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9kcm9wZG93bi1jb250ZXh0dWFsLW1lbnUvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxzQ0FBc0MsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vZHJvcGRvd24tY29udGV4dHVhbC1tZW51LmNvbXBvbmVudCc7XHJcblxyXG4iXX0=