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