ngx-vector-components 5.0.1 → 5.1.1

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