ngx-vector-components 5.65.0 → 5.66.0

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