ngx-vector-components 5.65.0 → 5.67.0

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