mapa-library-ui 0.77.5 → 0.90.0

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 (1070) hide show
  1. package/esm2020/lib/core/components/form-errors/form-errors.component.mjs +26 -0
  2. package/esm2020/lib/core/directives/custom-paginator-legacy.directive.mjs +39 -62
  3. package/esm2020/lib/core/directives/mat-input-autosize.directive.mjs +11 -8
  4. package/esm2020/lib/core/elements/errors.mjs +1 -1
  5. package/esm2020/lib/core/i18n/mapa-ui-texts.mjs +100 -0
  6. package/esm2020/lib/core/interfaces/classification.interface.mjs +2 -0
  7. package/esm2020/lib/core/interfaces/table-column.interface.mjs +2 -0
  8. package/esm2020/lib/core/pipes/safe-html.pipe.mjs +21 -0
  9. package/esm2020/lib/core/services/html-sanitizer.service.mjs +23 -0
  10. package/esm2020/lib/core/services/mapa-i18n.service.mjs +36 -0
  11. package/esm2020/lib/core/services/validation-message-resolver.service.mjs +72 -0
  12. package/esm2020/public-api.mjs +10 -1
  13. package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-chart.component.mjs +2 -2
  14. package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-indicator/benchmark-indicator.component.mjs +2 -2
  15. package/esm2020/src/lib/components/breadcrumb/lib/components/breadcrumb/src/breadcrumb.component.mjs +3 -3
  16. package/esm2020/src/lib/components/button/button.mjs +5 -0
  17. package/esm2020/src/lib/components/{chart → button}/lib/components/button/src/button.component.mjs +2 -2
  18. package/esm2020/src/lib/components/button/mapa-library-ui-src-lib-components-button.mjs +2 -2
  19. package/esm2020/src/lib/components/button-icon/lib/components/button-icon/src/button-icon.component.mjs +11 -3
  20. package/esm2020/src/lib/components/capability/lib/components/button/src/button.component.mjs +2 -2
  21. package/esm2020/src/lib/components/capability/lib/components/capability/public-api.mjs +3 -1
  22. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative/capability-comparative.module.mjs +2 -2
  23. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.mjs +2 -2
  24. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.mjs +27 -6
  25. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.mjs +2 -2
  26. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-detail/capability-detail.component.mjs +18 -4
  27. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-detail/capability-detail.module.mjs +1 -1
  28. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-dot/capability-dot.component.mjs +4 -4
  29. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-dot/capability-dot.module.mjs +9 -11
  30. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-expand/capability-expand.component.mjs +35 -9
  31. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-expand/capability-expand.module.mjs +4 -3
  32. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator/capability-indicator.component.mjs +2 -2
  33. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.mjs +2 -2
  34. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.mjs +44 -8
  35. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-interval/capability-interval.component.mjs +2 -2
  36. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.mjs +2 -5
  37. package/esm2020/src/lib/components/capability/lib/components/capability/src/essentials/services/reusable-interval-bar.service.mjs +11 -3
  38. package/esm2020/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.mjs +74 -99
  39. package/esm2020/src/lib/components/capability/lib/components/dropdown/src/dropdown.module.mjs +12 -5
  40. package/esm2020/src/lib/components/capability/lib/components/filters/src/filters.component.mjs +30 -11
  41. package/esm2020/src/lib/components/capability/lib/components/filters/src/filters.module.mjs +1 -1
  42. package/esm2020/src/lib/components/capability/lib/components/tag/src/tag.component.mjs +2 -2
  43. package/esm2020/src/lib/components/capability/lib/core/components/form-errors/form-errors.component.mjs +26 -0
  44. package/esm2020/src/lib/components/capability/lib/core/elements/errors.mjs +1 -1
  45. package/esm2020/src/lib/components/capability/lib/core/i18n/mapa-ui-texts.mjs +100 -0
  46. package/esm2020/src/lib/components/capability/lib/core/pipes/safe-html.pipe.mjs +21 -0
  47. package/esm2020/src/lib/components/capability/lib/core/services/html-sanitizer.service.mjs +23 -0
  48. package/esm2020/src/lib/components/capability/lib/core/services/mapa-i18n.service.mjs +36 -0
  49. package/esm2020/src/lib/components/capability/lib/core/services/validation-message-resolver.service.mjs +72 -0
  50. package/esm2020/src/lib/components/chart/lib/components/chart/src/chart.component.mjs +11 -6
  51. package/esm2020/src/lib/components/chart/lib/components/chart/src/chart.module.mjs +2 -2
  52. package/esm2020/src/lib/components/checkbox/checkbox.mjs +5 -0
  53. package/esm2020/src/lib/components/{table/lib/components/svg-icon → checkbox/lib/components/checkbox}/public-api.mjs +4 -4
  54. package/esm2020/src/lib/components/checkbox/{src → lib/components/checkbox/src}/checkbox.component.mjs +1 -1
  55. package/esm2020/src/lib/components/checkbox/{src → lib/components/checkbox/src}/checkbox.module.mjs +1 -1
  56. package/esm2020/src/lib/components/checkbox/mapa-library-ui-src-lib-components-checkbox.mjs +2 -2
  57. package/esm2020/src/lib/components/datepicker/datepicker.mjs +5 -0
  58. package/esm2020/src/lib/components/datepicker/lib/components/datepicker/public-api.mjs +6 -0
  59. package/esm2020/src/lib/components/datepicker/lib/components/datepicker/src/datepicker.component.mjs +65 -0
  60. package/esm2020/src/lib/components/datepicker/lib/components/datepicker/src/datepicker.module.mjs +70 -0
  61. package/esm2020/src/lib/components/datepicker/lib/core/i18n/mapa-ui-texts.mjs +100 -0
  62. package/esm2020/src/lib/components/datepicker/lib/core/services/mapa-i18n.service.mjs +36 -0
  63. package/esm2020/src/lib/components/datepicker/mapa-library-ui-src-lib-components-datepicker.mjs +2 -2
  64. package/esm2020/src/lib/components/dialog/lib/components/button/src/button.component.mjs +2 -2
  65. package/esm2020/src/lib/components/dialog/lib/components/dialog/src/dialog.component.mjs +6 -4
  66. package/esm2020/src/lib/components/dialog/lib/components/dialog/src/dialog.module.mjs +6 -3
  67. package/esm2020/src/lib/components/dialog/lib/core/pipes/safe-html.pipe.mjs +21 -0
  68. package/esm2020/src/lib/components/dialog/lib/core/services/html-sanitizer.service.mjs +23 -0
  69. package/esm2020/src/lib/components/dropdown/dropdown.mjs +1 -2
  70. package/esm2020/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.mjs +74 -99
  71. package/esm2020/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.module.mjs +12 -5
  72. package/esm2020/src/lib/components/dropdown/lib/core/components/form-errors/form-errors.component.mjs +26 -0
  73. package/esm2020/src/lib/components/dropdown/lib/core/elements/errors.mjs +1 -1
  74. package/esm2020/src/lib/components/dropdown/lib/core/i18n/mapa-ui-texts.mjs +100 -0
  75. package/esm2020/src/lib/components/dropdown/lib/core/pipes/safe-html.pipe.mjs +21 -0
  76. package/esm2020/src/lib/components/dropdown/lib/core/services/html-sanitizer.service.mjs +23 -0
  77. package/esm2020/src/lib/components/dropdown/lib/core/services/mapa-i18n.service.mjs +36 -0
  78. package/esm2020/src/lib/components/dropdown/lib/core/services/validation-message-resolver.service.mjs +72 -0
  79. package/esm2020/src/lib/components/dropdown-tree/dropdown-tree.mjs +9 -0
  80. package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.component.mjs +33 -16
  81. package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.module.mjs +9 -41
  82. package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/errors.mjs +1 -1
  83. package/esm2020/src/lib/components/dropdown-tree/mapa-library-ui-src-lib-components-dropdown-tree.mjs +2 -2
  84. package/esm2020/src/lib/components/empty/empty.mjs +5 -0
  85. package/esm2020/src/lib/components/empty/lib/components/empty/public-api.mjs +6 -0
  86. package/esm2020/src/lib/components/empty/{src → lib/components/empty/src}/empty.component.mjs +4 -3
  87. package/esm2020/src/lib/components/empty/lib/components/empty/src/empty.module.mjs +27 -0
  88. package/esm2020/src/lib/components/empty/lib/core/pipes/safe-html.pipe.mjs +21 -0
  89. package/esm2020/src/lib/components/empty/lib/core/services/html-sanitizer.service.mjs +23 -0
  90. package/esm2020/src/lib/components/empty/mapa-library-ui-src-lib-components-empty.mjs +2 -2
  91. package/esm2020/src/lib/components/filters/lib/components/button/src/button.component.mjs +2 -2
  92. package/esm2020/src/lib/components/filters/lib/components/filters/src/filters.component.mjs +30 -11
  93. package/esm2020/src/lib/components/filters/lib/components/filters/src/filters.module.mjs +1 -1
  94. package/esm2020/src/lib/components/filters/lib/core/i18n/mapa-ui-texts.mjs +100 -0
  95. package/esm2020/src/lib/components/filters/lib/core/services/mapa-i18n.service.mjs +36 -0
  96. package/esm2020/src/lib/components/form/lib/components/button/src/button.component.mjs +2 -2
  97. package/esm2020/src/lib/components/form/lib/components/form/src/form.component.mjs +6 -5
  98. package/esm2020/src/lib/components/form/lib/components/form/src/form.module.mjs +3 -2
  99. package/esm2020/src/lib/components/form/lib/components/input/src/input.component.mjs +5 -4
  100. package/esm2020/src/lib/components/form/lib/components/input/src/input.module.mjs +13 -13
  101. package/esm2020/src/lib/components/form/lib/components/radio-button/src/radio-button.component.mjs +8 -3
  102. package/esm2020/src/lib/components/form/lib/components/slide-toggle/src/slide-toggle.component.mjs +8 -3
  103. package/esm2020/src/lib/components/form/lib/components/textarea/src/textarea.component.mjs +4 -3
  104. package/esm2020/src/lib/components/form/lib/components/textarea/src/textarea.module.mjs +7 -3
  105. package/esm2020/src/lib/components/form/lib/core/components/form-errors/form-errors.component.mjs +26 -0
  106. package/esm2020/src/lib/components/form/lib/core/directives/mat-input-autosize.directive.mjs +99 -0
  107. package/esm2020/src/lib/components/form/lib/core/elements/errors.mjs +1 -1
  108. package/esm2020/src/lib/components/form/lib/core/i18n/mapa-ui-texts.mjs +100 -0
  109. package/esm2020/src/lib/components/form/lib/core/services/mapa-i18n.service.mjs +36 -0
  110. package/esm2020/src/lib/components/form/lib/core/services/validation-message-resolver.service.mjs +72 -0
  111. package/esm2020/src/lib/components/group-report/lib/components/group-report/src/group-report-interface.mjs +1 -1
  112. package/esm2020/src/lib/components/group-report/lib/components/group-report/src/group-report.component.mjs +7 -6
  113. package/esm2020/src/lib/components/group-report/lib/components/group-report/src/group-report.module.mjs +2 -2
  114. package/esm2020/src/lib/components/icon/icon.mjs +5 -0
  115. package/esm2020/src/lib/components/icon/mapa-library-ui-src-lib-components-icon.mjs +2 -2
  116. package/esm2020/src/lib/components/input/input.mjs +5 -0
  117. package/esm2020/src/lib/components/input/lib/components/input/public-api.mjs +6 -0
  118. package/esm2020/src/lib/components/input/lib/components/input/src/input.component.mjs +40 -0
  119. package/esm2020/src/lib/components/input/lib/components/input/src/input.module.mjs +60 -0
  120. package/esm2020/src/lib/components/input/lib/core/components/form-errors/form-errors.component.mjs +26 -0
  121. package/esm2020/src/lib/components/input/lib/core/directives/mat-input-autosize.directive.mjs +99 -0
  122. package/esm2020/src/lib/components/{group-report → input}/lib/core/elements/errors.mjs +1 -1
  123. package/esm2020/src/lib/components/input/lib/core/i18n/mapa-ui-texts.mjs +100 -0
  124. package/esm2020/src/lib/components/input/lib/core/services/mapa-i18n.service.mjs +36 -0
  125. package/esm2020/src/lib/components/input/lib/core/services/validation-message-resolver.service.mjs +72 -0
  126. package/esm2020/src/lib/components/input/mapa-library-ui-src-lib-components-input.mjs +2 -2
  127. package/esm2020/src/lib/components/{table → menu}/lib/components/menu/src/menu.module.mjs +1 -1
  128. package/esm2020/src/lib/components/menu/mapa-library-ui-src-lib-components-menu.mjs +2 -2
  129. package/esm2020/src/lib/components/menu/menu.mjs +5 -0
  130. package/esm2020/src/lib/components/nav-list/lib/components/nav-list/src/nav-list.component.mjs +3 -3
  131. package/esm2020/src/lib/components/radio-button/lib/components/radio-button/src/radio-button.component.mjs +8 -3
  132. package/esm2020/src/lib/components/report-item/lib/components/report-item/public-api.mjs +6 -0
  133. package/esm2020/src/lib/components/report-item/lib/components/report-item/src/report-item.component.mjs +63 -0
  134. package/esm2020/src/lib/components/report-item/{src → lib/components/report-item/src}/report-item.module.mjs +1 -1
  135. package/esm2020/src/lib/components/report-item/mapa-library-ui-src-lib-components-report-item.mjs +2 -2
  136. package/esm2020/src/lib/components/report-item/report-item.mjs +5 -0
  137. package/esm2020/src/lib/components/scale/lib/components/button/src/button.component.mjs +2 -2
  138. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-interval/capability-interval.component.mjs +2 -2
  139. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.mjs +2 -5
  140. package/esm2020/src/lib/components/scale/lib/components/filters/src/filters.component.mjs +30 -11
  141. package/esm2020/src/lib/components/scale/lib/components/filters/src/filters.module.mjs +1 -1
  142. package/esm2020/src/lib/components/scale/lib/components/group-report/src/group-report-interface.mjs +1 -1
  143. package/esm2020/src/lib/components/scale/lib/components/scale/src/details/details.component.mjs +3 -3
  144. package/esm2020/src/lib/components/scale/lib/components/scale/src/scale.component.mjs +25 -9
  145. package/esm2020/src/lib/components/scale/lib/components/scale/src/scale.interface.mjs +1 -1
  146. package/esm2020/src/lib/components/scale/lib/core/i18n/mapa-ui-texts.mjs +100 -0
  147. package/esm2020/src/lib/components/scale/lib/core/services/mapa-i18n.service.mjs +36 -0
  148. package/esm2020/src/lib/components/scale-parameterization/lib/components/group-report/src/group-report-interface.mjs +1 -1
  149. package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/details/details.component.mjs +3 -3
  150. package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.component.mjs +24 -9
  151. package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.interface.mjs +1 -1
  152. package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.module.mjs +6 -6
  153. package/esm2020/src/lib/components/scale-parameterization/lib/core/i18n/mapa-ui-texts.mjs +100 -0
  154. package/esm2020/src/lib/components/scale-parameterization/lib/core/services/mapa-i18n.service.mjs +36 -0
  155. package/esm2020/src/lib/components/slide-toggle/lib/components/slide-toggle/src/slide-toggle.component.mjs +8 -3
  156. package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.component.mjs +30 -18
  157. package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.module.mjs +5 -5
  158. package/esm2020/src/lib/components/svg-icon/lib/core/pipes/safe-html.pipe.mjs +21 -0
  159. package/esm2020/src/lib/components/svg-icon/lib/core/services/html-sanitizer.service.mjs +23 -0
  160. package/esm2020/src/lib/components/table/lib/components/table/src/paginator_customization.mjs +11 -16
  161. package/esm2020/src/lib/components/table/lib/components/table/src/table.component.mjs +74 -33
  162. package/esm2020/src/lib/components/table/lib/components/table/src/table.module.mjs +13 -9
  163. package/esm2020/src/lib/components/table/lib/core/directives/custom-paginator-legacy.directive.mjs +39 -62
  164. package/esm2020/src/lib/components/table/lib/core/i18n/mapa-ui-texts.mjs +100 -0
  165. package/esm2020/src/lib/components/table/lib/core/js-brasil/index.mjs +16 -0
  166. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/create.mjs +455 -0
  167. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/createNumberMask.mjs +115 -0
  168. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/estados.mjs +34 -0
  169. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/index.mjs +34 -0
  170. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/inscricaoestadual.mjs +702 -0
  171. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/interfaces.mjs +2 -0
  172. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/iptu.mjs +25 -0
  173. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/iptu_create.mjs +60 -0
  174. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/iptu_mask.mjs +38 -0
  175. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/iptu_validate.mjs +67 -0
  176. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/mask.mjs +579 -0
  177. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/name.mjs +371 -0
  178. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/placa.mjs +162 -0
  179. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/rg.mjs +63 -0
  180. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/saude.mjs +62 -0
  181. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/utils.mjs +304 -0
  182. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/validate.mjs +627 -0
  183. package/esm2020/src/lib/components/table/lib/core/pipes/cpf.mjs +17 -0
  184. package/esm2020/src/lib/components/table/lib/core/pipes/safe-html.pipe.mjs +21 -0
  185. package/esm2020/src/lib/components/table/lib/core/services/html-sanitizer.service.mjs +23 -0
  186. package/esm2020/src/lib/components/table/lib/core/services/mapa-i18n.service.mjs +36 -0
  187. package/esm2020/src/lib/components/{scale-parameterization → tag}/lib/components/tag/src/tag.component.mjs +2 -2
  188. package/esm2020/src/lib/components/tag/mapa-library-ui-src-lib-components-tag.mjs +2 -2
  189. package/esm2020/src/lib/components/tag/tag.mjs +5 -0
  190. package/esm2020/src/lib/components/textarea/lib/components/textarea/src/textarea.component.mjs +4 -3
  191. package/esm2020/src/lib/components/textarea/lib/components/textarea/src/textarea.module.mjs +7 -3
  192. package/esm2020/src/lib/components/textarea/lib/core/components/form-errors/form-errors.component.mjs +26 -0
  193. package/esm2020/src/lib/components/textarea/lib/core/elements/errors.mjs +1 -1
  194. package/esm2020/src/lib/components/textarea/lib/core/i18n/mapa-ui-texts.mjs +100 -0
  195. package/esm2020/src/lib/components/textarea/lib/core/services/mapa-i18n.service.mjs +36 -0
  196. package/esm2020/src/lib/components/textarea/lib/core/services/validation-message-resolver.service.mjs +72 -0
  197. package/esm2020/src/lib/components/tooltip/lib/components/tooltip/public-api.mjs +7 -0
  198. package/esm2020/src/lib/components/tooltip/mapa-library-ui-src-lib-components-tooltip.mjs +2 -2
  199. package/esm2020/src/lib/components/tooltip/tooltip.mjs +6 -0
  200. package/esm2020/src/lib/components/{group-report/lib/components/filters → warning/lib/components/warning}/public-api.mjs +4 -4
  201. package/esm2020/src/lib/components/warning/lib/components/warning/src/warning.component.mjs +43 -0
  202. package/esm2020/src/lib/components/warning/{src → lib/components/warning/src}/warning.module.mjs +1 -1
  203. package/esm2020/src/lib/components/warning/mapa-library-ui-src-lib-components-warning.mjs +2 -2
  204. package/esm2020/src/lib/components/warning/warning.mjs +5 -0
  205. package/fesm2015/mapa-library-ui-src-lib-components-benchmarking.mjs +4 -4
  206. package/fesm2015/mapa-library-ui-src-lib-components-benchmarking.mjs.map +1 -1
  207. package/fesm2015/mapa-library-ui-src-lib-components-breadcrumb.mjs +2 -2
  208. package/fesm2015/mapa-library-ui-src-lib-components-breadcrumb.mjs.map +1 -1
  209. package/fesm2015/mapa-library-ui-src-lib-components-button-icon.mjs +10 -2
  210. package/fesm2015/mapa-library-ui-src-lib-components-button-icon.mjs.map +1 -1
  211. package/fesm2015/mapa-library-ui-src-lib-components-button.mjs +6 -2
  212. package/fesm2015/mapa-library-ui-src-lib-components-button.mjs.map +1 -1
  213. package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs +630 -307
  214. package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
  215. package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs +13 -313
  216. package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
  217. package/fesm2015/mapa-library-ui-src-lib-components-checkbox.mjs +4 -0
  218. package/fesm2015/mapa-library-ui-src-lib-components-checkbox.mjs.map +1 -1
  219. package/fesm2015/mapa-library-ui-src-lib-components-datepicker.mjs +154 -14
  220. package/fesm2015/mapa-library-ui-src-lib-components-datepicker.mjs.map +1 -1
  221. package/fesm2015/mapa-library-ui-src-lib-components-dialog.mjs +50 -8
  222. package/fesm2015/mapa-library-ui-src-lib-components-dialog.mjs.map +1 -1
  223. package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs +40 -349
  224. package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
  225. package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs +321 -255
  226. package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
  227. package/fesm2015/mapa-library-ui-src-lib-components-empty.mjs +52 -6
  228. package/fesm2015/mapa-library-ui-src-lib-components-empty.mjs.map +1 -1
  229. package/fesm2015/mapa-library-ui-src-lib-components-filters.mjs +148 -14
  230. package/fesm2015/mapa-library-ui-src-lib-components-filters.mjs.map +1 -1
  231. package/fesm2015/mapa-library-ui-src-lib-components-form.mjs +347 -30
  232. package/fesm2015/mapa-library-ui-src-lib-components-form.mjs.map +1 -1
  233. package/fesm2015/mapa-library-ui-src-lib-components-group-report.mjs +7 -40
  234. package/fesm2015/mapa-library-ui-src-lib-components-group-report.mjs.map +1 -1
  235. package/fesm2015/mapa-library-ui-src-lib-components-icon.mjs +4 -0
  236. package/fesm2015/mapa-library-ui-src-lib-components-icon.mjs.map +1 -1
  237. package/fesm2015/mapa-library-ui-src-lib-components-input.mjs +319 -15
  238. package/fesm2015/mapa-library-ui-src-lib-components-input.mjs.map +1 -1
  239. package/fesm2015/mapa-library-ui-src-lib-components-menu.mjs +4 -0
  240. package/fesm2015/mapa-library-ui-src-lib-components-menu.mjs.map +1 -1
  241. package/fesm2015/mapa-library-ui-src-lib-components-nav-list.mjs +2 -2
  242. package/fesm2015/mapa-library-ui-src-lib-components-nav-list.mjs.map +1 -1
  243. package/fesm2015/mapa-library-ui-src-lib-components-radio-button.mjs +8 -2
  244. package/fesm2015/mapa-library-ui-src-lib-components-radio-button.mjs.map +1 -1
  245. package/fesm2015/mapa-library-ui-src-lib-components-report-item.mjs +48 -12
  246. package/fesm2015/mapa-library-ui-src-lib-components-report-item.mjs.map +1 -1
  247. package/fesm2015/mapa-library-ui-src-lib-components-scale-parameterization.mjs +134 -1305
  248. package/fesm2015/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +1 -1
  249. package/fesm2015/mapa-library-ui-src-lib-components-scale.mjs +176 -32
  250. package/fesm2015/mapa-library-ui-src-lib-components-scale.mjs.map +1 -1
  251. package/fesm2015/mapa-library-ui-src-lib-components-slide-toggle.mjs +8 -2
  252. package/fesm2015/mapa-library-ui-src-lib-components-slide-toggle.mjs.map +1 -1
  253. package/fesm2015/mapa-library-ui-src-lib-components-svg-icon.mjs +61 -27
  254. package/fesm2015/mapa-library-ui-src-lib-components-svg-icon.mjs.map +1 -1
  255. package/fesm2015/mapa-library-ui-src-lib-components-table.mjs +3935 -234
  256. package/fesm2015/mapa-library-ui-src-lib-components-table.mjs.map +1 -1
  257. package/fesm2015/mapa-library-ui-src-lib-components-tag.mjs +6 -2
  258. package/fesm2015/mapa-library-ui-src-lib-components-tag.mjs.map +1 -1
  259. package/fesm2015/mapa-library-ui-src-lib-components-textarea.mjs +216 -7
  260. package/fesm2015/mapa-library-ui-src-lib-components-textarea.mjs.map +1 -1
  261. package/fesm2015/mapa-library-ui-src-lib-components-tooltip.mjs +4 -0
  262. package/fesm2015/mapa-library-ui-src-lib-components-tooltip.mjs.map +1 -1
  263. package/fesm2015/mapa-library-ui-src-lib-components-warning.mjs +12 -2
  264. package/fesm2015/mapa-library-ui-src-lib-components-warning.mjs.map +1 -1
  265. package/fesm2015/mapa-library-ui.mjs +297 -70
  266. package/fesm2015/mapa-library-ui.mjs.map +1 -1
  267. package/fesm2020/mapa-library-ui-src-lib-components-benchmarking.mjs +4 -4
  268. package/fesm2020/mapa-library-ui-src-lib-components-benchmarking.mjs.map +1 -1
  269. package/fesm2020/mapa-library-ui-src-lib-components-breadcrumb.mjs +2 -2
  270. package/fesm2020/mapa-library-ui-src-lib-components-breadcrumb.mjs.map +1 -1
  271. package/fesm2020/mapa-library-ui-src-lib-components-button-icon.mjs +10 -2
  272. package/fesm2020/mapa-library-ui-src-lib-components-button-icon.mjs.map +1 -1
  273. package/fesm2020/mapa-library-ui-src-lib-components-button.mjs +6 -2
  274. package/fesm2020/mapa-library-ui-src-lib-components-button.mjs.map +1 -1
  275. package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs +640 -303
  276. package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
  277. package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs +13 -307
  278. package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
  279. package/fesm2020/mapa-library-ui-src-lib-components-checkbox.mjs +4 -0
  280. package/fesm2020/mapa-library-ui-src-lib-components-checkbox.mjs.map +1 -1
  281. package/fesm2020/mapa-library-ui-src-lib-components-datepicker.mjs +169 -14
  282. package/fesm2020/mapa-library-ui-src-lib-components-datepicker.mjs.map +1 -1
  283. package/fesm2020/mapa-library-ui-src-lib-components-dialog.mjs +49 -8
  284. package/fesm2020/mapa-library-ui-src-lib-components-dialog.mjs.map +1 -1
  285. package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs +41 -344
  286. package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
  287. package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs +332 -254
  288. package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
  289. package/fesm2020/mapa-library-ui-src-lib-components-empty.mjs +51 -6
  290. package/fesm2020/mapa-library-ui-src-lib-components-empty.mjs.map +1 -1
  291. package/fesm2020/mapa-library-ui-src-lib-components-filters.mjs +163 -14
  292. package/fesm2020/mapa-library-ui-src-lib-components-filters.mjs.map +1 -1
  293. package/fesm2020/mapa-library-ui-src-lib-components-form.mjs +356 -30
  294. package/fesm2020/mapa-library-ui-src-lib-components-form.mjs.map +1 -1
  295. package/fesm2020/mapa-library-ui-src-lib-components-group-report.mjs +7 -40
  296. package/fesm2020/mapa-library-ui-src-lib-components-group-report.mjs.map +1 -1
  297. package/fesm2020/mapa-library-ui-src-lib-components-icon.mjs +4 -0
  298. package/fesm2020/mapa-library-ui-src-lib-components-icon.mjs.map +1 -1
  299. package/fesm2020/mapa-library-ui-src-lib-components-input.mjs +330 -15
  300. package/fesm2020/mapa-library-ui-src-lib-components-input.mjs.map +1 -1
  301. package/fesm2020/mapa-library-ui-src-lib-components-menu.mjs +4 -0
  302. package/fesm2020/mapa-library-ui-src-lib-components-menu.mjs.map +1 -1
  303. package/fesm2020/mapa-library-ui-src-lib-components-nav-list.mjs +2 -2
  304. package/fesm2020/mapa-library-ui-src-lib-components-nav-list.mjs.map +1 -1
  305. package/fesm2020/mapa-library-ui-src-lib-components-radio-button.mjs +7 -2
  306. package/fesm2020/mapa-library-ui-src-lib-components-radio-button.mjs.map +1 -1
  307. package/fesm2020/mapa-library-ui-src-lib-components-report-item.mjs +47 -12
  308. package/fesm2020/mapa-library-ui-src-lib-components-report-item.mjs.map +1 -1
  309. package/fesm2020/mapa-library-ui-src-lib-components-scale-parameterization.mjs +140 -1290
  310. package/fesm2020/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +1 -1
  311. package/fesm2020/mapa-library-ui-src-lib-components-scale.mjs +191 -32
  312. package/fesm2020/mapa-library-ui-src-lib-components-scale.mjs.map +1 -1
  313. package/fesm2020/mapa-library-ui-src-lib-components-slide-toggle.mjs +7 -2
  314. package/fesm2020/mapa-library-ui-src-lib-components-slide-toggle.mjs.map +1 -1
  315. package/fesm2020/mapa-library-ui-src-lib-components-svg-icon.mjs +60 -27
  316. package/fesm2020/mapa-library-ui-src-lib-components-svg-icon.mjs.map +1 -1
  317. package/fesm2020/mapa-library-ui-src-lib-components-table.mjs +3954 -234
  318. package/fesm2020/mapa-library-ui-src-lib-components-table.mjs.map +1 -1
  319. package/fesm2020/mapa-library-ui-src-lib-components-tag.mjs +6 -2
  320. package/fesm2020/mapa-library-ui-src-lib-components-tag.mjs.map +1 -1
  321. package/fesm2020/mapa-library-ui-src-lib-components-textarea.mjs +230 -7
  322. package/fesm2020/mapa-library-ui-src-lib-components-textarea.mjs.map +1 -1
  323. package/fesm2020/mapa-library-ui-src-lib-components-tooltip.mjs +4 -0
  324. package/fesm2020/mapa-library-ui-src-lib-components-tooltip.mjs.map +1 -1
  325. package/fesm2020/mapa-library-ui-src-lib-components-warning.mjs +12 -2
  326. package/fesm2020/mapa-library-ui-src-lib-components-warning.mjs.map +1 -1
  327. package/fesm2020/mapa-library-ui.mjs +309 -70
  328. package/fesm2020/mapa-library-ui.mjs.map +1 -1
  329. package/lib/core/components/form-errors/form-errors.component.d.ts +13 -0
  330. package/lib/core/directives/custom-paginator-legacy.directive.d.ts +10 -9
  331. package/lib/core/directives/mat-input-autosize.directive.d.ts +1 -2
  332. package/lib/core/elements/errors.d.ts +1 -2
  333. package/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
  334. package/lib/core/pipes/safe-html.pipe.d.ts +10 -0
  335. package/lib/core/services/html-sanitizer.service.d.ts +10 -0
  336. package/lib/core/services/mapa-i18n.service.d.ts +13 -0
  337. package/lib/core/services/validation-message-resolver.service.d.ts +14 -0
  338. package/mapa-library-ui-0.90.0.tgz +0 -0
  339. package/package.json +14 -2
  340. package/public-api.d.ts +9 -0
  341. package/src/lib/components/button/button.d.ts +1 -0
  342. package/src/lib/components/button/index.d.ts +1 -1
  343. package/src/lib/components/button-icon/lib/components/button-icon/src/button-icon.component.d.ts +5 -3
  344. package/src/lib/components/capability/lib/components/capability/public-api.d.ts +2 -0
  345. package/src/lib/components/capability/lib/components/capability/src/capability-comparative/capability-comparative.module.d.ts +1 -1
  346. package/src/lib/components/capability/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.d.ts +10 -1
  347. package/src/lib/components/capability/lib/components/capability/src/capability-detail/capability-detail.component.d.ts +5 -2
  348. package/src/lib/components/capability/lib/components/capability/src/capability-dot/capability-dot.module.d.ts +3 -3
  349. package/src/lib/components/capability/lib/components/capability/src/capability-expand/capability-expand.component.d.ts +12 -2
  350. package/src/lib/components/capability/lib/components/capability/src/capability-expand/capability-expand.module.d.ts +2 -1
  351. package/src/lib/components/capability/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.d.ts +15 -3
  352. package/src/lib/components/capability/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.d.ts +0 -2
  353. package/src/lib/components/capability/lib/components/capability/src/essentials/services/reusable-interval-bar.service.d.ts +4 -3
  354. package/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.d.ts +15 -13
  355. package/src/lib/components/capability/lib/components/dropdown/src/dropdown.module.d.ts +4 -2
  356. package/src/lib/components/capability/lib/components/filters/src/filters.component.d.ts +10 -2
  357. package/src/lib/components/capability/lib/core/components/form-errors/form-errors.component.d.ts +13 -0
  358. package/src/lib/components/capability/lib/core/elements/errors.d.ts +1 -2
  359. package/src/lib/components/capability/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
  360. package/src/lib/components/capability/lib/core/pipes/safe-html.pipe.d.ts +10 -0
  361. package/src/lib/components/capability/lib/core/services/html-sanitizer.service.d.ts +10 -0
  362. package/src/lib/components/capability/lib/core/services/mapa-i18n.service.d.ts +13 -0
  363. package/src/lib/components/capability/lib/core/services/validation-message-resolver.service.d.ts +14 -0
  364. package/src/lib/components/chart/lib/components/chart/src/chart.component.d.ts +4 -3
  365. package/src/lib/components/chart/lib/components/chart/src/chart.module.d.ts +1 -1
  366. package/src/lib/components/checkbox/checkbox.d.ts +1 -0
  367. package/src/lib/components/checkbox/index.d.ts +1 -1
  368. package/src/lib/components/datepicker/datepicker.d.ts +1 -0
  369. package/src/lib/components/datepicker/index.d.ts +1 -1
  370. package/src/lib/components/datepicker/{src → lib/components/datepicker/src}/datepicker.component.d.ts +10 -1
  371. package/src/lib/components/datepicker/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
  372. package/src/lib/components/datepicker/lib/core/services/mapa-i18n.service.d.ts +13 -0
  373. package/src/lib/components/dialog/lib/components/dialog/src/dialog.component.d.ts +3 -3
  374. package/src/lib/components/dialog/lib/components/dialog/src/dialog.module.d.ts +2 -1
  375. package/src/lib/components/dialog/lib/core/pipes/safe-html.pipe.d.ts +10 -0
  376. package/src/lib/components/dialog/lib/core/services/html-sanitizer.service.d.ts +10 -0
  377. package/src/lib/components/dropdown/dropdown.d.ts +0 -1
  378. package/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.d.ts +15 -13
  379. package/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.module.d.ts +4 -2
  380. package/src/lib/components/dropdown/lib/core/components/form-errors/form-errors.component.d.ts +13 -0
  381. package/src/lib/components/dropdown/lib/core/elements/errors.d.ts +1 -2
  382. package/src/lib/components/dropdown/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
  383. package/src/lib/components/dropdown/lib/core/pipes/safe-html.pipe.d.ts +10 -0
  384. package/src/lib/components/dropdown/lib/core/services/html-sanitizer.service.d.ts +10 -0
  385. package/src/lib/components/dropdown/lib/core/services/mapa-i18n.service.d.ts +13 -0
  386. package/src/lib/components/dropdown/lib/core/services/validation-message-resolver.service.d.ts +14 -0
  387. package/src/lib/components/dropdown-tree/{dropdown.d.ts → dropdown-tree.d.ts} +1 -1
  388. package/src/lib/components/dropdown-tree/index.d.ts +1 -1
  389. package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.component.d.ts +7 -7
  390. package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.module.d.ts +2 -4
  391. package/src/lib/components/dropdown-tree/lib/core/elements/errors.d.ts +1 -2
  392. package/src/lib/components/empty/empty.d.ts +1 -0
  393. package/src/lib/components/empty/index.d.ts +1 -1
  394. package/src/lib/components/empty/{src → lib/components/empty/src}/empty.module.d.ts +2 -1
  395. package/src/lib/components/empty/lib/core/pipes/safe-html.pipe.d.ts +10 -0
  396. package/src/lib/components/empty/lib/core/services/html-sanitizer.service.d.ts +10 -0
  397. package/src/lib/components/filters/lib/components/filters/src/filters.component.d.ts +10 -2
  398. package/src/lib/components/filters/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
  399. package/src/lib/components/filters/lib/core/services/mapa-i18n.service.d.ts +13 -0
  400. package/src/lib/components/form/lib/components/form/src/form.component.d.ts +1 -2
  401. package/src/lib/components/form/lib/components/form/src/form.module.d.ts +5 -4
  402. package/src/lib/components/form/lib/components/input/src/input.component.d.ts +1 -1
  403. package/src/lib/components/form/lib/components/input/src/input.module.d.ts +3 -2
  404. package/src/lib/components/form/lib/components/radio-button/src/radio-button.component.d.ts +4 -4
  405. package/src/lib/components/form/lib/components/slide-toggle/src/slide-toggle.component.d.ts +4 -4
  406. package/src/lib/components/form/lib/components/textarea/src/textarea.component.d.ts +1 -1
  407. package/src/lib/components/form/lib/components/textarea/src/textarea.module.d.ts +2 -1
  408. package/src/lib/components/form/lib/core/components/form-errors/form-errors.component.d.ts +13 -0
  409. package/src/lib/components/form/lib/core/directives/mat-input-autosize.directive.d.ts +25 -0
  410. package/src/lib/components/form/lib/core/elements/errors.d.ts +1 -2
  411. package/src/lib/components/form/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
  412. package/src/lib/components/form/lib/core/services/mapa-i18n.service.d.ts +13 -0
  413. package/src/lib/components/form/lib/core/services/validation-message-resolver.service.d.ts +14 -0
  414. package/src/lib/components/group-report/lib/components/group-report/src/group-report.component.d.ts +3 -3
  415. package/src/lib/components/group-report/lib/components/group-report/src/group-report.module.d.ts +1 -1
  416. package/src/lib/components/icon/icon.d.ts +1 -0
  417. package/src/lib/components/icon/index.d.ts +1 -1
  418. package/src/lib/components/input/index.d.ts +1 -1
  419. package/src/lib/components/input/input.d.ts +1 -0
  420. package/src/lib/components/input/{src → lib/components/input/src}/input.component.d.ts +1 -1
  421. package/src/lib/components/input/{src → lib/components/input/src}/input.module.d.ts +3 -2
  422. package/src/lib/components/input/lib/core/components/form-errors/form-errors.component.d.ts +13 -0
  423. package/src/lib/components/input/lib/core/directives/mat-input-autosize.directive.d.ts +25 -0
  424. package/src/lib/components/{chart → input}/lib/core/elements/errors.d.ts +1 -2
  425. package/src/lib/components/input/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
  426. package/src/lib/components/input/lib/core/services/mapa-i18n.service.d.ts +13 -0
  427. package/src/lib/components/input/lib/core/services/validation-message-resolver.service.d.ts +14 -0
  428. package/src/lib/components/menu/index.d.ts +1 -1
  429. package/src/lib/components/menu/menu.d.ts +1 -0
  430. package/src/lib/components/nav-list/lib/components/nav-list/src/nav-list.component.d.ts +1 -1
  431. package/src/lib/components/radio-button/lib/components/radio-button/src/radio-button.component.d.ts +4 -4
  432. package/src/lib/components/report-item/index.d.ts +1 -1
  433. package/src/lib/components/report-item/lib/components/report-item/src/report-item.component.d.ts +33 -0
  434. package/src/lib/components/report-item/report-item.d.ts +1 -0
  435. package/src/lib/components/scale/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.d.ts +0 -2
  436. package/src/lib/components/scale/lib/components/filters/src/filters.component.d.ts +10 -2
  437. package/src/lib/components/scale/lib/components/scale/src/scale.component.d.ts +11 -3
  438. package/src/lib/components/scale/lib/components/scale/src/scale.interface.d.ts +1 -1
  439. package/src/lib/components/scale/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
  440. package/src/lib/components/scale/lib/core/services/mapa-i18n.service.d.ts +13 -0
  441. package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.component.d.ts +12 -4
  442. package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.interface.d.ts +1 -1
  443. package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.module.d.ts +3 -4
  444. package/src/lib/components/scale-parameterization/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
  445. package/src/lib/components/scale-parameterization/lib/core/services/mapa-i18n.service.d.ts +13 -0
  446. package/src/lib/components/slide-toggle/lib/components/slide-toggle/src/slide-toggle.component.d.ts +4 -4
  447. package/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.component.d.ts +6 -3
  448. package/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.module.d.ts +3 -3
  449. package/src/lib/components/svg-icon/lib/core/pipes/safe-html.pipe.d.ts +10 -0
  450. package/src/lib/components/svg-icon/lib/core/services/html-sanitizer.service.d.ts +10 -0
  451. package/src/lib/components/table/lib/components/table/src/paginator_customization.d.ts +2 -1
  452. package/src/lib/components/table/lib/components/table/src/table.component.d.ts +18 -7
  453. package/src/lib/components/table/lib/components/table/src/table.module.d.ts +4 -3
  454. package/src/lib/components/table/lib/core/directives/custom-paginator-legacy.directive.d.ts +10 -9
  455. package/src/lib/components/table/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
  456. package/src/lib/components/table/lib/core/js-brasil/index.d.ts +15 -0
  457. package/src/lib/components/table/lib/core/js-brasil/src/create.d.ts +37 -0
  458. package/src/lib/components/table/lib/core/js-brasil/src/createNumberMask.d.ts +13 -0
  459. package/src/lib/components/table/lib/core/js-brasil/src/estados.d.ts +7 -0
  460. package/src/lib/components/table/lib/core/js-brasil/src/index.d.ts +34 -0
  461. package/src/lib/components/table/lib/core/js-brasil/src/inscricaoestadual.d.ts +7 -0
  462. package/src/lib/components/table/lib/core/js-brasil/src/interfaces.d.ts +51 -0
  463. package/src/lib/components/table/lib/core/js-brasil/src/iptu.d.ts +3 -0
  464. package/src/lib/components/table/lib/core/js-brasil/src/iptu_create.d.ts +5 -0
  465. package/src/lib/components/table/lib/core/js-brasil/src/iptu_mask.d.ts +2 -0
  466. package/src/lib/components/table/lib/core/js-brasil/src/iptu_validate.d.ts +10 -0
  467. package/src/lib/components/table/lib/core/js-brasil/src/mask.d.ts +53 -0
  468. package/src/lib/components/table/lib/core/js-brasil/src/name.d.ts +9 -0
  469. package/src/lib/components/table/lib/core/js-brasil/src/placa.d.ts +6 -0
  470. package/src/lib/components/table/lib/core/js-brasil/src/rg.d.ts +5 -0
  471. package/src/lib/components/table/lib/core/js-brasil/src/saude.d.ts +84 -0
  472. package/src/lib/components/table/lib/core/js-brasil/src/utils.d.ts +71 -0
  473. package/src/lib/components/table/lib/core/js-brasil/src/validate.d.ts +90 -0
  474. package/src/lib/components/table/lib/core/pipes/cpf.d.ts +7 -0
  475. package/src/lib/components/table/lib/core/pipes/safe-html.pipe.d.ts +10 -0
  476. package/src/lib/components/table/lib/core/services/html-sanitizer.service.d.ts +10 -0
  477. package/src/lib/components/table/lib/core/services/mapa-i18n.service.d.ts +13 -0
  478. package/src/lib/components/tag/index.d.ts +1 -1
  479. package/src/lib/components/tag/tag.d.ts +1 -0
  480. package/src/lib/components/textarea/lib/components/textarea/src/textarea.component.d.ts +1 -1
  481. package/src/lib/components/textarea/lib/components/textarea/src/textarea.module.d.ts +2 -1
  482. package/src/lib/components/textarea/lib/core/components/form-errors/form-errors.component.d.ts +13 -0
  483. package/src/lib/components/textarea/lib/core/elements/errors.d.ts +1 -2
  484. package/src/lib/components/textarea/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
  485. package/src/lib/components/textarea/lib/core/services/mapa-i18n.service.d.ts +13 -0
  486. package/src/lib/components/textarea/lib/core/services/validation-message-resolver.service.d.ts +14 -0
  487. package/src/lib/components/tooltip/index.d.ts +1 -1
  488. package/src/lib/components/tooltip/tooltip.d.ts +2 -0
  489. package/src/lib/components/warning/index.d.ts +1 -1
  490. package/src/lib/components/warning/{src → lib/components/warning/src}/warning.component.d.ts +3 -2
  491. package/src/lib/components/warning/warning.d.ts +1 -0
  492. package/esm2020/src/lib/components/button/public-api.mjs +0 -6
  493. package/esm2020/src/lib/components/button/src/button.component.mjs +0 -23
  494. package/esm2020/src/lib/components/button/src/button.module.mjs +0 -19
  495. package/esm2020/src/lib/components/button-icon/lib/core/interfaces/button-icon.interface.mjs +0 -2
  496. package/esm2020/src/lib/components/chart/lib/components/dropdown/public-api.mjs +0 -6
  497. package/esm2020/src/lib/components/chart/lib/components/dropdown/src/dropdown.component.mjs +0 -192
  498. package/esm2020/src/lib/components/chart/lib/components/dropdown/src/dropdown.module.mjs +0 -75
  499. package/esm2020/src/lib/components/chart/lib/core/elements/dropdown.mjs +0 -8
  500. package/esm2020/src/lib/components/chart/lib/core/elements/errors.mjs +0 -2
  501. package/esm2020/src/lib/components/chart/lib/core/interfaces/chart-options.interface.mjs +0 -2
  502. package/esm2020/src/lib/components/checkbox/public-api.mjs +0 -6
  503. package/esm2020/src/lib/components/datepicker/public-api.mjs +0 -6
  504. package/esm2020/src/lib/components/datepicker/src/datepicker.component.mjs +0 -44
  505. package/esm2020/src/lib/components/datepicker/src/datepicker.module.mjs +0 -70
  506. package/esm2020/src/lib/components/dialog/lib/core/interfaces/dialog-data.interface.mjs +0 -2
  507. package/esm2020/src/lib/components/dropdown/lib/components/button/public-api.mjs +0 -6
  508. package/esm2020/src/lib/components/dropdown/lib/components/button/src/button.component.mjs +0 -23
  509. package/esm2020/src/lib/components/dropdown/lib/components/button/src/button.module.mjs +0 -19
  510. package/esm2020/src/lib/components/dropdown/lib/components/dropdown-tree/public-api.mjs +0 -6
  511. package/esm2020/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.component.mjs +0 -77
  512. package/esm2020/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.module.mjs +0 -52
  513. package/esm2020/src/lib/components/dropdown/lib/core/elements/dropdown-tree.mjs +0 -8
  514. package/esm2020/src/lib/components/dropdown/lib/core/elements/index.mjs +0 -10
  515. package/esm2020/src/lib/components/dropdown/lib/core/elements/input-text.mjs +0 -8
  516. package/esm2020/src/lib/components/dropdown/lib/core/elements/radio-button.mjs +0 -8
  517. package/esm2020/src/lib/components/dropdown/lib/core/elements/slide-toggle.mjs +0 -8
  518. package/esm2020/src/lib/components/dropdown/lib/core/elements/textarea.mjs +0 -8
  519. package/esm2020/src/lib/components/dropdown/lib/core/interfaces/button-icon.interface.mjs +0 -2
  520. package/esm2020/src/lib/components/dropdown/lib/core/interfaces/chart-options.interface.mjs +0 -2
  521. package/esm2020/src/lib/components/dropdown/lib/core/interfaces/classification.interface.mjs +0 -2
  522. package/esm2020/src/lib/components/dropdown/lib/core/interfaces/dialog-data.interface.mjs +0 -2
  523. package/esm2020/src/lib/components/dropdown/lib/core/interfaces/index.mjs +0 -7
  524. package/esm2020/src/lib/components/dropdown/lib/core/interfaces/table-column.interface.mjs +0 -2
  525. package/esm2020/src/lib/components/dropdown/lib/core/interfaces/table-row-click-event.interface.mjs +0 -2
  526. package/esm2020/src/lib/components/dropdown-tree/dropdown.mjs +0 -9
  527. package/esm2020/src/lib/components/dropdown-tree/lib/components/button/public-api.mjs +0 -6
  528. package/esm2020/src/lib/components/dropdown-tree/lib/components/button/src/button.component.mjs +0 -23
  529. package/esm2020/src/lib/components/dropdown-tree/lib/components/button/src/button.module.mjs +0 -19
  530. package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown/public-api.mjs +0 -6
  531. package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.component.mjs +0 -192
  532. package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.module.mjs +0 -75
  533. package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/index.mjs +0 -10
  534. package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/radio-button.mjs +0 -8
  535. package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/slide-toggle.mjs +0 -8
  536. package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/textarea.mjs +0 -8
  537. package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/button-icon.interface.mjs +0 -2
  538. package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/chart-options.interface.mjs +0 -2
  539. package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/classification.interface.mjs +0 -2
  540. package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/dialog-data.interface.mjs +0 -2
  541. package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/index.mjs +0 -7
  542. package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/table-column.interface.mjs +0 -2
  543. package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/table-row-click-event.interface.mjs +0 -2
  544. package/esm2020/src/lib/components/empty/public-api.mjs +0 -6
  545. package/esm2020/src/lib/components/empty/src/empty.module.mjs +0 -24
  546. package/esm2020/src/lib/components/form/lib/core/elements/dropdown-tree.mjs +0 -8
  547. package/esm2020/src/lib/components/form/lib/core/elements/dropdown.mjs +0 -8
  548. package/esm2020/src/lib/components/form/lib/core/elements/index.mjs +0 -10
  549. package/esm2020/src/lib/components/form/lib/core/elements/radio-button.mjs +0 -8
  550. package/esm2020/src/lib/components/form/lib/core/elements/slide-toggle.mjs +0 -8
  551. package/esm2020/src/lib/components/form/lib/core/elements/textarea.mjs +0 -8
  552. package/esm2020/src/lib/components/form/lib/core/interfaces/button-icon.interface.mjs +0 -2
  553. package/esm2020/src/lib/components/form/lib/core/interfaces/chart-options.interface.mjs +0 -2
  554. package/esm2020/src/lib/components/form/lib/core/interfaces/classification.interface.mjs +0 -2
  555. package/esm2020/src/lib/components/form/lib/core/interfaces/dialog-data.interface.mjs +0 -2
  556. package/esm2020/src/lib/components/form/lib/core/interfaces/index.mjs +0 -7
  557. package/esm2020/src/lib/components/form/lib/core/interfaces/table-column.interface.mjs +0 -2
  558. package/esm2020/src/lib/components/form/lib/core/interfaces/table-row-click-event.interface.mjs +0 -2
  559. package/esm2020/src/lib/components/group-report/filters.mjs +0 -7
  560. package/esm2020/src/lib/components/group-report/lib/components/button/public-api.mjs +0 -6
  561. package/esm2020/src/lib/components/group-report/lib/components/button/src/button.component.mjs +0 -23
  562. package/esm2020/src/lib/components/group-report/lib/components/button/src/button.module.mjs +0 -19
  563. package/esm2020/src/lib/components/group-report/lib/components/capability/public-api.mjs +0 -26
  564. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative/capability-comparative.component.mjs +0 -17
  565. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative/capability-comparative.module.mjs +0 -32
  566. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.mjs +0 -24
  567. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.mjs +0 -19
  568. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.mjs +0 -20
  569. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.mjs +0 -19
  570. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.mjs +0 -19
  571. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.mjs +0 -19
  572. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-detail/capability-detail.component.mjs +0 -73
  573. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-detail/capability-detail.module.mjs +0 -64
  574. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-dot/capability-dot.component.mjs +0 -31
  575. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-dot/capability-dot.module.mjs +0 -22
  576. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-expand/capability-expand.component.mjs +0 -27
  577. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-expand/capability-expand.module.mjs +0 -22
  578. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-indicator/capability-indicator.component.mjs +0 -14
  579. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-indicator/capability-indicator.module.mjs +0 -18
  580. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.mjs +0 -33
  581. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.mjs +0 -21
  582. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.mjs +0 -27
  583. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.mjs +0 -21
  584. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-interval/capability-interval.component.mjs +0 -81
  585. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-interval/capability-interval.module.mjs +0 -18
  586. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.mjs +0 -31
  587. package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.mjs +0 -20
  588. package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/consts/capability-classification.const.mjs +0 -57
  589. package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability-classification.interface.mjs +0 -2
  590. package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.mjs +0 -2
  591. package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability-item.interface.mjs +0 -2
  592. package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability.interface.mjs +0 -2
  593. package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/index.mjs +0 -4
  594. package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/services/capability-classification.service.mjs +0 -14
  595. package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/services/reusable-interval-bar.service.mjs +0 -32
  596. package/esm2020/src/lib/components/group-report/lib/components/dropdown/public-api.mjs +0 -6
  597. package/esm2020/src/lib/components/group-report/lib/components/dropdown/src/dropdown.component.mjs +0 -192
  598. package/esm2020/src/lib/components/group-report/lib/components/dropdown/src/dropdown.module.mjs +0 -75
  599. package/esm2020/src/lib/components/group-report/lib/components/filters/src/filters.component.mjs +0 -34
  600. package/esm2020/src/lib/components/group-report/lib/components/filters/src/filters.module.mjs +0 -38
  601. package/esm2020/src/lib/components/group-report/lib/components/tag/public-api.mjs +0 -6
  602. package/esm2020/src/lib/components/group-report/lib/components/tag/src/tag.component.mjs +0 -14
  603. package/esm2020/src/lib/components/group-report/lib/core/elements/action-button.mjs +0 -2
  604. package/esm2020/src/lib/components/group-report/lib/core/elements/dropdown.mjs +0 -8
  605. package/esm2020/src/lib/components/group-report/lib/core/elements/element-base.mjs +0 -37
  606. package/esm2020/src/lib/components/group-report/lib/core/elements/element-search.mjs +0 -2
  607. package/esm2020/src/lib/components/group-report/lib/core/interfaces/classification.interface.mjs +0 -2
  608. package/esm2020/src/lib/components/group-report/lib/core/interfaces/element-group.interface.mjs +0 -2
  609. package/esm2020/src/lib/components/group-report/lib/core/interfaces/element-option.interface.mjs +0 -2
  610. package/esm2020/src/lib/components/group-report/lib/core/interfaces/table-column.interface.mjs +0 -2
  611. package/esm2020/src/lib/components/icon/public-api.mjs +0 -6
  612. package/esm2020/src/lib/components/icon/src/icon.component.mjs +0 -26
  613. package/esm2020/src/lib/components/icon/src/icon.module.mjs +0 -19
  614. package/esm2020/src/lib/components/input/public-api.mjs +0 -6
  615. package/esm2020/src/lib/components/input/src/input.component.mjs +0 -39
  616. package/esm2020/src/lib/components/input/src/input.module.mjs +0 -60
  617. package/esm2020/src/lib/components/menu/public-api.mjs +0 -6
  618. package/esm2020/src/lib/components/menu/src/menu.component.mjs +0 -34
  619. package/esm2020/src/lib/components/menu/src/menu.module.mjs +0 -36
  620. package/esm2020/src/lib/components/nav-list/lib/core/interfaces/element-option.interface.mjs +0 -2
  621. package/esm2020/src/lib/components/radio-button/lib/core/elements/action-button.mjs +0 -2
  622. package/esm2020/src/lib/components/radio-button/lib/core/elements/element-base.mjs +0 -37
  623. package/esm2020/src/lib/components/radio-button/lib/core/elements/element-search.mjs +0 -2
  624. package/esm2020/src/lib/components/radio-button/lib/core/elements/errors.mjs +0 -2
  625. package/esm2020/src/lib/components/radio-button/lib/core/interfaces/element-group.interface.mjs +0 -2
  626. package/esm2020/src/lib/components/radio-button/lib/core/interfaces/element-option.interface.mjs +0 -2
  627. package/esm2020/src/lib/components/report-item/public-api.mjs +0 -6
  628. package/esm2020/src/lib/components/report-item/src/report-item.component.mjs +0 -32
  629. package/esm2020/src/lib/components/scale/lib/components/capability/public-api.mjs +0 -26
  630. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative/capability-comparative.component.mjs +0 -17
  631. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative/capability-comparative.module.mjs +0 -32
  632. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.mjs +0 -24
  633. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.mjs +0 -19
  634. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.mjs +0 -20
  635. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.mjs +0 -19
  636. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.mjs +0 -19
  637. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.mjs +0 -19
  638. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-detail/capability-detail.component.mjs +0 -73
  639. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-detail/capability-detail.module.mjs +0 -64
  640. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-dot/capability-dot.component.mjs +0 -31
  641. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-dot/capability-dot.module.mjs +0 -22
  642. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-expand/capability-expand.component.mjs +0 -27
  643. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-expand/capability-expand.module.mjs +0 -22
  644. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator/capability-indicator.component.mjs +0 -14
  645. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator/capability-indicator.module.mjs +0 -18
  646. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.mjs +0 -33
  647. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.mjs +0 -21
  648. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.mjs +0 -27
  649. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.mjs +0 -21
  650. package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/consts/capability-classification.const.mjs +0 -57
  651. package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-classification.interface.mjs +0 -2
  652. package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.mjs +0 -2
  653. package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/index.mjs +0 -4
  654. package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/services/capability-classification.service.mjs +0 -14
  655. package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/services/reusable-interval-bar.service.mjs +0 -32
  656. package/esm2020/src/lib/components/scale/lib/components/dropdown/public-api.mjs +0 -6
  657. package/esm2020/src/lib/components/scale/lib/components/dropdown/src/dropdown.component.mjs +0 -192
  658. package/esm2020/src/lib/components/scale/lib/components/dropdown/src/dropdown.module.mjs +0 -75
  659. package/esm2020/src/lib/components/scale/lib/components/tag/public-api.mjs +0 -6
  660. package/esm2020/src/lib/components/scale/lib/components/tag/src/tag.component.mjs +0 -14
  661. package/esm2020/src/lib/components/scale/lib/components/tag/src/tag.module.mjs +0 -24
  662. package/esm2020/src/lib/components/scale/lib/components/tooltip/src/tooltip.component.mjs +0 -21
  663. package/esm2020/src/lib/components/scale/lib/components/tooltip/src/tooltip.directive.mjs +0 -140
  664. package/esm2020/src/lib/components/scale/lib/components/tooltip/src/tooltip.enums.mjs +0 -16
  665. package/esm2020/src/lib/components/scale/lib/components/tooltip/src/tooltip.module.mjs +0 -19
  666. package/esm2020/src/lib/components/scale/lib/core/elements/action-button.mjs +0 -2
  667. package/esm2020/src/lib/components/scale/lib/core/elements/dropdown.mjs +0 -8
  668. package/esm2020/src/lib/components/scale/lib/core/elements/element-base.mjs +0 -37
  669. package/esm2020/src/lib/components/scale/lib/core/elements/element-search.mjs +0 -2
  670. package/esm2020/src/lib/components/scale/lib/core/elements/errors.mjs +0 -2
  671. package/esm2020/src/lib/components/scale/lib/core/interfaces/classification.interface.mjs +0 -2
  672. package/esm2020/src/lib/components/scale/lib/core/interfaces/element-group.interface.mjs +0 -2
  673. package/esm2020/src/lib/components/scale/lib/core/interfaces/element-option.interface.mjs +0 -2
  674. package/esm2020/src/lib/components/scale-parameterization/filters.mjs +0 -7
  675. package/esm2020/src/lib/components/scale-parameterization/lib/components/button/public-api.mjs +0 -6
  676. package/esm2020/src/lib/components/scale-parameterization/lib/components/button/src/button.component.mjs +0 -23
  677. package/esm2020/src/lib/components/scale-parameterization/lib/components/button/src/button.module.mjs +0 -19
  678. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/public-api.mjs +0 -26
  679. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative/capability-comparative.component.mjs +0 -17
  680. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative/capability-comparative.module.mjs +0 -32
  681. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.mjs +0 -24
  682. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.mjs +0 -19
  683. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.mjs +0 -20
  684. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.mjs +0 -19
  685. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.mjs +0 -19
  686. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.mjs +0 -19
  687. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-detail/capability-detail.component.mjs +0 -73
  688. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-detail/capability-detail.module.mjs +0 -64
  689. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-dot/capability-dot.component.mjs +0 -31
  690. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-dot/capability-dot.module.mjs +0 -22
  691. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-expand/capability-expand.component.mjs +0 -27
  692. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-expand/capability-expand.module.mjs +0 -22
  693. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator/capability-indicator.component.mjs +0 -14
  694. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator/capability-indicator.module.mjs +0 -18
  695. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.mjs +0 -33
  696. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.mjs +0 -21
  697. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.mjs +0 -27
  698. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.mjs +0 -21
  699. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval/capability-interval.component.mjs +0 -81
  700. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval/capability-interval.module.mjs +0 -18
  701. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.mjs +0 -31
  702. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.mjs +0 -20
  703. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/consts/capability-classification.const.mjs +0 -57
  704. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability-classification.interface.mjs +0 -2
  705. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.mjs +0 -2
  706. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability-item.interface.mjs +0 -2
  707. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability.interface.mjs +0 -2
  708. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/index.mjs +0 -4
  709. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/services/capability-classification.service.mjs +0 -14
  710. package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/services/reusable-interval-bar.service.mjs +0 -32
  711. package/esm2020/src/lib/components/scale-parameterization/lib/components/dropdown/public-api.mjs +0 -6
  712. package/esm2020/src/lib/components/scale-parameterization/lib/components/dropdown/src/dropdown.component.mjs +0 -192
  713. package/esm2020/src/lib/components/scale-parameterization/lib/components/dropdown/src/dropdown.module.mjs +0 -75
  714. package/esm2020/src/lib/components/scale-parameterization/lib/components/filters/public-api.mjs +0 -6
  715. package/esm2020/src/lib/components/scale-parameterization/lib/components/filters/src/filters.component.mjs +0 -34
  716. package/esm2020/src/lib/components/scale-parameterization/lib/components/filters/src/filters.module.mjs +0 -38
  717. package/esm2020/src/lib/components/scale-parameterization/lib/components/icon/public-api.mjs +0 -6
  718. package/esm2020/src/lib/components/scale-parameterization/lib/components/icon/src/icon.component.mjs +0 -26
  719. package/esm2020/src/lib/components/scale-parameterization/lib/components/icon/src/icon.module.mjs +0 -19
  720. package/esm2020/src/lib/components/scale-parameterization/lib/components/tag/public-api.mjs +0 -6
  721. package/esm2020/src/lib/components/scale-parameterization/lib/components/tag/src/tag.module.mjs +0 -24
  722. package/esm2020/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.component.mjs +0 -21
  723. package/esm2020/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.directive.mjs +0 -140
  724. package/esm2020/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.enums.mjs +0 -16
  725. package/esm2020/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.module.mjs +0 -19
  726. package/esm2020/src/lib/components/scale-parameterization/lib/core/elements/action-button.mjs +0 -2
  727. package/esm2020/src/lib/components/scale-parameterization/lib/core/elements/dropdown.mjs +0 -8
  728. package/esm2020/src/lib/components/scale-parameterization/lib/core/elements/element-base.mjs +0 -37
  729. package/esm2020/src/lib/components/scale-parameterization/lib/core/elements/element-search.mjs +0 -2
  730. package/esm2020/src/lib/components/scale-parameterization/lib/core/elements/errors.mjs +0 -2
  731. package/esm2020/src/lib/components/scale-parameterization/lib/core/interfaces/classification.interface.mjs +0 -2
  732. package/esm2020/src/lib/components/scale-parameterization/lib/core/interfaces/element-group.interface.mjs +0 -2
  733. package/esm2020/src/lib/components/scale-parameterization/lib/core/interfaces/element-option.interface.mjs +0 -2
  734. package/esm2020/src/lib/components/slide-toggle/lib/core/elements/action-button.mjs +0 -2
  735. package/esm2020/src/lib/components/slide-toggle/lib/core/elements/element-base.mjs +0 -37
  736. package/esm2020/src/lib/components/slide-toggle/lib/core/elements/element-search.mjs +0 -2
  737. package/esm2020/src/lib/components/slide-toggle/lib/core/elements/errors.mjs +0 -2
  738. package/esm2020/src/lib/components/slide-toggle/lib/core/interfaces/element-group.interface.mjs +0 -2
  739. package/esm2020/src/lib/components/slide-toggle/lib/core/interfaces/element-option.interface.mjs +0 -2
  740. package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/src/safe-html.pipe.mjs +0 -20
  741. package/esm2020/src/lib/components/table/lib/components/svg-icon/src/safe-html.pipe.mjs +0 -20
  742. package/esm2020/src/lib/components/table/lib/components/svg-icon/src/svg-icon.component.mjs +0 -48
  743. package/esm2020/src/lib/components/table/lib/components/svg-icon/src/svg-icon.module.mjs +0 -19
  744. package/esm2020/src/lib/components/tag/public-api.mjs +0 -6
  745. package/esm2020/src/lib/components/tag/src/tag.component.mjs +0 -14
  746. package/esm2020/src/lib/components/tag/src/tag.module.mjs +0 -24
  747. package/esm2020/src/lib/components/textarea/lib/core/elements/action-button.mjs +0 -2
  748. package/esm2020/src/lib/components/textarea/lib/core/elements/element-base.mjs +0 -37
  749. package/esm2020/src/lib/components/textarea/lib/core/elements/element-search.mjs +0 -2
  750. package/esm2020/src/lib/components/textarea/lib/core/elements/textarea.mjs +0 -8
  751. package/esm2020/src/lib/components/textarea/lib/core/interfaces/element-group.interface.mjs +0 -2
  752. package/esm2020/src/lib/components/textarea/lib/core/interfaces/element-option.interface.mjs +0 -2
  753. package/esm2020/src/lib/components/tooltip/public-api.mjs +0 -7
  754. package/esm2020/src/lib/components/tooltip/src/tooltip.component.mjs +0 -21
  755. package/esm2020/src/lib/components/tooltip/src/tooltip.directive.mjs +0 -140
  756. package/esm2020/src/lib/components/tooltip/src/tooltip.enums.mjs +0 -16
  757. package/esm2020/src/lib/components/tooltip/src/tooltip.module.mjs +0 -19
  758. package/esm2020/src/lib/components/warning/public-api.mjs +0 -6
  759. package/esm2020/src/lib/components/warning/src/warning.component.mjs +0 -37
  760. package/mapa-library-ui-0.77.5.tgz +0 -0
  761. package/src/lib/components/button-icon/lib/core/interfaces/button-icon.interface.d.ts +0 -6
  762. package/src/lib/components/chart/lib/components/button/public-api.d.ts +0 -2
  763. package/src/lib/components/chart/lib/components/button/src/button.component.d.ts +0 -10
  764. package/src/lib/components/chart/lib/components/button/src/button.module.d.ts +0 -9
  765. package/src/lib/components/chart/lib/components/dropdown/public-api.d.ts +0 -2
  766. package/src/lib/components/chart/lib/components/dropdown/src/dropdown.component.d.ts +0 -45
  767. package/src/lib/components/chart/lib/components/dropdown/src/dropdown.module.d.ts +0 -16
  768. package/src/lib/components/chart/lib/core/elements/dropdown.d.ts +0 -4
  769. package/src/lib/components/chart/lib/core/interfaces/chart-options.interface.d.ts +0 -19
  770. package/src/lib/components/dialog/lib/core/interfaces/dialog-data.interface.d.ts +0 -11
  771. package/src/lib/components/dropdown/lib/components/button/public-api.d.ts +0 -2
  772. package/src/lib/components/dropdown/lib/components/button/src/button.component.d.ts +0 -10
  773. package/src/lib/components/dropdown/lib/components/button/src/button.module.d.ts +0 -9
  774. package/src/lib/components/dropdown/lib/components/dropdown-tree/public-api.d.ts +0 -2
  775. package/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.component.d.ts +0 -37
  776. package/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.module.d.ts +0 -12
  777. package/src/lib/components/dropdown/lib/core/elements/dropdown-tree.d.ts +0 -4
  778. package/src/lib/components/dropdown/lib/core/elements/index.d.ts +0 -9
  779. package/src/lib/components/dropdown/lib/core/elements/input-text.d.ts +0 -4
  780. package/src/lib/components/dropdown/lib/core/elements/radio-button.d.ts +0 -4
  781. package/src/lib/components/dropdown/lib/core/elements/slide-toggle.d.ts +0 -4
  782. package/src/lib/components/dropdown/lib/core/elements/textarea.d.ts +0 -4
  783. package/src/lib/components/dropdown/lib/core/interfaces/button-icon.interface.d.ts +0 -6
  784. package/src/lib/components/dropdown/lib/core/interfaces/chart-options.interface.d.ts +0 -19
  785. package/src/lib/components/dropdown/lib/core/interfaces/classification.interface.d.ts +0 -6
  786. package/src/lib/components/dropdown/lib/core/interfaces/dialog-data.interface.d.ts +0 -11
  787. package/src/lib/components/dropdown/lib/core/interfaces/index.d.ts +0 -6
  788. package/src/lib/components/dropdown/lib/core/interfaces/table-column.interface.d.ts +0 -19
  789. package/src/lib/components/dropdown/lib/core/interfaces/table-row-click-event.interface.d.ts +0 -4
  790. package/src/lib/components/dropdown-tree/lib/components/button/public-api.d.ts +0 -2
  791. package/src/lib/components/dropdown-tree/lib/components/button/src/button.component.d.ts +0 -10
  792. package/src/lib/components/dropdown-tree/lib/components/button/src/button.module.d.ts +0 -9
  793. package/src/lib/components/dropdown-tree/lib/components/dropdown/public-api.d.ts +0 -2
  794. package/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.component.d.ts +0 -45
  795. package/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.module.d.ts +0 -16
  796. package/src/lib/components/dropdown-tree/lib/core/elements/index.d.ts +0 -9
  797. package/src/lib/components/dropdown-tree/lib/core/elements/radio-button.d.ts +0 -4
  798. package/src/lib/components/dropdown-tree/lib/core/elements/slide-toggle.d.ts +0 -4
  799. package/src/lib/components/dropdown-tree/lib/core/elements/textarea.d.ts +0 -4
  800. package/src/lib/components/dropdown-tree/lib/core/interfaces/button-icon.interface.d.ts +0 -6
  801. package/src/lib/components/dropdown-tree/lib/core/interfaces/chart-options.interface.d.ts +0 -19
  802. package/src/lib/components/dropdown-tree/lib/core/interfaces/dialog-data.interface.d.ts +0 -11
  803. package/src/lib/components/dropdown-tree/lib/core/interfaces/index.d.ts +0 -6
  804. package/src/lib/components/dropdown-tree/lib/core/interfaces/table-row-click-event.interface.d.ts +0 -4
  805. package/src/lib/components/form/lib/core/elements/dropdown-tree.d.ts +0 -4
  806. package/src/lib/components/form/lib/core/elements/dropdown.d.ts +0 -4
  807. package/src/lib/components/form/lib/core/elements/index.d.ts +0 -9
  808. package/src/lib/components/form/lib/core/elements/radio-button.d.ts +0 -4
  809. package/src/lib/components/form/lib/core/elements/slide-toggle.d.ts +0 -4
  810. package/src/lib/components/form/lib/core/elements/textarea.d.ts +0 -4
  811. package/src/lib/components/form/lib/core/interfaces/button-icon.interface.d.ts +0 -6
  812. package/src/lib/components/form/lib/core/interfaces/chart-options.interface.d.ts +0 -19
  813. package/src/lib/components/form/lib/core/interfaces/classification.interface.d.ts +0 -6
  814. package/src/lib/components/form/lib/core/interfaces/dialog-data.interface.d.ts +0 -11
  815. package/src/lib/components/form/lib/core/interfaces/index.d.ts +0 -6
  816. package/src/lib/components/form/lib/core/interfaces/table-column.interface.d.ts +0 -19
  817. package/src/lib/components/form/lib/core/interfaces/table-row-click-event.interface.d.ts +0 -4
  818. package/src/lib/components/group-report/filters.d.ts +0 -3
  819. package/src/lib/components/group-report/lib/components/button/public-api.d.ts +0 -2
  820. package/src/lib/components/group-report/lib/components/button/src/button.component.d.ts +0 -10
  821. package/src/lib/components/group-report/lib/components/button/src/button.module.d.ts +0 -9
  822. package/src/lib/components/group-report/lib/components/capability/public-api.d.ts +0 -22
  823. package/src/lib/components/group-report/lib/components/capability/src/capability-comparative/capability-comparative.component.d.ts +0 -10
  824. package/src/lib/components/group-report/lib/components/capability/src/capability-comparative/capability-comparative.module.d.ts +0 -11
  825. package/src/lib/components/group-report/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.d.ts +0 -9
  826. package/src/lib/components/group-report/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.d.ts +0 -9
  827. package/src/lib/components/group-report/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.d.ts +0 -9
  828. package/src/lib/components/group-report/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.d.ts +0 -9
  829. package/src/lib/components/group-report/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.d.ts +0 -9
  830. package/src/lib/components/group-report/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.d.ts +0 -9
  831. package/src/lib/components/group-report/lib/components/capability/src/capability-detail/capability-detail.component.d.ts +0 -29
  832. package/src/lib/components/group-report/lib/components/capability/src/capability-detail/capability-detail.module.d.ts +0 -17
  833. package/src/lib/components/group-report/lib/components/capability/src/capability-dot/capability-dot.component.d.ts +0 -17
  834. package/src/lib/components/group-report/lib/components/capability/src/capability-dot/capability-dot.module.d.ts +0 -10
  835. package/src/lib/components/group-report/lib/components/capability/src/capability-expand/capability-expand.component.d.ts +0 -16
  836. package/src/lib/components/group-report/lib/components/capability/src/capability-expand/capability-expand.module.d.ts +0 -10
  837. package/src/lib/components/group-report/lib/components/capability/src/capability-indicator/capability-indicator.component.d.ts +0 -7
  838. package/src/lib/components/group-report/lib/components/capability/src/capability-indicator/capability-indicator.module.d.ts +0 -8
  839. package/src/lib/components/group-report/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.d.ts +0 -12
  840. package/src/lib/components/group-report/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.d.ts +0 -9
  841. package/src/lib/components/group-report/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.d.ts +0 -14
  842. package/src/lib/components/group-report/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.d.ts +0 -9
  843. package/src/lib/components/group-report/lib/components/capability/src/capability-interval/capability-interval.component.d.ts +0 -29
  844. package/src/lib/components/group-report/lib/components/capability/src/capability-interval/capability-interval.module.d.ts +0 -8
  845. package/src/lib/components/group-report/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.d.ts +0 -16
  846. package/src/lib/components/group-report/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.d.ts +0 -10
  847. package/src/lib/components/group-report/lib/components/capability/src/essentials/consts/capability-classification.const.d.ts +0 -2
  848. package/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability-classification.interface.d.ts +0 -6
  849. package/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.d.ts +0 -10
  850. package/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability-item.interface.d.ts +0 -20
  851. package/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability.interface.d.ts +0 -8
  852. package/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/index.d.ts +0 -3
  853. package/src/lib/components/group-report/lib/components/capability/src/essentials/services/capability-classification.service.d.ts +0 -8
  854. package/src/lib/components/group-report/lib/components/capability/src/essentials/services/reusable-interval-bar.service.d.ts +0 -15
  855. package/src/lib/components/group-report/lib/components/dropdown/public-api.d.ts +0 -2
  856. package/src/lib/components/group-report/lib/components/dropdown/src/dropdown.component.d.ts +0 -45
  857. package/src/lib/components/group-report/lib/components/dropdown/src/dropdown.module.d.ts +0 -16
  858. package/src/lib/components/group-report/lib/components/filters/public-api.d.ts +0 -2
  859. package/src/lib/components/group-report/lib/components/filters/src/filters.component.d.ts +0 -14
  860. package/src/lib/components/group-report/lib/components/filters/src/filters.module.d.ts +0 -12
  861. package/src/lib/components/group-report/lib/components/tag/public-api.d.ts +0 -2
  862. package/src/lib/components/group-report/lib/core/elements/action-button.d.ts +0 -5
  863. package/src/lib/components/group-report/lib/core/elements/dropdown.d.ts +0 -4
  864. package/src/lib/components/group-report/lib/core/elements/element-base.d.ts +0 -75
  865. package/src/lib/components/group-report/lib/core/elements/element-search.d.ts +0 -7
  866. package/src/lib/components/group-report/lib/core/elements/errors.d.ts +0 -12
  867. package/src/lib/components/group-report/lib/core/interfaces/classification.interface.d.ts +0 -6
  868. package/src/lib/components/group-report/lib/core/interfaces/element-group.interface.d.ts +0 -5
  869. package/src/lib/components/group-report/lib/core/interfaces/element-option.interface.d.ts +0 -6
  870. package/src/lib/components/group-report/lib/core/interfaces/table-column.interface.d.ts +0 -19
  871. package/src/lib/components/icon/public-api.d.ts +0 -2
  872. package/src/lib/components/icon/src/icon.component.d.ts +0 -13
  873. package/src/lib/components/icon/src/icon.module.d.ts +0 -9
  874. package/src/lib/components/nav-list/lib/core/interfaces/element-option.interface.d.ts +0 -6
  875. package/src/lib/components/radio-button/lib/core/elements/action-button.d.ts +0 -5
  876. package/src/lib/components/radio-button/lib/core/elements/element-base.d.ts +0 -75
  877. package/src/lib/components/radio-button/lib/core/elements/element-search.d.ts +0 -7
  878. package/src/lib/components/radio-button/lib/core/elements/errors.d.ts +0 -12
  879. package/src/lib/components/radio-button/lib/core/interfaces/element-group.interface.d.ts +0 -5
  880. package/src/lib/components/radio-button/lib/core/interfaces/element-option.interface.d.ts +0 -6
  881. package/src/lib/components/report-item/src/report-item.component.d.ts +0 -18
  882. package/src/lib/components/scale/lib/components/capability/public-api.d.ts +0 -22
  883. package/src/lib/components/scale/lib/components/capability/src/capability-comparative/capability-comparative.component.d.ts +0 -10
  884. package/src/lib/components/scale/lib/components/capability/src/capability-comparative/capability-comparative.module.d.ts +0 -11
  885. package/src/lib/components/scale/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.d.ts +0 -9
  886. package/src/lib/components/scale/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.d.ts +0 -9
  887. package/src/lib/components/scale/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.d.ts +0 -9
  888. package/src/lib/components/scale/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.d.ts +0 -9
  889. package/src/lib/components/scale/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.d.ts +0 -9
  890. package/src/lib/components/scale/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.d.ts +0 -9
  891. package/src/lib/components/scale/lib/components/capability/src/capability-detail/capability-detail.component.d.ts +0 -29
  892. package/src/lib/components/scale/lib/components/capability/src/capability-detail/capability-detail.module.d.ts +0 -17
  893. package/src/lib/components/scale/lib/components/capability/src/capability-dot/capability-dot.component.d.ts +0 -17
  894. package/src/lib/components/scale/lib/components/capability/src/capability-dot/capability-dot.module.d.ts +0 -10
  895. package/src/lib/components/scale/lib/components/capability/src/capability-expand/capability-expand.component.d.ts +0 -16
  896. package/src/lib/components/scale/lib/components/capability/src/capability-expand/capability-expand.module.d.ts +0 -10
  897. package/src/lib/components/scale/lib/components/capability/src/capability-indicator/capability-indicator.component.d.ts +0 -7
  898. package/src/lib/components/scale/lib/components/capability/src/capability-indicator/capability-indicator.module.d.ts +0 -8
  899. package/src/lib/components/scale/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.d.ts +0 -12
  900. package/src/lib/components/scale/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.d.ts +0 -9
  901. package/src/lib/components/scale/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.d.ts +0 -14
  902. package/src/lib/components/scale/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.d.ts +0 -9
  903. package/src/lib/components/scale/lib/components/capability/src/essentials/consts/capability-classification.const.d.ts +0 -2
  904. package/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-classification.interface.d.ts +0 -6
  905. package/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.d.ts +0 -10
  906. package/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/index.d.ts +0 -3
  907. package/src/lib/components/scale/lib/components/capability/src/essentials/services/capability-classification.service.d.ts +0 -8
  908. package/src/lib/components/scale/lib/components/capability/src/essentials/services/reusable-interval-bar.service.d.ts +0 -15
  909. package/src/lib/components/scale/lib/components/dropdown/public-api.d.ts +0 -2
  910. package/src/lib/components/scale/lib/components/dropdown/src/dropdown.component.d.ts +0 -45
  911. package/src/lib/components/scale/lib/components/dropdown/src/dropdown.module.d.ts +0 -16
  912. package/src/lib/components/scale/lib/components/tag/public-api.d.ts +0 -2
  913. package/src/lib/components/scale/lib/components/tag/src/tag.component.d.ts +0 -12
  914. package/src/lib/components/scale/lib/components/tag/src/tag.module.d.ts +0 -8
  915. package/src/lib/components/scale/lib/components/tooltip/src/tooltip.component.d.ts +0 -15
  916. package/src/lib/components/scale/lib/components/tooltip/src/tooltip.directive.d.ts +0 -32
  917. package/src/lib/components/scale/lib/components/tooltip/src/tooltip.enums.d.ts +0 -13
  918. package/src/lib/components/scale/lib/components/tooltip/src/tooltip.module.d.ts +0 -9
  919. package/src/lib/components/scale/lib/core/elements/action-button.d.ts +0 -5
  920. package/src/lib/components/scale/lib/core/elements/dropdown.d.ts +0 -4
  921. package/src/lib/components/scale/lib/core/elements/element-base.d.ts +0 -75
  922. package/src/lib/components/scale/lib/core/elements/element-search.d.ts +0 -7
  923. package/src/lib/components/scale/lib/core/elements/errors.d.ts +0 -12
  924. package/src/lib/components/scale/lib/core/interfaces/classification.interface.d.ts +0 -6
  925. package/src/lib/components/scale/lib/core/interfaces/element-group.interface.d.ts +0 -5
  926. package/src/lib/components/scale/lib/core/interfaces/element-option.interface.d.ts +0 -6
  927. package/src/lib/components/scale-parameterization/filters.d.ts +0 -3
  928. package/src/lib/components/scale-parameterization/lib/components/button/public-api.d.ts +0 -2
  929. package/src/lib/components/scale-parameterization/lib/components/button/src/button.component.d.ts +0 -10
  930. package/src/lib/components/scale-parameterization/lib/components/button/src/button.module.d.ts +0 -9
  931. package/src/lib/components/scale-parameterization/lib/components/capability/public-api.d.ts +0 -22
  932. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative/capability-comparative.component.d.ts +0 -10
  933. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative/capability-comparative.module.d.ts +0 -11
  934. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.d.ts +0 -9
  935. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.d.ts +0 -9
  936. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.d.ts +0 -9
  937. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.d.ts +0 -9
  938. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.d.ts +0 -9
  939. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.d.ts +0 -9
  940. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-detail/capability-detail.component.d.ts +0 -29
  941. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-detail/capability-detail.module.d.ts +0 -17
  942. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-dot/capability-dot.component.d.ts +0 -17
  943. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-dot/capability-dot.module.d.ts +0 -10
  944. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-expand/capability-expand.component.d.ts +0 -16
  945. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-expand/capability-expand.module.d.ts +0 -10
  946. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator/capability-indicator.component.d.ts +0 -7
  947. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator/capability-indicator.module.d.ts +0 -8
  948. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.d.ts +0 -12
  949. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.d.ts +0 -9
  950. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.d.ts +0 -14
  951. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.d.ts +0 -9
  952. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval/capability-interval.component.d.ts +0 -29
  953. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval/capability-interval.module.d.ts +0 -8
  954. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.d.ts +0 -16
  955. package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.d.ts +0 -10
  956. package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/consts/capability-classification.const.d.ts +0 -2
  957. package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability-classification.interface.d.ts +0 -6
  958. package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.d.ts +0 -10
  959. package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability-item.interface.d.ts +0 -20
  960. package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability.interface.d.ts +0 -8
  961. package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/index.d.ts +0 -3
  962. package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/services/capability-classification.service.d.ts +0 -8
  963. package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/services/reusable-interval-bar.service.d.ts +0 -15
  964. package/src/lib/components/scale-parameterization/lib/components/dropdown/public-api.d.ts +0 -2
  965. package/src/lib/components/scale-parameterization/lib/components/dropdown/src/dropdown.component.d.ts +0 -45
  966. package/src/lib/components/scale-parameterization/lib/components/dropdown/src/dropdown.module.d.ts +0 -16
  967. package/src/lib/components/scale-parameterization/lib/components/filters/public-api.d.ts +0 -2
  968. package/src/lib/components/scale-parameterization/lib/components/filters/src/filters.component.d.ts +0 -14
  969. package/src/lib/components/scale-parameterization/lib/components/filters/src/filters.module.d.ts +0 -12
  970. package/src/lib/components/scale-parameterization/lib/components/icon/public-api.d.ts +0 -2
  971. package/src/lib/components/scale-parameterization/lib/components/icon/src/icon.component.d.ts +0 -13
  972. package/src/lib/components/scale-parameterization/lib/components/icon/src/icon.module.d.ts +0 -9
  973. package/src/lib/components/scale-parameterization/lib/components/tag/public-api.d.ts +0 -2
  974. package/src/lib/components/scale-parameterization/lib/components/tag/src/tag.component.d.ts +0 -12
  975. package/src/lib/components/scale-parameterization/lib/components/tag/src/tag.module.d.ts +0 -8
  976. package/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.component.d.ts +0 -15
  977. package/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.directive.d.ts +0 -32
  978. package/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.enums.d.ts +0 -13
  979. package/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.module.d.ts +0 -9
  980. package/src/lib/components/scale-parameterization/lib/core/elements/action-button.d.ts +0 -5
  981. package/src/lib/components/scale-parameterization/lib/core/elements/dropdown.d.ts +0 -4
  982. package/src/lib/components/scale-parameterization/lib/core/elements/element-base.d.ts +0 -75
  983. package/src/lib/components/scale-parameterization/lib/core/elements/element-search.d.ts +0 -7
  984. package/src/lib/components/scale-parameterization/lib/core/elements/errors.d.ts +0 -12
  985. package/src/lib/components/scale-parameterization/lib/core/interfaces/classification.interface.d.ts +0 -6
  986. package/src/lib/components/scale-parameterization/lib/core/interfaces/element-group.interface.d.ts +0 -5
  987. package/src/lib/components/scale-parameterization/lib/core/interfaces/element-option.interface.d.ts +0 -6
  988. package/src/lib/components/slide-toggle/lib/core/elements/action-button.d.ts +0 -5
  989. package/src/lib/components/slide-toggle/lib/core/elements/element-base.d.ts +0 -75
  990. package/src/lib/components/slide-toggle/lib/core/elements/element-search.d.ts +0 -7
  991. package/src/lib/components/slide-toggle/lib/core/elements/errors.d.ts +0 -12
  992. package/src/lib/components/slide-toggle/lib/core/interfaces/element-group.interface.d.ts +0 -5
  993. package/src/lib/components/slide-toggle/lib/core/interfaces/element-option.interface.d.ts +0 -6
  994. package/src/lib/components/svg-icon/lib/components/svg-icon/src/safe-html.pipe.d.ts +0 -10
  995. package/src/lib/components/table/lib/components/menu/public-api.d.ts +0 -2
  996. package/src/lib/components/table/lib/components/menu/src/menu.component.d.ts +0 -22
  997. package/src/lib/components/table/lib/components/menu/src/menu.module.d.ts +0 -11
  998. package/src/lib/components/table/lib/components/svg-icon/public-api.d.ts +0 -2
  999. package/src/lib/components/table/lib/components/svg-icon/src/safe-html.pipe.d.ts +0 -10
  1000. package/src/lib/components/table/lib/components/svg-icon/src/svg-icon.component.d.ts +0 -14
  1001. package/src/lib/components/table/lib/components/svg-icon/src/svg-icon.module.d.ts +0 -9
  1002. package/src/lib/components/tag/public-api.d.ts +0 -2
  1003. package/src/lib/components/tag/src/tag.component.d.ts +0 -12
  1004. package/src/lib/components/tag/src/tag.module.d.ts +0 -8
  1005. package/src/lib/components/textarea/lib/core/elements/action-button.d.ts +0 -5
  1006. package/src/lib/components/textarea/lib/core/elements/element-base.d.ts +0 -75
  1007. package/src/lib/components/textarea/lib/core/elements/element-search.d.ts +0 -7
  1008. package/src/lib/components/textarea/lib/core/elements/textarea.d.ts +0 -4
  1009. package/src/lib/components/textarea/lib/core/interfaces/element-group.interface.d.ts +0 -5
  1010. package/src/lib/components/textarea/lib/core/interfaces/element-option.interface.d.ts +0 -6
  1011. package/src/lib/components/tooltip/src/tooltip.component.d.ts +0 -15
  1012. package/src/lib/components/tooltip/src/tooltip.directive.d.ts +0 -32
  1013. package/src/lib/components/tooltip/src/tooltip.enums.d.ts +0 -13
  1014. package/src/lib/components/tooltip/src/tooltip.module.d.ts +0 -9
  1015. /package/esm2020/src/lib/components/{chart → button}/lib/components/button/public-api.mjs +0 -0
  1016. /package/esm2020/src/lib/components/{chart → button}/lib/components/button/src/button.module.mjs +0 -0
  1017. /package/esm2020/src/lib/components/{group-report → icon}/lib/components/icon/public-api.mjs +0 -0
  1018. /package/esm2020/src/lib/components/{group-report → icon}/lib/components/icon/src/icon.component.mjs +0 -0
  1019. /package/esm2020/src/lib/components/{group-report → icon}/lib/components/icon/src/icon.module.mjs +0 -0
  1020. /package/esm2020/src/lib/components/{chart → input}/lib/core/elements/action-button.mjs +0 -0
  1021. /package/esm2020/src/lib/components/{chart → input}/lib/core/elements/element-base.mjs +0 -0
  1022. /package/esm2020/src/lib/components/{chart → input}/lib/core/elements/element-search.mjs +0 -0
  1023. /package/esm2020/src/lib/components/{dropdown-tree → input}/lib/core/elements/input-text.mjs +0 -0
  1024. /package/esm2020/src/lib/components/{chart → input}/lib/core/interfaces/element-group.interface.mjs +0 -0
  1025. /package/esm2020/src/lib/components/{chart → input}/lib/core/interfaces/element-option.interface.mjs +0 -0
  1026. /package/esm2020/src/lib/components/{table → menu}/lib/components/menu/public-api.mjs +0 -0
  1027. /package/esm2020/src/lib/components/{table → menu}/lib/components/menu/src/menu.component.mjs +0 -0
  1028. /package/esm2020/src/lib/components/{capability → tag}/lib/components/tag/public-api.mjs +0 -0
  1029. /package/esm2020/src/lib/components/{group-report → tag}/lib/components/tag/src/tag.module.mjs +0 -0
  1030. /package/esm2020/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.component.mjs +0 -0
  1031. /package/esm2020/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.directive.mjs +0 -0
  1032. /package/esm2020/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.enums.mjs +0 -0
  1033. /package/esm2020/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.module.mjs +0 -0
  1034. /package/{src/lib/components/dropdown-tree/lib → lib}/core/interfaces/classification.interface.d.ts +0 -0
  1035. /package/{src/lib/components/dropdown-tree/lib → lib}/core/interfaces/table-column.interface.d.ts +0 -0
  1036. /package/src/lib/components/button/{public-api.d.ts → lib/components/button/public-api.d.ts} +0 -0
  1037. /package/src/lib/components/button/{src → lib/components/button/src}/button.component.d.ts +0 -0
  1038. /package/src/lib/components/button/{src → lib/components/button/src}/button.module.d.ts +0 -0
  1039. /package/src/lib/components/checkbox/{public-api.d.ts → lib/components/checkbox/public-api.d.ts} +0 -0
  1040. /package/src/lib/components/checkbox/{src → lib/components/checkbox/src}/checkbox.component.d.ts +0 -0
  1041. /package/src/lib/components/checkbox/{src → lib/components/checkbox/src}/checkbox.module.d.ts +0 -0
  1042. /package/src/lib/components/datepicker/{public-api.d.ts → lib/components/datepicker/public-api.d.ts} +0 -0
  1043. /package/src/lib/components/datepicker/{src → lib/components/datepicker/src}/datepicker.module.d.ts +0 -0
  1044. /package/src/lib/components/empty/{public-api.d.ts → lib/components/empty/public-api.d.ts} +0 -0
  1045. /package/src/lib/components/empty/{src → lib/components/empty/src}/empty.component.d.ts +0 -0
  1046. /package/src/lib/components/{group-report → icon}/lib/components/icon/public-api.d.ts +0 -0
  1047. /package/src/lib/components/{group-report → icon}/lib/components/icon/src/icon.component.d.ts +0 -0
  1048. /package/src/lib/components/{group-report → icon}/lib/components/icon/src/icon.module.d.ts +0 -0
  1049. /package/src/lib/components/input/{public-api.d.ts → lib/components/input/public-api.d.ts} +0 -0
  1050. /package/src/lib/components/{chart → input}/lib/core/elements/action-button.d.ts +0 -0
  1051. /package/src/lib/components/{chart → input}/lib/core/elements/element-base.d.ts +0 -0
  1052. /package/src/lib/components/{chart → input}/lib/core/elements/element-search.d.ts +0 -0
  1053. /package/src/lib/components/{dropdown-tree → input}/lib/core/elements/input-text.d.ts +0 -0
  1054. /package/src/lib/components/{chart → input}/lib/core/interfaces/element-group.interface.d.ts +0 -0
  1055. /package/src/lib/components/{chart → input}/lib/core/interfaces/element-option.interface.d.ts +0 -0
  1056. /package/src/lib/components/menu/{public-api.d.ts → lib/components/menu/public-api.d.ts} +0 -0
  1057. /package/src/lib/components/menu/{src → lib/components/menu/src}/menu.component.d.ts +0 -0
  1058. /package/src/lib/components/menu/{src → lib/components/menu/src}/menu.module.d.ts +0 -0
  1059. /package/src/lib/components/report-item/{public-api.d.ts → lib/components/report-item/public-api.d.ts} +0 -0
  1060. /package/src/lib/components/report-item/{src → lib/components/report-item/src}/report-item.module.d.ts +0 -0
  1061. /package/src/lib/components/{capability → tag}/lib/components/tag/public-api.d.ts +0 -0
  1062. /package/src/lib/components/{group-report → tag}/lib/components/tag/src/tag.component.d.ts +0 -0
  1063. /package/src/lib/components/{group-report → tag}/lib/components/tag/src/tag.module.d.ts +0 -0
  1064. /package/src/lib/components/tooltip/{public-api.d.ts → lib/components/tooltip/public-api.d.ts} +0 -0
  1065. /package/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.component.d.ts +0 -0
  1066. /package/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.directive.d.ts +0 -0
  1067. /package/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.enums.d.ts +0 -0
  1068. /package/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.module.d.ts +0 -0
  1069. /package/src/lib/components/warning/{public-api.d.ts → lib/components/warning/public-api.d.ts} +0 -0
  1070. /package/src/lib/components/warning/{src → lib/components/warning/src}/warning.module.d.ts +0 -0
