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,561 @@
1
+ import * as i2 from '@angular/common';
2
+ import { CommonModule } from '@angular/common';
3
+ import * as i0 from '@angular/core';
4
+ import { EventEmitter, Output, Input, Component, InjectionToken, inject, Injector, signal, Optional, Inject, Injectable, SecurityContext, Pipe, DestroyRef, ViewChild, ChangeDetectionStrategy } from '@angular/core';
5
+ import { toObservable, takeUntilDestroyed } from '@angular/core/rxjs-interop';
6
+ import * as i3 from '@angular/forms';
7
+ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
8
+ import * as i4 from '@angular/material/checkbox';
9
+ import { MatCheckboxModule } from '@angular/material/checkbox';
10
+ import * as i5 from '@angular/material/form-field';
11
+ import { MatFormFieldModule, MAT_FORM_FIELD_DEFAULT_OPTIONS } from '@angular/material/form-field';
12
+ import * as i6 from '@angular/material/icon';
13
+ import { MatIconModule } from '@angular/material/icon';
14
+ import * as i7 from '@angular/material/select';
15
+ import { MatSelectModule, MAT_SELECT_CONFIG } from '@angular/material/select';
16
+ import * as i8 from 'ngx-mat-select-search';
17
+ import { NgxMatSelectSearchModule } from 'ngx-mat-select-search';
18
+ import { ReplaySubject } from 'rxjs';
19
+ import * as i1 from '@angular/platform-browser';
20
+
21
+ class ElementBase {
22
+ constructor(options = {}) {
23
+ this.value = options.value || "";
24
+ this.key = options.key || "";
25
+ this.label = options.label || "";
26
+ this.required = !!options.required;
27
+ this.order = options.order === undefined ? 1 : options.order;
28
+ this.controlType = options.controlType || "";
29
+ this.type = options.type || "";
30
+ this.placeholder = options.placeholder || "";
31
+ this.readonly = options.readonly || false;
32
+ this.hint = options.hint || "";
33
+ this.prefix = options.prefix || "";
34
+ this.suffix = options.suffix || "";
35
+ this.autosize = options.autosize || false;
36
+ this.autosizeMinWidth = options.autosizeMinWidth || "212px";
37
+ this.autosizeMaxWidth = options.autosizeMaxWidth || "400px";
38
+ this.autosizeMinRow = options.autosizeMinRow || 2;
39
+ this.autosizeMaxRow = options.autosizeMaxRow || 5;
40
+ this.options = options.options || [];
41
+ this.tree = options.tree || [];
42
+ this.multiple = options.multiple || false;
43
+ this.search = options.search || undefined;
44
+ this.maxLength = options.maxLength || null;
45
+ this.errors = options.errors || undefined;
46
+ this.actionButton = options.actionButton || undefined;
47
+ this.mask = options.mask || undefined;
48
+ this.autocomplete = options.autocomplete || "";
49
+ this.clearValue =
50
+ options.clearValue !== undefined ? options.clearValue : true;
51
+ this.status = options.status || undefined;
52
+ this.checkParent = options.checkParent || false;
53
+ this.checkChildren = options.checkChildren || false;
54
+ this.openedChange = options.openedChange || undefined;
55
+ }
56
+ }
57
+
58
+ class Dropdown extends ElementBase {
59
+ constructor() {
60
+ super(...arguments);
61
+ this.controlType = 'dropdown';
62
+ }
63
+ }
64
+
65
+ class ButtonComponent {
66
+ constructor() {
67
+ this.clicked = new EventEmitter();
68
+ }
69
+ onClick() {
70
+ this.clicked.emit();
71
+ }
72
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
73
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: ButtonComponent, isStandalone: true, selector: "mapa-button", inputs: { color: "color", disabled: "disabled" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<button\n class=\"mapa-button\"\n (click)=\"onClick()\"\n [class.primary]=\"color === 'primary'\"\n [class.accent]=\"color === 'accent'\"\n [class.basic]=\"color === 'basic'\"\n [disabled]=\"disabled\"\n>\n <ng-content></ng-content>\n</button> ", styles: [".mapa-button{display:flex;padding:14px 42px;justify-content:center;align-items:center;gap:10px;border-radius:28px;border:none;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-weight:500;cursor:pointer;transform-origin:center;transition:transform .2s ease-in-out}.mapa-button:active{transform:scale(1.1)}.mapa-button:disabled{color:#dcdcde!important;background-color:transparent!important}.mapa-button.basic{color:#ea561d;background-color:transparent}.mapa-button.accent{border:2px solid #ea561d!important;color:#ea561d;background-color:#fff}.mapa-button.primary{background-color:#ea561d;color:#fff}\n"] }); }
74
+ }
75
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: ButtonComponent, decorators: [{
76
+ type: Component,
77
+ args: [{ selector: 'mapa-button', standalone: true, template: "<button\n class=\"mapa-button\"\n (click)=\"onClick()\"\n [class.primary]=\"color === 'primary'\"\n [class.accent]=\"color === 'accent'\"\n [class.basic]=\"color === 'basic'\"\n [disabled]=\"disabled\"\n>\n <ng-content></ng-content>\n</button> ", styles: [".mapa-button{display:flex;padding:14px 42px;justify-content:center;align-items:center;gap:10px;border-radius:28px;border:none;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-weight:500;cursor:pointer;transform-origin:center;transition:transform .2s ease-in-out}.mapa-button:active{transform:scale(1.1)}.mapa-button:disabled{color:#dcdcde!important;background-color:transparent!important}.mapa-button.basic{color:#ea561d;background-color:transparent}.mapa-button.accent{border:2px solid #ea561d!important;color:#ea561d;background-color:#fff}.mapa-button.primary{background-color:#ea561d;color:#fff}\n"] }]
78
+ }], propDecorators: { color: [{
79
+ type: Input
80
+ }], disabled: [{
81
+ type: Input
82
+ }], clicked: [{
83
+ type: Output
84
+ }] } });
85
+
86
+ /*
87
+ * Public API Surface of mapa-library-ui button
88
+ */
89
+
90
+ const MAPA_UI_TEXTS = new InjectionToken("MAPA_UI_TEXTS");
91
+ const MAPA_UI_DEFAULT_TEXTS = {
92
+ common: {
93
+ selectAll: "Selecionar todos",
94
+ },
95
+ filters: {
96
+ clear: "Limpar filtros",
97
+ submit: "Filtrar",
98
+ },
99
+ datepicker: {
100
+ startDatePlaceholder: "Data inicial",
101
+ endDatePlaceholder: "Data final",
102
+ },
103
+ capability: {
104
+ groupAverageTitle: "Média geral do grupo",
105
+ individualAverageTitle: "Média geral do indivíduo",
106
+ conceptTitle: "Conceito",
107
+ resultTitle: "Resultado",
108
+ positiveIndicatorsTitle: "Indicadores positivos",
109
+ negativeIndicatorsTitle: "Indicadores negativos",
110
+ riskIndicatorsTitle: "Indicadores de risco",
111
+ precipitationRiskTitle: "Risco de acidente por precipitação",
112
+ negligenceRiskTitle: "Risco de acidente por negligência",
113
+ negativeDirectionLabel: "Direção Negativa |",
114
+ positiveDirectionLabel: "Direção Positiva |",
115
+ },
116
+ paginator: {
117
+ itemsPerPage: "Itens por página",
118
+ nextPage: "Próxima página",
119
+ previousPage: "Página anterior",
120
+ rangeLabel: (page, pageSize, length) => {
121
+ if (length === 0 || pageSize === 0) {
122
+ return `0 de ${length}`;
123
+ }
124
+ const startIndex = page * pageSize;
125
+ const endIndex = startIndex < length
126
+ ? Math.min(startIndex + pageSize, length)
127
+ : startIndex + pageSize;
128
+ return `${startIndex + 1} - ${endIndex} de ${length}`;
129
+ },
130
+ showingRangeLabel: (page, pageSize, length) => {
131
+ if (length === 0) {
132
+ return "Mostrando 0 - 0 de 0 item";
133
+ }
134
+ const startIndex = page * pageSize;
135
+ const endIndex = startIndex < length
136
+ ? Math.min(startIndex + pageSize, length)
137
+ : startIndex + pageSize;
138
+ const itemLabel = length === 1 ? "item" : "itens";
139
+ return `Mostrando ${startIndex + 1} - ${endIndex} de ${length} ${itemLabel}`;
140
+ },
141
+ },
142
+ validation: {
143
+ cnpj: "CNPJ inválido",
144
+ cpf: "CPF inválido",
145
+ email: "E-mail inválido",
146
+ max: (context) => `O valor máximo permitido é ${context?.max ?? ""}`.trim(),
147
+ maxLength: (context) => `O máximo permitido é ${context?.requiredLength ?? ""} caracteres`.trim(),
148
+ min: (context) => `O valor minimo permitido é ${context?.min ?? ""}`.trim(),
149
+ minLength: (context) => `O mínimo permitido é ${context?.requiredLength ?? ""} caracteres`.trim(),
150
+ pattern: "Formato inválido",
151
+ required: "Campo obrigatório",
152
+ },
153
+ };
154
+ function mergeMapaUiTexts(customTexts) {
155
+ return {
156
+ common: {
157
+ ...MAPA_UI_DEFAULT_TEXTS.common,
158
+ ...(customTexts?.common ?? {}),
159
+ },
160
+ filters: {
161
+ ...MAPA_UI_DEFAULT_TEXTS.filters,
162
+ ...(customTexts?.filters ?? {}),
163
+ },
164
+ datepicker: {
165
+ ...MAPA_UI_DEFAULT_TEXTS.datepicker,
166
+ ...(customTexts?.datepicker ?? {}),
167
+ },
168
+ capability: {
169
+ ...MAPA_UI_DEFAULT_TEXTS.capability,
170
+ ...(customTexts?.capability ?? {}),
171
+ },
172
+ paginator: {
173
+ ...MAPA_UI_DEFAULT_TEXTS.paginator,
174
+ ...(customTexts?.paginator ?? {}),
175
+ },
176
+ validation: {
177
+ ...MAPA_UI_DEFAULT_TEXTS.validation,
178
+ ...(customTexts?.validation ?? {}),
179
+ },
180
+ };
181
+ }
182
+ function provideMapaUiTexts(texts) {
183
+ return {
184
+ provide: MAPA_UI_TEXTS,
185
+ useValue: texts,
186
+ };
187
+ }
188
+
189
+ class MapaI18nService {
190
+ constructor(customTexts) {
191
+ this.injector = inject(Injector);
192
+ this.textsState = signal(mergeMapaUiTexts(), ...(ngDevMode ? [{ debugName: "textsState" }] : []));
193
+ this.textsSignal = this.textsState.asReadonly();
194
+ this.texts$ = toObservable(this.textsSignal, { injector: this.injector });
195
+ if (customTexts) {
196
+ this.textsState.set(mergeMapaUiTexts(customTexts));
197
+ }
198
+ }
199
+ get texts() {
200
+ return this.textsState();
201
+ }
202
+ setTexts(texts) {
203
+ this.textsState.set(mergeMapaUiTexts(texts));
204
+ }
205
+ resolveValidationText(key, context) {
206
+ return this.resolveText(this.texts.validation[key], context);
207
+ }
208
+ resolveText(value, context) {
209
+ return typeof value === "function" ? value(context) : value;
210
+ }
211
+ 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 }); }
212
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaI18nService, providedIn: "root" }); }
213
+ }
214
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaI18nService, decorators: [{
215
+ type: Injectable,
216
+ args: [{
217
+ providedIn: "root",
218
+ }]
219
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
220
+ type: Optional
221
+ }, {
222
+ type: Inject,
223
+ args: [MAPA_UI_TEXTS]
224
+ }] }] });
225
+
226
+ class ValidationMessageResolverService {
227
+ constructor(i18n) {
228
+ this.i18n = i18n;
229
+ this.errorOrder = [
230
+ "required",
231
+ "minlength",
232
+ "maxlength",
233
+ "cpf",
234
+ "cnpj",
235
+ "email",
236
+ "pattern",
237
+ "min",
238
+ "max",
239
+ ];
240
+ }
241
+ resolveFirstError(control, errors) {
242
+ const validationErrors = control?.errors;
243
+ if (!validationErrors) {
244
+ return null;
245
+ }
246
+ const firstErrorKey = this.errorOrder.find((key) => control?.hasError(key));
247
+ if (!firstErrorKey) {
248
+ return null;
249
+ }
250
+ return this.resolveErrorMessage(firstErrorKey, validationErrors, errors);
251
+ }
252
+ resolveErrorMessage(errorKey, validationErrors, errors) {
253
+ const errorOverrides = errors;
254
+ const customMessage = this.getCustomMessage(errorKey, errorOverrides);
255
+ if (customMessage) {
256
+ return customMessage;
257
+ }
258
+ const errorValue = validationErrors[errorKey];
259
+ switch (errorKey) {
260
+ case "minlength":
261
+ return this.i18n.resolveValidationText("minLength", errorValue);
262
+ case "maxlength":
263
+ return this.i18n.resolveValidationText("maxLength", errorValue);
264
+ case "min":
265
+ return this.i18n.resolveValidationText("min", errorValue);
266
+ case "max":
267
+ return this.i18n.resolveValidationText("max", errorValue);
268
+ default:
269
+ return this.i18n.resolveValidationText(errorKey);
270
+ }
271
+ }
272
+ getCustomMessage(errorKey, errors) {
273
+ if (!errors) {
274
+ return undefined;
275
+ }
276
+ switch (errorKey) {
277
+ case "minlength":
278
+ return errors.minLength ?? errors.minlength;
279
+ case "maxlength":
280
+ return errors.maxLength ?? errors.maxlength;
281
+ default:
282
+ return errors[errorKey];
283
+ }
284
+ }
285
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: ValidationMessageResolverService, deps: [{ token: MapaI18nService }], target: i0.ɵɵFactoryTarget.Injectable }); }
286
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: ValidationMessageResolverService, providedIn: "root" }); }
287
+ }
288
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: ValidationMessageResolverService, decorators: [{
289
+ type: Injectable,
290
+ args: [{
291
+ providedIn: "root",
292
+ }]
293
+ }], ctorParameters: () => [{ type: MapaI18nService }] });
294
+
295
+ class MapaFormErrorsComponent {
296
+ constructor(validationMessageResolver) {
297
+ this.validationMessageResolver = validationMessageResolver;
298
+ }
299
+ get message() {
300
+ return this.validationMessageResolver.resolveFirstError(this.control, this.errors);
301
+ }
302
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaFormErrorsComponent, deps: [{ token: ValidationMessageResolverService }], target: i0.ɵɵFactoryTarget.Component }); }
303
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: MapaFormErrorsComponent, isStandalone: true, selector: "mapa-form-errors", inputs: { control: "control", errors: "errors" }, ngImport: i0, template: "<span *ngIf=\"message\">\n {{ message }}\n</span>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: MatFormFieldModule }] }); }
304
+ }
305
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaFormErrorsComponent, decorators: [{
306
+ type: Component,
307
+ args: [{ selector: "mapa-form-errors", imports: [CommonModule, MatFormFieldModule], template: "<span *ngIf=\"message\">\n {{ message }}\n</span>\n" }]
308
+ }], ctorParameters: () => [{ type: ValidationMessageResolverService }], propDecorators: { control: [{
309
+ type: Input
310
+ }], errors: [{
311
+ type: Input
312
+ }] } });
313
+
314
+ function sanitizeHtmlContent(sanitizer, value) {
315
+ return sanitizer.sanitize(SecurityContext.HTML, value ?? "") ?? "";
316
+ }
317
+ class HtmlSanitizerService {
318
+ constructor(sanitizer) {
319
+ this.sanitizer = sanitizer;
320
+ }
321
+ sanitize(value) {
322
+ return sanitizeHtmlContent(this.sanitizer, value);
323
+ }
324
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: HtmlSanitizerService, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Injectable }); }
325
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: HtmlSanitizerService, providedIn: "root" }); }
326
+ }
327
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: HtmlSanitizerService, decorators: [{
328
+ type: Injectable,
329
+ args: [{
330
+ providedIn: "root",
331
+ }]
332
+ }], ctorParameters: () => [{ type: i1.DomSanitizer }] });
333
+
334
+ class SafeHtmlPipe {
335
+ constructor(htmlSanitizer) {
336
+ this.htmlSanitizer = htmlSanitizer;
337
+ }
338
+ transform(value) {
339
+ return this.htmlSanitizer.sanitize(value);
340
+ }
341
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: SafeHtmlPipe, deps: [{ token: HtmlSanitizerService }], target: i0.ɵɵFactoryTarget.Pipe }); }
342
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.18", ngImport: i0, type: SafeHtmlPipe, isStandalone: true, name: "safeHtml" }); }
343
+ }
344
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: SafeHtmlPipe, decorators: [{
345
+ type: Pipe,
346
+ args: [{
347
+ name: "safeHtml",
348
+ standalone: true,
349
+ }]
350
+ }], ctorParameters: () => [{ type: HtmlSanitizerService }] });
351
+
352
+ class MapaDropdownComponent {
353
+ constructor(i18n, cdr) {
354
+ this.i18n = i18n;
355
+ this.cdr = cdr;
356
+ this.openedChange = new EventEmitter();
357
+ this.filteredOptions = new ReplaySubject(1);
358
+ this.filteredGroups = new ReplaySubject(1);
359
+ this.filteredOptionsCache = [];
360
+ this.filteredGroupCache = [];
361
+ this.destroyRef = inject(DestroyRef);
362
+ this.isIndeterminate = false;
363
+ this.isChecked = false;
364
+ this.isOptionsGroup = false;
365
+ }
366
+ get texts() {
367
+ return this.i18n.textsSignal();
368
+ }
369
+ get selectAllLabel() {
370
+ return this.texts.common.selectAll;
371
+ }
372
+ get selectedOptions() {
373
+ const value = this.formControl?.value;
374
+ if (Array.isArray(value)) {
375
+ return value.filter((option) => this.isElementOption(option));
376
+ }
377
+ return this.isElementOption(value) ? [value] : [];
378
+ }
379
+ ngOnInit() {
380
+ this.setOptions();
381
+ this.element.search?.formControl?.valueChanges
382
+ .pipe(takeUntilDestroyed(this.destroyRef))
383
+ .subscribe(() => {
384
+ this.filterOptions();
385
+ this.setToggleAllCheckboxState();
386
+ this.cdr.markForCheck();
387
+ });
388
+ }
389
+ ngAfterViewInit() {
390
+ Promise.resolve().then(() => this.cdr.detectChanges());
391
+ }
392
+ ngOnChanges(changes) {
393
+ if (changes["element"]?.previousValue !== undefined &&
394
+ changes["element"].previousValue?.controlType === "dropdown" &&
395
+ changes["element"].previousValue?.options !==
396
+ changes["element"].currentValue?.options) {
397
+ this.element.options = changes["element"].currentValue.options;
398
+ this.setOptions();
399
+ this.cdr.markForCheck();
400
+ }
401
+ }
402
+ setOptions() {
403
+ this.isOptionsGroup = this.isElementGroup(this.element.options[0]);
404
+ if (this.isOptionsGroup) {
405
+ this.filteredGroupCache = this.element.options.slice();
406
+ this.filteredGroups.next(this.filteredGroupCache);
407
+ this.cdr.markForCheck();
408
+ return;
409
+ }
410
+ this.filteredOptionsCache = this.element.options.slice();
411
+ this.filteredOptions.next(this.filteredOptionsCache);
412
+ this.cdr.markForCheck();
413
+ }
414
+ filterOptionsFromGroup(group, value) {
415
+ const filterValue = this.normalizeValue(value);
416
+ return this.normalizeValue(group.label).includes(filterValue)
417
+ ? group.options
418
+ : group.options.filter((item) => this.normalizeValue(item.value).includes(filterValue));
419
+ }
420
+ filterOptions() {
421
+ if (!this.element.options) {
422
+ return;
423
+ }
424
+ const search = this.normalizeValue(this.element.search?.formControl?.value);
425
+ if (this.isOptionsGroup) {
426
+ const groups = this.element.options;
427
+ this.filteredGroupCache = groups
428
+ .map((group) => ({
429
+ label: group.label,
430
+ options: this.filterOptionsFromGroup(group, search),
431
+ }))
432
+ .filter((group) => group.options.length > 0);
433
+ this.filteredGroups.next(this.filteredGroupCache);
434
+ return;
435
+ }
436
+ const options = this.element.options;
437
+ if (!search) {
438
+ this.filteredOptionsCache = options.slice();
439
+ this.filteredOptions.next(this.filteredOptionsCache);
440
+ return;
441
+ }
442
+ this.filteredOptionsCache = options.filter((option) => this.normalizeValue(option.value).includes(search));
443
+ this.filteredOptions.next(this.filteredOptionsCache);
444
+ }
445
+ normalizeValue(value) {
446
+ return (value ?? "")
447
+ .normalize("NFD")
448
+ .replace(/[\u0300-\u036f]/g, "")
449
+ .toLowerCase();
450
+ }
451
+ triggerOpenedChange(event) {
452
+ this.openedChange.emit(event);
453
+ }
454
+ setToggleAllCheckboxState() {
455
+ const search = this.normalizeValue(this.element.search?.formControl?.value);
456
+ if (!search) {
457
+ this.isIndeterminate = false;
458
+ this.isChecked = false;
459
+ return;
460
+ }
461
+ const filteredLength = this.filteredOptionsCache.filter((option) => this.normalizeValue(option.value).includes(search)).length;
462
+ this.isIndeterminate =
463
+ filteredLength > 0 && filteredLength < this.filteredOptionsCache.length;
464
+ this.isChecked =
465
+ filteredLength > 0 && filteredLength === this.filteredOptionsCache.length;
466
+ this.cdr.markForCheck();
467
+ }
468
+ toggleSelectAll(event) {
469
+ if (this.isOptionsGroup) {
470
+ const groupOptions = this.filteredGroupCache.reduce((accumulator, group) => accumulator.concat(group.options), []);
471
+ this.formControl?.patchValue(event.checked ? groupOptions : []);
472
+ return;
473
+ }
474
+ this.formControl?.patchValue(event.checked ? this.filteredOptionsCache : []);
475
+ }
476
+ isElementGroup(object) {
477
+ return !!object && "label" in object && "options" in object;
478
+ }
479
+ isElementOption(object) {
480
+ return (!!object &&
481
+ typeof object === "object" &&
482
+ "key" in object &&
483
+ "value" in object);
484
+ }
485
+ compareFn(c1, c2) {
486
+ return c1 && c2 ? c1.key === c2.key : c1 === c2;
487
+ }
488
+ hasValue() {
489
+ const value = this.formControl?.value;
490
+ return Array.isArray(value) ? value.length > 0 : this.isElementOption(value);
491
+ }
492
+ clearValue(event) {
493
+ event.stopPropagation();
494
+ this.formControl.setValue(null);
495
+ this.cdr.markForCheck();
496
+ }
497
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaDropdownComponent, deps: [{ token: MapaI18nService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
498
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.18", type: MapaDropdownComponent, isStandalone: true, selector: "mapa-dropdown", inputs: { formControl: "formControl", formControlSearch: "formControlSearch", element: "element", border: "border" }, outputs: { openedChange: "openedChange" }, providers: [
499
+ {
500
+ provide: MAT_SELECT_CONFIG,
501
+ useValue: { overlayPanelClass: "mapa-overlay-dropdown" },
502
+ },
503
+ {
504
+ provide: MAT_FORM_FIELD_DEFAULT_OPTIONS,
505
+ useValue: { appearance: "outline" },
506
+ },
507
+ ], viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "@if (element) {\n @if (element.label) {\n <label class=\"mapa-dropdown__label\">\n {{ element.label }}\n </label>\n }\n <div class=\"mapa-form--inline\">\n <mat-form-field\n appearance=\"outline\"\n class=\"mapa-dropdown\"\n [class.mapa-dropdown--highlight]=\"border === 'highlight'\"\n [class.mapa-dropdown--soft-border]=\"border === 'soft'\"\n [class.mapa-dropdown--tag]=\"border === 'tag'\"\n [class.mapa-dropdown--labeled]=\"!!element.label\"\n >\n <mat-select\n #dropdown\n ngDefaultControl\n [formControl]=\"formControl\"\n [multiple]=\"element.multiple\"\n [placeholder]=\"element.placeholder || ''\"\n [compareWith]=\"compareFn\"\n (openedChange)=\"triggerOpenedChange($event)\"\n >\n @if (element.search) {\n <mat-option class=\"mapa-dropdown__search\">\n @if (element.search.formControl) {\n <ngx-mat-select-search\n [showToggleAllCheckbox]=\"element.search.toggleAllCheckbox!\"\n [formControl]=\"element.search.formControl\"\n [placeholderLabel]=\"element.search.placeholder || ''\"\n i18n-placeholderLabel\n [noEntriesFoundLabel]=\"element.search.noEntriesFoundLabel || ''\"\n ></ngx-mat-select-search>\n }\n </mat-option>\n }\n @if (element.multiple) {\n <mat-option class=\"mapa-dropdown__option--select-all\">\n <mat-checkbox\n class=\"mat-option\"\n [indeterminate]=\"isIndeterminate\"\n [checked]=\"isChecked\"\n (click)=\"$event.stopPropagation()\"\n (change)=\"toggleSelectAll($event)\"\n >\n {{ selectAllLabel }}\n </mat-checkbox>\n </mat-option>\n }\n @if (isOptionsGroup) {\n @if (filteredGroups | async; as groups) {\n @for (group of groups; track group.label) {\n <mat-optgroup [label]=\"group.label\">\n @for (option of group.options; track option.key) {\n <mat-option\n [value]=\"option\"\n [ngClass]=\"[\n 'mapa-dropdown__option--children-level-' + option.childrenLevel,\n ]\"\n >\n <span [innerHTML]=\"option.value | safeHtml\"></span>\n </mat-option>\n }\n </mat-optgroup>\n }\n }\n } @else {\n @if (filteredOptions | async; as options) {\n @for (option of options; track option.key) {\n <mat-option\n [value]=\"option\"\n [ngClass]=\"[\n 'mapa-dropdown__option mapa-dropdown__option--children-level-' +\n option.childrenLevel,\n ]\"\n >\n <span\n class=\"mapa-dropdown__option-value\"\n [innerHTML]=\"option.value | safeHtml\"\n ></span>\n </mat-option>\n }\n }\n }\n\n @for (option of selectedOptions; track option.key) {\n <mat-option\n hidden\n [value]=\"option\"\n [ngClass]=\"[\n 'mapa-dropdown__option--children-level-' + option.childrenLevel,\n ]\"\n >\n <span [innerHTML]=\"option.value | safeHtml\"></span>\n </mat-option>\n }\n </mat-select>\n @if (element.hint) {\n <mat-hint>{{ element.hint }}</mat-hint>\n }\n <mat-error>\n <mapa-form-errors\n [control]=\"formControl\"\n [errors]=\"element.errors\"\n ></mapa-form-errors>\n </mat-error>\n @if (hasValue() && !formControl.disabled && element.clearValue) {\n <mat-icon\n (click)=\"clearValue($event)\"\n class=\"mapa-input--close\"\n >close</mat-icon\n >\n }\n </mat-form-field>\n @if (element.actionButton) {\n <div class=\"mapa-form--action\">\n <mapa-button\n color=\"basic\"\n (click)=\"element.actionButton.action.emit(true)\"\n >\n {{ element.actionButton.label }}\n </mapa-button>\n </div>\n }\n </div>\n}\n", styles: [":host ::ng-deep .mapa-dropdown{max-width:min-content;min-width:235px}:host ::ng-deep .mapa-dropdown .mat-mdc-select{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)!important}:host ::ng-deep .mapa-dropdown .mat-icon{display:flex;justify-content:center;align-items:center;position:absolute;right:28px!important;top:18px!important;z-index:1}:host ::ng-deep .mapa-dropdown__label{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);display:block;font-size:12px;font-style:normal;font-weight:600;line-height:16px;text-transform:uppercase;margin-bottom:16px}:host ::ng-deep .mapa-dropdown--highlight .mat-mdc-text-field-wrapper{border-radius:16px}:host ::ng-deep .mapa-dropdown--highlight .mdc-notched-outline{border-radius:16px!important}:host ::ng-deep .mapa-dropdown--highlight .mdc-notched-outline .mdc-notched-outline__leading,:host ::ng-deep .mapa-dropdown--highlight .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px!important;border-color:#eedb2a!important}:host ::ng-deep .mapa-dropdown--highlight .mdc-notched-outline .mdc-notched-outline__leading{display:none!important}:host ::ng-deep .mapa-dropdown--highlight .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:16px!important;border-left-style:solid!important}:host ::ng-deep .mapa-dropdown--soft-border .mdc-notched-outline .mdc-notched-outline__leading,:host ::ng-deep .mapa-dropdown--soft-border .mdc-notched-outline .mdc-notched-outline__trailing{border-width:1px!important}:host ::ng-deep .mapa-dropdown--tag .mat-mdc-text-field-wrapper{border-radius:16px}:host ::ng-deep .mapa-dropdown--tag .mdc-notched-outline{border-radius:16px!important;height:42px!important}:host ::ng-deep .mapa-dropdown--tag .mdc-notched-outline .mdc-notched-outline__leading,:host ::ng-deep .mapa-dropdown--tag .mdc-notched-outline .mdc-notched-outline__trailing{border-width:1px!important;border-color:#cdcdcd}:host ::ng-deep .mapa-dropdown--tag .mdc-notched-outline .mdc-notched-outline__leading{display:none!important}:host ::ng-deep .mapa-dropdown--tag .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:16px!important;border-left-style:solid!important}:host ::ng-deep .mapa-dropdown .mat-mdc-text-field-wrapper{background-color:#fff;border-radius:8px}:host ::ng-deep .mapa-dropdown .mat-mdc-text-field-wrapper.mdc-text-field--outlined{padding-left:unset!important;padding-right:unset!important}:host ::ng-deep .mapa-dropdown .mdc-notched-outline{background-color:transparent;border-radius:8px;pointer-events:none;z-index:0}:host ::ng-deep .mapa-dropdown .mdc-notched-outline .mdc-notched-outline__leading,:host ::ng-deep .mapa-dropdown .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px}:host ::ng-deep .mapa-dropdown .mat-mdc-form-field-flex{display:flex;align-items:center;height:48px;position:relative}:host ::ng-deep .mapa-dropdown .mat-mdc-select-trigger{min-width:50px;padding-top:unset!important;height:unset!important;position:relative;z-index:1}:host ::ng-deep .mapa-dropdown .mat-mdc-select-value-text{display:block;width:90%}:host ::ng-deep .mapa-dropdown .mat-mdc-select-arrow-wrapper{transform:none!important;align-items:center;position:relative;z-index:1}:host ::ng-deep .mapa-dropdown .mat-mdc-select-arrow{border:unset;color:#50575e}:host ::ng-deep .mapa-dropdown .mat-mdc-select-arrow:before,:host ::ng-deep .mapa-dropdown .mat-mdc-select-arrow:after{content:none!important}:host ::ng-deep .mapa-dropdown .mat-mdc-select-arrow svg{display:block!important;fill:currentColor}:host ::ng-deep .mapa-dropdown .mat-mdc-form-field-subscript-wrapper{padding:0!important}:host ::ng-deep .mapa-dropdown [aria-expanded=true] .mat-mdc-select-arrow{margin:0}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel{border-radius:8px;min-width:calc(100% + 24px)!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mdc-list-item__primary-text{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)!important;font-size:16px;font-style:normal;font-weight:400;line-height:2em;height:2em;color:#50575e}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--select-all,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[class*=mapa-dropdown__option--children-level-]{height:auto!important;align-items:start!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option .mat-pseudo-checkbox,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--select-all .mat-pseudo-checkbox,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[class*=mapa-dropdown__option--children-level-] .mat-pseudo-checkbox{margin:7px 7px 7px 0!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option .mdc-list-item__primary-text,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--select-all .mdc-list-item__primary-text,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[class*=mapa-dropdown__option--children-level-] .mdc-list-item__primary-text{height:auto!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mapa-dropdown__option-value{text-wrap:auto}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-1{padding-left:30px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-2{padding-left:50px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-3{padding-left:70px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-4{padding-left:90px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-5{padding-left:100px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-6{padding-left:120px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--select-all{padding-left:5px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--select-all .mat-pseudo-checkbox{display:none!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search{align-items:flex-start;background:#f6f7f7;height:auto!important;min-height:80px;padding:16px 8px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mdc-list-item__primary-text{width:100%}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-inner{background:transparent!important;background-color:transparent!important;border:unset;border-radius:0;box-shadow:none!important;inset:0 auto auto 0;overflow:visible;position:relative;width:100%!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-inner-row{align-items:center;background:transparent;display:flex;position:relative}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-hidden{background:transparent!important;background-color:transparent!important;border:unset!important;height:0!important;line-height:0!important;padding:0!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-toggle-all-checkbox{padding-left:8px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-input{background-color:#fff!important;border:2px solid #a7aaad!important;border-radius:8px!important;height:28px!important;line-height:24px!important;padding:0 48px 0 12px!important;width:100%}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-input::placeholder{color:#c3c4c7!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-clear{top:50%;transform:translateY(-50%)}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-divider{margin:0}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search.mat-mdc-option-active,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search:hover{background:#f6f7f7}::ng-deep .mapa-overlay-dropdown .mat-pseudo-checkbox{color:#c3c4c7!important}::ng-deep .mapa-overlay-dropdown .mdc-checkbox__background{border-color:#c3c4c7!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MatCheckboxModule }, { kind: "component", type: i4.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: MatFormFieldModule }, { kind: "component", type: i5.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i5.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i5.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i6.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatSelectModule }, { kind: "component", type: i7.MatSelect, selector: "mat-select", inputs: ["aria-describedby", "panelClass", "disabled", "disableRipple", "tabIndex", "hideSingleSelectionIndicator", "placeholder", "required", "multiple", "disableOptionCentering", "compareWith", "value", "aria-label", "aria-labelledby", "errorStateMatcher", "typeaheadDebounceInterval", "sortComparator", "id", "panelWidth", "canSelectNullableOptions"], outputs: ["openedChange", "opened", "closed", "selectionChange", "valueChange"], exportAs: ["matSelect"] }, { kind: "component", type: i7.MatOption, selector: "mat-option", inputs: ["value", "id", "disabled"], outputs: ["onSelectionChange"], exportAs: ["matOption"] }, { kind: "component", type: i7.MatOptgroup, selector: "mat-optgroup", inputs: ["label", "disabled"], exportAs: ["matOptgroup"] }, { kind: "ngmodule", type: NgxMatSelectSearchModule }, { kind: "component", type: i8.MatSelectSearchComponent, selector: "ngx-mat-select-search", inputs: ["placeholderLabel", "type", "closeIcon", "closeSvgIcon", "noEntriesFoundLabel", "clearSearchInput", "searching", "disableInitialFocus", "enableClearOnEscapePressed", "preventHomeEndKeyPropagation", "disableScrollToActiveOnOptionsChanged", "ariaLabel", "showToggleAllCheckbox", "toggleAllCheckboxChecked", "toggleAllCheckboxIndeterminate", "toggleAllCheckboxTooltipMessage", "toggleAllCheckboxTooltipPosition", "hideClearSearchButton", "alwaysRestoreSelectedOptionsMulti", "recreateValuesArray"], outputs: ["toggleAll"] }, { kind: "component", type: ButtonComponent, selector: "mapa-button", inputs: ["color", "disabled"], outputs: ["clicked"] }, { kind: "component", type: MapaFormErrorsComponent, selector: "mapa-form-errors", inputs: ["control", "errors"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: SafeHtmlPipe, name: "safeHtml" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
508
+ }
509
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaDropdownComponent, decorators: [{
510
+ type: Component,
511
+ args: [{ selector: "mapa-dropdown", changeDetection: ChangeDetectionStrategy.OnPush, imports: [
512
+ CommonModule,
513
+ FormsModule,
514
+ ReactiveFormsModule,
515
+ MatCheckboxModule,
516
+ MatFormFieldModule,
517
+ MatIconModule,
518
+ MatSelectModule,
519
+ NgxMatSelectSearchModule,
520
+ ButtonComponent,
521
+ MapaFormErrorsComponent,
522
+ SafeHtmlPipe,
523
+ ], providers: [
524
+ {
525
+ provide: MAT_SELECT_CONFIG,
526
+ useValue: { overlayPanelClass: "mapa-overlay-dropdown" },
527
+ },
528
+ {
529
+ provide: MAT_FORM_FIELD_DEFAULT_OPTIONS,
530
+ useValue: { appearance: "outline" },
531
+ },
532
+ ], standalone: true, template: "@if (element) {\n @if (element.label) {\n <label class=\"mapa-dropdown__label\">\n {{ element.label }}\n </label>\n }\n <div class=\"mapa-form--inline\">\n <mat-form-field\n appearance=\"outline\"\n class=\"mapa-dropdown\"\n [class.mapa-dropdown--highlight]=\"border === 'highlight'\"\n [class.mapa-dropdown--soft-border]=\"border === 'soft'\"\n [class.mapa-dropdown--tag]=\"border === 'tag'\"\n [class.mapa-dropdown--labeled]=\"!!element.label\"\n >\n <mat-select\n #dropdown\n ngDefaultControl\n [formControl]=\"formControl\"\n [multiple]=\"element.multiple\"\n [placeholder]=\"element.placeholder || ''\"\n [compareWith]=\"compareFn\"\n (openedChange)=\"triggerOpenedChange($event)\"\n >\n @if (element.search) {\n <mat-option class=\"mapa-dropdown__search\">\n @if (element.search.formControl) {\n <ngx-mat-select-search\n [showToggleAllCheckbox]=\"element.search.toggleAllCheckbox!\"\n [formControl]=\"element.search.formControl\"\n [placeholderLabel]=\"element.search.placeholder || ''\"\n i18n-placeholderLabel\n [noEntriesFoundLabel]=\"element.search.noEntriesFoundLabel || ''\"\n ></ngx-mat-select-search>\n }\n </mat-option>\n }\n @if (element.multiple) {\n <mat-option class=\"mapa-dropdown__option--select-all\">\n <mat-checkbox\n class=\"mat-option\"\n [indeterminate]=\"isIndeterminate\"\n [checked]=\"isChecked\"\n (click)=\"$event.stopPropagation()\"\n (change)=\"toggleSelectAll($event)\"\n >\n {{ selectAllLabel }}\n </mat-checkbox>\n </mat-option>\n }\n @if (isOptionsGroup) {\n @if (filteredGroups | async; as groups) {\n @for (group of groups; track group.label) {\n <mat-optgroup [label]=\"group.label\">\n @for (option of group.options; track option.key) {\n <mat-option\n [value]=\"option\"\n [ngClass]=\"[\n 'mapa-dropdown__option--children-level-' + option.childrenLevel,\n ]\"\n >\n <span [innerHTML]=\"option.value | safeHtml\"></span>\n </mat-option>\n }\n </mat-optgroup>\n }\n }\n } @else {\n @if (filteredOptions | async; as options) {\n @for (option of options; track option.key) {\n <mat-option\n [value]=\"option\"\n [ngClass]=\"[\n 'mapa-dropdown__option mapa-dropdown__option--children-level-' +\n option.childrenLevel,\n ]\"\n >\n <span\n class=\"mapa-dropdown__option-value\"\n [innerHTML]=\"option.value | safeHtml\"\n ></span>\n </mat-option>\n }\n }\n }\n\n @for (option of selectedOptions; track option.key) {\n <mat-option\n hidden\n [value]=\"option\"\n [ngClass]=\"[\n 'mapa-dropdown__option--children-level-' + option.childrenLevel,\n ]\"\n >\n <span [innerHTML]=\"option.value | safeHtml\"></span>\n </mat-option>\n }\n </mat-select>\n @if (element.hint) {\n <mat-hint>{{ element.hint }}</mat-hint>\n }\n <mat-error>\n <mapa-form-errors\n [control]=\"formControl\"\n [errors]=\"element.errors\"\n ></mapa-form-errors>\n </mat-error>\n @if (hasValue() && !formControl.disabled && element.clearValue) {\n <mat-icon\n (click)=\"clearValue($event)\"\n class=\"mapa-input--close\"\n >close</mat-icon\n >\n }\n </mat-form-field>\n @if (element.actionButton) {\n <div class=\"mapa-form--action\">\n <mapa-button\n color=\"basic\"\n (click)=\"element.actionButton.action.emit(true)\"\n >\n {{ element.actionButton.label }}\n </mapa-button>\n </div>\n }\n </div>\n}\n", styles: [":host ::ng-deep .mapa-dropdown{max-width:min-content;min-width:235px}:host ::ng-deep .mapa-dropdown .mat-mdc-select{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)!important}:host ::ng-deep .mapa-dropdown .mat-icon{display:flex;justify-content:center;align-items:center;position:absolute;right:28px!important;top:18px!important;z-index:1}:host ::ng-deep .mapa-dropdown__label{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);display:block;font-size:12px;font-style:normal;font-weight:600;line-height:16px;text-transform:uppercase;margin-bottom:16px}:host ::ng-deep .mapa-dropdown--highlight .mat-mdc-text-field-wrapper{border-radius:16px}:host ::ng-deep .mapa-dropdown--highlight .mdc-notched-outline{border-radius:16px!important}:host ::ng-deep .mapa-dropdown--highlight .mdc-notched-outline .mdc-notched-outline__leading,:host ::ng-deep .mapa-dropdown--highlight .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px!important;border-color:#eedb2a!important}:host ::ng-deep .mapa-dropdown--highlight .mdc-notched-outline .mdc-notched-outline__leading{display:none!important}:host ::ng-deep .mapa-dropdown--highlight .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:16px!important;border-left-style:solid!important}:host ::ng-deep .mapa-dropdown--soft-border .mdc-notched-outline .mdc-notched-outline__leading,:host ::ng-deep .mapa-dropdown--soft-border .mdc-notched-outline .mdc-notched-outline__trailing{border-width:1px!important}:host ::ng-deep .mapa-dropdown--tag .mat-mdc-text-field-wrapper{border-radius:16px}:host ::ng-deep .mapa-dropdown--tag .mdc-notched-outline{border-radius:16px!important;height:42px!important}:host ::ng-deep .mapa-dropdown--tag .mdc-notched-outline .mdc-notched-outline__leading,:host ::ng-deep .mapa-dropdown--tag .mdc-notched-outline .mdc-notched-outline__trailing{border-width:1px!important;border-color:#cdcdcd}:host ::ng-deep .mapa-dropdown--tag .mdc-notched-outline .mdc-notched-outline__leading{display:none!important}:host ::ng-deep .mapa-dropdown--tag .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:16px!important;border-left-style:solid!important}:host ::ng-deep .mapa-dropdown .mat-mdc-text-field-wrapper{background-color:#fff;border-radius:8px}:host ::ng-deep .mapa-dropdown .mat-mdc-text-field-wrapper.mdc-text-field--outlined{padding-left:unset!important;padding-right:unset!important}:host ::ng-deep .mapa-dropdown .mdc-notched-outline{background-color:transparent;border-radius:8px;pointer-events:none;z-index:0}:host ::ng-deep .mapa-dropdown .mdc-notched-outline .mdc-notched-outline__leading,:host ::ng-deep .mapa-dropdown .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px}:host ::ng-deep .mapa-dropdown .mat-mdc-form-field-flex{display:flex;align-items:center;height:48px;position:relative}:host ::ng-deep .mapa-dropdown .mat-mdc-select-trigger{min-width:50px;padding-top:unset!important;height:unset!important;position:relative;z-index:1}:host ::ng-deep .mapa-dropdown .mat-mdc-select-value-text{display:block;width:90%}:host ::ng-deep .mapa-dropdown .mat-mdc-select-arrow-wrapper{transform:none!important;align-items:center;position:relative;z-index:1}:host ::ng-deep .mapa-dropdown .mat-mdc-select-arrow{border:unset;color:#50575e}:host ::ng-deep .mapa-dropdown .mat-mdc-select-arrow:before,:host ::ng-deep .mapa-dropdown .mat-mdc-select-arrow:after{content:none!important}:host ::ng-deep .mapa-dropdown .mat-mdc-select-arrow svg{display:block!important;fill:currentColor}:host ::ng-deep .mapa-dropdown .mat-mdc-form-field-subscript-wrapper{padding:0!important}:host ::ng-deep .mapa-dropdown [aria-expanded=true] .mat-mdc-select-arrow{margin:0}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel{border-radius:8px;min-width:calc(100% + 24px)!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mdc-list-item__primary-text{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)!important;font-size:16px;font-style:normal;font-weight:400;line-height:2em;height:2em;color:#50575e}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--select-all,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[class*=mapa-dropdown__option--children-level-]{height:auto!important;align-items:start!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option .mat-pseudo-checkbox,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--select-all .mat-pseudo-checkbox,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[class*=mapa-dropdown__option--children-level-] .mat-pseudo-checkbox{margin:7px 7px 7px 0!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option .mdc-list-item__primary-text,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--select-all .mdc-list-item__primary-text,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[class*=mapa-dropdown__option--children-level-] .mdc-list-item__primary-text{height:auto!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mapa-dropdown__option-value{text-wrap:auto}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-1{padding-left:30px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-2{padding-left:50px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-3{padding-left:70px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-4{padding-left:90px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-5{padding-left:100px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-6{padding-left:120px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--select-all{padding-left:5px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--select-all .mat-pseudo-checkbox{display:none!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search{align-items:flex-start;background:#f6f7f7;height:auto!important;min-height:80px;padding:16px 8px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mdc-list-item__primary-text{width:100%}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-inner{background:transparent!important;background-color:transparent!important;border:unset;border-radius:0;box-shadow:none!important;inset:0 auto auto 0;overflow:visible;position:relative;width:100%!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-inner-row{align-items:center;background:transparent;display:flex;position:relative}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-hidden{background:transparent!important;background-color:transparent!important;border:unset!important;height:0!important;line-height:0!important;padding:0!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-toggle-all-checkbox{padding-left:8px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-input{background-color:#fff!important;border:2px solid #a7aaad!important;border-radius:8px!important;height:28px!important;line-height:24px!important;padding:0 48px 0 12px!important;width:100%}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-input::placeholder{color:#c3c4c7!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-clear{top:50%;transform:translateY(-50%)}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-divider{margin:0}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search.mat-mdc-option-active,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search:hover{background:#f6f7f7}::ng-deep .mapa-overlay-dropdown .mat-pseudo-checkbox{color:#c3c4c7!important}::ng-deep .mapa-overlay-dropdown .mdc-checkbox__background{border-color:#c3c4c7!important}\n"] }]
533
+ }], ctorParameters: () => [{ type: MapaI18nService }, { type: i0.ChangeDetectorRef }], propDecorators: { formControl: [{
534
+ type: Input
535
+ }], formControlSearch: [{
536
+ type: Input
537
+ }], element: [{
538
+ type: Input
539
+ }], border: [{
540
+ type: Input
541
+ }], openedChange: [{
542
+ type: Output
543
+ }], dropdown: [{
544
+ type: ViewChild,
545
+ args: ["dropdown", { static: true }]
546
+ }] } });
547
+
548
+ /*
549
+ * Public API Surface of mapa-library-ui dropdown
550
+ */
551
+
552
+ /*
553
+ * Public API Surface of mapa-library-ui dropdown
554
+ */
555
+
556
+ /**
557
+ * Generated bundle index. Do not edit.
558
+ */
559
+
560
+ export { Dropdown, ElementBase, MapaDropdownComponent };
561
+ //# sourceMappingURL=mapa-library-ui-src-lib-components-dropdown.mjs.map