2020-06-08 18:54:32 +00:00
|
|
|
{"version":3,"sources":["webpack:///./components/Elements/Box.less","webpack:///./components/Elements/Panel.less","webpack:///./components/Elements/Box.js","webpack:///./components/Elements/Panel.js","webpack:///./routes/MingwInstall.js"],"names":["module","exports","BoxColors","Object","freeze","RED","style","red","ORANGE","orange","YELLOW","yellow","LIME","lime","CYAN","cyan","BLUE","blue","MAGENTA","magenta","DEFAULT","default","props","color","class","box","children","title","contents","MingwInstall","render","href","src","alt","Component"],"mappings":"4EACAA,EAAOC,QAAU,CAAC,IAAM,aAAa,QAAU,iBAAiB,IAAM,aAAa,OAAS,gBAAgB,OAAS,gBAAgB,KAAO,cAAc,KAAO,cAAc,KAAO,cAAc,QAAU,mB,iBCA9MD,EAAOC,QAAU,CAAC,MAAQ,eAAe,SAAW,oB,mCCDpD,qCAEaC,EAAYC,OAAOC,OAAO,CACnCC,IAAKC,IAAMC,IACXC,OAAQF,IAAMG,OACdC,OAAQJ,IAAMK,OACdC,KAAMN,IAAMO,KACZC,KAAMR,IAAMS,KACZC,KAAMV,IAAMW,KACZC,QAASZ,IAAMa,QACfC,QAASd,IAAMe,UAGJ,aAAUC,GACrB,IAAIC,EAAQrB,EAAUkB,QAKtB,OAJGE,EAAMC,QACLA,EAAQD,EAAMC,OAId,SAAKC,MAAOlB,IAAMmB,IAAM,IAAMF,GACzBD,EAAMI,a,2DCrBnB,iDAGe,aAASJ,GACvB,OACC,EAAC,IAAD,CAAKC,MAAOD,EAAMC,OACjB,QAAIC,MAAOlB,IAAMqB,OACfL,EAAMK,OAER,SAAKH,MAAOlB,IAAMsB,UAChBN,EAAMI,c,iJCPUG,E,gLACpBC,OAAA,WAEC,OACC,aACa,qCACA,EAAC,IAAD,KACX,yBAAc,OAAGC,KAAK,wEAAR,yBAAd,oBACmB,SAAKC,IAAI,kCAAkCC,IAAI,KAClE,gEAAqD,yBAArD,wEACwB,0BADxB,+EAEQ,+BAFR,sCAEwE,SAAKD,IAAI,kCAAkCC,IAAI,KACvH,kHACC,0BADD,gBACsC,SAAKD,IAAI,kCAAkCC,IAAI,KACrF,gHAAqG,qBAArG,0FACuF,SAAKD,IAAI,kCAAkCC,IAAI,KACtI,oDAAyC,kCAAzC,sCACC,qCADD,gFAEC,uCAFD,2DAE8F,SAAKD,IAAI,kCAAkCC,IAAI,KAC7I,2EAAgE,8BAAhE,gBACC,+BADD,gBACwC,uBADxC,KAC+D,SAAKD,IAAI,kCAAkCC,IAAI,KAC9G,yJAC0B,SAAKD,IAAI,kCAAkCC,IAAI,KACzE,yDAA8C,qBAA9C,oEACO,wBADP,gBACsC,sBADtC,8DAEA,SAAKD,IAAI,kCAAkCC,IAAI,KAC/C,qCAA0B,oCAA1B,aAAgE,sCAAhE,KAAsG,SAAKD,IAAI,kCAAkCC,IAAI,KACrJ,uDAA4C,sBAA5C,4CAAyG,SAAKD,IAAI,kCAAkCC,IAAI,KACxJ,4JAC0B,yBAD1B,KACmD,SAAKD,IAAI,kCAAkCC,IAAI,KAClG,gJACe,qBADf,cAC0C,oBAD1C,oEAGA,wHACC,qBADD,MACoB,qBADpB,0E,GAjCqCC,c","file":"route-MingwInstall.chunk.1fcbd.js","sourcesContent":["// extracted by mini-css-extract-plugin\nmodule.exports = {\"box\":\"box__3cKyY\",\"default\":\"default__v-emJ\",\"red\":\"red__339Cz\",\"orange\":\"orange__24_8v\",\"yellow\":\"yellow__1Jo9W\",\"lime\":\"lime__34yV5\",\"cyan\":\"cyan__3RqLr\",\"blue\":\"blue__13Wnj\",\"magenta\":\"magenta__2tkzq\"};","// extracted by mini-css-extract-plugin\nmodule.exports = {\"title\":\"title__3ZVpg\",\"contents\":\"contents__20_NI\"};","import style from \"./Box.less\";\n\nexport const BoxColors = Object.freeze({\n RED: style.red,\n ORANGE: style.orange,\n YELLOW: style.yellow,\n LIME: style.lime,\n CYAN: style.cyan,\n BLUE: style.blue,\n MAGENTA: style.magenta,\n DEFAULT: style.default\n})\n\nexport default function (props) {\n let color = BoxColors.DEFAULT;\n if(props.color) {\n color = props.color;\n }\n\n return (\n <div class={style.box + \" \" + color}>\n {props.children}\n </div>\n );\n}\n","import style from \"./Panel.less\";\nimport Box from \"./Box\";\n\nexport default function(props) {\n\treturn (\n\t\t<Box color={props.color}>\n\t\t\t<h3 class={style.title}>\n\t\t\t\t{props.title}\n\t\t\t</h3>\n\t\t\t<div class={style.contents}>\n\t\t\t\t{props.children}\n\t\t\t</div>\n\t\t</Box>\n\t);\n}\n","import { Component } from 'preact';\nimport Panel from '../components/Elements/Panel';\n\nexport default class MingwInstall extends Component {\n\trender() {\n\t\t//Imported from unimore-info-wiki\n\t\treturn (\n\t\t\t<div>\n <h1>Come installare MinGW</h1>\n <Panel>\n\t\t\t\t\t<p> Scaricate <a href=\"https://osdn.net/projects/mingw/downloads/68260/mingw-get-setup.exe/\">l'installer ufficiale</a>,\n\t\t\t\t\t\ted eseguitelo.</p><img src=\"https://i.imgur.com/mDZSqjV.png\" alt=\"\"/>\n\t\t\t\t\t<p> Dovrebbe comparire questa schermata. Cliccate su <code>Install</code>, poi scegliete una cartella di installazione\n\t\t\t\t\t\t(ricordatevela!) e poi <code>Continue</code>. Lasciate stare le altre opzioni, dovrebbero essere tutte spuntate,\n\t\t\t\t\t\ttranne <
|