ngx-vector-components 5.86.0 → 5.88.0

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