{"version":3,"names":["setMode","customElement","element","mode","setAttribute"],"sources":["node_modules/@oebb-web-team/oebb-web-components/dist/collection/global/global.js","src/global/app.ts"],"sourcesContent":["import { setMode } from '@stencil/core';\n// Element with Property \"mode\"\nsetMode(customElement => {\n const element = customElement;\n if (!element.mode)\n element.setAttribute('mode', 'default');\n return element.mode;\n});\n//# sourceMappingURL=global.js.map\n","import { setMode } from '@stencil/core';\n\nexport default async () => {\n /**\n * The code to be executed should be placed within a default function that is\n * exported by the global script. Ensure all of the code in the global script\n * is wrapped in the function() that is exported.\n */\n};\n\n// Element with Property \"mode\"\nsetMode(customElement => {\n\tconst element: any = customElement as any;\n\n\tif (!element.mode) element.setAttribute('mode', 'default');\n\n\treturn element.mode;\n});\n"],"mappings":"oCAEAA,GAAQC,IACN,MAAMC,EAAUD,EAChB,IAAKC,EAAQC,KACXD,EAAQE,aAAa,OAAQ,WAC/B,OAAOF,EAAQC,IAAI,ICKrBH,GAAQC,IACP,MAAMC,EAAeD,EAErB,IAAKC,EAAQC,KAAMD,EAAQE,aAAa,OAAQ,WAEhD,OAAOF,EAAQC,IAAI"}