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