ngx-vector-components 5.64.0 → 5.65.0

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