ngx-vector-components 5.5.1 → 5.6.0

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