ngx-vector-components 5.38.0 → 5.39.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/esm2022/lib/components/fields/input-number-field/input-number-field.component.mjs +2 -2
- package/esm2022/lib/models/profile.model.mjs +1 -2
- package/fesm2022/ngx-vector-components.mjs +2 -3
- package/fesm2022/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +0 -1
- package/package.json +1 -1
|
@@ -243,7 +243,6 @@ export declare enum ProfileModuleActionType {
|
|
|
243
243
|
APPROVE_REQUESTS_ETCD = "Approve Requests ETCD",
|
|
244
244
|
SHOW_SUPPLY = "Show Supply",
|
|
245
245
|
SHOW_TRIP_OFFERT = "Trip Offer Show",
|
|
246
|
-
ADD_LASTNAME_LOCATION = "Add LastName Location",
|
|
247
246
|
APPROVE_DISCHARGE_PAYMENT = "Aprovar quitacao",
|
|
248
247
|
APPROVE_ADVANCE_PAYMENT = "Aprovar adiantamento",
|
|
249
248
|
APPROVE_ENGINE_PAYMENT = "Aprovar motor de pagamento",
|