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