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