@gridsuite/commons-ui 0.136.1 → 0.138.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.
Files changed (127) hide show
  1. package/README.md +1 -1
  2. package/dist/components/dialogs/elementSaveDialog/ElementSaveDialog.js +4 -4
  3. package/dist/components/dnd-table/dnd-table-add-rows-dialog.js +4 -4
  4. package/dist/components/dnd-table/dnd-table.js +1 -0
  5. package/dist/components/elementSearch/elementItem/EquipmentItem.js +2 -2
  6. package/dist/components/elementSearch/tagRenderer/TagRenderer.js +2 -2
  7. package/dist/components/filter/HeaderFilterForm.js +4 -4
  8. package/dist/components/filter/expert/expertFilterConstants.d.ts +2 -51
  9. package/dist/components/filter/utils/filterFormUtils.d.ts +2 -5
  10. package/dist/components/filter/utils/filterFormUtils.js +2 -5
  11. package/dist/components/index.js +7 -5
  12. package/dist/components/inputs/index.js +4 -0
  13. package/dist/components/inputs/reactHookForm/DirectoryItemsInput.d.ts +7 -4
  14. package/dist/components/inputs/reactHookForm/DirectoryItemsInput.js +28 -45
  15. package/dist/components/inputs/reactHookForm/OverflowableChip.d.ts +4 -0
  16. package/dist/components/inputs/reactHookForm/OverflowableChip.js +25 -0
  17. package/dist/components/inputs/reactHookForm/OverflowableChipWithHelperText.d.ts +5 -0
  18. package/dist/components/inputs/reactHookForm/OverflowableChipWithHelperText.js +15 -0
  19. package/dist/components/inputs/reactHookForm/index.d.ts +2 -0
  20. package/dist/components/inputs/reactHookForm/index.js +4 -0
  21. package/dist/components/menus/custom-nested-menu.js +25 -1
  22. package/dist/components/overflowableText/OverflowableText.d.ts +1 -1
  23. package/dist/components/overflowableText/OverflowableText.js +8 -10
  24. package/dist/components/parameters/common/ProviderParam.js +4 -4
  25. package/dist/components/parameters/common/limitreductions/limit-reduction-table-cell.js +4 -4
  26. package/dist/components/parameters/common/limitreductions/limit-reductions-table-form.js +4 -4
  27. package/dist/components/parameters/common/name-element-editor/name-element-editor-utils.js +4 -4
  28. package/dist/components/parameters/common/voltage-level-table/custom-voltage-level-table-cell.js +4 -4
  29. package/dist/components/parameters/common/widget/parameter-float.js +4 -4
  30. package/dist/components/parameters/common/widget/parameter-line-directory-items-input.d.ts +2 -1
  31. package/dist/components/parameters/common/widget/parameter-line-directory-items-input.js +5 -3
  32. package/dist/components/parameters/common/widget/parameter-line-slider.js +4 -4
  33. package/dist/components/parameters/index.d.ts +1 -0
  34. package/dist/components/parameters/index.js +3 -5
  35. package/dist/components/parameters/loadflow/load-flow-general-parameters.js +4 -4
  36. package/dist/components/parameters/loadflow/load-flow-parameter-field.js +4 -4
  37. package/dist/components/parameters/loadflow/load-flow-parameters-content.js +4 -4
  38. package/dist/components/parameters/loadflow/load-flow-parameters-dialog.js +4 -4
  39. package/dist/components/parameters/loadflow/load-flow-parameters-form.js +4 -4
  40. package/dist/components/parameters/loadflow/load-flow-parameters-header.js +4 -4
  41. package/dist/components/parameters/loadflow/load-flow-parameters-inline.js +4 -4
  42. package/dist/components/parameters/loadflow/load-flow-parameters-utils.js +4 -4
  43. package/dist/components/parameters/loadflow/use-load-flow-parameters-form.js +4 -4
  44. package/dist/components/parameters/network-visualizations/map-parameters.js +4 -4
  45. package/dist/components/parameters/network-visualizations/network-area-diagram-parameters.js +4 -4
  46. package/dist/components/parameters/network-visualizations/network-visualizations-form.js +4 -4
  47. package/dist/components/parameters/network-visualizations/network-visualizations-parameters-dialog.js +4 -4
  48. package/dist/components/parameters/network-visualizations/network-visualizations-parameters-inline.js +4 -4
  49. package/dist/components/parameters/network-visualizations/single-line-diagram-parameters.js +4 -4
  50. package/dist/components/parameters/network-visualizations/use-network-visualizations-parameters-form.js +4 -4
  51. package/dist/components/parameters/pcc-min/index.d.ts +7 -0
  52. package/dist/components/parameters/pcc-min/index.js +4 -0
  53. package/dist/components/parameters/pcc-min/pcc-min-form-utils.d.ts +4 -0
  54. package/dist/components/parameters/pcc-min/pcc-min-form-utils.js +54 -0
  55. package/dist/components/parameters/pcc-min/pcc-min-parameters-form.d.ts +29 -0
  56. package/dist/components/parameters/pcc-min/pcc-min-parameters-form.js +114 -0
  57. package/dist/components/parameters/pcc-min/pcc-min-parameters-inline.d.ts +7 -0
  58. package/dist/components/parameters/pcc-min/pcc-min-parameters-inline.js +98 -0
  59. package/dist/components/parameters/pcc-min/use-pcc-min-parameters-form.d.ts +19 -0
  60. package/dist/components/parameters/pcc-min/use-pcc-min-parameters-form.js +104 -0
  61. package/dist/components/parameters/security-analysis/security-analysis-parameters-dialog.js +4 -4
  62. package/dist/components/parameters/security-analysis/security-analysis-parameters-form.js +4 -4
  63. package/dist/components/parameters/security-analysis/security-analysis-parameters-inline.js +4 -4
  64. package/dist/components/parameters/security-analysis/security-analysis-parameters-selector.js +4 -4
  65. package/dist/components/parameters/security-analysis/security-analysis-violations-hiding.js +4 -4
  66. package/dist/components/parameters/security-analysis/use-security-analysis-parameters-form.js +4 -4
  67. package/dist/components/parameters/sensi/sensitivity-Flow-parameters.js +4 -4
  68. package/dist/components/parameters/sensi/sensitivity-analysis-parameters-dialog.js +4 -4
  69. package/dist/components/parameters/sensi/sensitivity-analysis-parameters-form.js +4 -4
  70. package/dist/components/parameters/sensi/sensitivity-analysis-parameters-inline.js +4 -4
  71. package/dist/components/parameters/sensi/sensitivity-parameters-selector.js +4 -4
  72. package/dist/components/parameters/sensi/sensitivity-table.js +4 -4
  73. package/dist/components/parameters/sensi/table-cell.js +1 -1
  74. package/dist/components/parameters/sensi/use-sensitivity-analysis-parameters.js +4 -4
  75. package/dist/components/parameters/sensi/utils.d.ts +1 -1
  76. package/dist/components/parameters/sensi/utils.js +5 -7
  77. package/dist/components/parameters/short-circuit/short-circuit-fields.js +4 -4
  78. package/dist/components/parameters/short-circuit/short-circuit-parameters-dialog.js +4 -4
  79. package/dist/components/parameters/short-circuit/short-circuit-parameters-form.js +4 -4
  80. package/dist/components/parameters/short-circuit/short-circuit-parameters-inline.js +4 -4
  81. package/dist/components/parameters/short-circuit/use-short-circuit-parameters-form.js +4 -4
  82. package/dist/components/parameters/voltage-init/constants.d.ts +0 -4
  83. package/dist/components/parameters/voltage-init/constants.js +0 -8
  84. package/dist/components/parameters/voltage-init/equipment-selection-parameters.js +4 -4
  85. package/dist/components/parameters/voltage-init/general-parameters.js +4 -4
  86. package/dist/components/parameters/voltage-init/index.js +1 -5
  87. package/dist/components/parameters/voltage-init/use-voltage-init-parameters-form.js +6 -5
  88. package/dist/components/parameters/voltage-init/voltage-init-form-utils.js +6 -5
  89. package/dist/components/parameters/voltage-init/voltage-init-parameters-dialog.js +4 -4
  90. package/dist/components/parameters/voltage-init/voltage-init-parameters-form.js +4 -4
  91. package/dist/components/parameters/voltage-init/voltage-init-parameters-inline.js +4 -4
  92. package/dist/components/parameters/voltage-init/voltage-init.type.d.ts +2 -6
  93. package/dist/components/parameters/voltage-init/voltage-limits-parameters.js +6 -5
  94. package/dist/index.js +20 -3
  95. package/dist/services/index.d.ts +1 -0
  96. package/dist/services/index.js +3 -0
  97. package/dist/services/pcc-min.d.ts +7 -0
  98. package/dist/services/pcc-min.js +25 -0
  99. package/dist/translations/en/equipmentSearchEn.d.ts +0 -17
  100. package/dist/translations/en/equipmentSearchEn.js +1 -18
  101. package/dist/translations/en/equipmentShortEn.d.ts +28 -0
  102. package/dist/translations/en/equipmentShortEn.js +25 -0
  103. package/dist/translations/en/equipmentTagEn.d.ts +28 -0
  104. package/dist/translations/en/equipmentTagEn.js +25 -0
  105. package/dist/translations/en/index.d.ts +2 -0
  106. package/dist/translations/en/index.js +4 -0
  107. package/dist/translations/en/parameters.d.ts +3 -0
  108. package/dist/translations/en/parameters.js +4 -1
  109. package/dist/translations/fr/equipmentSearchFr.d.ts +0 -17
  110. package/dist/translations/fr/equipmentSearchFr.js +1 -18
  111. package/dist/translations/fr/equipmentShortFr.d.ts +28 -0
  112. package/dist/translations/fr/equipmentShortFr.js +25 -0
  113. package/dist/translations/fr/equipmentTagFr.d.ts +28 -0
  114. package/dist/translations/fr/equipmentTagFr.js +25 -0
  115. package/dist/translations/fr/index.d.ts +2 -0
  116. package/dist/translations/fr/index.js +4 -0
  117. package/dist/translations/fr/parameters.d.ts +3 -0
  118. package/dist/translations/fr/parameters.js +4 -1
  119. package/dist/utils/constants/filterConstant.d.ts +9 -0
  120. package/dist/utils/constants/filterConstant.js +10 -0
  121. package/dist/utils/constants/index.d.ts +1 -0
  122. package/dist/utils/constants/index.js +5 -0
  123. package/dist/utils/index.js +6 -2
  124. package/dist/utils/types/equipmentType.d.ts +7 -165
  125. package/dist/utils/types/equipmentType.js +90 -151
  126. package/dist/utils/types/index.js +1 -2
  127. package/package.json +1 -1
