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