d2aura 26.0.13 → 26.0.14
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/api/eda/edaManagerApi.d.ts +50 -15
- package/api/eda/edaManagerApi.js +80 -29
- package/api/eda/edaManagerApi.js.map +1 -1
- package/api/eda/generated/events.d.ts +109 -60
- package/api/eda/generated/events.js +182 -88
- package/api/eda/generated/events.js.map +1 -1
- package/api/eda/generated/structures.d.ts +78 -14
- package/api/eda/generated/structures.js.map +1 -1
- package/core/i18n/d2aura.sk.json +30 -2
- package/coreui/components/edaManager/components/detail/components/edaVectorMassChangeButton.d.ts +1 -1
- package/coreui/components/edaManager/components/detail/components/edaVectorMassChangeButton.js +2 -2
- package/coreui/components/edaManager/components/detail/components/edaVectorMassChangeButton.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaChartViewer.d.ts +14 -0
- package/coreui/components/edaManagerComponent/components/edaChartViewer.js +370 -0
- package/coreui/components/edaManagerComponent/components/edaChartViewer.js.map +1 -0
- package/coreui/components/edaManagerComponent/components/edaDataBasePanel.d.ts +4 -8
- package/coreui/components/edaManagerComponent/components/edaDataBasePanel.js +18 -75
- package/coreui/components/edaManagerComponent/components/edaDataBasePanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaDetailPanel.d.ts +5 -14
- package/coreui/components/edaManagerComponent/components/edaDetailPanel.js +80 -19
- package/coreui/components/edaManagerComponent/components/edaDetailPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaGraphPanel.d.ts +2 -7
- package/coreui/components/edaManagerComponent/components/edaGraphPanel.js +15 -380
- package/coreui/components/edaManagerComponent/components/edaGraphPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaGroupDetailPanel.d.ts +3 -14
- package/coreui/components/edaManagerComponent/components/edaGroupDetailPanel.js +54 -67
- package/coreui/components/edaManagerComponent/components/edaGroupDetailPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaLoadingOverlay.d.ts +7 -0
- package/coreui/components/edaManagerComponent/components/edaLoadingOverlay.js +35 -0
- package/coreui/components/edaManagerComponent/components/edaLoadingOverlay.js.map +1 -0
- package/coreui/components/edaManagerComponent/components/edaSampleRangePickerPanel.d.ts +2 -16
- package/coreui/components/edaManagerComponent/components/edaSampleRangePickerPanel.js +47 -50
- package/coreui/components/edaManagerComponent/components/edaSampleRangePickerPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaScenarioDetailPanel.d.ts +3 -14
- package/coreui/components/edaManagerComponent/components/edaScenarioDetailPanel.js +67 -81
- package/coreui/components/edaManagerComponent/components/edaScenarioDetailPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaTableEditorDialog.d.ts +12 -0
- package/coreui/components/edaManagerComponent/components/edaTableEditorDialog.js +268 -0
- package/coreui/components/edaManagerComponent/components/edaTableEditorDialog.js.map +1 -0
- package/coreui/components/edaManagerComponent/components/edaTablePanel.d.ts +2 -6
- package/coreui/components/edaManagerComponent/components/edaTablePanel.js +119 -62
- package/coreui/components/edaManagerComponent/components/edaTablePanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaTimeWindowPickerPanel.d.ts +2 -13
- package/coreui/components/edaManagerComponent/components/edaTimeWindowPickerPanel.js +57 -88
- package/coreui/components/edaManagerComponent/components/edaTimeWindowPickerPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaTreeView.d.ts +4 -51
- package/coreui/components/edaManagerComponent/components/edaTreeView.js +299 -259
- package/coreui/components/edaManagerComponent/components/edaTreeView.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaVectorDetailPanel.d.ts +3 -21
- package/coreui/components/edaManagerComponent/components/edaVectorDetailPanel.js +160 -179
- package/coreui/components/edaManagerComponent/components/edaVectorDetailPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/exportDialog.d.ts +18 -0
- package/coreui/components/edaManagerComponent/components/exportDialog.js +157 -0
- package/coreui/components/edaManagerComponent/components/exportDialog.js.map +1 -0
- package/coreui/components/edaManagerComponent/constants/edaTypes.d.ts +10 -11
- package/coreui/components/edaManagerComponent/constants/edaTypes.js.map +1 -1
- package/coreui/components/edaManagerComponent/context/edaConfigContext.d.ts +26 -0
- package/coreui/components/edaManagerComponent/context/edaConfigContext.js +20 -0
- package/coreui/components/edaManagerComponent/context/edaConfigContext.js.map +1 -0
- package/coreui/components/edaManagerComponent/context/edaVectorDataContext.d.ts +9 -16
- package/coreui/components/edaManagerComponent/context/edaVectorDataContext.js.map +1 -1
- package/coreui/components/edaManagerComponent/context/edaVectorDataProvider.d.ts +0 -1
- package/coreui/components/edaManagerComponent/context/edaVectorDataProvider.js +71 -66
- package/coreui/components/edaManagerComponent/context/edaVectorDataProvider.js.map +1 -1
- package/coreui/components/edaManagerComponent/context/loadingContext.d.ts +1 -1
- package/coreui/components/edaManagerComponent/context/loadingContext.js.map +1 -1
- package/coreui/components/edaManagerComponent/context/{sharedSampleRange.d.ts → sharedSampleRangeContext.d.ts} +6 -3
- package/coreui/components/edaManagerComponent/context/sharedSampleRangeContext.js +3 -0
- package/coreui/components/edaManagerComponent/context/sharedSampleRangeContext.js.map +1 -0
- package/coreui/components/edaManagerComponent/context/useEdaActions.d.ts +7 -0
- package/coreui/components/edaManagerComponent/context/useEdaActions.js +22 -0
- package/coreui/components/edaManagerComponent/context/useEdaActions.js.map +1 -0
- package/coreui/components/edaManagerComponent/edaDetail.d.ts +7 -26
- package/coreui/components/edaManagerComponent/edaDetail.js +124 -106
- package/coreui/components/edaManagerComponent/edaDetail.js.map +1 -1
- package/coreui/components/edaManagerComponent/edaManager.d.ts +4 -11
- package/coreui/components/edaManagerComponent/edaManager.js +29 -22
- package/coreui/components/edaManagerComponent/edaManager.js.map +1 -1
- package/coreui/components/edaManagerComponent/edaNavigator.d.ts +4 -12
- package/coreui/components/edaManagerComponent/edaNavigator.js +36 -41
- package/coreui/components/edaManagerComponent/edaNavigator.js.map +1 -1
- package/coreui/components/edaManagerComponent/edaSelect.d.ts +2 -3
- package/coreui/components/edaManagerComponent/edaSelect.js +22 -44
- package/coreui/components/edaManagerComponent/edaSelect.js.map +1 -1
- package/coreui/components/edaManagerComponent/utils/export.d.ts +9 -0
- package/coreui/components/edaManagerComponent/utils/export.js +573 -0
- package/coreui/components/edaManagerComponent/utils/export.js.map +1 -0
- package/coreui/components/edaManagerComponent/utils/utils.d.ts +6 -12
- package/coreui/components/edaManagerComponent/utils/utils.js +26 -15
- package/coreui/components/edaManagerComponent/utils/utils.js.map +1 -1
- package/d2configuration/edaManager/DB.EM_EDA_DescriptiveVector.xml +65 -0
- package/d2configuration/edaManager/DB.EM_EDA_FunctionPrescription.xml +65 -0
- package/d2configuration/edaManager/E.EM_DETAIL_IMPL.xml +67 -1
- package/d2configuration/edaManager/E.EM_DETAIL_SQL.xml +85 -0
- package/d2configuration/edaManager/E.EM_DETAIL_UNIT.xml +123 -2
- package/d2configuration/edaManager/E.EM_NAVIGATOR_IMPL.xml +1 -1
- package/d2configuration/edaManager/E.EM_NAVIGATOR_UNIT.xml +1 -1
- package/d2configuration/edaManager/E.EM_VECTOR_IMPL.xml +20 -6
- package/d2configuration/edaManager/E.EM_VECTOR_UNIT.xml +95 -17
- package/d2configuration/edaManager/SD.EM_EDA_DescriptiveVector.xml +179 -0
- package/d2configuration/edaManager/SD.EM_EDA_FunctionPrescription.xml +91 -0
- package/d2configuration/edaManager/SD.EM_EDA_InsertValuesToVector_V1.xml +227 -0
- package/d2configuration/edaManager/SD.EM_EDA_PairVector.xml +454 -0
- package/d2configuration/edaManager/SD.EM_EDA_ReadValuesFromVector_V1.xml +13 -3
- package/d2configuration/edaManager/SD.EM_EDA_VectorStats.xml +91 -0
- package/d2configuration/edaManager/SD.EM_Filter_Condition.xml +1 -1
- package/package.json +5 -3
- package/coreui/components/edaManagerComponent/components/edaBasePanel.d.ts +0 -16
- package/coreui/components/edaManagerComponent/components/edaBasePanel.js +0 -85
- package/coreui/components/edaManagerComponent/components/edaBasePanel.js.map +0 -1
- package/coreui/components/edaManagerComponent/context/sharedSampleRange.js +0 -13
- package/coreui/components/edaManagerComponent/context/sharedSampleRange.js.map +0 -1
- package/d2configuration/edaManager/EDA_CancelSession.xml +0 -54
- package/d2configuration/edaManager/EDA_GetSessionId.xml +0 -54
- package/d2configuration/edaManager/EDA_ReadValuesFromVektorRec.xml +0 -54
- package/d2configuration/edaManager/EDA_StatVectorRec.xml +0 -56
|
@@ -0,0 +1,454 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<ROOT>
|
|
3
|
+
<REFERENCES>
|
|
4
|
+
<HOBJ_REF>
|
|
5
|
+
<uid>STRUCTSDEF</uid>
|
|
6
|
+
<name>STRUCTSDEF</name>
|
|
7
|
+
<objType>SYSTEM</objType>
|
|
8
|
+
<valType>NAN</valType>
|
|
9
|
+
</HOBJ_REF>
|
|
10
|
+
</REFERENCES>
|
|
11
|
+
<CFGRECORDS>
|
|
12
|
+
<TObjItemData>
|
|
13
|
+
<Id>2579058</Id>
|
|
14
|
+
<Name>SD.EM_EDA_PairVector</Name>
|
|
15
|
+
<Descript/>
|
|
16
|
+
<Typ>STRUCTDEF</Typ>
|
|
17
|
+
<ParentId>STRUCTSDEF</ParentId>
|
|
18
|
+
<Value_Type>NAN</Value_Type>
|
|
19
|
+
<CreateTime>22.05.2026 12:32:59.058</CreateTime>
|
|
20
|
+
<ModifyTime>22.05.2026 12:35:50.059</ModifyTime>
|
|
21
|
+
<Text_Palette/>
|
|
22
|
+
<Read_Only>False</Read_Only>
|
|
23
|
+
<TECH_UNIT/>
|
|
24
|
+
<UseLimits>False</UseLimits>
|
|
25
|
+
<VHL>1.00000000000000E+38</VHL>
|
|
26
|
+
<HL>1.00000000000000E+38</HL>
|
|
27
|
+
<LL>-1.00000000000000E+38</LL>
|
|
28
|
+
<VLL>-1.00000000000000E+38</VLL>
|
|
29
|
+
<VHL_ID/>
|
|
30
|
+
<HL_ID/>
|
|
31
|
+
<LL_ID/>
|
|
32
|
+
<VLL_ID/>
|
|
33
|
+
<Hysterezia>0.00000000000000E+00</Hysterezia>
|
|
34
|
+
<TransPalIdx>0</TransPalIdx>
|
|
35
|
+
<Hidden>False</Hidden>
|
|
36
|
+
<uuid>F9F3C9DD6FBD1C4BB64F318DC70F6DC3</uuid>
|
|
37
|
+
<memberOfModule/>
|
|
38
|
+
<moduleRelation>AM_None</moduleRelation>
|
|
39
|
+
<memberOfDevice/>
|
|
40
|
+
<version>2</version>
|
|
41
|
+
<metadata/>
|
|
42
|
+
<EXP_SubDir/>
|
|
43
|
+
</TObjItemData>
|
|
44
|
+
<tStructItemData>
|
|
45
|
+
<ItemNr>1</ItemNr>
|
|
46
|
+
<Name>ID_VEKTOR</Name>
|
|
47
|
+
<Descript/>
|
|
48
|
+
<Typ>Int</Typ>
|
|
49
|
+
<UseStartVal>False</UseStartVal>
|
|
50
|
+
<UseLimits>False</UseLimits>
|
|
51
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
52
|
+
<StatusText/>
|
|
53
|
+
<TransPalIdx>0</TransPalIdx>
|
|
54
|
+
</tStructItemData>
|
|
55
|
+
<tStructItemData>
|
|
56
|
+
<ItemNr>2</ItemNr>
|
|
57
|
+
<Name>ID_SKVEKTOR</Name>
|
|
58
|
+
<Descript/>
|
|
59
|
+
<Typ>Int</Typ>
|
|
60
|
+
<UseStartVal>False</UseStartVal>
|
|
61
|
+
<UseLimits>False</UseLimits>
|
|
62
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
63
|
+
<StatusText/>
|
|
64
|
+
<TransPalIdx>0</TransPalIdx>
|
|
65
|
+
</tStructItemData>
|
|
66
|
+
<tStructItemData>
|
|
67
|
+
<ItemNr>3</ItemNr>
|
|
68
|
+
<Name>ID_FUNKCIA</Name>
|
|
69
|
+
<Descript/>
|
|
70
|
+
<Typ>Int</Typ>
|
|
71
|
+
<UseStartVal>False</UseStartVal>
|
|
72
|
+
<UseLimits>False</UseLimits>
|
|
73
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
74
|
+
<StatusText/>
|
|
75
|
+
<TransPalIdx>0</TransPalIdx>
|
|
76
|
+
</tStructItemData>
|
|
77
|
+
<tStructItemData>
|
|
78
|
+
<ItemNr>4</ItemNr>
|
|
79
|
+
<Name>MENO</Name>
|
|
80
|
+
<Descript/>
|
|
81
|
+
<Typ>Text</Typ>
|
|
82
|
+
<UseStartVal>False</UseStartVal>
|
|
83
|
+
<UseLimits>False</UseLimits>
|
|
84
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
85
|
+
<StatusText/>
|
|
86
|
+
<TransPalIdx>0</TransPalIdx>
|
|
87
|
+
</tStructItemData>
|
|
88
|
+
<tStructItemData>
|
|
89
|
+
<ItemNr>5</ItemNr>
|
|
90
|
+
<Name>POPIS</Name>
|
|
91
|
+
<Descript/>
|
|
92
|
+
<Typ>Text</Typ>
|
|
93
|
+
<UseStartVal>False</UseStartVal>
|
|
94
|
+
<UseLimits>False</UseLimits>
|
|
95
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
96
|
+
<StatusText/>
|
|
97
|
+
<TransPalIdx>0</TransPalIdx>
|
|
98
|
+
</tStructItemData>
|
|
99
|
+
<tStructItemData>
|
|
100
|
+
<ItemNr>6</ItemNr>
|
|
101
|
+
<Name>TECH_JEDNOTKY</Name>
|
|
102
|
+
<Descript/>
|
|
103
|
+
<Typ>Text</Typ>
|
|
104
|
+
<UseStartVal>False</UseStartVal>
|
|
105
|
+
<UseLimits>False</UseLimits>
|
|
106
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
107
|
+
<StatusText/>
|
|
108
|
+
<TransPalIdx>0</TransPalIdx>
|
|
109
|
+
</tStructItemData>
|
|
110
|
+
<tStructItemData>
|
|
111
|
+
<ItemNr>7</ItemNr>
|
|
112
|
+
<Name>TYP_HODNOTY</Name>
|
|
113
|
+
<Descript/>
|
|
114
|
+
<Typ>Int</Typ>
|
|
115
|
+
<UseStartVal>False</UseStartVal>
|
|
116
|
+
<UseLimits>False</UseLimits>
|
|
117
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
118
|
+
<StatusText/>
|
|
119
|
+
<TransPalIdx>0</TransPalIdx>
|
|
120
|
+
</tStructItemData>
|
|
121
|
+
<tStructItemData>
|
|
122
|
+
<ItemNr>8</ItemNr>
|
|
123
|
+
<Name>TYP</Name>
|
|
124
|
+
<Descript/>
|
|
125
|
+
<Typ>Int</Typ>
|
|
126
|
+
<UseStartVal>False</UseStartVal>
|
|
127
|
+
<UseLimits>False</UseLimits>
|
|
128
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
129
|
+
<StatusText/>
|
|
130
|
+
<TransPalIdx>0</TransPalIdx>
|
|
131
|
+
</tStructItemData>
|
|
132
|
+
<tStructItemData>
|
|
133
|
+
<ItemNr>9</ItemNr>
|
|
134
|
+
<Name>DATA_OD</Name>
|
|
135
|
+
<Descript/>
|
|
136
|
+
<Typ>TimA</Typ>
|
|
137
|
+
<UseStartVal>False</UseStartVal>
|
|
138
|
+
<UseLimits>False</UseLimits>
|
|
139
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
140
|
+
<StatusText/>
|
|
141
|
+
<TransPalIdx>0</TransPalIdx>
|
|
142
|
+
</tStructItemData>
|
|
143
|
+
<tStructItemData>
|
|
144
|
+
<ItemNr>10</ItemNr>
|
|
145
|
+
<Name>DATA_DO</Name>
|
|
146
|
+
<Descript/>
|
|
147
|
+
<Typ>TimA</Typ>
|
|
148
|
+
<UseStartVal>False</UseStartVal>
|
|
149
|
+
<UseLimits>False</UseLimits>
|
|
150
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
151
|
+
<StatusText/>
|
|
152
|
+
<TransPalIdx>0</TransPalIdx>
|
|
153
|
+
</tStructItemData>
|
|
154
|
+
<tStructItemData>
|
|
155
|
+
<ItemNr>11</ItemNr>
|
|
156
|
+
<Name>AUTOR</Name>
|
|
157
|
+
<Descript/>
|
|
158
|
+
<Typ>Text</Typ>
|
|
159
|
+
<UseStartVal>False</UseStartVal>
|
|
160
|
+
<UseLimits>False</UseLimits>
|
|
161
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
162
|
+
<StatusText/>
|
|
163
|
+
<TransPalIdx>0</TransPalIdx>
|
|
164
|
+
</tStructItemData>
|
|
165
|
+
<tStructItemData>
|
|
166
|
+
<ItemNr>12</ItemNr>
|
|
167
|
+
<Name>PRIVATE</Name>
|
|
168
|
+
<Descript/>
|
|
169
|
+
<Typ>Int</Typ>
|
|
170
|
+
<UseStartVal>False</UseStartVal>
|
|
171
|
+
<UseLimits>False</UseLimits>
|
|
172
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
173
|
+
<StatusText/>
|
|
174
|
+
<TransPalIdx>0</TransPalIdx>
|
|
175
|
+
</tStructItemData>
|
|
176
|
+
<tStructItemData>
|
|
177
|
+
<ItemNr>13</ItemNr>
|
|
178
|
+
<Name>PRIST_PRAVA_R</Name>
|
|
179
|
+
<Descript/>
|
|
180
|
+
<Typ>Real</Typ>
|
|
181
|
+
<UseStartVal>False</UseStartVal>
|
|
182
|
+
<UseLimits>False</UseLimits>
|
|
183
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
184
|
+
<StatusText/>
|
|
185
|
+
<TransPalIdx>0</TransPalIdx>
|
|
186
|
+
</tStructItemData>
|
|
187
|
+
<tStructItemData>
|
|
188
|
+
<ItemNr>14</ItemNr>
|
|
189
|
+
<Name>PRIST_PRAVA_W</Name>
|
|
190
|
+
<Descript/>
|
|
191
|
+
<Typ>Real</Typ>
|
|
192
|
+
<UseStartVal>False</UseStartVal>
|
|
193
|
+
<UseLimits>False</UseLimits>
|
|
194
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
195
|
+
<StatusText/>
|
|
196
|
+
<TransPalIdx>0</TransPalIdx>
|
|
197
|
+
</tStructItemData>
|
|
198
|
+
<tStructItemData>
|
|
199
|
+
<ItemNr>15</ItemNr>
|
|
200
|
+
<Name>INTEGRAL</Name>
|
|
201
|
+
<Descript/>
|
|
202
|
+
<Typ>Int</Typ>
|
|
203
|
+
<UseStartVal>False</UseStartVal>
|
|
204
|
+
<UseLimits>False</UseLimits>
|
|
205
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
206
|
+
<StatusText/>
|
|
207
|
+
<TransPalIdx>0</TransPalIdx>
|
|
208
|
+
</tStructItemData>
|
|
209
|
+
<tStructItemData>
|
|
210
|
+
<ItemNr>16</ItemNr>
|
|
211
|
+
<Name>ZOBRAZ_MENO</Name>
|
|
212
|
+
<Descript/>
|
|
213
|
+
<Typ>Text</Typ>
|
|
214
|
+
<UseStartVal>False</UseStartVal>
|
|
215
|
+
<UseLimits>False</UseLimits>
|
|
216
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
217
|
+
<StatusText/>
|
|
218
|
+
<TransPalIdx>0</TransPalIdx>
|
|
219
|
+
</tStructItemData>
|
|
220
|
+
<tStructItemData>
|
|
221
|
+
<ItemNr>17</ItemNr>
|
|
222
|
+
<Name>ANO_PLATNY</Name>
|
|
223
|
+
<Descript/>
|
|
224
|
+
<Typ>Int</Typ>
|
|
225
|
+
<UseStartVal>False</UseStartVal>
|
|
226
|
+
<UseLimits>False</UseLimits>
|
|
227
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
228
|
+
<StatusText/>
|
|
229
|
+
<TransPalIdx>0</TransPalIdx>
|
|
230
|
+
</tStructItemData>
|
|
231
|
+
<tStructItemData>
|
|
232
|
+
<ItemNr>18</ItemNr>
|
|
233
|
+
<Name>VIEW_ROUND</Name>
|
|
234
|
+
<Descript/>
|
|
235
|
+
<Typ>Int</Typ>
|
|
236
|
+
<UseStartVal>False</UseStartVal>
|
|
237
|
+
<UseLimits>False</UseLimits>
|
|
238
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
239
|
+
<StatusText/>
|
|
240
|
+
<TransPalIdx>0</TransPalIdx>
|
|
241
|
+
</tStructItemData>
|
|
242
|
+
<tStructItemData>
|
|
243
|
+
<ItemNr>19</ItemNr>
|
|
244
|
+
<Name>EXEC_ROUND</Name>
|
|
245
|
+
<Descript/>
|
|
246
|
+
<Typ>Int</Typ>
|
|
247
|
+
<UseStartVal>False</UseStartVal>
|
|
248
|
+
<UseLimits>False</UseLimits>
|
|
249
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
250
|
+
<StatusText/>
|
|
251
|
+
<TransPalIdx>0</TransPalIdx>
|
|
252
|
+
</tStructItemData>
|
|
253
|
+
<tStructItemData>
|
|
254
|
+
<ItemNr>20</ItemNr>
|
|
255
|
+
<Name>VIEW_DEC_PL</Name>
|
|
256
|
+
<Descript/>
|
|
257
|
+
<Typ>Int</Typ>
|
|
258
|
+
<UseStartVal>False</UseStartVal>
|
|
259
|
+
<UseLimits>False</UseLimits>
|
|
260
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
261
|
+
<StatusText/>
|
|
262
|
+
<TransPalIdx>0</TransPalIdx>
|
|
263
|
+
</tStructItemData>
|
|
264
|
+
<tStructItemData>
|
|
265
|
+
<ItemNr>21</ItemNr>
|
|
266
|
+
<Name>EXEC_DEC_PL</Name>
|
|
267
|
+
<Descript/>
|
|
268
|
+
<Typ>Int</Typ>
|
|
269
|
+
<UseStartVal>False</UseStartVal>
|
|
270
|
+
<UseLimits>False</UseLimits>
|
|
271
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
272
|
+
<StatusText/>
|
|
273
|
+
<TransPalIdx>0</TransPalIdx>
|
|
274
|
+
</tStructItemData>
|
|
275
|
+
<tStructItemData>
|
|
276
|
+
<ItemNr>22</ItemNr>
|
|
277
|
+
<Name>USER_CH</Name>
|
|
278
|
+
<Descript/>
|
|
279
|
+
<Typ>Text</Typ>
|
|
280
|
+
<UseStartVal>False</UseStartVal>
|
|
281
|
+
<UseLimits>False</UseLimits>
|
|
282
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
283
|
+
<StatusText/>
|
|
284
|
+
<TransPalIdx>0</TransPalIdx>
|
|
285
|
+
</tStructItemData>
|
|
286
|
+
<tStructItemData>
|
|
287
|
+
<ItemNr>23</ItemNr>
|
|
288
|
+
<Name>MENOEX</Name>
|
|
289
|
+
<Descript/>
|
|
290
|
+
<Typ>Text</Typ>
|
|
291
|
+
<UseStartVal>False</UseStartVal>
|
|
292
|
+
<UseLimits>False</UseLimits>
|
|
293
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
294
|
+
<StatusText/>
|
|
295
|
+
<TransPalIdx>0</TransPalIdx>
|
|
296
|
+
</tStructItemData>
|
|
297
|
+
<tStructItemData>
|
|
298
|
+
<ItemNr>24</ItemNr>
|
|
299
|
+
<Name>DATA_OFFSET</Name>
|
|
300
|
+
<Descript/>
|
|
301
|
+
<Typ>Int</Typ>
|
|
302
|
+
<UseStartVal>False</UseStartVal>
|
|
303
|
+
<UseLimits>False</UseLimits>
|
|
304
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
305
|
+
<StatusText/>
|
|
306
|
+
<TransPalIdx>0</TransPalIdx>
|
|
307
|
+
</tStructItemData>
|
|
308
|
+
<tStructItemData>
|
|
309
|
+
<ItemNr>25</ItemNr>
|
|
310
|
+
<Name>ID_TABLESPACE</Name>
|
|
311
|
+
<Descript/>
|
|
312
|
+
<Typ>Int</Typ>
|
|
313
|
+
<UseStartVal>False</UseStartVal>
|
|
314
|
+
<UseLimits>False</UseLimits>
|
|
315
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
316
|
+
<StatusText/>
|
|
317
|
+
<TransPalIdx>0</TransPalIdx>
|
|
318
|
+
</tStructItemData>
|
|
319
|
+
<tStructItemData>
|
|
320
|
+
<ItemNr>26</ItemNr>
|
|
321
|
+
<Name>TECH_JEDNOTKY_Y</Name>
|
|
322
|
+
<Descript/>
|
|
323
|
+
<Typ>Text</Typ>
|
|
324
|
+
<UseStartVal>False</UseStartVal>
|
|
325
|
+
<UseLimits>False</UseLimits>
|
|
326
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
327
|
+
<StatusText/>
|
|
328
|
+
<TransPalIdx>0</TransPalIdx>
|
|
329
|
+
</tStructItemData>
|
|
330
|
+
<tStructItemData>
|
|
331
|
+
<ItemNr>27</ItemNr>
|
|
332
|
+
<Name>HODNOTA_X</Name>
|
|
333
|
+
<Descript/>
|
|
334
|
+
<Typ>Text</Typ>
|
|
335
|
+
<UseStartVal>False</UseStartVal>
|
|
336
|
+
<UseLimits>False</UseLimits>
|
|
337
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
338
|
+
<StatusText/>
|
|
339
|
+
<TransPalIdx>0</TransPalIdx>
|
|
340
|
+
</tStructItemData>
|
|
341
|
+
<tStructItemData>
|
|
342
|
+
<ItemNr>28</ItemNr>
|
|
343
|
+
<Name>HODNOTA_Y</Name>
|
|
344
|
+
<Descript/>
|
|
345
|
+
<Typ>Text</Typ>
|
|
346
|
+
<UseStartVal>False</UseStartVal>
|
|
347
|
+
<UseLimits>False</UseLimits>
|
|
348
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
349
|
+
<StatusText/>
|
|
350
|
+
<TransPalIdx>0</TransPalIdx>
|
|
351
|
+
</tStructItemData>
|
|
352
|
+
<tStructItemData>
|
|
353
|
+
<ItemNr>29</ItemNr>
|
|
354
|
+
<Name>TIME_ZONE</Name>
|
|
355
|
+
<Descript/>
|
|
356
|
+
<Typ>Text</Typ>
|
|
357
|
+
<UseStartVal>False</UseStartVal>
|
|
358
|
+
<UseLimits>False</UseLimits>
|
|
359
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
360
|
+
<StatusText/>
|
|
361
|
+
<TransPalIdx>0</TransPalIdx>
|
|
362
|
+
</tStructItemData>
|
|
363
|
+
<tStructItemData>
|
|
364
|
+
<ItemNr>30</ItemNr>
|
|
365
|
+
<Name>VERSIONED_SINCE</Name>
|
|
366
|
+
<Descript/>
|
|
367
|
+
<Typ>TimA</Typ>
|
|
368
|
+
<UseStartVal>False</UseStartVal>
|
|
369
|
+
<UseLimits>False</UseLimits>
|
|
370
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
371
|
+
<StatusText/>
|
|
372
|
+
<TransPalIdx>0</TransPalIdx>
|
|
373
|
+
</tStructItemData>
|
|
374
|
+
<tStructItemData>
|
|
375
|
+
<ItemNr>31</ItemNr>
|
|
376
|
+
<Name>ARCHIVE_NAME</Name>
|
|
377
|
+
<Descript/>
|
|
378
|
+
<Typ>Text</Typ>
|
|
379
|
+
<UseStartVal>False</UseStartVal>
|
|
380
|
+
<UseLimits>False</UseLimits>
|
|
381
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
382
|
+
<StatusText/>
|
|
383
|
+
<TransPalIdx>0</TransPalIdx>
|
|
384
|
+
</tStructItemData>
|
|
385
|
+
<tStructItemData>
|
|
386
|
+
<ItemNr>32</ItemNr>
|
|
387
|
+
<Name>ARCHIVE_ROW</Name>
|
|
388
|
+
<Descript/>
|
|
389
|
+
<Typ>Int</Typ>
|
|
390
|
+
<UseStartVal>False</UseStartVal>
|
|
391
|
+
<UseLimits>False</UseLimits>
|
|
392
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
393
|
+
<StatusText/>
|
|
394
|
+
<TransPalIdx>0</TransPalIdx>
|
|
395
|
+
</tStructItemData>
|
|
396
|
+
<tStructItemData>
|
|
397
|
+
<ItemNr>33</ItemNr>
|
|
398
|
+
<Name>ARCHIVE_COL</Name>
|
|
399
|
+
<Descript/>
|
|
400
|
+
<Typ>Int</Typ>
|
|
401
|
+
<UseStartVal>False</UseStartVal>
|
|
402
|
+
<UseLimits>False</UseLimits>
|
|
403
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
404
|
+
<StatusText/>
|
|
405
|
+
<TransPalIdx>0</TransPalIdx>
|
|
406
|
+
</tStructItemData>
|
|
407
|
+
<tStructItemData>
|
|
408
|
+
<ItemNr>34</ItemNr>
|
|
409
|
+
<Name>STATUS_TEXT</Name>
|
|
410
|
+
<Descript/>
|
|
411
|
+
<Typ>Text</Typ>
|
|
412
|
+
<UseStartVal>False</UseStartVal>
|
|
413
|
+
<UseLimits>False</UseLimits>
|
|
414
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
415
|
+
<StatusText/>
|
|
416
|
+
<TransPalIdx>0</TransPalIdx>
|
|
417
|
+
</tStructItemData>
|
|
418
|
+
<tStructItemData>
|
|
419
|
+
<ItemNr>35</ItemNr>
|
|
420
|
+
<Name>PERIOD_BEGIN_TIME</Name>
|
|
421
|
+
<Descript/>
|
|
422
|
+
<Typ>TimA</Typ>
|
|
423
|
+
<UseStartVal>False</UseStartVal>
|
|
424
|
+
<UseLimits>False</UseLimits>
|
|
425
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
426
|
+
<StatusText/>
|
|
427
|
+
<TransPalIdx>0</TransPalIdx>
|
|
428
|
+
</tStructItemData>
|
|
429
|
+
<tStructItemData>
|
|
430
|
+
<ItemNr>36</ItemNr>
|
|
431
|
+
<Name>PERIOD_STEP_BASE</Name>
|
|
432
|
+
<Descript/>
|
|
433
|
+
<Typ>Int</Typ>
|
|
434
|
+
<UseStartVal>False</UseStartVal>
|
|
435
|
+
<UseLimits>False</UseLimits>
|
|
436
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
437
|
+
<StatusText/>
|
|
438
|
+
<TransPalIdx>0</TransPalIdx>
|
|
439
|
+
</tStructItemData>
|
|
440
|
+
<tStructItemData>
|
|
441
|
+
<ItemNr>37</ItemNr>
|
|
442
|
+
<Name>PERIOD_STEP_COUNT</Name>
|
|
443
|
+
<Descript/>
|
|
444
|
+
<Typ>Int</Typ>
|
|
445
|
+
<UseStartVal>False</UseStartVal>
|
|
446
|
+
<UseLimits>False</UseLimits>
|
|
447
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
448
|
+
<StatusText/>
|
|
449
|
+
<TransPalIdx>0</TransPalIdx>
|
|
450
|
+
</tStructItemData>
|
|
451
|
+
</CFGRECORDS>
|
|
452
|
+
<MEMBEROFRESGROUP>
|
|
453
|
+
</MEMBEROFRESGROUP>
|
|
454
|
+
</ROOT>
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<ParentId>STRUCTSDEF</ParentId>
|
|
18
18
|
<Value_Type>NAN</Value_Type>
|
|
19
19
|
<CreateTime>07.04.2026 14:14:14.788</CreateTime>
|
|
20
|
-
<ModifyTime>
|
|
20
|
+
<ModifyTime>18.05.2026 12:11:58.670</ModifyTime>
|
|
21
21
|
<Text_Palette/>
|
|
22
22
|
<Read_Only>False</Read_Only>
|
|
23
23
|
<TECH_UNIT/>
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<Name>structVersion</Name>
|
|
47
47
|
<Descript/>
|
|
48
48
|
<Typ>Int</Typ>
|
|
49
|
-
<UseStartVal>
|
|
49
|
+
<UseStartVal>True</UseStartVal>
|
|
50
50
|
<UseLimits>False</UseLimits>
|
|
51
51
|
<UsePrAlarm>False</UsePrAlarm>
|
|
52
52
|
<StatusText/>
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
<Name>cacheId</Name>
|
|
58
58
|
<Descript/>
|
|
59
59
|
<Typ>Int</Typ>
|
|
60
|
-
<UseStartVal>
|
|
60
|
+
<UseStartVal>True</UseStartVal>
|
|
61
61
|
<UseLimits>False</UseLimits>
|
|
62
62
|
<UsePrAlarm>False</UsePrAlarm>
|
|
63
63
|
<StatusText/>
|
|
@@ -162,6 +162,16 @@
|
|
|
162
162
|
<StatusText/>
|
|
163
163
|
<TransPalIdx>0</TransPalIdx>
|
|
164
164
|
</tStructItemData>
|
|
165
|
+
<tStartValue>
|
|
166
|
+
<Row>0</Row>
|
|
167
|
+
<Col>1</Col>
|
|
168
|
+
<StartValue>1</StartValue>
|
|
169
|
+
</tStartValue>
|
|
170
|
+
<tStartValue>
|
|
171
|
+
<Row>0</Row>
|
|
172
|
+
<Col>2</Col>
|
|
173
|
+
<StartValue>0</StartValue>
|
|
174
|
+
</tStartValue>
|
|
165
175
|
</CFGRECORDS>
|
|
166
176
|
<MEMBEROFRESGROUP>
|
|
167
177
|
</MEMBEROFRESGROUP>
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<ROOT>
|
|
3
|
+
<REFERENCES>
|
|
4
|
+
<HOBJ_REF>
|
|
5
|
+
<uid>STRUCTSDEF</uid>
|
|
6
|
+
<name>STRUCTSDEF</name>
|
|
7
|
+
<objType>SYSTEM</objType>
|
|
8
|
+
<valType>NAN</valType>
|
|
9
|
+
</HOBJ_REF>
|
|
10
|
+
</REFERENCES>
|
|
11
|
+
<CFGRECORDS>
|
|
12
|
+
<TObjItemData>
|
|
13
|
+
<Id>2578163</Id>
|
|
14
|
+
<Name>SD.EM_EDA_VectorStats</Name>
|
|
15
|
+
<Descript/>
|
|
16
|
+
<Typ>STRUCTDEF</Typ>
|
|
17
|
+
<ParentId>STRUCTSDEF</ParentId>
|
|
18
|
+
<Value_Type>NAN</Value_Type>
|
|
19
|
+
<CreateTime>27.04.2026 08:30:50.440</CreateTime>
|
|
20
|
+
<ModifyTime>27.04.2026 08:30:50.440</ModifyTime>
|
|
21
|
+
<Text_Palette/>
|
|
22
|
+
<Read_Only>False</Read_Only>
|
|
23
|
+
<TECH_UNIT/>
|
|
24
|
+
<UseLimits>False</UseLimits>
|
|
25
|
+
<VHL>1.00000000000000E+38</VHL>
|
|
26
|
+
<HL>1.00000000000000E+38</HL>
|
|
27
|
+
<LL>-1.00000000000000E+38</LL>
|
|
28
|
+
<VLL>-1.00000000000000E+38</VLL>
|
|
29
|
+
<VHL_ID/>
|
|
30
|
+
<HL_ID/>
|
|
31
|
+
<LL_ID/>
|
|
32
|
+
<VLL_ID/>
|
|
33
|
+
<Hysterezia>0.00000000000000E+00</Hysterezia>
|
|
34
|
+
<TransPalIdx>0</TransPalIdx>
|
|
35
|
+
<Hidden>False</Hidden>
|
|
36
|
+
<uuid>88D757FB3AD367478EDD36D2EC77BC26</uuid>
|
|
37
|
+
<memberOfModule/>
|
|
38
|
+
<moduleRelation>AM_None</moduleRelation>
|
|
39
|
+
<memberOfDevice/>
|
|
40
|
+
<version>1</version>
|
|
41
|
+
<metadata/>
|
|
42
|
+
<EXP_SubDir/>
|
|
43
|
+
</TObjItemData>
|
|
44
|
+
<tStructItemData>
|
|
45
|
+
<ItemNr>1</ItemNr>
|
|
46
|
+
<Name>Min</Name>
|
|
47
|
+
<Descript/>
|
|
48
|
+
<Typ>Real</Typ>
|
|
49
|
+
<UseStartVal>False</UseStartVal>
|
|
50
|
+
<UseLimits>False</UseLimits>
|
|
51
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
52
|
+
<StatusText/>
|
|
53
|
+
<TransPalIdx>0</TransPalIdx>
|
|
54
|
+
</tStructItemData>
|
|
55
|
+
<tStructItemData>
|
|
56
|
+
<ItemNr>2</ItemNr>
|
|
57
|
+
<Name>Max</Name>
|
|
58
|
+
<Descript/>
|
|
59
|
+
<Typ>Real</Typ>
|
|
60
|
+
<UseStartVal>False</UseStartVal>
|
|
61
|
+
<UseLimits>False</UseLimits>
|
|
62
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
63
|
+
<StatusText/>
|
|
64
|
+
<TransPalIdx>0</TransPalIdx>
|
|
65
|
+
</tStructItemData>
|
|
66
|
+
<tStructItemData>
|
|
67
|
+
<ItemNr>3</ItemNr>
|
|
68
|
+
<Name>Sum</Name>
|
|
69
|
+
<Descript/>
|
|
70
|
+
<Typ>Real</Typ>
|
|
71
|
+
<UseStartVal>False</UseStartVal>
|
|
72
|
+
<UseLimits>False</UseLimits>
|
|
73
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
74
|
+
<StatusText/>
|
|
75
|
+
<TransPalIdx>0</TransPalIdx>
|
|
76
|
+
</tStructItemData>
|
|
77
|
+
<tStructItemData>
|
|
78
|
+
<ItemNr>4</ItemNr>
|
|
79
|
+
<Name>Avg</Name>
|
|
80
|
+
<Descript/>
|
|
81
|
+
<Typ>Real</Typ>
|
|
82
|
+
<UseStartVal>False</UseStartVal>
|
|
83
|
+
<UseLimits>False</UseLimits>
|
|
84
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
85
|
+
<StatusText/>
|
|
86
|
+
<TransPalIdx>0</TransPalIdx>
|
|
87
|
+
</tStructItemData>
|
|
88
|
+
</CFGRECORDS>
|
|
89
|
+
<MEMBEROFRESGROUP>
|
|
90
|
+
</MEMBEROFRESGROUP>
|
|
91
|
+
</ROOT>
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<Hysterezia>0.00000000000000E+00</Hysterezia>
|
|
34
34
|
<TransPalIdx>0</TransPalIdx>
|
|
35
35
|
<Hidden>False</Hidden>
|
|
36
|
-
<uuid>
|
|
36
|
+
<uuid>8953A177F3565E4CBF33A5EA147D2301</uuid>
|
|
37
37
|
<memberOfModule/>
|
|
38
38
|
<moduleRelation>AM_None</moduleRelation>
|
|
39
39
|
<memberOfDevice/>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "d2aura",
|
|
3
|
-
"version": "26.0.
|
|
3
|
+
"version": "26.0.14",
|
|
4
4
|
"description": "D2 AURA - Advanced User Interface Resource Architecture",
|
|
5
5
|
"author": "Ipesoft s.r.o.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,13 +43,15 @@
|
|
|
43
43
|
"@types/urijs": "1.19.16",
|
|
44
44
|
"antd": "5.29.3",
|
|
45
45
|
"d2core": "23.0.16",
|
|
46
|
-
"d2coreui": "23.0.
|
|
46
|
+
"d2coreui": "23.0.38",
|
|
47
47
|
"d2jsapi": "26.0.9",
|
|
48
48
|
"echarts": "5.5.1",
|
|
49
49
|
"echarts-for-react": "3.0.2",
|
|
50
50
|
"file-saver": "2.0.5",
|
|
51
|
+
"jszip": "^3.10.1",
|
|
51
52
|
"memoize-one": "6.0.0",
|
|
52
|
-
"stacktrace-js": "2.0.2"
|
|
53
|
+
"stacktrace-js": "2.0.2",
|
|
54
|
+
"xmlbuilder": "15.1.1"
|
|
53
55
|
},
|
|
54
56
|
"scripts": {
|
|
55
57
|
"cleanBuild": "@powershell if (Test-Path \"./lib/esm\") {rm -r -force ./lib/esm}",
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { GroupData, IdType, ScenarioData, VectorData } from "../constants/edaTypes";
|
|
3
|
-
import { AliasToken } from "antd/es/theme/interface";
|
|
4
|
-
export interface BaseProps {
|
|
5
|
-
data?: VectorData | GroupData | ScenarioData;
|
|
6
|
-
type?: IdType;
|
|
7
|
-
}
|
|
8
|
-
export interface BaseState {
|
|
9
|
-
}
|
|
10
|
-
export declare abstract class EdaBasePanel<P extends BaseProps, S extends BaseState> extends React.Component<P, S> {
|
|
11
|
-
protected constructor(props: Readonly<P>);
|
|
12
|
-
protected abstract renderPanel(theme: AliasToken, type: IdType, data: VectorData | GroupData | ScenarioData): React.ReactNode;
|
|
13
|
-
protected abstract getDefaultBaseState(props: Readonly<P>): S;
|
|
14
|
-
render(): React.JSX.Element;
|
|
15
|
-
private renderEmpty;
|
|
16
|
-
}
|