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