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