ngx-vector-components 5.104.0 → 5.106.0

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