@@ -74,105 +74,180 @@ const ALL_EQUIPMENTS = {
74
74
  /* SUBSTATION */
75
75
  ]: {
76
76
  id: "SUBSTATION",
77
- label: "Substations"
77
+ label: "Substations",
78
+ tagLabel: "equipment_tag/substation",
79
+ shortLabel: "equipment_short/substation"
78
80
  },
79
81
  [
80
82
  "VOLTAGE_LEVEL"
81
83
  /* VOLTAGE_LEVEL */
82
84
  ]: {
83
85
  id: "VOLTAGE_LEVEL",
84
- label: "VoltageLevels"
86
+ label: "VoltageLevels",
87
+ tagLabel: "equipment_tag/voltageLevel",
88
+ shortLabel: "equipment_short/voltageLevel"
85
89
  },
86
90
  [
87
91
  "LINE"
88
92
  /* LINE */
89
93
  ]: {
90
94
  id: "LINE",
91
- label: "Lines"
95
+ label: "Lines",
96
+ tagLabel: "equipment_tag/line",
97
+ shortLabel: "equipment_short/line"
92
98
  },
93
99
  [
94
100
  "TWO_WINDINGS_TRANSFORMER"
95
101
  /* TWO_WINDINGS_TRANSFORMER */
96
102
  ]: {
97
103
  id: "TWO_WINDINGS_TRANSFORMER",
98
- label: "TwoWindingsTransformers"
104
+ label: "TwoWindingsTransformers",
105
+ tagLabel: "equipment_tag/2wt",
106
+ shortLabel: "equipment_short/2wt"
99
107
  },
