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