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