Skip to content

Commit

Permalink
js: update master (99a6066f)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevillamartin committed May 20, 2019
1 parent 2870d04 commit 1c2e27a
Show file tree
Hide file tree
Showing 9 changed files with 1,624 additions and 1,407 deletions.
128 changes: 70 additions & 58 deletions docs/js/index.html
@@ -1,66 +1,78 @@
<style>
h2 a {
font-size: 15px;
margin-left: 40px;
}
div {
width: calc(100vw - 80px);
margin: 30px;
}
<!DOCTYPE html>
<html lang="en">

h2 {
font: 400 40px/1.5 Helvetica, Verdana, sans-serif;
margin: 0;
padding: 0;
}
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>[Unofficial] Flarum API Docs &gt; PHP</title>

ul {
list-style-type: none;
margin: 0;
padding: 0;
}
<style>
h2 a {
font-size: 15px;
margin-left: 40px;
}
div {
width: calc(100vw - 80px);
margin: 30px;
}

li {
font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
border-bottom: 1px solid #ccc;
}
h2 {
font: 400 40px/1.5 Helvetica, Verdana, sans-serif;
margin: 0;
padding: 0;
}

li:last-child {
border: none;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}

li a {
text-decoration: none;
color: #000;
-webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
-moz-transition: font-size 0.3s ease, background-color 0.3s ease;
-o-transition: font-size 0.3s ease, background-color 0.3s ease;
-ms-transition: font-size 0.3s ease, background-color 0.3s ease;
transition: font-size 0.3s ease, background-color 0.3s ease;
display: block;
width: 100%;
padding: 7.5px 0;
}
li {
font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
border-bottom: 1px solid #ccc;
}

li a:hover {
background: #f6f6f6;
}
li:last-child {
border: none;
}

</style>
li a {
text-decoration: none;
color: #000;
-webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
-moz-transition: font-size 0.3s ease, background-color 0.3s ease;
-o-transition: font-size 0.3s ease, background-color 0.3s ease;
-ms-transition: font-size 0.3s ease, background-color 0.3s ease;
transition: font-size 0.3s ease, background-color 0.3s ease;
display: block;
width: 100%;
padding: 7.5px 0;
}

<div>
<h2>Flarum API Docs (JS)<a href="../index.html">&#x2190; Back</a></h2>
<ul>
<li><a href="master/index.html">master</a></li>
<li><a href="v0.1.0-beta.8/index.html">v0.1.0-beta.8</a></li>
<li><a href="v0.1.0-beta.7.2/index.html">v0.1.0-beta.7.2</a></li>
<li><a href="v0.1.0-beta.7.1/index.html">v0.1.0-beta.7.1</a></li>
<li><a href="v0.1.0-beta.7/index.html">v0.1.0-beta.7</a></li>
<li><a href="v0.1.0-beta.6/index.html">v0.1.0-beta.6</a></li>
<li><a href="v0.1.0-beta.5/index.html">v0.1.0-beta.5</a></li>
<li><a href="v0.1.0-beta.4/index.html">v0.1.0-beta.4</a></li>
<li><a href="v0.1.0-beta.3/index.html">v0.1.0-beta.3</a></li>
<li><a href="v0.1.0-beta.2/index.html">v0.1.0-beta.2</a></li>
<li><a href="v0.1.0-beta/index.html">v0.1.0-beta</a></li>
</ul>
</div>
li a:hover {
background: #f6f6f6;
}

</style>
</head>

<body>
<div>
<h2>[Unofficial] Flarum API Docs &gt; JS <a href="../index.html">&#x2190; Back</a></h2>
<ul>
<li><a href="master/index.html">master</a></li>
<li><a href="v0.1.0-beta.8/index.html">v0.1.0-beta.8</a></li>
<li><a href="v0.1.0-beta.7.2/index.html">v0.1.0-beta.7.2</a></li>
<li><a href="v0.1.0-beta.7.1/index.html">v0.1.0-beta.7.1</a></li>
<li><a href="v0.1.0-beta.7/index.html">v0.1.0-beta.7</a></li>
<li><a href="v0.1.0-beta.6/index.html">v0.1.0-beta.6</a></li>
<li><a href="v0.1.0-beta.5/index.html">v0.1.0-beta.5</a></li>
<li><a href="v0.1.0-beta.4/index.html">v0.1.0-beta.4</a></li>
<li><a href="v0.1.0-beta.3/index.html">v0.1.0-beta.3</a></li>
<li><a href="v0.1.0-beta.2/index.html">v0.1.0-beta.2</a></li>
<li><a href="v0.1.0-beta/index.html">v0.1.0-beta</a></li>
</ul>
</div>
</body>
4 changes: 2 additions & 2 deletions docs/js/master/README.md
@@ -1,7 +1,7 @@
# Flarum JS API Docs

