@gridsuite/commons-ui 0.113.0 → 0.114.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.
|
@@ -167,5 +167,7 @@ export declare enum FieldType {
|
|
|
167
167
|
REGULATION_VALUE = "REGULATION_VALUE",
|
|
168
168
|
PHASE_LOW_TAP_POSITION = "PHASE_LOW_TAP_POSITION",
|
|
169
169
|
PHASE_TAP_POSITION = "PHASE_TAP_POSITION",
|
|
170
|
-
PHASE_TARGET_DEADBAND = "PHASE_TARGET_DEADBAND"
|
|
170
|
+
PHASE_TARGET_DEADBAND = "PHASE_TARGET_DEADBAND",
|
|
171
|
+
SELECTED_OPERATIONAL_LIMITS_GROUP_1 = "SELECTED_OPERATIONAL_LIMITS_GROUP_1",
|
|
172
|
+
SELECTED_OPERATIONAL_LIMITS_GROUP_2 = "SELECTED_OPERATIONAL_LIMITS_GROUP_2"
|
|
171
173
|
}
|
|
@@ -162,6 +162,8 @@ var FieldType = /* @__PURE__ */ ((FieldType2) => {
|
|
|
162
162
|
FieldType2["PHASE_LOW_TAP_POSITION"] = "PHASE_LOW_TAP_POSITION";
|
|
163
163
|
FieldType2["PHASE_TAP_POSITION"] = "PHASE_TAP_POSITION";
|
|
164
164
|
FieldType2["PHASE_TARGET_DEADBAND"] = "PHASE_TARGET_DEADBAND";
|
|
165
|
+
FieldType2["SELECTED_OPERATIONAL_LIMITS_GROUP_1"] = "SELECTED_OPERATIONAL_LIMITS_GROUP_1";
|
|
166
|
+
FieldType2["SELECTED_OPERATIONAL_LIMITS_GROUP_2"] = "SELECTED_OPERATIONAL_LIMITS_GROUP_2";
|
|
165
167
|
return FieldType2;
|
|
166
168
|
})(FieldType || {});
|
|
167
169
|
export {
|