You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.4 KiB

4 months ago
  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(_component_el_roving_focus_group_impl, vue.normalizeProps(vue.guardReactiveProps(_ctx.$attrs)), {
  20. default: vue.withCtx(() => [
  21. vue.renderSlot(_ctx.$slots, "default")
  22. ]),
  23. _: 3
  24. }, 16)
  25. ]),
  26. _: 3
  27. });
  28. }
  29. var ElRovingFocusGroup = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "roving-focus-group.vue"]]);
  30. exports["default"] = ElRovingFocusGroup;
  31. //# sourceMappingURL=roving-focus-group2.js.map