ngx-vector-components 5.130.0 → 5.131.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 +2669 -2575
  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 +1269 -1269
  25. package/assets/styles/_spinner.scss +35 -35
  26. package/assets/styles/_styles.scss +115 -115
  27. package/assets/styles/_variables.scss +27 -27
  28. package/esm2022/lib/components/badge/badge.component.mjs +3 -3
  29. package/esm2022/lib/components/badge/badge.module.mjs +1 -1
  30. package/esm2022/lib/components/badge/index.mjs +1 -1
  31. package/esm2022/lib/components/breadcrumb/breadcrumb.component.mjs +3 -3
  32. package/esm2022/lib/components/breadcrumb/breadcrumb.module.mjs +1 -1
  33. package/esm2022/lib/components/breadcrumb/index.mjs +1 -1
  34. package/esm2022/lib/components/crud-base/crud-base.component.mjs +1 -1
  35. package/esm2022/lib/components/crud-base/index.mjs +1 -1
  36. package/esm2022/lib/components/crud-footer/crud-footer.component.mjs +3 -3
  37. package/esm2022/lib/components/crud-footer/crud-footer.module.mjs +1 -1
  38. package/esm2022/lib/components/crud-footer/index.mjs +1 -1
  39. package/esm2022/lib/components/crud-header/crud-header.component.mjs +3 -3
  40. package/esm2022/lib/components/crud-header/crud-header.module.mjs +1 -1
  41. package/esm2022/lib/components/crud-header/index.mjs +1 -1
  42. package/esm2022/lib/components/crud-history/crud-history.component.mjs +3 -3
  43. package/esm2022/lib/components/crud-history/crud-history.module.mjs +1 -1
  44. package/esm2022/lib/components/crud-history/index.mjs +1 -1
  45. package/esm2022/lib/components/fields/button/button.component.mjs +3 -3
  46. package/esm2022/lib/components/fields/button/index.mjs +1 -1
  47. package/esm2022/lib/components/fields/calendar-field/calendar-field.component.mjs +3 -3
  48. package/esm2022/lib/components/fields/calendar-field/index.mjs +1 -1
  49. package/esm2022/lib/components/fields/checkbox-field/checkbox-field.component.mjs +3 -3
  50. package/esm2022/lib/components/fields/checkbox-field/index.mjs +1 -1
  51. package/esm2022/lib/components/fields/currency-field/currency-field.component.mjs +3 -3
  52. package/esm2022/lib/components/fields/currency-field/index.mjs +1 -1
  53. package/esm2022/lib/components/fields/data-table/data-table.component.mjs +3 -3
  54. package/esm2022/lib/components/fields/data-table/index.mjs +1 -1
  55. package/esm2022/lib/components/fields/dropdown-field/dropdown-field.component.mjs +3 -3
  56. package/esm2022/lib/components/fields/dropdown-field/index.mjs +1 -1
  57. package/esm2022/lib/components/fields/field-error-message/field-error-message.component.mjs +3 -3
  58. package/esm2022/lib/components/fields/field-error-message/index.mjs +1 -1
  59. package/esm2022/lib/components/fields/fields.module.mjs +1 -1
  60. package/esm2022/lib/components/fields/filters/filters.component.mjs +3 -3
  61. package/esm2022/lib/components/fields/filters/index.mjs +1 -1
  62. package/esm2022/lib/components/fields/index.mjs +1 -1
  63. package/esm2022/lib/components/fields/input-number-field/index.mjs +1 -1
  64. package/esm2022/lib/components/fields/input-number-field/input-number-field.component.mjs +3 -3
  65. package/esm2022/lib/components/fields/input-otp/index.mjs +1 -1
  66. package/esm2022/lib/components/fields/input-otp/input-otp.component.mjs +3 -3
  67. package/esm2022/lib/components/fields/input-switch-field/index.mjs +1 -1
  68. package/esm2022/lib/components/fields/input-switch-field/input-switch-field.component.mjs +3 -3
  69. package/esm2022/lib/components/fields/multiselect-field/index.mjs +1 -1
  70. package/esm2022/lib/components/fields/multiselect-field/multiselect-field.component.mjs +3 -3
  71. package/esm2022/lib/components/fields/percentage-field/index.mjs +1 -1
  72. package/esm2022/lib/components/fields/percentage-field/percentage-field.component.mjs +3 -3
  73. package/esm2022/lib/components/fields/radio-button-field/index.mjs +1 -1
  74. package/esm2022/lib/components/fields/radio-button-field/radio-button-field.component.mjs +3 -3
  75. package/esm2022/lib/components/fields/range-value/index.mjs +1 -1
  76. package/esm2022/lib/components/fields/range-value/range-value.component.mjs +3 -3
  77. package/esm2022/lib/components/fields/search-field/index.mjs +1 -1
  78. package/esm2022/lib/components/fields/search-field/search-field.component.mjs +3 -3
  79. package/esm2022/lib/components/fields/select-button-field/index.mjs +1 -1
  80. package/esm2022/lib/components/fields/select-button-field/select-button-field.component.mjs +3 -3
  81. package/esm2022/lib/components/fields/text-field/index.mjs +1 -1
  82. package/esm2022/lib/components/fields/text-field/text-field.component.mjs +3 -3
  83. package/esm2022/lib/components/fields/textarea-field/index.mjs +1 -1
  84. package/esm2022/lib/components/fields/textarea-field/textarea-field.component.mjs +3 -3
  85. package/esm2022/lib/components/generic-error-modal/generic-error-modal.component.mjs +3 -3
  86. package/esm2022/lib/components/generic-error-modal/generic-error-modal.module.mjs +1 -1
  87. package/esm2022/lib/components/generic-error-modal/index.mjs +1 -1
  88. package/esm2022/lib/components/generic-modal/generic-modal.component.mjs +3 -3
  89. package/esm2022/lib/components/generic-modal/generic-modal.module.mjs +1 -1
  90. package/esm2022/lib/components/generic-modal/index.mjs +1 -1
  91. package/esm2022/lib/components/index.mjs +1 -1
  92. package/esm2022/lib/components/menu/index.mjs +1 -1
  93. package/esm2022/lib/components/menu/menu.component.mjs +3 -3
  94. package/esm2022/lib/components/menu/menu.module.mjs +1 -1
  95. package/esm2022/lib/components/menu/sub-menus-list/sub-menus-list.component.mjs +3 -3
  96. package/esm2022/lib/components/panel/index.mjs +1 -1
  97. package/esm2022/lib/components/panel/panel.component.mjs +3 -3
  98. package/esm2022/lib/components/panel/panel.module.mjs +1 -1
  99. package/esm2022/lib/components/score/index.mjs +1 -1
  100. package/esm2022/lib/components/score/score.component.mjs +3 -3
  101. package/esm2022/lib/components/score/score.module.mjs +1 -1
  102. package/esm2022/lib/components/stepper/index.mjs +1 -1
  103. package/esm2022/lib/components/stepper/stepper.component.mjs +3 -3
  104. package/esm2022/lib/components/stepper/stepper.module.mjs +1 -1
  105. package/esm2022/lib/components/top-bar/index.mjs +1 -1
  106. package/esm2022/lib/components/top-bar/top-bar.component.mjs +3 -3
  107. package/esm2022/lib/components/top-bar/top-bar.module.mjs +1 -1
  108. package/esm2022/lib/guards/crud-list-has-items.guard.mjs +1 -1
  109. package/esm2022/lib/guards/get-token-by-guid.guard.mjs +1 -1
  110. package/esm2022/lib/guards/has-permission.guard.mjs +1 -1
  111. package/esm2022/lib/guards/index.mjs +1 -1
  112. package/esm2022/lib/guards/role.guard.mjs +1 -1
  113. package/esm2022/lib/guards/token-is-present.guard.mjs +1 -1
  114. package/esm2022/lib/injections/index.mjs +1 -1
  115. package/esm2022/lib/interceptors/http-interceptor.mjs +1 -1
  116. package/esm2022/lib/interceptors/index.mjs +1 -1
  117. package/esm2022/lib/models/app-name.enum.mjs +1 -1
  118. package/esm2022/lib/models/boolean-type.enum.mjs +1 -1
  119. package/esm2022/lib/models/crud-history.model.mjs +1 -1
  120. package/esm2022/lib/models/crud-mode.enum.mjs +1 -1
  121. package/esm2022/lib/models/currency.enum.mjs +1 -1
  122. package/esm2022/lib/models/data-table.model.mjs +1 -1
  123. package/esm2022/lib/models/document-type.enum.mjs +1 -1
  124. package/esm2022/lib/models/filters.model.mjs +1 -1
  125. package/esm2022/lib/models/generic-modal.model.mjs +1 -1
  126. package/esm2022/lib/models/http-response.model.mjs +1 -1
  127. package/esm2022/lib/models/index.mjs +1 -1
  128. package/esm2022/lib/models/ip-info.enum.mjs +1 -1
  129. package/esm2022/lib/models/list-item.model.mjs +1 -1
  130. package/esm2022/lib/models/locale.enum.mjs +1 -1
  131. package/esm2022/lib/models/menu-item.model.mjs +1 -1
  132. package/esm2022/lib/models/message-status.enum.mjs +1 -1
  133. package/esm2022/lib/models/profile.model.mjs +103 -1
  134. package/esm2022/lib/models/role.enum.mjs +1 -1
  135. package/esm2022/lib/models/status.enum.mjs +1 -1
  136. package/esm2022/lib/models/topbar.model.mjs +1 -1
  137. package/esm2022/lib/models/vector-app.model.mjs +1 -1
  138. package/esm2022/lib/models/vector-notification.model.mjs +1 -1
  139. package/esm2022/lib/models/view.enum.mjs +1 -1
  140. package/esm2022/lib/pipes/currency-brl.pipe.mjs +1 -1
  141. package/esm2022/lib/pipes/format-document.pipe.mjs +1 -1
  142. package/esm2022/lib/pipes/index.mjs +1 -1
  143. package/esm2022/lib/pipes/mask.pipe.mjs +1 -1
  144. package/esm2022/lib/pipes/not-hidden.pipe.mjs +1 -1
  145. package/esm2022/lib/pipes/only-active.pipe.mjs +1 -1
  146. package/esm2022/lib/pipes/pipes.module.mjs +1 -1
  147. package/esm2022/lib/pipes/remove-last-child.pipe.mjs +1 -1
  148. package/esm2022/lib/pipes/unread-notifications.pipe.mjs +1 -1
  149. package/esm2022/lib/resolvers/get-selected-crud-item.resolver.mjs +1 -1
  150. package/esm2022/lib/resolvers/index.mjs +1 -1
  151. package/esm2022/lib/services/auth.service.mjs +1 -1
  152. package/esm2022/lib/services/base-dropdown.mjs +1 -1
  153. package/esm2022/lib/services/crud-base.service.mjs +1 -1
  154. package/esm2022/lib/services/enum.service.mjs +1 -1
  155. package/esm2022/lib/services/error-message.service.mjs +1 -1
  156. package/esm2022/lib/services/geolocation.service.mjs +1 -1
  157. package/esm2022/lib/services/index.mjs +1 -1
  158. package/esm2022/lib/services/loading.service.mjs +1 -1
  159. package/esm2022/lib/services/menu.service.mjs +1 -1
  160. package/esm2022/lib/services/modal.service.mjs +1 -1
  161. package/esm2022/lib/services/notifications.service.mjs +1 -1
  162. package/esm2022/lib/services/profile.service.mjs +1 -1
  163. package/esm2022/lib/services/storage.service.mjs +1 -1
  164. package/esm2022/lib/shared/shared.module.mjs +1 -1
  165. package/esm2022/lib/utils/cpf-cnpj-validator.util.mjs +1 -1
  166. package/esm2022/lib/utils/file.util.mjs +1 -1
  167. package/esm2022/lib/utils/index.mjs +1 -1
  168. package/esm2022/lib/utils/mask.util.mjs +1 -1
  169. package/esm2022/lib/utils/object.util.mjs +1 -1
  170. package/esm2022/lib/utils/string.util.mjs +1 -1
  171. package/esm2022/lib/utils/validation.util.mjs +1 -1
  172. package/esm2022/lib/utils/window.util.mjs +1 -1
  173. package/esm2022/public-api.mjs +1 -1
  174. package/fesm2022/ngx-vector-components.mjs +166 -64
  175. package/fesm2022/ngx-vector-components.mjs.map +1 -1
  176. package/lib/models/profile.model.d.ts +104 -2
  177. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,2575 +1,2669 @@
