ngx-vector-components 5.107.1 → 5.108.1

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