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