ngx-vector-components 4.119.0 → 4.120.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 (316) hide show
  1. package/CHANGELOG.md +1405 -1399
  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 +1093 -1093
  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 +39 -39
  29. package/esm2020/lib/components/badge/badge.module.mjs +19 -19
  30. package/esm2020/lib/components/badge/index.mjs +3 -3
  31. package/esm2020/lib/components/breadcrumb/breadcrumb.component.mjs +66 -66
  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 +40 -40
  37. package/esm2020/lib/components/crud-footer/crud-footer.module.mjs +20 -20
  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 +98 -98
  52. package/esm2020/lib/components/fields/currency-field/index.mjs +2 -2
  53. package/esm2020/lib/components/fields/data-table/data-table.component.mjs +386 -386
  54. package/esm2020/lib/components/fields/data-table/index.mjs +2 -2
  55. package/esm2020/lib/components/fields/dropdown-field/dropdown-field.component.mjs +204 -204
  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 +213 -213
  60. package/esm2020/lib/components/fields/filters/filters.component.mjs +209 -209
  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 +86 -86
  65. package/esm2020/lib/components/fields/multiselect-field/index.mjs +2 -2
  66. package/esm2020/lib/components/fields/multiselect-field/multiselect-field.component.mjs +53 -53
  67. package/esm2020/lib/components/fields/percentage-field/index.mjs +2 -2
  68. package/esm2020/lib/components/fields/percentage-field/percentage-field.component.mjs +54 -54
  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 +48 -48
  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 +238 -238
  79. package/esm2020/lib/components/fields/textarea-field/index.mjs +2 -2
  80. package/esm2020/lib/components/fields/textarea-field/textarea-field.component.mjs +81 -81
  81. package/esm2020/lib/components/generic-error-modal/generic-error-modal.component.mjs +36 -36
  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 +15 -15
  88. package/esm2020/lib/components/menu/index.mjs +4 -4
  89. package/esm2020/lib/components/menu/menu.component.mjs +305 -305
  90. package/esm2020/lib/components/menu/menu.module.mjs +20 -20
  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/score/index.mjs +3 -3
  96. package/esm2020/lib/components/score/score.component.mjs +17 -17
  97. package/esm2020/lib/components/score/score.module.mjs +16 -16
  98. package/esm2020/lib/components/stepper/index.mjs +3 -3
  99. package/esm2020/lib/components/stepper/stepper.component.mjs +47 -47
  100. package/esm2020/lib/components/stepper/stepper.module.mjs +19 -19
  101. package/esm2020/lib/components/top-bar/index.mjs +3 -3
  102. package/esm2020/lib/components/top-bar/top-bar.component.mjs +147 -147
  103. package/esm2020/lib/components/top-bar/top-bar.module.mjs +20 -20
  104. package/esm2020/lib/guards/crud-list-has-items.guard.mjs +22 -22
  105. package/esm2020/lib/guards/get-token-by-guid.guard.mjs +54 -54
  106. package/esm2020/lib/guards/has-permission.guard.mjs +27 -27
  107. package/esm2020/lib/guards/index.mjs +6 -6
  108. package/esm2020/lib/guards/role.guard.mjs +24 -24
  109. package/esm2020/lib/guards/token-is-present.guard.mjs +26 -26
  110. package/esm2020/lib/interceptors/http-interceptor.mjs +185 -185
  111. package/esm2020/lib/interceptors/index.mjs +2 -2
  112. package/esm2020/lib/models/app-name.enum.mjs +10 -10
  113. package/esm2020/lib/models/boolean-type.enum.mjs +6 -6
  114. package/esm2020/lib/models/crud-history.model.mjs +3 -3
  115. package/esm2020/lib/models/crud-mode.enum.mjs +7 -7
  116. package/esm2020/lib/models/currency.enum.mjs +7 -7
  117. package/esm2020/lib/models/data-table.model.mjs +23 -23
  118. package/esm2020/lib/models/document-type.enum.mjs +6 -6
  119. package/esm2020/lib/models/filters.model.mjs +2 -2
  120. package/esm2020/lib/models/generic-modal.model.mjs +2 -2
  121. package/esm2020/lib/models/http-response.model.mjs +2 -2
  122. package/esm2020/lib/models/index.mjs +18 -18
  123. package/esm2020/lib/models/ip-info.enum.mjs +2 -2
  124. package/esm2020/lib/models/list-item.model.mjs +2 -2
  125. package/esm2020/lib/models/locale.enum.mjs +7 -7
  126. package/esm2020/lib/models/menu-item.model.mjs +2 -2
  127. package/esm2020/lib/models/message-status.enum.mjs +8 -8
  128. package/esm2020/lib/models/profile.model.mjs +329 -329
  129. package/esm2020/lib/models/role.enum.mjs +5 -5
  130. package/esm2020/lib/models/status.enum.mjs +8 -8
  131. package/esm2020/lib/models/topbar.model.mjs +2 -2
  132. package/esm2020/lib/models/vector-app.model.mjs +2 -2
  133. package/esm2020/lib/models/vector-notification.model.mjs +2 -2
  134. package/esm2020/lib/models/view.enum.mjs +8 -7
  135. package/esm2020/lib/pipes/currency-brl.pipe.mjs +18 -18
  136. package/esm2020/lib/pipes/format-document.pipe.mjs +17 -17
  137. package/esm2020/lib/pipes/index.mjs +9 -9
  138. package/esm2020/lib/pipes/mask.pipe.mjs +21 -21
  139. package/esm2020/lib/pipes/not-hidden.pipe.mjs +16 -16
  140. package/esm2020/lib/pipes/only-active.pipe.mjs +16 -16
  141. package/esm2020/lib/pipes/pipes.module.mjs +50 -50
  142. package/esm2020/lib/pipes/remove-last-child.pipe.mjs +18 -18
  143. package/esm2020/lib/pipes/unread-notifications.pipe.mjs +15 -15
  144. package/esm2020/lib/resolvers/get-selected-crud-item.resolver.mjs +28 -28
  145. package/esm2020/lib/resolvers/index.mjs +2 -2
  146. package/esm2020/lib/services/auth.service.mjs +77 -77
  147. package/esm2020/lib/services/base-dropdown.mjs +2 -2
  148. package/esm2020/lib/services/crud-base.service.mjs +14 -14
  149. package/esm2020/lib/services/enum.service.mjs +43 -43
  150. package/esm2020/lib/services/error-message.service.mjs +16 -16
  151. package/esm2020/lib/services/geolocation.service.mjs +23 -23
  152. package/esm2020/lib/services/index.mjs +13 -13
  153. package/esm2020/lib/services/loading.service.mjs +15 -15
  154. package/esm2020/lib/services/menu.service.mjs +152 -152
  155. package/esm2020/lib/services/modal.service.mjs +15 -15
  156. package/esm2020/lib/services/notifications.service.mjs +64 -64
  157. package/esm2020/lib/services/profile.service.mjs +112 -112
  158. package/esm2020/lib/services/storage.service.mjs +108 -108
  159. package/esm2020/lib/shared/shared.module.mjs +19 -19
  160. package/esm2020/lib/utils/cpf-cnpj-validator.util.mjs +116 -116
  161. package/esm2020/lib/utils/file.util.mjs +15 -15
  162. package/esm2020/lib/utils/index.mjs +8 -8
  163. package/esm2020/lib/utils/mask.util.mjs +76 -76
  164. package/esm2020/lib/utils/object.util.mjs +27 -27
  165. package/esm2020/lib/utils/string.util.mjs +30 -30
  166. package/esm2020/lib/utils/validation.util.mjs +234 -234
  167. package/esm2020/lib/utils/window.util.mjs +9 -9
  168. package/esm2020/ngx-vector-components.mjs +4 -4
  169. package/esm2020/public-api.mjs +9 -9
  170. package/fesm2015/ngx-vector-components.mjs +4737 -4736
  171. package/fesm2015/ngx-vector-components.mjs.map +1 -1
  172. package/fesm2020/ngx-vector-components.mjs +4715 -4714
  173. package/fesm2020/ngx-vector-components.mjs.map +1 -1
  174. package/lib/components/badge/badge.component.d.ts +15 -15
  175. package/lib/components/badge/badge.module.d.ts +9 -9
  176. package/lib/components/badge/index.d.ts +2 -2
  177. package/lib/components/breadcrumb/breadcrumb.component.d.ts +19 -19
  178. package/lib/components/breadcrumb/breadcrumb.module.d.ts +8 -8
  179. package/lib/components/breadcrumb/index.d.ts +2 -2
  180. package/lib/components/crud-base/crud-base.component.d.ts +20 -20
  181. package/lib/components/crud-base/index.d.ts +1 -1
  182. package/lib/components/crud-footer/crud-footer.component.d.ts +19 -19
  183. package/lib/components/crud-footer/crud-footer.module.d.ts +10 -10
  184. package/lib/components/crud-footer/index.d.ts +2 -2
  185. package/lib/components/crud-header/crud-header.component.d.ts +11 -11
  186. package/lib/components/crud-header/crud-header.module.d.ts +9 -9
  187. package/lib/components/crud-header/index.d.ts +2 -2
  188. package/lib/components/crud-history/crud-history.component.d.ts +12 -12
  189. package/lib/components/crud-history/crud-history.module.d.ts +10 -10
  190. package/lib/components/crud-history/index.d.ts +2 -2
  191. package/lib/components/fields/button/button.component.d.ts +17 -17
  192. package/lib/components/fields/button/index.d.ts +1 -1
  193. package/lib/components/fields/calendar-field/calendar-field.component.d.ts +23 -23
  194. package/lib/components/fields/calendar-field/index.d.ts +1 -1
  195. package/lib/components/fields/checkbox-field/checkbox-field.component.d.ts +19 -19
  196. package/lib/components/fields/checkbox-field/index.d.ts +1 -1
  197. package/lib/components/fields/currency-field/currency-field.component.d.ts +32 -32
  198. package/lib/components/fields/currency-field/index.d.ts +1 -1
  199. package/lib/components/fields/data-table/data-table.component.d.ts +82 -82
  200. package/lib/components/fields/data-table/index.d.ts +1 -1
  201. package/lib/components/fields/dropdown-field/dropdown-field.component.d.ts +52 -52
  202. package/lib/components/fields/dropdown-field/index.d.ts +1 -1
  203. package/lib/components/fields/field-error-message/field-error-message.component.d.ts +10 -10
  204. package/lib/components/fields/field-error-message/index.d.ts +1 -1
  205. package/lib/components/fields/fields.module.d.ts +48 -48
  206. package/lib/components/fields/filters/filters.component.d.ts +65 -65
  207. package/lib/components/fields/filters/index.d.ts +1 -1
  208. package/lib/components/fields/index.d.ts +18 -18
  209. package/lib/components/fields/input-number-field/index.d.ts +1 -1
  210. package/lib/components/fields/input-number-field/input-number-field.component.d.ts +28 -28
  211. package/lib/components/fields/multiselect-field/index.d.ts +1 -1
  212. package/lib/components/fields/multiselect-field/multiselect-field.component.d.ts +17 -17
  213. package/lib/components/fields/percentage-field/index.d.ts +1 -1
  214. package/lib/components/fields/percentage-field/percentage-field.component.d.ts +20 -20
  215. package/lib/components/fields/radio-button-field/index.d.ts +1 -1
  216. package/lib/components/fields/radio-button-field/radio-button-field.component.d.ts +25 -25
  217. package/lib/components/fields/range-value/index.d.ts +1 -1
  218. package/lib/components/fields/range-value/range-value.component.d.ts +18 -18
  219. package/lib/components/fields/search-field/index.d.ts +1 -1
  220. package/lib/components/fields/search-field/search-field.component.d.ts +14 -14
  221. package/lib/components/fields/select-button-field/index.d.ts +1 -1
  222. package/lib/components/fields/select-button-field/select-button-field.component.d.ts +9 -9
  223. package/lib/components/fields/text-field/index.d.ts +1 -1
  224. package/lib/components/fields/text-field/text-field.component.d.ts +56 -56
  225. package/lib/components/fields/textarea-field/index.d.ts +1 -1
  226. package/lib/components/fields/textarea-field/textarea-field.component.d.ts +22 -22
  227. package/lib/components/generic-error-modal/generic-error-modal.component.d.ts +15 -15
  228. package/lib/components/generic-error-modal/generic-error-modal.module.d.ts +10 -10
  229. package/lib/components/generic-error-modal/index.d.ts +2 -2
  230. package/lib/components/generic-modal/generic-modal.component.d.ts +24 -24
  231. package/lib/components/generic-modal/generic-modal.module.d.ts +10 -10
  232. package/lib/components/generic-modal/index.d.ts +2 -2
  233. package/lib/components/index.d.ts +14 -14
  234. package/lib/components/menu/index.d.ts +3 -3
  235. package/lib/components/menu/menu.component.d.ts +53 -53
  236. package/lib/components/menu/menu.module.d.ts +10 -10
  237. package/lib/components/menu/sub-menus-list/sub-menus-list.component.d.ts +14 -14
  238. package/lib/components/panel/index.d.ts +2 -2
  239. package/lib/components/panel/panel.component.d.ts +8 -8
  240. package/lib/components/panel/panel.module.d.ts +9 -9
  241. package/lib/components/score/index.d.ts +2 -2
  242. package/lib/components/score/score.component.d.ts +9 -9
  243. package/lib/components/score/score.module.d.ts +7 -7
  244. package/lib/components/stepper/index.d.ts +2 -2
  245. package/lib/components/stepper/stepper.component.d.ts +15 -15
  246. package/lib/components/stepper/stepper.module.d.ts +9 -9
  247. package/lib/components/top-bar/index.d.ts +2 -2
  248. package/lib/components/top-bar/top-bar.component.d.ts +49 -49
  249. package/lib/components/top-bar/top-bar.module.d.ts +10 -10
  250. package/lib/guards/crud-list-has-items.guard.d.ts +10 -10
  251. package/lib/guards/get-token-by-guid.guard.d.ts +15 -15
  252. package/lib/guards/has-permission.guard.d.ts +13 -13
  253. package/lib/guards/index.d.ts +5 -5
  254. package/lib/guards/role.guard.d.ts +11 -11
  255. package/lib/guards/token-is-present.guard.d.ts +11 -11
  256. package/lib/interceptors/http-interceptor.d.ts +31 -31
  257. package/lib/interceptors/index.d.ts +1 -1
  258. package/lib/models/app-name.enum.d.ts +8 -8
  259. package/lib/models/boolean-type.enum.d.ts +4 -4
  260. package/lib/models/crud-history.model.d.ts +13 -13
  261. package/lib/models/crud-mode.enum.d.ts +5 -5
  262. package/lib/models/currency.enum.d.ts +5 -5
  263. package/lib/models/data-table.model.d.ts +65 -65
  264. package/lib/models/document-type.enum.d.ts +4 -4
  265. package/lib/models/filters.model.d.ts +4 -4
  266. package/lib/models/generic-modal.model.d.ts +12 -12
  267. package/lib/models/http-response.model.d.ts +48 -48
  268. package/lib/models/index.d.ts +17 -17
  269. package/lib/models/ip-info.enum.d.ts +6 -6
  270. package/lib/models/list-item.model.d.ts +7 -7
  271. package/lib/models/locale.enum.d.ts +5 -5
  272. package/lib/models/menu-item.model.d.ts +16 -16
  273. package/lib/models/message-status.enum.d.ts +6 -6
  274. package/lib/models/profile.model.d.ts +349 -349
  275. package/lib/models/role.enum.d.ts +3 -3
  276. package/lib/models/status.enum.d.ts +6 -6
  277. package/lib/models/topbar.model.d.ts +5 -5
  278. package/lib/models/vector-app.model.d.ts +9 -9
  279. package/lib/models/vector-notification.model.d.ts +8 -8
  280. package/lib/models/view.enum.d.ts +6 -5
  281. package/lib/pipes/currency-brl.pipe.d.ts +7 -7
  282. package/lib/pipes/format-document.pipe.d.ts +7 -7
  283. package/lib/pipes/index.d.ts +8 -8
  284. package/lib/pipes/mask.pipe.d.ts +7 -7
  285. package/lib/pipes/not-hidden.pipe.d.ts +7 -7
  286. package/lib/pipes/only-active.pipe.d.ts +7 -7
  287. package/lib/pipes/pipes.module.d.ts +13 -13
  288. package/lib/pipes/remove-last-child.pipe.d.ts +7 -7
  289. package/lib/pipes/unread-notifications.pipe.d.ts +9 -9
  290. package/lib/resolvers/get-selected-crud-item.resolver.d.ts +10 -10
  291. package/lib/resolvers/index.d.ts +1 -1
  292. package/lib/services/auth.service.d.ts +24 -24
  293. package/lib/services/base-dropdown.d.ts +7 -7
  294. package/lib/services/crud-base.service.d.ts +7 -7
  295. package/lib/services/enum.service.d.ts +13 -13
  296. package/lib/services/error-message.service.d.ts +8 -8
  297. package/lib/services/geolocation.service.d.ts +13 -13
  298. package/lib/services/index.d.ts +12 -12
  299. package/lib/services/loading.service.d.ts +7 -7
  300. package/lib/services/menu.service.d.ts +35 -35
  301. package/lib/services/modal.service.d.ts +7 -7
  302. package/lib/services/notifications.service.d.ts +13 -13
  303. package/lib/services/profile.service.d.ts +27 -27
  304. package/lib/services/storage.service.d.ts +43 -43
  305. package/lib/shared/shared.module.d.ts +10 -10
  306. package/lib/utils/cpf-cnpj-validator.util.d.ts +5 -5
  307. package/lib/utils/file.util.d.ts +4 -4
  308. package/lib/utils/index.d.ts +7 -7
  309. package/lib/utils/mask.util.d.ts +21 -21
  310. package/lib/utils/object.util.d.ts +5 -5
  311. package/lib/utils/string.util.d.ts +6 -6
  312. package/lib/utils/validation.util.d.ts +17 -17
  313. package/lib/utils/window.util.d.ts +4 -4
  314. package/ngx-vector-components.d.ts +5 -5
  315. package/package.json +1 -1
  316. package/public-api.d.ts +8 -8
