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