2024-07-15 02:19:27 +02:00
|
|
|
// This file is auto-generated by ./bin/rails stimulus:manifest:update
|
|
|
|
|
// Run that command whenever you add a new controller or create them with
|
|
|
|
|
// ./bin/rails generate stimulus controllerName
|
|
|
|
|
|
|
|
|
|
import { application } from "./application"
|
|
|
|
|
|
2024-07-20 16:52:12 +02:00
|
|
|
import AutosubmitController from "./autosubmit_controller"
|
|
|
|
|
application.register("autosubmit", AutosubmitController)
|
|
|
|
|
|
2024-11-06 22:12:37 +01:00
|
|
|
import BsScrollspyController from "./bs_scrollspy_controller"
|
|
|
|
|
application.register("bs-scrollspy", BsScrollspyController)
|
|
|
|
|
|
2024-07-26 00:59:00 +02:00
|
|
|
import CheckLinkController from "./check_link_controller"
|
|
|
|
|
application.register("check-link", CheckLinkController)
|
|
|
|
|
|
2024-07-20 16:52:12 +02:00
|
|
|
import CollapseChevronTogglerController from "./collapse_chevron_toggler_controller"
|
|
|
|
|
application.register("collapse-chevron-toggler", CollapseChevronTogglerController)
|
|
|
|
|
|
2024-11-09 05:08:46 +01:00
|
|
|
import DetailsListController from "./details_list_controller"
|
|
|
|
|
application.register("details-list", DetailsListController)
|
|
|
|
|
|
2024-10-27 22:37:11 +01:00
|
|
|
import DragController from "./drag_controller"
|
|
|
|
|
application.register("drag", DragController)
|
|
|
|
|
|
2024-07-15 02:19:27 +02:00
|
|
|
import HelloController from "./hello_controller"
|
|
|
|
|
application.register("hello", HelloController)
|
2024-07-15 14:31:54 +02:00
|
|
|
|
2024-11-09 03:54:25 +01:00
|
|
|
import HotkeyController from "./hotkey_controller"
|
|
|
|
|
application.register("hotkey", HotkeyController)
|
|
|
|
|
|
2024-10-26 20:57:41 +02:00
|
|
|
import RichTextLinkTargetsController from "./rich_text_link_targets_controller"
|
|
|
|
|
application.register("rich-text-link-targets", RichTextLinkTargetsController)
|
|
|
|
|
|
2024-07-15 14:31:54 +02:00
|
|
|
import SetThemeController from "./set_theme_controller"
|
|
|
|
|
application.register("set-theme", SetThemeController)
|
2024-07-16 20:22:59 +02:00
|
|
|
|
2024-11-11 04:04:13 +01:00
|
|
|
import SortElementsController from "./sort_elements_controller"
|
|
|
|
|
application.register("sort-elements", SortElementsController)
|
|
|
|
|
|
|
|
|
|
import SortableController from "./sortable_controller"
|
|
|
|
|
application.register("sortable", SortableController)
|
|
|
|
|
|
2024-07-16 20:22:59 +02:00
|
|
|
import ThemeSwitcherController from "./theme_switcher_controller"
|
|
|
|
|
application.register("theme-switcher", ThemeSwitcherController)
|
2024-10-28 22:39:32 +01:00
|
|
|
|
2024-11-12 23:55:00 +01:00
|
|
|
import ToastController from "./toast_controller"
|
|
|
|
|
application.register("toast", ToastController)
|
|
|
|
|
|
2024-10-28 22:39:32 +01:00
|
|
|
import UnsavedChangesController from "./unsaved_changes_controller"
|
|
|
|
|
application.register("unsaved-changes", UnsavedChangesController)
|