ngx-vector-components 5.56.0 → 5.57.0

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