mapa-library-ui 0.77.4 → 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 +75 -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 +75 -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 -306
  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 -312
  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 -348
  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 -254
  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 -1304
  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 +641 -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 -306
  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 -343
  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 +333 -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 -1289
  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 -191
  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 -191
  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 -191
  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 -191
  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 -191
  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.4.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
@@ -1,8 +1,15 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Directive, Self, Optional, Input, Host, Pipe } from '@angular/core';
2
+ import { Directive, Self, Optional, Input, InjectionToken, Injectable, Inject, Host, Component, SecurityContext, Pipe } from '@angular/core';
3
+ import { Subject, BehaviorSubject } from 'rxjs';
4
+ import { takeUntil } from 'rxjs/operators';
3
5
  import * as i1 from '@angular/material/input';
4
6
  import * as i2 from '@angular/forms';
5
7
  import * as i1$1 from '@angular/material/paginator';
8
+ import * as i2$1 from '@angular/common';
9
+ import { CommonModule } from '@angular/common';
10
+ import * as i3 from '@angular/material/form-field';
11
+ import { MatFormFieldModule } from '@angular/material/form-field';
12
+ import * as i1$2 from '@angular/platform-browser';
6
13
 
7
14
  class ElementBase {
8
15
  constructor(options = {}) {
@@ -91,6 +98,7 @@ class MatInputAutosizeDirective {
91
98
  constructor(el, childMatInput, childNgModel) {
92
99
  this.childMatInput = childMatInput;
93
100
  this.childNgModel = childNgModel;
101
+ this.onDestroy$ = new Subject();
94
102
  this.matInputAutosizeMinWidth = '120px';
95
103
  this.changeHiddenText = (newValue) => {
96
104
  if (this.hiddenText) {
@@ -107,9 +115,8 @@ class MatInputAutosizeDirective {
107
115
  this.subscribeToChanges();
108
116
  }
109
117
  ngOnDestroy() {
110
- if (this.changeDetectSub) {
111
- this.changeDetectSub.unsubscribe();
112
- }
118
+ this.onDestroy$.next();
119
+ this.onDestroy$.complete();
113
120
  }
114
121
  checkErrors() {
115
122
  if (!(this.inputElement instanceof HTMLInputElement)) {
@@ -147,11 +154,12 @@ class MatInputAutosizeDirective {
147
154
  }
148
155
  subscribeToChanges() {
149
156
  if (this.childNgModel) {
150
- this.changeDetectSub = this.childNgModel.control.valueChanges.subscribe(this.changeHiddenText);
151
- }
152
- else {
153
- this.inputElement.addEventListener('input', () => this.changeHiddenText(this.inputElement.value));
157
+ this.childNgModel.control.valueChanges
158
+ .pipe(takeUntil(this.onDestroy$))
159
+ .subscribe(this.changeHiddenText);
160
+ return;
154
161
  }
162
+ this.inputElement.addEventListener('input', () => this.changeHiddenText(this.inputElement.value));
155
163
  }
156
164
  }
157
165
  MatInputAutosizeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MatInputAutosizeDirective, deps: [{ token: i0.ElementRef }, { token: i1.MatInput, self: true }, { token: i2.NgModel, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive });
@@ -178,12 +186,130 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
178
186
  type: Input
179
187
  }] } });
180
188
 
189
+ const MAPA_UI_TEXTS = new InjectionToken("MAPA_UI_TEXTS");
190
+ const MAPA_UI_DEFAULT_TEXTS = {
191
+ common: {
192
+ selectAll: "Selecionar todos",
193
+ },
194
+ filters: {
195
+ clear: "Limpar filtros",
196
+ submit: "Filtrar",
197
+ },
198
+ datepicker: {
199
+ startDatePlaceholder: "Data inicial",
200
+ endDatePlaceholder: "Data final",
201
+ },
202
+ capability: {
203
+ groupAverageTitle: "Média geral do grupo",
204
+ individualAverageTitle: "Média geral do indivíduo",
205
+ conceptTitle: "Conceito",
206
+ resultTitle: "Resultado",
207
+ positiveIndicatorsTitle: "Indicadores positivos",
208
+ negativeIndicatorsTitle: "Indicadores negativos",
209
+ riskIndicatorsTitle: "Indicadores de risco",
210
+ precipitationRiskTitle: "Risco de acidente por precipitação",
211
+ negligenceRiskTitle: "Risco de acidente por negligência",
212
+ negativeDirectionLabel: "Direção Negativa |",
213
+ positiveDirectionLabel: "Direção Positiva |",
214
+ },
215
+ paginator: {
216
+ itemsPerPage: "Itens por página",
217
+ nextPage: "Próxima página",
218
+ previousPage: "Página anterior",
219
+ rangeLabel: (page, pageSize, length) => {
220
+ if (length === 0 || pageSize === 0) {
221
+ return `0 de ${length}`;
222
+ }
223
+ const startIndex = page * pageSize;
224
+ const endIndex = startIndex < length
225
+ ? Math.min(startIndex + pageSize, length)
226
+ : startIndex + pageSize;
227
+ return `${startIndex + 1} - ${endIndex} de ${length}`;
228
+ },
229
+ showingRangeLabel: (page, pageSize, length) => {
230
+ if (length === 0) {
231
+ return "Mostrando 0 - 0 de 0 item";
232
+ }
233
+ const startIndex = page * pageSize;
234
+ const endIndex = startIndex < length
235
+ ? Math.min(startIndex + pageSize, length)
236
+ : startIndex + pageSize;
237
+ const itemLabel = length === 1 ? "item" : "itens";
238
+ return `Mostrando ${startIndex + 1} - ${endIndex} de ${length} ${itemLabel}`;
239
+ },
240
+ },
241
+ validation: {
242
+ cnpj: "CNPJ inválido",
243
+ cpf: "CPF inválido",
244
+ email: "E-mail inválido",
245
+ max: (context) => { var _a; return `O valor máximo permitido é ${(_a = context === null || context === void 0 ? void 0 : context.max) !== null && _a !== void 0 ? _a : ""}`.trim(); },
246
+ maxLength: (context) => { var _a; return `O máximo permitido é ${(_a = context === null || context === void 0 ? void 0 : context.requiredLength) !== null && _a !== void 0 ? _a : ""} caracteres`.trim(); },
247
+ min: (context) => { var _a; return `O valor minimo permitido é ${(_a = context === null || context === void 0 ? void 0 : context.min) !== null && _a !== void 0 ? _a : ""}`.trim(); },
248
+ minLength: (context) => { var _a; return `O mínimo permitido é ${(_a = context === null || context === void 0 ? void 0 : context.requiredLength) !== null && _a !== void 0 ? _a : ""} caracteres`.trim(); },
249
+ pattern: "Formato inválido",
250
+ required: "Campo obrigatório",
251
+ },
252
+ };
253
+ function mergeMapaUiTexts(customTexts) {
254
+ var _a, _b, _c, _d, _e, _f;
255
+ return {
256
+ common: Object.assign(Object.assign({}, MAPA_UI_DEFAULT_TEXTS.common), ((_a = customTexts === null || customTexts === void 0 ? void 0 : customTexts.common) !== null && _a !== void 0 ? _a : {})),
257
+ filters: Object.assign(Object.assign({}, MAPA_UI_DEFAULT_TEXTS.filters), ((_b = customTexts === null || customTexts === void 0 ? void 0 : customTexts.filters) !== null && _b !== void 0 ? _b : {})),
258
+ datepicker: Object.assign(Object.assign({}, MAPA_UI_DEFAULT_TEXTS.datepicker), ((_c = customTexts === null || customTexts === void 0 ? void 0 : customTexts.datepicker) !== null && _c !== void 0 ? _c : {})),
259
+ capability: Object.assign(Object.assign({}, MAPA_UI_DEFAULT_TEXTS.capability), ((_d = customTexts === null || customTexts === void 0 ? void 0 : customTexts.capability) !== null && _d !== void 0 ? _d : {})),
260
+ paginator: Object.assign(Object.assign({}, MAPA_UI_DEFAULT_TEXTS.paginator), ((_e = customTexts === null || customTexts === void 0 ? void 0 : customTexts.paginator) !== null && _e !== void 0 ? _e : {})),
261
+ validation: Object.assign(Object.assign({}, MAPA_UI_DEFAULT_TEXTS.validation), ((_f = customTexts === null || customTexts === void 0 ? void 0 : customTexts.validation) !== null && _f !== void 0 ? _f : {})),
262
+ };
263
+ }
264
+ function provideMapaUiTexts(texts) {
265
+ return {
266
+ provide: MAPA_UI_TEXTS,
267
+ useValue: texts,
268
+ };
269
+ }
270
+
271
+ class MapaI18nService {
272
+ constructor(customTexts) {
273
+ this.textsSubject = new BehaviorSubject(mergeMapaUiTexts(customTexts));
274
+ this.texts$ = this.textsSubject.asObservable();
275
+ }
276
+ get texts() {
277
+ return this.textsSubject.value;
278
+ }
279
+ setTexts(texts) {
280
+ this.textsSubject.next(mergeMapaUiTexts(texts));
281
+ }
282
+ resolveValidationText(key, context) {
283
+ return this.resolveText(this.texts.validation[key], context);
284
+ }
285
+ resolveText(value, context) {
286
+ return typeof value === "function" ? value(context) : value;
287
+ }
288
+ }
289
+ MapaI18nService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaI18nService, deps: [{ token: MAPA_UI_TEXTS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
290
+ MapaI18nService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaI18nService, providedIn: "root" });
291
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaI18nService, decorators: [{
292
+ type: Injectable,
293
+ args: [{
294
+ providedIn: "root",
295
+ }]
296
+ }], ctorParameters: function () {
297
+ return [{ type: undefined, decorators: [{
298
+ type: Optional
299
+ }, {
300
+ type: Inject,
301
+ args: [MAPA_UI_TEXTS]
302
+ }] }];
303
+ } });
304
+
181
305
  class PaginatorLegacyDirective {
182
- constructor(matPag, ViewContainer, renderer) {
306
+ constructor(matPag, viewContainer, renderer, i18n) {
183
307
  this.matPag = matPag;
184
- this.ViewContainer = ViewContainer;
308
+ this.viewContainer = viewContainer;
185
309
  this.renderer = renderer;
310
+ this.i18n = i18n;
186
311
  this.buttons = [];
312
+ this.onDestroy$ = new Subject();
187
313
  this.buildPageNumbers = () => {
188
314
  let dots;
189
315
  let page;
@@ -191,35 +317,30 @@ class PaginatorLegacyDirective {
191
317
  let startIndex;
192
318
  let totalPages;
193
319
  totalPages = this.matPag.getNumberOfPages();
194
- // Container div with paginator elements
195
- const actionContainer = this.ViewContainer.element.nativeElement.querySelector('div.mat-paginator-range-actions');
196
- // Button that triggers the next page action
197
- const nextPageNode = this.ViewContainer.element.nativeElement.querySelector('button.mat-paginator-navigation-next');
198
- // Label showing the page range
199
- const pageRange = this.ViewContainer.element.nativeElement.querySelector('div.mat-paginator-range-label');
320
+ const actionContainer = this.viewContainer.element.nativeElement.querySelector('div.mat-paginator-range-actions');
321
+ const nextPageNode = this.viewContainer.element.nativeElement.querySelector('button.mat-paginator-navigation-next');
322
+ const pageRange = this.viewContainer.element.nativeElement.querySelector('div.mat-paginator-range-label');
200
323
  let prevButtonCount = this.buttons.length;
201
- // Remove buttons before creating new ones
202
324
  if (prevButtonCount > 0) {
203
325
  this.buttons.forEach((button) => {
204
326
  this.renderer.removeChild(actionContainer, button);
205
327
  });
206
- // Empty state array
207
328
  prevButtonCount = 0;
208
329
  }
209
330
  this.renderer.addClass(pageRange, 'custom-paginator-counter');
210
331
  this.renderer.addClass(actionContainer, 'custom-paginator-container');
211
- // Initialize next page and last page buttons
212
332
  if (prevButtonCount === 0) {
213
333
  const nodeArray = actionContainer.childNodes;
214
334
  setTimeout(() => {
335
+ var _a, _b;
215
336
  for (const node of nodeArray) {
216
337
  if (node.nodeName === 'BUTTON') {
217
- // Next Button styles
218
- if (node.innerHTML.length > 100 && node.disabled) {
338
+ const nodeTextLength = (_b = (_a = node.textContent) === null || _a === void 0 ? void 0 : _a.length) !== null && _b !== void 0 ? _b : 0;
339
+ if (nodeTextLength > 100 && node.disabled) {
219
340
  this.renderer.addClass(node, 'custom-paginator-arrow-disabled');
220
341
  this.renderer.removeClass(node, 'custom-paginator-arrow-enabled');
221
342
  }
222
- else if (node.innerHTML.length > 100 && !node.disabled) {
343
+ else if (nodeTextLength > 100 && !node.disabled) {
223
344
  this.renderer.addClass(node, 'custom-paginator-arrow-enabled');
224
345
  this.renderer.removeClass(node, 'custom-paginator-arrow-disabled');
225
346
  }
@@ -258,51 +379,34 @@ class PaginatorLegacyDirective {
258
379
  }
259
380
  };
260
381
  this.currentPage = 1;
261
- this.pageGapTxt = ['•••', '---'];
382
+ this.pageGapTxt = ['...', '---'];
262
383
  this.showTotalPages = 2;
263
384
  this.checkPage = [0, 0, 0];
264
- // Display custom range label text
265
- this.matPag._intl.getRangeLabel = (page, pageSize, length) => {
266
- const startIndex = page * pageSize;
267
- const endIndex = startIndex < length
268
- ? Math.min(startIndex + pageSize, length)
269
- : startIndex + pageSize;
270
- if (length === 0) {
271
- return 'Mostrando 0 – 0 de 0 item';
272
- }
273
- if (length === 1) {
274
- return ('Mostrando ' +
275
- (startIndex + 1) +
276
- ' – ' +
277
- endIndex +
278
- ' de ' +
279
- length +
280
- ' item');
281
- }
282
- else {
283
- return ('Mostrando ' +
284
- (startIndex + 1) +
285
- ' – ' +
286
- endIndex +
287
- ' de ' +
288
- length +
289
- ' itens');
290
- }
291
- };
292
- // Subscribe to rerender buttons when next page and last page button is used
293
- this.matPag.page.subscribe((paginator) => {
385
+ this.matPag._intl.getRangeLabel = (page, pageSize, length) => this.i18n.texts.paginator.showingRangeLabel(page, pageSize, length);
386
+ this.matPag.page
387
+ .pipe(takeUntil(this.onDestroy$))
388
+ .subscribe((paginator) => {
294
389
  this.currentPage = paginator.pageIndex;
295
390
  this.matPag.pageIndex = paginator.pageIndex;
296
391
  this.initPageRange();
297
392
  });
298
- this.matPag._intl.itemsPerPageLabel = 'Itens por página';
299
- const paginatorIntl = this.matPag._intl;
300
- paginatorIntl.nextPageLabel = '';
301
- paginatorIntl.previousPageLabel = '';
393
+ this.i18n.texts$
394
+ .pipe(takeUntil(this.onDestroy$))
395
+ .subscribe(() => {
396
+ this.matPag._intl.itemsPerPageLabel = this.i18n.texts.paginator.itemsPerPage;
397
+ const paginatorIntl = this.matPag._intl;
398
+ paginatorIntl.nextPageLabel = this.i18n.texts.paginator.nextPage;
399
+ paginatorIntl.previousPageLabel = this.i18n.texts.paginator.previousPage;
400
+ paginatorIntl.changes.next();
401
+ });
402
+ }
403
+ ngAfterViewInit() {
404
+ this.rangeStart = 0;
405
+ this.rangeEnd = this.showTotalPages - 1;
406
+ this.initPageRange();
302
407
  }
303
408
  ngDoCheck() {
304
409
  var _a, _b, _c;
305
- // Reset paginator if the pageSize, pageIndex, length changes
306
410
  if (((_a = this.matPag) === null || _a === void 0 ? void 0 : _a.length) !== this.checkPage[0] ||
307
411
  ((_b = this.matPag) === null || _b === void 0 ? void 0 : _b.pageSize) !== this.checkPage[1] ||
308
412
  ((_c = this.matPag) === null || _c === void 0 ? void 0 : _c.pageIndex) !== this.checkPage[2]) {
@@ -320,6 +424,10 @@ class PaginatorLegacyDirective {
320
424
  ];
321
425
  }
322
426
  }
427
+ ngOnDestroy() {
428
+ this.onDestroy$.next();
429
+ this.onDestroy$.complete();
430
+ }
323
431
  createButton(index, pageIndex) {
324
432
  const linkBtn = this.renderer.createElement('button');
325
433
  this.renderer.setAttribute(linkBtn, 'class', 'custom-paginator-page');
@@ -358,13 +466,9 @@ class PaginatorLegacyDirective {
358
466
  break;
359
467
  }
360
468
  this.renderer.appendChild(linkBtn, text);
361
- // Add button to private array for state
362
469
  this.buttons.push(linkBtn);
363
470
  return linkBtn;
364
471
  }
365
- /**
366
- * @description calculates the button range based on class input parameters and based on current page index value.
367
- */
368
472
  initPageRange() {
369
473
  this.rangeStart = this.currentPage - this.showTotalPages / 2;
370
474
  this.rangeEnd = this.currentPage + this.showTotalPages / 2;
@@ -381,13 +485,8 @@ class PaginatorLegacyDirective {
381
485
  this.currentPage = index;
382
486
  this.initPageRange();
383
487
  }
384
- ngAfterViewInit() {
385
- this.rangeStart = 0;
386
- this.rangeEnd = this.showTotalPages - 1;
387
- this.initPageRange();
388
- }
389
488
  }
390
- PaginatorLegacyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PaginatorLegacyDirective, deps: [{ token: i1$1.MatPaginator, host: true, optional: true, self: true }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
489
+ PaginatorLegacyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PaginatorLegacyDirective, deps: [{ token: i1$1.MatPaginator, host: true, optional: true, self: true }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }, { token: MapaI18nService }], target: i0.ɵɵFactoryTarget.Directive });
391
490
  PaginatorLegacyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PaginatorLegacyDirective, isStandalone: true, selector: "[appStylePaginatorMv]", ngImport: i0 });
392
491
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PaginatorLegacyDirective, decorators: [{
393
492
  type: Directive,
@@ -402,9 +501,137 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
402
501
  type: Self
403
502
  }, {
404
503
  type: Optional
405
- }] }, { type: i0.ViewContainerRef }, { type: i0.Renderer2 }];
504
+ }] }, { type: i0.ViewContainerRef }, { type: i0.Renderer2 }, { type: MapaI18nService }];
406
505
  } });
