Rename single-word Vue files to multi-word names and update references
Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
defineOptions({ name: "ActionButtonComponent" });
|
||||
// The Lucia project.
|
||||
// Copyright 2024-2026 DSP, inc. All rights reserved.
|
||||
// Authors:
|
||||
@@ -24,7 +24,6 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
defineOptions({ name: "ActivitySearchComponent" });
|
||||
// The Lucia project.
|
||||
// Copyright 2023-2026 DSP, inc. All rights reserved.
|
||||
// Authors:
|
||||
@@ -36,7 +36,6 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
defineOptions({ name: "AppHeaderComponent" });
|
||||
// The Lucia project.
|
||||
// Copyright 2023-2026 DSP, inc. All rights reserved.
|
||||
// Authors:
|
||||
@@ -79,7 +79,6 @@
|
||||
</nav>
|
||||
</template>
|
||||
<script setup>
|
||||
defineOptions({ name: "AppNavbarComponent" });
|
||||
// The Lucia project.
|
||||
// Copyright 2023-2026 DSP, inc. All rights reserved.
|
||||
// Authors:
|
||||
@@ -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"]);
|
||||
|
||||
@@ -307,7 +307,6 @@
|
||||
</section>
|
||||
</template>
|
||||
<script setup>
|
||||
defineOptions({ name: "AttributesFilterComponent" });
|
||||
// The Lucia project.
|
||||
// Copyright 2023-2026 DSP, inc. All rights reserved.
|
||||
// Authors:
|
||||
@@ -73,7 +73,6 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
defineOptions({ name: "FunnelFilterComponent" });
|
||||
// The Lucia project.
|
||||
// Copyright 2023-2026 DSP, inc. All rights reserved.
|
||||
// Authors:
|
||||
@@ -63,7 +63,6 @@
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
defineOptions({ name: "TimeframesFilterComponent" });
|
||||
// The Lucia project.
|
||||
// Copyright 2023-2026 DSP, inc. All rights reserved.
|
||||
// Authors:
|
||||
@@ -121,7 +121,6 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
defineOptions({ name: "TraceFilterComponent" });
|
||||
// The Lucia project.
|
||||
// Copyright 2023-2026 DSP, inc. All rights reserved.
|
||||
// Authors:
|
||||
@@ -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";
|
||||
|
||||
|
||||
@@ -50,7 +50,6 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
defineOptions({ name: "DurationInputComponent" });
|
||||
// The Lucia project.
|
||||
// Copyright 2023-2026 DSP, inc. All rights reserved.
|
||||
// Authors:
|
||||
@@ -9,7 +9,3 @@
|
||||
<span class="loader block"></span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
defineOptions({ name: "LoadingOverlayComponent" });
|
||||
</script>
|
||||
@@ -13,7 +13,6 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
defineOptions({ name: "StatusBadgeComponent" });
|
||||
// The Lucia project.
|
||||
// Copyright 2024-2026 DSP, inc. All rights reserved.
|
||||
// Authors:
|
||||
Reference in New Issue
Block a user