ngx-vector-components 5.72.1 → 5.73.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 +15 -0
- package/esm2022/lib/components/fields/checkbox-field/checkbox-field.component.mjs +6 -8
- package/esm2022/lib/components/fields/dropdown-field/dropdown-field.component.mjs +6 -8
- package/esm2022/lib/components/fields/multiselect-field/multiselect-field.component.mjs +6 -8
- package/esm2022/lib/components/fields/radio-button-field/radio-button-field.component.mjs +6 -8
- package/esm2022/lib/models/profile.model.mjs +2 -1
- package/fesm2022/ngx-vector-components.mjs +21 -28
- package/fesm2022/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +2 -1
- package/package.json +1 -1
|
@@ -491,5 +491,6 @@ export declare enum ProfileModuleActionType {
|
|
|
491
491
|
SHOW_ISS_PARAMS = "Show Iss Param",
|
|
492
492
|
CREATE_ISS_PARAMS = "Create Iss Param",
|
|
493
493
|
EDIT_ISS_PARAMS = "Edit Iss Param",
|
|
494
|
-
DELETE_LOCATION_SHIFT_PRIORITY = "Delete Location Shift Priority"
|
|
494
|
+
DELETE_LOCATION_SHIFT_PRIORITY = "Delete Location Shift Priority",
|
|
495
|
+
ADD_LOCATION_SHIFT_PRIORITY = "Add Location Shift Priority"
|
|
495
496
|
}
|