This commit is contained in:
2betop 2020-01-20 19:36:43 +08:00
parent 28653f98bf
commit fee1ebbd61
175 changed files with 28309 additions and 0 deletions

View File

@ -0,0 +1,20 @@
define('docs/renderers/Form/Color.md', function(require, exports, module) {
module.exports = {
"html": "<h3><a class=\"anchor\" name=\"color\" href=\"#color\" aria-hidden=\"true\"><svg aria-hidden=\"true\" class=\"octicon octicon-link\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Color</h3><p>颜色选择器。</p>\n<ul>\n<li><code>type</code> 请设置成 <code>color</code></li>\n<li><code>format</code> 请选择 <code>hex</code>、<code>hls</code>、<code>rgb</code>或者<code>rgba</code>。默认为 <code>hex</code>。</li>\n<li><code>presetColors</code> 选择器底部的默认颜色<ul>\n<li>默认为<code>[&#39;#D0021B&#39;, &#39;#F5A623&#39;, &#39;#F8E71C&#39;, &#39;#8B572A&#39;, &#39;#7ED321&#39;, &#39;#417505&#39;, &#39;#BD10E0&#39;, &#39;#9013FE&#39;, &#39;#4A90E2&#39;, &#39;#50E3C2&#39;, &#39;#B8E986&#39;, &#39;#000000&#39;, &#39;#4A4A4A&#39;, &#39;#9B9B9B&#39;, &#39;#FFFFFF&#39;]</code>,数组内为空则不显示默认颜色</li>\n</ul>\n</li>\n<li><code>allowCustomColor</code> 是否允许自定义颜色,默认为<code>true</code>,为<code>false</code>时只能选择颜色,使用 <code>presetColors</code> 设定颜色选择范围</li>\n<li><code>clearable</code> 是否显示清除按钮。</li>\n<li><code>resetValue</code> 默认为 <code>&quot;&quot;</code>, 删除后设置此配置项给定的值。</li>\n</ul>\n<div class=\"amis-preview\" style=\"height: 600px\"><script type=\"text/schema\" height=\"600\" scope=\"form-item\">{\n \"type\": \"color\",\n \"name\": \"color\",\n \"label\": \"颜色\"\n},\n\n{\n \"type\": \"color\",\n \"name\": \"customColor\",\n \"label\": \"自定义颜色\",\n \"allowCustomColor\": false\n}\n</script></div>\n\n\n<div class=\"m-t-lg b-l b-info b-3x wrapper bg-light dk\">文档内容有误?欢迎大家一起来编写,文档地址:<i class=\"fa fa-github\"></i><a href=\"https://github.com/baidu/amis/tree/master/docs/renderers/Form/Color.md\">/docs/renderers/Form/Color.md</a>。</div>",
"toc": {
"label": "目录",
"type": "toc",
"children": [
{
"label": "Color",
"fragment": "color",
"fullPath": "#color",
"level": 3
}
],
"level": 0
}
};
});

View File

@ -0,0 +1,20 @@
define('docs/renderers/Form/Tabs.md', function(require, exports, module) {
module.exports = {
"html": "<h3><a class=\"anchor\" name=\"tabs-formitem-\" href=\"#tabs-formitem-\" aria-hidden=\"true\"><svg aria-hidden=\"true\" class=\"octicon octicon-link\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Tabs(FormItem)</h3><p>多个输入框也可以通过选项卡来分组。</p>\n<ul>\n<li><code>type</code> 请设置成 <code>tabs</code></li>\n<li><code>tabs</code> 选项卡数组</li>\n<li><code>toolbar</code> 选项卡右上角工具栏,参考 <a href=\"/amis/docs/renderers/Tabs\">Tabs</a> </li>\n<li><code>toolbarClassName</code> 选项卡右上角工具栏 CSS 类名</li>\n<li><code>tabs[x].title</code> 标题</li>\n<li><code>tabs[x].controls</code> 表单项集合。</li>\n<li><code>tabs[x].body</code> 内容容器,跟 <code>controls</code> 二选一。</li>\n<li><code>tabClassName</code> 选项卡 CSS 类名。</li>\n</ul>\n<div class=\"amis-preview\" style=\"height: 700px\"><script type=\"text/schema\" height=\"700\" scope=\"form-item\">{\n \"type\": \"tabs\",\n \"tabs\": [\n {\n \"title\": \"基本配置\",\n \"controls\": [\n {\n \"name\": \"a\",\n \"type\": \"text\",\n \"label\": \"文本1\"\n },\n\n {\n \"name\": \"a\",\n \"type\": \"text\",\n \"label\": \"文本2\"\n }\n ]\n },\n\n {\n \"title\": \"其他配置\",\n \"controls\": [\n {\n \"name\": \"c\",\n \"type\": \"text\",\n \"label\": \"文本3\"\n },\n\n {\n \"name\": \"d\",\n \"type\": \"text\",\n \"label\": \"文本4\"\n }\n ]\n }\n ]\n}\n</script></div>\n\n\n<div class=\"m-t-lg b-l b-info b-3x wrapper bg-light dk\">文档内容有误?欢迎大家一起来编写,文档地址:<i class=\"fa fa-github\"></i><a href=\"https://github.com/baidu/amis/tree/master/docs/renderers/Form/Tabs.md\">/docs/renderers/Form/Tabs.md</a>。</div>",
"toc": {
"label": "目录",
"type": "toc",
"children": [
{
"label": "Tabs(FormItem)",
"fragment": "tabs-formitem-",
"fullPath": "#tabs-formitem-",
"level": 3
}
],
"level": 0
}
};
});

View File

@ -0,0 +1,20 @@
define('docs/renderers/Tabs.md', function(require, exports, module) {
module.exports = {
"html": "<h2><a class=\"anchor\" name=\"tabs\" href=\"#tabs\" aria-hidden=\"true\"><svg aria-hidden=\"true\" class=\"octicon octicon-link\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Tabs</h2><table>\n<thead>\n<tr>\n<th>属性名</th>\n<th>类型</th>\n<th>默认值</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td><code>string</code></td>\n<td><code>&quot;tabs&quot;</code></td>\n<td>指定为 Tabs 渲染器</td>\n</tr>\n<tr>\n<td>className</td>\n<td><code>string</code></td>\n<td></td>\n<td>外层 Dom 的类名</td>\n</tr>\n<tr>\n<td>tabsClassName</td>\n<td><code>string</code></td>\n<td></td>\n<td>Tabs Dom 的类名</td>\n</tr>\n<tr>\n<td>tabs</td>\n<td><code>Array</code></td>\n<td></td>\n<td>tabs 内容</td>\n</tr>\n<tr>\n<td>toolbar</td>\n<td><a href=\"/amis/docs/renderers/Types#container\">Container</a></td>\n<td></td>\n<td>tabs 中的工具栏</td>\n</tr>\n<tr>\n<td>toolbarClassName</td>\n<td><code>string</code></td>\n<td></td>\n<td>tabs 中工具栏的类名</td>\n</tr>\n<tr>\n<td>tabs[x].title</td>\n<td><code>string</code></td>\n<td></td>\n<td>Tab 标题</td>\n</tr>\n<tr>\n<td>tabs[x].icon</td>\n<td><code>icon</code></td>\n<td></td>\n<td>Tab 的图标</td>\n</tr>\n<tr>\n<td>tabs[x].tab</td>\n<td><a href=\"/amis/docs/renderers/Types#container\">Container</a></td>\n<td></td>\n<td>内容区</td>\n</tr>\n<tr>\n<td>tabs[x].hash</td>\n<td><code>string</code></td>\n<td></td>\n<td>设置以后将跟 url 的 hash 对应</td>\n</tr>\n<tr>\n<td>tabs[x].reload</td>\n<td><code>boolean</code></td>\n<td></td>\n<td>设置以后内容每次都会重新渲染,对于 crud 的重新拉取很有用</td>\n</tr>\n<tr>\n<td>tabs[x].unmountOnExit</td>\n<td><code>boolean</code></td>\n<td></td>\n<td>每次退出都会销毁当前tab栏内容</td>\n</tr>\n<tr>\n<td>tabs[x].className</td>\n<td><code>string</code></td>\n<td><code>&quot;bg-white b-l b-r b-b wrapper-md&quot;</code></td>\n<td>Tab 区域样式</td>\n</tr>\n</tbody>\n</table>\n<div class=\"amis-preview\" style=\"height: 700px\"><script type=\"text/schema\" height=\"700\" scope=\"body\">[\n {\n \"type\": \"tabs\",\n \"tabs\": [\n {\n \"title\": \"Tab 1\",\n \"tab\": \"Content 1\"\n },\n \n {\n \"title\": \"Tab 2\",\n \"tab\": \"Content 2\"\n }\n ]\n },\n {\n \"type\": \"tabs\",\n \"toolbar\": [\n {\n \"type\": \"button\",\n \"label\": \"按钮\",\n \"actionType\": \"dialog\",\n \"dialog\": {\n \"title\": \"弹窗标题\",\n \"body\": \"你点击了\"\n }\n }\n ],\n \"tabs\": [\n {\n \"title\": \"Tab 1\",\n \"tab\": \"Content 1\"\n },\n \n {\n \"title\": \"Tab 2\",\n \"tab\": \"Content 2\"\n }\n ]\n }\n]\n</script></div>\n\n\n<div class=\"m-t-lg b-l b-info b-3x wrapper bg-light dk\">文档内容有误?欢迎大家一起来编写,文档地址:<i class=\"fa fa-github\"></i><a href=\"https://github.com/baidu/amis/tree/master/docs/renderers/Tabs.md\">/docs/renderers/Tabs.md</a>。</div>",
"toc": {
"label": "目录",
"type": "toc",
"children": [
{
"label": "Tabs",
"fragment": "tabs",
"fullPath": "#tabs",
"level": 2
}
],
"level": 0
}
};
});

View File

