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