100
108
  [
101
109
  "THREE_WINDINGS_TRANSFORMER"
102
110
  /* THREE_WINDINGS_TRANSFORMER */
103
111
  ]: {
104
112
  id: "THREE_WINDINGS_TRANSFORMER",
105
- label: "ThreeWindingsTransformers"
113
+ label: "ThreeWindingsTransformers",
114
+ tagLabel: "equipment_tag/3wt",
115
+ shortLabel: "equipment_short/3wt"
106
116
  },
107
117
  [
108
118
  "GENERATOR"
109
119
  /* GENERATOR */
110
120
  ]: {
111
121
  id: "GENERATOR",
112
- label: "Generators"
122
+ label: "Generators",
123
+ tagLabel: "equipment_tag/generator",
124
+ shortLabel: "equipment_short/generator"
113
125
  },
114
126
  [
115
127
  "BATTERY"
116
128
  /* BATTERY */
117
129
  ]: {
118
130
  id: "BATTERY",
119
- label: "Batteries"
131
+ label: "Batteries",
132
+ tagLabel: "equipment_tag/battery",
133
+ shortLabel: "equipment_short/battery"
120
134
  },
121
135
  [
122
136
  "LOAD"
123
137
  /* LOAD */
124
138
  ]: {
125
139
  id: "LOAD",
126
- label: "Loads"
140
+ label: "Loads",
141
+ tagLabel: "equipment_tag/load",
142
+ shortLabel: "equipment_short/load"
127
143
  },
