ngx-vector-components 4.127.0 → 4.129.0

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