ngx-vector-components 5.46.0 → 5.47.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 +17 -0
- package/esm2022/lib/components/fields/radio-button-field/radio-button-field.component.mjs +2 -2
- package/esm2022/lib/models/profile.model.mjs +7 -1
- package/fesm2022/ngx-vector-components.mjs +8 -2
- package/fesm2022/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +7 -1
- package/package.json +1 -1
|
@@ -452,5 +452,11 @@ export declare enum ProfileModuleActionType {
|
|
|
452
452
|
MONITORING_HANDLE_EVENT = "Monitoring Handle Event",
|
|
453
453
|
MONITORING_JUSTIFY_EVENT = "Monitoring Justify Event",
|
|
454
454
|
APPROVE_POOL_BIDDING_CLOSURE = "Aprovar Encerramento Pool Bidding",
|
|
455
|
-
APPROVE_POOL_BIDDING_LESSER_VALUE = "Aprovar Bidding Pool Com Valor Maior Que Menor Valor"
|
|
455
|
+
APPROVE_POOL_BIDDING_LESSER_VALUE = "Aprovar Bidding Pool Com Valor Maior Que Menor Valor",
|
|
456
|
+
SHOW_GR_VECTOR_PARAMETERS = "Show GR Vector Parameters",
|
|
457
|
+
ACTIVATE_OR_INACTIVATE_GR_PARAMETERS = "Activate or Inactivate GR Parameters",
|
|
458
|
+
UPDATE_GR_PARAMETERS = "Update GR Parameters",
|
|
459
|
+
CREATE_GR_VECTOR = "Create GR Vector",
|
|
460
|
+
APPROVE_OR_DISAPROVE_GR = "Approve Or Disaprove Gr",
|
|
461
|
+
SHOW_GR_VECTOR = "Show GR Vector"
|
|
456
462
|
}
|