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