@ -0,0 +1 @@
.monaco-action-bar{text-align:right;overflow:hidden;white-space:nowrap}.monaco-action-bar .actions-container{display:flex;margin:0 auto;padding:0;width:100%;justify-content:flex-end}.monaco-action-bar.vertical .actions-container{display:inline-block}.monaco-action-bar.reverse .actions-container{flex-direction:row-reverse}.monaco-action-bar .action-item{cursor:pointer;display:inline-block;transition:transform 50ms ease;position:relative}.monaco-action-bar .action-item.disabled{cursor:default}.monaco-action-bar.animated .action-item.active{transform:scale(1.272019649,1.272019649)}.monaco-action-bar .action-item .icon{display:inline-block}.monaco-action-bar .action-label{font-size:11px;margin-right:4px}.monaco-action-bar .action-label.octicon{font-size:15px;line-height:35px;text-align:center}.monaco-action-bar .action-item.disabled .action-label,.monaco-action-bar .action-item.disabled .action-label:hover{opacity:.4}.monaco-action-bar.vertical{text-align:left}.monaco-action-bar.vertical .action-item{display:block}.monaco-action-bar.vertical .action-label.separator{display:block;border-bottom:1px solid #bbb;padding-top:1px;margin-left:.8em;margin-right:.8em}.monaco-action-bar.animated.vertical .action-item.active{transform:translate(5px,0)}.secondary-actions .monaco-action-bar .action-label{margin-left:6px}.monaco-action-bar .action-item.select-container{overflow:hidden;flex:1;max-width:170px;min-width:60px;display:flex;align-items:center;justify-content:center}

View File

@ -0,0 +1 @@
.monaco-aria-container{position:absolute;left:-999em}

View File

@ -0,0 +1 @@
.monaco-custom-checkbox{margin-left:2px;float:left;cursor:pointer;overflow:hidden;opacity:.7;width:20px;height:20px;border:1px solid transparent;padding:1px;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none}.monaco-custom-checkbox:hover,.monaco-custom-checkbox.checked{opacity:1}.hc-black .monaco-custom-checkbox{background:0 0}.hc-black .monaco-custom-checkbox:hover{background:0 0}

View File

@ -0,0 +1 @@
.context-view{position:absolute;z-index:2000}

View File

@ -0,0 +1 @@
.monaco-count-badge{padding:.3em .5em;border-radius:1em;font-size:85%;min-width:1.6em;line-height:1em;font-weight:400;text-align:center;display:inline-block;box-sizing:border-box}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.monaco-findInput{position:relative}.monaco-findInput .monaco-inputbox{font-size:13px;width:100%}.monaco-findInput>.controls{position:absolute;top:3px;right:2px}.vs .monaco-findInput.disabled{background-color:#E1E1E1}.vs-dark .monaco-findInput.disabled{background-color:#333}.monaco-findInput.highlight-0 .controls{animation:monaco-findInput-highlight-0 100ms linear 0s}.monaco-findInput.highlight-1 .controls{animation:monaco-findInput-highlight-1 100ms linear 0s}.hc-black .monaco-findInput.highlight-0 .controls,.vs-dark .monaco-findInput.highlight-0 .controls{animation:monaco-findInput-highlight-dark-0 100ms linear 0s}.hc-black .monaco-findInput.highlight-1 .controls,.vs-dark .monaco-findInput.highlight-1 .controls{animation:monaco-findInput-highlight-dark-1 100ms linear 0s}@keyframes monaco-findInput-highlight-0{0%{background:rgba(253,255,0,.8)}100%{background:transparent}}@keyframes monaco-findInput-highlight-1{0%{background:rgba(253,255,0,.8)}99%{background:transparent}}@keyframes monaco-findInput-highlight-dark-0{0%{background:rgba(255,255,255,.44)}100%{background:transparent}}@keyframes monaco-findInput-highlight-dark-1{0%{background:rgba(255,255,255,.44)}99%{background:transparent}}

View File

@ -0,0 +1 @@
.monaco-icon-label{display:flex;overflow:hidden;text-overflow:ellipsis}.monaco-icon-label::before{background-size:16px;background-position:left center;background-repeat:no-repeat;padding-right:6px;width:16px;height:22px;display:inline-block;-webkit-font-smoothing:antialiased;vertical-align:top;flex-shrink:0}.monaco-icon-label>.monaco-icon-label-description-container{overflow:hidden;text-overflow:ellipsis}.monaco-icon-label>.monaco-icon-label-description-container>.label-name{color:inherit;white-space:pre}.monaco-icon-label>.monaco-icon-label-description-container>.label-description{opacity:.7;margin-left:.5em;font-size:.9em;white-space:pre}.monaco-icon-label.italic>.monaco-icon-label-description-container>.label-name,.monaco-icon-label.italic>.monaco-icon-label-description-container>.label-description{font-style:italic}.monaco-icon-label::after{opacity:.75;font-size:90%;font-weight:600;padding:0 12px 0 5px;margin-left:auto;text-align:center}.monaco-tree.focused .selected .monaco-icon-label,.monaco-tree.focused .selected .monaco-icon-label::after,.monaco-list:focus .selected .monaco-icon-label,.monaco-list:focus .selected .monaco-icon-label::after{color:inherit!important}.monaco-tree-row.focused.selected .label-description,.monaco-tree-row.selected .label-description,.monaco-list-row.focused.selected .label-description,.monaco-list-row.selected .label-description{opacity:.8}

View File

@ -0,0 +1 @@
.monaco-inputbox{position:relative;display:block;padding:0;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;line-height:auto!important;font-size:inherit}.monaco-inputbox.idle{border:1px solid transparent}.monaco-inputbox>.wrapper>.input,.monaco-inputbox>.wrapper>.mirror{padding:4px}.monaco-inputbox>.wrapper{position:relative;width:100%;height:100%}.monaco-inputbox>.wrapper>.input{display:inline-block;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;line-height:inherit;border:0;font-family:inherit;font-size:inherit;resize:none;color:inherit}.monaco-inputbox>.wrapper>input{text-overflow:ellipsis}.monaco-inputbox>.wrapper>textarea.input{display:block;overflow:hidden}.monaco-inputbox>.wrapper>.mirror{position:absolute;display:inline-block;width:100%;top:0;left:0;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;white-space:pre-wrap;visibility:hidden;word-wrap:break-word}.monaco-inputbox-container{text-align:right}.monaco-inputbox-container .monaco-inputbox-message{display:inline-block;overflow:hidden;text-align:left;width:100%;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;padding:.4em;font-size:12px;line-height:17px;min-height:34px;margin-top:-1px;word-wrap:break-word}.monaco-inputbox .monaco-action-bar{position:absolute;right:2px;top:4px}.monaco-inputbox .monaco-action-bar .action-item{margin-left:2px}.monaco-inputbox .monaco-action-bar .action-item .icon{background-repeat:no-repeat;width:16px;height:16px}

View File

@ -0,0 +1 @@
.monaco-keybinding{display:flex;align-items:center;line-height:10px}.monaco-keybinding>.monaco-keybinding-key{display:inline-block;border:solid 1px rgba(204,204,204,.4);border-bottom-color:rgba(187,187,187,.4);border-radius:3px;box-shadow:inset 0 -1px 0 rgba(187,187,187,.4);background-color:rgba(221,221,221,.4);vertical-align:middle;color:#555;font-size:11px;padding:3px 5px;margin:0 2px}.monaco-keybinding>.monaco-keybinding-key:first-child{margin-left:0}.monaco-keybinding>.monaco-keybinding-key:last-child{margin-right:0}.hc-black .monaco-keybinding>.monaco-keybinding-key,.vs-dark .monaco-keybinding>.monaco-keybinding-key{background-color:rgba(128,128,128,.17);color:#ccc;border:solid 1px rgba(51,51,51,.6);border-bottom-color:rgba(68,68,68,.6);box-shadow:inset 0 -1px 0 rgba(68,68,68,.6)}.monaco-keybinding>.monaco-keybinding-key-separator{display:inline-block}.monaco-keybinding>.monaco-keybinding-key-chord-separator{width:6px}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.monaco-progress-container{width:100%;height:5px;overflow:hidden}.monaco-progress-container .progress-bit{width:2%;height:5px;position:absolute;left:0;display:none}.monaco-progress-container.active .progress-bit{display:inherit}.monaco-progress-container.discrete .progress-bit{left:0;transition:width 100ms linear}.monaco-progress-container.discrete.done .progress-bit{width:100%}.monaco-progress-container.infinite .progress-bit{animation-name:progress;animation-duration:4s;animation-iteration-count:infinite;animation-timing-function:linear;-ms-animation-name:progress;-ms-animation-duration:4s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;-webkit-animation-name:progress;-webkit-animation-duration:4s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:progress;-moz-animation-duration:4s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;will-change:transform}@keyframes progress{from{transform:translateX(0%) scaleX(1)}50%{transform:translateX(2500%) scaleX(3)}to{transform:translateX(4950%) scaleX(1)}}@-ms-keyframes progress{from{transform:translateX(0%) scaleX(1)}50%{transform:translateX(2500%) scaleX(3)}to{transform:translateX(4950%) scaleX(1)}}@-webkit-keyframes progress{from{transform:translateX(0%) scaleX(1)}50%{transform:translateX(2500%) scaleX(3)}to{transform:translateX(4950%) scaleX(1)}}@-moz-keyframes progress{from{transform:translateX(0%) scaleX(1)}50%{transform:translateX(2500%) scaleX(3)}to{transform:translateX(4950%) scaleX(1)}}

View File

@ -0,0 +1 @@
.monaco-sash{position:absolute;z-index:35;touch-action:none}.monaco-sash.disabled{pointer-events:none}.monaco-sash.vertical{cursor:ew-resize;top:0;width:4px;height:100%}.monaco-sash.mac.vertical{cursor:col-resize}.monaco-sash.vertical.minimum{cursor:e-resize}.monaco-sash.vertical.maximum{cursor:w-resize}.monaco-sash.horizontal{cursor:ns-resize;left:0;width:100%;height:4px}.monaco-sash.mac.horizontal{cursor:row-resize}.monaco-sash.horizontal.minimum{cursor:s-resize}.monaco-sash.horizontal.maximum{cursor:n-resize}.monaco-sash:not(.disabled).orthogonal-start::before,.monaco-sash:not(.disabled).orthogonal-end::after{content:' ';height:8px;width:8px;z-index:100;display:block;cursor:all-scroll;position:absolute}.monaco-sash.orthogonal-start.vertical::before{left:-2px;top:-4px}.monaco-sash.orthogonal-end.vertical::after{left:-2px;bottom:-4px}.monaco-sash.orthogonal-start.horizontal::before{top:-2px;left:-4px}.monaco-sash.orthogonal-end.horizontal::after{top:-2px;right:-4px}.monaco-sash.disabled{cursor:default!important;pointer-events:none!important}.monaco-sash.touch.vertical{width:20px}.monaco-sash.touch.horizontal{height:20px}.monaco-sash.debug{background:#0ff}.monaco-sash.debug.disabled{background:rgba(0,255,255,.2)}.monaco-sash.debug:not(.disabled).orthogonal-start::before,.monaco-sash.debug:not(.disabled).orthogonal-end::after{background:red}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.monaco-split-view2{position:relative;width:100%;height:100%}.monaco-split-view2>.sash-container{position:absolute;width:100%;height:100%;pointer-events:none}.monaco-split-view2>.sash-container>.monaco-sash{pointer-events:initial}.monaco-split-view2>.split-view-container{display:flex;width:100%;height:100%;white-space:nowrap}.monaco-split-view2.vertical>.split-view-container{flex-direction:column}.monaco-split-view2.horizontal>.split-view-container{flex-direction:row}.monaco-split-view2>.split-view-container>.split-view-view{white-space:initial;flex:none;position:relative}.monaco-split-view2.vertical>.split-view-container>.split-view-view{width:100%}.monaco-split-view2.horizontal>.split-view-container>.split-view-view{height:100%;display:inline-block}.monaco-split-view2.separator-border>.split-view-container>.split-view-view:not(:first-child)::before{content:' ';position:absolute;top:0;left:0;z-index:5;pointer-events:none;background-color:var(--separator-border)}.monaco-split-view2.separator-border.horizontal>.split-view-container>.split-view-view:not(:first-child)::before{height:100%;width:1px}.monaco-split-view2.separator-border.vertical>.split-view-container>.split-view-view:not(:first-child)::before{height:1px;width:100%}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.monaco-quick-open-widget{position:absolute;width:600px;z-index:2000;padding-bottom:6px;left:50%;margin-left:-300px}.monaco-quick-open-widget .monaco-progress-container{position:absolute;left:0;top:38px;z-index:1;height:2px}.monaco-quick-open-widget .monaco-progress-container .progress-bit{height:2px}.monaco-quick-open-widget .quick-open-input{width:588px;border:0;margin:6px}.monaco-quick-open-widget .quick-open-input .monaco-inputbox{width:100%;height:25px}.monaco-quick-open-widget .quick-open-result-count{position:absolute;left:-10000px}.monaco-quick-open-widget .quick-open-tree{line-height:22px}.monaco-quick-open-widget .quick-open-tree .monaco-tree-row>.content>.sub-content{overflow:hidden}.monaco-quick-open-widget.content-changing .quick-open-tree .monaco-scrollable-element .slider{display:none}.monaco-quick-open-widget .quick-open-tree .quick-open-entry{overflow:hidden;text-overflow:ellipsis;display:flex;flex-direction:column;height:100%}.monaco-quick-open-widget .quick-open-tree .quick-open-entry>.quick-open-row{display:flex;align-items:center}.monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon{overflow:hidden;width:16px;height:16px;margin-right:4px;display:inline-block;vertical-align:middle;flex-shrink:0}.monaco-quick-open-widget .quick-open-tree .monaco-icon-label,.monaco-quick-open-widget .quick-open-tree .monaco-icon-label .monaco-icon-label-description-container{flex:1}.monaco-quick-open-widget .quick-open-tree .quick-open-entry .monaco-highlighted-label span{opacity:1}.monaco-quick-open-widget .quick-open-tree .quick-open-entry-meta{opacity:.7;line-height:normal}.monaco-quick-open-widget .quick-open-tree .content.has-group-label .quick-open-entry-keybinding{margin-right:8px}.monaco-quick-open-widget .quick-open-tree .quick-open-entry-keybinding .monaco-keybinding-key{vertical-align:text-bottom}.monaco-quick-open-widget .quick-open-tree .results-group{margin-right:18px}.monaco-quick-open-widget .quick-open-tree .monaco-tree-row.focused>.content.has-actions>.results-group,.monaco-quick-open-widget .quick-open-tree .monaco-tree-row:hover:not(.highlighted)>.content.has-actions>.results-group,.monaco-quick-open-widget .quick-open-tree .focused .monaco-tree-row.focused>.content.has-actions>.results-group{margin-right:0}.monaco-quick-open-widget .quick-open-tree .results-group-separator{border-top-width:1px;border-top-style:solid;box-sizing:border-box;margin-left:-11px;padding-left:11px}.monaco-tree .monaco-tree-row>.content.actions{position:relative;display:flex}.monaco-tree .monaco-tree-row>.content.actions>.sub-content{flex:1}.monaco-tree .monaco-tree-row>.content.actions .action-item{margin:0}.monaco-tree .monaco-tree-row>.content.actions>.primary-action-bar{line-height:22px}.monaco-tree .monaco-tree-row>.content.actions>.primary-action-bar{display:none;padding:0 .8em 0 .4em}.monaco-tree .monaco-tree-row.focused>.content.has-actions>.primary-action-bar{width:0;display:block}.monaco-tree .monaco-tree-row:hover:not(.highlighted)>.content.has-actions>.primary-action-bar,.monaco-tree.focused .monaco-tree-row.focused>.content.has-actions>.primary-action-bar,.monaco-tree .monaco-tree-row>.content.has-actions.more>.primary-action-bar{width:inherit;display:block}.monaco-tree .monaco-tree-row>.content.actions>.primary-action-bar .action-label{margin-right:.4em;margin-top:4px;background-repeat:no-repeat;width:16px;height:16px}.monaco-quick-open-widget .quick-open-tree .monaco-highlighted-label .highlight{font-weight:700}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.monaco-editor .inputarea{min-width:0;min-height:0;margin:0;padding:0;position:absolute;outline:0!important;resize:none;border:0;overflow:hidden;color:transparent;background-color:transparent}.monaco-editor .inputarea.ime-input{z-index:10}

View File

@ -0,0 +1 @@
.monaco-editor .view-overlays .current-line{display:block;position:absolute;left:0;top:0;box-sizing:border-box}

View File

@ -0,0 +1 @@
.monaco-editor .margin-view-overlays .current-line{display:block;position:absolute;left:0;top:0;box-sizing:border-box}.monaco-editor .margin-view-overlays .current-line.current-line-margin.current-line-margin-both{border-right:0}

View File

@ -0,0 +1 @@
.monaco-editor .lines-content .cdr{position:absolute}

View File

@ -0,0 +1 @@
.monaco-editor .glyph-margin{position:absolute;top:0}.monaco-editor .margin-view-overlays .cgmr{position:absolute}

View File

@ -0,0 +1 @@
.monaco-editor .lines-content .cigr{position:absolute}.monaco-editor .lines-content .cigra{position:absolute}

View File

@ -0,0 +1 @@
.monaco-editor .margin-view-overlays .line-numbers{position:absolute;text-align:right;display:inline-block;vertical-align:middle;box-sizing:border-box;cursor:default;height:100%}.monaco-editor .relative-current-line-number{text-align:left;display:inline-block;width:100%}.monaco-editor .margin-view-overlays .line-numbers{cursor:-webkit-image-set(url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNSAyNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTUgMjU7Ij48cG9seWdvbiBzdHlsZT0iZmlsbDojRkZGRkZGO3N0cm9rZTojMDAwMDAwIiBwb2ludHM9IjE0LjUsMS4yIDEuOSwxMy44IDcsMTMuOCAzLjIsMjEuNSA2LjMsMjIuNSAxMC4xLDE0LjkgMTQuNSwxOCIvPjwvc3ZnPg==") 1x,url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCAzMCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAgNTA7Ij48cG9seWdvbiBzdHlsZT0iZmlsbDojRkZGRkZGO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDoyOyIgcG9pbnRzPSIyOSwyLjQgMy44LDI3LjYgMTQsMjcuNiA2LjQsNDMgMTIuNiw0NSAyMC4yLDI5LjggMjksMzYiLz48L3N2Zz4K") 2x) 30 0,default}.monaco-editor.mac .margin-view-overlays .line-numbers{cursor:-webkit-image-set(url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTMgMTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEzIDE5OyIgd2lkdGg9IjEzIiBoZWlnaHQ9IjE5Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PHRpdGxlPmZsaXBwZWQtY3Vyc29yLW1hYzwvdGl0bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTUuMywxNi42bDEuNi00LjdIMi4xTDEyLjUsMS4ydjE0LjRMOS43LDEzbC0xLjYsNC42Yy0wLjIsMC41LTAuOCwwLjgtMS4zLDAuNkw2LDE3LjkgQzUuNCwxNy43LDUuMSwxNy4yLDUuMywxNi42eiIvPjwvc3ZnPgo=") 1x,url("data:image/svg+xml;base64,CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDI2IDM4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNiAzODsiIHdpZHRoPSIyNiIgaGVpZ2h0PSIzOCI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe3N0cm9rZTojRkZGRkZGO3N0cm9rZS1taXRlcmxpbWl0OjEwO308L3N0eWxlPgk8dGl0bGU+ZmxpcHBlZC1jdXJzb3ItbWFjPC90aXRsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTAuNiwzMy4ybDMuMi05LjRINC4yTDI1LDIuNHYyOC44TDE5LjQsMjZsLTMuMiw5LjJjLTAuNCwxLTEuNiwxLjYtMi42LDEuMkwxMiwzNS44IEMxMC44LDM1LjQsMTAuMiwzNC40LDEwLjYsMzMuMnoiLz48L3N2Zz4K") 2x) 24 3,default}.monaco-editor .margin-view-overlays .line-numbers.lh-odd{margin-top:1px}

View File

@ -0,0 +1 @@
.monaco-editor.no-user-select .lines-content,.monaco-editor.no-user-select .view-line,.monaco-editor.no-user-select .view-lines{-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.monaco-editor .view-lines{cursor:text;white-space:nowrap}.monaco-editor.vs-dark.mac .view-lines,.monaco-editor.hc-black.mac .view-lines{cursor:-webkit-image-set(url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAL0lEQVQoz2NgCD3x//9/BhBYBWdhgFVAiVW4JBFKGIa4AqD0//9D3pt4I4tAdAMAHTQ/j5Zom30AAAAASUVORK5CYII=) 1x,url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAz0lEQVRIx2NgYGBY/R8I/vx5eelX3n82IJ9FxGf6tksvf/8FiTMQAcAGQMDvSwu09abffY8QYSAScNk45G198eX//yev73/4///701eh//kZSARckrNBRvz//+8+6ZohwCzjGNjdgQxkAg7B9WADeBjIBqtJCbhRA0YNoIkBSNmaPEMoNmA0FkYNoFKhapJ6FGyAH3nauaSmPfwI0v/3OukVi0CIZ+F25KrtYcx/CTIy0e+rC7R1Z4KMICVTQQ14feVXIbR695u14+Ir4gwAAD49E54wc1kWAAAAAElFTkSuQmCC) 2x) 5 8,text}.monaco-editor .view-line{position:absolute;width:100%}

View File

@ -0,0 +1 @@
.monaco-editor .lines-decorations{position:absolute;top:0;background:#fff}.monaco-editor .margin-view-overlays .cldr{position:absolute;height:100%}

View File

@ -0,0 +1 @@
.monaco-editor .margin-view-overlays .cmdr{position:absolute;left:0;width:100%;height:100%}

View File

@ -0,0 +1 @@
.monaco-editor .minimap.slider-mouseover .minimap-slider{opacity:0;transition:opacity 100ms linear}.monaco-editor .minimap.slider-mouseover:hover .minimap-slider{opacity:1}.monaco-editor .minimap.slider-mouseover .minimap-slider.active{opacity:1}.monaco-editor .minimap-shadow-hidden{position:absolute;width:0}.monaco-editor .minimap-shadow-visible{position:absolute;left:-6px;width:6px}

View File

@ -0,0 +1 @@
.monaco-editor .overlayWidgets{position:absolute;top:0;left:0}

View File

@ -0,0 +1 @@
.monaco-editor .view-ruler{position:absolute;top:0}

View File

@ -0,0 +1 @@
.monaco-editor .scroll-decoration{position:absolute;top:0;left:0;height:6px}

View File

@ -0,0 +1 @@
.monaco-editor .lines-content .cslr{position:absolute}.monaco-editor .top-left-radius{border-top-left-radius:3px}.monaco-editor .bottom-left-radius{border-bottom-left-radius:3px}.monaco-editor .top-right-radius{border-top-right-radius:3px}.monaco-editor .bottom-right-radius{border-bottom-right-radius:3px}.monaco-editor.hc-black .top-left-radius{border-top-left-radius:0}.monaco-editor.hc-black .bottom-left-radius{border-bottom-left-radius:0}.monaco-editor.hc-black .top-right-radius{border-top-right-radius:0}.monaco-editor.hc-black .bottom-right-radius{border-bottom-right-radius:0}

View File

@ -0,0 +1 @@
.monaco-editor .cursors-layer{position:absolute;top:0}.monaco-editor .cursors-layer>.cursor{position:absolute;cursor:text;overflow:hidden}.monaco-editor .cursors-layer.cursor-smooth-caret-animation>.cursor{transition:80ms}.monaco-editor .cursors-layer.cursor-block-outline-style>.cursor{box-sizing:border-box;background:transparent!important;border-style:solid;border-width:1px}.monaco-editor .cursors-layer.cursor-underline-style>.cursor{border-bottom-width:2px;border-bottom-style:solid;background:transparent!important;box-sizing:border-box}.monaco-editor .cursors-layer.cursor-underline-thin-style>.cursor{border-bottom-width:1px;border-bottom-style:solid;background:transparent!important;box-sizing:border-box}@keyframes monaco-cursor-smooth{0%,20%{opacity:1}60%,100%{opacity:0}}@keyframes monaco-cursor-phase{0%,20%{opacity:1}90%,100%{opacity:0}}@keyframes monaco-cursor-expand{0%,20%{transform:scaleY(1)}80%,100%{transform:scaleY(0)}}.cursor-smooth{animation:monaco-cursor-smooth .5s ease-in-out 0s 20 alternate}.cursor-phase{animation:monaco-cursor-phase .5s ease-in-out 0s 20 alternate}.cursor-expand>.cursor{animation:monaco-cursor-expand .5s ease-in-out 0s 20 alternate}

View File

@ -0,0 +1 @@
.monaco-diff-editor .diffOverview{z-index:9}.monaco-diff-editor.vs .diffOverview{background:rgba(0,0,0,.03)}.monaco-diff-editor.vs-dark .diffOverview{background:rgba(255,255,255,.01)}.monaco-diff-editor .diffViewport{box-shadow:inset 0 0 1px 0 #B9B9B9;background:rgba(0,0,0,.1)}.monaco-diff-editor.vs-dark .diffViewport,.monaco-diff-editor.hc-black .diffViewport{background:rgba(255,255,255,.1)}.monaco-scrollable-element.modified-in-monaco-diff-editor.vs .scrollbar{background:rgba(0,0,0,0)}.monaco-scrollable-element.modified-in-monaco-diff-editor.vs-dark .scrollbar{background:rgba(0,0,0,0)}.monaco-scrollable-element.modified-in-monaco-diff-editor.hc-black .scrollbar{background:0 0}.monaco-scrollable-element.modified-in-monaco-diff-editor .slider{z-index:10}.modified-in-monaco-diff-editor .slider.active{background:rgba(171,171,171,.4)}.modified-in-monaco-diff-editor.hc-black .slider.active{background:0 0}.monaco-editor .insert-sign,.monaco-diff-editor .insert-sign,.monaco-editor .delete-sign,.monaco-diff-editor .delete-sign{background-size:60%;opacity:.7;background-repeat:no-repeat;background-position:50% 50%;background-position:center;background-size:11px 11px}.monaco-editor.hc-black .insert-sign,.monaco-diff-editor.hc-black .insert-sign,.monaco-editor.hc-black .delete-sign,.monaco-diff-editor.hc-black .delete-sign{opacity:1}.monaco-editor .insert-sign,.monaco-diff-editor .insert-sign{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPkxheWVyIDE8L3RpdGxlPjxyZWN0IGhlaWdodD0iMTEiIHdpZHRoPSIzIiB5PSIzIiB4PSI3IiBmaWxsPSIjNDI0MjQyIi8+PHJlY3QgaGVpZ2h0PSIzIiB3aWR0aD0iMTEiIHk9IjciIHg9IjMiIGZpbGw9IiM0MjQyNDIiLz48L3N2Zz4=")}.monaco-editor .delete-sign,.monaco-diff-editor .delete-sign{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPkxheWVyIDE8L3RpdGxlPjxyZWN0IGhlaWdodD0iMyIgd2lkdGg9IjExIiB5PSI3IiB4PSIzIiBmaWxsPSIjNDI0MjQyIi8+PC9zdmc+")}.monaco-editor.vs-dark .insert-sign,.monaco-diff-editor.vs-dark .insert-sign,.monaco-editor.hc-black .insert-sign,.monaco-diff-editor.hc-black .insert-sign{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPkxheWVyIDE8L3RpdGxlPjxyZWN0IGhlaWdodD0iMTEiIHdpZHRoPSIzIiB5PSIzIiB4PSI3IiBmaWxsPSIjQzVDNUM1Ii8+PHJlY3QgaGVpZ2h0PSIzIiB3aWR0aD0iMTEiIHk9IjciIHg9IjMiIGZpbGw9IiNDNUM1QzUiLz48L3N2Zz4=")}.monaco-editor.vs-dark .delete-sign,.monaco-diff-editor.vs-dark .delete-sign,.monaco-editor.hc-black .delete-sign,.monaco-diff-editor.hc-black .delete-sign{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPkxheWVyIDE8L3RpdGxlPjxyZWN0IGhlaWdodD0iMyIgd2lkdGg9IjExIiB5PSI3IiB4PSIzIiBmaWxsPSIjQzVDNUM1Ii8+PC9zdmc+")}.monaco-editor .inline-deleted-margin-view-zone{text-align:right}.monaco-editor .inline-added-margin-view-zone{text-align:right}.monaco-editor .diagonal-fill{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAChJREFUKFNjOH/+fAMDDgCSu3Dhwn9c8gwwBTgNGR4KQP4HhQOhsAIAZCBTkhtqePcAAAAASUVORK5CYII=")}.monaco-editor.vs-dark .diagonal-fill{opacity:.2}.monaco-editor.hc-black .diagonal-fill{background:0 0}.monaco-editor .view-zones .view-lines .view-line span{display:inline-block}

View File

@ -0,0 +1 @@
.monaco-diff-editor .diff-review-line-number{text-align:right;display:inline-block}.monaco-diff-editor .diff-review{position:absolute;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.monaco-diff-editor .diff-review-summary{padding-left:10px}.monaco-diff-editor .diff-review-shadow{position:absolute}.monaco-diff-editor .diff-review-row{white-space:pre}.monaco-diff-editor .diff-review-table{display:table;min-width:100%}.monaco-diff-editor .diff-review-row{display:table-row;width:100%}.monaco-diff-editor .diff-review-cell{display:table-cell}.monaco-diff-editor .diff-review-spacer{display:inline-block;width:10px}.monaco-diff-editor .diff-review-actions{display:inline-block;position:absolute;right:10px;top:2px}.monaco-diff-editor .diff-review-actions .action-label{width:16px;height:16px;margin:2px 0}.monaco-diff-editor .action-label.icon.close-diff-review{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMyAzIDE2IDE2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDMgMyAxNiAxNiI+PHBvbHlnb24gZmlsbD0iIzQyNDI0MiIgcG9pbnRzPSIxMi41OTcsMTEuMDQyIDE1LjQsMTMuODQ1IDEzLjg0NCwxNS40IDExLjA0MiwxMi41OTggOC4yMzksMTUuNCA2LjY4MywxMy44NDUgOS40ODUsMTEuMDQyIDYuNjgzLDguMjM5IDguMjM4LDYuNjgzIDExLjA0Miw5LjQ4NiAxMy44NDUsNi42ODMgMTUuNCw4LjIzOSIvPjwvc3ZnPg==") center center no-repeat}.monaco-diff-editor.hc-black .action-label.icon.close-diff-review,.monaco-diff-editor.vs-dark .action-label.icon.close-diff-review{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMyAzIDE2IDE2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDMgMyAxNiAxNiI+PHBvbHlnb24gZmlsbD0iI2U4ZThlOCIgcG9pbnRzPSIxMi41OTcsMTEuMDQyIDE1LjQsMTMuODQ1IDEzLjg0NCwxNS40IDExLjA0MiwxMi41OTggOC4yMzksMTUuNCA2LjY4MywxMy44NDUgOS40ODUsMTEuMDQyIDYuNjgzLDguMjM5IDguMjM4LDYuNjgzIDExLjA0Miw5LjQ4NiAxMy44NDUsNi42ODMgMTUuNCw4LjIzOSIvPjwvc3ZnPg==") center center no-repeat}

View File

@ -0,0 +1 @@
::-ms-clear{display:none}.monaco-editor .editor-widget input{color:inherit}.monaco-editor{position:relative;overflow:visible;-webkit-text-size-adjust:100%;-webkit-font-feature-settings:"liga" off,"calt" off;font-feature-settings:"liga" off,"calt" off}.monaco-editor.enable-ligatures{-webkit-font-feature-settings:"liga" on,"calt" on;font-feature-settings:"liga" on,"calt" on}.monaco-editor .overflow-guard{position:relative;overflow:hidden}.monaco-editor .view-overlays{position:absolute;top:0}

View File

@ -0,0 +1 @@
.monaco-editor .vs-whitespace{display:inline-block}

View File

@ -0,0 +1 @@
.monaco-editor .bracket-match{box-sizing:border-box}

View File

@ -0,0 +1 @@
.monaco-menu .monaco-action-bar.vertical .action-label.hover{background-color:#EEE}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.monaco-editor .codelens-decoration{overflow:hidden;display:inline-block;text-overflow:ellipsis}.monaco-editor .codelens-decoration>span,.monaco-editor .codelens-decoration>a{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;vertical-align:sub}.monaco-editor .codelens-decoration>a{text-decoration:none}.monaco-editor .codelens-decoration>a:hover{text-decoration:underline;cursor:pointer}.monaco-editor .codelens-decoration.invisible-cl{opacity:0}@keyframes fadein{0%{opacity:0;visibility:visible}100%{opacity:1}}.monaco-editor .codelens-decoration.fadein{animation:fadein .1s linear}

View File

@ -0,0 +1 @@
.colorpicker-widget{height:190px;user-select:none}.monaco-editor .colorpicker-hover:focus{outline:0}.colorpicker-header{display:flex;height:24px;position:relative;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII=");background-size:9px 9px;image-rendering:pixelated}.colorpicker-header .picked-color{width:216px;text-align:center;line-height:24px;cursor:pointer;color:#fff;flex:1;text-align:center}.colorpicker-header .picked-color.light{color:#000}.colorpicker-header .original-color{width:74px;z-index:inherit;cursor:pointer}.colorpicker-body{display:flex;padding:8px;position:relative}.colorpicker-body .saturation-wrap{overflow:hidden;height:150px;position:relative;min-width:220px;flex:1}.colorpicker-body .saturation-box{height:150px;position:absolute}.colorpicker-body .saturation-selection{width:9px;height:9px;margin:-5px 0 0 -5px;border:1px solid #fff;border-radius:100%;box-shadow:0 0 2px rgba(0,0,0,.8);position:absolute}.colorpicker-body .strip{width:25px;height:150px}.colorpicker-body .hue-strip{position:relative;margin-left:8px;cursor:-webkit-grab;background:linear-gradient(to bottom,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)}.colorpicker-body .opacity-strip{position:relative;margin-left:8px;cursor:-webkit-grab;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII=");background-size:9px 9px;image-rendering:pixelated}.colorpicker-body .strip.grabbing{cursor:-webkit-grabbing}.colorpicker-body .slider{position:absolute;top:0;left:-2px;width:calc(100% + 4px);height:4px;box-sizing:border-box;border:1px solid rgba(255,255,255,.71);box-shadow:0 0 1px rgba(0,0,0,.85)}.colorpicker-body .strip .overlay{height:150px;pointer-events:none}

View File

@ -0,0 +1 @@
.monaco-editor.vs .dnd-target{border-right:2px dotted #000;color:#fff}.monaco-editor.vs-dark .dnd-target{border-right:2px dotted #AEAFAD;color:#51504f}.monaco-editor.hc-black .dnd-target{border-right:2px dotted #fff;color:#000}.monaco-editor.mouse-default .view-lines,.monaco-editor.vs-dark.mac.mouse-default .view-lines,.monaco-editor.hc-black.mac.mouse-default .view-lines{cursor:default}.monaco-editor.mouse-copy .view-lines,.monaco-editor.vs-dark.mac.mouse-copy .view-lines,.monaco-editor.hc-black.mac.mouse-copy .view-lines{cursor:copy}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.monaco-editor .margin-view-overlays .folding{cursor:pointer;background-repeat:no-repeat;background-origin:border-box;background-position:calc(50% + 2px) center;background-size:auto calc(100% - 3px);opacity:0;transition:opacity .5s}.monaco-editor .margin-view-overlays .folding{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1IDE1OyI+CjxwYXRoIHN0eWxlPSJmaWxsOiNCNkI2QjYiIGQ9Ik0xMSw0djdINFY0SDExIE0xMiwzSDN2OWg5VjNMMTIsM3oiLz4KPGxpbmUgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzZCNkI2QjtzdHJva2UtbWl0ZXJsaW1pdDoxMCIgeDE9IjEwIiB5MT0iNy41IiB4Mj0iNSIgeTI9IjcuNSIvPgo8L3N2Zz4=")}.monaco-editor.hc-black .margin-view-overlays .folding,.monaco-editor.vs-dark .margin-view-overlays .folding{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1IDE1OyI+CjxwYXRoIHN0eWxlPSJmaWxsOiM1QTVBNUEiIGQ9Ik0xMSw0djdINFY0SDExIE0xMiwzSDN2OWg5VjNMMTIsM3oiLz4KPGxpbmUgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I0M1QzVDNTtzdHJva2UtbWl0ZXJsaW1pdDoxMCIgeDE9IjEwIiB5MT0iNy41IiB4Mj0iNSIgeTI9IjcuNSIvPgo8L3N2Zz4=")}.monaco-editor .margin-view-overlays:hover .folding,.monaco-editor .margin-view-overlays .folding.alwaysShowFoldIcons{opacity:1}.monaco-editor .margin-view-overlays .folding.collapsed{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1IDE1OyI+CjxyZWN0IHg9IjMiIHk9IjMiIHN0eWxlPSJmaWxsOiNFOEU4RTgiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0I2QjZCNiIgZD0iTTExLDR2N0g0VjRIMTEgTTEyLDNIM3Y5aDlWM0wxMiwzeiIvPgo8bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojNkI2QjZCO3N0cm9rZS1taXRlcmxpbWl0OjEwIiB4MT0iMTAiIHkxPSI3LjUiIHgyPSI1IiB5Mj0iNy41Ii8+CjxsaW5lIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiM2QjZCNkI7c3Ryb2tlLW1pdGVybGltaXQ6MTAiIHgxPSI3LjUiIHkxPSI1IiB4Mj0iNy41IiB5Mj0iMTAiLz4KPC9zdmc+");opacity:1}.monaco-editor.hc-black .margin-view-overlays .folding.collapsed,.monaco-editor.vs-dark .margin-view-overlays .folding.collapsed{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1IDE1OyI+CjxyZWN0IHg9IjMiIHk9IjMiIHN0eWxlPSJvcGFjaXR5OjAuMTtmaWxsOiNGRkZGRkYiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiLz4KPHBhdGggc3R5bGU9ImZpbGw6IzVBNUE1QSIgZD0iTTExLDR2N0g0VjRIMTEgTTEyLDNIM3Y5aDlWM0wxMiwzeiIvPgo8bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojQzVDNUM1O3N0cm9rZS1taXRlcmxpbWl0OjEwIiB4MT0iMTAiIHkxPSI3LjUiIHgyPSI1IiB5Mj0iNy41Ii8+CjxsaW5lIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNDNUM1QzU7c3Ryb2tlLW1pdGVybGltaXQ6MTAiIHgxPSI3LjUiIHkxPSI1IiB4Mj0iNy41IiB5Mj0iMTAiLz4KPC9zdmc+")}.monaco-editor .inline-folded:after{color:grey;margin:.1em .2em 0;content:"⋯";display:inline;line-height:1em;cursor:pointer}

View File

@ -0,0 +1 @@
.monaco-editor .goto-definition-link{text-decoration:underline;cursor:pointer}

View File

@ -0,0 +1 @@
.monaco-editor .peekview-widget .head .peekview-title .icon.warning{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+PHBhdGggZmlsbD0iI0Y2RjZGNiIgZD0iTTcuNSAyTDIgMTJsMiAyaDlsMi0yTDkuNSAyeiIvPjxwYXRoIGQ9Ik05IDNIOGwtNC41IDkgMSAxaDhsMS0xTDkgM3ptMCA5SDh2LTFoMXYxem0wLTJIOFY2aDF2NHoiIGZpbGw9IiNmYzAiLz48cGF0aCBkPSJNOSAxMEg4VjZoMXY0em0wIDFIOHYxaDF2LTF6Ii8+PC9zdmc+") center center no-repeat}.monaco-editor .peekview-widget .head .peekview-title .icon.error{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+PGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjYiIGZpbGw9IiNGNkY2RjYiLz48cGF0aCBkPSJNOCAzQzUuMjM4IDMgMyA1LjIzOCAzIDhzMi4yMzggNSA1IDUgNS0yLjIzOCA1LTUtMi4yMzgtNS01LTV6bTMgN2wtMSAxLTItMi0yIDItMS0xIDItMi4wMjdMNSA2bDEtMSAyIDIgMi0yIDEgMS0yIDEuOTczTDExIDEweiIgZmlsbD0iI0U1MTQwMCIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMSA2bC0xLTEtMiAyLTItMi0xIDEgMiAxLjk3M0w1IDEwbDEgMSAyLTIgMiAyIDEtMS0yLTIuMDI3eiIvPjwvc3ZnPg==") center center no-repeat}.monaco-editor .peekview-widget .head .peekview-title .icon.info{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+PGNpcmNsZSBjeD0iOC41IiBjeT0iNy41IiByPSI1LjUiIGZpbGw9IiNGNkY2RjYiLz48cGF0aCBkPSJNOC41IDNDNi4wMTUgMyA0IDUuMDE1IDQgNy41UzYuMDE1IDEyIDguNSAxMiAxMyA5Ljk4NSAxMyA3LjUgMTAuOTg1IDMgOC41IDN6bS41IDhIOFY2aDF2NXptMC02SDhWNGgxdjF6IiBmaWxsPSIjMUJBMUUyIi8+PHBhdGggZD0iTTggNmgxdjVIOFY2em0wLTJ2MWgxVjRIOHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") center center no-repeat}.vs-dark .monaco-editor .peekview-widget .head .peekview-title .icon.warning{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgaGVpZ2h0PSIxNiIgd2lkdGg9IjE2Ij48cGF0aCBmaWxsPSIjMUUxRTFFIiBkPSJNNy41IDJMMiAxMmwyIDJoOWwyLTJMOS41IDJ6Ii8+PHBhdGggZD0iTTkgM0g4bC00LjUgOSAxIDFoOGwxLTFMOSAzem0wIDlIOHYtMWgxdjF6bTAtMkg4VjZoMXY0eiIgZmlsbD0iI2ZjMCIvPjxwYXRoIGQ9Ik05IDEwSDhWNmgxdjR6bTAgMUg4djFoMXYtMXoiLz48L3N2Zz4=") center center no-repeat}.vs-dark .monaco-editor .peekview-widget .head .peekview-title .icon.error{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgaGVpZ2h0PSIxNiIgd2lkdGg9IjE2Ij48Y2lyY2xlIGN4PSI4IiBjeT0iOCIgcj0iNiIgZmlsbD0iIzFFMUUxRSIvPjxwYXRoIGQ9Ik04IDNDNS4yMzggMyAzIDUuMjM4IDMgOHMyLjIzOCA1IDUgNSA1LTIuMjM4IDUtNS0yLjIzOC01LTUtNXptMyA3bC0xIDEtMi0yLTIgMi0xLTEgMi0yLjAyN0w1IDZsMS0xIDIgMiAyLTIgMSAxLTIgMS45NzNMMTEgMTB6IiBmaWxsPSIjRjQ4NzcxIi8+PHBhdGggZmlsbD0iIzI1MjUyNiIgZD0iTTExIDZsLTEtMS0yIDItMi0yLTEgMSAyIDEuOTczTDUgMTBsMSAxIDItMiAyIDIgMS0xLTItMi4wMjd6Ii8+PC9zdmc+") center center no-repeat}.vs-dark .monaco-editor .peekview-widget .head .peekview-title .icon.info{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+PGNpcmNsZSBjeD0iOC41IiBjeT0iNy41IiByPSI1LjUiIGZpbGw9IiMxRTFFMUUiLz48cGF0aCBkPSJNOC41IDNDNi4wMTUgMyA0IDUuMDE1IDQgNy41UzYuMDE1IDEyIDguNSAxMiAxMyA5Ljk4NSAxMyA3LjUgMTAuOTg1IDMgOC41IDN6bS41IDhIOFY2aDF2NXptMC02SDhWNGgxdjF6IiBmaWxsPSIjMUJBMUUyIi8+PHBhdGggZD0iTTggNmgxdjVIOFY2em0wLTJ2MWgxVjRIOHoiIGZpbGw9IiMyNTI1MjYiLz48L3N2Zz4=") center center no-repeat}.monaco-editor .marker-widget{text-overflow:ellipsis;white-space:nowrap}.monaco-editor .marker-widget>.stale{opacity:.6;font-style:italic}.monaco-editor .marker-widget .title{display:inline-block;padding-right:5px}.monaco-editor .marker-widget .descriptioncontainer{position:absolute;white-space:pre;-webkit-user-select:text;user-select:text;padding:8px 12px 0 20px}.monaco-editor .marker-widget .descriptioncontainer .message{display:flex;flex-direction:column}.monaco-editor .marker-widget .descriptioncontainer .message .details{padding-left:6px}.monaco-editor .marker-widget .descriptioncontainer .message .source,.monaco-editor .marker-widget .descriptioncontainer .message .code{opacity:.6}.monaco-editor .marker-widget .descriptioncontainer .filename{cursor:pointer}

View File

@ -0,0 +1 @@
.monaco-editor-hover{cursor:default;position:absolute;overflow:hidden;z-index:50;-webkit-user-select:text;-ms-user-select:text;-khtml-user-select:text;-moz-user-select:text;-o-user-select:text;user-select:text;box-sizing:initial;animation:fadein 100ms linear;line-height:1.5em}.monaco-editor-hover.hidden{display:none}.monaco-editor-hover .hover-contents{padding:4px 8px}.monaco-editor-hover .markdown-hover>.hover-contents:not(.code-hover-contents){max-width:500px}.monaco-editor-hover p,.monaco-editor-hover ul{margin:8px 0}.monaco-editor-hover hr{margin-top:4px;margin-bottom:-6px;margin-left:-10px;margin-right:-10px;height:1px}.monaco-editor-hover p:first-child,.monaco-editor-hover ul:first-child{margin-top:0}.monaco-editor-hover p:last-child,.monaco-editor-hover ul:last-child{margin-bottom:0}.monaco-editor-hover ul{padding-left:20px}.monaco-editor-hover li>p{margin-bottom:0}.monaco-editor-hover li>ul{margin-top:0}.monaco-editor-hover code{border-radius:3px;padding:0 .4em}.monaco-editor-hover .monaco-tokenized-source{white-space:pre-wrap;word-break:break-all}.monaco-editor-hover .hover-row.status-bar{font-size:12px;line-height:22px}.monaco-editor-hover .hover-row.status-bar .actions{display:flex}.monaco-editor-hover .hover-row.status-bar .actions .action-container{margin:0 8px;cursor:pointer}.monaco-editor-hover .hover-row.status-bar .actions .action-container .action .icon{padding-right:4px}

View File

@ -0,0 +1 @@
.monaco-editor .detected-link,.monaco-editor .detected-link-active{text-decoration:underline;text-underline-position:under}.monaco-editor .detected-link-active{cursor:pointer}

View File

@ -0,0 +1 @@
.monaco-editor .monaco-editor-overlaymessage{padding-bottom:8px}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.monaco-editor .monaco-editor-overlaymessage.fadeIn{animation:fadeIn 150ms ease-out}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.monaco-editor .monaco-editor-overlaymessage.fadeOut{animation:fadeOut 100ms ease-out}.monaco-editor .monaco-editor-overlaymessage .message{padding:1px 4px}.monaco-editor .monaco-editor-overlaymessage .anchor{width:0!important;height:0!important;border-color:transparent;border-style:solid;z-index:1000;border-width:8px;position:absolute}

View File

@ -0,0 +1 @@
.monaco-editor .parameter-hints-widget{z-index:10;display:flex;flex-direction:column;line-height:1.5em}.monaco-editor .parameter-hints-widget>.wrapper{max-width:440px;display:flex;flex-direction:column}.monaco-editor .parameter-hints-widget.multiple{min-height:3.3em;padding:0 0 0 1.9em}.monaco-editor .parameter-hints-widget.visible{transition:left .05s ease-in-out}.monaco-editor .parameter-hints-widget p,.monaco-editor .parameter-hints-widget ul{margin:8px 0}.monaco-editor .parameter-hints-widget .monaco-scrollable-element,.monaco-editor .parameter-hints-widget .body{display:flex;flex-direction:column}.monaco-editor .parameter-hints-widget .signature{padding:4px 5px}.monaco-editor .parameter-hints-widget .docs{padding:0 10px 0 5px;white-space:pre-wrap}.monaco-editor .parameter-hints-widget .docs .markdown-docs{white-space:initial}.monaco-editor .parameter-hints-widget .docs .code{white-space:pre-wrap}.monaco-editor .parameter-hints-widget .docs code{border-radius:3px;padding:0 .4em}.monaco-editor .parameter-hints-widget .buttons{position:absolute;display:none;bottom:0;left:0}.monaco-editor .parameter-hints-widget.multiple .buttons{display:block}.monaco-editor .parameter-hints-widget.multiple .button{position:absolute;left:2px;width:16px;height:16px;background-repeat:no-repeat;cursor:pointer}.monaco-editor .parameter-hints-widget .button.previous{bottom:24px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQyNDI0MiIgZD0iTTEwLjggOS41bC45LS45TDguMSA1IDQuMiA4LjZsLjkuOSAzLTIuNyAyLjcgMi43eiIvPjwvc3ZnPg==")}.monaco-editor .parameter-hints-widget .button.next{bottom:0;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQyNDI0MiIgZD0iTTUuMSA1bC0uOS45IDMuNiAzLjYgMy45LTMuNi0xLS45LTMgMi43TDUuMSA1eiIvPjwvc3ZnPg==")}.monaco-editor .parameter-hints-widget .overloads{position:absolute;display:none;text-align:center;bottom:14px;left:0;width:22px;height:12px;line-height:12px;opacity:.5}.monaco-editor .parameter-hints-widget.multiple .overloads{display:block}.monaco-editor .parameter-hints-widget .signature .parameter.active{font-weight:700;text-decoration:underline}.monaco-editor .parameter-hints-widget .documentation-parameter>.parameter{font-weight:700;margin-right:.5em}.monaco-editor.hc-black .parameter-hints-widget .button.previous,.monaco-editor.vs-dark .parameter-hints-widget .button.previous{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI0U4RThFOCIgZD0iTTEwLjggOS41bC45LS45TDguMSA1IDQuMiA4LjZsLjkuOSAzLTIuNyAyLjcgMi43eiIvPjwvc3ZnPg==")}.monaco-editor.hc-black .parameter-hints-widget .button.next,.monaco-editor.vs-dark .parameter-hints-widget .button.next{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI0U4RThFOCIgZD0iTTUuMSA1bC0uOS45IDMuNiAzLjYgMy45LTMuNi0xLS45LTMgMi43TDUuMSA1eiIvPjwvc3ZnPg==")}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.monaco-editor .zone-widget .zone-widget-container.reference-zone-widget{border-top-width:1px;border-bottom-width:1px}.monaco-editor .reference-zone-widget .inline{display:inline-block;vertical-align:top}.monaco-editor .reference-zone-widget .messages{height:100%;width:100%;text-align:center;padding:3em 0}.monaco-editor .reference-zone-widget .ref-tree{line-height:23px}.monaco-editor .reference-zone-widget .ref-tree .reference{text-overflow:ellipsis;overflow:hidden}.monaco-editor .reference-zone-widget .ref-tree .reference-file{display:inline-flex;width:100%;height:100%}.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .selected .reference-file{color:inherit!important}.monaco-editor .reference-zone-widget .ref-tree .reference-file .count{margin-right:12px;margin-left:auto}.monaco-editor.hc-black .reference-zone-widget .ref-tree .reference-file{font-weight:700}

View File

@ -0,0 +1 @@
.monaco-editor .rename-box{z-index:100;color:inherit}.monaco-editor .rename-box .rename-input{padding:4px}

View File

@ -0,0 +1 @@
.monaco-editor .snippet-placeholder{min-width:2px;outline-style:solid;outline-width:1px}.monaco-editor .finish-snippet-placeholder{outline-style:solid;outline-width:1px}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.monaco-editor .zone-widget{position:absolute;z-index:10}.monaco-editor .zone-widget .zone-widget-container{border-top-style:solid;border-bottom-style:solid;border-top-width:0;border-bottom-width:0;position:relative}

View File

@ -0,0 +1 @@
define("node_modules/monaco-editor/esm/vs/editor/editor.worker",function(e,o){"use strict";function r(e){if(!i){i=!0;var o=new n.EditorSimpleWorkerImpl(e),r=new s.SimpleWorkerServer(function(e){self.postMessage(e)},o);self.onmessage=function(e){r.onmessage(e.data)}}}Object.defineProperty(o,"__esModule",{value:!0});var s=e("node_modules/monaco-editor/esm/vs/base/common/worker/simpleWorker"),n=e("node_modules/monaco-editor/esm/vs/editor/common/services/editorSimpleWorker"),i=!1;o.initialize=r,self.onmessage=function(){i||r(null)}});

View File

@ -0,0 +1 @@
.monaco-editor .accessibilityHelpWidget{padding:10px;vertical-align:middle;overflow:scroll}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.monaco-editor .tokens-inspect-widget{z-index:50;-webkit-user-select:text;-ms-user-select:text;-khtml-user-select:text;-moz-user-select:text;-o-user-select:text;user-select:text;padding:10px}.tokens-inspect-separator{height:1px;border:0}.monaco-editor .tokens-inspect-widget .tm-token{font-family:monospace}.monaco-editor .tokens-inspect-widget .tm-token-length{font-weight:400;font-size:60%;float:right}.monaco-editor .tokens-inspect-widget .tm-metadata-table{width:100%}.monaco-editor .tokens-inspect-widget .tm-metadata-value{font-family:monospace;text-align:right}.monaco-editor .tokens-inspect-widget .tm-token-type{font-family:monospace}

View File

@ -0,0 +1 @@
.monaco-quick-open-widget .monaco-tree .monaco-tree-row .monaco-highlighted-label .highlight,.monaco-quick-open-widget .monaco-list .monaco-list-row .monaco-highlighted-label .highlight{color:#0066BF}.vs-dark .monaco-quick-open-widget .monaco-tree .monaco-tree-row .monaco-highlighted-label .highlight,.vs-dark .monaco-quick-open-widget .monaco-list .monaco-list-row .monaco-highlighted-label .highlight{color:#0097fb}.hc-black .monaco-quick-open-widget .monaco-tree .monaco-tree-row .monaco-highlighted-label .highlight,.hc-black .monaco-quick-open-widget .monaco-list .monaco-list-row .monaco-highlighted-label .highlight{color:#F38518}

View File

@ -0,0 +1 @@
.monaco-quick-open-widget{font-size:13px}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
define("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/cssLanguageService",function(e,s){"use strict";function o(e,s,o,n,a,i){return{configure:i.configure.bind(i),doValidation:i.doValidation.bind(i),parseStylesheet:e.parseStylesheet.bind(e),doComplete:s.doComplete.bind(s),setCompletionParticipants:s.setCompletionParticipants.bind(s),doHover:o.doHover.bind(o),findDefinition:n.findDefinition.bind(n),findReferences:n.findReferences.bind(n),findDocumentHighlights:n.findDocumentHighlights.bind(n),findDocumentLinks:n.findDocumentLinks.bind(n),findDocumentSymbols:n.findDocumentSymbols.bind(n),doCodeActions:a.doCodeActions.bind(a),doCodeActions2:a.doCodeActions2.bind(a),findColorSymbols:function(e,s){return n.findDocumentColors(e,s).map(function(e){return e.range})},findDocumentColors:n.findDocumentColors.bind(n),getColorPresentations:n.getColorPresentations.bind(n),doRename:n.doRename.bind(n),getFoldingRanges:_.getFoldingRanges,getSelectionRanges:b.getSelectionRanges}}function n(e){e&&e.customDataProviders&&f.cssDataManager.addDataProviders(e.customDataProviders)}function a(e){return n(e),o(new t.Parser,new r.CSSCompletion,new g.CSSHover,new l.CSSNavigation,new u.CSSCodeActions,new m.CSSValidation)}function i(e){return n(e),o(new v.SCSSParser,new S.SCSSCompletion,new g.CSSHover,new l.CSSNavigation,new u.CSSCodeActions,new m.CSSValidation)}function d(e){return n(e),o(new C.LESSParser,new p.LESSCompletion,new g.CSSHover,new l.CSSNavigation,new u.CSSCodeActions,new m.CSSValidation)}Object.defineProperty(s,"__esModule",{value:!0});var c=e("node_modules/tslib/tslib"),t=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/parser/cssParser"),r=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/services/cssCompletion"),g=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/services/cssHover"),l=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/services/cssNavigation"),u=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/services/cssCodeActions"),m=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/services/cssValidation"),v=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/parser/scssParser"),S=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/services/scssCompletion"),C=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/parser/lessParser"),p=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/services/lessCompletion"),_=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/services/cssFolding"),f=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/languageFacts/facts"),b=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/services/cssSelectionRange");c.__exportStar(e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/cssLanguageTypes"),s),c.__exportStar(e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-languageserver-types/main"),s),s.getCSSLanguageService=a,s.getSCSSLanguageService=i,s.getLESSLanguageService=d});

View File

@ -0,0 +1 @@
define("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/cssLanguageTypes",function(e,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var s=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-languageserver-types/main");n.Range=s.Range,n.TextEdit=s.TextEdit,n.Position=s.Position,function(e){e.Empty="",e.Statement="statement",e.Declaration="declaration"}(n.SelectionRangeKind||(n.SelectionRangeKind={}))});

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
define("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/languageFacts/dataManager",function(e,t){"use strict";function s(e){return e.browsers?e.browsers.length>1:!0}Object.defineProperty(t,"__esModule",{value:!0});var o=e("node_modules/tslib/tslib"),r=o.__importStar(e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/utils/objects")),i=function(){function e(e){this.dataProviders=e,this._propertySet={},this._atDirectiveSet={},this._pseudoClassSet={},this._pseudoElementSet={},this._properties=[],this._atDirectives=[],this._pseudoClasses=[],this._pseudoElements=[],this.collectData()}return e.prototype.addDataProviders=function(e){this.dataProviders=this.dataProviders.concat(e),this.collectData()},e.prototype.collectData=function(){var e=this;this.dataProviders.forEach(function(t){t.provideProperties().forEach(function(t){e._propertySet[t.name]||(e._propertySet[t.name]=t)}),t.provideAtDirectives().forEach(function(t){e._atDirectiveSet[t.name]||(e._atDirectiveSet[t.name]=t)}),t.providePseudoClasses().forEach(function(t){e._pseudoClassSet[t.name]||(e._pseudoClassSet[t.name]=t)}),t.providePseudoElements().forEach(function(t){e._pseudoElementSet[t.name]||(e._pseudoElementSet[t.name]=t)})}),this._properties=r.values(this._propertySet),this._atDirectives=r.values(this._atDirectiveSet),this._pseudoClasses=r.values(this._pseudoClassSet),this._pseudoElements=r.values(this._pseudoElementSet)},e.prototype.getProperty=function(e){return this._propertySet[e]},e.prototype.getAtDirective=function(e){return this._atDirectiveSet[e]},e.prototype.getPseudoClass=function(e){return this._pseudoClassSet[e]},e.prototype.getPseudoElement=function(e){return this._pseudoElementSet[e]},e.prototype.getProperties=function(e){return void 0===e&&(e=!0),e?this._properties.filter(s):this._properties},e.prototype.getAtDirectives=function(e){return void 0===e&&(e=!0),e?this._atDirectives.filter(s):this._atDirectives},e.prototype.getPseudoClasses=function(e){return void 0===e&&(e=!0),e?this._pseudoClasses.filter(s):this._pseudoClasses},e.prototype.getPseudoElements=function(e){return void 0===e&&(e=!0),e?this._pseudoElements.filter(s):this._pseudoElements},e.prototype.isKnownProperty=function(e){return e.toLowerCase()in this._propertySet},e.prototype.isStandardProperty=function(e){return this.isKnownProperty(e)&&(!this._propertySet[e.toLowerCase()].status||"standard"===this._propertySet[e.toLowerCase()].status)},e}();t.CSSDataManager=i,t.supportedInMoreThanOneBrowser=s});

View File

@ -0,0 +1 @@
define("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/languageFacts/dataProvider",function(e,s){"use strict";Object.defineProperty(s,"__esModule",{value:!0});var t=function(){function e(e){this._properties=[],this._atDirectives=[],this._pseudoClasses=[],this._pseudoElements=[],this.addData(e)}return e.prototype.provideProperties=function(){return this._properties},e.prototype.provideAtDirectives=function(){return this._atDirectives},e.prototype.providePseudoClasses=function(){return this._pseudoClasses},e.prototype.providePseudoElements=function(){return this._pseudoElements},e.prototype.addData=function(e){e.properties&&(this._properties=this._properties.concat(e.properties)),e.atDirectives&&(this._atDirectives=this._atDirectives.concat(e.atDirectives)),e.pseudoClasses&&(this._pseudoClasses=this._pseudoClasses.concat(e.pseudoClasses)),e.pseudoElements&&(this._pseudoElements=this._pseudoElements.concat(e.pseudoElements))},e}();s.CSSDataProvider=t});

View File

@ -0,0 +1 @@
define("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/languageFacts/entry",function(e,n){"use strict";function r(e){switch(e){case"experimental":return"⚠️ Property is experimental. Be cautious when using it.\n\n";case"nonstandard":return"🚨️ Property is nonstandard. Avoid using it.\n\n";case"obsolete":return"🚨️️️ Property is obsolete. Avoid using it.\n\n";default:return""}}function t(e){if(!e.description||""===e.description)return null;var n="";e.status&&(n+=r(e.status)),n+=e.description;var t=s(e.browsers);return t&&(n+="\n("+t+")"),"syntax"in e&&(n+="\n\nSyntax: "+e.syntax),n}function s(e){return e&&0!==e.length?e.map(function(e){var r="",t=e.match(/([A-Z]+)(\d+)?/),s=t[1],i=t[2];return s in n.browserNames&&(r+=n.browserNames[s]),i&&(r+=" "+i),r}).join(", "):null}Object.defineProperty(n,"__esModule",{value:!0}),n.browserNames={E:"Edge",FF:"Firefox",S:"Safari",C:"Chrome",IE:"IE",O:"Opera"},n.getEntryDescription=t,n.getBrowserLabel=s});

View File

@ -0,0 +1 @@
define("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/languageFacts/facts",function(e,s){"use strict";Object.defineProperty(s,"__esModule",{value:!0});var a=e("node_modules/tslib/tslib"),o=a.__importStar(e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/data/browsers")),c=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/languageFacts/dataManager"),d=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/languageFacts/dataProvider");a.__exportStar(e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/languageFacts/entry"),s),a.__exportStar(e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/languageFacts/colors"),s),a.__exportStar(e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/languageFacts/builtinData"),s),a.__exportStar(e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/languageFacts/dataProvider"),s),a.__exportStar(e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/languageFacts/dataManager"),s),s.cssDataManager=new c.CSSDataManager([new d.CSSDataProvider(o.cssData)])});

View File

@ -0,0 +1 @@
define("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/parser/cssErrors",function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var c=e("node_modules/tslib/tslib"),d=c.__importStar(e("node_modules/monaco-editor/esm/vs/language/css/fillers/vscode-nls")),p=d.loadMessageBundle(),r=function(){function e(e,t){this.id=e,this.message=t}return e}();t.CSSIssueType=r,t.ParseError={NumberExpected:new r("css-numberexpected",p("expected.number","number expected")),ConditionExpected:new r("css-conditionexpected",p("expected.condt","condition expected")),RuleOrSelectorExpected:new r("css-ruleorselectorexpected",p("expected.ruleorselector","at-rule or selector expected")),DotExpected:new r("css-dotexpected",p("expected.dot","dot expected")),ColonExpected:new r("css-colonexpected",p("expected.colon","colon expected")),SemiColonExpected:new r("css-semicolonexpected",p("expected.semicolon","semi-colon expected")),TermExpected:new r("css-termexpected",p("expected.term","term expected")),ExpressionExpected:new r("css-expressionexpected",p("expected.expression","expression expected")),OperatorExpected:new r("css-operatorexpected",p("expected.operator","operator expected")),IdentifierExpected:new r("css-identifierexpected",p("expected.ident","identifier expected")),PercentageExpected:new r("css-percentageexpected",p("expected.percentage","percentage expected")),URIOrStringExpected:new r("css-uriorstringexpected",p("expected.uriorstring","uri or string expected")),URIExpected:new r("css-uriexpected",p("expected.uri","URI expected")),VariableNameExpected:new r("css-varnameexpected",p("expected.varname","variable name expected")),VariableValueExpected:new r("css-varvalueexpected",p("expected.varvalue","variable value expected")),PropertyValueExpected:new r("css-propertyvalueexpected",p("expected.propvalue","property value expected")),LeftCurlyExpected:new r("css-lcurlyexpected",p("expected.lcurly","{ expected")),RightCurlyExpected:new r("css-rcurlyexpected",p("expected.rcurly","} expected")),LeftSquareBracketExpected:new r("css-rbracketexpected",p("expected.lsquare","[ expected")),RightSquareBracketExpected:new r("css-lbracketexpected",p("expected.rsquare","] expected")),LeftParenthesisExpected:new r("css-lparentexpected",p("expected.lparen","( expected")),RightParenthesisExpected:new r("css-rparentexpected",p("expected.rparent",") expected")),CommaExpected:new r("css-commaexpected",p("expected.comma","comma expected")),PageDirectiveOrDeclarationExpected:new r("css-pagedirordeclexpected",p("expected.pagedirordecl","page directive or declaraton expected")),UnknownAtRule:new r("css-unknownatrule",p("unknown.atrule","at-rule unknown")),UnknownKeyword:new r("css-unknownkeyword",p("unknown.keyword","unknown keyword")),SelectorExpected:new r("css-selectorexpected",p("expected.selector","selector expected")),StringLiteralExpected:new r("css-stringliteralexpected",p("expected.stringliteral","string literal expected")),WhitespaceExpected:new r("css-whitespaceexpected",p("expected.whitespace","whitespace expected")),MediaQueryExpected:new r("css-mediaqueryexpected",p("expected.mediaquery","media query expected"))}});

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
define("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/parser/lessScanner",function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=e("node_modules/tslib/tslib"),r=this&&this.__extends||function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),a=n.__importStar(e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/parser/cssScanner")),s="/".charCodeAt(0),o="\n".charCodeAt(0),c="\r".charCodeAt(0),i="\f".charCodeAt(0),p="`".charCodeAt(0),u=".".charCodeAt(0),h=a.TokenType.CustomToken;t.Ellipsis=h++;var d=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return r(n,e),n.prototype.scanNext=function(n){var r=this.escapedJavaScript();return null!==r?this.finishToken(n,r):this.stream.advanceIfChars([u,u,u])?this.finishToken(n,t.Ellipsis):e.prototype.scanNext.call(this,n)},n.prototype.comment=function(){return e.prototype.comment.call(this)?!0:!this.inURL&&this.stream.advanceIfChars([s,s])?(this.stream.advanceWhileChar(function(e){switch(e){case o:case c:case i:return!1;default:return!0}}),!0):!1},n.prototype.escapedJavaScript=function(){var e=this.stream.peekChar();return e===p?(this.stream.advance(1),this.stream.advanceWhileChar(function(e){return e!==p}),this.stream.advanceIfChar(p)?a.TokenType.EscapedJavaScript:a.TokenType.BadEscapedJavaScript):null},n}(a.Scanner);t.LESSScanner=d});

View File

@ -0,0 +1 @@
define("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/parser/scssErrors",function(e,s){"use strict";Object.defineProperty(s,"__esModule",{value:!0});var o=e("node_modules/tslib/tslib"),r=o.__importStar(e("node_modules/monaco-editor/esm/vs/language/css/fillers/vscode-nls")),t=r.loadMessageBundle(),c=function(){function e(e,s){this.id=e,this.message=s}return e}();s.SCSSIssueType=c,s.SCSSParseError={FromExpected:new c("scss-fromexpected",t("expected.from","'from' expected")),ThroughOrToExpected:new c("scss-throughexpected",t("expected.through","'through' or 'to' expected")),InExpected:new c("scss-fromexpected",t("expected.in","'in' expected"))}});

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
define("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/parser/scssScanner",function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=this&&this.__extends||function(){var e=function(t,a){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)t.hasOwnProperty(a)&&(e[a]=t[a])})(t,a)};return function(t,a){function r(){this.constructor=t}e(t,a),t.prototype=null===a?Object.create(a):(r.prototype=a.prototype,new r)}}(),r=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/parser/cssScanner"),s="/".charCodeAt(0),n="\n".charCodeAt(0),o="\r".charCodeAt(0),i="\f".charCodeAt(0),c="$".charCodeAt(0),h="#".charCodeAt(0),u="{".charCodeAt(0),l="=".charCodeAt(0),f="!".charCodeAt(0),p="<".charCodeAt(0),d=">".charCodeAt(0),m=".".charCodeAt(0),C=r.TokenType.CustomToken;t.VariableName=C++,t.InterpolationFunction=C++,t.Default=C++,t.EqualsOperator=C++,t.NotEqualsOperator=C++,t.GreaterEqualsOperator=C++,t.SmallerEqualsOperator=C++,t.Ellipsis=C++;var v=function(e){function C(){return null!==e&&e.apply(this,arguments)||this}return a(C,e),C.prototype.scanNext=function(a){if(this.stream.advanceIfChar(c)){var s=["$"];if(this.ident(s))return this.finishToken(a,t.VariableName,s.join(""));this.stream.goBackTo(a)}return this.stream.advanceIfChars([h,u])?this.finishToken(a,t.InterpolationFunction):this.stream.advanceIfChars([l,l])?this.finishToken(a,t.EqualsOperator):this.stream.advanceIfChars([f,l])?this.finishToken(a,t.NotEqualsOperator):this.stream.advanceIfChar(p)?this.stream.advanceIfChar(l)?this.finishToken(a,t.SmallerEqualsOperator):this.finishToken(a,r.TokenType.Delim):this.stream.advanceIfChar(d)?this.stream.advanceIfChar(l)?this.finishToken(a,t.GreaterEqualsOperator):this.finishToken(a,r.TokenType.Delim):this.stream.advanceIfChars([m,m,m])?this.finishToken(a,t.Ellipsis):e.prototype.scanNext.call(this,a)},C.prototype.comment=function(){return e.prototype.comment.call(this)?!0:!this.inURL&&this.stream.advanceIfChars([s,s])?(this.stream.advanceWhileChar(function(e){switch(e){case n:case o:case i:return!1;default:return!0}}),!0):!1},C}(r.Scanner);t.SCSSScanner=v});

View File

@ -0,0 +1 @@
define("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/services/cssCodeActions",function(e,s){"use strict";Object.defineProperty(s,"__esModule",{value:!0});var o=e("node_modules/tslib/tslib"),n=o.__importStar(e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/parser/cssNodes")),t=o.__importStar(e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/languageFacts/facts")),r=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/utils/strings"),a=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/services/lintRules"),i=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-languageserver-types/main"),c=o.__importStar(e("node_modules/monaco-editor/esm/vs/language/css/fillers/vscode-nls")),d=c.loadMessageBundle(),u=function(){function e(){}return e.prototype.doCodeActions=function(e,s,o,n){return this.doCodeActions2(e,s,o,n).map(function(s){return i.Command.create(s.title,"_css.applyCodeAction",e.uri,e.version,s.edit.documentChanges[0].edits)})},e.prototype.doCodeActions2=function(e,s,o,n){var t=[];if(o.diagnostics)for(var r=0,a=o.diagnostics;r<a.length;r++){var i=a[r];this.appendFixesForMarker(e,n,i,t)}return t},e.prototype.getFixesForUnknownProperty=function(e,s,o,n){var a=s.getName(),c=[];t.cssDataManager.getProperties().forEach(function(e){var s=r.difference(a,e.name);s>=a.length/2&&c.push({property:e.name,score:s})}),c.sort(function(e,s){return s.score-e.score});for(var u=3,g=0,l=c;g<l.length;g++){var p=l[g],m=p.property,v=d("css.codeaction.rename","Rename to '{0}'",m),f=i.TextEdit.replace(o.range,m),_=i.VersionedTextDocumentIdentifier.create(e.uri,e.version),h={documentChanges:[i.TextDocumentEdit.create(_,[f])]},y=i.CodeAction.create(v,h,i.CodeActionKind.QuickFix);if(y.diagnostics=[o],n.push(y),--u<=0)return}},e.prototype.appendFixesForMarker=function(e,s,o,t){if(o.code===a.Rules.UnknownProperty.id)for(var r=e.offsetAt(o.range.start),i=e.offsetAt(o.range.end),c=n.getNodePath(s,r),d=c.length-1;d>=0;d--){var u=c[d];if(u instanceof n.Declaration){var g=u.getProperty();if(g&&g.offset===r&&g.end===i)return void this.getFixesForUnknownProperty(e,g,o,t)}}},e}();s.CSSCodeActions=u});

View File

@ -0,0 +1 @@
define("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/services/cssFolding",function(e,n){"use strict";function s(e,n){var s=r(e);return i(s,n)}function r(e){function n(n){return e.positionAt(n.offset).line}function s(n){return e.positionAt(n.offset+n.len).line}function r(){switch(e.languageId){case"scss":return new o.SCSSScanner;case"less":return new c.LESSScanner;default:return new a.Scanner}}function i(e,r){var t=n(e),i=s(e);return t!==i?{startLine:t,endLine:i,kind:r}:null}var u=[],l=[],d=r();d.ignoreComment=!1,d.setSource(e.getText());for(var g,f=d.scan(),m=function(){switch(f.type){case a.TokenType.CurlyL:case o.InterpolationFunction:l.push({line:n(f),type:"brace",isStart:!0});break;case a.TokenType.CurlyR:if(0!==l.length){var r=t(l,"brace");if(!r)break;var c=s(f);"brace"===r.type&&(s(g)!==c&&c--,r.line!==c&&u.push({startLine:r.line,endLine:c,kind:void 0}))}break;case a.TokenType.Comment:var m=function(e){return"#region"===e?{line:n(f),type:"comment",isStart:!0}:{line:s(f),type:"comment",isStart:!1}},p=function(n){var s=n.text.match(/^\s*\/\*\s*(#region|#endregion)\b\s*(.*?)\s*\*\//);if(s)return m(s[1]);if("scss"===e.languageId||"less"===e.languageId){var r=n.text.match(/^\s*\/\/\s*(#region|#endregion)\b\s*(.*?)\s*/);if(r)return m(r[1])}return null},v=p(f);if(v)if(v.isStart)l.push(v);else{var r=t(l,"comment");if(!r)break;"comment"===r.type&&r.line!==v.line&&u.push({startLine:r.line,endLine:v.line,kind:"region"})}else{var L=i(f,"comment");L&&u.push(L)}}g=f,f=d.scan()};f.type!==a.TokenType.EOF;)m();return u}function t(e,n){if(0===e.length)return null;for(var s=e.length-1;s>=0;s--)if(e[s].type===n&&e[s].isStart)return e.splice(s,1)[0];return null}function i(e,n){var s=n&&n.rangeLimit||Number.MAX_VALUE,r=e.sort(function(e,n){var s=e.startLine-n.startLine;return 0===s&&(s=e.endLine-n.endLine),s}),t=[],i=-1;return r.forEach(function(e){e.startLine<i&&i<e.endLine||(t.push(e),i=e.endLine)}),t.length<s?t:t.slice(0,s)}Object.defineProperty(n,"__esModule",{value:!0});var a=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/parser/cssScanner"),o=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/parser/scssScanner"),c=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/parser/lessScanner");n.getFoldingRanges=s});

View File

@ -0,0 +1 @@
define("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/services/cssHover",function(e,s){"use strict";Object.defineProperty(s,"__esModule",{value:!0});var o=e("node_modules/tslib/tslib"),r=o.__importStar(e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/parser/cssNodes")),n=o.__importStar(e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/languageFacts/facts")),t=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-languageserver-types/main"),a=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/services/selectorPrinting"),c=function(){function e(){}return e.prototype.doHover=function(e,s,o){function c(s){return t.Range.create(e.positionAt(s.offset),e.positionAt(s.end))}for(var i=e.offsetAt(s),d=r.getNodePath(o,i),g=0;g<d.length;g++){var l=d[g];if(l instanceof r.Selector)return{contents:a.selectorToMarkedString(l),range:c(l)};if(l instanceof r.SimpleSelector)return{contents:a.simpleSelectorToMarkedString(l),range:c(l)};if(l instanceof r.Declaration){var u=l.getFullPropertyName(),v=n.cssDataManager.getProperty(u);if(v){var m=[];v.description&&m.push(t.MarkedString.fromPlainText(v.description));var f=n.getBrowserLabel(v.browsers);if(f&&m.push(t.MarkedString.fromPlainText(f)),m.length)return{contents:m,range:c(l)}}}}return null},e}();s.CSSHover=c});

View File

@ -0,0 +1 @@
define("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/services/cssSelectionRange",function(e,s){"use strict";function n(e,s,n){function r(s){var n=c(s),t=n.map(function(s){return{range:o.Range.create(e.positionAt(s[0]),e.positionAt(s[1])),kind:a.SelectionRangeKind.Statement}});return t}function c(s){var o=n.findChildAtOffset(e.offsetAt(s),!0);if(!o)return[];for(var a=[];o;)o.parent&&o.offset===o.parent.offset&&o.end===o.parent.end?o=o.parent:(a.push(o.type===t.NodeType.Declarations?[o.offset+1,o.end-1]:[o.offset,o.end]),o=o.parent);return a}return s.map(r)}Object.defineProperty(s,"__esModule",{value:!0});var o=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-languageserver-types/main"),t=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/parser/cssNodes"),a=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/cssLanguageTypes");s.getSelectionRanges=n});

View File

@ -0,0 +1 @@
define("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/services/cssValidation",function(e,s){"use strict";Object.defineProperty(s,"__esModule",{value:!0});var n=e("node_modules/tslib/tslib"),t=n.__importStar(e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/parser/cssNodes")),o=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-languageserver-types/main"),i=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/services/lintRules"),r=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/services/lint"),a=function(){function e(){}return e.prototype.configure=function(e){this.settings=e},e.prototype.doValidation=function(e,s,n){function a(s){var n=o.Range.create(e.positionAt(s.getOffset()),e.positionAt(s.getOffset()+s.getLength())),i=e.languageId;return{code:s.getRule().id,source:i,message:s.getMessage(),severity:s.getLevel()===t.Level.Warning?o.DiagnosticSeverity.Warning:o.DiagnosticSeverity.Error,range:n}}if(void 0===n&&(n=this.settings),n&&n.validate===!1)return[];var c=[];c.push.apply(c,t.ParseErrorCollector.entries(s)),c.push.apply(c,r.LintVisitor.entries(s,e,new i.LintConfigurationSettings(n&&n.lint)));var g=[];for(var u in i.Rules)g.push(i.Rules[u].id);return c.filter(function(e){return e.getLevel()!==t.Level.Ignore}).map(a)},e}();s.CSSValidation=a});

View File

@ -0,0 +1 @@
define("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/services/lintRules",function(e,r){"use strict";function n(e){switch(e){case"ignore":return t.Level.Ignore;case"warning":return t.Level.Warning;case"error":return t.Level.Error}return null}Object.defineProperty(r,"__esModule",{value:!0});var o=e("node_modules/tslib/tslib"),t=o.__importStar(e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/parser/cssNodes")),i=o.__importStar(e("node_modules/monaco-editor/esm/vs/language/css/fillers/vscode-nls")),s=i.loadMessageBundle(),l=t.Level.Warning,a=t.Level.Error,u=t.Level.Ignore,d=function(){function e(e,r,n){this.id=e,this.message=r,this.defaultValue=n}return e}();r.Rule=d;var c=function(){function e(e,r,n){this.id=e,this.message=r,this.defaultValue=n}return e}();r.Setting=c,r.Rules={AllVendorPrefixes:new d("compatibleVendorPrefixes",s("rule.vendorprefixes.all","When using a vendor-specific prefix make sure to also include all other vendor-specific properties"),u),IncludeStandardPropertyWhenUsingVendorPrefix:new d("vendorPrefix",s("rule.standardvendorprefix.all","When using a vendor-specific prefix also include the standard property"),l),DuplicateDeclarations:new d("duplicateProperties",s("rule.duplicateDeclarations","Do not use duplicate style definitions"),u),EmptyRuleSet:new d("emptyRules",s("rule.emptyRuleSets","Do not use empty rulesets"),l),ImportStatemement:new d("importStatement",s("rule.importDirective","Import statements do not load in parallel"),u),BewareOfBoxModelSize:new d("boxModel",s("rule.bewareOfBoxModelSize","Do not use width or height when using padding or border"),u),UniversalSelector:new d("universalSelector",s("rule.universalSelector","The universal selector (*) is known to be slow"),u),ZeroWithUnit:new d("zeroUnits",s("rule.zeroWidthUnit","No unit for zero needed"),u),RequiredPropertiesForFontFace:new d("fontFaceProperties",s("rule.fontFaceProperties","@font-face rule must define 'src' and 'font-family' properties"),l),HexColorLength:new d("hexColorLength",s("rule.hexColor","Hex colors must consist of three, four, six or eight hex numbers"),a),ArgsInColorFunction:new d("argumentsInColorFunction",s("rule.colorFunction","Invalid number of parameters"),a),UnknownProperty:new d("unknownProperties",s("rule.unknownProperty","Unknown property."),l),UnknownAtRules:new d("unknownAtRules",s("rule.unknownAtRules","Unknown at-rule."),l),IEStarHack:new d("ieHack",s("rule.ieHack","IE hacks are only necessary when supporting IE7 and older"),u),UnknownVendorSpecificProperty:new d("unknownVendorSpecificProperties",s("rule.unknownVendorSpecificProperty","Unknown vendor specific property."),u),PropertyIgnoredDueToDisplay:new d("propertyIgnoredDueToDisplay",s("rule.propertyIgnoredDueToDisplay","Property is ignored due to the display."),l),AvoidImportant:new d("important",s("rule.avoidImportant","Avoid using !important. It is an indication that the specificity of the entire CSS has gotten out of control and needs to be refactored."),u),AvoidFloat:new d("float",s("rule.avoidFloat","Avoid using 'float'. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes."),u),AvoidIdSelector:new d("idSelector",s("rule.avoidIdSelector","Selectors should not contain IDs because these rules are too tightly coupled with the HTML."),u)},r.Settings={ValidProperties:new c("validProperties",s("rule.validProperties","A list of properties that are not validated against the `unknownProperties` rule."),[])};var p=function(){function e(e){void 0===e&&(e={}),this.conf=e}return e.prototype.getRule=function(e){if(this.conf.hasOwnProperty(e.id)){var r=n(this.conf[e.id]);if(r)return r}return e.defaultValue},e.prototype.getSetting=function(e){return this.conf[e.id]},e}();r.LintConfigurationSettings=p});

View File

@ -0,0 +1 @@
define("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/services/lintUtil",function(e,t){"use strict";function r(e,t,r,i){var n=e[t];n.value=r,r&&(p.includes(n.properties,i)||n.properties.push(i))}function i(e,t,i){r(e,"top",t,i),r(e,"right",t,i),r(e,"bottom",t,i),r(e,"left",t,i)}function n(e,t,n,o){"top"===t||"right"===t||"bottom"===t||"left"===t?r(e,t,n,o):i(e,n,o)}function o(e,t,r){switch(t.length){case 1:n(e,void 0,t[0],r);break;case 2:n(e,"top",t[0],r),n(e,"bottom",t[0],r),n(e,"right",t[1],r),n(e,"left",t[1],r);break;case 3:n(e,"top",t[0],r),n(e,"right",t[1],r),n(e,"left",t[1],r),n(e,"bottom",t[2],r);break;case 4:n(e,"top",t[0],r),n(e,"right",t[1],r),n(e,"bottom",t[2],r),n(e,"left",t[3],r)}}function s(e,t){return void 0===t&&(t=!0),t&&p.includes(["initial","unset"],e)?!1:0!==parseFloat(e)}function a(e,t){return void 0===t&&(t=!0),e.map(function(e){return s(e.getText(),t)})}function u(e,t){return void 0===t&&(t=!0),p.includes(["none","hidden"],e)?!1:t&&p.includes(["initial","unset"],e)?!1:!0}function c(e,t){return void 0===t&&(t=!0),e.map(function(e){return u(e.getText(),t)})}function l(e){var t=e.getChildren();if(1===t.length){var r=t[0].getText();return s(r)&&u(r)}for(var i=0,n=t;i<n.length;i++){var o=n[i],r=o.getText();if(!s(r,!1)||!u(r,!1))return!1}return!0}function d(e){for(var t={top:{value:!1,properties:[]},right:{value:!1,properties:[]},bottom:{value:!1,properties:[]},left:{value:!1,properties:[]}},r=0,i=e;r<i.length;r++){var d=i[r],p=d.node.value;if("undefined"!=typeof p)switch(d.name){case"box-sizing":return{top:{value:!1,properties:[]},right:{value:!1,properties:[]},bottom:{value:!1,properties:[]},left:{value:!1,properties:[]}};case"width":t.width=d;break;case"height":t.height=d;break;default:var g=d.name.split("-");switch(g[0]){case"border":switch(g[1]){case void 0:case"top":case"right":case"bottom":case"left":switch(g[2]){case void 0:n(t,g[1],l(p),d);break;case"width":n(t,g[1],s(p.getText(),!1),d);break;case"style":n(t,g[1],u(p.getText(),!0),d)}break;case"width":o(t,a(p.getChildren(),!1),d);break;case"style":o(t,c(p.getChildren(),!0),d)}break;case"padding":1===g.length?o(t,a(p.getChildren(),!0),d):n(t,g[1],s(p.getText(),!0),d)}}}return t}Object.defineProperty(t,"__esModule",{value:!0});var p=e("node_modules/monaco-editor/esm/vs/language/css/_deps/vscode-css-languageservice/utils/arrays"),g=function(){function e(e,t){this.name=e,this.node=t}return e}();t.Element=g,t.default=d});

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More