ngx-vector-components 5.86.0 → 5.87.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/CHANGELOG.md +2236 -2230
  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 +1240 -1240
  25. package/assets/styles/_spinner.scss +35 -35
  26. package/assets/styles/_styles.scss +115 -115
  27. package/assets/styles/_variables.scss +27 -27
  28. package/esm2022/lib/components/badge/badge.component.mjs +3 -3
  29. package/esm2022/lib/components/badge/badge.module.mjs +1 -1
  30. package/esm2022/lib/components/badge/index.mjs +1 -1
  31. package/esm2022/lib/components/breadcrumb/breadcrumb.component.mjs +3 -3
  32. package/esm2022/lib/components/breadcrumb/breadcrumb.module.mjs +1 -1
  33. package/esm2022/lib/components/breadcrumb/index.mjs +1 -1
  34. package/esm2022/lib/components/crud-base/crud-base.component.mjs +1 -1
  35. package/esm2022/lib/components/crud-base/index.mjs +1 -1
  36. package/esm2022/lib/components/crud-footer/crud-footer.component.mjs +3 -3
  37. package/esm2022/lib/components/crud-footer/crud-footer.module.mjs +1 -1
  38. package/esm2022/lib/components/crud-footer/index.mjs +1 -1
  39. package/esm2022/lib/components/crud-header/crud-header.component.mjs +3 -3
  40. package/esm2022/lib/components/crud-header/crud-header.module.mjs +1 -1
  41. package/esm2022/lib/components/crud-header/index.mjs +1 -1
  42. package/esm2022/lib/components/crud-history/crud-history.component.mjs +3 -3
  43. package/esm2022/lib/components/crud-history/crud-history.module.mjs +1 -1
  44. package/esm2022/lib/components/crud-history/index.mjs +1 -1
  45. package/esm2022/lib/components/fields/button/button.component.mjs +3 -3
  46. package/esm2022/lib/components/fields/button/index.mjs +1 -1
  47. package/esm2022/lib/components/fields/calendar-field/calendar-field.component.mjs +3 -3
  48. package/esm2022/lib/components/fields/calendar-field/index.mjs +1 -1
  49. package/esm2022/lib/components/fields/checkbox-field/checkbox-field.component.mjs +3 -3
  50. package/esm2022/lib/components/fields/checkbox-field/index.mjs +1 -1
  51. package/esm2022/lib/components/fields/currency-field/currency-field.component.mjs +3 -3
  52. package/esm2022/lib/components/fields/currency-field/index.mjs +1 -1
  53. package/esm2022/lib/components/fields/data-table/data-table.component.mjs +3 -3
  54. package/esm2022/lib/components/fields/data-table/index.mjs +1 -1
  55. package/esm2022/lib/components/fields/dropdown-field/dropdown-field.component.mjs +3 -3
  56. package/esm2022/lib/components/fields/dropdown-field/index.mjs +1 -1
  57. package/esm2022/lib/components/fields/field-error-message/field-error-message.component.mjs +3 -3
  58. package/esm2022/lib/components/fields/field-error-message/index.mjs +1 -1
  59. package/esm2022/lib/components/fields/fields.module.mjs +1 -1
  60. package/esm2022/lib/components/fields/filters/filters.component.mjs +3 -3
  61. package/esm2022/lib/components/fields/filters/index.mjs +1 -1
  62. package/esm2022/lib/components/fields/index.mjs +1 -1
  63. package/esm2022/lib/components/fields/input-number-field/index.mjs +1 -1
  64. package/esm2022/lib/components/fields/input-number-field/input-number-field.component.mjs +3 -3
  65. package/esm2022/lib/components/fields/input-otp/index.mjs +1 -1
  66. package/esm2022/lib/components/fields/input-otp/input-otp.component.mjs +3 -3
  67. package/esm2022/lib/components/fields/input-switch-field/index.mjs +1 -1
  68. package/esm2022/lib/components/fields/input-switch-field/input-switch-field.component.mjs +3 -3
  69. package/esm2022/lib/components/fields/multiselect-field/index.mjs +1 -1
  70. package/esm2022/lib/components/fields/multiselect-field/multiselect-field.component.mjs +3 -3
  71. package/esm2022/lib/components/fields/percentage-field/index.mjs +1 -1
  72. package/esm2022/lib/components/fields/percentage-field/percentage-field.component.mjs +3 -3
  73. package/esm2022/lib/components/fields/radio-button-field/index.mjs +1 -1
  74. package/esm2022/lib/components/fields/radio-button-field/radio-button-field.component.mjs +3 -3
  75. package/esm2022/lib/components/fields/range-value/index.mjs +1 -1
  76. package/esm2022/lib/components/fields/range-value/range-value.component.mjs +3 -3
  77. package/esm2022/lib/components/fields/search-field/index.mjs +1 -1
  78. package/esm2022/lib/components/fields/search-field/search-field.component.mjs +3 -3
  79. package/esm2022/lib/components/fields/select-button-field/index.mjs +1 -1
  80. package/esm2022/lib/components/fields/select-button-field/select-button-field.component.mjs +3 -3
  81. package/esm2022/lib/components/fields/text-field/index.mjs +1 -1
  82. package/esm2022/lib/components/fields/text-field/text-field.component.mjs +9 -3
  83. package/esm2022/lib/components/fields/textarea-field/index.mjs +1 -1
  84. package/esm2022/lib/components/fields/textarea-field/textarea-field.component.mjs +3 -3
  85. package/esm2022/lib/components/generic-error-modal/generic-error-modal.component.mjs +3 -3
  86. package/esm2022/lib/components/generic-error-modal/generic-error-modal.module.mjs +1 -1
  87. package/esm2022/lib/components/generic-error-modal/index.mjs +1 -1
  88. package/esm2022/lib/components/generic-modal/generic-modal.component.mjs +3 -3
  89. package/esm2022/lib/components/generic-modal/generic-modal.module.mjs +1 -1
  90. package/esm2022/lib/components/generic-modal/index.mjs +1 -1
  91. package/esm2022/lib/components/index.mjs +1 -1
  92. package/esm2022/lib/components/menu/index.mjs +1 -1
  93. package/esm2022/lib/components/menu/menu.component.mjs +3 -3
  94. package/esm2022/lib/components/menu/menu.module.mjs +1 -1
  95. package/esm2022/lib/components/menu/sub-menus-list/sub-menus-list.component.mjs +3 -3
  96. package/esm2022/lib/components/panel/index.mjs +1 -1
  97. package/esm2022/lib/components/panel/panel.component.mjs +3 -3
  98. package/esm2022/lib/components/panel/panel.module.mjs +1 -1
  99. package/esm2022/lib/components/score/index.mjs +1 -1
  100. package/esm2022/lib/components/score/score.component.mjs +3 -3
  101. package/esm2022/lib/components/score/score.module.mjs +1 -1
  102. package/esm2022/lib/components/stepper/index.mjs +1 -1
  103. package/esm2022/lib/components/stepper/stepper.component.mjs +3 -3
  104. package/esm2022/lib/components/stepper/stepper.module.mjs +1 -1
  105. package/esm2022/lib/components/top-bar/index.mjs +1 -1
  106. package/esm2022/lib/components/top-bar/top-bar.component.mjs +3 -3
  107. package/esm2022/lib/components/top-bar/top-bar.module.mjs +1 -1
  108. package/esm2022/lib/guards/crud-list-has-items.guard.mjs +1 -1
  109. package/esm2022/lib/guards/get-token-by-guid.guard.mjs +1 -1
  110. package/esm2022/lib/guards/has-permission.guard.mjs +1 -1
  111. package/esm2022/lib/guards/index.mjs +1 -1
  112. package/esm2022/lib/guards/role.guard.mjs +1 -1
  113. package/esm2022/lib/guards/token-is-present.guard.mjs +1 -1
  114. package/esm2022/lib/injections/index.mjs +1 -1
  115. package/esm2022/lib/interceptors/http-interceptor.mjs +1 -1
  116. package/esm2022/lib/interceptors/index.mjs +1 -1
  117. package/esm2022/lib/models/app-name.enum.mjs +1 -1
  118. package/esm2022/lib/models/boolean-type.enum.mjs +1 -1
  119. package/esm2022/lib/models/crud-history.model.mjs +1 -1
  120. package/esm2022/lib/models/crud-mode.enum.mjs +1 -1
  121. package/esm2022/lib/models/currency.enum.mjs +1 -1
  122. package/esm2022/lib/models/data-table.model.mjs +1 -1
  123. package/esm2022/lib/models/document-type.enum.mjs +1 -1
  124. package/esm2022/lib/models/filters.model.mjs +1 -1
  125. package/esm2022/lib/models/generic-modal.model.mjs +1 -1
  126. package/esm2022/lib/models/http-response.model.mjs +1 -1
  127. package/esm2022/lib/models/index.mjs +1 -1
  128. package/esm2022/lib/models/ip-info.enum.mjs +1 -1
  129. package/esm2022/lib/models/list-item.model.mjs +1 -1
  130. package/esm2022/lib/models/locale.enum.mjs +1 -1
  131. package/esm2022/lib/models/menu-item.model.mjs +1 -1
  132. package/esm2022/lib/models/message-status.enum.mjs +1 -1
  133. package/esm2022/lib/models/profile.model.mjs +1 -1
  134. package/esm2022/lib/models/role.enum.mjs +1 -1
  135. package/esm2022/lib/models/status.enum.mjs +1 -1
  136. package/esm2022/lib/models/topbar.model.mjs +1 -1
  137. package/esm2022/lib/models/vector-app.model.mjs +1 -1
  138. package/esm2022/lib/models/vector-notification.model.mjs +1 -1
  139. package/esm2022/lib/models/view.enum.mjs +1 -1
  140. package/esm2022/lib/pipes/currency-brl.pipe.mjs +1 -1
  141. package/esm2022/lib/pipes/format-document.pipe.mjs +1 -1
  142. package/esm2022/lib/pipes/index.mjs +1 -1
  143. package/esm2022/lib/pipes/mask.pipe.mjs +1 -1
  144. package/esm2022/lib/pipes/not-hidden.pipe.mjs +1 -1
  145. package/esm2022/lib/pipes/only-active.pipe.mjs +1 -1
  146. package/esm2022/lib/pipes/pipes.module.mjs +1 -1
  147. package/esm2022/lib/pipes/remove-last-child.pipe.mjs +1 -1
  148. package/esm2022/lib/pipes/unread-notifications.pipe.mjs +1 -1
  149. package/esm2022/lib/resolvers/get-selected-crud-item.resolver.mjs +1 -1
  150. package/esm2022/lib/resolvers/index.mjs +1 -1
  151. package/esm2022/lib/services/auth.service.mjs +1 -1
  152. package/esm2022/lib/services/base-dropdown.mjs +1 -1
  153. package/esm2022/lib/services/crud-base.service.mjs +1 -1
  154. package/esm2022/lib/services/enum.service.mjs +1 -1
  155. package/esm2022/lib/services/error-message.service.mjs +1 -1
  156. package/esm2022/lib/services/geolocation.service.mjs +1 -1
  157. package/esm2022/lib/services/index.mjs +1 -1
  158. package/esm2022/lib/services/loading.service.mjs +1 -1
  159. package/esm2022/lib/services/menu.service.mjs +1 -1
  160. package/esm2022/lib/services/modal.service.mjs +1 -1
  161. package/esm2022/lib/services/notifications.service.mjs +1 -1
  162. package/esm2022/lib/services/profile.service.mjs +1 -1
  163. package/esm2022/lib/services/storage.service.mjs +1 -1
  164. package/esm2022/lib/shared/shared.module.mjs +1 -1
  165. package/esm2022/lib/utils/cpf-cnpj-validator.util.mjs +1 -1
  166. package/esm2022/lib/utils/file.util.mjs +1 -1
  167. package/esm2022/lib/utils/index.mjs +1 -1
  168. package/esm2022/lib/utils/mask.util.mjs +1 -1
  169. package/esm2022/lib/utils/object.util.mjs +1 -1
  170. package/esm2022/lib/utils/string.util.mjs +1 -1
  171. package/esm2022/lib/utils/validation.util.mjs +1 -1
  172. package/esm2022/lib/utils/window.util.mjs +1 -1
  173. package/esm2022/public-api.mjs +1 -1
  174. package/fesm2022/ngx-vector-components.mjs +70 -64
  175. package/fesm2022/ngx-vector-components.mjs.map +1 -1
  176. package/lib/components/fields/text-field/text-field.component.d.ts +2 -1
  177. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,2230 +1,2236 @@
