ngx-vector-components 4.70.1 → 4.70.3

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