Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
docs(core): update generated compodoc documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
klemenoslaj committed Jan 1, 2020
1 parent 979b173 commit 06940f0
Show file tree
Hide file tree
Showing 12 changed files with 845 additions and 226 deletions.
296 changes: 222 additions & 74 deletions docs/classes/ActionAbstract.html

Large diffs are not rendered by default.

227 changes: 182 additions & 45 deletions docs/classes/ActionButton.html

Large diffs are not rendered by default.

227 changes: 182 additions & 45 deletions docs/classes/ActionGroup.html

Large diffs are not rendered by default.

227 changes: 182 additions & 45 deletions docs/classes/ActionToggle.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/coverage.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<td>ActionAbstractOptions</td>
<td align="right" data-sort="100">
<span class="coverage-percent">100 %</span>
<span class="coverage-count">(5/5)</span>
<span class="coverage-count">(6/6)</span>
</td>
</tr>
<tr class="very-good">
Expand All @@ -109,7 +109,7 @@
<td>ActionAbstract</td>
<td align="right" data-sort="100">
<span class="coverage-percent">100 %</span>
<span class="coverage-count">(32/32)</span>
<span class="coverage-count">(34/34)</span>
</td>
</tr>
<tr class="very-good">
Expand Down Expand Up @@ -157,7 +157,7 @@
<td>ActionButton</td>
<td align="right" data-sort="100">
<span class="coverage-percent">100 %</span>
<span class="coverage-count">(35/35)</span>
<span class="coverage-count">(37/37)</span>
</td>
</tr>
<tr class="very-good">
Expand Down Expand Up @@ -205,7 +205,7 @@
<td>ActionGroup</td>
<td align="right" data-sort="100">
<span class="coverage-percent">100 %</span>
<span class="coverage-count">(58/58)</span>
<span class="coverage-count">(60/60)</span>
</td>
</tr>
<tr class="very-good">
Expand Down Expand Up @@ -301,7 +301,7 @@
<td>ActionToggle</td>
<td align="right" data-sort="100">
<span class="coverage-percent">100 %</span>
<span class="coverage-count">(39/39)</span>
<span class="coverage-count">(41/41)</span>
</td>
</tr>
<tr class="very-good">
Expand Down
18 changes: 9 additions & 9 deletions docs/dependencies.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,29 +48,29 @@
</ol>
<ul class="dependencies-list">
<li>
<b>@angular/animations</b> : ^8.2.13</li>
<b>@angular/animations</b> : ^8.2.14</li>
<li>
<b>@angular/cdk</b> : ^8.2.3</li>
<li>
<b>@angular/common</b> : ^8.2.13</li>
<b>@angular/common</b> : ^8.2.14</li>
<li>
<b>@angular/compiler</b> : ^8.2.13</li>
<b>@angular/compiler</b> : ^8.2.14</li>
<li>
<b>@angular/core</b> : ^8.2.13</li>
<b>@angular/core</b> : ^8.2.14</li>
<li>
<b>@angular/forms</b> : ^8.2.13</li>
<b>@angular/forms</b> : ^8.2.14</li>
<li>
<b>@angular/material</b> : ^8.2.3</li>
<li>
<b>@angular/platform-browser</b> : ^8.2.13</li>
<b>@angular/platform-browser</b> : ^8.2.14</li>
<li>
<b>@angular/platform-browser-dynamic</b> : ^8.2.13</li>
<b>@angular/platform-browser-dynamic</b> : ^8.2.14</li>
<li>
<b>@angular/router</b> : ^8.2.13</li>
<b>@angular/router</b> : ^8.2.14</li>
<li>
<b>hammerjs</b> : ^2.0.8</li>
<li>
<b>rxjs</b> : ^6.5.3</li>
<b>rxjs</b> : ^6.5.4</li>
<li>
<b>travis-deploy-once</b> : ^5.0.11</li>
<li>
Expand Down
5 changes: 4 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@
<h1 id="ngactionoutlet"><a href="https://klemenoslaj.github.io/ng-action-outlet/">NgActionOutlet</a></h1>
<p>The goal of <code>ActionOutlet</code> is to provide an easy API to build dynamic menus on runtime and have the possibility to get notified for each and every change, that happens to any particular action in the menu (<em>e.g. Title change, icon change, disabled state, ...</em>).</p>
<p>The most natural use case is when back-end is in charge over the visibility of actions and menus of the front-end application (<em>e.g. hide/show actions based on permissions</em>).</p>
<p><a href="https://stackblitz.com/edit/ng-action-outlet-demo?file=src/app/app.component.ts"><strong>DEMO</strong></a></p>
<p><strong>DEMO 1</strong> <em>Basic</em></p>
<p><a href="https://codesandbox.io/s/ng-action-outletmaterial-demo-t1n4n?fontsize=14&amp;module=%2Fsrc%2Fapp%2Fapp.component.ts"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="Edit @ng-action-outlet/material DEMO" class="img-responsive"></a></p>
<p><strong>DEMO 2</strong> <em>Advanced</em></p>
<p><a href="https://codesandbox.io/s/material-angular-shell-vttrp?fontsize=14&amp;module=%2Fsrc%2Fapp%2Fapp.component.ts"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="Edit @ng-action-outlet/material DEMO" class="img-responsive"></a></p>
<h2 id="getting-started">Getting started</h2>
<h3 id="step-1-install-ng-action-outlet">Step 1: Install <code>ng-action-outlet</code></h3>
<p>You can use either <strong>npm</strong> or <strong>yarn</strong> command-line tool.<br>Choose the tool that is appropriate for your project.</p>
Expand Down
4 changes: 4 additions & 0 deletions docs/interfaces/ActionAbstractComponentImpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ <h3 id="inputs">Properties</h3>
* Optional **initial** action disabled state
*/
readonly disabled?: boolean;
/**
* An aria label added to the button element: https://www.w3.org/TR/wai-aria/#aria-label
*/
readonly ariaLabel?: string;
}

