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