{"version":3,"sources":["webpack:///../../src/util/rebuildFunctionalSlots.ts"],"names":["rebuildFunctionalSlots","slots","h","children","slot","hasOwnProperty","push"],"mappings":"4NAEc,SAAUA,EAAwBC,EAA+CC,GAC7F,IAAMC,EAAoB,GAE1B,IAAK,IAAMC,KAAQH,EACbA,EAAMI,eAAeD,IACvBD,EAASG,KAAKJ,EAAE,WAAY,CAAEE,QAAQH,EAAMG,KAIhD,OAAOD,EATT,mC","file":"js/chunk-vendors~dde583c9.0e95e177.js","sourcesContent":["import { CreateElement, VNode } from 'vue'\n\nexport default function rebuildFunctionalSlots (slots: { [key: string]: VNode[] | undefined }, h: CreateElement) {\n const children: VNode[] = []\n\n for (const slot in slots) {\n if (slots.hasOwnProperty(slot)) {\n children.push(h('template', { slot }, slots[slot]))\n }\n }\n\n return children\n}\n"],"sourceRoot":""}