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