funky-framadate-front/documentation/components/VotingSummaryComponent.html

838 lines
35 KiB
HTML

<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>framadate-funky-frontend documentation</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../styles/style.css">
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top visible-xs">
<a href="../" class="navbar-brand">framadate-funky-frontend documentation</a>
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
</div>
<div class="xs-menu menu" id="mobile-menu">
<div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
</div>
<div class="container-fluid main">
<div class="row main">
<div class="hidden-xs menu">
<compodoc-menu mode="normal"></compodoc-menu>
</div>
<!-- START CONTENT -->
<div class="content component">
<div class="content-data">
<ol class="breadcrumb">
<li>Components</li>
<li>VotingSummaryComponent</li>
</ol>
<ul class="nav nav-tabs" role="tablist">
<li class="active">
<a href="#info" role="tab" id="info-tab" data-toggle="tab" data-link="info">Info</a>
</li>
<li >
<a href="#source" role="tab" id="source-tab" data-toggle="tab" data-link="source">Source</a>
</li>
<li >
<a href="#templateData" role="tab" id="templateData-tab" data-toggle="tab" data-link="template">Template</a>
</li>
<li >
<a href="#styleData" role="tab" id="styleData-tab" data-toggle="tab" data-link="style">Styles</a>
</li>
<li >
<a href="#tree" role="tab" id="tree-tab" data-toggle="tab" data-link="dom-tree">DOM Tree</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane fade active in" id="c-info"><p class="comment">
<h3>File</h3>
</p>
<p class="comment">
<code>src/app/pages/voting/voting-summary/voting-summary.component.ts</code>
</p>
<p class="comment">
<h3>Implements</h3>
</p>
<p class="comment">
<code><a href="https://angular.io/api/core/OnInit" target="_blank" >OnInit</a></code>
</p>
<section>
<h3>Metadata</h3>
<table class="table table-sm table-hover">
<tbody>
<tr>
<td class="col-md-3">selector</td>
<td class="col-md-9"><code>framadate-voting-summary</code></td>
</tr>
<tr>
<td class="col-md-3">styleUrls</td>
<td class="col-md-9"><code>./voting-summary.component.scss</code></td>
</tr>
<tr>
<td class="col-md-3">templateUrl</td>
<td class="col-md-9"><code>./voting-summary.component.html</code></td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 id="index">Index</h3>
<table class="table table-sm table-bordered index-table">
<tbody>
<tr>
<td class="col-md-4">
<h6><b>Properties</b></h6>
</td>
</tr>
<tr>
<td class="col-md-4">
<ul class="index-list">
<li>
<span class="modifier">Public</span>
<a href="#config">config</a>
</li>
<li>
<a href="#preferred">preferred</a>
</li>
<li>
<a href="#severalPreferred">severalPreferred</a>
</li>
</ul>
</td>
</tr>
<tr>
<td class="col-md-4">
<h6><b>Methods</b></h6>
</td>
</tr>
<tr>
<td class="col-md-4">
<ul class="index-list">
<li>
<a href="#computePreferred">computePreferred</a>
</li>
<li>
<a href="#getKeys">getKeys</a>
</li>
<li>
<a href="#ngOnInit">ngOnInit</a>
</li>
</ul>
</td>
</tr>
<tr>
<td class="col-md-4">
<h6><b>Inputs</b></h6>
</td>
</tr>
<tr>
<td class="col-md-4">
<ul class="index-list">
<li>
<a href="#pollconfig">pollconfig</a>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 id="constructor">Constructor</h3>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<code>constructor(config: <a href="../injectables/ConfigService.html">ConfigService</a>)</code>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="15" class="link-to-prism">src/app/pages/voting/voting-summary/voting-summary.component.ts:15</a></div>
</td>
</tr>
<tr>
<td class="col-md-4">
<div>
<b>Parameters :</b>
<table class="params">
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td>Optional</td>
</tr>
</thead>
<tbody>
<tr>
<td>config</td>
<td>
<code><a href="../injectables/ConfigService.html" target="_self" >ConfigService</a></code>
</td>
<td>
No
</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 id="inputs">Inputs</h3>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="pollconfig"></a>
<b>pollconfig</b>
</td>
</tr>
<tr>
<td class="col-md-4">
<i>Default value : </i><code>mockPoll3</code>
</td>
</tr>
<tr>
<td class="col-md-2" colspan="2">
<div class="io-line">Defined in <a href="" data-line="15" class="link-to-prism">src/app/pages/voting/voting-summary/voting-summary.component.ts:15</a></div>
</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 id="methods">
Methods
</h3>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="computePreferred"></a>
<span class="name">
<b>
computePreferred
</b>
<a href="#computePreferred"><span class="icon ion-ios-link"></span></a>
</span>
</td>
</tr>
<tr>
<td class="col-md-4">
<code>computePreferred()</code>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="37"
class="link-to-prism">src/app/pages/voting/voting-summary/voting-summary.component.ts:37</a></div>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-description"><p>find the most &quot;yes&quot;</p>
</div>
<div class="io-description">
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
</div>
</td>
</tr>
</tbody>
</table>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="getKeys"></a>
<span class="name">
<b>
getKeys
</b>
<a href="#getKeys"><span class="icon ion-ios-link"></span></a>
</span>
</td>
</tr>
<tr>
<td class="col-md-4">
<code>getKeys(obj)</code>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="30"
class="link-to-prism">src/app/pages/voting/voting-summary/voting-summary.component.ts:30</a></div>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-description">
<b>Parameters :</b>
<table class="params">
<thead>
<tr>
<td>Name</td>
<td>Optional</td>
</tr>
</thead>
<tbody>
<tr>
<td>obj</td>
<td>
No
</td>
</tr>
</tbody>
</table>
</div>
<div>
</div>
<div class="io-description">
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
</div>
<div class="io-description">
</div>
</td>
</tr>
</tbody>
</table>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="ngOnInit"></a>
<span class="name">
<b>
ngOnInit
</b>
<a href="#ngOnInit"><span class="icon ion-ios-link"></span></a>
</span>
</td>
</tr>
<tr>
<td class="col-md-4">
<code>ngOnInit()</code>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="21"
class="link-to-prism">src/app/pages/voting/voting-summary/voting-summary.component.ts:21</a></div>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-description">
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
</div>
</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 id="inputs">
Properties
</h3>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="config"></a>
<span class="name">
<b>
<span class="modifier">Public</span>
config</b>
<a href="#config"><span class="icon ion-ios-link"></span></a>
</span>
</td>
</tr>
<tr>
<td class="col-md-4">
<i>Type : </i> <code><a href="../injectables/ConfigService.html" target="_self" >ConfigService</a></code>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="17" class="link-to-prism">src/app/pages/voting/voting-summary/voting-summary.component.ts:17</a></div>
</td>
</tr>
</tbody>
</table>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="preferred"></a>
<span class="name">
<b>
preferred</b>
<a href="#preferred"><span class="icon ion-ios-link"></span></a>
</span>
</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>Default value : </i><code>&#x27;rien&#x27;</code>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="12" class="link-to-prism">src/app/pages/voting/voting-summary/voting-summary.component.ts:12</a></div>
</td>
</tr>
</tbody>
</table>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="severalPreferred"></a>
<span class="name">
<b>
severalPreferred</b>
<a href="#severalPreferred"><span class="icon ion-ios-link"></span></a>
</span>
</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/boolean" target="_blank" >boolean</a></code>
</td>
</tr>
<tr>
<td class="col-md-4">
<i>Default value : </i><code>false</code>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="13" class="link-to-prism">src/app/pages/voting/voting-summary/voting-summary.component.ts:13</a></div>
</td>
</tr>
</tbody>
</table>
</section>
</div>
<div class="tab-pane fade tab-source-code" id="c-source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import {Component, Input, OnInit} from &#x27;@angular/core&#x27;;
import {ConfigService} from &quot;../../../services/config.service&quot;;
import {mockPoll3} from &quot;../../../config/mocks/mock-poll3&quot;;
@Component({
selector: &#x27;framadate-voting-summary&#x27;,
templateUrl: &#x27;./voting-summary.component.html&#x27;,
styleUrls: [&#x27;./voting-summary.component.scss&#x27;]
})
export class VotingSummaryComponent implements OnInit {
preferred: string &#x3D; &#x27;rien&#x27;;
severalPreferred: boolean &#x3D; false;
@Input() pollconfig &#x3D; mockPoll3;
constructor(public config: ConfigService) {
}
ngOnInit() {
this.computePreferred();
console.log(&#x27; this.pollconfig.choices&#x27;, this.pollconfig.choices)
console.log(&#x27; this.pollconfig.choices_count&#x27;, this.pollconfig.choices_count.counts)
console.log(&#x27;this.pollconfig.choices_count.counts[10]&#x27;, this.pollconfig.choices_count.counts[10])
console.log(&#x27;this.pollconfig.choices[2].id&#x27;, this.pollconfig.choices[2].id)
console.log(&#x27;this.pollconfig.choices_count.counts[]&#x27;, this.pollconfig.choices_count.counts[this.pollconfig.choices[2].id].score)
}
getKeys(obj) {
return Object.keys(obj)
}
/**
* find the most &quot;yes&quot;
*/
computePreferred() {
let keys &#x3D; Object.keys(this.pollconfig.choices_count.counts);
this.preferred &#x3D; &#x27;&#x27;;
this.severalPreferred &#x3D; false;
let maxScore &#x3D; this.pollconfig.choices_count.maxScore;
keys.forEach(item &#x3D;&gt; {
if (maxScore &#x3D;&#x3D;&#x3D; this.pollconfig.choices_count.counts[item].score) {
if (this.preferred.length) {
this.preferred +&#x3D; &#x27;, &#x27;
this.severalPreferred &#x3D; true;
}
// find the favourite
this.preferred +&#x3D; this.pollconfig.choices_count.counts[item].choice_text;
}
});
}
}
</code></pre>
</div>
<div class="tab-pane fade " id="c-templateData">
<pre class="line-numbers"><code class="language-html">&lt;h2 &gt;Résumé&lt;/h2 &gt;
&lt;div class&#x3D;&#x27;heading&#x27; &gt;
&lt;div class&#x3D;&#x27;col-xs-6&#x27; &gt;
&lt;h1 id&#x3D;&#x27;title&#x27; &gt;{{config.currentPoll.poll.title}}&lt;/h1 &gt;
&lt;p &gt;{{config.currentPoll.poll.description}}&lt;/p &gt;
&lt;span class&#x3D;&quot;creationDate&quot; &gt;
Créé le {{config.currentPoll.poll.creationDate.date}}
&lt;/span &gt;
&lt;span class&#x3D;&quot;expiracyDate&quot; &gt;
Expire le {{config.currentPoll.poll.expiracyDate.date}}
&lt;/span &gt;
&lt;div class&#x3D;&quot;votants&quot; &gt;
&lt;i class&#x3D;&#x27;fa fa-users&#x27; &gt;&lt;/i &gt;
{{config.currentPoll.stacks.length}} votants,
{{config.currentPoll.choices.length}} choix,
&lt;/div &gt;
&lt;/div &gt;
&lt;/div &gt;
&lt;div class&#x3D;&quot;preferred&quot; &gt;
&lt;i class&#x3D;&#x27;fa fa-star&#x27; &gt;&lt;/i &gt;
Pour l&#x27;instant,
&lt;span *ngIf&#x3D;&#x27;severalPreferred&#x27; &gt;
les
&lt;/span &gt; &lt;span *ngIf&#x3D;&#x27;!severalPreferred&#x27; &gt;
le
&lt;/span &gt;
choix ayant reçu le plus grand nombre de votes ( {{config.currentPoll.choices_count.maxScore}} points )
&lt;span *ngIf&#x3D;&#x27;severalPreferred&#x27; &gt;
sont à égalité
&lt;/span &gt; &lt;span *ngIf&#x3D;&#x27;!severalPreferred&#x27; &gt;
est
&lt;/span &gt;
:
&lt;span class&#x3D;&#x27;preferred-result&#x27; &gt;
{{preferred}}
&lt;/span &gt;
&lt;/div &gt;
&lt;table class&#x3D;&#x27;table is-striped is-bordered is-hoverable&#x27; &gt;
&lt;thead &gt;
&lt;tr *ngIf&#x3D;&#x27;config.currentPoll.choices &amp;&amp; config.currentPoll.choices_count&#x27; &gt;
&lt;td &gt;
Pseudo
&lt;/td &gt;
&lt;td
*ngFor&#x3D;&#x27;let choice of config.currentPoll.choices&#x27;
&gt;
{{choice.text}}
&lt;/td &gt;
&lt;/tr &gt;
&lt;!-- somme des points, dont un demi point pour les &quot;peut être&quot; --&gt;
&lt;/thead &gt;
&lt;tbody &gt;
&lt;tr
title&#x3D;&#x27;somme des points, dont un demi point pour les &quot;peut être&quot;&#x27; &gt;
&lt;td &gt;
&lt;i class&#x3D;&#x27;fa fa-plus-circle&#x27; &gt;&lt;/i &gt; points
&lt;/td &gt;
&lt;!-- &lt;td--&gt;
&lt;!-- *ngFor&#x3D;&#x27;let choice of config.currentPoll.choices&#x27;--&gt;
&lt;!-- [ngClass]&#x3D;&#x27;{&quot;has-max-score&quot; : config.currentPoll.choices_count.maxScore &#x3D;&#x3D;&#x3D; config.currentPoll.choices_count.counts[choice.id].score}&#x27; &gt;--&gt;
&lt;!-- {{config.currentPoll.choices[choice.id].score}}--&gt;
&lt;!-- &lt;/td &gt;--&gt;
&lt;td
*ngFor&#x3D;&#x27;let choice of config.currentPoll.choices&#x27;
&gt;
{{pollconfig.choices_count.counts[this.pollconfig.choices[2].id].score}}
&lt;/td &gt;
&lt;/tr &gt;
&lt;tr class&#x3D;&#x27;details&#x27; &gt;
&lt;td &gt;
&lt;i class&#x3D;&#x27;fa fa-eye&#x27; &gt;&lt;/i &gt;
&lt;/td &gt;
&lt;td *ngFor&#x3D;&#x27;let choice of config.currentPoll.choices&#x27; &gt;
id: {{choice.id}}
&lt;br &gt;
&lt;!-- yes {{config.currentPoll.choices_count.counts[choice.id].yes.count}}--&gt;
&lt;!-- &lt;br &gt;--&gt;
&lt;!-- maybe--&gt;
&lt;!-- {{(config.currentPoll.choices_count.counts[k].yes.maybe ? config.currentPoll.choices_count.counts[k].yes.count * 0.5 : 0)}}--&gt;
&lt;!-- &lt;br &gt;--&gt;
&lt;!-- no {{(config.currentPoll.choices_count.counts[k].yes.maybe ? config.currentPoll.choices_count.counts[k].maybe.count * 0.5 : 0)}}--&gt;
&lt;br &gt;
&lt;!-- score :--&gt;
&lt;!-- {{(config.currentPoll.choices_count.counts[choice.id].score)}}--&gt;
&lt;/td &gt;
&lt;/tr &gt;
&lt;tr
class&#x3D;&#x27;votes-of-the-person&#x27;
*ngFor&#x3D;&#x27;let voteStack of config.currentPoll.stacks&#x27;
&gt;
&lt;td &gt;
&lt;!-- // TODO show modify if this is our own vote--&gt;
&lt;button
(click)&#x3D;&#x27;config.loadVoteStack(voteStack)&#x27;
*ngIf&#x3D;&quot;config.currentPoll.poll.modificationPolicy &#x3D;&#x3D;&#x3D; &#x27;everybody&#x27;&quot;
class&#x3D;&#x27;btn btn--primary pull-left btn--small&#x27;
&gt;
&lt;i class&#x3D;&#x27;fa fa-pencil&#x27; &gt;&lt;/i &gt;
&lt;/button &gt;
{{voteStack.pseudo}}
&lt;/td &gt;
&lt;td *ngFor&#x3D;&#x27;let v of getKeys(voteStack.votes)&#x27; &gt;
&lt;span *ngIf&#x3D;&#x27;voteStack.votes[v].value&#x27; &gt;
&lt;img
*ngIf&#x3D;&quot;voteStack.votes[v].value &#x3D;&#x3D; &#x27;yes&#x27;&quot;
src&#x3D;&#x27;../../../../assets/img/votant-sur.svg&#x27;
alt&#x3D;&#x27;yes&#x27; &gt;
&lt;img
*ngIf&#x3D;&quot;voteStack.votes[v].value &#x3D;&#x3D; &#x27;maybe&#x27;&quot;
src&#x3D;&#x27;../../../../assets/img/votant-pas-sur.svg&#x27;
alt&#x3D;&#x27;yes&#x27; &gt;
&lt;/span &gt;
&lt;/td &gt;
&lt;/tr &gt;
&lt;!-- bottom line shows each answer details--&gt;
&lt;/tbody &gt;
&lt;/table &gt;
</code></pre>
</div>
<div class="tab-pane fade " id="c-styleData">
<p class="comment">
<code>./voting-summary.component.scss</code>
</p>
<pre class="line-numbers"><code class="language-scss">@import &quot;../../../../assets/scss/variables&quot;;
.person {
font-weight: 700;
}
.preferred-result {
font-weight: 700;
font-size: 1.5em;
}
thead {
font-size: 1.25em;
font-weight: 700;
}
tbody {
text-align: right;
}
td {
&amp;.has-max-score {
background: $primary_color;
font-weight: 800;
}
}
</code></pre>
</div>
<div class="tab-pane fade " id="c-tree">
<div id="tree-container"></div>
<div class="tree-legend">
<div class="title">
<b>Legend</b>
</div>
<div>
<div class="color htmlelement"></div><span>Html element</span>
</div>
<div>
<div class="color component"></div><span>Component</span>
</div>
<div>
<div class="color directive"></div><span>Html element with directive</span>
</div>
</div>
</div>
</div>
<script src="../js/libs/vis.min.js"></script>
<script src="../js/libs/htmlparser.js"></script>
<script src="../js/libs/deep-iterator.js"></script>
<script>
var COMPONENT_TEMPLATE = '<div><h2 >Résumé</h2 ><div class=\'heading\' > <div class=\'col-xs-6\' > <h1 id=\'title\' >{{config.currentPoll.poll.title}}</h1 > <p >{{config.currentPoll.poll.description}}</p > <span class="creationDate" > Créé le {{config.currentPoll.poll.creationDate.date}} </span > <span class="expiracyDate" > Expire le {{config.currentPoll.poll.expiracyDate.date}} </span > <div class="votants" > <i class=\'fa fa-users\' ></i > {{config.currentPoll.stacks.length}} votants, {{config.currentPoll.choices.length}} choix, </div > </div ></div ><div class="preferred" > <i class=\'fa fa-star\' ></i > Pour l\'instant, <span *ngIf=\'severalPreferred\' > les </span > <span *ngIf=\'!severalPreferred\' > le </span > choix ayant reçu le plus grand nombre de votes ( {{config.currentPoll.choices_count.maxScore}} points ) <span *ngIf=\'severalPreferred\' > sont à égalité </span > <span *ngIf=\'!severalPreferred\' > est </span > : <span class=\'preferred-result\' > {{preferred}} </span ></div ><table class=\'table is-striped is-bordered is-hoverable\' > <thead > <tr *ngIf=\'config.currentPoll.choices && config.currentPoll.choices_count\' > <td > Pseudo </td > <td *ngFor=\'let choice of config.currentPoll.choices\' > {{choice.text}} </td > </tr > <!-- somme des points, dont un demi point pour les "peut être" --> </thead > <tbody > <tr title=\'somme des points, dont un demi point pour les "peut être"\' > <td > <i class=\'fa fa-plus-circle\' ></i > points </td > <!-- <td--> <!-- *ngFor=\'let choice of config.currentPoll.choices\'--> <!-- [ngClass]=\'{"has-max-score" : config.currentPoll.choices_count.maxScore === config.currentPoll.choices_count.counts[choice.id].score}\' >--> <!-- {{config.currentPoll.choices[choice.id].score}}--> <!-- </td >--> <td *ngFor=\'let choice of config.currentPoll.choices\' > {{pollconfig.choices_count.counts[this.pollconfig.choices[2].id].score}} </td > </tr > <tr class=\'details\' > <td > <i class=\'fa fa-eye\' ></i > </td > <td *ngFor=\'let choice of config.currentPoll.choices\' > id: {{choice.id}} <br > <!-- yes {{config.currentPoll.choices_count.counts[choice.id].yes.count}}--> <!-- <br >--> <!-- maybe--> <!-- {{(config.currentPoll.choices_count.counts[k].yes.maybe ? config.currentPoll.choices_count.counts[k].yes.count * 0.5 : 0)}}--> <!-- <br >--> <!-- no {{(config.currentPoll.choices_count.counts[k].yes.maybe ? config.currentPoll.choices_count.counts[k].maybe.count * 0.5 : 0)}}--> <br > <!-- score :--> <!-- {{(config.currentPoll.choices_count.counts[choice.id].score)}}--> </td > </tr > <tr class=\'votes-of-the-person\' *ngFor=\'let voteStack of config.currentPoll.stacks\' > <td > <!-- // TODO show modify if this is our own vote--> <button (click)=\'config.loadVoteStack(voteStack)\' *ngIf="config.currentPoll.poll.modificationPolicy === \'everybody\'" class=\'btn btn--primary pull-left btn--small\' > <i class=\'fa fa-pencil\' ></i > </button > {{voteStack.pseudo}} </td > <td *ngFor=\'let v of getKeys(voteStack.votes)\' > <span *ngIf=\'voteStack.votes[v].value\' > <img *ngIf="voteStack.votes[v].value == \'yes\'" src=\'../../../../assets/img/votant-sur.svg\' alt=\'yes\' > <img *ngIf="voteStack.votes[v].value == \'maybe\'" src=\'../../../../assets/img/votant-pas-sur.svg\' alt=\'yes\' > </span > </td > </tr > <!-- bottom line shows each answer details--> </tbody ></table ></div>'
var COMPONENTS = [{'name': 'AdminComponent', 'selector': 'framadate-admin'},{'name': 'AnswersComponent', 'selector': 'framadate-answers'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'BaseComponent', 'selector': 'framadate-base-page'},{'name': 'ChoicesListComponent', 'selector': 'framadate-choices-list'},{'name': 'CommentsListComponent', 'selector': 'framadate-comments-list'},{'name': 'CopyTextComponent', 'selector': 'framadate-copy-text'},{'name': 'CreateOrRetrieveComponent', 'selector': 'framadate-create-or-retrieve'},{'name': 'DatesComponent', 'selector': 'framadate-dates'},{'name': 'DebuggerComponent', 'selector': 'framadate-debugger'},{'name': 'EndConfirmationComponent', 'selector': 'framadate-end-confirmation'},{'name': 'ErasableInputComponent', 'selector': 'framadate-erasable-input'},{'name': 'HeaderComponent', 'selector': 'framadate-header'},{'name': 'HomeComponent', 'selector': 'framadate-home'},{'name': 'KindComponent', 'selector': 'framadate-page-kind'},{'name': 'NavigationComponent', 'selector': 'framadate-navigation'},{'name': 'PasswordComponent', 'selector': 'framadate-password'},{'name': 'PicturesComponent', 'selector': 'framadate-pictures'},{'name': 'PollDisplayComponent', 'selector': 'framadate-poll-display'},{'name': 'PollGraphicComponent', 'selector': 'framadate-poll-graphic'},{'name': 'ResumeComponent', 'selector': 'framadate-resume'},{'name': 'SelectorComponent', 'selector': 'framadate-selector'},{'name': 'VisibilityComponent', 'selector': 'framadate-visibility'},{'name': 'VotingChoiceComponent', 'selector': 'framadate-voting-choice'},{'name': 'VotingCommentComponent', 'selector': 'framadate-voting-comment'},{'name': 'VotingComponent', 'selector': 'framadate-voting'},{'name': 'VotingGraphComponent', 'selector': 'framadate-voting-graph'},{'name': 'VotingNavigationComponent', 'selector': 'framadate-voting-navigation'},{'name': 'VotingSummaryComponent', 'selector': 'framadate-voting-summary'}];
var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];
var ACTUAL_COMPONENT = {'name': 'VotingSummaryComponent'};
</script>
<script src="../js/tree.js"></script>
</div><div class="search-results">
<div class="has-results">
<h1 class="search-results-title"><span class='search-results-count'></span> result-matching "<span class='search-query'></span>"</h1>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
</div>
</div>
</div>
<!-- END CONTENT -->
</div>
</div>
<script>
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
var COMPODOC_CURRENT_PAGE_CONTEXT = 'component';
var COMPODOC_CURRENT_PAGE_URL = 'VotingSummaryComponent.html';
</script>
<script src="../js/libs/custom-elements.min.js"></script>
<script src="../js/libs/lit-html.js"></script>
<!-- Required to polyfill modern browsers as code is ES5 for IE... -->
<script src="../js/libs/custom-elements-es5-adapter.js" charset="utf-8" defer></script>
<script src="../js/menu-wc.js" defer></script>
<script src="../js/libs/bootstrap-native.js"></script>
<script src="../js/libs/es6-shim.min.js"></script>
<script src="../js/libs/EventDispatcher.js"></script>
<script src="../js/libs/promise.min.js"></script>
<script src="../js/libs/zepto.min.js"></script>
<script src="../js/compodoc.js"></script>
<script src="../js/tabs.js"></script>
<script src="../js/menu.js"></script>
<script src="../js/libs/clipboard.min.js"></script>
<script src="../js/libs/prism.js"></script>
<script src="../js/sourceCode.js"></script>
<script src="../js/search/search.js"></script>
<script src="../js/search/lunr.min.js"></script>
<script src="../js/search/search-lunr.js"></script>
<script src="../js/search/search_index.js"></script>
<script src="../js/lazy-load-graphs.js"></script>
</body>
</html>