mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
Compare commits
54 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b35293575a | |||
| 633f7f4c26 | |||
| b68e9da715 | |||
| 05ae446af7 | |||
| 09e5c53558 | |||
| fe70b19f2a | |||
| 32fbf51943 | |||
| 39f2688611 | |||
| 1090249e08 | |||
| c38debb458 | |||
| ee552d65ec | |||
| 4859a265e7 | |||
| 82d051a7a4 | |||
| c9ad50b01e | |||
| 50f573e8c6 | |||
| f1720c88e8 | |||
| efefebe202 | |||
| 218f616df4 | |||
| 8d737f6429 | |||
| b7abeb4c34 | |||
| 5440b0831d | |||
| fc344684cc | |||
| 8c61e260d4 | |||
| f4f6512969 | |||
| b9b1e438b9 | |||
| 1eb5f3de9e | |||
| 862aebb158 | |||
| 82a016dca7 | |||
| 744804d445 | |||
| 13a9baa175 | |||
| 01bb9f9c2e | |||
| 80b0226a16 | |||
| 7596b7ec2c | |||
| 90e257127c | |||
| 72f28abf10 | |||
| ff6622bc29 | |||
| c9459eb8f4 | |||
| f51886e45a | |||
| 91803d3fef | |||
| 61972c35e6 | |||
| 466ec2084b | |||
| 75b04ad247 | |||
| a3a0fb358c | |||
| b602819179 | |||
| 346d20fc08 | |||
| 56ae593d5e | |||
| 4f6b79c686 | |||
| 4f89b932fb | |||
| 2106675a0a | |||
| 1b68e0174d | |||
| b47f692ac1 | |||
| b6d776d94e | |||
| 3a97f6a7ac | |||
| c03e524f37 |
@@ -24,5 +24,8 @@ pnpm-debug.log*
|
|||||||
*.sw?
|
*.sw?
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
|
# Lock files
|
||||||
|
*.lock
|
||||||
|
|
||||||
# Dev files
|
# Dev files
|
||||||
stockInfoDev.json
|
stockInfoDev.json
|
||||||
+1
-1
@@ -2,5 +2,5 @@
|
|||||||
"semi": true,
|
"semi": true,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"trailingComma": "es5",
|
"trailingComma": "es5",
|
||||||
"printWidth": 100
|
"printWidth": 150
|
||||||
}
|
}
|
||||||
|
|||||||
+29
-1
@@ -6,7 +6,7 @@
|
|||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
||||||
|
|
||||||
<title>Pojazdownik</title>
|
<title>Pojazdownik</title>
|
||||||
<meta name="description" content="Edytor pociągów online do symulatora Train Driver 2" />
|
<meta name="description" content="Edytor składów online dla symulatora Train Driver 2" />
|
||||||
|
|
||||||
<link rel="icon" href="/favicon.ico" sizes="any" />
|
<link rel="icon" href="/favicon.ico" sizes="any" />
|
||||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
||||||
@@ -16,6 +16,34 @@
|
|||||||
|
|
||||||
<meta name="msapplication-TileColor" content="#da532c" />
|
<meta name="msapplication-TileColor" content="#da532c" />
|
||||||
<meta name="theme-color" content="#111" />
|
<meta name="theme-color" content="#111" />
|
||||||
|
|
||||||
|
<!-- Static OpenGraph meta -->
|
||||||
|
<meta name="description" content="Edytor składów online dla symulatora Train Driver 2" />
|
||||||
|
<meta property="og:url" content="https://pojazdownik-td2.web.app/" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:title" content="Pojazdownik" />
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="Edytor składów online dla symulatora Train Driver 2"
|
||||||
|
/>
|
||||||
|
<meta
|
||||||
|
property="og:image"
|
||||||
|
content="https://raw.githubusercontent.com/Spythere/api/refs/heads/main/thumbnails/pojazdownik-banner.png"
|
||||||
|
/>
|
||||||
|
<meta property="og:image:width" content="1200" />
|
||||||
|
<meta property="og:image:height" content="630" />
|
||||||
|
<meta property="og:site_name" content="Pojazdownik" />
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
|
<meta name="twitter:title" content="Pojazdownik" />
|
||||||
|
<meta
|
||||||
|
name="twitter:description"
|
||||||
|
content="Edytor składów online dla symulatora Train Driver 2"
|
||||||
|
/>
|
||||||
|
<meta
|
||||||
|
name="twitter:image"
|
||||||
|
content="https://raw.githubusercontent.com/Spythere/api/refs/heads/main/thumbnails/pojazdownik-banner.png"
|
||||||
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
|||||||
+6
-3
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pojazdownik",
|
"name": "pojazdownik",
|
||||||
"version": "1.8.10",
|
"version": "1.9.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -13,13 +13,16 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^1.4.0",
|
"axios": "^1.4.0",
|
||||||
|
"lucide-vue-next": "^0.487.0",
|
||||||
"pinia": "^2.0.17",
|
"pinia": "^2.0.17",
|
||||||
"prettier": "^3.0.3",
|
"prettier": "^3.0.3",
|
||||||
"vue": "^3.2.37",
|
"vue": "^3.2.37",
|
||||||
"vue-i18n": "9.11.0"
|
"vue-i18n": "9.11.0",
|
||||||
|
"vue-router": "4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rushstack/eslint-patch": "^1.3.3",
|
"@rushstack/eslint-patch": "^1.3.3",
|
||||||
|
"@types/node": "^22.13.9",
|
||||||
"@vite-pwa/assets-generator": "^0.2.3",
|
"@vite-pwa/assets-generator": "^0.2.3",
|
||||||
"@vitejs/plugin-vue": "^5.0.3",
|
"@vitejs/plugin-vue": "^5.0.3",
|
||||||
"@vue/eslint-config-prettier": "^9.0.0",
|
"@vue/eslint-config-prettier": "^9.0.0",
|
||||||
@@ -31,6 +34,6 @@
|
|||||||
"typescript": "^5.0.2",
|
"typescript": "^5.0.2",
|
||||||
"vite": "^5.0.12",
|
"vite": "^5.0.12",
|
||||||
"vite-plugin-pwa": "^0.17.5",
|
"vite-plugin-pwa": "^0.17.5",
|
||||||
"vue-tsc": "^1.2.0"
|
"vue-tsc": "^2.2.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 74 KiB |
+42
-11
@@ -1,7 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<AppModals />
|
<AppModals />
|
||||||
<ImageFullscreenPreview v-if="store.vehiclePreviewSrc" />
|
<ImageFullscreenPreview v-if="store.vehiclePreviewSrc" />
|
||||||
<AppContainerView />
|
|
||||||
|
<router-view></router-view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
@@ -14,34 +15,64 @@ import AppModals from './components/app/AppModals.vue';
|
|||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
components: { ImageFullscreenPreview, AppContainerView, AppModals },
|
components: { ImageFullscreenPreview, AppContainerView, AppModals },
|
||||||
data() {
|
data() {
|
||||||
return {
|
return { store: useStore() };
|
||||||
store: useStore(),
|
|
||||||
};
|
|
||||||
},
|
},
|
||||||
|
|
||||||
async created() {
|
created() {
|
||||||
this.store.handleRouting();
|
this.loadStockDataFromStorage();
|
||||||
this.store.setupAPIData();
|
this.store.setupAPIData();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
computed: {
|
||||||
|
currentStockString() {
|
||||||
|
return this.store.stockString;
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
watch: {
|
||||||
|
currentStockString(val: string) {
|
||||||
|
if (val != this.store.chosenStorageStockString) {
|
||||||
|
this.store.chosenStorageStockName = '';
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
methods: {
|
||||||
|
loadStockDataFromStorage() {
|
||||||
|
const savedData = localStorage.getItem('savedStockData');
|
||||||
|
|
||||||
|
if (!savedData) {
|
||||||
|
localStorage.setItem('savedStockData', JSON.stringify({}));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
this.store.storageStockData = JSON.parse(savedData);
|
||||||
|
} catch (error) {
|
||||||
|
console.error(
|
||||||
|
'Wystąpił błąd podczas przetwarzania danych o składach z localStorage!',
|
||||||
|
error
|
||||||
|
);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import './styles/global.scss';
|
|
||||||
|
|
||||||
/* APP */
|
/* APP */
|
||||||
#app {
|
#app {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
color: $textColor;
|
color: global.$textColor;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
@media screen and (max-width: $breakpointMd) {
|
@media screen and (max-width: global.$breakpointMd) {
|
||||||
font-size: calc(0.7rem + 0.75vw);
|
font-size: calc(0.7rem + 0.75vw);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (orientation: landscape) and (max-width: $breakpointMd) {
|
@media screen and (orientation: landscape) and (max-width: global.$breakpointMd) {
|
||||||
font-size: calc(0.75rem + 0.4vw);
|
font-size: calc(0.75rem + 0.4vw);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,13 @@
|
|||||||
</i18n-t>
|
</i18n-t>
|
||||||
|
|
||||||
<div class="text--grayed" v-if="store.vehiclesData">
|
<div class="text--grayed" v-if="store.vehiclesData">
|
||||||
{{ $t('footer.version-check', { version: store.compatibleSimulatorVersion }) }}
|
{{
|
||||||
|
$t('footer.vehicles-count', {
|
||||||
|
all: vehiclesCounters.all,
|
||||||
|
units: vehiclesCounters.units,
|
||||||
|
cars: vehiclesCounters.cars,
|
||||||
|
})
|
||||||
|
}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
@@ -33,6 +39,27 @@ export default defineComponent({
|
|||||||
store: useStore(),
|
store: useStore(),
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
computed: {
|
||||||
|
vehiclesCounters() {
|
||||||
|
let counters = {
|
||||||
|
all: 0,
|
||||||
|
cars: 0,
|
||||||
|
units: 0,
|
||||||
|
};
|
||||||
|
|
||||||
|
if (!this.store.vehiclesData) return counters;
|
||||||
|
|
||||||
|
this.store.vehiclesData?.forEach((v) => {
|
||||||
|
counters.all += 1;
|
||||||
|
|
||||||
|
if (v.group.locoProps !== null) counters.units += 1;
|
||||||
|
else counters.cars += 1;
|
||||||
|
});
|
||||||
|
|
||||||
|
return counters;
|
||||||
|
},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<LogoSection />
|
<LogoSection />
|
||||||
<InputsSection />
|
<InputsSection />
|
||||||
<TrainImageSection />
|
<TrainImageSection />
|
||||||
<StockSection />
|
<TabsSection />
|
||||||
</main>
|
</main>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -12,16 +12,14 @@ import { defineComponent } from 'vue';
|
|||||||
import LogoSection from '../sections/LogoSection.vue';
|
import LogoSection from '../sections/LogoSection.vue';
|
||||||
import InputsSection from '../sections/InputsSection.vue';
|
import InputsSection from '../sections/InputsSection.vue';
|
||||||
import TrainImageSection from '../sections/TrainImageSection.vue';
|
import TrainImageSection from '../sections/TrainImageSection.vue';
|
||||||
import StockSection from '../sections/StockSection.vue';
|
import TabsSection from '../sections/TabsSection.vue';
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
components: { LogoSection, InputsSection, TrainImageSection, StockSection },
|
components: { LogoSection, InputsSection, TrainImageSection, TabsSection },
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import '../../styles/global.scss';
|
|
||||||
|
|
||||||
main {
|
main {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 1em;
|
gap: 1em;
|
||||||
@@ -32,7 +30,7 @@ main {
|
|||||||
grid-template-columns: 1fr 2fr;
|
grid-template-columns: 1fr 2fr;
|
||||||
grid-template-rows: auto 360px minmax(300px, 1fr);
|
grid-template-rows: auto 360px minmax(300px, 1fr);
|
||||||
|
|
||||||
background-color: darken($color: $bgColor, $amount: 5);
|
background-color: global.$bgColorDarker;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
|
|
||||||
min-height: 950px;
|
min-height: 950px;
|
||||||
@@ -40,7 +38,7 @@ main {
|
|||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: $breakpointMd) {
|
@media screen and (max-width: global.$breakpointMd) {
|
||||||
main {
|
main {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
@@ -76,7 +76,7 @@
|
|||||||
<div class="thumbnail-container">
|
<div class="thumbnail-container">
|
||||||
<div>{{ stockType }}</div>
|
<div>{{ stockType }}</div>
|
||||||
<img
|
<img
|
||||||
:src="`https://static.spythere.eu/thumbnails/${stockType}.png`"
|
:src="`https://stacjownik.spythere.eu/static/thumbnails/${stockType}.png`"
|
||||||
:title="stockType"
|
:title="stockType"
|
||||||
style="opacity: 0"
|
style="opacity: 0"
|
||||||
@error="(e) => onStockItemError(e, stockType)"
|
@error="(e) => onStockItemError(e, stockType)"
|
||||||
@@ -100,7 +100,7 @@ import { useStore } from '../../store';
|
|||||||
import imageMixin from '../../mixins/imageMixin';
|
import imageMixin from '../../mixins/imageMixin';
|
||||||
import stockMixin from '../../mixins/stockMixin';
|
import stockMixin from '../../mixins/stockMixin';
|
||||||
|
|
||||||
import { IRealComposition, VehicleGroupType } from '../../types';
|
import { IRealComposition, VehicleGroupType } from '../../types/common.types';
|
||||||
|
|
||||||
function getVehicleType(stockType: string): VehicleGroupType {
|
function getVehicleType(stockType: string): VehicleGroupType {
|
||||||
if (/^E/.test(stockType)) return 'loco-electric';
|
if (/^E/.test(stockType)) return 'loco-electric';
|
||||||
@@ -220,8 +220,6 @@ export default defineComponent({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import '../../styles/global.scss';
|
|
||||||
|
|
||||||
.action-exit {
|
.action-exit {
|
||||||
display: flex;
|
display: flex;
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
@@ -249,7 +247,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
|
||||||
@media screen and (max-width: $breakpointSm) {
|
@media screen and (max-width: global.$breakpointSm) {
|
||||||
height: 80vh;
|
height: 80vh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -281,7 +279,7 @@ export default defineComponent({
|
|||||||
width: 35%;
|
width: 35%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: $breakpointSm) {
|
@media screen and (max-width: global.$breakpointSm) {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
input {
|
input {
|
||||||
@@ -309,7 +307,7 @@ ul {
|
|||||||
padding: 0.1em;
|
padding: 0.1em;
|
||||||
|
|
||||||
&[data-last-selected='true'] .stock-title {
|
&[data-last-selected='true'] .stock-title {
|
||||||
border: 1px solid $accentColor;
|
border: 1px solid global.$accentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stock-title {
|
.stock-title {
|
||||||
@@ -325,7 +323,7 @@ ul {
|
|||||||
background: #222;
|
background: #222;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: $breakpointSm) {
|
@media screen and (max-width: global.$breakpointSm) {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
// grid-template-rows: 1fr 1fr;
|
// grid-template-rows: 1fr 1fr;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="inputs-section">
|
<section class="inputs-section">
|
||||||
<div class="input_container">
|
<div class="input_container">
|
||||||
<h2 class="input_header">{{ $t('inputs.title') }}</h2>
|
|
||||||
|
|
||||||
<div class="input_list type">
|
<div class="input_list type">
|
||||||
|
<label for="cargo-select">{{ $t('inputs.vehicles-title') }}</label>
|
||||||
|
|
||||||
<div class="vehicle-types locos">
|
<div class="vehicle-types locos">
|
||||||
<button
|
<button
|
||||||
v-for="locoType in locomotiveTypeList"
|
v-for="locoType in locomotiveTypeList"
|
||||||
@@ -35,6 +35,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="input_list type">
|
<div class="input_list type">
|
||||||
|
<label for="cargo-select">{{ $t('inputs.carwagons-title') }}</label>
|
||||||
|
|
||||||
<div class="vehicle-types carwagons">
|
<div class="vehicle-types carwagons">
|
||||||
<button
|
<button
|
||||||
v-for="carType in carTypeList"
|
v-for="carType in carTypeList"
|
||||||
@@ -126,7 +128,7 @@ import imageMixin from '../../mixins/imageMixin';
|
|||||||
import { useStore } from '../../store';
|
import { useStore } from '../../store';
|
||||||
import stockPreviewMixin from '../../mixins/stockPreviewMixin';
|
import stockPreviewMixin from '../../mixins/stockPreviewMixin';
|
||||||
import stockMixin from '../../mixins/stockMixin';
|
import stockMixin from '../../mixins/stockMixin';
|
||||||
import { LocoGroupType, WagonGroupType } from '../../types';
|
import { LocoGroupType, WagonGroupType } from '../../types/common.types';
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
mixins: [imageMixin, stockPreviewMixin, stockMixin],
|
mixins: [imageMixin, stockPreviewMixin, stockMixin],
|
||||||
@@ -134,33 +136,15 @@ export default defineComponent({
|
|||||||
data: () => ({
|
data: () => ({
|
||||||
store: useStore(),
|
store: useStore(),
|
||||||
locomotiveTypeList: [
|
locomotiveTypeList: [
|
||||||
{
|
{ id: 'loco-electric', desc: 'ELEKTRYCZNE' },
|
||||||
id: 'loco-electric',
|
{ id: 'loco-diesel', desc: 'SPALINOWE' },
|
||||||
desc: 'ELEKTRYCZNE',
|
{ id: 'unit-electric', desc: 'ELEKTR. ZESPOŁY TRAKCYJNE' },
|
||||||
},
|
{ id: 'unit-diesel', desc: 'SPAL. ZESPOŁY TRAKCYJNE' },
|
||||||
{
|
|
||||||
id: 'loco-diesel',
|
|
||||||
desc: 'SPALINOWE',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 'unit-electric',
|
|
||||||
desc: 'ELEKTR. ZESPOŁY TRAKCYJNE',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 'unit-diesel',
|
|
||||||
desc: 'SPAL. ZESPOŁY TRAKCYJNE',
|
|
||||||
},
|
|
||||||
] as { id: LocoGroupType; desc: string }[],
|
] as { id: LocoGroupType; desc: string }[],
|
||||||
|
|
||||||
carTypeList: [
|
carTypeList: [
|
||||||
{
|
{ id: 'wagon-passenger', desc: 'PASAŻERSKIE' },
|
||||||
id: 'wagon-passenger',
|
{ id: 'wagon-freight', desc: 'TOWAROWE' },
|
||||||
desc: 'PASAŻERSKIE',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 'wagon-freight',
|
|
||||||
desc: 'TOWAROWE',
|
|
||||||
},
|
|
||||||
] as { id: WagonGroupType; desc: string }[],
|
] as { id: WagonGroupType; desc: string }[],
|
||||||
}),
|
}),
|
||||||
|
|
||||||
@@ -240,8 +224,6 @@ export default defineComponent({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import '../../styles/global';
|
|
||||||
|
|
||||||
.inputs-section {
|
.inputs-section {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@@ -255,16 +237,12 @@ export default defineComponent({
|
|||||||
max-width: 380px;
|
max-width: 380px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input_header {
|
|
||||||
margin-bottom: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.btn--choice {
|
button.btn--choice {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
padding: 0.3em 0.6em;
|
padding: 0.3em 0.6em;
|
||||||
|
|
||||||
&[data-selected='true'] {
|
&[data-selected='true'] {
|
||||||
background-color: $accentColor;
|
background-color: global.$accentColor;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -282,12 +260,12 @@ button.btn--choice {
|
|||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: $accentColor;
|
color: global.$accentColor;
|
||||||
margin-bottom: 0.3em;
|
margin-bottom: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
select:focus {
|
select:focus {
|
||||||
border-color: $accentColor;
|
border-color: global.$accentColor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -306,9 +284,13 @@ button.btn--choice {
|
|||||||
gap: 0.25em;
|
gap: 0.25em;
|
||||||
|
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
|
|
||||||
|
button {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: $breakpointMd) {
|
@media screen and (max-width: global.$breakpointMd) {
|
||||||
.inputs-section {
|
.inputs-section {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
@@ -21,14 +21,8 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
localeActions: [
|
localeActions: [
|
||||||
{
|
{ name: 'POLSKI', locale: 'pl' },
|
||||||
name: 'POLSKI',
|
{ name: 'ENGLISH', locale: 'en' },
|
||||||
locale: 'pl',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'ENGLISH',
|
|
||||||
locale: 'en',
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
@@ -46,8 +40,6 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import '../../styles/global.scss';
|
|
||||||
|
|
||||||
.logo-section {
|
.logo-section {
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
@@ -66,7 +58,7 @@ export default {
|
|||||||
|
|
||||||
button[data-selected='true'] {
|
button[data-selected='true'] {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: $accentColor;
|
color: global.$accentColor;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,143 +0,0 @@
|
|||||||
<template>
|
|
||||||
<section class="stock-section">
|
|
||||||
<div class="section_modes">
|
|
||||||
<button
|
|
||||||
v-for="(id, i) in sectionModes"
|
|
||||||
:key="id"
|
|
||||||
class="btn"
|
|
||||||
ref="sectionButtonRefs"
|
|
||||||
@click="chooseSection(id)"
|
|
||||||
:data-selected="store.stockSectionMode == id"
|
|
||||||
>
|
|
||||||
<span class="text--accent">{{ i + 1 }}.</span> {{ $t(`topbar.${id}`) }}
|
|
||||||
<span v-if="id == 'stock-list'">({{ store.stockList.length }})</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<transition name="tab-change" mode="out-in">
|
|
||||||
<keep-alive>
|
|
||||||
<component :is="chosenSectionComponent"></component>
|
|
||||||
</keep-alive>
|
|
||||||
</transition>
|
|
||||||
</section>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script lang="ts" setup>
|
|
||||||
import { computed, onMounted, ref } from 'vue';
|
|
||||||
import { useStore } from '../../store';
|
|
||||||
import StockListTab from '../tabs/StockListTab.vue';
|
|
||||||
import StockGeneratorTab from '../tabs/StockGeneratorTab.vue';
|
|
||||||
import NumberGeneratorTab from '../tabs/NumberGeneratorTab.vue';
|
|
||||||
import WikiListTab from '../tabs/WikiListTab.vue';
|
|
||||||
|
|
||||||
const sectionButtonRefs = ref([]);
|
|
||||||
|
|
||||||
const store = useStore();
|
|
||||||
type SectionMode = typeof store.stockSectionMode;
|
|
||||||
|
|
||||||
const sectionModes: SectionMode[] = [
|
|
||||||
'stock-list',
|
|
||||||
'wiki-list',
|
|
||||||
'number-generator',
|
|
||||||
'stock-generator',
|
|
||||||
];
|
|
||||||
|
|
||||||
onMounted(() => {
|
|
||||||
window.addEventListener('keydown', (e) => {
|
|
||||||
if (e.target instanceof HTMLInputElement) return;
|
|
||||||
|
|
||||||
if (/^[1234]$/.test(e.key)) {
|
|
||||||
const keyNum = Number(e.key);
|
|
||||||
|
|
||||||
store.stockSectionMode = sectionModes[keyNum - 1];
|
|
||||||
(sectionButtonRefs.value[keyNum - 1] as HTMLButtonElement)?.focus();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
const chosenSectionComponent = computed(() => {
|
|
||||||
switch (store.stockSectionMode) {
|
|
||||||
case 'stock-list':
|
|
||||||
return StockListTab;
|
|
||||||
|
|
||||||
case 'wiki-list':
|
|
||||||
return WikiListTab;
|
|
||||||
|
|
||||||
case 'stock-generator':
|
|
||||||
return StockGeneratorTab;
|
|
||||||
|
|
||||||
case 'number-generator':
|
|
||||||
return NumberGeneratorTab;
|
|
||||||
|
|
||||||
default:
|
|
||||||
return StockListTab;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
function chooseSection(sectionId: SectionMode) {
|
|
||||||
store.stockSectionMode = sectionId;
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss">
|
|
||||||
@import '../../styles/global.scss';
|
|
||||||
|
|
||||||
// Tab change animation
|
|
||||||
.tab-change {
|
|
||||||
&-enter-from,
|
|
||||||
&-leave-to {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
&-enter-active,
|
|
||||||
&-leave-active {
|
|
||||||
transition: all 100ms ease-in-out;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Section styles
|
|
||||||
.stock-section {
|
|
||||||
grid-row: 1 / 4;
|
|
||||||
grid-column: 2;
|
|
||||||
|
|
||||||
overflow: hidden;
|
|
||||||
padding: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.section_modes {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: repeat(4, 1fr);
|
|
||||||
|
|
||||||
gap: 0.5em;
|
|
||||||
|
|
||||||
margin-bottom: 1em;
|
|
||||||
|
|
||||||
button {
|
|
||||||
position: relative;
|
|
||||||
border-radius: 0.5em 0.5em 0 0;
|
|
||||||
|
|
||||||
&::after {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
|
||||||
left: 50%;
|
|
||||||
transform: translateX(-50%);
|
|
||||||
|
|
||||||
content: '';
|
|
||||||
width: 0;
|
|
||||||
height: 2px;
|
|
||||||
transition: all 100ms;
|
|
||||||
background-color: $accentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
&[data-selected='true']::after {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 650px) {
|
|
||||||
.section_modes {
|
|
||||||
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -0,0 +1,117 @@
|
|||||||
|
<template>
|
||||||
|
<section class="tabs-section">
|
||||||
|
<div class="tabs-modes">
|
||||||
|
<router-link
|
||||||
|
v-for="(route, i) in routes"
|
||||||
|
:key="route.name"
|
||||||
|
class="link-btn"
|
||||||
|
:to="route.href"
|
||||||
|
:style="{ 'grid-area': route.name }"
|
||||||
|
>
|
||||||
|
<span class="text--accent">{{ i + 1 }}.</span> {{ $t(`topbar.${route.name}`) }}
|
||||||
|
<span class="text--grayed" v-if="route.name == 'stock'"
|
||||||
|
>({{ store.stockList.length }})</span
|
||||||
|
>
|
||||||
|
</router-link>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<transition name="tab-change" mode="out-in">
|
||||||
|
<keep-alive>
|
||||||
|
<component :is="route.meta.viewMode"></component>
|
||||||
|
</keep-alive>
|
||||||
|
</transition>
|
||||||
|
</section>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { onMounted } from 'vue';
|
||||||
|
import { useStore } from '../../store';
|
||||||
|
import { useRoute, useRouter } from 'vue-router';
|
||||||
|
|
||||||
|
const store = useStore();
|
||||||
|
const route = useRoute();
|
||||||
|
const router = useRouter();
|
||||||
|
|
||||||
|
const routes = [
|
||||||
|
{
|
||||||
|
name: 'stock',
|
||||||
|
href: '/',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'wiki',
|
||||||
|
href: '/wiki',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'storage',
|
||||||
|
href: '/storage',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'numgen',
|
||||||
|
href: '/numgen',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'stockgen',
|
||||||
|
href: '/stockgen',
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
window.addEventListener('keydown', (e) => {
|
||||||
|
if (e.target instanceof HTMLInputElement) return;
|
||||||
|
|
||||||
|
if (/^[12345]$/.test(e.key)) {
|
||||||
|
const keyNum = Number(e.key);
|
||||||
|
|
||||||
|
router.push(routes[keyNum - 1].href);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
// Tab change animation
|
||||||
|
.tab-change {
|
||||||
|
&-enter-from,
|
||||||
|
&-leave-to {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-enter-active,
|
||||||
|
&-leave-active {
|
||||||
|
transition: all 100ms ease-in-out;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Section styles
|
||||||
|
.tabs-section {
|
||||||
|
grid-row: 1 / 4;
|
||||||
|
grid-column: 2;
|
||||||
|
|
||||||
|
overflow: hidden;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabs-modes {
|
||||||
|
display: grid;
|
||||||
|
grid-template-areas:
|
||||||
|
'stock stock wiki wiki storage storage'
|
||||||
|
'numgen numgen numgen stockgen stockgen stockgen';
|
||||||
|
grid-template-columns: repeat(6, 1fr);
|
||||||
|
// grid-template-rows: 1fr 1fr;
|
||||||
|
padding: 1px;
|
||||||
|
|
||||||
|
gap: 0.5em;
|
||||||
|
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: global.$breakpointSm) {
|
||||||
|
.tabs-modes {
|
||||||
|
grid-template-areas:
|
||||||
|
'stock wiki'
|
||||||
|
'storage storage'
|
||||||
|
'numgen stockgen';
|
||||||
|
grid-template-columns: repeat(2, 1fr);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
<div class="image-wrapper">
|
<div class="image-wrapper">
|
||||||
<img
|
<img
|
||||||
:src="getThumbnailURL(store.chosenVehicle.type, 'small')"
|
:src="getThumbnailURL(store.chosenVehicle.type, 'small')"
|
||||||
:data-preview-active="store.chosenVehicle !== null"
|
:data-preview-available="isDataPreviewAvailable"
|
||||||
:data-sponsor-only="
|
:data-sponsor-only="
|
||||||
store.chosenVehicle.sponsorOnlyTimestamp &&
|
store.chosenVehicle.sponsorOnlyTimestamp &&
|
||||||
store.chosenVehicle.sponsorOnlyTimestamp > Date.now()
|
store.chosenVehicle.sponsorOnlyTimestamp > Date.now()
|
||||||
@@ -111,37 +111,48 @@ export default defineComponent({
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
computed: {
|
||||||
|
isDataPreviewAvailable() {
|
||||||
|
return this.imageStatus == 'loaded' && this.store.chosenVehicle != null;
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
isTractionUnit,
|
isTractionUnit,
|
||||||
|
|
||||||
onImageError(e: Event) {
|
onImageError(e: Event) {
|
||||||
const el = e.target as HTMLImageElement;
|
const el = e.target as HTMLImageElement;
|
||||||
if (el.src == '/images/placeholder.jpg') return;
|
if (el.src == '/images/no-vehicle-image.png') return;
|
||||||
|
|
||||||
el.src = '/images/placeholder.jpg';
|
el.src = '/images/no-vehicle-image.png';
|
||||||
this.imageStatus = 'error';
|
this.imageStatus = 'error';
|
||||||
},
|
},
|
||||||
|
|
||||||
onImageLoad(e: Event) {
|
onImageLoad(e: Event) {
|
||||||
|
if (this.imageStatus == 'error') return;
|
||||||
|
|
||||||
this.imageStatus = 'loaded';
|
this.imageStatus = 'loaded';
|
||||||
},
|
},
|
||||||
|
|
||||||
onImageClick(e: Event) {
|
onImageClick(e: Event) {
|
||||||
const target = e.target as HTMLElement;
|
const target = e.target as HTMLImageElement;
|
||||||
|
|
||||||
const chosenVehicle = this.store.chosenVehicle;
|
const chosenVehicle = this.store.chosenVehicle;
|
||||||
|
|
||||||
if (!chosenVehicle) return;
|
if (!chosenVehicle) return;
|
||||||
|
|
||||||
this.store.lastFocusedElement = target;
|
this.store.lastFocusedElement = target;
|
||||||
|
|
||||||
|
if (this.isDataPreviewAvailable) {
|
||||||
this.store.vehiclePreviewSrc = this.getThumbnailURL(chosenVehicle.type, 'large');
|
this.store.vehiclePreviewSrc = this.getThumbnailURL(chosenVehicle.type, 'large');
|
||||||
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import '../../styles/global';
|
|
||||||
|
|
||||||
.train-image-section {
|
.train-image-section {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -161,17 +172,17 @@ export default defineComponent({
|
|||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
&[data-preview-active='true'] {
|
&[data-preview-available='true'] {
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
cursor: zoom-in;
|
cursor: zoom-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
&[data-sponsor-only='true'] {
|
&[data-sponsor-only='true'] {
|
||||||
border: 1px solid $sponsorColor;
|
border: 1px solid global.$sponsorColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
&[data-team-only='true'] {
|
&[data-team-only='true'] {
|
||||||
border: 1px solid $teamColor;
|
border: 1px solid global.$teamColor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -205,25 +216,25 @@ img {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 380px;
|
max-width: 380px;
|
||||||
|
|
||||||
background-color: $secondaryColor;
|
background-color: global.$secondaryColor;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.placeholder {
|
.placeholder {
|
||||||
height: 250px;
|
height: 250px;
|
||||||
|
|
||||||
background-color: $bgColor;
|
background-color: global.$bgColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sponsor-only {
|
.sponsor-only {
|
||||||
color: $sponsorColor;
|
color: global.$sponsorColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.team-only {
|
.team-only {
|
||||||
color: $teamColor;
|
color: global.$teamColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: $breakpointMd) {
|
@media screen and (max-width: global.$breakpointMd) {
|
||||||
.train-image-section {
|
.train-image-section {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -224,8 +224,7 @@ const randomizeTrainNumber = (randomizeRegions = false) => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import '../../styles/tab.scss';
|
@use '../../styles/tab';
|
||||||
@import '../../styles/global.scss';
|
|
||||||
|
|
||||||
.category-select {
|
.category-select {
|
||||||
select {
|
select {
|
||||||
@@ -264,7 +263,7 @@ const randomizeTrainNumber = (randomizeRegions = false) => {
|
|||||||
|
|
||||||
margin: 0.5em 0;
|
margin: 0.5em 0;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
background-color: $secondaryColor;
|
background-color: global.$secondaryColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.category-rules {
|
.category-rules {
|
||||||
@@ -282,13 +281,13 @@ const randomizeTrainNumber = (randomizeRegions = false) => {
|
|||||||
margin: 0.25em 0;
|
margin: 0.25em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: $breakpointMd) {
|
@media screen and (max-width: global.$breakpointMd) {
|
||||||
.number-generator {
|
.number-generator {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: $breakpointSm) {
|
@media screen and (max-width: global.$breakpointSm) {
|
||||||
.regions-select {
|
.regions-select {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="stock-generator tab">
|
<div class="stock-generator tab">
|
||||||
<div class="tab_header">
|
|
||||||
<h2>{{ $t('stockgen.title') }}</h2>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="tab_content">
|
<div class="tab_content">
|
||||||
<div>
|
<div>
|
||||||
<h2>{{ $t('stockgen.properties-title') }}</h2>
|
<h2>{{ $t('stockgen.properties-title') }}</h2>
|
||||||
@@ -118,7 +114,7 @@ import { defineComponent } from 'vue';
|
|||||||
import { useStore } from '../../store';
|
import { useStore } from '../../store';
|
||||||
|
|
||||||
import stockMixin from '../../mixins/stockMixin';
|
import stockMixin from '../../mixins/stockMixin';
|
||||||
import { ICargo, ICarWagon, IStock } from '../../types';
|
import { ICargo, ICarWagon, IStock } from '../../types/common.types';
|
||||||
import { isTractionUnit } from '../../utils/vehicleUtils';
|
import { isTractionUnit } from '../../utils/vehicleUtils';
|
||||||
|
|
||||||
import generatorDataJSON from '../../data/generatorData.json';
|
import generatorDataJSON from '../../data/generatorData.json';
|
||||||
@@ -227,16 +223,10 @@ export default defineComponent({
|
|||||||
|
|
||||||
return acc;
|
return acc;
|
||||||
},
|
},
|
||||||
[] as {
|
[] as { constructionType: string; carPool: { carWagon: ICarWagon; cargo?: ICargo }[] }[]
|
||||||
constructionType: string;
|
|
||||||
carPool: { carWagon: ICarWagon; cargo?: ICargo }[];
|
|
||||||
}[]
|
|
||||||
);
|
);
|
||||||
|
|
||||||
let bestGeneration: { stockList: IStock[]; value: number } = {
|
let bestGeneration: { stockList: IStock[]; value: number } = { stockList: [], value: 0 };
|
||||||
stockList: [],
|
|
||||||
value: 0,
|
|
||||||
};
|
|
||||||
|
|
||||||
for (let i = 0; i < 10; i++) {
|
for (let i = 0; i < 10; i++) {
|
||||||
this.store.stockList.splice(
|
this.store.stockList.splice(
|
||||||
@@ -280,10 +270,9 @@ export default defineComponent({
|
|||||||
|
|
||||||
const bestStockList = bestGeneration.stockList;
|
const bestStockList = bestGeneration.stockList;
|
||||||
|
|
||||||
this.groupStock(bestStockList);
|
|
||||||
|
|
||||||
this.store.stockList = bestGeneration.stockList;
|
this.store.stockList = bestGeneration.stockList;
|
||||||
this.store.stockSectionMode = 'stock-list';
|
this.groupStock(bestStockList);
|
||||||
|
this.$router.push('/');
|
||||||
},
|
},
|
||||||
|
|
||||||
previewCar(type: string) {
|
previewCar(type: string) {
|
||||||
@@ -325,8 +314,7 @@ export default defineComponent({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import '../../styles/global.scss';
|
@use '@/styles/tab';
|
||||||
@import '../../styles/tab.scss';
|
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
@@ -347,7 +335,7 @@ h2 {
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
background-color: $secondaryColor;
|
background-color: global.$secondaryColor;
|
||||||
|
|
||||||
&[data-excluded='true'] {
|
&[data-excluded='true'] {
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
@@ -361,7 +349,7 @@ h2 {
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
||||||
transform: translate(-8px, -50%);
|
transform: translate(-8px, -50%);
|
||||||
background-color: $bgColor;
|
background-color: global.$bgColor;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -402,7 +390,7 @@ h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.generator_warning {
|
.generator_warning {
|
||||||
background-color: $accentColor;
|
background-color: global.$accentColor;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|||||||
@@ -1,228 +1,20 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="stock-list-tab">
|
<section class="stock-list-tab">
|
||||||
<div class="tab_header">
|
|
||||||
<h2>{{ $t('stocklist.title') }}</h2>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="tab_content">
|
<div class="tab_content">
|
||||||
<div class="stock_actions">
|
<!-- Stock Actions -->
|
||||||
<button class="btn btn--image" @click="clickFileInput">
|
<StockActions />
|
||||||
<input type="file" @change="uploadStock" ref="conFile" accept=".con,.txt" />
|
|
||||||
<img src="/images/icon-upload.svg" alt="upload icon" />
|
|
||||||
{{ $t('stocklist.action-upload') }}
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button
|
<!-- Stock Specs -->
|
||||||
class="btn btn--image"
|
<StockSpecs />
|
||||||
:data-disabled="stockIsEmpty"
|
|
||||||
:disabled="stockIsEmpty"
|
|
||||||
@click="downloadStock"
|
|
||||||
>
|
|
||||||
<img src="/images/icon-download.svg" alt="download icon" />
|
|
||||||
{{ $t('stocklist.action-download') }}
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button
|
<!-- Stock Spawn Settings -->
|
||||||
class="btn btn--image"
|
<StockSpawnSettings />
|
||||||
:data-disabled="stockIsEmpty"
|
|
||||||
:disabled="stockIsEmpty"
|
|
||||||
@click="copyToClipboard"
|
|
||||||
>
|
|
||||||
<img src="/images/icon-copy.svg" alt="copy icon" />
|
|
||||||
{{ $t('stocklist.action-copy') }}
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button
|
<!-- Stock Warnings -->
|
||||||
class="btn btn--image"
|
<StockWarnings />
|
||||||
:data-disabled="stockIsEmpty"
|
|
||||||
:disabled="stockIsEmpty"
|
|
||||||
@click="resetStock"
|
|
||||||
>
|
|
||||||
<img src="/images/icon-reset.svg" alt="reset icon" />
|
|
||||||
{{ $t('stocklist.action-reset') }}
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button
|
<!-- Stock List -->
|
||||||
class="btn btn--image"
|
<StockList />
|
||||||
:data-disabled="stockIsEmpty"
|
|
||||||
:disabled="stockIsEmpty"
|
|
||||||
@click="shuffleCars"
|
|
||||||
>
|
|
||||||
<img src="/images/icon-shuffle.svg" alt="shuffle icon" />
|
|
||||||
{{ $t('stocklist.action-shuffle') }}
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="stock_controls" :data-disabled="store.chosenStockListIndex == -1">
|
|
||||||
<button
|
|
||||||
class="btn btn--image"
|
|
||||||
:tabindex="store.chosenStockListIndex == -1 ? -1 : 0"
|
|
||||||
@click="moveUpStock(store.chosenStockListIndex)"
|
|
||||||
>
|
|
||||||
<img :src="getIconURL('higher')" alt="move up vehicle" />
|
|
||||||
{{ $t('stocklist.action-move-up') }}
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button
|
|
||||||
class="btn btn--image"
|
|
||||||
:tabindex="store.chosenStockListIndex == -1 ? -1 : 0"
|
|
||||||
@click="moveDownStock(store.chosenStockListIndex)"
|
|
||||||
>
|
|
||||||
<img :src="getIconURL('lower')" alt="move down vehicle" />
|
|
||||||
{{ $t('stocklist.action-move-down') }}
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button
|
|
||||||
class="btn btn--image"
|
|
||||||
:tabindex="store.chosenStockListIndex == -1 ? -1 : 0"
|
|
||||||
@click="removeStock(store.chosenStockListIndex)"
|
|
||||||
>
|
|
||||||
<img :src="getIconURL('remove')" alt="remove vehicle" />
|
|
||||||
{{ $t('stocklist.action-remove') }}
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="stock_specs">
|
|
||||||
<b class="real-stock-info" v-if="chosenRealComposition">
|
|
||||||
<span class="text--accent">
|
|
||||||
<img :src="getIconURL(chosenRealComposition.type)" :alt="chosenRealComposition.type" />
|
|
||||||
{{ chosenRealComposition.number }} {{ chosenRealComposition.name }}
|
|
||||||
</span>
|
|
||||||
|
|
|
||||||
</b>
|
|
||||||
|
|
||||||
<span>
|
|
||||||
{{ $t('stocklist.mass') }}
|
|
||||||
<span class="text--accent">{{ (store.totalWeight / 1000).toFixed(1) }}t</span>
|
|
||||||
({{ $t('stocklist.mass-accepted') }}:
|
|
||||||
<span class="text--accent">{{
|
|
||||||
store.acceptableWeight ? `${~~(store.acceptableWeight / 1000)}t` : '-'
|
|
||||||
}}</span
|
|
||||||
>) - {{ $t('stocklist.length') }}:
|
|
||||||
<span class="text--accent">{{ store.totalLength }}m</span>
|
|
||||||
- {{ $t('stocklist.vmax') }}
|
|
||||||
<span tabindex="0" :data-tooltip="$t('stocklist.disclaimer')">(?)</span>:
|
|
||||||
<span class="text--accent">{{ store.maxStockSpeed }} km/h</span>
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div></div>
|
|
||||||
|
|
||||||
<div class="stock_spawn-settings">
|
|
||||||
<Checkbox :disabled="!store.stockSupportsColdStart" v-model="store.isColdStart">
|
|
||||||
{{ $t('stocklist.coldstart-info') }}
|
|
||||||
</Checkbox>
|
|
||||||
|
|
||||||
<Checkbox :disabled="!store.stockSupportsDoubleManning" v-model="store.isDoubleManned">
|
|
||||||
{{ $t('stocklist.doublemanning-info') }}
|
|
||||||
</Checkbox>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="stock_warnings" v-if="hasAnyWarnings">
|
|
||||||
<div class="warning" v-if="locoNotSuitable">
|
|
||||||
(!) {{ $t('stocklist.warning-not-suitable') }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="warning" v-if="lengthExceeded && store.isTrainPassenger">
|
|
||||||
(!) {{ $t('stocklist.warning-passenger-too-long') }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="warning" v-if="lengthExceeded && !store.isTrainPassenger">
|
|
||||||
(!) {{ $t('stocklist.warning-freight-too-long') }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="warning" v-if="teamOnlyVehicles.length > 0">
|
|
||||||
(!)
|
|
||||||
{{
|
|
||||||
$t('stocklist.warning-team-only-vehicle', [
|
|
||||||
teamOnlyVehicles.map((v) => v.vehicleRef.type).join(', '),
|
|
||||||
])
|
|
||||||
}}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="warning" v-if="weightExceeded">
|
|
||||||
(!)
|
|
||||||
<i18n-t keypath="stocklist.warning-too-heavy">
|
|
||||||
<template #href>
|
|
||||||
<a
|
|
||||||
target="_blank"
|
|
||||||
href="https://docs.google.com/spreadsheets/d/1BvTU-U7huIaEheov22TrhTtROUM4MwVfdbq03GVAEM8"
|
|
||||||
>
|
|
||||||
{{ $t('stocklist.acceptable-mass-docs') }}
|
|
||||||
</a>
|
|
||||||
</template>
|
|
||||||
</i18n-t>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="warning" v-if="locoCountExceeded">
|
|
||||||
{{ $t('stocklist.warning-too-many-locos') }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<StockThumbnails :onListItemClick="onListItemClick" />
|
|
||||||
|
|
||||||
<!-- Stock list -->
|
|
||||||
<div class="list-wrapper">
|
|
||||||
<div v-if="stockIsEmpty" class="list-empty">
|
|
||||||
<div class="stock-info">{{ $t('stocklist.list-empty') }}</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<ul v-else>
|
|
||||||
<transition-group name="stock-list-anim">
|
|
||||||
<li
|
|
||||||
v-for="(stock, i) in store.stockList"
|
|
||||||
:key="stock.id"
|
|
||||||
:class="{ loco: isTractionUnit(stock.vehicleRef) }"
|
|
||||||
tabindex="0"
|
|
||||||
@click="onListItemClick(i)"
|
|
||||||
@keydown.enter="onListItemClick(i)"
|
|
||||||
@keydown.w="moveUpStock(i)"
|
|
||||||
@keydown.s="moveDownStock(i)"
|
|
||||||
@keydown.backspace="removeStock(i)"
|
|
||||||
ref="itemRefs"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="stock-info"
|
|
||||||
@dragstart="onDragStart(i)"
|
|
||||||
@drop="onDrop($event, i)"
|
|
||||||
@dragover="allowDrop"
|
|
||||||
draggable="true"
|
|
||||||
>
|
|
||||||
<span class="stock-info-no" :data-selected="i == store.chosenStockListIndex">
|
|
||||||
<span v-if="i == store.chosenStockListIndex">• </span>
|
|
||||||
{{ i + 1 }}.
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span
|
|
||||||
class="stock-info-type"
|
|
||||||
:data-sponsor-only="
|
|
||||||
stock.vehicleRef.sponsorOnlyTimestamp &&
|
|
||||||
stock.vehicleRef.sponsorOnlyTimestamp > Date.now()
|
|
||||||
"
|
|
||||||
:data-team-only="stock.vehicleRef.teamOnly"
|
|
||||||
>
|
|
||||||
{{
|
|
||||||
isTractionUnit(stock.vehicleRef)
|
|
||||||
? stock.vehicleRef.type
|
|
||||||
: getCarSpecFromType(stock.vehicleRef.type)
|
|
||||||
}}
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span class="stock-info-cargo" v-if="stock.cargo">
|
|
||||||
{{ stock.cargo.id }}
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span class="stock-info-length">{{ stock.vehicleRef.length }}m</span>
|
|
||||||
|
|
||||||
<span class="stock-info-mass">
|
|
||||||
{{ ((stock.vehicleRef.weight + (stock.cargo?.weight ?? 0)) / 1000).toFixed(1) }}t
|
|
||||||
</span>
|
|
||||||
<span class="stock-info-speed">{{ stock.vehicleRef.maxSpeed }}km/h</span>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
</transition-group>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
@@ -230,473 +22,31 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { defineComponent } from 'vue';
|
import { defineComponent } from 'vue';
|
||||||
|
|
||||||
import { useStore } from '../../store';
|
import StockActions from './stock-list/StockActions.vue';
|
||||||
|
import StockSpecs from './stock-list/StockSpecs.vue';
|
||||||
import imageMixin from '../../mixins/imageMixin';
|
import StockSpawnSettings from './stock-list/StockSpawnSettings.vue';
|
||||||
import stockPreviewMixin from '../../mixins/stockPreviewMixin';
|
import StockWarnings from './stock-list/StockWarnings.vue';
|
||||||
import StockThumbnails from '../utils/StockThumbnails.vue';
|
import StockList from './stock-list/StockList.vue';
|
||||||
import stockMixin from '../../mixins/stockMixin';
|
|
||||||
import Checkbox from '../common/Checkbox.vue';
|
|
||||||
import { isTractionUnit } from '../../utils/vehicleUtils';
|
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
name: 'stock-list',
|
name: 'stock-list',
|
||||||
components: { StockThumbnails, Checkbox },
|
|
||||||
|
|
||||||
mixins: [imageMixin, stockMixin, stockPreviewMixin],
|
components: {
|
||||||
|
StockActions,
|
||||||
setup() {
|
StockSpecs,
|
||||||
const store = useStore();
|
StockSpawnSettings,
|
||||||
|
StockWarnings,
|
||||||
return {
|
StockList,
|
||||||
store,
|
|
||||||
};
|
|
||||||
},
|
|
||||||
|
|
||||||
data: () => ({
|
|
||||||
imageOffsetY: 0,
|
|
||||||
draggedVehicleID: -1,
|
|
||||||
|
|
||||||
stockActions: [{}],
|
|
||||||
}),
|
|
||||||
|
|
||||||
computed: {
|
|
||||||
chosenRealComposition() {
|
|
||||||
const currentStockString = this.store.stockList.map((s) => s.vehicleRef.type).join(';');
|
|
||||||
|
|
||||||
return this.store.realCompositionList.find((rc) => rc.stockString == currentStockString);
|
|
||||||
},
|
|
||||||
|
|
||||||
stockString() {
|
|
||||||
if (this.store.stockList.length == 0) return '';
|
|
||||||
|
|
||||||
const includeColdStart = this.store.isColdStart && this.store.stockSupportsColdStart;
|
|
||||||
const includeDoubleManned =
|
|
||||||
this.store.isDoubleManned && this.store.stockSupportsDoubleManning;
|
|
||||||
|
|
||||||
return this.store.stockList
|
|
||||||
.map((stock, i) => {
|
|
||||||
let stockTypeStr =
|
|
||||||
isTractionUnit(stock.vehicleRef) || !stock.cargo
|
|
||||||
? stock.vehicleRef.type
|
|
||||||
: `${stock.vehicleRef.type}:${stock.cargo.id}`;
|
|
||||||
|
|
||||||
if (i == 0 && (includeColdStart || includeDoubleManned))
|
|
||||||
return `${stockTypeStr},${includeColdStart ? 'c' : ''}${includeDoubleManned ? 'd' : ''}`;
|
|
||||||
|
|
||||||
return stockTypeStr;
|
|
||||||
})
|
|
||||||
.join(';');
|
|
||||||
},
|
|
||||||
|
|
||||||
stockIsEmpty() {
|
|
||||||
return this.store.stockList.length == 0;
|
|
||||||
},
|
|
||||||
|
|
||||||
chosenStockVehicle() {
|
|
||||||
return this.store.chosenStockListIndex == -1
|
|
||||||
? undefined
|
|
||||||
: this.store.stockList[this.store.chosenStockListIndex];
|
|
||||||
},
|
|
||||||
|
|
||||||
lengthExceeded() {
|
|
||||||
return (
|
|
||||||
(this.store.totalLength > 350 && this.store.isTrainPassenger) ||
|
|
||||||
(this.store.totalLength > 650 && !this.store.isTrainPassenger)
|
|
||||||
);
|
|
||||||
},
|
|
||||||
|
|
||||||
weightExceeded() {
|
|
||||||
return this.store.acceptableWeight && this.store.totalWeight > this.store.acceptableWeight;
|
|
||||||
},
|
|
||||||
|
|
||||||
locoNotSuitable() {
|
|
||||||
return (
|
|
||||||
!this.store.isTrainPassenger &&
|
|
||||||
this.store.stockList.length > 1 &&
|
|
||||||
!this.store.stockList.every((stock) => isTractionUnit(stock.vehicleRef)) &&
|
|
||||||
this.store.stockList.some(
|
|
||||||
(stock) => isTractionUnit(stock.vehicleRef) && stock.vehicleRef.type.startsWith('EP')
|
|
||||||
)
|
|
||||||
);
|
|
||||||
},
|
|
||||||
|
|
||||||
locoCountExceeded() {
|
|
||||||
return (
|
|
||||||
this.store.stockList.reduce((acc, stock) => {
|
|
||||||
if (isTractionUnit(stock.vehicleRef)) acc += 1;
|
|
||||||
return acc;
|
|
||||||
}, 0) > 2
|
|
||||||
);
|
|
||||||
},
|
|
||||||
|
|
||||||
teamOnlyVehicles() {
|
|
||||||
return this.store.stockList.filter((stock) => stock.vehicleRef.teamOnly);
|
|
||||||
},
|
|
||||||
|
|
||||||
hasAnyWarnings() {
|
|
||||||
return (
|
|
||||||
this.locoCountExceeded ||
|
|
||||||
this.weightExceeded ||
|
|
||||||
this.lengthExceeded ||
|
|
||||||
this.locoNotSuitable ||
|
|
||||||
this.teamOnlyVehicles
|
|
||||||
);
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
methods: {
|
|
||||||
isTractionUnit,
|
|
||||||
|
|
||||||
copyToClipboard() {
|
|
||||||
navigator.clipboard.writeText(this.stockString);
|
|
||||||
|
|
||||||
setTimeout(() => {
|
|
||||||
alert(this.$t('stocklist.alert-copied'));
|
|
||||||
}, 20);
|
|
||||||
},
|
|
||||||
|
|
||||||
clickFileInput() {
|
|
||||||
(this.$refs['conFile'] as HTMLInputElement).click();
|
|
||||||
},
|
|
||||||
|
|
||||||
onListItemClick(stockID: number) {
|
|
||||||
const stock = this.store.stockList[stockID];
|
|
||||||
|
|
||||||
this.store.chosenStockListIndex =
|
|
||||||
this.store.chosenStockListIndex == stockID &&
|
|
||||||
this.store.chosenVehicle?.type == stock.vehicleRef.type
|
|
||||||
? -1
|
|
||||||
: stockID;
|
|
||||||
|
|
||||||
if (this.store.chosenStockListIndex == -1) {
|
|
||||||
this.store.chosenVehicle = null;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.store.swapVehicles) this.store.swapVehicles = false;
|
|
||||||
|
|
||||||
this.previewStock(stock);
|
|
||||||
},
|
|
||||||
|
|
||||||
getCarSpecFromType(typeStr: string) {
|
|
||||||
const specArray = typeStr.split('_');
|
|
||||||
|
|
||||||
if (specArray.length == 0) return null;
|
|
||||||
|
|
||||||
/* 111a_Grafitti_1 */
|
|
||||||
if (specArray.length == 3) return `${specArray[0]} ${specArray[1]}-${specArray[2]}`;
|
|
||||||
|
|
||||||
/* 111a_PKP_Bnouz_01 */
|
|
||||||
return `${specArray[0]} ${specArray[2]}-${specArray[3]} (${specArray[1]})`;
|
|
||||||
},
|
|
||||||
|
|
||||||
resetStock() {
|
|
||||||
this.store.stockList.length = 0;
|
|
||||||
this.store.chosenStockListIndex = -1;
|
|
||||||
},
|
|
||||||
|
|
||||||
removeStock(index: number) {
|
|
||||||
if (index == -1) return;
|
|
||||||
|
|
||||||
this.store.stockList = this.store.stockList.filter((stock, i) => i != index);
|
|
||||||
|
|
||||||
if (this.store.stockList.length < index + 1) this.store.chosenStockListIndex = -1;
|
|
||||||
},
|
|
||||||
|
|
||||||
moveUpStock(index: number) {
|
|
||||||
if (index < 1) return;
|
|
||||||
|
|
||||||
const tempStock = this.store.stockList[index];
|
|
||||||
|
|
||||||
this.store.stockList[index] = this.store.stockList[index - 1];
|
|
||||||
this.store.stockList[index - 1] = tempStock;
|
|
||||||
|
|
||||||
this.store.chosenStockListIndex = index - 1;
|
|
||||||
},
|
|
||||||
|
|
||||||
moveDownStock(index: number) {
|
|
||||||
if (index == -1) return;
|
|
||||||
if (index > this.store.stockList.length - 2) return;
|
|
||||||
|
|
||||||
const tempStock = this.store.stockList[index];
|
|
||||||
|
|
||||||
this.store.stockList[index] = this.store.stockList[index + 1];
|
|
||||||
this.store.stockList[index + 1] = tempStock;
|
|
||||||
|
|
||||||
this.store.chosenStockListIndex = index + 1;
|
|
||||||
},
|
|
||||||
|
|
||||||
shuffleCars() {
|
|
||||||
const availableIndexes = this.store.stockList.reduce((acc, stock, i) => {
|
|
||||||
if (!isTractionUnit(stock.vehicleRef)) acc.push(i);
|
|
||||||
|
|
||||||
return acc;
|
|
||||||
}, [] as number[]);
|
|
||||||
|
|
||||||
for (let i = 0; i < this.store.stockList.length; i++) {
|
|
||||||
if (!availableIndexes.includes(i)) continue;
|
|
||||||
|
|
||||||
availableIndexes.splice(i, -1);
|
|
||||||
|
|
||||||
const randAvailableIndex =
|
|
||||||
availableIndexes[Math.floor(Math.random() * availableIndexes.length)];
|
|
||||||
const tempSwap = this.store.stockList[randAvailableIndex];
|
|
||||||
|
|
||||||
this.store.stockList[randAvailableIndex] = this.store.stockList[i];
|
|
||||||
this.store.stockList[i] = tempSwap;
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
downloadStock() {
|
|
||||||
if (this.store.stockList.length == 0) return alert(this.$t('stocklist.alert-empty'));
|
|
||||||
|
|
||||||
const defaultName = `${this.chosenRealComposition ? this.chosenRealComposition.stockId + ' ' : ''}${this.store.stockList[0].vehicleRef.type} ${(this.store.totalWeight / 1000).toFixed(1)}t; ${
|
|
||||||
this.store.totalLength
|
|
||||||
}m; vmax ${this.store.maxStockSpeed}`;
|
|
||||||
|
|
||||||
const fileName = prompt(this.$t('stocklist.prompt-file'), defaultName);
|
|
||||||
|
|
||||||
if (!fileName) return;
|
|
||||||
|
|
||||||
const blob = new Blob([this.stockString]);
|
|
||||||
const file = fileName + '.con';
|
|
||||||
|
|
||||||
var e = document.createEvent('MouseEvents'),
|
|
||||||
a = document.createElement('a');
|
|
||||||
a.download = file;
|
|
||||||
a.href = window.URL.createObjectURL(blob);
|
|
||||||
a.dataset.downloadurl = ['', a.download, a.href].join(':');
|
|
||||||
e.initEvent('click', true, false);
|
|
||||||
a.dispatchEvent(e);
|
|
||||||
},
|
|
||||||
|
|
||||||
uploadStock() {
|
|
||||||
const inputEl = this.$refs['conFile'] as HTMLInputElement;
|
|
||||||
const files = inputEl.files;
|
|
||||||
|
|
||||||
if (files?.length != 1) return;
|
|
||||||
if (!/\.con$/.test(files[0].name)) return;
|
|
||||||
|
|
||||||
const reader = new FileReader();
|
|
||||||
reader.readAsText(files[0]);
|
|
||||||
|
|
||||||
reader.onload = (res) => {
|
|
||||||
const stockString = res.target?.result;
|
|
||||||
|
|
||||||
if (!stockString || typeof stockString !== 'string') return;
|
|
||||||
|
|
||||||
this.loadStockFromString(stockString);
|
|
||||||
};
|
|
||||||
|
|
||||||
reader.onerror = (err) => console.error(err);
|
|
||||||
|
|
||||||
inputEl.value = '';
|
|
||||||
},
|
|
||||||
|
|
||||||
onDragStart(vehicleIndex: number) {
|
|
||||||
this.draggedVehicleID = vehicleIndex;
|
|
||||||
},
|
|
||||||
|
|
||||||
onDrop(e: DragEvent, vehicleIndex: number) {
|
|
||||||
e.preventDefault();
|
|
||||||
|
|
||||||
let targetEl = (this.$refs['itemRefs'] as Element[])[vehicleIndex];
|
|
||||||
|
|
||||||
if (!targetEl) return;
|
|
||||||
|
|
||||||
const tempVehicle = this.store.stockList[vehicleIndex];
|
|
||||||
|
|
||||||
this.store.stockList[vehicleIndex] = this.store.stockList[this.draggedVehicleID];
|
|
||||||
this.store.stockList[this.draggedVehicleID] = tempVehicle;
|
|
||||||
|
|
||||||
this.store.chosenStockListIndex = vehicleIndex;
|
|
||||||
},
|
|
||||||
|
|
||||||
allowDrop(e: DragEvent) {
|
|
||||||
e.preventDefault();
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import '../../styles/global';
|
@use '@/styles/tab';
|
||||||
@import '../../styles/tab.scss';
|
|
||||||
|
|
||||||
.tab_content {
|
.tab_content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.warning {
|
|
||||||
padding: 0.25em;
|
|
||||||
margin: 0.25em 0;
|
|
||||||
background: $accentColor;
|
|
||||||
color: black;
|
|
||||||
|
|
||||||
font-weight: bold;
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: black;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.stock_controls {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
|
|
||||||
gap: 0.5em;
|
|
||||||
|
|
||||||
padding: 0.5em;
|
|
||||||
|
|
||||||
background-color: #353a57;
|
|
||||||
|
|
||||||
&[data-disabled='true'] {
|
|
||||||
opacity: 0.8;
|
|
||||||
|
|
||||||
user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.stock_actions {
|
|
||||||
display: grid;
|
|
||||||
gap: 0.5em;
|
|
||||||
|
|
||||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
|
||||||
|
|
||||||
button {
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
input {
|
|
||||||
opacity: 0;
|
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.stock_spawn-settings {
|
|
||||||
display: flex;
|
|
||||||
gap: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.real-stock-info {
|
|
||||||
img {
|
|
||||||
height: 1.3ch;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-wrapper {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-empty {
|
|
||||||
background-color: $secondaryColor;
|
|
||||||
border-radius: 0.5em;
|
|
||||||
padding: 0.75em;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
|
||||||
overflow-y: scroll;
|
|
||||||
height: 500px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul > li {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: space-between;
|
|
||||||
min-width: 500px;
|
|
||||||
|
|
||||||
margin: 0.25em 0;
|
|
||||||
|
|
||||||
outline: none;
|
|
||||||
cursor: pointer;
|
|
||||||
|
|
||||||
&:focus-visible {
|
|
||||||
outline: 1px solid white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
li > .stock-info {
|
|
||||||
display: flex;
|
|
||||||
gap: 0.25em;
|
|
||||||
|
|
||||||
color: white;
|
|
||||||
font-weight: 700;
|
|
||||||
|
|
||||||
transition: color 100ms;
|
|
||||||
|
|
||||||
& > span {
|
|
||||||
padding: 0.5em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.stock-info-no,
|
|
||||||
.stock-info-type {
|
|
||||||
background-color: $secondaryColor;
|
|
||||||
|
|
||||||
&[data-team-only='true'] {
|
|
||||||
color: $teamColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
&[data-sponsor-only='true'] {
|
|
||||||
color: $sponsorColor;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.stock-info-no {
|
|
||||||
min-width: 3.5em;
|
|
||||||
text-align: right;
|
|
||||||
|
|
||||||
&[data-selected='true'] {
|
|
||||||
color: $accentColor;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.stock-info-cargo {
|
|
||||||
background-color: #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
.stock-info-length,
|
|
||||||
.stock-info-mass,
|
|
||||||
.stock-info-speed {
|
|
||||||
background-color: #555;
|
|
||||||
}
|
|
||||||
|
|
||||||
.stock-list-anim {
|
|
||||||
&-move, /* apply transition to moving elements */
|
|
||||||
&-enter-active,
|
|
||||||
&-leave-active {
|
|
||||||
transition: all 250ms ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
&-enter-from {
|
|
||||||
opacity: 0;
|
|
||||||
transform: translateY(-25px);
|
|
||||||
}
|
|
||||||
|
|
||||||
&-leave-to {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
&-leave-active {
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: $breakpointMd) {
|
|
||||||
ul {
|
|
||||||
min-height: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -0,0 +1,228 @@
|
|||||||
|
<template>
|
||||||
|
<section class="tab storage-tab">
|
||||||
|
<div class="tab_header">
|
||||||
|
<h2>{{ $t('storage.title') }}</h2>
|
||||||
|
<h3>{{ $t('storage.subtitle') }}</h3>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="tab_content">
|
||||||
|
<div class="storage-list-wrapper">
|
||||||
|
<transition-group name="storage-list-anim" tag="ul" class="storage-list">
|
||||||
|
<li v-for="storageEntry in storageStockDataList" :key="storageEntry.id">
|
||||||
|
<div class="storage-item-top">
|
||||||
|
<h3>
|
||||||
|
{{ storageEntry.id }}
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<div class="storage-item-top-actions">
|
||||||
|
<button class="btn btn--icon" @click="chooseStorageStock(storageEntry.id)">
|
||||||
|
<LogIn />
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button class="btn btn--icon" @click="toggleStorageEntryExpand(storageEntry.id)">
|
||||||
|
<ChevronDown v-if="!expandedEntries.includes(storageEntry.id)" />
|
||||||
|
<ChevronUp v-else />
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button class="btn btn--icon" @click="removeStockIndexFromStorage(storageEntry.id)">
|
||||||
|
<Trash2 />
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="storage-item-expandable" v-if="expandedEntries.includes(storageEntry.id)">
|
||||||
|
<i>
|
||||||
|
{{ $t('storage.created-at') }}
|
||||||
|
{{ new Date(storageEntry.createdAt).toLocaleString($i18n.locale) }}</i
|
||||||
|
>
|
||||||
|
<i v-if="storageEntry.updatedAt">
|
||||||
|
• {{ $t('storage.updated-at') }}
|
||||||
|
{{ new Date(storageEntry.updatedAt).toLocaleString($i18n.locale) }}</i
|
||||||
|
>
|
||||||
|
|
||||||
|
<div style="margin-top: 0.5em">
|
||||||
|
<i>{{ $t('storage.stock-title') }} </i>
|
||||||
|
{{ shortenStockString(storageEntry.stockString) }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li v-if="Object.keys(storageStockDataList).length == 0" class="storage-no-entries">
|
||||||
|
{{ $t('storage.no-entires') }}
|
||||||
|
</li>
|
||||||
|
</transition-group>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts">
|
||||||
|
import { defineComponent } from 'vue';
|
||||||
|
|
||||||
|
import { useStore } from '../../store';
|
||||||
|
import stockMixin from '../../mixins/stockMixin';
|
||||||
|
import { ChevronDown, ChevronUp, LogIn, Trash2 } from 'lucide-vue-next';
|
||||||
|
|
||||||
|
export default defineComponent({
|
||||||
|
components: {
|
||||||
|
ChevronDown,
|
||||||
|
ChevronUp,
|
||||||
|
LogIn,
|
||||||
|
Trash2,
|
||||||
|
},
|
||||||
|
|
||||||
|
mixins: [stockMixin],
|
||||||
|
|
||||||
|
data: () => ({
|
||||||
|
store: useStore(),
|
||||||
|
expandedEntries: [] as string[],
|
||||||
|
}),
|
||||||
|
|
||||||
|
computed: {
|
||||||
|
storageStockDataList() {
|
||||||
|
return Object.values(this.store.storageStockData)
|
||||||
|
.sort((a, b) => (b.updatedAt ?? b.createdAt) - (a.updatedAt ?? a.createdAt))
|
||||||
|
.map((data) => ({
|
||||||
|
...data,
|
||||||
|
isExpanded: false,
|
||||||
|
}));
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
methods: {
|
||||||
|
shortenStockString(stockString: string) {
|
||||||
|
return Array.from(
|
||||||
|
stockString.split(';').reduce(
|
||||||
|
(acc, s) => {
|
||||||
|
const stockName = s.split(/:|,/)[0];
|
||||||
|
acc.set(stockName, (acc.get(stockName) ?? 0) + 1);
|
||||||
|
|
||||||
|
return acc;
|
||||||
|
},
|
||||||
|
new Map() as Map<string, number>
|
||||||
|
)
|
||||||
|
)
|
||||||
|
.map(([stockName, count]) => `${count}x ${stockName.replace(/_/g, ' ')}`)
|
||||||
|
.join(', ');
|
||||||
|
},
|
||||||
|
removeStockIndexFromStorage(stockName: string) {
|
||||||
|
let removeConfirm = confirm(this.$t('storage.remove-confirm'));
|
||||||
|
|
||||||
|
if (!removeConfirm) return;
|
||||||
|
|
||||||
|
delete this.store.storageStockData[stockName];
|
||||||
|
this.store.chosenStorageStockName = '';
|
||||||
|
this.store.chosenStorageStockString = '';
|
||||||
|
|
||||||
|
try {
|
||||||
|
localStorage.setItem('savedStockData', JSON.stringify(this.store.storageStockData));
|
||||||
|
} catch (error) {
|
||||||
|
console.error('Wystąpił błąd podczas usuwania składu z localStorage!', error);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
chooseStorageStock(stockName: string) {
|
||||||
|
try {
|
||||||
|
this.loadStockFromString(this.store.storageStockData[stockName].stockString);
|
||||||
|
this.store.chosenStorageStockName = stockName;
|
||||||
|
this.store.chosenStorageStockString = this.store.storageStockData[stockName].stockString;
|
||||||
|
|
||||||
|
this.$router.push('/');
|
||||||
|
} catch (error) {
|
||||||
|
console.log(error);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
toggleStorageEntryExpand(stockName: string) {
|
||||||
|
const stockIndex = this.expandedEntries.indexOf(stockName);
|
||||||
|
|
||||||
|
if (stockIndex == -1) this.expandedEntries.push(stockName);
|
||||||
|
else this.expandedEntries.splice(stockIndex, 1);
|
||||||
|
},
|
||||||
|
},
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
@use '@/styles/tab';
|
||||||
|
|
||||||
|
.tab_actions {
|
||||||
|
grid-template-columns: repeat(2, 1fr);
|
||||||
|
}
|
||||||
|
|
||||||
|
.storage-list-wrapper {
|
||||||
|
position: relative;
|
||||||
|
height: 730px;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.storage-list {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 0.5em;
|
||||||
|
margin-top: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.storage-list > li {
|
||||||
|
padding: 0.5em;
|
||||||
|
background-color: global.$secondaryColor;
|
||||||
|
|
||||||
|
&[data-current='true'] {
|
||||||
|
background-color: #3b3b3b;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.storage-item-top {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.storage-item-top > h3 {
|
||||||
|
width: 100%;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.storage-item-top-actions {
|
||||||
|
display: flex;
|
||||||
|
gap: 0.5em;
|
||||||
|
|
||||||
|
& > button {
|
||||||
|
background-color: #333;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.storage-item-expandable {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.storage-no-entries {
|
||||||
|
padding: 1em;
|
||||||
|
font-size: 1.15em;
|
||||||
|
font-weight: bold;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.storage-list-anim {
|
||||||
|
&-move,
|
||||||
|
&-enter-active,
|
||||||
|
&-leave-active {
|
||||||
|
transition: all 120ms ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-enter-from {
|
||||||
|
opacity: 0;
|
||||||
|
transform: translateY(-25px);
|
||||||
|
}
|
||||||
|
|
||||||
|
&-leave-to {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-leave-active {
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -1,46 +1,49 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="wiki-list tab">
|
<section class="wiki-list tab">
|
||||||
<div class="tab_header">
|
|
||||||
<h2>{{ $t('wiki.title') }}</h2>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="tab_content">
|
<div class="tab_content">
|
||||||
<div class="actions">
|
<div class="actions">
|
||||||
<label>
|
<div class="action action-input">
|
||||||
<span>{{ $t('wiki.labels.search-vehicle') }}</span>
|
<label for="search-vehicle">
|
||||||
|
{{ $t('wiki.labels.search-vehicle') }}
|
||||||
|
<button class="reset-btn" @click="resetSearchInput">
|
||||||
|
<img src="/images/icon-exit.svg" alt="reset vehicle input icon" />
|
||||||
|
</button>
|
||||||
|
</label>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
|
id="search-vehicle"
|
||||||
|
name="search-vehicle"
|
||||||
:placeholder="$t('wiki.labels.search-vehicle-placeholder')"
|
:placeholder="$t('wiki.labels.search-vehicle-placeholder')"
|
||||||
v-model="searchedVehicleTypeName"
|
v-model="searchedVehicleTypeName"
|
||||||
/>
|
/>
|
||||||
</label>
|
</div>
|
||||||
|
|
||||||
<label>
|
<div class="action action-select">
|
||||||
<span>{{ $t('wiki.labels.vehicles') }}</span>
|
<label for="filter-type">{{ $t('wiki.labels.vehicles') }}</label>
|
||||||
<select name="filter-type" id="filter-type" v-model="filterType">
|
<select name="filter-type" id="filter-type" v-model="filterType">
|
||||||
<option v-for="filter in filters" :key="filter" :value="filter">
|
<option v-for="filter in filters" :key="filter" :value="filter">
|
||||||
{{ $t(`wiki.filters.${filter}`) }}
|
{{ $t(`wiki.filters.${filter}`) }}
|
||||||
</option>
|
</option>
|
||||||
</select>
|
</select>
|
||||||
</label>
|
</div>
|
||||||
|
|
||||||
<label>
|
<div class="action action-select">
|
||||||
<span>{{ $t('wiki.labels.sort-by') }}</span>
|
<label for="sorter-type">{{ $t('wiki.labels.sort-by') }}</label>
|
||||||
<select name="sorter-type" id="sorter-type" v-model="sorterType">
|
<select name="sorter-type" id="sorter-type" v-model="sorterType">
|
||||||
<option v-for="sorter in sorters" :key="sorter" :value="sorter">
|
<option v-for="sorter in sorters" :key="sorter" :value="sorter">
|
||||||
{{ $t(`wiki.sort-by.${sorter}`) }}
|
{{ $t(`wiki.sort-by.${sorter}`) }}
|
||||||
</option>
|
</option>
|
||||||
</select>
|
</select>
|
||||||
</label>
|
</div>
|
||||||
|
|
||||||
<label>
|
<div class="action action-select">
|
||||||
<span>{{ $t('wiki.labels.sort-direction') }}</span>
|
<label for="sorter-direction">{{ $t('wiki.labels.sort-direction') }}</label>
|
||||||
|
|
||||||
<select name="sorter-direction" id="sorter-direction" v-model="sorterDirection">
|
<select name="sorter-direction" id="sorter-direction" v-model="sorterDirection">
|
||||||
<option value="asc">{{ $t('wiki.sort-direction.asc') }}</option>
|
<option value="asc">{{ $t('wiki.sort-direction.asc') }}</option>
|
||||||
<option value="desc">{{ $t('wiki.sort-direction.desc') }}</option>
|
<option value="desc">{{ $t('wiki.sort-direction.desc') }}</option>
|
||||||
</select>
|
</select>
|
||||||
</label>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="vehicles" ref="vehicles">
|
<ul class="vehicles" ref="vehicles">
|
||||||
@@ -53,7 +56,12 @@
|
|||||||
@keydown.enter="onVehicleSelect(vehicle)"
|
@keydown.enter="onVehicleSelect(vehicle)"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<img loading="lazy" width="120" :src="getThumbnailURL(vehicle.type, 'small')" />
|
<img
|
||||||
|
loading="lazy"
|
||||||
|
width="120"
|
||||||
|
:src="getThumbnailURL(vehicle.type, 'small')"
|
||||||
|
@error="onThumbnailImageError"
|
||||||
|
/>
|
||||||
|
|
||||||
<span>
|
<span>
|
||||||
<span
|
<span
|
||||||
@@ -79,6 +87,10 @@
|
|||||||
</span>
|
</span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<div class="no-vehicles-warning" v-if="computedVehicles.length == 0">
|
||||||
|
{{ $t('wiki.no-vehicles') }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
@@ -87,19 +99,28 @@
|
|||||||
import { defineComponent } from 'vue';
|
import { defineComponent } from 'vue';
|
||||||
import { useStore } from '../../store';
|
import { useStore } from '../../store';
|
||||||
import stockPreviewMixin from '../../mixins/stockPreviewMixin';
|
import stockPreviewMixin from '../../mixins/stockPreviewMixin';
|
||||||
import { IVehicle } from '../../types';
|
import { IVehicle } from '../../types/common.types';
|
||||||
import { isTractionUnit } from '../../utils/vehicleUtils';
|
import { isTractionUnit } from '../../utils/vehicleUtils';
|
||||||
import stockMixin from '../../mixins/stockMixin';
|
import stockMixin from '../../mixins/stockMixin';
|
||||||
import imageMixin from '../../mixins/imageMixin';
|
import imageMixin from '../../mixins/imageMixin';
|
||||||
|
|
||||||
const sorters = ['type', 'group', 'length', 'weight', 'maxSpeed'] as const;
|
const sorters = ['type', 'group', 'length', 'weight', 'maxSpeed'] as const;
|
||||||
const filters = ['vehicles-all', 'vehicles-traction', 'vehicles-wagon'] as const;
|
|
||||||
|
enum VehicleFilter {
|
||||||
|
AllVehicles = 'vehicles-all',
|
||||||
|
AllTractions = 'vehicles-tractions-all',
|
||||||
|
ElectricTraction = 'vehicles-tractions-electric',
|
||||||
|
DieselTraction = 'vehicles-tractions-diesel',
|
||||||
|
EmuTraction = 'vehicles-tractions-emu',
|
||||||
|
DmuTraction = 'vehicles-tractions-dmu',
|
||||||
|
AllWagons = 'vehicles-wagons-all',
|
||||||
|
PassengerWagons = 'vehicles-wagons-passenger',
|
||||||
|
FreightWagons = 'vehicles-wagons-freight',
|
||||||
|
}
|
||||||
|
|
||||||
type SorterType = (typeof sorters)[number];
|
type SorterType = (typeof sorters)[number];
|
||||||
type SorterDirection = 'asc' | 'desc';
|
type SorterDirection = 'asc' | 'desc';
|
||||||
|
|
||||||
type FilterType = (typeof filters)[number];
|
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
mixins: [stockPreviewMixin, stockMixin, imageMixin],
|
mixins: [stockPreviewMixin, stockMixin, imageMixin],
|
||||||
|
|
||||||
@@ -109,14 +130,14 @@ export default defineComponent({
|
|||||||
observer: null as IntersectionObserver | null,
|
observer: null as IntersectionObserver | null,
|
||||||
|
|
||||||
sorters: sorters,
|
sorters: sorters,
|
||||||
filters: filters,
|
filters: Object.values(VehicleFilter),
|
||||||
|
|
||||||
searchedVehicleTypeName: '',
|
searchedVehicleTypeName: '',
|
||||||
|
|
||||||
sorterType: 'type' as SorterType,
|
sorterType: 'type' as SorterType,
|
||||||
sorterDirection: 'asc' as SorterDirection,
|
sorterDirection: 'asc' as SorterDirection,
|
||||||
|
|
||||||
filterType: 'vehicles-all' as FilterType,
|
filterType: VehicleFilter.AllVehicles,
|
||||||
|
|
||||||
lastScrollTop: 0,
|
lastScrollTop: 0,
|
||||||
};
|
};
|
||||||
@@ -143,28 +164,56 @@ export default defineComponent({
|
|||||||
methods: {
|
methods: {
|
||||||
isTractionUnit,
|
isTractionUnit,
|
||||||
|
|
||||||
|
onThumbnailImageError(e: Event) {
|
||||||
|
const el = e.target as HTMLImageElement;
|
||||||
|
|
||||||
|
if (el.src == '/images/no-vehicle-image.png') return;
|
||||||
|
el.src = '/images/no-vehicle-image.png';
|
||||||
|
},
|
||||||
|
|
||||||
onVehicleSelect(vehicle: IVehicle) {
|
onVehicleSelect(vehicle: IVehicle) {
|
||||||
if (this.store.chosenVehicle?.type === vehicle.type) this.addVehicle(vehicle);
|
if (this.store.chosenVehicle?.type === vehicle.type) this.addVehicle(vehicle);
|
||||||
this.previewVehicle(vehicle);
|
this.previewVehicle(vehicle);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
resetSearchInput() {
|
||||||
|
this.searchedVehicleTypeName = '';
|
||||||
|
},
|
||||||
|
|
||||||
filterVehicles(v: IVehicle) {
|
filterVehicles(v: IVehicle) {
|
||||||
if (this.searchedVehicleTypeName)
|
if (
|
||||||
return v.type
|
this.searchedVehicleTypeName != '' &&
|
||||||
.toLocaleLowerCase()
|
!v.type.toLocaleLowerCase().includes(this.searchedVehicleTypeName.toLocaleLowerCase())
|
||||||
.includes(this.searchedVehicleTypeName.toLocaleLowerCase());
|
)
|
||||||
|
return false;
|
||||||
|
|
||||||
switch (this.filterType) {
|
switch (this.filterType) {
|
||||||
case 'vehicles-all':
|
case VehicleFilter.AllTractions:
|
||||||
return true;
|
|
||||||
case 'vehicles-traction':
|
|
||||||
return isTractionUnit(v);
|
return isTractionUnit(v);
|
||||||
case 'vehicles-wagon':
|
|
||||||
|
case VehicleFilter.ElectricTraction:
|
||||||
|
return isTractionUnit(v) && v.group == 'loco-electric';
|
||||||
|
|
||||||
|
case VehicleFilter.DieselTraction:
|
||||||
|
return isTractionUnit(v) && v.group == 'loco-diesel';
|
||||||
|
|
||||||
|
case VehicleFilter.EmuTraction:
|
||||||
|
return isTractionUnit(v) && v.group == 'unit-electric';
|
||||||
|
|
||||||
|
case VehicleFilter.DmuTraction:
|
||||||
|
return isTractionUnit(v) && v.group == 'unit-diesel';
|
||||||
|
|
||||||
|
case VehicleFilter.AllWagons:
|
||||||
return !isTractionUnit(v);
|
return !isTractionUnit(v);
|
||||||
|
|
||||||
default:
|
case VehicleFilter.PassengerWagons:
|
||||||
return false;
|
return !isTractionUnit(v) && v.group == 'wagon-passenger';
|
||||||
|
|
||||||
|
case VehicleFilter.FreightWagons:
|
||||||
|
return !isTractionUnit(v) && v.group == 'wagon-freight';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
},
|
},
|
||||||
|
|
||||||
sortVehicles(v1: IVehicle, v2: IVehicle) {
|
sortVehicles(v1: IVehicle, v2: IVehicle) {
|
||||||
@@ -180,21 +229,6 @@ export default defineComponent({
|
|||||||
case 'maxSpeed':
|
case 'maxSpeed':
|
||||||
return Math.sign(v1[this.sorterType] - v2[this.sorterType]) * direction;
|
return Math.sign(v1[this.sorterType] - v2[this.sorterType]) * direction;
|
||||||
|
|
||||||
// case 'cargoCount':
|
|
||||||
// return (
|
|
||||||
// Math.sign(
|
|
||||||
// (!isTractionUnit(v1) ? v1.cargoTypes.length || -1 : -1) -
|
|
||||||
// (!isTractionUnit(row2.vehicle) ? row2.vehicle.cargoTypes.length || -1 : -1)
|
|
||||||
// ) * direction
|
|
||||||
// );
|
|
||||||
|
|
||||||
// case 'coldStart':
|
|
||||||
// return (
|
|
||||||
// ((isTractionUnit(v1) && v1.coldStart ? 1 : -1) -
|
|
||||||
// (isTractionUnit(row2.vehicle) && row2.vehicle.coldStart ? 1 : -1)) *
|
|
||||||
// direction
|
|
||||||
// );
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return v1.type.localeCompare(v2.type) * direction;
|
return v1.type.localeCompare(v2.type) * direction;
|
||||||
}
|
}
|
||||||
@@ -210,7 +244,7 @@ export default defineComponent({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import '../../styles/tab.scss';
|
@use '@/styles/tab';
|
||||||
|
|
||||||
.actions {
|
.actions {
|
||||||
display: grid;
|
display: grid;
|
||||||
@@ -220,16 +254,29 @@ export default defineComponent({
|
|||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.actions > label {
|
.action {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0.25em;
|
gap: 0.5em;
|
||||||
|
|
||||||
span {
|
label {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.action.action-input label {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
.reset-btn {
|
||||||
|
display: flex;
|
||||||
|
background-color: #161c2e;
|
||||||
|
border-radius: 0.25em;
|
||||||
|
}
|
||||||
|
|
||||||
.vehicles {
|
.vehicles {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
|
||||||
@@ -271,7 +318,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sponsor-only {
|
.sponsor-only {
|
||||||
color: $sponsorColor;
|
color: global.$sponsorColor;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: '*';
|
content: '*';
|
||||||
@@ -279,7 +326,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
.team-only {
|
.team-only {
|
||||||
color: $teamColor;
|
color: global.$teamColor;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: '*';
|
content: '*';
|
||||||
@@ -290,7 +337,13 @@ export default defineComponent({
|
|||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: $breakpointSm) {
|
.no-vehicles-warning {
|
||||||
|
text-align: center;
|
||||||
|
padding: 1em;
|
||||||
|
background-color: #161c2e;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: global.$breakpointSm) {
|
||||||
.actions-panel {
|
.actions-panel {
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
@@ -0,0 +1,375 @@
|
|||||||
|
<template>
|
||||||
|
<div class="stock_actions">
|
||||||
|
<div class="actions-top">
|
||||||
|
<button
|
||||||
|
class="btn btn--image"
|
||||||
|
@click="clickFileInput"
|
||||||
|
:data-button-tooltip="$t('stocklist.action-upload-file')"
|
||||||
|
>
|
||||||
|
<input type="file" @change="uploadStockFromFile" ref="conFile" accept=".con,.txt" />
|
||||||
|
<FolderUp :stroke-width="2.5" />
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button
|
||||||
|
class="btn btn--image"
|
||||||
|
@click="uploadStockFromClipboard"
|
||||||
|
:data-button-tooltip="$t('stocklist.action-upload-clipboard')"
|
||||||
|
>
|
||||||
|
<ClipboardPaste :stroke-width="2.5" />
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button
|
||||||
|
class="btn btn--image"
|
||||||
|
:data-disabled="stockIsEmpty"
|
||||||
|
:disabled="stockIsEmpty"
|
||||||
|
@click="downloadStock"
|
||||||
|
:data-button-tooltip="$t('stocklist.action-download')"
|
||||||
|
>
|
||||||
|
<FolderDown :stroke-width="2.5" />
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button
|
||||||
|
class="btn btn--image"
|
||||||
|
:data-disabled="stockIsEmpty"
|
||||||
|
:disabled="stockIsEmpty"
|
||||||
|
@click="copyToClipboard"
|
||||||
|
:data-button-tooltip="$t('stocklist.action-copy')"
|
||||||
|
>
|
||||||
|
<ClipboardCopy :stroke-width="2.5" />
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button
|
||||||
|
class="btn btn--image"
|
||||||
|
:data-disabled="stockIsEmpty"
|
||||||
|
:disabled="stockIsEmpty"
|
||||||
|
@click="saveStockDataToStorage"
|
||||||
|
:data-button-tooltip="$t('stocklist.action-bookmark')"
|
||||||
|
>
|
||||||
|
<Bookmark :stroke-width="2.5" />
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button
|
||||||
|
class="btn btn--image"
|
||||||
|
:data-disabled="stockIsEmpty"
|
||||||
|
:disabled="stockIsEmpty"
|
||||||
|
@click="resetStock"
|
||||||
|
:data-button-tooltip="$t('stocklist.action-reset')"
|
||||||
|
>
|
||||||
|
<ListRestart :stroke-width="2.5" />
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button
|
||||||
|
class="btn btn--image"
|
||||||
|
:data-disabled="stockIsEmpty"
|
||||||
|
:disabled="stockIsEmpty"
|
||||||
|
@click="shuffleCars"
|
||||||
|
:data-button-tooltip="$t('stocklist.action-shuffle')"
|
||||||
|
>
|
||||||
|
<Shuffle :stroke-width="2.5" />
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button
|
||||||
|
class="btn btn--image"
|
||||||
|
:data-disabled="stockIsEmpty"
|
||||||
|
:disabled="stockIsEmpty"
|
||||||
|
@click="turnAroundCars"
|
||||||
|
:data-button-tooltip="$t('stocklist.action-switch')"
|
||||||
|
>
|
||||||
|
<Repeat :stroke-width="2.5" />
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="actions-bottom" :data-disabled="store.chosenStockListIndex == -1">
|
||||||
|
<button
|
||||||
|
class="btn btn--image"
|
||||||
|
:tabindex="store.chosenStockListIndex == -1 ? -1 : 0"
|
||||||
|
@click="stockListUtils.moveUpStock(store.chosenStockListIndex)"
|
||||||
|
>
|
||||||
|
<ChevronUp :stroke-width="2.5" />
|
||||||
|
{{ $t('stocklist.action-move-up') }}
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button
|
||||||
|
class="btn btn--image"
|
||||||
|
:tabindex="store.chosenStockListIndex == -1 ? -1 : 0"
|
||||||
|
@click="stockListUtils.moveDownStock(store.chosenStockListIndex)"
|
||||||
|
>
|
||||||
|
<ChevronDown :stroke-width="2.5" />
|
||||||
|
{{ $t('stocklist.action-move-down') }}
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button
|
||||||
|
class="btn btn--image"
|
||||||
|
:tabindex="store.chosenStockListIndex == -1 ? -1 : 0"
|
||||||
|
@click="stockListUtils.removeStock(store.chosenStockListIndex)"
|
||||||
|
>
|
||||||
|
<Trash2 :stroke-width="2.5" />
|
||||||
|
{{ $t('stocklist.action-remove') }}
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts">
|
||||||
|
import { defineComponent } from 'vue';
|
||||||
|
import { useStore } from '../../../store';
|
||||||
|
|
||||||
|
import { isTractionUnit } from '../../../utils/vehicleUtils';
|
||||||
|
import { useFileUtils } from '../../../utils/fileUtils';
|
||||||
|
import stockMixin from '../../../mixins/stockMixin';
|
||||||
|
import { useStockListUtils } from '../../../utils/stockListUtils';
|
||||||
|
|
||||||
|
import {
|
||||||
|
Bookmark,
|
||||||
|
ChevronDown,
|
||||||
|
ChevronUp,
|
||||||
|
ClipboardCopy,
|
||||||
|
ClipboardPaste,
|
||||||
|
Download,
|
||||||
|
FolderDown,
|
||||||
|
FolderUp,
|
||||||
|
ListRestart,
|
||||||
|
Repeat,
|
||||||
|
Shuffle,
|
||||||
|
Trash2,
|
||||||
|
} from 'lucide-vue-next';
|
||||||
|
|
||||||
|
export default defineComponent({
|
||||||
|
mixins: [stockMixin],
|
||||||
|
|
||||||
|
components: {
|
||||||
|
Bookmark,
|
||||||
|
ChevronDown,
|
||||||
|
ChevronUp,
|
||||||
|
ClipboardCopy,
|
||||||
|
ClipboardPaste,
|
||||||
|
Download,
|
||||||
|
FolderUp,
|
||||||
|
ListRestart,
|
||||||
|
Repeat,
|
||||||
|
Shuffle,
|
||||||
|
FolderDown,
|
||||||
|
Trash2,
|
||||||
|
},
|
||||||
|
|
||||||
|
data: () => ({
|
||||||
|
store: useStore(),
|
||||||
|
}),
|
||||||
|
|
||||||
|
setup() {
|
||||||
|
const fileUtils = useFileUtils();
|
||||||
|
const stockListUtils = useStockListUtils();
|
||||||
|
|
||||||
|
return {
|
||||||
|
fileUtils,
|
||||||
|
stockListUtils,
|
||||||
|
};
|
||||||
|
},
|
||||||
|
|
||||||
|
computed: {
|
||||||
|
stockIsEmpty() {
|
||||||
|
return this.store.stockList.length == 0;
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
methods: {
|
||||||
|
copyToClipboard() {
|
||||||
|
navigator.clipboard.writeText(this.store.stockString);
|
||||||
|
|
||||||
|
setTimeout(() => {
|
||||||
|
alert(this.$t('stocklist.alert-copied'));
|
||||||
|
}, 20);
|
||||||
|
},
|
||||||
|
|
||||||
|
clickFileInput() {
|
||||||
|
(this.$refs['conFile'] as HTMLInputElement).click();
|
||||||
|
},
|
||||||
|
|
||||||
|
resetStock() {
|
||||||
|
this.store.stockList.length = 0;
|
||||||
|
this.store.chosenStockListIndex = -1;
|
||||||
|
},
|
||||||
|
|
||||||
|
shuffleCars() {
|
||||||
|
const availableIndexes = this.store.stockList.reduce((acc, stock, i) => {
|
||||||
|
if (!isTractionUnit(stock.vehicleRef)) acc.push(i);
|
||||||
|
|
||||||
|
return acc;
|
||||||
|
}, [] as number[]);
|
||||||
|
|
||||||
|
for (let i = 0; i < this.store.stockList.length; i++) {
|
||||||
|
if (!availableIndexes.includes(i)) continue;
|
||||||
|
|
||||||
|
availableIndexes.splice(i, -1);
|
||||||
|
|
||||||
|
const randAvailableIndex =
|
||||||
|
availableIndexes[Math.floor(Math.random() * availableIndexes.length)];
|
||||||
|
const tempSwap = this.store.stockList[randAvailableIndex];
|
||||||
|
|
||||||
|
this.store.stockList[randAvailableIndex] = this.store.stockList[i];
|
||||||
|
this.store.stockList[i] = tempSwap;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
turnAroundCars() {
|
||||||
|
if (this.store.stockList.length <= 1) return;
|
||||||
|
|
||||||
|
const isFirstTractionUnit = isTractionUnit(this.store.stockList[0].vehicleRef);
|
||||||
|
|
||||||
|
const sliceToSwap = isFirstTractionUnit
|
||||||
|
? this.store.stockList.slice(1)
|
||||||
|
: this.store.stockList.slice();
|
||||||
|
|
||||||
|
sliceToSwap.reverse();
|
||||||
|
|
||||||
|
if (isFirstTractionUnit) sliceToSwap.unshift(this.store.stockList[0]);
|
||||||
|
|
||||||
|
this.store.stockList = sliceToSwap;
|
||||||
|
},
|
||||||
|
|
||||||
|
downloadStock() {
|
||||||
|
if (this.store.stockList.length == 0) return alert(this.$t('stocklist.alert-empty'));
|
||||||
|
|
||||||
|
const defaultName = this.fileUtils.getCurrentStockFileName();
|
||||||
|
const fileName = prompt(this.$t('stocklist.prompt-file'), defaultName);
|
||||||
|
|
||||||
|
if (!fileName) return;
|
||||||
|
|
||||||
|
const blob = new Blob([this.store.stockString]);
|
||||||
|
const file = fileName + '.con';
|
||||||
|
|
||||||
|
var e = document.createEvent('MouseEvents'),
|
||||||
|
a = document.createElement('a');
|
||||||
|
a.download = file;
|
||||||
|
a.href = window.URL.createObjectURL(blob);
|
||||||
|
a.dataset.downloadurl = ['', a.download, a.href].join(':');
|
||||||
|
e.initEvent('click', true, false);
|
||||||
|
a.dispatchEvent(e);
|
||||||
|
},
|
||||||
|
|
||||||
|
uploadStockFromFile() {
|
||||||
|
const inputEl = this.$refs['conFile'] as HTMLInputElement;
|
||||||
|
const files = inputEl.files;
|
||||||
|
|
||||||
|
if (files?.length != 1) return;
|
||||||
|
if (!/\.con$/.test(files[0].name)) return;
|
||||||
|
|
||||||
|
const reader = new FileReader();
|
||||||
|
reader.readAsText(files[0]);
|
||||||
|
|
||||||
|
reader.onload = (res) => {
|
||||||
|
const stockString = res.target?.result;
|
||||||
|
|
||||||
|
if (!stockString || typeof stockString !== 'string') return;
|
||||||
|
|
||||||
|
this.loadStockFromString(stockString);
|
||||||
|
};
|
||||||
|
|
||||||
|
reader.onerror = (err) => console.error(err);
|
||||||
|
|
||||||
|
inputEl.value = '';
|
||||||
|
},
|
||||||
|
|
||||||
|
saveStockDataToStorage() {
|
||||||
|
if (this.store.stockList.length == 0) return;
|
||||||
|
|
||||||
|
const defaultName = this.fileUtils.getCurrentStockFileName();
|
||||||
|
const entryName = prompt(this.$t('stocklist.prompt-bookmark'), defaultName);
|
||||||
|
|
||||||
|
if (!entryName) return;
|
||||||
|
|
||||||
|
if (entryName in this.store.storageStockData) {
|
||||||
|
const overwriteDataConfirm = confirm(this.$t('stocklist.prompt-bookmark-overwrite'));
|
||||||
|
|
||||||
|
if (!overwriteDataConfirm) return;
|
||||||
|
|
||||||
|
this.store.storageStockData[entryName]['updatedAt'] = Date.now();
|
||||||
|
this.store.storageStockData[entryName]['stockString'] = this.store.stockString;
|
||||||
|
} else {
|
||||||
|
this.store.storageStockData[entryName] = {
|
||||||
|
id: entryName,
|
||||||
|
createdAt: Date.now(),
|
||||||
|
stockString: this.store.stockString,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
localStorage.setItem('savedStockData', JSON.stringify(this.store.storageStockData));
|
||||||
|
this.store.chosenStorageStockName = entryName;
|
||||||
|
this.store.chosenStorageStockString = this.store.stockString;
|
||||||
|
} catch (error) {
|
||||||
|
console.error('Wystąpił błąd podczas zapisywania składu do localStorage!', error);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
async uploadStockFromClipboard() {
|
||||||
|
try {
|
||||||
|
const content = await navigator.clipboard.readText();
|
||||||
|
this.loadStockFromString(content);
|
||||||
|
} catch (error) {
|
||||||
|
switch (error) {
|
||||||
|
case 'stock-loading-error':
|
||||||
|
alert(this.$t('stocklist.stock-loading-error'));
|
||||||
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
alert(this.$t('stocklist.stock-clipboard-error'));
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.stock_actions {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.actions-bottom {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
|
gap: 0.5em;
|
||||||
|
|
||||||
|
padding: 0.5em;
|
||||||
|
|
||||||
|
background-color: #353a57;
|
||||||
|
|
||||||
|
&[data-disabled='true'] {
|
||||||
|
opacity: 0.8;
|
||||||
|
|
||||||
|
user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.actions-top {
|
||||||
|
display: grid;
|
||||||
|
gap: 0.5em;
|
||||||
|
|
||||||
|
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
|
||||||
|
|
||||||
|
button {
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
&[data-button-tooltip] {
|
||||||
|
font-size: 0.85em;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
opacity: 0;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -0,0 +1,261 @@
|
|||||||
|
<template>
|
||||||
|
<div class="list-wrapper">
|
||||||
|
<StockThumbnails :onListItemClick="onListItemClick" />
|
||||||
|
|
||||||
|
<div v-if="stockIsEmpty" class="list-empty">
|
||||||
|
<div class="stock-info">{{ $t('stocklist.list-empty') }}</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<ul v-else>
|
||||||
|
<transition-group name="stock-list-anim">
|
||||||
|
<li
|
||||||
|
v-for="(stock, i) in store.stockList"
|
||||||
|
:key="stock.id"
|
||||||
|
:class="{ loco: isTractionUnit(stock.vehicleRef) }"
|
||||||
|
tabindex="0"
|
||||||
|
@click="onListItemClick(i)"
|
||||||
|
@keydown.enter="onListItemClick(i)"
|
||||||
|
@keydown.w="stockListUtils.moveUpStock(i)"
|
||||||
|
@keydown.s="stockListUtils.moveDownStock(i)"
|
||||||
|
@keydown.backspace="stockListUtils.removeStock(i)"
|
||||||
|
ref="itemRefs"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="stock-info"
|
||||||
|
@dragstart="onDragStart(i)"
|
||||||
|
@drop="onDrop($event, i)"
|
||||||
|
@dragover="allowDrop"
|
||||||
|
draggable="true"
|
||||||
|
>
|
||||||
|
<span class="stock-info-no" :data-selected="i == store.chosenStockListIndex">
|
||||||
|
<span v-if="i == store.chosenStockListIndex">• </span>
|
||||||
|
{{ i + 1 }}.
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span
|
||||||
|
class="stock-info-type"
|
||||||
|
:data-sponsor-only="
|
||||||
|
stock.vehicleRef.sponsorOnlyTimestamp &&
|
||||||
|
stock.vehicleRef.sponsorOnlyTimestamp > Date.now()
|
||||||
|
"
|
||||||
|
:data-team-only="stock.vehicleRef.teamOnly"
|
||||||
|
>
|
||||||
|
{{
|
||||||
|
isTractionUnit(stock.vehicleRef)
|
||||||
|
? stock.vehicleRef.type
|
||||||
|
: getCarSpecFromType(stock.vehicleRef.type)
|
||||||
|
}}
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="stock-info-cargo" v-if="stock.cargo">
|
||||||
|
{{ stock.cargo.id }}
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="stock-info-length">{{ stock.vehicleRef.length }}m</span>
|
||||||
|
|
||||||
|
<span class="stock-info-mass">
|
||||||
|
{{ ((stock.vehicleRef.weight + (stock.cargo?.weight ?? 0)) / 1000).toFixed(1) }}t
|
||||||
|
</span>
|
||||||
|
<span class="stock-info-speed">{{ stock.vehicleRef.maxSpeed }}km/h</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</transition-group>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts">
|
||||||
|
import { defineComponent } from 'vue';
|
||||||
|
import { useStore } from '../../../store';
|
||||||
|
import { isTractionUnit } from '../../../utils/vehicleUtils';
|
||||||
|
import { useStockListUtils } from '../../../utils/stockListUtils';
|
||||||
|
import stockPreviewMixin from '../../../mixins/stockPreviewMixin';
|
||||||
|
import StockThumbnails from './StockThumbnails.vue';
|
||||||
|
|
||||||
|
export default defineComponent({
|
||||||
|
mixins: [stockPreviewMixin],
|
||||||
|
components: { StockThumbnails },
|
||||||
|
|
||||||
|
setup() {
|
||||||
|
const stockListUtils = useStockListUtils();
|
||||||
|
|
||||||
|
return { stockListUtils };
|
||||||
|
},
|
||||||
|
|
||||||
|
data: () => ({
|
||||||
|
store: useStore(),
|
||||||
|
draggedVehicleID: -1,
|
||||||
|
}),
|
||||||
|
|
||||||
|
computed: {
|
||||||
|
stockIsEmpty() {
|
||||||
|
return this.store.stockList.length == 0;
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
methods: {
|
||||||
|
isTractionUnit,
|
||||||
|
|
||||||
|
onDragStart(vehicleIndex: number) {
|
||||||
|
this.draggedVehicleID = vehicleIndex;
|
||||||
|
},
|
||||||
|
|
||||||
|
onDrop(e: DragEvent, vehicleIndex: number) {
|
||||||
|
e.preventDefault();
|
||||||
|
|
||||||
|
let targetEl = (this.$refs['itemRefs'] as Element[])[vehicleIndex];
|
||||||
|
|
||||||
|
if (!targetEl) return;
|
||||||
|
|
||||||
|
const tempVehicle = this.store.stockList[vehicleIndex];
|
||||||
|
|
||||||
|
this.store.stockList[vehicleIndex] = this.store.stockList[this.draggedVehicleID];
|
||||||
|
this.store.stockList[this.draggedVehicleID] = tempVehicle;
|
||||||
|
|
||||||
|
this.store.chosenStockListIndex = vehicleIndex;
|
||||||
|
},
|
||||||
|
|
||||||
|
allowDrop(e: DragEvent) {
|
||||||
|
e.preventDefault();
|
||||||
|
},
|
||||||
|
|
||||||
|
onListItemClick(stockID: number) {
|
||||||
|
const stock = this.store.stockList[stockID];
|
||||||
|
|
||||||
|
this.store.chosenStockListIndex =
|
||||||
|
this.store.chosenStockListIndex == stockID &&
|
||||||
|
this.store.chosenVehicle?.type == stock.vehicleRef.type
|
||||||
|
? -1
|
||||||
|
: stockID;
|
||||||
|
|
||||||
|
if (this.store.chosenStockListIndex == -1) {
|
||||||
|
this.store.chosenVehicle = null;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (this.store.swapVehicles) this.store.swapVehicles = false;
|
||||||
|
|
||||||
|
this.previewStock(stock);
|
||||||
|
},
|
||||||
|
|
||||||
|
getCarSpecFromType(typeStr: string) {
|
||||||
|
const specArray = typeStr.split('_');
|
||||||
|
|
||||||
|
if (specArray.length == 0) return null;
|
||||||
|
|
||||||
|
/* 111a_Grafitti_1 */
|
||||||
|
if (specArray.length == 3) return `${specArray[0]} ${specArray[1]}-${specArray[2]}`;
|
||||||
|
|
||||||
|
/* 111a_PKP_Bnouz_01 */
|
||||||
|
return `${specArray[0]} ${specArray[2]}-${specArray[3]} (${specArray[1]})`;
|
||||||
|
},
|
||||||
|
},
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.list-wrapper {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list-empty {
|
||||||
|
background-color: global.$secondaryColor;
|
||||||
|
border-radius: 0.5em;
|
||||||
|
padding: 0.75em;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
overflow-y: scroll;
|
||||||
|
height: 500px;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul > li {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
min-width: 500px;
|
||||||
|
|
||||||
|
margin: 0.25em 0;
|
||||||
|
|
||||||
|
outline: none;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
|
&:focus-visible {
|
||||||
|
outline: 1px solid white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
li > .stock-info {
|
||||||
|
display: flex;
|
||||||
|
gap: 0.25em;
|
||||||
|
|
||||||
|
color: white;
|
||||||
|
font-weight: 700;
|
||||||
|
|
||||||
|
transition: color 100ms;
|
||||||
|
|
||||||
|
& > span {
|
||||||
|
padding: 0.5em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.stock-info-no,
|
||||||
|
.stock-info-type {
|
||||||
|
background-color: global.$secondaryColor;
|
||||||
|
|
||||||
|
&[data-team-only='true'] {
|
||||||
|
color: global.$teamColor;
|
||||||
|
}
|
||||||
|
|
||||||
|
&[data-sponsor-only='true'] {
|
||||||
|
color: global.$sponsorColor;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.stock-info-no {
|
||||||
|
min-width: 3.5em;
|
||||||
|
text-align: right;
|
||||||
|
|
||||||
|
&[data-selected='true'] {
|
||||||
|
color: global.$accentColor;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.stock-info-cargo {
|
||||||
|
background-color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stock-info-length,
|
||||||
|
.stock-info-mass,
|
||||||
|
.stock-info-speed {
|
||||||
|
background-color: #555;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stock-list-anim {
|
||||||
|
&-move, /* apply transition to moving elements */
|
||||||
|
&-enter-active,
|
||||||
|
&-leave-active {
|
||||||
|
transition: all 250ms ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-enter-from {
|
||||||
|
opacity: 0;
|
||||||
|
transform: translateY(-25px);
|
||||||
|
}
|
||||||
|
|
||||||
|
&-leave-to {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-leave-active {
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: global.$breakpointMd) {
|
||||||
|
ul {
|
||||||
|
min-height: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -0,0 +1,32 @@
|
|||||||
|
<template>
|
||||||
|
<div class="stock_spawn-settings">
|
||||||
|
<Checkbox :disabled="!store.stockSupportsColdStart" v-model="store.isColdStart">
|
||||||
|
{{ $t('stocklist.coldstart-info') }}
|
||||||
|
</Checkbox>
|
||||||
|
|
||||||
|
<Checkbox :disabled="!store.stockSupportsDoubleManning" v-model="store.isDoubleManned">
|
||||||
|
{{ $t('stocklist.doublemanning-info') }}
|
||||||
|
</Checkbox>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts">
|
||||||
|
import { defineComponent } from 'vue';
|
||||||
|
import { useStore } from '../../../store';
|
||||||
|
import Checkbox from '../../common/Checkbox.vue';
|
||||||
|
|
||||||
|
export default defineComponent({
|
||||||
|
components: { Checkbox },
|
||||||
|
|
||||||
|
data: () => ({
|
||||||
|
store: useStore(),
|
||||||
|
}),
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.stock_spawn-settings {
|
||||||
|
display: flex;
|
||||||
|
gap: 0.5em;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -0,0 +1,68 @@
|
|||||||
|
<template>
|
||||||
|
<div class="stock-specs">
|
||||||
|
<div v-if="store.chosenStorageStockName || chosenRealComposition">
|
||||||
|
<b v-if="store.chosenStorageStockName">
|
||||||
|
<span class="text--accent" :title="store.chosenStorageStockName.length > 41 ? store.chosenStorageStockName : ''">
|
||||||
|
<BookmarkCheck :size="19" />
|
||||||
|
{{ store.chosenStorageStockName.slice(0, 40) }}
|
||||||
|
{{ store.chosenStorageStockName.length > 41 ? '...' : '' }}
|
||||||
|
</span>
|
||||||
|
</b>
|
||||||
|
|
||||||
|
<span v-if="store.chosenStorageStockName && chosenRealComposition"> | </span>
|
||||||
|
|
||||||
|
<b class="real-stock-info" v-if="chosenRealComposition">
|
||||||
|
<span class="text--accent">
|
||||||
|
<img class="real-stock-icon" :src="getIconURL(chosenRealComposition.type)" :alt="chosenRealComposition.type" />
|
||||||
|
{{ chosenRealComposition.number }} {{ chosenRealComposition.name }}
|
||||||
|
</span>
|
||||||
|
</b>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<span>
|
||||||
|
{{ $t('stocklist.mass') }}
|
||||||
|
<span class="text--accent">{{ (store.totalWeight / 1000).toFixed(1) }}t</span>
|
||||||
|
({{ $t('stocklist.mass-accepted') }}:
|
||||||
|
<span class="text--accent">{{ store.acceptableWeight ? `${~~(store.acceptableWeight / 1000)}t` : '-' }}</span
|
||||||
|
>) - {{ $t('stocklist.length') }}:
|
||||||
|
<span class="text--accent">{{ store.totalLength }}m</span>
|
||||||
|
- {{ $t('stocklist.vmax') }} <span tabindex="0" :data-tooltip="$t('stocklist.disclaimer')">(?)</span>:
|
||||||
|
<span class="text--accent">{{ isFinite(store.maxStockSpeed) ? store.maxStockSpeed : '--' }} km/h</span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts">
|
||||||
|
import { defineComponent } from 'vue';
|
||||||
|
import { useStore } from '../../../store';
|
||||||
|
import imageMixin from '../../../mixins/imageMixin';
|
||||||
|
import { BookmarkCheck } from 'lucide-vue-next';
|
||||||
|
|
||||||
|
export default defineComponent({
|
||||||
|
components: { BookmarkCheck },
|
||||||
|
|
||||||
|
mixins: [imageMixin],
|
||||||
|
|
||||||
|
data: () => ({
|
||||||
|
store: useStore(),
|
||||||
|
}),
|
||||||
|
|
||||||
|
computed: {
|
||||||
|
chosenRealComposition() {
|
||||||
|
const currentStockString = this.store.stockList.map((s) => s.vehicleRef.type).join(';');
|
||||||
|
|
||||||
|
return this.store.realCompositionList.find((rc) => rc.stockString == currentStockString);
|
||||||
|
},
|
||||||
|
},
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.real-stock-icon {
|
||||||
|
height: 1.3ch;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stock-specs svg {
|
||||||
|
vertical-align: text-top;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
+4
-6
@@ -28,7 +28,7 @@
|
|||||||
v-for="thumbnail in getVehicleThumbnails(stock.vehicleRef.type)"
|
v-for="thumbnail in getVehicleThumbnails(stock.vehicleRef.type)"
|
||||||
draggable="false"
|
draggable="false"
|
||||||
style="min-width: 200px"
|
style="min-width: 200px"
|
||||||
:src="`https://static.spythere.eu/thumbnails/v2/${thumbnail.src}.png`"
|
:src="`https://stacjownik.spythere.eu/static/thumbnails/${thumbnail.src}.png`"
|
||||||
:alt="stock.vehicleRef.type"
|
:alt="stock.vehicleRef.type"
|
||||||
:title="stock.vehicleRef.type"
|
:title="stock.vehicleRef.type"
|
||||||
@load="($event) => (($event.target as HTMLImageElement).style.minWidth = 'auto')"
|
@load="($event) => (($event.target as HTMLImageElement).style.minWidth = 'auto')"
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { Ref, computed, nextTick, ref, watch } from 'vue';
|
import { Ref, computed, nextTick, ref, watch } from 'vue';
|
||||||
import { useStore } from '../../store';
|
import { useStore } from '../../../store';
|
||||||
|
|
||||||
const store = useStore();
|
const store = useStore();
|
||||||
const emit = defineEmits(['listItemClick']);
|
const emit = defineEmits(['listItemClick']);
|
||||||
@@ -173,8 +173,6 @@ const getVehicleThumbnails = (vehicleString: string) => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import '../../styles/global.scss';
|
|
||||||
|
|
||||||
.stock-thumbnails {
|
.stock-thumbnails {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background-color: #353a57;
|
background-color: #353a57;
|
||||||
@@ -201,11 +199,11 @@ ul {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&[data-sponsor-only='true'] > b {
|
&[data-sponsor-only='true'] > b {
|
||||||
color: $sponsorColor;
|
color: global.$sponsorColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
&[data-team-only='true'] > b {
|
&[data-team-only='true'] > b {
|
||||||
color: $teamColor;
|
color: global.$teamColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
@@ -0,0 +1,89 @@
|
|||||||
|
<template>
|
||||||
|
<div class="stock_warnings" v-if="hasAnyWarnings">
|
||||||
|
<div class="warning" v-if="locoNotSuitable">(!) {{ $t('stocklist.warning-not-suitable') }}</div>
|
||||||
|
|
||||||
|
<div class="warning" v-if="lengthExceeded && store.isTrainPassenger">(!) {{ $t('stocklist.warning-passenger-too-long') }}</div>
|
||||||
|
|
||||||
|
<div class="warning" v-if="lengthExceeded && !store.isTrainPassenger">(!) {{ $t('stocklist.warning-freight-too-long') }}</div>
|
||||||
|
|
||||||
|
<div class="warning" v-if="teamOnlyVehicles.length > 0">
|
||||||
|
(!)
|
||||||
|
{{ $t('stocklist.warning-team-only-vehicle', [teamOnlyVehicles.map((v) => v.vehicleRef.type).join(', ')]) }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="warning" v-if="store.cargoWarnings.size > 0">
|
||||||
|
(!) <b>{{ $t('cargo-warnings.title') }}</b>
|
||||||
|
{{ [...store.cargoWarnings].map((v) => $t(`cargo-warnings.${v}`)).join('; ') }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="warning" v-if="weightExceeded">
|
||||||
|
(!)
|
||||||
|
<i18n-t keypath="stocklist.warning-too-heavy">
|
||||||
|
<template #href>
|
||||||
|
<a target="_blank" href="https://docs.google.com/spreadsheets/d/1BvTU-U7huIaEheov22TrhTtROUM4MwVfdbq03GVAEM8">
|
||||||
|
{{ $t('stocklist.acceptable-mass-docs') }}
|
||||||
|
</a>
|
||||||
|
</template>
|
||||||
|
</i18n-t>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- <div class="warning" v-if="locoCountExceeded">
|
||||||
|
{{ $t('stocklist.warning-too-many-locos') }}
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts">
|
||||||
|
import { defineComponent } from 'vue';
|
||||||
|
import { useStore } from '../../../store';
|
||||||
|
import { isTractionUnit } from '../../../utils/vehicleUtils';
|
||||||
|
|
||||||
|
export default defineComponent({
|
||||||
|
data: () => ({
|
||||||
|
store: useStore(),
|
||||||
|
}),
|
||||||
|
|
||||||
|
computed: {
|
||||||
|
teamOnlyVehicles() {
|
||||||
|
return this.store.stockList.filter((stock) => stock.vehicleRef.teamOnly);
|
||||||
|
},
|
||||||
|
|
||||||
|
hasAnyWarnings() {
|
||||||
|
return this.weightExceeded || this.lengthExceeded || this.locoNotSuitable || this.teamOnlyVehicles;
|
||||||
|
},
|
||||||
|
|
||||||
|
lengthExceeded() {
|
||||||
|
return (this.store.totalLength > 350 && this.store.isTrainPassenger) || (this.store.totalLength > 650 && !this.store.isTrainPassenger);
|
||||||
|
},
|
||||||
|
|
||||||
|
weightExceeded() {
|
||||||
|
return this.store.acceptableWeight && this.store.totalWeight > this.store.acceptableWeight;
|
||||||
|
},
|
||||||
|
|
||||||
|
locoNotSuitable() {
|
||||||
|
return (
|
||||||
|
!this.store.isTrainPassenger &&
|
||||||
|
this.store.stockList.length > 1 &&
|
||||||
|
!this.store.stockList.every((stock) => isTractionUnit(stock.vehicleRef)) &&
|
||||||
|
this.store.stockList.some((stock) => isTractionUnit(stock.vehicleRef) && stock.vehicleRef.type.startsWith('EP'))
|
||||||
|
);
|
||||||
|
},
|
||||||
|
},
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.warning {
|
||||||
|
padding: 0.25em;
|
||||||
|
margin: 0.25em 0;
|
||||||
|
background: global.$accentColor;
|
||||||
|
color: black;
|
||||||
|
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: black;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
@keydown.esc="store.vehiclePreviewSrc = ''"
|
@keydown.esc="store.vehiclePreviewSrc = ''"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<img :src="store.vehiclePreviewSrc" alt="preview" />
|
<img :src="store.vehiclePreviewSrc" alt="preview" @error="onImageError" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -23,6 +23,14 @@ export default defineComponent({
|
|||||||
mounted() {
|
mounted() {
|
||||||
this.$el.focus();
|
this.$el.focus();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
methods: {
|
||||||
|
onImageError(event: Event) {
|
||||||
|
if(!event.target || !(event.target instanceof HTMLImageElement)) return
|
||||||
|
|
||||||
|
event.target.src = '/images/no-vehicle-image.png';
|
||||||
|
},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -7,5 +7,12 @@
|
|||||||
"EP08": [650000, 650000],
|
"EP08": [650000, 650000],
|
||||||
"EP09": [800000, 800000],
|
"EP09": [800000, 800000],
|
||||||
"ET41": [700000, 4000000],
|
"ET41": [700000, 4000000],
|
||||||
"SM42": [2400000, 2400000]
|
"SM42": [2400000, 2400000],
|
||||||
|
"ET22": [650000, 3100000],
|
||||||
|
"201E": [650000, 3100000],
|
||||||
|
"ST44": [3000000, 3000000],
|
||||||
|
"M62": [3000000, 3000000],
|
||||||
|
"CTLR4C": [3000000, 3000000],
|
||||||
|
"SU45": [1500000, 1500000],
|
||||||
|
"SP45": [1500000, 1500000]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,102 +0,0 @@
|
|||||||
{
|
|
||||||
"EU07": {
|
|
||||||
"passenger": {
|
|
||||||
"650000": 125
|
|
||||||
},
|
|
||||||
"cargo": {
|
|
||||||
"2000000": 70
|
|
||||||
},
|
|
||||||
"none": 110
|
|
||||||
},
|
|
||||||
"4E": {
|
|
||||||
"passenger": {
|
|
||||||
"650000": 125
|
|
||||||
},
|
|
||||||
"cargo": {
|
|
||||||
"2000000": 70
|
|
||||||
},
|
|
||||||
"none": 110
|
|
||||||
},
|
|
||||||
"EU07E": {
|
|
||||||
"passenger": {
|
|
||||||
"650000": 125
|
|
||||||
},
|
|
||||||
"cargo": {
|
|
||||||
"2000000": 70
|
|
||||||
},
|
|
||||||
"none": 110
|
|
||||||
},
|
|
||||||
"EP07": {
|
|
||||||
"passenger": {
|
|
||||||
"650000": 125
|
|
||||||
},
|
|
||||||
"cargo": null,
|
|
||||||
"none": 110
|
|
||||||
},
|
|
||||||
"EP08": {
|
|
||||||
"passenger": {
|
|
||||||
"650000": 140
|
|
||||||
},
|
|
||||||
"cargo": null,
|
|
||||||
"none": 110
|
|
||||||
},
|
|
||||||
"EP09": {
|
|
||||||
"passenger": {
|
|
||||||
"650000": 160
|
|
||||||
},
|
|
||||||
"cargo": null,
|
|
||||||
"none": 160
|
|
||||||
},
|
|
||||||
"ET22": {
|
|
||||||
"passenger": {
|
|
||||||
"650000": 125
|
|
||||||
},
|
|
||||||
"cargo": {
|
|
||||||
"1200000": 100,
|
|
||||||
"3100000": 70
|
|
||||||
},
|
|
||||||
"none": 125
|
|
||||||
},
|
|
||||||
"201E": {
|
|
||||||
"passenger": {
|
|
||||||
"650000": 125
|
|
||||||
},
|
|
||||||
"cargo": {
|
|
||||||
"1200000": 100,
|
|
||||||
"3100000": 70
|
|
||||||
},
|
|
||||||
"none": 125
|
|
||||||
},
|
|
||||||
"ET41": {
|
|
||||||
"passenger": {
|
|
||||||
"700000": 125
|
|
||||||
},
|
|
||||||
"cargo": {
|
|
||||||
"4000000": 70
|
|
||||||
},
|
|
||||||
"none": 110
|
|
||||||
},
|
|
||||||
"SM42": {
|
|
||||||
"passenger": {
|
|
||||||
"95000": 90,
|
|
||||||
"200000": 80,
|
|
||||||
"300000": 70,
|
|
||||||
"450000": 60,
|
|
||||||
"750000": 50,
|
|
||||||
"1130000": 40,
|
|
||||||
"1720000": 30,
|
|
||||||
"2400000": 20
|
|
||||||
},
|
|
||||||
"cargo": {
|
|
||||||
"95000": 90,
|
|
||||||
"200000": 80,
|
|
||||||
"300000": 70,
|
|
||||||
"450000": 60,
|
|
||||||
"750000": 50,
|
|
||||||
"1130000": 40,
|
|
||||||
"1720000": 30,
|
|
||||||
"2400000": 20
|
|
||||||
},
|
|
||||||
"none": 90
|
|
||||||
}
|
|
||||||
}
|
|
||||||
+282
-27
@@ -1,10 +1,197 @@
|
|||||||
{
|
{
|
||||||
"cargo": {
|
"cargo": {
|
||||||
"kontenery": ["627Z:all", "412Z:all"],
|
"kontenery": [
|
||||||
"chłodnia": ["202Lc:all"],
|
"412Z:sc_20_red",
|
||||||
"drobnica": ["426S:all", "208Kf:all", "401Ka_PKP_Gags:all", "401Ka_PKPC_Gags:all"],
|
"412Z:sc_20_blue",
|
||||||
"węgiel": ["412W:coal_01", "413S:coal_413S", "429W:coal_01", "401Zb:coal_02"],
|
"412Z:sc_20_green",
|
||||||
"ruda": ["412W:ore_01", "401Zl:ore_35", "429W:ore_01"],
|
"412Z:sc_20_APL",
|
||||||
|
"412Z:sc_20_CMA",
|
||||||
|
"412Z:sc_20_Cosco",
|
||||||
|
"412Z:sc_20_Evr1",
|
||||||
|
"412Z:sc_20_Evr2",
|
||||||
|
"412Z:sc_20_Finnlines",
|
||||||
|
"412Z:sc_20_Hamburg",
|
||||||
|
"412Z:sc_20_Hanjin",
|
||||||
|
"412Z:sc_20_HapagLloyd",
|
||||||
|
"412Z:sc_20_HMM",
|
||||||
|
"412Z:sc_20_KLine",
|
||||||
|
"412Z:sc_20_Maersk",
|
||||||
|
"412Z:sc_20_ONE",
|
||||||
|
"412Z:sc_20_OOCL",
|
||||||
|
"412Z:sc_20_Schavemaker",
|
||||||
|
"412Z:sc_20_TD2",
|
||||||
|
"412Z:sc_20_Titan",
|
||||||
|
"412Z:sc_20_Toll",
|
||||||
|
"412Z:sc_40_red",
|
||||||
|
"412Z:sc_40_blue",
|
||||||
|
"412Z:sc_40_green",
|
||||||
|
"412Z:sc_40_APL",
|
||||||
|
"412Z:sc_40_CMA",
|
||||||
|
"412Z:sc_40_Cosco",
|
||||||
|
"412Z:sc_40_Evr1",
|
||||||
|
"412Z:sc_40_Evr2",
|
||||||
|
"412Z:sc_40_Finnlines",
|
||||||
|
"412Z:sc_40_Hamburg",
|
||||||
|
"412Z:sc_40_Hanjin",
|
||||||
|
"412Z:sc_40_HapagLloyd",
|
||||||
|
"412Z:sc_40_HMM",
|
||||||
|
"412Z:sc_40_KLine",
|
||||||
|
"412Z:sc_40_Maersk",
|
||||||
|
"412Z:sc_40_ONE",
|
||||||
|
"412Z:sc_40_OOCL",
|
||||||
|
"412Z:sc_40_Schavemaker",
|
||||||
|
"412Z:sc_40_TD2",
|
||||||
|
"412Z:sc_40_Titan",
|
||||||
|
"412Z:sc_40_Toll",
|
||||||
|
"612Z:sc_20",
|
||||||
|
"612Z:sc_20_red",
|
||||||
|
"612Z:sc_20_blue",
|
||||||
|
"612Z:sc_20_green",
|
||||||
|
"612Z:sc_20_APL",
|
||||||
|
"612Z:sc_20_CMA",
|
||||||
|
"612Z:sc_20_Cosco",
|
||||||
|
"612Z:sc_20_Evr1",
|
||||||
|
"612Z:sc_20_Evr2",
|
||||||
|
"612Z:sc_20_Finnlines",
|
||||||
|
"612Z:sc_20_Hamburg",
|
||||||
|
"612Z:sc_20_Hanjin",
|
||||||
|
"612Z:sc_20_HapagLloyd",
|
||||||
|
"612Z:sc_20_HMM",
|
||||||
|
"612Z:sc_20_KLine",
|
||||||
|
"612Z:sc_20_Maersk",
|
||||||
|
"612Z:sc_20_ONE",
|
||||||
|
"612Z:sc_20_OOCL",
|
||||||
|
"612Z:sc_20_Schavemaker",
|
||||||
|
"612Z:sc_20_TD2",
|
||||||
|
"612Z:sc_20_Titan",
|
||||||
|
"612Z:sc_20_Toll",
|
||||||
|
"612Z:sc_40_red",
|
||||||
|
"612Z:sc_40",
|
||||||
|
"612Z:sc_40_blue",
|
||||||
|
"612Z:sc_40_green",
|
||||||
|
"612Z:sc_40_APL",
|
||||||
|
"612Z:sc_40_CMA",
|
||||||
|
"612Z:sc_40_Cosco",
|
||||||
|
"612Z:sc_40_Evr1",
|
||||||
|
"612Z:sc_40_Evr2",
|
||||||
|
"612Z:sc_40_Finnlines",
|
||||||
|
"612Z:sc_40_Hamburg",
|
||||||
|
"612Z:sc_40_Hanjin",
|
||||||
|
"612Z:sc_40_HapagLloyd",
|
||||||
|
"612Z:sc_40_HMM",
|
||||||
|
"612Z:sc_40_KLine",
|
||||||
|
"612Z:sc_40_Maersk",
|
||||||
|
"612Z:sc_40_ONE",
|
||||||
|
"612Z:sc_40_OOCL",
|
||||||
|
"612Z:sc_40_Schavemaker",
|
||||||
|
"612Z:sc_40_TD2",
|
||||||
|
"612Z:sc_40_Titan",
|
||||||
|
"612Z:sc_40_Toll"
|
||||||
|
],
|
||||||
|
"biomasa": [
|
||||||
|
"412Z:wt_20_biomass",
|
||||||
|
"412Z:wt_20_mix_black_green_biomass",
|
||||||
|
"412Z:wt_20_mix_blue_biomass",
|
||||||
|
"412Z:wt_20_mix_blue_CDC_white_biomass",
|
||||||
|
"412Z:wt_20_mix_blue_white_biomass",
|
||||||
|
"412Z:wt_20_mix_EPC_biomass",
|
||||||
|
"412Z:wt_20_mix_green_biomass",
|
||||||
|
"412Z:wt_20_black_biomass",
|
||||||
|
"412Z:wt_20_blue_biomass",
|
||||||
|
"412Z:wt_20_blue_gr_biomass",
|
||||||
|
"412Z:wt_20_blue_gr_r_biomass",
|
||||||
|
"412Z:wt_20_CDC_biomass",
|
||||||
|
"412Z:wt_20_EPC_black_biomass",
|
||||||
|
"412Z:wt_20_EPC_red_biomass",
|
||||||
|
"412Z:wt_20_green_new_biomass",
|
||||||
|
"412Z:wt_20_green_old_biomass",
|
||||||
|
"412Z:wt_20_white_new_biomass",
|
||||||
|
"412Z:wt_20_white_old_biomass",
|
||||||
|
"412Z:wt_20_white_old_gr_biomass",
|
||||||
|
"412Z:wt_20_white_old_gr_r_biomass",
|
||||||
|
"627Z:wt_20_biomass",
|
||||||
|
"627Z:wt_20_mix_black_green_biomass",
|
||||||
|
"627Z:wt_20_mix_blue_biomass",
|
||||||
|
"627Z:wt_20_mix_blue_CDC_white_biomass",
|
||||||
|
"627Z:wt_20_mix_blue_white_biomass",
|
||||||
|
"627Z:wt_20_mix_EPC_biomass",
|
||||||
|
"627Z:wt_20_mix_green_biomass",
|
||||||
|
"627Z:wt_20_black_biomass",
|
||||||
|
"627Z:wt_20_blue_biomass",
|
||||||
|
"627Z:wt_20_blue_gr_biomass",
|
||||||
|
"627Z:wt_20_blue_gr_r_biomass",
|
||||||
|
"627Z:wt_20_CDC_biomass",
|
||||||
|
"627Z:wt_20_EPC_black_biomass",
|
||||||
|
"627Z:wt_20_EPC_red_biomass",
|
||||||
|
"627Z:wt_20_green_new_biomass",
|
||||||
|
"627Z:wt_20_green_old_biomass",
|
||||||
|
"627Z:wt_20_white_new_biomass",
|
||||||
|
"627Z:wt_20_white_old_biomass",
|
||||||
|
"627Z:wt_20_white_old_gr_biomass",
|
||||||
|
"627Z:wt_20_white_old_gr_r_biomass"
|
||||||
|
],
|
||||||
|
"biomasa-puste": [
|
||||||
|
"412Z:wt_20_empty",
|
||||||
|
"412Z:wt_20_mix_black_green_empty",
|
||||||
|
"412Z:wt_20_mix_blue_empty",
|
||||||
|
"412Z:wt_20_mix_blue_CDC_white_empty",
|
||||||
|
"412Z:wt_20_mix_blue_white_empty",
|
||||||
|
"412Z:wt_20_mix_EPC_empty",
|
||||||
|
"412Z:wt_20_mix_green_empty",
|
||||||
|
"412Z:wt_20_black_empty",
|
||||||
|
"412Z:wt_20_blue_empty",
|
||||||
|
"412Z:wt_20_blue_gr_empty",
|
||||||
|
"412Z:wt_20_blue_gr_r_empty",
|
||||||
|
"412Z:wt_20_CDC_empty",
|
||||||
|
"412Z:wt_20_EPC_black_empty",
|
||||||
|
"412Z:wt_20_EPC_red_empty",
|
||||||
|
"412Z:wt_20_green_new_empty",
|
||||||
|
"412Z:wt_20_green_old_empty",
|
||||||
|
"412Z:wt_20_white_new_empty",
|
||||||
|
"412Z:wt_20_white_old_empty",
|
||||||
|
"412Z:wt_20_white_old_gr_empty",
|
||||||
|
"412Z:wt_20_white_old_gr_r_empty",
|
||||||
|
"627Z:wt_20_empty",
|
||||||
|
"627Z:wt_20_mix_black_green_empty",
|
||||||
|
"627Z:wt_20_mix_blue_empty",
|
||||||
|
"627Z:wt_20_mix_blue_CDC_white_empty",
|
||||||
|
"627Z:wt_20_mix_blue_white_empty",
|
||||||
|
"627Z:wt_20_mix_EPC_empty",
|
||||||
|
"627Z:wt_20_mix_green_empty",
|
||||||
|
"627Z:wt_20_black_empty",
|
||||||
|
"627Z:wt_20_blue_empty",
|
||||||
|
"627Z:wt_20_blue_gr_empty",
|
||||||
|
"627Z:wt_20_blue_gr_r_empty",
|
||||||
|
"627Z:wt_20_CDC_empty",
|
||||||
|
"627Z:wt_20_EPC_black_empty",
|
||||||
|
"627Z:wt_20_EPC_red_empty",
|
||||||
|
"627Z:wt_20_green_new_empty",
|
||||||
|
"627Z:wt_20_green_old_empty",
|
||||||
|
"627Z:wt_20_white_new_empty",
|
||||||
|
"627Z:wt_20_white_old_empty",
|
||||||
|
"627Z:wt_20_white_old_gr_empty",
|
||||||
|
"627Z:wt_20_white_old_gr_r_empty"
|
||||||
|
],
|
||||||
|
"chłodnia": [
|
||||||
|
"202Lc:all"
|
||||||
|
],
|
||||||
|
"drobnica": [
|
||||||
|
"426S:all",
|
||||||
|
"208Kf:all",
|
||||||
|
"401Ka_PKP_Gags:all",
|
||||||
|
"401Ka_PKPC_Gags:all"
|
||||||
|
],
|
||||||
|
"węgiel": [
|
||||||
|
"412W:coal_01",
|
||||||
|
"413S:coal_413S",
|
||||||
|
"429W:coal_01",
|
||||||
|
"401Zb:coal_02"
|
||||||
|
],
|
||||||
|
"ruda": [
|
||||||
|
"412W:ore_01",
|
||||||
|
"401Zl:ore_35",
|
||||||
|
"429W:ore_01"
|
||||||
|
],
|
||||||
"piasek": [
|
"piasek": [
|
||||||
"412W:sand_01",
|
"412W:sand_01",
|
||||||
"412W:sand_02",
|
"412W:sand_02",
|
||||||
@@ -16,7 +203,9 @@
|
|||||||
"418Va:sand_418V",
|
"418Va:sand_418V",
|
||||||
"418Vb:sand_418V"
|
"418Vb:sand_418V"
|
||||||
],
|
],
|
||||||
"kreda": ["413S:chalk_413S"],
|
"kreda": [
|
||||||
|
"413S:chalk_413S"
|
||||||
|
],
|
||||||
"kamień": [
|
"kamień": [
|
||||||
"412W:stone_01",
|
"412W:stone_01",
|
||||||
"412W:stone_50",
|
"412W:stone_50",
|
||||||
@@ -26,32 +215,98 @@
|
|||||||
"418Va:stone_418V",
|
"418Va:stone_418V",
|
||||||
"418Vb:stone_418V"
|
"418Vb:stone_418V"
|
||||||
],
|
],
|
||||||
"złom": ["412W:scrap_01", "412W:scrap_02", "429W:scrap_01", "429W:scrap_02"],
|
"złom": [
|
||||||
"paliwo": ["29R_CTLL:all", "29R_PKP:all", "445Rb:all"],
|
"412W:scrap_01",
|
||||||
"melasa": ["29R_PLPOL:all"],
|
"412W:scrap_02",
|
||||||
"żwir": ["441V"],
|
"429W:scrap_01",
|
||||||
"koła": ["424Z:wheels_01"],
|
"429W:scrap_02"
|
||||||
"drewno": ["424Z:woods_01", "424Z:woods_02"],
|
],
|
||||||
"szyny": ["424Z:rails_01"],
|
"paliwo": [
|
||||||
"kable": ["424Z:cables_01", "24Z:cables_Ks", "401Ze:cables_02"],
|
"29R_CTLL:all",
|
||||||
"kruszywo": ["59WS:all"],
|
"29R_PKP:all",
|
||||||
"techniczne": ["209c", "304Ca", "102a_PKPE", "401Ka_PKP_XGa:all"],
|
"445Rb:all"
|
||||||
"poczta": ["211K:all"],
|
],
|
||||||
|
"melasa": [
|
||||||
|
"29R_PLPOL:all"
|
||||||
|
],
|
||||||
|
"żwir": [
|
||||||
|
"441V"
|
||||||
|
],
|
||||||
|
"koła": [
|
||||||
|
"424Z:wheels_01"
|
||||||
|
],
|
||||||
|
"drewno": [
|
||||||
|
"424Z:woods_01",
|
||||||
|
"424Z:woods_02"
|
||||||
|
],
|
||||||
|
"szyny": [
|
||||||
|
"424Z:rails_01"
|
||||||
|
],
|
||||||
|
"kable": [
|
||||||
|
"424Z:cables_01",
|
||||||
|
"24Z:cables_Ks",
|
||||||
|
"401Ze:cables_02"
|
||||||
|
],
|
||||||
|
"kruszywo": [
|
||||||
|
"59WS:all"
|
||||||
|
],
|
||||||
|
"techniczne": [
|
||||||
|
"209c",
|
||||||
|
"304Ca",
|
||||||
|
"102a_PKPE",
|
||||||
|
"401Ka_PKP_XGa:all"
|
||||||
|
],
|
||||||
|
"poczta": [
|
||||||
|
"211K:all"
|
||||||
|
],
|
||||||
"cement": [
|
"cement": [
|
||||||
"408S:cement_4",
|
"408S:cement_4",
|
||||||
"206S_CEMET:cement_3",
|
"206S_CEMET:cement_3",
|
||||||
"206S_SPEED:cement_3",
|
"206S_SPEED:cement_3",
|
||||||
"220S_CEMET:cement_3"
|
"220S_CEMET:cement_3"
|
||||||
],
|
],
|
||||||
"wapno": ["408S:lime_4", "206S_CEMET:lime_3", "206S_SPEED:lime_3", "220S_CEMET:lime_3"],
|
"wapno": [
|
||||||
"soda": ["408S:soda_4", "206S_CEMET:soda_3", "206S_SPEED:soda_3", "220S_CEMET:soda_3"],
|
"408S:lime_4",
|
||||||
"pszenica": ["206Sh_PKP_Ugpps:wheat_3", "206Sh_PKPC_Ugpps:wheat_3"],
|
"206S_CEMET:lime_3",
|
||||||
"kukurydza": ["206Sh_PKP_Ugpps:corn_3", "206Sh_PKPC_Ugpps:corn_3"],
|
"206S_SPEED:lime_3",
|
||||||
"pasza": ["206Sh_PKP_Ugpps:forage_3", "206Sh_PKPC_Ugpps:forage_3"],
|
"220S_CEMET:lime_3"
|
||||||
"pojazdy": ["426Z:tank_01", "426Z:truck_01", "426Z:vehicles_01"],
|
],
|
||||||
"karbid": ["421S:carbide_01"],
|
"soda": [
|
||||||
"wrażliwe": ["425S:all", "421S:carbide_01"],
|
"408S:soda_4",
|
||||||
"stal": ["401Ze:steel_01", "401Ze:steel_02"],
|
"206S_CEMET:soda_3",
|
||||||
"gaz": ["WB117:all"]
|
"206S_SPEED:soda_3",
|
||||||
|
"220S_CEMET:soda_3"
|
||||||
|
],
|
||||||
|
"pszenica": [
|
||||||
|
"206Sh_PKP_Ugpps:wheat_3",
|
||||||
|
"206Sh_PKPC_Ugpps:wheat_3"
|
||||||
|
],
|
||||||
|
"kukurydza": [
|
||||||
|
"206Sh_PKP_Ugpps:corn_3",
|
||||||
|
"206Sh_PKPC_Ugpps:corn_3"
|
||||||
|
],
|
||||||
|
"pasza": [
|
||||||
|
"206Sh_PKP_Ugpps:forage_3",
|
||||||
|
"206Sh_PKPC_Ugpps:forage_3"
|
||||||
|
],
|
||||||
|
"pojazdy": [
|
||||||
|
"426Z:tank_01",
|
||||||
|
"426Z:truck_01",
|
||||||
|
"426Z:vehicles_01"
|
||||||
|
],
|
||||||
|
"karbid": [
|
||||||
|
"421S:carbide_01"
|
||||||
|
],
|
||||||
|
"wrażliwe": [
|
||||||
|
"425S:all",
|
||||||
|
"421S:carbide_01"
|
||||||
|
],
|
||||||
|
"stal": [
|
||||||
|
"401Ze:steel_01",
|
||||||
|
"401Ze:steel_02"
|
||||||
|
],
|
||||||
|
"gaz": [
|
||||||
|
"WB117:all"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
+51
-22
@@ -6,13 +6,16 @@
|
|||||||
"disclaimer": "This site has only an informational intent. The author does not carry any responsibility for creating trains against {tos}!",
|
"disclaimer": "This site has only an informational intent. The author does not carry any responsibility for creating trains against {tos}!",
|
||||||
"tos": "Train Driver 2 simulator rules",
|
"tos": "Train Driver 2 simulator rules",
|
||||||
"tos-href": "https://docs.google.com/document/d/1UAAPUtN0d_RoS4RgOzEzllJZJhA0VcizzCzKW4QylbY/edit#heading=h.1ldcvhomwjp9",
|
"tos-href": "https://docs.google.com/document/d/1UAAPUtN0d_RoS4RgOzEzllJZJhA0VcizzCzKW4QylbY/edit#heading=h.1ldcvhomwjp9",
|
||||||
"version-check": "Site is complete for version {version} of Train Driver 2 simulator"
|
"version-check": "Site is complete for version {version} of Train Driver 2 simulator",
|
||||||
|
"vehicles-count": "Site contains currently {all} vehicles - including {units} traction units and {cars} car wagons!"
|
||||||
},
|
},
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"title": "CHOOSE A VEHICLE",
|
"title": "CHOOSE A VEHICLE",
|
||||||
"input-vehicle": "Choose a traction unit",
|
"input-vehicle": "Choose a traction unit",
|
||||||
"input-carwagon": "Choose a carriage",
|
"input-carwagon": "Choose a carriage",
|
||||||
"cargo-title": "Cargo (only selected freight cars)",
|
"vehicles-title": "Traction units",
|
||||||
|
"carwagons-title": "Car wagons",
|
||||||
|
"cargo-title": "Available cargo",
|
||||||
"no-cargo-available": "no cargo available",
|
"no-cargo-available": "no cargo available",
|
||||||
"cargo-empty": "empty",
|
"cargo-empty": "empty",
|
||||||
"loco-electric": "ELECTR.",
|
"loco-electric": "ELECTR.",
|
||||||
@@ -41,10 +44,11 @@
|
|||||||
"construction": "Construction type:"
|
"construction": "Construction type:"
|
||||||
},
|
},
|
||||||
"topbar": {
|
"topbar": {
|
||||||
"stock-list": "STOCK",
|
"stock": "STOCK",
|
||||||
"wiki-list": "VEHICLES",
|
"wiki": "VEHICLES",
|
||||||
"number-generator": "NUMBER GEN.",
|
"numgen": "NUMBER GEN.",
|
||||||
"stock-generator": "STOCK GEN."
|
"stockgen": "STOCK GEN.",
|
||||||
|
"storage": "SAVED STOCKS"
|
||||||
},
|
},
|
||||||
"stocklist": {
|
"stocklist": {
|
||||||
"title": "STOCK EDITOR",
|
"title": "STOCK EDITOR",
|
||||||
@@ -52,16 +56,21 @@
|
|||||||
"alert-copied": "The rolling stock has been copied to your clipboard!",
|
"alert-copied": "The rolling stock has been copied to your clipboard!",
|
||||||
"alert-empty": "Lista pojazdów jest pusta!",
|
"alert-empty": "Lista pojazdów jest pusta!",
|
||||||
"prompt-file": "Name a file and download it to the Presets folder (Documents/TTSK/TrainDriver2):",
|
"prompt-file": "Name a file and download it to the Presets folder (Documents/TTSK/TrainDriver2):",
|
||||||
|
"prompt-bookmark": "Enter the name of this composition:",
|
||||||
|
"prompt-bookmark-overwrite": "A composition with this name is already bookmarked! Do you want to overwrite it?",
|
||||||
"vehicle-no": "VEHICLE NO.",
|
"vehicle-no": "VEHICLE NO.",
|
||||||
"no-vehicle-chosen": "NO VEHICLE CHOSEN",
|
"no-vehicle-chosen": "NO VEHICLE CHOSEN",
|
||||||
"action-move-up": "MOVE UP",
|
"action-move-up": "MOVE UP",
|
||||||
"action-move-down": "MOVE DOWN",
|
"action-move-down": "MOVE DOWN",
|
||||||
"action-remove": "REMOVE",
|
"action-remove": "REMOVE",
|
||||||
"action-upload": "LOAD",
|
"action-upload-file": "LOAD FILE",
|
||||||
"action-download": "DOWNLOAD",
|
"action-upload-clipboard": "LOAD CLIPBOARD",
|
||||||
"action-copy": "COPY",
|
"action-download": "DOWNLOAD TO FILE",
|
||||||
|
"action-copy": "COPY TO CLIPBOARD",
|
||||||
"action-reset": "RESET",
|
"action-reset": "RESET",
|
||||||
"action-shuffle": "SHUFFLE",
|
"action-shuffle": "SHUFFLE",
|
||||||
|
"action-switch": "TURN AROUND",
|
||||||
|
"action-bookmark": "BOOKMARK",
|
||||||
"mass": "Mass",
|
"mass": "Mass",
|
||||||
"mass-accepted": "accepted",
|
"mass-accepted": "accepted",
|
||||||
"length": "Length",
|
"length": "Length",
|
||||||
@@ -69,14 +78,15 @@
|
|||||||
"coldstart-info": "Locomotive cold start",
|
"coldstart-info": "Locomotive cold start",
|
||||||
"doublemanning-info": "Double manning",
|
"doublemanning-info": "Double manning",
|
||||||
"list-empty": "Stock list is empty!",
|
"list-empty": "Stock list is empty!",
|
||||||
|
|
||||||
"warning-not-suitable": "EP series locomotives are designed for passenger traffic only!",
|
"warning-not-suitable": "EP series locomotives are designed for passenger traffic only!",
|
||||||
"warning-passenger-too-long": "Maximum length of a passenger train may not be greater than 350m!",
|
"warning-passenger-too-long": "Maximum length of a passenger train may not be greater than 350m!",
|
||||||
"warning-freight-too-long": "Maximum length of a freight train may not be greater than 650m!",
|
"warning-freight-too-long": "Maximum length of a freight train may not be greater than 650m!",
|
||||||
"warning-too-many-locos": "This train has too many traction units!",
|
"warning-too-many-locos": "This train has too many traction units!",
|
||||||
"warning-too-heavy": "This train is too heavy! Check {href}",
|
"warning-too-heavy": "This train is too heavy! Check {href}",
|
||||||
"warning-team-only-vehicle": "There's at least one vehicle available only for TD2 team members in your stock composition! ({0})",
|
"warning-team-only-vehicle": "There's at least one vehicle available only for TD2 team members in your stock composition! ({0})",
|
||||||
"acceptable-mass-docs": "acceptable rolling stock masses (PL)"
|
"acceptable-mass-docs": "acceptable rolling stock masses (PL)",
|
||||||
|
"stock-loading-error": "An error occurred: cannot parse data from the file - make sure it's in a proper format!",
|
||||||
|
"stock-clipboard-error": "An error occurred: cannot read data from the clipboard - make sure the site has been granted right permissions for this action!"
|
||||||
},
|
},
|
||||||
"stockgen": {
|
"stockgen": {
|
||||||
"title": "FREIGHT TRAIN GENERATOR",
|
"title": "FREIGHT TRAIN GENERATOR",
|
||||||
@@ -91,7 +101,7 @@
|
|||||||
"chosen-empty-warning": "Choose at least one cargo type to see available cars!",
|
"chosen-empty-warning": "Choose at least one cargo type to see available cars!",
|
||||||
"chosen-warning": "Cars containing chosen cargo are shown below. Hover over a type to see a preview of the car. Click it to include/exclude it from a drawing (only highlighted types will be included).",
|
"chosen-warning": "Cars containing chosen cargo are shown below. Hover over a type to see a preview of the car. Click it to include/exclude it from a drawing (only highlighted types will be included).",
|
||||||
"action-generate": "GENERATE",
|
"action-generate": "GENERATE",
|
||||||
"action-generate-empty": "GENERATE EMPTY",
|
"action-generate-empty": "GENERATE CARS ALONE",
|
||||||
"action-reset": "RESET CARGO"
|
"action-reset": "RESET CARGO"
|
||||||
},
|
},
|
||||||
"numgen": {
|
"numgen": {
|
||||||
@@ -108,7 +118,6 @@
|
|||||||
"action-random-region": "DRAW REGIONS",
|
"action-random-region": "DRAW REGIONS",
|
||||||
"action-random-number": "DRAW LAST DIGITS",
|
"action-random-number": "DRAW LAST DIGITS",
|
||||||
"action-random-category": "DRAW A CATEGORY",
|
"action-random-category": "DRAW A CATEGORY",
|
||||||
|
|
||||||
"rules": {
|
"rules": {
|
||||||
"first-digit": "First digit:",
|
"first-digit": "First digit:",
|
||||||
"second-digit": "Second digit:",
|
"second-digit": "Second digit:",
|
||||||
@@ -123,25 +132,20 @@
|
|||||||
"for-region-end": "for the terminating construction region",
|
"for-region-end": "for the terminating construction region",
|
||||||
"from-range": "from range of"
|
"from-range": "from range of"
|
||||||
},
|
},
|
||||||
|
|
||||||
"categories": {
|
"categories": {
|
||||||
"EI": "EI - domestic express",
|
"EI": "EI - domestic express",
|
||||||
"EC": "EC - international express",
|
"EC": "EC - international express",
|
||||||
"EN": "EN - domestic night express",
|
"EN": "EN - domestic night express",
|
||||||
|
|
||||||
"MP": "MP - intervoivodeship bullet",
|
"MP": "MP - intervoivodeship bullet",
|
||||||
"MO": "MO - intervoivodeship regio",
|
"MO": "MO - intervoivodeship regio",
|
||||||
"MM": "MM - international bullet",
|
"MM": "MM - international bullet",
|
||||||
"MH": "MH - intervoivodeship night bullet",
|
"MH": "MH - intervoivodeship night bullet",
|
||||||
|
|
||||||
"RP": "RP - voivodeship bullet",
|
"RP": "RP - voivodeship bullet",
|
||||||
"RM": "RM - international voivodeship regio",
|
"RM": "RM - international voivodeship regio",
|
||||||
"RO": "RO - voivodeship regio",
|
"RO": "RO - voivodeship regio",
|
||||||
"RA": "RA - voivodeship regio (urban)",
|
"RA": "RA - voivodeship regio (urban)",
|
||||||
|
|
||||||
"PW": "PW - empty passenger",
|
"PW": "PW - empty passenger",
|
||||||
"PX": "PX - empty passenger test drive",
|
"PX": "PX - empty passenger test drive",
|
||||||
|
|
||||||
"TC": "TC - international freight (intermodal)",
|
"TC": "TC - international freight (intermodal)",
|
||||||
"TG": "TG - international freight (organized cargo)",
|
"TG": "TG - international freight (organized cargo)",
|
||||||
"TR": "TR - international freight (unorganized cargo)",
|
"TR": "TR - international freight (unorganized cargo)",
|
||||||
@@ -151,18 +155,17 @@
|
|||||||
"TK": "TK - freight (for stations & sidings)",
|
"TK": "TK - freight (for stations & sidings)",
|
||||||
"TS": "TS - empty freight test drive",
|
"TS": "TS - empty freight test drive",
|
||||||
"TH": "TH - locomotive rolling stock (over 3 vehicles)",
|
"TH": "TH - locomotive rolling stock (over 3 vehicles)",
|
||||||
|
|
||||||
"LT": "LT - freight locomotive only",
|
"LT": "LT - freight locomotive only",
|
||||||
"LP": "LP - passenger locomotive only",
|
"LP": "LP - passenger locomotive only",
|
||||||
"LS": "LS - shunting locomotive only",
|
"LS": "LS - shunting locomotive only",
|
||||||
"LZ": "LS - shunting locomotive only",
|
"LZ": "LS - shunting locomotive only",
|
||||||
|
|
||||||
"ZN": "ZN - inspection / diagnostic type",
|
"ZN": "ZN - inspection / diagnostic type",
|
||||||
"ZU": "ZU - other maintenance type"
|
"ZU": "ZU - other maintenance type"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"wiki": {
|
"wiki": {
|
||||||
"title": "LIST OF AVAILABLE VEHICLES",
|
"title": "LIST OF AVAILABLE VEHICLES",
|
||||||
|
"no-vehicles": "No vehicles to show with the selected filters!",
|
||||||
"labels": {
|
"labels": {
|
||||||
"vehicles": "Vehicles",
|
"vehicles": "Vehicles",
|
||||||
"sort-by": "Sort by",
|
"sort-by": "Sort by",
|
||||||
@@ -172,8 +175,14 @@
|
|||||||
},
|
},
|
||||||
"filters": {
|
"filters": {
|
||||||
"vehicles-all": "all",
|
"vehicles-all": "all",
|
||||||
"vehicles-traction": "traction units",
|
"vehicles-tractions-all": "traction units - all",
|
||||||
"vehicles-wagon": "wagons"
|
"vehicles-tractions-electric": "electric locomotives",
|
||||||
|
"vehicles-tractions-diesel": "diesel locomotives",
|
||||||
|
"vehicles-tractions-emu": "electric units",
|
||||||
|
"vehicles-tractions-dmu": "diesel units",
|
||||||
|
"vehicles-wagons-all": "wagons - all",
|
||||||
|
"vehicles-wagons-passenger": "wagons - passenger",
|
||||||
|
"vehicles-wagons-freight": "wagons - freight"
|
||||||
},
|
},
|
||||||
"sort-by": {
|
"sort-by": {
|
||||||
"type": "name",
|
"type": "name",
|
||||||
@@ -201,8 +210,19 @@
|
|||||||
"search-stock": "Search by vehicles",
|
"search-stock": "Search by vehicles",
|
||||||
"action-reset": "RESET"
|
"action-reset": "RESET"
|
||||||
},
|
},
|
||||||
|
"storage": {
|
||||||
|
"title": "BOOKMARKED COMPOSITIONS",
|
||||||
|
"subtitle": "Manage your rolling stock compositions saved locally in the browser memory",
|
||||||
|
"remove-confirm": "Are you sure you want to delete this entry?",
|
||||||
|
"no-entires": "No bookmarked compositions - save a new one in the Stock tab",
|
||||||
|
"created-at": "Created at:",
|
||||||
|
"updated-at": "Updated at:",
|
||||||
|
"stock-title": "Rolling stock:"
|
||||||
|
},
|
||||||
"cargo": {
|
"cargo": {
|
||||||
"kontenery": "containers",
|
"kontenery": "containers",
|
||||||
|
"biomasa": "biomass",
|
||||||
|
"biomasa-puste": "biomass (empty)",
|
||||||
"chłodnia": "refrigerator",
|
"chłodnia": "refrigerator",
|
||||||
"drobnica": "loose cargo",
|
"drobnica": "loose cargo",
|
||||||
"węgiel": "coal",
|
"węgiel": "coal",
|
||||||
@@ -305,5 +325,14 @@
|
|||||||
"418Vb_WIEBE": "loose cargo (sand, stone)",
|
"418Vb_WIEBE": "loose cargo (sand, stone)",
|
||||||
"418Vb_ZOS": "loose cargo (sand, stone)",
|
"418Vb_ZOS": "loose cargo (sand, stone)",
|
||||||
"418Vb_ZUE": "loose cargo (sand, stone)"
|
"418Vb_ZUE": "loose cargo (sand, stone)"
|
||||||
|
},
|
||||||
|
"cargo-warnings": {
|
||||||
|
"title": "Rolling stock containing extra cargo warnings:",
|
||||||
|
"warning_wt_20_pn": "PN: exceeded gauge (Innofreight - C45)",
|
||||||
|
"warning_un1965_twr": "TWR: LPG (UN 1965)",
|
||||||
|
"warning_un1965_tn": "TN: LPG - empty tank (UN 1965)",
|
||||||
|
"warning_un1202_twr": "TWR: diesel fuel (UN 1202)",
|
||||||
|
"warning_un1202_tn": "TN: diesel fuel - empty tank (UN 1202)",
|
||||||
|
"warning_military_pn": "PN: military transport"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
+52
-23
@@ -6,13 +6,16 @@
|
|||||||
"disclaimer": "Ta strona ma charakter informacyjny. Autor nie ponosi odpowiedzialności za tworzenie pociągów niezgodnych z {tos}!",
|
"disclaimer": "Ta strona ma charakter informacyjny. Autor nie ponosi odpowiedzialności za tworzenie pociągów niezgodnych z {tos}!",
|
||||||
"tos": "regulaminem symulatora Train Driver 2",
|
"tos": "regulaminem symulatora Train Driver 2",
|
||||||
"tos-href": "https://docs.google.com/document/d/1UAAPUtN0d_RoS4RgOzEzllJZJhA0VcizzCzKW4QylbY/edit",
|
"tos-href": "https://docs.google.com/document/d/1UAAPUtN0d_RoS4RgOzEzllJZJhA0VcizzCzKW4QylbY/edit",
|
||||||
"version-check": "Strona jest kompletna dla wersji {version} symulatora TD2"
|
"version-check": "Strona jest kompletna dla wersji {version} symulatora TD2",
|
||||||
|
"vehicles-count": "Strona zawiera obecnie {all} pojazdów - w tym {units} jednostek trakcyjnych i {cars} wagonów!"
|
||||||
},
|
},
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"title": "WYBIERZ POJAZD",
|
"title": "WYBIERZ POJAZD",
|
||||||
"input-vehicle": "Wybierz pojazd trakcyjny",
|
"input-vehicle": "Wybierz pojazd trakcyjny",
|
||||||
"input-carwagon": "Wybierz wagon",
|
"input-carwagon": "Wybierz wagon",
|
||||||
"cargo-title": "Ładunek (tylko wybrane towarowe)",
|
"vehicles-title": "Pojazdy trakcyjne",
|
||||||
|
"carwagons-title": "Wagony",
|
||||||
|
"cargo-title": "Dostępne ładunki",
|
||||||
"no-cargo-available": "brak dostępnych ładunków",
|
"no-cargo-available": "brak dostępnych ładunków",
|
||||||
"cargo-empty": "próżny",
|
"cargo-empty": "próżny",
|
||||||
"loco-electric": "ELEKTR.",
|
"loco-electric": "ELEKTR.",
|
||||||
@@ -41,10 +44,11 @@
|
|||||||
"construction": "Typ konstrukcji:"
|
"construction": "Typ konstrukcji:"
|
||||||
},
|
},
|
||||||
"topbar": {
|
"topbar": {
|
||||||
"stock-list": "SKŁAD",
|
"stock": "SKŁAD",
|
||||||
"wiki-list": "POJAZDY",
|
"wiki": "POJAZDY",
|
||||||
"number-generator": "GNR NUMERU",
|
"numgen": "GNR NUMERU",
|
||||||
"stock-generator": "GNR SKŁADU"
|
"stockgen": "GNR SKŁADU",
|
||||||
|
"storage": "ZAPISANE SKŁADY"
|
||||||
},
|
},
|
||||||
"stocklist": {
|
"stocklist": {
|
||||||
"title": "EDYTOR SKŁADU",
|
"title": "EDYTOR SKŁADU",
|
||||||
@@ -52,16 +56,21 @@
|
|||||||
"alert-copied": "Skład został skopiowany do twojego schowka!",
|
"alert-copied": "Skład został skopiowany do twojego schowka!",
|
||||||
"alert-empty": "Lista pojazdów jest pusta!",
|
"alert-empty": "Lista pojazdów jest pusta!",
|
||||||
"prompt-file": "Nazwij plik, a następnie pobierz do folderu Presets (Dokumenty/TTSK/TrainDriver2):",
|
"prompt-file": "Nazwij plik, a następnie pobierz do folderu Presets (Dokumenty/TTSK/TrainDriver2):",
|
||||||
|
"prompt-bookmark": "Nazwij skład do zapisania:",
|
||||||
|
"prompt-bookmark-overwrite": "Skład o tej nazwie jest już zapisany. Czy chcesz go podmienić?",
|
||||||
"vehicle-no": "POJAZD NR",
|
"vehicle-no": "POJAZD NR",
|
||||||
"no-vehicle-chosen": "NIE WYBRANO POJAZDU",
|
"no-vehicle-chosen": "NIE WYBRANO POJAZDU",
|
||||||
"action-move-up": "PRZENIEŚ WYŻEJ",
|
"action-move-up": "PRZENIEŚ WYŻEJ",
|
||||||
"action-move-down": "PRZENIEŚ NIŻEJ",
|
"action-move-down": "PRZENIEŚ NIŻEJ",
|
||||||
"action-remove": "USUŃ",
|
"action-remove": "USUŃ",
|
||||||
"action-upload": "WCZYTAJ",
|
"action-upload-file": "WCZYTAJ Z PLIKU",
|
||||||
"action-download": "POBIERZ",
|
"action-upload-clipboard": "WCZYTAJ ZE SCHOWKA",
|
||||||
"action-copy": "SKOPIUJ",
|
"action-download": "POBIERZ DO PLIKU",
|
||||||
|
"action-copy": "SKOPIUJ DO SCHOWKA",
|
||||||
"action-reset": "ZRESETUJ",
|
"action-reset": "ZRESETUJ",
|
||||||
"action-shuffle": "PRZETASUJ",
|
"action-shuffle": "PRZETASUJ",
|
||||||
|
"action-switch": "ODWRÓĆ",
|
||||||
|
"action-bookmark": "ZAPISZ",
|
||||||
"mass": "Masa",
|
"mass": "Masa",
|
||||||
"mass-accepted": "dopuszczalna",
|
"mass-accepted": "dopuszczalna",
|
||||||
"length": "Długość",
|
"length": "Długość",
|
||||||
@@ -69,14 +78,15 @@
|
|||||||
"coldstart-info": "Zimny start",
|
"coldstart-info": "Zimny start",
|
||||||
"doublemanning-info": "Podwójna obsada",
|
"doublemanning-info": "Podwójna obsada",
|
||||||
"list-empty": "Lista pojazdów jest pusta!",
|
"list-empty": "Lista pojazdów jest pusta!",
|
||||||
|
|
||||||
"warning-not-suitable": "Lokomotywy serii EP są przeznaczone jedynie do ruchu pasażerskiego!",
|
"warning-not-suitable": "Lokomotywy serii EP są przeznaczone jedynie do ruchu pasażerskiego!",
|
||||||
"warning-passenger-too-long": "Maksymalna długość składów pasażerskich nie może przekraczać 350m!",
|
"warning-passenger-too-long": "Maksymalna długość składów pasażerskich nie może przekraczać 350m!",
|
||||||
"warning-freight-too-long": "Maksymalna długość składów innych niż pasażerskie nie może przekraczać 650m!",
|
"warning-freight-too-long": "Maksymalna długość składów innych niż pasażerskie nie może przekraczać 650m!",
|
||||||
"warning-too-many-locos": "Ten skład posiada za dużo pojazdów trakcyjnych!",
|
"warning-too-many-locos": "Ten skład posiada za dużo pojazdów trakcyjnych!",
|
||||||
"warning-too-heavy": "Ten skład jest za ciężki! Sprawdź {href}",
|
"warning-too-heavy": "Ten skład jest za ciężki! Sprawdź {href}",
|
||||||
"warning-team-only-vehicle": "W zestawieniu znajduje się co najmniej jeden pojazd dostępny tylko dla członków zespołu TD2! ({0})",
|
"warning-team-only-vehicle": "W zestawieniu znajduje się co najmniej jeden pojazd dostępny tylko dla członków zespołu TD2! ({0})",
|
||||||
"acceptable-mass-docs": "dopuszczalne masy składów"
|
"acceptable-mass-docs": "dopuszczalne masy składów",
|
||||||
|
"stock-loading-error": "Wystąpił błąd: nie można przetworzyć danych ze schowka! Upewnij się, że są one w poprawnym formacie!",
|
||||||
|
"stock-clipboard-error": "Wystąpił błąd: nie można odczytać danych ze schowka! Upewnij się, że nadałeś uprawnienia stronie do tej akcji!"
|
||||||
},
|
},
|
||||||
"stockgen": {
|
"stockgen": {
|
||||||
"title": "GENERATOR SKŁADU TOWAROWEGO",
|
"title": "GENERATOR SKŁADU TOWAROWEGO",
|
||||||
@@ -91,7 +101,7 @@
|
|||||||
"chosen-empty-warning": "Wybierz co najmniej jeden ładunek, aby zobaczyć wagony, które go posiadają!",
|
"chosen-empty-warning": "Wybierz co najmniej jeden ładunek, aby zobaczyć wagony, które go posiadają!",
|
||||||
"chosen-warning": "Wagony posiadające wybrane ładunki. Najedź na nazwę, aby zobaczyć podgląd wagonu. Kliknij, aby wyłączyć z losowania (tylko podświetlone nazwy będą uwzględnione).",
|
"chosen-warning": "Wagony posiadające wybrane ładunki. Najedź na nazwę, aby zobaczyć podgląd wagonu. Kliknij, aby wyłączyć z losowania (tylko podświetlone nazwy będą uwzględnione).",
|
||||||
"action-generate": "WYGENERUJ",
|
"action-generate": "WYGENERUJ",
|
||||||
"action-generate-empty": "WYGENERUJ PRÓŻNE WAGONY",
|
"action-generate-empty": "WYGENERUJ SAME WAGONY",
|
||||||
"action-reset": "ZRESETUJ ŁADUNKI"
|
"action-reset": "ZRESETUJ ŁADUNKI"
|
||||||
},
|
},
|
||||||
"numgen": {
|
"numgen": {
|
||||||
@@ -108,7 +118,6 @@
|
|||||||
"action-random-region": "LOSUJ OBSZARY",
|
"action-random-region": "LOSUJ OBSZARY",
|
||||||
"action-random-number": "LOSUJ KOŃCÓWKĘ",
|
"action-random-number": "LOSUJ KOŃCÓWKĘ",
|
||||||
"action-random-category": "LOSUJ KATEGORIĘ",
|
"action-random-category": "LOSUJ KATEGORIĘ",
|
||||||
|
|
||||||
"rules": {
|
"rules": {
|
||||||
"first-digit": "Pierwsza cyfra:",
|
"first-digit": "Pierwsza cyfra:",
|
||||||
"second-digit": "Druga cyfra:",
|
"second-digit": "Druga cyfra:",
|
||||||
@@ -123,25 +132,20 @@
|
|||||||
"for-region-end": "dla końcowego obszaru konstrukcyjnego",
|
"for-region-end": "dla końcowego obszaru konstrukcyjnego",
|
||||||
"from-range": "z przedziału"
|
"from-range": "z przedziału"
|
||||||
},
|
},
|
||||||
|
|
||||||
"categories": {
|
"categories": {
|
||||||
"EI": "EI - ekspres krajowy",
|
"EI": "EI - ekspres krajowy",
|
||||||
"EC": "EC - ekspres międzynarodowy",
|
"EC": "EC - ekspres międzynarodowy",
|
||||||
"EN": "EN - ekspres krajowy nocny",
|
"EN": "EN - ekspres krajowy nocny",
|
||||||
|
|
||||||
"MP": "MP - międzywoj. pośpieszny",
|
"MP": "MP - międzywoj. pośpieszny",
|
||||||
"RP": "RP - wojewódzki pośpieszny",
|
"RP": "RP - wojewódzki pośpieszny",
|
||||||
"MO": "MO - międzywoj. osobowy",
|
"MO": "MO - międzywoj. osobowy",
|
||||||
"RO": "RO - wojewódzki osobowy",
|
"RO": "RO - wojewódzki osobowy",
|
||||||
|
|
||||||
"MM": "MM - międzynar. pośpieszny",
|
"MM": "MM - międzynar. pośpieszny",
|
||||||
"MH": "MH - międzywoj. pośpieszny hotelowy",
|
"MH": "MH - międzywoj. pośpieszny hotelowy",
|
||||||
"RM": "RM - woj. osobowy międzynarodowy",
|
"RM": "RM - woj. osobowy międzynarodowy",
|
||||||
"RA": "RA - woj. osobowy algomeracyjny",
|
"RA": "RA - woj. osobowy aglomeracyjny",
|
||||||
|
|
||||||
"PW": "PW - pasażerski próżny - służbowy",
|
"PW": "PW - pasażerski próżny - służbowy",
|
||||||
"PX": "PX - pasażerski próżny próbny",
|
"PX": "PX - pasażerski próżny próbny",
|
||||||
|
|
||||||
"TC": "TC - towarowy międzynarodowy intermodalny",
|
"TC": "TC - towarowy międzynarodowy intermodalny",
|
||||||
"TG": "TG - towarowy międzynarodowy masowy",
|
"TG": "TG - towarowy międzynarodowy masowy",
|
||||||
"TR": "TR - towarowy międzynarodowy niemasowy",
|
"TR": "TR - towarowy międzynarodowy niemasowy",
|
||||||
@@ -151,18 +155,17 @@
|
|||||||
"TK": "TK - towarowy (stacje i bocznice)",
|
"TK": "TK - towarowy (stacje i bocznice)",
|
||||||
"TS": "TS - towarowy próżny próbny",
|
"TS": "TS - towarowy próżny próbny",
|
||||||
"TH": "TH - skład lokomotyw (powyżej 3 pojazdów)",
|
"TH": "TH - skład lokomotyw (powyżej 3 pojazdów)",
|
||||||
|
|
||||||
"LT": "LT - lokomotywa towarowa luzem",
|
"LT": "LT - lokomotywa towarowa luzem",
|
||||||
"LP": "LP - lokomotywa pasażerska luzem",
|
"LP": "LP - lokomotywa pasażerska luzem",
|
||||||
"LS": "LS - lokomotywa manewrowa luzem",
|
"LS": "LS - lokomotywa manewrowa luzem",
|
||||||
"LZ": "LZ - lokomotywa dla poc. utrzymaniowo-naprawczych",
|
"LZ": "LZ - lokomotywa dla poc. utrzymaniowo-naprawczych",
|
||||||
|
|
||||||
"ZN": "ZN - inspekcyjny / diagnostyczny",
|
"ZN": "ZN - inspekcyjny / diagnostyczny",
|
||||||
"ZU": "ZU - inny utrzymaniowy"
|
"ZU": "ZU - inny utrzymaniowy"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"wiki": {
|
"wiki": {
|
||||||
"title": "LISTA DOSTĘPNYCH POJAZDÓW",
|
"title": "LISTA DOSTĘPNYCH POJAZDÓW",
|
||||||
|
"no-vehicles": "Brak pojazdów do pokazania przy obecnych filtrach!",
|
||||||
"labels": {
|
"labels": {
|
||||||
"vehicles": "Pojazdy",
|
"vehicles": "Pojazdy",
|
||||||
"sort-by": "Sortuj wg",
|
"sort-by": "Sortuj wg",
|
||||||
@@ -172,8 +175,14 @@
|
|||||||
},
|
},
|
||||||
"filters": {
|
"filters": {
|
||||||
"vehicles-all": "wszystkie",
|
"vehicles-all": "wszystkie",
|
||||||
"vehicles-traction": "trakcyjne",
|
"vehicles-tractions-all": "trakcyjne - wszystkie",
|
||||||
"vehicles-wagon": "wagony"
|
"vehicles-tractions-electric": "elektrowozy",
|
||||||
|
"vehicles-tractions-diesel": "spalinowozy",
|
||||||
|
"vehicles-tractions-emu": "EZT",
|
||||||
|
"vehicles-tractions-dmu": "SZT",
|
||||||
|
"vehicles-wagons-all": "wagony - wszystkie",
|
||||||
|
"vehicles-wagons-passenger": "wagony pasażerskie",
|
||||||
|
"vehicles-wagons-freight": "wagony towarowe"
|
||||||
},
|
},
|
||||||
"sort-by": {
|
"sort-by": {
|
||||||
"type": "nazwa",
|
"type": "nazwa",
|
||||||
@@ -201,8 +210,19 @@
|
|||||||
"search-stock": "Szukaj po pojazdach",
|
"search-stock": "Szukaj po pojazdach",
|
||||||
"action-reset": "RESETUJ"
|
"action-reset": "RESETUJ"
|
||||||
},
|
},
|
||||||
|
"storage": {
|
||||||
|
"title": "ZAPISANE SKŁADY",
|
||||||
|
"subtitle": "Zarządzaj składami zapisanymi lokalnie w pamięci przeglądarki",
|
||||||
|
"remove-confirm": "Czy na pewno chcesz usunąć ten wpis?",
|
||||||
|
"no-entires": "Brak zapisanych składów - dodaj nowy przez zakładkę ze Składem",
|
||||||
|
"created-at": "Stworzony:",
|
||||||
|
"updated-at": "Zaktualizowany:",
|
||||||
|
"stock-title": "Skład:"
|
||||||
|
},
|
||||||
"cargo": {
|
"cargo": {
|
||||||
"kontenery": "kontenery",
|
"kontenery": "kontenery",
|
||||||
|
"biomasa": "biomasa",
|
||||||
|
"biomasa-puste": "biomasa (puste)",
|
||||||
"chłodnia": "chłodnia",
|
"chłodnia": "chłodnia",
|
||||||
"drobnica": "drobnica",
|
"drobnica": "drobnica",
|
||||||
"węgiel": "węgiel",
|
"węgiel": "węgiel",
|
||||||
@@ -304,5 +324,14 @@
|
|||||||
"418Vb_WIEBE": "drobnica, ładunki sypkie (piasek, kamień)",
|
"418Vb_WIEBE": "drobnica, ładunki sypkie (piasek, kamień)",
|
||||||
"418Vb_ZOS": "drobnica, ładunki sypkie (piasek, kamień)",
|
"418Vb_ZOS": "drobnica, ładunki sypkie (piasek, kamień)",
|
||||||
"418Vb_ZUE": "drobnica, ładunki sypkie (piasek, kamień)"
|
"418Vb_ZUE": "drobnica, ładunki sypkie (piasek, kamień)"
|
||||||
|
},
|
||||||
|
"cargo-warnings": {
|
||||||
|
"title": "Skład z dodatkowymi uwagami przewozowymi:",
|
||||||
|
"warning_wt_20_pn": "PN: przekroczona skrajnia (Innofreight - C45)",
|
||||||
|
"warning_un1965_twr": "TWR: gazy węglowodorowe skroplone (UN 1965)",
|
||||||
|
"warning_un1965_tn": "TN: gazy węglowodorowe skroplone - puste cysterny (UN 1965)",
|
||||||
|
"warning_un1202_twr": "TWR: olej napędowy (UN 1202)",
|
||||||
|
"warning_un1202_tn": "TN: olej napędowy - puste cysterny (UN 1202)",
|
||||||
|
"warning_military_pn": "PN: transport wojskowy"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
+2
-1
@@ -3,6 +3,7 @@ import { createPinia } from 'pinia';
|
|||||||
|
|
||||||
import App from './App.vue';
|
import App from './App.vue';
|
||||||
import i18n from './i18n-setup';
|
import i18n from './i18n-setup';
|
||||||
|
import router from './router';
|
||||||
const pinia = createPinia();
|
const pinia = createPinia();
|
||||||
|
|
||||||
createApp(App).use(pinia).use(i18n).mount('#app');
|
createApp(App).use(pinia).use(i18n).use(router).mount('#app');
|
||||||
|
|||||||
@@ -0,0 +1,16 @@
|
|||||||
|
import http from '../http';
|
||||||
|
import { API } from '../types/api.types';
|
||||||
|
|
||||||
|
export class ApiManager {
|
||||||
|
static async fetchActiveData() {
|
||||||
|
try {
|
||||||
|
const responseData = (await http.get<API.ActiveData>('/api/getActiveData')).data;
|
||||||
|
|
||||||
|
return responseData;
|
||||||
|
} catch (error) {
|
||||||
|
console.error('Nie udało się pobrać zdalnej zawartości', error);
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -7,7 +7,7 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
|
|
||||||
getThumbnailURL(vehicleType: string, size: 'small' | 'large') {
|
getThumbnailURL(vehicleType: string, size: 'small' | 'large') {
|
||||||
return `https://static.spythere.eu/images/${vehicleType}--${size == 'small' ? 300 : 800}px.jpg`;
|
return `https://stacjownik.spythere.eu/static/images/${vehicleType}--${size == 'small' ? 300 : 800}px.jpg`;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { defineComponent } from 'vue';
|
import { defineComponent } from 'vue';
|
||||||
import { useStore } from '../store';
|
import { useStore } from '../store';
|
||||||
import { ICarWagon, ILocomotive, IStock, ICargo, IVehicle } from '../types';
|
import { ICarWagon, ILocomotive, IStock, ICargo, IVehicle } from '../types/common.types';
|
||||||
import { isTractionUnit } from '../utils/vehicleUtils';
|
import { isTractionUnit } from '../utils/vehicleUtils';
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
@@ -53,6 +53,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
loadStockFromString(stockString: string) {
|
loadStockFromString(stockString: string) {
|
||||||
const stockArray = stockString.trim().split(';');
|
const stockArray = stockString.trim().split(';');
|
||||||
|
let failureCount = 0;
|
||||||
|
|
||||||
this.store.stockList.length = 0;
|
this.store.stockList.length = 0;
|
||||||
this.store.chosenVehicle = null;
|
this.store.chosenVehicle = null;
|
||||||
@@ -85,10 +86,19 @@ export default defineComponent({
|
|||||||
if (cargo) vehicleCargo = vehicle?.cargoTypes.find((c) => c.id == cargo) || null;
|
if (cargo) vehicleCargo = vehicle?.cargoTypes.find((c) => c.id == cargo) || null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!vehicle) console.warn('Brak pojazdu / rodzaj pojazdu źle wczytany:', type);
|
if (!vehicle && type) {
|
||||||
|
failureCount++;
|
||||||
|
console.warn(`Wystąpił błąd - nie wczytano pojazdu o nazwie: ${type}`);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
this.addVehicle(vehicle, vehicleCargo);
|
this.addVehicle(vehicle, vehicleCargo);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (failureCount != 0 && failureCount == stockArray.length) {
|
||||||
|
console.warn('Wystąpił błąd - niepoprawny format');
|
||||||
|
throw 'stock-loading-error';
|
||||||
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { defineComponent } from 'vue';
|
import { defineComponent } from 'vue';
|
||||||
import { useStore } from '../store';
|
import { useStore } from '../store';
|
||||||
import { ICarWagon, ILocomotive, IStock, IVehicle, LocoGroupType, WagonGroupType } from '../types';
|
import { ICarWagon, ILocomotive, IStock, IVehicle, LocoGroupType, WagonGroupType } from '../types/common.types';
|
||||||
import { isTractionUnit } from '../utils/vehicleUtils';
|
import { isTractionUnit } from '../utils/vehicleUtils';
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
|
|||||||
@@ -0,0 +1,61 @@
|
|||||||
|
import { createRouter, createWebHistory, RouteRecordRaw } from 'vue-router';
|
||||||
|
import AppContainerView from './views/AppContainerView.vue';
|
||||||
|
import WikiListTab from './components/tabs/WikiListTab.vue';
|
||||||
|
import StockListTab from './components/tabs/StockListTab.vue';
|
||||||
|
import NumberGeneratorTab from './components/tabs/NumberGeneratorTab.vue';
|
||||||
|
import StockGeneratorTab from './components/tabs/StockGeneratorTab.vue';
|
||||||
|
import StorageTab from './components/tabs/StorageTab.vue';
|
||||||
|
|
||||||
|
const routes: RouteRecordRaw[] = [
|
||||||
|
{
|
||||||
|
path: '/',
|
||||||
|
component: AppContainerView,
|
||||||
|
meta: {
|
||||||
|
viewMode: StockListTab,
|
||||||
|
},
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
path: 'stock',
|
||||||
|
redirect: '/',
|
||||||
|
meta: {
|
||||||
|
viewMode: StockListTab,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'wiki',
|
||||||
|
component: AppContainerView,
|
||||||
|
meta: {
|
||||||
|
viewMode: WikiListTab,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'numgen',
|
||||||
|
component: AppContainerView,
|
||||||
|
meta: {
|
||||||
|
viewMode: NumberGeneratorTab,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'stockgen',
|
||||||
|
component: AppContainerView,
|
||||||
|
meta: {
|
||||||
|
viewMode: StockGeneratorTab,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: 'storage',
|
||||||
|
component: AppContainerView,
|
||||||
|
meta: {
|
||||||
|
viewMode: StorageTab,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
|
const router = createRouter({
|
||||||
|
history: createWebHistory(),
|
||||||
|
routes,
|
||||||
|
});
|
||||||
|
|
||||||
|
export default router;
|
||||||
+34
-53
@@ -9,26 +9,28 @@ import {
|
|||||||
LocoGroupType,
|
LocoGroupType,
|
||||||
WagonGroupType,
|
WagonGroupType,
|
||||||
IVehicleData,
|
IVehicleData,
|
||||||
} from './types';
|
StorageStockEntry,
|
||||||
|
} from './types/common.types';
|
||||||
import { defineStore } from 'pinia';
|
import { defineStore } from 'pinia';
|
||||||
import {
|
import {
|
||||||
acceptableWeight,
|
acceptableWeight,
|
||||||
carDataList,
|
carDataList,
|
||||||
|
getCargoWarnings,
|
||||||
isTractionUnit,
|
isTractionUnit,
|
||||||
isTrainPassenger,
|
isTrainPassenger,
|
||||||
locoDataList,
|
locoDataList,
|
||||||
maxStockSpeed,
|
maxStockSpeed,
|
||||||
|
stockSupportsColdStart,
|
||||||
|
stockSupportsDoubleManning,
|
||||||
totalLength,
|
totalLength,
|
||||||
totalWeight,
|
totalWeight,
|
||||||
} from './utils/vehicleUtils';
|
} from './utils/vehicleUtils';
|
||||||
|
|
||||||
import i18n from './i18n-setup';
|
|
||||||
import http from './http';
|
import http from './http';
|
||||||
|
|
||||||
import realCompositionsJSON from './data/realCompositions.json';
|
import realCompositionsJSON from './data/realCompositions.json';
|
||||||
|
|
||||||
export const useStore = defineStore({
|
export const useStore = defineStore('store', {
|
||||||
id: 'store',
|
|
||||||
state: () => ({
|
state: () => ({
|
||||||
chosenCar: null as ICarWagon | null,
|
chosenCar: null as ICarWagon | null,
|
||||||
chosenLoco: null as ILocomotive | null,
|
chosenLoco: null as ILocomotive | null,
|
||||||
@@ -50,8 +52,6 @@ export const useStore = defineStore({
|
|||||||
|
|
||||||
vehiclePreviewSrc: '',
|
vehiclePreviewSrc: '',
|
||||||
|
|
||||||
stockSectionMode: 'stock-list',
|
|
||||||
|
|
||||||
isRandomizerCardOpen: false,
|
isRandomizerCardOpen: false,
|
||||||
isRealStockListCardOpen: false,
|
isRealStockListCardOpen: false,
|
||||||
|
|
||||||
@@ -59,21 +59,44 @@ export const useStore = defineStore({
|
|||||||
|
|
||||||
lastFocusedElement: null as HTMLElement | null,
|
lastFocusedElement: null as HTMLElement | null,
|
||||||
|
|
||||||
compatibleSimulatorVersion: '2024.1.2',
|
storageStockData: {} as Record<string, StorageStockEntry>,
|
||||||
|
chosenStorageStockName: '',
|
||||||
|
chosenStorageStockString: '',
|
||||||
|
|
||||||
|
compatibleSimulatorVersion: '2025.1.1',
|
||||||
}),
|
}),
|
||||||
|
|
||||||
getters: {
|
getters: {
|
||||||
locoDataList: (state) => locoDataList(state.vehiclesData),
|
locoDataList: (state) => locoDataList(state.vehiclesData),
|
||||||
carDataList: (state) => carDataList(state.vehiclesData),
|
carDataList: (state) => carDataList(state.vehiclesData),
|
||||||
vehicleDataList: (state) => [
|
vehicleDataList: (state) => [...locoDataList(state.vehiclesData), ...carDataList(state.vehiclesData)],
|
||||||
...locoDataList(state.vehiclesData),
|
|
||||||
...carDataList(state.vehiclesData),
|
|
||||||
],
|
|
||||||
totalWeight: (state) => totalWeight(state.stockList),
|
totalWeight: (state) => totalWeight(state.stockList),
|
||||||
totalLength: (state) => totalLength(state.stockList),
|
totalLength: (state) => totalLength(state.stockList),
|
||||||
maxStockSpeed: (state) => maxStockSpeed(state.stockList),
|
maxStockSpeed: (state) => maxStockSpeed(state.stockList),
|
||||||
isTrainPassenger: (state) => isTrainPassenger(state.stockList),
|
isTrainPassenger: (state) => isTrainPassenger(state.stockList),
|
||||||
acceptableWeight: (state) => acceptableWeight(state.stockList),
|
acceptableWeight: (state) => acceptableWeight(state.stockList),
|
||||||
|
cargoWarnings: (state) => getCargoWarnings(state.stockList),
|
||||||
|
|
||||||
|
stockSupportsColdStart: (state) => stockSupportsColdStart(state.stockList),
|
||||||
|
stockSupportsDoubleManning: (state) => stockSupportsDoubleManning(state.stockList),
|
||||||
|
|
||||||
|
stockString: (state) => {
|
||||||
|
if (state.stockList.length == 0) return '';
|
||||||
|
|
||||||
|
const coldStartActive = state.isColdStart && stockSupportsColdStart(state.stockList);
|
||||||
|
const doubleManningActive = state.isDoubleManned && stockSupportsDoubleManning(state.stockList);
|
||||||
|
|
||||||
|
return state.stockList
|
||||||
|
.map((stock, i) => {
|
||||||
|
let stockTypeStr = isTractionUnit(stock.vehicleRef) || !stock.cargo ? stock.vehicleRef.type : `${stock.vehicleRef.type}:${stock.cargo.id}`;
|
||||||
|
|
||||||
|
if (i == 0 && (coldStartActive || doubleManningActive))
|
||||||
|
return `${stockTypeStr},${coldStartActive ? 'c' : ''}${doubleManningActive ? 'd' : ''}`;
|
||||||
|
|
||||||
|
return stockTypeStr;
|
||||||
|
})
|
||||||
|
.join(';');
|
||||||
|
},
|
||||||
|
|
||||||
realCompositionList: (state) => {
|
realCompositionList: (state) => {
|
||||||
if (!state.vehiclesData) return [];
|
if (!state.vehiclesData) return [];
|
||||||
@@ -96,32 +119,6 @@ export const useStore = defineStore({
|
|||||||
return acc;
|
return acc;
|
||||||
}, []);
|
}, []);
|
||||||
},
|
},
|
||||||
|
|
||||||
stockSupportsColdStart: (state) => {
|
|
||||||
if (state.stockList.length == 0) return false;
|
|
||||||
|
|
||||||
if (!isTractionUnit(state.stockList[0].vehicleRef)) return false;
|
|
||||||
else if (state.stockList.length > 1) return false;
|
|
||||||
|
|
||||||
const headingLoco = state.stockList[0];
|
|
||||||
|
|
||||||
return (
|
|
||||||
state.vehiclesData?.find((vehicle) => vehicle.name == headingLoco.vehicleRef.type)?.group
|
|
||||||
.locoProps?.coldStart ?? false
|
|
||||||
);
|
|
||||||
},
|
|
||||||
|
|
||||||
stockSupportsDoubleManning: (state) => {
|
|
||||||
if (state.stockList.length == 0) return false;
|
|
||||||
if (!isTractionUnit(state.stockList[0].vehicleRef)) return false;
|
|
||||||
|
|
||||||
const headingLoco = state.stockList[0];
|
|
||||||
|
|
||||||
return (
|
|
||||||
state.vehiclesData?.find((vehicle) => vehicle.name == headingLoco.vehicleRef.type)?.group
|
|
||||||
.locoProps?.doubleManned ?? false
|
|
||||||
);
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
@@ -137,21 +134,5 @@ export const useStore = defineStore({
|
|||||||
async setupAPIData() {
|
async setupAPIData() {
|
||||||
await this.fetchVehiclesAPI();
|
await this.fetchVehiclesAPI();
|
||||||
},
|
},
|
||||||
|
|
||||||
handleRouting() {
|
|
||||||
switch (window.location.pathname) {
|
|
||||||
case '/numgnr':
|
|
||||||
this.stockSectionMode = 'number-generator';
|
|
||||||
break;
|
|
||||||
case '/stockgnr':
|
|
||||||
this.stockSectionMode = 'stock-generator';
|
|
||||||
break;
|
|
||||||
case '/vehicles':
|
|
||||||
this.stockSectionMode = 'wiki-list';
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ $breakpointMd: 960px;
|
|||||||
$breakpointSm: 550px;
|
$breakpointSm: 550px;
|
||||||
|
|
||||||
$bgColor: #2b3552;
|
$bgColor: #2b3552;
|
||||||
|
$bgColorDarker: #1f263b;
|
||||||
$textColor: #fff;
|
$textColor: #fff;
|
||||||
$secondaryColor: #1b1b1b;
|
$secondaryColor: #1b1b1b;
|
||||||
$accentColor: #e4c428;
|
$accentColor: #e4c428;
|
||||||
@@ -115,26 +116,62 @@ button {
|
|||||||
&:hover {
|
&:hover {
|
||||||
color: $accentColor;
|
color: $accentColor;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
[data-tooltip]:hover::after,
|
&:focus-visible {
|
||||||
[data-tooltip]:focus::after {
|
outline: 1px solid $accentColor;
|
||||||
position: absolute;
|
}
|
||||||
transform: translateX(10px);
|
|
||||||
|
|
||||||
content: attr(data-tooltip);
|
|
||||||
color: white;
|
|
||||||
background: black;
|
|
||||||
padding: 0.5em;
|
|
||||||
max-width: 300px;
|
|
||||||
z-index: 100;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-tooltip] {
|
[data-tooltip] {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
&:hover::after,
|
||||||
|
&:focus-visible::after {
|
||||||
|
position: absolute;
|
||||||
|
|
||||||
|
content: attr(data-tooltip);
|
||||||
|
color: white;
|
||||||
|
background: black;
|
||||||
|
border-radius: 0.5em;
|
||||||
|
margin: 0 0.75em;
|
||||||
|
padding: 0.5em;
|
||||||
|
|
||||||
|
max-width: 300px;
|
||||||
|
|
||||||
|
z-index: 100;
|
||||||
|
|
||||||
|
@media screen and (max-width: $breakpointSm) {
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, 3ex);
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
[data-button-tooltip] {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
&:hover::after,
|
||||||
|
&:focus-visible::after {
|
||||||
|
position: absolute;
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
|
max-width: 300px;
|
||||||
|
|
||||||
|
top: 100%;
|
||||||
|
transform: translateY(5px);
|
||||||
|
border-radius: inherit;
|
||||||
|
|
||||||
|
content: attr(data-button-tooltip);
|
||||||
|
color: white;
|
||||||
|
background: #111;
|
||||||
|
padding: 0.5em;
|
||||||
|
z-index: 100;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn,
|
||||||
|
.link-btn {
|
||||||
padding: 0.4em 0.75em;
|
padding: 0.4em 0.75em;
|
||||||
|
|
||||||
outline: none;
|
outline: none;
|
||||||
@@ -184,9 +221,10 @@ button {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
|
|
||||||
img {
|
img,
|
||||||
width: 1.3em;
|
svg {
|
||||||
vertical-align: middle;
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -194,12 +232,25 @@ button {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
transition: all 250ms;
|
transition: all 250ms;
|
||||||
background: none;
|
background: none;
|
||||||
padding: 0;
|
padding: 0.25em;
|
||||||
|
border-radius: 0;
|
||||||
|
|
||||||
&:focus-visible {
|
&:focus-visible {
|
||||||
outline: 1px solid white;
|
outline: 1px solid white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&--icon {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
padding: 0.25em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.link-btn.router-link-exact-active {
|
||||||
|
color: $accentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
select,
|
select,
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
@import './global.scss';
|
@use 'global';
|
||||||
|
|
||||||
.tab {
|
.tab {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
&_header {
|
&_header {
|
||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
|
|
||||||
background-color: $secondaryColor;
|
background-color: global.$secondaryColor;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@@ -0,0 +1,87 @@
|
|||||||
|
// API namespace
|
||||||
|
export namespace API {
|
||||||
|
export interface ActiveData {
|
||||||
|
trains: Train[];
|
||||||
|
activeSceneries: ActiveScenery[];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface ActiveScenery {
|
||||||
|
dispatcherId: number;
|
||||||
|
dispatcherName: string;
|
||||||
|
dispatcherIsSupporter: boolean;
|
||||||
|
stationName: string;
|
||||||
|
stationHash: string;
|
||||||
|
region: string;
|
||||||
|
maxUsers: number;
|
||||||
|
currentUsers: number;
|
||||||
|
spawn: number;
|
||||||
|
lastSeen: number;
|
||||||
|
dispatcherExp: number;
|
||||||
|
nameFromHeader: string;
|
||||||
|
spawnString?: string;
|
||||||
|
networkConnectionString: string;
|
||||||
|
isOnline: number;
|
||||||
|
dispatcherRate: number;
|
||||||
|
dispatcherStatus: number;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface Train {
|
||||||
|
id: string;
|
||||||
|
trainNo: number;
|
||||||
|
mass: number;
|
||||||
|
speed: number;
|
||||||
|
length: number;
|
||||||
|
distance: number;
|
||||||
|
stockString: string;
|
||||||
|
driverName: string;
|
||||||
|
driverId: number;
|
||||||
|
driverIsSupporter: boolean;
|
||||||
|
driverLevel: number;
|
||||||
|
currentStationHash: string;
|
||||||
|
currentStationName: string;
|
||||||
|
signal: string;
|
||||||
|
connectedTrack: string;
|
||||||
|
online: number;
|
||||||
|
lastSeen: number;
|
||||||
|
region: string;
|
||||||
|
isTimeout: boolean;
|
||||||
|
timetable?: Timetable;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface Timetable {
|
||||||
|
SKR: boolean;
|
||||||
|
TWR: boolean;
|
||||||
|
hasDangerousCargo: boolean;
|
||||||
|
hasExtraDeliveries: boolean;
|
||||||
|
warningNotes: string;
|
||||||
|
category: string;
|
||||||
|
stopList: TimetableStop[];
|
||||||
|
route: string;
|
||||||
|
timetableId: number;
|
||||||
|
sceneries: string[];
|
||||||
|
path: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface TimetableStop {
|
||||||
|
stopName: string;
|
||||||
|
stopNameRAW: string;
|
||||||
|
stopType: string;
|
||||||
|
stopDistance: number;
|
||||||
|
pointId: string;
|
||||||
|
comments?: (null | string)[];
|
||||||
|
mainStop: boolean;
|
||||||
|
arrivalLine?: string;
|
||||||
|
arrivalTimestamp: number;
|
||||||
|
arrivalRealTimestamp: number;
|
||||||
|
arrivalDelay: number;
|
||||||
|
departureLine?: string;
|
||||||
|
departureTimestamp: number;
|
||||||
|
departureRealTimestamp: number;
|
||||||
|
departureDelay: number;
|
||||||
|
beginsHere: boolean;
|
||||||
|
terminatesHere: boolean;
|
||||||
|
confirmed: number;
|
||||||
|
stopped: number;
|
||||||
|
stopTime?: number;
|
||||||
|
}
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
export type IVehicle = ILocomotive | ICarWagon;
|
export type IVehicle = ILocomotive | ICarWagon;
|
||||||
export type StockSectionMode = 'STOCK_LIST' | 'STOCK_GENERATOR';
|
|
||||||
|
|
||||||
export type LocoGroupType = 'loco-electric' | 'loco-diesel' | 'unit-electric' | 'unit-diesel';
|
export type LocoGroupType = 'loco-electric' | 'loco-diesel' | 'unit-electric' | 'unit-diesel';
|
||||||
export type WagonGroupType = 'wagon-passenger' | 'wagon-freight';
|
export type WagonGroupType = 'wagon-passenger' | 'wagon-freight';
|
||||||
@@ -29,12 +28,14 @@ export interface ILocomotive {
|
|||||||
constructionType: string;
|
constructionType: string;
|
||||||
cabinType: string;
|
cabinType: string;
|
||||||
maxSpeed: number;
|
maxSpeed: number;
|
||||||
|
maxSpeedLoco: number;
|
||||||
weight: number;
|
weight: number;
|
||||||
length: number;
|
length: number;
|
||||||
coldStart: boolean;
|
coldStart: boolean;
|
||||||
doubleManned: boolean;
|
doubleManned: boolean;
|
||||||
sponsorOnlyTimestamp: number;
|
sponsorOnlyTimestamp: number;
|
||||||
teamOnly: boolean;
|
teamOnly: boolean;
|
||||||
|
massSpeeds: VehicleGroupMassSpeeds | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ICarWagon {
|
export interface ICarWagon {
|
||||||
@@ -43,11 +44,13 @@ export interface ICarWagon {
|
|||||||
constructionType: string;
|
constructionType: string;
|
||||||
loadable: boolean;
|
loadable: boolean;
|
||||||
maxSpeed: number;
|
maxSpeed: number;
|
||||||
|
maxSpeedLoaded: number;
|
||||||
weight: number;
|
weight: number;
|
||||||
length: number;
|
length: number;
|
||||||
cargoTypes: ICargo[];
|
cargoTypes: ICargo[];
|
||||||
sponsorOnlyTimestamp: number;
|
sponsorOnlyTimestamp: number;
|
||||||
teamOnly: boolean;
|
teamOnly: boolean;
|
||||||
|
massSpeeds: VehicleGroupMassSpeeds | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IStock {
|
export interface IStock {
|
||||||
@@ -71,6 +74,7 @@ export interface IVehicleData {
|
|||||||
cabinName: string | null;
|
cabinName: string | null;
|
||||||
restrictions: IVehicleRestrictions | null;
|
restrictions: IVehicleRestrictions | null;
|
||||||
vehicleGroupsId: number;
|
vehicleGroupsId: number;
|
||||||
|
simulatorVersion: string;
|
||||||
group: IVehicleGroup;
|
group: IVehicleGroup;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -83,10 +87,13 @@ export interface IVehicleGroup {
|
|||||||
id: number;
|
id: number;
|
||||||
name: string;
|
name: string;
|
||||||
speed: number;
|
speed: number;
|
||||||
|
speedLoaded?: number;
|
||||||
|
speedLoco?: number;
|
||||||
length: number;
|
length: number;
|
||||||
weight: number;
|
weight: number;
|
||||||
cargoTypes: IVehicleCargoType[] | null;
|
cargoTypes: IVehicleCargoType[] | null;
|
||||||
locoProps: IVehicleLocoProps | null;
|
locoProps: IVehicleLocoProps | null;
|
||||||
|
massSpeeds: VehicleGroupMassSpeeds | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IVehicleCargoType {
|
export interface IVehicleCargoType {
|
||||||
@@ -98,3 +105,16 @@ export interface IVehicleLocoProps {
|
|||||||
coldStart: boolean;
|
coldStart: boolean;
|
||||||
doubleManned: boolean;
|
doubleManned: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface VehicleGroupMassSpeeds {
|
||||||
|
passenger: Record<string, number> | null;
|
||||||
|
cargo: Record<string, number> | null;
|
||||||
|
none: number | null;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface StorageStockEntry {
|
||||||
|
id: string;
|
||||||
|
createdAt: number;
|
||||||
|
updatedAt?: number;
|
||||||
|
stockString: string;
|
||||||
|
}
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
import { useStore } from '../store';
|
||||||
|
|
||||||
|
export const useFileUtils = () => {
|
||||||
|
const store = useStore();
|
||||||
|
|
||||||
|
function getCurrentStockFileName() {
|
||||||
|
let fileName = '';
|
||||||
|
|
||||||
|
const currentStockString = store.stockList.map((s) => s.vehicleRef.type).join(';');
|
||||||
|
|
||||||
|
const currentRealComp = store.realCompositionList.find(
|
||||||
|
(rc) => rc.stockString == currentStockString
|
||||||
|
);
|
||||||
|
|
||||||
|
// Append real composition to the name if chosen
|
||||||
|
if (currentRealComp != undefined) {
|
||||||
|
fileName += `${currentRealComp.stockId} `;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Append default props
|
||||||
|
fileName += `${store.stockList[0].vehicleRef.type} ${(store.totalWeight / 1000).toFixed(1)}t; ${store.totalLength}m; vmax ${store.maxStockSpeed}`;
|
||||||
|
|
||||||
|
return fileName;
|
||||||
|
}
|
||||||
|
|
||||||
|
return { getCurrentStockFileName };
|
||||||
|
};
|
||||||
@@ -0,0 +1,38 @@
|
|||||||
|
import { useStore } from '../store';
|
||||||
|
|
||||||
|
export const useStockListUtils = () => {
|
||||||
|
const store = useStore();
|
||||||
|
|
||||||
|
function removeStock(index: number) {
|
||||||
|
if (index == -1) return;
|
||||||
|
|
||||||
|
store.stockList = store.stockList.filter((stock, i) => i != index);
|
||||||
|
|
||||||
|
if (store.stockList.length < index + 1) store.chosenStockListIndex = -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
function moveUpStock(index: number) {
|
||||||
|
if (index < 1) return;
|
||||||
|
|
||||||
|
const tempStock = store.stockList[index];
|
||||||
|
|
||||||
|
store.stockList[index] = store.stockList[index - 1];
|
||||||
|
store.stockList[index - 1] = tempStock;
|
||||||
|
|
||||||
|
store.chosenStockListIndex = index - 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
function moveDownStock(index: number) {
|
||||||
|
if (index == -1) return;
|
||||||
|
if (index > store.stockList.length - 2) return;
|
||||||
|
|
||||||
|
const tempStock = store.stockList[index];
|
||||||
|
|
||||||
|
store.stockList[index] = store.stockList[index + 1];
|
||||||
|
store.stockList[index + 1] = tempStock;
|
||||||
|
|
||||||
|
store.chosenStockListIndex = index + 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
return { removeStock, moveDownStock, moveUpStock };
|
||||||
|
};
|
||||||
@@ -1,29 +1,47 @@
|
|||||||
import speedLimits from '../constants/speedLimits.json';
|
|
||||||
import massLimits from '../constants/massLimits.json';
|
import massLimits from '../constants/massLimits.json';
|
||||||
|
import { IStock } from '../types/common.types';
|
||||||
|
|
||||||
export type SpeedLimitLocoType = keyof typeof speedLimits;
|
|
||||||
export type MassLimitLocoType = keyof typeof massLimits;
|
export type MassLimitLocoType = keyof typeof massLimits;
|
||||||
|
|
||||||
export function calculateSpeedLimit(
|
export function calculateSpeedLimit(stockList: IStock[], isPassenger: boolean, stockMass: number) {
|
||||||
locoType: SpeedLimitLocoType,
|
// Check the whole consist speed limit
|
||||||
stockTotalWeight: number,
|
const stockMaxSpeed = stockList.reduce((acc, vehicle, i) => {
|
||||||
stockCount: number,
|
let vehicleSpeed = vehicle.vehicleRef.maxSpeed;
|
||||||
isTrainPassenger: boolean
|
|
||||||
) {
|
|
||||||
if (speedLimits[locoType] === undefined) return 0;
|
|
||||||
|
|
||||||
if (stockCount == 1) return speedLimits[locoType]['none'];
|
if (
|
||||||
|
vehicle.vehicleRef.group == 'wagon-freight' &&
|
||||||
|
vehicle.cargo !== undefined &&
|
||||||
|
vehicle.vehicleRef.maxSpeedLoaded
|
||||||
|
) {
|
||||||
|
vehicleSpeed = vehicle.vehicleRef.maxSpeedLoaded;
|
||||||
|
}
|
||||||
|
|
||||||
const stockType = isTrainPassenger ? 'passenger' : 'cargo';
|
return Math.min(vehicleSpeed, acc);
|
||||||
const speedTable = speedLimits[locoType][stockType];
|
}, Infinity);
|
||||||
|
|
||||||
if (!speedTable) return undefined;
|
// Check the head vehicle speed limit
|
||||||
|
const headVehicle = stockList[0];
|
||||||
|
|
||||||
let speedLimit = 0;
|
// Omit speed check for head vehicle if there's no data for it
|
||||||
for (const mass in speedTable)
|
if (!headVehicle || !headVehicle.vehicleRef.massSpeeds) return stockMaxSpeed;
|
||||||
if (stockTotalWeight > Number(mass)) speedLimit = (speedTable as any)[mass];
|
|
||||||
|
|
||||||
return speedLimit;
|
const massSpeeds =
|
||||||
|
headVehicle.vehicleRef.massSpeeds[
|
||||||
|
stockList.length == 1 ? 'none' : isPassenger ? 'passenger' : 'cargo'
|
||||||
|
];
|
||||||
|
|
||||||
|
// Omit speed check if there's no data on mass speeds
|
||||||
|
if (!massSpeeds) return stockMaxSpeed;
|
||||||
|
|
||||||
|
// Number type for locomotives alone
|
||||||
|
if (typeof massSpeeds === 'number') return massSpeeds;
|
||||||
|
|
||||||
|
// Record type for passenger or cargo, find the closest range
|
||||||
|
const massKey = Object.keys(massSpeeds).findLast((massKey) => stockMass >= Number(massKey));
|
||||||
|
|
||||||
|
const massMaxSpeed = massKey ? massSpeeds[massKey] : Infinity;
|
||||||
|
|
||||||
|
return Math.min(massMaxSpeed, stockMaxSpeed);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function calculateMassLimit(locoType: MassLimitLocoType, isTrainPassenger: boolean) {
|
export function calculateMassLimit(locoType: MassLimitLocoType, isTrainPassenger: boolean) {
|
||||||
|
|||||||
+36
-47
@@ -1,18 +1,5 @@
|
|||||||
import {
|
import { ICarWagon, ILocomotive, IStock, IVehicleData, LocoGroupType, WagonGroupType } from '../types/common.types';
|
||||||
ICarWagon,
|
import { MassLimitLocoType, calculateMassLimit, calculateSpeedLimit } from './vehicleLimitsUtils';
|
||||||
ILocomotive,
|
|
||||||
IStock,
|
|
||||||
IVehicleData,
|
|
||||||
IVehiclesAPIResponse,
|
|
||||||
LocoGroupType,
|
|
||||||
WagonGroupType,
|
|
||||||
} from '../types';
|
|
||||||
import {
|
|
||||||
MassLimitLocoType,
|
|
||||||
SpeedLimitLocoType,
|
|
||||||
calculateMassLimit,
|
|
||||||
calculateSpeedLimit,
|
|
||||||
} from './vehicleLimitsUtils';
|
|
||||||
|
|
||||||
export function isTractionUnit(vehicle: ILocomotive | ICarWagon): vehicle is ILocomotive {
|
export function isTractionUnit(vehicle: ILocomotive | ICarWagon): vehicle is ILocomotive {
|
||||||
return (vehicle as ILocomotive).cabinType !== undefined;
|
return (vehicle as ILocomotive).cabinType !== undefined;
|
||||||
@@ -35,11 +22,14 @@ export function locoDataList(vehiclesData: IVehicleData[] | undefined) {
|
|||||||
teamOnly: data.restrictions?.teamOnly ?? false,
|
teamOnly: data.restrictions?.teamOnly ?? false,
|
||||||
|
|
||||||
maxSpeed: data.group.speed,
|
maxSpeed: data.group.speed,
|
||||||
|
maxSpeedLoco: data.group.speedLoco ?? data.group.speed,
|
||||||
length: data.group.length,
|
length: data.group.length,
|
||||||
weight: data.group.weight,
|
weight: data.group.weight,
|
||||||
|
|
||||||
coldStart: data.group.locoProps?.coldStart ?? false,
|
coldStart: data.group.locoProps?.coldStart ?? false,
|
||||||
doubleManned: data.group.locoProps?.doubleManned ?? false,
|
doubleManned: data.group.locoProps?.doubleManned ?? false,
|
||||||
|
|
||||||
|
massSpeeds: data.group.massSpeeds,
|
||||||
});
|
});
|
||||||
|
|
||||||
return acc;
|
return acc;
|
||||||
@@ -63,8 +53,12 @@ export function carDataList(vehiclesData: IVehicleData[] | undefined) {
|
|||||||
teamOnly: data.restrictions?.teamOnly ?? false,
|
teamOnly: data.restrictions?.teamOnly ?? false,
|
||||||
|
|
||||||
maxSpeed: data.group.speed,
|
maxSpeed: data.group.speed,
|
||||||
|
maxSpeedLoaded: data.group.speedLoaded ?? data.group.speed,
|
||||||
|
|
||||||
length: data.group.length,
|
length: data.group.length,
|
||||||
weight: data.group.weight,
|
weight: data.group.weight,
|
||||||
|
|
||||||
|
massSpeeds: data.group.massSpeeds,
|
||||||
});
|
});
|
||||||
|
|
||||||
return acc;
|
return acc;
|
||||||
@@ -72,10 +66,7 @@ export function carDataList(vehiclesData: IVehicleData[] | undefined) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function totalWeight(stockList: IStock[]) {
|
export function totalWeight(stockList: IStock[]) {
|
||||||
return stockList.reduce(
|
return stockList.reduce((acc, stock) => acc + (stock.vehicleRef.weight + (stock.cargo?.weight ?? 0)), 0);
|
||||||
(acc, stock) => acc + (stock.vehicleRef.weight + (stock.cargo?.weight ?? 0)),
|
|
||||||
0
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export function totalLength(stockList: IStock[]) {
|
export function totalLength(stockList: IStock[]) {
|
||||||
@@ -83,27 +74,7 @@ export function totalLength(stockList: IStock[]) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function maxStockSpeed(stockList: IStock[]) {
|
export function maxStockSpeed(stockList: IStock[]) {
|
||||||
const stockSpeedLimit = stockList.reduce(
|
return calculateSpeedLimit(stockList, isTrainPassenger(stockList), totalWeight(stockList));
|
||||||
(acc, stock) => (stock.vehicleRef.maxSpeed < acc || acc == 0 ? stock.vehicleRef.maxSpeed : acc),
|
|
||||||
0
|
|
||||||
);
|
|
||||||
const headingLoco =
|
|
||||||
stockList[0] && isTractionUnit(stockList[0].vehicleRef) ? stockList[0] : undefined;
|
|
||||||
|
|
||||||
if (!headingLoco) return stockSpeedLimit;
|
|
||||||
|
|
||||||
const locoType = headingLoco.vehicleRef.type.split('-')[0];
|
|
||||||
|
|
||||||
if (/^(EN|2EN|SN)/.test(locoType)) return stockSpeedLimit;
|
|
||||||
|
|
||||||
const speedLimitByMass = calculateSpeedLimit(
|
|
||||||
locoType as SpeedLimitLocoType,
|
|
||||||
totalWeight(stockList),
|
|
||||||
stockList.length,
|
|
||||||
isTrainPassenger(stockList)
|
|
||||||
);
|
|
||||||
|
|
||||||
return speedLimitByMass ? Math.min(stockSpeedLimit, speedLimitByMass) : stockSpeedLimit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export function acceptableWeight(stockList: IStock[]) {
|
export function acceptableWeight(stockList: IStock[]) {
|
||||||
@@ -111,10 +82,7 @@ export function acceptableWeight(stockList: IStock[]) {
|
|||||||
|
|
||||||
const activeLocomotiveType = stockList[0].vehicleRef.type.split('-')[0];
|
const activeLocomotiveType = stockList[0].vehicleRef.type.split('-')[0];
|
||||||
|
|
||||||
const locoMassLimit = calculateMassLimit(
|
const locoMassLimit = calculateMassLimit(activeLocomotiveType as MassLimitLocoType, isTrainPassenger(stockList));
|
||||||
activeLocomotiveType as MassLimitLocoType,
|
|
||||||
isTrainPassenger(stockList)
|
|
||||||
);
|
|
||||||
|
|
||||||
return locoMassLimit;
|
return locoMassLimit;
|
||||||
}
|
}
|
||||||
@@ -123,7 +91,28 @@ export function isTrainPassenger(stockList: IStock[]) {
|
|||||||
if (stockList.length == 0) return false;
|
if (stockList.length == 0) return false;
|
||||||
if (stockList.every((stock) => isTractionUnit(stock.vehicleRef))) return false;
|
if (stockList.every((stock) => isTractionUnit(stock.vehicleRef))) return false;
|
||||||
|
|
||||||
return stockList
|
return stockList.filter((stock) => !isTractionUnit(stock.vehicleRef)).every((stock) => stock.vehicleRef.group === 'wagon-passenger');
|
||||||
.filter((stock) => !isTractionUnit(stock.vehicleRef))
|
}
|
||||||
.every((stock) => stock.vehicleRef.group === 'wagon-passenger');
|
|
||||||
|
export function stockSupportsColdStart(stockList: IStock[]) {
|
||||||
|
return stockList.length == 1 && isTractionUnit(stockList[0].vehicleRef) && stockList[0].vehicleRef.coldStart;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function stockSupportsDoubleManning(stockList: IStock[]) {
|
||||||
|
return stockList.length != 0 && isTractionUnit(stockList[0].vehicleRef) && stockList[0].vehicleRef.doubleManned;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function getCargoWarnings(stockList: IStock[]) {
|
||||||
|
let warnings: Set<string> = new Set();
|
||||||
|
|
||||||
|
stockList.forEach((stockVehicle) => {
|
||||||
|
if (stockVehicle.vehicleRef.group == 'wagon-freight') {
|
||||||
|
if (stockVehicle.cargo && stockVehicle.cargo.id.startsWith('wt_20')) warnings.add('warning_wt_20_pn');
|
||||||
|
else if (stockVehicle.cargo && /^(tank|vehicles|truck)/.test(stockVehicle.cargo.id)) warnings.add('warning_military_pn');
|
||||||
|
else if (stockVehicle.vehicleRef.type.startsWith('WB117')) warnings.add(stockVehicle.cargo ? 'warning_un1965_twr' : 'warning_un1965_tn');
|
||||||
|
else if (stockVehicle.vehicleRef.type.startsWith('445Rb')) warnings.add(stockVehicle.cargo ? 'warning_un1202_twr' : 'warning_un1202_tn');
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
return warnings;
|
||||||
}
|
}
|
||||||
|
|||||||
+14
-12
@@ -2,14 +2,21 @@ import { defineConfig } from 'vite';
|
|||||||
import vue from '@vitejs/plugin-vue';
|
import vue from '@vitejs/plugin-vue';
|
||||||
|
|
||||||
import { VitePWA } from 'vite-plugin-pwa';
|
import { VitePWA } from 'vite-plugin-pwa';
|
||||||
|
import path from 'path';
|
||||||
|
|
||||||
// https://vitejs.dev/config/
|
// https://vitejs.dev/config/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
server: {
|
server: { port: 2138 },
|
||||||
port: 2138,
|
preview: { port: 4138 },
|
||||||
|
css: {
|
||||||
|
preprocessorOptions: {
|
||||||
|
scss: { additionalData: `@use '@/styles/global';`, silenceDeprecations: ['legacy-js-api'] },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
resolve: {
|
||||||
|
alias: {
|
||||||
|
'@': path.resolve(__dirname, 'src'),
|
||||||
},
|
},
|
||||||
preview: {
|
|
||||||
port: 4138,
|
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
vue(),
|
vue(),
|
||||||
@@ -18,10 +25,7 @@ export default defineConfig({
|
|||||||
|
|
||||||
includeAssets: ['/images/*.{png,svg,jpg}', '/fonts/*.{woff,woff2,ttf}'],
|
includeAssets: ['/images/*.{png,svg,jpg}', '/fonts/*.{woff,woff2,ttf}'],
|
||||||
|
|
||||||
devOptions: {
|
devOptions: { suppressWarnings: true, enabled: true },
|
||||||
suppressWarnings: true,
|
|
||||||
enabled: true,
|
|
||||||
},
|
|
||||||
|
|
||||||
workbox: {
|
workbox: {
|
||||||
cleanupOutdatedCaches: true,
|
cleanupOutdatedCaches: true,
|
||||||
@@ -30,10 +34,8 @@ export default defineConfig({
|
|||||||
runtimeCaching: [
|
runtimeCaching: [
|
||||||
{
|
{
|
||||||
urlPattern: /^https:\/\/.*\.spythere\.eu\/.*/i,
|
urlPattern: /^https:\/\/.*\.spythere\.eu\/.*/i,
|
||||||
handler: 'StaleWhileRevalidate',
|
handler: 'NetworkFirst',
|
||||||
options: {
|
options: { cacheName: 'spythere-cache' },
|
||||||
cacheName: 'spythere-cache',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user