Skip to content

Commit d26db8e

Browse files
committed
docs: generate compodoc
1 parent dd7ccec commit d26db8e

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
lines changed

docs/components/ReactiveComponent.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ <h3 id="inputs">
10481048
&lt;/select&gt;
10491049
&lt;input type&#x3D;&quot;text&quot; [(ngModel)]&#x3D;&quot;language&quot; /&gt;
10501050
&lt;input type&#x3D;&quot;text&quot; [(ngModel)]&#x3D;&quot;action&quot; /&gt;
1051-
&lt;form [formGroup]&#x3D;&quot;form&quot; (ngSubmit)&#x3D;&quot;onSubmit()&quot;&gt;
1051+
&lt;form (ngSubmit)&#x3D;&quot;onSubmit($event)&quot; [formGroup]&#x3D;&quot;form&quot;&gt;
10521052
&lt;div formControlName&#x3D;&quot;captcha&quot;
10531053
required #recaptcha&#x3D;&quot;rcpRecaptcha&quot; rcpRecaptcha data-sitekey&#x3D;&quot;6LcqUE4UAAAAAKZ5w4ejDKGo8GxOLkPMy6RhaErW&quot;
10541054
[data-theme]&#x3D;&quot;theme&quot; [data-size]&#x3D;&quot;size&quot; [data-hl]&#x3D;&quot;language&quot; [data-badge]&#x3D;&quot;badge&quot; [data-action]&#x3D;&quot;action&quot;
@@ -1096,7 +1096,7 @@ <h3 id="inputs">
10961096
<script src="../js/libs/htmlparser.js"></script>
10971097
<script src="../js/libs/deep-iterator.js"></script>
10981098
<script>
1099-
var COMPONENT_TEMPLATE = '<div><select [(ngModel)]="theme"> <option>dark</option> <option>light</option></select><select [(ngModel)]="size"> <option>normal</option> <option>compact</option> <option>invisible</option></select><select [(ngModel)]="badge"> <option>bottomright</option> <option>bottomleft</option> <option>inline</option> <option>none</option></select><input type="text" [(ngModel)]="language" /><input type="text" [(ngModel)]="action" /><form [formGroup]="form" (ngSubmit)="onSubmit()"> <div formControlName="captcha" required #recaptcha="rcpRecaptcha" rcpRecaptcha data-sitekey="6LcqUE4UAAAAAKZ5w4ejDKGo8GxOLkPMy6RhaErW" [data-theme]="theme" [data-size]="size" [data-hl]="language" [data-badge]="badge" [data-action]="action" (data-callback)="onResolved($event)" (data-expired-callback)="onExpired($event)" (data-error-callback)="onError($event)"> </div> <button type="button" [disabled]="recaptcha.size != \'invisible\'" (click)="execute()">Execute</button> <button type="button" (click)="reset()">Reset</button> <button type="button" (click)="getResponse()">Get Response</button> <button type="submit" [disabled]="!form.valid">Submit</button></form></div>'
1099+
var COMPONENT_TEMPLATE = '<div><select [(ngModel)]="theme"> <option>dark</option> <option>light</option></select><select [(ngModel)]="size"> <option>normal</option> <option>compact</option> <option>invisible</option></select><select [(ngModel)]="badge"> <option>bottomright</option> <option>bottomleft</option> <option>inline</option> <option>none</option></select><input type="text" [(ngModel)]="language" /><input type="text" [(ngModel)]="action" /><form (ngSubmit)="onSubmit($event)" [formGroup]="form"> <div formControlName="captcha" required #recaptcha="rcpRecaptcha" rcpRecaptcha data-sitekey="6LcqUE4UAAAAAKZ5w4ejDKGo8GxOLkPMy6RhaErW" [data-theme]="theme" [data-size]="size" [data-hl]="language" [data-badge]="badge" [data-action]="action" (data-callback)="onResolved($event)" (data-expired-callback)="onExpired($event)" (data-error-callback)="onError($event)"> </div> <button type="button" [disabled]="recaptcha.size != \'invisible\'" (click)="execute()">Execute</button> <button type="button" (click)="reset()">Reset</button> <button type="button" (click)="getResponse()">Get Response</button> <button type="submit" [disabled]="!form.valid">Submit</button></form></div>'
11001100
var COMPONENTS = [{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'DirectiveComponent', 'selector': 'app-directive'},{'name': 'ReactiveComponent', 'selector': 'app-reactive'},{'name': 'TemplateComponent', 'selector': 'app-template'}];
11011101
var DIRECTIVES = [{'name': 'RecaptchaDirective', 'selector': '[rcpRecaptcha]'},{'name': 'RecaptchaValueAccessorDirective', 'selector': '[rcpRecaptcha][formControlName],[rcpRecaptcha][formControl],[rcpRecaptcha][ngModel]'}];
11021102
var ACTUAL_COMPONENT = {'name': 'ReactiveComponent'};

