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

Commit

Permalink
chore: update deps due to potential security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
klemenoslaj committed Jul 16, 2019
1 parent 87e79bf commit 99f5056
Show file tree
Hide file tree
Showing 39 changed files with 7,623 additions and 7,175 deletions.
1,640 changes: 833 additions & 807 deletions docs/classes/ActionAbstract.html

Large diffs are not rendered by default.

1,945 changes: 995 additions & 950 deletions docs/classes/ActionButton.html

Large diffs are not rendered by default.

4,549 changes: 2,342 additions & 2,207 deletions docs/classes/ActionGroup.html

Large diffs are not rendered by default.

2,239 changes: 1,148 additions & 1,091 deletions docs/classes/ActionToggle.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/coverage.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@






<ol class="breadcrumb">
Expand Down Expand Up @@ -72,7 +73,7 @@
<td>ActionAbstractComponentImpl</td>
<td align="right" data-sort="100">
<span class="coverage-percent">100 %</span>
<span class="coverage-count">(3/3)</span>
<span class="coverage-count">(2/2)</span>
</td>
</tr>
<tr class="very-good">
Expand Down
27 changes: 16 additions & 11 deletions docs/dependencies.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,33 +48,38 @@
</ol>
<ul class="dependencies-list">
<li>
<b>@angular/animations</b> : ^7.0.0</li>
<b>@angular/animations</b> : ^8.1.1</li>
<li>
<b>@angular/common</b> : ^7.0.0</li>
<b>@angular/cdk</b> : ~8.1.0</li>
<li>
<b>@angular/compiler</b> : ^7.0.0</li>
<b>@angular/common</b> : ^8.1.1</li>
<li>
<b>@angular/core</b> : ^7.0.0</li>
<b>@angular/compiler</b> : ^8.1.1</li>
<li>
<b>@angular/forms</b> : ^7.0.0</li>
<b>@angular/core</b> : ^8.1.1</li>
<li>
<b>@angular/http</b> : ^7.0.0</li>
<b>@angular/forms</b> : ^8.1.1</li>
<li>
<b>@angular/platform-browser</b> : ^7.0.0</li>
<b>@angular/material</b> : ~8.1.0</li>
<li>
<b>@angular/platform-browser-dynamic</b> : ^7.0.0</li>
<b>@angular/platform-browser</b> : ^8.1.1</li>
<li>
<b>@angular/router</b> : ^7.0.0</li>
<b>@angular/platform-browser-dynamic</b> : ^8.1.1</li>
<li>
<b>@angular/router</b> : ^8.1.1</li>
<li>
<b>core-js</b> : ^2.5.4</li>
<li>
<b>hammerjs</b> : ^2.0.8</li>
<li>
<b>rxjs</b> : ^6.4.0</li>
<li>
<b>travis-deploy-once</b> : ^5.0.9</li>
<b>travis-deploy-once</b> : ^5.0.11</li>
<li>
<b>zone.js</b> : ~0.8.26</li>
<b>zone.js</b> : ~0.9.1</li>
</ul>





Expand Down
249 changes: 132 additions & 117 deletions docs/directives/ActionOutletDirective.html

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<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>
<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 Expand Up @@ -102,7 +103,7 @@ <h3 id="step-2-import-actionoutletmodule">Step 2: Import <code>ActionOutletModul
}]
...
})
export class ExampleModule { }</code></pre></div><h3 id="step-4-override-default-s-in-your-component">Step 4: Override default&#39;s in your component</h3>
export class ExampleModule { }</code></pre></div><h3 id="step-4-override-defaults-in-your-component">Step 4: Override default&#39;s in your component</h3>
<p>In order to override your default settings, do the same as initially in a module,<br>but only for actions that you actually wish to change.</p>
<div><pre class="line-numbers"><code class="language-typescript">import { ActionToggle } from &#39;&#64;ng-action-outlet/core&#39;;

Expand Down Expand Up @@ -157,6 +158,7 @@ <h3 id="step-2-import-actionoutletmodule">Step 2: Import <code>ActionOutletModul







Expand Down
Loading

0 comments on commit 99f5056

Please sign in to comment.