@litigiovirtual/ius-design-components 1.0.267 → 1.0.269

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/esm2022/lib/alert/alert.component.mjs +76 -0
  2. package/esm2022/lib/alert/index.mjs +2 -0
  3. package/esm2022/lib/avatar-business/avatar-business.component.mjs +52 -0
  4. package/esm2022/lib/avatar-business/index.mjs +2 -0
  5. package/esm2022/lib/avatar-icon/avatar-icon.component.mjs +33 -0
  6. package/esm2022/lib/avatar-icon/index.mjs +2 -0
  7. package/esm2022/lib/avatar-v2/avatar-v2.component.mjs +74 -0
  8. package/esm2022/lib/avatar-v2/index.mjs +2 -0
  9. package/esm2022/lib/badge/badge.component.mjs +26 -0
  10. package/esm2022/lib/badge/index.mjs +2 -0
  11. package/esm2022/lib/breadcrumb/breadcrumb.component.mjs +22 -0
  12. package/esm2022/lib/breadcrumb/index.mjs +2 -0
  13. package/esm2022/lib/button-accounts/button-accounts.component.mjs +64 -0
  14. package/esm2022/lib/button-accounts/index.mjs +2 -0
  15. package/esm2022/lib/button-auth/button-auth.component.mjs +113 -0
  16. package/esm2022/lib/button-auth/index.mjs +2 -0
  17. package/esm2022/lib/button-circle-secondary/button-circle-secondary.component.mjs +28 -0
  18. package/esm2022/lib/button-circle-secondary/index.mjs +2 -0
  19. package/esm2022/lib/button-circle-tertiary/button-circle-tertiary.component.mjs +28 -0
  20. package/esm2022/lib/button-circle-tertiary/index.mjs +2 -0
  21. package/esm2022/lib/button-dynamic/button-dynamic.component.mjs +115 -0
  22. package/esm2022/lib/button-dynamic/index.mjs +2 -0
  23. package/esm2022/lib/button-filter/button-filter.component.mjs +90 -0
  24. package/esm2022/lib/button-filter/index.mjs +2 -0
  25. package/esm2022/lib/button-menu-link/button-menu-link.component.mjs +31 -0
  26. package/esm2022/lib/button-menu-link/index.mjs +2 -0
  27. package/esm2022/lib/button-order/button-order.component.mjs +75 -0
  28. package/esm2022/lib/button-order/index.mjs +2 -0
  29. package/esm2022/lib/button-squared-secondary/button-squared-secondary.component.mjs +28 -0
  30. package/esm2022/lib/button-squared-secondary/index.mjs +2 -0
  31. package/esm2022/lib/button-squared-tertiary/button-squared-tertiary.component.mjs +28 -0
  32. package/esm2022/lib/button-squared-tertiary/index.mjs +2 -0
  33. package/esm2022/lib/button-standard-outline/button-standard-outline.component.mjs +28 -0
  34. package/esm2022/lib/button-standard-outline/index.mjs +2 -0
  35. package/esm2022/lib/button-standard-primary/button-standard-primary.component.mjs +28 -0
  36. package/esm2022/lib/button-standard-primary/index.mjs +2 -0
  37. package/esm2022/lib/button-standard-secondary/button-standard-secondary.component.mjs +24 -0
  38. package/esm2022/lib/button-standard-secondary/index.mjs +2 -0
  39. package/esm2022/lib/button-standard-tertiary/button-standard-tertiary.component.mjs +28 -0
  40. package/esm2022/lib/button-standard-tertiary/index.mjs +2 -0
  41. package/esm2022/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.mjs +31 -0
  42. package/esm2022/lib/button-standard-tertiary-small/index.mjs +2 -0
  43. package/esm2022/lib/calification/calification.component.mjs +36 -0
  44. package/esm2022/lib/calification/index.mjs +2 -0
  45. package/esm2022/lib/card-actividad-evento/card-actividad-evento.component.mjs +172 -0
  46. package/esm2022/lib/card-actividad-evento/index.mjs +2 -0
  47. package/esm2022/lib/card-agenda-judicial/card-agenda-judicial.component.mjs +62 -0
  48. package/esm2022/lib/card-agenda-judicial/index.mjs +2 -0
  49. package/esm2022/lib/card-block/card-block.component.mjs +53 -0
  50. package/esm2022/lib/card-block/index.mjs +2 -0
  51. package/esm2022/lib/card-button-checkbox/card-button-checkbox.component.mjs +42 -0
  52. package/esm2022/lib/card-button-checkbox/index.mjs +2 -0
  53. package/esm2022/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.mjs +32 -0
  54. package/esm2022/lib/card-collapse-detalle-proceso/index.mjs +2 -0
  55. package/esm2022/lib/card-dynamic-content/card-dynamic-content.component.mjs +20 -0
  56. package/esm2022/lib/card-dynamic-content/index.mjs +2 -0
  57. package/esm2022/lib/card-etapa-subetapa/card-etapa-subetapa.component.mjs +124 -0
  58. package/esm2022/lib/card-etapa-subetapa/index.mjs +2 -0
  59. package/esm2022/lib/card-gestion-cupo/card-gestion-cupo.component.mjs +28 -0
  60. package/esm2022/lib/card-gestion-cupo/index.mjs +2 -0
  61. package/esm2022/lib/card-impulso-procesal/card-impulso-procesal.component.mjs +120 -0
  62. package/esm2022/lib/card-impulso-procesal/index.mjs +2 -0
  63. package/esm2022/lib/card-info-facturacion/card-info-facturacion.component.mjs +43 -0
  64. package/esm2022/lib/card-info-facturacion/index.mjs +2 -0
  65. package/esm2022/lib/card-list-consumo/card-list-consumo.component.mjs +39 -0
  66. package/esm2022/lib/card-list-consumo/index.mjs +2 -0
  67. package/esm2022/lib/card-list-drag-on/card-list-drag-on.component.mjs +84 -0
  68. package/esm2022/lib/card-list-drag-on/index.mjs +2 -0
  69. package/esm2022/lib/card-list-movimientos/card-list-movimientos.component.mjs +43 -0
  70. package/esm2022/lib/card-list-movimientos/index.mjs +2 -0
  71. package/esm2022/lib/card-list-proceso/card-list-proceso.component.mjs +44 -0
  72. package/esm2022/lib/card-list-proceso/index.mjs +2 -0
  73. package/esm2022/lib/card-log/card-log.component.mjs +36 -0
  74. package/esm2022/lib/card-log/index.mjs +2 -0
  75. package/esm2022/lib/card-plan-small/card-plan-small.component.mjs +18 -0
  76. package/esm2022/lib/card-plan-small/index.mjs +2 -0
  77. package/esm2022/lib/card-plan-subscription/card-plan-subscription.component.mjs +55 -0
  78. package/esm2022/lib/card-plan-subscription/index.mjs +2 -0
  79. package/esm2022/lib/card-ticket/card-ticket.component.mjs +54 -0
  80. package/esm2022/lib/card-ticket/index.mjs +2 -0
  81. package/esm2022/lib/card-tipo-proceso/card-tipo-proceso.component.mjs +67 -0
  82. package/esm2022/lib/card-tipo-proceso/index.mjs +2 -0
  83. package/esm2022/lib/card-uso-plan/card-uso-plan.component.mjs +43 -0
  84. package/esm2022/lib/card-uso-plan/index.mjs +2 -0
  85. package/esm2022/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.mjs +129 -0
  86. package/esm2022/lib/card-vigilancia-judicial/index.mjs +2 -0
  87. package/esm2022/lib/categories/categories.component.mjs +43 -0
  88. package/esm2022/lib/categories/index.mjs +2 -0
  89. package/esm2022/lib/charts-bar-grouped/charts-bar-grouped.component.mjs +238 -0
  90. package/esm2022/lib/charts-bar-grouped/index.mjs +2 -0
  91. package/esm2022/lib/charts-donut/charts-donut.component.mjs +137 -0
  92. package/esm2022/lib/charts-donut/index.mjs +2 -0
  93. package/esm2022/lib/checkbox/checkbox.component.mjs +31 -0
  94. package/esm2022/lib/checkbox/index.mjs +2 -0
  95. package/esm2022/lib/checkbox-radio/checkbox-radio.component.mjs +74 -0
  96. package/esm2022/lib/checkbox-radio/index.mjs +2 -0
  97. package/esm2022/lib/chip/chip.component.mjs +33 -0
  98. package/esm2022/lib/chip/index.mjs +2 -0
  99. package/esm2022/lib/chip-user/chip-user.component.mjs +30 -0
  100. package/esm2022/lib/chip-user/index.mjs +2 -0
  101. package/esm2022/lib/create-ticket/create-ticket.component.mjs +101 -0
  102. package/esm2022/lib/create-ticket/index.mjs +2 -0
  103. package/esm2022/lib/custom-dropdown/custom-dropdown.component.mjs +149 -0
  104. package/esm2022/lib/custom-dropdown/index.mjs +2 -0
  105. package/esm2022/lib/date-hour-picker/date-hour-picker.component.mjs +302 -0
  106. package/esm2022/lib/date-hour-picker/index.mjs +2 -0
  107. package/esm2022/lib/date-picker/date-picker.component.mjs +161 -0
  108. package/esm2022/lib/date-picker/index.mjs +2 -0
  109. package/esm2022/lib/directives/infinite-scroll.directive.mjs +52 -0
  110. package/esm2022/lib/directives/popover.directive.mjs +170 -0
  111. package/esm2022/lib/double-date-picker/double-date-picker.component.mjs +230 -0
  112. package/esm2022/lib/double-date-picker/index.mjs +2 -0
  113. package/esm2022/lib/drawer-container-right/drawer-container-right.component.mjs +71 -0
  114. package/esm2022/lib/drawer-container-right/index.mjs +2 -0
  115. package/esm2022/lib/dropdown/dropdown.component.mjs +77 -0
  116. package/esm2022/lib/dropdown/index.mjs +2 -0
  117. package/esm2022/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.mjs +11 -0
  118. package/esm2022/lib/dropdown-contextual-menu/index.mjs +2 -0
  119. package/esm2022/lib/dropdown-option-item/dropdown-option-item.component.mjs +31 -0
  120. package/esm2022/lib/dropdown-option-item/index.mjs +2 -0
  121. package/esm2022/lib/dropdown-user-menu/dropdown-user-menu.component.mjs +64 -0
  122. package/esm2022/lib/dropdown-user-menu/index.mjs +2 -0
  123. package/esm2022/lib/empty-list/empty-list.component.mjs +22 -0
  124. package/esm2022/lib/empty-list/index.mjs +2 -0
  125. package/esm2022/lib/filter-item/filter-item.component.mjs +28 -0
  126. package/esm2022/lib/filter-item/index.mjs +2 -0
  127. package/esm2022/lib/icon-lg/icon-lg.component.mjs +29 -0
  128. package/esm2022/lib/icon-lg/index.mjs +2 -0
  129. package/esm2022/lib/icon-md/icon-md.component.mjs +29 -0
  130. package/esm2022/lib/icon-md/index.mjs +2 -0
  131. package/esm2022/lib/icon-sm/icon-sm.component.mjs +29 -0
  132. package/esm2022/lib/icon-sm/index.mjs +2 -0
  133. package/esm2022/lib/icon-xl/icon-xl.component.mjs +29 -0
  134. package/esm2022/lib/icon-xl/index.mjs +2 -0
  135. package/esm2022/lib/icon-xs/icon-xs.component.mjs +29 -0
  136. package/esm2022/lib/icon-xs/index.mjs +2 -0
  137. package/esm2022/lib/icon-xxl/icon-xxl.component.mjs +29 -0
  138. package/esm2022/lib/icon-xxl/index.mjs +2 -0
  139. package/esm2022/lib/icons/icons-map.mjs +1164 -0
  140. package/esm2022/lib/input-card/index.mjs +2 -0
  141. package/esm2022/lib/input-card/input-card.component.mjs +158 -0
  142. package/esm2022/lib/input-large/index.mjs +2 -0
  143. package/esm2022/lib/input-large/input-large.component.mjs +98 -0
  144. package/esm2022/lib/input-otp/index.mjs +2 -0
  145. package/esm2022/lib/input-otp/input-otp.component.mjs +173 -0
  146. package/esm2022/lib/input-password/index.mjs +2 -0
  147. package/esm2022/lib/input-password/input-password.component.mjs +91 -0
  148. package/esm2022/lib/input-select/index.mjs +2 -0
  149. package/esm2022/lib/input-select/input-select.component.mjs +190 -0
  150. package/esm2022/lib/input-select-filter/index.mjs +2 -0
  151. package/esm2022/lib/input-select-filter/input-select-filter.component.mjs +202 -0
  152. package/esm2022/lib/input-select-number/index.mjs +2 -0
  153. package/esm2022/lib/input-select-number/input-select-number.component.mjs +68 -0
  154. package/esm2022/lib/input-textfield/index.mjs +2 -0
  155. package/esm2022/lib/input-textfield/input-textfield.component.mjs +143 -0
  156. package/esm2022/lib/item-document/index.mjs +2 -0
  157. package/esm2022/lib/item-document/item-document.component.mjs +61 -0
  158. package/esm2022/lib/linear-progress-bar/index.mjs +2 -0
  159. package/esm2022/lib/linear-progress-bar/linear-progress-bar.component.mjs +16 -0
  160. package/esm2022/lib/loading-circle/index.mjs +2 -0
  161. package/esm2022/lib/loading-circle/loading-circle.component.mjs +17 -0
  162. package/esm2022/lib/loading-component-dynamic/index.mjs +2 -0
  163. package/esm2022/lib/loading-component-dynamic/loading-component-dynamic.component.mjs +63 -0
  164. package/esm2022/lib/menu-item/index.mjs +2 -0
  165. package/esm2022/lib/menu-item/menu-item.component.mjs +33 -0
  166. package/esm2022/lib/nav-rail/index.mjs +2 -0
  167. package/esm2022/lib/nav-rail/nav-rail.component.mjs +53 -0
  168. package/esm2022/lib/notification-card/index.mjs +2 -0
  169. package/esm2022/lib/notification-card/notification-card.component.mjs +88 -0
  170. package/esm2022/lib/notifications/index.mjs +2 -0
  171. package/esm2022/lib/notifications/notifications.component.mjs +90 -0
  172. package/esm2022/lib/option/index.mjs +2 -0
  173. package/esm2022/lib/option/option.component.mjs +34 -0
  174. package/esm2022/lib/option-item/index.mjs +2 -0
  175. package/esm2022/lib/option-item/option-item.component.mjs +30 -0
  176. package/esm2022/lib/page-not-found/index.mjs +2 -0
  177. package/esm2022/lib/page-not-found/page-not-found.component.mjs +28 -0
  178. package/esm2022/lib/popover/popover.component.mjs +30 -0
  179. package/esm2022/lib/progress-bar/progress-bar.component.mjs +117 -0
  180. package/esm2022/lib/search-bar/index.mjs +2 -0
  181. package/esm2022/lib/search-bar/search-bar.component.mjs +79 -0
  182. package/esm2022/lib/section-collapse-drawer-child/index.mjs +2 -0
  183. package/esm2022/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.mjs +73 -0
  184. package/esm2022/lib/section-collapse-drawer-parent/index.mjs +2 -0
  185. package/esm2022/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.mjs +73 -0
  186. package/esm2022/lib/segment/index.mjs +2 -0
  187. package/esm2022/lib/segment/segment.component.mjs +43 -0
  188. package/esm2022/lib/simple-card-contador/index.mjs +2 -0
  189. package/esm2022/lib/simple-card-contador/simple-card-contador.component.mjs +53 -0
  190. package/esm2022/lib/simple-chip/index.mjs +2 -0
  191. package/esm2022/lib/simple-chip/simple-chip.component.mjs +38 -0
  192. package/esm2022/lib/simple-divider/index.mjs +2 -0
  193. package/esm2022/lib/simple-divider/simple-divider.component.mjs +11 -0
  194. package/esm2022/lib/simple-user-card/index.mjs +2 -0
  195. package/esm2022/lib/simple-user-card/simple-user-card.component.mjs +17 -0
  196. package/esm2022/lib/slide-toggle/index.mjs +2 -0
  197. package/esm2022/lib/slide-toggle/slide-toggle.component.mjs +26 -0
  198. package/esm2022/lib/snackbar/index.mjs +2 -0
  199. package/esm2022/lib/snackbar/snackbar.component.mjs +40 -0
  200. package/esm2022/lib/support-panel/index.mjs +2 -0
  201. package/esm2022/lib/support-panel/support-panel.component.mjs +45 -0
  202. package/esm2022/lib/toolbar/index.mjs +2 -0
  203. package/esm2022/lib/toolbar/toolbar.component.mjs +363 -0
  204. package/esm2022/lib/toolbar-user-menu/index.mjs +2 -0
  205. package/esm2022/lib/toolbar-user-menu/toolbar-user-menu.component.mjs +138 -0
  206. package/esm2022/lib/user-card/index.mjs +2 -0
  207. package/esm2022/lib/user-card/user-card.component.mjs +84 -0
  208. package/esm2022/litigiovirtual-ius-design-components.mjs +5 -0
  209. package/esm2022/public-api.mjs +105 -0
  210. package/fesm2022/litigiovirtual-ius-design-components.mjs +8087 -0
  211. package/fesm2022/litigiovirtual-ius-design-components.mjs.map +1 -0
  212. package/index.d.ts +5 -0
  213. package/lib/alert/alert.component.d.ts +22 -0
  214. package/lib/alert/index.d.ts +1 -0
  215. package/lib/avatar-business/avatar-business.component.d.ts +16 -0
  216. package/lib/avatar-business/index.d.ts +1 -0
  217. package/lib/avatar-icon/avatar-icon.component.d.ts +10 -0
  218. package/lib/avatar-icon/index.d.ts +1 -0
  219. package/lib/avatar-v2/avatar-v2.component.d.ts +23 -0
  220. package/lib/avatar-v2/index.d.ts +1 -0
  221. package/lib/badge/badge.component.d.ts +7 -0
  222. package/lib/badge/index.d.ts +1 -0
  223. package/lib/breadcrumb/breadcrumb.component.d.ts +16 -0
  224. package/lib/breadcrumb/index.d.ts +1 -0
  225. package/lib/button-accounts/button-accounts.component.d.ts +26 -0
  226. package/lib/button-accounts/index.d.ts +1 -0
  227. package/lib/button-auth/button-auth.component.d.ts +22 -0
  228. package/lib/button-auth/index.d.ts +1 -0
  229. package/lib/button-circle-secondary/button-circle-secondary.component.d.ts +10 -0
  230. package/lib/button-circle-secondary/index.d.ts +1 -0
  231. package/lib/button-circle-tertiary/button-circle-tertiary.component.d.ts +10 -0
  232. package/lib/button-circle-tertiary/index.d.ts +1 -0
  233. package/lib/button-dynamic/button-dynamic.component.d.ts +28 -0
  234. package/lib/button-dynamic/index.d.ts +1 -0
  235. package/lib/button-filter/button-filter.component.d.ts +25 -0
  236. package/lib/button-filter/index.d.ts +1 -0
  237. package/lib/button-menu-link/button-menu-link.component.d.ts +11 -0
  238. package/lib/button-menu-link/index.d.ts +1 -0
  239. package/lib/button-order/button-order.component.d.ts +29 -0
  240. package/lib/button-order/index.d.ts +1 -0
  241. package/lib/button-squared-secondary/button-squared-secondary.component.d.ts +10 -0
  242. package/lib/button-squared-secondary/index.d.ts +1 -0
  243. package/lib/button-squared-tertiary/button-squared-tertiary.component.d.ts +10 -0
  244. package/lib/button-squared-tertiary/index.d.ts +1 -0
  245. package/lib/button-standard-outline/button-standard-outline.component.d.ts +10 -0
  246. package/lib/button-standard-outline/index.d.ts +1 -0
  247. package/lib/button-standard-primary/button-standard-primary.component.d.ts +10 -0
  248. package/lib/button-standard-primary/index.d.ts +1 -0
  249. package/lib/button-standard-secondary/button-standard-secondary.component.d.ts +9 -0
  250. package/lib/button-standard-secondary/index.d.ts +1 -0
  251. package/lib/button-standard-tertiary/button-standard-tertiary.component.d.ts +10 -0
  252. package/lib/button-standard-tertiary/index.d.ts +1 -0
  253. package/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.d.ts +11 -0
  254. package/lib/button-standard-tertiary-small/index.d.ts +1 -0
  255. package/lib/calification/calification.component.d.ts +14 -0
  256. package/lib/calification/index.d.ts +1 -0
  257. package/lib/card-actividad-evento/card-actividad-evento.component.d.ts +40 -0
  258. package/lib/card-actividad-evento/index.d.ts +1 -0
  259. package/lib/card-agenda-judicial/card-agenda-judicial.component.d.ts +20 -0
  260. package/lib/card-agenda-judicial/index.d.ts +1 -0
  261. package/lib/card-block/card-block.component.d.ts +23 -0
  262. package/lib/card-block/index.d.ts +1 -0
  263. package/lib/card-button-checkbox/card-button-checkbox.component.d.ts +14 -0
  264. package/lib/card-button-checkbox/index.d.ts +1 -0
  265. package/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.d.ts +13 -0
  266. package/lib/card-collapse-detalle-proceso/index.d.ts +1 -0
  267. package/lib/card-dynamic-content/card-dynamic-content.component.d.ts +7 -0
  268. package/lib/card-dynamic-content/index.d.ts +1 -0
  269. package/lib/card-etapa-subetapa/card-etapa-subetapa.component.d.ts +32 -0
  270. package/lib/card-etapa-subetapa/index.d.ts +1 -0
  271. package/lib/card-gestion-cupo/card-gestion-cupo.component.d.ts +12 -0
  272. package/lib/card-gestion-cupo/index.d.ts +1 -0
  273. package/lib/card-impulso-procesal/card-impulso-procesal.component.d.ts +31 -0
  274. package/lib/card-impulso-procesal/index.d.ts +1 -0
  275. package/lib/card-info-facturacion/card-info-facturacion.component.d.ts +19 -0
  276. package/lib/card-info-facturacion/index.d.ts +1 -0
  277. package/lib/card-list-consumo/card-list-consumo.component.d.ts +16 -0
  278. package/lib/card-list-consumo/index.d.ts +1 -0
  279. package/lib/card-list-drag-on/card-list-drag-on.component.d.ts +28 -0
  280. package/lib/card-list-drag-on/index.d.ts +1 -0
  281. package/lib/card-list-movimientos/card-list-movimientos.component.d.ts +16 -0
  282. package/lib/card-list-movimientos/index.d.ts +1 -0
  283. package/lib/card-list-proceso/card-list-proceso.component.d.ts +19 -0
  284. package/lib/card-list-proceso/index.d.ts +1 -0
  285. package/lib/card-log/card-log.component.d.ts +18 -0
  286. package/lib/card-log/index.d.ts +1 -0
  287. package/lib/card-plan-small/card-plan-small.component.d.ts +8 -0
  288. package/lib/card-plan-small/index.d.ts +1 -0
  289. package/lib/card-plan-subscription/card-plan-subscription.component.d.ts +23 -0
  290. package/lib/card-plan-subscription/index.d.ts +1 -0
  291. package/lib/card-ticket/card-ticket.component.d.ts +22 -0
  292. package/lib/card-ticket/index.d.ts +1 -0
  293. package/lib/card-tipo-proceso/card-tipo-proceso.component.d.ts +25 -0
  294. package/lib/card-tipo-proceso/index.d.ts +1 -0
  295. package/lib/card-uso-plan/card-uso-plan.component.d.ts +19 -0
  296. package/lib/card-uso-plan/index.d.ts +1 -0
  297. package/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.d.ts +28 -0
  298. package/lib/card-vigilancia-judicial/index.d.ts +1 -0
  299. package/lib/categories/categories.component.d.ts +14 -0
  300. package/lib/categories/index.d.ts +1 -0
  301. package/lib/charts-bar-grouped/charts-bar-grouped.component.d.ts +98 -0
  302. package/lib/charts-bar-grouped/index.d.ts +1 -0
  303. package/lib/charts-donut/charts-donut.component.d.ts +47 -0
  304. package/lib/charts-donut/index.d.ts +1 -0
  305. package/lib/checkbox/checkbox.component.d.ts +10 -0
  306. package/lib/checkbox/index.d.ts +1 -0
  307. package/lib/checkbox-radio/checkbox-radio.component.d.ts +20 -0
  308. package/lib/checkbox-radio/index.d.ts +1 -0
  309. package/lib/chip/chip.component.d.ts +11 -0
  310. package/lib/chip/index.d.ts +1 -0
  311. package/lib/chip-user/chip-user.component.d.ts +12 -0
  312. package/lib/chip-user/index.d.ts +1 -0
  313. package/lib/create-ticket/create-ticket.component.d.ts +57 -0
  314. package/lib/create-ticket/index.d.ts +1 -0
  315. package/lib/custom-dropdown/custom-dropdown.component.d.ts +40 -0
  316. package/lib/custom-dropdown/index.d.ts +1 -0
  317. package/lib/date-hour-picker/date-hour-picker.component.d.ts +60 -0
  318. package/lib/date-hour-picker/index.d.ts +1 -0
  319. package/lib/date-picker/date-picker.component.d.ts +42 -0
  320. package/lib/date-picker/index.d.ts +1 -0
  321. package/lib/directives/infinite-scroll.directive.d.ts +15 -0
  322. package/lib/directives/popover.directive.d.ts +41 -0
  323. package/lib/double-date-picker/double-date-picker.component.d.ts +57 -0
  324. package/lib/double-date-picker/index.d.ts +1 -0
  325. package/lib/drawer-container-right/drawer-container-right.component.d.ts +13 -0
  326. package/lib/drawer-container-right/index.d.ts +1 -0
  327. package/lib/dropdown/dropdown.component.d.ts +28 -0
  328. package/lib/dropdown/index.d.ts +1 -0
  329. package/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.d.ts +5 -0
  330. package/lib/dropdown-contextual-menu/index.d.ts +1 -0
  331. package/lib/dropdown-option-item/dropdown-option-item.component.d.ts +13 -0
  332. package/lib/dropdown-option-item/index.d.ts +1 -0
  333. package/lib/dropdown-user-menu/dropdown-user-menu.component.d.ts +20 -0
  334. package/lib/dropdown-user-menu/index.d.ts +1 -0
  335. package/lib/empty-list/empty-list.component.d.ts +8 -0
  336. package/lib/empty-list/index.d.ts +1 -0
  337. package/lib/filter-item/filter-item.component.d.ts +10 -0
  338. package/lib/filter-item/index.d.ts +1 -0
  339. package/lib/icon-lg/icon-lg.component.d.ts +12 -0
  340. package/lib/icon-lg/index.d.ts +1 -0
  341. package/lib/icon-md/icon-md.component.d.ts +12 -0
  342. package/lib/icon-md/index.d.ts +1 -0
  343. package/lib/icon-sm/icon-sm.component.d.ts +13 -0
  344. package/lib/icon-sm/index.d.ts +1 -0
  345. package/lib/icon-xl/icon-xl.component.d.ts +12 -0
  346. package/lib/icon-xl/index.d.ts +1 -0
  347. package/lib/icon-xs/icon-xs.component.d.ts +12 -0
  348. package/lib/icon-xs/index.d.ts +1 -0
  349. package/lib/icon-xxl/icon-xxl.component.d.ts +12 -0
  350. package/lib/icon-xxl/index.d.ts +1 -0
  351. package/lib/icons/icons-map.d.ts +1 -0
  352. package/lib/input-card/index.d.ts +1 -0
  353. package/lib/input-card/input-card.component.d.ts +43 -0
  354. package/lib/input-large/index.d.ts +1 -0
  355. package/lib/input-large/input-large.component.d.ts +30 -0
  356. package/lib/input-otp/index.d.ts +1 -0
  357. package/lib/input-otp/input-otp.component.d.ts +34 -0
  358. package/lib/input-password/index.d.ts +1 -0
  359. package/lib/input-password/input-password.component.d.ts +29 -0
  360. package/lib/input-select/index.d.ts +1 -0
  361. package/lib/input-select/input-select.component.d.ts +47 -0
  362. package/lib/input-select-filter/index.d.ts +1 -0
  363. package/lib/input-select-filter/input-select-filter.component.d.ts +62 -0
  364. package/lib/input-select-number/index.d.ts +1 -0
  365. package/lib/input-select-number/input-select-number.component.d.ts +18 -0
  366. package/lib/input-textfield/index.d.ts +1 -0
  367. package/lib/input-textfield/input-textfield.component.d.ts +36 -0
  368. package/lib/item-document/index.d.ts +1 -0
  369. package/lib/item-document/item-document.component.d.ts +19 -0
  370. package/lib/linear-progress-bar/index.d.ts +1 -0
  371. package/lib/linear-progress-bar/linear-progress-bar.component.d.ts +6 -0
  372. package/lib/loading-circle/index.d.ts +1 -0
  373. package/lib/loading-circle/loading-circle.component.d.ts +6 -0
  374. package/lib/loading-component-dynamic/index.d.ts +1 -0
  375. package/lib/loading-component-dynamic/loading-component-dynamic.component.d.ts +22 -0
  376. package/lib/menu-item/index.d.ts +1 -0
  377. package/lib/menu-item/menu-item.component.d.ts +11 -0
  378. package/lib/nav-rail/index.d.ts +1 -0
  379. package/lib/nav-rail/nav-rail.component.d.ts +10 -0
  380. package/lib/notification-card/index.d.ts +1 -0
  381. package/lib/notification-card/notification-card.component.d.ts +30 -0
  382. package/lib/notifications/index.d.ts +1 -0
  383. package/lib/notifications/notifications.component.d.ts +19 -0
  384. package/lib/option/index.d.ts +1 -0
  385. package/lib/option/option.component.d.ts +13 -0
  386. package/lib/option-item/index.d.ts +1 -0
  387. package/lib/option-item/option-item.component.d.ts +11 -0
  388. package/lib/page-not-found/index.d.ts +1 -0
  389. package/lib/page-not-found/page-not-found.component.d.ts +12 -0
  390. package/lib/popover/popover.component.d.ts +10 -0
  391. package/lib/progress-bar/progress-bar.component.d.ts +43 -0
  392. package/lib/search-bar/index.d.ts +1 -0
  393. package/lib/search-bar/search-bar.component.d.ts +24 -0
  394. package/lib/section-collapse-drawer-child/index.d.ts +1 -0
  395. package/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.d.ts +12 -0
  396. package/lib/section-collapse-drawer-parent/index.d.ts +1 -0
  397. package/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.d.ts +12 -0
  398. package/lib/segment/index.d.ts +1 -0
  399. package/lib/segment/segment.component.d.ts +14 -0
  400. package/lib/simple-card-contador/index.d.ts +1 -0
  401. package/lib/simple-card-contador/simple-card-contador.component.d.ts +14 -0
  402. package/lib/simple-chip/index.d.ts +1 -0
  403. package/lib/simple-chip/simple-chip.component.d.ts +13 -0
  404. package/lib/simple-divider/index.d.ts +1 -0
  405. package/lib/simple-divider/simple-divider.component.d.ts +5 -0
  406. package/lib/simple-user-card/index.d.ts +1 -0
  407. package/lib/simple-user-card/simple-user-card.component.d.ts +8 -0
  408. package/lib/slide-toggle/index.d.ts +1 -0
  409. package/lib/slide-toggle/slide-toggle.component.d.ts +10 -0
  410. package/lib/snackbar/index.d.ts +1 -0
  411. package/lib/snackbar/snackbar.component.d.ts +16 -0
  412. package/lib/support-panel/index.d.ts +1 -0
  413. package/lib/support-panel/support-panel.component.d.ts +17 -0
  414. package/lib/toolbar/index.d.ts +1 -0
  415. package/lib/toolbar/toolbar.component.d.ts +137 -0
  416. package/lib/toolbar-user-menu/index.d.ts +1 -0
  417. package/lib/toolbar-user-menu/toolbar-user-menu.component.d.ts +45 -0
  418. package/lib/user-card/index.d.ts +1 -0
  419. package/lib/user-card/user-card.component.d.ts +32 -0
  420. package/package.json +28 -18
  421. package/public-api.d.ts +103 -0
  422. package/ng-package.json +0 -10
  423. package/src/lib/alert/alert.component.html +0 -19
  424. package/src/lib/alert/alert.component.scss +0 -47
  425. package/src/lib/alert/alert.component.spec.ts +0 -23
  426. package/src/lib/alert/alert.component.ts +0 -73
  427. package/src/lib/alert/index.ts +0 -2
  428. package/src/lib/avatar-business/avatar-business.component.html +0 -39
  429. package/src/lib/avatar-business/avatar-business.component.scss +0 -89
  430. package/src/lib/avatar-business/avatar-business.component.spec.ts +0 -23
  431. package/src/lib/avatar-business/avatar-business.component.ts +0 -42
  432. package/src/lib/avatar-business/index.ts +0 -2
  433. package/src/lib/avatar-icon/avatar-icon.component.html +0 -20
  434. package/src/lib/avatar-icon/avatar-icon.component.scss +0 -29
  435. package/src/lib/avatar-icon/avatar-icon.component.spec.ts +0 -23
  436. package/src/lib/avatar-icon/avatar-icon.component.ts +0 -24
  437. package/src/lib/avatar-icon/index.ts +0 -2
  438. package/src/lib/avatar-v2/avatar-v2.component.html +0 -41
  439. package/src/lib/avatar-v2/avatar-v2.component.scss +0 -107
  440. package/src/lib/avatar-v2/avatar-v2.component.spec.ts +0 -23
  441. package/src/lib/avatar-v2/avatar-v2.component.ts +0 -65
  442. package/src/lib/avatar-v2/index.ts +0 -2
  443. package/src/lib/badge/badge.component.html +0 -3
  444. package/src/lib/badge/badge.component.scss +0 -29
  445. package/src/lib/badge/badge.component.spec.ts +0 -23
  446. package/src/lib/badge/badge.component.ts +0 -24
  447. package/src/lib/badge/index.ts +0 -2
  448. package/src/lib/breadcrumb/breadcrumb.component.html +0 -24
  449. package/src/lib/breadcrumb/breadcrumb.component.scss +0 -41
  450. package/src/lib/breadcrumb/breadcrumb.component.spec.ts +0 -23
  451. package/src/lib/breadcrumb/breadcrumb.component.ts +0 -25
  452. package/src/lib/breadcrumb/index.ts +0 -2
  453. package/src/lib/button-accounts/button-accounts.component.html +0 -39
  454. package/src/lib/button-accounts/button-accounts.component.scss +0 -110
  455. package/src/lib/button-accounts/button-accounts.component.spec.ts +0 -23
  456. package/src/lib/button-accounts/button-accounts.component.ts +0 -69
  457. package/src/lib/button-accounts/index.ts +0 -1
  458. package/src/lib/button-auth/button-auth.component.html +0 -4
  459. package/src/lib/button-auth/button-auth.component.scss +0 -39
  460. package/src/lib/button-auth/button-auth.component.spec.ts +0 -23
  461. package/src/lib/button-auth/button-auth.component.ts +0 -116
  462. package/src/lib/button-auth/index.ts +0 -1
  463. package/src/lib/button-circle-secondary/button-circle-secondary.component.html +0 -3
  464. package/src/lib/button-circle-secondary/button-circle-secondary.component.scss +0 -39
  465. package/src/lib/button-circle-secondary/button-circle-secondary.component.spec.ts +0 -23
  466. package/src/lib/button-circle-secondary/button-circle-secondary.component.ts +0 -25
  467. package/src/lib/button-circle-secondary/index.ts +0 -2
  468. package/src/lib/button-circle-tertiary/button-circle-tertiary.component.html +0 -3
  469. package/src/lib/button-circle-tertiary/button-circle-tertiary.component.scss +0 -38
  470. package/src/lib/button-circle-tertiary/button-circle-tertiary.component.spec.ts +0 -23
  471. package/src/lib/button-circle-tertiary/button-circle-tertiary.component.ts +0 -22
  472. package/src/lib/button-circle-tertiary/index.ts +0 -2
  473. package/src/lib/button-dynamic/button-dynamic.component.html +0 -19
  474. package/src/lib/button-dynamic/button-dynamic.component.scss +0 -56
  475. package/src/lib/button-dynamic/button-dynamic.component.spec.ts +0 -23
  476. package/src/lib/button-dynamic/button-dynamic.component.ts +0 -113
  477. package/src/lib/button-dynamic/index.ts +0 -2
  478. package/src/lib/button-filter/button-filter.component.html +0 -22
  479. package/src/lib/button-filter/button-filter.component.scss +0 -90
  480. package/src/lib/button-filter/button-filter.component.spec.ts +0 -23
  481. package/src/lib/button-filter/button-filter.component.ts +0 -94
  482. package/src/lib/button-filter/index.ts +0 -2
  483. package/src/lib/button-menu-link/button-menu-link.component.html +0 -3
  484. package/src/lib/button-menu-link/button-menu-link.component.scss +0 -33
  485. package/src/lib/button-menu-link/button-menu-link.component.spec.ts +0 -23
  486. package/src/lib/button-menu-link/button-menu-link.component.ts +0 -23
  487. package/src/lib/button-menu-link/index.ts +0 -2
  488. package/src/lib/button-order/button-order.component.html +0 -27
  489. package/src/lib/button-order/button-order.component.scss +0 -75
  490. package/src/lib/button-order/button-order.component.spec.ts +0 -23
  491. package/src/lib/button-order/button-order.component.ts +0 -84
  492. package/src/lib/button-order/index.ts +0 -2
  493. package/src/lib/button-squared-secondary/button-squared-secondary.component.html +0 -3
  494. package/src/lib/button-squared-secondary/button-squared-secondary.component.scss +0 -43
  495. package/src/lib/button-squared-secondary/button-squared-secondary.component.spec.ts +0 -23
  496. package/src/lib/button-squared-secondary/button-squared-secondary.component.ts +0 -23
  497. package/src/lib/button-squared-secondary/index.ts +0 -2
  498. package/src/lib/button-squared-tertiary/button-squared-tertiary.component.html +0 -3
  499. package/src/lib/button-squared-tertiary/button-squared-tertiary.component.scss +0 -42
  500. package/src/lib/button-squared-tertiary/button-squared-tertiary.component.spec.ts +0 -23
  501. package/src/lib/button-squared-tertiary/button-squared-tertiary.component.ts +0 -21
  502. package/src/lib/button-squared-tertiary/index.ts +0 -2
  503. package/src/lib/button-standard-outline/button-standard-outline.component.html +0 -6
  504. package/src/lib/button-standard-outline/button-standard-outline.component.scss +0 -51
  505. package/src/lib/button-standard-outline/button-standard-outline.component.spec.ts +0 -23
  506. package/src/lib/button-standard-outline/button-standard-outline.component.ts +0 -24
  507. package/src/lib/button-standard-outline/index.ts +0 -1
  508. package/src/lib/button-standard-primary/button-standard-primary.component.html +0 -6
  509. package/src/lib/button-standard-primary/button-standard-primary.component.scss +0 -41
  510. package/src/lib/button-standard-primary/button-standard-primary.component.spec.ts +0 -23
  511. package/src/lib/button-standard-primary/button-standard-primary.component.ts +0 -24
  512. package/src/lib/button-standard-primary/index.ts +0 -2
  513. package/src/lib/button-standard-secondary/button-standard-secondary.component.html +0 -3
  514. package/src/lib/button-standard-secondary/button-standard-secondary.component.scss +0 -39
  515. package/src/lib/button-standard-secondary/button-standard-secondary.component.spec.ts +0 -23
  516. package/src/lib/button-standard-secondary/button-standard-secondary.component.ts +0 -21
  517. package/src/lib/button-standard-secondary/index.ts +0 -2
  518. package/src/lib/button-standard-tertiary/button-standard-tertiary.component.html +0 -6
  519. package/src/lib/button-standard-tertiary/button-standard-tertiary.component.scss +0 -48
  520. package/src/lib/button-standard-tertiary/button-standard-tertiary.component.spec.ts +0 -23
  521. package/src/lib/button-standard-tertiary/button-standard-tertiary.component.ts +0 -22
  522. package/src/lib/button-standard-tertiary/index.ts +0 -2
  523. package/src/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.html +0 -9
  524. package/src/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.scss +0 -47
  525. package/src/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.spec.ts +0 -23
  526. package/src/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.ts +0 -22
  527. package/src/lib/button-standard-tertiary-small/index.ts +0 -2
  528. package/src/lib/calification/calification.component.html +0 -19
  529. package/src/lib/calification/calification.component.scss +0 -50
  530. package/src/lib/calification/calification.component.spec.ts +0 -23
  531. package/src/lib/calification/calification.component.ts +0 -35
  532. package/src/lib/calification/index.ts +0 -2
  533. package/src/lib/card-actividad-evento/card-actividad-evento.component.html +0 -77
  534. package/src/lib/card-actividad-evento/card-actividad-evento.component.scss +0 -192
  535. package/src/lib/card-actividad-evento/card-actividad-evento.component.spec.ts +0 -23
  536. package/src/lib/card-actividad-evento/card-actividad-evento.component.ts +0 -142
  537. package/src/lib/card-actividad-evento/index.ts +0 -2
  538. package/src/lib/card-agenda-judicial/card-agenda-judicial.component.html +0 -53
  539. package/src/lib/card-agenda-judicial/card-agenda-judicial.component.scss +0 -151
  540. package/src/lib/card-agenda-judicial/card-agenda-judicial.component.spec.ts +0 -23
  541. package/src/lib/card-agenda-judicial/card-agenda-judicial.component.ts +0 -51
  542. package/src/lib/card-agenda-judicial/index.ts +0 -2
  543. package/src/lib/card-block/card-block.component.html +0 -56
  544. package/src/lib/card-block/card-block.component.scss +0 -116
  545. package/src/lib/card-block/card-block.component.spec.ts +0 -23
  546. package/src/lib/card-block/card-block.component.ts +0 -43
  547. package/src/lib/card-block/index.ts +0 -2
  548. package/src/lib/card-button-checkbox/card-button-checkbox.component.html +0 -15
  549. package/src/lib/card-button-checkbox/card-button-checkbox.component.scss +0 -98
  550. package/src/lib/card-button-checkbox/card-button-checkbox.component.spec.ts +0 -23
  551. package/src/lib/card-button-checkbox/card-button-checkbox.component.ts +0 -29
  552. package/src/lib/card-button-checkbox/index.ts +0 -2
  553. package/src/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.html +0 -19
  554. package/src/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.scss +0 -104
  555. package/src/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.spec.ts +0 -23
  556. package/src/lib/card-collapse-detalle-proceso/card-collapse-detalle-proceso.component.ts +0 -26
  557. package/src/lib/card-collapse-detalle-proceso/index.ts +0 -1
  558. package/src/lib/card-dynamic-content/card-dynamic-content.component.html +0 -9
  559. package/src/lib/card-dynamic-content/card-dynamic-content.component.scss +0 -22
  560. package/src/lib/card-dynamic-content/card-dynamic-content.component.spec.ts +0 -23
  561. package/src/lib/card-dynamic-content/card-dynamic-content.component.ts +0 -15
  562. package/src/lib/card-dynamic-content/index.ts +0 -2
  563. package/src/lib/card-etapa-subetapa/card-etapa-subetapa.component.html +0 -66
  564. package/src/lib/card-etapa-subetapa/card-etapa-subetapa.component.scss +0 -158
  565. package/src/lib/card-etapa-subetapa/card-etapa-subetapa.component.spec.ts +0 -23
  566. package/src/lib/card-etapa-subetapa/card-etapa-subetapa.component.ts +0 -102
  567. package/src/lib/card-etapa-subetapa/index.ts +0 -2
  568. package/src/lib/card-gestion-cupo/card-gestion-cupo.component.html +0 -21
  569. package/src/lib/card-gestion-cupo/card-gestion-cupo.component.scss +0 -88
  570. package/src/lib/card-gestion-cupo/card-gestion-cupo.component.spec.ts +0 -23
  571. package/src/lib/card-gestion-cupo/card-gestion-cupo.component.ts +0 -22
  572. package/src/lib/card-gestion-cupo/index.ts +0 -2
  573. package/src/lib/card-impulso-procesal/card-impulso-procesal.component.html +0 -62
  574. package/src/lib/card-impulso-procesal/card-impulso-procesal.component.scss +0 -158
  575. package/src/lib/card-impulso-procesal/card-impulso-procesal.component.spec.ts +0 -23
  576. package/src/lib/card-impulso-procesal/card-impulso-procesal.component.ts +0 -100
  577. package/src/lib/card-impulso-procesal/index.ts +0 -2
  578. package/src/lib/card-info-facturacion/card-info-facturacion.component.html +0 -63
  579. package/src/lib/card-info-facturacion/card-info-facturacion.component.scss +0 -126
  580. package/src/lib/card-info-facturacion/card-info-facturacion.component.spec.ts +0 -23
  581. package/src/lib/card-info-facturacion/card-info-facturacion.component.ts +0 -31
  582. package/src/lib/card-info-facturacion/index.ts +0 -2
  583. package/src/lib/card-list-consumo/card-list-consumo.component.html +0 -23
  584. package/src/lib/card-list-consumo/card-list-consumo.component.scss +0 -132
  585. package/src/lib/card-list-consumo/card-list-consumo.component.spec.ts +0 -23
  586. package/src/lib/card-list-consumo/card-list-consumo.component.ts +0 -39
  587. package/src/lib/card-list-consumo/index.ts +0 -2
  588. package/src/lib/card-list-drag-on/card-list-drag-on.component.html +0 -64
  589. package/src/lib/card-list-drag-on/card-list-drag-on.component.scss +0 -159
  590. package/src/lib/card-list-drag-on/card-list-drag-on.component.spec.ts +0 -23
  591. package/src/lib/card-list-drag-on/card-list-drag-on.component.ts +0 -60
  592. package/src/lib/card-list-drag-on/index.ts +0 -2
  593. package/src/lib/card-list-movimientos/card-list-movimientos.component.html +0 -154
  594. package/src/lib/card-list-movimientos/card-list-movimientos.component.scss +0 -150
  595. package/src/lib/card-list-movimientos/card-list-movimientos.component.spec.ts +0 -23
  596. package/src/lib/card-list-movimientos/card-list-movimientos.component.ts +0 -28
  597. package/src/lib/card-list-movimientos/index.ts +0 -2
  598. package/src/lib/card-list-proceso/card-list-proceso.component.html +0 -27
  599. package/src/lib/card-list-proceso/card-list-proceso.component.scss +0 -131
  600. package/src/lib/card-list-proceso/card-list-proceso.component.spec.ts +0 -23
  601. package/src/lib/card-list-proceso/card-list-proceso.component.ts +0 -32
  602. package/src/lib/card-list-proceso/index.ts +0 -2
  603. package/src/lib/card-log/card-log.component.html +0 -30
  604. package/src/lib/card-log/card-log.component.scss +0 -114
  605. package/src/lib/card-log/card-log.component.spec.ts +0 -23
  606. package/src/lib/card-log/card-log.component.ts +0 -26
  607. package/src/lib/card-log/index.ts +0 -2
  608. package/src/lib/card-plan-small/card-plan-small.component.html +0 -12
  609. package/src/lib/card-plan-small/card-plan-small.component.scss +0 -80
  610. package/src/lib/card-plan-small/card-plan-small.component.spec.ts +0 -23
  611. package/src/lib/card-plan-small/card-plan-small.component.ts +0 -17
  612. package/src/lib/card-plan-small/index.ts +0 -2
  613. package/src/lib/card-plan-subscription/card-plan-subscription.component.html +0 -65
  614. package/src/lib/card-plan-subscription/card-plan-subscription.component.scss +0 -273
  615. package/src/lib/card-plan-subscription/card-plan-subscription.component.spec.ts +0 -23
  616. package/src/lib/card-plan-subscription/card-plan-subscription.component.ts +0 -45
  617. package/src/lib/card-plan-subscription/index.ts +0 -2
  618. package/src/lib/card-ticket/card-ticket.component.html +0 -40
  619. package/src/lib/card-ticket/card-ticket.component.scss +0 -253
  620. package/src/lib/card-ticket/card-ticket.component.spec.ts +0 -23
  621. package/src/lib/card-ticket/card-ticket.component.ts +0 -44
  622. package/src/lib/card-ticket/index.ts +0 -2
  623. package/src/lib/card-tipo-proceso/card-tipo-proceso.component.html +0 -61
  624. package/src/lib/card-tipo-proceso/card-tipo-proceso.component.scss +0 -179
  625. package/src/lib/card-tipo-proceso/card-tipo-proceso.component.spec.ts +0 -23
  626. package/src/lib/card-tipo-proceso/card-tipo-proceso.component.ts +0 -58
  627. package/src/lib/card-tipo-proceso/index.ts +0 -2
  628. package/src/lib/card-uso-plan/card-uso-plan.component.html +0 -74
  629. package/src/lib/card-uso-plan/card-uso-plan.component.scss +0 -143
  630. package/src/lib/card-uso-plan/card-uso-plan.component.spec.ts +0 -23
  631. package/src/lib/card-uso-plan/card-uso-plan.component.ts +0 -31
  632. package/src/lib/card-uso-plan/index.ts +0 -2
  633. package/src/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.html +0 -76
  634. package/src/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.scss +0 -161
  635. package/src/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.spec.ts +0 -23
  636. package/src/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.ts +0 -111
  637. package/src/lib/card-vigilancia-judicial/index.ts +0 -2
  638. package/src/lib/categories/categories.component.html +0 -13
  639. package/src/lib/categories/categories.component.scss +0 -51
  640. package/src/lib/categories/categories.component.spec.ts +0 -23
  641. package/src/lib/categories/categories.component.ts +0 -31
  642. package/src/lib/categories/index.ts +0 -2
  643. package/src/lib/charts-bar-grouped/charts-bar-grouped.component.html +0 -79
  644. package/src/lib/charts-bar-grouped/charts-bar-grouped.component.scss +0 -141
  645. package/src/lib/charts-bar-grouped/charts-bar-grouped.component.spec.ts +0 -23
  646. package/src/lib/charts-bar-grouped/charts-bar-grouped.component.ts +0 -284
  647. package/src/lib/charts-bar-grouped/index.ts +0 -2
  648. package/src/lib/charts-donut/charts-donut.component.html +0 -57
  649. package/src/lib/charts-donut/charts-donut.component.scss +0 -125
  650. package/src/lib/charts-donut/charts-donut.component.spec.ts +0 -23
  651. package/src/lib/charts-donut/charts-donut.component.ts +0 -148
  652. package/src/lib/charts-donut/index.ts +0 -2
  653. package/src/lib/checkbox/checkbox.component.html +0 -9
  654. package/src/lib/checkbox/checkbox.component.scss +0 -67
  655. package/src/lib/checkbox/checkbox.component.spec.ts +0 -23
  656. package/src/lib/checkbox/checkbox.component.ts +0 -27
  657. package/src/lib/checkbox/index.ts +0 -2
  658. package/src/lib/checkbox-radio/checkbox-radio.component.html +0 -19
  659. package/src/lib/checkbox-radio/checkbox-radio.component.scss +0 -126
  660. package/src/lib/checkbox-radio/checkbox-radio.component.spec.ts +0 -23
  661. package/src/lib/checkbox-radio/checkbox-radio.component.ts +0 -70
  662. package/src/lib/checkbox-radio/index.ts +0 -2
  663. package/src/lib/chip/chip.component.html +0 -16
  664. package/src/lib/chip/chip.component.scss +0 -74
  665. package/src/lib/chip/chip.component.spec.ts +0 -21
  666. package/src/lib/chip/chip.component.ts +0 -23
  667. package/src/lib/chip/index.ts +0 -1
  668. package/src/lib/chip-user/chip-user.component.html +0 -13
  669. package/src/lib/chip-user/chip-user.component.scss +0 -66
  670. package/src/lib/chip-user/chip-user.component.spec.ts +0 -23
  671. package/src/lib/chip-user/chip-user.component.ts +0 -22
  672. package/src/lib/chip-user/index.ts +0 -2
  673. package/src/lib/create-ticket/create-ticket.component.html +0 -57
  674. package/src/lib/create-ticket/create-ticket.component.scss +0 -54
  675. package/src/lib/create-ticket/create-ticket.component.ts +0 -119
  676. package/src/lib/create-ticket/index.ts +0 -1
  677. package/src/lib/custom-dropdown/custom-dropdown.component.html +0 -89
  678. package/src/lib/custom-dropdown/custom-dropdown.component.scss +0 -209
  679. package/src/lib/custom-dropdown/custom-dropdown.component.spec.ts +0 -23
  680. package/src/lib/custom-dropdown/custom-dropdown.component.ts +0 -122
  681. package/src/lib/custom-dropdown/index.ts +0 -2
  682. package/src/lib/date-hour-picker/date-hour-picker.component.html +0 -216
  683. package/src/lib/date-hour-picker/date-hour-picker.component.scss +0 -516
  684. package/src/lib/date-hour-picker/date-hour-picker.component.spec.ts +0 -22
  685. package/src/lib/date-hour-picker/date-hour-picker.component.ts +0 -317
  686. package/src/lib/date-hour-picker/index.ts +0 -2
  687. package/src/lib/date-picker/date-picker.component.html +0 -121
  688. package/src/lib/date-picker/date-picker.component.scss +0 -337
  689. package/src/lib/date-picker/date-picker.component.spec.ts +0 -23
  690. package/src/lib/date-picker/date-picker.component.ts +0 -164
  691. package/src/lib/date-picker/index.ts +0 -2
  692. package/src/lib/directives/infinite-scroll.directive.ts +0 -60
  693. package/src/lib/directives/popover.directive.ts +0 -164
  694. package/src/lib/double-date-picker/double-date-picker.component.html +0 -176
  695. package/src/lib/double-date-picker/double-date-picker.component.scss +0 -365
  696. package/src/lib/double-date-picker/double-date-picker.component.spec.ts +0 -23
  697. package/src/lib/double-date-picker/double-date-picker.component.ts +0 -237
  698. package/src/lib/double-date-picker/index.ts +0 -2
  699. package/src/lib/drawer-container-right/drawer-container-right.component.html +0 -24
  700. package/src/lib/drawer-container-right/drawer-container-right.component.scss +0 -75
  701. package/src/lib/drawer-container-right/drawer-container-right.component.spec.ts +0 -23
  702. package/src/lib/drawer-container-right/drawer-container-right.component.ts +0 -49
  703. package/src/lib/drawer-container-right/index.ts +0 -1
  704. package/src/lib/dropdown/dropdown.component.html +0 -36
  705. package/src/lib/dropdown/dropdown.component.scss +0 -147
  706. package/src/lib/dropdown/dropdown.component.spec.ts +0 -23
  707. package/src/lib/dropdown/dropdown.component.ts +0 -81
  708. package/src/lib/dropdown/index.ts +0 -2
  709. package/src/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.html +0 -7
  710. package/src/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.scss +0 -20
  711. package/src/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.spec.ts +0 -23
  712. package/src/lib/dropdown-contextual-menu/dropdown-contextual-menu.component.ts +0 -12
  713. package/src/lib/dropdown-contextual-menu/index.ts +0 -2
  714. package/src/lib/dropdown-option-item/dropdown-option-item.component.html +0 -6
  715. package/src/lib/dropdown-option-item/dropdown-option-item.component.scss +0 -40
  716. package/src/lib/dropdown-option-item/dropdown-option-item.component.spec.ts +0 -23
  717. package/src/lib/dropdown-option-item/dropdown-option-item.component.ts +0 -27
  718. package/src/lib/dropdown-option-item/index.ts +0 -2
  719. package/src/lib/dropdown-user-menu/dropdown-user-menu.component.html +0 -11
  720. package/src/lib/dropdown-user-menu/dropdown-user-menu.component.scss +0 -111
  721. package/src/lib/dropdown-user-menu/dropdown-user-menu.component.spec.ts +0 -23
  722. package/src/lib/dropdown-user-menu/dropdown-user-menu.component.ts +0 -57
  723. package/src/lib/dropdown-user-menu/index.ts +0 -2
  724. package/src/lib/empty-list/empty-list.component.html +0 -17
  725. package/src/lib/empty-list/empty-list.component.scss +0 -68
  726. package/src/lib/empty-list/empty-list.component.spec.ts +0 -23
  727. package/src/lib/empty-list/empty-list.component.ts +0 -15
  728. package/src/lib/empty-list/index.ts +0 -2
  729. package/src/lib/filter-item/filter-item.component.html +0 -6
  730. package/src/lib/filter-item/filter-item.component.scss +0 -38
  731. package/src/lib/filter-item/filter-item.component.spec.ts +0 -23
  732. package/src/lib/filter-item/filter-item.component.ts +0 -22
  733. package/src/lib/filter-item/index.ts +0 -1
  734. package/src/lib/icon-lg/icon-lg.component.html +0 -1
  735. package/src/lib/icon-lg/icon-lg.component.scss +0 -14
  736. package/src/lib/icon-lg/icon-lg.component.spec.ts +0 -23
  737. package/src/lib/icon-lg/icon-lg.component.ts +0 -25
  738. package/src/lib/icon-lg/index.ts +0 -2
  739. package/src/lib/icon-md/icon-md.component.html +0 -1
  740. package/src/lib/icon-md/icon-md.component.scss +0 -14
  741. package/src/lib/icon-md/icon-md.component.spec.ts +0 -23
  742. package/src/lib/icon-md/icon-md.component.ts +0 -25
  743. package/src/lib/icon-md/index.ts +0 -2
  744. package/src/lib/icon-sm/icon-sm.component.html +0 -1
  745. package/src/lib/icon-sm/icon-sm.component.scss +0 -14
  746. package/src/lib/icon-sm/icon-sm.component.spec.ts +0 -23
  747. package/src/lib/icon-sm/icon-sm.component.ts +0 -25
  748. package/src/lib/icon-sm/index.ts +0 -2
  749. package/src/lib/icon-xl/icon-xl.component.html +0 -1
  750. package/src/lib/icon-xl/icon-xl.component.scss +0 -14
  751. package/src/lib/icon-xl/icon-xl.component.spec.ts +0 -23
  752. package/src/lib/icon-xl/icon-xl.component.ts +0 -25
  753. package/src/lib/icon-xl/index.ts +0 -2
  754. package/src/lib/icon-xs/icon-xs.component.html +0 -1
  755. package/src/lib/icon-xs/icon-xs.component.scss +0 -14
  756. package/src/lib/icon-xs/icon-xs.component.spec.ts +0 -23
  757. package/src/lib/icon-xs/icon-xs.component.ts +0 -26
  758. package/src/lib/icon-xs/index.ts +0 -2
  759. package/src/lib/icon-xxl/icon-xxl.component.html +0 -1
  760. package/src/lib/icon-xxl/icon-xxl.component.scss +0 -14
  761. package/src/lib/icon-xxl/icon-xxl.component.spec.ts +0 -23
  762. package/src/lib/icon-xxl/icon-xxl.component.ts +0 -25
  763. package/src/lib/icon-xxl/index.ts +0 -2
  764. package/src/lib/icons/icons-map.ts +0 -1163
  765. package/src/lib/input-card/index.ts +0 -2
  766. package/src/lib/input-card/input-card.component.html +0 -67
  767. package/src/lib/input-card/input-card.component.scss +0 -221
  768. package/src/lib/input-card/input-card.component.spec.ts +0 -23
  769. package/src/lib/input-card/input-card.component.ts +0 -156
  770. package/src/lib/input-large/index.ts +0 -2
  771. package/src/lib/input-large/input-large.component.html +0 -46
  772. package/src/lib/input-large/input-large.component.scss +0 -152
  773. package/src/lib/input-large/input-large.component.spec.ts +0 -23
  774. package/src/lib/input-large/input-large.component.ts +0 -79
  775. package/src/lib/input-otp/index.ts +0 -2
  776. package/src/lib/input-otp/input-otp.component.html +0 -60
  777. package/src/lib/input-otp/input-otp.component.scss +0 -141
  778. package/src/lib/input-otp/input-otp.component.spec.ts +0 -23
  779. package/src/lib/input-otp/input-otp.component.ts +0 -161
  780. package/src/lib/input-password/index.ts +0 -2
  781. package/src/lib/input-password/input-password.component.html +0 -44
  782. package/src/lib/input-password/input-password.component.scss +0 -142
  783. package/src/lib/input-password/input-password.component.spec.ts +0 -23
  784. package/src/lib/input-password/input-password.component.ts +0 -73
  785. package/src/lib/input-select/index.ts +0 -2
  786. package/src/lib/input-select/input-select.component.html +0 -52
  787. package/src/lib/input-select/input-select.component.scss +0 -195
  788. package/src/lib/input-select/input-select.component.spec.ts +0 -23
  789. package/src/lib/input-select/input-select.component.ts +0 -181
  790. package/src/lib/input-select-filter/index.ts +0 -2
  791. package/src/lib/input-select-filter/input-select-filter.component.html +0 -56
  792. package/src/lib/input-select-filter/input-select-filter.component.scss +0 -266
  793. package/src/lib/input-select-filter/input-select-filter.component.spec.ts +0 -23
  794. package/src/lib/input-select-filter/input-select-filter.component.ts +0 -214
  795. package/src/lib/input-select-number/index.ts +0 -2
  796. package/src/lib/input-select-number/input-select-number.component.html +0 -24
  797. package/src/lib/input-select-number/input-select-number.component.scss +0 -128
  798. package/src/lib/input-select-number/input-select-number.component.spec.ts +0 -23
  799. package/src/lib/input-select-number/input-select-number.component.ts +0 -68
  800. package/src/lib/input-textfield/index.ts +0 -2
  801. package/src/lib/input-textfield/input-textfield.component.html +0 -65
  802. package/src/lib/input-textfield/input-textfield.component.scss +0 -167
  803. package/src/lib/input-textfield/input-textfield.component.spec.ts +0 -23
  804. package/src/lib/input-textfield/input-textfield.component.ts +0 -125
  805. package/src/lib/item-document/index.ts +0 -1
  806. package/src/lib/item-document/item-document.component.html +0 -53
  807. package/src/lib/item-document/item-document.component.scss +0 -72
  808. package/src/lib/item-document/item-document.component.spec.ts +0 -23
  809. package/src/lib/item-document/item-document.component.ts +0 -51
  810. package/src/lib/linear-progress-bar/index.ts +0 -2
  811. package/src/lib/linear-progress-bar/linear-progress-bar.component.html +0 -4
  812. package/src/lib/linear-progress-bar/linear-progress-bar.component.scss +0 -26
  813. package/src/lib/linear-progress-bar/linear-progress-bar.component.spec.ts +0 -23
  814. package/src/lib/linear-progress-bar/linear-progress-bar.component.ts +0 -12
  815. package/src/lib/loading-circle/index.ts +0 -2
  816. package/src/lib/loading-circle/loading-circle.component.html +0 -3
  817. package/src/lib/loading-circle/loading-circle.component.scss +0 -19
  818. package/src/lib/loading-circle/loading-circle.component.spec.ts +0 -23
  819. package/src/lib/loading-circle/loading-circle.component.ts +0 -14
  820. package/src/lib/loading-component-dynamic/index.ts +0 -2
  821. package/src/lib/loading-component-dynamic/loading-animation.const.ts +0 -274
  822. package/src/lib/loading-component-dynamic/loading-component-dynamic.component.html +0 -42
  823. package/src/lib/loading-component-dynamic/loading-component-dynamic.component.scss +0 -52
  824. package/src/lib/loading-component-dynamic/loading-component-dynamic.component.spec.ts +0 -23
  825. package/src/lib/loading-component-dynamic/loading-component-dynamic.component.ts +0 -44
  826. package/src/lib/menu-item/index.ts +0 -2
  827. package/src/lib/menu-item/menu-item.component.html +0 -9
  828. package/src/lib/menu-item/menu-item.component.scss +0 -55
  829. package/src/lib/menu-item/menu-item.component.spec.ts +0 -23
  830. package/src/lib/menu-item/menu-item.component.ts +0 -26
  831. package/src/lib/nav-rail/index.ts +0 -2
  832. package/src/lib/nav-rail/nav-rail.component.html +0 -14
  833. package/src/lib/nav-rail/nav-rail.component.scss +0 -58
  834. package/src/lib/nav-rail/nav-rail.component.spec.ts +0 -23
  835. package/src/lib/nav-rail/nav-rail.component.ts +0 -39
  836. package/src/lib/notification-card/index.ts +0 -2
  837. package/src/lib/notification-card/notification-card.component.html +0 -69
  838. package/src/lib/notification-card/notification-card.component.scss +0 -137
  839. package/src/lib/notification-card/notification-card.component.spec.ts +0 -23
  840. package/src/lib/notification-card/notification-card.component.ts +0 -76
  841. package/src/lib/notifications/index.ts +0 -2
  842. package/src/lib/notifications/notifications.component.html +0 -49
  843. package/src/lib/notifications/notifications.component.scss +0 -113
  844. package/src/lib/notifications/notifications.component.spec.ts +0 -23
  845. package/src/lib/notifications/notifications.component.ts +0 -64
  846. package/src/lib/option/index.ts +0 -2
  847. package/src/lib/option/option.component.html +0 -11
  848. package/src/lib/option/option.component.scss +0 -54
  849. package/src/lib/option/option.component.spec.ts +0 -23
  850. package/src/lib/option/option.component.ts +0 -27
  851. package/src/lib/option-item/index.ts +0 -1
  852. package/src/lib/option-item/option-item.component.html +0 -6
  853. package/src/lib/option-item/option-item.component.scss +0 -47
  854. package/src/lib/option-item/option-item.component.spec.ts +0 -23
  855. package/src/lib/option-item/option-item.component.ts +0 -22
  856. package/src/lib/page-not-found/index.ts +0 -2
  857. package/src/lib/page-not-found/page-not-found.component.html +0 -46
  858. package/src/lib/page-not-found/page-not-found.component.scss +0 -72
  859. package/src/lib/page-not-found/page-not-found.component.spec.ts +0 -23
  860. package/src/lib/page-not-found/page-not-found.component.ts +0 -23
  861. package/src/lib/popover/popover.component.html +0 -8
  862. package/src/lib/popover/popover.component.scss +0 -80
  863. package/src/lib/popover/popover.component.spec.ts +0 -23
  864. package/src/lib/popover/popover.component.ts +0 -18
  865. package/src/lib/progress-bar/progress-bar.component.html +0 -23
  866. package/src/lib/progress-bar/progress-bar.component.scss +0 -37
  867. package/src/lib/progress-bar/progress-bar.component.spec.ts +0 -23
  868. package/src/lib/progress-bar/progress-bar.component.ts +0 -109
  869. package/src/lib/search-bar/index.ts +0 -2
  870. package/src/lib/search-bar/search-bar.component.html +0 -26
  871. package/src/lib/search-bar/search-bar.component.scss +0 -100
  872. package/src/lib/search-bar/search-bar.component.spec.ts +0 -23
  873. package/src/lib/search-bar/search-bar.component.ts +0 -70
  874. package/src/lib/section-collapse-drawer-child/index.ts +0 -2
  875. package/src/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.html +0 -15
  876. package/src/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.scss +0 -52
  877. package/src/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.spec.ts +0 -23
  878. package/src/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.ts +0 -45
  879. package/src/lib/section-collapse-drawer-parent/index.ts +0 -2
  880. package/src/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.html +0 -16
  881. package/src/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.scss +0 -52
  882. package/src/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.spec.ts +0 -23
  883. package/src/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.ts +0 -46
  884. package/src/lib/segment/index.ts +0 -1
  885. package/src/lib/segment/segment.component.html +0 -15
  886. package/src/lib/segment/segment.component.scss +0 -62
  887. package/src/lib/segment/segment.component.spec.ts +0 -23
  888. package/src/lib/segment/segment.component.ts +0 -34
  889. package/src/lib/simple-card-contador/index.ts +0 -2
  890. package/src/lib/simple-card-contador/simple-card-contador.component.html +0 -39
  891. package/src/lib/simple-card-contador/simple-card-contador.component.scss +0 -110
  892. package/src/lib/simple-card-contador/simple-card-contador.component.spec.ts +0 -23
  893. package/src/lib/simple-card-contador/simple-card-contador.component.ts +0 -56
  894. package/src/lib/simple-chip/index.ts +0 -2
  895. package/src/lib/simple-chip/simple-chip.component.html +0 -8
  896. package/src/lib/simple-chip/simple-chip.component.scss +0 -49
  897. package/src/lib/simple-chip/simple-chip.component.spec.ts +0 -23
  898. package/src/lib/simple-chip/simple-chip.component.ts +0 -26
  899. package/src/lib/simple-divider/index.ts +0 -2
  900. package/src/lib/simple-divider/simple-divider.component.html +0 -1
  901. package/src/lib/simple-divider/simple-divider.component.scss +0 -9
  902. package/src/lib/simple-divider/simple-divider.component.spec.ts +0 -23
  903. package/src/lib/simple-divider/simple-divider.component.ts +0 -12
  904. package/src/lib/simple-user-card/index.ts +0 -2
  905. package/src/lib/simple-user-card/simple-user-card.component.html +0 -20
  906. package/src/lib/simple-user-card/simple-user-card.component.scss +0 -113
  907. package/src/lib/simple-user-card/simple-user-card.component.spec.ts +0 -23
  908. package/src/lib/simple-user-card/simple-user-card.component.ts +0 -17
  909. package/src/lib/slide-toggle/index.ts +0 -1
  910. package/src/lib/slide-toggle/slide-toggle.component.html +0 -6
  911. package/src/lib/slide-toggle/slide-toggle.component.scss +0 -49
  912. package/src/lib/slide-toggle/slide-toggle.component.spec.ts +0 -23
  913. package/src/lib/slide-toggle/slide-toggle.component.ts +0 -19
  914. package/src/lib/snackbar/index.ts +0 -1
  915. package/src/lib/snackbar/snackbar.component.html +0 -10
  916. package/src/lib/snackbar/snackbar.component.scss +0 -92
  917. package/src/lib/snackbar/snackbar.component.spec.ts +0 -23
  918. package/src/lib/snackbar/snackbar.component.ts +0 -34
  919. package/src/lib/support-panel/index.ts +0 -1
  920. package/src/lib/support-panel/support-panel.component.html +0 -30
  921. package/src/lib/support-panel/support-panel.component.scss +0 -72
  922. package/src/lib/support-panel/support-panel.component.spec.ts +0 -23
  923. package/src/lib/support-panel/support-panel.component.ts +0 -44
  924. package/src/lib/toolbar/index.ts +0 -1
  925. package/src/lib/toolbar/toolbar.component.html +0 -127
  926. package/src/lib/toolbar/toolbar.component.scss +0 -139
  927. package/src/lib/toolbar/toolbar.component.spec.ts +0 -23
  928. package/src/lib/toolbar/toolbar.component.ts +0 -388
  929. package/src/lib/toolbar-user-menu/index.ts +0 -1
  930. package/src/lib/toolbar-user-menu/toolbar-user-menu.component.html +0 -180
  931. package/src/lib/toolbar-user-menu/toolbar-user-menu.component.scss +0 -282
  932. package/src/lib/toolbar-user-menu/toolbar-user-menu.component.spec.ts +0 -23
  933. package/src/lib/toolbar-user-menu/toolbar-user-menu.component.ts +0 -111
  934. package/src/lib/user-card/index.ts +0 -1
  935. package/src/lib/user-card/user-card.component.html +0 -81
  936. package/src/lib/user-card/user-card.component.scss +0 -235
  937. package/src/lib/user-card/user-card.component.spec.ts +0 -23
  938. package/src/lib/user-card/user-card.component.ts +0 -67
  939. package/src/public-api.ts +0 -108
  940. package/tsconfig.lib.json +0 -14
  941. package/tsconfig.lib.prod.json +0 -10
  942. package/tsconfig.spec.json +0 -14