package/CHANGELOG.md CHANGED
@@ -1,1399 +1,1405 @@
1
- # Changelog
2
-
3
- ## [4.119.0] (23/10/2023)
4
-
5
- ### Feature
6
-
7
- - Added `disabled` in `vector-checkbox` when control is populated and group name is not
8
-
9
- ## [4.118.0] (17/10/2023)
10
-
11
- ### Feature
12
-
13
- - Added `permission` in `profile.model`
14
-
15
- ## [4.117.0] (13/10/2023)
16
-
17
- ### Feature
18
-
19
- - Added `isEtcd` in `profile.service` `userInfo`
20
- - Added `shipperEtcd` in `profile.service` `userInfo`
21
- - Added `profileTypeEnum` in `profile.service` `userInfo`
22
-
23
- ## [4.116.0] (10/10/2023)
24
-
25
- ### Feature
26
-
27
- - Added `permission` in `profile.model`
28
-
29
- ## [4.115.0] (28/09/2023)
30
-
31
- ### Feature
32
-
33
- - Added `permission` in `profile.model`
34
-
35
- ## [4.114.0] (23/09/2023)
36
-
37
- ### Feature
38
-
39
- - Added disabled state to `vector-stepper` component;
40
- - Added error message to `vector-number-input`.
41
-
42
- ## [4.113.0] (22/09/2023)
43
-
44
- ### Feature
45
-
46
- - Added `convertTimeToMinutes` and `convertMinutesToTime` to `StringUtils`.
47
- - Added `vector-stepper` component.
48
-
49
- ### Bugfix
50
-
51
- - Fixed `vector-filter` behavior with dropdown default value, which was considering as a Text field and always setting to empty string.
52
-
53
- ## [4.112.0] (21/09/2023)
54
-
55
- ### Feature
56
-
57
- - Added `permission` in `profile.model`
58
-
59
- ## [4.111.0] (21/09/2023)
60
-
61
- ### Feature
62
-
63
- - Added `permission` in `profile.model`
64
-
65
- ## [4.110.0] (18/09/2023)
66
-
67
- ### Feature
68
-
69
- - Added `permission` in `profile.model`
70
-
71
- ## [4.109.0] (18/09/2023)
72
-
73
- ### Feature
74
-
75
- - Added `controler` in `filter.component.ts`
76
-
77
- ## [4.108.0] (18/09/2023)
78
-
79
- ### Feature
80
-
81
- - Added `blurEvent` in `vector-percentage-field`
82
-
83
- ## [4.107.0] (14/09/2023)
84
-
85
- ### Feature
86
-
87
- - Added `numericPositive` in `vector-text-field`
88
-
89
- ## [4.106.0] (13/09/2023)
90
-
91
- ### Feature
92
-
93
- - Added `default-outlined` in `button.component`
94
- - Added `Show Freight Simulator Etcd` in `profile.model`.
95
- - Added `Create Update Freight Simulator Etcd` in `profile.model`.
96
- - Added `Approve Reprove Etcd Simulation` in `profile.model`.
97
-
98
- ## [4.105.0] (11/09/2023)
99
-
100
- ### Feature
101
-
102
- - Added `permission` in `profile.model`.
103
-
104
- ## [4.104.0] (05/09/2023)
105
-
106
- ### Feature
107
-
108
- - Added `permission` in `profile.model`.
109
-
110
- ## [4.103.0] (01/09/2023)
111
-
112
- ### Feature
113
-
114
- - Added `Style light-outline in vector-button` in `button.component`.
115
-
116
- ## [4.102.0] (29/08/2023)
117
-
118
- ### Feature
119
-
120
- - Added `Show Cargo Match Etcd Validations` in `profile.model`.
121
- - Added `Show Cargo Match Etcd Validations History` in `profile.model`.
122
-
123
- ## [4.101.0] (28/08/2023)
124
-
125
- ### Feature
126
-
127
- - Added `Create Update Cargo Match Validations` in `profile.model`.
128
- - Added `ValidationsCargoMatch` in `profile.model`.
129
-
130
- ## [4.100.0] (25/08/2023)
131
-
132
- ### Feature
133
-
134
- - Added `permission Cockpit` in `profile.model`.
135
- - Added `permission Cockpit Summary` in `profile.model`.
136
- - Added `permission Cockpit Registration` in `profile.model`.
137
- - Added `permission Cockpit Bank` in `profile.model`.
138
- - Added `permission Cockpit Credit` in `profile.model`.
139
- - Added `permission Cockpit PA` in `profile.model`.
140
- - Added `permission Cockpit Log` in `profile.model`.
141
- - Added `new validation top-bar account fintech ` in `to-bar.components`
142
-
143
- ## [4.99.0] (23/08/2023)
144
-
145
- ### Feature
146
-
147
- - Added `tooltip` property in `vector-filters`.
148
-
149
- ## [4.98.0] (22/08/2023)
150
-
151
- ### Feature
152
-
153
- - Added `permission` in `GeneralPanel`.
154
-
155
- ## [4.97.1] (09/08/2023)
156
-
157
- ### Fix
158
-
159
- - Added `customization for display value` in `MultiselectField`.
160
- - Added `customization for label and type or default values in vector-button` in `CrudFooter`.
161
- - Added `adjustment to icon margin when modal cannot be closed` in `GenericModal`.
162
-
163
- ## [4.97.0] (03/08/2023)
164
-
165
- ### Feature
166
-
167
- - Added `permission Shipping and Loyalty` in `profile.model.ts`.
168
-
169
- ## [4.96.1] (03/08/2023)
170
-
171
- ### Fix
172
-
173
- - Updated the `GenericModal` model, css and structure html.
174
- - Added property `type` to customization of default values for modal buttons in `GenericModal`.
175
-
176
- ## [4.96.0] (03/08/2023)
177
-
178
- ### Feature
179
-
180
- - Added `readonly` property in `vector-text-field`.
181
-
182
- ## [4.95.0] (03/08/2023)
183
-
184
- ### Feature
185
-
186
- - Rollback version
187
-
188
- ## [4.92.0] (26/07/2023)
189
-
190
- ### Feature
191
-
192
- - Added `permission` in `PriceTaking`.
193
-
194
- ## [4.91.0] (26/07/2023)
195
-
196
- ### Feature
197
-
198
- - Added `permission` in `parametersCancelTrips`.
199
-
200
- ## [4.90.0] (24/07/2023)
201
-
202
- ### Feature
203
-
204
- - Added `permission` in `profile.model.ts`.
205
-
206
- ## [4.89.0] (19/07/2023)
207
-
208
- ### Feature
209
-
210
- - Added `permission` in `profile.model.ts`.
211
-
212
- ## [4.88.0] (20/07/2023)
213
-
214
- ### Feature
215
-
216
- - Added `permission` in `profile.model.ts`.
217
-
218
- ## [4.87.0] (19/07/2023)
219
-
220
- ### Feature
221
-
222
- - Added `inputId` and `slotChar` inputs to `vector-text-field`;
223
- - Added `centered` input to `vector-currency-field`;
224
- - Added `skipMessages` input to `vector-generic-error-modal`.
225
-
226
- ## [4.86.1] (18/07/2023)
227
-
228
- ### Fix
229
-
230
- - Update `Label Mostrar Todos To Selecionar Todos` in `multiselect-field.component.html`
231
- - Added `Created optional parameter to control showToggleAll value` in `multiselect-field.component.html`
232
-
233
- ## [4.86.0] (16/07/2023)
234
-
235
- ### Feature
236
-
237
- - Added `permission` in `profile.model.ts`.
238
-
239
- ## [4.85.0] (12/07/2023)
240
-
241
- ### Feature
242
-
243
- - Added `permission` in `profile.model.ts`.
244
-
245
- ## [4.84.0] (11/07/2023)
246
-
247
- ### Feature
248
-
249
- - Added new function `onBackSpacePress` in `text-field.component.ts`.
250
-
251
- ## [4.83.0] (10/07/2023)
252
-
253
- ### Feature
254
-
255
- - Added `permission` in `profile.model.ts`.
256
-
257
- ## [4.82.1] (07/07/2023)
258
-
259
- ### Fix
260
-
261
- - Update `TextFieldComponent in parameter (blur) inside unmasked input element` in `text-field.component.html`
262
-
263
- ## [4.82.0] (28/06/2023)
264
-
265
- ### Feature
266
-
267
- - Updated `DropdownFieldComponent add parameter isNgContent` in `dropdown-field.component.ts`.
268
- - Updated `Add new <p-autocomplete> with <ng-template> when isNgContent is true` in `dropdown-field.component.html`.
269
-
270
- ## [4.81.0] (27/06/2023)
271
-
272
- ### Feature
273
-
274
- - Added `permission` in `profile.model.ts`.
275
-
276
- ## [4.80.0] (23/06/2023)
277
-
278
- ### Feature
279
-
280
- - Added `permission` in `profile.model.ts`.
281
-
282
- ## [4.79.0] (23/06/2023)
283
-
284
- ### Feature
285
-
286
- - Added `permission` in `profile.model.ts`.
287
-
288
- ## [4.78.0] (22/06/2023)
289
-
290
- ### Feature
291
-
292
- - Added `permission` in `profile.model.ts`
293
-
294
- ## [4.77.0] (22/06/2023)
295
-
296
- ### Feature
297
-
298
- - Added `permission` in `profile.model.ts`
299
-
300
- ## [4.76.0] (22/06/2023)
301
-
302
- ### Feature
303
-
304
- - Added `permission` in `profile.model.ts`.
305
-
306
- ## [4.75.0] (22/06/2023)
307
-
308
- ### Feature
309
-
310
- - Added `new object in http response to get errorMessage` `Http-response.model.ts`.
311
- - Added `fatherKey in listItem to better control over options that depends from other values` `list-item.model.ts`
312
-
313
- ## [4.74.2] (22/06/2023)
314
-
315
- ### Feature
316
-
317
- - Added `permission` in `profile.model.ts`.
318
-
319
- ## [4.74.1] (21/06/2023)
320
-
321
- ### Bugfix
322
-
323
- - Added `new return error in interceptor `Http-interceptor.ts`.
324
-
325
- ## [4.74.0] (20/06/2023)
326
-
327
- ### Feature
328
-
329
- - Added `permission` in `profile.model.ts`.
330
-
331
- ## [4.73.0] (14/06/2023)
332
-
333
- ### Feature
334
-
335
- - adding disabled feature to dropdown filter type `filter.component.ts`.
336
-
337
- ## [4.72.1] (12/05/2023)
338
-
339
- ### Bugfix
340
-
341
- - populatin user id in profile service, so even in QA it will work `profile.service.ts`.
342
-
343
- ## [4.72.0] (25/05/2023)
344
-
345
- ### Feature
346
-
347
- - Added `permission` in `profile.model.ts`
348
-
349
- ## [4.71.0] (24/05/2023)
350
-
351
- ### Feature
352
-
353
- - Added `permission` in `profile.model.ts`
354
-
355
- ## [4.70.4] (22/05/2023)
356
-
357
- ### Feature
358
-
359
- - Added help center icons with links to `vector-top-bar`;
360
-
361
- ## [4.70.3] (19/05/2023)
362
-
363
- ### Feature
364
-
365
- - Refactory `close` click link to `vector-top-bar`;
366
-
367
- ## [4.70.2] (19/05/2023)
368
-
369
- ### Feature
370
-
371
- - Added `close` click link to `vector-top-bar`;
372
-
373
- ## [4.70.1] (19/05/2023)
374
-
375
- ### Feature
376
-
377
- - Added `event` click to `vector-top-bar`;
378
-
379
- ## [4.70.0] (18/05/2023)
380
-
381
- ### Feature
382
-
383
- - Added `alphaNumericAndWhitespace` filter to `vector-text-field`;
384
-
385
- ## [4.69.2] (12/05/2023)
386
-
387
- ### Bugfix
388
-
389
- - Added adjustment in the list of records when using the scrollbar `vector-dropdown-field`.
390
-
391
- ## [4.69.1] (11/05/2023)
392
-
393
- ### Bugfix
394
-
395
- - Added IF when column type is STATUS_BAGDE, because before when the value was 0 it was empty `vector-data-table`.
396
-
397
- ## [4.69.0] (06/05/2023)
398
-
399
- ### Feature
400
-
401
- - Added translations to fixed labels on `vector-data-table` and `vector-filters`.
402
-
403
- ## [4.68.0] (06/05/2023)
404
-
405
- ### Feature
406
-
407
- - Added help central icons to `vector-top-bar`.
408
-
409
- ## [4.67.0] (30/04/2023)
410
-
411
- ### Feature
412
-
413
- - Added `vector-score` component.
414
-
415
- ## [4.66.0] (30/04/2023)
416
-
417
- ### Feature
418
-
419
- - Added `NotificationsService`;
420
- - Added `VectorNotification` model;
421
- - Added notifications popup on `vector-top-bar`.
422
-
423
- ## [4.65.0] (28/04/2023)
424
-
425
- ### Feature
426
-
427
- - Added `permission` in `profile.model.ts`
428
-
429
- ## [4.64.0] (12/04/2023)
430
-
431
- ### Feature
432
-
433
- - Added `translate options` into `crud-footer` component in lib ngx-vector-components.
434
-
435
- ## [4.63.0] (05/04/2023)
436
-
437
- ### Feature
438
-
439
- - Added `apps` input for `vector-menu`, allowing rendering of custom apps.
440
- - Added `onTabSelected` for `vector-data-table`;
441
-
442
- ### Bugfix
443
-
444
- - Fixed multiple lazy load requests on data tables with filters and tabs.
445
-
446
- ### Bugfix
447
-
448
- ## [4.62.1] (04/04/2023)
449
-
450
- - Added validation to `filters.component` to not make initial search in case there's a list item or default value invalid.
451
-
452
- ## [4.62.0] (03/04/2023)
453
-
454
- ### Feature
455
-
456
- - Added `currencyPrefix` and `localePrefix` properties in `currency filed.component`
457
-
458
- ## [4.61.0] (29/03/2023)
459
-
460
- ### Feature
461
-
462
- - Added `permission` in messageServices
463
-
464
- ## [4.60.0] (22/03/2023)
465
-
466
- ### Feature
467
-
468
- - Added `permission` in `profile.model.ts`
469
-
470
- ## [4.59.0] (24/02/2023)
471
-
472
- ### Feature
473
-
474
- - Added `permission` in `profile.model.ts`
475
- - Added `disabled` in `vector-input-number.ts`
476
-
477
- ## [4.58.0] (22/02/2023)
478
-
479
- ### Feature
480
-
481
- - Added `CUIT_MASK` in `mask.util.ts`
482
-
483
- ## [4.57.0] (16/02/2023)
484
-
485
- ### Feature
486
-
487
- - Added cols and rows dynamic in `vector-textarea-field.ts`
488
-
489
- ## [4.56.0] (15/02/2023)
490
-
491
- ### Feature
492
-
493
- - Added mask in `mask.util.ts`
494
-
495
- ## [4.55.0] (12/02/2023)
496
-
497
- ### Feature
498
-
499
- - Added `leftLabel` to `vector-text-field`.
500
-
501
- ### Bugfix
502
-
503
- - Added padding-top to `vector-generic-modal` content to improve layout.
504
- - Made grid classes for the action buttons of `vector-generic-modal` dynamic to fill the column if it is a single button.
505
-
506
- ## [4.54.0] (08/02/2023)
507
-
508
- ## [4.53.0] (06/02/2023)
509
-
510
- ### Feature
511
-
512
- - Added permissions in `profile.model.ts`
513
-
514
- ## [4.52.0] (28/01/2023)
515
-
516
- ### Feature
517
-
518
- - Added `icon` property to `ListItem`;
519
- - Added icon option for `vector-data-table` tabs.
520
-
521
- ## [4.51.0] (28/01/2023)
522
-
523
- ### Feature
524
-
525
- - Added "info" value for `Status` enum;
526
- - Added "info" color for `TEXT_BADGE` column on `data-table`;
527
- - Added `STACK_BADGE` column type for `data-table`;
528
- - Added `DATE` column type for `data-table`;
529
- - Added `CURRENCY` column type for `data-table`;
530
- - Auto select rows marked with `select: true` on `data-table`;
531
- - Added filter option for `vector-multiselect-field`.
532
-
533
- ### Bugfix
534
-
535
- - Changed `appendTo` to `body` on `vector-multiselect-field`;
536
- - Changed styles for `vector-multiselect-field` to match `vector-dropdown-field` styles;
537
- - Fixed style issue regarding `filters` search button that prevented screens rendering correctly on first render.
538
-
539
- ## [4.50.0] (25/01/2023)
540
-
541
- ### Feature
542
-
543
- - Adding `permission` in tripService.
544
-
545
- ## [4.49.0] (13/01/2023)
546
-
547
- ### Feature
548
-
549
- - Added mask for hours minutes `00:00` in `mask-util`
550
-
551
- ### Bugfix
552
-
553
- - Erased pagedSuggestions restart in line 140 of `dropdown-field-component.ts` because when the data was reloaded, the dropdown fields were blank
554
-
555
- # [4.48.0] (11/01/2023)
556
-
557
- ### Feature
558
-
559
- - Added permissions in `product-reception-list.component.ts`
560
-
561
- ## [4.47.1] (18/11/2022)
562
-
563
- ### Bugfix
564
-
565
- - Adjust `api.ipify` in geolocation.service
566
-
567
- ## [4.47.0] (28/12/2022)
568
-
569
- ### Feature
570
-
571
- - Added permissions in `profile.model.ts`
572
-
573
- ## [4.46.0] (19/12/2022)
574
-
575
- ### Feature
576
-
577
- - Adding `permission` in trips.
578
-
579
- ## [4.45.0] (08/12/2022)
580
-
581
- ### Feature
582
-
583
- - Adding `permission Geofence` in profileService.
584
- - Adding `AlterationHistory` in `vector-crud-history` and `Insert typeOfModification` in `crud-history.model`
585
-
586
- ## [4.44.4] (18/11/2022)
587
-
588
- ### Bugfix
589
-
590
- - Adjust `name "carteira digital for conta digital` in menu-vector
591
-
592
- ## [4.44.3] (18/11/2022)
593
-
594
- ### Bugfix
595
-
596
- - Adjust `open modal in icon termOfUse` in menu-vector
597
-
598
- ## [4.44.2] (16/11/2022)
599
-
600
- ### Bugfix
601
-
602
- - Adjust `password` in validation
603
-
604
- ## [4.44.1] (01/11/2022)
605
-
606
- ### Bugfix
607
-
608
- - Adjust `permission approveVector and approveETCD` in profileService
609
-
610
- ## [4.44.0] (28/10/2022)
611
-
612
- ### Feature
613
-
614
- - Adding `permission` in groups.
615
-
616
- ## [4.43.0] (28/10/2022)
617
-
618
- ### Feature
619
-
620
- - Adding `permission` in profileService.
621
-
622
- ## [4.42.1] (27/10/2022)
623
-
624
- ### Bugfix
625
-
626
- - Added fixed `vector-checkbox-field` error validation
627
-
628
- ## [4.42.0] (26/10/2022)
629
-
630
- ### Feature
631
-
632
- - Adding `columns expansible` in data-table.
633
-
634
- ## [4.41.1] (19/10/2022)
635
-
636
- ### Bugfix
637
-
638
- - Adding search action in `SELECT-BUTTON` filter
639
-
640
- ## [4.41.0] (15/10/2022)
641
-
642
- ### Feature
643
-
644
- - Added `HistoricalChangesNews` news permission
645
-
646
- ## [4.40.1] (14/10/2022)
647
-
648
- ### Bugfix
649
-
650
- - Added fixed "pt-BR" locale to `vector-currency-field`.
651
-
652
- ## [4.40.0] (14/10/2022)
653
-
654
- ### Feature
655
-
656
- - Added `maxDecimalInput `in `vector-currency-field`.
657
-
658
- ## [4.39.2] (13/10/2022)
659
-
660
- ### Bugfix
661
-
662
- - Fixed `vector-currency-field` behavior when inputing values when `isBankingField` is set to `true`.
663
-
664
- ## [4.39.1] (13/10/2022)
665
-
666
- ### Feature
667
-
668
- - adjusted bug in dataKey from `data-table.component`
669
-
670
- ## [4.39.0] (12/10/2022)
671
-
672
- ### Feature
673
-
674
- - Added disabled option for checkBox in `Datatbles.component`.
675
-
676
- ## [4.38.1] (11/10/2022)
677
-
678
- ### Feature
679
-
680
- - Fixed `expansible` feature for data-table.
681
-
682
- ## [4.38.0] (11/10/2022)
683
-
684
- ### Feature
685
-
686
- - Added row expand in `datatable.component`.
687
-
688
- ## [4.37.2] (07/10/2022)
689
-
690
- ### BugFix
691
-
692
- - Correction in `auth-service`.
693
-
694
- ## [4.37.1] (07/10/2022)
695
-
696
- ### BugFix
697
-
698
- - Correction in `auth-service`.
699
-
700
- ## [4.37.0] (07/10/2022)
701
-
702
- ### BugFix
703
-
704
- - Correction in `auth-service`.
705
-
706
- ## [4.36.0] (06/10/2022)
707
-
708
- ### Feature
709
-
710
- - Added service change `AddPermisLastNameLocation ` profile permission
711
-
712
- ## [4.35.0] (05/10/2022)
713
-
714
- ### Feature
715
-
716
- - Added service change `LinkedCnpj` top bar components
717
-
718
- ## [4.34.0] (03/10/2022)
719
-
720
- ### Feature
721
-
722
- - Added `TripOfferShow` profile permission
723
-
724
- ## [4.33.0] (02/10/2022)
725
-
726
- ### Feature
727
-
728
- - Added `Supply` profile permission.
729
-
730
- # Changelog
731
-
732
- ## [4.32.0] (30/09/2022)
733
-
734
- ### Feature
735
-
736
- - Added `ETCD` profile permission.
737
-
738
- ## [4.31.0] (30/09/2022)
739
-
740
- ### Feature
741
-
742
- - Added `RECEPTION_PRODUCT` profile permission.
743
-
744
- # Changelog
745
-
746
- ## [4.30.0] (30/09/2022)
747
-
748
- ### Feature
749
-
750
- - Added `Parameters` profile permission.
751
-
752
- ## [4.29.0] (27/09/2022)
753
-
754
- ### Feature
755
-
756
- - Added `max-width` and `line-break` support for `vector-generic-modal`.
757
-
758
- ## [4.28.0] (22/09/2022)
759
-
760
- ### Feature
761
-
762
- - Added `page` in `datatableComponent` to use in datatable fintech
763
-
764
- ## [4.27.0] (21/09/2022)
765
-
766
- ### Feature
767
-
768
- - Added `APPROVE_VECTOR` profile permission, ProfileModuleActionType.
769
- - Added `APPROVE_ETCD` profile permission, ProfileModuleActionType.
770
- - Added `DIGITAL_DISCHARGE` profile permission, ProfileModuleType
771
-
772
- ## [4.26.0] (15/09/2022)
773
-
774
- ### Feature
775
-
776
- - Added `userId` in `profile.service`.
777
-
778
- ## [4.25.1] (15/09/2022)
779
-
780
- ### Bugfix
781
-
782
- - fix `CREDIT_UNIT` profile permission.
783
-
784
- ## [4.25.0] (15/09/2022)
785
-
786
- ### Feature
787
-
788
- - Added `CREDIT` profile permission.
789
- - Added `CREDIT_UNIT` profile permission.
790
-
791
- ## [4.24.0] (14/09/2022)
792
-
793
- ### Feature
794
-
795
- - Added `News` profile permission.
796
-
797
- ## [4.23.0] (14/09/2022)
798
-
799
- ### Feature
800
-
801
- - Added `step` support for `vector-percentage-field`.
802
-
803
- ### Bugfix
804
-
805
- - Fixed `vector-radio-button` alignment.
806
-
807
- ## [4.22.4] (09/09/2022)
808
-
809
- ### BugFix
810
-
811
- - change search document format
812
-
813
- ## [4.22.3] (06/09/2022)
814
-
815
- ### BugFix
816
-
817
- - Hide button after click dropdown
818
-
819
- ## [4.22.2] (06/09/2022)
820
-
821
- ### BugFix
822
-
823
- - dropdown change for choosing accounts, whenever you have more than 1 account, dropdown appears on the active account
824
-
825
- ## [4.22.1] (06/09/2022)
826
-
827
- ### BugFix
828
-
829
- - added `onHeaderCheckboxToggle` in `datatableComponent`
830
-
831
- ## [4.22.0] (05/09/2022)
832
-
833
- ### Feature
834
-
835
- - added `cpf-cnpj-validator` in `utils`, added `plate-mask` in `mask-utils`, added permissions in `profile.model.ts`.
836
-
837
- ## [4.21.0] (30/08/2022)
838
-
839
- ### Feature
840
-
841
- - added `profileName` to user info in `profile.service.ts`.
842
-
843
- ## [4.20.1] (15/08/2022)
844
-
845
- ### Bugfix
846
-
847
- - adjusted `data-table` to not keep start property when clicking search, validation in `data-table.component.ts`.
848
-
849
- ## [4.20.0] (15/08/2022)
850
-
851
- ### Features
852
-
853
- - Added `input-number` to `Componentes`
854
-
855
- ## [4.19.0] (13/08/2022)
856
-
857
- ### Features
858
-
859
- - Added `TEXT_BADGE` type to `TableColumnType` to render `vector-badge` on table.
860
-
861
- ### Bugfixes
862
-
863
- - Fixed filters patch from query params.
864
-
865
- ## [4.18.0] (05/08/2022)
866
-
867
- ### Features
868
-
869
- - Added `CustomButtons` to `vector-data-table` so the data-tables can have more buttons if needed.
870
-
871
- ## [4.17.0] (04/08/2022)
872
-
873
- ### Features
874
-
875
- - Added `filterMultiselect` to `FiltersType` to search for multiple selection
876
-
877
- ## [4.16.1] (01/08/2022)
878
-
879
- ### Bugfixes
880
-
881
- - Fixed `getCodes` function from `ObjectUtil` to support inner JSON objects.
882
-
883
- ## [4.16.0] (31/07/2022)
884
-
885
- ### Features
886
-
887
- - Added `getCodes` to `ObjectUtil` to mutate the given object properties to keep only the `code` property.
888
-
889
- ### Bugfixes
890
-
891
- - `FiltersComponent` fixed to patch the query params values correctly.
892
-
893
- ## [4.15.0] (01/08/2022)
894
-
895
- ### Features
896
-
897
- - Added function to add new account fintech.
898
-
899
- ## [4.14.0] (22/07/2022)
900
-
901
- ### Features
902
-
903
- - Added `AlterationHistory` in `vector-crud-history` to use the logtech pattern.
904
-
905
- ## [4.13.0] (18/07/2022)
906
-
907
- ### Features
908
-
909
- - Added `selectionType` in `vector-data-table` to add `checkboxbutton` or `radionbutton` in table.
910
-
911
- ### Refactor
912
-
913
- - Refactor `generic-modal` to accept news parameters and output events for make more dynamically.
914
-
915
- ## [4.12.0] (18/07/2022)
916
-
917
- ### Features
918
-
919
- - Added `multipleCheck` in `vector-checkbox-field` to add multiple options.
920
-
921
- ## [4.11.2] (16/07/2022)
922
-
923
- ### Bugfixes
924
-
925
- - Fixed `radio-button` to show invalid status color when touched.
926
-
927
- ## [4.11.1] (15/07/2022)
928
-
929
- ### Bugfixes
930
-
931
- - Fixed `getUserId` in `storageService` to get correctly user id.
932
-
933
- ## [4.11.0] (15/07/2022)
934
-
935
- ### Features
936
-
937
- - added `disabled` on `vector-range-field` to disabled field when insert true.
938
- - added `disabled` on `vector-currency-field` to disabled field when insert true.
939
-
940
- ## [4.10.5] (14/07/2022)
941
-
942
- ### Bugfixes
943
-
944
- - Fixed `doMaskString` on `MaskUtil` to safely return a empty `string` when receiving an empty input.
945
-
946
- ## [4.10.4] (13/07/2022)
947
-
948
- ### Bugfixes
949
-
950
- - Fixed excel and pdf display button in `vector-data-table`.
951
-
952
- ## [4.10.3] (13/07/2022)
953
-
954
- ### Bugfixes
955
-
956
- - Fixed sort column without actions in `vector-data-table`.
957
-
958
- ## [4.10.2] (10/07/2022)
959
-
960
- ### Bugfixes
961
-
962
- - Fixed arrow icon in(Sort column) `vector-data-table`
963
-
964
- ## [4.10.1] (10/07/2022)
965
-
966
- ### Bugfixes
967
-
968
- - Fixed autoStart `vector-data-table`
969
-
970
- ## [4.9.0] (10/07/2022)
971
-
972
- ### Features
973
-
974
- - Added `MASK` type to `TableColumn` enum and implemented it on `data-table`;
975
- - Added `FieldType` `DATE_RANGE` to `data-table` filters.
976
-
977
- ## [4.8.0] (09/07/2022)
978
-
979
- ### Features
980
-
981
- - Added `notSortable` property do `TableColumn` and implemented it on `data-table`.
982
-
983
- ## [4.7.1] (09/07/2022)
984
-
985
- ### BugFixes
986
-
987
- - Fixed `getById` on `getSugestionsOfDropDown`.
988
-
989
- ## [4.7.0] (08/07/2022)
990
-
991
- ### BugFixes
992
-
993
- - Added new Permissions in `profile.model.ts`.
994
-
995
- ### Features
996
-
997
- - Added `profileTypeItens` BehaviourSubject in `profile.serivice.ts`.
998
-
999
- ## [4.6.3] (08/07/2022)
1000
-
1001
- ### Bugfixes
1002
-
1003
- - fixed `menu-label` min-width to align correctly items.
1004
-
1005
- ## [4.6.2] (07/07/2022)
1006
-
1007
- ### Bugfixes
1008
-
1009
- - fixed `top-bar` to display vector user first name.
1010
-
1011
- ## [4.6.1] (05/07/2022)
1012
-
1013
- ### Bugfixes
1014
-
1015
- - `percentage field component` added minFractionDigits and maxFractionDigits properties to configure decimal values
1016
-
1017
- ## [4.6.0] (06/07/2022)
1018
-
1019
- ### Features
1020
-
1021
- - Added `goBackHidden` parameter to hidden goBackButton in `vector-crud-footer`.
1022
-
1023
- ## [4.5.1] (30/06/2022)
1024
-
1025
- ### Bugfixes
1026
-
1027
- - `menu` changed admin menu to show only fintech admin.
1028
-
1029
- ## [4.5.0] (29/06/2022)
1030
-
1031
- ### Features
1032
-
1033
- - `vector-filters` changed to read the url queryParams to set default values.
1034
-
1035
- ## [4.4.0] (28/06/2022)
1036
-
1037
- ### Features
1038
-
1039
- - Added `isExternalUrl` in `http-interceptor.ts`;
1040
-
1041
- ## [4.3.0] (27/06/2022)
1042
-
1043
- ### Features
1044
-
1045
- - Added `HttpDataResponse` in model `http-response.model.ts`;
1046
-
1047
- ## [4.2.1] (27/06/2022)
1048
-
1049
- ### Bug Fixes
1050
-
1051
- - Added `ADD_REGION` in model `profile.model.ts`;
1052
- - Added `SHOW_REGION` in model `profile.model.ts`;
1053
- - Added `EDIT_REGION` in model `profile.model.ts`;
1054
-
1055
- ## [4.2.0] (24/06/2022)
1056
-
1057
- ### Features
1058
-
1059
- - Added `CUSTOM_STYLES` in TableColumnType on `data-table-component`;
1060
- - Added `textFieldClass` in TableColumn on `data-table-component`;
1061
-
1062
- ## [4.1.1] (23/06/2022)
1063
-
1064
- ### Bug Fixes
1065
-
1066
- - Fixed `FilterChangedEvent` external model to use in all project.
1067
-
1068
- ## [4.1.0] (23/06/2022)
1069
-
1070
- ### Features
1071
-
1072
- - Added `onFilterChanged` event on `filters` and `data-table`;
1073
-
1074
- ### Bug Fixes
1075
-
1076
- - Fixed `filters` to validate required fields before searching.
1077
-
1078
- ## [4.0.0] (21/06/2022)
1079
-
1080
- ### Breaking Changes
1081
-
1082
- - Added `getById` on `BaseDropdown` interface.
1083
-
1084
- ### Bug Fixes
1085
-
1086
- - Fixed `dropdown` behavior with and without `minLengthToService` set;
1087
- - Fixed `dropdown` search on suggestions to ignore case;
1088
- - Fixed `data-table` header z-index to keep below other fixed elements (e.g `vector-footer`);
1089
- - Fixed `multiselect` to get the correct item property for value.
1090
-
1091
- ## [3.6.1] (15/06/2022)
1092
-
1093
- ### Bug Fixes
1094
-
1095
- - Changed overflow behavior of tabview to scroll.
1096
- -
1097
-
1098
- ## [3.6.0] (14/06/2022)
1099
-
1100
- ### Features
1101
-
1102
- - Added selection to data-table component.
1103
- - Added hasAction input, now can hide action column.
1104
-
1105
- ## [3.5.0] (09/06/2022)
1106
-
1107
- ### Features
1108
-
1109
- - Added `disabled` property on `ListItem`;
1110
- - Added `onChange` event on `vector-multiselect-field`.
1111
-
1112
- ## [3.4.0] (26/05/2022)
1113
-
1114
- ### Features
1115
-
1116
- - Added `inputClassName` property to `vector-currency-field`;
1117
-
1118
- ### Bug Fixes
1119
-
1120
- - Fixed `vector-button` style property type;
1121
-
1122
- ## [3.3.1] (25/05/2022)
1123
-
1124
- ### Bug Fixes
1125
-
1126
- - Fixed `fullName` validation of `Utils`, changed invalid error message.
1127
-
1128
- ## [3.3.0] (24/05/2022)
1129
-
1130
- ### Features
1131
-
1132
- - Added min length to call the dropdown service query.
1133
-
1134
- ## [3.2.0] (24/05/2022)
1135
-
1136
- ### Features
1137
-
1138
- - Added the ability to add a button column to the `vector-data-table` component that calls a custom function.
1139
- - Added the possibility to hide the actions column of the component `vector-data-table`.
1140
-
1141
- ## [3.1.1] (20/05/2022)
1142
-
1143
- ### Bug Fixes
1144
-
1145
- - Fixed `vector-button` to fill 100% of container.
1146
- - Fixed `BOLETO_PATTERN` in `MaskUtils` for accept a digit more.
1147
-
1148
- ## [3.1.0] (19/05/2022)
1149
-
1150
- ### Features
1151
-
1152
- - added `isBankingField` input to `vector-currency-field`.
1153
-
1154
- ## [3.0.2] (19/05/2022)
1155
-
1156
- ### Bug Fixes
1157
-
1158
- - Fixed `vector-button` disable behavior.
1159
-
1160
- ## [3.0.1] (08/05/2022)
1161
-
1162
- ### Bug Fixes
1163
-
1164
- - Fixed peer dependency version.
1165
-
1166
- ## [3.0.0] (08/05/2022)
1167
-
1168
- ### Breaking Changes
1169
-
1170
- - Changed `mixins` to a separated `mixins.scss` file.
1171
-
1172
- ### Features
1173
-
1174
- - Added generic guard to check if crud list has items;
1175
- - Added generic resolver to get the selected crud item from the list;
1176
- - Added generic resolver to get the selected crud item history from the list;
1177
- - Added `vector-badge` component;
1178
- - Added `vector-crud-header` component;
1179
- - Added `vector-select-button-field` component;
1180
- - Added `formatDocument` pipe;
1181
- - Added `VIRTUAL_CARRIER` view type;
1182
- - Added styles input to `vector-button` to apply styles to the `<button>` tag;
1183
- - Added dynamic filters to dropdown;
1184
- - Breadcrumb now has clickable links to navigate to route fragments.
1185
-
1186
- ### Bug Fixes
1187
-
1188
- - Menu fixed to navigate to menu route even if it has children;
1189
- - Changed `vector-data-table` appearence to match new design;
1190
- - Fixed `vector-filters` to hide the search button when there is no visible filters;
1191
- - Removed unnecessary `variables.scss` references throughout the project.
1192
-
1193
- ## [2.14.0] (05/05/2022)
1194
-
1195
- ### Features
1196
-
1197
- - TokenIsPresentGuard changed to support both storage and queryParams token.
1198
-
1199
- ### Bug Fixes
1200
-
1201
- - MenuComponent fixed to take priority on `frameUrl` to make sure `route` can still be used to build the breadcrumbs if needed;
1202
- - Made some changes to the accordion styles.
1203
-
1204
- ## [2.13.1] (28/04/2022)
1205
-
1206
- ### Bug Fixes
1207
-
1208
- - Fix conflict merge with versions 2.12.0 with 2.13.0.
1209
-
1210
- ## [2.13.0] (27/04/2022)
1211
-
1212
- ### Features
1213
-
1214
- - Added input valueMovimented in vector-range-value component.
1215
-
1216
- ### Bug Fixes
1217
-
1218
- - Fix Sent API address for endpoint.
1219
- - Fix export GeolocationService.
1220
-
1221
- ## [2.12.0] (26/04/2022)
1222
-
1223
- ### Features
1224
-
1225
- - MenuItem changed to accept both singular and array of permissions.
1226
-
1227
- ## [2.11.0] (20/04/2022)
1228
-
1229
- ### Features
1230
-
1231
- - Added currency-input rounded option.
1232
-
1233
- ### Bug Fixes
1234
-
1235
- - Fixed breadcrumb responsive layout;
1236
- - Fixed radio-button responsive layout;
1237
- - Changed menu backgroud to white;
1238
- - Changed accordion styles.
1239
-
1240
- ## [2.10.0] (19/04/2022)
1241
-
1242
- ### Features
1243
-
1244
- - Added login info and geolocation to share: date, time, device info, ip, hostname, latitude, longitude, accuracy.
1245
-
1246
- ## [2.8.0] (08/04/2022)
1247
-
1248
- ### Features
1249
-
1250
- - Added containsLettersAndNumbers validation.
1251
-
1252
- ### Fix
1253
-
1254
- - Fix currency-field min and max value don't work.
1255
-
1256
- ## [2.7.1] (08/04/2022)
1257
-
1258
- ### Fix
1259
-
1260
- - Fix text-field don't limit to alpha numeric with alphanumeric true.
1261
-
1262
- ## [2.7.0] (04/04/2022)
1263
-
1264
- ### Features
1265
-
1266
- - Added alphaNumeric option to text-field.
1267
-
1268
- ### Bug Fixes
1269
-
1270
- - Fix top-bar to hidden notification if is fintech.
1271
- - Fix top-bar changed label for change password.
1272
- - Fix toggle menu when keydown escape.
1273
-
1274
- ## [2.6.0] (30/03/2022)
1275
-
1276
- ### Features
1277
-
1278
- - Added directive min and max for percentage-field.
1279
- - Added notSequentialNumbers validator.
1280
- - Added firstLetterIsUppercase validator.
1281
-
1282
- ### Bug Fixes
1283
-
1284
- - Fix menu service for don't delete father.
1285
-
1286
- ## [2.5.1] (24/03/2022)
1287
-
1288
- ### Bug Fixes
1289
-
1290
- - Fix input checkbox don't mark when click on label.
1291
-
1292
- ## [2.5.0] (21/03/2022)
1293
-
1294
- ### Features
1295
-
1296
- - Added menu notifications count
1297
-
1298
- ### Bug Fixes
1299
-
1300
- - Fixed gray colors variables names;
1301
- - Fixed topbar to show Fintech menus only when is Fintech;
1302
- - Fixed permissions request to save permissions on storage before using them.
1303
- - Calendar-field "min" and "max" properties set optional.
1304
-
1305
- ## [2.4.0] (20/03/2022)
1306
-
1307
- ### Features
1308
-
1309
- - Added min and max validation functions to forms;
1310
- - Added onlyActivePipe.
1311
-
1312
- ### Bug Fixes
1313
-
1314
- - Fixed menu service to hide parent menus when no children is left after filtering by permission;
1315
- - Changed data-table scrollHeight from 350px to 300px to prevent unnecessary scrolling on viewport;
1316
- - Added toast to unexpected errors from the API.
1317
-
1318
- ## [2.3.0] (18/03/2022)
1319
-
1320
- ### Features
1321
-
1322
- - Added vector-field-error-message for showing when field is invalid.
1323
-
1324
- ### Bug Fixes
1325
-
1326
- - Fix input calendar invalid showing incorrect;
1327
- - Fix input dropdown invalid showing incorrect;
1328
- - Fix Top-bar now show correct account information.
1329
-
1330
- ## [2.2.2] (17/03/2022)
1331
-
1332
- ### Feature
1333
-
1334
- - Added new default color for text in \_variables.scss.
1335
- - Fix Portals items in menu showing incorrect.
1336
-
1337
- ## [2.2.1] (17/03/2022)
1338
-
1339
- ### Bug Fixes
1340
-
1341
- - Fix Portals items menu with switched color.
1342
- - Added directive in vector-top-var(fintech, service);
1343
- - Fix Menu showing without account information in fintech vector-top-bar;
1344
-
1345
- ## [2.2.0] (10/03/2022)
1346
-
1347
- ### Features
1348
-
1349
- - Added textarea field;
1350
- - Added sessionStorage functions to StorageService;
1351
- - Added IFrame opening option to menu items;
1352
- - Added inversed colors vector logo.
1353
-
1354
- ### Bug Fixes
1355
-
1356
- - Fixed dropdown code comparision on filter to support any format;
1357
- - Fixed data table auto load when using virtual pagination;
1358
- - Fixed breadcrumb font-weight;
1359
- - Fixed menu icon filter.
1360
-
1361
- ## [2.0.3] (01/03/2022)
1362
-
1363
- ### Bug Fixes
1364
-
1365
- - Fixed AuthService url to support multiple projects with different endpoint prefixes.
1366
-
1367
- ## [2.0.2] (01/03/2022)
1368
-
1369
- ### Bug Fixes
1370
-
1371
- - Fixed old variable
1372
-
1373
- ## [2.0.1] (01/03/2022)
1374
-
1375
- ### Bug Fixes
1376
-
1377
- - Fixed missing styles
1378
-
1379
- ## [2.0.0] (01/03/2022)
1380
-
1381
- ### Breaking Changes
1382
-
1383
- - CSS variables changed declaration form.
1384
-
1385
- ## [1.0.2] (01/03/2022)
1386
-
1387
- ### Bug Fixes
1388
-
1389
- - Changed text field filter to validate only when on "only text" mode.
1390
-
1391
- ## [1.0.1] (27/02/2022)
1392
-
1393
- ### Bug Fixes
1394
-
1395
- ### Features
1396
-
1397
- ### Breaking Changes
1398
-
1399
- - Library publishing
1
+ # Changelog
2
+
3
+ ## [4.120.0] (26/10/2023)
4
+
5
+ ### Feature
6
+
7
+ - Added `permission` in `profile.model`
8
+
9
+ ## [4.119.0] (23/10/2023)
10
+
11
+ ### Feature
12
+
13
+ - Added `disabled` in `vector-checkbox` when control is populated and group name is not
14
+
15
+ ## [4.118.0] (17/10/2023)
16
+
17
+ ### Feature
18
+
19
+ - Added `permission` in `profile.model`
20
+
21
+ ## [4.117.0] (13/10/2023)
22
+
23
+ ### Feature
24
+
25
+ - Added `isEtcd` in `profile.service` `userInfo`
26
+ - Added `shipperEtcd` in `profile.service` `userInfo`
27
+ - Added `profileTypeEnum` in `profile.service` `userInfo`
28
+
29
+ ## [4.116.0] (10/10/2023)
30
+
31
+ ### Feature
32
+
33
+ - Added `permission` in `profile.model`
34
+
35
+ ## [4.115.0] (28/09/2023)
36
+
37
+ ### Feature
38
+
39
+ - Added `permission` in `profile.model`
40
+
41
+ ## [4.114.0] (23/09/2023)
42
+
43
+ ### Feature
44
+
45
+ - Added disabled state to `vector-stepper` component;
46
+ - Added error message to `vector-number-input`.
47
+
48
+ ## [4.113.0] (22/09/2023)
49
+
50
+ ### Feature
51
+
52
+ - Added `convertTimeToMinutes` and `convertMinutesToTime` to `StringUtils`.
53
+ - Added `vector-stepper` component.
54
+
55
+ ### Bugfix
56
+
57
+ - Fixed `vector-filter` behavior with dropdown default value, which was considering as a Text field and always setting to empty string.
58
+
59
+ ## [4.112.0] (21/09/2023)
60
+
61
+ ### Feature
62
+
63
+ - Added `permission` in `profile.model`
64
+
65
+ ## [4.111.0] (21/09/2023)
66
+
67
+ ### Feature
68
+
69
+ - Added `permission` in `profile.model`
70
+
71
+ ## [4.110.0] (18/09/2023)
72
+
73
+ ### Feature
74
+
75
+ - Added `permission` in `profile.model`
76
+
77
+ ## [4.109.0] (18/09/2023)
78
+
79
+ ### Feature
80
+
81
+ - Added `controler` in `filter.component.ts`
82
+
83
+ ## [4.108.0] (18/09/2023)
84
+
85
+ ### Feature
86
+
87
+ - Added `blurEvent` in `vector-percentage-field`
88
+
89
+ ## [4.107.0] (14/09/2023)
90
+
91
+ ### Feature
92
+
93
+ - Added `numericPositive` in `vector-text-field`
94
+
95
+ ## [4.106.0] (13/09/2023)
96
+
97
+ ### Feature
98
+
99
+ - Added `default-outlined` in `button.component`
100
+ - Added `Show Freight Simulator Etcd` in `profile.model`.
101
+ - Added `Create Update Freight Simulator Etcd` in `profile.model`.
102
+ - Added `Approve Reprove Etcd Simulation` in `profile.model`.
103
+
104
+ ## [4.105.0] (11/09/2023)
105
+
106
+ ### Feature
107
+
108
+ - Added `permission` in `profile.model`.
109
+
110
+ ## [4.104.0] (05/09/2023)
111
+
112
+ ### Feature
113
+
114
+ - Added `permission` in `profile.model`.
115
+
116
+ ## [4.103.0] (01/09/2023)
117
+
118
+ ### Feature
119
+
120
+ - Added `Style light-outline in vector-button` in `button.component`.
121
+
122
+ ## [4.102.0] (29/08/2023)
123
+
124
+ ### Feature
125
+
126
+ - Added `Show Cargo Match Etcd Validations` in `profile.model`.
127
+ - Added `Show Cargo Match Etcd Validations History` in `profile.model`.
128
+
129
+ ## [4.101.0] (28/08/2023)
130
+
131
+ ### Feature
132
+
133
+ - Added `Create Update Cargo Match Validations` in `profile.model`.
134
+ - Added `ValidationsCargoMatch` in `profile.model`.
135
+
136
+ ## [4.100.0] (25/08/2023)
137
+
138
+ ### Feature
139
+
140
+ - Added `permission Cockpit` in `profile.model`.
141
+ - Added `permission Cockpit Summary` in `profile.model`.
142
+ - Added `permission Cockpit Registration` in `profile.model`.
143
+ - Added `permission Cockpit Bank` in `profile.model`.
144
+ - Added `permission Cockpit Credit` in `profile.model`.
145
+ - Added `permission Cockpit PA` in `profile.model`.
146
+ - Added `permission Cockpit Log` in `profile.model`.
147
+ - Added `new validation top-bar account fintech ` in `to-bar.components`
148
+
149
+ ## [4.99.0] (23/08/2023)
150
+
151
+ ### Feature
152
+
153
+ - Added `tooltip` property in `vector-filters`.
154
+
155
+ ## [4.98.0] (22/08/2023)
156
+
157
+ ### Feature
158
+
159
+ - Added `permission` in `GeneralPanel`.
160
+
161
+ ## [4.97.1] (09/08/2023)
162
+
163
+ ### Fix
164
+
165
+ - Added `customization for display value` in `MultiselectField`.
166
+ - Added `customization for label and type or default values in vector-button` in `CrudFooter`.
167
+ - Added `adjustment to icon margin when modal cannot be closed` in `GenericModal`.
168
+
169
+ ## [4.97.0] (03/08/2023)
170
+
171
+ ### Feature
172
+
173
+ - Added `permission Shipping and Loyalty` in `profile.model.ts`.
174
+
175
+ ## [4.96.1] (03/08/2023)
176
+
177
+ ### Fix
178
+
179
+ - Updated the `GenericModal` model, css and structure html.
180
+ - Added property `type` to customization of default values for modal buttons in `GenericModal`.
181
+
182
+ ## [4.96.0] (03/08/2023)
183
+
184
+ ### Feature
185
+
186
+ - Added `readonly` property in `vector-text-field`.
187
+
188
+ ## [4.95.0] (03/08/2023)
189
+
190
+ ### Feature
191
+
192
+ - Rollback version
193
+
194
+ ## [4.92.0] (26/07/2023)
195
+
196
+ ### Feature
197
+
198
+ - Added `permission` in `PriceTaking`.
199
+
200
+ ## [4.91.0] (26/07/2023)
201
+
202
+ ### Feature
203
+
204
+ - Added `permission` in `parametersCancelTrips`.
205
+
206
+ ## [4.90.0] (24/07/2023)
207
+
208
+ ### Feature
209
+
210
+ - Added `permission` in `profile.model.ts`.
211
+
212
+ ## [4.89.0] (19/07/2023)
213
+
214
+ ### Feature
215
+
216
+ - Added `permission` in `profile.model.ts`.
217
+
218
+ ## [4.88.0] (20/07/2023)
219
+
220
+ ### Feature
221
+
222
+ - Added `permission` in `profile.model.ts`.
223
+
224
+ ## [4.87.0] (19/07/2023)
225
+
226
+ ### Feature
227
+
228
+ - Added `inputId` and `slotChar` inputs to `vector-text-field`;
229
+ - Added `centered` input to `vector-currency-field`;
230
+ - Added `skipMessages` input to `vector-generic-error-modal`.
231
+
232
+ ## [4.86.1] (18/07/2023)
233
+
234
+ ### Fix
235
+
236
+ - Update `Label Mostrar Todos To Selecionar Todos` in `multiselect-field.component.html`
237
+ - Added `Created optional parameter to control showToggleAll value` in `multiselect-field.component.html`
238
+
239
+ ## [4.86.0] (16/07/2023)
240
+
241
+ ### Feature
242
+
243
+ - Added `permission` in `profile.model.ts`.
244
+
245
+ ## [4.85.0] (12/07/2023)
246
+
247
+ ### Feature
248
+
249
+ - Added `permission` in `profile.model.ts`.
250
+
251
+ ## [4.84.0] (11/07/2023)
252
+
253
+ ### Feature
254
+
255
+ - Added new function `onBackSpacePress` in `text-field.component.ts`.
256
+
257
+ ## [4.83.0] (10/07/2023)
258
+
259
+ ### Feature
260
+
261
+ - Added `permission` in `profile.model.ts`.
262
+
263
+ ## [4.82.1] (07/07/2023)
264
+
265
+ ### Fix
266
+
267
+ - Update `TextFieldComponent in parameter (blur) inside unmasked input element` in `text-field.component.html`
268
+
269
+ ## [4.82.0] (28/06/2023)
270
+
271
+ ### Feature
272
+
273
+ - Updated `DropdownFieldComponent add parameter isNgContent` in `dropdown-field.component.ts`.
274
+ - Updated `Add new <p-autocomplete> with <ng-template> when isNgContent is true` in `dropdown-field.component.html`.
275
+
276
+ ## [4.81.0] (27/06/2023)
277
+
278
+ ### Feature
279
+
280
+ - Added `permission` in `profile.model.ts`.
281
+
282
+ ## [4.80.0] (23/06/2023)
283
+
284
+ ### Feature
285
+
286
+ - Added `permission` in `profile.model.ts`.
287
+
288
+ ## [4.79.0] (23/06/2023)
289
+
290
+ ### Feature
291
+
292
+ - Added `permission` in `profile.model.ts`.
293
+
294
+ ## [4.78.0] (22/06/2023)
295
+
296
+ ### Feature
297
+
298
+ - Added `permission` in `profile.model.ts`
299
+
300
+ ## [4.77.0] (22/06/2023)
301
+
302
+ ### Feature
303
+
304
+ - Added `permission` in `profile.model.ts`
305
+
306
+ ## [4.76.0] (22/06/2023)
307
+
308
+ ### Feature
309
+
310
+ - Added `permission` in `profile.model.ts`.
311
+
312
+ ## [4.75.0] (22/06/2023)
313
+
314
+ ### Feature
315
+
316
+ - Added `new object in http response to get errorMessage` `Http-response.model.ts`.
317
+ - Added `fatherKey in listItem to better control over options that depends from other values` `list-item.model.ts`
318
+
319
+ ## [4.74.2] (22/06/2023)
320
+
321
+ ### Feature
322
+
323
+ - Added `permission` in `profile.model.ts`.
324
+
325
+ ## [4.74.1] (21/06/2023)
326
+
327
+ ### Bugfix
328
+
329
+ - Added `new return error in interceptor `Http-interceptor.ts`.
330
+
331
+ ## [4.74.0] (20/06/2023)
332
+
333
+ ### Feature
334
+
335
+ - Added `permission` in `profile.model.ts`.
336
+
337
+ ## [4.73.0] (14/06/2023)
338
+
339
+ ### Feature
340
+
341
+ - adding disabled feature to dropdown filter type `filter.component.ts`.
342
+
343
+ ## [4.72.1] (12/05/2023)
344
+
345
+ ### Bugfix
346
+
347
+ - populatin user id in profile service, so even in QA it will work `profile.service.ts`.
348
+
349
+ ## [4.72.0] (25/05/2023)
350
+
351
+ ### Feature
352
+
353
+ - Added `permission` in `profile.model.ts`
354
+
355
+ ## [4.71.0] (24/05/2023)
356
+
357
+ ### Feature
358
+
359
+ - Added `permission` in `profile.model.ts`
360
+
361
+ ## [4.70.4] (22/05/2023)
362
+
363
+ ### Feature
364
+
365
+ - Added help center icons with links to `vector-top-bar`;
366
+
367
+ ## [4.70.3] (19/05/2023)
368
+
369
+ ### Feature
370
+
371
+ - Refactory `close` click link to `vector-top-bar`;
372
+
373
+ ## [4.70.2] (19/05/2023)
374
+
375
+ ### Feature
376
+
377
+ - Added `close` click link to `vector-top-bar`;
378
+
379
+ ## [4.70.1] (19/05/2023)
380
+
381
+ ### Feature
382
+
383
+ - Added `event` click to `vector-top-bar`;
384
+
385
+ ## [4.70.0] (18/05/2023)
386
+
387
+ ### Feature
388
+
389
+ - Added `alphaNumericAndWhitespace` filter to `vector-text-field`;
390
+
391
+ ## [4.69.2] (12/05/2023)
392
+
393
+ ### Bugfix
394
+
395
+ - Added adjustment in the list of records when using the scrollbar `vector-dropdown-field`.
396
+
397
+ ## [4.69.1] (11/05/2023)
398
+
399
+ ### Bugfix
400
+
401
+ - Added IF when column type is STATUS_BAGDE, because before when the value was 0 it was empty `vector-data-table`.
402
+
403
+ ## [4.69.0] (06/05/2023)
404
+
405
+ ### Feature
406
+
407
+ - Added translations to fixed labels on `vector-data-table` and `vector-filters`.
408
+
409
+ ## [4.68.0] (06/05/2023)
410
+
411
+ ### Feature
412
+
413
+ - Added help central icons to `vector-top-bar`.
414
+
415
+ ## [4.67.0] (30/04/2023)
416
+
417
+ ### Feature
418
+
419
+ - Added `vector-score` component.
420
+
421
+ ## [4.66.0] (30/04/2023)
422
+
423
+ ### Feature
424
+
425
+ - Added `NotificationsService`;
426
+ - Added `VectorNotification` model;
427
+ - Added notifications popup on `vector-top-bar`.
428
+
429
+ ## [4.65.0] (28/04/2023)
430
+
431
+ ### Feature
432
+
433
+ - Added `permission` in `profile.model.ts`
434
+
435
+ ## [4.64.0] (12/04/2023)
436
+
437
+ ### Feature
438
+
439
+ - Added `translate options` into `crud-footer` component in lib ngx-vector-components.
440
+
441
+ ## [4.63.0] (05/04/2023)
442
+
443
+ ### Feature
444
+
445
+ - Added `apps` input for `vector-menu`, allowing rendering of custom apps.
446
+ - Added `onTabSelected` for `vector-data-table`;
447
+
448
+ ### Bugfix
449
+
450
+ - Fixed multiple lazy load requests on data tables with filters and tabs.
451
+
452
+ ### Bugfix
453
+
454
+ ## [4.62.1] (04/04/2023)
455
+
456
+ - Added validation to `filters.component` to not make initial search in case there's a list item or default value invalid.
457
+
458
+ ## [4.62.0] (03/04/2023)
459
+
460
+ ### Feature
461
+
462
+ - Added `currencyPrefix` and `localePrefix` properties in `currency filed.component`
463
+
464
+ ## [4.61.0] (29/03/2023)
465
+
466
+ ### Feature
467
+
468
+ - Added `permission` in messageServices
469
+
470
+ ## [4.60.0] (22/03/2023)
471
+
472
+ ### Feature
473
+
474
+ - Added `permission` in `profile.model.ts`
475
+
476
+ ## [4.59.0] (24/02/2023)
477
+
478
+ ### Feature
479
+
480
+ - Added `permission` in `profile.model.ts`
481
+ - Added `disabled` in `vector-input-number.ts`
482
+
483
+ ## [4.58.0] (22/02/2023)
484
+
485
+ ### Feature
486
+
487
+ - Added `CUIT_MASK` in `mask.util.ts`
488
+
489
+ ## [4.57.0] (16/02/2023)
490
+
491
+ ### Feature
492
+
493
+ - Added cols and rows dynamic in `vector-textarea-field.ts`
494
+
495
+ ## [4.56.0] (15/02/2023)
496
+
497
+ ### Feature
498
+
499
+ - Added mask in `mask.util.ts`
500
+
501
+ ## [4.55.0] (12/02/2023)
502
+
503
+ ### Feature
504
+
505
+ - Added `leftLabel` to `vector-text-field`.
506
+
507
+ ### Bugfix
508
+
509
+ - Added padding-top to `vector-generic-modal` content to improve layout.
510
+ - Made grid classes for the action buttons of `vector-generic-modal` dynamic to fill the column if it is a single button.
511
+
512
+ ## [4.54.0] (08/02/2023)
513
+
514
+ ## [4.53.0] (06/02/2023)
515
+
516
+ ### Feature
517
+
518
+ - Added permissions in `profile.model.ts`
519
+
520
+ ## [4.52.0] (28/01/2023)
521
+
522
+ ### Feature
523
+
524
+ - Added `icon` property to `ListItem`;
525
+ - Added icon option for `vector-data-table` tabs.
526
+
527
+ ## [4.51.0] (28/01/2023)
528
+
529
+ ### Feature
530
+
531
+ - Added "info" value for `Status` enum;
532
+ - Added "info" color for `TEXT_BADGE` column on `data-table`;
533
+ - Added `STACK_BADGE` column type for `data-table`;
534
+ - Added `DATE` column type for `data-table`;
535
+ - Added `CURRENCY` column type for `data-table`;
536
+ - Auto select rows marked with `select: true` on `data-table`;
537
+ - Added filter option for `vector-multiselect-field`.
538
+
539
+ ### Bugfix
540
+
541
+ - Changed `appendTo` to `body` on `vector-multiselect-field`;
542
+ - Changed styles for `vector-multiselect-field` to match `vector-dropdown-field` styles;
543
+ - Fixed style issue regarding `filters` search button that prevented screens rendering correctly on first render.
544
+
545
+ ## [4.50.0] (25/01/2023)
546
+
547
+ ### Feature
548
+
549
+ - Adding `permission` in tripService.
550
+
551
+ ## [4.49.0] (13/01/2023)
552
+
553
+ ### Feature
554
+
555
+ - Added mask for hours minutes `00:00` in `mask-util`
556
+
557
+ ### Bugfix
558
+
559
+ - Erased pagedSuggestions restart in line 140 of `dropdown-field-component.ts` because when the data was reloaded, the dropdown fields were blank
560
+
561
+ # [4.48.0] (11/01/2023)
562
+
563
+ ### Feature
564
+
565
+ - Added permissions in `product-reception-list.component.ts`
566
+
567
+ ## [4.47.1] (18/11/2022)
568
+
569
+ ### Bugfix
570
+
571
+ - Adjust `api.ipify` in geolocation.service
572
+
573
+ ## [4.47.0] (28/12/2022)
574
+
575
+ ### Feature
576
+
577
+ - Added permissions in `profile.model.ts`
578
+
579
+ ## [4.46.0] (19/12/2022)
580
+
581
+ ### Feature
582
+
583
+ - Adding `permission` in trips.
584
+
585
+ ## [4.45.0] (08/12/2022)
586
+
587
+ ### Feature
588
+
589
+ - Adding `permission Geofence` in profileService.
590
+ - Adding `AlterationHistory` in `vector-crud-history` and `Insert typeOfModification` in `crud-history.model`
591
+
592
+ ## [4.44.4] (18/11/2022)
593
+
594
+ ### Bugfix
595
+
596
+ - Adjust `name "carteira digital for conta digital` in menu-vector
597
+
598
+ ## [4.44.3] (18/11/2022)
599
+
600
+ ### Bugfix
601
+
602
+ - Adjust `open modal in icon termOfUse` in menu-vector
603
+
604
+ ## [4.44.2] (16/11/2022)
605
+
606
+ ### Bugfix
607
+
608
+ - Adjust `password` in validation
609
+
610
+ ## [4.44.1] (01/11/2022)
611
+
612
+ ### Bugfix
613
+
614
+ - Adjust `permission approveVector and approveETCD` in profileService
615
+
616
+ ## [4.44.0] (28/10/2022)
617
+
618
+ ### Feature
619
+
620
+ - Adding `permission` in groups.
621
+
622
+ ## [4.43.0] (28/10/2022)
623
+
624
+ ### Feature
625
+
626
+ - Adding `permission` in profileService.
627
+
628
+ ## [4.42.1] (27/10/2022)
629
+
630
+ ### Bugfix
631
+
632
+ - Added fixed `vector-checkbox-field` error validation
633
+
634
+ ## [4.42.0] (26/10/2022)
635
+
636
+ ### Feature
637
+
638
+ - Adding `columns expansible` in data-table.
639
+
640
+ ## [4.41.1] (19/10/2022)
641
+
642
+ ### Bugfix
643
+
644
+ - Adding search action in `SELECT-BUTTON` filter
645
+
646
+ ## [4.41.0] (15/10/2022)
647
+
648
+ ### Feature
649
+
650
+ - Added `HistoricalChangesNews` news permission
651
+
652
+ ## [4.40.1] (14/10/2022)
653
+
654
+ ### Bugfix
655
+
656
+ - Added fixed "pt-BR" locale to `vector-currency-field`.
657
+
658
+ ## [4.40.0] (14/10/2022)
659
+
660
+ ### Feature
661
+
662
+ - Added `maxDecimalInput `in `vector-currency-field`.
663
+
664
+ ## [4.39.2] (13/10/2022)
665
+
666
+ ### Bugfix
667
+
668
+ - Fixed `vector-currency-field` behavior when inputing values when `isBankingField` is set to `true`.
669
+
670
+ ## [4.39.1] (13/10/2022)
671
+
672
+ ### Feature
673
+
674
+ - adjusted bug in dataKey from `data-table.component`
675
+
676
+ ## [4.39.0] (12/10/2022)
677
+
678
+ ### Feature
679
+
680
+ - Added disabled option for checkBox in `Datatbles.component`.
681
+
682
+ ## [4.38.1] (11/10/2022)
683
+
684
+ ### Feature
685
+
686
+ - Fixed `expansible` feature for data-table.
687
+
688
+ ## [4.38.0] (11/10/2022)
689
+
690
+ ### Feature
691
+
692
+ - Added row expand in `datatable.component`.
693
+
694
+ ## [4.37.2] (07/10/2022)
695
+
696
+ ### BugFix
697
+
698
+ - Correction in `auth-service`.
699
+
700
+ ## [4.37.1] (07/10/2022)
701
+
702
+ ### BugFix
703
+
704
+ - Correction in `auth-service`.
705
+
706
+ ## [4.37.0] (07/10/2022)
707
+
708
+ ### BugFix
709
+
710
+ - Correction in `auth-service`.
711
+
712
+ ## [4.36.0] (06/10/2022)
713
+
714
+ ### Feature
715
+
716
+ - Added service change `AddPermisLastNameLocation ` profile permission
717
+
718
+ ## [4.35.0] (05/10/2022)
719
+
720
+ ### Feature
721
+
722
+ - Added service change `LinkedCnpj` top bar components
723
+
724
+ ## [4.34.0] (03/10/2022)
725
+
726
+ ### Feature
727
+
728
+ - Added `TripOfferShow` profile permission
729
+
730
+ ## [4.33.0] (02/10/2022)
731
+
732
+ ### Feature
733
+
734
+ - Added `Supply` profile permission.
735
+
736
+ # Changelog
737
+
738
+ ## [4.32.0] (30/09/2022)
739
+
740
+ ### Feature
741
+
742
+ - Added `ETCD` profile permission.
743
+
744
+ ## [4.31.0] (30/09/2022)
745
+
746
+ ### Feature
747
+
748
+ - Added `RECEPTION_PRODUCT` profile permission.
749
+
750
+ # Changelog
751
+
752
+ ## [4.30.0] (30/09/2022)
753
+
754
+ ### Feature
755
+
756
+ - Added `Parameters` profile permission.
757
+
758
+ ## [4.29.0] (27/09/2022)
759
+
760
+ ### Feature
761
+
762
+ - Added `max-width` and `line-break` support for `vector-generic-modal`.
763
+
764
+ ## [4.28.0] (22/09/2022)
765
+
766
+ ### Feature
767
+
768
+ - Added `page` in `datatableComponent` to use in datatable fintech
769
+
770
+ ## [4.27.0] (21/09/2022)
771
+
772
+ ### Feature
773
+
774
+ - Added `APPROVE_VECTOR` profile permission, ProfileModuleActionType.
775
+ - Added `APPROVE_ETCD` profile permission, ProfileModuleActionType.
776
+ - Added `DIGITAL_DISCHARGE` profile permission, ProfileModuleType
777
+
778
+ ## [4.26.0] (15/09/2022)
779
+
780
+ ### Feature
781
+
782
+ - Added `userId` in `profile.service`.
783
+
784
+ ## [4.25.1] (15/09/2022)
785
+
786
+ ### Bugfix
787
+
788
+ - fix `CREDIT_UNIT` profile permission.
789
+
790
+ ## [4.25.0] (15/09/2022)
791
+
792
+ ### Feature
793
+
794
+ - Added `CREDIT` profile permission.
795
+ - Added `CREDIT_UNIT` profile permission.
796
+
797
+ ## [4.24.0] (14/09/2022)
798
+
799
+ ### Feature
800
+
801
+ - Added `News` profile permission.
802
+
803
+ ## [4.23.0] (14/09/2022)
804
+
805
+ ### Feature
806
+
807
+ - Added `step` support for `vector-percentage-field`.
808
+
809
+ ### Bugfix
810
+
811
+ - Fixed `vector-radio-button` alignment.
812
+
813
+ ## [4.22.4] (09/09/2022)
814
+
815
+ ### BugFix
816
+
817
+ - change search document format
818
+
819
+ ## [4.22.3] (06/09/2022)
820
+
821
+ ### BugFix
822
+
823
+ - Hide button after click dropdown
824
+
825
+ ## [4.22.2] (06/09/2022)
826
+
827
+ ### BugFix
828
+
829
+ - dropdown change for choosing accounts, whenever you have more than 1 account, dropdown appears on the active account
830
+
831
+ ## [4.22.1] (06/09/2022)
832
+
833
+ ### BugFix
834
+
835
+ - added `onHeaderCheckboxToggle` in `datatableComponent`
836
+
837
+ ## [4.22.0] (05/09/2022)
838
+
839
+ ### Feature
840
+
841
+ - added `cpf-cnpj-validator` in `utils`, added `plate-mask` in `mask-utils`, added permissions in `profile.model.ts`.
842
+
843
+ ## [4.21.0] (30/08/2022)
844
+
845
+ ### Feature
846
+
847
+ - added `profileName` to user info in `profile.service.ts`.
848
+
849
+ ## [4.20.1] (15/08/2022)
850
+
851
+ ### Bugfix
852
+
853
+ - adjusted `data-table` to not keep start property when clicking search, validation in `data-table.component.ts`.
854
+
855
+ ## [4.20.0] (15/08/2022)
856
+
857
+ ### Features
858
+
859
+ - Added `input-number` to `Componentes`
860
+
861
+ ## [4.19.0] (13/08/2022)
862
+
863
+ ### Features
864
+
865
+ - Added `TEXT_BADGE` type to `TableColumnType` to render `vector-badge` on table.
866
+
867
+ ### Bugfixes
868
+
869
+ - Fixed filters patch from query params.
870
+
871
+ ## [4.18.0] (05/08/2022)
872
+
873
+ ### Features
874
+
875
+ - Added `CustomButtons` to `vector-data-table` so the data-tables can have more buttons if needed.
876
+
877
+ ## [4.17.0] (04/08/2022)
878
+
879
+ ### Features
880
+
881
+ - Added `filterMultiselect` to `FiltersType` to search for multiple selection
882
+
883
+ ## [4.16.1] (01/08/2022)
884
+
885
+ ### Bugfixes
886
+
887
+ - Fixed `getCodes` function from `ObjectUtil` to support inner JSON objects.
888
+
889
+ ## [4.16.0] (31/07/2022)
890
+
891
+ ### Features
892
+
893
+ - Added `getCodes` to `ObjectUtil` to mutate the given object properties to keep only the `code` property.
894
+
895
+ ### Bugfixes
896
+
897
+ - `FiltersComponent` fixed to patch the query params values correctly.
898
+
899
+ ## [4.15.0] (01/08/2022)
900
+
901
+ ### Features
902
+
903
+ - Added function to add new account fintech.
904
+
905
+ ## [4.14.0] (22/07/2022)
906
+
907
+ ### Features
908
+
909
+ - Added `AlterationHistory` in `vector-crud-history` to use the logtech pattern.
910
+
911
+ ## [4.13.0] (18/07/2022)
912
+
913
+ ### Features
914
+
915
+ - Added `selectionType` in `vector-data-table` to add `checkboxbutton` or `radionbutton` in table.
916
+
917
+ ### Refactor
918
+
919
+ - Refactor `generic-modal` to accept news parameters and output events for make more dynamically.
920
+
921
+ ## [4.12.0] (18/07/2022)
922
+
923
+ ### Features
924
+
925
+ - Added `multipleCheck` in `vector-checkbox-field` to add multiple options.
926
+
927
+ ## [4.11.2] (16/07/2022)
928
+
929
+ ### Bugfixes
930
+
931
+ - Fixed `radio-button` to show invalid status color when touched.
932
+
933
+ ## [4.11.1] (15/07/2022)
934
+
935
+ ### Bugfixes
936
+
937
+ - Fixed `getUserId` in `storageService` to get correctly user id.
938
+
939
+ ## [4.11.0] (15/07/2022)
940
+
941
+ ### Features
942
+
943
+ - added `disabled` on `vector-range-field` to disabled field when insert true.
944
+ - added `disabled` on `vector-currency-field` to disabled field when insert true.
945
+
946
+ ## [4.10.5] (14/07/2022)
947
+
948
+ ### Bugfixes
949
+
950
+ - Fixed `doMaskString` on `MaskUtil` to safely return a empty `string` when receiving an empty input.
951
+
952
+ ## [4.10.4] (13/07/2022)
953
+
954
+ ### Bugfixes
955
+
956
+ - Fixed excel and pdf display button in `vector-data-table`.
957
+
958
+ ## [4.10.3] (13/07/2022)
959
+
960
+ ### Bugfixes
961
+
962
+ - Fixed sort column without actions in `vector-data-table`.
963
+
964
+ ## [4.10.2] (10/07/2022)
965
+
966
+ ### Bugfixes
967
+
968
+ - Fixed arrow icon in(Sort column) `vector-data-table`
969
+
970
+ ## [4.10.1] (10/07/2022)
971
+
972
+ ### Bugfixes
973
+
974
+ - Fixed autoStart `vector-data-table`
975
+
976
+ ## [4.9.0] (10/07/2022)
977
+
978
+ ### Features
979
+
980
+ - Added `MASK` type to `TableColumn` enum and implemented it on `data-table`;
981
+ - Added `FieldType` `DATE_RANGE` to `data-table` filters.
982
+
983
+ ## [4.8.0] (09/07/2022)
984
+
985
+ ### Features
986
+
987
+ - Added `notSortable` property do `TableColumn` and implemented it on `data-table`.
988
+
989
+ ## [4.7.1] (09/07/2022)
990
+
991
+ ### BugFixes
992
+
993
+ - Fixed `getById` on `getSugestionsOfDropDown`.
994
+
995
+ ## [4.7.0] (08/07/2022)
996
+
997
+ ### BugFixes
998
+
999
+ - Added new Permissions in `profile.model.ts`.
1000
+
1001
+ ### Features
1002
+
1003
+ - Added `profileTypeItens` BehaviourSubject in `profile.serivice.ts`.
1004
+
1005
+ ## [4.6.3] (08/07/2022)
1006
+
1007
+ ### Bugfixes
1008
+
1009
+ - fixed `menu-label` min-width to align correctly items.
1010
+
1011
+ ## [4.6.2] (07/07/2022)
1012
+
1013
+ ### Bugfixes
1014
+
1015
+ - fixed `top-bar` to display vector user first name.
1016
+
1017
+ ## [4.6.1] (05/07/2022)
1018
+
1019
+ ### Bugfixes
1020
+
1021
+ - `percentage field component` added minFractionDigits and maxFractionDigits properties to configure decimal values
1022
+
1023
+ ## [4.6.0] (06/07/2022)
1024
+
1025
+ ### Features
1026
+
1027
+ - Added `goBackHidden` parameter to hidden goBackButton in `vector-crud-footer`.
1028
+
1029
+ ## [4.5.1] (30/06/2022)
1030
+
1031
+ ### Bugfixes
1032
+
1033
+ - `menu` changed admin menu to show only fintech admin.
1034
+
1035
+ ## [4.5.0] (29/06/2022)
1036
+
1037
+ ### Features
1038
+
1039
+ - `vector-filters` changed to read the url queryParams to set default values.
1040
+
1041
+ ## [4.4.0] (28/06/2022)
1042
+
1043
+ ### Features
1044
+
1045
+ - Added `isExternalUrl` in `http-interceptor.ts`;
1046
+
1047
+ ## [4.3.0] (27/06/2022)
1048
+
1049
+ ### Features
1050
+
1051
+ - Added `HttpDataResponse` in model `http-response.model.ts`;
1052
+
1053
+ ## [4.2.1] (27/06/2022)
1054
+
1055
+ ### Bug Fixes
1056
+
1057
+ - Added `ADD_REGION` in model `profile.model.ts`;
1058
+ - Added `SHOW_REGION` in model `profile.model.ts`;
1059
+ - Added `EDIT_REGION` in model `profile.model.ts`;
1060
+
1061
+ ## [4.2.0] (24/06/2022)
1062
+
1063
+ ### Features
1064
+
1065
+ - Added `CUSTOM_STYLES` in TableColumnType on `data-table-component`;
1066
+ - Added `textFieldClass` in TableColumn on `data-table-component`;
1067
+
1068
+ ## [4.1.1] (23/06/2022)
1069
+
1070
+ ### Bug Fixes
1071
+
1072
+ - Fixed `FilterChangedEvent` external model to use in all project.
1073
+
1074
+ ## [4.1.0] (23/06/2022)
1075
+
1076
+ ### Features
1077
+
1078
+ - Added `onFilterChanged` event on `filters` and `data-table`;
1079
+
1080
+ ### Bug Fixes
1081
+
1082
+ - Fixed `filters` to validate required fields before searching.
1083
+
1084
+ ## [4.0.0] (21/06/2022)
1085
+
1086
+ ### Breaking Changes
1087
+
1088
+ - Added `getById` on `BaseDropdown` interface.
1089
+
1090
+ ### Bug Fixes
1091
+
1092
+ - Fixed `dropdown` behavior with and without `minLengthToService` set;
1093
+ - Fixed `dropdown` search on suggestions to ignore case;
1094
+ - Fixed `data-table` header z-index to keep below other fixed elements (e.g `vector-footer`);
1095
+ - Fixed `multiselect` to get the correct item property for value.
1096
+
1097
+ ## [3.6.1] (15/06/2022)
1098
+
1099
+ ### Bug Fixes
1100
+
1101
+ - Changed overflow behavior of tabview to scroll.
1102
+ -
1103
+
1104
+ ## [3.6.0] (14/06/2022)
1105
+
1106
+ ### Features
1107
+
1108
+ - Added selection to data-table component.
1109
+ - Added hasAction input, now can hide action column.
1110
+
1111
+ ## [3.5.0] (09/06/2022)
1112
+
1113
+ ### Features
1114
+
1115
+ - Added `disabled` property on `ListItem`;
1116
+ - Added `onChange` event on `vector-multiselect-field`.
1117
+
1118
+ ## [3.4.0] (26/05/2022)
1119
+
1120
+ ### Features
1121
+
1122
+ - Added `inputClassName` property to `vector-currency-field`;
1123
+
1124
+ ### Bug Fixes
1125
+
1126
+ - Fixed `vector-button` style property type;
1127
+
1128
+ ## [3.3.1] (25/05/2022)
1129
+
1130
+ ### Bug Fixes
1131
+
1132
+ - Fixed `fullName` validation of `Utils`, changed invalid error message.
1133
+
1134
+ ## [3.3.0] (24/05/2022)
1135
+
1136
+ ### Features
1137
+
1138
+ - Added min length to call the dropdown service query.
1139
+
1140
+ ## [3.2.0] (24/05/2022)
1141
+
1142
+ ### Features
1143
+
1144
+ - Added the ability to add a button column to the `vector-data-table` component that calls a custom function.
1145
+ - Added the possibility to hide the actions column of the component `vector-data-table`.
1146
+
1147
+ ## [3.1.1] (20/05/2022)
1148
+
1149
+ ### Bug Fixes
1150
+
1151
+ - Fixed `vector-button` to fill 100% of container.
1152
+ - Fixed `BOLETO_PATTERN` in `MaskUtils` for accept a digit more.
1153
+
1154
+ ## [3.1.0] (19/05/2022)
1155
+
1156
+ ### Features
1157
+
1158
+ - added `isBankingField` input to `vector-currency-field`.
1159
+
1160
+ ## [3.0.2] (19/05/2022)
1161
+
1162
+ ### Bug Fixes
1163
+
1164
+ - Fixed `vector-button` disable behavior.
1165
+
1166
+ ## [3.0.1] (08/05/2022)
1167
+
1168
+ ### Bug Fixes
1169
+
1170
+ - Fixed peer dependency version.
1171
+
1172
+ ## [3.0.0] (08/05/2022)
1173
+
1174
+ ### Breaking Changes
1175
+
1176
+ - Changed `mixins` to a separated `mixins.scss` file.
1177
+
1178
+ ### Features
1179
+
1180
+ - Added generic guard to check if crud list has items;
1181
+ - Added generic resolver to get the selected crud item from the list;
1182
+ - Added generic resolver to get the selected crud item history from the list;
1183
+ - Added `vector-badge` component;
1184
+ - Added `vector-crud-header` component;
1185
+ - Added `vector-select-button-field` component;
1186
+ - Added `formatDocument` pipe;
1187
+ - Added `VIRTUAL_CARRIER` view type;
1188
+ - Added styles input to `vector-button` to apply styles to the `<button>` tag;
1189
+ - Added dynamic filters to dropdown;
1190
+ - Breadcrumb now has clickable links to navigate to route fragments.
1191
+
1192
+ ### Bug Fixes
1193
+
1194
+ - Menu fixed to navigate to menu route even if it has children;
1195
+ - Changed `vector-data-table` appearence to match new design;
1196
+ - Fixed `vector-filters` to hide the search button when there is no visible filters;
1197
+ - Removed unnecessary `variables.scss` references throughout the project.
1198
+
1199
+ ## [2.14.0] (05/05/2022)
1200
+
1201
+ ### Features
1202
+
1203
+ - TokenIsPresentGuard changed to support both storage and queryParams token.
1204
+
1205
+ ### Bug Fixes
1206
+
1207
+ - MenuComponent fixed to take priority on `frameUrl` to make sure `route` can still be used to build the breadcrumbs if needed;
1208
+ - Made some changes to the accordion styles.
1209
+
1210
+ ## [2.13.1] (28/04/2022)
1211
+
1212
+ ### Bug Fixes
1213
+
1214
+ - Fix conflict merge with versions 2.12.0 with 2.13.0.
1215
+
1216
+ ## [2.13.0] (27/04/2022)
1217
+
1218
+ ### Features
1219
+
1220
+ - Added input valueMovimented in vector-range-value component.
1221
+
1222
+ ### Bug Fixes
1223
+
1224
+ - Fix Sent API address for endpoint.
1225
+ - Fix export GeolocationService.
1226
+
1227
+ ## [2.12.0] (26/04/2022)
1228
+
1229
+ ### Features
1230
+
1231
+ - MenuItem changed to accept both singular and array of permissions.
1232
+
1233
+ ## [2.11.0] (20/04/2022)
1234
+
1235
+ ### Features
1236
+
1237
+ - Added currency-input rounded option.
1238
+
1239
+ ### Bug Fixes
1240
+
1241
+ - Fixed breadcrumb responsive layout;
1242
+ - Fixed radio-button responsive layout;
1243
+ - Changed menu backgroud to white;
1244
+ - Changed accordion styles.
1245
+
1246
+ ## [2.10.0] (19/04/2022)
1247
+
1248
+ ### Features
1249
+
1250
+ - Added login info and geolocation to share: date, time, device info, ip, hostname, latitude, longitude, accuracy.
1251
+
1252
+ ## [2.8.0] (08/04/2022)
1253
+
1254
+ ### Features
1255
+
1256
+ - Added containsLettersAndNumbers validation.
1257
+
1258
+ ### Fix
1259
+
1260
+ - Fix currency-field min and max value don't work.
1261
+
1262
+ ## [2.7.1] (08/04/2022)
1263
+
1264
+ ### Fix
1265
+
1266
+ - Fix text-field don't limit to alpha numeric with alphanumeric true.
1267
+
1268
+ ## [2.7.0] (04/04/2022)
1269
+
1270
+ ### Features
1271
+
1272
+ - Added alphaNumeric option to text-field.
1273
+
1274
+ ### Bug Fixes
1275
+
1276
+ - Fix top-bar to hidden notification if is fintech.
1277
+ - Fix top-bar changed label for change password.
1278
+ - Fix toggle menu when keydown escape.
1279
+
1280
+ ## [2.6.0] (30/03/2022)
1281
+
1282
+ ### Features
1283
+
1284
+ - Added directive min and max for percentage-field.
1285
+ - Added notSequentialNumbers validator.
1286
+ - Added firstLetterIsUppercase validator.
1287
+
1288
+ ### Bug Fixes
1289
+
1290
+ - Fix menu service for don't delete father.
1291
+
1292
+ ## [2.5.1] (24/03/2022)
1293
+
1294
+ ### Bug Fixes
1295
+
1296
+ - Fix input checkbox don't mark when click on label.
1297
+
1298
+ ## [2.5.0] (21/03/2022)
1299
+
1300
+ ### Features
1301
+
1302
+ - Added menu notifications count
1303
+
1304
+ ### Bug Fixes
1305
+
1306
+ - Fixed gray colors variables names;
1307
+ - Fixed topbar to show Fintech menus only when is Fintech;
1308
+ - Fixed permissions request to save permissions on storage before using them.
1309
+ - Calendar-field "min" and "max" properties set optional.
1310
+
1311
+ ## [2.4.0] (20/03/2022)
1312
+
1313
+ ### Features
1314
+
1315
+ - Added min and max validation functions to forms;
1316
+ - Added onlyActivePipe.
1317
+
1318
+ ### Bug Fixes
1319
+
1320
+ - Fixed menu service to hide parent menus when no children is left after filtering by permission;
1321
+ - Changed data-table scrollHeight from 350px to 300px to prevent unnecessary scrolling on viewport;
1322
+ - Added toast to unexpected errors from the API.
1323
+
1324
+ ## [2.3.0] (18/03/2022)
1325
+
1326
+ ### Features
1327
+
1328
+ - Added vector-field-error-message for showing when field is invalid.
1329
+
1330
+ ### Bug Fixes
1331
+
1332
+ - Fix input calendar invalid showing incorrect;
1333
+ - Fix input dropdown invalid showing incorrect;
1334
+ - Fix Top-bar now show correct account information.
1335
+
1336
+ ## [2.2.2] (17/03/2022)
1337
+
1338
+ ### Feature
1339
+
1340
+ - Added new default color for text in \_variables.scss.
1341
+ - Fix Portals items in menu showing incorrect.
1342
+
1343
+ ## [2.2.1] (17/03/2022)
1344
+
1345
+ ### Bug Fixes
1346
+
1347
+ - Fix Portals items menu with switched color.
1348
+ - Added directive in vector-top-var(fintech, service);
1349
+ - Fix Menu showing without account information in fintech vector-top-bar;
1350
+
1351
+ ## [2.2.0] (10/03/2022)
1352
+
1353
+ ### Features
1354
+
1355
+ - Added textarea field;
1356
+ - Added sessionStorage functions to StorageService;
1357
+ - Added IFrame opening option to menu items;
1358
+ - Added inversed colors vector logo.
1359
+
1360
+ ### Bug Fixes
1361
+
1362
+ - Fixed dropdown code comparision on filter to support any format;
1363
+ - Fixed data table auto load when using virtual pagination;
1364
+ - Fixed breadcrumb font-weight;
1365
+ - Fixed menu icon filter.
1366
+
1367
+ ## [2.0.3] (01/03/2022)
1368
+
1369
+ ### Bug Fixes
1370
+
1371
+ - Fixed AuthService url to support multiple projects with different endpoint prefixes.
1372
+
1373
+ ## [2.0.2] (01/03/2022)
1374
+
1375
+ ### Bug Fixes
1376
+
1377
+ - Fixed old variable
1378
+
1379
+ ## [2.0.1] (01/03/2022)
1380
+
1381
+ ### Bug Fixes
1382
+
1383
+ - Fixed missing styles
1384
+
1385
+ ## [2.0.0] (01/03/2022)
1386
+
1387
+ ### Breaking Changes
1388
+
1389
+ - CSS variables changed declaration form.
1390
+
1391
+ ## [1.0.2] (01/03/2022)
1392
+
1393
+ ### Bug Fixes
1394
+
1395
+ - Changed text field filter to validate only when on "only text" mode.
1396
+
1397
+ ## [1.0.1] (27/02/2022)
1398
+
1399
+ ### Bug Fixes
1400
+
1401
+ ### Features
1402
+
1403
+ ### Breaking Changes
1404
+
1405
+ - Library publishing