d2aura 26.0.11 → 26.0.13
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 +19 -2
- package/api/eda/edaManagerApi.js +36 -3
- package/api/eda/edaManagerApi.js.map +1 -1
- package/api/eda/generated/events.d.ts +86 -28
- package/api/eda/generated/events.js +154 -42
- package/api/eda/generated/events.js.map +1 -1
- package/api/eda/generated/structures.d.ts +21 -0
- package/api/eda/generated/structures.js.map +1 -1
- package/api/impl/utils/reportError.js +16 -0
- package/api/impl/utils/reportError.js.map +1 -1
- package/api/webPush/webPushApi.js.map +1 -1
- package/api/webPush/webPushUtils.js.map +1 -1
- package/core/i18n/d2aura.sk.json +8 -0
- package/core/i18n/jsapi.sk.json +4 -0
- package/core/i18n/jsapi.ua.json +4 -0
- package/coreui/components/edaManagerComponent/components/edaDataBasePanel.d.ts +13 -37
- package/coreui/components/edaManagerComponent/components/edaDataBasePanel.js +114 -211
- package/coreui/components/edaManagerComponent/components/edaDataBasePanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaDetailPanel.d.ts +2 -0
- package/coreui/components/edaManagerComponent/components/edaDetailPanel.js +2 -2
- package/coreui/components/edaManagerComponent/components/edaDetailPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaGraphPanel.d.ts +14 -5
- package/coreui/components/edaManagerComponent/components/edaGraphPanel.js +338 -326
- package/coreui/components/edaManagerComponent/components/edaGraphPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaTablePanel.d.ts +15 -4
- package/coreui/components/edaManagerComponent/components/edaTablePanel.js +139 -64
- package/coreui/components/edaManagerComponent/components/edaTablePanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaTimeWindowPickerPanel.d.ts +3 -8
- package/coreui/components/edaManagerComponent/components/edaTimeWindowPickerPanel.js +12 -38
- package/coreui/components/edaManagerComponent/components/edaTimeWindowPickerPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaTreeView.d.ts +1 -1
- package/coreui/components/edaManagerComponent/components/edaTreeView.js +5 -5
- package/coreui/components/edaManagerComponent/components/edaTreeView.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaVectorDetailPanel.d.ts +8 -2
- package/coreui/components/edaManagerComponent/components/edaVectorDetailPanel.js +39 -11
- package/coreui/components/edaManagerComponent/components/edaVectorDetailPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/context/edaVectorDataContext.d.ts +33 -0
- package/coreui/components/edaManagerComponent/context/edaVectorDataContext.js +3 -0
- package/coreui/components/edaManagerComponent/context/edaVectorDataContext.js.map +1 -0
- package/coreui/components/edaManagerComponent/context/edaVectorDataProvider.d.ts +9 -0
- package/coreui/components/edaManagerComponent/context/edaVectorDataProvider.js +267 -0
- package/coreui/components/edaManagerComponent/context/edaVectorDataProvider.js.map +1 -0
- package/coreui/components/edaManagerComponent/context/loadingContext.d.ts +7 -0
- package/coreui/components/edaManagerComponent/context/loadingContext.js +3 -0
- package/coreui/components/edaManagerComponent/context/loadingContext.js.map +1 -0
- package/coreui/components/edaManagerComponent/context/sharedSampleRange.d.ts +1 -2
- package/coreui/components/edaManagerComponent/context/sharedSampleRange.js +10 -0
- package/coreui/components/edaManagerComponent/context/sharedSampleRange.js.map +1 -1
- package/coreui/components/edaManagerComponent/edaDetail.d.ts +4 -12
- package/coreui/components/edaManagerComponent/edaDetail.js +53 -88
- package/coreui/components/edaManagerComponent/edaDetail.js.map +1 -1
- package/coreui/components/edaManagerComponent/edaNavigator.d.ts +2 -1
- package/coreui/components/edaManagerComponent/edaNavigator.js.map +1 -1
- package/coreui/components/edaManagerComponent/edaSelect.d.ts +13 -7
- package/coreui/components/edaManagerComponent/edaSelect.js +211 -7
- package/coreui/components/edaManagerComponent/edaSelect.js.map +1 -1
- package/coreui/components/edaManagerComponent/utils/utils.d.ts +17 -0
- package/coreui/components/edaManagerComponent/utils/utils.js +57 -0
- package/coreui/components/edaManagerComponent/utils/utils.js.map +1 -1
- package/coreui/components/webPush/webPushSwitch.js.map +1 -1
- package/coreui/images/logo.svg +9 -9
- package/coreui/images/logo_full.svg +11 -11
- package/d2configuration/edaManager/E.EM_NAVIGATOR_IMPL.xml +64 -2
- package/d2configuration/edaManager/E.EM_NAVIGATOR_SQL.xml +51 -13
- package/d2configuration/edaManager/E.EM_NAVIGATOR_UNIT.xml +304 -4
- package/d2configuration/edaManager/E.EM_VECTOR_IMPL.xml +9 -3
- package/d2configuration/edaManager/E.EM_VECTOR_UNIT.xml +89 -3
- package/d2configuration/edaManager/EDA_StatVectorRec.xml +56 -0
- package/d2configuration/edaManager/SD.EM_EDA_StatVectorRec_V1.xml +125 -0
- package/d2configuration/edaManager/SD.EM_Filter_Condition.xml +156 -0
- package/d2configuration/edaManager/SD.EM_Tree_Item.xml +34 -1
- package/package.json +3 -3
- package/coreui/components/edaManagerComponent/context/sharedSampleRangeWrapper.d.ts +0 -6
- package/coreui/components/edaManagerComponent/context/sharedSampleRangeWrapper.js +0 -14
- package/coreui/components/edaManagerComponent/context/sharedSampleRangeWrapper.js.map +0 -1
|
@@ -13,6 +13,12 @@
|
|
|
13
13
|
<objType>EXT_FNCT</objType>
|
|
14
14
|
<valType>Int</valType>
|
|
15
15
|
</HOBJ_REF>
|
|
16
|
+
<HOBJ_REF>
|
|
17
|
+
<uid>E83122D975FFAA44AB26DCCC9038E10F</uid>
|
|
18
|
+
<name>EDA_StatVectorRec</name>
|
|
19
|
+
<objType>EXT_FNCT</objType>
|
|
20
|
+
<valType>Int</valType>
|
|
21
|
+
</HOBJ_REF>
|
|
16
22
|
<HOBJ_REF>
|
|
17
23
|
<uid>5AED2D6EB656994F92DF7CCBB5253E4D</uid>
|
|
18
24
|
<name>SD.EM_EDA_ReadValuesFromVector_V1</name>
|
|
@@ -24,6 +30,43 @@
|
|
|
24
30
|
<col_name>structVersion</col_name>
|
|
25
31
|
<col_valType>Int</col_valType>
|
|
26
32
|
</COL_REF>
|
|
33
|
+
<HOBJ_REF>
|
|
34
|
+
<uid>02587CAA59040B4F904A9B9381EFA33E</uid>
|
|
35
|
+
<name>SD.EM_EDA_StatVectorRec_V1</name>
|
|
36
|
+
<objType>STRUCTDEF</objType>
|
|
37
|
+
<valType>NAN</valType>
|
|
38
|
+
</HOBJ_REF>
|
|
39
|
+
<COL_REF>
|
|
40
|
+
<col_idx>1</col_idx>
|
|
41
|
+
<col_name>structVersion</col_name>
|
|
42
|
+
<col_valType>Int</col_valType>
|
|
43
|
+
</COL_REF>
|
|
44
|
+
<HOBJ_REF>
|
|
45
|
+
<uid>88D757FB3AD367478EDD36D2EC77BC26</uid>
|
|
46
|
+
<name>SD.EM_EDA_VectorStats</name>
|
|
47
|
+
<objType>STRUCTDEF</objType>
|
|
48
|
+
<valType>NAN</valType>
|
|
49
|
+
</HOBJ_REF>
|
|
50
|
+
<COL_REF>
|
|
51
|
+
<col_idx>4</col_idx>
|
|
52
|
+
<col_name>Avg</col_name>
|
|
53
|
+
<col_valType>Real</col_valType>
|
|
54
|
+
</COL_REF>
|
|
55
|
+
<COL_REF>
|
|
56
|
+
<col_idx>2</col_idx>
|
|
57
|
+
<col_name>Max</col_name>
|
|
58
|
+
<col_valType>Real</col_valType>
|
|
59
|
+
</COL_REF>
|
|
60
|
+
<COL_REF>
|
|
61
|
+
<col_idx>1</col_idx>
|
|
62
|
+
<col_name>Min</col_name>
|
|
63
|
+
<col_valType>Real</col_valType>
|
|
64
|
+
</COL_REF>
|
|
65
|
+
<COL_REF>
|
|
66
|
+
<col_idx>3</col_idx>
|
|
67
|
+
<col_name>Sum</col_name>
|
|
68
|
+
<col_valType>Real</col_valType>
|
|
69
|
+
</COL_REF>
|
|
27
70
|
<HOBJ_REF>
|
|
28
71
|
<uid>0C36D083CCA9034B8DF4A98D4D824202</uid>
|
|
29
72
|
<name>SD.EM_EDA_VectorValues</name>
|
|
@@ -46,7 +89,7 @@
|
|
|
46
89
|
<ParentId>SELF.EVH</ParentId>
|
|
47
90
|
<Value_Type>Int</Value_Type>
|
|
48
91
|
<CreateTime>08.04.2026 07:43:41.212</CreateTime>
|
|
49
|
-
<ModifyTime>
|
|
92
|
+
<ModifyTime>28.04.2026 07:57:53.965</ModifyTime>
|
|
50
93
|
<Text_Palette/>
|
|
51
94
|
<Read_Only>False</Read_Only>
|
|
52
95
|
<TECH_UNIT/>
|
|
@@ -66,7 +109,8 @@
|
|
|
66
109
|
<memberOfModule/>
|
|
67
110
|
<moduleRelation>AM_None</moduleRelation>
|
|
68
111
|
<memberOfDevice/>
|
|
69
|
-
<
|
|
112
|
+
<modifiedBy>msolansky</modifiedBy>
|
|
113
|
+
<version>4</version>
|
|
70
114
|
<metadata/>
|
|
71
115
|
<EXP_SubDir/>
|
|
72
116
|
</TObjItemData>
|
|
@@ -90,14 +134,17 @@
|
|
|
90
134
|
; LAST CHANGE:
|
|
91
135
|
;*********************************************************
|
|
92
136
|
|
|
93
|
-
PUBLIC PROCEDURE ReadValuesFromVector(IN INT _id, IN TIME _from, IN TIME _to, IN INT _step, RECORD NOALIAS(SD.EM_EDA_VectorValues) _data, BOOL _isOk, TEXT _errorMsg)
|
|
137
|
+
PUBLIC PROCEDURE ReadValuesFromVector(IN INT _id, IN TIME _from, IN TIME _to, IN INT _step, RECORD NOALIAS(SD.EM_EDA_VectorValues) _data, RECORD NOALIAS(SD.EM_EDA_VectorStats) _stats, BOOL _isOk, TEXT _errorMsg)
|
|
94
138
|
RECORD NOALIAS (SD.EM_EDA_ReadValuesFromVector_V1) _params
|
|
139
|
+
RECORD NOALIAS (SD.EM_EDA_StatVectorRec_V1) _statParams
|
|
95
140
|
REDIM _data[0]
|
|
96
141
|
INT _errorCode
|
|
97
142
|
INT _parent = %GetParentProcessHBJ()
|
|
98
143
|
INT _sessionId = %GetRPCCallerProcess()
|
|
144
|
+
REAL _value
|
|
99
145
|
|
|
100
146
|
_params^structVersion := 1
|
|
147
|
+
_statParams^structVersion := 1
|
|
101
148
|
|
|
102
149
|
CALL [E.EM_VECTOR_MANAGER] InsertSession(_sessionId) SYNC ON (_parent)
|
|
103
150
|
CALL %EDA_ReadValuesFromVektorRec(_id, _from, _to, _step, _params, _data, 1, _errorCode)
|
|
@@ -106,9 +153,48 @@ PUBLIC PROCEDURE ReadValuesFromVector(IN INT _id, IN TIME _from, IN TIME _to, IN
|
|
|
106
153
|
IF _errorCode # _ERR_NO_ERROR THEN
|
|
107
154
|
_errorMsg := "Error reading vector data [" + %IToStr(_errorCode) + "]"
|
|
108
155
|
_isOk := @FALSE
|
|
156
|
+
RETURN
|
|
109
157
|
ELSE
|
|
110
158
|
_isOk := @TRUE
|
|
111
159
|
ENDIF
|
|
160
|
+
|
|
161
|
+
REDIM _stats[1]
|
|
162
|
+
|
|
163
|
+
CALL %EDA_StatVectorRec(0, _id, _from, _to, _step, _statParams, _value, _errorCode)
|
|
164
|
+
_stats^Sum := _value
|
|
165
|
+
|
|
166
|
+
IF _errorCode # _ERR_NO_ERROR THEN
|
|
167
|
+
_errorMsg := "Error reading vector SUM stat data [" + %IToStr(_errorCode) + "]"
|
|
168
|
+
_isOk := @FALSE
|
|
169
|
+
RETURN
|
|
170
|
+
ENDIF
|
|
171
|
+
|
|
172
|
+
CALL %EDA_StatVectorRec(1, _id, _from, _to, _step, _statParams, _value, _errorCode)
|
|
173
|
+
_stats^Min := _value
|
|
174
|
+
|
|
175
|
+
IF _errorCode # _ERR_NO_ERROR THEN
|
|
176
|
+
_errorMsg := "Error reading vector MIN stat data [" + %IToStr(_errorCode) + "]"
|
|
177
|
+
_isOk := @FALSE
|
|
178
|
+
RETURN
|
|
179
|
+
ENDIF
|
|
180
|
+
|
|
181
|
+
CALL %EDA_StatVectorRec(2, _id, _from, _to, _step, _statParams, _value, _errorCode)
|
|
182
|
+
_stats^Max := _value
|
|
183
|
+
|
|
184
|
+
IF _errorCode # _ERR_NO_ERROR THEN
|
|
185
|
+
_errorMsg := "Error reading vector MAX stat data [" + %IToStr(_errorCode) + "]"
|
|
186
|
+
_isOk := @FALSE
|
|
187
|
+
RETURN
|
|
188
|
+
ENDIF
|
|
189
|
+
|
|
190
|
+
CALL %EDA_StatVectorRec(3, _id, _from, _to, _step, _statParams, _value, _errorCode)
|
|
191
|
+
_stats^Avg := _value
|
|
192
|
+
|
|
193
|
+
IF _errorCode # _ERR_NO_ERROR THEN
|
|
194
|
+
_errorMsg := "Error reading vector AVG stat data [" + %IToStr(_errorCode) + "]"
|
|
195
|
+
_isOk := @FALSE
|
|
196
|
+
RETURN
|
|
197
|
+
ENDIF
|
|
112
198
|
END ReadValuesFromVector
|
|
113
199
|
|
|
114
200
|
BEGIN
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<ROOT>
|
|
3
|
+
<REFERENCES>
|
|
4
|
+
<HOBJ_REF>
|
|
5
|
+
<uid>EXT_FNCT</uid>
|
|
6
|
+
<name>EXT_FNCT</name>
|
|
7
|
+
<objType>SYSTEM</objType>
|
|
8
|
+
<valType>NAN</valType>
|
|
9
|
+
</HOBJ_REF>
|
|
10
|
+
</REFERENCES>
|
|
11
|
+
<CFGRECORDS>
|
|
12
|
+
<TObjItemData>
|
|
13
|
+
<Id>12208</Id>
|
|
14
|
+
<Name>EDA_StatVectorRec</Name>
|
|
15
|
+
<Descript>statType, vector, bt, et, period, params, value, errorCode</Descript>
|
|
16
|
+
<Typ>EXT_FNCT</Typ>
|
|
17
|
+
<ParentId>EXT_FNCT</ParentId>
|
|
18
|
+
<Value_Type>Int</Value_Type>
|
|
19
|
+
<CreateTime>13.06.2016 13:55:19.620</CreateTime>
|
|
20
|
+
<ModifyTime>04.05.2023 17:04:52.000</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>E83122D975FFAA44AB26DCCC9038E10F</uuid>
|
|
37
|
+
<memberOfModule/>
|
|
38
|
+
<moduleRelation>AM_None</moduleRelation>
|
|
39
|
+
<memberOfDevice/>
|
|
40
|
+
<modifiedBy/>
|
|
41
|
+
<version>1</version>
|
|
42
|
+
<metadata/>
|
|
43
|
+
<EXP_SubDir>EDA_CVS\D2000_OBJ\EDA\Funkcie</EXP_SubDir>
|
|
44
|
+
</TObjItemData>
|
|
45
|
+
<TExtFnctRec>
|
|
46
|
+
<fullPath>edadll.dll</fullPath>
|
|
47
|
+
<funcName>EDA_StatVectorRec</funcName>
|
|
48
|
+
<typeSpec>vvvvvvVV</typeSpec>
|
|
49
|
+
<funcDisable>False</funcDisable>
|
|
50
|
+
<funcHelp>EDA_Systemova_dokumentacia.chm</funcHelp>
|
|
51
|
+
<funcHelpPage>html\EDA_StatVectorRec.htm</funcHelpPage>
|
|
52
|
+
<funcDeprecated>False</funcDeprecated>
|
|
53
|
+
</TExtFnctRec>
|
|
54
|
+
</CFGRECORDS>
|
|
55
|
+
<CRC>ae5870f364ca93a5fb0fe683dc76d065</CRC>
|
|
56
|
+
</ROOT>
|
|
@@ -0,0 +1,125 @@
|
|
|
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>2578164</Id>
|
|
14
|
+
<Name>SD.EM_EDA_StatVectorRec_V1</Name>
|
|
15
|
+
<Descript/>
|
|
16
|
+
<Typ>STRUCTDEF</Typ>
|
|
17
|
+
<ParentId>STRUCTSDEF</ParentId>
|
|
18
|
+
<Value_Type>NAN</Value_Type>
|
|
19
|
+
<CreateTime>27.04.2026 08:41:14.398</CreateTime>
|
|
20
|
+
<ModifyTime>27.04.2026 08:41:14.398</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>02587CAA59040B4F904A9B9381EFA33E</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>structVersion</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>cacheId</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>useViewRounding</Name>
|
|
69
|
+
<Descript/>
|
|
70
|
+
<Typ>Bool</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>useAbsValues</Name>
|
|
80
|
+
<Descript/>
|
|
81
|
+
<Typ>Bool</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>version</Name>
|
|
91
|
+
<Descript/>
|
|
92
|
+
<Typ>Int</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>envName</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>paramBlockId</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
|
+
</CFGRECORDS>
|
|
122
|
+
<MEMBEROFRESGROUP>
|
|
123
|
+
<member>Home_msolansky\B6FFB25CF61A86448B994FFFFAF89703</member>
|
|
124
|
+
</MEMBEROFRESGROUP>
|
|
125
|
+
</ROOT>
|
|
@@ -0,0 +1,156 @@
|
|
|
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>20135</Id>
|
|
14
|
+
<Name>SD.EM_Filter_Condition</Name>
|
|
15
|
+
<Descript/>
|
|
16
|
+
<Typ>STRUCTDEF</Typ>
|
|
17
|
+
<ParentId>STRUCTSDEF</ParentId>
|
|
18
|
+
<Value_Type>NAN</Value_Type>
|
|
19
|
+
<CreateTime>06.09.2022 09:18:10.652</CreateTime>
|
|
20
|
+
<ModifyTime>07.05.2026 12:13:45.244</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>A12101E2F3662D4A87E8282EBC5659FC</uuid>
|
|
37
|
+
<memberOfModule/>
|
|
38
|
+
<moduleRelation>AM_None</moduleRelation>
|
|
39
|
+
<memberOfDevice/>
|
|
40
|
+
<modifiedBy/>
|
|
41
|
+
<version>2</version>
|
|
42
|
+
<metadata/>
|
|
43
|
+
<EXP_SubDir/>
|
|
44
|
+
</TObjItemData>
|
|
45
|
+
<tStructItemData>
|
|
46
|
+
<ItemNr>1</ItemNr>
|
|
47
|
+
<Name>id_condition</Name>
|
|
48
|
+
<Descript/>
|
|
49
|
+
<Typ>Int</Typ>
|
|
50
|
+
<UseStartVal>False</UseStartVal>
|
|
51
|
+
<UseLimits>False</UseLimits>
|
|
52
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
53
|
+
<StatusText/>
|
|
54
|
+
<TransPalIdx>0</TransPalIdx>
|
|
55
|
+
</tStructItemData>
|
|
56
|
+
<tStructItemData>
|
|
57
|
+
<ItemNr>2</ItemNr>
|
|
58
|
+
<Name>id_filter</Name>
|
|
59
|
+
<Descript/>
|
|
60
|
+
<Typ>Int</Typ>
|
|
61
|
+
<UseStartVal>False</UseStartVal>
|
|
62
|
+
<UseLimits>False</UseLimits>
|
|
63
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
64
|
+
<StatusText/>
|
|
65
|
+
<TransPalIdx>0</TransPalIdx>
|
|
66
|
+
</tStructItemData>
|
|
67
|
+
<tStructItemData>
|
|
68
|
+
<ItemNr>3</ItemNr>
|
|
69
|
+
<Name>not_flag</Name>
|
|
70
|
+
<Descript/>
|
|
71
|
+
<Typ>Int</Typ>
|
|
72
|
+
<UseStartVal>False</UseStartVal>
|
|
73
|
+
<UseLimits>False</UseLimits>
|
|
74
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
75
|
+
<StatusText/>
|
|
76
|
+
<TransPalIdx>0</TransPalIdx>
|
|
77
|
+
</tStructItemData>
|
|
78
|
+
<tStructItemData>
|
|
79
|
+
<ItemNr>4</ItemNr>
|
|
80
|
+
<Name>left_par</Name>
|
|
81
|
+
<Descript/>
|
|
82
|
+
<Typ>Int</Typ>
|
|
83
|
+
<UseStartVal>False</UseStartVal>
|
|
84
|
+
<UseLimits>False</UseLimits>
|
|
85
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
86
|
+
<StatusText/>
|
|
87
|
+
<TransPalIdx>0</TransPalIdx>
|
|
88
|
+
</tStructItemData>
|
|
89
|
+
<tStructItemData>
|
|
90
|
+
<ItemNr>5</ItemNr>
|
|
91
|
+
<Name>column_name</Name>
|
|
92
|
+
<Descript/>
|
|
93
|
+
<Typ>Text</Typ>
|
|
94
|
+
<UseStartVal>False</UseStartVal>
|
|
95
|
+
<UseLimits>False</UseLimits>
|
|
96
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
97
|
+
<StatusText/>
|
|
98
|
+
<TransPalIdx>0</TransPalIdx>
|
|
99
|
+
</tStructItemData>
|
|
100
|
+
<tStructItemData>
|
|
101
|
+
<ItemNr>6</ItemNr>
|
|
102
|
+
<Name>operator</Name>
|
|
103
|
+
<Descript/>
|
|
104
|
+
<Typ>Text</Typ>
|
|
105
|
+
<UseStartVal>False</UseStartVal>
|
|
106
|
+
<UseLimits>False</UseLimits>
|
|
107
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
108
|
+
<StatusText/>
|
|
109
|
+
<TransPalIdx>0</TransPalIdx>
|
|
110
|
+
</tStructItemData>
|
|
111
|
+
<tStructItemData>
|
|
112
|
+
<ItemNr>7</ItemNr>
|
|
113
|
+
<Name>value</Name>
|
|
114
|
+
<Descript/>
|
|
115
|
+
<Typ>Text</Typ>
|
|
116
|
+
<UseStartVal>False</UseStartVal>
|
|
117
|
+
<UseLimits>False</UseLimits>
|
|
118
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
119
|
+
<StatusText/>
|
|
120
|
+
<TransPalIdx>0</TransPalIdx>
|
|
121
|
+
</tStructItemData>
|
|
122
|
+
<tStructItemData>
|
|
123
|
+
<ItemNr>8</ItemNr>
|
|
124
|
+
<Name>value_type</Name>
|
|
125
|
+
<Descript/>
|
|
126
|
+
<Typ>Int</Typ>
|
|
127
|
+
<UseStartVal>False</UseStartVal>
|
|
128
|
+
<UseLimits>False</UseLimits>
|
|
129
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
130
|
+
<StatusText/>
|
|
131
|
+
<TransPalIdx>0</TransPalIdx>
|
|
132
|
+
</tStructItemData>
|
|
133
|
+
<tStructItemData>
|
|
134
|
+
<ItemNr>9</ItemNr>
|
|
135
|
+
<Name>right_par</Name>
|
|
136
|
+
<Descript/>
|
|
137
|
+
<Typ>Int</Typ>
|
|
138
|
+
<UseStartVal>False</UseStartVal>
|
|
139
|
+
<UseLimits>False</UseLimits>
|
|
140
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
141
|
+
<StatusText/>
|
|
142
|
+
<TransPalIdx>0</TransPalIdx>
|
|
143
|
+
</tStructItemData>
|
|
144
|
+
<tStructItemData>
|
|
145
|
+
<ItemNr>10</ItemNr>
|
|
146
|
+
<Name>logical_operator</Name>
|
|
147
|
+
<Descript/>
|
|
148
|
+
<Typ>Text</Typ>
|
|
149
|
+
<UseStartVal>False</UseStartVal>
|
|
150
|
+
<UseLimits>False</UseLimits>
|
|
151
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
152
|
+
<StatusText/>
|
|
153
|
+
<TransPalIdx>0</TransPalIdx>
|
|
154
|
+
</tStructItemData>
|
|
155
|
+
</CFGRECORDS>
|
|
156
|
+
</ROOT>
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<ParentId>STRUCTSDEF</ParentId>
|
|
18
18
|
<Value_Type>NAN</Value_Type>
|
|
19
19
|
<CreateTime>13.03.2026 10:29:40.752</CreateTime>
|
|
20
|
-
<ModifyTime>
|
|
20
|
+
<ModifyTime>05.05.2026 09:57:40.266</ModifyTime>
|
|
21
21
|
<Text_Palette/>
|
|
22
22
|
<Read_Only>False</Read_Only>
|
|
23
23
|
<TECH_UNIT/>
|
|
@@ -107,6 +107,39 @@
|
|
|
107
107
|
<StatusText/>
|
|
108
108
|
<TransPalIdx>0</TransPalIdx>
|
|
109
109
|
</tStructItemData>
|
|
110
|
+
<tStructItemData>
|
|
111
|
+
<ItemNr>7</ItemNr>
|
|
112
|
+
<Name>Units</Name>
|
|
113
|
+
<Descript/>
|
|
114
|
+
<Typ>Text</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>RoundingType</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>RoundingPlaces</Name>
|
|
135
|
+
<Descript/>
|
|
136
|
+
<Typ>Int</Typ>
|
|
137
|
+
<UseStartVal>False</UseStartVal>
|
|
138
|
+
<UseLimits>False</UseLimits>
|
|
139
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
140
|
+
<StatusText/>
|
|
141
|
+
<TransPalIdx>0</TransPalIdx>
|
|
142
|
+
</tStructItemData>
|
|
110
143
|
</CFGRECORDS>
|
|
111
144
|
<MEMBEROFRESGROUP>
|
|
112
145
|
</MEMBEROFRESGROUP>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "d2aura",
|
|
3
|
-
"version": "26.0.
|
|
3
|
+
"version": "26.0.13",
|
|
4
4
|
"description": "D2 AURA - Advanced User Interface Resource Architecture",
|
|
5
5
|
"author": "Ipesoft s.r.o.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"@types/urijs": "1.19.16",
|
|
44
44
|
"antd": "5.29.3",
|
|
45
45
|
"d2core": "23.0.16",
|
|
46
|
-
"d2coreui": "23.0.
|
|
47
|
-
"d2jsapi": "26.0.
|
|
46
|
+
"d2coreui": "23.0.37",
|
|
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",
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { SharedSampleRange } from "./sharedSampleRange";
|
|
3
|
-
export interface WithSharedSampleRangeWrapperProps {
|
|
4
|
-
rangeContext: SharedSampleRange;
|
|
5
|
-
}
|
|
6
|
-
export declare function withSharedSampleRangeContext<T extends WithSharedSampleRangeWrapperProps>(Component: React.ComponentType<T>): (props: Omit<T, keyof WithSharedSampleRangeWrapperProps>) => React.JSX.Element;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { SharedSampleRangeContext } from "./sharedSampleRange";
|
|
3
|
-
export function withSharedSampleRangeContext(Component) {
|
|
4
|
-
return function WrappedComponent(props) {
|
|
5
|
-
return (React.createElement(SharedSampleRangeContext.Consumer, null, (context) => {
|
|
6
|
-
if (!context) {
|
|
7
|
-
throw new Error("withSharedSampleRangeContext must be used within an SharedSampleRangeContext.Provider");
|
|
8
|
-
}
|
|
9
|
-
const allProps = { ...props, rangeContext: context };
|
|
10
|
-
return (React.createElement(Component, { ...allProps }));
|
|
11
|
-
}));
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=sharedSampleRangeWrapper.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sharedSampleRangeWrapper.js","sourceRoot":"","sources":["../../../../../../coreui/components/edaManagerComponent/context/sharedSampleRangeWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAoB,wBAAwB,EAAC,MAAM,qBAAqB,CAAC;AAMhF,MAAM,UAAU,4BAA4B,CAA8C,SAAiC;IACvH,OAAO,SAAS,gBAAgB,CAAC,KAAuD;QACpF,OAAO,CACH,oBAAC,wBAAwB,CAAC,QAAQ,QAC7B,CAAC,OAAO,EAAE,EAAE;YACT,IAAI,CAAC,OAAO,EAAE,CAAC;gBACX,MAAM,IAAI,KAAK,CAAC,uFAAuF,CAAC,CAAC;YAC7G,CAAC;YAED,MAAM,QAAQ,GAAM,EAAC,GAAG,KAAK,EAAE,YAAY,EAAE,OAAO,EAAM,CAAC;YAE3D,OAAO,CACH,oBAAC,SAAS,OAAK,QAAQ,GAAI,CAC9B,CAAA;QACL,CAAC,CAC+B,CACvC,CAAA;IACL,CAAC,CAAA;AACL,CAAC","sourcesContent":["import React from \"react\";\r\nimport {SharedSampleRange, SharedSampleRangeContext} from \"./sharedSampleRange\";\r\n\r\nexport interface WithSharedSampleRangeWrapperProps {\r\n rangeContext: SharedSampleRange\r\n}\r\n\r\nexport function withSharedSampleRangeContext<T extends WithSharedSampleRangeWrapperProps>(Component: React.ComponentType<T>) {\r\n return function WrappedComponent(props: Omit<T, keyof WithSharedSampleRangeWrapperProps>) {\r\n return (\r\n <SharedSampleRangeContext.Consumer>\r\n {(context) => {\r\n if (!context) {\r\n throw new Error(\"withSharedSampleRangeContext must be used within an SharedSampleRangeContext.Provider\");\r\n }\r\n\r\n const allProps: T = {...props, rangeContext: context} as T;\r\n\r\n return (\r\n <Component {...allProps} />\r\n )\r\n }}\r\n </SharedSampleRangeContext.Consumer>\r\n )\r\n }\r\n}"]}
|