ngx-vector-components 5.104.0 → 5.105.0

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