@@ -23,10 +23,10 @@ export class MapaCapabilityIndicatorChartComponent {
23
23
  }
24
24
  }
25
25
  MapaCapabilityIndicatorChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityIndicatorChartComponent, deps: [{ token: i1.CapabilityClassificationService }], target: i0.ɵɵFactoryTarget.Component });
26
- MapaCapabilityIndicatorChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaCapabilityIndicatorChartComponent, selector: "mapa-capability-indicator-chart", inputs: { data: "data" }, ngImport: i0, template: "<table class=\"indicator-chart\">\n <tr *ngFor=\"let item of data\">\n <td class=\"indicator-chart__column--description\">{{ item.name }}</td>\n <td class=\"indicator-chart__column indicator-chart__column--left\">\n <div\n class=\"indicator-chart__column--negative\"\n *ngIf=\"item.direction === 'Negativa'\"\n >\n <mapa-capability-indicator\n [item]=\"setUnlabeledItem(item)\"\n [style.width]=\"getWidth(item)\"\n ></mapa-capability-indicator>\n </div>\n </td>\n <td class=\"indicator-chart__column indicator-chart__column--right\">\n <div\n class=\"indicator-chart__column--positive\"\n *ngIf=\"item.direction === 'Positiva'\"\n >\n <mapa-capability-indicator\n [item]=\"setUnlabeledItem(item)\"\n [style.width]=\"getWidth(item)\"\n ></mapa-capability-indicator>\n </div>\n </td>\n </tr>\n</table>\n", styles: [".indicator-chart{width:100%;border-collapse:collapse}.indicator-chart tr:first-child{border-top:unset!important}.indicator-chart tr:last-child{border-bottom:unset!important}.indicator-chart__column{padding:0;font-size:14px!important}.indicator-chart__column--description{padding-right:24px;width:20%!important}.indicator-chart__column--positive{display:flex;border-spacing:0px;padding:8px 0!important}.indicator-chart__column--positive .indicator{border-radius:0 18px 18px 0!important;padding:2px!important;justify-content:flex-end!important}.indicator-chart__column--positive .indicator__classification{margin-right:1px!important}.indicator-chart__column--negative{display:flex;justify-content:flex-end;border-spacing:0px;padding:8px 0!important}.indicator-chart__column--negative .indicator{border-radius:18px 0 0 18px!important;justify-content:flex-start!important;padding:2px!important}.indicator-chart__column--negative .indicator__classification{margin-left:1px!important}.indicator-chart__column--left{width:40%;border-bottom:1px solid #dcdcde}.indicator-chart__column--right{border-bottom:1px solid #dcdcde;border-left:1px solid #dcdcde;width:40%}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#000}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f598a7;color:#000}.classification-7{background-color:#f56580;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;font-style:normal;font-weight:400}.display-S{font-family:Inter,Arial,Helvetica,sans-serif;font-size:20px;font-style:normal;font-weight:400}.display-L{font-family:Inter,Arial,Helvetica,sans-serif;font-size:32px;font-style:normal;font-weight:400}.display-XG{font-family:Inter,Arial,Helvetica,sans-serif;font-size:48px;font-style:normal;font-weight:400}*{transition:opacity .4s ease-out,max-height .4s ease-out}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.MapaCapabilityIndicatorComponent, selector: "mapa-capability-indicator", inputs: ["item"] }], encapsulation: i0.ViewEncapsulation.None });
26
+ MapaCapabilityIndicatorChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaCapabilityIndicatorChartComponent, selector: "mapa-capability-indicator-chart", inputs: { data: "data" }, ngImport: i0, template: "<table class=\"indicator-chart\">\n <tr *ngFor=\"let item of data\">\n <td class=\"indicator-chart__column--description\">{{ item.name }}</td>\n <td class=\"indicator-chart__column indicator-chart__column--left\">\n <div\n class=\"indicator-chart__column--negative\"\n *ngIf=\"item.direction === 'Negativa'\"\n >\n <mapa-capability-indicator\n [item]=\"setUnlabeledItem(item)\"\n [style.width]=\"getWidth(item)\"\n ></mapa-capability-indicator>\n </div>\n </td>\n <td class=\"indicator-chart__column indicator-chart__column--right\">\n <div\n class=\"indicator-chart__column--positive\"\n *ngIf=\"item.direction === 'Positiva'\"\n >\n <mapa-capability-indicator\n [item]=\"setUnlabeledItem(item)\"\n [style.width]=\"getWidth(item)\"\n ></mapa-capability-indicator>\n </div>\n </td>\n </tr>\n</table>\n", styles: [".indicator-chart{width:100%;border-collapse:collapse}.indicator-chart tr:first-child{border-top:unset!important}.indicator-chart tr:last-child{border-bottom:unset!important}.indicator-chart__column{padding:0;font-size:14px!important}.indicator-chart__column--description{padding-right:24px;width:20%!important}.indicator-chart__column--positive{display:flex;border-spacing:0px;padding:8px 0!important}.indicator-chart__column--positive .indicator{border-radius:0 18px 18px 0!important;padding:2px!important;justify-content:flex-end!important}.indicator-chart__column--positive .indicator__classification{margin-right:1px!important}.indicator-chart__column--negative{display:flex;justify-content:flex-end;border-spacing:0px;padding:8px 0!important}.indicator-chart__column--negative .indicator{border-radius:18px 0 0 18px!important;justify-content:flex-start!important;padding:2px!important}.indicator-chart__column--negative .indicator__classification{margin-left:1px!important}.indicator-chart__column--left{width:40%;border-bottom:1px solid #dcdcde}.indicator-chart__column--right{border-bottom:1px solid #dcdcde;border-left:1px solid #dcdcde;width:40%}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#000}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f598a7;color:#000}.classification-7{background-color:#f56580;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:400}.display-S{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:20px;font-style:normal;font-weight:400}.display-L{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:32px;font-style:normal;font-weight:400}.display-XG{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:48px;font-style:normal;font-weight:400}*{transition:opacity .4s ease-out,max-height .4s ease-out}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.MapaCapabilityIndicatorComponent, selector: "mapa-capability-indicator", inputs: ["item"] }], encapsulation: i0.ViewEncapsulation.None });
27
27
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityIndicatorChartComponent, decorators: [{
28
28
  type: Component,
29
- args: [{ selector: "mapa-capability-indicator-chart", encapsulation: ViewEncapsulation.None, template: "<table class=\"indicator-chart\">\n <tr *ngFor=\"let item of data\">\n <td class=\"indicator-chart__column--description\">{{ item.name }}</td>\n <td class=\"indicator-chart__column indicator-chart__column--left\">\n <div\n class=\"indicator-chart__column--negative\"\n *ngIf=\"item.direction === 'Negativa'\"\n >\n <mapa-capability-indicator\n [item]=\"setUnlabeledItem(item)\"\n [style.width]=\"getWidth(item)\"\n ></mapa-capability-indicator>\n </div>\n </td>\n <td class=\"indicator-chart__column indicator-chart__column--right\">\n <div\n class=\"indicator-chart__column--positive\"\n *ngIf=\"item.direction === 'Positiva'\"\n >\n <mapa-capability-indicator\n [item]=\"setUnlabeledItem(item)\"\n [style.width]=\"getWidth(item)\"\n ></mapa-capability-indicator>\n </div>\n </td>\n </tr>\n</table>\n", styles: [".indicator-chart{width:100%;border-collapse:collapse}.indicator-chart tr:first-child{border-top:unset!important}.indicator-chart tr:last-child{border-bottom:unset!important}.indicator-chart__column{padding:0;font-size:14px!important}.indicator-chart__column--description{padding-right:24px;width:20%!important}.indicator-chart__column--positive{display:flex;border-spacing:0px;padding:8px 0!important}.indicator-chart__column--positive .indicator{border-radius:0 18px 18px 0!important;padding:2px!important;justify-content:flex-end!important}.indicator-chart__column--positive .indicator__classification{margin-right:1px!important}.indicator-chart__column--negative{display:flex;justify-content:flex-end;border-spacing:0px;padding:8px 0!important}.indicator-chart__column--negative .indicator{border-radius:18px 0 0 18px!important;justify-content:flex-start!important;padding:2px!important}.indicator-chart__column--negative .indicator__classification{margin-left:1px!important}.indicator-chart__column--left{width:40%;border-bottom:1px solid #dcdcde}.indicator-chart__column--right{border-bottom:1px solid #dcdcde;border-left:1px solid #dcdcde;width:40%}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#000}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f598a7;color:#000}.classification-7{background-color:#f56580;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;font-style:normal;font-weight:400}.display-S{font-family:Inter,Arial,Helvetica,sans-serif;font-size:20px;font-style:normal;font-weight:400}.display-L{font-family:Inter,Arial,Helvetica,sans-serif;font-size:32px;font-style:normal;font-weight:400}.display-XG{font-family:Inter,Arial,Helvetica,sans-serif;font-size:48px;font-style:normal;font-weight:400}*{transition:opacity .4s ease-out,max-height .4s ease-out}\n"] }]
29
+ args: [{ selector: "mapa-capability-indicator-chart", encapsulation: ViewEncapsulation.None, template: "<table class=\"indicator-chart\">\n <tr *ngFor=\"let item of data\">\n <td class=\"indicator-chart__column--description\">{{ item.name }}</td>\n <td class=\"indicator-chart__column indicator-chart__column--left\">\n <div\n class=\"indicator-chart__column--negative\"\n *ngIf=\"item.direction === 'Negativa'\"\n >\n <mapa-capability-indicator\n [item]=\"setUnlabeledItem(item)\"\n [style.width]=\"getWidth(item)\"\n ></mapa-capability-indicator>\n </div>\n </td>\n <td class=\"indicator-chart__column indicator-chart__column--right\">\n <div\n class=\"indicator-chart__column--positive\"\n *ngIf=\"item.direction === 'Positiva'\"\n >\n <mapa-capability-indicator\n [item]=\"setUnlabeledItem(item)\"\n [style.width]=\"getWidth(item)\"\n ></mapa-capability-indicator>\n </div>\n </td>\n </tr>\n</table>\n", styles: [".indicator-chart{width:100%;border-collapse:collapse}.indicator-chart tr:first-child{border-top:unset!important}.indicator-chart tr:last-child{border-bottom:unset!important}.indicator-chart__column{padding:0;font-size:14px!important}.indicator-chart__column--description{padding-right:24px;width:20%!important}.indicator-chart__column--positive{display:flex;border-spacing:0px;padding:8px 0!important}.indicator-chart__column--positive .indicator{border-radius:0 18px 18px 0!important;padding:2px!important;justify-content:flex-end!important}.indicator-chart__column--positive .indicator__classification{margin-right:1px!important}.indicator-chart__column--negative{display:flex;justify-content:flex-end;border-spacing:0px;padding:8px 0!important}.indicator-chart__column--negative .indicator{border-radius:18px 0 0 18px!important;justify-content:flex-start!important;padding:2px!important}.indicator-chart__column--negative .indicator__classification{margin-left:1px!important}.indicator-chart__column--left{width:40%;border-bottom:1px solid #dcdcde}.indicator-chart__column--right{border-bottom:1px solid #dcdcde;border-left:1px solid #dcdcde;width:40%}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#000}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f598a7;color:#000}.classification-7{background-color:#f56580;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:400}.display-S{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:20px;font-style:normal;font-weight:400}.display-L{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:32px;font-style:normal;font-weight:400}.display-XG{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:48px;font-style:normal;font-weight:400}*{transition:opacity .4s ease-out,max-height .4s ease-out}\n"] }]
30
30
  }], ctorParameters: function () { return [{ type: i1.CapabilityClassificationService }]; }, propDecorators: { data: [{
31
31
  type: Input
32
32
  }] } });
