ngx-vector-components 4.69.3 → 4.70.1

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 (308) hide show
  1. package/CHANGELOG.md +1029 -1023
  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 +978 -978
  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 +32 -32
  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 +95 -95
  52. package/esm2020/lib/components/fields/currency-field/index.mjs +2 -2
  53. package/esm2020/lib/components/fields/data-table/data-table.component.mjs +382 -382
  54. package/esm2020/lib/components/fields/data-table/index.mjs +2 -2
  55. package/esm2020/lib/components/fields/dropdown-field/dropdown-field.component.mjs +197 -197
  56. package/esm2020/lib/components/fields/dropdown-field/index.mjs +2 -2
  57. package/esm2020/lib/components/fields/field-error-message/field-error-message.component.mjs +30 -30
  58. package/esm2020/lib/components/fields/field-error-message/index.mjs +2 -2
  59. package/esm2020/lib/components/fields/fields.module.mjs +213 -213
  60. package/esm2020/lib/components/fields/filters/filters.component.mjs +203 -203
  61. package/esm2020/lib/components/fields/filters/index.mjs +2 -2
  62. package/esm2020/lib/components/fields/index.mjs +19 -19
  63. package/esm2020/lib/components/fields/input-number-field/index.mjs +2 -2
  64. package/esm2020/lib/components/fields/input-number-field/input-number-field.component.mjs +85 -85
  65. package/esm2020/lib/components/fields/multiselect-field/index.mjs +2 -2
  66. package/esm2020/lib/components/fields/multiselect-field/multiselect-field.component.mjs +47 -47
  67. package/esm2020/lib/components/fields/percentage-field/index.mjs +2 -2
  68. package/esm2020/lib/components/fields/percentage-field/percentage-field.component.mjs +42 -42
  69. package/esm2020/lib/components/fields/radio-button-field/index.mjs +2 -2
  70. package/esm2020/lib/components/fields/radio-button-field/radio-button-field.component.mjs +48 -48
  71. package/esm2020/lib/components/fields/range-value/index.mjs +2 -2
  72. package/esm2020/lib/components/fields/range-value/range-value.component.mjs +72 -72
  73. package/esm2020/lib/components/fields/search-field/index.mjs +2 -2
  74. package/esm2020/lib/components/fields/search-field/search-field.component.mjs +33 -33
  75. package/esm2020/lib/components/fields/select-button-field/index.mjs +2 -2
  76. package/esm2020/lib/components/fields/select-button-field/select-button-field.component.mjs +20 -20
  77. package/esm2020/lib/components/fields/text-field/index.mjs +2 -2
  78. package/esm2020/lib/components/fields/text-field/text-field.component.mjs +217 -211
  79. package/esm2020/lib/components/fields/textarea-field/index.mjs +2 -2
  80. package/esm2020/lib/components/fields/textarea-field/textarea-field.component.mjs +81 -81
  81. package/esm2020/lib/components/generic-error-modal/generic-error-modal.component.mjs +30 -30
  82. package/esm2020/lib/components/generic-error-modal/generic-error-modal.module.mjs +20 -20
  83. package/esm2020/lib/components/generic-error-modal/index.mjs +3 -3
  84. package/esm2020/lib/components/generic-modal/generic-modal.component.mjs +66 -66
  85. package/esm2020/lib/components/generic-modal/generic-modal.module.mjs +20 -20
  86. package/esm2020/lib/components/generic-modal/index.mjs +3 -3
  87. package/esm2020/lib/components/index.mjs +14 -14
  88. package/esm2020/lib/components/menu/index.mjs +4 -4
  89. package/esm2020/lib/components/menu/menu.component.mjs +305 -305
  90. package/esm2020/lib/components/menu/menu.module.mjs +20 -20
  91. package/esm2020/lib/components/menu/sub-menus-list/sub-menus-list.component.mjs +42 -42
  92. package/esm2020/lib/components/panel/index.mjs +3 -3
  93. package/esm2020/lib/components/panel/panel.component.mjs +15 -15
  94. package/esm2020/lib/components/panel/panel.module.mjs +19 -19
  95. package/esm2020/lib/components/score/index.mjs +3 -3
  96. package/esm2020/lib/components/score/score.component.mjs +17 -17
  97. package/esm2020/lib/components/score/score.module.mjs +16 -16
  98. package/esm2020/lib/components/top-bar/index.mjs +3 -3
  99. package/esm2020/lib/components/top-bar/top-bar.component.mjs +120 -114
  100. package/esm2020/lib/components/top-bar/top-bar.module.mjs +20 -20
  101. package/esm2020/lib/guards/crud-list-has-items.guard.mjs +22 -22
  102. package/esm2020/lib/guards/get-token-by-guid.guard.mjs +54 -54
  103. package/esm2020/lib/guards/has-permission.guard.mjs +27 -27
  104. package/esm2020/lib/guards/index.mjs +6 -6
  105. package/esm2020/lib/guards/role.guard.mjs +24 -24
  106. package/esm2020/lib/guards/token-is-present.guard.mjs +26 -26
  107. package/esm2020/lib/interceptors/http-interceptor.mjs +183 -183
  108. package/esm2020/lib/interceptors/index.mjs +2 -2
  109. package/esm2020/lib/models/app-name.enum.mjs +10 -10
  110. package/esm2020/lib/models/boolean-type.enum.mjs +6 -6
  111. package/esm2020/lib/models/crud-history.model.mjs +3 -3
  112. package/esm2020/lib/models/crud-mode.enum.mjs +7 -7
  113. package/esm2020/lib/models/currency.enum.mjs +7 -7
  114. package/esm2020/lib/models/data-table.model.mjs +23 -23
  115. package/esm2020/lib/models/document-type.enum.mjs +6 -6
  116. package/esm2020/lib/models/filters.model.mjs +2 -2
  117. package/esm2020/lib/models/generic-modal.model.mjs +2 -2
  118. package/esm2020/lib/models/http-response.model.mjs +2 -2
  119. package/esm2020/lib/models/index.mjs +18 -18
  120. package/esm2020/lib/models/ip-info.enum.mjs +2 -2
  121. package/esm2020/lib/models/list-item.model.mjs +2 -2
  122. package/esm2020/lib/models/locale.enum.mjs +7 -7
  123. package/esm2020/lib/models/menu-item.model.mjs +2 -2
  124. package/esm2020/lib/models/message-status.enum.mjs +8 -8
  125. package/esm2020/lib/models/profile.model.mjs +237 -237
  126. package/esm2020/lib/models/role.enum.mjs +5 -5
  127. package/esm2020/lib/models/status.enum.mjs +8 -8
  128. package/esm2020/lib/models/vector-app.model.mjs +2 -2
  129. package/esm2020/lib/models/vector-notification.model.mjs +2 -2
  130. package/esm2020/lib/models/view.enum.mjs +7 -7
  131. package/esm2020/lib/pipes/currency-brl.pipe.mjs +18 -18
  132. package/esm2020/lib/pipes/format-document.pipe.mjs +17 -17
  133. package/esm2020/lib/pipes/index.mjs +9 -9
  134. package/esm2020/lib/pipes/mask.pipe.mjs +21 -21
  135. package/esm2020/lib/pipes/not-hidden.pipe.mjs +16 -16
  136. package/esm2020/lib/pipes/only-active.pipe.mjs +16 -16
  137. package/esm2020/lib/pipes/pipes.module.mjs +50 -50
  138. package/esm2020/lib/pipes/remove-last-child.pipe.mjs +18 -18
  139. package/esm2020/lib/pipes/unread-notifications.pipe.mjs +15 -15
  140. package/esm2020/lib/resolvers/get-selected-crud-item.resolver.mjs +28 -28
  141. package/esm2020/lib/resolvers/index.mjs +2 -2
  142. package/esm2020/lib/services/auth.service.mjs +77 -77
  143. package/esm2020/lib/services/base-dropdown.mjs +2 -2
  144. package/esm2020/lib/services/crud-base.service.mjs +14 -14
  145. package/esm2020/lib/services/enum.service.mjs +43 -43
  146. package/esm2020/lib/services/error-message.service.mjs +16 -16
  147. package/esm2020/lib/services/geolocation.service.mjs +23 -23
  148. package/esm2020/lib/services/index.mjs +13 -13
  149. package/esm2020/lib/services/loading.service.mjs +15 -15
  150. package/esm2020/lib/services/menu.service.mjs +152 -152
  151. package/esm2020/lib/services/modal.service.mjs +15 -15
  152. package/esm2020/lib/services/notifications.service.mjs +64 -64
  153. package/esm2020/lib/services/profile.service.mjs +100 -100
  154. package/esm2020/lib/services/storage.service.mjs +108 -108
  155. package/esm2020/lib/shared/shared.module.mjs +19 -19
  156. package/esm2020/lib/utils/cpf-cnpj-validator.util.mjs +116 -116
  157. package/esm2020/lib/utils/file.util.mjs +15 -15
  158. package/esm2020/lib/utils/index.mjs +8 -8
  159. package/esm2020/lib/utils/mask.util.mjs +76 -76
  160. package/esm2020/lib/utils/object.util.mjs +27 -27
  161. package/esm2020/lib/utils/string.util.mjs +16 -16
  162. package/esm2020/lib/utils/validation.util.mjs +234 -234
  163. package/esm2020/lib/utils/window.util.mjs +9 -9
  164. package/esm2020/ngx-vector-components.mjs +4 -4
  165. package/esm2020/public-api.mjs +9 -9
  166. package/fesm2015/ngx-vector-components.mjs +4465 -4453
  167. package/fesm2015/ngx-vector-components.mjs.map +1 -1
  168. package/fesm2020/ngx-vector-components.mjs +4443 -4431
  169. package/fesm2020/ngx-vector-components.mjs.map +1 -1
  170. package/lib/components/badge/badge.component.d.ts +15 -15
  171. package/lib/components/badge/badge.module.d.ts +9 -9
  172. package/lib/components/badge/index.d.ts +2 -2
  173. package/lib/components/breadcrumb/breadcrumb.component.d.ts +19 -19
  174. package/lib/components/breadcrumb/breadcrumb.module.d.ts +8 -8
  175. package/lib/components/breadcrumb/index.d.ts +2 -2
  176. package/lib/components/crud-base/crud-base.component.d.ts +20 -20
  177. package/lib/components/crud-base/index.d.ts +1 -1
  178. package/lib/components/crud-footer/crud-footer.component.d.ts +13 -13
  179. package/lib/components/crud-footer/crud-footer.module.d.ts +10 -10
  180. package/lib/components/crud-footer/index.d.ts +2 -2
  181. package/lib/components/crud-header/crud-header.component.d.ts +11 -11
  182. package/lib/components/crud-header/crud-header.module.d.ts +9 -9
  183. package/lib/components/crud-header/index.d.ts +2 -2
  184. package/lib/components/crud-history/crud-history.component.d.ts +12 -12
  185. package/lib/components/crud-history/crud-history.module.d.ts +10 -10
  186. package/lib/components/crud-history/index.d.ts +2 -2
  187. package/lib/components/fields/button/button.component.d.ts +17 -17
  188. package/lib/components/fields/button/index.d.ts +1 -1
  189. package/lib/components/fields/calendar-field/calendar-field.component.d.ts +23 -23
  190. package/lib/components/fields/calendar-field/index.d.ts +1 -1
  191. package/lib/components/fields/checkbox-field/checkbox-field.component.d.ts +19 -19
  192. package/lib/components/fields/checkbox-field/index.d.ts +1 -1
  193. package/lib/components/fields/currency-field/currency-field.component.d.ts +31 -31
  194. package/lib/components/fields/currency-field/index.d.ts +1 -1
  195. package/lib/components/fields/data-table/data-table.component.d.ts +81 -81
  196. package/lib/components/fields/data-table/index.d.ts +1 -1
  197. package/lib/components/fields/dropdown-field/dropdown-field.component.d.ts +50 -50
  198. package/lib/components/fields/dropdown-field/index.d.ts +1 -1
  199. package/lib/components/fields/field-error-message/field-error-message.component.d.ts +10 -10
  200. package/lib/components/fields/field-error-message/index.d.ts +1 -1
  201. package/lib/components/fields/fields.module.d.ts +48 -48
  202. package/lib/components/fields/filters/filters.component.d.ts +62 -62
  203. package/lib/components/fields/filters/index.d.ts +1 -1
  204. package/lib/components/fields/index.d.ts +18 -18
  205. package/lib/components/fields/input-number-field/index.d.ts +1 -1
  206. package/lib/components/fields/input-number-field/input-number-field.component.d.ts +28 -28
  207. package/lib/components/fields/multiselect-field/index.d.ts +1 -1
  208. package/lib/components/fields/multiselect-field/multiselect-field.component.d.ts +15 -15
  209. package/lib/components/fields/percentage-field/index.d.ts +1 -1
  210. package/lib/components/fields/percentage-field/percentage-field.component.d.ts +16 -16
  211. package/lib/components/fields/radio-button-field/index.d.ts +1 -1
  212. package/lib/components/fields/radio-button-field/radio-button-field.component.d.ts +25 -25
  213. package/lib/components/fields/range-value/index.d.ts +1 -1
  214. package/lib/components/fields/range-value/range-value.component.d.ts +18 -18
  215. package/lib/components/fields/search-field/index.d.ts +1 -1
  216. package/lib/components/fields/search-field/search-field.component.d.ts +14 -14
  217. package/lib/components/fields/select-button-field/index.d.ts +1 -1
  218. package/lib/components/fields/select-button-field/select-button-field.component.d.ts +9 -9
  219. package/lib/components/fields/text-field/index.d.ts +1 -1
  220. package/lib/components/fields/text-field/text-field.component.d.ts +50 -49
  221. package/lib/components/fields/textarea-field/index.d.ts +1 -1
  222. package/lib/components/fields/textarea-field/textarea-field.component.d.ts +22 -22
  223. package/lib/components/generic-error-modal/generic-error-modal.component.d.ts +14 -14
  224. package/lib/components/generic-error-modal/generic-error-modal.module.d.ts +10 -10
  225. package/lib/components/generic-error-modal/index.d.ts +2 -2
  226. package/lib/components/generic-modal/generic-modal.component.d.ts +24 -24
  227. package/lib/components/generic-modal/generic-modal.module.d.ts +10 -10
  228. package/lib/components/generic-modal/index.d.ts +2 -2
  229. package/lib/components/index.d.ts +13 -13
  230. package/lib/components/menu/index.d.ts +3 -3
  231. package/lib/components/menu/menu.component.d.ts +53 -53
  232. package/lib/components/menu/menu.module.d.ts +10 -10
  233. package/lib/components/menu/sub-menus-list/sub-menus-list.component.d.ts +14 -14
  234. package/lib/components/panel/index.d.ts +2 -2
  235. package/lib/components/panel/panel.component.d.ts +8 -8
  236. package/lib/components/panel/panel.module.d.ts +9 -9
  237. package/lib/components/score/index.d.ts +2 -2
  238. package/lib/components/score/score.component.d.ts +9 -9
  239. package/lib/components/score/score.module.d.ts +7 -7
  240. package/lib/components/top-bar/index.d.ts +2 -2
  241. package/lib/components/top-bar/top-bar.component.d.ts +46 -44
  242. package/lib/components/top-bar/top-bar.module.d.ts +10 -10
  243. package/lib/guards/crud-list-has-items.guard.d.ts +10 -10
  244. package/lib/guards/get-token-by-guid.guard.d.ts +15 -15
  245. package/lib/guards/has-permission.guard.d.ts +13 -13
  246. package/lib/guards/index.d.ts +5 -5
  247. package/lib/guards/role.guard.d.ts +11 -11
  248. package/lib/guards/token-is-present.guard.d.ts +11 -11
  249. package/lib/interceptors/http-interceptor.d.ts +31 -31
  250. package/lib/interceptors/index.d.ts +1 -1
  251. package/lib/models/app-name.enum.d.ts +8 -8
  252. package/lib/models/boolean-type.enum.d.ts +4 -4
  253. package/lib/models/crud-history.model.d.ts +13 -13
  254. package/lib/models/crud-mode.enum.d.ts +5 -5
  255. package/lib/models/currency.enum.d.ts +5 -5
  256. package/lib/models/data-table.model.d.ts +65 -65
  257. package/lib/models/document-type.enum.d.ts +4 -4
  258. package/lib/models/filters.model.d.ts +4 -4
  259. package/lib/models/generic-modal.model.d.ts +13 -13
  260. package/lib/models/http-response.model.d.ts +40 -40
  261. package/lib/models/index.d.ts +17 -17
  262. package/lib/models/ip-info.enum.d.ts +6 -6
  263. package/lib/models/list-item.model.d.ts +6 -6
  264. package/lib/models/locale.enum.d.ts +5 -5
  265. package/lib/models/menu-item.model.d.ts +16 -16
  266. package/lib/models/message-status.enum.d.ts +6 -6
  267. package/lib/models/profile.model.d.ts +258 -258
  268. package/lib/models/role.enum.d.ts +3 -3
  269. package/lib/models/status.enum.d.ts +6 -6
  270. package/lib/models/vector-app.model.d.ts +9 -9
  271. package/lib/models/vector-notification.model.d.ts +8 -7
  272. package/lib/models/view.enum.d.ts +5 -5
  273. package/lib/pipes/currency-brl.pipe.d.ts +7 -7
  274. package/lib/pipes/format-document.pipe.d.ts +7 -7
  275. package/lib/pipes/index.d.ts +8 -8
  276. package/lib/pipes/mask.pipe.d.ts +7 -7
  277. package/lib/pipes/not-hidden.pipe.d.ts +7 -7
  278. package/lib/pipes/only-active.pipe.d.ts +7 -7
  279. package/lib/pipes/pipes.module.d.ts +13 -13
  280. package/lib/pipes/remove-last-child.pipe.d.ts +7 -7
  281. package/lib/pipes/unread-notifications.pipe.d.ts +9 -9
  282. package/lib/resolvers/get-selected-crud-item.resolver.d.ts +10 -10
  283. package/lib/resolvers/index.d.ts +1 -1
  284. package/lib/services/auth.service.d.ts +24 -24
  285. package/lib/services/base-dropdown.d.ts +7 -7
  286. package/lib/services/crud-base.service.d.ts +7 -7
  287. package/lib/services/enum.service.d.ts +13 -13
  288. package/lib/services/error-message.service.d.ts +8 -8
  289. package/lib/services/geolocation.service.d.ts +13 -13
  290. package/lib/services/index.d.ts +12 -12
  291. package/lib/services/loading.service.d.ts +7 -7
  292. package/lib/services/menu.service.d.ts +35 -35
  293. package/lib/services/modal.service.d.ts +7 -7
  294. package/lib/services/notifications.service.d.ts +13 -13
  295. package/lib/services/profile.service.d.ts +26 -26
  296. package/lib/services/storage.service.d.ts +43 -43
  297. package/lib/shared/shared.module.d.ts +10 -10
  298. package/lib/utils/cpf-cnpj-validator.util.d.ts +5 -5
  299. package/lib/utils/file.util.d.ts +4 -4
  300. package/lib/utils/index.d.ts +7 -7
  301. package/lib/utils/mask.util.d.ts +21 -21
  302. package/lib/utils/object.util.d.ts +5 -5
  303. package/lib/utils/string.util.d.ts +4 -4
  304. package/lib/utils/validation.util.d.ts +17 -17
  305. package/lib/utils/window.util.d.ts +4 -4
  306. package/ngx-vector-components.d.ts +5 -5
  307. package/package.json +1 -1
  308. package/public-api.d.ts +8 -8