docs/directives/RecaptchaDirective.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ <h6><b>Methods</b></h6>
133133
<td class="col-md-4">
134134
<ul class="index-list">
135135
<li>
136-
<span class="modifier">Async</span>
137136
<a href="#execute">execute</a>
138137
</li>
139138
<li>
@@ -950,7 +949,6 @@ <h3 id="methods">
950949
<a name="execute"></a>
951950
<span class="name">
952951
<b>
953-
<span class="modifier">Async</span>
954952
execute
955953
</b>
956954
<a href="#execute"><span class="icon ion-ios-link"></span></a>
@@ -959,8 +957,7 @@ <h3 id="methods">
959957
</tr>
960958
<tr>
961959
<td class="col-md-4">
962-
<span class="modifier-icon icon ion-ios-reset"></span>
963-
<code>execute(parameters: <a href="../interfaces/RecaptchaExecuteParameters.html">RecaptchaExecuteParameters</a>)</code>
960+
<code>execute(parameters: <a href="../interfaces/RecaptchaExecuteParameters.html">RecaptchaExecuteParameters</a>)</code>
964961
</td>
965962
</tr>
966963

@@ -1010,7 +1007,7 @@ <h3 id="methods">
10101007
<div>
10111008
</div>
10121009
<div class="io-description">
1013-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
1010+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
10141011

10151012
</div>
10161013
<div class="io-description">
@@ -2000,7 +1997,7 @@ <h3 id="inputs">
20001997
/**
20011998
* Executes the recaptcha. Returns promise of a response for a V3 reCAPTCHA.
20021999
*/
2003-
async execute(parameters: RecaptchaExecuteParameters &#x3D; { action: this.action }) {
2000+
execute(parameters: RecaptchaExecuteParameters &#x3D; { action: this.action }) {
20042001
if (this.grecaptcha)
20052002
this.zone.runOutsideAngular(() &#x3D;&gt; this.grecaptcha.execute(this.widgetId, parameters))
20062003
}

docs/js/search/search_index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/miscellaneous/variables.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ <h3 id="index">Index</h3>
8484
<a href="#DIRECTIVES" title="projects/spaier-ng-recaptcha/src/lib/recaptcha/directive/recaptcha-forms.module.ts"><b>DIRECTIVES</b>&nbsp;&nbsp;&nbsp;(projects/.../recaptcha-forms.module.ts)</a>
8585
</li>
8686
<li>
87-
<a href="#environment" title="projects/sample/src/environments/environment.ts"><b>environment</b>&nbsp;&nbsp;&nbsp;(projects/.../environment.ts)</a>
87+
<a href="#environment" title="projects/sample/src/environments/environment.prod.ts"><b>environment</b>&nbsp;&nbsp;&nbsp;(projects/.../environment.prod.ts)</a>
8888
</li>
8989
<li>
90-
<a href="#environment" title="projects/sample/src/environments/environment.prod.ts"><b>environment</b>&nbsp;&nbsp;&nbsp;(projects/.../environment.prod.ts)</a>
90+
<a href="#environment" title="projects/sample/src/environments/environment.ts"><b>environment</b>&nbsp;&nbsp;&nbsp;(projects/.../environment.ts)</a>
9191
</li>
9292
<li>
9393
<a href="#errorCallbackName" title="projects/spaier-ng-recaptcha/src/lib/recaptcha/recaptcha-parameter-names.ts"><b>errorCallbackName</b>&nbsp;&nbsp;&nbsp;(projects/.../recaptcha-parameter-names.ts)</a>
@@ -1008,7 +1008,7 @@ <h3></h3> <table class="table table-sm table-bordered">
10081008
</tbody>
10091009
</table>
10101010
</section>
1011-
<h3>projects/sample/src/environments/environment.ts</h3>
1011+
<h3>projects/sample/src/environments/environment.prod.ts</h3>
10121012
<section>
10131013
<h3></h3> <table class="table table-sm table-bordered">
10141014
<tbody>
@@ -1038,7 +1038,7 @@ <h3></h3> <table class="table table-sm table-bordered">
10381038
<tr>
10391039
<td class="col-md-4">
10401040
<i>Default value : </i><code>{
1041-
production: false
1041+
production: true
10421042
}</code>
10431043
</td>
10441044
</tr>
@@ -1047,7 +1047,7 @@ <h3></h3> <table class="table table-sm table-bordered">
10471047
</tbody>
10481048
</table>
10491049
</section>
1050-
<h3>projects/sample/src/environments/environment.prod.ts</h3>
1050+
<h3>projects/sample/src/environments/environment.ts</h3>
10511051
<section>
10521052
<h3></h3> <table class="table table-sm table-bordered">
10531053
<tbody>
@@ -1077,7 +1077,7 @@ <h3></h3> <table class="table table-sm table-bordered">
10771077
<tr>
10781078
<td class="col-md-4">
10791079
<i>Default value : </i><code>{
1080-
production: true
1080+
production: false
10811081
}</code>
10821082
</td>
10831083
</tr>

0 commit comments

Comments
 (0)