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
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { Card, Empty } from "antd";
|
|
3
|
-
import { createStyles } from "antd-style";
|
|
4
|
-
import WithCss from "d2coreui/components/style/withCss";
|
|
5
|
-
import i18n from "d2core/i18n/i18n";
|
|
6
|
-
const useStyles = createStyles(({ css, token }) => {
|
|
7
|
-
return {
|
|
8
|
-
baseLayout: css `
|
|
9
|
-
display: flex;
|
|
10
|
-
height: 100%;
|
|
11
|
-
flex-direction: column;
|
|
12
|
-
justify-content: space-between;
|
|
13
|
-
border-top-left-radius: 0;
|
|
14
|
-
border-top-right-radius: 0;
|
|
15
|
-
|
|
16
|
-
> .ant-card-body {
|
|
17
|
-
height: 100%;
|
|
18
|
-
padding: ${token.paddingXS}px;
|
|
19
|
-
|
|
20
|
-
> div {
|
|
21
|
-
height: 100%;
|
|
22
|
-
overflow-x: hidden;
|
|
23
|
-
overflow-y: auto;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.ant-spin-nested-loading {
|
|
28
|
-
height: 100%;
|
|
29
|
-
width: 100%;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.ant-spin-container {
|
|
33
|
-
display: flex;
|
|
34
|
-
height: 100%;
|
|
35
|
-
width: 100%;
|
|
36
|
-
flex-direction: column;
|
|
37
|
-
justify-content: space-between;
|
|
38
|
-
gap: ${token.paddingXXS}px;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.ant-spin-container > div {
|
|
42
|
-
flex: 0 0 auto;
|
|
43
|
-
display: flex;
|
|
44
|
-
justify-content: space-between;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.ant-spin-container > div:last-child {
|
|
48
|
-
width: 100%;
|
|
49
|
-
flex: 1 1 auto;
|
|
50
|
-
position: relative;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.eda-detail-no-data {
|
|
54
|
-
padding: ${token.padding}px;
|
|
55
|
-
display: flex;
|
|
56
|
-
align-items: center;
|
|
57
|
-
justify-content: center !important;
|
|
58
|
-
width: 100%;
|
|
59
|
-
height: 100%;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.progress {
|
|
63
|
-
display: flex;
|
|
64
|
-
align-items: center;
|
|
65
|
-
justify-content: center;
|
|
66
|
-
}
|
|
67
|
-
`
|
|
68
|
-
};
|
|
69
|
-
});
|
|
70
|
-
export class EdaBasePanel extends React.Component {
|
|
71
|
-
constructor(props) {
|
|
72
|
-
super(props);
|
|
73
|
-
this.state = this.getDefaultBaseState(props);
|
|
74
|
-
}
|
|
75
|
-
render() {
|
|
76
|
-
const { type, data } = this.props;
|
|
77
|
-
return (React.createElement(WithCss, { useStyles: useStyles }, (css) => React.createElement(Card, { className: css.styles.baseLayout },
|
|
78
|
-
React.createElement("div", null, (type === undefined || data === undefined) ? this.renderEmpty() : this.renderPanel(css.theme, type, data)))));
|
|
79
|
-
}
|
|
80
|
-
renderEmpty() {
|
|
81
|
-
return React.createElement("div", { className: "eda-detail-no-data" },
|
|
82
|
-
React.createElement(Empty, { description: i18n("No data provided") }));
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
//# sourceMappingURL=edaBasePanel.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"edaBasePanel.js","sourceRoot":"","sources":["../../../../../../coreui/components/edaManagerComponent/components/edaBasePanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,IAAI,EAAE,KAAK,EAAC,MAAM,MAAM,CAAC;AACjC,OAAO,EAAC,YAAY,EAAC,MAAM,YAAY,CAAC;AACxC,OAAO,OAAO,MAAM,mCAAmC,CAAC;AAExD,OAAO,IAAI,MAAM,kBAAkB,CAAC;AAGpC,MAAM,SAAS,GAAG,YAAY,CAAC,CAAC,EAAC,GAAG,EAAE,KAAK,EAAC,EAAG,EAAE;IAC7C,OAAO;QACH,UAAU,EAAE,GAAG,CAAA;;;;;;;;;;2BAUI,KAAK,CAAC,SAAS;;;;;;;;;;;;;;;;;;;;uBAoBnB,KAAK,CAAC,UAAU;;;;;;;;;;;;;;;;2BAgBZ,KAAK,CAAC,OAAO;;;;;;;;;;;;;SAa/B;KACJ,CAAA;AACL,CAAC,CAAC,CAAC;AASH,MAAM,OAAgB,YAAuD,SAAQ,KAAK,CAAC,SAAe;IACtG,YAAsB,KAAkB;QACpC,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,mBAAmB,CAAC,KAAK,CAAC,CAAC;IACjD,CAAC;IAMD,MAAM;QACF,MAAM,EAAC,IAAI,EAAE,IAAI,EAAC,GAAG,IAAI,CAAC,KAAK,CAAC;QAEhC,OAAO,CACH,oBAAC,OAAO,IAAC,SAAS,EAAE,SAAS,IACxB,CAAC,GAAG,EAAE,EAAE,CACL,oBAAC,IAAI,IAAC,SAAS,EAAE,GAAG,CAAC,MAAM,CAAC,UAAU;YAClC,iCACK,CAAC,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,KAAmB,EAAE,IAAI,EAAE,IAAI,CAAC,CACtH,CACH,CAEL,CACb,CAAA;IACL,CAAC;IAEO,WAAW;QACf,OAAO,6BAAK,SAAS,EAAE,oBAAoB;YAAE,oBAAC,KAAK,IAAC,WAAW,EAAE,IAAI,CAAC,kBAAkB,CAAC,GAAG,CAAM,CAAA;IACtG,CAAC;CACJ","sourcesContent":["import React from \"react\";\r\nimport {Card, Empty} from \"antd\";\r\nimport {createStyles} from \"antd-style\";\r\nimport WithCss from \"d2coreui/components/style/withCss\";\r\nimport {GroupData, IdType, ScenarioData, VectorData} from \"../constants/edaTypes\";\r\nimport i18n from \"d2core/i18n/i18n\";\r\nimport {AliasToken} from \"antd/es/theme/interface\";\r\n\r\nconst useStyles = createStyles(({css, token},) => {\r\n return {\r\n baseLayout: css`\r\n display: flex;\r\n height: 100%;\r\n flex-direction: column;\r\n justify-content: space-between;\r\n border-top-left-radius: 0;\r\n border-top-right-radius: 0;\r\n\r\n > .ant-card-body {\r\n height: 100%;\r\n padding: ${token.paddingXS}px;\r\n\r\n > div {\r\n height: 100%;\r\n overflow-x: hidden;\r\n overflow-y: auto;\r\n }\r\n }\r\n\r\n .ant-spin-nested-loading {\r\n height: 100%;\r\n width: 100%;\r\n }\r\n\r\n .ant-spin-container {\r\n display: flex;\r\n height: 100%;\r\n width: 100%;\r\n flex-direction: column;\r\n justify-content: space-between;\r\n gap: ${token.paddingXXS}px;\r\n }\r\n\r\n .ant-spin-container > div {\r\n flex: 0 0 auto;\r\n display: flex;\r\n justify-content: space-between;\r\n }\r\n\r\n .ant-spin-container > div:last-child {\r\n width: 100%;\r\n flex: 1 1 auto;\r\n position: relative;\r\n }\r\n\r\n .eda-detail-no-data {\r\n padding: ${token.padding}px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center !important;\r\n width: 100%;\r\n height: 100%;\r\n }\r\n\r\n .progress {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n }\r\n `\r\n }\r\n});\r\n\r\nexport interface BaseProps {\r\n data?: VectorData | GroupData | ScenarioData\r\n type?: IdType\r\n}\r\n\r\nexport interface BaseState {}\r\n\r\nexport abstract class EdaBasePanel<P extends BaseProps, S extends BaseState> extends React.Component<P, S> {\r\n protected constructor(props: Readonly<P>) {\r\n super(props);\r\n this.state = this.getDefaultBaseState(props);\r\n }\r\n\r\n protected abstract renderPanel(theme: AliasToken, type: IdType, data: VectorData | GroupData | ScenarioData): React.ReactNode;\r\n\r\n protected abstract getDefaultBaseState(props: Readonly<P>): S;\r\n\r\n render() {\r\n const {type, data} = this.props;\r\n\r\n return (\r\n <WithCss useStyles={useStyles}>\r\n {(css) =>\r\n <Card className={css.styles.baseLayout}>\r\n <div>\r\n {(type === undefined || data === undefined) ? this.renderEmpty() : this.renderPanel(css.theme as AliasToken, type, data)}\r\n </div>\r\n </Card>\r\n }\r\n </WithCss>\r\n )\r\n }\r\n\r\n private renderEmpty(): React.ReactNode {\r\n return <div className={\"eda-detail-no-data\"}><Empty description={i18n(\"No data provided\")}/></div>\r\n }\r\n}"]}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export function isSame(a, b) {
|
|
3
|
-
return !!a && !!b &&
|
|
4
|
-
a.btTotal.isSame(b.btTotal) &&
|
|
5
|
-
a.etTotal.isSame(b.etTotal) &&
|
|
6
|
-
a.btWindow.isSame(b.btWindow) &&
|
|
7
|
-
a.etWindow.isSame(b.etWindow) &&
|
|
8
|
-
a.sampling === b.sampling &&
|
|
9
|
-
a.step === b.step &&
|
|
10
|
-
a.vectorPage === b.vectorPage;
|
|
11
|
-
}
|
|
12
|
-
export const SharedSampleRangeContext = React.createContext(undefined);
|
|
13
|
-
//# sourceMappingURL=sharedSampleRange.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sharedSampleRange.js","sourceRoot":"","sources":["../../../../../../coreui/components/edaManagerComponent/context/sharedSampleRange.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,MAAM,UAAU,MAAM,CAAC,CAAqB,EAAE,CAAqB;IAC/D,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;QACb,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC;QAC3B,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC;QAC3B,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC;QAC7B,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC;QAC7B,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,QAAQ;QACzB,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI;QACjB,CAAC,CAAC,UAAU,KAAK,CAAC,CAAC,UAAU,CAAA;AACrC,CAAC;AAED,MAAM,CAAC,MAAM,wBAAwB,GAAG,KAAK,CAAC,aAAa,CAAgC,SAAS,CAAC,CAAC","sourcesContent":["import dayjs from \"d2core/dayjs\";\r\nimport {EdaSamplingType, StepType} from \"../constants/edaTypes\";\r\nimport React from \"react\";\r\n\r\nexport interface SharedSampleRange {\r\n btTotal: dayjs.Dayjs\r\n etTotal: dayjs.Dayjs\r\n btWindow: dayjs.Dayjs\r\n etWindow: dayjs.Dayjs\r\n sampling: EdaSamplingType\r\n step: StepType\r\n vectorPage: number\r\n\r\n updateValues: (bt: dayjs.Dayjs, et: dayjs.Dayjs, sampling: EdaSamplingType, vectorPage: number) => void\r\n updateTimeWindow: (bt: dayjs.Dayjs, et: dayjs.Dayjs, step: StepType) => void\r\n}\r\n\r\nexport function isSame(a?: SharedSampleRange, b?: SharedSampleRange): boolean {\r\n return !!a && !!b &&\r\n a.btTotal.isSame(b.btTotal) &&\r\n a.etTotal.isSame(b.etTotal) &&\r\n a.btWindow.isSame(b.btWindow) &&\r\n a.etWindow.isSame(b.etWindow) &&\r\n a.sampling === b.sampling &&\r\n a.step === b.step &&\r\n a.vectorPage === b.vectorPage\r\n}\r\n\r\nexport const SharedSampleRangeContext = React.createContext<SharedSampleRange | undefined>(undefined);"]}
|
|
@@ -1,54 +0,0 @@
|
|
|
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>10003</Id>
|
|
14
|
-
<Name>EDA_CancelSession</Name>
|
|
15
|
-
<Descript>sessionId</Descript>
|
|
16
|
-
<Typ>EXT_FNCT</Typ>
|
|
17
|
-
<ParentId>EXT_FNCT</ParentId>
|
|
18
|
-
<Value_Type>Int</Value_Type>
|
|
19
|
-
<CreateTime>19.02.2016 10:54:56.477</CreateTime>
|
|
20
|
-
<ModifyTime>31.03.2023 13:09: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>6CCE7932E8C7604EA19C1D4370022B1E</uuid>
|
|
37
|
-
<memberOfModule/>
|
|
38
|
-
<moduleRelation>AM_None</moduleRelation>
|
|
39
|
-
<memberOfDevice/>
|
|
40
|
-
<version>1</version>
|
|
41
|
-
<metadata/>
|
|
42
|
-
<EXP_SubDir>EDA_CVS\D2000_OBJ\EDA\Funkcie</EXP_SubDir>
|
|
43
|
-
</TObjItemData>
|
|
44
|
-
<TExtFnctRec>
|
|
45
|
-
<fullPath>edadll.dll</fullPath>
|
|
46
|
-
<funcName>EDA_CancelSession</funcName>
|
|
47
|
-
<typeSpec>v</typeSpec>
|
|
48
|
-
<funcDisable>False</funcDisable>
|
|
49
|
-
<funcHelp>EDA_Systemova_dokumentacia.chm</funcHelp>
|
|
50
|
-
<funcHelpPage>html\EDA_CancelSession.htm</funcHelpPage>
|
|
51
|
-
<funcDeprecated>False</funcDeprecated>
|
|
52
|
-
</TExtFnctRec>
|
|
53
|
-
</CFGRECORDS>
|
|
54
|
-
</ROOT>
|
|
@@ -1,54 +0,0 @@
|
|
|
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>10004</Id>
|
|
14
|
-
<Name>EDA_GetSessionId</Name>
|
|
15
|
-
<Descript>sessionId</Descript>
|
|
16
|
-
<Typ>EXT_FNCT</Typ>
|
|
17
|
-
<ParentId>EXT_FNCT</ParentId>
|
|
18
|
-
<Value_Type>Int</Value_Type>
|
|
19
|
-
<CreateTime>19.02.2016 10:55:42.495</CreateTime>
|
|
20
|
-
<ModifyTime>31.03.2023 13:09: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>DFC9D67884D8E84DB81DBCAFDE9D710C</uuid>
|
|
37
|
-
<memberOfModule/>
|
|
38
|
-
<moduleRelation>AM_None</moduleRelation>
|
|
39
|
-
<memberOfDevice/>
|
|
40
|
-
<version>1</version>
|
|
41
|
-
<metadata/>
|
|
42
|
-
<EXP_SubDir>EDA_CVS\D2000_OBJ\EDA\Funkcie</EXP_SubDir>
|
|
43
|
-
</TObjItemData>
|
|
44
|
-
<TExtFnctRec>
|
|
45
|
-
<fullPath>edadll.dll</fullPath>
|
|
46
|
-
<funcName>EDA_GetSessionId</funcName>
|
|
47
|
-
<typeSpec>V</typeSpec>
|
|
48
|
-
<funcDisable>False</funcDisable>
|
|
49
|
-
<funcHelp>EDA_Systemova_dokumentacia.chm</funcHelp>
|
|
50
|
-
<funcHelpPage>html\EDA_GetSessionId.htm</funcHelpPage>
|
|
51
|
-
<funcDeprecated>False</funcDeprecated>
|
|
52
|
-
</TExtFnctRec>
|
|
53
|
-
</CFGRECORDS>
|
|
54
|
-
</ROOT>
|
|
@@ -1,54 +0,0 @@
|
|
|
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>15227</Id>
|
|
14
|
-
<Name>EDA_ReadValuesFromVektorRec</Name>
|
|
15
|
-
<Descript>vector, bt, et, step, params, values, column, errorCode</Descript>
|
|
16
|
-
<Typ>EXT_FNCT</Typ>
|
|
17
|
-
<ParentId>EXT_FNCT</ParentId>
|
|
18
|
-
<Value_Type>Int</Value_Type>
|
|
19
|
-
<CreateTime>29.07.2012 22:48:44.463</CreateTime>
|
|
20
|
-
<ModifyTime>26.09.2012 09:24:48.515</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>404600E077581F4292655747CD27C485</uuid>
|
|
37
|
-
<memberOfModule/>
|
|
38
|
-
<moduleRelation>AM_None</moduleRelation>
|
|
39
|
-
<memberOfDevice/>
|
|
40
|
-
<version>1</version>
|
|
41
|
-
<metadata/>
|
|
42
|
-
<EXP_SubDir>EDA_CVS\D2000_OBJ\EDA\Funkcie</EXP_SubDir>
|
|
43
|
-
</TObjItemData>
|
|
44
|
-
<TExtFnctRec>
|
|
45
|
-
<fullPath>edadll.dll</fullPath>
|
|
46
|
-
<funcName>EDA_ReadValuesFromVektorRec</funcName>
|
|
47
|
-
<typeSpec>vvvvvVvVWWWWWWWW</typeSpec>
|
|
48
|
-
<funcDisable>False</funcDisable>
|
|
49
|
-
<funcHelp>EDA_Systemova_dokumentacia.chm</funcHelp>
|
|
50
|
-
<funcHelpPage>html\EDA_ReadValuesFromVektorRec.htm</funcHelpPage>
|
|
51
|
-
<funcDeprecated>False</funcDeprecated>
|
|
52
|
-
</TExtFnctRec>
|
|
53
|
-
</CFGRECORDS>
|
|
54
|
-
</ROOT>
|
|
@@ -1,56 +0,0 @@
|
|
|
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>
|