ngx-vector-components 5.72.2 → 5.74.0

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