ngx-vector-components 4.46.0 → 4.47.1

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