ngx-vector-components 4.130.0 → 4.131.0

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