[Flarum](http://github.com/flarum/core)'s JS API Docs serve the purpose to help contributors contribute to Flarum, and extension developers to extend it as well.
[Flarum](https://github.com/flarum/core)'s JS API Docs serve the purpose to help contributors contribute to Flarum, and extension developers to extend it as well.

## Contributing

Interested in contributing to Flarum? Please read the [Contributing docs](http://flarum.org/docs/contributing) to learn how you can help.
Interested in contributing to Flarum? Please read the [Contributing docs](https://flarum.org/docs/contributing.html) to learn how you can help.
Expand Up @@ -592,6 +592,34 @@ <h1 data-ice="name">EditGroupModal</h1>



<span class="override" data-ice="override"></span>
</td>
<td>
<div>
<p>



<span class="code" data-ice="name"><span><a href="class/src/admin/components/EditGroupModal.js~EditGroupModal.html#instance-method-submitData">submitData</a></span></span><span class="code" data-ice="signature">(): {&quot;nameSingular&quot;: <span>*</span>, &quot;namePlural&quot;: <span>*</span>, &quot;color&quot;: <span>*</span>, &quot;icon&quot;: <span>*</span>}</span>
</p>
</div>
<div>



</div>
</td>
<td>


</td>
</tr>
<tr data-ice="target">
<td>
<span class="access" data-ice="access">public</span>



<span class="override" data-ice="override"></span>
</td>
<td>
Expand Down Expand Up @@ -1510,7 +1538,7 @@ <h3 data-ice="anchor" id="instance-member-loading">
<span class="right-info">


<span data-ice="source"><span><a href="file/src/admin/components/EditGroupModal.js.html#lineNumber90">source</a></span></span>
<span data-ice="source"><span><a href="file/src/admin/components/EditGroupModal.js.html#lineNumber99">source</a></span></span>
</span>
</h3>

Expand Down Expand Up @@ -1754,7 +1782,7 @@ <h3 data-ice="anchor" id="instance-method-deleteGroup">
<span class="right-info">


<span data-ice="source"><span><a href="file/src/admin/components/EditGroupModal.js.html#lineNumber105">source</a></span></span>
<span data-ice="source"><span><a href="file/src/admin/components/EditGroupModal.js.html#lineNumber109">source</a></span></span>
</span>
</h3>

Expand Down Expand Up @@ -1896,7 +1924,7 @@ <h3 data-ice="anchor" id="instance-method-onsubmit">
<span class="right-info">


<span data-ice="source"><span><a href="file/src/admin/components/EditGroupModal.js.html#lineNumber87">source</a></span></span>
<span data-ice="source"><span><a href="file/src/admin/components/EditGroupModal.js.html#lineNumber96">source</a></span></span>
</span>
</h3>

Expand Down Expand Up @@ -1943,6 +1971,61 @@ <h4 data-ice="title">Params:</h4>



</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="instance-method-submitData">
<span class="access" data-ice="access">public</span>





<span class="code" data-ice="name">submitData</span><span class="code" data-ice="signature">(): {&quot;nameSingular&quot;: <span>*</span>, &quot;namePlural&quot;: <span>*</span>, &quot;color&quot;: <span>*</span>, &quot;icon&quot;: <span>*</span>}</span>
<span class="right-info">


<span data-ice="source"><span><a href="file/src/admin/components/EditGroupModal.js.html#lineNumber87">source</a></span></span>
</span>
</h3>








<div data-ice="properties">
</div>

<div class="return-params" data-ice="returnParams">
<h4>Return:</h4>
<table>
<tbody>
<tr>
<td class="return-type code" data-ice="returnType">{&quot;nameSingular&quot;: <span>*</span>, &quot;namePlural&quot;: <span>*</span>, &quot;color&quot;: <span>*</span>, &quot;icon&quot;: <span>*</span>}</td>

</tr>
</tbody>
</table>
<div data-ice="returnProperties">
</div>
</div>















</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="instance-method-title">
Expand Down

0 comments on commit 1c2e27a

Please sign in to comment.