package/CHANGELOG.md CHANGED
@@ -1,1023 +1,1029 @@
1
- # Changelog
2
-
3
- ## [4.69.3] (17/05/2023)
4
-
5
- ### Bugfix
6
-
7
- - `vector-radio-button-field` fixed to use translations on boolean options.
8
-
9
- ## [4.69.2] (12/05/2023)
10
-
11
- ### Bugfix
12
-
13
- - Added adjustment in the list of records when using the scrollbar `vector-dropdown-field`.
14
-
15
- ## [4.69.1] (11/05/2023)
16
-
17
- ### Bugfix
18
-
19
- - Added IF when column type is STATUS_BAGDE, because before when the value was 0 it was empty `vector-data-table`.
20
-
21
- ## [4.69.0] (06/05/2023)
22
-
23
- ### Feature
24
-
25
- - Added translations to fixed labels on `vector-data-table` and `vector-filters`.
26
-
27
- ## [4.68.0] (06/05/2023)
28
-
29
- ### Feature
30
-
31
- - Added help central icons to `vector-top-bar`.
32
-
33
- ## [4.67.0] (30/04/2023)
34
-
35
- ### Feature
36
-
37
- - Added `vector-score` component.
38
-
39
- ## [4.66.0] (30/04/2023)
40
-
41
- ### Feature
42
-
43
- - Added `NotificationsService`;
44
- - Added `VectorNotification` model;
45
- - Added notifications popup on `vector-top-bar`.
46
-
47
- ## [4.65.0] (28/04/2023)
48
-
49
- ### Feature
50
-
51
- - Added `permission` in `profile.model.ts`
52
-
53
- ## [4.64.0] (12/04/2023)
54
-
55
- ### Feature
56
-
57
- - Added `translate options` into `crud-footer` component in lib ngx-vector-components.
58
-
59
- ## [4.63.0] (05/04/2023)
60
-
61
- ### Feature
62
-
63
- - Added `apps` input for `vector-menu`, allowing rendering of custom apps.
64
- - Added `onTabSelected` for `vector-data-table`;
65
-
66
- ### Bugfix
67
-
68
- - Fixed multiple lazy load requests on data tables with filters and tabs.
69
-
70
- ### Bugfix
71
-
72
- ## [4.62.1] (04/04/2023)
73
-
74
- - Added validation to `filters.component` to not make initial search in case there's a list item or default value invalid.
75
-
76
- ## [4.62.0] (03/04/2023)
77
-
78
- ### Feature
79
-
80
- - Added `currencyPrefix` and `localePrefix` properties in `currency filed.component`
81
-
82
- ## [4.61.0] (29/03/2023)
83
-
84
- ### Feature
85
-
86
- - Added `permission` in messageServices
87
-
88
- ## [4.60.0] (22/03/2023)
89
-
90
- ### Feature
91
-
92
- - Added `permission` in `profile.model.ts`
93
-
94
- ## [4.59.0] (24/02/2023)
95
-
96
- ### Feature
97
-
98
- - Added `permission` in `profile.model.ts`
99
- - Added `disabled` in `vector-input-number.ts`
100
-
101
- ## [4.58.0] (22/02/2023)
102
-
103
- ### Feature
104
-
105
- - Added `CUIT_MASK` in `mask.util.ts`
106
-
107
- ## [4.57.0] (16/02/2023)
108
-
109
- ### Feature
110
-
111
- - Added cols and rows dynamic in `vector-textarea-field.ts`
112
-
113
- ## [4.56.0] (15/02/2023)
114
-
115
- ### Feature
116
-
117
- - Added mask in `mask.util.ts`
118
-
119
- ## [4.55.0] (12/02/2023)
120
-
121
- ### Feature
122
-
123
- - Added `leftLabel` to `vector-text-field`.
124
-
125
- ### Bugfix
126
-
127
- - Added padding-top to `vector-generic-modal` content to improve layout.
128
- - Made grid classes for the action buttons of `vector-generic-modal` dynamic to fill the column if it is a single button.
129
-
130
- ## [4.54.0] (08/02/2023)
131
-
132
- ## [4.53.0] (06/02/2023)
133
-
134
- ### Feature
135
-
136
- - Added permissions in `profile.model.ts`
137
-
138
- ## [4.52.0] (28/01/2023)
139
-
140
- ### Feature
141
-
142
- - Added `icon` property to `ListItem`;
143
- - Added icon option for `vector-data-table` tabs.
144
-
145
- ## [4.51.0] (28/01/2023)
146
-
147
- ### Feature
148
-
149
- - Added "info" value for `Status` enum;
150
- - Added "info" color for `TEXT_BADGE` column on `data-table`;
151
- - Added `STACK_BADGE` column type for `data-table`;
152
- - Added `DATE` column type for `data-table`;
153
- - Added `CURRENCY` column type for `data-table`;
154
- - Auto select rows marked with `select: true` on `data-table`;
155
- - Added filter option for `vector-multiselect-field`.
156
-
157
- ### Bugfix
158
-
159
- - Changed `appendTo` to `body` on `vector-multiselect-field`;
160
- - Changed styles for `vector-multiselect-field` to match `vector-dropdown-field` styles;
161
- - Fixed style issue regarding `filters` search button that prevented screens rendering correctly on first render.
162
-
163
- ## [4.50.0] (25/01/2023)
164
-
165
- ### Feature
166
-
167
- - Adding `permission` in tripService.
168
-
169
- ## [4.49.0] (13/01/2023)
170
-
171
- ### Feature
172
-
173
- - Added mask for hours minutes `00:00` in `mask-util`
174
-
175
- ### Bugfix
176
-
177
- - Erased pagedSuggestions restart in line 140 of `dropdown-field-component.ts` because when the data was reloaded, the dropdown fields were blank
178
-
179
- # [4.48.0] (11/01/2023)
180
-
181
- ### Feature
182
-
183
- - Added permissions in `product-reception-list.component.ts`
184
-
185
- ## [4.47.1] (18/11/2022)
186
-
187
- ### Bugfix
188
-
189
- - Adjust `api.ipify` in geolocation.service
190
-
191
- ## [4.47.0] (28/12/2022)
192
-
193
- ### Feature
194
-
195
- - Added permissions in `profile.model.ts`
196
-
197
- ## [4.46.0] (19/12/2022)
198
-
199
- ### Feature
200
-
201
- - Adding `permission` in trips.
202
-
203
- ## [4.45.0] (08/12/2022)
204
-
205
- ### Feature
206
-
207
- - Adding `permission Geofence` in profileService.
208
- - Adding `AlterationHistory` in `vector-crud-history` and `Insert typeOfModification` in `crud-history.model`
209
-
210
- ## [4.44.4] (18/11/2022)
211
-
212
- ### Bugfix
213
-
214
- - Adjust `name "carteira digital for conta digital` in menu-vector
215
-
216
- ## [4.44.3] (18/11/2022)
217
-
218
- ### Bugfix
219
-
220
- - Adjust `open modal in icon termOfUse` in menu-vector
221
-
222
- ## [4.44.2] (16/11/2022)
223
-
224
- ### Bugfix
225
-
226
- - Adjust `password` in validation
227
-
228
- ## [4.44.1] (01/11/2022)
229
-
230
- ### Bugfix
231
-
232
- - Adjust `permission approveVector and approveETCD` in profileService
233
-
234
- ## [4.44.0] (28/10/2022)
235
-
236
- ### Feature
237
-
238
- - Adding `permission` in groups.
239
-
240
- ## [4.43.0] (28/10/2022)
241
-
242
- ### Feature
243
-
244
- - Adding `permission` in profileService.
245
-
246
- ## [4.42.1] (27/10/2022)
247
-
248
- ### Bugfix
249
-
250
- - Added fixed `vector-checkbox-field` error validation
251
-
252
- ## [4.42.0] (26/10/2022)
253
-
254
- ### Feature
255
-
256
- - Adding `columns expansible` in data-table.
257
-
258
- ## [4.41.1] (19/10/2022)
259
-
260
- ### Bugfix
261
-
262
- - Adding search action in `SELECT-BUTTON` filter
263
-
264
- ## [4.41.0] (15/10/2022)
265
-
266
- ### Feature
267
-
268
- - Added `HistoricalChangesNews` news permission
269
-
270
- ## [4.40.1] (14/10/2022)
271
-
272
- ### Bugfix
273
-
274
- - Added fixed "pt-BR" locale to `vector-currency-field`.
275
-
276
- ## [4.40.0] (14/10/2022)
277
-
278
- ### Feature
279
-
280
- - Added `maxDecimalInput `in `vector-currency-field`.
281
-
282
- ## [4.39.2] (13/10/2022)
283
-
284
- ### Bugfix
285
-
286
- - Fixed `vector-currency-field` behavior when inputing values when `isBankingField` is set to `true`.
287
-
288
- ## [4.39.1] (13/10/2022)
289
-
290
- ### Feature
291
-
292
- - adjusted bug in dataKey from `data-table.component`
293
-
294
- ## [4.39.0] (12/10/2022)
295
-
296
- ### Feature
297
-
298
- - Added disabled option for checkBox in `Datatbles.component`.
299
-
300
- ## [4.38.1] (11/10/2022)
301
-
302
- ### Feature
303
-
304
- - Fixed `expansible` feature for data-table.
305
-
306
- ## [4.38.0] (11/10/2022)
307
-
308
- ### Feature
309
-
310
- - Added row expand in `datatable.component`.
311
-
312
- ## [4.37.2] (07/10/2022)
313
-
314
- ### BugFix
315
-
316
- - Correction in `auth-service`.
317
-
318
- ## [4.37.1] (07/10/2022)
319
-
320
- ### BugFix
321
-
322
- - Correction in `auth-service`.
323
-
324
- ## [4.37.0] (07/10/2022)
325
-
326
- ### BugFix
327
-
328
- - Correction in `auth-service`.
329
-
330
- ## [4.36.0] (06/10/2022)
331
-
332
- ### Feature
333
-
334
- - Added service change `AddPermisLastNameLocation ` profile permission
335
-
336
- ## [4.35.0] (05/10/2022)
337
-
338
- ### Feature
339
-
340
- - Added service change `LinkedCnpj` top bar components
341
-
342
- ## [4.34.0] (03/10/2022)
343
-
344
- ### Feature
345
-
346
- - Added `TripOfferShow` profile permission
347
-
348
- ## [4.33.0] (02/10/2022)
349
-
350
- ### Feature
351
-
352
- - Added `Supply` profile permission.
353
-
354
- # Changelog
355
-
356
- ## [4.32.0] (30/09/2022)
357
-
358
- ### Feature
359
-
360
- - Added `ETCD` profile permission.
361
-
362
- ## [4.31.0] (30/09/2022)
363
-
364
- ### Feature
365
-
366
- - Added `RECEPTION_PRODUCT` profile permission.
367
-
368
- # Changelog
369
-
370
- ## [4.30.0] (30/09/2022)
371
-
372
- ### Feature
373
-
374
- - Added `Parameters` profile permission.
375
-
376
- ## [4.29.0] (27/09/2022)
377
-
378
- ### Feature
379
-
380
- - Added `max-width` and `line-break` support for `vector-generic-modal`.
381
-
382
- ## [4.28.0] (22/09/2022)
383
-
384
- ### Feature
385
-
386
- - Added `page` in `datatableComponent` to use in datatable fintech
387
-
388
- ## [4.27.0] (21/09/2022)
389
-
390
- ### Feature
391
-
392
- - Added `APPROVE_VECTOR` profile permission, ProfileModuleActionType.
393
- - Added `APPROVE_ETCD` profile permission, ProfileModuleActionType.
394
- - Added `DIGITAL_DISCHARGE` profile permission, ProfileModuleType
395
-
396
- ## [4.26.0] (15/09/2022)
397
-
398
- ### Feature
399
-
400
- - Added `userId` in `profile.service`.
401
-
402
- ## [4.25.1] (15/09/2022)
403
-
404
- ### Bugfix
405
-
406
- - fix `CREDIT_UNIT` profile permission.
407
-
408
- ## [4.25.0] (15/09/2022)
409
-
410
- ### Feature
411
-
412
- - Added `CREDIT` profile permission.
413
- - Added `CREDIT_UNIT` profile permission.
414
-
415
- ## [4.24.0] (14/09/2022)
416
-
417
- ### Feature
418
-
419
- - Added `News` profile permission.
420
-
421
- ## [4.23.0] (14/09/2022)
422
-
423
- ### Feature
424
-
425
- - Added `step` support for `vector-percentage-field`.
426
-
427
- ### Bugfix
428
-
429
- - Fixed `vector-radio-button` alignment.
430
-
431
- ## [4.22.4] (09/09/2022)
432
-
433
- ### BugFix
434
-
435
- - change search document format
436
-
437
- ## [4.22.3] (06/09/2022)
438
-
439
- ### BugFix
440
-
441
- - Hide button after click dropdown
442
-
443
- ## [4.22.2] (06/09/2022)
444
-
445
- ### BugFix
446
-
447
- - dropdown change for choosing accounts, whenever you have more than 1 account, dropdown appears on the active account
448
-
449
- ## [4.22.1] (06/09/2022)
450
-
451
- ### BugFix
452
-
453
- - added `onHeaderCheckboxToggle` in `datatableComponent`
454
-
455
- ## [4.22.0] (05/09/2022)
456
-
457
- ### Feature
458
-
459
- - added `cpf-cnpj-validator` in `utils`, added `plate-mask` in `mask-utils`, added permissions in `profile.model.ts`.
460
-
461
- ## [4.21.0] (30/08/2022)
462
-
463
- ### Feature
464
-
465
- - added `profileName` to user info in `profile.service.ts`.
466
-
467
- ## [4.20.1] (15/08/2022)
468
-
469
- ### Bugfix
470
-
471
- - adjusted `data-table` to not keep start property when clicking search, validation in `data-table.component.ts`.
472
-
473
- ## [4.20.0] (15/08/2022)
474
-
475
- ### Features
476
-
477
- - Added `input-number` to `Componentes`
478
-
479
- ## [4.19.0] (13/08/2022)
480
-
481
- ### Features
482
-
483
- - Added `TEXT_BADGE` type to `TableColumnType` to render `vector-badge` on table.
484
-
485
- ### Bugfixes
486
-
487
- - Fixed filters patch from query params.
488
-
489
- ## [4.18.0] (05/08/2022)
490
-
491
- ### Features
492
-
493
- - Added `CustomButtons` to `vector-data-table` so the data-tables can have more buttons if needed.
494
-
495
- ## [4.17.0] (04/08/2022)
496
-
497
- ### Features
498
-
499
- - Added `filterMultiselect` to `FiltersType` to search for multiple selection
500
-
501
- ## [4.16.1] (01/08/2022)
502
-
503
- ### Bugfixes
504
-
505
- - Fixed `getCodes` function from `ObjectUtil` to support inner JSON objects.
506
-
507
- ## [4.16.0] (31/07/2022)
508
-
509
- ### Features
510
-
511
- - Added `getCodes` to `ObjectUtil` to mutate the given object properties to keep only the `code` property.
512
-
513
- ### Bugfixes
514
-
515
- - `FiltersComponent` fixed to patch the query params values correctly.
516
-
517
- ## [4.15.0] (01/08/2022)
518
-
519
- ### Features
520
-
521
- - Added function to add new account fintech.
522
-
523
- ## [4.14.0] (22/07/2022)
524
-
525
- ### Features
526
-
527
- - Added `AlterationHistory` in `vector-crud-history` to use the logtech pattern.
528
-
529
- ## [4.13.0] (18/07/2022)
530
-
531
- ### Features
532
-
533
- - Added `selectionType` in `vector-data-table` to add `checkboxbutton` or `radionbutton` in table.
534
-
535
- ### Refactor
536
-
537
- - Refactor `generic-modal` to accept news parameters and output events for make more dynamically.
538
-
539
- ## [4.12.0] (18/07/2022)
540
-
541
- ### Features
542
-
543
- - Added `multipleCheck` in `vector-checkbox-field` to add multiple options.
544
-
545
- ## [4.11.2] (16/07/2022)
546
-
547
- ### Bugfixes
548
-
549
- - Fixed `radio-button` to show invalid status color when touched.
550
-
551
- ## [4.11.1] (15/07/2022)
552
-
553
- ### Bugfixes
554
-
555
- - Fixed `getUserId` in `storageService` to get correctly user id.
556
-
557
- ## [4.11.0] (15/07/2022)
558
-
559
- ### Features
560
-
561
- - added `disabled` on `vector-range-field` to disabled field when insert true.
562
- - added `disabled` on `vector-currency-field` to disabled field when insert true.
563
-
564
- ## [4.10.5] (14/07/2022)
565
-
566
- ### Bugfixes
567
-
568
- - Fixed `doMaskString` on `MaskUtil` to safely return a empty `string` when receiving an empty input.
569
-
570
- ## [4.10.4] (13/07/2022)
571
-
572
- ### Bugfixes
573
-
574
- - Fixed excel and pdf display button in `vector-data-table`.
575
-
576
- ## [4.10.3] (13/07/2022)
577
-
578
- ### Bugfixes
579
-
580
- - Fixed sort column without actions in `vector-data-table`.
581
-
582
- ## [4.10.2] (10/07/2022)
583
-
584
- ### Bugfixes
585
-
586
- - Fixed arrow icon in(Sort column) `vector-data-table`
587
-
588
- ## [4.10.1] (10/07/2022)
589
-
590
- ### Bugfixes
591
-
592
- - Fixed autoStart `vector-data-table`
593
-
594
- ## [4.9.0] (10/07/2022)
595
-
596
- ### Features
597
-
598
- - Added `MASK` type to `TableColumn` enum and implemented it on `data-table`;
599
- - Added `FieldType` `DATE_RANGE` to `data-table` filters.
600
-
601
- ## [4.8.0] (09/07/2022)
602
-
603
- ### Features
604
-
605
- - Added `notSortable` property do `TableColumn` and implemented it on `data-table`.
606
-
607
- ## [4.7.1] (09/07/2022)
608
-
609
- ### BugFixes
610
-
611
- - Fixed `getById` on `getSugestionsOfDropDown`.
612
-
613
- ## [4.7.0] (08/07/2022)
614
-
615
- ### BugFixes
616
-
617
- - Added new Permissions in `profile.model.ts`.
618
-
619
- ### Features
620
-
621
- - Added `profileTypeItens` BehaviourSubject in `profile.serivice.ts`.
622
-
623
- ## [4.6.3] (08/07/2022)
624
-
625
- ### Bugfixes
626
-
627
- - fixed `menu-label` min-width to align correctly items.
628
-
629
- ## [4.6.2] (07/07/2022)
630
-
631
- ### Bugfixes
632
-
633
- - fixed `top-bar` to display vector user first name.
634
-
635
- ## [4.6.1] (05/07/2022)
636
-
637
- ### Bugfixes
638
-
639
- - `percentage field component` added minFractionDigits and maxFractionDigits properties to configure decimal values
640
-
641
- ## [4.6.0] (06/07/2022)
642
-
643
- ### Features
644
-
645
- - Added `goBackHidden` parameter to hidden goBackButton in `vector-crud-footer`.
646
-
647
- ## [4.5.1] (30/06/2022)
648
-
649
- ### Bugfixes
650
-
651
- - `menu` changed admin menu to show only fintech admin.
652
-
653
- ## [4.5.0] (29/06/2022)
654
-
655
- ### Features
656
-
657
- - `vector-filters` changed to read the url queryParams to set default values.
658
-
659
- ## [4.4.0] (28/06/2022)
660
-
661
- ### Features
662
-
663
- - Added `isExternalUrl` in `http-interceptor.ts`;
664
-
665
- ## [4.3.0] (27/06/2022)
666
-
667
- ### Features
668
-
669
- - Added `HttpDataResponse` in model `http-response.model.ts`;
670
-
671
- ## [4.2.1] (27/06/2022)
672
-
673
- ### Bug Fixes
674
-
675
- - Added `ADD_REGION` in model `profile.model.ts`;
676
- - Added `SHOW_REGION` in model `profile.model.ts`;
677
- - Added `EDIT_REGION` in model `profile.model.ts`;
678
-
679
- ## [4.2.0] (24/06/2022)
680
-
681
- ### Features
682
-
683
- - Added `CUSTOM_STYLES` in TableColumnType on `data-table-component`;
684
- - Added `textFieldClass` in TableColumn on `data-table-component`;
685
-
686
- ## [4.1.1] (23/06/2022)
687
-
688
- ### Bug Fixes
689
-
690
- - Fixed `FilterChangedEvent` external model to use in all project.
691
-
692
- ## [4.1.0] (23/06/2022)
693
-
694
- ### Features
695
-
696
- - Added `onFilterChanged` event on `filters` and `data-table`;
697
-
698
- ### Bug Fixes
699
-
700
- - Fixed `filters` to validate required fields before searching.
701
-
702
- ## [4.0.0] (21/06/2022)
703
-
704
- ### Breaking Changes
705
-
706
- - Added `getById` on `BaseDropdown` interface.
707
-
708
- ### Bug Fixes
709
-
710
- - Fixed `dropdown` behavior with and without `minLengthToService` set;
711
- - Fixed `dropdown` search on suggestions to ignore case;
712
- - Fixed `data-table` header z-index to keep below other fixed elements (e.g `vector-footer`);
713
- - Fixed `multiselect` to get the correct item property for value.
714
-
715
- ## [3.6.1] (15/06/2022)
716
-
717
- ### Bug Fixes
718
-
719
- - Changed overflow behavior of tabview to scroll.
720
- -
721
-
722
- ## [3.6.0] (14/06/2022)
723
-
724
- ### Features
725
-
726
- - Added selection to data-table component.
727
- - Added hasAction input, now can hide action column.
728
-
729
- ## [3.5.0] (09/06/2022)
730
-
731
- ### Features
732
-
733
- - Added `disabled` property on `ListItem`;
734
- - Added `onChange` event on `vector-multiselect-field`.
735
-
736
- ## [3.4.0] (26/05/2022)
737
-
738
- ### Features
739
-
740
- - Added `inputClassName` property to `vector-currency-field`;
741
-
742
- ### Bug Fixes
743
-
744
- - Fixed `vector-button` style property type;
745
-
746
- ## [3.3.1] (25/05/2022)
747
-
748
- ### Bug Fixes
749
-
750
- - Fixed `fullName` validation of `Utils`, changed invalid error message.
751
-
752
- ## [3.3.0] (24/05/2022)
753
-
754
- ### Features
755
-
756
- - Added min length to call the dropdown service query.
757
-
758
- ## [3.2.0] (24/05/2022)
759
-
760
- ### Features
761
-
762
- - Added the ability to add a button column to the `vector-data-table` component that calls a custom function.
763
- - Added the possibility to hide the actions column of the component `vector-data-table`.
764
-
765
- ## [3.1.1] (20/05/2022)
766
-
767
- ### Bug Fixes
768
-
769
- - Fixed `vector-button` to fill 100% of container.
770
- - Fixed `BOLETO_PATTERN` in `MaskUtils` for accept a digit more.
771
-
772
- ## [3.1.0] (19/05/2022)
773
-
774
- ### Features
775
-
776
- - added `isBankingField` input to `vector-currency-field`.
777
-
778
- ## [3.0.2] (19/05/2022)
779
-
780
- ### Bug Fixes
781
-
782
- - Fixed `vector-button` disable behavior.
783
-
784
- ## [3.0.1] (08/05/2022)
785
-
786
- ### Bug Fixes
787
-
788
- - Fixed peer dependency version.
789
-
790
- ## [3.0.0] (08/05/2022)
791
-
792
- ### Breaking Changes
793
-
794
- - Changed `mixins` to a separated `mixins.scss` file.
795
-
796
- ### Features
797
-
798
- - Added generic guard to check if crud list has items;
799
- - Added generic resolver to get the selected crud item from the list;
800
- - Added generic resolver to get the selected crud item history from the list;
801
- - Added `vector-badge` component;
802
- - Added `vector-crud-header` component;
803
- - Added `vector-select-button-field` component;
804
- - Added `formatDocument` pipe;
805
- - Added `VIRTUAL_CARRIER` view type;
806
- - Added styles input to `vector-button` to apply styles to the `<button>` tag;
807
- - Added dynamic filters to dropdown;
808
- - Breadcrumb now has clickable links to navigate to route fragments.
809
-
810
- ### Bug Fixes
811
-
812
- - Menu fixed to navigate to menu route even if it has children;
813
- - Changed `vector-data-table` appearence to match new design;
814
- - Fixed `vector-filters` to hide the search button when there is no visible filters;
815
- - Removed unnecessary `variables.scss` references throughout the project.
816
-
817
- ## [2.14.0] (05/05/2022)
818
-
819
- ### Features
820
-
821
- - TokenIsPresentGuard changed to support both storage and queryParams token.
822
-
823
- ### Bug Fixes
824
-
825
- - MenuComponent fixed to take priority on `frameUrl` to make sure `route` can still be used to build the breadcrumbs if needed;
826
- - Made some changes to the accordion styles.
827
-
828
- ## [2.13.1] (28/04/2022)
829
-
830
- ### Bug Fixes
831
-
832
- - Fix conflict merge with versions 2.12.0 with 2.13.0.
833
-
834
- ## [2.13.0] (27/04/2022)
835
-
836
- ### Features
837
-
838
- - Added input valueMovimented in vector-range-value component.
839
-
840
- ### Bug Fixes
841
-
842
- - Fix Sent API address for endpoint.
843
- - Fix export GeolocationService.
844
-
845
- ## [2.12.0] (26/04/2022)
846
-
847
- ### Features
848
-
849
- - MenuItem changed to accept both singular and array of permissions.
850
-
851
- ## [2.11.0] (20/04/2022)
852
-
853
- ### Features
854
-
855
- - Added currency-input rounded option.
856
-
857
- ### Bug Fixes
858
-
859
- - Fixed breadcrumb responsive layout;
860
- - Fixed radio-button responsive layout;
861
- - Changed menu backgroud to white;
862
- - Changed accordion styles.
863
-
864
- ## [2.10.0] (19/04/2022)
865
-
866
- ### Features
867
-
868
- - Added login info and geolocation to share: date, time, device info, ip, hostname, latitude, longitude, accuracy.
869
-
870
- ## [2.8.0] (08/04/2022)
871
-
872
- ### Features
873
-
874
- - Added containsLettersAndNumbers validation.
875
-
876
- ### Fix
877
-
878
- - Fix currency-field min and max value don't work.
879
-
880
- ## [2.7.1] (08/04/2022)
881
-
882
- ### Fix
883
-
884
- - Fix text-field don't limit to alpha numeric with alphanumeric true.
885
-
886
- ## [2.7.0] (04/04/2022)
887
-
888
- ### Features
889
-
890
- - Added alphaNumeric option to text-field.
891
-
892
- ### Bug Fixes
893
-
894
- - Fix top-bar to hidden notification if is fintech.
895
- - Fix top-bar changed label for change password.
896
- - Fix toggle menu when keydown escape.
897
-
898
- ## [2.6.0] (30/03/2022)
899
-
900
- ### Features
901
-
902
- - Added directive min and max for percentage-field.
903
- - Added notSequentialNumbers validator.
904
- - Added firstLetterIsUppercase validator.
905
-
906
- ### Bug Fixes
907
-
908
- - Fix menu service for don't delete father.
909
-
910
- ## [2.5.1] (24/03/2022)
911
-
912
- ### Bug Fixes
913
-
914
- - Fix input checkbox don't mark when click on label.
915
-
916
- ## [2.5.0] (21/03/2022)
917
-
918
- ### Features
919
-
920
- - Added menu notifications count
921
-
922
- ### Bug Fixes
923
-
924
- - Fixed gray colors variables names;
925
- - Fixed topbar to show Fintech menus only when is Fintech;
926
- - Fixed permissions request to save permissions on storage before using them.
927
- - Calendar-field "min" and "max" properties set optional.
928
-
929
- ## [2.4.0] (20/03/2022)
930
-
931
- ### Features
932
-
933
- - Added min and max validation functions to forms;
934
- - Added onlyActivePipe.
935
-
936
- ### Bug Fixes
937
-
938
- - Fixed menu service to hide parent menus when no children is left after filtering by permission;
939
- - Changed data-table scrollHeight from 350px to 300px to prevent unnecessary scrolling on viewport;
940
- - Added toast to unexpected errors from the API.
941
-
942
- ## [2.3.0] (18/03/2022)
943
-
944
- ### Features
945
-
946
- - Added vector-field-error-message for showing when field is invalid.
947
-
948
- ### Bug Fixes
949
-
950
- - Fix input calendar invalid showing incorrect;
951
- - Fix input dropdown invalid showing incorrect;
952
- - Fix Top-bar now show correct account information.
953
-
954
- ## [2.2.2] (17/03/2022)
955
-
956
- ### Feature
957
-
958
- - Added new default color for text in \_variables.scss.
959
- - Fix Portals items in menu showing incorrect.
960
-
961
- ## [2.2.1] (17/03/2022)
962
-
963
- ### Bug Fixes
964
-
965
- - Fix Portals items menu with switched color.
966
- - Added directive in vector-top-var(fintech, service);
967
- - Fix Menu showing without account information in fintech vector-top-bar;
968
-
969
- ## [2.2.0] (10/03/2022)
970
-
971
- ### Features
972
-
973
- - Added textarea field;
974
- - Added sessionStorage functions to StorageService;
975
- - Added IFrame opening option to menu items;
976
- - Added inversed colors vector logo.
977
-
978
- ### Bug Fixes
979
-
980
- - Fixed dropdown code comparision on filter to support any format;
981
- - Fixed data table auto load when using virtual pagination;
982
- - Fixed breadcrumb font-weight;
983
- - Fixed menu icon filter.
984
-
985
- ## [2.0.3] (01/03/2022)
986
-
987
- ### Bug Fixes
988
-
989
- - Fixed AuthService url to support multiple projects with different endpoint prefixes.
990
-
991
- ## [2.0.2] (01/03/2022)
992
-
993
- ### Bug Fixes
994
-
995
- - Fixed old variable
996
-
997
- ## [2.0.1] (01/03/2022)
998
-
999
- ### Bug Fixes
1000
-
1001
- - Fixed missing styles
1002
-
1003
- ## [2.0.0] (01/03/2022)
1004
-
1005
- ### Breaking Changes
1006
-
1007
- - CSS variables changed declaration form.
1008
-
1009
- ## [1.0.2] (01/03/2022)
1010
-
1011
- ### Bug Fixes
1012
-
1013
- - Changed text field filter to validate only when on "only text" mode.
1014
-
1015
- ## [1.0.1] (27/02/2022)
1016
-
1017
- ### Bug Fixes
1018
-
1019
- ### Features
1020
-
1021
- ### Breaking Changes
1022
-
1023
- - Library publishing
1
+ # Changelog
2
+
3
+ ## [4.70.1] (19/05/2023)
4
+
5
+ ### Feature
6
+
7
+ - Added `event` click to `vector-top-bar`;
8
+
9
+ ## [4.70.0] (18/05/2023)
10
+
11
+ ### Feature
12
+
13
+ - Added `alphaNumericAndWhitespace` filter to `vector-text-field`;
14
+
15
+ ## [4.69.2] (12/05/2023)
16
+
17
+ ### Bugfix
18
+
19
+ - Added adjustment in the list of records when using the scrollbar `vector-dropdown-field`.
20
+
21
+ ## [4.69.1] (11/05/2023)
22
+
23
+ ### Bugfix
24
+
25
+ - Added IF when column type is STATUS_BAGDE, because before when the value was 0 it was empty `vector-data-table`.
26
+
27
+ ## [4.69.0] (06/05/2023)
28
+
29
+ ### Feature
30
+
31
+ - Added translations to fixed labels on `vector-data-table` and `vector-filters`.
32
+
33
+ ## [4.68.0] (06/05/2023)
34
+
35
+ ### Feature
36
+
37
+ - Added help central icons to `vector-top-bar`.
38
+
39
+ ## [4.67.0] (30/04/2023)
40
+
41
+ ### Feature
42
+
43
+ - Added `vector-score` component.
44
+
45
+ ## [4.66.0] (30/04/2023)
46
+
47
+ ### Feature
48
+
49
+ - Added `NotificationsService`;
50
+ - Added `VectorNotification` model;
51
+ - Added notifications popup on `vector-top-bar`.
52
+
53
+ ## [4.65.0] (28/04/2023)
54
+
55
+ ### Feature
56
+
57
+ - Added `permission` in `profile.model.ts`
58
+
59
+ ## [4.64.0] (12/04/2023)
60
+
61
+ ### Feature
62
+
63
+ - Added `translate options` into `crud-footer` component in lib ngx-vector-components.
64
+
65
+ ## [4.63.0] (05/04/2023)
66
+
67
+ ### Feature
68
+
69
+ - Added `apps` input for `vector-menu`, allowing rendering of custom apps.
70
+ - Added `onTabSelected` for `vector-data-table`;
71
+
72
+ ### Bugfix
73
+
74
+ - Fixed multiple lazy load requests on data tables with filters and tabs.
75
+
76
+ ### Bugfix
77
+
78
+ ## [4.62.1] (04/04/2023)
79
+
80
+ - Added validation to `filters.component` to not make initial search in case there's a list item or default value invalid.
81
+
82
+ ## [4.62.0] (03/04/2023)
83
+
84
+ ### Feature
85
+
86
+ - Added `currencyPrefix` and `localePrefix` properties in `currency filed.component`
87
+
88
+ ## [4.61.0] (29/03/2023)
89
+
90
+ ### Feature
91
+
92
+ - Added `permission` in messageServices
93
+
94
+ ## [4.60.0] (22/03/2023)
95
+
96
+ ### Feature
97
+
98
+ - Added `permission` in `profile.model.ts`
99
+
100
+ ## [4.59.0] (24/02/2023)
101
+
102
+ ### Feature
103
+
104
+ - Added `permission` in `profile.model.ts`
105
+ - Added `disabled` in `vector-input-number.ts`
106
+
107
+ ## [4.58.0] (22/02/2023)
108
+
109
+ ### Feature
110
+
111
+ - Added `CUIT_MASK` in `mask.util.ts`
112
+
113
+ ## [4.57.0] (16/02/2023)
114
+
115
+ ### Feature
116
+
117
+ - Added cols and rows dynamic in `vector-textarea-field.ts`
118
+
119
+ ## [4.56.0] (15/02/2023)
120
+
121
+ ### Feature
122
+
123
+ - Added mask in `mask.util.ts`
124
+
125
+ ## [4.55.0] (12/02/2023)
126
+
127
+ ### Feature
128
+
129
+ - Added `leftLabel` to `vector-text-field`.
130
+
131
+ ### Bugfix
132
+
133
+ - Added padding-top to `vector-generic-modal` content to improve layout.
134
+ - Made grid classes for the action buttons of `vector-generic-modal` dynamic to fill the column if it is a single button.
135
+
136
+ ## [4.54.0] (08/02/2023)
137
+
138
+ ## [4.53.0] (06/02/2023)
139
+
140
+ ### Feature
141
+
142
+ - Added permissions in `profile.model.ts`
143
+
144
+ ## [4.52.0] (28/01/2023)
145
+
146
+ ### Feature
147
+
148
+ - Added `icon` property to `ListItem`;
149
+ - Added icon option for `vector-data-table` tabs.
150
+
151
+ ## [4.51.0] (28/01/2023)
152
+
153
+ ### Feature
154
+
155
+ - Added "info" value for `Status` enum;
156
+ - Added "info" color for `TEXT_BADGE` column on `data-table`;
157
+ - Added `STACK_BADGE` column type for `data-table`;
158
+ - Added `DATE` column type for `data-table`;
159
+ - Added `CURRENCY` column type for `data-table`;
160
+ - Auto select rows marked with `select: true` on `data-table`;
161
+ - Added filter option for `vector-multiselect-field`.
162
+
163
+ ### Bugfix
164
+
165
+ - Changed `appendTo` to `body` on `vector-multiselect-field`;
166
+ - Changed styles for `vector-multiselect-field` to match `vector-dropdown-field` styles;
167
+ - Fixed style issue regarding `filters` search button that prevented screens rendering correctly on first render.
168
+
169
+ ## [4.50.0] (25/01/2023)
170
+
171
+ ### Feature
172
+
173
+ - Adding `permission` in tripService.
174
+
175
+ ## [4.49.0] (13/01/2023)
176
+
177
+ ### Feature
178
+
179
+ - Added mask for hours minutes `00:00` in `mask-util`
180
+
181
+ ### Bugfix
182
+
183
+ - Erased pagedSuggestions restart in line 140 of `dropdown-field-component.ts` because when the data was reloaded, the dropdown fields were blank
184
+
185
+ # [4.48.0] (11/01/2023)
186
+
187
+ ### Feature
188
+
189
+ - Added permissions in `product-reception-list.component.ts`
190
+
191
+ ## [4.47.1] (18/11/2022)
192
+
193
+ ### Bugfix
194
+
195
+ - Adjust `api.ipify` in geolocation.service
196
+
197
+ ## [4.47.0] (28/12/2022)
198
+
199
+ ### Feature
200
+
201
+ - Added permissions in `profile.model.ts`
202
+
203
+ ## [4.46.0] (19/12/2022)
204
+
205
+ ### Feature
206
+
207
+ - Adding `permission` in trips.
208
+
209
+ ## [4.45.0] (08/12/2022)
210
+
211
+ ### Feature
212
+
213
+ - Adding `permission Geofence` in profileService.
214
+ - Adding `AlterationHistory` in `vector-crud-history` and `Insert typeOfModification` in `crud-history.model`
215
+
216
+ ## [4.44.4] (18/11/2022)
217
+
218
+ ### Bugfix
219
+
220
+ - Adjust `name "carteira digital for conta digital` in menu-vector
221
+
222
+ ## [4.44.3] (18/11/2022)
223
+
224
+ ### Bugfix
225
+
226
+ - Adjust `open modal in icon termOfUse` in menu-vector
227
+
228
+ ## [4.44.2] (16/11/2022)
229
+
230
+ ### Bugfix
231
+
232
+ - Adjust `password` in validation
233
+
234
+ ## [4.44.1] (01/11/2022)
235
+
236
+ ### Bugfix
237
+
238
+ - Adjust `permission approveVector and approveETCD` in profileService
239
+
240
+ ## [4.44.0] (28/10/2022)
241
+
242
+ ### Feature
243
+
244
+ - Adding `permission` in groups.
245
+
246
+ ## [4.43.0] (28/10/2022)
247
+
248
+ ### Feature
249
+
250
+ - Adding `permission` in profileService.
251
+
252
+ ## [4.42.1] (27/10/2022)
253
+
254
+ ### Bugfix
255
+
256
+ - Added fixed `vector-checkbox-field` error validation
257
+
258
+ ## [4.42.0] (26/10/2022)
259
+
260
+ ### Feature
261
+
262
+ - Adding `columns expansible` in data-table.
263
+
264
+ ## [4.41.1] (19/10/2022)
265
+
266
+ ### Bugfix
267
+
268
+ - Adding search action in `SELECT-BUTTON` filter
269
+
270
+ ## [4.41.0] (15/10/2022)
271
+
272
+ ### Feature
273
+
274
+ - Added `HistoricalChangesNews` news permission
275
+
276
+ ## [4.40.1] (14/10/2022)
277
+
278
+ ### Bugfix
279
+
280
+ - Added fixed "pt-BR" locale to `vector-currency-field`.
281
+
282
+ ## [4.40.0] (14/10/2022)
283
+
284
+ ### Feature
285
+
286
+ - Added `maxDecimalInput `in `vector-currency-field`.
287
+
288
+ ## [4.39.2] (13/10/2022)
289
+
290
+ ### Bugfix
291
+
292
+ - Fixed `vector-currency-field` behavior when inputing values when `isBankingField` is set to `true`.
293
+
294
+ ## [4.39.1] (13/10/2022)
295
+
296
+ ### Feature
297
+
298
+ - adjusted bug in dataKey from `data-table.component`
299
+
300
+ ## [4.39.0] (12/10/2022)
301
+
302
+ ### Feature
303
+
304
+ - Added disabled option for checkBox in `Datatbles.component`.
305
+
306
+ ## [4.38.1] (11/10/2022)
307
+
308
+ ### Feature
309
+
310
+ - Fixed `expansible` feature for data-table.
311
+
312
+ ## [4.38.0] (11/10/2022)
313
+
314
+ ### Feature
315
+
316
+ - Added row expand in `datatable.component`.
317
+
318
+ ## [4.37.2] (07/10/2022)
319
+
320
+ ### BugFix
321
+
322
+ - Correction in `auth-service`.
323
+
324
+ ## [4.37.1] (07/10/2022)
325
+
326
+ ### BugFix
327
+
328
+ - Correction in `auth-service`.
329
+
330
+ ## [4.37.0] (07/10/2022)
331
+
332
+ ### BugFix
333
+
334
+ - Correction in `auth-service`.
335
+
336
+ ## [4.36.0] (06/10/2022)
337
+
338
+ ### Feature
339
+
340
+ - Added service change `AddPermisLastNameLocation ` profile permission
341
+
342
+ ## [4.35.0] (05/10/2022)
343
+
344
+ ### Feature
345
+
346
+ - Added service change `LinkedCnpj` top bar components
347
+
348
+ ## [4.34.0] (03/10/2022)
349
+
350
+ ### Feature
351
+
352
+ - Added `TripOfferShow` profile permission
353
+
354
+ ## [4.33.0] (02/10/2022)
355
+
356
+ ### Feature
357
+
358
+ - Added `Supply` profile permission.
359
+
360
+ # Changelog
361
+
362
+ ## [4.32.0] (30/09/2022)
363
+
364
+ ### Feature
365
+
366
+ - Added `ETCD` profile permission.
367
+
368
+ ## [4.31.0] (30/09/2022)
369
+
370
+ ### Feature
371
+
372
+ - Added `RECEPTION_PRODUCT` profile permission.
373
+
374
+ # Changelog
375
+
376
+ ## [4.30.0] (30/09/2022)
377
+
378
+ ### Feature
379
+
380
+ - Added `Parameters` profile permission.
381
+
382
+ ## [4.29.0] (27/09/2022)
383
+
384
+ ### Feature
385
+
386
+ - Added `max-width` and `line-break` support for `vector-generic-modal`.
387
+
388
+ ## [4.28.0] (22/09/2022)
389
+
390
+ ### Feature
391
+
392
+ - Added `page` in `datatableComponent` to use in datatable fintech
393
+
394
+ ## [4.27.0] (21/09/2022)
395
+
396
+ ### Feature
397
+
398
+ - Added `APPROVE_VECTOR` profile permission, ProfileModuleActionType.
399
+ - Added `APPROVE_ETCD` profile permission, ProfileModuleActionType.
400
+ - Added `DIGITAL_DISCHARGE` profile permission, ProfileModuleType
401
+
402
+ ## [4.26.0] (15/09/2022)
403
+
404
+ ### Feature
405
+
406
+ - Added `userId` in `profile.service`.
407
+
408
+ ## [4.25.1] (15/09/2022)
409
+
410
+ ### Bugfix
411
+
412
+ - fix `CREDIT_UNIT` profile permission.
413
+
414
+ ## [4.25.0] (15/09/2022)
415
+
416
+ ### Feature
417
+
418
+ - Added `CREDIT` profile permission.
419
+ - Added `CREDIT_UNIT` profile permission.
420
+
421
+ ## [4.24.0] (14/09/2022)
422
+
423
+ ### Feature
424
+
425
+ - Added `News` profile permission.
426
+
427
+ ## [4.23.0] (14/09/2022)
428
+
429
+ ### Feature
430
+
431
+ - Added `step` support for `vector-percentage-field`.
432
+
433
+ ### Bugfix
434
+
435
+ - Fixed `vector-radio-button` alignment.
436
+
437
+ ## [4.22.4] (09/09/2022)
438
+
439
+ ### BugFix
440
+
441
+ - change search document format
442
+
443
+ ## [4.22.3] (06/09/2022)
444
+
445
+ ### BugFix
446
+
447
+ - Hide button after click dropdown
448
+
449
+ ## [4.22.2] (06/09/2022)
450
+
451
+ ### BugFix
452
+
453
+ - dropdown change for choosing accounts, whenever you have more than 1 account, dropdown appears on the active account
454
+
455
+ ## [4.22.1] (06/09/2022)
456
+
457
+ ### BugFix
458
+
459
+ - added `onHeaderCheckboxToggle` in `datatableComponent`
460
+
461
+ ## [4.22.0] (05/09/2022)
462
+
463
+ ### Feature
464
+
465
+ - added `cpf-cnpj-validator` in `utils`, added `plate-mask` in `mask-utils`, added permissions in `profile.model.ts`.
466
+
467
+ ## [4.21.0] (30/08/2022)
468
+
469
+ ### Feature
470
+
471
+ - added `profileName` to user info in `profile.service.ts`.
472
+
473
+ ## [4.20.1] (15/08/2022)
474
+
475
+ ### Bugfix
476
+
477
+ - adjusted `data-table` to not keep start property when clicking search, validation in `data-table.component.ts`.
478
+
479
+ ## [4.20.0] (15/08/2022)
480
+
481
+ ### Features
482
+
483
+ - Added `input-number` to `Componentes`
484
+
485
+ ## [4.19.0] (13/08/2022)
486
+
487
+ ### Features
488
+
489
+ - Added `TEXT_BADGE` type to `TableColumnType` to render `vector-badge` on table.
490
+
491
+ ### Bugfixes
492
+
493
+ - Fixed filters patch from query params.
494
+
495
+ ## [4.18.0] (05/08/2022)
496
+
497
+ ### Features
498
+
499
+ - Added `CustomButtons` to `vector-data-table` so the data-tables can have more buttons if needed.
500
+
501
+ ## [4.17.0] (04/08/2022)
502
+
503
+ ### Features
504
+
505
+ - Added `filterMultiselect` to `FiltersType` to search for multiple selection
506
+
507
+ ## [4.16.1] (01/08/2022)
508
+
509
+ ### Bugfixes
510
+
511
+ - Fixed `getCodes` function from `ObjectUtil` to support inner JSON objects.
512
+
513
+ ## [4.16.0] (31/07/2022)
514
+
515
+ ### Features
516
+
517
+ - Added `getCodes` to `ObjectUtil` to mutate the given object properties to keep only the `code` property.
518
+
519
+ ### Bugfixes
520
+
521
+ - `FiltersComponent` fixed to patch the query params values correctly.
522
+
523
+ ## [4.15.0] (01/08/2022)
524
+
525
+ ### Features
526
+
527
+ - Added function to add new account fintech.
528
+
529
+ ## [4.14.0] (22/07/2022)
530
+
531
+ ### Features
532
+
533
+ - Added `AlterationHistory` in `vector-crud-history` to use the logtech pattern.
534
+
535
+ ## [4.13.0] (18/07/2022)
536
+
537
+ ### Features
538
+
539
+ - Added `selectionType` in `vector-data-table` to add `checkboxbutton` or `radionbutton` in table.
540
+
541
+ ### Refactor
542
+
543
+ - Refactor `generic-modal` to accept news parameters and output events for make more dynamically.
544
+
545
+ ## [4.12.0] (18/07/2022)
546
+
547
+ ### Features
548
+
549
+ - Added `multipleCheck` in `vector-checkbox-field` to add multiple options.
550
+
551
+ ## [4.11.2] (16/07/2022)
552
+
553
+ ### Bugfixes
554
+
555
+ - Fixed `radio-button` to show invalid status color when touched.
556
+
557
+ ## [4.11.1] (15/07/2022)
558
+
559
+ ### Bugfixes
560
+
561
+ - Fixed `getUserId` in `storageService` to get correctly user id.
562
+
563
+ ## [4.11.0] (15/07/2022)
564
+
565
+ ### Features
566
+
567
+ - added `disabled` on `vector-range-field` to disabled field when insert true.
568
+ - added `disabled` on `vector-currency-field` to disabled field when insert true.
569
+
570
+ ## [4.10.5] (14/07/2022)
571
+
572
+ ### Bugfixes
573
+
574
+ - Fixed `doMaskString` on `MaskUtil` to safely return a empty `string` when receiving an empty input.
575
+
576
+ ## [4.10.4] (13/07/2022)
577
+
578
+ ### Bugfixes
579
+
580
+ - Fixed excel and pdf display button in `vector-data-table`.
581
+
582
+ ## [4.10.3] (13/07/2022)
583
+
584
+ ### Bugfixes
585
+
586
+ - Fixed sort column without actions in `vector-data-table`.
587
+
588
+ ## [4.10.2] (10/07/2022)
589
+
590
+ ### Bugfixes
591
+
592
+ - Fixed arrow icon in(Sort column) `vector-data-table`
593
+
594
+ ## [4.10.1] (10/07/2022)
595
+
596
+ ### Bugfixes
597
+
598
+ - Fixed autoStart `vector-data-table`
599
+
600
+ ## [4.9.0] (10/07/2022)
601
+
602
+ ### Features
603
+
604
+ - Added `MASK` type to `TableColumn` enum and implemented it on `data-table`;
605
+ - Added `FieldType` `DATE_RANGE` to `data-table` filters.
606
+
607
+ ## [4.8.0] (09/07/2022)
608
+
609
+ ### Features
610
+
611
+ - Added `notSortable` property do `TableColumn` and implemented it on `data-table`.
612
+
613
+ ## [4.7.1] (09/07/2022)
614
+
615
+ ### BugFixes
616
+
617
+ - Fixed `getById` on `getSugestionsOfDropDown`.
618
+
619
+ ## [4.7.0] (08/07/2022)
620
+
621
+ ### BugFixes
622
+
623
+ - Added new Permissions in `profile.model.ts`.
624
+
625
+ ### Features
626
+
627
+ - Added `profileTypeItens` BehaviourSubject in `profile.serivice.ts`.
628
+
629
+ ## [4.6.3] (08/07/2022)
630
+
631
+ ### Bugfixes
632
+
633
+ - fixed `menu-label` min-width to align correctly items.
634
+
635
+ ## [4.6.2] (07/07/2022)
636
+
637
+ ### Bugfixes
638
+
639
+ - fixed `top-bar` to display vector user first name.
640
+
641
+ ## [4.6.1] (05/07/2022)
642
+
643
+ ### Bugfixes
644
+
645
+ - `percentage field component` added minFractionDigits and maxFractionDigits properties to configure decimal values
646
+
647
+ ## [4.6.0] (06/07/2022)
648
+
649
+ ### Features
650
+
651
+ - Added `goBackHidden` parameter to hidden goBackButton in `vector-crud-footer`.
652
+
653
+ ## [4.5.1] (30/06/2022)
654
+
655
+ ### Bugfixes
656
+
657
+ - `menu` changed admin menu to show only fintech admin.
658
+
659
+ ## [4.5.0] (29/06/2022)
660
+
661
+ ### Features
662
+
663
+ - `vector-filters` changed to read the url queryParams to set default values.
664
+
665
+ ## [4.4.0] (28/06/2022)
666
+
667
+ ### Features
668
+
669
+ - Added `isExternalUrl` in `http-interceptor.ts`;
670
+
671
+ ## [4.3.0] (27/06/2022)
672
+
673
+ ### Features
674
+
675
+ - Added `HttpDataResponse` in model `http-response.model.ts`;
676
+
677
+ ## [4.2.1] (27/06/2022)
678
+
679
+ ### Bug Fixes
680
+
681
+ - Added `ADD_REGION` in model `profile.model.ts`;
682
+ - Added `SHOW_REGION` in model `profile.model.ts`;
683
+ - Added `EDIT_REGION` in model `profile.model.ts`;
684
+
685
+ ## [4.2.0] (24/06/2022)
686
+
687
+ ### Features
688
+
689
+ - Added `CUSTOM_STYLES` in TableColumnType on `data-table-component`;
690
+ - Added `textFieldClass` in TableColumn on `data-table-component`;
691
+
692
+ ## [4.1.1] (23/06/2022)
693
+
694
+ ### Bug Fixes
695
+
696
+ - Fixed `FilterChangedEvent` external model to use in all project.
697
+
698
+ ## [4.1.0] (23/06/2022)
699
+
700
+ ### Features
701
+
702
+ - Added `onFilterChanged` event on `filters` and `data-table`;
703
+
704
+ ### Bug Fixes
705
+
706
+ - Fixed `filters` to validate required fields before searching.
707
+
708
+ ## [4.0.0] (21/06/2022)
709
+
710
+ ### Breaking Changes
711
+
712
+ - Added `getById` on `BaseDropdown` interface.
713
+
714
+ ### Bug Fixes
715
+
716
+ - Fixed `dropdown` behavior with and without `minLengthToService` set;
717
+ - Fixed `dropdown` search on suggestions to ignore case;
718
+ - Fixed `data-table` header z-index to keep below other fixed elements (e.g `vector-footer`);
719
+ - Fixed `multiselect` to get the correct item property for value.
720
+
721
+ ## [3.6.1] (15/06/2022)
722
+
723
+ ### Bug Fixes
724
+
725
+ - Changed overflow behavior of tabview to scroll.
726
+ -
727
+
728
+ ## [3.6.0] (14/06/2022)
729
+
730
+ ### Features
731
+
732
+ - Added selection to data-table component.
733
+ - Added hasAction input, now can hide action column.
734
+
735
+ ## [3.5.0] (09/06/2022)
736
+
737
+ ### Features
738
+
739
+ - Added `disabled` property on `ListItem`;
740
+ - Added `onChange` event on `vector-multiselect-field`.
741
+
742
+ ## [3.4.0] (26/05/2022)
743
+
744
+ ### Features
745
+
746
+ - Added `inputClassName` property to `vector-currency-field`;
747
+
748
+ ### Bug Fixes
749
+
750
+ - Fixed `vector-button` style property type;
751
+
752
+ ## [3.3.1] (25/05/2022)
753
+
754
+ ### Bug Fixes
755
+
756
+ - Fixed `fullName` validation of `Utils`, changed invalid error message.
757
+
758
+ ## [3.3.0] (24/05/2022)
759
+
760
+ ### Features
761
+
762
+ - Added min length to call the dropdown service query.
763
+
764
+ ## [3.2.0] (24/05/2022)
765
+
766
+ ### Features
767
+
768
+ - Added the ability to add a button column to the `vector-data-table` component that calls a custom function.
769
+ - Added the possibility to hide the actions column of the component `vector-data-table`.
770
+
771
+ ## [3.1.1] (20/05/2022)
772
+
773
+ ### Bug Fixes
774
+
775
+ - Fixed `vector-button` to fill 100% of container.
776
+ - Fixed `BOLETO_PATTERN` in `MaskUtils` for accept a digit more.
777
+
778
+ ## [3.1.0] (19/05/2022)
779
+
780
+ ### Features
781
+
782
+ - added `isBankingField` input to `vector-currency-field`.
783
+
784
+ ## [3.0.2] (19/05/2022)
785
+
786
+ ### Bug Fixes
787
+
788
+ - Fixed `vector-button` disable behavior.
789
+
790
+ ## [3.0.1] (08/05/2022)
791
+
792
+ ### Bug Fixes
793
+
794
+ - Fixed peer dependency version.
795
+
796
+ ## [3.0.0] (08/05/2022)
797
+
798
+ ### Breaking Changes
799
+
800
+ - Changed `mixins` to a separated `mixins.scss` file.
801
+
802
+ ### Features
803
+
804
+ - Added generic guard to check if crud list has items;
805
+ - Added generic resolver to get the selected crud item from the list;
806
+ - Added generic resolver to get the selected crud item history from the list;
807
+ - Added `vector-badge` component;
808
+ - Added `vector-crud-header` component;
809
+ - Added `vector-select-button-field` component;
810
+ - Added `formatDocument` pipe;
811
+ - Added `VIRTUAL_CARRIER` view type;
812
+ - Added styles input to `vector-button` to apply styles to the `<button>` tag;
813
+ - Added dynamic filters to dropdown;
814
+ - Breadcrumb now has clickable links to navigate to route fragments.
815
+
816
+ ### Bug Fixes
817
+
818
+ - Menu fixed to navigate to menu route even if it has children;
819
+ - Changed `vector-data-table` appearence to match new design;
820
+ - Fixed `vector-filters` to hide the search button when there is no visible filters;
821
+ - Removed unnecessary `variables.scss` references throughout the project.
822
+
823
+ ## [2.14.0] (05/05/2022)
824
+
825
+ ### Features
826
+
827
+ - TokenIsPresentGuard changed to support both storage and queryParams token.
828
+
829
+ ### Bug Fixes
830
+
831
+ - MenuComponent fixed to take priority on `frameUrl` to make sure `route` can still be used to build the breadcrumbs if needed;
832
+ - Made some changes to the accordion styles.
833
+
834
+ ## [2.13.1] (28/04/2022)
835
+
836
+ ### Bug Fixes
837
+
838
+ - Fix conflict merge with versions 2.12.0 with 2.13.0.
839
+
840
+ ## [2.13.0] (27/04/2022)
841
+
842
+ ### Features
843
+
844
+ - Added input valueMovimented in vector-range-value component.
845
+
846
+ ### Bug Fixes
847
+
848
+ - Fix Sent API address for endpoint.
849
+ - Fix export GeolocationService.
850
+
851
+ ## [2.12.0] (26/04/2022)
852
+
853
+ ### Features
854
+
855
+ - MenuItem changed to accept both singular and array of permissions.
856
+
857
+ ## [2.11.0] (20/04/2022)
858
+
859
+ ### Features
860
+
861
+ - Added currency-input rounded option.
862
+
863
+ ### Bug Fixes
864
+
865
+ - Fixed breadcrumb responsive layout;
866
+ - Fixed radio-button responsive layout;
867
+ - Changed menu backgroud to white;
868
+ - Changed accordion styles.
869
+
870
+ ## [2.10.0] (19/04/2022)
871
+
872
+ ### Features
873
+
874
+ - Added login info and geolocation to share: date, time, device info, ip, hostname, latitude, longitude, accuracy.
875
+
876
+ ## [2.8.0] (08/04/2022)
877
+
878
+ ### Features
879
+
880
+ - Added containsLettersAndNumbers validation.
881
+
882
+ ### Fix
883
+
884
+ - Fix currency-field min and max value don't work.
885
+
886
+ ## [2.7.1] (08/04/2022)
887
+
888
+ ### Fix
889
+
890
+ - Fix text-field don't limit to alpha numeric with alphanumeric true.
891
+
892
+ ## [2.7.0] (04/04/2022)
893
+
894
+ ### Features
895
+
896
+ - Added alphaNumeric option to text-field.
897
+
898
+ ### Bug Fixes
899
+
900
+ - Fix top-bar to hidden notification if is fintech.
901
+ - Fix top-bar changed label for change password.
902
+ - Fix toggle menu when keydown escape.
903
+
904
+ ## [2.6.0] (30/03/2022)
905
+
906
+ ### Features
907
+
908
+ - Added directive min and max for percentage-field.
909
+ - Added notSequentialNumbers validator.
910
+ - Added firstLetterIsUppercase validator.
911
+
912
+ ### Bug Fixes
913
+
914
+ - Fix menu service for don't delete father.
915
+
916
+ ## [2.5.1] (24/03/2022)
917
+
918
+ ### Bug Fixes
919
+
920
+ - Fix input checkbox don't mark when click on label.
921
+
922
+ ## [2.5.0] (21/03/2022)
923
+
924
+ ### Features
925
+
926
+ - Added menu notifications count
927
+
928
+ ### Bug Fixes
929
+
930
+ - Fixed gray colors variables names;
931
+ - Fixed topbar to show Fintech menus only when is Fintech;
932
+ - Fixed permissions request to save permissions on storage before using them.
933
+ - Calendar-field "min" and "max" properties set optional.
934
+
935
+ ## [2.4.0] (20/03/2022)
936
+
937
+ ### Features
938
+
939
+ - Added min and max validation functions to forms;
940
+ - Added onlyActivePipe.
941
+
942
+ ### Bug Fixes
943
+
944
+ - Fixed menu service to hide parent menus when no children is left after filtering by permission;
945
+ - Changed data-table scrollHeight from 350px to 300px to prevent unnecessary scrolling on viewport;
946
+ - Added toast to unexpected errors from the API.
947
+
948
+ ## [2.3.0] (18/03/2022)
949
+
950
+ ### Features
951
+
952
+ - Added vector-field-error-message for showing when field is invalid.
953
+
954
+ ### Bug Fixes
955
+
956
+ - Fix input calendar invalid showing incorrect;
957
+ - Fix input dropdown invalid showing incorrect;
958
+ - Fix Top-bar now show correct account information.
959
+
960
+ ## [2.2.2] (17/03/2022)
961
+
962
+ ### Feature
963
+
964
+ - Added new default color for text in \_variables.scss.
965
+ - Fix Portals items in menu showing incorrect.
966
+
967
+ ## [2.2.1] (17/03/2022)
968
+
969
+ ### Bug Fixes
970
+
971
+ - Fix Portals items menu with switched color.
972
+ - Added directive in vector-top-var(fintech, service);
973
+ - Fix Menu showing without account information in fintech vector-top-bar;
974
+
975
+ ## [2.2.0] (10/03/2022)
976
+
977
+ ### Features
978
+
979
+ - Added textarea field;
980
+ - Added sessionStorage functions to StorageService;
981
+ - Added IFrame opening option to menu items;
982
+ - Added inversed colors vector logo.
983
+
984
+ ### Bug Fixes
985
+
986
+ - Fixed dropdown code comparision on filter to support any format;
987
+ - Fixed data table auto load when using virtual pagination;
988
+ - Fixed breadcrumb font-weight;
989
+ - Fixed menu icon filter.
990
+
991
+ ## [2.0.3] (01/03/2022)
992
+
993
+ ### Bug Fixes
994
+
995
+ - Fixed AuthService url to support multiple projects with different endpoint prefixes.
996
+
997
+ ## [2.0.2] (01/03/2022)
998
+
999
+ ### Bug Fixes
1000
+
1001
+ - Fixed old variable
1002
+
1003
+ ## [2.0.1] (01/03/2022)
1004
+
1005
+ ### Bug Fixes
1006
+
1007
+ - Fixed missing styles
1008
+
1009
+ ## [2.0.0] (01/03/2022)
1010
+
1011
+ ### Breaking Changes
1012
+
1013
+ - CSS variables changed declaration form.
1014
+
1015
+ ## [1.0.2] (01/03/2022)
1016
+
1017
+ ### Bug Fixes
1018
+
1019
+ - Changed text field filter to validate only when on "only text" mode.
1020
+
1021
+ ## [1.0.1] (27/02/2022)
1022
+
1023
+ ### Bug Fixes
1024
+
1025
+ ### Features
1026
+
1027
+ ### Breaking Changes
1028
+
1029
+ - Library publishing