vue-wiring-diagram 1.1.18 → 1.1.19

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.
@@ -1,62 +0,0 @@
1
- import towerPoles from '../../assets/image/tower-poles.svg'
2
- import transformer from '../../assets/image/transformer.svg'
3
- import gridConnectedCabinets from '../../assets/image/grid-connected-cabinets.svg'
4
- import ammeter from '../../assets/image/ammeter.svg'
5
- import batteryCompartment from '../../assets/image/battery-compartment.svg'
6
- import powerGrid from '../../assets/image/power-grid.svg'
7
- import photovoltaic from '../../assets/image/photovoltaic.svg'
8
- import ACCombinerBox from '../../assets/image/AC-combiner-box.svg'
9
- import inverter from '../../assets/image/inverter.svg'
10
- import PCSCabin from '../../assets/image/PCS-cabin.svg'
11
-
12
- export const imageOptions = [{
13
- shape: 'image',
14
- imageUrl: towerPoles,
15
- width: 64,
16
- height: 64,
17
- }, {
18
- shape: 'image',
19
- imageUrl: transformer,
20
- width: 64,
21
- height: 64,
22
- }, {
23
- shape: 'image',
24
- imageUrl: gridConnectedCabinets,
25
- width: 64,
26
- height: 64,
27
- }, {
28
- shape: 'image',
29
- imageUrl: ammeter,
30
- width: 64,
31
- height: 64,
32
- }, {
33
- shape: 'image',
34
- imageUrl: batteryCompartment,
35
- width: 64,
36
- height: 64,
37
- }, {
38
- shape: 'image',
39
- imageUrl: powerGrid,
40
- width: 64,
41
- height: 64,
42
- }, {
43
- shape: 'image',
44
- imageUrl: photovoltaic,
45
- width: 64,
46
- height: 64,
47
- }, {
48
- shape: 'image',
49
- imageUrl: ACCombinerBox,
50
- width: 64,
51
- height: 64,
52
- }, {
53
- shape: 'image',
54
- imageUrl: inverter,
55
- width: 64,
56
- height: 64,
57
- }, {
58
- shape: 'image',
59
- imageUrl: PCSCabin,
60
- width: 64,
61
- height: 64,
62
- }]