ngx-vector-components 4.41.0 → 4.42.0

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