@@ -1,27 +1,63 @@
1
1
  import { Component, Input } from "@angular/core";
2
+ import { Subject } from "rxjs";
3
+ import { takeUntil } from "rxjs/operators";
2
4
  import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "../capability-indicator/capability-indicator.component";
5
+ import * as i1 from "../../../../core/services/mapa-i18n.service";
6
+ import * as i2 from "@angular/common";
7
+ import * as i3 from "../capability-indicator/capability-indicator.component";
5
8
  export class MapaCapabilityIndicatorListComponent {
6
- constructor() {
9
+ constructor(i18n) {
10
+ this.i18n = i18n;
7
11
  this.dataPositive = [];
8
12
  this.dataNegative = [];
9
13
  this.dataRiskPrecipitation = [];
10
14
  this.dataRiskNegligence = [];
15
+ this.texts = this.i18n.texts;
16
+ this.onDestroy$ = new Subject();
17
+ this.i18n.texts$
18
+ .pipe(takeUntil(this.onDestroy$))
19
+ .subscribe((texts) => (this.texts = texts));
20
+ }
21
+ get positiveIndicatorsTitle() {
22
+ return this.texts.capability.positiveIndicatorsTitle;
23
+ }
24
+ get negativeIndicatorsTitle() {
25
+ return this.texts.capability.negativeIndicatorsTitle;
26
+ }
27
+ get riskIndicatorsTitle() {
28
+ return this.texts.capability.riskIndicatorsTitle;
29
+ }
30
+ get precipitationRiskTitle() {
31
+ return this.texts.capability.precipitationRiskTitle;
32
+ }
33
+ get negligenceRiskTitle() {
34
+ return this.texts.capability.negligenceRiskTitle;
11
35
  }
12
36
  ngOnInit() {
37
+ this.buildIndicatorGroups();
38
+ }
39
+ ngOnChanges(changes) {
40
+ if (changes["data"]) {
41
+ this.buildIndicatorGroups();
42
+ }
43
+ }
44
+ buildIndicatorGroups() {
13
45
  this.dataPositive = this.data.filter((item) => item.direction === "Positiva" && !item.risk);
14
46
  this.dataNegative = this.data.filter((item) => item.direction === "Negativa" && !item.risk);
15
47
  this.dataRiskPrecipitation = this.data.filter((item) => item.risk === true && item.precipitation === true);
16
48
  this.dataRiskNegligence = this.data.filter((item) => item.risk === true && item.negligence === true);
17
49
  }
50
+ ngOnDestroy() {
51
+ this.onDestroy$.next();
52
+ this.onDestroy$.complete();
53
+ }
18
54
  }
19
- MapaCapabilityIndicatorListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityIndicatorListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
20
- MapaCapabilityIndicatorListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaCapabilityIndicatorListComponent, selector: "mapa-capability-indicator-list", inputs: { data: "data" }, ngImport: i0, template: "<section class=\"indicator-list\">\n <article class=\"indicator-list__column\">\n <h2>Indicadores positivos</h2>\n <mapa-capability-indicator *ngFor=\"let item of dataPositive\" [item]=\"item\">\n </mapa-capability-indicator>\n </article>\n <article class=\"indicator-list__column\">\n <h2>Indicadores negativos</h2>\n <mapa-capability-indicator *ngFor=\"let item of dataNegative\" [item]=\"item\">\n </mapa-capability-indicator>\n </article>\n <article\n class=\"indicator-list__column\"\n *ngIf=\"dataRiskPrecipitation.length > 0 || dataRiskNegligence.length > 0\"\n >\n <h2>Indicadores de risco</h2>\n <div *ngIf=\"dataRiskPrecipitation.length > 0\">\n <h3>Risco de acidente por precipita\u00E7\u00E3o</h3>\n <mapa-capability-indicator\n *ngFor=\"let item of dataRiskPrecipitation\"\n [item]=\"item\"\n >\n </mapa-capability-indicator>\n </div>\n <div *ngIf=\"dataRiskNegligence.length > 0\">\n <h3>Risco de acidente por neglig\u00EAncia</h3>\n <mapa-capability-indicator\n *ngFor=\"let item of dataRiskNegligence\"\n [item]=\"item\"\n >\n </mapa-capability-indicator>\n </div>\n </article>\n</section>\n", styles: [".indicator-list{display:flex;gap:42px;justify-content:space-between;margin-bottom:42px}.indicator-list__column{width:33%}.indicator-list__column h2{font-family:Inter,Arial,Helvetica,sans-serif;font-size:24px;font-style:normal;font-weight:400;line-height:32px;margin-bottom:24px}.indicator-list__column h3{font-family:Inter,Arial,Helvetica,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:32px;margin-bottom:24px}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#000}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f598a7;color:#000}.classification-7{background-color:#f56580;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;font-style:normal;font-weight:400}.display-S{font-family:Inter,Arial,Helvetica,sans-serif;font-size:20px;font-style:normal;font-weight:400}.display-L{font-family:Inter,Arial,Helvetica,sans-serif;font-size:32px;font-style:normal;font-weight:400}.display-XG{font-family:Inter,Arial,Helvetica,sans-serif;font-size:48px;font-style:normal;font-weight:400}*{transition:opacity .4s ease-out,max-height .4s ease-out}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.MapaCapabilityIndicatorComponent, selector: "mapa-capability-indicator", inputs: ["item"] }] });
55
+ MapaCapabilityIndicatorListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityIndicatorListComponent, deps: [{ token: i1.MapaI18nService }], target: i0.ɵɵFactoryTarget.Component });
56
+ MapaCapabilityIndicatorListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaCapabilityIndicatorListComponent, selector: "mapa-capability-indicator-list", inputs: { data: "data" }, usesOnChanges: true, ngImport: i0, template: "<section class=\"indicator-list\">\n <article class=\"indicator-list__column\">\n <h2>{{ positiveIndicatorsTitle }}</h2>\n <mapa-capability-indicator *ngFor=\"let item of dataPositive\" [item]=\"item\">\n </mapa-capability-indicator>\n </article>\n <article class=\"indicator-list__column\">\n <h2>{{ negativeIndicatorsTitle }}</h2>\n <mapa-capability-indicator *ngFor=\"let item of dataNegative\" [item]=\"item\">\n </mapa-capability-indicator>\n </article>\n <article\n class=\"indicator-list__column\"\n *ngIf=\"dataRiskPrecipitation.length > 0 || dataRiskNegligence.length > 0\"\n >\n <h2>{{ riskIndicatorsTitle }}</h2>\n <div *ngIf=\"dataRiskPrecipitation.length > 0\">\n <h3>{{ precipitationRiskTitle }}</h3>\n <mapa-capability-indicator\n *ngFor=\"let item of dataRiskPrecipitation\"\n [item]=\"item\"\n >\n </mapa-capability-indicator>\n </div>\n <div *ngIf=\"dataRiskNegligence.length > 0\">\n <h3>{{ negligenceRiskTitle }}</h3>\n <mapa-capability-indicator\n *ngFor=\"let item of dataRiskNegligence\"\n [item]=\"item\"\n >\n </mapa-capability-indicator>\n </div>\n </article>\n</section>\n\n", styles: [".indicator-list{display:flex;gap:42px;justify-content:space-between;margin-bottom:42px}.indicator-list__column{width:33%}.indicator-list__column h2{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:24px;font-style:normal;font-weight:400;line-height:32px;margin-bottom:24px}.indicator-list__column h3{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:20px;font-style:normal;font-weight:400;line-height:32px;margin-bottom:24px}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#000}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f598a7;color:#000}.classification-7{background-color:#f56580;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:400}.display-S{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:20px;font-style:normal;font-weight:400}.display-L{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:32px;font-style:normal;font-weight:400}.display-XG{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:48px;font-style:normal;font-weight:400}*{transition:opacity .4s ease-out,max-height .4s ease-out}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.MapaCapabilityIndicatorComponent, selector: "mapa-capability-indicator", inputs: ["item"] }] });
21
57
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityIndicatorListComponent, decorators: [{
22
58
  type: Component,
23
- args: [{ selector: "mapa-capability-indicator-list", template: "<section class=\"indicator-list\">\n <article class=\"indicator-list__column\">\n <h2>Indicadores positivos</h2>\n <mapa-capability-indicator *ngFor=\"let item of dataPositive\" [item]=\"item\">\n </mapa-capability-indicator>\n </article>\n <article class=\"indicator-list__column\">\n <h2>Indicadores negativos</h2>\n <mapa-capability-indicator *ngFor=\"let item of dataNegative\" [item]=\"item\">\n </mapa-capability-indicator>\n </article>\n <article\n class=\"indicator-list__column\"\n *ngIf=\"dataRiskPrecipitation.length > 0 || dataRiskNegligence.length > 0\"\n >\n <h2>Indicadores de risco</h2>\n <div *ngIf=\"dataRiskPrecipitation.length > 0\">\n <h3>Risco de acidente por precipita\u00E7\u00E3o</h3>\n <mapa-capability-indicator\n *ngFor=\"let item of dataRiskPrecipitation\"\n [item]=\"item\"\n >\n </mapa-capability-indicator>\n </div>\n <div *ngIf=\"dataRiskNegligence.length > 0\">\n <h3>Risco de acidente por neglig\u00EAncia</h3>\n <mapa-capability-indicator\n *ngFor=\"let item of dataRiskNegligence\"\n [item]=\"item\"\n >\n </mapa-capability-indicator>\n </div>\n </article>\n</section>\n", styles: [".indicator-list{display:flex;gap:42px;justify-content:space-between;margin-bottom:42px}.indicator-list__column{width:33%}.indicator-list__column h2{font-family:Inter,Arial,Helvetica,sans-serif;font-size:24px;font-style:normal;font-weight:400;line-height:32px;margin-bottom:24px}.indicator-list__column h3{font-family:Inter,Arial,Helvetica,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:32px;margin-bottom:24px}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#000}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f598a7;color:#000}.classification-7{background-color:#f56580;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;font-style:normal;font-weight:400}.display-S{font-family:Inter,Arial,Helvetica,sans-serif;font-size:20px;font-style:normal;font-weight:400}.display-L{font-family:Inter,Arial,Helvetica,sans-serif;font-size:32px;font-style:normal;font-weight:400}.display-XG{font-family:Inter,Arial,Helvetica,sans-serif;font-size:48px;font-style:normal;font-weight:400}*{transition:opacity .4s ease-out,max-height .4s ease-out}\n"] }]
24
- }], ctorParameters: function () { return []; }, propDecorators: { data: [{
59
+ args: [{ selector: "mapa-capability-indicator-list", template: "<section class=\"indicator-list\">\n <article class=\"indicator-list__column\">\n <h2>{{ positiveIndicatorsTitle }}</h2>\n <mapa-capability-indicator *ngFor=\"let item of dataPositive\" [item]=\"item\">\n </mapa-capability-indicator>\n </article>\n <article class=\"indicator-list__column\">\n <h2>{{ negativeIndicatorsTitle }}</h2>\n <mapa-capability-indicator *ngFor=\"let item of dataNegative\" [item]=\"item\">\n </mapa-capability-indicator>\n </article>\n <article\n class=\"indicator-list__column\"\n *ngIf=\"dataRiskPrecipitation.length > 0 || dataRiskNegligence.length > 0\"\n >\n <h2>{{ riskIndicatorsTitle }}</h2>\n <div *ngIf=\"dataRiskPrecipitation.length > 0\">\n <h3>{{ precipitationRiskTitle }}</h3>\n <mapa-capability-indicator\n *ngFor=\"let item of dataRiskPrecipitation\"\n [item]=\"item\"\n >\n </mapa-capability-indicator>\n </div>\n <div *ngIf=\"dataRiskNegligence.length > 0\">\n <h3>{{ negligenceRiskTitle }}</h3>\n <mapa-capability-indicator\n *ngFor=\"let item of dataRiskNegligence\"\n [item]=\"item\"\n >\n </mapa-capability-indicator>\n </div>\n </article>\n</section>\n\n", styles: [".indicator-list{display:flex;gap:42px;justify-content:space-between;margin-bottom:42px}.indicator-list__column{width:33%}.indicator-list__column h2{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:24px;font-style:normal;font-weight:400;line-height:32px;margin-bottom:24px}.indicator-list__column h3{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:20px;font-style:normal;font-weight:400;line-height:32px;margin-bottom:24px}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#000}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f598a7;color:#000}.classification-7{background-color:#f56580;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:400}.display-S{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:20px;font-style:normal;font-weight:400}.display-L{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:32px;font-style:normal;font-weight:400}.display-XG{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:48px;font-style:normal;font-weight:400}*{transition:opacity .4s ease-out,max-height .4s ease-out}\n"] }]
60
+ }], ctorParameters: function () { return [{ type: i1.MapaI18nService }]; }, propDecorators: { data: [{
25
61
  type: Input
26
62
  }] } });
