UNPKG

@nextcloud/vue

Version:
39 lines (38 loc) 1.4 kB
import '../assets/NcAppSettingsShortcutsSection-CRO4RakN.css'; import { defineComponent, createBlock, openBlock, unref, withCtx, createElementVNode, normalizeClass, renderSlot } from "vue"; import { N as NcAppSettingsSection } from "./NcAppSettingsSection-B9R7enkC.mjs"; import { r as register, a as t } from "./_l10n-DrTiip5c.mjs"; import { _ as _export_sfc } from "./_plugin-vue_export-helper-1tPrXgE0.mjs"; register(); const _sfc_main = /* @__PURE__ */ defineComponent({ __name: "NcAppSettingsShortcutsSection", setup(__props) { return (_ctx, _cache) => { return openBlock(), createBlock(NcAppSettingsSection, { id: "keyboard-shortcuts", name: unref(t)("Keyboard shortcuts") }, { default: withCtx(() => [ createElementVNode("div", { class: normalizeClass(_ctx.$style.appSettingsSectionShortcuts) }, [ renderSlot(_ctx.$slots, "default") ], 2) ]), _: 3 }, 8, ["name"]); }; } }); const appSettingsSectionShortcuts = "_appSettingsSectionShortcuts_1trvh_2"; const style0 = { appSettingsSectionShortcuts }; const cssModules = { "$style": style0 }; const NcAppSettingsShortcutsSection = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]); export { NcAppSettingsShortcutsSection as N }; //# sourceMappingURL=NcAppSettingsShortcutsSection-QPGGYtbC.mjs.map