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