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