128
144
  [
129
145
  "SHUNT_COMPENSATOR"
130
146
  /* SHUNT_COMPENSATOR */
131
147
  ]: {
132
148
  id: "SHUNT_COMPENSATOR",
133
- label: "ShuntCompensators"
149
+ label: "ShuntCompensators",
150
+ tagLabel: "equipment_tag/shunt",
151
+ shortLabel: "equipment_short/shunt"
134
152
  },
135
153
  [
136
154
  "STATIC_VAR_COMPENSATOR"
137
155
  /* STATIC_VAR_COMPENSATOR */
138
156
  ]: {
139
157
  id: "STATIC_VAR_COMPENSATOR",
140
- label: "StaticVarCompensators"
158
+ label: "StaticVarCompensators",
159
+ tagLabel: "equipment_tag/svc",
160
+ shortLabel: "equipment_short/svc"
141
161
  },
142
162
  [
143
163
  "DANGLING_LINE"
144
164
  /* DANGLING_LINE */
145
165
  ]: {
146
166
  id: "DANGLING_LINE",
147
- label: "DanglingLines"
167
+ label: "DanglingLines",
168
+ tagLabel: "equipment_tag/danglingLine",
169
+ shortLabel: "equipment_short/danglingLine"
148
170
  },
149
171
  [
150
172
  "BUSBAR_SECTION"
151
173
  /* BUSBAR_SECTION */
152
174
  ]: {
153
175
  id: "BUSBAR_SECTION",
154
- label: "BusBarSections"
176
+ label: "BusBarSections",
177
+ tagLabel: "equipment_tag/busbarSection",
178
+ shortLabel: "equipment_short/busbarSection"
179
+ },
180
+ [
181
+ "BUS"
182
+ /* BUS */
183
+ ]: {
184
+ id: "BUS",
185
+ label: "Buses",
186
+ tagLabel: "equipment_tag/bus",
187
+ shortLabel: "equipment_short/bus"
188
+ },
189
+ [
190
+ "SWITCH"
191
+ /* SWITCH */
192
+ ]: {
193
+ id: "SWITCH",
194
+ label: "Switches",
195
+ tagLabel: "equipment_tag/switch",
196
+ shortLabel: "equipment_short/switch"
155
197
  },
156
198
  [
157
199
  "HVDC_LINE"
158
200
  /* HVDC_LINE */
159
201
  ]: {
160
202
  id: "HVDC_LINE",
161
- label: "Hvdc"
203
+ label: "Hvdc",
204
+ tagLabel: "equipment_tag/hvdcLine",
205
+ shortLabel: "equipment_short/hvdcLine"
206
+ },
207
+ [
208
+ "HVDC_CONVERTER_STATION"
209
+ /* HVDC_CONVERTER_STATION */
210
+ ]: {
211
+ id: "HVDC_CONVERTER_STATION",
212
+ label: "HvdcConverterStations",
213
+ tagLabel: "equipment_tag/hvdcStation",
214
+ shortLabel: "equipment_short/hvdcStation"
215
+ },
216
+ [
217
+ "VSC_CONVERTER_STATION"
218
+ /* VSC_CONVERTER_STATION */
219
+ ]: {
220
+ id: "VSC_CONVERTER_STATION",
221
+ label: "VscConverterStations",
222
+ tagLabel: "equipment_tag/vscConverterStation",
223
+ shortLabel: "equipment_short/vscConverterStation"
224
+ },
225
+ [
226
+ "LCC_CONVERTER_STATION"
227
+ /* LCC_CONVERTER_STATION */
228
+ ]: {
229
+ id: "LCC_CONVERTER_STATION",
230
+ label: "LccConverterStations",
231
+ tagLabel: "equipment_tag/lccConverterStation",
232
+ shortLabel: "equipment_short/lccConverterStation"
162
233
  },
