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