407
506
 
507
+ class ValidationMessageResolverService {
508
+ constructor(i18n) {
509
+ this.i18n = i18n;
510
+ this.errorOrder = [
511
+ "required",
512
+ "minlength",
513
+ "maxlength",
514
+ "cpf",
515
+ "cnpj",
516
+ "email",
517
+ "pattern",
518
+ "min",
519
+ "max",
520
+ ];
521
+ }
522
+ resolveFirstError(control, errors) {
523
+ const validationErrors = control === null || control === void 0 ? void 0 : control.errors;
524
+ if (!validationErrors) {
525
+ return null;
526
+ }
527
+ const firstErrorKey = this.errorOrder.find((key) => control === null || control === void 0 ? void 0 : control.hasError(key));
528
+ if (!firstErrorKey) {
529
+ return null;
530
+ }
531
+ return this.resolveErrorMessage(firstErrorKey, validationErrors, errors);
532
+ }
533
+ resolveErrorMessage(errorKey, validationErrors, errors) {
534
+ const errorOverrides = errors;
535
+ const customMessage = this.getCustomMessage(errorKey, errorOverrides);
536
+ if (customMessage) {
537
+ return customMessage;
538
+ }
539
+ const errorValue = validationErrors[errorKey];
540
+ switch (errorKey) {
541
+ case "minlength":
542
+ return this.i18n.resolveValidationText("minLength", errorValue);
543
+ case "maxlength":
544
+ return this.i18n.resolveValidationText("maxLength", errorValue);
545
+ case "min":
546
+ return this.i18n.resolveValidationText("min", errorValue);
547
+ case "max":
548
+ return this.i18n.resolveValidationText("max", errorValue);
549
+ default:
550
+ return this.i18n.resolveValidationText(errorKey);
551
+ }
552
+ }
553
+ getCustomMessage(errorKey, errors) {
554
+ var _a, _b;
555
+ if (!errors) {
556
+ return undefined;
557
+ }
558
+ switch (errorKey) {
559
+ case "minlength":
560
+ return (_a = errors.minLength) !== null && _a !== void 0 ? _a : errors.minlength;
561
+ case "maxlength":
562
+ return (_b = errors.maxLength) !== null && _b !== void 0 ? _b : errors.maxlength;
563
+ default:
564
+ return errors[errorKey];
565
+ }
566
+ }
567
+ }
568
+ ValidationMessageResolverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ValidationMessageResolverService, deps: [{ token: MapaI18nService }], target: i0.ɵɵFactoryTarget.Injectable });
569
+ ValidationMessageResolverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ValidationMessageResolverService, providedIn: "root" });
570
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ValidationMessageResolverService, decorators: [{
571
+ type: Injectable,
572
+ args: [{
573
+ providedIn: "root",
574
+ }]
575
+ }], ctorParameters: function () { return [{ type: MapaI18nService }]; } });
576
+
577
+ class MapaFormErrorsComponent {
578
+ constructor(validationMessageResolver) {
579
+ this.validationMessageResolver = validationMessageResolver;
580
+ }
581
+ get message() {
582
+ return this.validationMessageResolver.resolveFirstError(this.control, this.errors);
583
+ }
584
+ }
585
+ MapaFormErrorsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaFormErrorsComponent, deps: [{ token: ValidationMessageResolverService }], target: i0.ɵɵFactoryTarget.Component });
586
+ MapaFormErrorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaFormErrorsComponent, isStandalone: true, selector: "mapa-form-errors", inputs: { control: "control", errors: "errors" }, ngImport: i0, template: "<mat-error *ngIf=\"message\">\n {{ message }}\n</mat-error>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "directive", type: i3.MatError, selector: "mat-error", inputs: ["id"] }] });
587
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaFormErrorsComponent, decorators: [{
588
+ type: Component,
589
+ args: [{ selector: "mapa-form-errors", standalone: true, imports: [CommonModule, MatFormFieldModule], template: "<mat-error *ngIf=\"message\">\n {{ message }}\n</mat-error>\n" }]
590
+ }], ctorParameters: function () { return [{ type: ValidationMessageResolverService }]; }, propDecorators: { control: [{
591
+ type: Input
592
+ }], errors: [{
593
+ type: Input
594
+ }] } });
595
+
596
+ function sanitizeHtmlContent(sanitizer, value) {
597
+ var _a;
598
+ return (_a = sanitizer.sanitize(SecurityContext.HTML, value !== null && value !== void 0 ? value : "")) !== null && _a !== void 0 ? _a : "";
599
+ }
600
+ class HtmlSanitizerService {
601
+ constructor(sanitizer) {
602
+ this.sanitizer = sanitizer;
603
+ }
604
+ sanitize(value) {
605
+ return sanitizeHtmlContent(this.sanitizer, value);
606
+ }
607
+ }
608
+ HtmlSanitizerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HtmlSanitizerService, deps: [{ token: i1$2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Injectable });
609
+ HtmlSanitizerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HtmlSanitizerService, providedIn: "root" });
610
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HtmlSanitizerService, decorators: [{
611
+ type: Injectable,
612
+ args: [{
613
+ providedIn: "root",
614
+ }]
615
+ }], ctorParameters: function () { return [{ type: i1$2.DomSanitizer }]; } });
616
+
617
+ class SafeHtmlPipe {
618
+ constructor(htmlSanitizer) {
619
+ this.htmlSanitizer = htmlSanitizer;
620
+ }
621
+ transform(value) {
622
+ return this.htmlSanitizer.sanitize(value);
623
+ }
624
+ }
625
+ SafeHtmlPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SafeHtmlPipe, deps: [{ token: HtmlSanitizerService }], target: i0.ɵɵFactoryTarget.Pipe });
626
+ SafeHtmlPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SafeHtmlPipe, isStandalone: true, name: "safeHtml" });
627
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SafeHtmlPipe, decorators: [{
628
+ type: Pipe,
629
+ args: [{
630
+ name: "safeHtml",
631
+ standalone: true,
632
+ }]
633
+ }], ctorParameters: function () { return [{ type: HtmlSanitizerService }]; } });
634
+
408
635
  const ESTADOS_SIGLA = ['ac', 'al', 'am', 'ap', 'ba', 'ce', 'df', 'es', 'go', 'ma',
409
636
  'mg', 'ms', 'mt', 'pa', 'pb', 'pe', 'pi', 'pr', 'rj', 'rn', 'ro', 'rr', 'rs',
410
637
  'sc', 'se', 'sp', 'to'
@@ -4086,5 +4313,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4086
4313
  * Generated bundle index. Do not edit.
4087
4314
  */
4088
4315
 
4089
- export { AIH_ESTADOS, AIH_TIPOS, CEPRange, CID_NAME, CID_REGEX, CORES, CPFPipe, Dropdown, DropdownTree, ESTADOS, ESTADOS_SIGLA, ElementBase, IPTUCREATE, IPTUMASKS, IPTUVALIDATE, InputText, LOCALIZACAO_BAIRROS, LOCALIZACAO_CIDADES, LOCALIZACAO_COMPLEMENTOS, LOCALIZACAO_ESTADOS, LOCALIZACAO_LOGRADOUROS, LOCALIZACAO_RUAS, MASKSIE, MatInputAutosizeDirective, PLACAS_INVALID, PLACAS_RANGE, PaginatorLegacyDirective, RadioButton, SlideToggle, Textarea, allNumbersAreSame, cep_ranges, create_aih, create_cartaocredito, create_certidao, create_cnh, create_cnhespelho, create_cnpj, create_cns, create_cpf, create_ect, create_iptu, create_iptu_ctba, create_iptu_sp, create_pispasep, create_processo, create_renachestadual, create_renachseguranca, create_renavam, create_titulo, create_titulo_atual, creditCardValidator, currencyToNumber, faker_iptu, fillString, generateInscricaoEstadual, getAllDigits, getAllWords, getSpecialProperty, isArray, isNil, isNumber, isPresent, isString, makeGenericFaker, maskBr, mask_iptu, modulo11, modulo11Custom, modulo11a, numberToCurrency, processCaretTraps, rand, randArray, randomEstadoSigla, randomLetter, randomLetterOrNumber, randomNumber, rg_rj, rg_sp, slugify, utilsBr, validateBr, validate_aih, validate_cartaocredito, validate_celular, validate_cep, validate_certidao, validate_chassi, validate_cnh, validate_cnhespelho, validate_cnpj, validate_cns, validate_cpf, validate_currency, validate_datahora, validate_datetime, validate_ect, validate_inscricaoestadual, validate_iptu, validate_iptu_contagem, validate_iptu_ctba, validate_iptu_sp, validate_number, validate_pispasep, validate_placa, validate_porcentagem, validate_processo, validate_renachestadual, validate_renachseguranca, validate_renavam, validate_rg, validate_sped, validate_telefone, validate_time, validate_titulo };
4316
+ export { AIH_ESTADOS, AIH_TIPOS, CEPRange, CID_NAME, CID_REGEX, CORES, CPFPipe, Dropdown, DropdownTree, ESTADOS, ESTADOS_SIGLA, ElementBase, HtmlSanitizerService, IPTUCREATE, IPTUMASKS, IPTUVALIDATE, InputText, LOCALIZACAO_BAIRROS, LOCALIZACAO_CIDADES, LOCALIZACAO_COMPLEMENTOS, LOCALIZACAO_ESTADOS, LOCALIZACAO_LOGRADOUROS, LOCALIZACAO_RUAS, MAPA_UI_DEFAULT_TEXTS, MAPA_UI_TEXTS, MASKSIE, MapaFormErrorsComponent, MapaI18nService, MatInputAutosizeDirective, PLACAS_INVALID, PLACAS_RANGE, PaginatorLegacyDirective, RadioButton, SafeHtmlPipe, SlideToggle, Textarea, ValidationMessageResolverService, allNumbersAreSame, cep_ranges, create_aih, create_cartaocredito, create_certidao, create_cnh, create_cnhespelho, create_cnpj, create_cns, create_cpf, create_ect, create_iptu, create_iptu_ctba, create_iptu_sp, create_pispasep, create_processo, create_renachestadual, create_renachseguranca, create_renavam, create_titulo, create_titulo_atual, creditCardValidator, currencyToNumber, faker_iptu, fillString, generateInscricaoEstadual, getAllDigits, getAllWords, getSpecialProperty, isArray, isNil, isNumber, isPresent, isString, makeGenericFaker, maskBr, mask_iptu, mergeMapaUiTexts, modulo11, modulo11Custom, modulo11a, numberToCurrency, processCaretTraps, provideMapaUiTexts, rand, randArray, randomEstadoSigla, randomLetter, randomLetterOrNumber, randomNumber, rg_rj, rg_sp, sanitizeHtmlContent, slugify, utilsBr, validateBr, validate_aih, validate_cartaocredito, validate_celular, validate_cep, validate_certidao, validate_chassi, validate_cnh, validate_cnhespelho, validate_cnpj, validate_cns, validate_cpf, validate_currency, validate_datahora, validate_datetime, validate_ect, validate_inscricaoestadual, validate_iptu, validate_iptu_contagem, validate_iptu_ctba, validate_iptu_sp, validate_number, validate_pispasep, validate_placa, validate_porcentagem, validate_processo, validate_renachestadual, validate_renachseguranca, validate_renavam, validate_rg, validate_sped, validate_telefone, validate_time, validate_titulo };
4090
4317
  //# sourceMappingURL=mapa-library-ui.mjs.map