d2aura 26.0.14 → 26.0.16
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 +7 -3
- package/api/eda/edaManagerApi.js +28 -2
- package/api/eda/edaManagerApi.js.map +1 -1
- package/api/eda/generated/events.d.ts +93 -62
- package/api/eda/generated/events.js +146 -88
- package/api/eda/generated/events.js.map +1 -1
- package/api/eda/generated/structures.d.ts +99 -86
- package/api/eda/generated/structures.js.map +1 -1
- package/api/types/advancedFilter.d.ts +3 -0
- package/api/types/advancedFilter.js.map +1 -1
- package/api/webPush/webPushApi.js.map +1 -1
- package/api/webPush/webPushUtils.js.map +1 -1
- package/core/i18n/d2aura.en.json +14 -0
- package/core/i18n/d2aura.sk.json +62 -0
- package/coreui/abstractListPanel.d.ts +2 -1
- package/coreui/abstractListPanel.js +5 -1
- package/coreui/abstractListPanel.js.map +1 -1
- package/coreui/components/advancedFilter/advancedFilterButton.d.ts +2 -2
- package/coreui/components/advancedFilter/advancedFilterButton.js.map +1 -1
- package/coreui/components/advancedFilter/advancedFilteredGrid.d.ts +3 -2
- package/coreui/components/advancedFilter/advancedFilteredGrid.js +9 -1
- package/coreui/components/advancedFilter/advancedFilteredGrid.js.map +1 -1
- package/coreui/components/advancedFilter/conditionList/advancedFilterConditionDetailPanel.d.ts +2 -2
- package/coreui/components/advancedFilter/conditionList/advancedFilterConditionDetailPanel.js +1 -1
- package/coreui/components/advancedFilter/conditionList/advancedFilterConditionDetailPanel.js.map +1 -1
- package/coreui/components/advancedFilter/conditionList/advancedFilterConditionListModalDialog.d.ts +2 -2
- package/coreui/components/advancedFilter/conditionList/advancedFilterConditionListModalDialog.js.map +1 -1
- package/coreui/components/advancedFilter/conditionList/advancedFilterConditionListPanel.d.ts +2 -2
- package/coreui/components/advancedFilter/conditionList/advancedFilterConditionListPanel.js +10 -2
- package/coreui/components/advancedFilter/conditionList/advancedFilterConditionListPanel.js.map +1 -1
- package/coreui/components/d2Chart/d2ChartAdvancedZoom.d.ts +25 -0
- package/coreui/components/d2Chart/d2ChartAdvancedZoom.js +197 -0
- package/coreui/components/d2Chart/d2ChartAdvancedZoom.js.map +1 -0
- package/coreui/components/d2Chart/d2ChartPanel.d.ts +2 -0
- package/coreui/components/d2Chart/d2ChartPanel.js +9 -2
- package/coreui/components/d2Chart/d2ChartPanel.js.map +1 -1
- package/coreui/components/d2Chart/d2ChartToolboxPanel.d.ts +1 -0
- package/coreui/components/d2Chart/d2ChartToolboxPanel.js +2 -2
- package/coreui/components/d2Chart/d2ChartToolboxPanel.js.map +1 -1
- package/coreui/components/edaManager/abstract/edaManagerAbstractPanel.js +1 -1
- package/coreui/components/edaManager/abstract/edaManagerAbstractPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaChartViewer.js +23 -19
- package/coreui/components/edaManagerComponent/components/edaChartViewer.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaDataBasePanel.js +1 -1
- package/coreui/components/edaManagerComponent/components/edaDataBasePanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaGraphPanel.js +15 -18
- package/coreui/components/edaManagerComponent/components/edaGraphPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaSampleRangePickerPanel.d.ts +11 -3
- package/coreui/components/edaManagerComponent/components/edaSampleRangePickerPanel.js +31 -24
- package/coreui/components/edaManagerComponent/components/edaSampleRangePickerPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaTablePanel.js +116 -95
- package/coreui/components/edaManagerComponent/components/edaTablePanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaTreeView.d.ts +5 -0
- package/coreui/components/edaManagerComponent/components/edaTreeView.js +189 -60
- package/coreui/components/edaManagerComponent/components/edaTreeView.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaVectorDetailPanel.js +1 -1
- package/coreui/components/edaManagerComponent/components/edaVectorDetailPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/constants/actionTypes.d.ts +5 -0
- package/coreui/components/edaManagerComponent/constants/actionTypes.js +7 -0
- package/coreui/components/edaManagerComponent/constants/actionTypes.js.map +1 -0
- package/coreui/components/edaManagerComponent/constants/edaTypes.d.ts +13 -0
- package/coreui/components/edaManagerComponent/constants/edaTypes.js +15 -0
- package/coreui/components/edaManagerComponent/constants/edaTypes.js.map +1 -1
- package/coreui/components/edaManagerComponent/context/edaVectorDataContext.d.ts +1 -0
- package/coreui/components/edaManagerComponent/context/edaVectorDataContext.js +8 -1
- package/coreui/components/edaManagerComponent/context/edaVectorDataContext.js.map +1 -1
- package/coreui/components/edaManagerComponent/context/edaVectorDataProvider.js +31 -38
- package/coreui/components/edaManagerComponent/context/edaVectorDataProvider.js.map +1 -1
- package/coreui/components/edaManagerComponent/context/sharedSampleRangeContext.d.ts +6 -1
- package/coreui/components/edaManagerComponent/context/sharedSampleRangeContext.js +8 -1
- package/coreui/components/edaManagerComponent/context/sharedSampleRangeContext.js.map +1 -1
- package/coreui/components/edaManagerComponent/context/useEdaActions.d.ts +5 -3
- package/coreui/components/edaManagerComponent/context/useEdaActions.js +21 -7
- package/coreui/components/edaManagerComponent/context/useEdaActions.js.map +1 -1
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/controlButtons.d.ts +13 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/controlButtons.js +19 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/controlButtons.js.map +1 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/descriptiveVectorDetailPanel.d.ts +8 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/descriptiveVectorDetailPanel.js +171 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/descriptiveVectorDetailPanel.js.map +1 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/graphPanel.d.ts +22 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/graphPanel.js +75 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/graphPanel.js.map +1 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/intervalInput.d.ts +12 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/intervalInput.js +52 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/intervalInput.js.map +1 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/tablePanel.d.ts +22 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/tablePanel.js +130 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/tablePanel.js.map +1 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/types.d.ts +58 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/types.js +51 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/types.js.map +1 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/useSharedData.d.ts +18 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/useSharedData.js +74 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/useSharedData.js.map +1 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/utils.d.ts +38 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/utils.js +299 -0
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/utils.js.map +1 -0
- package/coreui/components/edaManagerComponent/dialogs/edaDescriptiveVectorEditorDialog.d.ts +10 -0
- package/coreui/components/edaManagerComponent/dialogs/edaDescriptiveVectorEditorDialog.js +343 -0
- package/coreui/components/edaManagerComponent/dialogs/edaDescriptiveVectorEditorDialog.js.map +1 -0
- package/coreui/components/edaManagerComponent/{components → dialogs}/edaTableEditorDialog.js +1 -1
- package/coreui/components/edaManagerComponent/dialogs/edaTableEditorDialog.js.map +1 -0
- package/coreui/components/edaManagerComponent/{components → dialogs}/exportDialog.d.ts +2 -2
- package/coreui/components/edaManagerComponent/{components → dialogs}/exportDialog.js +7 -8
- package/coreui/components/edaManagerComponent/dialogs/exportDialog.js.map +1 -0
- package/coreui/components/edaManagerComponent/dialogs/groupVectorSelection.d.ts +12 -0
- package/coreui/components/edaManagerComponent/dialogs/groupVectorSelection.js +74 -0
- package/coreui/components/edaManagerComponent/dialogs/groupVectorSelection.js.map +1 -0
- package/coreui/components/edaManagerComponent/dialogs/insertVectorDialog.d.ts +16 -0
- package/coreui/components/edaManagerComponent/dialogs/insertVectorDialog.js +32 -0
- package/coreui/components/edaManagerComponent/dialogs/insertVectorDialog.js.map +1 -0
- package/coreui/components/edaManagerComponent/edaDetail.js +21 -7
- package/coreui/components/edaManagerComponent/edaDetail.js.map +1 -1
- package/coreui/components/edaManagerComponent/edaNavigator.d.ts +2 -0
- package/coreui/components/edaManagerComponent/edaNavigator.js +4 -4
- package/coreui/components/edaManagerComponent/edaNavigator.js.map +1 -1
- package/coreui/components/edaManagerComponent/edaSelect.d.ts +2 -0
- package/coreui/components/edaManagerComponent/edaSelect.js +13 -13
- package/coreui/components/edaManagerComponent/edaSelect.js.map +1 -1
- package/coreui/components/edaManagerComponent/icons/folderRemoveOutlined.d.ts +6 -0
- package/coreui/components/edaManagerComponent/icons/folderRemoveOutlined.js +7 -0
- package/coreui/components/edaManagerComponent/icons/folderRemoveOutlined.js.map +1 -0
- package/coreui/components/edaManagerComponent/utils/export.d.ts +1 -1
- package/coreui/components/edaManagerComponent/utils/export.js +20 -23
- package/coreui/components/edaManagerComponent/utils/export.js.map +1 -1
- package/coreui/components/select/abstractMultiSelect.d.ts +32 -0
- package/coreui/components/select/abstractMultiSelect.js +126 -0
- package/coreui/components/select/abstractMultiSelect.js.map +1 -0
- package/coreui/components/select/abstractSelectModalDialog.d.ts +5 -0
- package/coreui/components/select/abstractSelectModalDialog.js +45 -5
- package/coreui/components/select/abstractSelectModalDialog.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/{DB.EM_EDA_DescriptiveVector.xml → DB.EM_EDA_VectorScenario.xml} +10 -10
- package/d2configuration/edaManager/E.EM_DETAIL_IMPL.xml +4 -4
- package/d2configuration/edaManager/E.EM_DETAIL_UNIT.xml +35 -15
- package/d2configuration/edaManager/E.EM_NAVIGATOR_IMPL.xml +13 -5
- package/d2configuration/edaManager/E.EM_NAVIGATOR_SQL.xml +12 -1
- package/d2configuration/edaManager/E.EM_NAVIGATOR_UNIT.xml +113 -5
- package/d2configuration/edaManager/E.EM_VECTOR_IMPL.xml +11 -1
- package/d2configuration/edaManager/E.EM_VECTOR_UNIT.xml +25 -1
- package/d2configuration/edaManager/{SD.EM_EDA_StatVectorRec_V1.xml → SD.EM_EDA_VectorScenario.xml} +13 -36
- package/package.json +2 -2
- package/coreui/components/edaManagerComponent/components/edaTableEditorDialog.js.map +0 -1
- package/coreui/components/edaManagerComponent/components/exportDialog.js.map +0 -1
- package/d2configuration/edaManager/SD.EM_EDA_DescriptiveVector.xml +0 -179
- package/d2configuration/edaManager/SD.EM_EDA_InsertValuesToVector_V1.xml +0 -227
- package/d2configuration/edaManager/SD.EM_EDA_ReadValuesFromVector_V1.xml +0 -178
- package/d2configuration/edaManager/SD.EM_EDA_VectorValues.xml +0 -58
- /package/coreui/components/edaManagerComponent/{components → dialogs}/edaTableEditorDialog.d.ts +0 -0
|
@@ -1,227 +0,0 @@
|
|
|
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>2578165</Id>
|
|
14
|
-
<Name>SD.EM_EDA_InsertValuesToVector_V1</Name>
|
|
15
|
-
<Descript/>
|
|
16
|
-
<Typ>STRUCTDEF</Typ>
|
|
17
|
-
<ParentId>STRUCTSDEF</ParentId>
|
|
18
|
-
<Value_Type>NAN</Value_Type>
|
|
19
|
-
<CreateTime>18.05.2026 11:23:50.218</CreateTime>
|
|
20
|
-
<ModifyTime>18.05.2026 12:10:56.455</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>4376F7E6899B3844B990AE474BDDC018</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>structVersion</Name>
|
|
47
|
-
<Descript/>
|
|
48
|
-
<Typ>Int</Typ>
|
|
49
|
-
<UseStartVal>True</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>chacheId</Name>
|
|
58
|
-
<Descript/>
|
|
59
|
-
<Typ>Int</Typ>
|
|
60
|
-
<UseStartVal>True</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>fakeTimeZone</Name>
|
|
69
|
-
<Descript/>
|
|
70
|
-
<Typ>Int</Typ>
|
|
71
|
-
<UseStartVal>True</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>userName</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>clearFlags</Name>
|
|
91
|
-
<Descript/>
|
|
92
|
-
<Typ>Bool</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>flag</Name>
|
|
102
|
-
<Descript/>
|
|
103
|
-
<Typ>Int</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>version</Name>
|
|
113
|
-
<Descript/>
|
|
114
|
-
<Typ>HOBJ_Type</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>forceVersionTime</Name>
|
|
124
|
-
<Descript/>
|
|
125
|
-
<Typ>Bool</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>invalidIsNoData</Name>
|
|
135
|
-
<Descript/>
|
|
136
|
-
<Typ>Bool</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>envName</Name>
|
|
146
|
-
<Descript/>
|
|
147
|
-
<Typ>Text</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>archSync</Name>
|
|
157
|
-
<Descript/>
|
|
158
|
-
<Typ>Bool</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>archRecalcStats</Name>
|
|
168
|
-
<Descript/>
|
|
169
|
-
<Typ>Bool</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>batchId</Name>
|
|
179
|
-
<Descript/>
|
|
180
|
-
<Typ>Int</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>skipValidation</Name>
|
|
190
|
-
<Descript/>
|
|
191
|
-
<Typ>Bool</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>userLog</Name>
|
|
201
|
-
<Descript/>
|
|
202
|
-
<Typ>Text</Typ>
|
|
203
|
-
<UseStartVal>False</UseStartVal>
|
|
204
|
-
<UseLimits>False</UseLimits>
|
|
205
|
-
<UsePrAlarm>False</UsePrAlarm>
|
|
206
|
-
<StatusText/>
|
|
207
|
-
<TransPalIdx>0</TransPalIdx>
|
|
208
|
-
</tStructItemData>
|
|
209
|
-
<tStartValue>
|
|
210
|
-
<Row>0</Row>
|
|
211
|
-
<Col>1</Col>
|
|
212
|
-
<StartValue>1</StartValue>
|
|
213
|
-
</tStartValue>
|
|
214
|
-
<tStartValue>
|
|
215
|
-
<Row>0</Row>
|
|
216
|
-
<Col>2</Col>
|
|
217
|
-
<StartValue>0</StartValue>
|
|
218
|
-
</tStartValue>
|
|
219
|
-
<tStartValue>
|
|
220
|
-
<Row>0</Row>
|
|
221
|
-
<Col>3</Col>
|
|
222
|
-
<StartValue>-1</StartValue>
|
|
223
|
-
</tStartValue>
|
|
224
|
-
</CFGRECORDS>
|
|
225
|
-
<MEMBEROFRESGROUP>
|
|
226
|
-
</MEMBEROFRESGROUP>
|
|
227
|
-
</ROOT>
|
|
@@ -1,178 +0,0 @@
|
|
|
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>2578154</Id>
|
|
14
|
-
<Name>SD.EM_EDA_ReadValuesFromVector_V1</Name>
|
|
15
|
-
<Descript/>
|
|
16
|
-
<Typ>STRUCTDEF</Typ>
|
|
17
|
-
<ParentId>STRUCTSDEF</ParentId>
|
|
18
|
-
<Value_Type>NAN</Value_Type>
|
|
19
|
-
<CreateTime>07.04.2026 14:14:14.788</CreateTime>
|
|
20
|
-
<ModifyTime>18.05.2026 12:11:58.670</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>5AED2D6EB656994F92DF7CCBB5253E4D</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>True</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>True</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>timeZone</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>fakeTimeZone</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>useRounding</Name>
|
|
91
|
-
<Descript/>
|
|
92
|
-
<Typ>Bool</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>skipFlags</Name>
|
|
102
|
-
<Descript/>
|
|
103
|
-
<Typ>Bool</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>version</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>userName</Name>
|
|
124
|
-
<Descript/>
|
|
125
|
-
<Typ>Text</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>checkFlags</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>
|
|
143
|
-
<tStructItemData>
|
|
144
|
-
<ItemNr>10</ItemNr>
|
|
145
|
-
<Name>envName</Name>
|
|
146
|
-
<Descript/>
|
|
147
|
-
<Typ>Text</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>paramBlockId</Name>
|
|
157
|
-
<Descript/>
|
|
158
|
-
<Typ>Int</Typ>
|
|
159
|
-
<UseStartVal>False</UseStartVal>
|
|
160
|
-
<UseLimits>False</UseLimits>
|
|
161
|
-
<UsePrAlarm>False</UsePrAlarm>
|
|
162
|
-
<StatusText/>
|
|
163
|
-
<TransPalIdx>0</TransPalIdx>
|
|
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>
|
|
175
|
-
</CFGRECORDS>
|
|
176
|
-
<MEMBEROFRESGROUP>
|
|
177
|
-
</MEMBEROFRESGROUP>
|
|
178
|
-
</ROOT>
|
|
@@ -1,58 +0,0 @@
|
|
|
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>2578153</Id>
|
|
14
|
-
<Name>SD.EM_EDA_VectorValues</Name>
|
|
15
|
-
<Descript/>
|
|
16
|
-
<Typ>STRUCTDEF</Typ>
|
|
17
|
-
<ParentId>STRUCTSDEF</ParentId>
|
|
18
|
-
<Value_Type>NAN</Value_Type>
|
|
19
|
-
<CreateTime>07.04.2026 14:00:52.815</CreateTime>
|
|
20
|
-
<ModifyTime>07.04.2026 14:00:52.815</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>0C36D083CCA9034B8DF4A98D4D824202</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>Value</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
|
-
</CFGRECORDS>
|
|
56
|
-
<MEMBEROFRESGROUP>
|
|
57
|
-
</MEMBEROFRESGROUP>
|
|
58
|
-
</ROOT>
|
/package/coreui/components/edaManagerComponent/{components → dialogs}/edaTableEditorDialog.d.ts
RENAMED
|
File without changes
|