ngx-vector-components 5.1.1 → 5.1.2

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