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