ngx-vector-components 4.38.0 → 4.39.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 (290) hide show
  1. package/CHANGELOG.md +731 -720
  2. package/README.md +35 -35
  3. package/assets/icons/chevron_down_icon.svg +3 -3
  4. package/assets/icons/home_menu_icon.svg +3 -3
  5. package/assets/icons/logout_icon.svg +9 -9
  6. package/assets/icons/menu_footer_icon.svg +3 -3
  7. package/assets/icons/menu_hamburguer_icon.svg +3 -3
  8. package/assets/icons/terms_of_use_icon.svg +9 -9
  9. package/assets/icons/vector_admin_icon.svg +4 -4
  10. package/assets/icons/vector_fintech_icon.svg +3 -3
  11. package/assets/icons/vector_logtech_icon.svg +6 -6
  12. package/assets/icons/vector_marketplace_icon.svg +3 -3
  13. package/assets/images/bunge_logo.svg +23 -23
  14. package/assets/images/cofco_logo.svg +117 -117
  15. package/assets/images/emote_bad.svg +6 -6
  16. package/assets/images/emote_cool.svg +5 -5
  17. package/assets/images/emote_nice.svg +5 -5
  18. package/assets/images/success_sign.svg +4 -4
  19. package/assets/images/vector-logo-horizontal-inverse-color.svg +13 -13
  20. package/assets/images/vector_logo_horizontal.svg +13 -13
  21. package/assets/images/warn_sign.svg +4 -4
  22. package/assets/styles/_fonts.scss +114 -114
  23. package/assets/styles/_mixins.scss +7 -7
  24. package/assets/styles/_primeng-custom-theme.scss +974 -974
  25. package/assets/styles/_spinner.scss +35 -35
  26. package/assets/styles/_styles.scss +115 -115
  27. package/assets/styles/_variables.scss +27 -27
  28. package/esm2020/lib/components/badge/badge.component.mjs +34 -34
  29. package/esm2020/lib/components/badge/badge.module.mjs +18 -18
  30. package/esm2020/lib/components/badge/index.mjs +3 -3
  31. package/esm2020/lib/components/breadcrumb/breadcrumb.component.mjs +65 -65
  32. package/esm2020/lib/components/breadcrumb/breadcrumb.module.mjs +18 -18
  33. package/esm2020/lib/components/breadcrumb/index.mjs +3 -3
  34. package/esm2020/lib/components/crud-base/crud-base.component.mjs +47 -47
  35. package/esm2020/lib/components/crud-base/index.mjs +2 -2
  36. package/esm2020/lib/components/crud-footer/crud-footer.component.mjs +31 -31
  37. package/esm2020/lib/components/crud-footer/crud-footer.module.mjs +19 -19
  38. package/esm2020/lib/components/crud-footer/index.mjs +3 -3
  39. package/esm2020/lib/components/crud-header/crud-header.component.mjs +30 -30
  40. package/esm2020/lib/components/crud-header/crud-header.module.mjs +19 -19
  41. package/esm2020/lib/components/crud-header/index.mjs +3 -3
  42. package/esm2020/lib/components/crud-history/crud-history.component.mjs +82 -82
  43. package/esm2020/lib/components/crud-history/crud-history.module.mjs +20 -20
  44. package/esm2020/lib/components/crud-history/index.mjs +3 -3
  45. package/esm2020/lib/components/fields/button/button.component.mjs +41 -41
  46. package/esm2020/lib/components/fields/button/index.mjs +2 -2
  47. package/esm2020/lib/components/fields/calendar-field/calendar-field.component.mjs +74 -74
  48. package/esm2020/lib/components/fields/calendar-field/index.mjs +2 -2
  49. package/esm2020/lib/components/fields/checkbox-field/checkbox-field.component.mjs +46 -46
  50. package/esm2020/lib/components/fields/checkbox-field/index.mjs +2 -2
  51. package/esm2020/lib/components/fields/currency-field/currency-field.component.mjs +84 -84
  52. package/esm2020/lib/components/fields/currency-field/index.mjs +2 -2
  53. package/esm2020/lib/components/fields/data-table/data-table.component.mjs +316 -297
  54. package/esm2020/lib/components/fields/data-table/index.mjs +2 -2
  55. package/esm2020/lib/components/fields/dropdown-field/dropdown-field.component.mjs +194 -194
  56. package/esm2020/lib/components/fields/dropdown-field/index.mjs +2 -2
  57. package/esm2020/lib/components/fields/field-error-message/field-error-message.component.mjs +30 -30
  58. package/esm2020/lib/components/fields/field-error-message/index.mjs +2 -2
  59. package/esm2020/lib/components/fields/fields.module.mjs +205 -205
  60. package/esm2020/lib/components/fields/filters/filters.component.mjs +195 -195
  61. package/esm2020/lib/components/fields/filters/index.mjs +2 -2
  62. package/esm2020/lib/components/fields/index.mjs +19 -19
  63. package/esm2020/lib/components/fields/input-number-field/index.mjs +2 -2
  64. package/esm2020/lib/components/fields/input-number-field/input-number-field.component.mjs +82 -82
  65. package/esm2020/lib/components/fields/multiselect-field/index.mjs +2 -2
  66. package/esm2020/lib/components/fields/multiselect-field/multiselect-field.component.mjs +44 -44
  67. package/esm2020/lib/components/fields/percentage-field/index.mjs +2 -2
  68. package/esm2020/lib/components/fields/percentage-field/percentage-field.component.mjs +42 -42
  69. package/esm2020/lib/components/fields/radio-button-field/index.mjs +2 -2
  70. package/esm2020/lib/components/fields/radio-button-field/radio-button-field.component.mjs +38 -38
  71. package/esm2020/lib/components/fields/range-value/index.mjs +2 -2
  72. package/esm2020/lib/components/fields/range-value/range-value.component.mjs +72 -72
  73. package/esm2020/lib/components/fields/search-field/index.mjs +2 -2
  74. package/esm2020/lib/components/fields/search-field/search-field.component.mjs +33 -33
  75. package/esm2020/lib/components/fields/select-button-field/index.mjs +2 -2
  76. package/esm2020/lib/components/fields/select-button-field/select-button-field.component.mjs +20 -20
  77. package/esm2020/lib/components/fields/text-field/index.mjs +2 -2
  78. package/esm2020/lib/components/fields/text-field/text-field.component.mjs +224 -224
  79. package/esm2020/lib/components/fields/textarea-field/index.mjs +2 -2
  80. package/esm2020/lib/components/fields/textarea-field/textarea-field.component.mjs +75 -75
  81. package/esm2020/lib/components/generic-error-modal/generic-error-modal.component.mjs +30 -30
  82. package/esm2020/lib/components/generic-error-modal/generic-error-modal.module.mjs +20 -20
  83. package/esm2020/lib/components/generic-error-modal/index.mjs +3 -3
  84. package/esm2020/lib/components/generic-modal/generic-modal.component.mjs +66 -66
  85. package/esm2020/lib/components/generic-modal/generic-modal.module.mjs +20 -20
  86. package/esm2020/lib/components/generic-modal/index.mjs +3 -3
  87. package/esm2020/lib/components/index.mjs +13 -13
  88. package/esm2020/lib/components/menu/index.mjs +4 -4
  89. package/esm2020/lib/components/menu/menu.component.mjs +298 -298
  90. package/esm2020/lib/components/menu/menu.module.mjs +19 -19
  91. package/esm2020/lib/components/menu/sub-menus-list/sub-menus-list.component.mjs +42 -42
  92. package/esm2020/lib/components/panel/index.mjs +3 -3
  93. package/esm2020/lib/components/panel/panel.component.mjs +15 -15
  94. package/esm2020/lib/components/panel/panel.module.mjs +19 -19
  95. package/esm2020/lib/components/top-bar/index.mjs +3 -3
  96. package/esm2020/lib/components/top-bar/top-bar.component.mjs +102 -102
  97. package/esm2020/lib/components/top-bar/top-bar.module.mjs +19 -19
  98. package/esm2020/lib/guards/crud-list-has-items.guard.mjs +22 -22
  99. package/esm2020/lib/guards/get-token-by-guid.guard.mjs +54 -54
  100. package/esm2020/lib/guards/has-permission.guard.mjs +27 -27
  101. package/esm2020/lib/guards/index.mjs +6 -6
  102. package/esm2020/lib/guards/role.guard.mjs +24 -24
  103. package/esm2020/lib/guards/token-is-present.guard.mjs +26 -26
  104. package/esm2020/lib/interceptors/http-interceptor.mjs +183 -183
  105. package/esm2020/lib/interceptors/index.mjs +2 -2
  106. package/esm2020/lib/models/app-name.enum.mjs +9 -9
  107. package/esm2020/lib/models/boolean-type.enum.mjs +6 -6
  108. package/esm2020/lib/models/crud-history.model.mjs +3 -3
  109. package/esm2020/lib/models/crud-mode.enum.mjs +7 -7
  110. package/esm2020/lib/models/data-table.model.mjs +19 -19
  111. package/esm2020/lib/models/document-type.enum.mjs +6 -6
  112. package/esm2020/lib/models/filters.model.mjs +2 -2
  113. package/esm2020/lib/models/generic-modal.model.mjs +2 -2
  114. package/esm2020/lib/models/http-response.model.mjs +2 -2
  115. package/esm2020/lib/models/index.mjs +16 -16
  116. package/esm2020/lib/models/ip-info.enum.mjs +2 -2
  117. package/esm2020/lib/models/list-item.model.mjs +2 -2
  118. package/esm2020/lib/models/menu-item.model.mjs +2 -2
  119. package/esm2020/lib/models/message-status.enum.mjs +8 -8
  120. package/esm2020/lib/models/profile.model.mjs +190 -190
  121. package/esm2020/lib/models/role.enum.mjs +5 -5
  122. package/esm2020/lib/models/status.enum.mjs +7 -7
  123. package/esm2020/lib/models/view.enum.mjs +7 -7
  124. package/esm2020/lib/pipes/currency-brl.pipe.mjs +18 -18
  125. package/esm2020/lib/pipes/format-document.pipe.mjs +17 -17
  126. package/esm2020/lib/pipes/index.mjs +8 -8
  127. package/esm2020/lib/pipes/mask.pipe.mjs +21 -21
  128. package/esm2020/lib/pipes/not-hidden.pipe.mjs +16 -16
  129. package/esm2020/lib/pipes/only-active.pipe.mjs +16 -16
  130. package/esm2020/lib/pipes/pipes.module.mjs +21 -21
  131. package/esm2020/lib/pipes/remove-last-child.pipe.mjs +18 -18
  132. package/esm2020/lib/resolvers/get-selected-crud-item.resolver.mjs +28 -28
  133. package/esm2020/lib/resolvers/index.mjs +2 -2
  134. package/esm2020/lib/services/auth.service.mjs +77 -77
  135. package/esm2020/lib/services/base-dropdown.mjs +2 -2
  136. package/esm2020/lib/services/crud-base.service.mjs +14 -14
  137. package/esm2020/lib/services/enum.service.mjs +43 -43
  138. package/esm2020/lib/services/error-message.service.mjs +16 -16
  139. package/esm2020/lib/services/geolocation.service.mjs +23 -23
  140. package/esm2020/lib/services/index.mjs +12 -12
  141. package/esm2020/lib/services/loading.service.mjs +15 -15
  142. package/esm2020/lib/services/menu.service.mjs +147 -147
  143. package/esm2020/lib/services/modal.service.mjs +15 -15
  144. package/esm2020/lib/services/profile.service.mjs +100 -100
  145. package/esm2020/lib/services/storage.service.mjs +108 -108
  146. package/esm2020/lib/shared/shared.module.mjs +17 -17
  147. package/esm2020/lib/utils/cpf-cnpj-validator.util.mjs +116 -116
  148. package/esm2020/lib/utils/file.util.mjs +15 -15
  149. package/esm2020/lib/utils/index.mjs +8 -8
  150. package/esm2020/lib/utils/mask.util.mjs +61 -61
  151. package/esm2020/lib/utils/object.util.mjs +27 -27
  152. package/esm2020/lib/utils/string.util.mjs +16 -16
  153. package/esm2020/lib/utils/validation.util.mjs +235 -235
  154. package/esm2020/lib/utils/window.util.mjs +9 -9
  155. package/esm2020/ngx-vector-components.mjs +4 -4
  156. package/esm2020/public-api.mjs +9 -9
  157. package/fesm2015/ngx-vector-components.mjs +4131 -4111
  158. package/fesm2015/ngx-vector-components.mjs.map +1 -1
  159. package/fesm2020/ngx-vector-components.mjs +4109 -4089
  160. package/fesm2020/ngx-vector-components.mjs.map +1 -1
  161. package/lib/components/badge/badge.component.d.ts +14 -14
  162. package/lib/components/badge/badge.module.d.ts +8 -8
  163. package/lib/components/badge/index.d.ts +2 -2
  164. package/lib/components/breadcrumb/breadcrumb.component.d.ts +19 -19
  165. package/lib/components/breadcrumb/breadcrumb.module.d.ts +8 -8
  166. package/lib/components/breadcrumb/index.d.ts +2 -2
  167. package/lib/components/crud-base/crud-base.component.d.ts +20 -20
  168. package/lib/components/crud-base/index.d.ts +1 -1
  169. package/lib/components/crud-footer/crud-footer.component.d.ts +13 -13
  170. package/lib/components/crud-footer/crud-footer.module.d.ts +9 -9
  171. package/lib/components/crud-footer/index.d.ts +2 -2
  172. package/lib/components/crud-header/crud-header.component.d.ts +11 -11
  173. package/lib/components/crud-header/crud-header.module.d.ts +9 -9
  174. package/lib/components/crud-header/index.d.ts +2 -2
  175. package/lib/components/crud-history/crud-history.component.d.ts +12 -12
  176. package/lib/components/crud-history/crud-history.module.d.ts +10 -10
  177. package/lib/components/crud-history/index.d.ts +2 -2
  178. package/lib/components/fields/button/button.component.d.ts +17 -17
  179. package/lib/components/fields/button/index.d.ts +1 -1
  180. package/lib/components/fields/calendar-field/calendar-field.component.d.ts +23 -23
  181. package/lib/components/fields/calendar-field/index.d.ts +1 -1
  182. package/lib/components/fields/checkbox-field/checkbox-field.component.d.ts +19 -19
  183. package/lib/components/fields/checkbox-field/index.d.ts +1 -1
  184. package/lib/components/fields/currency-field/currency-field.component.d.ts +26 -26
  185. package/lib/components/fields/currency-field/index.d.ts +1 -1
  186. package/lib/components/fields/data-table/data-table.component.d.ts +72 -67
  187. package/lib/components/fields/data-table/index.d.ts +1 -1
  188. package/lib/components/fields/dropdown-field/dropdown-field.component.d.ts +50 -50
  189. package/lib/components/fields/dropdown-field/index.d.ts +1 -1
  190. package/lib/components/fields/field-error-message/field-error-message.component.d.ts +10 -10
  191. package/lib/components/fields/field-error-message/index.d.ts +1 -1
  192. package/lib/components/fields/fields.module.d.ts +46 -46
  193. package/lib/components/fields/filters/filters.component.d.ts +61 -61
  194. package/lib/components/fields/filters/index.d.ts +1 -1
  195. package/lib/components/fields/index.d.ts +18 -18
  196. package/lib/components/fields/input-number-field/index.d.ts +1 -1
  197. package/lib/components/fields/input-number-field/input-number-field.component.d.ts +27 -27
  198. package/lib/components/fields/multiselect-field/index.d.ts +1 -1
  199. package/lib/components/fields/multiselect-field/multiselect-field.component.d.ts +14 -14
  200. package/lib/components/fields/percentage-field/index.d.ts +1 -1
  201. package/lib/components/fields/percentage-field/percentage-field.component.d.ts +16 -16
  202. package/lib/components/fields/radio-button-field/index.d.ts +1 -1
  203. package/lib/components/fields/radio-button-field/radio-button-field.component.d.ts +21 -21
  204. package/lib/components/fields/range-value/index.d.ts +1 -1
  205. package/lib/components/fields/range-value/range-value.component.d.ts +18 -18
  206. package/lib/components/fields/search-field/index.d.ts +1 -1
  207. package/lib/components/fields/search-field/search-field.component.d.ts +14 -14
  208. package/lib/components/fields/select-button-field/index.d.ts +1 -1
  209. package/lib/components/fields/select-button-field/select-button-field.component.d.ts +9 -9
  210. package/lib/components/fields/text-field/index.d.ts +1 -1
  211. package/lib/components/fields/text-field/text-field.component.d.ts +48 -48
  212. package/lib/components/fields/textarea-field/index.d.ts +1 -1
  213. package/lib/components/fields/textarea-field/textarea-field.component.d.ts +20 -20
  214. package/lib/components/generic-error-modal/generic-error-modal.component.d.ts +14 -14
  215. package/lib/components/generic-error-modal/generic-error-modal.module.d.ts +10 -10
  216. package/lib/components/generic-error-modal/index.d.ts +2 -2
  217. package/lib/components/generic-modal/generic-modal.component.d.ts +24 -24
  218. package/lib/components/generic-modal/generic-modal.module.d.ts +10 -10
  219. package/lib/components/generic-modal/index.d.ts +2 -2
  220. package/lib/components/index.d.ts +12 -12
  221. package/lib/components/menu/index.d.ts +3 -3
  222. package/lib/components/menu/menu.component.d.ts +53 -53
  223. package/lib/components/menu/menu.module.d.ts +9 -9
  224. package/lib/components/menu/sub-menus-list/sub-menus-list.component.d.ts +14 -14
  225. package/lib/components/panel/index.d.ts +2 -2
  226. package/lib/components/panel/panel.component.d.ts +8 -8
  227. package/lib/components/panel/panel.module.d.ts +9 -9
  228. package/lib/components/top-bar/index.d.ts +2 -2
  229. package/lib/components/top-bar/top-bar.component.d.ts +38 -38
  230. package/lib/components/top-bar/top-bar.module.d.ts +9 -9
  231. package/lib/guards/crud-list-has-items.guard.d.ts +10 -10
  232. package/lib/guards/get-token-by-guid.guard.d.ts +15 -15
  233. package/lib/guards/has-permission.guard.d.ts +13 -13
  234. package/lib/guards/index.d.ts +5 -5
  235. package/lib/guards/role.guard.d.ts +11 -11
  236. package/lib/guards/token-is-present.guard.d.ts +11 -11
  237. package/lib/interceptors/http-interceptor.d.ts +31 -31
  238. package/lib/interceptors/index.d.ts +1 -1
  239. package/lib/models/app-name.enum.d.ts +7 -7
  240. package/lib/models/boolean-type.enum.d.ts +4 -4
  241. package/lib/models/crud-history.model.d.ts +12 -12
  242. package/lib/models/crud-mode.enum.d.ts +5 -5
  243. package/lib/models/data-table.model.d.ts +58 -58
  244. package/lib/models/document-type.enum.d.ts +4 -4
  245. package/lib/models/filters.model.d.ts +4 -4
  246. package/lib/models/generic-modal.model.d.ts +13 -13
  247. package/lib/models/http-response.model.d.ts +40 -40
  248. package/lib/models/index.d.ts +15 -15
  249. package/lib/models/ip-info.enum.d.ts +6 -6
  250. package/lib/models/list-item.model.d.ts +5 -5
  251. package/lib/models/menu-item.model.d.ts +16 -16
  252. package/lib/models/message-status.enum.d.ts +6 -6
  253. package/lib/models/profile.model.d.ts +210 -210
  254. package/lib/models/role.enum.d.ts +3 -3
  255. package/lib/models/status.enum.d.ts +5 -5
  256. package/lib/models/view.enum.d.ts +5 -5
  257. package/lib/pipes/currency-brl.pipe.d.ts +7 -7
  258. package/lib/pipes/format-document.pipe.d.ts +7 -7
  259. package/lib/pipes/index.d.ts +7 -7
  260. package/lib/pipes/mask.pipe.d.ts +7 -7
  261. package/lib/pipes/not-hidden.pipe.d.ts +7 -7
  262. package/lib/pipes/only-active.pipe.d.ts +7 -7
  263. package/lib/pipes/pipes.module.d.ts +12 -12
  264. package/lib/pipes/remove-last-child.pipe.d.ts +7 -7
  265. package/lib/resolvers/get-selected-crud-item.resolver.d.ts +10 -10
  266. package/lib/resolvers/index.d.ts +1 -1
  267. package/lib/services/auth.service.d.ts +24 -24
  268. package/lib/services/base-dropdown.d.ts +7 -7
  269. package/lib/services/crud-base.service.d.ts +7 -7
  270. package/lib/services/enum.service.d.ts +13 -13
  271. package/lib/services/error-message.service.d.ts +8 -8
  272. package/lib/services/geolocation.service.d.ts +13 -13
  273. package/lib/services/index.d.ts +11 -11
  274. package/lib/services/loading.service.d.ts +7 -7
  275. package/lib/services/menu.service.d.ts +37 -37
  276. package/lib/services/modal.service.d.ts +7 -7
  277. package/lib/services/profile.service.d.ts +26 -26
  278. package/lib/services/storage.service.d.ts +43 -43
  279. package/lib/shared/shared.module.d.ts +9 -9
  280. package/lib/utils/cpf-cnpj-validator.util.d.ts +5 -5
  281. package/lib/utils/file.util.d.ts +4 -4
  282. package/lib/utils/index.d.ts +7 -7
  283. package/lib/utils/mask.util.d.ts +15 -15
  284. package/lib/utils/object.util.d.ts +5 -5
  285. package/lib/utils/string.util.d.ts +4 -4
  286. package/lib/utils/validation.util.d.ts +17 -17
  287. package/lib/utils/window.util.d.ts +4 -4
  288. package/ngx-vector-components.d.ts +5 -5
  289. package/package.json +1 -1
  290. package/public-api.d.ts +8 -8
