diff --git a/.gitignore b/.gitignore index 120c149..b5b64e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ .DS_Store node_modules -#/dist +./front/dist # local env files diff --git a/front/dist/css/app.8d54a806.css b/front/dist/css/app.8d54a806.css deleted file mode 100644 index 4d93480..0000000 --- a/front/dist/css/app.8d54a806.css +++ /dev/null @@ -1 +0,0 @@ -:root{--back:#fff}#app,body,html{padding:0;margin:0;background:var(--back)}#app,body,html{height:100%;width:100%}#app{display:flex;flex-direction:column;font-size:11pt}#app,header{position:relative}header{box-sizing:border-box;font-size:9pt}main{height:100%;width:100%}main,section{position:relative;display:flex;flex-direction:column}section{box-sizing:border-box;padding:1em}section p{margin-bottom:0;margin-top:0}div[data-v-1af39708]{padding:.5em}div .selected[data-v-1af39708]{background:#f792f7}div p[data-v-1af39708]{margin:0}.streams[data-v-4514be34]{min-width:10em;padding:0;margin-bottom:1em}.message{position:relative;display:block}.message:hover .reactions{display:flex;position:absolute;top:0;left:0;width:100%;height:100%;align-items:center;justify-content:center;background-color:hsla(0,0%,100%,.5);font-size:3rem;pointer-events:none}.reactions,.reactions:after,.reactions:before{all:revert;display:none}.message-data{display:flex;border-bottom:1px solid #666}.message-data>div{flex-grow:1}.message-data .from:after{content:":"}.message-data .time{text-align:right}.header[data-v-7e8936f3]{cursor:pointer}@media print{.title[data-v-7e8936f3]{display:none}}.rule[data-v-497ad388]{margin:1em 0}.rule p[data-v-497ad388]{margin:0}.rules[data-v-16b43aee]{max-width:unset}@media print{.rules[data-v-16b43aee]{display:none}}#home{position:relative;box-sizing:border-box;height:100%;width:100%;display:flex}.controls-pane{background-color:#aaa}.splitpanes--vertical .splitpanes__pane{overflow-y:scroll}.splitpanes.default-theme .splitpanes__pane{background-color:unset}.pane-wrapper{height:100vh}.controls{display:flex;flex-direction:column;padding:1em}.print .pane-wrapper{height:auto}.print .splitpanes__pane{overflow:initial}.print .content iframe{width:100%;height:100%}.print section{display:block!important}.print .body{page-break-after:always}.float-btn{position:fixed;z-index:1000}@media print{.ui{display:none!important}}.docs{padding:1em} \ No newline at end of file diff --git a/front/dist/css/chunk-vendors.0a40a1e1.css b/front/dist/css/chunk-vendors.0a40a1e1.css deleted file mode 100644 index 07e90f2..0000000 --- a/front/dist/css/chunk-vendors.0a40a1e1.css +++ /dev/null @@ -1 +0,0 @@ -.splitpanes{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%}.splitpanes--vertical{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.splitpanes--horizontal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.splitpanes--dragging *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.splitpanes__pane{width:100%;height:100%;overflow:hidden}.splitpanes--vertical .splitpanes__pane{-webkit-transition:width .2s ease-out;transition:width .2s ease-out}.splitpanes--horizontal .splitpanes__pane{-webkit-transition:height .2s ease-out;transition:height .2s ease-out}.splitpanes--dragging .splitpanes__pane{-webkit-transition:none;transition:none}.splitpanes__splitter{-ms-touch-action:none;touch-action:none}.splitpanes--vertical>.splitpanes__splitter{min-width:1px;cursor:col-resize}.splitpanes--horizontal>.splitpanes__splitter{min-height:1px;cursor:row-resize}.splitpanes.default-theme .splitpanes__pane{background-color:#f2f2f2}.splitpanes.default-theme .splitpanes__splitter{background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;-ms-flex-negative:0;flex-shrink:0}.splitpanes.default-theme .splitpanes__splitter:after,.splitpanes.default-theme .splitpanes__splitter:before{content:"";position:absolute;top:50%;left:50%;background-color:rgba(0,0,0,.15);-webkit-transition:background-color .3s;transition:background-color .3s}.splitpanes.default-theme .splitpanes__splitter:hover:after,.splitpanes.default-theme .splitpanes__splitter:hover:before{background-color:rgba(0,0,0,.25)}.splitpanes.default-theme .splitpanes__splitter:first-child{cursor:auto}.default-theme.splitpanes .splitpanes .splitpanes__splitter{z-index:1}.default-theme.splitpanes--vertical>.splitpanes__splitter,.default-theme .splitpanes--vertical>.splitpanes__splitter{width:7px;border-left:1px solid #eee;margin-left:-1px}.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:after,.default-theme.splitpanes--vertical>.splitpanes__splitter:before,.default-theme .splitpanes--vertical>.splitpanes__splitter:before{-webkit-transform:translateY(-50%);transform:translateY(-50%);width:1px;height:30px}.default-theme.splitpanes--vertical>.splitpanes__splitter:before,.default-theme .splitpanes--vertical>.splitpanes__splitter:before{margin-left:-2px}.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:after{margin-left:1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter,.default-theme .splitpanes--horizontal>.splitpanes__splitter{height:7px;border-top:1px solid #eee;margin-top:-1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:after,.default-theme.splitpanes--horizontal>.splitpanes__splitter:before,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before{-webkit-transform:translateX(-50%);transform:translateX(-50%);width:30px;height:1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:before,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before{margin-top:-2px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:after{margin-top:1px}.hljs{display:block;overflow-x:auto;padding:.5em;background:#fff;color:#000}.hljs-comment,.hljs-quote,.hljs-variable{color:green}.hljs-built_in,.hljs-keyword,.hljs-name,.hljs-selector-tag,.hljs-tag{color:#00f}.hljs-addition,.hljs-attribute,.hljs-literal,.hljs-section,.hljs-string,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type{color:#a31515}.hljs-deletion,.hljs-meta,.hljs-selector-attr,.hljs-selector-pseudo{color:#2b91af}.hljs-doctag{color:grey}.hljs-attr{color:red}.hljs-bullet,.hljs-link,.hljs-symbol{color:#00b0e8}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700} \ No newline at end of file diff --git a/front/dist/index.html b/front/dist/index.html deleted file mode 100644 index fd57313..0000000 --- a/front/dist/index.html +++ /dev/null @@ -1 +0,0 @@ -
\n```\n@keyframes example {\n from {background-color: red;}\n to {background-color: yellow;}\n}\n```\n\n\n---\n\n## Print settings\n\nTo set the paper size we can use the special selector `@page`. The following snippet set the page size to A5.\n\n```css\n@page {\n size: 148mm 210mm;\n}\n```\n\nRegrettably [browser support](https://caniuse.com/css-paged-media) for `@page` is spotty. Currently only Google Chrome will allow you to set page sizes etc.\n\n[Pagedmedia.org](https://www.pagedmedia.org/pagedjs-sneak-peeks/) has an excellent explanation on using `@page`. The [Paged media module](https://developer.mozilla.org/en-US/docs/Web/CSS/Paged_Media) at Mozilla also.\n\nIt may be necessary to use the methods described under [Advanced CSS](#advanced-css) above to enter these rules.\n\n## List of common and handy CSS properties\n\nThere are hundreds of CSS properties. Below is a small selection of some basic properties mostly focussed on layout and type representation, grouped by module.\n\n### Backgrounds and borders\n\n- [background-color](https://developer.mozilla.org/en-US/docs/Web/CSS/background-color)\n- [border](https://developer.mozilla.org/en-US/docs/Web/CSS/border) - The border CSS property sets an element's border.\n- [border-radius](https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius) - The border-radius CSS property rounds the corners of an element's outer border edge.\n- [box-shadow](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow) - The box-shadow CSS property adds shadow effects around an element's frame.\n\n### Color\n\n- [color](https://developer.mozilla.org/en-US/docs/Web/CSS/color) - The color CSS property sets the foreground color value of an element's text and text decorations.\n- [opacity](https://developer.mozilla.org/en-US/docs/Web/CSS/opacity) - The opacity CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.\n\nA colors value can defined in multiple ways:\n\n- By [name/keyword](http://web.simmons.edu/~grovesd/comm244/notes/week3/css-colors#keywords) - `color: red;` will make your text red.\n- By [hex value](http://web.simmons.edu/~grovesd/comm244/notes/week3/css-colors#hex) - `color: #ff0000;` also red.\n- Or as a [function](http://web.simmons.edu/~grovesd/comm244/notes/week3/css-colors#rgba), which allows transparency. - `color: rgba(255,0,0,0.5);` red, but 50% transparent.\n\n### Box model\n\n- [margin](https://developer.mozilla.org/en-US/docs/Web/CSS/margin) - The margin property sets the margin area on all four sides of an element. Margin refers to space between different elements.\n- [padding](https://developer.mozilla.org/en-US/docs/Web/CSS/padding) - The padding property sets the padding area on all four sides of an element at once. Padding refers to the spacing inside the border of an element.\n\n### Fonts\n\n- [font-family](https://developer.mozilla.org/en-US/docs/Web/CSS/font-family) - The font-family CSS property specifies a prioritized list of one or more font family names and/or generic family names for the selected element.\n\nYou can choose one of the following generic fonts. Which exact font will be used is dependant on your computers' settings.\n\n```css\nfont-family: serif;\nfont-family: sans-serif;\nfont-family: monospace;\nfont-family: cursive;\nfont-family: fantasy;\n```\n\nIt is also possible to specify an exact font name, but it will only be used if it is actually available on your system.\nFor example following statement will try to use Helvetica if available, but will fallback on a generic sans-serif font if not.\n\n```css\nfont-family: \"Helvetica Neue\", sans-serif;\n```\n\n(Note the quotes around the font name)\n\nWe have not yet implemented a way to upload and use fonts. Working on it!\n\n- [font-size](https://developer.mozilla.org/en-US/docs/Web/CSS/font-size) - The font-size CSS property sets the size of the font. Changing the font size also updates the sizes of the font size-relative \n/gm,"").replace(/<\/p>\n<\/blockquote>/gm,"")},console.log(e.responseTo)},Ye=Object(r["a"])({strict:!1,state:{isMobile:!1,streams:[],currentStream:"",rules:[],topics:[],pubStr:"pub-"},mutations:{setMobile:function(e,t){return e.isMobile=t},setStreams:function(e,t){return e.streams=t},setCurStream:function(e,t){return e.currentStream=t},setTopics:function(e,t){return e.topics=t},addMessage:function(e,t){if(t.display_recipient==e.currentStream){t.content.startsWith("@_**")?qe(t):t.content.includes("user-mention")&&t.content.includes("blockquote")&&Ge(t);var n=e.topics.find((function(e){return e.title==t.subject}));n?n.messages.push(t):e.topics.push({title:t.subject,messages:[t]})}},deleteMessage:function(e,t){var n=t.mid,o=t.subject,s=e.topics.find((function(e){return e.title==o}));if(s){var a=s.messages.find((function(e){return e.id==n}));a&&s.messages.splice(s.messages.indexOf(a),1)}},addReaction:function(e,t){var n=t.mid,o=t.reaction,s=e.topics.map((function(e){return e.messages})).flat().find((function(e){return e.id==n}));s&&s.reactions.push(o)},removeReaction:function(e,t){var n=t.mid,o=t.reaction,s=e.topics.map((function(e){return e.messages})).flat().find((function(e){return e.id==n}));s&&s.reactions.splice(s.reactions.indexOf(o),1)},setRules:function(e,t){e.rules=t.reduce((function(t,n){var o=$e(n,e.currentStream);return null!==o&&t.push(o),t}),[])},addRule:function(e,t){null!==$e(t)&&(e.rules=[].concat(Object(We["a"])(e.rules),[$e(t,e.currentStream)]))},editMessage:function(e,t){var n=t.mid,o=t.content,s=e.topics.map((function(e){return e.messages})).flat().find((function(e){return e.id==n})),a=e.rules.find((function(e){return e.id==n}));if(s)s.content=o,s.content.startsWith("@_**")?qe(s):s.content.includes("user-mention")&&s.content.includes("blockquote")&&Ge(s);else if(a){var r=[].concat(Object(We["a"])(e.rules),[$e({id:n,content:o},e.currentStream)]);e.rules=r}},updateTopic:function(e,t){var n=t.orig_subject,o=t.subject,s=e.topics.find((function(e){return e.title==n}));s&&(s.title=o,s.messages.forEach((function(e){return e.subject=o})))}},actions:{},getters:{rules:function(e){return e.rules},sortedTopics:function(e){return Object(We["a"])(e.topics).sort((function(e,t){return e.title.localeCompare(t.title)})).filter((function(e){return e.messages.length>0}))}}}),Je=(n("85e4"),Object(o["createApp"])(k)),Ke={html:!0,linkify:!0,typographer:!0};Je.config.globalProperties.$http=C.a,Je.config.globalProperties.$mdOpts=Ke,Je.config.globalProperties.$md=new _.a(Ke),Je.use(T.a).use(Ve).use(Ye).mount("#app")},6338:function(e,t,n){},7751:function(e,t,n){},"899e":function(e,t,n){},"955e":function(e,t,n){},a946:function(e,t,n){},c06e:function(e,t,n){"use strict";n("1665")},c25a:function(e,t,n){},c4b5:function(e,t,n){"use strict";n("955e")},e8931:function(e,t,n){"use strict";n("f8cf")},eebe:function(e,t,n){"use strict";n("6338")},f8cf:function(e,t,n){},fa5e:function(e,t,n){"use strict";n("3ec9")}}); -//# sourceMappingURL=app.43e3dc5f.js.map \ No newline at end of file diff --git a/front/dist/js/app.43e3dc5f.js.map b/front/dist/js/app.43e3dc5f.js.map deleted file mode 100644 index 179e9dd..0000000 --- a/front/dist/js/app.43e3dc5f.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./src/App.vue?fe23","webpack:///./src/components/Streams/index.vue?d359","webpack:///./src/components/Content/Chapter.vue?6e31","webpack:///./src/components/Rules/Rule.vue?1f65","webpack:///./src/components/Rules/index.vue?03cd","webpack:///./src/App.vue","webpack:///./src/api/zulip/index.js","webpack:///./src/api/index.js","webpack:///./src/mixins/emoji.js","webpack:///./src/components/Rules/Styles.vue","webpack:///./src/components/Rules/Styles.vue?c5e6","webpack:///./src/App.vue?97f5","webpack:///./src/views/Home.vue","webpack:///./src/components/Streams/index.vue","webpack:///./src/components/Streams/Stream.vue","webpack:///./src/components/Streams/Stream.vue?fb31","webpack:///./src/components/Streams/index.vue?8680","webpack:///./src/components/Content/index.vue","webpack:///./src/components/Content/Chapter.vue","webpack:///./src/components/Content/Message.vue","webpack:///./src/components/Content/Message.vue?3100","webpack:///./src/components/Content/Chapter.vue?28f3","webpack:///./src/components/Content/index.vue?4e8c","webpack:///./src/components/Rules/index.vue","webpack:///./src/components/Rules/Rule.vue","webpack:///./src/components/Rules/Rule.vue?1f70","webpack:///./src/components/Rules/index.vue?0ce9","webpack:///./src/views/Home.vue?c772","webpack:///./src/views/Docs.vue","webpack:///./docs/CSS.md","webpack:///./docs/Workshop.md","webpack:///./src/views/Docs.vue?3bf9","webpack:///./src/router/index.js","webpack:///./src/store/index.js","webpack:///./src/main.js","webpack:///./src/views/Home.vue?a6d4","webpack:///./src/components/Content/Message.vue?1b0b","webpack:///./src/components/Content/index.vue?474c","webpack:///./src/components/Streams/Stream.vue?6225","webpack:///./src/views/Docs.vue?adad"],"names":["webpackJsonpCallback","data","moduleId","chunkId","chunkIds","moreModules","executeModules","i","resolves","length","Object","prototype","hasOwnProperty","call","installedChunks","push","modules","parentJsonpFunction","shift","deferredModules","apply","checkDeferredModules","result","deferredModule","fulfilled","j","depId","splice","__webpack_require__","s","installedModules","exports","module","l","m","c","d","name","getter","o","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","p","jsonpArray","window","oldJsonpFunction","slice","id","class","isMobile","Component","zulip","require","config","username","process","apiKey","realm","init","Promise","resolve","reject","then","client","catch","error","getStreams","streams","retrieve","getMsgs","stream","topic","params","messages","anchor","num_before","num_after","narrow","operator","operand","getAllMsgs","listen","cb","callOnEachEvent","event","getSubs","subscriptions","addSub","users","me","add","JSON","stringify","sendMsg","send","to","type","content","methods","toEmojiCode","emoji","replace","codePointAt","toString","containsEmoji","str","regexExp","test","mixins","computed","el","generateStyleRules","styles","this","rules","map","className","startsWith","parentClassName","createStyleElement","style","document","createElement","innerText","mounted","head","appendChild","watch","console","log","newStyle","replaceChild","components","Styles","api","zulipClient","created","$store","commit","checkIfMobile","addEventListener","$router","afterEach","path","currentStream","find","setUpDoc","innerWidth","filter","pubStr","eventHandler","includes","message","subject","message_id","mid","rendered_content","op","reaction","emoji_code","emoji_name","reaction_type","render","for","href","classes","show_ui","toggle_ui","resizer","size","panel_sizes","min-size","print","show_message_data","expand_content","ref","selected","props","state","__scopeId","Stream","title","sortedTopics","desiresContent","toggleSymbol","messagesToShow","sender_full_name","time","source","$mdOpts","reactions","String","fromCodePoint","EmojiConvertor","emojiConv","rawJSON","url","replaceAll","referrers","topics","responseTo","sender_id","quote","forEach","join","replace_colons","ts","timestamp","ts_ms","date_ob","Date","toLocaleString","Message","Chapter","rule","dec","Rule","Streams","Content","Rules","Splitpanes","Pane","setup","preview","0","1","2","panels","prev","setTimeout","print_preview","getElementById","paged","flow","total","evt","undefined","$forceUpdate","files","file","select","html","clickEvent","Workshop","CSS","regex","RegExp","explicitOriginalTarget","extension","match","filename","getFileName","preventDefault","includeExtension","matches","createRouter","history","createWebHistory","routes","component","Home","Docs","toCSS","stripHtml","results","matchAll","Array","from","split","validateRule","handleMDReply","handleHTMLReply","createStore","strict","mutations","setMobile","mobile","setStreams","setCurStream","setTopics","addMessage","display_recipient","deleteMessage","indexOf","addReaction","flat","removeReaction","setRules","reduce","acc","cur","addRule","editMessage","newRules","updateTopic","orig_subject","actions","getters","sort","a","b","localeCompare","app","createApp","App","mdOpts","linkify","typographer","globalProperties","$http","Axios","$md","MarkdownIt","use","VueMarkdownIt","router","store","mount"],"mappings":"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","file":"js/app.43e3dc5f.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tfunction webpackJsonpCallback(data) {\n \t\tvar chunkIds = data[0];\n \t\tvar moreModules = data[1];\n \t\tvar executeModules = data[2];\n\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [];\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(data);\n\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n\n \t\t// add entry modules from loaded chunk to deferred list\n \t\tdeferredModules.push.apply(deferredModules, executeModules || []);\n\n \t\t// run deferred modules when all chunks ready\n \t\treturn checkDeferredModules();\n \t};\n \tfunction checkDeferredModules() {\n \t\tvar result;\n \t\tfor(var i = 0; i < deferredModules.length; i++) {\n \t\t\tvar deferredModule = deferredModules[i];\n \t\t\tvar fulfilled = true;\n \t\t\tfor(var j = 1; j < deferredModule.length; j++) {\n \t\t\t\tvar depId = deferredModule[j];\n \t\t\t\tif(installedChunks[depId] !== 0) fulfilled = false;\n \t\t\t}\n \t\t\tif(fulfilled) {\n \t\t\t\tdeferredModules.splice(i--, 1);\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = deferredModule[0]);\n \t\t\t}\n \t\t}\n\n \t\treturn result;\n \t}\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// object to store loaded and loading chunks\n \t// undefined = chunk not loaded, null = chunk preloaded/prefetched\n \t// Promise = chunk loading, 0 = chunk loaded\n \tvar installedChunks = {\n \t\t\"app\": 0\n \t};\n\n \tvar deferredModules = [];\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"/\";\n\n \tvar jsonpArray = window[\"webpackJsonp\"] = window[\"webpackJsonp\"] || [];\n \tvar oldJsonpFunction = jsonpArray.push.bind(jsonpArray);\n \tjsonpArray.push = webpackJsonpCallback;\n \tjsonpArray = jsonpArray.slice();\n \tfor(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);\n \tvar parentJsonpFunction = oldJsonpFunction;\n\n\n \t// add entry module to deferred list\n \tdeferredModules.push([0,\"chunk-vendors\"]);\n \t// run deferred modules when ready\n \treturn checkDeferredModules();\n","export * from \"-!../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/stylePostLoader.js!../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../node_modules/cache-loader/dist/cjs.js??ref--0-0!../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/index.js??ref--0-1!./App.vue?vue&type=style&index=0&id=be431dbe&lang=css\"","export * from \"-!../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/stylePostLoader.js!../../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/index.js??ref--0-1!./index.vue?vue&type=style&index=0&id=4514be34&scoped=true&lang=css\"","export * from \"-!../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/stylePostLoader.js!../../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/index.js??ref--0-1!./Chapter.vue?vue&type=style&index=0&id=7e8936f3&scoped=true&lang=css\"","export * from \"-!../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/stylePostLoader.js!../../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/index.js??ref--0-1!./Rule.vue?vue&type=style&index=0&id=497ad388&scoped=true&lang=css\"","export * from \"-!../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/stylePostLoader.js!../../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/index.js??ref--0-1!./index.vue?vue&type=style&index=0&id=16b43aee&scoped=true&lang=css\"","\n
\n\n\n\n\n\n\n","const \n\n zulip = require(\"zulip-js\"),\n config = {\n username: process.env.VUE_APP_ZULIP_email,\n apiKey: process.env.VUE_APP_ZULIP_key,\n realm: process.env.VUE_APP_ZULIP_site,\n },\n \n init = () => ( new \n Promise((resolve, reject) => {\n zulip(config)\n .then(client => resolve(client))\n .catch(error => reject(error))\n })\n ),\n \n getStreams = client => ( new\n Promise((resolve, reject) => {\n client\n .streams\n .retrieve()\n .then(result => resolve(result))\n .catch(error => reject(error))\n })\n ),\n \n getMsgs = (client, stream, topic, params) => ( new\n Promise((resolve, reject) => {\n client\n .messages\n .retrieve(params || {\n anchor: \"newest\",\n num_before: 100,\n num_after: 0,\n // apply_markdown: false,\n narrow: [\n { operator: \"stream\", operand: stream },\n { operator: \"topic\", operand: topic },\n ],\n })\n .then(result => resolve(result))\n .catch(error => reject(error))\n })\n ),\n \n getAllMsgs = (client, stream, params) => ( new\n Promise((resolve, reject) => {\n client\n .messages\n .retrieve(params || {\n anchor: \"newest\",\n num_before: 100,\n num_after: 0,\n // apply_markdown: false,\n narrow: [{ operator: \"stream\", operand: stream }],\n })\n .then(result => resolve(result))\n .catch(error => reject(error))\n })\n ),\n \n listen = (client, cb) => {\n client\n .callOnEachEvent(\n event => cb(event), \n [ 'message' ],\n [ { operator: \"stream\", operand: \"chatty\" } ]\n )\n },\n \n getSubs = client => ( new\n Promise((resolve, reject) => {\n client\n .streams\n .subscriptions\n .retrieve()\n .then(result => resolve(result))\n .catch(error => reject(error))\n })\n ),\n \n addSub = (client, stream) => ( new\n Promise((resolve, reject) => {\n client\n .users\n .me\n .subscriptions\n .add(\n {\n subscriptions: JSON.stringify([{ name: stream }]),\n }\n )\n .then(result => resolve(result))\n .catch(error => reject(error))\n })\n ),\n \n sendMsg = (client, params) => ( new\n Promise((resolve, reject) => {\n client\n .messages\n .send(params || {\n to: \"chatty\",\n type: \"stream\",\n topic: \"content\",\n content: \"I come not, friends, to steal away your hearts.\",\n })\n .then(result => resolve(result))\n .catch(error => reject(error))\n })\n )\n\nexport default {\n init,\n config,\n getStreams,\n getMsgs,\n getAllMsgs,\n listen,\n sendMsg,\n getSubs,\n addSub,\n}\n","import zulip from './zulip'\n\nexport default {\n zulip\n}\n","// let toUTF16 = (codePoint) => {\n// var TEN_BITS = parseInt(\"1111111111\", 2);\n// if (codePoint <= 0xffff) {\n// return u(codePoint);\n// }\n// codePoint -= 0x10000;\n// // Shift right to get to most significant 10 bits\n// var leadSurrogate = 0xd800 + (codePoint >> 10);\n// // Mask to get least significant 10 bits\n// var tailSurrogate = 0xdc00 + (codePoint & TEN_BITS);\n// return u(leadSurrogate) + (tailSurrogate);\n// }\n\n// let u = (codeUnit) => {\n// return \"\\\\u\" + codeUnit.toString(16).toUpperCase();\n// }\n\nexport default {\n methods: {\n toEmojiCode: (emoji) => {\n // console.log(emoji);\n return emoji.replace(/\\p{Emoji}/gu, (m) => m.codePointAt(0).toString(16));\n },\n\n // toEmojiCode: (emoji) => {\n // console.log(emoji)\n // emoji.replace(/\\p{Emoji}/gu, function (m) {\n // toUTF16(m.codePointAt(0));\n // });\n // console.log(emoji)\n // return emoji;\n // },\n\n containsEmoji(str) {\n // Regular expression to match emoji\n const regexExp = /(\\u00a9|\\u00ae|[\\u2000-\\u3300]|\\ud83c[\\ud000-\\udfff]|\\ud83d[\\ud000-\\udfff]|\\ud83e[\\ud000-\\udfff])/gi;\n return regexExp.test(str); // true\n },\n }\n}","","import script from \"./Styles.vue?vue&type=script&lang=js\"\nexport * from \"./Styles.vue?vue&type=script&lang=js\"\n\nexport default script","import { render } from \"./App.vue?vue&type=template&id=be431dbe\"\nimport script from \"./App.vue?vue&type=script&lang=js\"\nexport * from \"./App.vue?vue&type=script&lang=js\"\n\nimport \"./App.vue?vue&type=style&index=0&id=be431dbe&lang=css\"\nscript.render = render\n\nexport default script","\n\n\n \n \n \n\n \n\n \n\n \n \n\n\n\n\n\n","\n\n \n\n \n\n \n \n \n \n \n\n\n Regrettably support for\n @page is very poor\n in most browsers. Use Google Chrome for best results when printing\n or creating PDFs.\n
\n\n \n\n \n \n \n\n \n \n \n\n\n\n\n","\n\n \n\n\n\n\n\n","import { render } from \"./Stream.vue?vue&type=template&id=1af39708&scoped=true\"\nimport script from \"./Stream.vue?vue&type=script&lang=js\"\nexport * from \"./Stream.vue?vue&type=script&lang=js\"\n\nimport \"./Stream.vue?vue&type=style&index=0&id=1af39708&scoped=true&lang=css\"\nscript.render = render\nscript.__scopeId = \"data-v-1af39708\"\n\nexport default script","import { render } from \"./index.vue?vue&type=template&id=4514be34&scoped=true\"\nimport script from \"./index.vue?vue&type=script&lang=js\"\nexport * from \"./index.vue?vue&type=script&lang=js\"\n\nimport \"./index.vue?vue&type=style&index=0&id=4514be34&scoped=true&lang=css\"\nscript.render = render\nscript.__scopeId = \"data-v-4514be34\"\n\nexport default script","\n\n
\n \n\n {{ stream.name }}\n \n\n \n\n\n\n\n","\n{{ title }}
\n\n \n\n\n\n\n\n","\n \n\n\n\n\n","import { render } from \"./Message.vue?vue&type=template&id=2a4440ea\"\nimport script from \"./Message.vue?vue&type=script&lang=js\"\nexport * from \"./Message.vue?vue&type=script&lang=js\"\n\nimport \"./Message.vue?vue&type=style&index=0&id=2a4440ea&lang=css\"\nscript.render = render\n\nexport default script","import { render } from \"./Chapter.vue?vue&type=template&id=7e8936f3&scoped=true\"\nimport script from \"./Chapter.vue?vue&type=script&lang=js\"\nexport * from \"./Chapter.vue?vue&type=script&lang=js\"\n\nimport \"./Chapter.vue?vue&type=style&index=0&id=7e8936f3&scoped=true&lang=css\"\nscript.render = render\nscript.__scopeId = \"data-v-7e8936f3\"\n\nexport default script","import { render } from \"./index.vue?vue&type=template&id=d26c0b34&scoped=true\"\nimport script from \"./index.vue?vue&type=script&lang=js\"\nexport * from \"./index.vue?vue&type=script&lang=js\"\n\nimport \"./index.vue?vue&type=style&index=0&id=d26c0b34&scoped=true&lang=css\"\nscript.render = render\nscript.__scopeId = \"data-v-d26c0b34\"\n\nexport default script","\n\n \n {{ topic.title }}\n
\n\n \n\n\n\n \n \n \n\n \n \n\n\n\n\n","\n\n \n\n\n\n\n\n","import { render } from \"./Rule.vue?vue&type=template&id=497ad388&scoped=true\"\nimport script from \"./Rule.vue?vue&type=script&lang=js\"\nexport * from \"./Rule.vue?vue&type=script&lang=js\"\n\nimport \"./Rule.vue?vue&type=style&index=0&id=497ad388&scoped=true&lang=css\"\nscript.render = render\nscript.__scopeId = \"data-v-497ad388\"\n\nexport default script","import { render } from \"./index.vue?vue&type=template&id=16b43aee&scoped=true\"\nimport script from \"./index.vue?vue&type=script&lang=js\"\nexport * from \"./index.vue?vue&type=script&lang=js\"\n\nimport \"./index.vue?vue&type=style&index=0&id=16b43aee&scoped=true&lang=css\"\nscript.render = render\nscript.__scopeId = \"data-v-16b43aee\"\n\nexport default script","import { render } from \"./Home.vue?vue&type=template&id=0dd1e0a4\"\nimport script from \"./Home.vue?vue&type=script&lang=js\"\nexport * from \"./Home.vue?vue&type=script&lang=js\"\n\nimport \"./Home.vue?vue&type=style&index=0&id=0dd1e0a4&lang=css\"\nscript.render = render\n\nexport default script","/* eslint-disable */\n\n\n{{ rule.className }} {
\n{{ dec }}
\n}
\n\n\n\n\n\n\n","export default \"# CSS\\n\\nIn this document we take a look at what CSS is and how it can be applied to a publication in **Chatty-pub**.\\n\\n- [What is CSS](#what-is-css)\\n- [Rules](#rules)\\n- [Css in chatty-pub](#css-in-chatty-pub)\\n- [Print settings](#print-settings)\\n- [Typing Emoji](#typing-emoji)\\n\\n---\\n\\n## What is CSS?\\n\\nCSS (Cascading Style Sheets) is the language that allows you to style and layout HTML web pages. This article explains what CSS is, with some simple syntax examples, and also covers some key terms about the language.\\n\\nSince this document relates specifically to **Chatty-pub**, the focus is going to be on the parts of the language that are supported by this platform. Because CSS is specifically oriented towards styling HTML (and related languages like SVG and XML) you have to have a basic understanding of HTML.[1](#footnote1) Mozilla has an excellent [HTML introduction](https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Getting_started).\\n\\nAt its heart, HTML is a fairly simple language made up of elements, which can be applied to pieces of text to give them different meaning in a document (Is it a paragraph? Is it a bulleted list? Is it part of a table?), structure a document into logical sections (Does it have a header? Three columns of content? A navigation menu?), and embed content such as images and videos into a page.\\nBut what HTML does not do is speficy how these elements should look. That is where CSS comes in.\\n\\nCSS can be used for very basic document text styling — for example changing the color and size of headings and links. It can be used to create layout — for example turning a single column of text into a layout with a main content area and a sidebar for related information. It can even be used for effects such as animation.\\nIn Chatty-pub we're mostly interested in the first part.\\n\\n---\\n\\n## Rules\\n\\n#### _Elements and Classes_\\n\\nIn this section we will talk about CSS in general. Chatty-pub uses a slight variation on it, but let's start with the basics.\\n\\nCSS is a rule-based language — you define rules specifying groups of styles that should be applied to particular elements or groups of elements on your web page. For example \\\"I want the main heading on my page to be shown as large red text.\\\"\\n\\nThe following code shows a very simple CSS rule that would achieve the styling described above:\\n\\n```css\\nh1 {\\n color: red;\\n font-size: 20px;\\n}\\n```\\n\\nThe rule opens with a selector. This selects the HTML element that we are going to style. In this case we are styling all level one headings (`\n
\n- \n
Back to Chattypub - \n {{ key }}\n
\n\n\n\n `) that appear on the page.\\n\\nWe then have a set of curly braces `{` `}`. Inside those will be one or more declarations, which take the form of property and value pairs. Each pair specifies a property of the element(s) we are selecting, then a value that we'd like to give the property. Each pair is followed by a semi-colon `;` to indicate the end of the property.\\n\\nBefore the colon, we have the property, and after the colon, the value. CSS properties have different allowable values, depending on which property is being specified. In our example, we have the color property, which can take various color values. We also have the font-size property. This property can take various size units as a value.\\n\\nThe example above will style all the `H1` elements on the page. You could also write a selector for all paragraphs (the selector would be `p`), images (`img`) or list items (`li`). This works as long as you want all of the elements of that type in your document to look the same. Most of the time that isn't the case and so you will need to find a way to select a subset of the elements without changing the others. The most common way to do this is to add a class to your HTML element and target that class.\\n\\nTake this HTML:\\n\\n```html\\n
\\n
\\n```\\n\\nTo target the class of special you can create a selector that starts with a full stop character.\\n\\n```css\\n.special {\\n color: orange;\\n font-weight: bold;\\n}\\n```\\n\\nThe peroid character in front of special tells the browser that we're creating a class selector.\\nYou can apply the class of special to any element on your page that you want to have the same look as this list item.\\n\\n### Units\\n\\nIn the `h1` example above, we set the following property: `font-size: 20px;`. This will set the font-size of all H1 headers to 20 pixels. But pixels are not the only units available. Some examples:\\n\\n- `em` and `rem` - these relative units declare a size dependant on the font-size of the context they get used in. This can be a bit confusing if you're not used to it. Feel free to replace it with on of the values below.\\n- `px` - Pixels.\\n- `cm` and `in` - centimeters and inches. These units are mostly relevant in print context.\\n- `vw` and `vh` - so called viewport units, 100vw is exactly the height of the viewport (the part of the browser that shows the webpage). `vh` is the same, but for the height of the browser.\\n- `rgba(r,g,b,a)` strictly speaking not a unit but a function, but it sets the color and transparency of the foreground.\\n\\n[More information on units](https://www.w3.org/Style/Examples/007/units.en.html).\\n\\n---\\n\\n## CSS in Chatty-pub\\n\\nWhen you react to a message in Zulip with an emoji, this emoji gets turned into a class in **Chatty-pub**. So lets say you responded to a message with the strawberry 🍓 emoji. In **Chatty-Pub** the message will have class with that emoji as selector. (You can confirm this by rolling over the message, the emoji should popup on a overlay.) So now to style that message, you go to the #rules channel and add a message with the following content:\\n\\n```css\\n🍓 {\\n color: red;\\n}\\n```\\n\\nIt is very similar to the examples above. `🍓` is the selector, so the rule will apply to each message with a strawberry reaction. Then follows the block `{` and `}`. And in the block, there is property, `color: red;`.\\n\\n_A small difference with regular CSS is that you don't need to add the period in front of the selector **Chatty-pub** will handle that for you._\\n\\nBecause of the way Zulip handles the emoji reactions, not all emoji are available or sometimes they don't exactly correspond to the emoji you might type in the #rules channel. To help with sorting this out you can roll over a message in **Chatty-pub** and see the reactions that are applied. Sometimes the translation is unavailable, in that case you'll see something like `:working_on_it:` instead of the emoji you expected. In that case remove your reaction and find an other emoji that does work.\\n\\n### About formatting\\n\\nYou can't enter a tab character in Zulip and the indentation before the property in the rule isn't absolutely necessary. So feel free to leave it out. If you absolutely want to have the indentation, you could write the rule in your favorite editor and copy and paste it into Zulip. If you only want to style a single property you could have the whole rule on a single line like this: `🌕 { box-shadow: 0 0 20px rgba(255,0,0,0.5); }`,\\n\\n_Don't forget the semi-colon at the end of the property line!_\\n\\n### Advanced CSS\\n\\n**Selecting HTML elements and other style rules**\\n\\nThe reaction/emoji method described above allows to make quick modifications to the style and layout of your publication. But besides this **Chatty-pub** also allows you to style html elements like in regular CSS. To do this just enter your style rule. This snippet will give all HTML links a pink background color:\\n\\n```css\\na {\\n background-color: pink;\\n}\\n```\\n\\nYou should be able to enter all regular CSS rules this way.\\n\\n**Bypassing the parser** -_Work in progress_-\\n\\nIt is possible to bypass the parser and add arbitrary code to the CSS on the page. This allows you to add, for example, `@key` or media queries. To do this send any message to the #rules channel and wrap the message in three backticks like this:\\n\\n- Item one
\\n- Item two
\\n- Item three
\\n\\n```\\n@keyframes example {\\n from {background-color: red;}\\n to {background-color: yellow;}\\n}\\n```\\n\\n\\n---\\n\\n## Print settings\\n\\nTo set the paper size we can use the special selector `@page`. The following snippet set the page size to A5.\\n\\n```css\\n@page {\\n size: 148mm 210mm;\\n}\\n```\\n\\nRegrettably [browser support](https://caniuse.com/css-paged-media) for `@page` is spotty. Currently only Google Chrome will allow you to set page sizes etc.\\n\\n[Pagedmedia.org](https://www.pagedmedia.org/pagedjs-sneak-peeks/) has an excellent explanation on using `@page`. The [Paged media module](https://developer.mozilla.org/en-US/docs/Web/CSS/Paged_Media) at Mozilla also.\\n\\nIt may be necessary to use the methods described under [Advanced CSS](#advanced-css) above to enter these rules.\\n\\n## List of common and handy CSS properties\\n\\nThere are hundreds of CSS properties. Below is a small selection of some basic properties mostly focussed on layout and type representation, grouped by module.\\n\\n### Backgrounds and borders\\n\\n- [background-color](https://developer.mozilla.org/en-US/docs/Web/CSS/background-color)\\n- [border](https://developer.mozilla.org/en-US/docs/Web/CSS/border) - The border CSS property sets an element's border.\\n- [border-radius](https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius) - The border-radius CSS property rounds the corners of an element's outer border edge.\\n- [box-shadow](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow) - The box-shadow CSS property adds shadow effects around an element's frame.\\n\\n### Color\\n\\n- [color](https://developer.mozilla.org/en-US/docs/Web/CSS/color) - The color CSS property sets the foreground color value of an element's text and text decorations.\\n- [opacity](https://developer.mozilla.org/en-US/docs/Web/CSS/opacity) - The opacity CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.\\n\\nA colors value can defined in multiple ways:\\n\\n- By [name/keyword](http://web.simmons.edu/~grovesd/comm244/notes/week3/css-colors#keywords) - `color: red;` will make your text red.\\n- By [hex value](http://web.simmons.edu/~grovesd/comm244/notes/week3/css-colors#hex) - `color: #ff0000;` also red.\\n- Or as a [function](http://web.simmons.edu/~grovesd/comm244/notes/week3/css-colors#rgba), which allows transparency. - `color: rgba(255,0,0,0.5);` red, but 50% transparent.\\n\\n### Box model\\n\\n- [margin](https://developer.mozilla.org/en-US/docs/Web/CSS/margin) - The margin property sets the margin area on all four sides of an element. Margin refers to space between different elements.\\n- [padding](https://developer.mozilla.org/en-US/docs/Web/CSS/padding) - The padding property sets the padding area on all four sides of an element at once. Padding refers to the spacing inside the border of an element.\\n\\n### Fonts\\n\\n- [font-family](https://developer.mozilla.org/en-US/docs/Web/CSS/font-family) - The font-family CSS property specifies a prioritized list of one or more font family names and/or generic family names for the selected element.\\n\\nYou can choose one of the following generic fonts. Which exact font will be used is dependant on your computers' settings.\\n\\n```css\\nfont-family: serif;\\nfont-family: sans-serif;\\nfont-family: monospace;\\nfont-family: cursive;\\nfont-family: fantasy;\\n```\\n\\nIt is also possible to specify an exact font name, but it will only be used if it is actually available on your system.\\nFor example following statement will try to use Helvetica if available, but will fallback on a generic sans-serif font if not.\\n\\n```css\\nfont-family: \\\"Helvetica Neue\\\", sans-serif;\\n```\\n\\n(Note the quotes around the font name)\\n\\nWe have not yet implemented a way to upload and use fonts. Working on it!\\n\\n- [font-size](https://developer.mozilla.org/en-US/docs/Web/CSS/font-size) - The font-size CSS property sets the size of the font. Changing the font size also updates the sizes of the font size-relativeunits, such as em, ex, and so forth.\\n- [font-style](https://developer.mozilla.org/en-US/docs/Web/CSS/font-style) - The font-style CSS property sets whether a font should be styled with a normal, italic, or oblique face from its font-family.\\n- [font-weigh](https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight) - The font-weight CSS property sets the weight (or boldness) of the font. The weights available depend on the font-family that is currently set.\\n- [line-height](https://developer.mozilla.org/en-US/docs/Web/CSS/line-height) - The line-height CSS property sets the height of a line box. It's commonly used to set the distance between lines of text.\\n\\n### Text\\n\\n- [letter-spacing](https://developer.mozilla.org/en-US/docs/Web/CSS/letter-spacing) - The letter-spacing CSS property sets the horizontal spacing behavior between text characters.\\n- [text-align](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align) - The text-align CSS property sets the horizontal alignment of the content inside a block element.\\n- [text-transform](https://developer.mozilla.org/en-US/docs/Web/CSS/text-transform) - The text-transform CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.\\n- [white-space](https://developer.mozilla.org/en-US/docs/Web/CSS/white-space) - The white-space CSS property sets how white space inside an element is handled.\\n- [word-break](https://developer.mozilla.org/en-US/docs/Web/CSS/word-break) - The word-break CSS property sets whether line breaks appear wherever the text would otherwise overflow its content box.\\n- [word-spacing](https://developer.mozilla.org/en-US/docs/Web/CSS/word-spacing) - The word-spacing CSS property sets the length of space between words and between tags.\\n\\n### Transforms\\n\\n- [rotate](https://developer.mozilla.org/en-US/docs/Web/CSS/rotate) - The rotate CSS property allows you to specify rotation of elements\\n- [scale](https://developer.mozilla.org/en-US/docs/Web/CSS/scale) - The scale CSS property allows you to specify the scale (size) of elements\\n- [translate](https://developer.mozilla.org/en-US/docs/Web/CSS/translate) - The translate CSS property allows you to specify translation transforms (position relative to where it originally was) of elements.\\n\\n## Typing Emoji\\n\\n- [Windows](https://support.microsoft.com/en-us/windows/windows-10-keyboard-tips-and-tricks-588e0b72-0fff-6d3f-aeee-6e5116097942)\\n- [Mac](https://www.howtogeek.com/684025/how-to-type-emoji-on-your-mac-with-a-keyboard-shortcut/)\\n- Linux varies per distribution. If you run Linux you're probably capable of finding out how :)\\n\\n1: I've borrowed shamelessly from Mozilla to make this text: https://developer.mozilla.org/en-US/docs/Learn/CSS/First_steps/What_is_CSS and https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML\\n\";","export default \"# ChattyPub Workshop Script\\n\\n## Introduction\\n\\nChattyPub is a design tool in the making – leveraging a chat interface to apply styles and formats to the content of a publication.\\n\\nThe workshop will explore in a practical manner how the process of co-designing a publication can unfold, specifically when several people are working at the same time using a chat interface as the main design tool. During HDSA2021 we would like to open up the process of making this tool and explore together its possibilities and limitations. The workshop will take place towards the end of the one-week summer academy program. Thus, we will be able to use some of the documentation produced during the week — workshops scripts, prototypes, game cards, recipes, ... as well as conversations we will have on different platforms – synchronously and asynchronously.\\n\\nCommands allow you to style the texts and images, but someone else can change their appearance again later! How will we negotiate these design decisions synchronously and asynchronously? The outcome could be a zine, posters or a webpage.\\n\\nThis script aims to provide the necessary instructions to host a workshop around ChattyPub that can accomodate different skills and knowledges in different contexts.\\n\\n## Goals\\n\\n- Learn to collaboratively write, design, and print documents using ChattyPub\\n- Produce publications of / relating to HDSA2021 (documentation, prototypes, conversations, etc...)\\n- Learn and/or practice styling with CSS & Emojis\\n\\n## Requirements\\n\\n- a computer, web-browser, and connection to the internet\\n- an account for the Hackers & Designers Zulip instance: https://chat.hackersanddesigners.nl/\\n- a printer\\n\\n## Preparation\\n\\nBefore the summer academy: Most important is for all workshop participants to set up a Zulip account on our server. The H&D zulip instance can be found at https://chat.hackersanddesigners.nl/ (public sign ups are temporariy open).\\n\\nOn the first day of the summer academy (monday): Participants are introduced to the Zulip interface and instructed to use it for communication during the course of the week. Zulip makes use of a rather unconventional (but powerful) chat-threading logic, so it would be good to spend some time interacting with it and settle into this new environment.\\n\\nWorkshop hosts and participants are encouraged to think about how they would like to document their processes during the summer academy. What is included and what isn't? How is this shared? Is there a regular moment during the day dedicated to documentation or is it more ad-hoc? We suggest using Etherpad for collaborative note taking, and regularly making screenshots or screenrecordings and photos. We have previously compiled a so-called \\\"tool-ecology\\\", a list of tools we have good experiences with and recommend using during the summer academy: https://etherpad.hackersanddesigners.nl/p/hdsa2021-tool-ecology.\\n\\nTexts, notes, chats, images, and screenshots will make great material for our workshop.\\n\\n## How It Works\\n\\n### Zulip\\n\\nOn Zulip, conversations are categorized into different \\\"Streams\\\", which are comparable to \\\"channels\\\" in other messaging services like Discord. Streams can be public or private and host conversations consisting of text, images, files, reactions, etc..\\n\\nWhat differentiates Zulip from most messaging platforms is the way streams are sub-threaded. Zulip introduces the concept of \\\"Topics\\\", which, in the plainest terms, means that messages have subjects. When sending a message to a stream in Zulip, you can also specify the topic of the message and the stream automatically filters messages by their shared topics. If your message's topic doesn't exist yet, it will be created when you send your message.\\n\\nZulip allows you to react to messages using emoji's as well. We will make heavy use of emojis during this workshop.\\n\\nThere are several ways to engage with Zulip, including a web-client, a desktop app, and a mobile app.\\n\\n### ChattyPub\\n\\nhttp://chattypub.hackersanddesigners.nl\\n\\nChattyPub is a website that acts as a different interface to the same Zulip service. ChattyPub takes a stream from Zulip, combines messages into long-form articles and uses a design system combining Emojis and CSS syntax to style the messages, effectively turning the stream into a (printable!) webpage.\\n\\n## Making a publication with Zulip & ChattyPub\\n\\n### Content\\n\\n1. Create a stream on Zulip\\n - Ensure that the stream name starts with `pub-`.\\n - Ensure that the stream is public.\\n2. Go to [ChattyPub](https://chattypub.hackersanddesigners.nl). The stream you created will be visible on the left-side navigation.\\n3. Click on your stream.\\n4. The main (middle) section of the website will have:\\n - Your stream name (which will be the name of your publication)\\n - The topics of your stream (which will act as \\\"Chapters\\\" in your publication)\\n - Topics are collapsed by default, click the expand button next to a topic to display it's messages as an article.\\n5. To create a new topic (chapter), return to Zulip and type a message to your stream, making sure to send it to the topic you want to create.\\n\\n### Rules\\n\\nThe right-hand side of the ChattyPub interface is reserved for one topic in your stream: \\\"rules\\\". This topic will house definitions for styles you want to apply to messages in your stream.\\n\\nGo back to Zulip and create the topic in your stream called \\\"rules\\\".\\n\\nEvery message you send to this topic should consist of a single emoji followed by a set of styles you'd like applied to messages. For example:\\n\\n```CSS\\n🍓 {\\n color: red;\\n text-decoration: underline;\\n}\\n```\\n\\nThese messages should be unique and follow the CSS syntax, as described in the [introduction to CSS](https://github.com/hackersanddesigners/chatty-pub/blob/master/front/docs/CSS.md). If you are comfortable with CSS, you can skip to the part of the document that describes [how CSS is used in ChattyPub](https://github.com/hackersanddesigners/chatty-pub/blob/master/front/docs/CSS.md#css-in-chatty-pub).\\n\\nTo apply these styles to the contents of your publication, head back to any other topic in your stream, select a message you'd like to style, and react to it with the emoji whose styles you want to apply. On ChattyPub, the message should be rendered with these styles.\\n\\nIf you'd like to style only a part of a message, select the message in Zulip and quote and respond to it (in the 3-dot menu). This will produce a text in your input box on the bottom of the interface. Delete the parts of the quoted message that you don't want the styles applied to, and send your response. When you react with an emoji to your own response, the part of the message you quoted will inherit the styles defined for that emoji.\\n\\nKeep in mind that you can edit your own messages! So if you make a mistake (forgetting the semi-colon at the end of a statement is a common one), roll over your message and click the little pen at the top righthand side of the message.\\n\\n### Printing\\n\\nTBD\\n\\n## Workshop\\n\\nThe workshop is split over two sessions (over two days) of 4 hours each.\\n\\n_Opening Session: Introductions & first encounters with ChattyPub_\\n\\n- Introductory presentation ( 1hr ) -- will be livestreamed in the morning / recorded and shared afterwards.\\n - Context and background on H&D's publishing activities (Anja & Juliette)\\n - Introduction to ChattyPub (Karl).\\n - Introduction to CSS (Heerko).\\n - How it all comes together (emojis ;])(Karl)\\n- Experimenting with ChattyPub! ( 2 hrs ) [How are people going to do this asynchronously? it needs maybe more direction and steps from here]+1\\n - all levels of technical knowledge should be accommodated\\n - general knowledge and detailed instructions about CSS can be found [here](https://github.com/hackersanddesigners/chatty-pub/blob/master/front/docs/CSS.md)\\n - it's reccommended to group together participants with different levels of experience with CSS\\n- Brainstorm Session (1 hr) [also for the brainstorm it would be nice to add some suggestions for how to do this if you are not in Amsterdam and maybe not even togeter in a room.]\\n - in groups of 2-3, participants brainstorm publications they will make during the main session [Is this brainstorm about content? or about the negotiation process for the layout? can we come up with a format for the brainstorm or some questions as an aid?]\\n - If you are planning to print your publication, take into account the printing limitations of your home printer or local print shop [take into account in what way? regarding the format? will i need to adjust something in the css? or in regards to bw/color? ]\\n\\n_Main Session: Chat => Print_\\n\\n- Making publications ( 2 hrs )\\n - Groups work on the publications planned in the previous session [how? will there be channels prepared? are people making their own channels?]\\n - Organizers are available to help where needed [who are the organizers? in vienna and pittsburgh people will be online on their own.. how do they prepare for that?]\\n- Printing Publications ( 1 hr )\\n - A printer is required in the space (or easily accessible)\\n - Accommodating for different paper sizes is an added bonus\\n - Binding could be fun too\\n- Sharing outcomes and reflections ( 1 hr ) [add link and time in different time zones]\\n - Round of publications\\n - Reflection on process\\n - Feedback on ChattyPub\\n\";","import { render } from \"./Docs.vue?vue&type=template&id=8e52dcf6\"\nimport script from \"./Docs.vue?vue&type=script&lang=js\"\nexport * from \"./Docs.vue?vue&type=script&lang=js\"\n\nimport \"./Docs.vue?vue&type=style&index=0&id=8e52dcf6&lang=css\"\nscript.render = render\n\nexport default script","import { createRouter, createWebHistory } from 'vue-router'\n\nimport Home from '../views/Home'\nimport Docs from '../views/Docs.vue'\n\nconst path = '/' \n\nexport default createRouter({\n history: createWebHistory(path),\n routes: [\n {\n path: '/',\n name: 'Home',\n component: Home,\n },\n {\n path: '/docs',\n name: 'Docs',\n component: Docs,\n },\n {\n path: '/:pathMatch(.*)*',\n name: 'Home',\n component: Home,\n },\n ],\n})\n\n\n","/*eslint no-unused-vars: \"off\"*/\n/*eslint no-undef: \"off\"*/\n\n// import Vue from 'vue'\nimport { createStore } from 'vuex'\nimport emoji from \"../mixins/emoji\"\nimport { stripHtml } from \"string-strip-html\"\n\nvar EmojiConvertor = require('emoji-js');\nvar emojiConv = new EmojiConvertor();\n\nlet toCSS = (message, currentStream) => {\n // console.log(message)\n let className = \"\",\n emoji_code = \"\",\n rules = [],\n parentClassName = currentStream,\n id = message.id\n\n // let regex = /[/s]?(? .+)\\s*\\n?{\\n?(? [\\s\\w.~:>-]+\\s*:\\s*.+;?\\n?)*\\n?}/gm\n let regex = /\\s?(? .+)\\s*\\n?{\\n?(? (.*;\\n?)+)}/gm\n let content = stripHtml(message.content).result;\n let results = content.matchAll(regex);\n results = Array.from(results);\n //console.log(results)\n if (results.length > 0) {\n className = emojiConv.replace_colons(results[0]['groups']['selector']);\n if (emoji.methods.containsEmoji(className)) {\n emoji_code = emoji.methods.toEmojiCode(className);\n }\n rules = results[0]['groups']['props'].split(\"\\n\");\n rules = rules.filter((rule) => validateRule(rule))\n // console.log(className, emoji_code, rules, parentClassName, id)\n return { className, emoji_code, rules, parentClassName, id };\n }\n return null;\n}\n\nlet validateRule = (rule) => {\n return rule.match(/.+:.+;/gm);\n}\n\n// parsing replies, there are two scenarios:\n// we are either getting the message as plain markdown\n// or we are getting the message pre-rendered as HTML (default Zulip behaviour)\n// see /src/api/zulip/index.js line 36\n\nconst handleMDReply = message => {\n message.responseTo = {\n id: message.content\n .replace(/.*\\/near\\//gm, '')\n .replace(/\\):.*[^]+/gm, ''),\n sender_id: message.content\n .replace(/@_\\*\\*.*\\|/gm, '')\n .replace(/\\*\\*.\\[said\\].*[^]+/gm, ''),\n quote: message.content\n .replace(/[^]+.*```quote\\n/gm, '')\n .replace(/ \\n```/gm, '')\n }\n // console.log(message.responseTo)\n}\n\nconst handleHTMLReply = message => {\n message.responseTo = {\n id: message.content\n .replace(/.*\\/near\\//gm, '')\n .replace(/\".*[^]+/gm, ''),\n sender_id: message.content\n .replace(/[^]+data-user-id=\"/gm, '')\n .replace(/\">[^]+/gm, ''),\n quote: message.content\n .replace(/.*[^]+<\\/p>\\n \\n/gm, '')\n .replace(/<\\/p>\\n<\\/blockquote>/gm, '')\n // .replace(/\\n/gm, '')\n }\n console.log(message.responseTo)\n}\n\nexport default createStore({\n\n strict: process.env.NODE_ENV !== 'production',\n\n state: {\n isMobile: false,\n streams: [],\n currentStream: '',\n rules: [],\n topics: [],\n pubStr: 'pub-',\n },\n\n mutations: {\n\n setMobile: (state, mobile) => state.isMobile = mobile,\n setStreams: (state, streams) => state.streams = streams,\n setCurStream: (state, stream) => state.currentStream = stream,\n setTopics: (state, topics) => state.topics = topics,\n addMessage: (state, message) => {\n if (message.display_recipient == state.currentStream) {\n if (message.content.startsWith('@_**')) {\n handleMDReply(message)\n } else if (\n message.content.includes('user-mention') &&\n message.content.includes('blockquote')\n ) {\n handleHTMLReply(message)\n }\n const topic = state.topics.find(topic => topic.title == message.subject)\n if (topic) {\n topic.messages.push(message)\n } else {\n state.topics.push({\n title: message.subject,\n messages: [ message ]\n })\n }\n }\n },\n deleteMessage: (state, { mid, subject }) => {\n const topic = state.topics.find(t => t.title == subject)\n if (topic) {\n const message = topic.messages.find(m => m.id == mid)\n if (message) {\n topic.messages.splice(topic.messages.indexOf(message), 1)\n }\n }\n },\n addReaction: (state, { mid, reaction }) => {\n const message = state.topics\n .map(t => t.messages)\n .flat()\n .find(m => m.id == mid)\n if (message) {\n message.reactions.push(reaction)\n }\n },\n removeReaction: (state, { mid, reaction }) => {\n const message = state.topics\n .map(t => t.messages)\n .flat()\n .find(m => m.id == mid)\n if (message) {\n message.reactions.splice(message.reactions.indexOf(reaction), 1)\n }\n },\n setRules: (state, rules) => {\n state.rules = rules.reduce((acc, cur) => {\n let rule = toCSS(cur, state.currentStream);\n if (rule !== null) {\n acc.push(rule);\n }\n return acc\n }, [])\n },\n addRule: (state, rule) => {\n if (toCSS(rule) !== null) {\n // state.rules.push(toCSS(rule, state.currentStream))\n // vue will not update if i use rules.push(rule)\n state.rules = [...state.rules,...[toCSS(rule, state.currentStream)]]\n }\n },\n editMessage: (state, { mid, content }) => {\n const message = state.topics\n .map(t => t.messages)\n .flat()\n .find(m => m.id == mid)\n const rule = state.rules.find(r => r.id == mid)\n if (message) {\n message.content = content\n if (message.content.startsWith('@_**')) {\n handleMDReply(message)\n } else if (\n message.content.includes('user-mention') &&\n message.content.includes('blockquote')\n ) {\n handleHTMLReply(message)\n }\n } else if (rule) {\n // state.rules[state.rules.indexOf(rule)] = toCSS({\n // id: mid, content: content,\n // }, state.currentStream)\n\n // vue will not update if i use rules.push(rule) \n const newRules = [...state.rules, ...[toCSS({\n id: mid, content: content,\n }, state.currentStream)]]\n state.rules = newRules\n }\n },\n\n updateTopic: (state, { orig_subject, subject }) => {\n const topic = state.topics.find(t => t.title == orig_subject)\n if (topic) {\n topic.title = subject\n topic.messages.forEach(m => m.subject = subject)\n }\n }\n\n },\n\n actions: {\n },\n\n getters: {\n rules: state => state.rules,\n sortedTopics: state => (\n [...state.topics]\n .sort((a, b) => a.title.localeCompare(b.title))\n .filter(t => t.messages.length > 0) \n )\n }\n\n})\n","import { createApp } from 'vue'\nimport App from './App'\nimport Axios from 'axios'\nimport MarkdownIt from 'markdown-it'\nimport VueMarkdownIt from 'vue3-markdown-it'\nimport router from './router'\nimport store from './store'\n\nimport 'highlight.js/styles/vs.css';\n\nconst app = createApp(App)\n\nconst mdOpts = {\n html: true,\n linkify: true,\n typographer: true\n}\n\napp.config.globalProperties.$http = Axios\napp.config.globalProperties.$mdOpts = mdOpts\napp.config.globalProperties.$md = new MarkdownIt(mdOpts)\n\napp\n .use(VueMarkdownIt)\n .use(router)\n .use(store)\n .mount('#app')\n\n\n\n","export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/stylePostLoader.js!../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/index.js??ref--0-1!./Home.vue?vue&type=style&index=0&id=0dd1e0a4&lang=css\"","export * from \"-!../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/stylePostLoader.js!../../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/index.js??ref--0-1!./Message.vue?vue&type=style&index=0&id=2a4440ea&lang=css\"","export * from \"-!../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/stylePostLoader.js!../../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/index.js??ref--0-1!./index.vue?vue&type=style&index=0&id=d26c0b34&scoped=true&lang=css\"","export * from \"-!../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/stylePostLoader.js!../../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/index.js??ref--0-1!./Stream.vue?vue&type=style&index=0&id=1af39708&scoped=true&lang=css\"","export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/stylePostLoader.js!../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/index.js??ref--0-1!./Docs.vue?vue&type=style&index=0&id=8e52dcf6&lang=css\""],"sourceRoot":""} \ No newline at end of file diff --git a/front/dist/js/chunk-vendors.3f6eac01.js b/front/dist/js/chunk-vendors.3f6eac01.js deleted file mode 100644 index 0cedf6e..0000000 --- a/front/dist/js/chunk-vendors.3f6eac01.js +++ /dev/null @@ -1,70 +0,0 @@ -(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-vendors"],{"0068":function(e,t,n){"use strict";function r(e){return Object.prototype.toString.call(e)}function a(e){return"[object String]"===r(e)}var i=Object.prototype.hasOwnProperty;function o(e,t){return i.call(e,t)}function s(e){var t=Array.prototype.slice.call(arguments,1);return t.forEach((function(t){if(t){if("object"!==typeof t)throw new TypeError(t+"must be object");Object.keys(t).forEach((function(n){e[n]=t[n]}))}})),e}function l(e,t,n){return[].concat(e.slice(0,t),n,e.slice(t+1))}function c(e){return!(e>=55296&&e<=57343)&&(!(e>=64976&&e<=65007)&&(65535!==(65535&e)&&65534!==(65535&e)&&(!(e>=0&&e<=8)&&(11!==e&&(!(e>=14&&e<=31)&&(!(e>=127&&e<=159)&&!(e>1114111)))))))}function d(e){if(e>65535){e-=65536;var t=55296+(e>>10),n=56320+(1023&e);return String.fromCharCode(t,n)}return String.fromCharCode(e)}var u=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,p=/&([a-z#][a-z0-9]{1,31});/gi,f=new RegExp(u.source+"|"+p.source,"gi"),m=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,_=n("bd68");function g(e,t){var n=0;return o(_,t)?_[t]:35===t.charCodeAt(0)&&m.test(t)&&(n="x"===t[1].toLowerCase()?parseInt(t.slice(2),16):parseInt(t.slice(1),10),c(n))?d(n):e}function h(e){return e.indexOf("\\")<0?e:e.replace(u,"$1")}function b(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(f,(function(e,t,n){return t||g(e,n)}))}var S=/[&<>"]/,E=/[&<>"]/g,y={"&":"&","<":"<",">":">",'"':"""};function v(e){return y[e]}function T(e){return S.test(e)?e.replace(E,v):e}var C=/[.?*+^$[\]\\(){}|-]/g;function O(e){return e.replace(C,"\\$&")}function x(e){switch(e){case 9:case 32:return!0}return!1}function w(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}var A=n("7ca0");function R(e){return A.test(e)}function N(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function k(e){return e=e.trim().replace(/\s+/g," "),"Ṿ"==="ẞ".toLowerCase()&&(e=e.replace(/ẞ/g,"ß")),e.toLowerCase().toUpperCase()}t.lib={},t.lib.mdurl=n("d8a6"),t.lib.ucmicro=n("d5d1"),t.assign=s,t.isString=a,t.has=o,t.unescapeMd=h,t.unescapeAll=b,t.isValidEntityCode=c,t.fromCodePoint=d,t.escapeHtml=T,t.arrayReplaceAt=l,t.isSpace=x,t.isWhiteSpace=w,t.isMdAsciiPunct=N,t.isPunctChar=R,t.escapeRE=O,t.normalizeReference=k},"00ee":function(e,t,n){var r=n("b622"),a=r("toStringTag"),i={};i[a]="z",e.exports="[object z]"===String(i)},"0195":function(e,t,n){"use strict";var r=n("4373");function a(e){return{retrieve:function(t){var n="".concat(e.apiURL,"/users");return r(n,e,"GET",t)},create:function(t){var n="".concat(e.apiURL,"/users");return r(n,e,"POST",t)},me:{pointer:{retrieve:function(t){var n="".concat(e.apiURL,"/users/me/pointer");return r(n,e,"GET",t)},update:function(t){var n="".concat(e.apiURL,"/users/me/pointer");return r(n,e,"POST",{pointer:t})}},getProfile:function(){var t="".concat(e.apiURL,"/users/me");return r(t,e,"GET")},subscriptions:{add:function(t){var n="".concat(e.apiURL,"/users/me/subscriptions");return r(n,e,"POST",t)},remove:function(t){var n="".concat(e.apiURL,"/users/me/subscriptions");return r(n,e,"DELETE",t)}},alertWords:{retrieve:function(t){var n="".concat(e.apiURL,"/users/me/alert_words");return r(n,e,"GET",t)}}}}}e.exports=a},"0366":function(e,t,n){var r=n("1c0b");e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,a){return e.call(t,n,r,a)}}return function(){return e.apply(t,arguments)}}},"0481":function(e,t,n){"use strict";var r=n("23e7"),a=n("a2bf"),i=n("7b0b"),o=n("50c4"),s=n("a691"),l=n("65f0");r({target:"Array",proto:!0},{flat:function(){var e=arguments.length?arguments[0]:void 0,t=i(this),n=o(t.length),r=l(t,0);return r.length=a(r,t,t,n,0,void 0===e?1:s(e)),r}})},"04d1":function(e,t,n){var r=n("342f"),a=r.match(/firefox\/(\d+)/i);e.exports=!!a&&+a[1]},"057f":function(e,t,n){var r=n("fc6a"),a=n("241c").f,i={}.toString,o="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],s=function(e){try{return a(e)}catch(t){return o.slice()}};e.exports.f=function(e){return o&&"[object Window]"==i.call(e)?s(e):a(r(e))}},"06cf":function(e,t,n){var r=n("83ab"),a=n("d1e7"),i=n("5c6c"),o=n("fc6a"),s=n("c04e"),l=n("5135"),c=n("0cfb"),d=Object.getOwnPropertyDescriptor;t.f=r?d:function(e,t){if(e=o(e),t=s(t,!0),c)try{return d(e,t)}catch(n){}if(l(e,t))return i(!a.f.call(e,t),e[t])}},"0758":function(e,t,n){"use strict";var r=n("0068").isSpace;e.exports=function(e,t,n,a){var i,o,s,l,c=e.bMarks[t]+e.tShift[t],d=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(i=e.src.charCodeAt(c),35!==i||c>=d)return!1;o=1,i=e.src.charCodeAt(++c);while(35===i&&c
6||c c&&r(e.src.charCodeAt(s-1))&&(d=s),e.line=t+1,l=e.push("heading_open","h"+String(o),1),l.markup="########".slice(0,o),l.map=[t,e.line],l=e.push("inline","",0),l.content=e.src.slice(c,d).trim(),l.map=[t,e.line],l.children=[],l=e.push("heading_close","h"+String(o),-1),l.markup="########".slice(0,o)),!0)}},"08ae":function(e,t,n){"use strict";var r=n("0068"),a=n("565b"),i=n("7cc2"),o=n("a915"),s=n("7696"),l=n("4cb4"),c=n("fbcd"),d=n("d8a6"),u=n("1985"),p={default:n("8a31"),zero:n("1caa"),commonmark:n("428d")},f=/^(vbscript|javascript|file|data):/,m=/^data:image\/(gif|png|jpeg|webp);/;function _(e){var t=e.trim().toLowerCase();return!f.test(t)||!!m.test(t)}var g=["http:","https:","mailto:"];function h(e){var t=d.parse(e,!0);if(t.hostname&&(!t.protocol||g.indexOf(t.protocol)>=0))try{t.hostname=u.toASCII(t.hostname)}catch(n){}return d.encode(d.format(t))}function b(e){var t=d.parse(e,!0);if(t.hostname&&(!t.protocol||g.indexOf(t.protocol)>=0))try{t.hostname=u.toUnicode(t.hostname)}catch(n){}return d.decode(d.format(t),d.decode.defaultChars+"%")}function S(e,t){if(!(this instanceof S))return new S(e,t);t||r.isString(e)||(t=e||{},e="default"),this.inline=new l,this.block=new s,this.core=new o,this.renderer=new i,this.linkify=new c,this.validateLink=_,this.normalizeLink=h,this.normalizeLinkText=b,this.utils=r,this.helpers=r.assign({},a),this.options={},this.configure(e),t&&this.set(t)}S.prototype.set=function(e){return r.assign(this.options,e),this},S.prototype.configure=function(e){var t,n=this;if(r.isString(e)&&(t=e,e=p[t],!e))throw new Error('Wrong `markdown-it` preset "'+t+'", check name');if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&n.set(e.options),e.components&&Object.keys(e.components).forEach((function(t){e.components[t].rules&&n[t].ruler.enableOnly(e.components[t].rules),e.components[t].rules2&&n[t].ruler2.enableOnly(e.components[t].rules2)})),this},S.prototype.enable=function(e,t){var n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach((function(t){n=n.concat(this[t].ruler.enable(e,!0))}),this),n=n.concat(this.inline.ruler2.enable(e,!0));var r=e.filter((function(e){return n.indexOf(e)<0}));if(r.length&&!t)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+r);return this},S.prototype.disable=function(e,t){var n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach((function(t){n=n.concat(this[t].ruler.disable(e,!0))}),this),n=n.concat(this.inline.ruler2.disable(e,!0));var r=e.filter((function(e){return n.indexOf(e)<0}));if(r.length&&!t)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+r);return this},S.prototype.use=function(e){var t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this},S.prototype.parse=function(e,t){if("string"!==typeof e)throw new Error("Input data should be a String");var n=new this.core.State(e,this,t);return this.core.process(n),n.tokens},S.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)},S.prototype.parseInline=function(e,t){var n=new this.core.State(e,this,t);return n.inlineMode=!0,this.core.process(n),n.tokens},S.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)},e.exports=S},"096b":function(e,t,n){"use strict";function r(e,t,n){this.type=e,this.tag=t,this.attrs=null,this.map=null,this.nesting=n,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}r.prototype.attrIndex=function(e){var t,n,r;if(!this.attrs)return-1;for(t=this.attrs,n=0,r=t.length;n =0&&(n=this.attrs[t][1]),n},r.prototype.attrJoin=function(e,t){var n=this.attrIndex(e);n<0?this.attrPush([e,t]):this.attrs[n][1]=this.attrs[n][1]+" "+t},e.exports=r},"097b":function(e,t,n){"use strict";var r=n("096b"),a=n("0068").isWhiteSpace,i=n("0068").isPunctChar,o=n("0068").isMdAsciiPunct;function s(e,t,n,r){this.src=e,this.env=n,this.md=t,this.tokens=r,this.tokens_meta=Array(r.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1}s.prototype.pushPending=function(){var e=new r("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e},s.prototype.push=function(e,t,n){this.pending&&this.pushPending();var a=new r(e,t,n),i=null;return n<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),a.level=this.level,n>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],i={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(a),this.tokens_meta.push(i),a},s.prototype.scanDelims=function(e,t){var n,r,s,l,c,d,u,p,f,m=e,_=!0,g=!0,h=this.posMax,b=this.src.charCodeAt(e);n=e>0?this.src.charCodeAt(e-1):32;while(m ]*>)/g,s=/\$([$&'`]|\d{1,2})/g;e.exports=function(e,t,n,l,c,d){var u=n+e.length,p=l.length,f=s;return void 0!==c&&(c=r(c),f=o),i.call(d,f,(function(r,i){var o;switch(i.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,n);case"'":return t.slice(u);case"<":o=c[i.slice(1,-1)];break;default:var s=+i;if(0===s)return r;if(s>p){var d=a(s/10);return 0===d?r:d<=p?void 0===l[d-1]?i.charAt(1):l[d-1]+i.charAt(1):r}o=l[s-1]}return void 0===o?"":o}))}},"0cfb":function(e,t,n){var r=n("83ab"),a=n("d039"),i=n("cc12");e.exports=!r&&!a((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},"0df6":function(e,t,n){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},"0e9e":function(e,t,n){"use strict";var r=n("4ea4"),a=r(n("9523"));function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e){for(var t=1;t 1||"".split(/.?/).length?function(e,n){var r=String(o(this)),i=void 0===n?g:n>>>0;if(0===i)return[];if(void 0===e)return[r];if(!a(e))return t.call(r,e,i);var s,l,c,d=[],p=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),f=0,_=new RegExp(e.source,p+"g");while(s=u.call(_,r)){if(l=_.lastIndex,l>f&&(d.push(r.slice(f,s.index)),s.length>1&&s.index =i))break;_.lastIndex===s.index&&_.lastIndex++}return f===r.length?!c&&_.test("")||d.push(""):d.push(r.slice(f)),d.length>i?d.slice(0,i):d}:"0".split(void 0,0).length?function(e,n){return void 0===e&&0===n?[]:t.call(this,e,n)}:t,[function(t,n){var a=o(this),i=void 0==t?void 0:t[e];return void 0!==i?i.call(t,a,n):r.call(String(a),t,n)},function(e,a){var o=n(r,e,this,a,r!==t);if(o.done)return o.value;var u=i(e),p=String(this),m=s(u,RegExp),h=u.unicode,b=(u.ignoreCase?"i":"")+(u.multiline?"m":"")+(u.unicode?"u":"")+(f?"g":"y"),S=new m(f?"^(?:"+u.source+")":u,b),E=void 0===a?g:a>>>0;if(0===E)return[];if(0===p.length)return null===d(S,p)?[p]:[];var y=0,v=0,T=[];while(v 1?arguments[1]:void 0)}},1985:function(e,t,n){(function(e,r){var a;/*! https://mths.be/punycode v1.4.1 by @mathias */(function(i){t&&t.nodeType,e&&e.nodeType;var o="object"==typeof r&&r;o.global!==o&&o.window!==o&&o.self;var s,l=2147483647,c=36,d=1,u=26,p=38,f=700,m=72,_=128,g="-",h=/^xn--/,b=/[^\x20-\x7E]/,S=/[\x2E\u3002\uFF0E\uFF61]/g,E={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},y=c-d,v=Math.floor,T=String.fromCharCode;function C(e){throw new RangeError(E[e])}function O(e,t){var n=e.length,r=[];while(n--)r[n]=t(e[n]);return r}function x(e,t){var n=e.split("@"),r="";n.length>1&&(r=n[0]+"@",e=n[1]),e=e.replace(S,".");var a=e.split("."),i=O(a,t).join(".");return r+i}function w(e){var t,n,r=[],a=0,i=e.length;while(a=55296&&t<=56319&&a65535&&(e-=65536,t+=T(e>>>10&1023|55296),e=56320|1023&e),t+=T(e),t})).join("")}function R(e){return e-48<10?e-22:e-65<26?e-65:e-97<26?e-97:c}function N(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function k(e,t,n){var r=0;for(e=n?v(e/f):e>>1,e+=v(e/t);e>y*u>>1;r+=c)e=v(e/y);return v(r+(y+1)*e/(e+p))}function I(e){var t,n,r,a,i,o,s,p,f,h,b=[],S=e.length,E=0,y=_,T=m;for(n=e.lastIndexOf(g),n<0&&(n=0),r=0;r =128&&C("not-basic"),b.push(e.charCodeAt(r));for(a=n>0?n+1:0;a =S&&C("invalid-input"),p=R(e.charCodeAt(a++)),(p>=c||p>v((l-E)/o))&&C("overflow"),E+=p*o,f=s<=T?d:s>=T+u?u:s-T,pv(l/h)&&C("overflow"),o*=h}t=b.length+1,T=k(E-i,t,0==i),v(E/t)>l-y&&C("overflow"),y+=v(E/t),E%=t,b.splice(E++,0,y)}return A(b)}function D(e){var t,n,r,a,i,o,s,p,f,h,b,S,E,y,O,x=[];for(e=w(e),S=e.length,t=_,n=0,i=m,o=0;o =t&&bv((l-n)/E)&&C("overflow"),n+=(s-t)*E,t=s,o=0;ol&&C("overflow"),b==t){for(p=n,f=c;;f+=c){if(h=f<=i?d:f>=i+u?u:f-i,p=4)return!1;for(p=e.parentType,e.parentType="paragraph";f 3)){if(e.sCount[f]>=e.blkIndent&&(l=e.bMarks[f]+e.tShift[f],c=e.eMarks[f],l =c)))){d=61===u?1:2;break}if(!(e.sCount[f]<0)){for(a=!1,i=0,o=m.length;i =51||!r((function(){var t=[],n=t.constructor={};return n[o]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},"1fb5":function(e,t,n){"use strict";t.byteLength=d,t.toByteArray=p,t.fromByteArray=_;for(var r=[],a=[],i="undefined"!==typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,l=o.length;s 0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");-1===n&&(n=t);var r=n===t?0:4-n%4;return[n,r]}function d(e){var t=c(e),n=t[0],r=t[1];return 3*(n+r)/4-r}function u(e,t,n){return 3*(t+n)/4-n}function p(e){var t,n,r=c(e),o=r[0],s=r[1],l=new i(u(e,o,s)),d=0,p=s>0?o-4:o;for(n=0;n >16&255,l[d++]=t>>8&255,l[d++]=255&t;return 2===s&&(t=a[e.charCodeAt(n)]<<2|a[e.charCodeAt(n+1)]>>4,l[d++]=255&t),1===s&&(t=a[e.charCodeAt(n)]<<10|a[e.charCodeAt(n+1)]<<4|a[e.charCodeAt(n+2)]>>2,l[d++]=t>>8&255,l[d++]=255&t),l}function f(e){return r[e>>18&63]+r[e>>12&63]+r[e>>6&63]+r[63&e]}function m(e,t,n){for(var r,a=[],i=t;i
l?l:s+o));return 1===a?(t=e[n-1],i.push(r[t>>2]+r[t<<4&63]+"==")):2===a&&(t=(e[n-2]<<8)+e[n-1],i.push(r[t>>10]+r[t>>4&63]+r[t<<2&63]+"=")),i.join("")}a["-".charCodeAt(0)]=62,a["_".charCodeAt(0)]=63},2085:function(e,t,n){"use strict";e.exports=function(e){var t,n,r=0,a=e.tokens,i=e.tokens.length;for(t=n=0;t0&&r++,"text"===a[t].type&&t+1p;p++)if(m=T(e[p]),m&&m instanceof c)return m;return new c(!1)}d=u.call(e)}_=d.next;while(!(g=_.call(d)).done){try{m=T(g.value)}catch(C){throw l(d),C}if("object"==typeof m&&m&&m instanceof c)return m}return new c(!1)}},"23cb":function(e,t,n){var r=n("a691"),a=Math.max,i=Math.min;e.exports=function(e,t){var n=r(e);return n<0?a(n+t,0):i(n,t)}},"23e7":function(e,t,n){var r=n("da84"),a=n("06cf").f,i=n("9112"),o=n("6eeb"),s=n("ce4e"),l=n("e893"),c=n("94ca");e.exports=function(e,t){var n,d,u,p,f,m,_=e.target,g=e.global,h=e.stat;if(d=g?r:h?r[_]||s(_,{}):(r[_]||{}).prototype,d)for(u in t){if(f=t[u],e.noTargetGet?(m=a(d,u),p=m&&m.value):p=d[u],n=c(g?u:_+(h?".":"#")+u,e.forced),!n&&void 0!==p){if(typeof f===typeof p)continue;l(f,p)}(e.sham||p&&p.sham)&&i(f,"sham",!0),o(d,u,f,e)}}},"241c":function(e,t,n){var r=n("ca84"),a=n("7839"),i=a.concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,i)}},2444:function(e,t,n){"use strict";(function(t){var r=n("c532"),a=n("c8af"),i={"Content-Type":"application/x-www-form-urlencoded"};function o(e,t){!r.isUndefined(e)&&r.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}function s(){var e;return("undefined"!==typeof XMLHttpRequest||"undefined"!==typeof t&&"[object process]"===Object.prototype.toString.call(t))&&(e=n("b50d")),e}var l={adapter:s(),transformRequest:[function(e,t){return a(t,"Accept"),a(t,"Content-Type"),r.isFormData(e)||r.isArrayBuffer(e)||r.isBuffer(e)||r.isStream(e)||r.isFile(e)||r.isBlob(e)?e:r.isArrayBufferView(e)?e.buffer:r.isURLSearchParams(e)?(o(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):r.isObject(e)?(o(t,"application/json;charset=utf-8"),JSON.stringify(e)):e}],transformResponse:[function(e){if("string"===typeof e)try{e=JSON.parse(e)}catch(t){}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(e){l.headers[e]={}})),r.forEach(["post","put","patch"],(function(e){l.headers[e]=r.merge(i)})),e.exports=l}).call(this,n("4362"))},2532:function(e,t,n){"use strict";var r=n("23e7"),a=n("5a34"),i=n("1d80"),o=n("ab13");r({target:"String",proto:!0,forced:!o("includes")},{includes:function(e){return!!~String(i(this)).indexOf(a(e),arguments.length>1?arguments[1]:void 0)}})},"25f0":function(e,t,n){"use strict";var r=n("6eeb"),a=n("825a"),i=n("d039"),o=n("ad6d"),s="toString",l=RegExp.prototype,c=l[s],d=i((function(){return"/a/b"!=c.call({source:"a",flags:"b"})})),u=c.name!=s;(d||u)&&r(RegExp.prototype,s,(function(){var e=a(this),t=String(e.source),n=e.flags,r=String(void 0===n&&e instanceof RegExp&&!("flags"in l)?o.call(e):n);return"/"+t+"/"+r}),{unsafe:!0})},2626:function(e,t,n){"use strict";var r=n("d066"),a=n("9bf2"),i=n("b622"),o=n("83ab"),s=i("species");e.exports=function(e){var t=r(e),n=a.f;o&&t&&!t[s]&&n(t,s,{configurable:!0,get:function(){return this}})}},"278c":function(e,t,n){var r=n("c135"),a=n("9b42"),i=n("6613"),o=n("c240");function s(e,t){return r(e)||a(e,t)||i(e,t)||o()}e.exports=s,e.exports["default"]=e.exports,e.exports.__esModule=!0},"28ec":function(e,t,n){"use strict";var r=/^([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,a=/^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/;e.exports=function(e,t){var n,i,o,s,l,c,d=e.pos;if(60!==e.src.charCodeAt(d))return!1;for(l=e.pos,c=e.posMax;;){if(++d>=c)return!1;if(s=e.src.charCodeAt(d),60===s)return!1;if(62===s)break}return n=e.src.slice(l+1,d),a.test(n)?(i=e.md.normalizeLink(n),!!e.md.validateLink(i)&&(t||(o=e.push("link_open","a",1),o.attrs=[["href",i]],o.markup="autolink",o.info="auto",o=e.push("text","",0),o.content=e.md.normalizeLinkText(n),o=e.push("link_close","a",-1),o.markup="autolink",o.info="auto"),e.pos+=n.length+2,!0)):!!r.test(n)&&(i=e.md.normalizeLink("mailto:"+n),!!e.md.validateLink(i)&&(t||(o=e.push("link_open","a",1),o.attrs=[["href",i]],o.markup="autolink",o.info="auto",o=e.push("text","",0),o.content=e.md.normalizeLinkText(n),o=e.push("link_close","a",-1),o.markup="autolink",o.info="auto"),e.pos+=n.length+2,!0))}},2909:function(e,t,n){"use strict";function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n 1?arguments[1]:void 0,t.length)),r=String(e);return d?d.call(t,r,n):t.slice(n,n+r.length)===r}})},"2cf4":function(e,t,n){var r,a,i,o=n("da84"),s=n("d039"),l=n("0366"),c=n("1be4"),d=n("cc12"),u=n("1cdc"),p=n("605d"),f=o.location,m=o.setImmediate,_=o.clearImmediate,g=o.process,h=o.MessageChannel,b=o.Dispatch,S=0,E={},y="onreadystatechange",v=function(e){if(E.hasOwnProperty(e)){var t=E[e];delete E[e],t()}},T=function(e){return function(){v(e)}},C=function(e){v(e.data)},O=function(e){o.postMessage(e+"",f.protocol+"//"+f.host)};m&&_||(m=function(e){var t=[],n=1;while(arguments.length>n)t.push(arguments[n++]);return E[++S]=function(){("function"==typeof e?e:Function(e)).apply(void 0,t)},r(S),S},_=function(e){delete E[e]},p?r=function(e){g.nextTick(T(e))}:b&&b.now?r=function(e){b.now(T(e))}:h&&!u?(a=new h,i=a.port2,a.port1.onmessage=C,r=l(i.postMessage,i,1)):o.addEventListener&&"function"==typeof postMessage&&!o.importScripts&&f&&"file:"!==f.protocol&&!s(O)?(r=O,o.addEventListener("message",C,!1)):r=y in d("script")?function(e){c.appendChild(d("script"))[y]=function(){c.removeChild(this),v(e)}}:function(e){setTimeout(T(e),0)}),e.exports={set:m,clear:_}},"2d00":function(e,t,n){var r,a,i=n("da84"),o=n("342f"),s=i.process,l=s&&s.versions,c=l&&l.v8;c?(r=c.split("."),a=r[0]<4?1:r[0]+r[1]):o&&(r=o.match(/Edge\/(\d+)/),(!r||r[1]>=74)&&(r=o.match(/Chrome\/(\d+)/),r&&(a=r[1]))),e.exports=a&&+a},"2d83":function(e,t,n){"use strict";var r=n("387f");e.exports=function(e,t,n,a,i){var o=new Error(e);return r(o,t,n,a,i)}},"2e67":function(e,t,n){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},"2e94":function(e,t,n){n("6d93"),e.exports=self.fetch.bind(self)},"30b5":function(e,t,n){"use strict";var r=n("c532");function a(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var i;if(n)i=n(t);else if(r.isURLSearchParams(t))i=t.toString();else{var o=[];r.forEach(t,(function(e,t){null!==e&&"undefined"!==typeof e&&(r.isArray(e)?t+="[]":e=[e],r.forEach(e,(function(e){r.isDate(e)?e=e.toISOString():r.isObject(e)&&(e=JSON.stringify(e)),o.push(a(t)+"="+a(e))})))})),i=o.join("&")}if(i){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}},3408:function(e,t,n){"use strict";e.exports=function(e){var t;e.inlineMode?(t=new e.Token("inline","",0),t.content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}},"342f":function(e,t,n){var r=n("d066");e.exports=r("navigator","userAgent")||""},3487:function(e,t,n){"use strict";var r=n("4ea4"),a=r(n("9523"));function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e){for(var t=1;t 1&&(r.to=JSON.stringify(r.to)),s(n,e,"POST",r)}}}e.exports=l},"35a1":function(e,t,n){var r=n("f5df"),a=n("3f8c"),i=n("b622"),o=i("iterator");e.exports=function(e){if(void 0!=e)return e[o]||e["@@iterator"]||a[r(e)]}},"37e8":function(e,t,n){var r=n("83ab"),a=n("9bf2"),i=n("825a"),o=n("df75");e.exports=r?Object.defineProperties:function(e,t){i(e);var n,r=o(t),s=r.length,l=0;while(s>l)a.f(e,n=r[l++],t[n]);return e}},"387f":function(e,t,n){"use strict";e.exports=function(e,t,n,r,a){return e.config=t,n&&(e.code=n),e.request=r,e.response=a,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},e}},"38b4":function(e,t,n){"use strict";var r=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t["default"]=void 0;var a=r(n("a34a")),i=r(n("c973")),o=n("3e8f"),s=n("6343");function l(e){return c.apply(this,arguments)}function c(){return c=(0,i["default"])(a["default"].mark((function e(t){var n,r,i;return a["default"].wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,o.promises.readFile(t,"utf8");case 2:return n=e.sent,r=(0,s.parse)(n),i={realm:r.api.site,username:r.api.email,apiKey:r.api.key},i.apiURL="".concat(r.api.site,"/api/v1"),e.abrupt("return",i);case 7:case"end":return e.stop()}}),e)}))),c.apply(this,arguments)}var d=l;t["default"]=d},3934:function(e,t,n){"use strict";var r=n("c532");e.exports=r.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function a(e){var r=e;return t&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=a(window.location.href),function(t){var n=r.isString(t)?a(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return function(){return!0}}()},"3bbe":function(e,t,n){var r=n("861d");e.exports=function(e){if(!r(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},"3ca3":function(e,t,n){"use strict";var r=n("6547").charAt,a=n("69f3"),i=n("7dd0"),o="String Iterator",s=a.set,l=a.getterFor(o);i(String,"String",(function(e){s(this,{type:o,string:String(e),index:0})}),(function(){var e,t=l(this),n=t.string,a=t.index;return a>=n.length?{value:void 0,done:!0}:(e=r(n,a),t.index+=e.length,{value:e,done:!1})}))},"3e8f":function(e,t){},"3f4e":function(e,t,n){"use strict";n.d(t,"setupDevtoolsPlugin",(function(){return i}));var r=n("abc5"),a=n("b774");function i(e,t){const n=Object(r["a"])();if(n)n.emit(a["a"],e,t);else{const n=Object(r["b"])(),a=n.__VUE_DEVTOOLS_PLUGINS__=n.__VUE_DEVTOOLS_PLUGINS__||[];a.push({pluginDescriptor:e,setupFn:t})}}},"3f8c":function(e,t){e.exports={}},4236:function(e,t,n){"use strict";var r=n("0068").isSpace;e.exports=function(e,t){var n,a,i=e.pos;if(10!==e.src.charCodeAt(i))return!1;n=e.pending.length-1,a=e.posMax,t||(n>=0&&32===e.pending.charCodeAt(n)?n>=1&&32===e.pending.charCodeAt(n-1)?(e.pending=e.pending.replace(/ +$/,""),e.push("hardbreak","br",0)):(e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0)):e.push("softbreak","br",0)),i++;while(i3)&&!(e.sCount[l]<0)){for(r=!1,a=0,i=c.length;a=o)return-1;if(n=e.src.charCodeAt(i++),n<48||n>57)return-1;for(;;){if(i>=o)return-1;if(n=e.src.charCodeAt(i++),!(n>=48&&n<=57)){if(41===n||46===n)break;return-1}if(i-a>=10)return-1}return i =4)return!1;if(e.listIndent>=0&&e.sCount[t]-e.listIndent>=4&&e.sCount[t] =e.blkIndent&&(M=!0),(R=i(e,t))>=0){if(f=!0,k=e.bMarks[t]+e.tShift[t],S=Number(e.src.substr(k,R-k-1)),M&&1!==S)return!1}else{if(!((R=a(e,t))>=0))return!1;f=!1}if(M&&e.skipSpaces(R)>=e.eMarks[t])return!1;if(b=e.src.charCodeAt(R-1),r)return!0;h=e.tokens.length,f?(L=e.push("ordered_list_open","ol",1),1!==S&&(L.attrs=[["start",S]])):L=e.push("bullet_list_open","ul",1),L.map=g=[t,0],L.markup=String.fromCharCode(b),y=t,N=!1,D=e.md.block.ruler.getRules("list"),C=e.parentType,e.parentType="list";while(y =E?1:v-p,u>4&&(u=1),d=p+u,L=e.push("list_item_open","li",1),L.markup=String.fromCharCode(b),L.map=m=[t,0],w=e.tight,x=e.tShift[t],O=e.sCount[t],T=e.listIndent,e.listIndent=e.blkIndent,e.blkIndent=d,e.tight=!0,e.tShift[t]=l-e.bMarks[t],e.sCount[t]=v,l>=E&&e.isEmpty(t+1)?e.line=Math.min(e.line+2,n):e.md.block.tokenize(e,t,n,!0),e.tight&&!N||(P=!1),N=e.line-t>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=T,e.tShift[t]=x,e.sCount[t]=O,e.tight=w,L=e.push("list_item_close","li",-1),L.markup=String.fromCharCode(b),y=t=e.line,m[1]=y,l=e.bMarks[t],y>=n)break;if(e.sCount[y] =4)break;for(I=!1,c=0,_=D.length;c<_;c++)if(D[c](e,y,n,!0)){I=!0;break}if(I)break;if(f){if(R=i(e,y),R<0)break}else if(R=a(e,y),R<0)break;if(b!==e.src.charCodeAt(R-1))break}return L=f?e.push("ordered_list_close","ol",-1):e.push("bullet_list_close","ul",-1),L.markup=String.fromCharCode(b),g[1]=y,e.line=y,e.parentType=C,P&&o(e,h),!0}},"4c26":function(e,t,n){"use strict";var r=/\r\n?|\n/g,a=/\0/g;e.exports=function(e){var t;t=e.src.replace(r,"\n"),t=t.replace(a,"�"),e.src=t}},"4cb4":function(e,t,n){"use strict";var r=n("4883"),a=[["text",n("baca")],["newline",n("4236")],["escape",n("6e00")],["backticks",n("4a94")],["strikethrough",n("922c").tokenize],["emphasis",n("c8a9").tokenize],["link",n("cd0f")],["image",n("932d")],["autolink",n("28ec")],["html_inline",n("c2d8")],["entity",n("5b54")]],i=[["balance_pairs",n("838d")],["strikethrough",n("922c").postProcess],["emphasis",n("c8a9").postProcess],["text_collapse",n("2085")]];function o(){var e;for(this.ruler=new r,e=0;e =i)break}else e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()},o.prototype.parse=function(e,t,n,r){var a,i,o,s=new this.State(e,t,n,r);for(this.tokenize(s),i=this.ruler2.getRules(""),o=i.length,a=0;a -1,n&&(t=t.replace(/y/g,"")));var s=o(v?new b(e,t):b(e,t),r?this:S,O);if(T&&n){var l=m(s);l.sticky=!0}return s},x=function(e){e in O||s(O,e,{configurable:!0,get:function(){return b[e]},set:function(t){b[e]=t}})},w=l(b),A=0;while(w.length>A)x(w[A++]);S.constructor=O,O.prototype=S,p(a,"RegExp",O)}_("RegExp")},"4d64":function(e,t,n){var r=n("fc6a"),a=n("50c4"),i=n("23cb"),o=function(e){return function(t,n,o){var s,l=r(t),c=a(l.length),d=i(o,c);if(e&&n!=n){while(c>d)if(s=l[d++],s!=s)return!0}else for(;c>d;d++)if((e||d in l)&&l[d]===n)return e||d||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},"4de4":function(e,t,n){"use strict";var r=n("23e7"),a=n("b727").filter,i=n("1dde"),o=i("filter");r({target:"Array",proto:!0,forced:!o},{filter:function(e){return a(this,e,arguments.length>1?arguments[1]:void 0)}})},"4df4":function(e,t,n){"use strict";var r=n("0366"),a=n("7b0b"),i=n("9bdd"),o=n("e95a"),s=n("50c4"),l=n("8418"),c=n("35a1");e.exports=function(e){var t,n,d,u,p,f,m=a(e),_="function"==typeof this?this:Array,g=arguments.length,h=g>1?arguments[1]:void 0,b=void 0!==h,S=c(m),E=0;if(b&&(h=r(h,g>2?arguments[2]:void 0,2)),void 0==S||_==Array&&o(S))for(t=s(m.length),n=new _(t);t>E;E++)f=b?h(m[E],E):m[E],l(n,E,f);else for(u=S.call(m),p=u.next,n=new _;!(d=p.call(u)).done;E++)f=b?i(u,h,[d.value,E],!0):d.value,l(n,E,f);return n.length=E,n}},"4e82":function(e,t,n){"use strict";var r=n("23e7"),a=n("1c0b"),i=n("7b0b"),o=n("50c4"),s=n("d039"),l=n("addb"),c=n("a640"),d=n("04d1"),u=n("d998"),p=n("2d00"),f=n("512c"),m=[],_=m.sort,g=s((function(){m.sort(void 0)})),h=s((function(){m.sort(null)})),b=c("sort"),S=!s((function(){if(p)return p<70;if(!(d&&d>3)){if(u)return!0;if(f)return f<603;var e,t,n,r,a="";for(e=65;e<76;e++){switch(t=String.fromCharCode(e),e){case 66:case 69:case 70:case 72:n=3;break;case 68:case 71:n=4;break;default:n=2}for(r=0;r<47;r++)m.push({k:t+r,v:n})}for(m.sort((function(e,t){return t.v-e.v})),r=0;r String(n)?1:-1}};r({target:"Array",proto:!0,forced:E},{sort:function(e){void 0!==e&&a(e);var t=i(this);if(S)return void 0===e?_.call(t):_.call(t,e);var n,r,s=[],c=o(t.length);for(r=0;r 0?a(r(e),9007199254740991):0}},"512c":function(e,t,n){var r=n("342f"),a=r.match(/AppleWebKit\/(\d+)\./);e.exports=!!a&&+a[1]},"512e":function(e,t,n){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var a=t[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.l=!0,a.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)n.d(r,a,function(t){return e[t]}.bind(null,a));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s="fae3")}({"00ee":function(e,t,n){var r=n("b622"),a=r("toStringTag"),i={};i[a]="z",e.exports="[object z]"===String(i)},"0366":function(e,t,n){var r=n("1c0b");e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,a){return e.call(t,n,r,a)}}return function(){return e.apply(t,arguments)}}},"057f":function(e,t,n){var r=n("fc6a"),a=n("241c").f,i={}.toString,o="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],s=function(e){try{return a(e)}catch(t){return o.slice()}};e.exports.f=function(e){return o&&"[object Window]"==i.call(e)?s(e):a(r(e))}},"06cf":function(e,t,n){var r=n("83ab"),a=n("d1e7"),i=n("5c6c"),o=n("fc6a"),s=n("c04e"),l=n("5135"),c=n("0cfb"),d=Object.getOwnPropertyDescriptor;t.f=r?d:function(e,t){if(e=o(e),t=s(t,!0),c)try{return d(e,t)}catch(n){}if(l(e,t))return i(!a.f.call(e,t),e[t])}},"0cfb":function(e,t,n){var r=n("83ab"),a=n("d039"),i=n("cc12");e.exports=!r&&!a((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},"13d5":function(e,t,n){"use strict";var r=n("23e7"),a=n("d58f").left,i=n("a640"),o=n("ae40"),s=i("reduce"),l=o("reduce",{1:0});r({target:"Array",proto:!0,forced:!s||!l},{reduce:function(e){return a(this,e,arguments.length,arguments.length>1?arguments[1]:void 0)}})},"159b":function(e,t,n){var r=n("da84"),a=n("fdbc"),i=n("17c2"),o=n("9112");for(var s in a){var l=r[s],c=l&&l.prototype;if(c&&c.forEach!==i)try{o(c,"forEach",i)}catch(d){c.forEach=i}}},"17c2":function(e,t,n){"use strict";var r=n("b727").forEach,a=n("a640"),i=n("ae40"),o=a("forEach"),s=i("forEach");e.exports=o&&s?[].forEach:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}},"1be4":function(e,t,n){var r=n("d066");e.exports=r("document","documentElement")},"1c0b":function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},"1c7e":function(e,t,n){var r=n("b622"),a=r("iterator"),i=!1;try{var o=0,s={next:function(){return{done:!!o++}},return:function(){i=!0}};s[a]=function(){return this},Array.from(s,(function(){throw 2}))}catch(l){}e.exports=function(e,t){if(!t&&!i)return!1;var n=!1;try{var r={};r[a]=function(){return{next:function(){return{done:n=!0}}}},e(r)}catch(l){}return n}},"1d80":function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},"1dde":function(e,t,n){var r=n("d039"),a=n("b622"),i=n("2d00"),o=a("species");e.exports=function(e){return i>=51||!r((function(){var t=[],n=t.constructor={};return n[o]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},"23cb":function(e,t,n){var r=n("a691"),a=Math.max,i=Math.min;e.exports=function(e,t){var n=r(e);return n<0?a(n+t,0):i(n,t)}},"23e7":function(e,t,n){var r=n("da84"),a=n("06cf").f,i=n("9112"),o=n("6eeb"),s=n("ce4e"),l=n("e893"),c=n("94ca");e.exports=function(e,t){var n,d,u,p,f,m,_=e.target,g=e.global,h=e.stat;if(d=g?r:h?r[_]||s(_,{}):(r[_]||{}).prototype,d)for(u in t){if(f=t[u],e.noTargetGet?(m=a(d,u),p=m&&m.value):p=d[u],n=c(g?u:_+(h?".":"#")+u,e.forced),!n&&void 0!==p){if(typeof f===typeof p)continue;l(f,p)}(e.sham||p&&p.sham)&&i(f,"sham",!0),o(d,u,f,e)}}},"241c":function(e,t,n){var r=n("ca84"),a=n("7839"),i=a.concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,i)}},2532:function(e,t,n){"use strict";var r=n("23e7"),a=n("5a34"),i=n("1d80"),o=n("ab13");r({target:"String",proto:!0,forced:!o("includes")},{includes:function(e){return!!~String(i(this)).indexOf(a(e),arguments.length>1?arguments[1]:void 0)}})},"25f0":function(e,t,n){"use strict";var r=n("6eeb"),a=n("825a"),i=n("d039"),o=n("ad6d"),s="toString",l=RegExp.prototype,c=l[s],d=i((function(){return"/a/b"!=c.call({source:"a",flags:"b"})})),u=c.name!=s;(d||u)&&r(RegExp.prototype,s,(function(){var e=a(this),t=String(e.source),n=e.flags,r=String(void 0===n&&e instanceof RegExp&&!("flags"in l)?o.call(e):n);return"/"+t+"/"+r}),{unsafe:!0})},"2d00":function(e,t,n){var r,a,i=n("da84"),o=n("342f"),s=i.process,l=s&&s.versions,c=l&&l.v8;c?(r=c.split("."),a=r[0]+r[1]):o&&(r=o.match(/Edge\/(\d+)/),(!r||r[1]>=74)&&(r=o.match(/Chrome\/(\d+)/),r&&(a=r[1]))),e.exports=a&&+a},"342f":function(e,t,n){var r=n("d066");e.exports=r("navigator","userAgent")||""},"35a1":function(e,t,n){var r=n("f5df"),a=n("3f8c"),i=n("b622"),o=i("iterator");e.exports=function(e){if(void 0!=e)return e[o]||e["@@iterator"]||a[r(e)]}},"37e8":function(e,t,n){var r=n("83ab"),a=n("9bf2"),i=n("825a"),o=n("df75");e.exports=r?Object.defineProperties:function(e,t){i(e);var n,r=o(t),s=r.length,l=0;while(s>l)a.f(e,n=r[l++],t[n]);return e}},"3bbe":function(e,t,n){var r=n("861d");e.exports=function(e){if(!r(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},"3ca3":function(e,t,n){"use strict";var r=n("6547").charAt,a=n("69f3"),i=n("7dd0"),o="String Iterator",s=a.set,l=a.getterFor(o);i(String,"String",(function(e){s(this,{type:o,string:String(e),index:0})}),(function(){var e,t=l(this),n=t.string,a=t.index;return a>=n.length?{value:void 0,done:!0}:(e=r(n,a),t.index+=e.length,{value:e,done:!1})}))},"3f8c":function(e,t){e.exports={}},4160:function(e,t,n){"use strict";var r=n("23e7"),a=n("17c2");r({target:"Array",proto:!0,forced:[].forEach!=a},{forEach:a})},"428f":function(e,t,n){var r=n("da84");e.exports=r},"44ad":function(e,t,n){var r=n("d039"),a=n("c6b6"),i="".split;e.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==a(e)?i.call(e,""):Object(e)}:Object},"44d2":function(e,t,n){var r=n("b622"),a=n("7c73"),i=n("9bf2"),o=r("unscopables"),s=Array.prototype;void 0==s[o]&&i.f(s,o,{configurable:!0,value:a(null)}),e.exports=function(e){s[o][e]=!0}},"44e7":function(e,t,n){var r=n("861d"),a=n("c6b6"),i=n("b622"),o=i("match");e.exports=function(e){var t;return r(e)&&(void 0!==(t=e[o])?!!t:"RegExp"==a(e))}},"45fc":function(e,t,n){"use strict";var r=n("23e7"),a=n("b727").some,i=n("a640"),o=n("ae40"),s=i("some"),l=o("some");r({target:"Array",proto:!0,forced:!s||!l},{some:function(e){return a(this,e,arguments.length>1?arguments[1]:void 0)}})},4930:function(e,t,n){var r=n("d039");e.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},"4d64":function(e,t,n){var r=n("fc6a"),a=n("50c4"),i=n("23cb"),o=function(e){return function(t,n,o){var s,l=r(t),c=a(l.length),d=i(o,c);if(e&&n!=n){while(c>d)if(s=l[d++],s!=s)return!0}else for(;c>d;d++)if((e||d in l)&&l[d]===n)return e||d||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},"4de4":function(e,t,n){"use strict";var r=n("23e7"),a=n("b727").filter,i=n("1dde"),o=n("ae40"),s=i("filter"),l=o("filter");r({target:"Array",proto:!0,forced:!s||!l},{filter:function(e){return a(this,e,arguments.length>1?arguments[1]:void 0)}})},"4df4":function(e,t,n){"use strict";var r=n("0366"),a=n("7b0b"),i=n("9bdd"),o=n("e95a"),s=n("50c4"),l=n("8418"),c=n("35a1");e.exports=function(e){var t,n,d,u,p,f,m=a(e),_="function"==typeof this?this:Array,g=arguments.length,h=g>1?arguments[1]:void 0,b=void 0!==h,S=c(m),E=0;if(b&&(h=r(h,g>2?arguments[2]:void 0,2)),void 0==S||_==Array&&o(S))for(t=s(m.length),n=new _(t);t>E;E++)f=b?h(m[E],E):m[E],l(n,E,f);else for(u=S.call(m),p=u.next,n=new _;!(d=p.call(u)).done;E++)f=b?i(u,h,[d.value,E],!0):d.value,l(n,E,f);return n.length=E,n}},"4fad":function(e,t,n){var r=n("23e7"),a=n("6f53").entries;r({target:"Object",stat:!0},{entries:function(e){return a(e)}})},"50c4":function(e,t,n){var r=n("a691"),a=Math.min;e.exports=function(e){return e>0?a(r(e),9007199254740991):0}},5135:function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},5692:function(e,t,n){var r=n("c430"),a=n("c6cd");(e.exports=function(e,t){return a[e]||(a[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.5",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},"56ef":function(e,t,n){var r=n("d066"),a=n("241c"),i=n("7418"),o=n("825a");e.exports=r("Reflect","ownKeys")||function(e){var t=a.f(o(e)),n=i.f;return n?t.concat(n(e)):t}},5899:function(e,t){e.exports="\t\n\v\f\r \u2028\u2029\ufeff"},"58a8":function(e,t,n){var r=n("1d80"),a=n("5899"),i="["+a+"]",o=RegExp("^"+i+i+"*"),s=RegExp(i+i+"*$"),l=function(e){return function(t){var n=String(r(t));return 1&e&&(n=n.replace(o,"")),2&e&&(n=n.replace(s,"")),n}};e.exports={start:l(1),end:l(2),trim:l(3)}},"5a34":function(e,t,n){var r=n("44e7");e.exports=function(e){if(r(e))throw TypeError("The method doesn't accept regular expressions");return e}},"5c6c":function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},6547:function(e,t,n){var r=n("a691"),a=n("1d80"),i=function(e){return function(t,n){var i,o,s=String(a(t)),l=r(n),c=s.length;return l<0||l>=c?e?"":void 0:(i=s.charCodeAt(l),i<55296||i>56319||l+1===c||(o=s.charCodeAt(l+1))<56320||o>57343?e?s.charAt(l):i:e?s.slice(l,l+2):o-56320+(i-55296<<10)+65536)}};e.exports={codeAt:i(!1),charAt:i(!0)}},"65f0":function(e,t,n){var r=n("861d"),a=n("e8b5"),i=n("b622"),o=i("species");e.exports=function(e,t){var n;return a(e)&&(n=e.constructor,"function"!=typeof n||n!==Array&&!a(n.prototype)?r(n)&&(n=n[o],null===n&&(n=void 0)):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},"69f3":function(e,t,n){var r,a,i,o=n("7f9a"),s=n("da84"),l=n("861d"),c=n("9112"),d=n("5135"),u=n("f772"),p=n("d012"),f=s.WeakMap,m=function(e){return i(e)?a(e):r(e,{})},_=function(e){return function(t){var n;if(!l(t)||(n=a(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}};if(o){var g=new f,h=g.get,b=g.has,S=g.set;r=function(e,t){return S.call(g,e,t),t},a=function(e){return h.call(g,e)||{}},i=function(e){return b.call(g,e)}}else{var E=u("state");p[E]=!0,r=function(e,t){return c(e,E,t),t},a=function(e){return d(e,E)?e[E]:{}},i=function(e){return d(e,E)}}e.exports={set:r,get:a,has:i,enforce:m,getterFor:_}},"6b0a":function(e,t,n){"use strict";n("cebe")},"6eeb":function(e,t,n){var r=n("da84"),a=n("9112"),i=n("5135"),o=n("ce4e"),s=n("8925"),l=n("69f3"),c=l.get,d=l.enforce,u=String(String).split("String");(e.exports=function(e,t,n,s){var l=!!s&&!!s.unsafe,c=!!s&&!!s.enumerable,p=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof t||i(n,"name")||a(n,"name",t),d(n).source=u.join("string"==typeof t?t:"")),e!==r?(l?!p&&e[t]&&(c=!0):delete e[t],c?e[t]=n:a(e,t,n)):c?e[t]=n:o(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||s(this)}))},"6f53":function(e,t,n){var r=n("83ab"),a=n("df75"),i=n("fc6a"),o=n("d1e7").f,s=function(e){return function(t){var n,s=i(t),l=a(s),c=l.length,d=0,u=[];while(c>d)n=l[d++],r&&!o.call(s,n)||u.push(e?[n,s[n]]:s[n]);return u}};e.exports={entries:s(!0),values:s(!1)}},7156:function(e,t,n){var r=n("861d"),a=n("d2bb");e.exports=function(e,t,n){var i,o;return a&&"function"==typeof(i=t.constructor)&&i!==n&&r(o=i.prototype)&&o!==n.prototype&&a(e,o),e}},7418:function(e,t){t.f=Object.getOwnPropertySymbols},"746f":function(e,t,n){var r=n("428f"),a=n("5135"),i=n("e538"),o=n("9bf2").f;e.exports=function(e){var t=r.Symbol||(r.Symbol={});a(t,e)||o(t,e,{value:i.f(e)})}},7839:function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"7b0b":function(e,t,n){var r=n("1d80");e.exports=function(e){return Object(r(e))}},"7c73":function(e,t,n){var r,a=n("825a"),i=n("37e8"),o=n("7839"),s=n("d012"),l=n("1be4"),c=n("cc12"),d=n("f772"),u=">",p="<",f="prototype",m="script",_=d("IE_PROTO"),g=function(){},h=function(e){return p+m+u+e+p+"/"+m+u},b=function(e){e.write(h("")),e.close();var t=e.parentWindow.Object;return e=null,t},S=function(){var e,t=c("iframe"),n="java"+m+":";return t.style.display="none",l.appendChild(t),t.src=String(n),e=t.contentWindow.document,e.open(),e.write(h("document.F=Object")),e.close(),e.F},E=function(){try{r=document.domain&&new ActiveXObject("htmlfile")}catch(t){}E=r?b(r):S();var e=o.length;while(e--)delete E[f][o[e]];return E()};s[_]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(g[f]=a(e),n=new g,g[f]=null,n[_]=e):n=E(),void 0===t?n:i(n,t)}},"7db0":function(e,t,n){"use strict";var r=n("23e7"),a=n("b727").find,i=n("44d2"),o=n("ae40"),s="find",l=!0,c=o(s);s in[]&&Array(1)[s]((function(){l=!1})),r({target:"Array",proto:!0,forced:l||!c},{find:function(e){return a(this,e,arguments.length>1?arguments[1]:void 0)}}),i(s)},"7dd0":function(e,t,n){"use strict";var r=n("23e7"),a=n("9ed3"),i=n("e163"),o=n("d2bb"),s=n("d44e"),l=n("9112"),c=n("6eeb"),d=n("b622"),u=n("c430"),p=n("3f8c"),f=n("ae93"),m=f.IteratorPrototype,_=f.BUGGY_SAFARI_ITERATORS,g=d("iterator"),h="keys",b="values",S="entries",E=function(){return this};e.exports=function(e,t,n,d,f,y,v){a(n,t,d);var T,C,O,x=function(e){if(e===f&&k)return k;if(!_&&e in R)return R[e];switch(e){case h:return function(){return new n(this,e)};case b:return function(){return new n(this,e)};case S:return function(){return new n(this,e)}}return function(){return new n(this)}},w=t+" Iterator",A=!1,R=e.prototype,N=R[g]||R["@@iterator"]||f&&R[f],k=!_&&N||x(f),I="Array"==t&&R.entries||N;if(I&&(T=i(I.call(new e)),m!==Object.prototype&&T.next&&(u||i(T)===m||(o?o(T,m):"function"!=typeof T[g]&&l(T,g,E)),s(T,w,!0,!0),u&&(p[w]=E))),f==b&&N&&N.name!==b&&(A=!0,k=function(){return N.call(this)}),u&&!v||R[g]===k||l(R,g,k),p[t]=k,f)if(C={values:x(b),keys:y?k:x(h),entries:x(S)},v)for(O in C)(_||A||!(O in R))&&c(R,O,C[O]);else r({target:t,proto:!0,forced:_||A},C);return C}},"7f9a":function(e,t,n){var r=n("da84"),a=n("8925"),i=r.WeakMap;e.exports="function"===typeof i&&/native code/.test(a(i))},"825a":function(e,t,n){var r=n("861d");e.exports=function(e){if(!r(e))throw TypeError(String(e)+" is not an object");return e}},"83ab":function(e,t,n){var r=n("d039");e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},8418:function(e,t,n){"use strict";var r=n("c04e"),a=n("9bf2"),i=n("5c6c");e.exports=function(e,t,n){var o=r(t);o in e?a.f(e,o,i(0,n)):e[o]=n}},"861d":function(e,t){e.exports=function(e){return"object"===typeof e?null!==e:"function"===typeof e}},8875:function(e,t,n){var r,a,i;(function(n,o){a=[],r=o,i="function"===typeof r?r.apply(t,a):r,void 0===i||(e.exports=i)})("undefined"!==typeof self&&self,(function(){function e(){var t=Object.getOwnPropertyDescriptor(document,"currentScript");if(!t&&"currentScript"in document&&document.currentScript)return document.currentScript;if(t&&t.get!==e&&document.currentScript)return document.currentScript;try{throw new Error}catch(f){var n,r,a,i=/.*at [^(]*\((.*):(.+):(.+)\)$/gi,o=/@([^@]*):(\d+):(\d+)\s*$/gi,s=i.exec(f.stack)||o.exec(f.stack),l=s&&s[1]||!1,c=s&&s[2]||!1,d=document.location.href.replace(document.location.hash,""),u=document.getElementsByTagName("script");l===d&&(n=document.documentElement.outerHTML,r=new RegExp("(?:[^\\n]+?\\n){0,"+(c-2)+"}[^<]*