@@ -1,192 +0,0 @@
1
- @use "@litigiovirtual/ius-design-styles/lib/colors" as colors;
2
- @use "@litigiovirtual/ius-design-styles/lib/typography" as typography;
3
- @use "@litigiovirtual/ius-design-styles/lib/variables" as variables;
4
- @use "@litigiovirtual/ius-design-styles/lib/semantic-colors" as semantic-colors;
5
-
6
- .ctn-gnrl {
7
- position: relative;
8
- display: flex;
9
- flex-direction: column;
10
- cursor: pointer;
11
- padding: variables.$spacing-xs variables.$spacing-sm;
12
- box-sizing: border-box;
13
- border-radius: variables.$radius-sm;
14
- border: 1px solid colors.$neutral-4;
15
-
16
- &:hover {
17
- border: 1px solid colors.$info-200;
18
- box-shadow: variables.$elevation-100;
19
-
20
- .fecha {
21
- display: none;
22
- pointer-events: none;
23
- }
24
-
25
- .buttons-hove {
26
- display: flex;
27
- pointer-events: auto;
28
- }
29
- }
30
- }
31
-
32
- .ctn-card {
33
- position: relative;
34
- display: flex;
35
- align-items: center;
36
- gap: variables.$spacing-lg;
37
- }
38
-
39
- .ctn-inf {
40
- display: flex;
41
- flex: 1 0 0;
42
- align-items: center;
43
- gap: variables.$spacing-md;
44
- }
45
-
46
- .icon-calendar-clock {
47
- color: colors.$neutral-7 !important;
48
- }
49
-
50
- .priority-tx {
51
- color: colors.$info-600;
52
- }
53
-
54
- .tx-asig {
55
- display: flex;
56
- gap: variables.$spacing-lg;
57
- }
58
-
59
- .info {
60
- display: flex;
61
- flex: 1 0 0;
62
- flex-direction: column;
63
- align-items: flex-start;
64
- }
65
-
66
- .ctn-icons {
67
- display: flex;
68
- align-items: center;
69
- gap: variables.$spacing-md;
70
- }
71
-
72
- .icon-dot {
73
- display: flex;
74
- align-items: center;
75
- width: 8px;
76
- height: 8px;
77
- aspect-ratio: 1/1;
78
- background-color: colors.$info-500;
79
- border-radius: variables.$radius-pill;
80
- }
81
-
82
- .icon-dot-warning {
83
- display: flex;
84
- align-items: center;
85
- width: 8px;
86
- height: 8px;
87
- aspect-ratio: 1/1;
88
- background-color: colors.$warning-500;
89
- border-radius: variables.$radius-pill;
90
- }
91
-
92
- .icon-emergency-home {
93
- color: colors.$warning-500;
94
- }
95
-
96
- .fecha {
97
- width: 76px;
98
- }
99
-
100
- .buttons-hove {
101
- display: none;
102
- pointer-events: none;
103
- gap: variables.$spacing-xxs;
104
- }
105
-
106
- .ctn-collapse-card {
107
- max-height: 1000px;
108
- overflow: hidden;
109
- transition: max-height 0.3s ease-in-out;
110
-
111
- &.collapsed {
112
- max-height: 0px;
113
- }
114
- }
115
-
116
- .ctn-clp {
117
- display: flex;
118
- gap: variables.$spacing-xs;
119
- }
120
-
121
- .ctn-info-clp {
122
- display: flex;
123
- padding: variables.$spacing-xxs variables.$spacing-xs;
124
- flex-direction: column;
125
- gap: variables.$spacing-sm;
126
- flex: 1 0 0;
127
- }
128
-
129
- .text-info {
130
- display: flex;
131
- flex-direction: column;
132
- align-items: flex-start;
133
- flex: 1 0 0;
134
- }
135
-
136
- .tx-read {
137
- color: colors.$success-700;
138
- }
139
-
140
- .tx-warn {
141
- color: colors.$warning-600;
142
- }
143
-
144
- .tx-info {
145
- color: colors.$info-400
146
- }
147
-
148
- ius-simple-divider {
149
- margin: variables.$spacing-xs 0;
150
- }
151
-
152
- .row-text-1 {
153
- display: flex;
154
- align-items: center;
155
- gap: variables.$spacing-xs;
156
- }
157
-
158
- .row-text-2 {
159
- display: flex;
160
- align-items: center;
161
- gap: variables.$spacing-xxs;
162
- }
163
-
164
- .txt-pry {
165
- color: semantic-colors.$color-text-primary-on-light;
166
- }
167
-
168
- .txt-sec {
169
- color: semantic-colors.$color-text-secundary-on-light;
170
- }
171
-
172
- .txt-ter {
173
- color: semantic-colors.$color-text-tertiary-on-light;
174
- }
175
-
176
- .link-actividad {
177
- display: inline-flex;
178
- align-items: center;
179
- gap: variables.$spacing-xxs;
180
- margin-top: variables.$spacing-xxs;
181
- padding: variables.$spacing-xxs variables.$spacing-xs;
182
- border-radius: variables.$radius-sm;
183
- color: semantic-colors.$color-text-secundary-on-light;
184
- cursor: pointer;
185
- text-decoration: none;
186
- word-break: break-all;
187
-
188
- &:hover {
189
- background-color: colors.$info-100;
190
- text-decoration: underline;
191
- }
192
- }
@@ -1,23 +0,0 @@
1
- import { ComponentFixture, TestBed } from '@angular/core/testing';
2
-
3
- import { CardActividadEventoComponent } from './card-actividad-evento.component';
4
-
5
- describe('CardActividadEventoComponent', () => {
6
- let component: CardActividadEventoComponent;
7
- let fixture: ComponentFixture<CardActividadEventoComponent>;
8
-
9
- beforeEach(async () => {
10
- await TestBed.configureTestingModule({
11
- imports: [CardActividadEventoComponent]
12
- })
13
- .compileComponents();
14
-
15
- fixture = TestBed.createComponent(CardActividadEventoComponent);
16
- component = fixture.componentInstance;
17
- fixture.detectChanges();
18
- });
19
-
20
- it('should create', () => {
21
- expect(component).toBeTruthy();
22
- });
23
- });
@@ -1,142 +0,0 @@
1
- import { Component, EventEmitter, Input, Output, LOCALE_ID } from '@angular/core';
2
- import { NgClass, DatePipe, registerLocaleData } from '@angular/common';
3
- import localeEs from '@angular/common/locales/es';
4
- import { IconSmComponent } from "../icon-sm";
5
- import { ButtonCircleTertiaryComponent } from "../button-circle-tertiary";
6
- import { SimpleDividerComponent } from "../simple-divider";
7
- import { IconXsComponent } from "../icon-xs";
8
- import { PopoverDirective } from '../directives/popover.directive';
9
-
10
- registerLocaleData(localeEs);
11
-
12
- @Component({
13
- selector: 'ius-card-actividad-evento',
14
- standalone: true,
15
- imports: [IconSmComponent, NgClass, ButtonCircleTertiaryComponent, SimpleDividerComponent, IconXsComponent, DatePipe, PopoverDirective],
16
- providers: [
17
- { provide: LOCALE_ID, useValue: 'es' },
18
- DatePipe
19
- ],
20
- templateUrl: './card-actividad-evento.component.html',
21
- styleUrl: './card-actividad-evento.component.scss'
22
- })
23
- export class CardActividadEventoComponent {
24
-
25
- constructor(private datePipe: DatePipe) { }
26
-
27
- @Input() read: boolean = true;
28
- @Input() warning: boolean = false;
29
- @Input() collapse: boolean = true;
30
- @Input() done: boolean = false;
31
-
32
- @Input() titulo?: string;
33
- @Input() usuarioAsignado?: string;
34
- @Input() fechaProgramacion?: Date;
35
- @Input() fechaPrincipal?: Date;
36
- @Input() text1?: string;
37
- @Input() estado?: string;
38
- @Input() fechaInicio?: Date;
39
- @Input() fechaFin?: Date;
40
- @Input() descripcion?: string;
41
- @Input() link?: string;
42
-
43
- @Output() onClickButtonCopy = new EventEmitter<Event>();
44
- @Output() onClickButtonRead = new EventEmitter<Event>();
45
- @Output() onClickButtonEdit = new EventEmitter<Event>();
46
- @Output() onClickButtonDelete = new EventEmitter<Event>();
47
- @Output() onClickButtonDone = new EventEmitter<Event>();
48
-
49
- toggleCollapse(): void {
50
- const wasCollapsed = this.collapse;
51
- this.collapse = !this.collapse;
52
- if (wasCollapsed && !this.read) {
53
- this.onClickButtonRead.emit(new Event('autoExpand'));
54
- }
55
- }
56
-
57
- get headerFechaLabel(): string {
58
- return this.estado === 'Finalizada' ? 'Realizada el' : 'Programada para el';
59
- }
60
-
61
- get estadoLabel(): string {
62
- if (this.estado === 'Finalizada') return 'Finalizada';
63
- if (this.estado === 'Pausada' && this.warning!) return 'Pausada';
64
- if (this.estado === 'Pausada' && this.warning) return 'Pausada - Vencida';
65
- return 'Programada';
66
- }
67
-
68
- get estadoLabelClass(): string {
69
- if (this.estado === 'Finalizada') return 'txt-ter';
70
- if (this.estado === 'Pausada' && this.warning!) return 'tx-info';
71
- if (this.estado === 'Pausada' && this.warning) return 'tx-warn';
72
- if (this.warning) return 'tx-warn';
73
- return 'tx-read';
74
- }
75
-
76
- async clickButtonCopy(event: Event) {
77
- event.stopImmediatePropagation();
78
- try {
79
- await navigator.clipboard.writeText(this.getCardSummary());
80
- this.onClickButtonCopy.emit(event);
81
- } catch {
82
- // clipboard write failed; no emit
83
- }
84
- }
85
-
86
- private getCardSummary(): string {
87
- const lines: string[] = [];
88
- lines.push('Actividades y eventos');
89
- if (this.titulo) lines.push(`Título: ${this.titulo}`);
90
- if (this.usuarioAsignado) lines.push(`Asignado a: ${this.usuarioAsignado}`);
91
- if (this.fechaProgramacion) lines.push(`${this.headerFechaLabel}: ${this.formatDateTime(this.fechaProgramacion)}`);
92
- if (this.text1) lines.push(this.text1);
93
- lines.push(`Estado: ${this.estadoLabel}`);
94
- if (this.fechaInicio || this.fechaFin) {
95
- const partes: string[] = [];
96
- if (this.fechaInicio) partes.push(this.formatDateTime(this.fechaInicio));
97
- if (this.fechaFin) partes.push(this.formatDateTime(this.fechaFin));
98
- lines.push(`Rango: ${partes.join(' - ')}`);
99
- }
100
- if (this.descripcion) {
101
- lines.push('');
102
- lines.push('Descripción:');
103
- lines.push(this.descripcion);
104
- }
105
- if (this.link) {
106
- lines.push('');
107
- lines.push(`Link: ${this.link}`);
108
- }
109
- return lines.join('\n');
110
- }
111
-
112
- openLink(event: Event) {
113
- event.stopImmediatePropagation();
114
- if (this.link) {
115
- window.open(this.link, '_blank', 'noopener,noreferrer');
116
- }
117
- }
118
-
119
- private formatDateTime(d: Date | string): string {
120
- return this.datePipe.transform(d, 'dd MMM yyyy h:mm a') ?? '';
121
- }
122
-
123
- clickButtonRead(event: Event) {
124
- event.stopImmediatePropagation();
125
- this.onClickButtonRead.emit(event);
126
- }
127
-
128
- clickButtonEdit(event: Event) {
129
- event.stopImmediatePropagation();
130
- this.onClickButtonEdit.emit(event);
131
- }
132
-
133
- clickButtonDelete(event: Event) {
134
- event.stopImmediatePropagation();
135
- this.onClickButtonDelete.emit(event);
136
- }
137
-
138
- clickButtonDone(event: Event) {
139
- event.stopImmediatePropagation();
140
- this.onClickButtonDone.emit(event);
141
- }
142
- }
@@ -1,2 +0,0 @@
1
- export * from './card-actividad-evento.component';
2
-
@@ -1,53 +0,0 @@
1
- <div class="ctn-gnrl" (click)="toggleCollapse()">
2
- <div class="ctn-card">
3
- <div class="ctn-inf">
4
- <ius-icon-sm iconName="icon-calendar-judge" class="txt-pry"></ius-icon-sm>
5
- <div class="info">
6
- <span class="caption-sm txt-ter">Agenda Litigiovirtual</span>
7
- <span class="label-base txt-pry" [ngClass]="{'body-base-1': read === false}">{{titulo}}</span>
8
- <span class="body-base-1 txt-sec">{{tipoAgenda}}</span>
9
- </div>
10
- </div>
11
- <div class="ctn-icons">
12
- @if (hasDocuments) {
13
- <div class="row-text-1">
14
- <ius-icon-sm iconName="icon-notification-2" class="txt-sec"></ius-icon-sm>
15
- <ius-icon-sm iconName="icon-docs-2" class="txt-sec"></ius-icon-sm>
16
- </div>
17
- }
18
- <div class="row-text-2">
19
- <div class="icon-dot" [ngClass]="{'icon-dot-f': read === false}"></div>
20
- <span class="body-sm txt-ter fecha">{{fechaPrincipal | date: 'd MMM y'}}</span>
21
- <span class="buttons-hove">
22
- <ius-button-circle-tertiary iconName="icon-mark-chat-read"
23
- (click)="clickButtonRead($event)"></ius-button-circle-tertiary>
24
- <ius-button-circle-tertiary iconName="icon-content-copy"
25
- (click)="clickButtonCopy($event)"></ius-button-circle-tertiary>
26
- </span>
27
- </div>
28
- <ius-icon-sm [iconName]="collapse ? 'icon-keyboard-arrow-down' : 'icon-keyboard-arrow-up'"
29
- class="txt-pry"></ius-icon-sm>
30
- </div>
31
- </div>
32
- <div class="ctn-collapse-card" [ngClass]="{'collapsed': collapse}">
33
- <ius-simple-divider></ius-simple-divider>
34
- <div class="ctn-clp">
35
- <div class="ctn-info-clp">
36
- <div class="text-info">
37
- <div class=" body-sm txt-ter">
38
- <span>{{fechaAgenda | date: 'd MMM y - hh:mm a'}}</span>
39
- </div>
40
- <span class="label-base txt-ter">{{text1}}</span>
41
- <span class="body-base-1 txt-sec">{{text2}}</span>
42
- </div>
43
- </div>
44
- <div class="buttons-clp">
45
- <ius-button-menu-link iconName="icon-notificacion" iconColor="#184FDB"></ius-button-menu-link>
46
- <ius-simple-divider></ius-simple-divider>
47
- <ius-button-menu-link iconName="icon-docs" iconColor="#184FDB"></ius-button-menu-link>
48
- <ius-simple-divider></ius-simple-divider>
49
- <ius-button-menu-link iconName="icon-notes" iconColor="#184FDB"></ius-button-menu-link>
50
- </div>
51
- </div>
52
- </div>
53
- </div>
@@ -1,151 +0,0 @@
1
- @use "@litigiovirtual/ius-design-styles/lib/colors" as colors;
2
- @use "@litigiovirtual/ius-design-styles/lib/typography" as typography;
3
- @use "@litigiovirtual/ius-design-styles/lib/variables" as variables;
4
- @use "@litigiovirtual/ius-design-styles/lib/semantic-colors" as semantic-colors;
5
-
6
- .ctn-gnrl {
7
- position: relative;
8
- display: flex;
9
- flex-direction: column;
10
- cursor: pointer;
11
- padding: variables.$spacing-xs variables.$spacing-sm;
12
- box-sizing: border-box;
13
- border-radius: variables.$radius-sm;
14
- border: 1px solid colors.$neutral-4;
15
-
16
- &:hover {
17
- border: 1px solid colors.$info-200;
18
- box-shadow: variables.$elevation-100;
19
-
20
- .fecha {
21
- display: none;
22
- pointer-events: none;
23
- }
24
-
25
- .buttons-hove {
26
- display: flex;
27
- pointer-events: auto;
28
- }
29
- }
30
- }
31
-
32
- .ctn-card {
33
- position: relative;
34
- display: flex;
35
- align-items: center;
36
- gap: variables.$spacing-lg;
37
- }
38
-
39
- .ctn-inf {
40
- display: flex;
41
- flex: 1 0 0;
42
- align-items: center;
43
- gap: variables.$spacing-md;
44
- }
45
-
46
- .priority-tx {
47
- color: colors.$success-800;
48
- }
49
-
50
- .info {
51
- display: flex;
52
- flex: 1 0 0;
53
- flex-direction: column;
54
- align-items: flex-start;
55
- }
56
-
57
- .ctn-icons {
58
- display: flex;
59
- align-items: center;
60
- gap: variables.$spacing-md;
61
- }
62
-
63
- .icon-dot {
64
- display: flex;
65
- align-items: center;
66
- width: 8px;
67
- height: 8px;
68
- aspect-ratio: 1/1;
69
- background-color: colors.$info-500;
70
- border-radius: variables.$radius-pill;
71
- }
72
-
73
- .icon-dot-f {
74
- background-color: transparent;
75
- }
76
-
77
- .fecha {
78
- width: 76px;
79
- }
80
-
81
- .buttons-hove {
82
- display: none;
83
- pointer-events: none;
84
- gap: variables.$spacing-xxs;
85
- width: 76px;
86
- }
87
-
88
- .ctn-collapse-card {
89
- max-height: 1000px;
90
- overflow: hidden;
91
- transition: max-height 0.3s ease-in-out;
92
-
93
- &.collapsed {
94
- max-height: 0px;
95
- }
96
- }
97
-
98
- .ctn-clp {
99
- display: flex;
100
- gap: variables.$spacing-xs;
101
- }
102
-
103
- .buttons-clp {
104
- display: flex;
105
- padding: variables.$spacing-xxs;
106
- flex-direction: column;
107
- gap: variables.$spacing-xxs;
108
- }
109
-
110
- .ctn-info-clp {
111
- display: flex;
112
- padding: variables.$spacing-xxs variables.$spacing-xs;
113
- flex-direction: column;
114
- gap: variables.$spacing-sm;
115
- flex: 1 0 0;
116
- }
117
-
118
- .text-info {
119
- display: flex;
120
- flex-direction: column;
121
- justify-content: center;
122
- flex: 1 0 0;
123
- }
124
-
125
- ius-simple-divider {
126
- margin: variables.$spacing-xs 0;
127
- }
128
-
129
- .row-text-1 {
130
- display: flex;
131
- align-items: center;
132
- gap: variables.$spacing-xs;
133
- }
134
-
135
- .row-text-2 {
136
- display: flex;
137
- align-items: center;
138
- gap: variables.$spacing-xxs;
139
- }
140
-
141
- .txt-pry {
142
- color: semantic-colors.$color-text-primary-on-light;
143
- }
144
-
145
- .txt-sec {
146
- color: semantic-colors.$color-text-secundary-on-light;
147
- }
148
-
149
- .txt-ter {
150
- color: semantic-colors.$color-text-tertiary-on-light;
151
- }
@@ -1,23 +0,0 @@
1
- import { ComponentFixture, TestBed } from '@angular/core/testing';
2
-
3
- import { CardAgendaJudicialComponent } from './card-agenda-judicial.component';
4
-
5
- describe('CardAgendaJudicialComponent', () => {
6
- let component: CardAgendaJudicialComponent;
7
- let fixture: ComponentFixture<CardAgendaJudicialComponent>;
8
-
9
- beforeEach(async () => {
10
- await TestBed.configureTestingModule({
11
- imports: [CardAgendaJudicialComponent]
12
- })
13
- .compileComponents();
14
-
15
- fixture = TestBed.createComponent(CardAgendaJudicialComponent);
16
- component = fixture.componentInstance;
17
- fixture.detectChanges();
18
- });
19
-
20
- it('should create', () => {
21
- expect(component).toBeTruthy();
22
- });
23
- });
@@ -1,51 +0,0 @@
1
- import { Component, EventEmitter, Input, Output, LOCALE_ID } from '@angular/core';
2
- import { IconSmComponent } from "../icon-sm";
3
- import { DatePipe, NgClass, registerLocaleData } from '@angular/common';
4
- import localeEs from '@angular/common/locales/es';
5
- import { ButtonCircleTertiaryComponent } from "../button-circle-tertiary";
6
- import { SimpleDividerComponent } from "../simple-divider";
7
- import { ButtonMenuLinkComponent } from "../button-menu-link";
8
-
9
- registerLocaleData(localeEs);
10
-
11
- @Component({
12
- selector: 'ius-card-agenda-judicial',
13
- standalone: true,
14
- imports: [IconSmComponent, NgClass, ButtonCircleTertiaryComponent, SimpleDividerComponent, ButtonMenuLinkComponent, DatePipe],
15
- providers: [
16
- { provide: LOCALE_ID, useValue: 'es' }
17
- ],
18
- templateUrl: './card-agenda-judicial.component.html',
19
- styleUrl: './card-agenda-judicial.component.scss'
20
- })
21
- export class CardAgendaJudicialComponent {
22
-
23
- @Input() hasDocuments: boolean = false;
24
- @Input() read: boolean = true;
25
- @Input() collapse: boolean = true;
26
-
27
- @Input() titulo?: string;
28
- @Input() tipoAgenda?: string;
29
- @Input() fechaPrincipal?: Date;
30
- @Input() fechaAgenda?: Date;
31
- @Input() text1?: string;
32
- @Input() text2?: string;
33
-
34
- @Output() onClickButtonCopy = new EventEmitter<Event>();
35
- @Output() onClickButtonRead = new EventEmitter<Event>();
36
-
37
- toggleCollapse(): void {
38
- this.collapse = !this.collapse;
39
- }
40
-
41
- clickButtonCopy(event: Event) {
42
- event.stopImmediatePropagation();
43
- this.onClickButtonCopy.emit(event);
44
- }
45
-
46
- clickButtonRead(event: Event) {
47
- event.stopImmediatePropagation();
48
- this.onClickButtonRead.emit(event);
49
- }
50
-
51
- }
@@ -1,2 +0,0 @@
1
- export * from './card-agenda-judicial.component';
2
-
@@ -1,56 +0,0 @@
1
- <div class="general-container">
2
- <div class="card-block">
3
- <div class="user">
4
- <ius-avatar-icon
5
- size="lg"
6
- [imageUrl]="urlImage"
7
- [iconName]="iconName"
8
- [iconColor]="iconColor"
9
- ></ius-avatar-icon>
10
- <p class="user-name">{{ userName }}</p>
11
- </div>
12
- <div style="width: 100%">
13
- <ius-input-select
14
- [componentId]="componentID"
15
- [required]="true"
16
- labelSuperior="Rol dentro del proceso"
17
- labelInput="Seleccione el rol dentro del proceso"
18
- [textInput]="option?.text"
19
- >
20
- @for (option of options; track option) {
21
- <ius-option (optionClick)="onSelectOption(option)">
22
- {{ option.text }}
23
- </ius-option>
24
- }
25
- </ius-input-select>
26
- </div>
27
- <ius-simple-divider></ius-simple-divider>
28
- <div class="collapse">
29
- <div class="cnt-procesos">
30
- <p class="negrita">{{cntSeleccionados}}</p>
31
- <p class="normal">de</p>
32
- <p class="negrita">{{ cantProcesos }}</p>
33
- <p class="normal">procesos compartidos</p>
34
- </div>
35
- <button
36
- (click)="toggleProcesos()"
37
- class="btn"
38
- >
39
- <ius-icon-sm
40
- [iconName]="
41
- showProcesos
42
- ? 'icon-keyboard-double-arrow-up'
43
- : 'icon-keyboard-double-arrow-down'
44
- "
45
- ></ius-icon-sm>
46
- </button>
47
- </div>
48
- @if (showProcesos) {
49
- <div class="list-procesos">
50
- <div class="container">
51
- <ng-content></ng-content>
52
- </div>
53
- </div>
54
- }
55
- </div>
56
- </div>