ngx-vector-components 5.13.0 → 5.14.0

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