ngx-vector-components 5.5.1 → 5.7.0

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