ngx-vector-components 4.64.0 → 4.66.0

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