ngx-vector-components 5.108.1 → 5.109.1

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