ngx-vector-components 4.70.1 → 4.70.2

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