ngx-vector-components 4.96.1 → 4.97.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 +1239 -1233
  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 +275 -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 +4566 -4562
  168. package/fesm2015/ngx-vector-components.mjs.map +1 -1
  169. package/fesm2020/ngx-vector-components.mjs +4544 -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 -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 +296 -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,1233 +1,1239 @@
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
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