a11yist/app/javascript/controllers/index.js

57 lines
2.2 KiB
JavaScript
Raw Normal View History

// 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)
import DialogController from "./dialog_controller"
application.register("dialog", DialogController)
2024-10-27 22:37:11 +01:00
import DragController from "./drag_controller"
application.register("drag", DragController)
import DropdownMenuController from "./dropdown_menu_controller"
application.register("dropdown-menu", DropdownMenuController)
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)
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-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)
import ThemeSwitcherController from "./theme_switcher_controller"
application.register("theme-switcher", ThemeSwitcherController)
2024-11-12 23:55:00 +01:00
import ToastController from "./toast_controller"
application.register("toast", ToastController)
import UnsavedChangesController from "./unsaved_changes_controller"
application.register("unsaved-changes", UnsavedChangesController)