ngx-vector-components 5.52.0 → 5.54.0

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