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