Rename single-word Vue files to multi-word names and update references

Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
2026-03-08 13:26:12 +08:00
parent ae03b9cedd
commit fc43ca67ca
32 changed files with 28 additions and 50 deletions

View File

@@ -14,7 +14,6 @@
</template>
<script setup>
defineOptions({ name: "ActionButtonComponent" });
// The Lucia project.
// Copyright 2024-2026 DSP, inc. All rights reserved.
// Authors:

View File

@@ -24,7 +24,6 @@
</template>
<script setup>
defineOptions({ name: "ActivitySearchComponent" });
// The Lucia project.
// Copyright 2023-2026 DSP, inc. All rights reserved.
// Authors:

View File

@@ -36,7 +36,6 @@
</template>
<script setup>
defineOptions({ name: "AppHeaderComponent" });
// The Lucia project.
// Copyright 2023-2026 DSP, inc. All rights reserved.
// Authors:

View File

@@ -79,7 +79,6 @@
</nav>
</template>
<script setup>
defineOptions({ name: "AppNavbarComponent" });
// The Lucia project.
// Copyright 2023-2026 DSP, inc. All rights reserved.
// Authors:

View File

@@ -35,7 +35,7 @@
*/
import { ref, watch } from "vue";
import Durationjs from "@/components/durationjs.vue";
import Durationjs from "@/components/DurationInput.vue";
const props = defineProps(["time", "select"]);
const emit = defineEmits(["min-total-seconds", "max-total-seconds"]);

View File

@@ -307,7 +307,6 @@
</section>
</template>
<script setup>
defineOptions({ name: "AttributesFilterComponent" });
// The Lucia project.
// Copyright 2023-2026 DSP, inc. All rights reserved.
// Authors:

View File

@@ -73,7 +73,6 @@
</template>
<script setup>
defineOptions({ name: "FunnelFilterComponent" });
// The Lucia project.
// Copyright 2023-2026 DSP, inc. All rights reserved.
// Authors:

View File

@@ -63,7 +63,6 @@
</div>
</template>
<script setup>
defineOptions({ name: "TimeframesFilterComponent" });
// The Lucia project.
// Copyright 2023-2026 DSP, inc. All rights reserved.
// Authors:

View File

@@ -121,7 +121,6 @@
</template>
<script setup>
defineOptions({ name: "TraceFilterComponent" });
// The Lucia project.
// Copyright 2023-2026 DSP, inc. All rights reserved.
// Authors:

View File

@@ -292,10 +292,10 @@ import { useAllMapDataStore } from "@/stores/allMapData";
import ActOccCase from "@/components/Discover/Map/Filter/ActOccCase.vue";
import ActOcc from "@/components/Discover/Map/Filter/ActOcc.vue";
import ActAndSeq from "@/components/Discover/Map/Filter/ActAndSeq.vue";
import Attributes from "@/components/Discover/Map/Filter/Attributes.vue";
import Funnel from "@/components/Discover/Map/Filter/Funnel.vue";
import Trace from "@/components/Discover/Map/Filter/Trace.vue";
import Timeframes from "@/components/Discover/Map/Filter/Timeframes.vue";
import Attributes from "@/components/Discover/Map/Filter/AttributesFilter.vue";
import Funnel from "@/components/Discover/Map/Filter/FunnelFilter.vue";
import Trace from "@/components/Discover/Map/Filter/TraceFilter.vue";
import Timeframes from "@/components/Discover/Map/Filter/TimeframesFilter.vue";
import emitter from "@/utils/emitter";
import getMoment from "moment";

View File

@@ -50,7 +50,6 @@
</template>
<script setup>
defineOptions({ name: "DurationInputComponent" });
// The Lucia project.
// Copyright 2023-2026 DSP, inc. All rights reserved.
// Authors:

View File

@@ -9,7 +9,3 @@
<span class="loader block"></span>
</div>
</template>
<script setup>
defineOptions({ name: "LoadingOverlayComponent" });
</script>

View File

@@ -13,7 +13,6 @@
</template>
<script setup>
defineOptions({ name: "StatusBadgeComponent" });
// The Lucia project.
// Copyright 2024-2026 DSP, inc. All rights reserved.
// Authors: