ngx-vector-components 5.108.0 → 5.108.1

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