@gridsuite/commons-ui 0.106.0 → 0.106.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.
@@ -57,6 +57,8 @@ export declare const networkModificationsEn: {
57
57
  'network_modifications.tabular.SUBSTATION_MODIFICATION': string;
58
58
  'network_modifications.TABULAR_CREATION': string;
59
59
  'network_modifications.tabular.GENERATOR_CREATION': string;
60
+ 'network_modifications.tabular.BATTERY_CREATION': string;
61
+ 'network_modifications.tabular.LOAD_CREATION': string;
60
62
  'network_modifications.tabular.SHUNT_COMPENSATOR_CREATION': string;
61
63
  'network_modifications.LCC_CREATION': string;
62
64
  'network_modifications.LCC_MODIFICATION': string;
@@ -51,6 +51,8 @@ const networkModificationsEn = {
51
51
  "network_modifications.tabular.SUBSTATION_MODIFICATION": "substation modifications",
52
52
  "network_modifications.TABULAR_CREATION": "Tabular creation - {computedLabel}",
53
53
  "network_modifications.tabular.GENERATOR_CREATION": "generator creations",
54
+ "network_modifications.tabular.BATTERY_CREATION": "battery creations",
55
+ "network_modifications.tabular.LOAD_CREATION": "load creations",
54
56
  "network_modifications.tabular.SHUNT_COMPENSATOR_CREATION": "linear shunt compensator creations",
55
57
  "network_modifications.LCC_CREATION": "Creating HVDC (LCC) {computedLabel}",
56
58
  "network_modifications.LCC_MODIFICATION": "Modifying HVDC (LCC) {computedLabel}",
@@ -57,6 +57,8 @@ export declare const networkModificationsFr: {
57
57
  'network_modifications.tabular.SUBSTATION_MODIFICATION': string;
58
58
  'network_modifications.TABULAR_CREATION': string;
59
59
  'network_modifications.tabular.GENERATOR_CREATION': string;
60
+ 'network_modifications.tabular.BATTERY_CREATION': string;
61
+ 'network_modifications.tabular.LOAD_CREATION': string;
60
62
  'network_modifications.tabular.SHUNT_COMPENSATOR_CREATION': string;
61
63
  'network_modifications.LCC_CREATION': string;
62
64
  'network_modifications.LCC_MODIFICATION': string;
@@ -51,6 +51,8 @@ const networkModificationsFr = {
51
51
  "network_modifications.tabular.SUBSTATION_MODIFICATION": "modifications de sites",
52
52
  "network_modifications.TABULAR_CREATION": "Création tabulaire - {computedLabel}",
53
53
  "network_modifications.tabular.GENERATOR_CREATION": "créations de générateurs",
54
+ "network_modifications.tabular.BATTERY_CREATION": "créations de batteries",
55
+ "network_modifications.tabular.LOAD_CREATION": "créations de consommations",
54
56
  "network_modifications.tabular.SHUNT_COMPENSATOR_CREATION": "créations de MCS linéaires",
55
57
  "network_modifications.LCC_CREATION": "Création de la HVDC (LCC) {computedLabel}",
56
58
  "network_modifications.LCC_MODIFICATION": "Modification de la HVDC (LCC) {computedLabel}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gridsuite/commons-ui",
3
- "version": "0.106.0",
3
+ "version": "0.106.1",
4
4
  "description": "common react components for gridsuite applications",
5
5
  "author": "gridsuite team",
6
6
  "homepage": "https://github.com/gridsuite",