/**
Expand Down
4 changes: 4 additions & 0 deletions docs/interfaces/ActionAbstractEvent.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ <h3 id="inputs">Properties</h3>
* Optional **initial** action disabled state
*/
readonly disabled?: boolean;
/**
* An aria label added to the button element: https://www.w3.org/TR/wai-aria/#aria-label
*/
readonly ariaLabel?: string;
}

/**
Expand Down
48 changes: 48 additions & 0 deletions docs/interfaces/ActionAbstractOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ <h6><b>Properties</b></h6>
<tr>
<td class="col-md-4">
<ul class="index-list">
<li>
<span class="modifier">Optional</span>
<a href="#ariaLabel">ariaLabel</a>
</li>
<li>
<span class="modifier">Optional</span>
<a href="#disabled">disabled</a>
Expand Down Expand Up @@ -112,6 +116,46 @@ <h6><b>Properties</b></h6>

<section>
<h3 id="inputs">Properties</h3>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="ariaLabel"></a>
<span class="name"><b>ariaLabel</b><a href="#ariaLabel"><span class="icon ion-ios-link"></span></a></span>
</td>
</tr>
<tr>
<td class="col-md-4">
<code>ariaLabel: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
</code>
</td>
</tr>


<tr>
<td class="col-md-4">
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>

</td>
</tr>

<tr>
<td class="col-md-4">
<i>Optional</i>
</td>
</tr>




<tr>
<td class="col-md-4">
<div class="io-description"><p>An aria label added to the button element: <a href="https://www.w3.org/TR/wai-aria/#aria-label">https://www.w3.org/TR/wai-aria/#aria-label</a></p>
</div>
</td>
</tr>
</tbody>
</table>
<table class="table table-sm table-bordered">
<tbody>
<tr>
Expand Down Expand Up @@ -310,6 +354,10 @@ <h3 id="inputs">Properties</h3>
* Optional **initial** action disabled state
*/
readonly disabled?: boolean;
/**
* An aria label added to the button element: https://www.w3.org/TR/wai-aria/#aria-label
*/
readonly ariaLabel?: string;
}

/**
Expand Down
4 changes: 2 additions & 2 deletions docs/js/search/search_index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/miscellaneous/variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ <h3></h3> <table class="table table-sm table-bordered">
<td class="col-md-4">
<i>Default value : </i><code>{
title: &#x27;&#x27;,
ariaLabel: &#x27;&#x27;,
icon: &#x27;&#x27;,
visible: true,
disabled: false,
Expand Down

0 comments on commit 06940f0

Please sign in to comment.