ngx-vector-components 5.70.0 → 5.71.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/CHANGELOG.md +2109 -2091
  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 +1240 -1240
  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/esm2022/lib/components/badge/badge.component.mjs +3 -3
  29. package/esm2022/lib/components/badge/badge.module.mjs +1 -1
  30. package/esm2022/lib/components/badge/index.mjs +1 -1
  31. package/esm2022/lib/components/breadcrumb/breadcrumb.component.mjs +3 -3
  32. package/esm2022/lib/components/breadcrumb/breadcrumb.module.mjs +1 -1
  33. package/esm2022/lib/components/breadcrumb/index.mjs +1 -1
  34. package/esm2022/lib/components/crud-base/crud-base.component.mjs +1 -1
  35. package/esm2022/lib/components/crud-base/index.mjs +1 -1
  36. package/esm2022/lib/components/crud-footer/crud-footer.component.mjs +3 -3
  37. package/esm2022/lib/components/crud-footer/crud-footer.module.mjs +1 -1
  38. package/esm2022/lib/components/crud-footer/index.mjs +1 -1
  39. package/esm2022/lib/components/crud-header/crud-header.component.mjs +3 -3
  40. package/esm2022/lib/components/crud-header/crud-header.module.mjs +1 -1
  41. package/esm2022/lib/components/crud-header/index.mjs +1 -1
  42. package/esm2022/lib/components/crud-history/crud-history.component.mjs +3 -3
  43. package/esm2022/lib/components/crud-history/crud-history.module.mjs +1 -1
  44. package/esm2022/lib/components/crud-history/index.mjs +1 -1
  45. package/esm2022/lib/components/fields/button/button.component.mjs +3 -3
  46. package/esm2022/lib/components/fields/button/index.mjs +1 -1
  47. package/esm2022/lib/components/fields/calendar-field/calendar-field.component.mjs +3 -3
  48. package/esm2022/lib/components/fields/calendar-field/index.mjs +1 -1
  49. package/esm2022/lib/components/fields/checkbox-field/checkbox-field.component.mjs +13 -4
  50. package/esm2022/lib/components/fields/checkbox-field/index.mjs +1 -1
  51. package/esm2022/lib/components/fields/currency-field/currency-field.component.mjs +3 -3
  52. package/esm2022/lib/components/fields/currency-field/index.mjs +1 -1
  53. package/esm2022/lib/components/fields/data-table/data-table.component.mjs +3 -3
  54. package/esm2022/lib/components/fields/data-table/index.mjs +1 -1
  55. package/esm2022/lib/components/fields/dropdown-field/dropdown-field.component.mjs +10 -8
  56. package/esm2022/lib/components/fields/dropdown-field/index.mjs +1 -1
  57. package/esm2022/lib/components/fields/field-error-message/field-error-message.component.mjs +3 -3
  58. package/esm2022/lib/components/fields/field-error-message/index.mjs +1 -1
  59. package/esm2022/lib/components/fields/fields.module.mjs +1 -1
  60. package/esm2022/lib/components/fields/filters/filters.component.mjs +3 -3
  61. package/esm2022/lib/components/fields/filters/index.mjs +1 -1
  62. package/esm2022/lib/components/fields/index.mjs +1 -1
  63. package/esm2022/lib/components/fields/input-number-field/index.mjs +1 -1
  64. package/esm2022/lib/components/fields/input-number-field/input-number-field.component.mjs +3 -3
  65. package/esm2022/lib/components/fields/input-otp/index.mjs +1 -1
  66. package/esm2022/lib/components/fields/input-otp/input-otp.component.mjs +3 -3
  67. package/esm2022/lib/components/fields/input-switch-field/index.mjs +1 -1
  68. package/esm2022/lib/components/fields/input-switch-field/input-switch-field.component.mjs +3 -3
  69. package/esm2022/lib/components/fields/multiselect-field/index.mjs +1 -1
  70. package/esm2022/lib/components/fields/multiselect-field/multiselect-field.component.mjs +11 -3
  71. package/esm2022/lib/components/fields/percentage-field/index.mjs +1 -1
  72. package/esm2022/lib/components/fields/percentage-field/percentage-field.component.mjs +3 -3
  73. package/esm2022/lib/components/fields/radio-button-field/index.mjs +1 -1
  74. package/esm2022/lib/components/fields/radio-button-field/radio-button-field.component.mjs +16 -4
  75. package/esm2022/lib/components/fields/range-value/index.mjs +1 -1
  76. package/esm2022/lib/components/fields/range-value/range-value.component.mjs +3 -3
  77. package/esm2022/lib/components/fields/search-field/index.mjs +1 -1
  78. package/esm2022/lib/components/fields/search-field/search-field.component.mjs +3 -3
  79. package/esm2022/lib/components/fields/select-button-field/index.mjs +1 -1
  80. package/esm2022/lib/components/fields/select-button-field/select-button-field.component.mjs +3 -3
  81. package/esm2022/lib/components/fields/text-field/index.mjs +1 -1
  82. package/esm2022/lib/components/fields/text-field/text-field.component.mjs +14 -3
  83. package/esm2022/lib/components/fields/textarea-field/index.mjs +1 -1
  84. package/esm2022/lib/components/fields/textarea-field/textarea-field.component.mjs +3 -3
  85. package/esm2022/lib/components/generic-error-modal/generic-error-modal.component.mjs +3 -3
  86. package/esm2022/lib/components/generic-error-modal/generic-error-modal.module.mjs +1 -1
  87. package/esm2022/lib/components/generic-error-modal/index.mjs +1 -1
  88. package/esm2022/lib/components/generic-modal/generic-modal.component.mjs +3 -3
  89. package/esm2022/lib/components/generic-modal/generic-modal.module.mjs +1 -1
  90. package/esm2022/lib/components/generic-modal/index.mjs +1 -1
  91. package/esm2022/lib/components/index.mjs +1 -1
  92. package/esm2022/lib/components/menu/index.mjs +1 -1
  93. package/esm2022/lib/components/menu/menu.component.mjs +3 -3
  94. package/esm2022/lib/components/menu/menu.module.mjs +1 -1
  95. package/esm2022/lib/components/menu/sub-menus-list/sub-menus-list.component.mjs +3 -3
  96. package/esm2022/lib/components/panel/index.mjs +1 -1
  97. package/esm2022/lib/components/panel/panel.component.mjs +3 -3
  98. package/esm2022/lib/components/panel/panel.module.mjs +1 -1
  99. package/esm2022/lib/components/score/index.mjs +1 -1
  100. package/esm2022/lib/components/score/score.component.mjs +3 -3
  101. package/esm2022/lib/components/score/score.module.mjs +1 -1
  102. package/esm2022/lib/components/stepper/index.mjs +1 -1
  103. package/esm2022/lib/components/stepper/stepper.component.mjs +3 -3
  104. package/esm2022/lib/components/stepper/stepper.module.mjs +1 -1
  105. package/esm2022/lib/components/top-bar/index.mjs +1 -1
  106. package/esm2022/lib/components/top-bar/top-bar.component.mjs +3 -3
  107. package/esm2022/lib/components/top-bar/top-bar.module.mjs +1 -1
  108. package/esm2022/lib/guards/crud-list-has-items.guard.mjs +1 -1
  109. package/esm2022/lib/guards/get-token-by-guid.guard.mjs +1 -1
  110. package/esm2022/lib/guards/has-permission.guard.mjs +1 -1
  111. package/esm2022/lib/guards/index.mjs +1 -1
  112. package/esm2022/lib/guards/role.guard.mjs +1 -1
  113. package/esm2022/lib/guards/token-is-present.guard.mjs +1 -1
  114. package/esm2022/lib/injections/index.mjs +1 -1
  115. package/esm2022/lib/interceptors/http-interceptor.mjs +1 -1
  116. package/esm2022/lib/interceptors/index.mjs +1 -1
  117. package/esm2022/lib/models/app-name.enum.mjs +1 -1
  118. package/esm2022/lib/models/boolean-type.enum.mjs +1 -1
  119. package/esm2022/lib/models/crud-history.model.mjs +1 -1
  120. package/esm2022/lib/models/crud-mode.enum.mjs +1 -1
  121. package/esm2022/lib/models/currency.enum.mjs +1 -1
  122. package/esm2022/lib/models/data-table.model.mjs +1 -1
  123. package/esm2022/lib/models/document-type.enum.mjs +1 -1
  124. package/esm2022/lib/models/filters.model.mjs +1 -1
  125. package/esm2022/lib/models/generic-modal.model.mjs +1 -1
  126. package/esm2022/lib/models/http-response.model.mjs +1 -1
  127. package/esm2022/lib/models/index.mjs +1 -1
  128. package/esm2022/lib/models/ip-info.enum.mjs +1 -1
  129. package/esm2022/lib/models/list-item.model.mjs +1 -1
  130. package/esm2022/lib/models/locale.enum.mjs +1 -1
  131. package/esm2022/lib/models/menu-item.model.mjs +1 -1
  132. package/esm2022/lib/models/message-status.enum.mjs +1 -1
  133. package/esm2022/lib/models/profile.model.mjs +1 -1
  134. package/esm2022/lib/models/role.enum.mjs +1 -1
  135. package/esm2022/lib/models/status.enum.mjs +1 -1
  136. package/esm2022/lib/models/topbar.model.mjs +1 -1
  137. package/esm2022/lib/models/vector-app.model.mjs +1 -1
  138. package/esm2022/lib/models/vector-notification.model.mjs +1 -1
  139. package/esm2022/lib/models/view.enum.mjs +1 -1
  140. package/esm2022/lib/pipes/currency-brl.pipe.mjs +1 -1
  141. package/esm2022/lib/pipes/format-document.pipe.mjs +1 -1
  142. package/esm2022/lib/pipes/index.mjs +1 -1
  143. package/esm2022/lib/pipes/mask.pipe.mjs +1 -1
  144. package/esm2022/lib/pipes/not-hidden.pipe.mjs +1 -1
  145. package/esm2022/lib/pipes/only-active.pipe.mjs +1 -1
  146. package/esm2022/lib/pipes/pipes.module.mjs +1 -1
  147. package/esm2022/lib/pipes/remove-last-child.pipe.mjs +1 -1
  148. package/esm2022/lib/pipes/unread-notifications.pipe.mjs +1 -1
  149. package/esm2022/lib/resolvers/get-selected-crud-item.resolver.mjs +1 -1
  150. package/esm2022/lib/resolvers/index.mjs +1 -1
  151. package/esm2022/lib/services/auth.service.mjs +1 -1
  152. package/esm2022/lib/services/base-dropdown.mjs +1 -1
  153. package/esm2022/lib/services/crud-base.service.mjs +1 -1
  154. package/esm2022/lib/services/enum.service.mjs +1 -1
  155. package/esm2022/lib/services/error-message.service.mjs +1 -1
  156. package/esm2022/lib/services/geolocation.service.mjs +1 -1
  157. package/esm2022/lib/services/index.mjs +1 -1
  158. package/esm2022/lib/services/loading.service.mjs +1 -1
  159. package/esm2022/lib/services/menu.service.mjs +1 -1
  160. package/esm2022/lib/services/modal.service.mjs +1 -1
  161. package/esm2022/lib/services/notifications.service.mjs +1 -1
  162. package/esm2022/lib/services/profile.service.mjs +1 -1
  163. package/esm2022/lib/services/storage.service.mjs +1 -1
  164. package/esm2022/lib/shared/shared.module.mjs +1 -1
  165. package/esm2022/lib/utils/cpf-cnpj-validator.util.mjs +1 -1
  166. package/esm2022/lib/utils/file.util.mjs +1 -1
  167. package/esm2022/lib/utils/index.mjs +1 -1
  168. package/esm2022/lib/utils/mask.util.mjs +1 -1
  169. package/esm2022/lib/utils/object.util.mjs +1 -1
  170. package/esm2022/lib/utils/string.util.mjs +1 -1
  171. package/esm2022/lib/utils/validation.util.mjs +1 -1
  172. package/esm2022/lib/utils/window.util.mjs +1 -1
  173. package/esm2022/public-api.mjs +1 -1
  174. package/fesm2022/ngx-vector-components.mjs +113 -71
  175. package/fesm2022/ngx-vector-components.mjs.map +1 -1
  176. package/lib/components/badge/badge.component.d.ts +1 -1
  177. package/lib/components/fields/radio-button-field/radio-button-field.component.d.ts +2 -1
  178. package/lib/components/fields/text-field/text-field.component.d.ts +2 -1
  179. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,2091 +1,2109 @@
