{"version":3,"sources":["webpack:///./components/latex.css","webpack:///./components/panel.css","webpack:///./components/example.css","webpack:///./components/todo.js","webpack:///./components/panel.js","webpack:///./routes/basiDiDati.js","webpack:///./components/example.js","webpack:///./components/latex.js","webpack:///./components/split.js","webpack:///./components/todo.css","webpack:///./components/split.css"],"names":["module","exports","Todo","render","class","style","todo","this","props","children","Component","Panel","getStyle","panel","title","undefined","id","BasiDiDati","start","href","Example","example","Latex","src","alt","latex","Split","Array","isArray","map","element","splitchild","split","splitparent"],"mappings":"4EACAA,EAAOC,QAAU,CAAC,MAAQ,iB,mBCA1BD,EAAOC,QAAU,CAAC,MAAQ,iB,mBCA1BD,EAAOC,QAAU,CAAC,QAAU,mB,4GCEPC,E,gLACpBC,OAAA,WACC,OAAO,UAAMC,MAAOC,IAAMC,MAAOC,KAAKC,MAAMC,W,aAFZC,a,oICAbC,E,wLACpBC,SAAA,WACC,OAAOP,IAAMQ,O,EAGdV,OAAA,WACC,IAAIW,EAAQ,KAKZ,YAJwBC,IAArBR,KAAKC,MAAMM,QACbA,EAAS,YAAKP,KAAKC,MAAMM,QAIzB,SAAKV,MAAOG,KAAKK,WAAYI,GAAIT,KAAKC,MAAMQ,IAC1CF,EACAP,KAAKC,MAAMC,W,aAdmBC,a,yKCMdO,G,oMACjBd,OAAA,WACI,OACI,aACI,4BACA,EAAC,IAAD,CAAOW,MAAO,aACV,EAAC,IAAD,CAAOA,MAAO,gBACV,QAAII,MAAO,KACP,sCACI,YACI,YAAI,OAAGC,KAAM,+BAAT,YACJ,YAAI,OAAGA,KAAM,+BAAT,YACJ,YAAI,OAAGA,KAAM,+BAAT,YACJ,YAAI,OAAGA,KAAM,+BAAT,gBAKpB,EAAC,IAAD,CAAOL,MAAO,UACV,QAAII,MAAO,KACP,YAAI,OAAGC,KAAM,+BAAT,iC,GApBQT,e,kICNnBU,E,gLACjBjB,OAAA,WACI,OACI,gBAAYC,MAAOC,IAAMgB,SACpBd,KAAKC,MAAMC,W,aAJSC,a,kICAhBY,E,gLACpBnB,OAAA,WAEC,OACC,SAAKoB,IAAG,yCAFM,mBAAmBhB,KAAKC,MAAMC,SAAjC,MAGTe,IAAKjB,KAAKC,MAAMC,SACbK,MAAOP,KAAKC,MAAMC,SAClBL,MAAOC,IAAMoB,S,aAPcf,a,kICAdgB,E,gLACpBvB,OAAA,WACI,IAKOM,EALHK,EAAQ,KAcf,YAb2BC,IAArBR,KAAKC,MAAMM,QACPA,EAAS,YAAKP,KAAKC,MAAMM,QAKzBL,EADDkB,MAAMC,QAAQrB,KAAKC,MAAMC,UACbF,KAAKC,MAAMC,SAASoB,KAAI,SAAAC,GAC/B,OAAQ,SAAK1B,MAAOC,IAAM0B,YAAaD,MAIhC,SAAK1B,MAAOC,IAAM0B,YAAaxB,KAAKC,MAAMC,UAGxD,SAAKL,MAAOC,IAAM2B,OACVlB,EACD,SAAKV,MAAOC,IAAM4B,aAAcxB,K,aAnBbC,a,yCCFnCV,EAAOC,QAAU,CAAC,KAAO,gB,iBCAzBD,EAAOC,QAAU,CAAC,MAAQ,eAAe,YAAc,qBAAqB,WAAa","file":"route-basiDiDati.chunk.d1ab5.js","sourcesContent":["// extracted by mini-css-extract-plugin\nmodule.exports = {\"latex\":\"latex__3Esv7\"};","// extracted by mini-css-extract-plugin\nmodule.exports = {\"panel\":\"panel__1ubJw\"};","// extracted by mini-css-extract-plugin\nmodule.exports = {\"example\":\"example__P0_NL\"};","import style from \"./todo.css\";\r\nimport { Component } from 'preact';\r\n\r\nexport default class Todo extends Component {\r\n\trender() {\r\n\t\treturn {this.props.children};\r\n\t}\r\n}\r\n","import style from \"./panel.css\";\nimport { Component } from 'preact';\n\nexport default class Panel extends Component {\n\tgetStyle() {\n\t\treturn style.panel;\n\t};\n\n\trender() {\n\t\tlet title = null;\n\t\tif(this.props.title !== undefined) {\n\t\t\ttitle = (

{this.props.title}

);\n\t\t}\n\n\t\treturn (\n\t\t\t
\n\t\t\t\t{title}\n\t\t\t\t{this.props.children}\n\t\t\t
\n\t\t);\n\t}\n}\n","import {Component} from 'preact'\nimport Split from \"../components/split\";\nimport Latex from \"../components/latex\";\nimport Panel from \"../components/panel\";\nimport Example from \"../components/example\";\nimport Todo from \"../components/todo\";\n\nconst r = String.raw;\n\nexport default class BasiDiDati extends Component {\n render() {\n return (\n
\n

Basi di dati

\n \n \n
    \n
  1. Presentazione del corso\n \n
  2. \n
\n
\n \n
    \n
  1. Presentazione del corso
  2. \n
\n
\n
\n
\n )\n }\n}\n","import style from \"./example.css\";\nimport {Component} from \"preact\";\n\nexport default class Example extends Component {\n render() {\n return (\n
\n {this.props.children}\n
\n )\n }\n}\n","import style from './latex.css';\nimport { Component } from 'preact';\n\nexport default class Latex extends Component {\n\trender() {\n\t\tlet equation = `{\\\\color{White} ${this.props.children} }`;\n\t\treturn (\n\t\t\t{this.props.children}\n\t\t\t);\n\t}\n}","import style from \"./split.css\";\nimport { Component } from 'preact';\n\nexport default class Split extends Component {\n\trender() {\n\t let title = null;\n\t if(this.props.title !== undefined) {\n title = (

{this.props.title}

)\n }\n\n let children;\n if(Array.isArray(this.props.children)) {\n children = this.props.children.map(element => {\n return (
{element}
);\n });\n }\n else {\n children =
{this.props.children}
;\n }\n\t\treturn (\n\t
\n {title}\n
{children}
\n
\n );\n\t}\n}\n","// extracted by mini-css-extract-plugin\nmodule.exports = {\"todo\":\"todo__1pOoN\"};","// extracted by mini-css-extract-plugin\nmodule.exports = {\"split\":\"split__3qCWp\",\"splitparent\":\"splitparent__2xagg\",\"splitchild\":\"splitchild__3cEoc\"};"],"sourceRoot":""}