package/CHANGELOG.md CHANGED
@@ -1,720 +1,731 @@
1
- # Changelog
2
-
3
- ## [4.38.0] (11/10/2022)
4
-
5
- ### Feature
6
-
7
- - Added row expand in `datatable.component`.
8
-
9
- ## [4.37.2] (07/10/2022)
10
-
11
- ### BugFix
12
-
13
- - Correction in `auth-service`.
14
-
15
- ## [4.37.1] (07/10/2022)
16
-
17
- ### BugFix
18
-
19
- - Correction in `auth-service`.
20
-
21
- ## [4.37.0] (07/10/2022)
22
-
23
- ### BugFix
24
-
25
- - Correction in `auth-service`.
26
-
27
- ## [4.36.0] (06/10/2022)
28
-
29
- ### Feature
30
-
31
- - Added service change `AddPermisLastNameLocation ` profile permission
32
-
33
- ## [4.35.0] (05/10/2022)
34
-
35
- ### Feature
36
-
37
- - Added service change `LinkedCnpj` top bar components
38
-
39
- ## [4.34.0] (03/10/2022)
40
-
41
- ### Feature
42
-
43
- - Added `TripOfferShow` profile permission
44
-
45
- ## [4.33.0] (02/10/2022)
46
-
47
- ### Feature
48
-
49
- - Added `Supply` profile permission.
50
-
51
- # Changelog
52
-
53
- ## [4.32.0] (30/09/2022)
54
-
55
- ### Feature
56
-
57
- - Added `ETCD` profile permission.
58
-
59
- ## [4.31.0] (30/09/2022)
60
-
61
- ### Feature
62
-
63
- - Added `RECEPTION_PRODUCT` profile permission.
64
-
65
- # Changelog
66
-
67
- ## [4.30.0] (30/09/2022)
68
-
69
- ### Feature
70
-
71
- - Added `Parameters` profile permission.
72
-
73
- ## [4.29.0] (27/09/2022)
74
-
75
- ### Feature
76
-
77
- - Added `max-width` and `line-break` support for `vector-generic-modal`.
78
-
79
- ## [4.28.0] (22/09/2022)
80
-
81
- ### Feature
82
-
83
- - Added `page` in `datatableComponent` to use in datatable fintech
84
-
85
- ## [4.27.0] (21/09/2022)
86
-
87
- ### Feature
88
-
89
- - Added `APPROVE_VECTOR` profile permission, ProfileModuleActionType.
90
- - Added `APPROVE_ETCD` profile permission, ProfileModuleActionType.
91
- - Added `DIGITAL_DISCHARGE` profile permission, ProfileModuleType
92
-
93
- ## [4.26.0] (15/09/2022)
94
-
95
- ### Feature
96
-
97
- - Added `userId` in `profile.service`.
98
-
99
- ## [4.25.1] (15/09/2022)
100
-
101
- ### Bugfix
102
-
103
- - fix `CREDIT_UNIT` profile permission.
104
-
105
- ## [4.25.0] (15/09/2022)
106
-
107
- ### Feature
108
-
109
- - Added `CREDIT` profile permission.
110
- - Added `CREDIT_UNIT` profile permission.
111
-
112
- ## [4.24.0] (14/09/2022)
113
-
114
- ### Feature
115
-
116
- - Added `News` profile permission.
117
-
118
- ## [4.23.0] (14/09/2022)
119
-
120
- ### Feature
121
-
122
- - Added `step` support for `vector-percentage-field`.
123
-
124
- ### Bugfix
125
-
126
- - Fixed `vector-radio-button` alignment.
127
-
128
- ## [4.22.4] (09/09/2022)
129
-
130
- ### BugFix
131
-
132
- - change search document format
133
-
134
- ## [4.22.3] (06/09/2022)
135
-
136
- ### BugFix
137
-
138
- - Hide button after click dropdown
139
-
140
- ## [4.22.2] (06/09/2022)
141
-
142
- ### BugFix
143
-
144
- - dropdown change for choosing accounts, whenever you have more than 1 account, dropdown appears on the active account
145
-
146
- ## [4.22.1] (06/09/2022)
147
-
148
- ### BugFix
149
-
150
- - added `onHeaderCheckboxToggle` in `datatableComponent`
151
-
152
- ## [4.22.0] (05/09/2022)
153
-
154
- ### Feature
155
-
156
- - added `cpf-cnpj-validator` in `utils`, added `plate-mask` in `mask-utils`, added permissions in `profile.model.ts`.
157
-
158
- ## [4.21.0] (30/08/2022)
159
-
160
- ### Feature
161
-
162
- - added `profileName` to user info in `profile.service.ts`.
163
-
164
- ## [4.20.1] (15/08/2022)
165
-
166
- ### Bugfix
167
-
168
- - adjusted `data-table` to not keep start property when clicking search, validation in `data-table.component.ts`.
169
-
170
- ## [4.20.0] (15/08/2022)
171
-
172
- ### Features
173
-
174
- - Added `input-number` to `Componentes`
175
-
176
- ## [4.19.0] (13/08/2022)
177
-
178
- ### Features
179
-
180
- - Added `TEXT_BADGE` type to `TableColumnType` to render `vector-badge` on table.
181
-
182
- ### Bugfixes
183
-
184
- - Fixed filters patch from query params.
185
-
186
- ## [4.18.0] (05/08/2022)
187
-
188
- ### Features
189
-
190
- - Added `CustomButtons` to `vector-data-table` so the data-tables can have more buttons if needed.
191
-
192
- ## [4.17.0] (04/08/2022)
193
-
194
- ### Features
195
-
196
- - Added `filterMultiselect` to `FiltersType` to search for multiple selection
197
-
198
- ## [4.16.1] (01/08/2022)
199
-
200
- ### Bugfixes
201
-
202
- - Fixed `getCodes` function from `ObjectUtil` to support inner JSON objects.
203
-
204
- ## [4.16.0] (31/07/2022)
205
-
206
- ### Features
207
-
208
- - Added `getCodes` to `ObjectUtil` to mutate the given object properties to keep only the `code` property.
209
-
210
- ### Bugfixes
211
-
212
- - `FiltersComponent` fixed to patch the query params values correctly.
213
-
214
- ## [4.15.0] (01/08/2022)
215
-
216
- ### Features
217
-
218
- - Added function to add new account fintech.
219
-
220
- ## [4.14.0] (22/07/2022)
221
-
222
- ### Features
223
-
224
- - Added `AlterationHistory` in `vector-crud-history` to use the logtech pattern.
225
-
226
- ## [4.13.0] (18/07/2022)
227
-
228
- ### Features
229
-
230
- - Added `selectionType` in `vector-data-table` to add `checkboxbutton` or `radionbutton` in table.
231
-
232
- ### Refactor
233
-
234
- - Refactor `generic-modal` to accept news parameters and output events for make more dynamically.
235
-
236
- ## [4.12.0] (18/07/2022)
237
-
238
- ### Features
239
-
240
- - Added `multipleCheck` in `vector-checkbox-field` to add multiple options.
241
-
242
- ## [4.11.2] (16/07/2022)
243
-
244
- ### Bugfixes
245
-
246
- - Fixed `radio-button` to show invalid status color when touched.
247
-
248
- ## [4.11.1] (15/07/2022)
249
-
250
- ### Bugfixes
251
-
252
- - Fixed `getUserId` in `storageService` to get correctly user id.
253
-
254
- ## [4.11.0] (15/07/2022)
255
-
256
- ### Features
257
-
258
- - added `disabled` on `vector-range-field` to disabled field when insert true.
259
- - added `disabled` on `vector-currency-field` to disabled field when insert true.
260
-
261
- ## [4.10.5] (14/07/2022)
262
-
263
- ### Bugfixes
264
-
265
- - Fixed `doMaskString` on `MaskUtil` to safely return a empty `string` when receiving an empty input.
266
-
267
- ## [4.10.4] (13/07/2022)
268
-
269
- ### Bugfixes
270
-
271
- - Fixed excel and pdf display button in `vector-data-table`.
272
-
273
- ## [4.10.3] (13/07/2022)
274
-
275
- ### Bugfixes
276
-
277
- - Fixed sort column without actions in `vector-data-table`.
278
-
279
- ## [4.10.2] (10/07/2022)
280
-
281
- ### Bugfixes
282
-
283
- - Fixed arrow icon in(Sort column) `vector-data-table`
284
-
285
- ## [4.10.1] (10/07/2022)
286
-
287
- ### Bugfixes
288
-
289
- - Fixed autoStart `vector-data-table`
290
-
291
- ## [4.9.0] (10/07/2022)
292
-
293
- ### Features
294
-
295
- - Added `MASK` type to `TableColumn` enum and implemented it on `data-table`;
296
- - Added `FieldType` `DATE_RANGE` to `data-table` filters.
297
-
298
- ## [4.8.0] (09/07/2022)
299
-
300
- ### Features
301
-
302
- - Added `notSortable` property do `TableColumn` and implemented it on `data-table`.
303
-
304
- ## [4.7.1] (09/07/2022)
305
-
306
- ### BugFixes
307
-
308
- - Fixed `getById` on `getSugestionsOfDropDown`.
309
-
310
- ## [4.7.0] (08/07/2022)
311
-
312
- ### BugFixes
313
-
314
- - Added new Permissions in `profile.model.ts`.
315
-
316
- ### Features
317
-
318
- - Added `profileTypeItens` BehaviourSubject in `profile.serivice.ts`.
319
-
320
- ## [4.6.3] (08/07/2022)
321
-
322
- ### Bugfixes
323
-
324
- - fixed `menu-label` min-width to align correctly items.
325
-
326
- ## [4.6.2] (07/07/2022)
327
-
328
- ### Bugfixes
329
-
330
- - fixed `top-bar` to display vector user first name.
331
-
332
- ## [4.6.1] (05/07/2022)
333
-
334
- ### Bugfixes
335
-
336
- - `percentage field component` added minFractionDigits and maxFractionDigits properties to configure decimal values
337
-
338
- ## [4.6.0] (06/07/2022)
339
-
340
- ### Features
341
-
342
- - Added `goBackHidden` parameter to hidden goBackButton in `vector-crud-footer`.
343
-
344
- ## [4.5.1] (30/06/2022)
345
-
346
- ### Bugfixes
347
-
348
- - `menu` changed admin menu to show only fintech admin.
349
-
350
- ## [4.5.0] (29/06/2022)
351
-
352
- ### Features
353
-
354
- - `vector-filters` changed to read the url queryParams to set default values.
355
-
356
- ## [4.4.0] (28/06/2022)
357
-
358
- ### Features
359
-
360
- - Added `isExternalUrl` in `http-interceptor.ts`;
361
-
362
- ## [4.3.0] (27/06/2022)
363
-
364
- ### Features
365
-
366
- - Added `HttpDataResponse` in model `http-response.model.ts`;
367
-
368
- ## [4.2.1] (27/06/2022)
369
-
370
- ### Bug Fixes
371
-
372
- - Added `ADD_REGION` in model `profile.model.ts`;
373
- - Added `SHOW_REGION` in model `profile.model.ts`;
374
- - Added `EDIT_REGION` in model `profile.model.ts`;
375
-
376
- ## [4.2.0] (24/06/2022)
377
-
378
- ### Features
379
-
380
- - Added `CUSTOM_STYLES` in TableColumnType on `data-table-component`;
381
- - Added `textFieldClass` in TableColumn on `data-table-component`;
382
-
383
- ## [4.1.1] (23/06/2022)
384
-
385
- ### Bug Fixes
386
-
387
- - Fixed `FilterChangedEvent` external model to use in all project.
388
-
389
- ## [4.1.0] (23/06/2022)
390
-
391
- ### Features
392
-
393
- - Added `onFilterChanged` event on `filters` and `data-table`;
394
-
395
- ### Bug Fixes
396
-
397
- - Fixed `filters` to validate required fields before searching.
398
-
399
- ## [4.0.0] (21/06/2022)
400
-
401
- ### Breaking Changes
402
-
403
- - Added `getById` on `BaseDropdown` interface.
404
-
405
- ### Bug Fixes
406
-
407
- - Fixed `dropdown` behavior with and without `minLengthToService` set;
408
- - Fixed `dropdown` search on suggestions to ignore case;
409
- - Fixed `data-table` header z-index to keep below other fixed elements (e.g `vector-footer`);
410
- - Fixed `multiselect` to get the correct item property for value.
411
-
412
- ## [3.6.1] (15/06/2022)
413
-
414
- ### Bug Fixes
415
-
416
- - Changed overflow behavior of tabview to scroll.
417
- -
418
-
419
- ## [3.6.0] (14/06/2022)
420
-
421
- ### Features
422
-
423
- - Added selection to data-table component.
424
- - Added hasAction input, now can hide action column.
425
-
426
- ## [3.5.0] (09/06/2022)
427
-
428
- ### Features
429
-
430
- - Added `disabled` property on `ListItem`;
431
- - Added `onChange` event on `vector-multiselect-field`.
432
-
433
- ## [3.4.0] (26/05/2022)
434
-
435
- ### Features
436
-
437
- - Added `inputClassName` property to `vector-currency-field`;
438
-
439
- ### Bug Fixes
440
-
441
- - Fixed `vector-button` style property type;
442
-
443
- ## [3.3.1] (25/05/2022)
444
-
445
- ### Bug Fixes
446
-
447
- - Fixed `fullName` validation of `Utils`, changed invalid error message.
448
-
449
- ## [3.3.0] (24/05/2022)
450
-
451
- ### Features
452
-
453
- - Added min length to call the dropdown service query.
454
-
455
- ## [3.2.0] (24/05/2022)
456
-
457
- ### Features
458
-
459
- - Added the ability to add a button column to the `vector-data-table` component that calls a custom function.
460
- - Added the possibility to hide the actions column of the component `vector-data-table`.
461
-
462
- ## [3.1.1] (20/05/2022)
463
-
464
- ### Bug Fixes
465
-
466
- - Fixed `vector-button` to fill 100% of container.
467
- - Fixed `BOLETO_PATTERN` in `MaskUtils` for accept a digit more.
468
-
469
- ## [3.1.0] (19/05/2022)
470
-
471
- ### Features
472
-
473
- - added `isBankingField` input to `vector-currency-field`.
474
-
475
- ## [3.0.2] (19/05/2022)
476
-
477
- ### Bug Fixes
478
-
479
- - Fixed `vector-button` disable behavior.
480
-
481
- ## [3.0.1] (08/05/2022)
482
-
483
- ### Bug Fixes
484
-
485
- - Fixed peer dependency version.
486
-
487
- ## [3.0.0] (08/05/2022)
488
-
489
- ### Breaking Changes
490
-
491
- - Changed `mixins` to a separated `mixins.scss` file.
492
-
493
- ### Features
494
-
495
- - Added generic guard to check if crud list has items;
496
- - Added generic resolver to get the selected crud item from the list;
497
- - Added generic resolver to get the selected crud item history from the list;
498
- - Added `vector-badge` component;
499
- - Added `vector-crud-header` component;
500
- - Added `vector-select-button-field` component;
501
- - Added `formatDocument` pipe;
502
- - Added `VIRTUAL_CARRIER` view type;
503
- - Added styles input to `vector-button` to apply styles to the `<button>` tag;
504
- - Added dynamic filters to dropdown;
505
- - Breadcrumb now has clickable links to navigate to route fragments.
506
-
507
- ### Bug Fixes
508
-
509
- - Menu fixed to navigate to menu route even if it has children;
510
- - Changed `vector-data-table` appearence to match new design;
511
- - Fixed `vector-filters` to hide the search button when there is no visible filters;
512
- - Removed unnecessary `variables.scss` references throughout the project.
513
-
514
- ## [2.14.0] (05/05/2022)
515
-
516
- ### Features
517
-
518
- - TokenIsPresentGuard changed to support both storage and queryParams token.
519
-
520
- ### Bug Fixes
521
-
522
- - MenuComponent fixed to take priority on `frameUrl` to make sure `route` can still be used to build the breadcrumbs if needed;
523
- - Made some changes to the accordion styles.
524
-
525
- ## [2.13.1] (28/04/2022)
526
-
527
- ### Bug Fixes
528
-
529
- - Fix conflict merge with versions 2.12.0 with 2.13.0.
530
-
531
- ## [2.13.0] (27/04/2022)
532
-
533
- ### Features
534
-
535
- - Added input valueMovimented in vector-range-value component.
536
-
537
- ### Bug Fixes
538
-
539
- - Fix Sent API address for endpoint.
540
- - Fix export GeolocationService.
541
-
542
- ## [2.12.0] (26/04/2022)
543
-
544
- ### Features
545
-
546
- - MenuItem changed to accept both singular and array of permissions.
547
-
548
- ## [2.11.0] (20/04/2022)
549
-
550
- ### Features
551
-
552
- - Added currency-input rounded option.
553
-
554
- ### Bug Fixes
555
-
556
- - Fixed breadcrumb responsive layout;
557
- - Fixed radio-button responsive layout;
558
- - Changed menu backgroud to white;
559
- - Changed accordion styles.
560
-
561
- ## [2.10.0] (19/04/2022)
562
-
563
- ### Features
564
-
565
- - Added login info and geolocation to share: date, time, device info, ip, hostname, latitude, longitude, accuracy.
566
-
567
- ## [2.8.0] (08/04/2022)
568
-
569
- ### Features
570
-
571
- - Added containsLettersAndNumbers validation.
572
-
573
- ### Fix
574
-
575
- - Fix currency-field min and max value don't work.
576
-
577
- ## [2.7.1] (08/04/2022)
578
-
579
- ### Fix
580
-
581
- - Fix text-field don't limit to alpha numeric with alphanumeric true.
582
-
583
- ## [2.7.0] (04/04/2022)
584
-
585
- ### Features
586
-
587
- - Added alphaNumeric option to text-field.
588
-
589
- ### Bug Fixes
590
-
591
- - Fix top-bar to hidden notification if is fintech.
592
- - Fix top-bar changed label for change password.
593
- - Fix toggle menu when keydown escape.
594
-
595
- ## [2.6.0] (30/03/2022)
596
-
597
- ### Features
598
-
599
- - Added directive min and max for percentage-field.
600
- - Added notSequentialNumbers validator.
601
- - Added firstLetterIsUppercase validator.
602
-
603
- ### Bug Fixes
604
-
605
- - Fix menu service for don't delete father.
606
-
607
- ## [2.5.1] (24/03/2022)
608
-
609
- ### Bug Fixes
610
-
611
- - Fix input checkbox don't mark when click on label.
612
-
613
- ## [2.5.0] (21/03/2022)
614
-
615
- ### Features
616
-
617
- - Added menu notifications count
618
-
619
- ### Bug Fixes
620
-
621
- - Fixed gray colors variables names;
622
- - Fixed topbar to show Fintech menus only when is Fintech;
623
- - Fixed permissions request to save permissions on storage before using them.
624
- - Calendar-field "min" and "max" properties set optional.
625
-
626
- ## [2.4.0] (20/03/2022)
627
-
628
- ### Features
629
-
630
- - Added min and max validation functions to forms;
631
- - Added onlyActivePipe.
632
-
633
- ### Bug Fixes
634
-
635
- - Fixed menu service to hide parent menus when no children is left after filtering by permission;
636
- - Changed data-table scrollHeight from 350px to 300px to prevent unnecessary scrolling on viewport;
637
- - Added toast to unexpected errors from the API.
638
-
639
- ## [2.3.0] (18/03/2022)
640
-
641
- ### Features
642
-
643
- - Added vector-field-error-message for showing when field is invalid.
644
-
645
- ### Bug Fixes
646
-
647
- - Fix input calendar invalid showing incorrect;
648
- - Fix input dropdown invalid showing incorrect;
649
- - Fix Top-bar now show correct account information.
650
-
651
- ## [2.2.2] (17/03/2022)
652
-
653
- ### Feature
654
-
655
- - Added new default color for text in \_variables.scss.
656
- - Fix Portals items in menu showing incorrect.
657
-
658
- ## [2.2.1] (17/03/2022)
659
-
660
- ### Bug Fixes
661
-
662
- - Fix Portals items menu with switched color.
663
- - Added directive in vector-top-var(fintech, service);
664
- - Fix Menu showing without account information in fintech vector-top-bar;
665
-
666
- ## [2.2.0] (10/03/2022)
667
-
668
- ### Features
669
-
670
- - Added textarea field;
671
- - Added sessionStorage functions to StorageService;
672
- - Added IFrame opening option to menu items;
673
- - Added inversed colors vector logo.
674
-
675
- ### Bug Fixes
676
-
677
- - Fixed dropdown code comparision on filter to support any format;
678
- - Fixed data table auto load when using virtual pagination;
679
- - Fixed breadcrumb font-weight;
680
- - Fixed menu icon filter.
681
-
682
- ## [2.0.3] (01/03/2022)
683
-
684
- ### Bug Fixes
685
-
686
- - Fixed AuthService url to support multiple projects with different endpoint prefixes.
687
-
688
- ## [2.0.2] (01/03/2022)
689
-
690
- ### Bug Fixes
691
-
692
- - Fixed old variable
693
-
694
- ## [2.0.1] (01/03/2022)
695
-
696
- ### Bug Fixes
697
-
698
- - Fixed missing styles
699
-
700
- ## [2.0.0] (01/03/2022)
701
-
702
- ### Breaking Changes
703
-
704
- - CSS variables changed declaration form.
705
-
706
- ## [1.0.2] (01/03/2022)
707
-
708
- ### Bug Fixes
709
-
710
- - Changed text field filter to validate only when on "only text" mode.
711
-
712
- ## [1.0.1] (27/02/2022)
713
-
714
- ### Bug Fixes
715
-
716
- ### Features
717
-
718
- ### Breaking Changes
719
-
720
- - Library publishing
1
+ # Changelog
2
+ ## [4.39.0] (12/10/2022)
3
+
4
+ ### Feature
5
+
6
+ - Added disabled option for checkBox in `Datatbles.component`.
7
+
8
+ ## [4.38.1] (11/10/2022)
9
+
10
+ ### Feature
11
+
12
+ - Fixed `expansible` feature for data-table.
13
+
14
+ ## [4.38.0] (11/10/2022)
15
+
16
+ ### Feature
17
+
18
+ - Added row expand in `datatable.component`.
19
+
20
+ ## [4.37.2] (07/10/2022)
21
+
22
+ ### BugFix
23
+
24
+ - Correction in `auth-service`.
25
+
26
+ ## [4.37.1] (07/10/2022)
27
+
28
+ ### BugFix
29
+
30
+ - Correction in `auth-service`.
31
+
32
+ ## [4.37.0] (07/10/2022)
33
+
34
+ ### BugFix
35
+
36
+ - Correction in `auth-service`.
37
+
38
+ ## [4.36.0] (06/10/2022)
39
+
40
+ ### Feature
41
+
42
+ - Added service change `AddPermisLastNameLocation ` profile permission
43
+
44
+ ## [4.35.0] (05/10/2022)
45
+
46
+ ### Feature
47
+
48
+ - Added service change `LinkedCnpj` top bar components
49
+
50
+ ## [4.34.0] (03/10/2022)
51
+
52
+ ### Feature
53
+
54
+ - Added `TripOfferShow` profile permission
55
+
56
+ ## [4.33.0] (02/10/2022)
57
+
58
+ ### Feature
59
+
60
+ - Added `Supply` profile permission.
61
+
62
+ # Changelog
63
+
64
+ ## [4.32.0] (30/09/2022)
65
+
66
+ ### Feature
67
+
68
+ - Added `ETCD` profile permission.
69
+
70
+ ## [4.31.0] (30/09/2022)
71
+
72
+ ### Feature
73
+
74
+ - Added `RECEPTION_PRODUCT` profile permission.
75
+
76
+ # Changelog
77
+
78
+ ## [4.30.0] (30/09/2022)
79
+
80
+ ### Feature
81
+
82
+ - Added `Parameters` profile permission.
83
+
84
+ ## [4.29.0] (27/09/2022)
85
+
86
+ ### Feature
87
+
88
+ - Added `max-width` and `line-break` support for `vector-generic-modal`.
89
+
90
+ ## [4.28.0] (22/09/2022)
91
+
92
+ ### Feature
93
+
94
+ - Added `page` in `datatableComponent` to use in datatable fintech
95
+
96
+ ## [4.27.0] (21/09/2022)
97
+
98
+ ### Feature
99
+
100
+ - Added `APPROVE_VECTOR` profile permission, ProfileModuleActionType.
101
+ - Added `APPROVE_ETCD` profile permission, ProfileModuleActionType.
102
+ - Added `DIGITAL_DISCHARGE` profile permission, ProfileModuleType
103
+
104
+ ## [4.26.0] (15/09/2022)
105
+
106
+ ### Feature
107
+
108
+ - Added `userId` in `profile.service`.
109
+
110
+ ## [4.25.1] (15/09/2022)
111
+
112
+ ### Bugfix
113
+
114
+ - fix `CREDIT_UNIT` profile permission.
115
+
116
+ ## [4.25.0] (15/09/2022)
117
+
118
+ ### Feature
119
+
120
+ - Added `CREDIT` profile permission.
121
+ - Added `CREDIT_UNIT` profile permission.
122
+
123
+ ## [4.24.0] (14/09/2022)
124
+
125
+ ### Feature
126
+
127
+ - Added `News` profile permission.
128
+
129
+ ## [4.23.0] (14/09/2022)
130
+
131
+ ### Feature
132
+
133
+ - Added `step` support for `vector-percentage-field`.
134
+
135
+ ### Bugfix
136
+
137
+ - Fixed `vector-radio-button` alignment.
138
+
139
+ ## [4.22.4] (09/09/2022)
140
+
141
+ ### BugFix
142
+
143
+ - change search document format
144
+
145
+ ## [4.22.3] (06/09/2022)
146
+
147
+ ### BugFix
148
+
149
+ - Hide button after click dropdown
150
+
151
+ ## [4.22.2] (06/09/2022)
152
+
153
+ ### BugFix
154
+
155
+ - dropdown change for choosing accounts, whenever you have more than 1 account, dropdown appears on the active account
156
+
157
+ ## [4.22.1] (06/09/2022)
158
+
159
+ ### BugFix
160
+
161
+ - added `onHeaderCheckboxToggle` in `datatableComponent`
162
+
163
+ ## [4.22.0] (05/09/2022)
164
+
165
+ ### Feature
166
+
167
+ - added `cpf-cnpj-validator` in `utils`, added `plate-mask` in `mask-utils`, added permissions in `profile.model.ts`.
168
+
169
+ ## [4.21.0] (30/08/2022)
170
+
171
+ ### Feature
172
+
173
+ - added `profileName` to user info in `profile.service.ts`.
174
+
175
+ ## [4.20.1] (15/08/2022)
176
+
177
+ ### Bugfix
178
+
179
+ - adjusted `data-table` to not keep start property when clicking search, validation in `data-table.component.ts`.
180
+
181
+ ## [4.20.0] (15/08/2022)
182
+
183
+ ### Features
184
+
185
+ - Added `input-number` to `Componentes`
186
+
187
+ ## [4.19.0] (13/08/2022)
188
+
189
+ ### Features
190
+
191
+ - Added `TEXT_BADGE` type to `TableColumnType` to render `vector-badge` on table.
192
+
193
+ ### Bugfixes
194
+
195
+ - Fixed filters patch from query params.
196
+
197
+ ## [4.18.0] (05/08/2022)
198
+
199
+ ### Features
200
+
201
+ - Added `CustomButtons` to `vector-data-table` so the data-tables can have more buttons if needed.
202
+
203
+ ## [4.17.0] (04/08/2022)
204
+
205
+ ### Features
206
+
207
+ - Added `filterMultiselect` to `FiltersType` to search for multiple selection
208
+
209
+ ## [4.16.1] (01/08/2022)
210
+
211
+ ### Bugfixes
212
+
213
+ - Fixed `getCodes` function from `ObjectUtil` to support inner JSON objects.
214
+
215
+ ## [4.16.0] (31/07/2022)
216
+
217
+ ### Features
218
+
219
+ - Added `getCodes` to `ObjectUtil` to mutate the given object properties to keep only the `code` property.
220
+
221
+ ### Bugfixes
222
+
223
+ - `FiltersComponent` fixed to patch the query params values correctly.
224
+
225
+ ## [4.15.0] (01/08/2022)
226
+
227
+ ### Features
228
+
229
+ - Added function to add new account fintech.
230
+
231
+ ## [4.14.0] (22/07/2022)
232
+
233
+ ### Features
234
+
235
+ - Added `AlterationHistory` in `vector-crud-history` to use the logtech pattern.
236
+
237
+ ## [4.13.0] (18/07/2022)
238
+
239
+ ### Features
240
+
241
+ - Added `selectionType` in `vector-data-table` to add `checkboxbutton` or `radionbutton` in table.
242
+
243
+ ### Refactor
244
+
245
+ - Refactor `generic-modal` to accept news parameters and output events for make more dynamically.
246
+
247
+ ## [4.12.0] (18/07/2022)
248
+
249
+ ### Features
250
+
251
+ - Added `multipleCheck` in `vector-checkbox-field` to add multiple options.
252
+
253
+ ## [4.11.2] (16/07/2022)
254
+
255
+ ### Bugfixes
256
+
257
+ - Fixed `radio-button` to show invalid status color when touched.
258
+
259
+ ## [4.11.1] (15/07/2022)
260
+
261
+ ### Bugfixes
262
+
263
+ - Fixed `getUserId` in `storageService` to get correctly user id.
264
+
265
+ ## [4.11.0] (15/07/2022)
266
+
267
+ ### Features
268
+
269
+ - added `disabled` on `vector-range-field` to disabled field when insert true.
270
+ - added `disabled` on `vector-currency-field` to disabled field when insert true.
271
+
272
+ ## [4.10.5] (14/07/2022)
273
+
274
+ ### Bugfixes
275
+
276
+ - Fixed `doMaskString` on `MaskUtil` to safely return a empty `string` when receiving an empty input.
277
+
278
+ ## [4.10.4] (13/07/2022)
279
+
280
+ ### Bugfixes
281
+
282
+ - Fixed excel and pdf display button in `vector-data-table`.
283
+
284
+ ## [4.10.3] (13/07/2022)
285
+
286
+ ### Bugfixes
287
+
288
+ - Fixed sort column without actions in `vector-data-table`.
289
+
290
+ ## [4.10.2] (10/07/2022)
291
+
292
+ ### Bugfixes
293
+
294
+ - Fixed arrow icon in(Sort column) `vector-data-table`
295
+
296
+ ## [4.10.1] (10/07/2022)
297
+
298
+ ### Bugfixes
299
+
300
+ - Fixed autoStart `vector-data-table`
301
+
302
+ ## [4.9.0] (10/07/2022)
303
+
304
+ ### Features
305
+
306
+ - Added `MASK` type to `TableColumn` enum and implemented it on `data-table`;
307
+ - Added `FieldType` `DATE_RANGE` to `data-table` filters.
308
+
309
+ ## [4.8.0] (09/07/2022)
310
+
311
+ ### Features
312
+
313
+ - Added `notSortable` property do `TableColumn` and implemented it on `data-table`.
314
+
315
+ ## [4.7.1] (09/07/2022)
316
+
317
+ ### BugFixes
318
+
319
+ - Fixed `getById` on `getSugestionsOfDropDown`.
320
+
321
+ ## [4.7.0] (08/07/2022)
322
+
323
+ ### BugFixes
324
+
325
+ - Added new Permissions in `profile.model.ts`.
326
+
327
+ ### Features
328
+
329
+ - Added `profileTypeItens` BehaviourSubject in `profile.serivice.ts`.
330
+
331
+ ## [4.6.3] (08/07/2022)
332
+
333
+ ### Bugfixes
334
+
335
+ - fixed `menu-label` min-width to align correctly items.
336
+
337
+ ## [4.6.2] (07/07/2022)
338
+
339
+ ### Bugfixes
340
+
341
+ - fixed `top-bar` to display vector user first name.
342
+
343
+ ## [4.6.1] (05/07/2022)
344
+
345
+ ### Bugfixes
346
+
347
+ - `percentage field component` added minFractionDigits and maxFractionDigits properties to configure decimal values
348
+
349
+ ## [4.6.0] (06/07/2022)
350
+
351
+ ### Features
352
+
353
+ - Added `goBackHidden` parameter to hidden goBackButton in `vector-crud-footer`.
354
+
355
+ ## [4.5.1] (30/06/2022)
356
+
357
+ ### Bugfixes
358
+
359
+ - `menu` changed admin menu to show only fintech admin.
360
+
361
+ ## [4.5.0] (29/06/2022)
362
+
363
+ ### Features
364
+
365
+ - `vector-filters` changed to read the url queryParams to set default values.
366
+
367
+ ## [4.4.0] (28/06/2022)
368
+
369
+ ### Features
370
+
371
+ - Added `isExternalUrl` in `http-interceptor.ts`;
372
+
373
+ ## [4.3.0] (27/06/2022)
374
+
375
+ ### Features
376
+
377
+ - Added `HttpDataResponse` in model `http-response.model.ts`;
378
+
379
+ ## [4.2.1] (27/06/2022)
380
+
381
+ ### Bug Fixes
382
+
383
+ - Added `ADD_REGION` in model `profile.model.ts`;
384
+ - Added `SHOW_REGION` in model `profile.model.ts`;
385
+ - Added `EDIT_REGION` in model `profile.model.ts`;
386
+
387
+ ## [4.2.0] (24/06/2022)
388
+
389
+ ### Features
390
+
391
+ - Added `CUSTOM_STYLES` in TableColumnType on `data-table-component`;
392
+ - Added `textFieldClass` in TableColumn on `data-table-component`;
393
+
394
+ ## [4.1.1] (23/06/2022)
395
+
396
+ ### Bug Fixes
397
+
398
+ - Fixed `FilterChangedEvent` external model to use in all project.
399
+
400
+ ## [4.1.0] (23/06/2022)
401
+
402
+ ### Features
403
+
404
+ - Added `onFilterChanged` event on `filters` and `data-table`;
405
+
406
+ ### Bug Fixes
407
+
408
+ - Fixed `filters` to validate required fields before searching.
409
+
410
+ ## [4.0.0] (21/06/2022)
411
+
412
+ ### Breaking Changes
413
+
414
+ - Added `getById` on `BaseDropdown` interface.
415
+
416
+ ### Bug Fixes
417
+
418
+ - Fixed `dropdown` behavior with and without `minLengthToService` set;
419
+ - Fixed `dropdown` search on suggestions to ignore case;
420
+ - Fixed `data-table` header z-index to keep below other fixed elements (e.g `vector-footer`);
421
+ - Fixed `multiselect` to get the correct item property for value.
422
+
423
+ ## [3.6.1] (15/06/2022)
424
+
425
+ ### Bug Fixes
426
+
427
+ - Changed overflow behavior of tabview to scroll.
428
+ -
429
+
430
+ ## [3.6.0] (14/06/2022)
431
+
432
+ ### Features
433
+
434
+ - Added selection to data-table component.
435
+ - Added hasAction input, now can hide action column.
436
+
437
+ ## [3.5.0] (09/06/2022)
438
+
439
+ ### Features
440
+
441
+ - Added `disabled` property on `ListItem`;
442
+ - Added `onChange` event on `vector-multiselect-field`.
443
+
444
+ ## [3.4.0] (26/05/2022)
445
+
446
+ ### Features
447
+
448
+ - Added `inputClassName` property to `vector-currency-field`;
449
+
450
+ ### Bug Fixes
451
+
452
+ - Fixed `vector-button` style property type;
453
+
454
+ ## [3.3.1] (25/05/2022)
455
+
456
+ ### Bug Fixes
457
+
458
+ - Fixed `fullName` validation of `Utils`, changed invalid error message.
459
+
460
+ ## [3.3.0] (24/05/2022)
461
+
462
+ ### Features
463
+
464
+ - Added min length to call the dropdown service query.
465
+
466
+ ## [3.2.0] (24/05/2022)
467
+
468
+ ### Features
469
+
470
+ - Added the ability to add a button column to the `vector-data-table` component that calls a custom function.
471
+ - Added the possibility to hide the actions column of the component `vector-data-table`.
472
+
473
+ ## [3.1.1] (20/05/2022)
474
+
475
+ ### Bug Fixes
476
+
477
+ - Fixed `vector-button` to fill 100% of container.
478
+ - Fixed `BOLETO_PATTERN` in `MaskUtils` for accept a digit more.
479
+
480
+ ## [3.1.0] (19/05/2022)
481
+
482
+ ### Features
483
+
484
+ - added `isBankingField` input to `vector-currency-field`.
485
+
486
+ ## [3.0.2] (19/05/2022)
487
+
488
+ ### Bug Fixes
489
+
490
+ - Fixed `vector-button` disable behavior.
491
+
492
+ ## [3.0.1] (08/05/2022)
493
+
494
+ ### Bug Fixes
495
+
496
+ - Fixed peer dependency version.
497
+
498
+ ## [3.0.0] (08/05/2022)
499
+
500
+ ### Breaking Changes
501
+
502
+ - Changed `mixins` to a separated `mixins.scss` file.
503
+
504
+ ### Features
505
+
506
+ - Added generic guard to check if crud list has items;
507
+ - Added generic resolver to get the selected crud item from the list;
508
+ - Added generic resolver to get the selected crud item history from the list;
509
+ - Added `vector-badge` component;
510
+ - Added `vector-crud-header` component;
511
+ - Added `vector-select-button-field` component;
512
+ - Added `formatDocument` pipe;
513
+ - Added `VIRTUAL_CARRIER` view type;
514
+ - Added styles input to `vector-button` to apply styles to the `<button>` tag;
515
+ - Added dynamic filters to dropdown;
516
+ - Breadcrumb now has clickable links to navigate to route fragments.
517
+
518
+ ### Bug Fixes
519
+
520
+ - Menu fixed to navigate to menu route even if it has children;
521
+ - Changed `vector-data-table` appearence to match new design;
522
+ - Fixed `vector-filters` to hide the search button when there is no visible filters;
523
+ - Removed unnecessary `variables.scss` references throughout the project.
524
+
525
+ ## [2.14.0] (05/05/2022)
526
+
527
+ ### Features
528
+
529
+ - TokenIsPresentGuard changed to support both storage and queryParams token.
530
+
531
+ ### Bug Fixes
532
+
533
+ - MenuComponent fixed to take priority on `frameUrl` to make sure `route` can still be used to build the breadcrumbs if needed;
534
+ - Made some changes to the accordion styles.
535
+
536
+ ## [2.13.1] (28/04/2022)
537
+
538
+ ### Bug Fixes
539
+
540
+ - Fix conflict merge with versions 2.12.0 with 2.13.0.
541
+
542
+ ## [2.13.0] (27/04/2022)
543
+
544
+ ### Features
545
+
546
+ - Added input valueMovimented in vector-range-value component.
547
+
548
+ ### Bug Fixes
549
+
550
+ - Fix Sent API address for endpoint.
551
+ - Fix export GeolocationService.
552
+
553
+ ## [2.12.0] (26/04/2022)
554
+
555
+ ### Features
556
+
557
+ - MenuItem changed to accept both singular and array of permissions.
558
+
559
+ ## [2.11.0] (20/04/2022)
560
+
561
+ ### Features
562
+
563
+ - Added currency-input rounded option.
564
+
565
+ ### Bug Fixes
566
+
567
+ - Fixed breadcrumb responsive layout;
568
+ - Fixed radio-button responsive layout;
569
+ - Changed menu backgroud to white;
570
+ - Changed accordion styles.
571
+
572
+ ## [2.10.0] (19/04/2022)
573
+
574
+ ### Features
575
+
576
+ - Added login info and geolocation to share: date, time, device info, ip, hostname, latitude, longitude, accuracy.
577
+
578
+ ## [2.8.0] (08/04/2022)
579
+
580
+ ### Features
581
+
582
+ - Added containsLettersAndNumbers validation.
583
+
584
+ ### Fix
585
+
586
+ - Fix currency-field min and max value don't work.
587
+
588
+ ## [2.7.1] (08/04/2022)
589
+
590
+ ### Fix
591
+
592
+ - Fix text-field don't limit to alpha numeric with alphanumeric true.
593
+
594
+ ## [2.7.0] (04/04/2022)
595
+
596
+ ### Features
597
+
598
+ - Added alphaNumeric option to text-field.
599
+
600
+ ### Bug Fixes
601
+
602
+ - Fix top-bar to hidden notification if is fintech.
603
+ - Fix top-bar changed label for change password.
604
+ - Fix toggle menu when keydown escape.
605
+
606
+ ## [2.6.0] (30/03/2022)
607
+
608
+ ### Features
609
+
610
+ - Added directive min and max for percentage-field.
611
+ - Added notSequentialNumbers validator.
612
+ - Added firstLetterIsUppercase validator.
613
+
614
+ ### Bug Fixes
615
+
616
+ - Fix menu service for don't delete father.
617
+
618
+ ## [2.5.1] (24/03/2022)
619
+
620
+ ### Bug Fixes
621
+
622
+ - Fix input checkbox don't mark when click on label.
623
+
624
+ ## [2.5.0] (21/03/2022)
625
+
626
+ ### Features
627
+
628
+ - Added menu notifications count
629
+
630
+ ### Bug Fixes
631
+
632
+ - Fixed gray colors variables names;
633
+ - Fixed topbar to show Fintech menus only when is Fintech;
634
+ - Fixed permissions request to save permissions on storage before using them.
635
+ - Calendar-field "min" and "max" properties set optional.
636
+
637
+ ## [2.4.0] (20/03/2022)
638
+
639
+ ### Features
640
+
641
+ - Added min and max validation functions to forms;
642
+ - Added onlyActivePipe.
643
+
644
+ ### Bug Fixes
645
+
646
+ - Fixed menu service to hide parent menus when no children is left after filtering by permission;
647
+ - Changed data-table scrollHeight from 350px to 300px to prevent unnecessary scrolling on viewport;
648
+ - Added toast to unexpected errors from the API.
649
+
650
+ ## [2.3.0] (18/03/2022)
651
+
652
+ ### Features
653
+
654
+ - Added vector-field-error-message for showing when field is invalid.
655
+
656
+ ### Bug Fixes
657
+
658
+ - Fix input calendar invalid showing incorrect;
659
+ - Fix input dropdown invalid showing incorrect;
660
+ - Fix Top-bar now show correct account information.
661
+
662
+ ## [2.2.2] (17/03/2022)
663
+
664
+ ### Feature
665
+
666
+ - Added new default color for text in \_variables.scss.
667
+ - Fix Portals items in menu showing incorrect.
668
+
669
+ ## [2.2.1] (17/03/2022)
670
+
671
+ ### Bug Fixes
672
+
673
+ - Fix Portals items menu with switched color.
674
+ - Added directive in vector-top-var(fintech, service);
675
+ - Fix Menu showing without account information in fintech vector-top-bar;
676
+
677
+ ## [2.2.0] (10/03/2022)
678
+
679
+ ### Features
680
+
681
+ - Added textarea field;
682
+ - Added sessionStorage functions to StorageService;
683
+ - Added IFrame opening option to menu items;
684
+ - Added inversed colors vector logo.
685
+
686
+ ### Bug Fixes
687
+
688
+ - Fixed dropdown code comparision on filter to support any format;
689
+ - Fixed data table auto load when using virtual pagination;
690
+ - Fixed breadcrumb font-weight;
691
+ - Fixed menu icon filter.
692
+
693
+ ## [2.0.3] (01/03/2022)
694
+
695
+ ### Bug Fixes
696
+
697
+ - Fixed AuthService url to support multiple projects with different endpoint prefixes.
698
+
699
+ ## [2.0.2] (01/03/2022)
700
+
701
+ ### Bug Fixes
702
+
703
+ - Fixed old variable
704
+
705
+ ## [2.0.1] (01/03/2022)
706
+
707
+ ### Bug Fixes
708
+
709
+ - Fixed missing styles
710
+
711
+ ## [2.0.0] (01/03/2022)
712
+
713
+ ### Breaking Changes
714
+
715
+ - CSS variables changed declaration form.
716
+
717
+ ## [1.0.2] (01/03/2022)
718
+
719
+ ### Bug Fixes
720
+
721
+ - Changed text field filter to validate only when on "only text" mode.
722
+
723
+ ## [1.0.1] (27/02/2022)
724
+
725
+ ### Bug Fixes
726
+
727
+ ### Features
728
+
729
+ ### Breaking Changes
730
+
731
+ - Library publishing