ngx-vector-components 5.51.0 → 5.53.0

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