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