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