1
- # Changelog
2
-
3
- ## [5.86.0] (15/01/2025)
4
-
5
- ### Features
6
-
7
- - Add 'OPEN_PROGRAMABILITY_SHIFT' in `profile.model.ts`
8
-
9
- ## [5.85.0] (08/01/2025)
10
-
11
- ### Features
12
-
13
- - Added property binding `pattern` in `vector-text-field` for using specific regular expressions.
14
-
15
- ## [5.84.0] (02/01/2025)
16
-
17
- ### Features
18
-
19
- - Add 'SHOW_PGR_INSURANCE' in `profile.model.ts`
20
- - Add 'ADD_PGR_CONTRACTS' in `profile.model.ts`
21
- - Add 'DELETE_PGR_CONTRACTS' in `profile.model.ts`
22
- - Add 'ADD_PGR_RULES' in `profile.model.ts`
23
- - Add 'DELETE_PGR_RULES' in `profile.model.ts`
24
- - Add 'ADD_PGR_CONFIGURATIONS' in `profile.model.ts`
25
-
26
- ## [5.83.0] (30/12/2024)
27
-
28
- ### Features
29
-
30
- - Add 'OPEN_SHIFTS_MANUALLY' in `profile.model.ts`
31
-
32
- ## [5.82.0] (30/12/2024)
33
-
34
- ### FIX
35
-
36
- - Publication error
37
-
38
- ## [5.81.1] (30/12/2024)
39
-
40
- ### Fix
41
-
42
- - Fix `ngOnInit` method in `checkbox-field.component.ts`
43
-
44
- ## [5.81.0] (24/12/2024)
45
-
46
- ### Features
47
-
48
- - Add 'CONTROL_CADASTRO_EXCEL_EXPORT' in `profile.model.ts`
49
-
50
- ## [5.80.0] (19/12/2024)
51
-
52
- ### Features
53
-
54
- - Add 'SHOW_PLANNED_TRIP_LOGS' in `profile.model.ts`
55
-
56
- ## [5.79.0] (17/12/2024)
57
-
58
- ### Features
59
-
60
- - Add 'FINALIZE_PLANNED_TRIP_PENDING_FINISH' in `profile.model.ts`
61
-
62
- ## [5.78.1] (12/12/2024)
63
-
64
- ### Features
65
-
66
- - Added `timeOnly`, `hourFormat`, `stepHour`and `stepSecond` properties into `vector-calendar-field` component in lib ngx-vector-components.
67
- - Added `onBlur`, `onFocus`, `onSelect` and `onInput` methods into `vector-calendar-field` component in lib ngx-vector-components.
68
-
69
- ## [5.77.0] (04/12/2024)
70
-
71
- ### Features
72
-
73
- - Add 'SHOW_PARAMETERS_MONITORING' and 'ADD_PARAMETERS_MONITORING' in `profile.model.ts`
74
-
75
- ## [5.76.0] (03/12/2024)
76
-
77
- ### Features
78
-
79
- - Change 'CANCEL_TRIP_OFFER_ETCD' to 'CANCEL_TRIP_OFFER_CARGO_MATCH' in `profile.model.ts`
80
- - Change `Trip Offer Etcd Cancel` to `Trip Offer Cargo Match Cancel` in `profile.model.ts`
81
-
82
- ## [5.75.0] (29/11/2024)
83
-
84
- ### Features
85
-
86
- - Add 'SAVE_PARAMETER_ORDER_TRACKING' permission in `profile.model.ts`
87
-
88
- ## [5.74.0] (29/11/2024)
89
-
90
- ### Features
91
-
92
- - Add 'SAVE_CLIENT_ORDER_TRACKING' permission in `profile.model.ts`
93
- - Add 'SHOW_CLIENT_ORDER_TRACKING' permission in `profile.model.ts`
94
- - Add 'SHOW_PARAMETER_ORDER_TRACKING' permission in `profile.model.ts`
95
-
96
- ## [5.73.0] (29/11/2024)
97
-
98
- ### Features
99
-
100
- - Add 'ADD_LOCATION_SHIFT_PRIORITY' permission in `profile.model.ts`
101
-
102
- ## [5.72.2] (27/11/2024)
103
-
104
- ### Fix
105
-
106
- - Change rules to disabled controls in `checkbox-field-component.ts`
107
- - Change rules to disabled controls in `dropdown-field-component.ts`
108
- - Change rules to disabled controls in `multiselect-field-component.ts`
109
- - Change rules to disabled controls in `radio-button-field-component.ts`
110
-
111
- ## [5.72.1] (27/11/2024)
112
-
113
- ### Fix
114
-
115
- - Remove rules to disabled controls in `text-field-component.ts`
116
-
117
- ## [5.72.0] (26/11/2024)
118
-
119
- ### Features
120
-
121
- - Add 'DELETE_LOCATION_SHIFT_PRIORITY' permission in `profile.model.ts`
122
-
123
- ## [5.71.1] (26/11/2024)
124
-
125
- ### Fix
126
-
127
- - Fixed disable property for vector-checkbox-field
128
- - Fixed disable property for vector-dropdown-field
129
- - Fixed disable property for vector-multiselect-field
130
- - Fixed disable property for vector-radio-button-field
131
- - Fixed disable property for vector-text-field
132
-
133
- ## [5.71.0] (25/11/2024)
134
-
135
- ### Features
136
-
137
- - Add disable property for vector-radio-button-field
138
- - Add disable property for vector-multiselect-field
139
- - Add disable property for vector-checkbox-field
140
- - Add disable property for vector-text-field
141
-
142
- ## [5.70.0] (25/11/2024)
143
-
144
- ### Features
145
-
146
- - Add new event in `text-field.component.ts`
147
-
148
- ## [5.69.0] (22/11/2024)
149
-
150
- ### Features
151
-
152
- - Add 'SHOW_ISS_PARAMS' permission in `profile.model.ts`
153
- - Add 'CREATE_ISS_PARAMS' permission in `profile.model.ts`
154
- - Add 'EDIT_ISS_PARAMS' permission in `profile.model.ts`
155
-
156
- ## [5.68.0] (12/11/2024)
157
-
158
- ### Features
159
-
160
- - Add 'ADD_SUPPLY_MANUAL' permission in `profile.model.ts`
161
-
162
- ## [5.67.0] (06/11/2024)
163
-
164
- ### Features
165
-
166
- - Add `type` property in `crud-history.model.ts`
167
- - Add `auditDelta.type` property in `crud-history.component`
168
-
169
- ## [5.66.0] (25/10/2024)
170
-
171
- ### Features
172
-
173
- - Add 'SHOW_PROFILEUSER' permission in `profile.model.ts`
174
- - Add 'EDIT_PROFILEUSER' permission in `profile.model.ts`
175
- - Add 'CREATE_PROFILEUSER' permission in `profile.model.ts`
176
- - Add 'ACTIVATE_PROFILEUSER' permission in `profile.model.ts`
177
- - Add 'DEACTIVATE_PROFILEUSER' permission in `profile.model.ts`
178
-
179
- ## [5.65.0] (25/10/2024)
180
-
181
- ### Features
182
-
183
- - Add 'STATUS' permission in `status.enum.ts`
184
-
185
- ## [5.64.0] (23/10/2024)
186
-
187
- ### Features
188
-
189
- - Add 'SHOW_ETA_VECTOR' permission in `profile.model.ts`
190
-
191
- ## [5.63.0] (18/10/2024)
192
-
193
- ### Features
194
-
195
- - Add 'EDIT_ESTIMATED_TIME_TO_ARRIVE' permission in `profile.model.ts`
196
-
197
- ## [5.62.0] (17/10/2024)
198
-
199
- ### Features
200
-
201
- - Add 'EDIT_VECTOR_SHIFT_VACANCIES' permission in `profile.model.ts`
202
-
203
- ## [5.61.0] (14/10/2024)
204
-
205
- ### Features
206
-
207
- - Add 'EDIT_VECTOR_SHIFT_VACANCIES' permission in `profile.model.ts`
208
-
209
- ## [5.60.0] (07/10/2024)
210
-
211
- ### Features
212
-
213
- - Add 'DELETE_SUPPLIER_SCHEDULING_MANAGEMENT' permission in `profile.model.ts`
214
-
215
- ## [5.59.0] (07/10/2024)
216
-
217
- ### Features
218
-
219
- - Add 'SHOW_GENERAL_PARAMETERS' permission in `profile.model.ts`
220
- - Add 'SHOW_DISTRIBUTION_OF_VACANCIES' permission in `profile.model.ts`
221
- - Add 'SHOW_SCHEDULE_SCHEDULING_MANAGEMENT' permission in `profile.model.ts`
222
- - Add 'SHOW_HISTORICAL_SCHEDULING_MANAGEMENT' permission in `profile.model.ts`
223
-
224
- ## [5.58.0] (07/10/2024)
225
-
226
- ### Features
227
-
228
- - Add 'SHOW_LOT_PARAMETER_SHIPPER' permission in `profile.model.ts`
229
- - Add 'SAVE_LOT_PARAMETER_SHIPPER' permission in `profile.model.ts`
230
-
231
- ## [5.57.0] (27/09/2024)
232
-
233
- ### Features
234
-
235
- - Add 'SENT_TO_SAP_SUPPLY' permission in `profile.model.ts`
236
- - Add 'SAVE_NFSAP_DOCUMENTS' permission in `profile.model.ts`
237
-
238
- ## [5.56.0] (27/09/2024)
239
-
240
- ### Features
241
-
242
- - Adjust `option.showDescriptionOnRight` property in `multiselect-field.component` to enable/disable description
243
-
244
- ## [5.55.0] (27/09/2024)
245
-
246
- ### Features
247
-
248
- - Rollback
249
-
250
- ## [5.53.0] (25/09/2024)
251
-
252
- ### Features
253
-
254
- - Add 'DELIVERY_TOLL_CARD' permission in `profile.model.ts`
255
- - Add 'SHOW_TOLL_CARD' permission in `profile.model.ts`
256
- - Add 'EDIT_TOLL_CARD' permission in `profile.model.ts`
257
-
258
- ## [5.52.0] (19/09/2024)
259
-
260
- ### Features
261
-
262
- - Add 'VIEW_LOCATION_GROUP' permission in `profile.model.ts`
263
- - Add 'CREATE_LOCATION_GROUP' permission in `profile.model.ts`
264
- - Add 'EDIT_LOCATION_GROUP' permission in `profile.model.ts`
265
- - Add 'DEACTIVATE_LOCATION_GROUP' permission in `profile.model.ts`
266
-
267
- ## [5.51.0] (10/09/2024)
268
-
269
- ### Features
270
-
271
- - Add 'APPROVE_OR_DISAPPROVE_ANALYSIS' permission in `profile.model.ts`
272
-
273
- ## [5.50.0] (28/08/2024)
274
-
275
- ### Features
276
-
277
- - Add 'ADD_DRIVER_MULTICARRIER' permission in `profile.model.ts`
278
-
279
- ## [5.49.0] (23/08/2024)
280
-
281
- ### Features
282
-
283
- - Add new `vector-input-otp` component.
284
- - Changed CSS to `showFlags` property in the `multiselect-field component.ts`.
285
-
286
- ## [5.48.0] (14/08/2024)
287
-
288
- ### Features
289
-
290
- - Added property `loading` in `button.components.ts`.
291
- - Added property `showHeader` and `showFlags` in `multiselect-field.components.ts`.
292
-
293
- ## [5.47.1] (14/08/2024)
294
-
295
- ### Fix
296
-
297
- - Add `display: flex` in `radio-button-field.scss`
298
-
299
- ## [5.47.0] (06/08/2024)
300
-
301
- ### Features
302
-
303
- - Add 'SHOW_GR_VECTOR_PARAMETERS' permission in `profile.model.ts`
304
- - Add 'ACTIVATE_OR_INACTIVATE_GR_PARAMETERS' permission in `profile.model.ts`
305
- - Add 'UPDATE_GR_PARAMETERS' permission in `profile.model.ts`
306
- - Add 'CREATE_GR_VECTOR' permission in `profile.model.ts`
307
- - Add 'APPROVE_OR_DISAPROVE_GR' permission in `profile.model.ts`
308
- - Add 'SHOW_GR_VECTOR' permission in `profile.model.ts`
309
-
310
- ## [5.46.0] (06/08/2024)
311
-
312
- ### Features
313
-
314
- - Added IntegrationStatusEnum `status.enum`.
315
-
316
- ## [5.45.0] (26/07/2024)
317
-
318
- ### Features
319
-
320
- - Added greaterThanTo `validation.util`.
321
-
322
- ## [5.44.0] (24/07/2024)
323
-
324
- ### Feature
325
-
326
- - Add 'APPROVE_POOL_BIDDING_CLOSURE' permission in `profile.model.ts`
327
- - Add 'APPROVE_POOL_BIDDING_LESSER_VALUE' permission in `profile.model.ts`
328
-
329
- ## [5.43.0] (28/06/2024)
330
-
331
- ### Feature
332
-
333
- - Add 'SHOW_SHIPPING_FREIGHT and SHOW_SHIPPING_FREIGHT' permission in `profile.model.ts`
334
-
335
- ## [5.42.0] (27/06/2024)
336
-
337
- ### Feature
338
-
339
- - Add `MonitoringJustifyEvent and MonitoringHandleEvent` permission in `profile.model.ts`
340
-
341
- ## [5.41.0] (27/06/2024)
342
-
343
- ### Feature
344
-
345
- - Add `CONFIGURE_WAITING_LINES`,`ADD_WAITING_LINES`,`SHOW_WAITING_LINES`,`CALL_DRIVER_WAITING_LINES` permission in `profile.model.ts`
346
-
347
- ## [5.40.0] (25/06/2024)
348
-
349
- ### Feature
350
-
351
- - Add `UPDATE_TRAVEL_APPROVAL` permission in `profile.model.ts`
352
-
353
- ## [5.39.1] (24/06/2024)
354
-
355
- ### Fix
356
-
357
- - Add `display: block` in `input-number-field.scss`
358
-
359
- ## [5.39.0] (21/06/2024)
360
-
361
- ### Feature
362
-
363
- - Removed `ADD_LASTNAME_LOCATION` permission in `profile.model.ts`
364
-
365
- ## [5.38.0] (07/06/2024)
366
-
367
- ### Feature
368
-
369
- - Added `Icon` in `radio-button-field.component`
370
- - Added `NumericDotComma` in `vector-text-field.component`
371
-
372
- ## [5.37.0] (05/06/2024)
373
-
374
- ### Feature
375
-
376
- - Added `Permiss SurveysDriver` in `profile.model`
377
-
378
- ## [5.36.0] (04/06/2024)
379
-
380
- ### Feature
381
-
382
- - Added `AUDIT_CHECKLIST` in `profile.model`
383
-
384
- ## [5.35.0] (03/06/2024)
385
-
386
- ### Feature
387
-
388
- - Added `round` directive in `vector-button`
389
-
390
- ## [5.34.0] (31/05/2024)
391
-
392
- ### Feature
393
-
394
- - Added `SHOW_ORDER_TRAKING_UNTIL_TRIP_EN` in `profile.model`
395
-
396
- ## [5.33.0] (27/05/2024)
397
-
398
- ### Feature
399
-
400
- - Change `Add Permiss Vale Pedagio` to `PlannedTrips` in `profile.model`
401
-
402
- ## [5.32.1] (23/05/2024)
403
-
404
- ### Bugfix
405
-
406
- - Change `Add block Hazmat` to `Add Block Hazmat` in `profile.model`
407
- - Change `Show block Hazmat` to `Show Block Hazmat` in `profile.model`
408
- - Change `Edit block Hazmat` to `Edit Block Hazmat` in `profile.model`
409
-
410
- ## [5.32.0] (19/05/2024)
411
-
412
- ### Feature
413
-
414
- - Added `CONFIGURE_APPROVAL_AUTHORITY` in `profile.model`
415
- - Added `SHOW_APPROVAL_AUTHORITY_CONFIG` in `profile.model`
416
-
417
- ## [5.31.0] (17/05/2024)
418
-
419
- ### Feature
420
-
421
- - Added `entityType` property in `crud-history.model`
422
-
423
- ## [5.30.1] (13/05/2024)
424
-
425
- ### Feature
426
-
427
- - Added `ADD_BLOCK_HAZMAT` in `profile.model`
428
- - Added `SHOW_BLOCK_HAZMAT` in `profile.model`
429
- - Added `EDIT_BLOCK_HAZMAT` in `profile.model`
430
-
431
- ## [5.29.0] (13/05/2024)
432
-
433
- ### Feature
434
-
435
- - Added `SHOW_TELEMETRY_POINT` in `profile.model`
436
-
437
- ## [5.28.0] (10/05/2024)
438
-
439
- ### Feature
440
-
441
- - Erro na publicação
442
-
443
- ## [5.27.1] (02/05/2024)
444
-
445
- ### Bugfix
446
-
447
- - Remove `id` in `button.component`
448
- - Remove `id` in `textarea-field.component`
449
- - Change `id` in `text-field.componente`
450
-
451
- ## [5.27.0] (02/05/2024)
452
-
453
- ### Feature
454
-
455
- - Added `LOW_FUEL_STOCK_RECEPTION_PRODUCT` in `profile.model`
456
-
457
- ## [5.26.1] (01/05/2024)
458
-
459
- ### Fix
460
-
461
- - CHANGE `id` To `inputId` in `currency-field.component`
462
-
463
- ## [5.26.0] (01/05/2024)
464
-
465
- ### Feature
466
-
467
- - Added `id` in `textarea-field.component`
468
- - Added `id` in `dropdown-field.component`
469
- - Added `id` in `currency-field.component`
470
- - Added `id` in `button.component`
471
-
472
- ## [5.25.0] (30/04/2024)
473
-
474
- ### Feature
475
-
476
- - Added `APPROVE_CARRIER` in `profile.model`
477
-
478
- ## [5.24.0] (30/04/2024)
479
-
480
- ### Feature
481
-
482
- - Change datepicker in `vector-calendar-field`
483
-
484
- ## [5.23.0] (29/04/2024)
485
-
486
- ### Feature
487
-
488
- - Added `SHOW_DIGITAL_TRANSPORTATION ` in `profile.model`
489
- - Added `FULL_ACCESS_DIGITAL_DISCHARGE` in `profile.model`
490
-
491
- ## [5.22.1] (26/04/2024)
492
-
493
- ### Feature
494
-
495
- - Change permission `Documental hazmat` in `profile.model`
496
-
497
- ## [5.22.0] (26/04/2024)
498
-
499
- ### Feature
500
-
501
- - Added new permission `Documental hazmat` in `profile.model`
502
-
503
- ## [5.21.0] (25/04/2024)
504
-
505
- ### Feature
506
-
507
- - Added `Show Route Planned Trip permissions` in `profile.model`
508
- - Added `New Route Planned Trip permissions` in `profile.model`
509
- - Added `Edit Route Planned permissions` in `profile.model`
510
- - Added `New Rotogram` in `profile.model`
511
- - Added `Show Rotogram` in `profile.model`
512
-
513
- ## [5.20.0] (18/04/2024)
514
-
515
- ### Feature
516
-
517
- - Added new permission `Add Observation Event` in `profile.model`
518
- - Added new permission `Approved Event` in `profile.model`
519
-
520
- ## [5.19.2] (17/04/2024)
521
-
522
- ### Fix
523
-
524
- - Added new permission `Delete Rotogram` in `profile.model`
525
-
526
- ## [5.18.0] (09/04/2024)
527
-
528
- ### Feature
529
-
530
- - Added new permission `Edit Configuration` in `profile.model`
531
-
532
- ## [5.17.0] (03/04/2024)
533
-
534
- ### Feature
535
-
536
- - Added new parameters for `showTime` and `showSeconds` in `vector-calendar-field`
537
- - Added new parameter `stepMinute` in `vector-calendar-field`
538
- - Added new permission `Retroactive Show` in `profile.model`
539
-
540
- ## [5.16.0] (01/04/2024)
541
-
542
- ### Feature
543
-
544
- - Added `permissions AddObservation,EditObservation,DeleteObservation,ShowObservation` in `profile.model`
545
-
546
- ## [5.15.0] (01/04/2024)
547
-
548
- ### Feature
549
-
550
- - Added onBlur in `vector-currency-field`.
551
-
552
- ## [5.14.0] (01/04/2024)
553
-
554
- ### Feature
555
-
556
- - Added `Show Geocerca permissions` in `profile.model`
557
- - Added `Add Geocerca permissions` in `profile.model`
558
- - Added `Active Geocerca permissions` in `profile.model`
559
-
560
- ## [5.13.0] (08/03/2024)
561
-
562
- ### Feature
563
-
564
- - Added optional parameter `forceSelection` input to `vector-dropdown`.
565
-
566
- ## [5.12.0] (07/03/2024)
567
-
568
- ### Feature
569
-
570
- - Added `permission SupplierUpdateCheckInCheckOut` in `profile.model`
571
-
572
- ## [5.11.0] (28/02/2024)
573
-
574
- ### Feature
575
-
576
- - Added `permission ManualChecklistApplication` in `profile.model`
577
-
578
- ## [5.10.1] (23/02/2024)
579
-
580
- ### Bugfix
581
-
582
- - Removed `fas from button type datatable column` in `datatable.component.ts`
583
-
584
- ## [5.10.0] (22/02/2024)
585
-
586
- ### Feature
587
-
588
- - Added `permissions ShowDriverTripInfoDetail` in `profile.model`
589
-
590
- ## [5.9.0] (22/02/2024)
591
-
592
- ### Feature
593
-
594
- - Added `permissions MonitoringplannedTrips` in `profile.model`
595
-
596
- ## [5.8.0] (20/02/2024)
597
-
598
- ### Feature
599
-
600
- - Added `permissions plannedTrips` in `profile.model`
601
-
602
- ## [5.7.0] (16/02/2024)
603
-
604
- ### Feature
605
-
606
- - Added `shouldLazyLoadWithoutFilter` in `data-table.component.model`
607
-
608
- ## [5.6.0] (16/02/2024)
609
-
610
- ### Features
611
-
612
- - Added `inputId` property to `vector-input-number` to set the input element id;
613
- - Added event parameter output to `onFocus` and `onBlur` events on `vector-input-number`.
614
-
615
- ### Bugfix
616
-
617
- - Fixed `field-error-message` CSS to fit correctly fields on dialogs;
618
- - Fixed `onBlur` and `onFocus` events call on `vector-input-number`.
619
-
620
- ## [5.5.1] (15/02/2024)
621
-
622
- ### Feature
623
-
624
- - Added `limitScrollPage` in `vector-dropdown-field` to custom limit scroll.
625
-
626
- ## [5.5.0] (15/02/2024)
627
-
628
- ### Feature
629
-
630
- - Added `permissions documents cadastros` in `profile.model`
631
-
632
- ## [5.4.2] (12/02/2024)
633
-
634
- ### Bugfix
635
-
636
- - Adjust `this.control.value code null error line 163` in `dropdown-field.component.ts`
637
- - Adjust Style error `layout error broken` in `text-field.component.ts`
638
-
639
- ## [5.4.1] (05/02/2024)
640
-
641
- ### Bugfix
642
-
643
- - Adjust `toogleMenu` in `vector-top-bar.component.ts`
644
- - Adjust Style `sizeField` in `calendar-field.component.scss` and `currency-field.component.scss`
645
-
646
- ## [5.4.0] (31/01/2024)
647
-
648
- ### Feature
649
-
650
- - Added `permissions documents cadastros` in `profile.model`
651
-
652
- ## [5.3.2] (29/01/2024)
653
-
654
- ### Bugfix
655
-
656
- - Added `Adjustment disabled for fields in filters and dropdown` in `dropdown-field.component.ts`
657
-
658
- ## [5.3.1] (29/01/2024)
659
-
660
- ### Bugfix
661
-
662
- - Added `Adjusment validation autocomplete` in `dropdown-field.component.ts`
663
-
664
- ## [5.3.0] (23/01/2024)
665
-
666
- ### Feature
667
-
668
- - Added `Driver Show Shipper Petrobras permissions` in `profile.model`
669
- - Added `Carrier Show Shipper Petrobras permissions` in `profile.model`
670
- - Added `Vehicle Show Shipper Petrobras permissions` in `profile.model`
671
-
672
- ## [5.2.0] (23/01/2024)
673
-
674
- ### Feature
675
-
676
- - Added `N1 and N2 permissions` in `profile.model`
677
-
678
- ## [5.1.2] (23/01/2024)
679
-
680
- ### BREAKING CHANGES
681
-
682
- - Adjust width in field dropdown
683
-
684
- ## [5.1.1] (23/01/2024)
685
-
686
- ### BREAKING CHANGES
687
-
688
- - Updated dropdown PrimeNG to v17.
689
-
690
- ## [5.1.0] (23/01/2024)
691
-
692
- ### Feature
693
-
694
- - Added styles-class `default-outlined-gray` in `_primeng-custom-theme.scss` to `button.component.ts`
695
- - Added styles-class `default-outlined-gray-icon-red` in `_primeng-custom-theme.scss` to `button.component.ts`
696
- - Added styles-class `default-outlined-gray-icon-gray ` in `_primeng-custom-theme.scss` to `button.component.ts`
697
-
698
- ## [5.0.1] (18/01/2024)
699
-
700
- ### Fix
701
-
702
- - Fixed `Input` and `Output` for `activeIndex` on `vector-stepper`.
703
-
704
- ## [5.0.0] (18/01/2024)
705
-
706
- ### BREAKING CHANGES
707
-
708
- - Updated Angular and PrimeNG to v17.
709
-
710
- ## [4.139.0] (17/01/2024)
711
-
712
- ### Feature
713
-
714
- - Added `permissions-CHANGE_IS_POC` in `profile.model`
715
-
716
- ## [4.138.0] (16/01/2024)
717
-
718
- ### Feature
719
-
720
- - Added enum `VECTOR_CLUB` in `view.enum.ts`
721
-
722
- ## [4.137.0] (12/01/2024)
723
-
724
- ### Feature
725
-
726
- - Added methods `convertObjectToQueryString` and `convertToUppercaseWithoutSymbols` in `string.utils.ts`
727
-
728
- ## [4.136.0] (06/01/2024)
729
-
730
- ### Feature
731
-
732
- - Added `firstLazyLoad` in `data-table.component.ts`
733
-
734
- ## [4.135.0] (05/01/2024)
735
-
736
- ### Feature
737
-
738
- - Added `disabled` in `input-switch-field.component.ts`
739
-
740
- - Added `permissions` in `profile.model`
741
-
742
- ## [4.134.0] (03/01/2024)
743
-
744
- ### Feature
745
-
746
- - Added `permissions` in `profile.model`
747
-
748
- ## [4.133.0] (02/01/2024)
749
-
750
- ### Feature
751
-
752
- - Added `checklist permissions` in `profile.model`
753
-
754
- ## [4.132.0] (27/12/2023)
755
-
756
- ### Feature
757
-
758
- - Added `permissions` in `profile.model`
759
-
760
- ## [4.131.0] (19/12/2023)
761
-
762
- ### Feature
763
-
764
- - Added `Styles in psteps component` in `_primeng-custom-theme.scss`
765
-
766
- ## [4.130.0] (16/12/2023)
767
-
768
- ### Feature
769
-
770
- - Added `input-switch` field.
771
-
772
- ## [4.129.0] (08/12/2023)
773
-
774
- ### Feature
775
-
776
- - Added `Show Driver Dashboard` in `profile.model`
777
-
778
- ## [4.128.0] (08/12/2023)
779
-
780
- ### Feature
781
-
782
- - Added `Block User Access` in `profile.model`
783
-
784
- ## [4.127.0] (24/11/2023)
785
-
786
- ### Feature
787
-
788
- - Added `ProfileTypeFornecedor` in `pt-BR.json`
789
- - Added `ProfileTypeFornecedor` in `ar-AR.json`
790
-
791
- ## [4.126.0] (24/11/2023)
792
-
793
- ### Feature
794
-
795
- - Added `permissionDocumentaryIrregularity` in `profile.model`
796
- - Added `functionCloseModal` in `multiselect-field`
797
-
798
- ## [4.125.0] (14/11/2023)
799
-
800
- ### Feature
801
-
802
- - Added `permissionPoolOfferts` in `profile.model`
803
-
804
- ## [4.124.0] (08/11/2023)
805
-
806
- ### Feature
807
-
808
- - Added `permission` in `profile.model`
809
-
810
- ## [4.123.0] (07/11/2023)
811
-
812
- ### Feature
813
-
814
- - 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
815
-
816
- ## [4.122.0] (30/10/2023)
817
-
818
- ### Feature
819
-
820
- - Added `customFunction` property in `data-table.component.ts` to insert a list of buttons with export buttons appearance
821
-
822
- ## [4.121.0] (26/10/2023)
823
-
824
- ### Feature
825
-
826
- - Added `HttpLegacyCrudActionResponseWithMessageAndData` in `http-response.model`
827
-
828
- ## [4.120.0] (26/10/2023)
829
-
830
- ### Feature
831
-
832
- - Added `permission` in `profile.model`
833
-
834
- ## [4.119.0] (23/10/2023)
835
-
836
- ### Feature
837
-
838
- - Added `disabled` in `vector-checkbox` when control is populated and group name is not
839
-
840
- ## [4.118.0] (17/10/2023)
841
-
842
- ### Feature
843
-
844
- - Added `permission` in `profile.model`
845
-
846
- ## [4.117.0] (13/10/2023)
847
-
848
- ### Feature
849
-
850
- - Added `isEtcd` in `profile.service` `userInfo`
851
- - Added `shipperEtcd` in `profile.service` `userInfo`
852
- - Added `profileTypeEnum` in `profile.service` `userInfo`
853
-
854
- ## [4.116.0] (10/10/2023)
855
-
856
- ### Feature
857
-
858
- - Added `permission` in `profile.model`
859
-
860
- ## [4.115.0] (28/09/2023)
861
-
862
- ### Feature
863
-
864
- - Added `permission` in `profile.model`
865
-
866
- ## [4.114.0] (23/09/2023)
867
-
868
- ### Feature
869
-
870
- - Added disabled state to `vector-stepper` component;
871
- - Added error message to `vector-number-input`.
872
-
873
- ## [4.113.0] (22/09/2023)
874
-
875
- ### Feature
876
-
877
- - Added `convertTimeToMinutes` and `convertMinutesToTime` to `StringUtils`.
878
- - Added `vector-stepper` component.
879
-
880
- ### Bugfix
881
-
882
- - Fixed `vector-filter` behavior with dropdown default value, which was considering as a Text field and always setting to empty string.
883
-
884
- ## [4.112.0] (21/09/2023)
885
-
886
- ### Feature
887
-
888
- - Added `permission` in `profile.model`
889
-
890
- ## [4.111.0] (21/09/2023)
891
-
892
- ### Feature
893
-
894
- - Added `permission` in `profile.model`
895
-
896
- ## [4.110.0] (18/09/2023)
897
-
898
- ### Feature
899
-
900
- - Added `permission` in `profile.model`
901
-
902
- ## [4.109.0] (18/09/2023)
903
-
904
- ### Feature
905
-
906
- - Added `controler` in `filter.component.ts`
907
-
908
- ## [4.108.0] (18/09/2023)
909
-
910
- ### Feature
911
-
912
- - Added `blurEvent` in `vector-percentage-field`
913
-
914
- ## [4.107.0] (14/09/2023)
915
-
916
- ### Feature
917
-
918
- - Added `numericPositive` in `vector-text-field`
919
-
920
- ## [4.106.0] (13/09/2023)
921
-
922
- ### Feature
923
-
924
- - Added `default-outlined` in `button.component`
925
- - Added `Show Freight Simulator Etcd` in `profile.model`.
926
- - Added `Create Update Freight Simulator Etcd` in `profile.model`.
927
- - Added `Approve Reprove Etcd Simulation` in `profile.model`.
928
-
929
- ## [4.105.0] (11/09/2023)
930
-
931
- ### Feature
932
-
933
- - Added `permission` in `profile.model`.
934
-
935
- ## [4.104.0] (05/09/2023)
936
-
937
- ### Feature
938
-
939
- - Added `permission` in `profile.model`.
940
-
941
- ## [4.103.0] (01/09/2023)
942
-
943
- ### Feature
944
-
945
- - Added `Style light-outline in vector-button` in `button.component`.
946
-
947
- ## [4.102.0] (29/08/2023)
948
-
949
- ### Feature
950
-
951
- - Added `Show Cargo Match Etcd Validations` in `profile.model`.
952
- - Added `Show Cargo Match Etcd Validations History` in `profile.model`.
953
-
954
- ## [4.101.0] (28/08/2023)
955
-
956
- ### Feature
957
-
958
- - Added `Create Update Cargo Match Validations` in `profile.model`.
959
- - Added `ValidationsCargoMatch` in `profile.model`.
960
-
961
- ## [4.100.0] (25/08/2023)
962
-
963
- ### Feature
964
-
965
- - Added `permission Cockpit` in `profile.model`.
966
- - Added `permission Cockpit Summary` in `profile.model`.
967
- - Added `permission Cockpit Registration` in `profile.model`.
968
- - Added `permission Cockpit Bank` in `profile.model`.
969
- - Added `permission Cockpit Credit` in `profile.model`.
970
- - Added `permission Cockpit PA` in `profile.model`.
971
- - Added `permission Cockpit Log` in `profile.model`.
972
- - Added `new validation top-bar account fintech ` in `to-bar.components`
973
-
974
- ## [4.99.0] (23/08/2023)
975
-
976
- ### Feature
977
-
978
- - Added `tooltip` property in `vector-filters`.
979
-
980
- ## [4.98.0] (22/08/2023)
981
-
982
- ### Feature
983
-
984
- - Added `permission` in `GeneralPanel`.
985
-
986
- ## [4.97.1] (09/08/2023)
987
-
988
- ### Fix
989
-
990
- - Added `customization for display value` in `MultiselectField`.
991
- - Added `customization for label and type or default values in vector-button` in `CrudFooter`.
992
- - Added `adjustment to icon margin when modal cannot be closed` in `GenericModal`.
993
-
994
- ## [4.97.0] (03/08/2023)
995
-
996
- ### Feature
997
-
998
- - Added `permission Shipping and Loyalty` in `profile.model.ts`.
999
-
1000
- ## [4.96.1] (03/08/2023)
1001
-
1002
- ### Fix
1003
-
1004
- - Updated the `GenericModal` model, css and structure html.
1005
- - Added property `type` to customization of default values for modal buttons in `GenericModal`.
1006
-
1007
- ## [4.96.0] (03/08/2023)
1008
-
1009
- ### Feature
1010
-
1011
- - Added `readonly` property in `vector-text-field`.
1012
-
1013
- ## [4.95.0] (03/08/2023)
1014
-
1015
- ### Feature
1016
-
1017
- - Rollback version
1018
-
1019
- ## [4.92.0] (26/07/2023)
1020
-
1021
- ### Feature
1022
-
1023
- - Added `permission` in `PriceTaking`.
1024
-
1025
- ## [4.91.0] (26/07/2023)
1026
-
1027
- ### Feature
1028
-
1029
- - Added `permission` in `parametersCancelTrips`.
1030
-
1031
- ## [4.90.0] (24/07/2023)
1032
-
1033
- ### Feature
1034
-
1035
- - Added `permission` in `profile.model.ts`.
1036
-
1037
- ## [4.89.0] (19/07/2023)
1038
-
1039
- ### Feature
1040
-
1041
- - Added `permission` in `profile.model.ts`.
1042
-
1043
- ## [4.88.0] (20/07/2023)
1044
-
1045
- ### Feature
1046
-
1047
- - Added `permission` in `profile.model.ts`.
1048
-
1049
- ## [4.87.0] (19/07/2023)
1050
-
1051
- ### Feature
1052
-
1053
- - Added `inputId` and `slotChar` inputs to `vector-text-field`;
1054
- - Added `centered` input to `vector-currency-field`;
1055
- - Added `skipMessages` input to `vector-generic-error-modal`.
1056
-
1057
- ## [4.86.1] (18/07/2023)
1058
-
1059
- ### Fix
1060
-
1061
- - Update `Label Mostrar Todos To Selecionar Todos` in `multiselect-field.component.html`
1062
- - Added `Created optional parameter to control showToggleAll value` in `multiselect-field.component.html`
1063
-
1064
- ## [4.86.0] (16/07/2023)
1065
-
1066
- ### Feature
1067
-
1068
- - Added `permission` in `profile.model.ts`.
1069
-
1070
- ## [4.85.0] (12/07/2023)
1071
-
1072
- ### Feature
1073
-
1074
- - Added `permission` in `profile.model.ts`.
1075
-
1076
- ## [4.84.0] (11/07/2023)
1077
-
1078
- ### Feature
1079
-
1080
- - Added new function `onBackSpacePress` in `text-field.component.ts`.
1081
-
1082
- ## [4.83.0] (10/07/2023)
1083
-
1084
- ### Feature
1085
-
1086
- - Added `permission` in `profile.model.ts`.
1087
-
1088
- ## [4.82.1] (07/07/2023)
1089
-
1090
- ### Fix
1091
-
1092
- - Update `TextFieldComponent in parameter (blur) inside unmasked input element` in `text-field.component.html`
1093
-
1094
- ## [4.82.0] (28/06/2023)
1095
-
1096
- ### Feature
1097
-
1098
- - Updated `DropdownFieldComponent add parameter isNgContent` in `dropdown-field.component.ts`.
1099
- - Updated `Add new <p-autocomplete> with <ng-template> when isNgContent is true` in `dropdown-field.component.html`.
1100
-
1101
- ## [4.81.0] (27/06/2023)
1102
-
1103
- ### Feature
1104
-
1105
- - Added `permission` in `profile.model.ts`.
1106
-
1107
- ## [4.80.0] (23/06/2023)
1108
-
1109
- ### Feature
1110
-
1111
- - Added `permission` in `profile.model.ts`.
1112
-
1113
- ## [4.79.0] (23/06/2023)
1114
-
1115
- ### Feature
1116
-
1117
- - Added `permission` in `profile.model.ts`.
1118
-
1119
- ## [4.78.0] (22/06/2023)
1120
-
1121
- ### Feature
1122
-
1123
- - Added `permission` in `profile.model.ts`
1124
-
1125
- ## [4.77.0] (22/06/2023)
1126
-
1127
- ### Feature
1128
-
1129
- - Added `permission` in `profile.model.ts`
1130
-
1131
- ## [4.76.0] (22/06/2023)
1132
-
1133
- ### Feature
1134
-
1135
- - Added `permission` in `profile.model.ts`.
1136
-
1137
- ## [4.75.0] (22/06/2023)
1138
-
1139
- ### Feature
1140
-
1141
- - Added `new object in http response to get errorMessage` `Http-response.model.ts`.
1142
- - Added `fatherKey in listItem to better control over options that depends from other values` `list-item.model.ts`
1143
-
1144
- ## [4.74.2] (22/06/2023)
1145
-
1146
- ### Feature
1147
-
1148
- - Added `permission` in `profile.model.ts`.
1149
-
1150
- ## [4.74.1] (21/06/2023)
1151
-
1152
- ### Bugfix
1153
-
1154
- - Added `new return error in interceptor `Http-interceptor.ts`.
1155
-
1156
- ## [4.74.0] (20/06/2023)
1157
-
1158
- ### Feature
1159
-
1160
- - Added `permission` in `profile.model.ts`.
1161
-
1162
- ## [4.73.0] (14/06/2023)
1163
-
1164
- ### Feature
1165
-
1166
- - adding disabled feature to dropdown filter type `filter.component.ts`.
1167
-
1168
- ## [4.72.1] (12/05/2023)
1169
-
1170
- ### Bugfix
1171
-
1172
- - populatin user id in profile service, so even in QA it will work `profile.service.ts`.
1173
-
1174
- ## [4.72.0] (25/05/2023)
1175
-
1176
- ### Feature
1177
-
1178
- - Added `permission` in `profile.model.ts`
1179
-
1180
- ## [4.71.0] (24/05/2023)
1181
-
1182
- ### Feature
1183
-
1184
- - Added `permission` in `profile.model.ts`
1185
-
1186
- ## [4.70.4] (22/05/2023)
1187
-
1188
- ### Feature
1189
-
1190
- - Added help center icons with links to `vector-top-bar`;
1191
-
1192
- ## [4.70.3] (19/05/2023)
1193
-
1194
- ### Feature
1195
-
1196
- - Refactory `close` click link to `vector-top-bar`;
1197
-
1198
- ## [4.70.2] (19/05/2023)
1199
-
1200
- ### Feature
1201
-
1202
- - Added `close` click link to `vector-top-bar`;
1203
-
1204
- ## [4.70.1] (19/05/2023)
1205
-
1206
- ### Feature
1207
-
1208
- - Added `event` click to `vector-top-bar`;
1209
-
1210
- ## [4.70.0] (18/05/2023)
1211
-
1212
- ### Feature
1213
-
1214
- - Added `alphaNumericAndWhitespace` filter to `vector-text-field`;
1215
-
1216
- ## [4.69.2] (12/05/2023)
1217
-
1218
- ### Bugfix
1219
-
1220
- - Added adjustment in the list of records when using the scrollbar `vector-dropdown-field`.
1221
-
1222
- ## [4.69.1] (11/05/2023)
1223
-
1224
- ### Bugfix
1225
-
1226
- - Added IF when column type is STATUS_BAGDE, because before when the value was 0 it was empty `vector-data-table`.
1227
-
1228
- ## [4.69.0] (06/05/2023)
1229
-
1230
- ### Feature
1231
-
1232
- - Added translations to fixed labels on `vector-data-table` and `vector-filters`.
1233
-
1234
- ## [4.68.0] (06/05/2023)
1235
-
1236
- ### Feature
1237
-
1238
- - Added help central icons to `vector-top-bar`.
1239
-
1240
- ## [4.67.0] (30/04/2023)
1241
-
1242
- ### Feature
1243
-
1244
- - Added `vector-score` component.
1245
-
1246
- ## [4.66.0] (30/04/2023)
1247
-
1248
- ### Feature
1249
-
1250
- - Added `NotificationsService`;
1251
- - Added `VectorNotification` model;
1252
- - Added notifications popup on `vector-top-bar`.
1253
-
1254
- ## [4.65.0] (28/04/2023)
1255
-
1256
- ### Feature
1257
-
1258
- - Added `permission` in `profile.model.ts`
1259
-
1260
- ## [4.64.0] (12/04/2023)
1261
-
1262
- ### Feature
1263
-
1264
- - Added `translate options` into `crud-footer` component in lib ngx-vector-components.
1265
-
1266
- ## [4.63.0] (05/04/2023)
1267
-
1268
- ### Feature
1269
-
1270
- - Added `apps` input for `vector-menu`, allowing rendering of custom apps.
1271
- - Added `onTabSelected` for `vector-data-table`;
1272
-
1273
- ### Bugfix
1274
-
1275
- - Fixed multiple lazy load requests on data tables with filters and tabs.
1276
-
1277
- ### Bugfix
1278
-
1279
- ## [4.62.1] (04/04/2023)
1280
-
1281
- - Added validation to `filters.component` to not make initial search in case there's a list item or default value invalid.
1282
-
1283
- ## [4.62.0] (03/04/2023)
1284
-
1285
- ### Feature
1286
-
1287
- - Added `currencyPrefix` and `localePrefix` properties in `currency filed.component`
1288
-
1289
- ## [4.61.0] (29/03/2023)
1290
-
1291
- ### Feature
1292
-
1293
- - Added `permission` in messageServices
1294
-
1295
- ## [4.60.0] (22/03/2023)
1296
-
1297
- ### Feature
1298
-
1299
- - Added `permission` in `profile.model.ts`
1300
-
1301
- ## [4.59.0] (24/02/2023)
1302
-
1303
- ### Feature
1304
-
1305
- - Added `permission` in `profile.model.ts`
1306
- - Added `disabled` in `vector-input-number.ts`
1307
-
1308
- ## [4.58.0] (22/02/2023)
1309
-
1310
- ### Feature
1311
-
1312
- - Added `CUIT_MASK` in `mask.util.ts`
1313
-
1314
- ## [4.57.0] (16/02/2023)
1315
-
1316
- ### Feature
1317
-
1318
- - Added cols and rows dynamic in `vector-textarea-field.ts`
1319
-
1320
- ## [4.56.0] (15/02/2023)
1321
-
1322
- ### Feature
1323
-
1324
- - Added mask in `mask.util.ts`
1325
-
1326
- ## [4.55.0] (12/02/2023)
1327
-
1328
- ### Feature
1329
-
1330
- - Added `leftLabel` to `vector-text-field`.
1331
-
1332
- ### Bugfix
1333
-
1334
- - Added padding-top to `vector-generic-modal` content to improve layout.
1335
- - Made grid classes for the action buttons of `vector-generic-modal` dynamic to fill the column if it is a single button.
1336
-
1337
- ## [4.54.0] (08/02/2023)
1338
-
1339
- ## [4.53.0] (06/02/2023)
1340
-
1341
- ### Feature
1342
-
1343
- - Added permissions in `profile.model.ts`
1344
-
1345
- ## [4.52.0] (28/01/2023)
1346
-
1347
- ### Feature
1348
-
1349
- - Added `icon` property to `ListItem`;
1350
- - Added icon option for `vector-data-table` tabs.
1351
-
1352
- ## [4.51.0] (28/01/2023)
1353
-
1354
- ### Feature
1355
-
1356
- - Added "info" value for `Status` enum;
1357
- - Added "info" color for `TEXT_BADGE` column on `data-table`;
1358
- - Added `STACK_BADGE` column type for `data-table`;
1359
- - Added `DATE` column type for `data-table`;
1360
- - Added `CURRENCY` column type for `data-table`;
1361
- - Auto select rows marked with `select: true` on `data-table`;
1362
- - Added filter option for `vector-multiselect-field`.
1363
-
1364
- ### Bugfix
1365
-
1366
- - Changed `appendTo` to `body` on `vector-multiselect-field`;
1367
- - Changed styles for `vector-multiselect-field` to match `vector-dropdown-field` styles;
1368
- - Fixed style issue regarding `filters` search button that prevented screens rendering correctly on first render.
1369
-
1370
- ## [4.50.0] (25/01/2023)
1371
-
1372
- ### Feature
1373
-
1374
- - Adding `permission` in tripService.
1375
-
1376
- ## [4.49.0] (13/01/2023)
1377
-
1378
- ### Feature
1379
-
1380
- - Added mask for hours minutes `00:00` in `mask-util`
1381
-
1382
- ### Bugfix
1383
-
1384
- - Erased pagedSuggestions restart in line 140 of `dropdown-field-component.ts` because when the data was reloaded, the dropdown fields were blank
1385
-
1386
- # [4.48.0] (11/01/2023)
1387
-
1388
- ### Feature
1389
-
1390
- - Added permissions in `product-reception-list.component.ts`
1391
-
1392
- ## [4.47.1] (18/11/2022)
1393
-
1394
- ### Bugfix
1395
-
1396
- - Adjust `api.ipify` in geolocation.service
1397
-
1398
- ## [4.47.0] (28/12/2022)
1399
-
1400
- ### Feature
1401
-
1402
- - Added permissions in `profile.model.ts`
1403
-
1404
- ## [4.46.0] (19/12/2022)
1405
-
1406
- ### Feature
1407
-
1408
- - Adding `permission` in trips.
1409
-
1410
- ## [4.45.0] (08/12/2022)
1411
-
1412
- ### Feature
1413
-
1414
- - Adding `permission Geofence` in profileService.
1415
- - Adding `AlterationHistory` in `vector-crud-history` and `Insert typeOfModification` in `crud-history.model`
1416
-
1417
- ## [4.44.4] (18/11/2022)
1418
-
1419
- ### Bugfix
1420
-
1421
- - Adjust `name "carteira digital for conta digital` in menu-vector
1422
-
1423
- ## [4.44.3] (18/11/2022)
1424
-
1425
- ### Bugfix
1426
-
1427
- - Adjust `open modal in icon termOfUse` in menu-vector
1428
-
1429
- ## [4.44.2] (16/11/2022)
1430
-
1431
- ### Bugfix
1432
-
1433
- - Adjust `password` in validation
1434
-
1435
- ## [4.44.1] (01/11/2022)
1436
-
1437
- ### Bugfix
1438
-
1439
- - Adjust `permission approveVector and approveETCD` in profileService
1440
-
1441
- ## [4.44.0] (28/10/2022)
1442
-
1443
- ### Feature
1444
-
1445
- - Adding `permission` in groups.
1446
-
1447
- ## [4.43.0] (28/10/2022)
1448
-
1449
- ### Feature
1450
-
1451
- - Adding `permission` in profileService.
1452
-
1453
- ## [4.42.1] (27/10/2022)
1454
-
1455
- ### Bugfix
1456
-
1457
- - Added fixed `vector-checkbox-field` error validation
1458
-
1459
- ## [4.42.0] (26/10/2022)
1460
-
1461
- ### Feature
1462
-
1463
- - Adding `columns expansible` in data-table.
1464
-
1465
- ## [4.41.1] (19/10/2022)
1466
-
1467
- ### Bugfix
1468
-
1469
- - Adding search action in `SELECT-BUTTON` filter
1470
-
1471
- ## [4.41.0] (15/10/2022)
1472
-
1473
- ### Feature
1474
-
1475
- - Added `HistoricalChangesNews` news permission
1476
-
1477
- ## [4.40.1] (14/10/2022)
1478
-
1479
- ### Bugfix
1480
-
1481
- - Added fixed "pt-BR" locale to `vector-currency-field`.
1482
-
1483
- ## [4.40.0] (14/10/2022)
1484
-
1485
- ### Feature
1486
-
1487
- - Added `maxDecimalInput `in `vector-currency-field`.
1488
-
1489
- ## [4.39.2] (13/10/2022)
1490
-
1491
- ### Bugfix
1492
-
1493
- - Fixed `vector-currency-field` behavior when inputing values when `isBankingField` is set to `true`.
1494
-
1495
- ## [4.39.1] (13/10/2022)
1496
-
1497
- ### Feature
1498
-
1499
- - adjusted bug in dataKey from `data-table.component`
1500
-
1501
- ## [4.39.0] (12/10/2022)
1502
-
1503
- ### Feature
1504
-
1505
- - Added disabled option for checkBox in `Datatbles.component`.
1506
-
1507
- ## [4.38.1] (11/10/2022)
1508
-
1509
- ### Feature
1510
-
1511
- - Fixed `expansible` feature for data-table.
1512
-
1513
- ## [4.38.0] (11/10/2022)
1514
-
1515
- ### Feature
1516
-
1517
- - Added row expand in `datatable.component`.
1518
-
1519
- ## [4.37.2] (07/10/2022)
1520
-
1521
- ### BugFix
1522
-
1523
- - Correction in `auth-service`.
1524
-
1525
- ## [4.37.1] (07/10/2022)
1526
-
1527
- ### BugFix
1528
-
1529
- - Correction in `auth-service`.
1530
-
1531
- ## [4.37.0] (07/10/2022)
1532
-
1533
- ### BugFix
1534
-
1535
- - Correction in `auth-service`.
1536
-
1537
- ## [4.36.0] (06/10/2022)
1538
-
1539
- ### Feature
1540
-
1541
- - Added service change `AddPermisLastNameLocation ` profile permission
1542
-
1543
- ## [4.35.0] (05/10/2022)
1544
-
1545
- ### Feature
1546
-
1547
- - Added service change `LinkedCnpj` top bar components
1548
-
1549
- ## [4.34.0] (03/10/2022)
1550
-
1551
- ### Feature
1552
-
1553
- - Added `TripOfferShow` profile permission
1554
-
1555
- ## [4.33.0] (02/10/2022)
1556
-
1557
- ### Feature
1558
-
1559
- - Added `Supply` profile permission.
1560
-
1561
- # Changelog
1562
-
1563
- ## [4.32.0] (30/09/2022)
1564
-
1565
- ### Feature
1566
-
1567
- - Added `ETCD` profile permission.
1568
-
1569
- ## [4.31.0] (30/09/2022)
1570
-
1571
- ### Feature
1572
-
1573
- - Added `RECEPTION_PRODUCT` profile permission.
1574
-
1575
- # Changelog
1576
-
1577
- ## [4.30.0] (30/09/2022)
1578
-
1579
- ### Feature
1580
-
1581
- - Added `Parameters` profile permission.
1582
-
1583
- ## [4.29.0] (27/09/2022)
1584
-
1585
- ### Feature
1586
-
1587
- - Added `max-width` and `line-break` support for `vector-generic-modal`.
1588
-
1589
- ## [4.28.0] (22/09/2022)
1590
-
1591
- ### Feature
1592
-
1593
- - Added `page` in `datatableComponent` to use in datatable fintech
1594
-
1595
- ## [4.27.0] (21/09/2022)
1596
-
1597
- ### Feature
1598
-
1599
- - Added `APPROVE_VECTOR` profile permission, ProfileModuleActionType.
1600
- - Added `APPROVE_ETCD` profile permission, ProfileModuleActionType.
1601
- - Added `DIGITAL_DISCHARGE` profile permission, ProfileModuleType
1602
-
1603
- ## [4.26.0] (15/09/2022)
1604
-
1605
- ### Feature
1606
-
1607
- - Added `userId` in `profile.service`.
1608
-
1609
- ## [4.25.1] (15/09/2022)
1610
-
1611
- ### Bugfix
1612
-
1613
- - fix `CREDIT_UNIT` profile permission.
1614
-
1615
- ## [4.25.0] (15/09/2022)
1616
-
1617
- ### Feature
1618
-
1619
- - Added `CREDIT` profile permission.
1620
- - Added `CREDIT_UNIT` profile permission.
1621
-
1622
- ## [4.24.0] (14/09/2022)
1623
-
1624
- ### Feature
1625
-
1626
- - Added `News` profile permission.
1627
-
1628
- ## [4.23.0] (14/09/2022)
1629
-
1630
- ### Feature
1631
-
1632
- - Added `step` support for `vector-percentage-field`.
1633
-
1634
- ### Bugfix
1635
-
1636
- - Fixed `vector-radio-button` alignment.
1637
-
1638
- ## [4.22.4] (09/09/2022)
1639
-
1640
- ### BugFix
1641
-
1642
- - change search document format
1643
-
1644
- ## [4.22.3] (06/09/2022)
1645
-
1646
- ### BugFix
1647
-
1648
- - Hide button after click dropdown
1649
-
1650
- ## [4.22.2] (06/09/2022)
1651
-
1652
- ### BugFix
1653
-
1654
- - dropdown change for choosing accounts, whenever you have more than 1 account, dropdown appears on the active account
1655
-
1656
- ## [4.22.1] (06/09/2022)
1657
-
1658
- ### BugFix
1659
-
1660
- - added `onHeaderCheckboxToggle` in `datatableComponent`
1661
-
1662
- ## [4.22.0] (05/09/2022)
1663
-
1664
- ### Feature
1665
-
1666
- - added `cpf-cnpj-validator` in `utils`, added `plate-mask` in `mask-utils`, added permissions in `profile.model.ts`.
1667
-
1668
- ## [4.21.0] (30/08/2022)
1669
-
1670
- ### Feature
1671
-
1672
- - added `profileName` to user info in `profile.service.ts`.
1673
-
1674
- ## [4.20.1] (15/08/2022)
1675
-
1676
- ### Bugfix
1677
-
1678
- - adjusted `data-table` to not keep start property when clicking search, validation in `data-table.component.ts`.
1679
-
1680
- ## [4.20.0] (15/08/2022)
1681
-
1682
- ### Features
1683
-
1684
- - Added `input-number` to `Componentes`
1685
-
1686
- ## [4.19.0] (13/08/2022)
1687
-
1688
- ### Features
1689
-
1690
- - Added `TEXT_BADGE` type to `TableColumnType` to render `vector-badge` on table.
1691
-
1692
- ### Bugfixes
1693
-
1694
- - Fixed filters patch from query params.
1695
-
1696
- ## [4.18.0] (05/08/2022)
1697
-
1698
- ### Features
1699
-
1700
- - Added `CustomButtons` to `vector-data-table` so the data-tables can have more buttons if needed.
1701
-
1702
- ## [4.17.0] (04/08/2022)
1703
-
1704
- ### Features
1705
-
1706
- - Added `filterMultiselect` to `FiltersType` to search for multiple selection
1707
-
1708
- ## [4.16.1] (01/08/2022)
1709
-
1710
- ### Bugfixes
1711
-
1712
- - Fixed `getCodes` function from `ObjectUtil` to support inner JSON objects.
1713
-
1714
- ## [4.16.0] (31/07/2022)
1715
-
1716
- ### Features
1717
-
1718
- - Added `getCodes` to `ObjectUtil` to mutate the given object properties to keep only the `code` property.
1719
-
1720
- ### Bugfixes
1721
-
1722
- - `FiltersComponent` fixed to patch the query params values correctly.
1723
-
1724
- ## [4.15.0] (01/08/2022)
1725
-
1726
- ### Features
1727
-
1728
- - Added function to add new account fintech.
1729
-
1730
- ## [4.14.0] (22/07/2022)
1731
-
1732
- ### Features
1733
-
1734
- - Added `AlterationHistory` in `vector-crud-history` to use the logtech pattern.
1735
-
1736
- ## [4.13.0] (18/07/2022)
1737
-
1738
- ### Features
1739
-
1740
- - Added `selectionType` in `vector-data-table` to add `checkboxbutton` or `radionbutton` in table.
1741
-
1742
- ### Refactor
1743
-
1744
- - Refactor `generic-modal` to accept news parameters and output events for make more dynamically.
1745
-
1746
- ## [4.12.0] (18/07/2022)
1747
-
1748
- ### Features
1749
-
1750
- - Added `multipleCheck` in `vector-checkbox-field` to add multiple options.
1751
-
1752
- ## [4.11.2] (16/07/2022)
1753
-
1754
- ### Bugfixes
1755
-
1756
- - Fixed `radio-button` to show invalid status color when touched.
1757
-
1758
- ## [4.11.1] (15/07/2022)
1759
-
1760
- ### Bugfixes
1761
-
1762
- - Fixed `getUserId` in `storageService` to get correctly user id.
1763
-
1764
- ## [4.11.0] (15/07/2022)
1765
-
1766
- ### Features
1767
-
1768
- - added `disabled` on `vector-range-field` to disabled field when insert true.
1769
- - added `disabled` on `vector-currency-field` to disabled field when insert true.
1770
-
1771
- ## [4.10.5] (14/07/2022)
1772
-
1773
- ### Bugfixes
1774
-
1775
- - Fixed `doMaskString` on `MaskUtil` to safely return a empty `string` when receiving an empty input.
1776
-
1777
- ## [4.10.4] (13/07/2022)
1778
-
1779
- ### Bugfixes
1780
-
1781
- - Fixed excel and pdf display button in `vector-data-table`.
1782
-
1783
- ## [4.10.3] (13/07/2022)
1784
-
1785
- ### Bugfixes
1786
-
1787
- - Fixed sort column without actions in `vector-data-table`.
1788
-
1789
- ## [4.10.2] (10/07/2022)
1790
-
1791
- ### Bugfixes
1792
-
1793
- - Fixed arrow icon in(Sort column) `vector-data-table`
1794
-
1795
- ## [4.10.1] (10/07/2022)
1796
-
1797
- ### Bugfixes
1798
-
1799
- - Fixed autoStart `vector-data-table`
1800
-
1801
- ## [4.9.0] (10/07/2022)
1802
-
1803
- ### Features
1804
-
1805
- - Added `MASK` type to `TableColumn` enum and implemented it on `data-table`;
1806
- - Added `FieldType` `DATE_RANGE` to `data-table` filters.
1807
-
1808
- ## [4.8.0] (09/07/2022)
1809
-
1810
- ### Features
1811
-
1812
- - Added `notSortable` property do `TableColumn` and implemented it on `data-table`.
1813
-
1814
- ## [4.7.1] (09/07/2022)
1815
-
1816
- ### BugFixes
1817
-
1818
- - Fixed `getById` on `getSugestionsOfDropDown`.
1819
-
1820
- ## [4.7.0] (08/07/2022)
1821
-
1822
- ### BugFixes
1823
-
1824
- - Added new Permissions in `profile.model.ts`.
1825
-
1826
- ### Features
1827
-
1828
- - Added `profileTypeItens` BehaviourSubject in `profile.serivice.ts`.
1829
-
1830
- ## [4.6.3] (08/07/2022)
1831
-
1832
- ### Bugfixes
1833
-
1834
- - fixed `menu-label` min-width to align correctly items.
1835
-
1836
- ## [4.6.2] (07/07/2022)
1837
-
1838
- ### Bugfixes
1839
-
1840
- - fixed `top-bar` to display vector user first name.
1841
-
1842
- ## [4.6.1] (05/07/2022)
1843
-
1844
- ### Bugfixes
1845
-
1846
- - `percentage field component` added minFractionDigits and maxFractionDigits properties to configure decimal values
1847
-
1848
- ## [4.6.0] (06/07/2022)
1849
-
1850
- ### Features
1851
-
1852
- - Added `goBackHidden` parameter to hidden goBackButton in `vector-crud-footer`.
1853
-
1854
- ## [4.5.1] (30/06/2022)
1855
-
1856
- ### Bugfixes
1857
-
1858
- - `menu` changed admin menu to show only fintech admin.
1859
-
1860
- ## [4.5.0] (29/06/2022)
1861
-
1862
- ### Features
1863
-
1864
- - `vector-filters` changed to read the url queryParams to set default values.
1865
-
1866
- ## [4.4.0] (28/06/2022)
1867
-
1868
- ### Features
1869
-
1870
- - Added `isExternalUrl` in `http-interceptor.ts`;
1871
-
1872
- ## [4.3.0] (27/06/2022)
1873
-
1874
- ### Features
1875
-
1876
- - Added `HttpDataResponse` in model `http-response.model.ts`;
1877
-
1878
- ## [4.2.1] (27/06/2022)
1879
-
1880
- ### Bug Fixes
1881
-
1882
- - Added `ADD_REGION` in model `profile.model.ts`;
1883
- - Added `SHOW_REGION` in model `profile.model.ts`;
1884
- - Added `EDIT_REGION` in model `profile.model.ts`;
1885
-
1886
- ## [4.2.0] (24/06/2022)
1887
-
1888
- ### Features
1889
-
1890
- - Added `CUSTOM_STYLES` in TableColumnType on `data-table-component`;
1891
- - Added `textFieldClass` in TableColumn on `data-table-component`;
1892
-
1893
- ## [4.1.1] (23/06/2022)
1894
-
1895
- ### Bug Fixes
1896
-
1897
- - Fixed `FilterChangedEvent` external model to use in all project.
1898
-
1899
- ## [4.1.0] (23/06/2022)
1900
-
1901
- ### Features
1902
-
1903
- - Added `onFilterChanged` event on `filters` and `data-table`;
1904
-
1905
- ### Bug Fixes
1906
-
1907
- - Fixed `filters` to validate required fields before searching.
1908
-
1909
- ## [4.0.0] (21/06/2022)
1910
-
1911
- ### Breaking Changes
1912
-
1913
- - Added `getById` on `BaseDropdown` interface.
1914
-
1915
- ### Bug Fixes
1916
-
1917
- - Fixed `dropdown` behavior with and without `minLengthToService` set;
1918
- - Fixed `dropdown` search on suggestions to ignore case;
1919
- - Fixed `data-table` header z-index to keep below other fixed elements (e.g `vector-footer`);
1920
- - Fixed `multiselect` to get the correct item property for value.
1921
-
1922
- ## [3.6.1] (15/06/2022)
1923
-
1924
- ### Bug Fixes
1925
-
1926
- - Changed overflow behavior of tabview to scroll.
1927
- -
1928
-
1929
- ## [3.6.0] (14/06/2022)
1930
-
1931
- ### Features
1932
-
1933
- - Added selection to data-table component.
1934
- - Added hasAction input, now can hide action column.
1935
-
1936
- ## [3.5.0] (09/06/2022)
1937
-
1938
- ### Features
1939
-
1940
- - Added `disabled` property on `ListItem`;
1941
- - Added `onChange` event on `vector-multiselect-field`.
1942
-
1943
- ## [3.4.0] (26/05/2022)
1944
-
1945
- ### Features
1946
-
1947
- - Added `inputClassName` property to `vector-currency-field`;
1948
-
1949
- ### Bug Fixes
1950
-
1951
- - Fixed `vector-button` style property type;
1952
-
1953
- ## [3.3.1] (25/05/2022)
1954
-
1955
- ### Bug Fixes
1956
-
1957
- - Fixed `fullName` validation of `Utils`, changed invalid error message.
1958
-
1959
- ## [3.3.0] (24/05/2022)
1960
-
1961
- ### Features
1962
-
1963
- - Added min length to call the dropdown service query.
1964
-
1965
- ## [3.2.0] (24/05/2022)
1966
-
1967
- ### Features
1968
-
1969
- - Added the ability to add a button column to the `vector-data-table` component that calls a custom function.
1970
- - Added the possibility to hide the actions column of the component `vector-data-table`.
1971
-
1972
- ## [3.1.1] (20/05/2022)
1973
-
1974
- ### Bug Fixes
1975
-
1976
- - Fixed `vector-button` to fill 100% of container.
1977
- - Fixed `BOLETO_PATTERN` in `MaskUtils` for accept a digit more.
1978
-
1979
- ## [3.1.0] (19/05/2022)
1980
-
1981
- ### Features
1982
-
1983
- - added `isBankingField` input to `vector-currency-field`.
1984
-
1985
- ## [3.0.2] (19/05/2022)
1986
-
1987
- ### Bug Fixes
1988
-
1989
- - Fixed `vector-button` disable behavior.
1990
-
1991
- ## [3.0.1] (08/05/2022)
1992
-
1993
- ### Bug Fixes
1994
-
1995
- - Fixed peer dependency version.
1996
-
1997
- ## [3.0.0] (08/05/2022)
1998
-
1999
- ### Breaking Changes
2000
-
2001
- - Changed `mixins` to a separated `mixins.scss` file.
2002
-
2003
- ### Features
2004
-
2005
- - Added generic guard to check if crud list has items;
2006
- - Added generic resolver to get the selected crud item from the list;
2007
- - Added generic resolver to get the selected crud item history from the list;
2008
- - Added `vector-badge` component;
2009
- - Added `vector-crud-header` component;
2010
- - Added `vector-select-button-field` component;
2011
- - Added `formatDocument` pipe;
2012
- - Added `VIRTUAL_CARRIER` view type;
2013
- - Added styles input to `vector-button` to apply styles to the `<button>` tag;
2014
- - Added dynamic filters to dropdown;
2015
- - Breadcrumb now has clickable links to navigate to route fragments.
2016
-
2017
- ### Bug Fixes
2018
-
2019
- - Menu fixed to navigate to menu route even if it has children;
2020
- - Changed `vector-data-table` appearence to match new design;
2021
- - Fixed `vector-filters` to hide the search button when there is no visible filters;
2022
- - Removed unnecessary `variables.scss` references throughout the project.
2023
-
2024
- ## [2.14.0] (05/05/2022)
2025
-
2026
- ### Features
2027
-
2028
- - TokenIsPresentGuard changed to support both storage and queryParams token.
2029
-
2030
- ### Bug Fixes
2031
-
2032
- - MenuComponent fixed to take priority on `frameUrl` to make sure `route` can still be used to build the breadcrumbs if needed;
2033
- - Made some changes to the accordion styles.
2034
-
2035
- ## [2.13.1] (28/04/2022)
2036
-
2037
- ### Bug Fixes
2038
-
2039
- - Fix conflict merge with versions 2.12.0 with 2.13.0.
2040
-
2041
- ## [2.13.0] (27/04/2022)
2042
-
2043
- ### Features
2044
-
2045
- - Added input valueMovimented in vector-range-value component.
2046
-
2047
- ### Bug Fixes
2048
-
2049
- - Fix Sent API address for endpoint.
2050
- - Fix export GeolocationService.
2051
-
2052
- ## [2.12.0] (26/04/2022)
2053
-
2054
- ### Features
2055
-
2056
- - MenuItem changed to accept both singular and array of permissions.
2057
-
2058
- ## [2.11.0] (20/04/2022)
2059
-
2060
- ### Features
2061
-
2062
- - Added currency-input rounded option.
2063
-
2064
- ### Bug Fixes
2065
-
2066
- - Fixed breadcrumb responsive layout;
2067
- - Fixed radio-button responsive layout;
2068
- - Changed menu backgroud to white;
2069
- - Changed accordion styles.
2070
-
2071
- ## [2.10.0] (19/04/2022)
2072
-
2073
- ### Features
2074
-
2075
- - Added login info and geolocation to share: date, time, device info, ip, hostname, latitude, longitude, accuracy.
2076
-
2077
- ## [2.8.0] (08/04/2022)
2078
-
2079
- ### Features
2080
-
2081
- - Added containsLettersAndNumbers validation.
2082
-
2083
- ### Fix
2084
-
2085
- - Fix currency-field min and max value don't work.
2086
-
2087
- ## [2.7.1] (08/04/2022)
2088
-
2089
- ### Fix
2090
-
2091
- - Fix text-field don't limit to alpha numeric with alphanumeric true.
2092
-
2093
- ## [2.7.0] (04/04/2022)
2094
-
2095
- ### Features
2096
-
2097
- - Added alphaNumeric option to text-field.
2098
-
2099
- ### Bug Fixes
2100
-
2101
- - Fix top-bar to hidden notification if is fintech.
2102
- - Fix top-bar changed label for change password.
2103
- - Fix toggle menu when keydown escape.
2104
-
2105
- ## [2.6.0] (30/03/2022)
2106
-
2107
- ### Features
2108
-
2109
- - Added directive min and max for percentage-field.
2110
- - Added notSequentialNumbers validator.
2111
- - Added firstLetterIsUppercase validator.
2112
-
2113
- ### Bug Fixes
2114
-
2115
- - Fix menu service for don't delete father.
2116
-
2117
- ## [2.5.1] (24/03/2022)
2118
-
2119
- ### Bug Fixes
2120
-
2121
- - Fix input checkbox don't mark when click on label.
2122
-
2123
- ## [2.5.0] (21/03/2022)
2124
-
2125
- ### Features
2126
-
2127
- - Added menu notifications count
2128
-
2129
- ### Bug Fixes
2130
-
2131
- - Fixed gray colors variables names;
2132
- - Fixed topbar to show Fintech menus only when is Fintech;
2133
- - Fixed permissions request to save permissions on storage before using them.
2134
- - Calendar-field "min" and "max" properties set optional.
2135
-
2136
- ## [2.4.0] (20/03/2022)
2137
-
2138
- ### Features
2139
-
2140
- - Added min and max validation functions to forms;
2141
- - Added onlyActivePipe.
2142
-
2143
- ### Bug Fixes
2144
-
2145
- - Fixed menu service to hide parent menus when no children is left after filtering by permission;
2146
- - Changed data-table scrollHeight from 350px to 300px to prevent unnecessary scrolling on viewport;
2147
- - Added toast to unexpected errors from the API.
2148
-
2149
- ## [2.3.0] (18/03/2022)
2150
-
2151
- ### Features
2152
-
2153
- - Added vector-field-error-message for showing when field is invalid.
2154
-
2155
- ### Bug Fixes
2156
-
2157
- - Fix input calendar invalid showing incorrect;
2158
- - Fix input dropdown invalid showing incorrect;
2159
- - Fix Top-bar now show correct account information.
2160
-
2161
- ## [2.2.2] (17/03/2022)
2162
-
2163
- ### Feature
2164
-
2165
- - Added new default color for text in \_variables.scss.
2166
- - Fix Portals items in menu showing incorrect.
2167
-
2168
- ## [2.2.1] (17/03/2022)
2169
-
2170
- ### Bug Fixes
2171
-
2172
- - Fix Portals items menu with switched color.
2173
- - Added directive in vector-top-var(fintech, service);
2174
- - Fix Menu showing without account information in fintech vector-top-bar;
2175
-
2176
- ## [2.2.0] (10/03/2022)
2177
-
2178
- ### Features
2179
-
2180
- - Added textarea field;
2181
- - Added sessionStorage functions to StorageService;
2182
- - Added IFrame opening option to menu items;
2183
- - Added inversed colors vector logo.
2184
-
2185
- ### Bug Fixes
2186
-
2187
- - Fixed dropdown code comparision on filter to support any format;
2188
- - Fixed data table auto load when using virtual pagination;
2189
- - Fixed breadcrumb font-weight;
2190
- - Fixed menu icon filter.
2191
-
2192
- ## [2.0.3] (01/03/2022)
2193
-
2194
- ### Bug Fixes
2195
-
2196
- - Fixed AuthService url to support multiple projects with different endpoint prefixes.
2197
-
2198
- ## [2.0.2] (01/03/2022)
2199
-
2200
- ### Bug Fixes
2201
-
2202
- - Fixed old variable
2203
-
2204
- ## [2.0.1] (01/03/2022)
2205
-
2206
- ### Bug Fixes
2207
-
2208
- - Fixed missing styles
2209
-
2210
- ## [2.0.0] (01/03/2022)
2211
-
2212
- ### Breaking Changes
2213
-
2214
- - CSS variables changed declaration form.
2215
-
2216
- ## [1.0.2] (01/03/2022)
2217
-
2218
- ### Bug Fixes
2219
-
2220
- - Changed text field filter to validate only when on "only text" mode.
2221
-
2222
- ## [1.0.1] (27/02/2022)
2223
-
2224
- ### Bug Fixes
2225
-
2226
- ### Features
2227
-
2228
- ### Breaking Changes
2229
-
2230
- - Library publishing
1
+ # Changelog
2
+
3
+ ## [5.87.0] (24/01/2025)
4
+
5
+ ### Features
6
+
7
+ - Add property 'noSpecialCharacters' in in `vector-text-field` for using specific regular expressions.
8
+
9
+ ## [5.86.0] (15/01/2025)
10
+
11
+ ### Features
12
+
13
+ - Add 'OPEN_PROGRAMABILITY_SHIFT' in `profile.model.ts`
14
+
15
+ ## [5.85.0] (08/01/2025)
16
+
17
+ ### Features
18
+
19
+ - Added property binding `pattern` in `vector-text-field` for using specific regular expressions.
20
+
21
+ ## [5.84.0] (02/01/2025)
22
+
23
+ ### Features
24
+
25
+ - Add 'SHOW_PGR_INSURANCE' in `profile.model.ts`
26
+ - Add 'ADD_PGR_CONTRACTS' in `profile.model.ts`
27
+ - Add 'DELETE_PGR_CONTRACTS' in `profile.model.ts`
28
+ - Add 'ADD_PGR_RULES' in `profile.model.ts`
29
+ - Add 'DELETE_PGR_RULES' in `profile.model.ts`
30
+ - Add 'ADD_PGR_CONFIGURATIONS' in `profile.model.ts`
31
+
32
+ ## [5.83.0] (30/12/2024)
33
+
34
+ ### Features
35
+
36
+ - Add 'OPEN_SHIFTS_MANUALLY' in `profile.model.ts`
37
+
38
+ ## [5.82.0] (30/12/2024)
39
+
40
+ ### FIX
41
+
42
+ - Publication error
43
+
44
+ ## [5.81.1] (30/12/2024)
45
+
46
+ ### Fix
47
+
48
+ - Fix `ngOnInit` method in `checkbox-field.component.ts`
49
+
50
+ ## [5.81.0] (24/12/2024)
51
+
52
+ ### Features
53
+
54
+ - Add 'CONTROL_CADASTRO_EXCEL_EXPORT' in `profile.model.ts`
55
+
56
+ ## [5.80.0] (19/12/2024)
57
+
58
+ ### Features
59
+
60
+ - Add 'SHOW_PLANNED_TRIP_LOGS' in `profile.model.ts`
61
+
62
+ ## [5.79.0] (17/12/2024)
63
+
64
+ ### Features
65
+
66
+ - Add 'FINALIZE_PLANNED_TRIP_PENDING_FINISH' in `profile.model.ts`
67
+
68
+ ## [5.78.1] (12/12/2024)
69
+
70
+ ### Features
71
+
72
+ - Added `timeOnly`, `hourFormat`, `stepHour`and `stepSecond` properties into `vector-calendar-field` component in lib ngx-vector-components.
73
+ - Added `onBlur`, `onFocus`, `onSelect` and `onInput` methods into `vector-calendar-field` component in lib ngx-vector-components.
74
+
75
+ ## [5.77.0] (04/12/2024)
76
+
77
+ ### Features
78
+
79
+ - Add 'SHOW_PARAMETERS_MONITORING' and 'ADD_PARAMETERS_MONITORING' in `profile.model.ts`
80
+
81
+ ## [5.76.0] (03/12/2024)
82
+
83
+ ### Features
84
+
85
+ - Change 'CANCEL_TRIP_OFFER_ETCD' to 'CANCEL_TRIP_OFFER_CARGO_MATCH' in `profile.model.ts`
86
+ - Change `Trip Offer Etcd Cancel` to `Trip Offer Cargo Match Cancel` in `profile.model.ts`
87
+
88
+ ## [5.75.0] (29/11/2024)
89
+
90
+ ### Features
91
+
92
+ - Add 'SAVE_PARAMETER_ORDER_TRACKING' permission in `profile.model.ts`
93
+
94
+ ## [5.74.0] (29/11/2024)
95
+
96
+ ### Features
97
+
98
+ - Add 'SAVE_CLIENT_ORDER_TRACKING' permission in `profile.model.ts`
99
+ - Add 'SHOW_CLIENT_ORDER_TRACKING' permission in `profile.model.ts`
100
+ - Add 'SHOW_PARAMETER_ORDER_TRACKING' permission in `profile.model.ts`
101
+
102
+ ## [5.73.0] (29/11/2024)
103
+
104
+ ### Features
105
+
106
+ - Add 'ADD_LOCATION_SHIFT_PRIORITY' permission in `profile.model.ts`
107
+
108
+ ## [5.72.2] (27/11/2024)
109
+
110
+ ### Fix
111
+
112
+ - Change rules to disabled controls in `checkbox-field-component.ts`
113
+ - Change rules to disabled controls in `dropdown-field-component.ts`
114
+ - Change rules to disabled controls in `multiselect-field-component.ts`
115
+ - Change rules to disabled controls in `radio-button-field-component.ts`
116
+
117
+ ## [5.72.1] (27/11/2024)
118
+
119
+ ### Fix
120
+
121
+ - Remove rules to disabled controls in `text-field-component.ts`
122
+
123
+ ## [5.72.0] (26/11/2024)
124
+
125
+ ### Features
126
+
127
+ - Add 'DELETE_LOCATION_SHIFT_PRIORITY' permission in `profile.model.ts`
128
+
129
+ ## [5.71.1] (26/11/2024)
130
+
131
+ ### Fix
132
+
133
+ - Fixed disable property for vector-checkbox-field
134
+ - Fixed disable property for vector-dropdown-field
135
+ - Fixed disable property for vector-multiselect-field
136
+ - Fixed disable property for vector-radio-button-field
137
+ - Fixed disable property for vector-text-field
138
+
139
+ ## [5.71.0] (25/11/2024)
140
+
141
+ ### Features
142
+
143
+ - Add disable property for vector-radio-button-field
144
+ - Add disable property for vector-multiselect-field
145
+ - Add disable property for vector-checkbox-field
146
+ - Add disable property for vector-text-field
147
+
148
+ ## [5.70.0] (25/11/2024)
149
+
150
+ ### Features
151
+
152
+ - Add new event in `text-field.component.ts`
153
+
154
+ ## [5.69.0] (22/11/2024)
155
+
156
+ ### Features
157
+
158
+ - Add 'SHOW_ISS_PARAMS' permission in `profile.model.ts`
159
+ - Add 'CREATE_ISS_PARAMS' permission in `profile.model.ts`
160
+ - Add 'EDIT_ISS_PARAMS' permission in `profile.model.ts`
161
+
162
+ ## [5.68.0] (12/11/2024)
163
+
164
+ ### Features
165
+
166
+ - Add 'ADD_SUPPLY_MANUAL' permission in `profile.model.ts`
167
+
168
+ ## [5.67.0] (06/11/2024)
169
+
170
+ ### Features
171
+
172
+ - Add `type` property in `crud-history.model.ts`
173
+ - Add `auditDelta.type` property in `crud-history.component`
174
+
175
+ ## [5.66.0] (25/10/2024)
176
+
177
+ ### Features
178
+
179
+ - Add 'SHOW_PROFILEUSER' permission in `profile.model.ts`
180
+ - Add 'EDIT_PROFILEUSER' permission in `profile.model.ts`
181
+ - Add 'CREATE_PROFILEUSER' permission in `profile.model.ts`
182
+ - Add 'ACTIVATE_PROFILEUSER' permission in `profile.model.ts`
183
+ - Add 'DEACTIVATE_PROFILEUSER' permission in `profile.model.ts`
184
+
185
+ ## [5.65.0] (25/10/2024)
186
+
187
+ ### Features
188
+
189
+ - Add 'STATUS' permission in `status.enum.ts`
190
+
191
+ ## [5.64.0] (23/10/2024)
192
+
193
+ ### Features
194
+
195
+ - Add 'SHOW_ETA_VECTOR' permission in `profile.model.ts`
196
+
197
+ ## [5.63.0] (18/10/2024)
198
+
199
+ ### Features
200
+
201
+ - Add 'EDIT_ESTIMATED_TIME_TO_ARRIVE' permission in `profile.model.ts`
202
+
203
+ ## [5.62.0] (17/10/2024)
204
+
205
+ ### Features
206
+
207
+ - Add 'EDIT_VECTOR_SHIFT_VACANCIES' permission in `profile.model.ts`
208
+
209
+ ## [5.61.0] (14/10/2024)
210
+
211
+ ### Features
212
+
213
+ - Add 'EDIT_VECTOR_SHIFT_VACANCIES' permission in `profile.model.ts`
214
+
215
+ ## [5.60.0] (07/10/2024)
216
+
217
+ ### Features
218
+
219
+ - Add 'DELETE_SUPPLIER_SCHEDULING_MANAGEMENT' permission in `profile.model.ts`
220
+
221
+ ## [5.59.0] (07/10/2024)
222
+
223
+ ### Features
224
+
225
+ - Add 'SHOW_GENERAL_PARAMETERS' permission in `profile.model.ts`
226
+ - Add 'SHOW_DISTRIBUTION_OF_VACANCIES' permission in `profile.model.ts`
227
+ - Add 'SHOW_SCHEDULE_SCHEDULING_MANAGEMENT' permission in `profile.model.ts`
228
+ - Add 'SHOW_HISTORICAL_SCHEDULING_MANAGEMENT' permission in `profile.model.ts`
229
+
230
+ ## [5.58.0] (07/10/2024)
231
+
232
+ ### Features
233
+
234
+ - Add 'SHOW_LOT_PARAMETER_SHIPPER' permission in `profile.model.ts`
235
+ - Add 'SAVE_LOT_PARAMETER_SHIPPER' permission in `profile.model.ts`
236
+
237
+ ## [5.57.0] (27/09/2024)
238
+
239
+ ### Features
240
+
241
+ - Add 'SENT_TO_SAP_SUPPLY' permission in `profile.model.ts`
242
+ - Add 'SAVE_NFSAP_DOCUMENTS' permission in `profile.model.ts`
243
+
244
+ ## [5.56.0] (27/09/2024)
245
+
246
+ ### Features
247
+
248
+ - Adjust `option.showDescriptionOnRight` property in `multiselect-field.component` to enable/disable description
249
+
250
+ ## [5.55.0] (27/09/2024)
251
+
252
+ ### Features
253
+
254
+ - Rollback
255
+
256
+ ## [5.53.0] (25/09/2024)
257
+
258
+ ### Features
259
+
260
+ - Add 'DELIVERY_TOLL_CARD' permission in `profile.model.ts`
261
+ - Add 'SHOW_TOLL_CARD' permission in `profile.model.ts`
262
+ - Add 'EDIT_TOLL_CARD' permission in `profile.model.ts`
263
+
264
+ ## [5.52.0] (19/09/2024)
265
+
266
+ ### Features
267
+
268
+ - Add 'VIEW_LOCATION_GROUP' permission in `profile.model.ts`
269
+ - Add 'CREATE_LOCATION_GROUP' permission in `profile.model.ts`
270
+ - Add 'EDIT_LOCATION_GROUP' permission in `profile.model.ts`
271
+ - Add 'DEACTIVATE_LOCATION_GROUP' permission in `profile.model.ts`
272
+
273
+ ## [5.51.0] (10/09/2024)
274
+
275
+ ### Features
276
+
277
+ - Add 'APPROVE_OR_DISAPPROVE_ANALYSIS' permission in `profile.model.ts`
278
+
279
+ ## [5.50.0] (28/08/2024)
280
+
281
+ ### Features
282
+
283
+ - Add 'ADD_DRIVER_MULTICARRIER' permission in `profile.model.ts`
284
+
285
+ ## [5.49.0] (23/08/2024)
286
+
287
+ ### Features
288
+
289
+ - Add new `vector-input-otp` component.
290
+ - Changed CSS to `showFlags` property in the `multiselect-field component.ts`.
291
+
292
+ ## [5.48.0] (14/08/2024)
293
+
294
+ ### Features
295
+
296
+ - Added property `loading` in `button.components.ts`.
297
+ - Added property `showHeader` and `showFlags` in `multiselect-field.components.ts`.
298
+
299
+ ## [5.47.1] (14/08/2024)
300
+
301
+ ### Fix
302
+
303
+ - Add `display: flex` in `radio-button-field.scss`
304
+
305
+ ## [5.47.0] (06/08/2024)
306
+
307
+ ### Features
308
+
309
+ - Add 'SHOW_GR_VECTOR_PARAMETERS' permission in `profile.model.ts`
310
+ - Add 'ACTIVATE_OR_INACTIVATE_GR_PARAMETERS' permission in `profile.model.ts`
311
+ - Add 'UPDATE_GR_PARAMETERS' permission in `profile.model.ts`
312
+ - Add 'CREATE_GR_VECTOR' permission in `profile.model.ts`
313
+ - Add 'APPROVE_OR_DISAPROVE_GR' permission in `profile.model.ts`
314
+ - Add 'SHOW_GR_VECTOR' permission in `profile.model.ts`
315
+
316
+ ## [5.46.0] (06/08/2024)
317
+
318
+ ### Features
319
+
320
+ - Added IntegrationStatusEnum `status.enum`.
321
+
322
+ ## [5.45.0] (26/07/2024)
323
+
324
+ ### Features
325
+
326
+ - Added greaterThanTo `validation.util`.
327
+
328
+ ## [5.44.0] (24/07/2024)
329
+
330
+ ### Feature
331
+
332
+ - Add 'APPROVE_POOL_BIDDING_CLOSURE' permission in `profile.model.ts`
333
+ - Add 'APPROVE_POOL_BIDDING_LESSER_VALUE' permission in `profile.model.ts`
334
+
335
+ ## [5.43.0] (28/06/2024)
336
+
337
+ ### Feature
338
+
339
+ - Add 'SHOW_SHIPPING_FREIGHT and SHOW_SHIPPING_FREIGHT' permission in `profile.model.ts`
340
+
341
+ ## [5.42.0] (27/06/2024)
342
+
343
+ ### Feature
344
+
345
+ - Add `MonitoringJustifyEvent and MonitoringHandleEvent` permission in `profile.model.ts`
346
+
347
+ ## [5.41.0] (27/06/2024)
348
+
349
+ ### Feature
350
+
351
+ - Add `CONFIGURE_WAITING_LINES`,`ADD_WAITING_LINES`,`SHOW_WAITING_LINES`,`CALL_DRIVER_WAITING_LINES` permission in `profile.model.ts`
352
+
353
+ ## [5.40.0] (25/06/2024)
354
+
355
+ ### Feature
356
+
357
+ - Add `UPDATE_TRAVEL_APPROVAL` permission in `profile.model.ts`
358
+
359
+ ## [5.39.1] (24/06/2024)
360
+
361
+ ### Fix
362
+
363
+ - Add `display: block` in `input-number-field.scss`
364
+
365
+ ## [5.39.0] (21/06/2024)
366
+
367
+ ### Feature
368
+
369
+ - Removed `ADD_LASTNAME_LOCATION` permission in `profile.model.ts`
370
+
371
+ ## [5.38.0] (07/06/2024)
372
+
373
+ ### Feature
374
+
375
+ - Added `Icon` in `radio-button-field.component`
376
+ - Added `NumericDotComma` in `vector-text-field.component`
377
+
378
+ ## [5.37.0] (05/06/2024)
379
+
380
+ ### Feature
381
+
382
+ - Added `Permiss SurveysDriver` in `profile.model`
383
+
384
+ ## [5.36.0] (04/06/2024)
385
+
386
+ ### Feature
387
+
388
+ - Added `AUDIT_CHECKLIST` in `profile.model`
389
+
390
+ ## [5.35.0] (03/06/2024)
391
+
392
+ ### Feature
393
+
394
+ - Added `round` directive in `vector-button`
395
+
396
+ ## [5.34.0] (31/05/2024)
397
+
398
+ ### Feature
399
+
400
+ - Added `SHOW_ORDER_TRAKING_UNTIL_TRIP_EN` in `profile.model`
401
+
402
+ ## [5.33.0] (27/05/2024)
403
+
404
+ ### Feature
405
+
406
+ - Change `Add Permiss Vale Pedagio` to `PlannedTrips` in `profile.model`
407
+
408
+ ## [5.32.1] (23/05/2024)
409
+
410
+ ### Bugfix
411
+
412
+ - Change `Add block Hazmat` to `Add Block Hazmat` in `profile.model`
413
+ - Change `Show block Hazmat` to `Show Block Hazmat` in `profile.model`
414
+ - Change `Edit block Hazmat` to `Edit Block Hazmat` in `profile.model`
415
+
416
+ ## [5.32.0] (19/05/2024)
417
+
418
+ ### Feature
419
+
420
+ - Added `CONFIGURE_APPROVAL_AUTHORITY` in `profile.model`
421
+ - Added `SHOW_APPROVAL_AUTHORITY_CONFIG` in `profile.model`
422
+
423
+ ## [5.31.0] (17/05/2024)
424
+
425
+ ### Feature
426
+
427
+ - Added `entityType` property in `crud-history.model`
428
+
429
+ ## [5.30.1] (13/05/2024)
430
+
431
+ ### Feature
432
+
433
+ - Added `ADD_BLOCK_HAZMAT` in `profile.model`
434
+ - Added `SHOW_BLOCK_HAZMAT` in `profile.model`
435
+ - Added `EDIT_BLOCK_HAZMAT` in `profile.model`
436
+
437
+ ## [5.29.0] (13/05/2024)
438
+
439
+ ### Feature
440
+
441
+ - Added `SHOW_TELEMETRY_POINT` in `profile.model`
442
+
443
+ ## [5.28.0] (10/05/2024)
444
+
445
+ ### Feature
446
+
447
+ - Erro na publicação
448
+
449
+ ## [5.27.1] (02/05/2024)
450
+
451
+ ### Bugfix
452
+
453
+ - Remove `id` in `button.component`
454
+ - Remove `id` in `textarea-field.component`
455
+ - Change `id` in `text-field.componente`
456
+
457
+ ## [5.27.0] (02/05/2024)
458
+
459
+ ### Feature
460
+
461
+ - Added `LOW_FUEL_STOCK_RECEPTION_PRODUCT` in `profile.model`
462
+
463
+ ## [5.26.1] (01/05/2024)
464
+
465
+ ### Fix
466
+
467
+ - CHANGE `id` To `inputId` in `currency-field.component`
468
+
469
+ ## [5.26.0] (01/05/2024)
470
+
471
+ ### Feature
472
+
473
+ - Added `id` in `textarea-field.component`
474
+ - Added `id` in `dropdown-field.component`
475
+ - Added `id` in `currency-field.component`
476
+ - Added `id` in `button.component`
477
+
478
+ ## [5.25.0] (30/04/2024)
479
+
480
+ ### Feature
481
+
482
+ - Added `APPROVE_CARRIER` in `profile.model`
483
+
484
+ ## [5.24.0] (30/04/2024)
485
+
486
+ ### Feature
487
+
488
+ - Change datepicker in `vector-calendar-field`
489
+
490
+ ## [5.23.0] (29/04/2024)
491
+
492
+ ### Feature
493
+
494
+ - Added `SHOW_DIGITAL_TRANSPORTATION ` in `profile.model`
495
+ - Added `FULL_ACCESS_DIGITAL_DISCHARGE` in `profile.model`
496
+
497
+ ## [5.22.1] (26/04/2024)
498
+
499
+ ### Feature
500
+
501
+ - Change permission `Documental hazmat` in `profile.model`
502
+
503
+ ## [5.22.0] (26/04/2024)
504
+
505
+ ### Feature
506
+
507
+ - Added new permission `Documental hazmat` in `profile.model`
508
+
509
+ ## [5.21.0] (25/04/2024)
510
+
511
+ ### Feature
512
+
513
+ - Added `Show Route Planned Trip permissions` in `profile.model`
514
+ - Added `New Route Planned Trip permissions` in `profile.model`
515
+ - Added `Edit Route Planned permissions` in `profile.model`
516
+ - Added `New Rotogram` in `profile.model`
517
+ - Added `Show Rotogram` in `profile.model`
518
+
519
+ ## [5.20.0] (18/04/2024)
520
+
521
+ ### Feature
522
+
523
+ - Added new permission `Add Observation Event` in `profile.model`
524
+ - Added new permission `Approved Event` in `profile.model`
525
+
526
+ ## [5.19.2] (17/04/2024)
527
+
528
+ ### Fix
529
+
530
+ - Added new permission `Delete Rotogram` in `profile.model`
531
+
532
+ ## [5.18.0] (09/04/2024)
533
+
534
+ ### Feature
535
+
536
+ - Added new permission `Edit Configuration` in `profile.model`
537
+
538
+ ## [5.17.0] (03/04/2024)
539
+
540
+ ### Feature
541
+
542
+ - Added new parameters for `showTime` and `showSeconds` in `vector-calendar-field`
543
+ - Added new parameter `stepMinute` in `vector-calendar-field`
544
+ - Added new permission `Retroactive Show` in `profile.model`
545
+
546
+ ## [5.16.0] (01/04/2024)
547
+
548
+ ### Feature
549
+
550
+ - Added `permissions AddObservation,EditObservation,DeleteObservation,ShowObservation` in `profile.model`
551
+
552
+ ## [5.15.0] (01/04/2024)
553
+
554
+ ### Feature
555
+
556
+ - Added onBlur in `vector-currency-field`.
557
+
558
+ ## [5.14.0] (01/04/2024)
559
+
560
+ ### Feature
561
+
562
+ - Added `Show Geocerca permissions` in `profile.model`
563
+ - Added `Add Geocerca permissions` in `profile.model`
564
+ - Added `Active Geocerca permissions` in `profile.model`
565
+
566
+ ## [5.13.0] (08/03/2024)
567
+
568
+ ### Feature
569
+
570
+ - Added optional parameter `forceSelection` input to `vector-dropdown`.
571
+
572
+ ## [5.12.0] (07/03/2024)
573
+
574
+ ### Feature
575
+
576
+ - Added `permission SupplierUpdateCheckInCheckOut` in `profile.model`
577
+
578
+ ## [5.11.0] (28/02/2024)
579
+
580
+ ### Feature
581
+
582
+ - Added `permission ManualChecklistApplication` in `profile.model`
583
+
584
+ ## [5.10.1] (23/02/2024)
585
+
586
+ ### Bugfix
587
+
588
+ - Removed `fas from button type datatable column` in `datatable.component.ts`
589
+
590
+ ## [5.10.0] (22/02/2024)
591
+
592
+ ### Feature
593
+
594
+ - Added `permissions ShowDriverTripInfoDetail` in `profile.model`
595
+
596
+ ## [5.9.0] (22/02/2024)
597
+
598
+ ### Feature
599
+
600
+ - Added `permissions MonitoringplannedTrips` in `profile.model`
601
+
602
+ ## [5.8.0] (20/02/2024)
603
+
604
+ ### Feature
605
+
606
+ - Added `permissions plannedTrips` in `profile.model`
607
+
608
+ ## [5.7.0] (16/02/2024)
609
+
610
+ ### Feature
611
+
612
+ - Added `shouldLazyLoadWithoutFilter` in `data-table.component.model`
613
+
614
+ ## [5.6.0] (16/02/2024)
615
+
616
+ ### Features
617
+
618
+ - Added `inputId` property to `vector-input-number` to set the input element id;
619
+ - Added event parameter output to `onFocus` and `onBlur` events on `vector-input-number`.
620
+
621
+ ### Bugfix
622
+
623
+ - Fixed `field-error-message` CSS to fit correctly fields on dialogs;
624
+ - Fixed `onBlur` and `onFocus` events call on `vector-input-number`.
625
+
626
+ ## [5.5.1] (15/02/2024)
627
+
628
+ ### Feature
629
+
630
+ - Added `limitScrollPage` in `vector-dropdown-field` to custom limit scroll.
631
+
632
+ ## [5.5.0] (15/02/2024)
633
+
634
+ ### Feature
635
+
636
+ - Added `permissions documents cadastros` in `profile.model`
637
+
638
+ ## [5.4.2] (12/02/2024)
639
+
640
+ ### Bugfix
641
+
642
+ - Adjust `this.control.value code null error line 163` in `dropdown-field.component.ts`
643
+ - Adjust Style error `layout error broken` in `text-field.component.ts`
644
+
645
+ ## [5.4.1] (05/02/2024)
646
+
647
+ ### Bugfix
648
+
649
+ - Adjust `toogleMenu` in `vector-top-bar.component.ts`
650
+ - Adjust Style `sizeField` in `calendar-field.component.scss` and `currency-field.component.scss`
651
+
652
+ ## [5.4.0] (31/01/2024)
653
+
654
+ ### Feature
655
+
656
+ - Added `permissions documents cadastros` in `profile.model`
657
+
658
+ ## [5.3.2] (29/01/2024)
659
+
660
+ ### Bugfix
661
+
662
+ - Added `Adjustment disabled for fields in filters and dropdown` in `dropdown-field.component.ts`
663
+
664
+ ## [5.3.1] (29/01/2024)
665
+
666
+ ### Bugfix
667
+
668
+ - Added `Adjusment validation autocomplete` in `dropdown-field.component.ts`
669
+
670
+ ## [5.3.0] (23/01/2024)
671
+
672
+ ### Feature
673
+
674
+ - Added `Driver Show Shipper Petrobras permissions` in `profile.model`
675
+ - Added `Carrier Show Shipper Petrobras permissions` in `profile.model`
676
+ - Added `Vehicle Show Shipper Petrobras permissions` in `profile.model`
677
+
678
+ ## [5.2.0] (23/01/2024)
679
+
680
+ ### Feature
681
+
682
+ - Added `N1 and N2 permissions` in `profile.model`
683
+
684
+ ## [5.1.2] (23/01/2024)
685
+
686
+ ### BREAKING CHANGES
687
+
688
+ - Adjust width in field dropdown
689
+
690
+ ## [5.1.1] (23/01/2024)
691
+
692
+ ### BREAKING CHANGES
693
+
694
+ - Updated dropdown PrimeNG to v17.
695
+
696
+ ## [5.1.0] (23/01/2024)
697
+
698
+ ### Feature
699
+
700
+ - Added styles-class `default-outlined-gray` in `_primeng-custom-theme.scss` to `button.component.ts`
701
+ - Added styles-class `default-outlined-gray-icon-red` in `_primeng-custom-theme.scss` to `button.component.ts`
702
+ - Added styles-class `default-outlined-gray-icon-gray ` in `_primeng-custom-theme.scss` to `button.component.ts`
703
+
704
+ ## [5.0.1] (18/01/2024)
705
+
706
+ ### Fix
707
+
708
+ - Fixed `Input` and `Output` for `activeIndex` on `vector-stepper`.
709
+
710
+ ## [5.0.0] (18/01/2024)
711
+
712
+ ### BREAKING CHANGES
713
+
714
+ - Updated Angular and PrimeNG to v17.
715
+
716
+ ## [4.139.0] (17/01/2024)
717
+
718
+ ### Feature
719
+
720
+ - Added `permissions-CHANGE_IS_POC` in `profile.model`
721
+
722
+ ## [4.138.0] (16/01/2024)
723
+
724
+ ### Feature
725
+
726
+ - Added enum `VECTOR_CLUB` in `view.enum.ts`
727
+
728
+ ## [4.137.0] (12/01/2024)
729
+
730
+ ### Feature
731
+
732
+ - Added methods `convertObjectToQueryString` and `convertToUppercaseWithoutSymbols` in `string.utils.ts`
733
+
734
+ ## [4.136.0] (06/01/2024)
735
+
736
+ ### Feature
737
+
738
+ - Added `firstLazyLoad` in `data-table.component.ts`
739
+
740
+ ## [4.135.0] (05/01/2024)
741
+
742
+ ### Feature
743
+
744
+ - Added `disabled` in `input-switch-field.component.ts`
745
+
746
+ - Added `permissions` in `profile.model`
747
+
748
+ ## [4.134.0] (03/01/2024)
749
+
750
+ ### Feature
751
+
752
+ - Added `permissions` in `profile.model`
753
+
754
+ ## [4.133.0] (02/01/2024)
755
+
756
+ ### Feature
757
+
758
+ - Added `checklist permissions` in `profile.model`
759
+
760
+ ## [4.132.0] (27/12/2023)
761
+
762
+ ### Feature
763
+
764
+ - Added `permissions` in `profile.model`
765
+
766
+ ## [4.131.0] (19/12/2023)
767
+
768
+ ### Feature
769
+
770
+ - Added `Styles in psteps component` in `_primeng-custom-theme.scss`
771
+
772
+ ## [4.130.0] (16/12/2023)
773
+
774
+ ### Feature
775
+
776
+ - Added `input-switch` field.
777
+
778
+ ## [4.129.0] (08/12/2023)
779
+
780
+ ### Feature
781
+
782
+ - Added `Show Driver Dashboard` in `profile.model`
783
+
784
+ ## [4.128.0] (08/12/2023)
785
+
786
+ ### Feature
787
+
788
+ - Added `Block User Access` in `profile.model`
789
+
790
+ ## [4.127.0] (24/11/2023)
791
+
792
+ ### Feature
793
+
794
+ - Added `ProfileTypeFornecedor` in `pt-BR.json`
795
+ - Added `ProfileTypeFornecedor` in `ar-AR.json`
796
+
797
+ ## [4.126.0] (24/11/2023)
798
+
799
+ ### Feature
800
+
801
+ - Added `permissionDocumentaryIrregularity` in `profile.model`
802
+ - Added `functionCloseModal` in `multiselect-field`
803
+
804
+ ## [4.125.0] (14/11/2023)
805
+
806
+ ### Feature
807
+
808
+ - Added `permissionPoolOfferts` in `profile.model`
809
+
810
+ ## [4.124.0] (08/11/2023)
811
+
812
+ ### Feature
813
+
814
+ - Added `permission` in `profile.model`
815
+
816
+ ## [4.123.0] (07/11/2023)
817
+
818
+ ### Feature
819
+
820
+ - 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
821
+
822
+ ## [4.122.0] (30/10/2023)
823
+
824
+ ### Feature
825
+
826
+ - Added `customFunction` property in `data-table.component.ts` to insert a list of buttons with export buttons appearance
827
+
828
+ ## [4.121.0] (26/10/2023)
829
+
830
+ ### Feature
831
+
832
+ - Added `HttpLegacyCrudActionResponseWithMessageAndData` in `http-response.model`
833
+
834
+ ## [4.120.0] (26/10/2023)
835
+
836
+ ### Feature
837
+
838
+ - Added `permission` in `profile.model`
839
+
840
+ ## [4.119.0] (23/10/2023)
841
+
842
+ ### Feature
843
+
844
+ - Added `disabled` in `vector-checkbox` when control is populated and group name is not
845
+
846
+ ## [4.118.0] (17/10/2023)
847
+
848
+ ### Feature
849
+
850
+ - Added `permission` in `profile.model`
851
+
852
+ ## [4.117.0] (13/10/2023)
853
+
854
+ ### Feature
855
+
856
+ - Added `isEtcd` in `profile.service` `userInfo`
857
+ - Added `shipperEtcd` in `profile.service` `userInfo`
858
+ - Added `profileTypeEnum` in `profile.service` `userInfo`
859
+
860
+ ## [4.116.0] (10/10/2023)
861
+
862
+ ### Feature
863
+
864
+ - Added `permission` in `profile.model`
865
+
866
+ ## [4.115.0] (28/09/2023)
867
+
868
+ ### Feature
869
+
870
+ - Added `permission` in `profile.model`
871
+
872
+ ## [4.114.0] (23/09/2023)
873
+
874
+ ### Feature
875
+
876
+ - Added disabled state to `vector-stepper` component;
877
+ - Added error message to `vector-number-input`.
878
+
879
+ ## [4.113.0] (22/09/2023)
880
+
881
+ ### Feature
882
+
883
+ - Added `convertTimeToMinutes` and `convertMinutesToTime` to `StringUtils`.
884
+ - Added `vector-stepper` component.
885
+
886
+ ### Bugfix
887
+
888
+ - Fixed `vector-filter` behavior with dropdown default value, which was considering as a Text field and always setting to empty string.
889
+
890
+ ## [4.112.0] (21/09/2023)
891
+
892
+ ### Feature
893
+
894
+ - Added `permission` in `profile.model`
895
+
896
+ ## [4.111.0] (21/09/2023)
897
+
898
+ ### Feature
899
+
900
+ - Added `permission` in `profile.model`
901
+
902
+ ## [4.110.0] (18/09/2023)
903
+
904
+ ### Feature
905
+
906
+ - Added `permission` in `profile.model`
907
+
908
+ ## [4.109.0] (18/09/2023)
909
+
910
+ ### Feature
911
+
912
+ - Added `controler` in `filter.component.ts`
913
+
914
+ ## [4.108.0] (18/09/2023)
915
+
916
+ ### Feature
917
+
918
+ - Added `blurEvent` in `vector-percentage-field`
919
+
920
+ ## [4.107.0] (14/09/2023)
921
+
922
+ ### Feature
923
+
924
+ - Added `numericPositive` in `vector-text-field`
925
+
926
+ ## [4.106.0] (13/09/2023)
927
+
928
+ ### Feature
929
+
930
+ - Added `default-outlined` in `button.component`
931
+ - Added `Show Freight Simulator Etcd` in `profile.model`.
932
+ - Added `Create Update Freight Simulator Etcd` in `profile.model`.
933
+ - Added `Approve Reprove Etcd Simulation` in `profile.model`.
934
+
935
+ ## [4.105.0] (11/09/2023)
936
+
937
+ ### Feature
938
+
939
+ - Added `permission` in `profile.model`.
940
+
941
+ ## [4.104.0] (05/09/2023)
942
+
943
+ ### Feature
944
+
945
+ - Added `permission` in `profile.model`.
946
+
947
+ ## [4.103.0] (01/09/2023)
948
+
949
+ ### Feature
950
+
951
+ - Added `Style light-outline in vector-button` in `button.component`.
952
+
953
+ ## [4.102.0] (29/08/2023)
954
+
955
+ ### Feature
956
+
957
+ - Added `Show Cargo Match Etcd Validations` in `profile.model`.
958
+ - Added `Show Cargo Match Etcd Validations History` in `profile.model`.
959
+
960
+ ## [4.101.0] (28/08/2023)
961
+
962
+ ### Feature
963
+
964
+ - Added `Create Update Cargo Match Validations` in `profile.model`.
965
+ - Added `ValidationsCargoMatch` in `profile.model`.
966
+
967
+ ## [4.100.0] (25/08/2023)
968
+
969
+ ### Feature
970
+
971
+ - Added `permission Cockpit` in `profile.model`.
972
+ - Added `permission Cockpit Summary` in `profile.model`.
973
+ - Added `permission Cockpit Registration` in `profile.model`.
974
+ - Added `permission Cockpit Bank` in `profile.model`.
975
+ - Added `permission Cockpit Credit` in `profile.model`.
976
+ - Added `permission Cockpit PA` in `profile.model`.
977
+ - Added `permission Cockpit Log` in `profile.model`.
978
+ - Added `new validation top-bar account fintech ` in `to-bar.components`
979
+
980
+ ## [4.99.0] (23/08/2023)
981
+
982
+ ### Feature
983
+
984
+ - Added `tooltip` property in `vector-filters`.
985
+
986
+ ## [4.98.0] (22/08/2023)
987
+
988
+ ### Feature
989
+
990
+ - Added `permission` in `GeneralPanel`.
991
+
992
+ ## [4.97.1] (09/08/2023)
993
+
994
+ ### Fix
995
+
996
+ - Added `customization for display value` in `MultiselectField`.
997
+ - Added `customization for label and type or default values in vector-button` in `CrudFooter`.
998
+ - Added `adjustment to icon margin when modal cannot be closed` in `GenericModal`.
999
+
1000
+ ## [4.97.0] (03/08/2023)
1001
+
1002
+ ### Feature
1003
+
1004
+ - Added `permission Shipping and Loyalty` in `profile.model.ts`.
1005
+
1006
+ ## [4.96.1] (03/08/2023)
1007
+
1008
+ ### Fix
1009
+
1010
+ - Updated the `GenericModal` model, css and structure html.
1011
+ - Added property `type` to customization of default values for modal buttons in `GenericModal`.
1012
+
1013
+ ## [4.96.0] (03/08/2023)
1014
+
1015
+ ### Feature
1016
+
1017
+ - Added `readonly` property in `vector-text-field`.
1018
+
1019
+ ## [4.95.0] (03/08/2023)
1020
+
1021
+ ### Feature
1022
+
1023
+ - Rollback version
1024
+
1025
+ ## [4.92.0] (26/07/2023)
1026
+
1027
+ ### Feature
1028
+
1029
+ - Added `permission` in `PriceTaking`.
1030
+
1031
+ ## [4.91.0] (26/07/2023)
1032
+
1033
+ ### Feature
1034
+
1035
+ - Added `permission` in `parametersCancelTrips`.
1036
+
1037
+ ## [4.90.0] (24/07/2023)
1038
+
1039
+ ### Feature
1040
+
1041
+ - Added `permission` in `profile.model.ts`.
1042
+
1043
+ ## [4.89.0] (19/07/2023)
1044
+
1045
+ ### Feature
1046
+
1047
+ - Added `permission` in `profile.model.ts`.
1048
+
1049
+ ## [4.88.0] (20/07/2023)
1050
+
1051
+ ### Feature
1052
+
1053
+ - Added `permission` in `profile.model.ts`.
1054
+
1055
+ ## [4.87.0] (19/07/2023)
1056
+
1057
+ ### Feature
1058
+
1059
+ - Added `inputId` and `slotChar` inputs to `vector-text-field`;
1060
+ - Added `centered` input to `vector-currency-field`;
1061
+ - Added `skipMessages` input to `vector-generic-error-modal`.
1062
+
1063
+ ## [4.86.1] (18/07/2023)
1064
+
1065
+ ### Fix
1066
+
1067
+ - Update `Label Mostrar Todos To Selecionar Todos` in `multiselect-field.component.html`
1068
+ - Added `Created optional parameter to control showToggleAll value` in `multiselect-field.component.html`
1069
+
1070
+ ## [4.86.0] (16/07/2023)
1071
+
1072
+ ### Feature
1073
+
1074
+ - Added `permission` in `profile.model.ts`.
1075
+
1076
+ ## [4.85.0] (12/07/2023)
1077
+
1078
+ ### Feature
1079
+
1080
+ - Added `permission` in `profile.model.ts`.
1081
+
1082
+ ## [4.84.0] (11/07/2023)
1083
+
1084
+ ### Feature
1085
+
1086
+ - Added new function `onBackSpacePress` in `text-field.component.ts`.
1087
+
1088
+ ## [4.83.0] (10/07/2023)
1089
+
1090
+ ### Feature
1091
+
1092
+ - Added `permission` in `profile.model.ts`.
1093
+
1094
+ ## [4.82.1] (07/07/2023)
1095
+
1096
+ ### Fix
1097
+
1098
+ - Update `TextFieldComponent in parameter (blur) inside unmasked input element` in `text-field.component.html`
1099
+
1100
+ ## [4.82.0] (28/06/2023)
1101
+
1102
+ ### Feature
1103
+
1104
+ - Updated `DropdownFieldComponent add parameter isNgContent` in `dropdown-field.component.ts`.
1105
+ - Updated `Add new <p-autocomplete> with <ng-template> when isNgContent is true` in `dropdown-field.component.html`.
1106
+
1107
+ ## [4.81.0] (27/06/2023)
1108
+
1109
+ ### Feature
1110
+
1111
+ - Added `permission` in `profile.model.ts`.
1112
+
1113
+ ## [4.80.0] (23/06/2023)
1114
+
1115
+ ### Feature
1116
+
1117
+ - Added `permission` in `profile.model.ts`.
1118
+
1119
+ ## [4.79.0] (23/06/2023)
1120
+
1121
+ ### Feature
1122
+
1123
+ - Added `permission` in `profile.model.ts`.
1124
+
1125
+ ## [4.78.0] (22/06/2023)
1126
+
1127
+ ### Feature
1128
+
1129
+ - Added `permission` in `profile.model.ts`
1130
+
1131
+ ## [4.77.0] (22/06/2023)
1132
+
1133
+ ### Feature
1134
+
1135
+ - Added `permission` in `profile.model.ts`
1136
+
1137
+ ## [4.76.0] (22/06/2023)
1138
+
1139
+ ### Feature
1140
+
1141
+ - Added `permission` in `profile.model.ts`.
1142
+
1143
+ ## [4.75.0] (22/06/2023)
1144
+
1145
+ ### Feature
1146
+
1147
+ - Added `new object in http response to get errorMessage` `Http-response.model.ts`.
1148
+ - Added `fatherKey in listItem to better control over options that depends from other values` `list-item.model.ts`
1149
+
1150
+ ## [4.74.2] (22/06/2023)
1151
+
1152
+ ### Feature
1153
+
1154
+ - Added `permission` in `profile.model.ts`.
1155
+
1156
+ ## [4.74.1] (21/06/2023)
1157
+
1158
+ ### Bugfix
1159
+
1160
+ - Added `new return error in interceptor `Http-interceptor.ts`.
1161
+
1162
+ ## [4.74.0] (20/06/2023)
1163
+
1164
+ ### Feature
1165
+
1166
+ - Added `permission` in `profile.model.ts`.
1167
+
1168
+ ## [4.73.0] (14/06/2023)
1169
+
1170
+ ### Feature
1171
+
1172
+ - adding disabled feature to dropdown filter type `filter.component.ts`.
1173
+
1174
+ ## [4.72.1] (12/05/2023)
1175
+
1176
+ ### Bugfix
1177
+
1178
+ - populatin user id in profile service, so even in QA it will work `profile.service.ts`.
1179
+
1180
+ ## [4.72.0] (25/05/2023)
1181
+
1182
+ ### Feature
1183
+
1184
+ - Added `permission` in `profile.model.ts`
1185
+
1186
+ ## [4.71.0] (24/05/2023)
1187
+
1188
+ ### Feature
1189
+
1190
+ - Added `permission` in `profile.model.ts`
1191
+
1192
+ ## [4.70.4] (22/05/2023)
1193
+
1194
+ ### Feature
1195
+
1196
+ - Added help center icons with links to `vector-top-bar`;
1197
+
1198
+ ## [4.70.3] (19/05/2023)
1199
+
1200
+ ### Feature
1201
+
1202
+ - Refactory `close` click link to `vector-top-bar`;
1203
+
1204
+ ## [4.70.2] (19/05/2023)
1205
+
1206
+ ### Feature
1207
+
1208
+ - Added `close` click link to `vector-top-bar`;
1209
+
1210
+ ## [4.70.1] (19/05/2023)
1211
+
1212
+ ### Feature
1213
+
1214
+ - Added `event` click to `vector-top-bar`;
1215
+
1216
+ ## [4.70.0] (18/05/2023)
1217
+
1218
+ ### Feature
1219
+
1220
+ - Added `alphaNumericAndWhitespace` filter to `vector-text-field`;
1221
+
1222
+ ## [4.69.2] (12/05/2023)
1223
+
1224
+ ### Bugfix
1225
+
1226
+ - Added adjustment in the list of records when using the scrollbar `vector-dropdown-field`.
1227
+
1228
+ ## [4.69.1] (11/05/2023)
1229
+
1230
+ ### Bugfix
1231
+
1232
+ - Added IF when column type is STATUS_BAGDE, because before when the value was 0 it was empty `vector-data-table`.
1233
+
1234
+ ## [4.69.0] (06/05/2023)
1235
+
1236
+ ### Feature
1237
+
1238
+ - Added translations to fixed labels on `vector-data-table` and `vector-filters`.
1239
+
1240
+ ## [4.68.0] (06/05/2023)
1241
+
1242
+ ### Feature
1243
+
1244
+ - Added help central icons to `vector-top-bar`.
1245
+
1246
+ ## [4.67.0] (30/04/2023)
1247
+
1248
+ ### Feature
1249
+
1250
+ - Added `vector-score` component.
1251
+
1252
+ ## [4.66.0] (30/04/2023)
1253
+
1254
+ ### Feature
1255
+
1256
+ - Added `NotificationsService`;
1257
+ - Added `VectorNotification` model;
1258
+ - Added notifications popup on `vector-top-bar`.
1259
+
1260
+ ## [4.65.0] (28/04/2023)
1261
+
1262
+ ### Feature
1263
+
1264
+ - Added `permission` in `profile.model.ts`
1265
+
1266
+ ## [4.64.0] (12/04/2023)
1267
+
1268
+ ### Feature
1269
+
1270
+ - Added `translate options` into `crud-footer` component in lib ngx-vector-components.
1271
+
1272
+ ## [4.63.0] (05/04/2023)
1273
+
1274
+ ### Feature
1275
+
1276
+ - Added `apps` input for `vector-menu`, allowing rendering of custom apps.
1277
+ - Added `onTabSelected` for `vector-data-table`;
1278
+
1279
+ ### Bugfix
1280
+
1281
+ - Fixed multiple lazy load requests on data tables with filters and tabs.
1282
+
1283
+ ### Bugfix
1284
+
1285
+ ## [4.62.1] (04/04/2023)
1286
+
1287
+ - Added validation to `filters.component` to not make initial search in case there's a list item or default value invalid.
1288
+
1289
+ ## [4.62.0] (03/04/2023)
1290
+
1291
+ ### Feature
1292
+
1293
+ - Added `currencyPrefix` and `localePrefix` properties in `currency filed.component`
1294
+
1295
+ ## [4.61.0] (29/03/2023)
1296
+
1297
+ ### Feature
1298
+
1299
+ - Added `permission` in messageServices
1300
+
1301
+ ## [4.60.0] (22/03/2023)
1302
+
1303
+ ### Feature
1304
+
1305
+ - Added `permission` in `profile.model.ts`
1306
+
1307
+ ## [4.59.0] (24/02/2023)
1308
+
1309
+ ### Feature
1310
+
1311
+ - Added `permission` in `profile.model.ts`
1312
+ - Added `disabled` in `vector-input-number.ts`
1313
+
1314
+ ## [4.58.0] (22/02/2023)
1315
+
1316
+ ### Feature
1317
+
1318
+ - Added `CUIT_MASK` in `mask.util.ts`
1319
+
1320
+ ## [4.57.0] (16/02/2023)
1321
+
1322
+ ### Feature
1323
+
1324
+ - Added cols and rows dynamic in `vector-textarea-field.ts`
1325
+
1326
+ ## [4.56.0] (15/02/2023)
1327
+
1328
+ ### Feature
1329
+
1330
+ - Added mask in `mask.util.ts`
1331
+
1332
+ ## [4.55.0] (12/02/2023)
1333
+
1334
+ ### Feature
1335
+
1336
+ - Added `leftLabel` to `vector-text-field`.
1337
+
1338
+ ### Bugfix
1339
+
1340
+ - Added padding-top to `vector-generic-modal` content to improve layout.
1341
+ - Made grid classes for the action buttons of `vector-generic-modal` dynamic to fill the column if it is a single button.
1342
+
1343
+ ## [4.54.0] (08/02/2023)
1344
+
1345
+ ## [4.53.0] (06/02/2023)
1346
+
1347
+ ### Feature
1348
+
1349
+ - Added permissions in `profile.model.ts`
1350
+
1351
+ ## [4.52.0] (28/01/2023)
1352
+
1353
+ ### Feature
1354
+
1355
+ - Added `icon` property to `ListItem`;
1356
+ - Added icon option for `vector-data-table` tabs.
1357
+
1358
+ ## [4.51.0] (28/01/2023)
1359
+
1360
+ ### Feature
1361
+
1362
+ - Added "info" value for `Status` enum;
1363
+ - Added "info" color for `TEXT_BADGE` column on `data-table`;
1364
+ - Added `STACK_BADGE` column type for `data-table`;
1365
+ - Added `DATE` column type for `data-table`;
1366
+ - Added `CURRENCY` column type for `data-table`;
1367
+ - Auto select rows marked with `select: true` on `data-table`;
1368
+ - Added filter option for `vector-multiselect-field`.
1369
+
1370
+ ### Bugfix
1371
+
1372
+ - Changed `appendTo` to `body` on `vector-multiselect-field`;
1373
+ - Changed styles for `vector-multiselect-field` to match `vector-dropdown-field` styles;
1374
+ - Fixed style issue regarding `filters` search button that prevented screens rendering correctly on first render.
1375
+
1376
+ ## [4.50.0] (25/01/2023)
1377
+
1378
+ ### Feature
1379
+
1380
+ - Adding `permission` in tripService.
1381
+
1382
+ ## [4.49.0] (13/01/2023)
1383
+
1384
+ ### Feature
1385
+
1386
+ - Added mask for hours minutes `00:00` in `mask-util`
1387
+
1388
+ ### Bugfix
1389
+
1390
+ - Erased pagedSuggestions restart in line 140 of `dropdown-field-component.ts` because when the data was reloaded, the dropdown fields were blank
1391
+
1392
+ # [4.48.0] (11/01/2023)
1393
+
1394
+ ### Feature
1395
+
1396
+ - Added permissions in `product-reception-list.component.ts`
1397
+
1398
+ ## [4.47.1] (18/11/2022)
1399
+
1400
+ ### Bugfix
1401
+
1402
+ - Adjust `api.ipify` in geolocation.service
1403
+
1404
+ ## [4.47.0] (28/12/2022)
1405
+
1406
+ ### Feature
1407
+
1408
+ - Added permissions in `profile.model.ts`
1409
+
1410
+ ## [4.46.0] (19/12/2022)
1411
+
1412
+ ### Feature
1413
+
1414
+ - Adding `permission` in trips.
1415
+
1416
+ ## [4.45.0] (08/12/2022)
1417
+
1418
+ ### Feature
1419
+
1420
+ - Adding `permission Geofence` in profileService.
1421
+ - Adding `AlterationHistory` in `vector-crud-history` and `Insert typeOfModification` in `crud-history.model`
1422
+
1423
+ ## [4.44.4] (18/11/2022)
1424
+
1425
+ ### Bugfix
1426
+
1427
+ - Adjust `name "carteira digital for conta digital` in menu-vector
1428
+
1429
+ ## [4.44.3] (18/11/2022)
1430
+
1431
+ ### Bugfix
1432
+
1433
+ - Adjust `open modal in icon termOfUse` in menu-vector
1434
+
1435
+ ## [4.44.2] (16/11/2022)
1436
+
1437
+ ### Bugfix
1438
+
1439
+ - Adjust `password` in validation
1440
+
1441
+ ## [4.44.1] (01/11/2022)
1442
+
1443
+ ### Bugfix
1444
+
1445
+ - Adjust `permission approveVector and approveETCD` in profileService
1446
+
1447
+ ## [4.44.0] (28/10/2022)
1448
+
1449
+ ### Feature
1450
+
1451
+ - Adding `permission` in groups.
1452
+
1453
+ ## [4.43.0] (28/10/2022)
1454
+
1455
+ ### Feature
1456
+
1457
+ - Adding `permission` in profileService.
1458
+
1459
+ ## [4.42.1] (27/10/2022)
1460
+
1461
+ ### Bugfix
1462
+
1463
+ - Added fixed `vector-checkbox-field` error validation
1464
+
1465
+ ## [4.42.0] (26/10/2022)
1466
+
1467
+ ### Feature
1468
+
1469
+ - Adding `columns expansible` in data-table.
1470
+
1471
+ ## [4.41.1] (19/10/2022)
1472
+
1473
+ ### Bugfix
1474
+
1475
+ - Adding search action in `SELECT-BUTTON` filter
1476
+
1477
+ ## [4.41.0] (15/10/2022)
1478
+
1479
+ ### Feature
1480
+
1481
+ - Added `HistoricalChangesNews` news permission
1482
+
1483
+ ## [4.40.1] (14/10/2022)
1484
+
1485
+ ### Bugfix
1486
+
1487
+ - Added fixed "pt-BR" locale to `vector-currency-field`.
1488
+
1489
+ ## [4.40.0] (14/10/2022)
1490
+
1491
+ ### Feature
1492
+
1493
+ - Added `maxDecimalInput `in `vector-currency-field`.
1494
+
1495
+ ## [4.39.2] (13/10/2022)
1496
+
1497
+ ### Bugfix
1498
+
1499
+ - Fixed `vector-currency-field` behavior when inputing values when `isBankingField` is set to `true`.
1500
+
1501
+ ## [4.39.1] (13/10/2022)
1502
+
1503
+ ### Feature
1504
+
1505
+ - adjusted bug in dataKey from `data-table.component`
1506
+
1507
+ ## [4.39.0] (12/10/2022)
1508
+
1509
+ ### Feature
1510
+
1511
+ - Added disabled option for checkBox in `Datatbles.component`.
1512
+
1513
+ ## [4.38.1] (11/10/2022)
1514
+
1515
+ ### Feature
1516
+
1517
+ - Fixed `expansible` feature for data-table.
1518
+
1519
+ ## [4.38.0] (11/10/2022)
1520
+
1521
+ ### Feature
1522
+
1523
+ - Added row expand in `datatable.component`.
1524
+
1525
+ ## [4.37.2] (07/10/2022)
1526
+
1527
+ ### BugFix
1528
+
1529
+ - Correction in `auth-service`.
1530
+
1531
+ ## [4.37.1] (07/10/2022)
1532
+
1533
+ ### BugFix
1534
+
1535
+ - Correction in `auth-service`.
1536
+
1537
+ ## [4.37.0] (07/10/2022)
1538
+
1539
+ ### BugFix
1540
+
1541
+ - Correction in `auth-service`.
1542
+
1543
+ ## [4.36.0] (06/10/2022)
1544
+
1545
+ ### Feature
1546
+
1547
+ - Added service change `AddPermisLastNameLocation ` profile permission
1548
+
1549
+ ## [4.35.0] (05/10/2022)
1550
+
1551
+ ### Feature
1552
+
1553
+ - Added service change `LinkedCnpj` top bar components
1554
+
1555
+ ## [4.34.0] (03/10/2022)
1556
+
1557
+ ### Feature
1558
+
1559
+ - Added `TripOfferShow` profile permission
1560
+
1561
+ ## [4.33.0] (02/10/2022)
1562
+
1563
+ ### Feature
1564
+
1565
+ - Added `Supply` profile permission.
1566
+
1567
+ # Changelog
1568
+
1569
+ ## [4.32.0] (30/09/2022)
1570
+
1571
+ ### Feature
1572
+
1573
+ - Added `ETCD` profile permission.
1574
+
1575
+ ## [4.31.0] (30/09/2022)
1576
+
1577
+ ### Feature
1578
+
1579
+ - Added `RECEPTION_PRODUCT` profile permission.
1580
+
1581
+ # Changelog
1582
+
1583
+ ## [4.30.0] (30/09/2022)
1584
+
1585
+ ### Feature
1586
+
1587
+ - Added `Parameters` profile permission.
1588
+
1589
+ ## [4.29.0] (27/09/2022)
1590
+
1591
+ ### Feature
1592
+
1593
+ - Added `max-width` and `line-break` support for `vector-generic-modal`.
1594
+
1595
+ ## [4.28.0] (22/09/2022)
1596
+
1597
+ ### Feature
1598
+
1599
+ - Added `page` in `datatableComponent` to use in datatable fintech
1600
+
1601
+ ## [4.27.0] (21/09/2022)
1602
+
1603
+ ### Feature
1604
+
1605
+ - Added `APPROVE_VECTOR` profile permission, ProfileModuleActionType.
1606
+ - Added `APPROVE_ETCD` profile permission, ProfileModuleActionType.
1607
+ - Added `DIGITAL_DISCHARGE` profile permission, ProfileModuleType
1608
+
1609
+ ## [4.26.0] (15/09/2022)
1610
+
1611
+ ### Feature
1612
+
1613
+ - Added `userId` in `profile.service`.
1614
+
1615
+ ## [4.25.1] (15/09/2022)
1616
+
1617
+ ### Bugfix
1618
+
1619
+ - fix `CREDIT_UNIT` profile permission.
1620
+
1621
+ ## [4.25.0] (15/09/2022)
1622
+
1623
+ ### Feature
1624
+
1625
+ - Added `CREDIT` profile permission.
1626
+ - Added `CREDIT_UNIT` profile permission.
1627
+
1628
+ ## [4.24.0] (14/09/2022)
1629
+
1630
+ ### Feature
1631
+
1632
+ - Added `News` profile permission.
1633
+
1634
+ ## [4.23.0] (14/09/2022)
1635
+
1636
+ ### Feature
1637
+
1638
+ - Added `step` support for `vector-percentage-field`.
1639
+
1640
+ ### Bugfix
1641
+
1642
+ - Fixed `vector-radio-button` alignment.
1643
+
1644
+ ## [4.22.4] (09/09/2022)
1645
+
1646
+ ### BugFix
1647
+
1648
+ - change search document format
1649
+
1650
+ ## [4.22.3] (06/09/2022)
1651
+
1652
+ ### BugFix
1653
+
1654
+ - Hide button after click dropdown
1655
+
1656
+ ## [4.22.2] (06/09/2022)
1657
+
1658
+ ### BugFix
1659
+
1660
+ - dropdown change for choosing accounts, whenever you have more than 1 account, dropdown appears on the active account
1661
+
1662
+ ## [4.22.1] (06/09/2022)
1663
+
1664
+ ### BugFix
1665
+
1666
+ - added `onHeaderCheckboxToggle` in `datatableComponent`
1667
+
1668
+ ## [4.22.0] (05/09/2022)
1669
+
1670
+ ### Feature
1671
+
1672
+ - added `cpf-cnpj-validator` in `utils`, added `plate-mask` in `mask-utils`, added permissions in `profile.model.ts`.
1673
+
1674
+ ## [4.21.0] (30/08/2022)
1675
+
1676
+ ### Feature
1677
+
1678
+ - added `profileName` to user info in `profile.service.ts`.
1679
+
1680
+ ## [4.20.1] (15/08/2022)
1681
+
1682
+ ### Bugfix
1683
+
1684
+ - adjusted `data-table` to not keep start property when clicking search, validation in `data-table.component.ts`.
1685
+
1686
+ ## [4.20.0] (15/08/2022)
1687
+
1688
+ ### Features
1689
+
1690
+ - Added `input-number` to `Componentes`
1691
+
1692
+ ## [4.19.0] (13/08/2022)
1693
+
1694
+ ### Features
1695
+
1696
+ - Added `TEXT_BADGE` type to `TableColumnType` to render `vector-badge` on table.
1697
+
1698
+ ### Bugfixes
1699
+
1700
+ - Fixed filters patch from query params.
1701
+
1702
+ ## [4.18.0] (05/08/2022)
1703
+
1704
+ ### Features
1705
+
1706
+ - Added `CustomButtons` to `vector-data-table` so the data-tables can have more buttons if needed.
1707
+
1708
+ ## [4.17.0] (04/08/2022)
1709
+
1710
+ ### Features
1711
+
1712
+ - Added `filterMultiselect` to `FiltersType` to search for multiple selection
1713
+
1714
+ ## [4.16.1] (01/08/2022)
1715
+
1716
+ ### Bugfixes
1717
+
1718
+ - Fixed `getCodes` function from `ObjectUtil` to support inner JSON objects.
1719
+
1720
+ ## [4.16.0] (31/07/2022)
1721
+
1722
+ ### Features
1723
+
1724
+ - Added `getCodes` to `ObjectUtil` to mutate the given object properties to keep only the `code` property.
1725
+
1726
+ ### Bugfixes
1727
+
1728
+ - `FiltersComponent` fixed to patch the query params values correctly.
1729
+
1730
+ ## [4.15.0] (01/08/2022)
1731
+
1732
+ ### Features
1733
+
1734
+ - Added function to add new account fintech.
1735
+
1736
+ ## [4.14.0] (22/07/2022)
1737
+
1738
+ ### Features
1739
+
1740
+ - Added `AlterationHistory` in `vector-crud-history` to use the logtech pattern.
1741
+
1742
+ ## [4.13.0] (18/07/2022)
1743
+
1744
+ ### Features
1745
+
1746
+ - Added `selectionType` in `vector-data-table` to add `checkboxbutton` or `radionbutton` in table.
1747
+
1748
+ ### Refactor
1749
+
1750
+ - Refactor `generic-modal` to accept news parameters and output events for make more dynamically.
1751
+
1752
+ ## [4.12.0] (18/07/2022)
1753
+
1754
+ ### Features
1755
+
1756
+ - Added `multipleCheck` in `vector-checkbox-field` to add multiple options.
1757
+
1758
+ ## [4.11.2] (16/07/2022)
1759
+
1760
+ ### Bugfixes
1761
+
1762
+ - Fixed `radio-button` to show invalid status color when touched.
1763
+
1764
+ ## [4.11.1] (15/07/2022)
1765
+
1766
+ ### Bugfixes
1767
+
1768
+ - Fixed `getUserId` in `storageService` to get correctly user id.
1769
+
1770
+ ## [4.11.0] (15/07/2022)
1771
+
1772
+ ### Features
1773
+
1774
+ - added `disabled` on `vector-range-field` to disabled field when insert true.
1775
+ - added `disabled` on `vector-currency-field` to disabled field when insert true.
1776
+
1777
+ ## [4.10.5] (14/07/2022)
1778
+
1779
+ ### Bugfixes
1780
+
1781
+ - Fixed `doMaskString` on `MaskUtil` to safely return a empty `string` when receiving an empty input.
1782
+
1783
+ ## [4.10.4] (13/07/2022)
1784
+
1785
+ ### Bugfixes
1786
+
1787
+ - Fixed excel and pdf display button in `vector-data-table`.
1788
+
1789
+ ## [4.10.3] (13/07/2022)
1790
+
1791
+ ### Bugfixes
1792
+
1793
+ - Fixed sort column without actions in `vector-data-table`.
1794
+
1795
+ ## [4.10.2] (10/07/2022)
1796
+
1797
+ ### Bugfixes
1798
+
1799
+ - Fixed arrow icon in(Sort column) `vector-data-table`
1800
+
1801
+ ## [4.10.1] (10/07/2022)
1802
+
1803
+ ### Bugfixes
1804
+
1805
+ - Fixed autoStart `vector-data-table`
1806
+
1807
+ ## [4.9.0] (10/07/2022)
1808
+
1809
+ ### Features
1810
+
1811
+ - Added `MASK` type to `TableColumn` enum and implemented it on `data-table`;
1812
+ - Added `FieldType` `DATE_RANGE` to `data-table` filters.
1813
+
1814
+ ## [4.8.0] (09/07/2022)
1815
+
1816
+ ### Features
1817
+
1818
+ - Added `notSortable` property do `TableColumn` and implemented it on `data-table`.
1819
+
1820
+ ## [4.7.1] (09/07/2022)
1821
+
1822
+ ### BugFixes
1823
+
1824
+ - Fixed `getById` on `getSugestionsOfDropDown`.
1825
+
1826
+ ## [4.7.0] (08/07/2022)
1827
+
1828
+ ### BugFixes
1829
+
1830
+ - Added new Permissions in `profile.model.ts`.
1831
+
1832
+ ### Features
1833
+
1834
+ - Added `profileTypeItens` BehaviourSubject in `profile.serivice.ts`.
1835
+
1836
+ ## [4.6.3] (08/07/2022)
1837
+
1838
+ ### Bugfixes
1839
+
1840
+ - fixed `menu-label` min-width to align correctly items.
1841
+
1842
+ ## [4.6.2] (07/07/2022)
1843
+
1844
+ ### Bugfixes
1845
+
1846
+ - fixed `top-bar` to display vector user first name.
1847
+
1848
+ ## [4.6.1] (05/07/2022)
1849
+
1850
+ ### Bugfixes
1851
+
1852
+ - `percentage field component` added minFractionDigits and maxFractionDigits properties to configure decimal values
1853
+
1854
+ ## [4.6.0] (06/07/2022)
1855
+
1856
+ ### Features
1857
+
1858
+ - Added `goBackHidden` parameter to hidden goBackButton in `vector-crud-footer`.
1859
+
1860
+ ## [4.5.1] (30/06/2022)
1861
+
1862
+ ### Bugfixes
1863
+
1864
+ - `menu` changed admin menu to show only fintech admin.
1865
+
1866
+ ## [4.5.0] (29/06/2022)
1867
+
1868
+ ### Features
1869
+
1870
+ - `vector-filters` changed to read the url queryParams to set default values.
1871
+
1872
+ ## [4.4.0] (28/06/2022)
1873
+
1874
+ ### Features
1875
+
1876
+ - Added `isExternalUrl` in `http-interceptor.ts`;
1877
+
1878
+ ## [4.3.0] (27/06/2022)
1879
+
1880
+ ### Features
1881
+
1882
+ - Added `HttpDataResponse` in model `http-response.model.ts`;
1883
+
1884
+ ## [4.2.1] (27/06/2022)
1885
+
1886
+ ### Bug Fixes
1887
+
1888
+ - Added `ADD_REGION` in model `profile.model.ts`;
1889
+ - Added `SHOW_REGION` in model `profile.model.ts`;
1890
+ - Added `EDIT_REGION` in model `profile.model.ts`;
1891
+
1892
+ ## [4.2.0] (24/06/2022)
1893
+
1894
+ ### Features
1895
+
1896
+ - Added `CUSTOM_STYLES` in TableColumnType on `data-table-component`;
1897
+ - Added `textFieldClass` in TableColumn on `data-table-component`;
1898
+
1899
+ ## [4.1.1] (23/06/2022)
1900
+
1901
+ ### Bug Fixes
1902
+
1903
+ - Fixed `FilterChangedEvent` external model to use in all project.
1904
+
1905
+ ## [4.1.0] (23/06/2022)
1906
+
1907
+ ### Features
1908
+
1909
+ - Added `onFilterChanged` event on `filters` and `data-table`;
1910
+
1911
+ ### Bug Fixes
1912
+
1913
+ - Fixed `filters` to validate required fields before searching.
1914
+
1915
+ ## [4.0.0] (21/06/2022)
1916
+
1917
+ ### Breaking Changes
1918
+
1919
+ - Added `getById` on `BaseDropdown` interface.
1920
+
1921
+ ### Bug Fixes
1922
+
1923
+ - Fixed `dropdown` behavior with and without `minLengthToService` set;
1924
+ - Fixed `dropdown` search on suggestions to ignore case;
1925
+ - Fixed `data-table` header z-index to keep below other fixed elements (e.g `vector-footer`);
1926
+ - Fixed `multiselect` to get the correct item property for value.
1927
+
1928
+ ## [3.6.1] (15/06/2022)
1929
+
1930
+ ### Bug Fixes
1931
+
1932
+ - Changed overflow behavior of tabview to scroll.
1933
+ -
1934
+
1935
+ ## [3.6.0] (14/06/2022)
1936
+
1937
+ ### Features
1938
+
1939
+ - Added selection to data-table component.
1940
+ - Added hasAction input, now can hide action column.
1941
+
1942
+ ## [3.5.0] (09/06/2022)
1943
+
1944
+ ### Features
1945
+
1946
+ - Added `disabled` property on `ListItem`;
1947
+ - Added `onChange` event on `vector-multiselect-field`.
1948
+
1949
+ ## [3.4.0] (26/05/2022)
1950
+
1951
+ ### Features
1952
+
1953
+ - Added `inputClassName` property to `vector-currency-field`;
1954
+
1955
+ ### Bug Fixes
1956
+
1957
+ - Fixed `vector-button` style property type;
1958
+
1959
+ ## [3.3.1] (25/05/2022)
1960
+
1961
+ ### Bug Fixes
1962
+
1963
+ - Fixed `fullName` validation of `Utils`, changed invalid error message.
1964
+
1965
+ ## [3.3.0] (24/05/2022)
1966
+
1967
+ ### Features
1968
+
1969
+ - Added min length to call the dropdown service query.
1970
+
1971
+ ## [3.2.0] (24/05/2022)
1972
+
1973
+ ### Features
1974
+
1975
+ - Added the ability to add a button column to the `vector-data-table` component that calls a custom function.
1976
+ - Added the possibility to hide the actions column of the component `vector-data-table`.
1977
+
1978
+ ## [3.1.1] (20/05/2022)
1979
+
1980
+ ### Bug Fixes
1981
+
1982
+ - Fixed `vector-button` to fill 100% of container.
1983
+ - Fixed `BOLETO_PATTERN` in `MaskUtils` for accept a digit more.
1984
+
1985
+ ## [3.1.0] (19/05/2022)
1986
+
1987
+ ### Features
1988
+
1989
+ - added `isBankingField` input to `vector-currency-field`.
1990
+
1991
+ ## [3.0.2] (19/05/2022)
1992
+
1993
+ ### Bug Fixes
1994
+
1995
+ - Fixed `vector-button` disable behavior.
1996
+
1997
+ ## [3.0.1] (08/05/2022)
1998
+
1999
+ ### Bug Fixes
2000
+
2001
+ - Fixed peer dependency version.
2002
+
2003
+ ## [3.0.0] (08/05/2022)
2004
+
2005
+ ### Breaking Changes
2006
+
2007
+ - Changed `mixins` to a separated `mixins.scss` file.
2008
+
2009
+ ### Features
2010
+
2011
+ - Added generic guard to check if crud list has items;
2012
+ - Added generic resolver to get the selected crud item from the list;
2013
+ - Added generic resolver to get the selected crud item history from the list;
2014
+ - Added `vector-badge` component;
2015
+ - Added `vector-crud-header` component;
2016
+ - Added `vector-select-button-field` component;
2017
+ - Added `formatDocument` pipe;
2018
+ - Added `VIRTUAL_CARRIER` view type;
2019
+ - Added styles input to `vector-button` to apply styles to the `<button>` tag;
2020
+ - Added dynamic filters to dropdown;
2021
+ - Breadcrumb now has clickable links to navigate to route fragments.
2022
+
2023
+ ### Bug Fixes
2024
+
2025
+ - Menu fixed to navigate to menu route even if it has children;
2026
+ - Changed `vector-data-table` appearence to match new design;
2027
+ - Fixed `vector-filters` to hide the search button when there is no visible filters;
2028
+ - Removed unnecessary `variables.scss` references throughout the project.
2029
+
2030
+ ## [2.14.0] (05/05/2022)
2031
+
2032
+ ### Features
2033
+
2034
+ - TokenIsPresentGuard changed to support both storage and queryParams token.
2035
+
2036
+ ### Bug Fixes
2037
+
2038
+ - MenuComponent fixed to take priority on `frameUrl` to make sure `route` can still be used to build the breadcrumbs if needed;
2039
+ - Made some changes to the accordion styles.
2040
+
2041
+ ## [2.13.1] (28/04/2022)
2042
+
2043
+ ### Bug Fixes
2044
+
2045
+ - Fix conflict merge with versions 2.12.0 with 2.13.0.
2046
+
2047
+ ## [2.13.0] (27/04/2022)
2048
+
2049
+ ### Features
2050
+
2051
+ - Added input valueMovimented in vector-range-value component.
2052
+
2053
+ ### Bug Fixes
2054
+
2055
+ - Fix Sent API address for endpoint.
2056
+ - Fix export GeolocationService.
2057
+
2058
+ ## [2.12.0] (26/04/2022)
2059
+
2060
+ ### Features
2061
+
2062
+ - MenuItem changed to accept both singular and array of permissions.
2063
+
2064
+ ## [2.11.0] (20/04/2022)
2065
+
2066
+ ### Features
2067
+
2068
+ - Added currency-input rounded option.
2069
+
2070
+ ### Bug Fixes
2071
+
2072
+ - Fixed breadcrumb responsive layout;
2073
+ - Fixed radio-button responsive layout;
2074
+ - Changed menu backgroud to white;
2075
+ - Changed accordion styles.
2076
+
2077
+ ## [2.10.0] (19/04/2022)
2078
+
2079
+ ### Features
2080
+
2081
+ - Added login info and geolocation to share: date, time, device info, ip, hostname, latitude, longitude, accuracy.
2082
+
2083
+ ## [2.8.0] (08/04/2022)
2084
+
2085
+ ### Features
2086
+
2087
+ - Added containsLettersAndNumbers validation.
2088
+
2089
+ ### Fix
2090
+
2091
+ - Fix currency-field min and max value don't work.
2092
+
2093
+ ## [2.7.1] (08/04/2022)
2094
+
2095
+ ### Fix
2096
+
2097
+ - Fix text-field don't limit to alpha numeric with alphanumeric true.
2098
+
2099
+ ## [2.7.0] (04/04/2022)
2100
+
2101
+ ### Features
2102
+
2103
+ - Added alphaNumeric option to text-field.
2104
+
2105
+ ### Bug Fixes
2106
+
2107
+ - Fix top-bar to hidden notification if is fintech.
2108
+ - Fix top-bar changed label for change password.
2109
+ - Fix toggle menu when keydown escape.
2110
+
2111
+ ## [2.6.0] (30/03/2022)
2112
+
2113
+ ### Features
2114
+
2115
+ - Added directive min and max for percentage-field.
2116
+ - Added notSequentialNumbers validator.
2117
+ - Added firstLetterIsUppercase validator.
2118
+
2119
+ ### Bug Fixes
2120
+
2121
+ - Fix menu service for don't delete father.
2122
+
2123
+ ## [2.5.1] (24/03/2022)
2124
+
2125
+ ### Bug Fixes
2126
+
2127
+ - Fix input checkbox don't mark when click on label.
2128
+
2129
+ ## [2.5.0] (21/03/2022)
2130
+
2131
+ ### Features
2132
+
2133
+ - Added menu notifications count
2134
+
2135
+ ### Bug Fixes
2136
+
2137
+ - Fixed gray colors variables names;
2138
+ - Fixed topbar to show Fintech menus only when is Fintech;
2139
+ - Fixed permissions request to save permissions on storage before using them.
2140
+ - Calendar-field "min" and "max" properties set optional.
2141
+
2142
+ ## [2.4.0] (20/03/2022)
2143
+
2144
+ ### Features
2145
+
2146
+ - Added min and max validation functions to forms;
2147
+ - Added onlyActivePipe.
2148
+
2149
+ ### Bug Fixes
2150
+
2151
+ - Fixed menu service to hide parent menus when no children is left after filtering by permission;
2152
+ - Changed data-table scrollHeight from 350px to 300px to prevent unnecessary scrolling on viewport;
2153
+ - Added toast to unexpected errors from the API.
2154
+
2155
+ ## [2.3.0] (18/03/2022)
2156
+
2157
+ ### Features
2158
+
2159
+ - Added vector-field-error-message for showing when field is invalid.
2160
+
2161
+ ### Bug Fixes
2162
+
2163
+ - Fix input calendar invalid showing incorrect;
2164
+ - Fix input dropdown invalid showing incorrect;
2165
+ - Fix Top-bar now show correct account information.
2166
+
2167
+ ## [2.2.2] (17/03/2022)
2168
+
2169
+ ### Feature
2170
+
2171
+ - Added new default color for text in \_variables.scss.
2172
+ - Fix Portals items in menu showing incorrect.
2173
+
2174
+ ## [2.2.1] (17/03/2022)
2175
+
2176
+ ### Bug Fixes
2177
+
2178
+ - Fix Portals items menu with switched color.
2179
+ - Added directive in vector-top-var(fintech, service);
2180
+ - Fix Menu showing without account information in fintech vector-top-bar;
2181
+
2182
+ ## [2.2.0] (10/03/2022)
2183
+
2184
+ ### Features
2185
+
2186
+ - Added textarea field;
2187
+ - Added sessionStorage functions to StorageService;
2188
+ - Added IFrame opening option to menu items;
2189
+ - Added inversed colors vector logo.
2190
+
2191
+ ### Bug Fixes
2192
+
2193
+ - Fixed dropdown code comparision on filter to support any format;
2194
+ - Fixed data table auto load when using virtual pagination;
2195
+ - Fixed breadcrumb font-weight;
2196
+ - Fixed menu icon filter.
2197
+
2198
+ ## [2.0.3] (01/03/2022)
2199
+
2200
+ ### Bug Fixes
2201
+
2202
+ - Fixed AuthService url to support multiple projects with different endpoint prefixes.
2203
+
2204
+ ## [2.0.2] (01/03/2022)
2205
+
2206
+ ### Bug Fixes
2207
+
2208
+ - Fixed old variable
2209
+
2210
+ ## [2.0.1] (01/03/2022)
2211
+
2212
+ ### Bug Fixes
2213
+
2214
+ - Fixed missing styles
2215
+
2216
+ ## [2.0.0] (01/03/2022)
2217
+
2218
+ ### Breaking Changes
2219
+
2220
+ - CSS variables changed declaration form.
2221
+
2222
+ ## [1.0.2] (01/03/2022)
2223
+
2224
+ ### Bug Fixes
2225
+
2226
+ - Changed text field filter to validate only when on "only text" mode.
2227
+
2228
+ ## [1.0.1] (27/02/2022)
2229
+
2230
+ ### Bug Fixes
2231
+
2232
+ ### Features
2233
+
2234
+ ### Breaking Changes
2235
+
2236
+ - Library publishing