ngx-vector-components 5.90.0 → 5.91.0

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