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