mapa-library-ui 0.90.2 → 1.0.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 (1038) hide show
  1. package/fesm2022/mapa-library-ui-src-lib-components-benchmarking.mjs +59 -0
  2. package/fesm2022/mapa-library-ui-src-lib-components-benchmarking.mjs.map +1 -0
  3. package/fesm2022/mapa-library-ui-src-lib-components-breadcrumb.mjs +32 -0
  4. package/fesm2022/mapa-library-ui-src-lib-components-breadcrumb.mjs.map +1 -0
  5. package/fesm2022/mapa-library-ui-src-lib-components-button-icon.mjs +53 -0
  6. package/fesm2022/mapa-library-ui-src-lib-components-button-icon.mjs.map +1 -0
  7. package/fesm2022/mapa-library-ui-src-lib-components-button.mjs +38 -0
  8. package/fesm2022/mapa-library-ui-src-lib-components-button.mjs.map +1 -0
  9. package/fesm2022/mapa-library-ui-src-lib-components-capability.mjs +1312 -0
  10. package/fesm2022/mapa-library-ui-src-lib-components-capability.mjs.map +1 -0
  11. package/fesm2022/mapa-library-ui-src-lib-components-chart.mjs +628 -0
  12. package/fesm2022/mapa-library-ui-src-lib-components-chart.mjs.map +1 -0
  13. package/fesm2022/mapa-library-ui-src-lib-components-checkbox.mjs +34 -0
  14. package/fesm2022/mapa-library-ui-src-lib-components-checkbox.mjs.map +1 -0
  15. package/fesm2022/mapa-library-ui-src-lib-components-datepicker.mjs +333 -0
  16. package/fesm2022/mapa-library-ui-src-lib-components-datepicker.mjs.map +1 -0
  17. package/fesm2022/mapa-library-ui-src-lib-components-dialog.mjs +172 -0
  18. package/fesm2022/mapa-library-ui-src-lib-components-dialog.mjs.map +1 -0
  19. package/fesm2022/mapa-library-ui-src-lib-components-dropdown-tree.mjs +645 -0
  20. package/fesm2022/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -0
  21. package/fesm2022/mapa-library-ui-src-lib-components-dropdown.mjs +561 -0
  22. package/fesm2022/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -0
  23. package/fesm2022/mapa-library-ui-src-lib-components-empty.mjs +71 -0
  24. package/fesm2022/mapa-library-ui-src-lib-components-empty.mjs.map +1 -0
  25. package/fesm2022/mapa-library-ui-src-lib-components-filters.mjs +744 -0
  26. package/fesm2022/mapa-library-ui-src-lib-components-filters.mjs.map +1 -0
  27. package/fesm2022/mapa-library-ui-src-lib-components-form.mjs +877 -0
  28. package/fesm2022/mapa-library-ui-src-lib-components-form.mjs.map +1 -0
  29. package/fesm2022/mapa-library-ui-src-lib-components-group-report.mjs +166 -0
  30. package/fesm2022/mapa-library-ui-src-lib-components-group-report.mjs.map +1 -0
  31. package/fesm2022/mapa-library-ui-src-lib-components-icon.mjs +43 -0
  32. package/fesm2022/mapa-library-ui-src-lib-components-icon.mjs.map +1 -0
  33. package/fesm2022/mapa-library-ui-src-lib-components-input.mjs +410 -0
  34. package/fesm2022/mapa-library-ui-src-lib-components-input.mjs.map +1 -0
  35. package/fesm2022/mapa-library-ui-src-lib-components-menu.mjs +51 -0
  36. package/fesm2022/mapa-library-ui-src-lib-components-menu.mjs.map +1 -0
  37. package/fesm2022/mapa-library-ui-src-lib-components-nav-list.mjs +41 -0
  38. package/fesm2022/mapa-library-ui-src-lib-components-nav-list.mjs.map +1 -0
  39. package/fesm2022/mapa-library-ui-src-lib-components-radio-button.mjs +54 -0
  40. package/fesm2022/mapa-library-ui-src-lib-components-radio-button.mjs.map +1 -0
  41. package/fesm2022/mapa-library-ui-src-lib-components-report-item.mjs +85 -0
  42. package/fesm2022/mapa-library-ui-src-lib-components-report-item.mjs.map +1 -0
  43. package/fesm2022/mapa-library-ui-src-lib-components-scale-parameterization.mjs +1169 -0
  44. package/fesm2022/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +1 -0
  45. package/fesm2022/mapa-library-ui-src-lib-components-scale.mjs +1055 -0
  46. package/fesm2022/mapa-library-ui-src-lib-components-scale.mjs.map +1 -0
  47. package/fesm2022/mapa-library-ui-src-lib-components-slide-toggle.mjs +54 -0
  48. package/fesm2022/mapa-library-ui-src-lib-components-slide-toggle.mjs.map +1 -0
  49. package/fesm2022/mapa-library-ui-src-lib-components-svg-icon.mjs +109 -0
  50. package/fesm2022/mapa-library-ui-src-lib-components-svg-icon.mjs.map +1 -0
  51. package/fesm2022/mapa-library-ui-src-lib-components-table.mjs +1052 -0
  52. package/fesm2022/mapa-library-ui-src-lib-components-table.mjs.map +1 -0
  53. package/fesm2022/mapa-library-ui-src-lib-components-tag.mjs +30 -0
  54. package/fesm2022/mapa-library-ui-src-lib-components-tag.mjs.map +1 -0
  55. package/fesm2022/mapa-library-ui-src-lib-components-textarea.mjs +271 -0
  56. package/fesm2022/mapa-library-ui-src-lib-components-textarea.mjs.map +1 -0
  57. package/fesm2022/mapa-library-ui-src-lib-components-tooltip.mjs +186 -0
  58. package/fesm2022/mapa-library-ui-src-lib-components-tooltip.mjs.map +1 -0
  59. package/fesm2022/mapa-library-ui-src-lib-components-warning.mjs +59 -0
  60. package/fesm2022/mapa-library-ui-src-lib-components-warning.mjs.map +1 -0
  61. package/{fesm2020 → fesm2022}/mapa-library-ui-src-lib-core-guards-authorize-guard.mjs +4 -4
  62. package/fesm2022/mapa-library-ui-src-lib-core-guards-authorize-guard.mjs.map +1 -0
  63. package/fesm2022/mapa-library-ui-src-lib-core-services.mjs +57 -0
  64. package/fesm2022/mapa-library-ui-src-lib-core-services.mjs.map +1 -0
  65. package/fesm2022/mapa-library-ui.mjs +7239 -0
  66. package/fesm2022/mapa-library-ui.mjs.map +1 -0
  67. package/index.d.ts +1878 -3
  68. package/mapa-library-ui-1.0.0.tgz +0 -0
  69. package/package.json +186 -195
  70. package/src/lib/components/benchmarking/index.d.ts +58 -5
  71. package/src/lib/components/breadcrumb/index.d.ts +14 -5
  72. package/src/lib/components/button/index.d.ts +13 -5
  73. package/src/lib/components/button-icon/index.d.ts +26 -5
  74. package/src/lib/components/capability/index.d.ts +574 -5
  75. package/src/lib/components/chart/index.d.ts +151 -5
  76. package/src/lib/components/checkbox/index.d.ts +11 -5
  77. package/src/lib/components/datepicker/index.d.ts +123 -5
  78. package/src/lib/components/dialog/index.d.ts +60 -5
  79. package/src/lib/components/dropdown/index.d.ts +235 -5
  80. package/src/lib/components/dropdown-tree/index.d.ts +148 -5
  81. package/src/lib/components/empty/index.d.ts +10 -5
  82. package/src/lib/components/filters/index.d.ts +225 -5
  83. package/src/lib/components/form/index.d.ts +191 -5
  84. package/src/lib/components/group-report/index.d.ts +101 -5
  85. package/src/lib/components/icon/index.d.ts +16 -5
  86. package/src/lib/components/input/index.d.ts +133 -5
  87. package/src/lib/components/menu/index.d.ts +34 -5
  88. package/src/lib/components/nav-list/index.d.ts +21 -5
  89. package/src/lib/components/radio-button/index.d.ts +130 -5
  90. package/src/lib/components/report-item/index.d.ts +45 -5
  91. package/src/lib/components/scale/index.d.ts +193 -5
  92. package/src/lib/components/scale-parameterization/index.d.ts +206 -5
  93. package/src/lib/components/slide-toggle/index.d.ts +130 -5
  94. package/src/lib/components/svg-icon/index.d.ts +19 -5
  95. package/src/lib/components/table/index.d.ts +276 -5
  96. package/src/lib/components/tag/index.d.ts +16 -5
  97. package/src/lib/components/textarea/index.d.ts +128 -5
  98. package/src/lib/components/tooltip/index.d.ts +58 -5
  99. package/src/lib/components/warning/index.d.ts +24 -5
  100. package/src/lib/core/guards/authorize-guard/index.d.ts +68 -5
  101. package/src/lib/core/services/index.d.ts +17 -5
  102. package/esm2020/lib/core/components/form-errors/form-errors.component.mjs +0 -25
  103. package/esm2020/lib/core/directives/custom-paginator-legacy.directive.mjs +0 -204
  104. package/esm2020/lib/core/directives/mat-input-autosize.directive.mjs +0 -99
  105. package/esm2020/lib/core/elements/action-button.mjs +0 -2
  106. package/esm2020/lib/core/elements/dropdown-tree.mjs +0 -8
  107. package/esm2020/lib/core/elements/dropdown.mjs +0 -8
  108. package/esm2020/lib/core/elements/element-base.mjs +0 -37
  109. package/esm2020/lib/core/elements/element-search.mjs +0 -2
  110. package/esm2020/lib/core/elements/errors.mjs +0 -2
  111. package/esm2020/lib/core/elements/input-text.mjs +0 -8
  112. package/esm2020/lib/core/elements/radio-button.mjs +0 -8
  113. package/esm2020/lib/core/elements/slide-toggle.mjs +0 -8
  114. package/esm2020/lib/core/elements/textarea.mjs +0 -8
  115. package/esm2020/lib/core/i18n/mapa-ui-texts.mjs +0 -100
  116. package/esm2020/lib/core/interfaces/button-icon.interface.mjs +0 -2
  117. package/esm2020/lib/core/interfaces/chart-options.interface.mjs +0 -2
  118. package/esm2020/lib/core/interfaces/classification.interface.mjs +0 -2
  119. package/esm2020/lib/core/interfaces/dialog-data.interface.mjs +0 -2
  120. package/esm2020/lib/core/interfaces/element-group.interface.mjs +0 -2
  121. package/esm2020/lib/core/interfaces/element-option.interface.mjs +0 -2
  122. package/esm2020/lib/core/interfaces/table-column.interface.mjs +0 -2
  123. package/esm2020/lib/core/js-brasil/index.mjs +0 -16
  124. package/esm2020/lib/core/js-brasil/src/create.mjs +0 -455
  125. package/esm2020/lib/core/js-brasil/src/createNumberMask.mjs +0 -115
  126. package/esm2020/lib/core/js-brasil/src/estados.mjs +0 -34
  127. package/esm2020/lib/core/js-brasil/src/index.mjs +0 -34
  128. package/esm2020/lib/core/js-brasil/src/inscricaoestadual.mjs +0 -702
  129. package/esm2020/lib/core/js-brasil/src/interfaces.mjs +0 -2
  130. package/esm2020/lib/core/js-brasil/src/iptu.mjs +0 -25
  131. package/esm2020/lib/core/js-brasil/src/iptu_create.mjs +0 -60
  132. package/esm2020/lib/core/js-brasil/src/iptu_mask.mjs +0 -38
  133. package/esm2020/lib/core/js-brasil/src/iptu_validate.mjs +0 -67
  134. package/esm2020/lib/core/js-brasil/src/mask.mjs +0 -579
  135. package/esm2020/lib/core/js-brasil/src/name.mjs +0 -371
  136. package/esm2020/lib/core/js-brasil/src/placa.mjs +0 -162
  137. package/esm2020/lib/core/js-brasil/src/rg.mjs +0 -63
  138. package/esm2020/lib/core/js-brasil/src/saude.mjs +0 -62
  139. package/esm2020/lib/core/js-brasil/src/utils.mjs +0 -304
  140. package/esm2020/lib/core/js-brasil/src/validate.mjs +0 -627
  141. package/esm2020/lib/core/pipes/cpf.mjs +0 -17
  142. package/esm2020/lib/core/pipes/safe-html.pipe.mjs +0 -21
  143. package/esm2020/lib/core/services/html-sanitizer.service.mjs +0 -23
  144. package/esm2020/lib/core/services/mapa-i18n.service.mjs +0 -36
  145. package/esm2020/lib/core/services/validation-message-resolver.service.mjs +0 -72
  146. package/esm2020/mapa-library-ui.mjs +0 -5
  147. package/esm2020/public-api.mjs +0 -29
  148. package/esm2020/src/lib/components/benchmarking/benchmarking.mjs +0 -5
  149. package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/public-api.mjs +0 -9
  150. package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-chart.component.mjs +0 -33
  151. package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-chart.module.mjs +0 -19
  152. package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-indicator/benchmark-indicator.component.mjs +0 -14
  153. package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-indicator/benchmark-indicator.module.mjs +0 -18
  154. package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmarking.interface.mjs +0 -2
  155. package/esm2020/src/lib/components/benchmarking/mapa-library-ui-src-lib-components-benchmarking.mjs +0 -5
  156. package/esm2020/src/lib/components/breadcrumb/breadcrumb.mjs +0 -5
  157. package/esm2020/src/lib/components/breadcrumb/lib/components/breadcrumb/public-api.mjs +0 -6
  158. package/esm2020/src/lib/components/breadcrumb/lib/components/breadcrumb/src/breadcrumb.component.mjs +0 -15
  159. package/esm2020/src/lib/components/breadcrumb/lib/components/breadcrumb/src/breadcrumb.module.mjs +0 -19
  160. package/esm2020/src/lib/components/breadcrumb/lib/core/interfaces/bread-piece.interface.mjs +0 -2
  161. package/esm2020/src/lib/components/breadcrumb/mapa-library-ui-src-lib-components-breadcrumb.mjs +0 -5
  162. package/esm2020/src/lib/components/button/button.mjs +0 -5
  163. package/esm2020/src/lib/components/button/lib/components/button/public-api.mjs +0 -6
  164. package/esm2020/src/lib/components/button/lib/components/button/src/button.component.mjs +0 -23
  165. package/esm2020/src/lib/components/button/lib/components/button/src/button.module.mjs +0 -19
  166. package/esm2020/src/lib/components/button/mapa-library-ui-src-lib-components-button.mjs +0 -5
  167. package/esm2020/src/lib/components/button-icon/button-icon.mjs +0 -5
  168. package/esm2020/src/lib/components/button-icon/lib/components/button-icon/public-api.mjs +0 -6
  169. package/esm2020/src/lib/components/button-icon/lib/components/button-icon/src/button-icon.component.mjs +0 -37
  170. package/esm2020/src/lib/components/button-icon/lib/components/button-icon/src/button-icon.module.mjs +0 -28
  171. package/esm2020/src/lib/components/button-icon/mapa-library-ui-src-lib-components-button-icon.mjs +0 -5
  172. package/esm2020/src/lib/components/capability/capability.mjs +0 -9
  173. package/esm2020/src/lib/components/capability/filters.mjs +0 -7
  174. package/esm2020/src/lib/components/capability/lib/components/button/public-api.mjs +0 -6
  175. package/esm2020/src/lib/components/capability/lib/components/button/src/button.component.mjs +0 -23
  176. package/esm2020/src/lib/components/capability/lib/components/button/src/button.module.mjs +0 -19
  177. package/esm2020/src/lib/components/capability/lib/components/capability/public-api.mjs +0 -28
  178. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative/capability-comparative.component.mjs +0 -17
  179. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative/capability-comparative.module.mjs +0 -32
  180. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.mjs +0 -24
  181. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.mjs +0 -19
  182. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.mjs +0 -41
  183. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.mjs +0 -19
  184. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.mjs +0 -19
  185. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.mjs +0 -19
  186. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-detail/capability-detail.component.mjs +0 -87
  187. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-detail/capability-detail.module.mjs +0 -64
  188. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-dot/capability-dot.component.mjs +0 -31
  189. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-dot/capability-dot.module.mjs +0 -20
  190. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-expand/capability-expand.component.mjs +0 -53
  191. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-expand/capability-expand.module.mjs +0 -23
  192. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator/capability-indicator.component.mjs +0 -14
  193. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator/capability-indicator.module.mjs +0 -18
  194. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.mjs +0 -33
  195. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.mjs +0 -21
  196. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.mjs +0 -63
  197. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.mjs +0 -21
  198. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-interval/capability-interval.component.mjs +0 -81
  199. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-interval/capability-interval.module.mjs +0 -18
  200. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.mjs +0 -28
  201. package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.mjs +0 -20
  202. package/esm2020/src/lib/components/capability/lib/components/capability/src/essentials/consts/capability-classification.const.mjs +0 -57
  203. package/esm2020/src/lib/components/capability/lib/components/capability/src/essentials/interfaces/capability-classification.interface.mjs +0 -2
  204. package/esm2020/src/lib/components/capability/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.mjs +0 -2
  205. package/esm2020/src/lib/components/capability/lib/components/capability/src/essentials/interfaces/capability-item.interface.mjs +0 -2
  206. package/esm2020/src/lib/components/capability/lib/components/capability/src/essentials/interfaces/capability.interface.mjs +0 -2
  207. package/esm2020/src/lib/components/capability/lib/components/capability/src/essentials/interfaces/index.mjs +0 -4
  208. package/esm2020/src/lib/components/capability/lib/components/capability/src/essentials/services/capability-classification.service.mjs +0 -14
  209. package/esm2020/src/lib/components/capability/lib/components/capability/src/essentials/services/reusable-interval-bar.service.mjs +0 -40
  210. package/esm2020/src/lib/components/capability/lib/components/dropdown/public-api.mjs +0 -6
  211. package/esm2020/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.mjs +0 -167
  212. package/esm2020/src/lib/components/capability/lib/components/dropdown/src/dropdown.module.mjs +0 -82
  213. package/esm2020/src/lib/components/capability/lib/components/filters/public-api.mjs +0 -6
  214. package/esm2020/src/lib/components/capability/lib/components/filters/src/filters.component.mjs +0 -53
  215. package/esm2020/src/lib/components/capability/lib/components/filters/src/filters.module.mjs +0 -38
  216. package/esm2020/src/lib/components/capability/lib/components/icon/public-api.mjs +0 -6
  217. package/esm2020/src/lib/components/capability/lib/components/icon/src/icon.component.mjs +0 -26
  218. package/esm2020/src/lib/components/capability/lib/components/icon/src/icon.module.mjs +0 -19
  219. package/esm2020/src/lib/components/capability/lib/components/tag/src/tag.component.mjs +0 -14
  220. package/esm2020/src/lib/components/capability/lib/components/tag/src/tag.module.mjs +0 -24
  221. package/esm2020/src/lib/components/capability/lib/components/tooltip/public-api.mjs +0 -7
  222. package/esm2020/src/lib/components/capability/lib/components/tooltip/src/tooltip.component.mjs +0 -21
  223. package/esm2020/src/lib/components/capability/lib/components/tooltip/src/tooltip.directive.mjs +0 -140
  224. package/esm2020/src/lib/components/capability/lib/components/tooltip/src/tooltip.enums.mjs +0 -16
  225. package/esm2020/src/lib/components/capability/lib/components/tooltip/src/tooltip.module.mjs +0 -19
  226. package/esm2020/src/lib/components/capability/lib/core/components/form-errors/form-errors.component.mjs +0 -25
  227. package/esm2020/src/lib/components/capability/lib/core/elements/action-button.mjs +0 -2
  228. package/esm2020/src/lib/components/capability/lib/core/elements/dropdown.mjs +0 -8
  229. package/esm2020/src/lib/components/capability/lib/core/elements/element-base.mjs +0 -37
  230. package/esm2020/src/lib/components/capability/lib/core/elements/element-search.mjs +0 -2
  231. package/esm2020/src/lib/components/capability/lib/core/elements/errors.mjs +0 -2
  232. package/esm2020/src/lib/components/capability/lib/core/i18n/mapa-ui-texts.mjs +0 -100
  233. package/esm2020/src/lib/components/capability/lib/core/interfaces/element-group.interface.mjs +0 -2
  234. package/esm2020/src/lib/components/capability/lib/core/interfaces/element-option.interface.mjs +0 -2
  235. package/esm2020/src/lib/components/capability/lib/core/pipes/safe-html.pipe.mjs +0 -21
  236. package/esm2020/src/lib/components/capability/lib/core/services/html-sanitizer.service.mjs +0 -23
  237. package/esm2020/src/lib/components/capability/lib/core/services/mapa-i18n.service.mjs +0 -36
  238. package/esm2020/src/lib/components/capability/lib/core/services/validation-message-resolver.service.mjs +0 -72
  239. package/esm2020/src/lib/components/capability/mapa-library-ui-src-lib-components-capability.mjs +0 -5
  240. package/esm2020/src/lib/components/chart/chart.mjs +0 -5
  241. package/esm2020/src/lib/components/chart/lib/components/chart/public-api.mjs +0 -6
  242. package/esm2020/src/lib/components/chart/lib/components/chart/src/chart.component.mjs +0 -110
  243. package/esm2020/src/lib/components/chart/lib/components/chart/src/chart.module.mjs +0 -32
  244. package/esm2020/src/lib/components/chart/mapa-library-ui-src-lib-components-chart.mjs +0 -5
  245. package/esm2020/src/lib/components/checkbox/checkbox.mjs +0 -5
  246. package/esm2020/src/lib/components/checkbox/lib/components/checkbox/public-api.mjs +0 -6
  247. package/esm2020/src/lib/components/checkbox/lib/components/checkbox/src/checkbox.component.mjs +0 -17
  248. package/esm2020/src/lib/components/checkbox/lib/components/checkbox/src/checkbox.module.mjs +0 -35
  249. package/esm2020/src/lib/components/checkbox/mapa-library-ui-src-lib-components-checkbox.mjs +0 -5
  250. package/esm2020/src/lib/components/datepicker/datepicker.mjs +0 -5
  251. package/esm2020/src/lib/components/datepicker/lib/components/datepicker/public-api.mjs +0 -6
  252. package/esm2020/src/lib/components/datepicker/lib/components/datepicker/src/datepicker.component.mjs +0 -65
  253. package/esm2020/src/lib/components/datepicker/lib/components/datepicker/src/datepicker.module.mjs +0 -70
  254. package/esm2020/src/lib/components/datepicker/lib/core/i18n/mapa-ui-texts.mjs +0 -100
  255. package/esm2020/src/lib/components/datepicker/lib/core/services/mapa-i18n.service.mjs +0 -36
  256. package/esm2020/src/lib/components/datepicker/mapa-library-ui-src-lib-components-datepicker.mjs +0 -5
  257. package/esm2020/src/lib/components/dialog/dialog.mjs +0 -7
  258. package/esm2020/src/lib/components/dialog/lib/components/button/public-api.mjs +0 -6
  259. package/esm2020/src/lib/components/dialog/lib/components/button/src/button.component.mjs +0 -23
  260. package/esm2020/src/lib/components/dialog/lib/components/button/src/button.module.mjs +0 -19
  261. package/esm2020/src/lib/components/dialog/lib/components/dialog/public-api.mjs +0 -6
  262. package/esm2020/src/lib/components/dialog/lib/components/dialog/src/dialog.component.mjs +0 -63
  263. package/esm2020/src/lib/components/dialog/lib/components/dialog/src/dialog.module.mjs +0 -39
  264. package/esm2020/src/lib/components/dialog/lib/components/icon/public-api.mjs +0 -6
  265. package/esm2020/src/lib/components/dialog/lib/components/icon/src/icon.component.mjs +0 -26
  266. package/esm2020/src/lib/components/dialog/lib/components/icon/src/icon.module.mjs +0 -19
  267. package/esm2020/src/lib/components/dialog/lib/core/pipes/safe-html.pipe.mjs +0 -21
  268. package/esm2020/src/lib/components/dialog/lib/core/services/html-sanitizer.service.mjs +0 -23
  269. package/esm2020/src/lib/components/dialog/mapa-library-ui-src-lib-components-dialog.mjs +0 -5
  270. package/esm2020/src/lib/components/dropdown/dropdown.mjs +0 -8
  271. package/esm2020/src/lib/components/dropdown/lib/components/dropdown/public-api.mjs +0 -6
  272. package/esm2020/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.mjs +0 -167
  273. package/esm2020/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.module.mjs +0 -82
  274. package/esm2020/src/lib/components/dropdown/lib/core/components/form-errors/form-errors.component.mjs +0 -25
  275. package/esm2020/src/lib/components/dropdown/lib/core/elements/action-button.mjs +0 -2
  276. package/esm2020/src/lib/components/dropdown/lib/core/elements/dropdown.mjs +0 -8
  277. package/esm2020/src/lib/components/dropdown/lib/core/elements/element-base.mjs +0 -37
  278. package/esm2020/src/lib/components/dropdown/lib/core/elements/element-search.mjs +0 -2
  279. package/esm2020/src/lib/components/dropdown/lib/core/elements/errors.mjs +0 -2
  280. package/esm2020/src/lib/components/dropdown/lib/core/i18n/mapa-ui-texts.mjs +0 -100
  281. package/esm2020/src/lib/components/dropdown/lib/core/interfaces/element-group.interface.mjs +0 -2
  282. package/esm2020/src/lib/components/dropdown/lib/core/interfaces/element-option.interface.mjs +0 -2
  283. package/esm2020/src/lib/components/dropdown/lib/core/pipes/safe-html.pipe.mjs +0 -21
  284. package/esm2020/src/lib/components/dropdown/lib/core/services/html-sanitizer.service.mjs +0 -23
  285. package/esm2020/src/lib/components/dropdown/lib/core/services/mapa-i18n.service.mjs +0 -36
  286. package/esm2020/src/lib/components/dropdown/lib/core/services/validation-message-resolver.service.mjs +0 -72
  287. package/esm2020/src/lib/components/dropdown/mapa-library-ui-src-lib-components-dropdown.mjs +0 -5
  288. package/esm2020/src/lib/components/dropdown-tree/dropdown-tree.mjs +0 -9
  289. package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/public-api.mjs +0 -6
  290. package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.component.mjs +0 -94
  291. package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.module.mjs +0 -20
  292. package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/action-button.mjs +0 -2
  293. package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/dropdown-tree.mjs +0 -8
  294. package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/dropdown.mjs +0 -8
  295. package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/element-base.mjs +0 -37
  296. package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/element-search.mjs +0 -2
  297. package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/errors.mjs +0 -2
  298. package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/element-group.interface.mjs +0 -2
  299. package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/element-option.interface.mjs +0 -2
  300. package/esm2020/src/lib/components/dropdown-tree/mapa-library-ui-src-lib-components-dropdown-tree.mjs +0 -5
  301. package/esm2020/src/lib/components/empty/empty.mjs +0 -5
  302. package/esm2020/src/lib/components/empty/lib/components/empty/public-api.mjs +0 -6
  303. package/esm2020/src/lib/components/empty/lib/components/empty/src/empty.component.mjs +0 -17
  304. package/esm2020/src/lib/components/empty/lib/components/empty/src/empty.module.mjs +0 -27
  305. package/esm2020/src/lib/components/empty/lib/core/pipes/safe-html.pipe.mjs +0 -21
  306. package/esm2020/src/lib/components/empty/lib/core/services/html-sanitizer.service.mjs +0 -23
  307. package/esm2020/src/lib/components/empty/mapa-library-ui-src-lib-components-empty.mjs +0 -5
  308. package/esm2020/src/lib/components/filters/filters.mjs +0 -7
  309. package/esm2020/src/lib/components/filters/lib/components/button/public-api.mjs +0 -6
  310. package/esm2020/src/lib/components/filters/lib/components/button/src/button.component.mjs +0 -23
  311. package/esm2020/src/lib/components/filters/lib/components/button/src/button.module.mjs +0 -19
  312. package/esm2020/src/lib/components/filters/lib/components/filters/public-api.mjs +0 -6
  313. package/esm2020/src/lib/components/filters/lib/components/filters/src/filters.component.mjs +0 -53
  314. package/esm2020/src/lib/components/filters/lib/components/filters/src/filters.module.mjs +0 -38
  315. package/esm2020/src/lib/components/filters/lib/components/icon/public-api.mjs +0 -6
  316. package/esm2020/src/lib/components/filters/lib/components/icon/src/icon.component.mjs +0 -26
  317. package/esm2020/src/lib/components/filters/lib/components/icon/src/icon.module.mjs +0 -19
  318. package/esm2020/src/lib/components/filters/lib/core/i18n/mapa-ui-texts.mjs +0 -100
  319. package/esm2020/src/lib/components/filters/lib/core/services/mapa-i18n.service.mjs +0 -36
  320. package/esm2020/src/lib/components/filters/mapa-library-ui-src-lib-components-filters.mjs +0 -5
  321. package/esm2020/src/lib/components/form/form.mjs +0 -10
  322. package/esm2020/src/lib/components/form/lib/components/button/public-api.mjs +0 -6
  323. package/esm2020/src/lib/components/form/lib/components/button/src/button.component.mjs +0 -23
  324. package/esm2020/src/lib/components/form/lib/components/button/src/button.module.mjs +0 -19
  325. package/esm2020/src/lib/components/form/lib/components/form/public-api.mjs +0 -6
  326. package/esm2020/src/lib/components/form/lib/components/form/src/form.component.mjs +0 -42
  327. package/esm2020/src/lib/components/form/lib/components/form/src/form.module.mjs +0 -37
  328. package/esm2020/src/lib/components/form/lib/components/input/public-api.mjs +0 -6
  329. package/esm2020/src/lib/components/form/lib/components/input/src/input.component.mjs +0 -40
  330. package/esm2020/src/lib/components/form/lib/components/input/src/input.module.mjs +0 -60
  331. package/esm2020/src/lib/components/form/lib/components/radio-button/public-api.mjs +0 -6
  332. package/esm2020/src/lib/components/form/lib/components/radio-button/src/radio-button.component.mjs +0 -36
  333. package/esm2020/src/lib/components/form/lib/components/radio-button/src/radio-button.module.mjs +0 -35
  334. package/esm2020/src/lib/components/form/lib/components/slide-toggle/public-api.mjs +0 -6
  335. package/esm2020/src/lib/components/form/lib/components/slide-toggle/src/slide-toggle.component.mjs +0 -36
  336. package/esm2020/src/lib/components/form/lib/components/slide-toggle/src/slide-toggle.module.mjs +0 -35
  337. package/esm2020/src/lib/components/form/lib/components/textarea/public-api.mjs +0 -6
  338. package/esm2020/src/lib/components/form/lib/components/textarea/src/textarea.component.mjs +0 -21
  339. package/esm2020/src/lib/components/form/lib/components/textarea/src/textarea.module.mjs +0 -47
  340. package/esm2020/src/lib/components/form/lib/core/components/form-errors/form-errors.component.mjs +0 -25
  341. package/esm2020/src/lib/components/form/lib/core/directives/mat-input-autosize.directive.mjs +0 -99
  342. package/esm2020/src/lib/components/form/lib/core/elements/action-button.mjs +0 -2
  343. package/esm2020/src/lib/components/form/lib/core/elements/element-base.mjs +0 -37
  344. package/esm2020/src/lib/components/form/lib/core/elements/element-search.mjs +0 -2
  345. package/esm2020/src/lib/components/form/lib/core/elements/errors.mjs +0 -2
  346. package/esm2020/src/lib/components/form/lib/core/elements/input-text.mjs +0 -8
  347. package/esm2020/src/lib/components/form/lib/core/i18n/mapa-ui-texts.mjs +0 -100
  348. package/esm2020/src/lib/components/form/lib/core/interfaces/element-group.interface.mjs +0 -2
  349. package/esm2020/src/lib/components/form/lib/core/interfaces/element-option.interface.mjs +0 -2
  350. package/esm2020/src/lib/components/form/lib/core/services/mapa-i18n.service.mjs +0 -36
  351. package/esm2020/src/lib/components/form/lib/core/services/validation-message-resolver.service.mjs +0 -72
  352. package/esm2020/src/lib/components/form/mapa-library-ui-src-lib-components-form.mjs +0 -5
  353. package/esm2020/src/lib/components/group-report/group-report.mjs +0 -5
  354. package/esm2020/src/lib/components/group-report/lib/components/group-report/public-api.mjs +0 -6
  355. package/esm2020/src/lib/components/group-report/lib/components/group-report/src/group-report-interface.mjs +0 -2
  356. package/esm2020/src/lib/components/group-report/lib/components/group-report/src/group-report.component.mjs +0 -201
  357. package/esm2020/src/lib/components/group-report/lib/components/group-report/src/group-report.module.mjs +0 -36
  358. package/esm2020/src/lib/components/group-report/mapa-library-ui-src-lib-components-group-report.mjs +0 -5
  359. package/esm2020/src/lib/components/icon/icon.mjs +0 -5
  360. package/esm2020/src/lib/components/icon/lib/components/icon/public-api.mjs +0 -6
  361. package/esm2020/src/lib/components/icon/lib/components/icon/src/icon.component.mjs +0 -26
  362. package/esm2020/src/lib/components/icon/lib/components/icon/src/icon.module.mjs +0 -19
  363. package/esm2020/src/lib/components/icon/mapa-library-ui-src-lib-components-icon.mjs +0 -5
  364. package/esm2020/src/lib/components/input/input.mjs +0 -5
  365. package/esm2020/src/lib/components/input/lib/components/input/public-api.mjs +0 -6
  366. package/esm2020/src/lib/components/input/lib/components/input/src/input.component.mjs +0 -40
  367. package/esm2020/src/lib/components/input/lib/components/input/src/input.module.mjs +0 -60
  368. package/esm2020/src/lib/components/input/lib/core/components/form-errors/form-errors.component.mjs +0 -25
  369. package/esm2020/src/lib/components/input/lib/core/directives/mat-input-autosize.directive.mjs +0 -99
  370. package/esm2020/src/lib/components/input/lib/core/elements/action-button.mjs +0 -2
  371. package/esm2020/src/lib/components/input/lib/core/elements/element-base.mjs +0 -37
  372. package/esm2020/src/lib/components/input/lib/core/elements/element-search.mjs +0 -2
  373. package/esm2020/src/lib/components/input/lib/core/elements/errors.mjs +0 -2
  374. package/esm2020/src/lib/components/input/lib/core/elements/input-text.mjs +0 -8
  375. package/esm2020/src/lib/components/input/lib/core/i18n/mapa-ui-texts.mjs +0 -100
  376. package/esm2020/src/lib/components/input/lib/core/interfaces/element-group.interface.mjs +0 -2
  377. package/esm2020/src/lib/components/input/lib/core/interfaces/element-option.interface.mjs +0 -2
  378. package/esm2020/src/lib/components/input/lib/core/services/mapa-i18n.service.mjs +0 -36
  379. package/esm2020/src/lib/components/input/lib/core/services/validation-message-resolver.service.mjs +0 -72
  380. package/esm2020/src/lib/components/input/mapa-library-ui-src-lib-components-input.mjs +0 -5
  381. package/esm2020/src/lib/components/menu/lib/components/menu/public-api.mjs +0 -6
  382. package/esm2020/src/lib/components/menu/lib/components/menu/src/menu.component.mjs +0 -34
  383. package/esm2020/src/lib/components/menu/lib/components/menu/src/menu.module.mjs +0 -36
  384. package/esm2020/src/lib/components/menu/mapa-library-ui-src-lib-components-menu.mjs +0 -5
  385. package/esm2020/src/lib/components/menu/menu.mjs +0 -5
  386. package/esm2020/src/lib/components/nav-list/lib/components/nav-list/public-api.mjs +0 -6
  387. package/esm2020/src/lib/components/nav-list/lib/components/nav-list/src/nav-list.component.mjs +0 -25
  388. package/esm2020/src/lib/components/nav-list/lib/components/nav-list/src/nav-list.module.mjs +0 -18
  389. package/esm2020/src/lib/components/nav-list/mapa-library-ui-src-lib-components-nav-list.mjs +0 -5
  390. package/esm2020/src/lib/components/nav-list/nav-list.mjs +0 -5
  391. package/esm2020/src/lib/components/radio-button/lib/components/radio-button/public-api.mjs +0 -6
  392. package/esm2020/src/lib/components/radio-button/lib/components/radio-button/src/radio-button.component.mjs +0 -36
  393. package/esm2020/src/lib/components/radio-button/lib/components/radio-button/src/radio-button.module.mjs +0 -35
  394. package/esm2020/src/lib/components/radio-button/mapa-library-ui-src-lib-components-radio-button.mjs +0 -5
  395. package/esm2020/src/lib/components/radio-button/radio-button.mjs +0 -5
  396. package/esm2020/src/lib/components/report-item/lib/components/report-item/public-api.mjs +0 -6
  397. package/esm2020/src/lib/components/report-item/lib/components/report-item/src/report-item.component.mjs +0 -63
  398. package/esm2020/src/lib/components/report-item/lib/components/report-item/src/report-item.module.mjs +0 -32
  399. package/esm2020/src/lib/components/report-item/mapa-library-ui-src-lib-components-report-item.mjs +0 -5
  400. package/esm2020/src/lib/components/report-item/report-item.mjs +0 -5
  401. package/esm2020/src/lib/components/scale/filters.mjs +0 -7
  402. package/esm2020/src/lib/components/scale/lib/components/button/public-api.mjs +0 -6
  403. package/esm2020/src/lib/components/scale/lib/components/button/src/button.component.mjs +0 -23
  404. package/esm2020/src/lib/components/scale/lib/components/button/src/button.module.mjs +0 -19
  405. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-interval/capability-interval.component.mjs +0 -81
  406. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-interval/capability-interval.module.mjs +0 -18
  407. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.mjs +0 -28
  408. package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.mjs +0 -20
  409. package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-item.interface.mjs +0 -2
  410. package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability.interface.mjs +0 -2
  411. package/esm2020/src/lib/components/scale/lib/components/filters/public-api.mjs +0 -6
  412. package/esm2020/src/lib/components/scale/lib/components/filters/src/filters.component.mjs +0 -53
  413. package/esm2020/src/lib/components/scale/lib/components/filters/src/filters.module.mjs +0 -38
  414. package/esm2020/src/lib/components/scale/lib/components/group-report/src/group-report-interface.mjs +0 -2
  415. package/esm2020/src/lib/components/scale/lib/components/icon/public-api.mjs +0 -6
  416. package/esm2020/src/lib/components/scale/lib/components/icon/src/icon.component.mjs +0 -26
  417. package/esm2020/src/lib/components/scale/lib/components/icon/src/icon.module.mjs +0 -19
  418. package/esm2020/src/lib/components/scale/lib/components/scale/public-api.mjs +0 -8
  419. package/esm2020/src/lib/components/scale/lib/components/scale/src/details/details.component.mjs +0 -11
  420. package/esm2020/src/lib/components/scale/lib/components/scale/src/progressbar/progressbar.component.mjs +0 -19
  421. package/esm2020/src/lib/components/scale/lib/components/scale/src/scale.component.mjs +0 -75
  422. package/esm2020/src/lib/components/scale/lib/components/scale/src/scale.interface.mjs +0 -2
  423. package/esm2020/src/lib/components/scale/lib/components/scale/src/scale.module.mjs +0 -27
  424. package/esm2020/src/lib/components/scale/lib/core/i18n/mapa-ui-texts.mjs +0 -100
  425. package/esm2020/src/lib/components/scale/lib/core/services/mapa-i18n.service.mjs +0 -36
  426. package/esm2020/src/lib/components/scale/mapa-library-ui-src-lib-components-scale.mjs +0 -5
  427. package/esm2020/src/lib/components/scale/scale.mjs +0 -5
  428. package/esm2020/src/lib/components/scale-parameterization/lib/components/group-report/src/group-report-interface.mjs +0 -2
  429. package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/public-api.mjs +0 -8
  430. package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/details/details.component.mjs +0 -11
  431. package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/progressbar/progressbar.component.mjs +0 -19
  432. package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.component.mjs +0 -119
  433. package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.interface.mjs +0 -2
  434. package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.module.mjs +0 -46
  435. package/esm2020/src/lib/components/scale-parameterization/lib/core/i18n/mapa-ui-texts.mjs +0 -100
  436. package/esm2020/src/lib/components/scale-parameterization/lib/core/services/mapa-i18n.service.mjs +0 -36
  437. package/esm2020/src/lib/components/scale-parameterization/mapa-library-ui-src-lib-components-scale-parameterization.mjs +0 -5
  438. package/esm2020/src/lib/components/scale-parameterization/scale-parameterization.mjs +0 -5
  439. package/esm2020/src/lib/components/slide-toggle/lib/components/slide-toggle/public-api.mjs +0 -6
  440. package/esm2020/src/lib/components/slide-toggle/lib/components/slide-toggle/src/slide-toggle.component.mjs +0 -36
  441. package/esm2020/src/lib/components/slide-toggle/lib/components/slide-toggle/src/slide-toggle.module.mjs +0 -35
  442. package/esm2020/src/lib/components/slide-toggle/mapa-library-ui-src-lib-components-slide-toggle.mjs +0 -5
  443. package/esm2020/src/lib/components/slide-toggle/slide-toggle.mjs +0 -5
  444. package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/public-api.mjs +0 -6
  445. package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.component.mjs +0 -60
  446. package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.module.mjs +0 -19
  447. package/esm2020/src/lib/components/svg-icon/lib/core/pipes/safe-html.pipe.mjs +0 -21
  448. package/esm2020/src/lib/components/svg-icon/lib/core/services/html-sanitizer.service.mjs +0 -23
  449. package/esm2020/src/lib/components/svg-icon/mapa-library-ui-src-lib-components-svg-icon.mjs +0 -5
  450. package/esm2020/src/lib/components/svg-icon/svg-icon.mjs +0 -5
  451. package/esm2020/src/lib/components/table/lib/components/table/public-api.mjs +0 -7
  452. package/esm2020/src/lib/components/table/lib/components/table/src/paginator_customization.mjs +0 -16
  453. package/esm2020/src/lib/components/table/lib/components/table/src/table.component.mjs +0 -374
  454. package/esm2020/src/lib/components/table/lib/components/table/src/table.module.mjs +0 -83
  455. package/esm2020/src/lib/components/table/lib/core/directives/custom-paginator-legacy.directive.mjs +0 -204
  456. package/esm2020/src/lib/components/table/lib/core/i18n/mapa-ui-texts.mjs +0 -100
  457. package/esm2020/src/lib/components/table/lib/core/interfaces/classification.interface.mjs +0 -2
  458. package/esm2020/src/lib/components/table/lib/core/interfaces/table-column.interface.mjs +0 -2
  459. package/esm2020/src/lib/components/table/lib/core/interfaces/table-row-click-event.interface.mjs +0 -2
  460. package/esm2020/src/lib/components/table/lib/core/js-brasil/index.mjs +0 -16
  461. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/create.mjs +0 -455
  462. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/createNumberMask.mjs +0 -115
  463. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/estados.mjs +0 -34
  464. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/index.mjs +0 -34
  465. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/inscricaoestadual.mjs +0 -702
  466. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/interfaces.mjs +0 -2
  467. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/iptu.mjs +0 -25
  468. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/iptu_create.mjs +0 -60
  469. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/iptu_mask.mjs +0 -38
  470. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/iptu_validate.mjs +0 -67
  471. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/mask.mjs +0 -579
  472. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/name.mjs +0 -371
  473. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/placa.mjs +0 -162
  474. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/rg.mjs +0 -63
  475. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/saude.mjs +0 -62
  476. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/utils.mjs +0 -304
  477. package/esm2020/src/lib/components/table/lib/core/js-brasil/src/validate.mjs +0 -627
  478. package/esm2020/src/lib/components/table/lib/core/pipes/cpf.mjs +0 -17
  479. package/esm2020/src/lib/components/table/lib/core/pipes/safe-html.pipe.mjs +0 -21
  480. package/esm2020/src/lib/components/table/lib/core/services/html-sanitizer.service.mjs +0 -23
  481. package/esm2020/src/lib/components/table/lib/core/services/mapa-i18n.service.mjs +0 -36
  482. package/esm2020/src/lib/components/table/mapa-library-ui-src-lib-components-table.mjs +0 -5
  483. package/esm2020/src/lib/components/table/table.mjs +0 -6
  484. package/esm2020/src/lib/components/tag/lib/components/tag/public-api.mjs +0 -6
  485. package/esm2020/src/lib/components/tag/lib/components/tag/src/tag.component.mjs +0 -14
  486. package/esm2020/src/lib/components/tag/lib/components/tag/src/tag.module.mjs +0 -24
  487. package/esm2020/src/lib/components/tag/mapa-library-ui-src-lib-components-tag.mjs +0 -5
  488. package/esm2020/src/lib/components/tag/tag.mjs +0 -5
  489. package/esm2020/src/lib/components/textarea/lib/components/textarea/public-api.mjs +0 -6
  490. package/esm2020/src/lib/components/textarea/lib/components/textarea/src/textarea.component.mjs +0 -21
  491. package/esm2020/src/lib/components/textarea/lib/components/textarea/src/textarea.module.mjs +0 -47
  492. package/esm2020/src/lib/components/textarea/lib/core/components/form-errors/form-errors.component.mjs +0 -25
  493. package/esm2020/src/lib/components/textarea/lib/core/elements/errors.mjs +0 -2
  494. package/esm2020/src/lib/components/textarea/lib/core/i18n/mapa-ui-texts.mjs +0 -100
  495. package/esm2020/src/lib/components/textarea/lib/core/services/mapa-i18n.service.mjs +0 -36
  496. package/esm2020/src/lib/components/textarea/lib/core/services/validation-message-resolver.service.mjs +0 -72
  497. package/esm2020/src/lib/components/textarea/mapa-library-ui-src-lib-components-textarea.mjs +0 -5
  498. package/esm2020/src/lib/components/textarea/textarea.mjs +0 -5
  499. package/esm2020/src/lib/components/tooltip/lib/components/tooltip/public-api.mjs +0 -7
  500. package/esm2020/src/lib/components/tooltip/lib/components/tooltip/src/tooltip.component.mjs +0 -21
  501. package/esm2020/src/lib/components/tooltip/lib/components/tooltip/src/tooltip.directive.mjs +0 -140
  502. package/esm2020/src/lib/components/tooltip/lib/components/tooltip/src/tooltip.enums.mjs +0 -16
  503. package/esm2020/src/lib/components/tooltip/lib/components/tooltip/src/tooltip.module.mjs +0 -19
  504. package/esm2020/src/lib/components/tooltip/mapa-library-ui-src-lib-components-tooltip.mjs +0 -5
  505. package/esm2020/src/lib/components/tooltip/tooltip.mjs +0 -6
  506. package/esm2020/src/lib/components/warning/lib/components/warning/public-api.mjs +0 -6
  507. package/esm2020/src/lib/components/warning/lib/components/warning/src/warning.component.mjs +0 -43
  508. package/esm2020/src/lib/components/warning/lib/components/warning/src/warning.module.mjs +0 -26
  509. package/esm2020/src/lib/components/warning/mapa-library-ui-src-lib-components-warning.mjs +0 -5
  510. package/esm2020/src/lib/components/warning/warning.mjs +0 -5
  511. package/esm2020/src/lib/core/guards/authorize-guard/authorize.mjs +0 -5
  512. package/esm2020/src/lib/core/guards/authorize-guard/lib/core/enums/permissions.enum.mjs +0 -51
  513. package/esm2020/src/lib/core/guards/authorize-guard/lib/core/guards/authorize-guard/authorize.guard.mjs +0 -29
  514. package/esm2020/src/lib/core/guards/authorize-guard/lib/core/guards/authorize-guard/public-api.mjs +0 -7
  515. package/esm2020/src/lib/core/guards/authorize-guard/lib/core/utils/permissions.util.mjs +0 -15
  516. package/esm2020/src/lib/core/guards/authorize-guard/mapa-library-ui-src-lib-core-guards-authorize-guard.mjs +0 -5
  517. package/esm2020/src/lib/core/services/lib/core/services/loader/loader.service.mjs +0 -26
  518. package/esm2020/src/lib/core/services/lib/core/services/public-api.mjs +0 -5
  519. package/esm2020/src/lib/core/services/mapa-library-ui-src-lib-core-services.mjs +0 -5
  520. package/esm2020/src/lib/core/services/services.mjs +0 -5
  521. package/fesm2015/mapa-library-ui-src-lib-components-benchmarking.mjs +0 -82
  522. package/fesm2015/mapa-library-ui-src-lib-components-benchmarking.mjs.map +0 -1
  523. package/fesm2015/mapa-library-ui-src-lib-components-breadcrumb.mjs +0 -46
  524. package/fesm2015/mapa-library-ui-src-lib-components-breadcrumb.mjs.map +0 -1
  525. package/fesm2015/mapa-library-ui-src-lib-components-button-icon.mjs +0 -77
  526. package/fesm2015/mapa-library-ui-src-lib-components-button-icon.mjs.map +0 -1
  527. package/fesm2015/mapa-library-ui-src-lib-components-button.mjs +0 -54
  528. package/fesm2015/mapa-library-ui-src-lib-components-button.mjs.map +0 -1
  529. package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs +0 -1648
  530. package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs.map +0 -1
  531. package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs +0 -155
  532. package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs.map +0 -1
  533. package/fesm2015/mapa-library-ui-src-lib-components-checkbox.mjs +0 -64
  534. package/fesm2015/mapa-library-ui-src-lib-components-checkbox.mjs.map +0 -1
  535. package/fesm2015/mapa-library-ui-src-lib-components-datepicker.mjs +0 -261
  536. package/fesm2015/mapa-library-ui-src-lib-components-datepicker.mjs.map +0 -1
  537. package/fesm2015/mapa-library-ui-src-lib-components-dialog.mjs +0 -231
  538. package/fesm2015/mapa-library-ui-src-lib-components-dialog.mjs.map +0 -1
  539. package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs +0 -174
  540. package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +0 -1
  541. package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs +0 -549
  542. package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs.map +0 -1
  543. package/fesm2015/mapa-library-ui-src-lib-components-empty.mjs +0 -94
  544. package/fesm2015/mapa-library-ui-src-lib-components-empty.mjs.map +0 -1
  545. package/fesm2015/mapa-library-ui-src-lib-components-filters.mjs +0 -300
  546. package/fesm2015/mapa-library-ui-src-lib-components-filters.mjs.map +0 -1
  547. package/fesm2015/mapa-library-ui-src-lib-components-form.mjs +0 -715
  548. package/fesm2015/mapa-library-ui-src-lib-components-form.mjs.map +0 -1
  549. package/fesm2015/mapa-library-ui-src-lib-components-group-report.mjs +0 -252
  550. package/fesm2015/mapa-library-ui-src-lib-components-group-report.mjs.map +0 -1
  551. package/fesm2015/mapa-library-ui-src-lib-components-icon.mjs +0 -57
  552. package/fesm2015/mapa-library-ui-src-lib-components-icon.mjs.map +0 -1
  553. package/fesm2015/mapa-library-ui-src-lib-components-input.mjs +0 -411
  554. package/fesm2015/mapa-library-ui-src-lib-components-input.mjs.map +0 -1
  555. package/fesm2015/mapa-library-ui-src-lib-components-menu.mjs +0 -81
  556. package/fesm2015/mapa-library-ui-src-lib-components-menu.mjs.map +0 -1
  557. package/fesm2015/mapa-library-ui-src-lib-components-nav-list.mjs +0 -55
  558. package/fesm2015/mapa-library-ui-src-lib-components-nav-list.mjs.map +0 -1
  559. package/fesm2015/mapa-library-ui-src-lib-components-radio-button.mjs +0 -84
  560. package/fesm2015/mapa-library-ui-src-lib-components-radio-button.mjs.map +0 -1
  561. package/fesm2015/mapa-library-ui-src-lib-components-report-item.mjs +0 -108
  562. package/fesm2015/mapa-library-ui-src-lib-components-report-item.mjs.map +0 -1
  563. package/fesm2015/mapa-library-ui-src-lib-components-scale-parameterization.mjs +0 -317
  564. package/fesm2015/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +0 -1
  565. package/fesm2015/mapa-library-ui-src-lib-components-scale.mjs +0 -552
  566. package/fesm2015/mapa-library-ui-src-lib-components-scale.mjs.map +0 -1
  567. package/fesm2015/mapa-library-ui-src-lib-components-slide-toggle.mjs +0 -84
  568. package/fesm2015/mapa-library-ui-src-lib-components-slide-toggle.mjs.map +0 -1
  569. package/fesm2015/mapa-library-ui-src-lib-components-svg-icon.mjs +0 -129
  570. package/fesm2015/mapa-library-ui-src-lib-components-svg-icon.mjs.map +0 -1
  571. package/fesm2015/mapa-library-ui-src-lib-components-table.mjs +0 -4511
  572. package/fesm2015/mapa-library-ui-src-lib-components-table.mjs.map +0 -1
  573. package/fesm2015/mapa-library-ui-src-lib-components-tag.mjs +0 -50
  574. package/fesm2015/mapa-library-ui-src-lib-components-tag.mjs.map +0 -1
  575. package/fesm2015/mapa-library-ui-src-lib-components-textarea.mjs +0 -284
  576. package/fesm2015/mapa-library-ui-src-lib-components-textarea.mjs.map +0 -1
  577. package/fesm2015/mapa-library-ui-src-lib-components-tooltip.mjs +0 -202
  578. package/fesm2015/mapa-library-ui-src-lib-components-tooltip.mjs.map +0 -1
  579. package/fesm2015/mapa-library-ui-src-lib-components-warning.mjs +0 -81
  580. package/fesm2015/mapa-library-ui-src-lib-components-warning.mjs.map +0 -1
  581. package/fesm2015/mapa-library-ui-src-lib-core-guards-authorize-guard.mjs +0 -109
  582. package/fesm2015/mapa-library-ui-src-lib-core-guards-authorize-guard.mjs.map +0 -1
  583. package/fesm2015/mapa-library-ui-src-lib-core-services.mjs +0 -41
  584. package/fesm2015/mapa-library-ui-src-lib-core-services.mjs.map +0 -1
  585. package/fesm2015/mapa-library-ui.mjs +0 -4316
  586. package/fesm2015/mapa-library-ui.mjs.map +0 -1
  587. package/fesm2020/mapa-library-ui-src-lib-components-benchmarking.mjs +0 -87
  588. package/fesm2020/mapa-library-ui-src-lib-components-benchmarking.mjs.map +0 -1
  589. package/fesm2020/mapa-library-ui-src-lib-components-breadcrumb.mjs +0 -46
  590. package/fesm2020/mapa-library-ui-src-lib-components-breadcrumb.mjs.map +0 -1
  591. package/fesm2020/mapa-library-ui-src-lib-components-button-icon.mjs +0 -77
  592. package/fesm2020/mapa-library-ui-src-lib-components-button-icon.mjs.map +0 -1
  593. package/fesm2020/mapa-library-ui-src-lib-components-button.mjs +0 -54
  594. package/fesm2020/mapa-library-ui-src-lib-components-button.mjs.map +0 -1
  595. package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs +0 -1656
  596. package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs.map +0 -1
  597. package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs +0 -154
  598. package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs.map +0 -1
  599. package/fesm2020/mapa-library-ui-src-lib-components-checkbox.mjs +0 -64
  600. package/fesm2020/mapa-library-ui-src-lib-components-checkbox.mjs.map +0 -1
  601. package/fesm2020/mapa-library-ui-src-lib-components-datepicker.mjs +0 -276
  602. package/fesm2020/mapa-library-ui-src-lib-components-datepicker.mjs.map +0 -1
  603. package/fesm2020/mapa-library-ui-src-lib-components-dialog.mjs +0 -228
  604. package/fesm2020/mapa-library-ui-src-lib-components-dialog.mjs.map +0 -1
  605. package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs +0 -177
  606. package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +0 -1
  607. package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs +0 -558
  608. package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs.map +0 -1
  609. package/fesm2020/mapa-library-ui-src-lib-components-empty.mjs +0 -93
  610. package/fesm2020/mapa-library-ui-src-lib-components-empty.mjs.map +0 -1
  611. package/fesm2020/mapa-library-ui-src-lib-components-filters.mjs +0 -315
  612. package/fesm2020/mapa-library-ui-src-lib-components-filters.mjs.map +0 -1
  613. package/fesm2020/mapa-library-ui-src-lib-components-form.mjs +0 -723
  614. package/fesm2020/mapa-library-ui-src-lib-components-form.mjs.map +0 -1
  615. package/fesm2020/mapa-library-ui-src-lib-components-group-report.mjs +0 -247
  616. package/fesm2020/mapa-library-ui-src-lib-components-group-report.mjs.map +0 -1
  617. package/fesm2020/mapa-library-ui-src-lib-components-icon.mjs +0 -57
  618. package/fesm2020/mapa-library-ui-src-lib-components-icon.mjs.map +0 -1
  619. package/fesm2020/mapa-library-ui-src-lib-components-input.mjs +0 -422
  620. package/fesm2020/mapa-library-ui-src-lib-components-input.mjs.map +0 -1
  621. package/fesm2020/mapa-library-ui-src-lib-components-menu.mjs +0 -81
  622. package/fesm2020/mapa-library-ui-src-lib-components-menu.mjs.map +0 -1
  623. package/fesm2020/mapa-library-ui-src-lib-components-nav-list.mjs +0 -55
  624. package/fesm2020/mapa-library-ui-src-lib-components-nav-list.mjs.map +0 -1
  625. package/fesm2020/mapa-library-ui-src-lib-components-radio-button.mjs +0 -83
  626. package/fesm2020/mapa-library-ui-src-lib-components-radio-button.mjs.map +0 -1
  627. package/fesm2020/mapa-library-ui-src-lib-components-report-item.mjs +0 -107
  628. package/fesm2020/mapa-library-ui-src-lib-components-report-item.mjs.map +0 -1
  629. package/fesm2020/mapa-library-ui-src-lib-components-scale-parameterization.mjs +0 -328
  630. package/fesm2020/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +0 -1
  631. package/fesm2020/mapa-library-ui-src-lib-components-scale.mjs +0 -566
  632. package/fesm2020/mapa-library-ui-src-lib-components-scale.mjs.map +0 -1
  633. package/fesm2020/mapa-library-ui-src-lib-components-slide-toggle.mjs +0 -83
  634. package/fesm2020/mapa-library-ui-src-lib-components-slide-toggle.mjs.map +0 -1
  635. package/fesm2020/mapa-library-ui-src-lib-components-svg-icon.mjs +0 -128
  636. package/fesm2020/mapa-library-ui-src-lib-components-svg-icon.mjs.map +0 -1
  637. package/fesm2020/mapa-library-ui-src-lib-components-table.mjs +0 -4520
  638. package/fesm2020/mapa-library-ui-src-lib-components-table.mjs.map +0 -1
  639. package/fesm2020/mapa-library-ui-src-lib-components-tag.mjs +0 -50
  640. package/fesm2020/mapa-library-ui-src-lib-components-tag.mjs.map +0 -1
  641. package/fesm2020/mapa-library-ui-src-lib-components-textarea.mjs +0 -298
  642. package/fesm2020/mapa-library-ui-src-lib-components-textarea.mjs.map +0 -1
  643. package/fesm2020/mapa-library-ui-src-lib-components-tooltip.mjs +0 -202
  644. package/fesm2020/mapa-library-ui-src-lib-components-tooltip.mjs.map +0 -1
  645. package/fesm2020/mapa-library-ui-src-lib-components-warning.mjs +0 -81
  646. package/fesm2020/mapa-library-ui-src-lib-components-warning.mjs.map +0 -1
  647. package/fesm2020/mapa-library-ui-src-lib-core-guards-authorize-guard.mjs.map +0 -1
  648. package/fesm2020/mapa-library-ui-src-lib-core-services.mjs +0 -41
  649. package/fesm2020/mapa-library-ui-src-lib-core-services.mjs.map +0 -1
  650. package/fesm2020/mapa-library-ui.mjs +0 -4329
  651. package/fesm2020/mapa-library-ui.mjs.map +0 -1
  652. package/lib/core/components/form-errors/form-errors.component.d.ts +0 -13
  653. package/lib/core/directives/custom-paginator-legacy.directive.d.ts +0 -28
  654. package/lib/core/directives/mat-input-autosize.directive.d.ts +0 -25
  655. package/lib/core/elements/action-button.d.ts +0 -5
  656. package/lib/core/elements/dropdown-tree.d.ts +0 -4
  657. package/lib/core/elements/dropdown.d.ts +0 -4
  658. package/lib/core/elements/element-base.d.ts +0 -75
  659. package/lib/core/elements/element-search.d.ts +0 -7
  660. package/lib/core/elements/errors.d.ts +0 -11
  661. package/lib/core/elements/input-text.d.ts +0 -4
  662. package/lib/core/elements/radio-button.d.ts +0 -4
  663. package/lib/core/elements/slide-toggle.d.ts +0 -4
  664. package/lib/core/elements/textarea.d.ts +0 -4
  665. package/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
  666. package/lib/core/interfaces/button-icon.interface.d.ts +0 -6
  667. package/lib/core/interfaces/chart-options.interface.d.ts +0 -19
  668. package/lib/core/interfaces/classification.interface.d.ts +0 -6
  669. package/lib/core/interfaces/dialog-data.interface.d.ts +0 -11
  670. package/lib/core/interfaces/element-group.interface.d.ts +0 -5
  671. package/lib/core/interfaces/element-option.interface.d.ts +0 -6
  672. package/lib/core/interfaces/table-column.interface.d.ts +0 -19
  673. package/lib/core/js-brasil/index.d.ts +0 -15
  674. package/lib/core/js-brasil/src/create.d.ts +0 -37
  675. package/lib/core/js-brasil/src/createNumberMask.d.ts +0 -13
  676. package/lib/core/js-brasil/src/estados.d.ts +0 -7
  677. package/lib/core/js-brasil/src/index.d.ts +0 -34
  678. package/lib/core/js-brasil/src/inscricaoestadual.d.ts +0 -7
  679. package/lib/core/js-brasil/src/interfaces.d.ts +0 -51
  680. package/lib/core/js-brasil/src/iptu.d.ts +0 -3
  681. package/lib/core/js-brasil/src/iptu_create.d.ts +0 -5
  682. package/lib/core/js-brasil/src/iptu_mask.d.ts +0 -2
  683. package/lib/core/js-brasil/src/iptu_validate.d.ts +0 -10
  684. package/lib/core/js-brasil/src/mask.d.ts +0 -53
  685. package/lib/core/js-brasil/src/name.d.ts +0 -9
  686. package/lib/core/js-brasil/src/placa.d.ts +0 -6
  687. package/lib/core/js-brasil/src/rg.d.ts +0 -5
  688. package/lib/core/js-brasil/src/saude.d.ts +0 -84
  689. package/lib/core/js-brasil/src/utils.d.ts +0 -71
  690. package/lib/core/js-brasil/src/validate.d.ts +0 -90
  691. package/lib/core/pipes/cpf.d.ts +0 -7
  692. package/lib/core/pipes/safe-html.pipe.d.ts +0 -10
  693. package/lib/core/services/html-sanitizer.service.d.ts +0 -10
  694. package/lib/core/services/mapa-i18n.service.d.ts +0 -13
  695. package/lib/core/services/validation-message-resolver.service.d.ts +0 -14
  696. package/mapa-library-ui-0.90.2.tgz +0 -0
  697. package/public-api.d.ts +0 -25
  698. package/src/lib/components/benchmarking/benchmarking.d.ts +0 -1
  699. package/src/lib/components/benchmarking/lib/components/benchmarking/public-api.d.ts +0 -5
  700. package/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-chart.component.d.ts +0 -11
  701. package/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-chart.module.d.ts +0 -9
  702. package/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-indicator/benchmark-indicator.component.d.ts +0 -7
  703. package/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-indicator/benchmark-indicator.module.d.ts +0 -8
  704. package/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmarking.interface.d.ts +0 -37
  705. package/src/lib/components/breadcrumb/breadcrumb.d.ts +0 -1
  706. package/src/lib/components/breadcrumb/lib/components/breadcrumb/public-api.d.ts +0 -2
  707. package/src/lib/components/breadcrumb/lib/components/breadcrumb/src/breadcrumb.component.d.ts +0 -7
  708. package/src/lib/components/breadcrumb/lib/components/breadcrumb/src/breadcrumb.module.d.ts +0 -9
  709. package/src/lib/components/breadcrumb/lib/core/interfaces/bread-piece.interface.d.ts +0 -4
  710. package/src/lib/components/button/button.d.ts +0 -1
  711. package/src/lib/components/button/lib/components/button/public-api.d.ts +0 -2
  712. package/src/lib/components/button/lib/components/button/src/button.component.d.ts +0 -10
  713. package/src/lib/components/button/lib/components/button/src/button.module.d.ts +0 -9
  714. package/src/lib/components/button-icon/button-icon.d.ts +0 -1
  715. package/src/lib/components/button-icon/lib/components/button-icon/public-api.d.ts +0 -2
  716. package/src/lib/components/button-icon/lib/components/button-icon/src/button-icon.component.d.ts +0 -17
  717. package/src/lib/components/button-icon/lib/components/button-icon/src/button-icon.module.d.ts +0 -9
  718. package/src/lib/components/capability/capability.d.ts +0 -5
  719. package/src/lib/components/capability/filters.d.ts +0 -3
  720. package/src/lib/components/capability/lib/components/button/public-api.d.ts +0 -2
  721. package/src/lib/components/capability/lib/components/button/src/button.component.d.ts +0 -10
  722. package/src/lib/components/capability/lib/components/button/src/button.module.d.ts +0 -9
  723. package/src/lib/components/capability/lib/components/capability/public-api.d.ts +0 -24
  724. package/src/lib/components/capability/lib/components/capability/src/capability-comparative/capability-comparative.component.d.ts +0 -10
  725. package/src/lib/components/capability/lib/components/capability/src/capability-comparative/capability-comparative.module.d.ts +0 -11
  726. package/src/lib/components/capability/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.d.ts +0 -9
  727. package/src/lib/components/capability/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.d.ts +0 -9
  728. package/src/lib/components/capability/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.d.ts +0 -18
  729. package/src/lib/components/capability/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.d.ts +0 -9
  730. package/src/lib/components/capability/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.d.ts +0 -9
  731. package/src/lib/components/capability/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.d.ts +0 -9
  732. package/src/lib/components/capability/lib/components/capability/src/capability-detail/capability-detail.component.d.ts +0 -32
  733. package/src/lib/components/capability/lib/components/capability/src/capability-detail/capability-detail.module.d.ts +0 -17
  734. package/src/lib/components/capability/lib/components/capability/src/capability-dot/capability-dot.component.d.ts +0 -17
  735. package/src/lib/components/capability/lib/components/capability/src/capability-dot/capability-dot.module.d.ts +0 -10
  736. package/src/lib/components/capability/lib/components/capability/src/capability-expand/capability-expand.component.d.ts +0 -26
  737. package/src/lib/components/capability/lib/components/capability/src/capability-expand/capability-expand.module.d.ts +0 -11
  738. package/src/lib/components/capability/lib/components/capability/src/capability-indicator/capability-indicator.component.d.ts +0 -7
  739. package/src/lib/components/capability/lib/components/capability/src/capability-indicator/capability-indicator.module.d.ts +0 -8
  740. package/src/lib/components/capability/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.d.ts +0 -12
  741. package/src/lib/components/capability/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.d.ts +0 -9
  742. package/src/lib/components/capability/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.d.ts +0 -26
  743. package/src/lib/components/capability/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.d.ts +0 -9
  744. package/src/lib/components/capability/lib/components/capability/src/capability-interval/capability-interval.component.d.ts +0 -29
  745. package/src/lib/components/capability/lib/components/capability/src/capability-interval/capability-interval.module.d.ts +0 -8
  746. package/src/lib/components/capability/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.d.ts +0 -14
  747. package/src/lib/components/capability/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.d.ts +0 -10
  748. package/src/lib/components/capability/lib/components/capability/src/essentials/consts/capability-classification.const.d.ts +0 -2
  749. package/src/lib/components/capability/lib/components/capability/src/essentials/interfaces/capability-classification.interface.d.ts +0 -6
  750. package/src/lib/components/capability/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.d.ts +0 -10
  751. package/src/lib/components/capability/lib/components/capability/src/essentials/interfaces/capability-item.interface.d.ts +0 -20
  752. package/src/lib/components/capability/lib/components/capability/src/essentials/interfaces/capability.interface.d.ts +0 -8
  753. package/src/lib/components/capability/lib/components/capability/src/essentials/interfaces/index.d.ts +0 -3
  754. package/src/lib/components/capability/lib/components/capability/src/essentials/services/capability-classification.service.d.ts +0 -8
  755. package/src/lib/components/capability/lib/components/capability/src/essentials/services/reusable-interval-bar.service.d.ts +0 -16
  756. package/src/lib/components/capability/lib/components/dropdown/public-api.d.ts +0 -2
  757. package/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.d.ts +0 -47
  758. package/src/lib/components/capability/lib/components/dropdown/src/dropdown.module.d.ts +0 -18
  759. package/src/lib/components/capability/lib/components/filters/public-api.d.ts +0 -2
  760. package/src/lib/components/capability/lib/components/filters/src/filters.component.d.ts +0 -22
  761. package/src/lib/components/capability/lib/components/filters/src/filters.module.d.ts +0 -12
  762. package/src/lib/components/capability/lib/components/icon/public-api.d.ts +0 -2
  763. package/src/lib/components/capability/lib/components/icon/src/icon.component.d.ts +0 -13
  764. package/src/lib/components/capability/lib/components/icon/src/icon.module.d.ts +0 -9
  765. package/src/lib/components/capability/lib/components/tag/src/tag.component.d.ts +0 -12
  766. package/src/lib/components/capability/lib/components/tag/src/tag.module.d.ts +0 -8
  767. package/src/lib/components/capability/lib/components/tooltip/public-api.d.ts +0 -3
  768. package/src/lib/components/capability/lib/components/tooltip/src/tooltip.component.d.ts +0 -15
  769. package/src/lib/components/capability/lib/components/tooltip/src/tooltip.directive.d.ts +0 -32
  770. package/src/lib/components/capability/lib/components/tooltip/src/tooltip.enums.d.ts +0 -13
  771. package/src/lib/components/capability/lib/components/tooltip/src/tooltip.module.d.ts +0 -9
  772. package/src/lib/components/capability/lib/core/components/form-errors/form-errors.component.d.ts +0 -13
  773. package/src/lib/components/capability/lib/core/elements/action-button.d.ts +0 -5
  774. package/src/lib/components/capability/lib/core/elements/dropdown.d.ts +0 -4
  775. package/src/lib/components/capability/lib/core/elements/element-base.d.ts +0 -75
  776. package/src/lib/components/capability/lib/core/elements/element-search.d.ts +0 -7
  777. package/src/lib/components/capability/lib/core/elements/errors.d.ts +0 -11
  778. package/src/lib/components/capability/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
  779. package/src/lib/components/capability/lib/core/interfaces/element-group.interface.d.ts +0 -5
  780. package/src/lib/components/capability/lib/core/interfaces/element-option.interface.d.ts +0 -6
  781. package/src/lib/components/capability/lib/core/pipes/safe-html.pipe.d.ts +0 -10
  782. package/src/lib/components/capability/lib/core/services/html-sanitizer.service.d.ts +0 -10
  783. package/src/lib/components/capability/lib/core/services/mapa-i18n.service.d.ts +0 -13
  784. package/src/lib/components/capability/lib/core/services/validation-message-resolver.service.d.ts +0 -14
  785. package/src/lib/components/chart/chart.d.ts +0 -1
  786. package/src/lib/components/chart/lib/components/chart/public-api.d.ts +0 -2
  787. package/src/lib/components/chart/lib/components/chart/src/chart.component.d.ts +0 -14
  788. package/src/lib/components/chart/lib/components/chart/src/chart.module.d.ts +0 -10
  789. package/src/lib/components/checkbox/checkbox.d.ts +0 -1
  790. package/src/lib/components/checkbox/lib/components/checkbox/public-api.d.ts +0 -2
  791. package/src/lib/components/checkbox/lib/components/checkbox/src/checkbox.component.d.ts +0 -8
  792. package/src/lib/components/checkbox/lib/components/checkbox/src/checkbox.module.d.ts +0 -10
  793. package/src/lib/components/datepicker/datepicker.d.ts +0 -1
  794. package/src/lib/components/datepicker/lib/components/datepicker/public-api.d.ts +0 -2
  795. package/src/lib/components/datepicker/lib/components/datepicker/src/datepicker.component.d.ts +0 -21
  796. package/src/lib/components/datepicker/lib/components/datepicker/src/datepicker.module.d.ts +0 -27
  797. package/src/lib/components/datepicker/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
  798. package/src/lib/components/datepicker/lib/core/services/mapa-i18n.service.d.ts +0 -13
  799. package/src/lib/components/dialog/dialog.d.ts +0 -3
  800. package/src/lib/components/dialog/lib/components/button/public-api.d.ts +0 -2
  801. package/src/lib/components/dialog/lib/components/button/src/button.component.d.ts +0 -10
  802. package/src/lib/components/dialog/lib/components/button/src/button.module.d.ts +0 -9
  803. package/src/lib/components/dialog/lib/components/dialog/public-api.d.ts +0 -2
  804. package/src/lib/components/dialog/lib/components/dialog/src/dialog.component.d.ts +0 -24
  805. package/src/lib/components/dialog/lib/components/dialog/src/dialog.module.d.ts +0 -12
  806. package/src/lib/components/dialog/lib/components/icon/public-api.d.ts +0 -2
  807. package/src/lib/components/dialog/lib/components/icon/src/icon.component.d.ts +0 -13
  808. package/src/lib/components/dialog/lib/components/icon/src/icon.module.d.ts +0 -9
  809. package/src/lib/components/dialog/lib/core/pipes/safe-html.pipe.d.ts +0 -10
  810. package/src/lib/components/dialog/lib/core/services/html-sanitizer.service.d.ts +0 -10
  811. package/src/lib/components/dropdown/dropdown.d.ts +0 -4
  812. package/src/lib/components/dropdown/lib/components/dropdown/public-api.d.ts +0 -2
  813. package/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.d.ts +0 -47
  814. package/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.module.d.ts +0 -18
  815. package/src/lib/components/dropdown/lib/core/components/form-errors/form-errors.component.d.ts +0 -13
  816. package/src/lib/components/dropdown/lib/core/elements/action-button.d.ts +0 -5
  817. package/src/lib/components/dropdown/lib/core/elements/dropdown.d.ts +0 -4
  818. package/src/lib/components/dropdown/lib/core/elements/element-base.d.ts +0 -75
  819. package/src/lib/components/dropdown/lib/core/elements/element-search.d.ts +0 -7
  820. package/src/lib/components/dropdown/lib/core/elements/errors.d.ts +0 -11
  821. package/src/lib/components/dropdown/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
  822. package/src/lib/components/dropdown/lib/core/interfaces/element-group.interface.d.ts +0 -5
  823. package/src/lib/components/dropdown/lib/core/interfaces/element-option.interface.d.ts +0 -6
  824. package/src/lib/components/dropdown/lib/core/pipes/safe-html.pipe.d.ts +0 -10
  825. package/src/lib/components/dropdown/lib/core/services/html-sanitizer.service.d.ts +0 -10
  826. package/src/lib/components/dropdown/lib/core/services/mapa-i18n.service.d.ts +0 -13
  827. package/src/lib/components/dropdown/lib/core/services/validation-message-resolver.service.d.ts +0 -14
  828. package/src/lib/components/dropdown-tree/dropdown-tree.d.ts +0 -5
  829. package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/public-api.d.ts +0 -2
  830. package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.component.d.ts +0 -37
  831. package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.module.d.ts +0 -10
  832. package/src/lib/components/dropdown-tree/lib/core/elements/action-button.d.ts +0 -5
  833. package/src/lib/components/dropdown-tree/lib/core/elements/dropdown-tree.d.ts +0 -4
  834. package/src/lib/components/dropdown-tree/lib/core/elements/dropdown.d.ts +0 -4
  835. package/src/lib/components/dropdown-tree/lib/core/elements/element-base.d.ts +0 -75
  836. package/src/lib/components/dropdown-tree/lib/core/elements/element-search.d.ts +0 -7
  837. package/src/lib/components/dropdown-tree/lib/core/elements/errors.d.ts +0 -11
  838. package/src/lib/components/dropdown-tree/lib/core/interfaces/element-group.interface.d.ts +0 -5
  839. package/src/lib/components/dropdown-tree/lib/core/interfaces/element-option.interface.d.ts +0 -6
  840. package/src/lib/components/empty/empty.d.ts +0 -1
  841. package/src/lib/components/empty/lib/components/empty/public-api.d.ts +0 -2
  842. package/src/lib/components/empty/lib/components/empty/src/empty.component.d.ts +0 -7
  843. package/src/lib/components/empty/lib/components/empty/src/empty.module.d.ts +0 -9
  844. package/src/lib/components/empty/lib/core/pipes/safe-html.pipe.d.ts +0 -10
  845. package/src/lib/components/empty/lib/core/services/html-sanitizer.service.d.ts +0 -10
  846. package/src/lib/components/filters/filters.d.ts +0 -3
  847. package/src/lib/components/filters/lib/components/button/public-api.d.ts +0 -2
  848. package/src/lib/components/filters/lib/components/button/src/button.component.d.ts +0 -10
  849. package/src/lib/components/filters/lib/components/button/src/button.module.d.ts +0 -9
  850. package/src/lib/components/filters/lib/components/filters/public-api.d.ts +0 -2
  851. package/src/lib/components/filters/lib/components/filters/src/filters.component.d.ts +0 -22
  852. package/src/lib/components/filters/lib/components/filters/src/filters.module.d.ts +0 -12
  853. package/src/lib/components/filters/lib/components/icon/public-api.d.ts +0 -2
  854. package/src/lib/components/filters/lib/components/icon/src/icon.component.d.ts +0 -13
  855. package/src/lib/components/filters/lib/components/icon/src/icon.module.d.ts +0 -9
  856. package/src/lib/components/filters/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
  857. package/src/lib/components/filters/lib/core/services/mapa-i18n.service.d.ts +0 -13
  858. package/src/lib/components/form/form.d.ts +0 -6
  859. package/src/lib/components/form/lib/components/button/public-api.d.ts +0 -2
  860. package/src/lib/components/form/lib/components/button/src/button.component.d.ts +0 -10
  861. package/src/lib/components/form/lib/components/button/src/button.module.d.ts +0 -9
  862. package/src/lib/components/form/lib/components/form/public-api.d.ts +0 -2
  863. package/src/lib/components/form/lib/components/form/src/form.component.d.ts +0 -15
  864. package/src/lib/components/form/lib/components/form/src/form.module.d.ts +0 -14
  865. package/src/lib/components/form/lib/components/input/public-api.d.ts +0 -2
  866. package/src/lib/components/form/lib/components/input/src/input.component.d.ts +0 -15
  867. package/src/lib/components/form/lib/components/input/src/input.module.d.ts +0 -17
  868. package/src/lib/components/form/lib/components/radio-button/public-api.d.ts +0 -2
  869. package/src/lib/components/form/lib/components/radio-button/src/radio-button.component.d.ts +0 -17
  870. package/src/lib/components/form/lib/components/radio-button/src/radio-button.module.d.ts +0 -11
  871. package/src/lib/components/form/lib/components/slide-toggle/public-api.d.ts +0 -2
  872. package/src/lib/components/form/lib/components/slide-toggle/src/slide-toggle.component.d.ts +0 -17
  873. package/src/lib/components/form/lib/components/slide-toggle/src/slide-toggle.module.d.ts +0 -11
  874. package/src/lib/components/form/lib/components/textarea/public-api.d.ts +0 -2
  875. package/src/lib/components/form/lib/components/textarea/src/textarea.component.d.ts +0 -9
  876. package/src/lib/components/form/lib/components/textarea/src/textarea.module.d.ts +0 -13
  877. package/src/lib/components/form/lib/core/components/form-errors/form-errors.component.d.ts +0 -13
  878. package/src/lib/components/form/lib/core/directives/mat-input-autosize.directive.d.ts +0 -25
  879. package/src/lib/components/form/lib/core/elements/action-button.d.ts +0 -5
  880. package/src/lib/components/form/lib/core/elements/element-base.d.ts +0 -75
  881. package/src/lib/components/form/lib/core/elements/element-search.d.ts +0 -7
  882. package/src/lib/components/form/lib/core/elements/errors.d.ts +0 -11
  883. package/src/lib/components/form/lib/core/elements/input-text.d.ts +0 -4
  884. package/src/lib/components/form/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
  885. package/src/lib/components/form/lib/core/interfaces/element-group.interface.d.ts +0 -5
  886. package/src/lib/components/form/lib/core/interfaces/element-option.interface.d.ts +0 -6
  887. package/src/lib/components/form/lib/core/services/mapa-i18n.service.d.ts +0 -13
  888. package/src/lib/components/form/lib/core/services/validation-message-resolver.service.d.ts +0 -14
  889. package/src/lib/components/group-report/group-report.d.ts +0 -1
  890. package/src/lib/components/group-report/lib/components/group-report/public-api.d.ts +0 -2
  891. package/src/lib/components/group-report/lib/components/group-report/src/group-report-interface.d.ts +0 -23
  892. package/src/lib/components/group-report/lib/components/group-report/src/group-report.component.d.ts +0 -46
  893. package/src/lib/components/group-report/lib/components/group-report/src/group-report.module.d.ts +0 -12
  894. package/src/lib/components/icon/icon.d.ts +0 -1
  895. package/src/lib/components/icon/lib/components/icon/public-api.d.ts +0 -2
  896. package/src/lib/components/icon/lib/components/icon/src/icon.component.d.ts +0 -13
  897. package/src/lib/components/icon/lib/components/icon/src/icon.module.d.ts +0 -9
  898. package/src/lib/components/input/input.d.ts +0 -1
  899. package/src/lib/components/input/lib/components/input/public-api.d.ts +0 -2
  900. package/src/lib/components/input/lib/components/input/src/input.component.d.ts +0 -15
  901. package/src/lib/components/input/lib/components/input/src/input.module.d.ts +0 -17
  902. package/src/lib/components/input/lib/core/components/form-errors/form-errors.component.d.ts +0 -13
  903. package/src/lib/components/input/lib/core/directives/mat-input-autosize.directive.d.ts +0 -25
  904. package/src/lib/components/input/lib/core/elements/action-button.d.ts +0 -5
  905. package/src/lib/components/input/lib/core/elements/element-base.d.ts +0 -75
  906. package/src/lib/components/input/lib/core/elements/element-search.d.ts +0 -7
  907. package/src/lib/components/input/lib/core/elements/errors.d.ts +0 -11
  908. package/src/lib/components/input/lib/core/elements/input-text.d.ts +0 -4
  909. package/src/lib/components/input/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
  910. package/src/lib/components/input/lib/core/interfaces/element-group.interface.d.ts +0 -5
  911. package/src/lib/components/input/lib/core/interfaces/element-option.interface.d.ts +0 -6
  912. package/src/lib/components/input/lib/core/services/mapa-i18n.service.d.ts +0 -13
  913. package/src/lib/components/input/lib/core/services/validation-message-resolver.service.d.ts +0 -14
  914. package/src/lib/components/menu/lib/components/menu/public-api.d.ts +0 -2
  915. package/src/lib/components/menu/lib/components/menu/src/menu.component.d.ts +0 -23
  916. package/src/lib/components/menu/lib/components/menu/src/menu.module.d.ts +0 -11
  917. package/src/lib/components/menu/menu.d.ts +0 -1
  918. package/src/lib/components/nav-list/lib/components/nav-list/public-api.d.ts +0 -2
  919. package/src/lib/components/nav-list/lib/components/nav-list/src/nav-list.component.d.ts +0 -12
  920. package/src/lib/components/nav-list/lib/components/nav-list/src/nav-list.module.d.ts +0 -8
  921. package/src/lib/components/nav-list/nav-list.d.ts +0 -1
  922. package/src/lib/components/radio-button/lib/components/radio-button/public-api.d.ts +0 -2
  923. package/src/lib/components/radio-button/lib/components/radio-button/src/radio-button.component.d.ts +0 -17
  924. package/src/lib/components/radio-button/lib/components/radio-button/src/radio-button.module.d.ts +0 -11
  925. package/src/lib/components/radio-button/radio-button.d.ts +0 -1
  926. package/src/lib/components/report-item/lib/components/report-item/public-api.d.ts +0 -2
  927. package/src/lib/components/report-item/lib/components/report-item/src/report-item.component.d.ts +0 -33
  928. package/src/lib/components/report-item/lib/components/report-item/src/report-item.module.d.ts +0 -10
  929. package/src/lib/components/report-item/report-item.d.ts +0 -1
  930. package/src/lib/components/scale/filters.d.ts +0 -3
  931. package/src/lib/components/scale/lib/components/button/public-api.d.ts +0 -2
  932. package/src/lib/components/scale/lib/components/button/src/button.component.d.ts +0 -10
  933. package/src/lib/components/scale/lib/components/button/src/button.module.d.ts +0 -9
  934. package/src/lib/components/scale/lib/components/capability/src/capability-interval/capability-interval.component.d.ts +0 -29
  935. package/src/lib/components/scale/lib/components/capability/src/capability-interval/capability-interval.module.d.ts +0 -8
  936. package/src/lib/components/scale/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.d.ts +0 -14
  937. package/src/lib/components/scale/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.d.ts +0 -10
  938. package/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-item.interface.d.ts +0 -20
  939. package/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability.interface.d.ts +0 -8
  940. package/src/lib/components/scale/lib/components/filters/public-api.d.ts +0 -2
  941. package/src/lib/components/scale/lib/components/filters/src/filters.component.d.ts +0 -22
  942. package/src/lib/components/scale/lib/components/filters/src/filters.module.d.ts +0 -12
  943. package/src/lib/components/scale/lib/components/group-report/src/group-report-interface.d.ts +0 -23
  944. package/src/lib/components/scale/lib/components/icon/public-api.d.ts +0 -2
  945. package/src/lib/components/scale/lib/components/icon/src/icon.component.d.ts +0 -13
  946. package/src/lib/components/scale/lib/components/icon/src/icon.module.d.ts +0 -9
  947. package/src/lib/components/scale/lib/components/scale/public-api.d.ts +0 -4
  948. package/src/lib/components/scale/lib/components/scale/src/details/details.component.d.ts +0 -5
  949. package/src/lib/components/scale/lib/components/scale/src/progressbar/progressbar.component.d.ts +0 -8
  950. package/src/lib/components/scale/lib/components/scale/src/scale.component.d.ts +0 -23
  951. package/src/lib/components/scale/lib/components/scale/src/scale.interface.d.ts +0 -31
  952. package/src/lib/components/scale/lib/components/scale/src/scale.module.d.ts +0 -11
  953. package/src/lib/components/scale/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
  954. package/src/lib/components/scale/lib/core/services/mapa-i18n.service.d.ts +0 -13
  955. package/src/lib/components/scale/scale.d.ts +0 -1
  956. package/src/lib/components/scale-parameterization/lib/components/group-report/src/group-report-interface.d.ts +0 -23
  957. package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/public-api.d.ts +0 -4
  958. package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/details/details.component.d.ts +0 -5
  959. package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/progressbar/progressbar.component.d.ts +0 -8
  960. package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.component.d.ts +0 -31
  961. package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.interface.d.ts +0 -31
  962. package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.module.d.ts +0 -12
  963. package/src/lib/components/scale-parameterization/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
  964. package/src/lib/components/scale-parameterization/lib/core/services/mapa-i18n.service.d.ts +0 -13
  965. package/src/lib/components/scale-parameterization/scale-parameterization.d.ts +0 -1
  966. package/src/lib/components/slide-toggle/lib/components/slide-toggle/public-api.d.ts +0 -2
  967. package/src/lib/components/slide-toggle/lib/components/slide-toggle/src/slide-toggle.component.d.ts +0 -17
  968. package/src/lib/components/slide-toggle/lib/components/slide-toggle/src/slide-toggle.module.d.ts +0 -11
  969. package/src/lib/components/slide-toggle/slide-toggle.d.ts +0 -1
  970. package/src/lib/components/svg-icon/lib/components/svg-icon/public-api.d.ts +0 -2
  971. package/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.component.d.ts +0 -17
  972. package/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.module.d.ts +0 -9
  973. package/src/lib/components/svg-icon/lib/core/pipes/safe-html.pipe.d.ts +0 -10
  974. package/src/lib/components/svg-icon/lib/core/services/html-sanitizer.service.d.ts +0 -10
  975. package/src/lib/components/svg-icon/svg-icon.d.ts +0 -1
  976. package/src/lib/components/table/lib/components/table/public-api.d.ts +0 -3
  977. package/src/lib/components/table/lib/components/table/src/paginator_customization.d.ts +0 -3
  978. package/src/lib/components/table/lib/components/table/src/table.component.d.ts +0 -90
  979. package/src/lib/components/table/lib/components/table/src/table.module.d.ts +0 -21
  980. package/src/lib/components/table/lib/core/directives/custom-paginator-legacy.directive.d.ts +0 -28
  981. package/src/lib/components/table/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
  982. package/src/lib/components/table/lib/core/interfaces/classification.interface.d.ts +0 -6
  983. package/src/lib/components/table/lib/core/interfaces/table-column.interface.d.ts +0 -19
  984. package/src/lib/components/table/lib/core/interfaces/table-row-click-event.interface.d.ts +0 -4
  985. package/src/lib/components/table/lib/core/js-brasil/index.d.ts +0 -15
  986. package/src/lib/components/table/lib/core/js-brasil/src/create.d.ts +0 -37
  987. package/src/lib/components/table/lib/core/js-brasil/src/createNumberMask.d.ts +0 -13
  988. package/src/lib/components/table/lib/core/js-brasil/src/estados.d.ts +0 -7
  989. package/src/lib/components/table/lib/core/js-brasil/src/index.d.ts +0 -34
  990. package/src/lib/components/table/lib/core/js-brasil/src/inscricaoestadual.d.ts +0 -7
  991. package/src/lib/components/table/lib/core/js-brasil/src/interfaces.d.ts +0 -51
  992. package/src/lib/components/table/lib/core/js-brasil/src/iptu.d.ts +0 -3
  993. package/src/lib/components/table/lib/core/js-brasil/src/iptu_create.d.ts +0 -5
  994. package/src/lib/components/table/lib/core/js-brasil/src/iptu_mask.d.ts +0 -2
  995. package/src/lib/components/table/lib/core/js-brasil/src/iptu_validate.d.ts +0 -10
  996. package/src/lib/components/table/lib/core/js-brasil/src/mask.d.ts +0 -53
  997. package/src/lib/components/table/lib/core/js-brasil/src/name.d.ts +0 -9
  998. package/src/lib/components/table/lib/core/js-brasil/src/placa.d.ts +0 -6
  999. package/src/lib/components/table/lib/core/js-brasil/src/rg.d.ts +0 -5
  1000. package/src/lib/components/table/lib/core/js-brasil/src/saude.d.ts +0 -84
  1001. package/src/lib/components/table/lib/core/js-brasil/src/utils.d.ts +0 -71
  1002. package/src/lib/components/table/lib/core/js-brasil/src/validate.d.ts +0 -90
  1003. package/src/lib/components/table/lib/core/pipes/cpf.d.ts +0 -7
  1004. package/src/lib/components/table/lib/core/pipes/safe-html.pipe.d.ts +0 -10
  1005. package/src/lib/components/table/lib/core/services/html-sanitizer.service.d.ts +0 -10
  1006. package/src/lib/components/table/lib/core/services/mapa-i18n.service.d.ts +0 -13
  1007. package/src/lib/components/table/table.d.ts +0 -2
  1008. package/src/lib/components/tag/lib/components/tag/public-api.d.ts +0 -2
  1009. package/src/lib/components/tag/lib/components/tag/src/tag.component.d.ts +0 -12
  1010. package/src/lib/components/tag/lib/components/tag/src/tag.module.d.ts +0 -8
  1011. package/src/lib/components/tag/tag.d.ts +0 -1
  1012. package/src/lib/components/textarea/lib/components/textarea/public-api.d.ts +0 -2
  1013. package/src/lib/components/textarea/lib/components/textarea/src/textarea.component.d.ts +0 -9
  1014. package/src/lib/components/textarea/lib/components/textarea/src/textarea.module.d.ts +0 -13
  1015. package/src/lib/components/textarea/lib/core/components/form-errors/form-errors.component.d.ts +0 -13
  1016. package/src/lib/components/textarea/lib/core/elements/errors.d.ts +0 -11
  1017. package/src/lib/components/textarea/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
  1018. package/src/lib/components/textarea/lib/core/services/mapa-i18n.service.d.ts +0 -13
  1019. package/src/lib/components/textarea/lib/core/services/validation-message-resolver.service.d.ts +0 -14
  1020. package/src/lib/components/textarea/textarea.d.ts +0 -1
  1021. package/src/lib/components/tooltip/lib/components/tooltip/public-api.d.ts +0 -3
  1022. package/src/lib/components/tooltip/lib/components/tooltip/src/tooltip.component.d.ts +0 -15
  1023. package/src/lib/components/tooltip/lib/components/tooltip/src/tooltip.directive.d.ts +0 -32
  1024. package/src/lib/components/tooltip/lib/components/tooltip/src/tooltip.enums.d.ts +0 -13
  1025. package/src/lib/components/tooltip/lib/components/tooltip/src/tooltip.module.d.ts +0 -9
  1026. package/src/lib/components/tooltip/tooltip.d.ts +0 -2
  1027. package/src/lib/components/warning/lib/components/warning/public-api.d.ts +0 -2
  1028. package/src/lib/components/warning/lib/components/warning/src/warning.component.d.ts +0 -15
  1029. package/src/lib/components/warning/lib/components/warning/src/warning.module.d.ts +0 -9
  1030. package/src/lib/components/warning/warning.d.ts +0 -1
  1031. package/src/lib/core/guards/authorize-guard/authorize.d.ts +0 -1
  1032. package/src/lib/core/guards/authorize-guard/lib/core/enums/permissions.enum.d.ts +0 -49
  1033. package/src/lib/core/guards/authorize-guard/lib/core/guards/authorize-guard/authorize.guard.d.ts +0 -10
  1034. package/src/lib/core/guards/authorize-guard/lib/core/guards/authorize-guard/public-api.d.ts +0 -3
  1035. package/src/lib/core/guards/authorize-guard/lib/core/utils/permissions.util.d.ts +0 -5
  1036. package/src/lib/core/services/lib/core/services/loader/loader.service.d.ts +0 -11
  1037. package/src/lib/core/services/lib/core/services/public-api.d.ts +0 -1
  1038. package/src/lib/core/services/services.d.ts +0 -1