163
234
  [
164
235
  "HVDC_LINE_LCC"
165
236
  /* HVDC_LINE_LCC */
166
237
  ]: {
167
238
  id: "HVDC_LINE_LCC",
168
- label: "LCC"
239
+ label: "LCC",
240
+ tagLabel: "equipment_tag/hvdcLineLcc",
241
+ shortLabel: "equipment_short/hvdcLineLcc"
169
242
  },
170
243
  [
171
244
  "HVDC_LINE_VSC"
172
245
  /* HVDC_LINE_VSC */
173
246
  ]: {
174
247
  id: "HVDC_LINE_VSC",
175
- label: "VSC"
248
+ label: "VSC",
249
+ tagLabel: "equipment_tag/hvdcLineVsc",
250
+ shortLabel: "equipment_short/hvdcLineVsc"
176
251
  }
177
252
  };
178
253
  const BASE_EQUIPMENTS = {
@@ -254,141 +329,6 @@ const BASE_EQUIPMENTS = {
254
329
  /* DANGLING_LINE */
255
330
  ]
256
331
  };
257
- const EQUIPMENT_TYPE = {
258
- [
259
- "SUBSTATION"
260
- /* SUBSTATION */
261
- ]: {
262
- name: "SUBSTATION",
263
- tagLabel: "equipment_search/substationTag"
264
- },
265
- [
266
- "VOLTAGE_LEVEL"
267
- /* VOLTAGE_LEVEL */
268
- ]: {
269
- name: "VOLTAGE_LEVEL",
270
- tagLabel: "equipment_search/voltageLevelTag"
271
- },
272
- [
273
- "LINE"
274
- /* LINE */
275
- ]: {
276
- name: "LINE",
277
- tagLabel: "equipment_search/lineTag"
278
- },
279
- [
280
- "TWO_WINDINGS_TRANSFORMER"
281
- /* TWO_WINDINGS_TRANSFORMER */
282
- ]: {
283
- name: "TWO_WINDINGS_TRANSFORMER",
284
- tagLabel: "equipment_search/2wtTag"
285
- },
286
- [
287
- "THREE_WINDINGS_TRANSFORMER"
288
- /* THREE_WINDINGS_TRANSFORMER */
289
- ]: {
290
- name: "THREE_WINDINGS_TRANSFORMER",
291
- tagLabel: "equipment_search/3wtTag"
292
- },
293
- [
294
- "HVDC_LINE_LCC"
295
- /* HVDC_LINE_LCC */
296
- ]: {
297
- name: "HVDC_LINE_LCC",
298
- tagLabel: "equipment_search/hvdcLineLccTag"
299
- },
300
- [
301
- "HVDC_LINE_VSC"
302
- /* HVDC_LINE_VSC */
303
- ]: {
304
- name: "HVDC_LINE_VSC",
305
- tagLabel: "equipment_search/hvdcLineVscTag"
306
- },
307
- [
308
- "GENERATOR"
309
- /* GENERATOR */
310
- ]: {
311
- name: "GENERATOR",
312
- tagLabel: "equipment_search/generatorTag"
313
- },
314
- [
315
- "BATTERY"
316
- /* BATTERY */
317
- ]: {
318
- name: "BATTERY",
319
- tagLabel: "equipment_search/batteryTag"
320
- },
321
- [
322
- "LOAD"
323
- /* LOAD */
324
- ]: {
325
- name: "LOAD",
326
- tagLabel: "equipment_search/loadTag"
327
- },
328
- [
329
- "SHUNT_COMPENSATOR"
330
- /* SHUNT_COMPENSATOR */
331
- ]: {
332
- name: "SHUNT_COMPENSATOR",
333
- tagLabel: "equipment_search/shuntTag"
334
- },
335
- [
336
- "DANGLING_LINE"
337
- /* DANGLING_LINE */
338
- ]: {
339
- name: "DANGLING_LINE",
340
- tagLabel: "equipment_search/lineTag"
341
- },
342
- [
343
- "STATIC_VAR_COMPENSATOR"
344
- /* STATIC_VAR_COMPENSATOR */
345
- ]: {
346
- name: "STATIC_VAR_COMPENSATOR",
347
- tagLabel: "equipment_search/svcTag"
348
- },
349
- [
350
- "HVDC_CONVERTER_STATION"
351
- /* HVDC_CONVERTER_STATION */
352
- ]: {
353
- name: "HVDC_CONVERTER_STATION",
354
- tagLabel: "equipment_search/hvdcStationTag"
355
- },
356
- [
357
- "BUSBAR_SECTION"
358
- /* BUSBAR_SECTION */
359
- ]: {
360
- name: "BUSBAR_SECTION",
361
- tagLabel: "equipment_search/busbarSectionTag"
362
- },
363
- [
364
- "BUS"
365
- /* BUS */
366
- ]: {
367
- name: "BUS",
368
- tagLabel: "equipment_search/busTag"
369
- },
370
- [
371
- "SWITCH"
372
- /* SWITCH */
373
- ]: {
374
- name: "SWITCH",
375
- tagLabel: "equipment_search/switchTag"
376
- },
377
- [
378
- "VSC_CONVERTER_STATION"
379
- /* VSC_CONVERTER_STATION */
380
- ]: {
381
- name: "VSC_CONVERTER_STATION",
382
- tagLabel: "equipment_search/vscConverterStationTag"
383
- },
384
- [
385
- "LCC_CONVERTER_STATION"
386
- /* LCC_CONVERTER_STATION */
387
- ]: {
388
- name: "LCC_CONVERTER_STATION",
389
- tagLabel: "equipment_search/lccConverterStationTag"
390
- }
391
- };
392
332
  const SEARCH_EQUIPMENTS = {
393
333
  ...BASE_EQUIPMENTS,
394
334
  [
@@ -435,7 +375,6 @@ function getEquipmentsInfosForSearchBar(equipmentsInfos, getNameOrId) {
435
375
  export {
436
376
  ALL_EQUIPMENTS,
437
377
  BASE_EQUIPMENTS,
438
- EQUIPMENT_TYPE,
439
378
  EquipmentType,
440
379
  ExtendedEquipmentType,
441
380
  HvdcType,
@@ -1,5 +1,5 @@
1
1
  import { ElementType } from "./elementType.js";
2
- import { ALL_EQUIPMENTS, BASE_EQUIPMENTS, EQUIPMENT_TYPE, EquipmentType, ExtendedEquipmentType, HvdcType, OperatingStatus, SEARCH_EQUIPMENTS, TYPE_TAG_MAX_SIZE, VL_TAG_MAX_SIZE, equipmentStyles, getEquipmentsInfosForSearchBar } from "./equipmentType.js";
2
+ import { ALL_EQUIPMENTS, BASE_EQUIPMENTS, EquipmentType, ExtendedEquipmentType, HvdcType, OperatingStatus, SEARCH_EQUIPMENTS, TYPE_TAG_MAX_SIZE, VL_TAG_MAX_SIZE, equipmentStyles, getEquipmentsInfosForSearchBar } from "./equipmentType.js";
3
3
  import { Battery, BusBar, DanglingLine, Generator, Hvdc, LCC, Line, Load, SVC, ShuntCompensator, Substation, ThreeWindingTransfo, TwoWindingTransfo, VSC, VoltageLevel } from "./equipmentTypes.js";
4
4
  import { AnnouncementSeverity, ArrayAction } from "./types.js";
5
5
  import { MODIFICATION_TYPES, ModificationType } from "./modificationType.js";
@@ -16,7 +16,6 @@ export {
16
16
  BusBar,
17
17
  DanglingLine,
18
18
  DistributionType,
19
- EQUIPMENT_TYPE,
20
19
  ElementType,
21
20
  EquipmentType,
22
21
  ExtendedEquipmentType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gridsuite/commons-ui",
3
- "version": "0.136.1",
3
+ "version": "0.138.0",
4
4
  "description": "common react components for gridsuite applications",
5
5
  "author": "gridsuite team",
6
6
  "homepage": "https://github.com/gridsuite",