@litigiovirtual/ius-design-components 1.0.264 → 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 -138
  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 -8076
  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 -45
  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,26 +0,0 @@
1
- import { Component, EventEmitter, Input, Output } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class SlideToggleComponent {
4
- constructor() {
5
- this.label = '';
6
- this.checked = false;
7
- this.onCheckedChangeEvent = new EventEmitter();
8
- }
9
- toggle() {
10
- this.checked = !this.checked;
11
- this.onCheckedChangeEvent.emit(this.checked);
12
- }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SlideToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
14
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: SlideToggleComponent, isStandalone: true, selector: "ius-slide-toggle", inputs: { label: "label", checked: "checked" }, outputs: { onCheckedChangeEvent: "onCheckedChangeEvent" }, ngImport: i0, template: "<div class=\"ius-toggle-container\" (click)=\"toggle()\">\r\n <span class=\"label\">{{ label }}</span>\r\n <div class=\"switch\" [class.checked]=\"checked\">\r\n <div class=\"thumb\"></div>\r\n </div>\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}.ius-toggle-container{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;-webkit-user-select:none;user-select:none}.ius-toggle-container .label{letter-spacing:.28px;color:#333;font-family:Rubik,sans-serif;font-size:.875rem;line-height:20px}.ius-toggle-container .switch{width:34px;height:14px;background-color:#c4dfff;border-radius:34px;position:relative;transition:background-color .3s}.ius-toggle-container .switch.checked .thumb{transform:translate(20px);background-color:#184fdb}.ius-toggle-container .switch .thumb{width:20px;height:20px;background-color:#fff;border-radius:50%;position:absolute;top:-3px;left:-3px;box-shadow:0 1px 3px #0000004d;transition:all .3s ease}\n"] }); }
15
- }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SlideToggleComponent, decorators: [{
17
- type: Component,
18
- args: [{ selector: 'ius-slide-toggle', standalone: true, imports: [], template: "<div class=\"ius-toggle-container\" (click)=\"toggle()\">\r\n <span class=\"label\">{{ label }}</span>\r\n <div class=\"switch\" [class.checked]=\"checked\">\r\n <div class=\"thumb\"></div>\r\n </div>\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}.ius-toggle-container{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;-webkit-user-select:none;user-select:none}.ius-toggle-container .label{letter-spacing:.28px;color:#333;font-family:Rubik,sans-serif;font-size:.875rem;line-height:20px}.ius-toggle-container .switch{width:34px;height:14px;background-color:#c4dfff;border-radius:34px;position:relative;transition:background-color .3s}.ius-toggle-container .switch.checked .thumb{transform:translate(20px);background-color:#184fdb}.ius-toggle-container .switch .thumb{width:20px;height:20px;background-color:#fff;border-radius:50%;position:absolute;top:-3px;left:-3px;box-shadow:0 1px 3px #0000004d;transition:all .3s ease}\n"] }]
19
- }], propDecorators: { label: [{
20
- type: Input
21
- }], checked: [{
22
- type: Input
23
- }], onCheckedChangeEvent: [{
24
- type: Output
25
- }] } });
26
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2xpZGUtdG9nZ2xlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2l1cy1kZXNpZ24tY29tcG9uZW50cy9zcmMvbGliL3NsaWRlLXRvZ2dsZS9zbGlkZS10b2dnbGUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvc2xpZGUtdG9nZ2xlL3NsaWRlLXRvZ2dsZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVN2RSxNQUFNLE9BQU8sb0JBQW9CO0lBUGpDO1FBUVcsVUFBSyxHQUFXLEVBQUUsQ0FBQztRQUNuQixZQUFPLEdBQVksS0FBSyxDQUFDO1FBQ3hCLHlCQUFvQixHQUFHLElBQUksWUFBWSxFQUFXLENBQUM7S0FNOUQ7SUFKQyxNQUFNO1FBQ0osSUFBSSxDQUFDLE9BQU8sR0FBRyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUM7UUFDN0IsSUFBSSxDQUFDLG9CQUFvQixDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDL0MsQ0FBQzsrR0FSVSxvQkFBb0I7bUdBQXBCLG9CQUFvQix1TENUakMsME5BS007OzRGRElPLG9CQUFvQjtrQkFQaEMsU0FBUzsrQkFDRSxrQkFBa0IsY0FDaEIsSUFBSSxXQUNQLEVBQUU7OEJBS0YsS0FBSztzQkFBYixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDSSxvQkFBb0I7c0JBQTdCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdpdXMtc2xpZGUtdG9nZ2xlJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9zbGlkZS10b2dnbGUuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9zbGlkZS10b2dnbGUuY29tcG9uZW50LnNjc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTbGlkZVRvZ2dsZUNvbXBvbmVudCB7XHJcbiAgQElucHV0KCkgbGFiZWw6IHN0cmluZyA9ICcnO1xyXG4gIEBJbnB1dCgpIGNoZWNrZWQ6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBAT3V0cHV0KCkgb25DaGVja2VkQ2hhbmdlRXZlbnQgPSBuZXcgRXZlbnRFbWl0dGVyPGJvb2xlYW4+KCk7XHJcblxyXG4gIHRvZ2dsZSgpIHtcclxuICAgIHRoaXMuY2hlY2tlZCA9ICF0aGlzLmNoZWNrZWQ7XHJcbiAgICB0aGlzLm9uQ2hlY2tlZENoYW5nZUV2ZW50LmVtaXQodGhpcy5jaGVja2VkKTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cIml1cy10b2dnbGUtY29udGFpbmVyXCIgKGNsaWNrKT1cInRvZ2dsZSgpXCI+XHJcbiAgPHNwYW4gY2xhc3M9XCJsYWJlbFwiPnt7IGxhYmVsIH19PC9zcGFuPlxyXG4gIDxkaXYgY2xhc3M9XCJzd2l0Y2hcIiBbY2xhc3MuY2hlY2tlZF09XCJjaGVja2VkXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwidGh1bWJcIj48L2Rpdj5cclxuICA8L2Rpdj5cclxuPC9kaXY+Il19
@@ -1,2 +0,0 @@
1
- export * from './snackbar.component';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9zbmFja2Jhci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHNCQUFzQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zbmFja2Jhci5jb21wb25lbnQnO1xyXG4iXX0=
@@ -1,40 +0,0 @@
1
- import { Component, EventEmitter, Input, Output } from '@angular/core';
2
- import { IconMdComponent } from "../icon-md";
3
- import { CommonModule } from '@angular/common';
4
- import { ButtonCircleTertiaryComponent } from '../button-circle-tertiary';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "@angular/common";
7
- export class SnackbarComponent {
8
- constructor() {
9
- this.showClose = false;
10
- this.variant = 'notification';
11
- this.closed = new EventEmitter();
12
- this.clickAction = new EventEmitter();
13
- }
14
- close(event) {
15
- event.stopImmediatePropagation();
16
- this.closed.emit();
17
- }
18
- onclickAction() {
19
- this.clickAction.emit();
20
- }
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SnackbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
22
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: SnackbarComponent, isStandalone: true, selector: "ius-snackbar", inputs: { label: "label", content: "content", showClose: "showClose", variant: "variant" }, outputs: { closed: "closed", clickAction: "clickAction" }, ngImport: i0, template: "<div class=\"ctn-snack\" [ngClass]=\"variant\" (click)=\"onclickAction()\">\r\n <div class=\"row-title\">\r\n <ius-icon-md iconName=\"icon-error\" class=\"icon-error\" [ngClass]=\"variant\"></ius-icon-md>\r\n <span class=\"label-large\">{{label}}</span>\r\n @if(showClose){\r\n <ius-button-circle-tertiary iconName=\"icon-cancel\" (click)=\"close($event)\"></ius-button-circle-tertiary>\r\n }\r\n </div>\r\n <span class=\"txt-content\">{{content}}</span>\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}.ctn-snack{position:relative;display:flex;box-sizing:border-box;padding:24px;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;width:304px;color:#333;border-radius:8px}.ctn-snack:hover{box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.ctn-snack.notification{border:1px solid #d9d9d9;background:#fff}.ctn-snack.error{border:1px solid #FFA788;background:#fff4f0}.ctn-snack.warning{border:1px solid #FFC83F;background:#fffbe6}.ctn-snack.info{border:1px solid #5892FF;background:#edf6ff}.ctn-snack.success{border:1px solid #BAE062;background:#f9ffe3}.row-title{display:flex;align-items:center;gap:8px;width:100%}.row-title span{display:flex;align-items:center;flex:1 0 0}.row-title span,.txt-content{white-space:normal;overflow-wrap:anywhere;word-break:break-word;max-width:100%}.icon-error{color:#184fdb}.icon-error.error{color:#db2e2a}.icon-error.warning{color:#db8e00}.icon-error.success{color:#7caf25}.txt-content{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}\n"], dependencies: [{ kind: "component", type: IconMdComponent, selector: "ius-icon-md", inputs: ["iconName", "color"] }, { kind: "component", type: ButtonCircleTertiaryComponent, selector: "ius-button-circle-tertiary", inputs: ["disabled", "iconName"], outputs: ["buttonClicked"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
23
- }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SnackbarComponent, decorators: [{
25
- type: Component,
26
- args: [{ selector: 'ius-snackbar', standalone: true, imports: [IconMdComponent, ButtonCircleTertiaryComponent, CommonModule], template: "<div class=\"ctn-snack\" [ngClass]=\"variant\" (click)=\"onclickAction()\">\r\n <div class=\"row-title\">\r\n <ius-icon-md iconName=\"icon-error\" class=\"icon-error\" [ngClass]=\"variant\"></ius-icon-md>\r\n <span class=\"label-large\">{{label}}</span>\r\n @if(showClose){\r\n <ius-button-circle-tertiary iconName=\"icon-cancel\" (click)=\"close($event)\"></ius-button-circle-tertiary>\r\n }\r\n </div>\r\n <span class=\"txt-content\">{{content}}</span>\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}.ctn-snack{position:relative;display:flex;box-sizing:border-box;padding:24px;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;width:304px;color:#333;border-radius:8px}.ctn-snack:hover{box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.ctn-snack.notification{border:1px solid #d9d9d9;background:#fff}.ctn-snack.error{border:1px solid #FFA788;background:#fff4f0}.ctn-snack.warning{border:1px solid #FFC83F;background:#fffbe6}.ctn-snack.info{border:1px solid #5892FF;background:#edf6ff}.ctn-snack.success{border:1px solid #BAE062;background:#f9ffe3}.row-title{display:flex;align-items:center;gap:8px;width:100%}.row-title span{display:flex;align-items:center;flex:1 0 0}.row-title span,.txt-content{white-space:normal;overflow-wrap:anywhere;word-break:break-word;max-width:100%}.icon-error{color:#184fdb}.icon-error.error{color:#db2e2a}.icon-error.warning{color:#db8e00}.icon-error.success{color:#7caf25}.txt-content{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}\n"] }]
27
- }], propDecorators: { label: [{
28
- type: Input
29
- }], content: [{
30
- type: Input
31
- }], showClose: [{
32
- type: Input
33
- }], variant: [{
34
- type: Input
35
- }], closed: [{
36
- type: Output
37
- }], clickAction: [{
38
- type: Output
39
- }] } });
40
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic25hY2tiYXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvc25hY2tiYXIvc25hY2tiYXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvc25hY2tiYXIvc25hY2tiYXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN2RSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sWUFBWSxDQUFDO0FBQzdDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7O0FBVzFFLE1BQU0sT0FBTyxpQkFBaUI7SUFQOUI7UUFXVyxjQUFTLEdBQVksS0FBSyxDQUFDO1FBQzNCLFlBQU8sR0FBb0IsY0FBYyxDQUFDO1FBRXpDLFdBQU0sR0FBRyxJQUFJLFlBQVksRUFBUSxDQUFDO1FBQ2xDLGdCQUFXLEdBQUcsSUFBSSxZQUFZLEVBQVEsQ0FBQztLQVdsRDtJQVRDLEtBQUssQ0FBQyxLQUFZO1FBQ2hCLEtBQUssQ0FBQyx3QkFBd0IsRUFBRSxDQUFDO1FBQ2pDLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDckIsQ0FBQztJQUVELGFBQWE7UUFDWCxJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQzFCLENBQUM7K0dBakJVLGlCQUFpQjttR0FBakIsaUJBQWlCLCtOQ2Q5Qiw4ZkFTTSxtaUZEQ00sZUFBZSx1RkFBRSw2QkFBNkIsb0lBQUUsWUFBWTs7NEZBSTNELGlCQUFpQjtrQkFQN0IsU0FBUzsrQkFDRSxjQUFjLGNBQ1osSUFBSSxXQUNQLENBQUMsZUFBZSxFQUFFLDZCQUE2QixFQUFFLFlBQVksQ0FBQzs4QkFNOUQsS0FBSztzQkFBYixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxTQUFTO3NCQUFqQixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFFSSxNQUFNO3NCQUFmLE1BQU07Z0JBQ0csV0FBVztzQkFBcEIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEljb25NZENvbXBvbmVudCB9IGZyb20gXCIuLi9pY29uLW1kXCI7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IEJ1dHRvbkNpcmNsZVRlcnRpYXJ5Q29tcG9uZW50IH0gZnJvbSAnLi4vYnV0dG9uLWNpcmNsZS10ZXJ0aWFyeSc7XHJcblxyXG50eXBlIFNuYWNrYmFyVmFyaWFudCA9ICdub3RpZmljYXRpb24nIHwgJ2Vycm9yJyB8ICd3YXJuaW5nJyB8ICdpbmZvJyB8ICdzdWNjZXNzJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnaXVzLXNuYWNrYmFyJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtJY29uTWRDb21wb25lbnQsIEJ1dHRvbkNpcmNsZVRlcnRpYXJ5Q29tcG9uZW50LCBDb21tb25Nb2R1bGVdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9zbmFja2Jhci5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL3NuYWNrYmFyLmNvbXBvbmVudC5zY3NzJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgU25hY2tiYXJDb21wb25lbnQge1xyXG5cclxuICBASW5wdXQoKSBsYWJlbD86IHN0cmluZztcclxuICBASW5wdXQoKSBjb250ZW50Pzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIHNob3dDbG9zZTogYm9vbGVhbiA9IGZhbHNlO1xyXG4gIEBJbnB1dCgpIHZhcmlhbnQ6IFNuYWNrYmFyVmFyaWFudCA9ICdub3RpZmljYXRpb24nO1xyXG5cclxuICBAT3V0cHV0KCkgY2xvc2VkID0gbmV3IEV2ZW50RW1pdHRlcjx2b2lkPigpO1xyXG4gIEBPdXRwdXQoKSBjbGlja0FjdGlvbiA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcclxuXHJcbiAgY2xvc2UoZXZlbnQ6IEV2ZW50KSB7XHJcbiAgICBldmVudC5zdG9wSW1tZWRpYXRlUHJvcGFnYXRpb24oKTtcclxuICAgIHRoaXMuY2xvc2VkLmVtaXQoKTtcclxuICB9XHJcblxyXG4gIG9uY2xpY2tBY3Rpb24oKSB7XHJcbiAgICB0aGlzLmNsaWNrQWN0aW9uLmVtaXQoKTtcclxuICB9XHJcblxyXG59XHJcbiIsIjxkaXYgY2xhc3M9XCJjdG4tc25hY2tcIiBbbmdDbGFzc109XCJ2YXJpYW50XCIgKGNsaWNrKT1cIm9uY2xpY2tBY3Rpb24oKVwiPlxyXG4gICAgPGRpdiBjbGFzcz1cInJvdy10aXRsZVwiPlxyXG4gICAgICAgIDxpdXMtaWNvbi1tZCBpY29uTmFtZT1cImljb24tZXJyb3JcIiBjbGFzcz1cImljb24tZXJyb3JcIiBbbmdDbGFzc109XCJ2YXJpYW50XCI+PC9pdXMtaWNvbi1tZD5cclxuICAgICAgICA8c3BhbiBjbGFzcz1cImxhYmVsLWxhcmdlXCI+e3tsYWJlbH19PC9zcGFuPlxyXG4gICAgICAgIEBpZihzaG93Q2xvc2Upe1xyXG4gICAgICAgIDxpdXMtYnV0dG9uLWNpcmNsZS10ZXJ0aWFyeSBpY29uTmFtZT1cImljb24tY2FuY2VsXCIgKGNsaWNrKT1cImNsb3NlKCRldmVudClcIj48L2l1cy1idXR0b24tY2lyY2xlLXRlcnRpYXJ5PlxyXG4gICAgICAgIH1cclxuICAgIDwvZGl2PlxyXG4gICAgPHNwYW4gY2xhc3M9XCJ0eHQtY29udGVudFwiPnt7Y29udGVudH19PC9zcGFuPlxyXG48L2Rpdj4iXX0=
@@ -1,2 +0,0 @@
1
- export * from './support-panel.component';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9zdXBwb3J0LXBhbmVsL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsMkJBQTJCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3N1cHBvcnQtcGFuZWwuY29tcG9uZW50JztcclxuIl19
@@ -1,45 +0,0 @@
1
- import { Component, EventEmitter, Output } from '@angular/core';
2
- import { SectionCollapseDrawerParentComponent } from "../section-collapse-drawer-parent/section-collapse-drawer-parent.component";
3
- import { DrawerContainerRightComponent } from "../drawer-container-right/drawer-container-right.component";
4
- import { ButtonStandardTertiaryComponent } from "../button-standard-tertiary/button-standard-tertiary.component";
5
- import * as i0 from "@angular/core";
6
- export class SupportPanelComponent {
7
- constructor() {
8
- this.onCloseForm = new EventEmitter();
9
- this.onClickAddTicket = new EventEmitter();
10
- this.onClickShowTickets = new EventEmitter();
11
- this.percentProgressBar = 100;
12
- this.isExpandSupportTicket = true;
13
- this.isExpandQuestion = false;
14
- }
15
- onExpandSupportTicket() {
16
- this.isExpandSupportTicket = true;
17
- this.isExpandQuestion = false;
18
- }
19
- onExpandQuestion() {
20
- this.isExpandSupportTicket = false;
21
- this.isExpandQuestion = true;
22
- }
23
- onClose() {
24
- this.onCloseForm.emit();
25
- }
26
- onAddTicket() {
27
- this.onClickAddTicket.emit();
28
- }
29
- onShowTickets() {
30
- this.onClickShowTickets.emit();
31
- }
32
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SupportPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
33
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: SupportPanelComponent, isStandalone: true, selector: "ius-support-panel", outputs: { onCloseForm: "onCloseForm", onClickAddTicket: "onClickAddTicket", onClickShowTickets: "onClickShowTickets" }, ngImport: i0, template: "<ius-drawer-container-right [titleDrawer]=\"'Panel de soporte y ayuda'\" (onDrawerClosed)=\"onClose()\"\r\n [percentProgressBar]=\"0\">\r\n <div class=\"form between-xs\">\r\n <div>\r\n <div class=\"header-general\">\r\n <div class=\"header\">\r\n <span class=\"h5\">Panel de soporte y ayuda</span>\r\n </div>\r\n </div>\r\n <div class=\"content-text\">\r\n <span class=\"body-base-1\">\u00A1Hola, aqu\u00ED encontraras soluciones claras y acompa\u00F1amiento siempre que lo\r\n requieras!</span>\r\n </div>\r\n <ius-section-collapse-drawer-parent textTitle=\"Tickets de soporte\" [disabled]=\"false\"\r\n [isActive]=\"isExpandSupportTicket\" (buttonClicked)=\"onExpandSupportTicket()\">\r\n <div class=\"section\">\r\n <ius-button-standard-tertiary [iconName]=\"'icon-ticket'\" (buttonClicked)=\"onShowTickets()\">\r\n <span>Consultar mis tickets</span>\r\n </ius-button-standard-tertiary>\r\n <ius-button-standard-tertiary [iconName]=\"'icon-add'\" (buttonClicked)=\"onAddTicket()\">\r\n <span>Radicar nuevo ticket de soporte</span>\r\n </ius-button-standard-tertiary>\r\n </div>\r\n </ius-section-collapse-drawer-parent>\r\n <ius-section-collapse-drawer-parent textTitle=\"Preguntas frecuentes\" [disabled]=\"false\"\r\n [isActive]=\"isExpandQuestion\" (buttonClicked)=\"onExpandQuestion()\">\r\n </ius-section-collapse-drawer-parent>\r\n </div>\r\n </div>\r\n</ius-drawer-container-right>", 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}.form{display:flex;height:100%;flex-direction:column;padding:24px 16px;align-items:flex-start;gap:8px}.header-general{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.header{display:flex;padding:0 4px;align-items:center;gap:8px;align-self:stretch}.section{display:flex;padding:12px;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.content-text{display:flex;padding:8px 12px;flex-direction:column;justify-content:center;align-items:center;gap:10px;align-self:stretch}\n"], dependencies: [{ kind: "component", type: DrawerContainerRightComponent, selector: "ius-drawer-container-right", inputs: ["titleDrawer", "percentProgressBar"], outputs: ["onPressedBackEvent", "onDrawerClosed"] }, { kind: "component", type: SectionCollapseDrawerParentComponent, selector: "ius-section-collapse-drawer-parent", inputs: ["isActive", "disabled", "textTitle", "iconName"], outputs: ["buttonClicked"] }, { kind: "component", type: ButtonStandardTertiaryComponent, selector: "ius-button-standard-tertiary", inputs: ["disabled", "iconName"], outputs: ["buttonClicked"] }] }); }
34
- }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SupportPanelComponent, decorators: [{
36
- type: Component,
37
- args: [{ selector: 'ius-support-panel', standalone: true, imports: [DrawerContainerRightComponent, SectionCollapseDrawerParentComponent, ButtonStandardTertiaryComponent], template: "<ius-drawer-container-right [titleDrawer]=\"'Panel de soporte y ayuda'\" (onDrawerClosed)=\"onClose()\"\r\n [percentProgressBar]=\"0\">\r\n <div class=\"form between-xs\">\r\n <div>\r\n <div class=\"header-general\">\r\n <div class=\"header\">\r\n <span class=\"h5\">Panel de soporte y ayuda</span>\r\n </div>\r\n </div>\r\n <div class=\"content-text\">\r\n <span class=\"body-base-1\">\u00A1Hola, aqu\u00ED encontraras soluciones claras y acompa\u00F1amiento siempre que lo\r\n requieras!</span>\r\n </div>\r\n <ius-section-collapse-drawer-parent textTitle=\"Tickets de soporte\" [disabled]=\"false\"\r\n [isActive]=\"isExpandSupportTicket\" (buttonClicked)=\"onExpandSupportTicket()\">\r\n <div class=\"section\">\r\n <ius-button-standard-tertiary [iconName]=\"'icon-ticket'\" (buttonClicked)=\"onShowTickets()\">\r\n <span>Consultar mis tickets</span>\r\n </ius-button-standard-tertiary>\r\n <ius-button-standard-tertiary [iconName]=\"'icon-add'\" (buttonClicked)=\"onAddTicket()\">\r\n <span>Radicar nuevo ticket de soporte</span>\r\n </ius-button-standard-tertiary>\r\n </div>\r\n </ius-section-collapse-drawer-parent>\r\n <ius-section-collapse-drawer-parent textTitle=\"Preguntas frecuentes\" [disabled]=\"false\"\r\n [isActive]=\"isExpandQuestion\" (buttonClicked)=\"onExpandQuestion()\">\r\n </ius-section-collapse-drawer-parent>\r\n </div>\r\n </div>\r\n</ius-drawer-container-right>", 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}.form{display:flex;height:100%;flex-direction:column;padding:24px 16px;align-items:flex-start;gap:8px}.header-general{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.header{display:flex;padding:0 4px;align-items:center;gap:8px;align-self:stretch}.section{display:flex;padding:12px;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.content-text{display:flex;padding:8px 12px;flex-direction:column;justify-content:center;align-items:center;gap:10px;align-self:stretch}\n"] }]
38
- }], propDecorators: { onCloseForm: [{
39
- type: Output
40
- }], onClickAddTicket: [{
41
- type: Output
42
- }], onClickShowTickets: [{
43
- type: Output
44
- }] } });
45
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3VwcG9ydC1wYW5lbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9zdXBwb3J0LXBhbmVsL3N1cHBvcnQtcGFuZWwuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvc3VwcG9ydC1wYW5lbC9zdXBwb3J0LXBhbmVsLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNoRSxPQUFPLEVBQUUsb0NBQW9DLEVBQUUsTUFBTSw0RUFBNEUsQ0FBQztBQUNsSSxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSw0REFBNEQsQ0FBQztBQUMzRyxPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSxnRUFBZ0UsQ0FBQzs7QUFTakgsTUFBTSxPQUFPLHFCQUFxQjtJQVBsQztRQVNZLGdCQUFXLEdBQXVCLElBQUksWUFBWSxFQUFFLENBQUM7UUFDckQscUJBQWdCLEdBQXVCLElBQUksWUFBWSxFQUFFLENBQUM7UUFDMUQsdUJBQWtCLEdBQXVCLElBQUksWUFBWSxFQUFFLENBQUM7UUFFdEUsdUJBQWtCLEdBQUcsR0FBRyxDQUFDO1FBQ3pCLDBCQUFxQixHQUFFLElBQUksQ0FBQztRQUM1QixxQkFBZ0IsR0FBRyxLQUFLLENBQUM7S0F1QjFCO0lBckJDLHFCQUFxQjtRQUNuQixJQUFJLENBQUMscUJBQXFCLEdBQUcsSUFBSSxDQUFDO1FBQ2xDLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxLQUFLLENBQUM7SUFDaEMsQ0FBQztJQUVELGdCQUFnQjtRQUNkLElBQUksQ0FBQyxxQkFBcUIsR0FBRyxLQUFLLENBQUM7UUFDbkMsSUFBSSxDQUFDLGdCQUFnQixHQUFHLElBQUksQ0FBQztJQUMvQixDQUFDO0lBRUQsT0FBTztRQUNMLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDMUIsQ0FBQztJQUVELFdBQVc7UUFDVCxJQUFJLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDL0IsQ0FBQztJQUVELGFBQWE7UUFDWCxJQUFJLENBQUMsa0JBQWtCLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDakMsQ0FBQzsrR0E5QlUscUJBQXFCO21HQUFyQixxQkFBcUIsc01DWmxDLDh1REE2QjZCLDZ0RURyQmpCLDZCQUE2Qix5S0FBRSxvQ0FBb0Msc0tBQUUsK0JBQStCOzs0RkFJbkcscUJBQXFCO2tCQVBqQyxTQUFTOytCQUNFLG1CQUFtQixjQUNqQixJQUFJLFdBQ1AsQ0FBQyw2QkFBNkIsRUFBRSxvQ0FBb0MsRUFBRSwrQkFBK0IsQ0FBQzs4QkFNckcsV0FBVztzQkFBcEIsTUFBTTtnQkFDRyxnQkFBZ0I7c0JBQXpCLE1BQU07Z0JBQ0csa0JBQWtCO3NCQUEzQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBTZWN0aW9uQ29sbGFwc2VEcmF3ZXJQYXJlbnRDb21wb25lbnQgfSBmcm9tIFwiLi4vc2VjdGlvbi1jb2xsYXBzZS1kcmF3ZXItcGFyZW50L3NlY3Rpb24tY29sbGFwc2UtZHJhd2VyLXBhcmVudC5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgRHJhd2VyQ29udGFpbmVyUmlnaHRDb21wb25lbnQgfSBmcm9tIFwiLi4vZHJhd2VyLWNvbnRhaW5lci1yaWdodC9kcmF3ZXItY29udGFpbmVyLXJpZ2h0LmNvbXBvbmVudFwiO1xyXG5pbXBvcnQgeyBCdXR0b25TdGFuZGFyZFRlcnRpYXJ5Q29tcG9uZW50IH0gZnJvbSBcIi4uL2J1dHRvbi1zdGFuZGFyZC10ZXJ0aWFyeS9idXR0b24tc3RhbmRhcmQtdGVydGlhcnkuY29tcG9uZW50XCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2l1cy1zdXBwb3J0LXBhbmVsJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtEcmF3ZXJDb250YWluZXJSaWdodENvbXBvbmVudCwgU2VjdGlvbkNvbGxhcHNlRHJhd2VyUGFyZW50Q29tcG9uZW50LCBCdXR0b25TdGFuZGFyZFRlcnRpYXJ5Q29tcG9uZW50XSxcclxuICB0ZW1wbGF0ZVVybDogJy4vc3VwcG9ydC1wYW5lbC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL3N1cHBvcnQtcGFuZWwuY29tcG9uZW50LnNjc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTdXBwb3J0UGFuZWxDb21wb25lbnQge1xyXG5cclxuICBAT3V0cHV0KCkgb25DbG9zZUZvcm06IEV2ZW50RW1pdHRlcjx2b2lkPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuICBAT3V0cHV0KCkgb25DbGlja0FkZFRpY2tldDogRXZlbnRFbWl0dGVyPHZvaWQ+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG4gIEBPdXRwdXQoKSBvbkNsaWNrU2hvd1RpY2tldHM6IEV2ZW50RW1pdHRlcjx2b2lkPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbiAgcGVyY2VudFByb2dyZXNzQmFyID0gMTAwO1xyXG4gIGlzRXhwYW5kU3VwcG9ydFRpY2tldD0gdHJ1ZTtcclxuICBpc0V4cGFuZFF1ZXN0aW9uID0gZmFsc2U7XHJcblxyXG4gIG9uRXhwYW5kU3VwcG9ydFRpY2tldCgpIHtcclxuICAgIHRoaXMuaXNFeHBhbmRTdXBwb3J0VGlja2V0ID0gdHJ1ZTtcclxuICAgIHRoaXMuaXNFeHBhbmRRdWVzdGlvbiA9IGZhbHNlO1xyXG4gIH1cclxuXHJcbiAgb25FeHBhbmRRdWVzdGlvbigpIHtcclxuICAgIHRoaXMuaXNFeHBhbmRTdXBwb3J0VGlja2V0ID0gZmFsc2U7XHJcbiAgICB0aGlzLmlzRXhwYW5kUXVlc3Rpb24gPSB0cnVlO1xyXG4gIH1cclxuXHJcbiAgb25DbG9zZSgpIHtcclxuICAgIHRoaXMub25DbG9zZUZvcm0uZW1pdCgpO1xyXG4gIH1cclxuXHJcbiAgb25BZGRUaWNrZXQoKSB7XHJcbiAgICB0aGlzLm9uQ2xpY2tBZGRUaWNrZXQuZW1pdCgpO1xyXG4gIH1cclxuXHJcbiAgb25TaG93VGlja2V0cygpIHtcclxuICAgIHRoaXMub25DbGlja1Nob3dUaWNrZXRzLmVtaXQoKTtcclxuICB9XHJcbn1cclxuIiwiPGl1cy1kcmF3ZXItY29udGFpbmVyLXJpZ2h0IFt0aXRsZURyYXdlcl09XCInUGFuZWwgZGUgc29wb3J0ZSB5IGF5dWRhJ1wiIChvbkRyYXdlckNsb3NlZCk9XCJvbkNsb3NlKClcIlxyXG4gICAgW3BlcmNlbnRQcm9ncmVzc0Jhcl09XCIwXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImZvcm0gYmV0d2Vlbi14c1wiPlxyXG4gICAgICAgIDxkaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJoZWFkZXItZ2VuZXJhbFwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImhlYWRlclwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaDVcIj5QYW5lbCBkZSBzb3BvcnRlIHkgYXl1ZGE8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb250ZW50LXRleHRcIj5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYm9keS1iYXNlLTFcIj7CoUhvbGEsIGFxdcOtIGVuY29udHJhcmFzIHNvbHVjaW9uZXMgY2xhcmFzIHkgYWNvbXBhw7FhbWllbnRvIHNpZW1wcmUgcXVlIGxvXHJcbiAgICAgICAgICAgICAgICAgICAgcmVxdWllcmFzITwvc3Bhbj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxpdXMtc2VjdGlvbi1jb2xsYXBzZS1kcmF3ZXItcGFyZW50IHRleHRUaXRsZT1cIlRpY2tldHMgZGUgc29wb3J0ZVwiIFtkaXNhYmxlZF09XCJmYWxzZVwiXHJcbiAgICAgICAgICAgICAgICBbaXNBY3RpdmVdPVwiaXNFeHBhbmRTdXBwb3J0VGlja2V0XCIgKGJ1dHRvbkNsaWNrZWQpPVwib25FeHBhbmRTdXBwb3J0VGlja2V0KClcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzZWN0aW9uXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGl1cy1idXR0b24tc3RhbmRhcmQtdGVydGlhcnkgW2ljb25OYW1lXT1cIidpY29uLXRpY2tldCdcIiAoYnV0dG9uQ2xpY2tlZCk9XCJvblNob3dUaWNrZXRzKClcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+Q29uc3VsdGFyIG1pcyB0aWNrZXRzPC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvaXVzLWJ1dHRvbi1zdGFuZGFyZC10ZXJ0aWFyeT5cclxuICAgICAgICAgICAgICAgICAgICA8aXVzLWJ1dHRvbi1zdGFuZGFyZC10ZXJ0aWFyeSBbaWNvbk5hbWVdPVwiJ2ljb24tYWRkJ1wiIChidXR0b25DbGlja2VkKT1cIm9uQWRkVGlja2V0KClcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+UmFkaWNhciBudWV2byB0aWNrZXQgZGUgc29wb3J0ZTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2l1cy1idXR0b24tc3RhbmRhcmQtdGVydGlhcnk+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9pdXMtc2VjdGlvbi1jb2xsYXBzZS1kcmF3ZXItcGFyZW50PlxyXG4gICAgICAgICAgICA8aXVzLXNlY3Rpb24tY29sbGFwc2UtZHJhd2VyLXBhcmVudCB0ZXh0VGl0bGU9XCJQcmVndW50YXMgZnJlY3VlbnRlc1wiIFtkaXNhYmxlZF09XCJmYWxzZVwiXHJcbiAgICAgICAgICAgICAgICBbaXNBY3RpdmVdPVwiaXNFeHBhbmRRdWVzdGlvblwiIChidXR0b25DbGlja2VkKT1cIm9uRXhwYW5kUXVlc3Rpb24oKVwiPlxyXG4gICAgICAgICAgICA8L2l1cy1zZWN0aW9uLWNvbGxhcHNlLWRyYXdlci1wYXJlbnQ+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9pdXMtZHJhd2VyLWNvbnRhaW5lci1yaWdodD4iXX0=
@@ -1,2 +0,0 @@
1
- export * from './toolbar.component';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi90b29sYmFyL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMscUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3Rvb2xiYXIuY29tcG9uZW50JztcclxuIl19