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