roving-focus-group2.js 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var vue = require('vue');
  4. var rovingFocusGroupImpl = require('./roving-focus-group-impl.js');
  5. var rovingFocusGroup = require('./roving-focus-group.js');
  6. var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
  7. const _sfc_main = vue.defineComponent({
  8. name: "ElRovingFocusGroup",
  9. components: {
  10. ElFocusGroupCollection: rovingFocusGroup.ElCollection,
  11. ElRovingFocusGroupImpl: rovingFocusGroupImpl["default"]
  12. }
  13. });
  14. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  15. const _component_el_roving_focus_group_impl = vue.resolveComponent("el-roving-focus-group-impl");
  16. const _component_el_focus_group_collection = vue.resolveComponent("el-focus-group-collection");
  17. return vue.openBlock(), vue.createBlock(_component_el_focus_group_collection, null, {
  18. default: vue.withCtx(() => [
  19. vue.createVNode(
  20. _component_el_roving_focus_group_impl,
  21. vue.normalizeProps(vue.guardReactiveProps(_ctx.$attrs)),
  22. {
  23. default: vue.withCtx(() => [
  24. vue.renderSlot(_ctx.$slots, "default")
  25. ]),
  26. _: 3
  27. },
  28. 16
  29. )
  30. ]),
  31. _: 3
  32. });
  33. }
  34. var ElRovingFocusGroup = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/roving-focus-group/src/roving-focus-group.vue"]]);
  35. exports["default"] = ElRovingFocusGroup;
  36. //# sourceMappingURL=roving-focus-group2.js.map