1
- # Changelog
2
-
3
- ## [5.130.0] (06/01/2026)
4
-
5
- ### Features
6
-
7
- - Added 'INDICATE_TRIP_DELIVERY' ProfileModuleActionType in `profile.model.ts`
8
- - Added 'INDICATE_TRIPOFFER_DELIVERY' ProfileModuleActionType in `profile.model.ts`
9
-
10
- ## [5.129.0] (31/12/2025)
11
-
12
- ### Features
13
-
14
- - Added 'CAN_REQUEST_FREIGHT_AGENT' ProfileModuleActionType in `profile.model.ts`
15
- - Added 'CAN_ACTIVATE_FREIGHT_AGENT' ProfileModuleActionType in `profile.model.ts`
16
-
17
- ## [5.128.0] (30/12/2025)
18
-
19
- ### Features
20
-
21
- - Added 'SHOW_GR_VECTOR_PANEL' ProfileModuleActionType in `profile.model.ts`
22
-
23
- ## [5.127.0] (23/12/2025)
24
-
25
- ### Features
26
-
27
- - Added 'REQUEST_GR_RESULT_CHANGE' ProfileModuleActionType in `profile.model.ts`
28
- - Added 'APPROVE_OR_DISAPPROVE_REQUEST_GR_RESULT_CHANGE' ProfileModuleActionType in `profile.model.ts`
29
-
30
- ## [5.126.0] (17/12/2025)
31
-
32
- ### Features
33
-
34
- - Add 'FOB_REPORT' ProfileModuleType in `profile.model.ts`
35
-
36
- ## [5.125.0] (10/12/2025)
37
-
38
- ### Features
39
-
40
- - Added option to remove mask in `text-field.component.ts`
41
-
42
- ## [5.124.0] (26/11/2025)
43
-
44
- ### Features
45
-
46
- - Add 'APPROVE_PAYMENT_CARRIER_ADMIN' ProfileModuleType in `profile.model.ts`
47
-
48
- ## [5.122.0] (07/11/2025)
49
-
50
- ### Features
51
-
52
- - Added onlyLetters in `validation.util.ts`
53
-
54
- ## [5.121.1] (23/10/2025)
55
-
56
- ### Features
57
-
58
- - Add 'PAYMENT_DASHBOARD' ProfileModuleType in `profile.model.ts`
59
-
60
- ## [5.120.1] (17/10/2025)
61
-
62
- ### Fix
63
-
64
- - fix in formatDocument in `mask.util.ts`
65
-
66
- ## [5.120.0] (15/10/2025)
67
-
68
- ### Features
69
-
70
- - Add 'DASHBOARD_VECTORPAY' ProfileModuleActionType in `profile.model.ts`
71
-
72
- ## [5.119.0] (13/10/2025)
73
-
74
- ### Features
75
-
76
- - Add 'CREATE_ICMS_PARAMS, EDIT_ICMS_PARAMS, SHOW_ICMS_PARAMS' ProfileModuleActionType in `profile.model.ts`
77
-
78
- ## [5.118.0] (03/10/2025)
79
-
80
- ### Features
81
-
82
- - Add 'EDIT_ISS, EDIT_ICMS' ProfileModuleActionType in `profile.model.ts`
83
-
84
- ## [5.117.0] (26/09/2025)
85
-
86
- ### Features
87
-
88
- - Add 'SHOW_IRREGULARITY, LOG_DISCHARGE_PAYMENT' ProfileModuleActionType in `profile.model.ts`
89
-
90
- ## [5.116.0] (17/09/2025)
91
-
92
- ### Features
93
-
94
- - Add 'EDIT_SCHEDULE_CHECKED_IN' ProfileModuleActionType in `profile.model.ts`
95
-
96
- ## [5.115.0] (05/09/2025)
97
-
98
- ### Features
99
-
100
- - Add 'CADOC' ProfileModuleActionType in `profile.model.ts`
101
-
102
- ## [5.114.0] (04/09/2025)
103
-
104
- ### Features
105
-
106
- - Add 'EDIT_PARAM_TOLL' ProfileModuleActionType in `profile.model.ts`
107
-
108
- ## [5.113.0] (01/08/2025)
109
-
110
- ### Features
111
-
112
- - Add CPF/CNPJ mask in `data-table.component.ts` and `dropdown-field.component.ts`
113
-
114
- ## [5.112.0] (29/07/2025)
115
-
116
- ### Features
117
-
118
- - Added 'onFilterChange' and update 'onloadAutocompletePanelService' methods in `multiselect-field.component.ts`
119
-
120
- ## [5.111.0] (29/07/2025)
121
-
122
- ### Features
123
-
124
- - Add 'SHOW_ROUTE' ProfileModuleActionType in `profile.model.ts`
125
- - Add 'EDIT_ROUTE' ProfileModuleActionType in `profile.model.ts`
126
-
127
- ## [5.110.0] (25/07/2025)
128
-
129
- ### Features
130
-
131
- - Add 'CAN_ADD_AGGREGATOR' ProfileModuleActionType in `profile.model.ts`
132
- - Add 'CAN_ACTIVATE_AGGREGATOR' ProfileModuleActionType in `profile.model.ts`
133
-
134
- ## [5.109.4] (22/07/2025)
135
-
136
- ### Features
137
-
138
- - Add 'TOLL_MANAGEMENT' ProfileModuleActionType in `profile.model.ts`
139
-
140
- ## [5.109.3] (21/07/2025)
141
-
142
- ### Features
143
-
144
- - Add 'SHOW_TRIP_VECTOR_PAY' ProfileModuleActionType in `profile.model.ts`
145
- - Add 'EDIT_TRIP_VECTOR_PAY' ProfileModuleActionType in `profile.model.ts`
146
- - Remove 'height' in `multiselect-field.component.scss`
147
-
148
- ## [5.109.2] (18/07/2025)
149
-
150
- ### Features
151
-
152
- - Add property modifiedFromWeb in `crud-history.model.ts`
153
- - Rule for modifiedFromWeb in `crud-history.component.ts`
154
-
155
- ## [5.109.1] (16/07/2025)
156
-
157
- ### Features
158
-
159
- - Rule for icon in `data-table.component.ts`
160
-
161
- ## [5.109.0] (14/07/2025)
162
-
163
- ### Features
164
-
165
- - Add 'SEARCH_PAYMENT_TAG_HISTORY' ProfileModuleActionType in `profile.model.ts`
166
-
167
- ## [5.108.1] (03/07/2025)
168
-
169
- ### Features
170
-
171
- - Add 'SHOW_ACCREDITED' ProfileModuleActionType in `profile.model.ts`
172
-
173
- ## [5.108.0] (02/07/2025)
174
-
175
- ### Fix
176
-
177
- - Rule for customButtons adjustments in `datatable.component.scss`
178
-
179
- ### Feature
180
-
181
- - Add 'BUNGE_REFUND' ProfileModuleType in `profile.model.ts`
182
- - Add 'BUNGE_REFUND_PARTIAL' ProfileModuleActionType in `profile.model.ts`
183
- - Add 'BUNGE_REFUND_TOTAL' ProfileModuleActionType in `profile.model.ts`
184
- - Add 'ADD_REFUND_PARTIAL' ProfileModuleActionType in `profile.model.ts`
185
-
186
- ## [5.107.1] (27/06/2025)
187
-
188
- ### Fix
189
-
190
- - Layout adjustments in `datatable.component.scss`
191
- - Add round button in `datatable.component.ts`
192
- - Add round and type options to button in `filters.component.ts`
193
-
194
- ## [5.107.0] (25/06/2025)
195
-
196
- ### Features
197
-
198
- - Add 'regionalId' in `profile.service.ts`
199
- - Add 'regionalUserList' in `profile.service.ts`
200
- - Add 'SHOW_HEAT_MAP' ProfileModuleActionType in `profile.model.ts`
201
- - Add 'SHOW_STATUS_MAP' ProfileModuleActionType in `profile.model.ts`
202
-
203
- ## [5.106.0] (23/06/2025)
204
-
205
- ### Features
206
-
207
- - Add 'showDataBalance' in `datatable.component.ts`
208
- - Add 'SHOW_CONTROL_CARD_ADMIN' ProfileModuleActionType in `profile.model.ts`
209
- - Add 'SHOW_CONTROL_CARD_PARTNER' ProfileModuleActionType in `profile.model.ts`
210
-
211
- ## [5.105.0] (17/06/2025)
212
-
213
- ### Features
214
-
215
- - Add property `limitScrollPage` in `filters.component.ts`
216
-
217
- ## [5.104.0] (09/06/2025)
218
-
219
- ### Fix
220
-
221
- - Add 'DRIVER_SHOW_NEW' in `profile.model.ts`
222
-
223
- ## [5.103.0] (03/06/2025)
224
-
225
- ### Fix
226
-
227
- - Add 'PERMISSION_N3_CHANGE_FREIGHT' in `profile.model.ts`
228
- - Add 'PERMISSION_N4_CHANGE_FREIGHT' in `profile.model.ts`
229
-
230
- ## [5.102.0] (27/05/2025)
231
-
232
- ### Features
233
-
234
- - Add property `class` in `filters.component.ts`
235
-
236
- ## [5.101.0] (26/05/2025)
237
-
238
- ### Features
239
-
240
- - Add 'CLEAN_OLD_LOTDAILYCADENCES' in `profile.model.ts`
241
-
242
- ## [5.100.0] (21/05/2025)
243
-
244
- ### Features
245
-
246
- - Add 'PERMISSION_N2_CHANGE_FREIGHT' in `profile.model.ts`
247
-
248
- ## [5.99.1] (20/05/2025)
249
-
250
- ### Fix
251
-
252
- - Add 'N2_APPROVAL_HISTORICAL_LINKAGE_LOT' in `profile.model.ts`
253
- - Add 'N1_APPROVAL_HISTORICAL_LINKAGE_LOT' in `profile.model.ts`
254
- - Add 'SHOW_SHIPPER_LOTCADENCECONFIGURATION' in `profile.model.ts`
255
- - Add 'EDIT_SHIPPER_LOTCADENCECONFIGURATION' in `profile.model.ts`
256
- - Add 'SHOW_LOTCADENCECONFIGURATION' in `profile.model.ts`
257
- - Add 'EDIT_LOTCADENCECONFIGURATION' in `profile.model.ts`
258
- - Add 'EDIT_LOTDAILYCADENCES' in `profile.model.ts`
259
-
260
- ## [5.99.0] (20/05/2025)
261
-
262
- ### Features
263
-
264
- - Add 'N2_APPROVAL_HISTORICAL_LINKAGE_LOT' in `profile.model.ts`
265
- - Add 'N1_APPROVAL_HISTORICAL_LINKAGE_LOT' in `profile.model.ts`
266
- - Add 'SHOW_SHIPPER_LOTCADENCECONFIGURATION' in `profile.model.ts`
267
- - Add 'EDIT_SHIPPER_LOTCADENCECONFIGURATION' in `profile.model.ts`
268
- - Add 'SHOW_LOTCADENCECONFIGURATION' in `profile.model.ts`
269
- - Add 'EDIT_LOTCADENCECONFIGURATION' in `profile.model.ts`
270
- - Add 'EDIT_LOTDAILYCADENCES' in `profile.model.ts`
271
-
272
- ## [5.98.0] (14/05/2025)
273
-
274
- ### Features
275
-
276
- - Add 'LIST_TOLL_CARD' in `profile.model.ts`
277
- - Add 'LINK_TOLL_CARD' in `profile.model.ts`
278
-
279
- ## [5.97.1] (14/05/2025)
280
-
281
- ### Fix
282
-
283
- - Fix remove mensagem component `GenericErrorModalComponent`
284
-
285
- ## [5.97.0] (13/05/2025)
286
-
287
- ### Features
288
-
289
- - Added vector-field-error-message for showing when field is fieldDoesNotMatch.
290
-
291
- ## [5.96.0] (16/04/2025)
292
-
293
- ### Features
294
-
295
- - Add 'LOCATION_SCHEDULE_INTEGRATION_EDIT' ProfileModuleActionType in `profile.model.ts`
296
-
297
- ## [5.95.0] (27/03/2025)
298
-
299
- ### Features
300
-
301
- - Add 'reorderableColumns' in `datatable.component.ts`
302
-
303
- ## [5.94.0] (27/03/2025)
304
-
305
- ### Features
306
-
307
- - Add 'LimitAccount' in `datatable.component.ts`
308
- - Add 'firstName' in `profile.service.ts`
309
- - Add 'CREDIT_LIMIT_MANAGEMENT' ProfileModuleActionType in `profile.model.ts`
310
- - Add 'VECTOR_PAY_STATEMENT' ProfileModuleType in `profile.model.ts`
311
-
312
- ## [5.93.0] (27/03/2025)
313
-
314
- ### Features
315
-
316
- - Add 'SHOW_GTFROTA_PENDING_SUPPLY_LOG' in `profile.model.ts`
317
-
318
- ## [5.92.0] (28/02/2025)
319
-
320
- ### Features
321
-
322
- - Add 'SHOW_TRIPS_REFUSED' in `profile.model.ts`
323
-
324
- ## [5.90.0] (28/02/2025)
325
-
326
- ### Features
327
-
328
- - Added methods `onloadAutocompletePanelService`, `loadInitialSelectedValues` and `setInitialControlValues` in `multiselect-field.component.ts`
329
-
330
- ## [5.89.0] (25/02/2025)
331
-
332
- ### Features
333
-
334
- - Added directive features: service with BaseDropdown, limitScrollPage and forceSelection in `multiselect-field.component.ts`
335
-
336
- ## [5.88.0] (24/01/2025)
337
-
338
- ### Features
339
-
340
- - Add validation to tooltip in `radio-button-field.component.html`
341
-
342
- ## [5.87.0] (24/01/2025)
343
-
344
- ### Features
345
-
346
- - Add property 'noSpecialCharacters' in in `vector-text-field` for using specific regular expressions.
347
-
348
- ## [5.86.0] (15/01/2025)
349
-
350
- ### Features
351
-
352
- - Add 'OPEN_PROGRAMABILITY_SHIFT' in `profile.model.ts`
353
-
354
- ## [5.85.0] (08/01/2025)
355
-
356
- ### Features
357
-
358
- - Added property binding `pattern` in `vector-text-field` for using specific regular expressions.
359
-
360
- ## [5.84.0] (02/01/2025)
361
-
362
- ### Features
363
-
364
- - Add 'SHOW_PGR_INSURANCE' in `profile.model.ts`
365
- - Add 'ADD_PGR_CONTRACTS' in `profile.model.ts`
366
- - Add 'DELETE_PGR_CONTRACTS' in `profile.model.ts`
367
- - Add 'ADD_PGR_RULES' in `profile.model.ts`
368
- - Add 'DELETE_PGR_RULES' in `profile.model.ts`
369
- - Add 'ADD_PGR_CONFIGURATIONS' in `profile.model.ts`
370
-
371
- ## [5.83.0] (30/12/2024)
372
-
373
- ### Features
374
-
375
- - Add 'OPEN_SHIFTS_MANUALLY' in `profile.model.ts`
376
-
377
- ## [5.82.0] (30/12/2024)
378
-
379
- ### FIX
380
-
381
- - Publication error
382
-
383
- ## [5.81.1] (30/12/2024)
384
-
385
- ### Fix
386
-
387
- - Fix `ngOnInit` method in `checkbox-field.component.ts`
388
-
389
- ## [5.81.0] (24/12/2024)
390
-
391
- ### Features
392
-
393
- - Add 'CONTROL_CADASTRO_EXCEL_EXPORT' in `profile.model.ts`
394
-
395
- ## [5.80.0] (19/12/2024)
396
-
397
- ### Features
398
-
399
- - Add 'SHOW_PLANNED_TRIP_LOGS' in `profile.model.ts`
400
-
401
- ## [5.79.0] (17/12/2024)
402
-
403
- ### Features
404
-
405
- - Add 'FINALIZE_PLANNED_TRIP_PENDING_FINISH' in `profile.model.ts`
406
-
407
- ## [5.78.1] (12/12/2024)
408
-
409
- ### Features
410
-
411
- - Added `timeOnly`, `hourFormat`, `stepHour`and `stepSecond` properties into `vector-calendar-field` component in lib ngx-vector-components.
412
- - Added `onBlur`, `onFocus`, `onSelect` and `onInput` methods into `vector-calendar-field` component in lib ngx-vector-components.
413
-
414
- ## [5.77.0] (04/12/2024)
415
-
416
- ### Features
417
-
418
- - Add 'SHOW_PARAMETERS_MONITORING' and 'ADD_PARAMETERS_MONITORING' in `profile.model.ts`
419
-
420
- ## [5.76.0] (03/12/2024)
421
-
422
- ### Features
423
-
424
- - Change 'CANCEL_TRIP_OFFER_ETCD' to 'CANCEL_TRIP_OFFER_CARGO_MATCH' in `profile.model.ts`
425
- - Change `Trip Offer Etcd Cancel` to `Trip Offer Cargo Match Cancel` in `profile.model.ts`
426
-
427
- ## [5.75.0] (29/11/2024)
428
-
429
- ### Features
430
-
431
- - Add 'SAVE_PARAMETER_ORDER_TRACKING' permission in `profile.model.ts`
432
-
433
- ## [5.74.0] (29/11/2024)
434
-
435
- ### Features
436
-
437
- - Add 'SAVE_CLIENT_ORDER_TRACKING' permission in `profile.model.ts`
438
- - Add 'SHOW_CLIENT_ORDER_TRACKING' permission in `profile.model.ts`
439
- - Add 'SHOW_PARAMETER_ORDER_TRACKING' permission in `profile.model.ts`
440
-
441
- ## [5.73.0] (29/11/2024)
442
-
443
- ### Features
444
-
445
- - Add 'ADD_LOCATION_SHIFT_PRIORITY' permission in `profile.model.ts`
446
-
447
- ## [5.72.2] (27/11/2024)
448
-
449
- ### Fix
450
-
451
- - Change rules to disabled controls in `checkbox-field-component.ts`
452
- - Change rules to disabled controls in `dropdown-field-component.ts`
453
- - Change rules to disabled controls in `multiselect-field-component.ts`
454
- - Change rules to disabled controls in `radio-button-field-component.ts`
455
-
456
- ## [5.72.1] (27/11/2024)
457
-
458
- ### Fix
459
-
460
- - Remove rules to disabled controls in `text-field-component.ts`
461
-
462
- ## [5.72.0] (26/11/2024)
463
-
464
- ### Features
465
-
466
- - Add 'DELETE_LOCATION_SHIFT_PRIORITY' permission in `profile.model.ts`
467
-
468
- ## [5.71.1] (26/11/2024)
469
-
470
- ### Fix
471
-
472
- - Fixed disable property for vector-checkbox-field
473
- - Fixed disable property for vector-dropdown-field
474
- - Fixed disable property for vector-multiselect-field
475
- - Fixed disable property for vector-radio-button-field
476
- - Fixed disable property for vector-text-field
477
-
478
- ## [5.71.0] (25/11/2024)
479
-
480
- ### Features
481
-
482
- - Add disable property for vector-radio-button-field
483
- - Add disable property for vector-multiselect-field
484
- - Add disable property for vector-checkbox-field
485
- - Add disable property for vector-text-field
486
-
487
- ## [5.70.0] (25/11/2024)
488
-
489
- ### Features
490
-
491
- - Add new event in `text-field.component.ts`
492
-
493
- ## [5.69.0] (22/11/2024)
494
-
495
- ### Features
496
-
497
- - Add 'SHOW_ISS_PARAMS' permission in `profile.model.ts`
498
- - Add 'CREATE_ISS_PARAMS' permission in `profile.model.ts`
499
- - Add 'EDIT_ISS_PARAMS' permission in `profile.model.ts`
500
-
501
- ## [5.68.0] (12/11/2024)
502
-
503
- ### Features
504
-
505
- - Add 'ADD_SUPPLY_MANUAL' permission in `profile.model.ts`
506
-
507
- ## [5.67.0] (06/11/2024)
508
-
509
- ### Features
510
-
511
- - Add `type` property in `crud-history.model.ts`
512
- - Add `auditDelta.type` property in `crud-history.component`
513
-
514
- ## [5.66.0] (25/10/2024)
515
-
516
- ### Features
517
-
518
- - Add 'SHOW_PROFILEUSER' permission in `profile.model.ts`
519
- - Add 'EDIT_PROFILEUSER' permission in `profile.model.ts`
520
- - Add 'CREATE_PROFILEUSER' permission in `profile.model.ts`
521
- - Add 'ACTIVATE_PROFILEUSER' permission in `profile.model.ts`
522
- - Add 'DEACTIVATE_PROFILEUSER' permission in `profile.model.ts`
523
-
524
- ## [5.65.0] (25/10/2024)
525
-
526
- ### Features
527
-
528
- - Add 'STATUS' permission in `status.enum.ts`
529
-
530
- ## [5.64.0] (23/10/2024)
531
-
532
- ### Features
533
-
534
- - Add 'SHOW_ETA_VECTOR' permission in `profile.model.ts`
535
-
536
- ## [5.63.0] (18/10/2024)
537
-
538
- ### Features
539
-
540
- - Add 'EDIT_ESTIMATED_TIME_TO_ARRIVE' permission in `profile.model.ts`
541
-
542
- ## [5.62.0] (17/10/2024)
543
-
544
- ### Features
545
-
546
- - Add 'EDIT_VECTOR_SHIFT_VACANCIES' permission in `profile.model.ts`
547
-
548
- ## [5.61.0] (14/10/2024)
549
-
550
- ### Features
551
-
552
- - Add 'EDIT_VECTOR_SHIFT_VACANCIES' permission in `profile.model.ts`
553
-
554
- ## [5.60.0] (07/10/2024)
555
-
556
- ### Features
557
-
558
- - Add 'DELETE_SUPPLIER_SCHEDULING_MANAGEMENT' permission in `profile.model.ts`
559
-
560
- ## [5.59.0] (07/10/2024)
561
-
562
- ### Features
563
-
564
- - Add 'SHOW_GENERAL_PARAMETERS' permission in `profile.model.ts`
565
- - Add 'SHOW_DISTRIBUTION_OF_VACANCIES' permission in `profile.model.ts`
566
- - Add 'SHOW_SCHEDULE_SCHEDULING_MANAGEMENT' permission in `profile.model.ts`
567
- - Add 'SHOW_HISTORICAL_SCHEDULING_MANAGEMENT' permission in `profile.model.ts`
568
-
569
- ## [5.58.0] (07/10/2024)
570
-
571
- ### Features
572
-
573
- - Add 'SHOW_LOT_PARAMETER_SHIPPER' permission in `profile.model.ts`
574
- - Add 'SAVE_LOT_PARAMETER_SHIPPER' permission in `profile.model.ts`
575
-
576
- ## [5.57.0] (27/09/2024)
577
-
578
- ### Features
579
-
580
- - Add 'SENT_TO_SAP_SUPPLY' permission in `profile.model.ts`
581
- - Add 'SAVE_NFSAP_DOCUMENTS' permission in `profile.model.ts`
582
-
583
- ## [5.56.0] (27/09/2024)
584
-
585
- ### Features
586
-
587
- - Adjust `option.showDescriptionOnRight` property in `multiselect-field.component` to enable/disable description
588
-
589
- ## [5.55.0] (27/09/2024)
590
-
591
- ### Features
592
-
593
- - Rollback
594
-
595
- ## [5.53.0] (25/09/2024)
596
-
597
- ### Features
598
-
599
- - Add 'DELIVERY_TOLL_CARD' permission in `profile.model.ts`
600
- - Add 'SHOW_TOLL_CARD' permission in `profile.model.ts`
601
- - Add 'EDIT_TOLL_CARD' permission in `profile.model.ts`
602
-
603
- ## [5.52.0] (19/09/2024)
604
-
605
- ### Features
606
-
607
- - Add 'VIEW_LOCATION_GROUP' permission in `profile.model.ts`
608
- - Add 'CREATE_LOCATION_GROUP' permission in `profile.model.ts`
609
- - Add 'EDIT_LOCATION_GROUP' permission in `profile.model.ts`
610
- - Add 'DEACTIVATE_LOCATION_GROUP' permission in `profile.model.ts`
611
-
612
- ## [5.51.0] (10/09/2024)
613
-
614
- ### Features
615
-
616
- - Add 'APPROVE_OR_DISAPPROVE_ANALYSIS' permission in `profile.model.ts`
617
-
618
- ## [5.50.0] (28/08/2024)
619
-
620
- ### Features
621
-
622
- - Add 'ADD_DRIVER_MULTICARRIER' permission in `profile.model.ts`
623
-
624
- ## [5.49.0] (23/08/2024)
625
-
626
- ### Features
627
-
628
- - Add new `vector-input-otp` component.
629
- - Changed CSS to `showFlags` property in the `multiselect-field component.ts`.
630
-
631
- ## [5.48.0] (14/08/2024)
632
-
633
- ### Features
634
-
635
- - Added property `loading` in `button.components.ts`.
636
- - Added property `showHeader` and `showFlags` in `multiselect-field.components.ts`.
637
-
638
- ## [5.47.1] (14/08/2024)
639
-
640
- ### Fix
641
-
642
- - Add `display: flex` in `radio-button-field.scss`
643
-
644
- ## [5.47.0] (06/08/2024)
645
-
646
- ### Features
647
-
648
- - Add 'SHOW_GR_VECTOR_PARAMETERS' permission in `profile.model.ts`
649
- - Add 'ACTIVATE_OR_INACTIVATE_GR_PARAMETERS' permission in `profile.model.ts`
650
- - Add 'UPDATE_GR_PARAMETERS' permission in `profile.model.ts`
651
- - Add 'CREATE_GR_VECTOR' permission in `profile.model.ts`
652
- - Add 'APPROVE_OR_DISAPROVE_GR' permission in `profile.model.ts`
653
- - Add 'SHOW_GR_VECTOR' permission in `profile.model.ts`
654
-
655
- ## [5.46.0] (06/08/2024)
656
-
657
- ### Features
658
-
659
- - Added IntegrationStatusEnum `status.enum`.
660
-
661
- ## [5.45.0] (26/07/2024)
662
-
663
- ### Features
664
-
665
- - Added greaterThanTo `validation.util`.
666
-
667
- ## [5.44.0] (24/07/2024)
668
-
669
- ### Feature
670
-
671
- - Add 'APPROVE_POOL_BIDDING_CLOSURE' permission in `profile.model.ts`
672
- - Add 'APPROVE_POOL_BIDDING_LESSER_VALUE' permission in `profile.model.ts`
673
-
674
- ## [5.43.0] (28/06/2024)
675
-
676
- ### Feature
677
-
678
- - Add 'SHOW_SHIPPING_FREIGHT and SHOW_SHIPPING_FREIGHT' permission in `profile.model.ts`
679
-
680
- ## [5.42.0] (27/06/2024)
681
-
682
- ### Feature
683
-
684
- - Add `MonitoringJustifyEvent and MonitoringHandleEvent` permission in `profile.model.ts`
685
-
686
- ## [5.41.0] (27/06/2024)
687
-
688
- ### Feature
689
-
690
- - Add `CONFIGURE_WAITING_LINES`,`ADD_WAITING_LINES`,`SHOW_WAITING_LINES`,`CALL_DRIVER_WAITING_LINES` permission in `profile.model.ts`
691
-
692
- ## [5.40.0] (25/06/2024)
693
-
694
- ### Feature
695
-
696
- - Add `UPDATE_TRAVEL_APPROVAL` permission in `profile.model.ts`
697
-
698
- ## [5.39.1] (24/06/2024)
699
-
700
- ### Fix
701
-
702
- - Add `display: block` in `input-number-field.scss`
703
-
704
- ## [5.39.0] (21/06/2024)
705
-
706
- ### Feature
707
-
708
- - Removed `ADD_LASTNAME_LOCATION` permission in `profile.model.ts`
709
-
710
- ## [5.38.0] (07/06/2024)
711
-
712
- ### Feature
713
-
714
- - Added `Icon` in `radio-button-field.component`
715
- - Added `NumericDotComma` in `vector-text-field.component`
716
-
717
- ## [5.37.0] (05/06/2024)
718
-
719
- ### Feature
720
-
721
- - Added `Permiss SurveysDriver` in `profile.model`
722
-
723
- ## [5.36.0] (04/06/2024)
724
-
725
- ### Feature
726
-
727
- - Added `AUDIT_CHECKLIST` in `profile.model`
728
-
729
- ## [5.35.0] (03/06/2024)
730
-
731
- ### Feature
732
-
733
- - Added `round` directive in `vector-button`
734
-
735
- ## [5.34.0] (31/05/2024)
736
-
737
- ### Feature
738
-
739
- - Added `SHOW_ORDER_TRAKING_UNTIL_TRIP_EN` in `profile.model`
740
-
741
- ## [5.33.0] (27/05/2024)
742
-
743
- ### Feature
744
-
745
- - Change `Add Permiss Vale Pedagio` to `PlannedTrips` in `profile.model`
746
-
747
- ## [5.32.1] (23/05/2024)
748
-
749
- ### Bugfix
750
-
751
- - Change `Add block Hazmat` to `Add Block Hazmat` in `profile.model`
752
- - Change `Show block Hazmat` to `Show Block Hazmat` in `profile.model`
753
- - Change `Edit block Hazmat` to `Edit Block Hazmat` in `profile.model`
754
-
755
- ## [5.32.0] (19/05/2024)
756
-
757
- ### Feature
758
-
759
- - Added `CONFIGURE_APPROVAL_AUTHORITY` in `profile.model`
760
- - Added `SHOW_APPROVAL_AUTHORITY_CONFIG` in `profile.model`
761
-
762
- ## [5.31.0] (17/05/2024)
763
-
764
- ### Feature
765
-
766
- - Added `entityType` property in `crud-history.model`
767
-
768
- ## [5.30.1] (13/05/2024)
769
-
770
- ### Feature
771
-
772
- - Added `ADD_BLOCK_HAZMAT` in `profile.model`
773
- - Added `SHOW_BLOCK_HAZMAT` in `profile.model`
774
- - Added `EDIT_BLOCK_HAZMAT` in `profile.model`
775
-
776
- ## [5.29.0] (13/05/2024)
777
-
778
- ### Feature
779
-
780
- - Added `SHOW_TELEMETRY_POINT` in `profile.model`
781
-
782
- ## [5.28.0] (10/05/2024)
783
-
784
- ### Feature
785
-
786
- - Erro na publicação
787
-
788
- ## [5.27.1] (02/05/2024)
789
-
790
- ### Bugfix
791
-
792
- - Remove `id` in `button.component`
793
- - Remove `id` in `textarea-field.component`
794
- - Change `id` in `text-field.componente`
795
-
796
- ## [5.27.0] (02/05/2024)
797
-
798
- ### Feature
799
-
800
- - Added `LOW_FUEL_STOCK_RECEPTION_PRODUCT` in `profile.model`
801
-
802
- ## [5.26.1] (01/05/2024)
803
-
804
- ### Fix
805
-
806
- - CHANGE `id` To `inputId` in `currency-field.component`
807
-
808
- ## [5.26.0] (01/05/2024)
809
-
810
- ### Feature
811
-
812
- - Added `id` in `textarea-field.component`
813
- - Added `id` in `dropdown-field.component`
814
- - Added `id` in `currency-field.component`
815
- - Added `id` in `button.component`
816
-
817
- ## [5.25.0] (30/04/2024)
818
-
819
- ### Feature
820
-
821
- - Added `APPROVE_CARRIER` in `profile.model`
822
-
823
- ## [5.24.0] (30/04/2024)
824
-
825
- ### Feature
826
-
827
- - Change datepicker in `vector-calendar-field`
828
-
829
- ## [5.23.0] (29/04/2024)
830
-
831
- ### Feature
832
-
833
- - Added `SHOW_DIGITAL_TRANSPORTATION ` in `profile.model`
834
- - Added `FULL_ACCESS_DIGITAL_DISCHARGE` in `profile.model`
835
-
836
- ## [5.22.1] (26/04/2024)
837
-
838
- ### Feature
839
-
840
- - Change permission `Documental hazmat` in `profile.model`
841
-
842
- ## [5.22.0] (26/04/2024)
843
-
844
- ### Feature
845
-
846
- - Added new permission `Documental hazmat` in `profile.model`
847
-
848
- ## [5.21.0] (25/04/2024)
849
-
850
- ### Feature
851
-
852
- - Added `Show Route Planned Trip permissions` in `profile.model`
853
- - Added `New Route Planned Trip permissions` in `profile.model`
854
- - Added `Edit Route Planned permissions` in `profile.model`
855
- - Added `New Rotogram` in `profile.model`
856
- - Added `Show Rotogram` in `profile.model`
857
-
858
- ## [5.20.0] (18/04/2024)
859
-
860
- ### Feature
861
-
862
- - Added new permission `Add Observation Event` in `profile.model`
863
- - Added new permission `Approved Event` in `profile.model`
864
-
865
- ## [5.19.2] (17/04/2024)
866
-
867
- ### Fix
868
-
869
- - Added new permission `Delete Rotogram` in `profile.model`
870
-
871
- ## [5.18.0] (09/04/2024)
872
-
873
- ### Feature
874
-
875
- - Added new permission `Edit Configuration` in `profile.model`
876
-
877
- ## [5.17.0] (03/04/2024)
878
-
879
- ### Feature
880
-
881
- - Added new parameters for `showTime` and `showSeconds` in `vector-calendar-field`
882
- - Added new parameter `stepMinute` in `vector-calendar-field`
883
- - Added new permission `Retroactive Show` in `profile.model`
884
-
885
- ## [5.16.0] (01/04/2024)
886
-
887
- ### Feature
888
-
889
- - Added `permissions AddObservation,EditObservation,DeleteObservation,ShowObservation` in `profile.model`
890
-
891
- ## [5.15.0] (01/04/2024)
892
-
893
- ### Feature
894
-
895
- - Added onBlur in `vector-currency-field`.
896
-
897
- ## [5.14.0] (01/04/2024)
898
-
899
- ### Feature
900
-
901
- - Added `Show Geocerca permissions` in `profile.model`
902
- - Added `Add Geocerca permissions` in `profile.model`
903
- - Added `Active Geocerca permissions` in `profile.model`
904
-
905
- ## [5.13.0] (08/03/2024)
906
-
907
- ### Feature
908
-
909
- - Added optional parameter `forceSelection` input to `vector-dropdown`.
910
-
911
- ## [5.12.0] (07/03/2024)
912
-
913
- ### Feature
914
-
915
- - Added `permission SupplierUpdateCheckInCheckOut` in `profile.model`
916
-
917
- ## [5.11.0] (28/02/2024)
918
-
919
- ### Feature
920
-
921
- - Added `permission ManualChecklistApplication` in `profile.model`
922
-
923
- ## [5.10.1] (23/02/2024)
924
-
925
- ### Bugfix
926
-
927
- - Removed `fas from button type datatable column` in `datatable.component.ts`
928
-
929
- ## [5.10.0] (22/02/2024)
930
-
931
- ### Feature
932
-
933
- - Added `permissions ShowDriverTripInfoDetail` in `profile.model`
934
-
935
- ## [5.9.0] (22/02/2024)
936
-
937
- ### Feature
938
-
939
- - Added `permissions MonitoringplannedTrips` in `profile.model`
940
-
941
- ## [5.8.0] (20/02/2024)
942
-
943
- ### Feature
944
-
945
- - Added `permissions plannedTrips` in `profile.model`
946
-
947
- ## [5.7.0] (16/02/2024)
948
-
949
- ### Feature
950
-
951
- - Added `shouldLazyLoadWithoutFilter` in `data-table.component.model`
952
-
953
- ## [5.6.0] (16/02/2024)
954
-
955
- ### Features
956
-
957
- - Added `inputId` property to `vector-input-number` to set the input element id;
958
- - Added event parameter output to `onFocus` and `onBlur` events on `vector-input-number`.
959
-
960
- ### Bugfix
961
-
962
- - Fixed `field-error-message` CSS to fit correctly fields on dialogs;
963
- - Fixed `onBlur` and `onFocus` events call on `vector-input-number`.
964
-
965
- ## [5.5.1] (15/02/2024)
966
-
967
- ### Feature
968
-
969
- - Added `limitScrollPage` in `vector-dropdown-field` to custom limit scroll.
970
-
971
- ## [5.5.0] (15/02/2024)
972
-
973
- ### Feature
974
-
975
- - Added `permissions documents cadastros` in `profile.model`
976
-
977
- ## [5.4.2] (12/02/2024)
978
-
979
- ### Bugfix
980
-
981
- - Adjust `this.control.value code null error line 163` in `dropdown-field.component.ts`
982
- - Adjust Style error `layout error broken` in `text-field.component.ts`
983
-
984
- ## [5.4.1] (05/02/2024)
985
-
986
- ### Bugfix
987
-
988
- - Adjust `toogleMenu` in `vector-top-bar.component.ts`
989
- - Adjust Style `sizeField` in `calendar-field.component.scss` and `currency-field.component.scss`
990
-
991
- ## [5.4.0] (31/01/2024)
992
-
993
- ### Feature
994
-
995
- - Added `permissions documents cadastros` in `profile.model`
996
-
997
- ## [5.3.2] (29/01/2024)
998
-
999
- ### Bugfix
1000
-
1001
- - Added `Adjustment disabled for fields in filters and dropdown` in `dropdown-field.component.ts`
1002
-
1003
- ## [5.3.1] (29/01/2024)
1004
-
1005
- ### Bugfix
1006
-
1007
- - Added `Adjusment validation autocomplete` in `dropdown-field.component.ts`
1008
-
1009
- ## [5.3.0] (23/01/2024)
1010
-
1011
- ### Feature
1012
-
1013
- - Added `Driver Show Shipper Petrobras permissions` in `profile.model`
1014
- - Added `Carrier Show Shipper Petrobras permissions` in `profile.model`
1015
- - Added `Vehicle Show Shipper Petrobras permissions` in `profile.model`
1016
-
1017
- ## [5.2.0] (23/01/2024)
1018
-
1019
- ### Feature
1020
-
1021
- - Added `N1 and N2 permissions` in `profile.model`
1022
-
1023
- ## [5.1.2] (23/01/2024)
1024
-
1025
- ### BREAKING CHANGES
1026
-
1027
- - Adjust width in field dropdown
1028
-
1029
- ## [5.1.1] (23/01/2024)
1030
-
1031
- ### BREAKING CHANGES
1032
-
1033
- - Updated dropdown PrimeNG to v17.
1034
-
1035
- ## [5.1.0] (23/01/2024)
1036
-
1037
- ### Feature
1038
-
1039
- - Added styles-class `default-outlined-gray` in `_primeng-custom-theme.scss` to `button.component.ts`
1040
- - Added styles-class `default-outlined-gray-icon-red` in `_primeng-custom-theme.scss` to `button.component.ts`
1041
- - Added styles-class `default-outlined-gray-icon-gray ` in `_primeng-custom-theme.scss` to `button.component.ts`
1042
-
1043
- ## [5.0.1] (18/01/2024)
1044
-
1045
- ### Fix
1046
-
1047
- - Fixed `Input` and `Output` for `activeIndex` on `vector-stepper`.
1048
-
1049
- ## [5.0.0] (18/01/2024)
1050
-
1051
- ### BREAKING CHANGES
1052
-
1053
- - Updated Angular and PrimeNG to v17.
1054
-
1055
- ## [4.139.0] (17/01/2024)
1056
-
1057
- ### Feature
1058
-
1059
- - Added `permissions-CHANGE_IS_POC` in `profile.model`
1060
-
1061
- ## [4.138.0] (16/01/2024)
1062
-
1063
- ### Feature
1064
-
1065
- - Added enum `VECTOR_CLUB` in `view.enum.ts`
1066
-
1067
- ## [4.137.0] (12/01/2024)
1068
-
1069
- ### Feature
1070
-
1071
- - Added methods `convertObjectToQueryString` and `convertToUppercaseWithoutSymbols` in `string.utils.ts`
1072
-
1073
- ## [4.136.0] (06/01/2024)
1074
-
1075
- ### Feature
1076
-
1077
- - Added `firstLazyLoad` in `data-table.component.ts`
1078
-
1079
- ## [4.135.0] (05/01/2024)
1080
-
1081
- ### Feature
1082
-
1083
- - Added `disabled` in `input-switch-field.component.ts`
1084
-
1085
- - Added `permissions` in `profile.model`
1086
-
1087
- ## [4.134.0] (03/01/2024)
1088
-
1089
- ### Feature
1090
-
1091
- - Added `permissions` in `profile.model`
1092
-
1093
- ## [4.133.0] (02/01/2024)
1094
-
1095
- ### Feature
1096
-
1097
- - Added `checklist permissions` in `profile.model`
1098
-
1099
- ## [4.132.0] (27/12/2023)
1100
-
1101
- ### Feature
1102
-
1103
- - Added `permissions` in `profile.model`
1104
-
1105
- ## [4.131.0] (19/12/2023)
1106
-
1107
- ### Feature
1108
-
1109
- - Added `Styles in psteps component` in `_primeng-custom-theme.scss`
1110
-
1111
- ## [4.130.0] (16/12/2023)
1112
-
1113
- ### Feature
1114
-
1115
- - Added `input-switch` field.
1116
-
1117
- ## [4.129.0] (08/12/2023)
1118
-
1119
- ### Feature
1120
-
1121
- - Added `Show Driver Dashboard` in `profile.model`
1122
-
1123
- ## [4.128.0] (08/12/2023)
1124
-
1125
- ### Feature
1126
-
1127
- - Added `Block User Access` in `profile.model`
1128
-
1129
- ## [4.127.0] (24/11/2023)
1130
-
1131
- ### Feature
1132
-
1133
- - Added `ProfileTypeFornecedor` in `pt-BR.json`
1134
- - Added `ProfileTypeFornecedor` in `ar-AR.json`
1135
-
1136
- ## [4.126.0] (24/11/2023)
1137
-
1138
- ### Feature
1139
-
1140
- - Added `permissionDocumentaryIrregularity` in `profile.model`
1141
- - Added `functionCloseModal` in `multiselect-field`
1142
-
1143
- ## [4.125.0] (14/11/2023)
1144
-
1145
- ### Feature
1146
-
1147
- - Added `permissionPoolOfferts` in `profile.model`
1148
-
1149
- ## [4.124.0] (08/11/2023)
1150
-
1151
- ### Feature
1152
-
1153
- - Added `permission` in `profile.model`
1154
-
1155
- ## [4.123.0] (07/11/2023)
1156
-
1157
- ### Feature
1158
-
1159
- - 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
1160
-
1161
- ## [4.122.0] (30/10/2023)
1162
-
1163
- ### Feature
1164
-
1165
- - Added `customFunction` property in `data-table.component.ts` to insert a list of buttons with export buttons appearance
1166
-
1167
- ## [4.121.0] (26/10/2023)
1168
-
1169
- ### Feature
1170
-
1171
- - Added `HttpLegacyCrudActionResponseWithMessageAndData` in `http-response.model`
1172
-
1173
- ## [4.120.0] (26/10/2023)
1174
-
1175
- ### Feature
1176
-
1177
- - Added `permission` in `profile.model`
1178
-
1179
- ## [4.119.0] (23/10/2023)
1180
-
1181
- ### Feature
1182
-
1183
- - Added `disabled` in `vector-checkbox` when control is populated and group name is not
1184
-
1185
- ## [4.118.0] (17/10/2023)
1186
-
1187
- ### Feature
1188
-
1189
- - Added `permission` in `profile.model`
1190
-
1191
- ## [4.117.0] (13/10/2023)
1192
-
1193
- ### Feature
1194
-
1195
- - Added `isEtcd` in `profile.service` `userInfo`
1196
- - Added `shipperEtcd` in `profile.service` `userInfo`
1197
- - Added `profileTypeEnum` in `profile.service` `userInfo`
1198
-
1199
- ## [4.116.0] (10/10/2023)
1200
-
1201
- ### Feature
1202
-
1203
- - Added `permission` in `profile.model`
1204
-
1205
- ## [4.115.0] (28/09/2023)
1206
-
1207
- ### Feature
1208
-
1209
- - Added `permission` in `profile.model`
1210
-
1211
- ## [4.114.0] (23/09/2023)
1212
-
1213
- ### Feature
1214
-
1215
- - Added disabled state to `vector-stepper` component;
1216
- - Added error message to `vector-number-input`.
1217
-
1218
- ## [4.113.0] (22/09/2023)
1219
-
1220
- ### Feature
1221
-
1222
- - Added `convertTimeToMinutes` and `convertMinutesToTime` to `StringUtils`.
1223
- - Added `vector-stepper` component.
1224
-
1225
- ### Bugfix
1226
-
1227
- - Fixed `vector-filter` behavior with dropdown default value, which was considering as a Text field and always setting to empty string.
1228
-
1229
- ## [4.112.0] (21/09/2023)
1230
-
1231
- ### Feature
1232
-
1233
- - Added `permission` in `profile.model`
1234
-
1235
- ## [4.111.0] (21/09/2023)
1236
-
1237
- ### Feature
1238
-
1239
- - Added `permission` in `profile.model`
1240
-
1241
- ## [4.110.0] (18/09/2023)
1242
-
1243
- ### Feature
1244
-
1245
- - Added `permission` in `profile.model`
1246
-
1247
- ## [4.109.0] (18/09/2023)
1248
-
1249
- ### Feature
1250
-
1251
- - Added `controler` in `filter.component.ts`
1252
-
1253
- ## [4.108.0] (18/09/2023)
1254
-
1255
- ### Feature
1256
-
1257
- - Added `blurEvent` in `vector-percentage-field`
1258
-
1259
- ## [4.107.0] (14/09/2023)
1260
-
1261
- ### Feature
1262
-
1263
- - Added `numericPositive` in `vector-text-field`
1264
-
1265
- ## [4.106.0] (13/09/2023)
1266
-
1267
- ### Feature
1268
-
1269
- - Added `default-outlined` in `button.component`
1270
- - Added `Show Freight Simulator Etcd` in `profile.model`.
1271
- - Added `Create Update Freight Simulator Etcd` in `profile.model`.
1272
- - Added `Approve Reprove Etcd Simulation` in `profile.model`.
1273
-
1274
- ## [4.105.0] (11/09/2023)
1275
-
1276
- ### Feature
1277
-
1278
- - Added `permission` in `profile.model`.
1279
-
1280
- ## [4.104.0] (05/09/2023)
1281
-
1282
- ### Feature
1283
-
1284
- - Added `permission` in `profile.model`.
1285
-
1286
- ## [4.103.0] (01/09/2023)
1287
-
1288
- ### Feature
1289
-
1290
- - Added `Style light-outline in vector-button` in `button.component`.
1291
-
1292
- ## [4.102.0] (29/08/2023)
1293
-
1294
- ### Feature
1295
-
1296
- - Added `Show Cargo Match Etcd Validations` in `profile.model`.
1297
- - Added `Show Cargo Match Etcd Validations History` in `profile.model`.
1298
-
1299
- ## [4.101.0] (28/08/2023)
1300
-
1301
- ### Feature
1302
-
1303
- - Added `Create Update Cargo Match Validations` in `profile.model`.
1304
- - Added `ValidationsCargoMatch` in `profile.model`.
1305
-
1306
- ## [4.100.0] (25/08/2023)
1307
-
1308
- ### Feature
1309
-
1310
- - Added `permission Cockpit` in `profile.model`.
1311
- - Added `permission Cockpit Summary` in `profile.model`.
1312
- - Added `permission Cockpit Registration` in `profile.model`.
1313
- - Added `permission Cockpit Bank` in `profile.model`.
1314
- - Added `permission Cockpit Credit` in `profile.model`.
1315
- - Added `permission Cockpit PA` in `profile.model`.
1316
- - Added `permission Cockpit Log` in `profile.model`.
1317
- - Added `new validation top-bar account fintech ` in `to-bar.components`
1318
-
1319
- ## [4.99.0] (23/08/2023)
1320
-
1321
- ### Feature
1322
-
1323
- - Added `tooltip` property in `vector-filters`.
1324
-
1325
- ## [4.98.0] (22/08/2023)
1326
-
1327
- ### Feature
1328
-
1329
- - Added `permission` in `GeneralPanel`.
1330
-
1331
- ## [4.97.1] (09/08/2023)
1332
-
1333
- ### Fix
1334
-
1335
- - Added `customization for display value` in `MultiselectField`.
1336
- - Added `customization for label and type or default values in vector-button` in `CrudFooter`.
1337
- - Added `adjustment to icon margin when modal cannot be closed` in `GenericModal`.
1338
-
1339
- ## [4.97.0] (03/08/2023)
1340
-
1341
- ### Feature
1342
-
1343
- - Added `permission Shipping and Loyalty` in `profile.model.ts`.
1344
-
1345
- ## [4.96.1] (03/08/2023)
1346
-
1347
- ### Fix
1348
-
1349
- - Updated the `GenericModal` model, css and structure html.
1350
- - Added property `type` to customization of default values for modal buttons in `GenericModal`.
1351
-
1352
- ## [4.96.0] (03/08/2023)
1353
-
1354
- ### Feature
1355
-
1356
- - Added `readonly` property in `vector-text-field`.
1357
-
1358
- ## [4.95.0] (03/08/2023)
1359
-
1360
- ### Feature
1361
-
1362
- - Rollback version
1363
-
1364
- ## [4.92.0] (26/07/2023)
1365
-
1366
- ### Feature
1367
-
1368
- - Added `permission` in `PriceTaking`.
1369
-
1370
- ## [4.91.0] (26/07/2023)
1371
-
1372
- ### Feature
1373
-
1374
- - Added `permission` in `parametersCancelTrips`.
1375
-
1376
- ## [4.90.0] (24/07/2023)
1377
-
1378
- ### Feature
1379
-
1380
- - Added `permission` in `profile.model.ts`.
1381
-
1382
- ## [4.89.0] (19/07/2023)
1383
-
1384
- ### Feature
1385
-
1386
- - Added `permission` in `profile.model.ts`.
1387
-
1388
- ## [4.88.0] (20/07/2023)
1389
-
1390
- ### Feature
1391
-
1392
- - Added `permission` in `profile.model.ts`.
1393
-
1394
- ## [4.87.0] (19/07/2023)
1395
-
1396
- ### Feature
1397
-
1398
- - Added `inputId` and `slotChar` inputs to `vector-text-field`;
1399
- - Added `centered` input to `vector-currency-field`;
1400
- - Added `skipMessages` input to `vector-generic-error-modal`.
1401
-
1402
- ## [4.86.1] (18/07/2023)
1403
-
1404
- ### Fix
1405
-
1406
- - Update `Label Mostrar Todos To Selecionar Todos` in `multiselect-field.component.html`
1407
- - Added `Created optional parameter to control showToggleAll value` in `multiselect-field.component.html`
1408
-
1409
- ## [4.86.0] (16/07/2023)
1410
-
1411
- ### Feature
1412
-
1413
- - Added `permission` in `profile.model.ts`.
1414
-
1415
- ## [4.85.0] (12/07/2023)
1416
-
1417
- ### Feature
1418
-
1419
- - Added `permission` in `profile.model.ts`.
1420
-
1421
- ## [4.84.0] (11/07/2023)
1422
-
1423
- ### Feature
1424
-
1425
- - Added new function `onBackSpacePress` in `text-field.component.ts`.
1426
-
1427
- ## [4.83.0] (10/07/2023)
1428
-
1429
- ### Feature
1430
-
1431
- - Added `permission` in `profile.model.ts`.
1432
-
1433
- ## [4.82.1] (07/07/2023)
1434
-
1435
- ### Fix
1436
-
1437
- - Update `TextFieldComponent in parameter (blur) inside unmasked input element` in `text-field.component.html`
1438
-
1439
- ## [4.82.0] (28/06/2023)
1440
-
1441
- ### Feature
1442
-
1443
- - Updated `DropdownFieldComponent add parameter isNgContent` in `dropdown-field.component.ts`.
1444
- - Updated `Add new <p-autocomplete> with <ng-template> when isNgContent is true` in `dropdown-field.component.html`.
1445
-
1446
- ## [4.81.0] (27/06/2023)
1447
-
1448
- ### Feature
1449
-
1450
- - Added `permission` in `profile.model.ts`.
1451
-
1452
- ## [4.80.0] (23/06/2023)
1453
-
1454
- ### Feature
1455
-
1456
- - Added `permission` in `profile.model.ts`.
1457
-
1458
- ## [4.79.0] (23/06/2023)
1459
-
1460
- ### Feature
1461
-
1462
- - Added `permission` in `profile.model.ts`.
1463
-
1464
- ## [4.78.0] (22/06/2023)
1465
-
1466
- ### Feature
1467
-
1468
- - Added `permission` in `profile.model.ts`
1469
-
1470
- ## [4.77.0] (22/06/2023)
1471
-
1472
- ### Feature
1473
-
1474
- - Added `permission` in `profile.model.ts`
1475
-
1476
- ## [4.76.0] (22/06/2023)
1477
-
1478
- ### Feature
1479
-
1480
- - Added `permission` in `profile.model.ts`.
1481
-
1482
- ## [4.75.0] (22/06/2023)
1483
-
1484
- ### Feature
1485
-
1486
- - Added `new object in http response to get errorMessage` `Http-response.model.ts`.
1487
- - Added `fatherKey in listItem to better control over options that depends from other values` `list-item.model.ts`
1488
-
1489
- ## [4.74.2] (22/06/2023)
1490
-
1491
- ### Feature
1492
-
1493
- - Added `permission` in `profile.model.ts`.
1494
-
1495
- ## [4.74.1] (21/06/2023)
1496
-
1497
- ### Bugfix
1498
-
1499
- - Added `new return error in interceptor `Http-interceptor.ts`.
1500
-
1501
- ## [4.74.0] (20/06/2023)
1502
-
1503
- ### Feature
1504
-
1505
- - Added `permission` in `profile.model.ts`.
1506
-
1507
- ## [4.73.0] (14/06/2023)
1508
-
1509
- ### Feature
1510
-
1511
- - adding disabled feature to dropdown filter type `filter.component.ts`.
1512
-
1513
- ## [4.72.1] (12/05/2023)
1514
-
1515
- ### Bugfix
1516
-
1517
- - populatin user id in profile service, so even in QA it will work `profile.service.ts`.
1518
-
1519
- ## [4.72.0] (25/05/2023)
1520
-
1521
- ### Feature
1522
-
1523
- - Added `permission` in `profile.model.ts`
1524
-
1525
- ## [4.71.0] (24/05/2023)
1526
-
1527
- ### Feature
1528
-
1529
- - Added `permission` in `profile.model.ts`
1530
-
1531
- ## [4.70.4] (22/05/2023)
1532
-
1533
- ### Feature
1534
-
1535
- - Added help center icons with links to `vector-top-bar`;
1536
-
1537
- ## [4.70.3] (19/05/2023)
1538
-
1539
- ### Feature
1540
-
1541
- - Refactory `close` click link to `vector-top-bar`;
1542
-
1543
- ## [4.70.2] (19/05/2023)
1544
-
1545
- ### Feature
1546
-
1547
- - Added `close` click link to `vector-top-bar`;
1548
-
1549
- ## [4.70.1] (19/05/2023)
1550
-
1551
- ### Feature
1552
-
1553
- - Added `event` click to `vector-top-bar`;
1554
-
1555
- ## [4.70.0] (18/05/2023)
1556
-
1557
- ### Feature
1558
-
1559
- - Added `alphaNumericAndWhitespace` filter to `vector-text-field`;
1560
-
1561
- ## [4.69.2] (12/05/2023)
1562
-
1563
- ### Bugfix
1564
-
1565
- - Added adjustment in the list of records when using the scrollbar `vector-dropdown-field`.
1566
-
1567
- ## [4.69.1] (11/05/2023)
1568
-
1569
- ### Bugfix
1570
-
1571
- - Added IF when column type is STATUS_BAGDE, because before when the value was 0 it was empty `vector-data-table`.
1572
-
1573
- ## [4.69.0] (06/05/2023)
1574
-
1575
- ### Feature
1576
-
1577
- - Added translations to fixed labels on `vector-data-table` and `vector-filters`.
1578
-
1579
- ## [4.68.0] (06/05/2023)
1580
-
1581
- ### Feature
1582
-
1583
- - Added help central icons to `vector-top-bar`.
1584
-
1585
- ## [4.67.0] (30/04/2023)
1586
-
1587
- ### Feature
1588
-
1589
- - Added `vector-score` component.
1590
-
1591
- ## [4.66.0] (30/04/2023)
1592
-
1593
- ### Feature
1594
-
1595
- - Added `NotificationsService`;
1596
- - Added `VectorNotification` model;
1597
- - Added notifications popup on `vector-top-bar`.
1598
-
1599
- ## [4.65.0] (28/04/2023)
1600
-
1601
- ### Feature
1602
-
1603
- - Added `permission` in `profile.model.ts`
1604
-
1605
- ## [4.64.0] (12/04/2023)
1606
-
1607
- ### Feature
1608
-
1609
- - Added `translate options` into `crud-footer` component in lib ngx-vector-components.
1610
-
1611
- ## [4.63.0] (05/04/2023)
1612
-
1613
- ### Feature
1614
-
1615
- - Added `apps` input for `vector-menu`, allowing rendering of custom apps.
1616
- - Added `onTabSelected` for `vector-data-table`;
1617
-
1618
- ### Bugfix
1619
-
1620
- - Fixed multiple lazy load requests on data tables with filters and tabs.
1621
-
1622
- ### Bugfix
1623
-
1624
- ## [4.62.1] (04/04/2023)
1625
-
1626
- - Added validation to `filters.component` to not make initial search in case there's a list item or default value invalid.
1627
-
1628
- ## [4.62.0] (03/04/2023)
1629
-
1630
- ### Feature
1631
-
1632
- - Added `currencyPrefix` and `localePrefix` properties in `currency filed.component`
1633
-
1634
- ## [4.61.0] (29/03/2023)
1635
-
1636
- ### Feature
1637
-
1638
- - Added `permission` in messageServices
1639
-
1640
- ## [4.60.0] (22/03/2023)
1641
-
1642
- ### Feature
1643
-
1644
- - Added `permission` in `profile.model.ts`
1645
-
1646
- ## [4.59.0] (24/02/2023)
1647
-
1648
- ### Feature
1649
-
1650
- - Added `permission` in `profile.model.ts`
1651
- - Added `disabled` in `vector-input-number.ts`
1652
-
1653
- ## [4.58.0] (22/02/2023)
1654
-
1655
- ### Feature
1656
-
1657
- - Added `CUIT_MASK` in `mask.util.ts`
1658
-
1659
- ## [4.57.0] (16/02/2023)
1660
-
1661
- ### Feature
1662
-
1663
- - Added cols and rows dynamic in `vector-textarea-field.ts`
1664
-
1665
- ## [4.56.0] (15/02/2023)
1666
-
1667
- ### Feature
1668
-
1669
- - Added mask in `mask.util.ts`
1670
-
1671
- ## [4.55.0] (12/02/2023)
1672
-
1673
- ### Feature
1674
-
1675
- - Added `leftLabel` to `vector-text-field`.
1676
-
1677
- ### Bugfix
1678
-
1679
- - Added padding-top to `vector-generic-modal` content to improve layout.
1680
- - Made grid classes for the action buttons of `vector-generic-modal` dynamic to fill the column if it is a single button.
1681
-
1682
- ## [4.54.0] (08/02/2023)
1683
-
1684
- ## [4.53.0] (06/02/2023)
1685
-
1686
- ### Feature
1687
-
1688
- - Added permissions in `profile.model.ts`
1689
-
1690
- ## [4.52.0] (28/01/2023)
1691
-
1692
- ### Feature
1693
-
1694
- - Added `icon` property to `ListItem`;
1695
- - Added icon option for `vector-data-table` tabs.
1696
-
1697
- ## [4.51.0] (28/01/2023)
1698
-
1699
- ### Feature
1700
-
1701
- - Added "info" value for `Status` enum;
1702
- - Added "info" color for `TEXT_BADGE` column on `data-table`;
1703
- - Added `STACK_BADGE` column type for `data-table`;
1704
- - Added `DATE` column type for `data-table`;
1705
- - Added `CURRENCY` column type for `data-table`;
1706
- - Auto select rows marked with `select: true` on `data-table`;
1707
- - Added filter option for `vector-multiselect-field`.
1708
-
1709
- ### Bugfix
1710
-
1711
- - Changed `appendTo` to `body` on `vector-multiselect-field`;
1712
- - Changed styles for `vector-multiselect-field` to match `vector-dropdown-field` styles;
1713
- - Fixed style issue regarding `filters` search button that prevented screens rendering correctly on first render.
1714
-
1715
- ## [4.50.0] (25/01/2023)
1716
-
1717
- ### Feature
1718
-
1719
- - Adding `permission` in tripService.
1720
-
1721
- ## [4.49.0] (13/01/2023)
1722
-
1723
- ### Feature
1724
-
1725
- - Added mask for hours minutes `00:00` in `mask-util`
1726
-
1727
- ### Bugfix
1728
-
1729
- - Erased pagedSuggestions restart in line 140 of `dropdown-field-component.ts` because when the data was reloaded, the dropdown fields were blank
1730
-
1731
- # [4.48.0] (11/01/2023)
1732
-
1733
- ### Feature
1734
-
1735
- - Added permissions in `product-reception-list.component.ts`
1736
-
1737
- ## [4.47.1] (18/11/2022)
1738
-
1739
- ### Bugfix
1740
-
1741
- - Adjust `api.ipify` in geolocation.service
1742
-
1743
- ## [4.47.0] (28/12/2022)
1744
-
1745
- ### Feature
1746
-
1747
- - Added permissions in `profile.model.ts`
1748
-
1749
- ## [4.46.0] (19/12/2022)
1750
-
1751
- ### Feature
1752
-
1753
- - Adding `permission` in trips.
1754
-
1755
- ## [4.45.0] (08/12/2022)
1756
-
1757
- ### Feature
1758
-
1759
- - Adding `permission Geofence` in profileService.
1760
- - Adding `AlterationHistory` in `vector-crud-history` and `Insert typeOfModification` in `crud-history.model`
1761
-
1762
- ## [4.44.4] (18/11/2022)
1763
-
1764
- ### Bugfix
1765
-
1766
- - Adjust `name "carteira digital for conta digital` in menu-vector
1767
-
1768
- ## [4.44.3] (18/11/2022)
1769
-
1770
- ### Bugfix
1771
-
1772
- - Adjust `open modal in icon termOfUse` in menu-vector
1773
-
1774
- ## [4.44.2] (16/11/2022)
1775
-
1776
- ### Bugfix
1777
-
1778
- - Adjust `password` in validation
1779
-
1780
- ## [4.44.1] (01/11/2022)
1781
-
1782
- ### Bugfix
1783
-
1784
- - Adjust `permission approveVector and approveETCD` in profileService
1785
-
1786
- ## [4.44.0] (28/10/2022)
1787
-
1788
- ### Feature
1789
-
1790
- - Adding `permission` in groups.
1791
-
1792
- ## [4.43.0] (28/10/2022)
1793
-
1794
- ### Feature
1795
-
1796
- - Adding `permission` in profileService.
1797
-
1798
- ## [4.42.1] (27/10/2022)
1799
-
1800
- ### Bugfix
1801
-
1802
- - Added fixed `vector-checkbox-field` error validation
1803
-
1804
- ## [4.42.0] (26/10/2022)
1805
-
1806
- ### Feature
1807
-
1808
- - Adding `columns expansible` in data-table.
1809
-
1810
- ## [4.41.1] (19/10/2022)
1811
-
1812
- ### Bugfix
1813
-
1814
- - Adding search action in `SELECT-BUTTON` filter
1815
-
1816
- ## [4.41.0] (15/10/2022)
1817
-
1818
- ### Feature
1819
-
1820
- - Added `HistoricalChangesNews` news permission
1821
-
1822
- ## [4.40.1] (14/10/2022)
1823
-
1824
- ### Bugfix
1825
-
1826
- - Added fixed "pt-BR" locale to `vector-currency-field`.
1827
-
1828
- ## [4.40.0] (14/10/2022)
1829
-
1830
- ### Feature
1831
-
1832
- - Added `maxDecimalInput `in `vector-currency-field`.
1833
-
1834
- ## [4.39.2] (13/10/2022)
1835
-
1836
- ### Bugfix
1837
-
1838
- - Fixed `vector-currency-field` behavior when inputing values when `isBankingField` is set to `true`.
1839
-
1840
- ## [4.39.1] (13/10/2022)
1841
-
1842
- ### Feature
1843
-
1844
- - adjusted bug in dataKey from `data-table.component`
1845
-
1846
- ## [4.39.0] (12/10/2022)
1847
-
1848
- ### Feature
1849
-
1850
- - Added disabled option for checkBox in `Datatbles.component`.
1851
-
1852
- ## [4.38.1] (11/10/2022)
1853
-
1854
- ### Feature
1855
-
1856
- - Fixed `expansible` feature for data-table.
1857
-
1858
- ## [4.38.0] (11/10/2022)
1859
-
1860
- ### Feature
1861
-
1862
- - Added row expand in `datatable.component`.
1863
-
1864
- ## [4.37.2] (07/10/2022)
1865
-
1866
- ### BugFix
1867
-
1868
- - Correction in `auth-service`.
1869
-
1870
- ## [4.37.1] (07/10/2022)
1871
-
1872
- ### BugFix
1873
-
1874
- - Correction in `auth-service`.
1875
-
1876
- ## [4.37.0] (07/10/2022)
1877
-
1878
- ### BugFix
1879
-
1880
- - Correction in `auth-service`.
1881
-
1882
- ## [4.36.0] (06/10/2022)
1883
-
1884
- ### Feature
1885
-
1886
- - Added service change `AddPermisLastNameLocation ` profile permission
1887
-
1888
- ## [4.35.0] (05/10/2022)
1889
-
1890
- ### Feature
1891
-
1892
- - Added service change `LinkedCnpj` top bar components
1893
-
1894
- ## [4.34.0] (03/10/2022)
1895
-
1896
- ### Feature
1897
-
1898
- - Added `TripOfferShow` profile permission
1899
-
1900
- ## [4.33.0] (02/10/2022)
1901
-
1902
- ### Feature
1903
-
1904
- - Added `Supply` profile permission.
1905
-
1906
- # Changelog
1907
-
1908
- ## [4.32.0] (30/09/2022)
1909
-
1910
- ### Feature
1911
-
1912
- - Added `ETCD` profile permission.
1913
-
1914
- ## [4.31.0] (30/09/2022)
1915
-
1916
- ### Feature
1917
-
1918
- - Added `RECEPTION_PRODUCT` profile permission.
1919
-
1920
- # Changelog
1921
-
1922
- ## [4.30.0] (30/09/2022)
1923
-
1924
- ### Feature
1925
-
1926
- - Added `Parameters` profile permission.
1927
-
1928
- ## [4.29.0] (27/09/2022)
1929
-
1930
- ### Feature
1931
-
1932
- - Added `max-width` and `line-break` support for `vector-generic-modal`.
1933
-
1934
- ## [4.28.0] (22/09/2022)
1935
-
1936
- ### Feature
1937
-
1938
- - Added `page` in `datatableComponent` to use in datatable fintech
1939
-
1940
- ## [4.27.0] (21/09/2022)
1941
-
1942
- ### Feature
1943
-
1944
- - Added `APPROVE_VECTOR` profile permission, ProfileModuleActionType.
1945
- - Added `APPROVE_ETCD` profile permission, ProfileModuleActionType.
1946
- - Added `DIGITAL_DISCHARGE` profile permission, ProfileModuleType
1947
-
1948
- ## [4.26.0] (15/09/2022)
1949
-
1950
- ### Feature
1951
-
1952
- - Added `userId` in `profile.service`.
1953
-
1954
- ## [4.25.1] (15/09/2022)
1955
-
1956
- ### Bugfix
1957
-
1958
- - fix `CREDIT_UNIT` profile permission.
1959
-
1960
- ## [4.25.0] (15/09/2022)
1961
-
1962
- ### Feature
1963
-
1964
- - Added `CREDIT` profile permission.
1965
- - Added `CREDIT_UNIT` profile permission.
1966
-
1967
- ## [4.24.0] (14/09/2022)
1968
-
1969
- ### Feature
1970
-
1971
- - Added `News` profile permission.
1972
-
1973
- ## [4.23.0] (14/09/2022)
1974
-
1975
- ### Feature
1976
-
1977
- - Added `step` support for `vector-percentage-field`.
1978
-
1979
- ### Bugfix
1980
-
1981
- - Fixed `vector-radio-button` alignment.
1982
-
1983
- ## [4.22.4] (09/09/2022)
1984
-
1985
- ### BugFix
1986
-
1987
- - change search document format
1988
-
1989
- ## [4.22.3] (06/09/2022)
1990
-
1991
- ### BugFix
1992
-
1993
- - Hide button after click dropdown
1994
-
1995
- ## [4.22.2] (06/09/2022)
1996
-
1997
- ### BugFix
1998
-
1999
- - dropdown change for choosing accounts, whenever you have more than 1 account, dropdown appears on the active account
2000
-
2001
- ## [4.22.1] (06/09/2022)
2002
-
2003
- ### BugFix
2004
-
2005
- - added `onHeaderCheckboxToggle` in `datatableComponent`
2006
-
2007
- ## [4.22.0] (05/09/2022)
2008
-
2009
- ### Feature
2010
-
2011
- - added `cpf-cnpj-validator` in `utils`, added `plate-mask` in `mask-utils`, added permissions in `profile.model.ts`.
2012
-
2013
- ## [4.21.0] (30/08/2022)
2014
-
2015
- ### Feature
2016
-
2017
- - added `profileName` to user info in `profile.service.ts`.
2018
-
2019
- ## [4.20.1] (15/08/2022)
2020
-
2021
- ### Bugfix
2022
-
2023
- - adjusted `data-table` to not keep start property when clicking search, validation in `data-table.component.ts`.
2024
-
2025
- ## [4.20.0] (15/08/2022)
2026
-
2027
- ### Features
2028
-
2029
- - Added `input-number` to `Componentes`
2030
-
2031
- ## [4.19.0] (13/08/2022)
2032
-
2033
- ### Features
2034
-
2035
- - Added `TEXT_BADGE` type to `TableColumnType` to render `vector-badge` on table.
2036
-
2037
- ### Bugfixes
2038
-
2039
- - Fixed filters patch from query params.
2040
-
2041
- ## [4.18.0] (05/08/2022)
2042
-
2043
- ### Features
2044
-
2045
- - Added `CustomButtons` to `vector-data-table` so the data-tables can have more buttons if needed.
2046
-
2047
- ## [4.17.0] (04/08/2022)
2048
-
2049
- ### Features
2050
-
2051
- - Added `filterMultiselect` to `FiltersType` to search for multiple selection
2052
-
2053
- ## [4.16.1] (01/08/2022)
2054
-
2055
- ### Bugfixes
2056
-
2057
- - Fixed `getCodes` function from `ObjectUtil` to support inner JSON objects.
2058
-
2059
- ## [4.16.0] (31/07/2022)
2060
-
2061
- ### Features
2062
-
2063
- - Added `getCodes` to `ObjectUtil` to mutate the given object properties to keep only the `code` property.
2064
-
2065
- ### Bugfixes
2066
-
2067
- - `FiltersComponent` fixed to patch the query params values correctly.
2068
-
2069
- ## [4.15.0] (01/08/2022)
2070
-
2071
- ### Features
2072
-
2073
- - Added function to add new account fintech.
2074
-
2075
- ## [4.14.0] (22/07/2022)
2076
-
2077
- ### Features
2078
-
2079
- - Added `AlterationHistory` in `vector-crud-history` to use the logtech pattern.
2080
-
2081
- ## [4.13.0] (18/07/2022)
2082
-
2083
- ### Features
2084
-
2085
- - Added `selectionType` in `vector-data-table` to add `checkboxbutton` or `radionbutton` in table.
2086
-
2087
- ### Refactor
2088
-
2089
- - Refactor `generic-modal` to accept news parameters and output events for make more dynamically.
2090
-
2091
- ## [4.12.0] (18/07/2022)
2092
-
2093
- ### Features
2094
-
2095
- - Added `multipleCheck` in `vector-checkbox-field` to add multiple options.
2096
-
2097
- ## [4.11.2] (16/07/2022)
2098
-
2099
- ### Bugfixes
2100
-
2101
- - Fixed `radio-button` to show invalid status color when touched.
2102
-
2103
- ## [4.11.1] (15/07/2022)
2104
-
2105
- ### Bugfixes
2106
-
2107
- - Fixed `getUserId` in `storageService` to get correctly user id.
2108
-
2109
- ## [4.11.0] (15/07/2022)
2110
-
2111
- ### Features
2112
-
2113
- - added `disabled` on `vector-range-field` to disabled field when insert true.
2114
- - added `disabled` on `vector-currency-field` to disabled field when insert true.
2115
-
2116
- ## [4.10.5] (14/07/2022)
2117
-
2118
- ### Bugfixes
2119
-
2120
- - Fixed `doMaskString` on `MaskUtil` to safely return a empty `string` when receiving an empty input.
2121
-
2122
- ## [4.10.4] (13/07/2022)
2123
-
2124
- ### Bugfixes
2125
-
2126
- - Fixed excel and pdf display button in `vector-data-table`.
2127
-
2128
- ## [4.10.3] (13/07/2022)
2129
-
2130
- ### Bugfixes
2131
-
2132
- - Fixed sort column without actions in `vector-data-table`.
2133
-
2134
- ## [4.10.2] (10/07/2022)
2135
-
2136
- ### Bugfixes
2137
-
2138
- - Fixed arrow icon in(Sort column) `vector-data-table`
2139
-
2140
- ## [4.10.1] (10/07/2022)
2141
-
2142
- ### Bugfixes
2143
-
2144
- - Fixed autoStart `vector-data-table`
2145
-
2146
- ## [4.9.0] (10/07/2022)
2147
-
2148
- ### Features
2149
-
2150
- - Added `MASK` type to `TableColumn` enum and implemented it on `data-table`;
2151
- - Added `FieldType` `DATE_RANGE` to `data-table` filters.
2152
-
2153
- ## [4.8.0] (09/07/2022)
2154
-
2155
- ### Features
2156
-
2157
- - Added `notSortable` property do `TableColumn` and implemented it on `data-table`.
2158
-
2159
- ## [4.7.1] (09/07/2022)
2160
-
2161
- ### BugFixes
2162
-
2163
- - Fixed `getById` on `getSugestionsOfDropDown`.
2164
-
2165
- ## [4.7.0] (08/07/2022)
2166
-
2167
- ### BugFixes
2168
-
2169
- - Added new Permissions in `profile.model.ts`.
2170
-
2171
- ### Features
2172
-
2173
- - Added `profileTypeItens` BehaviourSubject in `profile.serivice.ts`.
2174
-
2175
- ## [4.6.3] (08/07/2022)
2176
-
2177
- ### Bugfixes
2178
-
2179
- - fixed `menu-label` min-width to align correctly items.
2180
-
2181
- ## [4.6.2] (07/07/2022)
2182
-
2183
- ### Bugfixes
2184
-
2185
- - fixed `top-bar` to display vector user first name.
2186
-
2187
- ## [4.6.1] (05/07/2022)
2188
-
2189
- ### Bugfixes
2190
-
2191
- - `percentage field component` added minFractionDigits and maxFractionDigits properties to configure decimal values
2192
-
2193
- ## [4.6.0] (06/07/2022)
2194
-
2195
- ### Features
2196
-
2197
- - Added `goBackHidden` parameter to hidden goBackButton in `vector-crud-footer`.
2198
-
2199
- ## [4.5.1] (30/06/2022)
2200
-
2201
- ### Bugfixes
2202
-
2203
- - `menu` changed admin menu to show only fintech admin.
2204
-
2205
- ## [4.5.0] (29/06/2022)
2206
-
2207
- ### Features
2208
-
2209
- - `vector-filters` changed to read the url queryParams to set default values.
2210
-
2211
- ## [4.4.0] (28/06/2022)
2212
-
2213
- ### Features
2214
-
2215
- - Added `isExternalUrl` in `http-interceptor.ts`;
2216
-
2217
- ## [4.3.0] (27/06/2022)
2218
-
2219
- ### Features
2220
-
2221
- - Added `HttpDataResponse` in model `http-response.model.ts`;
2222
-
2223
- ## [4.2.1] (27/06/2022)
2224
-
2225
- ### Bug Fixes
2226
-
2227
- - Added `ADD_REGION` in model `profile.model.ts`;
2228
- - Added `SHOW_REGION` in model `profile.model.ts`;
2229
- - Added `EDIT_REGION` in model `profile.model.ts`;
2230
-
2231
- ## [4.2.0] (24/06/2022)
2232
-
2233
- ### Features
2234
-
2235
- - Added `CUSTOM_STYLES` in TableColumnType on `data-table-component`;
2236
- - Added `textFieldClass` in TableColumn on `data-table-component`;
2237
-
2238
- ## [4.1.1] (23/06/2022)
2239
-
2240
- ### Bug Fixes
2241
-
2242
- - Fixed `FilterChangedEvent` external model to use in all project.
2243
-
2244
- ## [4.1.0] (23/06/2022)
2245
-
2246
- ### Features
2247
-
2248
- - Added `onFilterChanged` event on `filters` and `data-table`;
2249
-
2250
- ### Bug Fixes
2251
-
2252
- - Fixed `filters` to validate required fields before searching.
2253
-
2254
- ## [4.0.0] (21/06/2022)
2255
-
2256
- ### Breaking Changes
2257
-
2258
- - Added `getById` on `BaseDropdown` interface.
2259
-
2260
- ### Bug Fixes
2261
-
2262
- - Fixed `dropdown` behavior with and without `minLengthToService` set;
2263
- - Fixed `dropdown` search on suggestions to ignore case;
2264
- - Fixed `data-table` header z-index to keep below other fixed elements (e.g `vector-footer`);
2265
- - Fixed `multiselect` to get the correct item property for value.
2266
-
2267
- ## [3.6.1] (15/06/2022)
2268
-
2269
- ### Bug Fixes
2270
-
2271
- - Changed overflow behavior of tabview to scroll.
2272
- -
2273
-
2274
- ## [3.6.0] (14/06/2022)
2275
-
2276
- ### Features
2277
-
2278
- - Added selection to data-table component.
2279
- - Added hasAction input, now can hide action column.
2280
-
2281
- ## [3.5.0] (09/06/2022)
2282
-
2283
- ### Features
2284
-
2285
- - Added `disabled` property on `ListItem`;
2286
- - Added `onChange` event on `vector-multiselect-field`.
2287
-
2288
- ## [3.4.0] (26/05/2022)
2289
-
2290
- ### Features
2291
-
2292
- - Added `inputClassName` property to `vector-currency-field`;
2293
-
2294
- ### Bug Fixes
2295
-
2296
- - Fixed `vector-button` style property type;
2297
-
2298
- ## [3.3.1] (25/05/2022)
2299
-
2300
- ### Bug Fixes
2301
-
2302
- - Fixed `fullName` validation of `Utils`, changed invalid error message.
2303
-
2304
- ## [3.3.0] (24/05/2022)
2305
-
2306
- ### Features
2307
-
2308
- - Added min length to call the dropdown service query.
2309
-
2310
- ## [3.2.0] (24/05/2022)
2311
-
2312
- ### Features
2313
-
2314
- - Added the ability to add a button column to the `vector-data-table` component that calls a custom function.
2315
- - Added the possibility to hide the actions column of the component `vector-data-table`.
2316
-
2317
- ## [3.1.1] (20/05/2022)
2318
-
2319
- ### Bug Fixes
2320
-
2321
- - Fixed `vector-button` to fill 100% of container.
2322
- - Fixed `BOLETO_PATTERN` in `MaskUtils` for accept a digit more.
2323
-
2324
- ## [3.1.0] (19/05/2022)
2325
-
2326
- ### Features
2327
-
2328
- - added `isBankingField` input to `vector-currency-field`.
2329
-
2330
- ## [3.0.2] (19/05/2022)
2331
-
2332
- ### Bug Fixes
2333
-
2334
- - Fixed `vector-button` disable behavior.
2335
-
2336
- ## [3.0.1] (08/05/2022)
2337
-
2338
- ### Bug Fixes
2339
-
2340
- - Fixed peer dependency version.
2341
-
2342
- ## [3.0.0] (08/05/2022)
2343
-
2344
- ### Breaking Changes
2345
-
2346
- - Changed `mixins` to a separated `mixins.scss` file.
2347
-
2348
- ### Features
2349
-
2350
- - Added generic guard to check if crud list has items;
2351
- - Added generic resolver to get the selected crud item from the list;
2352
- - Added generic resolver to get the selected crud item history from the list;
2353
- - Added `vector-badge` component;
2354
- - Added `vector-crud-header` component;
2355
- - Added `vector-select-button-field` component;
2356
- - Added `formatDocument` pipe;
2357
- - Added `VIRTUAL_CARRIER` view type;
2358
- - Added styles input to `vector-button` to apply styles to the `<button>` tag;
2359
- - Added dynamic filters to dropdown;
2360
- - Breadcrumb now has clickable links to navigate to route fragments.
2361
-
2362
- ### Bug Fixes
2363
-
2364
- - Menu fixed to navigate to menu route even if it has children;
2365
- - Changed `vector-data-table` appearence to match new design;
2366
- - Fixed `vector-filters` to hide the search button when there is no visible filters;
2367
- - Removed unnecessary `variables.scss` references throughout the project.
2368
-
2369
- ## [2.14.0] (05/05/2022)
2370
-
2371
- ### Features
2372
-
2373
- - TokenIsPresentGuard changed to support both storage and queryParams token.
2374
-
2375
- ### Bug Fixes
2376
-
2377
- - MenuComponent fixed to take priority on `frameUrl` to make sure `route` can still be used to build the breadcrumbs if needed;
2378
- - Made some changes to the accordion styles.
2379
-
2380
- ## [2.13.1] (28/04/2022)
2381
-
2382
- ### Bug Fixes
2383
-
2384
- - Fix conflict merge with versions 2.12.0 with 2.13.0.
2385
-
2386
- ## [2.13.0] (27/04/2022)
2387
-
2388
- ### Features
2389
-
2390
- - Added input valueMovimented in vector-range-value component.
2391
-
2392
- ### Bug Fixes
2393
-
2394
- - Fix Sent API address for endpoint.
2395
- - Fix export GeolocationService.
2396
-
2397
- ## [2.12.0] (26/04/2022)
2398
-
2399
- ### Features
2400
-
2401
- - MenuItem changed to accept both singular and array of permissions.
2402
-
2403
- ## [2.11.0] (20/04/2022)
2404
-
2405
- ### Features
2406
-
2407
- - Added currency-input rounded option.
2408
-
2409
- ### Bug Fixes
2410
-
2411
- - Fixed breadcrumb responsive layout;
2412
- - Fixed radio-button responsive layout;
2413
- - Changed menu backgroud to white;
2414
- - Changed accordion styles.
2415
-
2416
- ## [2.10.0] (19/04/2022)
2417
-
2418
- ### Features
2419
-
2420
- - Added login info and geolocation to share: date, time, device info, ip, hostname, latitude, longitude, accuracy.
2421
-
2422
- ## [2.8.0] (08/04/2022)
2423
-
2424
- ### Features
2425
-
2426
- - Added containsLettersAndNumbers validation.
2427
-
2428
- ### Fix
2429
-
2430
- - Fix currency-field min and max value don't work.
2431
-
2432
- ## [2.7.1] (08/04/2022)
2433
-
2434
- ### Fix
2435
-
2436
- - Fix text-field don't limit to alpha numeric with alphanumeric true.
2437
-
2438
- ## [2.7.0] (04/04/2022)
2439
-
2440
- ### Features
2441
-
2442
- - Added alphaNumeric option to text-field.
2443
-
2444
- ### Bug Fixes
2445
-
2446
- - Fix top-bar to hidden notification if is fintech.
2447
- - Fix top-bar changed label for change password.
2448
- - Fix toggle menu when keydown escape.
2449
-
2450
- ## [2.6.0] (30/03/2022)
2451
-
2452
- ### Features
2453
-
2454
- - Added directive min and max for percentage-field.
2455
- - Added notSequentialNumbers validator.
2456
- - Added firstLetterIsUppercase validator.
2457
-
2458
- ### Bug Fixes
2459
-
2460
- - Fix menu service for don't delete father.
2461
-
2462
- ## [2.5.1] (24/03/2022)
2463
-
2464
- ### Bug Fixes
2465
-
2466
- - Fix input checkbox don't mark when click on label.
2467
-
2468
- ## [2.5.0] (21/03/2022)
2469
-
2470
- ### Features
2471
-
2472
- - Added menu notifications count
2473
-
2474
- ### Bug Fixes
2475
-
2476
- - Fixed gray colors variables names;
2477
- - Fixed topbar to show Fintech menus only when is Fintech;
2478
- - Fixed permissions request to save permissions on storage before using them.
2479
- - Calendar-field "min" and "max" properties set optional.
2480
-
2481
- ## [2.4.0] (20/03/2022)
2482
-
2483
- ### Features
2484
-
2485
- - Added min and max validation functions to forms;
2486
- - Added onlyActivePipe.
2487
-
2488
- ### Bug Fixes
2489
-
2490
- - Fixed menu service to hide parent menus when no children is left after filtering by permission;
2491
- - Changed data-table scrollHeight from 350px to 300px to prevent unnecessary scrolling on viewport;
2492
- - Added toast to unexpected errors from the API.
2493
-
2494
- ## [2.3.0] (18/03/2022)
2495
-
2496
- ### Features
2497
-
2498
- - Added vector-field-error-message for showing when field is invalid.
2499
-
2500
- ### Bug Fixes
2501
-
2502
- - Fix input calendar invalid showing incorrect;
2503
- - Fix input dropdown invalid showing incorrect;
2504
- - Fix Top-bar now show correct account information.
2505
-
2506
- ## [2.2.2] (17/03/2022)
2507
-
2508
- ### Feature
2509
-
2510
- - Added new default color for text in \_variables.scss.
2511
- - Fix Portals items in menu showing incorrect.
2512
-
2513
- ## [2.2.1] (17/03/2022)
2514
-
2515
- ### Bug Fixes
2516
-
2517
- - Fix Portals items menu with switched color.
2518
- - Added directive in vector-top-var(fintech, service);
2519
- - Fix Menu showing without account information in fintech vector-top-bar;
2520
-
2521
- ## [2.2.0] (10/03/2022)
2522
-
2523
- ### Features
2524
-
2525
- - Added textarea field;
2526
- - Added sessionStorage functions to StorageService;
2527
- - Added IFrame opening option to menu items;
2528
- - Added inversed colors vector logo.
2529
-
2530
- ### Bug Fixes
2531
-
2532
- - Fixed dropdown code comparision on filter to support any format;
2533
- - Fixed data table auto load when using virtual pagination;
2534
- - Fixed breadcrumb font-weight;
2535
- - Fixed menu icon filter.
2536
-
2537
- ## [2.0.3] (01/03/2022)
2538
-
2539
- ### Bug Fixes
2540
-
2541
- - Fixed AuthService url to support multiple projects with different endpoint prefixes.
2542
-
2543
- ## [2.0.2] (01/03/2022)
2544
-
2545
- ### Bug Fixes
2546
-
2547
- - Fixed old variable
2548
-
2549
- ## [2.0.1] (01/03/2022)
2550
-
2551
- ### Bug Fixes
2552
-
2553
- - Fixed missing styles
2554
-
2555
- ## [2.0.0] (01/03/2022)
2556
-
2557
- ### Breaking Changes
2558
-
2559
- - CSS variables changed declaration form.
2560
-
2561
- ## [1.0.2] (01/03/2022)
2562
-
2563
- ### Bug Fixes
2564
-
2565
- - Changed text field filter to validate only when on "only text" mode.
2566
-
2567
- ## [1.0.1] (27/02/2022)
2568
-
2569
- ### Bug Fixes
2570
-
2571
- ### Features
2572
-
2573
- ### Breaking Changes
2574
-
2575
- - Library publishing
1
+ # Changelog
2
+
3
+ ## [5.131.0] (13/01/2026)
4
+
5
+ ### Features
6
+
7
+ - Added multiple new permissions below for VectorPay, Training, Panel and Dashboard modules in `profile.model.ts`
8
+ - Added permission "POWER_BI" in `profile.model.ts`
9
+ - Added permission "TRACKER_REPORT" in `profile.model.ts`
10
+ - Added permission "OPERATIONAL_REPORT" in `profile.model.ts`
11
+ - Added permission "BI_ADMIN" in `profile.model.ts`
12
+ - Added permission "RELATORIO" in `profile.model.ts`
13
+ - Added permission "VIAGEM_AMIGA" in `profile.model.ts`
14
+ - Added permission "GDV" in `profile.model.ts`
15
+ - Added permission "OBSERVACOES" in `profile.model.ts`
16
+ - Added permission "LOADING_FRONTS" in `profile.model.ts`
17
+ - Added permission "LOAD_AND_UNLOAD" in `profile.model.ts`
18
+ - Added permission "SUPPLIER" in `profile.model.ts`
19
+ - Added permission "DRIVERS" in `profile.model.ts`
20
+ - Added permission "VEHICLES" in `profile.model.ts`
21
+ - Added permission "PROFILES" in `profile.model.ts`
22
+ - Added permission "CARRIERS" in `profile.model.ts`
23
+ - Added permission "LOCATION" in `profile.model.ts`
24
+ - Added permission "GROUPS" in `profile.model.ts`
25
+ - Added permission "CONTRATOS_HAZMAT" in `profile.model.ts`
26
+ - Added permission "ROTAS_HAZMAT" in `profile.model.ts`
27
+ - Added permission "GEOCERCAS_HAZMAT" in `profile.model.ts`
28
+ - Added permission "BLOCK_HAZMAT" in `profile.model.ts`
29
+ - Added permission "TRANSPORTADORA_DIGITAL" in `profile.model.ts`
30
+ - Added permission "GENERAL_PANEL" in `profile.model.ts`
31
+ - Added permission "MONITORING_ETCD" in `profile.model.ts`
32
+ - Added permission "REGISTER_PARAMETERS" in `profile.model.ts`
33
+ - Added permission "GENERAL_PARAMETERS" in `profile.model.ts`
34
+ - Added permission "PRODUCT_PARAMETERS" in `profile.model.ts`
35
+ - Added permission "TELEMETRIA" in `profile.model.ts`
36
+ - Added permission "CUSTOMIZATIONS" in `profile.model.ts`
37
+ - Added permission "PAYMENT_GREATER_FREIGHT" in `profile.model.ts`
38
+ - Added permission "RELEASE_PAYMENT_FREIGHT" in `profile.model.ts`
39
+ - Added permission "APPROVE_RELEASE_PAYMENT_FREIGHT" in `profile.model.ts`
40
+ - Added permission "RELEASE_ADVANCE_FREIGHT" in `profile.model.ts`
41
+ - Added permission "RELEASE_ADVANCE_FREIGHT_PAYMENT" in `profile.model.ts`
42
+ - Added permission "BANK_S3" in `profile.model.ts`
43
+ - Added permission "COURTYARD_MANAGEMENT" in `profile.model.ts`
44
+ - Added permission "DOCK_BUILDINGS" in `profile.model.ts`
45
+ - Added permission "S3_BANK_RETURN" in `profile.model.ts`
46
+ - Added permission "MONITORING_PANEL_ETCD" in `profile.model.ts`
47
+ - Added permission "BOARD" in `profile.model.ts`
48
+ - Added permission "OCURRENCES" in `profile.model.ts`
49
+ - Added permission "EVENTS" in `profile.model.ts`
50
+ - Added permission "LOG_ERROR_ACCEPT_TRIP" in `profile.model.ts`
51
+ - Added permission "PRODUCTS" in `profile.model.ts`
52
+ - Added permission "LOCATION_GROUP" in `profile.model.ts`
53
+ - Added permission "SOLICITACOES" in `profile.model.ts`
54
+ - Added permission "SOLICITACOES_ETCD" in `profile.model.ts`
55
+ - Added permission "CARD_DELIVERY_TOLL_CARD" in `profile.model.ts`
56
+ - Added permission "CREDIT_MANAGEMENT" in `profile.model.ts`
57
+ - Added permission "FINTECH_BANK" in `profile.model.ts`
58
+ - Added permission "BLOCK" in `profile.model.ts`
59
+ - Added permission "USER" in `profile.model.ts`
60
+ - Added permission "TRIPS" in `profile.model.ts`
61
+ - Added permission "PAINEL" in `profile.model.ts`
62
+ - Added permission "SHOW_DRIVERS_MAP_BY_LAT_LNG" in `profile.model.ts`
63
+ - Added permission "VECTOR_CLUB" in `profile.model.ts`
64
+ - Added permission "BROADCAST_MANAGEMENT" in `profile.model.ts`
65
+ - Added permission "LOTS" in `profile.model.ts`
66
+ - Added permission "POOL_OFFERTS" in `profile.model.ts`
67
+ - Added permission "SHOW_APPROVAL_AUTHORITY" in `profile.model.ts`
68
+ - Added permission "GESTAO_DE_PEDAGIO" in `profile.model.ts`
69
+ - Added permission "VECTOR_PAY" in `profile.model.ts`
70
+ - Added permission "BROADCAST_WAVES" in `profile.model.ts`
71
+ - Added permission "MENSAGENS" in `profile.model.ts`
72
+ - Added permission "TEX" in `profile.model.ts`
73
+ - Added permission "ANTECIPACAO_DE_RECEBIVEIS" in `profile.model.ts`
74
+ - Added permission "VEHICLE_CONFIGURATION" in `profile.model.ts`
75
+ - Added permission "SHIPPERS_VEHICLE_CONFIGURATIONS" in `profile.model.ts`
76
+ - Added permission "MINIMUM_FREIGHT_FLOOR" in `profile.model.ts`
77
+ - Added permission "REGISTRATION_VALIDATION" in `profile.model.ts`
78
+ - Added permission "B3" in `profile.model.ts`
79
+ - Added permission "ETCD_PARAMETERS" in `profile.model.ts`
80
+ - Added permission "CHECKLIST" in `profile.model.ts`
81
+ - Added permission "MARKETPLACE" in `profile.model.ts`
82
+ - Added permission "FINTECH" in `profile.model.ts`
83
+ - Added permission "SHIPPER" in `profile.model.ts`
84
+ - Added permission "NEWS" in `profile.model.ts`
85
+ - Added permission "TRIP_OFFERS" in `profile.model.ts`
86
+ - Added permission "IMPORT_DATA" in `profile.model.ts`
87
+ - Added permission "ROUTES" in `profile.model.ts`
88
+ - Added permission "GEOFENCE_PARAMETERS" in `profile.model.ts`
89
+ - Added permission "MOVIMENTATION_HISTORIC" in `profile.model.ts`
90
+ - Added permission "MESSAGE_CUSTOM" in `profile.model.ts`
91
+ - Added permission "TRAINING" in `profile.model.ts`
92
+ - Added permission "TOMADA_DE_PRECO" in `profile.model.ts`
93
+ - Added permission "RISK_MANAGEMENT" in `profile.model.ts`
94
+ - Added permission "GR_MANAGEMENT" in `profile.model.ts`
95
+ - Added permission "BC_CORREIOS" in `profile.model.ts`
96
+
97
+ ## [5.130.0] (06/01/2026)
98
+
99
+ ### Features
100
+
101
+ - Added 'INDICATE_TRIP_DELIVERY' ProfileModuleActionType in `profile.model.ts`
102
+ - Added 'INDICATE_TRIPOFFER_DELIVERY' ProfileModuleActionType in `profile.model.ts`
103
+
104
+ ## [5.129.0] (31/12/2025)
105
+
106
+ ### Features
107
+
108
+ - Added 'CAN_REQUEST_FREIGHT_AGENT' ProfileModuleActionType in `profile.model.ts`
109
+ - Added 'CAN_ACTIVATE_FREIGHT_AGENT' ProfileModuleActionType in `profile.model.ts`
110
+
111
+ ## [5.128.0] (30/12/2025)
112
+
113
+ ### Features
114
+
115
+ - Added 'SHOW_GR_VECTOR_PANEL' ProfileModuleActionType in `profile.model.ts`
116
+
117
+ ## [5.127.0] (23/12/2025)
118
+
119
+ ### Features
120
+
121
+ - Added 'REQUEST_GR_RESULT_CHANGE' ProfileModuleActionType in `profile.model.ts`
122
+ - Added 'APPROVE_OR_DISAPPROVE_REQUEST_GR_RESULT_CHANGE' ProfileModuleActionType in `profile.model.ts`
123
+
124
+ ## [5.126.0] (17/12/2025)
125
+
126
+ ### Features
127
+
128
+ - Add 'FOB_REPORT' ProfileModuleType in `profile.model.ts`
129
+
130
+ ## [5.125.0] (10/12/2025)
131
+
132
+ ### Features
133
+
134
+ - Added option to remove mask in `text-field.component.ts`
135
+
136
+ ## [5.124.0] (26/11/2025)
137
+
138
+ ### Features
139
+
140
+ - Add 'APPROVE_PAYMENT_CARRIER_ADMIN' ProfileModuleType in `profile.model.ts`
141
+
142
+ ## [5.122.0] (07/11/2025)
143
+
144
+ ### Features
145
+
146
+ - Added onlyLetters in `validation.util.ts`
147
+
148
+ ## [5.121.1] (23/10/2025)
149
+
150
+ ### Features
151
+
152
+ - Add 'PAYMENT_DASHBOARD' ProfileModuleType in `profile.model.ts`
153
+
154
+ ## [5.120.1] (17/10/2025)
155
+
156
+ ### Fix
157
+
158
+ - fix in formatDocument in `mask.util.ts`
159
+
160
+ ## [5.120.0] (15/10/2025)
161
+
162
+ ### Features
163
+
164
+ - Add 'DASHBOARD_VECTORPAY' ProfileModuleActionType in `profile.model.ts`
165
+
166
+ ## [5.119.0] (13/10/2025)
167
+
168
+ ### Features
169
+
170
+ - Add 'CREATE_ICMS_PARAMS, EDIT_ICMS_PARAMS, SHOW_ICMS_PARAMS' ProfileModuleActionType in `profile.model.ts`
171
+
172
+ ## [5.118.0] (03/10/2025)
173
+
174
+ ### Features
175
+
176
+ - Add 'EDIT_ISS, EDIT_ICMS' ProfileModuleActionType in `profile.model.ts`
177
+
178
+ ## [5.117.0] (26/09/2025)
179
+
180
+ ### Features
181
+
182
+ - Add 'SHOW_IRREGULARITY, LOG_DISCHARGE_PAYMENT' ProfileModuleActionType in `profile.model.ts`
183
+
184
+ ## [5.116.0] (17/09/2025)
185
+
186
+ ### Features
187
+
188
+ - Add 'EDIT_SCHEDULE_CHECKED_IN' ProfileModuleActionType in `profile.model.ts`
189
+
190
+ ## [5.115.0] (05/09/2025)
191
+
192
+ ### Features
193
+
194
+ - Add 'CADOC' ProfileModuleActionType in `profile.model.ts`
195
+
196
+ ## [5.114.0] (04/09/2025)
197
+
198
+ ### Features
199
+
200
+ - Add 'EDIT_PARAM_TOLL' ProfileModuleActionType in `profile.model.ts`
201
+
202
+ ## [5.113.0] (01/08/2025)
203
+
204
+ ### Features
205
+
206
+ - Add CPF/CNPJ mask in `data-table.component.ts` and `dropdown-field.component.ts`
207
+
208
+ ## [5.112.0] (29/07/2025)
209
+
210
+ ### Features
211
+
212
+ - Added 'onFilterChange' and update 'onloadAutocompletePanelService' methods in `multiselect-field.component.ts`
213
+
214
+ ## [5.111.0] (29/07/2025)
215
+
216
+ ### Features
217
+
218
+ - Add 'SHOW_ROUTE' ProfileModuleActionType in `profile.model.ts`
219
+ - Add 'EDIT_ROUTE' ProfileModuleActionType in `profile.model.ts`
220
+
221
+ ## [5.110.0] (25/07/2025)
222
+
223
+ ### Features
224
+
225
+ - Add 'CAN_ADD_AGGREGATOR' ProfileModuleActionType in `profile.model.ts`
226
+ - Add 'CAN_ACTIVATE_AGGREGATOR' ProfileModuleActionType in `profile.model.ts`
227
+
228
+ ## [5.109.4] (22/07/2025)
229
+
230
+ ### Features
231
+
232
+ - Add 'TOLL_MANAGEMENT' ProfileModuleActionType in `profile.model.ts`
233
+
234
+ ## [5.109.3] (21/07/2025)
235
+
236
+ ### Features
237
+
238
+ - Add 'SHOW_TRIP_VECTOR_PAY' ProfileModuleActionType in `profile.model.ts`
239
+ - Add 'EDIT_TRIP_VECTOR_PAY' ProfileModuleActionType in `profile.model.ts`
240
+ - Remove 'height' in `multiselect-field.component.scss`
241
+
242
+ ## [5.109.2] (18/07/2025)
243
+
244
+ ### Features
245
+
246
+ - Add property modifiedFromWeb in `crud-history.model.ts`
247
+ - Rule for modifiedFromWeb in `crud-history.component.ts`
248
+
249
+ ## [5.109.1] (16/07/2025)
250
+
251
+ ### Features
252
+
253
+ - Rule for icon in `data-table.component.ts`
254
+
255
+ ## [5.109.0] (14/07/2025)
256
+
257
+ ### Features
258
+
259
+ - Add 'SEARCH_PAYMENT_TAG_HISTORY' ProfileModuleActionType in `profile.model.ts`
260
+
261
+ ## [5.108.1] (03/07/2025)
262
+
263
+ ### Features
264
+
265
+ - Add 'SHOW_ACCREDITED' ProfileModuleActionType in `profile.model.ts`
266
+
267
+ ## [5.108.0] (02/07/2025)
268
+
269
+ ### Fix
270
+
271
+ - Rule for customButtons adjustments in `datatable.component.scss`
272
+
273
+ ### Feature
274
+
275
+ - Add 'BUNGE_REFUND' ProfileModuleType in `profile.model.ts`
276
+ - Add 'BUNGE_REFUND_PARTIAL' ProfileModuleActionType in `profile.model.ts`
277
+ - Add 'BUNGE_REFUND_TOTAL' ProfileModuleActionType in `profile.model.ts`
278
+ - Add 'ADD_REFUND_PARTIAL' ProfileModuleActionType in `profile.model.ts`
279
+
280
+ ## [5.107.1] (27/06/2025)
281
+
282
+ ### Fix
283
+
284
+ - Layout adjustments in `datatable.component.scss`
285
+ - Add round button in `datatable.component.ts`
286
+ - Add round and type options to button in `filters.component.ts`
287
+
288
+ ## [5.107.0] (25/06/2025)
289
+
290
+ ### Features
291
+
292
+ - Add 'regionalId' in `profile.service.ts`
293
+ - Add 'regionalUserList' in `profile.service.ts`
294
+ - Add 'SHOW_HEAT_MAP' ProfileModuleActionType in `profile.model.ts`
295
+ - Add 'SHOW_STATUS_MAP' ProfileModuleActionType in `profile.model.ts`
296
+
297
+ ## [5.106.0] (23/06/2025)
298
+
299
+ ### Features
300
+
301
+ - Add 'showDataBalance' in `datatable.component.ts`
302
+ - Add 'SHOW_CONTROL_CARD_ADMIN' ProfileModuleActionType in `profile.model.ts`
303
+ - Add 'SHOW_CONTROL_CARD_PARTNER' ProfileModuleActionType in `profile.model.ts`
304
+
305
+ ## [5.105.0] (17/06/2025)
306
+
307
+ ### Features
308
+
309
+ - Add property `limitScrollPage` in `filters.component.ts`
310
+
311
+ ## [5.104.0] (09/06/2025)
312
+
313
+ ### Fix
314
+
315
+ - Add 'DRIVER_SHOW_NEW' in `profile.model.ts`
316
+
317
+ ## [5.103.0] (03/06/2025)
318
+
319
+ ### Fix
320
+
321
+ - Add 'PERMISSION_N3_CHANGE_FREIGHT' in `profile.model.ts`
322
+ - Add 'PERMISSION_N4_CHANGE_FREIGHT' in `profile.model.ts`
323
+
324
+ ## [5.102.0] (27/05/2025)
325
+
326
+ ### Features
327
+
328
+ - Add property `class` in `filters.component.ts`
329
+
330
+ ## [5.101.0] (26/05/2025)
331
+
332
+ ### Features
333
+
334
+ - Add 'CLEAN_OLD_LOTDAILYCADENCES' in `profile.model.ts`
335
+
336
+ ## [5.100.0] (21/05/2025)
337
+
338
+ ### Features
339
+
340
+ - Add 'PERMISSION_N2_CHANGE_FREIGHT' in `profile.model.ts`
341
+
342
+ ## [5.99.1] (20/05/2025)
343
+
344
+ ### Fix
345
+
346
+ - Add 'N2_APPROVAL_HISTORICAL_LINKAGE_LOT' in `profile.model.ts`
347
+ - Add 'N1_APPROVAL_HISTORICAL_LINKAGE_LOT' in `profile.model.ts`
348
+ - Add 'SHOW_SHIPPER_LOTCADENCECONFIGURATION' in `profile.model.ts`
349
+ - Add 'EDIT_SHIPPER_LOTCADENCECONFIGURATION' in `profile.model.ts`
350
+ - Add 'SHOW_LOTCADENCECONFIGURATION' in `profile.model.ts`
351
+ - Add 'EDIT_LOTCADENCECONFIGURATION' in `profile.model.ts`
352
+ - Add 'EDIT_LOTDAILYCADENCES' in `profile.model.ts`
353
+
354
+ ## [5.99.0] (20/05/2025)
355
+
356
+ ### Features
357
+
358
+ - Add 'N2_APPROVAL_HISTORICAL_LINKAGE_LOT' in `profile.model.ts`
359
+ - Add 'N1_APPROVAL_HISTORICAL_LINKAGE_LOT' in `profile.model.ts`
360
+ - Add 'SHOW_SHIPPER_LOTCADENCECONFIGURATION' in `profile.model.ts`
361
+ - Add 'EDIT_SHIPPER_LOTCADENCECONFIGURATION' in `profile.model.ts`
362
+ - Add 'SHOW_LOTCADENCECONFIGURATION' in `profile.model.ts`
363
+ - Add 'EDIT_LOTCADENCECONFIGURATION' in `profile.model.ts`
364
+ - Add 'EDIT_LOTDAILYCADENCES' in `profile.model.ts`
365
+
366
+ ## [5.98.0] (14/05/2025)
367
+
368
+ ### Features
369
+
370
+ - Add 'LIST_TOLL_CARD' in `profile.model.ts`
371
+ - Add 'LINK_TOLL_CARD' in `profile.model.ts`
372
+
373
+ ## [5.97.1] (14/05/2025)
374
+
375
+ ### Fix
376
+
377
+ - Fix remove mensagem component `GenericErrorModalComponent`
378
+
379
+ ## [5.97.0] (13/05/2025)
380
+
381
+ ### Features
382
+
383
+ - Added vector-field-error-message for showing when field is fieldDoesNotMatch.
384
+
385
+ ## [5.96.0] (16/04/2025)
386
+
387
+ ### Features
388
+
389
+ - Add 'LOCATION_SCHEDULE_INTEGRATION_EDIT' ProfileModuleActionType in `profile.model.ts`
390
+
391
+ ## [5.95.0] (27/03/2025)
392
+
393
+ ### Features
394
+
395
+ - Add 'reorderableColumns' in `datatable.component.ts`
396
+
397
+ ## [5.94.0] (27/03/2025)
398
+
399
+ ### Features
400
+
401
+ - Add 'LimitAccount' in `datatable.component.ts`
402
+ - Add 'firstName' in `profile.service.ts`
403
+ - Add 'CREDIT_LIMIT_MANAGEMENT' ProfileModuleActionType in `profile.model.ts`
404
+ - Add 'VECTOR_PAY_STATEMENT' ProfileModuleType in `profile.model.ts`
405
+
406
+ ## [5.93.0] (27/03/2025)
407
+
408
+ ### Features
409
+
410
+ - Add 'SHOW_GTFROTA_PENDING_SUPPLY_LOG' in `profile.model.ts`
411
+
412
+ ## [5.92.0] (28/02/2025)
413
+
414
+ ### Features
415
+
416
+ - Add 'SHOW_TRIPS_REFUSED' in `profile.model.ts`
417
+
418
+ ## [5.90.0] (28/02/2025)
419
+
420
+ ### Features
421
+
422
+ - Added methods `onloadAutocompletePanelService`, `loadInitialSelectedValues` and `setInitialControlValues` in `multiselect-field.component.ts`
423
+
424
+ ## [5.89.0] (25/02/2025)
425
+
426
+ ### Features
427
+
428
+ - Added directive features: service with BaseDropdown, limitScrollPage and forceSelection in `multiselect-field.component.ts`
429
+
430
+ ## [5.88.0] (24/01/2025)
431
+
432
+ ### Features
433
+
434
+ - Add validation to tooltip in `radio-button-field.component.html`
435
+
436
+ ## [5.87.0] (24/01/2025)
437
+
438
+ ### Features
439
+
440
+ - Add property 'noSpecialCharacters' in in `vector-text-field` for using specific regular expressions.
441
+
442
+ ## [5.86.0] (15/01/2025)
443
+
444
+ ### Features
445
+
446
+ - Add 'OPEN_PROGRAMABILITY_SHIFT' in `profile.model.ts`
447
+
448
+ ## [5.85.0] (08/01/2025)
449
+
450
+ ### Features
451
+
452
+ - Added property binding `pattern` in `vector-text-field` for using specific regular expressions.
453
+
454
+ ## [5.84.0] (02/01/2025)
455
+
456
+ ### Features
457
+
458
+ - Add 'SHOW_PGR_INSURANCE' in `profile.model.ts`
459
+ - Add 'ADD_PGR_CONTRACTS' in `profile.model.ts`
460
+ - Add 'DELETE_PGR_CONTRACTS' in `profile.model.ts`
461
+ - Add 'ADD_PGR_RULES' in `profile.model.ts`
462
+ - Add 'DELETE_PGR_RULES' in `profile.model.ts`
463
+ - Add 'ADD_PGR_CONFIGURATIONS' in `profile.model.ts`
464
+
465
+ ## [5.83.0] (30/12/2024)
466
+
467
+ ### Features
468
+
469
+ - Add 'OPEN_SHIFTS_MANUALLY' in `profile.model.ts`
470
+
471
+ ## [5.82.0] (30/12/2024)
472
+
473
+ ### FIX
474
+
475
+ - Publication error
476
+
477
+ ## [5.81.1] (30/12/2024)
478
+
479
+ ### Fix
480
+
481
+ - Fix `ngOnInit` method in `checkbox-field.component.ts`
482
+
483
+ ## [5.81.0] (24/12/2024)
484
+
485
+ ### Features
486
+
487
+ - Add 'CONTROL_CADASTRO_EXCEL_EXPORT' in `profile.model.ts`
488
+
489
+ ## [5.80.0] (19/12/2024)
490
+
491
+ ### Features
492
+
493
+ - Add 'SHOW_PLANNED_TRIP_LOGS' in `profile.model.ts`
494
+
495
+ ## [5.79.0] (17/12/2024)
496
+
497
+ ### Features
498
+
499
+ - Add 'FINALIZE_PLANNED_TRIP_PENDING_FINISH' in `profile.model.ts`
500
+
501
+ ## [5.78.1] (12/12/2024)
502
+
503
+ ### Features
504
+
505
+ - Added `timeOnly`, `hourFormat`, `stepHour`and `stepSecond` properties into `vector-calendar-field` component in lib ngx-vector-components.
506
+ - Added `onBlur`, `onFocus`, `onSelect` and `onInput` methods into `vector-calendar-field` component in lib ngx-vector-components.
507
+
508
+ ## [5.77.0] (04/12/2024)
509
+
510
+ ### Features
511
+
512
+ - Add 'SHOW_PARAMETERS_MONITORING' and 'ADD_PARAMETERS_MONITORING' in `profile.model.ts`
513
+
514
+ ## [5.76.0] (03/12/2024)
515
+
516
+ ### Features
517
+
518
+ - Change 'CANCEL_TRIP_OFFER_ETCD' to 'CANCEL_TRIP_OFFER_CARGO_MATCH' in `profile.model.ts`
519
+ - Change `Trip Offer Etcd Cancel` to `Trip Offer Cargo Match Cancel` in `profile.model.ts`
520
+
521
+ ## [5.75.0] (29/11/2024)
522
+
523
+ ### Features
524
+
525
+ - Add 'SAVE_PARAMETER_ORDER_TRACKING' permission in `profile.model.ts`
526
+
527
+ ## [5.74.0] (29/11/2024)
528
+
529
+ ### Features
530
+
531
+ - Add 'SAVE_CLIENT_ORDER_TRACKING' permission in `profile.model.ts`
532
+ - Add 'SHOW_CLIENT_ORDER_TRACKING' permission in `profile.model.ts`
533
+ - Add 'SHOW_PARAMETER_ORDER_TRACKING' permission in `profile.model.ts`
534
+
535
+ ## [5.73.0] (29/11/2024)
536
+
537
+ ### Features
538
+
539
+ - Add 'ADD_LOCATION_SHIFT_PRIORITY' permission in `profile.model.ts`
540
+
541
+ ## [5.72.2] (27/11/2024)
542
+
543
+ ### Fix
544
+
545
+ - Change rules to disabled controls in `checkbox-field-component.ts`
546
+ - Change rules to disabled controls in `dropdown-field-component.ts`
547
+ - Change rules to disabled controls in `multiselect-field-component.ts`
548
+ - Change rules to disabled controls in `radio-button-field-component.ts`
549
+
550
+ ## [5.72.1] (27/11/2024)
551
+
552
+ ### Fix
553
+
554
+ - Remove rules to disabled controls in `text-field-component.ts`
555
+
556
+ ## [5.72.0] (26/11/2024)
557
+
558
+ ### Features
559
+
560
+ - Add 'DELETE_LOCATION_SHIFT_PRIORITY' permission in `profile.model.ts`
561
+
562
+ ## [5.71.1] (26/11/2024)
563
+
564
+ ### Fix
565
+
566
+ - Fixed disable property for vector-checkbox-field
567
+ - Fixed disable property for vector-dropdown-field
568
+ - Fixed disable property for vector-multiselect-field
569
+ - Fixed disable property for vector-radio-button-field
570
+ - Fixed disable property for vector-text-field
571
+
572
+ ## [5.71.0] (25/11/2024)
573
+
574
+ ### Features
575
+
576
+ - Add disable property for vector-radio-button-field
577
+ - Add disable property for vector-multiselect-field
578
+ - Add disable property for vector-checkbox-field
579
+ - Add disable property for vector-text-field
580
+
581
+ ## [5.70.0] (25/11/2024)
582
+
583
+ ### Features
584
+
585
+ - Add new event in `text-field.component.ts`
586
+
587
+ ## [5.69.0] (22/11/2024)
588
+
589
+ ### Features
590
+
591
+ - Add 'SHOW_ISS_PARAMS' permission in `profile.model.ts`
592
+ - Add 'CREATE_ISS_PARAMS' permission in `profile.model.ts`
593
+ - Add 'EDIT_ISS_PARAMS' permission in `profile.model.ts`
594
+
595
+ ## [5.68.0] (12/11/2024)
596
+
597
+ ### Features
598
+
599
+ - Add 'ADD_SUPPLY_MANUAL' permission in `profile.model.ts`
600
+
601
+ ## [5.67.0] (06/11/2024)
602
+
603
+ ### Features
604
+
605
+ - Add `type` property in `crud-history.model.ts`
606
+ - Add `auditDelta.type` property in `crud-history.component`
607
+
608
+ ## [5.66.0] (25/10/2024)
609
+
610
+ ### Features
611
+
612
+ - Add 'SHOW_PROFILEUSER' permission in `profile.model.ts`
613
+ - Add 'EDIT_PROFILEUSER' permission in `profile.model.ts`
614
+ - Add 'CREATE_PROFILEUSER' permission in `profile.model.ts`
615
+ - Add 'ACTIVATE_PROFILEUSER' permission in `profile.model.ts`
616
+ - Add 'DEACTIVATE_PROFILEUSER' permission in `profile.model.ts`
617
+
618
+ ## [5.65.0] (25/10/2024)
619
+
620
+ ### Features
621
+
622
+ - Add 'STATUS' permission in `status.enum.ts`
623
+
624
+ ## [5.64.0] (23/10/2024)
625
+
626
+ ### Features
627
+
628
+ - Add 'SHOW_ETA_VECTOR' permission in `profile.model.ts`
629
+
630
+ ## [5.63.0] (18/10/2024)
631
+
632
+ ### Features
633
+
634
+ - Add 'EDIT_ESTIMATED_TIME_TO_ARRIVE' permission in `profile.model.ts`
635
+
636
+ ## [5.62.0] (17/10/2024)
637
+
638
+ ### Features
639
+
640
+ - Add 'EDIT_VECTOR_SHIFT_VACANCIES' permission in `profile.model.ts`
641
+
642
+ ## [5.61.0] (14/10/2024)
643
+
644
+ ### Features
645
+
646
+ - Add 'EDIT_VECTOR_SHIFT_VACANCIES' permission in `profile.model.ts`
647
+
648
+ ## [5.60.0] (07/10/2024)
649
+
650
+ ### Features
651
+
652
+ - Add 'DELETE_SUPPLIER_SCHEDULING_MANAGEMENT' permission in `profile.model.ts`
653
+
654
+ ## [5.59.0] (07/10/2024)
655
+
656
+ ### Features
657
+
658
+ - Add 'SHOW_GENERAL_PARAMETERS' permission in `profile.model.ts`
659
+ - Add 'SHOW_DISTRIBUTION_OF_VACANCIES' permission in `profile.model.ts`
660
+ - Add 'SHOW_SCHEDULE_SCHEDULING_MANAGEMENT' permission in `profile.model.ts`
661
+ - Add 'SHOW_HISTORICAL_SCHEDULING_MANAGEMENT' permission in `profile.model.ts`
662
+
663
+ ## [5.58.0] (07/10/2024)
664
+
665
+ ### Features
666
+
667
+ - Add 'SHOW_LOT_PARAMETER_SHIPPER' permission in `profile.model.ts`
668
+ - Add 'SAVE_LOT_PARAMETER_SHIPPER' permission in `profile.model.ts`
669
+
670
+ ## [5.57.0] (27/09/2024)
671
+
672
+ ### Features
673
+
674
+ - Add 'SENT_TO_SAP_SUPPLY' permission in `profile.model.ts`
675
+ - Add 'SAVE_NFSAP_DOCUMENTS' permission in `profile.model.ts`
676
+
677
+ ## [5.56.0] (27/09/2024)
678
+
679
+ ### Features
680
+
681
+ - Adjust `option.showDescriptionOnRight` property in `multiselect-field.component` to enable/disable description
682
+
683
+ ## [5.55.0] (27/09/2024)
684
+
685
+ ### Features
686
+
687
+ - Rollback
688
+
689
+ ## [5.53.0] (25/09/2024)
690
+
691
+ ### Features
692
+
693
+ - Add 'DELIVERY_TOLL_CARD' permission in `profile.model.ts`
694
+ - Add 'SHOW_TOLL_CARD' permission in `profile.model.ts`
695
+ - Add 'EDIT_TOLL_CARD' permission in `profile.model.ts`
696
+
697
+ ## [5.52.0] (19/09/2024)
698
+
699
+ ### Features
700
+
701
+ - Add 'VIEW_LOCATION_GROUP' permission in `profile.model.ts`
702
+ - Add 'CREATE_LOCATION_GROUP' permission in `profile.model.ts`
703
+ - Add 'EDIT_LOCATION_GROUP' permission in `profile.model.ts`
704
+ - Add 'DEACTIVATE_LOCATION_GROUP' permission in `profile.model.ts`
705
+
706
+ ## [5.51.0] (10/09/2024)
707
+
708
+ ### Features
709
+
710
+ - Add 'APPROVE_OR_DISAPPROVE_ANALYSIS' permission in `profile.model.ts`
711
+
712
+ ## [5.50.0] (28/08/2024)
713
+
714
+ ### Features
715
+
716
+ - Add 'ADD_DRIVER_MULTICARRIER' permission in `profile.model.ts`
717
+
718
+ ## [5.49.0] (23/08/2024)
719
+
720
+ ### Features
721
+
722
+ - Add new `vector-input-otp` component.
723
+ - Changed CSS to `showFlags` property in the `multiselect-field component.ts`.
724
+
725
+ ## [5.48.0] (14/08/2024)
726
+
727
+ ### Features
728
+
729
+ - Added property `loading` in `button.components.ts`.
730
+ - Added property `showHeader` and `showFlags` in `multiselect-field.components.ts`.
731
+
732
+ ## [5.47.1] (14/08/2024)
733
+
734
+ ### Fix
735
+
736
+ - Add `display: flex` in `radio-button-field.scss`
737
+
738
+ ## [5.47.0] (06/08/2024)
739
+
740
+ ### Features
741
+
742
+ - Add 'SHOW_GR_VECTOR_PARAMETERS' permission in `profile.model.ts`
743
+ - Add 'ACTIVATE_OR_INACTIVATE_GR_PARAMETERS' permission in `profile.model.ts`
744
+ - Add 'UPDATE_GR_PARAMETERS' permission in `profile.model.ts`
745
+ - Add 'CREATE_GR_VECTOR' permission in `profile.model.ts`
746
+ - Add 'APPROVE_OR_DISAPROVE_GR' permission in `profile.model.ts`
747
+ - Add 'SHOW_GR_VECTOR' permission in `profile.model.ts`
748
+
749
+ ## [5.46.0] (06/08/2024)
750
+
751
+ ### Features
752
+
753
+ - Added IntegrationStatusEnum `status.enum`.
754
+
755
+ ## [5.45.0] (26/07/2024)
756
+
757
+ ### Features
758
+
759
+ - Added greaterThanTo `validation.util`.
760
+
761
+ ## [5.44.0] (24/07/2024)
762
+
763
+ ### Feature
764
+
765
+ - Add 'APPROVE_POOL_BIDDING_CLOSURE' permission in `profile.model.ts`
766
+ - Add 'APPROVE_POOL_BIDDING_LESSER_VALUE' permission in `profile.model.ts`
767
+
768
+ ## [5.43.0] (28/06/2024)
769
+
770
+ ### Feature
771
+
772
+ - Add 'SHOW_SHIPPING_FREIGHT and SHOW_SHIPPING_FREIGHT' permission in `profile.model.ts`
773
+
774
+ ## [5.42.0] (27/06/2024)
775
+
776
+ ### Feature
777
+
778
+ - Add `MonitoringJustifyEvent and MonitoringHandleEvent` permission in `profile.model.ts`
779
+
780
+ ## [5.41.0] (27/06/2024)
781
+
782
+ ### Feature
783
+
784
+ - Add `CONFIGURE_WAITING_LINES`,`ADD_WAITING_LINES`,`SHOW_WAITING_LINES`,`CALL_DRIVER_WAITING_LINES` permission in `profile.model.ts`
785
+
786
+ ## [5.40.0] (25/06/2024)
787
+
788
+ ### Feature
789
+
790
+ - Add `UPDATE_TRAVEL_APPROVAL` permission in `profile.model.ts`
791
+
792
+ ## [5.39.1] (24/06/2024)
793
+
794
+ ### Fix
795
+
796
+ - Add `display: block` in `input-number-field.scss`
797
+
798
+ ## [5.39.0] (21/06/2024)
799
+
800
+ ### Feature
801
+
802
+ - Removed `ADD_LASTNAME_LOCATION` permission in `profile.model.ts`
803
+
804
+ ## [5.38.0] (07/06/2024)
805
+
806
+ ### Feature
807
+
808
+ - Added `Icon` in `radio-button-field.component`
809
+ - Added `NumericDotComma` in `vector-text-field.component`
810
+
811
+ ## [5.37.0] (05/06/2024)
812
+
813
+ ### Feature
814
+
815
+ - Added `Permiss SurveysDriver` in `profile.model`
816
+
817
+ ## [5.36.0] (04/06/2024)
818
+
819
+ ### Feature
820
+
821
+ - Added `AUDIT_CHECKLIST` in `profile.model`
822
+
823
+ ## [5.35.0] (03/06/2024)
824
+
825
+ ### Feature
826
+
827
+ - Added `round` directive in `vector-button`
828
+
829
+ ## [5.34.0] (31/05/2024)
830
+
831
+ ### Feature
832
+
833
+ - Added `SHOW_ORDER_TRAKING_UNTIL_TRIP_EN` in `profile.model`
834
+
835
+ ## [5.33.0] (27/05/2024)
836
+
837
+ ### Feature
838
+
839
+ - Change `Add Permiss Vale Pedagio` to `PlannedTrips` in `profile.model`
840
+
841
+ ## [5.32.1] (23/05/2024)
842
+
843
+ ### Bugfix
844
+
845
+ - Change `Add block Hazmat` to `Add Block Hazmat` in `profile.model`
846
+ - Change `Show block Hazmat` to `Show Block Hazmat` in `profile.model`
847
+ - Change `Edit block Hazmat` to `Edit Block Hazmat` in `profile.model`
848
+
849
+ ## [5.32.0] (19/05/2024)
850
+
851
+ ### Feature
852
+
853
+ - Added `CONFIGURE_APPROVAL_AUTHORITY` in `profile.model`
854
+ - Added `SHOW_APPROVAL_AUTHORITY_CONFIG` in `profile.model`
855
+
856
+ ## [5.31.0] (17/05/2024)
857
+
858
+ ### Feature
859
+
860
+ - Added `entityType` property in `crud-history.model`
861
+
862
+ ## [5.30.1] (13/05/2024)
863
+
864
+ ### Feature
865
+
866
+ - Added `ADD_BLOCK_HAZMAT` in `profile.model`
867
+ - Added `SHOW_BLOCK_HAZMAT` in `profile.model`
868
+ - Added `EDIT_BLOCK_HAZMAT` in `profile.model`
869
+
870
+ ## [5.29.0] (13/05/2024)
871
+
872
+ ### Feature
873
+
874
+ - Added `SHOW_TELEMETRY_POINT` in `profile.model`
875
+
876
+ ## [5.28.0] (10/05/2024)
877
+
878
+ ### Feature
879
+
880
+ - Erro na publicação
881
+
882
+ ## [5.27.1] (02/05/2024)
883
+
884
+ ### Bugfix
885
+
886
+ - Remove `id` in `button.component`
887
+ - Remove `id` in `textarea-field.component`
888
+ - Change `id` in `text-field.componente`
889
+
890
+ ## [5.27.0] (02/05/2024)
891
+
892
+ ### Feature
893
+
894
+ - Added `LOW_FUEL_STOCK_RECEPTION_PRODUCT` in `profile.model`
895
+
896
+ ## [5.26.1] (01/05/2024)
897
+
898
+ ### Fix
899
+
900
+ - CHANGE `id` To `inputId` in `currency-field.component`
901
+
902
+ ## [5.26.0] (01/05/2024)
903
+
904
+ ### Feature
905
+
906
+ - Added `id` in `textarea-field.component`
907
+ - Added `id` in `dropdown-field.component`
908
+ - Added `id` in `currency-field.component`
909
+ - Added `id` in `button.component`
910
+
911
+ ## [5.25.0] (30/04/2024)
912
+
913
+ ### Feature
914
+
915
+ - Added `APPROVE_CARRIER` in `profile.model`
916
+
917
+ ## [5.24.0] (30/04/2024)
918
+
919
+ ### Feature
920
+
921
+ - Change datepicker in `vector-calendar-field`
922
+
923
+ ## [5.23.0] (29/04/2024)
924
+
925
+ ### Feature
926
+
927
+ - Added `SHOW_DIGITAL_TRANSPORTATION ` in `profile.model`
928
+ - Added `FULL_ACCESS_DIGITAL_DISCHARGE` in `profile.model`
929
+
930
+ ## [5.22.1] (26/04/2024)
931
+
932
+ ### Feature
933
+
934
+ - Change permission `Documental hazmat` in `profile.model`
935
+
936
+ ## [5.22.0] (26/04/2024)
937
+
938
+ ### Feature
939
+
940
+ - Added new permission `Documental hazmat` in `profile.model`
941
+
942
+ ## [5.21.0] (25/04/2024)
943
+
944
+ ### Feature
945
+
946
+ - Added `Show Route Planned Trip permissions` in `profile.model`
947
+ - Added `New Route Planned Trip permissions` in `profile.model`
948
+ - Added `Edit Route Planned permissions` in `profile.model`
949
+ - Added `New Rotogram` in `profile.model`
950
+ - Added `Show Rotogram` in `profile.model`
951
+
952
+ ## [5.20.0] (18/04/2024)
953
+
954
+ ### Feature
955
+
956
+ - Added new permission `Add Observation Event` in `profile.model`
957
+ - Added new permission `Approved Event` in `profile.model`
958
+
959
+ ## [5.19.2] (17/04/2024)
960
+
961
+ ### Fix
962
+
963
+ - Added new permission `Delete Rotogram` in `profile.model`
964
+
965
+ ## [5.18.0] (09/04/2024)
966
+
967
+ ### Feature
968
+
969
+ - Added new permission `Edit Configuration` in `profile.model`
970
+
971
+ ## [5.17.0] (03/04/2024)
972
+
973
+ ### Feature
974
+
975
+ - Added new parameters for `showTime` and `showSeconds` in `vector-calendar-field`
976
+ - Added new parameter `stepMinute` in `vector-calendar-field`
977
+ - Added new permission `Retroactive Show` in `profile.model`
978
+
979
+ ## [5.16.0] (01/04/2024)
980
+
981
+ ### Feature
982
+
983
+ - Added `permissions AddObservation,EditObservation,DeleteObservation,ShowObservation` in `profile.model`
984
+
985
+ ## [5.15.0] (01/04/2024)
986
+
987
+ ### Feature
988
+
989
+ - Added onBlur in `vector-currency-field`.
990
+
991
+ ## [5.14.0] (01/04/2024)
992
+
993
+ ### Feature
994
+
995
+ - Added `Show Geocerca permissions` in `profile.model`
996
+ - Added `Add Geocerca permissions` in `profile.model`
997
+ - Added `Active Geocerca permissions` in `profile.model`
998
+
999
+ ## [5.13.0] (08/03/2024)
1000
+
1001
+ ### Feature
1002
+
1003
+ - Added optional parameter `forceSelection` input to `vector-dropdown`.
1004
+
1005
+ ## [5.12.0] (07/03/2024)
1006
+
1007
+ ### Feature
1008
+
1009
+ - Added `permission SupplierUpdateCheckInCheckOut` in `profile.model`
1010
+
1011
+ ## [5.11.0] (28/02/2024)
1012
+
1013
+ ### Feature
1014
+
1015
+ - Added `permission ManualChecklistApplication` in `profile.model`
1016
+
1017
+ ## [5.10.1] (23/02/2024)
1018
+
1019
+ ### Bugfix
1020
+
1021
+ - Removed `fas from button type datatable column` in `datatable.component.ts`
1022
+
1023
+ ## [5.10.0] (22/02/2024)
1024
+
1025
+ ### Feature
1026
+
1027
+ - Added `permissions ShowDriverTripInfoDetail` in `profile.model`
1028
+
1029
+ ## [5.9.0] (22/02/2024)
1030
+
1031
+ ### Feature
1032
+
1033
+ - Added `permissions MonitoringplannedTrips` in `profile.model`
1034
+
1035
+ ## [5.8.0] (20/02/2024)
1036
+
1037
+ ### Feature
1038
+
1039
+ - Added `permissions plannedTrips` in `profile.model`
1040
+
1041
+ ## [5.7.0] (16/02/2024)
1042
+
1043
+ ### Feature
1044
+
1045
+ - Added `shouldLazyLoadWithoutFilter` in `data-table.component.model`
1046
+
1047
+ ## [5.6.0] (16/02/2024)
1048
+
1049
+ ### Features
1050
+
1051
+ - Added `inputId` property to `vector-input-number` to set the input element id;
1052
+ - Added event parameter output to `onFocus` and `onBlur` events on `vector-input-number`.
1053
+
1054
+ ### Bugfix
1055
+
1056
+ - Fixed `field-error-message` CSS to fit correctly fields on dialogs;
1057
+ - Fixed `onBlur` and `onFocus` events call on `vector-input-number`.
1058
+
1059
+ ## [5.5.1] (15/02/2024)
1060
+
1061
+ ### Feature
1062
+
1063
+ - Added `limitScrollPage` in `vector-dropdown-field` to custom limit scroll.
1064
+
1065
+ ## [5.5.0] (15/02/2024)
1066
+
1067
+ ### Feature
1068
+
1069
+ - Added `permissions documents cadastros` in `profile.model`
1070
+
1071
+ ## [5.4.2] (12/02/2024)
1072
+
1073
+ ### Bugfix
1074
+
1075
+ - Adjust `this.control.value code null error line 163` in `dropdown-field.component.ts`
1076
+ - Adjust Style error `layout error broken` in `text-field.component.ts`
1077
+
1078
+ ## [5.4.1] (05/02/2024)
1079
+
1080
+ ### Bugfix
1081
+
1082
+ - Adjust `toogleMenu` in `vector-top-bar.component.ts`
1083
+ - Adjust Style `sizeField` in `calendar-field.component.scss` and `currency-field.component.scss`
1084
+
1085
+ ## [5.4.0] (31/01/2024)
1086
+
1087
+ ### Feature
1088
+
1089
+ - Added `permissions documents cadastros` in `profile.model`
1090
+
1091
+ ## [5.3.2] (29/01/2024)
1092
+
1093
+ ### Bugfix
1094
+
1095
+ - Added `Adjustment disabled for fields in filters and dropdown` in `dropdown-field.component.ts`
1096
+
1097
+ ## [5.3.1] (29/01/2024)
1098
+
1099
+ ### Bugfix
1100
+
1101
+ - Added `Adjusment validation autocomplete` in `dropdown-field.component.ts`
1102
+
1103
+ ## [5.3.0] (23/01/2024)
1104
+
1105
+ ### Feature
1106
+
1107
+ - Added `Driver Show Shipper Petrobras permissions` in `profile.model`
1108
+ - Added `Carrier Show Shipper Petrobras permissions` in `profile.model`
1109
+ - Added `Vehicle Show Shipper Petrobras permissions` in `profile.model`
1110
+
1111
+ ## [5.2.0] (23/01/2024)
1112
+
1113
+ ### Feature
1114
+
1115
+ - Added `N1 and N2 permissions` in `profile.model`
1116
+
1117
+ ## [5.1.2] (23/01/2024)
1118
+
1119
+ ### BREAKING CHANGES
1120
+
1121
+ - Adjust width in field dropdown
1122
+
1123
+ ## [5.1.1] (23/01/2024)
1124
+
1125
+ ### BREAKING CHANGES
1126
+
1127
+ - Updated dropdown PrimeNG to v17.
1128
+
1129
+ ## [5.1.0] (23/01/2024)
1130
+
1131
+ ### Feature
1132
+
1133
+ - Added styles-class `default-outlined-gray` in `_primeng-custom-theme.scss` to `button.component.ts`
1134
+ - Added styles-class `default-outlined-gray-icon-red` in `_primeng-custom-theme.scss` to `button.component.ts`
1135
+ - Added styles-class `default-outlined-gray-icon-gray ` in `_primeng-custom-theme.scss` to `button.component.ts`
1136
+
1137
+ ## [5.0.1] (18/01/2024)
1138
+
1139
+ ### Fix
1140
+
1141
+ - Fixed `Input` and `Output` for `activeIndex` on `vector-stepper`.
1142
+
1143
+ ## [5.0.0] (18/01/2024)
1144
+
1145
+ ### BREAKING CHANGES
1146
+
1147
+ - Updated Angular and PrimeNG to v17.
1148
+
1149
+ ## [4.139.0] (17/01/2024)
1150
+
1151
+ ### Feature
1152
+
1153
+ - Added `permissions-CHANGE_IS_POC` in `profile.model`
1154
+
1155
+ ## [4.138.0] (16/01/2024)
1156
+
1157
+ ### Feature
1158
+
1159
+ - Added enum `VECTOR_CLUB` in `view.enum.ts`
1160
+
1161
+ ## [4.137.0] (12/01/2024)
1162
+
1163
+ ### Feature
1164
+
1165
+ - Added methods `convertObjectToQueryString` and `convertToUppercaseWithoutSymbols` in `string.utils.ts`
1166
+
1167
+ ## [4.136.0] (06/01/2024)
1168
+
1169
+ ### Feature
1170
+
1171
+ - Added `firstLazyLoad` in `data-table.component.ts`
1172
+
1173
+ ## [4.135.0] (05/01/2024)
1174
+
1175
+ ### Feature
1176
+
1177
+ - Added `disabled` in `input-switch-field.component.ts`
1178
+
1179
+ - Added `permissions` in `profile.model`
1180
+
1181
+ ## [4.134.0] (03/01/2024)
1182
+
1183
+ ### Feature
1184
+
1185
+ - Added `permissions` in `profile.model`
1186
+
1187
+ ## [4.133.0] (02/01/2024)
1188
+
1189
+ ### Feature
1190
+
1191
+ - Added `checklist permissions` in `profile.model`
1192
+
1193
+ ## [4.132.0] (27/12/2023)
1194
+
1195
+ ### Feature
1196
+
1197
+ - Added `permissions` in `profile.model`
1198
+
1199
+ ## [4.131.0] (19/12/2023)
1200
+
1201
+ ### Feature
1202
+
1203
+ - Added `Styles in psteps component` in `_primeng-custom-theme.scss`
1204
+
1205
+ ## [4.130.0] (16/12/2023)
1206
+
1207
+ ### Feature
1208
+
1209
+ - Added `input-switch` field.
1210
+
1211
+ ## [4.129.0] (08/12/2023)
1212
+
1213
+ ### Feature
1214
+
1215
+ - Added `Show Driver Dashboard` in `profile.model`
1216
+
1217
+ ## [4.128.0] (08/12/2023)
1218
+
1219
+ ### Feature
1220
+
1221
+ - Added `Block User Access` in `profile.model`
1222
+
1223
+ ## [4.127.0] (24/11/2023)
1224
+
1225
+ ### Feature
1226
+
1227
+ - Added `ProfileTypeFornecedor` in `pt-BR.json`
1228
+ - Added `ProfileTypeFornecedor` in `ar-AR.json`
1229
+
1230
+ ## [4.126.0] (24/11/2023)
1231
+
1232
+ ### Feature
1233
+
1234
+ - Added `permissionDocumentaryIrregularity` in `profile.model`
1235
+ - Added `functionCloseModal` in `multiselect-field`
1236
+
1237
+ ## [4.125.0] (14/11/2023)
1238
+
1239
+ ### Feature
1240
+
1241
+ - Added `permissionPoolOfferts` in `profile.model`
1242
+
1243
+ ## [4.124.0] (08/11/2023)
1244
+
1245
+ ### Feature
1246
+
1247
+ - Added `permission` in `profile.model`
1248
+
1249
+ ## [4.123.0] (07/11/2023)
1250
+
1251
+ ### Feature
1252
+
1253
+ - 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
1254
+
1255
+ ## [4.122.0] (30/10/2023)
1256
+
1257
+ ### Feature
1258
+
1259
+ - Added `customFunction` property in `data-table.component.ts` to insert a list of buttons with export buttons appearance
1260
+
1261
+ ## [4.121.0] (26/10/2023)
1262
+
1263
+ ### Feature
1264
+
1265
+ - Added `HttpLegacyCrudActionResponseWithMessageAndData` in `http-response.model`
1266
+
1267
+ ## [4.120.0] (26/10/2023)
1268
+
1269
+ ### Feature
1270
+
1271
+ - Added `permission` in `profile.model`
1272
+
1273
+ ## [4.119.0] (23/10/2023)
1274
+
1275
+ ### Feature
1276
+
1277
+ - Added `disabled` in `vector-checkbox` when control is populated and group name is not
1278
+
1279
+ ## [4.118.0] (17/10/2023)
1280
+
1281
+ ### Feature
1282
+
1283
+ - Added `permission` in `profile.model`
1284
+
1285
+ ## [4.117.0] (13/10/2023)
1286
+
1287
+ ### Feature
1288
+
1289
+ - Added `isEtcd` in `profile.service` `userInfo`
1290
+ - Added `shipperEtcd` in `profile.service` `userInfo`
1291
+ - Added `profileTypeEnum` in `profile.service` `userInfo`
1292
+
1293
+ ## [4.116.0] (10/10/2023)
1294
+
1295
+ ### Feature
1296
+
1297
+ - Added `permission` in `profile.model`
1298
+
1299
+ ## [4.115.0] (28/09/2023)
1300
+
1301
+ ### Feature
1302
+
1303
+ - Added `permission` in `profile.model`
1304
+
1305
+ ## [4.114.0] (23/09/2023)
1306
+
1307
+ ### Feature
1308
+
1309
+ - Added disabled state to `vector-stepper` component;
1310
+ - Added error message to `vector-number-input`.
1311
+
1312
+ ## [4.113.0] (22/09/2023)
1313
+
1314
+ ### Feature
1315
+
1316
+ - Added `convertTimeToMinutes` and `convertMinutesToTime` to `StringUtils`.
1317
+ - Added `vector-stepper` component.
1318
+
1319
+ ### Bugfix
1320
+
1321
+ - Fixed `vector-filter` behavior with dropdown default value, which was considering as a Text field and always setting to empty string.
1322
+
1323
+ ## [4.112.0] (21/09/2023)
1324
+
1325
+ ### Feature
1326
+
1327
+ - Added `permission` in `profile.model`
1328
+
1329
+ ## [4.111.0] (21/09/2023)
1330
+
1331
+ ### Feature
1332
+
1333
+ - Added `permission` in `profile.model`
1334
+
1335
+ ## [4.110.0] (18/09/2023)
1336
+
1337
+ ### Feature
1338
+
1339
+ - Added `permission` in `profile.model`
1340
+
1341
+ ## [4.109.0] (18/09/2023)
1342
+
1343
+ ### Feature
1344
+
1345
+ - Added `controler` in `filter.component.ts`
1346
+
1347
+ ## [4.108.0] (18/09/2023)
1348
+
1349
+ ### Feature
1350
+
1351
+ - Added `blurEvent` in `vector-percentage-field`
1352
+
1353
+ ## [4.107.0] (14/09/2023)
1354
+
1355
+ ### Feature
1356
+
1357
+ - Added `numericPositive` in `vector-text-field`
1358
+
1359
+ ## [4.106.0] (13/09/2023)
1360
+
1361
+ ### Feature
1362
+
1363
+ - Added `default-outlined` in `button.component`
1364
+ - Added `Show Freight Simulator Etcd` in `profile.model`.
1365
+ - Added `Create Update Freight Simulator Etcd` in `profile.model`.
1366
+ - Added `Approve Reprove Etcd Simulation` in `profile.model`.
1367
+
1368
+ ## [4.105.0] (11/09/2023)
1369
+
1370
+ ### Feature
1371
+
1372
+ - Added `permission` in `profile.model`.
1373
+
1374
+ ## [4.104.0] (05/09/2023)
1375
+
1376
+ ### Feature
1377
+
1378
+ - Added `permission` in `profile.model`.
1379
+
1380
+ ## [4.103.0] (01/09/2023)
1381
+
1382
+ ### Feature
1383
+
1384
+ - Added `Style light-outline in vector-button` in `button.component`.
1385
+
1386
+ ## [4.102.0] (29/08/2023)
1387
+
1388
+ ### Feature
1389
+
1390
+ - Added `Show Cargo Match Etcd Validations` in `profile.model`.
1391
+ - Added `Show Cargo Match Etcd Validations History` in `profile.model`.
1392
+
1393
+ ## [4.101.0] (28/08/2023)
1394
+
1395
+ ### Feature
1396
+
1397
+ - Added `Create Update Cargo Match Validations` in `profile.model`.
1398
+ - Added `ValidationsCargoMatch` in `profile.model`.
1399
+
1400
+ ## [4.100.0] (25/08/2023)
1401
+
1402
+ ### Feature
1403
+
1404
+ - Added `permission Cockpit` in `profile.model`.
1405
+ - Added `permission Cockpit Summary` in `profile.model`.
1406
+ - Added `permission Cockpit Registration` in `profile.model`.
1407
+ - Added `permission Cockpit Bank` in `profile.model`.
1408
+ - Added `permission Cockpit Credit` in `profile.model`.
1409
+ - Added `permission Cockpit PA` in `profile.model`.
1410
+ - Added `permission Cockpit Log` in `profile.model`.
1411
+ - Added `new validation top-bar account fintech ` in `to-bar.components`
1412
+
1413
+ ## [4.99.0] (23/08/2023)
1414
+
1415
+ ### Feature
1416
+
1417
+ - Added `tooltip` property in `vector-filters`.
1418
+
1419
+ ## [4.98.0] (22/08/2023)
1420
+
1421
+ ### Feature
1422
+
1423
+ - Added `permission` in `GeneralPanel`.
1424
+
1425
+ ## [4.97.1] (09/08/2023)
1426
+
1427
+ ### Fix
1428
+
1429
+ - Added `customization for display value` in `MultiselectField`.
1430
+ - Added `customization for label and type or default values in vector-button` in `CrudFooter`.
1431
+ - Added `adjustment to icon margin when modal cannot be closed` in `GenericModal`.
1432
+
1433
+ ## [4.97.0] (03/08/2023)
1434
+
1435
+ ### Feature
1436
+
1437
+ - Added `permission Shipping and Loyalty` in `profile.model.ts`.
1438
+
1439
+ ## [4.96.1] (03/08/2023)
1440
+
1441
+ ### Fix
1442
+
1443
+ - Updated the `GenericModal` model, css and structure html.
1444
+ - Added property `type` to customization of default values for modal buttons in `GenericModal`.
1445
+
1446
+ ## [4.96.0] (03/08/2023)
1447
+
1448
+ ### Feature
1449
+
1450
+ - Added `readonly` property in `vector-text-field`.
1451
+
1452
+ ## [4.95.0] (03/08/2023)
1453
+
1454
+ ### Feature
1455
+
1456
+ - Rollback version
1457
+
1458
+ ## [4.92.0] (26/07/2023)
1459
+
1460
+ ### Feature
1461
+
1462
+ - Added `permission` in `PriceTaking`.
1463
+
1464
+ ## [4.91.0] (26/07/2023)
1465
+
1466
+ ### Feature
1467
+
1468
+ - Added `permission` in `parametersCancelTrips`.
1469
+
1470
+ ## [4.90.0] (24/07/2023)
1471
+
1472
+ ### Feature
1473
+
1474
+ - Added `permission` in `profile.model.ts`.
1475
+
1476
+ ## [4.89.0] (19/07/2023)
1477
+
1478
+ ### Feature
1479
+
1480
+ - Added `permission` in `profile.model.ts`.
1481
+
1482
+ ## [4.88.0] (20/07/2023)
1483
+
1484
+ ### Feature
1485
+
1486
+ - Added `permission` in `profile.model.ts`.
1487
+
1488
+ ## [4.87.0] (19/07/2023)
1489
+
1490
+ ### Feature
1491
+
1492
+ - Added `inputId` and `slotChar` inputs to `vector-text-field`;
1493
+ - Added `centered` input to `vector-currency-field`;
1494
+ - Added `skipMessages` input to `vector-generic-error-modal`.
1495
+
1496
+ ## [4.86.1] (18/07/2023)
1497
+
1498
+ ### Fix
1499
+
1500
+ - Update `Label Mostrar Todos To Selecionar Todos` in `multiselect-field.component.html`
1501
+ - Added `Created optional parameter to control showToggleAll value` in `multiselect-field.component.html`
1502
+
1503
+ ## [4.86.0] (16/07/2023)
1504
+
1505
+ ### Feature
1506
+
1507
+ - Added `permission` in `profile.model.ts`.
1508
+
1509
+ ## [4.85.0] (12/07/2023)
1510
+
1511
+ ### Feature
1512
+
1513
+ - Added `permission` in `profile.model.ts`.
1514
+
1515
+ ## [4.84.0] (11/07/2023)
1516
+
1517
+ ### Feature
1518
+
1519
+ - Added new function `onBackSpacePress` in `text-field.component.ts`.
1520
+
1521
+ ## [4.83.0] (10/07/2023)
1522
+
1523
+ ### Feature
1524
+
1525
+ - Added `permission` in `profile.model.ts`.
1526
+
1527
+ ## [4.82.1] (07/07/2023)
1528
+
1529
+ ### Fix
1530
+
1531
+ - Update `TextFieldComponent in parameter (blur) inside unmasked input element` in `text-field.component.html`
1532
+
1533
+ ## [4.82.0] (28/06/2023)
1534
+
1535
+ ### Feature
1536
+
1537
+ - Updated `DropdownFieldComponent add parameter isNgContent` in `dropdown-field.component.ts`.
1538
+ - Updated `Add new <p-autocomplete> with <ng-template> when isNgContent is true` in `dropdown-field.component.html`.
1539
+
1540
+ ## [4.81.0] (27/06/2023)
1541
+
1542
+ ### Feature
1543
+
1544
+ - Added `permission` in `profile.model.ts`.
1545
+
1546
+ ## [4.80.0] (23/06/2023)
1547
+
1548
+ ### Feature
1549
+
1550
+ - Added `permission` in `profile.model.ts`.
1551
+
1552
+ ## [4.79.0] (23/06/2023)
1553
+
1554
+ ### Feature
1555
+
1556
+ - Added `permission` in `profile.model.ts`.
1557
+
1558
+ ## [4.78.0] (22/06/2023)
1559
+
1560
+ ### Feature
1561
+
1562
+ - Added `permission` in `profile.model.ts`
1563
+
1564
+ ## [4.77.0] (22/06/2023)
1565
+
1566
+ ### Feature
1567
+
1568
+ - Added `permission` in `profile.model.ts`
1569
+
1570
+ ## [4.76.0] (22/06/2023)
1571
+
1572
+ ### Feature
1573
+
1574
+ - Added `permission` in `profile.model.ts`.
1575
+
1576
+ ## [4.75.0] (22/06/2023)
1577
+
1578
+ ### Feature
1579
+
1580
+ - Added `new object in http response to get errorMessage` `Http-response.model.ts`.
1581
+ - Added `fatherKey in listItem to better control over options that depends from other values` `list-item.model.ts`
1582
+
1583
+ ## [4.74.2] (22/06/2023)
1584
+
1585
+ ### Feature
1586
+
1587
+ - Added `permission` in `profile.model.ts`.
1588
+
1589
+ ## [4.74.1] (21/06/2023)
1590
+
1591
+ ### Bugfix
1592
+
1593
+ - Added `new return error in interceptor `Http-interceptor.ts`.
1594
+
1595
+ ## [4.74.0] (20/06/2023)
1596
+
1597
+ ### Feature
1598
+
1599
+ - Added `permission` in `profile.model.ts`.
1600
+
1601
+ ## [4.73.0] (14/06/2023)
1602
+
1603
+ ### Feature
1604
+
1605
+ - adding disabled feature to dropdown filter type `filter.component.ts`.
1606
+
1607
+ ## [4.72.1] (12/05/2023)
1608
+
1609
+ ### Bugfix
1610
+
1611
+ - populatin user id in profile service, so even in QA it will work `profile.service.ts`.
1612
+
1613
+ ## [4.72.0] (25/05/2023)
1614
+
1615
+ ### Feature
1616
+
1617
+ - Added `permission` in `profile.model.ts`
1618
+
1619
+ ## [4.71.0] (24/05/2023)
1620
+
1621
+ ### Feature
1622
+
1623
+ - Added `permission` in `profile.model.ts`
1624
+
1625
+ ## [4.70.4] (22/05/2023)
1626
+
1627
+ ### Feature
1628
+
1629
+ - Added help center icons with links to `vector-top-bar`;
1630
+
1631
+ ## [4.70.3] (19/05/2023)
1632
+
1633
+ ### Feature
1634
+
1635
+ - Refactory `close` click link to `vector-top-bar`;
1636
+
1637
+ ## [4.70.2] (19/05/2023)
1638
+
1639
+ ### Feature
1640
+
1641
+ - Added `close` click link to `vector-top-bar`;
1642
+
1643
+ ## [4.70.1] (19/05/2023)
1644
+
1645
+ ### Feature
1646
+
1647
+ - Added `event` click to `vector-top-bar`;
1648
+
1649
+ ## [4.70.0] (18/05/2023)
1650
+
1651
+ ### Feature
1652
+
1653
+ - Added `alphaNumericAndWhitespace` filter to `vector-text-field`;
1654
+
1655
+ ## [4.69.2] (12/05/2023)
1656
+
1657
+ ### Bugfix
1658
+
1659
+ - Added adjustment in the list of records when using the scrollbar `vector-dropdown-field`.
1660
+
1661
+ ## [4.69.1] (11/05/2023)
1662
+
1663
+ ### Bugfix
1664
+
1665
+ - Added IF when column type is STATUS_BAGDE, because before when the value was 0 it was empty `vector-data-table`.
1666
+
1667
+ ## [4.69.0] (06/05/2023)
1668
+
1669
+ ### Feature
1670
+
1671
+ - Added translations to fixed labels on `vector-data-table` and `vector-filters`.
1672
+
1673
+ ## [4.68.0] (06/05/2023)
1674
+
1675
+ ### Feature
1676
+
1677
+ - Added help central icons to `vector-top-bar`.
1678
+
1679
+ ## [4.67.0] (30/04/2023)
1680
+
1681
+ ### Feature
1682
+
1683
+ - Added `vector-score` component.
1684
+
1685
+ ## [4.66.0] (30/04/2023)
1686
+
1687
+ ### Feature
1688
+
1689
+ - Added `NotificationsService`;
1690
+ - Added `VectorNotification` model;
1691
+ - Added notifications popup on `vector-top-bar`.
1692
+
1693
+ ## [4.65.0] (28/04/2023)
1694
+
1695
+ ### Feature
1696
+
1697
+ - Added `permission` in `profile.model.ts`
1698
+
1699
+ ## [4.64.0] (12/04/2023)
1700
+
1701
+ ### Feature
1702
+
1703
+ - Added `translate options` into `crud-footer` component in lib ngx-vector-components.
1704
+
1705
+ ## [4.63.0] (05/04/2023)
1706
+
1707
+ ### Feature
1708
+
1709
+ - Added `apps` input for `vector-menu`, allowing rendering of custom apps.
1710
+ - Added `onTabSelected` for `vector-data-table`;
1711
+
1712
+ ### Bugfix
1713
+
1714
+ - Fixed multiple lazy load requests on data tables with filters and tabs.
1715
+
1716
+ ### Bugfix
1717
+
1718
+ ## [4.62.1] (04/04/2023)
1719
+
1720
+ - Added validation to `filters.component` to not make initial search in case there's a list item or default value invalid.
1721
+
1722
+ ## [4.62.0] (03/04/2023)
1723
+
1724
+ ### Feature
1725
+
1726
+ - Added `currencyPrefix` and `localePrefix` properties in `currency filed.component`
1727
+
1728
+ ## [4.61.0] (29/03/2023)
1729
+
1730
+ ### Feature
1731
+
1732
+ - Added `permission` in messageServices
1733
+
1734
+ ## [4.60.0] (22/03/2023)
1735
+
1736
+ ### Feature
1737
+
1738
+ - Added `permission` in `profile.model.ts`
1739
+
1740
+ ## [4.59.0] (24/02/2023)
1741
+
1742
+ ### Feature
1743
+
1744
+ - Added `permission` in `profile.model.ts`
1745
+ - Added `disabled` in `vector-input-number.ts`
1746
+
1747
+ ## [4.58.0] (22/02/2023)
1748
+
1749
+ ### Feature
1750
+
1751
+ - Added `CUIT_MASK` in `mask.util.ts`
1752
+
1753
+ ## [4.57.0] (16/02/2023)
1754
+
1755
+ ### Feature
1756
+
1757
+ - Added cols and rows dynamic in `vector-textarea-field.ts`
1758
+
1759
+ ## [4.56.0] (15/02/2023)
1760
+
1761
+ ### Feature
1762
+
1763
+ - Added mask in `mask.util.ts`
1764
+
1765
+ ## [4.55.0] (12/02/2023)
1766
+
1767
+ ### Feature
1768
+
1769
+ - Added `leftLabel` to `vector-text-field`.
1770
+
1771
+ ### Bugfix
1772
+
1773
+ - Added padding-top to `vector-generic-modal` content to improve layout.
1774
+ - Made grid classes for the action buttons of `vector-generic-modal` dynamic to fill the column if it is a single button.
1775
+
1776
+ ## [4.54.0] (08/02/2023)
1777
+
1778
+ ## [4.53.0] (06/02/2023)
1779
+
1780
+ ### Feature
1781
+
1782
+ - Added permissions in `profile.model.ts`
1783
+
1784
+ ## [4.52.0] (28/01/2023)
1785
+
1786
+ ### Feature
1787
+
1788
+ - Added `icon` property to `ListItem`;
1789
+ - Added icon option for `vector-data-table` tabs.
1790
+
1791
+ ## [4.51.0] (28/01/2023)
1792
+
1793
+ ### Feature
1794
+
1795
+ - Added "info" value for `Status` enum;
1796
+ - Added "info" color for `TEXT_BADGE` column on `data-table`;
1797
+ - Added `STACK_BADGE` column type for `data-table`;
1798
+ - Added `DATE` column type for `data-table`;
1799
+ - Added `CURRENCY` column type for `data-table`;
1800
+ - Auto select rows marked with `select: true` on `data-table`;
1801
+ - Added filter option for `vector-multiselect-field`.
1802
+
1803
+ ### Bugfix
1804
+
1805
+ - Changed `appendTo` to `body` on `vector-multiselect-field`;
1806
+ - Changed styles for `vector-multiselect-field` to match `vector-dropdown-field` styles;
1807
+ - Fixed style issue regarding `filters` search button that prevented screens rendering correctly on first render.
1808
+
1809
+ ## [4.50.0] (25/01/2023)
1810
+
1811
+ ### Feature
1812
+
1813
+ - Adding `permission` in tripService.
1814
+
1815
+ ## [4.49.0] (13/01/2023)
1816
+
1817
+ ### Feature
1818
+
1819
+ - Added mask for hours minutes `00:00` in `mask-util`
1820
+
1821
+ ### Bugfix
1822
+
1823
+ - Erased pagedSuggestions restart in line 140 of `dropdown-field-component.ts` because when the data was reloaded, the dropdown fields were blank
1824
+
1825
+ # [4.48.0] (11/01/2023)
1826
+
1827
+ ### Feature
1828
+
1829
+ - Added permissions in `product-reception-list.component.ts`
1830
+
1831
+ ## [4.47.1] (18/11/2022)
1832
+
1833
+ ### Bugfix
1834
+
1835
+ - Adjust `api.ipify` in geolocation.service
1836
+
1837
+ ## [4.47.0] (28/12/2022)
1838
+
1839
+ ### Feature
1840
+
1841
+ - Added permissions in `profile.model.ts`
1842
+
1843
+ ## [4.46.0] (19/12/2022)
1844
+
1845
+ ### Feature
1846
+
1847
+ - Adding `permission` in trips.
1848
+
1849
+ ## [4.45.0] (08/12/2022)
1850
+
1851
+ ### Feature
1852
+
1853
+ - Adding `permission Geofence` in profileService.
1854
+ - Adding `AlterationHistory` in `vector-crud-history` and `Insert typeOfModification` in `crud-history.model`
1855
+
1856
+ ## [4.44.4] (18/11/2022)
1857
+
1858
+ ### Bugfix
1859
+
1860
+ - Adjust `name "carteira digital for conta digital` in menu-vector
1861
+
1862
+ ## [4.44.3] (18/11/2022)
1863
+
1864
+ ### Bugfix
1865
+
1866
+ - Adjust `open modal in icon termOfUse` in menu-vector
1867
+
1868
+ ## [4.44.2] (16/11/2022)
1869
+
1870
+ ### Bugfix
1871
+
1872
+ - Adjust `password` in validation
1873
+
1874
+ ## [4.44.1] (01/11/2022)
1875
+
1876
+ ### Bugfix
1877
+
1878
+ - Adjust `permission approveVector and approveETCD` in profileService
1879
+
1880
+ ## [4.44.0] (28/10/2022)
1881
+
1882
+ ### Feature
1883
+
1884
+ - Adding `permission` in groups.
1885
+
1886
+ ## [4.43.0] (28/10/2022)
1887
+
1888
+ ### Feature
1889
+
1890
+ - Adding `permission` in profileService.
1891
+
1892
+ ## [4.42.1] (27/10/2022)
1893
+
1894
+ ### Bugfix
1895
+
1896
+ - Added fixed `vector-checkbox-field` error validation
1897
+
1898
+ ## [4.42.0] (26/10/2022)
1899
+
1900
+ ### Feature
1901
+
1902
+ - Adding `columns expansible` in data-table.
1903
+
1904
+ ## [4.41.1] (19/10/2022)
1905
+
1906
+ ### Bugfix
1907
+
1908
+ - Adding search action in `SELECT-BUTTON` filter
1909
+
1910
+ ## [4.41.0] (15/10/2022)
1911
+
1912
+ ### Feature
1913
+
1914
+ - Added `HistoricalChangesNews` news permission
1915
+
1916
+ ## [4.40.1] (14/10/2022)
1917
+
1918
+ ### Bugfix
1919
+
1920
+ - Added fixed "pt-BR" locale to `vector-currency-field`.
1921
+
1922
+ ## [4.40.0] (14/10/2022)
1923
+
1924
+ ### Feature
1925
+
1926
+ - Added `maxDecimalInput `in `vector-currency-field`.
1927
+
1928
+ ## [4.39.2] (13/10/2022)
1929
+
1930
+ ### Bugfix
1931
+
1932
+ - Fixed `vector-currency-field` behavior when inputing values when `isBankingField` is set to `true`.
1933
+
1934
+ ## [4.39.1] (13/10/2022)
1935
+
1936
+ ### Feature
1937
+
1938
+ - adjusted bug in dataKey from `data-table.component`
1939
+
1940
+ ## [4.39.0] (12/10/2022)
1941
+
1942
+ ### Feature
1943
+
1944
+ - Added disabled option for checkBox in `Datatbles.component`.
1945
+
1946
+ ## [4.38.1] (11/10/2022)
1947
+
1948
+ ### Feature
1949
+
1950
+ - Fixed `expansible` feature for data-table.
1951
+
1952
+ ## [4.38.0] (11/10/2022)
1953
+
1954
+ ### Feature
1955
+
1956
+ - Added row expand in `datatable.component`.
1957
+
1958
+ ## [4.37.2] (07/10/2022)
1959
+
1960
+ ### BugFix
1961
+
1962
+ - Correction in `auth-service`.
1963
+
1964
+ ## [4.37.1] (07/10/2022)
1965
+
1966
+ ### BugFix
1967
+
1968
+ - Correction in `auth-service`.
1969
+
1970
+ ## [4.37.0] (07/10/2022)
1971
+
1972
+ ### BugFix
1973
+
1974
+ - Correction in `auth-service`.
1975
+
1976
+ ## [4.36.0] (06/10/2022)
1977
+
1978
+ ### Feature
1979
+
1980
+ - Added service change `AddPermisLastNameLocation ` profile permission
1981
+
1982
+ ## [4.35.0] (05/10/2022)
1983
+
1984
+ ### Feature
1985
+
1986
+ - Added service change `LinkedCnpj` top bar components
1987
+
1988
+ ## [4.34.0] (03/10/2022)
1989
+
1990
+ ### Feature
1991
+
1992
+ - Added `TripOfferShow` profile permission
1993
+
1994
+ ## [4.33.0] (02/10/2022)
1995
+
1996
+ ### Feature
1997
+
1998
+ - Added `Supply` profile permission.
1999
+
2000
+ # Changelog
2001
+
2002
+ ## [4.32.0] (30/09/2022)
2003
+
2004
+ ### Feature
2005
+
2006
+ - Added `ETCD` profile permission.
2007
+
2008
+ ## [4.31.0] (30/09/2022)
2009
+
2010
+ ### Feature
2011
+
2012
+ - Added `RECEPTION_PRODUCT` profile permission.
2013
+
2014
+ # Changelog
2015
+
2016
+ ## [4.30.0] (30/09/2022)
2017
+
2018
+ ### Feature
2019
+
2020
+ - Added `Parameters` profile permission.
2021
+
2022
+ ## [4.29.0] (27/09/2022)
2023
+
2024
+ ### Feature
2025
+
2026
+ - Added `max-width` and `line-break` support for `vector-generic-modal`.
2027
+
2028
+ ## [4.28.0] (22/09/2022)
2029
+
2030
+ ### Feature
2031
+
2032
+ - Added `page` in `datatableComponent` to use in datatable fintech
2033
+
2034
+ ## [4.27.0] (21/09/2022)
2035
+
2036
+ ### Feature
2037
+
2038
+ - Added `APPROVE_VECTOR` profile permission, ProfileModuleActionType.
2039
+ - Added `APPROVE_ETCD` profile permission, ProfileModuleActionType.
2040
+ - Added `DIGITAL_DISCHARGE` profile permission, ProfileModuleType
2041
+
2042
+ ## [4.26.0] (15/09/2022)
2043
+
2044
+ ### Feature
2045
+
2046
+ - Added `userId` in `profile.service`.
2047
+
2048
+ ## [4.25.1] (15/09/2022)
2049
+
2050
+ ### Bugfix
2051
+
2052
+ - fix `CREDIT_UNIT` profile permission.
2053
+
2054
+ ## [4.25.0] (15/09/2022)
2055
+
2056
+ ### Feature
2057
+
2058
+ - Added `CREDIT` profile permission.
2059
+ - Added `CREDIT_UNIT` profile permission.
2060
+
2061
+ ## [4.24.0] (14/09/2022)
2062
+
2063
+ ### Feature
2064
+
2065
+ - Added `News` profile permission.
2066
+
2067
+ ## [4.23.0] (14/09/2022)
2068
+
2069
+ ### Feature
2070
+
2071
+ - Added `step` support for `vector-percentage-field`.
2072
+
2073
+ ### Bugfix
2074
+
2075
+ - Fixed `vector-radio-button` alignment.
2076
+
2077
+ ## [4.22.4] (09/09/2022)
2078
+
2079
+ ### BugFix
2080
+
2081
+ - change search document format
2082
+
2083
+ ## [4.22.3] (06/09/2022)
2084
+
2085
+ ### BugFix
2086
+
2087
+ - Hide button after click dropdown
2088
+
2089
+ ## [4.22.2] (06/09/2022)
2090
+
2091
+ ### BugFix
2092
+
2093
+ - dropdown change for choosing accounts, whenever you have more than 1 account, dropdown appears on the active account
2094
+
2095
+ ## [4.22.1] (06/09/2022)
2096
+
2097
+ ### BugFix
2098
+
2099
+ - added `onHeaderCheckboxToggle` in `datatableComponent`
2100
+
2101
+ ## [4.22.0] (05/09/2022)
2102
+
2103
+ ### Feature
2104
+
2105
+ - added `cpf-cnpj-validator` in `utils`, added `plate-mask` in `mask-utils`, added permissions in `profile.model.ts`.
2106
+
2107
+ ## [4.21.0] (30/08/2022)
2108
+
2109
+ ### Feature
2110
+
2111
+ - added `profileName` to user info in `profile.service.ts`.
2112
+
2113
+ ## [4.20.1] (15/08/2022)
2114
+
2115
+ ### Bugfix
2116
+
2117
+ - adjusted `data-table` to not keep start property when clicking search, validation in `data-table.component.ts`.
2118
+
2119
+ ## [4.20.0] (15/08/2022)
2120
+
2121
+ ### Features
2122
+
2123
+ - Added `input-number` to `Componentes`
2124
+
2125
+ ## [4.19.0] (13/08/2022)
2126
+
2127
+ ### Features
2128
+
2129
+ - Added `TEXT_BADGE` type to `TableColumnType` to render `vector-badge` on table.
2130
+
2131
+ ### Bugfixes
2132
+
2133
+ - Fixed filters patch from query params.
2134
+
2135
+ ## [4.18.0] (05/08/2022)
2136
+
2137
+ ### Features
2138
+
2139
+ - Added `CustomButtons` to `vector-data-table` so the data-tables can have more buttons if needed.
2140
+
2141
+ ## [4.17.0] (04/08/2022)
2142
+
2143
+ ### Features
2144
+
2145
+ - Added `filterMultiselect` to `FiltersType` to search for multiple selection
2146
+
2147
+ ## [4.16.1] (01/08/2022)
2148
+
2149
+ ### Bugfixes
2150
+
2151
+ - Fixed `getCodes` function from `ObjectUtil` to support inner JSON objects.
2152
+
2153
+ ## [4.16.0] (31/07/2022)
2154
+
2155
+ ### Features
2156
+
2157
+ - Added `getCodes` to `ObjectUtil` to mutate the given object properties to keep only the `code` property.
2158
+
2159
+ ### Bugfixes
2160
+
2161
+ - `FiltersComponent` fixed to patch the query params values correctly.
2162
+
2163
+ ## [4.15.0] (01/08/2022)
2164
+
2165
+ ### Features
2166
+
2167
+ - Added function to add new account fintech.
2168
+
2169
+ ## [4.14.0] (22/07/2022)
2170
+
2171
+ ### Features
2172
+
2173
+ - Added `AlterationHistory` in `vector-crud-history` to use the logtech pattern.
2174
+
2175
+ ## [4.13.0] (18/07/2022)
2176
+
2177
+ ### Features
2178
+
2179
+ - Added `selectionType` in `vector-data-table` to add `checkboxbutton` or `radionbutton` in table.
2180
+
2181
+ ### Refactor
2182
+
2183
+ - Refactor `generic-modal` to accept news parameters and output events for make more dynamically.
2184
+
2185
+ ## [4.12.0] (18/07/2022)
2186
+
2187
+ ### Features
2188
+
2189
+ - Added `multipleCheck` in `vector-checkbox-field` to add multiple options.
2190
+
2191
+ ## [4.11.2] (16/07/2022)
2192
+
2193
+ ### Bugfixes
2194
+
2195
+ - Fixed `radio-button` to show invalid status color when touched.
2196
+
2197
+ ## [4.11.1] (15/07/2022)
2198
+
2199
+ ### Bugfixes
2200
+
2201
+ - Fixed `getUserId` in `storageService` to get correctly user id.
2202
+
2203
+ ## [4.11.0] (15/07/2022)
2204
+
2205
+ ### Features
2206
+
2207
+ - added `disabled` on `vector-range-field` to disabled field when insert true.
2208
+ - added `disabled` on `vector-currency-field` to disabled field when insert true.
2209
+
2210
+ ## [4.10.5] (14/07/2022)
2211
+
2212
+ ### Bugfixes
2213
+
2214
+ - Fixed `doMaskString` on `MaskUtil` to safely return a empty `string` when receiving an empty input.
2215
+
2216
+ ## [4.10.4] (13/07/2022)
2217
+
2218
+ ### Bugfixes
2219
+
2220
+ - Fixed excel and pdf display button in `vector-data-table`.
2221
+
2222
+ ## [4.10.3] (13/07/2022)
2223
+
2224
+ ### Bugfixes
2225
+
2226
+ - Fixed sort column without actions in `vector-data-table`.
2227
+
2228
+ ## [4.10.2] (10/07/2022)
2229
+
2230
+ ### Bugfixes
2231
+
2232
+ - Fixed arrow icon in(Sort column) `vector-data-table`
2233
+
2234
+ ## [4.10.1] (10/07/2022)
2235
+
2236
+ ### Bugfixes
2237
+
2238
+ - Fixed autoStart `vector-data-table`
2239
+
2240
+ ## [4.9.0] (10/07/2022)
2241
+
2242
+ ### Features
2243
+
2244
+ - Added `MASK` type to `TableColumn` enum and implemented it on `data-table`;
2245
+ - Added `FieldType` `DATE_RANGE` to `data-table` filters.
2246
+
2247
+ ## [4.8.0] (09/07/2022)
2248
+
2249
+ ### Features
2250
+
2251
+ - Added `notSortable` property do `TableColumn` and implemented it on `data-table`.
2252
+
2253
+ ## [4.7.1] (09/07/2022)
2254
+
2255
+ ### BugFixes
2256
+
2257
+ - Fixed `getById` on `getSugestionsOfDropDown`.
2258
+
2259
+ ## [4.7.0] (08/07/2022)
2260
+
2261
+ ### BugFixes
2262
+
2263
+ - Added new Permissions in `profile.model.ts`.
2264
+
2265
+ ### Features
2266
+
2267
+ - Added `profileTypeItens` BehaviourSubject in `profile.serivice.ts`.
2268
+
2269
+ ## [4.6.3] (08/07/2022)
2270
+
2271
+ ### Bugfixes
2272
+
2273
+ - fixed `menu-label` min-width to align correctly items.
2274
+
2275
+ ## [4.6.2] (07/07/2022)
2276
+
2277
+ ### Bugfixes
2278
+
2279
+ - fixed `top-bar` to display vector user first name.
2280
+
2281
+ ## [4.6.1] (05/07/2022)
2282
+
2283
+ ### Bugfixes
2284
+
2285
+ - `percentage field component` added minFractionDigits and maxFractionDigits properties to configure decimal values
2286
+
2287
+ ## [4.6.0] (06/07/2022)
2288
+
2289
+ ### Features
2290
+
2291
+ - Added `goBackHidden` parameter to hidden goBackButton in `vector-crud-footer`.
2292
+
2293
+ ## [4.5.1] (30/06/2022)
2294
+
2295
+ ### Bugfixes
2296
+
2297
+ - `menu` changed admin menu to show only fintech admin.
2298
+
2299
+ ## [4.5.0] (29/06/2022)
2300
+
2301
+ ### Features
2302
+
2303
+ - `vector-filters` changed to read the url queryParams to set default values.
2304
+
2305
+ ## [4.4.0] (28/06/2022)
2306
+
2307
+ ### Features
2308
+
2309
+ - Added `isExternalUrl` in `http-interceptor.ts`;
2310
+
2311
+ ## [4.3.0] (27/06/2022)
2312
+
2313
+ ### Features
2314
+
2315
+ - Added `HttpDataResponse` in model `http-response.model.ts`;
2316
+
2317
+ ## [4.2.1] (27/06/2022)
2318
+
2319
+ ### Bug Fixes
2320
+
2321
+ - Added `ADD_REGION` in model `profile.model.ts`;
2322
+ - Added `SHOW_REGION` in model `profile.model.ts`;
2323
+ - Added `EDIT_REGION` in model `profile.model.ts`;
2324
+
2325
+ ## [4.2.0] (24/06/2022)
2326
+
2327
+ ### Features
2328
+
2329
+ - Added `CUSTOM_STYLES` in TableColumnType on `data-table-component`;
2330
+ - Added `textFieldClass` in TableColumn on `data-table-component`;
2331
+
2332
+ ## [4.1.1] (23/06/2022)
2333
+
2334
+ ### Bug Fixes
2335
+
2336
+ - Fixed `FilterChangedEvent` external model to use in all project.
2337
+
2338
+ ## [4.1.0] (23/06/2022)
2339
+
2340
+ ### Features
2341
+
2342
+ - Added `onFilterChanged` event on `filters` and `data-table`;
2343
+
2344
+ ### Bug Fixes
2345
+
2346
+ - Fixed `filters` to validate required fields before searching.
2347
+
2348
+ ## [4.0.0] (21/06/2022)
2349
+
2350
+ ### Breaking Changes
2351
+
2352
+ - Added `getById` on `BaseDropdown` interface.
2353
+
2354
+ ### Bug Fixes
2355
+
2356
+ - Fixed `dropdown` behavior with and without `minLengthToService` set;
2357
+ - Fixed `dropdown` search on suggestions to ignore case;
2358
+ - Fixed `data-table` header z-index to keep below other fixed elements (e.g `vector-footer`);
2359
+ - Fixed `multiselect` to get the correct item property for value.
2360
+
2361
+ ## [3.6.1] (15/06/2022)
2362
+
2363
+ ### Bug Fixes
2364
+
2365
+ - Changed overflow behavior of tabview to scroll.
2366
+ -
2367
+
2368
+ ## [3.6.0] (14/06/2022)
2369
+
2370
+ ### Features
2371
+
2372
+ - Added selection to data-table component.
2373
+ - Added hasAction input, now can hide action column.
2374
+
2375
+ ## [3.5.0] (09/06/2022)
2376
+
2377
+ ### Features
2378
+
2379
+ - Added `disabled` property on `ListItem`;
2380
+ - Added `onChange` event on `vector-multiselect-field`.
2381
+
2382
+ ## [3.4.0] (26/05/2022)
2383
+
2384
+ ### Features
2385
+
2386
+ - Added `inputClassName` property to `vector-currency-field`;
2387
+
2388
+ ### Bug Fixes
2389
+
2390
+ - Fixed `vector-button` style property type;
2391
+
2392
+ ## [3.3.1] (25/05/2022)
2393
+
2394
+ ### Bug Fixes
2395
+
2396
+ - Fixed `fullName` validation of `Utils`, changed invalid error message.
2397
+
2398
+ ## [3.3.0] (24/05/2022)
2399
+
2400
+ ### Features
2401
+
2402
+ - Added min length to call the dropdown service query.
2403
+
2404
+ ## [3.2.0] (24/05/2022)
2405
+
2406
+ ### Features
2407
+
2408
+ - Added the ability to add a button column to the `vector-data-table` component that calls a custom function.
2409
+ - Added the possibility to hide the actions column of the component `vector-data-table`.
2410
+
2411
+ ## [3.1.1] (20/05/2022)
2412
+
2413
+ ### Bug Fixes
2414
+
2415
+ - Fixed `vector-button` to fill 100% of container.
2416
+ - Fixed `BOLETO_PATTERN` in `MaskUtils` for accept a digit more.
2417
+
2418
+ ## [3.1.0] (19/05/2022)
2419
+
2420
+ ### Features
2421
+
2422
+ - added `isBankingField` input to `vector-currency-field`.
2423
+
2424
+ ## [3.0.2] (19/05/2022)
2425
+
2426
+ ### Bug Fixes
2427
+
2428
+ - Fixed `vector-button` disable behavior.
2429
+
2430
+ ## [3.0.1] (08/05/2022)
2431
+
2432
+ ### Bug Fixes
2433
+
2434
+ - Fixed peer dependency version.
2435
+
2436
+ ## [3.0.0] (08/05/2022)
2437
+
2438
+ ### Breaking Changes
2439
+
2440
+ - Changed `mixins` to a separated `mixins.scss` file.
2441
+
2442
+ ### Features
2443
+
2444
+ - Added generic guard to check if crud list has items;
2445
+ - Added generic resolver to get the selected crud item from the list;
2446
+ - Added generic resolver to get the selected crud item history from the list;
2447
+ - Added `vector-badge` component;
2448
+ - Added `vector-crud-header` component;
2449
+ - Added `vector-select-button-field` component;
2450
+ - Added `formatDocument` pipe;
2451
+ - Added `VIRTUAL_CARRIER` view type;
2452
+ - Added styles input to `vector-button` to apply styles to the `<button>` tag;
2453
+ - Added dynamic filters to dropdown;
2454
+ - Breadcrumb now has clickable links to navigate to route fragments.
2455
+
2456
+ ### Bug Fixes
2457
+
2458
+ - Menu fixed to navigate to menu route even if it has children;
2459
+ - Changed `vector-data-table` appearence to match new design;
2460
+ - Fixed `vector-filters` to hide the search button when there is no visible filters;
2461
+ - Removed unnecessary `variables.scss` references throughout the project.
2462
+
2463
+ ## [2.14.0] (05/05/2022)
2464
+
2465
+ ### Features
2466
+
2467
+ - TokenIsPresentGuard changed to support both storage and queryParams token.
2468
+
2469
+ ### Bug Fixes
2470
+
2471
+ - MenuComponent fixed to take priority on `frameUrl` to make sure `route` can still be used to build the breadcrumbs if needed;
2472
+ - Made some changes to the accordion styles.
2473
+
2474
+ ## [2.13.1] (28/04/2022)
2475
+
2476
+ ### Bug Fixes
2477
+
2478
+ - Fix conflict merge with versions 2.12.0 with 2.13.0.
2479
+
2480
+ ## [2.13.0] (27/04/2022)
2481
+
2482
+ ### Features
2483
+
2484
+ - Added input valueMovimented in vector-range-value component.
2485
+
2486
+ ### Bug Fixes
2487
+
2488
+ - Fix Sent API address for endpoint.
2489
+ - Fix export GeolocationService.
2490
+
2491
+ ## [2.12.0] (26/04/2022)
2492
+
2493
+ ### Features
2494
+
2495
+ - MenuItem changed to accept both singular and array of permissions.
2496
+
2497
+ ## [2.11.0] (20/04/2022)
2498
+
2499
+ ### Features
2500
+
2501
+ - Added currency-input rounded option.
2502
+
2503
+ ### Bug Fixes
2504
+
2505
+ - Fixed breadcrumb responsive layout;
2506
+ - Fixed radio-button responsive layout;
2507
+ - Changed menu backgroud to white;
2508
+ - Changed accordion styles.
2509
+
2510
+ ## [2.10.0] (19/04/2022)
2511
+
2512
+ ### Features
2513
+
2514
+ - Added login info and geolocation to share: date, time, device info, ip, hostname, latitude, longitude, accuracy.
2515
+
2516
+ ## [2.8.0] (08/04/2022)
2517
+
2518
+ ### Features
2519
+
2520
+ - Added containsLettersAndNumbers validation.
2521
+
2522
+ ### Fix
2523
+
2524
+ - Fix currency-field min and max value don't work.
2525
+
2526
+ ## [2.7.1] (08/04/2022)
2527
+
2528
+ ### Fix
2529
+
2530
+ - Fix text-field don't limit to alpha numeric with alphanumeric true.
2531
+
2532
+ ## [2.7.0] (04/04/2022)
2533
+
2534
+ ### Features
2535
+
2536
+ - Added alphaNumeric option to text-field.
2537
+
2538
+ ### Bug Fixes
2539
+
2540
+ - Fix top-bar to hidden notification if is fintech.
2541
+ - Fix top-bar changed label for change password.
2542
+ - Fix toggle menu when keydown escape.
2543
+
2544
+ ## [2.6.0] (30/03/2022)
2545
+
2546
+ ### Features
2547
+
2548
+ - Added directive min and max for percentage-field.
2549
+ - Added notSequentialNumbers validator.
2550
+ - Added firstLetterIsUppercase validator.
2551
+
2552
+ ### Bug Fixes
2553
+
2554
+ - Fix menu service for don't delete father.
2555
+
2556
+ ## [2.5.1] (24/03/2022)
2557
+
2558
+ ### Bug Fixes
2559
+
2560
+ - Fix input checkbox don't mark when click on label.
2561
+
2562
+ ## [2.5.0] (21/03/2022)
2563
+
2564
+ ### Features
2565
+
2566
+ - Added menu notifications count
2567
+
2568
+ ### Bug Fixes
2569
+
2570
+ - Fixed gray colors variables names;
2571
+ - Fixed topbar to show Fintech menus only when is Fintech;
2572
+ - Fixed permissions request to save permissions on storage before using them.
2573
+ - Calendar-field "min" and "max" properties set optional.
2574
+
2575
+ ## [2.4.0] (20/03/2022)
2576
+
2577
+ ### Features
2578
+
2579
+ - Added min and max validation functions to forms;
2580
+ - Added onlyActivePipe.
2581
+
2582
+ ### Bug Fixes
2583
+
2584
+ - Fixed menu service to hide parent menus when no children is left after filtering by permission;
2585
+ - Changed data-table scrollHeight from 350px to 300px to prevent unnecessary scrolling on viewport;
2586
+ - Added toast to unexpected errors from the API.
2587
+
2588
+ ## [2.3.0] (18/03/2022)
2589
+
2590
+ ### Features
2591
+
2592
+ - Added vector-field-error-message for showing when field is invalid.
2593
+
2594
+ ### Bug Fixes
2595
+
2596
+ - Fix input calendar invalid showing incorrect;
2597
+ - Fix input dropdown invalid showing incorrect;
2598
+ - Fix Top-bar now show correct account information.
2599
+
2600
+ ## [2.2.2] (17/03/2022)
2601
+
2602
+ ### Feature
2603
+
2604
+ - Added new default color for text in \_variables.scss.
2605
+ - Fix Portals items in menu showing incorrect.
2606
+
2607
+ ## [2.2.1] (17/03/2022)
2608
+
2609
+ ### Bug Fixes
2610
+
2611
+ - Fix Portals items menu with switched color.
2612
+ - Added directive in vector-top-var(fintech, service);
2613
+ - Fix Menu showing without account information in fintech vector-top-bar;
2614
+
2615
+ ## [2.2.0] (10/03/2022)
2616
+
2617
+ ### Features
2618
+
2619
+ - Added textarea field;
2620
+ - Added sessionStorage functions to StorageService;
2621
+ - Added IFrame opening option to menu items;
2622
+ - Added inversed colors vector logo.
2623
+
2624
+ ### Bug Fixes
2625
+
2626
+ - Fixed dropdown code comparision on filter to support any format;
2627
+ - Fixed data table auto load when using virtual pagination;
2628
+ - Fixed breadcrumb font-weight;
2629
+ - Fixed menu icon filter.
2630
+
2631
+ ## [2.0.3] (01/03/2022)
2632
+
2633
+ ### Bug Fixes
2634
+
2635
+ - Fixed AuthService url to support multiple projects with different endpoint prefixes.
2636
+
2637
+ ## [2.0.2] (01/03/2022)
2638
+
2639
+ ### Bug Fixes
2640
+
2641
+ - Fixed old variable
2642
+
2643
+ ## [2.0.1] (01/03/2022)
2644
+
2645
+ ### Bug Fixes
2646
+
2647
+ - Fixed missing styles
2648
+
2649
+ ## [2.0.0] (01/03/2022)
2650
+
2651
+ ### Breaking Changes
2652
+
2653
+ - CSS variables changed declaration form.
2654
+
2655
+ ## [1.0.2] (01/03/2022)
2656
+
2657
+ ### Bug Fixes
2658
+
2659
+ - Changed text field filter to validate only when on "only text" mode.
2660
+
2661
+ ## [1.0.1] (27/02/2022)
2662
+
2663
+ ### Bug Fixes
2664
+
2665
+ ### Features
2666
+
2667
+ ### Breaking Changes
2668
+
2669
+ - Library publishing