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