3b4e47b6a9f74d8e56edf6aee2183879ca42028b5a57e0d499ca204a7c22a6ac2db050bee6664a210e0dc0c94d8e0ef3fd949e7bd8316abe70bfe888aa8f3c 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, createVNode, normalizeProps, guardReactiveProps, renderSlot } from 'vue';
  2. import ElRovingFocusGroupImpl from './roving-focus-group-impl.mjs';
  3. import { ElCollection } from './roving-focus-group.mjs';
  4. import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
  5. const _sfc_main = defineComponent({
  6. name: "ElRovingFocusGroup",
  7. components: {
  8. ElFocusGroupCollection: ElCollection,
  9. ElRovingFocusGroupImpl
  10. }
  11. });
  12. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  13. const _component_el_roving_focus_group_impl = resolveComponent("el-roving-focus-group-impl");
  14. const _component_el_focus_group_collection = resolveComponent("el-focus-group-collection");
  15. return openBlock(), createBlock(_component_el_focus_group_collection, null, {
  16. default: withCtx(() => [
  17. createVNode(_component_el_roving_focus_group_impl, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
  18. default: withCtx(() => [
  19. renderSlot(_ctx.$slots, "default")
  20. ]),
  21. _: 3
  22. }, 16)
  23. ]),
  24. _: 3
  25. });
  26. }
  27. var ElRovingFocusGroup = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "roving-focus-group.vue"]]);
  28. export { ElRovingFocusGroup as default };
  29. //# sourceMappingURL=roving-focus-group2.mjs.map