@fmsim/machine 0.0.62 → 0.0.64
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/agv-line.js +19 -0
- package/dist/agv-line.js.map +1 -1
- package/dist/mcs-machine.js +22 -0
- package/dist/mcs-machine.js.map +1 -1
- package/dist/mcs-unit.js +3 -0
- package/dist/mcs-unit.js.map +1 -1
- package/dist/port.js +36 -0
- package/dist/port.js.map +1 -1
- package/dist/stocker.js +35 -0
- package/dist/stocker.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/agv-line.ts +24 -0
- package/src/mcs-machine.ts +28 -0
- package/src/mcs-unit.ts +4 -0
- package/src/port.ts +40 -0
- package/src/stocker.ts +41 -0
- package/translations/en.json +19 -1
- package/translations/ja.json +19 -1
- package/translations/ko.json +19 -1
- package/translations/ms.json +19 -1
- package/translations/zh.json +19 -1
- package/dist/features/mcs-event-handler-mixin.js +0 -65
- package/dist/features/mcs-event-handler-mixin.js.map +0 -1
- package/dist/features/mcs-transport-mixin.js +0 -39
- package/dist/features/mcs-transport-mixin.js.map +0 -1
- package/dist/mcs-gauge-capacity-bar.js +0 -170
- package/dist/mcs-gauge-capacity-bar.js.map +0 -1
- package/dist/mcs-zone-unit.js +0 -11
- package/dist/mcs-zone-unit.js.map +0 -1
- package/dist/rtv-rail.js +0 -36
- package/dist/rtv-rail.js.map +0 -1
- package/dist/templates/agv-line-corner.js +0 -34
- package/dist/templates/agv-line-corner.js.map +0 -1
- package/dist/templates/agv-line-cross.js +0 -34
- package/dist/templates/agv-line-cross.js.map +0 -1
- package/dist/templates/agv-line-horizontal.js +0 -34
- package/dist/templates/agv-line-horizontal.js.map +0 -1
- package/dist/templates/agv-line-vertical.js +0 -34
- package/dist/templates/agv-line-vertical.js.map +0 -1
- package/dist/templates/conveyor-corner.js +0 -33
- package/dist/templates/conveyor-corner.js.map +0 -1
- package/dist/templates/conveyor-join.js +0 -21
- package/dist/templates/conveyor-join.js.map +0 -1
- package/dist/templates/conveyor-left.js +0 -33
- package/dist/templates/conveyor-left.js.map +0 -1
- package/dist/templates/conveyor-middle.js +0 -33
- package/dist/templates/conveyor-middle.js.map +0 -1
- package/dist/templates/conveyor-right.js +0 -33
- package/dist/templates/conveyor-right.js.map +0 -1
- package/dist/templates/mcs-gauge-capacity-bar.js +0 -18
- package/dist/templates/mcs-gauge-capacity-bar.js.map +0 -1
- package/dist/templates/mcs-gauge-capacity-circle.js +0 -18
- package/dist/templates/mcs-gauge-capacity-circle.js.map +0 -1
- package/dist/templates/oht-line-corner.js +0 -34
- package/dist/templates/oht-line-corner.js.map +0 -1
- package/dist/templates/oht-line-cross.js +0 -34
- package/dist/templates/oht-line-cross.js.map +0 -1
- package/dist/templates/oht-line-horizontal.js +0 -34
- package/dist/templates/oht-line-horizontal.js.map +0 -1
- package/dist/templates/oht-line-vertical.js +0 -34
- package/dist/templates/oht-line-vertical.js.map +0 -1
- package/dist/templates/rtv-corner.js +0 -33
- package/dist/templates/rtv-corner.js.map +0 -1
- package/dist/templates/rtv-left.js +0 -33
- package/dist/templates/rtv-left.js.map +0 -1
- package/dist/templates/rtv-middle.js +0 -33
- package/dist/templates/rtv-middle.js.map +0 -1
- package/dist/templates/rtv-rail.js +0 -15
- package/dist/templates/rtv-rail.js.map +0 -1
- package/dist/templates/rtv-right.js +0 -33
- package/dist/templates/rtv-right.js.map +0 -1
- package/dist/templates/rtv.js +0 -15
- package/dist/templates/rtv.js.map +0 -1
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
const agvLineVertical = new URL('../../icons/agv-line-vertical.svg', import.meta.url).href;
|
|
2
|
-
const agvLineVerticalFillImage = new URL('../../icons/agv-line-vertical.png', import.meta.url).href;
|
|
3
|
-
export default {
|
|
4
|
-
type: 'AGV Line Vertical',
|
|
5
|
-
description: 'AGV Line Vertical',
|
|
6
|
-
icon: agvLineVertical,
|
|
7
|
-
group: 'ACS',
|
|
8
|
-
model: {
|
|
9
|
-
type: 'AGVLine',
|
|
10
|
-
agvType: 'vertical',
|
|
11
|
-
left: 200,
|
|
12
|
-
top: 100,
|
|
13
|
-
width: 27,
|
|
14
|
-
height: 22,
|
|
15
|
-
fillStyle: {
|
|
16
|
-
fitPattern: false,
|
|
17
|
-
height: null,
|
|
18
|
-
image: agvLineVerticalFillImage,
|
|
19
|
-
offsetX: 0,
|
|
20
|
-
offsetY: 0,
|
|
21
|
-
type: 'pattern',
|
|
22
|
-
width: null,
|
|
23
|
-
color: '#d6d6d6'
|
|
24
|
-
},
|
|
25
|
-
text: ' ',
|
|
26
|
-
strokeStyle: '#000',
|
|
27
|
-
alpha: 1,
|
|
28
|
-
hidden: false,
|
|
29
|
-
lineWidth: 0,
|
|
30
|
-
lineDash: 'solid',
|
|
31
|
-
lineCap: 'butt'
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
//# sourceMappingURL=agv-line-vertical.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"agv-line-vertical.js","sourceRoot":"","sources":["../../src/templates/agv-line-vertical.ts"],"names":[],"mappings":"AAAA,MAAM,eAAe,GAAG,IAAI,GAAG,CAAC,mCAAmC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAC1F,MAAM,wBAAwB,GAAG,IAAI,GAAG,CAAC,mCAAmC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAEnG,eAAe;IACb,IAAI,EAAE,mBAAmB;IACzB,WAAW,EAAE,mBAAmB;IAChC,IAAI,EAAE,eAAe;IACrB,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE;QACL,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,UAAU;QACnB,IAAI,EAAE,GAAG;QACT,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,EAAE;QACT,MAAM,EAAE,EAAE;QACV,SAAS,EAAE;YACT,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,IAAI;YACZ,KAAK,EAAE,wBAAwB;YAC/B,OAAO,EAAE,CAAC;YACV,OAAO,EAAE,CAAC;YACV,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,IAAI;YACX,KAAK,EAAE,SAAS;SACjB;QACD,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,MAAM;QACnB,KAAK,EAAE,CAAC;QACR,MAAM,EAAE,KAAK;QACb,SAAS,EAAE,CAAC;QACZ,QAAQ,EAAE,OAAO;QACjB,OAAO,EAAE,MAAM;KAChB;CACF,CAAA","sourcesContent":["const agvLineVertical = new URL('../../icons/agv-line-vertical.svg', import.meta.url).href\nconst agvLineVerticalFillImage = new URL('../../icons/agv-line-vertical.png', import.meta.url).href\n\nexport default {\n type: 'AGV Line Vertical',\n description: 'AGV Line Vertical',\n icon: agvLineVertical,\n group: 'ACS',\n model: {\n type: 'AGVLine',\n agvType: 'vertical',\n left: 200,\n top: 100,\n width: 27,\n height: 22,\n fillStyle: {\n fitPattern: false,\n height: null,\n image: agvLineVerticalFillImage,\n offsetX: 0,\n offsetY: 0,\n type: 'pattern',\n width: null,\n color: '#d6d6d6'\n },\n text: ' ',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 0,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n}\n"]}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
const conveyorCorner = new URL('../../icons/conveyor-corner.svg', import.meta.url).href;
|
|
2
|
-
const conveyorCornerFillImage = new URL('../../icons/conveyor-corner.png', import.meta.url).href;
|
|
3
|
-
export default {
|
|
4
|
-
type: 'Conveyor Corner',
|
|
5
|
-
description: 'Conveyor Corner',
|
|
6
|
-
icon: conveyorCorner,
|
|
7
|
-
group: 'CCS',
|
|
8
|
-
model: {
|
|
9
|
-
type: 'Conveyor',
|
|
10
|
-
convType: 'corner',
|
|
11
|
-
left: 200,
|
|
12
|
-
top: 100,
|
|
13
|
-
width: 38,
|
|
14
|
-
height: 38,
|
|
15
|
-
fillStyle: {
|
|
16
|
-
fitPattern: false,
|
|
17
|
-
height: null,
|
|
18
|
-
image: conveyorCornerFillImage,
|
|
19
|
-
offsetX: 0,
|
|
20
|
-
offsetY: 0,
|
|
21
|
-
type: 'pattern',
|
|
22
|
-
width: null,
|
|
23
|
-
color: '#636363'
|
|
24
|
-
},
|
|
25
|
-
strokeStyle: '#000',
|
|
26
|
-
alpha: 1,
|
|
27
|
-
hidden: false,
|
|
28
|
-
lineWidth: 0,
|
|
29
|
-
lineDash: 'solid',
|
|
30
|
-
lineCap: 'butt'
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
//# sourceMappingURL=conveyor-corner.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"conveyor-corner.js","sourceRoot":"","sources":["../../src/templates/conveyor-corner.ts"],"names":[],"mappings":"AAAA,MAAM,cAAc,GAAG,IAAI,GAAG,CAAC,iCAAiC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AACvF,MAAM,uBAAuB,GAAG,IAAI,GAAG,CAAC,iCAAiC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAEhG,eAAe;IACb,IAAI,EAAE,iBAAiB;IACvB,WAAW,EAAE,iBAAiB;IAC9B,IAAI,EAAE,cAAc;IACpB,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE;QACL,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,GAAG;QACT,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,EAAE;QACT,MAAM,EAAE,EAAE;QACV,SAAS,EAAE;YACT,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,IAAI;YACZ,KAAK,EAAE,uBAAuB;YAC9B,OAAO,EAAE,CAAC;YACV,OAAO,EAAE,CAAC;YACV,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,IAAI;YACX,KAAK,EAAE,SAAS;SACjB;QACD,WAAW,EAAE,MAAM;QACnB,KAAK,EAAE,CAAC;QACR,MAAM,EAAE,KAAK;QACb,SAAS,EAAE,CAAC;QACZ,QAAQ,EAAE,OAAO;QACjB,OAAO,EAAE,MAAM;KAChB;CACF,CAAA","sourcesContent":["const conveyorCorner = new URL('../../icons/conveyor-corner.svg', import.meta.url).href\nconst conveyorCornerFillImage = new URL('../../icons/conveyor-corner.png', import.meta.url).href\n\nexport default {\n type: 'Conveyor Corner',\n description: 'Conveyor Corner',\n icon: conveyorCorner,\n group: 'CCS',\n model: {\n type: 'Conveyor',\n convType: 'corner',\n left: 200,\n top: 100,\n width: 38,\n height: 38,\n fillStyle: {\n fitPattern: false,\n height: null,\n image: conveyorCornerFillImage,\n offsetX: 0,\n offsetY: 0,\n type: 'pattern',\n width: null,\n color: '#636363'\n },\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 0,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n}\n"]}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
const conveyorJoin = new URL('../../icons/conveyor-join.png', import.meta.url).href;
|
|
2
|
-
export default {
|
|
3
|
-
type: 'Conveyor Join',
|
|
4
|
-
description: 'Conveyor Join',
|
|
5
|
-
icon: conveyorJoin,
|
|
6
|
-
group: 'CCS',
|
|
7
|
-
model: {
|
|
8
|
-
type: 'ConveyorJoin',
|
|
9
|
-
cx: 100,
|
|
10
|
-
cy: 100,
|
|
11
|
-
rx: 40,
|
|
12
|
-
ry: 40,
|
|
13
|
-
startAngle: -Math.PI / 4,
|
|
14
|
-
endAngle: Math.PI / 4,
|
|
15
|
-
ratio: 34,
|
|
16
|
-
lineWidth: 1,
|
|
17
|
-
strokeStyle: 'black',
|
|
18
|
-
rollWidth: 12
|
|
19
|
-
}
|
|
20
|
-
};
|
|
21
|
-
//# sourceMappingURL=conveyor-join.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"conveyor-join.js","sourceRoot":"","sources":["../../src/templates/conveyor-join.ts"],"names":[],"mappings":"AAAA,MAAM,YAAY,GAAG,IAAI,GAAG,CAAC,+BAA+B,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAEnF,eAAe;IACb,IAAI,EAAE,eAAe;IACrB,WAAW,EAAE,eAAe;IAC5B,IAAI,EAAE,YAAY;IAClB,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE;QACL,IAAI,EAAE,cAAc;QACpB,EAAE,EAAE,GAAG;QACP,EAAE,EAAE,GAAG;QACP,EAAE,EAAE,EAAE;QACN,EAAE,EAAE,EAAE;QACN,UAAU,EAAE,CAAC,IAAI,CAAC,EAAE,GAAG,CAAC;QACxB,QAAQ,EAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QACrB,KAAK,EAAE,EAAE;QACT,SAAS,EAAE,CAAC;QACZ,WAAW,EAAE,OAAO;QACpB,SAAS,EAAE,EAAE;KACd;CACF,CAAA","sourcesContent":["const conveyorJoin = new URL('../../icons/conveyor-join.png', import.meta.url).href\n\nexport default {\n type: 'Conveyor Join',\n description: 'Conveyor Join',\n icon: conveyorJoin,\n group: 'CCS',\n model: {\n type: 'ConveyorJoin',\n cx: 100,\n cy: 100,\n rx: 40,\n ry: 40,\n startAngle: -Math.PI / 4,\n endAngle: Math.PI / 4,\n ratio: 34,\n lineWidth: 1,\n strokeStyle: 'black',\n rollWidth: 12\n }\n}\n"]}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
const conveyorLeft = new URL('../../icons/conveyor-left.svg', import.meta.url).href;
|
|
2
|
-
const conveyorLeftFillImage = new URL('../../icons/conveyor-left.png', import.meta.url).href;
|
|
3
|
-
export default {
|
|
4
|
-
type: 'Conveyor Left',
|
|
5
|
-
description: 'Conveyor Left',
|
|
6
|
-
icon: conveyorLeft,
|
|
7
|
-
group: 'CCS',
|
|
8
|
-
model: {
|
|
9
|
-
type: 'Conveyor',
|
|
10
|
-
convType: 'left',
|
|
11
|
-
left: 200,
|
|
12
|
-
top: 100,
|
|
13
|
-
width: 20,
|
|
14
|
-
height: 19,
|
|
15
|
-
fillStyle: {
|
|
16
|
-
fitPattern: false,
|
|
17
|
-
height: null,
|
|
18
|
-
image: conveyorLeftFillImage,
|
|
19
|
-
offsetX: 0,
|
|
20
|
-
offsetY: 0,
|
|
21
|
-
type: 'pattern',
|
|
22
|
-
width: null,
|
|
23
|
-
color: '#636363'
|
|
24
|
-
},
|
|
25
|
-
strokeStyle: '#000',
|
|
26
|
-
alpha: 1,
|
|
27
|
-
hidden: false,
|
|
28
|
-
lineWidth: 0,
|
|
29
|
-
lineDash: 'solid',
|
|
30
|
-
lineCap: 'butt'
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
//# sourceMappingURL=conveyor-left.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"conveyor-left.js","sourceRoot":"","sources":["../../src/templates/conveyor-left.ts"],"names":[],"mappings":"AAAA,MAAM,YAAY,GAAG,IAAI,GAAG,CAAC,+BAA+B,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AACnF,MAAM,qBAAqB,GAAG,IAAI,GAAG,CAAC,+BAA+B,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAE5F,eAAe;IACb,IAAI,EAAE,eAAe;IACrB,WAAW,EAAE,eAAe;IAC5B,IAAI,EAAE,YAAY;IAClB,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE;QACL,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,GAAG;QACT,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,EAAE;QACT,MAAM,EAAE,EAAE;QACV,SAAS,EAAE;YACT,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,IAAI;YACZ,KAAK,EAAE,qBAAqB;YAC5B,OAAO,EAAE,CAAC;YACV,OAAO,EAAE,CAAC;YACV,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,IAAI;YACX,KAAK,EAAE,SAAS;SACjB;QACD,WAAW,EAAE,MAAM;QACnB,KAAK,EAAE,CAAC;QACR,MAAM,EAAE,KAAK;QACb,SAAS,EAAE,CAAC;QACZ,QAAQ,EAAE,OAAO;QACjB,OAAO,EAAE,MAAM;KAChB;CACF,CAAA","sourcesContent":["const conveyorLeft = new URL('../../icons/conveyor-left.svg', import.meta.url).href\nconst conveyorLeftFillImage = new URL('../../icons/conveyor-left.png', import.meta.url).href\n\nexport default {\n type: 'Conveyor Left',\n description: 'Conveyor Left',\n icon: conveyorLeft,\n group: 'CCS',\n model: {\n type: 'Conveyor',\n convType: 'left',\n left: 200,\n top: 100,\n width: 20,\n height: 19,\n fillStyle: {\n fitPattern: false,\n height: null,\n image: conveyorLeftFillImage,\n offsetX: 0,\n offsetY: 0,\n type: 'pattern',\n width: null,\n color: '#636363'\n },\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 0,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n}\n"]}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
const conveyorMiddle = new URL('../../icons/conveyor-middle.svg', import.meta.url).href;
|
|
2
|
-
const conveyorMiddleFillImage = new URL('../../icons/conveyor-middle.png', import.meta.url).href;
|
|
3
|
-
export default {
|
|
4
|
-
type: 'Conveyor Middle',
|
|
5
|
-
description: 'Conveyor Middle',
|
|
6
|
-
icon: conveyorMiddle,
|
|
7
|
-
group: 'CCS',
|
|
8
|
-
model: {
|
|
9
|
-
type: 'Conveyor',
|
|
10
|
-
convType: 'middle',
|
|
11
|
-
left: 200,
|
|
12
|
-
top: 100,
|
|
13
|
-
width: 20,
|
|
14
|
-
height: 19,
|
|
15
|
-
fillStyle: {
|
|
16
|
-
fitPattern: false,
|
|
17
|
-
height: null,
|
|
18
|
-
image: conveyorMiddleFillImage,
|
|
19
|
-
offsetX: 0,
|
|
20
|
-
offsetY: 0,
|
|
21
|
-
type: 'pattern',
|
|
22
|
-
width: null,
|
|
23
|
-
color: '#636363'
|
|
24
|
-
},
|
|
25
|
-
strokeStyle: '#000',
|
|
26
|
-
alpha: 1,
|
|
27
|
-
hidden: false,
|
|
28
|
-
lineWidth: 0,
|
|
29
|
-
lineDash: 'solid',
|
|
30
|
-
lineCap: 'butt'
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
//# sourceMappingURL=conveyor-middle.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"conveyor-middle.js","sourceRoot":"","sources":["../../src/templates/conveyor-middle.ts"],"names":[],"mappings":"AAAA,MAAM,cAAc,GAAG,IAAI,GAAG,CAAC,iCAAiC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AACvF,MAAM,uBAAuB,GAAG,IAAI,GAAG,CAAC,iCAAiC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAEhG,eAAe;IACb,IAAI,EAAE,iBAAiB;IACvB,WAAW,EAAE,iBAAiB;IAC9B,IAAI,EAAE,cAAc;IACpB,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE;QACL,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,GAAG;QACT,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,EAAE;QACT,MAAM,EAAE,EAAE;QACV,SAAS,EAAE;YACT,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,IAAI;YACZ,KAAK,EAAE,uBAAuB;YAC9B,OAAO,EAAE,CAAC;YACV,OAAO,EAAE,CAAC;YACV,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,IAAI;YACX,KAAK,EAAE,SAAS;SACjB;QACD,WAAW,EAAE,MAAM;QACnB,KAAK,EAAE,CAAC;QACR,MAAM,EAAE,KAAK;QACb,SAAS,EAAE,CAAC;QACZ,QAAQ,EAAE,OAAO;QACjB,OAAO,EAAE,MAAM;KAChB;CACF,CAAA","sourcesContent":["const conveyorMiddle = new URL('../../icons/conveyor-middle.svg', import.meta.url).href\nconst conveyorMiddleFillImage = new URL('../../icons/conveyor-middle.png', import.meta.url).href\n\nexport default {\n type: 'Conveyor Middle',\n description: 'Conveyor Middle',\n icon: conveyorMiddle,\n group: 'CCS',\n model: {\n type: 'Conveyor',\n convType: 'middle',\n left: 200,\n top: 100,\n width: 20,\n height: 19,\n fillStyle: {\n fitPattern: false,\n height: null,\n image: conveyorMiddleFillImage,\n offsetX: 0,\n offsetY: 0,\n type: 'pattern',\n width: null,\n color: '#636363'\n },\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 0,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n}\n"]}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
const conveyorRight = new URL('../../icons/conveyor-right.svg', import.meta.url).href;
|
|
2
|
-
const conveyorRightFillImage = new URL('../../icons/conveyor-right.png', import.meta.url).href;
|
|
3
|
-
export default {
|
|
4
|
-
type: 'Conveyor Right',
|
|
5
|
-
description: 'Conveyor Right',
|
|
6
|
-
icon: conveyorRight,
|
|
7
|
-
group: 'CCS',
|
|
8
|
-
model: {
|
|
9
|
-
type: 'Conveyor',
|
|
10
|
-
convType: 'right',
|
|
11
|
-
left: 200,
|
|
12
|
-
top: 100,
|
|
13
|
-
width: 20,
|
|
14
|
-
height: 19,
|
|
15
|
-
fillStyle: {
|
|
16
|
-
fitPattern: false,
|
|
17
|
-
height: null,
|
|
18
|
-
image: conveyorRightFillImage,
|
|
19
|
-
offsetX: 0,
|
|
20
|
-
offsetY: 0,
|
|
21
|
-
type: 'pattern',
|
|
22
|
-
width: null,
|
|
23
|
-
color: '#636363'
|
|
24
|
-
},
|
|
25
|
-
strokeStyle: '#000',
|
|
26
|
-
alpha: 1,
|
|
27
|
-
hidden: false,
|
|
28
|
-
lineWidth: 0,
|
|
29
|
-
lineDash: 'solid',
|
|
30
|
-
lineCap: 'butt'
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
//# sourceMappingURL=conveyor-right.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"conveyor-right.js","sourceRoot":"","sources":["../../src/templates/conveyor-right.ts"],"names":[],"mappings":"AAAA,MAAM,aAAa,GAAG,IAAI,GAAG,CAAC,gCAAgC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AACrF,MAAM,sBAAsB,GAAG,IAAI,GAAG,CAAC,gCAAgC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAE9F,eAAe;IACb,IAAI,EAAE,gBAAgB;IACtB,WAAW,EAAE,gBAAgB;IAC7B,IAAI,EAAE,aAAa;IACnB,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE;QACL,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,OAAO;QACjB,IAAI,EAAE,GAAG;QACT,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,EAAE;QACT,MAAM,EAAE,EAAE;QACV,SAAS,EAAE;YACT,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,IAAI;YACZ,KAAK,EAAE,sBAAsB;YAC7B,OAAO,EAAE,CAAC;YACV,OAAO,EAAE,CAAC;YACV,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,IAAI;YACX,KAAK,EAAE,SAAS;SACjB;QACD,WAAW,EAAE,MAAM;QACnB,KAAK,EAAE,CAAC;QACR,MAAM,EAAE,KAAK;QACb,SAAS,EAAE,CAAC;QACZ,QAAQ,EAAE,OAAO;QACjB,OAAO,EAAE,MAAM;KAChB;CACF,CAAA","sourcesContent":["const conveyorRight = new URL('../../icons/conveyor-right.svg', import.meta.url).href\nconst conveyorRightFillImage = new URL('../../icons/conveyor-right.png', import.meta.url).href\n\nexport default {\n type: 'Conveyor Right',\n description: 'Conveyor Right',\n icon: conveyorRight,\n group: 'CCS',\n model: {\n type: 'Conveyor',\n convType: 'right',\n left: 200,\n top: 100,\n width: 20,\n height: 19,\n fillStyle: {\n fitPattern: false,\n height: null,\n image: conveyorRightFillImage,\n offsetX: 0,\n offsetY: 0,\n type: 'pattern',\n width: null,\n color: '#636363'\n },\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 0,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n}\n"]}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
const MCSGaugeCapacityBar = new URL('../../icons/mcs-gauge-capacity-bar.png', import.meta.url).href;
|
|
2
|
-
export default {
|
|
3
|
-
type: 'MCSGaugeCapacityBar',
|
|
4
|
-
description: 'MCSGaugeCapacityBar',
|
|
5
|
-
icon: MCSGaugeCapacityBar,
|
|
6
|
-
group: 'SCS',
|
|
7
|
-
model: {
|
|
8
|
-
type: 'MCSGaugeCapacityBar',
|
|
9
|
-
left: 100,
|
|
10
|
-
top: 100,
|
|
11
|
-
width: 200,
|
|
12
|
-
height: 60,
|
|
13
|
-
maxCapacity: 100,
|
|
14
|
-
highWatermark: 100,
|
|
15
|
-
currentUsage: 0
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
//# sourceMappingURL=mcs-gauge-capacity-bar.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mcs-gauge-capacity-bar.js","sourceRoot":"","sources":["../../src/templates/mcs-gauge-capacity-bar.ts"],"names":[],"mappings":"AAAA,MAAM,mBAAmB,GAAG,IAAI,GAAG,CAAC,wCAAwC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAEnG,eAAe;IACb,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EAAE,qBAAqB;IAClC,IAAI,EAAE,mBAAmB;IACzB,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE;QACL,IAAI,EAAE,qBAAqB;QAC3B,IAAI,EAAE,GAAG;QACT,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,GAAG;QACV,MAAM,EAAE,EAAE;QACV,WAAW,EAAE,GAAG;QAChB,aAAa,EAAE,GAAG;QAClB,YAAY,EAAE,CAAC;KAChB;CACF,CAAA","sourcesContent":["const MCSGaugeCapacityBar = new URL('../../icons/mcs-gauge-capacity-bar.png', import.meta.url).href\n\nexport default {\n type: 'MCSGaugeCapacityBar',\n description: 'MCSGaugeCapacityBar',\n icon: MCSGaugeCapacityBar,\n group: 'SCS',\n model: {\n type: 'MCSGaugeCapacityBar',\n left: 100,\n top: 100,\n width: 200,\n height: 60,\n maxCapacity: 100,\n highWatermark: 100,\n currentUsage: 0\n }\n}\n"]}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
const mcsGaugeCapacityCircle = new URL('../../icons/mcs-gauge-capacity-circle.png', import.meta.url).href;
|
|
2
|
-
export default {
|
|
3
|
-
type: 'MCSGaugeCapacityCircle',
|
|
4
|
-
description: 'MCSGaugeCapacityCircle',
|
|
5
|
-
icon: mcsGaugeCapacityCircle,
|
|
6
|
-
group: 'SCS',
|
|
7
|
-
model: {
|
|
8
|
-
type: 'MCSGaugeCapacityCircle',
|
|
9
|
-
cx: 100,
|
|
10
|
-
cy: 100,
|
|
11
|
-
rx: 20,
|
|
12
|
-
ry: 20,
|
|
13
|
-
maxCapacity: 100,
|
|
14
|
-
highWatermark: 100,
|
|
15
|
-
currentUsage: 0
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
//# sourceMappingURL=mcs-gauge-capacity-circle.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mcs-gauge-capacity-circle.js","sourceRoot":"","sources":["../../src/templates/mcs-gauge-capacity-circle.ts"],"names":[],"mappings":"AAAA,MAAM,sBAAsB,GAAG,IAAI,GAAG,CAAC,2CAA2C,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAEzG,eAAe;IACb,IAAI,EAAE,wBAAwB;IAC9B,WAAW,EAAE,wBAAwB;IACrC,IAAI,EAAE,sBAAsB;IAC5B,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE;QACL,IAAI,EAAE,wBAAwB;QAC9B,EAAE,EAAE,GAAG;QACP,EAAE,EAAE,GAAG;QACP,EAAE,EAAE,EAAE;QACN,EAAE,EAAE,EAAE;QACN,WAAW,EAAE,GAAG;QAChB,aAAa,EAAE,GAAG;QAClB,YAAY,EAAE,CAAC;KAChB;CACF,CAAA","sourcesContent":["const mcsGaugeCapacityCircle = new URL('../../icons/mcs-gauge-capacity-circle.png', import.meta.url).href\n\nexport default {\n type: 'MCSGaugeCapacityCircle',\n description: 'MCSGaugeCapacityCircle',\n icon: mcsGaugeCapacityCircle,\n group: 'SCS',\n model: {\n type: 'MCSGaugeCapacityCircle',\n cx: 100,\n cy: 100,\n rx: 20,\n ry: 20,\n maxCapacity: 100,\n highWatermark: 100,\n currentUsage: 0\n }\n}\n"]}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
const ohtLineCorner = new URL('../../icons/oht-line-corner.svg', import.meta.url).href;
|
|
2
|
-
const ohtLineCornerFillImage = new URL('../../icons/oht-line-corner.png', import.meta.url).href;
|
|
3
|
-
export default {
|
|
4
|
-
type: 'OHT Line Corner',
|
|
5
|
-
description: 'OHT Line Corner',
|
|
6
|
-
icon: ohtLineCorner,
|
|
7
|
-
group: 'OCS',
|
|
8
|
-
model: {
|
|
9
|
-
type: 'OHTLine',
|
|
10
|
-
ohtType: 'corner',
|
|
11
|
-
left: 200,
|
|
12
|
-
top: 100,
|
|
13
|
-
width: 22,
|
|
14
|
-
height: 22,
|
|
15
|
-
fillStyle: {
|
|
16
|
-
fitPattern: false,
|
|
17
|
-
height: null,
|
|
18
|
-
image: ohtLineCornerFillImage,
|
|
19
|
-
offsetX: 0,
|
|
20
|
-
offsetY: 0,
|
|
21
|
-
type: 'pattern',
|
|
22
|
-
width: null,
|
|
23
|
-
color: '#d6d6d6'
|
|
24
|
-
},
|
|
25
|
-
text: ' ',
|
|
26
|
-
strokeStyle: '#000',
|
|
27
|
-
alpha: 1,
|
|
28
|
-
hidden: false,
|
|
29
|
-
lineWidth: 0,
|
|
30
|
-
lineDash: 'solid',
|
|
31
|
-
lineCap: 'butt'
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
//# sourceMappingURL=oht-line-corner.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"oht-line-corner.js","sourceRoot":"","sources":["../../src/templates/oht-line-corner.ts"],"names":[],"mappings":"AAAA,MAAM,aAAa,GAAG,IAAI,GAAG,CAAC,iCAAiC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AACtF,MAAM,sBAAsB,GAAG,IAAI,GAAG,CAAC,iCAAiC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAE/F,eAAe;IACb,IAAI,EAAE,iBAAiB;IACvB,WAAW,EAAE,iBAAiB;IAC9B,IAAI,EAAE,aAAa;IACnB,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE;QACL,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,QAAQ;QACjB,IAAI,EAAE,GAAG;QACT,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,EAAE;QACT,MAAM,EAAE,EAAE;QACV,SAAS,EAAE;YACT,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,IAAI;YACZ,KAAK,EAAE,sBAAsB;YAC7B,OAAO,EAAE,CAAC;YACV,OAAO,EAAE,CAAC;YACV,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,IAAI;YACX,KAAK,EAAE,SAAS;SACjB;QACD,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,MAAM;QACnB,KAAK,EAAE,CAAC;QACR,MAAM,EAAE,KAAK;QACb,SAAS,EAAE,CAAC;QACZ,QAAQ,EAAE,OAAO;QACjB,OAAO,EAAE,MAAM;KAChB;CACF,CAAA","sourcesContent":["const ohtLineCorner = new URL('../../icons/oht-line-corner.svg', import.meta.url).href\nconst ohtLineCornerFillImage = new URL('../../icons/oht-line-corner.png', import.meta.url).href\n\nexport default {\n type: 'OHT Line Corner',\n description: 'OHT Line Corner',\n icon: ohtLineCorner,\n group: 'OCS',\n model: {\n type: 'OHTLine',\n ohtType: 'corner',\n left: 200,\n top: 100,\n width: 22,\n height: 22,\n fillStyle: {\n fitPattern: false,\n height: null,\n image: ohtLineCornerFillImage,\n offsetX: 0,\n offsetY: 0,\n type: 'pattern',\n width: null,\n color: '#d6d6d6'\n },\n text: ' ',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 0,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n}\n"]}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
const ohtLineCross = new URL('../../icons/oht-line-cross.svg', import.meta.url).href;
|
|
2
|
-
const ohtLineCrossFillImage = new URL('../../icons/oht-line-cross.png', import.meta.url).href;
|
|
3
|
-
export default {
|
|
4
|
-
type: 'OHT Line Cross',
|
|
5
|
-
description: 'OHT Line Cross',
|
|
6
|
-
icon: ohtLineCross,
|
|
7
|
-
group: 'OCS',
|
|
8
|
-
model: {
|
|
9
|
-
type: 'OHTLine',
|
|
10
|
-
ohtType: 'cross',
|
|
11
|
-
left: 200,
|
|
12
|
-
top: 100,
|
|
13
|
-
width: 22,
|
|
14
|
-
height: 22,
|
|
15
|
-
fillStyle: {
|
|
16
|
-
fitPattern: false,
|
|
17
|
-
height: null,
|
|
18
|
-
image: ohtLineCrossFillImage,
|
|
19
|
-
offsetX: 0,
|
|
20
|
-
offsetY: 0,
|
|
21
|
-
type: 'pattern',
|
|
22
|
-
width: null,
|
|
23
|
-
color: '#d6d6d6'
|
|
24
|
-
},
|
|
25
|
-
text: ' ',
|
|
26
|
-
strokeStyle: '#000',
|
|
27
|
-
alpha: 1,
|
|
28
|
-
hidden: false,
|
|
29
|
-
lineWidth: 0,
|
|
30
|
-
lineDash: 'solid',
|
|
31
|
-
lineCap: 'butt'
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
//# sourceMappingURL=oht-line-cross.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"oht-line-cross.js","sourceRoot":"","sources":["../../src/templates/oht-line-cross.ts"],"names":[],"mappings":"AAAA,MAAM,YAAY,GAAG,IAAI,GAAG,CAAC,gCAAgC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AACpF,MAAM,qBAAqB,GAAG,IAAI,GAAG,CAAC,gCAAgC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAE7F,eAAe;IACb,IAAI,EAAE,gBAAgB;IACtB,WAAW,EAAE,gBAAgB;IAC7B,IAAI,EAAE,YAAY;IAClB,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE;QACL,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,OAAO;QAChB,IAAI,EAAE,GAAG;QACT,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,EAAE;QACT,MAAM,EAAE,EAAE;QACV,SAAS,EAAE;YACT,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,IAAI;YACZ,KAAK,EAAE,qBAAqB;YAC5B,OAAO,EAAE,CAAC;YACV,OAAO,EAAE,CAAC;YACV,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,IAAI;YACX,KAAK,EAAE,SAAS;SACjB;QACD,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,MAAM;QACnB,KAAK,EAAE,CAAC;QACR,MAAM,EAAE,KAAK;QACb,SAAS,EAAE,CAAC;QACZ,QAAQ,EAAE,OAAO;QACjB,OAAO,EAAE,MAAM;KAChB;CACF,CAAA","sourcesContent":["const ohtLineCross = new URL('../../icons/oht-line-cross.svg', import.meta.url).href\nconst ohtLineCrossFillImage = new URL('../../icons/oht-line-cross.png', import.meta.url).href\n\nexport default {\n type: 'OHT Line Cross',\n description: 'OHT Line Cross',\n icon: ohtLineCross,\n group: 'OCS',\n model: {\n type: 'OHTLine',\n ohtType: 'cross',\n left: 200,\n top: 100,\n width: 22,\n height: 22,\n fillStyle: {\n fitPattern: false,\n height: null,\n image: ohtLineCrossFillImage,\n offsetX: 0,\n offsetY: 0,\n type: 'pattern',\n width: null,\n color: '#d6d6d6'\n },\n text: ' ',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 0,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n}\n"]}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
const ohtLineHorizontal = new URL('../../icons/oht-line-horizontal.svg', import.meta.url).href;
|
|
2
|
-
const ohtLineHorizontalFillImage = new URL('../../icons/oht-line-horizontal.png', import.meta.url).href;
|
|
3
|
-
export default {
|
|
4
|
-
type: 'OHT Line Horizontal',
|
|
5
|
-
description: 'OHT Line Horizontal',
|
|
6
|
-
icon: ohtLineHorizontal,
|
|
7
|
-
group: 'OCS',
|
|
8
|
-
model: {
|
|
9
|
-
type: 'OHTLine',
|
|
10
|
-
ohtType: 'horizon',
|
|
11
|
-
text: ' ',
|
|
12
|
-
left: 100,
|
|
13
|
-
top: 100,
|
|
14
|
-
width: 22,
|
|
15
|
-
height: 27,
|
|
16
|
-
fillStyle: {
|
|
17
|
-
fitPattern: false,
|
|
18
|
-
height: null,
|
|
19
|
-
image: ohtLineHorizontalFillImage,
|
|
20
|
-
offsetX: 0,
|
|
21
|
-
offsetY: 0,
|
|
22
|
-
type: 'pattern',
|
|
23
|
-
width: null,
|
|
24
|
-
color: '#d6d6d6'
|
|
25
|
-
},
|
|
26
|
-
strokeStyle: '#000',
|
|
27
|
-
alpha: 1,
|
|
28
|
-
hidden: false,
|
|
29
|
-
lineWidth: 0,
|
|
30
|
-
lineDash: 'solid',
|
|
31
|
-
lineCap: 'butt'
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
//# sourceMappingURL=oht-line-horizontal.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"oht-line-horizontal.js","sourceRoot":"","sources":["../../src/templates/oht-line-horizontal.ts"],"names":[],"mappings":"AAAA,MAAM,iBAAiB,GAAG,IAAI,GAAG,CAAC,qCAAqC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAC9F,MAAM,0BAA0B,GAAG,IAAI,GAAG,CAAC,qCAAqC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAEvG,eAAe;IACb,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EAAE,qBAAqB;IAClC,IAAI,EAAE,iBAAiB;IACvB,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE;QACL,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,SAAS;QAClB,IAAI,EAAE,GAAG;QACT,IAAI,EAAE,GAAG;QACT,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,EAAE;QACT,MAAM,EAAE,EAAE;QACV,SAAS,EAAE;YACT,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,IAAI;YACZ,KAAK,EAAE,0BAA0B;YACjC,OAAO,EAAE,CAAC;YACV,OAAO,EAAE,CAAC;YACV,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,IAAI;YACX,KAAK,EAAE,SAAS;SACjB;QACD,WAAW,EAAE,MAAM;QACnB,KAAK,EAAE,CAAC;QACR,MAAM,EAAE,KAAK;QACb,SAAS,EAAE,CAAC;QACZ,QAAQ,EAAE,OAAO;QACjB,OAAO,EAAE,MAAM;KAChB;CACF,CAAA","sourcesContent":["const ohtLineHorizontal = new URL('../../icons/oht-line-horizontal.svg', import.meta.url).href\nconst ohtLineHorizontalFillImage = new URL('../../icons/oht-line-horizontal.png', import.meta.url).href\n\nexport default {\n type: 'OHT Line Horizontal',\n description: 'OHT Line Horizontal',\n icon: ohtLineHorizontal,\n group: 'OCS',\n model: {\n type: 'OHTLine',\n ohtType: 'horizon',\n text: ' ',\n left: 100,\n top: 100,\n width: 22,\n height: 27,\n fillStyle: {\n fitPattern: false,\n height: null,\n image: ohtLineHorizontalFillImage,\n offsetX: 0,\n offsetY: 0,\n type: 'pattern',\n width: null,\n color: '#d6d6d6'\n },\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 0,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n}\n"]}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
const ohtLineVertical = new URL('../../icons/oht-line-vertical.svg', import.meta.url).href;
|
|
2
|
-
const ohtLineVerticalFillImage = new URL('../../icons/oht-line-vertical.png', import.meta.url).href;
|
|
3
|
-
export default {
|
|
4
|
-
type: 'OHT Line Vertical',
|
|
5
|
-
description: 'OHT Line Vertical',
|
|
6
|
-
icon: ohtLineVertical,
|
|
7
|
-
group: 'OCS',
|
|
8
|
-
model: {
|
|
9
|
-
type: 'OHTLine',
|
|
10
|
-
ohtType: 'vertical',
|
|
11
|
-
left: 200,
|
|
12
|
-
top: 100,
|
|
13
|
-
width: 27,
|
|
14
|
-
height: 22,
|
|
15
|
-
fillStyle: {
|
|
16
|
-
fitPattern: false,
|
|
17
|
-
height: null,
|
|
18
|
-
image: ohtLineVerticalFillImage,
|
|
19
|
-
offsetX: 0,
|
|
20
|
-
offsetY: 0,
|
|
21
|
-
type: 'pattern',
|
|
22
|
-
width: null,
|
|
23
|
-
color: '#d6d6d6'
|
|
24
|
-
},
|
|
25
|
-
text: ' ',
|
|
26
|
-
strokeStyle: '#000',
|
|
27
|
-
alpha: 1,
|
|
28
|
-
hidden: false,
|
|
29
|
-
lineWidth: 0,
|
|
30
|
-
lineDash: 'solid',
|
|
31
|
-
lineCap: 'butt'
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
//# sourceMappingURL=oht-line-vertical.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"oht-line-vertical.js","sourceRoot":"","sources":["../../src/templates/oht-line-vertical.ts"],"names":[],"mappings":"AAAA,MAAM,eAAe,GAAG,IAAI,GAAG,CAAC,mCAAmC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAC1F,MAAM,wBAAwB,GAAG,IAAI,GAAG,CAAC,mCAAmC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAEnG,eAAe;IACb,IAAI,EAAE,mBAAmB;IACzB,WAAW,EAAE,mBAAmB;IAChC,IAAI,EAAE,eAAe;IACrB,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE;QACL,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,UAAU;QACnB,IAAI,EAAE,GAAG;QACT,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,EAAE;QACT,MAAM,EAAE,EAAE;QACV,SAAS,EAAE;YACT,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,IAAI;YACZ,KAAK,EAAE,wBAAwB;YAC/B,OAAO,EAAE,CAAC;YACV,OAAO,EAAE,CAAC;YACV,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,IAAI;YACX,KAAK,EAAE,SAAS;SACjB;QACD,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,MAAM;QACnB,KAAK,EAAE,CAAC;QACR,MAAM,EAAE,KAAK;QACb,SAAS,EAAE,CAAC;QACZ,QAAQ,EAAE,OAAO;QACjB,OAAO,EAAE,MAAM;KAChB;CACF,CAAA","sourcesContent":["const ohtLineVertical = new URL('../../icons/oht-line-vertical.svg', import.meta.url).href\nconst ohtLineVerticalFillImage = new URL('../../icons/oht-line-vertical.png', import.meta.url).href\n\nexport default {\n type: 'OHT Line Vertical',\n description: 'OHT Line Vertical',\n icon: ohtLineVertical,\n group: 'OCS',\n model: {\n type: 'OHTLine',\n ohtType: 'vertical',\n left: 200,\n top: 100,\n width: 27,\n height: 22,\n fillStyle: {\n fitPattern: false,\n height: null,\n image: ohtLineVerticalFillImage,\n offsetX: 0,\n offsetY: 0,\n type: 'pattern',\n width: null,\n color: '#d6d6d6'\n },\n text: ' ',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 0,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n}\n"]}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
const rtvCorner = new URL('../../icons/rtv-corner.svg', import.meta.url).href;
|
|
2
|
-
const rtvCornerFillImage = new URL('../../icons/rtv-corner.png', import.meta.url).href;
|
|
3
|
-
export default {
|
|
4
|
-
type: 'Rtv Corner',
|
|
5
|
-
description: 'Rtv Corner',
|
|
6
|
-
icon: rtvCorner,
|
|
7
|
-
group: 'CCS',
|
|
8
|
-
model: {
|
|
9
|
-
type: 'RTVRail',
|
|
10
|
-
rgvType: 'corner',
|
|
11
|
-
left: 200,
|
|
12
|
-
top: 100,
|
|
13
|
-
width: 38,
|
|
14
|
-
height: 38,
|
|
15
|
-
fillStyle: {
|
|
16
|
-
fitPattern: false,
|
|
17
|
-
height: null,
|
|
18
|
-
image: rtvCornerFillImage,
|
|
19
|
-
offsetX: 0,
|
|
20
|
-
offsetY: 0,
|
|
21
|
-
type: 'pattern',
|
|
22
|
-
width: null,
|
|
23
|
-
color: '#636363'
|
|
24
|
-
},
|
|
25
|
-
strokeStyle: '#000',
|
|
26
|
-
alpha: 1,
|
|
27
|
-
hidden: false,
|
|
28
|
-
lineWidth: 0,
|
|
29
|
-
lineDash: 'solid',
|
|
30
|
-
lineCap: 'butt'
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
//# sourceMappingURL=rtv-corner.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rtv-corner.js","sourceRoot":"","sources":["../../src/templates/rtv-corner.ts"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG,IAAI,GAAG,CAAC,4BAA4B,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAC7E,MAAM,kBAAkB,GAAG,IAAI,GAAG,CAAC,4BAA4B,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAEtF,eAAe;IACb,IAAI,EAAE,YAAY;IAClB,WAAW,EAAE,YAAY;IACzB,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE;QACL,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,QAAQ;QACjB,IAAI,EAAE,GAAG;QACT,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,EAAE;QACT,MAAM,EAAE,EAAE;QACV,SAAS,EAAE;YACT,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,IAAI;YACZ,KAAK,EAAE,kBAAkB;YACzB,OAAO,EAAE,CAAC;YACV,OAAO,EAAE,CAAC;YACV,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,IAAI;YACX,KAAK,EAAE,SAAS;SACjB;QACD,WAAW,EAAE,MAAM;QACnB,KAAK,EAAE,CAAC;QACR,MAAM,EAAE,KAAK;QACb,SAAS,EAAE,CAAC;QACZ,QAAQ,EAAE,OAAO;QACjB,OAAO,EAAE,MAAM;KAChB;CACF,CAAA","sourcesContent":["const rtvCorner = new URL('../../icons/rtv-corner.svg', import.meta.url).href\nconst rtvCornerFillImage = new URL('../../icons/rtv-corner.png', import.meta.url).href\n\nexport default {\n type: 'Rtv Corner',\n description: 'Rtv Corner',\n icon: rtvCorner,\n group: 'CCS',\n model: {\n type: 'RTVRail',\n rgvType: 'corner',\n left: 200,\n top: 100,\n width: 38,\n height: 38,\n fillStyle: {\n fitPattern: false,\n height: null,\n image: rtvCornerFillImage,\n offsetX: 0,\n offsetY: 0,\n type: 'pattern',\n width: null,\n color: '#636363'\n },\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 0,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n}\n"]}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
const rtvLeft = new URL('../../icons/rtv-left.svg', import.meta.url).href;
|
|
2
|
-
const rtvLeftFillImage = new URL('../../icons/rtv-left.png', import.meta.url).href;
|
|
3
|
-
export default {
|
|
4
|
-
type: 'Rtv Left',
|
|
5
|
-
description: 'Rtv Left',
|
|
6
|
-
icon: rtvLeft,
|
|
7
|
-
group: 'CCS',
|
|
8
|
-
model: {
|
|
9
|
-
type: 'RTVRail',
|
|
10
|
-
rgvType: 'left',
|
|
11
|
-
left: 200,
|
|
12
|
-
top: 100,
|
|
13
|
-
width: 20,
|
|
14
|
-
height: 19,
|
|
15
|
-
fillStyle: {
|
|
16
|
-
fitPattern: false,
|
|
17
|
-
height: null,
|
|
18
|
-
image: rtvLeftFillImage,
|
|
19
|
-
offsetX: 0,
|
|
20
|
-
offsetY: 0,
|
|
21
|
-
type: 'pattern',
|
|
22
|
-
width: null,
|
|
23
|
-
color: '#636363'
|
|
24
|
-
},
|
|
25
|
-
strokeStyle: '#000',
|
|
26
|
-
alpha: 1,
|
|
27
|
-
hidden: false,
|
|
28
|
-
lineWidth: 0,
|
|
29
|
-
lineDash: 'solid',
|
|
30
|
-
lineCap: 'butt'
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
//# sourceMappingURL=rtv-left.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rtv-left.js","sourceRoot":"","sources":["../../src/templates/rtv-left.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,GAAG,IAAI,GAAG,CAAC,0BAA0B,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AACzE,MAAM,gBAAgB,GAAG,IAAI,GAAG,CAAC,0BAA0B,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAElF,eAAe;IACb,IAAI,EAAE,UAAU;IAChB,WAAW,EAAE,UAAU;IACvB,IAAI,EAAE,OAAO;IACb,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE;QACL,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,MAAM;QACf,IAAI,EAAE,GAAG;QACT,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,EAAE;QACT,MAAM,EAAE,EAAE;QACV,SAAS,EAAE;YACT,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,IAAI;YACZ,KAAK,EAAE,gBAAgB;YACvB,OAAO,EAAE,CAAC;YACV,OAAO,EAAE,CAAC;YACV,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,IAAI;YACX,KAAK,EAAE,SAAS;SACjB;QACD,WAAW,EAAE,MAAM;QACnB,KAAK,EAAE,CAAC;QACR,MAAM,EAAE,KAAK;QACb,SAAS,EAAE,CAAC;QACZ,QAAQ,EAAE,OAAO;QACjB,OAAO,EAAE,MAAM;KAChB;CACF,CAAA","sourcesContent":["const rtvLeft = new URL('../../icons/rtv-left.svg', import.meta.url).href\nconst rtvLeftFillImage = new URL('../../icons/rtv-left.png', import.meta.url).href\n\nexport default {\n type: 'Rtv Left',\n description: 'Rtv Left',\n icon: rtvLeft,\n group: 'CCS',\n model: {\n type: 'RTVRail',\n rgvType: 'left',\n left: 200,\n top: 100,\n width: 20,\n height: 19,\n fillStyle: {\n fitPattern: false,\n height: null,\n image: rtvLeftFillImage,\n offsetX: 0,\n offsetY: 0,\n type: 'pattern',\n width: null,\n color: '#636363'\n },\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 0,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n}\n"]}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
const rtvMiddle = new URL('../../icons/rtv-middle.svg', import.meta.url).href;
|
|
2
|
-
const rtvMiddleFillImage = new URL('../../icons/rtv-middle.png', import.meta.url).href;
|
|
3
|
-
export default {
|
|
4
|
-
type: 'Rtv Middle',
|
|
5
|
-
description: 'Rtv Middle',
|
|
6
|
-
icon: rtvMiddle,
|
|
7
|
-
group: 'CCS',
|
|
8
|
-
model: {
|
|
9
|
-
type: 'RTVRail',
|
|
10
|
-
rgvType: 'middle',
|
|
11
|
-
left: 200,
|
|
12
|
-
top: 100,
|
|
13
|
-
width: 21,
|
|
14
|
-
height: 19,
|
|
15
|
-
fillStyle: {
|
|
16
|
-
fitPattern: false,
|
|
17
|
-
height: null,
|
|
18
|
-
image: rtvMiddleFillImage,
|
|
19
|
-
offsetX: 0,
|
|
20
|
-
offsetY: 0,
|
|
21
|
-
type: 'pattern',
|
|
22
|
-
width: null,
|
|
23
|
-
color: '#636363'
|
|
24
|
-
},
|
|
25
|
-
strokeStyle: '#000',
|
|
26
|
-
alpha: 1,
|
|
27
|
-
hidden: false,
|
|
28
|
-
lineWidth: 0,
|
|
29
|
-
lineDash: 'solid',
|
|
30
|
-
lineCap: 'butt'
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
//# sourceMappingURL=rtv-middle.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rtv-middle.js","sourceRoot":"","sources":["../../src/templates/rtv-middle.ts"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG,IAAI,GAAG,CAAC,4BAA4B,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAC7E,MAAM,kBAAkB,GAAG,IAAI,GAAG,CAAC,4BAA4B,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAEtF,eAAe;IACb,IAAI,EAAE,YAAY;IAClB,WAAW,EAAE,YAAY;IACzB,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE;QACL,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,QAAQ;QACjB,IAAI,EAAE,GAAG;QACT,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,EAAE;QACT,MAAM,EAAE,EAAE;QACV,SAAS,EAAE;YACT,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,IAAI;YACZ,KAAK,EAAE,kBAAkB;YACzB,OAAO,EAAE,CAAC;YACV,OAAO,EAAE,CAAC;YACV,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,IAAI;YACX,KAAK,EAAE,SAAS;SACjB;QACD,WAAW,EAAE,MAAM;QACnB,KAAK,EAAE,CAAC;QACR,MAAM,EAAE,KAAK;QACb,SAAS,EAAE,CAAC;QACZ,QAAQ,EAAE,OAAO;QACjB,OAAO,EAAE,MAAM;KAChB;CACF,CAAA","sourcesContent":["const rtvMiddle = new URL('../../icons/rtv-middle.svg', import.meta.url).href\nconst rtvMiddleFillImage = new URL('../../icons/rtv-middle.png', import.meta.url).href\n\nexport default {\n type: 'Rtv Middle',\n description: 'Rtv Middle',\n icon: rtvMiddle,\n group: 'CCS',\n model: {\n type: 'RTVRail',\n rgvType: 'middle',\n left: 200,\n top: 100,\n width: 21,\n height: 19,\n fillStyle: {\n fitPattern: false,\n height: null,\n image: rtvMiddleFillImage,\n offsetX: 0,\n offsetY: 0,\n type: 'pattern',\n width: null,\n color: '#636363'\n },\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 0,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n}\n"]}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
const rtvRail = new URL('../../icons/rtv-rail.png', import.meta.url).href;
|
|
2
|
-
export default {
|
|
3
|
-
type: 'RTVRail',
|
|
4
|
-
description: 'RTVRail',
|
|
5
|
-
icon: rtvRail,
|
|
6
|
-
group: 'CCS',
|
|
7
|
-
model: {
|
|
8
|
-
type: 'RTVRail',
|
|
9
|
-
left: 200,
|
|
10
|
-
top: 100,
|
|
11
|
-
width: 100,
|
|
12
|
-
height: 20
|
|
13
|
-
}
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=rtv-rail.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rtv-rail.js","sourceRoot":"","sources":["../../src/templates/rtv-rail.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,GAAG,IAAI,GAAG,CAAC,0BAA0B,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAEzE,eAAe;IACb,IAAI,EAAE,SAAS;IACf,WAAW,EAAE,SAAS;IACtB,IAAI,EAAE,OAAO;IACb,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE;QACL,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,GAAG;QACT,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,GAAG;QACV,MAAM,EAAE,EAAE;KACX;CACF,CAAA","sourcesContent":["const rtvRail = new URL('../../icons/rtv-rail.png', import.meta.url).href\n\nexport default {\n type: 'RTVRail',\n description: 'RTVRail',\n icon: rtvRail,\n group: 'CCS',\n model: {\n type: 'RTVRail',\n left: 200,\n top: 100,\n width: 100,\n height: 20\n }\n}\n"]}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
const rtvRight = new URL('../../icons/rtv-right.svg', import.meta.url).href;
|
|
2
|
-
const rtvRightFillImage = new URL('../../icons/rtv-right.png', import.meta.url).href;
|
|
3
|
-
export default {
|
|
4
|
-
type: 'Rtv Right',
|
|
5
|
-
description: 'Rtv Right',
|
|
6
|
-
icon: rtvRight,
|
|
7
|
-
group: 'CCS',
|
|
8
|
-
model: {
|
|
9
|
-
type: 'RTVRail',
|
|
10
|
-
rgvType: 'right',
|
|
11
|
-
left: 200,
|
|
12
|
-
top: 100,
|
|
13
|
-
width: 20,
|
|
14
|
-
height: 19,
|
|
15
|
-
fillStyle: {
|
|
16
|
-
fitPattern: false,
|
|
17
|
-
height: null,
|
|
18
|
-
image: rtvRightFillImage,
|
|
19
|
-
offsetX: 0,
|
|
20
|
-
offsetY: 0,
|
|
21
|
-
type: 'pattern',
|
|
22
|
-
width: null,
|
|
23
|
-
color: '#636363'
|
|
24
|
-
},
|
|
25
|
-
strokeStyle: '#000',
|
|
26
|
-
alpha: 1,
|
|
27
|
-
hidden: false,
|
|
28
|
-
lineWidth: 0,
|
|
29
|
-
lineDash: 'solid',
|
|
30
|
-
lineCap: 'butt'
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
//# sourceMappingURL=rtv-right.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rtv-right.js","sourceRoot":"","sources":["../../src/templates/rtv-right.ts"],"names":[],"mappings":"AAAA,MAAM,QAAQ,GAAG,IAAI,GAAG,CAAC,2BAA2B,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAC3E,MAAM,iBAAiB,GAAG,IAAI,GAAG,CAAC,2BAA2B,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAEpF,eAAe;IACb,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,WAAW;IACxB,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE;QACL,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,OAAO;QAChB,IAAI,EAAE,GAAG;QACT,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,EAAE;QACT,MAAM,EAAE,EAAE;QACV,SAAS,EAAE;YACT,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,IAAI;YACZ,KAAK,EAAE,iBAAiB;YACxB,OAAO,EAAE,CAAC;YACV,OAAO,EAAE,CAAC;YACV,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,IAAI;YACX,KAAK,EAAE,SAAS;SACjB;QACD,WAAW,EAAE,MAAM;QACnB,KAAK,EAAE,CAAC;QACR,MAAM,EAAE,KAAK;QACb,SAAS,EAAE,CAAC;QACZ,QAAQ,EAAE,OAAO;QACjB,OAAO,EAAE,MAAM;KAChB;CACF,CAAA","sourcesContent":["const rtvRight = new URL('../../icons/rtv-right.svg', import.meta.url).href\nconst rtvRightFillImage = new URL('../../icons/rtv-right.png', import.meta.url).href\n\nexport default {\n type: 'Rtv Right',\n description: 'Rtv Right',\n icon: rtvRight,\n group: 'CCS',\n model: {\n type: 'RTVRail',\n rgvType: 'right',\n left: 200,\n top: 100,\n width: 20,\n height: 19,\n fillStyle: {\n fitPattern: false,\n height: null,\n image: rtvRightFillImage,\n offsetX: 0,\n offsetY: 0,\n type: 'pattern',\n width: null,\n color: '#636363'\n },\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 0,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n}\n"]}
|