27
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eS1pbmRpY2F0b3ItbGlzdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXBhLWxpYnJhcnktdWkvc3JjL2xpYi9jb21wb25lbnRzL2NhcGFiaWxpdHkvc3JjL2NhcGFiaWxpdHktaW5kaWNhdG9yLWxpc3QvY2FwYWJpbGl0eS1pbmRpY2F0b3ItbGlzdC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXBhLWxpYnJhcnktdWkvc3JjL2xpYi9jb21wb25lbnRzL2NhcGFiaWxpdHkvc3JjL2NhcGFiaWxpdHktaW5kaWNhdG9yLWxpc3QvY2FwYWJpbGl0eS1pbmRpY2F0b3ItbGlzdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBVSxNQUFNLGVBQWUsQ0FBQzs7OztBQWF6RCxNQUFNLE9BQU8sb0NBQW9DO0lBUS9DO1FBTE8saUJBQVksR0FBcUIsRUFBRSxDQUFDO1FBQ3BDLGlCQUFZLEdBQXFCLEVBQUUsQ0FBQztRQUNwQywwQkFBcUIsR0FBcUIsRUFBRSxDQUFDO1FBQzdDLHVCQUFrQixHQUFxQixFQUFFLENBQUM7SUFFbEMsQ0FBQztJQUVoQixRQUFRO1FBQ04sSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FDbEMsQ0FBQyxJQUFvQixFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsU0FBUyxLQUFLLFVBQVUsSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQ3RFLENBQUM7UUFDRixJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUNsQyxDQUFDLElBQW9CLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxTQUFTLEtBQUssVUFBVSxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksQ0FDdEUsQ0FBQztRQUNGLElBQUksQ0FBQyxxQkFBcUIsR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FDM0MsQ0FBQyxJQUFvQixFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsSUFBSSxLQUFLLElBQUksSUFBSSxJQUFJLENBQUMsYUFBYSxLQUFLLElBQUksQ0FDNUUsQ0FBQztRQUNGLElBQUksQ0FBQyxrQkFBa0IsR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FDeEMsQ0FBQyxJQUFvQixFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsSUFBSSxLQUFLLElBQUksSUFBSSxJQUFJLENBQUMsVUFBVSxLQUFLLElBQUksQ0FDekUsQ0FBQztJQUNKLENBQUM7O2tJQXZCVSxvQ0FBb0M7c0hBQXBDLG9DQUFvQyxnR0NiakQsdXNDQWtDQTs0RkRyQmEsb0NBQW9DO2tCQVJoRCxTQUFTOytCQUNFLGdDQUFnQzswRUFRakMsSUFBSTtzQkFBWixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT25Jbml0IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuaW1wb3J0IHsgQ2FwYWJpbGl0eUl0ZW0gfSBmcm9tIFwiLi4vZXNzZW50aWFscy9pbnRlcmZhY2VzL2NhcGFiaWxpdHktaXRlbS5pbnRlcmZhY2VcIjtcbmltcG9ydCB7IENhcGFiaWxpdHlDbGFzc2lmaWNhdGlvblNlcnZpY2UgfSBmcm9tIFwiLi4vZXNzZW50aWFscy9zZXJ2aWNlcy9jYXBhYmlsaXR5LWNsYXNzaWZpY2F0aW9uLnNlcnZpY2VcIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcIm1hcGEtY2FwYWJpbGl0eS1pbmRpY2F0b3ItbGlzdFwiLFxuICB0ZW1wbGF0ZVVybDogXCIuL2NhcGFiaWxpdHktaW5kaWNhdG9yLWxpc3QuY29tcG9uZW50Lmh0bWxcIixcbiAgc3R5bGVVcmxzOiBbXG4gICAgXCIuL2NhcGFiaWxpdHktaW5kaWNhdG9yLWxpc3QuY29tcG9uZW50LnNjc3NcIixcbiAgICBcIi4vLi4vLi4vc3R5bGVzL2NhcGFiaWxpdHkuc2Nzc1wiLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBNYXBhQ2FwYWJpbGl0eUluZGljYXRvckxpc3RDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICBASW5wdXQoKSBkYXRhITogQ2FwYWJpbGl0eUl0ZW1bXTtcblxuICBwdWJsaWMgZGF0YVBvc2l0aXZlOiBDYXBhYmlsaXR5SXRlbVtdID0gW107XG4gIHB1YmxpYyBkYXRhTmVnYXRpdmU6IENhcGFiaWxpdHlJdGVtW10gPSBbXTsgIFxuICBwdWJsaWMgZGF0YVJpc2tQcmVjaXBpdGF0aW9uOiBDYXBhYmlsaXR5SXRlbVtdID0gW107ICBcbiAgcHVibGljIGRhdGFSaXNrTmVnbGlnZW5jZTogQ2FwYWJpbGl0eUl0ZW1bXSA9IFtdOyAgXG5cbiAgY29uc3RydWN0b3IoKSB7fVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMuZGF0YVBvc2l0aXZlID0gdGhpcy5kYXRhLmZpbHRlcihcbiAgICAgIChpdGVtOiBDYXBhYmlsaXR5SXRlbSkgPT4gaXRlbS5kaXJlY3Rpb24gPT09IFwiUG9zaXRpdmFcIiAmJiAhaXRlbS5yaXNrXG4gICAgKTtcbiAgICB0aGlzLmRhdGFOZWdhdGl2ZSA9IHRoaXMuZGF0YS5maWx0ZXIoXG4gICAgICAoaXRlbTogQ2FwYWJpbGl0eUl0ZW0pID0+IGl0ZW0uZGlyZWN0aW9uID09PSBcIk5lZ2F0aXZhXCIgJiYgIWl0ZW0ucmlza1xuICAgICk7XG4gICAgdGhpcy5kYXRhUmlza1ByZWNpcGl0YXRpb24gPSB0aGlzLmRhdGEuZmlsdGVyKFxuICAgICAgKGl0ZW06IENhcGFiaWxpdHlJdGVtKSA9PiBpdGVtLnJpc2sgPT09IHRydWUgJiYgaXRlbS5wcmVjaXBpdGF0aW9uID09PSB0cnVlXG4gICAgKTtcbiAgICB0aGlzLmRhdGFSaXNrTmVnbGlnZW5jZSA9IHRoaXMuZGF0YS5maWx0ZXIoXG4gICAgICAoaXRlbTogQ2FwYWJpbGl0eUl0ZW0pID0+IGl0ZW0ucmlzayA9PT0gdHJ1ZSAmJiBpdGVtLm5lZ2xpZ2VuY2UgPT09IHRydWVcbiAgICApO1xuICB9XG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cImluZGljYXRvci1saXN0XCI+XG4gIDxhcnRpY2xlIGNsYXNzPVwiaW5kaWNhdG9yLWxpc3RfX2NvbHVtblwiPlxuICAgIDxoMj5JbmRpY2Fkb3JlcyBwb3NpdGl2b3M8L2gyPlxuICAgIDxtYXBhLWNhcGFiaWxpdHktaW5kaWNhdG9yICpuZ0Zvcj1cImxldCBpdGVtIG9mIGRhdGFQb3NpdGl2ZVwiIFtpdGVtXT1cIml0ZW1cIj5cbiAgICA8L21hcGEtY2FwYWJpbGl0eS1pbmRpY2F0b3I+XG4gIDwvYXJ0aWNsZT5cbiAgPGFydGljbGUgY2xhc3M9XCJpbmRpY2F0b3ItbGlzdF9fY29sdW1uXCI+XG4gICAgPGgyPkluZGljYWRvcmVzIG5lZ2F0aXZvczwvaDI+XG4gICAgPG1hcGEtY2FwYWJpbGl0eS1pbmRpY2F0b3IgKm5nRm9yPVwibGV0IGl0ZW0gb2YgZGF0YU5lZ2F0aXZlXCIgW2l0ZW1dPVwiaXRlbVwiPlxuICAgIDwvbWFwYS1jYXBhYmlsaXR5LWluZGljYXRvcj5cbiAgPC9hcnRpY2xlPlxuICA8YXJ0aWNsZVxuICAgIGNsYXNzPVwiaW5kaWNhdG9yLWxpc3RfX2NvbHVtblwiXG4gICAgKm5nSWY9XCJkYXRhUmlza1ByZWNpcGl0YXRpb24ubGVuZ3RoID4gMCB8fCBkYXRhUmlza05lZ2xpZ2VuY2UubGVuZ3RoID4gMFwiXG4gID5cbiAgICA8aDI+SW5kaWNhZG9yZXMgZGUgcmlzY288L2gyPlxuICAgIDxkaXYgKm5nSWY9XCJkYXRhUmlza1ByZWNpcGl0YXRpb24ubGVuZ3RoID4gMFwiPlxuICAgICAgPGgzPlJpc2NvIGRlIGFjaWRlbnRlIHBvciBwcmVjaXBpdGHDp8OjbzwvaDM+XG4gICAgICA8bWFwYS1jYXBhYmlsaXR5LWluZGljYXRvclxuICAgICAgICAqbmdGb3I9XCJsZXQgaXRlbSBvZiBkYXRhUmlza1ByZWNpcGl0YXRpb25cIlxuICAgICAgICBbaXRlbV09XCJpdGVtXCJcbiAgICAgID5cbiAgICAgIDwvbWFwYS1jYXBhYmlsaXR5LWluZGljYXRvcj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2ICpuZ0lmPVwiZGF0YVJpc2tOZWdsaWdlbmNlLmxlbmd0aCA+IDBcIj5cbiAgICAgIDxoMz5SaXNjbyBkZSBhY2lkZW50ZSBwb3IgbmVnbGlnw6puY2lhPC9oMz5cbiAgICAgIDxtYXBhLWNhcGFiaWxpdHktaW5kaWNhdG9yXG4gICAgICAgICpuZ0Zvcj1cImxldCBpdGVtIG9mIGRhdGFSaXNrTmVnbGlnZW5jZVwiXG4gICAgICAgIFtpdGVtXT1cIml0ZW1cIlxuICAgICAgPlxuICAgICAgPC9tYXBhLWNhcGFiaWxpdHktaW5kaWNhdG9yPlxuICAgIDwvZGl2PlxuICA8L2FydGljbGU+XG48L3NlY3Rpb24+XG4iXX0=
63
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eS1pbmRpY2F0b3ItbGlzdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXBhLWxpYnJhcnktdWkvc3JjL2xpYi9jb21wb25lbnRzL2NhcGFiaWxpdHkvc3JjL2NhcGFiaWxpdHktaW5kaWNhdG9yLWxpc3QvY2FwYWJpbGl0eS1pbmRpY2F0b3ItbGlzdC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXBhLWxpYnJhcnktdWkvc3JjL2xpYi9jb21wb25lbnRzL2NhcGFiaWxpdHkvc3JjL2NhcGFiaWxpdHktaW5kaWNhdG9yLWxpc3QvY2FwYWJpbGl0eS1pbmRpY2F0b3ItbGlzdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBK0MsTUFBTSxlQUFlLENBQUM7QUFDOUYsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUMvQixPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7Ozs7O0FBYTNDLE1BQU0sT0FBTyxvQ0FBb0M7SUFVL0MsWUFBNkIsSUFBcUI7UUFBckIsU0FBSSxHQUFKLElBQUksQ0FBaUI7UUFQM0MsaUJBQVksR0FBcUIsRUFBRSxDQUFDO1FBQ3BDLGlCQUFZLEdBQXFCLEVBQUUsQ0FBQztRQUNwQywwQkFBcUIsR0FBcUIsRUFBRSxDQUFDO1FBQzdDLHVCQUFrQixHQUFxQixFQUFFLENBQUM7UUFDakQsVUFBSyxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDO1FBQ1AsZUFBVSxHQUFHLElBQUksT0FBTyxFQUFRLENBQUM7UUFHaEQsSUFBSSxDQUFDLElBQUksQ0FBQyxNQUFNO2FBQ2IsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUM7YUFDaEMsU0FBUyxDQUFDLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDLElBQUksQ0FBQyxLQUFLLEdBQUcsS0FBSyxDQUFDLENBQUMsQ0FBQztJQUNoRCxDQUFDO0lBRUQsSUFBSSx1QkFBdUI7UUFDekIsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyx1QkFBdUIsQ0FBQztJQUN2RCxDQUFDO0lBRUQsSUFBSSx1QkFBdUI7UUFDekIsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyx1QkFBdUIsQ0FBQztJQUN2RCxDQUFDO0lBRUQsSUFBSSxtQkFBbUI7UUFDckIsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyxtQkFBbUIsQ0FBQztJQUNuRCxDQUFDO0lBRUQsSUFBSSxzQkFBc0I7UUFDeEIsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyxzQkFBc0IsQ0FBQztJQUN0RCxDQUFDO0lBRUQsSUFBSSxtQkFBbUI7UUFDckIsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyxtQkFBbUIsQ0FBQztJQUNuRCxDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksQ0FBQyxvQkFBb0IsRUFBRSxDQUFDO0lBQzlCLENBQUM7SUFFRCxXQUFXLENBQUMsT0FBc0I7UUFDaEMsSUFBSSxPQUFPLENBQUMsTUFBTSxDQUFDLEVBQUU7WUFDbkIsSUFBSSxDQUFDLG9CQUFvQixFQUFFLENBQUM7U0FDN0I7SUFDSCxDQUFDO0lBRU8sb0JBQW9CO1FBQzFCLElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQ2xDLENBQUMsSUFBb0IsRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLFNBQVMsS0FBSyxVQUFVLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUN0RSxDQUFDO1FBQ0YsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FDbEMsQ0FBQyxJQUFvQixFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsU0FBUyxLQUFLLFVBQVUsSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQ3RFLENBQUM7UUFDRixJQUFJLENBQUMscUJBQXFCLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQzNDLENBQUMsSUFBb0IsRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLElBQUksS0FBSyxJQUFJLElBQUksSUFBSSxDQUFDLGFBQWEsS0FBSyxJQUFJLENBQzVFLENBQUM7UUFDRixJQUFJLENBQUMsa0JBQWtCLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQ3hDLENBQUMsSUFBb0IsRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLElBQUksS0FBSyxJQUFJLElBQUksSUFBSSxDQUFDLFVBQVUsS0FBSyxJQUFJLENBQ3pFLENBQUM7SUFDSixDQUFDO0lBRUQsV0FBVztRQUNULElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDdkIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxRQUFRLEVBQUUsQ0FBQztJQUM3QixDQUFDOztrSUFoRVUsb0NBQW9DO3NIQUFwQyxvQ0FBb0MscUhDZmpELGlzQ0FtQ0E7NEZEcEJhLG9DQUFvQztrQkFSaEQsU0FBUzsrQkFDRSxnQ0FBZ0M7c0dBUWpDLElBQUk7c0JBQVosS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uQ2hhbmdlcywgT25EZXN0cm95LCBPbkluaXQsIFNpbXBsZUNoYW5nZXMgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgU3ViamVjdCB9IGZyb20gXCJyeGpzXCI7XG5pbXBvcnQgeyB0YWtlVW50aWwgfSBmcm9tIFwicnhqcy9vcGVyYXRvcnNcIjtcblxuaW1wb3J0IHsgQ2FwYWJpbGl0eUl0ZW0gfSBmcm9tIFwiLi4vZXNzZW50aWFscy9pbnRlcmZhY2VzL2NhcGFiaWxpdHktaXRlbS5pbnRlcmZhY2VcIjtcbmltcG9ydCB7IE1hcGFJMThuU2VydmljZSB9IGZyb20gXCIuLi8uLi8uLi8uLi9jb3JlL3NlcnZpY2VzL21hcGEtaTE4bi5zZXJ2aWNlXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJtYXBhLWNhcGFiaWxpdHktaW5kaWNhdG9yLWxpc3RcIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9jYXBhYmlsaXR5LWluZGljYXRvci1saXN0LmNvbXBvbmVudC5odG1sXCIsXG4gIHN0eWxlVXJsczogW1xuICAgIFwiLi9jYXBhYmlsaXR5LWluZGljYXRvci1saXN0LmNvbXBvbmVudC5zY3NzXCIsXG4gICAgXCIuLy4uLy4uL3N0eWxlcy9jYXBhYmlsaXR5LnNjc3NcIixcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgTWFwYUNhcGFiaWxpdHlJbmRpY2F0b3JMaXN0Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBPbkNoYW5nZXMsIE9uRGVzdHJveSB7XG4gIEBJbnB1dCgpIGRhdGEhOiBDYXBhYmlsaXR5SXRlbVtdO1xuXG4gIHB1YmxpYyBkYXRhUG9zaXRpdmU6IENhcGFiaWxpdHlJdGVtW10gPSBbXTtcbiAgcHVibGljIGRhdGFOZWdhdGl2ZTogQ2FwYWJpbGl0eUl0ZW1bXSA9IFtdOyAgXG4gIHB1YmxpYyBkYXRhUmlza1ByZWNpcGl0YXRpb246IENhcGFiaWxpdHlJdGVtW10gPSBbXTsgIFxuICBwdWJsaWMgZGF0YVJpc2tOZWdsaWdlbmNlOiBDYXBhYmlsaXR5SXRlbVtdID0gW107ICBcbiAgdGV4dHMgPSB0aGlzLmkxOG4udGV4dHM7XG4gIHByaXZhdGUgcmVhZG9ubHkgb25EZXN0cm95JCA9IG5ldyBTdWJqZWN0PHZvaWQ+KCk7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZWFkb25seSBpMThuOiBNYXBhSTE4blNlcnZpY2UpIHtcbiAgICB0aGlzLmkxOG4udGV4dHMkXG4gICAgICAucGlwZSh0YWtlVW50aWwodGhpcy5vbkRlc3Ryb3kkKSlcbiAgICAgIC5zdWJzY3JpYmUoKHRleHRzKSA9PiAodGhpcy50ZXh0cyA9IHRleHRzKSk7XG4gIH1cblxuICBnZXQgcG9zaXRpdmVJbmRpY2F0b3JzVGl0bGUoKTogc3RyaW5nIHtcbiAgICByZXR1cm4gdGhpcy50ZXh0cy5jYXBhYmlsaXR5LnBvc2l0aXZlSW5kaWNhdG9yc1RpdGxlO1xuICB9XG5cbiAgZ2V0IG5lZ2F0aXZlSW5kaWNhdG9yc1RpdGxlKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMudGV4dHMuY2FwYWJpbGl0eS5uZWdhdGl2ZUluZGljYXRvcnNUaXRsZTtcbiAgfVxuXG4gIGdldCByaXNrSW5kaWNhdG9yc1RpdGxlKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMudGV4dHMuY2FwYWJpbGl0eS5yaXNrSW5kaWNhdG9yc1RpdGxlO1xuICB9XG5cbiAgZ2V0IHByZWNpcGl0YXRpb25SaXNrVGl0bGUoKTogc3RyaW5nIHtcbiAgICByZXR1cm4gdGhpcy50ZXh0cy5jYXBhYmlsaXR5LnByZWNpcGl0YXRpb25SaXNrVGl0bGU7XG4gIH1cblxuICBnZXQgbmVnbGlnZW5jZVJpc2tUaXRsZSgpOiBzdHJpbmcge1xuICAgIHJldHVybiB0aGlzLnRleHRzLmNhcGFiaWxpdHkubmVnbGlnZW5jZVJpc2tUaXRsZTtcbiAgfVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMuYnVpbGRJbmRpY2F0b3JHcm91cHMoKTtcbiAgfVxuXG4gIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpOiB2b2lkIHtcbiAgICBpZiAoY2hhbmdlc1tcImRhdGFcIl0pIHtcbiAgICAgIHRoaXMuYnVpbGRJbmRpY2F0b3JHcm91cHMoKTtcbiAgICB9XG4gIH1cblxuICBwcml2YXRlIGJ1aWxkSW5kaWNhdG9yR3JvdXBzKCk6IHZvaWQge1xuICAgIHRoaXMuZGF0YVBvc2l0aXZlID0gdGhpcy5kYXRhLmZpbHRlcihcbiAgICAgIChpdGVtOiBDYXBhYmlsaXR5SXRlbSkgPT4gaXRlbS5kaXJlY3Rpb24gPT09IFwiUG9zaXRpdmFcIiAmJiAhaXRlbS5yaXNrXG4gICAgKTtcbiAgICB0aGlzLmRhdGFOZWdhdGl2ZSA9IHRoaXMuZGF0YS5maWx0ZXIoXG4gICAgICAoaXRlbTogQ2FwYWJpbGl0eUl0ZW0pID0+IGl0ZW0uZGlyZWN0aW9uID09PSBcIk5lZ2F0aXZhXCIgJiYgIWl0ZW0ucmlza1xuICAgICk7XG4gICAgdGhpcy5kYXRhUmlza1ByZWNpcGl0YXRpb24gPSB0aGlzLmRhdGEuZmlsdGVyKFxuICAgICAgKGl0ZW06IENhcGFiaWxpdHlJdGVtKSA9PiBpdGVtLnJpc2sgPT09IHRydWUgJiYgaXRlbS5wcmVjaXBpdGF0aW9uID09PSB0cnVlXG4gICAgKTtcbiAgICB0aGlzLmRhdGFSaXNrTmVnbGlnZW5jZSA9IHRoaXMuZGF0YS5maWx0ZXIoXG4gICAgICAoaXRlbTogQ2FwYWJpbGl0eUl0ZW0pID0+IGl0ZW0ucmlzayA9PT0gdHJ1ZSAmJiBpdGVtLm5lZ2xpZ2VuY2UgPT09IHRydWVcbiAgICApO1xuICB9XG5cbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgdGhpcy5vbkRlc3Ryb3kkLm5leHQoKTtcbiAgICB0aGlzLm9uRGVzdHJveSQuY29tcGxldGUoKTtcbiAgfVxufVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJpbmRpY2F0b3ItbGlzdFwiPlxuICA8YXJ0aWNsZSBjbGFzcz1cImluZGljYXRvci1saXN0X19jb2x1bW5cIj5cbiAgICA8aDI+e3sgcG9zaXRpdmVJbmRpY2F0b3JzVGl0bGUgfX08L2gyPlxuICAgIDxtYXBhLWNhcGFiaWxpdHktaW5kaWNhdG9yICpuZ0Zvcj1cImxldCBpdGVtIG9mIGRhdGFQb3NpdGl2ZVwiIFtpdGVtXT1cIml0ZW1cIj5cbiAgICA8L21hcGEtY2FwYWJpbGl0eS1pbmRpY2F0b3I+XG4gIDwvYXJ0aWNsZT5cbiAgPGFydGljbGUgY2xhc3M9XCJpbmRpY2F0b3ItbGlzdF9fY29sdW1uXCI+XG4gICAgPGgyPnt7IG5lZ2F0aXZlSW5kaWNhdG9yc1RpdGxlIH19PC9oMj5cbiAgICA8bWFwYS1jYXBhYmlsaXR5LWluZGljYXRvciAqbmdGb3I9XCJsZXQgaXRlbSBvZiBkYXRhTmVnYXRpdmVcIiBbaXRlbV09XCJpdGVtXCI+XG4gICAgPC9tYXBhLWNhcGFiaWxpdHktaW5kaWNhdG9yPlxuICA8L2FydGljbGU+XG4gIDxhcnRpY2xlXG4gICAgY2xhc3M9XCJpbmRpY2F0b3ItbGlzdF9fY29sdW1uXCJcbiAgICAqbmdJZj1cImRhdGFSaXNrUHJlY2lwaXRhdGlvbi5sZW5ndGggPiAwIHx8IGRhdGFSaXNrTmVnbGlnZW5jZS5sZW5ndGggPiAwXCJcbiAgPlxuICAgIDxoMj57eyByaXNrSW5kaWNhdG9yc1RpdGxlIH19PC9oMj5cbiAgICA8ZGl2ICpuZ0lmPVwiZGF0YVJpc2tQcmVjaXBpdGF0aW9uLmxlbmd0aCA+IDBcIj5cbiAgICAgIDxoMz57eyBwcmVjaXBpdGF0aW9uUmlza1RpdGxlIH19PC9oMz5cbiAgICAgIDxtYXBhLWNhcGFiaWxpdHktaW5kaWNhdG9yXG4gICAgICAgICpuZ0Zvcj1cImxldCBpdGVtIG9mIGRhdGFSaXNrUHJlY2lwaXRhdGlvblwiXG4gICAgICAgIFtpdGVtXT1cIml0ZW1cIlxuICAgICAgPlxuICAgICAgPC9tYXBhLWNhcGFiaWxpdHktaW5kaWNhdG9yPlxuICAgIDwvZGl2PlxuICAgIDxkaXYgKm5nSWY9XCJkYXRhUmlza05lZ2xpZ2VuY2UubGVuZ3RoID4gMFwiPlxuICAgICAgPGgzPnt7IG5lZ2xpZ2VuY2VSaXNrVGl0bGUgfX08L2gzPlxuICAgICAgPG1hcGEtY2FwYWJpbGl0eS1pbmRpY2F0b3JcbiAgICAgICAgKm5nRm9yPVwibGV0IGl0ZW0gb2YgZGF0YVJpc2tOZWdsaWdlbmNlXCJcbiAgICAgICAgW2l0ZW1dPVwiaXRlbVwiXG4gICAgICA+XG4gICAgICA8L21hcGEtY2FwYWJpbGl0eS1pbmRpY2F0b3I+XG4gICAgPC9kaXY+XG4gIDwvYXJ0aWNsZT5cbjwvc2VjdGlvbj5cblxuIl19
@@ -69,10 +69,10 @@ export class MapaCapabilityIntervalComponent {
69
69
  }
