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