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