ngx-vector-components 5.107.0 → 5.108.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.
- package/CHANGELOG.md +21 -0
- package/esm2022/lib/components/fields/button/button.component.mjs +1 -1
- package/esm2022/lib/components/fields/calendar-field/calendar-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/checkbox-field/checkbox-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/currency-field/currency-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/data-table/data-table.component.mjs +3 -3
- package/esm2022/lib/components/fields/dropdown-field/dropdown-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/filters/filters.component.mjs +3 -3
- package/esm2022/lib/components/fields/input-number-field/input-number-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/input-otp/input-otp.component.mjs +1 -1
- package/esm2022/lib/components/fields/input-switch-field/input-switch-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/multiselect-field/multiselect-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/percentage-field/percentage-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/radio-button-field/radio-button-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/range-value/range-value.component.mjs +1 -1
- package/esm2022/lib/components/fields/select-button-field/select-button-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/text-field/text-field.component.mjs +1 -1
- package/esm2022/lib/components/fields/textarea-field/textarea-field.component.mjs +1 -1
- package/esm2022/lib/models/profile.model.mjs +5 -1
- package/fesm2022/ngx-vector-components.mjs +23 -19
- package/fesm2022/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +6 -2
- package/package.json +1 -1
|
@@ -48,7 +48,8 @@ export declare enum ProfileModuleType {
|
|
|
48
48
|
PAYMENT_SCHEDULING = "Agendamento De Pagamento",
|
|
49
49
|
DICHARGE_CONTROL_PANEL = "DischargeControlPanel",
|
|
50
50
|
CARD_CONTROL = "Cart\u00E3o digital",
|
|
51
|
-
VECTOR_PAY_STATEMENT = "VectorPayStatement"
|
|
51
|
+
VECTOR_PAY_STATEMENT = "VectorPayStatement",
|
|
52
|
+
BUNGE_REFUND = "BungeEstorno"
|
|
52
53
|
}
|
|
53
54
|
export declare enum ProfileModuleActionType {
|
|
54
55
|
ADD_VEHICLE = "Add Vehicle",
|
|
@@ -532,5 +533,8 @@ export declare enum ProfileModuleActionType {
|
|
|
532
533
|
SHOW_CONTROL_CARD_ADMIN = "Toll Card Admin",
|
|
533
534
|
SHOW_CONTROL_CARD_PARTNER = "Toll Card Partner",
|
|
534
535
|
SHOW_HEAT_MAP = "Show Heat Map",
|
|
535
|
-
SHOW_STATUS_MAP = "Show Status Map"
|
|
536
|
+
SHOW_STATUS_MAP = "Show Status Map",
|
|
537
|
+
BUNGE_REFUND_TOTAL = "Bunge Estorno Total",
|
|
538
|
+
BUNGE_REFUND_PARTIAL = "Bunge Estorno Parcial",
|
|
539
|
+
ADD_REFUND_PARTIAL = "AdicionarEstornoParcial"
|
|
536
540
|
}
|