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