@compas-oscd/open-scd 0.34.47 → 0.34.49
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/dist/foundation.d.ts +1 -0
- package/dist/foundation.js +2 -0
- package/dist/foundation.js.map +1 -1
- package/dist/icons/icons.components.d.ts +88 -0
- package/dist/icons/icons.components.js +266 -0
- package/dist/icons/icons.components.js.map +1 -0
- package/dist/test-helper/foundation.d.ts +34 -0
- package/dist/test-helper/foundation.js +55 -0
- package/dist/test-helper/foundation.js.map +1 -0
- package/dist/test-helper/index.d.ts +6 -0
- package/dist/test-helper/index.js +7 -0
- package/dist/test-helper/index.js.map +1 -0
- package/dist/test-helper/mock-editor-logger.d.ts +16 -0
- package/dist/test-helper/mock-editor-logger.js +53 -0
- package/dist/test-helper/mock-editor-logger.js.map +1 -0
- package/dist/test-helper/mock-edits.d.ts +7 -0
- package/dist/test-helper/mock-edits.js +12 -0
- package/dist/test-helper/mock-edits.js.map +1 -0
- package/dist/test-helper/mock-open-scd.d.ts +22 -0
- package/dist/test-helper/mock-open-scd.js +53 -0
- package/dist/test-helper/mock-open-scd.js.map +1 -0
- package/dist/test-helper/mock-plugins.d.ts +33 -0
- package/dist/test-helper/mock-plugins.js +239 -0
- package/dist/test-helper/mock-plugins.js.map +1 -0
- package/dist/test-helper/mock-wizard-editor.d.ts +15 -0
- package/dist/test-helper/mock-wizard-editor.js +50 -0
- package/dist/test-helper/mock-wizard-editor.js.map +1 -0
- package/package.json +4 -2
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { LitElement } from 'lit-element';
|
|
2
|
+
export declare class CustomIconBay extends LitElement {
|
|
3
|
+
render(): import("lit-element").TemplateResult;
|
|
4
|
+
}
|
|
5
|
+
export declare class CustomIconSubstation extends LitElement {
|
|
6
|
+
render(): import("lit-element").TemplateResult;
|
|
7
|
+
}
|
|
8
|
+
export declare class CustomIconVoltageLevel extends LitElement {
|
|
9
|
+
render(): import("lit-element").TemplateResult;
|
|
10
|
+
}
|
|
11
|
+
export declare class CustomIconCircuitBreaker extends LitElement {
|
|
12
|
+
render(): import("lit-element").TemplateResult;
|
|
13
|
+
}
|
|
14
|
+
export declare class CustomIconDisconnector extends LitElement {
|
|
15
|
+
render(): import("lit-element").TemplateResult;
|
|
16
|
+
}
|
|
17
|
+
export declare class CustomIconCurrentTransformer extends LitElement {
|
|
18
|
+
render(): import("lit-element").TemplateResult;
|
|
19
|
+
}
|
|
20
|
+
export declare class CustomIconVoltageTransformer extends LitElement {
|
|
21
|
+
render(): import("lit-element").TemplateResult;
|
|
22
|
+
}
|
|
23
|
+
export declare class CustomIconEarthSwitch extends LitElement {
|
|
24
|
+
render(): import("lit-element").TemplateResult;
|
|
25
|
+
}
|
|
26
|
+
export declare class CustomIconGeneralConductingEquipment extends LitElement {
|
|
27
|
+
render(): import("lit-element").TemplateResult;
|
|
28
|
+
}
|
|
29
|
+
export declare class CustomIconGoose extends LitElement {
|
|
30
|
+
render(): import("lit-element").TemplateResult;
|
|
31
|
+
}
|
|
32
|
+
export declare class CustomIconSmv extends LitElement {
|
|
33
|
+
render(): import("lit-element").TemplateResult;
|
|
34
|
+
}
|
|
35
|
+
export declare class CustomIconLine extends LitElement {
|
|
36
|
+
render(): import("lit-element").TemplateResult;
|
|
37
|
+
}
|
|
38
|
+
export declare class CustomIconProcess extends LitElement {
|
|
39
|
+
render(): import("lit-element").TemplateResult;
|
|
40
|
+
}
|
|
41
|
+
export declare class CustomIconLNodeAutomation extends LitElement {
|
|
42
|
+
render(): import("lit-element").TemplateResult;
|
|
43
|
+
}
|
|
44
|
+
export declare class CustomIconLNodeControl extends LitElement {
|
|
45
|
+
render(): import("lit-element").TemplateResult;
|
|
46
|
+
}
|
|
47
|
+
export declare class CustomIconLNodeFunctional extends LitElement {
|
|
48
|
+
render(): import("lit-element").TemplateResult;
|
|
49
|
+
}
|
|
50
|
+
export declare class CustomIconLNodeFurtherPowerSystemEquipment extends LitElement {
|
|
51
|
+
render(): import("lit-element").TemplateResult;
|
|
52
|
+
}
|
|
53
|
+
export declare class CustomIconLNodeGeneral extends LitElement {
|
|
54
|
+
render(): import("lit-element").TemplateResult;
|
|
55
|
+
}
|
|
56
|
+
export declare class CustomIconLNodeInterfacing extends LitElement {
|
|
57
|
+
render(): import("lit-element").TemplateResult;
|
|
58
|
+
}
|
|
59
|
+
export declare class CustomIconLNodeMeasurement extends LitElement {
|
|
60
|
+
render(): import("lit-element").TemplateResult;
|
|
61
|
+
}
|
|
62
|
+
export declare class CustomIconLNodeNonElectrical extends LitElement {
|
|
63
|
+
render(): import("lit-element").TemplateResult;
|
|
64
|
+
}
|
|
65
|
+
export declare class CustomIconLNodePowerTransformer extends LitElement {
|
|
66
|
+
render(): import("lit-element").TemplateResult;
|
|
67
|
+
}
|
|
68
|
+
export declare class CustomIconLNodeProtection extends LitElement {
|
|
69
|
+
render(): import("lit-element").TemplateResult;
|
|
70
|
+
}
|
|
71
|
+
export declare class CustomIconLNodeProtectionRelated extends LitElement {
|
|
72
|
+
render(): import("lit-element").TemplateResult;
|
|
73
|
+
}
|
|
74
|
+
export declare class CustomIconLNodeQuality extends LitElement {
|
|
75
|
+
render(): import("lit-element").TemplateResult;
|
|
76
|
+
}
|
|
77
|
+
export declare class CustomIconLNodeSupervision extends LitElement {
|
|
78
|
+
render(): import("lit-element").TemplateResult;
|
|
79
|
+
}
|
|
80
|
+
export declare class CustomIconLNodeSwitchgear extends LitElement {
|
|
81
|
+
render(): import("lit-element").TemplateResult;
|
|
82
|
+
}
|
|
83
|
+
export declare class CustomIconLNodeSystem extends LitElement {
|
|
84
|
+
render(): import("lit-element").TemplateResult;
|
|
85
|
+
}
|
|
86
|
+
export declare class CustomIconLNodeTransformer extends LitElement {
|
|
87
|
+
render(): import("lit-element").TemplateResult;
|
|
88
|
+
}
|
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
import { __decorate } from "tslib";
|
|
2
|
+
import { customElement, html, LitElement, } from 'lit-element';
|
|
3
|
+
import { bayIcon, circuitBreakerIcon, currentTransformerIcon, disconnectorIcon, earthSwitchIcon, generalConductingEquipmentIcon, gooseIcon, lineIcon, processIcon, smvIcon, substationIcon, voltageLevelIcon, voltageTransformerIcon } from './icons.js';
|
|
4
|
+
import { automationLogicalNode, controlLogicalNode, functionalLogicalNode, furtherPowerSystemEquipmentLogicalNode, generalLogicalNode, interfacingLogicalNode, measurementLogicalNode, nonElectricalLogicalNode, powerTransformerLogicalNode, protectionLogicalNode, protectionRelatedLogicalNode, qualityLogicalNode, supervisionLogicalNode, switchgearLogicalNode, systemLogicalNode, transformerLogicalNode, } from './lnode.js';
|
|
5
|
+
let CustomIconBay = class CustomIconBay extends LitElement {
|
|
6
|
+
render() {
|
|
7
|
+
return html `${bayIcon}`;
|
|
8
|
+
}
|
|
9
|
+
};
|
|
10
|
+
CustomIconBay = __decorate([
|
|
11
|
+
customElement('custom-icon-bay')
|
|
12
|
+
], CustomIconBay);
|
|
13
|
+
export { CustomIconBay };
|
|
14
|
+
let CustomIconSubstation = class CustomIconSubstation extends LitElement {
|
|
15
|
+
render() {
|
|
16
|
+
return html `${substationIcon}`;
|
|
17
|
+
}
|
|
18
|
+
};
|
|
19
|
+
CustomIconSubstation = __decorate([
|
|
20
|
+
customElement('custom-icon-substation')
|
|
21
|
+
], CustomIconSubstation);
|
|
22
|
+
export { CustomIconSubstation };
|
|
23
|
+
let CustomIconVoltageLevel = class CustomIconVoltageLevel extends LitElement {
|
|
24
|
+
render() {
|
|
25
|
+
return html `${voltageLevelIcon}`;
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
CustomIconVoltageLevel = __decorate([
|
|
29
|
+
customElement('custom-icon-voltagelevel')
|
|
30
|
+
], CustomIconVoltageLevel);
|
|
31
|
+
export { CustomIconVoltageLevel };
|
|
32
|
+
let CustomIconCircuitBreaker = class CustomIconCircuitBreaker extends LitElement {
|
|
33
|
+
render() {
|
|
34
|
+
return html `${circuitBreakerIcon}`;
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
CustomIconCircuitBreaker = __decorate([
|
|
38
|
+
customElement('custom-icon-circuitbreaker')
|
|
39
|
+
], CustomIconCircuitBreaker);
|
|
40
|
+
export { CustomIconCircuitBreaker };
|
|
41
|
+
let CustomIconDisconnector = class CustomIconDisconnector extends LitElement {
|
|
42
|
+
render() {
|
|
43
|
+
return html `${disconnectorIcon}`;
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
CustomIconDisconnector = __decorate([
|
|
47
|
+
customElement('custom-icon-disconnector')
|
|
48
|
+
], CustomIconDisconnector);
|
|
49
|
+
export { CustomIconDisconnector };
|
|
50
|
+
let CustomIconCurrentTransformer = class CustomIconCurrentTransformer extends LitElement {
|
|
51
|
+
render() {
|
|
52
|
+
return html `${currentTransformerIcon}`;
|
|
53
|
+
}
|
|
54
|
+
};
|
|
55
|
+
CustomIconCurrentTransformer = __decorate([
|
|
56
|
+
customElement('custom-icon-currenttransformer')
|
|
57
|
+
], CustomIconCurrentTransformer);
|
|
58
|
+
export { CustomIconCurrentTransformer };
|
|
59
|
+
let CustomIconVoltageTransformer = class CustomIconVoltageTransformer extends LitElement {
|
|
60
|
+
render() {
|
|
61
|
+
return html `${voltageTransformerIcon}`;
|
|
62
|
+
}
|
|
63
|
+
};
|
|
64
|
+
CustomIconVoltageTransformer = __decorate([
|
|
65
|
+
customElement('custom-icon-voltagetransformer')
|
|
66
|
+
], CustomIconVoltageTransformer);
|
|
67
|
+
export { CustomIconVoltageTransformer };
|
|
68
|
+
let CustomIconEarthSwitch = class CustomIconEarthSwitch extends LitElement {
|
|
69
|
+
render() {
|
|
70
|
+
return html `${earthSwitchIcon}`;
|
|
71
|
+
}
|
|
72
|
+
};
|
|
73
|
+
CustomIconEarthSwitch = __decorate([
|
|
74
|
+
customElement('custom-icon-earthswitch')
|
|
75
|
+
], CustomIconEarthSwitch);
|
|
76
|
+
export { CustomIconEarthSwitch };
|
|
77
|
+
let CustomIconGeneralConductingEquipment = class CustomIconGeneralConductingEquipment extends LitElement {
|
|
78
|
+
render() {
|
|
79
|
+
return html `${generalConductingEquipmentIcon}`;
|
|
80
|
+
}
|
|
81
|
+
};
|
|
82
|
+
CustomIconGeneralConductingEquipment = __decorate([
|
|
83
|
+
customElement('custom-icon-generalconductingequipment')
|
|
84
|
+
], CustomIconGeneralConductingEquipment);
|
|
85
|
+
export { CustomIconGeneralConductingEquipment };
|
|
86
|
+
let CustomIconGoose = class CustomIconGoose extends LitElement {
|
|
87
|
+
render() {
|
|
88
|
+
return html `${gooseIcon}`;
|
|
89
|
+
}
|
|
90
|
+
};
|
|
91
|
+
CustomIconGoose = __decorate([
|
|
92
|
+
customElement('custom-icon-goose')
|
|
93
|
+
], CustomIconGoose);
|
|
94
|
+
export { CustomIconGoose };
|
|
95
|
+
let CustomIconSmv = class CustomIconSmv extends LitElement {
|
|
96
|
+
render() {
|
|
97
|
+
return html `${smvIcon}`;
|
|
98
|
+
}
|
|
99
|
+
};
|
|
100
|
+
CustomIconSmv = __decorate([
|
|
101
|
+
customElement('custom-icon-smv')
|
|
102
|
+
], CustomIconSmv);
|
|
103
|
+
export { CustomIconSmv };
|
|
104
|
+
let CustomIconLine = class CustomIconLine extends LitElement {
|
|
105
|
+
render() {
|
|
106
|
+
return html `${lineIcon}`;
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
CustomIconLine = __decorate([
|
|
110
|
+
customElement('custom-icon-line')
|
|
111
|
+
], CustomIconLine);
|
|
112
|
+
export { CustomIconLine };
|
|
113
|
+
let CustomIconProcess = class CustomIconProcess extends LitElement {
|
|
114
|
+
render() {
|
|
115
|
+
return html `${processIcon}`;
|
|
116
|
+
}
|
|
117
|
+
};
|
|
118
|
+
CustomIconProcess = __decorate([
|
|
119
|
+
customElement('custom-icon-process')
|
|
120
|
+
], CustomIconProcess);
|
|
121
|
+
export { CustomIconProcess };
|
|
122
|
+
let CustomIconLNodeAutomation = class CustomIconLNodeAutomation extends LitElement {
|
|
123
|
+
render() {
|
|
124
|
+
return html `${automationLogicalNode}`;
|
|
125
|
+
}
|
|
126
|
+
};
|
|
127
|
+
CustomIconLNodeAutomation = __decorate([
|
|
128
|
+
customElement('custom-icon-lnode-automation')
|
|
129
|
+
], CustomIconLNodeAutomation);
|
|
130
|
+
export { CustomIconLNodeAutomation };
|
|
131
|
+
let CustomIconLNodeControl = class CustomIconLNodeControl extends LitElement {
|
|
132
|
+
render() {
|
|
133
|
+
return html `${controlLogicalNode}`;
|
|
134
|
+
}
|
|
135
|
+
};
|
|
136
|
+
CustomIconLNodeControl = __decorate([
|
|
137
|
+
customElement('custom-icon-lnode-control')
|
|
138
|
+
], CustomIconLNodeControl);
|
|
139
|
+
export { CustomIconLNodeControl };
|
|
140
|
+
let CustomIconLNodeFunctional = class CustomIconLNodeFunctional extends LitElement {
|
|
141
|
+
render() {
|
|
142
|
+
return html `${functionalLogicalNode}`;
|
|
143
|
+
}
|
|
144
|
+
};
|
|
145
|
+
CustomIconLNodeFunctional = __decorate([
|
|
146
|
+
customElement('custom-icon-lnode-functional')
|
|
147
|
+
], CustomIconLNodeFunctional);
|
|
148
|
+
export { CustomIconLNodeFunctional };
|
|
149
|
+
let CustomIconLNodeFurtherPowerSystemEquipment = class CustomIconLNodeFurtherPowerSystemEquipment extends LitElement {
|
|
150
|
+
render() {
|
|
151
|
+
return html `${furtherPowerSystemEquipmentLogicalNode}`;
|
|
152
|
+
}
|
|
153
|
+
};
|
|
154
|
+
CustomIconLNodeFurtherPowerSystemEquipment = __decorate([
|
|
155
|
+
customElement('custom-icon-lnode-furtherpowersystemequipment')
|
|
156
|
+
], CustomIconLNodeFurtherPowerSystemEquipment);
|
|
157
|
+
export { CustomIconLNodeFurtherPowerSystemEquipment };
|
|
158
|
+
let CustomIconLNodeGeneral = class CustomIconLNodeGeneral extends LitElement {
|
|
159
|
+
render() {
|
|
160
|
+
return html `${generalLogicalNode}`;
|
|
161
|
+
}
|
|
162
|
+
};
|
|
163
|
+
CustomIconLNodeGeneral = __decorate([
|
|
164
|
+
customElement('custom-icon-lnode-general')
|
|
165
|
+
], CustomIconLNodeGeneral);
|
|
166
|
+
export { CustomIconLNodeGeneral };
|
|
167
|
+
let CustomIconLNodeInterfacing = class CustomIconLNodeInterfacing extends LitElement {
|
|
168
|
+
render() {
|
|
169
|
+
return html `${interfacingLogicalNode}`;
|
|
170
|
+
}
|
|
171
|
+
};
|
|
172
|
+
CustomIconLNodeInterfacing = __decorate([
|
|
173
|
+
customElement('custom-icon-lnode-interfacing')
|
|
174
|
+
], CustomIconLNodeInterfacing);
|
|
175
|
+
export { CustomIconLNodeInterfacing };
|
|
176
|
+
let CustomIconLNodeMeasurement = class CustomIconLNodeMeasurement extends LitElement {
|
|
177
|
+
render() {
|
|
178
|
+
return html `${measurementLogicalNode}`;
|
|
179
|
+
}
|
|
180
|
+
};
|
|
181
|
+
CustomIconLNodeMeasurement = __decorate([
|
|
182
|
+
customElement('custom-icon-lnode-measurement')
|
|
183
|
+
], CustomIconLNodeMeasurement);
|
|
184
|
+
export { CustomIconLNodeMeasurement };
|
|
185
|
+
let CustomIconLNodeNonElectrical = class CustomIconLNodeNonElectrical extends LitElement {
|
|
186
|
+
render() {
|
|
187
|
+
return html `${nonElectricalLogicalNode}`;
|
|
188
|
+
}
|
|
189
|
+
};
|
|
190
|
+
CustomIconLNodeNonElectrical = __decorate([
|
|
191
|
+
customElement('custom-icon-lnode-nonelectrical')
|
|
192
|
+
], CustomIconLNodeNonElectrical);
|
|
193
|
+
export { CustomIconLNodeNonElectrical };
|
|
194
|
+
let CustomIconLNodePowerTransformer = class CustomIconLNodePowerTransformer extends LitElement {
|
|
195
|
+
render() {
|
|
196
|
+
return html `${powerTransformerLogicalNode}`;
|
|
197
|
+
}
|
|
198
|
+
};
|
|
199
|
+
CustomIconLNodePowerTransformer = __decorate([
|
|
200
|
+
customElement('custom-icon-lnode-powertransformer')
|
|
201
|
+
], CustomIconLNodePowerTransformer);
|
|
202
|
+
export { CustomIconLNodePowerTransformer };
|
|
203
|
+
let CustomIconLNodeProtection = class CustomIconLNodeProtection extends LitElement {
|
|
204
|
+
render() {
|
|
205
|
+
return html `${protectionLogicalNode}`;
|
|
206
|
+
}
|
|
207
|
+
};
|
|
208
|
+
CustomIconLNodeProtection = __decorate([
|
|
209
|
+
customElement('custom-icon-lnode-protection')
|
|
210
|
+
], CustomIconLNodeProtection);
|
|
211
|
+
export { CustomIconLNodeProtection };
|
|
212
|
+
let CustomIconLNodeProtectionRelated = class CustomIconLNodeProtectionRelated extends LitElement {
|
|
213
|
+
render() {
|
|
214
|
+
return html `${protectionRelatedLogicalNode}`;
|
|
215
|
+
}
|
|
216
|
+
};
|
|
217
|
+
CustomIconLNodeProtectionRelated = __decorate([
|
|
218
|
+
customElement('custom-icon-lnode-protectionrelated')
|
|
219
|
+
], CustomIconLNodeProtectionRelated);
|
|
220
|
+
export { CustomIconLNodeProtectionRelated };
|
|
221
|
+
let CustomIconLNodeQuality = class CustomIconLNodeQuality extends LitElement {
|
|
222
|
+
render() {
|
|
223
|
+
return html `${qualityLogicalNode}`;
|
|
224
|
+
}
|
|
225
|
+
};
|
|
226
|
+
CustomIconLNodeQuality = __decorate([
|
|
227
|
+
customElement('custom-icon-lnode-quality')
|
|
228
|
+
], CustomIconLNodeQuality);
|
|
229
|
+
export { CustomIconLNodeQuality };
|
|
230
|
+
let CustomIconLNodeSupervision = class CustomIconLNodeSupervision extends LitElement {
|
|
231
|
+
render() {
|
|
232
|
+
return html `${supervisionLogicalNode}`;
|
|
233
|
+
}
|
|
234
|
+
};
|
|
235
|
+
CustomIconLNodeSupervision = __decorate([
|
|
236
|
+
customElement('custom-icon-lnode-supervision')
|
|
237
|
+
], CustomIconLNodeSupervision);
|
|
238
|
+
export { CustomIconLNodeSupervision };
|
|
239
|
+
let CustomIconLNodeSwitchgear = class CustomIconLNodeSwitchgear extends LitElement {
|
|
240
|
+
render() {
|
|
241
|
+
return html `${switchgearLogicalNode}`;
|
|
242
|
+
}
|
|
243
|
+
};
|
|
244
|
+
CustomIconLNodeSwitchgear = __decorate([
|
|
245
|
+
customElement('custom-icon-lnode-switchgear')
|
|
246
|
+
], CustomIconLNodeSwitchgear);
|
|
247
|
+
export { CustomIconLNodeSwitchgear };
|
|
248
|
+
let CustomIconLNodeSystem = class CustomIconLNodeSystem extends LitElement {
|
|
249
|
+
render() {
|
|
250
|
+
return html `${systemLogicalNode}`;
|
|
251
|
+
}
|
|
252
|
+
};
|
|
253
|
+
CustomIconLNodeSystem = __decorate([
|
|
254
|
+
customElement('custom-icon-lnode-system')
|
|
255
|
+
], CustomIconLNodeSystem);
|
|
256
|
+
export { CustomIconLNodeSystem };
|
|
257
|
+
let CustomIconLNodeTransformer = class CustomIconLNodeTransformer extends LitElement {
|
|
258
|
+
render() {
|
|
259
|
+
return html `${transformerLogicalNode}`;
|
|
260
|
+
}
|
|
261
|
+
};
|
|
262
|
+
CustomIconLNodeTransformer = __decorate([
|
|
263
|
+
customElement('custom-icon-lnode-transformer')
|
|
264
|
+
], CustomIconLNodeTransformer);
|
|
265
|
+
export { CustomIconLNodeTransformer };
|
|
266
|
+
//# sourceMappingURL=icons.components.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icons.components.js","sourceRoot":"","sources":["../../src/icons/icons.components.ts"],"names":[],"mappings":"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","sourcesContent":["import {\n customElement,\n html,\n LitElement,\n} from 'lit-element';\n\nimport {\n bayIcon,\n circuitBreakerIcon,\n currentTransformerIcon,\n disconnectorIcon,\n earthSwitchIcon,\n generalConductingEquipmentIcon,\n gooseIcon,\n lineIcon,\n processIcon,\n smvIcon,\n substationIcon,\n voltageLevelIcon,\n voltageTransformerIcon\n} from './icons.js';\nimport {\n automationLogicalNode,\n controlLogicalNode,\n functionalLogicalNode,\n furtherPowerSystemEquipmentLogicalNode,\n generalLogicalNode,\n interfacingLogicalNode,\n measurementLogicalNode,\n nonElectricalLogicalNode,\n powerTransformerLogicalNode,\n protectionLogicalNode,\n protectionRelatedLogicalNode,\n qualityLogicalNode,\n supervisionLogicalNode,\n switchgearLogicalNode,\n systemLogicalNode,\n transformerLogicalNode,\n} from './lnode.js';\n\n@customElement('custom-icon-bay')\nexport class CustomIconBay extends LitElement {\n render() {\n return html`${bayIcon}`;\n }\n}\n\n@customElement('custom-icon-substation')\nexport class CustomIconSubstation extends LitElement {\n render() {\n return html`${substationIcon}`;\n }\n}\n\n@customElement('custom-icon-voltagelevel')\nexport class CustomIconVoltageLevel extends LitElement {\n render() {\n return html`${voltageLevelIcon}`;\n }\n}\n\n@customElement('custom-icon-circuitbreaker')\nexport class CustomIconCircuitBreaker extends LitElement {\n render() {\n return html`${circuitBreakerIcon}`;\n }\n}\n\n@customElement('custom-icon-disconnector')\nexport class CustomIconDisconnector extends LitElement {\n render() {\n return html`${disconnectorIcon}`;\n }\n}\n\n@customElement('custom-icon-currenttransformer')\nexport class CustomIconCurrentTransformer extends LitElement {\n render() {\n return html`${currentTransformerIcon}`;\n }\n}\n\n@customElement('custom-icon-voltagetransformer')\nexport class CustomIconVoltageTransformer extends LitElement {\n render() {\n return html`${voltageTransformerIcon}`;\n }\n}\n\n@customElement('custom-icon-earthswitch')\nexport class CustomIconEarthSwitch extends LitElement {\n render() {\n return html`${earthSwitchIcon}`;\n }\n}\n\n@customElement('custom-icon-generalconductingequipment')\nexport class CustomIconGeneralConductingEquipment extends LitElement {\n render() {\n return html`${generalConductingEquipmentIcon}`;\n }\n}\n\n@customElement('custom-icon-goose')\nexport class CustomIconGoose extends LitElement {\n render() {\n return html`${gooseIcon}`;\n }\n}\n\n@customElement('custom-icon-smv')\nexport class CustomIconSmv extends LitElement {\n render() {\n return html`${smvIcon}`;\n }\n}\n\n@customElement('custom-icon-line')\nexport class CustomIconLine extends LitElement {\n render() {\n return html`${lineIcon}`;\n }\n}\n\n@customElement('custom-icon-process')\nexport class CustomIconProcess extends LitElement {\n render() {\n return html`${processIcon}`;\n }\n}\n\n@customElement('custom-icon-lnode-automation')\nexport class CustomIconLNodeAutomation extends LitElement {\n render() {\n return html`${automationLogicalNode}`;\n }\n}\n\n@customElement('custom-icon-lnode-control')\nexport class CustomIconLNodeControl extends LitElement {\n render() {\n return html`${controlLogicalNode}`;\n }\n}\n\n@customElement('custom-icon-lnode-functional')\nexport class CustomIconLNodeFunctional extends LitElement {\n render() {\n return html`${functionalLogicalNode}`;\n }\n}\n\n@customElement('custom-icon-lnode-furtherpowersystemequipment')\nexport class CustomIconLNodeFurtherPowerSystemEquipment extends LitElement {\n render() {\n return html`${furtherPowerSystemEquipmentLogicalNode}`;\n }\n}\n\n@customElement('custom-icon-lnode-general')\nexport class CustomIconLNodeGeneral extends LitElement {\n render() {\n return html`${generalLogicalNode}`;\n }\n}\n\n@customElement('custom-icon-lnode-interfacing')\nexport class CustomIconLNodeInterfacing extends LitElement {\n render() {\n return html`${interfacingLogicalNode}`;\n }\n}\n\n@customElement('custom-icon-lnode-measurement')\nexport class CustomIconLNodeMeasurement extends LitElement {\n render() {\n return html`${measurementLogicalNode}`;\n }\n}\n\n@customElement('custom-icon-lnode-nonelectrical')\nexport class CustomIconLNodeNonElectrical extends LitElement {\n render() {\n return html`${nonElectricalLogicalNode}`;\n }\n}\n\n@customElement('custom-icon-lnode-powertransformer')\nexport class CustomIconLNodePowerTransformer extends LitElement {\n render() {\n return html`${powerTransformerLogicalNode}`;\n }\n}\n\n@customElement('custom-icon-lnode-protection')\nexport class CustomIconLNodeProtection extends LitElement {\n render() {\n return html`${protectionLogicalNode}`;\n }\n}\n\n@customElement('custom-icon-lnode-protectionrelated')\nexport class CustomIconLNodeProtectionRelated extends LitElement {\n render() {\n return html`${protectionRelatedLogicalNode}`;\n }\n}\n\n@customElement('custom-icon-lnode-quality')\nexport class CustomIconLNodeQuality extends LitElement {\n render() {\n return html`${qualityLogicalNode}`;\n }\n}\n\n@customElement('custom-icon-lnode-supervision')\nexport class CustomIconLNodeSupervision extends LitElement {\n render() {\n return html`${supervisionLogicalNode}`;\n }\n}\n\n@customElement('custom-icon-lnode-switchgear')\nexport class CustomIconLNodeSwitchgear extends LitElement {\n render() {\n return html`${switchgearLogicalNode}`;\n }\n}\n\n@customElement('custom-icon-lnode-system')\nexport class CustomIconLNodeSystem extends LitElement {\n render() {\n return html`${systemLogicalNode}`;\n }\n}\n\n@customElement('custom-icon-lnode-transformer')\nexport class CustomIconLNodeTransformer extends LitElement {\n render() {\n return html`${transformerLogicalNode}`;\n }\n}\n"]}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Arbitrary } from 'fast-check';
|
|
2
|
+
export declare function invertedRegex(re: RegExp, minLength?: number, maxLength?: number): Arbitrary<string>;
|
|
3
|
+
export declare function regexString(re: RegExp, minLength?: number, maxLength?: number): Arbitrary<string>;
|
|
4
|
+
export declare function ipV6(): Arbitrary<string>;
|
|
5
|
+
export declare function MAC(): Arbitrary<string>;
|
|
6
|
+
export declare function ipV6SubNet(): Arbitrary<string>;
|
|
7
|
+
export declare const regExp: {
|
|
8
|
+
tIEDName: RegExp;
|
|
9
|
+
tLDInst: RegExp;
|
|
10
|
+
tPrefix: RegExp;
|
|
11
|
+
tLNClass: RegExp;
|
|
12
|
+
tLNInst: RegExp;
|
|
13
|
+
decimal: RegExp;
|
|
14
|
+
unsigned: RegExp;
|
|
15
|
+
tName: RegExp;
|
|
16
|
+
desc: RegExp;
|
|
17
|
+
IPv4: RegExp;
|
|
18
|
+
IPv6: RegExp;
|
|
19
|
+
MAC: RegExp;
|
|
20
|
+
OSI: RegExp;
|
|
21
|
+
OSIAPi: RegExp;
|
|
22
|
+
OSIid: RegExp;
|
|
23
|
+
token: RegExp;
|
|
24
|
+
tAsciName: RegExp;
|
|
25
|
+
tRestrName1stL: RegExp;
|
|
26
|
+
abstractDataAttributeName: RegExp;
|
|
27
|
+
lnClass: RegExp;
|
|
28
|
+
};
|
|
29
|
+
export declare const inverseRegExp: {
|
|
30
|
+
unsigned: RegExp;
|
|
31
|
+
decimal: RegExp;
|
|
32
|
+
integer: RegExp;
|
|
33
|
+
uint: RegExp;
|
|
34
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/* eslint-disable no-control-regex */
|
|
2
|
+
import fc, { array, hexaString, integer, tuple } from 'fast-check';
|
|
3
|
+
import { patterns } from '../foundation.js';
|
|
4
|
+
export function invertedRegex(re, minLength = 0, maxLength) {
|
|
5
|
+
return fc
|
|
6
|
+
.string({ minLength, maxLength: maxLength ?? 2 * minLength + 10 })
|
|
7
|
+
.filter(char => !re.test(char));
|
|
8
|
+
}
|
|
9
|
+
export function regexString(re, minLength = 0, maxLength) {
|
|
10
|
+
return fc
|
|
11
|
+
.string({ minLength, maxLength: maxLength ?? 2 * minLength + 10 })
|
|
12
|
+
.filter(char => re.test(char));
|
|
13
|
+
}
|
|
14
|
+
export function ipV6() {
|
|
15
|
+
const h16Arb = hexaString({ minLength: 1, maxLength: 4 });
|
|
16
|
+
const ls32Arb = tuple(h16Arb, h16Arb).map(([a, b]) => `${a}:${b}`);
|
|
17
|
+
return tuple(array(h16Arb, { minLength: 6, maxLength: 6 }), ls32Arb).map(([eh, l]) => `${eh.join(':')}:${l}`);
|
|
18
|
+
}
|
|
19
|
+
export function MAC() {
|
|
20
|
+
const h16Arb = hexaString({ minLength: 2, maxLength: 2 });
|
|
21
|
+
const ls32Arb = tuple(h16Arb, h16Arb).map(([a, b]) => `${a}-${b}`);
|
|
22
|
+
return tuple(array(h16Arb, { minLength: 4, maxLength: 4 }), ls32Arb).map(([eh, l]) => `${eh.join('-')}-${l}`);
|
|
23
|
+
}
|
|
24
|
+
export function ipV6SubNet() {
|
|
25
|
+
return integer({ min: 1, max: 127 }).map(num => `/${num}`);
|
|
26
|
+
}
|
|
27
|
+
export const regExp = {
|
|
28
|
+
tIEDName: /^[A-Za-z][0-9A-Za-z_]*$/,
|
|
29
|
+
tLDInst: /^[A-Za-z][0-9A-Za-z_]*$/,
|
|
30
|
+
tPrefix: /^[A-Za-z][0-9A-Za-z_]*$/,
|
|
31
|
+
tLNClass: /^[A-Z]{1,4}$/,
|
|
32
|
+
tLNInst: /^[0-9]{0,12}$/,
|
|
33
|
+
decimal: new RegExp(`^${patterns.decimal}$`),
|
|
34
|
+
unsigned: new RegExp(`^${patterns.unsigned}$`),
|
|
35
|
+
tName: new RegExp(`^${patterns.normalizedString}$`),
|
|
36
|
+
desc: new RegExp(`^${patterns.normalizedString}$`),
|
|
37
|
+
IPv4: /^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$/,
|
|
38
|
+
IPv6: /^([0-9A-F]{2}-){5}[0-9A-F]{2}$/,
|
|
39
|
+
MAC: /^([0-9A-F]{2}-){5}[0-9A-F]{2}$/,
|
|
40
|
+
OSI: /^[0-9A-F]+$/,
|
|
41
|
+
OSIAPi: /^[0-9\u002C]+$/,
|
|
42
|
+
OSIid: /^[0-9]+$/,
|
|
43
|
+
token: new RegExp('^' + patterns.nmToken + '$'),
|
|
44
|
+
tAsciName: /^[A-Za-z][0-9A-Za-z_]$/,
|
|
45
|
+
tRestrName1stL: /^[a-z][0-9A-Za-z]*$/,
|
|
46
|
+
abstractDataAttributeName: /^((T)|(Test)|(Check)|(SIUnit)|(Open)|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)$/,
|
|
47
|
+
lnClass: /^(LLN0)|[A-Z]{4,4}$/,
|
|
48
|
+
};
|
|
49
|
+
export const inverseRegExp = {
|
|
50
|
+
unsigned: /[^0-9.+]|.[^0-9.]/,
|
|
51
|
+
decimal: /[^0-9.+-]|.[^0-9.]/,
|
|
52
|
+
integer: /[^0-9+-]/,
|
|
53
|
+
uint: /[^0-9+]/,
|
|
54
|
+
};
|
|
55
|
+
//# sourceMappingURL=foundation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"foundation.js","sourceRoot":"","sources":["../../src/test-helper/foundation.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint-disable no-control-regex */\n\nimport fc, { Arbitrary, array, hexaString, integer, tuple } from 'fast-check';\nimport { patterns } from '../foundation.js';\n\nexport function invertedRegex(\n re: RegExp,\n minLength = 0,\n maxLength?: number\n): Arbitrary<string> {\n return fc\n .string({ minLength, maxLength: maxLength ?? 2 * minLength + 10 })\n .filter(char => !re.test(char));\n}\n\nexport function regexString(\n re: RegExp,\n minLength = 0,\n maxLength?: number\n): Arbitrary<string> {\n return fc\n .string({ minLength, maxLength: maxLength ?? 2 * minLength + 10 })\n .filter(char => re.test(char));\n}\n\nexport function ipV6(): Arbitrary<string> {\n const h16Arb = hexaString({ minLength: 1, maxLength: 4 });\n const ls32Arb = tuple(h16Arb, h16Arb).map(([a, b]) => `${a}:${b}`);\n return tuple(array(h16Arb, { minLength: 6, maxLength: 6 }), ls32Arb).map(\n ([eh, l]) => `${eh.join(':')}:${l}`\n );\n}\n\nexport function MAC(): Arbitrary<string> {\n const h16Arb = hexaString({ minLength: 2, maxLength: 2 });\n const ls32Arb = tuple(h16Arb, h16Arb).map(([a, b]) => `${a}-${b}`);\n return tuple(array(h16Arb, { minLength: 4, maxLength: 4 }), ls32Arb).map(\n ([eh, l]) => `${eh.join('-')}-${l}`\n );\n}\n\nexport function ipV6SubNet(): Arbitrary<string> {\n return integer({ min: 1, max: 127 }).map(num => `/${num}`);\n}\n\nexport const regExp = {\n tIEDName: /^[A-Za-z][0-9A-Za-z_]*$/,\n tLDInst: /^[A-Za-z][0-9A-Za-z_]*$/,\n tPrefix: /^[A-Za-z][0-9A-Za-z_]*$/,\n tLNClass: /^[A-Z]{1,4}$/,\n tLNInst: /^[0-9]{0,12}$/,\n decimal: new RegExp(`^${patterns.decimal}$`),\n unsigned: new RegExp(`^${patterns.unsigned}$`),\n tName: new RegExp(`^${patterns.normalizedString}$`),\n desc: new RegExp(`^${patterns.normalizedString}$`),\n IPv4: /^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$/,\n IPv6: /^([0-9A-F]{2}-){5}[0-9A-F]{2}$/,\n MAC: /^([0-9A-F]{2}-){5}[0-9A-F]{2}$/,\n OSI: /^[0-9A-F]+$/,\n OSIAPi: /^[0-9\\u002C]+$/,\n OSIid: /^[0-9]+$/,\n token: new RegExp('^' + patterns.nmToken + '$'),\n tAsciName: /^[A-Za-z][0-9A-Za-z_]$/,\n tRestrName1stL: /^[a-z][0-9A-Za-z]*$/,\n abstractDataAttributeName:\n /^((T)|(Test)|(Check)|(SIUnit)|(Open)|(SBO)|(SBOw)|(Cancel)|[a-z][0-9A-Za-z]*)$/,\n lnClass: /^(LLN0)|[A-Z]{4,4}$/,\n};\n\nexport const inverseRegExp = {\n unsigned: /[^0-9.+]|.[^0-9.]/,\n decimal: /[^0-9.+-]|.[^0-9.]/,\n integer: /[^0-9+-]/,\n uint: /[^0-9+]/,\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/test-helper/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC","sourcesContent":["export * from './foundation.js';\nexport * from './mock-open-scd.js';\nexport * from './mock-edits.js';\nexport * from './mock-plugins.js';\nexport * from './mock-wizard-editor.js';\nexport * from './mock-editor-logger.js';\n"]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { LitElement, TemplateResult } from 'lit-element';
|
|
2
|
+
import '../addons/Editor.js';
|
|
3
|
+
import '../addons/History.js';
|
|
4
|
+
import { OscdEditor } from '../addons/Editor.js';
|
|
5
|
+
import { OscdHistory } from '../addons/History.js';
|
|
6
|
+
import { XMLEditor } from '@openscd/oscd-editor';
|
|
7
|
+
export declare class MockEditorLogger extends LitElement {
|
|
8
|
+
doc: XMLDocument;
|
|
9
|
+
docName: string;
|
|
10
|
+
docId: string;
|
|
11
|
+
editCount: number;
|
|
12
|
+
history: OscdHistory;
|
|
13
|
+
editor: OscdEditor;
|
|
14
|
+
xmlEditor: XMLEditor;
|
|
15
|
+
render(): TemplateResult;
|
|
16
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { __decorate } from "tslib";
|
|
2
|
+
import { LitElement, customElement, property, state, html, query, } from 'lit-element';
|
|
3
|
+
import '../addons/Editor.js';
|
|
4
|
+
import '../addons/History.js';
|
|
5
|
+
import { XMLEditor } from '@openscd/oscd-editor';
|
|
6
|
+
let MockEditorLogger = class MockEditorLogger extends LitElement {
|
|
7
|
+
constructor() {
|
|
8
|
+
super(...arguments);
|
|
9
|
+
this.docName = 'test';
|
|
10
|
+
this.docId = 'test';
|
|
11
|
+
this.editCount = -1;
|
|
12
|
+
this.xmlEditor = new XMLEditor();
|
|
13
|
+
}
|
|
14
|
+
render() {
|
|
15
|
+
return html ` <oscd-history .host=${this} .editCount=${this.editCount} .editor=${this.xmlEditor}>
|
|
16
|
+
<oscd-editor
|
|
17
|
+
.doc=${this.doc}
|
|
18
|
+
.docName=${this.docName}
|
|
19
|
+
.docId=${this.docId}
|
|
20
|
+
.host=${this}
|
|
21
|
+
.editCount=${this.editCount}
|
|
22
|
+
.editor=${this.xmlEditor}
|
|
23
|
+
>
|
|
24
|
+
</oscd-editor>
|
|
25
|
+
</oscd-history>`;
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
__decorate([
|
|
29
|
+
property({ type: Object })
|
|
30
|
+
], MockEditorLogger.prototype, "doc", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
property({ type: String })
|
|
33
|
+
], MockEditorLogger.prototype, "docName", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
property({ type: String })
|
|
36
|
+
], MockEditorLogger.prototype, "docId", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
state()
|
|
39
|
+
], MockEditorLogger.prototype, "editCount", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
query('oscd-history')
|
|
42
|
+
], MockEditorLogger.prototype, "history", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
query('oscd-editor')
|
|
45
|
+
], MockEditorLogger.prototype, "editor", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
state()
|
|
48
|
+
], MockEditorLogger.prototype, "xmlEditor", void 0);
|
|
49
|
+
MockEditorLogger = __decorate([
|
|
50
|
+
customElement('mock-editor-logger')
|
|
51
|
+
], MockEditorLogger);
|
|
52
|
+
export { MockEditorLogger };
|
|
53
|
+
//# sourceMappingURL=mock-editor-logger.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mock-editor-logger.js","sourceRoot":"","sources":["../../src/test-helper/mock-editor-logger.ts"],"names":[],"mappings":";AAAA,OAAO,EACL,UAAU,EACV,aAAa,EACb,QAAQ,EACR,KAAK,EACL,IAAI,EACJ,KAAK,GAEN,MAAM,aAAa,CAAC;AAErB,OAAO,qBAAqB,CAAC;AAC7B,OAAO,sBAAsB,CAAC;AAG9B,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAG1C,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,UAAU;IAAzC;;QAGuB,YAAO,GAAG,MAAM,CAAC;QAEjB,UAAK,GAAG,MAAM,CAAC;QAG3C,cAAS,GAAG,CAAC,CAAC,CAAC;QASf,cAAS,GAAG,IAAI,SAAS,EAAE,CAAC;IAe9B,CAAC;IAbC,MAAM;QACJ,OAAO,IAAI,CAAA,wBAAwB,IAAI,eAAe,IAAI,CAAC,SAAS,YAAY,IAAI,CAAC,SAAS;;eAEnF,IAAI,CAAC,GAAG;mBACJ,IAAI,CAAC,OAAO;iBACd,IAAI,CAAC,KAAK;gBACX,IAAI;qBACC,IAAI,CAAC,SAAS;kBACjB,IAAI,CAAC,SAAS;;;oBAGZ,CAAC;IACnB,CAAC;CACF,CAAA;AA/B6B;IAA3B,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;6CAAmB;AAElB;IAA3B,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;iDAAkB;AAEjB;IAA3B,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;+CAAgB;AAG3C;IADC,KAAK,EAAE;mDACO;AAGf;IADC,KAAK,CAAC,cAAc,CAAC;iDACA;AAGtB;IADC,KAAK,CAAC,aAAa,CAAC;gDACD;AAGpB;IADC,KAAK,EAAE;mDACoB;AAjBjB,gBAAgB;IAD5B,aAAa,CAAC,oBAAoB,CAAC;GACvB,gBAAgB,CAgC5B;SAhCY,gBAAgB","sourcesContent":["import {\n LitElement,\n customElement,\n property,\n state,\n html,\n query,\n TemplateResult,\n} from 'lit-element';\n\nimport '../addons/Editor.js';\nimport '../addons/History.js';\nimport { OscdEditor } from '../addons/Editor.js';\nimport { OscdHistory } from '../addons/History.js';\nimport { XMLEditor } from '@openscd/oscd-editor';\n\n@customElement('mock-editor-logger')\nexport class MockEditorLogger extends LitElement {\n @property({ type: Object }) doc!: XMLDocument;\n\n @property({ type: String }) docName = 'test';\n\n @property({ type: String }) docId = 'test';\n\n @state()\n editCount = -1;\n\n @query('oscd-history')\n history!: OscdHistory;\n\n @query('oscd-editor')\n editor!: OscdEditor;\n\n @state()\n xmlEditor = new XMLEditor();\n\n render(): TemplateResult {\n return html` <oscd-history .host=${this} .editCount=${this.editCount} .editor=${this.xmlEditor}>\n <oscd-editor\n .doc=${this.doc}\n .docName=${this.docName}\n .docId=${this.docId}\n .host=${this}\n .editCount=${this.editCount}\n .editor=${this.xmlEditor}\n >\n </oscd-editor>\n </oscd-history>`;\n }\n}\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const element = document.createElement('test-element');
|
|
2
|
+
const parent = document.createElement('test-parent');
|
|
3
|
+
const reference = document.createElement('test-sibling');
|
|
4
|
+
parent.appendChild(element);
|
|
5
|
+
parent.appendChild(reference);
|
|
6
|
+
export const mockEdits = {
|
|
7
|
+
insert: () => ({ parent, node: element, reference }),
|
|
8
|
+
remove: () => ({ node: element }),
|
|
9
|
+
update: () => ({ element, attributes: { test: 'value' } }),
|
|
10
|
+
complex: () => [mockEdits.insert(), mockEdits.remove(), mockEdits.update()],
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=mock-edits.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mock-edits.js","sourceRoot":"","sources":["../../src/test-helper/mock-edits.ts"],"names":[],"mappings":"AAGA,MAAM,OAAO,GAAG,QAAQ,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AACvD,MAAM,MAAM,GAAG,QAAQ,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC;AACrD,MAAM,SAAS,GAAG,QAAQ,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAEzD,MAAM,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;AAC5B,MAAM,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC;AAE9B,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,MAAM,EAAE,GAAW,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC;IAC5D,MAAM,EAAE,GAAW,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;IACzC,MAAM,EAAE,GAAW,EAAE,CAAC,CAAC,EAAE,OAAO,EAAE,UAAU,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,CAAC;IAClE,OAAO,EAAE,GAAW,EAAE,CAAC,CAAE,SAAS,CAAC,MAAM,EAAE,EAAE,SAAS,CAAC,MAAM,EAAE,EAAE,SAAS,CAAC,MAAM,EAAE,CAAE;CACtF,CAAA","sourcesContent":["import { Edit, Insert, Remove, Update } from '@openscd/core';\n\n\nconst element = document.createElement('test-element');\nconst parent = document.createElement('test-parent');\nconst reference = document.createElement('test-sibling');\n\nparent.appendChild(element);\nparent.appendChild(reference);\n\nexport const mockEdits = {\n insert: (): Insert => ({ parent, node: element, reference }),\n remove: (): Remove => ({ node: element }),\n update: (): Update => ({ element, attributes: { test: 'value' } }),\n complex: (): Edit[] => [ mockEdits.insert(), mockEdits.remove(), mockEdits.update() ],\n}\n"]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit-element';
|
|
2
|
+
import { OscdWizards } from '../addons/Wizards.js';
|
|
3
|
+
import { WizardFactory } from '../foundation.js';
|
|
4
|
+
import { OpenSCD } from '../open-scd.js';
|
|
5
|
+
import { WizardDialog } from '../wizard-dialog.js';
|
|
6
|
+
import { OscdHistory } from '../addons/History.js';
|
|
7
|
+
import { OscdLayout } from '../addons/Layout.js';
|
|
8
|
+
import { Plugin } from '../plugin.js';
|
|
9
|
+
export declare class MockOpenSCD extends OpenSCD {
|
|
10
|
+
mockPlugins: Plugin[];
|
|
11
|
+
_plugins: Array<HTMLElement>;
|
|
12
|
+
wizards: OscdWizards;
|
|
13
|
+
historyAddon: OscdHistory;
|
|
14
|
+
layout: OscdLayout;
|
|
15
|
+
renderHosting(): TemplateResult;
|
|
16
|
+
render(): TemplateResult;
|
|
17
|
+
protected getBuiltInPlugins(): Plugin[];
|
|
18
|
+
getPlugin<T extends HTMLElement>(name: string): T | undefined;
|
|
19
|
+
getActivePlugin<T extends HTMLElement>(): T;
|
|
20
|
+
get wizardUI(): WizardDialog;
|
|
21
|
+
get workflow(): WizardFactory[];
|
|
22
|
+
}
|