UNPKG

@progress/kendo-vue-layout

Version:
27 lines (26 loc) 808 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { defineComponent as t, createVNode as o } from "vue"; import { focusFirstFocusableChild as r, getDefaultSlots as s } from "@progress/kendo-vue-common"; const a = /* @__PURE__ */ t({ name: "KendoAppBarSection", render() { const e = s(this); return o("div", { class: "k-appbar-section" }, [e]); }, methods: { focus() { this.$el && r(this.$el); } } }); export { a as AppBarSection };