1
- # Changelog
2
-
3
- ## [5.70.0] (25/11/2024)
4
-
5
- ### Features
6
-
7
- - Add new event in `text-field.component.ts`
8
-
9
- ## [5.69.0] (22/11/2024)
10
-
11
- ### Features
12
-
13
- - Add 'SHOW_ISS_PARAMS' permission in `profile.model.ts`
14
- - Add 'CREATE_ISS_PARAMS' permission in `profile.model.ts`
15
- - Add 'EDIT_ISS_PARAMS' permission in `profile.model.ts`
16
-
17
- ## [5.68.0] (12/11/2024)
18
-
19
- ### Features
20
-
21
- - Add 'ADD_SUPPLY_MANUAL' permission in `profile.model.ts`
22
-
23
- ## [5.67.0] (06/11/2024)
24
-
25
- ### Features
26
-
27
- - Add `type` property in `crud-history.model.ts`
28
- - Add `auditDelta.type` property in `crud-history.component`
29
-
30
- ## [5.66.0] (25/10/2024)
31
-
32
- ### Features
33
-
34
- - Add 'SHOW_PROFILEUSER' permission in `profile.model.ts`
35
- - Add 'EDIT_PROFILEUSER' permission in `profile.model.ts`
36
- - Add 'CREATE_PROFILEUSER' permission in `profile.model.ts`
37
- - Add 'ACTIVATE_PROFILEUSER' permission in `profile.model.ts`
38
- - Add 'DEACTIVATE_PROFILEUSER' permission in `profile.model.ts`
39
-
40
- ## [5.65.0] (25/10/2024)
41
-
42
- ### Features
43
-
44
- - Add 'STATUS' permission in `status.enum.ts`
45
-
46
- ## [5.64.0] (23/10/2024)
47
-
48
- ### Features
49
-
50
- - Add 'SHOW_ETA_VECTOR' permission in `profile.model.ts`
51
-
52
- ## [5.63.0] (18/10/2024)
53
-
54
- ### Features
55
-
56
- - Add 'EDIT_ESTIMATED_TIME_TO_ARRIVE' permission in `profile.model.ts`
57
-
58
- ## [5.62.0] (17/10/2024)
59
-
60
- ### Features
61
-
62
- - Add 'EDIT_VECTOR_SHIFT_VACANCIES' permission in `profile.model.ts`
63
-
64
- ## [5.61.0] (14/10/2024)
65
-
66
- ### Features
67
-
68
- - Add 'EDIT_VECTOR_SHIFT_VACANCIES' permission in `profile.model.ts`
69
-
70
- ## [5.60.0] (07/10/2024)
71
-
72
- ### Features
73
-
74
- - Add 'DELETE_SUPPLIER_SCHEDULING_MANAGEMENT' permission in `profile.model.ts`
75
-
76
- ## [5.59.0] (07/10/2024)
77
-
78
- ### Features
79
-
80
- - Add 'SHOW_GENERAL_PARAMETERS' permission in `profile.model.ts`
81
- - Add 'SHOW_DISTRIBUTION_OF_VACANCIES' permission in `profile.model.ts`
82
- - Add 'SHOW_SCHEDULE_SCHEDULING_MANAGEMENT' permission in `profile.model.ts`
83
- - Add 'SHOW_HISTORICAL_SCHEDULING_MANAGEMENT' permission in `profile.model.ts`
84
-
85
- ## [5.58.0] (07/10/2024)
86
-
87
- ### Features
88
-
89
- - Add 'SHOW_LOT_PARAMETER_SHIPPER' permission in `profile.model.ts`
90
- - Add 'SAVE_LOT_PARAMETER_SHIPPER' permission in `profile.model.ts`
91
-
92
- ## [5.57.0] (27/09/2024)
93
-
94
- ### Features
95
-
96
- - Add 'SENT_TO_SAP_SUPPLY' permission in `profile.model.ts`
97
- - Add 'SAVE_NFSAP_DOCUMENTS' permission in `profile.model.ts`
98
-
99
- ## [5.56.0] (27/09/2024)
100
-
101
- ### Features
102
-
103
- - Adjust `option.showDescriptionOnRight` property in `multiselect-field.component` to enable/disable description
104
-
105
- ## [5.55.0] (27/09/2024)
106
-
107
- ### Features
108
-
109
- - Rollback
110
-
111
- ## [5.53.0] (25/09/2024)
112
-
113
- ### Features
114
-
115
- - Add 'DELIVERY_TOLL_CARD' permission in `profile.model.ts`
116
- - Add 'SHOW_TOLL_CARD' permission in `profile.model.ts`
117
- - Add 'EDIT_TOLL_CARD' permission in `profile.model.ts`
118
-
119
- ## [5.52.0] (19/09/2024)
120
-
121
- ### Features
122
-
123
- - Add 'VIEW_LOCATION_GROUP' permission in `profile.model.ts`
124
- - Add 'CREATE_LOCATION_GROUP' permission in `profile.model.ts`
125
- - Add 'EDIT_LOCATION_GROUP' permission in `profile.model.ts`
126
- - Add 'DEACTIVATE_LOCATION_GROUP' permission in `profile.model.ts`
127
-
128
- ## [5.51.0] (10/09/2024)
129
-
130
- ### Features
131
-
132
- - Add 'APPROVE_OR_DISAPPROVE_ANALYSIS' permission in `profile.model.ts`
133
-
134
- ## [5.50.0] (28/08/2024)
135
-
136
- ### Features
137
-
138
- - Add 'ADD_DRIVER_MULTICARRIER' permission in `profile.model.ts`
139
-
140
- ## [5.49.0] (23/08/2024)
141
-
142
- ### Features
143
-
144
- - Add new `vector-input-otp` component.
145
- - Changed CSS to `showFlags` property in the `multiselect-field component.ts`.
146
-
147
- ## [5.48.0] (14/08/2024)
148
-
149
- ### Features
150
-
151
- - Added property `loading` in `button.components.ts`.
152
- - Added property `showHeader` and `showFlags` in `multiselect-field.components.ts`.
153
-
154
- ## [5.47.1] (14/08/2024)
155
-
156
- ### Fix
157
-
158
- - Add `display: flex` in `radio-button-field.scss`
159
-
160
- ## [5.47.0] (06/08/2024)
161
-
162
- ### Features
163
-
164
- - Add 'SHOW_GR_VECTOR_PARAMETERS' permission in `profile.model.ts`
165
- - Add 'ACTIVATE_OR_INACTIVATE_GR_PARAMETERS' permission in `profile.model.ts`
166
- - Add 'UPDATE_GR_PARAMETERS' permission in `profile.model.ts`
167
- - Add 'CREATE_GR_VECTOR' permission in `profile.model.ts`
168
- - Add 'APPROVE_OR_DISAPROVE_GR' permission in `profile.model.ts`
169
- - Add 'SHOW_GR_VECTOR' permission in `profile.model.ts`
170
-
171
- ## [5.46.0] (06/08/2024)
172
-
173
- ### Features
174
-
175
- - Added IntegrationStatusEnum `status.enum`.
176
-
177
- ## [5.45.0] (26/07/2024)
178
-
179
- ### Features
180
-
181
- - Added greaterThanTo `validation.util`.
182
-
183
- ## [5.44.0] (24/07/2024)
184
-
185
- ### Feature
186
-
187
- - Add 'APPROVE_POOL_BIDDING_CLOSURE' permission in `profile.model.ts`
188
- - Add 'APPROVE_POOL_BIDDING_LESSER_VALUE' permission in `profile.model.ts`
189
-
190
- ## [5.43.0] (28/06/2024)
191
-
192
- ### Feature
193
-
194
- - Add 'SHOW_SHIPPING_FREIGHT and SHOW_SHIPPING_FREIGHT' permission in `profile.model.ts`
195
-
196
- ## [5.42.0] (27/06/2024)
197
-
198
- ### Feature
199
-
200
- - Add `MonitoringJustifyEvent and MonitoringHandleEvent` permission in `profile.model.ts`
201
-
202
- ## [5.41.0] (27/06/2024)
203
-
204
- ### Feature
205
-
206
- - Add `CONFIGURE_WAITING_LINES`,`ADD_WAITING_LINES`,`SHOW_WAITING_LINES`,`CALL_DRIVER_WAITING_LINES` permission in `profile.model.ts`
207
-
208
- ## [5.40.0] (25/06/2024)
209
-
210
- ### Feature
211
-
212
- - Add `UPDATE_TRAVEL_APPROVAL` permission in `profile.model.ts`
213
-
214
- ## [5.39.1] (24/06/2024)
215
-
216
- ### Fix
217
-
218
- - Add `display: block` in `input-number-field.scss`
219
-
220
- ## [5.39.0] (21/06/2024)
221
-
222
- ### Feature
223
-
224
- - Removed `ADD_LASTNAME_LOCATION` permission in `profile.model.ts`
225
-
226
- ## [5.38.0] (07/06/2024)
227
-
228
- ### Feature
229
-
230
- - Added `Icon` in `radio-button-field.component`
231
- - Added `NumericDotComma` in `vector-text-field.component`
232
-
233
- ## [5.37.0] (05/06/2024)
234
-
235
- ### Feature
236
-
237
- - Added `Permiss SurveysDriver` in `profile.model`
238
-
239
- ## [5.36.0] (04/06/2024)
240
-
241
- ### Feature
242
-
243
- - Added `AUDIT_CHECKLIST` in `profile.model`
244
-
245
- ## [5.35.0] (03/06/2024)
246
-
247
- ### Feature
248
-
249
- - Added `round` directive in `vector-button`
250
-
251
- ## [5.34.0] (31/05/2024)
252
-
253
- ### Feature
254
-
255
- - Added `SHOW_ORDER_TRAKING_UNTIL_TRIP_EN` in `profile.model`
256
-
257
- ## [5.33.0] (27/05/2024)
258
-
259
- ### Feature
260
-
261
- - Change `Add Permiss Vale Pedagio` to `PlannedTrips` in `profile.model`
262
-
263
- ## [5.32.1] (23/05/2024)
264
-
265
- ### Bugfix
266
-
267
- - Change `Add block Hazmat` to `Add Block Hazmat` in `profile.model`
268
- - Change `Show block Hazmat` to `Show Block Hazmat` in `profile.model`
269
- - Change `Edit block Hazmat` to `Edit Block Hazmat` in `profile.model`
270
-
271
- ## [5.32.0] (19/05/2024)
272
-
273
- ### Feature
274
-
275
- - Added `CONFIGURE_APPROVAL_AUTHORITY` in `profile.model`
276
- - Added `SHOW_APPROVAL_AUTHORITY_CONFIG` in `profile.model`
277
-
278
- ## [5.31.0] (17/05/2024)
279
-
280
- ### Feature
281
-
282
- - Added `entityType` property in `crud-history.model`
283
-
284
- ## [5.30.1] (13/05/2024)
285
-
286
- ### Feature
287
-
288
- - Added `ADD_BLOCK_HAZMAT` in `profile.model`
289
- - Added `SHOW_BLOCK_HAZMAT` in `profile.model`
290
- - Added `EDIT_BLOCK_HAZMAT` in `profile.model`
291
-
292
- ## [5.29.0] (13/05/2024)
293
-
294
- ### Feature
295
-
296
- - Added `SHOW_TELEMETRY_POINT` in `profile.model`
297
-
298
- ## [5.28.0] (10/05/2024)
299
-
300
- ### Feature
301
-
302
- - Erro na publicação
303
-
304
- ## [5.27.1] (02/05/2024)
305
-
306
- ### Bugfix
307
-
308
- - Remove `id` in `button.component`
309
- - Remove `id` in `textarea-field.component`
310
- - Change `id` in `text-field.componente`
311
-
312
- ## [5.27.0] (02/05/2024)
313
-
314
- ### Feature
315
-
316
- - Added `LOW_FUEL_STOCK_RECEPTION_PRODUCT` in `profile.model`
317
-
318
- ## [5.26.1] (01/05/2024)
319
-
320
- ### Fix
321
-
322
- - CHANGE `id` To `inputId` in `currency-field.component`
323
-
324
- ## [5.26.0] (01/05/2024)
325
-
326
- ### Feature
327
-
328
- - Added `id` in `textarea-field.component`
329
- - Added `id` in `dropdown-field.component`
330
- - Added `id` in `currency-field.component`
331
- - Added `id` in `button.component`
332
-
333
- ## [5.25.0] (30/04/2024)
334
-
335
- ### Feature
336
-
337
- - Added `APPROVE_CARRIER` in `profile.model`
338
-
339
- ## [5.24.0] (30/04/2024)
340
-
341
- ### Feature
342
-
343
- - Change datepicker in `vector-calendar-field`
344
-
345
- ## [5.23.0] (29/04/2024)
346
-
347
- ### Feature
348
-
349
- - Added `SHOW_DIGITAL_TRANSPORTATION ` in `profile.model`
350
- - Added `FULL_ACCESS_DIGITAL_DISCHARGE` in `profile.model`
351
-
352
- ## [5.22.1] (26/04/2024)
353
-
354
- ### Feature
355
-
356
- - Change permission `Documental hazmat` in `profile.model`
357
-
358
- ## [5.22.0] (26/04/2024)
359
-
360
- ### Feature
361
-
362
- - Added new permission `Documental hazmat` in `profile.model`
363
-
364
- ## [5.21.0] (25/04/2024)
365
-
366
- ### Feature
367
-
368
- - Added `Show Route Planned Trip permissions` in `profile.model`
369
- - Added `New Route Planned Trip permissions` in `profile.model`
370
- - Added `Edit Route Planned permissions` in `profile.model`
371
- - Added `New Rotogram` in `profile.model`
372
- - Added `Show Rotogram` in `profile.model`
373
-
374
- ## [5.20.0] (18/04/2024)
375
-
376
- ### Feature
377
-
378
- - Added new permission `Add Observation Event` in `profile.model`
379
- - Added new permission `Approved Event` in `profile.model`
380
-
381
- ## [5.19.2] (17/04/2024)
382
-
383
- ### Fix
384
-
385
- - Added new permission `Delete Rotogram` in `profile.model`
386
-
387
- ## [5.18.0] (09/04/2024)
388
-
389
- ### Feature
390
-
391
- - Added new permission `Edit Configuration` in `profile.model`
392
-
393
- ## [5.17.0] (03/04/2024)
394
-
395
- ### Feature
396
-
397
- - Added new parameters for `showTime` and `showSeconds` in `vector-calendar-field`
398
- - Added new parameter `stepMinute` in `vector-calendar-field`
399
- - Added new permission `Retroactive Show` in `profile.model`
400
-
401
- ## [5.16.0] (01/04/2024)
402
-
403
- ### Feature
404
-
405
- - Added `permissions AddObservation,EditObservation,DeleteObservation,ShowObservation` in `profile.model`
406
-
407
- ## [5.15.0] (01/04/2024)
408
-
409
- ### Feature
410
-
411
- - Added onBlur in `vector-currency-field`.
412
-
413
- ## [5.14.0] (01/04/2024)
414
-
415
- ### Feature
416
-
417
- - Added `Show Geocerca permissions` in `profile.model`
418
- - Added `Add Geocerca permissions` in `profile.model`
419
- - Added `Active Geocerca permissions` in `profile.model`
420
-
421
- ## [5.13.0] (08/03/2024)
422
-
423
- ### Feature
424
-
425
- - Added optional parameter `forceSelection` input to `vector-dropdown`.
426
-
427
- ## [5.12.0] (07/03/2024)
428
-
429
- ### Feature
430
-
431
- - Added `permission SupplierUpdateCheckInCheckOut` in `profile.model`
432
-
433
- ## [5.11.0] (28/02/2024)
434
-
435
- ### Feature
436
-
437
- - Added `permission ManualChecklistApplication` in `profile.model`
438
-
439
- ## [5.10.1] (23/02/2024)
440
-
441
- ### Bugfix
442
-
443
- - Removed `fas from button type datatable column` in `datatable.component.ts`
444
-
445
- ## [5.10.0] (22/02/2024)
446
-
447
- ### Feature
448
-
449
- - Added `permissions ShowDriverTripInfoDetail` in `profile.model`
450
-
451
- ## [5.9.0] (22/02/2024)
452
-
453
- ### Feature
454
-
455
- - Added `permissions MonitoringplannedTrips` in `profile.model`
456
-
457
- ## [5.8.0] (20/02/2024)
458
-
459
- ### Feature
460
-
461
- - Added `permissions plannedTrips` in `profile.model`
462
-
463
- ## [5.7.0] (16/02/2024)
464
-
465
- ### Feature
466
-
467
- - Added `shouldLazyLoadWithoutFilter` in `data-table.component.model`
468
-
469
- ## [5.6.0] (16/02/2024)
470
-
471
- ### Features
472
-
473
- - Added `inputId` property to `vector-input-number` to set the input element id;
474
- - Added event parameter output to `onFocus` and `onBlur` events on `vector-input-number`.
475
-
476
- ### Bugfix
477
-
478
- - Fixed `field-error-message` CSS to fit correctly fields on dialogs;
479
- - Fixed `onBlur` and `onFocus` events call on `vector-input-number`.
480
-
481
- ## [5.5.1] (15/02/2024)
482
-
483
- ### Feature
484
-
485
- - Added `limitScrollPage` in `vector-dropdown-field` to custom limit scroll.
486
-
487
- ## [5.5.0] (15/02/2024)
488
-
489
- ### Feature
490
-
491
- - Added `permissions documents cadastros` in `profile.model`
492
-
493
- ## [5.4.2] (12/02/2024)
494
-
495
- ### Bugfix
496
-
497
- - Adjust `this.control.value code null error line 163` in `dropdown-field.component.ts`
498
- - Adjust Style error `layout error broken` in `text-field.component.ts`
499
-
500
- ## [5.4.1] (05/02/2024)
501
-
502
- ### Bugfix
503
-
504
- - Adjust `toogleMenu` in `vector-top-bar.component.ts`
505
- - Adjust Style `sizeField` in `calendar-field.component.scss` and `currency-field.component.scss`
506
-
507
- ## [5.4.0] (31/01/2024)
508
-
509
- ### Feature
510
-
511
- - Added `permissions documents cadastros` in `profile.model`
512
-
513
- ## [5.3.2] (29/01/2024)
514
-
515
- ### Bugfix
516
-
517
- - Added `Adjustment disabled for fields in filters and dropdown` in `dropdown-field.component.ts`
518
-
519
- ## [5.3.1] (29/01/2024)
520
-
521
- ### Bugfix
522
-
523
- - Added `Adjusment validation autocomplete` in `dropdown-field.component.ts`
524
-
525
- ## [5.3.0] (23/01/2024)
526
-
527
- ### Feature
528
-
529
- - Added `Driver Show Shipper Petrobras permissions` in `profile.model`
530
- - Added `Carrier Show Shipper Petrobras permissions` in `profile.model`
531
- - Added `Vehicle Show Shipper Petrobras permissions` in `profile.model`
532
-
533
- ## [5.2.0] (23/01/2024)
534
-
535
- ### Feature
536
-
537
- - Added `N1 and N2 permissions` in `profile.model`
538
-
539
- ## [5.1.2] (23/01/2024)
540
-
541
- ### BREAKING CHANGES
542
-
543
- - Adjust width in field dropdown
544
-
545
- ## [5.1.1] (23/01/2024)
546
-
547
- ### BREAKING CHANGES
548
-
549
- - Updated dropdown PrimeNG to v17.
550
-
551
- ## [5.1.0] (23/01/2024)
552
-
553
- ### Feature
554
-
555
- - Added styles-class `default-outlined-gray` in `_primeng-custom-theme.scss` to `button.component.ts`
556
- - Added styles-class `default-outlined-gray-icon-red` in `_primeng-custom-theme.scss` to `button.component.ts`
557
- - Added styles-class `default-outlined-gray-icon-gray ` in `_primeng-custom-theme.scss` to `button.component.ts`
558
-
559
- ## [5.0.1] (18/01/2024)
560
-
561
- ### Fix
562
-
563
- - Fixed `Input` and `Output` for `activeIndex` on `vector-stepper`.
564
-
565
- ## [5.0.0] (18/01/2024)
566
-
567
- ### BREAKING CHANGES
568
-
569
- - Updated Angular and PrimeNG to v17.
570
-
571
- ## [4.139.0] (17/01/2024)
572
-
573
- ### Feature
574
-
575
- - Added `permissions-CHANGE_IS_POC` in `profile.model`
576
-
577
- ## [4.138.0] (16/01/2024)
578
-
579
- ### Feature
580
-
581
- - Added enum `VECTOR_CLUB` in `view.enum.ts`
582
-
583
- ## [4.137.0] (12/01/2024)
584
-
585
- ### Feature
586
-
587
- - Added methods `convertObjectToQueryString` and `convertToUppercaseWithoutSymbols` in `string.utils.ts`
588
-
589
- ## [4.136.0] (06/01/2024)
590
-
591
- ### Feature
592
-
593
- - Added `firstLazyLoad` in `data-table.component.ts`
594
-
595
- ## [4.135.0] (05/01/2024)
596
-
597
- ### Feature
598
-
599
- - Added `disabled` in `input-switch-field.component.ts`
600
-
601
- - Added `permissions` in `profile.model`
602
-
603
- ## [4.134.0] (03/01/2024)
604
-
605
- ### Feature
606
-
607
- - Added `permissions` in `profile.model`
608
-
609
- ## [4.133.0] (02/01/2024)
610
-
611
- ### Feature
612
-
613
- - Added `checklist permissions` in `profile.model`
614
-
615
- ## [4.132.0] (27/12/2023)
616
-
617
- ### Feature
618
-
619
- - Added `permissions` in `profile.model`
620
-
621
- ## [4.131.0] (19/12/2023)
622
-
623
- ### Feature
624
-
625
- - Added `Styles in psteps component` in `_primeng-custom-theme.scss`
626
-
627
- ## [4.130.0] (16/12/2023)
628
-
629
- ### Feature
630
-
631
- - Added `input-switch` field.
632
-
633
- ## [4.129.0] (08/12/2023)
634
-
635
- ### Feature
636
-
637
- - Added `Show Driver Dashboard` in `profile.model`
638
-
639
- ## [4.128.0] (08/12/2023)
640
-
641
- ### Feature
642
-
643
- - Added `Block User Access` in `profile.model`
644
-
645
- ## [4.127.0] (24/11/2023)
646
-
647
- ### Feature
648
-
649
- - Added `ProfileTypeFornecedor` in `pt-BR.json`
650
- - Added `ProfileTypeFornecedor` in `ar-AR.json`
651
-
652
- ## [4.126.0] (24/11/2023)
653
-
654
- ### Feature
655
-
656
- - Added `permissionDocumentaryIrregularity` in `profile.model`
657
- - Added `functionCloseModal` in `multiselect-field`
658
-
659
- ## [4.125.0] (14/11/2023)
660
-
661
- ### Feature
662
-
663
- - Added `permissionPoolOfferts` in `profile.model`
664
-
665
- ## [4.124.0] (08/11/2023)
666
-
667
- ### Feature
668
-
669
- - Added `permission` in `profile.model`
670
-
671
- ## [4.123.0] (07/11/2023)
672
-
673
- ### Feature
674
-
675
- - Added `pagedSugestion` property in `multiselect-fild.component.ts` to insert a property was inserted to control the display when the data has a lot of data
676
-
677
- ## [4.122.0] (30/10/2023)
678
-
679
- ### Feature
680
-
681
- - Added `customFunction` property in `data-table.component.ts` to insert a list of buttons with export buttons appearance
682
-
683
- ## [4.121.0] (26/10/2023)
684
-
685
- ### Feature
686
-
687
- - Added `HttpLegacyCrudActionResponseWithMessageAndData` in `http-response.model`
688
-
689
- ## [4.120.0] (26/10/2023)
690
-
691
- ### Feature
692
-
693
- - Added `permission` in `profile.model`
694
-
695
- ## [4.119.0] (23/10/2023)
696
-
697
- ### Feature
698
-
699
- - Added `disabled` in `vector-checkbox` when control is populated and group name is not
700
-
701
- ## [4.118.0] (17/10/2023)
702
-
703
- ### Feature
704
-
705
- - Added `permission` in `profile.model`
706
-
707
- ## [4.117.0] (13/10/2023)
708
-
709
- ### Feature
710
-
711
- - Added `isEtcd` in `profile.service` `userInfo`
712
- - Added `shipperEtcd` in `profile.service` `userInfo`
713
- - Added `profileTypeEnum` in `profile.service` `userInfo`
714
-
715
- ## [4.116.0] (10/10/2023)
716
-
717
- ### Feature
718
-
719
- - Added `permission` in `profile.model`
720
-
721
- ## [4.115.0] (28/09/2023)
722
-
723
- ### Feature
724
-
725
- - Added `permission` in `profile.model`
726
-
727
- ## [4.114.0] (23/09/2023)
728
-
729
- ### Feature
730
-
731
- - Added disabled state to `vector-stepper` component;
732
- - Added error message to `vector-number-input`.
733
-
734
- ## [4.113.0] (22/09/2023)
735
-
736
- ### Feature
737
-
738
- - Added `convertTimeToMinutes` and `convertMinutesToTime` to `StringUtils`.
739
- - Added `vector-stepper` component.
740
-
741
- ### Bugfix
742
-
743
- - Fixed `vector-filter` behavior with dropdown default value, which was considering as a Text field and always setting to empty string.
744
-
745
- ## [4.112.0] (21/09/2023)
746
-
747
- ### Feature
748
-
749
- - Added `permission` in `profile.model`
750
-
751
- ## [4.111.0] (21/09/2023)
752
-
753
- ### Feature
754
-
755
- - Added `permission` in `profile.model`
756
-
757
- ## [4.110.0] (18/09/2023)
758
-
759
- ### Feature
760
-
761
- - Added `permission` in `profile.model`
762
-
763
- ## [4.109.0] (18/09/2023)
764
-
765
- ### Feature
766
-
767
- - Added `controler` in `filter.component.ts`
768
-
769
- ## [4.108.0] (18/09/2023)
770
-
771
- ### Feature
772
-
773
- - Added `blurEvent` in `vector-percentage-field`
774
-
775
- ## [4.107.0] (14/09/2023)
776
-
777
- ### Feature
778
-
779
- - Added `numericPositive` in `vector-text-field`
780
-
781
- ## [4.106.0] (13/09/2023)
782
-
783
- ### Feature
784
-
785
- - Added `default-outlined` in `button.component`
786
- - Added `Show Freight Simulator Etcd` in `profile.model`.
787
- - Added `Create Update Freight Simulator Etcd` in `profile.model`.
788
- - Added `Approve Reprove Etcd Simulation` in `profile.model`.
789
-
790
- ## [4.105.0] (11/09/2023)
791
-
792
- ### Feature
793
-
794
- - Added `permission` in `profile.model`.
795
-
796
- ## [4.104.0] (05/09/2023)
797
-
798
- ### Feature
799
-
800
- - Added `permission` in `profile.model`.
801
-
802
- ## [4.103.0] (01/09/2023)
803
-
804
- ### Feature
805
-
806
- - Added `Style light-outline in vector-button` in `button.component`.
807
-
808
- ## [4.102.0] (29/08/2023)
809
-
810
- ### Feature
811
-
812
- - Added `Show Cargo Match Etcd Validations` in `profile.model`.
813
- - Added `Show Cargo Match Etcd Validations History` in `profile.model`.
814
-
815
- ## [4.101.0] (28/08/2023)
816
-
817
- ### Feature
818
-
819
- - Added `Create Update Cargo Match Validations` in `profile.model`.
820
- - Added `ValidationsCargoMatch` in `profile.model`.
821
-
822
- ## [4.100.0] (25/08/2023)
823
-
824
- ### Feature
825
-
826
- - Added `permission Cockpit` in `profile.model`.
827
- - Added `permission Cockpit Summary` in `profile.model`.
828
- - Added `permission Cockpit Registration` in `profile.model`.
829
- - Added `permission Cockpit Bank` in `profile.model`.
830
- - Added `permission Cockpit Credit` in `profile.model`.
831
- - Added `permission Cockpit PA` in `profile.model`.
832
- - Added `permission Cockpit Log` in `profile.model`.
833
- - Added `new validation top-bar account fintech ` in `to-bar.components`
834
-
835
- ## [4.99.0] (23/08/2023)
836
-
837
- ### Feature
838
-
839
- - Added `tooltip` property in `vector-filters`.
840
-
841
- ## [4.98.0] (22/08/2023)
842
-
843
- ### Feature
844
-
845
- - Added `permission` in `GeneralPanel`.
846
-
847
- ## [4.97.1] (09/08/2023)
848
-
849
- ### Fix
850
-
851
- - Added `customization for display value` in `MultiselectField`.
852
- - Added `customization for label and type or default values in vector-button` in `CrudFooter`.
853
- - Added `adjustment to icon margin when modal cannot be closed` in `GenericModal`.
854
-
855
- ## [4.97.0] (03/08/2023)
856
-
857
- ### Feature
858
-
859
- - Added `permission Shipping and Loyalty` in `profile.model.ts`.
860
-
861
- ## [4.96.1] (03/08/2023)
862
-
863
- ### Fix
864
-
865
- - Updated the `GenericModal` model, css and structure html.
866
- - Added property `type` to customization of default values for modal buttons in `GenericModal`.
867
-
868
- ## [4.96.0] (03/08/2023)
869
-
870
- ### Feature
871
-
872
- - Added `readonly` property in `vector-text-field`.
873
-
874
- ## [4.95.0] (03/08/2023)
875
-
876
- ### Feature
877
-
878
- - Rollback version
879
-
880
- ## [4.92.0] (26/07/2023)
881
-
882
- ### Feature
883
-
884
- - Added `permission` in `PriceTaking`.
885
-
886
- ## [4.91.0] (26/07/2023)
887
-
888
- ### Feature
889
-
890
- - Added `permission` in `parametersCancelTrips`.
891
-
892
- ## [4.90.0] (24/07/2023)
893
-
894
- ### Feature
895
-
896
- - Added `permission` in `profile.model.ts`.
897
-
898
- ## [4.89.0] (19/07/2023)
899
-
900
- ### Feature
901
-
902
- - Added `permission` in `profile.model.ts`.
903
-
904
- ## [4.88.0] (20/07/2023)
905
-
906
- ### Feature
907
-
908
- - Added `permission` in `profile.model.ts`.
909
-
910
- ## [4.87.0] (19/07/2023)
911
-
912
- ### Feature
913
-
914
- - Added `inputId` and `slotChar` inputs to `vector-text-field`;
915
- - Added `centered` input to `vector-currency-field`;
916
- - Added `skipMessages` input to `vector-generic-error-modal`.
917
-
918
- ## [4.86.1] (18/07/2023)
919
-
920
- ### Fix
921
-
922
- - Update `Label Mostrar Todos To Selecionar Todos` in `multiselect-field.component.html`
923
- - Added `Created optional parameter to control showToggleAll value` in `multiselect-field.component.html`
924
-
925
- ## [4.86.0] (16/07/2023)
926
-
927
- ### Feature
928
-
929
- - Added `permission` in `profile.model.ts`.
930
-
931
- ## [4.85.0] (12/07/2023)
932
-
933
- ### Feature
934
-
935
- - Added `permission` in `profile.model.ts`.
936
-
937
- ## [4.84.0] (11/07/2023)
938
-
939
- ### Feature
940
-
941
- - Added new function `onBackSpacePress` in `text-field.component.ts`.
942
-
943
- ## [4.83.0] (10/07/2023)
944
-
945
- ### Feature
946
-
947
- - Added `permission` in `profile.model.ts`.
948
-
949
- ## [4.82.1] (07/07/2023)
950
-
951
- ### Fix
952
-
953
- - Update `TextFieldComponent in parameter (blur) inside unmasked input element` in `text-field.component.html`
954
-
955
- ## [4.82.0] (28/06/2023)
956
-
957
- ### Feature
958
-
959
- - Updated `DropdownFieldComponent add parameter isNgContent` in `dropdown-field.component.ts`.
960
- - Updated `Add new <p-autocomplete> with <ng-template> when isNgContent is true` in `dropdown-field.component.html`.
961
-
962
- ## [4.81.0] (27/06/2023)
963
-
964
- ### Feature
965
-
966
- - Added `permission` in `profile.model.ts`.
967
-
968
- ## [4.80.0] (23/06/2023)
969
-
970
- ### Feature
971
-
972
- - Added `permission` in `profile.model.ts`.
973
-
974
- ## [4.79.0] (23/06/2023)
975
-
976
- ### Feature
977
-
978
- - Added `permission` in `profile.model.ts`.
979
-
980
- ## [4.78.0] (22/06/2023)
981
-
982
- ### Feature
983
-
984
- - Added `permission` in `profile.model.ts`
985
-
986
- ## [4.77.0] (22/06/2023)
987
-
988
- ### Feature
989
-
990
- - Added `permission` in `profile.model.ts`
991
-
992
- ## [4.76.0] (22/06/2023)
993
-
994
- ### Feature
995
-
996
- - Added `permission` in `profile.model.ts`.
997
-
998
- ## [4.75.0] (22/06/2023)
999
-
1000
- ### Feature
1001
-
1002
- - Added `new object in http response to get errorMessage` `Http-response.model.ts`.
1003
- - Added `fatherKey in listItem to better control over options that depends from other values` `list-item.model.ts`
1004
-
1005
- ## [4.74.2] (22/06/2023)
1006
-
1007
- ### Feature
1008
-
1009
- - Added `permission` in `profile.model.ts`.
1010
-
1011
- ## [4.74.1] (21/06/2023)
1012
-
1013
- ### Bugfix
1014
-
1015
- - Added `new return error in interceptor `Http-interceptor.ts`.
1016
-
1017
- ## [4.74.0] (20/06/2023)
1018
-
1019
- ### Feature
1020
-
1021
- - Added `permission` in `profile.model.ts`.
1022
-
1023
- ## [4.73.0] (14/06/2023)
1024
-
1025
- ### Feature
1026
-
1027
- - adding disabled feature to dropdown filter type `filter.component.ts`.
1028
-
1029
- ## [4.72.1] (12/05/2023)
1030
-
1031
- ### Bugfix
1032
-
1033
- - populatin user id in profile service, so even in QA it will work `profile.service.ts`.
1034
-
1035
- ## [4.72.0] (25/05/2023)
1036
-
1037
- ### Feature
1038
-
1039
- - Added `permission` in `profile.model.ts`
1040
-
1041
- ## [4.71.0] (24/05/2023)
1042
-
1043
- ### Feature
1044
-
1045
- - Added `permission` in `profile.model.ts`
1046
-
1047
- ## [4.70.4] (22/05/2023)
1048
-
1049
- ### Feature
1050
-
1051
- - Added help center icons with links to `vector-top-bar`;
1052
-
1053
- ## [4.70.3] (19/05/2023)
1054
-
1055
- ### Feature
1056
-
1057
- - Refactory `close` click link to `vector-top-bar`;
1058
-
1059
- ## [4.70.2] (19/05/2023)
1060
-
1061
- ### Feature
1062
-
1063
- - Added `close` click link to `vector-top-bar`;
1064
-
1065
- ## [4.70.1] (19/05/2023)
1066
-
1067
- ### Feature
1068
-
1069
- - Added `event` click to `vector-top-bar`;
1070
-
1071
- ## [4.70.0] (18/05/2023)
1072
-
1073
- ### Feature
1074
-
1075
- - Added `alphaNumericAndWhitespace` filter to `vector-text-field`;
1076
-
1077
- ## [4.69.2] (12/05/2023)
1078
-
1079
- ### Bugfix
1080
-
1081
- - Added adjustment in the list of records when using the scrollbar `vector-dropdown-field`.
1082
-
1083
- ## [4.69.1] (11/05/2023)
1084
-
1085
- ### Bugfix
1086
-
1087
- - Added IF when column type is STATUS_BAGDE, because before when the value was 0 it was empty `vector-data-table`.
1088
-
1089
- ## [4.69.0] (06/05/2023)
1090
-
1091
- ### Feature
1092
-
1093
- - Added translations to fixed labels on `vector-data-table` and `vector-filters`.
1094
-
1095
- ## [4.68.0] (06/05/2023)
1096
-
1097
- ### Feature
1098
-
1099
- - Added help central icons to `vector-top-bar`.
1100
-
1101
- ## [4.67.0] (30/04/2023)
1102
-
1103
- ### Feature
1104
-
1105
- - Added `vector-score` component.
1106
-
1107
- ## [4.66.0] (30/04/2023)
1108
-
1109
- ### Feature
1110
-
1111
- - Added `NotificationsService`;
1112
- - Added `VectorNotification` model;
1113
- - Added notifications popup on `vector-top-bar`.
1114
-
1115
- ## [4.65.0] (28/04/2023)
1116
-
1117
- ### Feature
1118
-
1119
- - Added `permission` in `profile.model.ts`
1120
-
1121
- ## [4.64.0] (12/04/2023)
1122
-
1123
- ### Feature
1124
-
1125
- - Added `translate options` into `crud-footer` component in lib ngx-vector-components.
1126
-
1127
- ## [4.63.0] (05/04/2023)
1128
-
1129
- ### Feature
1130
-
1131
- - Added `apps` input for `vector-menu`, allowing rendering of custom apps.
1132
- - Added `onTabSelected` for `vector-data-table`;
1133
-
1134
- ### Bugfix
1135
-
1136
- - Fixed multiple lazy load requests on data tables with filters and tabs.
1137
-
1138
- ### Bugfix
1139
-
1140
- ## [4.62.1] (04/04/2023)
1141
-
1142
- - Added validation to `filters.component` to not make initial search in case there's a list item or default value invalid.
1143
-
1144
- ## [4.62.0] (03/04/2023)
1145
-
1146
- ### Feature
1147
-
1148
- - Added `currencyPrefix` and `localePrefix` properties in `currency filed.component`
1149
-
1150
- ## [4.61.0] (29/03/2023)
1151
-
1152
- ### Feature
1153
-
1154
- - Added `permission` in messageServices
1155
-
1156
- ## [4.60.0] (22/03/2023)
1157
-
1158
- ### Feature
1159
-
1160
- - Added `permission` in `profile.model.ts`
1161
-
1162
- ## [4.59.0] (24/02/2023)
1163
-
1164
- ### Feature
1165
-
1166
- - Added `permission` in `profile.model.ts`
1167
- - Added `disabled` in `vector-input-number.ts`
1168
-
1169
- ## [4.58.0] (22/02/2023)
1170
-
1171
- ### Feature
1172
-
1173
- - Added `CUIT_MASK` in `mask.util.ts`
1174
-
1175
- ## [4.57.0] (16/02/2023)
1176
-
1177
- ### Feature
1178
-
1179
- - Added cols and rows dynamic in `vector-textarea-field.ts`
1180
-
1181
- ## [4.56.0] (15/02/2023)
1182
-
1183
- ### Feature
1184
-
1185
- - Added mask in `mask.util.ts`
1186
-
1187
- ## [4.55.0] (12/02/2023)
1188
-
1189
- ### Feature
1190
-
1191
- - Added `leftLabel` to `vector-text-field`.
1192
-
1193
- ### Bugfix
1194
-
1195
- - Added padding-top to `vector-generic-modal` content to improve layout.
1196
- - Made grid classes for the action buttons of `vector-generic-modal` dynamic to fill the column if it is a single button.
1197
-
1198
- ## [4.54.0] (08/02/2023)
1199
-
1200
- ## [4.53.0] (06/02/2023)
1201
-
1202
- ### Feature
1203
-
1204
- - Added permissions in `profile.model.ts`
1205
-
1206
- ## [4.52.0] (28/01/2023)
1207
-
1208
- ### Feature
1209
-
1210
- - Added `icon` property to `ListItem`;
1211
- - Added icon option for `vector-data-table` tabs.
1212
-
1213
- ## [4.51.0] (28/01/2023)
1214
-
1215
- ### Feature
1216
-
1217
- - Added "info" value for `Status` enum;
1218
- - Added "info" color for `TEXT_BADGE` column on `data-table`;
1219
- - Added `STACK_BADGE` column type for `data-table`;
1220
- - Added `DATE` column type for `data-table`;
1221
- - Added `CURRENCY` column type for `data-table`;
1222
- - Auto select rows marked with `select: true` on `data-table`;
1223
- - Added filter option for `vector-multiselect-field`.
1224
-
1225
- ### Bugfix
1226
-
1227
- - Changed `appendTo` to `body` on `vector-multiselect-field`;
1228
- - Changed styles for `vector-multiselect-field` to match `vector-dropdown-field` styles;
1229
- - Fixed style issue regarding `filters` search button that prevented screens rendering correctly on first render.
1230
-
1231
- ## [4.50.0] (25/01/2023)
1232
-
1233
- ### Feature
1234
-
1235
- - Adding `permission` in tripService.
1236
-
1237
- ## [4.49.0] (13/01/2023)
1238
-
1239
- ### Feature
1240
-
1241
- - Added mask for hours minutes `00:00` in `mask-util`
1242
-
1243
- ### Bugfix
1244
-
1245
- - Erased pagedSuggestions restart in line 140 of `dropdown-field-component.ts` because when the data was reloaded, the dropdown fields were blank
1246
-
1247
- # [4.48.0] (11/01/2023)
1248
-
1249
- ### Feature
1250
-
1251
- - Added permissions in `product-reception-list.component.ts`
1252
-
1253
- ## [4.47.1] (18/11/2022)
1254
-
1255
- ### Bugfix
1256
-
1257
- - Adjust `api.ipify` in geolocation.service
1258
-
1259
- ## [4.47.0] (28/12/2022)
1260
-
1261
- ### Feature
1262
-
1263
- - Added permissions in `profile.model.ts`
1264
-
1265
- ## [4.46.0] (19/12/2022)
1266
-
1267
- ### Feature
1268
-
1269
- - Adding `permission` in trips.
1270
-
1271
- ## [4.45.0] (08/12/2022)
1272
-
1273
- ### Feature
1274
-
1275
- - Adding `permission Geofence` in profileService.
1276
- - Adding `AlterationHistory` in `vector-crud-history` and `Insert typeOfModification` in `crud-history.model`
1277
-
1278
- ## [4.44.4] (18/11/2022)
1279
-
1280
- ### Bugfix
1281
-
1282
- - Adjust `name "carteira digital for conta digital` in menu-vector
1283
-
1284
- ## [4.44.3] (18/11/2022)
1285
-
1286
- ### Bugfix
1287
-
1288
- - Adjust `open modal in icon termOfUse` in menu-vector
1289
-
1290
- ## [4.44.2] (16/11/2022)
1291
-
1292
- ### Bugfix
1293
-
1294
- - Adjust `password` in validation
1295
-
1296
- ## [4.44.1] (01/11/2022)
1297
-
1298
- ### Bugfix
1299
-
1300
- - Adjust `permission approveVector and approveETCD` in profileService
1301
-
1302
- ## [4.44.0] (28/10/2022)
1303
-
1304
- ### Feature
1305
-
1306
- - Adding `permission` in groups.
1307
-
1308
- ## [4.43.0] (28/10/2022)
1309
-
1310
- ### Feature
1311
-
1312
- - Adding `permission` in profileService.
1313
-
1314
- ## [4.42.1] (27/10/2022)
1315
-
1316
- ### Bugfix
1317
-
1318
- - Added fixed `vector-checkbox-field` error validation
1319
-
1320
- ## [4.42.0] (26/10/2022)
1321
-
1322
- ### Feature
1323
-
1324
- - Adding `columns expansible` in data-table.
1325
-
1326
- ## [4.41.1] (19/10/2022)
1327
-
1328
- ### Bugfix
1329
-
1330
- - Adding search action in `SELECT-BUTTON` filter
1331
-
1332
- ## [4.41.0] (15/10/2022)
1333
-
1334
- ### Feature
1335
-
1336
- - Added `HistoricalChangesNews` news permission
1337
-
1338
- ## [4.40.1] (14/10/2022)
1339
-
1340
- ### Bugfix
1341
-
1342
- - Added fixed "pt-BR" locale to `vector-currency-field`.
1343
-
1344
- ## [4.40.0] (14/10/2022)
1345
-
1346
- ### Feature
1347
-
1348
- - Added `maxDecimalInput `in `vector-currency-field`.
1349
-
1350
- ## [4.39.2] (13/10/2022)
1351
-
1352
- ### Bugfix
1353
-
1354
- - Fixed `vector-currency-field` behavior when inputing values when `isBankingField` is set to `true`.
1355
-
1356
- ## [4.39.1] (13/10/2022)
1357
-
1358
- ### Feature
1359
-
1360
- - adjusted bug in dataKey from `data-table.component`
1361
-
1362
- ## [4.39.0] (12/10/2022)
1363
-
1364
- ### Feature
1365
-
1366
- - Added disabled option for checkBox in `Datatbles.component`.
1367
-
1368
- ## [4.38.1] (11/10/2022)
1369
-
1370
- ### Feature
1371
-
1372
- - Fixed `expansible` feature for data-table.
1373
-
1374
- ## [4.38.0] (11/10/2022)
1375
-
1376
- ### Feature
1377
-
1378
- - Added row expand in `datatable.component`.
1379
-
1380
- ## [4.37.2] (07/10/2022)
1381
-
1382
- ### BugFix
1383
-
1384
- - Correction in `auth-service`.
1385
-
1386
- ## [4.37.1] (07/10/2022)
1387
-
1388
- ### BugFix
1389
-
1390
- - Correction in `auth-service`.
1391
-
1392
- ## [4.37.0] (07/10/2022)
1393
-
1394
- ### BugFix
1395
-
1396
- - Correction in `auth-service`.
1397
-
1398
- ## [4.36.0] (06/10/2022)
1399
-
1400
- ### Feature
1401
-
1402
- - Added service change `AddPermisLastNameLocation ` profile permission
1403
-
1404
- ## [4.35.0] (05/10/2022)
1405
-
1406
- ### Feature
1407
-
1408
- - Added service change `LinkedCnpj` top bar components
1409
-
1410
- ## [4.34.0] (03/10/2022)
1411
-
1412
- ### Feature
1413
-
1414
- - Added `TripOfferShow` profile permission
1415
-
1416
- ## [4.33.0] (02/10/2022)
1417
-
1418
- ### Feature
1419
-
1420
- - Added `Supply` profile permission.
1421
-
1422
- # Changelog
1423
-
1424
- ## [4.32.0] (30/09/2022)
1425
-
1426
- ### Feature
1427
-
1428
- - Added `ETCD` profile permission.
1429
-
1430
- ## [4.31.0] (30/09/2022)
1431
-
1432
- ### Feature
1433
-
1434
- - Added `RECEPTION_PRODUCT` profile permission.
1435
-
1436
- # Changelog
1437
-
1438
- ## [4.30.0] (30/09/2022)
1439
-
1440
- ### Feature
1441
-
1442
- - Added `Parameters` profile permission.
1443
-
1444
- ## [4.29.0] (27/09/2022)
1445
-
1446
- ### Feature
1447
-
1448
- - Added `max-width` and `line-break` support for `vector-generic-modal`.
1449
-
1450
- ## [4.28.0] (22/09/2022)
1451
-
1452
- ### Feature
1453
-
1454
- - Added `page` in `datatableComponent` to use in datatable fintech
1455
-
1456
- ## [4.27.0] (21/09/2022)
1457
-
1458
- ### Feature
1459
-
1460
- - Added `APPROVE_VECTOR` profile permission, ProfileModuleActionType.
1461
- - Added `APPROVE_ETCD` profile permission, ProfileModuleActionType.
1462
- - Added `DIGITAL_DISCHARGE` profile permission, ProfileModuleType
1463
-
1464
- ## [4.26.0] (15/09/2022)
1465
-
1466
- ### Feature
1467
-
1468
- - Added `userId` in `profile.service`.
1469
-
1470
- ## [4.25.1] (15/09/2022)
1471
-
1472
- ### Bugfix
1473
-
1474
- - fix `CREDIT_UNIT` profile permission.
1475
-
1476
- ## [4.25.0] (15/09/2022)
1477
-
1478
- ### Feature
1479
-
1480
- - Added `CREDIT` profile permission.
1481
- - Added `CREDIT_UNIT` profile permission.
1482
-
1483
- ## [4.24.0] (14/09/2022)
1484
-
1485
- ### Feature
1486
-
1487
- - Added `News` profile permission.
1488
-
1489
- ## [4.23.0] (14/09/2022)
1490
-
1491
- ### Feature
1492
-
1493
- - Added `step` support for `vector-percentage-field`.
1494
-
1495
- ### Bugfix
1496
-
1497
- - Fixed `vector-radio-button` alignment.
1498
-
1499
- ## [4.22.4] (09/09/2022)
1500
-
1501
- ### BugFix
1502
-
1503
- - change search document format
1504
-
1505
- ## [4.22.3] (06/09/2022)
1506
-
1507
- ### BugFix
1508
-
1509
- - Hide button after click dropdown
1510
-
1511
- ## [4.22.2] (06/09/2022)
1512
-
1513
- ### BugFix
1514
-
1515
- - dropdown change for choosing accounts, whenever you have more than 1 account, dropdown appears on the active account
1516
-
1517
- ## [4.22.1] (06/09/2022)
1518
-
1519
- ### BugFix
1520
-
1521
- - added `onHeaderCheckboxToggle` in `datatableComponent`
1522
-
1523
- ## [4.22.0] (05/09/2022)
1524
-
1525
- ### Feature
1526
-
1527
- - added `cpf-cnpj-validator` in `utils`, added `plate-mask` in `mask-utils`, added permissions in `profile.model.ts`.
1528
-
1529
- ## [4.21.0] (30/08/2022)
1530
-
1531
- ### Feature
1532
-
1533
- - added `profileName` to user info in `profile.service.ts`.
1534
-
1535
- ## [4.20.1] (15/08/2022)
1536
-
1537
- ### Bugfix
1538
-
1539
- - adjusted `data-table` to not keep start property when clicking search, validation in `data-table.component.ts`.
1540
-
1541
- ## [4.20.0] (15/08/2022)
1542
-
1543
- ### Features
1544
-
1545
- - Added `input-number` to `Componentes`
1546
-
1547
- ## [4.19.0] (13/08/2022)
1548
-
1549
- ### Features
1550
-
1551
- - Added `TEXT_BADGE` type to `TableColumnType` to render `vector-badge` on table.
1552
-
1553
- ### Bugfixes
1554
-
1555
- - Fixed filters patch from query params.
1556
-
1557
- ## [4.18.0] (05/08/2022)
1558
-
1559
- ### Features
1560
-
1561
- - Added `CustomButtons` to `vector-data-table` so the data-tables can have more buttons if needed.
1562
-
1563
- ## [4.17.0] (04/08/2022)
1564
-
1565
- ### Features
1566
-
1567
- - Added `filterMultiselect` to `FiltersType` to search for multiple selection
1568
-
1569
- ## [4.16.1] (01/08/2022)
1570
-
1571
- ### Bugfixes
1572
-
1573
- - Fixed `getCodes` function from `ObjectUtil` to support inner JSON objects.
1574
-
1575
- ## [4.16.0] (31/07/2022)
1576
-
1577
- ### Features
1578
-
1579
- - Added `getCodes` to `ObjectUtil` to mutate the given object properties to keep only the `code` property.
1580
-
1581
- ### Bugfixes
1582
-
1583
- - `FiltersComponent` fixed to patch the query params values correctly.
1584
-
1585
- ## [4.15.0] (01/08/2022)
1586
-
1587
- ### Features
1588
-
1589
- - Added function to add new account fintech.
1590
-
1591
- ## [4.14.0] (22/07/2022)
1592
-
1593
- ### Features
1594
-
1595
- - Added `AlterationHistory` in `vector-crud-history` to use the logtech pattern.
1596
-
1597
- ## [4.13.0] (18/07/2022)
1598
-
1599
- ### Features
1600
-
1601
- - Added `selectionType` in `vector-data-table` to add `checkboxbutton` or `radionbutton` in table.
1602
-
1603
- ### Refactor
1604
-
1605
- - Refactor `generic-modal` to accept news parameters and output events for make more dynamically.
1606
-
1607
- ## [4.12.0] (18/07/2022)
1608
-
1609
- ### Features
1610
-
1611
- - Added `multipleCheck` in `vector-checkbox-field` to add multiple options.
1612
-
1613
- ## [4.11.2] (16/07/2022)
1614
-
1615
- ### Bugfixes
1616
-
1617
- - Fixed `radio-button` to show invalid status color when touched.
1618
-
1619
- ## [4.11.1] (15/07/2022)
1620
-
1621
- ### Bugfixes
1622
-
1623
- - Fixed `getUserId` in `storageService` to get correctly user id.
1624
-
1625
- ## [4.11.0] (15/07/2022)
1626
-
1627
- ### Features
1628
-
1629
- - added `disabled` on `vector-range-field` to disabled field when insert true.
1630
- - added `disabled` on `vector-currency-field` to disabled field when insert true.
1631
-
1632
- ## [4.10.5] (14/07/2022)
1633
-
1634
- ### Bugfixes
1635
-
1636
- - Fixed `doMaskString` on `MaskUtil` to safely return a empty `string` when receiving an empty input.
1637
-
1638
- ## [4.10.4] (13/07/2022)
1639
-
1640
- ### Bugfixes
1641
-
1642
- - Fixed excel and pdf display button in `vector-data-table`.
1643
-
1644
- ## [4.10.3] (13/07/2022)
1645
-
1646
- ### Bugfixes
1647
-
1648
- - Fixed sort column without actions in `vector-data-table`.
1649
-
1650
- ## [4.10.2] (10/07/2022)
1651
-
1652
- ### Bugfixes
1653
-
1654
- - Fixed arrow icon in(Sort column) `vector-data-table`
1655
-
1656
- ## [4.10.1] (10/07/2022)
1657
-
1658
- ### Bugfixes
1659
-
1660
- - Fixed autoStart `vector-data-table`
1661
-
1662
- ## [4.9.0] (10/07/2022)
1663
-
1664
- ### Features
1665
-
1666
- - Added `MASK` type to `TableColumn` enum and implemented it on `data-table`;
1667
- - Added `FieldType` `DATE_RANGE` to `data-table` filters.
1668
-
1669
- ## [4.8.0] (09/07/2022)
1670
-
1671
- ### Features
1672
-
1673
- - Added `notSortable` property do `TableColumn` and implemented it on `data-table`.
1674
-
1675
- ## [4.7.1] (09/07/2022)
1676
-
1677
- ### BugFixes
1678
-
1679
- - Fixed `getById` on `getSugestionsOfDropDown`.
1680
-
1681
- ## [4.7.0] (08/07/2022)
1682
-
1683
- ### BugFixes
1684
-
1685
- - Added new Permissions in `profile.model.ts`.
1686
-
1687
- ### Features
1688
-
1689
- - Added `profileTypeItens` BehaviourSubject in `profile.serivice.ts`.
1690
-
1691
- ## [4.6.3] (08/07/2022)
1692
-
1693
- ### Bugfixes
1694
-
1695
- - fixed `menu-label` min-width to align correctly items.
1696
-
1697
- ## [4.6.2] (07/07/2022)
1698
-
1699
- ### Bugfixes
1700
-
1701
- - fixed `top-bar` to display vector user first name.
1702
-
1703
- ## [4.6.1] (05/07/2022)
1704
-
1705
- ### Bugfixes
1706
-
1707
- - `percentage field component` added minFractionDigits and maxFractionDigits properties to configure decimal values
1708
-
1709
- ## [4.6.0] (06/07/2022)
1710
-
1711
- ### Features
1712
-
1713
- - Added `goBackHidden` parameter to hidden goBackButton in `vector-crud-footer`.
1714
-
1715
- ## [4.5.1] (30/06/2022)
1716
-
1717
- ### Bugfixes
1718
-
1719
- - `menu` changed admin menu to show only fintech admin.
1720
-
1721
- ## [4.5.0] (29/06/2022)
1722
-
1723
- ### Features
1724
-
1725
- - `vector-filters` changed to read the url queryParams to set default values.
1726
-
1727
- ## [4.4.0] (28/06/2022)
1728
-
1729
- ### Features
1730
-
1731
- - Added `isExternalUrl` in `http-interceptor.ts`;
1732
-
1733
- ## [4.3.0] (27/06/2022)
1734
-
1735
- ### Features
1736
-
1737
- - Added `HttpDataResponse` in model `http-response.model.ts`;
1738
-
1739
- ## [4.2.1] (27/06/2022)
1740
-
1741
- ### Bug Fixes
1742
-
1743
- - Added `ADD_REGION` in model `profile.model.ts`;
1744
- - Added `SHOW_REGION` in model `profile.model.ts`;
1745
- - Added `EDIT_REGION` in model `profile.model.ts`;
1746
-
1747
- ## [4.2.0] (24/06/2022)
1748
-
1749
- ### Features
1750
-
1751
- - Added `CUSTOM_STYLES` in TableColumnType on `data-table-component`;
1752
- - Added `textFieldClass` in TableColumn on `data-table-component`;
1753
-
1754
- ## [4.1.1] (23/06/2022)
1755
-
1756
- ### Bug Fixes
1757
-
1758
- - Fixed `FilterChangedEvent` external model to use in all project.
1759
-
1760
- ## [4.1.0] (23/06/2022)
1761
-
1762
- ### Features
1763
-
1764
- - Added `onFilterChanged` event on `filters` and `data-table`;
1765
-
1766
- ### Bug Fixes
1767
-
1768
- - Fixed `filters` to validate required fields before searching.
1769
-
1770
- ## [4.0.0] (21/06/2022)
1771
-
1772
- ### Breaking Changes
1773
-
1774
- - Added `getById` on `BaseDropdown` interface.
1775
-
1776
- ### Bug Fixes
1777
-
1778
- - Fixed `dropdown` behavior with and without `minLengthToService` set;
1779
- - Fixed `dropdown` search on suggestions to ignore case;
1780
- - Fixed `data-table` header z-index to keep below other fixed elements (e.g `vector-footer`);
1781
- - Fixed `multiselect` to get the correct item property for value.
1782
-
1783
- ## [3.6.1] (15/06/2022)
1784
-
1785
- ### Bug Fixes
1786
-
1787
- - Changed overflow behavior of tabview to scroll.
1788
- -
1789
-
1790
- ## [3.6.0] (14/06/2022)
1791
-
1792
- ### Features
1793
-
1794
- - Added selection to data-table component.
1795
- - Added hasAction input, now can hide action column.
1796
-
1797
- ## [3.5.0] (09/06/2022)
1798
-
1799
- ### Features
1800
-
1801
- - Added `disabled` property on `ListItem`;
1802
- - Added `onChange` event on `vector-multiselect-field`.
1803
-
1804
- ## [3.4.0] (26/05/2022)
1805
-
1806
- ### Features
1807
-
1808
- - Added `inputClassName` property to `vector-currency-field`;
1809
-
1810
- ### Bug Fixes
1811
-
1812
- - Fixed `vector-button` style property type;
1813
-
1814
- ## [3.3.1] (25/05/2022)
1815
-
1816
- ### Bug Fixes
1817
-
1818
- - Fixed `fullName` validation of `Utils`, changed invalid error message.
1819
-
1820
- ## [3.3.0] (24/05/2022)
1821
-
1822
- ### Features
1823
-
1824
- - Added min length to call the dropdown service query.
1825
-
1826
- ## [3.2.0] (24/05/2022)
1827
-
1828
- ### Features
1829
-
1830
- - Added the ability to add a button column to the `vector-data-table` component that calls a custom function.
1831
- - Added the possibility to hide the actions column of the component `vector-data-table`.
1832
-
1833
- ## [3.1.1] (20/05/2022)
1834
-
1835
- ### Bug Fixes
1836
-
1837
- - Fixed `vector-button` to fill 100% of container.
1838
- - Fixed `BOLETO_PATTERN` in `MaskUtils` for accept a digit more.
1839
-
1840
- ## [3.1.0] (19/05/2022)
1841
-
1842
- ### Features
1843
-
1844
- - added `isBankingField` input to `vector-currency-field`.
1845
-
1846
- ## [3.0.2] (19/05/2022)
1847
-
1848
- ### Bug Fixes
1849
-
1850
- - Fixed `vector-button` disable behavior.
1851
-
1852
- ## [3.0.1] (08/05/2022)
1853
-
1854
- ### Bug Fixes
1855
-
1856
- - Fixed peer dependency version.
1857
-
1858
- ## [3.0.0] (08/05/2022)
1859
-
1860
- ### Breaking Changes
1861
-
1862
- - Changed `mixins` to a separated `mixins.scss` file.
1863
-
1864
- ### Features
1865
-
1866
- - Added generic guard to check if crud list has items;
1867
- - Added generic resolver to get the selected crud item from the list;
1868
- - Added generic resolver to get the selected crud item history from the list;
1869
- - Added `vector-badge` component;
1870
- - Added `vector-crud-header` component;
1871
- - Added `vector-select-button-field` component;
1872
- - Added `formatDocument` pipe;
1873
- - Added `VIRTUAL_CARRIER` view type;
1874
- - Added styles input to `vector-button` to apply styles to the `<button>` tag;
1875
- - Added dynamic filters to dropdown;
1876
- - Breadcrumb now has clickable links to navigate to route fragments.
1877
-
1878
- ### Bug Fixes
1879
-
1880
- - Menu fixed to navigate to menu route even if it has children;
1881
- - Changed `vector-data-table` appearence to match new design;
1882
- - Fixed `vector-filters` to hide the search button when there is no visible filters;
1883
- - Removed unnecessary `variables.scss` references throughout the project.
1884
-
1885
- ## [2.14.0] (05/05/2022)
1886
-
1887
- ### Features
1888
-
1889
- - TokenIsPresentGuard changed to support both storage and queryParams token.
1890
-
1891
- ### Bug Fixes
1892
-
1893
- - MenuComponent fixed to take priority on `frameUrl` to make sure `route` can still be used to build the breadcrumbs if needed;
1894
- - Made some changes to the accordion styles.
1895
-
1896
- ## [2.13.1] (28/04/2022)
1897
-
1898
- ### Bug Fixes
1899
-
1900
- - Fix conflict merge with versions 2.12.0 with 2.13.0.
1901
-
1902
- ## [2.13.0] (27/04/2022)
1903
-
1904
- ### Features
1905
-
1906
- - Added input valueMovimented in vector-range-value component.
1907
-
1908
- ### Bug Fixes
1909
-
1910
- - Fix Sent API address for endpoint.
1911
- - Fix export GeolocationService.
1912
-
1913
- ## [2.12.0] (26/04/2022)
1914
-
1915
- ### Features
1916
-
1917
- - MenuItem changed to accept both singular and array of permissions.
1918
-
1919
- ## [2.11.0] (20/04/2022)
1920
-
1921
- ### Features
1922
-
1923
- - Added currency-input rounded option.
1924
-
1925
- ### Bug Fixes
1926
-
1927
- - Fixed breadcrumb responsive layout;
1928
- - Fixed radio-button responsive layout;
1929
- - Changed menu backgroud to white;
1930
- - Changed accordion styles.
1931
-
1932
- ## [2.10.0] (19/04/2022)
1933
-
1934
- ### Features
1935
-
1936
- - Added login info and geolocation to share: date, time, device info, ip, hostname, latitude, longitude, accuracy.
1937
-
1938
- ## [2.8.0] (08/04/2022)
1939
-
1940
- ### Features
1941
-
1942
- - Added containsLettersAndNumbers validation.
1943
-
1944
- ### Fix
1945
-
1946
- - Fix currency-field min and max value don't work.
1947
-
1948
- ## [2.7.1] (08/04/2022)
1949
-
1950
- ### Fix
1951
-
1952
- - Fix text-field don't limit to alpha numeric with alphanumeric true.
1953
-
1954
- ## [2.7.0] (04/04/2022)
1955
-
1956
- ### Features
1957
-
1958
- - Added alphaNumeric option to text-field.
1959
-
1960
- ### Bug Fixes
1961
-
1962
- - Fix top-bar to hidden notification if is fintech.
1963
- - Fix top-bar changed label for change password.
1964
- - Fix toggle menu when keydown escape.
1965
-
1966
- ## [2.6.0] (30/03/2022)
1967
-
1968
- ### Features
1969
-
1970
- - Added directive min and max for percentage-field.
1971
- - Added notSequentialNumbers validator.
1972
- - Added firstLetterIsUppercase validator.
1973
-
1974
- ### Bug Fixes
1975
-
1976
- - Fix menu service for don't delete father.
1977
-
1978
- ## [2.5.1] (24/03/2022)
1979
-
1980
- ### Bug Fixes
1981
-
1982
- - Fix input checkbox don't mark when click on label.
1983
-
1984
- ## [2.5.0] (21/03/2022)
1985
-
1986
- ### Features
1987
-
1988
- - Added menu notifications count
1989
-
1990
- ### Bug Fixes
1991
-
1992
- - Fixed gray colors variables names;
1993
- - Fixed topbar to show Fintech menus only when is Fintech;
1994
- - Fixed permissions request to save permissions on storage before using them.
1995
- - Calendar-field "min" and "max" properties set optional.
1996
-
1997
- ## [2.4.0] (20/03/2022)
1998
-
1999
- ### Features
2000
-
2001
- - Added min and max validation functions to forms;
2002
- - Added onlyActivePipe.
2003
-
2004
- ### Bug Fixes
2005
-
2006
- - Fixed menu service to hide parent menus when no children is left after filtering by permission;
2007
- - Changed data-table scrollHeight from 350px to 300px to prevent unnecessary scrolling on viewport;
2008
- - Added toast to unexpected errors from the API.
2009
-
2010
- ## [2.3.0] (18/03/2022)
2011
-
2012
- ### Features
2013
-
2014
- - Added vector-field-error-message for showing when field is invalid.
2015
-
2016
- ### Bug Fixes
2017
-
2018
- - Fix input calendar invalid showing incorrect;
2019
- - Fix input dropdown invalid showing incorrect;
2020
- - Fix Top-bar now show correct account information.
2021
-
2022
- ## [2.2.2] (17/03/2022)
2023
-
2024
- ### Feature
2025
-
2026
- - Added new default color for text in \_variables.scss.
2027
- - Fix Portals items in menu showing incorrect.
2028
-
2029
- ## [2.2.1] (17/03/2022)
2030
-
2031
- ### Bug Fixes
2032
-
2033
- - Fix Portals items menu with switched color.
2034
- - Added directive in vector-top-var(fintech, service);
2035
- - Fix Menu showing without account information in fintech vector-top-bar;
2036
-
2037
- ## [2.2.0] (10/03/2022)
2038
-
2039
- ### Features
2040
-
2041
- - Added textarea field;
2042
- - Added sessionStorage functions to StorageService;
2043
- - Added IFrame opening option to menu items;
2044
- - Added inversed colors vector logo.
2045
-
2046
- ### Bug Fixes
2047
-
2048
- - Fixed dropdown code comparision on filter to support any format;
2049
- - Fixed data table auto load when using virtual pagination;
2050
- - Fixed breadcrumb font-weight;
2051
- - Fixed menu icon filter.
2052
-
2053
- ## [2.0.3] (01/03/2022)
2054
-
2055
- ### Bug Fixes
2056
-
2057
- - Fixed AuthService url to support multiple projects with different endpoint prefixes.
2058
-
2059
- ## [2.0.2] (01/03/2022)
2060
-
2061
- ### Bug Fixes
2062
-
2063
- - Fixed old variable
2064
-
2065
- ## [2.0.1] (01/03/2022)
2066
-
2067
- ### Bug Fixes
2068
-
2069
- - Fixed missing styles
2070
-
2071
- ## [2.0.0] (01/03/2022)
2072
-
2073
- ### Breaking Changes
2074
-
2075
- - CSS variables changed declaration form.
2076
-
2077
- ## [1.0.2] (01/03/2022)
2078
-
2079
- ### Bug Fixes
2080
-
2081
- - Changed text field filter to validate only when on "only text" mode.
2082
-
2083
- ## [1.0.1] (27/02/2022)
2084
-
2085
- ### Bug Fixes
2086
-
2087
- ### Features
2088
-
2089
- ### Breaking Changes
2090
-
2091
- - Library publishing
1
+ # Changelog
2
+ ## [5.71.1] (14/08/2024)
3
+
4
+ ### Fix
5
+
6
+ - Fixed disable property for vector-checkbox-field
7
+ - Fixed disable property for vector-dropdown-field
8
+ - Fixed disable property for vector-multiselect-field
9
+ - Fixed disable property for vector-radio-button-field
10
+ - Fixed disable property for vector-text-field
11
+
12
+ ## [5.71.0] (25/11/2024)
13
+
14
+ ### Features
15
+
16
+ - Add disable property for vector-radio-button-field
17
+ - Add disable property for vector-multiselect-field
18
+ - Add disable property for vector-checkbox-field
19
+ - Add disable property for vector-text-field
20
+
21
+ ## [5.70.0] (25/11/2024)
22
+
23
+ ### Features
24
+
25
+ - Add new event in `text-field.component.ts`
26
+
27
+ ## [5.69.0] (22/11/2024)
28
+
29
+ ### Features
30
+
31
+ - Add 'SHOW_ISS_PARAMS' permission in `profile.model.ts`
32
+ - Add 'CREATE_ISS_PARAMS' permission in `profile.model.ts`
33
+ - Add 'EDIT_ISS_PARAMS' permission in `profile.model.ts`
34
+
35
+ ## [5.68.0] (12/11/2024)
36
+
37
+ ### Features
38
+
39
+ - Add 'ADD_SUPPLY_MANUAL' permission in `profile.model.ts`
40
+
41
+ ## [5.67.0] (06/11/2024)
42
+
43
+ ### Features
44
+
45
+ - Add `type` property in `crud-history.model.ts`
46
+ - Add `auditDelta.type` property in `crud-history.component`
47
+
48
+ ## [5.66.0] (25/10/2024)
49
+
50
+ ### Features
51
+
52
+ - Add 'SHOW_PROFILEUSER' permission in `profile.model.ts`
53
+ - Add 'EDIT_PROFILEUSER' permission in `profile.model.ts`
54
+ - Add 'CREATE_PROFILEUSER' permission in `profile.model.ts`
55
+ - Add 'ACTIVATE_PROFILEUSER' permission in `profile.model.ts`
56
+ - Add 'DEACTIVATE_PROFILEUSER' permission in `profile.model.ts`
57
+
58
+ ## [5.65.0] (25/10/2024)
59
+
60
+ ### Features
61
+
62
+ - Add 'STATUS' permission in `status.enum.ts`
63
+
64
+ ## [5.64.0] (23/10/2024)
65
+
66
+ ### Features
67
+
68
+ - Add 'SHOW_ETA_VECTOR' permission in `profile.model.ts`
69
+
70
+ ## [5.63.0] (18/10/2024)
71
+
72
+ ### Features
73
+
74
+ - Add 'EDIT_ESTIMATED_TIME_TO_ARRIVE' permission in `profile.model.ts`
75
+
76
+ ## [5.62.0] (17/10/2024)
77
+
78
+ ### Features
79
+
80
+ - Add 'EDIT_VECTOR_SHIFT_VACANCIES' permission in `profile.model.ts`
81
+
82
+ ## [5.61.0] (14/10/2024)
83
+
84
+ ### Features
85
+
86
+ - Add 'EDIT_VECTOR_SHIFT_VACANCIES' permission in `profile.model.ts`
87
+
88
+ ## [5.60.0] (07/10/2024)
89
+
90
+ ### Features
91
+
92
+ - Add 'DELETE_SUPPLIER_SCHEDULING_MANAGEMENT' permission in `profile.model.ts`
93
+
94
+ ## [5.59.0] (07/10/2024)
95
+
96
+ ### Features
97
+
98
+ - Add 'SHOW_GENERAL_PARAMETERS' permission in `profile.model.ts`
99
+ - Add 'SHOW_DISTRIBUTION_OF_VACANCIES' permission in `profile.model.ts`
100
+ - Add 'SHOW_SCHEDULE_SCHEDULING_MANAGEMENT' permission in `profile.model.ts`
101
+ - Add 'SHOW_HISTORICAL_SCHEDULING_MANAGEMENT' permission in `profile.model.ts`
102
+
103
+ ## [5.58.0] (07/10/2024)
104
+
105
+ ### Features
106
+
107
+ - Add 'SHOW_LOT_PARAMETER_SHIPPER' permission in `profile.model.ts`
108
+ - Add 'SAVE_LOT_PARAMETER_SHIPPER' permission in `profile.model.ts`
109
+
110
+ ## [5.57.0] (27/09/2024)
111
+
112
+ ### Features
113
+
114
+ - Add 'SENT_TO_SAP_SUPPLY' permission in `profile.model.ts`
115
+ - Add 'SAVE_NFSAP_DOCUMENTS' permission in `profile.model.ts`
116
+
117
+ ## [5.56.0] (27/09/2024)
118
+
119
+ ### Features
120
+
121
+ - Adjust `option.showDescriptionOnRight` property in `multiselect-field.component` to enable/disable description
122
+
123
+ ## [5.55.0] (27/09/2024)
124
+
125
+ ### Features
126
+
127
+ - Rollback
128
+
129
+ ## [5.53.0] (25/09/2024)
130
+
131
+ ### Features
132
+
133
+ - Add 'DELIVERY_TOLL_CARD' permission in `profile.model.ts`
134
+ - Add 'SHOW_TOLL_CARD' permission in `profile.model.ts`
135
+ - Add 'EDIT_TOLL_CARD' permission in `profile.model.ts`
136
+
137
+ ## [5.52.0] (19/09/2024)
138
+
139
+ ### Features
140
+
141
+ - Add 'VIEW_LOCATION_GROUP' permission in `profile.model.ts`
142
+ - Add 'CREATE_LOCATION_GROUP' permission in `profile.model.ts`
143
+ - Add 'EDIT_LOCATION_GROUP' permission in `profile.model.ts`
144
+ - Add 'DEACTIVATE_LOCATION_GROUP' permission in `profile.model.ts`
145
+
146
+ ## [5.51.0] (10/09/2024)
147
+
148
+ ### Features
149
+
150
+ - Add 'APPROVE_OR_DISAPPROVE_ANALYSIS' permission in `profile.model.ts`
151
+
152
+ ## [5.50.0] (28/08/2024)
153
+
154
+ ### Features
155
+
156
+ - Add 'ADD_DRIVER_MULTICARRIER' permission in `profile.model.ts`
157
+
158
+ ## [5.49.0] (23/08/2024)
159
+
160
+ ### Features
161
+
162
+ - Add new `vector-input-otp` component.
163
+ - Changed CSS to `showFlags` property in the `multiselect-field component.ts`.
164
+
165
+ ## [5.48.0] (14/08/2024)
166
+
167
+ ### Features
168
+
169
+ - Added property `loading` in `button.components.ts`.
170
+ - Added property `showHeader` and `showFlags` in `multiselect-field.components.ts`.
171
+
172
+ ## [5.47.1] (14/08/2024)
173
+
174
+ ### Fix
175
+
176
+ - Add `display: flex` in `radio-button-field.scss`
177
+
178
+ ## [5.47.0] (06/08/2024)
179
+
180
+ ### Features
181
+
182
+ - Add 'SHOW_GR_VECTOR_PARAMETERS' permission in `profile.model.ts`
183
+ - Add 'ACTIVATE_OR_INACTIVATE_GR_PARAMETERS' permission in `profile.model.ts`
184
+ - Add 'UPDATE_GR_PARAMETERS' permission in `profile.model.ts`
185
+ - Add 'CREATE_GR_VECTOR' permission in `profile.model.ts`
186
+ - Add 'APPROVE_OR_DISAPROVE_GR' permission in `profile.model.ts`
187
+ - Add 'SHOW_GR_VECTOR' permission in `profile.model.ts`
188
+
189
+ ## [5.46.0] (06/08/2024)
190
+
191
+ ### Features
192
+
193
+ - Added IntegrationStatusEnum `status.enum`.
194
+
195
+ ## [5.45.0] (26/07/2024)
196
+
197
+ ### Features
198
+
199
+ - Added greaterThanTo `validation.util`.
200
+
201
+ ## [5.44.0] (24/07/2024)
202
+
203
+ ### Feature
204
+
205
+ - Add 'APPROVE_POOL_BIDDING_CLOSURE' permission in `profile.model.ts`
206
+ - Add 'APPROVE_POOL_BIDDING_LESSER_VALUE' permission in `profile.model.ts`
207
+
208
+ ## [5.43.0] (28/06/2024)
209
+
210
+ ### Feature
211
+
212
+ - Add 'SHOW_SHIPPING_FREIGHT and SHOW_SHIPPING_FREIGHT' permission in `profile.model.ts`
213
+
214
+ ## [5.42.0] (27/06/2024)
215
+
216
+ ### Feature
217
+
218
+ - Add `MonitoringJustifyEvent and MonitoringHandleEvent` permission in `profile.model.ts`
219
+
220
+ ## [5.41.0] (27/06/2024)
221
+
222
+ ### Feature
223
+
224
+ - Add `CONFIGURE_WAITING_LINES`,`ADD_WAITING_LINES`,`SHOW_WAITING_LINES`,`CALL_DRIVER_WAITING_LINES` permission in `profile.model.ts`
225
+
226
+ ## [5.40.0] (25/06/2024)
227
+
228
+ ### Feature
229
+
230
+ - Add `UPDATE_TRAVEL_APPROVAL` permission in `profile.model.ts`
231
+
232
+ ## [5.39.1] (24/06/2024)
233
+
234
+ ### Fix
235
+
236
+ - Add `display: block` in `input-number-field.scss`
237
+
238
+ ## [5.39.0] (21/06/2024)
239
+
240
+ ### Feature
241
+
242
+ - Removed `ADD_LASTNAME_LOCATION` permission in `profile.model.ts`
243
+
244
+ ## [5.38.0] (07/06/2024)
245
+
246
+ ### Feature
247
+
248
+ - Added `Icon` in `radio-button-field.component`
249
+ - Added `NumericDotComma` in `vector-text-field.component`
250
+
251
+ ## [5.37.0] (05/06/2024)
252
+
253
+ ### Feature
254
+
255
+ - Added `Permiss SurveysDriver` in `profile.model`
256
+
257
+ ## [5.36.0] (04/06/2024)
258
+
259
+ ### Feature
260
+
261
+ - Added `AUDIT_CHECKLIST` in `profile.model`
262
+
263
+ ## [5.35.0] (03/06/2024)
264
+
265
+ ### Feature
266
+
267
+ - Added `round` directive in `vector-button`
268
+
269
+ ## [5.34.0] (31/05/2024)
270
+
271
+ ### Feature
272
+
273
+ - Added `SHOW_ORDER_TRAKING_UNTIL_TRIP_EN` in `profile.model`
274
+
275
+ ## [5.33.0] (27/05/2024)
276
+
277
+ ### Feature
278
+
279
+ - Change `Add Permiss Vale Pedagio` to `PlannedTrips` in `profile.model`
280
+
281
+ ## [5.32.1] (23/05/2024)
282
+
283
+ ### Bugfix
284
+
285
+ - Change `Add block Hazmat` to `Add Block Hazmat` in `profile.model`
286
+ - Change `Show block Hazmat` to `Show Block Hazmat` in `profile.model`
287
+ - Change `Edit block Hazmat` to `Edit Block Hazmat` in `profile.model`
288
+
289
+ ## [5.32.0] (19/05/2024)
290
+
291
+ ### Feature
292
+
293
+ - Added `CONFIGURE_APPROVAL_AUTHORITY` in `profile.model`
294
+ - Added `SHOW_APPROVAL_AUTHORITY_CONFIG` in `profile.model`
295
+
296
+ ## [5.31.0] (17/05/2024)
297
+
298
+ ### Feature
299
+
300
+ - Added `entityType` property in `crud-history.model`
301
+
302
+ ## [5.30.1] (13/05/2024)
303
+
304
+ ### Feature
305
+
306
+ - Added `ADD_BLOCK_HAZMAT` in `profile.model`
307
+ - Added `SHOW_BLOCK_HAZMAT` in `profile.model`
308
+ - Added `EDIT_BLOCK_HAZMAT` in `profile.model`
309
+
310
+ ## [5.29.0] (13/05/2024)
311
+
312
+ ### Feature
313
+
314
+ - Added `SHOW_TELEMETRY_POINT` in `profile.model`
315
+
316
+ ## [5.28.0] (10/05/2024)
317
+
318
+ ### Feature
319
+
320
+ - Erro na publicação
321
+
322
+ ## [5.27.1] (02/05/2024)
323
+
324
+ ### Bugfix
325
+
326
+ - Remove `id` in `button.component`
327
+ - Remove `id` in `textarea-field.component`
328
+ - Change `id` in `text-field.componente`
329
+
330
+ ## [5.27.0] (02/05/2024)
331
+
332
+ ### Feature
333
+
334
+ - Added `LOW_FUEL_STOCK_RECEPTION_PRODUCT` in `profile.model`
335
+
336
+ ## [5.26.1] (01/05/2024)
337
+
338
+ ### Fix
339
+
340
+ - CHANGE `id` To `inputId` in `currency-field.component`
341
+
342
+ ## [5.26.0] (01/05/2024)
343
+
344
+ ### Feature
345
+
346
+ - Added `id` in `textarea-field.component`
347
+ - Added `id` in `dropdown-field.component`
348
+ - Added `id` in `currency-field.component`
349
+ - Added `id` in `button.component`
350
+
351
+ ## [5.25.0] (30/04/2024)
352
+
353
+ ### Feature
354
+
355
+ - Added `APPROVE_CARRIER` in `profile.model`
356
+
357
+ ## [5.24.0] (30/04/2024)
358
+
359
+ ### Feature
360
+
361
+ - Change datepicker in `vector-calendar-field`
362
+
363
+ ## [5.23.0] (29/04/2024)
364
+
365
+ ### Feature
366
+
367
+ - Added `SHOW_DIGITAL_TRANSPORTATION ` in `profile.model`
368
+ - Added `FULL_ACCESS_DIGITAL_DISCHARGE` in `profile.model`
369
+
370
+ ## [5.22.1] (26/04/2024)
371
+
372
+ ### Feature
373
+
374
+ - Change permission `Documental hazmat` in `profile.model`
375
+
376
+ ## [5.22.0] (26/04/2024)
377
+
378
+ ### Feature
379
+
380
+ - Added new permission `Documental hazmat` in `profile.model`
381
+
382
+ ## [5.21.0] (25/04/2024)
383
+
384
+ ### Feature
385
+
386
+ - Added `Show Route Planned Trip permissions` in `profile.model`
387
+ - Added `New Route Planned Trip permissions` in `profile.model`
388
+ - Added `Edit Route Planned permissions` in `profile.model`
389
+ - Added `New Rotogram` in `profile.model`
390
+ - Added `Show Rotogram` in `profile.model`
391
+
392
+ ## [5.20.0] (18/04/2024)
393
+
394
+ ### Feature
395
+
396
+ - Added new permission `Add Observation Event` in `profile.model`
397
+ - Added new permission `Approved Event` in `profile.model`
398
+
399
+ ## [5.19.2] (17/04/2024)
400
+
401
+ ### Fix
402
+
403
+ - Added new permission `Delete Rotogram` in `profile.model`
404
+
405
+ ## [5.18.0] (09/04/2024)
406
+
407
+ ### Feature
408
+
409
+ - Added new permission `Edit Configuration` in `profile.model`
410
+
411
+ ## [5.17.0] (03/04/2024)
412
+
413
+ ### Feature
414
+
415
+ - Added new parameters for `showTime` and `showSeconds` in `vector-calendar-field`
416
+ - Added new parameter `stepMinute` in `vector-calendar-field`
417
+ - Added new permission `Retroactive Show` in `profile.model`
418
+
419
+ ## [5.16.0] (01/04/2024)
420
+
421
+ ### Feature
422
+
423
+ - Added `permissions AddObservation,EditObservation,DeleteObservation,ShowObservation` in `profile.model`
424
+
425
+ ## [5.15.0] (01/04/2024)
426
+
427
+ ### Feature
428
+
429
+ - Added onBlur in `vector-currency-field`.
430
+
431
+ ## [5.14.0] (01/04/2024)
432
+
433
+ ### Feature
434
+
435
+ - Added `Show Geocerca permissions` in `profile.model`
436
+ - Added `Add Geocerca permissions` in `profile.model`
437
+ - Added `Active Geocerca permissions` in `profile.model`
438
+
439
+ ## [5.13.0] (08/03/2024)
440
+
441
+ ### Feature
442
+
443
+ - Added optional parameter `forceSelection` input to `vector-dropdown`.
444
+
445
+ ## [5.12.0] (07/03/2024)
446
+
447
+ ### Feature
448
+
449
+ - Added `permission SupplierUpdateCheckInCheckOut` in `profile.model`
450
+
451
+ ## [5.11.0] (28/02/2024)
452
+
453
+ ### Feature
454
+
455
+ - Added `permission ManualChecklistApplication` in `profile.model`
456
+
457
+ ## [5.10.1] (23/02/2024)
458
+
459
+ ### Bugfix
460
+
461
+ - Removed `fas from button type datatable column` in `datatable.component.ts`
462
+
463
+ ## [5.10.0] (22/02/2024)
464
+
465
+ ### Feature
466
+
467
+ - Added `permissions ShowDriverTripInfoDetail` in `profile.model`
468
+
469
+ ## [5.9.0] (22/02/2024)
470
+
471
+ ### Feature
472
+
473
+ - Added `permissions MonitoringplannedTrips` in `profile.model`
474
+
475
+ ## [5.8.0] (20/02/2024)
476
+
477
+ ### Feature
478
+
479
+ - Added `permissions plannedTrips` in `profile.model`
480
+
481
+ ## [5.7.0] (16/02/2024)
482
+
483
+ ### Feature
484
+
485
+ - Added `shouldLazyLoadWithoutFilter` in `data-table.component.model`
486
+
487
+ ## [5.6.0] (16/02/2024)
488
+
489
+ ### Features
490
+
491
+ - Added `inputId` property to `vector-input-number` to set the input element id;
492
+ - Added event parameter output to `onFocus` and `onBlur` events on `vector-input-number`.
493
+
494
+ ### Bugfix
495
+
496
+ - Fixed `field-error-message` CSS to fit correctly fields on dialogs;
497
+ - Fixed `onBlur` and `onFocus` events call on `vector-input-number`.
498
+
499
+ ## [5.5.1] (15/02/2024)
500
+
501
+ ### Feature
502
+
503
+ - Added `limitScrollPage` in `vector-dropdown-field` to custom limit scroll.
504
+
505
+ ## [5.5.0] (15/02/2024)
506
+
507
+ ### Feature
508
+
509
+ - Added `permissions documents cadastros` in `profile.model`
510
+
511
+ ## [5.4.2] (12/02/2024)
512
+
513
+ ### Bugfix
514
+
515
+ - Adjust `this.control.value code null error line 163` in `dropdown-field.component.ts`
516
+ - Adjust Style error `layout error broken` in `text-field.component.ts`
517
+
518
+ ## [5.4.1] (05/02/2024)
519
+
520
+ ### Bugfix
521
+
522
+ - Adjust `toogleMenu` in `vector-top-bar.component.ts`
523
+ - Adjust Style `sizeField` in `calendar-field.component.scss` and `currency-field.component.scss`
524
+
525
+ ## [5.4.0] (31/01/2024)
526
+
527
+ ### Feature
528
+
529
+ - Added `permissions documents cadastros` in `profile.model`
530
+
531
+ ## [5.3.2] (29/01/2024)
532
+
533
+ ### Bugfix
534
+
535
+ - Added `Adjustment disabled for fields in filters and dropdown` in `dropdown-field.component.ts`
536
+
537
+ ## [5.3.1] (29/01/2024)
538
+
539
+ ### Bugfix
540
+
541
+ - Added `Adjusment validation autocomplete` in `dropdown-field.component.ts`
542
+
543
+ ## [5.3.0] (23/01/2024)
544
+
545
+ ### Feature
546
+
547
+ - Added `Driver Show Shipper Petrobras permissions` in `profile.model`
548
+ - Added `Carrier Show Shipper Petrobras permissions` in `profile.model`
549
+ - Added `Vehicle Show Shipper Petrobras permissions` in `profile.model`
550
+
551
+ ## [5.2.0] (23/01/2024)
552
+
553
+ ### Feature
554
+
555
+ - Added `N1 and N2 permissions` in `profile.model`
556
+
557
+ ## [5.1.2] (23/01/2024)
558
+
559
+ ### BREAKING CHANGES
560
+
561
+ - Adjust width in field dropdown
562
+
563
+ ## [5.1.1] (23/01/2024)
564
+
565
+ ### BREAKING CHANGES
566
+
567
+ - Updated dropdown PrimeNG to v17.
568
+
569
+ ## [5.1.0] (23/01/2024)
570
+
571
+ ### Feature
572
+
573
+ - Added styles-class `default-outlined-gray` in `_primeng-custom-theme.scss` to `button.component.ts`
574
+ - Added styles-class `default-outlined-gray-icon-red` in `_primeng-custom-theme.scss` to `button.component.ts`
575
+ - Added styles-class `default-outlined-gray-icon-gray ` in `_primeng-custom-theme.scss` to `button.component.ts`
576
+
577
+ ## [5.0.1] (18/01/2024)
578
+
579
+ ### Fix
580
+
581
+ - Fixed `Input` and `Output` for `activeIndex` on `vector-stepper`.
582
+
583
+ ## [5.0.0] (18/01/2024)
584
+
585
+ ### BREAKING CHANGES
586
+
587
+ - Updated Angular and PrimeNG to v17.
588
+
589
+ ## [4.139.0] (17/01/2024)
590
+
591
+ ### Feature
592
+
593
+ - Added `permissions-CHANGE_IS_POC` in `profile.model`
594
+
595
+ ## [4.138.0] (16/01/2024)
596
+
597
+ ### Feature
598
+
599
+ - Added enum `VECTOR_CLUB` in `view.enum.ts`
600
+
601
+ ## [4.137.0] (12/01/2024)
602
+
603
+ ### Feature
604
+
605
+ - Added methods `convertObjectToQueryString` and `convertToUppercaseWithoutSymbols` in `string.utils.ts`
606
+
607
+ ## [4.136.0] (06/01/2024)
608
+
609
+ ### Feature
610
+
611
+ - Added `firstLazyLoad` in `data-table.component.ts`
612
+
613
+ ## [4.135.0] (05/01/2024)
614
+
615
+ ### Feature
616
+
617
+ - Added `disabled` in `input-switch-field.component.ts`
618
+
619
+ - Added `permissions` in `profile.model`
620
+
621
+ ## [4.134.0] (03/01/2024)
622
+
623
+ ### Feature
624
+
625
+ - Added `permissions` in `profile.model`
626
+
627
+ ## [4.133.0] (02/01/2024)
628
+
629
+ ### Feature
630
+
631
+ - Added `checklist permissions` in `profile.model`
632
+
633
+ ## [4.132.0] (27/12/2023)
634
+
635
+ ### Feature
636
+
637
+ - Added `permissions` in `profile.model`
638
+
639
+ ## [4.131.0] (19/12/2023)
640
+
641
+ ### Feature
642
+
643
+ - Added `Styles in psteps component` in `_primeng-custom-theme.scss`
644
+
645
+ ## [4.130.0] (16/12/2023)
646
+
647
+ ### Feature
648
+
649
+ - Added `input-switch` field.
650
+
651
+ ## [4.129.0] (08/12/2023)
652
+
653
+ ### Feature
654
+
655
+ - Added `Show Driver Dashboard` in `profile.model`
656
+
657
+ ## [4.128.0] (08/12/2023)
658
+
659
+ ### Feature
660
+
661
+ - Added `Block User Access` in `profile.model`
662
+
663
+ ## [4.127.0] (24/11/2023)
664
+
665
+ ### Feature
666
+
667
+ - Added `ProfileTypeFornecedor` in `pt-BR.json`
668
+ - Added `ProfileTypeFornecedor` in `ar-AR.json`
669
+
670
+ ## [4.126.0] (24/11/2023)
671
+
672
+ ### Feature
673
+
674
+ - Added `permissionDocumentaryIrregularity` in `profile.model`
675
+ - Added `functionCloseModal` in `multiselect-field`
676
+
677
+ ## [4.125.0] (14/11/2023)
678
+
679
+ ### Feature
680
+
681
+ - Added `permissionPoolOfferts` in `profile.model`
682
+
683
+ ## [4.124.0] (08/11/2023)
684
+
685
+ ### Feature
686
+
687
+ - Added `permission` in `profile.model`
688
+
689
+ ## [4.123.0] (07/11/2023)
690
+
691
+ ### Feature
692
+
693
+ - Added `pagedSugestion` property in `multiselect-fild.component.ts` to insert a property was inserted to control the display when the data has a lot of data
694
+
695
+ ## [4.122.0] (30/10/2023)
696
+
697
+ ### Feature
698
+
699
+ - Added `customFunction` property in `data-table.component.ts` to insert a list of buttons with export buttons appearance
700
+
701
+ ## [4.121.0] (26/10/2023)
702
+
703
+ ### Feature
704
+
705
+ - Added `HttpLegacyCrudActionResponseWithMessageAndData` in `http-response.model`
706
+
707
+ ## [4.120.0] (26/10/2023)
708
+
709
+ ### Feature
710
+
711
+ - Added `permission` in `profile.model`
712
+
713
+ ## [4.119.0] (23/10/2023)
714
+
715
+ ### Feature
716
+
717
+ - Added `disabled` in `vector-checkbox` when control is populated and group name is not
718
+
719
+ ## [4.118.0] (17/10/2023)
720
+
721
+ ### Feature
722
+
723
+ - Added `permission` in `profile.model`
724
+
725
+ ## [4.117.0] (13/10/2023)
726
+
727
+ ### Feature
728
+
729
+ - Added `isEtcd` in `profile.service` `userInfo`
730
+ - Added `shipperEtcd` in `profile.service` `userInfo`
731
+ - Added `profileTypeEnum` in `profile.service` `userInfo`
732
+
733
+ ## [4.116.0] (10/10/2023)
734
+
735
+ ### Feature
736
+
737
+ - Added `permission` in `profile.model`
738
+
739
+ ## [4.115.0] (28/09/2023)
740
+
741
+ ### Feature
742
+
743
+ - Added `permission` in `profile.model`
744
+
745
+ ## [4.114.0] (23/09/2023)
746
+
747
+ ### Feature
748
+
749
+ - Added disabled state to `vector-stepper` component;
750
+ - Added error message to `vector-number-input`.
751
+
752
+ ## [4.113.0] (22/09/2023)
753
+
754
+ ### Feature
755
+
756
+ - Added `convertTimeToMinutes` and `convertMinutesToTime` to `StringUtils`.
757
+ - Added `vector-stepper` component.
758
+
759
+ ### Bugfix
760
+
761
+ - Fixed `vector-filter` behavior with dropdown default value, which was considering as a Text field and always setting to empty string.
762
+
763
+ ## [4.112.0] (21/09/2023)
764
+
765
+ ### Feature
766
+
767
+ - Added `permission` in `profile.model`
768
+
769
+ ## [4.111.0] (21/09/2023)
770
+
771
+ ### Feature
772
+
773
+ - Added `permission` in `profile.model`
774
+
775
+ ## [4.110.0] (18/09/2023)
776
+
777
+ ### Feature
778
+
779
+ - Added `permission` in `profile.model`
780
+
781
+ ## [4.109.0] (18/09/2023)
782
+
783
+ ### Feature
784
+
785
+ - Added `controler` in `filter.component.ts`
786
+
787
+ ## [4.108.0] (18/09/2023)
788
+
789
+ ### Feature
790
+
791
+ - Added `blurEvent` in `vector-percentage-field`
792
+
793
+ ## [4.107.0] (14/09/2023)
794
+
795
+ ### Feature
796
+
797
+ - Added `numericPositive` in `vector-text-field`
798
+
799
+ ## [4.106.0] (13/09/2023)
800
+
801
+ ### Feature
802
+
803
+ - Added `default-outlined` in `button.component`
804
+ - Added `Show Freight Simulator Etcd` in `profile.model`.
805
+ - Added `Create Update Freight Simulator Etcd` in `profile.model`.
806
+ - Added `Approve Reprove Etcd Simulation` in `profile.model`.
807
+
808
+ ## [4.105.0] (11/09/2023)
809
+
810
+ ### Feature
811
+
812
+ - Added `permission` in `profile.model`.
813
+
814
+ ## [4.104.0] (05/09/2023)
815
+
816
+ ### Feature
817
+
818
+ - Added `permission` in `profile.model`.
819
+
820
+ ## [4.103.0] (01/09/2023)
821
+
822
+ ### Feature
823
+
824
+ - Added `Style light-outline in vector-button` in `button.component`.
825
+
826
+ ## [4.102.0] (29/08/2023)
827
+
828
+ ### Feature
829
+
830
+ - Added `Show Cargo Match Etcd Validations` in `profile.model`.
831
+ - Added `Show Cargo Match Etcd Validations History` in `profile.model`.
832
+
833
+ ## [4.101.0] (28/08/2023)
834
+
835
+ ### Feature
836
+
837
+ - Added `Create Update Cargo Match Validations` in `profile.model`.
838
+ - Added `ValidationsCargoMatch` in `profile.model`.
839
+
840
+ ## [4.100.0] (25/08/2023)
841
+
842
+ ### Feature
843
+
844
+ - Added `permission Cockpit` in `profile.model`.
845
+ - Added `permission Cockpit Summary` in `profile.model`.
846
+ - Added `permission Cockpit Registration` in `profile.model`.
847
+ - Added `permission Cockpit Bank` in `profile.model`.
848
+ - Added `permission Cockpit Credit` in `profile.model`.
849
+ - Added `permission Cockpit PA` in `profile.model`.
850
+ - Added `permission Cockpit Log` in `profile.model`.
851
+ - Added `new validation top-bar account fintech ` in `to-bar.components`
852
+
853
+ ## [4.99.0] (23/08/2023)
854
+
855
+ ### Feature
856
+
857
+ - Added `tooltip` property in `vector-filters`.
858
+
859
+ ## [4.98.0] (22/08/2023)
860
+
861
+ ### Feature
862
+
863
+ - Added `permission` in `GeneralPanel`.
864
+
865
+ ## [4.97.1] (09/08/2023)
866
+
867
+ ### Fix
868
+
869
+ - Added `customization for display value` in `MultiselectField`.
870
+ - Added `customization for label and type or default values in vector-button` in `CrudFooter`.
871
+ - Added `adjustment to icon margin when modal cannot be closed` in `GenericModal`.
872
+
873
+ ## [4.97.0] (03/08/2023)
874
+
875
+ ### Feature
876
+
877
+ - Added `permission Shipping and Loyalty` in `profile.model.ts`.
878
+
879
+ ## [4.96.1] (03/08/2023)
880
+
881
+ ### Fix
882
+
883
+ - Updated the `GenericModal` model, css and structure html.
884
+ - Added property `type` to customization of default values for modal buttons in `GenericModal`.
885
+
886
+ ## [4.96.0] (03/08/2023)
887
+
888
+ ### Feature
889
+
890
+ - Added `readonly` property in `vector-text-field`.
891
+
892
+ ## [4.95.0] (03/08/2023)
893
+
894
+ ### Feature
895
+
896
+ - Rollback version
897
+
898
+ ## [4.92.0] (26/07/2023)
899
+
900
+ ### Feature
901
+
902
+ - Added `permission` in `PriceTaking`.
903
+
904
+ ## [4.91.0] (26/07/2023)
905
+
906
+ ### Feature
907
+
908
+ - Added `permission` in `parametersCancelTrips`.
909
+
910
+ ## [4.90.0] (24/07/2023)
911
+
912
+ ### Feature
913
+
914
+ - Added `permission` in `profile.model.ts`.
915
+
916
+ ## [4.89.0] (19/07/2023)
917
+
918
+ ### Feature
919
+
920
+ - Added `permission` in `profile.model.ts`.
921
+
922
+ ## [4.88.0] (20/07/2023)
923
+
924
+ ### Feature
925
+
926
+ - Added `permission` in `profile.model.ts`.
927
+
928
+ ## [4.87.0] (19/07/2023)
929
+
930
+ ### Feature
931
+
932
+ - Added `inputId` and `slotChar` inputs to `vector-text-field`;
933
+ - Added `centered` input to `vector-currency-field`;
934
+ - Added `skipMessages` input to `vector-generic-error-modal`.
935
+
936
+ ## [4.86.1] (18/07/2023)
937
+
938
+ ### Fix
939
+
940
+ - Update `Label Mostrar Todos To Selecionar Todos` in `multiselect-field.component.html`
941
+ - Added `Created optional parameter to control showToggleAll value` in `multiselect-field.component.html`
942
+
943
+ ## [4.86.0] (16/07/2023)
944
+
945
+ ### Feature
946
+
947
+ - Added `permission` in `profile.model.ts`.
948
+
949
+ ## [4.85.0] (12/07/2023)
950
+
951
+ ### Feature
952
+
953
+ - Added `permission` in `profile.model.ts`.
954
+
955
+ ## [4.84.0] (11/07/2023)
956
+
957
+ ### Feature
958
+
959
+ - Added new function `onBackSpacePress` in `text-field.component.ts`.
960
+
961
+ ## [4.83.0] (10/07/2023)
962
+
963
+ ### Feature
964
+
965
+ - Added `permission` in `profile.model.ts`.
966
+
967
+ ## [4.82.1] (07/07/2023)
968
+
969
+ ### Fix
970
+
971
+ - Update `TextFieldComponent in parameter (blur) inside unmasked input element` in `text-field.component.html`
972
+
973
+ ## [4.82.0] (28/06/2023)
974
+
975
+ ### Feature
976
+
977
+ - Updated `DropdownFieldComponent add parameter isNgContent` in `dropdown-field.component.ts`.
978
+ - Updated `Add new <p-autocomplete> with <ng-template> when isNgContent is true` in `dropdown-field.component.html`.
979
+
980
+ ## [4.81.0] (27/06/2023)
981
+
982
+ ### Feature
983
+
984
+ - Added `permission` in `profile.model.ts`.
985
+
986
+ ## [4.80.0] (23/06/2023)
987
+
988
+ ### Feature
989
+
990
+ - Added `permission` in `profile.model.ts`.
991
+
992
+ ## [4.79.0] (23/06/2023)
993
+
994
+ ### Feature
995
+
996
+ - Added `permission` in `profile.model.ts`.
997
+
998
+ ## [4.78.0] (22/06/2023)
999
+
1000
+ ### Feature
1001
+
1002
+ - Added `permission` in `profile.model.ts`
1003
+
1004
+ ## [4.77.0] (22/06/2023)
1005
+
1006
+ ### Feature
1007
+
1008
+ - Added `permission` in `profile.model.ts`
1009
+
1010
+ ## [4.76.0] (22/06/2023)
1011
+
1012
+ ### Feature
1013
+
1014
+ - Added `permission` in `profile.model.ts`.
1015
+
1016
+ ## [4.75.0] (22/06/2023)
1017
+
1018
+ ### Feature
1019
+
1020
+ - Added `new object in http response to get errorMessage` `Http-response.model.ts`.
1021
+ - Added `fatherKey in listItem to better control over options that depends from other values` `list-item.model.ts`
1022
+
1023
+ ## [4.74.2] (22/06/2023)
1024
+
1025
+ ### Feature
1026
+
1027
+ - Added `permission` in `profile.model.ts`.
1028
+
1029
+ ## [4.74.1] (21/06/2023)
1030
+
1031
+ ### Bugfix
1032
+
1033
+ - Added `new return error in interceptor `Http-interceptor.ts`.
1034
+
1035
+ ## [4.74.0] (20/06/2023)
1036
+
1037
+ ### Feature
1038
+
1039
+ - Added `permission` in `profile.model.ts`.
1040
+
1041
+ ## [4.73.0] (14/06/2023)
1042
+
1043
+ ### Feature
1044
+
1045
+ - adding disabled feature to dropdown filter type `filter.component.ts`.
1046
+
1047
+ ## [4.72.1] (12/05/2023)
1048
+
1049
+ ### Bugfix
1050
+
1051
+ - populatin user id in profile service, so even in QA it will work `profile.service.ts`.
1052
+
1053
+ ## [4.72.0] (25/05/2023)
1054
+
1055
+ ### Feature
1056
+
1057
+ - Added `permission` in `profile.model.ts`
1058
+
1059
+ ## [4.71.0] (24/05/2023)
1060
+
1061
+ ### Feature
1062
+
1063
+ - Added `permission` in `profile.model.ts`
1064
+
1065
+ ## [4.70.4] (22/05/2023)
1066
+
1067
+ ### Feature
1068
+
1069
+ - Added help center icons with links to `vector-top-bar`;
1070
+
1071
+ ## [4.70.3] (19/05/2023)
1072
+
1073
+ ### Feature
1074
+
1075
+ - Refactory `close` click link to `vector-top-bar`;
1076
+
1077
+ ## [4.70.2] (19/05/2023)
1078
+
1079
+ ### Feature
1080
+
1081
+ - Added `close` click link to `vector-top-bar`;
1082
+
1083
+ ## [4.70.1] (19/05/2023)
1084
+
1085
+ ### Feature
1086
+
1087
+ - Added `event` click to `vector-top-bar`;
1088
+
1089
+ ## [4.70.0] (18/05/2023)
1090
+
1091
+ ### Feature
1092
+
1093
+ - Added `alphaNumericAndWhitespace` filter to `vector-text-field`;
1094
+
1095
+ ## [4.69.2] (12/05/2023)
1096
+
1097
+ ### Bugfix
1098
+
1099
+ - Added adjustment in the list of records when using the scrollbar `vector-dropdown-field`.
1100
+
1101
+ ## [4.69.1] (11/05/2023)
1102
+
1103
+ ### Bugfix
1104
+
1105
+ - Added IF when column type is STATUS_BAGDE, because before when the value was 0 it was empty `vector-data-table`.
1106
+
1107
+ ## [4.69.0] (06/05/2023)
1108
+
1109
+ ### Feature
1110
+
1111
+ - Added translations to fixed labels on `vector-data-table` and `vector-filters`.
1112
+
1113
+ ## [4.68.0] (06/05/2023)
1114
+
1115
+ ### Feature
1116
+
1117
+ - Added help central icons to `vector-top-bar`.
1118
+
1119
+ ## [4.67.0] (30/04/2023)
1120
+
1121
+ ### Feature
1122
+
1123
+ - Added `vector-score` component.
1124
+
1125
+ ## [4.66.0] (30/04/2023)
1126
+
1127
+ ### Feature
1128
+
1129
+ - Added `NotificationsService`;
1130
+ - Added `VectorNotification` model;
1131
+ - Added notifications popup on `vector-top-bar`.
1132
+
1133
+ ## [4.65.0] (28/04/2023)
1134
+
1135
+ ### Feature
1136
+
1137
+ - Added `permission` in `profile.model.ts`
1138
+
1139
+ ## [4.64.0] (12/04/2023)
1140
+
1141
+ ### Feature
1142
+
1143
+ - Added `translate options` into `crud-footer` component in lib ngx-vector-components.
1144
+
1145
+ ## [4.63.0] (05/04/2023)
1146
+
1147
+ ### Feature
1148
+
1149
+ - Added `apps` input for `vector-menu`, allowing rendering of custom apps.
1150
+ - Added `onTabSelected` for `vector-data-table`;
1151
+
1152
+ ### Bugfix
1153
+
1154
+ - Fixed multiple lazy load requests on data tables with filters and tabs.
1155
+
1156
+ ### Bugfix
1157
+
1158
+ ## [4.62.1] (04/04/2023)
1159
+
1160
+ - Added validation to `filters.component` to not make initial search in case there's a list item or default value invalid.
1161
+
1162
+ ## [4.62.0] (03/04/2023)
1163
+
1164
+ ### Feature
1165
+
1166
+ - Added `currencyPrefix` and `localePrefix` properties in `currency filed.component`
1167
+
1168
+ ## [4.61.0] (29/03/2023)
1169
+
1170
+ ### Feature
1171
+
1172
+ - Added `permission` in messageServices
1173
+
1174
+ ## [4.60.0] (22/03/2023)
1175
+
1176
+ ### Feature
1177
+
1178
+ - Added `permission` in `profile.model.ts`
1179
+
1180
+ ## [4.59.0] (24/02/2023)
1181
+
1182
+ ### Feature
1183
+
1184
+ - Added `permission` in `profile.model.ts`
1185
+ - Added `disabled` in `vector-input-number.ts`
1186
+
1187
+ ## [4.58.0] (22/02/2023)
1188
+
1189
+ ### Feature
1190
+
1191
+ - Added `CUIT_MASK` in `mask.util.ts`
1192
+
1193
+ ## [4.57.0] (16/02/2023)
1194
+
1195
+ ### Feature
1196
+
1197
+ - Added cols and rows dynamic in `vector-textarea-field.ts`
1198
+
1199
+ ## [4.56.0] (15/02/2023)
1200
+
1201
+ ### Feature
1202
+
1203
+ - Added mask in `mask.util.ts`
1204
+
1205
+ ## [4.55.0] (12/02/2023)
1206
+
1207
+ ### Feature
1208
+
1209
+ - Added `leftLabel` to `vector-text-field`.
1210
+
1211
+ ### Bugfix
1212
+
1213
+ - Added padding-top to `vector-generic-modal` content to improve layout.
1214
+ - Made grid classes for the action buttons of `vector-generic-modal` dynamic to fill the column if it is a single button.
1215
+
1216
+ ## [4.54.0] (08/02/2023)
1217
+
1218
+ ## [4.53.0] (06/02/2023)
1219
+
1220
+ ### Feature
1221
+
1222
+ - Added permissions in `profile.model.ts`
1223
+
1224
+ ## [4.52.0] (28/01/2023)
1225
+
1226
+ ### Feature
1227
+
1228
+ - Added `icon` property to `ListItem`;
1229
+ - Added icon option for `vector-data-table` tabs.
1230
+
1231
+ ## [4.51.0] (28/01/2023)
1232
+
1233
+ ### Feature
1234
+
1235
+ - Added "info" value for `Status` enum;
1236
+ - Added "info" color for `TEXT_BADGE` column on `data-table`;
1237
+ - Added `STACK_BADGE` column type for `data-table`;
1238
+ - Added `DATE` column type for `data-table`;
1239
+ - Added `CURRENCY` column type for `data-table`;
1240
+ - Auto select rows marked with `select: true` on `data-table`;
1241
+ - Added filter option for `vector-multiselect-field`.
1242
+
1243
+ ### Bugfix
1244
+
1245
+ - Changed `appendTo` to `body` on `vector-multiselect-field`;
1246
+ - Changed styles for `vector-multiselect-field` to match `vector-dropdown-field` styles;
1247
+ - Fixed style issue regarding `filters` search button that prevented screens rendering correctly on first render.
1248
+
1249
+ ## [4.50.0] (25/01/2023)
1250
+
1251
+ ### Feature
1252
+
1253
+ - Adding `permission` in tripService.
1254
+
1255
+ ## [4.49.0] (13/01/2023)
1256
+
1257
+ ### Feature
1258
+
1259
+ - Added mask for hours minutes `00:00` in `mask-util`
1260
+
1261
+ ### Bugfix
1262
+
1263
+ - Erased pagedSuggestions restart in line 140 of `dropdown-field-component.ts` because when the data was reloaded, the dropdown fields were blank
1264
+
1265
+ # [4.48.0] (11/01/2023)
1266
+
1267
+ ### Feature
1268
+
1269
+ - Added permissions in `product-reception-list.component.ts`
1270
+
1271
+ ## [4.47.1] (18/11/2022)
1272
+
1273
+ ### Bugfix
1274
+
1275
+ - Adjust `api.ipify` in geolocation.service
1276
+
1277
+ ## [4.47.0] (28/12/2022)
1278
+
1279
+ ### Feature
1280
+
1281
+ - Added permissions in `profile.model.ts`
1282
+
1283
+ ## [4.46.0] (19/12/2022)
1284
+
1285
+ ### Feature
1286
+
1287
+ - Adding `permission` in trips.
1288
+
1289
+ ## [4.45.0] (08/12/2022)
1290
+
1291
+ ### Feature
1292
+
1293
+ - Adding `permission Geofence` in profileService.
1294
+ - Adding `AlterationHistory` in `vector-crud-history` and `Insert typeOfModification` in `crud-history.model`
1295
+
1296
+ ## [4.44.4] (18/11/2022)
1297
+
1298
+ ### Bugfix
1299
+
1300
+ - Adjust `name "carteira digital for conta digital` in menu-vector
1301
+
1302
+ ## [4.44.3] (18/11/2022)
1303
+
1304
+ ### Bugfix
1305
+
1306
+ - Adjust `open modal in icon termOfUse` in menu-vector
1307
+
1308
+ ## [4.44.2] (16/11/2022)
1309
+
1310
+ ### Bugfix
1311
+
1312
+ - Adjust `password` in validation
1313
+
1314
+ ## [4.44.1] (01/11/2022)
1315
+
1316
+ ### Bugfix
1317
+
1318
+ - Adjust `permission approveVector and approveETCD` in profileService
1319
+
1320
+ ## [4.44.0] (28/10/2022)
1321
+
1322
+ ### Feature
1323
+
1324
+ - Adding `permission` in groups.
1325
+
1326
+ ## [4.43.0] (28/10/2022)
1327
+
1328
+ ### Feature
1329
+
1330
+ - Adding `permission` in profileService.
1331
+
1332
+ ## [4.42.1] (27/10/2022)
1333
+
1334
+ ### Bugfix
1335
+
1336
+ - Added fixed `vector-checkbox-field` error validation
1337
+
1338
+ ## [4.42.0] (26/10/2022)
1339
+
1340
+ ### Feature
1341
+
1342
+ - Adding `columns expansible` in data-table.
1343
+
1344
+ ## [4.41.1] (19/10/2022)
1345
+
1346
+ ### Bugfix
1347
+
1348
+ - Adding search action in `SELECT-BUTTON` filter
1349
+
1350
+ ## [4.41.0] (15/10/2022)
1351
+
1352
+ ### Feature
1353
+
1354
+ - Added `HistoricalChangesNews` news permission
1355
+
1356
+ ## [4.40.1] (14/10/2022)
1357
+
1358
+ ### Bugfix
1359
+
1360
+ - Added fixed "pt-BR" locale to `vector-currency-field`.
1361
+
1362
+ ## [4.40.0] (14/10/2022)
1363
+
1364
+ ### Feature
1365
+
1366
+ - Added `maxDecimalInput `in `vector-currency-field`.
1367
+
1368
+ ## [4.39.2] (13/10/2022)
1369
+
1370
+ ### Bugfix
1371
+
1372
+ - Fixed `vector-currency-field` behavior when inputing values when `isBankingField` is set to `true`.
1373
+
1374
+ ## [4.39.1] (13/10/2022)
1375
+
1376
+ ### Feature
1377
+
1378
+ - adjusted bug in dataKey from `data-table.component`
1379
+
1380
+ ## [4.39.0] (12/10/2022)
1381
+
1382
+ ### Feature
1383
+
1384
+ - Added disabled option for checkBox in `Datatbles.component`.
1385
+
1386
+ ## [4.38.1] (11/10/2022)
1387
+
1388
+ ### Feature
1389
+
1390
+ - Fixed `expansible` feature for data-table.
1391
+
1392
+ ## [4.38.0] (11/10/2022)
1393
+
1394
+ ### Feature
1395
+
1396
+ - Added row expand in `datatable.component`.
1397
+
1398
+ ## [4.37.2] (07/10/2022)
1399
+
1400
+ ### BugFix
1401
+
1402
+ - Correction in `auth-service`.
1403
+
1404
+ ## [4.37.1] (07/10/2022)
1405
+
1406
+ ### BugFix
1407
+
1408
+ - Correction in `auth-service`.
1409
+
1410
+ ## [4.37.0] (07/10/2022)
1411
+
1412
+ ### BugFix
1413
+
1414
+ - Correction in `auth-service`.
1415
+
1416
+ ## [4.36.0] (06/10/2022)
1417
+
1418
+ ### Feature
1419
+
1420
+ - Added service change `AddPermisLastNameLocation ` profile permission
1421
+
1422
+ ## [4.35.0] (05/10/2022)
1423
+
1424
+ ### Feature
1425
+
1426
+ - Added service change `LinkedCnpj` top bar components
1427
+
1428
+ ## [4.34.0] (03/10/2022)
1429
+
1430
+ ### Feature
1431
+
1432
+ - Added `TripOfferShow` profile permission
1433
+
1434
+ ## [4.33.0] (02/10/2022)
1435
+
1436
+ ### Feature
1437
+
1438
+ - Added `Supply` profile permission.
1439
+
1440
+ # Changelog
1441
+
1442
+ ## [4.32.0] (30/09/2022)
1443
+
1444
+ ### Feature
1445
+
1446
+ - Added `ETCD` profile permission.
1447
+
1448
+ ## [4.31.0] (30/09/2022)
1449
+
1450
+ ### Feature
1451
+
1452
+ - Added `RECEPTION_PRODUCT` profile permission.
1453
+
1454
+ # Changelog
1455
+
1456
+ ## [4.30.0] (30/09/2022)
1457
+
1458
+ ### Feature
1459
+
1460
+ - Added `Parameters` profile permission.
1461
+
1462
+ ## [4.29.0] (27/09/2022)
1463
+
1464
+ ### Feature
1465
+
1466
+ - Added `max-width` and `line-break` support for `vector-generic-modal`.
1467
+
1468
+ ## [4.28.0] (22/09/2022)
1469
+
1470
+ ### Feature
1471
+
1472
+ - Added `page` in `datatableComponent` to use in datatable fintech
1473
+
1474
+ ## [4.27.0] (21/09/2022)
1475
+
1476
+ ### Feature
1477
+
1478
+ - Added `APPROVE_VECTOR` profile permission, ProfileModuleActionType.
1479
+ - Added `APPROVE_ETCD` profile permission, ProfileModuleActionType.
1480
+ - Added `DIGITAL_DISCHARGE` profile permission, ProfileModuleType
1481
+
1482
+ ## [4.26.0] (15/09/2022)
1483
+
1484
+ ### Feature
1485
+
1486
+ - Added `userId` in `profile.service`.
1487
+
1488
+ ## [4.25.1] (15/09/2022)
1489
+
1490
+ ### Bugfix
1491
+
1492
+ - fix `CREDIT_UNIT` profile permission.
1493
+
1494
+ ## [4.25.0] (15/09/2022)
1495
+
1496
+ ### Feature
1497
+
1498
+ - Added `CREDIT` profile permission.
1499
+ - Added `CREDIT_UNIT` profile permission.
1500
+
1501
+ ## [4.24.0] (14/09/2022)
1502
+
1503
+ ### Feature
1504
+
1505
+ - Added `News` profile permission.
1506
+
1507
+ ## [4.23.0] (14/09/2022)
1508
+
1509
+ ### Feature
1510
+
1511
+ - Added `step` support for `vector-percentage-field`.
1512
+
1513
+ ### Bugfix
1514
+
1515
+ - Fixed `vector-radio-button` alignment.
1516
+
1517
+ ## [4.22.4] (09/09/2022)
1518
+
1519
+ ### BugFix
1520
+
1521
+ - change search document format
1522
+
1523
+ ## [4.22.3] (06/09/2022)
1524
+
1525
+ ### BugFix
1526
+
1527
+ - Hide button after click dropdown
1528
+
1529
+ ## [4.22.2] (06/09/2022)
1530
+
1531
+ ### BugFix
1532
+
1533
+ - dropdown change for choosing accounts, whenever you have more than 1 account, dropdown appears on the active account
1534
+
1535
+ ## [4.22.1] (06/09/2022)
1536
+
1537
+ ### BugFix
1538
+
1539
+ - added `onHeaderCheckboxToggle` in `datatableComponent`
1540
+
1541
+ ## [4.22.0] (05/09/2022)
1542
+
1543
+ ### Feature
1544
+
1545
+ - added `cpf-cnpj-validator` in `utils`, added `plate-mask` in `mask-utils`, added permissions in `profile.model.ts`.
1546
+
1547
+ ## [4.21.0] (30/08/2022)
1548
+
1549
+ ### Feature
1550
+
1551
+ - added `profileName` to user info in `profile.service.ts`.
1552
+
1553
+ ## [4.20.1] (15/08/2022)
1554
+
1555
+ ### Bugfix
1556
+
1557
+ - adjusted `data-table` to not keep start property when clicking search, validation in `data-table.component.ts`.
1558
+
1559
+ ## [4.20.0] (15/08/2022)
1560
+
1561
+ ### Features
1562
+
1563
+ - Added `input-number` to `Componentes`
1564
+
1565
+ ## [4.19.0] (13/08/2022)
1566
+
1567
+ ### Features
1568
+
1569
+ - Added `TEXT_BADGE` type to `TableColumnType` to render `vector-badge` on table.
1570
+
1571
+ ### Bugfixes
1572
+
1573
+ - Fixed filters patch from query params.
1574
+
1575
+ ## [4.18.0] (05/08/2022)
1576
+
1577
+ ### Features
1578
+
1579
+ - Added `CustomButtons` to `vector-data-table` so the data-tables can have more buttons if needed.
1580
+
1581
+ ## [4.17.0] (04/08/2022)
1582
+
1583
+ ### Features
1584
+
1585
+ - Added `filterMultiselect` to `FiltersType` to search for multiple selection
1586
+
1587
+ ## [4.16.1] (01/08/2022)
1588
+
1589
+ ### Bugfixes
1590
+
1591
+ - Fixed `getCodes` function from `ObjectUtil` to support inner JSON objects.
1592
+
1593
+ ## [4.16.0] (31/07/2022)
1594
+
1595
+ ### Features
1596
+
1597
+ - Added `getCodes` to `ObjectUtil` to mutate the given object properties to keep only the `code` property.
1598
+
1599
+ ### Bugfixes
1600
+
1601
+ - `FiltersComponent` fixed to patch the query params values correctly.
1602
+
1603
+ ## [4.15.0] (01/08/2022)
1604
+
1605
+ ### Features
1606
+
1607
+ - Added function to add new account fintech.
1608
+
1609
+ ## [4.14.0] (22/07/2022)
1610
+
1611
+ ### Features
1612
+
1613
+ - Added `AlterationHistory` in `vector-crud-history` to use the logtech pattern.
1614
+
1615
+ ## [4.13.0] (18/07/2022)
1616
+
1617
+ ### Features
1618
+
1619
+ - Added `selectionType` in `vector-data-table` to add `checkboxbutton` or `radionbutton` in table.
1620
+
1621
+ ### Refactor
1622
+
1623
+ - Refactor `generic-modal` to accept news parameters and output events for make more dynamically.
1624
+
1625
+ ## [4.12.0] (18/07/2022)
1626
+
1627
+ ### Features
1628
+
1629
+ - Added `multipleCheck` in `vector-checkbox-field` to add multiple options.
1630
+
1631
+ ## [4.11.2] (16/07/2022)
1632
+
1633
+ ### Bugfixes
1634
+
1635
+ - Fixed `radio-button` to show invalid status color when touched.
1636
+
1637
+ ## [4.11.1] (15/07/2022)
1638
+
1639
+ ### Bugfixes
1640
+
1641
+ - Fixed `getUserId` in `storageService` to get correctly user id.
1642
+
1643
+ ## [4.11.0] (15/07/2022)
1644
+
1645
+ ### Features
1646
+
1647
+ - added `disabled` on `vector-range-field` to disabled field when insert true.
1648
+ - added `disabled` on `vector-currency-field` to disabled field when insert true.
1649
+
1650
+ ## [4.10.5] (14/07/2022)
1651
+
1652
+ ### Bugfixes
1653
+
1654
+ - Fixed `doMaskString` on `MaskUtil` to safely return a empty `string` when receiving an empty input.
1655
+
1656
+ ## [4.10.4] (13/07/2022)
1657
+
1658
+ ### Bugfixes
1659
+
1660
+ - Fixed excel and pdf display button in `vector-data-table`.
1661
+
1662
+ ## [4.10.3] (13/07/2022)
1663
+
1664
+ ### Bugfixes
1665
+
1666
+ - Fixed sort column without actions in `vector-data-table`.
1667
+
1668
+ ## [4.10.2] (10/07/2022)
1669
+
1670
+ ### Bugfixes
1671
+
1672
+ - Fixed arrow icon in(Sort column) `vector-data-table`
1673
+
1674
+ ## [4.10.1] (10/07/2022)
1675
+
1676
+ ### Bugfixes
1677
+
1678
+ - Fixed autoStart `vector-data-table`
1679
+
1680
+ ## [4.9.0] (10/07/2022)
1681
+
1682
+ ### Features
1683
+
1684
+ - Added `MASK` type to `TableColumn` enum and implemented it on `data-table`;
1685
+ - Added `FieldType` `DATE_RANGE` to `data-table` filters.
1686
+
1687
+ ## [4.8.0] (09/07/2022)
1688
+
1689
+ ### Features
1690
+
1691
+ - Added `notSortable` property do `TableColumn` and implemented it on `data-table`.
1692
+
1693
+ ## [4.7.1] (09/07/2022)
1694
+
1695
+ ### BugFixes
1696
+
1697
+ - Fixed `getById` on `getSugestionsOfDropDown`.
1698
+
1699
+ ## [4.7.0] (08/07/2022)
1700
+
1701
+ ### BugFixes
1702
+
1703
+ - Added new Permissions in `profile.model.ts`.
1704
+
1705
+ ### Features
1706
+
1707
+ - Added `profileTypeItens` BehaviourSubject in `profile.serivice.ts`.
1708
+
1709
+ ## [4.6.3] (08/07/2022)
1710
+
1711
+ ### Bugfixes
1712
+
1713
+ - fixed `menu-label` min-width to align correctly items.
1714
+
1715
+ ## [4.6.2] (07/07/2022)
1716
+
1717
+ ### Bugfixes
1718
+
1719
+ - fixed `top-bar` to display vector user first name.
1720
+
1721
+ ## [4.6.1] (05/07/2022)
1722
+
1723
+ ### Bugfixes
1724
+
1725
+ - `percentage field component` added minFractionDigits and maxFractionDigits properties to configure decimal values
1726
+
1727
+ ## [4.6.0] (06/07/2022)
1728
+
1729
+ ### Features
1730
+
1731
+ - Added `goBackHidden` parameter to hidden goBackButton in `vector-crud-footer`.
1732
+
1733
+ ## [4.5.1] (30/06/2022)
1734
+
1735
+ ### Bugfixes
1736
+
1737
+ - `menu` changed admin menu to show only fintech admin.
1738
+
1739
+ ## [4.5.0] (29/06/2022)
1740
+
1741
+ ### Features
1742
+
1743
+ - `vector-filters` changed to read the url queryParams to set default values.
1744
+
1745
+ ## [4.4.0] (28/06/2022)
1746
+
1747
+ ### Features
1748
+
1749
+ - Added `isExternalUrl` in `http-interceptor.ts`;
1750
+
1751
+ ## [4.3.0] (27/06/2022)
1752
+
1753
+ ### Features
1754
+
1755
+ - Added `HttpDataResponse` in model `http-response.model.ts`;
1756
+
1757
+ ## [4.2.1] (27/06/2022)
1758
+
1759
+ ### Bug Fixes
1760
+
1761
+ - Added `ADD_REGION` in model `profile.model.ts`;
1762
+ - Added `SHOW_REGION` in model `profile.model.ts`;
1763
+ - Added `EDIT_REGION` in model `profile.model.ts`;
1764
+
1765
+ ## [4.2.0] (24/06/2022)
1766
+
1767
+ ### Features
1768
+
1769
+ - Added `CUSTOM_STYLES` in TableColumnType on `data-table-component`;
1770
+ - Added `textFieldClass` in TableColumn on `data-table-component`;
1771
+
1772
+ ## [4.1.1] (23/06/2022)
1773
+
1774
+ ### Bug Fixes
1775
+
1776
+ - Fixed `FilterChangedEvent` external model to use in all project.
1777
+
1778
+ ## [4.1.0] (23/06/2022)
1779
+
1780
+ ### Features
1781
+
1782
+ - Added `onFilterChanged` event on `filters` and `data-table`;
1783
+
1784
+ ### Bug Fixes
1785
+
1786
+ - Fixed `filters` to validate required fields before searching.
1787
+
1788
+ ## [4.0.0] (21/06/2022)
1789
+
1790
+ ### Breaking Changes
1791
+
1792
+ - Added `getById` on `BaseDropdown` interface.
1793
+
1794
+ ### Bug Fixes
1795
+
1796
+ - Fixed `dropdown` behavior with and without `minLengthToService` set;
1797
+ - Fixed `dropdown` search on suggestions to ignore case;
1798
+ - Fixed `data-table` header z-index to keep below other fixed elements (e.g `vector-footer`);
1799
+ - Fixed `multiselect` to get the correct item property for value.
1800
+
1801
+ ## [3.6.1] (15/06/2022)
1802
+
1803
+ ### Bug Fixes
1804
+
1805
+ - Changed overflow behavior of tabview to scroll.
1806
+ -
1807
+
1808
+ ## [3.6.0] (14/06/2022)
1809
+
1810
+ ### Features
1811
+
1812
+ - Added selection to data-table component.
1813
+ - Added hasAction input, now can hide action column.
1814
+
1815
+ ## [3.5.0] (09/06/2022)
1816
+
1817
+ ### Features
1818
+
1819
+ - Added `disabled` property on `ListItem`;
1820
+ - Added `onChange` event on `vector-multiselect-field`.
1821
+
1822
+ ## [3.4.0] (26/05/2022)
1823
+
1824
+ ### Features
1825
+
1826
+ - Added `inputClassName` property to `vector-currency-field`;
1827
+
1828
+ ### Bug Fixes
1829
+
1830
+ - Fixed `vector-button` style property type;
1831
+
1832
+ ## [3.3.1] (25/05/2022)
1833
+
1834
+ ### Bug Fixes
1835
+
1836
+ - Fixed `fullName` validation of `Utils`, changed invalid error message.
1837
+
1838
+ ## [3.3.0] (24/05/2022)
1839
+
1840
+ ### Features
1841
+
1842
+ - Added min length to call the dropdown service query.
1843
+
1844
+ ## [3.2.0] (24/05/2022)
1845
+
1846
+ ### Features
1847
+
1848
+ - Added the ability to add a button column to the `vector-data-table` component that calls a custom function.
1849
+ - Added the possibility to hide the actions column of the component `vector-data-table`.
1850
+
1851
+ ## [3.1.1] (20/05/2022)
1852
+
1853
+ ### Bug Fixes
1854
+
1855
+ - Fixed `vector-button` to fill 100% of container.
1856
+ - Fixed `BOLETO_PATTERN` in `MaskUtils` for accept a digit more.
1857
+
1858
+ ## [3.1.0] (19/05/2022)
1859
+
1860
+ ### Features
1861
+
1862
+ - added `isBankingField` input to `vector-currency-field`.
1863
+
1864
+ ## [3.0.2] (19/05/2022)
1865
+
1866
+ ### Bug Fixes
1867
+
1868
+ - Fixed `vector-button` disable behavior.
1869
+
1870
+ ## [3.0.1] (08/05/2022)
1871
+
1872
+ ### Bug Fixes
1873
+
1874
+ - Fixed peer dependency version.
1875
+
1876
+ ## [3.0.0] (08/05/2022)
1877
+
1878
+ ### Breaking Changes
1879
+
1880
+ - Changed `mixins` to a separated `mixins.scss` file.
1881
+
1882
+ ### Features
1883
+
1884
+ - Added generic guard to check if crud list has items;
1885
+ - Added generic resolver to get the selected crud item from the list;
1886
+ - Added generic resolver to get the selected crud item history from the list;
1887
+ - Added `vector-badge` component;
1888
+ - Added `vector-crud-header` component;
1889
+ - Added `vector-select-button-field` component;
1890
+ - Added `formatDocument` pipe;
1891
+ - Added `VIRTUAL_CARRIER` view type;
1892
+ - Added styles input to `vector-button` to apply styles to the `<button>` tag;
1893
+ - Added dynamic filters to dropdown;
1894
+ - Breadcrumb now has clickable links to navigate to route fragments.
1895
+
1896
+ ### Bug Fixes
1897
+
1898
+ - Menu fixed to navigate to menu route even if it has children;
1899
+ - Changed `vector-data-table` appearence to match new design;
1900
+ - Fixed `vector-filters` to hide the search button when there is no visible filters;
1901
+ - Removed unnecessary `variables.scss` references throughout the project.
1902
+
1903
+ ## [2.14.0] (05/05/2022)
1904
+
1905
+ ### Features
1906
+
1907
+ - TokenIsPresentGuard changed to support both storage and queryParams token.
1908
+
1909
+ ### Bug Fixes
1910
+
1911
+ - MenuComponent fixed to take priority on `frameUrl` to make sure `route` can still be used to build the breadcrumbs if needed;
1912
+ - Made some changes to the accordion styles.
1913
+
1914
+ ## [2.13.1] (28/04/2022)
1915
+
1916
+ ### Bug Fixes
1917
+
1918
+ - Fix conflict merge with versions 2.12.0 with 2.13.0.
1919
+
1920
+ ## [2.13.0] (27/04/2022)
1921
+
1922
+ ### Features
1923
+
1924
+ - Added input valueMovimented in vector-range-value component.
1925
+
1926
+ ### Bug Fixes
1927
+
1928
+ - Fix Sent API address for endpoint.
1929
+ - Fix export GeolocationService.
1930
+
1931
+ ## [2.12.0] (26/04/2022)
1932
+
1933
+ ### Features
1934
+
1935
+ - MenuItem changed to accept both singular and array of permissions.
1936
+
1937
+ ## [2.11.0] (20/04/2022)
1938
+
1939
+ ### Features
1940
+
1941
+ - Added currency-input rounded option.
1942
+
1943
+ ### Bug Fixes
1944
+
1945
+ - Fixed breadcrumb responsive layout;
1946
+ - Fixed radio-button responsive layout;
1947
+ - Changed menu backgroud to white;
1948
+ - Changed accordion styles.
1949
+
1950
+ ## [2.10.0] (19/04/2022)
1951
+
1952
+ ### Features
1953
+
1954
+ - Added login info and geolocation to share: date, time, device info, ip, hostname, latitude, longitude, accuracy.
1955
+
1956
+ ## [2.8.0] (08/04/2022)
1957
+
1958
+ ### Features
1959
+
1960
+ - Added containsLettersAndNumbers validation.
1961
+
1962
+ ### Fix
1963
+
1964
+ - Fix currency-field min and max value don't work.
1965
+
1966
+ ## [2.7.1] (08/04/2022)
1967
+
1968
+ ### Fix
1969
+
1970
+ - Fix text-field don't limit to alpha numeric with alphanumeric true.
1971
+
1972
+ ## [2.7.0] (04/04/2022)
1973
+
1974
+ ### Features
1975
+
1976
+ - Added alphaNumeric option to text-field.
1977
+
1978
+ ### Bug Fixes
1979
+
1980
+ - Fix top-bar to hidden notification if is fintech.
1981
+ - Fix top-bar changed label for change password.
1982
+ - Fix toggle menu when keydown escape.
1983
+
1984
+ ## [2.6.0] (30/03/2022)
1985
+
1986
+ ### Features
1987
+
1988
+ - Added directive min and max for percentage-field.
1989
+ - Added notSequentialNumbers validator.
1990
+ - Added firstLetterIsUppercase validator.
1991
+
1992
+ ### Bug Fixes
1993
+
1994
+ - Fix menu service for don't delete father.
1995
+
1996
+ ## [2.5.1] (24/03/2022)
1997
+
1998
+ ### Bug Fixes
1999
+
2000
+ - Fix input checkbox don't mark when click on label.
2001
+
2002
+ ## [2.5.0] (21/03/2022)
2003
+
2004
+ ### Features
2005
+
2006
+ - Added menu notifications count
2007
+
2008
+ ### Bug Fixes
2009
+
2010
+ - Fixed gray colors variables names;
2011
+ - Fixed topbar to show Fintech menus only when is Fintech;
2012
+ - Fixed permissions request to save permissions on storage before using them.
2013
+ - Calendar-field "min" and "max" properties set optional.
2014
+
2015
+ ## [2.4.0] (20/03/2022)
2016
+
2017
+ ### Features
2018
+
2019
+ - Added min and max validation functions to forms;
2020
+ - Added onlyActivePipe.
2021
+
2022
+ ### Bug Fixes
2023
+
2024
+ - Fixed menu service to hide parent menus when no children is left after filtering by permission;
2025
+ - Changed data-table scrollHeight from 350px to 300px to prevent unnecessary scrolling on viewport;
2026
+ - Added toast to unexpected errors from the API.
2027
+
2028
+ ## [2.3.0] (18/03/2022)
2029
+
2030
+ ### Features
2031
+
2032
+ - Added vector-field-error-message for showing when field is invalid.
2033
+
2034
+ ### Bug Fixes
2035
+
2036
+ - Fix input calendar invalid showing incorrect;
2037
+ - Fix input dropdown invalid showing incorrect;
2038
+ - Fix Top-bar now show correct account information.
2039
+
2040
+ ## [2.2.2] (17/03/2022)
2041
+
2042
+ ### Feature
2043
+
2044
+ - Added new default color for text in \_variables.scss.
2045
+ - Fix Portals items in menu showing incorrect.
2046
+
2047
+ ## [2.2.1] (17/03/2022)
2048
+
2049
+ ### Bug Fixes
2050
+
2051
+ - Fix Portals items menu with switched color.
2052
+ - Added directive in vector-top-var(fintech, service);
2053
+ - Fix Menu showing without account information in fintech vector-top-bar;
2054
+
2055
+ ## [2.2.0] (10/03/2022)
2056
+
2057
+ ### Features
2058
+
2059
+ - Added textarea field;
2060
+ - Added sessionStorage functions to StorageService;
2061
+ - Added IFrame opening option to menu items;
2062
+ - Added inversed colors vector logo.
2063
+
2064
+ ### Bug Fixes
2065
+
2066
+ - Fixed dropdown code comparision on filter to support any format;
2067
+ - Fixed data table auto load when using virtual pagination;
2068
+ - Fixed breadcrumb font-weight;
2069
+ - Fixed menu icon filter.
2070
+
2071
+ ## [2.0.3] (01/03/2022)
2072
+
2073
+ ### Bug Fixes
2074
+
2075
+ - Fixed AuthService url to support multiple projects with different endpoint prefixes.
2076
+
2077
+ ## [2.0.2] (01/03/2022)
2078
+
2079
+ ### Bug Fixes
2080
+
2081
+ - Fixed old variable
2082
+
2083
+ ## [2.0.1] (01/03/2022)
2084
+
2085
+ ### Bug Fixes
2086
+
2087
+ - Fixed missing styles
2088
+
2089
+ ## [2.0.0] (01/03/2022)
2090
+
2091
+ ### Breaking Changes
2092
+
2093
+ - CSS variables changed declaration form.
2094
+
2095
+ ## [1.0.2] (01/03/2022)
2096
+
2097
+ ### Bug Fixes
2098
+
2099
+ - Changed text field filter to validate only when on "only text" mode.
2100
+
2101
+ ## [1.0.1] (27/02/2022)
2102
+
2103
+ ### Bug Fixes
2104
+
2105
+ ### Features
2106
+
2107
+ ### Breaking Changes
2108
+
2109
+ - Library publishing