@@ -0,0 +1,1052 @@
1
+ import * as i0 from '@angular/core';
2
+ import { EventEmitter, inject, DestroyRef, Input, Output, Directive, effect, ViewChild, Component, SecurityContext, Injectable, Pipe, InjectionToken, Injector, signal, Optional, Inject, ChangeDetectionStrategy } from '@angular/core';
3
+ import { takeUntilDestroyed, toObservable } from '@angular/core/rxjs-interop';
4
+ import { map, startWith } from 'rxjs/operators';
5
+ import * as i1 from '@angular/material/paginator';
6
+ import { MatPaginatorIntl, MatPaginatorModule, MatPaginator } from '@angular/material/paginator';
7
+ import * as i2 from '@angular/common';
8
+ import { CommonModule } from '@angular/common';
9
+ import * as i8 from '@angular/material/sort';
10
+ import { MatSortModule, MatSort } from '@angular/material/sort';
11
+ import * as i9 from '@angular/material/table';
12
+ import { MatTableDataSource, MatTableModule, MatTable } from '@angular/material/table';
13
+ import * as i3 from '@angular/material/menu';
14
+ import { MatMenuModule, MatMenuTrigger } from '@angular/material/menu';
15
+ import * as i4 from '@angular/material/button';
16
+ import { MatButtonModule } from '@angular/material/button';
17
+ import * as i5 from '@angular/material/checkbox';
18
+ import { MatCheckboxModule } from '@angular/material/checkbox';
19
+ import * as i2$1 from '@angular/material/icon';
20
+ import { MatIconModule } from '@angular/material/icon';
21
+ import * as i3$1 from '@angular/router';
22
+ import { RouterModule } from '@angular/router';
23
+ import * as i1$1 from '@angular/platform-browser';
24
+ import * as i1$2 from '@angular/common/http';
25
+
26
+ class BubblePaginationDirective {
27
+ constructor(matPag, elementRef, ren) {
28
+ this.matPag = matPag;
29
+ this.elementRef = elementRef;
30
+ this.ren = ren;
31
+ this.pageIndexChangeEmitter = new EventEmitter();
32
+ this.showFirstButton = true;
33
+ this.showLastButton = true;
34
+ this.renderButtonsNumber = 2;
35
+ this.appCustomLength = 0;
36
+ this.hideDefaultArrows = false;
37
+ this.bubblePageIndex = 0;
38
+ this.buttonsRef = [];
39
+ this.destroyRef = inject(DestroyRef);
40
+ }
41
+ ngAfterViewInit() {
42
+ this.styleDefaultPagination();
43
+ this.createBubbleDivRef();
44
+ this.renderButtons();
45
+ }
46
+ ngOnChanges(changes) {
47
+ if (!this.bubbleContainerRef) {
48
+ return;
49
+ }
50
+ if ((!changes?.["appCustomLength"]?.firstChange && changes?.["appCustomLength"]) ||
51
+ (!changes?.["bubblePageIndex"]?.firstChange && changes?.["bubblePageIndex"])) {
52
+ this.rebuildButtons();
53
+ }
54
+ }
55
+ renderButtons() {
56
+ this.rebuildButtons();
57
+ this.matPag.page
58
+ .pipe(map((e) => [e.previousPageIndex ?? 0, e.pageIndex]), startWith([this.getActivePageIndex(), this.getActivePageIndex()]), takeUntilDestroyed(this.destroyRef))
59
+ .subscribe(([prev, curr]) => {
60
+ this.updateButtonsOnPageEvent(prev, curr);
61
+ });
62
+ }
63
+ changeActiveButtonStyles(previousIndex, newIndex) {
64
+ if (!this.buttonsRef.length) {
65
+ return;
66
+ }
67
+ const previouslyActive = this.buttonsRef[previousIndex];
68
+ const currentActive = this.buttonsRef[newIndex];
69
+ try {
70
+ this.ren.removeClass(previouslyActive, "g-bubble__active");
71
+ this.ren.addClass(currentActive, "g-bubble__active");
72
+ }
73
+ catch { }
74
+ this.buttonsRef.forEach((button) => this.ren.setStyle(button, "display", "none"));
75
+ const renderElements = this.renderButtonsNumber;
76
+ const endDots = newIndex < this.buttonsRef.length - renderElements - 1;
77
+ const startDots = newIndex - renderElements > 0;
78
+ const firstButton = this.buttonsRef[0];
79
+ const lastButton = this.buttonsRef[this.buttonsRef.length - 1];
80
+ try {
81
+ if (this.showLastButton) {
82
+ this.ren.setStyle(this.dotsEndRef, "display", endDots ? "block" : "none");
83
+ this.ren.setStyle(lastButton, "display", endDots ? "flex" : "none");
84
+ }
85
+ }
86
+ catch { }
87
+ try {
88
+ if (this.showFirstButton) {
89
+ this.ren.setStyle(this.dotsStartRef, "display", startDots ? "block" : "none");
90
+ this.ren.setStyle(firstButton, "display", startDots ? "flex" : "none");
91
+ }
92
+ }
93
+ catch { }
94
+ const startingIndex = startDots ? newIndex - renderElements : 0;
95
+ const endingIndex = endDots
96
+ ? newIndex + renderElements
97
+ : this.buttonsRef.length - 1;
98
+ for (let i = startingIndex; i <= endingIndex; i++) {
99
+ const button = this.buttonsRef[i];
100
+ this.ren.setStyle(button, "display", "flex");
101
+ }
102
+ }
103
+ styleDefaultPagination() {
104
+ const nativeElement = this.elementRef.nativeElement;
105
+ const previousButton = nativeElement.querySelector(".mat-mdc-paginator-navigation-previous");
106
+ const nextButtonDefault = nativeElement.querySelector(".mat-mdc-paginator-navigation-next");
107
+ if (this.hideDefaultArrows) {
108
+ this.ren.setStyle(previousButton, "display", "none");
109
+ this.ren.setStyle(nextButtonDefault, "display", "none");
110
+ }
111
+ }
112
+ createBubbleDivRef() {
113
+ const actionContainer = this.elementRef.nativeElement.querySelector("div.mat-mdc-paginator-range-actions");
114
+ const nextButtonDefault = this.elementRef.nativeElement.querySelector("button.mat-mdc-paginator-navigation-next");
115
+ const pageRange = this.elementRef.nativeElement.querySelector("div.mat-mdc-paginator-range-label");
116
+ this.bubbleContainerRef = this.ren.createElement("div");
117
+ this.ren.addClass(this.bubbleContainerRef, "g-bubble-container");
118
+ if (actionContainer) {
119
+ this.ren.addClass(actionContainer, "custom-paginator-container");
120
+ }
121
+ if (pageRange) {
122
+ this.ren.addClass(pageRange, "custom-paginator-counter");
123
+ }
124
+ if (actionContainer) {
125
+ this.ren.insertBefore(actionContainer, this.bubbleContainerRef, nextButtonDefault);
126
+ }
127
+ }
128
+ buildButtons(neededButtons) {
129
+ if (neededButtons <= 1) {
130
+ return;
131
+ }
132
+ this.buttonsRef = [this.createButton(0)];
133
+ this.dotsStartRef = this.createDotsElement();
134
+ for (let index = 1; index < neededButtons - 1; index++) {
135
+ this.buttonsRef = [...this.buttonsRef, this.createButton(index)];
136
+ }
137
+ this.dotsEndRef = this.createDotsElement();
138
+ this.buttonsRef = [
139
+ ...this.buttonsRef,
140
+ this.createButton(neededButtons - 1),
141
+ ];
142
+ }
143
+ removeButtons() {
144
+ if (!this.bubbleContainerRef) {
145
+ return;
146
+ }
147
+ while (this.bubbleContainerRef.firstChild) {
148
+ this.ren.removeChild(this.bubbleContainerRef, this.bubbleContainerRef.firstChild);
149
+ }
150
+ this.buttonsRef = [];
151
+ }
152
+ createButton(i) {
153
+ const bubbleButton = this.ren.createElement("div");
154
+ const text = this.ren.createText(String(i + 1));
155
+ this.ren.addClass(bubbleButton, "g-bubble");
156
+ this.ren.setStyle(bubbleButton, "margin-right", "8px");
157
+ this.ren.appendChild(bubbleButton, text);
158
+ this.ren.listen(bubbleButton, "click", () => {
159
+ this.switchPage(i);
160
+ });
161
+ this.ren.appendChild(this.bubbleContainerRef, bubbleButton);
162
+ this.ren.setStyle(bubbleButton, "display", "none");
163
+ return bubbleButton;
164
+ }
165
+ createDotsElement() {
166
+ const dotsEl = this.ren.createElement("span");
167
+ const dotsText = this.ren.createText("...");
168
+ this.ren.setStyle(dotsEl, "font-size", "18px");
169
+ this.ren.setStyle(dotsEl, "margin-right", "8px");
170
+ this.ren.setStyle(dotsEl, "padding-top", "6px");
171
+ this.ren.setStyle(dotsEl, "color", "#919191");
172
+ this.ren.appendChild(dotsEl, dotsText);
173
+ this.ren.appendChild(this.bubbleContainerRef, dotsEl);
174
+ this.ren.setStyle(dotsEl, "display", "none");
175
+ return dotsEl;
176
+ }
177
+ switchPage(i) {
178
+ const previousPageIndex = this.matPag.pageIndex;
179
+ this.matPag.pageIndex = i;
180
+ this.matPag.page.emit({
181
+ previousPageIndex,
182
+ pageIndex: i,
183
+ pageSize: this.matPag.pageSize,
184
+ length: this.matPag.length,
185
+ });
186
+ this.pageIndexChangeEmitter.emit(i);
187
+ }
188
+ updateButtonsOnPageEvent(previousIndex, newIndex) {
189
+ const neededButtons = this.getNeededButtons();
190
+ if (neededButtons === this.buttonsRef.length) {
191
+ this.changeActiveButtonStyles(previousIndex, newIndex);
192
+ return;
193
+ }
194
+ this.rebuildButtons();
195
+ }
196
+ rebuildButtons() {
197
+ const neededButtons = this.getNeededButtons();
198
+ const activePageIndex = Math.min(this.getActivePageIndex(), Math.max(neededButtons - 1, 0));
199
+ this.removeButtons();
200
+ this.matPag.pageIndex = activePageIndex;
201
+ if (neededButtons <= 1) {
202
+ return;
203
+ }
204
+ this.buildButtons(neededButtons);
205
+ this.changeActiveButtonStyles(activePageIndex, activePageIndex);
206
+ }
207
+ getNeededButtons() {
208
+ return Math.ceil(this.appCustomLength / this.matPag.pageSize);
209
+ }
210
+ getActivePageIndex() {
211
+ return Math.max(this.bubblePageIndex, this.matPag.pageIndex, 0);
212
+ }
213
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: BubblePaginationDirective, deps: [{ token: i1.MatPaginator }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
214
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.18", type: BubblePaginationDirective, isStandalone: true, selector: "[appBubblePagination]", inputs: { showFirstButton: "showFirstButton", showLastButton: "showLastButton", renderButtonsNumber: "renderButtonsNumber", appCustomLength: "appCustomLength", hideDefaultArrows: "hideDefaultArrows", bubblePageIndex: "bubblePageIndex" }, outputs: { pageIndexChangeEmitter: "pageIndexChangeEmitter" }, usesOnChanges: true, ngImport: i0 }); }
215
+ }
216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: BubblePaginationDirective, decorators: [{
217
+ type: Directive,
218
+ args: [{
219
+ selector: "[appBubblePagination]",
220
+ standalone: true,
221
+ }]
222
+ }], ctorParameters: () => [{ type: i1.MatPaginator }, { type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { pageIndexChangeEmitter: [{
223
+ type: Output
224
+ }], showFirstButton: [{
225
+ type: Input
226
+ }], showLastButton: [{
227
+ type: Input
228
+ }], renderButtonsNumber: [{
229
+ type: Input
230
+ }], appCustomLength: [{
231
+ type: Input
232
+ }], hideDefaultArrows: [{
233
+ type: Input
234
+ }], bubblePageIndex: [{
235
+ type: Input
236
+ }] } });
237
+
238
+ function customPaginatorFactory(i18n, injector) {
239
+ const customPaginatorIntl = new MatPaginatorIntl();
240
+ effect(() => {
241
+ const paginatorTexts = i18n.textsSignal().paginator;
242
+ customPaginatorIntl.itemsPerPageLabel = paginatorTexts.itemsPerPage;
243
+ customPaginatorIntl.nextPageLabel = paginatorTexts.nextPage;
244
+ customPaginatorIntl.previousPageLabel = paginatorTexts.previousPage;
245
+ customPaginatorIntl.getRangeLabel = paginatorTexts.showingRangeLabel;
246
+ customPaginatorIntl.changes.next();
247
+ }, { injector });
248
+ return customPaginatorIntl;
249
+ }
250
+
251
+ class MapaMenuComponent {
252
+ constructor() {
253
+ this.items = [];
254
+ this.emitMenu = new EventEmitter();
255
+ }
256
+ toggleMenu() {
257
+ this.trigger.openMenu();
258
+ }
259
+ clickMenu(item) {
260
+ this.emitMenu.emit({ action: item.action, data: this.data });
261
+ }
262
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
263
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: MapaMenuComponent, isStandalone: true, selector: "mapa-menu", inputs: { items: "items", data: "data" }, outputs: { emitMenu: "emitMenu" }, viewQueries: [{ propertyName: "trigger", first: true, predicate: MatMenuTrigger, descendants: true }], ngImport: i0, template: "<mat-menu #menu=\"matMenu\" class=\"mapa-menu\">\n <button\n *ngFor=\"let item of items\"\n mat-menu-item\n (click)=\"clickMenu(item)\"\n class=\"mapa-menu__item\"\n [class.mapa-menu__item--disabled]=\"item.disabled\"\n >\n <mat-icon *ngIf=\"item.icon\">{{item.icon}}</mat-icon>\n <img *ngIf=\"item.image\" [src]=\"item.image\" />\n <span>{{item.text}}</span>\n </button>\n</mat-menu>\n\n<img\n class=\"outside-menu-icon\"\n src=\"assets/images/icons/ThreePoints.svg\"\n (click)=\"toggleMenu()\"\n [matMenuTriggerFor]=\"menu\"\n/>\n", styles: [".outside-menu-icon{color:#50575e;display:flex;align-items:center;justify-content:center}.mat-mdc-menu-content mat-icon{color:var(--Grey-Grey-60, #50575e);font-size:16px;line-height:28px}.mapa-menu__item{display:flex;align-items:center}.mapa-menu__item img{margin-right:8px}.mapa-menu__item--disabled{opacity:.45;cursor:not-allowed}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatMenuModule }, { kind: "component", type: i3.MatMenu, selector: "mat-menu", inputs: ["backdropClass", "aria-label", "aria-labelledby", "aria-describedby", "xPosition", "yPosition", "overlapTrigger", "hasBackdrop", "class", "classList"], outputs: ["closed", "close"], exportAs: ["matMenu"] }, { kind: "component", type: i3.MatMenuItem, selector: "[mat-menu-item]", inputs: ["role", "disabled", "disableRipple"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i3.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", inputs: ["mat-menu-trigger-for", "matMenuTriggerFor", "matMenuTriggerData", "matMenuTriggerRestoreFocus"], outputs: ["menuOpened", "onMenuOpen", "menuClosed", "onMenuClose"], exportAs: ["matMenuTrigger"] }] }); }
264
+ }
265
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaMenuComponent, decorators: [{
266
+ type: Component,
267
+ args: [{ selector: "mapa-menu", imports: [CommonModule, MatIconModule, MatMenuModule], standalone: true, template: "<mat-menu #menu=\"matMenu\" class=\"mapa-menu\">\n <button\n *ngFor=\"let item of items\"\n mat-menu-item\n (click)=\"clickMenu(item)\"\n class=\"mapa-menu__item\"\n [class.mapa-menu__item--disabled]=\"item.disabled\"\n >\n <mat-icon *ngIf=\"item.icon\">{{item.icon}}</mat-icon>\n <img *ngIf=\"item.image\" [src]=\"item.image\" />\n <span>{{item.text}}</span>\n </button>\n</mat-menu>\n\n<img\n class=\"outside-menu-icon\"\n src=\"assets/images/icons/ThreePoints.svg\"\n (click)=\"toggleMenu()\"\n [matMenuTriggerFor]=\"menu\"\n/>\n", styles: [".outside-menu-icon{color:#50575e;display:flex;align-items:center;justify-content:center}.mat-mdc-menu-content mat-icon{color:var(--Grey-Grey-60, #50575e);font-size:16px;line-height:28px}.mapa-menu__item{display:flex;align-items:center}.mapa-menu__item img{margin-right:8px}.mapa-menu__item--disabled{opacity:.45;cursor:not-allowed}\n"] }]
268
+ }], propDecorators: { items: [{
269
+ type: Input
270
+ }], data: [{
271
+ type: Input
272
+ }], emitMenu: [{
273
+ type: Output
274
+ }], trigger: [{
275
+ type: ViewChild,
276
+ args: [MatMenuTrigger]
277
+ }] } });
278
+
279
+ /*
280
+ * Public API Surface of mapa-library-ui menu
281
+ */
282
+
283
+ function sanitizeHtmlContent(sanitizer, value) {
284
+ return sanitizer.sanitize(SecurityContext.HTML, value ?? "") ?? "";
285
+ }
286
+ class HtmlSanitizerService {
287
+ constructor(sanitizer) {
288
+ this.sanitizer = sanitizer;
289
+ }
290
+ sanitize(value) {
291
+ return sanitizeHtmlContent(this.sanitizer, value);
292
+ }
293
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: HtmlSanitizerService, deps: [{ token: i1$1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Injectable }); }
294
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: HtmlSanitizerService, providedIn: "root" }); }
295
+ }
296
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: HtmlSanitizerService, decorators: [{
297
+ type: Injectable,
298
+ args: [{
299
+ providedIn: "root",
300
+ }]
301
+ }], ctorParameters: () => [{ type: i1$1.DomSanitizer }] });
302
+
303
+ class SafeHtmlPipe {
304
+ constructor(htmlSanitizer) {
305
+ this.htmlSanitizer = htmlSanitizer;
306
+ }
307
+ transform(value) {
308
+ return this.htmlSanitizer.sanitize(value);
309
+ }
310
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: SafeHtmlPipe, deps: [{ token: HtmlSanitizerService }], target: i0.ɵɵFactoryTarget.Pipe }); }
311
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.18", ngImport: i0, type: SafeHtmlPipe, isStandalone: true, name: "safeHtml" }); }
312
+ }
313
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: SafeHtmlPipe, decorators: [{
314
+ type: Pipe,
315
+ args: [{
316
+ name: "safeHtml",
317
+ standalone: true,
318
+ }]
319
+ }], ctorParameters: () => [{ type: HtmlSanitizerService }] });
320
+
321
+ class MapaSvgIconComponent {
322
+ constructor(httpClient, cdr) {
323
+ this.httpClient = httpClient;
324
+ this.cdr = cdr;
325
+ this.svgIcon = "";
326
+ this.destroyRef = inject(DestroyRef);
327
+ }
328
+ ngOnChanges() {
329
+ if (!this.name) {
330
+ this.svgIcon = "";
331
+ return;
332
+ }
333
+ if (this.color) {
334
+ this.httpClient
335
+ .get(`images/icons/${this.name}.svg`, { responseType: 'text' })
336
+ .pipe(takeUntilDestroyed(this.destroyRef))
337
+ .subscribe((value) => {
338
+ this.svgIcon = this.applyColor(value);
339
+ this.cdr.markForCheck();
340
+ });
341
+ return;
342
+ }
343
+ this.svgIcon = `<img src="images/icons/${this.name}.svg" alt="${this.name}" />`;
344
+ this.cdr.markForCheck();
345
+ }
346
+ applyColor(value) {
347
+ if (!this.color) {
348
+ return value;
349
+ }
350
+ return value
351
+ .replaceAll('fill="#50575E"', `fill="${this.color}"`)
352
+ .replaceAll('fill="#181818"', `fill="${this.color}"`)
353
+ .replaceAll('fill="#7def7b"', `fill="${this.color}"`)
354
+ .replaceAll('stroke="#50575E"', `stroke="${this.color}"`)
355
+ .replaceAll('stroke="#181818"', `stroke="${this.color}"`)
356
+ .replaceAll('stroke="#7def7b"', `stroke="${this.color}"`);
357
+ }
358
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaSvgIconComponent, deps: [{ token: i1$2.HttpClient }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
359
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: MapaSvgIconComponent, isStandalone: true, selector: "mapa-svg-icon", inputs: { name: "name", color: "color" }, usesOnChanges: true, ngImport: i0, template: "<span *ngIf=\"svgIcon\" class=\"mapa__svg-icon\" [innerHTML]=\"svgIcon | safeHtml\"></span>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: SafeHtmlPipe, name: "safeHtml" }] }); }
360
+ }
361
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaSvgIconComponent, decorators: [{
362
+ type: Component,
363
+ args: [{ selector: "mapa-svg-icon", standalone: true, imports: [CommonModule, SafeHtmlPipe], template: "<span *ngIf=\"svgIcon\" class=\"mapa__svg-icon\" [innerHTML]=\"svgIcon | safeHtml\"></span>\n" }]
364
+ }], ctorParameters: () => [{ type: i1$2.HttpClient }, { type: i0.ChangeDetectorRef }], propDecorators: { name: [{
365
+ type: Input
366
+ }], color: [{
367
+ type: Input
368
+ }] } });
369
+
370
+ /*
371
+ * Public API Surface of mapa-library-ui svg-icon
372
+ */
373
+
374
+ const MAPA_UI_TEXTS = new InjectionToken("MAPA_UI_TEXTS");
375
+ const MAPA_UI_DEFAULT_TEXTS = {
376
+ common: {
377
+ selectAll: "Selecionar todos",
378
+ },
379
+ filters: {
380
+ clear: "Limpar filtros",
381
+ submit: "Filtrar",
382
+ },
383
+ datepicker: {
384
+ startDatePlaceholder: "Data inicial",
385
+ endDatePlaceholder: "Data final",
386
+ },
387
+ capability: {
388
+ groupAverageTitle: "Média geral do grupo",
389
+ individualAverageTitle: "Média geral do indivíduo",
390
+ conceptTitle: "Conceito",
391
+ resultTitle: "Resultado",
392
+ positiveIndicatorsTitle: "Indicadores positivos",
393
+ negativeIndicatorsTitle: "Indicadores negativos",
394
+ riskIndicatorsTitle: "Indicadores de risco",
395
+ precipitationRiskTitle: "Risco de acidente por precipitação",
396
+ negligenceRiskTitle: "Risco de acidente por negligência",
397
+ negativeDirectionLabel: "Direção Negativa |",
398
+ positiveDirectionLabel: "Direção Positiva |",
399
+ },
400
+ paginator: {
401
+ itemsPerPage: "Itens por página",
402
+ nextPage: "Próxima página",
403
+ previousPage: "Página anterior",
404
+ rangeLabel: (page, pageSize, length) => {
405
+ if (length === 0 || pageSize === 0) {
406
+ return `0 de ${length}`;
407
+ }
408
+ const startIndex = page * pageSize;
409
+ const endIndex = startIndex < length
410
+ ? Math.min(startIndex + pageSize, length)
411
+ : startIndex + pageSize;
412
+ return `${startIndex + 1} - ${endIndex} de ${length}`;
413
+ },
414
+ showingRangeLabel: (page, pageSize, length) => {
415
+ if (length === 0) {
416
+ return "Mostrando 0 - 0 de 0 item";
417
+ }
418
+ const startIndex = page * pageSize;
419
+ const endIndex = startIndex < length
420
+ ? Math.min(startIndex + pageSize, length)
421
+ : startIndex + pageSize;
422
+ const itemLabel = length === 1 ? "item" : "itens";
423
+ return `Mostrando ${startIndex + 1} - ${endIndex} de ${length} ${itemLabel}`;
424
+ },
425
+ },
426
+ validation: {
427
+ cnpj: "CNPJ inválido",
428
+ cpf: "CPF inválido",
429
+ email: "E-mail inválido",
430
+ max: (context) => `O valor máximo permitido é ${context?.max ?? ""}`.trim(),
431
+ maxLength: (context) => `O máximo permitido é ${context?.requiredLength ?? ""} caracteres`.trim(),
432
+ min: (context) => `O valor minimo permitido é ${context?.min ?? ""}`.trim(),
433
+ minLength: (context) => `O mínimo permitido é ${context?.requiredLength ?? ""} caracteres`.trim(),
434
+ pattern: "Formato inválido",
435
+ required: "Campo obrigatório",
436
+ },
437
+ };
438
+ function mergeMapaUiTexts(customTexts) {
439
+ return {
440
+ common: {
441
+ ...MAPA_UI_DEFAULT_TEXTS.common,
442
+ ...(customTexts?.common ?? {}),
443
+ },
444
+ filters: {
445
+ ...MAPA_UI_DEFAULT_TEXTS.filters,
446
+ ...(customTexts?.filters ?? {}),
447
+ },
448
+ datepicker: {
449
+ ...MAPA_UI_DEFAULT_TEXTS.datepicker,
450
+ ...(customTexts?.datepicker ?? {}),
451
+ },
452
+ capability: {
453
+ ...MAPA_UI_DEFAULT_TEXTS.capability,
454
+ ...(customTexts?.capability ?? {}),
455
+ },
456
+ paginator: {
457
+ ...MAPA_UI_DEFAULT_TEXTS.paginator,
458
+ ...(customTexts?.paginator ?? {}),
459
+ },
460
+ validation: {
461
+ ...MAPA_UI_DEFAULT_TEXTS.validation,
462
+ ...(customTexts?.validation ?? {}),
463
+ },
464
+ };
465
+ }
466
+ function provideMapaUiTexts(texts) {
467
+ return {
468
+ provide: MAPA_UI_TEXTS,
469
+ useValue: texts,
470
+ };
471
+ }
472
+
473
+ class MapaI18nService {
474
+ constructor(customTexts) {
475
+ this.injector = inject(Injector);
476
+ this.textsState = signal(mergeMapaUiTexts(), ...(ngDevMode ? [{ debugName: "textsState" }] : []));
477
+ this.textsSignal = this.textsState.asReadonly();
478
+ this.texts$ = toObservable(this.textsSignal, { injector: this.injector });
479
+ if (customTexts) {
480
+ this.textsState.set(mergeMapaUiTexts(customTexts));
481
+ }
482
+ }
483
+ get texts() {
484
+ return this.textsState();
485
+ }
486
+ setTexts(texts) {
487
+ this.textsState.set(mergeMapaUiTexts(texts));
488
+ }
489
+ resolveValidationText(key, context) {
490
+ return this.resolveText(this.texts.validation[key], context);
491
+ }
492
+ resolveText(value, context) {
493
+ return typeof value === "function" ? value(context) : value;
494
+ }
495
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaI18nService, deps: [{ token: MAPA_UI_TEXTS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
496
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaI18nService, providedIn: "root" }); }
497
+ }
498
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaI18nService, decorators: [{
499
+ type: Injectable,
500
+ args: [{
501
+ providedIn: "root",
502
+ }]
503
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
504
+ type: Optional
505
+ }, {
506
+ type: Inject,
507
+ args: [MAPA_UI_TEXTS]
508
+ }] }] });
509
+
510
+ const DAY_MONTH_YEAR_PATTERN = /^(\d{2})\/(\d{2})\/(\d{4})$/;
511
+ function isValidDate(date) {
512
+ return !Number.isNaN(date.getTime());
513
+ }
514
+ function formatDateAsDayMonthYear(date) {
515
+ const day = `${date.getDate()}`.padStart(2, "0");
516
+ const month = `${date.getMonth() + 1}`.padStart(2, "0");
517
+ const year = `${date.getFullYear()}`;
518
+ return `${day}/${month}/${year}`;
519
+ }
520
+ function parseDateValue(value) {
521
+ if (value instanceof Date) {
522
+ return isValidDate(value) ? new Date(value.getTime()) : null;
523
+ }
524
+ if (typeof value === "number") {
525
+ const parsedDate = new Date(value);
526
+ return isValidDate(parsedDate) ? parsedDate : null;
527
+ }
528
+ if (typeof value !== "string") {
529
+ return null;
530
+ }
531
+ const trimmedValue = value.trim();
532
+ if (!trimmedValue) {
533
+ return null;
534
+ }
535
+ const dayMonthYearMatch = DAY_MONTH_YEAR_PATTERN.exec(trimmedValue);
536
+ if (dayMonthYearMatch) {
537
+ const [, dayValue, monthValue, yearValue] = dayMonthYearMatch;
538
+ const day = Number(dayValue);
539
+ const month = Number(monthValue);
540
+ const year = Number(yearValue);
541
+ const parsedDate = new Date(year, month - 1, day);
542
+ if (parsedDate.getFullYear() === year &&
543
+ parsedDate.getMonth() === month - 1 &&
544
+ parsedDate.getDate() === day) {
545
+ return parsedDate;
546
+ }
547
+ return null;
548
+ }
549
+ const parsedDate = new Date(trimmedValue);
550
+ return isValidDate(parsedDate) ? parsedDate : null;
551
+ }
552
+ function isDateValue(value) {
553
+ return parseDateValue(value) !== null;
554
+ }
555
+ function getRelativeDateRange(daysBack) {
556
+ const endDate = new Date();
557
+ endDate.setHours(23, 59, 59, 999);
558
+ const startDate = new Date();
559
+ startDate.setHours(0, 0, 0, 0);
560
+ startDate.setDate(startDate.getDate() - daysBack);
561
+ return { startDate, endDate };
562
+ }
563
+
564
+ class MapaTableComponent {
565
+ constructor(cdr, i18n) {
566
+ this.cdr = cdr;
567
+ this.i18n = i18n;
568
+ this.columns = [];
569
+ this.data = [];
570
+ this.pageIndex = 1;
571
+ this.pageSize = 5;
572
+ this.totalCount = 0;
573
+ this.totalPages = 0;
574
+ this.menuItems = [];
575
+ this.showPaginator = true;
576
+ this.paginatorShowFirstButton = true;
577
+ this.paginatorShowLastButton = true;
578
+ this.paginatorRenderButtonsNumber = 2;
579
+ this.paginatorHideDefaultArrows = false;
580
+ this.rowClick = new EventEmitter();
581
+ this.selectedRows = new EventEmitter();
582
+ this.onChangePage = new EventEmitter();
583
+ this.onSortChange = new EventEmitter();
584
+ this.dataSource = new MatTableDataSource([]);
585
+ this.displayedColumns = [];
586
+ this.desktopTableVisible = true;
587
+ this.destroyRef = inject(DestroyRef);
588
+ }
589
+ get texts() {
590
+ return this.i18n.textsSignal();
591
+ }
592
+ get selectAllLabel() {
593
+ return this.texts.common.selectAll;
594
+ }
595
+ get paginatorPageIndex() {
596
+ return Math.max(this.pageIndex - 1, 0);
597
+ }
598
+ ngAfterViewInit() {
599
+ this.dataSource.sort = this.sort;
600
+ this.cdr.markForCheck();
601
+ }
602
+ ngOnChanges(changes) {
603
+ if ((changes["data"] || changes["columns"]) && this.dataSource) {
604
+ if (changes["data"]) {
605
+ this.data = changes["data"].currentValue;
606
+ }
607
+ if (changes["columns"]) {
608
+ this.columns = changes["columns"].currentValue;
609
+ }
610
+ this.refreshTableState();
611
+ if (changes["columns"]) {
612
+ this.rebuildDesktopTable();
613
+ }
614
+ this.cdr.markForCheck();
615
+ }
616
+ if (changes["filterControl"] && this.filterControl) {
617
+ this.setupFilter();
618
+ }
619
+ }
620
+ refreshTableState() {
621
+ this.dataSource = new MatTableDataSource(this.data);
622
+ this.dataSource.sort = this.sort;
623
+ this.displayedColumns = this.columns.map((column) => column.key);
624
+ if (this.filterControl) {
625
+ this.setupFilter();
626
+ this.dataSource.filter = `${this.filterControl.value ?? ""}`.trim().toLowerCase();
627
+ }
628
+ this.table?.renderRows();
629
+ }
630
+ rebuildDesktopTable() {
631
+ this.desktopTableVisible = false;
632
+ this.cdr.detectChanges();
633
+ this.desktopTableVisible = true;
634
+ this.cdr.detectChanges();
635
+ }
636
+ trackColumn(index, column) {
637
+ return `${index}:${column.key}:${column.label}`;
638
+ }
639
+ setupFilter() {
640
+ this.filterControlSubscription?.unsubscribe();
641
+ if (!this.dataSource || !this.filterControl) {
642
+ return;
643
+ }
644
+ this.filterControlSubscription = this.filterControl.valueChanges
645
+ .pipe(takeUntilDestroyed(this.destroyRef))
646
+ .subscribe((value) => {
647
+ this.dataSource.filter = (value ?? "").trim().toLowerCase();
648
+ this.cdr.markForCheck();
649
+ });
650
+ this.dataSource.filterPredicate = (data, filter) => {
651
+ const dataStr = Object.keys(data)
652
+ .reduce((currentTerm, key) => {
653
+ return `${currentTerm}${this.getFilterValue(data[key])} `;
654
+ }, "")
655
+ .trim()
656
+ .toLowerCase();
657
+ return dataStr.indexOf(filter) !== -1;
658
+ };
659
+ }
660
+ isAllSelected() {
661
+ if (this.selection) {
662
+ const numSelected = this.selection.selected.length;
663
+ const numRows = this.dataSource.data.length;
664
+ return numSelected === numRows;
665
+ }
666
+ return false;
667
+ }
668
+ toggleAllRows() {
669
+ if (this.selection) {
670
+ if (this.isAllSelected()) {
671
+ this.selection.clear();
672
+ this.getSelectedValues();
673
+ }
674
+ else {
675
+ this.dataSource.data.forEach((row) => this.selection?.select(row));
676
+ this.getSelectedValues();
677
+ }
678
+ }
679
+ }
680
+ checkboxLabel(row) {
681
+ if (this.selection) {
682
+ if (!row) {
683
+ return `${this.isAllSelected() ? "deselect" : "select"} all`;
684
+ }
685
+ const rowPosition = typeof row.position === "number" ? row.position + 1 : 1;
686
+ return `${this.selection.isSelected(row) ? "deselect" : "select"} row ${rowPosition}`;
687
+ }
688
+ return "";
689
+ }
690
+ sortData(column) {
691
+ if (column.sort) {
692
+ const sort = { active: column.key, direction: "asc" };
693
+ if (this.currentSort &&
694
+ this.currentSort.active === column.key &&
695
+ this.currentSort.direction === "asc") {
696
+ sort.direction = "desc";
697
+ }
698
+ this.currentSort = sort;
699
+ this.sortDataFunction(sort);
700
+ }
701
+ }
702
+ sortDataFunction(sort) {
703
+ this.onSortChange.emit(sort);
704
+ }
705
+ emitRowClick(row, action) {
706
+ const rowData = { row, action };
707
+ this.rowClick.emit(rowData);
708
+ }
709
+ toggleSelection(row) {
710
+ if (this.selection) {
711
+ if (this.selection.isSelected(row)) {
712
+ this.selection.deselect(row);
713
+ }
714
+ else {
715
+ this.selection.select(row);
716
+ }
717
+ this.getSelectedValues();
718
+ }
719
+ }
720
+ getSelectedValues() {
721
+ if (this.selection) {
722
+ const selectedRows = this.selection.selected.map((row) => {
723
+ return { row };
724
+ });
725
+ this.selectedRows.emit(selectedRows);
726
+ }
727
+ }
728
+ generateColumns() {
729
+ const columns = [{ key: "name", label: "", sort: false }];
730
+ this.columns = columns;
731
+ }
732
+ columnExists(columns, key) {
733
+ return columns.some((column) => column.key === key);
734
+ }
735
+ generateGroupData() {
736
+ const result = [];
737
+ this.data = result;
738
+ }
739
+ isBoolean(column, row) {
740
+ return typeof this.getColumnValue(row, column.key) === "boolean";
741
+ }
742
+ isMaskedData(column, row) {
743
+ return !!column.mask && isDateValue(this.getColumnValue(row, column.key));
744
+ }
745
+ getValueAsDate(column, row) {
746
+ return parseDateValue(this.getColumnValue(row, column.key)) ?? new Date("");
747
+ }
748
+ getCellClass(column, row) {
749
+ if (column.key === "name" ||
750
+ column.key === "cpf" ||
751
+ column.key === "general") {
752
+ return "";
753
+ }
754
+ try {
755
+ return `classification`;
756
+ }
757
+ catch {
758
+ return "";
759
+ }
760
+ }
761
+ getCellBg(column, row) {
762
+ if (column.key === "name" ||
763
+ column.key === "cpf" ||
764
+ column.key === "general") {
765
+ return "";
766
+ }
767
+ try {
768
+ return this.getRecordStringValue(this.getColumnRecord(row, column.key), "classificationColor");
769
+ }
770
+ catch {
771
+ return "";
772
+ }
773
+ }
774
+ getCellTextColor(column, row) {
775
+ if (column.key === "name" ||
776
+ column.key === "cpf" ||
777
+ column.key === "general") {
778
+ return "";
779
+ }
780
+ try {
781
+ return this.getRecordStringValue(this.getColumnRecord(row, column.key), "classificationTextColor");
782
+ }
783
+ catch {
784
+ return "";
785
+ }
786
+ }
787
+ getValue(row) {
788
+ try {
789
+ if (row.value !== undefined && row.value !== null && row.value !== "") {
790
+ return row.value + "%";
791
+ }
792
+ return "-";
793
+ }
794
+ catch {
795
+ return "-";
796
+ }
797
+ }
798
+ changePage(event) {
799
+ this.onChangePage.emit(event);
800
+ }
801
+ toggleMenu() {
802
+ this.trigger.openMenu();
803
+ }
804
+ getBackgroundColor(column, row) {
805
+ return column.status?.color?.[this.getStatusIndex(row, column.key)] || "";
806
+ }
807
+ getTextColor(column, row) {
808
+ return column.status?.textColor?.[this.getStatusIndex(row, column.key)] || "";
809
+ }
810
+ hasCustomClass(column, row, key) {
811
+ if (column?.class ||
812
+ row?.rowStyleClass ||
813
+ this.hasCellStyleClass(row, key)) {
814
+ return true;
815
+ }
816
+ return false;
817
+ }
818
+ getCustomClass(column, row, key) {
819
+ if (this.hasCellStyleClass(row, key)) {
820
+ return this.getCellStyleClass(row, column.key);
821
+ }
822
+ else if (column?.class) {
823
+ return column.class;
824
+ }
825
+ else if (row?.rowStyleClass) {
826
+ return row.rowStyleClass;
827
+ }
828
+ return "";
829
+ }
830
+ hasCellStyleClass(row, key) {
831
+ return row.styleClass?.key === key;
832
+ }
833
+ getCellStyleClass(row, key) {
834
+ return row.styleClass?.key === key ? row.styleClass?.class : "";
835
+ }
836
+ handleMenu(selected) {
837
+ if (this.isTableRowData(selected.data)) {
838
+ this.emitRowClick(selected.data, selected.action);
839
+ }
840
+ }
841
+ hasIndividualMenu(row) {
842
+ return this.getMenuItems(row).length > 0;
843
+ }
844
+ getMenuItems(row) {
845
+ return this.getMenuActionItems(row, "menu");
846
+ }
847
+ getActionItems(row) {
848
+ const rowActions = this.getMenuActionItems(row, "actions");
849
+ return rowActions.length > 0 ? rowActions : (this.actions ?? []);
850
+ }
851
+ getStatusLabel(column, row) {
852
+ const labels = column.status?.label;
853
+ if (!labels) {
854
+ return "-";
855
+ }
856
+ const value = this.getColumnValue(row, column.key);
857
+ if (typeof value === "boolean") {
858
+ return labels[value ? 1 : 0] ?? "-";
859
+ }
860
+ if (typeof value === "number") {
861
+ return labels[value] ?? "-";
862
+ }
863
+ if (typeof value === "string") {
864
+ const numericIndex = Number(value);
865
+ return Number.isNaN(numericIndex) ? labels[0] ?? "-" : labels[numericIndex] ?? "-";
866
+ }
867
+ return "-";
868
+ }
869
+ getCellContent(row, key) {
870
+ const value = this.getColumnValue(row, key);
871
+ if (value === null || value === undefined) {
872
+ return "";
873
+ }
874
+ if (typeof value === "string" || typeof value === "number") {
875
+ return `${value}`;
876
+ }
877
+ if (typeof value === "boolean") {
878
+ return value ? "true" : "false";
879
+ }
880
+ return "";
881
+ }
882
+ hasActionsColumn() {
883
+ return this.columns.some((column) => column.key.includes('actions'));
884
+ }
885
+ hasMenuColumn() {
886
+ return this.columns.some((column) => column.key.includes('menu'));
887
+ }
888
+ setSvgName(image) {
889
+ return image.split('/').pop()?.split('.')[0] || '';
890
+ }
891
+ getColumnValue(row, key) {
892
+ return row[key];
893
+ }
894
+ getColumnRecord(row, key) {
895
+ const value = this.getColumnValue(row, key);
896
+ if (!value || typeof value !== "object" || Array.isArray(value)) {
897
+ return undefined;
898
+ }
899
+ return value;
900
+ }
901
+ getRecordStringValue(value, key) {
902
+ const recordValue = value?.[key];
903
+ return typeof recordValue === "string" ? recordValue : "";
904
+ }
905
+ getStatusIndex(row, key) {
906
+ const value = this.getColumnValue(row, key);
907
+ if (typeof value === "boolean") {
908
+ return value ? 1 : 0;
909
+ }
910
+ if (typeof value === "number") {
911
+ return value;
912
+ }
913
+ if (typeof value === "string") {
914
+ const parsedValue = Number(value);
915
+ return Number.isNaN(parsedValue) ? 0 : parsedValue;
916
+ }
917
+ return 0;
918
+ }
919
+ getFilterValue(value) {
920
+ if (value === null || value === undefined) {
921
+ return "";
922
+ }
923
+ if (typeof value === "string" ||
924
+ typeof value === "number" ||
925
+ typeof value === "boolean") {
926
+ return `${value}`.toLowerCase();
927
+ }
928
+ if (Array.isArray(value)) {
929
+ return value.map((item) => this.getFilterValue(item)).join(" ");
930
+ }
931
+ if (typeof value === "object") {
932
+ return Object.values(value).map((item) => this.getFilterValue(item)).join(" ");
933
+ }
934
+ return "";
935
+ }
936
+ getMenuActionItems(row, key) {
937
+ const value = row?.[key];
938
+ if (!Array.isArray(value)) {
939
+ return [];
940
+ }
941
+ return value.filter((item) => this.isMenuItem(item));
942
+ }
943
+ isMenuItem(value) {
944
+ return (!!value &&
945
+ typeof value === "object" &&
946
+ "action" in value &&
947
+ "text" in value);
948
+ }
949
+ isTableRowData(value) {
950
+ return !!value && typeof value === "object" && !Array.isArray(value);
951
+ }
952
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaTableComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: MapaI18nService }], target: i0.ɵɵFactoryTarget.Component }); }
953
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.18", type: MapaTableComponent, isStandalone: true, selector: "mapa-table", inputs: { columns: "columns", data: "data", pageIndex: "pageIndex", pageSize: "pageSize", totalCount: "totalCount", totalPages: "totalPages", checkbox: "checkbox", selection: "selection", actions: "actions", filterControl: "filterControl", menuItems: "menuItems", menu: "menu", showPaginator: "showPaginator", paginatorShowFirstButton: "paginatorShowFirstButton", paginatorShowLastButton: "paginatorShowLastButton", paginatorRenderButtonsNumber: "paginatorRenderButtonsNumber", paginatorHideDefaultArrows: "paginatorHideDefaultArrows" }, outputs: { rowClick: "rowClick", selectedRows: "selectedRows", onChangePage: "onChangePage", onSortChange: "onSortChange" }, providers: [
954
+ {
955
+ provide: MatPaginatorIntl,
956
+ useFactory: customPaginatorFactory,
957
+ deps: [MapaI18nService, Injector],
958
+ },
959
+ ], viewQueries: [{ propertyName: "trigger", first: true, predicate: MatMenuTrigger, descendants: true }, { propertyName: "table", first: true, predicate: MatTable, descendants: true }, { propertyName: "paginator", first: true, predicate: MatPaginator, descendants: true, read: true }, { propertyName: "sort", first: true, predicate: MatSort, descendants: true }], usesOnChanges: true, ngImport: i0, template: "@if (dataSource.data.length > 0) {\n <section class=\"mapa-table\">\n <div class=\"mapa-table--show-on-mobile\">\n @if (checkbox) {\n <div class=\"mapa-table__select-all\">\n @if (selection) {\n <mat-checkbox\n (change)=\"$event ? toggleAllRows() : null\"\n [checked]=\"selection.hasValue() && isAllSelected()\"\n [indeterminate]=\"selection.hasValue() && !isAllSelected()\"\n (click)=\"$event.stopPropagation()\"\n color=\"primary\"\n > {{ selectAllLabel }}</mat-checkbox>\n }\n </div>\n }\n @for (row of dataSource.data; track row) {\n <div>\n <div class=\"mapa-table__card mapa__card\">\n @for (column of columns; track trackColumn($index, column); let isFirst = $first) {\n <div [ngClass]=\"'mapa-table__card--column-' + column.key\">\n @if (column.key !== \"actions\" && column.key !== \"menu\") {\n <strong\n class=\"mapa-table__card--header\"\n [class.mapa-table__checkbox--header]=\"isFirst && checkbox\"\n >\n <div\n [ngTemplateOutlet]=\"tableHeader\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox: false }\"\n class=\"hidden\"\n ></div>\n </strong>\n }\n <div\n class=\"mapa-table__card--column\"\n [class.mapa-table__column--center-cell]=\"column?.align === 'center'\"\n >\n @if (column.key !== \"actions\" && column.key !== \"menu\") {\n <div class=\"mapa-table__content\">\n <div\n [style.width]=\"column?.width\"\n [class.mapa-table__column--ellipsis]=\"column?.collapse === 'overflow'\"\n [class.mapa-table__column--no-wrap]=\"column?.collapse === 'no-wrap'\"\n [class.mapa-table__column--wrap]=\"column?.collapse === 'wrap'\"\n [ngClass]=\"[hasCustomClass(column, row, column.key) ? getCustomClass(column, row, column.key) : '']\"\n >\n @if (column?.status?.color) {\n <div\n class=\"mapa-table__column--status\"\n [style.backgroundColor]=\"getBackgroundColor(column, row)\"\n [style.color]=\"getTextColor(column, row)\"\n [class.mapa-table__column--status-round]=\"column.status?.style == 'round'\"\n >\n <div\n [ngTemplateOutlet]=\"tableContent\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox, row }\"\n ></div>\n </div>\n } @else {\n <div\n [ngTemplateOutlet]=\"tableContent\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox, row }\"\n ></div>\n }\n </div>\n </div>\n } @else {\n @if (column.key === \"actions\" && actions) {\n <div>\n @for (item of getActionItems(row); track item) {\n @if (item.route) {\n <a [href]=\"item.route\" [routerLink]=\"item.route\">\n <button\n class=\"mapa-table__column--actions-item\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <img [src]=\"item.image\" />\n }\n @if (item.svg) {\n <mapa-svg-icon [name]=\"setSvgName(item.svg)\"></mapa-svg-icon>\n }\n @if (item.showText) {\n <span>{{ item.text }}</span>\n }\n </button>\n </a>\n } @else {\n <button\n (click)=\"handleMenu({ data: row, action: item.action })\"\n class=\"mapa-table__column--actions-item\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <img [src]=\"item.image\" />\n }\n @if (item.svg) {\n <mapa-svg-icon [name]=\"setSvgName(item.svg)\"></mapa-svg-icon>\n }\n @if (item.showText) {\n <span>{{ item.text }}</span>\n }\n </button>\n }\n }\n </div>\n }\n\n @if (column.key === \"menu\") {\n @if (hasIndividualMenu(row)) {\n <div class=\"mapa-table__column--menu\">\n @for (item of getMenuItems(row); track item) {\n <button\n (click)=\"handleMenu({ data: row, action: item.action })\"\n class=\"mapa-table__column--menu-item\"\n [class.mapa-table__column--menu-item-disabled]=\"item.disabled\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <img [src]=\"item.image\" />\n }\n <span class=\"mapa-table__column--menu-item-text\">{{ item.text }}</span>\n </button>\n }\n </div>\n } @else {\n <div class=\"mapa-table__column--menu\">\n @for (item of menuItems; track item) {\n <button\n (click)=\"handleMenu({ data: row, action: item.action })\"\n class=\"mapa-table__column--menu-item\"\n [class.mapa-table__column--menu-item-disabled]=\"item.disabled\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <mapa-svg-icon [name]=\"setSvgName(item.image)\"></mapa-svg-icon>\n }\n <span class=\"mapa-table__column--menu-item-text\">{{ item.text }}</span>\n </button>\n }\n </div>\n }\n }\n }\n </div>\n </div>\n }\n </div>\n </div>\n }\n </div>\n\n <div class=\"mapa-table--show-on-desktop\">\n @if (desktopTableVisible) {\n <table\n mat-table\n [dataSource]=\"dataSource\"\n matSort\n (matSortChange)=\"sortDataFunction($event)\"\n >\n @for (column of columns; track trackColumn($index, column); let isFirst = $first) {\n <ng-container [matColumnDef]=\"column.key\">\n <th\n mat-header-cell\n *matHeaderCellDef\n mat-sort-header\n [disabled]=\"!(column.key !== 'actions' ? column.sort : null)\"\n >\n <div\n [ngTemplateOutlet]=\"tableHeader\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox }\"\n ></div>\n </th>\n <td mat-cell *matCellDef=\"let row\" [style.width]=\"column?.width\">\n <div\n class=\"mapa-table__column\"\n (click)=\"emitRowClick(row, '')\"\n [class.mapa-table__column--center-cell]=\"column?.align === 'center'\"\n >\n @if (column.key !== \"actions\" && column.key !== \"menu\") {\n <div class=\"mapa-table__content\">\n <div\n [style.width]=\"column?.width\"\n [class.mapa-table__column--ellipsis]=\"column?.collapse === 'overflow'\"\n [class.mapa-table__column--no-wrap]=\"column?.collapse === 'no-wrap'\"\n [class.mapa-table__column--wrap]=\"column?.collapse === 'wrap'\"\n [ngClass]=\"[hasCustomClass(column, row, column.key) ? getCustomClass(column, row, column.key) : '']\"\n >\n @if (column?.status?.color) {\n <div\n class=\"mapa-table__column--status\"\n [style.backgroundColor]=\"getBackgroundColor(column, row)\"\n [style.color]=\"getTextColor(column, row)\"\n [class.mapa-table__column--status-round]=\"column.status?.style == 'round'\"\n >\n <div\n [ngTemplateOutlet]=\"tableContent\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox, row }\"\n ></div>\n </div>\n } @else {\n <div\n [ngTemplateOutlet]=\"tableContent\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox, row }\"\n ></div>\n }\n </div>\n </div>\n } @else {\n @if (column.key === \"actions\" && actions) {\n <div class=\"mapa-table__column--actions\">\n @for (item of getActionItems(row); track item) {\n @if (item.route) {\n <a [href]=\"item.route\" [routerLink]=\"item.route\">\n <button\n class=\"mapa-table__column--actions-item\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <img [src]=\"item.image\" />\n }\n @if (item.svg) {\n <mapa-svg-icon [name]=\"setSvgName(item.svg)\"></mapa-svg-icon>\n }\n @if (item.showText) {\n <span>{{ item.text }}</span>\n }\n </button>\n </a>\n } @else {\n <button\n (click)=\"handleMenu({ data: row, action: item.action })\"\n class=\"mapa-table__column--actions-item\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <img [src]=\"item.image\" />\n }\n @if (item.svg) {\n <mapa-svg-icon [name]=\"setSvgName(item.svg)\"></mapa-svg-icon>\n }\n @if (item.showText) {\n <span>{{ item.text }}</span>\n }\n </button>\n }\n }\n </div>\n }\n @if (column.key === \"menu\") {\n <div class=\"mapa-table__column--menu\">\n @if (hasIndividualMenu(row)) {\n <mapa-menu\n [items]=\"getMenuItems(row)\"\n [data]=\"row\"\n (emitMenu)=\"handleMenu($event)\"\n ></mapa-menu>\n } @else if (menuItems.length > 0) {\n <mapa-menu\n [items]=\"menuItems\"\n [data]=\"row\"\n (emitMenu)=\"handleMenu($event)\"\n ></mapa-menu>\n }\n </div>\n }\n }\n </div>\n </td>\n </ng-container>\n }\n\n <tr mat-header-row *matHeaderRowDef=\"displayedColumns\"></tr>\n <tr\n mat-row\n *matRowDef=\"let row; columns: displayedColumns;\"\n class=\"row-hover\"\n ></tr>\n </table>\n }\n </div>\n\n @if (showPaginator) {\n <section>\n <mat-paginator\n class=\"mapa-table__paginator\"\n appBubblePagination\n [appCustomLength]=\"totalCount\"\n [bubblePageIndex]=\"paginatorPageIndex\"\n [pageIndex]=\"paginatorPageIndex\"\n [showFirstButton]=\"paginatorShowFirstButton\"\n [showLastButton]=\"paginatorShowLastButton\"\n [renderButtonsNumber]=\"paginatorRenderButtonsNumber\"\n [hideDefaultArrows]=\"paginatorHideDefaultArrows\"\n [length]=\"totalCount\"\n [pageSize]=\"pageSize\"\n [pageSizeOptions]=\"[5, 10, 25, 100]\"\n (page)=\"changePage($event)\"\n ></mat-paginator>\n </section>\n }\n </section>\n}\n\n<ng-template\n #tableHeader\n let-selection=\"selection\"\n let-column=\"column\"\n let-isFirst=\"isFirst\"\n let-checkbox=\"checkbox\"\n>\n @if (isFirst && checkbox) {\n @if (selection) {\n <mat-checkbox\n (change)=\"$event ? toggleAllRows() : null\"\n [checked]=\"selection.hasValue() && isAllSelected()\"\n [indeterminate]=\"selection.hasValue() && !isAllSelected()\"\n (click)=\"$event.stopPropagation()\"\n color=\"primary\"\n ></mat-checkbox>\n }\n }\n <div>\n <span [innerHTML]=\"column.label | safeHtml\"></span>\n </div>\n @if (column.key !== \"actions\" && column.key !== \"menu\" && column.sort) {\n <div class=\"mapa-table--show-on-desktop\">\n <mat-icon>filter_list</mat-icon>\n </div>\n }\n</ng-template>\n\n<ng-template\n #tableContent\n let-selection=\"selection\"\n let-column=\"column\"\n let-isFirst=\"isFirst\"\n let-checkbox=\"checkbox\"\n let-row=\"row\"\n>\n @if (isFirst && checkbox) {\n <mat-checkbox\n (click)=\"$event.stopPropagation()\"\n (change)=\"$event ? selection?.toggle(row) : null; getSelectedValues()\"\n [checked]=\"selection?.isSelected(row)\"\n color=\"primary\"\n class=\"mapa-table__checkbox\"\n >\n </mat-checkbox>\n }\n @if (isMaskedData(column, row)) {\n {{ getValueAsDate(column, row) | date: column.mask }}\n } @else if (column.status) {\n <span [innerHTML]=\"getStatusLabel(column, row) | safeHtml\"></span>\n } @else {\n <span [innerHTML]=\"getCellContent(row, column.key) | safeHtml\"></span>\n }\n</ng-template>\n", styles: [":host ::ng-deep .mapa-table .mat-mdc-table{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);width:100%}:host ::ng-deep .mapa-table .mat-mdc-table .mat-mdc-checkbox{margin:6px 8px 0 0;padding:0}:host ::ng-deep .mapa-table td.mat-mdc-cell{padding:16px 0}:host ::ng-deep .mapa-table .mat-mdc-table .mat-mdc-row .mat-mdc-cell{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:400;color:#50575e}:host ::ng-deep .mapa-table .row-hover:hover{box-shadow:0 2px 4px #00000021;outline:1px solid rgba(238,238,238,.93);cursor:pointer}:host ::ng-deep .mapa-table .mat-mdc-table .mat-mdc-header-cell{border:none;border-bottom:1px solid #eee;font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:600;color:#50575e}:host ::ng-deep .mapa-table .mat-mdc-row,:host ::ng-deep .mapa-table .mdc-data-table__content{--mat-table-row-item-label-text-font: var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)}:host ::ng-deep .mapa-table .mat-mdc-header-cell,:host ::ng-deep .mapa-table .mdc-data-table__content{--mat-table-row-item-label-text-font: var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif)}:host ::ng-deep .mapa-table .mat-mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{background-color:transparent;border-color:#b6b6b6}:host ::ng-deep .mapa-table .mat-mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,:host ::ng-deep .mapa-table .mat-mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,:host ::ng-deep .mapa-table .mat-mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{background-color:#ea561d;border-color:#ea561d}:host ::ng-deep .mapa-table .mat-mdc-paginator-container{display:flex;justify-content:space-between}:host ::ng-deep .mapa-table ::ng-deep .mat-mdc-paginator-page-size-label{display:none}:host ::ng-deep .mapa-table__paginator .mat-paginator-container,:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-container{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)!important;justify-content:flex-start}:host ::ng-deep .mapa-table__paginator .mat-paginator-page-size,:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-page-size{margin-right:10vw}:host ::ng-deep .mapa-table__paginator .custom-paginator-container{justify-content:flex-end}:host ::ng-deep .mapa-table__paginator .g-bubble-container{display:flex;align-items:center;justify-content:flex-end;gap:8px}:host ::ng-deep .mapa-table__paginator .g-bubble{border-radius:4px;outline:none;border:none;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)!important;background:transparent;color:#50575e;cursor:pointer;margin:.4em 0;font-size:14px;min-width:24px;width:auto;min-height:24px;max-height:24px;padding:1px 6px;display:flex;align-items:center;justify-content:center}:host ::ng-deep .mapa-table__paginator .g-bubble:hover{background-color:#dfe3e6}:host ::ng-deep .mapa-table__paginator .g-bubble__active{background-color:#ea561d;color:#fff}:host ::ng-deep .mapa-table__paginator .custom-paginator-counter{white-space:nowrap;margin:0 4px 0 10px!important}:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-navigation-previous,:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-navigation-next{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)!important;color:#999}:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-navigation-previous[disabled],:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-navigation-next[disabled]{color:#dfe3e6}:host ::ng-deep .hidden{display:none}:host ::ng-deep .mapa-table{width:100%;white-space:nowrap}:host ::ng-deep .mapa-table .mat-mdc-icon-button{width:unset!important;height:unset!important;line-height:unset!important;justify-content:flex-start}:host ::ng-deep .mapa-table .mat-mdc-icon-button .mat-mdc-button-touch-target,:host ::ng-deep .mapa-table .mat-mdc-icon-button .mdc-button__label{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%!important}@media (min-width: 1201px){:host ::ng-deep .mapa-table--show-on-mobile{display:none}:host ::ng-deep .mapa-table--show-on-desktop{display:block}}@media (max-width: 1200px){:host ::ng-deep .mapa-table--show-on-mobile{padding:20px}:host ::ng-deep .mapa-table--show-on-mobile .mapa__card{width:unset!important}:host ::ng-deep .mapa-table--show-on-desktop{display:none}}:host ::ng-deep .mapa-table__select-all{display:flex;align-items:center;padding:16px 24px;font-size:12px;text-transform:uppercase}@media (max-width: 1200px){:host ::ng-deep .mapa-table__checkbox{margin-right:8px}:host ::ng-deep .mapa-table__checkbox--header{padding-left:24px}}:host ::ng-deep .mapa-table__card{position:relative;padding:24px;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}:host ::ng-deep .mapa-table__card--floating-content{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;gap:8px}:host ::ng-deep .mapa-table__card--floating-actions{position:absolute;bottom:16px;right:16px;color:#ea561d}:host ::ng-deep .mapa-table__card--header{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;font-size:12px;text-transform:uppercase}:host ::ng-deep .mapa-table__card--header mat-icon{height:16px;width:16px;font-size:16px}:host ::ng-deep .mapa-table__card--column{padding:16px 0}:host ::ng-deep .mapa-table__label{margin-top:4px}:host ::ng-deep .mapa-table__column{padding:15px;align-items:center;display:flex}:host ::ng-deep .mapa-table__column--actions{display:flex}:host ::ng-deep .mapa-table__column--actions .mat-icon{color:#ea561d!important}:host ::ng-deep .mapa-table__column--actions-item{display:flex!important;align-items:center;gap:8px}:host ::ng-deep .mapa-table__column--actions-item span{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:14px;font-style:normal;font-weight:500;line-height:20px}:host ::ng-deep .mapa-table__column--menu{display:flex;align-items:center;justify-content:center;gap:8px}:host ::ng-deep .mapa-table__column--menu .mapa-table__column--menu-item-text{display:flex;align-items:center;justify-content:center;font-size:12px;line-height:16px!important}:host ::ng-deep .mapa-table__column--menu-item{display:flex;align-items:center;width:unset!important;height:unset!important}:host ::ng-deep .mapa-table__column--menu-item img{margin-right:8px}:host ::ng-deep .mapa-table__column--menu-item button{color:#ea561d!important}:host ::ng-deep .mapa-table__column--menu-item button span{font-size:12px;text-transform:uppercase;display:flex}:host ::ng-deep .mapa-table__column--menu-item-disabled{opacity:.45;cursor:not-allowed}:host ::ng-deep .mapa-table__column--header{width:100%}:host ::ng-deep .mapa-table__column--header .mat-icon{cursor:pointer;position:relative;bottom:-3px;margin:0 7px;font-size:14px;height:14px;width:14px}:host ::ng-deep .mapa-table__column--status{margin:auto;text-align:center;width:min-content;border-radius:4px;padding:4px 8px}:host ::ng-deep .mapa-table__column--status-round{border-radius:50px}:host ::ng-deep .mapa-table__column--ellipsis{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host ::ng-deep .mapa-table__column--no-wrap{white-space:nowrap}:host ::ng-deep .mapa-table__column--wrap{white-space:pre-wrap}:host ::ng-deep .mapa-table__column--center-cell{display:flex;align-items:center;justify-content:center;width:100%}:host ::ng-deep .mapa-table--column-actions,:host ::ng-deep .mapa-table--column-menu{width:100%}:host ::ng-deep .mapa-table__content--value{color:#fff;font-weight:500}:host ::ng-deep .mapa-table .mat-sort-header-arrow{color:transparent}:host ::ng-deep .mapa-table .mat-sort-header-content{width:100%!important}:host ::ng-deep .mapa-table .mat-sort-header-content mat-icon{margin-left:24px}:host ::ng-deep .mapa-table .mat-mdc-cell{padding:0 10px!important}:host ::ng-deep .mapa-table .mat-mdc-header-cell{padding:0 24px!important}:host ::ng-deep .mapa-table .mat-mdc-table{width:100%;overflow-x:auto}@media (max-width: 1000px){:host ::ng-deep .mapa-table .mat-mdc-paginator-range-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}:host ::ng-deep .mapa-table .mat-mdc-paginator-range-label{padding:16px 0;text-align:center;width:100%}:host ::ng-deep .mapa-table .mat-mdc-paginator-container{justify-content:center}}:host ::ng-deep .mapa-table .classification{width:40px;height:40px;border-radius:24px;display:flex;justify-content:center;align-items:center}:host ::ng-deep .mapa-table .roundCell{border-radius:10px}:host ::ng-deep .mapa-table .general{border-radius:24px;border:1px solid #dcdcde;display:flex;justify-content:center;align-items:center;width:48px;height:48px}:host ::ng-deep .mapa-table .name{color:#181818;text-align:left;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:14px;font-style:normal;font-weight:400;line-height:20px}:host ::ng-deep .mapa-table .cpf{color:#77838f;text-align:left;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:12px;font-style:normal;font-weight:400;line-height:16px}:host ::ng-deep .mapa-table .label_report{color:#181818;text-align:center;font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:12px;font-style:normal;font-weight:400;line-height:16px}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#000}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f598a7;color:#000}.classification-7{background-color:#f56580;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:400}.display-S{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:20px;font-style:normal;font-weight:400}.display-L{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:32px;font-style:normal;font-weight:400}.display-XG{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:48px;font-style:normal;font-weight:400}*{transition:opacity .4s ease-out,max-height .4s ease-out}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: RouterModule }, { kind: "directive", type: i3$1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: MapaMenuComponent, selector: "mapa-menu", inputs: ["items", "data"], outputs: ["emitMenu"] }, { kind: "component", type: MapaSvgIconComponent, selector: "mapa-svg-icon", inputs: ["name", "color"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i4.MatIconButton, selector: "button[mat-icon-button], a[mat-icon-button], button[matIconButton], a[matIconButton]", exportAs: ["matButton", "matAnchor"] }, { kind: "ngmodule", type: MatCheckboxModule }, { kind: "component", type: i5.MatCheckbox, selector: "mat-checkbox", inputs: ["aria-label", "aria-labelledby", "aria-describedby", "aria-expanded", "aria-controls", "aria-owns", "id", "required", "labelPosition", "name", "value", "disableRipple", "tabIndex", "color", "disabledInteractive", "checked", "disabled", "indeterminate"], outputs: ["change", "indeterminateChange"], exportAs: ["matCheckbox"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatPaginatorModule }, { kind: "component", type: i1.MatPaginator, selector: "mat-paginator", inputs: ["color", "pageIndex", "length", "pageSize", "pageSizeOptions", "hidePageSize", "showFirstLastButtons", "selectConfig", "disabled"], outputs: ["page"], exportAs: ["matPaginator"] }, { kind: "ngmodule", type: MatSortModule }, { kind: "directive", type: i8.MatSort, selector: "[matSort]", inputs: ["matSortActive", "matSortStart", "matSortDirection", "matSortDisableClear", "matSortDisabled"], outputs: ["matSortChange"], exportAs: ["matSort"] }, { kind: "component", type: i8.MatSortHeader, selector: "[mat-sort-header]", inputs: ["mat-sort-header", "arrowPosition", "start", "disabled", "sortActionDescription", "disableClear"], exportAs: ["matSortHeader"] }, { kind: "ngmodule", type: MatTableModule }, { kind: "component", type: i9.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { kind: "directive", type: i9.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { kind: "directive", type: i9.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { kind: "directive", type: i9.MatColumnDef, selector: "[matColumnDef]", inputs: ["matColumnDef"] }, { kind: "directive", type: i9.MatCellDef, selector: "[matCellDef]" }, { kind: "directive", type: i9.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }, { kind: "directive", type: i9.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { kind: "directive", type: i9.MatCell, selector: "mat-cell, td[mat-cell]" }, { kind: "component", type: i9.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { kind: "component", type: i9.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }, { kind: "directive", type: BubblePaginationDirective, selector: "[appBubblePagination]", inputs: ["showFirstButton", "showLastButton", "renderButtonsNumber", "appCustomLength", "hideDefaultArrows", "bubblePageIndex"], outputs: ["pageIndexChangeEmitter"] }, { kind: "pipe", type: i2.DatePipe, name: "date" }, { kind: "pipe", type: SafeHtmlPipe, name: "safeHtml" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
960
+ }
961
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaTableComponent, decorators: [{
962
+ type: Component,
963
+ args: [{ selector: "mapa-table", changeDetection: ChangeDetectionStrategy.OnPush, imports: [
964
+ CommonModule,
965
+ RouterModule,
966
+ MapaMenuComponent,
967
+ MapaSvgIconComponent,
968
+ MatButtonModule,
969
+ MatCheckboxModule,
970
+ MatIconModule,
971
+ MatPaginatorModule,
972
+ MatSortModule,
973
+ MatTableModule,
974
+ BubblePaginationDirective,
975
+ SafeHtmlPipe,
976
+ ], providers: [
977
+ {
978
+ provide: MatPaginatorIntl,
979
+ useFactory: customPaginatorFactory,
980
+ deps: [MapaI18nService, Injector],
981
+ },
982
+ ], standalone: true, template: "@if (dataSource.data.length > 0) {\n <section class=\"mapa-table\">\n <div class=\"mapa-table--show-on-mobile\">\n @if (checkbox) {\n <div class=\"mapa-table__select-all\">\n @if (selection) {\n <mat-checkbox\n (change)=\"$event ? toggleAllRows() : null\"\n [checked]=\"selection.hasValue() && isAllSelected()\"\n [indeterminate]=\"selection.hasValue() && !isAllSelected()\"\n (click)=\"$event.stopPropagation()\"\n color=\"primary\"\n > {{ selectAllLabel }}</mat-checkbox>\n }\n </div>\n }\n @for (row of dataSource.data; track row) {\n <div>\n <div class=\"mapa-table__card mapa__card\">\n @for (column of columns; track trackColumn($index, column); let isFirst = $first) {\n <div [ngClass]=\"'mapa-table__card--column-' + column.key\">\n @if (column.key !== \"actions\" && column.key !== \"menu\") {\n <strong\n class=\"mapa-table__card--header\"\n [class.mapa-table__checkbox--header]=\"isFirst && checkbox\"\n >\n <div\n [ngTemplateOutlet]=\"tableHeader\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox: false }\"\n class=\"hidden\"\n ></div>\n </strong>\n }\n <div\n class=\"mapa-table__card--column\"\n [class.mapa-table__column--center-cell]=\"column?.align === 'center'\"\n >\n @if (column.key !== \"actions\" && column.key !== \"menu\") {\n <div class=\"mapa-table__content\">\n <div\n [style.width]=\"column?.width\"\n [class.mapa-table__column--ellipsis]=\"column?.collapse === 'overflow'\"\n [class.mapa-table__column--no-wrap]=\"column?.collapse === 'no-wrap'\"\n [class.mapa-table__column--wrap]=\"column?.collapse === 'wrap'\"\n [ngClass]=\"[hasCustomClass(column, row, column.key) ? getCustomClass(column, row, column.key) : '']\"\n >\n @if (column?.status?.color) {\n <div\n class=\"mapa-table__column--status\"\n [style.backgroundColor]=\"getBackgroundColor(column, row)\"\n [style.color]=\"getTextColor(column, row)\"\n [class.mapa-table__column--status-round]=\"column.status?.style == 'round'\"\n >\n <div\n [ngTemplateOutlet]=\"tableContent\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox, row }\"\n ></div>\n </div>\n } @else {\n <div\n [ngTemplateOutlet]=\"tableContent\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox, row }\"\n ></div>\n }\n </div>\n </div>\n } @else {\n @if (column.key === \"actions\" && actions) {\n <div>\n @for (item of getActionItems(row); track item) {\n @if (item.route) {\n <a [href]=\"item.route\" [routerLink]=\"item.route\">\n <button\n class=\"mapa-table__column--actions-item\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <img [src]=\"item.image\" />\n }\n @if (item.svg) {\n <mapa-svg-icon [name]=\"setSvgName(item.svg)\"></mapa-svg-icon>\n }\n @if (item.showText) {\n <span>{{ item.text }}</span>\n }\n </button>\n </a>\n } @else {\n <button\n (click)=\"handleMenu({ data: row, action: item.action })\"\n class=\"mapa-table__column--actions-item\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <img [src]=\"item.image\" />\n }\n @if (item.svg) {\n <mapa-svg-icon [name]=\"setSvgName(item.svg)\"></mapa-svg-icon>\n }\n @if (item.showText) {\n <span>{{ item.text }}</span>\n }\n </button>\n }\n }\n </div>\n }\n\n @if (column.key === \"menu\") {\n @if (hasIndividualMenu(row)) {\n <div class=\"mapa-table__column--menu\">\n @for (item of getMenuItems(row); track item) {\n <button\n (click)=\"handleMenu({ data: row, action: item.action })\"\n class=\"mapa-table__column--menu-item\"\n [class.mapa-table__column--menu-item-disabled]=\"item.disabled\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <img [src]=\"item.image\" />\n }\n <span class=\"mapa-table__column--menu-item-text\">{{ item.text }}</span>\n </button>\n }\n </div>\n } @else {\n <div class=\"mapa-table__column--menu\">\n @for (item of menuItems; track item) {\n <button\n (click)=\"handleMenu({ data: row, action: item.action })\"\n class=\"mapa-table__column--menu-item\"\n [class.mapa-table__column--menu-item-disabled]=\"item.disabled\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <mapa-svg-icon [name]=\"setSvgName(item.image)\"></mapa-svg-icon>\n }\n <span class=\"mapa-table__column--menu-item-text\">{{ item.text }}</span>\n </button>\n }\n </div>\n }\n }\n }\n </div>\n </div>\n }\n </div>\n </div>\n }\n </div>\n\n <div class=\"mapa-table--show-on-desktop\">\n @if (desktopTableVisible) {\n <table\n mat-table\n [dataSource]=\"dataSource\"\n matSort\n (matSortChange)=\"sortDataFunction($event)\"\n >\n @for (column of columns; track trackColumn($index, column); let isFirst = $first) {\n <ng-container [matColumnDef]=\"column.key\">\n <th\n mat-header-cell\n *matHeaderCellDef\n mat-sort-header\n [disabled]=\"!(column.key !== 'actions' ? column.sort : null)\"\n >\n <div\n [ngTemplateOutlet]=\"tableHeader\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox }\"\n ></div>\n </th>\n <td mat-cell *matCellDef=\"let row\" [style.width]=\"column?.width\">\n <div\n class=\"mapa-table__column\"\n (click)=\"emitRowClick(row, '')\"\n [class.mapa-table__column--center-cell]=\"column?.align === 'center'\"\n >\n @if (column.key !== \"actions\" && column.key !== \"menu\") {\n <div class=\"mapa-table__content\">\n <div\n [style.width]=\"column?.width\"\n [class.mapa-table__column--ellipsis]=\"column?.collapse === 'overflow'\"\n [class.mapa-table__column--no-wrap]=\"column?.collapse === 'no-wrap'\"\n [class.mapa-table__column--wrap]=\"column?.collapse === 'wrap'\"\n [ngClass]=\"[hasCustomClass(column, row, column.key) ? getCustomClass(column, row, column.key) : '']\"\n >\n @if (column?.status?.color) {\n <div\n class=\"mapa-table__column--status\"\n [style.backgroundColor]=\"getBackgroundColor(column, row)\"\n [style.color]=\"getTextColor(column, row)\"\n [class.mapa-table__column--status-round]=\"column.status?.style == 'round'\"\n >\n <div\n [ngTemplateOutlet]=\"tableContent\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox, row }\"\n ></div>\n </div>\n } @else {\n <div\n [ngTemplateOutlet]=\"tableContent\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox, row }\"\n ></div>\n }\n </div>\n </div>\n } @else {\n @if (column.key === \"actions\" && actions) {\n <div class=\"mapa-table__column--actions\">\n @for (item of getActionItems(row); track item) {\n @if (item.route) {\n <a [href]=\"item.route\" [routerLink]=\"item.route\">\n <button\n class=\"mapa-table__column--actions-item\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <img [src]=\"item.image\" />\n }\n @if (item.svg) {\n <mapa-svg-icon [name]=\"setSvgName(item.svg)\"></mapa-svg-icon>\n }\n @if (item.showText) {\n <span>{{ item.text }}</span>\n }\n </button>\n </a>\n } @else {\n <button\n (click)=\"handleMenu({ data: row, action: item.action })\"\n class=\"mapa-table__column--actions-item\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <img [src]=\"item.image\" />\n }\n @if (item.svg) {\n <mapa-svg-icon [name]=\"setSvgName(item.svg)\"></mapa-svg-icon>\n }\n @if (item.showText) {\n <span>{{ item.text }}</span>\n }\n </button>\n }\n }\n </div>\n }\n @if (column.key === \"menu\") {\n <div class=\"mapa-table__column--menu\">\n @if (hasIndividualMenu(row)) {\n <mapa-menu\n [items]=\"getMenuItems(row)\"\n [data]=\"row\"\n (emitMenu)=\"handleMenu($event)\"\n ></mapa-menu>\n } @else if (menuItems.length > 0) {\n <mapa-menu\n [items]=\"menuItems\"\n [data]=\"row\"\n (emitMenu)=\"handleMenu($event)\"\n ></mapa-menu>\n }\n </div>\n }\n }\n </div>\n </td>\n </ng-container>\n }\n\n <tr mat-header-row *matHeaderRowDef=\"displayedColumns\"></tr>\n <tr\n mat-row\n *matRowDef=\"let row; columns: displayedColumns;\"\n class=\"row-hover\"\n ></tr>\n </table>\n }\n </div>\n\n @if (showPaginator) {\n <section>\n <mat-paginator\n class=\"mapa-table__paginator\"\n appBubblePagination\n [appCustomLength]=\"totalCount\"\n [bubblePageIndex]=\"paginatorPageIndex\"\n [pageIndex]=\"paginatorPageIndex\"\n [showFirstButton]=\"paginatorShowFirstButton\"\n [showLastButton]=\"paginatorShowLastButton\"\n [renderButtonsNumber]=\"paginatorRenderButtonsNumber\"\n [hideDefaultArrows]=\"paginatorHideDefaultArrows\"\n [length]=\"totalCount\"\n [pageSize]=\"pageSize\"\n [pageSizeOptions]=\"[5, 10, 25, 100]\"\n (page)=\"changePage($event)\"\n ></mat-paginator>\n </section>\n }\n </section>\n}\n\n<ng-template\n #tableHeader\n let-selection=\"selection\"\n let-column=\"column\"\n let-isFirst=\"isFirst\"\n let-checkbox=\"checkbox\"\n>\n @if (isFirst && checkbox) {\n @if (selection) {\n <mat-checkbox\n (change)=\"$event ? toggleAllRows() : null\"\n [checked]=\"selection.hasValue() && isAllSelected()\"\n [indeterminate]=\"selection.hasValue() && !isAllSelected()\"\n (click)=\"$event.stopPropagation()\"\n color=\"primary\"\n ></mat-checkbox>\n }\n }\n <div>\n <span [innerHTML]=\"column.label | safeHtml\"></span>\n </div>\n @if (column.key !== \"actions\" && column.key !== \"menu\" && column.sort) {\n <div class=\"mapa-table--show-on-desktop\">\n <mat-icon>filter_list</mat-icon>\n </div>\n }\n</ng-template>\n\n<ng-template\n #tableContent\n let-selection=\"selection\"\n let-column=\"column\"\n let-isFirst=\"isFirst\"\n let-checkbox=\"checkbox\"\n let-row=\"row\"\n>\n @if (isFirst && checkbox) {\n <mat-checkbox\n (click)=\"$event.stopPropagation()\"\n (change)=\"$event ? selection?.toggle(row) : null; getSelectedValues()\"\n [checked]=\"selection?.isSelected(row)\"\n color=\"primary\"\n class=\"mapa-table__checkbox\"\n >\n </mat-checkbox>\n }\n @if (isMaskedData(column, row)) {\n {{ getValueAsDate(column, row) | date: column.mask }}\n } @else if (column.status) {\n <span [innerHTML]=\"getStatusLabel(column, row) | safeHtml\"></span>\n } @else {\n <span [innerHTML]=\"getCellContent(row, column.key) | safeHtml\"></span>\n }\n</ng-template>\n", styles: [":host ::ng-deep .mapa-table .mat-mdc-table{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);width:100%}:host ::ng-deep .mapa-table .mat-mdc-table .mat-mdc-checkbox{margin:6px 8px 0 0;padding:0}:host ::ng-deep .mapa-table td.mat-mdc-cell{padding:16px 0}:host ::ng-deep .mapa-table .mat-mdc-table .mat-mdc-row .mat-mdc-cell{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:400;color:#50575e}:host ::ng-deep .mapa-table .row-hover:hover{box-shadow:0 2px 4px #00000021;outline:1px solid rgba(238,238,238,.93);cursor:pointer}:host ::ng-deep .mapa-table .mat-mdc-table .mat-mdc-header-cell{border:none;border-bottom:1px solid #eee;font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:600;color:#50575e}:host ::ng-deep .mapa-table .mat-mdc-row,:host ::ng-deep .mapa-table .mdc-data-table__content{--mat-table-row-item-label-text-font: var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)}:host ::ng-deep .mapa-table .mat-mdc-header-cell,:host ::ng-deep .mapa-table .mdc-data-table__content{--mat-table-row-item-label-text-font: var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif)}:host ::ng-deep .mapa-table .mat-mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{background-color:transparent;border-color:#b6b6b6}:host ::ng-deep .mapa-table .mat-mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,:host ::ng-deep .mapa-table .mat-mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,:host ::ng-deep .mapa-table .mat-mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{background-color:#ea561d;border-color:#ea561d}:host ::ng-deep .mapa-table .mat-mdc-paginator-container{display:flex;justify-content:space-between}:host ::ng-deep .mapa-table ::ng-deep .mat-mdc-paginator-page-size-label{display:none}:host ::ng-deep .mapa-table__paginator .mat-paginator-container,:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-container{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)!important;justify-content:flex-start}:host ::ng-deep .mapa-table__paginator .mat-paginator-page-size,:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-page-size{margin-right:10vw}:host ::ng-deep .mapa-table__paginator .custom-paginator-container{justify-content:flex-end}:host ::ng-deep .mapa-table__paginator .g-bubble-container{display:flex;align-items:center;justify-content:flex-end;gap:8px}:host ::ng-deep .mapa-table__paginator .g-bubble{border-radius:4px;outline:none;border:none;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)!important;background:transparent;color:#50575e;cursor:pointer;margin:.4em 0;font-size:14px;min-width:24px;width:auto;min-height:24px;max-height:24px;padding:1px 6px;display:flex;align-items:center;justify-content:center}:host ::ng-deep .mapa-table__paginator .g-bubble:hover{background-color:#dfe3e6}:host ::ng-deep .mapa-table__paginator .g-bubble__active{background-color:#ea561d;color:#fff}:host ::ng-deep .mapa-table__paginator .custom-paginator-counter{white-space:nowrap;margin:0 4px 0 10px!important}:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-navigation-previous,:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-navigation-next{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)!important;color:#999}:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-navigation-previous[disabled],:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-navigation-next[disabled]{color:#dfe3e6}:host ::ng-deep .hidden{display:none}:host ::ng-deep .mapa-table{width:100%;white-space:nowrap}:host ::ng-deep .mapa-table .mat-mdc-icon-button{width:unset!important;height:unset!important;line-height:unset!important;justify-content:flex-start}:host ::ng-deep .mapa-table .mat-mdc-icon-button .mat-mdc-button-touch-target,:host ::ng-deep .mapa-table .mat-mdc-icon-button .mdc-button__label{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%!important}@media (min-width: 1201px){:host ::ng-deep .mapa-table--show-on-mobile{display:none}:host ::ng-deep .mapa-table--show-on-desktop{display:block}}@media (max-width: 1200px){:host ::ng-deep .mapa-table--show-on-mobile{padding:20px}:host ::ng-deep .mapa-table--show-on-mobile .mapa__card{width:unset!important}:host ::ng-deep .mapa-table--show-on-desktop{display:none}}:host ::ng-deep .mapa-table__select-all{display:flex;align-items:center;padding:16px 24px;font-size:12px;text-transform:uppercase}@media (max-width: 1200px){:host ::ng-deep .mapa-table__checkbox{margin-right:8px}:host ::ng-deep .mapa-table__checkbox--header{padding-left:24px}}:host ::ng-deep .mapa-table__card{position:relative;padding:24px;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}:host ::ng-deep .mapa-table__card--floating-content{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;gap:8px}:host ::ng-deep .mapa-table__card--floating-actions{position:absolute;bottom:16px;right:16px;color:#ea561d}:host ::ng-deep .mapa-table__card--header{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;font-size:12px;text-transform:uppercase}:host ::ng-deep .mapa-table__card--header mat-icon{height:16px;width:16px;font-size:16px}:host ::ng-deep .mapa-table__card--column{padding:16px 0}:host ::ng-deep .mapa-table__label{margin-top:4px}:host ::ng-deep .mapa-table__column{padding:15px;align-items:center;display:flex}:host ::ng-deep .mapa-table__column--actions{display:flex}:host ::ng-deep .mapa-table__column--actions .mat-icon{color:#ea561d!important}:host ::ng-deep .mapa-table__column--actions-item{display:flex!important;align-items:center;gap:8px}:host ::ng-deep .mapa-table__column--actions-item span{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:14px;font-style:normal;font-weight:500;line-height:20px}:host ::ng-deep .mapa-table__column--menu{display:flex;align-items:center;justify-content:center;gap:8px}:host ::ng-deep .mapa-table__column--menu .mapa-table__column--menu-item-text{display:flex;align-items:center;justify-content:center;font-size:12px;line-height:16px!important}:host ::ng-deep .mapa-table__column--menu-item{display:flex;align-items:center;width:unset!important;height:unset!important}:host ::ng-deep .mapa-table__column--menu-item img{margin-right:8px}:host ::ng-deep .mapa-table__column--menu-item button{color:#ea561d!important}:host ::ng-deep .mapa-table__column--menu-item button span{font-size:12px;text-transform:uppercase;display:flex}:host ::ng-deep .mapa-table__column--menu-item-disabled{opacity:.45;cursor:not-allowed}:host ::ng-deep .mapa-table__column--header{width:100%}:host ::ng-deep .mapa-table__column--header .mat-icon{cursor:pointer;position:relative;bottom:-3px;margin:0 7px;font-size:14px;height:14px;width:14px}:host ::ng-deep .mapa-table__column--status{margin:auto;text-align:center;width:min-content;border-radius:4px;padding:4px 8px}:host ::ng-deep .mapa-table__column--status-round{border-radius:50px}:host ::ng-deep .mapa-table__column--ellipsis{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host ::ng-deep .mapa-table__column--no-wrap{white-space:nowrap}:host ::ng-deep .mapa-table__column--wrap{white-space:pre-wrap}:host ::ng-deep .mapa-table__column--center-cell{display:flex;align-items:center;justify-content:center;width:100%}:host ::ng-deep .mapa-table--column-actions,:host ::ng-deep .mapa-table--column-menu{width:100%}:host ::ng-deep .mapa-table__content--value{color:#fff;font-weight:500}:host ::ng-deep .mapa-table .mat-sort-header-arrow{color:transparent}:host ::ng-deep .mapa-table .mat-sort-header-content{width:100%!important}:host ::ng-deep .mapa-table .mat-sort-header-content mat-icon{margin-left:24px}:host ::ng-deep .mapa-table .mat-mdc-cell{padding:0 10px!important}:host ::ng-deep .mapa-table .mat-mdc-header-cell{padding:0 24px!important}:host ::ng-deep .mapa-table .mat-mdc-table{width:100%;overflow-x:auto}@media (max-width: 1000px){:host ::ng-deep .mapa-table .mat-mdc-paginator-range-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}:host ::ng-deep .mapa-table .mat-mdc-paginator-range-label{padding:16px 0;text-align:center;width:100%}:host ::ng-deep .mapa-table .mat-mdc-paginator-container{justify-content:center}}:host ::ng-deep .mapa-table .classification{width:40px;height:40px;border-radius:24px;display:flex;justify-content:center;align-items:center}:host ::ng-deep .mapa-table .roundCell{border-radius:10px}:host ::ng-deep .mapa-table .general{border-radius:24px;border:1px solid #dcdcde;display:flex;justify-content:center;align-items:center;width:48px;height:48px}:host ::ng-deep .mapa-table .name{color:#181818;text-align:left;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:14px;font-style:normal;font-weight:400;line-height:20px}:host ::ng-deep .mapa-table .cpf{color:#77838f;text-align:left;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:12px;font-style:normal;font-weight:400;line-height:16px}:host ::ng-deep .mapa-table .label_report{color:#181818;text-align:center;font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:12px;font-style:normal;font-weight:400;line-height:16px}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#000}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f598a7;color:#000}.classification-7{background-color:#f56580;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:400}.display-S{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:20px;font-style:normal;font-weight:400}.display-L{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:32px;font-style:normal;font-weight:400}.display-XG{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:48px;font-style:normal;font-weight:400}*{transition:opacity .4s ease-out,max-height .4s ease-out}\n"] }]
983
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: MapaI18nService }], propDecorators: { columns: [{
984
+ type: Input
985
+ }], data: [{
986
+ type: Input
987
+ }], pageIndex: [{
988
+ type: Input
989
+ }], pageSize: [{
990
+ type: Input
991
+ }], totalCount: [{
992
+ type: Input
993
+ }], totalPages: [{
994
+ type: Input
995
+ }], checkbox: [{
996
+ type: Input
997
+ }], selection: [{
998
+ type: Input
999
+ }], actions: [{
1000
+ type: Input
1001
+ }], filterControl: [{
1002
+ type: Input
1003
+ }], menuItems: [{
1004
+ type: Input
1005
+ }], menu: [{
1006
+ type: Input
1007
+ }], showPaginator: [{
1008
+ type: Input
1009
+ }], paginatorShowFirstButton: [{
1010
+ type: Input
1011
+ }], paginatorShowLastButton: [{
1012
+ type: Input
1013
+ }], paginatorRenderButtonsNumber: [{
1014
+ type: Input
1015
+ }], paginatorHideDefaultArrows: [{
1016
+ type: Input
1017
+ }], trigger: [{
1018
+ type: ViewChild,
1019
+ args: [MatMenuTrigger]
1020
+ }], table: [{
1021
+ type: ViewChild,
1022
+ args: [MatTable]
1023
+ }], rowClick: [{
1024
+ type: Output
1025
+ }], selectedRows: [{
1026
+ type: Output
1027
+ }], onChangePage: [{
1028
+ type: Output
1029
+ }], onSortChange: [{
1030
+ type: Output
1031
+ }], paginator: [{
1032
+ type: ViewChild,
1033
+ args: [MatPaginator, { read: true }]
1034
+ }], sort: [{
1035
+ type: ViewChild,
1036
+ args: [MatSort]
1037
+ }] } });
1038
+
1039
+ /*
1040
+ * Public API Surface of mapa-library-ui table
1041
+ */
1042
+
1043
+ /*
1044
+ * Public API Surface of mapa-library-ui table
1045
+ */
1046
+
1047
+ /**
1048
+ * Generated bundle index. Do not edit.
1049
+ */
1050
+
1051
+ export { BubblePaginationDirective, MapaTableComponent, customPaginatorFactory };
1052
+ //# sourceMappingURL=mapa-library-ui-src-lib-components-table.mjs.map