70
70
  }
71
71
  MapaCapabilityIntervalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityIntervalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
72
- MapaCapabilityIntervalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaCapabilityIntervalComponent, selector: "mapa-capability-interval", inputs: { data: "data", showInterval: "showInterval" }, usesOnChanges: true, ngImport: i0, template: "<ul class=\"capability__interval\" *ngIf=\"isSVG(); else progressBar\">\n <li\n class=\"capability__interval--item\"\n *ngFor=\"let block of SVG; let i = index\"\n >\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"16\"\n height=\"30\"\n fill=\"none\"\n [class]=\"'svg_' + i + '_' + getWidth(i)\"\n >\n <defs *ngIf=\"hasTransform && i === indexTransform\">\n <linearGradient [attr.id]=\"paintLinear\" gradientUnits=\"userSpaceOnUse\">\n <stop [attr.offset]=\"getStartOffset()\" stop-color=\"#8C8F94\" />\n <stop [attr.offset]=\"getStopOffset()\" stop-color=\"#D9D9D9\" />\n </linearGradient>\n </defs>\n <rect\n rx=\"6\"\n x=\"0\"\n y=\"0.710938\"\n [attr.width]=\"SVG[i].width\"\n [attr.height]=\"SVG[i].height\"\n [attr.fill]=\"getFill(i)\"\n />\n <rect\n *ngIf=\"hasTransform && i === indexTransform\"\n rx=\"6\"\n x=\"0\"\n y=\"0.710938\"\n [attr.width]=\"SVG[i].width\"\n [attr.height]=\"SVG[i].height\"\n [attr.fill]=\"getFillGradient()\"\n />\n </svg>\n </li>\n <li class=\"capability__interval--interval\" *ngIf=\"showInterval\">\n {{ data.interval }}%\n </li>\n</ul>\n<ng-template #progressBar>\n <div class=\"capability__progress-bar\">\n <div class=\"capability__progress-bar--bg\">\n <div\n class=\"capability__progress-bar--filled\"\n [style.width.%]=\"data.interval\"\n ></div>\n </div>\n <div class=\"capability__interval--result\" *ngIf=\"showInterval\">\n {{data.interval}}%\n </div>\n </div>\n</ng-template>\n", styles: [".capability__interval{font-family:Inter,Arial,Helvetica,sans-serif;font-size:38px;font-style:normal;font-weight:500;display:flex;align-items:center;list-style-type:none;margin-block-start:0px;margin-block-end:0px;padding-inline-start:0px}.capability__interval--interval{display:flex;align-items:flex-start;justify-content:flex-end;text-align:right;font-size:24px;font-style:normal;font-weight:500;height:36px;padding-left:16px;width:68px}.capability__interval--item{border-radius:6px;margin-right:2px;width:18px;height:34px;position:relative}.capability__interval--item:last-of-type{margin-right:0}.capability__interval--percentage{background-color:#d9d9d9;height:34.57px}.capability__progress-bar{display:flex;align-items:center;justify-content:space-between;color:#2e2a2a;font-size:18px;font-style:normal;font-weight:400;width:310px}.capability__progress-bar--bg{position:relative;background-color:#eee;border-radius:6px;height:8px;width:247px}.capability__progress-bar--filled{position:absolute;top:0;left:0;background-color:#ea561d;border-radius:6px;height:8px}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
72
+ MapaCapabilityIntervalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaCapabilityIntervalComponent, selector: "mapa-capability-interval", inputs: { data: "data", showInterval: "showInterval" }, usesOnChanges: true, ngImport: i0, template: "<ul class=\"capability__interval\" *ngIf=\"isSVG(); else progressBar\">\n <li\n class=\"capability__interval--item\"\n *ngFor=\"let block of SVG; let i = index\"\n >\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"16\"\n height=\"30\"\n fill=\"none\"\n [class]=\"'svg_' + i + '_' + getWidth(i)\"\n >\n <defs *ngIf=\"hasTransform && i === indexTransform\">\n <linearGradient [attr.id]=\"paintLinear\" gradientUnits=\"userSpaceOnUse\">\n <stop [attr.offset]=\"getStartOffset()\" stop-color=\"#8C8F94\" />\n <stop [attr.offset]=\"getStopOffset()\" stop-color=\"#D9D9D9\" />\n </linearGradient>\n </defs>\n <rect\n rx=\"6\"\n x=\"0\"\n y=\"0.710938\"\n [attr.width]=\"SVG[i].width\"\n [attr.height]=\"SVG[i].height\"\n [attr.fill]=\"getFill(i)\"\n />\n <rect\n *ngIf=\"hasTransform && i === indexTransform\"\n rx=\"6\"\n x=\"0\"\n y=\"0.710938\"\n [attr.width]=\"SVG[i].width\"\n [attr.height]=\"SVG[i].height\"\n [attr.fill]=\"getFillGradient()\"\n />\n </svg>\n </li>\n <li class=\"capability__interval--interval\" *ngIf=\"showInterval\">\n {{ data.interval }}%\n </li>\n</ul>\n<ng-template #progressBar>\n <div class=\"capability__progress-bar\">\n <div class=\"capability__progress-bar--bg\">\n <div\n class=\"capability__progress-bar--filled\"\n [style.width.%]=\"data.interval\"\n ></div>\n </div>\n <div class=\"capability__interval--result\" *ngIf=\"showInterval\">\n {{data.interval}}%\n </div>\n </div>\n</ng-template>\n", styles: [".capability__interval{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:38px;font-style:normal;font-weight:500;display:flex;align-items:center;list-style-type:none;margin-block-start:0px;margin-block-end:0px;padding-inline-start:0px}.capability__interval--interval{display:flex;align-items:flex-start;justify-content:flex-end;text-align:right;font-size:24px;font-style:normal;font-weight:500;height:36px;padding-left:16px;width:68px}.capability__interval--item{border-radius:6px;margin-right:2px;width:18px;height:34px;position:relative}.capability__interval--item:last-of-type{margin-right:0}.capability__interval--percentage{background-color:#d9d9d9;height:34.57px}.capability__progress-bar{display:flex;align-items:center;justify-content:space-between;color:#2e2a2a;font-size:18px;font-style:normal;font-weight:400;width:310px}.capability__progress-bar--bg{position:relative;background-color:#eee;border-radius:6px;height:8px;width:247px}.capability__progress-bar--filled{position:absolute;top:0;left:0;background-color:#ea561d;border-radius:6px;height:8px}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
73
73
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityIntervalComponent, decorators: [{
74
74
  type: Component,
75
- args: [{ selector: "mapa-capability-interval", template: "<ul class=\"capability__interval\" *ngIf=\"isSVG(); else progressBar\">\n <li\n class=\"capability__interval--item\"\n *ngFor=\"let block of SVG; let i = index\"\n >\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"16\"\n height=\"30\"\n fill=\"none\"\n [class]=\"'svg_' + i + '_' + getWidth(i)\"\n >\n <defs *ngIf=\"hasTransform && i === indexTransform\">\n <linearGradient [attr.id]=\"paintLinear\" gradientUnits=\"userSpaceOnUse\">\n <stop [attr.offset]=\"getStartOffset()\" stop-color=\"#8C8F94\" />\n <stop [attr.offset]=\"getStopOffset()\" stop-color=\"#D9D9D9\" />\n </linearGradient>\n </defs>\n <rect\n rx=\"6\"\n x=\"0\"\n y=\"0.710938\"\n [attr.width]=\"SVG[i].width\"\n [attr.height]=\"SVG[i].height\"\n [attr.fill]=\"getFill(i)\"\n />\n <rect\n *ngIf=\"hasTransform && i === indexTransform\"\n rx=\"6\"\n x=\"0\"\n y=\"0.710938\"\n [attr.width]=\"SVG[i].width\"\n [attr.height]=\"SVG[i].height\"\n [attr.fill]=\"getFillGradient()\"\n />\n </svg>\n </li>\n <li class=\"capability__interval--interval\" *ngIf=\"showInterval\">\n {{ data.interval }}%\n </li>\n</ul>\n<ng-template #progressBar>\n <div class=\"capability__progress-bar\">\n <div class=\"capability__progress-bar--bg\">\n <div\n class=\"capability__progress-bar--filled\"\n [style.width.%]=\"data.interval\"\n ></div>\n </div>\n <div class=\"capability__interval--result\" *ngIf=\"showInterval\">\n {{data.interval}}%\n </div>\n </div>\n</ng-template>\n", styles: [".capability__interval{font-family:Inter,Arial,Helvetica,sans-serif;font-size:38px;font-style:normal;font-weight:500;display:flex;align-items:center;list-style-type:none;margin-block-start:0px;margin-block-end:0px;padding-inline-start:0px}.capability__interval--interval{display:flex;align-items:flex-start;justify-content:flex-end;text-align:right;font-size:24px;font-style:normal;font-weight:500;height:36px;padding-left:16px;width:68px}.capability__interval--item{border-radius:6px;margin-right:2px;width:18px;height:34px;position:relative}.capability__interval--item:last-of-type{margin-right:0}.capability__interval--percentage{background-color:#d9d9d9;height:34.57px}.capability__progress-bar{display:flex;align-items:center;justify-content:space-between;color:#2e2a2a;font-size:18px;font-style:normal;font-weight:400;width:310px}.capability__progress-bar--bg{position:relative;background-color:#eee;border-radius:6px;height:8px;width:247px}.capability__progress-bar--filled{position:absolute;top:0;left:0;background-color:#ea561d;border-radius:6px;height:8px}\n"] }]
75
+ args: [{ selector: "mapa-capability-interval", template: "<ul class=\"capability__interval\" *ngIf=\"isSVG(); else progressBar\">\n <li\n class=\"capability__interval--item\"\n *ngFor=\"let block of SVG; let i = index\"\n >\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"16\"\n height=\"30\"\n fill=\"none\"\n [class]=\"'svg_' + i + '_' + getWidth(i)\"\n >\n <defs *ngIf=\"hasTransform && i === indexTransform\">\n <linearGradient [attr.id]=\"paintLinear\" gradientUnits=\"userSpaceOnUse\">\n <stop [attr.offset]=\"getStartOffset()\" stop-color=\"#8C8F94\" />\n <stop [attr.offset]=\"getStopOffset()\" stop-color=\"#D9D9D9\" />\n </linearGradient>\n </defs>\n <rect\n rx=\"6\"\n x=\"0\"\n y=\"0.710938\"\n [attr.width]=\"SVG[i].width\"\n [attr.height]=\"SVG[i].height\"\n [attr.fill]=\"getFill(i)\"\n />\n <rect\n *ngIf=\"hasTransform && i === indexTransform\"\n rx=\"6\"\n x=\"0\"\n y=\"0.710938\"\n [attr.width]=\"SVG[i].width\"\n [attr.height]=\"SVG[i].height\"\n [attr.fill]=\"getFillGradient()\"\n />\n </svg>\n </li>\n <li class=\"capability__interval--interval\" *ngIf=\"showInterval\">\n {{ data.interval }}%\n </li>\n</ul>\n<ng-template #progressBar>\n <div class=\"capability__progress-bar\">\n <div class=\"capability__progress-bar--bg\">\n <div\n class=\"capability__progress-bar--filled\"\n [style.width.%]=\"data.interval\"\n ></div>\n </div>\n <div class=\"capability__interval--result\" *ngIf=\"showInterval\">\n {{data.interval}}%\n </div>\n </div>\n</ng-template>\n", styles: [".capability__interval{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:38px;font-style:normal;font-weight:500;display:flex;align-items:center;list-style-type:none;margin-block-start:0px;margin-block-end:0px;padding-inline-start:0px}.capability__interval--interval{display:flex;align-items:flex-start;justify-content:flex-end;text-align:right;font-size:24px;font-style:normal;font-weight:500;height:36px;padding-left:16px;width:68px}.capability__interval--item{border-radius:6px;margin-right:2px;width:18px;height:34px;position:relative}.capability__interval--item:last-of-type{margin-right:0}.capability__interval--percentage{background-color:#d9d9d9;height:34.57px}.capability__progress-bar{display:flex;align-items:center;justify-content:space-between;color:#2e2a2a;font-size:18px;font-style:normal;font-weight:400;width:310px}.capability__progress-bar--bg{position:relative;background-color:#eee;border-radius:6px;height:8px;width:247px}.capability__progress-bar--filled{position:absolute;top:0;left:0;background-color:#ea561d;border-radius:6px;height:8px}\n"] }]
76
76
  }], ctorParameters: function () { return []; }, propDecorators: { data: [{
77
77
  type: Input
78
78
  }], showInterval: [{
@@ -6,9 +6,6 @@ export class MapaCapabilityIntervalBarComponent {
6
6
  this.clicked = new EventEmitter();
7
7
  this.isHovering = false;
8
8
  this.isClicked = false;
9
- this.clicked.subscribe((res) => {
10
- this.isClicked = !this.isClicked;
11
- });
12
9
  }
13
10
  isSVG() {
14
11
  return !!this.data.classificationBg && this.data.classificationBg === "SVG";
@@ -19,7 +16,7 @@ MapaCapabilityIntervalBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersio
19
16
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityIntervalBarComponent, decorators: [{
20
17
  type: Component,
21
18
  args: [{ selector: "mapa-capability-interval-bar", encapsulation: ViewEncapsulation.None, template: "<section reusable-outlet class=\"capability-interval\">\n <section [class.capability-interval__bar]=\"isSVG()\">\n <mapa-capability-interval\n [data]=\"data\"\n [showInterval]=\"showInterval\"\n ></mapa-capability-interval>\n </section>\n</section>\n", styles: [".capability-interval{display:flex;align-items:center;position:relative;height:72px;margin-right:16px}.capability-interval__bar{display:flex;align-items:center;justify-content:center;max-height:72px;height:100%}.capability-interval__show-more{display:flex;align-items:center;justify-content:flex-end;max-height:72px;height:100%;width:100%}.capability-interval__show-more mapa-button,.capability-interval__show-more button{width:100%;justify-content:flex-end!important}.capability-interval--hide{opacity:0;max-height:0}.capability-interval--hide>*{opacity:0;max-height:0}.capability-interval--show{opacity:1;max-height:72px}\n"] }]
22
- }], ctorParameters: function () { return []; }, propDecorators: { data: [{
19
+ }], propDecorators: { data: [{
23
20
  type: Input
24
21
  }], expanded: [{
25
22
  type: Input
@@ -28,4 +25,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
28
25
  }], clicked: [{
29
26
  type: Output
30
27
  }] } });
31
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eS1pbnRlcnZhbC1iYXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbWFwYS1saWJyYXJ5LXVpL3NyYy9saWIvY29tcG9uZW50cy9jYXBhYmlsaXR5L3NyYy9jYXBhYmlsaXR5LWludGVydmFsLWJhci9jYXBhYmlsaXR5LWludGVydmFsLWJhci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXBhLWxpYnJhcnktdWkvc3JjL2xpYi9jb21wb25lbnRzL2NhcGFiaWxpdHkvc3JjL2NhcGFiaWxpdHktaW50ZXJ2YWwtYmFyL2NhcGFiaWxpdHktaW50ZXJ2YWwtYmFyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQVVsRyxNQUFNLE9BQU8sa0NBQWtDO0lBVzdDO1FBUFUsWUFBTyxHQUF1QixJQUFJLFlBQVksRUFBUSxDQUFDO1FBSTFELGVBQVUsR0FBRyxLQUFLLENBQUM7UUFDbkIsY0FBUyxHQUFHLEtBQUssQ0FBQztRQUd2QixJQUFJLENBQUMsT0FBTyxDQUFDLFNBQVMsQ0FBQyxDQUFDLEdBQUcsRUFBRSxFQUFFO1lBQzdCLElBQUksQ0FBQyxTQUFTLEdBQUcsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDO1FBQ25DLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVNLEtBQUs7UUFDVixPQUFPLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLGdCQUFnQixJQUFJLElBQUksQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLEtBQUssS0FBSyxDQUFDO0lBQzlFLENBQUM7O2dJQW5CVSxrQ0FBa0M7b0hBQWxDLGtDQUFrQyxtTENWL0MsOFFBUUE7NEZERWEsa0NBQWtDO2tCQU45QyxTQUFTOytCQUNFLDhCQUE4QixpQkFHekIsaUJBQWlCLENBQUMsSUFBSTswRUFHNUIsSUFBSTtzQkFBWixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csWUFBWTtzQkFBcEIsS0FBSztnQkFDSSxPQUFPO3NCQUFoQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgQ2FwYWJpbGl0eSB9IGZyb20gXCIuLi9lc3NlbnRpYWxzL2ludGVyZmFjZXMvY2FwYWJpbGl0eS5pbnRlcmZhY2VcIjtcbmltcG9ydCB7IE1kNSB9IGZyb20gXCJ0cy1tZDVcIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcIm1hcGEtY2FwYWJpbGl0eS1pbnRlcnZhbC1iYXJcIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9jYXBhYmlsaXR5LWludGVydmFsLWJhci5jb21wb25lbnQuaHRtbFwiLFxuICBzdHlsZVVybHM6IFtcIi4vY2FwYWJpbGl0eS1pbnRlcnZhbC1iYXIuY29tcG9uZW50LnNjc3NcIl0sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG59KVxuZXhwb3J0IGNsYXNzIE1hcGFDYXBhYmlsaXR5SW50ZXJ2YWxCYXJDb21wb25lbnQge1xuICBASW5wdXQoKSBkYXRhITogQ2FwYWJpbGl0eTtcbiAgQElucHV0KCkgZXhwYW5kZWQ/OiBib29sZWFuO1xuICBASW5wdXQoKSBzaG93SW50ZXJ2YWwhOiBib29sZWFuO1xuICBAT3V0cHV0KCkgY2xpY2tlZDogRXZlbnRFbWl0dGVyPHZvaWQ+ID0gbmV3IEV2ZW50RW1pdHRlcjx2b2lkPigpO1xuXG4gIGlkITogc3RyaW5nO1xuXG4gIHB1YmxpYyBpc0hvdmVyaW5nID0gZmFsc2U7XG4gIHB1YmxpYyBpc0NsaWNrZWQgPSBmYWxzZTtcblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICB0aGlzLmNsaWNrZWQuc3Vic2NyaWJlKChyZXMpID0+IHtcbiAgICAgIHRoaXMuaXNDbGlja2VkID0gIXRoaXMuaXNDbGlja2VkO1xuICAgIH0pO1xuICB9XG5cbiAgcHVibGljIGlzU1ZHKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiAhIXRoaXMuZGF0YS5jbGFzc2lmaWNhdGlvbkJnICYmIHRoaXMuZGF0YS5jbGFzc2lmaWNhdGlvbkJnID09PSBcIlNWR1wiO1xuICB9XG59XG4iLCI8c2VjdGlvbiByZXVzYWJsZS1vdXRsZXQgY2xhc3M9XCJjYXBhYmlsaXR5LWludGVydmFsXCI+XG4gIDxzZWN0aW9uIFtjbGFzcy5jYXBhYmlsaXR5LWludGVydmFsX19iYXJdPVwiaXNTVkcoKVwiPlxuICAgIDxtYXBhLWNhcGFiaWxpdHktaW50ZXJ2YWxcbiAgICAgIFtkYXRhXT1cImRhdGFcIlxuICAgICAgW3Nob3dJbnRlcnZhbF09XCJzaG93SW50ZXJ2YWxcIlxuICAgID48L21hcGEtY2FwYWJpbGl0eS1pbnRlcnZhbD5cbiAgPC9zZWN0aW9uPlxuPC9zZWN0aW9uPlxuIl19
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eS1pbnRlcnZhbC1iYXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbWFwYS1saWJyYXJ5LXVpL3NyYy9saWIvY29tcG9uZW50cy9jYXBhYmlsaXR5L3NyYy9jYXBhYmlsaXR5LWludGVydmFsLWJhci9jYXBhYmlsaXR5LWludGVydmFsLWJhci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXBhLWxpYnJhcnktdWkvc3JjL2xpYi9jb21wb25lbnRzL2NhcGFiaWxpdHkvc3JjL2NhcGFiaWxpdHktaW50ZXJ2YWwtYmFyL2NhcGFiaWxpdHktaW50ZXJ2YWwtYmFyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQVMxRixNQUFNLE9BQU8sa0NBQWtDO0lBTi9DO1FBVVksWUFBTyxHQUF1QixJQUFJLFlBQVksRUFBUSxDQUFDO1FBRTFELGVBQVUsR0FBRyxLQUFLLENBQUM7UUFDbkIsY0FBUyxHQUFHLEtBQUssQ0FBQztLQUsxQjtJQUhRLEtBQUs7UUFDVixPQUFPLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLGdCQUFnQixJQUFJLElBQUksQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLEtBQUssS0FBSyxDQUFDO0lBQzlFLENBQUM7O2dJQVhVLGtDQUFrQztvSEFBbEMsa0NBQWtDLG1MQ1QvQyw4UUFRQTs0RkRDYSxrQ0FBa0M7a0JBTjlDLFNBQVM7K0JBQ0UsOEJBQThCLGlCQUd6QixpQkFBaUIsQ0FBQyxJQUFJOzhCQUc1QixJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxZQUFZO3NCQUFwQixLQUFLO2dCQUNJLE9BQU87c0JBQWhCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgQ2FwYWJpbGl0eSB9IGZyb20gXCIuLi9lc3NlbnRpYWxzL2ludGVyZmFjZXMvY2FwYWJpbGl0eS5pbnRlcmZhY2VcIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcIm1hcGEtY2FwYWJpbGl0eS1pbnRlcnZhbC1iYXJcIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9jYXBhYmlsaXR5LWludGVydmFsLWJhci5jb21wb25lbnQuaHRtbFwiLFxuICBzdHlsZVVybHM6IFtcIi4vY2FwYWJpbGl0eS1pbnRlcnZhbC1iYXIuY29tcG9uZW50LnNjc3NcIl0sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG59KVxuZXhwb3J0IGNsYXNzIE1hcGFDYXBhYmlsaXR5SW50ZXJ2YWxCYXJDb21wb25lbnQge1xuICBASW5wdXQoKSBkYXRhITogQ2FwYWJpbGl0eTtcbiAgQElucHV0KCkgZXhwYW5kZWQ/OiBib29sZWFuO1xuICBASW5wdXQoKSBzaG93SW50ZXJ2YWwhOiBib29sZWFuO1xuICBAT3V0cHV0KCkgY2xpY2tlZDogRXZlbnRFbWl0dGVyPHZvaWQ+ID0gbmV3IEV2ZW50RW1pdHRlcjx2b2lkPigpO1xuXG4gIHB1YmxpYyBpc0hvdmVyaW5nID0gZmFsc2U7XG4gIHB1YmxpYyBpc0NsaWNrZWQgPSBmYWxzZTtcblxuICBwdWJsaWMgaXNTVkcoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuICEhdGhpcy5kYXRhLmNsYXNzaWZpY2F0aW9uQmcgJiYgdGhpcy5kYXRhLmNsYXNzaWZpY2F0aW9uQmcgPT09IFwiU1ZHXCI7XG4gIH1cbn1cbiIsIjxzZWN0aW9uIHJldXNhYmxlLW91dGxldCBjbGFzcz1cImNhcGFiaWxpdHktaW50ZXJ2YWxcIj5cbiAgPHNlY3Rpb24gW2NsYXNzLmNhcGFiaWxpdHktaW50ZXJ2YWxfX2Jhcl09XCJpc1NWRygpXCI+XG4gICAgPG1hcGEtY2FwYWJpbGl0eS1pbnRlcnZhbFxuICAgICAgW2RhdGFdPVwiZGF0YVwiXG4gICAgICBbc2hvd0ludGVydmFsXT1cInNob3dJbnRlcnZhbFwiXG4gICAgPjwvbWFwYS1jYXBhYmlsaXR5LWludGVydmFsPlxuICA8L3NlY3Rpb24+XG48L3NlY3Rpb24+XG4iXX0=
@@ -1,21 +1,29 @@
1
1
  import { Injectable } from "@angular/core";
2
2
  import { NavigationStart } from "@angular/router";
3
+ import { Subject } from "rxjs";
4
+ import { takeUntil } from "rxjs/operators";
3
5
  import { MapaCapabilityIntervalBarComponent } from "../../capability-interval-bar/capability-interval-bar.component";
4
6
  import * as i0 from "@angular/core";
5
7
  import * as i1 from "@angular/router";
6
8
  export class ReusableCapabilityIntervalBarService {
7
9
  constructor(componentFactoryResolver, injector, router) {
8
10
  this.componentFactoryResolver = componentFactoryResolver;
9
- this.injector = injector;
10
11
  this.router = router;
12
+ this.onDestroy$ = new Subject();
11
13
  const componentFactory = this.componentFactoryResolver.resolveComponentFactory(MapaCapabilityIntervalBarComponent);
12
14
  this.componentRef = componentFactory.create(injector);
13
- this.router.events.subscribe((event) => {
15
+ this.router.events
16
+ .pipe(takeUntil(this.onDestroy$))
17
+ .subscribe((event) => {
14
18
  if (event instanceof NavigationStart && this.currentViewContainerRef) {
15
19
  this.detach(this.currentViewContainerRef);
16
20
  }
17
21
  });
18
22
  }
23
+ ngOnDestroy() {
24
+ this.onDestroy$.next();
25
+ this.onDestroy$.complete();
26
+ }
19
27
  attach(viewContainerRef) {
20
28
  this.currentViewContainerRef = viewContainerRef;
21
29
  viewContainerRef.insert(this.componentRef.hostView);
@@ -29,4 +37,4 @@ ReusableCapabilityIntervalBarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVe
29
37
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ReusableCapabilityIntervalBarService, decorators: [{
30
38
  type: Injectable
31
39
  }], ctorParameters: function () { return [{ type: i0.ComponentFactoryResolver }, { type: i0.Injector }, { type: i1.Router }]; } });
32
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmV1c2FibGUtaW50ZXJ2YWwtYmFyLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXBhLWxpYnJhcnktdWkvc3JjL2xpYi9jb21wb25lbnRzL2NhcGFiaWxpdHkvc3JjL2Vzc2VudGlhbHMvc2VydmljZXMvcmV1c2FibGUtaW50ZXJ2YWwtYmFyLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUtMLFVBQVUsRUFDWCxNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQVUsZUFBZSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDMUQsT0FBTyxFQUFFLGtDQUFrQyxFQUFFLE1BQU0saUVBQWlFLENBQUM7OztBQUdySCxNQUFNLE9BQU8sb0NBQW9DO0lBSy9DLFlBQ1Usd0JBQWtELEVBQ2xELFFBQWtCLEVBQ2xCLE1BQWM7UUFGZCw2QkFBd0IsR0FBeEIsd0JBQXdCLENBQTBCO1FBQ2xELGFBQVEsR0FBUixRQUFRLENBQVU7UUFDbEIsV0FBTSxHQUFOLE1BQU0sQ0FBUTtRQUV0QixNQUFNLGdCQUFnQixHQUFHLElBQUksQ0FBQyx3QkFBd0IsQ0FBQyx1QkFBdUIsQ0FDNUUsa0NBQWtDLENBQ25DLENBQUM7UUFDRixJQUFJLENBQUMsWUFBWSxHQUFHLGdCQUFnQixDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUV0RCxJQUFJLENBQUMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxTQUFTLENBQUMsQ0FBQyxLQUFLLEVBQUUsRUFBRTtZQUNyQyxJQUFJLEtBQUssWUFBWSxlQUFlLElBQUksSUFBSSxDQUFDLHVCQUF1QixFQUFFO2dCQUNwRSxJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyx1QkFBdUIsQ0FBQyxDQUFDO2FBQzNDO1FBQ0gsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRU0sTUFBTSxDQUFDLGdCQUFrQztRQUM5QyxJQUFJLENBQUMsdUJBQXVCLEdBQUcsZ0JBQWdCLENBQUM7UUFDaEQsZ0JBQWdCLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsUUFBUSxDQUFDLENBQUM7SUFDdEQsQ0FBQztJQUVNLE1BQU0sQ0FBQyxnQkFBa0M7UUFDOUMsZ0JBQWdCLENBQUMsTUFBTSxDQUNyQixnQkFBZ0IsQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxRQUFRLENBQUMsQ0FDckQsQ0FBQztJQUNKLENBQUM7O2tJQS9CVSxvQ0FBb0M7c0lBQXBDLG9DQUFvQzs0RkFBcEMsb0NBQW9DO2tCQURoRCxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ29tcG9uZW50UmVmLFxuICBWaWV3Q29udGFpbmVyUmVmLFxuICBDb21wb25lbnRGYWN0b3J5UmVzb2x2ZXIsXG4gIEluamVjdG9yLFxuICBJbmplY3RhYmxlXG59IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBSb3V0ZXIsIE5hdmlnYXRpb25TdGFydCB9IGZyb20gXCJAYW5ndWxhci9yb3V0ZXJcIjtcbmltcG9ydCB7IE1hcGFDYXBhYmlsaXR5SW50ZXJ2YWxCYXJDb21wb25lbnQgfSBmcm9tIFwiLi4vLi4vY2FwYWJpbGl0eS1pbnRlcnZhbC1iYXIvY2FwYWJpbGl0eS1pbnRlcnZhbC1iYXIuY29tcG9uZW50XCI7XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBSZXVzYWJsZUNhcGFiaWxpdHlJbnRlcnZhbEJhclNlcnZpY2Uge1xuICBwcml2YXRlIGNvbXBvbmVudFJlZjogQ29tcG9uZW50UmVmPE1hcGFDYXBhYmlsaXR5SW50ZXJ2YWxCYXJDb21wb25lbnQ+O1xuXG4gIHByaXZhdGUgY3VycmVudFZpZXdDb250YWluZXJSZWYhOiBWaWV3Q29udGFpbmVyUmVmO1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgY29tcG9uZW50RmFjdG9yeVJlc29sdmVyOiBDb21wb25lbnRGYWN0b3J5UmVzb2x2ZXIsXG4gICAgcHJpdmF0ZSBpbmplY3RvcjogSW5qZWN0b3IsXG4gICAgcHJpdmF0ZSByb3V0ZXI6IFJvdXRlclxuICApIHtcbiAgICBjb25zdCBjb21wb25lbnRGYWN0b3J5ID0gdGhpcy5jb21wb25lbnRGYWN0b3J5UmVzb2x2ZXIucmVzb2x2ZUNvbXBvbmVudEZhY3RvcnkoXG4gICAgICBNYXBhQ2FwYWJpbGl0eUludGVydmFsQmFyQ29tcG9uZW50XG4gICAgKTtcbiAgICB0aGlzLmNvbXBvbmVudFJlZiA9IGNvbXBvbmVudEZhY3RvcnkuY3JlYXRlKGluamVjdG9yKTtcblxuICAgIHRoaXMucm91dGVyLmV2ZW50cy5zdWJzY3JpYmUoKGV2ZW50KSA9PiB7XG4gICAgICBpZiAoZXZlbnQgaW5zdGFuY2VvZiBOYXZpZ2F0aW9uU3RhcnQgJiYgdGhpcy5jdXJyZW50Vmlld0NvbnRhaW5lclJlZikge1xuICAgICAgICB0aGlzLmRldGFjaCh0aGlzLmN1cnJlbnRWaWV3Q29udGFpbmVyUmVmKTtcbiAgICAgIH1cbiAgICB9KTtcbiAgfVxuXG4gIHB1YmxpYyBhdHRhY2godmlld0NvbnRhaW5lclJlZjogVmlld0NvbnRhaW5lclJlZikge1xuICAgIHRoaXMuY3VycmVudFZpZXdDb250YWluZXJSZWYgPSB2aWV3Q29udGFpbmVyUmVmO1xuICAgIHZpZXdDb250YWluZXJSZWYuaW5zZXJ0KHRoaXMuY29tcG9uZW50UmVmLmhvc3RWaWV3KTtcbiAgfVxuXG4gIHB1YmxpYyBkZXRhY2godmlld0NvbnRhaW5lclJlZjogVmlld0NvbnRhaW5lclJlZikge1xuICAgIHZpZXdDb250YWluZXJSZWYuZGV0YWNoKFxuICAgICAgdmlld0NvbnRhaW5lclJlZi5pbmRleE9mKHRoaXMuY29tcG9uZW50UmVmLmhvc3RWaWV3KVxuICAgICk7XG4gIH1cbn1cbiJdfQ==
40
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmV1c2FibGUtaW50ZXJ2YWwtYmFyLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXBhLWxpYnJhcnktdWkvc3JjL2xpYi9jb21wb25lbnRzL2NhcGFiaWxpdHkvc3JjL2Vzc2VudGlhbHMvc2VydmljZXMvcmV1c2FibGUtaW50ZXJ2YWwtYmFyLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUtMLFVBQVUsRUFFWCxNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsZUFBZSxFQUFVLE1BQU0saUJBQWlCLENBQUM7QUFDMUQsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUMvQixPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDM0MsT0FBTyxFQUFFLGtDQUFrQyxFQUFFLE1BQU0saUVBQWlFLENBQUM7OztBQUdySCxNQUFNLE9BQU8sb0NBQW9DO0lBSy9DLFlBQ1Usd0JBQWtELEVBQzFELFFBQWtCLEVBQ1YsTUFBYztRQUZkLDZCQUF3QixHQUF4Qix3QkFBd0IsQ0FBMEI7UUFFbEQsV0FBTSxHQUFOLE1BQU0sQ0FBUTtRQUxQLGVBQVUsR0FBRyxJQUFJLE9BQU8sRUFBUSxDQUFDO1FBT2hELE1BQU0sZ0JBQWdCLEdBQUcsSUFBSSxDQUFDLHdCQUF3QixDQUFDLHVCQUF1QixDQUM1RSxrQ0FBa0MsQ0FDbkMsQ0FBQztRQUNGLElBQUksQ0FBQyxZQUFZLEdBQUcsZ0JBQWdCLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBRXRELElBQUksQ0FBQyxNQUFNLENBQUMsTUFBTTthQUNmLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDO2FBQ2hDLFNBQVMsQ0FBQyxDQUFDLEtBQUssRUFBRSxFQUFFO1lBQ25CLElBQUksS0FBSyxZQUFZLGVBQWUsSUFBSSxJQUFJLENBQUMsdUJBQXVCLEVBQUU7Z0JBQ3BFLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLHVCQUF1QixDQUFDLENBQUM7YUFDM0M7UUFDSCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUN2QixJQUFJLENBQUMsVUFBVSxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQzdCLENBQUM7SUFFTSxNQUFNLENBQUMsZ0JBQWtDO1FBQzlDLElBQUksQ0FBQyx1QkFBdUIsR0FBRyxnQkFBZ0IsQ0FBQztRQUNoRCxnQkFBZ0IsQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUN0RCxDQUFDO0lBRU0sTUFBTSxDQUFDLGdCQUFrQztRQUM5QyxnQkFBZ0IsQ0FBQyxNQUFNLENBQ3JCLGdCQUFnQixDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLFFBQVEsQ0FBQyxDQUNyRCxDQUFDO0lBQ0osQ0FBQzs7a0lBdENVLG9DQUFvQztzSUFBcEMsb0NBQW9DOzRGQUFwQyxvQ0FBb0M7a0JBRGhELFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnRSZWYsXG4gIFZpZXdDb250YWluZXJSZWYsXG4gIENvbXBvbmVudEZhY3RvcnlSZXNvbHZlcixcbiAgSW5qZWN0b3IsXG4gIEluamVjdGFibGUsXG4gIE9uRGVzdHJveVxufSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgTmF2aWdhdGlvblN0YXJ0LCBSb3V0ZXIgfSBmcm9tIFwiQGFuZ3VsYXIvcm91dGVyXCI7XG5pbXBvcnQgeyBTdWJqZWN0IH0gZnJvbSBcInJ4anNcIjtcbmltcG9ydCB7IHRha2VVbnRpbCB9IGZyb20gXCJyeGpzL29wZXJhdG9yc1wiO1xuaW1wb3J0IHsgTWFwYUNhcGFiaWxpdHlJbnRlcnZhbEJhckNvbXBvbmVudCB9IGZyb20gXCIuLi8uLi9jYXBhYmlsaXR5LWludGVydmFsLWJhci9jYXBhYmlsaXR5LWludGVydmFsLWJhci5jb21wb25lbnRcIjtcblxuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIFJldXNhYmxlQ2FwYWJpbGl0eUludGVydmFsQmFyU2VydmljZSBpbXBsZW1lbnRzIE9uRGVzdHJveSB7XG4gIHByaXZhdGUgY29tcG9uZW50UmVmOiBDb21wb25lbnRSZWY8TWFwYUNhcGFiaWxpdHlJbnRlcnZhbEJhckNvbXBvbmVudD47XG4gIHByaXZhdGUgY3VycmVudFZpZXdDb250YWluZXJSZWYhOiBWaWV3Q29udGFpbmVyUmVmO1xuICBwcml2YXRlIHJlYWRvbmx5IG9uRGVzdHJveSQgPSBuZXcgU3ViamVjdDx2b2lkPigpO1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgY29tcG9uZW50RmFjdG9yeVJlc29sdmVyOiBDb21wb25lbnRGYWN0b3J5UmVzb2x2ZXIsXG4gICAgaW5qZWN0b3I6IEluamVjdG9yLFxuICAgIHByaXZhdGUgcm91dGVyOiBSb3V0ZXJcbiAgKSB7XG4gICAgY29uc3QgY29tcG9uZW50RmFjdG9yeSA9IHRoaXMuY29tcG9uZW50RmFjdG9yeVJlc29sdmVyLnJlc29sdmVDb21wb25lbnRGYWN0b3J5KFxuICAgICAgTWFwYUNhcGFiaWxpdHlJbnRlcnZhbEJhckNvbXBvbmVudFxuICAgICk7XG4gICAgdGhpcy5jb21wb25lbnRSZWYgPSBjb21wb25lbnRGYWN0b3J5LmNyZWF0ZShpbmplY3Rvcik7XG5cbiAgICB0aGlzLnJvdXRlci5ldmVudHNcbiAgICAgIC5waXBlKHRha2VVbnRpbCh0aGlzLm9uRGVzdHJveSQpKVxuICAgICAgLnN1YnNjcmliZSgoZXZlbnQpID0+IHtcbiAgICAgICAgaWYgKGV2ZW50IGluc3RhbmNlb2YgTmF2aWdhdGlvblN0YXJ0ICYmIHRoaXMuY3VycmVudFZpZXdDb250YWluZXJSZWYpIHtcbiAgICAgICAgICB0aGlzLmRldGFjaCh0aGlzLmN1cnJlbnRWaWV3Q29udGFpbmVyUmVmKTtcbiAgICAgICAgfVxuICAgICAgfSk7XG4gIH1cblxuICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICB0aGlzLm9uRGVzdHJveSQubmV4dCgpO1xuICAgIHRoaXMub25EZXN0cm95JC5jb21wbGV0ZSgpO1xuICB9XG5cbiAgcHVibGljIGF0dGFjaCh2aWV3Q29udGFpbmVyUmVmOiBWaWV3Q29udGFpbmVyUmVmKSB7XG4gICAgdGhpcy5jdXJyZW50Vmlld0NvbnRhaW5lclJlZiA9IHZpZXdDb250YWluZXJSZWY7XG4gICAgdmlld0NvbnRhaW5lclJlZi5pbnNlcnQodGhpcy5jb21wb25lbnRSZWYuaG9zdFZpZXcpO1xuICB9XG5cbiAgcHVibGljIGRldGFjaCh2aWV3Q29udGFpbmVyUmVmOiBWaWV3Q29udGFpbmVyUmVmKSB7XG4gICAgdmlld0NvbnRhaW5lclJlZi5kZXRhY2goXG4gICAgICB2aWV3Q29udGFpbmVyUmVmLmluZGV4T2YodGhpcy5jb21wb25lbnRSZWYuaG9zdFZpZXcpXG4gICAgKTtcbiAgfVxufVxuXG4iXX0=