hongluan-ui
Version:
Hongluan Component Library for Vue 3
32 lines (29 loc) • 1.31 kB
JavaScript
import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, createVNode, normalizeProps, guardReactiveProps, renderSlot } from 'vue';
import HlRovingFocusGroupImpl from './roving-focus-group-impl.mjs';
import { HlCollection } from './roving-focus-group.mjs';
import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
const _sfc_main = defineComponent({
name: "RovingFocusGroup",
components: {
HlFocusGroupCollection: HlCollection,
HlRovingFocusGroupImpl
}
});
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
const _component_hl_roving_focus_group_impl = resolveComponent("hl-roving-focus-group-impl");
const _component_hl_focus_group_collection = resolveComponent("hl-focus-group-collection");
return openBlock(), createBlock(_component_hl_focus_group_collection, null, {
default: withCtx(() => [
createVNode(_component_hl_roving_focus_group_impl, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
default: withCtx(() => [
renderSlot(_ctx.$slots, "default")
]),
_: 3
}, 16)
]),
_: 3
});
}
var HlRovingFocusGroup = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { HlRovingFocusGroup as default };
//# sourceMappingURL=roving-focus-group2.mjs.map