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